aws-sdk 2.1635.0 → 2.1637.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/auditmanager-2017-07-25.min.json +57 -38
- package/apis/b2bi-2022-06-23.min.json +8 -1
- package/apis/codepipeline-2015-07-09.min.json +4 -1
- package/apis/firehose-2015-08-04.min.json +205 -159
- package/apis/fsx-2018-03-01.min.json +199 -163
- package/apis/glue-2017-03-31.min.json +176 -143
- 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/sagemaker-2017-07-24.min.json +731 -730
- 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/apis/verifiedpermissions-2021-12-01.min.json +321 -84
- package/clients/account.d.ts +84 -9
- package/clients/auditmanager.d.ts +45 -33
- package/clients/b2bi.d.ts +1 -1
- package/clients/codepipeline.d.ts +4 -4
- package/clients/firehose.d.ts +73 -10
- package/clients/fsx.d.ts +62 -18
- package/clients/glue.d.ts +58 -0
- package/clients/iotwireless.d.ts +1 -1
- package/clients/location.d.ts +981 -677
- package/clients/sagemaker.d.ts +9 -4
- package/clients/sns.d.ts +7 -7
- package/clients/sqs.d.ts +5 -5
- package/clients/storagegateway.d.ts +31 -16
- package/clients/verifiedpermissions.d.ts +260 -8
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +16 -16
- package/dist/aws-sdk.js +1278 -916
- package/dist/aws-sdk.min.js +61 -61
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -4,12 +4,18 @@
|
|
4
4
|
"apiVersion": "2010-03-31",
|
5
5
|
"endpointPrefix": "sns",
|
6
6
|
"protocol": "query",
|
7
|
+
"protocols": [
|
8
|
+
"query"
|
9
|
+
],
|
7
10
|
"serviceAbbreviation": "Amazon SNS",
|
8
11
|
"serviceFullName": "Amazon Simple Notification Service",
|
9
12
|
"serviceId": "SNS",
|
10
13
|
"signatureVersion": "v4",
|
11
14
|
"uid": "sns-2010-03-31",
|
12
|
-
"xmlNamespace": "http://sns.amazonaws.com/doc/2010-03-31/"
|
15
|
+
"xmlNamespace": "http://sns.amazonaws.com/doc/2010-03-31/",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
13
19
|
},
|
14
20
|
"operations": {
|
15
21
|
"AddPermission": {
|
@@ -5,11 +5,17 @@
|
|
5
5
|
"endpointPrefix": "storagegateway",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "AWS Storage Gateway",
|
9
12
|
"serviceId": "Storage Gateway",
|
10
13
|
"signatureVersion": "v4",
|
11
14
|
"targetPrefix": "StorageGateway_20130630",
|
12
|
-
"uid": "storagegateway-2013-06-30"
|
15
|
+
"uid": "storagegateway-2013-06-30",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
13
19
|
},
|
14
20
|
"operations": {
|
15
21
|
"ActivateGateway": {
|
@@ -1092,7 +1098,10 @@
|
|
1092
1098
|
"DayOfMonth": {
|
1093
1099
|
"type": "integer"
|
1094
1100
|
},
|
1095
|
-
"Timezone": {}
|
1101
|
+
"Timezone": {},
|
1102
|
+
"SoftwareUpdatePreferences": {
|
1103
|
+
"shape": "S5i"
|
1104
|
+
}
|
1096
1105
|
}
|
1097
1106
|
}
|
1098
1107
|
},
|
@@ -1104,7 +1113,7 @@
|
|
1104
1113
|
],
|
1105
1114
|
"members": {
|
1106
1115
|
"FileShareARNList": {
|
1107
|
-
"shape": "
|
1116
|
+
"shape": "S5l"
|
1108
1117
|
}
|
1109
1118
|
}
|
1110
1119
|
},
|
@@ -1170,7 +1179,7 @@
|
|
1170
1179
|
],
|
1171
1180
|
"members": {
|
1172
1181
|
"FileShareARNList": {
|
1173
|
-
"shape": "
|
1182
|
+
"shape": "S5l"
|
1174
1183
|
}
|
1175
1184
|
}
|
1176
1185
|
},
|
@@ -1265,7 +1274,7 @@
|
|
1265
1274
|
"type": "boolean"
|
1266
1275
|
},
|
1267
1276
|
"SMBLocalGroups": {
|
1268
|
-
"shape": "
|
1277
|
+
"shape": "S61"
|
1269
1278
|
}
|
1270
1279
|
}
|
1271
1280
|
}
|
@@ -1713,7 +1722,7 @@
|
|
1713
1722
|
"type": "structure",
|
1714
1723
|
"members": {
|
1715
1724
|
"AutomaticTapeCreationRules": {
|
1716
|
-
"shape": "
|
1725
|
+
"shape": "S7l"
|
1717
1726
|
},
|
1718
1727
|
"GatewayARN": {}
|
1719
1728
|
}
|
@@ -2276,7 +2285,7 @@
|
|
2276
2285
|
],
|
2277
2286
|
"members": {
|
2278
2287
|
"AutomaticTapeCreationRules": {
|
2279
|
-
"shape": "
|
2288
|
+
"shape": "S7l"
|
2280
2289
|
},
|
2281
2290
|
"GatewayARN": {}
|
2282
2291
|
}
|
@@ -2427,9 +2436,7 @@
|
|
2427
2436
|
"input": {
|
2428
2437
|
"type": "structure",
|
2429
2438
|
"required": [
|
2430
|
-
"GatewayARN"
|
2431
|
-
"HourOfDay",
|
2432
|
-
"MinuteOfHour"
|
2439
|
+
"GatewayARN"
|
2433
2440
|
],
|
2434
2441
|
"members": {
|
2435
2442
|
"GatewayARN": {},
|
@@ -2444,6 +2451,9 @@
|
|
2444
2451
|
},
|
2445
2452
|
"DayOfMonth": {
|
2446
2453
|
"type": "integer"
|
2454
|
+
},
|
2455
|
+
"SoftwareUpdatePreferences": {
|
2456
|
+
"shape": "S5i"
|
2447
2457
|
}
|
2448
2458
|
}
|
2449
2459
|
},
|
@@ -2587,7 +2597,7 @@
|
|
2587
2597
|
"members": {
|
2588
2598
|
"GatewayARN": {},
|
2589
2599
|
"SMBLocalGroups": {
|
2590
|
-
"shape": "
|
2600
|
+
"shape": "S61"
|
2591
2601
|
}
|
2592
2602
|
}
|
2593
2603
|
},
|
@@ -2794,11 +2804,17 @@
|
|
2794
2804
|
"type": "string",
|
2795
2805
|
"sensitive": true
|
2796
2806
|
},
|
2797
|
-
"
|
2807
|
+
"S5i": {
|
2808
|
+
"type": "structure",
|
2809
|
+
"members": {
|
2810
|
+
"AutomaticUpdatePolicy": {}
|
2811
|
+
}
|
2812
|
+
},
|
2813
|
+
"S5l": {
|
2798
2814
|
"type": "list",
|
2799
2815
|
"member": {}
|
2800
2816
|
},
|
2801
|
-
"
|
2817
|
+
"S61": {
|
2802
2818
|
"type": "structure",
|
2803
2819
|
"members": {
|
2804
2820
|
"GatewayAdmins": {
|
@@ -2806,7 +2822,7 @@
|
|
2806
2822
|
}
|
2807
2823
|
}
|
2808
2824
|
},
|
2809
|
-
"
|
2825
|
+
"S7l": {
|
2810
2826
|
"type": "list",
|
2811
2827
|
"member": {
|
2812
2828
|
"type": "structure",
|