aws-sdk 2.987.0 → 2.991.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 +25 -1
- package/README.md +1 -1
- package/apis/chime-2018-05-01.min.json +148 -139
- package/apis/comprehend-2017-11-27.min.json +114 -97
- package/apis/dms-2016-01-01.min.json +3 -0
- package/apis/ec2-2016-11-15.min.json +48 -48
- package/apis/es-2015-01-01.min.json +14 -4
- package/apis/iot-2015-05-28.min.json +136 -119
- package/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/apis/macie2-2020-01-01.min.json +159 -108
- package/apis/metadata.json +3 -0
- package/apis/opensearch-2021-01-01.min.json +14 -4
- package/apis/pinpoint-2016-12-01.min.json +719 -329
- package/apis/robomaker-2018-06-29.min.json +138 -86
- package/apis/s3-2006-03-01.examples.json +145 -145
- package/apis/s3-2006-03-01.min.json +80 -78
- package/apis/sagemaker-2017-07-24.min.json +71 -22
- package/apis/transcribe-2017-10-26.min.json +30 -6
- package/apis/wafv2-2019-07-29.min.json +1 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/chime.d.ts +10 -5
- package/clients/comprehend.d.ts +35 -0
- package/clients/dms.d.ts +14 -10
- package/clients/ec2.d.ts +73 -73
- package/clients/es.d.ts +18 -3
- package/clients/iot.d.ts +28 -2
- package/clients/kafkaconnect.d.ts +1132 -0
- package/clients/kafkaconnect.js +18 -0
- package/clients/macie2.d.ts +75 -23
- package/clients/opensearch.d.ts +22 -1
- package/clients/pinpoint.d.ts +408 -4
- package/clients/robomaker.d.ts +85 -4
- package/clients/s3.d.ts +53 -44
- package/clients/sagemaker.d.ts +90 -17
- package/clients/transcribeservice.d.ts +27 -0
- package/clients/wafv2.d.ts +22 -18
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +55 -18
- package/dist/aws-sdk.js +384 -345
- package/dist/aws-sdk.min.js +72 -72
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -117,11 +117,18 @@
|
|
|
117
117
|
"jobType": {
|
|
118
118
|
"locationName": "jobType"
|
|
119
119
|
},
|
|
120
|
+
"managedDataIdentifierIds": {
|
|
121
|
+
"shape": "S5",
|
|
122
|
+
"locationName": "managedDataIdentifierIds"
|
|
123
|
+
},
|
|
124
|
+
"managedDataIdentifierSelector": {
|
|
125
|
+
"locationName": "managedDataIdentifierSelector"
|
|
126
|
+
},
|
|
120
127
|
"name": {
|
|
121
128
|
"locationName": "name"
|
|
122
129
|
},
|
|
123
130
|
"s3JobDefinition": {
|
|
124
|
-
"shape": "
|
|
131
|
+
"shape": "Se",
|
|
125
132
|
"locationName": "s3JobDefinition"
|
|
126
133
|
},
|
|
127
134
|
"samplingPercentage": {
|
|
@@ -129,11 +136,11 @@
|
|
|
129
136
|
"type": "integer"
|
|
130
137
|
},
|
|
131
138
|
"scheduleFrequency": {
|
|
132
|
-
"shape": "
|
|
139
|
+
"shape": "S12",
|
|
133
140
|
"locationName": "scheduleFrequency"
|
|
134
141
|
},
|
|
135
142
|
"tags": {
|
|
136
|
-
"shape": "
|
|
143
|
+
"shape": "S17",
|
|
137
144
|
"locationName": "tags"
|
|
138
145
|
}
|
|
139
146
|
},
|
|
@@ -190,7 +197,7 @@
|
|
|
190
197
|
"locationName": "regex"
|
|
191
198
|
},
|
|
192
199
|
"tags": {
|
|
193
|
-
"shape": "
|
|
200
|
+
"shape": "S17",
|
|
194
201
|
"locationName": "tags"
|
|
195
202
|
}
|
|
196
203
|
}
|
|
@@ -223,7 +230,7 @@
|
|
|
223
230
|
"locationName": "description"
|
|
224
231
|
},
|
|
225
232
|
"findingCriteria": {
|
|
226
|
-
"shape": "
|
|
233
|
+
"shape": "S1d",
|
|
227
234
|
"locationName": "findingCriteria"
|
|
228
235
|
},
|
|
229
236
|
"name": {
|
|
@@ -234,7 +241,7 @@
|
|
|
234
241
|
"type": "integer"
|
|
235
242
|
},
|
|
236
243
|
"tags": {
|
|
237
|
-
"shape": "
|
|
244
|
+
"shape": "S17",
|
|
238
245
|
"locationName": "tags"
|
|
239
246
|
}
|
|
240
247
|
},
|
|
@@ -284,7 +291,7 @@
|
|
|
284
291
|
"type": "structure",
|
|
285
292
|
"members": {
|
|
286
293
|
"unprocessedAccounts": {
|
|
287
|
-
"shape": "
|
|
294
|
+
"shape": "S1k",
|
|
288
295
|
"locationName": "unprocessedAccounts"
|
|
289
296
|
}
|
|
290
297
|
}
|
|
@@ -315,7 +322,7 @@
|
|
|
315
322
|
]
|
|
316
323
|
},
|
|
317
324
|
"tags": {
|
|
318
|
-
"shape": "
|
|
325
|
+
"shape": "S17",
|
|
319
326
|
"locationName": "tags"
|
|
320
327
|
}
|
|
321
328
|
},
|
|
@@ -373,7 +380,7 @@
|
|
|
373
380
|
"type": "structure",
|
|
374
381
|
"members": {
|
|
375
382
|
"unprocessedAccounts": {
|
|
376
|
-
"shape": "
|
|
383
|
+
"shape": "S1k",
|
|
377
384
|
"locationName": "unprocessedAccounts"
|
|
378
385
|
}
|
|
379
386
|
}
|
|
@@ -446,7 +453,7 @@
|
|
|
446
453
|
"type": "structure",
|
|
447
454
|
"members": {
|
|
448
455
|
"unprocessedAccounts": {
|
|
449
|
-
"shape": "
|
|
456
|
+
"shape": "S1k",
|
|
450
457
|
"locationName": "unprocessedAccounts"
|
|
451
458
|
}
|
|
452
459
|
}
|
|
@@ -575,7 +582,7 @@
|
|
|
575
582
|
"type": "long"
|
|
576
583
|
},
|
|
577
584
|
"jobDetails": {
|
|
578
|
-
"shape": "
|
|
585
|
+
"shape": "S2d",
|
|
579
586
|
"locationName": "jobDetails"
|
|
580
587
|
},
|
|
581
588
|
"lastUpdated": {
|
|
@@ -587,11 +594,11 @@
|
|
|
587
594
|
"type": "long"
|
|
588
595
|
},
|
|
589
596
|
"objectCountByEncryptionType": {
|
|
590
|
-
"shape": "
|
|
597
|
+
"shape": "S2g",
|
|
591
598
|
"locationName": "objectCountByEncryptionType"
|
|
592
599
|
},
|
|
593
600
|
"publicAccess": {
|
|
594
|
-
"shape": "
|
|
601
|
+
"shape": "S2h",
|
|
595
602
|
"locationName": "publicAccess"
|
|
596
603
|
},
|
|
597
604
|
"region": {
|
|
@@ -642,15 +649,15 @@
|
|
|
642
649
|
"locationName": "tags",
|
|
643
650
|
"type": "list",
|
|
644
651
|
"member": {
|
|
645
|
-
"shape": "
|
|
652
|
+
"shape": "S2u"
|
|
646
653
|
}
|
|
647
654
|
},
|
|
648
655
|
"unclassifiableObjectCount": {
|
|
649
|
-
"shape": "
|
|
656
|
+
"shape": "S2v",
|
|
650
657
|
"locationName": "unclassifiableObjectCount"
|
|
651
658
|
},
|
|
652
659
|
"unclassifiableObjectSizeInBytes": {
|
|
653
|
-
"shape": "
|
|
660
|
+
"shape": "S2v",
|
|
654
661
|
"locationName": "unclassifiableObjectSizeInBytes"
|
|
655
662
|
},
|
|
656
663
|
"versioning": {
|
|
@@ -719,18 +726,25 @@
|
|
|
719
726
|
"locationName": "jobType"
|
|
720
727
|
},
|
|
721
728
|
"lastRunErrorStatus": {
|
|
722
|
-
"shape": "
|
|
729
|
+
"shape": "S2z",
|
|
723
730
|
"locationName": "lastRunErrorStatus"
|
|
724
731
|
},
|
|
725
732
|
"lastRunTime": {
|
|
726
733
|
"shape": "S9",
|
|
727
734
|
"locationName": "lastRunTime"
|
|
728
735
|
},
|
|
736
|
+
"managedDataIdentifierIds": {
|
|
737
|
+
"shape": "S5",
|
|
738
|
+
"locationName": "managedDataIdentifierIds"
|
|
739
|
+
},
|
|
740
|
+
"managedDataIdentifierSelector": {
|
|
741
|
+
"locationName": "managedDataIdentifierSelector"
|
|
742
|
+
},
|
|
729
743
|
"name": {
|
|
730
744
|
"locationName": "name"
|
|
731
745
|
},
|
|
732
746
|
"s3JobDefinition": {
|
|
733
|
-
"shape": "
|
|
747
|
+
"shape": "Se",
|
|
734
748
|
"locationName": "s3JobDefinition"
|
|
735
749
|
},
|
|
736
750
|
"samplingPercentage": {
|
|
@@ -738,7 +752,7 @@
|
|
|
738
752
|
"type": "integer"
|
|
739
753
|
},
|
|
740
754
|
"scheduleFrequency": {
|
|
741
|
-
"shape": "
|
|
755
|
+
"shape": "S12",
|
|
742
756
|
"locationName": "scheduleFrequency"
|
|
743
757
|
},
|
|
744
758
|
"statistics": {
|
|
@@ -756,11 +770,11 @@
|
|
|
756
770
|
}
|
|
757
771
|
},
|
|
758
772
|
"tags": {
|
|
759
|
-
"shape": "
|
|
773
|
+
"shape": "S17",
|
|
760
774
|
"locationName": "tags"
|
|
761
775
|
},
|
|
762
776
|
"userPausedDetails": {
|
|
763
|
-
"shape": "
|
|
777
|
+
"shape": "S33",
|
|
764
778
|
"locationName": "userPausedDetails"
|
|
765
779
|
}
|
|
766
780
|
}
|
|
@@ -942,7 +956,7 @@
|
|
|
942
956
|
"type": "structure",
|
|
943
957
|
"members": {
|
|
944
958
|
"administrator": {
|
|
945
|
-
"shape": "
|
|
959
|
+
"shape": "S3o",
|
|
946
960
|
"locationName": "administrator"
|
|
947
961
|
}
|
|
948
962
|
}
|
|
@@ -1077,11 +1091,11 @@
|
|
|
1077
1091
|
"type": "long"
|
|
1078
1092
|
},
|
|
1079
1093
|
"unclassifiableObjectCount": {
|
|
1080
|
-
"shape": "
|
|
1094
|
+
"shape": "S2v",
|
|
1081
1095
|
"locationName": "unclassifiableObjectCount"
|
|
1082
1096
|
},
|
|
1083
1097
|
"unclassifiableObjectSizeInBytes": {
|
|
1084
|
-
"shape": "
|
|
1098
|
+
"shape": "S2v",
|
|
1085
1099
|
"locationName": "unclassifiableObjectSizeInBytes"
|
|
1086
1100
|
}
|
|
1087
1101
|
}
|
|
@@ -1101,7 +1115,7 @@
|
|
|
1101
1115
|
"type": "structure",
|
|
1102
1116
|
"members": {
|
|
1103
1117
|
"configuration": {
|
|
1104
|
-
"shape": "
|
|
1118
|
+
"shape": "S3y",
|
|
1105
1119
|
"locationName": "configuration"
|
|
1106
1120
|
}
|
|
1107
1121
|
}
|
|
@@ -1164,7 +1178,7 @@
|
|
|
1164
1178
|
"locationName": "regex"
|
|
1165
1179
|
},
|
|
1166
1180
|
"tags": {
|
|
1167
|
-
"shape": "
|
|
1181
|
+
"shape": "S17",
|
|
1168
1182
|
"locationName": "tags"
|
|
1169
1183
|
}
|
|
1170
1184
|
}
|
|
@@ -1179,7 +1193,7 @@
|
|
|
1179
1193
|
"type": "structure",
|
|
1180
1194
|
"members": {
|
|
1181
1195
|
"findingCriteria": {
|
|
1182
|
-
"shape": "
|
|
1196
|
+
"shape": "S1d",
|
|
1183
1197
|
"locationName": "findingCriteria"
|
|
1184
1198
|
},
|
|
1185
1199
|
"groupBy": {
|
|
@@ -1241,7 +1255,7 @@
|
|
|
1241
1255
|
"locationName": "findingIds"
|
|
1242
1256
|
},
|
|
1243
1257
|
"sortCriteria": {
|
|
1244
|
-
"shape": "
|
|
1258
|
+
"shape": "S4a",
|
|
1245
1259
|
"locationName": "sortCriteria"
|
|
1246
1260
|
}
|
|
1247
1261
|
},
|
|
@@ -1310,7 +1324,7 @@
|
|
|
1310
1324
|
"locationName": "name"
|
|
1311
1325
|
},
|
|
1312
1326
|
"occurrences": {
|
|
1313
|
-
"shape": "
|
|
1327
|
+
"shape": "S4k",
|
|
1314
1328
|
"locationName": "occurrences"
|
|
1315
1329
|
}
|
|
1316
1330
|
}
|
|
@@ -1345,7 +1359,7 @@
|
|
|
1345
1359
|
"type": "long"
|
|
1346
1360
|
},
|
|
1347
1361
|
"occurrences": {
|
|
1348
|
-
"shape": "
|
|
1362
|
+
"shape": "S4k",
|
|
1349
1363
|
"locationName": "occurrences"
|
|
1350
1364
|
},
|
|
1351
1365
|
"type": {
|
|
@@ -1527,7 +1541,7 @@
|
|
|
1527
1541
|
"locationName": "principalId"
|
|
1528
1542
|
},
|
|
1529
1543
|
"sessionContext": {
|
|
1530
|
-
"shape": "
|
|
1544
|
+
"shape": "S5c",
|
|
1531
1545
|
"locationName": "sessionContext"
|
|
1532
1546
|
}
|
|
1533
1547
|
}
|
|
@@ -1570,7 +1584,7 @@
|
|
|
1570
1584
|
"locationName": "principalId"
|
|
1571
1585
|
},
|
|
1572
1586
|
"sessionContext": {
|
|
1573
|
-
"shape": "
|
|
1587
|
+
"shape": "S5c",
|
|
1574
1588
|
"locationName": "sessionContext"
|
|
1575
1589
|
}
|
|
1576
1590
|
}
|
|
@@ -1639,7 +1653,7 @@
|
|
|
1639
1653
|
"locationName": "createdAt"
|
|
1640
1654
|
},
|
|
1641
1655
|
"defaultServerSideEncryption": {
|
|
1642
|
-
"shape": "
|
|
1656
|
+
"shape": "S5n",
|
|
1643
1657
|
"locationName": "defaultServerSideEncryption"
|
|
1644
1658
|
},
|
|
1645
1659
|
"name": {
|
|
@@ -1658,11 +1672,11 @@
|
|
|
1658
1672
|
}
|
|
1659
1673
|
},
|
|
1660
1674
|
"publicAccess": {
|
|
1661
|
-
"shape": "
|
|
1675
|
+
"shape": "S2h",
|
|
1662
1676
|
"locationName": "publicAccess"
|
|
1663
1677
|
},
|
|
1664
1678
|
"tags": {
|
|
1665
|
-
"shape": "
|
|
1679
|
+
"shape": "S5q",
|
|
1666
1680
|
"locationName": "tags"
|
|
1667
1681
|
}
|
|
1668
1682
|
}
|
|
@@ -1695,7 +1709,7 @@
|
|
|
1695
1709
|
"type": "boolean"
|
|
1696
1710
|
},
|
|
1697
1711
|
"serverSideEncryption": {
|
|
1698
|
-
"shape": "
|
|
1712
|
+
"shape": "S5n",
|
|
1699
1713
|
"locationName": "serverSideEncryption"
|
|
1700
1714
|
},
|
|
1701
1715
|
"size": {
|
|
@@ -1706,7 +1720,7 @@
|
|
|
1706
1720
|
"locationName": "storageClass"
|
|
1707
1721
|
},
|
|
1708
1722
|
"tags": {
|
|
1709
|
-
"shape": "
|
|
1723
|
+
"shape": "S5q",
|
|
1710
1724
|
"locationName": "tags"
|
|
1711
1725
|
},
|
|
1712
1726
|
"versionId": {
|
|
@@ -1783,7 +1797,7 @@
|
|
|
1783
1797
|
"locationName": "description"
|
|
1784
1798
|
},
|
|
1785
1799
|
"findingCriteria": {
|
|
1786
|
-
"shape": "
|
|
1800
|
+
"shape": "S1d",
|
|
1787
1801
|
"locationName": "findingCriteria"
|
|
1788
1802
|
},
|
|
1789
1803
|
"id": {
|
|
@@ -1797,7 +1811,7 @@
|
|
|
1797
1811
|
"type": "integer"
|
|
1798
1812
|
},
|
|
1799
1813
|
"tags": {
|
|
1800
|
-
"shape": "
|
|
1814
|
+
"shape": "S17",
|
|
1801
1815
|
"locationName": "tags"
|
|
1802
1816
|
}
|
|
1803
1817
|
}
|
|
@@ -1817,7 +1831,7 @@
|
|
|
1817
1831
|
"type": "structure",
|
|
1818
1832
|
"members": {
|
|
1819
1833
|
"securityHubConfiguration": {
|
|
1820
|
-
"shape": "
|
|
1834
|
+
"shape": "S5z",
|
|
1821
1835
|
"locationName": "securityHubConfiguration"
|
|
1822
1836
|
}
|
|
1823
1837
|
}
|
|
@@ -1890,7 +1904,7 @@
|
|
|
1890
1904
|
"type": "structure",
|
|
1891
1905
|
"members": {
|
|
1892
1906
|
"master": {
|
|
1893
|
-
"shape": "
|
|
1907
|
+
"shape": "S3o",
|
|
1894
1908
|
"locationName": "master"
|
|
1895
1909
|
}
|
|
1896
1910
|
}
|
|
@@ -1940,7 +1954,7 @@
|
|
|
1940
1954
|
"locationName": "relationshipStatus"
|
|
1941
1955
|
},
|
|
1942
1956
|
"tags": {
|
|
1943
|
-
"shape": "
|
|
1957
|
+
"shape": "S17",
|
|
1944
1958
|
"locationName": "tags"
|
|
1945
1959
|
},
|
|
1946
1960
|
"updatedAt": {
|
|
@@ -2119,11 +2133,11 @@
|
|
|
2119
2133
|
"type": "structure",
|
|
2120
2134
|
"members": {
|
|
2121
2135
|
"excludes": {
|
|
2122
|
-
"shape": "
|
|
2136
|
+
"shape": "S6v",
|
|
2123
2137
|
"locationName": "excludes"
|
|
2124
2138
|
},
|
|
2125
2139
|
"includes": {
|
|
2126
|
-
"shape": "
|
|
2140
|
+
"shape": "S6v",
|
|
2127
2141
|
"locationName": "includes"
|
|
2128
2142
|
}
|
|
2129
2143
|
}
|
|
@@ -2159,7 +2173,7 @@
|
|
|
2159
2173
|
"type": "structure",
|
|
2160
2174
|
"members": {
|
|
2161
2175
|
"bucketDefinitions": {
|
|
2162
|
-
"shape": "
|
|
2176
|
+
"shape": "Sf",
|
|
2163
2177
|
"locationName": "bucketDefinitions"
|
|
2164
2178
|
},
|
|
2165
2179
|
"createdAt": {
|
|
@@ -2176,18 +2190,18 @@
|
|
|
2176
2190
|
"locationName": "jobType"
|
|
2177
2191
|
},
|
|
2178
2192
|
"lastRunErrorStatus": {
|
|
2179
|
-
"shape": "
|
|
2193
|
+
"shape": "S2z",
|
|
2180
2194
|
"locationName": "lastRunErrorStatus"
|
|
2181
2195
|
},
|
|
2182
2196
|
"name": {
|
|
2183
2197
|
"locationName": "name"
|
|
2184
2198
|
},
|
|
2185
2199
|
"userPausedDetails": {
|
|
2186
|
-
"shape": "
|
|
2200
|
+
"shape": "S33",
|
|
2187
2201
|
"locationName": "userPausedDetails"
|
|
2188
2202
|
},
|
|
2189
2203
|
"bucketCriteria": {
|
|
2190
|
-
"shape": "
|
|
2204
|
+
"shape": "Ss",
|
|
2191
2205
|
"locationName": "bucketCriteria"
|
|
2192
2206
|
}
|
|
2193
2207
|
}
|
|
@@ -2259,7 +2273,7 @@
|
|
|
2259
2273
|
"type": "structure",
|
|
2260
2274
|
"members": {
|
|
2261
2275
|
"findingCriteria": {
|
|
2262
|
-
"shape": "
|
|
2276
|
+
"shape": "S1d",
|
|
2263
2277
|
"locationName": "findingCriteria"
|
|
2264
2278
|
},
|
|
2265
2279
|
"maxResults": {
|
|
@@ -2270,7 +2284,7 @@
|
|
|
2270
2284
|
"locationName": "nextToken"
|
|
2271
2285
|
},
|
|
2272
2286
|
"sortCriteria": {
|
|
2273
|
-
"shape": "
|
|
2287
|
+
"shape": "S4a",
|
|
2274
2288
|
"locationName": "sortCriteria"
|
|
2275
2289
|
}
|
|
2276
2290
|
}
|
|
@@ -2330,7 +2344,7 @@
|
|
|
2330
2344
|
"locationName": "name"
|
|
2331
2345
|
},
|
|
2332
2346
|
"tags": {
|
|
2333
|
-
"shape": "
|
|
2347
|
+
"shape": "S17",
|
|
2334
2348
|
"locationName": "tags"
|
|
2335
2349
|
}
|
|
2336
2350
|
}
|
|
@@ -2369,7 +2383,44 @@
|
|
|
2369
2383
|
"locationName": "invitations",
|
|
2370
2384
|
"type": "list",
|
|
2371
2385
|
"member": {
|
|
2372
|
-
"shape": "
|
|
2386
|
+
"shape": "S3o"
|
|
2387
|
+
}
|
|
2388
|
+
},
|
|
2389
|
+
"nextToken": {
|
|
2390
|
+
"locationName": "nextToken"
|
|
2391
|
+
}
|
|
2392
|
+
}
|
|
2393
|
+
}
|
|
2394
|
+
},
|
|
2395
|
+
"ListManagedDataIdentifiers": {
|
|
2396
|
+
"http": {
|
|
2397
|
+
"requestUri": "/managed-data-identifiers/list",
|
|
2398
|
+
"responseCode": 200
|
|
2399
|
+
},
|
|
2400
|
+
"input": {
|
|
2401
|
+
"type": "structure",
|
|
2402
|
+
"members": {
|
|
2403
|
+
"nextToken": {
|
|
2404
|
+
"locationName": "nextToken"
|
|
2405
|
+
}
|
|
2406
|
+
}
|
|
2407
|
+
},
|
|
2408
|
+
"output": {
|
|
2409
|
+
"type": "structure",
|
|
2410
|
+
"members": {
|
|
2411
|
+
"items": {
|
|
2412
|
+
"locationName": "items",
|
|
2413
|
+
"type": "list",
|
|
2414
|
+
"member": {
|
|
2415
|
+
"type": "structure",
|
|
2416
|
+
"members": {
|
|
2417
|
+
"category": {
|
|
2418
|
+
"locationName": "category"
|
|
2419
|
+
},
|
|
2420
|
+
"id": {
|
|
2421
|
+
"locationName": "id"
|
|
2422
|
+
}
|
|
2423
|
+
}
|
|
2373
2424
|
}
|
|
2374
2425
|
},
|
|
2375
2426
|
"nextToken": {
|
|
@@ -2434,7 +2485,7 @@
|
|
|
2434
2485
|
"locationName": "relationshipStatus"
|
|
2435
2486
|
},
|
|
2436
2487
|
"tags": {
|
|
2437
|
-
"shape": "
|
|
2488
|
+
"shape": "S17",
|
|
2438
2489
|
"locationName": "tags"
|
|
2439
2490
|
},
|
|
2440
2491
|
"updatedAt": {
|
|
@@ -2516,7 +2567,7 @@
|
|
|
2516
2567
|
"type": "structure",
|
|
2517
2568
|
"members": {
|
|
2518
2569
|
"tags": {
|
|
2519
|
-
"shape": "
|
|
2570
|
+
"shape": "S17",
|
|
2520
2571
|
"locationName": "tags"
|
|
2521
2572
|
}
|
|
2522
2573
|
}
|
|
@@ -2532,7 +2583,7 @@
|
|
|
2532
2583
|
"type": "structure",
|
|
2533
2584
|
"members": {
|
|
2534
2585
|
"configuration": {
|
|
2535
|
-
"shape": "
|
|
2586
|
+
"shape": "S3y",
|
|
2536
2587
|
"locationName": "configuration"
|
|
2537
2588
|
}
|
|
2538
2589
|
},
|
|
@@ -2544,7 +2595,7 @@
|
|
|
2544
2595
|
"type": "structure",
|
|
2545
2596
|
"members": {
|
|
2546
2597
|
"configuration": {
|
|
2547
|
-
"shape": "
|
|
2598
|
+
"shape": "S3y",
|
|
2548
2599
|
"locationName": "configuration"
|
|
2549
2600
|
}
|
|
2550
2601
|
}
|
|
@@ -2564,7 +2615,7 @@
|
|
|
2564
2615
|
"idempotencyToken": true
|
|
2565
2616
|
},
|
|
2566
2617
|
"securityHubConfiguration": {
|
|
2567
|
-
"shape": "
|
|
2618
|
+
"shape": "S5z",
|
|
2568
2619
|
"locationName": "securityHubConfiguration"
|
|
2569
2620
|
}
|
|
2570
2621
|
}
|
|
@@ -2587,11 +2638,11 @@
|
|
|
2587
2638
|
"type": "structure",
|
|
2588
2639
|
"members": {
|
|
2589
2640
|
"excludes": {
|
|
2590
|
-
"shape": "
|
|
2641
|
+
"shape": "S82",
|
|
2591
2642
|
"locationName": "excludes"
|
|
2592
2643
|
},
|
|
2593
2644
|
"includes": {
|
|
2594
|
-
"shape": "
|
|
2645
|
+
"shape": "S82",
|
|
2595
2646
|
"locationName": "includes"
|
|
2596
2647
|
}
|
|
2597
2648
|
}
|
|
@@ -2645,7 +2696,7 @@
|
|
|
2645
2696
|
"type": "long"
|
|
2646
2697
|
},
|
|
2647
2698
|
"jobDetails": {
|
|
2648
|
-
"shape": "
|
|
2699
|
+
"shape": "S2d",
|
|
2649
2700
|
"locationName": "jobDetails"
|
|
2650
2701
|
},
|
|
2651
2702
|
"objectCount": {
|
|
@@ -2653,7 +2704,7 @@
|
|
|
2653
2704
|
"type": "long"
|
|
2654
2705
|
},
|
|
2655
2706
|
"objectCountByEncryptionType": {
|
|
2656
|
-
"shape": "
|
|
2707
|
+
"shape": "S2g",
|
|
2657
2708
|
"locationName": "objectCountByEncryptionType"
|
|
2658
2709
|
},
|
|
2659
2710
|
"sizeInBytes": {
|
|
@@ -2665,11 +2716,11 @@
|
|
|
2665
2716
|
"type": "long"
|
|
2666
2717
|
},
|
|
2667
2718
|
"unclassifiableObjectCount": {
|
|
2668
|
-
"shape": "
|
|
2719
|
+
"shape": "S2v",
|
|
2669
2720
|
"locationName": "unclassifiableObjectCount"
|
|
2670
2721
|
},
|
|
2671
2722
|
"unclassifiableObjectSizeInBytes": {
|
|
2672
|
-
"shape": "
|
|
2723
|
+
"shape": "S2v",
|
|
2673
2724
|
"locationName": "unclassifiableObjectSizeInBytes"
|
|
2674
2725
|
}
|
|
2675
2726
|
}
|
|
@@ -2696,7 +2747,7 @@
|
|
|
2696
2747
|
"locationName": "resourceArn"
|
|
2697
2748
|
},
|
|
2698
2749
|
"tags": {
|
|
2699
|
-
"shape": "
|
|
2750
|
+
"shape": "S17",
|
|
2700
2751
|
"locationName": "tags"
|
|
2701
2752
|
}
|
|
2702
2753
|
},
|
|
@@ -2824,7 +2875,7 @@
|
|
|
2824
2875
|
"locationName": "description"
|
|
2825
2876
|
},
|
|
2826
2877
|
"findingCriteria": {
|
|
2827
|
-
"shape": "
|
|
2878
|
+
"shape": "S1d",
|
|
2828
2879
|
"locationName": "findingCriteria"
|
|
2829
2880
|
},
|
|
2830
2881
|
"id": {
|
|
@@ -2941,11 +2992,11 @@
|
|
|
2941
2992
|
"type": "timestamp",
|
|
2942
2993
|
"timestampFormat": "iso8601"
|
|
2943
2994
|
},
|
|
2944
|
-
"
|
|
2995
|
+
"Se": {
|
|
2945
2996
|
"type": "structure",
|
|
2946
2997
|
"members": {
|
|
2947
2998
|
"bucketDefinitions": {
|
|
2948
|
-
"shape": "
|
|
2999
|
+
"shape": "Sf",
|
|
2949
3000
|
"locationName": "bucketDefinitions"
|
|
2950
3001
|
},
|
|
2951
3002
|
"scoping": {
|
|
@@ -2953,22 +3004,22 @@
|
|
|
2953
3004
|
"type": "structure",
|
|
2954
3005
|
"members": {
|
|
2955
3006
|
"excludes": {
|
|
2956
|
-
"shape": "
|
|
3007
|
+
"shape": "Si",
|
|
2957
3008
|
"locationName": "excludes"
|
|
2958
3009
|
},
|
|
2959
3010
|
"includes": {
|
|
2960
|
-
"shape": "
|
|
3011
|
+
"shape": "Si",
|
|
2961
3012
|
"locationName": "includes"
|
|
2962
3013
|
}
|
|
2963
3014
|
}
|
|
2964
3015
|
},
|
|
2965
3016
|
"bucketCriteria": {
|
|
2966
|
-
"shape": "
|
|
3017
|
+
"shape": "Ss",
|
|
2967
3018
|
"locationName": "bucketCriteria"
|
|
2968
3019
|
}
|
|
2969
3020
|
}
|
|
2970
3021
|
},
|
|
2971
|
-
"
|
|
3022
|
+
"Sf": {
|
|
2972
3023
|
"type": "list",
|
|
2973
3024
|
"member": {
|
|
2974
3025
|
"type": "structure",
|
|
@@ -2987,7 +3038,7 @@
|
|
|
2987
3038
|
]
|
|
2988
3039
|
}
|
|
2989
3040
|
},
|
|
2990
|
-
"
|
|
3041
|
+
"Si": {
|
|
2991
3042
|
"type": "structure",
|
|
2992
3043
|
"members": {
|
|
2993
3044
|
"and": {
|
|
@@ -3047,20 +3098,20 @@
|
|
|
3047
3098
|
}
|
|
3048
3099
|
}
|
|
3049
3100
|
},
|
|
3050
|
-
"
|
|
3101
|
+
"Ss": {
|
|
3051
3102
|
"type": "structure",
|
|
3052
3103
|
"members": {
|
|
3053
3104
|
"excludes": {
|
|
3054
|
-
"shape": "
|
|
3105
|
+
"shape": "St",
|
|
3055
3106
|
"locationName": "excludes"
|
|
3056
3107
|
},
|
|
3057
3108
|
"includes": {
|
|
3058
|
-
"shape": "
|
|
3109
|
+
"shape": "St",
|
|
3059
3110
|
"locationName": "includes"
|
|
3060
3111
|
}
|
|
3061
3112
|
}
|
|
3062
3113
|
},
|
|
3063
|
-
"
|
|
3114
|
+
"St": {
|
|
3064
3115
|
"type": "structure",
|
|
3065
3116
|
"members": {
|
|
3066
3117
|
"and": {
|
|
@@ -3114,7 +3165,7 @@
|
|
|
3114
3165
|
}
|
|
3115
3166
|
}
|
|
3116
3167
|
},
|
|
3117
|
-
"
|
|
3168
|
+
"S12": {
|
|
3118
3169
|
"type": "structure",
|
|
3119
3170
|
"members": {
|
|
3120
3171
|
"dailySchedule": {
|
|
@@ -3143,12 +3194,12 @@
|
|
|
3143
3194
|
}
|
|
3144
3195
|
}
|
|
3145
3196
|
},
|
|
3146
|
-
"
|
|
3197
|
+
"S17": {
|
|
3147
3198
|
"type": "map",
|
|
3148
3199
|
"key": {},
|
|
3149
3200
|
"value": {}
|
|
3150
3201
|
},
|
|
3151
|
-
"
|
|
3202
|
+
"S1d": {
|
|
3152
3203
|
"type": "structure",
|
|
3153
3204
|
"members": {
|
|
3154
3205
|
"criterion": {
|
|
@@ -3191,7 +3242,7 @@
|
|
|
3191
3242
|
}
|
|
3192
3243
|
}
|
|
3193
3244
|
},
|
|
3194
|
-
"
|
|
3245
|
+
"S1k": {
|
|
3195
3246
|
"type": "list",
|
|
3196
3247
|
"member": {
|
|
3197
3248
|
"type": "structure",
|
|
@@ -3208,7 +3259,7 @@
|
|
|
3208
3259
|
}
|
|
3209
3260
|
}
|
|
3210
3261
|
},
|
|
3211
|
-
"
|
|
3262
|
+
"S2d": {
|
|
3212
3263
|
"type": "structure",
|
|
3213
3264
|
"members": {
|
|
3214
3265
|
"isDefinedInJob": {
|
|
@@ -3226,7 +3277,7 @@
|
|
|
3226
3277
|
}
|
|
3227
3278
|
}
|
|
3228
3279
|
},
|
|
3229
|
-
"
|
|
3280
|
+
"S2g": {
|
|
3230
3281
|
"type": "structure",
|
|
3231
3282
|
"members": {
|
|
3232
3283
|
"customerManaged": {
|
|
@@ -3251,7 +3302,7 @@
|
|
|
3251
3302
|
}
|
|
3252
3303
|
}
|
|
3253
3304
|
},
|
|
3254
|
-
"
|
|
3305
|
+
"S2h": {
|
|
3255
3306
|
"type": "structure",
|
|
3256
3307
|
"members": {
|
|
3257
3308
|
"effectivePermission": {
|
|
@@ -3266,7 +3317,7 @@
|
|
|
3266
3317
|
"type": "structure",
|
|
3267
3318
|
"members": {
|
|
3268
3319
|
"blockPublicAccess": {
|
|
3269
|
-
"shape": "
|
|
3320
|
+
"shape": "S2l",
|
|
3270
3321
|
"locationName": "blockPublicAccess"
|
|
3271
3322
|
}
|
|
3272
3323
|
}
|
|
@@ -3290,7 +3341,7 @@
|
|
|
3290
3341
|
}
|
|
3291
3342
|
},
|
|
3292
3343
|
"blockPublicAccess": {
|
|
3293
|
-
"shape": "
|
|
3344
|
+
"shape": "S2l",
|
|
3294
3345
|
"locationName": "blockPublicAccess"
|
|
3295
3346
|
},
|
|
3296
3347
|
"bucketPolicy": {
|
|
@@ -3313,7 +3364,7 @@
|
|
|
3313
3364
|
}
|
|
3314
3365
|
}
|
|
3315
3366
|
},
|
|
3316
|
-
"
|
|
3367
|
+
"S2l": {
|
|
3317
3368
|
"type": "structure",
|
|
3318
3369
|
"members": {
|
|
3319
3370
|
"blockPublicAcls": {
|
|
@@ -3334,7 +3385,7 @@
|
|
|
3334
3385
|
}
|
|
3335
3386
|
}
|
|
3336
3387
|
},
|
|
3337
|
-
"
|
|
3388
|
+
"S2u": {
|
|
3338
3389
|
"type": "structure",
|
|
3339
3390
|
"members": {
|
|
3340
3391
|
"key": {
|
|
@@ -3345,7 +3396,7 @@
|
|
|
3345
3396
|
}
|
|
3346
3397
|
}
|
|
3347
3398
|
},
|
|
3348
|
-
"
|
|
3399
|
+
"S2v": {
|
|
3349
3400
|
"type": "structure",
|
|
3350
3401
|
"members": {
|
|
3351
3402
|
"fileType": {
|
|
@@ -3362,7 +3413,7 @@
|
|
|
3362
3413
|
}
|
|
3363
3414
|
}
|
|
3364
3415
|
},
|
|
3365
|
-
"
|
|
3416
|
+
"S2z": {
|
|
3366
3417
|
"type": "structure",
|
|
3367
3418
|
"members": {
|
|
3368
3419
|
"code": {
|
|
@@ -3370,7 +3421,7 @@
|
|
|
3370
3421
|
}
|
|
3371
3422
|
}
|
|
3372
3423
|
},
|
|
3373
|
-
"
|
|
3424
|
+
"S33": {
|
|
3374
3425
|
"type": "structure",
|
|
3375
3426
|
"members": {
|
|
3376
3427
|
"jobExpiresAt": {
|
|
@@ -3386,7 +3437,7 @@
|
|
|
3386
3437
|
}
|
|
3387
3438
|
}
|
|
3388
3439
|
},
|
|
3389
|
-
"
|
|
3440
|
+
"S3o": {
|
|
3390
3441
|
"type": "structure",
|
|
3391
3442
|
"members": {
|
|
3392
3443
|
"accountId": {
|
|
@@ -3404,7 +3455,7 @@
|
|
|
3404
3455
|
}
|
|
3405
3456
|
}
|
|
3406
3457
|
},
|
|
3407
|
-
"
|
|
3458
|
+
"S3y": {
|
|
3408
3459
|
"type": "structure",
|
|
3409
3460
|
"members": {
|
|
3410
3461
|
"s3Destination": {
|
|
@@ -3428,7 +3479,7 @@
|
|
|
3428
3479
|
}
|
|
3429
3480
|
}
|
|
3430
3481
|
},
|
|
3431
|
-
"
|
|
3482
|
+
"S4a": {
|
|
3432
3483
|
"type": "structure",
|
|
3433
3484
|
"members": {
|
|
3434
3485
|
"attributeName": {
|
|
@@ -3439,7 +3490,7 @@
|
|
|
3439
3490
|
}
|
|
3440
3491
|
}
|
|
3441
3492
|
},
|
|
3442
|
-
"
|
|
3493
|
+
"S4k": {
|
|
3443
3494
|
"type": "structure",
|
|
3444
3495
|
"members": {
|
|
3445
3496
|
"cells": {
|
|
@@ -3466,11 +3517,11 @@
|
|
|
3466
3517
|
}
|
|
3467
3518
|
},
|
|
3468
3519
|
"lineRanges": {
|
|
3469
|
-
"shape": "
|
|
3520
|
+
"shape": "S4n",
|
|
3470
3521
|
"locationName": "lineRanges"
|
|
3471
3522
|
},
|
|
3472
3523
|
"offsetRanges": {
|
|
3473
|
-
"shape": "
|
|
3524
|
+
"shape": "S4n",
|
|
3474
3525
|
"locationName": "offsetRanges"
|
|
3475
3526
|
},
|
|
3476
3527
|
"pages": {
|
|
@@ -3480,11 +3531,11 @@
|
|
|
3480
3531
|
"type": "structure",
|
|
3481
3532
|
"members": {
|
|
3482
3533
|
"lineRange": {
|
|
3483
|
-
"shape": "
|
|
3534
|
+
"shape": "S4o",
|
|
3484
3535
|
"locationName": "lineRange"
|
|
3485
3536
|
},
|
|
3486
3537
|
"offsetRange": {
|
|
3487
|
-
"shape": "
|
|
3538
|
+
"shape": "S4o",
|
|
3488
3539
|
"locationName": "offsetRange"
|
|
3489
3540
|
},
|
|
3490
3541
|
"pageNumber": {
|
|
@@ -3512,13 +3563,13 @@
|
|
|
3512
3563
|
}
|
|
3513
3564
|
}
|
|
3514
3565
|
},
|
|
3515
|
-
"
|
|
3566
|
+
"S4n": {
|
|
3516
3567
|
"type": "list",
|
|
3517
3568
|
"member": {
|
|
3518
|
-
"shape": "
|
|
3569
|
+
"shape": "S4o"
|
|
3519
3570
|
}
|
|
3520
3571
|
},
|
|
3521
|
-
"
|
|
3572
|
+
"S4o": {
|
|
3522
3573
|
"type": "structure",
|
|
3523
3574
|
"members": {
|
|
3524
3575
|
"end": {
|
|
@@ -3535,7 +3586,7 @@
|
|
|
3535
3586
|
}
|
|
3536
3587
|
}
|
|
3537
3588
|
},
|
|
3538
|
-
"
|
|
3589
|
+
"S5c": {
|
|
3539
3590
|
"type": "structure",
|
|
3540
3591
|
"members": {
|
|
3541
3592
|
"attributes": {
|
|
@@ -3575,7 +3626,7 @@
|
|
|
3575
3626
|
}
|
|
3576
3627
|
}
|
|
3577
3628
|
},
|
|
3578
|
-
"
|
|
3629
|
+
"S5n": {
|
|
3579
3630
|
"type": "structure",
|
|
3580
3631
|
"members": {
|
|
3581
3632
|
"encryptionType": {
|
|
@@ -3586,13 +3637,13 @@
|
|
|
3586
3637
|
}
|
|
3587
3638
|
}
|
|
3588
3639
|
},
|
|
3589
|
-
"
|
|
3640
|
+
"S5q": {
|
|
3590
3641
|
"type": "list",
|
|
3591
3642
|
"member": {
|
|
3592
|
-
"shape": "
|
|
3643
|
+
"shape": "S2u"
|
|
3593
3644
|
}
|
|
3594
3645
|
},
|
|
3595
|
-
"
|
|
3646
|
+
"S5z": {
|
|
3596
3647
|
"type": "structure",
|
|
3597
3648
|
"members": {
|
|
3598
3649
|
"publishClassificationFindings": {
|
|
@@ -3609,7 +3660,7 @@
|
|
|
3609
3660
|
"publishClassificationFindings"
|
|
3610
3661
|
]
|
|
3611
3662
|
},
|
|
3612
|
-
"
|
|
3663
|
+
"S6v": {
|
|
3613
3664
|
"type": "list",
|
|
3614
3665
|
"member": {
|
|
3615
3666
|
"type": "structure",
|
|
@@ -3627,7 +3678,7 @@
|
|
|
3627
3678
|
}
|
|
3628
3679
|
}
|
|
3629
3680
|
},
|
|
3630
|
-
"
|
|
3681
|
+
"S82": {
|
|
3631
3682
|
"type": "structure",
|
|
3632
3683
|
"members": {
|
|
3633
3684
|
"and": {
|