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