@aws-sdk/client-auto-scaling 3.1077.0 → 3.1079.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 +204 -793
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AttachInstancesCommand.js +2 -14
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +2 -14
- package/dist-es/commands/AttachLoadBalancersCommand.js +2 -14
- package/dist-es/commands/AttachTrafficSourcesCommand.js +2 -14
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +2 -14
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +2 -14
- package/dist-es/commands/CancelInstanceRefreshCommand.js +2 -14
- package/dist-es/commands/CompleteLifecycleActionCommand.js +2 -14
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +2 -14
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +2 -14
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +2 -14
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteLifecycleHookCommand.js +2 -14
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -14
- package/dist-es/commands/DeletePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteScheduledActionCommand.js +2 -14
- package/dist-es/commands/DeleteTagsCommand.js +2 -14
- package/dist-es/commands/DeleteWarmPoolCommand.js +2 -14
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -14
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +2 -14
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +2 -14
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +2 -14
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +2 -14
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +2 -14
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +2 -14
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -14
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +2 -14
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +2 -14
- package/dist-es/commands/DescribePoliciesCommand.js +2 -14
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +2 -14
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +2 -14
- package/dist-es/commands/DescribeScheduledActionsCommand.js +2 -14
- package/dist-es/commands/DescribeTagsCommand.js +2 -14
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +2 -14
- package/dist-es/commands/DescribeTrafficSourcesCommand.js +2 -14
- package/dist-es/commands/DescribeWarmPoolCommand.js +2 -14
- package/dist-es/commands/DetachInstancesCommand.js +2 -14
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +2 -14
- package/dist-es/commands/DetachLoadBalancersCommand.js +2 -14
- package/dist-es/commands/DetachTrafficSourcesCommand.js +2 -14
- package/dist-es/commands/DisableMetricsCollectionCommand.js +2 -14
- package/dist-es/commands/EnableMetricsCollectionCommand.js +2 -14
- package/dist-es/commands/EnterStandbyCommand.js +2 -14
- package/dist-es/commands/ExecutePolicyCommand.js +2 -14
- package/dist-es/commands/ExitStandbyCommand.js +2 -14
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +2 -14
- package/dist-es/commands/LaunchInstancesCommand.js +2 -14
- package/dist-es/commands/PutLifecycleHookCommand.js +2 -14
- package/dist-es/commands/PutNotificationConfigurationCommand.js +2 -14
- package/dist-es/commands/PutScalingPolicyCommand.js +2 -14
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +2 -14
- package/dist-es/commands/PutWarmPoolCommand.js +2 -14
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +2 -14
- package/dist-es/commands/ResumeProcessesCommand.js +2 -14
- package/dist-es/commands/RollbackInstanceRefreshCommand.js +2 -14
- package/dist-es/commands/SetDesiredCapacityCommand.js +2 -14
- package/dist-es/commands/SetInstanceHealthCommand.js +2 -14
- package/dist-es/commands/SetInstanceProtectionCommand.js +2 -14
- package/dist-es/commands/StartInstanceRefreshCommand.js +2 -14
- package/dist-es/commands/SuspendProcessesCommand.js +2 -14
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +2 -14
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AttachInstancesCommand.d.ts +3 -8
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +3 -8
- package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +3 -8
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +3 -8
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +3 -8
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +3 -8
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +3 -8
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeletePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTagsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribePoliciesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTagsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +3 -8
- package/dist-types/commands/DetachInstancesCommand.d.ts +3 -8
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +3 -8
- package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +3 -8
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +3 -8
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +3 -8
- package/dist-types/commands/EnterStandbyCommand.d.ts +3 -8
- package/dist-types/commands/ExecutePolicyCommand.d.ts +3 -8
- package/dist-types/commands/ExitStandbyCommand.d.ts +3 -8
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +3 -8
- package/dist-types/commands/LaunchInstancesCommand.d.ts +3 -8
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +3 -8
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +3 -8
- package/dist-types/commands/PutWarmPoolCommand.d.ts +3 -8
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +3 -8
- package/dist-types/commands/ResumeProcessesCommand.d.ts +3 -8
- package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +3 -8
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +3 -8
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +3 -8
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +3 -8
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +3 -8
- package/dist-types/commands/SuspendProcessesCommand.d.ts +3 -8
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachTrafficSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTrafficSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachTrafficSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/LaunchInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RollbackInstanceRefreshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AutoScalingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AutoScalingClient";
|
|
8
2
|
import {
|
|
9
3
|
LaunchInstancesRequest,
|
|
10
4
|
LaunchInstancesResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface LaunchInstancesCommandInput extends LaunchInstancesRequest {}
|
|
15
8
|
export interface LaunchInstancesCommandOutput
|
|
16
9
|
extends LaunchInstancesResult,
|
|
@@ -21,22 +14,20 @@ declare const LaunchInstancesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
LaunchInstancesCommandInput,
|
|
23
16
|
LaunchInstancesCommandOutput,
|
|
24
|
-
AutoScalingClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: LaunchInstancesCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
LaunchInstancesCommandInput,
|
|
32
25
|
LaunchInstancesCommandOutput,
|
|
33
|
-
AutoScalingClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class LaunchInstancesCommand extends LaunchInstancesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AutoScalingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AutoScalingClient";
|
|
8
2
|
import {
|
|
9
3
|
PutLifecycleHookAnswer,
|
|
10
4
|
PutLifecycleHookType,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutLifecycleHookCommandInput extends PutLifecycleHookType {}
|
|
15
8
|
export interface PutLifecycleHookCommandOutput
|
|
16
9
|
extends PutLifecycleHookAnswer,
|
|
@@ -21,22 +14,20 @@ declare const PutLifecycleHookCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
PutLifecycleHookCommandInput,
|
|
23
16
|
PutLifecycleHookCommandOutput,
|
|
24
|
-
AutoScalingClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: PutLifecycleHookCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
PutLifecycleHookCommandInput,
|
|
32
25
|
PutLifecycleHookCommandOutput,
|
|
33
|
-
AutoScalingClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class PutLifecycleHookCommand extends PutLifecycleHookCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AutoScalingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AutoScalingClient";
|
|
8
2
|
import { PutNotificationConfigurationType } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface PutNotificationConfigurationCommandInput
|
|
12
5
|
extends PutNotificationConfigurationType {}
|
|
13
6
|
export interface PutNotificationConfigurationCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const PutNotificationConfigurationCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
PutNotificationConfigurationCommandInput,
|
|
20
13
|
PutNotificationConfigurationCommandOutput,
|
|
21
|
-
AutoScalingClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: PutNotificationConfigurationCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
PutNotificationConfigurationCommandInput,
|
|
29
22
|
PutNotificationConfigurationCommandOutput,
|
|
30
|
-
AutoScalingClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class PutNotificationConfigurationCommand extends PutNotificationConfigurationCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AutoScalingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AutoScalingClient";
|
|
8
2
|
import { PolicyARNType, PutScalingPolicyType } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface PutScalingPolicyCommandInput extends PutScalingPolicyType {}
|
|
12
5
|
export interface PutScalingPolicyCommandOutput
|
|
13
6
|
extends PolicyARNType,
|
|
@@ -18,22 +11,20 @@ declare const PutScalingPolicyCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
PutScalingPolicyCommandInput,
|
|
20
13
|
PutScalingPolicyCommandOutput,
|
|
21
|
-
AutoScalingClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: PutScalingPolicyCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
PutScalingPolicyCommandInput,
|
|
29
22
|
PutScalingPolicyCommandOutput,
|
|
30
|
-
AutoScalingClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class PutScalingPolicyCommand extends PutScalingPolicyCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AutoScalingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AutoScalingClient";
|
|
8
2
|
import { PutScheduledUpdateGroupActionType } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface PutScheduledUpdateGroupActionCommandInput
|
|
12
5
|
extends PutScheduledUpdateGroupActionType {}
|
|
13
6
|
export interface PutScheduledUpdateGroupActionCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const PutScheduledUpdateGroupActionCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
PutScheduledUpdateGroupActionCommandInput,
|
|
20
13
|
PutScheduledUpdateGroupActionCommandOutput,
|
|
21
|
-
AutoScalingClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: PutScheduledUpdateGroupActionCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
PutScheduledUpdateGroupActionCommandInput,
|
|
29
22
|
PutScheduledUpdateGroupActionCommandOutput,
|
|
30
|
-
AutoScalingClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class PutScheduledUpdateGroupActionCommand extends PutScheduledUpdateGroupActionCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AutoScalingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AutoScalingClient";
|
|
8
2
|
import { PutWarmPoolAnswer, PutWarmPoolType } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface PutWarmPoolCommandInput extends PutWarmPoolType {}
|
|
12
5
|
export interface PutWarmPoolCommandOutput
|
|
13
6
|
extends PutWarmPoolAnswer,
|
|
@@ -18,22 +11,20 @@ declare const PutWarmPoolCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
PutWarmPoolCommandInput,
|
|
20
13
|
PutWarmPoolCommandOutput,
|
|
21
|
-
AutoScalingClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: PutWarmPoolCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
PutWarmPoolCommandInput,
|
|
29
22
|
PutWarmPoolCommandOutput,
|
|
30
|
-
AutoScalingClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class PutWarmPoolCommand extends PutWarmPoolCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AutoScalingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AutoScalingClient";
|
|
8
2
|
import {
|
|
9
3
|
RecordLifecycleActionHeartbeatAnswer,
|
|
10
4
|
RecordLifecycleActionHeartbeatType,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface RecordLifecycleActionHeartbeatCommandInput
|
|
15
8
|
extends RecordLifecycleActionHeartbeatType {}
|
|
16
9
|
export interface RecordLifecycleActionHeartbeatCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const RecordLifecycleActionHeartbeatCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
RecordLifecycleActionHeartbeatCommandInput,
|
|
24
17
|
RecordLifecycleActionHeartbeatCommandOutput,
|
|
25
|
-
AutoScalingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: RecordLifecycleActionHeartbeatCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
RecordLifecycleActionHeartbeatCommandInput,
|
|
33
26
|
RecordLifecycleActionHeartbeatCommandOutput,
|
|
34
|
-
AutoScalingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class RecordLifecycleActionHeartbeatCommand extends RecordLifecycleActionHeartbeatCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AutoScalingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AutoScalingClient";
|
|
8
2
|
import { ScalingProcessQuery } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ResumeProcessesCommandInput extends ScalingProcessQuery {}
|
|
12
5
|
export interface ResumeProcessesCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const ResumeProcessesCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const ResumeProcessesCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
ResumeProcessesCommandInput,
|
|
18
11
|
ResumeProcessesCommandOutput,
|
|
19
|
-
AutoScalingClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: ResumeProcessesCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
ResumeProcessesCommandInput,
|
|
27
20
|
ResumeProcessesCommandOutput,
|
|
28
|
-
AutoScalingClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class ResumeProcessesCommand extends ResumeProcessesCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AutoScalingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AutoScalingClient";
|
|
8
2
|
import {
|
|
9
3
|
RollbackInstanceRefreshAnswer,
|
|
10
4
|
RollbackInstanceRefreshType,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface RollbackInstanceRefreshCommandInput
|
|
15
8
|
extends RollbackInstanceRefreshType {}
|
|
16
9
|
export interface RollbackInstanceRefreshCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const RollbackInstanceRefreshCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
RollbackInstanceRefreshCommandInput,
|
|
24
17
|
RollbackInstanceRefreshCommandOutput,
|
|
25
|
-
AutoScalingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: RollbackInstanceRefreshCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
RollbackInstanceRefreshCommandInput,
|
|
33
26
|
RollbackInstanceRefreshCommandOutput,
|
|
34
|
-
AutoScalingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class RollbackInstanceRefreshCommand extends RollbackInstanceRefreshCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AutoScalingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AutoScalingClient";
|
|
8
2
|
import { SetDesiredCapacityType } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface SetDesiredCapacityCommandInput
|
|
12
5
|
extends SetDesiredCapacityType {}
|
|
13
6
|
export interface SetDesiredCapacityCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const SetDesiredCapacityCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
SetDesiredCapacityCommandInput,
|
|
19
12
|
SetDesiredCapacityCommandOutput,
|
|
20
|
-
AutoScalingClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: SetDesiredCapacityCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
SetDesiredCapacityCommandInput,
|
|
28
21
|
SetDesiredCapacityCommandOutput,
|
|
29
|
-
AutoScalingClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class SetDesiredCapacityCommand extends SetDesiredCapacityCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AutoScalingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AutoScalingClient";
|
|
8
2
|
import { SetInstanceHealthQuery } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface SetInstanceHealthCommandInput extends SetInstanceHealthQuery {}
|
|
12
5
|
export interface SetInstanceHealthCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const SetInstanceHealthCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const SetInstanceHealthCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
SetInstanceHealthCommandInput,
|
|
18
11
|
SetInstanceHealthCommandOutput,
|
|
19
|
-
AutoScalingClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: SetInstanceHealthCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
SetInstanceHealthCommandInput,
|
|
27
20
|
SetInstanceHealthCommandOutput,
|
|
28
|
-
AutoScalingClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class SetInstanceHealthCommand extends SetInstanceHealthCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AutoScalingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AutoScalingClient";
|
|
8
2
|
import {
|
|
9
3
|
SetInstanceProtectionAnswer,
|
|
10
4
|
SetInstanceProtectionQuery,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface SetInstanceProtectionCommandInput
|
|
15
8
|
extends SetInstanceProtectionQuery {}
|
|
16
9
|
export interface SetInstanceProtectionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const SetInstanceProtectionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
SetInstanceProtectionCommandInput,
|
|
24
17
|
SetInstanceProtectionCommandOutput,
|
|
25
|
-
AutoScalingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: SetInstanceProtectionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
SetInstanceProtectionCommandInput,
|
|
33
26
|
SetInstanceProtectionCommandOutput,
|
|
34
|
-
AutoScalingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class SetInstanceProtectionCommand extends SetInstanceProtectionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AutoScalingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AutoScalingClient";
|
|
8
2
|
import {
|
|
9
3
|
StartInstanceRefreshAnswer,
|
|
10
4
|
StartInstanceRefreshType,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StartInstanceRefreshCommandInput
|
|
15
8
|
extends StartInstanceRefreshType {}
|
|
16
9
|
export interface StartInstanceRefreshCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StartInstanceRefreshCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StartInstanceRefreshCommandInput,
|
|
24
17
|
StartInstanceRefreshCommandOutput,
|
|
25
|
-
AutoScalingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StartInstanceRefreshCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StartInstanceRefreshCommandInput,
|
|
33
26
|
StartInstanceRefreshCommandOutput,
|
|
34
|
-
AutoScalingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class StartInstanceRefreshCommand extends StartInstanceRefreshCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AutoScalingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AutoScalingClient";
|
|
8
2
|
import { ScalingProcessQuery } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface SuspendProcessesCommandInput extends ScalingProcessQuery {}
|
|
12
5
|
export interface SuspendProcessesCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const SuspendProcessesCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const SuspendProcessesCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
SuspendProcessesCommandInput,
|
|
18
11
|
SuspendProcessesCommandOutput,
|
|
19
|
-
AutoScalingClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: SuspendProcessesCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
SuspendProcessesCommandInput,
|
|
27
20
|
SuspendProcessesCommandOutput,
|
|
28
|
-
AutoScalingClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").AutoScalingClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class SuspendProcessesCommand extends SuspendProcessesCommand_base {
|
|
37
28
|
protected static __types: {
|