cdk-lambda-subminute 2.0.368 → 2.0.369

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 (112) 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/cognito-idp-2016-04-18.min.json +1 -1
  12. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
  13. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
  14. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
  15. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
  16. package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
  17. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
  18. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
  19. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
  20. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
  21. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
  22. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
  23. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
  24. package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
  25. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
  26. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
  27. package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
  28. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
  29. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
  30. package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
  31. package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
  32. package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
  33. package/node_modules/aws-sdk/clients/es.d.ts +111 -0
  34. package/node_modules/aws-sdk/clients/glue.d.ts +8 -3
  35. package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
  36. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
  37. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
  38. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
  39. package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
  40. package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
  41. package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
  42. package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
  43. package/node_modules/aws-sdk/clients/workspaces.d.ts +1 -1
  44. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
  45. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2385 -2179
  46. package/node_modules/aws-sdk/dist/aws-sdk.js +80 -8
  47. package/node_modules/aws-sdk/dist/aws-sdk.min.js +38 -38
  48. package/node_modules/aws-sdk/lib/core.js +1 -1
  49. package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
  50. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  51. package/node_modules/aws-sdk/package.json +1 -1
  52. package/node_modules/call-bind/CHANGELOG.md +9 -0
  53. package/node_modules/call-bind/index.js +1 -1
  54. package/node_modules/call-bind/package.json +10 -6
  55. package/node_modules/define-data-property/CHANGELOG.md +11 -0
  56. package/node_modules/define-data-property/index.js +2 -2
  57. package/node_modules/define-data-property/package.json +19 -18
  58. package/node_modules/define-data-property/test/index.js +7 -7
  59. package/node_modules/es-errors/.eslintrc +5 -0
  60. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  61. package/node_modules/es-errors/CHANGELOG.md +40 -0
  62. package/node_modules/es-errors/LICENSE +21 -0
  63. package/node_modules/es-errors/README.md +55 -0
  64. package/node_modules/es-errors/eval.d.ts +3 -0
  65. package/node_modules/es-errors/eval.js +4 -0
  66. package/node_modules/es-errors/index.d.ts +3 -0
  67. package/node_modules/es-errors/index.js +4 -0
  68. package/node_modules/es-errors/package.json +80 -0
  69. package/node_modules/es-errors/range.d.ts +3 -0
  70. package/node_modules/es-errors/range.js +4 -0
  71. package/node_modules/es-errors/ref.d.ts +3 -0
  72. package/node_modules/es-errors/ref.js +4 -0
  73. package/node_modules/es-errors/syntax.d.ts +3 -0
  74. package/node_modules/es-errors/syntax.js +4 -0
  75. package/node_modules/es-errors/test/index.js +19 -0
  76. package/node_modules/es-errors/tsconfig.json +49 -0
  77. package/node_modules/es-errors/type.d.ts +3 -0
  78. package/node_modules/es-errors/type.js +4 -0
  79. package/node_modules/es-errors/uri.d.ts +3 -0
  80. package/node_modules/es-errors/uri.js +4 -0
  81. package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
  82. package/node_modules/get-intrinsic/index.js +15 -7
  83. package/node_modules/get-intrinsic/package.json +12 -12
  84. package/node_modules/has-tostringtag/.eslintrc +0 -6
  85. package/node_modules/has-tostringtag/.nycrc +13 -0
  86. package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
  87. package/node_modules/has-tostringtag/index.d.ts +3 -0
  88. package/node_modules/has-tostringtag/index.js +1 -0
  89. package/node_modules/has-tostringtag/package.json +37 -13
  90. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  91. package/node_modules/has-tostringtag/shams.js +1 -0
  92. package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
  93. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
  94. package/node_modules/has-tostringtag/test/tests.js +2 -1
  95. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  96. package/node_modules/is-typed-array/CHANGELOG.md +10 -0
  97. package/node_modules/is-typed-array/index.d.ts +16 -0
  98. package/node_modules/is-typed-array/index.js +1 -0
  99. package/node_modules/is-typed-array/package.json +18 -7
  100. package/node_modules/is-typed-array/test/index.js +9 -1
  101. package/node_modules/is-typed-array/tsconfig.json +49 -0
  102. package/node_modules/set-function-length/CHANGELOG.md +8 -0
  103. package/node_modules/set-function-length/index.js +1 -1
  104. package/node_modules/set-function-length/package.json +7 -6
  105. package/node_modules/which-typed-array/CHANGELOG.md +9 -0
  106. package/node_modules/which-typed-array/index.d.ts +16 -0
  107. package/node_modules/which-typed-array/index.js +39 -18
  108. package/node_modules/which-typed-array/package.json +18 -7
  109. package/node_modules/which-typed-array/test/index.js +9 -1
  110. package/node_modules/which-typed-array/tsconfig.json +49 -0
  111. package/package.json +4 -4
  112. package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -114,6 +114,49 @@
114
114
  }
115
115
  }
116
116
  },
117
+ "CancelDomainConfigChange": {
118
+ "http": {
119
+ "requestUri": "/2015-01-01/es/domain/{DomainName}/config/cancel"
120
+ },
121
+ "input": {
122
+ "type": "structure",
123
+ "required": [
124
+ "DomainName"
125
+ ],
126
+ "members": {
127
+ "DomainName": {
128
+ "location": "uri",
129
+ "locationName": "DomainName"
130
+ },
131
+ "DryRun": {
132
+ "type": "boolean"
133
+ }
134
+ }
135
+ },
136
+ "output": {
137
+ "type": "structure",
138
+ "members": {
139
+ "DryRun": {
140
+ "type": "boolean"
141
+ },
142
+ "CancelledChangeIds": {
143
+ "type": "list",
144
+ "member": {}
145
+ },
146
+ "CancelledChangeProperties": {
147
+ "type": "list",
148
+ "member": {
149
+ "type": "structure",
150
+ "members": {
151
+ "PropertyName": {},
152
+ "CancelledValue": {},
153
+ "ActiveValue": {}
154
+ }
155
+ }
156
+ }
157
+ }
158
+ }
159
+ },
117
160
  "CancelElasticsearchServiceSoftwareUpdate": {
118
161
  "http": {
119
162
  "requestUri": "/2015-01-01/es/serviceSoftwareUpdate/cancel"
@@ -131,7 +174,7 @@
131
174
  "type": "structure",
132
175
  "members": {
133
176
  "ServiceSoftwareOptions": {
134
- "shape": "S13"
177
+ "shape": "S1a"
135
178
  }
136
179
  }
137
180
  }
@@ -149,45 +192,45 @@
149
192
  "DomainName": {},
150
193
  "ElasticsearchVersion": {},
151
194
  "ElasticsearchClusterConfig": {
152
- "shape": "S19"
195
+ "shape": "S1g"
153
196
  },
154
197
  "EBSOptions": {
155
- "shape": "S1f"
198
+ "shape": "S1m"
156
199
  },
157
200
  "AccessPolicies": {},
158
201
  "SnapshotOptions": {
159
- "shape": "S1i"
202
+ "shape": "S1p"
160
203
  },
161
204
  "VPCOptions": {
162
- "shape": "S1j"
205
+ "shape": "S1q"
163
206
  },
164
207
  "CognitoOptions": {
165
- "shape": "S1l"
208
+ "shape": "S1s"
166
209
  },
167
210
  "EncryptionAtRestOptions": {
168
- "shape": "S1p"
211
+ "shape": "S1w"
169
212
  },
170
213
  "NodeToNodeEncryptionOptions": {
171
- "shape": "S1r"
214
+ "shape": "S1y"
172
215
  },
173
216
  "AdvancedOptions": {
174
- "shape": "S1s"
217
+ "shape": "S1z"
175
218
  },
176
219
  "LogPublishingOptions": {
177
- "shape": "S1t"
220
+ "shape": "S20"
178
221
  },
179
222
  "DomainEndpointOptions": {
180
- "shape": "S1x"
223
+ "shape": "S24"
181
224
  },
182
225
  "AdvancedSecurityOptions": {
183
- "shape": "S20"
226
+ "shape": "S27"
184
227
  },
185
228
  "AutoTuneOptions": {
186
229
  "type": "structure",
187
230
  "members": {
188
231
  "DesiredState": {},
189
232
  "MaintenanceSchedules": {
190
- "shape": "S2b"
233
+ "shape": "S2i"
191
234
  }
192
235
  }
193
236
  },
@@ -200,7 +243,7 @@
200
243
  "type": "structure",
201
244
  "members": {
202
245
  "DomainStatus": {
203
- "shape": "S2i"
246
+ "shape": "S2p"
204
247
  }
205
248
  }
206
249
  }
@@ -237,7 +280,7 @@
237
280
  },
238
281
  "ConnectionAlias": {},
239
282
  "ConnectionStatus": {
240
- "shape": "S2y"
283
+ "shape": "S3b"
241
284
  },
242
285
  "CrossClusterSearchConnectionId": {}
243
286
  }
@@ -259,7 +302,7 @@
259
302
  "PackageType": {},
260
303
  "PackageDescription": {},
261
304
  "PackageSource": {
262
- "shape": "S32"
305
+ "shape": "S3f"
263
306
  }
264
307
  }
265
308
  },
@@ -267,7 +310,7 @@
267
310
  "type": "structure",
268
311
  "members": {
269
312
  "PackageDetails": {
270
- "shape": "S36"
313
+ "shape": "S3j"
271
314
  }
272
315
  }
273
316
  }
@@ -285,7 +328,7 @@
285
328
  "members": {
286
329
  "DomainArn": {},
287
330
  "VpcOptions": {
288
- "shape": "S1j"
331
+ "shape": "S1q"
289
332
  },
290
333
  "ClientToken": {}
291
334
  }
@@ -297,7 +340,7 @@
297
340
  ],
298
341
  "members": {
299
342
  "VpcEndpoint": {
300
- "shape": "S3d"
343
+ "shape": "S3q"
301
344
  }
302
345
  }
303
346
  }
@@ -323,7 +366,7 @@
323
366
  "type": "structure",
324
367
  "members": {
325
368
  "DomainStatus": {
326
- "shape": "S2i"
369
+ "shape": "S2p"
327
370
  }
328
371
  }
329
372
  }
@@ -381,7 +424,7 @@
381
424
  "type": "structure",
382
425
  "members": {
383
426
  "CrossClusterSearchConnection": {
384
- "shape": "S3n"
427
+ "shape": "S40"
385
428
  }
386
429
  }
387
430
  }
@@ -407,7 +450,7 @@
407
450
  "type": "structure",
408
451
  "members": {
409
452
  "PackageDetails": {
410
- "shape": "S36"
453
+ "shape": "S3j"
411
454
  }
412
455
  }
413
456
  }
@@ -436,7 +479,7 @@
436
479
  ],
437
480
  "members": {
438
481
  "VpcEndpointSummary": {
439
- "shape": "S3s"
482
+ "shape": "S45"
440
483
  }
441
484
  }
442
485
  }
@@ -527,10 +570,10 @@
527
570
  },
528
571
  "Status": {},
529
572
  "PendingProperties": {
530
- "shape": "S1k"
573
+ "shape": "S1r"
531
574
  },
532
575
  "CompletedProperties": {
533
- "shape": "S1k"
576
+ "shape": "S1r"
534
577
  },
535
578
  "TotalNumberOfStages": {
536
579
  "type": "integer"
@@ -548,7 +591,12 @@
548
591
  }
549
592
  }
550
593
  }
551
- }
594
+ },
595
+ "ConfigChangeStatus": {},
596
+ "LastUpdatedTime": {
597
+ "type": "timestamp"
598
+ },
599
+ "InitiatedBy": {}
552
600
  }
553
601
  }
554
602
  }
@@ -578,7 +626,7 @@
578
626
  ],
579
627
  "members": {
580
628
  "DomainStatus": {
581
- "shape": "S2i"
629
+ "shape": "S2p"
582
630
  }
583
631
  }
584
632
  }
@@ -607,7 +655,7 @@
607
655
  ],
608
656
  "members": {
609
657
  "DomainConfig": {
610
- "shape": "S4l"
658
+ "shape": "S4x"
611
659
  }
612
660
  }
613
661
  }
@@ -637,7 +685,7 @@
637
685
  "DomainStatusList": {
638
686
  "type": "list",
639
687
  "member": {
640
- "shape": "S2i"
688
+ "shape": "S2p"
641
689
  }
642
690
  }
643
691
  }
@@ -692,7 +740,7 @@
692
740
  "members": {
693
741
  "LimitName": {},
694
742
  "LimitValues": {
695
- "shape": "S5m"
743
+ "shape": "S5y"
696
744
  }
697
745
  }
698
746
  }
@@ -723,7 +771,7 @@
723
771
  "members": {
724
772
  "LimitName": {},
725
773
  "LimitValues": {
726
- "shape": "S5m"
774
+ "shape": "S5y"
727
775
  }
728
776
  }
729
777
  }
@@ -742,7 +790,7 @@
742
790
  "type": "structure",
743
791
  "members": {
744
792
  "Filters": {
745
- "shape": "S5v"
793
+ "shape": "S67"
746
794
  },
747
795
  "MaxResults": {
748
796
  "type": "integer"
@@ -771,7 +819,7 @@
771
819
  "type": "structure",
772
820
  "members": {
773
821
  "Filters": {
774
- "shape": "S5v"
822
+ "shape": "S67"
775
823
  },
776
824
  "MaxResults": {
777
825
  "type": "integer"
@@ -785,7 +833,7 @@
785
833
  "CrossClusterSearchConnections": {
786
834
  "type": "list",
787
835
  "member": {
788
- "shape": "S3n"
836
+ "shape": "S40"
789
837
  }
790
838
  },
791
839
  "NextToken": {}
@@ -824,7 +872,7 @@
824
872
  "PackageDetailsList": {
825
873
  "type": "list",
826
874
  "member": {
827
- "shape": "S36"
875
+ "shape": "S3j"
828
876
  }
829
877
  },
830
878
  "NextToken": {}
@@ -877,7 +925,7 @@
877
925
  "CurrencyCode": {},
878
926
  "PaymentOption": {},
879
927
  "RecurringCharges": {
880
- "shape": "S6j"
928
+ "shape": "S6v"
881
929
  }
882
930
  }
883
931
  }
@@ -940,7 +988,7 @@
940
988
  "State": {},
941
989
  "PaymentOption": {},
942
990
  "RecurringCharges": {
943
- "shape": "S6j"
991
+ "shape": "S6v"
944
992
  }
945
993
  }
946
994
  }
@@ -974,7 +1022,7 @@
974
1022
  "VpcEndpoints": {
975
1023
  "type": "list",
976
1024
  "member": {
977
- "shape": "S3d"
1025
+ "shape": "S3q"
978
1026
  }
979
1027
  },
980
1028
  "VpcEndpointErrors": {
@@ -1045,7 +1093,7 @@
1045
1093
  "members": {
1046
1094
  "SourceVersion": {},
1047
1095
  "TargetVersions": {
1048
- "shape": "S73"
1096
+ "shape": "S7f"
1049
1097
  }
1050
1098
  }
1051
1099
  }
@@ -1249,7 +1297,7 @@
1249
1297
  "type": "structure",
1250
1298
  "members": {
1251
1299
  "DomainPackageDetailsList": {
1252
- "shape": "S7u"
1300
+ "shape": "S86"
1253
1301
  },
1254
1302
  "NextToken": {}
1255
1303
  }
@@ -1319,7 +1367,7 @@
1319
1367
  "type": "structure",
1320
1368
  "members": {
1321
1369
  "ElasticsearchVersions": {
1322
- "shape": "S73"
1370
+ "shape": "S7f"
1323
1371
  },
1324
1372
  "NextToken": {}
1325
1373
  }
@@ -1355,7 +1403,7 @@
1355
1403
  "type": "structure",
1356
1404
  "members": {
1357
1405
  "DomainPackageDetailsList": {
1358
- "shape": "S7u"
1406
+ "shape": "S86"
1359
1407
  },
1360
1408
  "NextToken": {}
1361
1409
  }
@@ -1447,7 +1495,7 @@
1447
1495
  ],
1448
1496
  "members": {
1449
1497
  "VpcEndpointSummaryList": {
1450
- "shape": "S89"
1498
+ "shape": "S8l"
1451
1499
  },
1452
1500
  "NextToken": {}
1453
1501
  }
@@ -1482,7 +1530,7 @@
1482
1530
  ],
1483
1531
  "members": {
1484
1532
  "VpcEndpointSummaryList": {
1485
- "shape": "S89"
1533
+ "shape": "S8l"
1486
1534
  },
1487
1535
  "NextToken": {}
1488
1536
  }
@@ -1553,7 +1601,7 @@
1553
1601
  "members": {
1554
1602
  "ARN": {},
1555
1603
  "TagKeys": {
1556
- "shape": "S1k"
1604
+ "shape": "S1r"
1557
1605
  }
1558
1606
  }
1559
1607
  }
@@ -1598,7 +1646,7 @@
1598
1646
  "type": "structure",
1599
1647
  "members": {
1600
1648
  "ServiceSoftwareOptions": {
1601
- "shape": "S13"
1649
+ "shape": "S1a"
1602
1650
  }
1603
1651
  }
1604
1652
  }
@@ -1618,41 +1666,41 @@
1618
1666
  "locationName": "DomainName"
1619
1667
  },
1620
1668
  "ElasticsearchClusterConfig": {
1621
- "shape": "S19"
1669
+ "shape": "S1g"
1622
1670
  },
1623
1671
  "EBSOptions": {
1624
- "shape": "S1f"
1672
+ "shape": "S1m"
1625
1673
  },
1626
1674
  "SnapshotOptions": {
1627
- "shape": "S1i"
1675
+ "shape": "S1p"
1628
1676
  },
1629
1677
  "VPCOptions": {
1630
- "shape": "S1j"
1678
+ "shape": "S1q"
1631
1679
  },
1632
1680
  "CognitoOptions": {
1633
- "shape": "S1l"
1681
+ "shape": "S1s"
1634
1682
  },
1635
1683
  "AdvancedOptions": {
1636
- "shape": "S1s"
1684
+ "shape": "S1z"
1637
1685
  },
1638
1686
  "AccessPolicies": {},
1639
1687
  "LogPublishingOptions": {
1640
- "shape": "S1t"
1688
+ "shape": "S20"
1641
1689
  },
1642
1690
  "DomainEndpointOptions": {
1643
- "shape": "S1x"
1691
+ "shape": "S24"
1644
1692
  },
1645
1693
  "AdvancedSecurityOptions": {
1646
- "shape": "S20"
1694
+ "shape": "S27"
1647
1695
  },
1648
1696
  "NodeToNodeEncryptionOptions": {
1649
- "shape": "S1r"
1697
+ "shape": "S1y"
1650
1698
  },
1651
1699
  "EncryptionAtRestOptions": {
1652
- "shape": "S1p"
1700
+ "shape": "S1w"
1653
1701
  },
1654
1702
  "AutoTuneOptions": {
1655
- "shape": "S53"
1703
+ "shape": "S5f"
1656
1704
  },
1657
1705
  "DryRun": {
1658
1706
  "type": "boolean"
@@ -1666,7 +1714,7 @@
1666
1714
  ],
1667
1715
  "members": {
1668
1716
  "DomainConfig": {
1669
- "shape": "S4l"
1717
+ "shape": "S4x"
1670
1718
  },
1671
1719
  "DryRunResults": {
1672
1720
  "type": "structure",
@@ -1691,7 +1739,7 @@
1691
1739
  "members": {
1692
1740
  "PackageID": {},
1693
1741
  "PackageSource": {
1694
- "shape": "S32"
1742
+ "shape": "S3f"
1695
1743
  },
1696
1744
  "PackageDescription": {},
1697
1745
  "CommitMessage": {}
@@ -1701,7 +1749,7 @@
1701
1749
  "type": "structure",
1702
1750
  "members": {
1703
1751
  "PackageDetails": {
1704
- "shape": "S36"
1752
+ "shape": "S3j"
1705
1753
  }
1706
1754
  }
1707
1755
  }
@@ -1719,7 +1767,7 @@
1719
1767
  "members": {
1720
1768
  "VpcEndpointId": {},
1721
1769
  "VpcOptions": {
1722
- "shape": "S1j"
1770
+ "shape": "S1q"
1723
1771
  }
1724
1772
  }
1725
1773
  },
@@ -1730,7 +1778,7 @@
1730
1778
  ],
1731
1779
  "members": {
1732
1780
  "VpcEndpoint": {
1733
- "shape": "S3d"
1781
+ "shape": "S3q"
1734
1782
  }
1735
1783
  }
1736
1784
  }
@@ -1762,7 +1810,7 @@
1762
1810
  "type": "boolean"
1763
1811
  },
1764
1812
  "ChangeProgressDetails": {
1765
- "shape": "S2s"
1813
+ "shape": "S2z"
1766
1814
  }
1767
1815
  }
1768
1816
  }
@@ -1845,7 +1893,7 @@
1845
1893
  "Principal": {}
1846
1894
  }
1847
1895
  },
1848
- "S13": {
1896
+ "S1a": {
1849
1897
  "type": "structure",
1850
1898
  "members": {
1851
1899
  "CurrentVersion": {},
@@ -1866,7 +1914,7 @@
1866
1914
  }
1867
1915
  }
1868
1916
  },
1869
- "S19": {
1917
+ "S1g": {
1870
1918
  "type": "structure",
1871
1919
  "members": {
1872
1920
  "InstanceType": {},
@@ -1911,7 +1959,7 @@
1911
1959
  }
1912
1960
  }
1913
1961
  },
1914
- "S1f": {
1962
+ "S1m": {
1915
1963
  "type": "structure",
1916
1964
  "members": {
1917
1965
  "EBSEnabled": {
@@ -1929,7 +1977,7 @@
1929
1977
  }
1930
1978
  }
1931
1979
  },
1932
- "S1i": {
1980
+ "S1p": {
1933
1981
  "type": "structure",
1934
1982
  "members": {
1935
1983
  "AutomatedSnapshotStartHour": {
@@ -1937,22 +1985,22 @@
1937
1985
  }
1938
1986
  }
1939
1987
  },
1940
- "S1j": {
1988
+ "S1q": {
1941
1989
  "type": "structure",
1942
1990
  "members": {
1943
1991
  "SubnetIds": {
1944
- "shape": "S1k"
1992
+ "shape": "S1r"
1945
1993
  },
1946
1994
  "SecurityGroupIds": {
1947
- "shape": "S1k"
1995
+ "shape": "S1r"
1948
1996
  }
1949
1997
  }
1950
1998
  },
1951
- "S1k": {
1999
+ "S1r": {
1952
2000
  "type": "list",
1953
2001
  "member": {}
1954
2002
  },
1955
- "S1l": {
2003
+ "S1s": {
1956
2004
  "type": "structure",
1957
2005
  "members": {
1958
2006
  "Enabled": {
@@ -1963,7 +2011,7 @@
1963
2011
  "RoleArn": {}
1964
2012
  }
1965
2013
  },
1966
- "S1p": {
2014
+ "S1w": {
1967
2015
  "type": "structure",
1968
2016
  "members": {
1969
2017
  "Enabled": {
@@ -1972,7 +2020,7 @@
1972
2020
  "KmsKeyId": {}
1973
2021
  }
1974
2022
  },
1975
- "S1r": {
2023
+ "S1y": {
1976
2024
  "type": "structure",
1977
2025
  "members": {
1978
2026
  "Enabled": {
@@ -1980,12 +2028,12 @@
1980
2028
  }
1981
2029
  }
1982
2030
  },
1983
- "S1s": {
2031
+ "S1z": {
1984
2032
  "type": "map",
1985
2033
  "key": {},
1986
2034
  "value": {}
1987
2035
  },
1988
- "S1t": {
2036
+ "S20": {
1989
2037
  "type": "map",
1990
2038
  "key": {},
1991
2039
  "value": {
@@ -1998,7 +2046,7 @@
1998
2046
  }
1999
2047
  }
2000
2048
  },
2001
- "S1x": {
2049
+ "S24": {
2002
2050
  "type": "structure",
2003
2051
  "members": {
2004
2052
  "EnforceHTTPS": {
@@ -2012,7 +2060,7 @@
2012
2060
  "CustomEndpointCertificateArn": {}
2013
2061
  }
2014
2062
  },
2015
- "S20": {
2063
+ "S27": {
2016
2064
  "type": "structure",
2017
2065
  "members": {
2018
2066
  "Enabled": {
@@ -2026,7 +2074,7 @@
2026
2074
  "members": {
2027
2075
  "MasterUserARN": {},
2028
2076
  "MasterUserName": {
2029
- "shape": "S22"
2077
+ "shape": "S29"
2030
2078
  },
2031
2079
  "MasterUserPassword": {
2032
2080
  "type": "string",
@@ -2041,10 +2089,10 @@
2041
2089
  "type": "boolean"
2042
2090
  },
2043
2091
  "Idp": {
2044
- "shape": "S25"
2092
+ "shape": "S2c"
2045
2093
  },
2046
2094
  "MasterUserName": {
2047
- "shape": "S22"
2095
+ "shape": "S29"
2048
2096
  },
2049
2097
  "MasterBackendRole": {},
2050
2098
  "SubjectKey": {},
@@ -2059,11 +2107,11 @@
2059
2107
  }
2060
2108
  }
2061
2109
  },
2062
- "S22": {
2110
+ "S29": {
2063
2111
  "type": "string",
2064
2112
  "sensitive": true
2065
2113
  },
2066
- "S25": {
2114
+ "S2c": {
2067
2115
  "type": "structure",
2068
2116
  "required": [
2069
2117
  "MetadataContent",
@@ -2074,7 +2122,7 @@
2074
2122
  "EntityId": {}
2075
2123
  }
2076
2124
  },
2077
- "S2b": {
2125
+ "S2i": {
2078
2126
  "type": "list",
2079
2127
  "member": {
2080
2128
  "type": "structure",
@@ -2095,7 +2143,7 @@
2095
2143
  }
2096
2144
  }
2097
2145
  },
2098
- "S2i": {
2146
+ "S2p": {
2099
2147
  "type": "structure",
2100
2148
  "required": [
2101
2149
  "DomainId",
@@ -2127,41 +2175,41 @@
2127
2175
  },
2128
2176
  "ElasticsearchVersion": {},
2129
2177
  "ElasticsearchClusterConfig": {
2130
- "shape": "S19"
2178
+ "shape": "S1g"
2131
2179
  },
2132
2180
  "EBSOptions": {
2133
- "shape": "S1f"
2181
+ "shape": "S1m"
2134
2182
  },
2135
2183
  "AccessPolicies": {},
2136
2184
  "SnapshotOptions": {
2137
- "shape": "S1i"
2185
+ "shape": "S1p"
2138
2186
  },
2139
2187
  "VPCOptions": {
2140
- "shape": "S2m"
2188
+ "shape": "S2t"
2141
2189
  },
2142
2190
  "CognitoOptions": {
2143
- "shape": "S1l"
2191
+ "shape": "S1s"
2144
2192
  },
2145
2193
  "EncryptionAtRestOptions": {
2146
- "shape": "S1p"
2194
+ "shape": "S1w"
2147
2195
  },
2148
2196
  "NodeToNodeEncryptionOptions": {
2149
- "shape": "S1r"
2197
+ "shape": "S1y"
2150
2198
  },
2151
2199
  "AdvancedOptions": {
2152
- "shape": "S1s"
2200
+ "shape": "S1z"
2153
2201
  },
2154
2202
  "LogPublishingOptions": {
2155
- "shape": "S1t"
2203
+ "shape": "S20"
2156
2204
  },
2157
2205
  "ServiceSoftwareOptions": {
2158
- "shape": "S13"
2206
+ "shape": "S1a"
2159
2207
  },
2160
2208
  "DomainEndpointOptions": {
2161
- "shape": "S1x"
2209
+ "shape": "S24"
2162
2210
  },
2163
2211
  "AdvancedSecurityOptions": {
2164
- "shape": "S2n"
2212
+ "shape": "S2u"
2165
2213
  },
2166
2214
  "AutoTuneOptions": {
2167
2215
  "type": "structure",
@@ -2171,26 +2219,30 @@
2171
2219
  }
2172
2220
  },
2173
2221
  "ChangeProgressDetails": {
2174
- "shape": "S2s"
2222
+ "shape": "S2z"
2223
+ },
2224
+ "DomainProcessingStatus": {},
2225
+ "ModifyingProperties": {
2226
+ "shape": "S35"
2175
2227
  }
2176
2228
  }
2177
2229
  },
2178
- "S2m": {
2230
+ "S2t": {
2179
2231
  "type": "structure",
2180
2232
  "members": {
2181
2233
  "VPCId": {},
2182
2234
  "SubnetIds": {
2183
- "shape": "S1k"
2235
+ "shape": "S1r"
2184
2236
  },
2185
2237
  "AvailabilityZones": {
2186
- "shape": "S1k"
2238
+ "shape": "S1r"
2187
2239
  },
2188
2240
  "SecurityGroupIds": {
2189
- "shape": "S1k"
2241
+ "shape": "S1r"
2190
2242
  }
2191
2243
  }
2192
2244
  },
2193
- "S2n": {
2245
+ "S2u": {
2194
2246
  "type": "structure",
2195
2247
  "members": {
2196
2248
  "Enabled": {
@@ -2206,7 +2258,7 @@
2206
2258
  "type": "boolean"
2207
2259
  },
2208
2260
  "Idp": {
2209
- "shape": "S25"
2261
+ "shape": "S2c"
2210
2262
  },
2211
2263
  "SubjectKey": {},
2212
2264
  "RolesKey": {},
@@ -2223,28 +2275,48 @@
2223
2275
  }
2224
2276
  }
2225
2277
  },
2226
- "S2s": {
2278
+ "S2z": {
2227
2279
  "type": "structure",
2228
2280
  "members": {
2229
2281
  "ChangeId": {},
2230
- "Message": {}
2282
+ "Message": {},
2283
+ "ConfigChangeStatus": {},
2284
+ "StartTime": {
2285
+ "type": "timestamp"
2286
+ },
2287
+ "LastUpdatedTime": {
2288
+ "type": "timestamp"
2289
+ },
2290
+ "InitiatedBy": {}
2231
2291
  }
2232
2292
  },
2233
- "S2y": {
2293
+ "S35": {
2294
+ "type": "list",
2295
+ "member": {
2296
+ "type": "structure",
2297
+ "members": {
2298
+ "Name": {},
2299
+ "ActiveValue": {},
2300
+ "PendingValue": {},
2301
+ "ValueType": {}
2302
+ }
2303
+ }
2304
+ },
2305
+ "S3b": {
2234
2306
  "type": "structure",
2235
2307
  "members": {
2236
2308
  "StatusCode": {},
2237
2309
  "Message": {}
2238
2310
  }
2239
2311
  },
2240
- "S32": {
2312
+ "S3f": {
2241
2313
  "type": "structure",
2242
2314
  "members": {
2243
2315
  "S3BucketName": {},
2244
2316
  "S3Key": {}
2245
2317
  }
2246
2318
  },
2247
- "S36": {
2319
+ "S3j": {
2248
2320
  "type": "structure",
2249
2321
  "members": {
2250
2322
  "PackageID": {},
@@ -2264,20 +2336,20 @@
2264
2336
  }
2265
2337
  }
2266
2338
  },
2267
- "S3d": {
2339
+ "S3q": {
2268
2340
  "type": "structure",
2269
2341
  "members": {
2270
2342
  "VpcEndpointId": {},
2271
2343
  "VpcEndpointOwner": {},
2272
2344
  "DomainArn": {},
2273
2345
  "VpcOptions": {
2274
- "shape": "S2m"
2346
+ "shape": "S2t"
2275
2347
  },
2276
2348
  "Status": {},
2277
2349
  "Endpoint": {}
2278
2350
  }
2279
2351
  },
2280
- "S3n": {
2352
+ "S40": {
2281
2353
  "type": "structure",
2282
2354
  "members": {
2283
2355
  "SourceDomainInfo": {
@@ -2289,11 +2361,11 @@
2289
2361
  "CrossClusterSearchConnectionId": {},
2290
2362
  "ConnectionAlias": {},
2291
2363
  "ConnectionStatus": {
2292
- "shape": "S2y"
2364
+ "shape": "S3b"
2293
2365
  }
2294
2366
  }
2295
2367
  },
2296
- "S3s": {
2368
+ "S45": {
2297
2369
  "type": "structure",
2298
2370
  "members": {
2299
2371
  "VpcEndpointId": {},
@@ -2302,7 +2374,7 @@
2302
2374
  "Status": {}
2303
2375
  }
2304
2376
  },
2305
- "S4l": {
2377
+ "S4x": {
2306
2378
  "type": "structure",
2307
2379
  "members": {
2308
2380
  "ElasticsearchVersion": {
@@ -2314,7 +2386,7 @@
2314
2386
  "members": {
2315
2387
  "Options": {},
2316
2388
  "Status": {
2317
- "shape": "S4n"
2389
+ "shape": "S4z"
2318
2390
  }
2319
2391
  }
2320
2392
  },
@@ -2326,10 +2398,10 @@
2326
2398
  ],
2327
2399
  "members": {
2328
2400
  "Options": {
2329
- "shape": "S19"
2401
+ "shape": "S1g"
2330
2402
  },
2331
2403
  "Status": {
2332
- "shape": "S4n"
2404
+ "shape": "S4z"
2333
2405
  }
2334
2406
  }
2335
2407
  },
@@ -2341,10 +2413,10 @@
2341
2413
  ],
2342
2414
  "members": {
2343
2415
  "Options": {
2344
- "shape": "S1f"
2416
+ "shape": "S1m"
2345
2417
  },
2346
2418
  "Status": {
2347
- "shape": "S4n"
2419
+ "shape": "S4z"
2348
2420
  }
2349
2421
  }
2350
2422
  },
@@ -2357,7 +2429,7 @@
2357
2429
  "members": {
2358
2430
  "Options": {},
2359
2431
  "Status": {
2360
- "shape": "S4n"
2432
+ "shape": "S4z"
2361
2433
  }
2362
2434
  }
2363
2435
  },
@@ -2369,10 +2441,10 @@
2369
2441
  ],
2370
2442
  "members": {
2371
2443
  "Options": {
2372
- "shape": "S1i"
2444
+ "shape": "S1p"
2373
2445
  },
2374
2446
  "Status": {
2375
- "shape": "S4n"
2447
+ "shape": "S4z"
2376
2448
  }
2377
2449
  }
2378
2450
  },
@@ -2384,10 +2456,10 @@
2384
2456
  ],
2385
2457
  "members": {
2386
2458
  "Options": {
2387
- "shape": "S2m"
2459
+ "shape": "S2t"
2388
2460
  },
2389
2461
  "Status": {
2390
- "shape": "S4n"
2462
+ "shape": "S4z"
2391
2463
  }
2392
2464
  }
2393
2465
  },
@@ -2399,10 +2471,10 @@
2399
2471
  ],
2400
2472
  "members": {
2401
2473
  "Options": {
2402
- "shape": "S1l"
2474
+ "shape": "S1s"
2403
2475
  },
2404
2476
  "Status": {
2405
- "shape": "S4n"
2477
+ "shape": "S4z"
2406
2478
  }
2407
2479
  }
2408
2480
  },
@@ -2414,10 +2486,10 @@
2414
2486
  ],
2415
2487
  "members": {
2416
2488
  "Options": {
2417
- "shape": "S1p"
2489
+ "shape": "S1w"
2418
2490
  },
2419
2491
  "Status": {
2420
- "shape": "S4n"
2492
+ "shape": "S4z"
2421
2493
  }
2422
2494
  }
2423
2495
  },
@@ -2429,10 +2501,10 @@
2429
2501
  ],
2430
2502
  "members": {
2431
2503
  "Options": {
2432
- "shape": "S1r"
2504
+ "shape": "S1y"
2433
2505
  },
2434
2506
  "Status": {
2435
- "shape": "S4n"
2507
+ "shape": "S4z"
2436
2508
  }
2437
2509
  }
2438
2510
  },
@@ -2444,10 +2516,10 @@
2444
2516
  ],
2445
2517
  "members": {
2446
2518
  "Options": {
2447
- "shape": "S1s"
2519
+ "shape": "S1z"
2448
2520
  },
2449
2521
  "Status": {
2450
- "shape": "S4n"
2522
+ "shape": "S4z"
2451
2523
  }
2452
2524
  }
2453
2525
  },
@@ -2455,10 +2527,10 @@
2455
2527
  "type": "structure",
2456
2528
  "members": {
2457
2529
  "Options": {
2458
- "shape": "S1t"
2530
+ "shape": "S20"
2459
2531
  },
2460
2532
  "Status": {
2461
- "shape": "S4n"
2533
+ "shape": "S4z"
2462
2534
  }
2463
2535
  }
2464
2536
  },
@@ -2470,10 +2542,10 @@
2470
2542
  ],
2471
2543
  "members": {
2472
2544
  "Options": {
2473
- "shape": "S1x"
2545
+ "shape": "S24"
2474
2546
  },
2475
2547
  "Status": {
2476
- "shape": "S4n"
2548
+ "shape": "S4z"
2477
2549
  }
2478
2550
  }
2479
2551
  },
@@ -2485,10 +2557,10 @@
2485
2557
  ],
2486
2558
  "members": {
2487
2559
  "Options": {
2488
- "shape": "S2n"
2560
+ "shape": "S2u"
2489
2561
  },
2490
2562
  "Status": {
2491
- "shape": "S4n"
2563
+ "shape": "S4z"
2492
2564
  }
2493
2565
  }
2494
2566
  },
@@ -2496,7 +2568,7 @@
2496
2568
  "type": "structure",
2497
2569
  "members": {
2498
2570
  "Options": {
2499
- "shape": "S53"
2571
+ "shape": "S5f"
2500
2572
  },
2501
2573
  "Status": {
2502
2574
  "type": "structure",
@@ -2525,11 +2597,14 @@
2525
2597
  }
2526
2598
  },
2527
2599
  "ChangeProgressDetails": {
2528
- "shape": "S2s"
2600
+ "shape": "S2z"
2601
+ },
2602
+ "ModifyingProperties": {
2603
+ "shape": "S35"
2529
2604
  }
2530
2605
  }
2531
2606
  },
2532
- "S4n": {
2607
+ "S4z": {
2533
2608
  "type": "structure",
2534
2609
  "required": [
2535
2610
  "CreationDate",
@@ -2552,21 +2627,21 @@
2552
2627
  }
2553
2628
  }
2554
2629
  },
2555
- "S53": {
2630
+ "S5f": {
2556
2631
  "type": "structure",
2557
2632
  "members": {
2558
2633
  "DesiredState": {},
2559
2634
  "RollbackOnDisable": {},
2560
2635
  "MaintenanceSchedules": {
2561
- "shape": "S2b"
2636
+ "shape": "S2i"
2562
2637
  }
2563
2638
  }
2564
2639
  },
2565
- "S5m": {
2640
+ "S5y": {
2566
2641
  "type": "list",
2567
2642
  "member": {}
2568
2643
  },
2569
- "S5v": {
2644
+ "S67": {
2570
2645
  "type": "list",
2571
2646
  "member": {
2572
2647
  "type": "structure",
@@ -2579,7 +2654,7 @@
2579
2654
  }
2580
2655
  }
2581
2656
  },
2582
- "S6j": {
2657
+ "S6v": {
2583
2658
  "type": "list",
2584
2659
  "member": {
2585
2660
  "type": "structure",
@@ -2591,20 +2666,20 @@
2591
2666
  }
2592
2667
  }
2593
2668
  },
2594
- "S73": {
2669
+ "S7f": {
2595
2670
  "type": "list",
2596
2671
  "member": {}
2597
2672
  },
2598
- "S7u": {
2673
+ "S86": {
2599
2674
  "type": "list",
2600
2675
  "member": {
2601
2676
  "shape": "Sl"
2602
2677
  }
2603
2678
  },
2604
- "S89": {
2679
+ "S8l": {
2605
2680
  "type": "list",
2606
2681
  "member": {
2607
- "shape": "S3s"
2682
+ "shape": "S45"
2608
2683
  }
2609
2684
  }
2610
2685
  }