@aws-sdk/client-application-auto-scaling 3.332.0 → 3.334.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.
|
@@ -115,7 +115,12 @@ export interface RegisterScalableTargetCommandOutput extends RegisterScalableTar
|
|
|
115
115
|
* "ServiceNamespace": "ecs"
|
|
116
116
|
* };
|
|
117
117
|
* const command = new RegisterScalableTargetCommand(input);
|
|
118
|
-
* await client.send(command);
|
|
118
|
+
* const response = await client.send(command);
|
|
119
|
+
* /* response ==
|
|
120
|
+
* {
|
|
121
|
+
* "ScalableTargetARN": "arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123"
|
|
122
|
+
* }
|
|
123
|
+
* *\/
|
|
119
124
|
* // example id: to-register-a-new-scalable-target-1470864910380
|
|
120
125
|
* ```
|
|
121
126
|
*
|
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.334.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",
|