aws-sdk 2.1020.0 → 2.1024.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/CHANGELOG.md +24 -1
- package/README.md +1 -1
- package/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/apis/chime-sdk-meetings-2021-07-15.min.json +474 -0
- package/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/apis/connect-2017-08-08.min.json +230 -61
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/datasync-2018-11-09.min.json +207 -56
- package/apis/ec2-2016-11-15.min.json +513 -499
- package/apis/finspace-2021-03-12.min.json +24 -4
- package/apis/iotwireless-2020-11-22.min.json +993 -100
- package/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/apis/macie2-2020-01-01.min.json +104 -77
- package/apis/metadata.json +4 -0
- package/apis/sagemaker-2017-07-24.min.json +617 -537
- package/apis/translate-2017-07-01.min.json +4 -1
- package/apis/wafv2-2019-07-29.min.json +130 -79
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/chimesdkmeetings.d.ts +486 -0
- package/clients/chimesdkmeetings.js +18 -0
- package/clients/connect.d.ts +194 -21
- package/clients/connectparticipant.d.ts +1 -1
- package/clients/datasync.d.ts +241 -11
- package/clients/ec2.d.ts +23 -6
- package/clients/finspace.d.ts +26 -0
- package/clients/iotwireless.d.ts +577 -6
- package/clients/macie2.d.ts +36 -16
- package/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/clients/sagemaker.d.ts +111 -16
- package/clients/translate.d.ts +13 -12
- package/clients/wafv2.d.ts +70 -10
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +52 -15
- package/dist/aws-sdk.js +760 -564
- package/dist/aws-sdk.min.js +71 -71
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -10,6 +10,21 @@
|
|
|
10
10
|
"output_token": "NextToken",
|
|
11
11
|
"limit_key": "MaxResults"
|
|
12
12
|
},
|
|
13
|
+
"ListFuotaTasks": {
|
|
14
|
+
"input_token": "NextToken",
|
|
15
|
+
"output_token": "NextToken",
|
|
16
|
+
"limit_key": "MaxResults"
|
|
17
|
+
},
|
|
18
|
+
"ListMulticastGroups": {
|
|
19
|
+
"input_token": "NextToken",
|
|
20
|
+
"output_token": "NextToken",
|
|
21
|
+
"limit_key": "MaxResults"
|
|
22
|
+
},
|
|
23
|
+
"ListMulticastGroupsByFuotaTask": {
|
|
24
|
+
"input_token": "NextToken",
|
|
25
|
+
"output_token": "NextToken",
|
|
26
|
+
"limit_key": "MaxResults"
|
|
27
|
+
},
|
|
13
28
|
"ListServiceProfiles": {
|
|
14
29
|
"input_token": "NextToken",
|
|
15
30
|
"output_token": "NextToken",
|
|
@@ -196,6 +196,10 @@
|
|
|
196
196
|
"regex": {
|
|
197
197
|
"locationName": "regex"
|
|
198
198
|
},
|
|
199
|
+
"severityLevels": {
|
|
200
|
+
"shape": "S1a",
|
|
201
|
+
"locationName": "severityLevels"
|
|
202
|
+
},
|
|
199
203
|
"tags": {
|
|
200
204
|
"shape": "S17",
|
|
201
205
|
"locationName": "tags"
|
|
@@ -230,7 +234,7 @@
|
|
|
230
234
|
"locationName": "description"
|
|
231
235
|
},
|
|
232
236
|
"findingCriteria": {
|
|
233
|
-
"shape": "
|
|
237
|
+
"shape": "S1h",
|
|
234
238
|
"locationName": "findingCriteria"
|
|
235
239
|
},
|
|
236
240
|
"name": {
|
|
@@ -291,7 +295,7 @@
|
|
|
291
295
|
"type": "structure",
|
|
292
296
|
"members": {
|
|
293
297
|
"unprocessedAccounts": {
|
|
294
|
-
"shape": "
|
|
298
|
+
"shape": "S1n",
|
|
295
299
|
"locationName": "unprocessedAccounts"
|
|
296
300
|
}
|
|
297
301
|
}
|
|
@@ -380,7 +384,7 @@
|
|
|
380
384
|
"type": "structure",
|
|
381
385
|
"members": {
|
|
382
386
|
"unprocessedAccounts": {
|
|
383
|
-
"shape": "
|
|
387
|
+
"shape": "S1n",
|
|
384
388
|
"locationName": "unprocessedAccounts"
|
|
385
389
|
}
|
|
386
390
|
}
|
|
@@ -453,7 +457,7 @@
|
|
|
453
457
|
"type": "structure",
|
|
454
458
|
"members": {
|
|
455
459
|
"unprocessedAccounts": {
|
|
456
|
-
"shape": "
|
|
460
|
+
"shape": "S1n",
|
|
457
461
|
"locationName": "unprocessedAccounts"
|
|
458
462
|
}
|
|
459
463
|
}
|
|
@@ -588,7 +592,7 @@
|
|
|
588
592
|
"locationName": "errorMessage"
|
|
589
593
|
},
|
|
590
594
|
"jobDetails": {
|
|
591
|
-
"shape": "
|
|
595
|
+
"shape": "S2h",
|
|
592
596
|
"locationName": "jobDetails"
|
|
593
597
|
},
|
|
594
598
|
"lastUpdated": {
|
|
@@ -600,11 +604,11 @@
|
|
|
600
604
|
"type": "long"
|
|
601
605
|
},
|
|
602
606
|
"objectCountByEncryptionType": {
|
|
603
|
-
"shape": "
|
|
607
|
+
"shape": "S2k",
|
|
604
608
|
"locationName": "objectCountByEncryptionType"
|
|
605
609
|
},
|
|
606
610
|
"publicAccess": {
|
|
607
|
-
"shape": "
|
|
611
|
+
"shape": "S2l",
|
|
608
612
|
"locationName": "publicAccess"
|
|
609
613
|
},
|
|
610
614
|
"region": {
|
|
@@ -655,15 +659,15 @@
|
|
|
655
659
|
"locationName": "tags",
|
|
656
660
|
"type": "list",
|
|
657
661
|
"member": {
|
|
658
|
-
"shape": "
|
|
662
|
+
"shape": "S2y"
|
|
659
663
|
}
|
|
660
664
|
},
|
|
661
665
|
"unclassifiableObjectCount": {
|
|
662
|
-
"shape": "
|
|
666
|
+
"shape": "S2z",
|
|
663
667
|
"locationName": "unclassifiableObjectCount"
|
|
664
668
|
},
|
|
665
669
|
"unclassifiableObjectSizeInBytes": {
|
|
666
|
-
"shape": "
|
|
670
|
+
"shape": "S2z",
|
|
667
671
|
"locationName": "unclassifiableObjectSizeInBytes"
|
|
668
672
|
},
|
|
669
673
|
"versioning": {
|
|
@@ -732,7 +736,7 @@
|
|
|
732
736
|
"locationName": "jobType"
|
|
733
737
|
},
|
|
734
738
|
"lastRunErrorStatus": {
|
|
735
|
-
"shape": "
|
|
739
|
+
"shape": "S33",
|
|
736
740
|
"locationName": "lastRunErrorStatus"
|
|
737
741
|
},
|
|
738
742
|
"lastRunTime": {
|
|
@@ -780,7 +784,7 @@
|
|
|
780
784
|
"locationName": "tags"
|
|
781
785
|
},
|
|
782
786
|
"userPausedDetails": {
|
|
783
|
-
"shape": "
|
|
787
|
+
"shape": "S37",
|
|
784
788
|
"locationName": "userPausedDetails"
|
|
785
789
|
}
|
|
786
790
|
}
|
|
@@ -962,7 +966,7 @@
|
|
|
962
966
|
"type": "structure",
|
|
963
967
|
"members": {
|
|
964
968
|
"administrator": {
|
|
965
|
-
"shape": "
|
|
969
|
+
"shape": "S3s",
|
|
966
970
|
"locationName": "administrator"
|
|
967
971
|
}
|
|
968
972
|
}
|
|
@@ -1097,11 +1101,11 @@
|
|
|
1097
1101
|
"type": "long"
|
|
1098
1102
|
},
|
|
1099
1103
|
"unclassifiableObjectCount": {
|
|
1100
|
-
"shape": "
|
|
1104
|
+
"shape": "S2z",
|
|
1101
1105
|
"locationName": "unclassifiableObjectCount"
|
|
1102
1106
|
},
|
|
1103
1107
|
"unclassifiableObjectSizeInBytes": {
|
|
1104
|
-
"shape": "
|
|
1108
|
+
"shape": "S2z",
|
|
1105
1109
|
"locationName": "unclassifiableObjectSizeInBytes"
|
|
1106
1110
|
}
|
|
1107
1111
|
}
|
|
@@ -1121,7 +1125,7 @@
|
|
|
1121
1125
|
"type": "structure",
|
|
1122
1126
|
"members": {
|
|
1123
1127
|
"configuration": {
|
|
1124
|
-
"shape": "
|
|
1128
|
+
"shape": "S42",
|
|
1125
1129
|
"locationName": "configuration"
|
|
1126
1130
|
}
|
|
1127
1131
|
}
|
|
@@ -1183,6 +1187,10 @@
|
|
|
1183
1187
|
"regex": {
|
|
1184
1188
|
"locationName": "regex"
|
|
1185
1189
|
},
|
|
1190
|
+
"severityLevels": {
|
|
1191
|
+
"shape": "S1a",
|
|
1192
|
+
"locationName": "severityLevels"
|
|
1193
|
+
},
|
|
1186
1194
|
"tags": {
|
|
1187
1195
|
"shape": "S17",
|
|
1188
1196
|
"locationName": "tags"
|
|
@@ -1199,7 +1207,7 @@
|
|
|
1199
1207
|
"type": "structure",
|
|
1200
1208
|
"members": {
|
|
1201
1209
|
"findingCriteria": {
|
|
1202
|
-
"shape": "
|
|
1210
|
+
"shape": "S1h",
|
|
1203
1211
|
"locationName": "findingCriteria"
|
|
1204
1212
|
},
|
|
1205
1213
|
"groupBy": {
|
|
@@ -1261,7 +1269,7 @@
|
|
|
1261
1269
|
"locationName": "findingIds"
|
|
1262
1270
|
},
|
|
1263
1271
|
"sortCriteria": {
|
|
1264
|
-
"shape": "
|
|
1272
|
+
"shape": "S4e",
|
|
1265
1273
|
"locationName": "sortCriteria"
|
|
1266
1274
|
}
|
|
1267
1275
|
},
|
|
@@ -1330,7 +1338,7 @@
|
|
|
1330
1338
|
"locationName": "name"
|
|
1331
1339
|
},
|
|
1332
1340
|
"occurrences": {
|
|
1333
|
-
"shape": "
|
|
1341
|
+
"shape": "S4o",
|
|
1334
1342
|
"locationName": "occurrences"
|
|
1335
1343
|
}
|
|
1336
1344
|
}
|
|
@@ -1365,7 +1373,7 @@
|
|
|
1365
1373
|
"type": "long"
|
|
1366
1374
|
},
|
|
1367
1375
|
"occurrences": {
|
|
1368
|
-
"shape": "
|
|
1376
|
+
"shape": "S4o",
|
|
1369
1377
|
"locationName": "occurrences"
|
|
1370
1378
|
},
|
|
1371
1379
|
"type": {
|
|
@@ -1547,7 +1555,7 @@
|
|
|
1547
1555
|
"locationName": "principalId"
|
|
1548
1556
|
},
|
|
1549
1557
|
"sessionContext": {
|
|
1550
|
-
"shape": "
|
|
1558
|
+
"shape": "S5g",
|
|
1551
1559
|
"locationName": "sessionContext"
|
|
1552
1560
|
}
|
|
1553
1561
|
}
|
|
@@ -1590,7 +1598,7 @@
|
|
|
1590
1598
|
"locationName": "principalId"
|
|
1591
1599
|
},
|
|
1592
1600
|
"sessionContext": {
|
|
1593
|
-
"shape": "
|
|
1601
|
+
"shape": "S5g",
|
|
1594
1602
|
"locationName": "sessionContext"
|
|
1595
1603
|
}
|
|
1596
1604
|
}
|
|
@@ -1659,7 +1667,7 @@
|
|
|
1659
1667
|
"locationName": "createdAt"
|
|
1660
1668
|
},
|
|
1661
1669
|
"defaultServerSideEncryption": {
|
|
1662
|
-
"shape": "
|
|
1670
|
+
"shape": "S5r",
|
|
1663
1671
|
"locationName": "defaultServerSideEncryption"
|
|
1664
1672
|
},
|
|
1665
1673
|
"name": {
|
|
@@ -1678,11 +1686,11 @@
|
|
|
1678
1686
|
}
|
|
1679
1687
|
},
|
|
1680
1688
|
"publicAccess": {
|
|
1681
|
-
"shape": "
|
|
1689
|
+
"shape": "S2l",
|
|
1682
1690
|
"locationName": "publicAccess"
|
|
1683
1691
|
},
|
|
1684
1692
|
"tags": {
|
|
1685
|
-
"shape": "
|
|
1693
|
+
"shape": "S5u",
|
|
1686
1694
|
"locationName": "tags"
|
|
1687
1695
|
}
|
|
1688
1696
|
}
|
|
@@ -1715,7 +1723,7 @@
|
|
|
1715
1723
|
"type": "boolean"
|
|
1716
1724
|
},
|
|
1717
1725
|
"serverSideEncryption": {
|
|
1718
|
-
"shape": "
|
|
1726
|
+
"shape": "S5r",
|
|
1719
1727
|
"locationName": "serverSideEncryption"
|
|
1720
1728
|
},
|
|
1721
1729
|
"size": {
|
|
@@ -1726,7 +1734,7 @@
|
|
|
1726
1734
|
"locationName": "storageClass"
|
|
1727
1735
|
},
|
|
1728
1736
|
"tags": {
|
|
1729
|
-
"shape": "
|
|
1737
|
+
"shape": "S5u",
|
|
1730
1738
|
"locationName": "tags"
|
|
1731
1739
|
},
|
|
1732
1740
|
"versionId": {
|
|
@@ -1803,7 +1811,7 @@
|
|
|
1803
1811
|
"locationName": "description"
|
|
1804
1812
|
},
|
|
1805
1813
|
"findingCriteria": {
|
|
1806
|
-
"shape": "
|
|
1814
|
+
"shape": "S1h",
|
|
1807
1815
|
"locationName": "findingCriteria"
|
|
1808
1816
|
},
|
|
1809
1817
|
"id": {
|
|
@@ -1837,7 +1845,7 @@
|
|
|
1837
1845
|
"type": "structure",
|
|
1838
1846
|
"members": {
|
|
1839
1847
|
"securityHubConfiguration": {
|
|
1840
|
-
"shape": "
|
|
1848
|
+
"shape": "S63",
|
|
1841
1849
|
"locationName": "securityHubConfiguration"
|
|
1842
1850
|
}
|
|
1843
1851
|
}
|
|
@@ -1910,7 +1918,7 @@
|
|
|
1910
1918
|
"type": "structure",
|
|
1911
1919
|
"members": {
|
|
1912
1920
|
"master": {
|
|
1913
|
-
"shape": "
|
|
1921
|
+
"shape": "S3s",
|
|
1914
1922
|
"locationName": "master"
|
|
1915
1923
|
}
|
|
1916
1924
|
}
|
|
@@ -2139,11 +2147,11 @@
|
|
|
2139
2147
|
"type": "structure",
|
|
2140
2148
|
"members": {
|
|
2141
2149
|
"excludes": {
|
|
2142
|
-
"shape": "
|
|
2150
|
+
"shape": "S6z",
|
|
2143
2151
|
"locationName": "excludes"
|
|
2144
2152
|
},
|
|
2145
2153
|
"includes": {
|
|
2146
|
-
"shape": "
|
|
2154
|
+
"shape": "S6z",
|
|
2147
2155
|
"locationName": "includes"
|
|
2148
2156
|
}
|
|
2149
2157
|
}
|
|
@@ -2196,14 +2204,14 @@
|
|
|
2196
2204
|
"locationName": "jobType"
|
|
2197
2205
|
},
|
|
2198
2206
|
"lastRunErrorStatus": {
|
|
2199
|
-
"shape": "
|
|
2207
|
+
"shape": "S33",
|
|
2200
2208
|
"locationName": "lastRunErrorStatus"
|
|
2201
2209
|
},
|
|
2202
2210
|
"name": {
|
|
2203
2211
|
"locationName": "name"
|
|
2204
2212
|
},
|
|
2205
2213
|
"userPausedDetails": {
|
|
2206
|
-
"shape": "
|
|
2214
|
+
"shape": "S37",
|
|
2207
2215
|
"locationName": "userPausedDetails"
|
|
2208
2216
|
},
|
|
2209
2217
|
"bucketCriteria": {
|
|
@@ -2279,7 +2287,7 @@
|
|
|
2279
2287
|
"type": "structure",
|
|
2280
2288
|
"members": {
|
|
2281
2289
|
"findingCriteria": {
|
|
2282
|
-
"shape": "
|
|
2290
|
+
"shape": "S1h",
|
|
2283
2291
|
"locationName": "findingCriteria"
|
|
2284
2292
|
},
|
|
2285
2293
|
"maxResults": {
|
|
@@ -2290,7 +2298,7 @@
|
|
|
2290
2298
|
"locationName": "nextToken"
|
|
2291
2299
|
},
|
|
2292
2300
|
"sortCriteria": {
|
|
2293
|
-
"shape": "
|
|
2301
|
+
"shape": "S4e",
|
|
2294
2302
|
"locationName": "sortCriteria"
|
|
2295
2303
|
}
|
|
2296
2304
|
}
|
|
@@ -2389,7 +2397,7 @@
|
|
|
2389
2397
|
"locationName": "invitations",
|
|
2390
2398
|
"type": "list",
|
|
2391
2399
|
"member": {
|
|
2392
|
-
"shape": "
|
|
2400
|
+
"shape": "S3s"
|
|
2393
2401
|
}
|
|
2394
2402
|
},
|
|
2395
2403
|
"nextToken": {
|
|
@@ -2589,7 +2597,7 @@
|
|
|
2589
2597
|
"type": "structure",
|
|
2590
2598
|
"members": {
|
|
2591
2599
|
"configuration": {
|
|
2592
|
-
"shape": "
|
|
2600
|
+
"shape": "S42",
|
|
2593
2601
|
"locationName": "configuration"
|
|
2594
2602
|
}
|
|
2595
2603
|
},
|
|
@@ -2601,7 +2609,7 @@
|
|
|
2601
2609
|
"type": "structure",
|
|
2602
2610
|
"members": {
|
|
2603
2611
|
"configuration": {
|
|
2604
|
-
"shape": "
|
|
2612
|
+
"shape": "S42",
|
|
2605
2613
|
"locationName": "configuration"
|
|
2606
2614
|
}
|
|
2607
2615
|
}
|
|
@@ -2621,7 +2629,7 @@
|
|
|
2621
2629
|
"idempotencyToken": true
|
|
2622
2630
|
},
|
|
2623
2631
|
"securityHubConfiguration": {
|
|
2624
|
-
"shape": "
|
|
2632
|
+
"shape": "S63",
|
|
2625
2633
|
"locationName": "securityHubConfiguration"
|
|
2626
2634
|
}
|
|
2627
2635
|
}
|
|
@@ -2644,11 +2652,11 @@
|
|
|
2644
2652
|
"type": "structure",
|
|
2645
2653
|
"members": {
|
|
2646
2654
|
"excludes": {
|
|
2647
|
-
"shape": "
|
|
2655
|
+
"shape": "S86",
|
|
2648
2656
|
"locationName": "excludes"
|
|
2649
2657
|
},
|
|
2650
2658
|
"includes": {
|
|
2651
|
-
"shape": "
|
|
2659
|
+
"shape": "S86",
|
|
2652
2660
|
"locationName": "includes"
|
|
2653
2661
|
}
|
|
2654
2662
|
}
|
|
@@ -2708,7 +2716,7 @@
|
|
|
2708
2716
|
"locationName": "errorMessage"
|
|
2709
2717
|
},
|
|
2710
2718
|
"jobDetails": {
|
|
2711
|
-
"shape": "
|
|
2719
|
+
"shape": "S2h",
|
|
2712
2720
|
"locationName": "jobDetails"
|
|
2713
2721
|
},
|
|
2714
2722
|
"objectCount": {
|
|
@@ -2716,7 +2724,7 @@
|
|
|
2716
2724
|
"type": "long"
|
|
2717
2725
|
},
|
|
2718
2726
|
"objectCountByEncryptionType": {
|
|
2719
|
-
"shape": "
|
|
2727
|
+
"shape": "S2k",
|
|
2720
2728
|
"locationName": "objectCountByEncryptionType"
|
|
2721
2729
|
},
|
|
2722
2730
|
"sizeInBytes": {
|
|
@@ -2728,11 +2736,11 @@
|
|
|
2728
2736
|
"type": "long"
|
|
2729
2737
|
},
|
|
2730
2738
|
"unclassifiableObjectCount": {
|
|
2731
|
-
"shape": "
|
|
2739
|
+
"shape": "S2z",
|
|
2732
2740
|
"locationName": "unclassifiableObjectCount"
|
|
2733
2741
|
},
|
|
2734
2742
|
"unclassifiableObjectSizeInBytes": {
|
|
2735
|
-
"shape": "
|
|
2743
|
+
"shape": "S2z",
|
|
2736
2744
|
"locationName": "unclassifiableObjectSizeInBytes"
|
|
2737
2745
|
}
|
|
2738
2746
|
}
|
|
@@ -2887,7 +2895,7 @@
|
|
|
2887
2895
|
"locationName": "description"
|
|
2888
2896
|
},
|
|
2889
2897
|
"findingCriteria": {
|
|
2890
|
-
"shape": "
|
|
2898
|
+
"shape": "S1h",
|
|
2891
2899
|
"locationName": "findingCriteria"
|
|
2892
2900
|
},
|
|
2893
2901
|
"id": {
|
|
@@ -3211,7 +3219,26 @@
|
|
|
3211
3219
|
"key": {},
|
|
3212
3220
|
"value": {}
|
|
3213
3221
|
},
|
|
3214
|
-
"
|
|
3222
|
+
"S1a": {
|
|
3223
|
+
"type": "list",
|
|
3224
|
+
"member": {
|
|
3225
|
+
"type": "structure",
|
|
3226
|
+
"members": {
|
|
3227
|
+
"occurrencesThreshold": {
|
|
3228
|
+
"locationName": "occurrencesThreshold",
|
|
3229
|
+
"type": "long"
|
|
3230
|
+
},
|
|
3231
|
+
"severity": {
|
|
3232
|
+
"locationName": "severity"
|
|
3233
|
+
}
|
|
3234
|
+
},
|
|
3235
|
+
"required": [
|
|
3236
|
+
"occurrencesThreshold",
|
|
3237
|
+
"severity"
|
|
3238
|
+
]
|
|
3239
|
+
}
|
|
3240
|
+
},
|
|
3241
|
+
"S1h": {
|
|
3215
3242
|
"type": "structure",
|
|
3216
3243
|
"members": {
|
|
3217
3244
|
"criterion": {
|
|
@@ -3254,7 +3281,7 @@
|
|
|
3254
3281
|
}
|
|
3255
3282
|
}
|
|
3256
3283
|
},
|
|
3257
|
-
"
|
|
3284
|
+
"S1n": {
|
|
3258
3285
|
"type": "list",
|
|
3259
3286
|
"member": {
|
|
3260
3287
|
"type": "structure",
|
|
@@ -3271,7 +3298,7 @@
|
|
|
3271
3298
|
}
|
|
3272
3299
|
}
|
|
3273
3300
|
},
|
|
3274
|
-
"
|
|
3301
|
+
"S2h": {
|
|
3275
3302
|
"type": "structure",
|
|
3276
3303
|
"members": {
|
|
3277
3304
|
"isDefinedInJob": {
|
|
@@ -3289,7 +3316,7 @@
|
|
|
3289
3316
|
}
|
|
3290
3317
|
}
|
|
3291
3318
|
},
|
|
3292
|
-
"
|
|
3319
|
+
"S2k": {
|
|
3293
3320
|
"type": "structure",
|
|
3294
3321
|
"members": {
|
|
3295
3322
|
"customerManaged": {
|
|
@@ -3314,7 +3341,7 @@
|
|
|
3314
3341
|
}
|
|
3315
3342
|
}
|
|
3316
3343
|
},
|
|
3317
|
-
"
|
|
3344
|
+
"S2l": {
|
|
3318
3345
|
"type": "structure",
|
|
3319
3346
|
"members": {
|
|
3320
3347
|
"effectivePermission": {
|
|
@@ -3329,7 +3356,7 @@
|
|
|
3329
3356
|
"type": "structure",
|
|
3330
3357
|
"members": {
|
|
3331
3358
|
"blockPublicAccess": {
|
|
3332
|
-
"shape": "
|
|
3359
|
+
"shape": "S2p",
|
|
3333
3360
|
"locationName": "blockPublicAccess"
|
|
3334
3361
|
}
|
|
3335
3362
|
}
|
|
@@ -3353,7 +3380,7 @@
|
|
|
3353
3380
|
}
|
|
3354
3381
|
},
|
|
3355
3382
|
"blockPublicAccess": {
|
|
3356
|
-
"shape": "
|
|
3383
|
+
"shape": "S2p",
|
|
3357
3384
|
"locationName": "blockPublicAccess"
|
|
3358
3385
|
},
|
|
3359
3386
|
"bucketPolicy": {
|
|
@@ -3376,7 +3403,7 @@
|
|
|
3376
3403
|
}
|
|
3377
3404
|
}
|
|
3378
3405
|
},
|
|
3379
|
-
"
|
|
3406
|
+
"S2p": {
|
|
3380
3407
|
"type": "structure",
|
|
3381
3408
|
"members": {
|
|
3382
3409
|
"blockPublicAcls": {
|
|
@@ -3397,7 +3424,7 @@
|
|
|
3397
3424
|
}
|
|
3398
3425
|
}
|
|
3399
3426
|
},
|
|
3400
|
-
"
|
|
3427
|
+
"S2y": {
|
|
3401
3428
|
"type": "structure",
|
|
3402
3429
|
"members": {
|
|
3403
3430
|
"key": {
|
|
@@ -3408,7 +3435,7 @@
|
|
|
3408
3435
|
}
|
|
3409
3436
|
}
|
|
3410
3437
|
},
|
|
3411
|
-
"
|
|
3438
|
+
"S2z": {
|
|
3412
3439
|
"type": "structure",
|
|
3413
3440
|
"members": {
|
|
3414
3441
|
"fileType": {
|
|
@@ -3425,7 +3452,7 @@
|
|
|
3425
3452
|
}
|
|
3426
3453
|
}
|
|
3427
3454
|
},
|
|
3428
|
-
"
|
|
3455
|
+
"S33": {
|
|
3429
3456
|
"type": "structure",
|
|
3430
3457
|
"members": {
|
|
3431
3458
|
"code": {
|
|
@@ -3433,7 +3460,7 @@
|
|
|
3433
3460
|
}
|
|
3434
3461
|
}
|
|
3435
3462
|
},
|
|
3436
|
-
"
|
|
3463
|
+
"S37": {
|
|
3437
3464
|
"type": "structure",
|
|
3438
3465
|
"members": {
|
|
3439
3466
|
"jobExpiresAt": {
|
|
@@ -3449,7 +3476,7 @@
|
|
|
3449
3476
|
}
|
|
3450
3477
|
}
|
|
3451
3478
|
},
|
|
3452
|
-
"
|
|
3479
|
+
"S3s": {
|
|
3453
3480
|
"type": "structure",
|
|
3454
3481
|
"members": {
|
|
3455
3482
|
"accountId": {
|
|
@@ -3467,7 +3494,7 @@
|
|
|
3467
3494
|
}
|
|
3468
3495
|
}
|
|
3469
3496
|
},
|
|
3470
|
-
"
|
|
3497
|
+
"S42": {
|
|
3471
3498
|
"type": "structure",
|
|
3472
3499
|
"members": {
|
|
3473
3500
|
"s3Destination": {
|
|
@@ -3491,7 +3518,7 @@
|
|
|
3491
3518
|
}
|
|
3492
3519
|
}
|
|
3493
3520
|
},
|
|
3494
|
-
"
|
|
3521
|
+
"S4e": {
|
|
3495
3522
|
"type": "structure",
|
|
3496
3523
|
"members": {
|
|
3497
3524
|
"attributeName": {
|
|
@@ -3502,7 +3529,7 @@
|
|
|
3502
3529
|
}
|
|
3503
3530
|
}
|
|
3504
3531
|
},
|
|
3505
|
-
"
|
|
3532
|
+
"S4o": {
|
|
3506
3533
|
"type": "structure",
|
|
3507
3534
|
"members": {
|
|
3508
3535
|
"cells": {
|
|
@@ -3529,11 +3556,11 @@
|
|
|
3529
3556
|
}
|
|
3530
3557
|
},
|
|
3531
3558
|
"lineRanges": {
|
|
3532
|
-
"shape": "
|
|
3559
|
+
"shape": "S4r",
|
|
3533
3560
|
"locationName": "lineRanges"
|
|
3534
3561
|
},
|
|
3535
3562
|
"offsetRanges": {
|
|
3536
|
-
"shape": "
|
|
3563
|
+
"shape": "S4r",
|
|
3537
3564
|
"locationName": "offsetRanges"
|
|
3538
3565
|
},
|
|
3539
3566
|
"pages": {
|
|
@@ -3543,11 +3570,11 @@
|
|
|
3543
3570
|
"type": "structure",
|
|
3544
3571
|
"members": {
|
|
3545
3572
|
"lineRange": {
|
|
3546
|
-
"shape": "
|
|
3573
|
+
"shape": "S4s",
|
|
3547
3574
|
"locationName": "lineRange"
|
|
3548
3575
|
},
|
|
3549
3576
|
"offsetRange": {
|
|
3550
|
-
"shape": "
|
|
3577
|
+
"shape": "S4s",
|
|
3551
3578
|
"locationName": "offsetRange"
|
|
3552
3579
|
},
|
|
3553
3580
|
"pageNumber": {
|
|
@@ -3575,13 +3602,13 @@
|
|
|
3575
3602
|
}
|
|
3576
3603
|
}
|
|
3577
3604
|
},
|
|
3578
|
-
"
|
|
3605
|
+
"S4r": {
|
|
3579
3606
|
"type": "list",
|
|
3580
3607
|
"member": {
|
|
3581
|
-
"shape": "
|
|
3608
|
+
"shape": "S4s"
|
|
3582
3609
|
}
|
|
3583
3610
|
},
|
|
3584
|
-
"
|
|
3611
|
+
"S4s": {
|
|
3585
3612
|
"type": "structure",
|
|
3586
3613
|
"members": {
|
|
3587
3614
|
"end": {
|
|
@@ -3598,7 +3625,7 @@
|
|
|
3598
3625
|
}
|
|
3599
3626
|
}
|
|
3600
3627
|
},
|
|
3601
|
-
"
|
|
3628
|
+
"S5g": {
|
|
3602
3629
|
"type": "structure",
|
|
3603
3630
|
"members": {
|
|
3604
3631
|
"attributes": {
|
|
@@ -3638,7 +3665,7 @@
|
|
|
3638
3665
|
}
|
|
3639
3666
|
}
|
|
3640
3667
|
},
|
|
3641
|
-
"
|
|
3668
|
+
"S5r": {
|
|
3642
3669
|
"type": "structure",
|
|
3643
3670
|
"members": {
|
|
3644
3671
|
"encryptionType": {
|
|
@@ -3649,13 +3676,13 @@
|
|
|
3649
3676
|
}
|
|
3650
3677
|
}
|
|
3651
3678
|
},
|
|
3652
|
-
"
|
|
3679
|
+
"S5u": {
|
|
3653
3680
|
"type": "list",
|
|
3654
3681
|
"member": {
|
|
3655
|
-
"shape": "
|
|
3682
|
+
"shape": "S2y"
|
|
3656
3683
|
}
|
|
3657
3684
|
},
|
|
3658
|
-
"
|
|
3685
|
+
"S63": {
|
|
3659
3686
|
"type": "structure",
|
|
3660
3687
|
"members": {
|
|
3661
3688
|
"publishClassificationFindings": {
|
|
@@ -3672,7 +3699,7 @@
|
|
|
3672
3699
|
"publishClassificationFindings"
|
|
3673
3700
|
]
|
|
3674
3701
|
},
|
|
3675
|
-
"
|
|
3702
|
+
"S6z": {
|
|
3676
3703
|
"type": "list",
|
|
3677
3704
|
"member": {
|
|
3678
3705
|
"type": "structure",
|
|
@@ -3690,7 +3717,7 @@
|
|
|
3690
3717
|
}
|
|
3691
3718
|
}
|
|
3692
3719
|
},
|
|
3693
|
-
"
|
|
3720
|
+
"S86": {
|
|
3694
3721
|
"type": "structure",
|
|
3695
3722
|
"members": {
|
|
3696
3723
|
"and": {
|