cdk-lambda-subminute 2.0.237 → 2.0.238

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.
@@ -200,6 +200,37 @@
200
200
  }
201
201
  }
202
202
  },
203
+ "CreateRetrainingScheduler": {
204
+ "input": {
205
+ "type": "structure",
206
+ "required": [
207
+ "ModelName",
208
+ "RetrainingFrequency",
209
+ "LookbackWindow",
210
+ "ClientToken"
211
+ ],
212
+ "members": {
213
+ "ModelName": {},
214
+ "RetrainingStartDate": {
215
+ "type": "timestamp"
216
+ },
217
+ "RetrainingFrequency": {},
218
+ "LookbackWindow": {},
219
+ "PromoteMode": {},
220
+ "ClientToken": {
221
+ "idempotencyToken": true
222
+ }
223
+ }
224
+ },
225
+ "output": {
226
+ "type": "structure",
227
+ "members": {
228
+ "ModelName": {},
229
+ "ModelArn": {},
230
+ "Status": {}
231
+ }
232
+ }
233
+ },
203
234
  "DeleteDataset": {
204
235
  "input": {
205
236
  "type": "structure",
@@ -268,6 +299,17 @@
268
299
  }
269
300
  }
270
301
  },
302
+ "DeleteRetrainingScheduler": {
303
+ "input": {
304
+ "type": "structure",
305
+ "required": [
306
+ "ModelName"
307
+ ],
308
+ "members": {
309
+ "ModelName": {}
310
+ }
311
+ }
312
+ },
271
313
  "DescribeDataIngestionJob": {
272
314
  "input": {
273
315
  "type": "structure",
@@ -284,7 +326,7 @@
284
326
  "JobId": {},
285
327
  "DatasetArn": {},
286
328
  "IngestionInputConfiguration": {
287
- "shape": "S1v"
329
+ "shape": "S22"
288
330
  },
289
331
  "RoleArn": {},
290
332
  "CreatedAt": {
@@ -293,10 +335,10 @@
293
335
  "Status": {},
294
336
  "FailedReason": {},
295
337
  "DataQualitySummary": {
296
- "shape": "S20"
338
+ "shape": "S27"
297
339
  },
298
340
  "IngestedFilesSummary": {
299
- "shape": "S29"
341
+ "shape": "S2g"
300
342
  },
301
343
  "StatusDetail": {},
302
344
  "IngestedDataSize": {
@@ -339,13 +381,13 @@
339
381
  },
340
382
  "ServerSideKmsKeyId": {},
341
383
  "IngestionInputConfiguration": {
342
- "shape": "S1v"
384
+ "shape": "S22"
343
385
  },
344
386
  "DataQualitySummary": {
345
- "shape": "S20"
387
+ "shape": "S27"
346
388
  },
347
389
  "IngestedFilesSummary": {
348
- "shape": "S29"
390
+ "shape": "S2g"
349
391
  },
350
392
  "RoleArn": {},
351
393
  "DataStartTime": {
@@ -537,7 +579,31 @@
537
579
  "PreviousActiveModelVersionArn": {},
538
580
  "PreviousModelVersionActivatedAt": {
539
581
  "type": "timestamp"
540
- }
582
+ },
583
+ "PriorModelMetrics": {
584
+ "jsonvalue": true
585
+ },
586
+ "LatestScheduledRetrainingFailedReason": {},
587
+ "LatestScheduledRetrainingStatus": {},
588
+ "LatestScheduledRetrainingModelVersion": {
589
+ "type": "long"
590
+ },
591
+ "LatestScheduledRetrainingStartTime": {
592
+ "type": "timestamp"
593
+ },
594
+ "LatestScheduledRetrainingAvailableDataInDays": {
595
+ "type": "integer"
596
+ },
597
+ "NextScheduledRetrainingStartDate": {
598
+ "type": "timestamp"
599
+ },
600
+ "AccumulatedInferenceDataStartTime": {
601
+ "type": "timestamp"
602
+ },
603
+ "AccumulatedInferenceDataEndTime": {
604
+ "type": "timestamp"
605
+ },
606
+ "RetrainingSchedulerStatus": {}
541
607
  }
542
608
  }
543
609
  },
@@ -613,7 +679,13 @@
613
679
  },
614
680
  "ImportedDataSizeInBytes": {
615
681
  "type": "long"
616
- }
682
+ },
683
+ "PriorModelMetrics": {},
684
+ "RetrainingAvailableDataInDays": {
685
+ "type": "integer"
686
+ },
687
+ "AutoPromotionResult": {},
688
+ "AutoPromotionResultReason": {}
617
689
  }
618
690
  }
619
691
  },
@@ -641,6 +713,37 @@
641
713
  }
642
714
  }
643
715
  },
716
+ "DescribeRetrainingScheduler": {
717
+ "input": {
718
+ "type": "structure",
719
+ "required": [
720
+ "ModelName"
721
+ ],
722
+ "members": {
723
+ "ModelName": {}
724
+ }
725
+ },
726
+ "output": {
727
+ "type": "structure",
728
+ "members": {
729
+ "ModelName": {},
730
+ "ModelArn": {},
731
+ "RetrainingStartDate": {
732
+ "type": "timestamp"
733
+ },
734
+ "RetrainingFrequency": {},
735
+ "LookbackWindow": {},
736
+ "Status": {},
737
+ "PromoteMode": {},
738
+ "CreatedAt": {
739
+ "type": "timestamp"
740
+ },
741
+ "UpdatedAt": {
742
+ "type": "timestamp"
743
+ }
744
+ }
745
+ }
746
+ },
644
747
  "ImportDataset": {
645
748
  "input": {
646
749
  "type": "structure",
@@ -692,7 +795,8 @@
692
795
  "ServerSideKmsKeyId": {},
693
796
  "Tags": {
694
797
  "shape": "S7"
695
- }
798
+ },
799
+ "InferenceDataImportStrategy": {}
696
800
  }
697
801
  },
698
802
  "output": {
@@ -733,7 +837,7 @@
733
837
  "DatasetName": {},
734
838
  "DatasetArn": {},
735
839
  "IngestionInputConfiguration": {
736
- "shape": "S1v"
840
+ "shape": "S22"
737
841
  },
738
842
  "Status": {}
739
843
  }
@@ -873,10 +977,14 @@
873
977
  "shape": "Sr"
874
978
  },
875
979
  "CustomerResultObject": {
876
- "shape": "S2b"
980
+ "shape": "S2i"
877
981
  },
878
982
  "Status": {},
879
- "FailedReason": {}
983
+ "FailedReason": {},
984
+ "ModelVersion": {
985
+ "type": "long"
986
+ },
987
+ "ModelVersionArn": {}
880
988
  }
881
989
  }
882
990
  }
@@ -1094,13 +1202,59 @@
1094
1202
  "ActiveModelVersion": {
1095
1203
  "type": "long"
1096
1204
  },
1097
- "ActiveModelVersionArn": {}
1205
+ "ActiveModelVersionArn": {},
1206
+ "LatestScheduledRetrainingStatus": {},
1207
+ "LatestScheduledRetrainingModelVersion": {
1208
+ "type": "long"
1209
+ },
1210
+ "LatestScheduledRetrainingStartTime": {
1211
+ "type": "timestamp"
1212
+ },
1213
+ "NextScheduledRetrainingStartDate": {
1214
+ "type": "timestamp"
1215
+ },
1216
+ "RetrainingSchedulerStatus": {}
1098
1217
  }
1099
1218
  }
1100
1219
  }
1101
1220
  }
1102
1221
  }
1103
1222
  },
1223
+ "ListRetrainingSchedulers": {
1224
+ "input": {
1225
+ "type": "structure",
1226
+ "members": {
1227
+ "ModelNameBeginsWith": {},
1228
+ "Status": {},
1229
+ "NextToken": {},
1230
+ "MaxResults": {
1231
+ "type": "integer"
1232
+ }
1233
+ }
1234
+ },
1235
+ "output": {
1236
+ "type": "structure",
1237
+ "members": {
1238
+ "RetrainingSchedulerSummaries": {
1239
+ "type": "list",
1240
+ "member": {
1241
+ "type": "structure",
1242
+ "members": {
1243
+ "ModelName": {},
1244
+ "ModelArn": {},
1245
+ "Status": {},
1246
+ "RetrainingStartDate": {
1247
+ "type": "timestamp"
1248
+ },
1249
+ "RetrainingFrequency": {},
1250
+ "LookbackWindow": {}
1251
+ }
1252
+ }
1253
+ },
1254
+ "NextToken": {}
1255
+ }
1256
+ }
1257
+ },
1104
1258
  "ListSensorStatistics": {
1105
1259
  "input": {
1106
1260
  "type": "structure",
@@ -1130,16 +1284,16 @@
1130
1284
  "type": "boolean"
1131
1285
  },
1132
1286
  "MissingValues": {
1133
- "shape": "S4g"
1287
+ "shape": "S4w"
1134
1288
  },
1135
1289
  "InvalidValues": {
1136
- "shape": "S4g"
1290
+ "shape": "S4w"
1137
1291
  },
1138
1292
  "InvalidDateEntries": {
1139
- "shape": "S4g"
1293
+ "shape": "S4w"
1140
1294
  },
1141
1295
  "DuplicateTimestamps": {
1142
- "shape": "S4g"
1296
+ "shape": "S4w"
1143
1297
  },
1144
1298
  "CategoricalValues": {
1145
1299
  "type": "structure",
@@ -1256,7 +1410,7 @@
1256
1410
  "members": {
1257
1411
  "DatasetName": {},
1258
1412
  "IngestionInputConfiguration": {
1259
- "shape": "S1v"
1413
+ "shape": "S22"
1260
1414
  },
1261
1415
  "RoleArn": {},
1262
1416
  "ClientToken": {
@@ -1293,6 +1447,25 @@
1293
1447
  }
1294
1448
  }
1295
1449
  },
1450
+ "StartRetrainingScheduler": {
1451
+ "input": {
1452
+ "type": "structure",
1453
+ "required": [
1454
+ "ModelName"
1455
+ ],
1456
+ "members": {
1457
+ "ModelName": {}
1458
+ }
1459
+ },
1460
+ "output": {
1461
+ "type": "structure",
1462
+ "members": {
1463
+ "ModelName": {},
1464
+ "ModelArn": {},
1465
+ "Status": {}
1466
+ }
1467
+ }
1468
+ },
1296
1469
  "StopInferenceScheduler": {
1297
1470
  "input": {
1298
1471
  "type": "structure",
@@ -1314,6 +1487,25 @@
1314
1487
  }
1315
1488
  }
1316
1489
  },
1490
+ "StopRetrainingScheduler": {
1491
+ "input": {
1492
+ "type": "structure",
1493
+ "required": [
1494
+ "ModelName"
1495
+ ],
1496
+ "members": {
1497
+ "ModelName": {}
1498
+ }
1499
+ },
1500
+ "output": {
1501
+ "type": "structure",
1502
+ "members": {
1503
+ "ModelName": {},
1504
+ "ModelArn": {},
1505
+ "Status": {}
1506
+ }
1507
+ }
1508
+ },
1317
1509
  "TagResource": {
1318
1510
  "input": {
1319
1511
  "type": "structure",
@@ -1418,6 +1610,38 @@
1418
1610
  }
1419
1611
  }
1420
1612
  }
1613
+ },
1614
+ "UpdateModel": {
1615
+ "input": {
1616
+ "type": "structure",
1617
+ "required": [
1618
+ "ModelName"
1619
+ ],
1620
+ "members": {
1621
+ "ModelName": {},
1622
+ "LabelsInputConfiguration": {
1623
+ "shape": "S1c"
1624
+ },
1625
+ "RoleArn": {}
1626
+ }
1627
+ }
1628
+ },
1629
+ "UpdateRetrainingScheduler": {
1630
+ "input": {
1631
+ "type": "structure",
1632
+ "required": [
1633
+ "ModelName"
1634
+ ],
1635
+ "members": {
1636
+ "ModelName": {},
1637
+ "RetrainingStartDate": {
1638
+ "type": "timestamp"
1639
+ },
1640
+ "RetrainingFrequency": {},
1641
+ "LookbackWindow": {},
1642
+ "PromoteMode": {}
1643
+ }
1644
+ }
1421
1645
  }
1422
1646
  },
1423
1647
  "shapes": {
@@ -1511,7 +1735,7 @@
1511
1735
  "TargetSamplingRate": {}
1512
1736
  }
1513
1737
  },
1514
- "S1v": {
1738
+ "S22": {
1515
1739
  "type": "structure",
1516
1740
  "required": [
1517
1741
  "S3InputConfiguration"
@@ -1530,7 +1754,7 @@
1530
1754
  }
1531
1755
  }
1532
1756
  },
1533
- "S20": {
1757
+ "S27": {
1534
1758
  "type": "structure",
1535
1759
  "required": [
1536
1760
  "InsufficientSensorData",
@@ -1625,7 +1849,7 @@
1625
1849
  }
1626
1850
  }
1627
1851
  },
1628
- "S29": {
1852
+ "S2g": {
1629
1853
  "type": "structure",
1630
1854
  "required": [
1631
1855
  "TotalNumberOfFiles",
@@ -1641,12 +1865,12 @@
1641
1865
  "DiscardedFiles": {
1642
1866
  "type": "list",
1643
1867
  "member": {
1644
- "shape": "S2b"
1868
+ "shape": "S2i"
1645
1869
  }
1646
1870
  }
1647
1871
  }
1648
1872
  },
1649
- "S2b": {
1873
+ "S2i": {
1650
1874
  "type": "structure",
1651
1875
  "required": [
1652
1876
  "Bucket",
@@ -1657,7 +1881,7 @@
1657
1881
  "Key": {}
1658
1882
  }
1659
1883
  },
1660
- "S4g": {
1884
+ "S4w": {
1661
1885
  "type": "structure",
1662
1886
  "required": [
1663
1887
  "Count",
@@ -45,6 +45,11 @@
45
45
  "output_token": "NextToken",
46
46
  "limit_key": "MaxResults"
47
47
  },
48
+ "ListRetrainingSchedulers": {
49
+ "input_token": "NextToken",
50
+ "output_token": "NextToken",
51
+ "limit_key": "MaxResults"
52
+ },
48
53
  "ListSensorStatistics": {
49
54
  "input_token": "NextToken",
50
55
  "output_token": "NextToken",
@@ -986,7 +986,11 @@ declare namespace AppStream {
986
986
  /**
987
987
  * The desired number of streaming instances.
988
988
  */
989
- DesiredInstances: Integer;
989
+ DesiredInstances?: Integer;
990
+ /**
991
+ * The desired number of user sessions for a multi-session fleet. This is not allowed for single-session fleets. When you create a fleet, you must set either the DesiredSessions or DesiredInstances attribute, based on the type of fleet you create. You can’t define both attributes or leave both attributes blank.
992
+ */
993
+ DesiredSessions?: Integer;
990
994
  }
991
995
  export interface ComputeCapacityStatus {
992
996
  /**
@@ -1005,6 +1009,22 @@ declare namespace AppStream {
1005
1009
  * The number of currently available instances that can be used to stream sessions.
1006
1010
  */
1007
1011
  Available?: Integer;
1012
+ /**
1013
+ * The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your fleet can support in a steady state. DesiredUserSessionCapacity = ActualUserSessionCapacity + PendingUserSessionCapacity This only applies to multi-session fleets.
1014
+ */
1015
+ DesiredUserSessions?: Integer;
1016
+ /**
1017
+ * The number of idle session slots currently available for user sessions. AvailableUserSessionCapacity = ActualUserSessionCapacity - ActiveUserSessions This only applies to multi-session fleets.
1018
+ */
1019
+ AvailableUserSessions?: Integer;
1020
+ /**
1021
+ * The number of user sessions currently being used for streaming sessions. This only applies to multi-session fleets.
1022
+ */
1023
+ ActiveUserSessions?: Integer;
1024
+ /**
1025
+ * The total number of session slots that are available for streaming or are currently streaming. ActualUserSessionCapacity = AvailableUserSessionCapacity + ActiveUserSessions This only applies to multi-session fleets.
1026
+ */
1027
+ ActualUserSessions?: Integer;
1008
1028
  }
1009
1029
  export interface CopyImageRequest {
1010
1030
  /**
@@ -1266,7 +1286,7 @@ declare namespace AppStream {
1266
1286
  */
1267
1287
  VpcConfig?: VpcConfig;
1268
1288
  /**
1269
- * The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance. Specify a value between 600 and 360000.
1289
+ * The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance. Specify a value between 600 and 432000.
1270
1290
  */
1271
1291
  MaxUserDurationInSeconds?: Integer;
1272
1292
  /**
@@ -1321,6 +1341,10 @@ declare namespace AppStream {
1321
1341
  * The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.
1322
1342
  */
1323
1343
  SessionScriptS3Location?: S3Location;
1344
+ /**
1345
+ * The maximum number of user sessions on an instance. This only applies to multi-session fleets.
1346
+ */
1347
+ MaxSessionsPerInstance?: Integer;
1324
1348
  }
1325
1349
  export interface CreateFleetResult {
1326
1350
  /**
@@ -1974,11 +1998,11 @@ declare namespace AppStream {
1974
1998
  /**
1975
1999
  * The name of the stack. This value is case-sensitive.
1976
2000
  */
1977
- StackName: String;
2001
+ StackName: Name;
1978
2002
  /**
1979
2003
  * The name of the fleet. This value is case-sensitive.
1980
2004
  */
1981
- FleetName: String;
2005
+ FleetName: Name;
1982
2006
  /**
1983
2007
  * The user identifier (ID). If you specify a user ID, you must also specify the authentication type.
1984
2008
  */
@@ -1995,6 +2019,10 @@ declare namespace AppStream {
1995
2019
  * The authentication method. Specify API for a user authenticated using a streaming URL or SAML for a SAML federated user. The default is to authenticate users using a streaming URL.
1996
2020
  */
1997
2021
  AuthenticationType?: AuthenticationType;
2022
+ /**
2023
+ * The identifier for the instance hosting the session.
2024
+ */
2025
+ InstanceId?: String;
1998
2026
  }
1999
2027
  export interface DescribeSessionsResult {
2000
2028
  /**
@@ -2385,8 +2413,12 @@ declare namespace AppStream {
2385
2413
  * The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.
2386
2414
  */
2387
2415
  SessionScriptS3Location?: S3Location;
2416
+ /**
2417
+ * The maximum number of user sessions on an instance. This only applies to multi-session fleets.
2418
+ */
2419
+ MaxSessionsPerInstance?: Integer;
2388
2420
  }
2389
- export type FleetAttribute = "VPC_CONFIGURATION"|"VPC_CONFIGURATION_SECURITY_GROUP_IDS"|"DOMAIN_JOIN_INFO"|"IAM_ROLE_ARN"|"USB_DEVICE_FILTER_STRINGS"|"SESSION_SCRIPT_S3_LOCATION"|string;
2421
+ export type FleetAttribute = "VPC_CONFIGURATION"|"VPC_CONFIGURATION_SECURITY_GROUP_IDS"|"DOMAIN_JOIN_INFO"|"IAM_ROLE_ARN"|"USB_DEVICE_FILTER_STRINGS"|"SESSION_SCRIPT_S3_LOCATION"|"MAX_SESSIONS_PER_INSTANCE"|string;
2390
2422
  export type FleetAttributes = FleetAttribute[];
2391
2423
  export interface FleetError {
2392
2424
  /**
@@ -2794,6 +2826,10 @@ declare namespace AppStream {
2794
2826
  * The network details for the streaming session.
2795
2827
  */
2796
2828
  NetworkAccessConfiguration?: NetworkAccessConfiguration;
2829
+ /**
2830
+ * The identifier for the instance hosting the session.
2831
+ */
2832
+ InstanceId?: String;
2797
2833
  }
2798
2834
  export type SessionConnectionState = "CONNECTED"|"NOT_CONNECTED"|string;
2799
2835
  export type SessionList = Session[];
@@ -3151,7 +3187,7 @@ declare namespace AppStream {
3151
3187
  /**
3152
3188
  * A unique name for the fleet.
3153
3189
  */
3154
- Name?: String;
3190
+ Name?: Name;
3155
3191
  /**
3156
3192
  * The instance type to use when launching fleet instances. The following instance types are available: stream.standard.small stream.standard.medium stream.standard.large stream.standard.xlarge stream.standard.2xlarge stream.compute.large stream.compute.xlarge stream.compute.2xlarge stream.compute.4xlarge stream.compute.8xlarge stream.memory.large stream.memory.xlarge stream.memory.2xlarge stream.memory.4xlarge stream.memory.8xlarge stream.memory.z1d.large stream.memory.z1d.xlarge stream.memory.z1d.2xlarge stream.memory.z1d.3xlarge stream.memory.z1d.6xlarge stream.memory.z1d.12xlarge stream.graphics-design.large stream.graphics-design.xlarge stream.graphics-design.2xlarge stream.graphics-design.4xlarge stream.graphics-desktop.2xlarge stream.graphics.g4dn.xlarge stream.graphics.g4dn.2xlarge stream.graphics.g4dn.4xlarge stream.graphics.g4dn.8xlarge stream.graphics.g4dn.12xlarge stream.graphics.g4dn.16xlarge stream.graphics-pro.4xlarge stream.graphics-pro.8xlarge stream.graphics-pro.16xlarge The following instance types are available for Elastic fleets: stream.standard.small stream.standard.medium stream.standard.large stream.standard.xlarge stream.standard.2xlarge
3157
3193
  */
@@ -3224,6 +3260,10 @@ declare namespace AppStream {
3224
3260
  * The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.
3225
3261
  */
3226
3262
  SessionScriptS3Location?: S3Location;
3263
+ /**
3264
+ * The maximum number of user sessions on an instance. This only applies to multi-session fleets.
3265
+ */
3266
+ MaxSessionsPerInstance?: Integer;
3227
3267
  }
3228
3268
  export interface UpdateFleetResult {
3229
3269
  /**
@@ -1091,7 +1091,7 @@ declare namespace CloudFormation {
1091
1091
  */
1092
1092
  EnableTerminationProtection?: EnableTerminationProtection;
1093
1093
  /**
1094
- * This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is rolled back. This ensures new, empty, and unused resources are deleted, while critical resources and their data are retained. RetainExceptOnCreate can be specified for any resource that supports the DeletionPolicy attribute.
1094
+ * When set to true, newly created resources are deleted when the operation rolls back. This includes newly created resources marked with a deletion policy of Retain. Default: false
1095
1095
  */
1096
1096
  RetainExceptOnCreate?: RetainExceptOnCreate;
1097
1097
  }
@@ -1730,7 +1730,7 @@ declare namespace CloudFormation {
1730
1730
  }
1731
1731
  export interface DescribeStacksInput {
1732
1732
  /**
1733
- * If you don't pass a parameter to StackName, the API returns a response that describes all resources in the account. This requires ListStacks and DescribeStacks permissions. The IAM policy below can be added to IAM policies when you want to limit resource-level permissions and avoid returning a response when no parameter is sent in the request: { "Version": "2012-10-17", "Statement": [{ "Effect": "Deny", "Action": "cloudformation:DescribeStacks", "NotResource": "arn:aws:cloudformation:*:*:stack/**" }] } The name or the unique stack ID that's associated with the stack, which aren't always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
1733
+ * If you don't pass a parameter to StackName, the API returns a response that describes all resources in the account, which can impact performance. This requires ListStacks and DescribeStacks permissions. Consider using the ListStacks API if you're not passing a parameter to StackName. The IAM policy below can be added to IAM policies when you want to limit resource-level permissions and avoid returning a response when no parameter is sent in the request: { "Version": "2012-10-17", "Statement": [{ "Effect": "Deny", "Action": "cloudformation:DescribeStacks", "NotResource": "arn:aws:cloudformation:*:*:stack/**" }] } The name or the unique stack ID that's associated with the stack, which aren't always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID. Default: There is no default value.
1734
1734
  */
1735
1735
  StackName?: StackName;
1736
1736
  /**
@@ -2011,7 +2011,7 @@ declare namespace CloudFormation {
2011
2011
  */
2012
2012
  DisableRollback?: DisableRollback;
2013
2013
  /**
2014
- * This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is rolled back. This ensures new, empty, and unused resources are deleted, while critical resources and their data are retained. RetainExceptOnCreate can be specified for any resource that supports the DeletionPolicy attribute.
2014
+ * When set to true, newly created resources are deleted when the operation rolls back. This includes newly created resources marked with a deletion policy of Retain. Default: false
2015
2015
  */
2016
2016
  RetainExceptOnCreate?: RetainExceptOnCreate;
2017
2017
  }
@@ -3052,7 +3052,7 @@ declare namespace CloudFormation {
3052
3052
  */
3053
3053
  ClientRequestToken?: ClientRequestToken;
3054
3054
  /**
3055
- * This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is rolled back. This ensures new, empty, and unused resources are deleted, while critical resources and their data are retained. RetainExceptOnCreate can be specified for any resource that supports the DeletionPolicy attribute.
3055
+ * When set to true, newly created resources are deleted when the operation rolls back. This includes newly created resources marked with a deletion policy of Retain. Default: false
3056
3056
  */
3057
3057
  RetainExceptOnCreate?: RetainExceptOnCreate;
3058
3058
  }
@@ -3246,7 +3246,7 @@ declare namespace CloudFormation {
3246
3246
  */
3247
3247
  DriftInformation?: StackDriftInformation;
3248
3248
  /**
3249
- * This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is rolled back. This ensures new, empty, and unused resources are deleted, while critical resources and their data are retained. RetainExceptOnCreate can be specified for any resource that supports the DeletionPolicy attribute.
3249
+ * When set to true, newly created resources are deleted when the operation rolls back. This includes newly created resources marked with a deletion policy of Retain. Default: false
3250
3250
  */
3251
3251
  RetainExceptOnCreate?: RetainExceptOnCreate;
3252
3252
  }
@@ -4400,7 +4400,7 @@ declare namespace CloudFormation {
4400
4400
  */
4401
4401
  ClientRequestToken?: ClientRequestToken;
4402
4402
  /**
4403
- * This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is rolled back. This ensures new, empty, and unused resources are deleted, while critical resources and their data are retained. RetainExceptOnCreate can be specified for any resource that supports the DeletionPolicy attribute.
4403
+ * When set to true, newly created resources are deleted when the operation rolls back. This includes newly created resources marked with a deletion policy of Retain. Default: false
4404
4404
  */
4405
4405
  RetainExceptOnCreate?: RetainExceptOnCreate;
4406
4406
  }