@aws-sdk/client-oam 3.943.0 → 3.947.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.
Files changed (46) hide show
  1. package/dist-cjs/index.js +30 -151
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/OAMClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +30 -152
  8. package/dist-types/OAM.d.ts +1 -1
  9. package/dist-types/OAMClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CreateLinkCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateSinkCommand.d.ts +3 -3
  14. package/dist-types/commands/DeleteLinkCommand.d.ts +3 -3
  15. package/dist-types/commands/DeleteSinkCommand.d.ts +3 -3
  16. package/dist-types/commands/GetLinkCommand.d.ts +3 -3
  17. package/dist-types/commands/GetSinkCommand.d.ts +3 -3
  18. package/dist-types/commands/GetSinkPolicyCommand.d.ts +3 -3
  19. package/dist-types/commands/ListAttachedLinksCommand.d.ts +3 -3
  20. package/dist-types/commands/ListLinksCommand.d.ts +3 -3
  21. package/dist-types/commands/ListSinksCommand.d.ts +3 -3
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  23. package/dist-types/commands/PutSinkPolicyCommand.d.ts +3 -3
  24. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  25. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  26. package/dist-types/commands/UpdateLinkCommand.d.ts +3 -3
  27. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  28. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  29. package/dist-types/extensionConfiguration.d.ts +4 -4
  30. package/dist-types/models/OAMServiceException.d.ts +1 -1
  31. package/dist-types/models/errors.d.ts +1 -1
  32. package/dist-types/pagination/Interfaces.d.ts +1 -1
  33. package/dist-types/pagination/ListAttachedLinksPaginator.d.ts +1 -1
  34. package/dist-types/pagination/ListLinksPaginator.d.ts +1 -1
  35. package/dist-types/pagination/ListSinksPaginator.d.ts +1 -1
  36. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  37. package/dist-types/runtimeConfig.d.ts +1 -1
  38. package/dist-types/runtimeConfig.native.d.ts +1 -1
  39. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  40. package/dist-types/runtimeExtensions.d.ts +1 -1
  41. package/dist-types/schemas/schemas_0.d.ts +1 -2
  42. package/dist-types/ts3.4/OAMClient.d.ts +3 -3
  43. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  44. package/dist-types/ts3.4/models/OAMServiceException.d.ts +1 -1
  45. package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
  46. package/package.json +13 -12
@@ -101,20 +101,9 @@ export var ConflictException = [
101
101
  -3,
102
102
  n0,
103
103
  _CE,
104
- {
105
- [_e]: _c,
106
- [_hE]: 409,
107
- },
104
+ { [_e]: _c, [_hE]: 409 },
108
105
  [_M, _aET],
109
- [
110
- 0,
111
- [
112
- 0,
113
- {
114
- [_hH]: _xaE,
115
- },
116
- ],
117
- ],
106
+ [0, [0, { [_hH]: _xaE }]],
118
107
  ];
119
108
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
120
109
  export var CreateLinkInput = [
@@ -156,40 +145,18 @@ export var InternalServiceFault = [
156
145
  -3,
157
146
  n0,
158
147
  _ISF,
159
- {
160
- [_e]: _s,
161
- [_hE]: 500,
162
- },
148
+ { [_e]: _s, [_hE]: 500 },
163
149
  [_M, _aET],
164
- [
165
- 0,
166
- [
167
- 0,
168
- {
169
- [_hH]: _xaE,
170
- },
171
- ],
172
- ],
150
+ [0, [0, { [_hH]: _xaE }]],
173
151
  ];
174
152
  TypeRegistry.for(n0).registerError(InternalServiceFault, __InternalServiceFault);
175
153
  export var InvalidParameterException = [
176
154
  -3,
177
155
  n0,
178
156
  _IPE,
179
- {
180
- [_e]: _c,
181
- [_hE]: 400,
182
- },
157
+ { [_e]: _c, [_hE]: 400 },
183
158
  [_m, _aET],
184
- [
185
- 0,
186
- [
187
- 0,
188
- {
189
- [_hH]: _xaE,
190
- },
191
- ],
192
- ],
159
+ [0, [0, { [_hH]: _xaE }]],
193
160
  ];
194
161
  TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
195
162
  export var LinkConfiguration = [
@@ -224,20 +191,9 @@ export var MissingRequiredParameterException = [
224
191
  -3,
225
192
  n0,
226
193
  _MRPE,
227
- {
228
- [_e]: _c,
229
- [_hE]: 400,
230
- },
194
+ { [_e]: _c, [_hE]: 400 },
231
195
  [_m, _aET],
232
- [
233
- 0,
234
- [
235
- 0,
236
- {
237
- [_hH]: _xaE,
238
- },
239
- ],
240
- ],
196
+ [0, [0, { [_hH]: _xaE }]],
241
197
  ];
242
198
  TypeRegistry.for(n0).registerError(MissingRequiredParameterException, __MissingRequiredParameterException);
243
199
  export var PutSinkPolicyInput = [3, n0, _PSPI, 0, [_SI, _P], [0, 0]];
@@ -246,55 +202,23 @@ export var ResourceNotFoundException = [
246
202
  -3,
247
203
  n0,
248
204
  _RNFE,
249
- {
250
- [_e]: _c,
251
- [_hE]: 404,
252
- },
205
+ { [_e]: _c, [_hE]: 404 },
253
206
  [_M, _aET],
254
- [
255
- 0,
256
- [
257
- 0,
258
- {
259
- [_hH]: _xaE,
260
- },
261
- ],
262
- ],
207
+ [0, [0, { [_hH]: _xaE }]],
263
208
  ];
264
209
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
265
210
  export var ServiceQuotaExceededException = [
266
211
  -3,
267
212
  n0,
268
213
  _SQEE,
269
- {
270
- [_e]: _c,
271
- [_hE]: 429,
272
- },
214
+ { [_e]: _c, [_hE]: 429 },
273
215
  [_M, _aET],
274
- [
275
- 0,
276
- [
277
- 0,
278
- {
279
- [_hH]: _xaE,
280
- },
281
- ],
282
- ],
216
+ [0, [0, { [_hH]: _xaE }]],
283
217
  ];
284
218
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
285
219
  export var TagResourceInput = [3, n0, _TRI, 0, [_RA, _T], [[0, 1], 128 | 0]];
286
220
  export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
287
- export var TooManyTagsException = [
288
- -3,
289
- n0,
290
- _TMTE,
291
- {
292
- [_e]: _c,
293
- [_hE]: 400,
294
- },
295
- [_M],
296
- [0],
297
- ];
221
+ export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
298
222
  TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
299
223
  export var UntagResourceInput = [
300
224
  3,
@@ -304,12 +228,7 @@ export var UntagResourceInput = [
304
228
  [_RA, _TK],
305
229
  [
306
230
  [0, 1],
307
- [
308
- 64 | 0,
309
- {
310
- [_hQ]: _tK,
311
- },
312
- ],
231
+ [64 | 0, { [_hQ]: _tK }],
313
232
  ],
314
233
  ];
315
234
  export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
@@ -329,19 +248,8 @@ export var UpdateLinkOutput = [
329
248
  [_A, _I, _L, _LT, _RT, _SA, _T, _LC],
330
249
  [0, 0, 0, 0, 64 | 0, 0, 128 | 0, () => LinkConfiguration],
331
250
  ];
332
- export var ValidationException = [
333
- -3,
334
- n0,
335
- _VE,
336
- {
337
- [_e]: _c,
338
- [_hE]: 400,
339
- },
340
- [_M],
341
- [0],
342
- ];
251
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
343
252
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
344
- export var __Unit = "unit";
345
253
  export var OAMServiceException = [-3, _sm, "OAMServiceException", 0, [], []];
346
254
  TypeRegistry.for(_sm).registerError(OAMServiceException, __OAMServiceException);
347
255
  export var ListAttachedLinksItems = [1, n0, _LALIis, 0, () => ListAttachedLinksItem];
@@ -356,9 +264,7 @@ export var CreateLink = [
356
264
  9,
357
265
  n0,
358
266
  _CL,
359
- {
360
- [_h]: ["POST", "/CreateLink", 200],
361
- },
267
+ { [_h]: ["POST", "/CreateLink", 200] },
362
268
  () => CreateLinkInput,
363
269
  () => CreateLinkOutput,
364
270
  ];
@@ -366,9 +272,7 @@ export var CreateSink = [
366
272
  9,
367
273
  n0,
368
274
  _CS,
369
- {
370
- [_h]: ["POST", "/CreateSink", 200],
371
- },
275
+ { [_h]: ["POST", "/CreateSink", 200] },
372
276
  () => CreateSinkInput,
373
277
  () => CreateSinkOutput,
374
278
  ];
@@ -376,9 +280,7 @@ export var DeleteLink = [
376
280
  9,
377
281
  n0,
378
282
  _DL,
379
- {
380
- [_h]: ["POST", "/DeleteLink", 200],
381
- },
283
+ { [_h]: ["POST", "/DeleteLink", 200] },
382
284
  () => DeleteLinkInput,
383
285
  () => DeleteLinkOutput,
384
286
  ];
@@ -386,9 +288,7 @@ export var DeleteSink = [
386
288
  9,
387
289
  n0,
388
290
  _DS,
389
- {
390
- [_h]: ["POST", "/DeleteSink", 200],
391
- },
291
+ { [_h]: ["POST", "/DeleteSink", 200] },
392
292
  () => DeleteSinkInput,
393
293
  () => DeleteSinkOutput,
394
294
  ];
@@ -396,9 +296,7 @@ export var GetLink = [
396
296
  9,
397
297
  n0,
398
298
  _GL,
399
- {
400
- [_h]: ["POST", "/GetLink", 200],
401
- },
299
+ { [_h]: ["POST", "/GetLink", 200] },
402
300
  () => GetLinkInput,
403
301
  () => GetLinkOutput,
404
302
  ];
@@ -406,9 +304,7 @@ export var GetSink = [
406
304
  9,
407
305
  n0,
408
306
  _GS,
409
- {
410
- [_h]: ["POST", "/GetSink", 200],
411
- },
307
+ { [_h]: ["POST", "/GetSink", 200] },
412
308
  () => GetSinkInput,
413
309
  () => GetSinkOutput,
414
310
  ];
@@ -416,9 +312,7 @@ export var GetSinkPolicy = [
416
312
  9,
417
313
  n0,
418
314
  _GSP,
419
- {
420
- [_h]: ["POST", "/GetSinkPolicy", 200],
421
- },
315
+ { [_h]: ["POST", "/GetSinkPolicy", 200] },
422
316
  () => GetSinkPolicyInput,
423
317
  () => GetSinkPolicyOutput,
424
318
  ];
@@ -426,9 +320,7 @@ export var ListAttachedLinks = [
426
320
  9,
427
321
  n0,
428
322
  _LAL,
429
- {
430
- [_h]: ["POST", "/ListAttachedLinks", 200],
431
- },
323
+ { [_h]: ["POST", "/ListAttachedLinks", 200] },
432
324
  () => ListAttachedLinksInput,
433
325
  () => ListAttachedLinksOutput,
434
326
  ];
@@ -436,9 +328,7 @@ export var ListLinks = [
436
328
  9,
437
329
  n0,
438
330
  _LL,
439
- {
440
- [_h]: ["POST", "/ListLinks", 200],
441
- },
331
+ { [_h]: ["POST", "/ListLinks", 200] },
442
332
  () => ListLinksInput,
443
333
  () => ListLinksOutput,
444
334
  ];
@@ -446,9 +336,7 @@ export var ListSinks = [
446
336
  9,
447
337
  n0,
448
338
  _LS,
449
- {
450
- [_h]: ["POST", "/ListSinks", 200],
451
- },
339
+ { [_h]: ["POST", "/ListSinks", 200] },
452
340
  () => ListSinksInput,
453
341
  () => ListSinksOutput,
454
342
  ];
@@ -456,9 +344,7 @@ export var ListTagsForResource = [
456
344
  9,
457
345
  n0,
458
346
  _LTFR,
459
- {
460
- [_h]: ["GET", "/tags/{ResourceArn}", 200],
461
- },
347
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
462
348
  () => ListTagsForResourceInput,
463
349
  () => ListTagsForResourceOutput,
464
350
  ];
@@ -466,9 +352,7 @@ export var PutSinkPolicy = [
466
352
  9,
467
353
  n0,
468
354
  _PSP,
469
- {
470
- [_h]: ["POST", "/PutSinkPolicy", 200],
471
- },
355
+ { [_h]: ["POST", "/PutSinkPolicy", 200] },
472
356
  () => PutSinkPolicyInput,
473
357
  () => PutSinkPolicyOutput,
474
358
  ];
@@ -476,9 +360,7 @@ export var TagResource = [
476
360
  9,
477
361
  n0,
478
362
  _TR,
479
- {
480
- [_h]: ["PUT", "/tags/{ResourceArn}", 200],
481
- },
363
+ { [_h]: ["PUT", "/tags/{ResourceArn}", 200] },
482
364
  () => TagResourceInput,
483
365
  () => TagResourceOutput,
484
366
  ];
@@ -486,9 +368,7 @@ export var UntagResource = [
486
368
  9,
487
369
  n0,
488
370
  _UR,
489
- {
490
- [_h]: ["DELETE", "/tags/{ResourceArn}", 200],
491
- },
371
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
492
372
  () => UntagResourceInput,
493
373
  () => UntagResourceOutput,
494
374
  ];
@@ -496,9 +376,7 @@ export var UpdateLink = [
496
376
  9,
497
377
  n0,
498
378
  _UL,
499
- {
500
- [_h]: ["POST", "/UpdateLink", 200],
501
- },
379
+ { [_h]: ["POST", "/UpdateLink", 200] },
502
380
  () => UpdateLinkInput,
503
381
  () => UpdateLinkOutput,
504
382
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
3
3
  import { CreateSinkCommandInput, CreateSinkCommandOutput } from "./commands/CreateSinkCommand";
4
4
  import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
11
11
  import { CreateSinkCommandInput, CreateSinkCommandOutput } from "./commands/CreateSinkCommand";
12
12
  import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
@@ -23,7 +23,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
23
23
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
24
24
  import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "./commands/UpdateLinkCommand";
25
25
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
26
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
26
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
27
27
  export { __Client };
28
28
  /**
29
29
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { OAMHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { OAMHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { OAMClientResolvedConfig } from "../OAMClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type OAMClientResolvedConfig } from "../OAMClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateLinkInput, CreateLinkOutput } from "../models/models_0";
4
- import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateLinkInput, CreateLinkOutput } from "../models/models_0";
4
+ import type { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateSinkInput, CreateSinkOutput } from "../models/models_0";
4
- import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateSinkInput, CreateSinkOutput } from "../models/models_0";
4
+ import type { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteLinkInput, DeleteLinkOutput } from "../models/models_0";
4
- import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteLinkInput, DeleteLinkOutput } from "../models/models_0";
4
+ import type { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteSinkInput, DeleteSinkOutput } from "../models/models_0";
4
- import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteSinkInput, DeleteSinkOutput } from "../models/models_0";
4
+ import type { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetLinkInput, GetLinkOutput } from "../models/models_0";
4
- import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetLinkInput, GetLinkOutput } from "../models/models_0";
4
+ import type { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetSinkInput, GetSinkOutput } from "../models/models_0";
4
- import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetSinkInput, GetSinkOutput } from "../models/models_0";
4
+ import type { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetSinkPolicyInput, GetSinkPolicyOutput } from "../models/models_0";
4
- import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetSinkPolicyInput, GetSinkPolicyOutput } from "../models/models_0";
4
+ import type { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListAttachedLinksInput, ListAttachedLinksOutput } from "../models/models_0";
4
- import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListAttachedLinksInput, ListAttachedLinksOutput } from "../models/models_0";
4
+ import type { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListLinksInput, ListLinksOutput } from "../models/models_0";
4
- import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListLinksInput, ListLinksOutput } from "../models/models_0";
4
+ import type { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListSinksInput, ListSinksOutput } from "../models/models_0";
4
- import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListSinksInput, ListSinksOutput } from "../models/models_0";
4
+ import type { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
4
- import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
4
+ import type { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { PutSinkPolicyInput, PutSinkPolicyOutput } from "../models/models_0";
4
- import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { PutSinkPolicyInput, PutSinkPolicyOutput } from "../models/models_0";
4
+ import type { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
- import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
+ import type { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
4
- import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
4
+ import type { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateLinkInput, UpdateLinkOutput } from "../models/models_0";
4
- import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { UpdateLinkInput, UpdateLinkOutput } from "../models/models_0";
4
+ import type { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,4 +1,4 @@
1
- import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
1
+ import type { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -8,10 +8,19 @@ export interface ClientInputEndpointParameters {
8
8
  useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
9
9
  endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
10
10
  }
11
+ /**
12
+ * @public
13
+ */
11
14
  export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
12
15
  defaultSigningName: string;
13
16
  };
17
+ /**
18
+ * @internal
19
+ */
14
20
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
21
+ /**
22
+ * @internal
23
+ */
15
24
  export declare const commonParams: {
16
25
  readonly UseFIPS: {
17
26
  readonly type: "builtInParams";
@@ -30,6 +39,9 @@ export declare const commonParams: {
30
39
  readonly name: "useDualstackEndpoint";
31
40
  };
32
41
  };
42
+ /**
43
+ * @internal
44
+ */
33
45
  export interface EndpointParameters extends __EndpointParameters {
34
46
  Region?: string | undefined;
35
47
  UseDualStack?: boolean | undefined;
@@ -1,5 +1,8 @@
1
- import { EndpointV2, Logger } from "@smithy/types";
2
- import { EndpointParameters } from "./EndpointParameters";
1
+ import type { EndpointV2, Logger } from "@smithy/types";
2
+ import type { EndpointParameters } from "./EndpointParameters";
3
+ /**
4
+ * @internal
5
+ */
3
6
  export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
7
  logger?: Logger;
5
8
  }) => EndpointV2;
@@ -1,7 +1,7 @@
1
- import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
3
- import { DefaultExtensionConfiguration } from "@smithy/types";
4
- import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
1
+ import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
3
+ import type { DefaultExtensionConfiguration } from "@smithy/types";
4
+ import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
6
6
  * @internal
7
7
  */
@@ -1,4 +1,4 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**