@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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-auto-scaling-plans
9
+
10
+
11
+
12
+
13
+
14
+ # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-auto-scaling-plans
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-auto-scaling-plans
@@ -1,35 +1,118 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AutoScalingPlansClient } from "./AutoScalingPlansClient";
3
- import { CreateScalingPlanCommandInput, CreateScalingPlanCommandOutput } from "./commands/CreateScalingPlanCommand";
4
- import { DeleteScalingPlanCommandInput, DeleteScalingPlanCommandOutput } from "./commands/DeleteScalingPlanCommand";
5
- import { DescribeScalingPlanResourcesCommandInput, DescribeScalingPlanResourcesCommandOutput } from "./commands/DescribeScalingPlanResourcesCommand";
6
- import { DescribeScalingPlansCommandInput, DescribeScalingPlansCommandOutput } from "./commands/DescribeScalingPlansCommand";
7
- import { GetScalingPlanResourceForecastDataCommandInput, GetScalingPlanResourceForecastDataCommandOutput } from "./commands/GetScalingPlanResourceForecastDataCommand";
8
- import { UpdateScalingPlanCommandInput, UpdateScalingPlanCommandOutput } from "./commands/UpdateScalingPlanCommand";
9
-
10
- export declare class AutoScalingPlans extends AutoScalingPlansClient {
11
-
12
- createScalingPlan(args: CreateScalingPlanCommandInput, options?: __HttpHandlerOptions): Promise<CreateScalingPlanCommandOutput>;
13
- createScalingPlan(args: CreateScalingPlanCommandInput, cb: (err: any, data?: CreateScalingPlanCommandOutput) => void): void;
14
- createScalingPlan(args: CreateScalingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateScalingPlanCommandOutput) => void): void;
15
-
16
- deleteScalingPlan(args: DeleteScalingPlanCommandInput, options?: __HttpHandlerOptions): Promise<DeleteScalingPlanCommandOutput>;
17
- deleteScalingPlan(args: DeleteScalingPlanCommandInput, cb: (err: any, data?: DeleteScalingPlanCommandOutput) => void): void;
18
- deleteScalingPlan(args: DeleteScalingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteScalingPlanCommandOutput) => void): void;
19
-
20
- describeScalingPlanResources(args: DescribeScalingPlanResourcesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScalingPlanResourcesCommandOutput>;
21
- describeScalingPlanResources(args: DescribeScalingPlanResourcesCommandInput, cb: (err: any, data?: DescribeScalingPlanResourcesCommandOutput) => void): void;
22
- describeScalingPlanResources(args: DescribeScalingPlanResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScalingPlanResourcesCommandOutput) => void): void;
23
-
24
- describeScalingPlans(args: DescribeScalingPlansCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScalingPlansCommandOutput>;
25
- describeScalingPlans(args: DescribeScalingPlansCommandInput, cb: (err: any, data?: DescribeScalingPlansCommandOutput) => void): void;
26
- describeScalingPlans(args: DescribeScalingPlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScalingPlansCommandOutput) => void): void;
27
-
28
- getScalingPlanResourceForecastData(args: GetScalingPlanResourceForecastDataCommandInput, options?: __HttpHandlerOptions): Promise<GetScalingPlanResourceForecastDataCommandOutput>;
29
- getScalingPlanResourceForecastData(args: GetScalingPlanResourceForecastDataCommandInput, cb: (err: any, data?: GetScalingPlanResourceForecastDataCommandOutput) => void): void;
30
- getScalingPlanResourceForecastData(args: GetScalingPlanResourceForecastDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetScalingPlanResourceForecastDataCommandOutput) => void): void;
31
-
32
- updateScalingPlan(args: UpdateScalingPlanCommandInput, options?: __HttpHandlerOptions): Promise<UpdateScalingPlanCommandOutput>;
33
- updateScalingPlan(args: UpdateScalingPlanCommandInput, cb: (err: any, data?: UpdateScalingPlanCommandOutput) => void): void;
34
- updateScalingPlan(args: UpdateScalingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateScalingPlanCommandOutput) => void): void;
35
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { AutoScalingPlansClient } from "./AutoScalingPlansClient";
3
+ import {
4
+ CreateScalingPlanCommandInput,
5
+ CreateScalingPlanCommandOutput,
6
+ } from "./commands/CreateScalingPlanCommand";
7
+ import {
8
+ DeleteScalingPlanCommandInput,
9
+ DeleteScalingPlanCommandOutput,
10
+ } from "./commands/DeleteScalingPlanCommand";
11
+ import {
12
+ DescribeScalingPlanResourcesCommandInput,
13
+ DescribeScalingPlanResourcesCommandOutput,
14
+ } from "./commands/DescribeScalingPlanResourcesCommand";
15
+ import {
16
+ DescribeScalingPlansCommandInput,
17
+ DescribeScalingPlansCommandOutput,
18
+ } from "./commands/DescribeScalingPlansCommand";
19
+ import {
20
+ GetScalingPlanResourceForecastDataCommandInput,
21
+ GetScalingPlanResourceForecastDataCommandOutput,
22
+ } from "./commands/GetScalingPlanResourceForecastDataCommand";
23
+ import {
24
+ UpdateScalingPlanCommandInput,
25
+ UpdateScalingPlanCommandOutput,
26
+ } from "./commands/UpdateScalingPlanCommand";
27
+
28
+ export declare class AutoScalingPlans extends AutoScalingPlansClient {
29
+ createScalingPlan(
30
+ args: CreateScalingPlanCommandInput,
31
+ options?: __HttpHandlerOptions
32
+ ): Promise<CreateScalingPlanCommandOutput>;
33
+ createScalingPlan(
34
+ args: CreateScalingPlanCommandInput,
35
+ cb: (err: any, data?: CreateScalingPlanCommandOutput) => void
36
+ ): void;
37
+ createScalingPlan(
38
+ args: CreateScalingPlanCommandInput,
39
+ options: __HttpHandlerOptions,
40
+ cb: (err: any, data?: CreateScalingPlanCommandOutput) => void
41
+ ): void;
42
+
43
+ deleteScalingPlan(
44
+ args: DeleteScalingPlanCommandInput,
45
+ options?: __HttpHandlerOptions
46
+ ): Promise<DeleteScalingPlanCommandOutput>;
47
+ deleteScalingPlan(
48
+ args: DeleteScalingPlanCommandInput,
49
+ cb: (err: any, data?: DeleteScalingPlanCommandOutput) => void
50
+ ): void;
51
+ deleteScalingPlan(
52
+ args: DeleteScalingPlanCommandInput,
53
+ options: __HttpHandlerOptions,
54
+ cb: (err: any, data?: DeleteScalingPlanCommandOutput) => void
55
+ ): void;
56
+
57
+ describeScalingPlanResources(
58
+ args: DescribeScalingPlanResourcesCommandInput,
59
+ options?: __HttpHandlerOptions
60
+ ): Promise<DescribeScalingPlanResourcesCommandOutput>;
61
+ describeScalingPlanResources(
62
+ args: DescribeScalingPlanResourcesCommandInput,
63
+ cb: (err: any, data?: DescribeScalingPlanResourcesCommandOutput) => void
64
+ ): void;
65
+ describeScalingPlanResources(
66
+ args: DescribeScalingPlanResourcesCommandInput,
67
+ options: __HttpHandlerOptions,
68
+ cb: (err: any, data?: DescribeScalingPlanResourcesCommandOutput) => void
69
+ ): void;
70
+
71
+ describeScalingPlans(
72
+ args: DescribeScalingPlansCommandInput,
73
+ options?: __HttpHandlerOptions
74
+ ): Promise<DescribeScalingPlansCommandOutput>;
75
+ describeScalingPlans(
76
+ args: DescribeScalingPlansCommandInput,
77
+ cb: (err: any, data?: DescribeScalingPlansCommandOutput) => void
78
+ ): void;
79
+ describeScalingPlans(
80
+ args: DescribeScalingPlansCommandInput,
81
+ options: __HttpHandlerOptions,
82
+ cb: (err: any, data?: DescribeScalingPlansCommandOutput) => void
83
+ ): void;
84
+
85
+ getScalingPlanResourceForecastData(
86
+ args: GetScalingPlanResourceForecastDataCommandInput,
87
+ options?: __HttpHandlerOptions
88
+ ): Promise<GetScalingPlanResourceForecastDataCommandOutput>;
89
+ getScalingPlanResourceForecastData(
90
+ args: GetScalingPlanResourceForecastDataCommandInput,
91
+ cb: (
92
+ err: any,
93
+ data?: GetScalingPlanResourceForecastDataCommandOutput
94
+ ) => void
95
+ ): void;
96
+ getScalingPlanResourceForecastData(
97
+ args: GetScalingPlanResourceForecastDataCommandInput,
98
+ options: __HttpHandlerOptions,
99
+ cb: (
100
+ err: any,
101
+ data?: GetScalingPlanResourceForecastDataCommandOutput
102
+ ) => void
103
+ ): void;
104
+
105
+ updateScalingPlan(
106
+ args: UpdateScalingPlanCommandInput,
107
+ options?: __HttpHandlerOptions
108
+ ): Promise<UpdateScalingPlanCommandOutput>;
109
+ updateScalingPlan(
110
+ args: UpdateScalingPlanCommandInput,
111
+ cb: (err: any, data?: UpdateScalingPlanCommandOutput) => void
112
+ ): void;
113
+ updateScalingPlan(
114
+ args: UpdateScalingPlanCommandInput,
115
+ options: __HttpHandlerOptions,
116
+ cb: (err: any, data?: UpdateScalingPlanCommandOutput) => void
117
+ ): void;
118
+ }
@@ -1,79 +1,166 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateScalingPlanCommandInput, CreateScalingPlanCommandOutput } from "./commands/CreateScalingPlanCommand";
10
- import { DeleteScalingPlanCommandInput, DeleteScalingPlanCommandOutput } from "./commands/DeleteScalingPlanCommand";
11
- import { DescribeScalingPlanResourcesCommandInput, DescribeScalingPlanResourcesCommandOutput } from "./commands/DescribeScalingPlanResourcesCommand";
12
- import { DescribeScalingPlansCommandInput, DescribeScalingPlansCommandOutput } from "./commands/DescribeScalingPlansCommand";
13
- import { GetScalingPlanResourceForecastDataCommandInput, GetScalingPlanResourceForecastDataCommandOutput } from "./commands/GetScalingPlanResourceForecastDataCommand";
14
- import { UpdateScalingPlanCommandInput, UpdateScalingPlanCommandOutput } from "./commands/UpdateScalingPlanCommand";
15
- export declare type ServiceInputTypes = CreateScalingPlanCommandInput | DeleteScalingPlanCommandInput | DescribeScalingPlanResourcesCommandInput | DescribeScalingPlansCommandInput | GetScalingPlanResourceForecastDataCommandInput | UpdateScalingPlanCommandInput;
16
- export declare type ServiceOutputTypes = CreateScalingPlanCommandOutput | DeleteScalingPlanCommandOutput | DescribeScalingPlanResourcesCommandOutput | DescribeScalingPlansCommandOutput | GetScalingPlanResourceForecastDataCommandOutput | UpdateScalingPlanCommandOutput;
17
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
18
-
19
- requestHandler?: __HttpHandler;
20
-
21
- sha256?: __HashConstructor;
22
-
23
- urlParser?: __UrlParser;
24
-
25
- bodyLengthChecker?: __BodyLengthCalculator;
26
-
27
- streamCollector?: __StreamCollector;
28
-
29
- base64Decoder?: __Decoder;
30
-
31
- base64Encoder?: __Encoder;
32
-
33
- utf8Decoder?: __Decoder;
34
-
35
- utf8Encoder?: __Encoder;
36
-
37
- runtime?: string;
38
-
39
- disableHostPrefix?: boolean;
40
-
41
- maxAttempts?: number | __Provider<number>;
42
-
43
- retryMode?: string | __Provider<string>;
44
-
45
- logger?: __Logger;
46
-
47
- useDualstackEndpoint?: boolean | __Provider<boolean>;
48
-
49
- useFipsEndpoint?: boolean | __Provider<boolean>;
50
-
51
- serviceId?: string;
52
-
53
- region?: string | __Provider<string>;
54
-
55
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
56
-
57
- regionInfoProvider?: RegionInfoProvider;
58
-
59
- defaultUserAgentProvider?: Provider<__UserAgent>;
60
-
61
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
62
- }
63
- declare type AutoScalingPlansClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
64
-
65
- export interface AutoScalingPlansClientConfig extends AutoScalingPlansClientConfigType {
66
- }
67
- declare type AutoScalingPlansClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
68
-
69
- export interface AutoScalingPlansClientResolvedConfig extends AutoScalingPlansClientResolvedConfigType {
70
- }
71
-
72
- export declare class AutoScalingPlansClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AutoScalingPlansClientResolvedConfig> {
73
-
74
- readonly config: AutoScalingPlansClientResolvedConfig;
75
- constructor(configuration: AutoScalingPlansClientConfig);
76
-
77
- destroy(): void;
78
- }
79
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ CreateScalingPlanCommandInput,
47
+ CreateScalingPlanCommandOutput,
48
+ } from "./commands/CreateScalingPlanCommand";
49
+ import {
50
+ DeleteScalingPlanCommandInput,
51
+ DeleteScalingPlanCommandOutput,
52
+ } from "./commands/DeleteScalingPlanCommand";
53
+ import {
54
+ DescribeScalingPlanResourcesCommandInput,
55
+ DescribeScalingPlanResourcesCommandOutput,
56
+ } from "./commands/DescribeScalingPlanResourcesCommand";
57
+ import {
58
+ DescribeScalingPlansCommandInput,
59
+ DescribeScalingPlansCommandOutput,
60
+ } from "./commands/DescribeScalingPlansCommand";
61
+ import {
62
+ GetScalingPlanResourceForecastDataCommandInput,
63
+ GetScalingPlanResourceForecastDataCommandOutput,
64
+ } from "./commands/GetScalingPlanResourceForecastDataCommand";
65
+ import {
66
+ UpdateScalingPlanCommandInput,
67
+ UpdateScalingPlanCommandOutput,
68
+ } from "./commands/UpdateScalingPlanCommand";
69
+ export declare type ServiceInputTypes =
70
+ | CreateScalingPlanCommandInput
71
+ | DeleteScalingPlanCommandInput
72
+ | DescribeScalingPlanResourcesCommandInput
73
+ | DescribeScalingPlansCommandInput
74
+ | GetScalingPlanResourceForecastDataCommandInput
75
+ | UpdateScalingPlanCommandInput;
76
+ export declare type ServiceOutputTypes =
77
+ | CreateScalingPlanCommandOutput
78
+ | DeleteScalingPlanCommandOutput
79
+ | DescribeScalingPlanResourcesCommandOutput
80
+ | DescribeScalingPlansCommandOutput
81
+ | GetScalingPlanResourceForecastDataCommandOutput
82
+ | UpdateScalingPlanCommandOutput;
83
+ export interface ClientDefaults
84
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
85
+ requestHandler?: __HttpHandler;
86
+
87
+ sha256?: __HashConstructor;
88
+
89
+ urlParser?: __UrlParser;
90
+
91
+ bodyLengthChecker?: __BodyLengthCalculator;
92
+
93
+ streamCollector?: __StreamCollector;
94
+
95
+ base64Decoder?: __Decoder;
96
+
97
+ base64Encoder?: __Encoder;
98
+
99
+ utf8Decoder?: __Decoder;
100
+
101
+ utf8Encoder?: __Encoder;
102
+
103
+ runtime?: string;
104
+
105
+ disableHostPrefix?: boolean;
106
+
107
+ maxAttempts?: number | __Provider<number>;
108
+
109
+ retryMode?: string | __Provider<string>;
110
+
111
+ logger?: __Logger;
112
+
113
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
114
+
115
+ useFipsEndpoint?: boolean | __Provider<boolean>;
116
+
117
+ serviceId?: string;
118
+
119
+ region?: string | __Provider<string>;
120
+
121
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
122
+
123
+ regionInfoProvider?: RegionInfoProvider;
124
+
125
+ defaultUserAgentProvider?: Provider<__UserAgent>;
126
+
127
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
128
+ }
129
+ declare type AutoScalingPlansClientConfigType = Partial<
130
+ __SmithyConfiguration<__HttpHandlerOptions>
131
+ > &
132
+ ClientDefaults &
133
+ RegionInputConfig &
134
+ EndpointsInputConfig &
135
+ RetryInputConfig &
136
+ HostHeaderInputConfig &
137
+ AwsAuthInputConfig &
138
+ UserAgentInputConfig;
139
+
140
+ export interface AutoScalingPlansClientConfig
141
+ extends AutoScalingPlansClientConfigType {}
142
+ declare type AutoScalingPlansClientResolvedConfigType =
143
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
144
+ Required<ClientDefaults> &
145
+ RegionResolvedConfig &
146
+ EndpointsResolvedConfig &
147
+ RetryResolvedConfig &
148
+ HostHeaderResolvedConfig &
149
+ AwsAuthResolvedConfig &
150
+ UserAgentResolvedConfig;
151
+
152
+ export interface AutoScalingPlansClientResolvedConfig
153
+ extends AutoScalingPlansClientResolvedConfigType {}
154
+
155
+ export declare class AutoScalingPlansClient extends __Client<
156
+ __HttpHandlerOptions,
157
+ ServiceInputTypes,
158
+ ServiceOutputTypes,
159
+ AutoScalingPlansClientResolvedConfig
160
+ > {
161
+ readonly config: AutoScalingPlansClientResolvedConfig;
162
+ constructor(configuration: AutoScalingPlansClientConfig);
163
+
164
+ destroy(): void;
165
+ }
166
+ export {};
@@ -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 { CreateScalingPlanRequest, CreateScalingPlanResponse } from "../models/models_0";
5
- export interface CreateScalingPlanCommandInput extends CreateScalingPlanRequest {
6
- }
7
- export interface CreateScalingPlanCommandOutput extends CreateScalingPlanResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateScalingPlanCommand extends $Command<CreateScalingPlanCommandInput, CreateScalingPlanCommandOutput, AutoScalingPlansClientResolvedConfig> {
11
- readonly input: CreateScalingPlanCommandInput;
12
- constructor(input: CreateScalingPlanCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingPlansClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateScalingPlanCommandInput, CreateScalingPlanCommandOutput>;
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
+ CreateScalingPlanRequest,
15
+ CreateScalingPlanResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateScalingPlanCommandInput
18
+ extends CreateScalingPlanRequest {}
19
+ export interface CreateScalingPlanCommandOutput
20
+ extends CreateScalingPlanResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateScalingPlanCommand extends $Command<
24
+ CreateScalingPlanCommandInput,
25
+ CreateScalingPlanCommandOutput,
26
+ AutoScalingPlansClientResolvedConfig
27
+ > {
28
+ readonly input: CreateScalingPlanCommandInput;
29
+ constructor(input: CreateScalingPlanCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AutoScalingPlansClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateScalingPlanCommandInput, CreateScalingPlanCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { DeleteScalingPlanRequest, DeleteScalingPlanResponse } from "../models/models_0";
5
- export interface DeleteScalingPlanCommandInput extends DeleteScalingPlanRequest {
6
- }
7
- export interface DeleteScalingPlanCommandOutput extends DeleteScalingPlanResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteScalingPlanCommand extends $Command<DeleteScalingPlanCommandInput, DeleteScalingPlanCommandOutput, AutoScalingPlansClientResolvedConfig> {
11
- readonly input: DeleteScalingPlanCommandInput;
12
- constructor(input: DeleteScalingPlanCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingPlansClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteScalingPlanCommandInput, DeleteScalingPlanCommandOutput>;
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
+ DeleteScalingPlanRequest,
15
+ DeleteScalingPlanResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteScalingPlanCommandInput
18
+ extends DeleteScalingPlanRequest {}
19
+ export interface DeleteScalingPlanCommandOutput
20
+ extends DeleteScalingPlanResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteScalingPlanCommand extends $Command<
24
+ DeleteScalingPlanCommandInput,
25
+ DeleteScalingPlanCommandOutput,
26
+ AutoScalingPlansClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteScalingPlanCommandInput;
29
+ constructor(input: DeleteScalingPlanCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AutoScalingPlansClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteScalingPlanCommandInput, DeleteScalingPlanCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { DescribeScalingPlanResourcesRequest, DescribeScalingPlanResourcesResponse } from "../models/models_0";
5
- export interface DescribeScalingPlanResourcesCommandInput extends DescribeScalingPlanResourcesRequest {
6
- }
7
- export interface DescribeScalingPlanResourcesCommandOutput extends DescribeScalingPlanResourcesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeScalingPlanResourcesCommand extends $Command<DescribeScalingPlanResourcesCommandInput, DescribeScalingPlanResourcesCommandOutput, AutoScalingPlansClientResolvedConfig> {
11
- readonly input: DescribeScalingPlanResourcesCommandInput;
12
- constructor(input: DescribeScalingPlanResourcesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingPlansClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeScalingPlanResourcesCommandInput, DescribeScalingPlanResourcesCommandOutput>;
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
+ DescribeScalingPlanResourcesRequest,
15
+ DescribeScalingPlanResourcesResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeScalingPlanResourcesCommandInput
18
+ extends DescribeScalingPlanResourcesRequest {}
19
+ export interface DescribeScalingPlanResourcesCommandOutput
20
+ extends DescribeScalingPlanResourcesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeScalingPlanResourcesCommand extends $Command<
24
+ DescribeScalingPlanResourcesCommandInput,
25
+ DescribeScalingPlanResourcesCommandOutput,
26
+ AutoScalingPlansClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeScalingPlanResourcesCommandInput;
29
+ constructor(input: DescribeScalingPlanResourcesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AutoScalingPlansClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeScalingPlanResourcesCommandInput,
37
+ DescribeScalingPlanResourcesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }