cdk-docker-image-deployment 0.0.192 → 0.0.194
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 +5 -5
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/index.d.ts +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/codecommit.d.ts +36 -0
- package/node_modules/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +353 -107
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +70 -30
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +106 -90
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +26 -8
- package/node_modules/aws-sdk/clients/guardduty.d.ts +245 -6
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +67 -0
- package/node_modules/aws-sdk/clients/s3control.d.ts +34 -10
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +2 -2
- package/node_modules/aws-sdk/clients/securitylake.d.ts +57 -11
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +8 -8
|
@@ -107,7 +107,10 @@
|
|
|
107
107
|
"output": {
|
|
108
108
|
"type": "structure",
|
|
109
109
|
"members": {
|
|
110
|
-
"ObjectLambdaAccessPointArn": {}
|
|
110
|
+
"ObjectLambdaAccessPointArn": {},
|
|
111
|
+
"Alias": {
|
|
112
|
+
"shape": "St"
|
|
113
|
+
}
|
|
111
114
|
}
|
|
112
115
|
},
|
|
113
116
|
"endpoint": {
|
|
@@ -229,16 +232,16 @@
|
|
|
229
232
|
"type": "boolean"
|
|
230
233
|
},
|
|
231
234
|
"Operation": {
|
|
232
|
-
"shape": "
|
|
235
|
+
"shape": "S1c"
|
|
233
236
|
},
|
|
234
237
|
"Report": {
|
|
235
|
-
"shape": "
|
|
238
|
+
"shape": "S2j"
|
|
236
239
|
},
|
|
237
240
|
"ClientRequestToken": {
|
|
238
241
|
"idempotencyToken": true
|
|
239
242
|
},
|
|
240
243
|
"Manifest": {
|
|
241
|
-
"shape": "
|
|
244
|
+
"shape": "S2n"
|
|
242
245
|
},
|
|
243
246
|
"Description": {},
|
|
244
247
|
"Priority": {
|
|
@@ -246,10 +249,10 @@
|
|
|
246
249
|
},
|
|
247
250
|
"RoleArn": {},
|
|
248
251
|
"Tags": {
|
|
249
|
-
"shape": "
|
|
252
|
+
"shape": "S1u"
|
|
250
253
|
},
|
|
251
254
|
"ManifestGenerator": {
|
|
252
|
-
"shape": "
|
|
255
|
+
"shape": "S2y"
|
|
253
256
|
}
|
|
254
257
|
}
|
|
255
258
|
},
|
|
@@ -296,7 +299,7 @@
|
|
|
296
299
|
"idempotencyToken": true
|
|
297
300
|
},
|
|
298
301
|
"Details": {
|
|
299
|
-
"shape": "
|
|
302
|
+
"shape": "S3e"
|
|
300
303
|
}
|
|
301
304
|
}
|
|
302
305
|
},
|
|
@@ -720,7 +723,7 @@
|
|
|
720
723
|
"idempotencyToken": true
|
|
721
724
|
},
|
|
722
725
|
"Details": {
|
|
723
|
-
"shape": "
|
|
726
|
+
"shape": "S3w"
|
|
724
727
|
}
|
|
725
728
|
}
|
|
726
729
|
},
|
|
@@ -884,16 +887,16 @@
|
|
|
884
887
|
"JobArn": {},
|
|
885
888
|
"Status": {},
|
|
886
889
|
"Manifest": {
|
|
887
|
-
"shape": "
|
|
890
|
+
"shape": "S2n"
|
|
888
891
|
},
|
|
889
892
|
"Operation": {
|
|
890
|
-
"shape": "
|
|
893
|
+
"shape": "S1c"
|
|
891
894
|
},
|
|
892
895
|
"Priority": {
|
|
893
896
|
"type": "integer"
|
|
894
897
|
},
|
|
895
898
|
"ProgressSummary": {
|
|
896
|
-
"shape": "
|
|
899
|
+
"shape": "S48"
|
|
897
900
|
},
|
|
898
901
|
"StatusUpdateReason": {},
|
|
899
902
|
"FailureReasons": {
|
|
@@ -907,7 +910,7 @@
|
|
|
907
910
|
}
|
|
908
911
|
},
|
|
909
912
|
"Report": {
|
|
910
|
-
"shape": "
|
|
913
|
+
"shape": "S2j"
|
|
911
914
|
},
|
|
912
915
|
"CreationTime": {
|
|
913
916
|
"type": "timestamp"
|
|
@@ -921,14 +924,14 @@
|
|
|
921
924
|
},
|
|
922
925
|
"SuspendedCause": {},
|
|
923
926
|
"ManifestGenerator": {
|
|
924
|
-
"shape": "
|
|
927
|
+
"shape": "S2y"
|
|
925
928
|
},
|
|
926
929
|
"GeneratedManifestDescriptor": {
|
|
927
930
|
"type": "structure",
|
|
928
931
|
"members": {
|
|
929
932
|
"Format": {},
|
|
930
933
|
"Location": {
|
|
931
|
-
"shape": "
|
|
934
|
+
"shape": "S2s"
|
|
932
935
|
}
|
|
933
936
|
}
|
|
934
937
|
}
|
|
@@ -986,13 +989,13 @@
|
|
|
986
989
|
"type": "structure",
|
|
987
990
|
"members": {
|
|
988
991
|
"CreateMultiRegionAccessPointRequest": {
|
|
989
|
-
"shape": "
|
|
992
|
+
"shape": "S3e"
|
|
990
993
|
},
|
|
991
994
|
"DeleteMultiRegionAccessPointRequest": {
|
|
992
|
-
"shape": "
|
|
995
|
+
"shape": "S3w"
|
|
993
996
|
},
|
|
994
997
|
"PutMultiRegionAccessPointPolicyRequest": {
|
|
995
|
-
"shape": "
|
|
998
|
+
"shape": "S4u"
|
|
996
999
|
}
|
|
997
1000
|
}
|
|
998
1001
|
},
|
|
@@ -1182,6 +1185,9 @@
|
|
|
1182
1185
|
},
|
|
1183
1186
|
"CreationDate": {
|
|
1184
1187
|
"type": "timestamp"
|
|
1188
|
+
},
|
|
1189
|
+
"Alias": {
|
|
1190
|
+
"shape": "St"
|
|
1185
1191
|
}
|
|
1186
1192
|
}
|
|
1187
1193
|
},
|
|
@@ -1312,7 +1318,7 @@
|
|
|
1312
1318
|
"type": "structure",
|
|
1313
1319
|
"members": {
|
|
1314
1320
|
"PolicyStatus": {
|
|
1315
|
-
"shape": "
|
|
1321
|
+
"shape": "S5j"
|
|
1316
1322
|
}
|
|
1317
1323
|
}
|
|
1318
1324
|
},
|
|
@@ -1355,7 +1361,7 @@
|
|
|
1355
1361
|
"type": "structure",
|
|
1356
1362
|
"members": {
|
|
1357
1363
|
"PolicyStatus": {
|
|
1358
|
-
"shape": "
|
|
1364
|
+
"shape": "S5j"
|
|
1359
1365
|
}
|
|
1360
1366
|
}
|
|
1361
1367
|
},
|
|
@@ -1451,7 +1457,7 @@
|
|
|
1451
1457
|
"type": "structure",
|
|
1452
1458
|
"members": {
|
|
1453
1459
|
"Rules": {
|
|
1454
|
-
"shape": "
|
|
1460
|
+
"shape": "S5s"
|
|
1455
1461
|
}
|
|
1456
1462
|
}
|
|
1457
1463
|
},
|
|
@@ -1541,7 +1547,7 @@
|
|
|
1541
1547
|
"type": "structure",
|
|
1542
1548
|
"members": {
|
|
1543
1549
|
"ReplicationConfiguration": {
|
|
1544
|
-
"shape": "
|
|
1550
|
+
"shape": "S6i"
|
|
1545
1551
|
}
|
|
1546
1552
|
}
|
|
1547
1553
|
},
|
|
@@ -1590,7 +1596,7 @@
|
|
|
1590
1596
|
],
|
|
1591
1597
|
"members": {
|
|
1592
1598
|
"TagSet": {
|
|
1593
|
-
"shape": "
|
|
1599
|
+
"shape": "S1u"
|
|
1594
1600
|
}
|
|
1595
1601
|
}
|
|
1596
1602
|
},
|
|
@@ -1680,7 +1686,7 @@
|
|
|
1680
1686
|
"type": "structure",
|
|
1681
1687
|
"members": {
|
|
1682
1688
|
"Tags": {
|
|
1683
|
-
"shape": "
|
|
1689
|
+
"shape": "S1u"
|
|
1684
1690
|
}
|
|
1685
1691
|
}
|
|
1686
1692
|
},
|
|
@@ -1723,7 +1729,7 @@
|
|
|
1723
1729
|
"type": "structure",
|
|
1724
1730
|
"members": {
|
|
1725
1731
|
"AccessPoint": {
|
|
1726
|
-
"shape": "
|
|
1732
|
+
"shape": "S7m"
|
|
1727
1733
|
}
|
|
1728
1734
|
}
|
|
1729
1735
|
},
|
|
@@ -1825,7 +1831,7 @@
|
|
|
1825
1831
|
"type": "structure",
|
|
1826
1832
|
"members": {
|
|
1827
1833
|
"Established": {
|
|
1828
|
-
"shape": "
|
|
1834
|
+
"shape": "S5j"
|
|
1829
1835
|
}
|
|
1830
1836
|
}
|
|
1831
1837
|
},
|
|
@@ -1870,7 +1876,7 @@
|
|
|
1870
1876
|
"members": {
|
|
1871
1877
|
"Mrap": {},
|
|
1872
1878
|
"Routes": {
|
|
1873
|
-
"shape": "
|
|
1879
|
+
"shape": "S82"
|
|
1874
1880
|
}
|
|
1875
1881
|
}
|
|
1876
1882
|
},
|
|
@@ -1953,7 +1959,7 @@
|
|
|
1953
1959
|
"type": "structure",
|
|
1954
1960
|
"members": {
|
|
1955
1961
|
"StorageLensConfiguration": {
|
|
1956
|
-
"shape": "
|
|
1962
|
+
"shape": "S89"
|
|
1957
1963
|
}
|
|
1958
1964
|
},
|
|
1959
1965
|
"payload": "StorageLensConfiguration"
|
|
@@ -1997,7 +2003,7 @@
|
|
|
1997
2003
|
"type": "structure",
|
|
1998
2004
|
"members": {
|
|
1999
2005
|
"Tags": {
|
|
2000
|
-
"shape": "
|
|
2006
|
+
"shape": "S96"
|
|
2001
2007
|
}
|
|
2002
2008
|
}
|
|
2003
2009
|
},
|
|
@@ -2128,7 +2134,10 @@
|
|
|
2128
2134
|
],
|
|
2129
2135
|
"members": {
|
|
2130
2136
|
"Name": {},
|
|
2131
|
-
"ObjectLambdaAccessPointArn": {}
|
|
2137
|
+
"ObjectLambdaAccessPointArn": {},
|
|
2138
|
+
"Alias": {
|
|
2139
|
+
"shape": "St"
|
|
2140
|
+
}
|
|
2132
2141
|
}
|
|
2133
2142
|
}
|
|
2134
2143
|
},
|
|
@@ -2203,7 +2212,7 @@
|
|
|
2203
2212
|
"type": "timestamp"
|
|
2204
2213
|
},
|
|
2205
2214
|
"ProgressSummary": {
|
|
2206
|
-
"shape": "
|
|
2215
|
+
"shape": "S48"
|
|
2207
2216
|
}
|
|
2208
2217
|
}
|
|
2209
2218
|
}
|
|
@@ -2255,7 +2264,7 @@
|
|
|
2255
2264
|
"AccessPoints": {
|
|
2256
2265
|
"type": "list",
|
|
2257
2266
|
"member": {
|
|
2258
|
-
"shape": "
|
|
2267
|
+
"shape": "S7m",
|
|
2259
2268
|
"locationName": "AccessPoint"
|
|
2260
2269
|
}
|
|
2261
2270
|
},
|
|
@@ -2571,7 +2580,7 @@
|
|
|
2571
2580
|
"type": "structure",
|
|
2572
2581
|
"members": {
|
|
2573
2582
|
"Rules": {
|
|
2574
|
-
"shape": "
|
|
2583
|
+
"shape": "S5s"
|
|
2575
2584
|
}
|
|
2576
2585
|
}
|
|
2577
2586
|
}
|
|
@@ -2667,7 +2676,7 @@
|
|
|
2667
2676
|
"locationName": "name"
|
|
2668
2677
|
},
|
|
2669
2678
|
"ReplicationConfiguration": {
|
|
2670
|
-
"shape": "
|
|
2679
|
+
"shape": "S6i",
|
|
2671
2680
|
"locationName": "ReplicationConfiguration",
|
|
2672
2681
|
"xmlNamespace": {
|
|
2673
2682
|
"uri": "http://awss3control.amazonaws.com/doc/2018-08-20/"
|
|
@@ -2725,7 +2734,7 @@
|
|
|
2725
2734
|
],
|
|
2726
2735
|
"members": {
|
|
2727
2736
|
"TagSet": {
|
|
2728
|
-
"shape": "
|
|
2737
|
+
"shape": "S1u"
|
|
2729
2738
|
}
|
|
2730
2739
|
}
|
|
2731
2740
|
}
|
|
@@ -2830,7 +2839,7 @@
|
|
|
2830
2839
|
"locationName": "id"
|
|
2831
2840
|
},
|
|
2832
2841
|
"Tags": {
|
|
2833
|
-
"shape": "
|
|
2842
|
+
"shape": "S1u"
|
|
2834
2843
|
}
|
|
2835
2844
|
}
|
|
2836
2845
|
},
|
|
@@ -2875,7 +2884,7 @@
|
|
|
2875
2884
|
"idempotencyToken": true
|
|
2876
2885
|
},
|
|
2877
2886
|
"Details": {
|
|
2878
|
-
"shape": "
|
|
2887
|
+
"shape": "S4u"
|
|
2879
2888
|
}
|
|
2880
2889
|
}
|
|
2881
2890
|
},
|
|
@@ -2964,10 +2973,10 @@
|
|
|
2964
2973
|
"locationName": "x-amz-account-id"
|
|
2965
2974
|
},
|
|
2966
2975
|
"StorageLensConfiguration": {
|
|
2967
|
-
"shape": "
|
|
2976
|
+
"shape": "S89"
|
|
2968
2977
|
},
|
|
2969
2978
|
"Tags": {
|
|
2970
|
-
"shape": "
|
|
2979
|
+
"shape": "S96"
|
|
2971
2980
|
}
|
|
2972
2981
|
}
|
|
2973
2982
|
},
|
|
@@ -3010,7 +3019,7 @@
|
|
|
3010
3019
|
"locationName": "x-amz-account-id"
|
|
3011
3020
|
},
|
|
3012
3021
|
"Tags": {
|
|
3013
|
-
"shape": "
|
|
3022
|
+
"shape": "S96"
|
|
3014
3023
|
}
|
|
3015
3024
|
}
|
|
3016
3025
|
},
|
|
@@ -3057,7 +3066,7 @@
|
|
|
3057
3066
|
"locationName": "mrap"
|
|
3058
3067
|
},
|
|
3059
3068
|
"RouteUpdates": {
|
|
3060
|
-
"shape": "
|
|
3069
|
+
"shape": "S82"
|
|
3061
3070
|
}
|
|
3062
3071
|
}
|
|
3063
3072
|
},
|
|
@@ -3265,7 +3274,14 @@
|
|
|
3265
3274
|
}
|
|
3266
3275
|
}
|
|
3267
3276
|
},
|
|
3268
|
-
"
|
|
3277
|
+
"St": {
|
|
3278
|
+
"type": "structure",
|
|
3279
|
+
"members": {
|
|
3280
|
+
"Value": {},
|
|
3281
|
+
"Status": {}
|
|
3282
|
+
}
|
|
3283
|
+
},
|
|
3284
|
+
"S1c": {
|
|
3269
3285
|
"type": "structure",
|
|
3270
3286
|
"members": {
|
|
3271
3287
|
"LambdaInvoke": {
|
|
@@ -3280,7 +3296,7 @@
|
|
|
3280
3296
|
"TargetResource": {},
|
|
3281
3297
|
"CannedAccessControlList": {},
|
|
3282
3298
|
"AccessControlGrants": {
|
|
3283
|
-
"shape": "
|
|
3299
|
+
"shape": "S1h"
|
|
3284
3300
|
},
|
|
3285
3301
|
"MetadataDirective": {},
|
|
3286
3302
|
"ModifiedSinceConstraint": {
|
|
@@ -3313,7 +3329,7 @@
|
|
|
3313
3329
|
}
|
|
3314
3330
|
},
|
|
3315
3331
|
"NewObjectTagging": {
|
|
3316
|
-
"shape": "
|
|
3332
|
+
"shape": "S1u"
|
|
3317
3333
|
},
|
|
3318
3334
|
"RedirectLocation": {},
|
|
3319
3335
|
"RequesterPays": {
|
|
@@ -3356,7 +3372,7 @@
|
|
|
3356
3372
|
}
|
|
3357
3373
|
},
|
|
3358
3374
|
"Grants": {
|
|
3359
|
-
"shape": "
|
|
3375
|
+
"shape": "S1h"
|
|
3360
3376
|
}
|
|
3361
3377
|
}
|
|
3362
3378
|
},
|
|
@@ -3369,7 +3385,7 @@
|
|
|
3369
3385
|
"type": "structure",
|
|
3370
3386
|
"members": {
|
|
3371
3387
|
"TagSet": {
|
|
3372
|
-
"shape": "
|
|
3388
|
+
"shape": "S1u"
|
|
3373
3389
|
}
|
|
3374
3390
|
}
|
|
3375
3391
|
},
|
|
@@ -3429,7 +3445,7 @@
|
|
|
3429
3445
|
}
|
|
3430
3446
|
}
|
|
3431
3447
|
},
|
|
3432
|
-
"
|
|
3448
|
+
"S1h": {
|
|
3433
3449
|
"type": "list",
|
|
3434
3450
|
"member": {
|
|
3435
3451
|
"type": "structure",
|
|
@@ -3446,13 +3462,13 @@
|
|
|
3446
3462
|
}
|
|
3447
3463
|
}
|
|
3448
3464
|
},
|
|
3449
|
-
"
|
|
3465
|
+
"S1u": {
|
|
3450
3466
|
"type": "list",
|
|
3451
3467
|
"member": {
|
|
3452
|
-
"shape": "
|
|
3468
|
+
"shape": "S1v"
|
|
3453
3469
|
}
|
|
3454
3470
|
},
|
|
3455
|
-
"
|
|
3471
|
+
"S1v": {
|
|
3456
3472
|
"type": "structure",
|
|
3457
3473
|
"required": [
|
|
3458
3474
|
"Key",
|
|
@@ -3463,7 +3479,7 @@
|
|
|
3463
3479
|
"Value": {}
|
|
3464
3480
|
}
|
|
3465
3481
|
},
|
|
3466
|
-
"
|
|
3482
|
+
"S2j": {
|
|
3467
3483
|
"type": "structure",
|
|
3468
3484
|
"required": [
|
|
3469
3485
|
"Enabled"
|
|
@@ -3478,7 +3494,7 @@
|
|
|
3478
3494
|
"ReportScope": {}
|
|
3479
3495
|
}
|
|
3480
3496
|
},
|
|
3481
|
-
"
|
|
3497
|
+
"S2n": {
|
|
3482
3498
|
"type": "structure",
|
|
3483
3499
|
"required": [
|
|
3484
3500
|
"Spec",
|
|
@@ -3499,11 +3515,11 @@
|
|
|
3499
3515
|
}
|
|
3500
3516
|
},
|
|
3501
3517
|
"Location": {
|
|
3502
|
-
"shape": "
|
|
3518
|
+
"shape": "S2s"
|
|
3503
3519
|
}
|
|
3504
3520
|
}
|
|
3505
3521
|
},
|
|
3506
|
-
"
|
|
3522
|
+
"S2s": {
|
|
3507
3523
|
"type": "structure",
|
|
3508
3524
|
"required": [
|
|
3509
3525
|
"ObjectArn",
|
|
@@ -3515,7 +3531,7 @@
|
|
|
3515
3531
|
"ETag": {}
|
|
3516
3532
|
}
|
|
3517
3533
|
},
|
|
3518
|
-
"
|
|
3534
|
+
"S2y": {
|
|
3519
3535
|
"type": "structure",
|
|
3520
3536
|
"members": {
|
|
3521
3537
|
"S3JobManifestGenerator": {
|
|
@@ -3586,7 +3602,7 @@
|
|
|
3586
3602
|
},
|
|
3587
3603
|
"union": true
|
|
3588
3604
|
},
|
|
3589
|
-
"
|
|
3605
|
+
"S3e": {
|
|
3590
3606
|
"type": "structure",
|
|
3591
3607
|
"required": [
|
|
3592
3608
|
"Name",
|
|
@@ -3613,7 +3629,7 @@
|
|
|
3613
3629
|
}
|
|
3614
3630
|
}
|
|
3615
3631
|
},
|
|
3616
|
-
"
|
|
3632
|
+
"S3w": {
|
|
3617
3633
|
"type": "structure",
|
|
3618
3634
|
"required": [
|
|
3619
3635
|
"Name"
|
|
@@ -3622,7 +3638,7 @@
|
|
|
3622
3638
|
"Name": {}
|
|
3623
3639
|
}
|
|
3624
3640
|
},
|
|
3625
|
-
"
|
|
3641
|
+
"S48": {
|
|
3626
3642
|
"type": "structure",
|
|
3627
3643
|
"members": {
|
|
3628
3644
|
"TotalNumberOfTasks": {
|
|
@@ -3644,7 +3660,7 @@
|
|
|
3644
3660
|
}
|
|
3645
3661
|
}
|
|
3646
3662
|
},
|
|
3647
|
-
"
|
|
3663
|
+
"S4u": {
|
|
3648
3664
|
"type": "structure",
|
|
3649
3665
|
"required": [
|
|
3650
3666
|
"Name",
|
|
@@ -3655,7 +3671,7 @@
|
|
|
3655
3671
|
"Policy": {}
|
|
3656
3672
|
}
|
|
3657
3673
|
},
|
|
3658
|
-
"
|
|
3674
|
+
"S5j": {
|
|
3659
3675
|
"type": "structure",
|
|
3660
3676
|
"members": {
|
|
3661
3677
|
"IsPublic": {
|
|
@@ -3664,7 +3680,7 @@
|
|
|
3664
3680
|
}
|
|
3665
3681
|
}
|
|
3666
3682
|
},
|
|
3667
|
-
"
|
|
3683
|
+
"S5s": {
|
|
3668
3684
|
"type": "list",
|
|
3669
3685
|
"member": {
|
|
3670
3686
|
"locationName": "Rule",
|
|
@@ -3693,14 +3709,14 @@
|
|
|
3693
3709
|
"members": {
|
|
3694
3710
|
"Prefix": {},
|
|
3695
3711
|
"Tag": {
|
|
3696
|
-
"shape": "
|
|
3712
|
+
"shape": "S1v"
|
|
3697
3713
|
},
|
|
3698
3714
|
"And": {
|
|
3699
3715
|
"type": "structure",
|
|
3700
3716
|
"members": {
|
|
3701
3717
|
"Prefix": {},
|
|
3702
3718
|
"Tags": {
|
|
3703
|
-
"shape": "
|
|
3719
|
+
"shape": "S1u"
|
|
3704
3720
|
},
|
|
3705
3721
|
"ObjectSizeGreaterThan": {
|
|
3706
3722
|
"type": "long"
|
|
@@ -3770,7 +3786,7 @@
|
|
|
3770
3786
|
}
|
|
3771
3787
|
}
|
|
3772
3788
|
},
|
|
3773
|
-
"
|
|
3789
|
+
"S6i": {
|
|
3774
3790
|
"type": "structure",
|
|
3775
3791
|
"required": [
|
|
3776
3792
|
"Role",
|
|
@@ -3802,14 +3818,14 @@
|
|
|
3802
3818
|
"members": {
|
|
3803
3819
|
"Prefix": {},
|
|
3804
3820
|
"Tag": {
|
|
3805
|
-
"shape": "
|
|
3821
|
+
"shape": "S1v"
|
|
3806
3822
|
},
|
|
3807
3823
|
"And": {
|
|
3808
3824
|
"type": "structure",
|
|
3809
3825
|
"members": {
|
|
3810
3826
|
"Prefix": {},
|
|
3811
3827
|
"Tags": {
|
|
3812
|
-
"shape": "
|
|
3828
|
+
"shape": "S1u"
|
|
3813
3829
|
}
|
|
3814
3830
|
}
|
|
3815
3831
|
}
|
|
@@ -3865,7 +3881,7 @@
|
|
|
3865
3881
|
"members": {
|
|
3866
3882
|
"Status": {},
|
|
3867
3883
|
"Time": {
|
|
3868
|
-
"shape": "
|
|
3884
|
+
"shape": "S71"
|
|
3869
3885
|
}
|
|
3870
3886
|
}
|
|
3871
3887
|
},
|
|
@@ -3892,7 +3908,7 @@
|
|
|
3892
3908
|
"members": {
|
|
3893
3909
|
"Status": {},
|
|
3894
3910
|
"EventThreshold": {
|
|
3895
|
-
"shape": "
|
|
3911
|
+
"shape": "S71"
|
|
3896
3912
|
}
|
|
3897
3913
|
}
|
|
3898
3914
|
},
|
|
@@ -3914,7 +3930,7 @@
|
|
|
3914
3930
|
}
|
|
3915
3931
|
}
|
|
3916
3932
|
},
|
|
3917
|
-
"
|
|
3933
|
+
"S71": {
|
|
3918
3934
|
"type": "structure",
|
|
3919
3935
|
"members": {
|
|
3920
3936
|
"Minutes": {
|
|
@@ -3922,7 +3938,7 @@
|
|
|
3922
3938
|
}
|
|
3923
3939
|
}
|
|
3924
3940
|
},
|
|
3925
|
-
"
|
|
3941
|
+
"S7m": {
|
|
3926
3942
|
"type": "structure",
|
|
3927
3943
|
"members": {
|
|
3928
3944
|
"Name": {},
|
|
@@ -3948,7 +3964,7 @@
|
|
|
3948
3964
|
}
|
|
3949
3965
|
}
|
|
3950
3966
|
},
|
|
3951
|
-
"
|
|
3967
|
+
"S82": {
|
|
3952
3968
|
"type": "list",
|
|
3953
3969
|
"member": {
|
|
3954
3970
|
"locationName": "Route",
|
|
@@ -3965,7 +3981,7 @@
|
|
|
3965
3981
|
}
|
|
3966
3982
|
}
|
|
3967
3983
|
},
|
|
3968
|
-
"
|
|
3984
|
+
"S89": {
|
|
3969
3985
|
"type": "structure",
|
|
3970
3986
|
"required": [
|
|
3971
3987
|
"Id",
|
|
@@ -3981,13 +3997,13 @@
|
|
|
3981
3997
|
],
|
|
3982
3998
|
"members": {
|
|
3983
3999
|
"ActivityMetrics": {
|
|
3984
|
-
"shape": "
|
|
4000
|
+
"shape": "S8b"
|
|
3985
4001
|
},
|
|
3986
4002
|
"BucketLevel": {
|
|
3987
4003
|
"type": "structure",
|
|
3988
4004
|
"members": {
|
|
3989
4005
|
"ActivityMetrics": {
|
|
3990
|
-
"shape": "
|
|
4006
|
+
"shape": "S8b"
|
|
3991
4007
|
},
|
|
3992
4008
|
"PrefixLevel": {
|
|
3993
4009
|
"type": "structure",
|
|
@@ -4018,24 +4034,24 @@
|
|
|
4018
4034
|
}
|
|
4019
4035
|
},
|
|
4020
4036
|
"AdvancedCostOptimizationMetrics": {
|
|
4021
|
-
"shape": "
|
|
4037
|
+
"shape": "S8k"
|
|
4022
4038
|
},
|
|
4023
4039
|
"AdvancedDataProtectionMetrics": {
|
|
4024
|
-
"shape": "
|
|
4040
|
+
"shape": "S8l"
|
|
4025
4041
|
},
|
|
4026
4042
|
"DetailedStatusCodesMetrics": {
|
|
4027
|
-
"shape": "
|
|
4043
|
+
"shape": "S8m"
|
|
4028
4044
|
}
|
|
4029
4045
|
}
|
|
4030
4046
|
},
|
|
4031
4047
|
"AdvancedCostOptimizationMetrics": {
|
|
4032
|
-
"shape": "
|
|
4048
|
+
"shape": "S8k"
|
|
4033
4049
|
},
|
|
4034
4050
|
"AdvancedDataProtectionMetrics": {
|
|
4035
|
-
"shape": "
|
|
4051
|
+
"shape": "S8l"
|
|
4036
4052
|
},
|
|
4037
4053
|
"DetailedStatusCodesMetrics": {
|
|
4038
|
-
"shape": "
|
|
4054
|
+
"shape": "S8m"
|
|
4039
4055
|
}
|
|
4040
4056
|
}
|
|
4041
4057
|
},
|
|
@@ -4043,10 +4059,10 @@
|
|
|
4043
4059
|
"type": "structure",
|
|
4044
4060
|
"members": {
|
|
4045
4061
|
"Buckets": {
|
|
4046
|
-
"shape": "
|
|
4062
|
+
"shape": "S8o"
|
|
4047
4063
|
},
|
|
4048
4064
|
"Regions": {
|
|
4049
|
-
"shape": "
|
|
4065
|
+
"shape": "S8p"
|
|
4050
4066
|
}
|
|
4051
4067
|
}
|
|
4052
4068
|
},
|
|
@@ -4054,10 +4070,10 @@
|
|
|
4054
4070
|
"type": "structure",
|
|
4055
4071
|
"members": {
|
|
4056
4072
|
"Buckets": {
|
|
4057
|
-
"shape": "
|
|
4073
|
+
"shape": "S8o"
|
|
4058
4074
|
},
|
|
4059
4075
|
"Regions": {
|
|
4060
|
-
"shape": "
|
|
4076
|
+
"shape": "S8p"
|
|
4061
4077
|
}
|
|
4062
4078
|
}
|
|
4063
4079
|
},
|
|
@@ -4128,7 +4144,7 @@
|
|
|
4128
4144
|
"StorageLensArn": {}
|
|
4129
4145
|
}
|
|
4130
4146
|
},
|
|
4131
|
-
"
|
|
4147
|
+
"S8b": {
|
|
4132
4148
|
"type": "structure",
|
|
4133
4149
|
"members": {
|
|
4134
4150
|
"IsEnabled": {
|
|
@@ -4136,7 +4152,7 @@
|
|
|
4136
4152
|
}
|
|
4137
4153
|
}
|
|
4138
4154
|
},
|
|
4139
|
-
"
|
|
4155
|
+
"S8k": {
|
|
4140
4156
|
"type": "structure",
|
|
4141
4157
|
"members": {
|
|
4142
4158
|
"IsEnabled": {
|
|
@@ -4144,7 +4160,7 @@
|
|
|
4144
4160
|
}
|
|
4145
4161
|
}
|
|
4146
4162
|
},
|
|
4147
|
-
"
|
|
4163
|
+
"S8l": {
|
|
4148
4164
|
"type": "structure",
|
|
4149
4165
|
"members": {
|
|
4150
4166
|
"IsEnabled": {
|
|
@@ -4152,7 +4168,7 @@
|
|
|
4152
4168
|
}
|
|
4153
4169
|
}
|
|
4154
4170
|
},
|
|
4155
|
-
"
|
|
4171
|
+
"S8m": {
|
|
4156
4172
|
"type": "structure",
|
|
4157
4173
|
"members": {
|
|
4158
4174
|
"IsEnabled": {
|
|
@@ -4160,19 +4176,19 @@
|
|
|
4160
4176
|
}
|
|
4161
4177
|
}
|
|
4162
4178
|
},
|
|
4163
|
-
"
|
|
4179
|
+
"S8o": {
|
|
4164
4180
|
"type": "list",
|
|
4165
4181
|
"member": {
|
|
4166
4182
|
"locationName": "Arn"
|
|
4167
4183
|
}
|
|
4168
4184
|
},
|
|
4169
|
-
"
|
|
4185
|
+
"S8p": {
|
|
4170
4186
|
"type": "list",
|
|
4171
4187
|
"member": {
|
|
4172
4188
|
"locationName": "Region"
|
|
4173
4189
|
}
|
|
4174
4190
|
},
|
|
4175
|
-
"
|
|
4191
|
+
"S96": {
|
|
4176
4192
|
"type": "list",
|
|
4177
4193
|
"member": {
|
|
4178
4194
|
"locationName": "Tag",
|