cdk-lambda-subminute 2.0.368 → 2.0.370

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 (117) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/available-typed-arrays/.eslintrc +0 -4
  4. package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
  5. package/node_modules/available-typed-arrays/index.d.ts +17 -0
  6. package/node_modules/available-typed-arrays/index.js +4 -2
  7. package/node_modules/available-typed-arrays/package.json +23 -15
  8. package/node_modules/available-typed-arrays/tsconfig.json +49 -0
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
  11. package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +163 -81
  12. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +1 -1
  13. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
  14. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
  15. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
  16. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
  17. package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
  18. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
  19. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
  20. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
  21. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
  22. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
  23. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
  24. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +852 -756
  25. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
  26. package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
  27. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
  28. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
  29. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +75 -72
  30. package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
  31. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
  32. package/node_modules/aws-sdk/clients/codepipeline.d.ts +102 -7
  33. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
  34. package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
  35. package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
  36. package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
  37. package/node_modules/aws-sdk/clients/es.d.ts +111 -0
  38. package/node_modules/aws-sdk/clients/glue.d.ts +8 -3
  39. package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
  40. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
  41. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
  42. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
  43. package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
  44. package/node_modules/aws-sdk/clients/quicksight.d.ts +130 -2
  45. package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
  46. package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
  47. package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
  48. package/node_modules/aws-sdk/clients/workspaces.d.ts +16 -3
  49. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
  50. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2388 -2182
  51. package/node_modules/aws-sdk/dist/aws-sdk.js +243 -89
  52. package/node_modules/aws-sdk/dist/aws-sdk.min.js +89 -89
  53. package/node_modules/aws-sdk/lib/core.js +1 -1
  54. package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
  55. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  56. package/node_modules/aws-sdk/package.json +1 -1
  57. package/node_modules/call-bind/CHANGELOG.md +9 -0
  58. package/node_modules/call-bind/index.js +1 -1
  59. package/node_modules/call-bind/package.json +10 -6
  60. package/node_modules/define-data-property/CHANGELOG.md +11 -0
  61. package/node_modules/define-data-property/index.js +2 -2
  62. package/node_modules/define-data-property/package.json +19 -18
  63. package/node_modules/define-data-property/test/index.js +7 -7
  64. package/node_modules/es-errors/.eslintrc +5 -0
  65. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  66. package/node_modules/es-errors/CHANGELOG.md +40 -0
  67. package/node_modules/es-errors/LICENSE +21 -0
  68. package/node_modules/es-errors/README.md +55 -0
  69. package/node_modules/es-errors/eval.d.ts +3 -0
  70. package/node_modules/es-errors/eval.js +4 -0
  71. package/node_modules/es-errors/index.d.ts +3 -0
  72. package/node_modules/es-errors/index.js +4 -0
  73. package/node_modules/es-errors/package.json +80 -0
  74. package/node_modules/es-errors/range.d.ts +3 -0
  75. package/node_modules/es-errors/range.js +4 -0
  76. package/node_modules/es-errors/ref.d.ts +3 -0
  77. package/node_modules/es-errors/ref.js +4 -0
  78. package/node_modules/es-errors/syntax.d.ts +3 -0
  79. package/node_modules/es-errors/syntax.js +4 -0
  80. package/node_modules/es-errors/test/index.js +19 -0
  81. package/node_modules/es-errors/tsconfig.json +49 -0
  82. package/node_modules/es-errors/type.d.ts +3 -0
  83. package/node_modules/es-errors/type.js +4 -0
  84. package/node_modules/es-errors/uri.d.ts +3 -0
  85. package/node_modules/es-errors/uri.js +4 -0
  86. package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
  87. package/node_modules/get-intrinsic/index.js +15 -7
  88. package/node_modules/get-intrinsic/package.json +12 -12
  89. package/node_modules/has-tostringtag/.eslintrc +0 -6
  90. package/node_modules/has-tostringtag/.nycrc +13 -0
  91. package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
  92. package/node_modules/has-tostringtag/index.d.ts +3 -0
  93. package/node_modules/has-tostringtag/index.js +1 -0
  94. package/node_modules/has-tostringtag/package.json +37 -13
  95. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  96. package/node_modules/has-tostringtag/shams.js +1 -0
  97. package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
  98. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
  99. package/node_modules/has-tostringtag/test/tests.js +2 -1
  100. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  101. package/node_modules/is-typed-array/CHANGELOG.md +10 -0
  102. package/node_modules/is-typed-array/index.d.ts +16 -0
  103. package/node_modules/is-typed-array/index.js +1 -0
  104. package/node_modules/is-typed-array/package.json +18 -7
  105. package/node_modules/is-typed-array/test/index.js +9 -1
  106. package/node_modules/is-typed-array/tsconfig.json +49 -0
  107. package/node_modules/set-function-length/CHANGELOG.md +8 -0
  108. package/node_modules/set-function-length/index.js +1 -1
  109. package/node_modules/set-function-length/package.json +7 -6
  110. package/node_modules/which-typed-array/CHANGELOG.md +9 -0
  111. package/node_modules/which-typed-array/index.d.ts +16 -0
  112. package/node_modules/which-typed-array/index.js +39 -18
  113. package/node_modules/which-typed-array/package.json +18 -7
  114. package/node_modules/which-typed-array/test/index.js +9 -1
  115. package/node_modules/which-typed-array/tsconfig.json +49 -0
  116. package/package.json +4 -4
  117. package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -144,6 +144,49 @@
144
144
  }
145
145
  }
146
146
  },
147
+ "CancelDomainConfigChange": {
148
+ "http": {
149
+ "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/config/cancel"
150
+ },
151
+ "input": {
152
+ "type": "structure",
153
+ "required": [
154
+ "DomainName"
155
+ ],
156
+ "members": {
157
+ "DomainName": {
158
+ "location": "uri",
159
+ "locationName": "DomainName"
160
+ },
161
+ "DryRun": {
162
+ "type": "boolean"
163
+ }
164
+ }
165
+ },
166
+ "output": {
167
+ "type": "structure",
168
+ "members": {
169
+ "CancelledChangeIds": {
170
+ "type": "list",
171
+ "member": {}
172
+ },
173
+ "CancelledChangeProperties": {
174
+ "type": "list",
175
+ "member": {
176
+ "type": "structure",
177
+ "members": {
178
+ "PropertyName": {},
179
+ "CancelledValue": {},
180
+ "ActiveValue": {}
181
+ }
182
+ }
183
+ },
184
+ "DryRun": {
185
+ "type": "boolean"
186
+ }
187
+ }
188
+ }
189
+ },
147
190
  "CancelServiceSoftwareUpdate": {
148
191
  "http": {
149
192
  "requestUri": "/2021-01-01/opensearch/serviceSoftwareUpdate/cancel"
@@ -161,7 +204,7 @@
161
204
  "type": "structure",
162
205
  "members": {
163
206
  "ServiceSoftwareOptions": {
164
- "shape": "S1c"
207
+ "shape": "S1j"
165
208
  }
166
209
  }
167
210
  }
@@ -179,39 +222,39 @@
179
222
  "DomainName": {},
180
223
  "EngineVersion": {},
181
224
  "ClusterConfig": {
182
- "shape": "S1i"
225
+ "shape": "S1p"
183
226
  },
184
227
  "EBSOptions": {
185
- "shape": "S1o"
228
+ "shape": "S1v"
186
229
  },
187
230
  "AccessPolicies": {},
188
231
  "IPAddressType": {},
189
232
  "SnapshotOptions": {
190
- "shape": "S1s"
233
+ "shape": "S1z"
191
234
  },
192
235
  "VPCOptions": {
193
- "shape": "S1t"
236
+ "shape": "S20"
194
237
  },
195
238
  "CognitoOptions": {
196
- "shape": "S1v"
239
+ "shape": "S22"
197
240
  },
198
241
  "EncryptionAtRestOptions": {
199
- "shape": "S1y"
242
+ "shape": "S25"
200
243
  },
201
244
  "NodeToNodeEncryptionOptions": {
202
- "shape": "S20"
245
+ "shape": "S27"
203
246
  },
204
247
  "AdvancedOptions": {
205
- "shape": "S21"
248
+ "shape": "S28"
206
249
  },
207
250
  "LogPublishingOptions": {
208
- "shape": "S22"
251
+ "shape": "S29"
209
252
  },
210
253
  "DomainEndpointOptions": {
211
- "shape": "S26"
254
+ "shape": "S2d"
212
255
  },
213
256
  "AdvancedSecurityOptions": {
214
- "shape": "S29"
257
+ "shape": "S2g"
215
258
  },
216
259
  "TagList": {
217
260
  "shape": "So"
@@ -221,7 +264,7 @@
221
264
  "members": {
222
265
  "DesiredState": {},
223
266
  "MaintenanceSchedules": {
224
- "shape": "S2k"
267
+ "shape": "S2r"
225
268
  },
226
269
  "UseOffPeakWindow": {
227
270
  "type": "boolean"
@@ -229,10 +272,10 @@
229
272
  }
230
273
  },
231
274
  "OffPeakWindowOptions": {
232
- "shape": "S2q"
275
+ "shape": "S2x"
233
276
  },
234
277
  "SoftwareUpdateOptions": {
235
- "shape": "S2v"
278
+ "shape": "S32"
236
279
  }
237
280
  }
238
281
  },
@@ -240,7 +283,7 @@
240
283
  "type": "structure",
241
284
  "members": {
242
285
  "DomainStatus": {
243
- "shape": "S2x"
286
+ "shape": "S34"
244
287
  }
245
288
  }
246
289
  }
@@ -266,7 +309,7 @@
266
309
  "ConnectionAlias": {},
267
310
  "ConnectionMode": {},
268
311
  "ConnectionProperties": {
269
- "shape": "S3c"
312
+ "shape": "S3p"
270
313
  }
271
314
  }
272
315
  },
@@ -281,12 +324,12 @@
281
324
  },
282
325
  "ConnectionAlias": {},
283
326
  "ConnectionStatus": {
284
- "shape": "S3h"
327
+ "shape": "S3u"
285
328
  },
286
329
  "ConnectionId": {},
287
330
  "ConnectionMode": {},
288
331
  "ConnectionProperties": {
289
- "shape": "S3c"
332
+ "shape": "S3p"
290
333
  }
291
334
  }
292
335
  }
@@ -307,7 +350,7 @@
307
350
  "PackageType": {},
308
351
  "PackageDescription": {},
309
352
  "PackageSource": {
310
- "shape": "S3l"
353
+ "shape": "S3y"
311
354
  }
312
355
  }
313
356
  },
@@ -315,7 +358,7 @@
315
358
  "type": "structure",
316
359
  "members": {
317
360
  "PackageDetails": {
318
- "shape": "S3p"
361
+ "shape": "S42"
319
362
  }
320
363
  }
321
364
  }
@@ -333,7 +376,7 @@
333
376
  "members": {
334
377
  "DomainArn": {},
335
378
  "VpcOptions": {
336
- "shape": "S1t"
379
+ "shape": "S20"
337
380
  },
338
381
  "ClientToken": {}
339
382
  }
@@ -345,7 +388,7 @@
345
388
  ],
346
389
  "members": {
347
390
  "VpcEndpoint": {
348
- "shape": "S43"
391
+ "shape": "S4g"
349
392
  }
350
393
  }
351
394
  }
@@ -400,7 +443,7 @@
400
443
  "type": "structure",
401
444
  "members": {
402
445
  "DomainStatus": {
403
- "shape": "S2x"
446
+ "shape": "S34"
404
447
  }
405
448
  }
406
449
  }
@@ -452,7 +495,7 @@
452
495
  "type": "structure",
453
496
  "members": {
454
497
  "Connection": {
455
- "shape": "S4e"
498
+ "shape": "S4r"
456
499
  }
457
500
  }
458
501
  }
@@ -478,7 +521,7 @@
478
521
  "type": "structure",
479
522
  "members": {
480
523
  "PackageDetails": {
481
- "shape": "S3p"
524
+ "shape": "S42"
482
525
  }
483
526
  }
484
527
  }
@@ -507,7 +550,7 @@
507
550
  ],
508
551
  "members": {
509
552
  "VpcEndpointSummary": {
510
- "shape": "S4j"
553
+ "shape": "S4w"
511
554
  }
512
555
  }
513
556
  }
@@ -536,7 +579,7 @@
536
579
  ],
537
580
  "members": {
538
581
  "DomainStatus": {
539
- "shape": "S2x"
582
+ "shape": "S34"
540
583
  }
541
584
  }
542
585
  }
@@ -627,10 +670,10 @@
627
670
  },
628
671
  "Status": {},
629
672
  "PendingProperties": {
630
- "shape": "S1u"
673
+ "shape": "S21"
631
674
  },
632
675
  "CompletedProperties": {
633
- "shape": "S1u"
676
+ "shape": "S21"
634
677
  },
635
678
  "TotalNumberOfStages": {
636
679
  "type": "integer"
@@ -648,7 +691,12 @@
648
691
  }
649
692
  }
650
693
  }
651
- }
694
+ },
695
+ "LastUpdatedTime": {
696
+ "type": "timestamp"
697
+ },
698
+ "ConfigChangeStatus": {},
699
+ "InitiatedBy": {}
652
700
  }
653
701
  }
654
702
  }
@@ -678,7 +726,7 @@
678
726
  ],
679
727
  "members": {
680
728
  "DomainConfig": {
681
- "shape": "S5c"
729
+ "shape": "S5o"
682
730
  }
683
731
  }
684
732
  }
@@ -806,7 +854,7 @@
806
854
  "DomainStatusList": {
807
855
  "type": "list",
808
856
  "member": {
809
- "shape": "S2x"
857
+ "shape": "S34"
810
858
  }
811
859
  }
812
860
  }
@@ -842,13 +890,13 @@
842
890
  "type": "structure",
843
891
  "members": {
844
892
  "DryRunProgressStatus": {
845
- "shape": "S6t"
893
+ "shape": "S75"
846
894
  },
847
895
  "DryRunConfig": {
848
- "shape": "S2x"
896
+ "shape": "S34"
849
897
  },
850
898
  "DryRunResults": {
851
- "shape": "S6w"
899
+ "shape": "S78"
852
900
  }
853
901
  }
854
902
  }
@@ -861,7 +909,7 @@
861
909
  "type": "structure",
862
910
  "members": {
863
911
  "Filters": {
864
- "shape": "S6z"
912
+ "shape": "S7b"
865
913
  },
866
914
  "MaxResults": {
867
915
  "type": "integer"
@@ -931,7 +979,7 @@
931
979
  "members": {
932
980
  "LimitName": {},
933
981
  "LimitValues": {
934
- "shape": "S7g"
982
+ "shape": "S7s"
935
983
  }
936
984
  }
937
985
  }
@@ -962,7 +1010,7 @@
962
1010
  "members": {
963
1011
  "LimitName": {},
964
1012
  "LimitValues": {
965
- "shape": "S7g"
1013
+ "shape": "S7s"
966
1014
  }
967
1015
  }
968
1016
  }
@@ -981,7 +1029,7 @@
981
1029
  "type": "structure",
982
1030
  "members": {
983
1031
  "Filters": {
984
- "shape": "S6z"
1032
+ "shape": "S7b"
985
1033
  },
986
1034
  "MaxResults": {
987
1035
  "type": "integer"
@@ -995,7 +1043,7 @@
995
1043
  "Connections": {
996
1044
  "type": "list",
997
1045
  "member": {
998
- "shape": "S4e"
1046
+ "shape": "S4r"
999
1047
  }
1000
1048
  },
1001
1049
  "NextToken": {}
@@ -1034,7 +1082,7 @@
1034
1082
  "PackageDetailsList": {
1035
1083
  "type": "list",
1036
1084
  "member": {
1037
- "shape": "S3p"
1085
+ "shape": "S42"
1038
1086
  }
1039
1087
  },
1040
1088
  "NextToken": {}
@@ -1087,7 +1135,7 @@
1087
1135
  "CurrencyCode": {},
1088
1136
  "PaymentOption": {},
1089
1137
  "RecurringCharges": {
1090
- "shape": "S86"
1138
+ "shape": "S8i"
1091
1139
  }
1092
1140
  }
1093
1141
  }
@@ -1153,7 +1201,7 @@
1153
1201
  "State": {},
1154
1202
  "PaymentOption": {},
1155
1203
  "RecurringCharges": {
1156
- "shape": "S86"
1204
+ "shape": "S8i"
1157
1205
  }
1158
1206
  }
1159
1207
  }
@@ -1187,7 +1235,7 @@
1187
1235
  "VpcEndpoints": {
1188
1236
  "type": "list",
1189
1237
  "member": {
1190
- "shape": "S43"
1238
+ "shape": "S4g"
1191
1239
  }
1192
1240
  },
1193
1241
  "VpcEndpointErrors": {
@@ -1258,7 +1306,7 @@
1258
1306
  "members": {
1259
1307
  "SourceVersion": {},
1260
1308
  "TargetVersions": {
1261
- "shape": "S8r"
1309
+ "shape": "S93"
1262
1310
  }
1263
1311
  }
1264
1312
  }
@@ -1378,7 +1426,7 @@
1378
1426
  "type": "timestamp"
1379
1427
  },
1380
1428
  "PluginProperties": {
1381
- "shape": "S3t"
1429
+ "shape": "S46"
1382
1430
  }
1383
1431
  }
1384
1432
  }
@@ -1633,7 +1681,7 @@
1633
1681
  "type": "structure",
1634
1682
  "members": {
1635
1683
  "DomainPackageDetailsList": {
1636
- "shape": "S9y"
1684
+ "shape": "Saa"
1637
1685
  },
1638
1686
  "NextToken": {}
1639
1687
  }
@@ -1747,7 +1795,7 @@
1747
1795
  "type": "structure",
1748
1796
  "members": {
1749
1797
  "DomainPackageDetailsList": {
1750
- "shape": "S9y"
1798
+ "shape": "Saa"
1751
1799
  },
1752
1800
  "NextToken": {}
1753
1801
  }
@@ -1785,7 +1833,7 @@
1785
1833
  "ScheduledActions": {
1786
1834
  "type": "list",
1787
1835
  "member": {
1788
- "shape": "Sab"
1836
+ "shape": "San"
1789
1837
  }
1790
1838
  },
1791
1839
  "NextToken": {}
@@ -1841,7 +1889,7 @@
1841
1889
  "type": "structure",
1842
1890
  "members": {
1843
1891
  "Versions": {
1844
- "shape": "S8r"
1892
+ "shape": "S93"
1845
1893
  },
1846
1894
  "NextToken": {}
1847
1895
  }
@@ -1907,7 +1955,7 @@
1907
1955
  ],
1908
1956
  "members": {
1909
1957
  "VpcEndpointSummaryList": {
1910
- "shape": "Sap"
1958
+ "shape": "Sb1"
1911
1959
  },
1912
1960
  "NextToken": {}
1913
1961
  }
@@ -1942,7 +1990,7 @@
1942
1990
  ],
1943
1991
  "members": {
1944
1992
  "VpcEndpointSummaryList": {
1945
- "shape": "Sap"
1993
+ "shape": "Sb1"
1946
1994
  },
1947
1995
  "NextToken": {}
1948
1996
  }
@@ -2013,7 +2061,7 @@
2013
2061
  "members": {
2014
2062
  "ARN": {},
2015
2063
  "TagKeys": {
2016
- "shape": "S1u"
2064
+ "shape": "S21"
2017
2065
  }
2018
2066
  }
2019
2067
  }
@@ -2088,7 +2136,7 @@
2088
2136
  "type": "structure",
2089
2137
  "members": {
2090
2138
  "ServiceSoftwareOptions": {
2091
- "shape": "S1c"
2139
+ "shape": "S1j"
2092
2140
  }
2093
2141
  }
2094
2142
  }
@@ -2142,52 +2190,52 @@
2142
2190
  "locationName": "DomainName"
2143
2191
  },
2144
2192
  "ClusterConfig": {
2145
- "shape": "S1i"
2193
+ "shape": "S1p"
2146
2194
  },
2147
2195
  "EBSOptions": {
2148
- "shape": "S1o"
2196
+ "shape": "S1v"
2149
2197
  },
2150
2198
  "SnapshotOptions": {
2151
- "shape": "S1s"
2199
+ "shape": "S1z"
2152
2200
  },
2153
2201
  "VPCOptions": {
2154
- "shape": "S1t"
2202
+ "shape": "S20"
2155
2203
  },
2156
2204
  "CognitoOptions": {
2157
- "shape": "S1v"
2205
+ "shape": "S22"
2158
2206
  },
2159
2207
  "AdvancedOptions": {
2160
- "shape": "S21"
2208
+ "shape": "S28"
2161
2209
  },
2162
2210
  "AccessPolicies": {},
2163
2211
  "IPAddressType": {},
2164
2212
  "LogPublishingOptions": {
2165
- "shape": "S22"
2213
+ "shape": "S29"
2166
2214
  },
2167
2215
  "EncryptionAtRestOptions": {
2168
- "shape": "S1y"
2216
+ "shape": "S25"
2169
2217
  },
2170
2218
  "DomainEndpointOptions": {
2171
- "shape": "S26"
2219
+ "shape": "S2d"
2172
2220
  },
2173
2221
  "NodeToNodeEncryptionOptions": {
2174
- "shape": "S20"
2222
+ "shape": "S27"
2175
2223
  },
2176
2224
  "AdvancedSecurityOptions": {
2177
- "shape": "S29"
2225
+ "shape": "S2g"
2178
2226
  },
2179
2227
  "AutoTuneOptions": {
2180
- "shape": "S5v"
2228
+ "shape": "S67"
2181
2229
  },
2182
2230
  "DryRun": {
2183
2231
  "type": "boolean"
2184
2232
  },
2185
2233
  "DryRunMode": {},
2186
2234
  "OffPeakWindowOptions": {
2187
- "shape": "S2q"
2235
+ "shape": "S2x"
2188
2236
  },
2189
2237
  "SoftwareUpdateOptions": {
2190
- "shape": "S2v"
2238
+ "shape": "S32"
2191
2239
  }
2192
2240
  }
2193
2241
  },
@@ -2198,13 +2246,13 @@
2198
2246
  ],
2199
2247
  "members": {
2200
2248
  "DomainConfig": {
2201
- "shape": "S5c"
2249
+ "shape": "S5o"
2202
2250
  },
2203
2251
  "DryRunResults": {
2204
- "shape": "S6w"
2252
+ "shape": "S78"
2205
2253
  },
2206
2254
  "DryRunProgressStatus": {
2207
- "shape": "S6t"
2255
+ "shape": "S75"
2208
2256
  }
2209
2257
  }
2210
2258
  }
@@ -2222,7 +2270,7 @@
2222
2270
  "members": {
2223
2271
  "PackageID": {},
2224
2272
  "PackageSource": {
2225
- "shape": "S3l"
2273
+ "shape": "S3y"
2226
2274
  },
2227
2275
  "PackageDescription": {},
2228
2276
  "CommitMessage": {}
@@ -2232,7 +2280,7 @@
2232
2280
  "type": "structure",
2233
2281
  "members": {
2234
2282
  "PackageDetails": {
2235
- "shape": "S3p"
2283
+ "shape": "S42"
2236
2284
  }
2237
2285
  }
2238
2286
  }
@@ -2267,7 +2315,7 @@
2267
2315
  "type": "structure",
2268
2316
  "members": {
2269
2317
  "ScheduledAction": {
2270
- "shape": "Sab"
2318
+ "shape": "San"
2271
2319
  }
2272
2320
  }
2273
2321
  }
@@ -2285,7 +2333,7 @@
2285
2333
  "members": {
2286
2334
  "VpcEndpointId": {},
2287
2335
  "VpcOptions": {
2288
- "shape": "S1t"
2336
+ "shape": "S20"
2289
2337
  }
2290
2338
  }
2291
2339
  },
@@ -2296,7 +2344,7 @@
2296
2344
  ],
2297
2345
  "members": {
2298
2346
  "VpcEndpoint": {
2299
- "shape": "S43"
2347
+ "shape": "S4g"
2300
2348
  }
2301
2349
  }
2302
2350
  }
@@ -2318,7 +2366,7 @@
2318
2366
  "type": "boolean"
2319
2367
  },
2320
2368
  "AdvancedOptions": {
2321
- "shape": "S21"
2369
+ "shape": "S28"
2322
2370
  }
2323
2371
  }
2324
2372
  },
@@ -2332,10 +2380,10 @@
2332
2380
  "type": "boolean"
2333
2381
  },
2334
2382
  "AdvancedOptions": {
2335
- "shape": "S21"
2383
+ "shape": "S28"
2336
2384
  },
2337
2385
  "ChangeProgressDetails": {
2338
- "shape": "S37"
2386
+ "shape": "S3e"
2339
2387
  }
2340
2388
  }
2341
2389
  }
@@ -2436,7 +2484,7 @@
2436
2484
  "Principal": {}
2437
2485
  }
2438
2486
  },
2439
- "S1c": {
2487
+ "S1j": {
2440
2488
  "type": "structure",
2441
2489
  "members": {
2442
2490
  "CurrentVersion": {},
@@ -2457,7 +2505,7 @@
2457
2505
  }
2458
2506
  }
2459
2507
  },
2460
- "S1i": {
2508
+ "S1p": {
2461
2509
  "type": "structure",
2462
2510
  "members": {
2463
2511
  "InstanceType": {},
@@ -2505,7 +2553,7 @@
2505
2553
  }
2506
2554
  }
2507
2555
  },
2508
- "S1o": {
2556
+ "S1v": {
2509
2557
  "type": "structure",
2510
2558
  "members": {
2511
2559
  "EBSEnabled": {
@@ -2523,7 +2571,7 @@
2523
2571
  }
2524
2572
  }
2525
2573
  },
2526
- "S1s": {
2574
+ "S1z": {
2527
2575
  "type": "structure",
2528
2576
  "members": {
2529
2577
  "AutomatedSnapshotStartHour": {
@@ -2531,22 +2579,22 @@
2531
2579
  }
2532
2580
  }
2533
2581
  },
2534
- "S1t": {
2582
+ "S20": {
2535
2583
  "type": "structure",
2536
2584
  "members": {
2537
2585
  "SubnetIds": {
2538
- "shape": "S1u"
2586
+ "shape": "S21"
2539
2587
  },
2540
2588
  "SecurityGroupIds": {
2541
- "shape": "S1u"
2589
+ "shape": "S21"
2542
2590
  }
2543
2591
  }
2544
2592
  },
2545
- "S1u": {
2593
+ "S21": {
2546
2594
  "type": "list",
2547
2595
  "member": {}
2548
2596
  },
2549
- "S1v": {
2597
+ "S22": {
2550
2598
  "type": "structure",
2551
2599
  "members": {
2552
2600
  "Enabled": {
@@ -2557,7 +2605,7 @@
2557
2605
  "RoleArn": {}
2558
2606
  }
2559
2607
  },
2560
- "S1y": {
2608
+ "S25": {
2561
2609
  "type": "structure",
2562
2610
  "members": {
2563
2611
  "Enabled": {
@@ -2566,7 +2614,7 @@
2566
2614
  "KmsKeyId": {}
2567
2615
  }
2568
2616
  },
2569
- "S20": {
2617
+ "S27": {
2570
2618
  "type": "structure",
2571
2619
  "members": {
2572
2620
  "Enabled": {
@@ -2574,12 +2622,12 @@
2574
2622
  }
2575
2623
  }
2576
2624
  },
2577
- "S21": {
2625
+ "S28": {
2578
2626
  "type": "map",
2579
2627
  "key": {},
2580
2628
  "value": {}
2581
2629
  },
2582
- "S22": {
2630
+ "S29": {
2583
2631
  "type": "map",
2584
2632
  "key": {},
2585
2633
  "value": {
@@ -2592,7 +2640,7 @@
2592
2640
  }
2593
2641
  }
2594
2642
  },
2595
- "S26": {
2643
+ "S2d": {
2596
2644
  "type": "structure",
2597
2645
  "members": {
2598
2646
  "EnforceHTTPS": {
@@ -2606,7 +2654,7 @@
2606
2654
  "CustomEndpointCertificateArn": {}
2607
2655
  }
2608
2656
  },
2609
- "S29": {
2657
+ "S2g": {
2610
2658
  "type": "structure",
2611
2659
  "members": {
2612
2660
  "Enabled": {
@@ -2620,7 +2668,7 @@
2620
2668
  "members": {
2621
2669
  "MasterUserARN": {},
2622
2670
  "MasterUserName": {
2623
- "shape": "S2b"
2671
+ "shape": "S2i"
2624
2672
  },
2625
2673
  "MasterUserPassword": {
2626
2674
  "type": "string",
@@ -2635,10 +2683,10 @@
2635
2683
  "type": "boolean"
2636
2684
  },
2637
2685
  "Idp": {
2638
- "shape": "S2e"
2686
+ "shape": "S2l"
2639
2687
  },
2640
2688
  "MasterUserName": {
2641
- "shape": "S2b"
2689
+ "shape": "S2i"
2642
2690
  },
2643
2691
  "MasterBackendRole": {},
2644
2692
  "SubjectKey": {},
@@ -2653,11 +2701,11 @@
2653
2701
  }
2654
2702
  }
2655
2703
  },
2656
- "S2b": {
2704
+ "S2i": {
2657
2705
  "type": "string",
2658
2706
  "sensitive": true
2659
2707
  },
2660
- "S2e": {
2708
+ "S2l": {
2661
2709
  "type": "structure",
2662
2710
  "required": [
2663
2711
  "MetadataContent",
@@ -2668,7 +2716,7 @@
2668
2716
  "EntityId": {}
2669
2717
  }
2670
2718
  },
2671
- "S2k": {
2719
+ "S2r": {
2672
2720
  "type": "list",
2673
2721
  "member": {
2674
2722
  "type": "structure",
@@ -2689,7 +2737,7 @@
2689
2737
  }
2690
2738
  }
2691
2739
  },
2692
- "S2q": {
2740
+ "S2x": {
2693
2741
  "type": "structure",
2694
2742
  "members": {
2695
2743
  "Enabled": {
@@ -2717,7 +2765,7 @@
2717
2765
  }
2718
2766
  }
2719
2767
  },
2720
- "S2v": {
2768
+ "S32": {
2721
2769
  "type": "structure",
2722
2770
  "members": {
2723
2771
  "AutoSoftwareUpdateEnabled": {
@@ -2725,7 +2773,7 @@
2725
2773
  }
2726
2774
  }
2727
2775
  },
2728
- "S2x": {
2776
+ "S34": {
2729
2777
  "type": "structure",
2730
2778
  "required": [
2731
2779
  "DomainId",
@@ -2758,42 +2806,42 @@
2758
2806
  },
2759
2807
  "EngineVersion": {},
2760
2808
  "ClusterConfig": {
2761
- "shape": "S1i"
2809
+ "shape": "S1p"
2762
2810
  },
2763
2811
  "EBSOptions": {
2764
- "shape": "S1o"
2812
+ "shape": "S1v"
2765
2813
  },
2766
2814
  "AccessPolicies": {},
2767
2815
  "IPAddressType": {},
2768
2816
  "SnapshotOptions": {
2769
- "shape": "S1s"
2817
+ "shape": "S1z"
2770
2818
  },
2771
2819
  "VPCOptions": {
2772
- "shape": "S31"
2820
+ "shape": "S38"
2773
2821
  },
2774
2822
  "CognitoOptions": {
2775
- "shape": "S1v"
2823
+ "shape": "S22"
2776
2824
  },
2777
2825
  "EncryptionAtRestOptions": {
2778
- "shape": "S1y"
2826
+ "shape": "S25"
2779
2827
  },
2780
2828
  "NodeToNodeEncryptionOptions": {
2781
- "shape": "S20"
2829
+ "shape": "S27"
2782
2830
  },
2783
2831
  "AdvancedOptions": {
2784
- "shape": "S21"
2832
+ "shape": "S28"
2785
2833
  },
2786
2834
  "LogPublishingOptions": {
2787
- "shape": "S22"
2835
+ "shape": "S29"
2788
2836
  },
2789
2837
  "ServiceSoftwareOptions": {
2790
- "shape": "S1c"
2838
+ "shape": "S1j"
2791
2839
  },
2792
2840
  "DomainEndpointOptions": {
2793
- "shape": "S26"
2841
+ "shape": "S2d"
2794
2842
  },
2795
2843
  "AdvancedSecurityOptions": {
2796
- "shape": "S32"
2844
+ "shape": "S39"
2797
2845
  },
2798
2846
  "AutoTuneOptions": {
2799
2847
  "type": "structure",
@@ -2806,32 +2854,36 @@
2806
2854
  }
2807
2855
  },
2808
2856
  "ChangeProgressDetails": {
2809
- "shape": "S37"
2857
+ "shape": "S3e"
2810
2858
  },
2811
2859
  "OffPeakWindowOptions": {
2812
- "shape": "S2q"
2860
+ "shape": "S2x"
2813
2861
  },
2814
2862
  "SoftwareUpdateOptions": {
2815
- "shape": "S2v"
2863
+ "shape": "S32"
2864
+ },
2865
+ "DomainProcessingStatus": {},
2866
+ "ModifyingProperties": {
2867
+ "shape": "S3k"
2816
2868
  }
2817
2869
  }
2818
2870
  },
2819
- "S31": {
2871
+ "S38": {
2820
2872
  "type": "structure",
2821
2873
  "members": {
2822
2874
  "VPCId": {},
2823
2875
  "SubnetIds": {
2824
- "shape": "S1u"
2876
+ "shape": "S21"
2825
2877
  },
2826
2878
  "AvailabilityZones": {
2827
- "shape": "S1u"
2879
+ "shape": "S21"
2828
2880
  },
2829
2881
  "SecurityGroupIds": {
2830
- "shape": "S1u"
2882
+ "shape": "S21"
2831
2883
  }
2832
2884
  }
2833
2885
  },
2834
- "S32": {
2886
+ "S39": {
2835
2887
  "type": "structure",
2836
2888
  "members": {
2837
2889
  "Enabled": {
@@ -2847,7 +2899,7 @@
2847
2899
  "type": "boolean"
2848
2900
  },
2849
2901
  "Idp": {
2850
- "shape": "S2e"
2902
+ "shape": "S2l"
2851
2903
  },
2852
2904
  "SubjectKey": {},
2853
2905
  "RolesKey": {},
@@ -2864,14 +2916,34 @@
2864
2916
  }
2865
2917
  }
2866
2918
  },
2867
- "S37": {
2919
+ "S3e": {
2868
2920
  "type": "structure",
2869
2921
  "members": {
2870
2922
  "ChangeId": {},
2871
- "Message": {}
2923
+ "Message": {},
2924
+ "ConfigChangeStatus": {},
2925
+ "InitiatedBy": {},
2926
+ "StartTime": {
2927
+ "type": "timestamp"
2928
+ },
2929
+ "LastUpdatedTime": {
2930
+ "type": "timestamp"
2931
+ }
2872
2932
  }
2873
2933
  },
2874
- "S3c": {
2934
+ "S3k": {
2935
+ "type": "list",
2936
+ "member": {
2937
+ "type": "structure",
2938
+ "members": {
2939
+ "Name": {},
2940
+ "ActiveValue": {},
2941
+ "PendingValue": {},
2942
+ "ValueType": {}
2943
+ }
2944
+ }
2945
+ },
2946
+ "S3p": {
2875
2947
  "type": "structure",
2876
2948
  "members": {
2877
2949
  "Endpoint": {},
@@ -2883,21 +2955,21 @@
2883
2955
  }
2884
2956
  }
2885
2957
  },
2886
- "S3h": {
2958
+ "S3u": {
2887
2959
  "type": "structure",
2888
2960
  "members": {
2889
2961
  "StatusCode": {},
2890
2962
  "Message": {}
2891
2963
  }
2892
2964
  },
2893
- "S3l": {
2965
+ "S3y": {
2894
2966
  "type": "structure",
2895
2967
  "members": {
2896
2968
  "S3BucketName": {},
2897
2969
  "S3Key": {}
2898
2970
  }
2899
2971
  },
2900
- "S3p": {
2972
+ "S42": {
2901
2973
  "type": "structure",
2902
2974
  "members": {
2903
2975
  "PackageID": {},
@@ -2917,11 +2989,11 @@
2917
2989
  },
2918
2990
  "EngineVersion": {},
2919
2991
  "AvailablePluginProperties": {
2920
- "shape": "S3t"
2992
+ "shape": "S46"
2921
2993
  }
2922
2994
  }
2923
2995
  },
2924
- "S3t": {
2996
+ "S46": {
2925
2997
  "type": "structure",
2926
2998
  "members": {
2927
2999
  "Name": {},
@@ -2933,20 +3005,20 @@
2933
3005
  }
2934
3006
  }
2935
3007
  },
2936
- "S43": {
3008
+ "S4g": {
2937
3009
  "type": "structure",
2938
3010
  "members": {
2939
3011
  "VpcEndpointId": {},
2940
3012
  "VpcEndpointOwner": {},
2941
3013
  "DomainArn": {},
2942
3014
  "VpcOptions": {
2943
- "shape": "S31"
3015
+ "shape": "S38"
2944
3016
  },
2945
3017
  "Status": {},
2946
3018
  "Endpoint": {}
2947
3019
  }
2948
3020
  },
2949
- "S4e": {
3021
+ "S4r": {
2950
3022
  "type": "structure",
2951
3023
  "members": {
2952
3024
  "LocalDomainInfo": {
@@ -2958,15 +3030,15 @@
2958
3030
  "ConnectionId": {},
2959
3031
  "ConnectionAlias": {},
2960
3032
  "ConnectionStatus": {
2961
- "shape": "S3h"
3033
+ "shape": "S3u"
2962
3034
  },
2963
3035
  "ConnectionMode": {},
2964
3036
  "ConnectionProperties": {
2965
- "shape": "S3c"
3037
+ "shape": "S3p"
2966
3038
  }
2967
3039
  }
2968
3040
  },
2969
- "S4j": {
3041
+ "S4w": {
2970
3042
  "type": "structure",
2971
3043
  "members": {
2972
3044
  "VpcEndpointId": {},
@@ -2975,7 +3047,7 @@
2975
3047
  "Status": {}
2976
3048
  }
2977
3049
  },
2978
- "S5c": {
3050
+ "S5o": {
2979
3051
  "type": "structure",
2980
3052
  "members": {
2981
3053
  "EngineVersion": {
@@ -2987,7 +3059,7 @@
2987
3059
  "members": {
2988
3060
  "Options": {},
2989
3061
  "Status": {
2990
- "shape": "S5e"
3062
+ "shape": "S5q"
2991
3063
  }
2992
3064
  }
2993
3065
  },
@@ -2999,10 +3071,10 @@
2999
3071
  ],
3000
3072
  "members": {
3001
3073
  "Options": {
3002
- "shape": "S1i"
3074
+ "shape": "S1p"
3003
3075
  },
3004
3076
  "Status": {
3005
- "shape": "S5e"
3077
+ "shape": "S5q"
3006
3078
  }
3007
3079
  }
3008
3080
  },
@@ -3014,10 +3086,10 @@
3014
3086
  ],
3015
3087
  "members": {
3016
3088
  "Options": {
3017
- "shape": "S1o"
3089
+ "shape": "S1v"
3018
3090
  },
3019
3091
  "Status": {
3020
- "shape": "S5e"
3092
+ "shape": "S5q"
3021
3093
  }
3022
3094
  }
3023
3095
  },
@@ -3030,7 +3102,7 @@
3030
3102
  "members": {
3031
3103
  "Options": {},
3032
3104
  "Status": {
3033
- "shape": "S5e"
3105
+ "shape": "S5q"
3034
3106
  }
3035
3107
  }
3036
3108
  },
@@ -3043,7 +3115,7 @@
3043
3115
  "members": {
3044
3116
  "Options": {},
3045
3117
  "Status": {
3046
- "shape": "S5e"
3118
+ "shape": "S5q"
3047
3119
  }
3048
3120
  }
3049
3121
  },
@@ -3055,10 +3127,10 @@
3055
3127
  ],
3056
3128
  "members": {
3057
3129
  "Options": {
3058
- "shape": "S1s"
3130
+ "shape": "S1z"
3059
3131
  },
3060
3132
  "Status": {
3061
- "shape": "S5e"
3133
+ "shape": "S5q"
3062
3134
  }
3063
3135
  }
3064
3136
  },
@@ -3070,10 +3142,10 @@
3070
3142
  ],
3071
3143
  "members": {
3072
3144
  "Options": {
3073
- "shape": "S31"
3145
+ "shape": "S38"
3074
3146
  },
3075
3147
  "Status": {
3076
- "shape": "S5e"
3148
+ "shape": "S5q"
3077
3149
  }
3078
3150
  }
3079
3151
  },
@@ -3085,10 +3157,10 @@
3085
3157
  ],
3086
3158
  "members": {
3087
3159
  "Options": {
3088
- "shape": "S1v"
3160
+ "shape": "S22"
3089
3161
  },
3090
3162
  "Status": {
3091
- "shape": "S5e"
3163
+ "shape": "S5q"
3092
3164
  }
3093
3165
  }
3094
3166
  },
@@ -3100,10 +3172,10 @@
3100
3172
  ],
3101
3173
  "members": {
3102
3174
  "Options": {
3103
- "shape": "S1y"
3175
+ "shape": "S25"
3104
3176
  },
3105
3177
  "Status": {
3106
- "shape": "S5e"
3178
+ "shape": "S5q"
3107
3179
  }
3108
3180
  }
3109
3181
  },
@@ -3115,10 +3187,10 @@
3115
3187
  ],
3116
3188
  "members": {
3117
3189
  "Options": {
3118
- "shape": "S20"
3190
+ "shape": "S27"
3119
3191
  },
3120
3192
  "Status": {
3121
- "shape": "S5e"
3193
+ "shape": "S5q"
3122
3194
  }
3123
3195
  }
3124
3196
  },
@@ -3130,10 +3202,10 @@
3130
3202
  ],
3131
3203
  "members": {
3132
3204
  "Options": {
3133
- "shape": "S21"
3205
+ "shape": "S28"
3134
3206
  },
3135
3207
  "Status": {
3136
- "shape": "S5e"
3208
+ "shape": "S5q"
3137
3209
  }
3138
3210
  }
3139
3211
  },
@@ -3141,10 +3213,10 @@
3141
3213
  "type": "structure",
3142
3214
  "members": {
3143
3215
  "Options": {
3144
- "shape": "S22"
3216
+ "shape": "S29"
3145
3217
  },
3146
3218
  "Status": {
3147
- "shape": "S5e"
3219
+ "shape": "S5q"
3148
3220
  }
3149
3221
  }
3150
3222
  },
@@ -3156,10 +3228,10 @@
3156
3228
  ],
3157
3229
  "members": {
3158
3230
  "Options": {
3159
- "shape": "S26"
3231
+ "shape": "S2d"
3160
3232
  },
3161
3233
  "Status": {
3162
- "shape": "S5e"
3234
+ "shape": "S5q"
3163
3235
  }
3164
3236
  }
3165
3237
  },
@@ -3171,10 +3243,10 @@
3171
3243
  ],
3172
3244
  "members": {
3173
3245
  "Options": {
3174
- "shape": "S32"
3246
+ "shape": "S39"
3175
3247
  },
3176
3248
  "Status": {
3177
- "shape": "S5e"
3249
+ "shape": "S5q"
3178
3250
  }
3179
3251
  }
3180
3252
  },
@@ -3182,7 +3254,7 @@
3182
3254
  "type": "structure",
3183
3255
  "members": {
3184
3256
  "Options": {
3185
- "shape": "S5v"
3257
+ "shape": "S67"
3186
3258
  },
3187
3259
  "Status": {
3188
3260
  "type": "structure",
@@ -3211,16 +3283,16 @@
3211
3283
  }
3212
3284
  },
3213
3285
  "ChangeProgressDetails": {
3214
- "shape": "S37"
3286
+ "shape": "S3e"
3215
3287
  },
3216
3288
  "OffPeakWindowOptions": {
3217
3289
  "type": "structure",
3218
3290
  "members": {
3219
3291
  "Options": {
3220
- "shape": "S2q"
3292
+ "shape": "S2x"
3221
3293
  },
3222
3294
  "Status": {
3223
- "shape": "S5e"
3295
+ "shape": "S5q"
3224
3296
  }
3225
3297
  }
3226
3298
  },
@@ -3228,16 +3300,19 @@
3228
3300
  "type": "structure",
3229
3301
  "members": {
3230
3302
  "Options": {
3231
- "shape": "S2v"
3303
+ "shape": "S32"
3232
3304
  },
3233
3305
  "Status": {
3234
- "shape": "S5e"
3306
+ "shape": "S5q"
3235
3307
  }
3236
3308
  }
3309
+ },
3310
+ "ModifyingProperties": {
3311
+ "shape": "S3k"
3237
3312
  }
3238
3313
  }
3239
3314
  },
3240
- "S5e": {
3315
+ "S5q": {
3241
3316
  "type": "structure",
3242
3317
  "required": [
3243
3318
  "CreationDate",
@@ -3260,20 +3335,20 @@
3260
3335
  }
3261
3336
  }
3262
3337
  },
3263
- "S5v": {
3338
+ "S67": {
3264
3339
  "type": "structure",
3265
3340
  "members": {
3266
3341
  "DesiredState": {},
3267
3342
  "RollbackOnDisable": {},
3268
3343
  "MaintenanceSchedules": {
3269
- "shape": "S2k"
3344
+ "shape": "S2r"
3270
3345
  },
3271
3346
  "UseOffPeakWindow": {
3272
3347
  "type": "boolean"
3273
3348
  }
3274
3349
  }
3275
3350
  },
3276
- "S6t": {
3351
+ "S75": {
3277
3352
  "type": "structure",
3278
3353
  "required": [
3279
3354
  "DryRunId",
@@ -3298,14 +3373,14 @@
3298
3373
  }
3299
3374
  }
3300
3375
  },
3301
- "S6w": {
3376
+ "S78": {
3302
3377
  "type": "structure",
3303
3378
  "members": {
3304
3379
  "DeploymentType": {},
3305
3380
  "Message": {}
3306
3381
  }
3307
3382
  },
3308
- "S6z": {
3383
+ "S7b": {
3309
3384
  "type": "list",
3310
3385
  "member": {
3311
3386
  "type": "structure",
@@ -3318,11 +3393,11 @@
3318
3393
  }
3319
3394
  }
3320
3395
  },
3321
- "S7g": {
3396
+ "S7s": {
3322
3397
  "type": "list",
3323
3398
  "member": {}
3324
3399
  },
3325
- "S86": {
3400
+ "S8i": {
3326
3401
  "type": "list",
3327
3402
  "member": {
3328
3403
  "type": "structure",
@@ -3334,17 +3409,17 @@
3334
3409
  }
3335
3410
  }
3336
3411
  },
3337
- "S8r": {
3412
+ "S93": {
3338
3413
  "type": "list",
3339
3414
  "member": {}
3340
3415
  },
3341
- "S9y": {
3416
+ "Saa": {
3342
3417
  "type": "list",
3343
3418
  "member": {
3344
3419
  "shape": "Sv"
3345
3420
  }
3346
3421
  },
3347
- "Sab": {
3422
+ "San": {
3348
3423
  "type": "structure",
3349
3424
  "required": [
3350
3425
  "Id",
@@ -3370,10 +3445,10 @@
3370
3445
  }
3371
3446
  }
3372
3447
  },
3373
- "Sap": {
3448
+ "Sb1": {
3374
3449
  "type": "list",
3375
3450
  "member": {
3376
- "shape": "S4j"
3451
+ "shape": "S4w"
3377
3452
  }
3378
3453
  }
3379
3454
  }