aws-sdk 2.702.0 → 2.706.0
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/CHANGELOG.md +24 -1
- package/README.md +1 -1
- package/apis/amplify-2017-07-25.min.json +135 -73
- package/apis/backup-2018-11-15.min.json +64 -31
- package/apis/cloudformation-2010-05-15.min.json +40 -18
- package/apis/codecommit-2015-04-13.min.json +96 -24
- package/apis/codecommit-2015-04-13.paginators.json +5 -0
- package/apis/cognito-idp-2016-04-18.min.json +4 -2
- package/apis/ec2-2016-11-15.min.json +5 -1
- package/apis/elasticmapreduce-2009-03-31.min.json +103 -96
- package/apis/fsx-2018-03-01.min.json +59 -15
- package/apis/glue-2017-03-31.min.json +449 -60
- package/apis/honeycode-2020-03-01.examples.json +5 -0
- package/apis/honeycode-2020-03-01.min.json +182 -0
- package/apis/honeycode-2020-03-01.paginators.json +4 -0
- package/apis/mediatailor-2018-04-23.min.json +42 -23
- package/apis/metadata.json +3 -0
- package/apis/quicksight-2018-04-01.min.json +66 -53
- package/apis/sagemaker-2017-07-24.min.json +146 -129
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/amplify.d.ts +413 -373
- package/clients/autoscaling.d.ts +35 -35
- package/clients/backup.d.ts +68 -15
- package/clients/cloudformation.d.ts +35 -3
- package/clients/codecommit.d.ts +105 -6
- package/clients/dms.d.ts +48 -48
- package/clients/ec2.d.ts +53 -49
- package/clients/emr.d.ts +18 -2
- package/clients/fsx.d.ts +63 -26
- package/clients/glue.d.ts +415 -0
- package/clients/honeycode.d.ts +190 -0
- package/clients/honeycode.js +18 -0
- package/clients/iam.d.ts +15 -15
- package/clients/mediatailor.d.ts +26 -0
- package/clients/organizations.d.ts +21 -21
- package/clients/quicksight.d.ts +33 -19
- package/clients/sagemaker.d.ts +23 -3
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +54 -17
- package/dist/aws-sdk.js +259 -144
- package/dist/aws-sdk.min.js +74 -73
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/autoscaling.d.ts
CHANGED
|
@@ -68,11 +68,11 @@ declare class AutoScaling extends Service {
|
|
|
68
68
|
*/
|
|
69
69
|
completeLifecycleAction(callback?: (err: AWSError, data: AutoScaling.Types.CompleteLifecycleActionAnswer) => void): Request<AutoScaling.Types.CompleteLifecycleActionAnswer, AWSError>;
|
|
70
70
|
/**
|
|
71
|
-
* Creates an Auto Scaling group with the specified name and attributes.
|
|
71
|
+
* Creates an Auto Scaling group with the specified name and attributes. If you exceed your maximum limit of Auto Scaling groups, the call fails. To query this limit, call the DescribeAccountLimits API. For information about updating this limit, see Amazon EC2 Auto Scaling Service Quotas in the Amazon EC2 Auto Scaling User Guide. For introductory exercises for creating an Auto Scaling group, see Getting Started with Amazon EC2 Auto Scaling and Tutorial: Set Up a Scaled and Load-Balanced Application in the Amazon EC2 Auto Scaling User Guide. For more information, see Auto Scaling Groups in the Amazon EC2 Auto Scaling User Guide.
|
|
72
72
|
*/
|
|
73
73
|
createAutoScalingGroup(params: AutoScaling.Types.CreateAutoScalingGroupType, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
74
74
|
/**
|
|
75
|
-
* Creates an Auto Scaling group with the specified name and attributes.
|
|
75
|
+
* Creates an Auto Scaling group with the specified name and attributes. If you exceed your maximum limit of Auto Scaling groups, the call fails. To query this limit, call the DescribeAccountLimits API. For information about updating this limit, see Amazon EC2 Auto Scaling Service Quotas in the Amazon EC2 Auto Scaling User Guide. For introductory exercises for creating an Auto Scaling group, see Getting Started with Amazon EC2 Auto Scaling and Tutorial: Set Up a Scaled and Load-Balanced Application in the Amazon EC2 Auto Scaling User Guide. For more information, see Auto Scaling Groups in the Amazon EC2 Auto Scaling User Guide.
|
|
76
76
|
*/
|
|
77
77
|
createAutoScalingGroup(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
78
78
|
/**
|
|
@@ -176,11 +176,11 @@ declare class AutoScaling extends Service {
|
|
|
176
176
|
*/
|
|
177
177
|
describeAutoScalingNotificationTypes(callback?: (err: AWSError, data: AutoScaling.Types.DescribeAutoScalingNotificationTypesAnswer) => void): Request<AutoScaling.Types.DescribeAutoScalingNotificationTypesAnswer, AWSError>;
|
|
178
178
|
/**
|
|
179
|
-
* Describes one or more instance refreshes. You can determine the status of a request by looking at the Status parameter. The following are the possible statuses: Pending - The request was created, but the operation has not started. InProgress - The operation is in progress. Successful - The operation completed successfully. Failed - The operation failed to complete. You can troubleshoot using the status reason and the scaling activities. Cancelling - An ongoing operation is being cancelled. Cancellation does not roll back any replacements that have already been completed, but it prevents new replacements from being started. Cancelled - The operation is cancelled.
|
|
179
|
+
* Describes one or more instance refreshes. You can determine the status of a request by looking at the Status parameter. The following are the possible statuses: Pending - The request was created, but the operation has not started. InProgress - The operation is in progress. Successful - The operation completed successfully. Failed - The operation failed to complete. You can troubleshoot using the status reason and the scaling activities. Cancelling - An ongoing operation is being cancelled. Cancellation does not roll back any replacements that have already been completed, but it prevents new replacements from being started. Cancelled - The operation is cancelled. For more information, see Replacing Auto Scaling Instances Based on an Instance Refresh.
|
|
180
180
|
*/
|
|
181
181
|
describeInstanceRefreshes(params: AutoScaling.Types.DescribeInstanceRefreshesType, callback?: (err: AWSError, data: AutoScaling.Types.DescribeInstanceRefreshesAnswer) => void): Request<AutoScaling.Types.DescribeInstanceRefreshesAnswer, AWSError>;
|
|
182
182
|
/**
|
|
183
|
-
* Describes one or more instance refreshes. You can determine the status of a request by looking at the Status parameter. The following are the possible statuses: Pending - The request was created, but the operation has not started. InProgress - The operation is in progress. Successful - The operation completed successfully. Failed - The operation failed to complete. You can troubleshoot using the status reason and the scaling activities. Cancelling - An ongoing operation is being cancelled. Cancellation does not roll back any replacements that have already been completed, but it prevents new replacements from being started. Cancelled - The operation is cancelled.
|
|
183
|
+
* Describes one or more instance refreshes. You can determine the status of a request by looking at the Status parameter. The following are the possible statuses: Pending - The request was created, but the operation has not started. InProgress - The operation is in progress. Successful - The operation completed successfully. Failed - The operation failed to complete. You can troubleshoot using the status reason and the scaling activities. Cancelling - An ongoing operation is being cancelled. Cancellation does not roll back any replacements that have already been completed, but it prevents new replacements from being started. Cancelled - The operation is cancelled. For more information, see Replacing Auto Scaling Instances Based on an Instance Refresh.
|
|
184
184
|
*/
|
|
185
185
|
describeInstanceRefreshes(callback?: (err: AWSError, data: AutoScaling.Types.DescribeInstanceRefreshesAnswer) => void): Request<AutoScaling.Types.DescribeInstanceRefreshesAnswer, AWSError>;
|
|
186
186
|
/**
|
|
@@ -408,11 +408,11 @@ declare class AutoScaling extends Service {
|
|
|
408
408
|
*/
|
|
409
409
|
setInstanceProtection(callback?: (err: AWSError, data: AutoScaling.Types.SetInstanceProtectionAnswer) => void): Request<AutoScaling.Types.SetInstanceProtectionAnswer, AWSError>;
|
|
410
410
|
/**
|
|
411
|
-
* Starts a new instance refresh operation, which triggers a rolling replacement of all previously launched instances in the Auto Scaling group with a new group of instances. If successful, this call creates a new instance refresh request with a unique ID that you can use to track its progress. To query its status, call the DescribeInstanceRefreshes API. To describe the instance refreshes that have already run, call the DescribeInstanceRefreshes API. To cancel an
|
|
411
|
+
* Starts a new instance refresh operation, which triggers a rolling replacement of all previously launched instances in the Auto Scaling group with a new group of instances. If successful, this call creates a new instance refresh request with a unique ID that you can use to track its progress. To query its status, call the DescribeInstanceRefreshes API. To describe the instance refreshes that have already run, call the DescribeInstanceRefreshes API. To cancel an instance refresh operation in progress, use the CancelInstanceRefresh API. For more information, see Replacing Auto Scaling Instances Based on an Instance Refresh.
|
|
412
412
|
*/
|
|
413
413
|
startInstanceRefresh(params: AutoScaling.Types.StartInstanceRefreshType, callback?: (err: AWSError, data: AutoScaling.Types.StartInstanceRefreshAnswer) => void): Request<AutoScaling.Types.StartInstanceRefreshAnswer, AWSError>;
|
|
414
414
|
/**
|
|
415
|
-
* Starts a new instance refresh operation, which triggers a rolling replacement of all previously launched instances in the Auto Scaling group with a new group of instances. If successful, this call creates a new instance refresh request with a unique ID that you can use to track its progress. To query its status, call the DescribeInstanceRefreshes API. To describe the instance refreshes that have already run, call the DescribeInstanceRefreshes API. To cancel an
|
|
415
|
+
* Starts a new instance refresh operation, which triggers a rolling replacement of all previously launched instances in the Auto Scaling group with a new group of instances. If successful, this call creates a new instance refresh request with a unique ID that you can use to track its progress. To query its status, call the DescribeInstanceRefreshes API. To describe the instance refreshes that have already run, call the DescribeInstanceRefreshes API. To cancel an instance refresh operation in progress, use the CancelInstanceRefresh API. For more information, see Replacing Auto Scaling Instances Based on an Instance Refresh.
|
|
416
416
|
*/
|
|
417
417
|
startInstanceRefresh(callback?: (err: AWSError, data: AutoScaling.Types.StartInstanceRefreshAnswer) => void): Request<AutoScaling.Types.StartInstanceRefreshAnswer, AWSError>;
|
|
418
418
|
/**
|
|
@@ -589,7 +589,7 @@ declare namespace AutoScaling {
|
|
|
589
589
|
*/
|
|
590
590
|
DesiredCapacity: AutoScalingGroupDesiredCapacity;
|
|
591
591
|
/**
|
|
592
|
-
* The
|
|
592
|
+
* The duration of the default cooldown period, in seconds.
|
|
593
593
|
*/
|
|
594
594
|
DefaultCooldown: Cooldown;
|
|
595
595
|
/**
|
|
@@ -873,7 +873,7 @@ declare namespace AutoScaling {
|
|
|
873
873
|
*/
|
|
874
874
|
DesiredCapacity?: AutoScalingGroupDesiredCapacity;
|
|
875
875
|
/**
|
|
876
|
-
* The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default value is 300. For more information, see Scaling Cooldowns in the Amazon EC2 Auto Scaling User Guide.
|
|
876
|
+
* The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default value is 300. This setting applies when using simple scaling policies, but not when using other scaling policies or scheduled scaling. For more information, see Scaling Cooldowns for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.
|
|
877
877
|
*/
|
|
878
878
|
DefaultCooldown?: Cooldown;
|
|
879
879
|
/**
|
|
@@ -893,7 +893,7 @@ declare namespace AutoScaling {
|
|
|
893
893
|
*/
|
|
894
894
|
HealthCheckType?: XmlStringMaxLen32;
|
|
895
895
|
/**
|
|
896
|
-
* The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default value is 0. For more information, see Health Check Grace Period in the Amazon EC2 Auto Scaling User Guide.
|
|
896
|
+
* The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored. The default value is 0. For more information, see Health Check Grace Period in the Amazon EC2 Auto Scaling User Guide. Required if you are adding an ELB health check.
|
|
897
897
|
*/
|
|
898
898
|
HealthCheckGracePeriod?: HealthCheckGracePeriod;
|
|
899
899
|
/**
|
|
@@ -1135,7 +1135,7 @@ declare namespace AutoScaling {
|
|
|
1135
1135
|
}
|
|
1136
1136
|
export interface DescribeInstanceRefreshesAnswer {
|
|
1137
1137
|
/**
|
|
1138
|
-
* The instance refreshes for the specified group.
|
|
1138
|
+
* The instance refreshes for the specified group.
|
|
1139
1139
|
*/
|
|
1140
1140
|
InstanceRefreshes?: InstanceRefreshes;
|
|
1141
1141
|
/**
|
|
@@ -1408,7 +1408,7 @@ declare namespace AutoScaling {
|
|
|
1408
1408
|
export type DisableScaleIn = boolean;
|
|
1409
1409
|
export interface Ebs {
|
|
1410
1410
|
/**
|
|
1411
|
-
* The snapshot ID of the volume to use.
|
|
1411
|
+
* The snapshot ID of the volume to use. SnapshotId is optional if you specify a volume size. If you specify both SnapshotId and VolumeSize, the volume size must be equal or greater than the size of the snapshot.
|
|
1412
1412
|
*/
|
|
1413
1413
|
SnapshotId?: XmlStringMaxLen255;
|
|
1414
1414
|
/**
|
|
@@ -1424,7 +1424,7 @@ declare namespace AutoScaling {
|
|
|
1424
1424
|
*/
|
|
1425
1425
|
DeleteOnTermination?: BlockDeviceEbsDeleteOnTermination;
|
|
1426
1426
|
/**
|
|
1427
|
-
* The number of I/O operations per second (IOPS) to provision for the volume. The maximum ratio of IOPS to volume size (in GiB) is 50:1. For more information, see Amazon EBS Volume Types in the Amazon EC2 User Guide for Linux Instances.
|
|
1427
|
+
* The number of I/O operations per second (IOPS) to provision for the volume. The maximum ratio of IOPS to volume size (in GiB) is 50:1. For more information, see Amazon EBS Volume Types in the Amazon EC2 User Guide for Linux Instances. Required when the volume type is io1. (Not used with standard, gp2, st1, or sc1 volumes.)
|
|
1428
1428
|
*/
|
|
1429
1429
|
Iops?: BlockDeviceEbsIops;
|
|
1430
1430
|
/**
|
|
@@ -1489,15 +1489,15 @@ declare namespace AutoScaling {
|
|
|
1489
1489
|
*/
|
|
1490
1490
|
PolicyName: ResourceName;
|
|
1491
1491
|
/**
|
|
1492
|
-
* Indicates whether Amazon EC2 Auto Scaling waits for the cooldown period to complete before executing the policy. This parameter is not supported if the policy type is StepScaling or TargetTrackingScaling. For more information, see Scaling Cooldowns in the Amazon EC2 Auto Scaling User Guide.
|
|
1492
|
+
* Indicates whether Amazon EC2 Auto Scaling waits for the cooldown period to complete before executing the policy. This parameter is not supported if the policy type is StepScaling or TargetTrackingScaling. For more information, see Scaling Cooldowns for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.
|
|
1493
1493
|
*/
|
|
1494
1494
|
HonorCooldown?: HonorCooldown;
|
|
1495
1495
|
/**
|
|
1496
|
-
* The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59. If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error.
|
|
1496
|
+
* The metric value to compare to BreachThreshold. This enables you to execute a policy of type StepScaling and determine which step adjustment to use. For example, if the breach threshold is 50 and you want to use a step adjustment with a lower bound of 0 and an upper bound of 10, you can set the metric value to 59. If you specify a metric value that doesn't correspond to a step adjustment for the policy, the call returns an error. Required if the policy type is StepScaling and not supported otherwise.
|
|
1497
1497
|
*/
|
|
1498
1498
|
MetricValue?: MetricScale;
|
|
1499
1499
|
/**
|
|
1500
|
-
* The breach threshold for the alarm.
|
|
1500
|
+
* The breach threshold for the alarm. Required if the policy type is StepScaling and not supported otherwise.
|
|
1501
1501
|
*/
|
|
1502
1502
|
BreachThreshold?: MetricScale;
|
|
1503
1503
|
}
|
|
@@ -1946,7 +1946,7 @@ declare namespace AutoScaling {
|
|
|
1946
1946
|
export type MixedInstanceSpotPrice = string;
|
|
1947
1947
|
export interface MixedInstancesPolicy {
|
|
1948
1948
|
/**
|
|
1949
|
-
* The launch template and instance types (overrides).
|
|
1949
|
+
* The launch template and instance types (overrides). Required when creating a mixed instances policy.
|
|
1950
1950
|
*/
|
|
1951
1951
|
LaunchTemplate?: LaunchTemplate;
|
|
1952
1952
|
/**
|
|
@@ -2039,11 +2039,11 @@ declare namespace AutoScaling {
|
|
|
2039
2039
|
*/
|
|
2040
2040
|
AutoScalingGroupName: ResourceName;
|
|
2041
2041
|
/**
|
|
2042
|
-
* The instance state to which you want to attach the lifecycle hook. The valid values are: autoscaling:EC2_INSTANCE_LAUNCHING autoscaling:EC2_INSTANCE_TERMINATING
|
|
2042
|
+
* The instance state to which you want to attach the lifecycle hook. The valid values are: autoscaling:EC2_INSTANCE_LAUNCHING autoscaling:EC2_INSTANCE_TERMINATING Required for new lifecycle hooks, but optional when updating existing hooks.
|
|
2043
2043
|
*/
|
|
2044
2044
|
LifecycleTransition?: LifecycleTransition;
|
|
2045
2045
|
/**
|
|
2046
|
-
* The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target, for example, an Amazon SNS topic or an Amazon SQS queue.
|
|
2046
|
+
* The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target, for example, an Amazon SNS topic or an Amazon SQS queue. Required for new lifecycle hooks, but optional when updating existing hooks.
|
|
2047
2047
|
*/
|
|
2048
2048
|
RoleARN?: ResourceName;
|
|
2049
2049
|
/**
|
|
@@ -2087,11 +2087,11 @@ declare namespace AutoScaling {
|
|
|
2087
2087
|
*/
|
|
2088
2088
|
PolicyName: XmlStringMaxLen255;
|
|
2089
2089
|
/**
|
|
2090
|
-
*
|
|
2090
|
+
* One of the following policy types: TargetTrackingScaling StepScaling SimpleScaling (default)
|
|
2091
2091
|
*/
|
|
2092
2092
|
PolicyType?: XmlStringMaxLen64;
|
|
2093
2093
|
/**
|
|
2094
|
-
* Specifies
|
|
2094
|
+
* Specifies how the scaling adjustment is interpreted (either an absolute number or a percentage). The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity. Required if the policy type is StepScaling or SimpleScaling. For more information, see Scaling Adjustment Types in the Amazon EC2 Auto Scaling User Guide.
|
|
2095
2095
|
*/
|
|
2096
2096
|
AdjustmentType?: XmlStringMaxLen255;
|
|
2097
2097
|
/**
|
|
@@ -2099,15 +2099,15 @@ declare namespace AutoScaling {
|
|
|
2099
2099
|
*/
|
|
2100
2100
|
MinAdjustmentStep?: MinAdjustmentStep;
|
|
2101
2101
|
/**
|
|
2102
|
-
* The minimum value to scale by when
|
|
2102
|
+
* The minimum value to scale by when the adjustment type is PercentChangeInCapacity. For example, suppose that you create a step scaling policy to scale out an Auto Scaling group by 25 percent and you specify a MinAdjustmentMagnitude of 2. If the group has 4 instances and the scaling policy is performed, 25 percent of 4 is 1. However, because you specified a MinAdjustmentMagnitude of 2, Amazon EC2 Auto Scaling scales out the group by 2 instances. Valid only if the policy type is StepScaling or SimpleScaling. For more information, see Scaling Adjustment Types in the Amazon EC2 Auto Scaling User Guide. Some Auto Scaling groups use instance weights. In this case, set the MinAdjustmentMagnitude to a value that is at least as large as your largest instance weight.
|
|
2103
2103
|
*/
|
|
2104
2104
|
MinAdjustmentMagnitude?: MinAdjustmentMagnitude;
|
|
2105
2105
|
/**
|
|
2106
|
-
* The amount by which
|
|
2106
|
+
* The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. For exact capacity, you must specify a positive value. Required if the policy type is SimpleScaling. (Not used with any other policy type.)
|
|
2107
2107
|
*/
|
|
2108
2108
|
ScalingAdjustment?: PolicyIncrement;
|
|
2109
2109
|
/**
|
|
2110
|
-
* The
|
|
2110
|
+
* The duration of the policy's cooldown period, in seconds. When a cooldown period is specified here, it overrides the default cooldown period defined for the Auto Scaling group. Valid only if the policy type is SimpleScaling. For more information, see Scaling Cooldowns for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.
|
|
2111
2111
|
*/
|
|
2112
2112
|
Cooldown?: Cooldown;
|
|
2113
2113
|
/**
|
|
@@ -2115,15 +2115,15 @@ declare namespace AutoScaling {
|
|
|
2115
2115
|
*/
|
|
2116
2116
|
MetricAggregationType?: XmlStringMaxLen32;
|
|
2117
2117
|
/**
|
|
2118
|
-
* A set of adjustments that enable you to scale based on the size of the alarm breach.
|
|
2118
|
+
* A set of adjustments that enable you to scale based on the size of the alarm breach. Required if the policy type is StepScaling. (Not used with any other policy type.)
|
|
2119
2119
|
*/
|
|
2120
2120
|
StepAdjustments?: StepAdjustments;
|
|
2121
2121
|
/**
|
|
2122
|
-
* The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.
|
|
2122
|
+
* The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics. If not provided, the default is to use the value from the default cooldown period for the Auto Scaling group. Valid only if the policy type is TargetTrackingScaling or StepScaling.
|
|
2123
2123
|
*/
|
|
2124
2124
|
EstimatedInstanceWarmup?: EstimatedInstanceWarmup;
|
|
2125
2125
|
/**
|
|
2126
|
-
* A target tracking scaling policy. Includes support for predefined or customized metrics. For more information, see TargetTrackingConfiguration in the Amazon EC2 Auto Scaling API Reference.
|
|
2126
|
+
* A target tracking scaling policy. Includes support for predefined or customized metrics. The following predefined metrics are available: ASGAverageCPUUtilization ASGAverageNetworkIn ASGAverageNetworkOut ALBRequestCountPerTarget If you specify ALBRequestCountPerTarget for the metric, you must specify the ResourceLabel parameter with the PredefinedMetricSpecification. For more information, see TargetTrackingConfiguration in the Amazon EC2 Auto Scaling API Reference. Required if the policy type is TargetTrackingScaling.
|
|
2127
2127
|
*/
|
|
2128
2128
|
TargetTrackingConfiguration?: TargetTrackingConfiguration;
|
|
2129
2129
|
/**
|
|
@@ -2196,7 +2196,7 @@ declare namespace AutoScaling {
|
|
|
2196
2196
|
*/
|
|
2197
2197
|
MinHealthyPercentage?: IntPercent;
|
|
2198
2198
|
/**
|
|
2199
|
-
* The number of seconds until a newly launched instance is configured and ready to use. During this time, Amazon EC2 Auto Scaling does not immediately move on to the next replacement. The default is to use the value
|
|
2199
|
+
* The number of seconds until a newly launched instance is configured and ready to use. During this time, Amazon EC2 Auto Scaling does not immediately move on to the next replacement. The default is to use the value for the health check grace period defined for the group.
|
|
2200
2200
|
*/
|
|
2201
2201
|
InstanceWarmup?: RefreshInstanceWarmup;
|
|
2202
2202
|
}
|
|
@@ -2218,11 +2218,11 @@ declare namespace AutoScaling {
|
|
|
2218
2218
|
*/
|
|
2219
2219
|
PolicyARN?: ResourceName;
|
|
2220
2220
|
/**
|
|
2221
|
-
*
|
|
2221
|
+
* One of the following policy types: TargetTrackingScaling StepScaling SimpleScaling (default) For more information, see Target Tracking Scaling Policies and Step and Simple Scaling Policies in the Amazon EC2 Auto Scaling User Guide.
|
|
2222
2222
|
*/
|
|
2223
2223
|
PolicyType?: XmlStringMaxLen64;
|
|
2224
2224
|
/**
|
|
2225
|
-
*
|
|
2225
|
+
* Specifies how the scaling adjustment is interpreted (either an absolute number or a percentage). The valid values are ChangeInCapacity, ExactCapacity, and PercentChangeInCapacity.
|
|
2226
2226
|
*/
|
|
2227
2227
|
AdjustmentType?: XmlStringMaxLen255;
|
|
2228
2228
|
/**
|
|
@@ -2230,7 +2230,7 @@ declare namespace AutoScaling {
|
|
|
2230
2230
|
*/
|
|
2231
2231
|
MinAdjustmentStep?: MinAdjustmentStep;
|
|
2232
2232
|
/**
|
|
2233
|
-
* The minimum
|
|
2233
|
+
* The minimum value to scale by when the adjustment type is PercentChangeInCapacity.
|
|
2234
2234
|
*/
|
|
2235
2235
|
MinAdjustmentMagnitude?: MinAdjustmentMagnitude;
|
|
2236
2236
|
/**
|
|
@@ -2238,7 +2238,7 @@ declare namespace AutoScaling {
|
|
|
2238
2238
|
*/
|
|
2239
2239
|
ScalingAdjustment?: PolicyIncrement;
|
|
2240
2240
|
/**
|
|
2241
|
-
* The
|
|
2241
|
+
* The duration of the policy's cooldown period, in seconds.
|
|
2242
2242
|
*/
|
|
2243
2243
|
Cooldown?: Cooldown;
|
|
2244
2244
|
/**
|
|
@@ -2423,11 +2423,11 @@ declare namespace AutoScaling {
|
|
|
2423
2423
|
*/
|
|
2424
2424
|
AutoScalingGroupName: XmlStringMaxLen255;
|
|
2425
2425
|
/**
|
|
2426
|
-
* The strategy to use for the instance refresh. The only valid value is Rolling. A rolling update is an update that is applied to all instances in an Auto Scaling group until all instances have been updated. A rolling update can fail due to failed health checks or if instances are on standby or are protected from scale
|
|
2426
|
+
* The strategy to use for the instance refresh. The only valid value is Rolling. A rolling update is an update that is applied to all instances in an Auto Scaling group until all instances have been updated. A rolling update can fail due to failed health checks or if instances are on standby or are protected from scale in. If the rolling update process fails, any instances that were already replaced are not rolled back to their previous configuration.
|
|
2427
2427
|
*/
|
|
2428
2428
|
Strategy?: RefreshStrategy;
|
|
2429
2429
|
/**
|
|
2430
|
-
* Set of preferences associated with the instance refresh request.
|
|
2430
|
+
* Set of preferences associated with the instance refresh request. If not provided, the default values are used. For MinHealthyPercentage, the default value is 90. For InstanceWarmup, the default is to use the value specified for the health check grace period for the Auto Scaling group. For more information, see RefreshPreferences in the Amazon EC2 Auto Scaling API Reference.
|
|
2431
2431
|
*/
|
|
2432
2432
|
Preferences?: RefreshPreferences;
|
|
2433
2433
|
}
|
|
@@ -2576,7 +2576,7 @@ declare namespace AutoScaling {
|
|
|
2576
2576
|
*/
|
|
2577
2577
|
DesiredCapacity?: AutoScalingGroupDesiredCapacity;
|
|
2578
2578
|
/**
|
|
2579
|
-
* The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default value is 300. This
|
|
2579
|
+
* The amount of time, in seconds, after a scaling activity completes before another scaling activity can start. The default value is 300. This setting applies when using simple scaling policies, but not when using other scaling policies or scheduled scaling. For more information, see Scaling Cooldowns for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.
|
|
2580
2580
|
*/
|
|
2581
2581
|
DefaultCooldown?: Cooldown;
|
|
2582
2582
|
/**
|
|
@@ -2588,7 +2588,7 @@ declare namespace AutoScaling {
|
|
|
2588
2588
|
*/
|
|
2589
2589
|
HealthCheckType?: XmlStringMaxLen32;
|
|
2590
2590
|
/**
|
|
2591
|
-
* The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default value is 0. For more information, see Health Check Grace Period in the Amazon EC2 Auto Scaling User Guide.
|
|
2591
|
+
* The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status of an EC2 instance that has come into service. The default value is 0. For more information, see Health Check Grace Period in the Amazon EC2 Auto Scaling User Guide. Required if you are adding an ELB health check.
|
|
2592
2592
|
*/
|
|
2593
2593
|
HealthCheckGracePeriod?: HealthCheckGracePeriod;
|
|
2594
2594
|
/**
|
package/clients/backup.d.ts
CHANGED
|
@@ -124,11 +124,11 @@ declare class Backup extends Service {
|
|
|
124
124
|
*/
|
|
125
125
|
describeRecoveryPoint(callback?: (err: AWSError, data: Backup.Types.DescribeRecoveryPointOutput) => void): Request<Backup.Types.DescribeRecoveryPointOutput, AWSError>;
|
|
126
126
|
/**
|
|
127
|
-
* Returns the current service opt-in settings for the
|
|
127
|
+
* Returns the current service opt-in settings for the Region. If the service has a value set to true, AWS Backup attempts to protect that service's resources in this Region, when included in an on-demand backup or scheduled backup plan. If the value is set to false for a service, AWS Backup does not attempt to protect that service's resources in this Region.
|
|
128
128
|
*/
|
|
129
129
|
describeRegionSettings(params: Backup.Types.DescribeRegionSettingsInput, callback?: (err: AWSError, data: Backup.Types.DescribeRegionSettingsOutput) => void): Request<Backup.Types.DescribeRegionSettingsOutput, AWSError>;
|
|
130
130
|
/**
|
|
131
|
-
* Returns the current service opt-in settings for the
|
|
131
|
+
* Returns the current service opt-in settings for the Region. If the service has a value set to true, AWS Backup attempts to protect that service's resources in this Region, when included in an on-demand backup or scheduled backup plan. If the value is set to false for a service, AWS Backup does not attempt to protect that service's resources in this Region.
|
|
132
132
|
*/
|
|
133
133
|
describeRegionSettings(callback?: (err: AWSError, data: Backup.Types.DescribeRegionSettingsOutput) => void): Request<Backup.Types.DescribeRegionSettingsOutput, AWSError>;
|
|
134
134
|
/**
|
|
@@ -384,17 +384,22 @@ declare class Backup extends Service {
|
|
|
384
384
|
*/
|
|
385
385
|
updateRecoveryPointLifecycle(callback?: (err: AWSError, data: Backup.Types.UpdateRecoveryPointLifecycleOutput) => void): Request<Backup.Types.UpdateRecoveryPointLifecycleOutput, AWSError>;
|
|
386
386
|
/**
|
|
387
|
-
* Updates the current service opt-in settings for the
|
|
387
|
+
* Updates the current service opt-in settings for the Region. If the service has a value set to true, AWS Backup attempts to protect that service's resources in this Region, when included in an on-demand backup or scheduled backup plan. If the value is set to false for a service, AWS Backup does not attempt to protect that service's resources in this Region.
|
|
388
388
|
*/
|
|
389
389
|
updateRegionSettings(params: Backup.Types.UpdateRegionSettingsInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
390
390
|
/**
|
|
391
|
-
* Updates the current service opt-in settings for the
|
|
391
|
+
* Updates the current service opt-in settings for the Region. If the service has a value set to true, AWS Backup attempts to protect that service's resources in this Region, when included in an on-demand backup or scheduled backup plan. If the value is set to false for a service, AWS Backup does not attempt to protect that service's resources in this Region.
|
|
392
392
|
*/
|
|
393
393
|
updateRegionSettings(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
394
394
|
}
|
|
395
395
|
declare namespace Backup {
|
|
396
396
|
export type ARN = string;
|
|
397
|
+
export type AccountId = string;
|
|
397
398
|
export interface BackupJob {
|
|
399
|
+
/**
|
|
400
|
+
* The account ID that owns the backup job.
|
|
401
|
+
*/
|
|
402
|
+
AccountId?: AccountId;
|
|
398
403
|
/**
|
|
399
404
|
* Uniquely identifies a request to AWS Backup to back up a resource.
|
|
400
405
|
*/
|
|
@@ -478,7 +483,7 @@ declare namespace Backup {
|
|
|
478
483
|
}
|
|
479
484
|
export interface BackupPlanInput {
|
|
480
485
|
/**
|
|
481
|
-
* The display name of a backup plan.
|
|
486
|
+
* The optional display name of a backup plan.
|
|
482
487
|
*/
|
|
483
488
|
BackupPlanName: BackupPlanName;
|
|
484
489
|
/**
|
|
@@ -722,6 +727,10 @@ declare namespace Backup {
|
|
|
722
727
|
}
|
|
723
728
|
export type CopyActions = CopyAction[];
|
|
724
729
|
export interface CopyJob {
|
|
730
|
+
/**
|
|
731
|
+
* The account ID that owns the copy job.
|
|
732
|
+
*/
|
|
733
|
+
AccountId?: AccountId;
|
|
725
734
|
/**
|
|
726
735
|
* Uniquely identifies a copy job.
|
|
727
736
|
*/
|
|
@@ -747,11 +756,11 @@ declare namespace Backup {
|
|
|
747
756
|
*/
|
|
748
757
|
ResourceArn?: ARN;
|
|
749
758
|
/**
|
|
750
|
-
* The date and time a copy job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
|
|
759
|
+
* The date and time a copy job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
|
|
751
760
|
*/
|
|
752
761
|
CreationDate?: timestamp;
|
|
753
762
|
/**
|
|
754
|
-
* The date and time a copy job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
|
|
763
|
+
* The date and time a copy job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
|
|
755
764
|
*/
|
|
756
765
|
CompletionDate?: timestamp;
|
|
757
766
|
/**
|
|
@@ -887,7 +896,7 @@ declare namespace Backup {
|
|
|
887
896
|
*/
|
|
888
897
|
BackupPlanArn?: ARN;
|
|
889
898
|
/**
|
|
890
|
-
* The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of
|
|
899
|
+
* The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
|
|
891
900
|
*/
|
|
892
901
|
DeletionDate?: timestamp;
|
|
893
902
|
/**
|
|
@@ -940,6 +949,10 @@ declare namespace Backup {
|
|
|
940
949
|
BackupJobId: string;
|
|
941
950
|
}
|
|
942
951
|
export interface DescribeBackupJobOutput {
|
|
952
|
+
/**
|
|
953
|
+
* Returns the account ID that owns the backup job.
|
|
954
|
+
*/
|
|
955
|
+
AccountId?: AccountId;
|
|
943
956
|
/**
|
|
944
957
|
* Uniquely identifies a request to AWS Backup to back up a resource.
|
|
945
958
|
*/
|
|
@@ -965,7 +978,7 @@ declare namespace Backup {
|
|
|
965
978
|
*/
|
|
966
979
|
CreationDate?: timestamp;
|
|
967
980
|
/**
|
|
968
|
-
* The date and time that a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of
|
|
981
|
+
* The date and time that a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
|
|
969
982
|
*/
|
|
970
983
|
CompletionDate?: timestamp;
|
|
971
984
|
/**
|
|
@@ -1168,6 +1181,10 @@ declare namespace Backup {
|
|
|
1168
1181
|
RestoreJobId: RestoreJobId;
|
|
1169
1182
|
}
|
|
1170
1183
|
export interface DescribeRestoreJobOutput {
|
|
1184
|
+
/**
|
|
1185
|
+
* Returns the account ID that owns the restore job.
|
|
1186
|
+
*/
|
|
1187
|
+
AccountId?: AccountId;
|
|
1171
1188
|
/**
|
|
1172
1189
|
* Uniquely identifies the job that restores a recovery point.
|
|
1173
1190
|
*/
|
|
@@ -1189,7 +1206,7 @@ declare namespace Backup {
|
|
|
1189
1206
|
*/
|
|
1190
1207
|
Status?: RestoreJobStatus;
|
|
1191
1208
|
/**
|
|
1192
|
-
* A
|
|
1209
|
+
* A message showing the status of a job to restore a recovery point.
|
|
1193
1210
|
*/
|
|
1194
1211
|
StatusMessage?: string;
|
|
1195
1212
|
/**
|
|
@@ -1212,6 +1229,10 @@ declare namespace Backup {
|
|
|
1212
1229
|
* An Amazon Resource Name (ARN) that uniquely identifies a resource whose recovery point is being restored. The format of the ARN depends on the resource type of the backed-up resource.
|
|
1213
1230
|
*/
|
|
1214
1231
|
CreatedResourceArn?: ARN;
|
|
1232
|
+
/**
|
|
1233
|
+
* Returns metadata associated with a restore job listed by resource type.
|
|
1234
|
+
*/
|
|
1235
|
+
ResourceType?: ResourceType;
|
|
1215
1236
|
}
|
|
1216
1237
|
export interface ExportBackupPlanTemplateInput {
|
|
1217
1238
|
/**
|
|
@@ -1285,7 +1306,7 @@ declare namespace Backup {
|
|
|
1285
1306
|
*/
|
|
1286
1307
|
CreationDate?: timestamp;
|
|
1287
1308
|
/**
|
|
1288
|
-
* The date and time that a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of
|
|
1309
|
+
* The date and time that a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
|
|
1289
1310
|
*/
|
|
1290
1311
|
DeletionDate?: timestamp;
|
|
1291
1312
|
/**
|
|
@@ -1395,7 +1416,7 @@ declare namespace Backup {
|
|
|
1395
1416
|
}
|
|
1396
1417
|
export interface GetSupportedResourceTypesOutput {
|
|
1397
1418
|
/**
|
|
1398
|
-
* Contains a string with the supported AWS resource types: EBS for Amazon Elastic Block Store
|
|
1419
|
+
* Contains a string with the supported AWS resource types: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Storage Gateway for AWS Storage Gateway
|
|
1399
1420
|
*/
|
|
1400
1421
|
ResourceTypes?: ResourceTypes;
|
|
1401
1422
|
}
|
|
@@ -1442,9 +1463,13 @@ declare namespace Backup {
|
|
|
1442
1463
|
*/
|
|
1443
1464
|
ByCreatedAfter?: timestamp;
|
|
1444
1465
|
/**
|
|
1445
|
-
* Returns only backup jobs for the specified resources: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Storage Gateway for AWS Storage Gateway
|
|
1466
|
+
* Returns only backup jobs for the specified resources: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Storage Gateway for AWS Storage Gateway
|
|
1446
1467
|
*/
|
|
1447
1468
|
ByResourceType?: ResourceType;
|
|
1469
|
+
/**
|
|
1470
|
+
* The account ID to list the jobs from. Returns only backup jobs associated with the specified account ID.
|
|
1471
|
+
*/
|
|
1472
|
+
ByAccountId?: AccountId;
|
|
1448
1473
|
}
|
|
1449
1474
|
export interface ListBackupJobsOutput {
|
|
1450
1475
|
/**
|
|
@@ -1594,13 +1619,17 @@ declare namespace Backup {
|
|
|
1594
1619
|
*/
|
|
1595
1620
|
ByCreatedAfter?: timestamp;
|
|
1596
1621
|
/**
|
|
1597
|
-
* Returns only backup jobs for the specified resources: EBS for Amazon Elastic Block Store EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Storage Gateway for AWS Storage Gateway
|
|
1622
|
+
* Returns only backup jobs for the specified resources: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Storage Gateway for AWS Storage Gateway
|
|
1598
1623
|
*/
|
|
1599
1624
|
ByResourceType?: ResourceType;
|
|
1600
1625
|
/**
|
|
1601
1626
|
* An Amazon Resource Name (ARN) that uniquely identifies a source backup vault to copy from; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
|
|
1602
1627
|
*/
|
|
1603
1628
|
ByDestinationVaultArn?: string;
|
|
1629
|
+
/**
|
|
1630
|
+
* The account ID to list the jobs from. Returns only copy jobs associated with the specified account ID.
|
|
1631
|
+
*/
|
|
1632
|
+
ByAccountId?: AccountId;
|
|
1604
1633
|
}
|
|
1605
1634
|
export interface ListCopyJobsOutput {
|
|
1606
1635
|
/**
|
|
@@ -1710,6 +1739,22 @@ declare namespace Backup {
|
|
|
1710
1739
|
* The maximum number of items to be returned.
|
|
1711
1740
|
*/
|
|
1712
1741
|
MaxResults?: MaxResults;
|
|
1742
|
+
/**
|
|
1743
|
+
* The account ID to list the jobs from. Returns only restore jobs associated with the specified account ID.
|
|
1744
|
+
*/
|
|
1745
|
+
ByAccountId?: AccountId;
|
|
1746
|
+
/**
|
|
1747
|
+
* Returns only restore jobs that were created before the specified date.
|
|
1748
|
+
*/
|
|
1749
|
+
ByCreatedBefore?: timestamp;
|
|
1750
|
+
/**
|
|
1751
|
+
* Returns only restore jobs that were created after the specified date.
|
|
1752
|
+
*/
|
|
1753
|
+
ByCreatedAfter?: timestamp;
|
|
1754
|
+
/**
|
|
1755
|
+
* Returns only restore jobs associated with the specified job status.
|
|
1756
|
+
*/
|
|
1757
|
+
ByStatus?: RestoreJobStatus;
|
|
1713
1758
|
}
|
|
1714
1759
|
export interface ListRestoreJobsOutput {
|
|
1715
1760
|
/**
|
|
@@ -1910,6 +1955,10 @@ declare namespace Backup {
|
|
|
1910
1955
|
export type RestoreJobStatus = "PENDING"|"RUNNING"|"COMPLETED"|"ABORTED"|"FAILED"|string;
|
|
1911
1956
|
export type RestoreJobsList = RestoreJobsListMember[];
|
|
1912
1957
|
export interface RestoreJobsListMember {
|
|
1958
|
+
/**
|
|
1959
|
+
* The account ID that owns the restore job.
|
|
1960
|
+
*/
|
|
1961
|
+
AccountId?: AccountId;
|
|
1913
1962
|
/**
|
|
1914
1963
|
* Uniquely identifies the job that restores a recovery point.
|
|
1915
1964
|
*/
|
|
@@ -1954,6 +2003,10 @@ declare namespace Backup {
|
|
|
1954
2003
|
* An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
|
|
1955
2004
|
*/
|
|
1956
2005
|
CreatedResourceArn?: ARN;
|
|
2006
|
+
/**
|
|
2007
|
+
* The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
|
|
2008
|
+
*/
|
|
2009
|
+
ResourceType?: ResourceType;
|
|
1957
2010
|
}
|
|
1958
2011
|
export interface StartBackupJobInput {
|
|
1959
2012
|
/**
|
|
@@ -2054,7 +2107,7 @@ declare namespace Backup {
|
|
|
2054
2107
|
*/
|
|
2055
2108
|
IdempotencyToken?: string;
|
|
2056
2109
|
/**
|
|
2057
|
-
* Starts a job to restore a recovery point for one of the following resources: EBS for Amazon Elastic Block Store
|
|
2110
|
+
* Starts a job to restore a recovery point for one of the following resources: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Storage Gateway for AWS Storage Gateway
|
|
2058
2111
|
*/
|
|
2059
2112
|
ResourceType?: ResourceType;
|
|
2060
2113
|
}
|
|
@@ -293,11 +293,11 @@ declare class CloudFormation extends Service {
|
|
|
293
293
|
*/
|
|
294
294
|
listImports(callback?: (err: AWSError, data: CloudFormation.Types.ListImportsOutput) => void): Request<CloudFormation.Types.ListImportsOutput, AWSError>;
|
|
295
295
|
/**
|
|
296
|
-
* Returns summary information about stack instances that are associated with the specified stack set. You can filter for stack instances that are associated with a specific AWS account name or Region.
|
|
296
|
+
* Returns summary information about stack instances that are associated with the specified stack set. You can filter for stack instances that are associated with a specific AWS account name or Region, or that have a specific status.
|
|
297
297
|
*/
|
|
298
298
|
listStackInstances(params: CloudFormation.Types.ListStackInstancesInput, callback?: (err: AWSError, data: CloudFormation.Types.ListStackInstancesOutput) => void): Request<CloudFormation.Types.ListStackInstancesOutput, AWSError>;
|
|
299
299
|
/**
|
|
300
|
-
* Returns summary information about stack instances that are associated with the specified stack set. You can filter for stack instances that are associated with a specific AWS account name or Region.
|
|
300
|
+
* Returns summary information about stack instances that are associated with the specified stack set. You can filter for stack instances that are associated with a specific AWS account name or Region, or that have a specific status.
|
|
301
301
|
*/
|
|
302
302
|
listStackInstances(callback?: (err: AWSError, data: CloudFormation.Types.ListStackInstancesOutput) => void): Request<CloudFormation.Types.ListStackInstancesOutput, AWSError>;
|
|
303
303
|
/**
|
|
@@ -1681,6 +1681,10 @@ declare namespace CloudFormation {
|
|
|
1681
1681
|
* The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results.
|
|
1682
1682
|
*/
|
|
1683
1683
|
MaxResults?: MaxResults;
|
|
1684
|
+
/**
|
|
1685
|
+
* The status that stack instances are filtered by.
|
|
1686
|
+
*/
|
|
1687
|
+
Filters?: StackInstanceFilters;
|
|
1684
1688
|
/**
|
|
1685
1689
|
* The name of the AWS account that you want to list stack instances for.
|
|
1686
1690
|
*/
|
|
@@ -2226,7 +2230,7 @@ declare namespace CloudFormation {
|
|
|
2226
2230
|
}
|
|
2227
2231
|
export interface ResourceToImport {
|
|
2228
2232
|
/**
|
|
2229
|
-
* The type of resource to import into your stack, such as AWS::S3::Bucket.
|
|
2233
|
+
* The type of resource to import into your stack, such as AWS::S3::Bucket. For a list of supported resource types, see Resources that support import operations in the AWS CloudFormation User Guide.
|
|
2230
2234
|
*/
|
|
2231
2235
|
ResourceType: ResourceType;
|
|
2232
2236
|
/**
|
|
@@ -2511,6 +2515,10 @@ declare namespace CloudFormation {
|
|
|
2511
2515
|
* The status of the stack instance, in terms of its synchronization with its associated stack set. INOPERABLE: A DeleteStackInstances operation has failed and left the stack in an unstable state. Stacks in this state are excluded from further UpdateStackSet operations. You might need to perform a DeleteStackInstances operation, with RetainStacks set to true, to delete the stack instance, and then delete the stack manually. OUTDATED: The stack isn't currently up to date with the stack set because: The associated stack failed during a CreateStackSet or UpdateStackSet operation. The stack was part of a CreateStackSet or UpdateStackSet operation that failed or was stopped before the stack was created or updated. CURRENT: The stack is currently up to date with the stack set.
|
|
2512
2516
|
*/
|
|
2513
2517
|
Status?: StackInstanceStatus;
|
|
2518
|
+
/**
|
|
2519
|
+
* The detailed status of the stack instance.
|
|
2520
|
+
*/
|
|
2521
|
+
StackInstanceStatus?: StackInstanceComprehensiveStatus;
|
|
2514
2522
|
/**
|
|
2515
2523
|
* The explanation for the specific status code that is assigned to this stack instance.
|
|
2516
2524
|
*/
|
|
@@ -2528,6 +2536,26 @@ declare namespace CloudFormation {
|
|
|
2528
2536
|
*/
|
|
2529
2537
|
LastDriftCheckTimestamp?: Timestamp;
|
|
2530
2538
|
}
|
|
2539
|
+
export interface StackInstanceComprehensiveStatus {
|
|
2540
|
+
/**
|
|
2541
|
+
* CANCELLED: The operation in the specified account and Region has been cancelled. This is either because a user has stopped the stack set operation, or because the failure tolerance of the stack set operation has been exceeded. FAILED: The operation in the specified account and Region failed. If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded. INOPERABLE: A DeleteStackInstances operation has failed and left the stack in an unstable state. Stacks in this state are excluded from further UpdateStackSet operations. You might need to perform a DeleteStackInstances operation, with RetainStacks set to true, to delete the stack instance, and then delete the stack manually. PENDING: The operation in the specified account and Region has yet to start. RUNNING: The operation in the specified account and Region is currently in progress. SUCCEEDED: The operation in the specified account and Region completed successfully.
|
|
2542
|
+
*/
|
|
2543
|
+
DetailedStatus?: StackInstanceDetailedStatus;
|
|
2544
|
+
}
|
|
2545
|
+
export type StackInstanceDetailedStatus = "PENDING"|"RUNNING"|"SUCCEEDED"|"FAILED"|"CANCELLED"|"INOPERABLE"|string;
|
|
2546
|
+
export interface StackInstanceFilter {
|
|
2547
|
+
/**
|
|
2548
|
+
* The type of filter to apply.
|
|
2549
|
+
*/
|
|
2550
|
+
Name?: StackInstanceFilterName;
|
|
2551
|
+
/**
|
|
2552
|
+
* The status to filter by.
|
|
2553
|
+
*/
|
|
2554
|
+
Values?: StackInstanceFilterValues;
|
|
2555
|
+
}
|
|
2556
|
+
export type StackInstanceFilterName = "DETAILED_STATUS"|string;
|
|
2557
|
+
export type StackInstanceFilterValues = string;
|
|
2558
|
+
export type StackInstanceFilters = StackInstanceFilter[];
|
|
2531
2559
|
export type StackInstanceStatus = "CURRENT"|"OUTDATED"|"INOPERABLE"|string;
|
|
2532
2560
|
export type StackInstanceSummaries = StackInstanceSummary[];
|
|
2533
2561
|
export interface StackInstanceSummary {
|
|
@@ -2555,6 +2583,10 @@ declare namespace CloudFormation {
|
|
|
2555
2583
|
* The explanation for the specific status code assigned to this stack instance.
|
|
2556
2584
|
*/
|
|
2557
2585
|
StatusReason?: Reason;
|
|
2586
|
+
/**
|
|
2587
|
+
* The detailed status of the stack instance.
|
|
2588
|
+
*/
|
|
2589
|
+
StackInstanceStatus?: StackInstanceComprehensiveStatus;
|
|
2558
2590
|
/**
|
|
2559
2591
|
* [Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for DeploymentTargets.
|
|
2560
2592
|
*/
|