@aws-sdk/client-application-auto-scaling 3.328.0 → 3.330.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 -3
- 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 +1 -1
- 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/models/models_0.d.ts +127 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +29 -29
package/README.md
CHANGED
|
@@ -2,9 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
# @aws-sdk/client-application-auto-scaling
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@aws-sdk/client-application-auto-scaling)
|
|
6
|
-
[](https://www.npmjs.com/package/@aws-sdk/client-application-auto-scaling)
|
|
7
|
-
|
|
8
5
|
## Description
|
|
9
6
|
|
|
10
7
|
AWS SDK for JavaScript ApplicationAutoScaling Client for Node.js, Browser and React Native.
|
|
@@ -46,6 +43,9 @@ resources:</p>
|
|
|
46
43
|
<p>Amazon Neptune clusters</p>
|
|
47
44
|
</li>
|
|
48
45
|
<li>
|
|
46
|
+
<p>Amazon SageMaker Serverless endpoint provisioned concurrency</p>
|
|
47
|
+
</li>
|
|
48
|
+
<li>
|
|
49
49
|
<p>Amazon SageMaker endpoint variants</p>
|
|
50
50
|
</li>
|
|
51
51
|
<li>
|
|
@@ -42,6 +42,7 @@ exports.ScalableDimension = {
|
|
|
42
42
|
NeptuneClusterReadReplicaCount: "neptune:cluster:ReadReplicaCount",
|
|
43
43
|
RDSClusterReadReplicaCount: "rds:cluster:ReadReplicaCount",
|
|
44
44
|
SageMakerVariantDesiredInstanceCount: "sagemaker:variant:DesiredInstanceCount",
|
|
45
|
+
SageMakerVariantDesiredProvisionedConcurrency: "sagemaker:variant:DesiredProvisionedConcurrency",
|
|
45
46
|
};
|
|
46
47
|
exports.ServiceNamespace = {
|
|
47
48
|
APPSTREAM: "appstream",
|
|
@@ -161,6 +162,7 @@ exports.MetricType = {
|
|
|
161
162
|
RDSReaderAverageCPUUtilization: "RDSReaderAverageCPUUtilization",
|
|
162
163
|
RDSReaderAverageDatabaseConnections: "RDSReaderAverageDatabaseConnections",
|
|
163
164
|
SageMakerVariantInvocationsPerInstance: "SageMakerVariantInvocationsPerInstance",
|
|
165
|
+
SageMakerVariantProvisionedConcurrencyUtilization: "SageMakerVariantProvisionedConcurrencyUtilization",
|
|
164
166
|
};
|
|
165
167
|
class FailedResourceAccessException extends ApplicationAutoScalingServiceException_1.ApplicationAutoScalingServiceException {
|
|
166
168
|
constructor(opts) {
|
|
@@ -38,6 +38,7 @@ export const ScalableDimension = {
|
|
|
38
38
|
NeptuneClusterReadReplicaCount: "neptune:cluster:ReadReplicaCount",
|
|
39
39
|
RDSClusterReadReplicaCount: "rds:cluster:ReadReplicaCount",
|
|
40
40
|
SageMakerVariantDesiredInstanceCount: "sagemaker:variant:DesiredInstanceCount",
|
|
41
|
+
SageMakerVariantDesiredProvisionedConcurrency: "sagemaker:variant:DesiredProvisionedConcurrency",
|
|
41
42
|
};
|
|
42
43
|
export const ServiceNamespace = {
|
|
43
44
|
APPSTREAM: "appstream",
|
|
@@ -153,6 +154,7 @@ export const MetricType = {
|
|
|
153
154
|
RDSReaderAverageCPUUtilization: "RDSReaderAverageCPUUtilization",
|
|
154
155
|
RDSReaderAverageDatabaseConnections: "RDSReaderAverageDatabaseConnections",
|
|
155
156
|
SageMakerVariantInvocationsPerInstance: "SageMakerVariantInvocationsPerInstance",
|
|
157
|
+
SageMakerVariantProvisionedConcurrencyUtilization: "SageMakerVariantProvisionedConcurrencyUtilization",
|
|
156
158
|
};
|
|
157
159
|
export class FailedResourceAccessException extends __BaseException {
|
|
158
160
|
constructor(opts) {
|
|
@@ -132,6 +132,9 @@ export interface ApplicationAutoScaling {
|
|
|
132
132
|
* <p>Amazon Neptune clusters</p>
|
|
133
133
|
* </li>
|
|
134
134
|
* <li>
|
|
135
|
+
* <p>Amazon SageMaker Serverless endpoint provisioned concurrency</p>
|
|
136
|
+
* </li>
|
|
137
|
+
* <li>
|
|
135
138
|
* <p>Amazon SageMaker endpoint variants</p>
|
|
136
139
|
* </li>
|
|
137
140
|
* <li>
|
|
@@ -193,6 +193,9 @@ export interface ApplicationAutoScalingClientResolvedConfig extends ApplicationA
|
|
|
193
193
|
* <p>Amazon Neptune clusters</p>
|
|
194
194
|
* </li>
|
|
195
195
|
* <li>
|
|
196
|
+
* <p>Amazon SageMaker Serverless endpoint provisioned concurrency</p>
|
|
197
|
+
* </li>
|
|
198
|
+
* <li>
|
|
196
199
|
* <p>Amazon SageMaker endpoint variants</p>
|
|
197
200
|
* </li>
|
|
198
201
|
* <li>
|
|
@@ -35,7 +35,7 @@ export interface DeleteScalingPolicyCommandOutput extends DeleteScalingPolicyRes
|
|
|
35
35
|
* PolicyName: "STRING_VALUE", // required
|
|
36
36
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // 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", // 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
|
|
39
39
|
* };
|
|
40
40
|
* const command = new DeleteScalingPolicyCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
@@ -31,7 +31,7 @@ export interface DeleteScheduledActionCommandOutput extends DeleteScheduledActio
|
|
|
31
31
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
32
32
|
* ScheduledActionName: "STRING_VALUE", // required
|
|
33
33
|
* ResourceId: "STRING_VALUE", // required
|
|
34
|
-
* 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", // required
|
|
34
|
+
* 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
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteScheduledActionCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
@@ -34,7 +34,7 @@ export interface DeregisterScalableTargetCommandOutput extends DeregisterScalabl
|
|
|
34
34
|
* const input = { // DeregisterScalableTargetRequest
|
|
35
35
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
36
36
|
* ResourceId: "STRING_VALUE", // required
|
|
37
|
-
* 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", // required
|
|
37
|
+
* 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
38
|
* };
|
|
39
39
|
* const command = new DeregisterScalableTargetCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
@@ -33,7 +33,7 @@ export interface DescribeScalableTargetsCommandOutput extends DescribeScalableTa
|
|
|
33
33
|
* ResourceIds: [ // ResourceIdsMaxLen1600
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
|
-
* 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",
|
|
36
|
+
* 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",
|
|
37
37
|
* MaxResults: Number("int"),
|
|
38
38
|
* NextToken: "STRING_VALUE",
|
|
39
39
|
* };
|
|
@@ -44,7 +44,7 @@ export interface DescribeScalableTargetsCommandOutput extends DescribeScalableTa
|
|
|
44
44
|
* // { // ScalableTarget
|
|
45
45
|
* // ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
46
46
|
* // ResourceId: "STRING_VALUE", // required
|
|
47
|
-
* // 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", // required
|
|
47
|
+
* // 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
|
|
48
48
|
* // MinCapacity: Number("int"), // required
|
|
49
49
|
* // MaxCapacity: Number("int"), // required
|
|
50
50
|
* // RoleARN: "STRING_VALUE", // required
|
|
@@ -33,7 +33,7 @@ export interface DescribeScalingActivitiesCommandOutput extends DescribeScalingA
|
|
|
33
33
|
* const input = { // DescribeScalingActivitiesRequest
|
|
34
34
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
35
35
|
* ResourceId: "STRING_VALUE",
|
|
36
|
-
* 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",
|
|
36
|
+
* 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",
|
|
37
37
|
* MaxResults: Number("int"),
|
|
38
38
|
* NextToken: "STRING_VALUE",
|
|
39
39
|
* IncludeNotScaledActivities: true || false,
|
|
@@ -46,7 +46,7 @@ export interface DescribeScalingActivitiesCommandOutput extends DescribeScalingA
|
|
|
46
46
|
* // ActivityId: "STRING_VALUE", // required
|
|
47
47
|
* // ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
48
48
|
* // ResourceId: "STRING_VALUE", // required
|
|
49
|
-
* // 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", // required
|
|
49
|
+
* // 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
|
|
50
50
|
* // Description: "STRING_VALUE", // required
|
|
51
51
|
* // Cause: "STRING_VALUE", // required
|
|
52
52
|
* // StartTime: new Date("TIMESTAMP"), // required
|
|
@@ -35,7 +35,7 @@ export interface DescribeScalingPoliciesCommandOutput extends DescribeScalingPol
|
|
|
35
35
|
* ],
|
|
36
36
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
37
37
|
* ResourceId: "STRING_VALUE",
|
|
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",
|
|
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",
|
|
39
39
|
* MaxResults: Number("int"),
|
|
40
40
|
* NextToken: "STRING_VALUE",
|
|
41
41
|
* };
|
|
@@ -48,7 +48,7 @@ export interface DescribeScalingPoliciesCommandOutput extends DescribeScalingPol
|
|
|
48
48
|
* // PolicyName: "STRING_VALUE", // required
|
|
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", // 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
|
|
52
52
|
* // PolicyType: "StepScaling" || "TargetTrackingScaling", // required
|
|
53
53
|
* // StepScalingPolicyConfiguration: { // StepScalingPolicyConfiguration
|
|
54
54
|
* // AdjustmentType: "ChangeInCapacity" || "PercentChangeInCapacity" || "ExactCapacity",
|
|
@@ -66,7 +66,7 @@ export interface DescribeScalingPoliciesCommandOutput extends DescribeScalingPol
|
|
|
66
66
|
* // TargetTrackingScalingPolicyConfiguration: { // TargetTrackingScalingPolicyConfiguration
|
|
67
67
|
* // TargetValue: Number("double"), // required
|
|
68
68
|
* // PredefinedMetricSpecification: { // PredefinedMetricSpecification
|
|
69
|
-
* // PredefinedMetricType: "DynamoDBReadCapacityUtilization" || "DynamoDBWriteCapacityUtilization" || "ALBRequestCountPerTarget" || "RDSReaderAverageCPUUtilization" || "RDSReaderAverageDatabaseConnections" || "EC2SpotFleetRequestAverageCPUUtilization" || "EC2SpotFleetRequestAverageNetworkIn" || "EC2SpotFleetRequestAverageNetworkOut" || "SageMakerVariantInvocationsPerInstance" || "ECSServiceAverageCPUUtilization" || "ECSServiceAverageMemoryUtilization" || "AppStreamAverageCapacityUtilization" || "ComprehendInferenceUtilization" || "LambdaProvisionedConcurrencyUtilization" || "CassandraReadCapacityUtilization" || "CassandraWriteCapacityUtilization" || "KafkaBrokerStorageUtilization" || "ElastiCachePrimaryEngineCPUUtilization" || "ElastiCacheReplicaEngineCPUUtilization" || "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage" || "NeptuneReaderAverageCPUUtilization", // required
|
|
69
|
+
* // PredefinedMetricType: "DynamoDBReadCapacityUtilization" || "DynamoDBWriteCapacityUtilization" || "ALBRequestCountPerTarget" || "RDSReaderAverageCPUUtilization" || "RDSReaderAverageDatabaseConnections" || "EC2SpotFleetRequestAverageCPUUtilization" || "EC2SpotFleetRequestAverageNetworkIn" || "EC2SpotFleetRequestAverageNetworkOut" || "SageMakerVariantInvocationsPerInstance" || "ECSServiceAverageCPUUtilization" || "ECSServiceAverageMemoryUtilization" || "AppStreamAverageCapacityUtilization" || "ComprehendInferenceUtilization" || "LambdaProvisionedConcurrencyUtilization" || "CassandraReadCapacityUtilization" || "CassandraWriteCapacityUtilization" || "KafkaBrokerStorageUtilization" || "ElastiCachePrimaryEngineCPUUtilization" || "ElastiCacheReplicaEngineCPUUtilization" || "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage" || "NeptuneReaderAverageCPUUtilization" || "SageMakerVariantProvisionedConcurrencyUtilization", // required
|
|
70
70
|
* // ResourceLabel: "STRING_VALUE",
|
|
71
71
|
* // },
|
|
72
72
|
* // CustomizedMetricSpecification: { // CustomizedMetricSpecification
|
|
@@ -36,7 +36,7 @@ export interface DescribeScheduledActionsCommandOutput extends DescribeScheduled
|
|
|
36
36
|
* ],
|
|
37
37
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
38
38
|
* ResourceId: "STRING_VALUE",
|
|
39
|
-
* 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",
|
|
39
|
+
* 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
40
|
* MaxResults: Number("int"),
|
|
41
41
|
* NextToken: "STRING_VALUE",
|
|
42
42
|
* };
|
|
@@ -51,7 +51,7 @@ export interface DescribeScheduledActionsCommandOutput extends DescribeScheduled
|
|
|
51
51
|
* // Schedule: "STRING_VALUE", // required
|
|
52
52
|
* // Timezone: "STRING_VALUE",
|
|
53
53
|
* // ResourceId: "STRING_VALUE", // required
|
|
54
|
-
* // 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",
|
|
54
|
+
* // 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",
|
|
55
55
|
* // StartTime: new Date("TIMESTAMP"),
|
|
56
56
|
* // EndTime: new Date("TIMESTAMP"),
|
|
57
57
|
* // ScalableTargetAction: { // ScalableTargetAction
|
|
@@ -54,7 +54,7 @@ export interface PutScalingPolicyCommandOutput extends PutScalingPolicyResponse,
|
|
|
54
54
|
* PolicyName: "STRING_VALUE", // required
|
|
55
55
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
56
56
|
* ResourceId: "STRING_VALUE", // required
|
|
57
|
-
* 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", // required
|
|
57
|
+
* 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
|
|
58
58
|
* PolicyType: "StepScaling" || "TargetTrackingScaling",
|
|
59
59
|
* StepScalingPolicyConfiguration: { // StepScalingPolicyConfiguration
|
|
60
60
|
* AdjustmentType: "ChangeInCapacity" || "PercentChangeInCapacity" || "ExactCapacity",
|
|
@@ -72,7 +72,7 @@ export interface PutScalingPolicyCommandOutput extends PutScalingPolicyResponse,
|
|
|
72
72
|
* TargetTrackingScalingPolicyConfiguration: { // TargetTrackingScalingPolicyConfiguration
|
|
73
73
|
* TargetValue: Number("double"), // required
|
|
74
74
|
* PredefinedMetricSpecification: { // PredefinedMetricSpecification
|
|
75
|
-
* PredefinedMetricType: "DynamoDBReadCapacityUtilization" || "DynamoDBWriteCapacityUtilization" || "ALBRequestCountPerTarget" || "RDSReaderAverageCPUUtilization" || "RDSReaderAverageDatabaseConnections" || "EC2SpotFleetRequestAverageCPUUtilization" || "EC2SpotFleetRequestAverageNetworkIn" || "EC2SpotFleetRequestAverageNetworkOut" || "SageMakerVariantInvocationsPerInstance" || "ECSServiceAverageCPUUtilization" || "ECSServiceAverageMemoryUtilization" || "AppStreamAverageCapacityUtilization" || "ComprehendInferenceUtilization" || "LambdaProvisionedConcurrencyUtilization" || "CassandraReadCapacityUtilization" || "CassandraWriteCapacityUtilization" || "KafkaBrokerStorageUtilization" || "ElastiCachePrimaryEngineCPUUtilization" || "ElastiCacheReplicaEngineCPUUtilization" || "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage" || "NeptuneReaderAverageCPUUtilization", // required
|
|
75
|
+
* PredefinedMetricType: "DynamoDBReadCapacityUtilization" || "DynamoDBWriteCapacityUtilization" || "ALBRequestCountPerTarget" || "RDSReaderAverageCPUUtilization" || "RDSReaderAverageDatabaseConnections" || "EC2SpotFleetRequestAverageCPUUtilization" || "EC2SpotFleetRequestAverageNetworkIn" || "EC2SpotFleetRequestAverageNetworkOut" || "SageMakerVariantInvocationsPerInstance" || "ECSServiceAverageCPUUtilization" || "ECSServiceAverageMemoryUtilization" || "AppStreamAverageCapacityUtilization" || "ComprehendInferenceUtilization" || "LambdaProvisionedConcurrencyUtilization" || "CassandraReadCapacityUtilization" || "CassandraWriteCapacityUtilization" || "KafkaBrokerStorageUtilization" || "ElastiCachePrimaryEngineCPUUtilization" || "ElastiCacheReplicaEngineCPUUtilization" || "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage" || "NeptuneReaderAverageCPUUtilization" || "SageMakerVariantProvisionedConcurrencyUtilization", // required
|
|
76
76
|
* ResourceLabel: "STRING_VALUE",
|
|
77
77
|
* },
|
|
78
78
|
* CustomizedMetricSpecification: { // CustomizedMetricSpecification
|
|
@@ -46,7 +46,7 @@ export interface PutScheduledActionCommandOutput extends PutScheduledActionRespo
|
|
|
46
46
|
* Timezone: "STRING_VALUE",
|
|
47
47
|
* ScheduledActionName: "STRING_VALUE", // required
|
|
48
48
|
* ResourceId: "STRING_VALUE", // required
|
|
49
|
-
* 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", // required
|
|
49
|
+
* 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
|
|
50
50
|
* StartTime: new Date("TIMESTAMP"),
|
|
51
51
|
* EndTime: new Date("TIMESTAMP"),
|
|
52
52
|
* ScalableTargetAction: { // ScalableTargetAction
|
|
@@ -60,7 +60,7 @@ export interface RegisterScalableTargetCommandOutput extends RegisterScalableTar
|
|
|
60
60
|
* const input = { // RegisterScalableTargetRequest
|
|
61
61
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
62
62
|
* ResourceId: "STRING_VALUE", // required
|
|
63
|
-
* 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", // required
|
|
63
|
+
* 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
|
|
64
64
|
* MinCapacity: Number("int"),
|
|
65
65
|
* MaxCapacity: Number("int"),
|
|
66
66
|
* RoleARN: "STRING_VALUE",
|
|
@@ -66,6 +66,7 @@ export declare const ScalableDimension: {
|
|
|
66
66
|
readonly NeptuneClusterReadReplicaCount: "neptune:cluster:ReadReplicaCount";
|
|
67
67
|
readonly RDSClusterReadReplicaCount: "rds:cluster:ReadReplicaCount";
|
|
68
68
|
readonly SageMakerVariantDesiredInstanceCount: "sagemaker:variant:DesiredInstanceCount";
|
|
69
|
+
readonly SageMakerVariantDesiredProvisionedConcurrency: "sagemaker:variant:DesiredProvisionedConcurrency";
|
|
69
70
|
};
|
|
70
71
|
/**
|
|
71
72
|
* @public
|
|
@@ -174,6 +175,10 @@ export interface DeleteScalingPolicyRequest {
|
|
|
174
175
|
* <li>
|
|
175
176
|
* <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
|
|
176
177
|
* </li>
|
|
178
|
+
* <li>
|
|
179
|
+
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
180
|
+
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
181
|
+
* </li>
|
|
177
182
|
* </ul>
|
|
178
183
|
*/
|
|
179
184
|
ResourceId: string | undefined;
|
|
@@ -260,6 +265,10 @@ export interface DeleteScalingPolicyRequest {
|
|
|
260
265
|
* <p>
|
|
261
266
|
* <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
|
|
262
267
|
* </li>
|
|
268
|
+
* <li>
|
|
269
|
+
* <p>
|
|
270
|
+
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
271
|
+
* </li>
|
|
263
272
|
* </ul>
|
|
264
273
|
*/
|
|
265
274
|
ScalableDimension: ScalableDimension | string | undefined;
|
|
@@ -392,6 +401,10 @@ export interface DeleteScheduledActionRequest {
|
|
|
392
401
|
* <li>
|
|
393
402
|
* <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
|
|
394
403
|
* </li>
|
|
404
|
+
* <li>
|
|
405
|
+
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
406
|
+
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
407
|
+
* </li>
|
|
395
408
|
* </ul>
|
|
396
409
|
*/
|
|
397
410
|
ResourceId: string | undefined;
|
|
@@ -478,6 +491,10 @@ export interface DeleteScheduledActionRequest {
|
|
|
478
491
|
* <p>
|
|
479
492
|
* <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
|
|
480
493
|
* </li>
|
|
494
|
+
* <li>
|
|
495
|
+
* <p>
|
|
496
|
+
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
497
|
+
* </li>
|
|
481
498
|
* </ul>
|
|
482
499
|
*/
|
|
483
500
|
ScalableDimension: ScalableDimension | string | undefined;
|
|
@@ -562,6 +579,10 @@ export interface DeregisterScalableTargetRequest {
|
|
|
562
579
|
* <li>
|
|
563
580
|
* <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
|
|
564
581
|
* </li>
|
|
582
|
+
* <li>
|
|
583
|
+
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
584
|
+
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
585
|
+
* </li>
|
|
565
586
|
* </ul>
|
|
566
587
|
*/
|
|
567
588
|
ResourceId: string | undefined;
|
|
@@ -649,6 +670,10 @@ export interface DeregisterScalableTargetRequest {
|
|
|
649
670
|
* <p>
|
|
650
671
|
* <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
|
|
651
672
|
* </li>
|
|
673
|
+
* <li>
|
|
674
|
+
* <p>
|
|
675
|
+
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
676
|
+
* </li>
|
|
652
677
|
* </ul>
|
|
653
678
|
*/
|
|
654
679
|
ScalableDimension: ScalableDimension | string | undefined;
|
|
@@ -733,6 +758,10 @@ export interface DescribeScalableTargetsRequest {
|
|
|
733
758
|
* <li>
|
|
734
759
|
* <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
|
|
735
760
|
* </li>
|
|
761
|
+
* <li>
|
|
762
|
+
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
763
|
+
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
764
|
+
* </li>
|
|
736
765
|
* </ul>
|
|
737
766
|
*/
|
|
738
767
|
ResourceIds?: string[];
|
|
@@ -820,6 +849,10 @@ export interface DescribeScalableTargetsRequest {
|
|
|
820
849
|
* <p>
|
|
821
850
|
* <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
|
|
822
851
|
* </li>
|
|
852
|
+
* <li>
|
|
853
|
+
* <p>
|
|
854
|
+
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
855
|
+
* </li>
|
|
823
856
|
* </ul>
|
|
824
857
|
*/
|
|
825
858
|
ScalableDimension?: ScalableDimension | string;
|
|
@@ -939,6 +972,10 @@ export interface ScalableTarget {
|
|
|
939
972
|
* <li>
|
|
940
973
|
* <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
|
|
941
974
|
* </li>
|
|
975
|
+
* <li>
|
|
976
|
+
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
977
|
+
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
978
|
+
* </li>
|
|
942
979
|
* </ul>
|
|
943
980
|
*/
|
|
944
981
|
ResourceId: string | undefined;
|
|
@@ -1026,6 +1063,10 @@ export interface ScalableTarget {
|
|
|
1026
1063
|
* <p>
|
|
1027
1064
|
* <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
|
|
1028
1065
|
* </li>
|
|
1066
|
+
* <li>
|
|
1067
|
+
* <p>
|
|
1068
|
+
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
1069
|
+
* </li>
|
|
1029
1070
|
* </ul>
|
|
1030
1071
|
*/
|
|
1031
1072
|
ScalableDimension: ScalableDimension | string | undefined;
|
|
@@ -1158,6 +1199,10 @@ export interface DescribeScalingActivitiesRequest {
|
|
|
1158
1199
|
* <li>
|
|
1159
1200
|
* <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
|
|
1160
1201
|
* </li>
|
|
1202
|
+
* <li>
|
|
1203
|
+
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
1204
|
+
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
1205
|
+
* </li>
|
|
1161
1206
|
* </ul>
|
|
1162
1207
|
*/
|
|
1163
1208
|
ResourceId?: string;
|
|
@@ -1245,6 +1290,10 @@ export interface DescribeScalingActivitiesRequest {
|
|
|
1245
1290
|
* <p>
|
|
1246
1291
|
* <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
|
|
1247
1292
|
* </li>
|
|
1293
|
+
* <li>
|
|
1294
|
+
* <p>
|
|
1295
|
+
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
1296
|
+
* </li>
|
|
1248
1297
|
* </ul>
|
|
1249
1298
|
*/
|
|
1250
1299
|
ScalableDimension?: ScalableDimension | string;
|
|
@@ -1408,6 +1457,10 @@ export interface ScalingActivity {
|
|
|
1408
1457
|
* <li>
|
|
1409
1458
|
* <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
|
|
1410
1459
|
* </li>
|
|
1460
|
+
* <li>
|
|
1461
|
+
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
1462
|
+
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
1463
|
+
* </li>
|
|
1411
1464
|
* </ul>
|
|
1412
1465
|
*/
|
|
1413
1466
|
ResourceId: string | undefined;
|
|
@@ -1494,6 +1547,10 @@ export interface ScalingActivity {
|
|
|
1494
1547
|
* <p>
|
|
1495
1548
|
* <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
|
|
1496
1549
|
* </li>
|
|
1550
|
+
* <li>
|
|
1551
|
+
* <p>
|
|
1552
|
+
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
1553
|
+
* </li>
|
|
1497
1554
|
* </ul>
|
|
1498
1555
|
*/
|
|
1499
1556
|
ScalableDimension: ScalableDimension | string | undefined;
|
|
@@ -1624,6 +1681,10 @@ export interface DescribeScalingPoliciesRequest {
|
|
|
1624
1681
|
* <li>
|
|
1625
1682
|
* <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
|
|
1626
1683
|
* </li>
|
|
1684
|
+
* <li>
|
|
1685
|
+
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
1686
|
+
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
1687
|
+
* </li>
|
|
1627
1688
|
* </ul>
|
|
1628
1689
|
*/
|
|
1629
1690
|
ResourceId?: string;
|
|
@@ -1711,6 +1772,10 @@ export interface DescribeScalingPoliciesRequest {
|
|
|
1711
1772
|
* <p>
|
|
1712
1773
|
* <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
|
|
1713
1774
|
* </li>
|
|
1775
|
+
* <li>
|
|
1776
|
+
* <p>
|
|
1777
|
+
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
1778
|
+
* </li>
|
|
1714
1779
|
* </ul>
|
|
1715
1780
|
*/
|
|
1716
1781
|
ScalableDimension?: ScalableDimension | string;
|
|
@@ -1885,6 +1950,9 @@ export interface StepScalingPolicyConfiguration {
|
|
|
1885
1950
|
* <p> Neptune clusters</p>
|
|
1886
1951
|
* </li>
|
|
1887
1952
|
* <li>
|
|
1953
|
+
* <p>SageMaker Serverless endpoint provisioned concurrency</p>
|
|
1954
|
+
* </li>
|
|
1955
|
+
* <li>
|
|
1888
1956
|
* <p>SageMaker endpoint variants</p>
|
|
1889
1957
|
* </li>
|
|
1890
1958
|
* <li>
|
|
@@ -2151,6 +2219,7 @@ export declare const MetricType: {
|
|
|
2151
2219
|
readonly RDSReaderAverageCPUUtilization: "RDSReaderAverageCPUUtilization";
|
|
2152
2220
|
readonly RDSReaderAverageDatabaseConnections: "RDSReaderAverageDatabaseConnections";
|
|
2153
2221
|
readonly SageMakerVariantInvocationsPerInstance: "SageMakerVariantInvocationsPerInstance";
|
|
2222
|
+
readonly SageMakerVariantProvisionedConcurrencyUtilization: "SageMakerVariantProvisionedConcurrencyUtilization";
|
|
2154
2223
|
};
|
|
2155
2224
|
/**
|
|
2156
2225
|
* @public
|
|
@@ -2253,6 +2322,9 @@ export interface TargetTrackingScalingPolicyConfiguration {
|
|
|
2253
2322
|
* <p> Neptune clusters</p>
|
|
2254
2323
|
* </li>
|
|
2255
2324
|
* <li>
|
|
2325
|
+
* <p>SageMaker Serverless endpoint provisioned concurrency</p>
|
|
2326
|
+
* </li>
|
|
2327
|
+
* <li>
|
|
2256
2328
|
* <p>SageMaker endpoint variants</p>
|
|
2257
2329
|
* </li>
|
|
2258
2330
|
* <li>
|
|
@@ -2309,6 +2381,9 @@ export interface TargetTrackingScalingPolicyConfiguration {
|
|
|
2309
2381
|
* <p> Neptune clusters</p>
|
|
2310
2382
|
* </li>
|
|
2311
2383
|
* <li>
|
|
2384
|
+
* <p>SageMaker Serverless endpoint provisioned concurrency</p>
|
|
2385
|
+
* </li>
|
|
2386
|
+
* <li>
|
|
2312
2387
|
* <p>SageMaker endpoint variants</p>
|
|
2313
2388
|
* </li>
|
|
2314
2389
|
* <li>
|
|
@@ -2435,6 +2510,10 @@ export interface ScalingPolicy {
|
|
|
2435
2510
|
* <li>
|
|
2436
2511
|
* <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
|
|
2437
2512
|
* </li>
|
|
2513
|
+
* <li>
|
|
2514
|
+
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
2515
|
+
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
2516
|
+
* </li>
|
|
2438
2517
|
* </ul>
|
|
2439
2518
|
*/
|
|
2440
2519
|
ResourceId: string | undefined;
|
|
@@ -2521,6 +2600,10 @@ export interface ScalingPolicy {
|
|
|
2521
2600
|
* <p>
|
|
2522
2601
|
* <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
|
|
2523
2602
|
* </li>
|
|
2603
|
+
* <li>
|
|
2604
|
+
* <p>
|
|
2605
|
+
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
2606
|
+
* </li>
|
|
2524
2607
|
* </ul>
|
|
2525
2608
|
*/
|
|
2526
2609
|
ScalableDimension: ScalableDimension | string | undefined;
|
|
@@ -2660,6 +2743,10 @@ export interface DescribeScheduledActionsRequest {
|
|
|
2660
2743
|
* <li>
|
|
2661
2744
|
* <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
|
|
2662
2745
|
* </li>
|
|
2746
|
+
* <li>
|
|
2747
|
+
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
2748
|
+
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
2749
|
+
* </li>
|
|
2663
2750
|
* </ul>
|
|
2664
2751
|
*/
|
|
2665
2752
|
ResourceId?: string;
|
|
@@ -2747,6 +2834,10 @@ export interface DescribeScheduledActionsRequest {
|
|
|
2747
2834
|
* <p>
|
|
2748
2835
|
* <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
|
|
2749
2836
|
* </li>
|
|
2837
|
+
* <li>
|
|
2838
|
+
* <p>
|
|
2839
|
+
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
2840
|
+
* </li>
|
|
2750
2841
|
* </ul>
|
|
2751
2842
|
*/
|
|
2752
2843
|
ScalableDimension?: ScalableDimension | string;
|
|
@@ -2902,6 +2993,10 @@ export interface ScheduledAction {
|
|
|
2902
2993
|
* <li>
|
|
2903
2994
|
* <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
|
|
2904
2995
|
* </li>
|
|
2996
|
+
* <li>
|
|
2997
|
+
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
2998
|
+
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
2999
|
+
* </li>
|
|
2905
3000
|
* </ul>
|
|
2906
3001
|
*/
|
|
2907
3002
|
ResourceId: string | undefined;
|
|
@@ -2988,6 +3083,10 @@ export interface ScheduledAction {
|
|
|
2988
3083
|
* <p>
|
|
2989
3084
|
* <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
|
|
2990
3085
|
* </li>
|
|
3086
|
+
* <li>
|
|
3087
|
+
* <p>
|
|
3088
|
+
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
3089
|
+
* </li>
|
|
2991
3090
|
* </ul>
|
|
2992
3091
|
*/
|
|
2993
3092
|
ScalableDimension?: ScalableDimension | string;
|
|
@@ -3158,6 +3257,10 @@ export interface PutScalingPolicyRequest {
|
|
|
3158
3257
|
* <li>
|
|
3159
3258
|
* <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
|
|
3160
3259
|
* </li>
|
|
3260
|
+
* <li>
|
|
3261
|
+
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
3262
|
+
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
3263
|
+
* </li>
|
|
3161
3264
|
* </ul>
|
|
3162
3265
|
*/
|
|
3163
3266
|
ResourceId: string | undefined;
|
|
@@ -3244,6 +3347,10 @@ export interface PutScalingPolicyRequest {
|
|
|
3244
3347
|
* <p>
|
|
3245
3348
|
* <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
|
|
3246
3349
|
* </li>
|
|
3350
|
+
* <li>
|
|
3351
|
+
* <p>
|
|
3352
|
+
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
3353
|
+
* </li>
|
|
3247
3354
|
* </ul>
|
|
3248
3355
|
*/
|
|
3249
3356
|
ScalableDimension: ScalableDimension | string | undefined;
|
|
@@ -3399,6 +3506,10 @@ export interface PutScheduledActionRequest {
|
|
|
3399
3506
|
* <li>
|
|
3400
3507
|
* <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
|
|
3401
3508
|
* </li>
|
|
3509
|
+
* <li>
|
|
3510
|
+
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
3511
|
+
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
3512
|
+
* </li>
|
|
3402
3513
|
* </ul>
|
|
3403
3514
|
*/
|
|
3404
3515
|
ResourceId: string | undefined;
|
|
@@ -3485,6 +3596,10 @@ export interface PutScheduledActionRequest {
|
|
|
3485
3596
|
* <p>
|
|
3486
3597
|
* <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
|
|
3487
3598
|
* </li>
|
|
3599
|
+
* <li>
|
|
3600
|
+
* <p>
|
|
3601
|
+
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
3602
|
+
* </li>
|
|
3488
3603
|
* </ul>
|
|
3489
3604
|
*/
|
|
3490
3605
|
ScalableDimension: ScalableDimension | string | undefined;
|
|
@@ -3584,6 +3699,10 @@ export interface RegisterScalableTargetRequest {
|
|
|
3584
3699
|
* <li>
|
|
3585
3700
|
* <p>Neptune cluster - The resource type is <code>cluster</code> and the unique identifier is the cluster name. Example: <code>cluster:mycluster</code>.</p>
|
|
3586
3701
|
* </li>
|
|
3702
|
+
* <li>
|
|
3703
|
+
* <p>SageMaker Serverless endpoint - The resource type is <code>variant</code> and the unique identifier is the resource ID.
|
|
3704
|
+
* Example: <code>endpoint/my-end-point/variant/KMeansClustering</code>.</p>
|
|
3705
|
+
* </li>
|
|
3587
3706
|
* </ul>
|
|
3588
3707
|
*/
|
|
3589
3708
|
ResourceId: string | undefined;
|
|
@@ -3671,6 +3790,10 @@ export interface RegisterScalableTargetRequest {
|
|
|
3671
3790
|
* <p>
|
|
3672
3791
|
* <code>neptune:cluster:ReadReplicaCount</code> - The count of read replicas in an Amazon Neptune DB cluster.</p>
|
|
3673
3792
|
* </li>
|
|
3793
|
+
* <li>
|
|
3794
|
+
* <p>
|
|
3795
|
+
* <code>sagemaker:variant:DesiredProvisionedConcurrency</code> - The provisioned concurrency for a SageMaker Serverless endpoint.</p>
|
|
3796
|
+
* </li>
|
|
3674
3797
|
* </ul>
|
|
3675
3798
|
*/
|
|
3676
3799
|
ScalableDimension: ScalableDimension | string | undefined;
|
|
@@ -3696,6 +3819,9 @@ export interface RegisterScalableTargetRequest {
|
|
|
3696
3819
|
* <p>Lambda provisioned concurrency</p>
|
|
3697
3820
|
* </li>
|
|
3698
3821
|
* <li>
|
|
3822
|
+
* <p>SageMaker Serverless endpoint provisioned concurrency</p>
|
|
3823
|
+
* </li>
|
|
3824
|
+
* <li>
|
|
3699
3825
|
* <p>SageMaker endpoint variants</p>
|
|
3700
3826
|
* </li>
|
|
3701
3827
|
* <li>
|
|
@@ -3793,7 +3919,7 @@ export interface TagResourceRequest {
|
|
|
3793
3919
|
*/
|
|
3794
3920
|
ResourceARN: string | undefined;
|
|
3795
3921
|
/**
|
|
3796
|
-
* <p>The tags assigned to the resource. A tag is a label that you assign to an
|
|
3922
|
+
* <p>The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services
|
|
3797
3923
|
* resource.</p>
|
|
3798
3924
|
* <p>Each tag consists of a tag key and a tag value.</p>
|
|
3799
3925
|
* <p>You cannot have more than one tag on an Application Auto Scaling scalable target with the same tag key.
|
|
@@ -40,6 +40,7 @@ export declare const ScalableDimension: {
|
|
|
40
40
|
readonly NeptuneClusterReadReplicaCount: "neptune:cluster:ReadReplicaCount";
|
|
41
41
|
readonly RDSClusterReadReplicaCount: "rds:cluster:ReadReplicaCount";
|
|
42
42
|
readonly SageMakerVariantDesiredInstanceCount: "sagemaker:variant:DesiredInstanceCount";
|
|
43
|
+
readonly SageMakerVariantDesiredProvisionedConcurrency: "sagemaker:variant:DesiredProvisionedConcurrency";
|
|
43
44
|
};
|
|
44
45
|
export type ScalableDimension =
|
|
45
46
|
(typeof ScalableDimension)[keyof typeof ScalableDimension];
|
|
@@ -278,6 +279,7 @@ export declare const MetricType: {
|
|
|
278
279
|
readonly RDSReaderAverageCPUUtilization: "RDSReaderAverageCPUUtilization";
|
|
279
280
|
readonly RDSReaderAverageDatabaseConnections: "RDSReaderAverageDatabaseConnections";
|
|
280
281
|
readonly SageMakerVariantInvocationsPerInstance: "SageMakerVariantInvocationsPerInstance";
|
|
282
|
+
readonly SageMakerVariantProvisionedConcurrencyUtilization: "SageMakerVariantProvisionedConcurrencyUtilization";
|
|
281
283
|
};
|
|
282
284
|
export type MetricType = (typeof MetricType)[keyof typeof MetricType];
|
|
283
285
|
export interface PredefinedMetricSpecification {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.330.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",
|
|
@@ -21,37 +21,37 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.329.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.329.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.329.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.329.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.329.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.329.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.329.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.329.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.329.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.329.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.329.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.329.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.329.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.329.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.329.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.329.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.329.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.329.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.329.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.329.0",
|
|
44
|
+
"@aws-sdk/types": "3.329.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.329.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.329.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.329.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.329.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.329.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.329.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.329.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|