cdk-docker-image-deployment 0.0.190 → 0.0.192
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 +4 -4
- 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/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/api-gateway-authorizer.d.ts +1 -0
- package/node_modules/aws-sdk/CHANGELOG.md +14 -1
- package/node_modules/aws-sdk/README.md +14 -1
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +64 -10
- package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.min.json +56 -12
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +42 -24
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +8 -1
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +18 -0
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +335 -49
- package/node_modules/aws-sdk/apis/tnb-2008-10-21.min.json +21 -3
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +1 -2
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +61 -21
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +80 -3
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +16 -0
- package/node_modules/aws-sdk/clients/directconnect.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +8 -0
- package/node_modules/aws-sdk/clients/iam.d.ts +14 -14
- package/node_modules/aws-sdk/clients/keyspaces.d.ts +40 -21
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +3 -0
- package/node_modules/aws-sdk/clients/s3control.d.ts +298 -36
- package/node_modules/aws-sdk/clients/tnb.d.ts +31 -7
- package/node_modules/aws-sdk/clients/wisdom.d.ts +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +8 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +16 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +74 -16
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +92 -92
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/maintenance_mode_message.js +7 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -576,6 +576,44 @@
|
|
|
576
576
|
}
|
|
577
577
|
}
|
|
578
578
|
},
|
|
579
|
+
"DeleteBucketReplication": {
|
|
580
|
+
"http": {
|
|
581
|
+
"method": "DELETE",
|
|
582
|
+
"requestUri": "/v20180820/bucket/{name}/replication"
|
|
583
|
+
},
|
|
584
|
+
"input": {
|
|
585
|
+
"type": "structure",
|
|
586
|
+
"required": [
|
|
587
|
+
"AccountId",
|
|
588
|
+
"Bucket"
|
|
589
|
+
],
|
|
590
|
+
"members": {
|
|
591
|
+
"AccountId": {
|
|
592
|
+
"contextParam": {
|
|
593
|
+
"name": "AccountId"
|
|
594
|
+
},
|
|
595
|
+
"hostLabel": true,
|
|
596
|
+
"location": "header",
|
|
597
|
+
"locationName": "x-amz-account-id"
|
|
598
|
+
},
|
|
599
|
+
"Bucket": {
|
|
600
|
+
"contextParam": {
|
|
601
|
+
"name": "Bucket"
|
|
602
|
+
},
|
|
603
|
+
"location": "uri",
|
|
604
|
+
"locationName": "name"
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
"endpoint": {
|
|
609
|
+
"hostPrefix": "{AccountId}."
|
|
610
|
+
},
|
|
611
|
+
"staticContextParams": {
|
|
612
|
+
"RequiresAccountId": {
|
|
613
|
+
"value": true
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
},
|
|
579
617
|
"DeleteBucketTagging": {
|
|
580
618
|
"http": {
|
|
581
619
|
"method": "DELETE",
|
|
@@ -682,7 +720,7 @@
|
|
|
682
720
|
"idempotencyToken": true
|
|
683
721
|
},
|
|
684
722
|
"Details": {
|
|
685
|
-
"shape": "
|
|
723
|
+
"shape": "S3t"
|
|
686
724
|
}
|
|
687
725
|
}
|
|
688
726
|
},
|
|
@@ -855,7 +893,7 @@
|
|
|
855
893
|
"type": "integer"
|
|
856
894
|
},
|
|
857
895
|
"ProgressSummary": {
|
|
858
|
-
"shape": "
|
|
896
|
+
"shape": "S45"
|
|
859
897
|
},
|
|
860
898
|
"StatusUpdateReason": {},
|
|
861
899
|
"FailureReasons": {
|
|
@@ -951,10 +989,10 @@
|
|
|
951
989
|
"shape": "S3b"
|
|
952
990
|
},
|
|
953
991
|
"DeleteMultiRegionAccessPointRequest": {
|
|
954
|
-
"shape": "
|
|
992
|
+
"shape": "S3t"
|
|
955
993
|
},
|
|
956
994
|
"PutMultiRegionAccessPointPolicyRequest": {
|
|
957
|
-
"shape": "
|
|
995
|
+
"shape": "S4r"
|
|
958
996
|
}
|
|
959
997
|
}
|
|
960
998
|
},
|
|
@@ -1274,7 +1312,7 @@
|
|
|
1274
1312
|
"type": "structure",
|
|
1275
1313
|
"members": {
|
|
1276
1314
|
"PolicyStatus": {
|
|
1277
|
-
"shape": "
|
|
1315
|
+
"shape": "S5g"
|
|
1278
1316
|
}
|
|
1279
1317
|
}
|
|
1280
1318
|
},
|
|
@@ -1317,7 +1355,7 @@
|
|
|
1317
1355
|
"type": "structure",
|
|
1318
1356
|
"members": {
|
|
1319
1357
|
"PolicyStatus": {
|
|
1320
|
-
"shape": "
|
|
1358
|
+
"shape": "S5g"
|
|
1321
1359
|
}
|
|
1322
1360
|
}
|
|
1323
1361
|
},
|
|
@@ -1413,7 +1451,7 @@
|
|
|
1413
1451
|
"type": "structure",
|
|
1414
1452
|
"members": {
|
|
1415
1453
|
"Rules": {
|
|
1416
|
-
"shape": "
|
|
1454
|
+
"shape": "S5p"
|
|
1417
1455
|
}
|
|
1418
1456
|
}
|
|
1419
1457
|
},
|
|
@@ -1470,6 +1508,52 @@
|
|
|
1470
1508
|
}
|
|
1471
1509
|
}
|
|
1472
1510
|
},
|
|
1511
|
+
"GetBucketReplication": {
|
|
1512
|
+
"http": {
|
|
1513
|
+
"method": "GET",
|
|
1514
|
+
"requestUri": "/v20180820/bucket/{name}/replication"
|
|
1515
|
+
},
|
|
1516
|
+
"input": {
|
|
1517
|
+
"type": "structure",
|
|
1518
|
+
"required": [
|
|
1519
|
+
"AccountId",
|
|
1520
|
+
"Bucket"
|
|
1521
|
+
],
|
|
1522
|
+
"members": {
|
|
1523
|
+
"AccountId": {
|
|
1524
|
+
"contextParam": {
|
|
1525
|
+
"name": "AccountId"
|
|
1526
|
+
},
|
|
1527
|
+
"hostLabel": true,
|
|
1528
|
+
"location": "header",
|
|
1529
|
+
"locationName": "x-amz-account-id"
|
|
1530
|
+
},
|
|
1531
|
+
"Bucket": {
|
|
1532
|
+
"contextParam": {
|
|
1533
|
+
"name": "Bucket"
|
|
1534
|
+
},
|
|
1535
|
+
"location": "uri",
|
|
1536
|
+
"locationName": "name"
|
|
1537
|
+
}
|
|
1538
|
+
}
|
|
1539
|
+
},
|
|
1540
|
+
"output": {
|
|
1541
|
+
"type": "structure",
|
|
1542
|
+
"members": {
|
|
1543
|
+
"ReplicationConfiguration": {
|
|
1544
|
+
"shape": "S6f"
|
|
1545
|
+
}
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
"endpoint": {
|
|
1549
|
+
"hostPrefix": "{AccountId}."
|
|
1550
|
+
},
|
|
1551
|
+
"staticContextParams": {
|
|
1552
|
+
"RequiresAccountId": {
|
|
1553
|
+
"value": true
|
|
1554
|
+
}
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1473
1557
|
"GetBucketTagging": {
|
|
1474
1558
|
"http": {
|
|
1475
1559
|
"method": "GET",
|
|
@@ -1639,7 +1723,7 @@
|
|
|
1639
1723
|
"type": "structure",
|
|
1640
1724
|
"members": {
|
|
1641
1725
|
"AccessPoint": {
|
|
1642
|
-
"shape": "
|
|
1726
|
+
"shape": "S7j"
|
|
1643
1727
|
}
|
|
1644
1728
|
}
|
|
1645
1729
|
},
|
|
@@ -1741,7 +1825,7 @@
|
|
|
1741
1825
|
"type": "structure",
|
|
1742
1826
|
"members": {
|
|
1743
1827
|
"Established": {
|
|
1744
|
-
"shape": "
|
|
1828
|
+
"shape": "S5g"
|
|
1745
1829
|
}
|
|
1746
1830
|
}
|
|
1747
1831
|
},
|
|
@@ -1786,7 +1870,7 @@
|
|
|
1786
1870
|
"members": {
|
|
1787
1871
|
"Mrap": {},
|
|
1788
1872
|
"Routes": {
|
|
1789
|
-
"shape": "
|
|
1873
|
+
"shape": "S7z"
|
|
1790
1874
|
}
|
|
1791
1875
|
}
|
|
1792
1876
|
},
|
|
@@ -1869,7 +1953,7 @@
|
|
|
1869
1953
|
"type": "structure",
|
|
1870
1954
|
"members": {
|
|
1871
1955
|
"StorageLensConfiguration": {
|
|
1872
|
-
"shape": "
|
|
1956
|
+
"shape": "S86"
|
|
1873
1957
|
}
|
|
1874
1958
|
},
|
|
1875
1959
|
"payload": "StorageLensConfiguration"
|
|
@@ -1913,7 +1997,7 @@
|
|
|
1913
1997
|
"type": "structure",
|
|
1914
1998
|
"members": {
|
|
1915
1999
|
"Tags": {
|
|
1916
|
-
"shape": "
|
|
2000
|
+
"shape": "S93"
|
|
1917
2001
|
}
|
|
1918
2002
|
}
|
|
1919
2003
|
},
|
|
@@ -2119,7 +2203,7 @@
|
|
|
2119
2203
|
"type": "timestamp"
|
|
2120
2204
|
},
|
|
2121
2205
|
"ProgressSummary": {
|
|
2122
|
-
"shape": "
|
|
2206
|
+
"shape": "S45"
|
|
2123
2207
|
}
|
|
2124
2208
|
}
|
|
2125
2209
|
}
|
|
@@ -2171,7 +2255,7 @@
|
|
|
2171
2255
|
"AccessPoints": {
|
|
2172
2256
|
"type": "list",
|
|
2173
2257
|
"member": {
|
|
2174
|
-
"shape": "
|
|
2258
|
+
"shape": "S7j",
|
|
2175
2259
|
"locationName": "AccessPoint"
|
|
2176
2260
|
}
|
|
2177
2261
|
},
|
|
@@ -2487,7 +2571,7 @@
|
|
|
2487
2571
|
"type": "structure",
|
|
2488
2572
|
"members": {
|
|
2489
2573
|
"Rules": {
|
|
2490
|
-
"shape": "
|
|
2574
|
+
"shape": "S5p"
|
|
2491
2575
|
}
|
|
2492
2576
|
}
|
|
2493
2577
|
}
|
|
@@ -2554,6 +2638,54 @@
|
|
|
2554
2638
|
}
|
|
2555
2639
|
}
|
|
2556
2640
|
},
|
|
2641
|
+
"PutBucketReplication": {
|
|
2642
|
+
"http": {
|
|
2643
|
+
"method": "PUT",
|
|
2644
|
+
"requestUri": "/v20180820/bucket/{name}/replication"
|
|
2645
|
+
},
|
|
2646
|
+
"input": {
|
|
2647
|
+
"type": "structure",
|
|
2648
|
+
"required": [
|
|
2649
|
+
"AccountId",
|
|
2650
|
+
"Bucket",
|
|
2651
|
+
"ReplicationConfiguration"
|
|
2652
|
+
],
|
|
2653
|
+
"members": {
|
|
2654
|
+
"AccountId": {
|
|
2655
|
+
"contextParam": {
|
|
2656
|
+
"name": "AccountId"
|
|
2657
|
+
},
|
|
2658
|
+
"hostLabel": true,
|
|
2659
|
+
"location": "header",
|
|
2660
|
+
"locationName": "x-amz-account-id"
|
|
2661
|
+
},
|
|
2662
|
+
"Bucket": {
|
|
2663
|
+
"contextParam": {
|
|
2664
|
+
"name": "Bucket"
|
|
2665
|
+
},
|
|
2666
|
+
"location": "uri",
|
|
2667
|
+
"locationName": "name"
|
|
2668
|
+
},
|
|
2669
|
+
"ReplicationConfiguration": {
|
|
2670
|
+
"shape": "S6f",
|
|
2671
|
+
"locationName": "ReplicationConfiguration",
|
|
2672
|
+
"xmlNamespace": {
|
|
2673
|
+
"uri": "http://awss3control.amazonaws.com/doc/2018-08-20/"
|
|
2674
|
+
}
|
|
2675
|
+
}
|
|
2676
|
+
},
|
|
2677
|
+
"payload": "ReplicationConfiguration"
|
|
2678
|
+
},
|
|
2679
|
+
"endpoint": {
|
|
2680
|
+
"hostPrefix": "{AccountId}."
|
|
2681
|
+
},
|
|
2682
|
+
"httpChecksumRequired": true,
|
|
2683
|
+
"staticContextParams": {
|
|
2684
|
+
"RequiresAccountId": {
|
|
2685
|
+
"value": true
|
|
2686
|
+
}
|
|
2687
|
+
}
|
|
2688
|
+
},
|
|
2557
2689
|
"PutBucketTagging": {
|
|
2558
2690
|
"http": {
|
|
2559
2691
|
"method": "PUT",
|
|
@@ -2743,7 +2875,7 @@
|
|
|
2743
2875
|
"idempotencyToken": true
|
|
2744
2876
|
},
|
|
2745
2877
|
"Details": {
|
|
2746
|
-
"shape": "
|
|
2878
|
+
"shape": "S4r"
|
|
2747
2879
|
}
|
|
2748
2880
|
}
|
|
2749
2881
|
},
|
|
@@ -2832,10 +2964,10 @@
|
|
|
2832
2964
|
"locationName": "x-amz-account-id"
|
|
2833
2965
|
},
|
|
2834
2966
|
"StorageLensConfiguration": {
|
|
2835
|
-
"shape": "
|
|
2967
|
+
"shape": "S86"
|
|
2836
2968
|
},
|
|
2837
2969
|
"Tags": {
|
|
2838
|
-
"shape": "
|
|
2970
|
+
"shape": "S93"
|
|
2839
2971
|
}
|
|
2840
2972
|
}
|
|
2841
2973
|
},
|
|
@@ -2878,7 +3010,7 @@
|
|
|
2878
3010
|
"locationName": "x-amz-account-id"
|
|
2879
3011
|
},
|
|
2880
3012
|
"Tags": {
|
|
2881
|
-
"shape": "
|
|
3013
|
+
"shape": "S93"
|
|
2882
3014
|
}
|
|
2883
3015
|
}
|
|
2884
3016
|
},
|
|
@@ -2925,7 +3057,7 @@
|
|
|
2925
3057
|
"locationName": "mrap"
|
|
2926
3058
|
},
|
|
2927
3059
|
"RouteUpdates": {
|
|
2928
|
-
"shape": "
|
|
3060
|
+
"shape": "S7z"
|
|
2929
3061
|
}
|
|
2930
3062
|
}
|
|
2931
3063
|
},
|
|
@@ -3474,13 +3606,14 @@
|
|
|
3474
3606
|
"Bucket"
|
|
3475
3607
|
],
|
|
3476
3608
|
"members": {
|
|
3477
|
-
"Bucket": {}
|
|
3609
|
+
"Bucket": {},
|
|
3610
|
+
"BucketAccountId": {}
|
|
3478
3611
|
}
|
|
3479
3612
|
}
|
|
3480
3613
|
}
|
|
3481
3614
|
}
|
|
3482
3615
|
},
|
|
3483
|
-
"
|
|
3616
|
+
"S3t": {
|
|
3484
3617
|
"type": "structure",
|
|
3485
3618
|
"required": [
|
|
3486
3619
|
"Name"
|
|
@@ -3489,7 +3622,7 @@
|
|
|
3489
3622
|
"Name": {}
|
|
3490
3623
|
}
|
|
3491
3624
|
},
|
|
3492
|
-
"
|
|
3625
|
+
"S45": {
|
|
3493
3626
|
"type": "structure",
|
|
3494
3627
|
"members": {
|
|
3495
3628
|
"TotalNumberOfTasks": {
|
|
@@ -3511,7 +3644,7 @@
|
|
|
3511
3644
|
}
|
|
3512
3645
|
}
|
|
3513
3646
|
},
|
|
3514
|
-
"
|
|
3647
|
+
"S4r": {
|
|
3515
3648
|
"type": "structure",
|
|
3516
3649
|
"required": [
|
|
3517
3650
|
"Name",
|
|
@@ -3522,7 +3655,7 @@
|
|
|
3522
3655
|
"Policy": {}
|
|
3523
3656
|
}
|
|
3524
3657
|
},
|
|
3525
|
-
"
|
|
3658
|
+
"S5g": {
|
|
3526
3659
|
"type": "structure",
|
|
3527
3660
|
"members": {
|
|
3528
3661
|
"IsPublic": {
|
|
@@ -3531,7 +3664,7 @@
|
|
|
3531
3664
|
}
|
|
3532
3665
|
}
|
|
3533
3666
|
},
|
|
3534
|
-
"
|
|
3667
|
+
"S5p": {
|
|
3535
3668
|
"type": "list",
|
|
3536
3669
|
"member": {
|
|
3537
3670
|
"locationName": "Rule",
|
|
@@ -3637,7 +3770,159 @@
|
|
|
3637
3770
|
}
|
|
3638
3771
|
}
|
|
3639
3772
|
},
|
|
3640
|
-
"
|
|
3773
|
+
"S6f": {
|
|
3774
|
+
"type": "structure",
|
|
3775
|
+
"required": [
|
|
3776
|
+
"Role",
|
|
3777
|
+
"Rules"
|
|
3778
|
+
],
|
|
3779
|
+
"members": {
|
|
3780
|
+
"Role": {},
|
|
3781
|
+
"Rules": {
|
|
3782
|
+
"type": "list",
|
|
3783
|
+
"member": {
|
|
3784
|
+
"locationName": "Rule",
|
|
3785
|
+
"type": "structure",
|
|
3786
|
+
"required": [
|
|
3787
|
+
"Status",
|
|
3788
|
+
"Destination",
|
|
3789
|
+
"Bucket"
|
|
3790
|
+
],
|
|
3791
|
+
"members": {
|
|
3792
|
+
"ID": {},
|
|
3793
|
+
"Priority": {
|
|
3794
|
+
"type": "integer"
|
|
3795
|
+
},
|
|
3796
|
+
"Prefix": {
|
|
3797
|
+
"deprecated": true,
|
|
3798
|
+
"deprecatedMessage": "Prefix has been deprecated"
|
|
3799
|
+
},
|
|
3800
|
+
"Filter": {
|
|
3801
|
+
"type": "structure",
|
|
3802
|
+
"members": {
|
|
3803
|
+
"Prefix": {},
|
|
3804
|
+
"Tag": {
|
|
3805
|
+
"shape": "S1s"
|
|
3806
|
+
},
|
|
3807
|
+
"And": {
|
|
3808
|
+
"type": "structure",
|
|
3809
|
+
"members": {
|
|
3810
|
+
"Prefix": {},
|
|
3811
|
+
"Tags": {
|
|
3812
|
+
"shape": "S1r"
|
|
3813
|
+
}
|
|
3814
|
+
}
|
|
3815
|
+
}
|
|
3816
|
+
}
|
|
3817
|
+
},
|
|
3818
|
+
"Status": {},
|
|
3819
|
+
"SourceSelectionCriteria": {
|
|
3820
|
+
"type": "structure",
|
|
3821
|
+
"members": {
|
|
3822
|
+
"SseKmsEncryptedObjects": {
|
|
3823
|
+
"type": "structure",
|
|
3824
|
+
"required": [
|
|
3825
|
+
"Status"
|
|
3826
|
+
],
|
|
3827
|
+
"members": {
|
|
3828
|
+
"Status": {}
|
|
3829
|
+
}
|
|
3830
|
+
},
|
|
3831
|
+
"ReplicaModifications": {
|
|
3832
|
+
"type": "structure",
|
|
3833
|
+
"required": [
|
|
3834
|
+
"Status"
|
|
3835
|
+
],
|
|
3836
|
+
"members": {
|
|
3837
|
+
"Status": {}
|
|
3838
|
+
}
|
|
3839
|
+
}
|
|
3840
|
+
}
|
|
3841
|
+
},
|
|
3842
|
+
"ExistingObjectReplication": {
|
|
3843
|
+
"type": "structure",
|
|
3844
|
+
"required": [
|
|
3845
|
+
"Status"
|
|
3846
|
+
],
|
|
3847
|
+
"members": {
|
|
3848
|
+
"Status": {}
|
|
3849
|
+
}
|
|
3850
|
+
},
|
|
3851
|
+
"Destination": {
|
|
3852
|
+
"type": "structure",
|
|
3853
|
+
"required": [
|
|
3854
|
+
"Bucket"
|
|
3855
|
+
],
|
|
3856
|
+
"members": {
|
|
3857
|
+
"Account": {},
|
|
3858
|
+
"Bucket": {},
|
|
3859
|
+
"ReplicationTime": {
|
|
3860
|
+
"type": "structure",
|
|
3861
|
+
"required": [
|
|
3862
|
+
"Status",
|
|
3863
|
+
"Time"
|
|
3864
|
+
],
|
|
3865
|
+
"members": {
|
|
3866
|
+
"Status": {},
|
|
3867
|
+
"Time": {
|
|
3868
|
+
"shape": "S6y"
|
|
3869
|
+
}
|
|
3870
|
+
}
|
|
3871
|
+
},
|
|
3872
|
+
"AccessControlTranslation": {
|
|
3873
|
+
"type": "structure",
|
|
3874
|
+
"required": [
|
|
3875
|
+
"Owner"
|
|
3876
|
+
],
|
|
3877
|
+
"members": {
|
|
3878
|
+
"Owner": {}
|
|
3879
|
+
}
|
|
3880
|
+
},
|
|
3881
|
+
"EncryptionConfiguration": {
|
|
3882
|
+
"type": "structure",
|
|
3883
|
+
"members": {
|
|
3884
|
+
"ReplicaKmsKeyID": {}
|
|
3885
|
+
}
|
|
3886
|
+
},
|
|
3887
|
+
"Metrics": {
|
|
3888
|
+
"type": "structure",
|
|
3889
|
+
"required": [
|
|
3890
|
+
"Status"
|
|
3891
|
+
],
|
|
3892
|
+
"members": {
|
|
3893
|
+
"Status": {},
|
|
3894
|
+
"EventThreshold": {
|
|
3895
|
+
"shape": "S6y"
|
|
3896
|
+
}
|
|
3897
|
+
}
|
|
3898
|
+
},
|
|
3899
|
+
"StorageClass": {}
|
|
3900
|
+
}
|
|
3901
|
+
},
|
|
3902
|
+
"DeleteMarkerReplication": {
|
|
3903
|
+
"type": "structure",
|
|
3904
|
+
"required": [
|
|
3905
|
+
"Status"
|
|
3906
|
+
],
|
|
3907
|
+
"members": {
|
|
3908
|
+
"Status": {}
|
|
3909
|
+
}
|
|
3910
|
+
},
|
|
3911
|
+
"Bucket": {}
|
|
3912
|
+
}
|
|
3913
|
+
}
|
|
3914
|
+
}
|
|
3915
|
+
}
|
|
3916
|
+
},
|
|
3917
|
+
"S6y": {
|
|
3918
|
+
"type": "structure",
|
|
3919
|
+
"members": {
|
|
3920
|
+
"Minutes": {
|
|
3921
|
+
"type": "integer"
|
|
3922
|
+
}
|
|
3923
|
+
}
|
|
3924
|
+
},
|
|
3925
|
+
"S7j": {
|
|
3641
3926
|
"type": "structure",
|
|
3642
3927
|
"members": {
|
|
3643
3928
|
"Name": {},
|
|
@@ -3656,13 +3941,14 @@
|
|
|
3656
3941
|
"type": "structure",
|
|
3657
3942
|
"members": {
|
|
3658
3943
|
"Bucket": {},
|
|
3659
|
-
"Region": {}
|
|
3944
|
+
"Region": {},
|
|
3945
|
+
"BucketAccountId": {}
|
|
3660
3946
|
}
|
|
3661
3947
|
}
|
|
3662
3948
|
}
|
|
3663
3949
|
}
|
|
3664
3950
|
},
|
|
3665
|
-
"
|
|
3951
|
+
"S7z": {
|
|
3666
3952
|
"type": "list",
|
|
3667
3953
|
"member": {
|
|
3668
3954
|
"locationName": "Route",
|
|
@@ -3679,7 +3965,7 @@
|
|
|
3679
3965
|
}
|
|
3680
3966
|
}
|
|
3681
3967
|
},
|
|
3682
|
-
"
|
|
3968
|
+
"S86": {
|
|
3683
3969
|
"type": "structure",
|
|
3684
3970
|
"required": [
|
|
3685
3971
|
"Id",
|
|
@@ -3695,13 +3981,13 @@
|
|
|
3695
3981
|
],
|
|
3696
3982
|
"members": {
|
|
3697
3983
|
"ActivityMetrics": {
|
|
3698
|
-
"shape": "
|
|
3984
|
+
"shape": "S88"
|
|
3699
3985
|
},
|
|
3700
3986
|
"BucketLevel": {
|
|
3701
3987
|
"type": "structure",
|
|
3702
3988
|
"members": {
|
|
3703
3989
|
"ActivityMetrics": {
|
|
3704
|
-
"shape": "
|
|
3990
|
+
"shape": "S88"
|
|
3705
3991
|
},
|
|
3706
3992
|
"PrefixLevel": {
|
|
3707
3993
|
"type": "structure",
|
|
@@ -3732,24 +4018,24 @@
|
|
|
3732
4018
|
}
|
|
3733
4019
|
},
|
|
3734
4020
|
"AdvancedCostOptimizationMetrics": {
|
|
3735
|
-
"shape": "
|
|
4021
|
+
"shape": "S8h"
|
|
3736
4022
|
},
|
|
3737
4023
|
"AdvancedDataProtectionMetrics": {
|
|
3738
|
-
"shape": "
|
|
4024
|
+
"shape": "S8i"
|
|
3739
4025
|
},
|
|
3740
4026
|
"DetailedStatusCodesMetrics": {
|
|
3741
|
-
"shape": "
|
|
4027
|
+
"shape": "S8j"
|
|
3742
4028
|
}
|
|
3743
4029
|
}
|
|
3744
4030
|
},
|
|
3745
4031
|
"AdvancedCostOptimizationMetrics": {
|
|
3746
|
-
"shape": "
|
|
4032
|
+
"shape": "S8h"
|
|
3747
4033
|
},
|
|
3748
4034
|
"AdvancedDataProtectionMetrics": {
|
|
3749
|
-
"shape": "
|
|
4035
|
+
"shape": "S8i"
|
|
3750
4036
|
},
|
|
3751
4037
|
"DetailedStatusCodesMetrics": {
|
|
3752
|
-
"shape": "
|
|
4038
|
+
"shape": "S8j"
|
|
3753
4039
|
}
|
|
3754
4040
|
}
|
|
3755
4041
|
},
|
|
@@ -3757,10 +4043,10 @@
|
|
|
3757
4043
|
"type": "structure",
|
|
3758
4044
|
"members": {
|
|
3759
4045
|
"Buckets": {
|
|
3760
|
-
"shape": "
|
|
4046
|
+
"shape": "S8l"
|
|
3761
4047
|
},
|
|
3762
4048
|
"Regions": {
|
|
3763
|
-
"shape": "
|
|
4049
|
+
"shape": "S8m"
|
|
3764
4050
|
}
|
|
3765
4051
|
}
|
|
3766
4052
|
},
|
|
@@ -3768,10 +4054,10 @@
|
|
|
3768
4054
|
"type": "structure",
|
|
3769
4055
|
"members": {
|
|
3770
4056
|
"Buckets": {
|
|
3771
|
-
"shape": "
|
|
4057
|
+
"shape": "S8l"
|
|
3772
4058
|
},
|
|
3773
4059
|
"Regions": {
|
|
3774
|
-
"shape": "
|
|
4060
|
+
"shape": "S8m"
|
|
3775
4061
|
}
|
|
3776
4062
|
}
|
|
3777
4063
|
},
|
|
@@ -3842,7 +4128,7 @@
|
|
|
3842
4128
|
"StorageLensArn": {}
|
|
3843
4129
|
}
|
|
3844
4130
|
},
|
|
3845
|
-
"
|
|
4131
|
+
"S88": {
|
|
3846
4132
|
"type": "structure",
|
|
3847
4133
|
"members": {
|
|
3848
4134
|
"IsEnabled": {
|
|
@@ -3850,7 +4136,7 @@
|
|
|
3850
4136
|
}
|
|
3851
4137
|
}
|
|
3852
4138
|
},
|
|
3853
|
-
"
|
|
4139
|
+
"S8h": {
|
|
3854
4140
|
"type": "structure",
|
|
3855
4141
|
"members": {
|
|
3856
4142
|
"IsEnabled": {
|
|
@@ -3858,7 +4144,7 @@
|
|
|
3858
4144
|
}
|
|
3859
4145
|
}
|
|
3860
4146
|
},
|
|
3861
|
-
"
|
|
4147
|
+
"S8i": {
|
|
3862
4148
|
"type": "structure",
|
|
3863
4149
|
"members": {
|
|
3864
4150
|
"IsEnabled": {
|
|
@@ -3866,7 +4152,7 @@
|
|
|
3866
4152
|
}
|
|
3867
4153
|
}
|
|
3868
4154
|
},
|
|
3869
|
-
"
|
|
4155
|
+
"S8j": {
|
|
3870
4156
|
"type": "structure",
|
|
3871
4157
|
"members": {
|
|
3872
4158
|
"IsEnabled": {
|
|
@@ -3874,19 +4160,19 @@
|
|
|
3874
4160
|
}
|
|
3875
4161
|
}
|
|
3876
4162
|
},
|
|
3877
|
-
"
|
|
4163
|
+
"S8l": {
|
|
3878
4164
|
"type": "list",
|
|
3879
4165
|
"member": {
|
|
3880
4166
|
"locationName": "Arn"
|
|
3881
4167
|
}
|
|
3882
4168
|
},
|
|
3883
|
-
"
|
|
4169
|
+
"S8m": {
|
|
3884
4170
|
"type": "list",
|
|
3885
4171
|
"member": {
|
|
3886
4172
|
"locationName": "Region"
|
|
3887
4173
|
}
|
|
3888
4174
|
},
|
|
3889
|
-
"
|
|
4175
|
+
"S93": {
|
|
3890
4176
|
"type": "list",
|
|
3891
4177
|
"member": {
|
|
3892
4178
|
"locationName": "Tag",
|