@aws-sdk/client-cloudcontrol 3.46.0 → 3.47.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.
@@ -7,12 +7,6 @@ export interface AlreadyExistsException extends __SmithyException, $MetadataBear
7
7
  $fault: "client";
8
8
  Message?: string;
9
9
  }
10
- export declare namespace AlreadyExistsException {
11
- /**
12
- * @internal
13
- */
14
- const filterSensitiveLog: (obj: AlreadyExistsException) => any;
15
- }
16
10
  export interface CancelResourceRequestInput {
17
11
  /**
18
12
  * <p>The <code>RequestToken</code> of the <code>ProgressEvent</code> object returned by the
@@ -168,12 +162,6 @@ export interface ConcurrentModificationException extends __SmithyException, $Met
168
162
  $fault: "server";
169
163
  Message?: string;
170
164
  }
171
- export declare namespace ConcurrentModificationException {
172
- /**
173
- * @internal
174
- */
175
- const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
176
- }
177
165
  /**
178
166
  * <p>A resource operation with the specified request token cannot be found.</p>
179
167
  */
@@ -182,12 +170,6 @@ export interface RequestTokenNotFoundException extends __SmithyException, $Metad
182
170
  $fault: "client";
183
171
  Message?: string;
184
172
  }
185
- export declare namespace RequestTokenNotFoundException {
186
- /**
187
- * @internal
188
- */
189
- const filterSensitiveLog: (obj: RequestTokenNotFoundException) => any;
190
- }
191
173
  /**
192
174
  * <p>The specified client token has already been used in another resource request.</p>
193
175
  * <p>It is best practice for client tokens to be unique for each resource operation request.
@@ -198,12 +180,6 @@ export interface ClientTokenConflictException extends __SmithyException, $Metada
198
180
  $fault: "client";
199
181
  Message?: string;
200
182
  }
201
- export declare namespace ClientTokenConflictException {
202
- /**
203
- * @internal
204
- */
205
- const filterSensitiveLog: (obj: ClientTokenConflictException) => any;
206
- }
207
183
  /**
208
184
  * <p>Another resource operation is currently being performed on this resource.</p>
209
185
  */
@@ -212,12 +188,6 @@ export interface ConcurrentOperationException extends __SmithyException, $Metada
212
188
  $fault: "client";
213
189
  Message?: string;
214
190
  }
215
- export declare namespace ConcurrentOperationException {
216
- /**
217
- * @internal
218
- */
219
- const filterSensitiveLog: (obj: ConcurrentOperationException) => any;
220
- }
221
191
  export interface CreateResourceInput {
222
192
  /**
223
193
  * <p>The name of the resource type.</p>
@@ -296,12 +266,6 @@ export interface GeneralServiceException extends __SmithyException, $MetadataBea
296
266
  $fault: "client";
297
267
  Message?: string;
298
268
  }
299
- export declare namespace GeneralServiceException {
300
- /**
301
- * @internal
302
- */
303
- const filterSensitiveLog: (obj: GeneralServiceException) => any;
304
- }
305
269
  /**
306
270
  * <p>The resource handler has failed without a returning a more specific error code. This can
307
271
  * include timeouts.</p>
@@ -311,12 +275,6 @@ export interface HandlerFailureException extends __SmithyException, $MetadataBea
311
275
  $fault: "server";
312
276
  Message?: string;
313
277
  }
314
- export declare namespace HandlerFailureException {
315
- /**
316
- * @internal
317
- */
318
- const filterSensitiveLog: (obj: HandlerFailureException) => any;
319
- }
320
278
  /**
321
279
  * <p>The resource handler has returned that an unexpected error occurred within the resource
322
280
  * handler.</p>
@@ -326,12 +284,6 @@ export interface HandlerInternalFailureException extends __SmithyException, $Met
326
284
  $fault: "server";
327
285
  Message?: string;
328
286
  }
329
- export declare namespace HandlerInternalFailureException {
330
- /**
331
- * @internal
332
- */
333
- const filterSensitiveLog: (obj: HandlerInternalFailureException) => any;
334
- }
335
287
  /**
336
288
  * <p>The resource handler has returned that the credentials provided by the user are
337
289
  * invalid.</p>
@@ -341,12 +293,6 @@ export interface InvalidCredentialsException extends __SmithyException, $Metadat
341
293
  $fault: "client";
342
294
  Message?: string;
343
295
  }
344
- export declare namespace InvalidCredentialsException {
345
- /**
346
- * @internal
347
- */
348
- const filterSensitiveLog: (obj: InvalidCredentialsException) => any;
349
- }
350
296
  /**
351
297
  * <p>The resource handler has returned that invalid input from the user has generated a generic
352
298
  * exception.</p>
@@ -356,12 +302,6 @@ export interface InvalidRequestException extends __SmithyException, $MetadataBea
356
302
  $fault: "client";
357
303
  Message?: string;
358
304
  }
359
- export declare namespace InvalidRequestException {
360
- /**
361
- * @internal
362
- */
363
- const filterSensitiveLog: (obj: InvalidRequestException) => any;
364
- }
365
305
  /**
366
306
  * <p>The resource handler has returned that the request could not be completed due to
367
307
  * networking issues, such as a failure to receive a response from the server.</p>
@@ -371,12 +311,6 @@ export interface NetworkFailureException extends __SmithyException, $MetadataBea
371
311
  $fault: "server";
372
312
  Message?: string;
373
313
  }
374
- export declare namespace NetworkFailureException {
375
- /**
376
- * @internal
377
- */
378
- const filterSensitiveLog: (obj: NetworkFailureException) => any;
379
- }
380
314
  /**
381
315
  * <p>The resource handler has returned that the downstream resource failed to complete all of
382
316
  * its ready-state checks.</p>
@@ -386,12 +320,6 @@ export interface NotStabilizedException extends __SmithyException, $MetadataBear
386
320
  $fault: "client";
387
321
  Message?: string;
388
322
  }
389
- export declare namespace NotStabilizedException {
390
- /**
391
- * @internal
392
- */
393
- const filterSensitiveLog: (obj: NotStabilizedException) => any;
394
- }
395
323
  /**
396
324
  * <p>One or more properties included in this resource operation are defined as create-only, and
397
325
  * therefore cannot be updated.</p>
@@ -401,12 +329,6 @@ export interface NotUpdatableException extends __SmithyException, $MetadataBeare
401
329
  $fault: "client";
402
330
  Message?: string;
403
331
  }
404
- export declare namespace NotUpdatableException {
405
- /**
406
- * @internal
407
- */
408
- const filterSensitiveLog: (obj: NotUpdatableException) => any;
409
- }
410
332
  /**
411
333
  * <p>Cloud Control API has not received a valid response from the resource handler, due to a
412
334
  * configuration error. This includes issues such as the resource handler returning an invalid
@@ -417,12 +339,6 @@ export interface PrivateTypeException extends __SmithyException, $MetadataBearer
417
339
  $fault: "client";
418
340
  Message?: string;
419
341
  }
420
- export declare namespace PrivateTypeException {
421
- /**
422
- * @internal
423
- */
424
- const filterSensitiveLog: (obj: PrivateTypeException) => any;
425
- }
426
342
  /**
427
343
  * <p>The resource is temporarily unavailable to be acted upon. For example, if the resource is
428
344
  * currently undergoing an operation and cannot be acted upon until that operation is
@@ -433,12 +349,6 @@ export interface ResourceConflictException extends __SmithyException, $MetadataB
433
349
  $fault: "client";
434
350
  Message?: string;
435
351
  }
436
- export declare namespace ResourceConflictException {
437
- /**
438
- * @internal
439
- */
440
- const filterSensitiveLog: (obj: ResourceConflictException) => any;
441
- }
442
352
  /**
443
353
  * <p>A resource with the specified identifier cannot be found.</p>
444
354
  */
@@ -447,12 +357,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
447
357
  $fault: "client";
448
358
  Message?: string;
449
359
  }
450
- export declare namespace ResourceNotFoundException {
451
- /**
452
- * @internal
453
- */
454
- const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
455
- }
456
360
  /**
457
361
  * <p>The resource handler has returned that the downstream service returned an internal error,
458
362
  * typically with a <code>5XX HTTP</code> status code.</p>
@@ -462,12 +366,6 @@ export interface ServiceInternalErrorException extends __SmithyException, $Metad
462
366
  $fault: "server";
463
367
  Message?: string;
464
368
  }
465
- export declare namespace ServiceInternalErrorException {
466
- /**
467
- * @internal
468
- */
469
- const filterSensitiveLog: (obj: ServiceInternalErrorException) => any;
470
- }
471
369
  /**
472
370
  * <p>The resource handler has returned that a non-transient resource limit was reached on the
473
371
  * service side.</p>
@@ -477,12 +375,6 @@ export interface ServiceLimitExceededException extends __SmithyException, $Metad
477
375
  $fault: "client";
478
376
  Message?: string;
479
377
  }
480
- export declare namespace ServiceLimitExceededException {
481
- /**
482
- * @internal
483
- */
484
- const filterSensitiveLog: (obj: ServiceLimitExceededException) => any;
485
- }
486
378
  /**
487
379
  * <p>The request was denied due to request throttling.</p>
488
380
  */
@@ -491,12 +383,6 @@ export interface ThrottlingException extends __SmithyException, $MetadataBearer
491
383
  $fault: "client";
492
384
  Message?: string;
493
385
  }
494
- export declare namespace ThrottlingException {
495
- /**
496
- * @internal
497
- */
498
- const filterSensitiveLog: (obj: ThrottlingException) => any;
499
- }
500
386
  /**
501
387
  * <p>The specified extension does not exist in the CloudFormation registry.</p>
502
388
  */
@@ -505,12 +391,6 @@ export interface TypeNotFoundException extends __SmithyException, $MetadataBeare
505
391
  $fault: "client";
506
392
  Message?: string;
507
393
  }
508
- export declare namespace TypeNotFoundException {
509
- /**
510
- * @internal
511
- */
512
- const filterSensitiveLog: (obj: TypeNotFoundException) => any;
513
- }
514
394
  /**
515
395
  * <p>The specified resource does not support this resource operation.</p>
516
396
  */
@@ -519,12 +399,6 @@ export interface UnsupportedActionException extends __SmithyException, $Metadata
519
399
  $fault: "client";
520
400
  Message?: string;
521
401
  }
522
- export declare namespace UnsupportedActionException {
523
- /**
524
- * @internal
525
- */
526
- const filterSensitiveLog: (obj: UnsupportedActionException) => any;
527
- }
528
402
  export interface DeleteResourceInput {
529
403
  /**
530
404
  * <p>The name of the resource type.</p>
@@ -1,10 +1,11 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { CloudControlClientConfig } from "./CloudControlClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: CloudControlClientConfig) => {
7
7
  runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
8
9
  base64Decoder: import("@aws-sdk/types").Decoder;
9
10
  base64Encoder: import("@aws-sdk/types").Encoder;
10
11
  bodyLengthChecker: (body: any) => number | undefined;
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: CloudControlClientConfig) => {
12
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
15
  region: string | import("@aws-sdk/types").Provider<any>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
16
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
18
  sha256: import("@aws-sdk/types").HashConstructor;
18
19
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -1,18 +1,19 @@
1
- import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { CloudControlClientConfig } from "./CloudControlClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: CloudControlClientConfig) => {
7
7
  runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
8
9
  base64Decoder: import("@aws-sdk/types").Decoder;
9
10
  base64Encoder: import("@aws-sdk/types").Encoder;
10
11
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
15
  region: string | import("@aws-sdk/types").Provider<string>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
16
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
16
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
18
  sha256: import("@aws-sdk/types").HashConstructor;
18
19
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: CloudControlClientConfig) => {
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
26
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
27
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
28
29
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
30
  tls?: boolean | undefined;
30
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
4
4
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
5
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
8
  import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { CancelResourceRequestCommandInput, CancelResourceRequestCommandOutput } from "./commands/CancelResourceRequestCommand";
10
10
  import { CreateResourceCommandInput, CreateResourceCommandOutput } from "./commands/CreateResourceCommand";
@@ -59,6 +59,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
59
59
  regionInfoProvider?: RegionInfoProvider;
60
60
 
61
61
  defaultUserAgentProvider?: Provider<__UserAgent>;
62
+
63
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
62
64
  }
63
65
  declare type CloudControlClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
64
66
 
@@ -5,10 +5,6 @@ export interface AlreadyExistsException extends __SmithyException, $MetadataBear
5
5
  $fault: "client";
6
6
  Message?: string;
7
7
  }
8
- export declare namespace AlreadyExistsException {
9
-
10
- const filterSensitiveLog: (obj: AlreadyExistsException) => any;
11
- }
12
8
  export interface CancelResourceRequestInput {
13
9
 
14
10
  RequestToken: string | undefined;
@@ -88,40 +84,24 @@ export interface ConcurrentModificationException extends __SmithyException, $Met
88
84
  $fault: "server";
89
85
  Message?: string;
90
86
  }
91
- export declare namespace ConcurrentModificationException {
92
-
93
- const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
94
- }
95
87
 
96
88
  export interface RequestTokenNotFoundException extends __SmithyException, $MetadataBearer {
97
89
  name: "RequestTokenNotFoundException";
98
90
  $fault: "client";
99
91
  Message?: string;
100
92
  }
101
- export declare namespace RequestTokenNotFoundException {
102
-
103
- const filterSensitiveLog: (obj: RequestTokenNotFoundException) => any;
104
- }
105
93
 
106
94
  export interface ClientTokenConflictException extends __SmithyException, $MetadataBearer {
107
95
  name: "ClientTokenConflictException";
108
96
  $fault: "client";
109
97
  Message?: string;
110
98
  }
111
- export declare namespace ClientTokenConflictException {
112
-
113
- const filterSensitiveLog: (obj: ClientTokenConflictException) => any;
114
- }
115
99
 
116
100
  export interface ConcurrentOperationException extends __SmithyException, $MetadataBearer {
117
101
  name: "ConcurrentOperationException";
118
102
  $fault: "client";
119
103
  Message?: string;
120
104
  }
121
- export declare namespace ConcurrentOperationException {
122
-
123
- const filterSensitiveLog: (obj: ConcurrentOperationException) => any;
124
- }
125
105
  export interface CreateResourceInput {
126
106
 
127
107
  TypeName: string | undefined;
@@ -152,160 +132,96 @@ export interface GeneralServiceException extends __SmithyException, $MetadataBea
152
132
  $fault: "client";
153
133
  Message?: string;
154
134
  }
155
- export declare namespace GeneralServiceException {
156
-
157
- const filterSensitiveLog: (obj: GeneralServiceException) => any;
158
- }
159
135
 
160
136
  export interface HandlerFailureException extends __SmithyException, $MetadataBearer {
161
137
  name: "HandlerFailureException";
162
138
  $fault: "server";
163
139
  Message?: string;
164
140
  }
165
- export declare namespace HandlerFailureException {
166
-
167
- const filterSensitiveLog: (obj: HandlerFailureException) => any;
168
- }
169
141
 
170
142
  export interface HandlerInternalFailureException extends __SmithyException, $MetadataBearer {
171
143
  name: "HandlerInternalFailureException";
172
144
  $fault: "server";
173
145
  Message?: string;
174
146
  }
175
- export declare namespace HandlerInternalFailureException {
176
-
177
- const filterSensitiveLog: (obj: HandlerInternalFailureException) => any;
178
- }
179
147
 
180
148
  export interface InvalidCredentialsException extends __SmithyException, $MetadataBearer {
181
149
  name: "InvalidCredentialsException";
182
150
  $fault: "client";
183
151
  Message?: string;
184
152
  }
185
- export declare namespace InvalidCredentialsException {
186
-
187
- const filterSensitiveLog: (obj: InvalidCredentialsException) => any;
188
- }
189
153
 
190
154
  export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
191
155
  name: "InvalidRequestException";
192
156
  $fault: "client";
193
157
  Message?: string;
194
158
  }
195
- export declare namespace InvalidRequestException {
196
-
197
- const filterSensitiveLog: (obj: InvalidRequestException) => any;
198
- }
199
159
 
200
160
  export interface NetworkFailureException extends __SmithyException, $MetadataBearer {
201
161
  name: "NetworkFailureException";
202
162
  $fault: "server";
203
163
  Message?: string;
204
164
  }
205
- export declare namespace NetworkFailureException {
206
-
207
- const filterSensitiveLog: (obj: NetworkFailureException) => any;
208
- }
209
165
 
210
166
  export interface NotStabilizedException extends __SmithyException, $MetadataBearer {
211
167
  name: "NotStabilizedException";
212
168
  $fault: "client";
213
169
  Message?: string;
214
170
  }
215
- export declare namespace NotStabilizedException {
216
-
217
- const filterSensitiveLog: (obj: NotStabilizedException) => any;
218
- }
219
171
 
220
172
  export interface NotUpdatableException extends __SmithyException, $MetadataBearer {
221
173
  name: "NotUpdatableException";
222
174
  $fault: "client";
223
175
  Message?: string;
224
176
  }
225
- export declare namespace NotUpdatableException {
226
-
227
- const filterSensitiveLog: (obj: NotUpdatableException) => any;
228
- }
229
177
 
230
178
  export interface PrivateTypeException extends __SmithyException, $MetadataBearer {
231
179
  name: "PrivateTypeException";
232
180
  $fault: "client";
233
181
  Message?: string;
234
182
  }
235
- export declare namespace PrivateTypeException {
236
-
237
- const filterSensitiveLog: (obj: PrivateTypeException) => any;
238
- }
239
183
 
240
184
  export interface ResourceConflictException extends __SmithyException, $MetadataBearer {
241
185
  name: "ResourceConflictException";
242
186
  $fault: "client";
243
187
  Message?: string;
244
188
  }
245
- export declare namespace ResourceConflictException {
246
-
247
- const filterSensitiveLog: (obj: ResourceConflictException) => any;
248
- }
249
189
 
250
190
  export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
251
191
  name: "ResourceNotFoundException";
252
192
  $fault: "client";
253
193
  Message?: string;
254
194
  }
255
- export declare namespace ResourceNotFoundException {
256
-
257
- const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
258
- }
259
195
 
260
196
  export interface ServiceInternalErrorException extends __SmithyException, $MetadataBearer {
261
197
  name: "ServiceInternalErrorException";
262
198
  $fault: "server";
263
199
  Message?: string;
264
200
  }
265
- export declare namespace ServiceInternalErrorException {
266
-
267
- const filterSensitiveLog: (obj: ServiceInternalErrorException) => any;
268
- }
269
201
 
270
202
  export interface ServiceLimitExceededException extends __SmithyException, $MetadataBearer {
271
203
  name: "ServiceLimitExceededException";
272
204
  $fault: "client";
273
205
  Message?: string;
274
206
  }
275
- export declare namespace ServiceLimitExceededException {
276
-
277
- const filterSensitiveLog: (obj: ServiceLimitExceededException) => any;
278
- }
279
207
 
280
208
  export interface ThrottlingException extends __SmithyException, $MetadataBearer {
281
209
  name: "ThrottlingException";
282
210
  $fault: "client";
283
211
  Message?: string;
284
212
  }
285
- export declare namespace ThrottlingException {
286
-
287
- const filterSensitiveLog: (obj: ThrottlingException) => any;
288
- }
289
213
 
290
214
  export interface TypeNotFoundException extends __SmithyException, $MetadataBearer {
291
215
  name: "TypeNotFoundException";
292
216
  $fault: "client";
293
217
  Message?: string;
294
218
  }
295
- export declare namespace TypeNotFoundException {
296
-
297
- const filterSensitiveLog: (obj: TypeNotFoundException) => any;
298
- }
299
219
 
300
220
  export interface UnsupportedActionException extends __SmithyException, $MetadataBearer {
301
221
  name: "UnsupportedActionException";
302
222
  $fault: "client";
303
223
  Message?: string;
304
224
  }
305
- export declare namespace UnsupportedActionException {
306
-
307
- const filterSensitiveLog: (obj: UnsupportedActionException) => any;
308
- }
309
225
  export interface DeleteResourceInput {
310
226
 
311
227
  TypeName: string | undefined;
@@ -1,8 +1,9 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { CloudControlClientConfig } from "./CloudControlClient";
3
3
 
4
4
  export declare const getRuntimeConfig: (config: CloudControlClientConfig) => {
5
5
  runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
6
7
  base64Decoder: import("@aws-sdk/types").Decoder;
7
8
  base64Encoder: import("@aws-sdk/types").Encoder;
8
9
  bodyLengthChecker: (body: any) => number | undefined;
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: CloudControlClientConfig) => {
10
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
13
  region: string | import("@aws-sdk/types").Provider<any>;
13
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
14
15
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
16
  sha256: import("@aws-sdk/types").HashConstructor;
16
17
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -1,16 +1,17 @@
1
- import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { CloudControlClientConfig } from "./CloudControlClient";
3
3
 
4
4
  export declare const getRuntimeConfig: (config: CloudControlClientConfig) => {
5
5
  runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
6
7
  base64Decoder: import("@aws-sdk/types").Decoder;
7
8
  base64Encoder: import("@aws-sdk/types").Encoder;
8
9
  bodyLengthChecker: (body: any) => number | undefined;
9
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
10
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
10
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
13
  region: string | import("@aws-sdk/types").Provider<string>;
13
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
14
15
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
16
  sha256: import("@aws-sdk/types").HashConstructor;
16
17
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: CloudControlClientConfig) => {
23
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
24
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
25
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
26
27
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
27
28
  tls?: boolean | undefined;
28
29
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;