@aws-sdk/client-auto-scaling-plans 3.337.0 → 3.341.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.
Files changed (37) hide show
  1. package/dist-cjs/AutoScalingPlansClient.js +2 -1
  2. package/dist-cjs/commands/CreateScalingPlanCommand.js +2 -1
  3. package/dist-cjs/commands/DeleteScalingPlanCommand.js +2 -1
  4. package/dist-cjs/commands/DescribeScalingPlanResourcesCommand.js +2 -1
  5. package/dist-cjs/commands/DescribeScalingPlansCommand.js +2 -1
  6. package/dist-cjs/commands/GetScalingPlanResourceForecastDataCommand.js +2 -1
  7. package/dist-cjs/commands/UpdateScalingPlanCommand.js +2 -1
  8. package/dist-cjs/index.js +1 -1
  9. package/dist-cjs/models/AutoScalingPlansServiceException.js +2 -1
  10. package/dist-es/AutoScalingPlansClient.js +1 -0
  11. package/dist-es/commands/CreateScalingPlanCommand.js +1 -0
  12. package/dist-es/commands/DeleteScalingPlanCommand.js +1 -0
  13. package/dist-es/commands/DescribeScalingPlanResourcesCommand.js +1 -0
  14. package/dist-es/commands/DescribeScalingPlansCommand.js +1 -0
  15. package/dist-es/commands/GetScalingPlanResourceForecastDataCommand.js +1 -0
  16. package/dist-es/commands/UpdateScalingPlanCommand.js +1 -0
  17. package/dist-es/index.js +1 -1
  18. package/dist-es/models/AutoScalingPlansServiceException.js +1 -0
  19. package/dist-types/AutoScalingPlansClient.d.ts +3 -3
  20. package/dist-types/commands/CreateScalingPlanCommand.d.ts +4 -0
  21. package/dist-types/commands/DeleteScalingPlanCommand.d.ts +4 -0
  22. package/dist-types/commands/DescribeScalingPlanResourcesCommand.d.ts +4 -0
  23. package/dist-types/commands/DescribeScalingPlansCommand.d.ts +4 -0
  24. package/dist-types/commands/GetScalingPlanResourceForecastDataCommand.d.ts +4 -0
  25. package/dist-types/commands/UpdateScalingPlanCommand.d.ts +4 -0
  26. package/dist-types/index.d.ts +40 -1
  27. package/dist-types/models/AutoScalingPlansServiceException.d.ts +1 -0
  28. package/dist-types/ts3.4/AutoScalingPlansClient.d.ts +3 -3
  29. package/dist-types/ts3.4/commands/CreateScalingPlanCommand.d.ts +1 -0
  30. package/dist-types/ts3.4/commands/DeleteScalingPlanCommand.d.ts +1 -0
  31. package/dist-types/ts3.4/commands/DescribeScalingPlanResourcesCommand.d.ts +1 -0
  32. package/dist-types/ts3.4/commands/DescribeScalingPlansCommand.d.ts +1 -0
  33. package/dist-types/ts3.4/commands/GetScalingPlanResourceForecastDataCommand.d.ts +1 -0
  34. package/dist-types/ts3.4/commands/UpdateScalingPlanCommand.d.ts +1 -0
  35. package/dist-types/ts3.4/index.d.ts +1 -1
  36. package/dist-types/ts3.4/models/AutoScalingPlansServiceException.d.ts +1 -0
  37. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AutoScalingPlansClient = void 0;
3
+ exports.AutoScalingPlansClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class AutoScalingPlansClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateScalingPlanCommand = void 0;
3
+ exports.CreateScalingPlanCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class CreateScalingPlanCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteScalingPlanCommand = void 0;
3
+ exports.DeleteScalingPlanCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteScalingPlanCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeScalingPlanResourcesCommand = void 0;
3
+ exports.DescribeScalingPlanResourcesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeScalingPlanResourcesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeScalingPlansCommand = void 0;
3
+ exports.DescribeScalingPlansCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeScalingPlansCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetScalingPlanResourceForecastDataCommand = void 0;
3
+ exports.GetScalingPlanResourceForecastDataCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetScalingPlanResourceForecastDataCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateScalingPlanCommand = void 0;
3
+ exports.UpdateScalingPlanCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UpdateScalingPlanCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AutoScalingPlansServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./AutoScalingPlans"), exports);
6
5
  tslib_1.__exportStar(require("./AutoScalingPlansClient"), exports);
6
+ tslib_1.__exportStar(require("./AutoScalingPlans"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
8
  tslib_1.__exportStar(require("./models"), exports);
9
9
  var AutoScalingPlansServiceException_1 = require("./models/AutoScalingPlansServiceException");
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AutoScalingPlansServiceException = void 0;
3
+ exports.AutoScalingPlansServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class AutoScalingPlansServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class AutoScalingPlansClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateScalingPlanCommand, se_CreateScalingPlanCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateScalingPlanCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteScalingPlanCommand, se_DeleteScalingPlanCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteScalingPlanCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeScalingPlanResourcesCommand, se_DescribeScalingPlanResourcesCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeScalingPlanResourcesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeScalingPlansCommand, se_DescribeScalingPlansCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeScalingPlansCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetScalingPlanResourceForecastDataCommand, se_GetScalingPlanResourceForecastDataCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetScalingPlanResourceForecastDataCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateScalingPlanCommand, se_UpdateScalingPlanCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateScalingPlanCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,5 +1,5 @@
1
- export * from "./AutoScalingPlans";
2
1
  export * from "./AutoScalingPlansClient";
2
+ export * from "./AutoScalingPlans";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export { AutoScalingPlansServiceException } from "./models/AutoScalingPlansServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class AutoScalingPlansServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -15,6 +15,7 @@ import { DescribeScalingPlansCommandInput, DescribeScalingPlansCommandOutput } f
15
15
  import { GetScalingPlanResourceForecastDataCommandInput, GetScalingPlanResourceForecastDataCommandOutput } from "./commands/GetScalingPlanResourceForecastDataCommand";
16
16
  import { UpdateScalingPlanCommandInput, UpdateScalingPlanCommandOutput } from "./commands/UpdateScalingPlanCommand";
17
17
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
18
+ export { __Client };
18
19
  /**
19
20
  * @public
20
21
  */
@@ -129,7 +130,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
129
130
  /**
130
131
  * @public
131
132
  */
132
- type AutoScalingPlansClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
133
+ export type AutoScalingPlansClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
133
134
  /**
134
135
  * @public
135
136
  *
@@ -140,7 +141,7 @@ export interface AutoScalingPlansClientConfig extends AutoScalingPlansClientConf
140
141
  /**
141
142
  * @public
142
143
  */
143
- type AutoScalingPlansClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
144
+ export type AutoScalingPlansClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
144
145
  /**
145
146
  * @public
146
147
  *
@@ -199,4 +200,3 @@ export declare class AutoScalingPlansClient extends __Client<__HttpHandlerOption
199
200
  */
200
201
  destroy(): void;
201
202
  }
202
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingPlansClient";
5
5
  import { CreateScalingPlanRequest, CreateScalingPlanResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingPlansClient";
5
5
  import { DeleteScalingPlanRequest, DeleteScalingPlanResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingPlansClient";
5
5
  import { DescribeScalingPlanResourcesRequest, DescribeScalingPlanResourcesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingPlansClient";
5
5
  import { DescribeScalingPlansRequest, DescribeScalingPlansResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingPlansClient";
5
5
  import { GetScalingPlanResourceForecastDataRequest, GetScalingPlanResourceForecastDataResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingPlansClient";
5
5
  import { UpdateScalingPlanRequest, UpdateScalingPlanResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,5 +1,44 @@
1
- export * from "./AutoScalingPlans";
1
+ /**
2
+ * <fullname>AWS Auto Scaling</fullname>
3
+ *
4
+ *
5
+ * <p>Use AWS Auto Scaling to create scaling plans for your applications to
6
+ * automatically scale your scalable AWS resources. </p>
7
+ * <p>
8
+ * <b>API Summary</b>
9
+ * </p>
10
+ * <p>You can use the AWS Auto Scaling service API to accomplish the following tasks:</p>
11
+ * <ul>
12
+ * <li>
13
+ * <p>Create and manage scaling plans</p>
14
+ * </li>
15
+ * <li>
16
+ * <p>Define target tracking scaling policies to dynamically scale your resources based
17
+ * on utilization</p>
18
+ * </li>
19
+ * <li>
20
+ * <p>Scale Amazon EC2 Auto Scaling groups using predictive scaling and dynamic scaling to scale your
21
+ * Amazon EC2 capacity faster</p>
22
+ * </li>
23
+ * <li>
24
+ * <p>Set minimum and maximum capacity limits</p>
25
+ * </li>
26
+ * <li>
27
+ * <p>Retrieve information on existing scaling plans</p>
28
+ * </li>
29
+ * <li>
30
+ * <p>Access current forecast data and historical forecast data for up to 56 days
31
+ * previous</p>
32
+ * </li>
33
+ * </ul>
34
+ *
35
+ * <p>To learn more about AWS Auto Scaling, including information about granting IAM users required
36
+ * permissions for AWS Auto Scaling actions, see the <a href="https://docs.aws.amazon.com/autoscaling/plans/userguide/what-is-aws-auto-scaling.html">AWS Auto Scaling User Guide</a>. </p>
37
+ *
38
+ * @packageDocumentation
39
+ */
2
40
  export * from "./AutoScalingPlansClient";
41
+ export * from "./AutoScalingPlans";
3
42
  export * from "./commands";
4
43
  export * from "./models";
5
44
  export { AutoScalingPlansServiceException } from "./models/AutoScalingPlansServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -75,6 +75,7 @@ import {
75
75
  ClientResolvedEndpointParameters,
76
76
  EndpointParameters,
77
77
  } from "./endpoint/EndpointParameters";
78
+ export { __Client };
78
79
  export type ServiceInputTypes =
79
80
  | CreateScalingPlanCommandInput
80
81
  | DeleteScalingPlanCommandInput
@@ -113,7 +114,7 @@ export interface ClientDefaults
113
114
  logger?: __Logger;
114
115
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
115
116
  }
116
- type AutoScalingPlansClientConfigType = Partial<
117
+ export type AutoScalingPlansClientConfigType = Partial<
117
118
  __SmithyConfiguration<__HttpHandlerOptions>
118
119
  > &
119
120
  ClientDefaults &
@@ -126,7 +127,7 @@ type AutoScalingPlansClientConfigType = Partial<
126
127
  ClientInputEndpointParameters;
127
128
  export interface AutoScalingPlansClientConfig
128
129
  extends AutoScalingPlansClientConfigType {}
129
- type AutoScalingPlansClientResolvedConfigType =
130
+ export type AutoScalingPlansClientResolvedConfigType =
130
131
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
131
132
  Required<ClientDefaults> &
132
133
  RegionResolvedConfig &
@@ -148,4 +149,3 @@ export declare class AutoScalingPlansClient extends __Client<
148
149
  constructor(configuration: AutoScalingPlansClientConfig);
149
150
  destroy(): void;
150
151
  }
151
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  CreateScalingPlanRequest,
16
16
  CreateScalingPlanResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateScalingPlanCommandInput
19
20
  extends CreateScalingPlanRequest {}
20
21
  export interface CreateScalingPlanCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteScalingPlanRequest,
16
16
  DeleteScalingPlanResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteScalingPlanCommandInput
19
20
  extends DeleteScalingPlanRequest {}
20
21
  export interface DeleteScalingPlanCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeScalingPlanResourcesRequest,
16
16
  DescribeScalingPlanResourcesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeScalingPlanResourcesCommandInput
19
20
  extends DescribeScalingPlanResourcesRequest {}
20
21
  export interface DescribeScalingPlanResourcesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeScalingPlansRequest,
16
16
  DescribeScalingPlansResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeScalingPlansCommandInput
19
20
  extends DescribeScalingPlansRequest {}
20
21
  export interface DescribeScalingPlansCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetScalingPlanResourceForecastDataRequest,
16
16
  GetScalingPlanResourceForecastDataResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetScalingPlanResourceForecastDataCommandInput
19
20
  extends GetScalingPlanResourceForecastDataRequest {}
20
21
  export interface GetScalingPlanResourceForecastDataCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  UpdateScalingPlanRequest,
16
16
  UpdateScalingPlanResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateScalingPlanCommandInput
19
20
  extends UpdateScalingPlanRequest {}
20
21
  export interface UpdateScalingPlanCommandOutput
@@ -1,5 +1,5 @@
1
- export * from "./AutoScalingPlans";
2
1
  export * from "./AutoScalingPlansClient";
2
+ export * from "./AutoScalingPlans";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export { AutoScalingPlansServiceException } from "./models/AutoScalingPlansServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class AutoScalingPlansServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
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.337.0",
4
+ "version": "3.341.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,36 +21,36 @@
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.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/middleware-content-length": "3.337.0",
31
- "@aws-sdk/middleware-endpoint": "3.337.0",
32
- "@aws-sdk/middleware-host-header": "3.337.0",
33
- "@aws-sdk/middleware-logger": "3.337.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
- "@aws-sdk/middleware-retry": "3.337.0",
36
- "@aws-sdk/middleware-serde": "3.337.0",
37
- "@aws-sdk/middleware-signing": "3.337.0",
38
- "@aws-sdk/middleware-stack": "3.337.0",
39
- "@aws-sdk/middleware-user-agent": "3.337.0",
40
- "@aws-sdk/node-config-provider": "3.337.0",
41
- "@aws-sdk/node-http-handler": "3.337.0",
42
- "@aws-sdk/smithy-client": "3.337.0",
43
- "@aws-sdk/types": "3.337.0",
44
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.341.0",
25
+ "@aws-sdk/config-resolver": "3.341.0",
26
+ "@aws-sdk/credential-provider-node": "3.341.0",
27
+ "@aws-sdk/fetch-http-handler": "3.341.0",
28
+ "@aws-sdk/hash-node": "3.341.0",
29
+ "@aws-sdk/invalid-dependency": "3.341.0",
30
+ "@aws-sdk/middleware-content-length": "3.341.0",
31
+ "@aws-sdk/middleware-endpoint": "3.341.0",
32
+ "@aws-sdk/middleware-host-header": "3.341.0",
33
+ "@aws-sdk/middleware-logger": "3.341.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.341.0",
35
+ "@aws-sdk/middleware-retry": "3.341.0",
36
+ "@aws-sdk/middleware-serde": "3.341.0",
37
+ "@aws-sdk/middleware-signing": "3.341.0",
38
+ "@aws-sdk/middleware-stack": "3.341.0",
39
+ "@aws-sdk/middleware-user-agent": "3.341.0",
40
+ "@aws-sdk/node-config-provider": "3.341.0",
41
+ "@aws-sdk/node-http-handler": "3.341.0",
42
+ "@aws-sdk/smithy-client": "3.341.0",
43
+ "@aws-sdk/types": "3.341.0",
44
+ "@aws-sdk/url-parser": "3.341.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
- "@aws-sdk/util-endpoints": "3.337.0",
51
- "@aws-sdk/util-retry": "3.337.0",
52
- "@aws-sdk/util-user-agent-browser": "3.337.0",
53
- "@aws-sdk/util-user-agent-node": "3.337.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.341.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.341.0",
50
+ "@aws-sdk/util-endpoints": "3.341.0",
51
+ "@aws-sdk/util-retry": "3.341.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.341.0",
53
+ "@aws-sdk/util-user-agent-node": "3.341.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",