Comparing version 2.2.8 to 2.2.9
@@ -137,3 +137,3 @@ { | ||
"taskDefinition": { | ||
"shape": "Sz" | ||
"shape": "S11" | ||
} | ||
@@ -162,3 +162,3 @@ } | ||
"failures": { | ||
"shape": "S1i" | ||
"shape": "S1u" | ||
} | ||
@@ -191,3 +191,3 @@ } | ||
"failures": { | ||
"shape": "S1i" | ||
"shape": "S1u" | ||
} | ||
@@ -220,3 +220,3 @@ } | ||
"failures": { | ||
"shape": "S1i" | ||
"shape": "S1u" | ||
} | ||
@@ -240,3 +240,3 @@ } | ||
"taskDefinition": { | ||
"shape": "Sz" | ||
"shape": "S11" | ||
} | ||
@@ -263,6 +263,6 @@ } | ||
"tasks": { | ||
"shape": "S1u" | ||
"shape": "S26" | ||
}, | ||
"failures": { | ||
"shape": "S1i" | ||
"shape": "S1u" | ||
} | ||
@@ -433,3 +433,6 @@ } | ||
}, | ||
"containerInstanceArn": {} | ||
"containerInstanceArn": {}, | ||
"attributes": { | ||
"shape": "Sx" | ||
} | ||
} | ||
@@ -456,6 +459,6 @@ }, | ||
"containerDefinitions": { | ||
"shape": "S10" | ||
"shape": "S12" | ||
}, | ||
"volumes": { | ||
"shape": "S1b" | ||
"shape": "S1m" | ||
} | ||
@@ -468,3 +471,3 @@ } | ||
"taskDefinition": { | ||
"shape": "Sz" | ||
"shape": "S11" | ||
} | ||
@@ -484,3 +487,3 @@ } | ||
"overrides": { | ||
"shape": "S1w" | ||
"shape": "S28" | ||
}, | ||
@@ -497,6 +500,6 @@ "count": { | ||
"tasks": { | ||
"shape": "S1u" | ||
"shape": "S26" | ||
}, | ||
"failures": { | ||
"shape": "S1i" | ||
"shape": "S1u" | ||
} | ||
@@ -517,3 +520,3 @@ } | ||
"overrides": { | ||
"shape": "S1w" | ||
"shape": "S28" | ||
}, | ||
@@ -530,6 +533,6 @@ "containerInstances": { | ||
"tasks": { | ||
"shape": "S1u" | ||
"shape": "S26" | ||
}, | ||
"failures": { | ||
"shape": "S1i" | ||
"shape": "S1u" | ||
} | ||
@@ -554,3 +557,3 @@ } | ||
"task": { | ||
"shape": "S1v" | ||
"shape": "S27" | ||
} | ||
@@ -573,3 +576,3 @@ } | ||
"networkBindings": { | ||
"shape": "S21" | ||
"shape": "S2d" | ||
} | ||
@@ -767,3 +770,6 @@ } | ||
}, | ||
"agentUpdateStatus": {} | ||
"agentUpdateStatus": {}, | ||
"attributes": { | ||
"shape": "Sx" | ||
} | ||
} | ||
@@ -805,8 +811,24 @@ }, | ||
}, | ||
"Sz": { | ||
"Sx": { | ||
"type": "list", | ||
"member": { | ||
"shape": "Sy" | ||
} | ||
}, | ||
"Sy": { | ||
"type": "structure", | ||
"required": [ | ||
"name" | ||
], | ||
"members": { | ||
"name": {}, | ||
"value": {} | ||
} | ||
}, | ||
"S11": { | ||
"type": "structure", | ||
"members": { | ||
"taskDefinitionArn": {}, | ||
"containerDefinitions": { | ||
"shape": "S10" | ||
"shape": "S12" | ||
}, | ||
@@ -818,8 +840,14 @@ "family": {}, | ||
"volumes": { | ||
"shape": "S1b" | ||
"shape": "S1m" | ||
}, | ||
"status": {} | ||
"status": {}, | ||
"requiresAttributes": { | ||
"type": "list", | ||
"member": { | ||
"shape": "Sy" | ||
} | ||
} | ||
} | ||
}, | ||
"S10": { | ||
"S12": { | ||
"type": "list", | ||
@@ -865,3 +893,3 @@ "member": { | ||
"environment": { | ||
"shape": "S15" | ||
"shape": "S17" | ||
}, | ||
@@ -892,2 +920,80 @@ "mountPoints": { | ||
} | ||
}, | ||
"hostname": {}, | ||
"user": {}, | ||
"workingDirectory": {}, | ||
"disableNetworking": { | ||
"type": "boolean" | ||
}, | ||
"privileged": { | ||
"type": "boolean" | ||
}, | ||
"readonlyRootFilesystem": { | ||
"type": "boolean" | ||
}, | ||
"dnsServers": { | ||
"shape": "Su" | ||
}, | ||
"dnsSearchDomains": { | ||
"shape": "Su" | ||
}, | ||
"extraHosts": { | ||
"type": "list", | ||
"member": { | ||
"type": "structure", | ||
"required": [ | ||
"hostname", | ||
"ipAddress" | ||
], | ||
"members": { | ||
"hostname": {}, | ||
"ipAddress": {} | ||
} | ||
} | ||
}, | ||
"dockerSecurityOptions": { | ||
"shape": "Su" | ||
}, | ||
"dockerLabels": { | ||
"type": "map", | ||
"key": { | ||
"required": true | ||
}, | ||
"value": {} | ||
}, | ||
"ulimits": { | ||
"type": "list", | ||
"member": { | ||
"type": "structure", | ||
"required": [ | ||
"name", | ||
"softLimit", | ||
"hardLimit" | ||
], | ||
"members": { | ||
"name": {}, | ||
"softLimit": { | ||
"type": "integer" | ||
}, | ||
"hardLimit": { | ||
"type": "integer" | ||
} | ||
} | ||
} | ||
}, | ||
"logConfiguration": { | ||
"type": "structure", | ||
"required": [ | ||
"logDriver" | ||
], | ||
"members": { | ||
"logDriver": {}, | ||
"options": { | ||
"type": "map", | ||
"key": { | ||
"required": true | ||
}, | ||
"value": {} | ||
} | ||
} | ||
} | ||
@@ -897,3 +1003,3 @@ } | ||
}, | ||
"S15": { | ||
"S17": { | ||
"type": "list", | ||
@@ -908,3 +1014,3 @@ "member": { | ||
}, | ||
"S1b": { | ||
"S1m": { | ||
"type": "list", | ||
@@ -924,3 +1030,3 @@ "member": { | ||
}, | ||
"S1i": { | ||
"S1u": { | ||
"type": "list", | ||
@@ -935,9 +1041,9 @@ "member": { | ||
}, | ||
"S1u": { | ||
"S26": { | ||
"type": "list", | ||
"member": { | ||
"shape": "S1v" | ||
"shape": "S27" | ||
} | ||
}, | ||
"S1v": { | ||
"S27": { | ||
"type": "structure", | ||
@@ -950,3 +1056,3 @@ "members": { | ||
"overrides": { | ||
"shape": "S1w" | ||
"shape": "S28" | ||
}, | ||
@@ -969,3 +1075,3 @@ "lastStatus": {}, | ||
"networkBindings": { | ||
"shape": "S21" | ||
"shape": "S2d" | ||
} | ||
@@ -978,3 +1084,3 @@ } | ||
}, | ||
"S1w": { | ||
"S28": { | ||
"type": "structure", | ||
@@ -992,3 +1098,3 @@ "members": { | ||
"environment": { | ||
"shape": "S15" | ||
"shape": "S17" | ||
} | ||
@@ -1000,3 +1106,3 @@ } | ||
}, | ||
"S21": { | ||
"S2d": { | ||
"type": "list", | ||
@@ -1017,3 +1123,4 @@ "member": { | ||
} | ||
} | ||
}, | ||
"examples": {} | ||
} |
@@ -13,3 +13,3 @@ { | ||
"http": { | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/versions/HEAD/policy", | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/policy", | ||
"responseCode": 201 | ||
@@ -34,3 +34,7 @@ }, | ||
"SourceArn": {}, | ||
"SourceAccount": {} | ||
"SourceAccount": {}, | ||
"Qualifier": { | ||
"location": "querystring", | ||
"locationName": "Qualifier" | ||
} | ||
} | ||
@@ -45,2 +49,28 @@ }, | ||
}, | ||
"CreateAlias": { | ||
"http": { | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/aliases", | ||
"responseCode": 201 | ||
}, | ||
"input": { | ||
"type": "structure", | ||
"required": [ | ||
"FunctionName", | ||
"Name", | ||
"FunctionVersion" | ||
], | ||
"members": { | ||
"FunctionName": { | ||
"location": "uri", | ||
"locationName": "FunctionName" | ||
}, | ||
"Name": {}, | ||
"FunctionVersion": {}, | ||
"Description": {} | ||
} | ||
}, | ||
"output": { | ||
"shape": "Sf" | ||
} | ||
}, | ||
"CreateEventSourceMapping": { | ||
@@ -71,3 +101,3 @@ "http": { | ||
"output": { | ||
"shape": "Se" | ||
"shape": "Sl" | ||
} | ||
@@ -94,9 +124,2 @@ }, | ||
"Handler": {}, | ||
"Description": {}, | ||
"Timeout": { | ||
"type": "integer" | ||
}, | ||
"MemorySize": { | ||
"type": "integer" | ||
}, | ||
"Code": { | ||
@@ -112,2 +135,12 @@ "type": "structure", | ||
} | ||
}, | ||
"Description": {}, | ||
"Timeout": { | ||
"type": "integer" | ||
}, | ||
"MemorySize": { | ||
"type": "integer" | ||
}, | ||
"Publish": { | ||
"type": "boolean" | ||
} | ||
@@ -117,5 +150,29 @@ } | ||
"output": { | ||
"shape": "St" | ||
"shape": "Sz" | ||
} | ||
}, | ||
"DeleteAlias": { | ||
"http": { | ||
"method": "DELETE", | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/aliases/{Name}", | ||
"responseCode": 204 | ||
}, | ||
"input": { | ||
"type": "structure", | ||
"required": [ | ||
"FunctionName", | ||
"Name" | ||
], | ||
"members": { | ||
"FunctionName": { | ||
"location": "uri", | ||
"locationName": "FunctionName" | ||
}, | ||
"Name": { | ||
"location": "uri", | ||
"locationName": "Name" | ||
} | ||
} | ||
} | ||
}, | ||
"DeleteEventSourceMapping": { | ||
@@ -140,3 +197,3 @@ "http": { | ||
"output": { | ||
"shape": "Se" | ||
"shape": "Sl" | ||
} | ||
@@ -159,2 +216,6 @@ }, | ||
"locationName": "FunctionName" | ||
}, | ||
"Qualifier": { | ||
"location": "querystring", | ||
"locationName": "Qualifier" | ||
} | ||
@@ -164,2 +225,29 @@ } | ||
}, | ||
"GetAlias": { | ||
"http": { | ||
"method": "GET", | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/aliases/{Name}", | ||
"responseCode": 200 | ||
}, | ||
"input": { | ||
"type": "structure", | ||
"required": [ | ||
"FunctionName", | ||
"Name" | ||
], | ||
"members": { | ||
"FunctionName": { | ||
"location": "uri", | ||
"locationName": "FunctionName" | ||
}, | ||
"Name": { | ||
"location": "uri", | ||
"locationName": "Name" | ||
} | ||
} | ||
}, | ||
"output": { | ||
"shape": "Sf" | ||
} | ||
}, | ||
"GetEventSourceMapping": { | ||
@@ -184,3 +272,3 @@ "http": { | ||
"output": { | ||
"shape": "Se" | ||
"shape": "Sl" | ||
} | ||
@@ -191,3 +279,3 @@ }, | ||
"method": "GET", | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/versions/HEAD", | ||
"requestUri": "/2015-03-31/functions/{FunctionName}", | ||
"responseCode": 200 | ||
@@ -204,2 +292,6 @@ }, | ||
"locationName": "FunctionName" | ||
}, | ||
"Qualifier": { | ||
"location": "querystring", | ||
"locationName": "Qualifier" | ||
} | ||
@@ -212,3 +304,3 @@ } | ||
"Configuration": { | ||
"shape": "St" | ||
"shape": "Sz" | ||
}, | ||
@@ -228,3 +320,3 @@ "Code": { | ||
"method": "GET", | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/versions/HEAD/configuration", | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/configuration", | ||
"responseCode": 200 | ||
@@ -241,2 +333,6 @@ }, | ||
"locationName": "FunctionName" | ||
}, | ||
"Qualifier": { | ||
"location": "querystring", | ||
"locationName": "Qualifier" | ||
} | ||
@@ -246,3 +342,3 @@ } | ||
"output": { | ||
"shape": "St" | ||
"shape": "Sz" | ||
} | ||
@@ -253,3 +349,3 @@ }, | ||
"method": "GET", | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/versions/HEAD/policy", | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/policy", | ||
"responseCode": 200 | ||
@@ -266,3 +362,4 @@ }, | ||
"locationName": "FunctionName" | ||
} | ||
}, | ||
"Qualifier": {} | ||
} | ||
@@ -305,2 +402,6 @@ }, | ||
"type": "blob" | ||
}, | ||
"Qualifier": { | ||
"location": "querystring", | ||
"locationName": "Qualifier" | ||
} | ||
@@ -368,2 +469,46 @@ }, | ||
}, | ||
"ListAliases": { | ||
"http": { | ||
"method": "GET", | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/aliases", | ||
"responseCode": 200 | ||
}, | ||
"input": { | ||
"type": "structure", | ||
"required": [ | ||
"FunctionName" | ||
], | ||
"members": { | ||
"FunctionName": { | ||
"location": "uri", | ||
"locationName": "FunctionName" | ||
}, | ||
"FunctionVersion": { | ||
"location": "querystring", | ||
"locationName": "FunctionVersion" | ||
}, | ||
"Marker": { | ||
"location": "querystring", | ||
"locationName": "Marker" | ||
}, | ||
"MaxItems": { | ||
"location": "querystring", | ||
"locationName": "MaxItems", | ||
"type": "integer" | ||
} | ||
} | ||
}, | ||
"output": { | ||
"type": "structure", | ||
"members": { | ||
"NextMarker": {}, | ||
"Aliases": { | ||
"type": "list", | ||
"member": { | ||
"shape": "Sf" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"ListEventSourceMappings": { | ||
@@ -404,3 +549,3 @@ "http": { | ||
"member": { | ||
"shape": "Se" | ||
"shape": "Sl" | ||
} | ||
@@ -436,6 +581,3 @@ } | ||
"Functions": { | ||
"type": "list", | ||
"member": { | ||
"shape": "St" | ||
} | ||
"shape": "S1v" | ||
} | ||
@@ -445,6 +587,66 @@ } | ||
}, | ||
"ListVersionsByFunction": { | ||
"http": { | ||
"method": "GET", | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/versions", | ||
"responseCode": 200 | ||
}, | ||
"input": { | ||
"type": "structure", | ||
"required": [ | ||
"FunctionName" | ||
], | ||
"members": { | ||
"FunctionName": { | ||
"location": "uri", | ||
"locationName": "FunctionName" | ||
}, | ||
"Marker": { | ||
"location": "querystring", | ||
"locationName": "Marker" | ||
}, | ||
"MaxItems": { | ||
"location": "querystring", | ||
"locationName": "MaxItems", | ||
"type": "integer" | ||
} | ||
} | ||
}, | ||
"output": { | ||
"type": "structure", | ||
"members": { | ||
"NextMarker": {}, | ||
"Versions": { | ||
"shape": "S1v" | ||
} | ||
} | ||
} | ||
}, | ||
"PublishVersion": { | ||
"http": { | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/versions", | ||
"responseCode": 201 | ||
}, | ||
"input": { | ||
"type": "structure", | ||
"required": [ | ||
"FunctionName" | ||
], | ||
"members": { | ||
"FunctionName": { | ||
"location": "uri", | ||
"locationName": "FunctionName" | ||
}, | ||
"CodeSha256": {}, | ||
"Description": {} | ||
} | ||
}, | ||
"output": { | ||
"shape": "Sz" | ||
} | ||
}, | ||
"RemovePermission": { | ||
"http": { | ||
"method": "DELETE", | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/versions/HEAD/policy/{StatementId}", | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/policy/{StatementId}", | ||
"responseCode": 204 | ||
@@ -466,2 +668,6 @@ }, | ||
"locationName": "StatementId" | ||
}, | ||
"Qualifier": { | ||
"location": "querystring", | ||
"locationName": "Qualifier" | ||
} | ||
@@ -471,2 +677,31 @@ } | ||
}, | ||
"UpdateAlias": { | ||
"http": { | ||
"method": "PUT", | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/aliases/{Name}", | ||
"responseCode": 200 | ||
}, | ||
"input": { | ||
"type": "structure", | ||
"required": [ | ||
"FunctionName", | ||
"Name" | ||
], | ||
"members": { | ||
"FunctionName": { | ||
"location": "uri", | ||
"locationName": "FunctionName" | ||
}, | ||
"Name": { | ||
"location": "uri", | ||
"locationName": "Name" | ||
}, | ||
"FunctionVersion": {}, | ||
"Description": {} | ||
} | ||
}, | ||
"output": { | ||
"shape": "Sf" | ||
} | ||
}, | ||
"UpdateEventSourceMapping": { | ||
@@ -498,3 +733,3 @@ "http": { | ||
"output": { | ||
"shape": "Se" | ||
"shape": "Sl" | ||
} | ||
@@ -505,3 +740,3 @@ }, | ||
"method": "PUT", | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/versions/HEAD/code", | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/code", | ||
"responseCode": 200 | ||
@@ -524,7 +759,10 @@ }, | ||
"S3Key": {}, | ||
"S3ObjectVersion": {} | ||
"S3ObjectVersion": {}, | ||
"Publish": { | ||
"type": "boolean" | ||
} | ||
} | ||
}, | ||
"output": { | ||
"shape": "St" | ||
"shape": "Sz" | ||
} | ||
@@ -535,3 +773,3 @@ }, | ||
"method": "PUT", | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/versions/HEAD/configuration", | ||
"requestUri": "/2015-03-31/functions/{FunctionName}/configuration", | ||
"responseCode": 200 | ||
@@ -561,3 +799,3 @@ }, | ||
"output": { | ||
"shape": "St" | ||
"shape": "Sz" | ||
} | ||
@@ -567,5 +805,14 @@ } | ||
"shapes": { | ||
"Se": { | ||
"Sf": { | ||
"type": "structure", | ||
"members": { | ||
"AliasArn": {}, | ||
"Name": {}, | ||
"FunctionVersion": {}, | ||
"Description": {} | ||
} | ||
}, | ||
"Sl": { | ||
"type": "structure", | ||
"members": { | ||
"UUID": {}, | ||
@@ -585,3 +832,3 @@ "BatchSize": { | ||
}, | ||
"St": { | ||
"Sz": { | ||
"type": "structure", | ||
@@ -604,6 +851,15 @@ "members": { | ||
}, | ||
"LastModified": {} | ||
"LastModified": {}, | ||
"CodeSha256": {}, | ||
"Version": {} | ||
} | ||
}, | ||
"S1v": { | ||
"type": "list", | ||
"member": { | ||
"shape": "Sz" | ||
} | ||
} | ||
} | ||
}, | ||
"examples": {} | ||
} |
@@ -120,2 +120,9 @@ { | ||
}, | ||
"iot": { | ||
"name": "Iot" | ||
}, | ||
"iotdata": { | ||
"prefix": "iot-data", | ||
"name": "IotData" | ||
}, | ||
"kinesis": { | ||
@@ -122,0 +129,0 @@ "name": "Kinesis" |
@@ -20,3 +20,3 @@ /** | ||
*/ | ||
VERSION: '2.2.8', | ||
VERSION: '2.2.9', | ||
@@ -23,0 +23,0 @@ /** |
{ | ||
"name": "aws-sdk", | ||
"description": "AWS SDK for JavaScript", | ||
"version": "2.2.8", | ||
"version": "2.2.9", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name":"Amazon Web Services", |
@@ -27,3 +27,3 @@ # AWS SDK for JavaScript | ||
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.2.8.min.js"></script> | ||
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.2.9.min.js"></script> | ||
@@ -30,0 +30,0 @@ The AWS SDK is also compatible with [browserify](http://browserify.org). |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3210213
218
96396