@aws-sdk/client-oam 3.952.0 → 3.953.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 (35) hide show
  1. package/dist-cjs/index.js +210 -150
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateLinkCommand.js +2 -2
  4. package/dist-es/commands/CreateSinkCommand.js +2 -2
  5. package/dist-es/commands/DeleteLinkCommand.js +2 -2
  6. package/dist-es/commands/DeleteSinkCommand.js +2 -2
  7. package/dist-es/commands/GetLinkCommand.js +2 -2
  8. package/dist-es/commands/GetSinkCommand.js +2 -2
  9. package/dist-es/commands/GetSinkPolicyCommand.js +2 -2
  10. package/dist-es/commands/ListAttachedLinksCommand.js +2 -2
  11. package/dist-es/commands/ListLinksCommand.js +2 -2
  12. package/dist-es/commands/ListSinksCommand.js +2 -2
  13. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  14. package/dist-es/commands/PutSinkPolicyCommand.js +2 -2
  15. package/dist-es/commands/TagResourceCommand.js +2 -2
  16. package/dist-es/commands/UntagResourceCommand.js +2 -2
  17. package/dist-es/commands/UpdateLinkCommand.js +2 -2
  18. package/dist-es/index.js +1 -0
  19. package/dist-es/runtimeConfig.shared.js +6 -1
  20. package/dist-es/schemas/schemas_0.js +115 -115
  21. package/dist-types/OAMClient.d.ts +1 -10
  22. package/dist-types/index.d.ts +1 -0
  23. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  24. package/dist-types/runtimeConfig.d.ts +6 -2
  25. package/dist-types/runtimeConfig.native.d.ts +6 -2
  26. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  27. package/dist-types/schemas/schemas_0.d.ts +61 -69
  28. package/dist-types/ts3.4/OAMClient.d.ts +0 -4
  29. package/dist-types/ts3.4/index.d.ts +1 -0
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  34. package/dist-types/ts3.4/schemas/schemas_0.d.ts +60 -69
  35. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class OAMClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let OAMServiceException$1 = class OAMServiceException extends smithyClient.ServiceException {
113
+ class OAMServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, OAMServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let ConflictException$1 = class ConflictException extends OAMServiceException$1 {
120
+ class ConflictException extends OAMServiceException {
121
121
  name = "ConflictException";
122
122
  $fault = "client";
123
123
  Message;
@@ -132,8 +132,8 @@ let ConflictException$1 = class ConflictException extends OAMServiceException$1
132
132
  this.Message = opts.Message;
133
133
  this.amznErrorType = opts.amznErrorType;
134
134
  }
135
- };
136
- let InternalServiceFault$1 = class InternalServiceFault extends OAMServiceException$1 {
135
+ }
136
+ class InternalServiceFault extends OAMServiceException {
137
137
  name = "InternalServiceFault";
138
138
  $fault = "server";
139
139
  Message;
@@ -148,8 +148,8 @@ let InternalServiceFault$1 = class InternalServiceFault extends OAMServiceExcept
148
148
  this.Message = opts.Message;
149
149
  this.amznErrorType = opts.amznErrorType;
150
150
  }
151
- };
152
- let InvalidParameterException$1 = class InvalidParameterException extends OAMServiceException$1 {
151
+ }
152
+ class InvalidParameterException extends OAMServiceException {
153
153
  name = "InvalidParameterException";
154
154
  $fault = "client";
155
155
  amznErrorType;
@@ -162,8 +162,8 @@ let InvalidParameterException$1 = class InvalidParameterException extends OAMSer
162
162
  Object.setPrototypeOf(this, InvalidParameterException.prototype);
163
163
  this.amznErrorType = opts.amznErrorType;
164
164
  }
165
- };
166
- let MissingRequiredParameterException$1 = class MissingRequiredParameterException extends OAMServiceException$1 {
165
+ }
166
+ class MissingRequiredParameterException extends OAMServiceException {
167
167
  name = "MissingRequiredParameterException";
168
168
  $fault = "client";
169
169
  amznErrorType;
@@ -176,8 +176,8 @@ let MissingRequiredParameterException$1 = class MissingRequiredParameterExceptio
176
176
  Object.setPrototypeOf(this, MissingRequiredParameterException.prototype);
177
177
  this.amznErrorType = opts.amznErrorType;
178
178
  }
179
- };
180
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends OAMServiceException$1 {
179
+ }
180
+ class ServiceQuotaExceededException extends OAMServiceException {
181
181
  name = "ServiceQuotaExceededException";
182
182
  $fault = "client";
183
183
  Message;
@@ -192,8 +192,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
192
192
  this.Message = opts.Message;
193
193
  this.amznErrorType = opts.amznErrorType;
194
194
  }
195
- };
196
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends OAMServiceException$1 {
195
+ }
196
+ class ResourceNotFoundException extends OAMServiceException {
197
197
  name = "ResourceNotFoundException";
198
198
  $fault = "client";
199
199
  Message;
@@ -208,8 +208,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends OAMSer
208
208
  this.Message = opts.Message;
209
209
  this.amznErrorType = opts.amznErrorType;
210
210
  }
211
- };
212
- let ValidationException$1 = class ValidationException extends OAMServiceException$1 {
211
+ }
212
+ class ValidationException extends OAMServiceException {
213
213
  name = "ValidationException";
214
214
  $fault = "client";
215
215
  Message;
@@ -222,8 +222,8 @@ let ValidationException$1 = class ValidationException extends OAMServiceExceptio
222
222
  Object.setPrototypeOf(this, ValidationException.prototype);
223
223
  this.Message = opts.Message;
224
224
  }
225
- };
226
- let TooManyTagsException$1 = class TooManyTagsException extends OAMServiceException$1 {
225
+ }
226
+ class TooManyTagsException extends OAMServiceException {
227
227
  name = "TooManyTagsException";
228
228
  $fault = "client";
229
229
  Message;
@@ -236,7 +236,7 @@ let TooManyTagsException$1 = class TooManyTagsException extends OAMServiceExcept
236
236
  Object.setPrototypeOf(this, TooManyTagsException.prototype);
237
237
  this.Message = opts.Message;
238
238
  }
239
- };
239
+ }
240
240
 
241
241
  const _A = "Arn";
242
242
  const _CE = "ConflictException";
@@ -334,7 +334,7 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.oam";
334
334
  const _tK = "tagKeys";
335
335
  const _xaE = "x-amzn-ErrorType";
336
336
  const n0 = "com.amazonaws.oam";
337
- var ConflictException = [
337
+ var ConflictException$ = [
338
338
  -3,
339
339
  n0,
340
340
  _CE,
@@ -342,43 +342,43 @@ var ConflictException = [
342
342
  [_M, _aET],
343
343
  [0, [0, { [_hH]: _xaE }]],
344
344
  ];
345
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
346
- var CreateLinkInput = [
345
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
346
+ var CreateLinkInput$ = [
347
347
  3,
348
348
  n0,
349
349
  _CLI,
350
350
  0,
351
351
  [_LT, _RT, _SI, _T, _LC],
352
- [0, 64 | 0, 0, 128 | 0, () => LinkConfiguration],
352
+ [0, 64 | 0, 0, 128 | 0, () => LinkConfiguration$],
353
353
  ];
354
- var CreateLinkOutput = [
354
+ var CreateLinkOutput$ = [
355
355
  3,
356
356
  n0,
357
357
  _CLO,
358
358
  0,
359
359
  [_A, _I, _L, _LT, _RT, _SA, _T, _LC],
360
- [0, 0, 0, 0, 64 | 0, 0, 128 | 0, () => LinkConfiguration],
360
+ [0, 0, 0, 0, 64 | 0, 0, 128 | 0, () => LinkConfiguration$],
361
361
  ];
362
- var CreateSinkInput = [3, n0, _CSI, 0, [_N, _T], [0, 128 | 0]];
363
- var CreateSinkOutput = [3, n0, _CSO, 0, [_A, _I, _N, _T], [0, 0, 0, 128 | 0]];
364
- var DeleteLinkInput = [3, n0, _DLI, 0, [_Id], [0]];
365
- var DeleteLinkOutput = [3, n0, _DLO, 0, [], []];
366
- var DeleteSinkInput = [3, n0, _DSI, 0, [_Id], [0]];
367
- var DeleteSinkOutput = [3, n0, _DSO, 0, [], []];
368
- var GetLinkInput = [3, n0, _GLI, 0, [_Id, _IT], [0, 2]];
369
- var GetLinkOutput = [
362
+ var CreateSinkInput$ = [3, n0, _CSI, 0, [_N, _T], [0, 128 | 0]];
363
+ var CreateSinkOutput$ = [3, n0, _CSO, 0, [_A, _I, _N, _T], [0, 0, 0, 128 | 0]];
364
+ var DeleteLinkInput$ = [3, n0, _DLI, 0, [_Id], [0]];
365
+ var DeleteLinkOutput$ = [3, n0, _DLO, 0, [], []];
366
+ var DeleteSinkInput$ = [3, n0, _DSI, 0, [_Id], [0]];
367
+ var DeleteSinkOutput$ = [3, n0, _DSO, 0, [], []];
368
+ var GetLinkInput$ = [3, n0, _GLI, 0, [_Id, _IT], [0, 2]];
369
+ var GetLinkOutput$ = [
370
370
  3,
371
371
  n0,
372
372
  _GLO,
373
373
  0,
374
374
  [_A, _I, _L, _LT, _RT, _SA, _T, _LC],
375
- [0, 0, 0, 0, 64 | 0, 0, 128 | 0, () => LinkConfiguration],
375
+ [0, 0, 0, 0, 64 | 0, 0, 128 | 0, () => LinkConfiguration$],
376
376
  ];
377
- var GetSinkInput = [3, n0, _GSI, 0, [_Id, _IT], [0, 2]];
378
- var GetSinkOutput = [3, n0, _GSO, 0, [_A, _I, _N, _T], [0, 0, 0, 128 | 0]];
379
- var GetSinkPolicyInput = [3, n0, _GSPI, 0, [_SI], [0]];
380
- var GetSinkPolicyOutput = [3, n0, _GSPO, 0, [_SA, _SIi, _P], [0, 0, 0]];
381
- var InternalServiceFault = [
377
+ var GetSinkInput$ = [3, n0, _GSI, 0, [_Id, _IT], [0, 2]];
378
+ var GetSinkOutput$ = [3, n0, _GSO, 0, [_A, _I, _N, _T], [0, 0, 0, 128 | 0]];
379
+ var GetSinkPolicyInput$ = [3, n0, _GSPI, 0, [_SI], [0]];
380
+ var GetSinkPolicyOutput$ = [3, n0, _GSPO, 0, [_SA, _SIi, _P], [0, 0, 0]];
381
+ var InternalServiceFault$ = [
382
382
  -3,
383
383
  n0,
384
384
  _ISF,
@@ -386,8 +386,8 @@ var InternalServiceFault = [
386
386
  [_M, _aET],
387
387
  [0, [0, { [_hH]: _xaE }]],
388
388
  ];
389
- schema.TypeRegistry.for(n0).registerError(InternalServiceFault, InternalServiceFault$1);
390
- var InvalidParameterException = [
389
+ schema.TypeRegistry.for(n0).registerError(InternalServiceFault$, InternalServiceFault);
390
+ var InvalidParameterException$ = [
391
391
  -3,
392
392
  n0,
393
393
  _IPE,
@@ -395,18 +395,18 @@ var InvalidParameterException = [
395
395
  [_m, _aET],
396
396
  [0, [0, { [_hH]: _xaE }]],
397
397
  ];
398
- schema.TypeRegistry.for(n0).registerError(InvalidParameterException, InvalidParameterException$1);
399
- var LinkConfiguration = [
398
+ schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
399
+ var LinkConfiguration$ = [
400
400
  3,
401
401
  n0,
402
402
  _LC,
403
403
  0,
404
404
  [_LGC, _MC],
405
- [() => LogGroupConfiguration, () => MetricConfiguration],
405
+ [() => LogGroupConfiguration$, () => MetricConfiguration$],
406
406
  ];
407
- var ListAttachedLinksInput = [3, n0, _LALI, 0, [_MR, _NT, _SI], [1, 0, 0]];
408
- var ListAttachedLinksItem = [3, n0, _LALIi, 0, [_L, _LA, _RT], [0, 0, 64 | 0]];
409
- var ListAttachedLinksOutput = [
407
+ var ListAttachedLinksInput$ = [3, n0, _LALI, 0, [_MR, _NT, _SI], [1, 0, 0]];
408
+ var ListAttachedLinksItem$ = [3, n0, _LALIi, 0, [_L, _LA, _RT], [0, 0, 64 | 0]];
409
+ var ListAttachedLinksOutput$ = [
410
410
  3,
411
411
  n0,
412
412
  _LALO,
@@ -414,17 +414,17 @@ var ListAttachedLinksOutput = [
414
414
  [_It, _NT],
415
415
  [() => ListAttachedLinksItems, 0],
416
416
  ];
417
- var ListLinksInput = [3, n0, _LLI, 0, [_MR, _NT], [1, 0]];
418
- var ListLinksItem = [3, n0, _LLIi, 0, [_A, _I, _L, _RT, _SA], [0, 0, 0, 64 | 0, 0]];
419
- var ListLinksOutput = [3, n0, _LLO, 0, [_It, _NT], [() => ListLinksItems, 0]];
420
- var ListSinksInput = [3, n0, _LSI, 0, [_MR, _NT], [1, 0]];
421
- var ListSinksItem = [3, n0, _LSIi, 0, [_A, _I, _N], [0, 0, 0]];
422
- var ListSinksOutput = [3, n0, _LSO, 0, [_It, _NT], [() => ListSinksItems, 0]];
423
- var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RA], [[0, 1]]];
424
- var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_T], [128 | 0]];
425
- var LogGroupConfiguration = [3, n0, _LGC, 0, [_F], [0]];
426
- var MetricConfiguration = [3, n0, _MC, 0, [_F], [0]];
427
- var MissingRequiredParameterException = [
417
+ var ListLinksInput$ = [3, n0, _LLI, 0, [_MR, _NT], [1, 0]];
418
+ var ListLinksItem$ = [3, n0, _LLIi, 0, [_A, _I, _L, _RT, _SA], [0, 0, 0, 64 | 0, 0]];
419
+ var ListLinksOutput$ = [3, n0, _LLO, 0, [_It, _NT], [() => ListLinksItems, 0]];
420
+ var ListSinksInput$ = [3, n0, _LSI, 0, [_MR, _NT], [1, 0]];
421
+ var ListSinksItem$ = [3, n0, _LSIi, 0, [_A, _I, _N], [0, 0, 0]];
422
+ var ListSinksOutput$ = [3, n0, _LSO, 0, [_It, _NT], [() => ListSinksItems, 0]];
423
+ var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RA], [[0, 1]]];
424
+ var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_T], [128 | 0]];
425
+ var LogGroupConfiguration$ = [3, n0, _LGC, 0, [_F], [0]];
426
+ var MetricConfiguration$ = [3, n0, _MC, 0, [_F], [0]];
427
+ var MissingRequiredParameterException$ = [
428
428
  -3,
429
429
  n0,
430
430
  _MRPE,
@@ -432,10 +432,10 @@ var MissingRequiredParameterException = [
432
432
  [_m, _aET],
433
433
  [0, [0, { [_hH]: _xaE }]],
434
434
  ];
435
- schema.TypeRegistry.for(n0).registerError(MissingRequiredParameterException, MissingRequiredParameterException$1);
436
- var PutSinkPolicyInput = [3, n0, _PSPI, 0, [_SI, _P], [0, 0]];
437
- var PutSinkPolicyOutput = [3, n0, _PSPO, 0, [_SA, _SIi, _P], [0, 0, 0]];
438
- var ResourceNotFoundException = [
435
+ schema.TypeRegistry.for(n0).registerError(MissingRequiredParameterException$, MissingRequiredParameterException);
436
+ var PutSinkPolicyInput$ = [3, n0, _PSPI, 0, [_SI, _P], [0, 0]];
437
+ var PutSinkPolicyOutput$ = [3, n0, _PSPO, 0, [_SA, _SIi, _P], [0, 0, 0]];
438
+ var ResourceNotFoundException$ = [
439
439
  -3,
440
440
  n0,
441
441
  _RNFE,
@@ -443,8 +443,8 @@ var ResourceNotFoundException = [
443
443
  [_M, _aET],
444
444
  [0, [0, { [_hH]: _xaE }]],
445
445
  ];
446
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
447
- var ServiceQuotaExceededException = [
446
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
447
+ var ServiceQuotaExceededException$ = [
448
448
  -3,
449
449
  n0,
450
450
  _SQEE,
@@ -452,12 +452,12 @@ var ServiceQuotaExceededException = [
452
452
  [_M, _aET],
453
453
  [0, [0, { [_hH]: _xaE }]],
454
454
  ];
455
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
456
- var TagResourceInput = [3, n0, _TRI, 0, [_RA, _T], [[0, 1], 128 | 0]];
457
- var TagResourceOutput = [3, n0, _TRO, 0, [], []];
458
- var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
459
- schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
460
- var UntagResourceInput = [
455
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
456
+ var TagResourceInput$ = [3, n0, _TRI, 0, [_RA, _T], [[0, 1], 128 | 0]];
457
+ var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
458
+ var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
459
+ schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
460
+ var UntagResourceInput$ = [
461
461
  3,
462
462
  n0,
463
463
  _URI,
@@ -468,149 +468,149 @@ var UntagResourceInput = [
468
468
  [64 | 0, { [_hQ]: _tK }],
469
469
  ],
470
470
  ];
471
- var UntagResourceOutput = [3, n0, _URO, 0, [], []];
472
- var UpdateLinkInput = [
471
+ var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
472
+ var UpdateLinkInput$ = [
473
473
  3,
474
474
  n0,
475
475
  _ULI,
476
476
  0,
477
477
  [_Id, _RT, _LC, _IT],
478
- [0, 64 | 0, () => LinkConfiguration, 2],
478
+ [0, 64 | 0, () => LinkConfiguration$, 2],
479
479
  ];
480
- var UpdateLinkOutput = [
480
+ var UpdateLinkOutput$ = [
481
481
  3,
482
482
  n0,
483
483
  _ULO,
484
484
  0,
485
485
  [_A, _I, _L, _LT, _RT, _SA, _T, _LC],
486
- [0, 0, 0, 0, 64 | 0, 0, 128 | 0, () => LinkConfiguration],
486
+ [0, 0, 0, 0, 64 | 0, 0, 128 | 0, () => LinkConfiguration$],
487
487
  ];
488
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
489
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
490
- var OAMServiceException = [-3, _sm, "OAMServiceException", 0, [], []];
491
- schema.TypeRegistry.for(_sm).registerError(OAMServiceException, OAMServiceException$1);
492
- var ListAttachedLinksItems = [1, n0, _LALIis, 0, () => ListAttachedLinksItem];
493
- var ListLinksItems = [1, n0, _LLIis, 0, () => ListLinksItem];
494
- var ListSinksItems = [1, n0, _LSIis, 0, () => ListSinksItem];
495
- var CreateLink = [
488
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
489
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
490
+ var OAMServiceException$ = [-3, _sm, "OAMServiceException", 0, [], []];
491
+ schema.TypeRegistry.for(_sm).registerError(OAMServiceException$, OAMServiceException);
492
+ var ListAttachedLinksItems = [1, n0, _LALIis, 0, () => ListAttachedLinksItem$];
493
+ var ListLinksItems = [1, n0, _LLIis, 0, () => ListLinksItem$];
494
+ var ListSinksItems = [1, n0, _LSIis, 0, () => ListSinksItem$];
495
+ var CreateLink$ = [
496
496
  9,
497
497
  n0,
498
498
  _CL,
499
499
  { [_h]: ["POST", "/CreateLink", 200] },
500
- () => CreateLinkInput,
501
- () => CreateLinkOutput,
500
+ () => CreateLinkInput$,
501
+ () => CreateLinkOutput$,
502
502
  ];
503
- var CreateSink = [
503
+ var CreateSink$ = [
504
504
  9,
505
505
  n0,
506
506
  _CS,
507
507
  { [_h]: ["POST", "/CreateSink", 200] },
508
- () => CreateSinkInput,
509
- () => CreateSinkOutput,
508
+ () => CreateSinkInput$,
509
+ () => CreateSinkOutput$,
510
510
  ];
511
- var DeleteLink = [
511
+ var DeleteLink$ = [
512
512
  9,
513
513
  n0,
514
514
  _DL,
515
515
  { [_h]: ["POST", "/DeleteLink", 200] },
516
- () => DeleteLinkInput,
517
- () => DeleteLinkOutput,
516
+ () => DeleteLinkInput$,
517
+ () => DeleteLinkOutput$,
518
518
  ];
519
- var DeleteSink = [
519
+ var DeleteSink$ = [
520
520
  9,
521
521
  n0,
522
522
  _DS,
523
523
  { [_h]: ["POST", "/DeleteSink", 200] },
524
- () => DeleteSinkInput,
525
- () => DeleteSinkOutput,
524
+ () => DeleteSinkInput$,
525
+ () => DeleteSinkOutput$,
526
526
  ];
527
- var GetLink = [
527
+ var GetLink$ = [
528
528
  9,
529
529
  n0,
530
530
  _GL,
531
531
  { [_h]: ["POST", "/GetLink", 200] },
532
- () => GetLinkInput,
533
- () => GetLinkOutput,
532
+ () => GetLinkInput$,
533
+ () => GetLinkOutput$,
534
534
  ];
535
- var GetSink = [
535
+ var GetSink$ = [
536
536
  9,
537
537
  n0,
538
538
  _GS,
539
539
  { [_h]: ["POST", "/GetSink", 200] },
540
- () => GetSinkInput,
541
- () => GetSinkOutput,
540
+ () => GetSinkInput$,
541
+ () => GetSinkOutput$,
542
542
  ];
543
- var GetSinkPolicy = [
543
+ var GetSinkPolicy$ = [
544
544
  9,
545
545
  n0,
546
546
  _GSP,
547
547
  { [_h]: ["POST", "/GetSinkPolicy", 200] },
548
- () => GetSinkPolicyInput,
549
- () => GetSinkPolicyOutput,
548
+ () => GetSinkPolicyInput$,
549
+ () => GetSinkPolicyOutput$,
550
550
  ];
551
- var ListAttachedLinks = [
551
+ var ListAttachedLinks$ = [
552
552
  9,
553
553
  n0,
554
554
  _LAL,
555
555
  { [_h]: ["POST", "/ListAttachedLinks", 200] },
556
- () => ListAttachedLinksInput,
557
- () => ListAttachedLinksOutput,
556
+ () => ListAttachedLinksInput$,
557
+ () => ListAttachedLinksOutput$,
558
558
  ];
559
- var ListLinks = [
559
+ var ListLinks$ = [
560
560
  9,
561
561
  n0,
562
562
  _LL,
563
563
  { [_h]: ["POST", "/ListLinks", 200] },
564
- () => ListLinksInput,
565
- () => ListLinksOutput,
564
+ () => ListLinksInput$,
565
+ () => ListLinksOutput$,
566
566
  ];
567
- var ListSinks = [
567
+ var ListSinks$ = [
568
568
  9,
569
569
  n0,
570
570
  _LS,
571
571
  { [_h]: ["POST", "/ListSinks", 200] },
572
- () => ListSinksInput,
573
- () => ListSinksOutput,
572
+ () => ListSinksInput$,
573
+ () => ListSinksOutput$,
574
574
  ];
575
- var ListTagsForResource = [
575
+ var ListTagsForResource$ = [
576
576
  9,
577
577
  n0,
578
578
  _LTFR,
579
579
  { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
580
- () => ListTagsForResourceInput,
581
- () => ListTagsForResourceOutput,
580
+ () => ListTagsForResourceInput$,
581
+ () => ListTagsForResourceOutput$,
582
582
  ];
583
- var PutSinkPolicy = [
583
+ var PutSinkPolicy$ = [
584
584
  9,
585
585
  n0,
586
586
  _PSP,
587
587
  { [_h]: ["POST", "/PutSinkPolicy", 200] },
588
- () => PutSinkPolicyInput,
589
- () => PutSinkPolicyOutput,
588
+ () => PutSinkPolicyInput$,
589
+ () => PutSinkPolicyOutput$,
590
590
  ];
591
- var TagResource = [
591
+ var TagResource$ = [
592
592
  9,
593
593
  n0,
594
594
  _TR,
595
595
  { [_h]: ["PUT", "/tags/{ResourceArn}", 200] },
596
- () => TagResourceInput,
597
- () => TagResourceOutput,
596
+ () => TagResourceInput$,
597
+ () => TagResourceOutput$,
598
598
  ];
599
- var UntagResource = [
599
+ var UntagResource$ = [
600
600
  9,
601
601
  n0,
602
602
  _UR,
603
603
  { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
604
- () => UntagResourceInput,
605
- () => UntagResourceOutput,
604
+ () => UntagResourceInput$,
605
+ () => UntagResourceOutput$,
606
606
  ];
607
- var UpdateLink = [
607
+ var UpdateLink$ = [
608
608
  9,
609
609
  n0,
610
610
  _UL,
611
611
  { [_h]: ["POST", "/UpdateLink", 200] },
612
- () => UpdateLinkInput,
613
- () => UpdateLinkOutput,
612
+ () => UpdateLinkInput$,
613
+ () => UpdateLinkOutput$,
614
614
  ];
615
615
 
616
616
  class CreateLinkCommand extends smithyClient.Command
@@ -621,7 +621,7 @@ class CreateLinkCommand extends smithyClient.Command
621
621
  })
622
622
  .s("oamservice", "CreateLink", {})
623
623
  .n("OAMClient", "CreateLinkCommand")
624
- .sc(CreateLink)
624
+ .sc(CreateLink$)
625
625
  .build() {
626
626
  }
627
627
 
@@ -633,7 +633,7 @@ class CreateSinkCommand extends smithyClient.Command
633
633
  })
634
634
  .s("oamservice", "CreateSink", {})
635
635
  .n("OAMClient", "CreateSinkCommand")
636
- .sc(CreateSink)
636
+ .sc(CreateSink$)
637
637
  .build() {
638
638
  }
639
639
 
@@ -645,7 +645,7 @@ class DeleteLinkCommand extends smithyClient.Command
645
645
  })
646
646
  .s("oamservice", "DeleteLink", {})
647
647
  .n("OAMClient", "DeleteLinkCommand")
648
- .sc(DeleteLink)
648
+ .sc(DeleteLink$)
649
649
  .build() {
650
650
  }
651
651
 
@@ -657,7 +657,7 @@ class DeleteSinkCommand extends smithyClient.Command
657
657
  })
658
658
  .s("oamservice", "DeleteSink", {})
659
659
  .n("OAMClient", "DeleteSinkCommand")
660
- .sc(DeleteSink)
660
+ .sc(DeleteSink$)
661
661
  .build() {
662
662
  }
663
663
 
@@ -669,7 +669,7 @@ class GetLinkCommand extends smithyClient.Command
669
669
  })
670
670
  .s("oamservice", "GetLink", {})
671
671
  .n("OAMClient", "GetLinkCommand")
672
- .sc(GetLink)
672
+ .sc(GetLink$)
673
673
  .build() {
674
674
  }
675
675
 
@@ -681,7 +681,7 @@ class GetSinkCommand extends smithyClient.Command
681
681
  })
682
682
  .s("oamservice", "GetSink", {})
683
683
  .n("OAMClient", "GetSinkCommand")
684
- .sc(GetSink)
684
+ .sc(GetSink$)
685
685
  .build() {
686
686
  }
687
687
 
@@ -693,7 +693,7 @@ class GetSinkPolicyCommand extends smithyClient.Command
693
693
  })
694
694
  .s("oamservice", "GetSinkPolicy", {})
695
695
  .n("OAMClient", "GetSinkPolicyCommand")
696
- .sc(GetSinkPolicy)
696
+ .sc(GetSinkPolicy$)
697
697
  .build() {
698
698
  }
699
699
 
@@ -705,7 +705,7 @@ class ListAttachedLinksCommand extends smithyClient.Command
705
705
  })
706
706
  .s("oamservice", "ListAttachedLinks", {})
707
707
  .n("OAMClient", "ListAttachedLinksCommand")
708
- .sc(ListAttachedLinks)
708
+ .sc(ListAttachedLinks$)
709
709
  .build() {
710
710
  }
711
711
 
@@ -717,7 +717,7 @@ class ListLinksCommand extends smithyClient.Command
717
717
  })
718
718
  .s("oamservice", "ListLinks", {})
719
719
  .n("OAMClient", "ListLinksCommand")
720
- .sc(ListLinks)
720
+ .sc(ListLinks$)
721
721
  .build() {
722
722
  }
723
723
 
@@ -729,7 +729,7 @@ class ListSinksCommand extends smithyClient.Command
729
729
  })
730
730
  .s("oamservice", "ListSinks", {})
731
731
  .n("OAMClient", "ListSinksCommand")
732
- .sc(ListSinks)
732
+ .sc(ListSinks$)
733
733
  .build() {
734
734
  }
735
735
 
@@ -741,7 +741,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
741
741
  })
742
742
  .s("oamservice", "ListTagsForResource", {})
743
743
  .n("OAMClient", "ListTagsForResourceCommand")
744
- .sc(ListTagsForResource)
744
+ .sc(ListTagsForResource$)
745
745
  .build() {
746
746
  }
747
747
 
@@ -753,7 +753,7 @@ class PutSinkPolicyCommand extends smithyClient.Command
753
753
  })
754
754
  .s("oamservice", "PutSinkPolicy", {})
755
755
  .n("OAMClient", "PutSinkPolicyCommand")
756
- .sc(PutSinkPolicy)
756
+ .sc(PutSinkPolicy$)
757
757
  .build() {
758
758
  }
759
759
 
@@ -765,7 +765,7 @@ class TagResourceCommand extends smithyClient.Command
765
765
  })
766
766
  .s("oamservice", "TagResource", {})
767
767
  .n("OAMClient", "TagResourceCommand")
768
- .sc(TagResource)
768
+ .sc(TagResource$)
769
769
  .build() {
770
770
  }
771
771
 
@@ -777,7 +777,7 @@ class UntagResourceCommand extends smithyClient.Command
777
777
  })
778
778
  .s("oamservice", "UntagResource", {})
779
779
  .n("OAMClient", "UntagResourceCommand")
780
- .sc(UntagResource)
780
+ .sc(UntagResource$)
781
781
  .build() {
782
782
  }
783
783
 
@@ -789,7 +789,7 @@ class UpdateLinkCommand extends smithyClient.Command
789
789
  })
790
790
  .s("oamservice", "UpdateLink", {})
791
791
  .n("OAMClient", "UpdateLinkCommand")
792
- .sc(UpdateLink)
792
+ .sc(UpdateLink$)
793
793
  .build() {
794
794
  }
795
795
 
@@ -838,33 +838,93 @@ Object.defineProperty(exports, "__Client", {
838
838
  enumerable: true,
839
839
  get: function () { return smithyClient.Client; }
840
840
  });
841
- exports.ConflictException = ConflictException$1;
841
+ exports.ConflictException = ConflictException;
842
+ exports.ConflictException$ = ConflictException$;
843
+ exports.CreateLink$ = CreateLink$;
842
844
  exports.CreateLinkCommand = CreateLinkCommand;
845
+ exports.CreateLinkInput$ = CreateLinkInput$;
846
+ exports.CreateLinkOutput$ = CreateLinkOutput$;
847
+ exports.CreateSink$ = CreateSink$;
843
848
  exports.CreateSinkCommand = CreateSinkCommand;
849
+ exports.CreateSinkInput$ = CreateSinkInput$;
850
+ exports.CreateSinkOutput$ = CreateSinkOutput$;
851
+ exports.DeleteLink$ = DeleteLink$;
844
852
  exports.DeleteLinkCommand = DeleteLinkCommand;
853
+ exports.DeleteLinkInput$ = DeleteLinkInput$;
854
+ exports.DeleteLinkOutput$ = DeleteLinkOutput$;
855
+ exports.DeleteSink$ = DeleteSink$;
845
856
  exports.DeleteSinkCommand = DeleteSinkCommand;
857
+ exports.DeleteSinkInput$ = DeleteSinkInput$;
858
+ exports.DeleteSinkOutput$ = DeleteSinkOutput$;
859
+ exports.GetLink$ = GetLink$;
846
860
  exports.GetLinkCommand = GetLinkCommand;
861
+ exports.GetLinkInput$ = GetLinkInput$;
862
+ exports.GetLinkOutput$ = GetLinkOutput$;
863
+ exports.GetSink$ = GetSink$;
847
864
  exports.GetSinkCommand = GetSinkCommand;
865
+ exports.GetSinkInput$ = GetSinkInput$;
866
+ exports.GetSinkOutput$ = GetSinkOutput$;
867
+ exports.GetSinkPolicy$ = GetSinkPolicy$;
848
868
  exports.GetSinkPolicyCommand = GetSinkPolicyCommand;
849
- exports.InternalServiceFault = InternalServiceFault$1;
850
- exports.InvalidParameterException = InvalidParameterException$1;
869
+ exports.GetSinkPolicyInput$ = GetSinkPolicyInput$;
870
+ exports.GetSinkPolicyOutput$ = GetSinkPolicyOutput$;
871
+ exports.InternalServiceFault = InternalServiceFault;
872
+ exports.InternalServiceFault$ = InternalServiceFault$;
873
+ exports.InvalidParameterException = InvalidParameterException;
874
+ exports.InvalidParameterException$ = InvalidParameterException$;
875
+ exports.LinkConfiguration$ = LinkConfiguration$;
876
+ exports.ListAttachedLinks$ = ListAttachedLinks$;
851
877
  exports.ListAttachedLinksCommand = ListAttachedLinksCommand;
878
+ exports.ListAttachedLinksInput$ = ListAttachedLinksInput$;
879
+ exports.ListAttachedLinksItem$ = ListAttachedLinksItem$;
880
+ exports.ListAttachedLinksOutput$ = ListAttachedLinksOutput$;
881
+ exports.ListLinks$ = ListLinks$;
852
882
  exports.ListLinksCommand = ListLinksCommand;
883
+ exports.ListLinksInput$ = ListLinksInput$;
884
+ exports.ListLinksItem$ = ListLinksItem$;
885
+ exports.ListLinksOutput$ = ListLinksOutput$;
886
+ exports.ListSinks$ = ListSinks$;
853
887
  exports.ListSinksCommand = ListSinksCommand;
888
+ exports.ListSinksInput$ = ListSinksInput$;
889
+ exports.ListSinksItem$ = ListSinksItem$;
890
+ exports.ListSinksOutput$ = ListSinksOutput$;
891
+ exports.ListTagsForResource$ = ListTagsForResource$;
854
892
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
855
- exports.MissingRequiredParameterException = MissingRequiredParameterException$1;
893
+ exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
894
+ exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
895
+ exports.LogGroupConfiguration$ = LogGroupConfiguration$;
896
+ exports.MetricConfiguration$ = MetricConfiguration$;
897
+ exports.MissingRequiredParameterException = MissingRequiredParameterException;
898
+ exports.MissingRequiredParameterException$ = MissingRequiredParameterException$;
856
899
  exports.OAM = OAM;
857
900
  exports.OAMClient = OAMClient;
858
- exports.OAMServiceException = OAMServiceException$1;
901
+ exports.OAMServiceException = OAMServiceException;
902
+ exports.OAMServiceException$ = OAMServiceException$;
903
+ exports.PutSinkPolicy$ = PutSinkPolicy$;
859
904
  exports.PutSinkPolicyCommand = PutSinkPolicyCommand;
860
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
905
+ exports.PutSinkPolicyInput$ = PutSinkPolicyInput$;
906
+ exports.PutSinkPolicyOutput$ = PutSinkPolicyOutput$;
907
+ exports.ResourceNotFoundException = ResourceNotFoundException;
908
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
861
909
  exports.ResourceType = ResourceType;
862
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
910
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
911
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
912
+ exports.TagResource$ = TagResource$;
863
913
  exports.TagResourceCommand = TagResourceCommand;
864
- exports.TooManyTagsException = TooManyTagsException$1;
914
+ exports.TagResourceInput$ = TagResourceInput$;
915
+ exports.TagResourceOutput$ = TagResourceOutput$;
916
+ exports.TooManyTagsException = TooManyTagsException;
917
+ exports.TooManyTagsException$ = TooManyTagsException$;
918
+ exports.UntagResource$ = UntagResource$;
865
919
  exports.UntagResourceCommand = UntagResourceCommand;
920
+ exports.UntagResourceInput$ = UntagResourceInput$;
921
+ exports.UntagResourceOutput$ = UntagResourceOutput$;
922
+ exports.UpdateLink$ = UpdateLink$;
866
923
  exports.UpdateLinkCommand = UpdateLinkCommand;
867
- exports.ValidationException = ValidationException$1;
924
+ exports.UpdateLinkInput$ = UpdateLinkInput$;
925
+ exports.UpdateLinkOutput$ = UpdateLinkOutput$;
926
+ exports.ValidationException = ValidationException;
927
+ exports.ValidationException$ = ValidationException$;
868
928
  exports.paginateListAttachedLinks = paginateListAttachedLinks;
869
929
  exports.paginateListLinks = paginateListLinks;
870
930
  exports.paginateListSinks = paginateListSinks;