@aws-sdk/client-auto-scaling-plans 3.169.0 → 3.171.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,39 @@
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
+ export declare class GetScalingPlanResourceForecastDataCommand extends $Command<
23
+ GetScalingPlanResourceForecastDataCommandInput,
24
+ GetScalingPlanResourceForecastDataCommandOutput,
25
+ AutoScalingPlansClientResolvedConfig
26
+ > {
27
+ readonly input: GetScalingPlanResourceForecastDataCommandInput;
28
+ constructor(input: GetScalingPlanResourceForecastDataCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: AutoScalingPlansClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetScalingPlanResourceForecastDataCommandInput,
35
+ GetScalingPlanResourceForecastDataCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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
+ export declare class UpdateScalingPlanCommand extends $Command<
23
+ UpdateScalingPlanCommandInput,
24
+ UpdateScalingPlanCommandOutput,
25
+ AutoScalingPlansClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateScalingPlanCommandInput;
28
+ constructor(input: UpdateScalingPlanCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: AutoScalingPlansClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<UpdateScalingPlanCommandInput, UpdateScalingPlanCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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,7 @@
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
+ export declare class AutoScalingPlansServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";