cdk-lambda-subminute 2.0.299 → 2.0.301

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 (74) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +36 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +3 -0
  6. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +117 -94
  7. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +37 -31
  8. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +369 -20
  9. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +12 -0
  10. package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +108 -15
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +434 -269
  12. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +15 -5
  13. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +93 -31
  14. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +3 -0
  15. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +259 -101
  16. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
  17. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +724 -151
  18. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.paginators.json +18 -0
  19. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +60 -50
  20. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +578 -33
  21. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
  22. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +32 -26
  23. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -51
  24. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +52 -12
  25. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +31 -26
  26. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1426 -59
  27. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +54 -0
  28. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +909 -335
  29. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +6 -0
  30. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +6 -2
  31. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +562 -53
  32. package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +4 -0
  33. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +977 -974
  34. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +161 -146
  35. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +201 -52
  36. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.paginators.json +6 -0
  37. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +1119 -79
  38. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +52 -0
  39. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +121 -105
  40. package/node_modules/aws-sdk/clients/autoscaling.d.ts +33 -4
  41. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +29 -4
  42. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +386 -5
  43. package/node_modules/aws-sdk/clients/dlm.d.ts +151 -23
  44. package/node_modules/aws-sdk/clients/ec2.d.ts +198 -2
  45. package/node_modules/aws-sdk/clients/fsx.d.ts +7 -3
  46. package/node_modules/aws-sdk/clients/glue.d.ts +228 -0
  47. package/node_modules/aws-sdk/clients/imagebuilder.d.ts +776 -60
  48. package/node_modules/aws-sdk/clients/iot.d.ts +23 -6
  49. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +593 -6
  50. package/node_modules/aws-sdk/clients/kafka.d.ts +13 -0
  51. package/node_modules/aws-sdk/clients/lambda.d.ts +40 -6
  52. package/node_modules/aws-sdk/clients/macie2.d.ts +54 -16
  53. package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -2
  54. package/node_modules/aws-sdk/clients/mwaa.d.ts +28 -5
  55. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +1860 -96
  56. package/node_modules/aws-sdk/clients/polly.d.ts +9 -9
  57. package/node_modules/aws-sdk/clients/quicksight.d.ts +537 -20
  58. package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
  59. package/node_modules/aws-sdk/clients/redshift.d.ts +6 -2
  60. package/node_modules/aws-sdk/clients/s3control.d.ts +359 -7
  61. package/node_modules/aws-sdk/clients/sagemaker.d.ts +12 -2
  62. package/node_modules/aws-sdk/clients/ssm.d.ts +38 -8
  63. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +191 -40
  64. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +1517 -128
  65. package/node_modules/aws-sdk/clients/transfer.d.ts +25 -1
  66. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  67. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +36 -36
  68. package/node_modules/aws-sdk/dist/aws-sdk.js +888 -647
  69. package/node_modules/aws-sdk/dist/aws-sdk.min.js +100 -100
  70. package/node_modules/aws-sdk/lib/core.js +1 -1
  71. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  72. package/node_modules/aws-sdk/lib/dynamodb/document_client.js +1 -1
  73. package/node_modules/aws-sdk/package.json +1 -1
  74. package/package.json +5 -5
@@ -288,6 +288,9 @@
288
288
  },
289
289
  "TrafficSources": {
290
290
  "shape": "Sd"
291
+ },
292
+ "InstanceMaintenancePolicy": {
293
+ "shape": "S2y"
291
294
  }
292
295
  }
293
296
  }
@@ -303,11 +306,11 @@
303
306
  "ImageId": {},
304
307
  "KeyName": {},
305
308
  "SecurityGroups": {
306
- "shape": "S2z"
309
+ "shape": "S32"
307
310
  },
308
311
  "ClassicLinkVPCId": {},
309
312
  "ClassicLinkVPCSecurityGroups": {
310
- "shape": "S30"
313
+ "shape": "S33"
311
314
  },
312
315
  "UserData": {},
313
316
  "InstanceId": {},
@@ -315,10 +318,10 @@
315
318
  "KernelId": {},
316
319
  "RamdiskId": {},
317
320
  "BlockDeviceMappings": {
318
- "shape": "S32"
321
+ "shape": "S35"
319
322
  },
320
323
  "InstanceMonitoring": {
321
- "shape": "S3c"
324
+ "shape": "S3f"
322
325
  },
323
326
  "SpotPrice": {},
324
327
  "IamInstanceProfile": {},
@@ -330,7 +333,7 @@
330
333
  },
331
334
  "PlacementTenancy": {},
332
335
  "MetadataOptions": {
333
- "shape": "S3h"
336
+ "shape": "S3k"
334
337
  }
335
338
  }
336
339
  }
@@ -503,14 +506,14 @@
503
506
  "type": "structure",
504
507
  "members": {
505
508
  "AutoScalingGroupNames": {
506
- "shape": "S46"
509
+ "shape": "S49"
507
510
  },
508
511
  "NextToken": {},
509
512
  "MaxRecords": {
510
513
  "type": "integer"
511
514
  },
512
515
  "Filters": {
513
- "shape": "S48"
516
+ "shape": "S4b"
514
517
  }
515
518
  }
516
519
  },
@@ -574,7 +577,7 @@
574
577
  "type": "integer"
575
578
  },
576
579
  "Instances": {
577
- "shape": "S4f"
580
+ "shape": "S4i"
578
581
  },
579
582
  "CreatedTime": {
580
583
  "type": "timestamp"
@@ -603,7 +606,7 @@
603
606
  },
604
607
  "Status": {},
605
608
  "Tags": {
606
- "shape": "S4m"
609
+ "shape": "S4p"
607
610
  },
608
611
  "TerminationPolicies": {
609
612
  "shape": "S2g"
@@ -619,7 +622,7 @@
619
622
  "type": "boolean"
620
623
  },
621
624
  "WarmPoolConfiguration": {
622
- "shape": "S4o"
625
+ "shape": "S4r"
623
626
  },
624
627
  "WarmPoolSize": {
625
628
  "type": "integer"
@@ -631,6 +634,9 @@
631
634
  },
632
635
  "TrafficSources": {
633
636
  "shape": "Sd"
637
+ },
638
+ "InstanceMaintenancePolicy": {
639
+ "shape": "S2y"
634
640
  }
635
641
  }
636
642
  }
@@ -696,7 +702,7 @@
696
702
  "type": "structure",
697
703
  "members": {
698
704
  "AutoScalingNotificationTypes": {
699
- "shape": "S51"
705
+ "shape": "S54"
700
706
  }
701
707
  }
702
708
  }
@@ -745,13 +751,13 @@
745
751
  "type": "integer"
746
752
  },
747
753
  "ProgressDetails": {
748
- "shape": "S5b"
754
+ "shape": "S5e"
749
755
  },
750
756
  "Preferences": {
751
- "shape": "S5e"
757
+ "shape": "S5h"
752
758
  },
753
759
  "DesiredConfiguration": {
754
- "shape": "S5p"
760
+ "shape": "S5t"
755
761
  },
756
762
  "RollbackDetails": {
757
763
  "type": "structure",
@@ -767,7 +773,7 @@
767
773
  "type": "integer"
768
774
  },
769
775
  "ProgressDetailsOnRollback": {
770
- "shape": "S5b"
776
+ "shape": "S5e"
771
777
  }
772
778
  }
773
779
  }
@@ -815,21 +821,21 @@
815
821
  "ImageId": {},
816
822
  "KeyName": {},
817
823
  "SecurityGroups": {
818
- "shape": "S2z"
824
+ "shape": "S32"
819
825
  },
820
826
  "ClassicLinkVPCId": {},
821
827
  "ClassicLinkVPCSecurityGroups": {
822
- "shape": "S30"
828
+ "shape": "S33"
823
829
  },
824
830
  "UserData": {},
825
831
  "InstanceType": {},
826
832
  "KernelId": {},
827
833
  "RamdiskId": {},
828
834
  "BlockDeviceMappings": {
829
- "shape": "S32"
835
+ "shape": "S35"
830
836
  },
831
837
  "InstanceMonitoring": {
832
- "shape": "S3c"
838
+ "shape": "S3f"
833
839
  },
834
840
  "SpotPrice": {},
835
841
  "IamInstanceProfile": {},
@@ -844,7 +850,7 @@
844
850
  },
845
851
  "PlacementTenancy": {},
846
852
  "MetadataOptions": {
847
- "shape": "S3h"
853
+ "shape": "S3k"
848
854
  }
849
855
  }
850
856
  }
@@ -859,7 +865,7 @@
859
865
  "type": "structure",
860
866
  "members": {
861
867
  "LifecycleHookTypes": {
862
- "shape": "S51"
868
+ "shape": "S54"
863
869
  }
864
870
  }
865
871
  }
@@ -1001,7 +1007,7 @@
1001
1007
  "type": "structure",
1002
1008
  "members": {
1003
1009
  "AutoScalingGroupNames": {
1004
- "shape": "S46"
1010
+ "shape": "S49"
1005
1011
  },
1006
1012
  "NextToken": {},
1007
1013
  "MaxRecords": {
@@ -1065,7 +1071,7 @@
1065
1071
  "PolicyType": {},
1066
1072
  "AdjustmentType": {},
1067
1073
  "MinAdjustmentStep": {
1068
- "shape": "S6q"
1074
+ "shape": "S6u"
1069
1075
  },
1070
1076
  "MinAdjustmentMagnitude": {
1071
1077
  "type": "integer"
@@ -1077,23 +1083,23 @@
1077
1083
  "type": "integer"
1078
1084
  },
1079
1085
  "StepAdjustments": {
1080
- "shape": "S6t"
1086
+ "shape": "S6x"
1081
1087
  },
1082
1088
  "MetricAggregationType": {},
1083
1089
  "EstimatedInstanceWarmup": {
1084
1090
  "type": "integer"
1085
1091
  },
1086
1092
  "Alarms": {
1087
- "shape": "S6x"
1093
+ "shape": "S71"
1088
1094
  },
1089
1095
  "TargetTrackingConfiguration": {
1090
- "shape": "S6z"
1096
+ "shape": "S73"
1091
1097
  },
1092
1098
  "Enabled": {
1093
1099
  "type": "boolean"
1094
1100
  },
1095
1101
  "PredictiveScalingConfiguration": {
1096
- "shape": "S7k"
1102
+ "shape": "S7o"
1097
1103
  }
1098
1104
  }
1099
1105
  }
@@ -1128,7 +1134,7 @@
1128
1134
  ],
1129
1135
  "members": {
1130
1136
  "Activities": {
1131
- "shape": "S87"
1137
+ "shape": "S8b"
1132
1138
  },
1133
1139
  "NextToken": {}
1134
1140
  }
@@ -1218,7 +1224,7 @@
1218
1224
  "type": "structure",
1219
1225
  "members": {
1220
1226
  "Filters": {
1221
- "shape": "S48"
1227
+ "shape": "S4b"
1222
1228
  },
1223
1229
  "NextToken": {},
1224
1230
  "MaxRecords": {
@@ -1231,7 +1237,7 @@
1231
1237
  "type": "structure",
1232
1238
  "members": {
1233
1239
  "Tags": {
1234
- "shape": "S4m"
1240
+ "shape": "S4p"
1235
1241
  },
1236
1242
  "NextToken": {}
1237
1243
  }
@@ -1305,10 +1311,10 @@
1305
1311
  "type": "structure",
1306
1312
  "members": {
1307
1313
  "WarmPoolConfiguration": {
1308
- "shape": "S4o"
1314
+ "shape": "S4r"
1309
1315
  },
1310
1316
  "Instances": {
1311
- "shape": "S4f"
1317
+ "shape": "S4i"
1312
1318
  },
1313
1319
  "NextToken": {}
1314
1320
  }
@@ -1336,7 +1342,7 @@
1336
1342
  "type": "structure",
1337
1343
  "members": {
1338
1344
  "Activities": {
1339
- "shape": "S87"
1345
+ "shape": "S8b"
1340
1346
  }
1341
1347
  }
1342
1348
  }
@@ -1410,7 +1416,7 @@
1410
1416
  "members": {
1411
1417
  "AutoScalingGroupName": {},
1412
1418
  "Metrics": {
1413
- "shape": "S92"
1419
+ "shape": "S96"
1414
1420
  }
1415
1421
  }
1416
1422
  }
@@ -1425,7 +1431,7 @@
1425
1431
  "members": {
1426
1432
  "AutoScalingGroupName": {},
1427
1433
  "Metrics": {
1428
- "shape": "S92"
1434
+ "shape": "S96"
1429
1435
  },
1430
1436
  "Granularity": {}
1431
1437
  }
@@ -1453,7 +1459,7 @@
1453
1459
  "type": "structure",
1454
1460
  "members": {
1455
1461
  "Activities": {
1456
- "shape": "S87"
1462
+ "shape": "S8b"
1457
1463
  }
1458
1464
  }
1459
1465
  }
@@ -1497,7 +1503,7 @@
1497
1503
  "type": "structure",
1498
1504
  "members": {
1499
1505
  "Activities": {
1500
- "shape": "S87"
1506
+ "shape": "S8b"
1501
1507
  }
1502
1508
  }
1503
1509
  }
@@ -1542,13 +1548,13 @@
1542
1548
  ],
1543
1549
  "members": {
1544
1550
  "Timestamps": {
1545
- "shape": "S9e"
1551
+ "shape": "S9i"
1546
1552
  },
1547
1553
  "Values": {
1548
- "shape": "S9f"
1554
+ "shape": "S9j"
1549
1555
  },
1550
1556
  "MetricSpecification": {
1551
- "shape": "S7m"
1557
+ "shape": "S7q"
1552
1558
  }
1553
1559
  }
1554
1560
  }
@@ -1561,10 +1567,10 @@
1561
1567
  ],
1562
1568
  "members": {
1563
1569
  "Timestamps": {
1564
- "shape": "S9e"
1570
+ "shape": "S9i"
1565
1571
  },
1566
1572
  "Values": {
1567
- "shape": "S9f"
1573
+ "shape": "S9j"
1568
1574
  }
1569
1575
  }
1570
1576
  },
@@ -1612,7 +1618,7 @@
1612
1618
  "AutoScalingGroupName": {},
1613
1619
  "TopicARN": {},
1614
1620
  "NotificationTypes": {
1615
- "shape": "S51"
1621
+ "shape": "S54"
1616
1622
  }
1617
1623
  }
1618
1624
  }
@@ -1630,7 +1636,7 @@
1630
1636
  "PolicyType": {},
1631
1637
  "AdjustmentType": {},
1632
1638
  "MinAdjustmentStep": {
1633
- "shape": "S6q"
1639
+ "shape": "S6u"
1634
1640
  },
1635
1641
  "MinAdjustmentMagnitude": {
1636
1642
  "type": "integer"
@@ -1643,19 +1649,19 @@
1643
1649
  },
1644
1650
  "MetricAggregationType": {},
1645
1651
  "StepAdjustments": {
1646
- "shape": "S6t"
1652
+ "shape": "S6x"
1647
1653
  },
1648
1654
  "EstimatedInstanceWarmup": {
1649
1655
  "type": "integer"
1650
1656
  },
1651
1657
  "TargetTrackingConfiguration": {
1652
- "shape": "S6z"
1658
+ "shape": "S73"
1653
1659
  },
1654
1660
  "Enabled": {
1655
1661
  "type": "boolean"
1656
1662
  },
1657
1663
  "PredictiveScalingConfiguration": {
1658
- "shape": "S7k"
1664
+ "shape": "S7o"
1659
1665
  }
1660
1666
  }
1661
1667
  },
@@ -1665,7 +1671,7 @@
1665
1671
  "members": {
1666
1672
  "PolicyARN": {},
1667
1673
  "Alarms": {
1668
- "shape": "S6x"
1674
+ "shape": "S71"
1669
1675
  }
1670
1676
  }
1671
1677
  }
@@ -1719,7 +1725,7 @@
1719
1725
  },
1720
1726
  "PoolState": {},
1721
1727
  "InstanceReusePolicy": {
1722
- "shape": "S4t"
1728
+ "shape": "S4w"
1723
1729
  }
1724
1730
  }
1725
1731
  },
@@ -1751,7 +1757,7 @@
1751
1757
  },
1752
1758
  "ResumeProcesses": {
1753
1759
  "input": {
1754
- "shape": "S9r"
1760
+ "shape": "S9v"
1755
1761
  }
1756
1762
  },
1757
1763
  "RollbackInstanceRefresh": {
@@ -1840,10 +1846,10 @@
1840
1846
  "AutoScalingGroupName": {},
1841
1847
  "Strategy": {},
1842
1848
  "DesiredConfiguration": {
1843
- "shape": "S5p"
1849
+ "shape": "S5t"
1844
1850
  },
1845
1851
  "Preferences": {
1846
- "shape": "S5e"
1852
+ "shape": "S5h"
1847
1853
  }
1848
1854
  }
1849
1855
  },
@@ -1857,7 +1863,7 @@
1857
1863
  },
1858
1864
  "SuspendProcesses": {
1859
1865
  "input": {
1860
- "shape": "S9r"
1866
+ "shape": "S9v"
1861
1867
  }
1862
1868
  },
1863
1869
  "TerminateInstanceInAutoScalingGroup": {
@@ -1879,7 +1885,7 @@
1879
1885
  "type": "structure",
1880
1886
  "members": {
1881
1887
  "Activity": {
1882
- "shape": "S88"
1888
+ "shape": "S8c"
1883
1889
  }
1884
1890
  }
1885
1891
  }
@@ -1937,6 +1943,9 @@
1937
1943
  "DesiredCapacityType": {},
1938
1944
  "DefaultInstanceWarmup": {
1939
1945
  "type": "integer"
1946
+ },
1947
+ "InstanceMaintenancePolicy": {
1948
+ "shape": "S2y"
1940
1949
  }
1941
1950
  }
1942
1951
  }
@@ -2221,15 +2230,26 @@
2221
2230
  }
2222
2231
  }
2223
2232
  },
2224
- "S2z": {
2233
+ "S2y": {
2234
+ "type": "structure",
2235
+ "members": {
2236
+ "MinHealthyPercentage": {
2237
+ "type": "integer"
2238
+ },
2239
+ "MaxHealthyPercentage": {
2240
+ "type": "integer"
2241
+ }
2242
+ }
2243
+ },
2244
+ "S32": {
2225
2245
  "type": "list",
2226
2246
  "member": {}
2227
2247
  },
2228
- "S30": {
2248
+ "S33": {
2229
2249
  "type": "list",
2230
2250
  "member": {}
2231
2251
  },
2232
- "S32": {
2252
+ "S35": {
2233
2253
  "type": "list",
2234
2254
  "member": {
2235
2255
  "type": "structure",
@@ -2267,7 +2287,7 @@
2267
2287
  }
2268
2288
  }
2269
2289
  },
2270
- "S3c": {
2290
+ "S3f": {
2271
2291
  "type": "structure",
2272
2292
  "members": {
2273
2293
  "Enabled": {
@@ -2275,7 +2295,7 @@
2275
2295
  }
2276
2296
  }
2277
2297
  },
2278
- "S3h": {
2298
+ "S3k": {
2279
2299
  "type": "structure",
2280
2300
  "members": {
2281
2301
  "HttpTokens": {},
@@ -2285,11 +2305,11 @@
2285
2305
  "HttpEndpoint": {}
2286
2306
  }
2287
2307
  },
2288
- "S46": {
2308
+ "S49": {
2289
2309
  "type": "list",
2290
2310
  "member": {}
2291
2311
  },
2292
- "S48": {
2312
+ "S4b": {
2293
2313
  "type": "list",
2294
2314
  "member": {
2295
2315
  "type": "structure",
@@ -2302,7 +2322,7 @@
2302
2322
  }
2303
2323
  }
2304
2324
  },
2305
- "S4f": {
2325
+ "S4i": {
2306
2326
  "type": "list",
2307
2327
  "member": {
2308
2328
  "type": "structure",
@@ -2330,7 +2350,7 @@
2330
2350
  }
2331
2351
  }
2332
2352
  },
2333
- "S4m": {
2353
+ "S4p": {
2334
2354
  "type": "list",
2335
2355
  "member": {
2336
2356
  "type": "structure",
@@ -2345,7 +2365,7 @@
2345
2365
  }
2346
2366
  }
2347
2367
  },
2348
- "S4o": {
2368
+ "S4r": {
2349
2369
  "type": "structure",
2350
2370
  "members": {
2351
2371
  "MaxGroupPreparedCapacity": {
@@ -2357,11 +2377,11 @@
2357
2377
  "PoolState": {},
2358
2378
  "Status": {},
2359
2379
  "InstanceReusePolicy": {
2360
- "shape": "S4t"
2380
+ "shape": "S4w"
2361
2381
  }
2362
2382
  }
2363
2383
  },
2364
- "S4t": {
2384
+ "S4w": {
2365
2385
  "type": "structure",
2366
2386
  "members": {
2367
2387
  "ReuseOnScaleIn": {
@@ -2369,11 +2389,11 @@
2369
2389
  }
2370
2390
  }
2371
2391
  },
2372
- "S51": {
2392
+ "S54": {
2373
2393
  "type": "list",
2374
2394
  "member": {}
2375
2395
  },
2376
- "S5b": {
2396
+ "S5e": {
2377
2397
  "type": "structure",
2378
2398
  "members": {
2379
2399
  "LivePoolProgress": {
@@ -2400,7 +2420,7 @@
2400
2420
  }
2401
2421
  }
2402
2422
  },
2403
- "S5e": {
2423
+ "S5h": {
2404
2424
  "type": "structure",
2405
2425
  "members": {
2406
2426
  "MinHealthyPercentage": {
@@ -2434,10 +2454,13 @@
2434
2454
  "member": {}
2435
2455
  }
2436
2456
  }
2457
+ },
2458
+ "MaxHealthyPercentage": {
2459
+ "type": "integer"
2437
2460
  }
2438
2461
  }
2439
2462
  },
2440
- "S5p": {
2463
+ "S5t": {
2441
2464
  "type": "structure",
2442
2465
  "members": {
2443
2466
  "LaunchTemplate": {
@@ -2448,11 +2471,11 @@
2448
2471
  }
2449
2472
  }
2450
2473
  },
2451
- "S6q": {
2474
+ "S6u": {
2452
2475
  "type": "integer",
2453
2476
  "deprecated": true
2454
2477
  },
2455
- "S6t": {
2478
+ "S6x": {
2456
2479
  "type": "list",
2457
2480
  "member": {
2458
2481
  "type": "structure",
@@ -2472,7 +2495,7 @@
2472
2495
  }
2473
2496
  }
2474
2497
  },
2475
- "S6x": {
2498
+ "S71": {
2476
2499
  "type": "list",
2477
2500
  "member": {
2478
2501
  "type": "structure",
@@ -2482,7 +2505,7 @@
2482
2505
  }
2483
2506
  }
2484
2507
  },
2485
- "S6z": {
2508
+ "S73": {
2486
2509
  "type": "structure",
2487
2510
  "required": [
2488
2511
  "TargetValue"
@@ -2504,7 +2527,7 @@
2504
2527
  "MetricName": {},
2505
2528
  "Namespace": {},
2506
2529
  "Dimensions": {
2507
- "shape": "S75"
2530
+ "shape": "S79"
2508
2531
  },
2509
2532
  "Statistic": {},
2510
2533
  "Unit": {},
@@ -2526,7 +2549,7 @@
2526
2549
  ],
2527
2550
  "members": {
2528
2551
  "Metric": {
2529
- "shape": "S7e"
2552
+ "shape": "S7i"
2530
2553
  },
2531
2554
  "Stat": {},
2532
2555
  "Unit": {}
@@ -2549,7 +2572,7 @@
2549
2572
  }
2550
2573
  }
2551
2574
  },
2552
- "S75": {
2575
+ "S79": {
2553
2576
  "type": "list",
2554
2577
  "member": {
2555
2578
  "type": "structure",
@@ -2563,7 +2586,7 @@
2563
2586
  }
2564
2587
  }
2565
2588
  },
2566
- "S7e": {
2589
+ "S7i": {
2567
2590
  "type": "structure",
2568
2591
  "required": [
2569
2592
  "Namespace",
@@ -2573,11 +2596,11 @@
2573
2596
  "Namespace": {},
2574
2597
  "MetricName": {},
2575
2598
  "Dimensions": {
2576
- "shape": "S75"
2599
+ "shape": "S79"
2577
2600
  }
2578
2601
  }
2579
2602
  },
2580
- "S7k": {
2603
+ "S7o": {
2581
2604
  "type": "structure",
2582
2605
  "required": [
2583
2606
  "MetricSpecifications"
@@ -2586,7 +2609,7 @@
2586
2609
  "MetricSpecifications": {
2587
2610
  "type": "list",
2588
2611
  "member": {
2589
- "shape": "S7m"
2612
+ "shape": "S7q"
2590
2613
  }
2591
2614
  },
2592
2615
  "Mode": {},
@@ -2599,7 +2622,7 @@
2599
2622
  }
2600
2623
  }
2601
2624
  },
2602
- "S7m": {
2625
+ "S7q": {
2603
2626
  "type": "structure",
2604
2627
  "required": [
2605
2628
  "TargetValue"
@@ -2645,7 +2668,7 @@
2645
2668
  ],
2646
2669
  "members": {
2647
2670
  "MetricDataQueries": {
2648
- "shape": "S7u"
2671
+ "shape": "S7y"
2649
2672
  }
2650
2673
  }
2651
2674
  },
@@ -2656,7 +2679,7 @@
2656
2679
  ],
2657
2680
  "members": {
2658
2681
  "MetricDataQueries": {
2659
- "shape": "S7u"
2682
+ "shape": "S7y"
2660
2683
  }
2661
2684
  }
2662
2685
  },
@@ -2667,13 +2690,13 @@
2667
2690
  ],
2668
2691
  "members": {
2669
2692
  "MetricDataQueries": {
2670
- "shape": "S7u"
2693
+ "shape": "S7y"
2671
2694
  }
2672
2695
  }
2673
2696
  }
2674
2697
  }
2675
2698
  },
2676
- "S7u": {
2699
+ "S7y": {
2677
2700
  "type": "list",
2678
2701
  "member": {
2679
2702
  "type": "structure",
@@ -2691,7 +2714,7 @@
2691
2714
  ],
2692
2715
  "members": {
2693
2716
  "Metric": {
2694
- "shape": "S7e"
2717
+ "shape": "S7i"
2695
2718
  },
2696
2719
  "Stat": {},
2697
2720
  "Unit": {}
@@ -2704,13 +2727,13 @@
2704
2727
  }
2705
2728
  }
2706
2729
  },
2707
- "S87": {
2730
+ "S8b": {
2708
2731
  "type": "list",
2709
2732
  "member": {
2710
- "shape": "S88"
2733
+ "shape": "S8c"
2711
2734
  }
2712
2735
  },
2713
- "S88": {
2736
+ "S8c": {
2714
2737
  "type": "structure",
2715
2738
  "required": [
2716
2739
  "ActivityId",
@@ -2740,23 +2763,23 @@
2740
2763
  "AutoScalingGroupARN": {}
2741
2764
  }
2742
2765
  },
2743
- "S92": {
2766
+ "S96": {
2744
2767
  "type": "list",
2745
2768
  "member": {}
2746
2769
  },
2747
- "S9e": {
2770
+ "S9i": {
2748
2771
  "type": "list",
2749
2772
  "member": {
2750
2773
  "type": "timestamp"
2751
2774
  }
2752
2775
  },
2753
- "S9f": {
2776
+ "S9j": {
2754
2777
  "type": "list",
2755
2778
  "member": {
2756
2779
  "type": "double"
2757
2780
  }
2758
2781
  },
2759
- "S9r": {
2782
+ "S9v": {
2760
2783
  "type": "structure",
2761
2784
  "required": [
2762
2785
  "AutoScalingGroupName"