aws-sdk 2.1634.0 → 2.1636.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/account-2021-02-01.min.json +101 -19
- package/apis/firehose-2015-08-04.min.json +205 -159
- package/apis/fsx-2018-03-01.min.json +199 -163
- package/apis/globalaccelerator-2018-08-08.min.json +13 -1
- package/apis/glue-2017-03-31.min.json +324 -219
- package/apis/iotwireless-2020-11-22.min.json +3 -0
- package/apis/location-2020-11-19.min.json +1036 -754
- package/apis/location-2020-11-19.paginators.json +6 -0
- package/apis/s3-2006-03-01.examples.json +62 -62
- package/apis/s3-2006-03-01.min.json +6 -0
- package/apis/sns-2010-03-31.min.json +7 -1
- package/apis/sqs-2012-11-05.min.json +3 -0
- package/apis/storagegateway-2013-06-30.min.json +30 -14
- package/clients/account.d.ts +84 -9
- package/clients/firehose.d.ts +73 -10
- package/clients/fsx.d.ts +62 -18
- package/clients/globalaccelerator.d.ts +8 -0
- package/clients/glue.d.ts +202 -15
- package/clients/iotwireless.d.ts +1 -1
- package/clients/location.d.ts +981 -677
- package/clients/sns.d.ts +7 -7
- package/clients/sqs.d.ts +5 -5
- package/clients/storagegateway.d.ts +31 -16
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +13 -13
- package/dist/aws-sdk.js +1280 -915
- package/dist/aws-sdk.min.js +56 -56
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -5,12 +5,18 @@
|
|
5
5
|
"endpointPrefix": "globalaccelerator",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "AWS Global Accelerator",
|
9
12
|
"serviceId": "Global Accelerator",
|
10
13
|
"signatureVersion": "v4",
|
11
14
|
"signingName": "globalaccelerator",
|
12
15
|
"targetPrefix": "GlobalAccelerator_V20180706",
|
13
|
-
"uid": "globalaccelerator-2018-08-08"
|
16
|
+
"uid": "globalaccelerator-2018-08-08",
|
17
|
+
"auth": [
|
18
|
+
"aws.auth#sigv4"
|
19
|
+
]
|
14
20
|
},
|
15
21
|
"operations": {
|
16
22
|
"AddCustomRoutingEndpoints": {
|
@@ -1124,6 +1130,9 @@
|
|
1124
1130
|
"AcceleratorArn": {},
|
1125
1131
|
"Name": {},
|
1126
1132
|
"IpAddressType": {},
|
1133
|
+
"IpAddresses": {
|
1134
|
+
"shape": "Sv"
|
1135
|
+
},
|
1127
1136
|
"Enabled": {
|
1128
1137
|
"type": "boolean"
|
1129
1138
|
}
|
@@ -1204,6 +1213,9 @@
|
|
1204
1213
|
"AcceleratorArn": {},
|
1205
1214
|
"Name": {},
|
1206
1215
|
"IpAddressType": {},
|
1216
|
+
"IpAddresses": {
|
1217
|
+
"shape": "Sv"
|
1218
|
+
},
|
1207
1219
|
"Enabled": {
|
1208
1220
|
"type": "boolean"
|
1209
1221
|
}
|