@aws-sdk/client-application-auto-scaling 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.
Files changed (35) hide show
  1. package/dist-cjs/index.js +827 -865
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ApplicationAutoScalingClient.js +2 -0
  4. package/dist-es/commands/DeleteScalingPolicyCommand.js +3 -9
  5. package/dist-es/commands/DeleteScheduledActionCommand.js +3 -9
  6. package/dist-es/commands/DeregisterScalableTargetCommand.js +3 -9
  7. package/dist-es/commands/DescribeScalableTargetsCommand.js +3 -9
  8. package/dist-es/commands/DescribeScalingActivitiesCommand.js +3 -9
  9. package/dist-es/commands/DescribeScalingPoliciesCommand.js +3 -9
  10. package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -9
  11. package/dist-es/commands/GetPredictiveScalingForecastCommand.js +3 -9
  12. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  13. package/dist-es/commands/PutScalingPolicyCommand.js +3 -9
  14. package/dist-es/commands/PutScheduledActionCommand.js +3 -9
  15. package/dist-es/commands/RegisterScalableTargetCommand.js +3 -9
  16. package/dist-es/commands/TagResourceCommand.js +3 -9
  17. package/dist-es/commands/UntagResourceCommand.js +3 -9
  18. package/dist-es/runtimeConfig.shared.js +7 -0
  19. package/dist-es/schemas/schemas_0.js +776 -0
  20. package/dist-types/ApplicationAutoScalingClient.d.ts +10 -1
  21. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  22. package/dist-types/runtimeConfig.d.ts +1 -0
  23. package/dist-types/runtimeConfig.native.d.ts +1 -0
  24. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  25. package/dist-types/schemas/schemas_0.d.ts +103 -0
  26. package/dist-types/ts3.4/ApplicationAutoScalingClient.d.ts +4 -0
  27. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  28. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  29. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  30. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  31. package/dist-types/ts3.4/schemas/schemas_0.d.ts +108 -0
  32. package/package.json +5 -5
  33. package/dist-es/protocols/Aws_json1_1.js +0 -744
  34. package/dist-types/protocols/Aws_json1_1.d.ts +0 -128
  35. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -173
@@ -1,128 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { DeleteScalingPolicyCommandInput, DeleteScalingPolicyCommandOutput } from "../commands/DeleteScalingPolicyCommand";
4
- import { DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput } from "../commands/DeleteScheduledActionCommand";
5
- import { DeregisterScalableTargetCommandInput, DeregisterScalableTargetCommandOutput } from "../commands/DeregisterScalableTargetCommand";
6
- import { DescribeScalableTargetsCommandInput, DescribeScalableTargetsCommandOutput } from "../commands/DescribeScalableTargetsCommand";
7
- import { DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput } from "../commands/DescribeScalingActivitiesCommand";
8
- import { DescribeScalingPoliciesCommandInput, DescribeScalingPoliciesCommandOutput } from "../commands/DescribeScalingPoliciesCommand";
9
- import { DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput } from "../commands/DescribeScheduledActionsCommand";
10
- import { GetPredictiveScalingForecastCommandInput, GetPredictiveScalingForecastCommandOutput } from "../commands/GetPredictiveScalingForecastCommand";
11
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
12
- import { PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput } from "../commands/PutScalingPolicyCommand";
13
- import { PutScheduledActionCommandInput, PutScheduledActionCommandOutput } from "../commands/PutScheduledActionCommand";
14
- import { RegisterScalableTargetCommandInput, RegisterScalableTargetCommandOutput } from "../commands/RegisterScalableTargetCommand";
15
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
16
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
17
- /**
18
- * serializeAws_json1_1DeleteScalingPolicyCommand
19
- */
20
- export declare const se_DeleteScalingPolicyCommand: (input: DeleteScalingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- /**
22
- * serializeAws_json1_1DeleteScheduledActionCommand
23
- */
24
- export declare const se_DeleteScheduledActionCommand: (input: DeleteScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- /**
26
- * serializeAws_json1_1DeregisterScalableTargetCommand
27
- */
28
- export declare const se_DeregisterScalableTargetCommand: (input: DeregisterScalableTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- /**
30
- * serializeAws_json1_1DescribeScalableTargetsCommand
31
- */
32
- export declare const se_DescribeScalableTargetsCommand: (input: DescribeScalableTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- /**
34
- * serializeAws_json1_1DescribeScalingActivitiesCommand
35
- */
36
- export declare const se_DescribeScalingActivitiesCommand: (input: DescribeScalingActivitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- /**
38
- * serializeAws_json1_1DescribeScalingPoliciesCommand
39
- */
40
- export declare const se_DescribeScalingPoliciesCommand: (input: DescribeScalingPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- /**
42
- * serializeAws_json1_1DescribeScheduledActionsCommand
43
- */
44
- export declare const se_DescribeScheduledActionsCommand: (input: DescribeScheduledActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- /**
46
- * serializeAws_json1_1GetPredictiveScalingForecastCommand
47
- */
48
- export declare const se_GetPredictiveScalingForecastCommand: (input: GetPredictiveScalingForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- /**
50
- * serializeAws_json1_1ListTagsForResourceCommand
51
- */
52
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * serializeAws_json1_1PutScalingPolicyCommand
55
- */
56
- export declare const se_PutScalingPolicyCommand: (input: PutScalingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- /**
58
- * serializeAws_json1_1PutScheduledActionCommand
59
- */
60
- export declare const se_PutScheduledActionCommand: (input: PutScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- /**
62
- * serializeAws_json1_1RegisterScalableTargetCommand
63
- */
64
- export declare const se_RegisterScalableTargetCommand: (input: RegisterScalableTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- /**
66
- * serializeAws_json1_1TagResourceCommand
67
- */
68
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_json1_1UntagResourceCommand
71
- */
72
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * deserializeAws_json1_1DeleteScalingPolicyCommand
75
- */
76
- export declare const de_DeleteScalingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScalingPolicyCommandOutput>;
77
- /**
78
- * deserializeAws_json1_1DeleteScheduledActionCommand
79
- */
80
- export declare const de_DeleteScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScheduledActionCommandOutput>;
81
- /**
82
- * deserializeAws_json1_1DeregisterScalableTargetCommand
83
- */
84
- export declare const de_DeregisterScalableTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterScalableTargetCommandOutput>;
85
- /**
86
- * deserializeAws_json1_1DescribeScalableTargetsCommand
87
- */
88
- export declare const de_DescribeScalableTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalableTargetsCommandOutput>;
89
- /**
90
- * deserializeAws_json1_1DescribeScalingActivitiesCommand
91
- */
92
- export declare const de_DescribeScalingActivitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalingActivitiesCommandOutput>;
93
- /**
94
- * deserializeAws_json1_1DescribeScalingPoliciesCommand
95
- */
96
- export declare const de_DescribeScalingPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalingPoliciesCommandOutput>;
97
- /**
98
- * deserializeAws_json1_1DescribeScheduledActionsCommand
99
- */
100
- export declare const de_DescribeScheduledActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScheduledActionsCommandOutput>;
101
- /**
102
- * deserializeAws_json1_1GetPredictiveScalingForecastCommand
103
- */
104
- export declare const de_GetPredictiveScalingForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPredictiveScalingForecastCommandOutput>;
105
- /**
106
- * deserializeAws_json1_1ListTagsForResourceCommand
107
- */
108
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
109
- /**
110
- * deserializeAws_json1_1PutScalingPolicyCommand
111
- */
112
- export declare const de_PutScalingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutScalingPolicyCommandOutput>;
113
- /**
114
- * deserializeAws_json1_1PutScheduledActionCommand
115
- */
116
- export declare const de_PutScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutScheduledActionCommandOutput>;
117
- /**
118
- * deserializeAws_json1_1RegisterScalableTargetCommand
119
- */
120
- export declare const de_RegisterScalableTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterScalableTargetCommandOutput>;
121
- /**
122
- * deserializeAws_json1_1TagResourceCommand
123
- */
124
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
125
- /**
126
- * deserializeAws_json1_1UntagResourceCommand
127
- */
128
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
@@ -1,173 +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
- DeleteScalingPolicyCommandInput,
8
- DeleteScalingPolicyCommandOutput,
9
- } from "../commands/DeleteScalingPolicyCommand";
10
- import {
11
- DeleteScheduledActionCommandInput,
12
- DeleteScheduledActionCommandOutput,
13
- } from "../commands/DeleteScheduledActionCommand";
14
- import {
15
- DeregisterScalableTargetCommandInput,
16
- DeregisterScalableTargetCommandOutput,
17
- } from "../commands/DeregisterScalableTargetCommand";
18
- import {
19
- DescribeScalableTargetsCommandInput,
20
- DescribeScalableTargetsCommandOutput,
21
- } from "../commands/DescribeScalableTargetsCommand";
22
- import {
23
- DescribeScalingActivitiesCommandInput,
24
- DescribeScalingActivitiesCommandOutput,
25
- } from "../commands/DescribeScalingActivitiesCommand";
26
- import {
27
- DescribeScalingPoliciesCommandInput,
28
- DescribeScalingPoliciesCommandOutput,
29
- } from "../commands/DescribeScalingPoliciesCommand";
30
- import {
31
- DescribeScheduledActionsCommandInput,
32
- DescribeScheduledActionsCommandOutput,
33
- } from "../commands/DescribeScheduledActionsCommand";
34
- import {
35
- GetPredictiveScalingForecastCommandInput,
36
- GetPredictiveScalingForecastCommandOutput,
37
- } from "../commands/GetPredictiveScalingForecastCommand";
38
- import {
39
- ListTagsForResourceCommandInput,
40
- ListTagsForResourceCommandOutput,
41
- } from "../commands/ListTagsForResourceCommand";
42
- import {
43
- PutScalingPolicyCommandInput,
44
- PutScalingPolicyCommandOutput,
45
- } from "../commands/PutScalingPolicyCommand";
46
- import {
47
- PutScheduledActionCommandInput,
48
- PutScheduledActionCommandOutput,
49
- } from "../commands/PutScheduledActionCommand";
50
- import {
51
- RegisterScalableTargetCommandInput,
52
- RegisterScalableTargetCommandOutput,
53
- } from "../commands/RegisterScalableTargetCommand";
54
- import {
55
- TagResourceCommandInput,
56
- TagResourceCommandOutput,
57
- } from "../commands/TagResourceCommand";
58
- import {
59
- UntagResourceCommandInput,
60
- UntagResourceCommandOutput,
61
- } from "../commands/UntagResourceCommand";
62
- export declare const se_DeleteScalingPolicyCommand: (
63
- input: DeleteScalingPolicyCommandInput,
64
- context: __SerdeContext
65
- ) => Promise<__HttpRequest>;
66
- export declare const se_DeleteScheduledActionCommand: (
67
- input: DeleteScheduledActionCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_DeregisterScalableTargetCommand: (
71
- input: DeregisterScalableTargetCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_DescribeScalableTargetsCommand: (
75
- input: DescribeScalableTargetsCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_DescribeScalingActivitiesCommand: (
79
- input: DescribeScalingActivitiesCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_DescribeScalingPoliciesCommand: (
83
- input: DescribeScalingPoliciesCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_DescribeScheduledActionsCommand: (
87
- input: DescribeScheduledActionsCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_GetPredictiveScalingForecastCommand: (
91
- input: GetPredictiveScalingForecastCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_ListTagsForResourceCommand: (
95
- input: ListTagsForResourceCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_PutScalingPolicyCommand: (
99
- input: PutScalingPolicyCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_PutScheduledActionCommand: (
103
- input: PutScheduledActionCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_RegisterScalableTargetCommand: (
107
- input: RegisterScalableTargetCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_TagResourceCommand: (
111
- input: TagResourceCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_UntagResourceCommand: (
115
- input: UntagResourceCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const de_DeleteScalingPolicyCommand: (
119
- output: __HttpResponse,
120
- context: __SerdeContext
121
- ) => Promise<DeleteScalingPolicyCommandOutput>;
122
- export declare const de_DeleteScheduledActionCommand: (
123
- output: __HttpResponse,
124
- context: __SerdeContext
125
- ) => Promise<DeleteScheduledActionCommandOutput>;
126
- export declare const de_DeregisterScalableTargetCommand: (
127
- output: __HttpResponse,
128
- context: __SerdeContext
129
- ) => Promise<DeregisterScalableTargetCommandOutput>;
130
- export declare const de_DescribeScalableTargetsCommand: (
131
- output: __HttpResponse,
132
- context: __SerdeContext
133
- ) => Promise<DescribeScalableTargetsCommandOutput>;
134
- export declare const de_DescribeScalingActivitiesCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<DescribeScalingActivitiesCommandOutput>;
138
- export declare const de_DescribeScalingPoliciesCommand: (
139
- output: __HttpResponse,
140
- context: __SerdeContext
141
- ) => Promise<DescribeScalingPoliciesCommandOutput>;
142
- export declare const de_DescribeScheduledActionsCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<DescribeScheduledActionsCommandOutput>;
146
- export declare const de_GetPredictiveScalingForecastCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<GetPredictiveScalingForecastCommandOutput>;
150
- export declare const de_ListTagsForResourceCommand: (
151
- output: __HttpResponse,
152
- context: __SerdeContext
153
- ) => Promise<ListTagsForResourceCommandOutput>;
154
- export declare const de_PutScalingPolicyCommand: (
155
- output: __HttpResponse,
156
- context: __SerdeContext
157
- ) => Promise<PutScalingPolicyCommandOutput>;
158
- export declare const de_PutScheduledActionCommand: (
159
- output: __HttpResponse,
160
- context: __SerdeContext
161
- ) => Promise<PutScheduledActionCommandOutput>;
162
- export declare const de_RegisterScalableTargetCommand: (
163
- output: __HttpResponse,
164
- context: __SerdeContext
165
- ) => Promise<RegisterScalableTargetCommandOutput>;
166
- export declare const de_TagResourceCommand: (
167
- output: __HttpResponse,
168
- context: __SerdeContext
169
- ) => Promise<TagResourceCommandOutput>;
170
- export declare const de_UntagResourceCommand: (
171
- output: __HttpResponse,
172
- context: __SerdeContext
173
- ) => Promise<UntagResourceCommandOutput>;