@aws-sdk/client-resource-groups-tagging-api 3.952.0 → 3.954.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 (29) hide show
  1. package/dist-cjs/index.js +144 -103
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/DescribeReportCreationCommand.js +2 -2
  4. package/dist-es/commands/GetComplianceSummaryCommand.js +2 -2
  5. package/dist-es/commands/GetResourcesCommand.js +2 -2
  6. package/dist-es/commands/GetTagKeysCommand.js +2 -2
  7. package/dist-es/commands/GetTagValuesCommand.js +2 -2
  8. package/dist-es/commands/ListRequiredTagsCommand.js +2 -2
  9. package/dist-es/commands/StartReportCreationCommand.js +2 -2
  10. package/dist-es/commands/TagResourcesCommand.js +2 -2
  11. package/dist-es/commands/UntagResourcesCommand.js +2 -2
  12. package/dist-es/index.js +1 -0
  13. package/dist-es/runtimeConfig.shared.js +6 -6
  14. package/dist-es/schemas/schemas_0.js +89 -89
  15. package/dist-types/ResourceGroupsTaggingAPIClient.d.ts +1 -10
  16. package/dist-types/index.d.ts +1 -0
  17. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  18. package/dist-types/runtimeConfig.d.ts +6 -2
  19. package/dist-types/runtimeConfig.native.d.ts +6 -2
  20. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  21. package/dist-types/schemas/schemas_0.d.ts +42 -62
  22. package/dist-types/ts3.4/ResourceGroupsTaggingAPIClient.d.ts +0 -4
  23. package/dist-types/ts3.4/index.d.ts +1 -0
  24. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  25. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  26. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  27. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  28. package/dist-types/ts3.4/schemas/schemas_0.d.ts +41 -63
  29. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class ResourceGroupsTaggingAPIClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let ResourceGroupsTaggingAPIServiceException$1 = class ResourceGroupsTaggingAPIServiceException extends smithyClient.ServiceException {
113
+ class ResourceGroupsTaggingAPIServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, ResourceGroupsTaggingAPIServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let ConcurrentModificationException$1 = class ConcurrentModificationException extends ResourceGroupsTaggingAPIServiceException$1 {
120
+ class ConcurrentModificationException extends ResourceGroupsTaggingAPIServiceException {
121
121
  name = "ConcurrentModificationException";
122
122
  $fault = "client";
123
123
  Message;
@@ -130,8 +130,8 @@ let ConcurrentModificationException$1 = class ConcurrentModificationException ex
130
130
  Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- };
134
- let ConstraintViolationException$1 = class ConstraintViolationException extends ResourceGroupsTaggingAPIServiceException$1 {
133
+ }
134
+ class ConstraintViolationException extends ResourceGroupsTaggingAPIServiceException {
135
135
  name = "ConstraintViolationException";
136
136
  $fault = "client";
137
137
  Message;
@@ -144,8 +144,8 @@ let ConstraintViolationException$1 = class ConstraintViolationException extends
144
144
  Object.setPrototypeOf(this, ConstraintViolationException.prototype);
145
145
  this.Message = opts.Message;
146
146
  }
147
- };
148
- let InternalServiceException$1 = class InternalServiceException extends ResourceGroupsTaggingAPIServiceException$1 {
147
+ }
148
+ class InternalServiceException extends ResourceGroupsTaggingAPIServiceException {
149
149
  name = "InternalServiceException";
150
150
  $fault = "server";
151
151
  Message;
@@ -158,8 +158,8 @@ let InternalServiceException$1 = class InternalServiceException extends Resource
158
158
  Object.setPrototypeOf(this, InternalServiceException.prototype);
159
159
  this.Message = opts.Message;
160
160
  }
161
- };
162
- let InvalidParameterException$1 = class InvalidParameterException extends ResourceGroupsTaggingAPIServiceException$1 {
161
+ }
162
+ class InvalidParameterException extends ResourceGroupsTaggingAPIServiceException {
163
163
  name = "InvalidParameterException";
164
164
  $fault = "client";
165
165
  Message;
@@ -172,8 +172,8 @@ let InvalidParameterException$1 = class InvalidParameterException extends Resour
172
172
  Object.setPrototypeOf(this, InvalidParameterException.prototype);
173
173
  this.Message = opts.Message;
174
174
  }
175
- };
176
- let ThrottledException$1 = class ThrottledException extends ResourceGroupsTaggingAPIServiceException$1 {
175
+ }
176
+ class ThrottledException extends ResourceGroupsTaggingAPIServiceException {
177
177
  name = "ThrottledException";
178
178
  $fault = "client";
179
179
  Message;
@@ -186,8 +186,8 @@ let ThrottledException$1 = class ThrottledException extends ResourceGroupsTaggin
186
186
  Object.setPrototypeOf(this, ThrottledException.prototype);
187
187
  this.Message = opts.Message;
188
188
  }
189
- };
190
- let PaginationTokenExpiredException$1 = class PaginationTokenExpiredException extends ResourceGroupsTaggingAPIServiceException$1 {
189
+ }
190
+ class PaginationTokenExpiredException extends ResourceGroupsTaggingAPIServiceException {
191
191
  name = "PaginationTokenExpiredException";
192
192
  $fault = "client";
193
193
  Message;
@@ -200,7 +200,7 @@ let PaginationTokenExpiredException$1 = class PaginationTokenExpiredException ex
200
200
  Object.setPrototypeOf(this, PaginationTokenExpiredException.prototype);
201
201
  this.Message = opts.Message;
202
202
  }
203
- };
203
+ }
204
204
 
205
205
  const _CD = "ComplianceDetails";
206
206
  const _CFRT = "CloudFormationResourceTypes";
@@ -295,15 +295,15 @@ const _h = "http";
295
295
  const _s = "server";
296
296
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.resourcegroupstaggingapi";
297
297
  const n0 = "com.amazonaws.resourcegroupstaggingapi";
298
- var ComplianceDetails = [3, n0, _CD, 0, [_NK, _KWNV, _CS], [64 | 0, 64 | 0, 2]];
299
- var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c }, [_M], [0]];
300
- schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException, ConcurrentModificationException$1);
301
- var ConstraintViolationException = [-3, n0, _CVE, { [_e]: _c }, [_M], [0]];
302
- schema.TypeRegistry.for(n0).registerError(ConstraintViolationException, ConstraintViolationException$1);
303
- var DescribeReportCreationInput = [3, n0, _DRCI, 0, [], []];
304
- var DescribeReportCreationOutput = [3, n0, _DRCO, 0, [_S, _SL, _SD, _EM], [0, 0, 0, 0]];
305
- var FailureInfo = [3, n0, _FI, 0, [_SC, _EC, _EM], [1, 0, 0]];
306
- var GetComplianceSummaryInput = [
298
+ var ComplianceDetails$ = [3, n0, _CD, 0, [_NK, _KWNV, _CS], [64 | 0, 64 | 0, 2]];
299
+ var ConcurrentModificationException$ = [-3, n0, _CME, { [_e]: _c }, [_M], [0]];
300
+ schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
301
+ var ConstraintViolationException$ = [-3, n0, _CVE, { [_e]: _c }, [_M], [0]];
302
+ schema.TypeRegistry.for(n0).registerError(ConstraintViolationException$, ConstraintViolationException);
303
+ var DescribeReportCreationInput$ = [3, n0, _DRCI, 0, [], []];
304
+ var DescribeReportCreationOutput$ = [3, n0, _DRCO, 0, [_S, _SL, _SD, _EM], [0, 0, 0, 0]];
305
+ var FailureInfo$ = [3, n0, _FI, 0, [_SC, _EC, _EM], [1, 0, 0]];
306
+ var GetComplianceSummaryInput$ = [
307
307
  3,
308
308
  n0,
309
309
  _GCSI,
@@ -311,8 +311,8 @@ var GetComplianceSummaryInput = [
311
311
  [_TIF, _RF, _RTF, _TKF, _GB, _MR, _PT],
312
312
  [64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 1, 0],
313
313
  ];
314
- var GetComplianceSummaryOutput = [3, n0, _GCSO, 0, [_SLu, _PT], [() => SummaryList, 0]];
315
- var GetResourcesInput = [
314
+ var GetComplianceSummaryOutput$ = [3, n0, _GCSO, 0, [_SLu, _PT], [() => SummaryList, 0]];
315
+ var GetResourcesInput$ = [
316
316
  3,
317
317
  n0,
318
318
  _GRI,
@@ -320,7 +320,7 @@ var GetResourcesInput = [
320
320
  [_PT, _TF, _RPP, _TPP, _RTF, _ICD, _ECR, _RARNL],
321
321
  [0, () => TagFilterList, 1, 1, 64 | 0, 2, 2, 64 | 0],
322
322
  ];
323
- var GetResourcesOutput = [
323
+ var GetResourcesOutput$ = [
324
324
  3,
325
325
  n0,
326
326
  _GRO,
@@ -328,16 +328,16 @@ var GetResourcesOutput = [
328
328
  [_PT, _RTML],
329
329
  [0, () => ResourceTagMappingList],
330
330
  ];
331
- var GetTagKeysInput = [3, n0, _GTKI, 0, [_PT], [0]];
332
- var GetTagKeysOutput = [3, n0, _GTKO, 0, [_PT, _TK], [0, 64 | 0]];
333
- var GetTagValuesInput = [3, n0, _GTVI, 0, [_PT, _K], [0, 0]];
334
- var GetTagValuesOutput = [3, n0, _GTVO, 0, [_PT, _TV], [0, 64 | 0]];
335
- var InternalServiceException = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
336
- schema.TypeRegistry.for(n0).registerError(InternalServiceException, InternalServiceException$1);
337
- var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c }, [_M], [0]];
338
- schema.TypeRegistry.for(n0).registerError(InvalidParameterException, InvalidParameterException$1);
339
- var ListRequiredTagsInput = [3, n0, _LRTI, 0, [_NT, _MR], [0, 1]];
340
- var ListRequiredTagsOutput = [
331
+ var GetTagKeysInput$ = [3, n0, _GTKI, 0, [_PT], [0]];
332
+ var GetTagKeysOutput$ = [3, n0, _GTKO, 0, [_PT, _TK], [0, 64 | 0]];
333
+ var GetTagValuesInput$ = [3, n0, _GTVI, 0, [_PT, _K], [0, 0]];
334
+ var GetTagValuesOutput$ = [3, n0, _GTVO, 0, [_PT, _TV], [0, 64 | 0]];
335
+ var InternalServiceException$ = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
336
+ schema.TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
337
+ var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c }, [_M], [0]];
338
+ schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
339
+ var ListRequiredTagsInput$ = [3, n0, _LRTI, 0, [_NT, _MR], [0, 1]];
340
+ var ListRequiredTagsOutput$ = [
341
341
  3,
342
342
  n0,
343
343
  _LRTO,
@@ -345,29 +345,29 @@ var ListRequiredTagsOutput = [
345
345
  [_RT, _NT],
346
346
  [() => RequiredTagsForListRequiredTags, 0],
347
347
  ];
348
- var PaginationTokenExpiredException = [-3, n0, _PTEE, { [_e]: _c }, [_M], [0]];
349
- schema.TypeRegistry.for(n0).registerError(PaginationTokenExpiredException, PaginationTokenExpiredException$1);
350
- var RequiredTag = [3, n0, _RTe, 0, [_RTes, _CFRT, _RTK], [0, 64 | 0, 64 | 0]];
351
- var ResourceTagMapping = [
348
+ var PaginationTokenExpiredException$ = [-3, n0, _PTEE, { [_e]: _c }, [_M], [0]];
349
+ schema.TypeRegistry.for(n0).registerError(PaginationTokenExpiredException$, PaginationTokenExpiredException);
350
+ var RequiredTag$ = [3, n0, _RTe, 0, [_RTes, _CFRT, _RTK], [0, 64 | 0, 64 | 0]];
351
+ var ResourceTagMapping$ = [
352
352
  3,
353
353
  n0,
354
354
  _RTM,
355
355
  0,
356
356
  [_RARN, _T, _CD],
357
- [0, () => TagList, () => ComplianceDetails],
357
+ [0, () => TagList, () => ComplianceDetails$],
358
358
  ];
359
- var StartReportCreationInput = [3, n0, _SRCI, 0, [_SB], [0]];
360
- var StartReportCreationOutput = [3, n0, _SRCO, 0, [], []];
361
- var Summary = [3, n0, _Su, 0, [_LU, _TI, _TIT, _R, _RTes, _NCR], [0, 0, 0, 0, 0, 1]];
362
- var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
363
- var TagFilter = [3, n0, _TFa, 0, [_K, _Va], [0, 64 | 0]];
364
- var TagResourcesInput = [3, n0, _TRI, 0, [_RARNL, _T], [64 | 0, 128 | 0]];
365
- var TagResourcesOutput = [3, n0, _TRO, 0, [_FRM], [() => FailedResourcesMap]];
366
- var ThrottledException = [-3, n0, _TE, { [_e]: _c }, [_M], [0]];
367
- schema.TypeRegistry.for(n0).registerError(ThrottledException, ThrottledException$1);
368
- var UntagResourcesInput = [3, n0, _URI, 0, [_RARNL, _TK], [64 | 0, 64 | 0]];
369
- var UntagResourcesOutput = [3, n0, _URO, 0, [_FRM], [() => FailedResourcesMap]];
370
- var ResourceGroupsTaggingAPIServiceException = [
359
+ var StartReportCreationInput$ = [3, n0, _SRCI, 0, [_SB], [0]];
360
+ var StartReportCreationOutput$ = [3, n0, _SRCO, 0, [], []];
361
+ var Summary$ = [3, n0, _Su, 0, [_LU, _TI, _TIT, _R, _RTes, _NCR], [0, 0, 0, 0, 0, 1]];
362
+ var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
363
+ var TagFilter$ = [3, n0, _TFa, 0, [_K, _Va], [0, 64 | 0]];
364
+ var TagResourcesInput$ = [3, n0, _TRI, 0, [_RARNL, _T], [64 | 0, 128 | 0]];
365
+ var TagResourcesOutput$ = [3, n0, _TRO, 0, [_FRM], [() => FailedResourcesMap]];
366
+ var ThrottledException$ = [-3, n0, _TE, { [_e]: _c }, [_M], [0]];
367
+ schema.TypeRegistry.for(n0).registerError(ThrottledException$, ThrottledException);
368
+ var UntagResourcesInput$ = [3, n0, _URI, 0, [_RARNL, _TK], [64 | 0, 64 | 0]];
369
+ var UntagResourcesOutput$ = [3, n0, _URO, 0, [_FRM], [() => FailedResourcesMap]];
370
+ var ResourceGroupsTaggingAPIServiceException$ = [
371
371
  -3,
372
372
  _sm,
373
373
  "ResourceGroupsTaggingAPIServiceException",
@@ -375,84 +375,84 @@ var ResourceGroupsTaggingAPIServiceException = [
375
375
  [],
376
376
  [],
377
377
  ];
378
- schema.TypeRegistry.for(_sm).registerError(ResourceGroupsTaggingAPIServiceException, ResourceGroupsTaggingAPIServiceException$1);
379
- var RequiredTagsForListRequiredTags = [1, n0, _RTFLRT, 0, () => RequiredTag];
380
- var ResourceTagMappingList = [1, n0, _RTML, 0, () => ResourceTagMapping];
381
- var SummaryList = [1, n0, _SLu, 0, () => Summary];
382
- var TagFilterList = [1, n0, _TFL, 0, () => TagFilter];
383
- var TagList = [1, n0, _TL, 0, () => Tag];
384
- var FailedResourcesMap = [2, n0, _FRM, 0, 0, () => FailureInfo];
385
- var DescribeReportCreation = [
378
+ schema.TypeRegistry.for(_sm).registerError(ResourceGroupsTaggingAPIServiceException$, ResourceGroupsTaggingAPIServiceException);
379
+ var RequiredTagsForListRequiredTags = [1, n0, _RTFLRT, 0, () => RequiredTag$];
380
+ var ResourceTagMappingList = [1, n0, _RTML, 0, () => ResourceTagMapping$];
381
+ var SummaryList = [1, n0, _SLu, 0, () => Summary$];
382
+ var TagFilterList = [1, n0, _TFL, 0, () => TagFilter$];
383
+ var TagList = [1, n0, _TL, 0, () => Tag$];
384
+ var FailedResourcesMap = [2, n0, _FRM, 0, 0, () => FailureInfo$];
385
+ var DescribeReportCreation$ = [
386
386
  9,
387
387
  n0,
388
388
  _DRC,
389
389
  { [_h]: ["POST", "/DescribeReportCreation", 200] },
390
- () => DescribeReportCreationInput,
391
- () => DescribeReportCreationOutput,
390
+ () => DescribeReportCreationInput$,
391
+ () => DescribeReportCreationOutput$,
392
392
  ];
393
- var GetComplianceSummary = [
393
+ var GetComplianceSummary$ = [
394
394
  9,
395
395
  n0,
396
396
  _GCS,
397
397
  { [_h]: ["POST", "/GetComplianceSummary", 200] },
398
- () => GetComplianceSummaryInput,
399
- () => GetComplianceSummaryOutput,
398
+ () => GetComplianceSummaryInput$,
399
+ () => GetComplianceSummaryOutput$,
400
400
  ];
401
- var GetResources = [
401
+ var GetResources$ = [
402
402
  9,
403
403
  n0,
404
404
  _GR,
405
405
  { [_h]: ["POST", "/GetResources", 200] },
406
- () => GetResourcesInput,
407
- () => GetResourcesOutput,
406
+ () => GetResourcesInput$,
407
+ () => GetResourcesOutput$,
408
408
  ];
409
- var GetTagKeys = [
409
+ var GetTagKeys$ = [
410
410
  9,
411
411
  n0,
412
412
  _GTK,
413
413
  { [_h]: ["POST", "/GetTagKeys", 200] },
414
- () => GetTagKeysInput,
415
- () => GetTagKeysOutput,
414
+ () => GetTagKeysInput$,
415
+ () => GetTagKeysOutput$,
416
416
  ];
417
- var GetTagValues = [
417
+ var GetTagValues$ = [
418
418
  9,
419
419
  n0,
420
420
  _GTV,
421
421
  { [_h]: ["POST", "/GetTagValues", 200] },
422
- () => GetTagValuesInput,
423
- () => GetTagValuesOutput,
422
+ () => GetTagValuesInput$,
423
+ () => GetTagValuesOutput$,
424
424
  ];
425
- var ListRequiredTags = [
425
+ var ListRequiredTags$ = [
426
426
  9,
427
427
  n0,
428
428
  _LRT,
429
429
  { [_h]: ["POST", "/ListRequiredTags", 200] },
430
- () => ListRequiredTagsInput,
431
- () => ListRequiredTagsOutput,
430
+ () => ListRequiredTagsInput$,
431
+ () => ListRequiredTagsOutput$,
432
432
  ];
433
- var StartReportCreation = [
433
+ var StartReportCreation$ = [
434
434
  9,
435
435
  n0,
436
436
  _SRC,
437
437
  { [_h]: ["POST", "/StartReportCreation", 200] },
438
- () => StartReportCreationInput,
439
- () => StartReportCreationOutput,
438
+ () => StartReportCreationInput$,
439
+ () => StartReportCreationOutput$,
440
440
  ];
441
- var TagResources = [
441
+ var TagResources$ = [
442
442
  9,
443
443
  n0,
444
444
  _TR,
445
445
  { [_h]: ["POST", "/TagResources", 200] },
446
- () => TagResourcesInput,
447
- () => TagResourcesOutput,
446
+ () => TagResourcesInput$,
447
+ () => TagResourcesOutput$,
448
448
  ];
449
- var UntagResources = [
449
+ var UntagResources$ = [
450
450
  9,
451
451
  n0,
452
452
  _UR,
453
453
  { [_h]: ["POST", "/UntagResources", 200] },
454
- () => UntagResourcesInput,
455
- () => UntagResourcesOutput,
454
+ () => UntagResourcesInput$,
455
+ () => UntagResourcesOutput$,
456
456
  ];
457
457
 
458
458
  class DescribeReportCreationCommand extends smithyClient.Command
@@ -463,7 +463,7 @@ class DescribeReportCreationCommand extends smithyClient.Command
463
463
  })
464
464
  .s("ResourceGroupsTaggingAPI_20170126", "DescribeReportCreation", {})
465
465
  .n("ResourceGroupsTaggingAPIClient", "DescribeReportCreationCommand")
466
- .sc(DescribeReportCreation)
466
+ .sc(DescribeReportCreation$)
467
467
  .build() {
468
468
  }
469
469
 
@@ -475,7 +475,7 @@ class GetComplianceSummaryCommand extends smithyClient.Command
475
475
  })
476
476
  .s("ResourceGroupsTaggingAPI_20170126", "GetComplianceSummary", {})
477
477
  .n("ResourceGroupsTaggingAPIClient", "GetComplianceSummaryCommand")
478
- .sc(GetComplianceSummary)
478
+ .sc(GetComplianceSummary$)
479
479
  .build() {
480
480
  }
481
481
 
@@ -487,7 +487,7 @@ class GetResourcesCommand extends smithyClient.Command
487
487
  })
488
488
  .s("ResourceGroupsTaggingAPI_20170126", "GetResources", {})
489
489
  .n("ResourceGroupsTaggingAPIClient", "GetResourcesCommand")
490
- .sc(GetResources)
490
+ .sc(GetResources$)
491
491
  .build() {
492
492
  }
493
493
 
@@ -499,7 +499,7 @@ class GetTagKeysCommand extends smithyClient.Command
499
499
  })
500
500
  .s("ResourceGroupsTaggingAPI_20170126", "GetTagKeys", {})
501
501
  .n("ResourceGroupsTaggingAPIClient", "GetTagKeysCommand")
502
- .sc(GetTagKeys)
502
+ .sc(GetTagKeys$)
503
503
  .build() {
504
504
  }
505
505
 
@@ -511,7 +511,7 @@ class GetTagValuesCommand extends smithyClient.Command
511
511
  })
512
512
  .s("ResourceGroupsTaggingAPI_20170126", "GetTagValues", {})
513
513
  .n("ResourceGroupsTaggingAPIClient", "GetTagValuesCommand")
514
- .sc(GetTagValues)
514
+ .sc(GetTagValues$)
515
515
  .build() {
516
516
  }
517
517
 
@@ -523,7 +523,7 @@ class ListRequiredTagsCommand extends smithyClient.Command
523
523
  })
524
524
  .s("ResourceGroupsTaggingAPI_20170126", "ListRequiredTags", {})
525
525
  .n("ResourceGroupsTaggingAPIClient", "ListRequiredTagsCommand")
526
- .sc(ListRequiredTags)
526
+ .sc(ListRequiredTags$)
527
527
  .build() {
528
528
  }
529
529
 
@@ -535,7 +535,7 @@ class StartReportCreationCommand extends smithyClient.Command
535
535
  })
536
536
  .s("ResourceGroupsTaggingAPI_20170126", "StartReportCreation", {})
537
537
  .n("ResourceGroupsTaggingAPIClient", "StartReportCreationCommand")
538
- .sc(StartReportCreation)
538
+ .sc(StartReportCreation$)
539
539
  .build() {
540
540
  }
541
541
 
@@ -547,7 +547,7 @@ class TagResourcesCommand extends smithyClient.Command
547
547
  })
548
548
  .s("ResourceGroupsTaggingAPI_20170126", "TagResources", {})
549
549
  .n("ResourceGroupsTaggingAPIClient", "TagResourcesCommand")
550
- .sc(TagResources)
550
+ .sc(TagResources$)
551
551
  .build() {
552
552
  }
553
553
 
@@ -559,7 +559,7 @@ class UntagResourcesCommand extends smithyClient.Command
559
559
  })
560
560
  .s("ResourceGroupsTaggingAPI_20170126", "UntagResources", {})
561
561
  .n("ResourceGroupsTaggingAPIClient", "UntagResourcesCommand")
562
- .sc(UntagResources)
562
+ .sc(UntagResources$)
563
563
  .build() {
564
564
  }
565
565
 
@@ -611,27 +611,68 @@ Object.defineProperty(exports, "__Client", {
611
611
  enumerable: true,
612
612
  get: function () { return smithyClient.Client; }
613
613
  });
614
- exports.ConcurrentModificationException = ConcurrentModificationException$1;
615
- exports.ConstraintViolationException = ConstraintViolationException$1;
614
+ exports.ComplianceDetails$ = ComplianceDetails$;
615
+ exports.ConcurrentModificationException = ConcurrentModificationException;
616
+ exports.ConcurrentModificationException$ = ConcurrentModificationException$;
617
+ exports.ConstraintViolationException = ConstraintViolationException;
618
+ exports.ConstraintViolationException$ = ConstraintViolationException$;
619
+ exports.DescribeReportCreation$ = DescribeReportCreation$;
616
620
  exports.DescribeReportCreationCommand = DescribeReportCreationCommand;
621
+ exports.DescribeReportCreationInput$ = DescribeReportCreationInput$;
622
+ exports.DescribeReportCreationOutput$ = DescribeReportCreationOutput$;
617
623
  exports.ErrorCode = ErrorCode;
624
+ exports.FailureInfo$ = FailureInfo$;
625
+ exports.GetComplianceSummary$ = GetComplianceSummary$;
618
626
  exports.GetComplianceSummaryCommand = GetComplianceSummaryCommand;
627
+ exports.GetComplianceSummaryInput$ = GetComplianceSummaryInput$;
628
+ exports.GetComplianceSummaryOutput$ = GetComplianceSummaryOutput$;
629
+ exports.GetResources$ = GetResources$;
619
630
  exports.GetResourcesCommand = GetResourcesCommand;
631
+ exports.GetResourcesInput$ = GetResourcesInput$;
632
+ exports.GetResourcesOutput$ = GetResourcesOutput$;
633
+ exports.GetTagKeys$ = GetTagKeys$;
620
634
  exports.GetTagKeysCommand = GetTagKeysCommand;
635
+ exports.GetTagKeysInput$ = GetTagKeysInput$;
636
+ exports.GetTagKeysOutput$ = GetTagKeysOutput$;
637
+ exports.GetTagValues$ = GetTagValues$;
621
638
  exports.GetTagValuesCommand = GetTagValuesCommand;
639
+ exports.GetTagValuesInput$ = GetTagValuesInput$;
640
+ exports.GetTagValuesOutput$ = GetTagValuesOutput$;
622
641
  exports.GroupByAttribute = GroupByAttribute;
623
- exports.InternalServiceException = InternalServiceException$1;
624
- exports.InvalidParameterException = InvalidParameterException$1;
642
+ exports.InternalServiceException = InternalServiceException;
643
+ exports.InternalServiceException$ = InternalServiceException$;
644
+ exports.InvalidParameterException = InvalidParameterException;
645
+ exports.InvalidParameterException$ = InvalidParameterException$;
646
+ exports.ListRequiredTags$ = ListRequiredTags$;
625
647
  exports.ListRequiredTagsCommand = ListRequiredTagsCommand;
626
- exports.PaginationTokenExpiredException = PaginationTokenExpiredException$1;
648
+ exports.ListRequiredTagsInput$ = ListRequiredTagsInput$;
649
+ exports.ListRequiredTagsOutput$ = ListRequiredTagsOutput$;
650
+ exports.PaginationTokenExpiredException = PaginationTokenExpiredException;
651
+ exports.PaginationTokenExpiredException$ = PaginationTokenExpiredException$;
652
+ exports.RequiredTag$ = RequiredTag$;
627
653
  exports.ResourceGroupsTaggingAPI = ResourceGroupsTaggingAPI;
628
654
  exports.ResourceGroupsTaggingAPIClient = ResourceGroupsTaggingAPIClient;
629
- exports.ResourceGroupsTaggingAPIServiceException = ResourceGroupsTaggingAPIServiceException$1;
655
+ exports.ResourceGroupsTaggingAPIServiceException = ResourceGroupsTaggingAPIServiceException;
656
+ exports.ResourceGroupsTaggingAPIServiceException$ = ResourceGroupsTaggingAPIServiceException$;
657
+ exports.ResourceTagMapping$ = ResourceTagMapping$;
658
+ exports.StartReportCreation$ = StartReportCreation$;
630
659
  exports.StartReportCreationCommand = StartReportCreationCommand;
660
+ exports.StartReportCreationInput$ = StartReportCreationInput$;
661
+ exports.StartReportCreationOutput$ = StartReportCreationOutput$;
662
+ exports.Summary$ = Summary$;
663
+ exports.Tag$ = Tag$;
664
+ exports.TagFilter$ = TagFilter$;
665
+ exports.TagResources$ = TagResources$;
631
666
  exports.TagResourcesCommand = TagResourcesCommand;
667
+ exports.TagResourcesInput$ = TagResourcesInput$;
668
+ exports.TagResourcesOutput$ = TagResourcesOutput$;
632
669
  exports.TargetIdType = TargetIdType;
633
- exports.ThrottledException = ThrottledException$1;
670
+ exports.ThrottledException = ThrottledException;
671
+ exports.ThrottledException$ = ThrottledException$;
672
+ exports.UntagResources$ = UntagResources$;
634
673
  exports.UntagResourcesCommand = UntagResourcesCommand;
674
+ exports.UntagResourcesInput$ = UntagResourcesInput$;
675
+ exports.UntagResourcesOutput$ = UntagResourcesOutput$;
635
676
  exports.paginateGetComplianceSummary = paginateGetComplianceSummary;
636
677
  exports.paginateGetResources = paginateGetResources;
637
678
  exports.paginateGetTagKeys = paginateGetTagKeys;
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ??
30
- new protocols_1.AwsJson1_1Protocol({
31
- defaultNamespace: "com.amazonaws.resourcegroupstaggingapi",
32
- serviceTarget: "ResourceGroupsTaggingAPI_20170126",
33
- awsQueryCompatible: false,
34
- }),
29
+ protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.resourcegroupstaggingapi",
32
+ version: "2017-01-26",
33
+ serviceTarget: "ResourceGroupsTaggingAPI_20170126",
34
+ },
35
35
  serviceId: config?.serviceId ?? "Resource Groups Tagging API",
36
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
37
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeReportCreation } from "../schemas/schemas_0";
4
+ import { DescribeReportCreation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeReportCreationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeReportCreationCommand extends $Command
11
11
  })
12
12
  .s("ResourceGroupsTaggingAPI_20170126", "DescribeReportCreation", {})
13
13
  .n("ResourceGroupsTaggingAPIClient", "DescribeReportCreationCommand")
14
- .sc(DescribeReportCreation)
14
+ .sc(DescribeReportCreation$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetComplianceSummary } from "../schemas/schemas_0";
4
+ import { GetComplianceSummary$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetComplianceSummaryCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetComplianceSummaryCommand extends $Command
11
11
  })
12
12
  .s("ResourceGroupsTaggingAPI_20170126", "GetComplianceSummary", {})
13
13
  .n("ResourceGroupsTaggingAPIClient", "GetComplianceSummaryCommand")
14
- .sc(GetComplianceSummary)
14
+ .sc(GetComplianceSummary$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetResources } from "../schemas/schemas_0";
4
+ import { GetResources$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetResourcesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetResourcesCommand extends $Command
11
11
  })
12
12
  .s("ResourceGroupsTaggingAPI_20170126", "GetResources", {})
13
13
  .n("ResourceGroupsTaggingAPIClient", "GetResourcesCommand")
14
- .sc(GetResources)
14
+ .sc(GetResources$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetTagKeys } from "../schemas/schemas_0";
4
+ import { GetTagKeys$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTagKeysCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTagKeysCommand extends $Command
11
11
  })
12
12
  .s("ResourceGroupsTaggingAPI_20170126", "GetTagKeys", {})
13
13
  .n("ResourceGroupsTaggingAPIClient", "GetTagKeysCommand")
14
- .sc(GetTagKeys)
14
+ .sc(GetTagKeys$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetTagValues } from "../schemas/schemas_0";
4
+ import { GetTagValues$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTagValuesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTagValuesCommand extends $Command
11
11
  })
12
12
  .s("ResourceGroupsTaggingAPI_20170126", "GetTagValues", {})
13
13
  .n("ResourceGroupsTaggingAPIClient", "GetTagValuesCommand")
14
- .sc(GetTagValues)
14
+ .sc(GetTagValues$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListRequiredTags } from "../schemas/schemas_0";
4
+ import { ListRequiredTags$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListRequiredTagsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListRequiredTagsCommand extends $Command
11
11
  })
12
12
  .s("ResourceGroupsTaggingAPI_20170126", "ListRequiredTags", {})
13
13
  .n("ResourceGroupsTaggingAPIClient", "ListRequiredTagsCommand")
14
- .sc(ListRequiredTags)
14
+ .sc(ListRequiredTags$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartReportCreation } from "../schemas/schemas_0";
4
+ import { StartReportCreation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartReportCreationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartReportCreationCommand extends $Command
11
11
  })
12
12
  .s("ResourceGroupsTaggingAPI_20170126", "StartReportCreation", {})
13
13
  .n("ResourceGroupsTaggingAPIClient", "StartReportCreationCommand")
14
- .sc(StartReportCreation)
14
+ .sc(StartReportCreation$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { TagResources } from "../schemas/schemas_0";
4
+ import { TagResources$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class TagResourcesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class TagResourcesCommand extends $Command
11
11
  })
12
12
  .s("ResourceGroupsTaggingAPI_20170126", "TagResources", {})
13
13
  .n("ResourceGroupsTaggingAPIClient", "TagResourcesCommand")
14
- .sc(TagResources)
14
+ .sc(TagResources$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UntagResources } from "../schemas/schemas_0";
4
+ import { UntagResources$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UntagResourcesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UntagResourcesCommand extends $Command
11
11
  })
12
12
  .s("ResourceGroupsTaggingAPI_20170126", "UntagResources", {})
13
13
  .n("ResourceGroupsTaggingAPIClient", "UntagResourcesCommand")
14
- .sc(UntagResources)
14
+ .sc(UntagResources$)
15
15
  .build() {
16
16
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./ResourceGroupsTaggingAPIClient";
2
2
  export * from "./ResourceGroupsTaggingAPI";
3
3
  export * from "./commands";
4
+ export * from "./schemas/schemas_0";
4
5
  export * from "./pagination";
5
6
  export * from "./models/enums";
6
7
  export * from "./models/errors";