@aws-sdk/client-auto-scaling 3.1109.0 → 3.1111.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 CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1108.0";
72
+ var version = "3.1110.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -249,6 +249,20 @@ class InvalidNextToken extends AutoScalingServiceException {
249
249
  Object.setPrototypeOf(this, InvalidNextToken.prototype);
250
250
  }
251
251
  }
252
+ class IdempotentCallInProgressFault extends AutoScalingServiceException {
253
+ name = "IdempotentCallInProgressFault";
254
+ $fault = "server";
255
+ Message;
256
+ constructor(opts) {
257
+ super({
258
+ name: "IdempotentCallInProgressFault",
259
+ $fault: "server",
260
+ ...opts,
261
+ });
262
+ Object.setPrototypeOf(this, IdempotentCallInProgressFault.prototype);
263
+ this.Message = opts.Message;
264
+ }
265
+ }
252
266
  class IdempotentParameterMismatchError extends AutoScalingServiceException {
253
267
  name = "IdempotentParameterMismatchError";
254
268
  $fault = "client";
@@ -518,6 +532,7 @@ const _HT = "HttpTokens";
518
532
  const _HTe = "HeartbeatTimeout";
519
533
  const _I = "Instances";
520
534
  const _IC = "InstanceCollection";
535
+ const _ICIPF = "IdempotentCallInProgressFault";
521
536
  const _ICn = "InstanceCollections";
522
537
  const _ID = "InstancesDistribution";
523
538
  const _IDG = "IncludeDeletedGroups";
@@ -882,6 +897,12 @@ var AlreadyExistsFault$ = [-3, n0, _AEF,
882
897
  [0]
883
898
  ];
884
899
  n0_registry.registerError(AlreadyExistsFault$, AlreadyExistsFault);
900
+ var IdempotentCallInProgressFault$ = [-3, n0, _ICIPF,
901
+ { [_aQE]: [`IdempotentCallInProgress`, 500], [_e]: _se, [_hE]: 500 },
902
+ [_M],
903
+ [0]
904
+ ];
905
+ n0_registry.registerError(IdempotentCallInProgressFault$, IdempotentCallInProgressFault);
885
906
  var IdempotentParameterMismatchError$ = [-3, n0, _IPME,
886
907
  { [_aQE]: [`IdempotentParameterMismatch`, 400], [_e]: _c, [_hE]: 400 },
887
908
  [_M],
@@ -962,8 +983,8 @@ var Activity$ = [3, n0, _Ac,
962
983
  ];
963
984
  var ActivityType$ = [3, n0, _ATc,
964
985
  0,
965
- [_Ac],
966
- [() => Activity$]
986
+ [_Ac, _A],
987
+ [() => Activity$, () => Activities]
967
988
  ];
968
989
  var AdjustmentType$ = [3, n0, _ATd,
969
990
  0,
@@ -1867,8 +1888,8 @@ var TargetTrackingMetricStat$ = [3, n0, _TTMS,
1867
1888
  ];
1868
1889
  var TerminateInstanceInAutoScalingGroupType$ = [3, n0, _TIIASGT,
1869
1890
  0,
1870
- [_IIns, _SDDC],
1871
- [0, 2], 2
1891
+ [_SDDC, _IIns, _II, _ASGN],
1892
+ [2, 0, 64 | 0, 0], 1
1872
1893
  ];
1873
1894
  var TotalLocalStorageGBRequest$ = [3, n0, _TLSGBR,
1874
1895
  0,
@@ -3247,6 +3268,8 @@ exports.GetPredictiveScalingForecast$ = GetPredictiveScalingForecast$;
3247
3268
  exports.GetPredictiveScalingForecastAnswer$ = GetPredictiveScalingForecastAnswer$;
3248
3269
  exports.GetPredictiveScalingForecastCommand = GetPredictiveScalingForecastCommand;
3249
3270
  exports.GetPredictiveScalingForecastType$ = GetPredictiveScalingForecastType$;
3271
+ exports.IdempotentCallInProgressFault = IdempotentCallInProgressFault;
3272
+ exports.IdempotentCallInProgressFault$ = IdempotentCallInProgressFault$;
3250
3273
  exports.IdempotentParameterMismatchError = IdempotentParameterMismatchError;
3251
3274
  exports.IdempotentParameterMismatchError$ = IdempotentParameterMismatchError$;
3252
3275
  exports.ImpairedZoneHealthCheckBehavior = ImpairedZoneHealthCheckBehavior;
@@ -107,6 +107,20 @@ export class InvalidNextToken extends __BaseException {
107
107
  Object.setPrototypeOf(this, InvalidNextToken.prototype);
108
108
  }
109
109
  }
110
+ export class IdempotentCallInProgressFault extends __BaseException {
111
+ name = "IdempotentCallInProgressFault";
112
+ $fault = "server";
113
+ Message;
114
+ constructor(opts) {
115
+ super({
116
+ name: "IdempotentCallInProgressFault",
117
+ $fault: "server",
118
+ ...opts,
119
+ });
120
+ Object.setPrototypeOf(this, IdempotentCallInProgressFault.prototype);
121
+ this.Message = opts.Message;
122
+ }
123
+ }
110
124
  export class IdempotentParameterMismatchError extends __BaseException {
111
125
  name = "IdempotentParameterMismatchError";
112
126
  $fault = "client";
@@ -240,6 +240,7 @@ const _HT = "HttpTokens";
240
240
  const _HTe = "HeartbeatTimeout";
241
241
  const _I = "Instances";
242
242
  const _IC = "InstanceCollection";
243
+ const _ICIPF = "IdempotentCallInProgressFault";
243
244
  const _ICn = "InstanceCollections";
244
245
  const _ID = "InstancesDistribution";
245
246
  const _IDG = "IncludeDeletedGroups";
@@ -590,7 +591,7 @@ const _xN = "xmlName";
590
591
  const n0 = "com.amazonaws.autoscaling";
591
592
  import { TypeRegistry } from "@smithy/core/schema";
592
593
  import { AutoScalingServiceException } from "../models/AutoScalingServiceException";
593
- import { ActiveInstanceRefreshNotFoundFault, AlreadyExistsFault, IdempotentParameterMismatchError, InstanceRefreshInProgressFault, InvalidNextToken, IrreversibleInstanceRefreshFault, LimitExceededFault, ResourceContentionFault, ResourceInUseFault, ScalingActivityInProgressFault, ServiceLinkedRoleFailure, } from "../models/errors";
594
+ import { ActiveInstanceRefreshNotFoundFault, AlreadyExistsFault, IdempotentCallInProgressFault, IdempotentParameterMismatchError, InstanceRefreshInProgressFault, InvalidNextToken, IrreversibleInstanceRefreshFault, LimitExceededFault, ResourceContentionFault, ResourceInUseFault, ScalingActivityInProgressFault, ServiceLinkedRoleFailure, } from "../models/errors";
594
595
  const _s_registry = TypeRegistry.for(_s);
595
596
  export var AutoScalingServiceException$ = [-3, _s, "AutoScalingServiceException", 0, [], []];
596
597
  _s_registry.registerError(AutoScalingServiceException$, AutoScalingServiceException);
@@ -607,6 +608,12 @@ export var AlreadyExistsFault$ = [-3, n0, _AEF,
607
608
  [0]
608
609
  ];
609
610
  n0_registry.registerError(AlreadyExistsFault$, AlreadyExistsFault);
611
+ export var IdempotentCallInProgressFault$ = [-3, n0, _ICIPF,
612
+ { [_aQE]: [`IdempotentCallInProgress`, 500], [_e]: _se, [_hE]: 500 },
613
+ [_M],
614
+ [0]
615
+ ];
616
+ n0_registry.registerError(IdempotentCallInProgressFault$, IdempotentCallInProgressFault);
610
617
  export var IdempotentParameterMismatchError$ = [-3, n0, _IPME,
611
618
  { [_aQE]: [`IdempotentParameterMismatch`, 400], [_e]: _c, [_hE]: 400 },
612
619
  [_M],
@@ -687,8 +694,8 @@ export var Activity$ = [3, n0, _Ac,
687
694
  ];
688
695
  export var ActivityType$ = [3, n0, _ATc,
689
696
  0,
690
- [_Ac],
691
- [() => Activity$]
697
+ [_Ac, _A],
698
+ [() => Activity$, () => Activities]
692
699
  ];
693
700
  export var AdjustmentType$ = [3, n0, _ATd,
694
701
  0,
@@ -1592,8 +1599,8 @@ export var TargetTrackingMetricStat$ = [3, n0, _TTMS,
1592
1599
  ];
1593
1600
  export var TerminateInstanceInAutoScalingGroupType$ = [3, n0, _TIIASGT,
1594
1601
  0,
1595
- [_IIns, _SDDC],
1596
- [0, 2], 2
1602
+ [_SDDC, _IIns, _II, _ASGN],
1603
+ [2, 0, 64 | 0, 0], 1
1597
1604
  ];
1598
1605
  export var TotalLocalStorageGBRequest$ = [3, n0, _TLSGBR,
1599
1606
  0,
@@ -1773,6 +1780,7 @@ var TargetGroupARNs = 64 | 0;
1773
1780
  var TargetTrackingMetricDataQueries = [1, n0, _TTMDQa,
1774
1781
  0, () => TargetTrackingMetricDataQuery$
1775
1782
  ];
1783
+ var TerminationInstanceIds = 64 | 0;
1776
1784
  var TerminationPolicies = 64 | 0;
1777
1785
  var TrafficSources = [1, n0, _TS,
1778
1786
  0, () => TrafficSourceIdentifier$
@@ -87,6 +87,13 @@ declare const LaunchInstancesCommand_base: {
87
87
  * @see {@link LaunchInstancesCommandOutput} for command's `response` shape.
88
88
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
89
89
  *
90
+ * @throws {@link IdempotentCallInProgressFault} (server fault)
91
+ * <p>
92
+ * The service is currently processing another request with the same client token. Retry
93
+ * the request with the same client token—the in-flight operation will complete and return
94
+ * its result.
95
+ * </p>
96
+ *
90
97
  * @throws {@link IdempotentParameterMismatchError} (client fault)
91
98
  * <p>
92
99
  * Indicates that the parameters in the current request do not match the parameters from a previous request with the same client token within the idempotency window.
@@ -26,12 +26,16 @@ declare const TerminateInstanceInAutoScalingGroupCommand_base: {
26
26
  /**
27
27
  * <p>Terminates the specified instance and optionally adjusts the desired group size. This
28
28
  * operation cannot be called on instances in a warm pool.</p>
29
- * <p>This call simply makes a termination request. The instance is not terminated
29
+ * <p>This call simply makes a termination request. The instances are not terminated
30
30
  * immediately. When an instance is terminated, the instance status changes to
31
31
  * <code>terminated</code>. You can't connect to or start an instance after you've
32
32
  * terminated it.</p>
33
33
  * <p>If you do not specify the option to decrement the desired capacity, Amazon EC2 Auto Scaling launches
34
34
  * instances to replace the ones that are terminated. </p>
35
+ * <p>To terminate multiple instances in a single call, use the <code>InstanceIds</code>
36
+ * and <code>AutoScalingGroupName</code> parameters instead of <code>InstanceId</code>.
37
+ * When terminating multiple instances, the response populates
38
+ * <code>Activities</code> instead of <code>Activity</code>.</p>
35
39
  * <p>By default, Amazon EC2 Auto Scaling balances instances across all Availability Zones. If you
36
40
  * decrement the desired capacity, your Auto Scaling group can become unbalanced between
37
41
  * Availability Zones. Amazon EC2 Auto Scaling tries to rebalance the group, and rebalancing might
@@ -46,7 +50,11 @@ declare const TerminateInstanceInAutoScalingGroupCommand_base: {
46
50
  * const config = {}; // type is AutoScalingClientConfig
47
51
  * const client = new AutoScalingClient(config);
48
52
  * const input = { // TerminateInstanceInAutoScalingGroupType
49
- * InstanceId: "STRING_VALUE", // required
53
+ * InstanceId: "STRING_VALUE",
54
+ * InstanceIds: [ // TerminationInstanceIds
55
+ * "STRING_VALUE",
56
+ * ],
57
+ * AutoScalingGroupName: "STRING_VALUE",
50
58
  * ShouldDecrementDesiredCapacity: true || false, // required
51
59
  * };
52
60
  * const command = new TerminateInstanceInAutoScalingGroupCommand(input);
@@ -66,6 +74,22 @@ declare const TerminateInstanceInAutoScalingGroupCommand_base: {
66
74
  * // AutoScalingGroupState: "STRING_VALUE",
67
75
  * // AutoScalingGroupARN: "STRING_VALUE",
68
76
  * // },
77
+ * // Activities: [ // Activities
78
+ * // {
79
+ * // ActivityId: "STRING_VALUE", // required
80
+ * // AutoScalingGroupName: "STRING_VALUE", // required
81
+ * // Description: "STRING_VALUE",
82
+ * // Cause: "STRING_VALUE", // required
83
+ * // StartTime: new Date("TIMESTAMP"), // required
84
+ * // EndTime: new Date("TIMESTAMP"),
85
+ * // StatusCode: "PendingSpotBidPlacement" || "WaitingForSpotInstanceRequestId" || "WaitingForSpotInstanceId" || "WaitingForInstanceId" || "PreInService" || "InProgress" || "WaitingForELBConnectionDraining" || "MidLifecycleAction" || "WaitingForInstanceWarmup" || "Successful" || "Failed" || "Cancelled" || "WaitingForConnectionDraining" || "WaitingForInPlaceUpdateToStart" || "WaitingForInPlaceUpdateToFinalize" || "InPlaceUpdateInProgress", // required
86
+ * // StatusMessage: "STRING_VALUE",
87
+ * // Progress: Number("int"),
88
+ * // Details: "STRING_VALUE",
89
+ * // AutoScalingGroupState: "STRING_VALUE",
90
+ * // AutoScalingGroupARN: "STRING_VALUE",
91
+ * // },
92
+ * // ],
69
93
  * // };
70
94
  *
71
95
  * ```
@@ -102,6 +126,45 @@ declare const TerminateInstanceInAutoScalingGroupCommand_base: {
102
126
  * *\/
103
127
  * ```
104
128
  *
129
+ * @example To terminate multiple instances in an Auto Scaling group
130
+ * ```javascript
131
+ * // This example terminates multiple instances from the specified Auto Scaling group without updating the size of the group. Auto Scaling launches replacement instances after the specified instances terminate.
132
+ * const input = {
133
+ * AutoScalingGroupName: "my-asg",
134
+ * InstanceIds: [
135
+ * "i-93633f9b",
136
+ * "i-ab4d5e6f7"
137
+ * ],
138
+ * ShouldDecrementDesiredCapacity: false
139
+ * };
140
+ * const command = new TerminateInstanceInAutoScalingGroupCommand(input);
141
+ * const response = await client.send(command);
142
+ * /* response is
143
+ * {
144
+ * Activities: [
145
+ * {
146
+ * ActivityId: "12345678-1234-1234-1234-123456789012",
147
+ * AutoScalingGroupName: "my-asg",
148
+ * Cause: "At 2024-03-14T00:07:30Z instance i-93633f9b was taken out of service in response to a user request.",
149
+ * Description: "Terminating EC2 instance: i-93633f9b",
150
+ * Progress: 0,
151
+ * StartTime: "2024-03-14T00:07:30.280Z",
152
+ * StatusCode: "InProgress"
153
+ * },
154
+ * {
155
+ * ActivityId: "12345678-1234-1234-1234-123456789013",
156
+ * AutoScalingGroupName: "my-asg",
157
+ * Cause: "At 2024-03-14T00:07:30Z instance i-ab4d5e6f7 was taken out of service in response to a user request.",
158
+ * Description: "Terminating EC2 instance: i-ab4d5e6f7",
159
+ * Progress: 0,
160
+ * StartTime: "2024-03-14T00:07:30.280Z",
161
+ * StatusCode: "InProgress"
162
+ * }
163
+ * ]
164
+ * }
165
+ * *\/
166
+ * ```
167
+ *
105
168
  * @public
106
169
  */
107
170
  export declare class TerminateInstanceInAutoScalingGroupCommand extends TerminateInstanceInAutoScalingGroupCommand_base {
@@ -115,6 +115,23 @@ export declare class InvalidNextToken extends __BaseException {
115
115
  */
116
116
  constructor(opts: __ExceptionOptionType<InvalidNextToken, __BaseException>);
117
117
  }
118
+ /**
119
+ * <p>
120
+ * The service is currently processing another request with the same client token. Retry
121
+ * the request with the same client token—the in-flight operation will complete and return
122
+ * its result.
123
+ * </p>
124
+ * @public
125
+ */
126
+ export declare class IdempotentCallInProgressFault extends __BaseException {
127
+ readonly name: "IdempotentCallInProgressFault";
128
+ readonly $fault: "server";
129
+ Message?: string | undefined;
130
+ /**
131
+ * @internal
132
+ */
133
+ constructor(opts: __ExceptionOptionType<IdempotentCallInProgressFault, __BaseException>);
134
+ }
118
135
  /**
119
136
  * <p>
120
137
  * Indicates that the parameters in the current request do not match the parameters from a previous request with the same client token within the idempotency window.
@@ -129,6 +129,11 @@ export interface ActivityType {
129
129
  * @public
130
130
  */
131
131
  Activity?: Activity | undefined;
132
+ /**
133
+ * <p>The scaling activities related to terminating the instances from the Auto Scaling group.</p>
134
+ * @public
135
+ */
136
+ Activities?: Activity[] | undefined;
132
137
  }
133
138
  /**
134
139
  * <p>Describes a policy adjustment type.</p>
@@ -3707,6 +3712,17 @@ export interface RefreshPreferences {
3707
3712
  * same time.</p>
3708
3713
  * <p>If you do not specify this property, the default is 100 percent, or the percentage set
3709
3714
  * in the instance maintenance policy for the Auto Scaling group, if defined.</p>
3715
+ * <important>
3716
+ * <p>Explicitly setting <code>MaxHealthyPercentage</code> to 100 is not equivalent to
3717
+ * omitting it. When <code>MaxHealthyPercentage</code> is explicitly set and it is
3718
+ * mathematically impossible to replace instances while honoring both
3719
+ * <code>MinHealthyPercentage</code> and <code>MaxHealthyPercentage</code> bounds
3720
+ * simultaneously, Auto Scaling launches a new instance before terminating an old one
3721
+ * (temporarily exceeding the desired capacity). When <code>MaxHealthyPercentage</code>
3722
+ * is omitted, Auto Scaling terminates an instance and launches its replacement
3723
+ * simultaneously. This behavioral difference can affect workflows that depend on
3724
+ * instance replacement ordering.</p>
3725
+ * </important>
3710
3726
  * @public
3711
3727
  */
3712
3728
  MaxHealthyPercentage?: number | undefined;
@@ -7611,7 +7627,18 @@ export interface TerminateInstanceInAutoScalingGroupType {
7611
7627
  * <p>The ID of the instance.</p>
7612
7628
  * @public
7613
7629
  */
7614
- InstanceId: string | undefined;
7630
+ InstanceId?: string | undefined;
7631
+ /**
7632
+ * <p>The IDs of the instances. You can specify up to 100 instances.</p>
7633
+ * <p>This parameter requires that you also specify <code>AutoScalingGroupName</code>.</p>
7634
+ * @public
7635
+ */
7636
+ InstanceIds?: string[] | undefined;
7637
+ /**
7638
+ * <p>The name of the Auto Scaling group. Required when using <code>InstanceIds</code>.</p>
7639
+ * @public
7640
+ */
7641
+ AutoScalingGroupName?: string | undefined;
7615
7642
  /**
7616
7643
  * <p>Indicates whether terminating the instance also decrements the size of the Auto Scaling
7617
7644
  * group.</p>
@@ -4,49 +4,14 @@ import type { AutoScalingClientConfig } from "./AutoScalingClient";
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
7
- runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
- bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
- defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
- maxAttempts: number | import("@smithy/types").Provider<number>;
13
- region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
- retryMode: string | import("@smithy/types").Provider<string>;
16
- streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
17
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
18
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
- cacheMiddleware?: boolean | undefined;
20
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsQueryProtocol;
21
- protocolSettings: {
22
- defaultNamespace?: string;
23
- [setting: string]: unknown;
24
- };
25
- apiVersion: string;
26
- sha256: import("@smithy/types").HashConstructor;
27
- urlParser: import("@smithy/types").UrlParser;
28
- base64Decoder: import("@smithy/types").Decoder;
29
- base64Encoder: (_input: Uint8Array | string) => string;
30
- utf8Decoder: import("@smithy/types").Decoder;
31
- utf8Encoder: (input: Uint8Array | string) => string;
32
- disableHostPrefix: boolean;
33
- serviceId: string;
34
- profile?: string;
35
- logger: import("@smithy/types").Logger;
36
- extensions: import("./runtimeExtensions").RuntimeExtension[];
7
+ cacheMiddleware?: boolean;
37
8
  customUserAgent?: string | import("@smithy/types").UserAgent;
38
9
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
39
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
40
- endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
41
- endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
42
- logger?: import("@smithy/types").Logger;
43
- }) => import("@smithy/types").EndpointV2;
10
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<string> | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
44
11
  tls?: boolean;
45
12
  ignoreConfiguredEndpointUrls?: boolean;
46
13
  serviceConfiguredEndpoint?: never;
47
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
48
- httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
49
- httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AutoScalingHttpAuthSchemeProvider;
14
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
50
15
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
51
16
  signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
52
17
  signingEscapePath?: boolean;
@@ -54,4 +19,39 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
54
19
  signingRegion?: string;
55
20
  signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
56
21
  disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
22
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
23
+ apiVersion: string;
24
+ base64Decoder: import("@smithy/types").Decoder;
25
+ base64Encoder: (_input: Uint8Array | string) => string;
26
+ disableHostPrefix: boolean;
27
+ endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
28
+ logger?: import("@smithy/types").Logger;
29
+ }) => import("@smithy/types").EndpointV2;
30
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
31
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AutoScalingHttpAuthSchemeProvider;
32
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
33
+ logger: import("@smithy/types").Logger;
34
+ protocol: import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsQueryProtocol;
35
+ protocolSettings: {
36
+ [setting: string]: unknown;
37
+ defaultNamespace?: string;
38
+ };
39
+ serviceId: string;
40
+ sha256: import("@smithy/types").HashConstructor;
41
+ urlParser: import("@smithy/types").UrlParser;
42
+ utf8Decoder: import("@smithy/types").Decoder;
43
+ utf8Encoder: (input: Uint8Array | string) => string;
44
+ profile?: string;
45
+ runtime: string;
46
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
47
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
48
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
49
+ defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
50
+ maxAttempts: number | import("@smithy/types").Provider<number>;
51
+ region: string | import("@smithy/types").Provider<any>;
52
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
53
+ retryMode: string | import("@smithy/types").Provider<string>;
54
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
55
+ useDualstackEndpoint: boolean | (() => Promise<boolean>);
56
+ useFipsEndpoint: boolean | (() => Promise<boolean>);
57
57
  };
@@ -4,11 +4,46 @@ import type { AutoScalingClientConfig } from "./AutoScalingClient";
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
7
+ cacheMiddleware?: boolean;
8
+ customUserAgent?: string | import("@smithy/types").UserAgent;
9
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<string> | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
10
+ tls?: boolean;
11
+ ignoreConfiguredEndpointUrls?: boolean;
12
+ serviceConfiguredEndpoint?: never;
13
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
14
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
15
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
16
+ signingEscapePath?: boolean;
17
+ systemClockOffset?: number;
18
+ signingRegion?: string;
19
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
20
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
21
+ apiVersion: string;
22
+ base64Decoder: import("@smithy/types").Decoder;
23
+ base64Encoder: (_input: Uint8Array | string) => string;
24
+ disableHostPrefix: boolean;
25
+ endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
26
+ logger?: import("@smithy/types").Logger;
27
+ }) => import("@smithy/types").EndpointV2;
28
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
29
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AutoScalingHttpAuthSchemeProvider;
30
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
31
+ logger: import("@smithy/types").Logger;
32
+ protocol: import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsQueryProtocol;
33
+ protocolSettings: {
34
+ [setting: string]: unknown;
35
+ defaultNamespace?: string;
36
+ };
37
+ serviceId: string;
38
+ sha256: import("@smithy/types").HashConstructor;
39
+ urlParser: import("@smithy/types").UrlParser;
40
+ utf8Decoder: import("@smithy/types").Decoder;
41
+ utf8Encoder: (input: Uint8Array | string) => string;
7
42
  runtime: string;
8
43
  defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
44
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
45
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
46
+ credentialDefaultProvider: ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider) | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider);
12
47
  defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
48
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
49
  region: string | import("@smithy/types").Provider<string>;
@@ -18,40 +53,5 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
18
53
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
54
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
55
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
21
- cacheMiddleware?: boolean | undefined;
22
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsQueryProtocol;
23
- protocolSettings: {
24
- defaultNamespace?: string;
25
- [setting: string]: unknown;
26
- };
27
- apiVersion: string;
28
- sha256: import("@smithy/types").HashConstructor;
29
- urlParser: import("@smithy/types").UrlParser;
30
- base64Decoder: import("@smithy/types").Decoder;
31
- base64Encoder: (_input: Uint8Array | string) => string;
32
- utf8Decoder: import("@smithy/types").Decoder;
33
- utf8Encoder: (input: Uint8Array | string) => string;
34
- disableHostPrefix: boolean;
35
- serviceId: string;
36
56
  profile?: string;
37
- logger: import("@smithy/types").Logger;
38
- extensions: import("./runtimeExtensions").RuntimeExtension[];
39
- customUserAgent?: string | import("@smithy/types").UserAgent;
40
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
41
- endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
42
- endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
43
- logger?: import("@smithy/types").Logger;
44
- }) => import("@smithy/types").EndpointV2;
45
- tls?: boolean;
46
- ignoreConfiguredEndpointUrls?: boolean;
47
- serviceConfiguredEndpoint?: never;
48
- httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
49
- httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AutoScalingHttpAuthSchemeProvider;
50
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
51
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
52
- signingEscapePath?: boolean;
53
- systemClockOffset?: number;
54
- signingRegion?: string;
55
- signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
56
- disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
57
57
  };
@@ -3,49 +3,14 @@ import type { AutoScalingClientConfig } from "./AutoScalingClient";
3
3
  * @internal
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
6
- runtime: string;
7
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
6
  cacheMiddleware?: boolean;
9
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsQueryProtocol;
10
- protocolSettings: {
11
- defaultNamespace?: string;
12
- [setting: string]: unknown;
13
- };
14
- apiVersion: string;
15
- sha256: import("@smithy/types").HashConstructor;
16
- urlParser: import("@smithy/types").UrlParser;
17
- bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
- streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
- base64Decoder: import("@smithy/types").Decoder;
20
- base64Encoder: (_input: Uint8Array | string) => string;
21
- utf8Decoder: import("@smithy/types").Decoder;
22
- utf8Encoder: (input: Uint8Array | string) => string;
23
- disableHostPrefix: boolean;
24
- serviceId: string;
25
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
26
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
27
- region: string | import("@smithy/types").Provider<any>;
28
- profile?: string;
29
- defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
30
- credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
31
- maxAttempts: number | import("@smithy/types").Provider<number>;
32
- retryMode: string | import("@smithy/types").Provider<string>;
33
- logger: import("@smithy/types").Logger;
34
- extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
7
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
8
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
39
- endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
40
- endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
41
- logger?: import("@smithy/types").Logger;
42
- }) => import("@smithy/types").EndpointV2;
9
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<string> | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
43
10
  tls?: boolean;
44
11
  ignoreConfiguredEndpointUrls?: boolean;
45
12
  serviceConfiguredEndpoint?: never;
46
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
47
- httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
48
- httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AutoScalingHttpAuthSchemeProvider;
13
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
49
14
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
50
15
  signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
51
16
  signingEscapePath?: boolean;
@@ -53,4 +18,39 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
53
18
  signingRegion?: string;
54
19
  signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
55
20
  disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
21
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
22
+ apiVersion: string;
23
+ base64Decoder: import("@smithy/types").Decoder;
24
+ base64Encoder: (_input: Uint8Array | string) => string;
25
+ disableHostPrefix: boolean;
26
+ endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
27
+ logger?: import("@smithy/types").Logger;
28
+ }) => import("@smithy/types").EndpointV2;
29
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AutoScalingHttpAuthSchemeProvider;
31
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
32
+ logger: import("@smithy/types").Logger;
33
+ protocol: import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsQueryProtocol;
34
+ protocolSettings: {
35
+ [setting: string]: unknown;
36
+ defaultNamespace?: string;
37
+ };
38
+ serviceId: string;
39
+ sha256: import("@smithy/types").HashConstructor;
40
+ urlParser: import("@smithy/types").UrlParser;
41
+ utf8Decoder: import("@smithy/types").Decoder;
42
+ utf8Encoder: (input: Uint8Array | string) => string;
43
+ profile?: string;
44
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode> | import("@smithy/core/client").DefaultsMode;
45
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
46
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
47
+ defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
48
+ maxAttempts: number | import("@smithy/types").Provider<number>;
49
+ region: string | import("@smithy/types").Provider<any>;
50
+ requestHandler: import("@smithy/fetch-http-handler").FetchHttpHandler | import("@smithy/types").FetchHttpHandlerOptions | import("@smithy/types").NodeHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any>;
51
+ retryMode: string | import("@smithy/types").Provider<string>;
52
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
53
+ useDualstackEndpoint: boolean | (() => Promise<boolean>);
54
+ useFipsEndpoint: boolean | (() => Promise<boolean>);
55
+ runtime: string;
56
56
  };
@@ -8,14 +8,14 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
8
8
  base64Decoder: import("@smithy/types").Decoder;
9
9
  base64Encoder: (_input: Uint8Array | string) => string;
10
10
  disableHostPrefix: boolean;
11
- endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
+ endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
12
12
  logger?: import("@smithy/types").Logger;
13
13
  }) => import("@smithy/types").EndpointV2;
14
14
  extensions: import("./runtimeExtensions").RuntimeExtension[];
15
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AutoScalingHttpAuthSchemeProvider;
16
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
17
17
  logger: import("@smithy/types").Logger;
18
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsQueryProtocol;
18
+ protocol: import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | typeof AwsQueryProtocol;
19
19
  protocolSettings: {
20
20
  [setting: string]: unknown;
21
21
  defaultNamespace?: string;
@@ -3,6 +3,7 @@ import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema }
3
3
  export declare var AutoScalingServiceException$: StaticErrorSchema;
4
4
  export declare var ActiveInstanceRefreshNotFoundFault$: StaticErrorSchema;
5
5
  export declare var AlreadyExistsFault$: StaticErrorSchema;
6
+ export declare var IdempotentCallInProgressFault$: StaticErrorSchema;
6
7
  export declare var IdempotentParameterMismatchError$: StaticErrorSchema;
7
8
  export declare var InstanceRefreshInProgressFault$: StaticErrorSchema;
8
9
  export declare var InvalidNextToken$: StaticErrorSchema;
@@ -45,6 +45,12 @@ export declare class InvalidNextToken extends __BaseException {
45
45
  readonly $fault: "client";
46
46
  constructor(opts: __ExceptionOptionType<InvalidNextToken, __BaseException>);
47
47
  }
48
+ export declare class IdempotentCallInProgressFault extends __BaseException {
49
+ readonly name: "IdempotentCallInProgressFault";
50
+ readonly $fault: "server";
51
+ Message?: string | undefined;
52
+ constructor(opts: __ExceptionOptionType<IdempotentCallInProgressFault, __BaseException>);
53
+ }
48
54
  export declare class IdempotentParameterMismatchError extends __BaseException {
49
55
  readonly name: "IdempotentParameterMismatchError";
50
56
  readonly $fault: "client";
@@ -60,6 +60,7 @@ export interface ActivitiesType {
60
60
  }
61
61
  export interface ActivityType {
62
62
  Activity?: Activity | undefined;
63
+ Activities?: Activity[] | undefined;
63
64
  }
64
65
  export interface AdjustmentType {
65
66
  AdjustmentType?: string | undefined;
@@ -1094,7 +1095,9 @@ export interface StartInstanceRefreshType {
1094
1095
  Preferences?: RefreshPreferences | undefined;
1095
1096
  }
1096
1097
  export interface TerminateInstanceInAutoScalingGroupType {
1097
- InstanceId: string | undefined;
1098
+ InstanceId?: string | undefined;
1099
+ InstanceIds?: string[] | undefined;
1100
+ AutoScalingGroupName?: string | undefined;
1098
1101
  ShouldDecrementDesiredCapacity: boolean | undefined;
1099
1102
  }
1100
1103
  export interface UpdateAutoScalingGroupType {
@@ -1,81 +1,30 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { AutoScalingClientConfig } from "./AutoScalingClient";
3
3
  export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
4
- runtime: string;
5
- defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/core/client").ResolvedDefaultsMode
7
- >;
8
- bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider:
10
- | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
12
- defaultUserAgentProvider: (
13
- config?: import("@aws-sdk/core/client").PreviouslyResolved,
14
- ) => Promise<import("@smithy/types").UserAgent>;
15
- maxAttempts: number | import("@smithy/types").Provider<number>;
16
- region: string | import("@smithy/types").Provider<any>;
17
- requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
18
- retryMode: string | import("@smithy/types").Provider<string>;
19
- streamCollector: (
20
- stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
21
- ) => Promise<Uint8Array>;
22
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
23
- (boolean | import("@smithy/types").Provider<boolean | undefined>);
24
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
25
- (boolean | import("@smithy/types").Provider<boolean | undefined>);
26
- cacheMiddleware?: boolean | undefined;
27
- protocol:
28
- | import("@smithy/types").ClientProtocol<any, any>
29
- | import("@smithy/types").ClientProtocolCtor<any, any>
30
- | typeof import("@aws-sdk/core/protocols").AwsQueryProtocol;
31
- protocolSettings: {
32
- defaultNamespace?: string;
33
- [setting: string]: unknown;
34
- };
35
- apiVersion: string;
36
- sha256: import("@smithy/types").HashConstructor;
37
- urlParser: import("@smithy/types").UrlParser;
38
- base64Decoder: import("@smithy/types").Decoder;
39
- base64Encoder: (_input: Uint8Array | string) => string;
40
- utf8Decoder: import("@smithy/types").Decoder;
41
- utf8Encoder: (input: Uint8Array | string) => string;
42
- disableHostPrefix: boolean;
43
- serviceId: string;
44
- profile?: string;
45
- logger: import("@smithy/types").Logger;
46
- extensions: import("./runtimeExtensions").RuntimeExtension[];
4
+ cacheMiddleware?: boolean;
47
5
  customUserAgent?: string | import("@smithy/types").UserAgent;
48
6
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
50
7
  endpoint?:
51
8
  | ((
52
9
  | string
53
10
  | import("@smithy/types").Endpoint
54
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
55
11
  | import("@smithy/types").EndpointV2
12
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
56
13
  | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
57
14
  ) &
58
15
  (
59
16
  | string
60
- | import("@smithy/types").Provider<string>
61
17
  | import("@smithy/types").Endpoint
62
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
63
18
  | import("@smithy/types").EndpointV2
19
+ | import("@smithy/types").Provider<string>
20
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
64
21
  | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
65
22
  ))
66
23
  | undefined;
67
- endpointProvider: (
68
- endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
69
- context?: {
70
- logger?: import("@smithy/types").Logger;
71
- },
72
- ) => import("@smithy/types").EndpointV2;
73
24
  tls?: boolean;
74
25
  ignoreConfiguredEndpointUrls?: boolean;
75
26
  serviceConfiguredEndpoint?: never;
76
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
77
- httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
78
- httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AutoScalingHttpAuthSchemeProvider;
27
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
79
28
  credentials?:
80
29
  | import("@smithy/types").AwsCredentialIdentity
81
30
  | import("@smithy/types").AwsCredentialIdentityProvider;
@@ -92,4 +41,53 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
92
41
  import("@smithy/signature-v4").SignatureV4CryptoInit,
93
42
  ) => import("@smithy/types").RequestSigner;
94
43
  disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
44
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
45
+ apiVersion: string;
46
+ base64Decoder: import("@smithy/types").Decoder;
47
+ base64Encoder: (_input: Uint8Array | string) => string;
48
+ disableHostPrefix: boolean;
49
+ endpointProvider: (
50
+ params: import("./endpoint/EndpointParameters").EndpointParameters,
51
+ context?: {
52
+ logger?: import("@smithy/types").Logger;
53
+ },
54
+ ) => import("@smithy/types").EndpointV2;
55
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
56
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AutoScalingHttpAuthSchemeProvider;
57
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
58
+ logger: import("@smithy/types").Logger;
59
+ protocol:
60
+ | import("@smithy/types").$ClientProtocol<any, any>
61
+ | import("@smithy/types").$ClientProtocolCtor<any, any>
62
+ | typeof import("@aws-sdk/core/protocols").AwsQueryProtocol;
63
+ protocolSettings: {
64
+ [setting: string]: unknown;
65
+ defaultNamespace?: string;
66
+ };
67
+ serviceId: string;
68
+ sha256: import("@smithy/types").HashConstructor;
69
+ urlParser: import("@smithy/types").UrlParser;
70
+ utf8Decoder: import("@smithy/types").Decoder;
71
+ utf8Encoder: (input: Uint8Array | string) => string;
72
+ profile?: string;
73
+ runtime: string;
74
+ defaultsMode: import("@smithy/types").Provider<
75
+ import("@smithy/core/client").ResolvedDefaultsMode
76
+ >;
77
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
78
+ credentialDefaultProvider:
79
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
80
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
81
+ defaultUserAgentProvider: (
82
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
83
+ ) => Promise<import("@smithy/types").UserAgent>;
84
+ maxAttempts: number | import("@smithy/types").Provider<number>;
85
+ region: string | import("@smithy/types").Provider<any>;
86
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
87
+ retryMode: string | import("@smithy/types").Provider<string>;
88
+ streamCollector: (
89
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
90
+ ) => Promise<Uint8Array>;
91
+ useDualstackEndpoint: boolean | (() => Promise<boolean>);
92
+ useFipsEndpoint: boolean | (() => Promise<boolean>);
95
93
  };
@@ -1,81 +1,29 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
2
  import { AutoScalingClientConfig } from "./AutoScalingClient";
3
3
  export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
4
- runtime: string;
5
- defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/core/client").ResolvedDefaultsMode
7
- >;
8
- authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
9
- bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider:
11
- | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
- | ((
13
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
14
- ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
- defaultUserAgentProvider: (
16
- config?: import("@aws-sdk/core/client").PreviouslyResolved,
17
- ) => Promise<import("@smithy/types").UserAgent>;
18
- maxAttempts: number | import("@smithy/types").Provider<number>;
19
- region: string | import("@smithy/types").Provider<string>;
20
- requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
21
- retryMode: string | import("@smithy/types").Provider<string>;
22
- streamCollector: (
23
- stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
24
- ) => Promise<Uint8Array>;
25
- useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
26
- useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
27
- userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
28
- cacheMiddleware?: boolean | undefined;
29
- protocol:
30
- | import("@smithy/types").ClientProtocol<any, any>
31
- | import("@smithy/types").ClientProtocolCtor<any, any>
32
- | typeof import("@aws-sdk/core/protocols").AwsQueryProtocol;
33
- protocolSettings: {
34
- defaultNamespace?: string;
35
- [setting: string]: unknown;
36
- };
37
- apiVersion: string;
38
- sha256: import("@smithy/types").HashConstructor;
39
- urlParser: import("@smithy/types").UrlParser;
40
- base64Decoder: import("@smithy/types").Decoder;
41
- base64Encoder: (_input: Uint8Array | string) => string;
42
- utf8Decoder: import("@smithy/types").Decoder;
43
- utf8Encoder: (input: Uint8Array | string) => string;
44
- disableHostPrefix: boolean;
45
- serviceId: string;
46
- profile?: string;
47
- logger: import("@smithy/types").Logger;
48
- extensions: import("./runtimeExtensions").RuntimeExtension[];
4
+ cacheMiddleware?: boolean;
49
5
  customUserAgent?: string | import("@smithy/types").UserAgent;
50
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
51
6
  endpoint?:
52
7
  | ((
53
8
  | string
54
9
  | import("@smithy/types").Endpoint
55
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
56
10
  | import("@smithy/types").EndpointV2
11
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
57
12
  | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
58
13
  ) &
59
14
  (
60
15
  | string
61
- | import("@smithy/types").Provider<string>
62
16
  | import("@smithy/types").Endpoint
63
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
64
17
  | import("@smithy/types").EndpointV2
18
+ | import("@smithy/types").Provider<string>
19
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
65
20
  | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
66
21
  ))
67
22
  | undefined;
68
- endpointProvider: (
69
- endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
70
- context?: {
71
- logger?: import("@smithy/types").Logger;
72
- },
73
- ) => import("@smithy/types").EndpointV2;
74
23
  tls?: boolean;
75
24
  ignoreConfiguredEndpointUrls?: boolean;
76
25
  serviceConfiguredEndpoint?: never;
77
- httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
78
- httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AutoScalingHttpAuthSchemeProvider;
26
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
79
27
  credentials?:
80
28
  | import("@smithy/types").AwsCredentialIdentity
81
29
  | import("@smithy/types").AwsCredentialIdentityProvider;
@@ -92,4 +40,56 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
92
40
  import("@smithy/signature-v4").SignatureV4CryptoInit,
93
41
  ) => import("@smithy/types").RequestSigner;
94
42
  disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
43
+ apiVersion: string;
44
+ base64Decoder: import("@smithy/types").Decoder;
45
+ base64Encoder: (_input: Uint8Array | string) => string;
46
+ disableHostPrefix: boolean;
47
+ endpointProvider: (
48
+ params: import("./endpoint/EndpointParameters").EndpointParameters,
49
+ context?: {
50
+ logger?: import("@smithy/types").Logger;
51
+ },
52
+ ) => import("@smithy/types").EndpointV2;
53
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
54
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AutoScalingHttpAuthSchemeProvider;
55
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
56
+ logger: import("@smithy/types").Logger;
57
+ protocol:
58
+ | import("@smithy/types").$ClientProtocol<any, any>
59
+ | import("@smithy/types").$ClientProtocolCtor<any, any>
60
+ | typeof import("@aws-sdk/core/protocols").AwsQueryProtocol;
61
+ protocolSettings: {
62
+ [setting: string]: unknown;
63
+ defaultNamespace?: string;
64
+ };
65
+ serviceId: string;
66
+ sha256: import("@smithy/types").HashConstructor;
67
+ urlParser: import("@smithy/types").UrlParser;
68
+ utf8Decoder: import("@smithy/types").Decoder;
69
+ utf8Encoder: (input: Uint8Array | string) => string;
70
+ runtime: string;
71
+ defaultsMode: import("@smithy/types").Provider<
72
+ import("@smithy/core/client").ResolvedDefaultsMode
73
+ >;
74
+ authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
75
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
76
+ credentialDefaultProvider:
77
+ | ((
78
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
79
+ ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider)
80
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider);
81
+ defaultUserAgentProvider: (
82
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
83
+ ) => Promise<import("@smithy/types").UserAgent>;
84
+ maxAttempts: number | import("@smithy/types").Provider<number>;
85
+ region: string | import("@smithy/types").Provider<string>;
86
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
87
+ retryMode: string | import("@smithy/types").Provider<string>;
88
+ streamCollector: (
89
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
90
+ ) => Promise<Uint8Array>;
91
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
92
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
93
+ userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
94
+ profile?: string;
95
95
  };
@@ -1,85 +1,29 @@
1
1
  import { AutoScalingClientConfig } from "./AutoScalingClient";
2
2
  export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
3
- runtime: string;
4
- requestHandler:
5
- | import("@smithy/types").NodeHttpHandlerOptions
6
- | import("@smithy/types").FetchHttpHandlerOptions
7
- | Record<string, unknown>
8
- | import("@smithy/core/protocols").HttpHandler<any>
9
- | import("@smithy/fetch-http-handler").FetchHttpHandler;
10
3
  cacheMiddleware?: boolean;
11
- protocol:
12
- | import("@smithy/types").ClientProtocol<any, any>
13
- | import("@smithy/types").ClientProtocolCtor<any, any>
14
- | typeof import("@aws-sdk/core/protocols").AwsQueryProtocol;
15
- protocolSettings: {
16
- defaultNamespace?: string;
17
- [setting: string]: unknown;
18
- };
19
- apiVersion: string;
20
- sha256: import("@smithy/types").HashConstructor;
21
- urlParser: import("@smithy/types").UrlParser;
22
- bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
23
- streamCollector: (
24
- stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
25
- ) => Promise<Uint8Array>;
26
- base64Decoder: import("@smithy/types").Decoder;
27
- base64Encoder: (_input: Uint8Array | string) => string;
28
- utf8Decoder: import("@smithy/types").Decoder;
29
- utf8Encoder: (input: Uint8Array | string) => string;
30
- disableHostPrefix: boolean;
31
- serviceId: string;
32
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
33
- (boolean | import("@smithy/types").Provider<boolean | undefined>);
34
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
35
- (boolean | import("@smithy/types").Provider<boolean | undefined>);
36
- region: string | import("@smithy/types").Provider<any>;
37
- profile?: string;
38
- defaultUserAgentProvider: (
39
- config?: import("@aws-sdk/core/client").PreviouslyResolved,
40
- ) => Promise<import("@smithy/types").UserAgent>;
41
- credentialDefaultProvider:
42
- | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
43
- | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
44
- maxAttempts: number | import("@smithy/types").Provider<number>;
45
- retryMode: string | import("@smithy/types").Provider<string>;
46
- logger: import("@smithy/types").Logger;
47
- extensions: import("./runtimeExtensions").RuntimeExtension[];
48
- defaultsMode:
49
- | import("@smithy/core/client").DefaultsMode
50
- | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
51
4
  customUserAgent?: string | import("@smithy/types").UserAgent;
52
5
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
53
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
54
6
  endpoint?:
55
7
  | ((
56
8
  | string
57
9
  | import("@smithy/types").Endpoint
58
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
59
10
  | import("@smithy/types").EndpointV2
11
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
60
12
  | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
61
13
  ) &
62
14
  (
63
15
  | string
64
- | import("@smithy/types").Provider<string>
65
16
  | import("@smithy/types").Endpoint
66
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
67
17
  | import("@smithy/types").EndpointV2
18
+ | import("@smithy/types").Provider<string>
19
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
68
20
  | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
69
21
  ))
70
22
  | undefined;
71
- endpointProvider: (
72
- endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
73
- context?: {
74
- logger?: import("@smithy/types").Logger;
75
- },
76
- ) => import("@smithy/types").EndpointV2;
77
23
  tls?: boolean;
78
24
  ignoreConfiguredEndpointUrls?: boolean;
79
25
  serviceConfiguredEndpoint?: never;
80
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
81
- httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
82
- httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AutoScalingHttpAuthSchemeProvider;
26
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
83
27
  credentials?:
84
28
  | import("@smithy/types").AwsCredentialIdentity
85
29
  | import("@smithy/types").AwsCredentialIdentityProvider;
@@ -96,4 +40,58 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
96
40
  import("@smithy/signature-v4").SignatureV4CryptoInit,
97
41
  ) => import("@smithy/types").RequestSigner;
98
42
  disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
43
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
44
+ apiVersion: string;
45
+ base64Decoder: import("@smithy/types").Decoder;
46
+ base64Encoder: (_input: Uint8Array | string) => string;
47
+ disableHostPrefix: boolean;
48
+ endpointProvider: (
49
+ params: import("./endpoint/EndpointParameters").EndpointParameters,
50
+ context?: {
51
+ logger?: import("@smithy/types").Logger;
52
+ },
53
+ ) => import("@smithy/types").EndpointV2;
54
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
55
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AutoScalingHttpAuthSchemeProvider;
56
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
57
+ logger: import("@smithy/types").Logger;
58
+ protocol:
59
+ | import("@smithy/types").$ClientProtocol<any, any>
60
+ | import("@smithy/types").$ClientProtocolCtor<any, any>
61
+ | typeof import("@aws-sdk/core/protocols").AwsQueryProtocol;
62
+ protocolSettings: {
63
+ [setting: string]: unknown;
64
+ defaultNamespace?: string;
65
+ };
66
+ serviceId: string;
67
+ sha256: import("@smithy/types").HashConstructor;
68
+ urlParser: import("@smithy/types").UrlParser;
69
+ utf8Decoder: import("@smithy/types").Decoder;
70
+ utf8Encoder: (input: Uint8Array | string) => string;
71
+ profile?: string;
72
+ defaultsMode:
73
+ | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>
74
+ | import("@smithy/core/client").DefaultsMode;
75
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
76
+ credentialDefaultProvider:
77
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
78
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
79
+ defaultUserAgentProvider: (
80
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
81
+ ) => Promise<import("@smithy/types").UserAgent>;
82
+ maxAttempts: number | import("@smithy/types").Provider<number>;
83
+ region: string | import("@smithy/types").Provider<any>;
84
+ requestHandler:
85
+ | import("@smithy/fetch-http-handler").FetchHttpHandler
86
+ | import("@smithy/types").FetchHttpHandlerOptions
87
+ | import("@smithy/types").NodeHttpHandlerOptions
88
+ | Record<string, unknown>
89
+ | import("@smithy/core/protocols").HttpHandler<any>;
90
+ retryMode: string | import("@smithy/types").Provider<string>;
91
+ streamCollector: (
92
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
93
+ ) => Promise<Uint8Array>;
94
+ useDualstackEndpoint: boolean | (() => Promise<boolean>);
95
+ useFipsEndpoint: boolean | (() => Promise<boolean>);
96
+ runtime: string;
99
97
  };
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
6
6
  base64Encoder: (_input: Uint8Array | string) => string;
7
7
  disableHostPrefix: boolean;
8
8
  endpointProvider: (
9
- endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
9
+ params: import("./endpoint/EndpointParameters").EndpointParameters,
10
10
  context?: {
11
11
  logger?: import("@smithy/types").Logger;
12
12
  },
@@ -16,8 +16,8 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
16
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
17
17
  logger: import("@smithy/types").Logger;
18
18
  protocol:
19
- | import("@smithy/types").ClientProtocol<any, any>
20
- | import("@smithy/types").ClientProtocolCtor<any, any>
19
+ | import("@smithy/types").$ClientProtocol<any, any>
20
+ | import("@smithy/types").$ClientProtocolCtor<any, any>
21
21
  | typeof AwsQueryProtocol;
22
22
  protocolSettings: {
23
23
  [setting: string]: unknown;
@@ -3,6 +3,7 @@ import { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from
3
3
  export declare var AutoScalingServiceException$: StaticErrorSchema;
4
4
  export declare var ActiveInstanceRefreshNotFoundFault$: StaticErrorSchema;
5
5
  export declare var AlreadyExistsFault$: StaticErrorSchema;
6
+ export declare var IdempotentCallInProgressFault$: StaticErrorSchema;
6
7
  export declare var IdempotentParameterMismatchError$: StaticErrorSchema;
7
8
  export declare var InstanceRefreshInProgressFault$: StaticErrorSchema;
8
9
  export declare var InvalidNextToken$: StaticErrorSchema;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-auto-scaling",
3
- "version": "3.1109.0",
3
+ "version": "3.1111.0",
4
4
  "description": "AWS SDK for JavaScript Auto Scaling Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-auto-scaling",
6
6
  "license": "Apache-2.0",
@@ -46,9 +46,9 @@
46
46
  "test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
47
47
  },
48
48
  "dependencies": {
49
- "@aws-sdk/core": "^3.977.7",
50
- "@aws-sdk/credential-provider-node": "^3.972.79",
51
- "@aws-sdk/types": "^3.974.3",
49
+ "@aws-sdk/core": "^3.977.8",
50
+ "@aws-sdk/credential-provider-node": "^3.972.80",
51
+ "@aws-sdk/types": "^3.974.4",
52
52
  "@smithy/core": "^3.31.1",
53
53
  "@smithy/fetch-http-handler": "^5.6.13",
54
54
  "@smithy/node-http-handler": "^4.9.13",
@@ -61,7 +61,7 @@
61
61
  "concurrently": "7.0.0",
62
62
  "downlevel-dts": "0.10.1",
63
63
  "premove": "4.0.0",
64
- "typescript": "~6.0.3"
64
+ "typescript": "~7.0.2"
65
65
  },
66
66
  "engines": {
67
67
  "node": ">=20.0.0"