cdk-lambda-subminute 2.0.458 → 2.0.460

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 (42) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +234 -50
  5. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +6 -0
  6. package/node_modules/aws-sdk/apis/controlcatalog-2018-05-10.min.json +134 -40
  7. package/node_modules/aws-sdk/apis/controlcatalog-2018-05-10.paginators.json +6 -0
  8. package/node_modules/aws-sdk/apis/controlcatalog-2018-05-10.waiters2.json +5 -0
  9. package/node_modules/aws-sdk/apis/iam-2010-05-08.min.json +7 -1
  10. package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +7 -1
  11. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  12. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +7 -1
  13. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +9 -0
  14. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +422 -142
  15. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/route53-2013-04-01.min.json +7 -1
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +834 -821
  18. package/node_modules/aws-sdk/apis/ssm-quicksetup-2018-05-10.examples.json +5 -0
  19. package/node_modules/aws-sdk/apis/ssm-quicksetup-2018-05-10.min.json +454 -0
  20. package/node_modules/aws-sdk/apis/ssm-quicksetup-2018-05-10.paginators.json +10 -0
  21. package/node_modules/aws-sdk/apis/support-2013-04-15.min.json +4 -1
  22. package/node_modules/aws-sdk/apis/waf-regional-2016-11-28.min.json +7 -1
  23. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  24. package/node_modules/aws-sdk/clients/all.js +2 -1
  25. package/node_modules/aws-sdk/clients/bedrock.d.ts +226 -12
  26. package/node_modules/aws-sdk/clients/controlcatalog.d.ts +116 -24
  27. package/node_modules/aws-sdk/clients/controlcatalog.js +1 -0
  28. package/node_modules/aws-sdk/clients/memorydb.d.ts +2 -2
  29. package/node_modules/aws-sdk/clients/rds.d.ts +18 -6
  30. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +305 -14
  31. package/node_modules/aws-sdk/clients/sagemaker.d.ts +16 -0
  32. package/node_modules/aws-sdk/clients/ssmquicksetup.d.ts +495 -0
  33. package/node_modules/aws-sdk/clients/ssmquicksetup.js +18 -0
  34. package/node_modules/aws-sdk/clients/support.d.ts +1 -1
  35. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  36. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +108 -64
  37. package/node_modules/aws-sdk/dist/aws-sdk.js +44 -7
  38. package/node_modules/aws-sdk/dist/aws-sdk.min.js +48 -48
  39. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  40. package/node_modules/aws-sdk/lib/core.js +1 -1
  41. package/node_modules/aws-sdk/package.json +1 -1
  42. package/package.json +4 -4
@@ -12,9 +12,53 @@
12
12
  "serviceId": "resiliencehub",
13
13
  "signatureVersion": "v4",
14
14
  "signingName": "resiliencehub",
15
- "uid": "resiliencehub-2020-04-30"
15
+ "uid": "resiliencehub-2020-04-30",
16
+ "auth": [
17
+ "aws.auth#sigv4"
18
+ ]
16
19
  },
17
20
  "operations": {
21
+ "AcceptResourceGroupingRecommendations": {
22
+ "http": {
23
+ "requestUri": "/accept-resource-grouping-recommendations",
24
+ "responseCode": 200
25
+ },
26
+ "input": {
27
+ "type": "structure",
28
+ "required": [
29
+ "appArn",
30
+ "entries"
31
+ ],
32
+ "members": {
33
+ "appArn": {},
34
+ "entries": {
35
+ "type": "list",
36
+ "member": {
37
+ "type": "structure",
38
+ "required": [
39
+ "groupingRecommendationId"
40
+ ],
41
+ "members": {
42
+ "groupingRecommendationId": {}
43
+ }
44
+ }
45
+ }
46
+ }
47
+ },
48
+ "output": {
49
+ "type": "structure",
50
+ "required": [
51
+ "appArn",
52
+ "failedEntries"
53
+ ],
54
+ "members": {
55
+ "appArn": {},
56
+ "failedEntries": {
57
+ "shape": "S7"
58
+ }
59
+ }
60
+ }
61
+ },
18
62
  "AddDraftAppVersionResourceMappings": {
19
63
  "http": {
20
64
  "requestUri": "/add-draft-app-version-resource-mappings",
@@ -29,7 +73,7 @@
29
73
  "members": {
30
74
  "appArn": {},
31
75
  "resourceMappings": {
32
- "shape": "S3"
76
+ "shape": "Sb"
33
77
  }
34
78
  }
35
79
  },
@@ -44,7 +88,7 @@
44
88
  "appArn": {},
45
89
  "appVersion": {},
46
90
  "resourceMappings": {
47
- "shape": "S3"
91
+ "shape": "Sb"
48
92
  }
49
93
  }
50
94
  }
@@ -79,7 +123,7 @@
79
123
  "type": "boolean"
80
124
  },
81
125
  "item": {
82
- "shape": "Sj"
126
+ "shape": "Sq"
83
127
  },
84
128
  "referenceId": {}
85
129
  }
@@ -127,7 +171,7 @@
127
171
  "type": "boolean"
128
172
  },
129
173
  "item": {
130
- "shape": "Sj"
174
+ "shape": "Sq"
131
175
  },
132
176
  "referenceId": {}
133
177
  }
@@ -153,15 +197,15 @@
153
197
  },
154
198
  "description": {},
155
199
  "eventSubscriptions": {
156
- "shape": "Sw"
200
+ "shape": "S12"
157
201
  },
158
202
  "name": {},
159
203
  "permissionModel": {
160
- "shape": "Sz"
204
+ "shape": "S15"
161
205
  },
162
206
  "policyArn": {},
163
207
  "tags": {
164
- "shape": "S14"
208
+ "shape": "S1a"
165
209
  }
166
210
  }
167
211
  },
@@ -172,7 +216,7 @@
172
216
  ],
173
217
  "members": {
174
218
  "app": {
175
- "shape": "S18"
219
+ "shape": "S1e"
176
220
  }
177
221
  }
178
222
  }
@@ -191,7 +235,7 @@
191
235
  ],
192
236
  "members": {
193
237
  "additionalInfo": {
194
- "shape": "S1g"
238
+ "shape": "S1m"
195
239
  },
196
240
  "appArn": {},
197
241
  "clientToken": {
@@ -211,7 +255,7 @@
211
255
  "members": {
212
256
  "appArn": {},
213
257
  "appComponent": {
214
- "shape": "S1l"
258
+ "shape": "S1r"
215
259
  },
216
260
  "appVersion": {}
217
261
  }
@@ -233,11 +277,11 @@
233
277
  ],
234
278
  "members": {
235
279
  "additionalInfo": {
236
- "shape": "S1g"
280
+ "shape": "S1m"
237
281
  },
238
282
  "appArn": {},
239
283
  "appComponents": {
240
- "shape": "S1n"
284
+ "shape": "S1u"
241
285
  },
242
286
  "awsAccountId": {},
243
287
  "awsRegion": {},
@@ -245,7 +289,7 @@
245
289
  "idempotencyToken": true
246
290
  },
247
291
  "logicalResourceId": {
248
- "shape": "S1o"
292
+ "shape": "S1v"
249
293
  },
250
294
  "physicalResourceId": {},
251
295
  "resourceName": {},
@@ -262,7 +306,7 @@
262
306
  "appArn": {},
263
307
  "appVersion": {},
264
308
  "physicalResource": {
265
- "shape": "S1r"
309
+ "shape": "S1y"
266
310
  }
267
311
  }
268
312
  }
@@ -287,13 +331,13 @@
287
331
  "format": {},
288
332
  "name": {},
289
333
  "recommendationIds": {
290
- "shape": "S1w"
334
+ "shape": "S23"
291
335
  },
292
336
  "recommendationTypes": {
293
- "shape": "S1y"
337
+ "shape": "S25"
294
338
  },
295
339
  "tags": {
296
- "shape": "S14"
340
+ "shape": "S1a"
297
341
  }
298
342
  }
299
343
  },
@@ -301,7 +345,7 @@
301
345
  "type": "structure",
302
346
  "members": {
303
347
  "recommendationTemplate": {
304
- "shape": "S21"
348
+ "shape": "S28"
305
349
  }
306
350
  }
307
351
  }
@@ -324,12 +368,12 @@
324
368
  },
325
369
  "dataLocationConstraint": {},
326
370
  "policy": {
327
- "shape": "S26"
371
+ "shape": "S2d"
328
372
  },
329
373
  "policyDescription": {},
330
374
  "policyName": {},
331
375
  "tags": {
332
- "shape": "S14"
376
+ "shape": "S1a"
333
377
  },
334
378
  "tier": {}
335
379
  }
@@ -341,7 +385,7 @@
341
385
  ],
342
386
  "members": {
343
387
  "policy": {
344
- "shape": "S2c"
388
+ "shape": "S2j"
345
389
  }
346
390
  }
347
391
  }
@@ -421,11 +465,11 @@
421
465
  "idempotencyToken": true
422
466
  },
423
467
  "eksSourceClusterNamespace": {
424
- "shape": "S2k"
468
+ "shape": "S2r"
425
469
  },
426
470
  "sourceArn": {},
427
471
  "terraformSource": {
428
- "shape": "S2m"
472
+ "shape": "S2t"
429
473
  }
430
474
  }
431
475
  },
@@ -434,7 +478,7 @@
434
478
  "members": {
435
479
  "appArn": {},
436
480
  "appInputSource": {
437
- "shape": "S2p"
481
+ "shape": "S2w"
438
482
  }
439
483
  }
440
484
  }
@@ -467,7 +511,7 @@
467
511
  "members": {
468
512
  "appArn": {},
469
513
  "appComponent": {
470
- "shape": "S1l"
514
+ "shape": "S1r"
471
515
  },
472
516
  "appVersion": {}
473
517
  }
@@ -491,7 +535,7 @@
491
535
  "idempotencyToken": true
492
536
  },
493
537
  "logicalResourceId": {
494
- "shape": "S1o"
538
+ "shape": "S1v"
495
539
  },
496
540
  "physicalResourceId": {},
497
541
  "resourceName": {}
@@ -507,7 +551,7 @@
507
551
  "appArn": {},
508
552
  "appVersion": {},
509
553
  "physicalResource": {
510
- "shape": "S1r"
554
+ "shape": "S1y"
511
555
  }
512
556
  }
513
557
  }
@@ -589,7 +633,7 @@
589
633
  ],
590
634
  "members": {
591
635
  "app": {
592
- "shape": "S18"
636
+ "shape": "S1e"
593
637
  }
594
638
  }
595
639
  }
@@ -615,7 +659,7 @@
615
659
  ],
616
660
  "members": {
617
661
  "assessment": {
618
- "shape": "S33"
662
+ "shape": "S3a"
619
663
  }
620
664
  }
621
665
  }
@@ -644,7 +688,7 @@
644
688
  ],
645
689
  "members": {
646
690
  "additionalInfo": {
647
- "shape": "S1g"
691
+ "shape": "S1m"
648
692
  },
649
693
  "appArn": {},
650
694
  "appVersion": {}
@@ -678,7 +722,7 @@
678
722
  "members": {
679
723
  "appArn": {},
680
724
  "appComponent": {
681
- "shape": "S1l"
725
+ "shape": "S1r"
682
726
  },
683
727
  "appVersion": {}
684
728
  }
@@ -701,7 +745,7 @@
701
745
  "awsAccountId": {},
702
746
  "awsRegion": {},
703
747
  "logicalResourceId": {
704
- "shape": "S1o"
748
+ "shape": "S1v"
705
749
  },
706
750
  "physicalResourceId": {},
707
751
  "resourceName": {}
@@ -717,7 +761,7 @@
717
761
  "appArn": {},
718
762
  "appVersion": {},
719
763
  "physicalResource": {
720
- "shape": "S1r"
764
+ "shape": "S1y"
721
765
  }
722
766
  }
723
767
  }
@@ -840,11 +884,39 @@
840
884
  ],
841
885
  "members": {
842
886
  "policy": {
843
- "shape": "S2c"
887
+ "shape": "S2j"
844
888
  }
845
889
  }
846
890
  }
847
891
  },
892
+ "DescribeResourceGroupingRecommendationTask": {
893
+ "http": {
894
+ "requestUri": "/describe-resource-grouping-recommendation-task",
895
+ "responseCode": 200
896
+ },
897
+ "input": {
898
+ "type": "structure",
899
+ "required": [
900
+ "appArn"
901
+ ],
902
+ "members": {
903
+ "appArn": {},
904
+ "groupingId": {}
905
+ }
906
+ },
907
+ "output": {
908
+ "type": "structure",
909
+ "required": [
910
+ "groupingId",
911
+ "status"
912
+ ],
913
+ "members": {
914
+ "errorMessage": {},
915
+ "groupingId": {},
916
+ "status": {}
917
+ }
918
+ }
919
+ },
848
920
  "ImportResourcesToDraftAppVersion": {
849
921
  "http": {
850
922
  "requestUri": "/import-resources-to-draft-app-version",
@@ -858,14 +930,14 @@
858
930
  "members": {
859
931
  "appArn": {},
860
932
  "eksSources": {
861
- "shape": "S43"
933
+ "shape": "S4g"
862
934
  },
863
935
  "importStrategy": {},
864
936
  "sourceArns": {
865
- "shape": "S47"
937
+ "shape": "S4k"
866
938
  },
867
939
  "terraformSources": {
868
- "shape": "S48"
940
+ "shape": "S4l"
869
941
  }
870
942
  }
871
943
  },
@@ -880,14 +952,14 @@
880
952
  "appArn": {},
881
953
  "appVersion": {},
882
954
  "eksSources": {
883
- "shape": "S43"
955
+ "shape": "S4g"
884
956
  },
885
957
  "sourceArns": {
886
- "shape": "S47"
958
+ "shape": "S4k"
887
959
  },
888
960
  "status": {},
889
961
  "terraformSources": {
890
- "shape": "S48"
962
+ "shape": "S4l"
891
963
  }
892
964
  }
893
965
  }
@@ -932,11 +1004,11 @@
932
1004
  "deprecatedMessage": "An alarm recommendation can be attached to multiple Application Components, hence this property will be replaced by the new property 'appComponentNames'."
933
1005
  },
934
1006
  "appComponentNames": {
935
- "shape": "S1n"
1007
+ "shape": "S1u"
936
1008
  },
937
1009
  "description": {},
938
1010
  "items": {
939
- "shape": "S4h"
1011
+ "shape": "S4u"
940
1012
  },
941
1013
  "name": {},
942
1014
  "prerequisite": {},
@@ -982,7 +1054,7 @@
982
1054
  "members": {
983
1055
  "actualReferenceId": {},
984
1056
  "actualValue": {
985
- "shape": "S34"
1057
+ "shape": "S3b"
986
1058
  },
987
1059
  "appId": {},
988
1060
  "appVersion": {},
@@ -992,7 +1064,7 @@
992
1064
  "entityType": {},
993
1065
  "expectedReferenceId": {},
994
1066
  "expectedValue": {
995
- "shape": "S34"
1067
+ "shape": "S3b"
996
1068
  }
997
1069
  }
998
1070
  }
@@ -1039,7 +1111,7 @@
1039
1111
  "type": "structure",
1040
1112
  "members": {
1041
1113
  "logicalResourceId": {
1042
- "shape": "S1o"
1114
+ "shape": "S1v"
1043
1115
  },
1044
1116
  "resourceType": {}
1045
1117
  }
@@ -1119,7 +1191,7 @@
1119
1191
  "assessmentStatus": {},
1120
1192
  "complianceStatus": {},
1121
1193
  "cost": {
1122
- "shape": "S37"
1194
+ "shape": "S3e"
1123
1195
  },
1124
1196
  "driftStatus": {},
1125
1197
  "endTime": {
@@ -1172,14 +1244,14 @@
1172
1244
  "members": {
1173
1245
  "appComponentName": {},
1174
1246
  "compliance": {
1175
- "shape": "S34"
1247
+ "shape": "S3b"
1176
1248
  },
1177
1249
  "cost": {
1178
- "shape": "S37"
1250
+ "shape": "S3e"
1179
1251
  },
1180
1252
  "message": {},
1181
1253
  "resiliencyScore": {
1182
- "shape": "S3c"
1254
+ "shape": "S3j"
1183
1255
  },
1184
1256
  "status": {}
1185
1257
  }
@@ -1236,10 +1308,10 @@
1236
1308
  "members": {
1237
1309
  "appComponentName": {},
1238
1310
  "compliance": {
1239
- "shape": "S34"
1311
+ "shape": "S3b"
1240
1312
  },
1241
1313
  "cost": {
1242
- "shape": "S37"
1314
+ "shape": "S3e"
1243
1315
  },
1244
1316
  "description": {},
1245
1317
  "haArchitecture": {},
@@ -1311,7 +1383,7 @@
1311
1383
  "appInputSources": {
1312
1384
  "type": "list",
1313
1385
  "member": {
1314
- "shape": "S2p"
1386
+ "shape": "S2w"
1315
1387
  }
1316
1388
  },
1317
1389
  "nextToken": {}
@@ -1347,7 +1419,7 @@
1347
1419
  "members": {
1348
1420
  "appArn": {},
1349
1421
  "appComponents": {
1350
- "shape": "S1s"
1422
+ "shape": "S1z"
1351
1423
  },
1352
1424
  "appVersion": {},
1353
1425
  "nextToken": {}
@@ -1382,7 +1454,7 @@
1382
1454
  "members": {
1383
1455
  "nextToken": {},
1384
1456
  "resourceMappings": {
1385
- "shape": "S3"
1457
+ "shape": "Sb"
1386
1458
  }
1387
1459
  }
1388
1460
  }
@@ -1419,7 +1491,7 @@
1419
1491
  "physicalResources": {
1420
1492
  "type": "list",
1421
1493
  "member": {
1422
- "shape": "S1r"
1494
+ "shape": "S1y"
1423
1495
  }
1424
1496
  },
1425
1497
  "resolutionId": {}
@@ -1617,7 +1689,7 @@
1617
1689
  "recommendationTemplates": {
1618
1690
  "type": "list",
1619
1691
  "member": {
1620
- "shape": "S21"
1692
+ "shape": "S28"
1621
1693
  }
1622
1694
  }
1623
1695
  }
@@ -1655,9 +1727,113 @@
1655
1727
  "members": {
1656
1728
  "nextToken": {},
1657
1729
  "resiliencyPolicies": {
1658
- "shape": "S66"
1730
+ "shape": "S6j"
1731
+ }
1732
+ }
1733
+ }
1734
+ },
1735
+ "ListResourceGroupingRecommendations": {
1736
+ "http": {
1737
+ "method": "GET",
1738
+ "requestUri": "/list-resource-grouping-recommendations",
1739
+ "responseCode": 200
1740
+ },
1741
+ "input": {
1742
+ "type": "structure",
1743
+ "members": {
1744
+ "appArn": {
1745
+ "location": "querystring",
1746
+ "locationName": "appArn"
1747
+ },
1748
+ "maxResults": {
1749
+ "location": "querystring",
1750
+ "locationName": "maxResults",
1751
+ "type": "integer"
1752
+ },
1753
+ "nextToken": {
1754
+ "location": "querystring",
1755
+ "locationName": "nextToken"
1659
1756
  }
1660
1757
  }
1758
+ },
1759
+ "output": {
1760
+ "type": "structure",
1761
+ "required": [
1762
+ "groupingRecommendations"
1763
+ ],
1764
+ "members": {
1765
+ "groupingRecommendations": {
1766
+ "type": "list",
1767
+ "member": {
1768
+ "type": "structure",
1769
+ "required": [
1770
+ "confidenceLevel",
1771
+ "creationTime",
1772
+ "groupingAppComponent",
1773
+ "groupingRecommendationId",
1774
+ "recommendationReasons",
1775
+ "resources",
1776
+ "score",
1777
+ "status"
1778
+ ],
1779
+ "members": {
1780
+ "confidenceLevel": {},
1781
+ "creationTime": {
1782
+ "type": "timestamp"
1783
+ },
1784
+ "groupingAppComponent": {
1785
+ "type": "structure",
1786
+ "required": [
1787
+ "appComponentId",
1788
+ "appComponentName",
1789
+ "appComponentType"
1790
+ ],
1791
+ "members": {
1792
+ "appComponentId": {},
1793
+ "appComponentName": {},
1794
+ "appComponentType": {}
1795
+ }
1796
+ },
1797
+ "groupingRecommendationId": {},
1798
+ "recommendationReasons": {
1799
+ "shape": "S6q"
1800
+ },
1801
+ "rejectionReason": {},
1802
+ "resources": {
1803
+ "type": "list",
1804
+ "member": {
1805
+ "type": "structure",
1806
+ "required": [
1807
+ "logicalResourceId",
1808
+ "physicalResourceId",
1809
+ "resourceName",
1810
+ "resourceType",
1811
+ "sourceAppComponentIds"
1812
+ ],
1813
+ "members": {
1814
+ "logicalResourceId": {
1815
+ "shape": "S1v"
1816
+ },
1817
+ "physicalResourceId": {
1818
+ "shape": "Sf"
1819
+ },
1820
+ "resourceName": {},
1821
+ "resourceType": {},
1822
+ "sourceAppComponentIds": {
1823
+ "shape": "S6q"
1824
+ }
1825
+ }
1826
+ }
1827
+ },
1828
+ "score": {
1829
+ "type": "double"
1830
+ },
1831
+ "status": {}
1832
+ }
1833
+ }
1834
+ },
1835
+ "nextToken": {}
1836
+ }
1661
1837
  }
1662
1838
  },
1663
1839
  "ListSopRecommendations": {
@@ -1698,7 +1874,7 @@
1698
1874
  "appComponentName": {},
1699
1875
  "description": {},
1700
1876
  "items": {
1701
- "shape": "S4h"
1877
+ "shape": "S4u"
1702
1878
  },
1703
1879
  "name": {},
1704
1880
  "prerequisite": {},
@@ -1740,7 +1916,7 @@
1740
1916
  "members": {
1741
1917
  "nextToken": {},
1742
1918
  "resiliencyPolicies": {
1743
- "shape": "S66"
1919
+ "shape": "S6j"
1744
1920
  }
1745
1921
  }
1746
1922
  }
@@ -1767,7 +1943,7 @@
1767
1943
  "type": "structure",
1768
1944
  "members": {
1769
1945
  "tags": {
1770
- "shape": "S14"
1946
+ "shape": "S1a"
1771
1947
  }
1772
1948
  }
1773
1949
  }
@@ -1813,7 +1989,7 @@
1813
1989
  "description": {},
1814
1990
  "intent": {},
1815
1991
  "items": {
1816
- "shape": "S4h"
1992
+ "shape": "S4u"
1817
1993
  },
1818
1994
  "name": {},
1819
1995
  "prerequisite": {},
@@ -1869,10 +2045,10 @@
1869
2045
  ],
1870
2046
  "members": {
1871
2047
  "logicalResourceId": {
1872
- "shape": "S1o"
2048
+ "shape": "S1v"
1873
2049
  },
1874
2050
  "physicalResourceId": {
1875
- "shape": "S8"
2051
+ "shape": "Sf"
1876
2052
  },
1877
2053
  "resourceType": {},
1878
2054
  "unsupportedResourceStatus": {}
@@ -1936,6 +2112,48 @@
1936
2112
  }
1937
2113
  }
1938
2114
  },
2115
+ "RejectResourceGroupingRecommendations": {
2116
+ "http": {
2117
+ "requestUri": "/reject-resource-grouping-recommendations",
2118
+ "responseCode": 200
2119
+ },
2120
+ "input": {
2121
+ "type": "structure",
2122
+ "required": [
2123
+ "appArn",
2124
+ "entries"
2125
+ ],
2126
+ "members": {
2127
+ "appArn": {},
2128
+ "entries": {
2129
+ "type": "list",
2130
+ "member": {
2131
+ "type": "structure",
2132
+ "required": [
2133
+ "groupingRecommendationId"
2134
+ ],
2135
+ "members": {
2136
+ "groupingRecommendationId": {},
2137
+ "rejectionReason": {}
2138
+ }
2139
+ }
2140
+ }
2141
+ }
2142
+ },
2143
+ "output": {
2144
+ "type": "structure",
2145
+ "required": [
2146
+ "appArn",
2147
+ "failedEntries"
2148
+ ],
2149
+ "members": {
2150
+ "appArn": {},
2151
+ "failedEntries": {
2152
+ "shape": "S7"
2153
+ }
2154
+ }
2155
+ }
2156
+ },
1939
2157
  "RemoveDraftAppVersionResourceMappings": {
1940
2158
  "http": {
1941
2159
  "requestUri": "/remove-draft-app-version-resource-mappings",
@@ -1949,22 +2167,22 @@
1949
2167
  "members": {
1950
2168
  "appArn": {},
1951
2169
  "appRegistryAppNames": {
1952
- "shape": "S6x"
2170
+ "shape": "S7p"
1953
2171
  },
1954
2172
  "eksSourceNames": {
1955
- "shape": "S6y"
2173
+ "shape": "S6q"
1956
2174
  },
1957
2175
  "logicalStackNames": {
1958
- "shape": "S6y"
2176
+ "shape": "S6q"
1959
2177
  },
1960
2178
  "resourceGroupNames": {
1961
- "shape": "S6x"
2179
+ "shape": "S7p"
1962
2180
  },
1963
2181
  "resourceNames": {
1964
- "shape": "S6x"
2182
+ "shape": "S7p"
1965
2183
  },
1966
2184
  "terraformSourceNames": {
1967
- "shape": "S6y"
2185
+ "shape": "S6q"
1968
2186
  }
1969
2187
  }
1970
2188
  },
@@ -2028,7 +2246,7 @@
2028
2246
  "idempotencyToken": true
2029
2247
  },
2030
2248
  "tags": {
2031
- "shape": "S14"
2249
+ "shape": "S1a"
2032
2250
  }
2033
2251
  }
2034
2252
  },
@@ -2039,11 +2257,40 @@
2039
2257
  ],
2040
2258
  "members": {
2041
2259
  "assessment": {
2042
- "shape": "S33"
2260
+ "shape": "S3a"
2043
2261
  }
2044
2262
  }
2045
2263
  }
2046
2264
  },
2265
+ "StartResourceGroupingRecommendationTask": {
2266
+ "http": {
2267
+ "requestUri": "/start-resource-grouping-recommendation-task",
2268
+ "responseCode": 200
2269
+ },
2270
+ "input": {
2271
+ "type": "structure",
2272
+ "required": [
2273
+ "appArn"
2274
+ ],
2275
+ "members": {
2276
+ "appArn": {}
2277
+ }
2278
+ },
2279
+ "output": {
2280
+ "type": "structure",
2281
+ "required": [
2282
+ "appArn",
2283
+ "groupingId",
2284
+ "status"
2285
+ ],
2286
+ "members": {
2287
+ "appArn": {},
2288
+ "errorMessage": {},
2289
+ "groupingId": {},
2290
+ "status": {}
2291
+ }
2292
+ }
2293
+ },
2047
2294
  "TagResource": {
2048
2295
  "http": {
2049
2296
  "requestUri": "/tags/{resourceArn}",
@@ -2061,7 +2308,7 @@
2061
2308
  "locationName": "resourceArn"
2062
2309
  },
2063
2310
  "tags": {
2064
- "shape": "S14"
2311
+ "shape": "S1a"
2065
2312
  }
2066
2313
  }
2067
2314
  },
@@ -2119,10 +2366,10 @@
2119
2366
  },
2120
2367
  "description": {},
2121
2368
  "eventSubscriptions": {
2122
- "shape": "Sw"
2369
+ "shape": "S12"
2123
2370
  },
2124
2371
  "permissionModel": {
2125
- "shape": "Sz"
2372
+ "shape": "S15"
2126
2373
  },
2127
2374
  "policyArn": {}
2128
2375
  }
@@ -2134,7 +2381,7 @@
2134
2381
  ],
2135
2382
  "members": {
2136
2383
  "app": {
2137
- "shape": "S18"
2384
+ "shape": "S1e"
2138
2385
  }
2139
2386
  }
2140
2387
  }
@@ -2151,7 +2398,7 @@
2151
2398
  ],
2152
2399
  "members": {
2153
2400
  "additionalInfo": {
2154
- "shape": "S1g"
2401
+ "shape": "S1m"
2155
2402
  },
2156
2403
  "appArn": {}
2157
2404
  }
@@ -2164,7 +2411,7 @@
2164
2411
  ],
2165
2412
  "members": {
2166
2413
  "additionalInfo": {
2167
- "shape": "S1g"
2414
+ "shape": "S1m"
2168
2415
  },
2169
2416
  "appArn": {},
2170
2417
  "appVersion": {}
@@ -2184,7 +2431,7 @@
2184
2431
  ],
2185
2432
  "members": {
2186
2433
  "additionalInfo": {
2187
- "shape": "S1g"
2434
+ "shape": "S1m"
2188
2435
  },
2189
2436
  "appArn": {},
2190
2437
  "id": {},
@@ -2201,7 +2448,7 @@
2201
2448
  "members": {
2202
2449
  "appArn": {},
2203
2450
  "appComponent": {
2204
- "shape": "S1l"
2451
+ "shape": "S1r"
2205
2452
  },
2206
2453
  "appVersion": {}
2207
2454
  }
@@ -2219,11 +2466,11 @@
2219
2466
  ],
2220
2467
  "members": {
2221
2468
  "additionalInfo": {
2222
- "shape": "S1g"
2469
+ "shape": "S1m"
2223
2470
  },
2224
2471
  "appArn": {},
2225
2472
  "appComponents": {
2226
- "shape": "S1n"
2473
+ "shape": "S1u"
2227
2474
  },
2228
2475
  "awsAccountId": {},
2229
2476
  "awsRegion": {},
@@ -2231,7 +2478,7 @@
2231
2478
  "type": "boolean"
2232
2479
  },
2233
2480
  "logicalResourceId": {
2234
- "shape": "S1o"
2481
+ "shape": "S1v"
2235
2482
  },
2236
2483
  "physicalResourceId": {},
2237
2484
  "resourceName": {},
@@ -2248,7 +2495,7 @@
2248
2495
  "appArn": {},
2249
2496
  "appVersion": {},
2250
2497
  "physicalResource": {
2251
- "shape": "S1r"
2498
+ "shape": "S1y"
2252
2499
  }
2253
2500
  }
2254
2501
  }
@@ -2266,7 +2513,7 @@
2266
2513
  "members": {
2267
2514
  "dataLocationConstraint": {},
2268
2515
  "policy": {
2269
- "shape": "S26"
2516
+ "shape": "S2d"
2270
2517
  },
2271
2518
  "policyArn": {},
2272
2519
  "policyDescription": {},
@@ -2281,14 +2528,28 @@
2281
2528
  ],
2282
2529
  "members": {
2283
2530
  "policy": {
2284
- "shape": "S2c"
2531
+ "shape": "S2j"
2285
2532
  }
2286
2533
  }
2287
2534
  }
2288
2535
  }
2289
2536
  },
2290
2537
  "shapes": {
2291
- "S3": {
2538
+ "S7": {
2539
+ "type": "list",
2540
+ "member": {
2541
+ "type": "structure",
2542
+ "required": [
2543
+ "errorMessage",
2544
+ "groupingRecommendationId"
2545
+ ],
2546
+ "members": {
2547
+ "errorMessage": {},
2548
+ "groupingRecommendationId": {}
2549
+ }
2550
+ }
2551
+ },
2552
+ "Sb": {
2292
2553
  "type": "list",
2293
2554
  "member": {
2294
2555
  "type": "structure",
@@ -2302,7 +2563,7 @@
2302
2563
  "logicalStackName": {},
2303
2564
  "mappingType": {},
2304
2565
  "physicalResourceId": {
2305
- "shape": "S8"
2566
+ "shape": "Sf"
2306
2567
  },
2307
2568
  "resourceGroupName": {},
2308
2569
  "resourceName": {},
@@ -2310,7 +2571,7 @@
2310
2571
  }
2311
2572
  }
2312
2573
  },
2313
- "S8": {
2574
+ "Sf": {
2314
2575
  "type": "structure",
2315
2576
  "required": [
2316
2577
  "identifier",
@@ -2323,7 +2584,7 @@
2323
2584
  "type": {}
2324
2585
  }
2325
2586
  },
2326
- "Sj": {
2587
+ "Sq": {
2327
2588
  "type": "structure",
2328
2589
  "members": {
2329
2590
  "resourceId": {},
@@ -2331,7 +2592,7 @@
2331
2592
  "targetRegion": {}
2332
2593
  }
2333
2594
  },
2334
- "Sw": {
2595
+ "S12": {
2335
2596
  "type": "list",
2336
2597
  "member": {
2337
2598
  "type": "structure",
@@ -2346,7 +2607,7 @@
2346
2607
  }
2347
2608
  }
2348
2609
  },
2349
- "Sz": {
2610
+ "S15": {
2350
2611
  "type": "structure",
2351
2612
  "required": [
2352
2613
  "type"
@@ -2360,13 +2621,13 @@
2360
2621
  "type": {}
2361
2622
  }
2362
2623
  },
2363
- "S14": {
2624
+ "S1a": {
2364
2625
  "type": "map",
2365
2626
  "key": {},
2366
2627
  "value": {},
2367
2628
  "sensitive": true
2368
2629
  },
2369
- "S18": {
2630
+ "S1e": {
2370
2631
  "type": "structure",
2371
2632
  "required": [
2372
2633
  "appArn",
@@ -2383,7 +2644,7 @@
2383
2644
  "description": {},
2384
2645
  "driftStatus": {},
2385
2646
  "eventSubscriptions": {
2386
- "shape": "Sw"
2647
+ "shape": "S12"
2387
2648
  },
2388
2649
  "lastAppComplianceEvaluationTime": {
2389
2650
  "type": "timestamp"
@@ -2396,7 +2657,7 @@
2396
2657
  },
2397
2658
  "name": {},
2398
2659
  "permissionModel": {
2399
- "shape": "Sz"
2660
+ "shape": "S15"
2400
2661
  },
2401
2662
  "policyArn": {},
2402
2663
  "resiliencyScore": {
@@ -2410,11 +2671,11 @@
2410
2671
  },
2411
2672
  "status": {},
2412
2673
  "tags": {
2413
- "shape": "S14"
2674
+ "shape": "S1a"
2414
2675
  }
2415
2676
  }
2416
2677
  },
2417
- "S1g": {
2678
+ "S1m": {
2418
2679
  "type": "map",
2419
2680
  "key": {},
2420
2681
  "value": {
@@ -2422,7 +2683,7 @@
2422
2683
  "member": {}
2423
2684
  }
2424
2685
  },
2425
- "S1l": {
2686
+ "S1r": {
2426
2687
  "type": "structure",
2427
2688
  "required": [
2428
2689
  "name",
@@ -2430,18 +2691,18 @@
2430
2691
  ],
2431
2692
  "members": {
2432
2693
  "additionalInfo": {
2433
- "shape": "S1g"
2694
+ "shape": "S1m"
2434
2695
  },
2435
2696
  "id": {},
2436
2697
  "name": {},
2437
2698
  "type": {}
2438
2699
  }
2439
2700
  },
2440
- "S1n": {
2701
+ "S1u": {
2441
2702
  "type": "list",
2442
2703
  "member": {}
2443
2704
  },
2444
- "S1o": {
2705
+ "S1v": {
2445
2706
  "type": "structure",
2446
2707
  "required": [
2447
2708
  "identifier"
@@ -2454,7 +2715,7 @@
2454
2715
  "terraformSourceName": {}
2455
2716
  }
2456
2717
  },
2457
- "S1r": {
2718
+ "S1y": {
2458
2719
  "type": "structure",
2459
2720
  "required": [
2460
2721
  "logicalResourceId",
@@ -2463,41 +2724,41 @@
2463
2724
  ],
2464
2725
  "members": {
2465
2726
  "additionalInfo": {
2466
- "shape": "S1g"
2727
+ "shape": "S1m"
2467
2728
  },
2468
2729
  "appComponents": {
2469
- "shape": "S1s"
2730
+ "shape": "S1z"
2470
2731
  },
2471
2732
  "excluded": {
2472
2733
  "type": "boolean"
2473
2734
  },
2474
2735
  "logicalResourceId": {
2475
- "shape": "S1o"
2736
+ "shape": "S1v"
2476
2737
  },
2477
2738
  "parentResourceName": {},
2478
2739
  "physicalResourceId": {
2479
- "shape": "S8"
2740
+ "shape": "Sf"
2480
2741
  },
2481
2742
  "resourceName": {},
2482
2743
  "resourceType": {},
2483
2744
  "sourceType": {}
2484
2745
  }
2485
2746
  },
2486
- "S1s": {
2747
+ "S1z": {
2487
2748
  "type": "list",
2488
2749
  "member": {
2489
- "shape": "S1l"
2750
+ "shape": "S1r"
2490
2751
  }
2491
2752
  },
2492
- "S1w": {
2753
+ "S23": {
2493
2754
  "type": "list",
2494
2755
  "member": {}
2495
2756
  },
2496
- "S1y": {
2757
+ "S25": {
2497
2758
  "type": "list",
2498
2759
  "member": {}
2499
2760
  },
2500
- "S21": {
2761
+ "S28": {
2501
2762
  "type": "structure",
2502
2763
  "required": [
2503
2764
  "assessmentArn",
@@ -2520,18 +2781,18 @@
2520
2781
  "type": "boolean"
2521
2782
  },
2522
2783
  "recommendationIds": {
2523
- "shape": "S1w"
2784
+ "shape": "S23"
2524
2785
  },
2525
2786
  "recommendationTemplateArn": {},
2526
2787
  "recommendationTypes": {
2527
- "shape": "S1y"
2788
+ "shape": "S25"
2528
2789
  },
2529
2790
  "startTime": {
2530
2791
  "type": "timestamp"
2531
2792
  },
2532
2793
  "status": {},
2533
2794
  "tags": {
2534
- "shape": "S14"
2795
+ "shape": "S1a"
2535
2796
  },
2536
2797
  "templatesLocation": {
2537
2798
  "type": "structure",
@@ -2542,7 +2803,7 @@
2542
2803
  }
2543
2804
  }
2544
2805
  },
2545
- "S26": {
2806
+ "S2d": {
2546
2807
  "type": "map",
2547
2808
  "key": {},
2548
2809
  "value": {
@@ -2561,7 +2822,7 @@
2561
2822
  }
2562
2823
  }
2563
2824
  },
2564
- "S2c": {
2825
+ "S2j": {
2565
2826
  "type": "structure",
2566
2827
  "members": {
2567
2828
  "creationTime": {
@@ -2570,18 +2831,18 @@
2570
2831
  "dataLocationConstraint": {},
2571
2832
  "estimatedCostTier": {},
2572
2833
  "policy": {
2573
- "shape": "S26"
2834
+ "shape": "S2d"
2574
2835
  },
2575
2836
  "policyArn": {},
2576
2837
  "policyDescription": {},
2577
2838
  "policyName": {},
2578
2839
  "tags": {
2579
- "shape": "S14"
2840
+ "shape": "S1a"
2580
2841
  },
2581
2842
  "tier": {}
2582
2843
  }
2583
2844
  },
2584
- "S2k": {
2845
+ "S2r": {
2585
2846
  "type": "structure",
2586
2847
  "required": [
2587
2848
  "eksClusterArn",
@@ -2592,7 +2853,7 @@
2592
2853
  "namespace": {}
2593
2854
  }
2594
2855
  },
2595
- "S2m": {
2856
+ "S2t": {
2596
2857
  "type": "structure",
2597
2858
  "required": [
2598
2859
  "s3StateFileUrl"
@@ -2601,14 +2862,14 @@
2601
2862
  "s3StateFileUrl": {}
2602
2863
  }
2603
2864
  },
2604
- "S2p": {
2865
+ "S2w": {
2605
2866
  "type": "structure",
2606
2867
  "required": [
2607
2868
  "importType"
2608
2869
  ],
2609
2870
  "members": {
2610
2871
  "eksSourceClusterNamespace": {
2611
- "shape": "S2k"
2872
+ "shape": "S2r"
2612
2873
  },
2613
2874
  "importType": {},
2614
2875
  "resourceCount": {
@@ -2617,11 +2878,11 @@
2617
2878
  "sourceArn": {},
2618
2879
  "sourceName": {},
2619
2880
  "terraformSource": {
2620
- "shape": "S2m"
2881
+ "shape": "S2t"
2621
2882
  }
2622
2883
  }
2623
2884
  },
2624
- "S33": {
2885
+ "S3a": {
2625
2886
  "type": "structure",
2626
2887
  "required": [
2627
2888
  "assessmentArn",
@@ -2635,11 +2896,11 @@
2635
2896
  "assessmentName": {},
2636
2897
  "assessmentStatus": {},
2637
2898
  "compliance": {
2638
- "shape": "S34"
2899
+ "shape": "S3b"
2639
2900
  },
2640
2901
  "complianceStatus": {},
2641
2902
  "cost": {
2642
- "shape": "S37"
2903
+ "shape": "S3e"
2643
2904
  },
2644
2905
  "driftStatus": {},
2645
2906
  "endTime": {
@@ -2648,10 +2909,10 @@
2648
2909
  "invoker": {},
2649
2910
  "message": {},
2650
2911
  "policy": {
2651
- "shape": "S2c"
2912
+ "shape": "S2j"
2652
2913
  },
2653
2914
  "resiliencyScore": {
2654
- "shape": "S3c"
2915
+ "shape": "S3j"
2655
2916
  },
2656
2917
  "resourceErrorsDetails": {
2657
2918
  "type": "structure",
@@ -2675,13 +2936,32 @@
2675
2936
  "startTime": {
2676
2937
  "type": "timestamp"
2677
2938
  },
2939
+ "summary": {
2940
+ "type": "structure",
2941
+ "members": {
2942
+ "riskRecommendations": {
2943
+ "type": "list",
2944
+ "member": {
2945
+ "type": "structure",
2946
+ "members": {
2947
+ "appComponents": {
2948
+ "shape": "S1u"
2949
+ },
2950
+ "recommendation": {},
2951
+ "risk": {}
2952
+ }
2953
+ }
2954
+ },
2955
+ "summary": {}
2956
+ }
2957
+ },
2678
2958
  "tags": {
2679
- "shape": "S14"
2959
+ "shape": "S1a"
2680
2960
  },
2681
2961
  "versionName": {}
2682
2962
  }
2683
2963
  },
2684
- "S34": {
2964
+ "S3b": {
2685
2965
  "type": "map",
2686
2966
  "key": {},
2687
2967
  "value": {
@@ -2711,7 +2991,7 @@
2711
2991
  }
2712
2992
  }
2713
2993
  },
2714
- "S37": {
2994
+ "S3e": {
2715
2995
  "type": "structure",
2716
2996
  "required": [
2717
2997
  "amount",
@@ -2726,7 +3006,7 @@
2726
3006
  "frequency": {}
2727
3007
  }
2728
3008
  },
2729
- "S3c": {
3009
+ "S3j": {
2730
3010
  "type": "structure",
2731
3011
  "required": [
2732
3012
  "disruptionScore",
@@ -2766,7 +3046,7 @@
2766
3046
  }
2767
3047
  }
2768
3048
  },
2769
- "S43": {
3049
+ "S4g": {
2770
3050
  "type": "list",
2771
3051
  "member": {
2772
3052
  "type": "structure",
@@ -2783,17 +3063,17 @@
2783
3063
  }
2784
3064
  }
2785
3065
  },
2786
- "S47": {
3066
+ "S4k": {
2787
3067
  "type": "list",
2788
3068
  "member": {}
2789
3069
  },
2790
- "S48": {
3070
+ "S4l": {
2791
3071
  "type": "list",
2792
3072
  "member": {
2793
- "shape": "S2m"
3073
+ "shape": "S2t"
2794
3074
  }
2795
3075
  },
2796
- "S4h": {
3076
+ "S4u": {
2797
3077
  "type": "list",
2798
3078
  "member": {
2799
3079
  "type": "structure",
@@ -2811,17 +3091,17 @@
2811
3091
  }
2812
3092
  }
2813
3093
  },
2814
- "S66": {
3094
+ "S6j": {
2815
3095
  "type": "list",
2816
3096
  "member": {
2817
- "shape": "S2c"
3097
+ "shape": "S2j"
2818
3098
  }
2819
3099
  },
2820
- "S6x": {
3100
+ "S6q": {
2821
3101
  "type": "list",
2822
3102
  "member": {}
2823
3103
  },
2824
- "S6y": {
3104
+ "S7p": {
2825
3105
  "type": "list",
2826
3106
  "member": {}
2827
3107
  }