@aws-sdk/client-application-auto-scaling 3.461.0 → 3.465.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/README.md +3 -0
- package/dist-cjs/models/models_0.js +2 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-types/ApplicationAutoScaling.d.ts +3 -0
- package/dist-types/ApplicationAutoScalingClient.d.ts +3 -0
- package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterScalableTargetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScalableTargetsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +2 -2
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +2 -2
- package/dist-types/commands/PutScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/RegisterScalableTargetCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +120 -6
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +14 -16
package/README.md
CHANGED
|
@@ -41,6 +41,7 @@ exports.ScalableDimension = {
|
|
|
41
41
|
LambdaFunctionProvisionedConcurrency: "lambda:function:ProvisionedConcurrency",
|
|
42
42
|
NeptuneClusterReadReplicaCount: "neptune:cluster:ReadReplicaCount",
|
|
43
43
|
RDSClusterReadReplicaCount: "rds:cluster:ReadReplicaCount",
|
|
44
|
+
SageMakerInferenceComponentDesiredCopyCount: "sagemaker:inference-component:DesiredCopyCount",
|
|
44
45
|
SageMakerVariantDesiredInstanceCount: "sagemaker:variant:DesiredInstanceCount",
|
|
45
46
|
SageMakerVariantDesiredProvisionedConcurrency: "sagemaker:variant:DesiredProvisionedConcurrency",
|
|
46
47
|
};
|
|
@@ -162,6 +163,7 @@ exports.MetricType = {
|
|
|
162
163
|
NeptuneReaderAverageCPUUtilization: "NeptuneReaderAverageCPUUtilization",
|
|
163
164
|
RDSReaderAverageCPUUtilization: "RDSReaderAverageCPUUtilization",
|
|
164
165
|
RDSReaderAverageDatabaseConnections: "RDSReaderAverageDatabaseConnections",
|
|
166
|
+
SageMakerInferenceComponentInvocationsPerCopy: "SageMakerInferenceComponentInvocationsPerCopy",
|
|
165
167
|
SageMakerVariantInvocationsPerInstance: "SageMakerVariantInvocationsPerInstance",
|
|
166
168
|
SageMakerVariantProvisionedConcurrencyUtilization: "SageMakerVariantProvisionedConcurrencyUtilization",
|
|
167
169
|
};
|
|
@@ -37,6 +37,7 @@ export const ScalableDimension = {
|
|
|
37
37
|
LambdaFunctionProvisionedConcurrency: "lambda:function:ProvisionedConcurrency",
|
|
38
38
|
NeptuneClusterReadReplicaCount: "neptune:cluster:ReadReplicaCount",
|
|
39
39
|
RDSClusterReadReplicaCount: "rds:cluster:ReadReplicaCount",
|
|
40
|
+
SageMakerInferenceComponentDesiredCopyCount: "sagemaker:inference-component:DesiredCopyCount",
|
|
40
41
|
SageMakerVariantDesiredInstanceCount: "sagemaker:variant:DesiredInstanceCount",
|
|
41
42
|
SageMakerVariantDesiredProvisionedConcurrency: "sagemaker:variant:DesiredProvisionedConcurrency",
|
|
42
43
|
};
|
|
@@ -154,6 +155,7 @@ export const MetricType = {
|
|
|
154
155
|
NeptuneReaderAverageCPUUtilization: "NeptuneReaderAverageCPUUtilization",
|
|
155
156
|
RDSReaderAverageCPUUtilization: "RDSReaderAverageCPUUtilization",
|
|
156
157
|
RDSReaderAverageDatabaseConnections: "RDSReaderAverageDatabaseConnections",
|
|
158
|
+
SageMakerInferenceComponentInvocationsPerCopy: "SageMakerInferenceComponentInvocationsPerCopy",
|
|
157
159
|
SageMakerVariantInvocationsPerInstance: "SageMakerVariantInvocationsPerInstance",
|
|
158
160
|
SageMakerVariantProvisionedConcurrencyUtilization: "SageMakerVariantProvisionedConcurrencyUtilization",
|
|
159
161
|
};
|
|
@@ -138,6 +138,9 @@ export interface ApplicationAutoScaling {
|
|
|
138
138
|
* <p>Amazon SageMaker Serverless endpoint provisioned concurrency</p>
|
|
139
139
|
* </li>
|
|
140
140
|
* <li>
|
|
141
|
+
* <p>Amazon SageMaker inference components</p>
|
|
142
|
+
* </li>
|
|
143
|
+
* <li>
|
|
141
144
|
* <p>Spot Fleets (Amazon EC2)</p>
|
|
142
145
|
* </li>
|
|
143
146
|
* <li>
|
|
@@ -208,6 +208,9 @@ export interface ApplicationAutoScalingClientResolvedConfig extends ApplicationA
|
|
|
208
208
|
* <p>Amazon SageMaker Serverless endpoint provisioned concurrency</p>
|
|
209
209
|
* </li>
|
|
210
210
|
* <li>
|
|
211
|
+
* <p>Amazon SageMaker inference components</p>
|
|
212
|
+
* </li>
|
|
213
|
+
* <li>
|
|
211
214
|
* <p>Spot Fleets (Amazon EC2)</p>
|
|
212
215
|
* </li>
|
|
213
216
|
* <li>
|
|
@@ -27,7 +27,7 @@ export interface DeleteScalingPolicyCommandOutput extends DeleteScalingPolicyRes
|
|
|
27
27
|
* <p>Deleting a step scaling policy deletes the underlying alarm action, but does not delete
|
|
28
28
|
* the CloudWatch alarm associated with the scaling policy, even if it no longer has an associated
|
|
29
29
|
* action.</p>
|
|
30
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/
|
|
30
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/create-step-scaling-policy-cli.html#delete-step-scaling-policy">Delete a step scaling policy</a> and <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/create-target-tracking-policy-cli.html#delete-target-tracking-policy">Delete a target tracking scaling policy</a> in the
|
|
31
31
|
* <i>Application Auto Scaling User Guide</i>.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -39,7 +39,7 @@ export interface DeleteScalingPolicyCommandOutput extends DeleteScalingPolicyRes
|
|
|
39
39
|
* PolicyName: "STRING_VALUE", // required
|
|
40
40
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
41
41
|
* ResourceId: "STRING_VALUE", // required
|
|
42
|
-
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency", // required
|
|
42
|
+
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency" || "sagemaker:inference-component:DesiredCopyCount", // required
|
|
43
43
|
* };
|
|
44
44
|
* const command = new DeleteScalingPolicyCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
@@ -35,7 +35,7 @@ export interface DeleteScheduledActionCommandOutput extends DeleteScheduledActio
|
|
|
35
35
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
36
36
|
* ScheduledActionName: "STRING_VALUE", // required
|
|
37
37
|
* ResourceId: "STRING_VALUE", // required
|
|
38
|
-
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency", // required
|
|
38
|
+
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency" || "sagemaker:inference-component:DesiredCopyCount", // required
|
|
39
39
|
* };
|
|
40
40
|
* const command = new DeleteScheduledActionCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
@@ -38,7 +38,7 @@ export interface DeregisterScalableTargetCommandOutput extends DeregisterScalabl
|
|
|
38
38
|
* const input = { // DeregisterScalableTargetRequest
|
|
39
39
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
40
40
|
* ResourceId: "STRING_VALUE", // required
|
|
41
|
-
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency", // required
|
|
41
|
+
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency" || "sagemaker:inference-component:DesiredCopyCount", // required
|
|
42
42
|
* };
|
|
43
43
|
* const command = new DeregisterScalableTargetCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
@@ -37,7 +37,7 @@ export interface DescribeScalableTargetsCommandOutput extends DescribeScalableTa
|
|
|
37
37
|
* ResourceIds: [ // ResourceIdsMaxLen1600
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
|
-
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency",
|
|
40
|
+
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency" || "sagemaker:inference-component:DesiredCopyCount",
|
|
41
41
|
* MaxResults: Number("int"),
|
|
42
42
|
* NextToken: "STRING_VALUE",
|
|
43
43
|
* };
|
|
@@ -48,7 +48,7 @@ export interface DescribeScalableTargetsCommandOutput extends DescribeScalableTa
|
|
|
48
48
|
* // { // ScalableTarget
|
|
49
49
|
* // ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
50
50
|
* // ResourceId: "STRING_VALUE", // required
|
|
51
|
-
* // ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency", // required
|
|
51
|
+
* // ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency" || "sagemaker:inference-component:DesiredCopyCount", // required
|
|
52
52
|
* // MinCapacity: Number("int"), // required
|
|
53
53
|
* // MaxCapacity: Number("int"), // required
|
|
54
54
|
* // RoleARN: "STRING_VALUE", // required
|
|
@@ -37,7 +37,7 @@ export interface DescribeScalingActivitiesCommandOutput extends DescribeScalingA
|
|
|
37
37
|
* const input = { // DescribeScalingActivitiesRequest
|
|
38
38
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
39
39
|
* ResourceId: "STRING_VALUE",
|
|
40
|
-
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency",
|
|
40
|
+
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency" || "sagemaker:inference-component:DesiredCopyCount",
|
|
41
41
|
* MaxResults: Number("int"),
|
|
42
42
|
* NextToken: "STRING_VALUE",
|
|
43
43
|
* IncludeNotScaledActivities: true || false,
|
|
@@ -50,7 +50,7 @@ export interface DescribeScalingActivitiesCommandOutput extends DescribeScalingA
|
|
|
50
50
|
* // ActivityId: "STRING_VALUE", // required
|
|
51
51
|
* // ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
52
52
|
* // ResourceId: "STRING_VALUE", // required
|
|
53
|
-
* // ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency", // required
|
|
53
|
+
* // ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency" || "sagemaker:inference-component:DesiredCopyCount", // required
|
|
54
54
|
* // Description: "STRING_VALUE", // required
|
|
55
55
|
* // Cause: "STRING_VALUE", // required
|
|
56
56
|
* // StartTime: new Date("TIMESTAMP"), // required
|
|
@@ -39,7 +39,7 @@ export interface DescribeScalingPoliciesCommandOutput extends DescribeScalingPol
|
|
|
39
39
|
* ],
|
|
40
40
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
41
41
|
* ResourceId: "STRING_VALUE",
|
|
42
|
-
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency",
|
|
42
|
+
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency" || "sagemaker:inference-component:DesiredCopyCount",
|
|
43
43
|
* MaxResults: Number("int"),
|
|
44
44
|
* NextToken: "STRING_VALUE",
|
|
45
45
|
* };
|
|
@@ -52,7 +52,7 @@ export interface DescribeScalingPoliciesCommandOutput extends DescribeScalingPol
|
|
|
52
52
|
* // PolicyName: "STRING_VALUE", // required
|
|
53
53
|
* // ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
54
54
|
* // ResourceId: "STRING_VALUE", // required
|
|
55
|
-
* // ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency", // required
|
|
55
|
+
* // ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency" || "sagemaker:inference-component:DesiredCopyCount", // required
|
|
56
56
|
* // PolicyType: "StepScaling" || "TargetTrackingScaling", // required
|
|
57
57
|
* // StepScalingPolicyConfiguration: { // StepScalingPolicyConfiguration
|
|
58
58
|
* // AdjustmentType: "ChangeInCapacity" || "PercentChangeInCapacity" || "ExactCapacity",
|
|
@@ -70,7 +70,7 @@ export interface DescribeScalingPoliciesCommandOutput extends DescribeScalingPol
|
|
|
70
70
|
* // TargetTrackingScalingPolicyConfiguration: { // TargetTrackingScalingPolicyConfiguration
|
|
71
71
|
* // TargetValue: Number("double"), // required
|
|
72
72
|
* // PredefinedMetricSpecification: { // PredefinedMetricSpecification
|
|
73
|
-
* // PredefinedMetricType: "DynamoDBReadCapacityUtilization" || "DynamoDBWriteCapacityUtilization" || "ALBRequestCountPerTarget" || "RDSReaderAverageCPUUtilization" || "RDSReaderAverageDatabaseConnections" || "EC2SpotFleetRequestAverageCPUUtilization" || "EC2SpotFleetRequestAverageNetworkIn" || "EC2SpotFleetRequestAverageNetworkOut" || "SageMakerVariantInvocationsPerInstance" || "ECSServiceAverageCPUUtilization" || "ECSServiceAverageMemoryUtilization" || "AppStreamAverageCapacityUtilization" || "ComprehendInferenceUtilization" || "LambdaProvisionedConcurrencyUtilization" || "CassandraReadCapacityUtilization" || "CassandraWriteCapacityUtilization" || "KafkaBrokerStorageUtilization" || "ElastiCachePrimaryEngineCPUUtilization" || "ElastiCacheReplicaEngineCPUUtilization" || "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage" || "NeptuneReaderAverageCPUUtilization" || "SageMakerVariantProvisionedConcurrencyUtilization" || "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage", // required
|
|
73
|
+
* // PredefinedMetricType: "DynamoDBReadCapacityUtilization" || "DynamoDBWriteCapacityUtilization" || "ALBRequestCountPerTarget" || "RDSReaderAverageCPUUtilization" || "RDSReaderAverageDatabaseConnections" || "EC2SpotFleetRequestAverageCPUUtilization" || "EC2SpotFleetRequestAverageNetworkIn" || "EC2SpotFleetRequestAverageNetworkOut" || "SageMakerVariantInvocationsPerInstance" || "ECSServiceAverageCPUUtilization" || "ECSServiceAverageMemoryUtilization" || "AppStreamAverageCapacityUtilization" || "ComprehendInferenceUtilization" || "LambdaProvisionedConcurrencyUtilization" || "CassandraReadCapacityUtilization" || "CassandraWriteCapacityUtilization" || "KafkaBrokerStorageUtilization" || "ElastiCachePrimaryEngineCPUUtilization" || "ElastiCacheReplicaEngineCPUUtilization" || "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage" || "NeptuneReaderAverageCPUUtilization" || "SageMakerVariantProvisionedConcurrencyUtilization" || "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" || "SageMakerInferenceComponentInvocationsPerCopy", // required
|
|
74
74
|
* // ResourceLabel: "STRING_VALUE",
|
|
75
75
|
* // },
|
|
76
76
|
* // CustomizedMetricSpecification: { // CustomizedMetricSpecification
|
|
@@ -40,7 +40,7 @@ export interface DescribeScheduledActionsCommandOutput extends DescribeScheduled
|
|
|
40
40
|
* ],
|
|
41
41
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
42
42
|
* ResourceId: "STRING_VALUE",
|
|
43
|
-
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency",
|
|
43
|
+
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency" || "sagemaker:inference-component:DesiredCopyCount",
|
|
44
44
|
* MaxResults: Number("int"),
|
|
45
45
|
* NextToken: "STRING_VALUE",
|
|
46
46
|
* };
|
|
@@ -55,7 +55,7 @@ export interface DescribeScheduledActionsCommandOutput extends DescribeScheduled
|
|
|
55
55
|
* // Schedule: "STRING_VALUE", // required
|
|
56
56
|
* // Timezone: "STRING_VALUE",
|
|
57
57
|
* // ResourceId: "STRING_VALUE", // required
|
|
58
|
-
* // ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency",
|
|
58
|
+
* // ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency" || "sagemaker:inference-component:DesiredCopyCount",
|
|
59
59
|
* // StartTime: new Date("TIMESTAMP"),
|
|
60
60
|
* // EndTime: new Date("TIMESTAMP"),
|
|
61
61
|
* // ScalableTargetAction: { // ScalableTargetAction
|
|
@@ -58,7 +58,7 @@ export interface PutScalingPolicyCommandOutput extends PutScalingPolicyResponse,
|
|
|
58
58
|
* PolicyName: "STRING_VALUE", // required
|
|
59
59
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
60
60
|
* ResourceId: "STRING_VALUE", // required
|
|
61
|
-
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency", // required
|
|
61
|
+
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency" || "sagemaker:inference-component:DesiredCopyCount", // required
|
|
62
62
|
* PolicyType: "StepScaling" || "TargetTrackingScaling",
|
|
63
63
|
* StepScalingPolicyConfiguration: { // StepScalingPolicyConfiguration
|
|
64
64
|
* AdjustmentType: "ChangeInCapacity" || "PercentChangeInCapacity" || "ExactCapacity",
|
|
@@ -76,7 +76,7 @@ export interface PutScalingPolicyCommandOutput extends PutScalingPolicyResponse,
|
|
|
76
76
|
* TargetTrackingScalingPolicyConfiguration: { // TargetTrackingScalingPolicyConfiguration
|
|
77
77
|
* TargetValue: Number("double"), // required
|
|
78
78
|
* PredefinedMetricSpecification: { // PredefinedMetricSpecification
|
|
79
|
-
* PredefinedMetricType: "DynamoDBReadCapacityUtilization" || "DynamoDBWriteCapacityUtilization" || "ALBRequestCountPerTarget" || "RDSReaderAverageCPUUtilization" || "RDSReaderAverageDatabaseConnections" || "EC2SpotFleetRequestAverageCPUUtilization" || "EC2SpotFleetRequestAverageNetworkIn" || "EC2SpotFleetRequestAverageNetworkOut" || "SageMakerVariantInvocationsPerInstance" || "ECSServiceAverageCPUUtilization" || "ECSServiceAverageMemoryUtilization" || "AppStreamAverageCapacityUtilization" || "ComprehendInferenceUtilization" || "LambdaProvisionedConcurrencyUtilization" || "CassandraReadCapacityUtilization" || "CassandraWriteCapacityUtilization" || "KafkaBrokerStorageUtilization" || "ElastiCachePrimaryEngineCPUUtilization" || "ElastiCacheReplicaEngineCPUUtilization" || "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage" || "NeptuneReaderAverageCPUUtilization" || "SageMakerVariantProvisionedConcurrencyUtilization" || "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage", // required
|
|
79
|
+
* PredefinedMetricType: "DynamoDBReadCapacityUtilization" || "DynamoDBWriteCapacityUtilization" || "ALBRequestCountPerTarget" || "RDSReaderAverageCPUUtilization" || "RDSReaderAverageDatabaseConnections" || "EC2SpotFleetRequestAverageCPUUtilization" || "EC2SpotFleetRequestAverageNetworkIn" || "EC2SpotFleetRequestAverageNetworkOut" || "SageMakerVariantInvocationsPerInstance" || "ECSServiceAverageCPUUtilization" || "ECSServiceAverageMemoryUtilization" || "AppStreamAverageCapacityUtilization" || "ComprehendInferenceUtilization" || "LambdaProvisionedConcurrencyUtilization" || "CassandraReadCapacityUtilization" || "CassandraWriteCapacityUtilization" || "KafkaBrokerStorageUtilization" || "ElastiCachePrimaryEngineCPUUtilization" || "ElastiCacheReplicaEngineCPUUtilization" || "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage" || "NeptuneReaderAverageCPUUtilization" || "SageMakerVariantProvisionedConcurrencyUtilization" || "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" || "SageMakerInferenceComponentInvocationsPerCopy", // required
|
|
80
80
|
* ResourceLabel: "STRING_VALUE",
|
|
81
81
|
* },
|
|
82
82
|
* CustomizedMetricSpecification: { // CustomizedMetricSpecification
|
|
@@ -50,7 +50,7 @@ export interface PutScheduledActionCommandOutput extends PutScheduledActionRespo
|
|
|
50
50
|
* Timezone: "STRING_VALUE",
|
|
51
51
|
* ScheduledActionName: "STRING_VALUE", // required
|
|
52
52
|
* ResourceId: "STRING_VALUE", // required
|
|
53
|
-
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency", // required
|
|
53
|
+
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency" || "sagemaker:inference-component:DesiredCopyCount", // required
|
|
54
54
|
* StartTime: new Date("TIMESTAMP"),
|
|
55
55
|
* EndTime: new Date("TIMESTAMP"),
|
|
56
56
|
* ScalableTargetAction: { // ScalableTargetAction
|
|
@@ -64,7 +64,7 @@ export interface RegisterScalableTargetCommandOutput extends RegisterScalableTar
|
|
|
64
64
|
* const input = { // RegisterScalableTargetRequest
|
|
65
65
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
66
66
|
* ResourceId: "STRING_VALUE", // required
|
|
67
|
-
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency", // required
|
|
67
|
+
* ScalableDimension: "ecs:service:DesiredCount" || "ec2:spot-fleet-request:TargetCapacity" || "elasticmapreduce:instancegroup:InstanceCount" || "appstream:fleet:DesiredCapacity" || "dynamodb:table:ReadCapacityUnits" || "dynamodb:table:WriteCapacityUnits" || "dynamodb:index:ReadCapacityUnits" || "dynamodb:index:WriteCapacityUnits" || "rds:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredInstanceCount" || "custom-resource:ResourceType:Property" || "comprehend:document-classifier-endpoint:DesiredInferenceUnits" || "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits" || "lambda:function:ProvisionedConcurrency" || "cassandra:table:ReadCapacityUnits" || "cassandra:table:WriteCapacityUnits" || "kafka:broker-storage:VolumeSize" || "elasticache:replication-group:NodeGroups" || "elasticache:replication-group:Replicas" || "neptune:cluster:ReadReplicaCount" || "sagemaker:variant:DesiredProvisionedConcurrency" || "sagemaker:inference-component:DesiredCopyCount", // required
|
|
68
68
|
* MinCapacity: Number("int"),
|
|
69
69
|
* MaxCapacity: Number("int"),
|
|
70
70
|
* RoleARN: "STRING_VALUE",
|
package/dist-types/index.d.ts
CHANGED
|
@@ -67,6 +67,7 @@ export declare const ScalableDimension: {
|
|
|
67
67
|
readonly LambdaFunctionProvisionedConcurrency: "lambda:function:ProvisionedConcurrency";
|
|
68
68
|
readonly NeptuneClusterReadReplicaCount: "neptune:cluster:ReadReplicaCount";
|
|
69
69
|
readonly RDSClusterReadReplicaCount: "rds:cluster:ReadReplicaCount";
|
|
70
|
+
readonly SageMakerInferenceComponentDesiredCopyCount: "sagemaker:inference-component:DesiredCopyCount";
|
|
70
71
|
readonly SageMakerVariantDesiredInstanceCount: "sagemaker:variant:DesiredInstanceCount";
|
|
71
72
|
readonly SageMakerVariantDesiredProvisionedConcurrency: "sagemaker:variant:DesiredProvisionedConcurrency";
|
|
72
73
|
};
|
|
@@ -184,6 +185,10 @@ export interface DeleteScalingPolicyRequest {
|
|
|
184
185
|
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
185
186
|
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
186
187
|
* </li>
|
|
188
|
+
* <li>
|
|
189
|
+
* <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
|
|
190
|
+
* Example: <code>inference-component/my-inference-component</code>.</p>
|
|
191
|
+
* </li>
|
|
187
192
|
* </ul>
|
|
188
193
|
*/
|
|
189
194
|
ResourceId: string | undefined;
|
|
@@ -275,6 +280,10 @@ export interface DeleteScalingPolicyRequest {
|
|
|
275
280
|
* <p>
|
|
276
281
|
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
277
282
|
* </li>
|
|
283
|
+
* <li>
|
|
284
|
+
* <p>
|
|
285
|
+
* <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
|
|
286
|
+
* </li>
|
|
278
287
|
* </ul>
|
|
279
288
|
*/
|
|
280
289
|
ScalableDimension: ScalableDimension | undefined;
|
|
@@ -414,6 +423,10 @@ export interface DeleteScheduledActionRequest {
|
|
|
414
423
|
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
415
424
|
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
416
425
|
* </li>
|
|
426
|
+
* <li>
|
|
427
|
+
* <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
|
|
428
|
+
* Example: <code>inference-component/my-inference-component</code>.</p>
|
|
429
|
+
* </li>
|
|
417
430
|
* </ul>
|
|
418
431
|
*/
|
|
419
432
|
ResourceId: string | undefined;
|
|
@@ -505,6 +518,10 @@ export interface DeleteScheduledActionRequest {
|
|
|
505
518
|
* <p>
|
|
506
519
|
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
507
520
|
* </li>
|
|
521
|
+
* <li>
|
|
522
|
+
* <p>
|
|
523
|
+
* <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
|
|
524
|
+
* </li>
|
|
508
525
|
* </ul>
|
|
509
526
|
*/
|
|
510
527
|
ScalableDimension: ScalableDimension | undefined;
|
|
@@ -595,6 +612,10 @@ export interface DeregisterScalableTargetRequest {
|
|
|
595
612
|
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
596
613
|
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
597
614
|
* </li>
|
|
615
|
+
* <li>
|
|
616
|
+
* <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
|
|
617
|
+
* Example: <code>inference-component/my-inference-component</code>.</p>
|
|
618
|
+
* </li>
|
|
598
619
|
* </ul>
|
|
599
620
|
*/
|
|
600
621
|
ResourceId: string | undefined;
|
|
@@ -687,6 +708,10 @@ export interface DeregisterScalableTargetRequest {
|
|
|
687
708
|
* <p>
|
|
688
709
|
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
689
710
|
* </li>
|
|
711
|
+
* <li>
|
|
712
|
+
* <p>
|
|
713
|
+
* <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
|
|
714
|
+
* </li>
|
|
690
715
|
* </ul>
|
|
691
716
|
*/
|
|
692
717
|
ScalableDimension: ScalableDimension | undefined;
|
|
@@ -777,6 +802,10 @@ export interface DescribeScalableTargetsRequest {
|
|
|
777
802
|
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
778
803
|
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
779
804
|
* </li>
|
|
805
|
+
* <li>
|
|
806
|
+
* <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
|
|
807
|
+
* Example: <code>inference-component/my-inference-component</code>.</p>
|
|
808
|
+
* </li>
|
|
780
809
|
* </ul>
|
|
781
810
|
*/
|
|
782
811
|
ResourceIds?: string[];
|
|
@@ -869,6 +898,10 @@ export interface DescribeScalableTargetsRequest {
|
|
|
869
898
|
* <p>
|
|
870
899
|
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
871
900
|
* </li>
|
|
901
|
+
* <li>
|
|
902
|
+
* <p>
|
|
903
|
+
* <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
|
|
904
|
+
* </li>
|
|
872
905
|
* </ul>
|
|
873
906
|
*/
|
|
874
907
|
ScalableDimension?: ScalableDimension;
|
|
@@ -999,6 +1032,10 @@ export interface ScalableTarget {
|
|
|
999
1032
|
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
1000
1033
|
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
1001
1034
|
* </li>
|
|
1035
|
+
* <li>
|
|
1036
|
+
* <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
|
|
1037
|
+
* Example: <code>inference-component/my-inference-component</code>.</p>
|
|
1038
|
+
* </li>
|
|
1002
1039
|
* </ul>
|
|
1003
1040
|
*/
|
|
1004
1041
|
ResourceId: string | undefined;
|
|
@@ -1091,6 +1128,10 @@ export interface ScalableTarget {
|
|
|
1091
1128
|
* <p>
|
|
1092
1129
|
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
1093
1130
|
* </li>
|
|
1131
|
+
* <li>
|
|
1132
|
+
* <p>
|
|
1133
|
+
* <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
|
|
1134
|
+
* </li>
|
|
1094
1135
|
* </ul>
|
|
1095
1136
|
*/
|
|
1096
1137
|
ScalableDimension: ScalableDimension | undefined;
|
|
@@ -1237,6 +1278,10 @@ export interface DescribeScalingActivitiesRequest {
|
|
|
1237
1278
|
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
1238
1279
|
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
1239
1280
|
* </li>
|
|
1281
|
+
* <li>
|
|
1282
|
+
* <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
|
|
1283
|
+
* Example: <code>inference-component/my-inference-component</code>.</p>
|
|
1284
|
+
* </li>
|
|
1240
1285
|
* </ul>
|
|
1241
1286
|
*/
|
|
1242
1287
|
ResourceId?: string;
|
|
@@ -1329,6 +1374,10 @@ export interface DescribeScalingActivitiesRequest {
|
|
|
1329
1374
|
* <p>
|
|
1330
1375
|
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
1331
1376
|
* </li>
|
|
1377
|
+
* <li>
|
|
1378
|
+
* <p>
|
|
1379
|
+
* <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
|
|
1380
|
+
* </li>
|
|
1332
1381
|
* </ul>
|
|
1333
1382
|
*/
|
|
1334
1383
|
ScalableDimension?: ScalableDimension;
|
|
@@ -1506,6 +1555,10 @@ export interface ScalingActivity {
|
|
|
1506
1555
|
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
1507
1556
|
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
1508
1557
|
* </li>
|
|
1558
|
+
* <li>
|
|
1559
|
+
* <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
|
|
1560
|
+
* Example: <code>inference-component/my-inference-component</code>.</p>
|
|
1561
|
+
* </li>
|
|
1509
1562
|
* </ul>
|
|
1510
1563
|
*/
|
|
1511
1564
|
ResourceId: string | undefined;
|
|
@@ -1597,6 +1650,10 @@ export interface ScalingActivity {
|
|
|
1597
1650
|
* <p>
|
|
1598
1651
|
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
1599
1652
|
* </li>
|
|
1653
|
+
* <li>
|
|
1654
|
+
* <p>
|
|
1655
|
+
* <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
|
|
1656
|
+
* </li>
|
|
1600
1657
|
* </ul>
|
|
1601
1658
|
*/
|
|
1602
1659
|
ScalableDimension: ScalableDimension | undefined;
|
|
@@ -1744,6 +1801,10 @@ export interface DescribeScalingPoliciesRequest {
|
|
|
1744
1801
|
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
1745
1802
|
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
1746
1803
|
* </li>
|
|
1804
|
+
* <li>
|
|
1805
|
+
* <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
|
|
1806
|
+
* Example: <code>inference-component/my-inference-component</code>.</p>
|
|
1807
|
+
* </li>
|
|
1747
1808
|
* </ul>
|
|
1748
1809
|
*/
|
|
1749
1810
|
ResourceId?: string;
|
|
@@ -1836,6 +1897,10 @@ export interface DescribeScalingPoliciesRequest {
|
|
|
1836
1897
|
* <p>
|
|
1837
1898
|
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
1838
1899
|
* </li>
|
|
1900
|
+
* <li>
|
|
1901
|
+
* <p>
|
|
1902
|
+
* <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
|
|
1903
|
+
* </li>
|
|
1839
1904
|
* </ul>
|
|
1840
1905
|
*/
|
|
1841
1906
|
ScalableDimension?: ScalableDimension;
|
|
@@ -1986,7 +2051,7 @@ export interface StepScalingPolicyConfiguration {
|
|
|
1986
2051
|
/**
|
|
1987
2052
|
* @public
|
|
1988
2053
|
* <p>The amount of time, in seconds, to wait for a previous scaling activity to take effect. If
|
|
1989
|
-
* not specified, the default value is 300. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/
|
|
2054
|
+
* not specified, the default value is 300. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/step-scaling-policy-overview.html#step-scaling-cooldown">Cooldown period</a> in the <i>Application Auto Scaling User Guide</i>.</p>
|
|
1990
2055
|
*/
|
|
1991
2056
|
Cooldown?: number;
|
|
1992
2057
|
/**
|
|
@@ -2248,6 +2313,7 @@ export declare const MetricType: {
|
|
|
2248
2313
|
readonly NeptuneReaderAverageCPUUtilization: "NeptuneReaderAverageCPUUtilization";
|
|
2249
2314
|
readonly RDSReaderAverageCPUUtilization: "RDSReaderAverageCPUUtilization";
|
|
2250
2315
|
readonly RDSReaderAverageDatabaseConnections: "RDSReaderAverageDatabaseConnections";
|
|
2316
|
+
readonly SageMakerInferenceComponentInvocationsPerCopy: "SageMakerInferenceComponentInvocationsPerCopy";
|
|
2251
2317
|
readonly SageMakerVariantInvocationsPerInstance: "SageMakerVariantInvocationsPerInstance";
|
|
2252
2318
|
readonly SageMakerVariantProvisionedConcurrencyUtilization: "SageMakerVariantProvisionedConcurrencyUtilization";
|
|
2253
2319
|
};
|
|
@@ -2261,8 +2327,8 @@ export type MetricType = (typeof MetricType)[keyof typeof MetricType];
|
|
|
2261
2327
|
* Application Auto Scaling.</p>
|
|
2262
2328
|
* <p>Only the Amazon Web Services that you're using send metrics to Amazon CloudWatch. To determine whether a
|
|
2263
2329
|
* desired metric already exists by looking up its namespace and dimension using the CloudWatch
|
|
2264
|
-
* metrics dashboard in the console, follow the procedure in <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/monitoring-cloudwatch.html">
|
|
2265
|
-
*
|
|
2330
|
+
* metrics dashboard in the console, follow the procedure in <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/monitoring-cloudwatch.html">Monitor your
|
|
2331
|
+
* resources using CloudWatch</a> in the <i>Application Auto Scaling User Guide</i>.</p>
|
|
2266
2332
|
*/
|
|
2267
2333
|
export interface PredefinedMetricSpecification {
|
|
2268
2334
|
/**
|
|
@@ -2333,13 +2399,13 @@ export interface TargetTrackingScalingPolicyConfiguration {
|
|
|
2333
2399
|
/**
|
|
2334
2400
|
* @public
|
|
2335
2401
|
* <p>The amount of time, in seconds, to wait for a previous scale-out activity to take effect.
|
|
2336
|
-
* For more information and for default values, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/
|
|
2402
|
+
* For more information and for default values, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/target-tracking-scaling-policy-overview.html#target-tracking-cooldown">Define cooldown periods</a> in the <i>Application Auto Scaling User Guide</i>.</p>
|
|
2337
2403
|
*/
|
|
2338
2404
|
ScaleOutCooldown?: number;
|
|
2339
2405
|
/**
|
|
2340
2406
|
* @public
|
|
2341
2407
|
* <p>The amount of time, in seconds, after a scale-in activity completes before another
|
|
2342
|
-
* scale-in activity can start. For more information and for default values, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/
|
|
2408
|
+
* scale-in activity can start. For more information and for default values, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/target-tracking-scaling-policy-overview.html#target-tracking-cooldown">Define cooldown periods</a> in the <i>Application Auto Scaling User Guide</i>.</p>
|
|
2343
2409
|
*/
|
|
2344
2410
|
ScaleInCooldown?: number;
|
|
2345
2411
|
/**
|
|
@@ -2448,6 +2514,10 @@ export interface ScalingPolicy {
|
|
|
2448
2514
|
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
2449
2515
|
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
2450
2516
|
* </li>
|
|
2517
|
+
* <li>
|
|
2518
|
+
* <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
|
|
2519
|
+
* Example: <code>inference-component/my-inference-component</code>.</p>
|
|
2520
|
+
* </li>
|
|
2451
2521
|
* </ul>
|
|
2452
2522
|
*/
|
|
2453
2523
|
ResourceId: string | undefined;
|
|
@@ -2539,6 +2609,10 @@ export interface ScalingPolicy {
|
|
|
2539
2609
|
* <p>
|
|
2540
2610
|
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
2541
2611
|
* </li>
|
|
2612
|
+
* <li>
|
|
2613
|
+
* <p>
|
|
2614
|
+
* <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
|
|
2615
|
+
* </li>
|
|
2542
2616
|
* </ul>
|
|
2543
2617
|
*/
|
|
2544
2618
|
ScalableDimension: ScalableDimension | undefined;
|
|
@@ -2692,6 +2766,10 @@ export interface DescribeScheduledActionsRequest {
|
|
|
2692
2766
|
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
2693
2767
|
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
2694
2768
|
* </li>
|
|
2769
|
+
* <li>
|
|
2770
|
+
* <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
|
|
2771
|
+
* Example: <code>inference-component/my-inference-component</code>.</p>
|
|
2772
|
+
* </li>
|
|
2695
2773
|
* </ul>
|
|
2696
2774
|
*/
|
|
2697
2775
|
ResourceId?: string;
|
|
@@ -2784,6 +2862,10 @@ export interface DescribeScheduledActionsRequest {
|
|
|
2784
2862
|
* <p>
|
|
2785
2863
|
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
2786
2864
|
* </li>
|
|
2865
|
+
* <li>
|
|
2866
|
+
* <p>
|
|
2867
|
+
* <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
|
|
2868
|
+
* </li>
|
|
2787
2869
|
* </ul>
|
|
2788
2870
|
*/
|
|
2789
2871
|
ScalableDimension?: ScalableDimension;
|
|
@@ -2953,6 +3035,10 @@ export interface ScheduledAction {
|
|
|
2953
3035
|
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
2954
3036
|
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
2955
3037
|
* </li>
|
|
3038
|
+
* <li>
|
|
3039
|
+
* <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
|
|
3040
|
+
* Example: <code>inference-component/my-inference-component</code>.</p>
|
|
3041
|
+
* </li>
|
|
2956
3042
|
* </ul>
|
|
2957
3043
|
*/
|
|
2958
3044
|
ResourceId: string | undefined;
|
|
@@ -3044,6 +3130,10 @@ export interface ScheduledAction {
|
|
|
3044
3130
|
* <p>
|
|
3045
3131
|
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
3046
3132
|
* </li>
|
|
3133
|
+
* <li>
|
|
3134
|
+
* <p>
|
|
3135
|
+
* <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
|
|
3136
|
+
* </li>
|
|
3047
3137
|
* </ul>
|
|
3048
3138
|
*/
|
|
3049
3139
|
ScalableDimension?: ScalableDimension;
|
|
@@ -3230,6 +3320,10 @@ export interface PutScalingPolicyRequest {
|
|
|
3230
3320
|
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
3231
3321
|
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
3232
3322
|
* </li>
|
|
3323
|
+
* <li>
|
|
3324
|
+
* <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
|
|
3325
|
+
* Example: <code>inference-component/my-inference-component</code>.</p>
|
|
3326
|
+
* </li>
|
|
3233
3327
|
* </ul>
|
|
3234
3328
|
*/
|
|
3235
3329
|
ResourceId: string | undefined;
|
|
@@ -3321,6 +3415,10 @@ export interface PutScalingPolicyRequest {
|
|
|
3321
3415
|
* <p>
|
|
3322
3416
|
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
3323
3417
|
* </li>
|
|
3418
|
+
* <li>
|
|
3419
|
+
* <p>
|
|
3420
|
+
* <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
|
|
3421
|
+
* </li>
|
|
3324
3422
|
* </ul>
|
|
3325
3423
|
*/
|
|
3326
3424
|
ScalableDimension: ScalableDimension | undefined;
|
|
@@ -3330,7 +3428,7 @@ export interface PutScalingPolicyRequest {
|
|
|
3330
3428
|
* policy.</p>
|
|
3331
3429
|
* <p>The following policy types are supported: </p>
|
|
3332
3430
|
* <p>
|
|
3333
|
-
* <code>TargetTrackingScaling</code>—Not supported for Amazon EMR
|
|
3431
|
+
* <code>TargetTrackingScaling</code>—Not supported for Amazon EMR.</p>
|
|
3334
3432
|
* <p>
|
|
3335
3433
|
* <code>StepScaling</code>—Not supported for DynamoDB, Amazon Comprehend, Lambda, Amazon Keyspaces, Amazon MSK, Amazon ElastiCache, or
|
|
3336
3434
|
* Neptune.</p>
|
|
@@ -3490,6 +3588,10 @@ export interface PutScheduledActionRequest {
|
|
|
3490
3588
|
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
3491
3589
|
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
3492
3590
|
* </li>
|
|
3591
|
+
* <li>
|
|
3592
|
+
* <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
|
|
3593
|
+
* Example: <code>inference-component/my-inference-component</code>.</p>
|
|
3594
|
+
* </li>
|
|
3493
3595
|
* </ul>
|
|
3494
3596
|
*/
|
|
3495
3597
|
ResourceId: string | undefined;
|
|
@@ -3581,6 +3683,10 @@ export interface PutScheduledActionRequest {
|
|
|
3581
3683
|
* <p>
|
|
3582
3684
|
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
3583
3685
|
* </li>
|
|
3686
|
+
* <li>
|
|
3687
|
+
* <p>
|
|
3688
|
+
* <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
|
|
3689
|
+
* </li>
|
|
3584
3690
|
* </ul>
|
|
3585
3691
|
*/
|
|
3586
3692
|
ScalableDimension: ScalableDimension | undefined;
|
|
@@ -3689,6 +3795,10 @@ export interface RegisterScalableTargetRequest {
|
|
|
3689
3795
|
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
3690
3796
|
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
3691
3797
|
* </li>
|
|
3798
|
+
* <li>
|
|
3799
|
+
* <p>SageMaker inference component - The resource type is <code>inference-component</code> and the unique identifier is the resource ID.
|
|
3800
|
+
* Example: <code>inference-component/my-inference-component</code>.</p>
|
|
3801
|
+
* </li>
|
|
3692
3802
|
* </ul>
|
|
3693
3803
|
*/
|
|
3694
3804
|
ResourceId: string | undefined;
|
|
@@ -3781,6 +3891,10 @@ export interface RegisterScalableTargetRequest {
|
|
|
3781
3891
|
* <p>
|
|
3782
3892
|
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
3783
3893
|
* </li>
|
|
3894
|
+
* <li>
|
|
3895
|
+
* <p>
|
|
3896
|
+
* <code>sagemaker:inference-component:DesiredCopyCount</code> - The number of copies across an endpoint for a SageMaker inference component.</p>
|
|
3897
|
+
* </li>
|
|
3784
3898
|
* </ul>
|
|
3785
3899
|
*/
|
|
3786
3900
|
ScalableDimension: ScalableDimension | undefined;
|
|
@@ -39,6 +39,7 @@ export declare const ScalableDimension: {
|
|
|
39
39
|
readonly LambdaFunctionProvisionedConcurrency: "lambda:function:ProvisionedConcurrency";
|
|
40
40
|
readonly NeptuneClusterReadReplicaCount: "neptune:cluster:ReadReplicaCount";
|
|
41
41
|
readonly RDSClusterReadReplicaCount: "rds:cluster:ReadReplicaCount";
|
|
42
|
+
readonly SageMakerInferenceComponentDesiredCopyCount: "sagemaker:inference-component:DesiredCopyCount";
|
|
42
43
|
readonly SageMakerVariantDesiredInstanceCount: "sagemaker:variant:DesiredInstanceCount";
|
|
43
44
|
readonly SageMakerVariantDesiredProvisionedConcurrency: "sagemaker:variant:DesiredProvisionedConcurrency";
|
|
44
45
|
};
|
|
@@ -279,6 +280,7 @@ export declare const MetricType: {
|
|
|
279
280
|
readonly NeptuneReaderAverageCPUUtilization: "NeptuneReaderAverageCPUUtilization";
|
|
280
281
|
readonly RDSReaderAverageCPUUtilization: "RDSReaderAverageCPUUtilization";
|
|
281
282
|
readonly RDSReaderAverageDatabaseConnections: "RDSReaderAverageDatabaseConnections";
|
|
283
|
+
readonly SageMakerInferenceComponentInvocationsPerCopy: "SageMakerInferenceComponentInvocationsPerCopy";
|
|
282
284
|
readonly SageMakerVariantInvocationsPerInstance: "SageMakerVariantInvocationsPerInstance";
|
|
283
285
|
readonly SageMakerVariantProvisionedConcurrencyUtilization: "SageMakerVariantProvisionedConcurrencyUtilization";
|
|
284
286
|
};
|
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-application-auto-scaling",
|
|
3
3
|
"description": "AWS SDK for JavaScript Application Auto Scaling Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.465.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
-
"build:docs": "typedoc",
|
|
9
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
11
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
@@ -21,19 +20,19 @@
|
|
|
21
20
|
"dependencies": {
|
|
22
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-signing": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.465.0",
|
|
24
|
+
"@aws-sdk/core": "3.465.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.465.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.465.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.465.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.465.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.465.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.465.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.465.0",
|
|
32
|
+
"@aws-sdk/types": "3.465.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.465.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.465.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.465.0",
|
|
37
36
|
"@smithy/config-resolver": "^2.0.18",
|
|
38
37
|
"@smithy/fetch-http-handler": "^2.2.6",
|
|
39
38
|
"@smithy/hash-node": "^2.0.15",
|
|
@@ -66,7 +65,6 @@
|
|
|
66
65
|
"concurrently": "7.0.0",
|
|
67
66
|
"downlevel-dts": "0.10.1",
|
|
68
67
|
"rimraf": "3.0.2",
|
|
69
|
-
"typedoc": "0.23.23",
|
|
70
68
|
"typescript": "~4.9.5"
|
|
71
69
|
},
|
|
72
70
|
"engines": {
|