@aws-sdk/client-application-auto-scaling 3.300.0 → 3.301.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/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 +1 -1
- package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +15 -15
- package/dist-types/commands/PutScheduledActionCommand.d.ts +2 -2
- package/dist-types/commands/RegisterScalableTargetCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/package.json +3 -3
|
@@ -31,7 +31,7 @@ export interface DeleteScalingPolicyCommandOutput extends DeleteScalingPolicyRes
|
|
|
31
31
|
* import { ApplicationAutoScalingClient, DeleteScalingPolicyCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import
|
|
32
32
|
* // const { ApplicationAutoScalingClient, DeleteScalingPolicyCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import
|
|
33
33
|
* const client = new ApplicationAutoScalingClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // DeleteScalingPolicyRequest
|
|
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
|
|
@@ -27,7 +27,7 @@ export interface DeleteScheduledActionCommandOutput extends DeleteScheduledActio
|
|
|
27
27
|
* import { ApplicationAutoScalingClient, DeleteScheduledActionCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import
|
|
28
28
|
* // const { ApplicationAutoScalingClient, DeleteScheduledActionCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import
|
|
29
29
|
* const client = new ApplicationAutoScalingClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteScheduledActionRequest
|
|
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
|
|
@@ -31,7 +31,7 @@ export interface DeregisterScalableTargetCommandOutput extends DeregisterScalabl
|
|
|
31
31
|
* import { ApplicationAutoScalingClient, DeregisterScalableTargetCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import
|
|
32
32
|
* // const { ApplicationAutoScalingClient, DeregisterScalableTargetCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import
|
|
33
33
|
* const client = new ApplicationAutoScalingClient(config);
|
|
34
|
-
* const input = {
|
|
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
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
|
|
@@ -28,9 +28,9 @@ export interface DescribeScalableTargetsCommandOutput extends DescribeScalableTa
|
|
|
28
28
|
* import { ApplicationAutoScalingClient, DescribeScalableTargetsCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import
|
|
29
29
|
* // const { ApplicationAutoScalingClient, DescribeScalableTargetsCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import
|
|
30
30
|
* const client = new ApplicationAutoScalingClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeScalableTargetsRequest
|
|
32
32
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
33
|
-
* ResourceIds: [
|
|
33
|
+
* ResourceIds: [ // ResourceIdsMaxLen1600
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
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",
|
|
@@ -30,7 +30,7 @@ export interface DescribeScalingActivitiesCommandOutput extends DescribeScalingA
|
|
|
30
30
|
* import { ApplicationAutoScalingClient, DescribeScalingActivitiesCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import
|
|
31
31
|
* // const { ApplicationAutoScalingClient, DescribeScalingActivitiesCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import
|
|
32
32
|
* const client = new ApplicationAutoScalingClient(config);
|
|
33
|
-
* const input = {
|
|
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
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",
|
|
@@ -29,8 +29,8 @@ export interface DescribeScalingPoliciesCommandOutput extends DescribeScalingPol
|
|
|
29
29
|
* import { ApplicationAutoScalingClient, DescribeScalingPoliciesCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import
|
|
30
30
|
* // const { ApplicationAutoScalingClient, DescribeScalingPoliciesCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import
|
|
31
31
|
* const client = new ApplicationAutoScalingClient(config);
|
|
32
|
-
* const input = {
|
|
33
|
-
* PolicyNames: [
|
|
32
|
+
* const input = { // DescribeScalingPoliciesRequest
|
|
33
|
+
* PolicyNames: [ // ResourceIdsMaxLen1600
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
@@ -30,8 +30,8 @@ export interface DescribeScheduledActionsCommandOutput extends DescribeScheduled
|
|
|
30
30
|
* import { ApplicationAutoScalingClient, DescribeScheduledActionsCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import
|
|
31
31
|
* // const { ApplicationAutoScalingClient, DescribeScheduledActionsCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import
|
|
32
32
|
* const client = new ApplicationAutoScalingClient(config);
|
|
33
|
-
* const input = {
|
|
34
|
-
* ScheduledActionNames: [
|
|
33
|
+
* const input = { // DescribeScheduledActionsRequest
|
|
34
|
+
* ScheduledActionNames: [ // ResourceIdsMaxLen1600
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
@@ -28,7 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
28
28
|
* import { ApplicationAutoScalingClient, ListTagsForResourceCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import
|
|
29
29
|
* // const { ApplicationAutoScalingClient, ListTagsForResourceCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import
|
|
30
30
|
* const client = new ApplicationAutoScalingClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListTagsForResourceRequest
|
|
32
32
|
* ResourceARN: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -50,16 +50,16 @@ export interface PutScalingPolicyCommandOutput extends PutScalingPolicyResponse,
|
|
|
50
50
|
* import { ApplicationAutoScalingClient, PutScalingPolicyCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import
|
|
51
51
|
* // const { ApplicationAutoScalingClient, PutScalingPolicyCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import
|
|
52
52
|
* const client = new ApplicationAutoScalingClient(config);
|
|
53
|
-
* const input = {
|
|
53
|
+
* const input = { // PutScalingPolicyRequest
|
|
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
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
|
|
58
58
|
* PolicyType: "StepScaling" || "TargetTrackingScaling",
|
|
59
|
-
* StepScalingPolicyConfiguration: {
|
|
59
|
+
* StepScalingPolicyConfiguration: { // StepScalingPolicyConfiguration
|
|
60
60
|
* AdjustmentType: "ChangeInCapacity" || "PercentChangeInCapacity" || "ExactCapacity",
|
|
61
|
-
* StepAdjustments: [
|
|
62
|
-
* {
|
|
61
|
+
* StepAdjustments: [ // StepAdjustments
|
|
62
|
+
* { // StepAdjustment
|
|
63
63
|
* MetricIntervalLowerBound: Number("double"),
|
|
64
64
|
* MetricIntervalUpperBound: Number("double"),
|
|
65
65
|
* ScalingAdjustment: Number("int"), // required
|
|
@@ -69,32 +69,32 @@ export interface PutScalingPolicyCommandOutput extends PutScalingPolicyResponse,
|
|
|
69
69
|
* Cooldown: Number("int"),
|
|
70
70
|
* MetricAggregationType: "Average" || "Minimum" || "Maximum",
|
|
71
71
|
* },
|
|
72
|
-
* TargetTrackingScalingPolicyConfiguration: {
|
|
72
|
+
* TargetTrackingScalingPolicyConfiguration: { // TargetTrackingScalingPolicyConfiguration
|
|
73
73
|
* TargetValue: Number("double"), // required
|
|
74
|
-
* PredefinedMetricSpecification: {
|
|
74
|
+
* PredefinedMetricSpecification: { // PredefinedMetricSpecification
|
|
75
75
|
* PredefinedMetricType: "DynamoDBReadCapacityUtilization" || "DynamoDBWriteCapacityUtilization" || "ALBRequestCountPerTarget" || "RDSReaderAverageCPUUtilization" || "RDSReaderAverageDatabaseConnections" || "EC2SpotFleetRequestAverageCPUUtilization" || "EC2SpotFleetRequestAverageNetworkIn" || "EC2SpotFleetRequestAverageNetworkOut" || "SageMakerVariantInvocationsPerInstance" || "ECSServiceAverageCPUUtilization" || "ECSServiceAverageMemoryUtilization" || "AppStreamAverageCapacityUtilization" || "ComprehendInferenceUtilization" || "LambdaProvisionedConcurrencyUtilization" || "CassandraReadCapacityUtilization" || "CassandraWriteCapacityUtilization" || "KafkaBrokerStorageUtilization" || "ElastiCachePrimaryEngineCPUUtilization" || "ElastiCacheReplicaEngineCPUUtilization" || "ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage" || "NeptuneReaderAverageCPUUtilization", // required
|
|
76
76
|
* ResourceLabel: "STRING_VALUE",
|
|
77
77
|
* },
|
|
78
|
-
* CustomizedMetricSpecification: {
|
|
78
|
+
* CustomizedMetricSpecification: { // CustomizedMetricSpecification
|
|
79
79
|
* MetricName: "STRING_VALUE",
|
|
80
80
|
* Namespace: "STRING_VALUE",
|
|
81
|
-
* Dimensions: [
|
|
82
|
-
* {
|
|
81
|
+
* Dimensions: [ // MetricDimensions
|
|
82
|
+
* { // MetricDimension
|
|
83
83
|
* Name: "STRING_VALUE", // required
|
|
84
84
|
* Value: "STRING_VALUE", // required
|
|
85
85
|
* },
|
|
86
86
|
* ],
|
|
87
87
|
* Statistic: "Average" || "Minimum" || "Maximum" || "SampleCount" || "Sum",
|
|
88
88
|
* Unit: "STRING_VALUE",
|
|
89
|
-
* Metrics: [
|
|
90
|
-
* {
|
|
89
|
+
* Metrics: [ // TargetTrackingMetricDataQueries
|
|
90
|
+
* { // TargetTrackingMetricDataQuery
|
|
91
91
|
* Expression: "STRING_VALUE",
|
|
92
92
|
* Id: "STRING_VALUE", // required
|
|
93
93
|
* Label: "STRING_VALUE",
|
|
94
|
-
* MetricStat: {
|
|
95
|
-
* Metric: {
|
|
96
|
-
* Dimensions: [
|
|
97
|
-
* {
|
|
94
|
+
* MetricStat: { // TargetTrackingMetricStat
|
|
95
|
+
* Metric: { // TargetTrackingMetric
|
|
96
|
+
* Dimensions: [ // TargetTrackingMetricDimensions
|
|
97
|
+
* { // TargetTrackingMetricDimension
|
|
98
98
|
* Name: "STRING_VALUE", // required
|
|
99
99
|
* Value: "STRING_VALUE", // required
|
|
100
100
|
* },
|
|
@@ -40,7 +40,7 @@ export interface PutScheduledActionCommandOutput extends PutScheduledActionRespo
|
|
|
40
40
|
* import { ApplicationAutoScalingClient, PutScheduledActionCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import
|
|
41
41
|
* // const { ApplicationAutoScalingClient, PutScheduledActionCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import
|
|
42
42
|
* const client = new ApplicationAutoScalingClient(config);
|
|
43
|
-
* const input = {
|
|
43
|
+
* const input = { // PutScheduledActionRequest
|
|
44
44
|
* ServiceNamespace: "ecs" || "elasticmapreduce" || "ec2" || "appstream" || "dynamodb" || "rds" || "sagemaker" || "custom-resource" || "comprehend" || "lambda" || "cassandra" || "kafka" || "elasticache" || "neptune", // required
|
|
45
45
|
* Schedule: "STRING_VALUE",
|
|
46
46
|
* Timezone: "STRING_VALUE",
|
|
@@ -49,7 +49,7 @@ export interface PutScheduledActionCommandOutput extends PutScheduledActionRespo
|
|
|
49
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
|
|
50
50
|
* StartTime: new Date("TIMESTAMP"),
|
|
51
51
|
* EndTime: new Date("TIMESTAMP"),
|
|
52
|
-
* ScalableTargetAction: {
|
|
52
|
+
* ScalableTargetAction: { // ScalableTargetAction
|
|
53
53
|
* MinCapacity: Number("int"),
|
|
54
54
|
* MaxCapacity: Number("int"),
|
|
55
55
|
* },
|
|
@@ -57,19 +57,19 @@ export interface RegisterScalableTargetCommandOutput extends RegisterScalableTar
|
|
|
57
57
|
* import { ApplicationAutoScalingClient, RegisterScalableTargetCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import
|
|
58
58
|
* // const { ApplicationAutoScalingClient, RegisterScalableTargetCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import
|
|
59
59
|
* const client = new ApplicationAutoScalingClient(config);
|
|
60
|
-
* const input = {
|
|
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
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
|
|
64
64
|
* MinCapacity: Number("int"),
|
|
65
65
|
* MaxCapacity: Number("int"),
|
|
66
66
|
* RoleARN: "STRING_VALUE",
|
|
67
|
-
* SuspendedState: {
|
|
67
|
+
* SuspendedState: { // SuspendedState
|
|
68
68
|
* DynamicScalingInSuspended: true || false,
|
|
69
69
|
* DynamicScalingOutSuspended: true || false,
|
|
70
70
|
* ScheduledScalingSuspended: true || false,
|
|
71
71
|
* },
|
|
72
|
-
* Tags: {
|
|
72
|
+
* Tags: { // TagMap
|
|
73
73
|
* "<keys>": "STRING_VALUE",
|
|
74
74
|
* },
|
|
75
75
|
* };
|
|
@@ -37,9 +37,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
37
37
|
* import { ApplicationAutoScalingClient, TagResourceCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import
|
|
38
38
|
* // const { ApplicationAutoScalingClient, TagResourceCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import
|
|
39
39
|
* const client = new ApplicationAutoScalingClient(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // TagResourceRequest
|
|
41
41
|
* ResourceARN: "STRING_VALUE", // required
|
|
42
|
-
* Tags: { // required
|
|
42
|
+
* Tags: { // TagMap // required
|
|
43
43
|
* "<keys>": "STRING_VALUE",
|
|
44
44
|
* },
|
|
45
45
|
* };
|
|
@@ -27,9 +27,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
27
27
|
* import { ApplicationAutoScalingClient, UntagResourceCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import
|
|
28
28
|
* // const { ApplicationAutoScalingClient, UntagResourceCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import
|
|
29
29
|
* const client = new ApplicationAutoScalingClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UntagResourceRequest
|
|
31
31
|
* ResourceARN: "STRING_VALUE", // required
|
|
32
|
-
* TagKeys: [ // required
|
|
32
|
+
* TagKeys: [ // TagKeyList // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* };
|
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.301.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,9 +21,9 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|