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
@@ -2217,6 +2217,9 @@
|
|
2217
2217
|
"DryRun": {
|
2218
2218
|
"locationName": "dryRun",
|
2219
2219
|
"type": "boolean"
|
2220
|
+
},
|
2221
|
+
"BgpAsnExtended": {
|
2222
|
+
"type": "long"
|
2220
2223
|
}
|
2221
2224
|
}
|
2222
2225
|
},
|
@@ -27605,6 +27608,9 @@
|
|
27605
27608
|
"Tags": {
|
27606
27609
|
"shape": "S6",
|
27607
27610
|
"locationName": "tagSet"
|
27611
|
+
},
|
27612
|
+
"BgpAsnExtended": {
|
27613
|
+
"locationName": "bgpAsnExtended"
|
27608
27614
|
}
|
27609
27615
|
}
|
27610
27616
|
},
|