cdk-lambda-subminute 2.0.256 → 2.0.257

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.
@@ -215,6 +215,70 @@
215
215
  }
216
216
  }
217
217
  },
218
+ "CreateReviewTemplate": {
219
+ "http": {
220
+ "requestUri": "/reviewTemplates"
221
+ },
222
+ "input": {
223
+ "type": "structure",
224
+ "required": [
225
+ "TemplateName",
226
+ "Description",
227
+ "Lenses",
228
+ "ClientRequestToken"
229
+ ],
230
+ "members": {
231
+ "TemplateName": {},
232
+ "Description": {},
233
+ "Lenses": {
234
+ "shape": "S14"
235
+ },
236
+ "Notes": {},
237
+ "Tags": {
238
+ "shape": "Su"
239
+ },
240
+ "ClientRequestToken": {
241
+ "idempotencyToken": true
242
+ }
243
+ }
244
+ },
245
+ "output": {
246
+ "type": "structure",
247
+ "members": {
248
+ "TemplateArn": {}
249
+ }
250
+ }
251
+ },
252
+ "CreateTemplateShare": {
253
+ "http": {
254
+ "requestUri": "/templates/shares/{TemplateArn}"
255
+ },
256
+ "input": {
257
+ "type": "structure",
258
+ "required": [
259
+ "TemplateArn",
260
+ "SharedWith",
261
+ "ClientRequestToken"
262
+ ],
263
+ "members": {
264
+ "TemplateArn": {
265
+ "location": "uri",
266
+ "locationName": "TemplateArn"
267
+ },
268
+ "SharedWith": {},
269
+ "ClientRequestToken": {
270
+ "idempotencyToken": true
271
+ }
272
+ }
273
+ },
274
+ "output": {
275
+ "type": "structure",
276
+ "members": {
277
+ "TemplateArn": {},
278
+ "ShareId": {}
279
+ }
280
+ }
281
+ },
218
282
  "CreateWorkload": {
219
283
  "http": {
220
284
  "requestUri": "/workloads"
@@ -233,23 +297,23 @@
233
297
  "Description": {},
234
298
  "Environment": {},
235
299
  "AccountIds": {
236
- "shape": "S15"
300
+ "shape": "S1e"
237
301
  },
238
302
  "AwsRegions": {
239
- "shape": "S17"
303
+ "shape": "S1g"
240
304
  },
241
305
  "NonAwsRegions": {
242
- "shape": "S19"
306
+ "shape": "S1i"
243
307
  },
244
308
  "PillarPriorities": {
245
- "shape": "S1b"
309
+ "shape": "S1k"
246
310
  },
247
311
  "ArchitecturalDesign": {},
248
312
  "ReviewOwner": {},
249
313
  "IndustryType": {},
250
314
  "Industry": {},
251
315
  "Lenses": {
252
- "shape": "S1h"
316
+ "shape": "S1q"
253
317
  },
254
318
  "Notes": {},
255
319
  "ClientRequestToken": {
@@ -259,14 +323,18 @@
259
323
  "shape": "Su"
260
324
  },
261
325
  "DiscoveryConfig": {
262
- "shape": "S1j"
326
+ "shape": "S1r"
263
327
  },
264
328
  "Applications": {
265
- "shape": "S1n"
329
+ "shape": "S1v"
266
330
  },
267
331
  "ProfileArns": {
268
332
  "type": "list",
269
333
  "member": {}
334
+ },
335
+ "ReviewTemplateArns": {
336
+ "type": "list",
337
+ "member": {}
270
338
  }
271
339
  }
272
340
  },
@@ -421,6 +489,59 @@
421
489
  }
422
490
  }
423
491
  },
492
+ "DeleteReviewTemplate": {
493
+ "http": {
494
+ "method": "DELETE",
495
+ "requestUri": "/reviewTemplates/{TemplateArn}"
496
+ },
497
+ "input": {
498
+ "type": "structure",
499
+ "required": [
500
+ "TemplateArn",
501
+ "ClientRequestToken"
502
+ ],
503
+ "members": {
504
+ "TemplateArn": {
505
+ "location": "uri",
506
+ "locationName": "TemplateArn"
507
+ },
508
+ "ClientRequestToken": {
509
+ "idempotencyToken": true,
510
+ "location": "querystring",
511
+ "locationName": "ClientRequestToken"
512
+ }
513
+ }
514
+ }
515
+ },
516
+ "DeleteTemplateShare": {
517
+ "http": {
518
+ "method": "DELETE",
519
+ "requestUri": "/templates/shares/{TemplateArn}/{ShareId}"
520
+ },
521
+ "input": {
522
+ "type": "structure",
523
+ "required": [
524
+ "ShareId",
525
+ "TemplateArn",
526
+ "ClientRequestToken"
527
+ ],
528
+ "members": {
529
+ "ShareId": {
530
+ "location": "uri",
531
+ "locationName": "ShareId"
532
+ },
533
+ "TemplateArn": {
534
+ "location": "uri",
535
+ "locationName": "TemplateArn"
536
+ },
537
+ "ClientRequestToken": {
538
+ "idempotencyToken": true,
539
+ "location": "querystring",
540
+ "locationName": "ClientRequestToken"
541
+ }
542
+ }
543
+ }
544
+ },
424
545
  "DeleteWorkload": {
425
546
  "http": {
426
547
  "method": "DELETE",
@@ -588,7 +709,7 @@
588
709
  "LensAlias": {},
589
710
  "LensArn": {},
590
711
  "Answer": {
591
- "shape": "S29"
712
+ "shape": "S2k"
592
713
  }
593
714
  }
594
715
  }
@@ -634,7 +755,7 @@
634
755
  "members": {
635
756
  "MetricType": {},
636
757
  "RiskCounts": {
637
- "shape": "S38"
758
+ "shape": "S3j"
638
759
  },
639
760
  "WorkloadId": {},
640
761
  "WorkloadName": {},
@@ -655,7 +776,7 @@
655
776
  "members": {
656
777
  "PillarId": {},
657
778
  "RiskCounts": {
658
- "shape": "S38"
779
+ "shape": "S3j"
659
780
  },
660
781
  "Questions": {
661
782
  "type": "list",
@@ -681,7 +802,7 @@
681
802
  }
682
803
  },
683
804
  "RiskCounts": {
684
- "shape": "S38"
805
+ "shape": "S3j"
685
806
  }
686
807
  }
687
808
  }
@@ -773,7 +894,7 @@
773
894
  "type": "integer"
774
895
  },
775
896
  "LensReview": {
776
- "shape": "S3u"
897
+ "shape": "S45"
777
898
  }
778
899
  }
779
900
  }
@@ -924,7 +1045,7 @@
924
1045
  "type": "timestamp"
925
1046
  },
926
1047
  "Workload": {
927
- "shape": "S4f"
1048
+ "shape": "S4q"
928
1049
  }
929
1050
  }
930
1051
  }
@@ -956,7 +1077,7 @@
956
1077
  "type": "structure",
957
1078
  "members": {
958
1079
  "Profile": {
959
- "shape": "S4k"
1080
+ "shape": "S4v"
960
1081
  }
961
1082
  }
962
1083
  }
@@ -1016,6 +1137,102 @@
1016
1137
  }
1017
1138
  }
1018
1139
  },
1140
+ "GetReviewTemplate": {
1141
+ "http": {
1142
+ "method": "GET",
1143
+ "requestUri": "/reviewTemplates/{TemplateArn}"
1144
+ },
1145
+ "input": {
1146
+ "type": "structure",
1147
+ "required": [
1148
+ "TemplateArn"
1149
+ ],
1150
+ "members": {
1151
+ "TemplateArn": {
1152
+ "location": "uri",
1153
+ "locationName": "TemplateArn"
1154
+ }
1155
+ }
1156
+ },
1157
+ "output": {
1158
+ "type": "structure",
1159
+ "members": {
1160
+ "ReviewTemplate": {
1161
+ "shape": "S5c"
1162
+ }
1163
+ }
1164
+ }
1165
+ },
1166
+ "GetReviewTemplateAnswer": {
1167
+ "http": {
1168
+ "method": "GET",
1169
+ "requestUri": "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers/{QuestionId}"
1170
+ },
1171
+ "input": {
1172
+ "type": "structure",
1173
+ "required": [
1174
+ "TemplateArn",
1175
+ "LensAlias",
1176
+ "QuestionId"
1177
+ ],
1178
+ "members": {
1179
+ "TemplateArn": {
1180
+ "location": "uri",
1181
+ "locationName": "TemplateArn"
1182
+ },
1183
+ "LensAlias": {
1184
+ "location": "uri",
1185
+ "locationName": "LensAlias"
1186
+ },
1187
+ "QuestionId": {
1188
+ "location": "uri",
1189
+ "locationName": "QuestionId"
1190
+ }
1191
+ }
1192
+ },
1193
+ "output": {
1194
+ "type": "structure",
1195
+ "members": {
1196
+ "TemplateArn": {},
1197
+ "LensAlias": {},
1198
+ "Answer": {
1199
+ "shape": "S5i"
1200
+ }
1201
+ }
1202
+ }
1203
+ },
1204
+ "GetReviewTemplateLensReview": {
1205
+ "http": {
1206
+ "method": "GET",
1207
+ "requestUri": "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}"
1208
+ },
1209
+ "input": {
1210
+ "type": "structure",
1211
+ "required": [
1212
+ "TemplateArn",
1213
+ "LensAlias"
1214
+ ],
1215
+ "members": {
1216
+ "TemplateArn": {
1217
+ "location": "uri",
1218
+ "locationName": "TemplateArn"
1219
+ },
1220
+ "LensAlias": {
1221
+ "location": "uri",
1222
+ "locationName": "LensAlias"
1223
+ }
1224
+ }
1225
+ },
1226
+ "output": {
1227
+ "type": "structure",
1228
+ "members": {
1229
+ "TemplateArn": {},
1230
+ "LensReview": {
1231
+ "shape": "S5m"
1232
+ }
1233
+ }
1234
+ }
1235
+ },
1019
1236
  "GetWorkload": {
1020
1237
  "http": {
1021
1238
  "method": "GET",
@@ -1037,7 +1254,7 @@
1037
1254
  "type": "structure",
1038
1255
  "members": {
1039
1256
  "Workload": {
1040
- "shape": "S4f"
1257
+ "shape": "S4q"
1041
1258
  }
1042
1259
  }
1043
1260
  }
@@ -1134,21 +1351,13 @@
1134
1351
  "PillarId": {},
1135
1352
  "QuestionTitle": {},
1136
1353
  "Choices": {
1137
- "shape": "S2f"
1354
+ "shape": "S2q"
1138
1355
  },
1139
1356
  "SelectedChoices": {
1140
- "shape": "S2q"
1357
+ "shape": "S31"
1141
1358
  },
1142
1359
  "ChoiceAnswerSummaries": {
1143
- "type": "list",
1144
- "member": {
1145
- "type": "structure",
1146
- "members": {
1147
- "ChoiceId": {},
1148
- "Status": {},
1149
- "Reason": {}
1150
- }
1151
- }
1360
+ "shape": "S60"
1152
1361
  },
1153
1362
  "IsApplicable": {
1154
1363
  "type": "boolean"
@@ -1418,13 +1627,13 @@
1418
1627
  "type": "timestamp"
1419
1628
  },
1420
1629
  "RiskCounts": {
1421
- "shape": "S38"
1630
+ "shape": "S3j"
1422
1631
  },
1423
1632
  "Profiles": {
1424
- "shape": "S3z"
1633
+ "shape": "S4a"
1425
1634
  },
1426
1635
  "PrioritizedRiskCounts": {
1427
- "shape": "S38"
1636
+ "shape": "S3j"
1428
1637
  }
1429
1638
  }
1430
1639
  }
@@ -1583,7 +1792,7 @@
1583
1792
  "type": "timestamp"
1584
1793
  },
1585
1794
  "WorkloadSummary": {
1586
- "shape": "S6n"
1795
+ "shape": "S7d"
1587
1796
  }
1588
1797
  }
1589
1798
  }
@@ -1603,7 +1812,8 @@
1603
1812
  "NextToken": {},
1604
1813
  "MaxResults": {
1605
1814
  "type": "integer"
1606
- }
1815
+ },
1816
+ "ResourceArn": {}
1607
1817
  }
1608
1818
  },
1609
1819
  "output": {
@@ -1623,7 +1833,9 @@
1623
1833
  "LensAlias": {},
1624
1834
  "LensArn": {},
1625
1835
  "CurrentLensVersion": {},
1626
- "LatestLensVersion": {}
1836
+ "LatestLensVersion": {},
1837
+ "ResourceArn": {},
1838
+ "ResourceName": {}
1627
1839
  }
1628
1840
  }
1629
1841
  }
@@ -1784,25 +1996,29 @@
1784
1996
  }
1785
1997
  }
1786
1998
  },
1787
- "ListShareInvitations": {
1999
+ "ListReviewTemplateAnswers": {
1788
2000
  "http": {
1789
2001
  "method": "GET",
1790
- "requestUri": "/shareInvitations"
2002
+ "requestUri": "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers"
1791
2003
  },
1792
2004
  "input": {
1793
2005
  "type": "structure",
2006
+ "required": [
2007
+ "TemplateArn",
2008
+ "LensAlias"
2009
+ ],
1794
2010
  "members": {
1795
- "WorkloadNamePrefix": {
1796
- "location": "querystring",
1797
- "locationName": "WorkloadNamePrefix"
2011
+ "TemplateArn": {
2012
+ "location": "uri",
2013
+ "locationName": "TemplateArn"
1798
2014
  },
1799
- "LensNamePrefix": {
1800
- "location": "querystring",
1801
- "locationName": "LensNamePrefix"
2015
+ "LensAlias": {
2016
+ "location": "uri",
2017
+ "locationName": "LensAlias"
1802
2018
  },
1803
- "ShareResourceType": {
2019
+ "PillarId": {
1804
2020
  "location": "querystring",
1805
- "locationName": "ShareResourceType"
2021
+ "locationName": "PillarId"
1806
2022
  },
1807
2023
  "NextToken": {
1808
2024
  "location": "querystring",
@@ -1812,32 +2028,37 @@
1812
2028
  "location": "querystring",
1813
2029
  "locationName": "MaxResults",
1814
2030
  "type": "integer"
1815
- },
1816
- "ProfileNamePrefix": {
1817
- "location": "querystring",
1818
- "locationName": "ProfileNamePrefix"
1819
2031
  }
1820
2032
  }
1821
2033
  },
1822
2034
  "output": {
1823
2035
  "type": "structure",
1824
2036
  "members": {
1825
- "ShareInvitationSummaries": {
2037
+ "TemplateArn": {},
2038
+ "LensAlias": {},
2039
+ "AnswerSummaries": {
1826
2040
  "type": "list",
1827
2041
  "member": {
1828
2042
  "type": "structure",
1829
2043
  "members": {
1830
- "ShareInvitationId": {},
1831
- "SharedBy": {},
1832
- "SharedWith": {},
1833
- "PermissionType": {},
1834
- "ShareResourceType": {},
1835
- "WorkloadName": {},
1836
- "WorkloadId": {},
1837
- "LensName": {},
1838
- "LensArn": {},
1839
- "ProfileName": {},
1840
- "ProfileArn": {}
2044
+ "QuestionId": {},
2045
+ "PillarId": {},
2046
+ "QuestionTitle": {},
2047
+ "Choices": {
2048
+ "shape": "S2q"
2049
+ },
2050
+ "SelectedChoices": {
2051
+ "shape": "S31"
2052
+ },
2053
+ "ChoiceAnswerSummaries": {
2054
+ "shape": "S60"
2055
+ },
2056
+ "IsApplicable": {
2057
+ "type": "boolean"
2058
+ },
2059
+ "AnswerStatus": {},
2060
+ "Reason": {},
2061
+ "QuestionType": {}
1841
2062
  }
1842
2063
  }
1843
2064
  },
@@ -1845,31 +2066,197 @@
1845
2066
  }
1846
2067
  }
1847
2068
  },
1848
- "ListTagsForResource": {
2069
+ "ListReviewTemplates": {
1849
2070
  "http": {
1850
2071
  "method": "GET",
1851
- "requestUri": "/tags/{WorkloadArn}"
2072
+ "requestUri": "/reviewTemplates"
1852
2073
  },
1853
2074
  "input": {
1854
2075
  "type": "structure",
1855
- "required": [
1856
- "WorkloadArn"
1857
- ],
1858
2076
  "members": {
1859
- "WorkloadArn": {
1860
- "location": "uri",
1861
- "locationName": "WorkloadArn"
2077
+ "NextToken": {
2078
+ "location": "querystring",
2079
+ "locationName": "NextToken"
2080
+ },
2081
+ "MaxResults": {
2082
+ "location": "querystring",
2083
+ "locationName": "MaxResults",
2084
+ "type": "integer"
1862
2085
  }
1863
2086
  }
1864
2087
  },
1865
2088
  "output": {
1866
2089
  "type": "structure",
1867
2090
  "members": {
1868
- "Tags": {
1869
- "shape": "Su"
1870
- }
1871
- }
1872
- }
2091
+ "ReviewTemplates": {
2092
+ "type": "list",
2093
+ "member": {
2094
+ "type": "structure",
2095
+ "members": {
2096
+ "Description": {},
2097
+ "Lenses": {
2098
+ "shape": "S14"
2099
+ },
2100
+ "Owner": {},
2101
+ "UpdatedAt": {
2102
+ "type": "timestamp"
2103
+ },
2104
+ "TemplateArn": {},
2105
+ "TemplateName": {},
2106
+ "UpdateStatus": {}
2107
+ }
2108
+ }
2109
+ },
2110
+ "NextToken": {}
2111
+ }
2112
+ }
2113
+ },
2114
+ "ListShareInvitations": {
2115
+ "http": {
2116
+ "method": "GET",
2117
+ "requestUri": "/shareInvitations"
2118
+ },
2119
+ "input": {
2120
+ "type": "structure",
2121
+ "members": {
2122
+ "WorkloadNamePrefix": {
2123
+ "location": "querystring",
2124
+ "locationName": "WorkloadNamePrefix"
2125
+ },
2126
+ "LensNamePrefix": {
2127
+ "location": "querystring",
2128
+ "locationName": "LensNamePrefix"
2129
+ },
2130
+ "ShareResourceType": {
2131
+ "location": "querystring",
2132
+ "locationName": "ShareResourceType"
2133
+ },
2134
+ "NextToken": {
2135
+ "location": "querystring",
2136
+ "locationName": "NextToken"
2137
+ },
2138
+ "MaxResults": {
2139
+ "location": "querystring",
2140
+ "locationName": "MaxResults",
2141
+ "type": "integer"
2142
+ },
2143
+ "ProfileNamePrefix": {
2144
+ "location": "querystring",
2145
+ "locationName": "ProfileNamePrefix"
2146
+ },
2147
+ "TemplateNamePrefix": {
2148
+ "location": "querystring",
2149
+ "locationName": "TemplateNamePrefix"
2150
+ }
2151
+ }
2152
+ },
2153
+ "output": {
2154
+ "type": "structure",
2155
+ "members": {
2156
+ "ShareInvitationSummaries": {
2157
+ "type": "list",
2158
+ "member": {
2159
+ "type": "structure",
2160
+ "members": {
2161
+ "ShareInvitationId": {},
2162
+ "SharedBy": {},
2163
+ "SharedWith": {},
2164
+ "PermissionType": {},
2165
+ "ShareResourceType": {},
2166
+ "WorkloadName": {},
2167
+ "WorkloadId": {},
2168
+ "LensName": {},
2169
+ "LensArn": {},
2170
+ "ProfileName": {},
2171
+ "ProfileArn": {},
2172
+ "TemplateName": {},
2173
+ "TemplateArn": {}
2174
+ }
2175
+ }
2176
+ },
2177
+ "NextToken": {}
2178
+ }
2179
+ }
2180
+ },
2181
+ "ListTagsForResource": {
2182
+ "http": {
2183
+ "method": "GET",
2184
+ "requestUri": "/tags/{WorkloadArn}"
2185
+ },
2186
+ "input": {
2187
+ "type": "structure",
2188
+ "required": [
2189
+ "WorkloadArn"
2190
+ ],
2191
+ "members": {
2192
+ "WorkloadArn": {
2193
+ "location": "uri",
2194
+ "locationName": "WorkloadArn"
2195
+ }
2196
+ }
2197
+ },
2198
+ "output": {
2199
+ "type": "structure",
2200
+ "members": {
2201
+ "Tags": {
2202
+ "shape": "Su"
2203
+ }
2204
+ }
2205
+ }
2206
+ },
2207
+ "ListTemplateShares": {
2208
+ "http": {
2209
+ "method": "GET",
2210
+ "requestUri": "/templates/shares/{TemplateArn}"
2211
+ },
2212
+ "input": {
2213
+ "type": "structure",
2214
+ "required": [
2215
+ "TemplateArn"
2216
+ ],
2217
+ "members": {
2218
+ "TemplateArn": {
2219
+ "location": "uri",
2220
+ "locationName": "TemplateArn"
2221
+ },
2222
+ "SharedWithPrefix": {
2223
+ "location": "querystring",
2224
+ "locationName": "SharedWithPrefix"
2225
+ },
2226
+ "NextToken": {
2227
+ "location": "querystring",
2228
+ "locationName": "NextToken"
2229
+ },
2230
+ "MaxResults": {
2231
+ "location": "querystring",
2232
+ "locationName": "MaxResults",
2233
+ "type": "integer"
2234
+ },
2235
+ "Status": {
2236
+ "location": "querystring",
2237
+ "locationName": "Status"
2238
+ }
2239
+ }
2240
+ },
2241
+ "output": {
2242
+ "type": "structure",
2243
+ "members": {
2244
+ "TemplateArn": {},
2245
+ "TemplateShareSummaries": {
2246
+ "type": "list",
2247
+ "member": {
2248
+ "type": "structure",
2249
+ "members": {
2250
+ "ShareId": {},
2251
+ "SharedWith": {},
2252
+ "Status": {},
2253
+ "StatusMessage": {}
2254
+ }
2255
+ }
2256
+ },
2257
+ "NextToken": {}
2258
+ }
2259
+ }
1873
2260
  },
1874
2261
  "ListWorkloadShares": {
1875
2262
  "http": {
@@ -1946,7 +2333,7 @@
1946
2333
  "WorkloadSummaries": {
1947
2334
  "type": "list",
1948
2335
  "member": {
1949
- "shape": "S6n"
2336
+ "shape": "S7d"
1950
2337
  }
1951
2338
  },
1952
2339
  "NextToken": {}
@@ -2033,22 +2420,10 @@
2033
2420
  "locationName": "QuestionId"
2034
2421
  },
2035
2422
  "SelectedChoices": {
2036
- "shape": "S2q"
2423
+ "shape": "S31"
2037
2424
  },
2038
2425
  "ChoiceUpdates": {
2039
- "type": "map",
2040
- "key": {},
2041
- "value": {
2042
- "type": "structure",
2043
- "required": [
2044
- "Status"
2045
- ],
2046
- "members": {
2047
- "Status": {},
2048
- "Reason": {},
2049
- "Notes": {}
2050
- }
2051
- }
2426
+ "shape": "S95"
2052
2427
  },
2053
2428
  "Notes": {},
2054
2429
  "IsApplicable": {
@@ -2064,7 +2439,7 @@
2064
2439
  "LensAlias": {},
2065
2440
  "LensArn": {},
2066
2441
  "Answer": {
2067
- "shape": "S29"
2442
+ "shape": "S2k"
2068
2443
  }
2069
2444
  }
2070
2445
  }
@@ -2104,9 +2479,7 @@
2104
2479
  },
2105
2480
  "LensNotes": {},
2106
2481
  "PillarNotes": {
2107
- "type": "map",
2108
- "key": {},
2109
- "value": {}
2482
+ "shape": "S9c"
2110
2483
  }
2111
2484
  }
2112
2485
  },
@@ -2115,7 +2488,7 @@
2115
2488
  "members": {
2116
2489
  "WorkloadId": {},
2117
2490
  "LensReview": {
2118
- "shape": "S3u"
2491
+ "shape": "S45"
2119
2492
  }
2120
2493
  }
2121
2494
  }
@@ -2145,7 +2518,127 @@
2145
2518
  "type": "structure",
2146
2519
  "members": {
2147
2520
  "Profile": {
2148
- "shape": "S4k"
2521
+ "shape": "S4v"
2522
+ }
2523
+ }
2524
+ }
2525
+ },
2526
+ "UpdateReviewTemplate": {
2527
+ "http": {
2528
+ "method": "PATCH",
2529
+ "requestUri": "/reviewTemplates/{TemplateArn}"
2530
+ },
2531
+ "input": {
2532
+ "type": "structure",
2533
+ "required": [
2534
+ "TemplateArn"
2535
+ ],
2536
+ "members": {
2537
+ "TemplateArn": {
2538
+ "location": "uri",
2539
+ "locationName": "TemplateArn"
2540
+ },
2541
+ "TemplateName": {},
2542
+ "Description": {},
2543
+ "Notes": {},
2544
+ "LensesToAssociate": {
2545
+ "shape": "S9h"
2546
+ },
2547
+ "LensesToDisassociate": {
2548
+ "shape": "S9h"
2549
+ }
2550
+ }
2551
+ },
2552
+ "output": {
2553
+ "type": "structure",
2554
+ "members": {
2555
+ "ReviewTemplate": {
2556
+ "shape": "S5c"
2557
+ }
2558
+ }
2559
+ }
2560
+ },
2561
+ "UpdateReviewTemplateAnswer": {
2562
+ "http": {
2563
+ "method": "PATCH",
2564
+ "requestUri": "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers/{QuestionId}"
2565
+ },
2566
+ "input": {
2567
+ "type": "structure",
2568
+ "required": [
2569
+ "TemplateArn",
2570
+ "LensAlias",
2571
+ "QuestionId"
2572
+ ],
2573
+ "members": {
2574
+ "TemplateArn": {
2575
+ "location": "uri",
2576
+ "locationName": "TemplateArn"
2577
+ },
2578
+ "LensAlias": {
2579
+ "location": "uri",
2580
+ "locationName": "LensAlias"
2581
+ },
2582
+ "QuestionId": {
2583
+ "location": "uri",
2584
+ "locationName": "QuestionId"
2585
+ },
2586
+ "SelectedChoices": {
2587
+ "shape": "S31"
2588
+ },
2589
+ "ChoiceUpdates": {
2590
+ "shape": "S95"
2591
+ },
2592
+ "Notes": {},
2593
+ "IsApplicable": {
2594
+ "type": "boolean"
2595
+ },
2596
+ "Reason": {}
2597
+ }
2598
+ },
2599
+ "output": {
2600
+ "type": "structure",
2601
+ "members": {
2602
+ "TemplateArn": {},
2603
+ "LensAlias": {},
2604
+ "Answer": {
2605
+ "shape": "S5i"
2606
+ }
2607
+ }
2608
+ }
2609
+ },
2610
+ "UpdateReviewTemplateLensReview": {
2611
+ "http": {
2612
+ "method": "PATCH",
2613
+ "requestUri": "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}"
2614
+ },
2615
+ "input": {
2616
+ "type": "structure",
2617
+ "required": [
2618
+ "TemplateArn",
2619
+ "LensAlias"
2620
+ ],
2621
+ "members": {
2622
+ "TemplateArn": {
2623
+ "location": "uri",
2624
+ "locationName": "TemplateArn"
2625
+ },
2626
+ "LensAlias": {
2627
+ "location": "uri",
2628
+ "locationName": "LensAlias"
2629
+ },
2630
+ "LensNotes": {},
2631
+ "PillarNotes": {
2632
+ "shape": "S9c"
2633
+ }
2634
+ }
2635
+ },
2636
+ "output": {
2637
+ "type": "structure",
2638
+ "members": {
2639
+ "TemplateArn": {},
2640
+ "LensReview": {
2641
+ "shape": "S5m"
2149
2642
  }
2150
2643
  }
2151
2644
  }
@@ -2180,7 +2673,8 @@
2180
2673
  "WorkloadId": {},
2181
2674
  "LensAlias": {},
2182
2675
  "LensArn": {},
2183
- "ProfileArn": {}
2676
+ "ProfileArn": {},
2677
+ "TemplateArn": {}
2184
2678
  }
2185
2679
  }
2186
2680
  }
@@ -2205,16 +2699,16 @@
2205
2699
  "Description": {},
2206
2700
  "Environment": {},
2207
2701
  "AccountIds": {
2208
- "shape": "S15"
2702
+ "shape": "S1e"
2209
2703
  },
2210
2704
  "AwsRegions": {
2211
- "shape": "S17"
2705
+ "shape": "S1g"
2212
2706
  },
2213
2707
  "NonAwsRegions": {
2214
- "shape": "S19"
2708
+ "shape": "S1i"
2215
2709
  },
2216
2710
  "PillarPriorities": {
2217
- "shape": "S1b"
2711
+ "shape": "S1k"
2218
2712
  },
2219
2713
  "ArchitecturalDesign": {},
2220
2714
  "ReviewOwner": {},
@@ -2226,10 +2720,10 @@
2226
2720
  "Notes": {},
2227
2721
  "ImprovementStatus": {},
2228
2722
  "DiscoveryConfig": {
2229
- "shape": "S1j"
2723
+ "shape": "S1r"
2230
2724
  },
2231
2725
  "Applications": {
2232
- "shape": "S1n"
2726
+ "shape": "S1v"
2233
2727
  }
2234
2728
  }
2235
2729
  },
@@ -2237,7 +2731,7 @@
2237
2731
  "type": "structure",
2238
2732
  "members": {
2239
2733
  "Workload": {
2240
- "shape": "S4f"
2734
+ "shape": "S4q"
2241
2735
  }
2242
2736
  }
2243
2737
  }
@@ -2337,6 +2831,30 @@
2337
2831
  }
2338
2832
  }
2339
2833
  }
2834
+ },
2835
+ "UpgradeReviewTemplateLensReview": {
2836
+ "http": {
2837
+ "method": "PUT",
2838
+ "requestUri": "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/upgrade"
2839
+ },
2840
+ "input": {
2841
+ "type": "structure",
2842
+ "required": [
2843
+ "TemplateArn",
2844
+ "LensAlias"
2845
+ ],
2846
+ "members": {
2847
+ "TemplateArn": {
2848
+ "location": "uri",
2849
+ "locationName": "TemplateArn"
2850
+ },
2851
+ "LensAlias": {
2852
+ "location": "uri",
2853
+ "locationName": "LensAlias"
2854
+ },
2855
+ "ClientRequestToken": {}
2856
+ }
2857
+ }
2340
2858
  }
2341
2859
  },
2342
2860
  "shapes": {
@@ -2366,27 +2884,31 @@
2366
2884
  "key": {},
2367
2885
  "value": {}
2368
2886
  },
2369
- "S15": {
2887
+ "S14": {
2888
+ "type": "list",
2889
+ "member": {}
2890
+ },
2891
+ "S1e": {
2370
2892
  "type": "list",
2371
2893
  "member": {}
2372
2894
  },
2373
- "S17": {
2895
+ "S1g": {
2374
2896
  "type": "list",
2375
2897
  "member": {}
2376
2898
  },
2377
- "S19": {
2899
+ "S1i": {
2378
2900
  "type": "list",
2379
2901
  "member": {}
2380
2902
  },
2381
- "S1b": {
2903
+ "S1k": {
2382
2904
  "type": "list",
2383
2905
  "member": {}
2384
2906
  },
2385
- "S1h": {
2907
+ "S1q": {
2386
2908
  "type": "list",
2387
2909
  "member": {}
2388
2910
  },
2389
- "S1j": {
2911
+ "S1r": {
2390
2912
  "type": "structure",
2391
2913
  "members": {
2392
2914
  "TrustedAdvisorIntegrationStatus": {},
@@ -2396,11 +2918,11 @@
2396
2918
  }
2397
2919
  }
2398
2920
  },
2399
- "S1n": {
2921
+ "S1v": {
2400
2922
  "type": "list",
2401
2923
  "member": {}
2402
2924
  },
2403
- "S29": {
2925
+ "S2k": {
2404
2926
  "type": "structure",
2405
2927
  "members": {
2406
2928
  "QuestionId": {},
@@ -2411,22 +2933,13 @@
2411
2933
  "HelpfulResourceUrl": {},
2412
2934
  "HelpfulResourceDisplayText": {},
2413
2935
  "Choices": {
2414
- "shape": "S2f"
2936
+ "shape": "S2q"
2415
2937
  },
2416
2938
  "SelectedChoices": {
2417
- "shape": "S2q"
2939
+ "shape": "S31"
2418
2940
  },
2419
2941
  "ChoiceAnswers": {
2420
- "type": "list",
2421
- "member": {
2422
- "type": "structure",
2423
- "members": {
2424
- "ChoiceId": {},
2425
- "Status": {},
2426
- "Reason": {},
2427
- "Notes": {}
2428
- }
2429
- }
2942
+ "shape": "S32"
2430
2943
  },
2431
2944
  "IsApplicable": {
2432
2945
  "type": "boolean"
@@ -2436,7 +2949,7 @@
2436
2949
  "Reason": {}
2437
2950
  }
2438
2951
  },
2439
- "S2f": {
2952
+ "S2q": {
2440
2953
  "type": "list",
2441
2954
  "member": {
2442
2955
  "type": "structure",
@@ -2445,10 +2958,10 @@
2445
2958
  "Title": {},
2446
2959
  "Description": {},
2447
2960
  "HelpfulResource": {
2448
- "shape": "S2j"
2961
+ "shape": "S2u"
2449
2962
  },
2450
2963
  "ImprovementPlan": {
2451
- "shape": "S2j"
2964
+ "shape": "S2u"
2452
2965
  },
2453
2966
  "AdditionalResources": {
2454
2967
  "type": "list",
@@ -2459,7 +2972,7 @@
2459
2972
  "Content": {
2460
2973
  "type": "list",
2461
2974
  "member": {
2462
- "shape": "S2j"
2975
+ "shape": "S2u"
2463
2976
  }
2464
2977
  }
2465
2978
  }
@@ -2468,25 +2981,37 @@
2468
2981
  }
2469
2982
  }
2470
2983
  },
2471
- "S2j": {
2984
+ "S2u": {
2472
2985
  "type": "structure",
2473
2986
  "members": {
2474
2987
  "DisplayText": {},
2475
2988
  "Url": {}
2476
2989
  }
2477
2990
  },
2478
- "S2q": {
2991
+ "S31": {
2479
2992
  "type": "list",
2480
2993
  "member": {}
2481
2994
  },
2482
- "S38": {
2995
+ "S32": {
2996
+ "type": "list",
2997
+ "member": {
2998
+ "type": "structure",
2999
+ "members": {
3000
+ "ChoiceId": {},
3001
+ "Status": {},
3002
+ "Reason": {},
3003
+ "Notes": {}
3004
+ }
3005
+ }
3006
+ },
3007
+ "S3j": {
2483
3008
  "type": "map",
2484
3009
  "key": {},
2485
3010
  "value": {
2486
3011
  "type": "integer"
2487
3012
  }
2488
3013
  },
2489
- "S3u": {
3014
+ "S45": {
2490
3015
  "type": "structure",
2491
3016
  "members": {
2492
3017
  "LensAlias": {},
@@ -2503,10 +3028,10 @@
2503
3028
  "PillarName": {},
2504
3029
  "Notes": {},
2505
3030
  "RiskCounts": {
2506
- "shape": "S38"
3031
+ "shape": "S3j"
2507
3032
  },
2508
3033
  "PrioritizedRiskCounts": {
2509
- "shape": "S38"
3034
+ "shape": "S3j"
2510
3035
  }
2511
3036
  }
2512
3037
  }
@@ -2516,18 +3041,18 @@
2516
3041
  },
2517
3042
  "Notes": {},
2518
3043
  "RiskCounts": {
2519
- "shape": "S38"
3044
+ "shape": "S3j"
2520
3045
  },
2521
3046
  "NextToken": {},
2522
3047
  "Profiles": {
2523
- "shape": "S3z"
3048
+ "shape": "S4a"
2524
3049
  },
2525
3050
  "PrioritizedRiskCounts": {
2526
- "shape": "S38"
3051
+ "shape": "S3j"
2527
3052
  }
2528
3053
  }
2529
3054
  },
2530
- "S3z": {
3055
+ "S4a": {
2531
3056
  "type": "list",
2532
3057
  "member": {
2533
3058
  "type": "structure",
@@ -2537,7 +3062,7 @@
2537
3062
  }
2538
3063
  }
2539
3064
  },
2540
- "S4f": {
3065
+ "S4q": {
2541
3066
  "type": "structure",
2542
3067
  "members": {
2543
3068
  "WorkloadId": {},
@@ -2549,13 +3074,13 @@
2549
3074
  "type": "timestamp"
2550
3075
  },
2551
3076
  "AccountIds": {
2552
- "shape": "S15"
3077
+ "shape": "S1e"
2553
3078
  },
2554
3079
  "AwsRegions": {
2555
- "shape": "S17"
3080
+ "shape": "S1g"
2556
3081
  },
2557
3082
  "NonAwsRegions": {
2558
- "shape": "S19"
3083
+ "shape": "S1i"
2559
3084
  },
2560
3085
  "ArchitecturalDesign": {},
2561
3086
  "ReviewOwner": {},
@@ -2570,13 +3095,13 @@
2570
3095
  "Notes": {},
2571
3096
  "ImprovementStatus": {},
2572
3097
  "RiskCounts": {
2573
- "shape": "S38"
3098
+ "shape": "S3j"
2574
3099
  },
2575
3100
  "PillarPriorities": {
2576
- "shape": "S1b"
3101
+ "shape": "S1k"
2577
3102
  },
2578
3103
  "Lenses": {
2579
- "shape": "S1h"
3104
+ "shape": "S1q"
2580
3105
  },
2581
3106
  "Owner": {},
2582
3107
  "ShareInvitationId": {},
@@ -2584,20 +3109,20 @@
2584
3109
  "shape": "Su"
2585
3110
  },
2586
3111
  "DiscoveryConfig": {
2587
- "shape": "S1j"
3112
+ "shape": "S1r"
2588
3113
  },
2589
3114
  "Applications": {
2590
- "shape": "S1n"
3115
+ "shape": "S1v"
2591
3116
  },
2592
3117
  "Profiles": {
2593
- "shape": "S3z"
3118
+ "shape": "S4a"
2594
3119
  },
2595
3120
  "PrioritizedRiskCounts": {
2596
- "shape": "S38"
3121
+ "shape": "S3j"
2597
3122
  }
2598
3123
  }
2599
3124
  },
2600
- "S4k": {
3125
+ "S4v": {
2601
3126
  "type": "structure",
2602
3127
  "members": {
2603
3128
  "ProfileArn": {},
@@ -2649,7 +3174,108 @@
2649
3174
  }
2650
3175
  }
2651
3176
  },
2652
- "S6n": {
3177
+ "S5c": {
3178
+ "type": "structure",
3179
+ "members": {
3180
+ "Description": {},
3181
+ "Lenses": {
3182
+ "shape": "S14"
3183
+ },
3184
+ "Notes": {},
3185
+ "QuestionCounts": {
3186
+ "shape": "S5d"
3187
+ },
3188
+ "Owner": {},
3189
+ "UpdatedAt": {
3190
+ "type": "timestamp"
3191
+ },
3192
+ "TemplateArn": {},
3193
+ "TemplateName": {},
3194
+ "Tags": {
3195
+ "shape": "Su"
3196
+ },
3197
+ "UpdateStatus": {},
3198
+ "ShareInvitationId": {}
3199
+ }
3200
+ },
3201
+ "S5d": {
3202
+ "type": "map",
3203
+ "key": {},
3204
+ "value": {
3205
+ "type": "integer"
3206
+ }
3207
+ },
3208
+ "S5i": {
3209
+ "type": "structure",
3210
+ "members": {
3211
+ "QuestionId": {},
3212
+ "PillarId": {},
3213
+ "QuestionTitle": {},
3214
+ "QuestionDescription": {},
3215
+ "ImprovementPlanUrl": {},
3216
+ "HelpfulResourceUrl": {},
3217
+ "HelpfulResourceDisplayText": {},
3218
+ "Choices": {
3219
+ "shape": "S2q"
3220
+ },
3221
+ "SelectedChoices": {
3222
+ "shape": "S31"
3223
+ },
3224
+ "ChoiceAnswers": {
3225
+ "shape": "S32"
3226
+ },
3227
+ "IsApplicable": {
3228
+ "type": "boolean"
3229
+ },
3230
+ "AnswerStatus": {},
3231
+ "Notes": {},
3232
+ "Reason": {}
3233
+ }
3234
+ },
3235
+ "S5m": {
3236
+ "type": "structure",
3237
+ "members": {
3238
+ "LensAlias": {},
3239
+ "LensArn": {},
3240
+ "LensVersion": {},
3241
+ "LensName": {},
3242
+ "LensStatus": {},
3243
+ "PillarReviewSummaries": {
3244
+ "type": "list",
3245
+ "member": {
3246
+ "type": "structure",
3247
+ "members": {
3248
+ "PillarId": {},
3249
+ "PillarName": {},
3250
+ "Notes": {},
3251
+ "QuestionCounts": {
3252
+ "shape": "S5d"
3253
+ }
3254
+ }
3255
+ }
3256
+ },
3257
+ "UpdatedAt": {
3258
+ "type": "timestamp"
3259
+ },
3260
+ "Notes": {},
3261
+ "QuestionCounts": {
3262
+ "shape": "S5d"
3263
+ },
3264
+ "NextToken": {}
3265
+ }
3266
+ },
3267
+ "S60": {
3268
+ "type": "list",
3269
+ "member": {
3270
+ "type": "structure",
3271
+ "members": {
3272
+ "ChoiceId": {},
3273
+ "Status": {},
3274
+ "Reason": {}
3275
+ }
3276
+ }
3277
+ },
3278
+ "S7d": {
2653
3279
  "type": "structure",
2654
3280
  "members": {
2655
3281
  "WorkloadId": {},
@@ -2660,19 +3286,43 @@
2660
3286
  "type": "timestamp"
2661
3287
  },
2662
3288
  "Lenses": {
2663
- "shape": "S1h"
3289
+ "shape": "S1q"
2664
3290
  },
2665
3291
  "RiskCounts": {
2666
- "shape": "S38"
3292
+ "shape": "S3j"
2667
3293
  },
2668
3294
  "ImprovementStatus": {},
2669
3295
  "Profiles": {
2670
- "shape": "S3z"
3296
+ "shape": "S4a"
2671
3297
  },
2672
3298
  "PrioritizedRiskCounts": {
2673
- "shape": "S38"
3299
+ "shape": "S3j"
3300
+ }
3301
+ }
3302
+ },
3303
+ "S95": {
3304
+ "type": "map",
3305
+ "key": {},
3306
+ "value": {
3307
+ "type": "structure",
3308
+ "required": [
3309
+ "Status"
3310
+ ],
3311
+ "members": {
3312
+ "Status": {},
3313
+ "Reason": {},
3314
+ "Notes": {}
2674
3315
  }
2675
3316
  }
3317
+ },
3318
+ "S9c": {
3319
+ "type": "map",
3320
+ "key": {},
3321
+ "value": {}
3322
+ },
3323
+ "S9h": {
3324
+ "type": "list",
3325
+ "member": {}
2676
3326
  }
2677
3327
  }
2678
3328
  }