aws-sdk 2.1628.0 → 2.1630.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apis/athena-2017-05-18.min.json +3 -0
- package/apis/codebuild-2016-10-06.min.json +7 -1
- package/apis/connect-2017-08-08.min.json +447 -268
- package/apis/ec2-2016-11-15.min.json +6 -0
- package/apis/glue-2017-03-31.min.json +563 -559
- package/apis/kafka-2018-11-14.min.json +10 -0
- package/apis/swf-2012-01-25.min.json +100 -67
- package/clients/athena.d.ts +5 -5
- package/clients/codebuild.d.ts +11 -3
- package/clients/connect.d.ts +232 -8
- package/clients/dynamodb.d.ts +1 -1
- package/clients/ec2.d.ts +12 -4
- package/clients/glue.d.ts +17 -0
- package/clients/kafka.d.ts +14 -0
- package/clients/securityhub.d.ts +1 -1
- package/clients/swf.d.ts +38 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +466 -272
- package/dist/aws-sdk.min.js +105 -105
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
64
64
|
To use the SDK in the browser, simply add the following script tag to your
|
65
65
|
HTML pages:
|
66
66
|
|
67
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
67
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1630.0.min.js"></script>
|
68
68
|
|
69
69
|
You can also build a custom browser SDK with your specified set of AWS services.
|
70
70
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -420,7 +420,10 @@
|
|
420
420
|
"filterGroups": {
|
421
421
|
"shape": "S3d"
|
422
422
|
},
|
423
|
-
"buildType": {}
|
423
|
+
"buildType": {},
|
424
|
+
"manualCreation": {
|
425
|
+
"type": "boolean"
|
426
|
+
}
|
424
427
|
}
|
425
428
|
},
|
426
429
|
"output": {
|
@@ -2297,6 +2300,9 @@
|
|
2297
2300
|
"shape": "S3d"
|
2298
2301
|
},
|
2299
2302
|
"buildType": {},
|
2303
|
+
"manualCreation": {
|
2304
|
+
"type": "boolean"
|
2305
|
+
},
|
2300
2306
|
"lastModifiedSecret": {
|
2301
2307
|
"type": "timestamp"
|
2302
2308
|
}
|