aws-sdk 2.1346.0 → 2.1348.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/autoscaling-2011-01-01.examples.json +72 -0
- package/apis/autoscaling-2011-01-01.min.json +13 -5
- package/apis/autoscaling-2011-01-01.paginators.json +5 -0
- package/apis/batch-2016-08-10.min.json +4 -1
- package/apis/compute-optimizer-2019-11-01.min.json +15 -11
- package/apis/drs-2020-02-26.min.json +21 -2
- package/apis/ec2-2016-11-15.min.json +754 -660
- package/apis/elasticmapreduce-2009-03-31.min.json +82 -66
- package/apis/glue-2017-03-31.min.json +0 -1
- package/apis/guardduty-2017-11-28.min.json +590 -111
- package/apis/guardduty-2017-11-28.paginators.json +6 -0
- package/apis/imagebuilder-2019-12-02.min.json +546 -75
- package/apis/imagebuilder-2019-12-02.paginators.json +23 -0
- package/apis/internetmonitor-2021-06-03.min.json +41 -19
- package/apis/ivs-2020-07-14.min.json +58 -46
- package/apis/kendra-2019-02-03.min.json +494 -240
- package/apis/metadata.json +4 -0
- package/apis/network-firewall-2020-11-12.min.json +238 -9
- package/apis/network-firewall-2020-11-12.paginators.json +6 -0
- package/apis/s3-2006-03-01.examples.json +97 -97
- package/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +4 -0
- package/apis/sagemaker-geospatial-2020-05-27.min.json +135 -107
- package/apis/sms-2016-10-24.min.json +3 -1
- package/apis/vpc-lattice-2022-11-30.examples.json +5 -0
- package/apis/vpc-lattice-2022-11-30.min.json +2363 -0
- package/apis/vpc-lattice-2022-11-30.paginators.json +58 -0
- package/apis/wellarchitected-2020-03-31.min.json +125 -21
- package/apis/wellarchitected-2020-03-31.paginators.json +5 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/autoscaling.d.ts +63 -36
- package/clients/batch.d.ts +13 -0
- package/clients/computeoptimizer.d.ts +13 -3
- package/clients/drs.d.ts +25 -5
- package/clients/ec2.d.ts +115 -4
- package/clients/emr.d.ts +20 -0
- package/clients/glue.d.ts +0 -4
- package/clients/guardduty.d.ts +491 -8
- package/clients/imagebuilder.d.ts +931 -128
- package/clients/internetmonitor.d.ts +50 -16
- package/clients/ivs.d.ts +17 -0
- package/clients/kendra.d.ts +424 -75
- package/clients/networkfirewall.d.ts +289 -0
- package/clients/resiliencehub.d.ts +88 -88
- package/clients/s3.d.ts +115 -115
- package/clients/sagemakerfeaturestoreruntime.d.ts +10 -5
- package/clients/sagemakergeospatial.d.ts +183 -147
- package/clients/vpclattice.d.ts +2772 -0
- package/clients/vpclattice.js +18 -0
- package/clients/wellarchitected.d.ts +125 -34
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +63 -26
- package/dist/aws-sdk.js +861 -734
- package/dist/aws-sdk.min.js +97 -96
- 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
|
@@ -20,27 +20,27 @@ declare class AutoScaling extends Service {
|
|
|
20
20
|
*/
|
|
21
21
|
attachInstances(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* Attaches one or more target groups to the specified Auto Scaling group. This operation is used with the following load balancer types: Application Load Balancer - Operates at the application layer (layer 7) and supports HTTP and HTTPS. Network Load Balancer - Operates at the transport layer (layer 4) and supports TCP, TLS, and UDP. Gateway Load Balancer - Operates at the network layer (layer 3). To describe the target groups for an Auto Scaling group, call the DescribeLoadBalancerTargetGroups API. To detach the target group from the Auto Scaling group, call the DetachLoadBalancerTargetGroups API. This operation is additive and does not detach existing target groups or Classic Load Balancers from the Auto Scaling group. For more information, see Use Elastic Load Balancing to distribute traffic across the instances in your Auto Scaling group in the Amazon EC2 Auto Scaling User Guide.
|
|
23
|
+
* This API call has been replaced with a new "traffic sources" API call (AttachTrafficSources) that can attach multiple traffic sources types. While we continue to support AttachLoadBalancerTargetGroups, and you can use both the original AttachLoadBalancerTargetGroups API call and the new AttachTrafficSources API call on the same Auto Scaling group, we recommend using the new "traffic sources" API call to simplify how you manage traffic sources. Attaches one or more target groups to the specified Auto Scaling group. This operation is used with the following load balancer types: Application Load Balancer - Operates at the application layer (layer 7) and supports HTTP and HTTPS. Network Load Balancer - Operates at the transport layer (layer 4) and supports TCP, TLS, and UDP. Gateway Load Balancer - Operates at the network layer (layer 3). To describe the target groups for an Auto Scaling group, call the DescribeLoadBalancerTargetGroups API. To detach the target group from the Auto Scaling group, call the DetachLoadBalancerTargetGroups API. This operation is additive and does not detach existing target groups or Classic Load Balancers from the Auto Scaling group. For more information, see Use Elastic Load Balancing to distribute traffic across the instances in your Auto Scaling group in the Amazon EC2 Auto Scaling User Guide.
|
|
24
24
|
*/
|
|
25
25
|
attachLoadBalancerTargetGroups(params: AutoScaling.Types.AttachLoadBalancerTargetGroupsType, callback?: (err: AWSError, data: AutoScaling.Types.AttachLoadBalancerTargetGroupsResultType) => void): Request<AutoScaling.Types.AttachLoadBalancerTargetGroupsResultType, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
* Attaches one or more target groups to the specified Auto Scaling group. This operation is used with the following load balancer types: Application Load Balancer - Operates at the application layer (layer 7) and supports HTTP and HTTPS. Network Load Balancer - Operates at the transport layer (layer 4) and supports TCP, TLS, and UDP. Gateway Load Balancer - Operates at the network layer (layer 3). To describe the target groups for an Auto Scaling group, call the DescribeLoadBalancerTargetGroups API. To detach the target group from the Auto Scaling group, call the DetachLoadBalancerTargetGroups API. This operation is additive and does not detach existing target groups or Classic Load Balancers from the Auto Scaling group. For more information, see Use Elastic Load Balancing to distribute traffic across the instances in your Auto Scaling group in the Amazon EC2 Auto Scaling User Guide.
|
|
27
|
+
* This API call has been replaced with a new "traffic sources" API call (AttachTrafficSources) that can attach multiple traffic sources types. While we continue to support AttachLoadBalancerTargetGroups, and you can use both the original AttachLoadBalancerTargetGroups API call and the new AttachTrafficSources API call on the same Auto Scaling group, we recommend using the new "traffic sources" API call to simplify how you manage traffic sources. Attaches one or more target groups to the specified Auto Scaling group. This operation is used with the following load balancer types: Application Load Balancer - Operates at the application layer (layer 7) and supports HTTP and HTTPS. Network Load Balancer - Operates at the transport layer (layer 4) and supports TCP, TLS, and UDP. Gateway Load Balancer - Operates at the network layer (layer 3). To describe the target groups for an Auto Scaling group, call the DescribeLoadBalancerTargetGroups API. To detach the target group from the Auto Scaling group, call the DetachLoadBalancerTargetGroups API. This operation is additive and does not detach existing target groups or Classic Load Balancers from the Auto Scaling group. For more information, see Use Elastic Load Balancing to distribute traffic across the instances in your Auto Scaling group in the Amazon EC2 Auto Scaling User Guide.
|
|
28
28
|
*/
|
|
29
29
|
attachLoadBalancerTargetGroups(callback?: (err: AWSError, data: AutoScaling.Types.AttachLoadBalancerTargetGroupsResultType) => void): Request<AutoScaling.Types.AttachLoadBalancerTargetGroupsResultType, AWSError>;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* This API call has been replaced with a new "traffic sources" API call (AttachTrafficSources) that can attach multiple traffic sources types. While we continue to support AttachLoadBalancers, and you can use both the original AttachLoadBalancers API call and the new AttachTrafficSources API call on the same Auto Scaling group, we recommend using the new "traffic sources" API call to simplify how you manage traffic sources. Attaches one or more Classic Load Balancers to the specified Auto Scaling group. Amazon EC2 Auto Scaling registers the running instances with these Classic Load Balancers. To describe the load balancers for an Auto Scaling group, call the DescribeLoadBalancers API. To detach a load balancer from the Auto Scaling group, call the DetachLoadBalancers API. This operation is additive and does not detach existing Classic Load Balancers or target groups from the Auto Scaling group. For more information, see Use Elastic Load Balancing to distribute traffic across the instances in your Auto Scaling group in the Amazon EC2 Auto Scaling User Guide.
|
|
32
32
|
*/
|
|
33
33
|
attachLoadBalancers(params: AutoScaling.Types.AttachLoadBalancersType, callback?: (err: AWSError, data: AutoScaling.Types.AttachLoadBalancersResultType) => void): Request<AutoScaling.Types.AttachLoadBalancersResultType, AWSError>;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* This API call has been replaced with a new "traffic sources" API call (AttachTrafficSources) that can attach multiple traffic sources types. While we continue to support AttachLoadBalancers, and you can use both the original AttachLoadBalancers API call and the new AttachTrafficSources API call on the same Auto Scaling group, we recommend using the new "traffic sources" API call to simplify how you manage traffic sources. Attaches one or more Classic Load Balancers to the specified Auto Scaling group. Amazon EC2 Auto Scaling registers the running instances with these Classic Load Balancers. To describe the load balancers for an Auto Scaling group, call the DescribeLoadBalancers API. To detach a load balancer from the Auto Scaling group, call the DetachLoadBalancers API. This operation is additive and does not detach existing Classic Load Balancers or target groups from the Auto Scaling group. For more information, see Use Elastic Load Balancing to distribute traffic across the instances in your Auto Scaling group in the Amazon EC2 Auto Scaling User Guide.
|
|
36
36
|
*/
|
|
37
37
|
attachLoadBalancers(callback?: (err: AWSError, data: AutoScaling.Types.AttachLoadBalancersResultType) => void): Request<AutoScaling.Types.AttachLoadBalancersResultType, AWSError>;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* Attaches one or more traffic sources to the specified Auto Scaling group. You can use any of the following as traffic sources for an Auto Scaling group: Application Load Balancer Classic Load Balancer Network Load Balancer Gateway Load Balancer VPC Lattice This operation is additive and does not detach existing traffic sources from the Auto Scaling group. After the operation completes, use the DescribeTrafficSources API to return details about the state of the attachments between traffic sources and your Auto Scaling group. To detach a traffic source from the Auto Scaling group, call the DetachTrafficSources API.
|
|
40
40
|
*/
|
|
41
41
|
attachTrafficSources(params: AutoScaling.Types.AttachTrafficSourcesType, callback?: (err: AWSError, data: AutoScaling.Types.AttachTrafficSourcesResultType) => void): Request<AutoScaling.Types.AttachTrafficSourcesResultType, AWSError>;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Attaches one or more traffic sources to the specified Auto Scaling group. You can use any of the following as traffic sources for an Auto Scaling group: Application Load Balancer Classic Load Balancer Network Load Balancer Gateway Load Balancer VPC Lattice This operation is additive and does not detach existing traffic sources from the Auto Scaling group. After the operation completes, use the DescribeTrafficSources API to return details about the state of the attachments between traffic sources and your Auto Scaling group. To detach a traffic source from the Auto Scaling group, call the DetachTrafficSources API.
|
|
44
44
|
*/
|
|
45
45
|
attachTrafficSources(callback?: (err: AWSError, data: AutoScaling.Types.AttachTrafficSourcesResultType) => void): Request<AutoScaling.Types.AttachTrafficSourcesResultType, AWSError>;
|
|
46
46
|
/**
|
|
@@ -220,19 +220,19 @@ declare class AutoScaling extends Service {
|
|
|
220
220
|
*/
|
|
221
221
|
describeLifecycleHooks(callback?: (err: AWSError, data: AutoScaling.Types.DescribeLifecycleHooksAnswer) => void): Request<AutoScaling.Types.DescribeLifecycleHooksAnswer, AWSError>;
|
|
222
222
|
/**
|
|
223
|
-
* Gets information about the Elastic Load Balancing target groups for the specified Auto Scaling group. To determine the attachment status of the target group, use the State element in the response. When you attach a target group to an Auto Scaling group, the initial State value is Adding. The state transitions to Added after all Auto Scaling instances are registered with the target group. If Elastic Load Balancing health checks are enabled for the Auto Scaling group, the state transitions to InService after at least one Auto Scaling instance passes the health check. When the target group is in the InService state, Amazon EC2 Auto Scaling can terminate and replace any instances that are reported as unhealthy. If no registered instances pass the health checks, the target group doesn't enter the InService state. Target groups also have an InService state if you attach them in the CreateAutoScalingGroup API call. If your target group state is InService, but it is not working properly, check the scaling activities by calling DescribeScalingActivities and take any corrective actions necessary. For help with failed health checks, see Troubleshooting Amazon EC2 Auto Scaling: Health checks in the Amazon EC2 Auto Scaling User Guide. For more information, see Use Elastic Load Balancing to distribute traffic across the instances in your Auto Scaling group in the Amazon EC2 Auto Scaling User Guide. You can use this operation to describe target groups that were attached by using AttachLoadBalancerTargetGroups, but not for target groups that were attached by using AttachTrafficSources.
|
|
223
|
+
* This API call has been replaced with a new "traffic sources" API call (DescribeTrafficSources) that can describe multiple traffic sources types. While we continue to support DescribeLoadBalancerTargetGroups, and you can use both the original DescribeLoadBalancerTargetGroups API call and the new DescribeTrafficSources API call on the same Auto Scaling group, we recommend using the new "traffic sources" API call to simplify how you manage traffic sources. Gets information about the Elastic Load Balancing target groups for the specified Auto Scaling group. To determine the attachment status of the target group, use the State element in the response. When you attach a target group to an Auto Scaling group, the initial State value is Adding. The state transitions to Added after all Auto Scaling instances are registered with the target group. If Elastic Load Balancing health checks are enabled for the Auto Scaling group, the state transitions to InService after at least one Auto Scaling instance passes the health check. When the target group is in the InService state, Amazon EC2 Auto Scaling can terminate and replace any instances that are reported as unhealthy. If no registered instances pass the health checks, the target group doesn't enter the InService state. Target groups also have an InService state if you attach them in the CreateAutoScalingGroup API call. If your target group state is InService, but it is not working properly, check the scaling activities by calling DescribeScalingActivities and take any corrective actions necessary. For help with failed health checks, see Troubleshooting Amazon EC2 Auto Scaling: Health checks in the Amazon EC2 Auto Scaling User Guide. For more information, see Use Elastic Load Balancing to distribute traffic across the instances in your Auto Scaling group in the Amazon EC2 Auto Scaling User Guide. You can use this operation to describe target groups that were attached by using AttachLoadBalancerTargetGroups, but not for target groups that were attached by using AttachTrafficSources.
|
|
224
224
|
*/
|
|
225
225
|
describeLoadBalancerTargetGroups(params: AutoScaling.Types.DescribeLoadBalancerTargetGroupsRequest, callback?: (err: AWSError, data: AutoScaling.Types.DescribeLoadBalancerTargetGroupsResponse) => void): Request<AutoScaling.Types.DescribeLoadBalancerTargetGroupsResponse, AWSError>;
|
|
226
226
|
/**
|
|
227
|
-
* Gets information about the Elastic Load Balancing target groups for the specified Auto Scaling group. To determine the attachment status of the target group, use the State element in the response. When you attach a target group to an Auto Scaling group, the initial State value is Adding. The state transitions to Added after all Auto Scaling instances are registered with the target group. If Elastic Load Balancing health checks are enabled for the Auto Scaling group, the state transitions to InService after at least one Auto Scaling instance passes the health check. When the target group is in the InService state, Amazon EC2 Auto Scaling can terminate and replace any instances that are reported as unhealthy. If no registered instances pass the health checks, the target group doesn't enter the InService state. Target groups also have an InService state if you attach them in the CreateAutoScalingGroup API call. If your target group state is InService, but it is not working properly, check the scaling activities by calling DescribeScalingActivities and take any corrective actions necessary. For help with failed health checks, see Troubleshooting Amazon EC2 Auto Scaling: Health checks in the Amazon EC2 Auto Scaling User Guide. For more information, see Use Elastic Load Balancing to distribute traffic across the instances in your Auto Scaling group in the Amazon EC2 Auto Scaling User Guide. You can use this operation to describe target groups that were attached by using AttachLoadBalancerTargetGroups, but not for target groups that were attached by using AttachTrafficSources.
|
|
227
|
+
* This API call has been replaced with a new "traffic sources" API call (DescribeTrafficSources) that can describe multiple traffic sources types. While we continue to support DescribeLoadBalancerTargetGroups, and you can use both the original DescribeLoadBalancerTargetGroups API call and the new DescribeTrafficSources API call on the same Auto Scaling group, we recommend using the new "traffic sources" API call to simplify how you manage traffic sources. Gets information about the Elastic Load Balancing target groups for the specified Auto Scaling group. To determine the attachment status of the target group, use the State element in the response. When you attach a target group to an Auto Scaling group, the initial State value is Adding. The state transitions to Added after all Auto Scaling instances are registered with the target group. If Elastic Load Balancing health checks are enabled for the Auto Scaling group, the state transitions to InService after at least one Auto Scaling instance passes the health check. When the target group is in the InService state, Amazon EC2 Auto Scaling can terminate and replace any instances that are reported as unhealthy. If no registered instances pass the health checks, the target group doesn't enter the InService state. Target groups also have an InService state if you attach them in the CreateAutoScalingGroup API call. If your target group state is InService, but it is not working properly, check the scaling activities by calling DescribeScalingActivities and take any corrective actions necessary. For help with failed health checks, see Troubleshooting Amazon EC2 Auto Scaling: Health checks in the Amazon EC2 Auto Scaling User Guide. For more information, see Use Elastic Load Balancing to distribute traffic across the instances in your Auto Scaling group in the Amazon EC2 Auto Scaling User Guide. You can use this operation to describe target groups that were attached by using AttachLoadBalancerTargetGroups, but not for target groups that were attached by using AttachTrafficSources.
|
|
228
228
|
*/
|
|
229
229
|
describeLoadBalancerTargetGroups(callback?: (err: AWSError, data: AutoScaling.Types.DescribeLoadBalancerTargetGroupsResponse) => void): Request<AutoScaling.Types.DescribeLoadBalancerTargetGroupsResponse, AWSError>;
|
|
230
230
|
/**
|
|
231
|
-
* Gets information about the load balancers for the specified Auto Scaling group. This operation describes only Classic Load Balancers. If you have Application Load Balancers, Network Load Balancers, or Gateway Load
|
|
231
|
+
* This API call has been replaced with a new "traffic sources" API call (DescribeTrafficSources) that can describe multiple traffic sources types. While we continue to support DescribeLoadBalancers, and you can use both the original DescribeLoadBalancers API call and the new DescribeTrafficSources API call on the same Auto Scaling group, we recommend using the new "traffic sources" API call to simplify how you manage traffic sources. Gets information about the load balancers for the specified Auto Scaling group. This operation describes only Classic Load Balancers. If you have Application Load Balancers, Network Load Balancers, or Gateway Load Balancers, use the DescribeLoadBalancerTargetGroups API instead. To determine the attachment status of the load balancer, use the State element in the response. When you attach a load balancer to an Auto Scaling group, the initial State value is Adding. The state transitions to Added after all Auto Scaling instances are registered with the load balancer. If Elastic Load Balancing health checks are enabled for the Auto Scaling group, the state transitions to InService after at least one Auto Scaling instance passes the health check. When the load balancer is in the InService state, Amazon EC2 Auto Scaling can terminate and replace any instances that are reported as unhealthy. If no registered instances pass the health checks, the load balancer doesn't enter the InService state. Load balancers also have an InService state if you attach them in the CreateAutoScalingGroup API call. If your load balancer state is InService, but it is not working properly, check the scaling activities by calling DescribeScalingActivities and take any corrective actions necessary. For help with failed health checks, see Troubleshooting Amazon EC2 Auto Scaling: Health checks in the Amazon EC2 Auto Scaling User Guide. For more information, see Use Elastic Load Balancing to distribute traffic across the instances in your Auto Scaling group in the Amazon EC2 Auto Scaling User Guide.
|
|
232
232
|
*/
|
|
233
233
|
describeLoadBalancers(params: AutoScaling.Types.DescribeLoadBalancersRequest, callback?: (err: AWSError, data: AutoScaling.Types.DescribeLoadBalancersResponse) => void): Request<AutoScaling.Types.DescribeLoadBalancersResponse, AWSError>;
|
|
234
234
|
/**
|
|
235
|
-
* Gets information about the load balancers for the specified Auto Scaling group. This operation describes only Classic Load Balancers. If you have Application Load Balancers, Network Load Balancers, or Gateway Load
|
|
235
|
+
* This API call has been replaced with a new "traffic sources" API call (DescribeTrafficSources) that can describe multiple traffic sources types. While we continue to support DescribeLoadBalancers, and you can use both the original DescribeLoadBalancers API call and the new DescribeTrafficSources API call on the same Auto Scaling group, we recommend using the new "traffic sources" API call to simplify how you manage traffic sources. Gets information about the load balancers for the specified Auto Scaling group. This operation describes only Classic Load Balancers. If you have Application Load Balancers, Network Load Balancers, or Gateway Load Balancers, use the DescribeLoadBalancerTargetGroups API instead. To determine the attachment status of the load balancer, use the State element in the response. When you attach a load balancer to an Auto Scaling group, the initial State value is Adding. The state transitions to Added after all Auto Scaling instances are registered with the load balancer. If Elastic Load Balancing health checks are enabled for the Auto Scaling group, the state transitions to InService after at least one Auto Scaling instance passes the health check. When the load balancer is in the InService state, Amazon EC2 Auto Scaling can terminate and replace any instances that are reported as unhealthy. If no registered instances pass the health checks, the load balancer doesn't enter the InService state. Load balancers also have an InService state if you attach them in the CreateAutoScalingGroup API call. If your load balancer state is InService, but it is not working properly, check the scaling activities by calling DescribeScalingActivities and take any corrective actions necessary. For help with failed health checks, see Troubleshooting Amazon EC2 Auto Scaling: Health checks in the Amazon EC2 Auto Scaling User Guide. For more information, see Use Elastic Load Balancing to distribute traffic across the instances in your Auto Scaling group in the Amazon EC2 Auto Scaling User Guide.
|
|
236
236
|
*/
|
|
237
237
|
describeLoadBalancers(callback?: (err: AWSError, data: AutoScaling.Types.DescribeLoadBalancersResponse) => void): Request<AutoScaling.Types.DescribeLoadBalancersResponse, AWSError>;
|
|
238
238
|
/**
|
|
@@ -288,11 +288,11 @@ declare class AutoScaling extends Service {
|
|
|
288
288
|
*/
|
|
289
289
|
describeTerminationPolicyTypes(callback?: (err: AWSError, data: AutoScaling.Types.DescribeTerminationPolicyTypesAnswer) => void): Request<AutoScaling.Types.DescribeTerminationPolicyTypesAnswer, AWSError>;
|
|
290
290
|
/**
|
|
291
|
-
*
|
|
291
|
+
* Gets information about the traffic sources for the specified Auto Scaling group. You can optionally provide a traffic source type. If you provide a traffic source type, then the results only include that traffic source type. If you do not provide a traffic source type, then the results include all the traffic sources for the specified Auto Scaling group.
|
|
292
292
|
*/
|
|
293
293
|
describeTrafficSources(params: AutoScaling.Types.DescribeTrafficSourcesRequest, callback?: (err: AWSError, data: AutoScaling.Types.DescribeTrafficSourcesResponse) => void): Request<AutoScaling.Types.DescribeTrafficSourcesResponse, AWSError>;
|
|
294
294
|
/**
|
|
295
|
-
*
|
|
295
|
+
* Gets information about the traffic sources for the specified Auto Scaling group. You can optionally provide a traffic source type. If you provide a traffic source type, then the results only include that traffic source type. If you do not provide a traffic source type, then the results include all the traffic sources for the specified Auto Scaling group.
|
|
296
296
|
*/
|
|
297
297
|
describeTrafficSources(callback?: (err: AWSError, data: AutoScaling.Types.DescribeTrafficSourcesResponse) => void): Request<AutoScaling.Types.DescribeTrafficSourcesResponse, AWSError>;
|
|
298
298
|
/**
|
|
@@ -312,27 +312,27 @@ declare class AutoScaling extends Service {
|
|
|
312
312
|
*/
|
|
313
313
|
detachInstances(callback?: (err: AWSError, data: AutoScaling.Types.DetachInstancesAnswer) => void): Request<AutoScaling.Types.DetachInstancesAnswer, AWSError>;
|
|
314
314
|
/**
|
|
315
|
-
* Detaches one or more target groups from the specified Auto Scaling group. When you detach a target group, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the target group using the DescribeLoadBalancerTargetGroups API call. The instances remain running. You can use this operation to detach target groups that were attached by using AttachLoadBalancerTargetGroups, but not for target groups that were attached by using AttachTrafficSources.
|
|
315
|
+
* This API call has been replaced with a new "traffic sources" API call (DetachTrafficSources) that can detach multiple traffic sources types. While we continue to support DetachLoadBalancerTargetGroups, and you can use both the original DetachLoadBalancerTargetGroups API call and the new DetachTrafficSources API call on the same Auto Scaling group, we recommend using the new "traffic sources" API call to simplify how you manage traffic sources. Detaches one or more target groups from the specified Auto Scaling group. When you detach a target group, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the target group using the DescribeLoadBalancerTargetGroups API call. The instances remain running. You can use this operation to detach target groups that were attached by using AttachLoadBalancerTargetGroups, but not for target groups that were attached by using AttachTrafficSources.
|
|
316
316
|
*/
|
|
317
317
|
detachLoadBalancerTargetGroups(params: AutoScaling.Types.DetachLoadBalancerTargetGroupsType, callback?: (err: AWSError, data: AutoScaling.Types.DetachLoadBalancerTargetGroupsResultType) => void): Request<AutoScaling.Types.DetachLoadBalancerTargetGroupsResultType, AWSError>;
|
|
318
318
|
/**
|
|
319
|
-
* Detaches one or more target groups from the specified Auto Scaling group. When you detach a target group, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the target group using the DescribeLoadBalancerTargetGroups API call. The instances remain running. You can use this operation to detach target groups that were attached by using AttachLoadBalancerTargetGroups, but not for target groups that were attached by using AttachTrafficSources.
|
|
319
|
+
* This API call has been replaced with a new "traffic sources" API call (DetachTrafficSources) that can detach multiple traffic sources types. While we continue to support DetachLoadBalancerTargetGroups, and you can use both the original DetachLoadBalancerTargetGroups API call and the new DetachTrafficSources API call on the same Auto Scaling group, we recommend using the new "traffic sources" API call to simplify how you manage traffic sources. Detaches one or more target groups from the specified Auto Scaling group. When you detach a target group, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the target group using the DescribeLoadBalancerTargetGroups API call. The instances remain running. You can use this operation to detach target groups that were attached by using AttachLoadBalancerTargetGroups, but not for target groups that were attached by using AttachTrafficSources.
|
|
320
320
|
*/
|
|
321
321
|
detachLoadBalancerTargetGroups(callback?: (err: AWSError, data: AutoScaling.Types.DetachLoadBalancerTargetGroupsResultType) => void): Request<AutoScaling.Types.DetachLoadBalancerTargetGroupsResultType, AWSError>;
|
|
322
322
|
/**
|
|
323
|
-
* Detaches one or more Classic Load Balancers from the specified Auto Scaling group. This operation detaches only Classic Load Balancers. If you have Application Load Balancers, Network Load Balancers, or Gateway Load
|
|
323
|
+
* This API call has been replaced with a new "traffic sources" API call (DetachTrafficSources) that can detach multiple traffic sources types. While we continue to support DetachLoadBalancers, and you can use both the original DetachLoadBalancers API call and the new DetachTrafficSources API call on the same Auto Scaling group, we recommend using the new "traffic sources" API call to simplify how you manage traffic sources. Detaches one or more Classic Load Balancers from the specified Auto Scaling group. This operation detaches only Classic Load Balancers. If you have Application Load Balancers, Network Load Balancers, or Gateway Load Balancers, use the DetachLoadBalancerTargetGroups API instead. When you detach a load balancer, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the load balancer using the DescribeLoadBalancers API call. The instances remain running.
|
|
324
324
|
*/
|
|
325
325
|
detachLoadBalancers(params: AutoScaling.Types.DetachLoadBalancersType, callback?: (err: AWSError, data: AutoScaling.Types.DetachLoadBalancersResultType) => void): Request<AutoScaling.Types.DetachLoadBalancersResultType, AWSError>;
|
|
326
326
|
/**
|
|
327
|
-
* Detaches one or more Classic Load Balancers from the specified Auto Scaling group. This operation detaches only Classic Load Balancers. If you have Application Load Balancers, Network Load Balancers, or Gateway Load
|
|
327
|
+
* This API call has been replaced with a new "traffic sources" API call (DetachTrafficSources) that can detach multiple traffic sources types. While we continue to support DetachLoadBalancers, and you can use both the original DetachLoadBalancers API call and the new DetachTrafficSources API call on the same Auto Scaling group, we recommend using the new "traffic sources" API call to simplify how you manage traffic sources. Detaches one or more Classic Load Balancers from the specified Auto Scaling group. This operation detaches only Classic Load Balancers. If you have Application Load Balancers, Network Load Balancers, or Gateway Load Balancers, use the DetachLoadBalancerTargetGroups API instead. When you detach a load balancer, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the load balancer using the DescribeLoadBalancers API call. The instances remain running.
|
|
328
328
|
*/
|
|
329
329
|
detachLoadBalancers(callback?: (err: AWSError, data: AutoScaling.Types.DetachLoadBalancersResultType) => void): Request<AutoScaling.Types.DetachLoadBalancersResultType, AWSError>;
|
|
330
330
|
/**
|
|
331
|
-
*
|
|
331
|
+
* Detaches one or more traffic sources from the specified Auto Scaling group. When you detach a taffic, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the traffic source using the DescribeTrafficSources API call. The instances continue to run.
|
|
332
332
|
*/
|
|
333
333
|
detachTrafficSources(params: AutoScaling.Types.DetachTrafficSourcesType, callback?: (err: AWSError, data: AutoScaling.Types.DetachTrafficSourcesResultType) => void): Request<AutoScaling.Types.DetachTrafficSourcesResultType, AWSError>;
|
|
334
334
|
/**
|
|
335
|
-
*
|
|
335
|
+
* Detaches one or more traffic sources from the specified Auto Scaling group. When you detach a taffic, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the traffic source using the DescribeTrafficSources API call. The instances continue to run.
|
|
336
336
|
*/
|
|
337
337
|
detachTrafficSources(callback?: (err: AWSError, data: AutoScaling.Types.DetachTrafficSourcesResultType) => void): Request<AutoScaling.Types.DetachTrafficSourcesResultType, AWSError>;
|
|
338
338
|
/**
|
|
@@ -663,7 +663,7 @@ declare namespace AutoScaling {
|
|
|
663
663
|
*/
|
|
664
664
|
AutoScalingGroupName: XmlStringMaxLen255;
|
|
665
665
|
/**
|
|
666
|
-
* The unique identifiers of one or more traffic sources. You can specify up to 10 traffic sources.
|
|
666
|
+
* The unique identifiers of one or more traffic sources. You can specify up to 10 traffic sources.
|
|
667
667
|
*/
|
|
668
668
|
TrafficSources: TrafficSources;
|
|
669
669
|
}
|
|
@@ -722,7 +722,7 @@ declare namespace AutoScaling {
|
|
|
722
722
|
*/
|
|
723
723
|
TargetGroupARNs?: TargetGroupARNs;
|
|
724
724
|
/**
|
|
725
|
-
*
|
|
725
|
+
* A comma-separated list of one or more health check types.
|
|
726
726
|
*/
|
|
727
727
|
HealthCheckType: XmlStringMaxLen32;
|
|
728
728
|
/**
|
|
@@ -802,7 +802,7 @@ declare namespace AutoScaling {
|
|
|
802
802
|
*/
|
|
803
803
|
DefaultInstanceWarmup?: DefaultInstanceWarmup;
|
|
804
804
|
/**
|
|
805
|
-
*
|
|
805
|
+
* The traffic sources associated with this Auto Scaling group.
|
|
806
806
|
*/
|
|
807
807
|
TrafficSources?: TrafficSources;
|
|
808
808
|
}
|
|
@@ -863,7 +863,7 @@ declare namespace AutoScaling {
|
|
|
863
863
|
*/
|
|
864
864
|
LifecycleState: XmlStringMaxLen32;
|
|
865
865
|
/**
|
|
866
|
-
* The last reported health status of this instance.
|
|
866
|
+
* The last reported health status of this instance. Healthy means that the instance is healthy and should remain in service. Unhealthy means that the instance is unhealthy and Amazon EC2 Auto Scaling should terminate and replace it.
|
|
867
867
|
*/
|
|
868
868
|
HealthStatus: XmlStringMaxLen32;
|
|
869
869
|
/**
|
|
@@ -1061,7 +1061,7 @@ declare namespace AutoScaling {
|
|
|
1061
1061
|
*/
|
|
1062
1062
|
AvailabilityZones?: AvailabilityZones;
|
|
1063
1063
|
/**
|
|
1064
|
-
* A list of Classic Load Balancers associated with this Auto Scaling group. For Application Load Balancers, Network Load Balancers, and Gateway Load
|
|
1064
|
+
* A list of Classic Load Balancers associated with this Auto Scaling group. For Application Load Balancers, Network Load Balancers, and Gateway Load Balancers, specify the TargetGroupARNs property instead.
|
|
1065
1065
|
*/
|
|
1066
1066
|
LoadBalancerNames?: LoadBalancerNames;
|
|
1067
1067
|
/**
|
|
@@ -1069,7 +1069,7 @@ declare namespace AutoScaling {
|
|
|
1069
1069
|
*/
|
|
1070
1070
|
TargetGroupARNs?: TargetGroupARNs;
|
|
1071
1071
|
/**
|
|
1072
|
-
*
|
|
1072
|
+
* A comma-separated list of one or more health check types. The valid values are EC2, ELB, and VPC_LATTICE. EC2 is the default health check and cannot be disabled. For more information, see Health checks for Auto Scaling instances in the Amazon EC2 Auto Scaling User Guide.
|
|
1073
1073
|
*/
|
|
1074
1074
|
HealthCheckType?: XmlStringMaxLen32;
|
|
1075
1075
|
/**
|
|
@@ -1125,7 +1125,7 @@ declare namespace AutoScaling {
|
|
|
1125
1125
|
*/
|
|
1126
1126
|
DefaultInstanceWarmup?: DefaultInstanceWarmup;
|
|
1127
1127
|
/**
|
|
1128
|
-
*
|
|
1128
|
+
* The list of traffic sources to attach to this Auto Scaling group. You can use any of the following as traffic sources for an Auto Scaling group: Classic Load Balancer, Application Load Balancer, Gateway Load Balancer, Network Load Balancer, and VPC Lattice.
|
|
1129
1129
|
*/
|
|
1130
1130
|
TrafficSources?: TrafficSources;
|
|
1131
1131
|
}
|
|
@@ -1582,9 +1582,9 @@ declare namespace AutoScaling {
|
|
|
1582
1582
|
*/
|
|
1583
1583
|
AutoScalingGroupName: XmlStringMaxLen255;
|
|
1584
1584
|
/**
|
|
1585
|
-
* The type
|
|
1585
|
+
* The traffic source type that you want to describe. The following lists the valid values: elb if the traffic source is a Classic Load Balancer. elbv2 if the traffic source is a Application Load Balancer, Gateway Load Balancer, or Network Load Balancer. vpc-lattice if the traffic source is VPC Lattice.
|
|
1586
1586
|
*/
|
|
1587
|
-
TrafficSourceType
|
|
1587
|
+
TrafficSourceType?: XmlStringMaxLen255;
|
|
1588
1588
|
/**
|
|
1589
1589
|
* The token for the next set of items to return. (You received this token from a previous call.)
|
|
1590
1590
|
*/
|
|
@@ -1633,7 +1633,13 @@ declare namespace AutoScaling {
|
|
|
1633
1633
|
NextToken?: XmlString;
|
|
1634
1634
|
}
|
|
1635
1635
|
export interface DesiredConfiguration {
|
|
1636
|
+
/**
|
|
1637
|
+
* Describes the launch template and the version of the launch template that Amazon EC2 Auto Scaling uses to launch Amazon EC2 instances. For more information about launch templates, see Launch templates in the Amazon EC2 Auto Scaling User Guide.
|
|
1638
|
+
*/
|
|
1636
1639
|
LaunchTemplate?: LaunchTemplateSpecification;
|
|
1640
|
+
/**
|
|
1641
|
+
* Use this structure to launch multiple instance types and On-Demand Instances and Spot Instances within a single Auto Scaling group. A mixed instances policy contains information that Amazon EC2 Auto Scaling can use to launch instances and help optimize your costs. For more information, see Auto Scaling groups with multiple instance types and purchase options in the Amazon EC2 Auto Scaling User Guide.
|
|
1642
|
+
*/
|
|
1637
1643
|
MixedInstancesPolicy?: MixedInstancesPolicy;
|
|
1638
1644
|
}
|
|
1639
1645
|
export interface DetachInstancesAnswer {
|
|
@@ -1688,7 +1694,7 @@ declare namespace AutoScaling {
|
|
|
1688
1694
|
*/
|
|
1689
1695
|
AutoScalingGroupName: XmlStringMaxLen255;
|
|
1690
1696
|
/**
|
|
1691
|
-
* The unique identifiers of one or more traffic sources you are detaching. You can specify up to 10 traffic sources.
|
|
1697
|
+
* The unique identifiers of one or more traffic sources you are detaching. You can specify up to 10 traffic sources.
|
|
1692
1698
|
*/
|
|
1693
1699
|
TrafficSources: TrafficSources;
|
|
1694
1700
|
}
|
|
@@ -1902,7 +1908,7 @@ declare namespace AutoScaling {
|
|
|
1902
1908
|
*/
|
|
1903
1909
|
LifecycleState: LifecycleState;
|
|
1904
1910
|
/**
|
|
1905
|
-
* The last reported health status of the instance.
|
|
1911
|
+
* The last reported health status of the instance. Healthy means that the instance is healthy and should remain in service. Unhealthy means that the instance is unhealthy and that Amazon EC2 Auto Scaling should terminate and replace it.
|
|
1906
1912
|
*/
|
|
1907
1913
|
HealthStatus: XmlStringMaxLen32;
|
|
1908
1914
|
/**
|
|
@@ -1986,6 +1992,9 @@ declare namespace AutoScaling {
|
|
|
1986
1992
|
* Additional progress details for an Auto Scaling group that has a warm pool.
|
|
1987
1993
|
*/
|
|
1988
1994
|
ProgressDetails?: InstanceRefreshProgressDetails;
|
|
1995
|
+
/**
|
|
1996
|
+
* The preferences for an instance refresh.
|
|
1997
|
+
*/
|
|
1989
1998
|
Preferences?: RefreshPreferences;
|
|
1990
1999
|
/**
|
|
1991
2000
|
* Describes the desired configuration for the instance refresh.
|
|
@@ -3011,6 +3020,9 @@ declare namespace AutoScaling {
|
|
|
3011
3020
|
* Indicates the value of InstancesToUpdate at the time the rollback started.
|
|
3012
3021
|
*/
|
|
3013
3022
|
InstancesToUpdateOnRollback?: InstancesToUpdate;
|
|
3023
|
+
/**
|
|
3024
|
+
* Reports progress on replacing instances in an Auto Scaling group that has a warm pool. This includes separate details for instances in the warm pool and instances in the Auto Scaling group (the live pool).
|
|
3025
|
+
*/
|
|
3014
3026
|
ProgressDetailsOnRollback?: InstanceRefreshProgressDetails;
|
|
3015
3027
|
}
|
|
3016
3028
|
export interface RollbackInstanceRefreshAnswer {
|
|
@@ -3026,7 +3038,7 @@ declare namespace AutoScaling {
|
|
|
3026
3038
|
AutoScalingGroupName?: XmlStringMaxLen255;
|
|
3027
3039
|
}
|
|
3028
3040
|
export type ScaleInProtectedInstances = "Refresh"|"Ignore"|"Wait"|string;
|
|
3029
|
-
export type ScalingActivityStatusCode = "PendingSpotBidPlacement"|"WaitingForSpotInstanceRequestId"|"WaitingForSpotInstanceId"|"WaitingForInstanceId"|"PreInService"|"InProgress"|"WaitingForELBConnectionDraining"|"MidLifecycleAction"|"WaitingForInstanceWarmup"|"Successful"|"Failed"|"Cancelled"|string;
|
|
3041
|
+
export type ScalingActivityStatusCode = "PendingSpotBidPlacement"|"WaitingForSpotInstanceRequestId"|"WaitingForSpotInstanceId"|"WaitingForInstanceId"|"PreInService"|"InProgress"|"WaitingForELBConnectionDraining"|"MidLifecycleAction"|"WaitingForInstanceWarmup"|"Successful"|"Failed"|"Cancelled"|"WaitingForConnectionDraining"|string;
|
|
3030
3042
|
export type ScalingPolicies = ScalingPolicy[];
|
|
3031
3043
|
export interface ScalingPolicy {
|
|
3032
3044
|
/**
|
|
@@ -3400,9 +3412,12 @@ declare namespace AutoScaling {
|
|
|
3400
3412
|
ReturnData?: ReturnData;
|
|
3401
3413
|
}
|
|
3402
3414
|
export interface TargetTrackingMetricStat {
|
|
3415
|
+
/**
|
|
3416
|
+
* The metric to use.
|
|
3417
|
+
*/
|
|
3403
3418
|
Metric: Metric;
|
|
3404
3419
|
/**
|
|
3405
|
-
* The statistic to return. It can include any CloudWatch statistic or extended statistic. For a list of valid values, see the table in Statistics in the Amazon CloudWatch User Guide. The most commonly used
|
|
3420
|
+
* The statistic to return. It can include any CloudWatch statistic or extended statistic. For a list of valid values, see the table in Statistics in the Amazon CloudWatch User Guide. The most commonly used metric for scaling is Average.
|
|
3406
3421
|
*/
|
|
3407
3422
|
Stat: XmlStringMetricStat;
|
|
3408
3423
|
/**
|
|
@@ -3434,19 +3449,31 @@ declare namespace AutoScaling {
|
|
|
3434
3449
|
}
|
|
3435
3450
|
export interface TrafficSourceIdentifier {
|
|
3436
3451
|
/**
|
|
3437
|
-
*
|
|
3452
|
+
* Identifies the traffic source. For Application Load Balancers, Gateway Load Balancers, Network Load Balancers, and VPC Lattice, this will be the Amazon Resource Name (ARN) for a target group in this account and Region. For Classic Load Balancers, this will be the name of the Classic Load Balancer in this account and Region. For example: Application Load Balancer ARN: arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/1234567890123456 Classic Load Balancer name: my-classic-load-balancer VPC Lattice ARN: arn:aws:vpc-lattice:us-west-2:123456789012:targetgroup/tg-1234567890123456 To get the ARN of a target group for a Application Load Balancer, Gateway Load Balancer, or Network Load Balancer, or the name of a Classic Load Balancer, use the Elastic Load Balancing DescribeTargetGroups and DescribeLoadBalancers API operations. To get the ARN of a target group for VPC Lattice, use the VPC Lattice GetTargetGroup API operation.
|
|
3438
3453
|
*/
|
|
3439
|
-
Identifier
|
|
3454
|
+
Identifier: XmlStringMaxLen511;
|
|
3455
|
+
/**
|
|
3456
|
+
* Provides additional context for the value of Identifier. The following lists the valid values: elb if Identifier is the name of a Classic Load Balancer. elbv2 if Identifier is the ARN of an Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target group. vpc-lattice if Identifier is the ARN of a VPC Lattice target group. Required if the identifier is the name of a Classic Load Balancer.
|
|
3457
|
+
*/
|
|
3458
|
+
Type?: XmlStringMaxLen511;
|
|
3440
3459
|
}
|
|
3441
3460
|
export interface TrafficSourceState {
|
|
3442
3461
|
/**
|
|
3443
|
-
*
|
|
3462
|
+
* This is replaced by Identifier.
|
|
3444
3463
|
*/
|
|
3445
3464
|
TrafficSource?: XmlStringMaxLen511;
|
|
3446
3465
|
/**
|
|
3447
|
-
*
|
|
3466
|
+
* Describes the current state of a traffic source. The state values are as follows: Adding - The Auto Scaling instances are being registered with the load balancer or target group. Added - All Auto Scaling instances are registered with the load balancer or target group. InService - For an Elastic Load Balancing load balancer or target group, at least one Auto Scaling instance passed an ELB health check. For VPC Lattice, at least one Auto Scaling instance passed an VPC_LATTICE health check. Removing - The Auto Scaling instances are being deregistered from the load balancer or target group. If connection draining (deregistration delay) is enabled, Elastic Load Balancing or VPC Lattice waits for in-flight requests to complete before deregistering the instances. Removed - All Auto Scaling instances are deregistered from the load balancer or target group.
|
|
3448
3467
|
*/
|
|
3449
3468
|
State?: XmlStringMaxLen255;
|
|
3469
|
+
/**
|
|
3470
|
+
* The unique identifier of the traffic source.
|
|
3471
|
+
*/
|
|
3472
|
+
Identifier?: XmlStringMaxLen511;
|
|
3473
|
+
/**
|
|
3474
|
+
* Provides additional context for the value of Identifier. The following lists the valid values: elb if Identifier is the name of a Classic Load Balancer. elbv2 if Identifier is the ARN of an Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target group. vpc-lattice if Identifier is the ARN of a VPC Lattice target group. Required if the identifier is the name of a Classic Load Balancer.
|
|
3475
|
+
*/
|
|
3476
|
+
Type?: XmlStringMaxLen511;
|
|
3450
3477
|
}
|
|
3451
3478
|
export type TrafficSourceStates = TrafficSourceState[];
|
|
3452
3479
|
export type TrafficSources = TrafficSourceIdentifier[];
|
|
@@ -3488,7 +3515,7 @@ declare namespace AutoScaling {
|
|
|
3488
3515
|
*/
|
|
3489
3516
|
AvailabilityZones?: AvailabilityZones;
|
|
3490
3517
|
/**
|
|
3491
|
-
*
|
|
3518
|
+
* A comma-separated list of one or more health check types. The valid values are EC2, ELB, and VPC_LATTICE. EC2 is the default health check and cannot be disabled. For more information, see Health checks for Auto Scaling instances in the Amazon EC2 Auto Scaling User Guide.
|
|
3492
3519
|
*/
|
|
3493
3520
|
HealthCheckType?: XmlStringMaxLen32;
|
|
3494
3521
|
/**
|
package/clients/batch.d.ts
CHANGED
|
@@ -621,6 +621,9 @@ declare namespace Batch {
|
|
|
621
621
|
* The platform configuration for jobs that are running on Fargate resources. Jobs that are running on EC2 resources must not specify this parameter.
|
|
622
622
|
*/
|
|
623
623
|
fargatePlatformConfiguration?: FargatePlatformConfiguration;
|
|
624
|
+
/**
|
|
625
|
+
* The amount of ephemeral storage allocated for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on Fargate.
|
|
626
|
+
*/
|
|
624
627
|
ephemeralStorage?: EphemeralStorage;
|
|
625
628
|
}
|
|
626
629
|
export interface ContainerOverrides {
|
|
@@ -1285,6 +1288,9 @@ declare namespace Batch {
|
|
|
1285
1288
|
export type EksLabelsMap = {[key: string]: String};
|
|
1286
1289
|
export type EksLimits = {[key: string]: Quantity};
|
|
1287
1290
|
export interface EksMetadata {
|
|
1291
|
+
/**
|
|
1292
|
+
* Key-value pairs used to identify, sort, and organize cube resources. Can contain up to 63 uppercase letters, lowercase letters, numbers, hyphens (-), and underscores (_). Labels can be added or modified at any time. Each resource can have multiple labels, but each key must be unique for a given object.
|
|
1293
|
+
*/
|
|
1288
1294
|
labels?: EksLabelsMap;
|
|
1289
1295
|
}
|
|
1290
1296
|
export interface EksPodProperties {
|
|
@@ -1308,6 +1314,9 @@ declare namespace Batch {
|
|
|
1308
1314
|
* Specifies the volumes for a job definition that uses Amazon EKS resources.
|
|
1309
1315
|
*/
|
|
1310
1316
|
volumes?: EksVolumes;
|
|
1317
|
+
/**
|
|
1318
|
+
* Metadata about the Kubernetes pod. For more information, see Understanding Kubernetes Objects in the Kubernetes documentation.
|
|
1319
|
+
*/
|
|
1311
1320
|
metadata?: EksMetadata;
|
|
1312
1321
|
}
|
|
1313
1322
|
export interface EksPodPropertiesDetail {
|
|
@@ -1339,12 +1348,16 @@ declare namespace Batch {
|
|
|
1339
1348
|
* The name of the node for this job.
|
|
1340
1349
|
*/
|
|
1341
1350
|
nodeName?: String;
|
|
1351
|
+
metadata?: EksMetadata;
|
|
1342
1352
|
}
|
|
1343
1353
|
export interface EksPodPropertiesOverride {
|
|
1344
1354
|
/**
|
|
1345
1355
|
* The overrides for the container that's used on the Amazon EKS pod.
|
|
1346
1356
|
*/
|
|
1347
1357
|
containers?: EksContainerOverrideList;
|
|
1358
|
+
/**
|
|
1359
|
+
* Metadata about the overrides for the container that's used on the Amazon EKS pod.
|
|
1360
|
+
*/
|
|
1348
1361
|
metadata?: EksMetadata;
|
|
1349
1362
|
}
|
|
1350
1363
|
export interface EksProperties {
|
|
@@ -810,11 +810,11 @@ declare namespace ComputeOptimizer {
|
|
|
810
810
|
export type ExportableAutoScalingGroupFields = ExportableAutoScalingGroupField[];
|
|
811
811
|
export type ExportableECSServiceField = "AccountId"|"ServiceArn"|"LookbackPeriodInDays"|"LastRefreshTimestamp"|"LaunchType"|"CurrentPerformanceRisk"|"CurrentServiceConfigurationMemory"|"CurrentServiceConfigurationCpu"|"CurrentServiceConfigurationTaskDefinitionArn"|"CurrentServiceConfigurationAutoScalingConfiguration"|"CurrentServiceContainerConfigurations"|"UtilizationMetricsCpuMaximum"|"UtilizationMetricsMemoryMaximum"|"Finding"|"FindingReasonCodes"|"RecommendationOptionsMemory"|"RecommendationOptionsCpu"|"RecommendationOptionsSavingsOpportunityPercentage"|"RecommendationOptionsEstimatedMonthlySavingsCurrency"|"RecommendationOptionsEstimatedMonthlySavingsValue"|"RecommendationOptionsContainerRecommendations"|"RecommendationOptionsProjectedUtilizationMetricsCpuMaximum"|"RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum"|string;
|
|
812
812
|
export type ExportableECSServiceFields = ExportableECSServiceField[];
|
|
813
|
-
export type ExportableInstanceField = "AccountId"|"InstanceArn"|"InstanceName"|"Finding"|"FindingReasonCodes"|"LookbackPeriodInDays"|"CurrentInstanceType"|"UtilizationMetricsCpuMaximum"|"UtilizationMetricsMemoryMaximum"|"UtilizationMetricsEbsReadOpsPerSecondMaximum"|"UtilizationMetricsEbsWriteOpsPerSecondMaximum"|"UtilizationMetricsEbsReadBytesPerSecondMaximum"|"UtilizationMetricsEbsWriteBytesPerSecondMaximum"|"UtilizationMetricsDiskReadOpsPerSecondMaximum"|"UtilizationMetricsDiskWriteOpsPerSecondMaximum"|"UtilizationMetricsDiskReadBytesPerSecondMaximum"|"UtilizationMetricsDiskWriteBytesPerSecondMaximum"|"UtilizationMetricsNetworkInBytesPerSecondMaximum"|"UtilizationMetricsNetworkOutBytesPerSecondMaximum"|"UtilizationMetricsNetworkPacketsInPerSecondMaximum"|"UtilizationMetricsNetworkPacketsOutPerSecondMaximum"|"CurrentOnDemandPrice"|"CurrentStandardOneYearNoUpfrontReservedPrice"|"CurrentStandardThreeYearNoUpfrontReservedPrice"|"CurrentVCpus"|"CurrentMemory"|"CurrentStorage"|"CurrentNetwork"|"RecommendationOptionsInstanceType"|"RecommendationOptionsProjectedUtilizationMetricsCpuMaximum"|"RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum"|"RecommendationOptionsPlatformDifferences"|"RecommendationOptionsPerformanceRisk"|"RecommendationOptionsVcpus"|"RecommendationOptionsMemory"|"RecommendationOptionsStorage"|"RecommendationOptionsNetwork"|"RecommendationOptionsOnDemandPrice"|"RecommendationOptionsStandardOneYearNoUpfrontReservedPrice"|"RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice"|"RecommendationsSourcesRecommendationSourceArn"|"RecommendationsSourcesRecommendationSourceType"|"LastRefreshTimestamp"|"CurrentPerformanceRisk"|"RecommendationOptionsSavingsOpportunityPercentage"|"RecommendationOptionsEstimatedMonthlySavingsCurrency"|"RecommendationOptionsEstimatedMonthlySavingsValue"|"EffectiveRecommendationPreferencesCpuVendorArchitectures"|"EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics"|"EffectiveRecommendationPreferencesInferredWorkloadTypes"|"InferredWorkloadTypes"|"RecommendationOptionsMigrationEffort"|"EffectiveRecommendationPreferencesExternalMetricsSource"|string;
|
|
813
|
+
export type ExportableInstanceField = "AccountId"|"InstanceArn"|"InstanceName"|"Finding"|"FindingReasonCodes"|"LookbackPeriodInDays"|"CurrentInstanceType"|"UtilizationMetricsCpuMaximum"|"UtilizationMetricsMemoryMaximum"|"UtilizationMetricsEbsReadOpsPerSecondMaximum"|"UtilizationMetricsEbsWriteOpsPerSecondMaximum"|"UtilizationMetricsEbsReadBytesPerSecondMaximum"|"UtilizationMetricsEbsWriteBytesPerSecondMaximum"|"UtilizationMetricsDiskReadOpsPerSecondMaximum"|"UtilizationMetricsDiskWriteOpsPerSecondMaximum"|"UtilizationMetricsDiskReadBytesPerSecondMaximum"|"UtilizationMetricsDiskWriteBytesPerSecondMaximum"|"UtilizationMetricsNetworkInBytesPerSecondMaximum"|"UtilizationMetricsNetworkOutBytesPerSecondMaximum"|"UtilizationMetricsNetworkPacketsInPerSecondMaximum"|"UtilizationMetricsNetworkPacketsOutPerSecondMaximum"|"CurrentOnDemandPrice"|"CurrentStandardOneYearNoUpfrontReservedPrice"|"CurrentStandardThreeYearNoUpfrontReservedPrice"|"CurrentVCpus"|"CurrentMemory"|"CurrentStorage"|"CurrentNetwork"|"RecommendationOptionsInstanceType"|"RecommendationOptionsProjectedUtilizationMetricsCpuMaximum"|"RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum"|"RecommendationOptionsPlatformDifferences"|"RecommendationOptionsPerformanceRisk"|"RecommendationOptionsVcpus"|"RecommendationOptionsMemory"|"RecommendationOptionsStorage"|"RecommendationOptionsNetwork"|"RecommendationOptionsOnDemandPrice"|"RecommendationOptionsStandardOneYearNoUpfrontReservedPrice"|"RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice"|"RecommendationsSourcesRecommendationSourceArn"|"RecommendationsSourcesRecommendationSourceType"|"LastRefreshTimestamp"|"CurrentPerformanceRisk"|"RecommendationOptionsSavingsOpportunityPercentage"|"RecommendationOptionsEstimatedMonthlySavingsCurrency"|"RecommendationOptionsEstimatedMonthlySavingsValue"|"EffectiveRecommendationPreferencesCpuVendorArchitectures"|"EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics"|"EffectiveRecommendationPreferencesInferredWorkloadTypes"|"InferredWorkloadTypes"|"RecommendationOptionsMigrationEffort"|"EffectiveRecommendationPreferencesExternalMetricsSource"|"InstanceState"|string;
|
|
814
814
|
export type ExportableInstanceFields = ExportableInstanceField[];
|
|
815
815
|
export type ExportableLambdaFunctionField = "AccountId"|"FunctionArn"|"FunctionVersion"|"Finding"|"FindingReasonCodes"|"NumberOfInvocations"|"UtilizationMetricsDurationMaximum"|"UtilizationMetricsDurationAverage"|"UtilizationMetricsMemoryMaximum"|"UtilizationMetricsMemoryAverage"|"LookbackPeriodInDays"|"CurrentConfigurationMemorySize"|"CurrentConfigurationTimeout"|"CurrentCostTotal"|"CurrentCostAverage"|"RecommendationOptionsConfigurationMemorySize"|"RecommendationOptionsCostLow"|"RecommendationOptionsCostHigh"|"RecommendationOptionsProjectedUtilizationMetricsDurationLowerBound"|"RecommendationOptionsProjectedUtilizationMetricsDurationUpperBound"|"RecommendationOptionsProjectedUtilizationMetricsDurationExpected"|"LastRefreshTimestamp"|"CurrentPerformanceRisk"|"RecommendationOptionsSavingsOpportunityPercentage"|"RecommendationOptionsEstimatedMonthlySavingsCurrency"|"RecommendationOptionsEstimatedMonthlySavingsValue"|string;
|
|
816
816
|
export type ExportableLambdaFunctionFields = ExportableLambdaFunctionField[];
|
|
817
|
-
export type ExportableVolumeField = "AccountId"|"VolumeArn"|"Finding"|"UtilizationMetricsVolumeReadOpsPerSecondMaximum"|"UtilizationMetricsVolumeWriteOpsPerSecondMaximum"|"UtilizationMetricsVolumeReadBytesPerSecondMaximum"|"UtilizationMetricsVolumeWriteBytesPerSecondMaximum"|"LookbackPeriodInDays"|"CurrentConfigurationVolumeType"|"CurrentConfigurationVolumeBaselineIOPS"|"CurrentConfigurationVolumeBaselineThroughput"|"CurrentConfigurationVolumeBurstIOPS"|"CurrentConfigurationVolumeBurstThroughput"|"CurrentConfigurationVolumeSize"|"CurrentMonthlyPrice"|"RecommendationOptionsConfigurationVolumeType"|"RecommendationOptionsConfigurationVolumeBaselineIOPS"|"RecommendationOptionsConfigurationVolumeBaselineThroughput"|"RecommendationOptionsConfigurationVolumeBurstIOPS"|"RecommendationOptionsConfigurationVolumeBurstThroughput"|"RecommendationOptionsConfigurationVolumeSize"|"RecommendationOptionsMonthlyPrice"|"RecommendationOptionsPerformanceRisk"|"LastRefreshTimestamp"|"CurrentPerformanceRisk"|"RecommendationOptionsSavingsOpportunityPercentage"|"RecommendationOptionsEstimatedMonthlySavingsCurrency"|"RecommendationOptionsEstimatedMonthlySavingsValue"|string;
|
|
817
|
+
export type ExportableVolumeField = "AccountId"|"VolumeArn"|"Finding"|"UtilizationMetricsVolumeReadOpsPerSecondMaximum"|"UtilizationMetricsVolumeWriteOpsPerSecondMaximum"|"UtilizationMetricsVolumeReadBytesPerSecondMaximum"|"UtilizationMetricsVolumeWriteBytesPerSecondMaximum"|"LookbackPeriodInDays"|"CurrentConfigurationVolumeType"|"CurrentConfigurationVolumeBaselineIOPS"|"CurrentConfigurationVolumeBaselineThroughput"|"CurrentConfigurationVolumeBurstIOPS"|"CurrentConfigurationVolumeBurstThroughput"|"CurrentConfigurationVolumeSize"|"CurrentMonthlyPrice"|"RecommendationOptionsConfigurationVolumeType"|"RecommendationOptionsConfigurationVolumeBaselineIOPS"|"RecommendationOptionsConfigurationVolumeBaselineThroughput"|"RecommendationOptionsConfigurationVolumeBurstIOPS"|"RecommendationOptionsConfigurationVolumeBurstThroughput"|"RecommendationOptionsConfigurationVolumeSize"|"RecommendationOptionsMonthlyPrice"|"RecommendationOptionsPerformanceRisk"|"LastRefreshTimestamp"|"CurrentPerformanceRisk"|"RecommendationOptionsSavingsOpportunityPercentage"|"RecommendationOptionsEstimatedMonthlySavingsCurrency"|"RecommendationOptionsEstimatedMonthlySavingsValue"|"RootVolume"|string;
|
|
818
818
|
export type ExportableVolumeFields = ExportableVolumeField[];
|
|
819
819
|
export interface ExternalMetricsPreference {
|
|
820
820
|
/**
|
|
@@ -1250,7 +1250,7 @@ declare namespace ComputeOptimizer {
|
|
|
1250
1250
|
*/
|
|
1251
1251
|
finding?: Finding;
|
|
1252
1252
|
/**
|
|
1253
|
-
* The reason for the finding classification of the instance. Finding reason codes for instances include: CPUOverprovisioned — The instance’s CPU configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the CPUUtilization metric of the current instance during the look-back period. CPUUnderprovisioned — The instance’s CPU configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better CPU performance. This is identified by analyzing the CPUUtilization metric of the current instance during the look-back period. MemoryOverprovisioned — The instance’s memory configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the memory utilization metric of the current instance during the look-back period. MemoryUnderprovisioned — The instance’s memory configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better memory performance. This is identified by analyzing the memory utilization metric of the current instance during the look-back period. Memory utilization is analyzed only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling memory utilization with the Amazon CloudWatch Agent in the Compute Optimizer User Guide. On Linux instances, Compute Optimizer analyses the mem_used_percent metric in the CWAgent namespace, or the legacy MemoryUtilization metric in the System/Linux namespace. On Windows instances, Compute Optimizer analyses the Memory % Committed Bytes In Use metric in the CWAgent namespace. EBSThroughputOverprovisioned — The instance’s EBS throughput configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the
|
|
1253
|
+
* The reason for the finding classification of the instance. Finding reason codes for instances include: CPUOverprovisioned — The instance’s CPU configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the CPUUtilization metric of the current instance during the look-back period. CPUUnderprovisioned — The instance’s CPU configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better CPU performance. This is identified by analyzing the CPUUtilization metric of the current instance during the look-back period. MemoryOverprovisioned — The instance’s memory configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the memory utilization metric of the current instance during the look-back period. MemoryUnderprovisioned — The instance’s memory configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better memory performance. This is identified by analyzing the memory utilization metric of the current instance during the look-back period. Memory utilization is analyzed only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling memory utilization with the Amazon CloudWatch Agent in the Compute Optimizer User Guide. On Linux instances, Compute Optimizer analyses the mem_used_percent metric in the CWAgent namespace, or the legacy MemoryUtilization metric in the System/Linux namespace. On Windows instances, Compute Optimizer analyses the Memory % Committed Bytes In Use metric in the CWAgent namespace. EBSThroughputOverprovisioned — The instance’s EBS throughput configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the VolumeReadBytes and VolumeWriteBytes metrics of EBS volumes attached to the current instance during the look-back period. EBSThroughputUnderprovisioned — The instance’s EBS throughput configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better EBS throughput performance. This is identified by analyzing the VolumeReadBytes and VolumeWriteBytes> metrics of EBS volumes attached to the current instance during the look-back period. EBSIOPSOverprovisioned — The instance’s EBS IOPS configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the VolumeReadOps and VolumeWriteOps metric of EBS volumes attached to the current instance during the look-back period. EBSIOPSUnderprovisioned — The instance’s EBS IOPS configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better EBS IOPS performance. This is identified by analyzing the VolumeReadOps and VolumeWriteOps metric of EBS volumes attached to the current instance during the look-back period. NetworkBandwidthOverprovisioned — The instance’s network bandwidth configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the NetworkIn and NetworkOut metrics of the current instance during the look-back period. NetworkBandwidthUnderprovisioned — The instance’s network bandwidth configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better network bandwidth performance. This is identified by analyzing the NetworkIn and NetworkOut metrics of the current instance during the look-back period. This finding reason happens when the NetworkIn or NetworkOut performance of an instance is impacted. NetworkPPSOverprovisioned — The instance’s network PPS (packets per second) configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the NetworkPacketsIn and NetworkPacketsIn metrics of the current instance during the look-back period. NetworkPPSUnderprovisioned — The instance’s network PPS (packets per second) configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better network PPS performance. This is identified by analyzing the NetworkPacketsIn and NetworkPacketsIn metrics of the current instance during the look-back period. DiskIOPSOverprovisioned — The instance’s disk IOPS configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the DiskReadOps and DiskWriteOps metrics of the current instance during the look-back period. DiskIOPSUnderprovisioned — The instance’s disk IOPS configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better disk IOPS performance. This is identified by analyzing the DiskReadOps and DiskWriteOps metrics of the current instance during the look-back period. DiskThroughputOverprovisioned — The instance’s disk throughput configuration can be sized down while still meeting the performance requirements of your workload. This is identified by analyzing the DiskReadBytes and DiskWriteBytes metrics of the current instance during the look-back period. DiskThroughputUnderprovisioned — The instance’s disk throughput configuration doesn't meet the performance requirements of your workload and there is an alternative instance type that provides better disk throughput performance. This is identified by analyzing the DiskReadBytes and DiskWriteBytes metrics of the current instance during the look-back period. For more information about instance metrics, see List the available CloudWatch metrics for your instances in the Amazon Elastic Compute Cloud User Guide. For more information about EBS volume metrics, see Amazon CloudWatch metrics for Amazon EBS in the Amazon Elastic Compute Cloud User Guide.
|
|
1254
1254
|
*/
|
|
1255
1255
|
findingReasonCodes?: InstanceRecommendationFindingReasonCodes;
|
|
1256
1256
|
/**
|
|
@@ -1285,6 +1285,10 @@ declare namespace ComputeOptimizer {
|
|
|
1285
1285
|
* The applications that might be running on the instance as inferred by Compute Optimizer. Compute Optimizer can infer if one of the following applications might be running on the instance: AmazonEmr - Infers that Amazon EMR might be running on the instance. ApacheCassandra - Infers that Apache Cassandra might be running on the instance. ApacheHadoop - Infers that Apache Hadoop might be running on the instance. Memcached - Infers that Memcached might be running on the instance. NGINX - Infers that NGINX might be running on the instance. PostgreSql - Infers that PostgreSQL might be running on the instance. Redis - Infers that Redis might be running on the instance. Kafka - Infers that Kafka might be running on the instance.
|
|
1286
1286
|
*/
|
|
1287
1287
|
inferredWorkloadTypes?: InferredWorkloadTypes;
|
|
1288
|
+
/**
|
|
1289
|
+
* The state of the instance when the recommendation was generated.
|
|
1290
|
+
*/
|
|
1291
|
+
instanceState?: InstanceState;
|
|
1288
1292
|
}
|
|
1289
1293
|
export type InstanceRecommendationFindingReasonCode = "CPUOverprovisioned"|"CPUUnderprovisioned"|"MemoryOverprovisioned"|"MemoryUnderprovisioned"|"EBSThroughputOverprovisioned"|"EBSThroughputUnderprovisioned"|"EBSIOPSOverprovisioned"|"EBSIOPSUnderprovisioned"|"NetworkBandwidthOverprovisioned"|"NetworkBandwidthUnderprovisioned"|"NetworkPPSOverprovisioned"|"NetworkPPSUnderprovisioned"|"DiskIOPSOverprovisioned"|"DiskIOPSUnderprovisioned"|"DiskThroughputOverprovisioned"|"DiskThroughputUnderprovisioned"|string;
|
|
1290
1294
|
export type InstanceRecommendationFindingReasonCodes = InstanceRecommendationFindingReasonCode[];
|
|
@@ -1319,6 +1323,7 @@ declare namespace ComputeOptimizer {
|
|
|
1319
1323
|
migrationEffort?: MigrationEffort;
|
|
1320
1324
|
}
|
|
1321
1325
|
export type InstanceRecommendations = InstanceRecommendation[];
|
|
1326
|
+
export type InstanceState = "pending"|"running"|"shutting-down"|"terminated"|"stopping"|"stopped"|string;
|
|
1322
1327
|
export type InstanceType = string;
|
|
1323
1328
|
export interface JobFilter {
|
|
1324
1329
|
/**
|
|
@@ -1661,6 +1666,7 @@ declare namespace ComputeOptimizer {
|
|
|
1661
1666
|
export type RecommendedOptionProjectedMetrics = RecommendedOptionProjectedMetric[];
|
|
1662
1667
|
export type ResourceArn = string;
|
|
1663
1668
|
export type ResourceType = "Ec2Instance"|"AutoScalingGroup"|"EbsVolume"|"LambdaFunction"|"NotApplicable"|"EcsService"|string;
|
|
1669
|
+
export type RootVolume = boolean;
|
|
1664
1670
|
export interface S3Destination {
|
|
1665
1671
|
/**
|
|
1666
1672
|
* The name of the Amazon S3 bucket used as the destination of an export file.
|
|
@@ -1822,6 +1828,10 @@ declare namespace ComputeOptimizer {
|
|
|
1822
1828
|
* The burst throughput of the volume.
|
|
1823
1829
|
*/
|
|
1824
1830
|
volumeBurstThroughput?: VolumeBurstThroughput;
|
|
1831
|
+
/**
|
|
1832
|
+
* Contains the image used to boot the instance during launch.
|
|
1833
|
+
*/
|
|
1834
|
+
rootVolume?: RootVolume;
|
|
1825
1835
|
}
|
|
1826
1836
|
export interface VolumeRecommendation {
|
|
1827
1837
|
/**
|