@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
@@ -207,7 +207,7 @@
207
207
  },
208
208
  "ConnectionAlias": {},
209
209
  "ConnectionStatus": {
210
- "shape": "S2q"
210
+ "shape": "S2t"
211
211
  },
212
212
  "CrossClusterSearchConnectionId": {}
213
213
  }
@@ -229,7 +229,7 @@
229
229
  "PackageType": {},
230
230
  "PackageDescription": {},
231
231
  "PackageSource": {
232
- "shape": "S2u"
232
+ "shape": "S2x"
233
233
  }
234
234
  }
235
235
  },
@@ -237,7 +237,7 @@
237
237
  "type": "structure",
238
238
  "members": {
239
239
  "PackageDetails": {
240
- "shape": "S2y"
240
+ "shape": "S31"
241
241
  }
242
242
  }
243
243
  }
@@ -321,7 +321,7 @@
321
321
  "type": "structure",
322
322
  "members": {
323
323
  "CrossClusterSearchConnection": {
324
- "shape": "S37"
324
+ "shape": "S3a"
325
325
  }
326
326
  }
327
327
  }
@@ -347,7 +347,7 @@
347
347
  "type": "structure",
348
348
  "members": {
349
349
  "PackageDetails": {
350
- "shape": "S2y"
350
+ "shape": "S31"
351
351
  }
352
352
  }
353
353
  }
@@ -405,6 +405,66 @@
405
405
  }
406
406
  }
407
407
  },
408
+ "DescribeDomainChangeProgress": {
409
+ "http": {
410
+ "method": "GET",
411
+ "requestUri": "/2015-01-01/es/domain/{DomainName}/progress"
412
+ },
413
+ "input": {
414
+ "type": "structure",
415
+ "required": [
416
+ "DomainName"
417
+ ],
418
+ "members": {
419
+ "DomainName": {
420
+ "location": "uri",
421
+ "locationName": "DomainName"
422
+ },
423
+ "ChangeId": {
424
+ "location": "querystring",
425
+ "locationName": "changeid"
426
+ }
427
+ }
428
+ },
429
+ "output": {
430
+ "type": "structure",
431
+ "members": {
432
+ "ChangeProgressStatus": {
433
+ "type": "structure",
434
+ "members": {
435
+ "ChangeId": {},
436
+ "StartTime": {
437
+ "type": "timestamp"
438
+ },
439
+ "Status": {},
440
+ "PendingProperties": {
441
+ "shape": "S1f"
442
+ },
443
+ "CompletedProperties": {
444
+ "shape": "S1f"
445
+ },
446
+ "TotalNumberOfStages": {
447
+ "type": "integer"
448
+ },
449
+ "ChangeProgressStages": {
450
+ "type": "list",
451
+ "member": {
452
+ "type": "structure",
453
+ "members": {
454
+ "Name": {},
455
+ "Status": {},
456
+ "Description": {},
457
+ "LastUpdated": {
458
+ "type": "timestamp"
459
+ }
460
+ }
461
+ }
462
+ }
463
+ }
464
+ }
465
+ }
466
+ }
467
+ },
408
468
  "DescribeElasticsearchDomain": {
409
469
  "http": {
410
470
  "method": "GET",
@@ -458,7 +518,7 @@
458
518
  ],
459
519
  "members": {
460
520
  "DomainConfig": {
461
- "shape": "S3r"
521
+ "shape": "S45"
462
522
  }
463
523
  }
464
524
  }
@@ -543,7 +603,7 @@
543
603
  "members": {
544
604
  "LimitName": {},
545
605
  "LimitValues": {
546
- "shape": "S4t"
606
+ "shape": "S56"
547
607
  }
548
608
  }
549
609
  }
@@ -574,7 +634,7 @@
574
634
  "members": {
575
635
  "LimitName": {},
576
636
  "LimitValues": {
577
- "shape": "S4t"
637
+ "shape": "S56"
578
638
  }
579
639
  }
580
640
  }
@@ -593,7 +653,7 @@
593
653
  "type": "structure",
594
654
  "members": {
595
655
  "Filters": {
596
- "shape": "S52"
656
+ "shape": "S5f"
597
657
  },
598
658
  "MaxResults": {
599
659
  "type": "integer"
@@ -622,7 +682,7 @@
622
682
  "type": "structure",
623
683
  "members": {
624
684
  "Filters": {
625
- "shape": "S52"
685
+ "shape": "S5f"
626
686
  },
627
687
  "MaxResults": {
628
688
  "type": "integer"
@@ -636,7 +696,7 @@
636
696
  "CrossClusterSearchConnections": {
637
697
  "type": "list",
638
698
  "member": {
639
- "shape": "S37"
699
+ "shape": "S3a"
640
700
  }
641
701
  },
642
702
  "NextToken": {}
@@ -675,7 +735,7 @@
675
735
  "PackageDetailsList": {
676
736
  "type": "list",
677
737
  "member": {
678
- "shape": "S2y"
738
+ "shape": "S31"
679
739
  }
680
740
  },
681
741
  "NextToken": {}
@@ -728,7 +788,7 @@
728
788
  "CurrencyCode": {},
729
789
  "PaymentOption": {},
730
790
  "RecurringCharges": {
731
- "shape": "S5r"
791
+ "shape": "S63"
732
792
  }
733
793
  }
734
794
  }
@@ -791,7 +851,7 @@
791
851
  "State": {},
792
852
  "PaymentOption": {},
793
853
  "RecurringCharges": {
794
- "shape": "S5r"
854
+ "shape": "S63"
795
855
  }
796
856
  }
797
857
  }
@@ -853,7 +913,7 @@
853
913
  "members": {
854
914
  "SourceVersion": {},
855
915
  "TargetVersions": {
856
- "shape": "S64"
916
+ "shape": "S6g"
857
917
  }
858
918
  }
859
919
  }
@@ -1057,7 +1117,7 @@
1057
1117
  "type": "structure",
1058
1118
  "members": {
1059
1119
  "DomainPackageDetailsList": {
1060
- "shape": "S6v"
1120
+ "shape": "S77"
1061
1121
  },
1062
1122
  "NextToken": {}
1063
1123
  }
@@ -1127,7 +1187,7 @@
1127
1187
  "type": "structure",
1128
1188
  "members": {
1129
1189
  "ElasticsearchVersions": {
1130
- "shape": "S64"
1190
+ "shape": "S6g"
1131
1191
  },
1132
1192
  "NextToken": {}
1133
1193
  }
@@ -1163,7 +1223,7 @@
1163
1223
  "type": "structure",
1164
1224
  "members": {
1165
1225
  "DomainPackageDetailsList": {
1166
- "shape": "S6v"
1226
+ "shape": "S77"
1167
1227
  },
1168
1228
  "NextToken": {}
1169
1229
  }
@@ -1336,7 +1396,7 @@
1336
1396
  "shape": "S1k"
1337
1397
  },
1338
1398
  "AutoTuneOptions": {
1339
- "shape": "S4a"
1399
+ "shape": "S4n"
1340
1400
  },
1341
1401
  "DryRun": {
1342
1402
  "type": "boolean"
@@ -1350,7 +1410,7 @@
1350
1410
  ],
1351
1411
  "members": {
1352
1412
  "DomainConfig": {
1353
- "shape": "S3r"
1413
+ "shape": "S45"
1354
1414
  },
1355
1415
  "DryRunResults": {
1356
1416
  "type": "structure",
@@ -1375,7 +1435,7 @@
1375
1435
  "members": {
1376
1436
  "PackageID": {},
1377
1437
  "PackageSource": {
1378
- "shape": "S2u"
1438
+ "shape": "S2x"
1379
1439
  },
1380
1440
  "PackageDescription": {},
1381
1441
  "CommitMessage": {}
@@ -1385,7 +1445,7 @@
1385
1445
  "type": "structure",
1386
1446
  "members": {
1387
1447
  "PackageDetails": {
1388
- "shape": "S2y"
1448
+ "shape": "S31"
1389
1449
  }
1390
1450
  }
1391
1451
  }
@@ -1415,6 +1475,9 @@
1415
1475
  "TargetVersion": {},
1416
1476
  "PerformCheckOnly": {
1417
1477
  "type": "boolean"
1478
+ },
1479
+ "ChangeProgressDetails": {
1480
+ "shape": "S2n"
1418
1481
  }
1419
1482
  }
1420
1483
  }
@@ -1811,6 +1874,9 @@
1811
1874
  "State": {},
1812
1875
  "ErrorMessage": {}
1813
1876
  }
1877
+ },
1878
+ "ChangeProgressDetails": {
1879
+ "shape": "S2n"
1814
1880
  }
1815
1881
  }
1816
1882
  },
@@ -1862,21 +1928,28 @@
1862
1928
  }
1863
1929
  }
1864
1930
  },
1865
- "S2q": {
1931
+ "S2n": {
1932
+ "type": "structure",
1933
+ "members": {
1934
+ "ChangeId": {},
1935
+ "Message": {}
1936
+ }
1937
+ },
1938
+ "S2t": {
1866
1939
  "type": "structure",
1867
1940
  "members": {
1868
1941
  "StatusCode": {},
1869
1942
  "Message": {}
1870
1943
  }
1871
1944
  },
1872
- "S2u": {
1945
+ "S2x": {
1873
1946
  "type": "structure",
1874
1947
  "members": {
1875
1948
  "S3BucketName": {},
1876
1949
  "S3Key": {}
1877
1950
  }
1878
1951
  },
1879
- "S2y": {
1952
+ "S31": {
1880
1953
  "type": "structure",
1881
1954
  "members": {
1882
1955
  "PackageID": {},
@@ -1896,7 +1969,7 @@
1896
1969
  }
1897
1970
  }
1898
1971
  },
1899
- "S37": {
1972
+ "S3a": {
1900
1973
  "type": "structure",
1901
1974
  "members": {
1902
1975
  "SourceDomainInfo": {
@@ -1908,11 +1981,11 @@
1908
1981
  "CrossClusterSearchConnectionId": {},
1909
1982
  "ConnectionAlias": {},
1910
1983
  "ConnectionStatus": {
1911
- "shape": "S2q"
1984
+ "shape": "S2t"
1912
1985
  }
1913
1986
  }
1914
1987
  },
1915
- "S3r": {
1988
+ "S45": {
1916
1989
  "type": "structure",
1917
1990
  "members": {
1918
1991
  "ElasticsearchVersion": {
@@ -1924,7 +1997,7 @@
1924
1997
  "members": {
1925
1998
  "Options": {},
1926
1999
  "Status": {
1927
- "shape": "S3t"
2000
+ "shape": "S47"
1928
2001
  }
1929
2002
  }
1930
2003
  },
@@ -1939,7 +2012,7 @@
1939
2012
  "shape": "S14"
1940
2013
  },
1941
2014
  "Status": {
1942
- "shape": "S3t"
2015
+ "shape": "S47"
1943
2016
  }
1944
2017
  }
1945
2018
  },
@@ -1954,7 +2027,7 @@
1954
2027
  "shape": "S1a"
1955
2028
  },
1956
2029
  "Status": {
1957
- "shape": "S3t"
2030
+ "shape": "S47"
1958
2031
  }
1959
2032
  }
1960
2033
  },
@@ -1967,7 +2040,7 @@
1967
2040
  "members": {
1968
2041
  "Options": {},
1969
2042
  "Status": {
1970
- "shape": "S3t"
2043
+ "shape": "S47"
1971
2044
  }
1972
2045
  }
1973
2046
  },
@@ -1982,7 +2055,7 @@
1982
2055
  "shape": "S1d"
1983
2056
  },
1984
2057
  "Status": {
1985
- "shape": "S3t"
2058
+ "shape": "S47"
1986
2059
  }
1987
2060
  }
1988
2061
  },
@@ -1997,7 +2070,7 @@
1997
2070
  "shape": "S2h"
1998
2071
  },
1999
2072
  "Status": {
2000
- "shape": "S3t"
2073
+ "shape": "S47"
2001
2074
  }
2002
2075
  }
2003
2076
  },
@@ -2012,7 +2085,7 @@
2012
2085
  "shape": "S1g"
2013
2086
  },
2014
2087
  "Status": {
2015
- "shape": "S3t"
2088
+ "shape": "S47"
2016
2089
  }
2017
2090
  }
2018
2091
  },
@@ -2027,7 +2100,7 @@
2027
2100
  "shape": "S1k"
2028
2101
  },
2029
2102
  "Status": {
2030
- "shape": "S3t"
2103
+ "shape": "S47"
2031
2104
  }
2032
2105
  }
2033
2106
  },
@@ -2042,7 +2115,7 @@
2042
2115
  "shape": "S1m"
2043
2116
  },
2044
2117
  "Status": {
2045
- "shape": "S3t"
2118
+ "shape": "S47"
2046
2119
  }
2047
2120
  }
2048
2121
  },
@@ -2057,7 +2130,7 @@
2057
2130
  "shape": "S1n"
2058
2131
  },
2059
2132
  "Status": {
2060
- "shape": "S3t"
2133
+ "shape": "S47"
2061
2134
  }
2062
2135
  }
2063
2136
  },
@@ -2068,7 +2141,7 @@
2068
2141
  "shape": "S1o"
2069
2142
  },
2070
2143
  "Status": {
2071
- "shape": "S3t"
2144
+ "shape": "S47"
2072
2145
  }
2073
2146
  }
2074
2147
  },
@@ -2083,7 +2156,7 @@
2083
2156
  "shape": "S1s"
2084
2157
  },
2085
2158
  "Status": {
2086
- "shape": "S3t"
2159
+ "shape": "S47"
2087
2160
  }
2088
2161
  }
2089
2162
  },
@@ -2098,7 +2171,7 @@
2098
2171
  "shape": "S2i"
2099
2172
  },
2100
2173
  "Status": {
2101
- "shape": "S3t"
2174
+ "shape": "S47"
2102
2175
  }
2103
2176
  }
2104
2177
  },
@@ -2106,7 +2179,7 @@
2106
2179
  "type": "structure",
2107
2180
  "members": {
2108
2181
  "Options": {
2109
- "shape": "S4a"
2182
+ "shape": "S4n"
2110
2183
  },
2111
2184
  "Status": {
2112
2185
  "type": "structure",
@@ -2133,10 +2206,13 @@
2133
2206
  }
2134
2207
  }
2135
2208
  }
2209
+ },
2210
+ "ChangeProgressDetails": {
2211
+ "shape": "S2n"
2136
2212
  }
2137
2213
  }
2138
2214
  },
2139
- "S3t": {
2215
+ "S47": {
2140
2216
  "type": "structure",
2141
2217
  "required": [
2142
2218
  "CreationDate",
@@ -2159,7 +2235,7 @@
2159
2235
  }
2160
2236
  }
2161
2237
  },
2162
- "S4a": {
2238
+ "S4n": {
2163
2239
  "type": "structure",
2164
2240
  "members": {
2165
2241
  "DesiredState": {},
@@ -2169,11 +2245,11 @@
2169
2245
  }
2170
2246
  }
2171
2247
  },
2172
- "S4t": {
2248
+ "S56": {
2173
2249
  "type": "list",
2174
2250
  "member": {}
2175
2251
  },
2176
- "S52": {
2252
+ "S5f": {
2177
2253
  "type": "list",
2178
2254
  "member": {
2179
2255
  "type": "structure",
@@ -2186,7 +2262,7 @@
2186
2262
  }
2187
2263
  }
2188
2264
  },
2189
- "S5r": {
2265
+ "S63": {
2190
2266
  "type": "list",
2191
2267
  "member": {
2192
2268
  "type": "structure",
@@ -2198,11 +2274,11 @@
2198
2274
  }
2199
2275
  }
2200
2276
  },
2201
- "S64": {
2277
+ "S6g": {
2202
2278
  "type": "list",
2203
2279
  "member": {}
2204
2280
  },
2205
- "S6v": {
2281
+ "S77": {
2206
2282
  "type": "list",
2207
2283
  "member": {
2208
2284
  "shape": "Sl"