cdk-docker-image-deployment 0.0.88 → 0.0.89
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +29 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +284 -0
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +31 -13
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +282 -134
- package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2824 -1317
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +42 -0
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +87 -52
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +128 -27
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +156 -130
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +341 -298
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +205 -28
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +359 -50
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +127 -72
- package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +0 -7
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -50
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +26 -0
- package/node_modules/aws-sdk/apis/license-manager-user-subscriptions-2018-05-10.min.json +82 -9
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +793 -112
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.paginators.json +33 -0
- package/node_modules/aws-sdk/apis/metadata.json +16 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +3722 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.paginators.json +100 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.waiters2.json +498 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +1082 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +5991 -325
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +138 -28
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +23 -16
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +1041 -0
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +578 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.paginators.json +14 -0
- package/node_modules/aws-sdk/clients/all.d.ts +5 -0
- package/node_modules/aws-sdk/clients/all.js +6 -1
- package/node_modules/aws-sdk/clients/arczonalshift.d.ts +309 -0
- package/node_modules/aws-sdk/clients/arczonalshift.js +18 -0
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +28 -5
- package/node_modules/aws-sdk/clients/configservice.d.ts +233 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +1851 -20
- package/node_modules/aws-sdk/clients/eks.d.ts +58 -8
- package/node_modules/aws-sdk/clients/firehose.d.ts +263 -48
- package/node_modules/aws-sdk/clients/fsx.d.ts +70 -21
- package/node_modules/aws-sdk/clients/glue.d.ts +66 -0
- package/node_modules/aws-sdk/clients/inspector2.d.ts +289 -15
- package/node_modules/aws-sdk/clients/kms.d.ts +198 -92
- package/node_modules/aws-sdk/clients/lambda.d.ts +132 -94
- package/node_modules/aws-sdk/clients/licensemanagerusersubscriptions.d.ts +62 -4
- package/node_modules/aws-sdk/clients/macie2.d.ts +637 -54
- package/node_modules/aws-sdk/clients/omics.d.ts +4175 -0
- package/node_modules/aws-sdk/clients/omics.js +19 -0
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +1508 -0
- package/node_modules/aws-sdk/clients/opensearchserverless.js +18 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +9833 -2835
- package/node_modules/aws-sdk/clients/s3control.d.ts +69 -0
- package/node_modules/aws-sdk/clients/securityhub.d.ts +14 -0
- package/node_modules/aws-sdk/clients/securitylake.d.ts +1049 -0
- package/node_modules/aws-sdk/clients/securitylake.js +18 -0
- package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +647 -0
- package/node_modules/aws-sdk/clients/simspaceweaver.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +39 -13
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +264 -37
- package/node_modules/aws-sdk/dist/aws-sdk.js +3615 -1676
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -78
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -0
- package/node_modules/aws-sdk/lib/core.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +26 -9
- package/node_modules/aws-sdk/lib/region_config.js +11 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -255,8 +255,8 @@
|
|
|
255
255
|
}
|
|
256
256
|
},
|
|
257
257
|
"required": [
|
|
258
|
-
"
|
|
259
|
-
"
|
|
258
|
+
"regex",
|
|
259
|
+
"name"
|
|
260
260
|
]
|
|
261
261
|
},
|
|
262
262
|
"output": {
|
|
@@ -675,6 +675,10 @@
|
|
|
675
675
|
"shape": "S2t",
|
|
676
676
|
"locationName": "jobDetails"
|
|
677
677
|
},
|
|
678
|
+
"lastAutomatedDiscoveryTime": {
|
|
679
|
+
"shape": "S9",
|
|
680
|
+
"locationName": "lastAutomatedDiscoveryTime"
|
|
681
|
+
},
|
|
678
682
|
"lastUpdated": {
|
|
679
683
|
"shape": "S9",
|
|
680
684
|
"locationName": "lastUpdated"
|
|
@@ -712,6 +716,10 @@
|
|
|
712
716
|
}
|
|
713
717
|
}
|
|
714
718
|
},
|
|
719
|
+
"sensitivityScore": {
|
|
720
|
+
"locationName": "sensitivityScore",
|
|
721
|
+
"type": "integer"
|
|
722
|
+
},
|
|
715
723
|
"serverSideEncryption": {
|
|
716
724
|
"locationName": "serverSideEncryption",
|
|
717
725
|
"type": "structure",
|
|
@@ -1123,6 +1131,43 @@
|
|
|
1123
1131
|
}
|
|
1124
1132
|
}
|
|
1125
1133
|
},
|
|
1134
|
+
"GetAutomatedDiscoveryConfiguration": {
|
|
1135
|
+
"http": {
|
|
1136
|
+
"method": "GET",
|
|
1137
|
+
"requestUri": "/automated-discovery/configuration",
|
|
1138
|
+
"responseCode": 200
|
|
1139
|
+
},
|
|
1140
|
+
"input": {
|
|
1141
|
+
"type": "structure",
|
|
1142
|
+
"members": {}
|
|
1143
|
+
},
|
|
1144
|
+
"output": {
|
|
1145
|
+
"type": "structure",
|
|
1146
|
+
"members": {
|
|
1147
|
+
"classificationScopeId": {
|
|
1148
|
+
"locationName": "classificationScopeId"
|
|
1149
|
+
},
|
|
1150
|
+
"disabledAt": {
|
|
1151
|
+
"shape": "S4d",
|
|
1152
|
+
"locationName": "disabledAt"
|
|
1153
|
+
},
|
|
1154
|
+
"firstEnabledAt": {
|
|
1155
|
+
"shape": "S4d",
|
|
1156
|
+
"locationName": "firstEnabledAt"
|
|
1157
|
+
},
|
|
1158
|
+
"lastUpdatedAt": {
|
|
1159
|
+
"shape": "S4d",
|
|
1160
|
+
"locationName": "lastUpdatedAt"
|
|
1161
|
+
},
|
|
1162
|
+
"sensitivityInspectionTemplateId": {
|
|
1163
|
+
"locationName": "sensitivityInspectionTemplateId"
|
|
1164
|
+
},
|
|
1165
|
+
"status": {
|
|
1166
|
+
"locationName": "status"
|
|
1167
|
+
}
|
|
1168
|
+
}
|
|
1169
|
+
}
|
|
1170
|
+
},
|
|
1126
1171
|
"GetBucketStatistics": {
|
|
1127
1172
|
"http": {
|
|
1128
1173
|
"requestUri": "/datasources/s3/statistics",
|
|
@@ -1227,6 +1272,28 @@
|
|
|
1227
1272
|
}
|
|
1228
1273
|
}
|
|
1229
1274
|
},
|
|
1275
|
+
"bucketStatisticsBySensitivity": {
|
|
1276
|
+
"locationName": "bucketStatisticsBySensitivity",
|
|
1277
|
+
"type": "structure",
|
|
1278
|
+
"members": {
|
|
1279
|
+
"classificationError": {
|
|
1280
|
+
"shape": "S4n",
|
|
1281
|
+
"locationName": "classificationError"
|
|
1282
|
+
},
|
|
1283
|
+
"notClassified": {
|
|
1284
|
+
"shape": "S4n",
|
|
1285
|
+
"locationName": "notClassified"
|
|
1286
|
+
},
|
|
1287
|
+
"notSensitive": {
|
|
1288
|
+
"shape": "S4n",
|
|
1289
|
+
"locationName": "notSensitive"
|
|
1290
|
+
},
|
|
1291
|
+
"sensitive": {
|
|
1292
|
+
"shape": "S4n",
|
|
1293
|
+
"locationName": "sensitive"
|
|
1294
|
+
}
|
|
1295
|
+
}
|
|
1296
|
+
},
|
|
1230
1297
|
"classifiableObjectCount": {
|
|
1231
1298
|
"locationName": "classifiableObjectCount",
|
|
1232
1299
|
"type": "long"
|
|
@@ -1276,12 +1343,64 @@
|
|
|
1276
1343
|
"type": "structure",
|
|
1277
1344
|
"members": {
|
|
1278
1345
|
"configuration": {
|
|
1279
|
-
"shape": "
|
|
1346
|
+
"shape": "S4q",
|
|
1280
1347
|
"locationName": "configuration"
|
|
1281
1348
|
}
|
|
1282
1349
|
}
|
|
1283
1350
|
}
|
|
1284
1351
|
},
|
|
1352
|
+
"GetClassificationScope": {
|
|
1353
|
+
"http": {
|
|
1354
|
+
"method": "GET",
|
|
1355
|
+
"requestUri": "/classification-scopes/{id}",
|
|
1356
|
+
"responseCode": 200
|
|
1357
|
+
},
|
|
1358
|
+
"input": {
|
|
1359
|
+
"type": "structure",
|
|
1360
|
+
"members": {
|
|
1361
|
+
"id": {
|
|
1362
|
+
"location": "uri",
|
|
1363
|
+
"locationName": "id"
|
|
1364
|
+
}
|
|
1365
|
+
},
|
|
1366
|
+
"required": [
|
|
1367
|
+
"id"
|
|
1368
|
+
]
|
|
1369
|
+
},
|
|
1370
|
+
"output": {
|
|
1371
|
+
"type": "structure",
|
|
1372
|
+
"members": {
|
|
1373
|
+
"id": {
|
|
1374
|
+
"locationName": "id"
|
|
1375
|
+
},
|
|
1376
|
+
"name": {
|
|
1377
|
+
"locationName": "name"
|
|
1378
|
+
},
|
|
1379
|
+
"s3": {
|
|
1380
|
+
"locationName": "s3",
|
|
1381
|
+
"type": "structure",
|
|
1382
|
+
"members": {
|
|
1383
|
+
"excludes": {
|
|
1384
|
+
"locationName": "excludes",
|
|
1385
|
+
"type": "structure",
|
|
1386
|
+
"members": {
|
|
1387
|
+
"bucketNames": {
|
|
1388
|
+
"shape": "S4x",
|
|
1389
|
+
"locationName": "bucketNames"
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1392
|
+
"required": [
|
|
1393
|
+
"bucketNames"
|
|
1394
|
+
]
|
|
1395
|
+
}
|
|
1396
|
+
},
|
|
1397
|
+
"required": [
|
|
1398
|
+
"excludes"
|
|
1399
|
+
]
|
|
1400
|
+
}
|
|
1401
|
+
}
|
|
1402
|
+
}
|
|
1403
|
+
},
|
|
1285
1404
|
"GetCustomDataIdentifier": {
|
|
1286
1405
|
"http": {
|
|
1287
1406
|
"method": "GET",
|
|
@@ -1420,7 +1539,7 @@
|
|
|
1420
1539
|
"locationName": "findingIds"
|
|
1421
1540
|
},
|
|
1422
1541
|
"sortCriteria": {
|
|
1423
|
-
"shape": "
|
|
1542
|
+
"shape": "S59",
|
|
1424
1543
|
"locationName": "sortCriteria"
|
|
1425
1544
|
}
|
|
1426
1545
|
},
|
|
@@ -1492,7 +1611,7 @@
|
|
|
1492
1611
|
"locationName": "name"
|
|
1493
1612
|
},
|
|
1494
1613
|
"occurrences": {
|
|
1495
|
-
"shape": "
|
|
1614
|
+
"shape": "S5k",
|
|
1496
1615
|
"locationName": "occurrences"
|
|
1497
1616
|
}
|
|
1498
1617
|
}
|
|
@@ -1527,7 +1646,7 @@
|
|
|
1527
1646
|
"type": "long"
|
|
1528
1647
|
},
|
|
1529
1648
|
"occurrences": {
|
|
1530
|
-
"shape": "
|
|
1649
|
+
"shape": "S5k",
|
|
1531
1650
|
"locationName": "occurrences"
|
|
1532
1651
|
},
|
|
1533
1652
|
"type": {
|
|
@@ -1709,7 +1828,7 @@
|
|
|
1709
1828
|
"locationName": "principalId"
|
|
1710
1829
|
},
|
|
1711
1830
|
"sessionContext": {
|
|
1712
|
-
"shape": "
|
|
1831
|
+
"shape": "S6c",
|
|
1713
1832
|
"locationName": "sessionContext"
|
|
1714
1833
|
}
|
|
1715
1834
|
}
|
|
@@ -1752,7 +1871,7 @@
|
|
|
1752
1871
|
"locationName": "principalId"
|
|
1753
1872
|
},
|
|
1754
1873
|
"sessionContext": {
|
|
1755
|
-
"shape": "
|
|
1874
|
+
"shape": "S6c",
|
|
1756
1875
|
"locationName": "sessionContext"
|
|
1757
1876
|
}
|
|
1758
1877
|
}
|
|
@@ -1821,7 +1940,7 @@
|
|
|
1821
1940
|
"locationName": "createdAt"
|
|
1822
1941
|
},
|
|
1823
1942
|
"defaultServerSideEncryption": {
|
|
1824
|
-
"shape": "
|
|
1943
|
+
"shape": "S6n",
|
|
1825
1944
|
"locationName": "defaultServerSideEncryption"
|
|
1826
1945
|
},
|
|
1827
1946
|
"name": {
|
|
@@ -1844,7 +1963,7 @@
|
|
|
1844
1963
|
"locationName": "publicAccess"
|
|
1845
1964
|
},
|
|
1846
1965
|
"tags": {
|
|
1847
|
-
"shape": "
|
|
1966
|
+
"shape": "S6q",
|
|
1848
1967
|
"locationName": "tags"
|
|
1849
1968
|
}
|
|
1850
1969
|
}
|
|
@@ -1877,7 +1996,7 @@
|
|
|
1877
1996
|
"type": "boolean"
|
|
1878
1997
|
},
|
|
1879
1998
|
"serverSideEncryption": {
|
|
1880
|
-
"shape": "
|
|
1999
|
+
"shape": "S6n",
|
|
1881
2000
|
"locationName": "serverSideEncryption"
|
|
1882
2001
|
},
|
|
1883
2002
|
"size": {
|
|
@@ -1888,7 +2007,7 @@
|
|
|
1888
2007
|
"locationName": "storageClass"
|
|
1889
2008
|
},
|
|
1890
2009
|
"tags": {
|
|
1891
|
-
"shape": "
|
|
2010
|
+
"shape": "S6q",
|
|
1892
2011
|
"locationName": "tags"
|
|
1893
2012
|
},
|
|
1894
2013
|
"versionId": {
|
|
@@ -1999,7 +2118,7 @@
|
|
|
1999
2118
|
"type": "structure",
|
|
2000
2119
|
"members": {
|
|
2001
2120
|
"securityHubConfiguration": {
|
|
2002
|
-
"shape": "
|
|
2121
|
+
"shape": "S6z",
|
|
2003
2122
|
"locationName": "securityHubConfiguration"
|
|
2004
2123
|
}
|
|
2005
2124
|
}
|
|
@@ -2132,6 +2251,84 @@
|
|
|
2132
2251
|
}
|
|
2133
2252
|
}
|
|
2134
2253
|
},
|
|
2254
|
+
"GetResourceProfile": {
|
|
2255
|
+
"http": {
|
|
2256
|
+
"method": "GET",
|
|
2257
|
+
"requestUri": "/resource-profiles",
|
|
2258
|
+
"responseCode": 200
|
|
2259
|
+
},
|
|
2260
|
+
"input": {
|
|
2261
|
+
"type": "structure",
|
|
2262
|
+
"members": {
|
|
2263
|
+
"resourceArn": {
|
|
2264
|
+
"location": "querystring",
|
|
2265
|
+
"locationName": "resourceArn"
|
|
2266
|
+
}
|
|
2267
|
+
},
|
|
2268
|
+
"required": [
|
|
2269
|
+
"resourceArn"
|
|
2270
|
+
]
|
|
2271
|
+
},
|
|
2272
|
+
"output": {
|
|
2273
|
+
"type": "structure",
|
|
2274
|
+
"members": {
|
|
2275
|
+
"profileUpdatedAt": {
|
|
2276
|
+
"shape": "S9",
|
|
2277
|
+
"locationName": "profileUpdatedAt"
|
|
2278
|
+
},
|
|
2279
|
+
"sensitivityScore": {
|
|
2280
|
+
"locationName": "sensitivityScore",
|
|
2281
|
+
"type": "integer"
|
|
2282
|
+
},
|
|
2283
|
+
"sensitivityScoreOverridden": {
|
|
2284
|
+
"locationName": "sensitivityScoreOverridden",
|
|
2285
|
+
"type": "boolean"
|
|
2286
|
+
},
|
|
2287
|
+
"statistics": {
|
|
2288
|
+
"locationName": "statistics",
|
|
2289
|
+
"type": "structure",
|
|
2290
|
+
"members": {
|
|
2291
|
+
"totalBytesClassified": {
|
|
2292
|
+
"locationName": "totalBytesClassified",
|
|
2293
|
+
"type": "long"
|
|
2294
|
+
},
|
|
2295
|
+
"totalDetections": {
|
|
2296
|
+
"locationName": "totalDetections",
|
|
2297
|
+
"type": "long"
|
|
2298
|
+
},
|
|
2299
|
+
"totalDetectionsSuppressed": {
|
|
2300
|
+
"locationName": "totalDetectionsSuppressed",
|
|
2301
|
+
"type": "long"
|
|
2302
|
+
},
|
|
2303
|
+
"totalItemsClassified": {
|
|
2304
|
+
"locationName": "totalItemsClassified",
|
|
2305
|
+
"type": "long"
|
|
2306
|
+
},
|
|
2307
|
+
"totalItemsSensitive": {
|
|
2308
|
+
"locationName": "totalItemsSensitive",
|
|
2309
|
+
"type": "long"
|
|
2310
|
+
},
|
|
2311
|
+
"totalItemsSkipped": {
|
|
2312
|
+
"locationName": "totalItemsSkipped",
|
|
2313
|
+
"type": "long"
|
|
2314
|
+
},
|
|
2315
|
+
"totalItemsSkippedInvalidEncryption": {
|
|
2316
|
+
"locationName": "totalItemsSkippedInvalidEncryption",
|
|
2317
|
+
"type": "long"
|
|
2318
|
+
},
|
|
2319
|
+
"totalItemsSkippedInvalidKms": {
|
|
2320
|
+
"locationName": "totalItemsSkippedInvalidKms",
|
|
2321
|
+
"type": "long"
|
|
2322
|
+
},
|
|
2323
|
+
"totalItemsSkippedPermissionDenied": {
|
|
2324
|
+
"locationName": "totalItemsSkippedPermissionDenied",
|
|
2325
|
+
"type": "long"
|
|
2326
|
+
}
|
|
2327
|
+
}
|
|
2328
|
+
}
|
|
2329
|
+
}
|
|
2330
|
+
}
|
|
2331
|
+
},
|
|
2135
2332
|
"GetRevealConfiguration": {
|
|
2136
2333
|
"http": {
|
|
2137
2334
|
"method": "GET",
|
|
@@ -2146,7 +2343,7 @@
|
|
|
2146
2343
|
"type": "structure",
|
|
2147
2344
|
"members": {
|
|
2148
2345
|
"configuration": {
|
|
2149
|
-
"shape": "
|
|
2346
|
+
"shape": "S7d",
|
|
2150
2347
|
"locationName": "configuration"
|
|
2151
2348
|
}
|
|
2152
2349
|
}
|
|
@@ -2233,6 +2430,47 @@
|
|
|
2233
2430
|
}
|
|
2234
2431
|
}
|
|
2235
2432
|
},
|
|
2433
|
+
"GetSensitivityInspectionTemplate": {
|
|
2434
|
+
"http": {
|
|
2435
|
+
"method": "GET",
|
|
2436
|
+
"requestUri": "/templates/sensitivity-inspections/{id}",
|
|
2437
|
+
"responseCode": 200
|
|
2438
|
+
},
|
|
2439
|
+
"input": {
|
|
2440
|
+
"type": "structure",
|
|
2441
|
+
"members": {
|
|
2442
|
+
"id": {
|
|
2443
|
+
"location": "uri",
|
|
2444
|
+
"locationName": "id"
|
|
2445
|
+
}
|
|
2446
|
+
},
|
|
2447
|
+
"required": [
|
|
2448
|
+
"id"
|
|
2449
|
+
]
|
|
2450
|
+
},
|
|
2451
|
+
"output": {
|
|
2452
|
+
"type": "structure",
|
|
2453
|
+
"members": {
|
|
2454
|
+
"description": {
|
|
2455
|
+
"locationName": "description"
|
|
2456
|
+
},
|
|
2457
|
+
"excludes": {
|
|
2458
|
+
"shape": "S7u",
|
|
2459
|
+
"locationName": "excludes"
|
|
2460
|
+
},
|
|
2461
|
+
"includes": {
|
|
2462
|
+
"shape": "S7v",
|
|
2463
|
+
"locationName": "includes"
|
|
2464
|
+
},
|
|
2465
|
+
"name": {
|
|
2466
|
+
"locationName": "name"
|
|
2467
|
+
},
|
|
2468
|
+
"sensitivityInspectionTemplateId": {
|
|
2469
|
+
"locationName": "sensitivityInspectionTemplateId"
|
|
2470
|
+
}
|
|
2471
|
+
}
|
|
2472
|
+
}
|
|
2473
|
+
},
|
|
2236
2474
|
"GetUsageStatistics": {
|
|
2237
2475
|
"http": {
|
|
2238
2476
|
"requestUri": "/usage/statistics",
|
|
@@ -2299,6 +2537,10 @@
|
|
|
2299
2537
|
"accountId": {
|
|
2300
2538
|
"locationName": "accountId"
|
|
2301
2539
|
},
|
|
2540
|
+
"automatedDiscoveryFreeTrialStartDate": {
|
|
2541
|
+
"shape": "S9",
|
|
2542
|
+
"locationName": "automatedDiscoveryFreeTrialStartDate"
|
|
2543
|
+
},
|
|
2302
2544
|
"freeTrialStartDate": {
|
|
2303
2545
|
"shape": "S9",
|
|
2304
2546
|
"locationName": "freeTrialStartDate"
|
|
@@ -2460,11 +2702,11 @@
|
|
|
2460
2702
|
"type": "structure",
|
|
2461
2703
|
"members": {
|
|
2462
2704
|
"excludes": {
|
|
2463
|
-
"shape": "
|
|
2705
|
+
"shape": "S8o",
|
|
2464
2706
|
"locationName": "excludes"
|
|
2465
2707
|
},
|
|
2466
2708
|
"includes": {
|
|
2467
|
-
"shape": "
|
|
2709
|
+
"shape": "S8o",
|
|
2468
2710
|
"locationName": "includes"
|
|
2469
2711
|
}
|
|
2470
2712
|
}
|
|
@@ -2499,8 +2741,12 @@
|
|
|
2499
2741
|
"member": {
|
|
2500
2742
|
"type": "structure",
|
|
2501
2743
|
"members": {
|
|
2502
|
-
"
|
|
2744
|
+
"bucketCriteria": {
|
|
2503
2745
|
"shape": "Sq",
|
|
2746
|
+
"locationName": "bucketCriteria"
|
|
2747
|
+
},
|
|
2748
|
+
"bucketDefinitions": {
|
|
2749
|
+
"shape": "S10",
|
|
2504
2750
|
"locationName": "bucketDefinitions"
|
|
2505
2751
|
},
|
|
2506
2752
|
"createdAt": {
|
|
@@ -2526,10 +2772,49 @@
|
|
|
2526
2772
|
"userPausedDetails": {
|
|
2527
2773
|
"shape": "S3j",
|
|
2528
2774
|
"locationName": "userPausedDetails"
|
|
2775
|
+
}
|
|
2776
|
+
}
|
|
2777
|
+
}
|
|
2778
|
+
},
|
|
2779
|
+
"nextToken": {
|
|
2780
|
+
"locationName": "nextToken"
|
|
2781
|
+
}
|
|
2782
|
+
}
|
|
2783
|
+
}
|
|
2784
|
+
},
|
|
2785
|
+
"ListClassificationScopes": {
|
|
2786
|
+
"http": {
|
|
2787
|
+
"method": "GET",
|
|
2788
|
+
"requestUri": "/classification-scopes",
|
|
2789
|
+
"responseCode": 200
|
|
2790
|
+
},
|
|
2791
|
+
"input": {
|
|
2792
|
+
"type": "structure",
|
|
2793
|
+
"members": {
|
|
2794
|
+
"name": {
|
|
2795
|
+
"location": "querystring",
|
|
2796
|
+
"locationName": "name"
|
|
2797
|
+
},
|
|
2798
|
+
"nextToken": {
|
|
2799
|
+
"location": "querystring",
|
|
2800
|
+
"locationName": "nextToken"
|
|
2801
|
+
}
|
|
2802
|
+
}
|
|
2803
|
+
},
|
|
2804
|
+
"output": {
|
|
2805
|
+
"type": "structure",
|
|
2806
|
+
"members": {
|
|
2807
|
+
"classificationScopes": {
|
|
2808
|
+
"locationName": "classificationScopes",
|
|
2809
|
+
"type": "list",
|
|
2810
|
+
"member": {
|
|
2811
|
+
"type": "structure",
|
|
2812
|
+
"members": {
|
|
2813
|
+
"id": {
|
|
2814
|
+
"locationName": "id"
|
|
2529
2815
|
},
|
|
2530
|
-
"
|
|
2531
|
-
"
|
|
2532
|
-
"locationName": "bucketCriteria"
|
|
2816
|
+
"name": {
|
|
2817
|
+
"locationName": "name"
|
|
2533
2818
|
}
|
|
2534
2819
|
}
|
|
2535
2820
|
}
|
|
@@ -2611,7 +2896,7 @@
|
|
|
2611
2896
|
"locationName": "nextToken"
|
|
2612
2897
|
},
|
|
2613
2898
|
"sortCriteria": {
|
|
2614
|
-
"shape": "
|
|
2899
|
+
"shape": "S59",
|
|
2615
2900
|
"locationName": "sortCriteria"
|
|
2616
2901
|
}
|
|
2617
2902
|
}
|
|
@@ -2872,17 +3157,21 @@
|
|
|
2872
3157
|
}
|
|
2873
3158
|
}
|
|
2874
3159
|
},
|
|
2875
|
-
"
|
|
3160
|
+
"ListResourceProfileArtifacts": {
|
|
2876
3161
|
"http": {
|
|
2877
3162
|
"method": "GET",
|
|
2878
|
-
"requestUri": "/
|
|
3163
|
+
"requestUri": "/resource-profiles/artifacts",
|
|
2879
3164
|
"responseCode": 200
|
|
2880
3165
|
},
|
|
2881
3166
|
"input": {
|
|
2882
3167
|
"type": "structure",
|
|
2883
3168
|
"members": {
|
|
3169
|
+
"nextToken": {
|
|
3170
|
+
"location": "querystring",
|
|
3171
|
+
"locationName": "nextToken"
|
|
3172
|
+
},
|
|
2884
3173
|
"resourceArn": {
|
|
2885
|
-
"location": "
|
|
3174
|
+
"location": "querystring",
|
|
2886
3175
|
"locationName": "resourceArn"
|
|
2887
3176
|
}
|
|
2888
3177
|
},
|
|
@@ -2893,38 +3182,197 @@
|
|
|
2893
3182
|
"output": {
|
|
2894
3183
|
"type": "structure",
|
|
2895
3184
|
"members": {
|
|
2896
|
-
"
|
|
2897
|
-
"
|
|
2898
|
-
"
|
|
3185
|
+
"artifacts": {
|
|
3186
|
+
"locationName": "artifacts",
|
|
3187
|
+
"type": "list",
|
|
3188
|
+
"member": {
|
|
3189
|
+
"type": "structure",
|
|
3190
|
+
"members": {
|
|
3191
|
+
"arn": {
|
|
3192
|
+
"locationName": "arn"
|
|
3193
|
+
},
|
|
3194
|
+
"classificationResultStatus": {
|
|
3195
|
+
"locationName": "classificationResultStatus"
|
|
3196
|
+
},
|
|
3197
|
+
"sensitive": {
|
|
3198
|
+
"locationName": "sensitive",
|
|
3199
|
+
"type": "boolean"
|
|
3200
|
+
}
|
|
3201
|
+
},
|
|
3202
|
+
"required": [
|
|
3203
|
+
"classificationResultStatus",
|
|
3204
|
+
"arn"
|
|
3205
|
+
]
|
|
3206
|
+
}
|
|
3207
|
+
},
|
|
3208
|
+
"nextToken": {
|
|
3209
|
+
"locationName": "nextToken"
|
|
2899
3210
|
}
|
|
2900
3211
|
}
|
|
2901
3212
|
}
|
|
2902
3213
|
},
|
|
2903
|
-
"
|
|
3214
|
+
"ListResourceProfileDetections": {
|
|
2904
3215
|
"http": {
|
|
2905
|
-
"method": "
|
|
2906
|
-
"requestUri": "/
|
|
3216
|
+
"method": "GET",
|
|
3217
|
+
"requestUri": "/resource-profiles/detections",
|
|
2907
3218
|
"responseCode": 200
|
|
2908
3219
|
},
|
|
2909
3220
|
"input": {
|
|
2910
3221
|
"type": "structure",
|
|
2911
3222
|
"members": {
|
|
2912
|
-
"
|
|
2913
|
-
"
|
|
2914
|
-
"locationName": "
|
|
3223
|
+
"maxResults": {
|
|
3224
|
+
"location": "querystring",
|
|
3225
|
+
"locationName": "maxResults",
|
|
3226
|
+
"type": "integer"
|
|
3227
|
+
},
|
|
3228
|
+
"nextToken": {
|
|
3229
|
+
"location": "querystring",
|
|
3230
|
+
"locationName": "nextToken"
|
|
3231
|
+
},
|
|
3232
|
+
"resourceArn": {
|
|
3233
|
+
"location": "querystring",
|
|
3234
|
+
"locationName": "resourceArn"
|
|
2915
3235
|
}
|
|
2916
3236
|
},
|
|
2917
3237
|
"required": [
|
|
2918
|
-
"
|
|
3238
|
+
"resourceArn"
|
|
2919
3239
|
]
|
|
2920
3240
|
},
|
|
2921
3241
|
"output": {
|
|
2922
3242
|
"type": "structure",
|
|
2923
3243
|
"members": {
|
|
2924
|
-
"
|
|
2925
|
-
"
|
|
2926
|
-
"
|
|
2927
|
-
|
|
3244
|
+
"detections": {
|
|
3245
|
+
"locationName": "detections",
|
|
3246
|
+
"type": "list",
|
|
3247
|
+
"member": {
|
|
3248
|
+
"type": "structure",
|
|
3249
|
+
"members": {
|
|
3250
|
+
"arn": {
|
|
3251
|
+
"locationName": "arn"
|
|
3252
|
+
},
|
|
3253
|
+
"count": {
|
|
3254
|
+
"locationName": "count",
|
|
3255
|
+
"type": "long"
|
|
3256
|
+
},
|
|
3257
|
+
"id": {
|
|
3258
|
+
"locationName": "id"
|
|
3259
|
+
},
|
|
3260
|
+
"name": {
|
|
3261
|
+
"locationName": "name"
|
|
3262
|
+
},
|
|
3263
|
+
"suppressed": {
|
|
3264
|
+
"locationName": "suppressed",
|
|
3265
|
+
"type": "boolean"
|
|
3266
|
+
},
|
|
3267
|
+
"type": {
|
|
3268
|
+
"locationName": "type"
|
|
3269
|
+
}
|
|
3270
|
+
}
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
3273
|
+
"nextToken": {
|
|
3274
|
+
"locationName": "nextToken"
|
|
3275
|
+
}
|
|
3276
|
+
}
|
|
3277
|
+
}
|
|
3278
|
+
},
|
|
3279
|
+
"ListSensitivityInspectionTemplates": {
|
|
3280
|
+
"http": {
|
|
3281
|
+
"method": "GET",
|
|
3282
|
+
"requestUri": "/templates/sensitivity-inspections",
|
|
3283
|
+
"responseCode": 200
|
|
3284
|
+
},
|
|
3285
|
+
"input": {
|
|
3286
|
+
"type": "structure",
|
|
3287
|
+
"members": {
|
|
3288
|
+
"maxResults": {
|
|
3289
|
+
"location": "querystring",
|
|
3290
|
+
"locationName": "maxResults",
|
|
3291
|
+
"type": "integer"
|
|
3292
|
+
},
|
|
3293
|
+
"nextToken": {
|
|
3294
|
+
"location": "querystring",
|
|
3295
|
+
"locationName": "nextToken"
|
|
3296
|
+
}
|
|
3297
|
+
}
|
|
3298
|
+
},
|
|
3299
|
+
"output": {
|
|
3300
|
+
"type": "structure",
|
|
3301
|
+
"members": {
|
|
3302
|
+
"nextToken": {
|
|
3303
|
+
"locationName": "nextToken"
|
|
3304
|
+
},
|
|
3305
|
+
"sensitivityInspectionTemplates": {
|
|
3306
|
+
"locationName": "sensitivityInspectionTemplates",
|
|
3307
|
+
"type": "list",
|
|
3308
|
+
"member": {
|
|
3309
|
+
"type": "structure",
|
|
3310
|
+
"members": {
|
|
3311
|
+
"id": {
|
|
3312
|
+
"locationName": "id"
|
|
3313
|
+
},
|
|
3314
|
+
"name": {
|
|
3315
|
+
"locationName": "name"
|
|
3316
|
+
}
|
|
3317
|
+
}
|
|
3318
|
+
}
|
|
3319
|
+
}
|
|
3320
|
+
}
|
|
3321
|
+
}
|
|
3322
|
+
},
|
|
3323
|
+
"ListTagsForResource": {
|
|
3324
|
+
"http": {
|
|
3325
|
+
"method": "GET",
|
|
3326
|
+
"requestUri": "/tags/{resourceArn}",
|
|
3327
|
+
"responseCode": 200
|
|
3328
|
+
},
|
|
3329
|
+
"input": {
|
|
3330
|
+
"type": "structure",
|
|
3331
|
+
"members": {
|
|
3332
|
+
"resourceArn": {
|
|
3333
|
+
"location": "uri",
|
|
3334
|
+
"locationName": "resourceArn"
|
|
3335
|
+
}
|
|
3336
|
+
},
|
|
3337
|
+
"required": [
|
|
3338
|
+
"resourceArn"
|
|
3339
|
+
]
|
|
3340
|
+
},
|
|
3341
|
+
"output": {
|
|
3342
|
+
"type": "structure",
|
|
3343
|
+
"members": {
|
|
3344
|
+
"tags": {
|
|
3345
|
+
"shape": "Si",
|
|
3346
|
+
"locationName": "tags"
|
|
3347
|
+
}
|
|
3348
|
+
}
|
|
3349
|
+
}
|
|
3350
|
+
},
|
|
3351
|
+
"PutClassificationExportConfiguration": {
|
|
3352
|
+
"http": {
|
|
3353
|
+
"method": "PUT",
|
|
3354
|
+
"requestUri": "/classification-export-configuration",
|
|
3355
|
+
"responseCode": 200
|
|
3356
|
+
},
|
|
3357
|
+
"input": {
|
|
3358
|
+
"type": "structure",
|
|
3359
|
+
"members": {
|
|
3360
|
+
"configuration": {
|
|
3361
|
+
"shape": "S4q",
|
|
3362
|
+
"locationName": "configuration"
|
|
3363
|
+
}
|
|
3364
|
+
},
|
|
3365
|
+
"required": [
|
|
3366
|
+
"configuration"
|
|
3367
|
+
]
|
|
3368
|
+
},
|
|
3369
|
+
"output": {
|
|
3370
|
+
"type": "structure",
|
|
3371
|
+
"members": {
|
|
3372
|
+
"configuration": {
|
|
3373
|
+
"shape": "S4q",
|
|
3374
|
+
"locationName": "configuration"
|
|
3375
|
+
}
|
|
2928
3376
|
}
|
|
2929
3377
|
}
|
|
2930
3378
|
},
|
|
@@ -2942,7 +3390,7 @@
|
|
|
2942
3390
|
"idempotencyToken": true
|
|
2943
3391
|
},
|
|
2944
3392
|
"securityHubConfiguration": {
|
|
2945
|
-
"shape": "
|
|
3393
|
+
"shape": "S6z",
|
|
2946
3394
|
"locationName": "securityHubConfiguration"
|
|
2947
3395
|
}
|
|
2948
3396
|
}
|
|
@@ -2965,11 +3413,11 @@
|
|
|
2965
3413
|
"type": "structure",
|
|
2966
3414
|
"members": {
|
|
2967
3415
|
"excludes": {
|
|
2968
|
-
"shape": "
|
|
3416
|
+
"shape": "Sac",
|
|
2969
3417
|
"locationName": "excludes"
|
|
2970
3418
|
},
|
|
2971
3419
|
"includes": {
|
|
2972
|
-
"shape": "
|
|
3420
|
+
"shape": "Sac",
|
|
2973
3421
|
"locationName": "includes"
|
|
2974
3422
|
}
|
|
2975
3423
|
}
|
|
@@ -3032,6 +3480,10 @@
|
|
|
3032
3480
|
"shape": "S2t",
|
|
3033
3481
|
"locationName": "jobDetails"
|
|
3034
3482
|
},
|
|
3483
|
+
"lastAutomatedDiscoveryTime": {
|
|
3484
|
+
"shape": "S9",
|
|
3485
|
+
"locationName": "lastAutomatedDiscoveryTime"
|
|
3486
|
+
},
|
|
3035
3487
|
"objectCount": {
|
|
3036
3488
|
"locationName": "objectCount",
|
|
3037
3489
|
"type": "long"
|
|
@@ -3040,6 +3492,10 @@
|
|
|
3040
3492
|
"shape": "S2w",
|
|
3041
3493
|
"locationName": "objectCountByEncryptionType"
|
|
3042
3494
|
},
|
|
3495
|
+
"sensitivityScore": {
|
|
3496
|
+
"locationName": "sensitivityScore",
|
|
3497
|
+
"type": "integer"
|
|
3498
|
+
},
|
|
3043
3499
|
"sizeInBytes": {
|
|
3044
3500
|
"locationName": "sizeInBytes",
|
|
3045
3501
|
"type": "long"
|
|
@@ -3207,6 +3663,28 @@
|
|
|
3207
3663
|
}
|
|
3208
3664
|
}
|
|
3209
3665
|
},
|
|
3666
|
+
"UpdateAutomatedDiscoveryConfiguration": {
|
|
3667
|
+
"http": {
|
|
3668
|
+
"method": "PUT",
|
|
3669
|
+
"requestUri": "/automated-discovery/configuration",
|
|
3670
|
+
"responseCode": 200
|
|
3671
|
+
},
|
|
3672
|
+
"input": {
|
|
3673
|
+
"type": "structure",
|
|
3674
|
+
"members": {
|
|
3675
|
+
"status": {
|
|
3676
|
+
"locationName": "status"
|
|
3677
|
+
}
|
|
3678
|
+
},
|
|
3679
|
+
"required": [
|
|
3680
|
+
"status"
|
|
3681
|
+
]
|
|
3682
|
+
},
|
|
3683
|
+
"output": {
|
|
3684
|
+
"type": "structure",
|
|
3685
|
+
"members": {}
|
|
3686
|
+
}
|
|
3687
|
+
},
|
|
3210
3688
|
"UpdateClassificationJob": {
|
|
3211
3689
|
"http": {
|
|
3212
3690
|
"method": "PATCH",
|
|
@@ -3234,6 +3712,55 @@
|
|
|
3234
3712
|
"members": {}
|
|
3235
3713
|
}
|
|
3236
3714
|
},
|
|
3715
|
+
"UpdateClassificationScope": {
|
|
3716
|
+
"http": {
|
|
3717
|
+
"method": "PATCH",
|
|
3718
|
+
"requestUri": "/classification-scopes/{id}",
|
|
3719
|
+
"responseCode": 200
|
|
3720
|
+
},
|
|
3721
|
+
"input": {
|
|
3722
|
+
"type": "structure",
|
|
3723
|
+
"members": {
|
|
3724
|
+
"id": {
|
|
3725
|
+
"location": "uri",
|
|
3726
|
+
"locationName": "id"
|
|
3727
|
+
},
|
|
3728
|
+
"s3": {
|
|
3729
|
+
"locationName": "s3",
|
|
3730
|
+
"type": "structure",
|
|
3731
|
+
"members": {
|
|
3732
|
+
"excludes": {
|
|
3733
|
+
"locationName": "excludes",
|
|
3734
|
+
"type": "structure",
|
|
3735
|
+
"members": {
|
|
3736
|
+
"bucketNames": {
|
|
3737
|
+
"shape": "S4x",
|
|
3738
|
+
"locationName": "bucketNames"
|
|
3739
|
+
},
|
|
3740
|
+
"operation": {
|
|
3741
|
+
"locationName": "operation"
|
|
3742
|
+
}
|
|
3743
|
+
},
|
|
3744
|
+
"required": [
|
|
3745
|
+
"bucketNames",
|
|
3746
|
+
"operation"
|
|
3747
|
+
]
|
|
3748
|
+
}
|
|
3749
|
+
},
|
|
3750
|
+
"required": [
|
|
3751
|
+
"excludes"
|
|
3752
|
+
]
|
|
3753
|
+
}
|
|
3754
|
+
},
|
|
3755
|
+
"required": [
|
|
3756
|
+
"id"
|
|
3757
|
+
]
|
|
3758
|
+
},
|
|
3759
|
+
"output": {
|
|
3760
|
+
"type": "structure",
|
|
3761
|
+
"members": {}
|
|
3762
|
+
}
|
|
3763
|
+
},
|
|
3237
3764
|
"UpdateFindingsFilter": {
|
|
3238
3765
|
"http": {
|
|
3239
3766
|
"method": "PATCH",
|
|
@@ -3246,6 +3773,10 @@
|
|
|
3246
3773
|
"action": {
|
|
3247
3774
|
"locationName": "action"
|
|
3248
3775
|
},
|
|
3776
|
+
"clientToken": {
|
|
3777
|
+
"locationName": "clientToken",
|
|
3778
|
+
"idempotencyToken": true
|
|
3779
|
+
},
|
|
3249
3780
|
"description": {
|
|
3250
3781
|
"locationName": "description"
|
|
3251
3782
|
},
|
|
@@ -3263,10 +3794,6 @@
|
|
|
3263
3794
|
"position": {
|
|
3264
3795
|
"locationName": "position",
|
|
3265
3796
|
"type": "integer"
|
|
3266
|
-
},
|
|
3267
|
-
"clientToken": {
|
|
3268
|
-
"locationName": "clientToken",
|
|
3269
|
-
"idempotencyToken": true
|
|
3270
3797
|
}
|
|
3271
3798
|
},
|
|
3272
3799
|
"required": [
|
|
@@ -3357,6 +3884,71 @@
|
|
|
3357
3884
|
"members": {}
|
|
3358
3885
|
}
|
|
3359
3886
|
},
|
|
3887
|
+
"UpdateResourceProfile": {
|
|
3888
|
+
"http": {
|
|
3889
|
+
"method": "PATCH",
|
|
3890
|
+
"requestUri": "/resource-profiles",
|
|
3891
|
+
"responseCode": 200
|
|
3892
|
+
},
|
|
3893
|
+
"input": {
|
|
3894
|
+
"type": "structure",
|
|
3895
|
+
"members": {
|
|
3896
|
+
"resourceArn": {
|
|
3897
|
+
"location": "querystring",
|
|
3898
|
+
"locationName": "resourceArn"
|
|
3899
|
+
},
|
|
3900
|
+
"sensitivityScoreOverride": {
|
|
3901
|
+
"locationName": "sensitivityScoreOverride",
|
|
3902
|
+
"type": "integer"
|
|
3903
|
+
}
|
|
3904
|
+
},
|
|
3905
|
+
"required": [
|
|
3906
|
+
"resourceArn"
|
|
3907
|
+
]
|
|
3908
|
+
},
|
|
3909
|
+
"output": {
|
|
3910
|
+
"type": "structure",
|
|
3911
|
+
"members": {}
|
|
3912
|
+
}
|
|
3913
|
+
},
|
|
3914
|
+
"UpdateResourceProfileDetections": {
|
|
3915
|
+
"http": {
|
|
3916
|
+
"method": "PATCH",
|
|
3917
|
+
"requestUri": "/resource-profiles/detections",
|
|
3918
|
+
"responseCode": 200
|
|
3919
|
+
},
|
|
3920
|
+
"input": {
|
|
3921
|
+
"type": "structure",
|
|
3922
|
+
"members": {
|
|
3923
|
+
"resourceArn": {
|
|
3924
|
+
"location": "querystring",
|
|
3925
|
+
"locationName": "resourceArn"
|
|
3926
|
+
},
|
|
3927
|
+
"suppressDataIdentifiers": {
|
|
3928
|
+
"locationName": "suppressDataIdentifiers",
|
|
3929
|
+
"type": "list",
|
|
3930
|
+
"member": {
|
|
3931
|
+
"type": "structure",
|
|
3932
|
+
"members": {
|
|
3933
|
+
"id": {
|
|
3934
|
+
"locationName": "id"
|
|
3935
|
+
},
|
|
3936
|
+
"type": {
|
|
3937
|
+
"locationName": "type"
|
|
3938
|
+
}
|
|
3939
|
+
}
|
|
3940
|
+
}
|
|
3941
|
+
}
|
|
3942
|
+
},
|
|
3943
|
+
"required": [
|
|
3944
|
+
"resourceArn"
|
|
3945
|
+
]
|
|
3946
|
+
},
|
|
3947
|
+
"output": {
|
|
3948
|
+
"type": "structure",
|
|
3949
|
+
"members": {}
|
|
3950
|
+
}
|
|
3951
|
+
},
|
|
3360
3952
|
"UpdateRevealConfiguration": {
|
|
3361
3953
|
"http": {
|
|
3362
3954
|
"method": "PUT",
|
|
@@ -3367,7 +3959,7 @@
|
|
|
3367
3959
|
"type": "structure",
|
|
3368
3960
|
"members": {
|
|
3369
3961
|
"configuration": {
|
|
3370
|
-
"shape": "
|
|
3962
|
+
"shape": "S7d",
|
|
3371
3963
|
"locationName": "configuration"
|
|
3372
3964
|
}
|
|
3373
3965
|
},
|
|
@@ -3379,11 +3971,45 @@
|
|
|
3379
3971
|
"type": "structure",
|
|
3380
3972
|
"members": {
|
|
3381
3973
|
"configuration": {
|
|
3382
|
-
"shape": "
|
|
3974
|
+
"shape": "S7d",
|
|
3383
3975
|
"locationName": "configuration"
|
|
3384
3976
|
}
|
|
3385
3977
|
}
|
|
3386
3978
|
}
|
|
3979
|
+
},
|
|
3980
|
+
"UpdateSensitivityInspectionTemplate": {
|
|
3981
|
+
"http": {
|
|
3982
|
+
"method": "PUT",
|
|
3983
|
+
"requestUri": "/templates/sensitivity-inspections/{id}",
|
|
3984
|
+
"responseCode": 200
|
|
3985
|
+
},
|
|
3986
|
+
"input": {
|
|
3987
|
+
"type": "structure",
|
|
3988
|
+
"members": {
|
|
3989
|
+
"description": {
|
|
3990
|
+
"locationName": "description"
|
|
3991
|
+
},
|
|
3992
|
+
"excludes": {
|
|
3993
|
+
"shape": "S7u",
|
|
3994
|
+
"locationName": "excludes"
|
|
3995
|
+
},
|
|
3996
|
+
"id": {
|
|
3997
|
+
"location": "uri",
|
|
3998
|
+
"locationName": "id"
|
|
3999
|
+
},
|
|
4000
|
+
"includes": {
|
|
4001
|
+
"shape": "S7v",
|
|
4002
|
+
"locationName": "includes"
|
|
4003
|
+
}
|
|
4004
|
+
},
|
|
4005
|
+
"required": [
|
|
4006
|
+
"id"
|
|
4007
|
+
]
|
|
4008
|
+
},
|
|
4009
|
+
"output": {
|
|
4010
|
+
"type": "structure",
|
|
4011
|
+
"members": {}
|
|
4012
|
+
}
|
|
3387
4013
|
}
|
|
3388
4014
|
},
|
|
3389
4015
|
"shapes": {
|
|
@@ -3427,8 +4053,12 @@
|
|
|
3427
4053
|
"Sp": {
|
|
3428
4054
|
"type": "structure",
|
|
3429
4055
|
"members": {
|
|
3430
|
-
"
|
|
4056
|
+
"bucketCriteria": {
|
|
3431
4057
|
"shape": "Sq",
|
|
4058
|
+
"locationName": "bucketCriteria"
|
|
4059
|
+
},
|
|
4060
|
+
"bucketDefinitions": {
|
|
4061
|
+
"shape": "S10",
|
|
3432
4062
|
"locationName": "bucketDefinitions"
|
|
3433
4063
|
},
|
|
3434
4064
|
"scoping": {
|
|
@@ -3436,41 +4066,31 @@
|
|
|
3436
4066
|
"type": "structure",
|
|
3437
4067
|
"members": {
|
|
3438
4068
|
"excludes": {
|
|
3439
|
-
"shape": "
|
|
4069
|
+
"shape": "S13",
|
|
3440
4070
|
"locationName": "excludes"
|
|
3441
4071
|
},
|
|
3442
4072
|
"includes": {
|
|
3443
|
-
"shape": "
|
|
4073
|
+
"shape": "S13",
|
|
3444
4074
|
"locationName": "includes"
|
|
3445
4075
|
}
|
|
3446
4076
|
}
|
|
3447
|
-
},
|
|
3448
|
-
"bucketCriteria": {
|
|
3449
|
-
"shape": "S13",
|
|
3450
|
-
"locationName": "bucketCriteria"
|
|
3451
4077
|
}
|
|
3452
4078
|
}
|
|
3453
4079
|
},
|
|
3454
4080
|
"Sq": {
|
|
3455
|
-
"type": "
|
|
3456
|
-
"
|
|
3457
|
-
"
|
|
3458
|
-
|
|
3459
|
-
"
|
|
3460
|
-
"locationName": "accountId"
|
|
3461
|
-
},
|
|
3462
|
-
"buckets": {
|
|
3463
|
-
"shape": "S5",
|
|
3464
|
-
"locationName": "buckets"
|
|
3465
|
-
}
|
|
4081
|
+
"type": "structure",
|
|
4082
|
+
"members": {
|
|
4083
|
+
"excludes": {
|
|
4084
|
+
"shape": "Sr",
|
|
4085
|
+
"locationName": "excludes"
|
|
3466
4086
|
},
|
|
3467
|
-
"
|
|
3468
|
-
"
|
|
3469
|
-
"
|
|
3470
|
-
|
|
4087
|
+
"includes": {
|
|
4088
|
+
"shape": "Sr",
|
|
4089
|
+
"locationName": "includes"
|
|
4090
|
+
}
|
|
3471
4091
|
}
|
|
3472
4092
|
},
|
|
3473
|
-
"
|
|
4093
|
+
"Sr": {
|
|
3474
4094
|
"type": "structure",
|
|
3475
4095
|
"members": {
|
|
3476
4096
|
"and": {
|
|
@@ -3479,8 +4099,8 @@
|
|
|
3479
4099
|
"member": {
|
|
3480
4100
|
"type": "structure",
|
|
3481
4101
|
"members": {
|
|
3482
|
-
"
|
|
3483
|
-
"locationName": "
|
|
4102
|
+
"simpleCriterion": {
|
|
4103
|
+
"locationName": "simpleCriterion",
|
|
3484
4104
|
"type": "structure",
|
|
3485
4105
|
"members": {
|
|
3486
4106
|
"comparator": {
|
|
@@ -3495,16 +4115,13 @@
|
|
|
3495
4115
|
}
|
|
3496
4116
|
}
|
|
3497
4117
|
},
|
|
3498
|
-
"
|
|
3499
|
-
"locationName": "
|
|
4118
|
+
"tagCriterion": {
|
|
4119
|
+
"locationName": "tagCriterion",
|
|
3500
4120
|
"type": "structure",
|
|
3501
4121
|
"members": {
|
|
3502
4122
|
"comparator": {
|
|
3503
4123
|
"locationName": "comparator"
|
|
3504
4124
|
},
|
|
3505
|
-
"key": {
|
|
3506
|
-
"locationName": "key"
|
|
3507
|
-
},
|
|
3508
4125
|
"tagValues": {
|
|
3509
4126
|
"locationName": "tagValues",
|
|
3510
4127
|
"type": "list",
|
|
@@ -3519,9 +4136,6 @@
|
|
|
3519
4136
|
}
|
|
3520
4137
|
}
|
|
3521
4138
|
}
|
|
3522
|
-
},
|
|
3523
|
-
"target": {
|
|
3524
|
-
"locationName": "target"
|
|
3525
4139
|
}
|
|
3526
4140
|
}
|
|
3527
4141
|
}
|
|
@@ -3530,20 +4144,26 @@
|
|
|
3530
4144
|
}
|
|
3531
4145
|
}
|
|
3532
4146
|
},
|
|
3533
|
-
"
|
|
3534
|
-
"type": "
|
|
3535
|
-
"
|
|
3536
|
-
"
|
|
3537
|
-
|
|
3538
|
-
"
|
|
4147
|
+
"S10": {
|
|
4148
|
+
"type": "list",
|
|
4149
|
+
"member": {
|
|
4150
|
+
"type": "structure",
|
|
4151
|
+
"members": {
|
|
4152
|
+
"accountId": {
|
|
4153
|
+
"locationName": "accountId"
|
|
4154
|
+
},
|
|
4155
|
+
"buckets": {
|
|
4156
|
+
"shape": "S5",
|
|
4157
|
+
"locationName": "buckets"
|
|
4158
|
+
}
|
|
3539
4159
|
},
|
|
3540
|
-
"
|
|
3541
|
-
"
|
|
3542
|
-
"
|
|
3543
|
-
|
|
4160
|
+
"required": [
|
|
4161
|
+
"accountId",
|
|
4162
|
+
"buckets"
|
|
4163
|
+
]
|
|
3544
4164
|
}
|
|
3545
4165
|
},
|
|
3546
|
-
"
|
|
4166
|
+
"S13": {
|
|
3547
4167
|
"type": "structure",
|
|
3548
4168
|
"members": {
|
|
3549
4169
|
"and": {
|
|
@@ -3552,8 +4172,8 @@
|
|
|
3552
4172
|
"member": {
|
|
3553
4173
|
"type": "structure",
|
|
3554
4174
|
"members": {
|
|
3555
|
-
"
|
|
3556
|
-
"locationName": "
|
|
4175
|
+
"simpleScopeTerm": {
|
|
4176
|
+
"locationName": "simpleScopeTerm",
|
|
3557
4177
|
"type": "structure",
|
|
3558
4178
|
"members": {
|
|
3559
4179
|
"comparator": {
|
|
@@ -3568,13 +4188,16 @@
|
|
|
3568
4188
|
}
|
|
3569
4189
|
}
|
|
3570
4190
|
},
|
|
3571
|
-
"
|
|
3572
|
-
"locationName": "
|
|
4191
|
+
"tagScopeTerm": {
|
|
4192
|
+
"locationName": "tagScopeTerm",
|
|
3573
4193
|
"type": "structure",
|
|
3574
4194
|
"members": {
|
|
3575
4195
|
"comparator": {
|
|
3576
4196
|
"locationName": "comparator"
|
|
3577
4197
|
},
|
|
4198
|
+
"key": {
|
|
4199
|
+
"locationName": "key"
|
|
4200
|
+
},
|
|
3578
4201
|
"tagValues": {
|
|
3579
4202
|
"locationName": "tagValues",
|
|
3580
4203
|
"type": "list",
|
|
@@ -3589,6 +4212,9 @@
|
|
|
3589
4212
|
}
|
|
3590
4213
|
}
|
|
3591
4214
|
}
|
|
4215
|
+
},
|
|
4216
|
+
"target": {
|
|
4217
|
+
"locationName": "target"
|
|
3592
4218
|
}
|
|
3593
4219
|
}
|
|
3594
4220
|
}
|
|
@@ -3901,7 +4527,32 @@
|
|
|
3901
4527
|
}
|
|
3902
4528
|
}
|
|
3903
4529
|
},
|
|
3904
|
-
"
|
|
4530
|
+
"S4d": {
|
|
4531
|
+
"type": "timestamp",
|
|
4532
|
+
"timestampFormat": "iso8601"
|
|
4533
|
+
},
|
|
4534
|
+
"S4n": {
|
|
4535
|
+
"type": "structure",
|
|
4536
|
+
"members": {
|
|
4537
|
+
"classifiableSizeInBytes": {
|
|
4538
|
+
"locationName": "classifiableSizeInBytes",
|
|
4539
|
+
"type": "long"
|
|
4540
|
+
},
|
|
4541
|
+
"publiclyAccessibleCount": {
|
|
4542
|
+
"locationName": "publiclyAccessibleCount",
|
|
4543
|
+
"type": "long"
|
|
4544
|
+
},
|
|
4545
|
+
"totalCount": {
|
|
4546
|
+
"locationName": "totalCount",
|
|
4547
|
+
"type": "long"
|
|
4548
|
+
},
|
|
4549
|
+
"totalSizeInBytes": {
|
|
4550
|
+
"locationName": "totalSizeInBytes",
|
|
4551
|
+
"type": "long"
|
|
4552
|
+
}
|
|
4553
|
+
}
|
|
4554
|
+
},
|
|
4555
|
+
"S4q": {
|
|
3905
4556
|
"type": "structure",
|
|
3906
4557
|
"members": {
|
|
3907
4558
|
"s3Destination": {
|
|
@@ -3925,7 +4576,11 @@
|
|
|
3925
4576
|
}
|
|
3926
4577
|
}
|
|
3927
4578
|
},
|
|
3928
|
-
"
|
|
4579
|
+
"S4x": {
|
|
4580
|
+
"type": "list",
|
|
4581
|
+
"member": {}
|
|
4582
|
+
},
|
|
4583
|
+
"S59": {
|
|
3929
4584
|
"type": "structure",
|
|
3930
4585
|
"members": {
|
|
3931
4586
|
"attributeName": {
|
|
@@ -3936,7 +4591,7 @@
|
|
|
3936
4591
|
}
|
|
3937
4592
|
}
|
|
3938
4593
|
},
|
|
3939
|
-
"
|
|
4594
|
+
"S5k": {
|
|
3940
4595
|
"type": "structure",
|
|
3941
4596
|
"members": {
|
|
3942
4597
|
"cells": {
|
|
@@ -3963,11 +4618,11 @@
|
|
|
3963
4618
|
}
|
|
3964
4619
|
},
|
|
3965
4620
|
"lineRanges": {
|
|
3966
|
-
"shape": "
|
|
4621
|
+
"shape": "S5n",
|
|
3967
4622
|
"locationName": "lineRanges"
|
|
3968
4623
|
},
|
|
3969
4624
|
"offsetRanges": {
|
|
3970
|
-
"shape": "
|
|
4625
|
+
"shape": "S5n",
|
|
3971
4626
|
"locationName": "offsetRanges"
|
|
3972
4627
|
},
|
|
3973
4628
|
"pages": {
|
|
@@ -3977,11 +4632,11 @@
|
|
|
3977
4632
|
"type": "structure",
|
|
3978
4633
|
"members": {
|
|
3979
4634
|
"lineRange": {
|
|
3980
|
-
"shape": "
|
|
4635
|
+
"shape": "S5o",
|
|
3981
4636
|
"locationName": "lineRange"
|
|
3982
4637
|
},
|
|
3983
4638
|
"offsetRange": {
|
|
3984
|
-
"shape": "
|
|
4639
|
+
"shape": "S5o",
|
|
3985
4640
|
"locationName": "offsetRange"
|
|
3986
4641
|
},
|
|
3987
4642
|
"pageNumber": {
|
|
@@ -4009,13 +4664,13 @@
|
|
|
4009
4664
|
}
|
|
4010
4665
|
}
|
|
4011
4666
|
},
|
|
4012
|
-
"
|
|
4667
|
+
"S5n": {
|
|
4013
4668
|
"type": "list",
|
|
4014
4669
|
"member": {
|
|
4015
|
-
"shape": "
|
|
4670
|
+
"shape": "S5o"
|
|
4016
4671
|
}
|
|
4017
4672
|
},
|
|
4018
|
-
"
|
|
4673
|
+
"S5o": {
|
|
4019
4674
|
"type": "structure",
|
|
4020
4675
|
"members": {
|
|
4021
4676
|
"end": {
|
|
@@ -4032,7 +4687,7 @@
|
|
|
4032
4687
|
}
|
|
4033
4688
|
}
|
|
4034
4689
|
},
|
|
4035
|
-
"
|
|
4690
|
+
"S6c": {
|
|
4036
4691
|
"type": "structure",
|
|
4037
4692
|
"members": {
|
|
4038
4693
|
"attributes": {
|
|
@@ -4072,7 +4727,7 @@
|
|
|
4072
4727
|
}
|
|
4073
4728
|
}
|
|
4074
4729
|
},
|
|
4075
|
-
"
|
|
4730
|
+
"S6n": {
|
|
4076
4731
|
"type": "structure",
|
|
4077
4732
|
"members": {
|
|
4078
4733
|
"encryptionType": {
|
|
@@ -4083,13 +4738,13 @@
|
|
|
4083
4738
|
}
|
|
4084
4739
|
}
|
|
4085
4740
|
},
|
|
4086
|
-
"
|
|
4741
|
+
"S6q": {
|
|
4087
4742
|
"type": "list",
|
|
4088
4743
|
"member": {
|
|
4089
4744
|
"shape": "S3a"
|
|
4090
4745
|
}
|
|
4091
4746
|
},
|
|
4092
|
-
"
|
|
4747
|
+
"S6z": {
|
|
4093
4748
|
"type": "structure",
|
|
4094
4749
|
"members": {
|
|
4095
4750
|
"publishClassificationFindings": {
|
|
@@ -4106,7 +4761,7 @@
|
|
|
4106
4761
|
"publishClassificationFindings"
|
|
4107
4762
|
]
|
|
4108
4763
|
},
|
|
4109
|
-
"
|
|
4764
|
+
"S7d": {
|
|
4110
4765
|
"type": "structure",
|
|
4111
4766
|
"members": {
|
|
4112
4767
|
"kmsKeyId": {
|
|
@@ -4120,7 +4775,33 @@
|
|
|
4120
4775
|
"status"
|
|
4121
4776
|
]
|
|
4122
4777
|
},
|
|
4123
|
-
"
|
|
4778
|
+
"S7u": {
|
|
4779
|
+
"type": "structure",
|
|
4780
|
+
"members": {
|
|
4781
|
+
"managedDataIdentifierIds": {
|
|
4782
|
+
"shape": "S5",
|
|
4783
|
+
"locationName": "managedDataIdentifierIds"
|
|
4784
|
+
}
|
|
4785
|
+
}
|
|
4786
|
+
},
|
|
4787
|
+
"S7v": {
|
|
4788
|
+
"type": "structure",
|
|
4789
|
+
"members": {
|
|
4790
|
+
"allowListIds": {
|
|
4791
|
+
"shape": "S5",
|
|
4792
|
+
"locationName": "allowListIds"
|
|
4793
|
+
},
|
|
4794
|
+
"customDataIdentifierIds": {
|
|
4795
|
+
"shape": "S5",
|
|
4796
|
+
"locationName": "customDataIdentifierIds"
|
|
4797
|
+
},
|
|
4798
|
+
"managedDataIdentifierIds": {
|
|
4799
|
+
"shape": "S5",
|
|
4800
|
+
"locationName": "managedDataIdentifierIds"
|
|
4801
|
+
}
|
|
4802
|
+
}
|
|
4803
|
+
},
|
|
4804
|
+
"S8o": {
|
|
4124
4805
|
"type": "list",
|
|
4125
4806
|
"member": {
|
|
4126
4807
|
"type": "structure",
|
|
@@ -4138,7 +4819,7 @@
|
|
|
4138
4819
|
}
|
|
4139
4820
|
}
|
|
4140
4821
|
},
|
|
4141
|
-
"
|
|
4822
|
+
"Sac": {
|
|
4142
4823
|
"type": "structure",
|
|
4143
4824
|
"members": {
|
|
4144
4825
|
"and": {
|