cdk-lambda-subminute 2.0.283 → 2.0.285
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +53 -38
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +35 -25
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +8 -5
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +125 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +27 -15
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1297 -1181
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +47 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +36 -6
- package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +37 -10
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +222 -107
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +205 -76
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +136 -106
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +1 -0
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +23 -26
- package/node_modules/aws-sdk/clients/amplify.d.ts +239 -223
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +17 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +46 -22
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +153 -0
- package/node_modules/aws-sdk/clients/datasync.d.ts +45 -30
- package/node_modules/aws-sdk/clients/ec2.d.ts +138 -5
- package/node_modules/aws-sdk/clients/finspace.d.ts +46 -2
- package/node_modules/aws-sdk/clients/m2.d.ts +51 -6
- package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +24 -0
- package/node_modules/aws-sdk/clients/neptunedata.d.ts +11 -11
- package/node_modules/aws-sdk/clients/rds.d.ts +148 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +212 -2
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +136 -103
- package/node_modules/aws-sdk/clients/s3outposts.d.ts +5 -0
- package/node_modules/aws-sdk/clients/translate.d.ts +17 -9
- package/node_modules/aws-sdk/clients/wisdom.d.ts +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +19 -19
- package/node_modules/aws-sdk/dist/aws-sdk.js +1565 -1322
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -80
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -188,7 +188,7 @@
|
|
188
188
|
],
|
189
189
|
"members": {
|
190
190
|
"additionalInfo": {
|
191
|
-
"shape": "
|
191
|
+
"shape": "S1g"
|
192
192
|
},
|
193
193
|
"appArn": {},
|
194
194
|
"clientToken": {
|
@@ -208,7 +208,7 @@
|
|
208
208
|
"members": {
|
209
209
|
"appArn": {},
|
210
210
|
"appComponent": {
|
211
|
-
"shape": "
|
211
|
+
"shape": "S1l"
|
212
212
|
},
|
213
213
|
"appVersion": {}
|
214
214
|
}
|
@@ -230,11 +230,11 @@
|
|
230
230
|
],
|
231
231
|
"members": {
|
232
232
|
"additionalInfo": {
|
233
|
-
"shape": "
|
233
|
+
"shape": "S1g"
|
234
234
|
},
|
235
235
|
"appArn": {},
|
236
236
|
"appComponents": {
|
237
|
-
"shape": "
|
237
|
+
"shape": "S1n"
|
238
238
|
},
|
239
239
|
"awsAccountId": {},
|
240
240
|
"awsRegion": {},
|
@@ -242,7 +242,7 @@
|
|
242
242
|
"idempotencyToken": true
|
243
243
|
},
|
244
244
|
"logicalResourceId": {
|
245
|
-
"shape": "
|
245
|
+
"shape": "S1o"
|
246
246
|
},
|
247
247
|
"physicalResourceId": {},
|
248
248
|
"resourceName": {},
|
@@ -259,7 +259,7 @@
|
|
259
259
|
"appArn": {},
|
260
260
|
"appVersion": {},
|
261
261
|
"physicalResource": {
|
262
|
-
"shape": "
|
262
|
+
"shape": "S1r"
|
263
263
|
}
|
264
264
|
}
|
265
265
|
}
|
@@ -284,10 +284,10 @@
|
|
284
284
|
"format": {},
|
285
285
|
"name": {},
|
286
286
|
"recommendationIds": {
|
287
|
-
"shape": "
|
287
|
+
"shape": "S1w"
|
288
288
|
},
|
289
289
|
"recommendationTypes": {
|
290
|
-
"shape": "
|
290
|
+
"shape": "S1y"
|
291
291
|
},
|
292
292
|
"tags": {
|
293
293
|
"shape": "S14"
|
@@ -298,7 +298,7 @@
|
|
298
298
|
"type": "structure",
|
299
299
|
"members": {
|
300
300
|
"recommendationTemplate": {
|
301
|
-
"shape": "
|
301
|
+
"shape": "S21"
|
302
302
|
}
|
303
303
|
}
|
304
304
|
}
|
@@ -321,7 +321,7 @@
|
|
321
321
|
},
|
322
322
|
"dataLocationConstraint": {},
|
323
323
|
"policy": {
|
324
|
-
"shape": "
|
324
|
+
"shape": "S26"
|
325
325
|
},
|
326
326
|
"policyDescription": {},
|
327
327
|
"policyName": {},
|
@@ -338,7 +338,7 @@
|
|
338
338
|
],
|
339
339
|
"members": {
|
340
340
|
"policy": {
|
341
|
-
"shape": "
|
341
|
+
"shape": "S2c"
|
342
342
|
}
|
343
343
|
}
|
344
344
|
}
|
@@ -418,11 +418,11 @@
|
|
418
418
|
"idempotencyToken": true
|
419
419
|
},
|
420
420
|
"eksSourceClusterNamespace": {
|
421
|
-
"shape": "
|
421
|
+
"shape": "S2k"
|
422
422
|
},
|
423
423
|
"sourceArn": {},
|
424
424
|
"terraformSource": {
|
425
|
-
"shape": "
|
425
|
+
"shape": "S2m"
|
426
426
|
}
|
427
427
|
}
|
428
428
|
},
|
@@ -431,7 +431,7 @@
|
|
431
431
|
"members": {
|
432
432
|
"appArn": {},
|
433
433
|
"appInputSource": {
|
434
|
-
"shape": "
|
434
|
+
"shape": "S2p"
|
435
435
|
}
|
436
436
|
}
|
437
437
|
}
|
@@ -464,7 +464,7 @@
|
|
464
464
|
"members": {
|
465
465
|
"appArn": {},
|
466
466
|
"appComponent": {
|
467
|
-
"shape": "
|
467
|
+
"shape": "S1l"
|
468
468
|
},
|
469
469
|
"appVersion": {}
|
470
470
|
}
|
@@ -488,7 +488,7 @@
|
|
488
488
|
"idempotencyToken": true
|
489
489
|
},
|
490
490
|
"logicalResourceId": {
|
491
|
-
"shape": "
|
491
|
+
"shape": "S1o"
|
492
492
|
},
|
493
493
|
"physicalResourceId": {},
|
494
494
|
"resourceName": {}
|
@@ -504,7 +504,7 @@
|
|
504
504
|
"appArn": {},
|
505
505
|
"appVersion": {},
|
506
506
|
"physicalResource": {
|
507
|
-
"shape": "
|
507
|
+
"shape": "S1r"
|
508
508
|
}
|
509
509
|
}
|
510
510
|
}
|
@@ -612,7 +612,7 @@
|
|
612
612
|
],
|
613
613
|
"members": {
|
614
614
|
"assessment": {
|
615
|
-
"shape": "
|
615
|
+
"shape": "S33"
|
616
616
|
}
|
617
617
|
}
|
618
618
|
}
|
@@ -641,7 +641,7 @@
|
|
641
641
|
],
|
642
642
|
"members": {
|
643
643
|
"additionalInfo": {
|
644
|
-
"shape": "
|
644
|
+
"shape": "S1g"
|
645
645
|
},
|
646
646
|
"appArn": {},
|
647
647
|
"appVersion": {}
|
@@ -675,7 +675,7 @@
|
|
675
675
|
"members": {
|
676
676
|
"appArn": {},
|
677
677
|
"appComponent": {
|
678
|
-
"shape": "
|
678
|
+
"shape": "S1l"
|
679
679
|
},
|
680
680
|
"appVersion": {}
|
681
681
|
}
|
@@ -698,7 +698,7 @@
|
|
698
698
|
"awsAccountId": {},
|
699
699
|
"awsRegion": {},
|
700
700
|
"logicalResourceId": {
|
701
|
-
"shape": "
|
701
|
+
"shape": "S1o"
|
702
702
|
},
|
703
703
|
"physicalResourceId": {},
|
704
704
|
"resourceName": {}
|
@@ -714,7 +714,7 @@
|
|
714
714
|
"appArn": {},
|
715
715
|
"appVersion": {},
|
716
716
|
"physicalResource": {
|
717
|
-
"shape": "
|
717
|
+
"shape": "S1r"
|
718
718
|
}
|
719
719
|
}
|
720
720
|
}
|
@@ -837,7 +837,7 @@
|
|
837
837
|
],
|
838
838
|
"members": {
|
839
839
|
"policy": {
|
840
|
-
"shape": "
|
840
|
+
"shape": "S2c"
|
841
841
|
}
|
842
842
|
}
|
843
843
|
}
|
@@ -855,14 +855,14 @@
|
|
855
855
|
"members": {
|
856
856
|
"appArn": {},
|
857
857
|
"eksSources": {
|
858
|
-
"shape": "
|
858
|
+
"shape": "S3z"
|
859
859
|
},
|
860
860
|
"importStrategy": {},
|
861
861
|
"sourceArns": {
|
862
|
-
"shape": "
|
862
|
+
"shape": "S43"
|
863
863
|
},
|
864
864
|
"terraformSources": {
|
865
|
-
"shape": "
|
865
|
+
"shape": "S44"
|
866
866
|
}
|
867
867
|
}
|
868
868
|
},
|
@@ -877,14 +877,14 @@
|
|
877
877
|
"appArn": {},
|
878
878
|
"appVersion": {},
|
879
879
|
"eksSources": {
|
880
|
-
"shape": "
|
880
|
+
"shape": "S3z"
|
881
881
|
},
|
882
882
|
"sourceArns": {
|
883
|
-
"shape": "
|
883
|
+
"shape": "S43"
|
884
884
|
},
|
885
885
|
"status": {},
|
886
886
|
"terraformSources": {
|
887
|
-
"shape": "
|
887
|
+
"shape": "S44"
|
888
888
|
}
|
889
889
|
}
|
890
890
|
}
|
@@ -929,11 +929,11 @@
|
|
929
929
|
"deprecatedMessage": "An alarm recommendation can be attached to multiple Application Components, hence this property will be replaced by the new property 'appComponentNames'."
|
930
930
|
},
|
931
931
|
"appComponentNames": {
|
932
|
-
"shape": "
|
932
|
+
"shape": "S1n"
|
933
933
|
},
|
934
934
|
"description": {},
|
935
935
|
"items": {
|
936
|
-
"shape": "
|
936
|
+
"shape": "S4d"
|
937
937
|
},
|
938
938
|
"name": {},
|
939
939
|
"prerequisite": {},
|
@@ -978,7 +978,7 @@
|
|
978
978
|
"members": {
|
979
979
|
"actualReferenceId": {},
|
980
980
|
"actualValue": {
|
981
|
-
"shape": "
|
981
|
+
"shape": "S34"
|
982
982
|
},
|
983
983
|
"appId": {},
|
984
984
|
"appVersion": {},
|
@@ -988,7 +988,7 @@
|
|
988
988
|
"entityType": {},
|
989
989
|
"expectedReferenceId": {},
|
990
990
|
"expectedValue": {
|
991
|
-
"shape": "
|
991
|
+
"shape": "S34"
|
992
992
|
}
|
993
993
|
}
|
994
994
|
}
|
@@ -1066,7 +1066,7 @@
|
|
1066
1066
|
"assessmentStatus": {},
|
1067
1067
|
"complianceStatus": {},
|
1068
1068
|
"cost": {
|
1069
|
-
"shape": "
|
1069
|
+
"shape": "S37"
|
1070
1070
|
},
|
1071
1071
|
"driftStatus": {},
|
1072
1072
|
"endTime": {
|
@@ -1119,14 +1119,14 @@
|
|
1119
1119
|
"members": {
|
1120
1120
|
"appComponentName": {},
|
1121
1121
|
"compliance": {
|
1122
|
-
"shape": "
|
1122
|
+
"shape": "S34"
|
1123
1123
|
},
|
1124
1124
|
"cost": {
|
1125
|
-
"shape": "
|
1125
|
+
"shape": "S37"
|
1126
1126
|
},
|
1127
1127
|
"message": {},
|
1128
1128
|
"resiliencyScore": {
|
1129
|
-
"shape": "
|
1129
|
+
"shape": "S3c"
|
1130
1130
|
},
|
1131
1131
|
"status": {}
|
1132
1132
|
}
|
@@ -1183,10 +1183,10 @@
|
|
1183
1183
|
"members": {
|
1184
1184
|
"appComponentName": {},
|
1185
1185
|
"compliance": {
|
1186
|
-
"shape": "
|
1186
|
+
"shape": "S34"
|
1187
1187
|
},
|
1188
1188
|
"cost": {
|
1189
|
-
"shape": "
|
1189
|
+
"shape": "S37"
|
1190
1190
|
},
|
1191
1191
|
"description": {},
|
1192
1192
|
"haArchitecture": {},
|
@@ -1258,7 +1258,7 @@
|
|
1258
1258
|
"appInputSources": {
|
1259
1259
|
"type": "list",
|
1260
1260
|
"member": {
|
1261
|
-
"shape": "
|
1261
|
+
"shape": "S2p"
|
1262
1262
|
}
|
1263
1263
|
},
|
1264
1264
|
"nextToken": {}
|
@@ -1294,7 +1294,7 @@
|
|
1294
1294
|
"members": {
|
1295
1295
|
"appArn": {},
|
1296
1296
|
"appComponents": {
|
1297
|
-
"shape": "
|
1297
|
+
"shape": "S1s"
|
1298
1298
|
},
|
1299
1299
|
"appVersion": {},
|
1300
1300
|
"nextToken": {}
|
@@ -1366,7 +1366,7 @@
|
|
1366
1366
|
"physicalResources": {
|
1367
1367
|
"type": "list",
|
1368
1368
|
"member": {
|
1369
|
-
"shape": "
|
1369
|
+
"shape": "S1r"
|
1370
1370
|
}
|
1371
1371
|
},
|
1372
1372
|
"resolutionId": {}
|
@@ -1439,6 +1439,11 @@
|
|
1439
1439
|
"location": "querystring",
|
1440
1440
|
"locationName": "appArn"
|
1441
1441
|
},
|
1442
|
+
"fromLastAssessmentTime": {
|
1443
|
+
"location": "querystring",
|
1444
|
+
"locationName": "fromLastAssessmentTime",
|
1445
|
+
"type": "timestamp"
|
1446
|
+
},
|
1442
1447
|
"maxResults": {
|
1443
1448
|
"location": "querystring",
|
1444
1449
|
"locationName": "maxResults",
|
@@ -1451,6 +1456,16 @@
|
|
1451
1456
|
"nextToken": {
|
1452
1457
|
"location": "querystring",
|
1453
1458
|
"locationName": "nextToken"
|
1459
|
+
},
|
1460
|
+
"reverseOrder": {
|
1461
|
+
"location": "querystring",
|
1462
|
+
"locationName": "reverseOrder",
|
1463
|
+
"type": "boolean"
|
1464
|
+
},
|
1465
|
+
"toLastAssessmentTime": {
|
1466
|
+
"location": "querystring",
|
1467
|
+
"locationName": "toLastAssessmentTime",
|
1468
|
+
"type": "timestamp"
|
1454
1469
|
}
|
1455
1470
|
}
|
1456
1471
|
},
|
@@ -1478,10 +1493,19 @@
|
|
1478
1493
|
},
|
1479
1494
|
"description": {},
|
1480
1495
|
"driftStatus": {},
|
1496
|
+
"lastAppComplianceEvaluationTime": {
|
1497
|
+
"type": "timestamp"
|
1498
|
+
},
|
1481
1499
|
"name": {},
|
1482
1500
|
"resiliencyScore": {
|
1483
1501
|
"type": "double"
|
1484
1502
|
},
|
1503
|
+
"rpoInSecs": {
|
1504
|
+
"type": "integer"
|
1505
|
+
},
|
1506
|
+
"rtoInSecs": {
|
1507
|
+
"type": "integer"
|
1508
|
+
},
|
1485
1509
|
"status": {}
|
1486
1510
|
}
|
1487
1511
|
}
|
@@ -1543,7 +1567,7 @@
|
|
1543
1567
|
"recommendationTemplates": {
|
1544
1568
|
"type": "list",
|
1545
1569
|
"member": {
|
1546
|
-
"shape": "
|
1570
|
+
"shape": "S21"
|
1547
1571
|
}
|
1548
1572
|
}
|
1549
1573
|
}
|
@@ -1581,7 +1605,7 @@
|
|
1581
1605
|
"members": {
|
1582
1606
|
"nextToken": {},
|
1583
1607
|
"resiliencyPolicies": {
|
1584
|
-
"shape": "
|
1608
|
+
"shape": "S5w"
|
1585
1609
|
}
|
1586
1610
|
}
|
1587
1611
|
}
|
@@ -1624,7 +1648,7 @@
|
|
1624
1648
|
"appComponentName": {},
|
1625
1649
|
"description": {},
|
1626
1650
|
"items": {
|
1627
|
-
"shape": "
|
1651
|
+
"shape": "S4d"
|
1628
1652
|
},
|
1629
1653
|
"name": {},
|
1630
1654
|
"prerequisite": {},
|
@@ -1665,7 +1689,7 @@
|
|
1665
1689
|
"members": {
|
1666
1690
|
"nextToken": {},
|
1667
1691
|
"resiliencyPolicies": {
|
1668
|
-
"shape": "
|
1692
|
+
"shape": "S5w"
|
1669
1693
|
}
|
1670
1694
|
}
|
1671
1695
|
}
|
@@ -1738,7 +1762,7 @@
|
|
1738
1762
|
"description": {},
|
1739
1763
|
"intent": {},
|
1740
1764
|
"items": {
|
1741
|
-
"shape": "
|
1765
|
+
"shape": "S4d"
|
1742
1766
|
},
|
1743
1767
|
"name": {},
|
1744
1768
|
"prerequisite": {},
|
@@ -1793,7 +1817,7 @@
|
|
1793
1817
|
],
|
1794
1818
|
"members": {
|
1795
1819
|
"logicalResourceId": {
|
1796
|
-
"shape": "
|
1820
|
+
"shape": "S1o"
|
1797
1821
|
},
|
1798
1822
|
"physicalResourceId": {
|
1799
1823
|
"shape": "S8"
|
@@ -1873,22 +1897,22 @@
|
|
1873
1897
|
"members": {
|
1874
1898
|
"appArn": {},
|
1875
1899
|
"appRegistryAppNames": {
|
1876
|
-
"shape": "
|
1900
|
+
"shape": "S6n"
|
1877
1901
|
},
|
1878
1902
|
"eksSourceNames": {
|
1879
|
-
"shape": "
|
1903
|
+
"shape": "S6o"
|
1880
1904
|
},
|
1881
1905
|
"logicalStackNames": {
|
1882
|
-
"shape": "
|
1906
|
+
"shape": "S6o"
|
1883
1907
|
},
|
1884
1908
|
"resourceGroupNames": {
|
1885
|
-
"shape": "
|
1909
|
+
"shape": "S6n"
|
1886
1910
|
},
|
1887
1911
|
"resourceNames": {
|
1888
|
-
"shape": "
|
1912
|
+
"shape": "S6n"
|
1889
1913
|
},
|
1890
1914
|
"terraformSourceNames": {
|
1891
|
-
"shape": "
|
1915
|
+
"shape": "S6o"
|
1892
1916
|
}
|
1893
1917
|
}
|
1894
1918
|
},
|
@@ -1963,7 +1987,7 @@
|
|
1963
1987
|
],
|
1964
1988
|
"members": {
|
1965
1989
|
"assessment": {
|
1966
|
-
"shape": "
|
1990
|
+
"shape": "S33"
|
1967
1991
|
}
|
1968
1992
|
}
|
1969
1993
|
}
|
@@ -2075,7 +2099,7 @@
|
|
2075
2099
|
],
|
2076
2100
|
"members": {
|
2077
2101
|
"additionalInfo": {
|
2078
|
-
"shape": "
|
2102
|
+
"shape": "S1g"
|
2079
2103
|
},
|
2080
2104
|
"appArn": {}
|
2081
2105
|
}
|
@@ -2088,7 +2112,7 @@
|
|
2088
2112
|
],
|
2089
2113
|
"members": {
|
2090
2114
|
"additionalInfo": {
|
2091
|
-
"shape": "
|
2115
|
+
"shape": "S1g"
|
2092
2116
|
},
|
2093
2117
|
"appArn": {},
|
2094
2118
|
"appVersion": {}
|
@@ -2108,7 +2132,7 @@
|
|
2108
2132
|
],
|
2109
2133
|
"members": {
|
2110
2134
|
"additionalInfo": {
|
2111
|
-
"shape": "
|
2135
|
+
"shape": "S1g"
|
2112
2136
|
},
|
2113
2137
|
"appArn": {},
|
2114
2138
|
"id": {},
|
@@ -2125,7 +2149,7 @@
|
|
2125
2149
|
"members": {
|
2126
2150
|
"appArn": {},
|
2127
2151
|
"appComponent": {
|
2128
|
-
"shape": "
|
2152
|
+
"shape": "S1l"
|
2129
2153
|
},
|
2130
2154
|
"appVersion": {}
|
2131
2155
|
}
|
@@ -2143,11 +2167,11 @@
|
|
2143
2167
|
],
|
2144
2168
|
"members": {
|
2145
2169
|
"additionalInfo": {
|
2146
|
-
"shape": "
|
2170
|
+
"shape": "S1g"
|
2147
2171
|
},
|
2148
2172
|
"appArn": {},
|
2149
2173
|
"appComponents": {
|
2150
|
-
"shape": "
|
2174
|
+
"shape": "S1n"
|
2151
2175
|
},
|
2152
2176
|
"awsAccountId": {},
|
2153
2177
|
"awsRegion": {},
|
@@ -2155,7 +2179,7 @@
|
|
2155
2179
|
"type": "boolean"
|
2156
2180
|
},
|
2157
2181
|
"logicalResourceId": {
|
2158
|
-
"shape": "
|
2182
|
+
"shape": "S1o"
|
2159
2183
|
},
|
2160
2184
|
"physicalResourceId": {},
|
2161
2185
|
"resourceName": {},
|
@@ -2172,7 +2196,7 @@
|
|
2172
2196
|
"appArn": {},
|
2173
2197
|
"appVersion": {},
|
2174
2198
|
"physicalResource": {
|
2175
|
-
"shape": "
|
2199
|
+
"shape": "S1r"
|
2176
2200
|
}
|
2177
2201
|
}
|
2178
2202
|
}
|
@@ -2190,7 +2214,7 @@
|
|
2190
2214
|
"members": {
|
2191
2215
|
"dataLocationConstraint": {},
|
2192
2216
|
"policy": {
|
2193
|
-
"shape": "
|
2217
|
+
"shape": "S26"
|
2194
2218
|
},
|
2195
2219
|
"policyArn": {},
|
2196
2220
|
"policyDescription": {},
|
@@ -2205,7 +2229,7 @@
|
|
2205
2229
|
],
|
2206
2230
|
"members": {
|
2207
2231
|
"policy": {
|
2208
|
-
"shape": "
|
2232
|
+
"shape": "S2c"
|
2209
2233
|
}
|
2210
2234
|
}
|
2211
2235
|
}
|
@@ -2326,13 +2350,19 @@
|
|
2326
2350
|
"resiliencyScore": {
|
2327
2351
|
"type": "double"
|
2328
2352
|
},
|
2353
|
+
"rpoInSecs": {
|
2354
|
+
"type": "integer"
|
2355
|
+
},
|
2356
|
+
"rtoInSecs": {
|
2357
|
+
"type": "integer"
|
2358
|
+
},
|
2329
2359
|
"status": {},
|
2330
2360
|
"tags": {
|
2331
2361
|
"shape": "S14"
|
2332
2362
|
}
|
2333
2363
|
}
|
2334
2364
|
},
|
2335
|
-
"
|
2365
|
+
"S1g": {
|
2336
2366
|
"type": "map",
|
2337
2367
|
"key": {},
|
2338
2368
|
"value": {
|
@@ -2340,7 +2370,7 @@
|
|
2340
2370
|
"member": {}
|
2341
2371
|
}
|
2342
2372
|
},
|
2343
|
-
"
|
2373
|
+
"S1l": {
|
2344
2374
|
"type": "structure",
|
2345
2375
|
"required": [
|
2346
2376
|
"name",
|
@@ -2348,18 +2378,18 @@
|
|
2348
2378
|
],
|
2349
2379
|
"members": {
|
2350
2380
|
"additionalInfo": {
|
2351
|
-
"shape": "
|
2381
|
+
"shape": "S1g"
|
2352
2382
|
},
|
2353
2383
|
"id": {},
|
2354
2384
|
"name": {},
|
2355
2385
|
"type": {}
|
2356
2386
|
}
|
2357
2387
|
},
|
2358
|
-
"
|
2388
|
+
"S1n": {
|
2359
2389
|
"type": "list",
|
2360
2390
|
"member": {}
|
2361
2391
|
},
|
2362
|
-
"
|
2392
|
+
"S1o": {
|
2363
2393
|
"type": "structure",
|
2364
2394
|
"required": [
|
2365
2395
|
"identifier"
|
@@ -2372,7 +2402,7 @@
|
|
2372
2402
|
"terraformSourceName": {}
|
2373
2403
|
}
|
2374
2404
|
},
|
2375
|
-
"
|
2405
|
+
"S1r": {
|
2376
2406
|
"type": "structure",
|
2377
2407
|
"required": [
|
2378
2408
|
"logicalResourceId",
|
@@ -2381,16 +2411,16 @@
|
|
2381
2411
|
],
|
2382
2412
|
"members": {
|
2383
2413
|
"additionalInfo": {
|
2384
|
-
"shape": "
|
2414
|
+
"shape": "S1g"
|
2385
2415
|
},
|
2386
2416
|
"appComponents": {
|
2387
|
-
"shape": "
|
2417
|
+
"shape": "S1s"
|
2388
2418
|
},
|
2389
2419
|
"excluded": {
|
2390
2420
|
"type": "boolean"
|
2391
2421
|
},
|
2392
2422
|
"logicalResourceId": {
|
2393
|
-
"shape": "
|
2423
|
+
"shape": "S1o"
|
2394
2424
|
},
|
2395
2425
|
"parentResourceName": {},
|
2396
2426
|
"physicalResourceId": {
|
@@ -2401,21 +2431,21 @@
|
|
2401
2431
|
"sourceType": {}
|
2402
2432
|
}
|
2403
2433
|
},
|
2404
|
-
"
|
2434
|
+
"S1s": {
|
2405
2435
|
"type": "list",
|
2406
2436
|
"member": {
|
2407
|
-
"shape": "
|
2437
|
+
"shape": "S1l"
|
2408
2438
|
}
|
2409
2439
|
},
|
2410
|
-
"
|
2440
|
+
"S1w": {
|
2411
2441
|
"type": "list",
|
2412
2442
|
"member": {}
|
2413
2443
|
},
|
2414
|
-
"
|
2444
|
+
"S1y": {
|
2415
2445
|
"type": "list",
|
2416
2446
|
"member": {}
|
2417
2447
|
},
|
2418
|
-
"
|
2448
|
+
"S21": {
|
2419
2449
|
"type": "structure",
|
2420
2450
|
"required": [
|
2421
2451
|
"assessmentArn",
|
@@ -2438,11 +2468,11 @@
|
|
2438
2468
|
"type": "boolean"
|
2439
2469
|
},
|
2440
2470
|
"recommendationIds": {
|
2441
|
-
"shape": "
|
2471
|
+
"shape": "S1w"
|
2442
2472
|
},
|
2443
2473
|
"recommendationTemplateArn": {},
|
2444
2474
|
"recommendationTypes": {
|
2445
|
-
"shape": "
|
2475
|
+
"shape": "S1y"
|
2446
2476
|
},
|
2447
2477
|
"startTime": {
|
2448
2478
|
"type": "timestamp"
|
@@ -2460,7 +2490,7 @@
|
|
2460
2490
|
}
|
2461
2491
|
}
|
2462
2492
|
},
|
2463
|
-
"
|
2493
|
+
"S26": {
|
2464
2494
|
"type": "map",
|
2465
2495
|
"key": {},
|
2466
2496
|
"value": {
|
@@ -2479,7 +2509,7 @@
|
|
2479
2509
|
}
|
2480
2510
|
}
|
2481
2511
|
},
|
2482
|
-
"
|
2512
|
+
"S2c": {
|
2483
2513
|
"type": "structure",
|
2484
2514
|
"members": {
|
2485
2515
|
"creationTime": {
|
@@ -2488,7 +2518,7 @@
|
|
2488
2518
|
"dataLocationConstraint": {},
|
2489
2519
|
"estimatedCostTier": {},
|
2490
2520
|
"policy": {
|
2491
|
-
"shape": "
|
2521
|
+
"shape": "S26"
|
2492
2522
|
},
|
2493
2523
|
"policyArn": {},
|
2494
2524
|
"policyDescription": {},
|
@@ -2499,7 +2529,7 @@
|
|
2499
2529
|
"tier": {}
|
2500
2530
|
}
|
2501
2531
|
},
|
2502
|
-
"
|
2532
|
+
"S2k": {
|
2503
2533
|
"type": "structure",
|
2504
2534
|
"required": [
|
2505
2535
|
"eksClusterArn",
|
@@ -2510,7 +2540,7 @@
|
|
2510
2540
|
"namespace": {}
|
2511
2541
|
}
|
2512
2542
|
},
|
2513
|
-
"
|
2543
|
+
"S2m": {
|
2514
2544
|
"type": "structure",
|
2515
2545
|
"required": [
|
2516
2546
|
"s3StateFileUrl"
|
@@ -2519,14 +2549,14 @@
|
|
2519
2549
|
"s3StateFileUrl": {}
|
2520
2550
|
}
|
2521
2551
|
},
|
2522
|
-
"
|
2552
|
+
"S2p": {
|
2523
2553
|
"type": "structure",
|
2524
2554
|
"required": [
|
2525
2555
|
"importType"
|
2526
2556
|
],
|
2527
2557
|
"members": {
|
2528
2558
|
"eksSourceClusterNamespace": {
|
2529
|
-
"shape": "
|
2559
|
+
"shape": "S2k"
|
2530
2560
|
},
|
2531
2561
|
"importType": {},
|
2532
2562
|
"resourceCount": {
|
@@ -2535,11 +2565,11 @@
|
|
2535
2565
|
"sourceArn": {},
|
2536
2566
|
"sourceName": {},
|
2537
2567
|
"terraformSource": {
|
2538
|
-
"shape": "
|
2568
|
+
"shape": "S2m"
|
2539
2569
|
}
|
2540
2570
|
}
|
2541
2571
|
},
|
2542
|
-
"
|
2572
|
+
"S33": {
|
2543
2573
|
"type": "structure",
|
2544
2574
|
"required": [
|
2545
2575
|
"assessmentArn",
|
@@ -2553,11 +2583,11 @@
|
|
2553
2583
|
"assessmentName": {},
|
2554
2584
|
"assessmentStatus": {},
|
2555
2585
|
"compliance": {
|
2556
|
-
"shape": "
|
2586
|
+
"shape": "S34"
|
2557
2587
|
},
|
2558
2588
|
"complianceStatus": {},
|
2559
2589
|
"cost": {
|
2560
|
-
"shape": "
|
2590
|
+
"shape": "S37"
|
2561
2591
|
},
|
2562
2592
|
"driftStatus": {},
|
2563
2593
|
"endTime": {
|
@@ -2566,10 +2596,10 @@
|
|
2566
2596
|
"invoker": {},
|
2567
2597
|
"message": {},
|
2568
2598
|
"policy": {
|
2569
|
-
"shape": "
|
2599
|
+
"shape": "S2c"
|
2570
2600
|
},
|
2571
2601
|
"resiliencyScore": {
|
2572
|
-
"shape": "
|
2602
|
+
"shape": "S3c"
|
2573
2603
|
},
|
2574
2604
|
"resourceErrorsDetails": {
|
2575
2605
|
"type": "structure",
|
@@ -2599,7 +2629,7 @@
|
|
2599
2629
|
"versionName": {}
|
2600
2630
|
}
|
2601
2631
|
},
|
2602
|
-
"
|
2632
|
+
"S34": {
|
2603
2633
|
"type": "map",
|
2604
2634
|
"key": {},
|
2605
2635
|
"value": {
|
@@ -2629,7 +2659,7 @@
|
|
2629
2659
|
}
|
2630
2660
|
}
|
2631
2661
|
},
|
2632
|
-
"
|
2662
|
+
"S37": {
|
2633
2663
|
"type": "structure",
|
2634
2664
|
"required": [
|
2635
2665
|
"amount",
|
@@ -2644,7 +2674,7 @@
|
|
2644
2674
|
"frequency": {}
|
2645
2675
|
}
|
2646
2676
|
},
|
2647
|
-
"
|
2677
|
+
"S3c": {
|
2648
2678
|
"type": "structure",
|
2649
2679
|
"required": [
|
2650
2680
|
"disruptionScore",
|
@@ -2663,7 +2693,7 @@
|
|
2663
2693
|
}
|
2664
2694
|
}
|
2665
2695
|
},
|
2666
|
-
"
|
2696
|
+
"S3z": {
|
2667
2697
|
"type": "list",
|
2668
2698
|
"member": {
|
2669
2699
|
"type": "structure",
|
@@ -2680,17 +2710,17 @@
|
|
2680
2710
|
}
|
2681
2711
|
}
|
2682
2712
|
},
|
2683
|
-
"
|
2713
|
+
"S43": {
|
2684
2714
|
"type": "list",
|
2685
2715
|
"member": {}
|
2686
2716
|
},
|
2687
|
-
"
|
2717
|
+
"S44": {
|
2688
2718
|
"type": "list",
|
2689
2719
|
"member": {
|
2690
|
-
"shape": "
|
2720
|
+
"shape": "S2m"
|
2691
2721
|
}
|
2692
2722
|
},
|
2693
|
-
"
|
2723
|
+
"S4d": {
|
2694
2724
|
"type": "list",
|
2695
2725
|
"member": {
|
2696
2726
|
"type": "structure",
|
@@ -2708,17 +2738,17 @@
|
|
2708
2738
|
}
|
2709
2739
|
}
|
2710
2740
|
},
|
2711
|
-
"
|
2741
|
+
"S5w": {
|
2712
2742
|
"type": "list",
|
2713
2743
|
"member": {
|
2714
|
-
"shape": "
|
2744
|
+
"shape": "S2c"
|
2715
2745
|
}
|
2716
2746
|
},
|
2717
|
-
"
|
2747
|
+
"S6n": {
|
2718
2748
|
"type": "list",
|
2719
2749
|
"member": {}
|
2720
2750
|
},
|
2721
|
-
"
|
2751
|
+
"S6o": {
|
2722
2752
|
"type": "list",
|
2723
2753
|
"member": {}
|
2724
2754
|
}
|