@aws-sdk/client-resource-groups-tagging-api 3.957.0 → 3.962.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/README.md +2 -18
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +184 -135
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/models/errors.js +1 -1
- package/dist-es/pagination/index.js +1 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +184 -135
- package/dist-types/pagination/index.d.ts +1 -1
- package/dist-types/ts3.4/pagination/index.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,10 +9,8 @@ AWS SDK for JavaScript ResourceGroupsTaggingAPI Client for Node.js, Browser and
|
|
|
9
9
|
<fullname>Resource Groups Tagging API</fullname>
|
|
10
10
|
|
|
11
11
|
## Installing
|
|
12
|
-
|
|
13
12
|
To install this package, simply type add or install @aws-sdk/client-resource-groups-tagging-api
|
|
14
13
|
using your favorite package manager:
|
|
15
|
-
|
|
16
14
|
- `npm install @aws-sdk/client-resource-groups-tagging-api`
|
|
17
15
|
- `yarn add @aws-sdk/client-resource-groups-tagging-api`
|
|
18
16
|
- `pnpm add @aws-sdk/client-resource-groups-tagging-api`
|
|
@@ -27,10 +25,7 @@ the commands you need, for example `ListRequiredTagsCommand`:
|
|
|
27
25
|
|
|
28
26
|
```js
|
|
29
27
|
// ES5 example
|
|
30
|
-
const {
|
|
31
|
-
ResourceGroupsTaggingAPIClient,
|
|
32
|
-
ListRequiredTagsCommand,
|
|
33
|
-
} = require("@aws-sdk/client-resource-groups-tagging-api");
|
|
28
|
+
const { ResourceGroupsTaggingAPIClient, ListRequiredTagsCommand } = require("@aws-sdk/client-resource-groups-tagging-api");
|
|
34
29
|
```
|
|
35
30
|
|
|
36
31
|
```ts
|
|
@@ -51,9 +46,7 @@ To send a request, you:
|
|
|
51
46
|
// a client can be shared by different commands.
|
|
52
47
|
const client = new ResourceGroupsTaggingAPIClient({ region: "REGION" });
|
|
53
48
|
|
|
54
|
-
const params = {
|
|
55
|
-
/** input parameters */
|
|
56
|
-
};
|
|
49
|
+
const params = { /** input parameters */ };
|
|
57
50
|
const command = new ListRequiredTagsCommand(params);
|
|
58
51
|
```
|
|
59
52
|
|
|
@@ -212,7 +205,6 @@ DescribeReportCreation
|
|
|
212
205
|
</summary>
|
|
213
206
|
|
|
214
207
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/resource-groups-tagging-api/command/DescribeReportCreationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-resource-groups-tagging-api/Interface/DescribeReportCreationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-resource-groups-tagging-api/Interface/DescribeReportCreationCommandOutput/)
|
|
215
|
-
|
|
216
208
|
</details>
|
|
217
209
|
<details>
|
|
218
210
|
<summary>
|
|
@@ -220,7 +212,6 @@ GetComplianceSummary
|
|
|
220
212
|
</summary>
|
|
221
213
|
|
|
222
214
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/resource-groups-tagging-api/command/GetComplianceSummaryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-resource-groups-tagging-api/Interface/GetComplianceSummaryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-resource-groups-tagging-api/Interface/GetComplianceSummaryCommandOutput/)
|
|
223
|
-
|
|
224
215
|
</details>
|
|
225
216
|
<details>
|
|
226
217
|
<summary>
|
|
@@ -228,7 +219,6 @@ GetResources
|
|
|
228
219
|
</summary>
|
|
229
220
|
|
|
230
221
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/resource-groups-tagging-api/command/GetResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-resource-groups-tagging-api/Interface/GetResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-resource-groups-tagging-api/Interface/GetResourcesCommandOutput/)
|
|
231
|
-
|
|
232
222
|
</details>
|
|
233
223
|
<details>
|
|
234
224
|
<summary>
|
|
@@ -236,7 +226,6 @@ GetTagKeys
|
|
|
236
226
|
</summary>
|
|
237
227
|
|
|
238
228
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/resource-groups-tagging-api/command/GetTagKeysCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-resource-groups-tagging-api/Interface/GetTagKeysCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-resource-groups-tagging-api/Interface/GetTagKeysCommandOutput/)
|
|
239
|
-
|
|
240
229
|
</details>
|
|
241
230
|
<details>
|
|
242
231
|
<summary>
|
|
@@ -244,7 +233,6 @@ GetTagValues
|
|
|
244
233
|
</summary>
|
|
245
234
|
|
|
246
235
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/resource-groups-tagging-api/command/GetTagValuesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-resource-groups-tagging-api/Interface/GetTagValuesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-resource-groups-tagging-api/Interface/GetTagValuesCommandOutput/)
|
|
247
|
-
|
|
248
236
|
</details>
|
|
249
237
|
<details>
|
|
250
238
|
<summary>
|
|
@@ -252,7 +240,6 @@ ListRequiredTags
|
|
|
252
240
|
</summary>
|
|
253
241
|
|
|
254
242
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/resource-groups-tagging-api/command/ListRequiredTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-resource-groups-tagging-api/Interface/ListRequiredTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-resource-groups-tagging-api/Interface/ListRequiredTagsCommandOutput/)
|
|
255
|
-
|
|
256
243
|
</details>
|
|
257
244
|
<details>
|
|
258
245
|
<summary>
|
|
@@ -260,7 +247,6 @@ StartReportCreation
|
|
|
260
247
|
</summary>
|
|
261
248
|
|
|
262
249
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/resource-groups-tagging-api/command/StartReportCreationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-resource-groups-tagging-api/Interface/StartReportCreationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-resource-groups-tagging-api/Interface/StartReportCreationCommandOutput/)
|
|
263
|
-
|
|
264
250
|
</details>
|
|
265
251
|
<details>
|
|
266
252
|
<summary>
|
|
@@ -268,7 +254,6 @@ TagResources
|
|
|
268
254
|
</summary>
|
|
269
255
|
|
|
270
256
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/resource-groups-tagging-api/command/TagResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-resource-groups-tagging-api/Interface/TagResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-resource-groups-tagging-api/Interface/TagResourcesCommandOutput/)
|
|
271
|
-
|
|
272
257
|
</details>
|
|
273
258
|
<details>
|
|
274
259
|
<summary>
|
|
@@ -276,5 +261,4 @@ UntagResources
|
|
|
276
261
|
</summary>
|
|
277
262
|
|
|
278
263
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/resource-groups-tagging-api/command/UntagResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-resource-groups-tagging-api/Interface/UntagResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-resource-groups-tagging-api/Interface/UntagResourcesCommandOutput/)
|
|
279
|
-
|
|
280
264
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultResourceGroupsTaggingAPIHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultResourceGroupsTaggingAPIHttpAuthSchemeParametersProvider = defaultResourceGroupsTaggingAPIHttpAuthSchemeParametersProvider;
|
package/dist-cjs/index.js
CHANGED
|
@@ -295,164 +295,213 @@ 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,
|
|
299
|
-
|
|
298
|
+
var ComplianceDetails$ = [3, n0, _CD,
|
|
299
|
+
0,
|
|
300
|
+
[_NK, _KWNV, _CS],
|
|
301
|
+
[64 | 0, 64 | 0, 2]
|
|
302
|
+
];
|
|
303
|
+
var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
304
|
+
{ [_e]: _c },
|
|
305
|
+
[_M],
|
|
306
|
+
[0]
|
|
307
|
+
];
|
|
300
308
|
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
301
|
-
var ConstraintViolationException$ = [-3, n0, _CVE,
|
|
309
|
+
var ConstraintViolationException$ = [-3, n0, _CVE,
|
|
310
|
+
{ [_e]: _c },
|
|
311
|
+
[_M],
|
|
312
|
+
[0]
|
|
313
|
+
];
|
|
302
314
|
schema.TypeRegistry.for(n0).registerError(ConstraintViolationException$, ConstraintViolationException);
|
|
303
|
-
var DescribeReportCreationInput$ = [3, n0, _DRCI,
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
315
|
+
var DescribeReportCreationInput$ = [3, n0, _DRCI,
|
|
316
|
+
0,
|
|
317
|
+
[],
|
|
318
|
+
[]
|
|
319
|
+
];
|
|
320
|
+
var DescribeReportCreationOutput$ = [3, n0, _DRCO,
|
|
321
|
+
0,
|
|
322
|
+
[_S, _SL, _SD, _EM],
|
|
323
|
+
[0, 0, 0, 0]
|
|
324
|
+
];
|
|
325
|
+
var FailureInfo$ = [3, n0, _FI,
|
|
326
|
+
0,
|
|
327
|
+
[_SC, _EC, _EM],
|
|
328
|
+
[1, 0, 0]
|
|
329
|
+
];
|
|
330
|
+
var GetComplianceSummaryInput$ = [3, n0, _GCSI,
|
|
310
331
|
0,
|
|
311
332
|
[_TIF, _RF, _RTF, _TKF, _GB, _MR, _PT],
|
|
312
|
-
[64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 1, 0]
|
|
333
|
+
[64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 1, 0]
|
|
334
|
+
];
|
|
335
|
+
var GetComplianceSummaryOutput$ = [3, n0, _GCSO,
|
|
336
|
+
0,
|
|
337
|
+
[_SLu, _PT],
|
|
338
|
+
[() => SummaryList, 0]
|
|
313
339
|
];
|
|
314
|
-
var
|
|
315
|
-
var GetResourcesInput$ = [
|
|
316
|
-
3,
|
|
317
|
-
n0,
|
|
318
|
-
_GRI,
|
|
340
|
+
var GetResourcesInput$ = [3, n0, _GRI,
|
|
319
341
|
0,
|
|
320
342
|
[_PT, _TF, _RPP, _TPP, _RTF, _ICD, _ECR, _RARNL],
|
|
321
|
-
[0, () => TagFilterList, 1, 1, 64 | 0, 2, 2, 64 | 0]
|
|
343
|
+
[0, () => TagFilterList, 1, 1, 64 | 0, 2, 2, 64 | 0]
|
|
322
344
|
];
|
|
323
|
-
var GetResourcesOutput$ = [
|
|
324
|
-
3,
|
|
325
|
-
n0,
|
|
326
|
-
_GRO,
|
|
345
|
+
var GetResourcesOutput$ = [3, n0, _GRO,
|
|
327
346
|
0,
|
|
328
347
|
[_PT, _RTML],
|
|
329
|
-
[0, () => ResourceTagMappingList]
|
|
348
|
+
[0, () => ResourceTagMappingList]
|
|
349
|
+
];
|
|
350
|
+
var GetTagKeysInput$ = [3, n0, _GTKI,
|
|
351
|
+
0,
|
|
352
|
+
[_PT],
|
|
353
|
+
[0]
|
|
354
|
+
];
|
|
355
|
+
var GetTagKeysOutput$ = [3, n0, _GTKO,
|
|
356
|
+
0,
|
|
357
|
+
[_PT, _TK],
|
|
358
|
+
[0, 64 | 0]
|
|
359
|
+
];
|
|
360
|
+
var GetTagValuesInput$ = [3, n0, _GTVI,
|
|
361
|
+
0,
|
|
362
|
+
[_PT, _K],
|
|
363
|
+
[0, 0]
|
|
364
|
+
];
|
|
365
|
+
var GetTagValuesOutput$ = [3, n0, _GTVO,
|
|
366
|
+
0,
|
|
367
|
+
[_PT, _TV],
|
|
368
|
+
[0, 64 | 0]
|
|
369
|
+
];
|
|
370
|
+
var InternalServiceException$ = [-3, n0, _ISE,
|
|
371
|
+
{ [_e]: _s },
|
|
372
|
+
[_M],
|
|
373
|
+
[0]
|
|
330
374
|
];
|
|
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
375
|
schema.TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
337
|
-
var InvalidParameterException$ = [-3, n0, _IPE,
|
|
376
|
+
var InvalidParameterException$ = [-3, n0, _IPE,
|
|
377
|
+
{ [_e]: _c },
|
|
378
|
+
[_M],
|
|
379
|
+
[0]
|
|
380
|
+
];
|
|
338
381
|
schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
339
|
-
var ListRequiredTagsInput$ = [3, n0, _LRTI,
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
382
|
+
var ListRequiredTagsInput$ = [3, n0, _LRTI,
|
|
383
|
+
0,
|
|
384
|
+
[_NT, _MR],
|
|
385
|
+
[0, 1]
|
|
386
|
+
];
|
|
387
|
+
var ListRequiredTagsOutput$ = [3, n0, _LRTO,
|
|
344
388
|
0,
|
|
345
389
|
[_RT, _NT],
|
|
346
|
-
[() => RequiredTagsForListRequiredTags, 0]
|
|
390
|
+
[() => RequiredTagsForListRequiredTags, 0]
|
|
391
|
+
];
|
|
392
|
+
var PaginationTokenExpiredException$ = [-3, n0, _PTEE,
|
|
393
|
+
{ [_e]: _c },
|
|
394
|
+
[_M],
|
|
395
|
+
[0]
|
|
347
396
|
];
|
|
348
|
-
var PaginationTokenExpiredException$ = [-3, n0, _PTEE, { [_e]: _c }, [_M], [0]];
|
|
349
397
|
schema.TypeRegistry.for(n0).registerError(PaginationTokenExpiredException$, PaginationTokenExpiredException);
|
|
350
|
-
var RequiredTag$ = [3, n0, _RTe,
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
398
|
+
var RequiredTag$ = [3, n0, _RTe,
|
|
399
|
+
0,
|
|
400
|
+
[_RTes, _CFRT, _RTK],
|
|
401
|
+
[0, 64 | 0, 64 | 0]
|
|
402
|
+
];
|
|
403
|
+
var ResourceTagMapping$ = [3, n0, _RTM,
|
|
355
404
|
0,
|
|
356
405
|
[_RARN, _T, _CD],
|
|
357
|
-
[0, () => TagList, () => ComplianceDetails$]
|
|
358
|
-
];
|
|
359
|
-
var StartReportCreationInput$ = [3, n0, _SRCI,
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
var
|
|
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
|
-
-3,
|
|
372
|
-
_sm,
|
|
373
|
-
"ResourceGroupsTaggingAPIServiceException",
|
|
406
|
+
[0, () => TagList, () => ComplianceDetails$]
|
|
407
|
+
];
|
|
408
|
+
var StartReportCreationInput$ = [3, n0, _SRCI,
|
|
409
|
+
0,
|
|
410
|
+
[_SB],
|
|
411
|
+
[0]
|
|
412
|
+
];
|
|
413
|
+
var StartReportCreationOutput$ = [3, n0, _SRCO,
|
|
374
414
|
0,
|
|
375
415
|
[],
|
|
376
|
-
[]
|
|
416
|
+
[]
|
|
417
|
+
];
|
|
418
|
+
var Summary$ = [3, n0, _Su,
|
|
419
|
+
0,
|
|
420
|
+
[_LU, _TI, _TIT, _R, _RTes, _NCR],
|
|
421
|
+
[0, 0, 0, 0, 0, 1]
|
|
422
|
+
];
|
|
423
|
+
var Tag$ = [3, n0, _Ta,
|
|
424
|
+
0,
|
|
425
|
+
[_K, _V],
|
|
426
|
+
[0, 0]
|
|
427
|
+
];
|
|
428
|
+
var TagFilter$ = [3, n0, _TFa,
|
|
429
|
+
0,
|
|
430
|
+
[_K, _Va],
|
|
431
|
+
[0, 64 | 0]
|
|
432
|
+
];
|
|
433
|
+
var TagResourcesInput$ = [3, n0, _TRI,
|
|
434
|
+
0,
|
|
435
|
+
[_RARNL, _T],
|
|
436
|
+
[64 | 0, 128 | 0]
|
|
437
|
+
];
|
|
438
|
+
var TagResourcesOutput$ = [3, n0, _TRO,
|
|
439
|
+
0,
|
|
440
|
+
[_FRM],
|
|
441
|
+
[() => FailedResourcesMap]
|
|
442
|
+
];
|
|
443
|
+
var ThrottledException$ = [-3, n0, _TE,
|
|
444
|
+
{ [_e]: _c },
|
|
445
|
+
[_M],
|
|
446
|
+
[0]
|
|
377
447
|
];
|
|
448
|
+
schema.TypeRegistry.for(n0).registerError(ThrottledException$, ThrottledException);
|
|
449
|
+
var UntagResourcesInput$ = [3, n0, _URI,
|
|
450
|
+
0,
|
|
451
|
+
[_RARNL, _TK],
|
|
452
|
+
[64 | 0, 64 | 0]
|
|
453
|
+
];
|
|
454
|
+
var UntagResourcesOutput$ = [3, n0, _URO,
|
|
455
|
+
0,
|
|
456
|
+
[_FRM],
|
|
457
|
+
[() => FailedResourcesMap]
|
|
458
|
+
];
|
|
459
|
+
var ResourceGroupsTaggingAPIServiceException$ = [-3, _sm, "ResourceGroupsTaggingAPIServiceException", 0, [], []];
|
|
378
460
|
schema.TypeRegistry.for(_sm).registerError(ResourceGroupsTaggingAPIServiceException$, ResourceGroupsTaggingAPIServiceException);
|
|
379
|
-
var RequiredTagsForListRequiredTags = [1, n0, _RTFLRT,
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
var
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
var
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
() =>
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
() =>
|
|
408
|
-
];
|
|
409
|
-
var
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
{ [_h]: ["POST", "/
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
]
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
() =>
|
|
423
|
-
() => GetTagValuesOutput$,
|
|
424
|
-
];
|
|
425
|
-
var ListRequiredTags$ = [
|
|
426
|
-
9,
|
|
427
|
-
n0,
|
|
428
|
-
_LRT,
|
|
429
|
-
{ [_h]: ["POST", "/ListRequiredTags", 200] },
|
|
430
|
-
() => ListRequiredTagsInput$,
|
|
431
|
-
() => ListRequiredTagsOutput$,
|
|
432
|
-
];
|
|
433
|
-
var StartReportCreation$ = [
|
|
434
|
-
9,
|
|
435
|
-
n0,
|
|
436
|
-
_SRC,
|
|
437
|
-
{ [_h]: ["POST", "/StartReportCreation", 200] },
|
|
438
|
-
() => StartReportCreationInput$,
|
|
439
|
-
() => StartReportCreationOutput$,
|
|
440
|
-
];
|
|
441
|
-
var TagResources$ = [
|
|
442
|
-
9,
|
|
443
|
-
n0,
|
|
444
|
-
_TR,
|
|
445
|
-
{ [_h]: ["POST", "/TagResources", 200] },
|
|
446
|
-
() => TagResourcesInput$,
|
|
447
|
-
() => TagResourcesOutput$,
|
|
448
|
-
];
|
|
449
|
-
var UntagResources$ = [
|
|
450
|
-
9,
|
|
451
|
-
n0,
|
|
452
|
-
_UR,
|
|
453
|
-
{ [_h]: ["POST", "/UntagResources", 200] },
|
|
454
|
-
() => UntagResourcesInput$,
|
|
455
|
-
() => UntagResourcesOutput$,
|
|
461
|
+
var RequiredTagsForListRequiredTags = [1, n0, _RTFLRT,
|
|
462
|
+
0, () => RequiredTag$
|
|
463
|
+
];
|
|
464
|
+
var ResourceTagMappingList = [1, n0, _RTML,
|
|
465
|
+
0, () => ResourceTagMapping$
|
|
466
|
+
];
|
|
467
|
+
var SummaryList = [1, n0, _SLu,
|
|
468
|
+
0, () => Summary$
|
|
469
|
+
];
|
|
470
|
+
var TagFilterList = [1, n0, _TFL,
|
|
471
|
+
0, () => TagFilter$
|
|
472
|
+
];
|
|
473
|
+
var TagList = [1, n0, _TL,
|
|
474
|
+
0, () => Tag$
|
|
475
|
+
];
|
|
476
|
+
var FailedResourcesMap = [2, n0, _FRM,
|
|
477
|
+
0, 0, () => FailureInfo$
|
|
478
|
+
];
|
|
479
|
+
var DescribeReportCreation$ = [9, n0, _DRC,
|
|
480
|
+
{ [_h]: ["POST", "/DescribeReportCreation", 200] }, () => DescribeReportCreationInput$, () => DescribeReportCreationOutput$
|
|
481
|
+
];
|
|
482
|
+
var GetComplianceSummary$ = [9, n0, _GCS,
|
|
483
|
+
{ [_h]: ["POST", "/GetComplianceSummary", 200] }, () => GetComplianceSummaryInput$, () => GetComplianceSummaryOutput$
|
|
484
|
+
];
|
|
485
|
+
var GetResources$ = [9, n0, _GR,
|
|
486
|
+
{ [_h]: ["POST", "/GetResources", 200] }, () => GetResourcesInput$, () => GetResourcesOutput$
|
|
487
|
+
];
|
|
488
|
+
var GetTagKeys$ = [9, n0, _GTK,
|
|
489
|
+
{ [_h]: ["POST", "/GetTagKeys", 200] }, () => GetTagKeysInput$, () => GetTagKeysOutput$
|
|
490
|
+
];
|
|
491
|
+
var GetTagValues$ = [9, n0, _GTV,
|
|
492
|
+
{ [_h]: ["POST", "/GetTagValues", 200] }, () => GetTagValuesInput$, () => GetTagValuesOutput$
|
|
493
|
+
];
|
|
494
|
+
var ListRequiredTags$ = [9, n0, _LRT,
|
|
495
|
+
{ [_h]: ["POST", "/ListRequiredTags", 200] }, () => ListRequiredTagsInput$, () => ListRequiredTagsOutput$
|
|
496
|
+
];
|
|
497
|
+
var StartReportCreation$ = [9, n0, _SRC,
|
|
498
|
+
{ [_h]: ["POST", "/StartReportCreation", 200] }, () => StartReportCreationInput$, () => StartReportCreationOutput$
|
|
499
|
+
];
|
|
500
|
+
var TagResources$ = [9, n0, _TR,
|
|
501
|
+
{ [_h]: ["POST", "/TagResources", 200] }, () => TagResourcesInput$, () => TagResourcesOutput$
|
|
502
|
+
];
|
|
503
|
+
var UntagResources$ = [9, n0, _UR,
|
|
504
|
+
{ [_h]: ["POST", "/UntagResources", 200] }, () => UntagResourcesInput$, () => UntagResourcesOutput$
|
|
456
505
|
];
|
|
457
506
|
|
|
458
507
|
class DescribeReportCreationCommand extends smithyClient.Command
|
|
@@ -24,8 +24,7 @@ const getRuntimeConfig = (config) => {
|
|
|
24
24
|
defaultsMode,
|
|
25
25
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength,
|
|
26
26
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
27
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
28
|
-
(0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
27
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
29
28
|
maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
30
29
|
region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
|
|
31
30
|
requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
@@ -34,11 +34,9 @@ const getRuntimeConfig = (config) => {
|
|
|
34
34
|
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
35
35
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
36
36
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
37
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
38
|
-
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
37
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
39
38
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
40
|
-
region: config?.region ??
|
|
41
|
-
(0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
39
|
+
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
42
40
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
43
41
|
retryMode: config?.retryMode ??
|
|
44
42
|
(0, node_config_provider_1.loadConfig)({
|
|
@@ -3,10 +3,9 @@ import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
|
|
|
3
3
|
export const defaultResourceGroupsTaggingAPIHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
4
4
|
return {
|
|
5
5
|
operation: getSmithyContext(context).operation,
|
|
6
|
-
region:
|
|
7
|
-
(
|
|
8
|
-
|
|
9
|
-
})(),
|
|
6
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
7
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
8
|
+
})(),
|
|
10
9
|
};
|
|
11
10
|
};
|
|
12
11
|
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
package/dist-es/models/errors.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ResourceGroupsTaggingAPIServiceException as __BaseException } from "./ResourceGroupsTaggingAPIServiceException";
|
|
1
|
+
import { ResourceGroupsTaggingAPIServiceException as __BaseException, } from "./ResourceGroupsTaggingAPIServiceException";
|
|
2
2
|
export class ConcurrentModificationException extends __BaseException {
|
|
3
3
|
name = "ConcurrentModificationException";
|
|
4
4
|
$fault = "client";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
1
2
|
export * from "./GetComplianceSummaryPaginator";
|
|
2
3
|
export * from "./GetResourcesPaginator";
|
|
3
4
|
export * from "./GetTagKeysPaginator";
|
|
4
5
|
export * from "./GetTagValuesPaginator";
|
|
5
|
-
export * from "./Interfaces";
|
|
6
6
|
export * from "./ListRequiredTagsPaginator";
|
|
@@ -20,8 +20,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
20
20
|
defaultsMode,
|
|
21
21
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
22
22
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
23
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
24
|
-
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
23
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
25
24
|
maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
|
|
26
25
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
27
26
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import {
|
|
2
|
+
import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
|
|
3
3
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
|
-
import {
|
|
4
|
+
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
5
5
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
6
6
|
import { Hash } from "@smithy/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
@@ -30,11 +30,9 @@ export const getRuntimeConfig = (config) => {
|
|
|
30
30
|
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
31
31
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
32
32
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
33
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
34
|
-
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
33
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
35
34
|
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
36
|
-
region: config?.region ??
|
|
37
|
-
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
35
|
+
region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
38
36
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
39
37
|
retryMode: config?.retryMode ??
|
|
40
38
|
loadNodeConfig({
|
|
@@ -94,176 +94,225 @@ const n0 = "com.amazonaws.resourcegroupstaggingapi";
|
|
|
94
94
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
95
95
|
import { ConcurrentModificationException, ConstraintViolationException, InternalServiceException, InvalidParameterException, PaginationTokenExpiredException, ThrottledException, } from "../models/errors";
|
|
96
96
|
import { ResourceGroupsTaggingAPIServiceException } from "../models/ResourceGroupsTaggingAPIServiceException";
|
|
97
|
-
export var ComplianceDetails$ = [3, n0, _CD,
|
|
98
|
-
|
|
97
|
+
export var ComplianceDetails$ = [3, n0, _CD,
|
|
98
|
+
0,
|
|
99
|
+
[_NK, _KWNV, _CS],
|
|
100
|
+
[64 | 0, 64 | 0, 2]
|
|
101
|
+
];
|
|
102
|
+
export var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
103
|
+
{ [_e]: _c },
|
|
104
|
+
[_M],
|
|
105
|
+
[0]
|
|
106
|
+
];
|
|
99
107
|
TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
100
|
-
export var ConstraintViolationException$ = [-3, n0, _CVE,
|
|
108
|
+
export var ConstraintViolationException$ = [-3, n0, _CVE,
|
|
109
|
+
{ [_e]: _c },
|
|
110
|
+
[_M],
|
|
111
|
+
[0]
|
|
112
|
+
];
|
|
101
113
|
TypeRegistry.for(n0).registerError(ConstraintViolationException$, ConstraintViolationException);
|
|
102
|
-
export var DescribeReportCreationInput$ = [3, n0, _DRCI,
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
114
|
+
export var DescribeReportCreationInput$ = [3, n0, _DRCI,
|
|
115
|
+
0,
|
|
116
|
+
[],
|
|
117
|
+
[]
|
|
118
|
+
];
|
|
119
|
+
export var DescribeReportCreationOutput$ = [3, n0, _DRCO,
|
|
120
|
+
0,
|
|
121
|
+
[_S, _SL, _SD, _EM],
|
|
122
|
+
[0, 0, 0, 0]
|
|
123
|
+
];
|
|
124
|
+
export var FailureInfo$ = [3, n0, _FI,
|
|
125
|
+
0,
|
|
126
|
+
[_SC, _EC, _EM],
|
|
127
|
+
[1, 0, 0]
|
|
128
|
+
];
|
|
129
|
+
export var GetComplianceSummaryInput$ = [3, n0, _GCSI,
|
|
109
130
|
0,
|
|
110
131
|
[_TIF, _RF, _RTF, _TKF, _GB, _MR, _PT],
|
|
111
|
-
[64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 1, 0]
|
|
132
|
+
[64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 1, 0]
|
|
133
|
+
];
|
|
134
|
+
export var GetComplianceSummaryOutput$ = [3, n0, _GCSO,
|
|
135
|
+
0,
|
|
136
|
+
[_SLu, _PT],
|
|
137
|
+
[() => SummaryList, 0]
|
|
112
138
|
];
|
|
113
|
-
export var
|
|
114
|
-
export var GetResourcesInput$ = [
|
|
115
|
-
3,
|
|
116
|
-
n0,
|
|
117
|
-
_GRI,
|
|
139
|
+
export var GetResourcesInput$ = [3, n0, _GRI,
|
|
118
140
|
0,
|
|
119
141
|
[_PT, _TF, _RPP, _TPP, _RTF, _ICD, _ECR, _RARNL],
|
|
120
|
-
[0, () => TagFilterList, 1, 1, 64 | 0, 2, 2, 64 | 0]
|
|
142
|
+
[0, () => TagFilterList, 1, 1, 64 | 0, 2, 2, 64 | 0]
|
|
121
143
|
];
|
|
122
|
-
export var GetResourcesOutput$ = [
|
|
123
|
-
3,
|
|
124
|
-
n0,
|
|
125
|
-
_GRO,
|
|
144
|
+
export var GetResourcesOutput$ = [3, n0, _GRO,
|
|
126
145
|
0,
|
|
127
146
|
[_PT, _RTML],
|
|
128
|
-
[0, () => ResourceTagMappingList]
|
|
147
|
+
[0, () => ResourceTagMappingList]
|
|
148
|
+
];
|
|
149
|
+
export var GetTagKeysInput$ = [3, n0, _GTKI,
|
|
150
|
+
0,
|
|
151
|
+
[_PT],
|
|
152
|
+
[0]
|
|
153
|
+
];
|
|
154
|
+
export var GetTagKeysOutput$ = [3, n0, _GTKO,
|
|
155
|
+
0,
|
|
156
|
+
[_PT, _TK],
|
|
157
|
+
[0, 64 | 0]
|
|
158
|
+
];
|
|
159
|
+
export var GetTagValuesInput$ = [3, n0, _GTVI,
|
|
160
|
+
0,
|
|
161
|
+
[_PT, _K],
|
|
162
|
+
[0, 0]
|
|
163
|
+
];
|
|
164
|
+
export var GetTagValuesOutput$ = [3, n0, _GTVO,
|
|
165
|
+
0,
|
|
166
|
+
[_PT, _TV],
|
|
167
|
+
[0, 64 | 0]
|
|
168
|
+
];
|
|
169
|
+
export var InternalServiceException$ = [-3, n0, _ISE,
|
|
170
|
+
{ [_e]: _s },
|
|
171
|
+
[_M],
|
|
172
|
+
[0]
|
|
129
173
|
];
|
|
130
|
-
export var GetTagKeysInput$ = [3, n0, _GTKI, 0, [_PT], [0]];
|
|
131
|
-
export var GetTagKeysOutput$ = [3, n0, _GTKO, 0, [_PT, _TK], [0, 64 | 0]];
|
|
132
|
-
export var GetTagValuesInput$ = [3, n0, _GTVI, 0, [_PT, _K], [0, 0]];
|
|
133
|
-
export var GetTagValuesOutput$ = [3, n0, _GTVO, 0, [_PT, _TV], [0, 64 | 0]];
|
|
134
|
-
export var InternalServiceException$ = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
|
|
135
174
|
TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
136
|
-
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
175
|
+
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
176
|
+
{ [_e]: _c },
|
|
177
|
+
[_M],
|
|
178
|
+
[0]
|
|
179
|
+
];
|
|
137
180
|
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
138
|
-
export var ListRequiredTagsInput$ = [3, n0, _LRTI,
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
181
|
+
export var ListRequiredTagsInput$ = [3, n0, _LRTI,
|
|
182
|
+
0,
|
|
183
|
+
[_NT, _MR],
|
|
184
|
+
[0, 1]
|
|
185
|
+
];
|
|
186
|
+
export var ListRequiredTagsOutput$ = [3, n0, _LRTO,
|
|
143
187
|
0,
|
|
144
188
|
[_RT, _NT],
|
|
145
|
-
[() => RequiredTagsForListRequiredTags, 0]
|
|
189
|
+
[() => RequiredTagsForListRequiredTags, 0]
|
|
190
|
+
];
|
|
191
|
+
export var PaginationTokenExpiredException$ = [-3, n0, _PTEE,
|
|
192
|
+
{ [_e]: _c },
|
|
193
|
+
[_M],
|
|
194
|
+
[0]
|
|
146
195
|
];
|
|
147
|
-
export var PaginationTokenExpiredException$ = [-3, n0, _PTEE, { [_e]: _c }, [_M], [0]];
|
|
148
196
|
TypeRegistry.for(n0).registerError(PaginationTokenExpiredException$, PaginationTokenExpiredException);
|
|
149
|
-
export var RequiredTag$ = [3, n0, _RTe,
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
197
|
+
export var RequiredTag$ = [3, n0, _RTe,
|
|
198
|
+
0,
|
|
199
|
+
[_RTes, _CFRT, _RTK],
|
|
200
|
+
[0, 64 | 0, 64 | 0]
|
|
201
|
+
];
|
|
202
|
+
export var ResourceTagMapping$ = [3, n0, _RTM,
|
|
154
203
|
0,
|
|
155
204
|
[_RARN, _T, _CD],
|
|
156
|
-
[0, () => TagList, () => ComplianceDetails$]
|
|
157
|
-
];
|
|
158
|
-
export var StartReportCreationInput$ = [3, n0, _SRCI,
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
export var
|
|
164
|
-
export var TagResourcesOutput$ = [3, n0, _TRO, 0, [_FRM], [() => FailedResourcesMap]];
|
|
165
|
-
export var ThrottledException$ = [-3, n0, _TE, { [_e]: _c }, [_M], [0]];
|
|
166
|
-
TypeRegistry.for(n0).registerError(ThrottledException$, ThrottledException);
|
|
167
|
-
export var UntagResourcesInput$ = [3, n0, _URI, 0, [_RARNL, _TK], [64 | 0, 64 | 0]];
|
|
168
|
-
export var UntagResourcesOutput$ = [3, n0, _URO, 0, [_FRM], [() => FailedResourcesMap]];
|
|
169
|
-
export var ResourceGroupsTaggingAPIServiceException$ = [
|
|
170
|
-
-3,
|
|
171
|
-
_sm,
|
|
172
|
-
"ResourceGroupsTaggingAPIServiceException",
|
|
205
|
+
[0, () => TagList, () => ComplianceDetails$]
|
|
206
|
+
];
|
|
207
|
+
export var StartReportCreationInput$ = [3, n0, _SRCI,
|
|
208
|
+
0,
|
|
209
|
+
[_SB],
|
|
210
|
+
[0]
|
|
211
|
+
];
|
|
212
|
+
export var StartReportCreationOutput$ = [3, n0, _SRCO,
|
|
173
213
|
0,
|
|
174
214
|
[],
|
|
175
|
-
[]
|
|
215
|
+
[]
|
|
216
|
+
];
|
|
217
|
+
export var Summary$ = [3, n0, _Su,
|
|
218
|
+
0,
|
|
219
|
+
[_LU, _TI, _TIT, _R, _RTes, _NCR],
|
|
220
|
+
[0, 0, 0, 0, 0, 1]
|
|
221
|
+
];
|
|
222
|
+
export var Tag$ = [3, n0, _Ta,
|
|
223
|
+
0,
|
|
224
|
+
[_K, _V],
|
|
225
|
+
[0, 0]
|
|
226
|
+
];
|
|
227
|
+
export var TagFilter$ = [3, n0, _TFa,
|
|
228
|
+
0,
|
|
229
|
+
[_K, _Va],
|
|
230
|
+
[0, 64 | 0]
|
|
231
|
+
];
|
|
232
|
+
export var TagResourcesInput$ = [3, n0, _TRI,
|
|
233
|
+
0,
|
|
234
|
+
[_RARNL, _T],
|
|
235
|
+
[64 | 0, 128 | 0]
|
|
236
|
+
];
|
|
237
|
+
export var TagResourcesOutput$ = [3, n0, _TRO,
|
|
238
|
+
0,
|
|
239
|
+
[_FRM],
|
|
240
|
+
[() => FailedResourcesMap]
|
|
241
|
+
];
|
|
242
|
+
export var ThrottledException$ = [-3, n0, _TE,
|
|
243
|
+
{ [_e]: _c },
|
|
244
|
+
[_M],
|
|
245
|
+
[0]
|
|
176
246
|
];
|
|
247
|
+
TypeRegistry.for(n0).registerError(ThrottledException$, ThrottledException);
|
|
248
|
+
export var UntagResourcesInput$ = [3, n0, _URI,
|
|
249
|
+
0,
|
|
250
|
+
[_RARNL, _TK],
|
|
251
|
+
[64 | 0, 64 | 0]
|
|
252
|
+
];
|
|
253
|
+
export var UntagResourcesOutput$ = [3, n0, _URO,
|
|
254
|
+
0,
|
|
255
|
+
[_FRM],
|
|
256
|
+
[() => FailedResourcesMap]
|
|
257
|
+
];
|
|
258
|
+
export var ResourceGroupsTaggingAPIServiceException$ = [-3, _sm, "ResourceGroupsTaggingAPIServiceException", 0, [], []];
|
|
177
259
|
TypeRegistry.for(_sm).registerError(ResourceGroupsTaggingAPIServiceException$, ResourceGroupsTaggingAPIServiceException);
|
|
178
260
|
var CloudFormationResourceTypes = 64 | 0;
|
|
179
261
|
var GroupBy = 64 | 0;
|
|
180
262
|
var RegionFilterList = 64 | 0;
|
|
181
263
|
var ReportingTagKeys = 64 | 0;
|
|
182
|
-
var RequiredTagsForListRequiredTags = [1, n0, _RTFLRT,
|
|
264
|
+
var RequiredTagsForListRequiredTags = [1, n0, _RTFLRT,
|
|
265
|
+
0, () => RequiredTag$
|
|
266
|
+
];
|
|
183
267
|
var ResourceARNListForGet = 64 | 0;
|
|
184
268
|
var ResourceARNListForTagUntag = 64 | 0;
|
|
185
|
-
var ResourceTagMappingList = [1, n0, _RTML,
|
|
269
|
+
var ResourceTagMappingList = [1, n0, _RTML,
|
|
270
|
+
0, () => ResourceTagMapping$
|
|
271
|
+
];
|
|
186
272
|
var ResourceTypeFilterList = 64 | 0;
|
|
187
|
-
var SummaryList = [1, n0, _SLu,
|
|
188
|
-
|
|
273
|
+
var SummaryList = [1, n0, _SLu,
|
|
274
|
+
0, () => Summary$
|
|
275
|
+
];
|
|
276
|
+
var TagFilterList = [1, n0, _TFL,
|
|
277
|
+
0, () => TagFilter$
|
|
278
|
+
];
|
|
189
279
|
var TagKeyFilterList = 64 | 0;
|
|
190
280
|
var TagKeyList = 64 | 0;
|
|
191
281
|
var TagKeyListForUntag = 64 | 0;
|
|
192
|
-
var TagList = [1, n0, _TL,
|
|
282
|
+
var TagList = [1, n0, _TL,
|
|
283
|
+
0, () => Tag$
|
|
284
|
+
];
|
|
193
285
|
var TagValueList = 64 | 0;
|
|
194
286
|
var TagValuesOutputList = 64 | 0;
|
|
195
287
|
var TargetIdFilterList = 64 | 0;
|
|
196
|
-
var FailedResourcesMap = [2, n0, _FRM,
|
|
288
|
+
var FailedResourcesMap = [2, n0, _FRM,
|
|
289
|
+
0, 0, () => FailureInfo$
|
|
290
|
+
];
|
|
197
291
|
var TagMap = 128 | 0;
|
|
198
|
-
export var DescribeReportCreation$ = [
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
{ [_h]: ["POST", "/
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
]
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
() =>
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
() =>
|
|
221
|
-
];
|
|
222
|
-
export var
|
|
223
|
-
|
|
224
|
-
n0,
|
|
225
|
-
_GTK,
|
|
226
|
-
{ [_h]: ["POST", "/GetTagKeys", 200] },
|
|
227
|
-
() => GetTagKeysInput$,
|
|
228
|
-
() => GetTagKeysOutput$,
|
|
229
|
-
];
|
|
230
|
-
export var GetTagValues$ = [
|
|
231
|
-
9,
|
|
232
|
-
n0,
|
|
233
|
-
_GTV,
|
|
234
|
-
{ [_h]: ["POST", "/GetTagValues", 200] },
|
|
235
|
-
() => GetTagValuesInput$,
|
|
236
|
-
() => GetTagValuesOutput$,
|
|
237
|
-
];
|
|
238
|
-
export var ListRequiredTags$ = [
|
|
239
|
-
9,
|
|
240
|
-
n0,
|
|
241
|
-
_LRT,
|
|
242
|
-
{ [_h]: ["POST", "/ListRequiredTags", 200] },
|
|
243
|
-
() => ListRequiredTagsInput$,
|
|
244
|
-
() => ListRequiredTagsOutput$,
|
|
245
|
-
];
|
|
246
|
-
export var StartReportCreation$ = [
|
|
247
|
-
9,
|
|
248
|
-
n0,
|
|
249
|
-
_SRC,
|
|
250
|
-
{ [_h]: ["POST", "/StartReportCreation", 200] },
|
|
251
|
-
() => StartReportCreationInput$,
|
|
252
|
-
() => StartReportCreationOutput$,
|
|
253
|
-
];
|
|
254
|
-
export var TagResources$ = [
|
|
255
|
-
9,
|
|
256
|
-
n0,
|
|
257
|
-
_TR,
|
|
258
|
-
{ [_h]: ["POST", "/TagResources", 200] },
|
|
259
|
-
() => TagResourcesInput$,
|
|
260
|
-
() => TagResourcesOutput$,
|
|
261
|
-
];
|
|
262
|
-
export var UntagResources$ = [
|
|
263
|
-
9,
|
|
264
|
-
n0,
|
|
265
|
-
_UR,
|
|
266
|
-
{ [_h]: ["POST", "/UntagResources", 200] },
|
|
267
|
-
() => UntagResourcesInput$,
|
|
268
|
-
() => UntagResourcesOutput$,
|
|
292
|
+
export var DescribeReportCreation$ = [9, n0, _DRC,
|
|
293
|
+
{ [_h]: ["POST", "/DescribeReportCreation", 200] }, () => DescribeReportCreationInput$, () => DescribeReportCreationOutput$
|
|
294
|
+
];
|
|
295
|
+
export var GetComplianceSummary$ = [9, n0, _GCS,
|
|
296
|
+
{ [_h]: ["POST", "/GetComplianceSummary", 200] }, () => GetComplianceSummaryInput$, () => GetComplianceSummaryOutput$
|
|
297
|
+
];
|
|
298
|
+
export var GetResources$ = [9, n0, _GR,
|
|
299
|
+
{ [_h]: ["POST", "/GetResources", 200] }, () => GetResourcesInput$, () => GetResourcesOutput$
|
|
300
|
+
];
|
|
301
|
+
export var GetTagKeys$ = [9, n0, _GTK,
|
|
302
|
+
{ [_h]: ["POST", "/GetTagKeys", 200] }, () => GetTagKeysInput$, () => GetTagKeysOutput$
|
|
303
|
+
];
|
|
304
|
+
export var GetTagValues$ = [9, n0, _GTV,
|
|
305
|
+
{ [_h]: ["POST", "/GetTagValues", 200] }, () => GetTagValuesInput$, () => GetTagValuesOutput$
|
|
306
|
+
];
|
|
307
|
+
export var ListRequiredTags$ = [9, n0, _LRT,
|
|
308
|
+
{ [_h]: ["POST", "/ListRequiredTags", 200] }, () => ListRequiredTagsInput$, () => ListRequiredTagsOutput$
|
|
309
|
+
];
|
|
310
|
+
export var StartReportCreation$ = [9, n0, _SRC,
|
|
311
|
+
{ [_h]: ["POST", "/StartReportCreation", 200] }, () => StartReportCreationInput$, () => StartReportCreationOutput$
|
|
312
|
+
];
|
|
313
|
+
export var TagResources$ = [9, n0, _TR,
|
|
314
|
+
{ [_h]: ["POST", "/TagResources", 200] }, () => TagResourcesInput$, () => TagResourcesOutput$
|
|
315
|
+
];
|
|
316
|
+
export var UntagResources$ = [9, n0, _UR,
|
|
317
|
+
{ [_h]: ["POST", "/UntagResources", 200] }, () => UntagResourcesInput$, () => UntagResourcesOutput$
|
|
269
318
|
];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
1
2
|
export * from "./GetComplianceSummaryPaginator";
|
|
2
3
|
export * from "./GetResourcesPaginator";
|
|
3
4
|
export * from "./GetTagKeysPaginator";
|
|
4
5
|
export * from "./GetTagValuesPaginator";
|
|
5
|
-
export * from "./Interfaces";
|
|
6
6
|
export * from "./ListRequiredTagsPaginator";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
1
2
|
export * from "./GetComplianceSummaryPaginator";
|
|
2
3
|
export * from "./GetResourcesPaginator";
|
|
3
4
|
export * from "./GetTagKeysPaginator";
|
|
4
5
|
export * from "./GetTagValuesPaginator";
|
|
5
|
-
export * from "./Interfaces";
|
|
6
6
|
export * from "./ListRequiredTagsPaginator";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resource-groups-tagging-api",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resource Groups Tagging Api Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.962.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-resource-groups-tagging-api",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.957.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|