@aws-sdk/client-auto-scaling 3.224.0 → 3.227.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/AutoScaling.js +45 -0
- package/dist-cjs/commands/AttachTrafficSourcesCommand.js +46 -0
- package/dist-cjs/commands/DescribeTrafficSourcesCommand.js +46 -0
- package/dist-cjs/commands/DetachTrafficSourcesCommand.js +46 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/endpoint/ruleset.js +1 -10
- package/dist-cjs/models/models_0.js +45 -4
- package/dist-cjs/protocols/Aws_query.js +420 -3
- package/dist-es/AutoScaling.js +45 -0
- package/dist-es/commands/AttachTrafficSourcesCommand.js +42 -0
- package/dist-es/commands/DescribeTrafficSourcesCommand.js +42 -0
- package/dist-es/commands/DetachTrafficSourcesCommand.js +42 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoint/ruleset.js +1 -10
- package/dist-es/models/models_0.js +30 -0
- package/dist-es/protocols/Aws_query.js +411 -0
- package/dist-types/AutoScaling.d.ts +217 -183
- package/dist-types/AutoScalingClient.d.ts +7 -17
- package/dist-types/commands/AttachInstancesCommand.d.ts +3 -3
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +8 -8
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +5 -5
- package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +45 -0
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +1 -1
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +11 -11
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +4 -4
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +5 -5
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +11 -11
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +10 -10
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +8 -8
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +8 -3
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +4 -4
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +41 -0
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/DetachInstancesCommand.d.ts +4 -4
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +6 -1
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +2 -2
- package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +41 -0
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +1 -1
- package/dist-types/commands/EnterStandbyCommand.d.ts +3 -3
- package/dist-types/commands/ExitStandbyCommand.d.ts +2 -2
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +3 -3
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +14 -14
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +3 -3
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +3 -3
- package/dist-types/commands/PutWarmPoolCommand.d.ts +2 -2
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +11 -11
- package/dist-types/commands/ResumeProcessesCommand.d.ts +1 -1
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +2 -2
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +1 -1
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +2 -2
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +2 -2
- package/dist-types/commands/SuspendProcessesCommand.d.ts +2 -2
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +9 -9
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1040 -790
- package/dist-types/protocols/Aws_query.d.ts +9 -0
- package/dist-types/ts3.4/AutoScaling.d.ts +51 -0
- package/dist-types/ts3.4/AutoScalingClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/AttachTrafficSourcesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTrafficSourcesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DetachTrafficSourcesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +75 -3
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +36 -0
- package/package.json +29 -29
|
@@ -3,6 +3,7 @@ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
|
3
3
|
import { AttachInstancesCommandInput, AttachInstancesCommandOutput } from "../commands/AttachInstancesCommand";
|
|
4
4
|
import { AttachLoadBalancersCommandInput, AttachLoadBalancersCommandOutput } from "../commands/AttachLoadBalancersCommand";
|
|
5
5
|
import { AttachLoadBalancerTargetGroupsCommandInput, AttachLoadBalancerTargetGroupsCommandOutput } from "../commands/AttachLoadBalancerTargetGroupsCommand";
|
|
6
|
+
import { AttachTrafficSourcesCommandInput, AttachTrafficSourcesCommandOutput } from "../commands/AttachTrafficSourcesCommand";
|
|
6
7
|
import { BatchDeleteScheduledActionCommandInput, BatchDeleteScheduledActionCommandOutput } from "../commands/BatchDeleteScheduledActionCommand";
|
|
7
8
|
import { BatchPutScheduledUpdateGroupActionCommandInput, BatchPutScheduledUpdateGroupActionCommandOutput } from "../commands/BatchPutScheduledUpdateGroupActionCommand";
|
|
8
9
|
import { CancelInstanceRefreshCommandInput, CancelInstanceRefreshCommandOutput } from "../commands/CancelInstanceRefreshCommand";
|
|
@@ -37,10 +38,12 @@ import { DescribeScalingProcessTypesCommandInput, DescribeScalingProcessTypesCom
|
|
|
37
38
|
import { DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput } from "../commands/DescribeScheduledActionsCommand";
|
|
38
39
|
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "../commands/DescribeTagsCommand";
|
|
39
40
|
import { DescribeTerminationPolicyTypesCommandInput, DescribeTerminationPolicyTypesCommandOutput } from "../commands/DescribeTerminationPolicyTypesCommand";
|
|
41
|
+
import { DescribeTrafficSourcesCommandInput, DescribeTrafficSourcesCommandOutput } from "../commands/DescribeTrafficSourcesCommand";
|
|
40
42
|
import { DescribeWarmPoolCommandInput, DescribeWarmPoolCommandOutput } from "../commands/DescribeWarmPoolCommand";
|
|
41
43
|
import { DetachInstancesCommandInput, DetachInstancesCommandOutput } from "../commands/DetachInstancesCommand";
|
|
42
44
|
import { DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput } from "../commands/DetachLoadBalancersCommand";
|
|
43
45
|
import { DetachLoadBalancerTargetGroupsCommandInput, DetachLoadBalancerTargetGroupsCommandOutput } from "../commands/DetachLoadBalancerTargetGroupsCommand";
|
|
46
|
+
import { DetachTrafficSourcesCommandInput, DetachTrafficSourcesCommandOutput } from "../commands/DetachTrafficSourcesCommand";
|
|
44
47
|
import { DisableMetricsCollectionCommandInput, DisableMetricsCollectionCommandOutput } from "../commands/DisableMetricsCollectionCommand";
|
|
45
48
|
import { EnableMetricsCollectionCommandInput, EnableMetricsCollectionCommandOutput } from "../commands/EnableMetricsCollectionCommand";
|
|
46
49
|
import { EnterStandbyCommandInput, EnterStandbyCommandOutput } from "../commands/EnterStandbyCommand";
|
|
@@ -64,6 +67,7 @@ import { UpdateAutoScalingGroupCommandInput, UpdateAutoScalingGroupCommandOutput
|
|
|
64
67
|
export declare const serializeAws_queryAttachInstancesCommand: (input: AttachInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
68
|
export declare const serializeAws_queryAttachLoadBalancersCommand: (input: AttachLoadBalancersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
69
|
export declare const serializeAws_queryAttachLoadBalancerTargetGroupsCommand: (input: AttachLoadBalancerTargetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
export declare const serializeAws_queryAttachTrafficSourcesCommand: (input: AttachTrafficSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
71
|
export declare const serializeAws_queryBatchDeleteScheduledActionCommand: (input: BatchDeleteScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
72
|
export declare const serializeAws_queryBatchPutScheduledUpdateGroupActionCommand: (input: BatchPutScheduledUpdateGroupActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
73
|
export declare const serializeAws_queryCancelInstanceRefreshCommand: (input: CancelInstanceRefreshCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -98,10 +102,12 @@ export declare const serializeAws_queryDescribeScalingProcessTypesCommand: (inpu
|
|
|
98
102
|
export declare const serializeAws_queryDescribeScheduledActionsCommand: (input: DescribeScheduledActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
103
|
export declare const serializeAws_queryDescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
104
|
export declare const serializeAws_queryDescribeTerminationPolicyTypesCommand: (input: DescribeTerminationPolicyTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
export declare const serializeAws_queryDescribeTrafficSourcesCommand: (input: DescribeTrafficSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
106
|
export declare const serializeAws_queryDescribeWarmPoolCommand: (input: DescribeWarmPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
107
|
export declare const serializeAws_queryDetachInstancesCommand: (input: DetachInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
108
|
export declare const serializeAws_queryDetachLoadBalancersCommand: (input: DetachLoadBalancersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
109
|
export declare const serializeAws_queryDetachLoadBalancerTargetGroupsCommand: (input: DetachLoadBalancerTargetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
export declare const serializeAws_queryDetachTrafficSourcesCommand: (input: DetachTrafficSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
111
|
export declare const serializeAws_queryDisableMetricsCollectionCommand: (input: DisableMetricsCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
112
|
export declare const serializeAws_queryEnableMetricsCollectionCommand: (input: EnableMetricsCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
113
|
export declare const serializeAws_queryEnterStandbyCommand: (input: EnterStandbyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -125,6 +131,7 @@ export declare const serializeAws_queryUpdateAutoScalingGroupCommand: (input: Up
|
|
|
125
131
|
export declare const deserializeAws_queryAttachInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachInstancesCommandOutput>;
|
|
126
132
|
export declare const deserializeAws_queryAttachLoadBalancersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachLoadBalancersCommandOutput>;
|
|
127
133
|
export declare const deserializeAws_queryAttachLoadBalancerTargetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachLoadBalancerTargetGroupsCommandOutput>;
|
|
134
|
+
export declare const deserializeAws_queryAttachTrafficSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachTrafficSourcesCommandOutput>;
|
|
128
135
|
export declare const deserializeAws_queryBatchDeleteScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteScheduledActionCommandOutput>;
|
|
129
136
|
export declare const deserializeAws_queryBatchPutScheduledUpdateGroupActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutScheduledUpdateGroupActionCommandOutput>;
|
|
130
137
|
export declare const deserializeAws_queryCancelInstanceRefreshCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelInstanceRefreshCommandOutput>;
|
|
@@ -159,10 +166,12 @@ export declare const deserializeAws_queryDescribeScalingProcessTypesCommand: (ou
|
|
|
159
166
|
export declare const deserializeAws_queryDescribeScheduledActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScheduledActionsCommandOutput>;
|
|
160
167
|
export declare const deserializeAws_queryDescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
|
|
161
168
|
export declare const deserializeAws_queryDescribeTerminationPolicyTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTerminationPolicyTypesCommandOutput>;
|
|
169
|
+
export declare const deserializeAws_queryDescribeTrafficSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrafficSourcesCommandOutput>;
|
|
162
170
|
export declare const deserializeAws_queryDescribeWarmPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWarmPoolCommandOutput>;
|
|
163
171
|
export declare const deserializeAws_queryDetachInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachInstancesCommandOutput>;
|
|
164
172
|
export declare const deserializeAws_queryDetachLoadBalancersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachLoadBalancersCommandOutput>;
|
|
165
173
|
export declare const deserializeAws_queryDetachLoadBalancerTargetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachLoadBalancerTargetGroupsCommandOutput>;
|
|
174
|
+
export declare const deserializeAws_queryDetachTrafficSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachTrafficSourcesCommandOutput>;
|
|
166
175
|
export declare const deserializeAws_queryDisableMetricsCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableMetricsCollectionCommandOutput>;
|
|
167
176
|
export declare const deserializeAws_queryEnableMetricsCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableMetricsCollectionCommandOutput>;
|
|
168
177
|
export declare const deserializeAws_queryEnterStandbyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnterStandbyCommandOutput>;
|
|
@@ -12,6 +12,10 @@ import {
|
|
|
12
12
|
AttachLoadBalancerTargetGroupsCommandInput,
|
|
13
13
|
AttachLoadBalancerTargetGroupsCommandOutput,
|
|
14
14
|
} from "./commands/AttachLoadBalancerTargetGroupsCommand";
|
|
15
|
+
import {
|
|
16
|
+
AttachTrafficSourcesCommandInput,
|
|
17
|
+
AttachTrafficSourcesCommandOutput,
|
|
18
|
+
} from "./commands/AttachTrafficSourcesCommand";
|
|
15
19
|
import {
|
|
16
20
|
BatchDeleteScheduledActionCommandInput,
|
|
17
21
|
BatchDeleteScheduledActionCommandOutput,
|
|
@@ -148,6 +152,10 @@ import {
|
|
|
148
152
|
DescribeTerminationPolicyTypesCommandInput,
|
|
149
153
|
DescribeTerminationPolicyTypesCommandOutput,
|
|
150
154
|
} from "./commands/DescribeTerminationPolicyTypesCommand";
|
|
155
|
+
import {
|
|
156
|
+
DescribeTrafficSourcesCommandInput,
|
|
157
|
+
DescribeTrafficSourcesCommandOutput,
|
|
158
|
+
} from "./commands/DescribeTrafficSourcesCommand";
|
|
151
159
|
import {
|
|
152
160
|
DescribeWarmPoolCommandInput,
|
|
153
161
|
DescribeWarmPoolCommandOutput,
|
|
@@ -164,6 +172,10 @@ import {
|
|
|
164
172
|
DetachLoadBalancerTargetGroupsCommandInput,
|
|
165
173
|
DetachLoadBalancerTargetGroupsCommandOutput,
|
|
166
174
|
} from "./commands/DetachLoadBalancerTargetGroupsCommand";
|
|
175
|
+
import {
|
|
176
|
+
DetachTrafficSourcesCommandInput,
|
|
177
|
+
DetachTrafficSourcesCommandOutput,
|
|
178
|
+
} from "./commands/DetachTrafficSourcesCommand";
|
|
167
179
|
import {
|
|
168
180
|
DisableMetricsCollectionCommandInput,
|
|
169
181
|
DisableMetricsCollectionCommandOutput,
|
|
@@ -284,6 +296,19 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
284
296
|
options: __HttpHandlerOptions,
|
|
285
297
|
cb: (err: any, data?: AttachLoadBalancerTargetGroupsCommandOutput) => void
|
|
286
298
|
): void;
|
|
299
|
+
attachTrafficSources(
|
|
300
|
+
args: AttachTrafficSourcesCommandInput,
|
|
301
|
+
options?: __HttpHandlerOptions
|
|
302
|
+
): Promise<AttachTrafficSourcesCommandOutput>;
|
|
303
|
+
attachTrafficSources(
|
|
304
|
+
args: AttachTrafficSourcesCommandInput,
|
|
305
|
+
cb: (err: any, data?: AttachTrafficSourcesCommandOutput) => void
|
|
306
|
+
): void;
|
|
307
|
+
attachTrafficSources(
|
|
308
|
+
args: AttachTrafficSourcesCommandInput,
|
|
309
|
+
options: __HttpHandlerOptions,
|
|
310
|
+
cb: (err: any, data?: AttachTrafficSourcesCommandOutput) => void
|
|
311
|
+
): void;
|
|
287
312
|
batchDeleteScheduledAction(
|
|
288
313
|
args: BatchDeleteScheduledActionCommandInput,
|
|
289
314
|
options?: __HttpHandlerOptions
|
|
@@ -744,6 +769,19 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
744
769
|
options: __HttpHandlerOptions,
|
|
745
770
|
cb: (err: any, data?: DescribeTerminationPolicyTypesCommandOutput) => void
|
|
746
771
|
): void;
|
|
772
|
+
describeTrafficSources(
|
|
773
|
+
args: DescribeTrafficSourcesCommandInput,
|
|
774
|
+
options?: __HttpHandlerOptions
|
|
775
|
+
): Promise<DescribeTrafficSourcesCommandOutput>;
|
|
776
|
+
describeTrafficSources(
|
|
777
|
+
args: DescribeTrafficSourcesCommandInput,
|
|
778
|
+
cb: (err: any, data?: DescribeTrafficSourcesCommandOutput) => void
|
|
779
|
+
): void;
|
|
780
|
+
describeTrafficSources(
|
|
781
|
+
args: DescribeTrafficSourcesCommandInput,
|
|
782
|
+
options: __HttpHandlerOptions,
|
|
783
|
+
cb: (err: any, data?: DescribeTrafficSourcesCommandOutput) => void
|
|
784
|
+
): void;
|
|
747
785
|
describeWarmPool(
|
|
748
786
|
args: DescribeWarmPoolCommandInput,
|
|
749
787
|
options?: __HttpHandlerOptions
|
|
@@ -796,6 +834,19 @@ export declare class AutoScaling extends AutoScalingClient {
|
|
|
796
834
|
options: __HttpHandlerOptions,
|
|
797
835
|
cb: (err: any, data?: DetachLoadBalancerTargetGroupsCommandOutput) => void
|
|
798
836
|
): void;
|
|
837
|
+
detachTrafficSources(
|
|
838
|
+
args: DetachTrafficSourcesCommandInput,
|
|
839
|
+
options?: __HttpHandlerOptions
|
|
840
|
+
): Promise<DetachTrafficSourcesCommandOutput>;
|
|
841
|
+
detachTrafficSources(
|
|
842
|
+
args: DetachTrafficSourcesCommandInput,
|
|
843
|
+
cb: (err: any, data?: DetachTrafficSourcesCommandOutput) => void
|
|
844
|
+
): void;
|
|
845
|
+
detachTrafficSources(
|
|
846
|
+
args: DetachTrafficSourcesCommandInput,
|
|
847
|
+
options: __HttpHandlerOptions,
|
|
848
|
+
cb: (err: any, data?: DetachTrafficSourcesCommandOutput) => void
|
|
849
|
+
): void;
|
|
799
850
|
disableMetricsCollection(
|
|
800
851
|
args: DisableMetricsCollectionCommandInput,
|
|
801
852
|
options?: __HttpHandlerOptions
|
|
@@ -55,6 +55,10 @@ import {
|
|
|
55
55
|
AttachLoadBalancerTargetGroupsCommandInput,
|
|
56
56
|
AttachLoadBalancerTargetGroupsCommandOutput,
|
|
57
57
|
} from "./commands/AttachLoadBalancerTargetGroupsCommand";
|
|
58
|
+
import {
|
|
59
|
+
AttachTrafficSourcesCommandInput,
|
|
60
|
+
AttachTrafficSourcesCommandOutput,
|
|
61
|
+
} from "./commands/AttachTrafficSourcesCommand";
|
|
58
62
|
import {
|
|
59
63
|
BatchDeleteScheduledActionCommandInput,
|
|
60
64
|
BatchDeleteScheduledActionCommandOutput,
|
|
@@ -191,6 +195,10 @@ import {
|
|
|
191
195
|
DescribeTerminationPolicyTypesCommandInput,
|
|
192
196
|
DescribeTerminationPolicyTypesCommandOutput,
|
|
193
197
|
} from "./commands/DescribeTerminationPolicyTypesCommand";
|
|
198
|
+
import {
|
|
199
|
+
DescribeTrafficSourcesCommandInput,
|
|
200
|
+
DescribeTrafficSourcesCommandOutput,
|
|
201
|
+
} from "./commands/DescribeTrafficSourcesCommand";
|
|
194
202
|
import {
|
|
195
203
|
DescribeWarmPoolCommandInput,
|
|
196
204
|
DescribeWarmPoolCommandOutput,
|
|
@@ -207,6 +215,10 @@ import {
|
|
|
207
215
|
DetachLoadBalancerTargetGroupsCommandInput,
|
|
208
216
|
DetachLoadBalancerTargetGroupsCommandOutput,
|
|
209
217
|
} from "./commands/DetachLoadBalancerTargetGroupsCommand";
|
|
218
|
+
import {
|
|
219
|
+
DetachTrafficSourcesCommandInput,
|
|
220
|
+
DetachTrafficSourcesCommandOutput,
|
|
221
|
+
} from "./commands/DetachTrafficSourcesCommand";
|
|
210
222
|
import {
|
|
211
223
|
DisableMetricsCollectionCommandInput,
|
|
212
224
|
DisableMetricsCollectionCommandOutput,
|
|
@@ -296,6 +308,7 @@ export declare type ServiceInputTypes =
|
|
|
296
308
|
| AttachInstancesCommandInput
|
|
297
309
|
| AttachLoadBalancerTargetGroupsCommandInput
|
|
298
310
|
| AttachLoadBalancersCommandInput
|
|
311
|
+
| AttachTrafficSourcesCommandInput
|
|
299
312
|
| BatchDeleteScheduledActionCommandInput
|
|
300
313
|
| BatchPutScheduledUpdateGroupActionCommandInput
|
|
301
314
|
| CancelInstanceRefreshCommandInput
|
|
@@ -330,10 +343,12 @@ export declare type ServiceInputTypes =
|
|
|
330
343
|
| DescribeScheduledActionsCommandInput
|
|
331
344
|
| DescribeTagsCommandInput
|
|
332
345
|
| DescribeTerminationPolicyTypesCommandInput
|
|
346
|
+
| DescribeTrafficSourcesCommandInput
|
|
333
347
|
| DescribeWarmPoolCommandInput
|
|
334
348
|
| DetachInstancesCommandInput
|
|
335
349
|
| DetachLoadBalancerTargetGroupsCommandInput
|
|
336
350
|
| DetachLoadBalancersCommandInput
|
|
351
|
+
| DetachTrafficSourcesCommandInput
|
|
337
352
|
| DisableMetricsCollectionCommandInput
|
|
338
353
|
| EnableMetricsCollectionCommandInput
|
|
339
354
|
| EnterStandbyCommandInput
|
|
@@ -358,6 +373,7 @@ export declare type ServiceOutputTypes =
|
|
|
358
373
|
| AttachInstancesCommandOutput
|
|
359
374
|
| AttachLoadBalancerTargetGroupsCommandOutput
|
|
360
375
|
| AttachLoadBalancersCommandOutput
|
|
376
|
+
| AttachTrafficSourcesCommandOutput
|
|
361
377
|
| BatchDeleteScheduledActionCommandOutput
|
|
362
378
|
| BatchPutScheduledUpdateGroupActionCommandOutput
|
|
363
379
|
| CancelInstanceRefreshCommandOutput
|
|
@@ -392,10 +408,12 @@ export declare type ServiceOutputTypes =
|
|
|
392
408
|
| DescribeScheduledActionsCommandOutput
|
|
393
409
|
| DescribeTagsCommandOutput
|
|
394
410
|
| DescribeTerminationPolicyTypesCommandOutput
|
|
411
|
+
| DescribeTrafficSourcesCommandOutput
|
|
395
412
|
| DescribeWarmPoolCommandOutput
|
|
396
413
|
| DetachInstancesCommandOutput
|
|
397
414
|
| DetachLoadBalancerTargetGroupsCommandOutput
|
|
398
415
|
| DetachLoadBalancersCommandOutput
|
|
416
|
+
| DetachTrafficSourcesCommandOutput
|
|
399
417
|
| DisableMetricsCollectionCommandOutput
|
|
400
418
|
| EnableMetricsCollectionCommandOutput
|
|
401
419
|
| EnterStandbyCommandOutput
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AutoScalingClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AutoScalingClient";
|
|
14
|
+
import {
|
|
15
|
+
AttachTrafficSourcesResultType,
|
|
16
|
+
AttachTrafficSourcesType,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface AttachTrafficSourcesCommandInput
|
|
19
|
+
extends AttachTrafficSourcesType {}
|
|
20
|
+
export interface AttachTrafficSourcesCommandOutput
|
|
21
|
+
extends AttachTrafficSourcesResultType,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class AttachTrafficSourcesCommand extends $Command<
|
|
24
|
+
AttachTrafficSourcesCommandInput,
|
|
25
|
+
AttachTrafficSourcesCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AttachTrafficSourcesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: AttachTrafficSourcesCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AttachTrafficSourcesCommandInput,
|
|
37
|
+
AttachTrafficSourcesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AutoScalingClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AutoScalingClient";
|
|
14
|
+
import {
|
|
15
|
+
DescribeTrafficSourcesRequest,
|
|
16
|
+
DescribeTrafficSourcesResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface DescribeTrafficSourcesCommandInput
|
|
19
|
+
extends DescribeTrafficSourcesRequest {}
|
|
20
|
+
export interface DescribeTrafficSourcesCommandOutput
|
|
21
|
+
extends DescribeTrafficSourcesResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DescribeTrafficSourcesCommand extends $Command<
|
|
24
|
+
DescribeTrafficSourcesCommandInput,
|
|
25
|
+
DescribeTrafficSourcesCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeTrafficSourcesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DescribeTrafficSourcesCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeTrafficSourcesCommandInput,
|
|
37
|
+
DescribeTrafficSourcesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
AutoScalingClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../AutoScalingClient";
|
|
14
|
+
import {
|
|
15
|
+
DetachTrafficSourcesResultType,
|
|
16
|
+
DetachTrafficSourcesType,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface DetachTrafficSourcesCommandInput
|
|
19
|
+
extends DetachTrafficSourcesType {}
|
|
20
|
+
export interface DetachTrafficSourcesCommandOutput
|
|
21
|
+
extends DetachTrafficSourcesResultType,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DetachTrafficSourcesCommand extends $Command<
|
|
24
|
+
DetachTrafficSourcesCommandInput,
|
|
25
|
+
DetachTrafficSourcesCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DetachTrafficSourcesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DetachTrafficSourcesCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DetachTrafficSourcesCommandInput,
|
|
37
|
+
DetachTrafficSourcesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./AttachInstancesCommand";
|
|
2
2
|
export * from "./AttachLoadBalancerTargetGroupsCommand";
|
|
3
3
|
export * from "./AttachLoadBalancersCommand";
|
|
4
|
+
export * from "./AttachTrafficSourcesCommand";
|
|
4
5
|
export * from "./BatchDeleteScheduledActionCommand";
|
|
5
6
|
export * from "./BatchPutScheduledUpdateGroupActionCommand";
|
|
6
7
|
export * from "./CancelInstanceRefreshCommand";
|
|
@@ -35,10 +36,12 @@ export * from "./DescribeScalingProcessTypesCommand";
|
|
|
35
36
|
export * from "./DescribeScheduledActionsCommand";
|
|
36
37
|
export * from "./DescribeTagsCommand";
|
|
37
38
|
export * from "./DescribeTerminationPolicyTypesCommand";
|
|
39
|
+
export * from "./DescribeTrafficSourcesCommand";
|
|
38
40
|
export * from "./DescribeWarmPoolCommand";
|
|
39
41
|
export * from "./DetachInstancesCommand";
|
|
40
42
|
export * from "./DetachLoadBalancerTargetGroupsCommand";
|
|
41
43
|
export * from "./DetachLoadBalancersCommand";
|
|
44
|
+
export * from "./DetachTrafficSourcesCommand";
|
|
42
45
|
export * from "./DisableMetricsCollectionCommand";
|
|
43
46
|
export * from "./EnableMetricsCollectionCommand";
|
|
44
47
|
export * from "./EnterStandbyCommand";
|
|
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
27
27
|
defaultSigningName: string;
|
|
28
28
|
};
|
|
29
29
|
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
-
Region
|
|
30
|
+
Region: string;
|
|
31
31
|
UseDualStack?: boolean;
|
|
32
32
|
UseFIPS?: boolean;
|
|
33
33
|
Endpoint?: string;
|
|
@@ -113,6 +113,14 @@ export interface AttachLoadBalancerTargetGroupsType {
|
|
|
113
113
|
AutoScalingGroupName: string | undefined;
|
|
114
114
|
TargetGroupARNs: string[] | undefined;
|
|
115
115
|
}
|
|
116
|
+
export interface AttachTrafficSourcesResultType {}
|
|
117
|
+
export interface TrafficSourceIdentifier {
|
|
118
|
+
Identifier?: string;
|
|
119
|
+
}
|
|
120
|
+
export interface AttachTrafficSourcesType {
|
|
121
|
+
AutoScalingGroupName: string | undefined;
|
|
122
|
+
TrafficSources: TrafficSourceIdentifier[] | undefined;
|
|
123
|
+
}
|
|
116
124
|
export interface FailedScheduledUpdateGroupActionRequest {
|
|
117
125
|
ScheduledActionName: string | undefined;
|
|
118
126
|
ErrorCode?: string;
|
|
@@ -312,6 +320,7 @@ export interface CreateAutoScalingGroupType {
|
|
|
312
320
|
Context?: string;
|
|
313
321
|
DesiredCapacityType?: string;
|
|
314
322
|
DefaultInstanceWarmup?: number;
|
|
323
|
+
TrafficSources?: TrafficSourceIdentifier[];
|
|
315
324
|
}
|
|
316
325
|
export interface Ebs {
|
|
317
326
|
SnapshotId?: string;
|
|
@@ -534,6 +543,7 @@ export interface AutoScalingGroup {
|
|
|
534
543
|
Context?: string;
|
|
535
544
|
DesiredCapacityType?: string;
|
|
536
545
|
DefaultInstanceWarmup?: number;
|
|
546
|
+
TrafficSources?: TrafficSourceIdentifier[];
|
|
537
547
|
}
|
|
538
548
|
export interface AutoScalingGroupsType {
|
|
539
549
|
AutoScalingGroups: AutoScalingGroup[] | undefined;
|
|
@@ -822,6 +832,18 @@ export interface StepAdjustment {
|
|
|
822
832
|
MetricIntervalUpperBound?: number;
|
|
823
833
|
ScalingAdjustment: number | undefined;
|
|
824
834
|
}
|
|
835
|
+
export interface TargetTrackingMetricStat {
|
|
836
|
+
Metric: Metric | undefined;
|
|
837
|
+
Stat: string | undefined;
|
|
838
|
+
Unit?: string;
|
|
839
|
+
}
|
|
840
|
+
export interface TargetTrackingMetricDataQuery {
|
|
841
|
+
Id: string | undefined;
|
|
842
|
+
Expression?: string;
|
|
843
|
+
MetricStat?: TargetTrackingMetricStat;
|
|
844
|
+
Label?: string;
|
|
845
|
+
ReturnData?: boolean;
|
|
846
|
+
}
|
|
825
847
|
export declare enum MetricStatistic {
|
|
826
848
|
Average = "Average",
|
|
827
849
|
Maximum = "Maximum",
|
|
@@ -830,11 +852,12 @@ export declare enum MetricStatistic {
|
|
|
830
852
|
Sum = "Sum",
|
|
831
853
|
}
|
|
832
854
|
export interface CustomizedMetricSpecification {
|
|
833
|
-
MetricName
|
|
834
|
-
Namespace
|
|
855
|
+
MetricName?: string;
|
|
856
|
+
Namespace?: string;
|
|
835
857
|
Dimensions?: MetricDimension[];
|
|
836
|
-
Statistic
|
|
858
|
+
Statistic?: MetricStatistic | string;
|
|
837
859
|
Unit?: string;
|
|
860
|
+
Metrics?: TargetTrackingMetricDataQuery[];
|
|
838
861
|
}
|
|
839
862
|
export declare enum MetricType {
|
|
840
863
|
ALBRequestCountPerTarget = "ALBRequestCountPerTarget",
|
|
@@ -924,6 +947,20 @@ export interface TagsType {
|
|
|
924
947
|
export interface DescribeTerminationPolicyTypesAnswer {
|
|
925
948
|
TerminationPolicyTypes?: string[];
|
|
926
949
|
}
|
|
950
|
+
export interface DescribeTrafficSourcesRequest {
|
|
951
|
+
AutoScalingGroupName: string | undefined;
|
|
952
|
+
TrafficSourceType: string | undefined;
|
|
953
|
+
NextToken?: string;
|
|
954
|
+
MaxRecords?: number;
|
|
955
|
+
}
|
|
956
|
+
export interface TrafficSourceState {
|
|
957
|
+
TrafficSource?: string;
|
|
958
|
+
State?: string;
|
|
959
|
+
}
|
|
960
|
+
export interface DescribeTrafficSourcesResponse {
|
|
961
|
+
TrafficSources?: TrafficSourceState[];
|
|
962
|
+
NextToken?: string;
|
|
963
|
+
}
|
|
927
964
|
export interface DescribeWarmPoolAnswer {
|
|
928
965
|
WarmPoolConfiguration?: WarmPoolConfiguration;
|
|
929
966
|
Instances?: Instance[];
|
|
@@ -952,6 +989,11 @@ export interface DetachLoadBalancerTargetGroupsType {
|
|
|
952
989
|
AutoScalingGroupName: string | undefined;
|
|
953
990
|
TargetGroupARNs: string[] | undefined;
|
|
954
991
|
}
|
|
992
|
+
export interface DetachTrafficSourcesResultType {}
|
|
993
|
+
export interface DetachTrafficSourcesType {
|
|
994
|
+
AutoScalingGroupName: string | undefined;
|
|
995
|
+
TrafficSources: TrafficSourceIdentifier[] | undefined;
|
|
996
|
+
}
|
|
955
997
|
export interface DisableMetricsCollectionQuery {
|
|
956
998
|
AutoScalingGroupName: string | undefined;
|
|
957
999
|
Metrics?: string[];
|
|
@@ -1162,6 +1204,15 @@ export declare const AttachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog:
|
|
|
1162
1204
|
export declare const AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog: (
|
|
1163
1205
|
obj: AttachLoadBalancerTargetGroupsType
|
|
1164
1206
|
) => any;
|
|
1207
|
+
export declare const AttachTrafficSourcesResultTypeFilterSensitiveLog: (
|
|
1208
|
+
obj: AttachTrafficSourcesResultType
|
|
1209
|
+
) => any;
|
|
1210
|
+
export declare const TrafficSourceIdentifierFilterSensitiveLog: (
|
|
1211
|
+
obj: TrafficSourceIdentifier
|
|
1212
|
+
) => any;
|
|
1213
|
+
export declare const AttachTrafficSourcesTypeFilterSensitiveLog: (
|
|
1214
|
+
obj: AttachTrafficSourcesType
|
|
1215
|
+
) => any;
|
|
1165
1216
|
export declare const FailedScheduledUpdateGroupActionRequestFilterSensitiveLog: (
|
|
1166
1217
|
obj: FailedScheduledUpdateGroupActionRequest
|
|
1167
1218
|
) => any;
|
|
@@ -1447,6 +1498,12 @@ export declare const PredictiveScalingConfigurationFilterSensitiveLog: (
|
|
|
1447
1498
|
export declare const StepAdjustmentFilterSensitiveLog: (
|
|
1448
1499
|
obj: StepAdjustment
|
|
1449
1500
|
) => any;
|
|
1501
|
+
export declare const TargetTrackingMetricStatFilterSensitiveLog: (
|
|
1502
|
+
obj: TargetTrackingMetricStat
|
|
1503
|
+
) => any;
|
|
1504
|
+
export declare const TargetTrackingMetricDataQueryFilterSensitiveLog: (
|
|
1505
|
+
obj: TargetTrackingMetricDataQuery
|
|
1506
|
+
) => any;
|
|
1450
1507
|
export declare const CustomizedMetricSpecificationFilterSensitiveLog: (
|
|
1451
1508
|
obj: CustomizedMetricSpecification
|
|
1452
1509
|
) => any;
|
|
@@ -1483,6 +1540,15 @@ export declare const TagsTypeFilterSensitiveLog: (obj: TagsType) => any;
|
|
|
1483
1540
|
export declare const DescribeTerminationPolicyTypesAnswerFilterSensitiveLog: (
|
|
1484
1541
|
obj: DescribeTerminationPolicyTypesAnswer
|
|
1485
1542
|
) => any;
|
|
1543
|
+
export declare const DescribeTrafficSourcesRequestFilterSensitiveLog: (
|
|
1544
|
+
obj: DescribeTrafficSourcesRequest
|
|
1545
|
+
) => any;
|
|
1546
|
+
export declare const TrafficSourceStateFilterSensitiveLog: (
|
|
1547
|
+
obj: TrafficSourceState
|
|
1548
|
+
) => any;
|
|
1549
|
+
export declare const DescribeTrafficSourcesResponseFilterSensitiveLog: (
|
|
1550
|
+
obj: DescribeTrafficSourcesResponse
|
|
1551
|
+
) => any;
|
|
1486
1552
|
export declare const DescribeWarmPoolAnswerFilterSensitiveLog: (
|
|
1487
1553
|
obj: DescribeWarmPoolAnswer
|
|
1488
1554
|
) => any;
|
|
@@ -1507,6 +1573,12 @@ export declare const DetachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog:
|
|
|
1507
1573
|
export declare const DetachLoadBalancerTargetGroupsTypeFilterSensitiveLog: (
|
|
1508
1574
|
obj: DetachLoadBalancerTargetGroupsType
|
|
1509
1575
|
) => any;
|
|
1576
|
+
export declare const DetachTrafficSourcesResultTypeFilterSensitiveLog: (
|
|
1577
|
+
obj: DetachTrafficSourcesResultType
|
|
1578
|
+
) => any;
|
|
1579
|
+
export declare const DetachTrafficSourcesTypeFilterSensitiveLog: (
|
|
1580
|
+
obj: DetachTrafficSourcesType
|
|
1581
|
+
) => any;
|
|
1510
1582
|
export declare const DisableMetricsCollectionQueryFilterSensitiveLog: (
|
|
1511
1583
|
obj: DisableMetricsCollectionQuery
|
|
1512
1584
|
) => any;
|
|
@@ -15,6 +15,10 @@ import {
|
|
|
15
15
|
AttachLoadBalancerTargetGroupsCommandInput,
|
|
16
16
|
AttachLoadBalancerTargetGroupsCommandOutput,
|
|
17
17
|
} from "../commands/AttachLoadBalancerTargetGroupsCommand";
|
|
18
|
+
import {
|
|
19
|
+
AttachTrafficSourcesCommandInput,
|
|
20
|
+
AttachTrafficSourcesCommandOutput,
|
|
21
|
+
} from "../commands/AttachTrafficSourcesCommand";
|
|
18
22
|
import {
|
|
19
23
|
BatchDeleteScheduledActionCommandInput,
|
|
20
24
|
BatchDeleteScheduledActionCommandOutput,
|
|
@@ -151,6 +155,10 @@ import {
|
|
|
151
155
|
DescribeTerminationPolicyTypesCommandInput,
|
|
152
156
|
DescribeTerminationPolicyTypesCommandOutput,
|
|
153
157
|
} from "../commands/DescribeTerminationPolicyTypesCommand";
|
|
158
|
+
import {
|
|
159
|
+
DescribeTrafficSourcesCommandInput,
|
|
160
|
+
DescribeTrafficSourcesCommandOutput,
|
|
161
|
+
} from "../commands/DescribeTrafficSourcesCommand";
|
|
154
162
|
import {
|
|
155
163
|
DescribeWarmPoolCommandInput,
|
|
156
164
|
DescribeWarmPoolCommandOutput,
|
|
@@ -167,6 +175,10 @@ import {
|
|
|
167
175
|
DetachLoadBalancerTargetGroupsCommandInput,
|
|
168
176
|
DetachLoadBalancerTargetGroupsCommandOutput,
|
|
169
177
|
} from "../commands/DetachLoadBalancerTargetGroupsCommand";
|
|
178
|
+
import {
|
|
179
|
+
DetachTrafficSourcesCommandInput,
|
|
180
|
+
DetachTrafficSourcesCommandOutput,
|
|
181
|
+
} from "../commands/DetachTrafficSourcesCommand";
|
|
170
182
|
import {
|
|
171
183
|
DisableMetricsCollectionCommandInput,
|
|
172
184
|
DisableMetricsCollectionCommandOutput,
|
|
@@ -259,6 +271,10 @@ export declare const serializeAws_queryAttachLoadBalancerTargetGroupsCommand: (
|
|
|
259
271
|
input: AttachLoadBalancerTargetGroupsCommandInput,
|
|
260
272
|
context: __SerdeContext
|
|
261
273
|
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_queryAttachTrafficSourcesCommand: (
|
|
275
|
+
input: AttachTrafficSourcesCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
262
278
|
export declare const serializeAws_queryBatchDeleteScheduledActionCommand: (
|
|
263
279
|
input: BatchDeleteScheduledActionCommandInput,
|
|
264
280
|
context: __SerdeContext
|
|
@@ -395,6 +411,10 @@ export declare const serializeAws_queryDescribeTerminationPolicyTypesCommand: (
|
|
|
395
411
|
input: DescribeTerminationPolicyTypesCommandInput,
|
|
396
412
|
context: __SerdeContext
|
|
397
413
|
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_queryDescribeTrafficSourcesCommand: (
|
|
415
|
+
input: DescribeTrafficSourcesCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
398
418
|
export declare const serializeAws_queryDescribeWarmPoolCommand: (
|
|
399
419
|
input: DescribeWarmPoolCommandInput,
|
|
400
420
|
context: __SerdeContext
|
|
@@ -411,6 +431,10 @@ export declare const serializeAws_queryDetachLoadBalancerTargetGroupsCommand: (
|
|
|
411
431
|
input: DetachLoadBalancerTargetGroupsCommandInput,
|
|
412
432
|
context: __SerdeContext
|
|
413
433
|
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const serializeAws_queryDetachTrafficSourcesCommand: (
|
|
435
|
+
input: DetachTrafficSourcesCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
414
438
|
export declare const serializeAws_queryDisableMetricsCollectionCommand: (
|
|
415
439
|
input: DisableMetricsCollectionCommandInput,
|
|
416
440
|
context: __SerdeContext
|
|
@@ -503,6 +527,10 @@ export declare const deserializeAws_queryAttachLoadBalancerTargetGroupsCommand:
|
|
|
503
527
|
output: __HttpResponse,
|
|
504
528
|
context: __SerdeContext
|
|
505
529
|
) => Promise<AttachLoadBalancerTargetGroupsCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_queryAttachTrafficSourcesCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<AttachTrafficSourcesCommandOutput>;
|
|
506
534
|
export declare const deserializeAws_queryBatchDeleteScheduledActionCommand: (
|
|
507
535
|
output: __HttpResponse,
|
|
508
536
|
context: __SerdeContext
|
|
@@ -639,6 +667,10 @@ export declare const deserializeAws_queryDescribeTerminationPolicyTypesCommand:
|
|
|
639
667
|
output: __HttpResponse,
|
|
640
668
|
context: __SerdeContext
|
|
641
669
|
) => Promise<DescribeTerminationPolicyTypesCommandOutput>;
|
|
670
|
+
export declare const deserializeAws_queryDescribeTrafficSourcesCommand: (
|
|
671
|
+
output: __HttpResponse,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<DescribeTrafficSourcesCommandOutput>;
|
|
642
674
|
export declare const deserializeAws_queryDescribeWarmPoolCommand: (
|
|
643
675
|
output: __HttpResponse,
|
|
644
676
|
context: __SerdeContext
|
|
@@ -655,6 +687,10 @@ export declare const deserializeAws_queryDetachLoadBalancerTargetGroupsCommand:
|
|
|
655
687
|
output: __HttpResponse,
|
|
656
688
|
context: __SerdeContext
|
|
657
689
|
) => Promise<DetachLoadBalancerTargetGroupsCommandOutput>;
|
|
690
|
+
export declare const deserializeAws_queryDetachTrafficSourcesCommand: (
|
|
691
|
+
output: __HttpResponse,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<DetachTrafficSourcesCommandOutput>;
|
|
658
694
|
export declare const deserializeAws_queryDisableMetricsCollectionCommand: (
|
|
659
695
|
output: __HttpResponse,
|
|
660
696
|
context: __SerdeContext
|