aws-sdk 2.1639.0 → 2.1640.0

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.
@@ -0,0 +1,1917 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2022-12-06",
5
+ "auth": [
6
+ "aws.auth#sigv4"
7
+ ],
8
+ "endpointPrefix": "apptest",
9
+ "protocol": "rest-json",
10
+ "protocols": [
11
+ "rest-json"
12
+ ],
13
+ "serviceFullName": "AWS Mainframe Modernization Application Testing",
14
+ "serviceId": "AppTest",
15
+ "signatureVersion": "v4",
16
+ "signingName": "apptest",
17
+ "uid": "apptest-2022-12-06"
18
+ },
19
+ "operations": {
20
+ "CreateTestCase": {
21
+ "http": {
22
+ "requestUri": "/testcase",
23
+ "responseCode": 201
24
+ },
25
+ "input": {
26
+ "type": "structure",
27
+ "required": [
28
+ "name",
29
+ "steps"
30
+ ],
31
+ "members": {
32
+ "name": {},
33
+ "description": {},
34
+ "steps": {
35
+ "shape": "S4"
36
+ },
37
+ "clientToken": {
38
+ "idempotencyToken": true
39
+ },
40
+ "tags": {
41
+ "shape": "S1c"
42
+ }
43
+ }
44
+ },
45
+ "output": {
46
+ "type": "structure",
47
+ "required": [
48
+ "testCaseId",
49
+ "testCaseVersion"
50
+ ],
51
+ "members": {
52
+ "testCaseId": {},
53
+ "testCaseVersion": {
54
+ "type": "integer"
55
+ }
56
+ }
57
+ },
58
+ "idempotent": true
59
+ },
60
+ "CreateTestConfiguration": {
61
+ "http": {
62
+ "requestUri": "/testconfiguration",
63
+ "responseCode": 201
64
+ },
65
+ "input": {
66
+ "type": "structure",
67
+ "required": [
68
+ "name",
69
+ "resources"
70
+ ],
71
+ "members": {
72
+ "name": {},
73
+ "description": {},
74
+ "resources": {
75
+ "shape": "S1j"
76
+ },
77
+ "properties": {
78
+ "shape": "S1n"
79
+ },
80
+ "clientToken": {
81
+ "idempotencyToken": true
82
+ },
83
+ "tags": {
84
+ "shape": "S1c"
85
+ },
86
+ "serviceSettings": {
87
+ "shape": "S1s"
88
+ }
89
+ }
90
+ },
91
+ "output": {
92
+ "type": "structure",
93
+ "required": [
94
+ "testConfigurationId",
95
+ "testConfigurationVersion"
96
+ ],
97
+ "members": {
98
+ "testConfigurationId": {},
99
+ "testConfigurationVersion": {
100
+ "type": "integer"
101
+ }
102
+ }
103
+ },
104
+ "idempotent": true
105
+ },
106
+ "CreateTestSuite": {
107
+ "http": {
108
+ "requestUri": "/testsuite",
109
+ "responseCode": 201
110
+ },
111
+ "input": {
112
+ "type": "structure",
113
+ "required": [
114
+ "name",
115
+ "testCases"
116
+ ],
117
+ "members": {
118
+ "name": {},
119
+ "description": {},
120
+ "beforeSteps": {
121
+ "shape": "S4"
122
+ },
123
+ "afterSteps": {
124
+ "shape": "S4"
125
+ },
126
+ "testCases": {
127
+ "shape": "S1v"
128
+ },
129
+ "clientToken": {
130
+ "idempotencyToken": true
131
+ },
132
+ "tags": {
133
+ "shape": "S1c"
134
+ }
135
+ }
136
+ },
137
+ "output": {
138
+ "type": "structure",
139
+ "required": [
140
+ "testSuiteId",
141
+ "testSuiteVersion"
142
+ ],
143
+ "members": {
144
+ "testSuiteId": {},
145
+ "testSuiteVersion": {
146
+ "type": "integer"
147
+ }
148
+ }
149
+ },
150
+ "idempotent": true
151
+ },
152
+ "DeleteTestCase": {
153
+ "http": {
154
+ "method": "DELETE",
155
+ "requestUri": "/testcases/{testCaseId}",
156
+ "responseCode": 204
157
+ },
158
+ "input": {
159
+ "type": "structure",
160
+ "required": [
161
+ "testCaseId"
162
+ ],
163
+ "members": {
164
+ "testCaseId": {
165
+ "location": "uri",
166
+ "locationName": "testCaseId"
167
+ }
168
+ }
169
+ },
170
+ "output": {
171
+ "type": "structure",
172
+ "members": {}
173
+ },
174
+ "idempotent": true
175
+ },
176
+ "DeleteTestConfiguration": {
177
+ "http": {
178
+ "method": "DELETE",
179
+ "requestUri": "/testconfigurations/{testConfigurationId}",
180
+ "responseCode": 204
181
+ },
182
+ "input": {
183
+ "type": "structure",
184
+ "required": [
185
+ "testConfigurationId"
186
+ ],
187
+ "members": {
188
+ "testConfigurationId": {
189
+ "location": "uri",
190
+ "locationName": "testConfigurationId"
191
+ }
192
+ }
193
+ },
194
+ "output": {
195
+ "type": "structure",
196
+ "members": {}
197
+ },
198
+ "idempotent": true
199
+ },
200
+ "DeleteTestRun": {
201
+ "http": {
202
+ "method": "DELETE",
203
+ "requestUri": "/testruns/{testRunId}",
204
+ "responseCode": 204
205
+ },
206
+ "input": {
207
+ "type": "structure",
208
+ "required": [
209
+ "testRunId"
210
+ ],
211
+ "members": {
212
+ "testRunId": {
213
+ "location": "uri",
214
+ "locationName": "testRunId"
215
+ }
216
+ }
217
+ },
218
+ "output": {
219
+ "type": "structure",
220
+ "members": {}
221
+ },
222
+ "idempotent": true
223
+ },
224
+ "DeleteTestSuite": {
225
+ "http": {
226
+ "method": "DELETE",
227
+ "requestUri": "/testsuites/{testSuiteId}",
228
+ "responseCode": 204
229
+ },
230
+ "input": {
231
+ "type": "structure",
232
+ "required": [
233
+ "testSuiteId"
234
+ ],
235
+ "members": {
236
+ "testSuiteId": {
237
+ "location": "uri",
238
+ "locationName": "testSuiteId"
239
+ }
240
+ }
241
+ },
242
+ "output": {
243
+ "type": "structure",
244
+ "members": {}
245
+ },
246
+ "idempotent": true
247
+ },
248
+ "GetTestCase": {
249
+ "http": {
250
+ "method": "GET",
251
+ "requestUri": "/testcases/{testCaseId}",
252
+ "responseCode": 200
253
+ },
254
+ "input": {
255
+ "type": "structure",
256
+ "required": [
257
+ "testCaseId"
258
+ ],
259
+ "members": {
260
+ "testCaseId": {
261
+ "location": "uri",
262
+ "locationName": "testCaseId"
263
+ },
264
+ "testCaseVersion": {
265
+ "location": "querystring",
266
+ "locationName": "testCaseVersion",
267
+ "type": "integer"
268
+ }
269
+ }
270
+ },
271
+ "output": {
272
+ "type": "structure",
273
+ "required": [
274
+ "testCaseId",
275
+ "testCaseArn",
276
+ "name",
277
+ "latestVersion",
278
+ "testCaseVersion",
279
+ "status",
280
+ "creationTime",
281
+ "lastUpdateTime",
282
+ "steps"
283
+ ],
284
+ "members": {
285
+ "testCaseId": {},
286
+ "testCaseArn": {},
287
+ "name": {},
288
+ "description": {},
289
+ "latestVersion": {
290
+ "type": "structure",
291
+ "required": [
292
+ "version",
293
+ "status"
294
+ ],
295
+ "members": {
296
+ "version": {
297
+ "type": "integer"
298
+ },
299
+ "status": {},
300
+ "statusReason": {}
301
+ }
302
+ },
303
+ "testCaseVersion": {
304
+ "type": "integer"
305
+ },
306
+ "status": {},
307
+ "statusReason": {},
308
+ "creationTime": {
309
+ "type": "timestamp"
310
+ },
311
+ "lastUpdateTime": {
312
+ "type": "timestamp"
313
+ },
314
+ "steps": {
315
+ "shape": "S4"
316
+ },
317
+ "tags": {
318
+ "shape": "S1c"
319
+ }
320
+ }
321
+ }
322
+ },
323
+ "GetTestConfiguration": {
324
+ "http": {
325
+ "method": "GET",
326
+ "requestUri": "/testconfigurations/{testConfigurationId}",
327
+ "responseCode": 200
328
+ },
329
+ "input": {
330
+ "type": "structure",
331
+ "required": [
332
+ "testConfigurationId"
333
+ ],
334
+ "members": {
335
+ "testConfigurationId": {
336
+ "location": "uri",
337
+ "locationName": "testConfigurationId"
338
+ },
339
+ "testConfigurationVersion": {
340
+ "location": "querystring",
341
+ "locationName": "testConfigurationVersion",
342
+ "type": "integer"
343
+ }
344
+ }
345
+ },
346
+ "output": {
347
+ "type": "structure",
348
+ "required": [
349
+ "testConfigurationId",
350
+ "name",
351
+ "testConfigurationArn",
352
+ "latestVersion",
353
+ "testConfigurationVersion",
354
+ "status",
355
+ "creationTime",
356
+ "lastUpdateTime",
357
+ "resources",
358
+ "properties"
359
+ ],
360
+ "members": {
361
+ "testConfigurationId": {},
362
+ "name": {},
363
+ "testConfigurationArn": {},
364
+ "latestVersion": {
365
+ "type": "structure",
366
+ "required": [
367
+ "version",
368
+ "status"
369
+ ],
370
+ "members": {
371
+ "version": {
372
+ "type": "integer"
373
+ },
374
+ "status": {},
375
+ "statusReason": {}
376
+ }
377
+ },
378
+ "testConfigurationVersion": {
379
+ "type": "integer"
380
+ },
381
+ "status": {},
382
+ "statusReason": {},
383
+ "creationTime": {
384
+ "type": "timestamp"
385
+ },
386
+ "lastUpdateTime": {
387
+ "type": "timestamp"
388
+ },
389
+ "description": {},
390
+ "resources": {
391
+ "shape": "S1j"
392
+ },
393
+ "properties": {
394
+ "shape": "S1n"
395
+ },
396
+ "tags": {
397
+ "shape": "S1c"
398
+ },
399
+ "serviceSettings": {
400
+ "shape": "S1s"
401
+ }
402
+ }
403
+ }
404
+ },
405
+ "GetTestRunStep": {
406
+ "http": {
407
+ "method": "GET",
408
+ "requestUri": "/testruns/{testRunId}/steps/{stepName}",
409
+ "responseCode": 200
410
+ },
411
+ "input": {
412
+ "type": "structure",
413
+ "required": [
414
+ "testRunId",
415
+ "stepName"
416
+ ],
417
+ "members": {
418
+ "testRunId": {
419
+ "location": "uri",
420
+ "locationName": "testRunId"
421
+ },
422
+ "stepName": {
423
+ "location": "uri",
424
+ "locationName": "stepName"
425
+ },
426
+ "testCaseId": {
427
+ "location": "querystring",
428
+ "locationName": "testCaseId"
429
+ },
430
+ "testSuiteId": {
431
+ "location": "querystring",
432
+ "locationName": "testSuiteId"
433
+ }
434
+ }
435
+ },
436
+ "output": {
437
+ "type": "structure",
438
+ "required": [
439
+ "stepName",
440
+ "testRunId",
441
+ "status",
442
+ "runStartTime"
443
+ ],
444
+ "members": {
445
+ "stepName": {},
446
+ "testRunId": {},
447
+ "testCaseId": {},
448
+ "testCaseVersion": {
449
+ "type": "integer"
450
+ },
451
+ "testSuiteId": {},
452
+ "testSuiteVersion": {
453
+ "type": "integer"
454
+ },
455
+ "beforeStep": {
456
+ "type": "boolean"
457
+ },
458
+ "afterStep": {
459
+ "type": "boolean"
460
+ },
461
+ "status": {},
462
+ "statusReason": {},
463
+ "runStartTime": {
464
+ "type": "timestamp"
465
+ },
466
+ "runEndTime": {
467
+ "type": "timestamp"
468
+ },
469
+ "stepRunSummary": {
470
+ "type": "structure",
471
+ "members": {
472
+ "mainframeAction": {
473
+ "type": "structure",
474
+ "members": {
475
+ "batch": {
476
+ "type": "structure",
477
+ "required": [
478
+ "stepInput"
479
+ ],
480
+ "members": {
481
+ "stepInput": {
482
+ "type": "structure",
483
+ "required": [
484
+ "resource",
485
+ "batchJobName"
486
+ ],
487
+ "members": {
488
+ "resource": {
489
+ "shape": "S2n"
490
+ },
491
+ "batchJobName": {},
492
+ "batchJobParameters": {
493
+ "shape": "Sk"
494
+ },
495
+ "exportDataSetNames": {
496
+ "shape": "Sm"
497
+ },
498
+ "properties": {
499
+ "shape": "Ss"
500
+ }
501
+ }
502
+ },
503
+ "stepOutput": {
504
+ "type": "structure",
505
+ "members": {
506
+ "dataSetExportLocation": {},
507
+ "dmsOutputLocation": {},
508
+ "dataSetDetails": {
509
+ "shape": "Sx"
510
+ }
511
+ }
512
+ }
513
+ }
514
+ },
515
+ "tn3270": {
516
+ "type": "structure",
517
+ "required": [
518
+ "stepInput"
519
+ ],
520
+ "members": {
521
+ "stepInput": {
522
+ "type": "structure",
523
+ "required": [
524
+ "resource",
525
+ "script"
526
+ ],
527
+ "members": {
528
+ "resource": {
529
+ "shape": "S2n"
530
+ },
531
+ "script": {
532
+ "type": "structure",
533
+ "required": [
534
+ "scriptLocation",
535
+ "type"
536
+ ],
537
+ "members": {
538
+ "scriptLocation": {},
539
+ "type": {}
540
+ }
541
+ },
542
+ "exportDataSetNames": {
543
+ "shape": "Sm"
544
+ },
545
+ "properties": {
546
+ "shape": "Ss"
547
+ }
548
+ }
549
+ },
550
+ "stepOutput": {
551
+ "type": "structure",
552
+ "required": [
553
+ "scriptOutputLocation"
554
+ ],
555
+ "members": {
556
+ "dataSetExportLocation": {},
557
+ "dmsOutputLocation": {},
558
+ "dataSetDetails": {
559
+ "shape": "Sx"
560
+ },
561
+ "scriptOutputLocation": {}
562
+ }
563
+ }
564
+ }
565
+ }
566
+ },
567
+ "union": true
568
+ },
569
+ "compareAction": {
570
+ "type": "structure",
571
+ "required": [
572
+ "type"
573
+ ],
574
+ "members": {
575
+ "type": {
576
+ "type": "structure",
577
+ "members": {
578
+ "fileType": {
579
+ "type": "structure",
580
+ "members": {
581
+ "datasets": {
582
+ "type": "structure",
583
+ "required": [
584
+ "stepInput"
585
+ ],
586
+ "members": {
587
+ "stepInput": {
588
+ "type": "structure",
589
+ "required": [
590
+ "sourceLocation",
591
+ "targetLocation",
592
+ "sourceDataSets",
593
+ "targetDataSets"
594
+ ],
595
+ "members": {
596
+ "sourceLocation": {},
597
+ "targetLocation": {},
598
+ "sourceDataSets": {
599
+ "shape": "Sx"
600
+ },
601
+ "targetDataSets": {
602
+ "shape": "Sx"
603
+ }
604
+ }
605
+ },
606
+ "stepOutput": {
607
+ "type": "structure",
608
+ "required": [
609
+ "comparisonOutputLocation",
610
+ "comparisonStatus"
611
+ ],
612
+ "members": {
613
+ "comparisonOutputLocation": {},
614
+ "comparisonStatus": {}
615
+ }
616
+ }
617
+ }
618
+ },
619
+ "databaseCDC": {
620
+ "type": "structure",
621
+ "required": [
622
+ "stepInput"
623
+ ],
624
+ "members": {
625
+ "stepInput": {
626
+ "type": "structure",
627
+ "required": [
628
+ "sourceLocation",
629
+ "targetLocation",
630
+ "sourceMetadata",
631
+ "targetMetadata"
632
+ ],
633
+ "members": {
634
+ "sourceLocation": {},
635
+ "targetLocation": {},
636
+ "outputLocation": {},
637
+ "sourceMetadata": {
638
+ "shape": "S14"
639
+ },
640
+ "targetMetadata": {
641
+ "shape": "S17"
642
+ }
643
+ }
644
+ },
645
+ "stepOutput": {
646
+ "type": "structure",
647
+ "required": [
648
+ "comparisonOutputLocation",
649
+ "comparisonStatus"
650
+ ],
651
+ "members": {
652
+ "comparisonOutputLocation": {},
653
+ "comparisonStatus": {}
654
+ }
655
+ }
656
+ }
657
+ }
658
+ },
659
+ "union": true
660
+ }
661
+ },
662
+ "union": true
663
+ }
664
+ }
665
+ },
666
+ "resourceAction": {
667
+ "type": "structure",
668
+ "members": {
669
+ "cloudFormation": {
670
+ "type": "structure",
671
+ "members": {
672
+ "createCloudformation": {
673
+ "type": "structure",
674
+ "required": [
675
+ "stepInput"
676
+ ],
677
+ "members": {
678
+ "stepInput": {
679
+ "type": "structure",
680
+ "required": [
681
+ "templateLocation"
682
+ ],
683
+ "members": {
684
+ "templateLocation": {},
685
+ "parameters": {
686
+ "shape": "S1n"
687
+ }
688
+ }
689
+ },
690
+ "stepOutput": {
691
+ "type": "structure",
692
+ "required": [
693
+ "stackId"
694
+ ],
695
+ "members": {
696
+ "stackId": {},
697
+ "exports": {
698
+ "shape": "S1n"
699
+ }
700
+ }
701
+ }
702
+ }
703
+ },
704
+ "deleteCloudformation": {
705
+ "type": "structure",
706
+ "required": [
707
+ "stepInput"
708
+ ],
709
+ "members": {
710
+ "stepInput": {
711
+ "type": "structure",
712
+ "required": [
713
+ "stackId"
714
+ ],
715
+ "members": {
716
+ "stackId": {}
717
+ }
718
+ },
719
+ "stepOutput": {
720
+ "type": "structure",
721
+ "members": {}
722
+ }
723
+ }
724
+ }
725
+ },
726
+ "union": true
727
+ },
728
+ "m2ManagedApplication": {
729
+ "type": "structure",
730
+ "required": [
731
+ "stepInput"
732
+ ],
733
+ "members": {
734
+ "stepInput": {
735
+ "type": "structure",
736
+ "required": [
737
+ "applicationId",
738
+ "runtime",
739
+ "actionType"
740
+ ],
741
+ "members": {
742
+ "applicationId": {},
743
+ "runtime": {},
744
+ "vpcEndpointServiceName": {},
745
+ "listenerPort": {
746
+ "type": "integer"
747
+ },
748
+ "actionType": {},
749
+ "properties": {
750
+ "shape": "Sb"
751
+ }
752
+ }
753
+ },
754
+ "stepOutput": {
755
+ "type": "structure",
756
+ "members": {
757
+ "importDataSetSummary": {
758
+ "shape": "S1n"
759
+ }
760
+ }
761
+ }
762
+ }
763
+ },
764
+ "m2NonManagedApplication": {
765
+ "type": "structure",
766
+ "required": [
767
+ "stepInput"
768
+ ],
769
+ "members": {
770
+ "stepInput": {
771
+ "type": "structure",
772
+ "required": [
773
+ "vpcEndpointServiceName",
774
+ "listenerPort",
775
+ "runtime",
776
+ "actionType"
777
+ ],
778
+ "members": {
779
+ "vpcEndpointServiceName": {},
780
+ "listenerPort": {
781
+ "type": "integer"
782
+ },
783
+ "runtime": {},
784
+ "webAppName": {},
785
+ "actionType": {}
786
+ }
787
+ },
788
+ "stepOutput": {
789
+ "type": "structure",
790
+ "members": {}
791
+ }
792
+ }
793
+ }
794
+ },
795
+ "union": true
796
+ }
797
+ },
798
+ "union": true
799
+ }
800
+ }
801
+ }
802
+ },
803
+ "GetTestSuite": {
804
+ "http": {
805
+ "method": "GET",
806
+ "requestUri": "/testsuites/{testSuiteId}",
807
+ "responseCode": 200
808
+ },
809
+ "input": {
810
+ "type": "structure",
811
+ "required": [
812
+ "testSuiteId"
813
+ ],
814
+ "members": {
815
+ "testSuiteId": {
816
+ "location": "uri",
817
+ "locationName": "testSuiteId"
818
+ },
819
+ "testSuiteVersion": {
820
+ "location": "querystring",
821
+ "locationName": "testSuiteVersion",
822
+ "type": "integer"
823
+ }
824
+ }
825
+ },
826
+ "output": {
827
+ "type": "structure",
828
+ "required": [
829
+ "testSuiteId",
830
+ "name",
831
+ "latestVersion",
832
+ "testSuiteVersion",
833
+ "testSuiteArn",
834
+ "creationTime",
835
+ "lastUpdateTime",
836
+ "beforeSteps",
837
+ "afterSteps",
838
+ "testCases"
839
+ ],
840
+ "members": {
841
+ "testSuiteId": {},
842
+ "name": {},
843
+ "latestVersion": {
844
+ "type": "structure",
845
+ "required": [
846
+ "version",
847
+ "status"
848
+ ],
849
+ "members": {
850
+ "version": {
851
+ "type": "integer"
852
+ },
853
+ "status": {},
854
+ "statusReason": {}
855
+ }
856
+ },
857
+ "testSuiteVersion": {
858
+ "type": "integer"
859
+ },
860
+ "status": {},
861
+ "statusReason": {},
862
+ "testSuiteArn": {},
863
+ "creationTime": {
864
+ "type": "timestamp"
865
+ },
866
+ "lastUpdateTime": {
867
+ "type": "timestamp"
868
+ },
869
+ "description": {},
870
+ "beforeSteps": {
871
+ "shape": "S4"
872
+ },
873
+ "afterSteps": {
874
+ "shape": "S4"
875
+ },
876
+ "testCases": {
877
+ "shape": "S1v"
878
+ },
879
+ "tags": {
880
+ "shape": "S1c"
881
+ }
882
+ }
883
+ }
884
+ },
885
+ "ListTagsForResource": {
886
+ "http": {
887
+ "method": "GET",
888
+ "requestUri": "/tags/{resourceArn}",
889
+ "responseCode": 200
890
+ },
891
+ "input": {
892
+ "type": "structure",
893
+ "required": [
894
+ "resourceArn"
895
+ ],
896
+ "members": {
897
+ "resourceArn": {
898
+ "location": "uri",
899
+ "locationName": "resourceArn"
900
+ }
901
+ }
902
+ },
903
+ "output": {
904
+ "type": "structure",
905
+ "required": [
906
+ "tags"
907
+ ],
908
+ "members": {
909
+ "tags": {
910
+ "shape": "S1c"
911
+ }
912
+ }
913
+ }
914
+ },
915
+ "ListTestCases": {
916
+ "http": {
917
+ "method": "GET",
918
+ "requestUri": "/testcases",
919
+ "responseCode": 200
920
+ },
921
+ "input": {
922
+ "type": "structure",
923
+ "members": {
924
+ "testCaseIds": {
925
+ "location": "querystring",
926
+ "locationName": "testCaseIds",
927
+ "type": "list",
928
+ "member": {}
929
+ },
930
+ "nextToken": {
931
+ "location": "querystring",
932
+ "locationName": "nextToken"
933
+ },
934
+ "maxResults": {
935
+ "location": "querystring",
936
+ "locationName": "maxResults",
937
+ "type": "integer"
938
+ }
939
+ }
940
+ },
941
+ "output": {
942
+ "type": "structure",
943
+ "required": [
944
+ "testCases"
945
+ ],
946
+ "members": {
947
+ "testCases": {
948
+ "type": "list",
949
+ "member": {
950
+ "type": "structure",
951
+ "required": [
952
+ "testCaseId",
953
+ "testCaseArn",
954
+ "name",
955
+ "latestVersion",
956
+ "status",
957
+ "creationTime",
958
+ "lastUpdateTime"
959
+ ],
960
+ "members": {
961
+ "testCaseId": {},
962
+ "testCaseArn": {},
963
+ "name": {},
964
+ "statusReason": {},
965
+ "latestVersion": {
966
+ "type": "integer"
967
+ },
968
+ "status": {},
969
+ "creationTime": {
970
+ "type": "timestamp"
971
+ },
972
+ "lastUpdateTime": {
973
+ "type": "timestamp"
974
+ }
975
+ }
976
+ }
977
+ },
978
+ "nextToken": {}
979
+ }
980
+ }
981
+ },
982
+ "ListTestConfigurations": {
983
+ "http": {
984
+ "method": "GET",
985
+ "requestUri": "/testconfigurations",
986
+ "responseCode": 200
987
+ },
988
+ "input": {
989
+ "type": "structure",
990
+ "members": {
991
+ "testConfigurationIds": {
992
+ "location": "querystring",
993
+ "locationName": "testConfigurationIds",
994
+ "type": "list",
995
+ "member": {}
996
+ },
997
+ "nextToken": {
998
+ "location": "querystring",
999
+ "locationName": "nextToken"
1000
+ },
1001
+ "maxResults": {
1002
+ "location": "querystring",
1003
+ "locationName": "maxResults",
1004
+ "type": "integer"
1005
+ }
1006
+ }
1007
+ },
1008
+ "output": {
1009
+ "type": "structure",
1010
+ "required": [
1011
+ "testConfigurations"
1012
+ ],
1013
+ "members": {
1014
+ "testConfigurations": {
1015
+ "type": "list",
1016
+ "member": {
1017
+ "type": "structure",
1018
+ "required": [
1019
+ "testConfigurationId",
1020
+ "name",
1021
+ "latestVersion",
1022
+ "testConfigurationArn",
1023
+ "status",
1024
+ "creationTime",
1025
+ "lastUpdateTime"
1026
+ ],
1027
+ "members": {
1028
+ "testConfigurationId": {},
1029
+ "name": {},
1030
+ "statusReason": {},
1031
+ "latestVersion": {
1032
+ "type": "integer"
1033
+ },
1034
+ "testConfigurationArn": {},
1035
+ "status": {},
1036
+ "creationTime": {
1037
+ "type": "timestamp"
1038
+ },
1039
+ "lastUpdateTime": {
1040
+ "type": "timestamp"
1041
+ }
1042
+ }
1043
+ }
1044
+ },
1045
+ "nextToken": {}
1046
+ }
1047
+ }
1048
+ },
1049
+ "ListTestRunSteps": {
1050
+ "http": {
1051
+ "method": "GET",
1052
+ "requestUri": "/testruns/{testRunId}/steps",
1053
+ "responseCode": 200
1054
+ },
1055
+ "input": {
1056
+ "type": "structure",
1057
+ "required": [
1058
+ "testRunId"
1059
+ ],
1060
+ "members": {
1061
+ "testRunId": {
1062
+ "location": "uri",
1063
+ "locationName": "testRunId"
1064
+ },
1065
+ "testCaseId": {
1066
+ "location": "querystring",
1067
+ "locationName": "testCaseId"
1068
+ },
1069
+ "testSuiteId": {
1070
+ "location": "querystring",
1071
+ "locationName": "testSuiteId"
1072
+ },
1073
+ "nextToken": {
1074
+ "location": "querystring",
1075
+ "locationName": "nextToken"
1076
+ },
1077
+ "maxResults": {
1078
+ "location": "querystring",
1079
+ "locationName": "maxResults",
1080
+ "type": "integer"
1081
+ }
1082
+ }
1083
+ },
1084
+ "output": {
1085
+ "type": "structure",
1086
+ "required": [
1087
+ "testRunSteps"
1088
+ ],
1089
+ "members": {
1090
+ "testRunSteps": {
1091
+ "type": "list",
1092
+ "member": {
1093
+ "type": "structure",
1094
+ "required": [
1095
+ "stepName",
1096
+ "testRunId",
1097
+ "status",
1098
+ "runStartTime"
1099
+ ],
1100
+ "members": {
1101
+ "stepName": {},
1102
+ "testRunId": {},
1103
+ "testCaseId": {},
1104
+ "testCaseVersion": {
1105
+ "type": "integer"
1106
+ },
1107
+ "testSuiteId": {},
1108
+ "testSuiteVersion": {
1109
+ "type": "integer"
1110
+ },
1111
+ "beforeStep": {
1112
+ "type": "boolean"
1113
+ },
1114
+ "afterStep": {
1115
+ "type": "boolean"
1116
+ },
1117
+ "status": {},
1118
+ "statusReason": {},
1119
+ "runStartTime": {
1120
+ "type": "timestamp"
1121
+ },
1122
+ "runEndTime": {
1123
+ "type": "timestamp"
1124
+ }
1125
+ }
1126
+ }
1127
+ },
1128
+ "nextToken": {}
1129
+ }
1130
+ }
1131
+ },
1132
+ "ListTestRunTestCases": {
1133
+ "http": {
1134
+ "method": "GET",
1135
+ "requestUri": "/testruns/{testRunId}/testcases",
1136
+ "responseCode": 200
1137
+ },
1138
+ "input": {
1139
+ "type": "structure",
1140
+ "required": [
1141
+ "testRunId"
1142
+ ],
1143
+ "members": {
1144
+ "testRunId": {
1145
+ "location": "uri",
1146
+ "locationName": "testRunId"
1147
+ },
1148
+ "nextToken": {
1149
+ "location": "querystring",
1150
+ "locationName": "nextToken"
1151
+ },
1152
+ "maxResults": {
1153
+ "location": "querystring",
1154
+ "locationName": "maxResults",
1155
+ "type": "integer"
1156
+ }
1157
+ }
1158
+ },
1159
+ "output": {
1160
+ "type": "structure",
1161
+ "required": [
1162
+ "testRunTestCases"
1163
+ ],
1164
+ "members": {
1165
+ "testRunTestCases": {
1166
+ "type": "list",
1167
+ "member": {
1168
+ "type": "structure",
1169
+ "required": [
1170
+ "testCaseId",
1171
+ "testCaseVersion",
1172
+ "testRunId",
1173
+ "status",
1174
+ "runStartTime"
1175
+ ],
1176
+ "members": {
1177
+ "testCaseId": {},
1178
+ "testCaseVersion": {
1179
+ "type": "integer"
1180
+ },
1181
+ "testRunId": {},
1182
+ "status": {},
1183
+ "statusReason": {},
1184
+ "runStartTime": {
1185
+ "type": "timestamp"
1186
+ },
1187
+ "runEndTime": {
1188
+ "type": "timestamp"
1189
+ }
1190
+ }
1191
+ }
1192
+ },
1193
+ "nextToken": {}
1194
+ }
1195
+ }
1196
+ },
1197
+ "ListTestRuns": {
1198
+ "http": {
1199
+ "method": "GET",
1200
+ "requestUri": "/testruns",
1201
+ "responseCode": 200
1202
+ },
1203
+ "input": {
1204
+ "type": "structure",
1205
+ "members": {
1206
+ "testSuiteId": {
1207
+ "location": "querystring",
1208
+ "locationName": "testSuiteId"
1209
+ },
1210
+ "testRunIds": {
1211
+ "location": "querystring",
1212
+ "locationName": "testrunIds",
1213
+ "type": "list",
1214
+ "member": {}
1215
+ },
1216
+ "nextToken": {
1217
+ "location": "querystring",
1218
+ "locationName": "nextToken"
1219
+ },
1220
+ "maxResults": {
1221
+ "location": "querystring",
1222
+ "locationName": "maxResults",
1223
+ "type": "integer"
1224
+ }
1225
+ }
1226
+ },
1227
+ "output": {
1228
+ "type": "structure",
1229
+ "required": [
1230
+ "testRuns"
1231
+ ],
1232
+ "members": {
1233
+ "testRuns": {
1234
+ "type": "list",
1235
+ "member": {
1236
+ "type": "structure",
1237
+ "required": [
1238
+ "testRunId",
1239
+ "testRunArn",
1240
+ "testSuiteId",
1241
+ "testSuiteVersion",
1242
+ "status",
1243
+ "runStartTime"
1244
+ ],
1245
+ "members": {
1246
+ "testRunId": {},
1247
+ "testRunArn": {},
1248
+ "testSuiteId": {},
1249
+ "testSuiteVersion": {
1250
+ "type": "integer"
1251
+ },
1252
+ "testConfigurationId": {},
1253
+ "testConfigurationVersion": {
1254
+ "type": "integer"
1255
+ },
1256
+ "status": {},
1257
+ "statusReason": {},
1258
+ "runStartTime": {
1259
+ "type": "timestamp"
1260
+ },
1261
+ "runEndTime": {
1262
+ "type": "timestamp"
1263
+ }
1264
+ }
1265
+ }
1266
+ },
1267
+ "nextToken": {}
1268
+ }
1269
+ }
1270
+ },
1271
+ "ListTestSuites": {
1272
+ "http": {
1273
+ "method": "GET",
1274
+ "requestUri": "/testsuites",
1275
+ "responseCode": 200
1276
+ },
1277
+ "input": {
1278
+ "type": "structure",
1279
+ "members": {
1280
+ "testSuiteIds": {
1281
+ "location": "querystring",
1282
+ "locationName": "testSuiteIds",
1283
+ "type": "list",
1284
+ "member": {}
1285
+ },
1286
+ "nextToken": {
1287
+ "location": "querystring",
1288
+ "locationName": "nextToken"
1289
+ },
1290
+ "maxResults": {
1291
+ "location": "querystring",
1292
+ "locationName": "maxResults",
1293
+ "type": "integer"
1294
+ }
1295
+ }
1296
+ },
1297
+ "output": {
1298
+ "type": "structure",
1299
+ "required": [
1300
+ "testSuites"
1301
+ ],
1302
+ "members": {
1303
+ "testSuites": {
1304
+ "type": "list",
1305
+ "member": {
1306
+ "type": "structure",
1307
+ "required": [
1308
+ "testSuiteId",
1309
+ "name",
1310
+ "latestVersion",
1311
+ "testSuiteArn",
1312
+ "status",
1313
+ "creationTime",
1314
+ "lastUpdateTime"
1315
+ ],
1316
+ "members": {
1317
+ "testSuiteId": {},
1318
+ "name": {},
1319
+ "statusReason": {},
1320
+ "latestVersion": {
1321
+ "type": "integer"
1322
+ },
1323
+ "testSuiteArn": {},
1324
+ "status": {},
1325
+ "creationTime": {
1326
+ "type": "timestamp"
1327
+ },
1328
+ "lastUpdateTime": {
1329
+ "type": "timestamp"
1330
+ }
1331
+ }
1332
+ }
1333
+ },
1334
+ "nextToken": {}
1335
+ }
1336
+ }
1337
+ },
1338
+ "StartTestRun": {
1339
+ "http": {
1340
+ "requestUri": "/testrun",
1341
+ "responseCode": 200
1342
+ },
1343
+ "input": {
1344
+ "type": "structure",
1345
+ "required": [
1346
+ "testSuiteId"
1347
+ ],
1348
+ "members": {
1349
+ "testSuiteId": {},
1350
+ "testConfigurationId": {},
1351
+ "clientToken": {
1352
+ "idempotencyToken": true
1353
+ },
1354
+ "tags": {
1355
+ "shape": "S1c"
1356
+ }
1357
+ }
1358
+ },
1359
+ "output": {
1360
+ "type": "structure",
1361
+ "required": [
1362
+ "testRunId",
1363
+ "testRunStatus"
1364
+ ],
1365
+ "members": {
1366
+ "testRunId": {},
1367
+ "testRunStatus": {}
1368
+ }
1369
+ }
1370
+ },
1371
+ "TagResource": {
1372
+ "http": {
1373
+ "requestUri": "/tags/{resourceArn}",
1374
+ "responseCode": 200
1375
+ },
1376
+ "input": {
1377
+ "type": "structure",
1378
+ "required": [
1379
+ "resourceArn",
1380
+ "tags"
1381
+ ],
1382
+ "members": {
1383
+ "resourceArn": {
1384
+ "location": "uri",
1385
+ "locationName": "resourceArn"
1386
+ },
1387
+ "tags": {
1388
+ "shape": "S1c"
1389
+ }
1390
+ }
1391
+ },
1392
+ "output": {
1393
+ "type": "structure",
1394
+ "members": {}
1395
+ }
1396
+ },
1397
+ "UntagResource": {
1398
+ "http": {
1399
+ "method": "DELETE",
1400
+ "requestUri": "/tags/{resourceArn}",
1401
+ "responseCode": 200
1402
+ },
1403
+ "input": {
1404
+ "type": "structure",
1405
+ "required": [
1406
+ "resourceArn",
1407
+ "tagKeys"
1408
+ ],
1409
+ "members": {
1410
+ "resourceArn": {
1411
+ "location": "uri",
1412
+ "locationName": "resourceArn"
1413
+ },
1414
+ "tagKeys": {
1415
+ "location": "querystring",
1416
+ "locationName": "tagKeys",
1417
+ "type": "list",
1418
+ "member": {}
1419
+ }
1420
+ }
1421
+ },
1422
+ "output": {
1423
+ "type": "structure",
1424
+ "members": {}
1425
+ },
1426
+ "idempotent": true
1427
+ },
1428
+ "UpdateTestCase": {
1429
+ "http": {
1430
+ "method": "PATCH",
1431
+ "requestUri": "/testcases/{testCaseId}",
1432
+ "responseCode": 200
1433
+ },
1434
+ "input": {
1435
+ "type": "structure",
1436
+ "required": [
1437
+ "testCaseId"
1438
+ ],
1439
+ "members": {
1440
+ "testCaseId": {
1441
+ "location": "uri",
1442
+ "locationName": "testCaseId"
1443
+ },
1444
+ "description": {},
1445
+ "steps": {
1446
+ "shape": "S4"
1447
+ }
1448
+ }
1449
+ },
1450
+ "output": {
1451
+ "type": "structure",
1452
+ "required": [
1453
+ "testCaseId",
1454
+ "testCaseVersion"
1455
+ ],
1456
+ "members": {
1457
+ "testCaseId": {},
1458
+ "testCaseVersion": {
1459
+ "type": "integer"
1460
+ }
1461
+ }
1462
+ }
1463
+ },
1464
+ "UpdateTestConfiguration": {
1465
+ "http": {
1466
+ "method": "PATCH",
1467
+ "requestUri": "/testconfigurations/{testConfigurationId}",
1468
+ "responseCode": 200
1469
+ },
1470
+ "input": {
1471
+ "type": "structure",
1472
+ "required": [
1473
+ "testConfigurationId"
1474
+ ],
1475
+ "members": {
1476
+ "testConfigurationId": {
1477
+ "location": "uri",
1478
+ "locationName": "testConfigurationId"
1479
+ },
1480
+ "description": {},
1481
+ "resources": {
1482
+ "shape": "S1j"
1483
+ },
1484
+ "properties": {
1485
+ "shape": "S1n"
1486
+ },
1487
+ "serviceSettings": {
1488
+ "shape": "S1s"
1489
+ }
1490
+ }
1491
+ },
1492
+ "output": {
1493
+ "type": "structure",
1494
+ "required": [
1495
+ "testConfigurationId",
1496
+ "testConfigurationVersion"
1497
+ ],
1498
+ "members": {
1499
+ "testConfigurationId": {},
1500
+ "testConfigurationVersion": {
1501
+ "type": "integer"
1502
+ }
1503
+ }
1504
+ }
1505
+ },
1506
+ "UpdateTestSuite": {
1507
+ "http": {
1508
+ "method": "PATCH",
1509
+ "requestUri": "/testsuites/{testSuiteId}",
1510
+ "responseCode": 200
1511
+ },
1512
+ "input": {
1513
+ "type": "structure",
1514
+ "required": [
1515
+ "testSuiteId"
1516
+ ],
1517
+ "members": {
1518
+ "testSuiteId": {
1519
+ "location": "uri",
1520
+ "locationName": "testSuiteId"
1521
+ },
1522
+ "description": {},
1523
+ "beforeSteps": {
1524
+ "shape": "S4"
1525
+ },
1526
+ "afterSteps": {
1527
+ "shape": "S4"
1528
+ },
1529
+ "testCases": {
1530
+ "shape": "S1v"
1531
+ }
1532
+ }
1533
+ },
1534
+ "output": {
1535
+ "type": "structure",
1536
+ "required": [
1537
+ "testSuiteId"
1538
+ ],
1539
+ "members": {
1540
+ "testSuiteId": {},
1541
+ "testSuiteVersion": {
1542
+ "type": "integer"
1543
+ }
1544
+ }
1545
+ }
1546
+ }
1547
+ },
1548
+ "shapes": {
1549
+ "S4": {
1550
+ "type": "list",
1551
+ "member": {
1552
+ "type": "structure",
1553
+ "required": [
1554
+ "name",
1555
+ "action"
1556
+ ],
1557
+ "members": {
1558
+ "name": {},
1559
+ "description": {},
1560
+ "action": {
1561
+ "type": "structure",
1562
+ "members": {
1563
+ "resourceAction": {
1564
+ "type": "structure",
1565
+ "members": {
1566
+ "m2ManagedApplicationAction": {
1567
+ "type": "structure",
1568
+ "required": [
1569
+ "resource",
1570
+ "actionType"
1571
+ ],
1572
+ "members": {
1573
+ "resource": {},
1574
+ "actionType": {},
1575
+ "properties": {
1576
+ "shape": "Sb"
1577
+ }
1578
+ }
1579
+ },
1580
+ "m2NonManagedApplicationAction": {
1581
+ "type": "structure",
1582
+ "required": [
1583
+ "resource",
1584
+ "actionType"
1585
+ ],
1586
+ "members": {
1587
+ "resource": {},
1588
+ "actionType": {}
1589
+ }
1590
+ },
1591
+ "cloudFormationAction": {
1592
+ "type": "structure",
1593
+ "required": [
1594
+ "resource"
1595
+ ],
1596
+ "members": {
1597
+ "resource": {},
1598
+ "actionType": {}
1599
+ }
1600
+ }
1601
+ },
1602
+ "union": true
1603
+ },
1604
+ "mainframeAction": {
1605
+ "type": "structure",
1606
+ "required": [
1607
+ "resource",
1608
+ "actionType"
1609
+ ],
1610
+ "members": {
1611
+ "resource": {},
1612
+ "actionType": {
1613
+ "type": "structure",
1614
+ "members": {
1615
+ "batch": {
1616
+ "type": "structure",
1617
+ "required": [
1618
+ "batchJobName"
1619
+ ],
1620
+ "members": {
1621
+ "batchJobName": {},
1622
+ "batchJobParameters": {
1623
+ "shape": "Sk"
1624
+ },
1625
+ "exportDataSetNames": {
1626
+ "shape": "Sm"
1627
+ }
1628
+ }
1629
+ },
1630
+ "tn3270": {
1631
+ "type": "structure",
1632
+ "required": [
1633
+ "script"
1634
+ ],
1635
+ "members": {
1636
+ "script": {
1637
+ "type": "structure",
1638
+ "required": [
1639
+ "scriptLocation",
1640
+ "type"
1641
+ ],
1642
+ "members": {
1643
+ "scriptLocation": {},
1644
+ "type": {}
1645
+ }
1646
+ },
1647
+ "exportDataSetNames": {
1648
+ "shape": "Sm"
1649
+ }
1650
+ }
1651
+ }
1652
+ },
1653
+ "union": true
1654
+ },
1655
+ "properties": {
1656
+ "shape": "Ss"
1657
+ }
1658
+ }
1659
+ },
1660
+ "compareAction": {
1661
+ "type": "structure",
1662
+ "required": [
1663
+ "input"
1664
+ ],
1665
+ "members": {
1666
+ "input": {
1667
+ "type": "structure",
1668
+ "members": {
1669
+ "file": {
1670
+ "type": "structure",
1671
+ "required": [
1672
+ "sourceLocation",
1673
+ "targetLocation",
1674
+ "fileMetadata"
1675
+ ],
1676
+ "members": {
1677
+ "sourceLocation": {},
1678
+ "targetLocation": {},
1679
+ "fileMetadata": {
1680
+ "type": "structure",
1681
+ "members": {
1682
+ "dataSets": {
1683
+ "shape": "Sx"
1684
+ },
1685
+ "databaseCDC": {
1686
+ "type": "structure",
1687
+ "required": [
1688
+ "sourceMetadata",
1689
+ "targetMetadata"
1690
+ ],
1691
+ "members": {
1692
+ "sourceMetadata": {
1693
+ "shape": "S14"
1694
+ },
1695
+ "targetMetadata": {
1696
+ "shape": "S17"
1697
+ }
1698
+ }
1699
+ }
1700
+ },
1701
+ "union": true
1702
+ }
1703
+ }
1704
+ }
1705
+ },
1706
+ "union": true
1707
+ },
1708
+ "output": {
1709
+ "type": "structure",
1710
+ "members": {
1711
+ "file": {
1712
+ "type": "structure",
1713
+ "members": {
1714
+ "fileLocation": {}
1715
+ }
1716
+ }
1717
+ },
1718
+ "union": true
1719
+ }
1720
+ }
1721
+ }
1722
+ },
1723
+ "union": true
1724
+ }
1725
+ }
1726
+ }
1727
+ },
1728
+ "Sb": {
1729
+ "type": "structure",
1730
+ "members": {
1731
+ "forceStop": {
1732
+ "type": "boolean"
1733
+ },
1734
+ "importDataSetLocation": {}
1735
+ }
1736
+ },
1737
+ "Sk": {
1738
+ "type": "map",
1739
+ "key": {},
1740
+ "value": {}
1741
+ },
1742
+ "Sm": {
1743
+ "type": "list",
1744
+ "member": {}
1745
+ },
1746
+ "Ss": {
1747
+ "type": "structure",
1748
+ "members": {
1749
+ "dmsTaskArn": {}
1750
+ }
1751
+ },
1752
+ "Sx": {
1753
+ "type": "list",
1754
+ "member": {
1755
+ "type": "structure",
1756
+ "required": [
1757
+ "type",
1758
+ "name",
1759
+ "ccsid",
1760
+ "format",
1761
+ "length"
1762
+ ],
1763
+ "members": {
1764
+ "type": {},
1765
+ "name": {},
1766
+ "ccsid": {},
1767
+ "format": {},
1768
+ "length": {
1769
+ "type": "integer"
1770
+ }
1771
+ }
1772
+ }
1773
+ },
1774
+ "S14": {
1775
+ "type": "structure",
1776
+ "required": [
1777
+ "type",
1778
+ "captureTool"
1779
+ ],
1780
+ "members": {
1781
+ "type": {},
1782
+ "captureTool": {}
1783
+ }
1784
+ },
1785
+ "S17": {
1786
+ "type": "structure",
1787
+ "required": [
1788
+ "type",
1789
+ "captureTool"
1790
+ ],
1791
+ "members": {
1792
+ "type": {},
1793
+ "captureTool": {}
1794
+ }
1795
+ },
1796
+ "S1c": {
1797
+ "type": "map",
1798
+ "key": {},
1799
+ "value": {}
1800
+ },
1801
+ "S1j": {
1802
+ "type": "list",
1803
+ "member": {
1804
+ "type": "structure",
1805
+ "required": [
1806
+ "name",
1807
+ "type"
1808
+ ],
1809
+ "members": {
1810
+ "name": {},
1811
+ "type": {
1812
+ "type": "structure",
1813
+ "members": {
1814
+ "cloudFormation": {
1815
+ "type": "structure",
1816
+ "required": [
1817
+ "templateLocation"
1818
+ ],
1819
+ "members": {
1820
+ "templateLocation": {},
1821
+ "parameters": {
1822
+ "shape": "S1n"
1823
+ }
1824
+ }
1825
+ },
1826
+ "m2ManagedApplication": {
1827
+ "type": "structure",
1828
+ "required": [
1829
+ "applicationId",
1830
+ "runtime"
1831
+ ],
1832
+ "members": {
1833
+ "applicationId": {},
1834
+ "runtime": {},
1835
+ "vpcEndpointServiceName": {},
1836
+ "listenerPort": {}
1837
+ }
1838
+ },
1839
+ "m2NonManagedApplication": {
1840
+ "type": "structure",
1841
+ "required": [
1842
+ "vpcEndpointServiceName",
1843
+ "listenerPort",
1844
+ "runtime"
1845
+ ],
1846
+ "members": {
1847
+ "vpcEndpointServiceName": {},
1848
+ "listenerPort": {},
1849
+ "runtime": {},
1850
+ "webAppName": {}
1851
+ }
1852
+ }
1853
+ },
1854
+ "union": true
1855
+ }
1856
+ }
1857
+ }
1858
+ },
1859
+ "S1n": {
1860
+ "type": "map",
1861
+ "key": {},
1862
+ "value": {}
1863
+ },
1864
+ "S1s": {
1865
+ "type": "structure",
1866
+ "members": {
1867
+ "kmsKeyId": {}
1868
+ }
1869
+ },
1870
+ "S1v": {
1871
+ "type": "structure",
1872
+ "members": {
1873
+ "sequential": {
1874
+ "type": "list",
1875
+ "member": {}
1876
+ }
1877
+ },
1878
+ "union": true
1879
+ },
1880
+ "S2n": {
1881
+ "type": "structure",
1882
+ "members": {
1883
+ "m2ManagedApplication": {
1884
+ "type": "structure",
1885
+ "required": [
1886
+ "applicationId",
1887
+ "runtime"
1888
+ ],
1889
+ "members": {
1890
+ "applicationId": {},
1891
+ "runtime": {},
1892
+ "listenerPort": {
1893
+ "type": "integer"
1894
+ }
1895
+ }
1896
+ },
1897
+ "m2NonManagedApplication": {
1898
+ "type": "structure",
1899
+ "required": [
1900
+ "vpcEndpointServiceName",
1901
+ "listenerPort",
1902
+ "runtime"
1903
+ ],
1904
+ "members": {
1905
+ "vpcEndpointServiceName": {},
1906
+ "listenerPort": {
1907
+ "type": "integer"
1908
+ },
1909
+ "runtime": {},
1910
+ "webAppName": {}
1911
+ }
1912
+ }
1913
+ },
1914
+ "union": true
1915
+ }
1916
+ }
1917
+ }