cdk-comprehend-s3olap 2.0.15 → 2.0.18
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/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +69 -13
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +54 -5
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +0 -3
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +233 -44
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +75 -25
- package/node_modules/aws-sdk/apis/pricing-2017-10-15.min.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +231 -182
- package/node_modules/aws-sdk/clients/all.d.ts +0 -1
- package/node_modules/aws-sdk/clients/all.js +0 -1
- package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -1
- package/node_modules/aws-sdk/clients/glue.d.ts +106 -2
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +69 -1
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +1 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +218 -3
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +70 -8
- package/node_modules/aws-sdk/clients/pricing.d.ts +4 -4
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +8 -8
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +69 -8
- package/node_modules/aws-sdk/clients/transfer.d.ts +9 -9
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +20 -55
- package/node_modules/aws-sdk/dist/aws-sdk.js +13 -8
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +6 -6
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +5 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.js +4 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +0 -5
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +0 -1206
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +0 -40
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +0 -1525
- package/node_modules/aws-sdk/clients/redshiftserverless.js +0 -18
@@ -425,6 +425,55 @@
|
|
425
425
|
}
|
426
426
|
}
|
427
427
|
},
|
428
|
+
"ListInferenceEvents": {
|
429
|
+
"input": {
|
430
|
+
"type": "structure",
|
431
|
+
"required": [
|
432
|
+
"InferenceSchedulerName",
|
433
|
+
"IntervalStartTime",
|
434
|
+
"IntervalEndTime"
|
435
|
+
],
|
436
|
+
"members": {
|
437
|
+
"NextToken": {},
|
438
|
+
"MaxResults": {
|
439
|
+
"type": "integer"
|
440
|
+
},
|
441
|
+
"InferenceSchedulerName": {},
|
442
|
+
"IntervalStartTime": {
|
443
|
+
"type": "timestamp"
|
444
|
+
},
|
445
|
+
"IntervalEndTime": {
|
446
|
+
"type": "timestamp"
|
447
|
+
}
|
448
|
+
}
|
449
|
+
},
|
450
|
+
"output": {
|
451
|
+
"type": "structure",
|
452
|
+
"members": {
|
453
|
+
"NextToken": {},
|
454
|
+
"InferenceEventSummaries": {
|
455
|
+
"type": "list",
|
456
|
+
"member": {
|
457
|
+
"type": "structure",
|
458
|
+
"members": {
|
459
|
+
"InferenceSchedulerArn": {},
|
460
|
+
"InferenceSchedulerName": {},
|
461
|
+
"EventStartTime": {
|
462
|
+
"type": "timestamp"
|
463
|
+
},
|
464
|
+
"EventEndTime": {
|
465
|
+
"type": "timestamp"
|
466
|
+
},
|
467
|
+
"Diagnostics": {},
|
468
|
+
"EventDurationInSeconds": {
|
469
|
+
"type": "long"
|
470
|
+
}
|
471
|
+
}
|
472
|
+
}
|
473
|
+
}
|
474
|
+
}
|
475
|
+
}
|
476
|
+
},
|
428
477
|
"ListInferenceExecutions": {
|
429
478
|
"input": {
|
430
479
|
"type": "structure",
|
@@ -586,16 +635,16 @@
|
|
586
635
|
"type": "boolean"
|
587
636
|
},
|
588
637
|
"MissingValues": {
|
589
|
-
"shape": "
|
638
|
+
"shape": "S35"
|
590
639
|
},
|
591
640
|
"InvalidValues": {
|
592
|
-
"shape": "
|
641
|
+
"shape": "S35"
|
593
642
|
},
|
594
643
|
"InvalidDateEntries": {
|
595
|
-
"shape": "
|
644
|
+
"shape": "S35"
|
596
645
|
},
|
597
646
|
"DuplicateTimestamps": {
|
598
|
-
"shape": "
|
647
|
+
"shape": "S35"
|
599
648
|
},
|
600
649
|
"CategoricalValues": {
|
601
650
|
"type": "structure",
|
@@ -1042,7 +1091,7 @@
|
|
1042
1091
|
"Key": {}
|
1043
1092
|
}
|
1044
1093
|
},
|
1045
|
-
"
|
1094
|
+
"S35": {
|
1046
1095
|
"type": "structure",
|
1047
1096
|
"required": [
|
1048
1097
|
"Count",
|
@@ -10,6 +10,11 @@
|
|
10
10
|
"output_token": "NextToken",
|
11
11
|
"limit_key": "MaxResults"
|
12
12
|
},
|
13
|
+
"ListInferenceEvents": {
|
14
|
+
"input_token": "NextToken",
|
15
|
+
"output_token": "NextToken",
|
16
|
+
"limit_key": "MaxResults"
|
17
|
+
},
|
13
18
|
"ListInferenceExecutions": {
|
14
19
|
"input_token": "NextToken",
|
15
20
|
"output_token": "NextToken",
|
@@ -41,6 +41,26 @@
|
|
41
41
|
"shape": "S5"
|
42
42
|
}
|
43
43
|
},
|
44
|
+
"CreateLaunchConfigurationTemplate": {
|
45
|
+
"http": {
|
46
|
+
"requestUri": "/CreateLaunchConfigurationTemplate",
|
47
|
+
"responseCode": 201
|
48
|
+
},
|
49
|
+
"input": {
|
50
|
+
"type": "structure",
|
51
|
+
"members": {
|
52
|
+
"postLaunchActions": {
|
53
|
+
"shape": "S1j"
|
54
|
+
},
|
55
|
+
"tags": {
|
56
|
+
"shape": "S1e"
|
57
|
+
}
|
58
|
+
}
|
59
|
+
},
|
60
|
+
"output": {
|
61
|
+
"shape": "S1x"
|
62
|
+
}
|
63
|
+
},
|
44
64
|
"CreateReplicationConfigurationTemplate": {
|
45
65
|
"http": {
|
46
66
|
"requestUri": "/CreateReplicationConfigurationTemplate",
|
@@ -77,14 +97,14 @@
|
|
77
97
|
"ebsEncryptionKeyArn": {},
|
78
98
|
"replicationServerInstanceType": {},
|
79
99
|
"replicationServersSecurityGroupsIDs": {
|
80
|
-
"shape": "
|
100
|
+
"shape": "S23"
|
81
101
|
},
|
82
102
|
"stagingAreaSubnetId": {},
|
83
103
|
"stagingAreaTags": {
|
84
|
-
"shape": "
|
104
|
+
"shape": "S1e"
|
85
105
|
},
|
86
106
|
"tags": {
|
87
|
-
"shape": "
|
107
|
+
"shape": "S1e"
|
88
108
|
},
|
89
109
|
"useDedicatedReplicationServer": {
|
90
110
|
"type": "boolean"
|
@@ -92,7 +112,7 @@
|
|
92
112
|
}
|
93
113
|
},
|
94
114
|
"output": {
|
95
|
-
"shape": "
|
115
|
+
"shape": "S26"
|
96
116
|
}
|
97
117
|
},
|
98
118
|
"DeleteJob": {
|
@@ -115,6 +135,26 @@
|
|
115
135
|
},
|
116
136
|
"idempotent": true
|
117
137
|
},
|
138
|
+
"DeleteLaunchConfigurationTemplate": {
|
139
|
+
"http": {
|
140
|
+
"requestUri": "/DeleteLaunchConfigurationTemplate",
|
141
|
+
"responseCode": 204
|
142
|
+
},
|
143
|
+
"input": {
|
144
|
+
"type": "structure",
|
145
|
+
"required": [
|
146
|
+
"launchConfigurationTemplateID"
|
147
|
+
],
|
148
|
+
"members": {
|
149
|
+
"launchConfigurationTemplateID": {}
|
150
|
+
}
|
151
|
+
},
|
152
|
+
"output": {
|
153
|
+
"type": "structure",
|
154
|
+
"members": {}
|
155
|
+
},
|
156
|
+
"idempotent": true
|
157
|
+
},
|
118
158
|
"DeleteReplicationConfigurationTemplate": {
|
119
159
|
"http": {
|
120
160
|
"requestUri": "/DeleteReplicationConfigurationTemplate",
|
@@ -246,7 +286,38 @@
|
|
246
286
|
"items": {
|
247
287
|
"type": "list",
|
248
288
|
"member": {
|
249
|
-
"shape": "
|
289
|
+
"shape": "S2t"
|
290
|
+
}
|
291
|
+
},
|
292
|
+
"nextToken": {}
|
293
|
+
}
|
294
|
+
}
|
295
|
+
},
|
296
|
+
"DescribeLaunchConfigurationTemplates": {
|
297
|
+
"http": {
|
298
|
+
"requestUri": "/DescribeLaunchConfigurationTemplates",
|
299
|
+
"responseCode": 200
|
300
|
+
},
|
301
|
+
"input": {
|
302
|
+
"type": "structure",
|
303
|
+
"members": {
|
304
|
+
"launchConfigurationTemplateIDs": {
|
305
|
+
"type": "list",
|
306
|
+
"member": {}
|
307
|
+
},
|
308
|
+
"maxResults": {
|
309
|
+
"type": "integer"
|
310
|
+
},
|
311
|
+
"nextToken": {}
|
312
|
+
}
|
313
|
+
},
|
314
|
+
"output": {
|
315
|
+
"type": "structure",
|
316
|
+
"members": {
|
317
|
+
"items": {
|
318
|
+
"type": "list",
|
319
|
+
"member": {
|
320
|
+
"shape": "S1x"
|
250
321
|
}
|
251
322
|
},
|
252
323
|
"nextToken": {}
|
@@ -277,7 +348,7 @@
|
|
277
348
|
"items": {
|
278
349
|
"type": "list",
|
279
350
|
"member": {
|
280
|
-
"shape": "
|
351
|
+
"shape": "S26"
|
281
352
|
}
|
282
353
|
},
|
283
354
|
"nextToken": {}
|
@@ -364,10 +435,10 @@
|
|
364
435
|
"hostname": {},
|
365
436
|
"lastSeenDatetime": {},
|
366
437
|
"sourceServerTags": {
|
367
|
-
"shape": "
|
438
|
+
"shape": "S1e"
|
368
439
|
},
|
369
440
|
"tags": {
|
370
|
-
"shape": "
|
441
|
+
"shape": "S1e"
|
371
442
|
},
|
372
443
|
"vcenterClientID": {},
|
373
444
|
"vcenterUUID": {}
|
@@ -429,7 +500,7 @@
|
|
429
500
|
}
|
430
501
|
},
|
431
502
|
"output": {
|
432
|
-
"shape": "
|
503
|
+
"shape": "S3r"
|
433
504
|
}
|
434
505
|
},
|
435
506
|
"GetReplicationConfiguration": {
|
@@ -447,7 +518,7 @@
|
|
447
518
|
}
|
448
519
|
},
|
449
520
|
"output": {
|
450
|
-
"shape": "
|
521
|
+
"shape": "S3y"
|
451
522
|
}
|
452
523
|
},
|
453
524
|
"InitializeService": {
|
@@ -486,7 +557,7 @@
|
|
486
557
|
"type": "structure",
|
487
558
|
"members": {
|
488
559
|
"tags": {
|
489
|
-
"shape": "
|
560
|
+
"shape": "S1e"
|
490
561
|
}
|
491
562
|
}
|
492
563
|
}
|
@@ -543,7 +614,7 @@
|
|
543
614
|
"member": {}
|
544
615
|
},
|
545
616
|
"tags": {
|
546
|
-
"shape": "
|
617
|
+
"shape": "S1e"
|
547
618
|
}
|
548
619
|
}
|
549
620
|
},
|
@@ -551,7 +622,7 @@
|
|
551
622
|
"type": "structure",
|
552
623
|
"members": {
|
553
624
|
"job": {
|
554
|
-
"shape": "
|
625
|
+
"shape": "S2t"
|
555
626
|
}
|
556
627
|
}
|
557
628
|
}
|
@@ -590,7 +661,7 @@
|
|
590
661
|
"member": {}
|
591
662
|
},
|
592
663
|
"tags": {
|
593
|
-
"shape": "
|
664
|
+
"shape": "S1e"
|
594
665
|
}
|
595
666
|
}
|
596
667
|
},
|
@@ -598,7 +669,7 @@
|
|
598
669
|
"type": "structure",
|
599
670
|
"members": {
|
600
671
|
"job": {
|
601
|
-
"shape": "
|
672
|
+
"shape": "S2t"
|
602
673
|
}
|
603
674
|
}
|
604
675
|
}
|
@@ -620,7 +691,7 @@
|
|
620
691
|
"locationName": "resourceArn"
|
621
692
|
},
|
622
693
|
"tags": {
|
623
|
-
"shape": "
|
694
|
+
"shape": "S1e"
|
624
695
|
}
|
625
696
|
}
|
626
697
|
},
|
@@ -642,7 +713,7 @@
|
|
642
713
|
"member": {}
|
643
714
|
},
|
644
715
|
"tags": {
|
645
|
-
"shape": "
|
716
|
+
"shape": "S1e"
|
646
717
|
}
|
647
718
|
}
|
648
719
|
},
|
@@ -650,7 +721,7 @@
|
|
650
721
|
"type": "structure",
|
651
722
|
"members": {
|
652
723
|
"job": {
|
653
|
-
"shape": "
|
724
|
+
"shape": "S2t"
|
654
725
|
}
|
655
726
|
}
|
656
727
|
}
|
@@ -703,18 +774,42 @@
|
|
703
774
|
},
|
704
775
|
"launchDisposition": {},
|
705
776
|
"licensing": {
|
706
|
-
"shape": "
|
777
|
+
"shape": "S3u"
|
707
778
|
},
|
708
779
|
"name": {},
|
780
|
+
"postLaunchActions": {
|
781
|
+
"shape": "S1j"
|
782
|
+
},
|
709
783
|
"sourceServerID": {},
|
710
784
|
"targetInstanceTypeRightSizingMethod": {}
|
711
785
|
}
|
712
786
|
},
|
713
787
|
"output": {
|
714
|
-
"shape": "
|
788
|
+
"shape": "S3r"
|
715
789
|
},
|
716
790
|
"idempotent": true
|
717
791
|
},
|
792
|
+
"UpdateLaunchConfigurationTemplate": {
|
793
|
+
"http": {
|
794
|
+
"requestUri": "/UpdateLaunchConfigurationTemplate",
|
795
|
+
"responseCode": 200
|
796
|
+
},
|
797
|
+
"input": {
|
798
|
+
"type": "structure",
|
799
|
+
"required": [
|
800
|
+
"launchConfigurationTemplateID"
|
801
|
+
],
|
802
|
+
"members": {
|
803
|
+
"launchConfigurationTemplateID": {},
|
804
|
+
"postLaunchActions": {
|
805
|
+
"shape": "S1j"
|
806
|
+
}
|
807
|
+
}
|
808
|
+
},
|
809
|
+
"output": {
|
810
|
+
"shape": "S1x"
|
811
|
+
}
|
812
|
+
},
|
718
813
|
"UpdateReplicationConfiguration": {
|
719
814
|
"http": {
|
720
815
|
"requestUri": "/UpdateReplicationConfiguration",
|
@@ -741,16 +836,16 @@
|
|
741
836
|
"ebsEncryptionKeyArn": {},
|
742
837
|
"name": {},
|
743
838
|
"replicatedDisks": {
|
744
|
-
"shape": "
|
839
|
+
"shape": "S3z"
|
745
840
|
},
|
746
841
|
"replicationServerInstanceType": {},
|
747
842
|
"replicationServersSecurityGroupsIDs": {
|
748
|
-
"shape": "
|
843
|
+
"shape": "S23"
|
749
844
|
},
|
750
845
|
"sourceServerID": {},
|
751
846
|
"stagingAreaSubnetId": {},
|
752
847
|
"stagingAreaTags": {
|
753
|
-
"shape": "
|
848
|
+
"shape": "S1e"
|
754
849
|
},
|
755
850
|
"useDedicatedReplicationServer": {
|
756
851
|
"type": "boolean"
|
@@ -758,7 +853,7 @@
|
|
758
853
|
}
|
759
854
|
},
|
760
855
|
"output": {
|
761
|
-
"shape": "
|
856
|
+
"shape": "S3y"
|
762
857
|
},
|
763
858
|
"idempotent": true
|
764
859
|
},
|
@@ -790,11 +885,11 @@
|
|
790
885
|
"replicationConfigurationTemplateID": {},
|
791
886
|
"replicationServerInstanceType": {},
|
792
887
|
"replicationServersSecurityGroupsIDs": {
|
793
|
-
"shape": "
|
888
|
+
"shape": "S23"
|
794
889
|
},
|
795
890
|
"stagingAreaSubnetId": {},
|
796
891
|
"stagingAreaTags": {
|
797
|
-
"shape": "
|
892
|
+
"shape": "S1e"
|
798
893
|
},
|
799
894
|
"useDedicatedReplicationServer": {
|
800
895
|
"type": "boolean"
|
@@ -802,7 +897,7 @@
|
|
802
897
|
}
|
803
898
|
},
|
804
899
|
"output": {
|
805
|
-
"shape": "
|
900
|
+
"shape": "S26"
|
806
901
|
}
|
807
902
|
},
|
808
903
|
"UpdateSourceServerReplicationType": {
|
@@ -1023,22 +1118,88 @@
|
|
1023
1118
|
},
|
1024
1119
|
"sourceServerID": {},
|
1025
1120
|
"tags": {
|
1026
|
-
"shape": "
|
1121
|
+
"shape": "S1e"
|
1027
1122
|
},
|
1028
1123
|
"vcenterClientID": {}
|
1029
1124
|
}
|
1030
1125
|
},
|
1031
|
-
"
|
1126
|
+
"S1e": {
|
1032
1127
|
"type": "map",
|
1033
1128
|
"key": {},
|
1034
1129
|
"value": {},
|
1035
1130
|
"sensitive": true
|
1036
1131
|
},
|
1037
|
-
"
|
1132
|
+
"S1j": {
|
1133
|
+
"type": "structure",
|
1134
|
+
"members": {
|
1135
|
+
"cloudWatchLogGroupName": {},
|
1136
|
+
"deployment": {},
|
1137
|
+
"s3LogBucket": {},
|
1138
|
+
"s3OutputKeyPrefix": {},
|
1139
|
+
"ssmDocuments": {
|
1140
|
+
"type": "list",
|
1141
|
+
"member": {
|
1142
|
+
"shape": "S1o"
|
1143
|
+
}
|
1144
|
+
}
|
1145
|
+
}
|
1146
|
+
},
|
1147
|
+
"S1o": {
|
1148
|
+
"type": "structure",
|
1149
|
+
"required": [
|
1150
|
+
"actionName",
|
1151
|
+
"ssmDocumentName"
|
1152
|
+
],
|
1153
|
+
"members": {
|
1154
|
+
"actionName": {},
|
1155
|
+
"mustSucceedForCutover": {
|
1156
|
+
"type": "boolean"
|
1157
|
+
},
|
1158
|
+
"parameters": {
|
1159
|
+
"type": "map",
|
1160
|
+
"key": {},
|
1161
|
+
"value": {
|
1162
|
+
"type": "list",
|
1163
|
+
"member": {
|
1164
|
+
"type": "structure",
|
1165
|
+
"required": [
|
1166
|
+
"parameterName",
|
1167
|
+
"parameterType"
|
1168
|
+
],
|
1169
|
+
"members": {
|
1170
|
+
"parameterName": {},
|
1171
|
+
"parameterType": {}
|
1172
|
+
}
|
1173
|
+
}
|
1174
|
+
}
|
1175
|
+
},
|
1176
|
+
"ssmDocumentName": {},
|
1177
|
+
"timeoutSeconds": {
|
1178
|
+
"type": "integer"
|
1179
|
+
}
|
1180
|
+
}
|
1181
|
+
},
|
1182
|
+
"S1x": {
|
1183
|
+
"type": "structure",
|
1184
|
+
"required": [
|
1185
|
+
"launchConfigurationTemplateID"
|
1186
|
+
],
|
1187
|
+
"members": {
|
1188
|
+
"arn": {},
|
1189
|
+
"launchConfigurationTemplateID": {},
|
1190
|
+
"postLaunchActions": {
|
1191
|
+
"shape": "S1j"
|
1192
|
+
},
|
1193
|
+
"tags": {
|
1194
|
+
"shape": "S1e"
|
1195
|
+
}
|
1196
|
+
}
|
1197
|
+
},
|
1198
|
+
"S23": {
|
1038
1199
|
"type": "list",
|
1039
1200
|
"member": {}
|
1040
1201
|
},
|
1041
|
-
"
|
1202
|
+
"S26": {
|
1042
1203
|
"type": "structure",
|
1043
1204
|
"required": [
|
1044
1205
|
"replicationConfigurationTemplateID"
|
@@ -1061,21 +1222,21 @@
|
|
1061
1222
|
"replicationConfigurationTemplateID": {},
|
1062
1223
|
"replicationServerInstanceType": {},
|
1063
1224
|
"replicationServersSecurityGroupsIDs": {
|
1064
|
-
"shape": "
|
1225
|
+
"shape": "S23"
|
1065
1226
|
},
|
1066
1227
|
"stagingAreaSubnetId": {},
|
1067
1228
|
"stagingAreaTags": {
|
1068
|
-
"shape": "
|
1229
|
+
"shape": "S1e"
|
1069
1230
|
},
|
1070
1231
|
"tags": {
|
1071
|
-
"shape": "
|
1232
|
+
"shape": "S1e"
|
1072
1233
|
},
|
1073
1234
|
"useDedicatedReplicationServer": {
|
1074
1235
|
"type": "boolean"
|
1075
1236
|
}
|
1076
1237
|
}
|
1077
1238
|
},
|
1078
|
-
"
|
1239
|
+
"S2t": {
|
1079
1240
|
"type": "structure",
|
1080
1241
|
"required": [
|
1081
1242
|
"jobID"
|
@@ -1090,20 +1251,45 @@
|
|
1090
1251
|
"type": "list",
|
1091
1252
|
"member": {
|
1092
1253
|
"type": "structure",
|
1254
|
+
"required": [
|
1255
|
+
"sourceServerID"
|
1256
|
+
],
|
1093
1257
|
"members": {
|
1094
1258
|
"launchStatus": {},
|
1259
|
+
"launchedEc2InstanceID": {},
|
1260
|
+
"postLaunchActionsStatus": {
|
1261
|
+
"type": "structure",
|
1262
|
+
"members": {
|
1263
|
+
"postLaunchActionsLaunchStatusList": {
|
1264
|
+
"type": "list",
|
1265
|
+
"member": {
|
1266
|
+
"type": "structure",
|
1267
|
+
"members": {
|
1268
|
+
"executionID": {},
|
1269
|
+
"executionStatus": {},
|
1270
|
+
"failureReason": {},
|
1271
|
+
"ssmDocument": {
|
1272
|
+
"shape": "S1o"
|
1273
|
+
},
|
1274
|
+
"ssmDocumentType": {}
|
1275
|
+
}
|
1276
|
+
}
|
1277
|
+
},
|
1278
|
+
"ssmAgentDiscoveryDatetime": {}
|
1279
|
+
}
|
1280
|
+
},
|
1095
1281
|
"sourceServerID": {}
|
1096
1282
|
}
|
1097
1283
|
}
|
1098
1284
|
},
|
1099
1285
|
"status": {},
|
1100
1286
|
"tags": {
|
1101
|
-
"shape": "
|
1287
|
+
"shape": "S1e"
|
1102
1288
|
},
|
1103
1289
|
"type": {}
|
1104
1290
|
}
|
1105
1291
|
},
|
1106
|
-
"
|
1292
|
+
"S3r": {
|
1107
1293
|
"type": "structure",
|
1108
1294
|
"members": {
|
1109
1295
|
"bootMode": {},
|
@@ -1116,14 +1302,17 @@
|
|
1116
1302
|
"ec2LaunchTemplateID": {},
|
1117
1303
|
"launchDisposition": {},
|
1118
1304
|
"licensing": {
|
1119
|
-
"shape": "
|
1305
|
+
"shape": "S3u"
|
1120
1306
|
},
|
1121
1307
|
"name": {},
|
1308
|
+
"postLaunchActions": {
|
1309
|
+
"shape": "S1j"
|
1310
|
+
},
|
1122
1311
|
"sourceServerID": {},
|
1123
1312
|
"targetInstanceTypeRightSizingMethod": {}
|
1124
1313
|
}
|
1125
1314
|
},
|
1126
|
-
"
|
1315
|
+
"S3u": {
|
1127
1316
|
"type": "structure",
|
1128
1317
|
"members": {
|
1129
1318
|
"osByol": {
|
@@ -1131,7 +1320,7 @@
|
|
1131
1320
|
}
|
1132
1321
|
}
|
1133
1322
|
},
|
1134
|
-
"
|
1323
|
+
"S3y": {
|
1135
1324
|
"type": "structure",
|
1136
1325
|
"members": {
|
1137
1326
|
"associateDefaultSecurityGroup": {
|
@@ -1149,23 +1338,23 @@
|
|
1149
1338
|
"ebsEncryptionKeyArn": {},
|
1150
1339
|
"name": {},
|
1151
1340
|
"replicatedDisks": {
|
1152
|
-
"shape": "
|
1341
|
+
"shape": "S3z"
|
1153
1342
|
},
|
1154
1343
|
"replicationServerInstanceType": {},
|
1155
1344
|
"replicationServersSecurityGroupsIDs": {
|
1156
|
-
"shape": "
|
1345
|
+
"shape": "S23"
|
1157
1346
|
},
|
1158
1347
|
"sourceServerID": {},
|
1159
1348
|
"stagingAreaSubnetId": {},
|
1160
1349
|
"stagingAreaTags": {
|
1161
|
-
"shape": "
|
1350
|
+
"shape": "S1e"
|
1162
1351
|
},
|
1163
1352
|
"useDedicatedReplicationServer": {
|
1164
1353
|
"type": "boolean"
|
1165
1354
|
}
|
1166
1355
|
}
|
1167
1356
|
},
|
1168
|
-
"
|
1357
|
+
"S3z": {
|
1169
1358
|
"type": "list",
|
1170
1359
|
"member": {
|
1171
1360
|
"type": "structure",
|
@@ -12,6 +12,12 @@
|
|
12
12
|
"limit_key": "maxResults",
|
13
13
|
"result_key": "items"
|
14
14
|
},
|
15
|
+
"DescribeLaunchConfigurationTemplates": {
|
16
|
+
"input_token": "nextToken",
|
17
|
+
"output_token": "nextToken",
|
18
|
+
"limit_key": "maxResults",
|
19
|
+
"result_key": "items"
|
20
|
+
},
|
15
21
|
"DescribeReplicationConfigurationTemplates": {
|
16
22
|
"input_token": "nextToken",
|
17
23
|
"output_token": "nextToken",
|