@aws-sdk/client-oam 3.940.0 → 3.946.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 +30 -151
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/OAMClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +30 -151
- package/dist-types/OAM.d.ts +1 -1
- package/dist-types/OAMClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateLinkCommand.d.ts +3 -3
- package/dist-types/commands/CreateSinkCommand.d.ts +3 -3
- package/dist-types/commands/DeleteLinkCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSinkCommand.d.ts +3 -3
- package/dist-types/commands/GetLinkCommand.d.ts +3 -3
- package/dist-types/commands/GetSinkCommand.d.ts +3 -3
- package/dist-types/commands/GetSinkPolicyCommand.d.ts +3 -3
- package/dist-types/commands/ListAttachedLinksCommand.d.ts +3 -3
- package/dist-types/commands/ListLinksCommand.d.ts +3 -3
- package/dist-types/commands/ListSinksCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/PutSinkPolicyCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateLinkCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/OAMServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAttachedLinksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLinksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSinksPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/OAMClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/OAMServiceException.d.ts +1 -1
- 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,17 +248,7 @@ 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
253
|
export var __Unit = "unit";
|
|
345
254
|
export var OAMServiceException = [-3, _sm, "OAMServiceException", 0, [], []];
|
|
@@ -356,9 +265,7 @@ export var CreateLink = [
|
|
|
356
265
|
9,
|
|
357
266
|
n0,
|
|
358
267
|
_CL,
|
|
359
|
-
{
|
|
360
|
-
[_h]: ["POST", "/CreateLink", 200],
|
|
361
|
-
},
|
|
268
|
+
{ [_h]: ["POST", "/CreateLink", 200] },
|
|
362
269
|
() => CreateLinkInput,
|
|
363
270
|
() => CreateLinkOutput,
|
|
364
271
|
];
|
|
@@ -366,9 +273,7 @@ export var CreateSink = [
|
|
|
366
273
|
9,
|
|
367
274
|
n0,
|
|
368
275
|
_CS,
|
|
369
|
-
{
|
|
370
|
-
[_h]: ["POST", "/CreateSink", 200],
|
|
371
|
-
},
|
|
276
|
+
{ [_h]: ["POST", "/CreateSink", 200] },
|
|
372
277
|
() => CreateSinkInput,
|
|
373
278
|
() => CreateSinkOutput,
|
|
374
279
|
];
|
|
@@ -376,9 +281,7 @@ export var DeleteLink = [
|
|
|
376
281
|
9,
|
|
377
282
|
n0,
|
|
378
283
|
_DL,
|
|
379
|
-
{
|
|
380
|
-
[_h]: ["POST", "/DeleteLink", 200],
|
|
381
|
-
},
|
|
284
|
+
{ [_h]: ["POST", "/DeleteLink", 200] },
|
|
382
285
|
() => DeleteLinkInput,
|
|
383
286
|
() => DeleteLinkOutput,
|
|
384
287
|
];
|
|
@@ -386,9 +289,7 @@ export var DeleteSink = [
|
|
|
386
289
|
9,
|
|
387
290
|
n0,
|
|
388
291
|
_DS,
|
|
389
|
-
{
|
|
390
|
-
[_h]: ["POST", "/DeleteSink", 200],
|
|
391
|
-
},
|
|
292
|
+
{ [_h]: ["POST", "/DeleteSink", 200] },
|
|
392
293
|
() => DeleteSinkInput,
|
|
393
294
|
() => DeleteSinkOutput,
|
|
394
295
|
];
|
|
@@ -396,9 +297,7 @@ export var GetLink = [
|
|
|
396
297
|
9,
|
|
397
298
|
n0,
|
|
398
299
|
_GL,
|
|
399
|
-
{
|
|
400
|
-
[_h]: ["POST", "/GetLink", 200],
|
|
401
|
-
},
|
|
300
|
+
{ [_h]: ["POST", "/GetLink", 200] },
|
|
402
301
|
() => GetLinkInput,
|
|
403
302
|
() => GetLinkOutput,
|
|
404
303
|
];
|
|
@@ -406,9 +305,7 @@ export var GetSink = [
|
|
|
406
305
|
9,
|
|
407
306
|
n0,
|
|
408
307
|
_GS,
|
|
409
|
-
{
|
|
410
|
-
[_h]: ["POST", "/GetSink", 200],
|
|
411
|
-
},
|
|
308
|
+
{ [_h]: ["POST", "/GetSink", 200] },
|
|
412
309
|
() => GetSinkInput,
|
|
413
310
|
() => GetSinkOutput,
|
|
414
311
|
];
|
|
@@ -416,9 +313,7 @@ export var GetSinkPolicy = [
|
|
|
416
313
|
9,
|
|
417
314
|
n0,
|
|
418
315
|
_GSP,
|
|
419
|
-
{
|
|
420
|
-
[_h]: ["POST", "/GetSinkPolicy", 200],
|
|
421
|
-
},
|
|
316
|
+
{ [_h]: ["POST", "/GetSinkPolicy", 200] },
|
|
422
317
|
() => GetSinkPolicyInput,
|
|
423
318
|
() => GetSinkPolicyOutput,
|
|
424
319
|
];
|
|
@@ -426,9 +321,7 @@ export var ListAttachedLinks = [
|
|
|
426
321
|
9,
|
|
427
322
|
n0,
|
|
428
323
|
_LAL,
|
|
429
|
-
{
|
|
430
|
-
[_h]: ["POST", "/ListAttachedLinks", 200],
|
|
431
|
-
},
|
|
324
|
+
{ [_h]: ["POST", "/ListAttachedLinks", 200] },
|
|
432
325
|
() => ListAttachedLinksInput,
|
|
433
326
|
() => ListAttachedLinksOutput,
|
|
434
327
|
];
|
|
@@ -436,9 +329,7 @@ export var ListLinks = [
|
|
|
436
329
|
9,
|
|
437
330
|
n0,
|
|
438
331
|
_LL,
|
|
439
|
-
{
|
|
440
|
-
[_h]: ["POST", "/ListLinks", 200],
|
|
441
|
-
},
|
|
332
|
+
{ [_h]: ["POST", "/ListLinks", 200] },
|
|
442
333
|
() => ListLinksInput,
|
|
443
334
|
() => ListLinksOutput,
|
|
444
335
|
];
|
|
@@ -446,9 +337,7 @@ export var ListSinks = [
|
|
|
446
337
|
9,
|
|
447
338
|
n0,
|
|
448
339
|
_LS,
|
|
449
|
-
{
|
|
450
|
-
[_h]: ["POST", "/ListSinks", 200],
|
|
451
|
-
},
|
|
340
|
+
{ [_h]: ["POST", "/ListSinks", 200] },
|
|
452
341
|
() => ListSinksInput,
|
|
453
342
|
() => ListSinksOutput,
|
|
454
343
|
];
|
|
@@ -456,9 +345,7 @@ export var ListTagsForResource = [
|
|
|
456
345
|
9,
|
|
457
346
|
n0,
|
|
458
347
|
_LTFR,
|
|
459
|
-
{
|
|
460
|
-
[_h]: ["GET", "/tags/{ResourceArn}", 200],
|
|
461
|
-
},
|
|
348
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
462
349
|
() => ListTagsForResourceInput,
|
|
463
350
|
() => ListTagsForResourceOutput,
|
|
464
351
|
];
|
|
@@ -466,9 +353,7 @@ export var PutSinkPolicy = [
|
|
|
466
353
|
9,
|
|
467
354
|
n0,
|
|
468
355
|
_PSP,
|
|
469
|
-
{
|
|
470
|
-
[_h]: ["POST", "/PutSinkPolicy", 200],
|
|
471
|
-
},
|
|
356
|
+
{ [_h]: ["POST", "/PutSinkPolicy", 200] },
|
|
472
357
|
() => PutSinkPolicyInput,
|
|
473
358
|
() => PutSinkPolicyOutput,
|
|
474
359
|
];
|
|
@@ -476,9 +361,7 @@ export var TagResource = [
|
|
|
476
361
|
9,
|
|
477
362
|
n0,
|
|
478
363
|
_TR,
|
|
479
|
-
{
|
|
480
|
-
[_h]: ["PUT", "/tags/{ResourceArn}", 200],
|
|
481
|
-
},
|
|
364
|
+
{ [_h]: ["PUT", "/tags/{ResourceArn}", 200] },
|
|
482
365
|
() => TagResourceInput,
|
|
483
366
|
() => TagResourceOutput,
|
|
484
367
|
];
|
|
@@ -486,9 +369,7 @@ export var UntagResource = [
|
|
|
486
369
|
9,
|
|
487
370
|
n0,
|
|
488
371
|
_UR,
|
|
489
|
-
{
|
|
490
|
-
[_h]: ["DELETE", "/tags/{ResourceArn}", 200],
|
|
491
|
-
},
|
|
372
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
|
|
492
373
|
() => UntagResourceInput,
|
|
493
374
|
() => UntagResourceOutput,
|
|
494
375
|
];
|
|
@@ -496,9 +377,7 @@ export var UpdateLink = [
|
|
|
496
377
|
9,
|
|
497
378
|
n0,
|
|
498
379
|
_UL,
|
|
499
|
-
{
|
|
500
|
-
[_h]: ["POST", "/UpdateLink", 200],
|
|
501
|
-
},
|
|
380
|
+
{ [_h]: ["POST", "/UpdateLink", 200] },
|
|
502
381
|
() => UpdateLinkInput,
|
|
503
382
|
() => UpdateLinkOutput,
|
|
504
383
|
];
|
package/dist-types/OAM.d.ts
CHANGED
|
@@ -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 {
|
|
8
|
-
import {
|
|
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
|
|
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 {
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { OAMServiceException as __BaseException } from "./OAMServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>A resource was in an inconsistent state during an update or a deletion.</p>
|