@aws-sdk/client-application-auto-scaling 3.170.0 → 3.178.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 +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ApplicationAutoScaling.d.ts +0 -10
- package/dist-types/ts3.4/ApplicationAutoScalingClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterScalableTargetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeScalableTargetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutScheduledActionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterScalableTargetCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ApplicationAutoScalingServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -168
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
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.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-application-auto-scaling
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-application-auto-scaling
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-application-auto-scaling
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ApplicationAutoScalingClientConf
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ApplicationAutoScalingClientConf
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: ApplicationAutoScalingClientConf
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -40,7 +40,6 @@ import {
|
|
|
40
40
|
RegisterScalableTargetCommandInput,
|
|
41
41
|
RegisterScalableTargetCommandOutput,
|
|
42
42
|
} from "./commands/RegisterScalableTargetCommand";
|
|
43
|
-
|
|
44
43
|
export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient {
|
|
45
44
|
deleteScalingPolicy(
|
|
46
45
|
args: DeleteScalingPolicyCommandInput,
|
|
@@ -55,7 +54,6 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
|
|
|
55
54
|
options: __HttpHandlerOptions,
|
|
56
55
|
cb: (err: any, data?: DeleteScalingPolicyCommandOutput) => void
|
|
57
56
|
): void;
|
|
58
|
-
|
|
59
57
|
deleteScheduledAction(
|
|
60
58
|
args: DeleteScheduledActionCommandInput,
|
|
61
59
|
options?: __HttpHandlerOptions
|
|
@@ -69,7 +67,6 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
|
|
|
69
67
|
options: __HttpHandlerOptions,
|
|
70
68
|
cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void
|
|
71
69
|
): void;
|
|
72
|
-
|
|
73
70
|
deregisterScalableTarget(
|
|
74
71
|
args: DeregisterScalableTargetCommandInput,
|
|
75
72
|
options?: __HttpHandlerOptions
|
|
@@ -83,7 +80,6 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
|
|
|
83
80
|
options: __HttpHandlerOptions,
|
|
84
81
|
cb: (err: any, data?: DeregisterScalableTargetCommandOutput) => void
|
|
85
82
|
): void;
|
|
86
|
-
|
|
87
83
|
describeScalableTargets(
|
|
88
84
|
args: DescribeScalableTargetsCommandInput,
|
|
89
85
|
options?: __HttpHandlerOptions
|
|
@@ -97,7 +93,6 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
|
|
|
97
93
|
options: __HttpHandlerOptions,
|
|
98
94
|
cb: (err: any, data?: DescribeScalableTargetsCommandOutput) => void
|
|
99
95
|
): void;
|
|
100
|
-
|
|
101
96
|
describeScalingActivities(
|
|
102
97
|
args: DescribeScalingActivitiesCommandInput,
|
|
103
98
|
options?: __HttpHandlerOptions
|
|
@@ -111,7 +106,6 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
|
|
|
111
106
|
options: __HttpHandlerOptions,
|
|
112
107
|
cb: (err: any, data?: DescribeScalingActivitiesCommandOutput) => void
|
|
113
108
|
): void;
|
|
114
|
-
|
|
115
109
|
describeScalingPolicies(
|
|
116
110
|
args: DescribeScalingPoliciesCommandInput,
|
|
117
111
|
options?: __HttpHandlerOptions
|
|
@@ -125,7 +119,6 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
|
|
|
125
119
|
options: __HttpHandlerOptions,
|
|
126
120
|
cb: (err: any, data?: DescribeScalingPoliciesCommandOutput) => void
|
|
127
121
|
): void;
|
|
128
|
-
|
|
129
122
|
describeScheduledActions(
|
|
130
123
|
args: DescribeScheduledActionsCommandInput,
|
|
131
124
|
options?: __HttpHandlerOptions
|
|
@@ -139,7 +132,6 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
|
|
|
139
132
|
options: __HttpHandlerOptions,
|
|
140
133
|
cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void
|
|
141
134
|
): void;
|
|
142
|
-
|
|
143
135
|
putScalingPolicy(
|
|
144
136
|
args: PutScalingPolicyCommandInput,
|
|
145
137
|
options?: __HttpHandlerOptions
|
|
@@ -153,7 +145,6 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
|
|
|
153
145
|
options: __HttpHandlerOptions,
|
|
154
146
|
cb: (err: any, data?: PutScalingPolicyCommandOutput) => void
|
|
155
147
|
): void;
|
|
156
|
-
|
|
157
148
|
putScheduledAction(
|
|
158
149
|
args: PutScheduledActionCommandInput,
|
|
159
150
|
options?: __HttpHandlerOptions
|
|
@@ -167,7 +158,6 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
|
|
|
167
158
|
options: __HttpHandlerOptions,
|
|
168
159
|
cb: (err: any, data?: PutScheduledActionCommandOutput) => void
|
|
169
160
|
): void;
|
|
170
|
-
|
|
171
161
|
registerScalableTarget(
|
|
172
162
|
args: RegisterScalableTargetCommandInput,
|
|
173
163
|
options?: __HttpHandlerOptions
|
|
@@ -107,47 +107,26 @@ export declare type ServiceOutputTypes =
|
|
|
107
107
|
export interface ClientDefaults
|
|
108
108
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
109
109
|
requestHandler?: __HttpHandler;
|
|
110
|
-
|
|
111
110
|
sha256?: __HashConstructor;
|
|
112
|
-
|
|
113
111
|
urlParser?: __UrlParser;
|
|
114
|
-
|
|
115
112
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
116
|
-
|
|
117
113
|
streamCollector?: __StreamCollector;
|
|
118
|
-
|
|
119
114
|
base64Decoder?: __Decoder;
|
|
120
|
-
|
|
121
115
|
base64Encoder?: __Encoder;
|
|
122
|
-
|
|
123
116
|
utf8Decoder?: __Decoder;
|
|
124
|
-
|
|
125
117
|
utf8Encoder?: __Encoder;
|
|
126
|
-
|
|
127
118
|
runtime?: string;
|
|
128
|
-
|
|
129
119
|
disableHostPrefix?: boolean;
|
|
130
|
-
|
|
131
120
|
maxAttempts?: number | __Provider<number>;
|
|
132
|
-
|
|
133
121
|
retryMode?: string | __Provider<string>;
|
|
134
|
-
|
|
135
122
|
logger?: __Logger;
|
|
136
|
-
|
|
137
123
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
138
|
-
|
|
139
124
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
140
|
-
|
|
141
125
|
serviceId?: string;
|
|
142
|
-
|
|
143
126
|
region?: string | __Provider<string>;
|
|
144
|
-
|
|
145
127
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
146
|
-
|
|
147
128
|
regionInfoProvider?: RegionInfoProvider;
|
|
148
|
-
|
|
149
129
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
150
|
-
|
|
151
130
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
152
131
|
}
|
|
153
132
|
declare type ApplicationAutoScalingClientConfigType = Partial<
|
|
@@ -160,7 +139,6 @@ declare type ApplicationAutoScalingClientConfigType = Partial<
|
|
|
160
139
|
HostHeaderInputConfig &
|
|
161
140
|
AwsAuthInputConfig &
|
|
162
141
|
UserAgentInputConfig;
|
|
163
|
-
|
|
164
142
|
export interface ApplicationAutoScalingClientConfig
|
|
165
143
|
extends ApplicationAutoScalingClientConfigType {}
|
|
166
144
|
declare type ApplicationAutoScalingClientResolvedConfigType =
|
|
@@ -172,10 +150,8 @@ declare type ApplicationAutoScalingClientResolvedConfigType =
|
|
|
172
150
|
HostHeaderResolvedConfig &
|
|
173
151
|
AwsAuthResolvedConfig &
|
|
174
152
|
UserAgentResolvedConfig;
|
|
175
|
-
|
|
176
153
|
export interface ApplicationAutoScalingClientResolvedConfig
|
|
177
154
|
extends ApplicationAutoScalingClientResolvedConfigType {}
|
|
178
|
-
|
|
179
155
|
export declare class ApplicationAutoScalingClient extends __Client<
|
|
180
156
|
__HttpHandlerOptions,
|
|
181
157
|
ServiceInputTypes,
|
|
@@ -184,7 +160,6 @@ export declare class ApplicationAutoScalingClient extends __Client<
|
|
|
184
160
|
> {
|
|
185
161
|
readonly config: ApplicationAutoScalingClientResolvedConfig;
|
|
186
162
|
constructor(configuration: ApplicationAutoScalingClientConfig);
|
|
187
|
-
|
|
188
163
|
destroy(): void;
|
|
189
164
|
}
|
|
190
165
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface DeleteScalingPolicyCommandInput
|
|
|
19
19
|
export interface DeleteScalingPolicyCommandOutput
|
|
20
20
|
extends DeleteScalingPolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteScalingPolicyCommand extends $Command<
|
|
24
23
|
DeleteScalingPolicyCommandInput,
|
|
25
24
|
DeleteScalingPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteScalingPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteScalingPolicyCommandInput;
|
|
29
28
|
constructor(input: DeleteScalingPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationAutoScalingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteScheduledActionCommandInput
|
|
|
19
19
|
export interface DeleteScheduledActionCommandOutput
|
|
20
20
|
extends DeleteScheduledActionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteScheduledActionCommand extends $Command<
|
|
24
23
|
DeleteScheduledActionCommandInput,
|
|
25
24
|
DeleteScheduledActionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteScheduledActionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteScheduledActionCommandInput;
|
|
29
28
|
constructor(input: DeleteScheduledActionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationAutoScalingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeregisterScalableTargetCommandInput
|
|
|
19
19
|
export interface DeregisterScalableTargetCommandOutput
|
|
20
20
|
extends DeregisterScalableTargetResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeregisterScalableTargetCommand extends $Command<
|
|
24
23
|
DeregisterScalableTargetCommandInput,
|
|
25
24
|
DeregisterScalableTargetCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeregisterScalableTargetCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeregisterScalableTargetCommandInput;
|
|
29
28
|
constructor(input: DeregisterScalableTargetCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationAutoScalingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeScalableTargetsCommandInput
|
|
|
19
19
|
export interface DescribeScalableTargetsCommandOutput
|
|
20
20
|
extends DescribeScalableTargetsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeScalableTargetsCommand extends $Command<
|
|
24
23
|
DescribeScalableTargetsCommandInput,
|
|
25
24
|
DescribeScalableTargetsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeScalableTargetsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeScalableTargetsCommandInput;
|
|
29
28
|
constructor(input: DescribeScalableTargetsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationAutoScalingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeScalingActivitiesCommandInput
|
|
|
19
19
|
export interface DescribeScalingActivitiesCommandOutput
|
|
20
20
|
extends DescribeScalingActivitiesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeScalingActivitiesCommand extends $Command<
|
|
24
23
|
DescribeScalingActivitiesCommandInput,
|
|
25
24
|
DescribeScalingActivitiesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeScalingActivitiesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeScalingActivitiesCommandInput;
|
|
29
28
|
constructor(input: DescribeScalingActivitiesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationAutoScalingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeScalingPoliciesCommandInput
|
|
|
19
19
|
export interface DescribeScalingPoliciesCommandOutput
|
|
20
20
|
extends DescribeScalingPoliciesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeScalingPoliciesCommand extends $Command<
|
|
24
23
|
DescribeScalingPoliciesCommandInput,
|
|
25
24
|
DescribeScalingPoliciesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeScalingPoliciesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeScalingPoliciesCommandInput;
|
|
29
28
|
constructor(input: DescribeScalingPoliciesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationAutoScalingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeScheduledActionsCommandInput
|
|
|
19
19
|
export interface DescribeScheduledActionsCommandOutput
|
|
20
20
|
extends DescribeScheduledActionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeScheduledActionsCommand extends $Command<
|
|
24
23
|
DescribeScheduledActionsCommandInput,
|
|
25
24
|
DescribeScheduledActionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeScheduledActionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeScheduledActionsCommandInput;
|
|
29
28
|
constructor(input: DescribeScheduledActionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationAutoScalingClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface PutScalingPolicyCommandInput extends PutScalingPolicyRequest {}
|
|
|
18
18
|
export interface PutScalingPolicyCommandOutput
|
|
19
19
|
extends PutScalingPolicyResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class PutScalingPolicyCommand extends $Command<
|
|
23
22
|
PutScalingPolicyCommandInput,
|
|
24
23
|
PutScalingPolicyCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class PutScalingPolicyCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: PutScalingPolicyCommandInput;
|
|
28
27
|
constructor(input: PutScalingPolicyCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ApplicationAutoScalingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutScheduledActionCommandInput
|
|
|
19
19
|
export interface PutScheduledActionCommandOutput
|
|
20
20
|
extends PutScheduledActionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutScheduledActionCommand extends $Command<
|
|
24
23
|
PutScheduledActionCommandInput,
|
|
25
24
|
PutScheduledActionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutScheduledActionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutScheduledActionCommandInput;
|
|
29
28
|
constructor(input: PutScheduledActionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationAutoScalingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RegisterScalableTargetCommandInput
|
|
|
19
19
|
export interface RegisterScalableTargetCommandOutput
|
|
20
20
|
extends RegisterScalableTargetResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RegisterScalableTargetCommand extends $Command<
|
|
24
23
|
RegisterScalableTargetCommandInput,
|
|
25
24
|
RegisterScalableTargetCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RegisterScalableTargetCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RegisterScalableTargetCommandInput;
|
|
29
28
|
constructor(input: RegisterScalableTargetCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationAutoScalingClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ApplicationAutoScalingServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -5,18 +5,14 @@ export declare enum AdjustmentType {
|
|
|
5
5
|
ExactCapacity = "ExactCapacity",
|
|
6
6
|
PercentChangeInCapacity = "PercentChangeInCapacity",
|
|
7
7
|
}
|
|
8
|
-
|
|
9
8
|
export interface Alarm {
|
|
10
9
|
AlarmName: string | undefined;
|
|
11
|
-
|
|
12
10
|
AlarmARN: string | undefined;
|
|
13
11
|
}
|
|
14
|
-
|
|
15
12
|
export declare class ConcurrentUpdateException extends __BaseException {
|
|
16
13
|
readonly name: "ConcurrentUpdateException";
|
|
17
14
|
readonly $fault: "server";
|
|
18
15
|
Message?: string;
|
|
19
|
-
|
|
20
16
|
constructor(
|
|
21
17
|
opts: __ExceptionOptionType<ConcurrentUpdateException, __BaseException>
|
|
22
18
|
);
|
|
@@ -61,123 +57,87 @@ export declare enum ServiceNamespace {
|
|
|
61
57
|
}
|
|
62
58
|
export interface DeleteScalingPolicyRequest {
|
|
63
59
|
PolicyName: string | undefined;
|
|
64
|
-
|
|
65
60
|
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
66
|
-
|
|
67
61
|
ResourceId: string | undefined;
|
|
68
|
-
|
|
69
62
|
ScalableDimension: ScalableDimension | string | undefined;
|
|
70
63
|
}
|
|
71
64
|
export interface DeleteScalingPolicyResponse {}
|
|
72
|
-
|
|
73
65
|
export declare class InternalServiceException extends __BaseException {
|
|
74
66
|
readonly name: "InternalServiceException";
|
|
75
67
|
readonly $fault: "server";
|
|
76
68
|
Message?: string;
|
|
77
|
-
|
|
78
69
|
constructor(
|
|
79
70
|
opts: __ExceptionOptionType<InternalServiceException, __BaseException>
|
|
80
71
|
);
|
|
81
72
|
}
|
|
82
|
-
|
|
83
73
|
export declare class ObjectNotFoundException extends __BaseException {
|
|
84
74
|
readonly name: "ObjectNotFoundException";
|
|
85
75
|
readonly $fault: "client";
|
|
86
76
|
Message?: string;
|
|
87
|
-
|
|
88
77
|
constructor(
|
|
89
78
|
opts: __ExceptionOptionType<ObjectNotFoundException, __BaseException>
|
|
90
79
|
);
|
|
91
80
|
}
|
|
92
|
-
|
|
93
81
|
export declare class ValidationException extends __BaseException {
|
|
94
82
|
readonly name: "ValidationException";
|
|
95
83
|
readonly $fault: "client";
|
|
96
84
|
Message?: string;
|
|
97
|
-
|
|
98
85
|
constructor(
|
|
99
86
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
100
87
|
);
|
|
101
88
|
}
|
|
102
89
|
export interface DeleteScheduledActionRequest {
|
|
103
90
|
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
104
|
-
|
|
105
91
|
ScheduledActionName: string | undefined;
|
|
106
|
-
|
|
107
92
|
ResourceId: string | undefined;
|
|
108
|
-
|
|
109
93
|
ScalableDimension: ScalableDimension | string | undefined;
|
|
110
94
|
}
|
|
111
95
|
export interface DeleteScheduledActionResponse {}
|
|
112
96
|
export interface DeregisterScalableTargetRequest {
|
|
113
97
|
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
114
|
-
|
|
115
98
|
ResourceId: string | undefined;
|
|
116
|
-
|
|
117
99
|
ScalableDimension: ScalableDimension | string | undefined;
|
|
118
100
|
}
|
|
119
101
|
export interface DeregisterScalableTargetResponse {}
|
|
120
102
|
export interface DescribeScalableTargetsRequest {
|
|
121
103
|
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
122
|
-
|
|
123
104
|
ResourceIds?: string[];
|
|
124
|
-
|
|
125
105
|
ScalableDimension?: ScalableDimension | string;
|
|
126
|
-
|
|
127
106
|
MaxResults?: number;
|
|
128
|
-
|
|
129
107
|
NextToken?: string;
|
|
130
108
|
}
|
|
131
|
-
|
|
132
109
|
export interface SuspendedState {
|
|
133
110
|
DynamicScalingInSuspended?: boolean;
|
|
134
|
-
|
|
135
111
|
DynamicScalingOutSuspended?: boolean;
|
|
136
|
-
|
|
137
112
|
ScheduledScalingSuspended?: boolean;
|
|
138
113
|
}
|
|
139
|
-
|
|
140
114
|
export interface ScalableTarget {
|
|
141
115
|
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
142
|
-
|
|
143
116
|
ResourceId: string | undefined;
|
|
144
|
-
|
|
145
117
|
ScalableDimension: ScalableDimension | string | undefined;
|
|
146
|
-
|
|
147
118
|
MinCapacity: number | undefined;
|
|
148
|
-
|
|
149
119
|
MaxCapacity: number | undefined;
|
|
150
|
-
|
|
151
120
|
RoleARN: string | undefined;
|
|
152
|
-
|
|
153
121
|
CreationTime: Date | undefined;
|
|
154
|
-
|
|
155
122
|
SuspendedState?: SuspendedState;
|
|
156
123
|
}
|
|
157
124
|
export interface DescribeScalableTargetsResponse {
|
|
158
125
|
ScalableTargets?: ScalableTarget[];
|
|
159
|
-
|
|
160
126
|
NextToken?: string;
|
|
161
127
|
}
|
|
162
|
-
|
|
163
128
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
164
129
|
readonly name: "InvalidNextTokenException";
|
|
165
130
|
readonly $fault: "client";
|
|
166
131
|
Message?: string;
|
|
167
|
-
|
|
168
132
|
constructor(
|
|
169
133
|
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
170
134
|
);
|
|
171
135
|
}
|
|
172
136
|
export interface DescribeScalingActivitiesRequest {
|
|
173
137
|
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
174
|
-
|
|
175
138
|
ResourceId?: string;
|
|
176
|
-
|
|
177
139
|
ScalableDimension?: ScalableDimension | string;
|
|
178
|
-
|
|
179
140
|
MaxResults?: number;
|
|
180
|
-
|
|
181
141
|
NextToken?: string;
|
|
182
142
|
}
|
|
183
143
|
export declare enum ScalingActivityStatusCode {
|
|
@@ -188,46 +148,29 @@ export declare enum ScalingActivityStatusCode {
|
|
|
188
148
|
Successful = "Successful",
|
|
189
149
|
Unfulfilled = "Unfulfilled",
|
|
190
150
|
}
|
|
191
|
-
|
|
192
151
|
export interface ScalingActivity {
|
|
193
152
|
ActivityId: string | undefined;
|
|
194
|
-
|
|
195
153
|
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
196
|
-
|
|
197
154
|
ResourceId: string | undefined;
|
|
198
|
-
|
|
199
155
|
ScalableDimension: ScalableDimension | string | undefined;
|
|
200
|
-
|
|
201
156
|
Description: string | undefined;
|
|
202
|
-
|
|
203
157
|
Cause: string | undefined;
|
|
204
|
-
|
|
205
158
|
StartTime: Date | undefined;
|
|
206
|
-
|
|
207
159
|
EndTime?: Date;
|
|
208
|
-
|
|
209
160
|
StatusCode: ScalingActivityStatusCode | string | undefined;
|
|
210
|
-
|
|
211
161
|
StatusMessage?: string;
|
|
212
|
-
|
|
213
162
|
Details?: string;
|
|
214
163
|
}
|
|
215
164
|
export interface DescribeScalingActivitiesResponse {
|
|
216
165
|
ScalingActivities?: ScalingActivity[];
|
|
217
|
-
|
|
218
166
|
NextToken?: string;
|
|
219
167
|
}
|
|
220
168
|
export interface DescribeScalingPoliciesRequest {
|
|
221
169
|
PolicyNames?: string[];
|
|
222
|
-
|
|
223
170
|
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
224
|
-
|
|
225
171
|
ResourceId?: string;
|
|
226
|
-
|
|
227
172
|
ScalableDimension?: ScalableDimension | string;
|
|
228
|
-
|
|
229
173
|
MaxResults?: number;
|
|
230
|
-
|
|
231
174
|
NextToken?: string;
|
|
232
175
|
}
|
|
233
176
|
export declare enum PolicyType {
|
|
@@ -239,30 +182,20 @@ export declare enum MetricAggregationType {
|
|
|
239
182
|
Maximum = "Maximum",
|
|
240
183
|
Minimum = "Minimum",
|
|
241
184
|
}
|
|
242
|
-
|
|
243
185
|
export interface StepAdjustment {
|
|
244
186
|
MetricIntervalLowerBound?: number;
|
|
245
|
-
|
|
246
187
|
MetricIntervalUpperBound?: number;
|
|
247
|
-
|
|
248
188
|
ScalingAdjustment: number | undefined;
|
|
249
189
|
}
|
|
250
|
-
|
|
251
190
|
export interface StepScalingPolicyConfiguration {
|
|
252
191
|
AdjustmentType?: AdjustmentType | string;
|
|
253
|
-
|
|
254
192
|
StepAdjustments?: StepAdjustment[];
|
|
255
|
-
|
|
256
193
|
MinAdjustmentMagnitude?: number;
|
|
257
|
-
|
|
258
194
|
Cooldown?: number;
|
|
259
|
-
|
|
260
195
|
MetricAggregationType?: MetricAggregationType | string;
|
|
261
196
|
}
|
|
262
|
-
|
|
263
197
|
export interface MetricDimension {
|
|
264
198
|
Name: string | undefined;
|
|
265
|
-
|
|
266
199
|
Value: string | undefined;
|
|
267
200
|
}
|
|
268
201
|
export declare enum MetricStatistic {
|
|
@@ -272,16 +205,11 @@ export declare enum MetricStatistic {
|
|
|
272
205
|
SampleCount = "SampleCount",
|
|
273
206
|
Sum = "Sum",
|
|
274
207
|
}
|
|
275
|
-
|
|
276
208
|
export interface CustomizedMetricSpecification {
|
|
277
209
|
MetricName: string | undefined;
|
|
278
|
-
|
|
279
210
|
Namespace: string | undefined;
|
|
280
|
-
|
|
281
211
|
Dimensions?: MetricDimension[];
|
|
282
|
-
|
|
283
212
|
Statistic: MetricStatistic | string | undefined;
|
|
284
|
-
|
|
285
213
|
Unit?: string;
|
|
286
214
|
}
|
|
287
215
|
export declare enum MetricType {
|
|
@@ -307,304 +235,208 @@ export declare enum MetricType {
|
|
|
307
235
|
RDSReaderAverageDatabaseConnections = "RDSReaderAverageDatabaseConnections",
|
|
308
236
|
SageMakerVariantInvocationsPerInstance = "SageMakerVariantInvocationsPerInstance",
|
|
309
237
|
}
|
|
310
|
-
|
|
311
238
|
export interface PredefinedMetricSpecification {
|
|
312
239
|
PredefinedMetricType: MetricType | string | undefined;
|
|
313
|
-
|
|
314
240
|
ResourceLabel?: string;
|
|
315
241
|
}
|
|
316
|
-
|
|
317
242
|
export interface TargetTrackingScalingPolicyConfiguration {
|
|
318
243
|
TargetValue: number | undefined;
|
|
319
|
-
|
|
320
244
|
PredefinedMetricSpecification?: PredefinedMetricSpecification;
|
|
321
|
-
|
|
322
245
|
CustomizedMetricSpecification?: CustomizedMetricSpecification;
|
|
323
|
-
|
|
324
246
|
ScaleOutCooldown?: number;
|
|
325
|
-
|
|
326
247
|
ScaleInCooldown?: number;
|
|
327
|
-
|
|
328
248
|
DisableScaleIn?: boolean;
|
|
329
249
|
}
|
|
330
|
-
|
|
331
250
|
export interface ScalingPolicy {
|
|
332
251
|
PolicyARN: string | undefined;
|
|
333
|
-
|
|
334
252
|
PolicyName: string | undefined;
|
|
335
|
-
|
|
336
253
|
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
337
|
-
|
|
338
254
|
ResourceId: string | undefined;
|
|
339
|
-
|
|
340
255
|
ScalableDimension: ScalableDimension | string | undefined;
|
|
341
|
-
|
|
342
256
|
PolicyType: PolicyType | string | undefined;
|
|
343
|
-
|
|
344
257
|
StepScalingPolicyConfiguration?: StepScalingPolicyConfiguration;
|
|
345
|
-
|
|
346
258
|
TargetTrackingScalingPolicyConfiguration?: TargetTrackingScalingPolicyConfiguration;
|
|
347
|
-
|
|
348
259
|
Alarms?: Alarm[];
|
|
349
|
-
|
|
350
260
|
CreationTime: Date | undefined;
|
|
351
261
|
}
|
|
352
262
|
export interface DescribeScalingPoliciesResponse {
|
|
353
263
|
ScalingPolicies?: ScalingPolicy[];
|
|
354
|
-
|
|
355
264
|
NextToken?: string;
|
|
356
265
|
}
|
|
357
|
-
|
|
358
266
|
export declare class FailedResourceAccessException extends __BaseException {
|
|
359
267
|
readonly name: "FailedResourceAccessException";
|
|
360
268
|
readonly $fault: "client";
|
|
361
269
|
Message?: string;
|
|
362
|
-
|
|
363
270
|
constructor(
|
|
364
271
|
opts: __ExceptionOptionType<FailedResourceAccessException, __BaseException>
|
|
365
272
|
);
|
|
366
273
|
}
|
|
367
274
|
export interface DescribeScheduledActionsRequest {
|
|
368
275
|
ScheduledActionNames?: string[];
|
|
369
|
-
|
|
370
276
|
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
371
|
-
|
|
372
277
|
ResourceId?: string;
|
|
373
|
-
|
|
374
278
|
ScalableDimension?: ScalableDimension | string;
|
|
375
|
-
|
|
376
279
|
MaxResults?: number;
|
|
377
|
-
|
|
378
280
|
NextToken?: string;
|
|
379
281
|
}
|
|
380
|
-
|
|
381
282
|
export interface ScalableTargetAction {
|
|
382
283
|
MinCapacity?: number;
|
|
383
|
-
|
|
384
284
|
MaxCapacity?: number;
|
|
385
285
|
}
|
|
386
|
-
|
|
387
286
|
export interface ScheduledAction {
|
|
388
287
|
ScheduledActionName: string | undefined;
|
|
389
|
-
|
|
390
288
|
ScheduledActionARN: string | undefined;
|
|
391
|
-
|
|
392
289
|
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
393
|
-
|
|
394
290
|
Schedule: string | undefined;
|
|
395
|
-
|
|
396
291
|
Timezone?: string;
|
|
397
|
-
|
|
398
292
|
ResourceId: string | undefined;
|
|
399
|
-
|
|
400
293
|
ScalableDimension?: ScalableDimension | string;
|
|
401
|
-
|
|
402
294
|
StartTime?: Date;
|
|
403
|
-
|
|
404
295
|
EndTime?: Date;
|
|
405
|
-
|
|
406
296
|
ScalableTargetAction?: ScalableTargetAction;
|
|
407
|
-
|
|
408
297
|
CreationTime: Date | undefined;
|
|
409
298
|
}
|
|
410
299
|
export interface DescribeScheduledActionsResponse {
|
|
411
300
|
ScheduledActions?: ScheduledAction[];
|
|
412
|
-
|
|
413
301
|
NextToken?: string;
|
|
414
302
|
}
|
|
415
|
-
|
|
416
303
|
export declare class LimitExceededException extends __BaseException {
|
|
417
304
|
readonly name: "LimitExceededException";
|
|
418
305
|
readonly $fault: "client";
|
|
419
306
|
Message?: string;
|
|
420
|
-
|
|
421
307
|
constructor(
|
|
422
308
|
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
423
309
|
);
|
|
424
310
|
}
|
|
425
311
|
export interface PutScalingPolicyRequest {
|
|
426
312
|
PolicyName: string | undefined;
|
|
427
|
-
|
|
428
313
|
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
429
|
-
|
|
430
314
|
ResourceId: string | undefined;
|
|
431
|
-
|
|
432
315
|
ScalableDimension: ScalableDimension | string | undefined;
|
|
433
|
-
|
|
434
316
|
PolicyType?: PolicyType | string;
|
|
435
|
-
|
|
436
317
|
StepScalingPolicyConfiguration?: StepScalingPolicyConfiguration;
|
|
437
|
-
|
|
438
318
|
TargetTrackingScalingPolicyConfiguration?: TargetTrackingScalingPolicyConfiguration;
|
|
439
319
|
}
|
|
440
320
|
export interface PutScalingPolicyResponse {
|
|
441
321
|
PolicyARN: string | undefined;
|
|
442
|
-
|
|
443
322
|
Alarms?: Alarm[];
|
|
444
323
|
}
|
|
445
324
|
export interface PutScheduledActionRequest {
|
|
446
325
|
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
447
|
-
|
|
448
326
|
Schedule?: string;
|
|
449
|
-
|
|
450
327
|
Timezone?: string;
|
|
451
|
-
|
|
452
328
|
ScheduledActionName: string | undefined;
|
|
453
|
-
|
|
454
329
|
ResourceId: string | undefined;
|
|
455
|
-
|
|
456
330
|
ScalableDimension: ScalableDimension | string | undefined;
|
|
457
|
-
|
|
458
331
|
StartTime?: Date;
|
|
459
|
-
|
|
460
332
|
EndTime?: Date;
|
|
461
|
-
|
|
462
333
|
ScalableTargetAction?: ScalableTargetAction;
|
|
463
334
|
}
|
|
464
335
|
export interface PutScheduledActionResponse {}
|
|
465
336
|
export interface RegisterScalableTargetRequest {
|
|
466
337
|
ServiceNamespace: ServiceNamespace | string | undefined;
|
|
467
|
-
|
|
468
338
|
ResourceId: string | undefined;
|
|
469
|
-
|
|
470
339
|
ScalableDimension: ScalableDimension | string | undefined;
|
|
471
|
-
|
|
472
340
|
MinCapacity?: number;
|
|
473
|
-
|
|
474
341
|
MaxCapacity?: number;
|
|
475
|
-
|
|
476
342
|
RoleARN?: string;
|
|
477
|
-
|
|
478
343
|
SuspendedState?: SuspendedState;
|
|
479
344
|
}
|
|
480
345
|
export interface RegisterScalableTargetResponse {}
|
|
481
|
-
|
|
482
346
|
export declare const AlarmFilterSensitiveLog: (obj: Alarm) => any;
|
|
483
|
-
|
|
484
347
|
export declare const DeleteScalingPolicyRequestFilterSensitiveLog: (
|
|
485
348
|
obj: DeleteScalingPolicyRequest
|
|
486
349
|
) => any;
|
|
487
|
-
|
|
488
350
|
export declare const DeleteScalingPolicyResponseFilterSensitiveLog: (
|
|
489
351
|
obj: DeleteScalingPolicyResponse
|
|
490
352
|
) => any;
|
|
491
|
-
|
|
492
353
|
export declare const DeleteScheduledActionRequestFilterSensitiveLog: (
|
|
493
354
|
obj: DeleteScheduledActionRequest
|
|
494
355
|
) => any;
|
|
495
|
-
|
|
496
356
|
export declare const DeleteScheduledActionResponseFilterSensitiveLog: (
|
|
497
357
|
obj: DeleteScheduledActionResponse
|
|
498
358
|
) => any;
|
|
499
|
-
|
|
500
359
|
export declare const DeregisterScalableTargetRequestFilterSensitiveLog: (
|
|
501
360
|
obj: DeregisterScalableTargetRequest
|
|
502
361
|
) => any;
|
|
503
|
-
|
|
504
362
|
export declare const DeregisterScalableTargetResponseFilterSensitiveLog: (
|
|
505
363
|
obj: DeregisterScalableTargetResponse
|
|
506
364
|
) => any;
|
|
507
|
-
|
|
508
365
|
export declare const DescribeScalableTargetsRequestFilterSensitiveLog: (
|
|
509
366
|
obj: DescribeScalableTargetsRequest
|
|
510
367
|
) => any;
|
|
511
|
-
|
|
512
368
|
export declare const SuspendedStateFilterSensitiveLog: (
|
|
513
369
|
obj: SuspendedState
|
|
514
370
|
) => any;
|
|
515
|
-
|
|
516
371
|
export declare const ScalableTargetFilterSensitiveLog: (
|
|
517
372
|
obj: ScalableTarget
|
|
518
373
|
) => any;
|
|
519
|
-
|
|
520
374
|
export declare const DescribeScalableTargetsResponseFilterSensitiveLog: (
|
|
521
375
|
obj: DescribeScalableTargetsResponse
|
|
522
376
|
) => any;
|
|
523
|
-
|
|
524
377
|
export declare const DescribeScalingActivitiesRequestFilterSensitiveLog: (
|
|
525
378
|
obj: DescribeScalingActivitiesRequest
|
|
526
379
|
) => any;
|
|
527
|
-
|
|
528
380
|
export declare const ScalingActivityFilterSensitiveLog: (
|
|
529
381
|
obj: ScalingActivity
|
|
530
382
|
) => any;
|
|
531
|
-
|
|
532
383
|
export declare const DescribeScalingActivitiesResponseFilterSensitiveLog: (
|
|
533
384
|
obj: DescribeScalingActivitiesResponse
|
|
534
385
|
) => any;
|
|
535
|
-
|
|
536
386
|
export declare const DescribeScalingPoliciesRequestFilterSensitiveLog: (
|
|
537
387
|
obj: DescribeScalingPoliciesRequest
|
|
538
388
|
) => any;
|
|
539
|
-
|
|
540
389
|
export declare const StepAdjustmentFilterSensitiveLog: (
|
|
541
390
|
obj: StepAdjustment
|
|
542
391
|
) => any;
|
|
543
|
-
|
|
544
392
|
export declare const StepScalingPolicyConfigurationFilterSensitiveLog: (
|
|
545
393
|
obj: StepScalingPolicyConfiguration
|
|
546
394
|
) => any;
|
|
547
|
-
|
|
548
395
|
export declare const MetricDimensionFilterSensitiveLog: (
|
|
549
396
|
obj: MetricDimension
|
|
550
397
|
) => any;
|
|
551
|
-
|
|
552
398
|
export declare const CustomizedMetricSpecificationFilterSensitiveLog: (
|
|
553
399
|
obj: CustomizedMetricSpecification
|
|
554
400
|
) => any;
|
|
555
|
-
|
|
556
401
|
export declare const PredefinedMetricSpecificationFilterSensitiveLog: (
|
|
557
402
|
obj: PredefinedMetricSpecification
|
|
558
403
|
) => any;
|
|
559
|
-
|
|
560
404
|
export declare const TargetTrackingScalingPolicyConfigurationFilterSensitiveLog: (
|
|
561
405
|
obj: TargetTrackingScalingPolicyConfiguration
|
|
562
406
|
) => any;
|
|
563
|
-
|
|
564
407
|
export declare const ScalingPolicyFilterSensitiveLog: (
|
|
565
408
|
obj: ScalingPolicy
|
|
566
409
|
) => any;
|
|
567
|
-
|
|
568
410
|
export declare const DescribeScalingPoliciesResponseFilterSensitiveLog: (
|
|
569
411
|
obj: DescribeScalingPoliciesResponse
|
|
570
412
|
) => any;
|
|
571
|
-
|
|
572
413
|
export declare const DescribeScheduledActionsRequestFilterSensitiveLog: (
|
|
573
414
|
obj: DescribeScheduledActionsRequest
|
|
574
415
|
) => any;
|
|
575
|
-
|
|
576
416
|
export declare const ScalableTargetActionFilterSensitiveLog: (
|
|
577
417
|
obj: ScalableTargetAction
|
|
578
418
|
) => any;
|
|
579
|
-
|
|
580
419
|
export declare const ScheduledActionFilterSensitiveLog: (
|
|
581
420
|
obj: ScheduledAction
|
|
582
421
|
) => any;
|
|
583
|
-
|
|
584
422
|
export declare const DescribeScheduledActionsResponseFilterSensitiveLog: (
|
|
585
423
|
obj: DescribeScheduledActionsResponse
|
|
586
424
|
) => any;
|
|
587
|
-
|
|
588
425
|
export declare const PutScalingPolicyRequestFilterSensitiveLog: (
|
|
589
426
|
obj: PutScalingPolicyRequest
|
|
590
427
|
) => any;
|
|
591
|
-
|
|
592
428
|
export declare const PutScalingPolicyResponseFilterSensitiveLog: (
|
|
593
429
|
obj: PutScalingPolicyResponse
|
|
594
430
|
) => any;
|
|
595
|
-
|
|
596
431
|
export declare const PutScheduledActionRequestFilterSensitiveLog: (
|
|
597
432
|
obj: PutScheduledActionRequest
|
|
598
433
|
) => any;
|
|
599
|
-
|
|
600
434
|
export declare const PutScheduledActionResponseFilterSensitiveLog: (
|
|
601
435
|
obj: PutScheduledActionResponse
|
|
602
436
|
) => any;
|
|
603
|
-
|
|
604
437
|
export declare const RegisterScalableTargetRequestFilterSensitiveLog: (
|
|
605
438
|
obj: RegisterScalableTargetRequest
|
|
606
439
|
) => any;
|
|
607
|
-
|
|
608
440
|
export declare const RegisterScalableTargetResponseFilterSensitiveLog: (
|
|
609
441
|
obj: RegisterScalableTargetResponse
|
|
610
442
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ApplicationAutoScalingClientConfig } from "./ApplicationAutoScalingClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: ApplicationAutoScalingClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ApplicationAutoScalingClientConfig } from "./ApplicationAutoScalingClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: ApplicationAutoScalingClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ApplicationAutoScalingClientConfig } from "./ApplicationAutoScalingClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (
|
|
4
3
|
config: ApplicationAutoScalingClientConfig
|
|
5
4
|
) => {
|
|
@@ -54,7 +53,9 @@ export declare const getRuntimeConfig: (
|
|
|
54
53
|
| undefined;
|
|
55
54
|
signer?:
|
|
56
55
|
| import("@aws-sdk/types").RequestSigner
|
|
57
|
-
|
|
|
56
|
+
| ((
|
|
57
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
58
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
58
59
|
| undefined;
|
|
59
60
|
signingEscapePath?: boolean | undefined;
|
|
60
61
|
systemClockOffset?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-application-auto-scaling",
|
|
3
3
|
"description": "AWS SDK for JavaScript Application Auto Scaling Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.178.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|