@pgarbe/cdk-ecr-sync 0.5.25 → 0.5.26

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.
Files changed (134) hide show
  1. package/.jsii +147 -4
  2. package/.projenrc.ts +1 -1
  3. package/CHANGELOG.md +1 -1
  4. package/lib/ecr-sync.d.ts +4 -22
  5. package/lib/ecr-sync.js +3 -10
  6. package/lib/image.d.ts +5 -8
  7. package/lib/image.js +1 -1
  8. package/node_modules/aws-sdk/CHANGELOG.md +69 -1
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +3 -1
  11. package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +11 -11
  12. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +677 -237
  13. package/node_modules/aws-sdk/apis/appflow-2020-08-23.paginators.json +7 -1
  14. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +171 -15
  15. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
  16. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +43 -30
  17. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +5 -1
  18. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +86 -25
  19. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.waiters2.json +14 -2
  20. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +167 -79
  21. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +408 -133
  22. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +12 -0
  23. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +122 -43
  24. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
  25. package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +149 -21
  26. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +125 -49
  27. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +136 -30
  28. package/node_modules/aws-sdk/apis/fis-2020-12-01.paginators.json +5 -0
  29. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +212 -6
  30. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
  31. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +4 -1
  32. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +352 -77
  33. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +114 -94
  34. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +80 -55
  35. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +0 -1
  36. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +148 -127
  37. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +79 -51
  38. package/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json +2 -1
  39. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +125 -49
  40. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +3 -0
  41. package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +135 -45
  42. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +152 -52
  43. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +131 -123
  44. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +15 -10
  45. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +47 -33
  46. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +11 -3
  47. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +44 -40
  48. package/node_modules/aws-sdk/clients/amplify.d.ts +7 -7
  49. package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -13
  50. package/node_modules/aws-sdk/clients/appconfigdata.d.ts +18 -18
  51. package/node_modules/aws-sdk/clients/appflow.d.ts +611 -3
  52. package/node_modules/aws-sdk/clients/apprunner.d.ts +179 -12
  53. package/node_modules/aws-sdk/clients/athena.d.ts +31 -8
  54. package/node_modules/aws-sdk/clients/auditmanager.d.ts +2 -2
  55. package/node_modules/aws-sdk/clients/cloudformation.d.ts +407 -264
  56. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +6 -5
  57. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +287 -287
  58. package/node_modules/aws-sdk/clients/comprehend.d.ts +138 -0
  59. package/node_modules/aws-sdk/clients/connect.d.ts +327 -10
  60. package/node_modules/aws-sdk/clients/costexplorer.d.ts +17 -17
  61. package/node_modules/aws-sdk/clients/dynamodb.d.ts +5 -5
  62. package/node_modules/aws-sdk/clients/ebs.d.ts +6 -6
  63. package/node_modules/aws-sdk/clients/ec2.d.ts +124 -10
  64. package/node_modules/aws-sdk/clients/efs.d.ts +131 -4
  65. package/node_modules/aws-sdk/clients/elasticache.d.ts +3 -3
  66. package/node_modules/aws-sdk/clients/emr.d.ts +14 -14
  67. package/node_modules/aws-sdk/clients/es.d.ts +97 -0
  68. package/node_modules/aws-sdk/clients/eventbridge.d.ts +8 -8
  69. package/node_modules/aws-sdk/clients/fis.d.ts +142 -22
  70. package/node_modules/aws-sdk/clients/frauddetector.d.ts +308 -0
  71. package/node_modules/aws-sdk/clients/fsx.d.ts +15 -11
  72. package/node_modules/aws-sdk/clients/glue.d.ts +7 -7
  73. package/node_modules/aws-sdk/clients/guardduty.d.ts +309 -44
  74. package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
  75. package/node_modules/aws-sdk/clients/kafka.d.ts +19 -1
  76. package/node_modules/aws-sdk/clients/kendra.d.ts +95 -59
  77. package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
  78. package/node_modules/aws-sdk/clients/marketplacemetering.d.ts +17 -12
  79. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +40 -6
  80. package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
  81. package/node_modules/aws-sdk/clients/opensearch.d.ts +97 -0
  82. package/node_modules/aws-sdk/clients/personalize.d.ts +7 -3
  83. package/node_modules/aws-sdk/clients/rbin.d.ts +41 -41
  84. package/node_modules/aws-sdk/clients/rds.d.ts +17 -17
  85. package/node_modules/aws-sdk/clients/robomaker.d.ts +30 -30
  86. package/node_modules/aws-sdk/clients/route53recoveryreadiness.d.ts +275 -230
  87. package/node_modules/aws-sdk/clients/s3control.d.ts +137 -10
  88. package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -7
  89. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +62 -48
  90. package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -0
  91. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
  92. package/node_modules/aws-sdk/clients/synthetics.d.ts +15 -5
  93. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +6 -0
  94. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +35 -28
  95. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +73 -66
  96. package/node_modules/aws-sdk/dist/aws-sdk.js +1048 -371
  97. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
  98. package/node_modules/aws-sdk/lib/core.js +1 -1
  99. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  100. package/node_modules/aws-sdk/lib/param_validator.js +2 -0
  101. package/node_modules/aws-sdk/package.json +2 -2
  102. package/node_modules/jmespath/jmespath.js +32 -27
  103. package/node_modules/jmespath/package.json +2 -7
  104. package/package.json +3 -3
  105. package/releasetag.txt +1 -1
  106. package/version.txt +1 -1
  107. package/node_modules/jmespath/.eslintrc +0 -10
  108. package/node_modules/jmespath/.npmignore +0 -1
  109. package/node_modules/jmespath/.travis.yml +0 -6
  110. package/node_modules/jmespath/BASELINE +0 -15
  111. package/node_modules/jmespath/Gruntfile.js +0 -36
  112. package/node_modules/jmespath/g.sh +0 -5
  113. package/node_modules/jmespath/index.html +0 -93
  114. package/node_modules/jmespath/james.html +0 -7
  115. package/node_modules/jmespath/l.js +0 -189
  116. package/node_modules/jmespath/perf.js +0 -33
  117. package/node_modules/jmespath/reservedWords.json +0 -4
  118. package/node_modules/jmespath/test/compliance/basic.json +0 -96
  119. package/node_modules/jmespath/test/compliance/boolean.json +0 -257
  120. package/node_modules/jmespath/test/compliance/current.json +0 -25
  121. package/node_modules/jmespath/test/compliance/escape.json +0 -46
  122. package/node_modules/jmespath/test/compliance/filters.json +0 -468
  123. package/node_modules/jmespath/test/compliance/functions.json +0 -825
  124. package/node_modules/jmespath/test/compliance/identifiers.json +0 -1377
  125. package/node_modules/jmespath/test/compliance/indices.json +0 -346
  126. package/node_modules/jmespath/test/compliance/literal.json +0 -190
  127. package/node_modules/jmespath/test/compliance/multiselect.json +0 -393
  128. package/node_modules/jmespath/test/compliance/pipe.json +0 -131
  129. package/node_modules/jmespath/test/compliance/slice.json +0 -187
  130. package/node_modules/jmespath/test/compliance/syntax.json +0 -616
  131. package/node_modules/jmespath/test/compliance/unicode.json +0 -38
  132. package/node_modules/jmespath/test/compliance/wildcard.json +0 -460
  133. package/node_modules/jmespath/test/compliance.js +0 -56
  134. package/node_modules/jmespath/test/jmespath.js +0 -217
@@ -186,7 +186,6 @@
186
186
  "Operation",
187
187
  "Report",
188
188
  "ClientRequestToken",
189
- "Manifest",
190
189
  "Priority",
191
190
  "RoleArn"
192
191
  ],
@@ -203,13 +202,13 @@
203
202
  "shape": "S19"
204
203
  },
205
204
  "Report": {
206
- "shape": "S2e"
205
+ "shape": "S2f"
207
206
  },
208
207
  "ClientRequestToken": {
209
208
  "idempotencyToken": true
210
209
  },
211
210
  "Manifest": {
212
- "shape": "S2i"
211
+ "shape": "S2j"
213
212
  },
214
213
  "Description": {},
215
214
  "Priority": {
@@ -218,6 +217,9 @@
218
217
  "RoleArn": {},
219
218
  "Tags": {
220
219
  "shape": "S1r"
220
+ },
221
+ "ManifestGenerator": {
222
+ "shape": "S2u"
221
223
  }
222
224
  }
223
225
  },
@@ -256,7 +258,7 @@
256
258
  "idempotencyToken": true
257
259
  },
258
260
  "Details": {
259
- "shape": "S2x"
261
+ "shape": "S3a"
260
262
  }
261
263
  }
262
264
  },
@@ -544,7 +546,7 @@
544
546
  "idempotencyToken": true
545
547
  },
546
548
  "Details": {
547
- "shape": "S3e"
549
+ "shape": "S3r"
548
550
  }
549
551
  }
550
552
  },
@@ -676,7 +678,7 @@
676
678
  "JobArn": {},
677
679
  "Status": {},
678
680
  "Manifest": {
679
- "shape": "S2i"
681
+ "shape": "S2j"
680
682
  },
681
683
  "Operation": {
682
684
  "shape": "S19"
@@ -685,7 +687,7 @@
685
687
  "type": "integer"
686
688
  },
687
689
  "ProgressSummary": {
688
- "shape": "S3q"
690
+ "shape": "S43"
689
691
  },
690
692
  "StatusUpdateReason": {},
691
693
  "FailureReasons": {
@@ -699,7 +701,7 @@
699
701
  }
700
702
  },
701
703
  "Report": {
702
- "shape": "S2e"
704
+ "shape": "S2f"
703
705
  },
704
706
  "CreationTime": {
705
707
  "type": "timestamp"
@@ -711,7 +713,19 @@
711
713
  "SuspendedDate": {
712
714
  "type": "timestamp"
713
715
  },
714
- "SuspendedCause": {}
716
+ "SuspendedCause": {},
717
+ "ManifestGenerator": {
718
+ "shape": "S2u"
719
+ },
720
+ "GeneratedManifestDescriptor": {
721
+ "type": "structure",
722
+ "members": {
723
+ "Format": {},
724
+ "Location": {
725
+ "shape": "S2o"
726
+ }
727
+ }
728
+ }
715
729
  }
716
730
  }
717
731
  }
@@ -758,13 +772,13 @@
758
772
  "type": "structure",
759
773
  "members": {
760
774
  "CreateMultiRegionAccessPointRequest": {
761
- "shape": "S2x"
775
+ "shape": "S3a"
762
776
  },
763
777
  "DeleteMultiRegionAccessPointRequest": {
764
- "shape": "S3e"
778
+ "shape": "S3r"
765
779
  },
766
780
  "PutMultiRegionAccessPointPolicyRequest": {
767
- "shape": "S49"
781
+ "shape": "S4p"
768
782
  }
769
783
  }
770
784
  },
@@ -1026,7 +1040,7 @@
1026
1040
  "type": "structure",
1027
1041
  "members": {
1028
1042
  "PolicyStatus": {
1029
- "shape": "S4y"
1043
+ "shape": "S5e"
1030
1044
  }
1031
1045
  }
1032
1046
  },
@@ -1061,7 +1075,7 @@
1061
1075
  "type": "structure",
1062
1076
  "members": {
1063
1077
  "PolicyStatus": {
1064
- "shape": "S4y"
1078
+ "shape": "S5e"
1065
1079
  }
1066
1080
  }
1067
1081
  },
@@ -1135,7 +1149,7 @@
1135
1149
  "type": "structure",
1136
1150
  "members": {
1137
1151
  "Rules": {
1138
- "shape": "S57"
1152
+ "shape": "S5n"
1139
1153
  }
1140
1154
  }
1141
1155
  },
@@ -1276,7 +1290,7 @@
1276
1290
  "type": "structure",
1277
1291
  "members": {
1278
1292
  "AccessPoint": {
1279
- "shape": "S5y"
1293
+ "shape": "S6e"
1280
1294
  }
1281
1295
  }
1282
1296
  },
@@ -1362,7 +1376,7 @@
1362
1376
  "type": "structure",
1363
1377
  "members": {
1364
1378
  "Established": {
1365
- "shape": "S4y"
1379
+ "shape": "S5e"
1366
1380
  }
1367
1381
  }
1368
1382
  },
@@ -1429,7 +1443,7 @@
1429
1443
  "type": "structure",
1430
1444
  "members": {
1431
1445
  "StorageLensConfiguration": {
1432
- "shape": "S6f"
1446
+ "shape": "S6v"
1433
1447
  }
1434
1448
  },
1435
1449
  "payload": "StorageLensConfiguration"
@@ -1465,7 +1479,7 @@
1465
1479
  "type": "structure",
1466
1480
  "members": {
1467
1481
  "Tags": {
1468
- "shape": "S79"
1482
+ "shape": "S7p"
1469
1483
  }
1470
1484
  }
1471
1485
  },
@@ -1643,7 +1657,7 @@
1643
1657
  "type": "timestamp"
1644
1658
  },
1645
1659
  "ProgressSummary": {
1646
- "shape": "S3q"
1660
+ "shape": "S43"
1647
1661
  }
1648
1662
  }
1649
1663
  }
@@ -1687,7 +1701,7 @@
1687
1701
  "AccessPoints": {
1688
1702
  "type": "list",
1689
1703
  "member": {
1690
- "shape": "S5y",
1704
+ "shape": "S6e",
1691
1705
  "locationName": "AccessPoint"
1692
1706
  }
1693
1707
  },
@@ -1946,7 +1960,7 @@
1946
1960
  "type": "structure",
1947
1961
  "members": {
1948
1962
  "Rules": {
1949
- "shape": "S57"
1963
+ "shape": "S5n"
1950
1964
  }
1951
1965
  }
1952
1966
  }
@@ -2106,7 +2120,7 @@
2106
2120
  "idempotencyToken": true
2107
2121
  },
2108
2122
  "Details": {
2109
- "shape": "S49"
2123
+ "shape": "S4p"
2110
2124
  }
2111
2125
  }
2112
2126
  },
@@ -2179,10 +2193,10 @@
2179
2193
  "locationName": "x-amz-account-id"
2180
2194
  },
2181
2195
  "StorageLensConfiguration": {
2182
- "shape": "S6f"
2196
+ "shape": "S6v"
2183
2197
  },
2184
2198
  "Tags": {
2185
- "shape": "S79"
2199
+ "shape": "S7p"
2186
2200
  }
2187
2201
  }
2188
2202
  },
@@ -2217,7 +2231,7 @@
2217
2231
  "locationName": "x-amz-account-id"
2218
2232
  },
2219
2233
  "Tags": {
2220
- "shape": "S79"
2234
+ "shape": "S7p"
2221
2235
  }
2222
2236
  }
2223
2237
  },
@@ -2559,6 +2573,10 @@
2559
2573
  }
2560
2574
  }
2561
2575
  }
2576
+ },
2577
+ "S3ReplicateObject": {
2578
+ "type": "structure",
2579
+ "members": {}
2562
2580
  }
2563
2581
  }
2564
2582
  },
@@ -2596,7 +2614,7 @@
2596
2614
  "Value": {}
2597
2615
  }
2598
2616
  },
2599
- "S2e": {
2617
+ "S2f": {
2600
2618
  "type": "structure",
2601
2619
  "required": [
2602
2620
  "Enabled"
@@ -2611,7 +2629,7 @@
2611
2629
  "ReportScope": {}
2612
2630
  }
2613
2631
  },
2614
- "S2i": {
2632
+ "S2j": {
2615
2633
  "type": "structure",
2616
2634
  "required": [
2617
2635
  "Spec",
@@ -2632,20 +2650,94 @@
2632
2650
  }
2633
2651
  },
2634
2652
  "Location": {
2653
+ "shape": "S2o"
2654
+ }
2655
+ }
2656
+ },
2657
+ "S2o": {
2658
+ "type": "structure",
2659
+ "required": [
2660
+ "ObjectArn",
2661
+ "ETag"
2662
+ ],
2663
+ "members": {
2664
+ "ObjectArn": {},
2665
+ "ObjectVersionId": {},
2666
+ "ETag": {}
2667
+ }
2668
+ },
2669
+ "S2u": {
2670
+ "type": "structure",
2671
+ "members": {
2672
+ "S3JobManifestGenerator": {
2635
2673
  "type": "structure",
2636
2674
  "required": [
2637
- "ObjectArn",
2638
- "ETag"
2675
+ "SourceBucket",
2676
+ "EnableManifestOutput"
2639
2677
  ],
2640
2678
  "members": {
2641
- "ObjectArn": {},
2642
- "ObjectVersionId": {},
2643
- "ETag": {}
2679
+ "ExpectedBucketOwner": {},
2680
+ "SourceBucket": {},
2681
+ "ManifestOutputLocation": {
2682
+ "type": "structure",
2683
+ "required": [
2684
+ "Bucket",
2685
+ "ManifestFormat"
2686
+ ],
2687
+ "members": {
2688
+ "ExpectedManifestBucketOwner": {},
2689
+ "Bucket": {},
2690
+ "ManifestPrefix": {},
2691
+ "ManifestEncryption": {
2692
+ "type": "structure",
2693
+ "members": {
2694
+ "SSES3": {
2695
+ "locationName": "SSE-S3",
2696
+ "type": "structure",
2697
+ "members": {}
2698
+ },
2699
+ "SSEKMS": {
2700
+ "locationName": "SSE-KMS",
2701
+ "type": "structure",
2702
+ "required": [
2703
+ "KeyId"
2704
+ ],
2705
+ "members": {
2706
+ "KeyId": {}
2707
+ }
2708
+ }
2709
+ }
2710
+ },
2711
+ "ManifestFormat": {}
2712
+ }
2713
+ },
2714
+ "Filter": {
2715
+ "type": "structure",
2716
+ "members": {
2717
+ "EligibleForReplication": {
2718
+ "type": "boolean"
2719
+ },
2720
+ "CreatedAfter": {
2721
+ "type": "timestamp"
2722
+ },
2723
+ "CreatedBefore": {
2724
+ "type": "timestamp"
2725
+ },
2726
+ "ObjectReplicationStatuses": {
2727
+ "type": "list",
2728
+ "member": {}
2729
+ }
2730
+ }
2731
+ },
2732
+ "EnableManifestOutput": {
2733
+ "type": "boolean"
2734
+ }
2644
2735
  }
2645
2736
  }
2646
- }
2737
+ },
2738
+ "union": true
2647
2739
  },
2648
- "S2x": {
2740
+ "S3a": {
2649
2741
  "type": "structure",
2650
2742
  "required": [
2651
2743
  "Name",
@@ -2671,7 +2763,7 @@
2671
2763
  }
2672
2764
  }
2673
2765
  },
2674
- "S3e": {
2766
+ "S3r": {
2675
2767
  "type": "structure",
2676
2768
  "required": [
2677
2769
  "Name"
@@ -2680,7 +2772,7 @@
2680
2772
  "Name": {}
2681
2773
  }
2682
2774
  },
2683
- "S3q": {
2775
+ "S43": {
2684
2776
  "type": "structure",
2685
2777
  "members": {
2686
2778
  "TotalNumberOfTasks": {
@@ -2691,10 +2783,18 @@
2691
2783
  },
2692
2784
  "NumberOfTasksFailed": {
2693
2785
  "type": "long"
2786
+ },
2787
+ "Timers": {
2788
+ "type": "structure",
2789
+ "members": {
2790
+ "ElapsedTimeInActiveSeconds": {
2791
+ "type": "long"
2792
+ }
2793
+ }
2694
2794
  }
2695
2795
  }
2696
2796
  },
2697
- "S49": {
2797
+ "S4p": {
2698
2798
  "type": "structure",
2699
2799
  "required": [
2700
2800
  "Name",
@@ -2705,7 +2805,7 @@
2705
2805
  "Policy": {}
2706
2806
  }
2707
2807
  },
2708
- "S4y": {
2808
+ "S5e": {
2709
2809
  "type": "structure",
2710
2810
  "members": {
2711
2811
  "IsPublic": {
@@ -2714,7 +2814,7 @@
2714
2814
  }
2715
2815
  }
2716
2816
  },
2717
- "S57": {
2817
+ "S5n": {
2718
2818
  "type": "list",
2719
2819
  "member": {
2720
2820
  "locationName": "Rule",
@@ -2805,7 +2905,7 @@
2805
2905
  }
2806
2906
  }
2807
2907
  },
2808
- "S5y": {
2908
+ "S6e": {
2809
2909
  "type": "structure",
2810
2910
  "members": {
2811
2911
  "Name": {},
@@ -2830,7 +2930,7 @@
2830
2930
  }
2831
2931
  }
2832
2932
  },
2833
- "S6f": {
2933
+ "S6v": {
2834
2934
  "type": "structure",
2835
2935
  "required": [
2836
2936
  "Id",
@@ -2846,13 +2946,13 @@
2846
2946
  ],
2847
2947
  "members": {
2848
2948
  "ActivityMetrics": {
2849
- "shape": "S6h"
2949
+ "shape": "S6x"
2850
2950
  },
2851
2951
  "BucketLevel": {
2852
2952
  "type": "structure",
2853
2953
  "members": {
2854
2954
  "ActivityMetrics": {
2855
- "shape": "S6h"
2955
+ "shape": "S6x"
2856
2956
  },
2857
2957
  "PrefixLevel": {
2858
2958
  "type": "structure",
@@ -2890,10 +2990,10 @@
2890
2990
  "type": "structure",
2891
2991
  "members": {
2892
2992
  "Buckets": {
2893
- "shape": "S6r"
2993
+ "shape": "S77"
2894
2994
  },
2895
2995
  "Regions": {
2896
- "shape": "S6s"
2996
+ "shape": "S78"
2897
2997
  }
2898
2998
  }
2899
2999
  },
@@ -2901,10 +3001,10 @@
2901
3001
  "type": "structure",
2902
3002
  "members": {
2903
3003
  "Buckets": {
2904
- "shape": "S6r"
3004
+ "shape": "S77"
2905
3005
  },
2906
3006
  "Regions": {
2907
- "shape": "S6s"
3007
+ "shape": "S78"
2908
3008
  }
2909
3009
  }
2910
3010
  },
@@ -2975,7 +3075,7 @@
2975
3075
  "StorageLensArn": {}
2976
3076
  }
2977
3077
  },
2978
- "S6h": {
3078
+ "S6x": {
2979
3079
  "type": "structure",
2980
3080
  "members": {
2981
3081
  "IsEnabled": {
@@ -2983,19 +3083,19 @@
2983
3083
  }
2984
3084
  }
2985
3085
  },
2986
- "S6r": {
3086
+ "S77": {
2987
3087
  "type": "list",
2988
3088
  "member": {
2989
3089
  "locationName": "Arn"
2990
3090
  }
2991
3091
  },
2992
- "S6s": {
3092
+ "S78": {
2993
3093
  "type": "list",
2994
3094
  "member": {
2995
3095
  "locationName": "Region"
2996
3096
  }
2997
3097
  },
2998
- "S79": {
3098
+ "S7p": {
2999
3099
  "type": "list",
3000
3100
  "member": {
3001
3101
  "locationName": "Tag",