cdk-docker-image-deployment 0.0.66 → 0.0.67

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 (37) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +12 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +78 -10
  9. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +6 -0
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +844 -836
  11. package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +354 -87
  12. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +174 -140
  13. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  14. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +459 -139
  15. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.examples.json +5 -0
  16. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +624 -0
  17. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +28 -0
  18. package/node_modules/aws-sdk/clients/acm.d.ts +9 -4
  19. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  20. package/node_modules/aws-sdk/clients/all.js +2 -1
  21. package/node_modules/aws-sdk/clients/billingconductor.d.ts +163 -63
  22. package/node_modules/aws-sdk/clients/ec2.d.ts +16 -0
  23. package/node_modules/aws-sdk/clients/fms.d.ts +322 -1
  24. package/node_modules/aws-sdk/clients/lightsail.d.ts +85 -17
  25. package/node_modules/aws-sdk/clients/opensearch.d.ts +890 -430
  26. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  27. package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +693 -0
  28. package/node_modules/aws-sdk/clients/resourceexplorer2.js +18 -0
  29. package/node_modules/aws-sdk/clients/route53.d.ts +4 -4
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +48 -11
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +853 -840
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +77 -77
  34. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  35. package/node_modules/aws-sdk/lib/core.js +1 -1
  36. package/node_modules/aws-sdk/package.json +1 -1
  37. package/package.json +4 -4
@@ -84,6 +84,36 @@
84
84
  }
85
85
  }
86
86
  },
87
+ "AuthorizeVpcEndpointAccess": {
88
+ "http": {
89
+ "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/authorizeVpcEndpointAccess"
90
+ },
91
+ "input": {
92
+ "type": "structure",
93
+ "required": [
94
+ "DomainName",
95
+ "Account"
96
+ ],
97
+ "members": {
98
+ "DomainName": {
99
+ "location": "uri",
100
+ "locationName": "DomainName"
101
+ },
102
+ "Account": {}
103
+ }
104
+ },
105
+ "output": {
106
+ "type": "structure",
107
+ "required": [
108
+ "AuthorizedPrincipal"
109
+ ],
110
+ "members": {
111
+ "AuthorizedPrincipal": {
112
+ "shape": "Sz"
113
+ }
114
+ }
115
+ }
116
+ },
87
117
  "CancelServiceSoftwareUpdate": {
88
118
  "http": {
89
119
  "requestUri": "/2021-01-01/opensearch/serviceSoftwareUpdate/cancel"
@@ -101,7 +131,7 @@
101
131
  "type": "structure",
102
132
  "members": {
103
133
  "ServiceSoftwareOptions": {
104
- "shape": "Sy"
134
+ "shape": "S14"
105
135
  }
106
136
  }
107
137
  }
@@ -119,38 +149,38 @@
119
149
  "DomainName": {},
120
150
  "EngineVersion": {},
121
151
  "ClusterConfig": {
122
- "shape": "S15"
152
+ "shape": "S1a"
123
153
  },
124
154
  "EBSOptions": {
125
- "shape": "S1b"
155
+ "shape": "S1g"
126
156
  },
127
157
  "AccessPolicies": {},
128
158
  "SnapshotOptions": {
129
- "shape": "S1e"
159
+ "shape": "S1j"
130
160
  },
131
161
  "VPCOptions": {
132
- "shape": "S1f"
162
+ "shape": "S1k"
133
163
  },
134
164
  "CognitoOptions": {
135
- "shape": "S1h"
165
+ "shape": "S1m"
136
166
  },
137
167
  "EncryptionAtRestOptions": {
138
- "shape": "S1l"
168
+ "shape": "S1q"
139
169
  },
140
170
  "NodeToNodeEncryptionOptions": {
141
- "shape": "S1n"
171
+ "shape": "S1s"
142
172
  },
143
173
  "AdvancedOptions": {
144
- "shape": "S1o"
174
+ "shape": "S1t"
145
175
  },
146
176
  "LogPublishingOptions": {
147
- "shape": "S1p"
177
+ "shape": "S1u"
148
178
  },
149
179
  "DomainEndpointOptions": {
150
- "shape": "S1t"
180
+ "shape": "S1y"
151
181
  },
152
182
  "AdvancedSecurityOptions": {
153
- "shape": "S1w"
183
+ "shape": "S21"
154
184
  },
155
185
  "TagList": {
156
186
  "shape": "Sf"
@@ -160,7 +190,7 @@
160
190
  "members": {
161
191
  "DesiredState": {},
162
192
  "MaintenanceSchedules": {
163
- "shape": "S27"
193
+ "shape": "S2c"
164
194
  }
165
195
  }
166
196
  }
@@ -170,7 +200,7 @@
170
200
  "type": "structure",
171
201
  "members": {
172
202
  "DomainStatus": {
173
- "shape": "S2e"
203
+ "shape": "S2j"
174
204
  }
175
205
  }
176
206
  }
@@ -207,7 +237,7 @@
207
237
  },
208
238
  "ConnectionAlias": {},
209
239
  "ConnectionStatus": {
210
- "shape": "S2u"
240
+ "shape": "S2z"
211
241
  },
212
242
  "ConnectionId": {}
213
243
  }
@@ -229,7 +259,7 @@
229
259
  "PackageType": {},
230
260
  "PackageDescription": {},
231
261
  "PackageSource": {
232
- "shape": "S2y"
262
+ "shape": "S33"
233
263
  }
234
264
  }
235
265
  },
@@ -237,7 +267,37 @@
237
267
  "type": "structure",
238
268
  "members": {
239
269
  "PackageDetails": {
240
- "shape": "S32"
270
+ "shape": "S37"
271
+ }
272
+ }
273
+ }
274
+ },
275
+ "CreateVpcEndpoint": {
276
+ "http": {
277
+ "requestUri": "/2021-01-01/opensearch/vpcEndpoints"
278
+ },
279
+ "input": {
280
+ "type": "structure",
281
+ "required": [
282
+ "DomainArn",
283
+ "VpcOptions"
284
+ ],
285
+ "members": {
286
+ "DomainArn": {},
287
+ "VpcOptions": {
288
+ "shape": "S1k"
289
+ },
290
+ "ClientToken": {}
291
+ }
292
+ },
293
+ "output": {
294
+ "type": "structure",
295
+ "required": [
296
+ "VpcEndpoint"
297
+ ],
298
+ "members": {
299
+ "VpcEndpoint": {
300
+ "shape": "S3e"
241
301
  }
242
302
  }
243
303
  }
@@ -263,7 +323,7 @@
263
323
  "type": "structure",
264
324
  "members": {
265
325
  "DomainStatus": {
266
- "shape": "S2e"
326
+ "shape": "S2j"
267
327
  }
268
328
  }
269
329
  }
@@ -315,7 +375,7 @@
315
375
  "type": "structure",
316
376
  "members": {
317
377
  "Connection": {
318
- "shape": "S3b"
378
+ "shape": "S3o"
319
379
  }
320
380
  }
321
381
  }
@@ -341,7 +401,36 @@
341
401
  "type": "structure",
342
402
  "members": {
343
403
  "PackageDetails": {
344
- "shape": "S32"
404
+ "shape": "S37"
405
+ }
406
+ }
407
+ }
408
+ },
409
+ "DeleteVpcEndpoint": {
410
+ "http": {
411
+ "method": "DELETE",
412
+ "requestUri": "/2021-01-01/opensearch/vpcEndpoints/{VpcEndpointId}"
413
+ },
414
+ "input": {
415
+ "type": "structure",
416
+ "required": [
417
+ "VpcEndpointId"
418
+ ],
419
+ "members": {
420
+ "VpcEndpointId": {
421
+ "location": "uri",
422
+ "locationName": "VpcEndpointId"
423
+ }
424
+ }
425
+ },
426
+ "output": {
427
+ "type": "structure",
428
+ "required": [
429
+ "VpcEndpointSummary"
430
+ ],
431
+ "members": {
432
+ "VpcEndpointSummary": {
433
+ "shape": "S3t"
345
434
  }
346
435
  }
347
436
  }
@@ -370,7 +459,7 @@
370
459
  ],
371
460
  "members": {
372
461
  "DomainStatus": {
373
- "shape": "S2e"
462
+ "shape": "S2j"
374
463
  }
375
464
  }
376
465
  }
@@ -461,10 +550,10 @@
461
550
  },
462
551
  "Status": {},
463
552
  "PendingProperties": {
464
- "shape": "S1g"
553
+ "shape": "S1l"
465
554
  },
466
555
  "CompletedProperties": {
467
- "shape": "S1g"
556
+ "shape": "S1l"
468
557
  },
469
558
  "TotalNumberOfStages": {
470
559
  "type": "integer"
@@ -512,7 +601,7 @@
512
601
  ],
513
602
  "members": {
514
603
  "DomainConfig": {
515
- "shape": "S46"
604
+ "shape": "S4m"
516
605
  }
517
606
  }
518
607
  }
@@ -542,7 +631,7 @@
542
631
  "DomainStatusList": {
543
632
  "type": "list",
544
633
  "member": {
545
- "shape": "S2e"
634
+ "shape": "S2j"
546
635
  }
547
636
  }
548
637
  }
@@ -556,7 +645,7 @@
556
645
  "type": "structure",
557
646
  "members": {
558
647
  "Filters": {
559
- "shape": "S4w"
648
+ "shape": "S5c"
560
649
  },
561
650
  "MaxResults": {
562
651
  "type": "integer"
@@ -626,7 +715,7 @@
626
715
  "members": {
627
716
  "LimitName": {},
628
717
  "LimitValues": {
629
- "shape": "S5e"
718
+ "shape": "S5u"
630
719
  }
631
720
  }
632
721
  }
@@ -657,7 +746,7 @@
657
746
  "members": {
658
747
  "LimitName": {},
659
748
  "LimitValues": {
660
- "shape": "S5e"
749
+ "shape": "S5u"
661
750
  }
662
751
  }
663
752
  }
@@ -676,7 +765,7 @@
676
765
  "type": "structure",
677
766
  "members": {
678
767
  "Filters": {
679
- "shape": "S4w"
768
+ "shape": "S5c"
680
769
  },
681
770
  "MaxResults": {
682
771
  "type": "integer"
@@ -690,7 +779,7 @@
690
779
  "Connections": {
691
780
  "type": "list",
692
781
  "member": {
693
- "shape": "S3b"
782
+ "shape": "S3o"
694
783
  }
695
784
  },
696
785
  "NextToken": {}
@@ -729,7 +818,7 @@
729
818
  "PackageDetailsList": {
730
819
  "type": "list",
731
820
  "member": {
732
- "shape": "S32"
821
+ "shape": "S37"
733
822
  }
734
823
  },
735
824
  "NextToken": {}
@@ -782,7 +871,7 @@
782
871
  "CurrencyCode": {},
783
872
  "PaymentOption": {},
784
873
  "RecurringCharges": {
785
- "shape": "S64"
874
+ "shape": "S6k"
786
875
  }
787
876
  }
788
877
  }
@@ -848,7 +937,7 @@
848
937
  "State": {},
849
938
  "PaymentOption": {},
850
939
  "RecurringCharges": {
851
- "shape": "S64"
940
+ "shape": "S6k"
852
941
  }
853
942
  }
854
943
  }
@@ -856,6 +945,49 @@
856
945
  }
857
946
  }
858
947
  },
948
+ "DescribeVpcEndpoints": {
949
+ "http": {
950
+ "requestUri": "/2021-01-01/opensearch/vpcEndpoints/describe"
951
+ },
952
+ "input": {
953
+ "type": "structure",
954
+ "required": [
955
+ "VpcEndpointIds"
956
+ ],
957
+ "members": {
958
+ "VpcEndpointIds": {
959
+ "type": "list",
960
+ "member": {}
961
+ }
962
+ }
963
+ },
964
+ "output": {
965
+ "type": "structure",
966
+ "required": [
967
+ "VpcEndpoints",
968
+ "VpcEndpointErrors"
969
+ ],
970
+ "members": {
971
+ "VpcEndpoints": {
972
+ "type": "list",
973
+ "member": {
974
+ "shape": "S3e"
975
+ }
976
+ },
977
+ "VpcEndpointErrors": {
978
+ "type": "list",
979
+ "member": {
980
+ "type": "structure",
981
+ "members": {
982
+ "VpcEndpointId": {},
983
+ "ErrorCode": {},
984
+ "ErrorMessage": {}
985
+ }
986
+ }
987
+ }
988
+ }
989
+ }
990
+ },
859
991
  "DissociatePackage": {
860
992
  "http": {
861
993
  "requestUri": "/2021-01-01/packages/dissociate/{PackageID}/{DomainName}"
@@ -910,7 +1042,7 @@
910
1042
  "members": {
911
1043
  "SourceVersion": {},
912
1044
  "TargetVersions": {
913
- "shape": "S6i"
1045
+ "shape": "S75"
914
1046
  }
915
1047
  }
916
1048
  }
@@ -1114,7 +1246,7 @@
1114
1246
  "type": "structure",
1115
1247
  "members": {
1116
1248
  "DomainPackageDetailsList": {
1117
- "shape": "S79"
1249
+ "shape": "S7w"
1118
1250
  },
1119
1251
  "NextToken": {}
1120
1252
  }
@@ -1215,7 +1347,7 @@
1215
1347
  "type": "structure",
1216
1348
  "members": {
1217
1349
  "DomainPackageDetailsList": {
1218
- "shape": "S79"
1350
+ "shape": "S7w"
1219
1351
  },
1220
1352
  "NextToken": {}
1221
1353
  }
@@ -1270,7 +1402,108 @@
1270
1402
  "type": "structure",
1271
1403
  "members": {
1272
1404
  "Versions": {
1273
- "shape": "S6i"
1405
+ "shape": "S75"
1406
+ },
1407
+ "NextToken": {}
1408
+ }
1409
+ }
1410
+ },
1411
+ "ListVpcEndpointAccess": {
1412
+ "http": {
1413
+ "method": "GET",
1414
+ "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/listVpcEndpointAccess"
1415
+ },
1416
+ "input": {
1417
+ "type": "structure",
1418
+ "required": [
1419
+ "DomainName"
1420
+ ],
1421
+ "members": {
1422
+ "DomainName": {
1423
+ "location": "uri",
1424
+ "locationName": "DomainName"
1425
+ },
1426
+ "NextToken": {
1427
+ "location": "querystring",
1428
+ "locationName": "nextToken"
1429
+ }
1430
+ }
1431
+ },
1432
+ "output": {
1433
+ "type": "structure",
1434
+ "required": [
1435
+ "AuthorizedPrincipalList",
1436
+ "NextToken"
1437
+ ],
1438
+ "members": {
1439
+ "AuthorizedPrincipalList": {
1440
+ "type": "list",
1441
+ "member": {
1442
+ "shape": "Sz"
1443
+ }
1444
+ },
1445
+ "NextToken": {}
1446
+ }
1447
+ }
1448
+ },
1449
+ "ListVpcEndpoints": {
1450
+ "http": {
1451
+ "method": "GET",
1452
+ "requestUri": "/2021-01-01/opensearch/vpcEndpoints"
1453
+ },
1454
+ "input": {
1455
+ "type": "structure",
1456
+ "members": {
1457
+ "NextToken": {
1458
+ "location": "querystring",
1459
+ "locationName": "nextToken"
1460
+ }
1461
+ }
1462
+ },
1463
+ "output": {
1464
+ "type": "structure",
1465
+ "required": [
1466
+ "VpcEndpointSummaryList",
1467
+ "NextToken"
1468
+ ],
1469
+ "members": {
1470
+ "VpcEndpointSummaryList": {
1471
+ "shape": "S8d"
1472
+ },
1473
+ "NextToken": {}
1474
+ }
1475
+ }
1476
+ },
1477
+ "ListVpcEndpointsForDomain": {
1478
+ "http": {
1479
+ "method": "GET",
1480
+ "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/vpcEndpoints"
1481
+ },
1482
+ "input": {
1483
+ "type": "structure",
1484
+ "required": [
1485
+ "DomainName"
1486
+ ],
1487
+ "members": {
1488
+ "DomainName": {
1489
+ "location": "uri",
1490
+ "locationName": "DomainName"
1491
+ },
1492
+ "NextToken": {
1493
+ "location": "querystring",
1494
+ "locationName": "nextToken"
1495
+ }
1496
+ }
1497
+ },
1498
+ "output": {
1499
+ "type": "structure",
1500
+ "required": [
1501
+ "VpcEndpointSummaryList",
1502
+ "NextToken"
1503
+ ],
1504
+ "members": {
1505
+ "VpcEndpointSummaryList": {
1506
+ "shape": "S8d"
1274
1507
  },
1275
1508
  "NextToken": {}
1276
1509
  }
@@ -1341,11 +1574,34 @@
1341
1574
  "members": {
1342
1575
  "ARN": {},
1343
1576
  "TagKeys": {
1344
- "shape": "S1g"
1577
+ "shape": "S1l"
1345
1578
  }
1346
1579
  }
1347
1580
  }
1348
1581
  },
1582
+ "RevokeVpcEndpointAccess": {
1583
+ "http": {
1584
+ "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/revokeVpcEndpointAccess"
1585
+ },
1586
+ "input": {
1587
+ "type": "structure",
1588
+ "required": [
1589
+ "DomainName",
1590
+ "Account"
1591
+ ],
1592
+ "members": {
1593
+ "DomainName": {
1594
+ "location": "uri",
1595
+ "locationName": "DomainName"
1596
+ },
1597
+ "Account": {}
1598
+ }
1599
+ },
1600
+ "output": {
1601
+ "type": "structure",
1602
+ "members": {}
1603
+ }
1604
+ },
1349
1605
  "StartServiceSoftwareUpdate": {
1350
1606
  "http": {
1351
1607
  "requestUri": "/2021-01-01/opensearch/serviceSoftwareUpdate/start"
@@ -1363,7 +1619,7 @@
1363
1619
  "type": "structure",
1364
1620
  "members": {
1365
1621
  "ServiceSoftwareOptions": {
1366
- "shape": "Sy"
1622
+ "shape": "S14"
1367
1623
  }
1368
1624
  }
1369
1625
  }
@@ -1383,41 +1639,41 @@
1383
1639
  "locationName": "DomainName"
1384
1640
  },
1385
1641
  "ClusterConfig": {
1386
- "shape": "S15"
1642
+ "shape": "S1a"
1387
1643
  },
1388
1644
  "EBSOptions": {
1389
- "shape": "S1b"
1645
+ "shape": "S1g"
1390
1646
  },
1391
1647
  "SnapshotOptions": {
1392
- "shape": "S1e"
1648
+ "shape": "S1j"
1393
1649
  },
1394
1650
  "VPCOptions": {
1395
- "shape": "S1f"
1651
+ "shape": "S1k"
1396
1652
  },
1397
1653
  "CognitoOptions": {
1398
- "shape": "S1h"
1654
+ "shape": "S1m"
1399
1655
  },
1400
1656
  "AdvancedOptions": {
1401
- "shape": "S1o"
1657
+ "shape": "S1t"
1402
1658
  },
1403
1659
  "AccessPolicies": {},
1404
1660
  "LogPublishingOptions": {
1405
- "shape": "S1p"
1661
+ "shape": "S1u"
1406
1662
  },
1407
1663
  "EncryptionAtRestOptions": {
1408
- "shape": "S1l"
1664
+ "shape": "S1q"
1409
1665
  },
1410
1666
  "DomainEndpointOptions": {
1411
- "shape": "S1t"
1667
+ "shape": "S1y"
1412
1668
  },
1413
1669
  "NodeToNodeEncryptionOptions": {
1414
- "shape": "S1n"
1670
+ "shape": "S1s"
1415
1671
  },
1416
1672
  "AdvancedSecurityOptions": {
1417
- "shape": "S1w"
1673
+ "shape": "S21"
1418
1674
  },
1419
1675
  "AutoTuneOptions": {
1420
- "shape": "S4o"
1676
+ "shape": "S54"
1421
1677
  },
1422
1678
  "DryRun": {
1423
1679
  "type": "boolean"
@@ -1431,7 +1687,7 @@
1431
1687
  ],
1432
1688
  "members": {
1433
1689
  "DomainConfig": {
1434
- "shape": "S46"
1690
+ "shape": "S4m"
1435
1691
  },
1436
1692
  "DryRunResults": {
1437
1693
  "type": "structure",
@@ -1456,7 +1712,7 @@
1456
1712
  "members": {
1457
1713
  "PackageID": {},
1458
1714
  "PackageSource": {
1459
- "shape": "S2y"
1715
+ "shape": "S33"
1460
1716
  },
1461
1717
  "PackageDescription": {},
1462
1718
  "CommitMessage": {}
@@ -1466,7 +1722,36 @@
1466
1722
  "type": "structure",
1467
1723
  "members": {
1468
1724
  "PackageDetails": {
1469
- "shape": "S32"
1725
+ "shape": "S37"
1726
+ }
1727
+ }
1728
+ }
1729
+ },
1730
+ "UpdateVpcEndpoint": {
1731
+ "http": {
1732
+ "requestUri": "/2021-01-01/opensearch/vpcEndpoints/update"
1733
+ },
1734
+ "input": {
1735
+ "type": "structure",
1736
+ "required": [
1737
+ "VpcEndpointId",
1738
+ "VpcOptions"
1739
+ ],
1740
+ "members": {
1741
+ "VpcEndpointId": {},
1742
+ "VpcOptions": {
1743
+ "shape": "S1k"
1744
+ }
1745
+ }
1746
+ },
1747
+ "output": {
1748
+ "type": "structure",
1749
+ "required": [
1750
+ "VpcEndpoint"
1751
+ ],
1752
+ "members": {
1753
+ "VpcEndpoint": {
1754
+ "shape": "S3e"
1470
1755
  }
1471
1756
  }
1472
1757
  }
@@ -1488,7 +1773,7 @@
1488
1773
  "type": "boolean"
1489
1774
  },
1490
1775
  "AdvancedOptions": {
1491
- "shape": "S1o"
1776
+ "shape": "S1t"
1492
1777
  }
1493
1778
  }
1494
1779
  },
@@ -1502,10 +1787,10 @@
1502
1787
  "type": "boolean"
1503
1788
  },
1504
1789
  "AdvancedOptions": {
1505
- "shape": "S1o"
1790
+ "shape": "S1t"
1506
1791
  },
1507
1792
  "ChangeProgressDetails": {
1508
- "shape": "S2o"
1793
+ "shape": "S2t"
1509
1794
  }
1510
1795
  }
1511
1796
  }
@@ -1586,7 +1871,14 @@
1586
1871
  "ErrorMessage": {}
1587
1872
  }
1588
1873
  },
1589
- "Sy": {
1874
+ "Sz": {
1875
+ "type": "structure",
1876
+ "members": {
1877
+ "PrincipalType": {},
1878
+ "Principal": {}
1879
+ }
1880
+ },
1881
+ "S14": {
1590
1882
  "type": "structure",
1591
1883
  "members": {
1592
1884
  "CurrentVersion": {},
@@ -1607,7 +1899,7 @@
1607
1899
  }
1608
1900
  }
1609
1901
  },
1610
- "S15": {
1902
+ "S1a": {
1611
1903
  "type": "structure",
1612
1904
  "members": {
1613
1905
  "InstanceType": {},
@@ -1652,7 +1944,7 @@
1652
1944
  }
1653
1945
  }
1654
1946
  },
1655
- "S1b": {
1947
+ "S1g": {
1656
1948
  "type": "structure",
1657
1949
  "members": {
1658
1950
  "EBSEnabled": {
@@ -1670,7 +1962,7 @@
1670
1962
  }
1671
1963
  }
1672
1964
  },
1673
- "S1e": {
1965
+ "S1j": {
1674
1966
  "type": "structure",
1675
1967
  "members": {
1676
1968
  "AutomatedSnapshotStartHour": {
@@ -1678,22 +1970,22 @@
1678
1970
  }
1679
1971
  }
1680
1972
  },
1681
- "S1f": {
1973
+ "S1k": {
1682
1974
  "type": "structure",
1683
1975
  "members": {
1684
1976
  "SubnetIds": {
1685
- "shape": "S1g"
1977
+ "shape": "S1l"
1686
1978
  },
1687
1979
  "SecurityGroupIds": {
1688
- "shape": "S1g"
1980
+ "shape": "S1l"
1689
1981
  }
1690
1982
  }
1691
1983
  },
1692
- "S1g": {
1984
+ "S1l": {
1693
1985
  "type": "list",
1694
1986
  "member": {}
1695
1987
  },
1696
- "S1h": {
1988
+ "S1m": {
1697
1989
  "type": "structure",
1698
1990
  "members": {
1699
1991
  "Enabled": {
@@ -1704,7 +1996,7 @@
1704
1996
  "RoleArn": {}
1705
1997
  }
1706
1998
  },
1707
- "S1l": {
1999
+ "S1q": {
1708
2000
  "type": "structure",
1709
2001
  "members": {
1710
2002
  "Enabled": {
@@ -1713,7 +2005,7 @@
1713
2005
  "KmsKeyId": {}
1714
2006
  }
1715
2007
  },
1716
- "S1n": {
2008
+ "S1s": {
1717
2009
  "type": "structure",
1718
2010
  "members": {
1719
2011
  "Enabled": {
@@ -1721,12 +2013,12 @@
1721
2013
  }
1722
2014
  }
1723
2015
  },
1724
- "S1o": {
2016
+ "S1t": {
1725
2017
  "type": "map",
1726
2018
  "key": {},
1727
2019
  "value": {}
1728
2020
  },
1729
- "S1p": {
2021
+ "S1u": {
1730
2022
  "type": "map",
1731
2023
  "key": {},
1732
2024
  "value": {
@@ -1739,7 +2031,7 @@
1739
2031
  }
1740
2032
  }
1741
2033
  },
1742
- "S1t": {
2034
+ "S1y": {
1743
2035
  "type": "structure",
1744
2036
  "members": {
1745
2037
  "EnforceHTTPS": {
@@ -1753,7 +2045,7 @@
1753
2045
  "CustomEndpointCertificateArn": {}
1754
2046
  }
1755
2047
  },
1756
- "S1w": {
2048
+ "S21": {
1757
2049
  "type": "structure",
1758
2050
  "members": {
1759
2051
  "Enabled": {
@@ -1767,7 +2059,7 @@
1767
2059
  "members": {
1768
2060
  "MasterUserARN": {},
1769
2061
  "MasterUserName": {
1770
- "shape": "S1y"
2062
+ "shape": "S23"
1771
2063
  },
1772
2064
  "MasterUserPassword": {
1773
2065
  "type": "string",
@@ -1782,10 +2074,10 @@
1782
2074
  "type": "boolean"
1783
2075
  },
1784
2076
  "Idp": {
1785
- "shape": "S21"
2077
+ "shape": "S26"
1786
2078
  },
1787
2079
  "MasterUserName": {
1788
- "shape": "S1y"
2080
+ "shape": "S23"
1789
2081
  },
1790
2082
  "MasterBackendRole": {},
1791
2083
  "SubjectKey": {},
@@ -1800,11 +2092,11 @@
1800
2092
  }
1801
2093
  }
1802
2094
  },
1803
- "S1y": {
2095
+ "S23": {
1804
2096
  "type": "string",
1805
2097
  "sensitive": true
1806
2098
  },
1807
- "S21": {
2099
+ "S26": {
1808
2100
  "type": "structure",
1809
2101
  "required": [
1810
2102
  "MetadataContent",
@@ -1815,7 +2107,7 @@
1815
2107
  "EntityId": {}
1816
2108
  }
1817
2109
  },
1818
- "S27": {
2110
+ "S2c": {
1819
2111
  "type": "list",
1820
2112
  "member": {
1821
2113
  "type": "structure",
@@ -1836,7 +2128,7 @@
1836
2128
  }
1837
2129
  }
1838
2130
  },
1839
- "S2e": {
2131
+ "S2j": {
1840
2132
  "type": "structure",
1841
2133
  "required": [
1842
2134
  "DomainId",
@@ -1868,41 +2160,41 @@
1868
2160
  },
1869
2161
  "EngineVersion": {},
1870
2162
  "ClusterConfig": {
1871
- "shape": "S15"
2163
+ "shape": "S1a"
1872
2164
  },
1873
2165
  "EBSOptions": {
1874
- "shape": "S1b"
2166
+ "shape": "S1g"
1875
2167
  },
1876
2168
  "AccessPolicies": {},
1877
2169
  "SnapshotOptions": {
1878
- "shape": "S1e"
2170
+ "shape": "S1j"
1879
2171
  },
1880
2172
  "VPCOptions": {
1881
- "shape": "S2i"
2173
+ "shape": "S2n"
1882
2174
  },
1883
2175
  "CognitoOptions": {
1884
- "shape": "S1h"
2176
+ "shape": "S1m"
1885
2177
  },
1886
2178
  "EncryptionAtRestOptions": {
1887
- "shape": "S1l"
2179
+ "shape": "S1q"
1888
2180
  },
1889
2181
  "NodeToNodeEncryptionOptions": {
1890
- "shape": "S1n"
2182
+ "shape": "S1s"
1891
2183
  },
1892
2184
  "AdvancedOptions": {
1893
- "shape": "S1o"
2185
+ "shape": "S1t"
1894
2186
  },
1895
2187
  "LogPublishingOptions": {
1896
- "shape": "S1p"
2188
+ "shape": "S1u"
1897
2189
  },
1898
2190
  "ServiceSoftwareOptions": {
1899
- "shape": "Sy"
2191
+ "shape": "S14"
1900
2192
  },
1901
2193
  "DomainEndpointOptions": {
1902
- "shape": "S1t"
2194
+ "shape": "S1y"
1903
2195
  },
1904
2196
  "AdvancedSecurityOptions": {
1905
- "shape": "S2j"
2197
+ "shape": "S2o"
1906
2198
  },
1907
2199
  "AutoTuneOptions": {
1908
2200
  "type": "structure",
@@ -1912,26 +2204,26 @@
1912
2204
  }
1913
2205
  },
1914
2206
  "ChangeProgressDetails": {
1915
- "shape": "S2o"
2207
+ "shape": "S2t"
1916
2208
  }
1917
2209
  }
1918
2210
  },
1919
- "S2i": {
2211
+ "S2n": {
1920
2212
  "type": "structure",
1921
2213
  "members": {
1922
2214
  "VPCId": {},
1923
2215
  "SubnetIds": {
1924
- "shape": "S1g"
2216
+ "shape": "S1l"
1925
2217
  },
1926
2218
  "AvailabilityZones": {
1927
- "shape": "S1g"
2219
+ "shape": "S1l"
1928
2220
  },
1929
2221
  "SecurityGroupIds": {
1930
- "shape": "S1g"
2222
+ "shape": "S1l"
1931
2223
  }
1932
2224
  }
1933
2225
  },
1934
- "S2j": {
2226
+ "S2o": {
1935
2227
  "type": "structure",
1936
2228
  "members": {
1937
2229
  "Enabled": {
@@ -1947,7 +2239,7 @@
1947
2239
  "type": "boolean"
1948
2240
  },
1949
2241
  "Idp": {
1950
- "shape": "S21"
2242
+ "shape": "S26"
1951
2243
  },
1952
2244
  "SubjectKey": {},
1953
2245
  "RolesKey": {},
@@ -1964,28 +2256,28 @@
1964
2256
  }
1965
2257
  }
1966
2258
  },
1967
- "S2o": {
2259
+ "S2t": {
1968
2260
  "type": "structure",
1969
2261
  "members": {
1970
2262
  "ChangeId": {},
1971
2263
  "Message": {}
1972
2264
  }
1973
2265
  },
1974
- "S2u": {
2266
+ "S2z": {
1975
2267
  "type": "structure",
1976
2268
  "members": {
1977
2269
  "StatusCode": {},
1978
2270
  "Message": {}
1979
2271
  }
1980
2272
  },
1981
- "S2y": {
2273
+ "S33": {
1982
2274
  "type": "structure",
1983
2275
  "members": {
1984
2276
  "S3BucketName": {},
1985
2277
  "S3Key": {}
1986
2278
  }
1987
2279
  },
1988
- "S32": {
2280
+ "S37": {
1989
2281
  "type": "structure",
1990
2282
  "members": {
1991
2283
  "PackageID": {},
@@ -2005,7 +2297,20 @@
2005
2297
  }
2006
2298
  }
2007
2299
  },
2008
- "S3b": {
2300
+ "S3e": {
2301
+ "type": "structure",
2302
+ "members": {
2303
+ "VpcEndpointId": {},
2304
+ "VpcEndpointOwner": {},
2305
+ "DomainArn": {},
2306
+ "VpcOptions": {
2307
+ "shape": "S2n"
2308
+ },
2309
+ "Status": {},
2310
+ "Endpoint": {}
2311
+ }
2312
+ },
2313
+ "S3o": {
2009
2314
  "type": "structure",
2010
2315
  "members": {
2011
2316
  "LocalDomainInfo": {
@@ -2017,11 +2322,20 @@
2017
2322
  "ConnectionId": {},
2018
2323
  "ConnectionAlias": {},
2019
2324
  "ConnectionStatus": {
2020
- "shape": "S2u"
2325
+ "shape": "S2z"
2021
2326
  }
2022
2327
  }
2023
2328
  },
2024
- "S46": {
2329
+ "S3t": {
2330
+ "type": "structure",
2331
+ "members": {
2332
+ "VpcEndpointId": {},
2333
+ "VpcEndpointOwner": {},
2334
+ "DomainArn": {},
2335
+ "Status": {}
2336
+ }
2337
+ },
2338
+ "S4m": {
2025
2339
  "type": "structure",
2026
2340
  "members": {
2027
2341
  "EngineVersion": {
@@ -2033,7 +2347,7 @@
2033
2347
  "members": {
2034
2348
  "Options": {},
2035
2349
  "Status": {
2036
- "shape": "S48"
2350
+ "shape": "S4o"
2037
2351
  }
2038
2352
  }
2039
2353
  },
@@ -2045,10 +2359,10 @@
2045
2359
  ],
2046
2360
  "members": {
2047
2361
  "Options": {
2048
- "shape": "S15"
2362
+ "shape": "S1a"
2049
2363
  },
2050
2364
  "Status": {
2051
- "shape": "S48"
2365
+ "shape": "S4o"
2052
2366
  }
2053
2367
  }
2054
2368
  },
@@ -2060,10 +2374,10 @@
2060
2374
  ],
2061
2375
  "members": {
2062
2376
  "Options": {
2063
- "shape": "S1b"
2377
+ "shape": "S1g"
2064
2378
  },
2065
2379
  "Status": {
2066
- "shape": "S48"
2380
+ "shape": "S4o"
2067
2381
  }
2068
2382
  }
2069
2383
  },
@@ -2076,7 +2390,7 @@
2076
2390
  "members": {
2077
2391
  "Options": {},
2078
2392
  "Status": {
2079
- "shape": "S48"
2393
+ "shape": "S4o"
2080
2394
  }
2081
2395
  }
2082
2396
  },
@@ -2088,10 +2402,10 @@
2088
2402
  ],
2089
2403
  "members": {
2090
2404
  "Options": {
2091
- "shape": "S1e"
2405
+ "shape": "S1j"
2092
2406
  },
2093
2407
  "Status": {
2094
- "shape": "S48"
2408
+ "shape": "S4o"
2095
2409
  }
2096
2410
  }
2097
2411
  },
@@ -2103,10 +2417,10 @@
2103
2417
  ],
2104
2418
  "members": {
2105
2419
  "Options": {
2106
- "shape": "S2i"
2420
+ "shape": "S2n"
2107
2421
  },
2108
2422
  "Status": {
2109
- "shape": "S48"
2423
+ "shape": "S4o"
2110
2424
  }
2111
2425
  }
2112
2426
  },
@@ -2118,10 +2432,10 @@
2118
2432
  ],
2119
2433
  "members": {
2120
2434
  "Options": {
2121
- "shape": "S1h"
2435
+ "shape": "S1m"
2122
2436
  },
2123
2437
  "Status": {
2124
- "shape": "S48"
2438
+ "shape": "S4o"
2125
2439
  }
2126
2440
  }
2127
2441
  },
@@ -2133,10 +2447,10 @@
2133
2447
  ],
2134
2448
  "members": {
2135
2449
  "Options": {
2136
- "shape": "S1l"
2450
+ "shape": "S1q"
2137
2451
  },
2138
2452
  "Status": {
2139
- "shape": "S48"
2453
+ "shape": "S4o"
2140
2454
  }
2141
2455
  }
2142
2456
  },
@@ -2148,10 +2462,10 @@
2148
2462
  ],
2149
2463
  "members": {
2150
2464
  "Options": {
2151
- "shape": "S1n"
2465
+ "shape": "S1s"
2152
2466
  },
2153
2467
  "Status": {
2154
- "shape": "S48"
2468
+ "shape": "S4o"
2155
2469
  }
2156
2470
  }
2157
2471
  },
@@ -2163,10 +2477,10 @@
2163
2477
  ],
2164
2478
  "members": {
2165
2479
  "Options": {
2166
- "shape": "S1o"
2480
+ "shape": "S1t"
2167
2481
  },
2168
2482
  "Status": {
2169
- "shape": "S48"
2483
+ "shape": "S4o"
2170
2484
  }
2171
2485
  }
2172
2486
  },
@@ -2174,10 +2488,10 @@
2174
2488
  "type": "structure",
2175
2489
  "members": {
2176
2490
  "Options": {
2177
- "shape": "S1p"
2491
+ "shape": "S1u"
2178
2492
  },
2179
2493
  "Status": {
2180
- "shape": "S48"
2494
+ "shape": "S4o"
2181
2495
  }
2182
2496
  }
2183
2497
  },
@@ -2189,10 +2503,10 @@
2189
2503
  ],
2190
2504
  "members": {
2191
2505
  "Options": {
2192
- "shape": "S1t"
2506
+ "shape": "S1y"
2193
2507
  },
2194
2508
  "Status": {
2195
- "shape": "S48"
2509
+ "shape": "S4o"
2196
2510
  }
2197
2511
  }
2198
2512
  },
@@ -2204,10 +2518,10 @@
2204
2518
  ],
2205
2519
  "members": {
2206
2520
  "Options": {
2207
- "shape": "S2j"
2521
+ "shape": "S2o"
2208
2522
  },
2209
2523
  "Status": {
2210
- "shape": "S48"
2524
+ "shape": "S4o"
2211
2525
  }
2212
2526
  }
2213
2527
  },
@@ -2215,7 +2529,7 @@
2215
2529
  "type": "structure",
2216
2530
  "members": {
2217
2531
  "Options": {
2218
- "shape": "S4o"
2532
+ "shape": "S54"
2219
2533
  },
2220
2534
  "Status": {
2221
2535
  "type": "structure",
@@ -2244,11 +2558,11 @@
2244
2558
  }
2245
2559
  },
2246
2560
  "ChangeProgressDetails": {
2247
- "shape": "S2o"
2561
+ "shape": "S2t"
2248
2562
  }
2249
2563
  }
2250
2564
  },
2251
- "S48": {
2565
+ "S4o": {
2252
2566
  "type": "structure",
2253
2567
  "required": [
2254
2568
  "CreationDate",
@@ -2271,17 +2585,17 @@
2271
2585
  }
2272
2586
  }
2273
2587
  },
2274
- "S4o": {
2588
+ "S54": {
2275
2589
  "type": "structure",
2276
2590
  "members": {
2277
2591
  "DesiredState": {},
2278
2592
  "RollbackOnDisable": {},
2279
2593
  "MaintenanceSchedules": {
2280
- "shape": "S27"
2594
+ "shape": "S2c"
2281
2595
  }
2282
2596
  }
2283
2597
  },
2284
- "S4w": {
2598
+ "S5c": {
2285
2599
  "type": "list",
2286
2600
  "member": {
2287
2601
  "type": "structure",
@@ -2294,11 +2608,11 @@
2294
2608
  }
2295
2609
  }
2296
2610
  },
2297
- "S5e": {
2611
+ "S5u": {
2298
2612
  "type": "list",
2299
2613
  "member": {}
2300
2614
  },
2301
- "S64": {
2615
+ "S6k": {
2302
2616
  "type": "list",
2303
2617
  "member": {
2304
2618
  "type": "structure",
@@ -2310,15 +2624,21 @@
2310
2624
  }
2311
2625
  }
2312
2626
  },
2313
- "S6i": {
2627
+ "S75": {
2314
2628
  "type": "list",
2315
2629
  "member": {}
2316
2630
  },
2317
- "S79": {
2631
+ "S7w": {
2318
2632
  "type": "list",
2319
2633
  "member": {
2320
2634
  "shape": "Sm"
2321
2635
  }
2636
+ },
2637
+ "S8d": {
2638
+ "type": "list",
2639
+ "member": {
2640
+ "shape": "S3t"
2641
+ }
2322
2642
  }
2323
2643
  }
2324
2644
  }