cdk-docker-image-deployment 0.0.90 → 0.0.92
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.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +18 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +1268 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +45 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +332 -157
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +35 -23
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +423 -164
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +123 -87
- package/node_modules/aws-sdk/apis/metadata.json +6 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.examples.json +5 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +1329 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +1 -2
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +194 -72
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +285 -62
- package/node_modules/aws-sdk/apis/states-2016-11-23.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +3 -1
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +1403 -0
- package/node_modules/aws-sdk/clients/codecatalyst.js +19 -0
- package/node_modules/aws-sdk/clients/comprehend.d.ts +238 -18
- package/node_modules/aws-sdk/clients/ecs.d.ts +6 -6
- package/node_modules/aws-sdk/clients/fms.d.ts +1 -1
- package/node_modules/aws-sdk/clients/gamelift.d.ts +712 -323
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +67 -4
- package/node_modules/aws-sdk/clients/medialive.d.ts +1 -1
- package/node_modules/aws-sdk/clients/pipes.d.ts +1612 -0
- package/node_modules/aws-sdk/clients/pipes.js +18 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/proton.d.ts +1 -1
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +220 -16
- package/node_modules/aws-sdk/clients/sns.d.ts +14 -14
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +290 -17
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +97 -16
- package/node_modules/aws-sdk/dist/aws-sdk.js +814 -349
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +80 -80
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/region_config_data.json +4 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -25,14 +25,17 @@
|
|
|
25
25
|
"retentionPeriod": {
|
|
26
26
|
"type": "integer"
|
|
27
27
|
},
|
|
28
|
-
"snapshotName": {}
|
|
28
|
+
"snapshotName": {},
|
|
29
|
+
"tags": {
|
|
30
|
+
"shape": "S4"
|
|
31
|
+
}
|
|
29
32
|
}
|
|
30
33
|
},
|
|
31
34
|
"output": {
|
|
32
35
|
"type": "structure",
|
|
33
36
|
"members": {
|
|
34
37
|
"snapshot": {
|
|
35
|
-
"shape": "
|
|
38
|
+
"shape": "S9"
|
|
36
39
|
}
|
|
37
40
|
}
|
|
38
41
|
}
|
|
@@ -48,10 +51,10 @@
|
|
|
48
51
|
"members": {
|
|
49
52
|
"endpointName": {},
|
|
50
53
|
"subnetIds": {
|
|
51
|
-
"shape": "
|
|
54
|
+
"shape": "Sh"
|
|
52
55
|
},
|
|
53
56
|
"vpcSecurityGroupIds": {
|
|
54
|
-
"shape": "
|
|
57
|
+
"shape": "Sj"
|
|
55
58
|
},
|
|
56
59
|
"workgroupName": {}
|
|
57
60
|
}
|
|
@@ -60,7 +63,7 @@
|
|
|
60
63
|
"type": "structure",
|
|
61
64
|
"members": {
|
|
62
65
|
"endpoint": {
|
|
63
|
-
"shape": "
|
|
66
|
+
"shape": "Sm"
|
|
64
67
|
}
|
|
65
68
|
}
|
|
66
69
|
},
|
|
@@ -74,23 +77,23 @@
|
|
|
74
77
|
],
|
|
75
78
|
"members": {
|
|
76
79
|
"adminUserPassword": {
|
|
77
|
-
"shape": "
|
|
80
|
+
"shape": "St"
|
|
78
81
|
},
|
|
79
82
|
"adminUsername": {
|
|
80
|
-
"shape": "
|
|
83
|
+
"shape": "Su"
|
|
81
84
|
},
|
|
82
85
|
"dbName": {},
|
|
83
86
|
"defaultIamRoleArn": {},
|
|
84
87
|
"iamRoles": {
|
|
85
|
-
"shape": "
|
|
88
|
+
"shape": "Sv"
|
|
86
89
|
},
|
|
87
90
|
"kmsKeyId": {},
|
|
88
91
|
"logExports": {
|
|
89
|
-
"shape": "
|
|
92
|
+
"shape": "Sx"
|
|
90
93
|
},
|
|
91
94
|
"namespaceName": {},
|
|
92
95
|
"tags": {
|
|
93
|
-
"shape": "
|
|
96
|
+
"shape": "S4"
|
|
94
97
|
}
|
|
95
98
|
}
|
|
96
99
|
},
|
|
@@ -116,14 +119,17 @@
|
|
|
116
119
|
"retentionPeriod": {
|
|
117
120
|
"type": "integer"
|
|
118
121
|
},
|
|
119
|
-
"snapshotName": {}
|
|
122
|
+
"snapshotName": {},
|
|
123
|
+
"tags": {
|
|
124
|
+
"shape": "S4"
|
|
125
|
+
}
|
|
120
126
|
}
|
|
121
127
|
},
|
|
122
128
|
"output": {
|
|
123
129
|
"type": "structure",
|
|
124
130
|
"members": {
|
|
125
131
|
"snapshot": {
|
|
126
|
-
"shape": "
|
|
132
|
+
"shape": "S9"
|
|
127
133
|
}
|
|
128
134
|
}
|
|
129
135
|
},
|
|
@@ -175,6 +181,9 @@
|
|
|
175
181
|
"type": "boolean"
|
|
176
182
|
},
|
|
177
183
|
"namespaceName": {},
|
|
184
|
+
"port": {
|
|
185
|
+
"type": "integer"
|
|
186
|
+
},
|
|
178
187
|
"publiclyAccessible": {
|
|
179
188
|
"type": "boolean"
|
|
180
189
|
},
|
|
@@ -182,10 +191,10 @@
|
|
|
182
191
|
"shape": "S1h"
|
|
183
192
|
},
|
|
184
193
|
"subnetIds": {
|
|
185
|
-
"shape": "
|
|
194
|
+
"shape": "Sh"
|
|
186
195
|
},
|
|
187
196
|
"tags": {
|
|
188
|
-
"shape": "
|
|
197
|
+
"shape": "S4"
|
|
189
198
|
},
|
|
190
199
|
"workgroupName": {}
|
|
191
200
|
}
|
|
@@ -214,7 +223,7 @@
|
|
|
214
223
|
"type": "structure",
|
|
215
224
|
"members": {
|
|
216
225
|
"endpoint": {
|
|
217
|
-
"shape": "
|
|
226
|
+
"shape": "Sm"
|
|
218
227
|
}
|
|
219
228
|
}
|
|
220
229
|
},
|
|
@@ -276,7 +285,7 @@
|
|
|
276
285
|
"type": "structure",
|
|
277
286
|
"members": {
|
|
278
287
|
"snapshot": {
|
|
279
|
-
"shape": "
|
|
288
|
+
"shape": "S9"
|
|
280
289
|
}
|
|
281
290
|
}
|
|
282
291
|
},
|
|
@@ -343,10 +352,10 @@
|
|
|
343
352
|
"type": "structure",
|
|
344
353
|
"members": {
|
|
345
354
|
"dbPassword": {
|
|
346
|
-
"shape": "
|
|
355
|
+
"shape": "St"
|
|
347
356
|
},
|
|
348
357
|
"dbUser": {
|
|
349
|
-
"shape": "
|
|
358
|
+
"shape": "Su"
|
|
350
359
|
},
|
|
351
360
|
"expiration": {
|
|
352
361
|
"type": "timestamp"
|
|
@@ -371,7 +380,7 @@
|
|
|
371
380
|
"type": "structure",
|
|
372
381
|
"members": {
|
|
373
382
|
"endpoint": {
|
|
374
|
-
"shape": "
|
|
383
|
+
"shape": "Sm"
|
|
375
384
|
}
|
|
376
385
|
}
|
|
377
386
|
}
|
|
@@ -449,7 +458,26 @@
|
|
|
449
458
|
"type": "structure",
|
|
450
459
|
"members": {
|
|
451
460
|
"snapshot": {
|
|
452
|
-
"shape": "
|
|
461
|
+
"shape": "S9"
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
"GetTableRestoreStatus": {
|
|
467
|
+
"input": {
|
|
468
|
+
"type": "structure",
|
|
469
|
+
"required": [
|
|
470
|
+
"tableRestoreRequestId"
|
|
471
|
+
],
|
|
472
|
+
"members": {
|
|
473
|
+
"tableRestoreRequestId": {}
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
"output": {
|
|
477
|
+
"type": "structure",
|
|
478
|
+
"members": {
|
|
479
|
+
"tableRestoreStatus": {
|
|
480
|
+
"shape": "S2j"
|
|
453
481
|
}
|
|
454
482
|
}
|
|
455
483
|
}
|
|
@@ -516,7 +544,7 @@
|
|
|
516
544
|
"endpoints": {
|
|
517
545
|
"type": "list",
|
|
518
546
|
"member": {
|
|
519
|
-
"shape": "
|
|
547
|
+
"shape": "Sm"
|
|
520
548
|
}
|
|
521
549
|
},
|
|
522
550
|
"nextToken": {}
|
|
@@ -559,6 +587,7 @@
|
|
|
559
587
|
"maxResults": {
|
|
560
588
|
"type": "integer"
|
|
561
589
|
},
|
|
590
|
+
"namespaceArn": {},
|
|
562
591
|
"namespaceName": {},
|
|
563
592
|
"nextToken": {},
|
|
564
593
|
"startTime": {
|
|
@@ -605,7 +634,32 @@
|
|
|
605
634
|
"snapshots": {
|
|
606
635
|
"type": "list",
|
|
607
636
|
"member": {
|
|
608
|
-
"shape": "
|
|
637
|
+
"shape": "S9"
|
|
638
|
+
}
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
"ListTableRestoreStatus": {
|
|
644
|
+
"input": {
|
|
645
|
+
"type": "structure",
|
|
646
|
+
"members": {
|
|
647
|
+
"maxResults": {
|
|
648
|
+
"type": "integer"
|
|
649
|
+
},
|
|
650
|
+
"namespaceName": {},
|
|
651
|
+
"nextToken": {},
|
|
652
|
+
"workgroupName": {}
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
"output": {
|
|
656
|
+
"type": "structure",
|
|
657
|
+
"members": {
|
|
658
|
+
"nextToken": {},
|
|
659
|
+
"tableRestoreStatuses": {
|
|
660
|
+
"type": "list",
|
|
661
|
+
"member": {
|
|
662
|
+
"shape": "S2j"
|
|
609
663
|
}
|
|
610
664
|
}
|
|
611
665
|
}
|
|
@@ -625,7 +679,7 @@
|
|
|
625
679
|
"type": "structure",
|
|
626
680
|
"members": {
|
|
627
681
|
"tags": {
|
|
628
|
-
"shape": "
|
|
682
|
+
"shape": "S4"
|
|
629
683
|
}
|
|
630
684
|
}
|
|
631
685
|
}
|
|
@@ -753,6 +807,41 @@
|
|
|
753
807
|
},
|
|
754
808
|
"idempotent": true
|
|
755
809
|
},
|
|
810
|
+
"RestoreTableFromSnapshot": {
|
|
811
|
+
"input": {
|
|
812
|
+
"type": "structure",
|
|
813
|
+
"required": [
|
|
814
|
+
"namespaceName",
|
|
815
|
+
"newTableName",
|
|
816
|
+
"snapshotName",
|
|
817
|
+
"sourceDatabaseName",
|
|
818
|
+
"sourceTableName",
|
|
819
|
+
"workgroupName"
|
|
820
|
+
],
|
|
821
|
+
"members": {
|
|
822
|
+
"activateCaseSensitiveIdentifier": {
|
|
823
|
+
"type": "boolean"
|
|
824
|
+
},
|
|
825
|
+
"namespaceName": {},
|
|
826
|
+
"newTableName": {},
|
|
827
|
+
"snapshotName": {},
|
|
828
|
+
"sourceDatabaseName": {},
|
|
829
|
+
"sourceSchemaName": {},
|
|
830
|
+
"sourceTableName": {},
|
|
831
|
+
"targetDatabaseName": {},
|
|
832
|
+
"targetSchemaName": {},
|
|
833
|
+
"workgroupName": {}
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"output": {
|
|
837
|
+
"type": "structure",
|
|
838
|
+
"members": {
|
|
839
|
+
"tableRestoreStatus": {
|
|
840
|
+
"shape": "S2j"
|
|
841
|
+
}
|
|
842
|
+
}
|
|
843
|
+
}
|
|
844
|
+
},
|
|
756
845
|
"TagResource": {
|
|
757
846
|
"input": {
|
|
758
847
|
"type": "structure",
|
|
@@ -763,7 +852,7 @@
|
|
|
763
852
|
"members": {
|
|
764
853
|
"resourceArn": {},
|
|
765
854
|
"tags": {
|
|
766
|
-
"shape": "
|
|
855
|
+
"shape": "S4"
|
|
767
856
|
}
|
|
768
857
|
}
|
|
769
858
|
},
|
|
@@ -801,7 +890,7 @@
|
|
|
801
890
|
"members": {
|
|
802
891
|
"endpointName": {},
|
|
803
892
|
"vpcSecurityGroupIds": {
|
|
804
|
-
"shape": "
|
|
893
|
+
"shape": "Sj"
|
|
805
894
|
}
|
|
806
895
|
}
|
|
807
896
|
},
|
|
@@ -809,7 +898,7 @@
|
|
|
809
898
|
"type": "structure",
|
|
810
899
|
"members": {
|
|
811
900
|
"endpoint": {
|
|
812
|
-
"shape": "
|
|
901
|
+
"shape": "Sm"
|
|
813
902
|
}
|
|
814
903
|
}
|
|
815
904
|
}
|
|
@@ -822,18 +911,18 @@
|
|
|
822
911
|
],
|
|
823
912
|
"members": {
|
|
824
913
|
"adminUserPassword": {
|
|
825
|
-
"shape": "
|
|
914
|
+
"shape": "St"
|
|
826
915
|
},
|
|
827
916
|
"adminUsername": {
|
|
828
|
-
"shape": "
|
|
917
|
+
"shape": "Su"
|
|
829
918
|
},
|
|
830
919
|
"defaultIamRoleArn": {},
|
|
831
920
|
"iamRoles": {
|
|
832
|
-
"shape": "
|
|
921
|
+
"shape": "Sv"
|
|
833
922
|
},
|
|
834
923
|
"kmsKeyId": {},
|
|
835
924
|
"logExports": {
|
|
836
|
-
"shape": "
|
|
925
|
+
"shape": "Sx"
|
|
837
926
|
},
|
|
838
927
|
"namespaceName": {}
|
|
839
928
|
}
|
|
@@ -867,7 +956,7 @@
|
|
|
867
956
|
"type": "structure",
|
|
868
957
|
"members": {
|
|
869
958
|
"snapshot": {
|
|
870
|
-
"shape": "
|
|
959
|
+
"shape": "S9"
|
|
871
960
|
}
|
|
872
961
|
}
|
|
873
962
|
}
|
|
@@ -911,6 +1000,9 @@
|
|
|
911
1000
|
"enhancedVpcRouting": {
|
|
912
1001
|
"type": "boolean"
|
|
913
1002
|
},
|
|
1003
|
+
"port": {
|
|
1004
|
+
"type": "integer"
|
|
1005
|
+
},
|
|
914
1006
|
"publiclyAccessible": {
|
|
915
1007
|
"type": "boolean"
|
|
916
1008
|
},
|
|
@@ -918,7 +1010,7 @@
|
|
|
918
1010
|
"shape": "S1h"
|
|
919
1011
|
},
|
|
920
1012
|
"subnetIds": {
|
|
921
|
-
"shape": "
|
|
1013
|
+
"shape": "Sh"
|
|
922
1014
|
},
|
|
923
1015
|
"workgroupName": {}
|
|
924
1016
|
}
|
|
@@ -937,14 +1029,28 @@
|
|
|
937
1029
|
}
|
|
938
1030
|
},
|
|
939
1031
|
"shapes": {
|
|
940
|
-
"
|
|
1032
|
+
"S4": {
|
|
1033
|
+
"type": "list",
|
|
1034
|
+
"member": {
|
|
1035
|
+
"type": "structure",
|
|
1036
|
+
"required": [
|
|
1037
|
+
"key",
|
|
1038
|
+
"value"
|
|
1039
|
+
],
|
|
1040
|
+
"members": {
|
|
1041
|
+
"key": {},
|
|
1042
|
+
"value": {}
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1046
|
+
"S9": {
|
|
941
1047
|
"type": "structure",
|
|
942
1048
|
"members": {
|
|
943
1049
|
"accountsWithProvisionedRestoreAccess": {
|
|
944
|
-
"shape": "
|
|
1050
|
+
"shape": "Sa"
|
|
945
1051
|
},
|
|
946
1052
|
"accountsWithRestoreAccess": {
|
|
947
|
-
"shape": "
|
|
1053
|
+
"shape": "Sa"
|
|
948
1054
|
},
|
|
949
1055
|
"actualIncrementalBackupSizeInMegaBytes": {
|
|
950
1056
|
"type": "double"
|
|
@@ -968,7 +1074,7 @@
|
|
|
968
1074
|
"ownerAccount": {},
|
|
969
1075
|
"snapshotArn": {},
|
|
970
1076
|
"snapshotCreateTime": {
|
|
971
|
-
"shape": "
|
|
1077
|
+
"shape": "Se"
|
|
972
1078
|
},
|
|
973
1079
|
"snapshotName": {},
|
|
974
1080
|
"snapshotRemainingDays": {
|
|
@@ -978,7 +1084,7 @@
|
|
|
978
1084
|
"type": "integer"
|
|
979
1085
|
},
|
|
980
1086
|
"snapshotRetentionStartTime": {
|
|
981
|
-
"shape": "
|
|
1087
|
+
"shape": "Se"
|
|
982
1088
|
},
|
|
983
1089
|
"status": {},
|
|
984
1090
|
"totalBackupSizeInMegaBytes": {
|
|
@@ -986,29 +1092,29 @@
|
|
|
986
1092
|
}
|
|
987
1093
|
}
|
|
988
1094
|
},
|
|
989
|
-
"
|
|
1095
|
+
"Sa": {
|
|
990
1096
|
"type": "list",
|
|
991
1097
|
"member": {}
|
|
992
1098
|
},
|
|
993
|
-
"
|
|
1099
|
+
"Se": {
|
|
994
1100
|
"type": "timestamp",
|
|
995
1101
|
"timestampFormat": "iso8601"
|
|
996
1102
|
},
|
|
997
|
-
"
|
|
1103
|
+
"Sh": {
|
|
998
1104
|
"type": "list",
|
|
999
1105
|
"member": {}
|
|
1000
1106
|
},
|
|
1001
|
-
"
|
|
1107
|
+
"Sj": {
|
|
1002
1108
|
"type": "list",
|
|
1003
1109
|
"member": {}
|
|
1004
1110
|
},
|
|
1005
|
-
"
|
|
1111
|
+
"Sm": {
|
|
1006
1112
|
"type": "structure",
|
|
1007
1113
|
"members": {
|
|
1008
1114
|
"address": {},
|
|
1009
1115
|
"endpointArn": {},
|
|
1010
1116
|
"endpointCreateTime": {
|
|
1011
|
-
"shape": "
|
|
1117
|
+
"shape": "Se"
|
|
1012
1118
|
},
|
|
1013
1119
|
"endpointName": {},
|
|
1014
1120
|
"endpointStatus": {},
|
|
@@ -1016,10 +1122,10 @@
|
|
|
1016
1122
|
"type": "integer"
|
|
1017
1123
|
},
|
|
1018
1124
|
"subnetIds": {
|
|
1019
|
-
"shape": "
|
|
1125
|
+
"shape": "Sh"
|
|
1020
1126
|
},
|
|
1021
1127
|
"vpcEndpoint": {
|
|
1022
|
-
"shape": "
|
|
1128
|
+
"shape": "Sn"
|
|
1023
1129
|
},
|
|
1024
1130
|
"vpcSecurityGroups": {
|
|
1025
1131
|
"type": "list",
|
|
@@ -1034,7 +1140,7 @@
|
|
|
1034
1140
|
"workgroupName": {}
|
|
1035
1141
|
}
|
|
1036
1142
|
},
|
|
1037
|
-
"
|
|
1143
|
+
"Sn": {
|
|
1038
1144
|
"type": "structure",
|
|
1039
1145
|
"members": {
|
|
1040
1146
|
"networkInterfaces": {
|
|
@@ -1053,53 +1159,39 @@
|
|
|
1053
1159
|
"vpcId": {}
|
|
1054
1160
|
}
|
|
1055
1161
|
},
|
|
1056
|
-
"
|
|
1162
|
+
"St": {
|
|
1057
1163
|
"type": "string",
|
|
1058
1164
|
"sensitive": true
|
|
1059
1165
|
},
|
|
1060
|
-
"
|
|
1166
|
+
"Su": {
|
|
1061
1167
|
"type": "string",
|
|
1062
1168
|
"sensitive": true
|
|
1063
1169
|
},
|
|
1064
|
-
"
|
|
1170
|
+
"Sv": {
|
|
1065
1171
|
"type": "list",
|
|
1066
1172
|
"member": {}
|
|
1067
1173
|
},
|
|
1068
|
-
"
|
|
1174
|
+
"Sx": {
|
|
1069
1175
|
"type": "list",
|
|
1070
1176
|
"member": {}
|
|
1071
1177
|
},
|
|
1072
|
-
"Sw": {
|
|
1073
|
-
"type": "list",
|
|
1074
|
-
"member": {
|
|
1075
|
-
"type": "structure",
|
|
1076
|
-
"required": [
|
|
1077
|
-
"key",
|
|
1078
|
-
"value"
|
|
1079
|
-
],
|
|
1080
|
-
"members": {
|
|
1081
|
-
"key": {},
|
|
1082
|
-
"value": {}
|
|
1083
|
-
}
|
|
1084
|
-
}
|
|
1085
|
-
},
|
|
1086
1178
|
"S11": {
|
|
1087
1179
|
"type": "structure",
|
|
1088
1180
|
"members": {
|
|
1089
1181
|
"adminUsername": {
|
|
1090
|
-
"shape": "
|
|
1182
|
+
"shape": "Su"
|
|
1091
1183
|
},
|
|
1092
1184
|
"creationDate": {
|
|
1093
|
-
"shape": "
|
|
1185
|
+
"shape": "Se"
|
|
1094
1186
|
},
|
|
1095
1187
|
"dbName": {},
|
|
1096
1188
|
"defaultIamRoleArn": {},
|
|
1097
1189
|
"iamRoles": {
|
|
1098
|
-
"shape": "
|
|
1190
|
+
"shape": "Sv"
|
|
1099
1191
|
},
|
|
1100
1192
|
"kmsKeyId": {},
|
|
1101
1193
|
"logExports": {
|
|
1102
|
-
"shape": "
|
|
1194
|
+
"shape": "Sx"
|
|
1103
1195
|
},
|
|
1104
1196
|
"namespaceArn": {},
|
|
1105
1197
|
"namespaceId": {},
|
|
@@ -1145,7 +1237,7 @@
|
|
|
1145
1237
|
"shape": "S1c"
|
|
1146
1238
|
},
|
|
1147
1239
|
"creationDate": {
|
|
1148
|
-
"shape": "
|
|
1240
|
+
"shape": "Se"
|
|
1149
1241
|
},
|
|
1150
1242
|
"endpoint": {
|
|
1151
1243
|
"type": "structure",
|
|
@@ -1157,7 +1249,7 @@
|
|
|
1157
1249
|
"vpcEndpoints": {
|
|
1158
1250
|
"type": "list",
|
|
1159
1251
|
"member": {
|
|
1160
|
-
"shape": "
|
|
1252
|
+
"shape": "Sn"
|
|
1161
1253
|
}
|
|
1162
1254
|
}
|
|
1163
1255
|
}
|
|
@@ -1166,6 +1258,9 @@
|
|
|
1166
1258
|
"type": "boolean"
|
|
1167
1259
|
},
|
|
1168
1260
|
"namespaceName": {},
|
|
1261
|
+
"port": {
|
|
1262
|
+
"type": "integer"
|
|
1263
|
+
},
|
|
1169
1264
|
"publiclyAccessible": {
|
|
1170
1265
|
"type": "boolean"
|
|
1171
1266
|
},
|
|
@@ -1174,7 +1269,7 @@
|
|
|
1174
1269
|
},
|
|
1175
1270
|
"status": {},
|
|
1176
1271
|
"subnetIds": {
|
|
1177
|
-
"shape": "
|
|
1272
|
+
"shape": "Sh"
|
|
1178
1273
|
},
|
|
1179
1274
|
"workgroupArn": {},
|
|
1180
1275
|
"workgroupId": {},
|
|
@@ -1184,9 +1279,10 @@
|
|
|
1184
1279
|
"S2b": {
|
|
1185
1280
|
"type": "structure",
|
|
1186
1281
|
"members": {
|
|
1282
|
+
"namespaceArn": {},
|
|
1187
1283
|
"namespaceName": {},
|
|
1188
1284
|
"recoveryPointCreateTime": {
|
|
1189
|
-
"shape": "
|
|
1285
|
+
"shape": "Se"
|
|
1190
1286
|
},
|
|
1191
1287
|
"recoveryPointId": {},
|
|
1192
1288
|
"totalSizeInMegaBytes": {
|
|
@@ -1201,6 +1297,32 @@
|
|
|
1201
1297
|
"policy": {},
|
|
1202
1298
|
"resourceArn": {}
|
|
1203
1299
|
}
|
|
1300
|
+
},
|
|
1301
|
+
"S2j": {
|
|
1302
|
+
"type": "structure",
|
|
1303
|
+
"members": {
|
|
1304
|
+
"message": {},
|
|
1305
|
+
"namespaceName": {},
|
|
1306
|
+
"newTableName": {},
|
|
1307
|
+
"progressInMegaBytes": {
|
|
1308
|
+
"type": "long"
|
|
1309
|
+
},
|
|
1310
|
+
"requestTime": {
|
|
1311
|
+
"type": "timestamp"
|
|
1312
|
+
},
|
|
1313
|
+
"snapshotName": {},
|
|
1314
|
+
"sourceDatabaseName": {},
|
|
1315
|
+
"sourceSchemaName": {},
|
|
1316
|
+
"sourceTableName": {},
|
|
1317
|
+
"status": {},
|
|
1318
|
+
"tableRestoreRequestId": {},
|
|
1319
|
+
"targetDatabaseName": {},
|
|
1320
|
+
"targetSchemaName": {},
|
|
1321
|
+
"totalDataInMegaBytes": {
|
|
1322
|
+
"type": "long"
|
|
1323
|
+
},
|
|
1324
|
+
"workgroupName": {}
|
|
1325
|
+
}
|
|
1204
1326
|
}
|
|
1205
1327
|
}
|
|
1206
1328
|
}
|
|
@@ -24,6 +24,12 @@
|
|
|
24
24
|
"limit_key": "maxResults",
|
|
25
25
|
"result_key": "snapshots"
|
|
26
26
|
},
|
|
27
|
+
"ListTableRestoreStatus": {
|
|
28
|
+
"input_token": "nextToken",
|
|
29
|
+
"output_token": "nextToken",
|
|
30
|
+
"limit_key": "maxResults",
|
|
31
|
+
"result_key": "tableRestoreStatuses"
|
|
32
|
+
},
|
|
27
33
|
"ListUsageLimits": {
|
|
28
34
|
"input_token": "nextToken",
|
|
29
35
|
"output_token": "nextToken",
|