@aws-sdk/client-auto-scaling-plans 3.775.0 → 3.777.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.
@@ -135,6 +135,7 @@ declare const CreateScalingPlanCommand_base: {
135
135
  * @throws {@link AutoScalingPlansServiceException}
136
136
  * <p>Base exception class for all service exceptions from AutoScalingPlans service.</p>
137
137
  *
138
+ *
138
139
  * @public
139
140
  */
140
141
  export declare class CreateScalingPlanCommand extends CreateScalingPlanCommand_base {
@@ -70,6 +70,7 @@ declare const DeleteScalingPlanCommand_base: {
70
70
  * @throws {@link AutoScalingPlansServiceException}
71
71
  * <p>Base exception class for all service exceptions from AutoScalingPlans service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeleteScalingPlanCommand extends DeleteScalingPlanCommand_base {
@@ -110,6 +110,7 @@ declare const DescribeScalingPlanResourcesCommand_base: {
110
110
  * @throws {@link AutoScalingPlansServiceException}
111
111
  * <p>Base exception class for all service exceptions from AutoScalingPlans service.</p>
112
112
  *
113
+ *
113
114
  * @public
114
115
  */
115
116
  export declare class DescribeScalingPlanResourcesCommand extends DescribeScalingPlanResourcesCommand_base {
@@ -162,6 +162,7 @@ declare const DescribeScalingPlansCommand_base: {
162
162
  * @throws {@link AutoScalingPlansServiceException}
163
163
  * <p>Base exception class for all service exceptions from AutoScalingPlans service.</p>
164
164
  *
165
+ *
165
166
  * @public
166
167
  */
167
168
  export declare class DescribeScalingPlansCommand extends DescribeScalingPlansCommand_base {
@@ -75,6 +75,7 @@ declare const GetScalingPlanResourceForecastDataCommand_base: {
75
75
  * @throws {@link AutoScalingPlansServiceException}
76
76
  * <p>Base exception class for all service exceptions from AutoScalingPlans service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class GetScalingPlanResourceForecastDataCommand extends GetScalingPlanResourceForecastDataCommand_base {
@@ -135,6 +135,7 @@ declare const UpdateScalingPlanCommand_base: {
135
135
  * @throws {@link AutoScalingPlansServiceException}
136
136
  * <p>Base exception class for all service exceptions from AutoScalingPlans service.</p>
137
137
  *
138
+ *
138
139
  * @public
139
140
  */
140
141
  export declare class UpdateScalingPlanCommand extends UpdateScalingPlanCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-auto-scaling-plans",
3
3
  "description": "AWS SDK for JavaScript Auto Scaling Plans Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.777.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-auto-scaling-plans",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",