Socket
Socket
Sign inDemoInstall

aws-sdk

Package Overview
Dependencies
3
Maintainers
1
Versions
1902
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

2

lib/core.js

@@ -28,3 +28,3 @@ /**

*/
VERSION: 'v1.0.0',
VERSION: 'v1.1.0',

@@ -31,0 +31,0 @@ /**

@@ -168,2 +168,3 @@ /**

var pathPrefix = '';
if (!httpOptions) httpOptions = {};
if (httpOptions.proxy) {

@@ -187,7 +188,7 @@ pathPrefix = endpoint.protocol + '//' + endpoint.hostname;

if (useSSL) {
if (useSSL && !httpOptions.agent) {
options.agent = this.sslAgent(http);
}
AWS.util.update(options, httpOptions || {});
AWS.util.update(options, httpOptions);
delete options.proxy; // proxy isn't an HTTP option

@@ -229,13 +230,6 @@ delete options.timeout; // timeout isn't an HTTP option

if (!AWS.NodeHttpClient.sslAgent) {
// cache certificate bundle
var bundleLocation = __dirname + '/../ca-bundle.crt';
AWS.NodeHttpClient.certBundle = AWS.util.readFileSync(bundleLocation);
// cache sslAgent
AWS.NodeHttpClient.sslAgent = new http.Agent({
rejectUnauthorized: true,
cert: AWS.NodeHttpClient.certBundle
rejectUnauthorized: true
});
}
return AWS.NodeHttpClient.sslAgent;

@@ -242,0 +236,0 @@ }

@@ -25,2 +25,6 @@ /**

constructor: function Service(config) {
if (!this.loadServiceClass) {
throw AWS.util.error(new Error(),
'Service must be constructed with `new\' operator');
}
var ServiceClass = this.loadServiceClass(config || {});

@@ -27,0 +31,0 @@ if (ServiceClass) return new ServiceClass(config);

@@ -1517,2 +1517,8 @@ /**

ReturnConsumedCapacity: {
},
TotalSegments: {
type: 'integer'
},
Segment: {
type: 'integer'
}

@@ -1519,0 +1525,0 @@ }

@@ -52,3 +52,6 @@ /**

'Input',
'Output'
'Output',
'Outputs',
'OutputKeyPrefix',
'Playlists'
],

@@ -86,4 +89,41 @@ type: 'structure',

PresetId: {
},
SegmentDuration: {
}
}
},
Outputs: {
type: 'list',
members: {
type: 'structure',
members: {
Key: {
},
ThumbnailPattern: {
},
Rotate: {
},
PresetId: {
},
SegmentDuration: {
}
}
}
},
OutputKeyPrefix: {
},
Playlists: {
type: 'list',
members: {
type: 'structure',
members: {
Name: {
},
Format: {
},
OutputKeys: {
type: 'list'
}
}
}
}

@@ -122,2 +162,4 @@ }

members: {
Id: {
},
Key: {

@@ -131,7 +173,74 @@ },

},
SegmentDuration: {
},
Status: {
},
StatusDetail: {
},
Duration: {
type: 'integer'
},
Width: {
type: 'integer'
},
Height: {
type: 'integer'
}
}
},
Outputs: {
type: 'list',
members: {
type: 'structure',
members: {
Id: {
},
Key: {
},
ThumbnailPattern: {
},
Rotate: {
},
PresetId: {
},
SegmentDuration: {
},
Status: {
},
StatusDetail: {
},
Duration: {
type: 'integer'
},
Width: {
type: 'integer'
},
Height: {
type: 'integer'
}
}
}
},
OutputKeyPrefix: {
},
Playlists: {
type: 'list',
members: {
type: 'structure',
members: {
Name: {
},
Format: {
},
OutputKeys: {
type: 'list'
},
Status: {
},
StatusDetail: {
}
}
}
},
Status: {
}

@@ -155,3 +264,5 @@ }

'Role',
'Notifications'
'Notifications',
'ContentConfig',
'ThumbnailConfig'
],

@@ -180,2 +291,50 @@ type: 'structure',

}
},
ContentConfig: {
type: 'structure',
members: {
Bucket: {
},
StorageClass: {
},
Permissions: {
type: 'list',
members: {
type: 'structure',
members: {
GranteeType: {
},
Grantee: {
},
Access: {
type: 'list'
}
}
}
}
}
},
ThumbnailConfig: {
type: 'structure',
members: {
Bucket: {
},
StorageClass: {
},
Permissions: {
type: 'list',
members: {
type: 'structure',
members: {
GranteeType: {
},
Grantee: {
},
Access: {
type: 'list'
}
}
}
}
}
}

@@ -192,2 +351,4 @@ }

},
Arn: {
},
Name: {

@@ -215,2 +376,50 @@ },

}
},
ContentConfig: {
type: 'structure',
members: {
Bucket: {
},
StorageClass: {
},
Permissions: {
type: 'list',
members: {
type: 'structure',
members: {
GranteeType: {
},
Grantee: {
},
Access: {
type: 'list'
}
}
}
}
}
},
ThumbnailConfig: {
type: 'structure',
members: {
Bucket: {
},
StorageClass: {
},
Permissions: {
type: 'list',
members: {
type: 'structure',
members: {
GranteeType: {
},
Grantee: {
},
Access: {
type: 'list'
}
}
}
}
}
}

@@ -264,2 +473,12 @@ }

AspectRatio: {
},
MaxWidth: {
},
MaxHeight: {
},
DisplayAspectRatio: {
},
SizingPolicy: {
},
PaddingPolicy: {
}

@@ -291,2 +510,10 @@ }

AspectRatio: {
},
MaxWidth: {
},
MaxHeight: {
},
SizingPolicy: {
},
PaddingPolicy: {
}

@@ -343,2 +570,12 @@ }

AspectRatio: {
},
MaxWidth: {
},
MaxHeight: {
},
DisplayAspectRatio: {
},
SizingPolicy: {
},
PaddingPolicy: {
}

@@ -357,2 +594,10 @@ }

AspectRatio: {
},
MaxWidth: {
},
MaxHeight: {
},
SizingPolicy: {
},
PaddingPolicy: {
}

@@ -458,2 +703,4 @@ }

members: {
Id: {
},
Key: {

@@ -467,7 +714,74 @@ },

},
SegmentDuration: {
},
Status: {
},
StatusDetail: {
},
Duration: {
type: 'integer'
},
Width: {
type: 'integer'
},
Height: {
type: 'integer'
}
}
},
Outputs: {
type: 'list',
members: {
type: 'structure',
members: {
Id: {
},
Key: {
},
ThumbnailPattern: {
},
Rotate: {
},
PresetId: {
},
SegmentDuration: {
},
Status: {
},
StatusDetail: {
},
Duration: {
type: 'integer'
},
Width: {
type: 'integer'
},
Height: {
type: 'integer'
}
}
}
},
OutputKeyPrefix: {
},
Playlists: {
type: 'list',
members: {
type: 'structure',
members: {
Name: {
},
Format: {
},
OutputKeys: {
type: 'list'
},
Status: {
},
StatusDetail: {
}
}
}
},
Status: {
}

@@ -534,2 +848,4 @@ }

members: {
Id: {
},
Key: {

@@ -543,7 +859,74 @@ },

},
SegmentDuration: {
},
Status: {
},
StatusDetail: {
},
Duration: {
type: 'integer'
},
Width: {
type: 'integer'
},
Height: {
type: 'integer'
}
}
},
Outputs: {
type: 'list',
members: {
type: 'structure',
members: {
Id: {
},
Key: {
},
ThumbnailPattern: {
},
Rotate: {
},
PresetId: {
},
SegmentDuration: {
},
Status: {
},
StatusDetail: {
},
Duration: {
type: 'integer'
},
Width: {
type: 'integer'
},
Height: {
type: 'integer'
}
}
}
},
OutputKeyPrefix: {
},
Playlists: {
type: 'list',
members: {
type: 'structure',
members: {
Name: {
},
Format: {
},
OutputKeys: {
type: 'list'
},
Status: {
},
StatusDetail: {
}
}
}
},
Status: {
}

@@ -579,2 +962,4 @@ }

},
Arn: {
},
Name: {

@@ -602,2 +987,50 @@ },

}
},
ContentConfig: {
type: 'structure',
members: {
Bucket: {
},
StorageClass: {
},
Permissions: {
type: 'list',
members: {
type: 'structure',
members: {
GranteeType: {
},
Grantee: {
},
Access: {
type: 'list'
}
}
}
}
}
},
ThumbnailConfig: {
type: 'structure',
members: {
Bucket: {
},
StorageClass: {
},
Permissions: {
type: 'list',
members: {
type: 'structure',
members: {
GranteeType: {
},
Grantee: {
},
Access: {
type: 'list'
}
}
}
}
}
}

@@ -669,2 +1102,12 @@ }

AspectRatio: {
},
MaxWidth: {
},
MaxHeight: {
},
DisplayAspectRatio: {
},
SizingPolicy: {
},
PaddingPolicy: {
}

@@ -683,2 +1126,10 @@ }

AspectRatio: {
},
MaxWidth: {
},
MaxHeight: {
},
SizingPolicy: {
},
PaddingPolicy: {
}

@@ -739,2 +1190,4 @@ }

members: {
Id: {
},
Key: {

@@ -748,7 +1201,74 @@ },

},
SegmentDuration: {
},
Status: {
},
StatusDetail: {
},
Duration: {
type: 'integer'
},
Width: {
type: 'integer'
},
Height: {
type: 'integer'
}
}
},
Outputs: {
type: 'list',
members: {
type: 'structure',
members: {
Id: {
},
Key: {
},
ThumbnailPattern: {
},
Rotate: {
},
PresetId: {
},
SegmentDuration: {
},
Status: {
},
StatusDetail: {
},
Duration: {
type: 'integer'
},
Width: {
type: 'integer'
},
Height: {
type: 'integer'
}
}
}
},
OutputKeyPrefix: {
},
Playlists: {
type: 'list',
members: {
type: 'structure',
members: {
Name: {
},
Format: {
},
OutputKeys: {
type: 'list'
},
Status: {
},
StatusDetail: {
}
}
}
},
Status: {
}

@@ -782,2 +1302,4 @@ }

},
Arn: {
},
Name: {

@@ -805,2 +1327,50 @@ },

}
},
ContentConfig: {
type: 'structure',
members: {
Bucket: {
},
StorageClass: {
},
Permissions: {
type: 'list',
members: {
type: 'structure',
members: {
GranteeType: {
},
Grantee: {
},
Access: {
type: 'list'
}
}
}
}
}
},
ThumbnailConfig: {
type: 'structure',
members: {
Bucket: {
},
StorageClass: {
},
Permissions: {
type: 'list',
members: {
type: 'structure',
members: {
GranteeType: {
},
Grantee: {
},
Access: {
type: 'list'
}
}
}
}
}
}

@@ -872,2 +1442,12 @@ }

AspectRatio: {
},
MaxWidth: {
},
MaxHeight: {
},
DisplayAspectRatio: {
},
SizingPolicy: {
},
PaddingPolicy: {
}

@@ -886,2 +1466,10 @@ }

AspectRatio: {
},
MaxWidth: {
},
MaxHeight: {
},
SizingPolicy: {
},
PaddingPolicy: {
}

@@ -934,2 +1522,178 @@ }

},
updatePipeline: {
name: 'UpdatePipeline',
http: {
method: 'PUT',
uri: '/2012-09-25/pipelines/{Id}'
},
input: {
payload: [
'Name',
'InputBucket',
'Role',
'Notifications',
'ContentConfig',
'ThumbnailConfig'
],
type: 'structure',
members: {
Id: {
required: true,
location: 'uri'
},
Name: {
},
InputBucket: {
},
Role: {
},
Notifications: {
type: 'structure',
members: {
Progressing: {
},
Completed: {
},
Warning: {
},
Error: {
}
}
},
ContentConfig: {
type: 'structure',
members: {
Bucket: {
},
StorageClass: {
},
Permissions: {
type: 'list',
members: {
type: 'structure',
members: {
GranteeType: {
},
Grantee: {
},
Access: {
type: 'list'
}
}
}
}
}
},
ThumbnailConfig: {
type: 'structure',
members: {
Bucket: {
},
StorageClass: {
},
Permissions: {
type: 'list',
members: {
type: 'structure',
members: {
GranteeType: {
},
Grantee: {
},
Access: {
type: 'list'
}
}
}
}
}
}
}
},
output: {
type: 'structure',
members: {
Pipeline: {
type: 'structure',
members: {
Id: {
},
Arn: {
},
Name: {
},
Status: {
},
InputBucket: {
},
OutputBucket: {
},
Role: {
},
Notifications: {
type: 'structure',
members: {
Progressing: {
},
Completed: {
},
Warning: {
},
Error: {
}
}
},
ContentConfig: {
type: 'structure',
members: {
Bucket: {
},
StorageClass: {
},
Permissions: {
type: 'list',
members: {
type: 'structure',
members: {
GranteeType: {
},
Grantee: {
},
Access: {
type: 'list'
}
}
}
}
}
},
ThumbnailConfig: {
type: 'structure',
members: {
Bucket: {
},
StorageClass: {
},
Permissions: {
type: 'list',
members: {
type: 'structure',
members: {
GranteeType: {
},
Grantee: {
},
Access: {
type: 'list'
}
}
}
}
}
}
}
}
}
}
},
updatePipelineNotifications: {

@@ -973,2 +1737,4 @@ name: 'UpdatePipelineNotifications',

},
Arn: {
},
Name: {

@@ -996,2 +1762,50 @@ },

}
},
ContentConfig: {
type: 'structure',
members: {
Bucket: {
},
StorageClass: {
},
Permissions: {
type: 'list',
members: {
type: 'structure',
members: {
GranteeType: {
},
Grantee: {
},
Access: {
type: 'list'
}
}
}
}
}
},
ThumbnailConfig: {
type: 'structure',
members: {
Bucket: {
},
StorageClass: {
},
Permissions: {
type: 'list',
members: {
type: 'structure',
members: {
GranteeType: {
},
Grantee: {
},
Access: {
type: 'list'
}
}
}
}
}
}

@@ -1030,2 +1844,4 @@ }

},
Arn: {
},
Name: {

@@ -1053,2 +1869,50 @@ },

}
},
ContentConfig: {
type: 'structure',
members: {
Bucket: {
},
StorageClass: {
},
Permissions: {
type: 'list',
members: {
type: 'structure',
members: {
GranteeType: {
},
Grantee: {
},
Access: {
type: 'list'
}
}
}
}
}
},
ThumbnailConfig: {
type: 'structure',
members: {
Bucket: {
},
StorageClass: {
},
Permissions: {
type: 'list',
members: {
type: 'structure',
members: {
GranteeType: {
},
Grantee: {
},
Access: {
type: 'list'
}
}
}
}
}
}

@@ -1055,0 +1919,0 @@ }

@@ -26,2 +26,21 @@ /**

operations: {
attachElasticLoadBalancer: {
name: 'AttachElasticLoadBalancer',
input: {
type: 'structure',
members: {
ElasticLoadBalancerName: {
required: true
},
LayerId: {
required: true
}
}
},
output: {
type: 'structure',
members: {
}
}
},
cloneStack: {

@@ -82,2 +101,4 @@ name: 'CloneStack',

type: 'list'
},
DefaultRootDeviceType: {
}

@@ -102,2 +123,4 @@ }

},
Shortname: {
},
Name: {

@@ -226,2 +249,6 @@ required: true

AvailabilityZone: {
},
Architecture: {
},
RootDeviceType: {
}

@@ -373,2 +400,4 @@ }

DefaultSshKeyName: {
},
DefaultRootDeviceType: {
}

@@ -517,2 +546,4 @@ }

},
Shortname: {
},
Name: {

@@ -715,2 +746,44 @@ },

},
describeElasticLoadBalancers: {
name: 'DescribeElasticLoadBalancers',
input: {
type: 'structure',
members: {
StackId: {
},
LayerIds: {
type: 'list'
}
}
},
output: {
type: 'structure',
members: {
ElasticLoadBalancers: {
type: 'list',
members: {
type: 'structure',
members: {
ElasticLoadBalancerName: {
},
Region: {
},
DnsName: {
},
StackId: {
},
LayerId: {
},
AvailabilityZones: {
type: 'list'
},
Ec2InstanceIds: {
type: 'list'
}
}
}
}
}
}
},
describeInstances: {

@@ -725,4 +798,2 @@ name: 'DescribeInstances',

},
AppId: {
},
InstanceIds: {

@@ -786,2 +857,8 @@ type: 'list'

LastServiceErrorId: {
},
Architecture: {
},
RootDeviceType: {
},
RootDeviceVolumeId: {
}

@@ -1176,2 +1253,4 @@ }

CreatedAt: {
},
DefaultRootDeviceType: {
}

@@ -1321,2 +1400,21 @@ }

},
detachElasticLoadBalancer: {
name: 'DetachElasticLoadBalancer',
input: {
type: 'structure',
members: {
ElasticLoadBalancerName: {
required: true
},
LayerId: {
required: true
}
}
},
output: {
type: 'structure',
members: {
}
}
},
getHostnameSuggestion: {

@@ -1635,2 +1733,4 @@ name: 'GetHostnameSuggestion',

SshKeyName: {
},
Architecture: {
}

@@ -1770,2 +1870,4 @@ }

DefaultSshKeyName: {
},
DefaultRootDeviceType: {
}

@@ -1772,0 +1874,0 @@ }

{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "v1.0.0",
"version": "v1.1.0",
"author": {

@@ -43,3 +43,3 @@ "name":"Amazon Web Services",

"type": "Apache 2.0",
"url": "http://github.com/aws/aws-sdk-js/raw/master/LICENSE"
"url": "http://github.com/aws/aws-sdk-js/raw/master/LICENSE.txt"
}],

@@ -46,0 +46,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc