@aws-sdk/client-auto-scaling-plans 3.927.0 → 3.928.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/dist-cjs/index.js +424 -496
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/AutoScalingPlansClient.js +2 -0
- package/dist-es/commands/CreateScalingPlanCommand.js +3 -9
- package/dist-es/commands/DeleteScalingPlanCommand.js +3 -9
- package/dist-es/commands/DescribeScalingPlanResourcesCommand.js +3 -9
- package/dist-es/commands/DescribeScalingPlansCommand.js +3 -9
- package/dist-es/commands/GetScalingPlanResourceForecastDataCommand.js +3 -9
- package/dist-es/commands/UpdateScalingPlanCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +395 -0
- package/dist-types/AutoScalingPlansClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +51 -0
- package/dist-types/ts3.4/AutoScalingPlansClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +56 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -440
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -56
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -77
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
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
|
-
* serializeAws_json1_1CreateScalingPlanCommand
|
|
11
|
-
*/
|
|
12
|
-
export declare const se_CreateScalingPlanCommand: (input: CreateScalingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
13
|
-
/**
|
|
14
|
-
* serializeAws_json1_1DeleteScalingPlanCommand
|
|
15
|
-
*/
|
|
16
|
-
export declare const se_DeleteScalingPlanCommand: (input: DeleteScalingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
17
|
-
/**
|
|
18
|
-
* serializeAws_json1_1DescribeScalingPlanResourcesCommand
|
|
19
|
-
*/
|
|
20
|
-
export declare const se_DescribeScalingPlanResourcesCommand: (input: DescribeScalingPlanResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
21
|
-
/**
|
|
22
|
-
* serializeAws_json1_1DescribeScalingPlansCommand
|
|
23
|
-
*/
|
|
24
|
-
export declare const se_DescribeScalingPlansCommand: (input: DescribeScalingPlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
25
|
-
/**
|
|
26
|
-
* serializeAws_json1_1GetScalingPlanResourceForecastDataCommand
|
|
27
|
-
*/
|
|
28
|
-
export declare const se_GetScalingPlanResourceForecastDataCommand: (input: GetScalingPlanResourceForecastDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
|
-
/**
|
|
30
|
-
* serializeAws_json1_1UpdateScalingPlanCommand
|
|
31
|
-
*/
|
|
32
|
-
export declare const se_UpdateScalingPlanCommand: (input: UpdateScalingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
-
/**
|
|
34
|
-
* deserializeAws_json1_1CreateScalingPlanCommand
|
|
35
|
-
*/
|
|
36
|
-
export declare const de_CreateScalingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateScalingPlanCommandOutput>;
|
|
37
|
-
/**
|
|
38
|
-
* deserializeAws_json1_1DeleteScalingPlanCommand
|
|
39
|
-
*/
|
|
40
|
-
export declare const de_DeleteScalingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScalingPlanCommandOutput>;
|
|
41
|
-
/**
|
|
42
|
-
* deserializeAws_json1_1DescribeScalingPlanResourcesCommand
|
|
43
|
-
*/
|
|
44
|
-
export declare const de_DescribeScalingPlanResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalingPlanResourcesCommandOutput>;
|
|
45
|
-
/**
|
|
46
|
-
* deserializeAws_json1_1DescribeScalingPlansCommand
|
|
47
|
-
*/
|
|
48
|
-
export declare const de_DescribeScalingPlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalingPlansCommandOutput>;
|
|
49
|
-
/**
|
|
50
|
-
* deserializeAws_json1_1GetScalingPlanResourceForecastDataCommand
|
|
51
|
-
*/
|
|
52
|
-
export declare const de_GetScalingPlanResourceForecastDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetScalingPlanResourceForecastDataCommandOutput>;
|
|
53
|
-
/**
|
|
54
|
-
* deserializeAws_json1_1UpdateScalingPlanCommand
|
|
55
|
-
*/
|
|
56
|
-
export declare const de_UpdateScalingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateScalingPlanCommandOutput>;
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateScalingPlanCommandInput,
|
|
8
|
-
CreateScalingPlanCommandOutput,
|
|
9
|
-
} from "../commands/CreateScalingPlanCommand";
|
|
10
|
-
import {
|
|
11
|
-
DeleteScalingPlanCommandInput,
|
|
12
|
-
DeleteScalingPlanCommandOutput,
|
|
13
|
-
} from "../commands/DeleteScalingPlanCommand";
|
|
14
|
-
import {
|
|
15
|
-
DescribeScalingPlanResourcesCommandInput,
|
|
16
|
-
DescribeScalingPlanResourcesCommandOutput,
|
|
17
|
-
} from "../commands/DescribeScalingPlanResourcesCommand";
|
|
18
|
-
import {
|
|
19
|
-
DescribeScalingPlansCommandInput,
|
|
20
|
-
DescribeScalingPlansCommandOutput,
|
|
21
|
-
} from "../commands/DescribeScalingPlansCommand";
|
|
22
|
-
import {
|
|
23
|
-
GetScalingPlanResourceForecastDataCommandInput,
|
|
24
|
-
GetScalingPlanResourceForecastDataCommandOutput,
|
|
25
|
-
} from "../commands/GetScalingPlanResourceForecastDataCommand";
|
|
26
|
-
import {
|
|
27
|
-
UpdateScalingPlanCommandInput,
|
|
28
|
-
UpdateScalingPlanCommandOutput,
|
|
29
|
-
} from "../commands/UpdateScalingPlanCommand";
|
|
30
|
-
export declare const se_CreateScalingPlanCommand: (
|
|
31
|
-
input: CreateScalingPlanCommandInput,
|
|
32
|
-
context: __SerdeContext
|
|
33
|
-
) => Promise<__HttpRequest>;
|
|
34
|
-
export declare const se_DeleteScalingPlanCommand: (
|
|
35
|
-
input: DeleteScalingPlanCommandInput,
|
|
36
|
-
context: __SerdeContext
|
|
37
|
-
) => Promise<__HttpRequest>;
|
|
38
|
-
export declare const se_DescribeScalingPlanResourcesCommand: (
|
|
39
|
-
input: DescribeScalingPlanResourcesCommandInput,
|
|
40
|
-
context: __SerdeContext
|
|
41
|
-
) => Promise<__HttpRequest>;
|
|
42
|
-
export declare const se_DescribeScalingPlansCommand: (
|
|
43
|
-
input: DescribeScalingPlansCommandInput,
|
|
44
|
-
context: __SerdeContext
|
|
45
|
-
) => Promise<__HttpRequest>;
|
|
46
|
-
export declare const se_GetScalingPlanResourceForecastDataCommand: (
|
|
47
|
-
input: GetScalingPlanResourceForecastDataCommandInput,
|
|
48
|
-
context: __SerdeContext
|
|
49
|
-
) => Promise<__HttpRequest>;
|
|
50
|
-
export declare const se_UpdateScalingPlanCommand: (
|
|
51
|
-
input: UpdateScalingPlanCommandInput,
|
|
52
|
-
context: __SerdeContext
|
|
53
|
-
) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const de_CreateScalingPlanCommand: (
|
|
55
|
-
output: __HttpResponse,
|
|
56
|
-
context: __SerdeContext
|
|
57
|
-
) => Promise<CreateScalingPlanCommandOutput>;
|
|
58
|
-
export declare const de_DeleteScalingPlanCommand: (
|
|
59
|
-
output: __HttpResponse,
|
|
60
|
-
context: __SerdeContext
|
|
61
|
-
) => Promise<DeleteScalingPlanCommandOutput>;
|
|
62
|
-
export declare const de_DescribeScalingPlanResourcesCommand: (
|
|
63
|
-
output: __HttpResponse,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<DescribeScalingPlanResourcesCommandOutput>;
|
|
66
|
-
export declare const de_DescribeScalingPlansCommand: (
|
|
67
|
-
output: __HttpResponse,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<DescribeScalingPlansCommandOutput>;
|
|
70
|
-
export declare const de_GetScalingPlanResourceForecastDataCommand: (
|
|
71
|
-
output: __HttpResponse,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<GetScalingPlanResourceForecastDataCommandOutput>;
|
|
74
|
-
export declare const de_UpdateScalingPlanCommand: (
|
|
75
|
-
output: __HttpResponse,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<UpdateScalingPlanCommandOutput>;
|