@aws-sdk/client-application-auto-scaling 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/ApplicationAutoScaling.d.ts +47 -50
- package/dist-types/ts3.4/ApplicationAutoScalingClient.d.ts +6 -19
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeregisterScalableTargetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeScalableTargetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutScheduledActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegisterScalableTargetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +4 -8
- package/dist-types/ts3.4/models/errors.d.ts +9 -27
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeScheduledActionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeScheduledActionsCommandInput
|
|
8
|
-
extends DescribeScheduledActionsRequest {}
|
|
7
|
+
export interface DescribeScheduledActionsCommandInput extends DescribeScheduledActionsRequest {}
|
|
9
8
|
export interface DescribeScheduledActionsCommandOutput
|
|
10
|
-
extends DescribeScheduledActionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeScheduledActionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeScheduledActionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeScheduledActionsCommandInput
|
|
12
|
+
input: DescribeScheduledActionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeScheduledActionsCommandInput,
|
|
17
15
|
DescribeScheduledActionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeScheduledActionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeScheduledActionsCommandInput
|
|
21
|
+
input: DescribeScheduledActionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeScheduledActionsCommandInput,
|
|
26
24
|
DescribeScheduledActionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetPredictiveScalingForecastResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetPredictiveScalingForecastCommandInput
|
|
8
|
-
extends GetPredictiveScalingForecastRequest {}
|
|
7
|
+
export interface GetPredictiveScalingForecastCommandInput extends GetPredictiveScalingForecastRequest {}
|
|
9
8
|
export interface GetPredictiveScalingForecastCommandOutput
|
|
10
|
-
extends GetPredictiveScalingForecastResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetPredictiveScalingForecastResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetPredictiveScalingForecastCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetPredictiveScalingForecastCommandInput
|
|
12
|
+
input: GetPredictiveScalingForecastCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetPredictiveScalingForecastCommandInput,
|
|
17
15
|
GetPredictiveScalingForecastCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetPredictiveScalingForecastCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetPredictiveScalingForecastCommandInput
|
|
21
|
+
input: GetPredictiveScalingForecastCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetPredictiveScalingForecastCommandInput,
|
|
26
24
|
GetPredictiveScalingForecastCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutScalingPolicyRequest,
|
|
4
|
-
PutScalingPolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutScalingPolicyRequest, PutScalingPolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface PutScalingPolicyCommandInput extends PutScalingPolicyRequest {}
|
|
8
|
-
export interface PutScalingPolicyCommandOutput
|
|
9
|
-
extends PutScalingPolicyResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutScalingPolicyCommandOutput extends PutScalingPolicyResponse, __MetadataBearer {}
|
|
11
6
|
declare const PutScalingPolicyCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: PutScalingPolicyCommandInput
|
|
8
|
+
input: PutScalingPolicyCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
PutScalingPolicyCommandInput,
|
|
16
11
|
PutScalingPolicyCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const PutScalingPolicyCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: PutScalingPolicyCommandInput
|
|
17
|
+
input: PutScalingPolicyCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
PutScalingPolicyCommandInput,
|
|
25
20
|
PutScalingPolicyCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutScheduledActionRequest,
|
|
4
|
-
PutScheduledActionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutScheduledActionRequest, PutScheduledActionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutScheduledActionCommandInput
|
|
8
|
-
extends PutScheduledActionRequest {}
|
|
4
|
+
export interface PutScheduledActionCommandInput extends PutScheduledActionRequest {}
|
|
9
5
|
export interface PutScheduledActionCommandOutput
|
|
10
|
-
extends PutScheduledActionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutScheduledActionResponse, __MetadataBearer {}
|
|
12
7
|
declare const PutScheduledActionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutScheduledActionCommandInput
|
|
9
|
+
input: PutScheduledActionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutScheduledActionCommandInput,
|
|
17
12
|
PutScheduledActionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutScheduledActionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutScheduledActionCommandInput
|
|
18
|
+
input: PutScheduledActionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutScheduledActionCommandInput,
|
|
26
21
|
PutScheduledActionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
RegisterScalableTargetRequest,
|
|
4
|
-
RegisterScalableTargetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { RegisterScalableTargetRequest, RegisterScalableTargetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface RegisterScalableTargetCommandInput
|
|
8
|
-
extends RegisterScalableTargetRequest {}
|
|
4
|
+
export interface RegisterScalableTargetCommandInput extends RegisterScalableTargetRequest {}
|
|
9
5
|
export interface RegisterScalableTargetCommandOutput
|
|
10
|
-
extends RegisterScalableTargetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends RegisterScalableTargetResponse, __MetadataBearer {}
|
|
12
7
|
declare const RegisterScalableTargetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: RegisterScalableTargetCommandInput
|
|
9
|
+
input: RegisterScalableTargetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
RegisterScalableTargetCommandInput,
|
|
17
12
|
RegisterScalableTargetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const RegisterScalableTargetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: RegisterScalableTargetCommandInput
|
|
18
|
+
input: RegisterScalableTargetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
RegisterScalableTargetCommandInput,
|
|
26
21
|
RegisterScalableTargetCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ApplicationAutoScalingExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -3,8 +3,7 @@ export declare const AdjustmentType: {
|
|
|
3
3
|
readonly ExactCapacity: "ExactCapacity";
|
|
4
4
|
readonly PercentChangeInCapacity: "PercentChangeInCapacity";
|
|
5
5
|
};
|
|
6
|
-
export type AdjustmentType =
|
|
7
|
-
(typeof AdjustmentType)[keyof typeof AdjustmentType];
|
|
6
|
+
export type AdjustmentType = (typeof AdjustmentType)[keyof typeof AdjustmentType];
|
|
8
7
|
export declare const ScalableDimension: {
|
|
9
8
|
readonly AppstreamFleetDesiredCapacity: "appstream:fleet:DesiredCapacity";
|
|
10
9
|
readonly CassandraTableReadCapacityUnits: "cassandra:table:ReadCapacityUnits";
|
|
@@ -31,8 +30,7 @@ export declare const ScalableDimension: {
|
|
|
31
30
|
readonly SageMakerVariantDesiredProvisionedConcurrency: "sagemaker:variant:DesiredProvisionedConcurrency";
|
|
32
31
|
readonly WorkSpacesWorkSpacesPoolDesiredUserSessions: "workspaces:workspacespool:DesiredUserSessions";
|
|
33
32
|
};
|
|
34
|
-
export type ScalableDimension =
|
|
35
|
-
(typeof ScalableDimension)[keyof typeof ScalableDimension];
|
|
33
|
+
export type ScalableDimension = (typeof ScalableDimension)[keyof typeof ScalableDimension];
|
|
36
34
|
export declare const ServiceNamespace: {
|
|
37
35
|
readonly APPSTREAM: "appstream";
|
|
38
36
|
readonly CASSANDRA: "cassandra";
|
|
@@ -50,8 +48,7 @@ export declare const ServiceNamespace: {
|
|
|
50
48
|
readonly SAGEMAKER: "sagemaker";
|
|
51
49
|
readonly WORKSPACES: "workspaces";
|
|
52
50
|
};
|
|
53
|
-
export type ServiceNamespace =
|
|
54
|
-
(typeof ServiceNamespace)[keyof typeof ServiceNamespace];
|
|
51
|
+
export type ServiceNamespace = (typeof ServiceNamespace)[keyof typeof ServiceNamespace];
|
|
55
52
|
export declare const ScalingActivityStatusCode: {
|
|
56
53
|
readonly Failed: "Failed";
|
|
57
54
|
readonly InProgress: "InProgress";
|
|
@@ -94,8 +91,7 @@ export declare const MetricStatistic: {
|
|
|
94
91
|
readonly SampleCount: "SampleCount";
|
|
95
92
|
readonly Sum: "Sum";
|
|
96
93
|
};
|
|
97
|
-
export type MetricStatistic =
|
|
98
|
-
(typeof MetricStatistic)[keyof typeof MetricStatistic];
|
|
94
|
+
export type MetricStatistic = (typeof MetricStatistic)[keyof typeof MetricStatistic];
|
|
99
95
|
export declare const MetricType: {
|
|
100
96
|
readonly ALBRequestCountPerTarget: "ALBRequestCountPerTarget";
|
|
101
97
|
readonly AppStreamAverageCapacityUtilization: "AppStreamAverageCapacityUtilization";
|
|
@@ -4,73 +4,55 @@ export declare class ConcurrentUpdateException extends __BaseException {
|
|
|
4
4
|
readonly name: "ConcurrentUpdateException";
|
|
5
5
|
readonly $fault: "server";
|
|
6
6
|
Message?: string | undefined;
|
|
7
|
-
constructor(
|
|
8
|
-
opts: __ExceptionOptionType<ConcurrentUpdateException, __BaseException>
|
|
9
|
-
);
|
|
7
|
+
constructor(opts: __ExceptionOptionType<ConcurrentUpdateException, __BaseException>);
|
|
10
8
|
}
|
|
11
9
|
export declare class InternalServiceException extends __BaseException {
|
|
12
10
|
readonly name: "InternalServiceException";
|
|
13
11
|
readonly $fault: "server";
|
|
14
12
|
Message?: string | undefined;
|
|
15
|
-
constructor(
|
|
16
|
-
opts: __ExceptionOptionType<InternalServiceException, __BaseException>
|
|
17
|
-
);
|
|
13
|
+
constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
|
|
18
14
|
}
|
|
19
15
|
export declare class ObjectNotFoundException extends __BaseException {
|
|
20
16
|
readonly name: "ObjectNotFoundException";
|
|
21
17
|
readonly $fault: "client";
|
|
22
18
|
Message?: string | undefined;
|
|
23
|
-
constructor(
|
|
24
|
-
opts: __ExceptionOptionType<ObjectNotFoundException, __BaseException>
|
|
25
|
-
);
|
|
19
|
+
constructor(opts: __ExceptionOptionType<ObjectNotFoundException, __BaseException>);
|
|
26
20
|
}
|
|
27
21
|
export declare class ValidationException extends __BaseException {
|
|
28
22
|
readonly name: "ValidationException";
|
|
29
23
|
readonly $fault: "client";
|
|
30
24
|
Message?: string | undefined;
|
|
31
|
-
constructor(
|
|
32
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
33
|
-
);
|
|
25
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
34
26
|
}
|
|
35
27
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
36
28
|
readonly name: "InvalidNextTokenException";
|
|
37
29
|
readonly $fault: "client";
|
|
38
30
|
Message?: string | undefined;
|
|
39
|
-
constructor(
|
|
40
|
-
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
41
|
-
);
|
|
31
|
+
constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
|
|
42
32
|
}
|
|
43
33
|
export declare class FailedResourceAccessException extends __BaseException {
|
|
44
34
|
readonly name: "FailedResourceAccessException";
|
|
45
35
|
readonly $fault: "client";
|
|
46
36
|
Message?: string | undefined;
|
|
47
|
-
constructor(
|
|
48
|
-
opts: __ExceptionOptionType<FailedResourceAccessException, __BaseException>
|
|
49
|
-
);
|
|
37
|
+
constructor(opts: __ExceptionOptionType<FailedResourceAccessException, __BaseException>);
|
|
50
38
|
}
|
|
51
39
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
52
40
|
readonly name: "ResourceNotFoundException";
|
|
53
41
|
readonly $fault: "client";
|
|
54
42
|
Message?: string | undefined;
|
|
55
43
|
ResourceName?: string | undefined;
|
|
56
|
-
constructor(
|
|
57
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
58
|
-
);
|
|
44
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
59
45
|
}
|
|
60
46
|
export declare class LimitExceededException extends __BaseException {
|
|
61
47
|
readonly name: "LimitExceededException";
|
|
62
48
|
readonly $fault: "client";
|
|
63
49
|
Message?: string | undefined;
|
|
64
|
-
constructor(
|
|
65
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
66
|
-
);
|
|
50
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
67
51
|
}
|
|
68
52
|
export declare class TooManyTagsException extends __BaseException {
|
|
69
53
|
readonly name: "TooManyTagsException";
|
|
70
54
|
readonly $fault: "client";
|
|
71
55
|
Message?: string | undefined;
|
|
72
56
|
ResourceName?: string | undefined;
|
|
73
|
-
constructor(
|
|
74
|
-
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
75
|
-
);
|
|
57
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
76
58
|
}
|
|
@@ -149,12 +149,8 @@ export interface PredictiveScalingMetricSpecification {
|
|
|
149
149
|
PredefinedLoadMetricSpecification?:
|
|
150
150
|
| PredictiveScalingPredefinedLoadMetricSpecification
|
|
151
151
|
| undefined;
|
|
152
|
-
CustomizedScalingMetricSpecification?:
|
|
153
|
-
|
|
154
|
-
| undefined;
|
|
155
|
-
CustomizedLoadMetricSpecification?:
|
|
156
|
-
| PredictiveScalingCustomizedMetricSpecification
|
|
157
|
-
| undefined;
|
|
152
|
+
CustomizedScalingMetricSpecification?: PredictiveScalingCustomizedMetricSpecification | undefined;
|
|
153
|
+
CustomizedLoadMetricSpecification?: PredictiveScalingCustomizedMetricSpecification | undefined;
|
|
158
154
|
CustomizedCapacityMetricSpecification?:
|
|
159
155
|
| PredictiveScalingCustomizedMetricSpecification
|
|
160
156
|
| undefined;
|
|
@@ -163,9 +159,7 @@ export interface PredictiveScalingPolicyConfiguration {
|
|
|
163
159
|
MetricSpecifications: PredictiveScalingMetricSpecification[] | undefined;
|
|
164
160
|
Mode?: PredictiveScalingMode | undefined;
|
|
165
161
|
SchedulingBufferTime?: number | undefined;
|
|
166
|
-
MaxCapacityBreachBehavior?:
|
|
167
|
-
| PredictiveScalingMaxCapacityBreachBehavior
|
|
168
|
-
| undefined;
|
|
162
|
+
MaxCapacityBreachBehavior?: PredictiveScalingMaxCapacityBreachBehavior | undefined;
|
|
169
163
|
MaxCapacityBuffer?: number | undefined;
|
|
170
164
|
}
|
|
171
165
|
export interface StepAdjustment {
|
|
@@ -233,12 +227,8 @@ export interface ScalingPolicy {
|
|
|
233
227
|
ScalableDimension: ScalableDimension | undefined;
|
|
234
228
|
PolicyType: PolicyType | undefined;
|
|
235
229
|
StepScalingPolicyConfiguration?: StepScalingPolicyConfiguration | undefined;
|
|
236
|
-
TargetTrackingScalingPolicyConfiguration?:
|
|
237
|
-
|
|
238
|
-
| undefined;
|
|
239
|
-
PredictiveScalingPolicyConfiguration?:
|
|
240
|
-
| PredictiveScalingPolicyConfiguration
|
|
241
|
-
| undefined;
|
|
230
|
+
TargetTrackingScalingPolicyConfiguration?: TargetTrackingScalingPolicyConfiguration | undefined;
|
|
231
|
+
PredictiveScalingPolicyConfiguration?: PredictiveScalingPolicyConfiguration | undefined;
|
|
242
232
|
Alarms?: Alarm[] | undefined;
|
|
243
233
|
CreationTime: Date | undefined;
|
|
244
234
|
}
|
|
@@ -310,12 +300,8 @@ export interface PutScalingPolicyRequest {
|
|
|
310
300
|
ScalableDimension: ScalableDimension | undefined;
|
|
311
301
|
PolicyType?: PolicyType | undefined;
|
|
312
302
|
StepScalingPolicyConfiguration?: StepScalingPolicyConfiguration | undefined;
|
|
313
|
-
TargetTrackingScalingPolicyConfiguration?:
|
|
314
|
-
|
|
315
|
-
| undefined;
|
|
316
|
-
PredictiveScalingPolicyConfiguration?:
|
|
317
|
-
| PredictiveScalingPolicyConfiguration
|
|
318
|
-
| undefined;
|
|
303
|
+
TargetTrackingScalingPolicyConfiguration?: TargetTrackingScalingPolicyConfiguration | undefined;
|
|
304
|
+
PredictiveScalingPolicyConfiguration?: PredictiveScalingPolicyConfiguration | undefined;
|
|
319
305
|
}
|
|
320
306
|
export interface PutScalingPolicyResponse {
|
|
321
307
|
PolicyARN: string | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { ApplicationAutoScalingClient } from "../ApplicationAutoScalingClient";
|
|
3
|
-
export interface ApplicationAutoScalingPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface ApplicationAutoScalingPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: ApplicationAutoScalingClient;
|
|
6
5
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
2
|
import { ApplicationAutoScalingClientConfig } from "./ApplicationAutoScalingClient";
|
|
3
|
-
export declare const getRuntimeConfig: (
|
|
4
|
-
config: ApplicationAutoScalingClientConfig
|
|
5
|
-
) => {
|
|
3
|
+
export declare const getRuntimeConfig: (config: ApplicationAutoScalingClientConfig) => {
|
|
6
4
|
runtime: string;
|
|
7
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
6
|
import("@smithy/core/client").ResolvedDefaultsMode
|
|
@@ -10,24 +8,16 @@ export declare const getRuntimeConfig: (
|
|
|
10
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
9
|
credentialDefaultProvider:
|
|
12
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
-
| ((
|
|
14
|
-
_: unknown
|
|
15
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
16
12
|
defaultUserAgentProvider: (
|
|
17
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
18
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
19
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
21
|
-
requestHandler:
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
23
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
24
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
19
|
streamCollector: (
|
|
26
|
-
stream:
|
|
27
|
-
| import("stream").Readable
|
|
28
|
-
| import("stream/web").ReadableStream
|
|
29
|
-
| ReadableStream
|
|
30
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
31
21
|
) => Promise<Uint8Array>;
|
|
32
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
33
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -55,13 +45,8 @@ export declare const getRuntimeConfig: (
|
|
|
55
45
|
logger: import("@smithy/types").Logger;
|
|
56
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
57
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
58
|
-
userAgentAppId?:
|
|
59
|
-
|
|
60
|
-
| undefined
|
|
61
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
62
|
-
retryStrategy?:
|
|
63
|
-
| import("@smithy/types").RetryStrategy
|
|
64
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
65
50
|
endpoint?:
|
|
66
51
|
| ((
|
|
67
52
|
| string
|
|
@@ -83,7 +68,7 @@ export declare const getRuntimeConfig: (
|
|
|
83
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
84
69
|
context?: {
|
|
85
70
|
logger?: import("@smithy/types").Logger;
|
|
86
|
-
}
|
|
71
|
+
},
|
|
87
72
|
) => import("@smithy/types").EndpointV2;
|
|
88
73
|
tls?: boolean;
|
|
89
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -96,13 +81,13 @@ export declare const getRuntimeConfig: (
|
|
|
96
81
|
signer?:
|
|
97
82
|
| import("@smithy/types").RequestSigner
|
|
98
83
|
| ((
|
|
99
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
100
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
101
86
|
signingEscapePath?: boolean;
|
|
102
87
|
systemClockOffset?: number;
|
|
103
88
|
signingRegion?: string;
|
|
104
89
|
signerConstructor?: new (
|
|
105
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
106
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
107
92
|
) => import("@smithy/types").RequestSigner;
|
|
108
93
|
};
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
2
|
import { ApplicationAutoScalingClientConfig } from "./ApplicationAutoScalingClient";
|
|
3
|
-
export declare const getRuntimeConfig: (
|
|
4
|
-
config: ApplicationAutoScalingClientConfig
|
|
5
|
-
) => {
|
|
3
|
+
export declare const getRuntimeConfig: (config: ApplicationAutoScalingClientConfig) => {
|
|
6
4
|
runtime: string;
|
|
7
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
6
|
import("@smithy/core/client").ResolvedDefaultsMode
|
|
@@ -12,23 +10,17 @@ export declare const getRuntimeConfig: (
|
|
|
12
10
|
credentialDefaultProvider:
|
|
13
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
14
12
|
| ((
|
|
15
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
16
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
17
15
|
defaultUserAgentProvider: (
|
|
18
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
19
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
20
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
21
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
22
|
-
requestHandler:
|
|
23
|
-
| RequestHandler
|
|
24
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
22
|
streamCollector: (
|
|
27
|
-
stream:
|
|
28
|
-
| import("stream").Readable
|
|
29
|
-
| import("stream/web").ReadableStream
|
|
30
|
-
| ReadableStream
|
|
31
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
32
24
|
) => Promise<Uint8Array>;
|
|
33
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
34
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -55,9 +47,7 @@ export declare const getRuntimeConfig: (
|
|
|
55
47
|
logger: import("@smithy/types").Logger;
|
|
56
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
57
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
58
|
-
retryStrategy?:
|
|
59
|
-
| import("@smithy/types").RetryStrategy
|
|
60
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
61
51
|
endpoint?:
|
|
62
52
|
| ((
|
|
63
53
|
| string
|
|
@@ -79,7 +69,7 @@ export declare const getRuntimeConfig: (
|
|
|
79
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
80
70
|
context?: {
|
|
81
71
|
logger?: import("@smithy/types").Logger;
|
|
82
|
-
}
|
|
72
|
+
},
|
|
83
73
|
) => import("@smithy/types").EndpointV2;
|
|
84
74
|
tls?: boolean;
|
|
85
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -91,13 +81,13 @@ export declare const getRuntimeConfig: (
|
|
|
91
81
|
signer?:
|
|
92
82
|
| import("@smithy/types").RequestSigner
|
|
93
83
|
| ((
|
|
94
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
95
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
96
86
|
signingEscapePath?: boolean;
|
|
97
87
|
systemClockOffset?: number;
|
|
98
88
|
signingRegion?: string;
|
|
99
89
|
signerConstructor?: new (
|
|
100
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
101
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
102
92
|
) => import("@smithy/types").RequestSigner;
|
|
103
93
|
};
|