@aws-sdk/client-auto-scaling-plans 3.168.0 → 3.170.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.
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingPlansClient";
4
- import { DescribeScalingPlansRequest, DescribeScalingPlansResponse } from "../models/models_0";
5
- export interface DescribeScalingPlansCommandInput extends DescribeScalingPlansRequest {
6
- }
7
- export interface DescribeScalingPlansCommandOutput extends DescribeScalingPlansResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeScalingPlansCommand extends $Command<DescribeScalingPlansCommandInput, DescribeScalingPlansCommandOutput, AutoScalingPlansClientResolvedConfig> {
11
- readonly input: DescribeScalingPlansCommandInput;
12
- constructor(input: DescribeScalingPlansCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingPlansClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeScalingPlansCommandInput, DescribeScalingPlansCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AutoScalingPlansClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AutoScalingPlansClient";
13
+ import {
14
+ DescribeScalingPlansRequest,
15
+ DescribeScalingPlansResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeScalingPlansCommandInput
18
+ extends DescribeScalingPlansRequest {}
19
+ export interface DescribeScalingPlansCommandOutput
20
+ extends DescribeScalingPlansResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeScalingPlansCommand extends $Command<
24
+ DescribeScalingPlansCommandInput,
25
+ DescribeScalingPlansCommandOutput,
26
+ AutoScalingPlansClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeScalingPlansCommandInput;
29
+ constructor(input: DescribeScalingPlansCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AutoScalingPlansClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeScalingPlansCommandInput,
37
+ DescribeScalingPlansCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingPlansClient";
4
- import { GetScalingPlanResourceForecastDataRequest, GetScalingPlanResourceForecastDataResponse } from "../models/models_0";
5
- export interface GetScalingPlanResourceForecastDataCommandInput extends GetScalingPlanResourceForecastDataRequest {
6
- }
7
- export interface GetScalingPlanResourceForecastDataCommandOutput extends GetScalingPlanResourceForecastDataResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetScalingPlanResourceForecastDataCommand extends $Command<GetScalingPlanResourceForecastDataCommandInput, GetScalingPlanResourceForecastDataCommandOutput, AutoScalingPlansClientResolvedConfig> {
11
- readonly input: GetScalingPlanResourceForecastDataCommandInput;
12
- constructor(input: GetScalingPlanResourceForecastDataCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingPlansClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetScalingPlanResourceForecastDataCommandInput, GetScalingPlanResourceForecastDataCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AutoScalingPlansClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AutoScalingPlansClient";
13
+ import {
14
+ GetScalingPlanResourceForecastDataRequest,
15
+ GetScalingPlanResourceForecastDataResponse,
16
+ } from "../models/models_0";
17
+ export interface GetScalingPlanResourceForecastDataCommandInput
18
+ extends GetScalingPlanResourceForecastDataRequest {}
19
+ export interface GetScalingPlanResourceForecastDataCommandOutput
20
+ extends GetScalingPlanResourceForecastDataResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetScalingPlanResourceForecastDataCommand extends $Command<
24
+ GetScalingPlanResourceForecastDataCommandInput,
25
+ GetScalingPlanResourceForecastDataCommandOutput,
26
+ AutoScalingPlansClientResolvedConfig
27
+ > {
28
+ readonly input: GetScalingPlanResourceForecastDataCommandInput;
29
+ constructor(input: GetScalingPlanResourceForecastDataCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AutoScalingPlansClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetScalingPlanResourceForecastDataCommandInput,
37
+ GetScalingPlanResourceForecastDataCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingPlansClient";
4
- import { UpdateScalingPlanRequest, UpdateScalingPlanResponse } from "../models/models_0";
5
- export interface UpdateScalingPlanCommandInput extends UpdateScalingPlanRequest {
6
- }
7
- export interface UpdateScalingPlanCommandOutput extends UpdateScalingPlanResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateScalingPlanCommand extends $Command<UpdateScalingPlanCommandInput, UpdateScalingPlanCommandOutput, AutoScalingPlansClientResolvedConfig> {
11
- readonly input: UpdateScalingPlanCommandInput;
12
- constructor(input: UpdateScalingPlanCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingPlansClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateScalingPlanCommandInput, UpdateScalingPlanCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AutoScalingPlansClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AutoScalingPlansClient";
13
+ import {
14
+ UpdateScalingPlanRequest,
15
+ UpdateScalingPlanResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateScalingPlanCommandInput
18
+ extends UpdateScalingPlanRequest {}
19
+ export interface UpdateScalingPlanCommandOutput
20
+ extends UpdateScalingPlanResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateScalingPlanCommand extends $Command<
24
+ UpdateScalingPlanCommandInput,
25
+ UpdateScalingPlanCommandOutput,
26
+ AutoScalingPlansClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateScalingPlanCommandInput;
29
+ constructor(input: UpdateScalingPlanCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AutoScalingPlansClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UpdateScalingPlanCommandInput, UpdateScalingPlanCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,6 +1,6 @@
1
- export * from "./CreateScalingPlanCommand";
2
- export * from "./DeleteScalingPlanCommand";
3
- export * from "./DescribeScalingPlanResourcesCommand";
4
- export * from "./DescribeScalingPlansCommand";
5
- export * from "./GetScalingPlanResourceForecastDataCommand";
6
- export * from "./UpdateScalingPlanCommand";
1
+ export * from "./CreateScalingPlanCommand";
2
+ export * from "./DeleteScalingPlanCommand";
3
+ export * from "./DescribeScalingPlanResourcesCommand";
4
+ export * from "./DescribeScalingPlansCommand";
5
+ export * from "./GetScalingPlanResourceForecastDataCommand";
6
+ export * from "./UpdateScalingPlanCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +1,5 @@
1
- export * from "./AutoScalingPlans";
2
- export * from "./AutoScalingPlansClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export { AutoScalingPlansServiceException } from "./models/AutoScalingPlansServiceException";
1
+ export * from "./AutoScalingPlans";
2
+ export * from "./AutoScalingPlansClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export { AutoScalingPlansServiceException } from "./models/AutoScalingPlansServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class AutoScalingPlansServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class AutoScalingPlansServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";