@aws-sdk/client-resource-groups-tagging-api 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/DescribeReportCreationCommand.js +2 -2
- package/dist-cjs/commands/GetComplianceSummaryCommand.js +2 -2
- package/dist-cjs/commands/GetResourcesCommand.js +2 -2
- package/dist-cjs/commands/GetTagKeysCommand.js +2 -2
- package/dist-cjs/commands/GetTagValuesCommand.js +2 -2
- package/dist-cjs/commands/StartReportCreationCommand.js +2 -2
- package/dist-cjs/commands/TagResourcesCommand.js +2 -2
- package/dist-cjs/commands/UntagResourcesCommand.js +2 -2
- package/dist-cjs/models/models_0.js +89 -133
- package/dist-cjs/protocols/Aws_json1_1.js +40 -94
- package/dist-es/commands/DescribeReportCreationCommand.js +3 -3
- package/dist-es/commands/GetComplianceSummaryCommand.js +3 -3
- package/dist-es/commands/GetResourcesCommand.js +3 -3
- package/dist-es/commands/GetTagKeysCommand.js +3 -3
- package/dist-es/commands/GetTagValuesCommand.js +3 -3
- package/dist-es/commands/StartReportCreationCommand.js +3 -3
- package/dist-es/commands/TagResourcesCommand.js +3 -3
- package/dist-es/commands/UntagResourcesCommand.js +3 -3
- package/dist-es/models/models_0.js +22 -88
- package/dist-es/protocols/Aws_json1_1.js +65 -95
- package/dist-types/models/models_0.d.ts +88 -132
- package/dist-types/ts3.4/models/models_0.d.ts +44 -88
- package/package.json +6 -6
|
@@ -19,12 +19,6 @@ export interface ComplianceDetails {
|
|
|
19
19
|
*/
|
|
20
20
|
ComplianceStatus?: boolean;
|
|
21
21
|
}
|
|
22
|
-
export declare namespace ComplianceDetails {
|
|
23
|
-
/**
|
|
24
|
-
* @internal
|
|
25
|
-
*/
|
|
26
|
-
const filterSensitiveLog: (obj: ComplianceDetails) => any;
|
|
27
|
-
}
|
|
28
22
|
/**
|
|
29
23
|
* <p>The target of the operation is currently being modified by a different request. Try
|
|
30
24
|
* again later.</p>
|
|
@@ -71,12 +65,6 @@ export declare class ConstraintViolationException extends __BaseException {
|
|
|
71
65
|
}
|
|
72
66
|
export interface DescribeReportCreationInput {
|
|
73
67
|
}
|
|
74
|
-
export declare namespace DescribeReportCreationInput {
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
const filterSensitiveLog: (obj: DescribeReportCreationInput) => any;
|
|
79
|
-
}
|
|
80
68
|
export interface DescribeReportCreationOutput {
|
|
81
69
|
/**
|
|
82
70
|
* <p>Reports the status of the operation.</p>
|
|
@@ -117,12 +105,6 @@ export interface DescribeReportCreationOutput {
|
|
|
117
105
|
*/
|
|
118
106
|
ErrorMessage?: string;
|
|
119
107
|
}
|
|
120
|
-
export declare namespace DescribeReportCreationOutput {
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
const filterSensitiveLog: (obj: DescribeReportCreationOutput) => any;
|
|
125
|
-
}
|
|
126
108
|
/**
|
|
127
109
|
* <p>The request processing failed because of an unknown error, exception, or failure. You
|
|
128
110
|
* can retry the request.</p>
|
|
@@ -234,12 +216,6 @@ export interface FailureInfo {
|
|
|
234
216
|
*/
|
|
235
217
|
ErrorMessage?: string;
|
|
236
218
|
}
|
|
237
|
-
export declare namespace FailureInfo {
|
|
238
|
-
/**
|
|
239
|
-
* @internal
|
|
240
|
-
*/
|
|
241
|
-
const filterSensitiveLog: (obj: FailureInfo) => any;
|
|
242
|
-
}
|
|
243
219
|
export declare enum GroupByAttribute {
|
|
244
220
|
REGION = "REGION",
|
|
245
221
|
RESOURCE_TYPE = "RESOURCE_TYPE",
|
|
@@ -313,12 +289,6 @@ export interface GetComplianceSummaryInput {
|
|
|
313
289
|
*/
|
|
314
290
|
PaginationToken?: string;
|
|
315
291
|
}
|
|
316
|
-
export declare namespace GetComplianceSummaryInput {
|
|
317
|
-
/**
|
|
318
|
-
* @internal
|
|
319
|
-
*/
|
|
320
|
-
const filterSensitiveLog: (obj: GetComplianceSummaryInput) => any;
|
|
321
|
-
}
|
|
322
292
|
export declare enum TargetIdType {
|
|
323
293
|
ACCOUNT = "ACCOUNT",
|
|
324
294
|
OU = "OU",
|
|
@@ -354,12 +324,6 @@ export interface Summary {
|
|
|
354
324
|
*/
|
|
355
325
|
NonCompliantResources?: number;
|
|
356
326
|
}
|
|
357
|
-
export declare namespace Summary {
|
|
358
|
-
/**
|
|
359
|
-
* @internal
|
|
360
|
-
*/
|
|
361
|
-
const filterSensitiveLog: (obj: Summary) => any;
|
|
362
|
-
}
|
|
363
327
|
export interface GetComplianceSummaryOutput {
|
|
364
328
|
/**
|
|
365
329
|
* <p>A table that shows counts of noncompliant resources.</p>
|
|
@@ -372,12 +336,6 @@ export interface GetComplianceSummaryOutput {
|
|
|
372
336
|
*/
|
|
373
337
|
PaginationToken?: string;
|
|
374
338
|
}
|
|
375
|
-
export declare namespace GetComplianceSummaryOutput {
|
|
376
|
-
/**
|
|
377
|
-
* @internal
|
|
378
|
-
*/
|
|
379
|
-
const filterSensitiveLog: (obj: GetComplianceSummaryOutput) => any;
|
|
380
|
-
}
|
|
381
339
|
/**
|
|
382
340
|
* <p>A list of tags (keys and values) that are used to specify the associated
|
|
383
341
|
* resources.</p>
|
|
@@ -394,12 +352,6 @@ export interface TagFilter {
|
|
|
394
352
|
*/
|
|
395
353
|
Values?: string[];
|
|
396
354
|
}
|
|
397
|
-
export declare namespace TagFilter {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
|
-
const filterSensitiveLog: (obj: TagFilter) => any;
|
|
402
|
-
}
|
|
403
355
|
export interface GetResourcesInput {
|
|
404
356
|
/**
|
|
405
357
|
* <p>Specifies a <code>PaginationToken</code> response value from a
|
|
@@ -539,12 +491,6 @@ export interface GetResourcesInput {
|
|
|
539
491
|
*/
|
|
540
492
|
ResourceARNList?: string[];
|
|
541
493
|
}
|
|
542
|
-
export declare namespace GetResourcesInput {
|
|
543
|
-
/**
|
|
544
|
-
* @internal
|
|
545
|
-
*/
|
|
546
|
-
const filterSensitiveLog: (obj: GetResourcesInput) => any;
|
|
547
|
-
}
|
|
548
494
|
/**
|
|
549
495
|
* <p>The metadata that you apply to Amazon Web Services resources to help you categorize and organize
|
|
550
496
|
* them. Each tag consists of a key and a value, both of which you define. For more
|
|
@@ -562,12 +508,6 @@ export interface Tag {
|
|
|
562
508
|
*/
|
|
563
509
|
Value: string | undefined;
|
|
564
510
|
}
|
|
565
|
-
export declare namespace Tag {
|
|
566
|
-
/**
|
|
567
|
-
* @internal
|
|
568
|
-
*/
|
|
569
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
570
|
-
}
|
|
571
511
|
/**
|
|
572
512
|
* <p>A list of resource ARNs and the tags (keys and values) that are associated with
|
|
573
513
|
* each.</p>
|
|
@@ -587,12 +527,6 @@ export interface ResourceTagMapping {
|
|
|
587
527
|
*/
|
|
588
528
|
ComplianceDetails?: ComplianceDetails;
|
|
589
529
|
}
|
|
590
|
-
export declare namespace ResourceTagMapping {
|
|
591
|
-
/**
|
|
592
|
-
* @internal
|
|
593
|
-
*/
|
|
594
|
-
const filterSensitiveLog: (obj: ResourceTagMapping) => any;
|
|
595
|
-
}
|
|
596
530
|
export interface GetResourcesOutput {
|
|
597
531
|
/**
|
|
598
532
|
* <p>A string that indicates that there is more data available than this
|
|
@@ -606,12 +540,6 @@ export interface GetResourcesOutput {
|
|
|
606
540
|
*/
|
|
607
541
|
ResourceTagMappingList?: ResourceTagMapping[];
|
|
608
542
|
}
|
|
609
|
-
export declare namespace GetResourcesOutput {
|
|
610
|
-
/**
|
|
611
|
-
* @internal
|
|
612
|
-
*/
|
|
613
|
-
const filterSensitiveLog: (obj: GetResourcesOutput) => any;
|
|
614
|
-
}
|
|
615
543
|
/**
|
|
616
544
|
* <p>A <code>PaginationToken</code> is valid for a maximum of 15 minutes. Your request was
|
|
617
545
|
* denied because the specified <code>PaginationToken</code> has expired.</p>
|
|
@@ -633,12 +561,6 @@ export interface GetTagKeysInput {
|
|
|
633
561
|
*/
|
|
634
562
|
PaginationToken?: string;
|
|
635
563
|
}
|
|
636
|
-
export declare namespace GetTagKeysInput {
|
|
637
|
-
/**
|
|
638
|
-
* @internal
|
|
639
|
-
*/
|
|
640
|
-
const filterSensitiveLog: (obj: GetTagKeysInput) => any;
|
|
641
|
-
}
|
|
642
564
|
export interface GetTagKeysOutput {
|
|
643
565
|
/**
|
|
644
566
|
* <p>A string that indicates that there is more data available than this
|
|
@@ -651,12 +573,6 @@ export interface GetTagKeysOutput {
|
|
|
651
573
|
*/
|
|
652
574
|
TagKeys?: string[];
|
|
653
575
|
}
|
|
654
|
-
export declare namespace GetTagKeysOutput {
|
|
655
|
-
/**
|
|
656
|
-
* @internal
|
|
657
|
-
*/
|
|
658
|
-
const filterSensitiveLog: (obj: GetTagKeysOutput) => any;
|
|
659
|
-
}
|
|
660
576
|
export interface GetTagValuesInput {
|
|
661
577
|
/**
|
|
662
578
|
* <p>Specifies a <code>PaginationToken</code> response value from a
|
|
@@ -670,12 +586,6 @@ export interface GetTagValuesInput {
|
|
|
670
586
|
*/
|
|
671
587
|
Key: string | undefined;
|
|
672
588
|
}
|
|
673
|
-
export declare namespace GetTagValuesInput {
|
|
674
|
-
/**
|
|
675
|
-
* @internal
|
|
676
|
-
*/
|
|
677
|
-
const filterSensitiveLog: (obj: GetTagValuesInput) => any;
|
|
678
|
-
}
|
|
679
589
|
export interface GetTagValuesOutput {
|
|
680
590
|
/**
|
|
681
591
|
* <p>A string that indicates that there is more data available than this
|
|
@@ -689,12 +599,6 @@ export interface GetTagValuesOutput {
|
|
|
689
599
|
*/
|
|
690
600
|
TagValues?: string[];
|
|
691
601
|
}
|
|
692
|
-
export declare namespace GetTagValuesOutput {
|
|
693
|
-
/**
|
|
694
|
-
* @internal
|
|
695
|
-
*/
|
|
696
|
-
const filterSensitiveLog: (obj: GetTagValuesOutput) => any;
|
|
697
|
-
}
|
|
698
602
|
export interface StartReportCreationInput {
|
|
699
603
|
/**
|
|
700
604
|
* <p>The name of the Amazon S3 bucket where the report will be stored; for example:</p>
|
|
@@ -706,20 +610,8 @@ export interface StartReportCreationInput {
|
|
|
706
610
|
*/
|
|
707
611
|
S3Bucket: string | undefined;
|
|
708
612
|
}
|
|
709
|
-
export declare namespace StartReportCreationInput {
|
|
710
|
-
/**
|
|
711
|
-
* @internal
|
|
712
|
-
*/
|
|
713
|
-
const filterSensitiveLog: (obj: StartReportCreationInput) => any;
|
|
714
|
-
}
|
|
715
613
|
export interface StartReportCreationOutput {
|
|
716
614
|
}
|
|
717
|
-
export declare namespace StartReportCreationOutput {
|
|
718
|
-
/**
|
|
719
|
-
* @internal
|
|
720
|
-
*/
|
|
721
|
-
const filterSensitiveLog: (obj: StartReportCreationOutput) => any;
|
|
722
|
-
}
|
|
723
615
|
export interface TagResourcesInput {
|
|
724
616
|
/**
|
|
725
617
|
* <p>Specifies the list of ARNs of the resources that you want to apply tags to.</p>
|
|
@@ -735,12 +627,6 @@ export interface TagResourcesInput {
|
|
|
735
627
|
*/
|
|
736
628
|
Tags: Record<string, string> | undefined;
|
|
737
629
|
}
|
|
738
|
-
export declare namespace TagResourcesInput {
|
|
739
|
-
/**
|
|
740
|
-
* @internal
|
|
741
|
-
*/
|
|
742
|
-
const filterSensitiveLog: (obj: TagResourcesInput) => any;
|
|
743
|
-
}
|
|
744
630
|
export interface TagResourcesOutput {
|
|
745
631
|
/**
|
|
746
632
|
* <p>A map containing a key-value pair for each failed item that couldn't be tagged. The
|
|
@@ -750,12 +636,6 @@ export interface TagResourcesOutput {
|
|
|
750
636
|
*/
|
|
751
637
|
FailedResourcesMap?: Record<string, FailureInfo>;
|
|
752
638
|
}
|
|
753
|
-
export declare namespace TagResourcesOutput {
|
|
754
|
-
/**
|
|
755
|
-
* @internal
|
|
756
|
-
*/
|
|
757
|
-
const filterSensitiveLog: (obj: TagResourcesOutput) => any;
|
|
758
|
-
}
|
|
759
639
|
export interface UntagResourcesInput {
|
|
760
640
|
/**
|
|
761
641
|
* <p>Specifies a list of ARNs of the resources that you want to remove tags from.</p>
|
|
@@ -771,12 +651,6 @@ export interface UntagResourcesInput {
|
|
|
771
651
|
*/
|
|
772
652
|
TagKeys: string[] | undefined;
|
|
773
653
|
}
|
|
774
|
-
export declare namespace UntagResourcesInput {
|
|
775
|
-
/**
|
|
776
|
-
* @internal
|
|
777
|
-
*/
|
|
778
|
-
const filterSensitiveLog: (obj: UntagResourcesInput) => any;
|
|
779
|
-
}
|
|
780
654
|
export interface UntagResourcesOutput {
|
|
781
655
|
/**
|
|
782
656
|
* <p>A map containing a key-value pair for each failed item that couldn't be untagged. The
|
|
@@ -786,9 +660,91 @@ export interface UntagResourcesOutput {
|
|
|
786
660
|
*/
|
|
787
661
|
FailedResourcesMap?: Record<string, FailureInfo>;
|
|
788
662
|
}
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
663
|
+
/**
|
|
664
|
+
* @internal
|
|
665
|
+
*/
|
|
666
|
+
export declare const ComplianceDetailsFilterSensitiveLog: (obj: ComplianceDetails) => any;
|
|
667
|
+
/**
|
|
668
|
+
* @internal
|
|
669
|
+
*/
|
|
670
|
+
export declare const DescribeReportCreationInputFilterSensitiveLog: (obj: DescribeReportCreationInput) => any;
|
|
671
|
+
/**
|
|
672
|
+
* @internal
|
|
673
|
+
*/
|
|
674
|
+
export declare const DescribeReportCreationOutputFilterSensitiveLog: (obj: DescribeReportCreationOutput) => any;
|
|
675
|
+
/**
|
|
676
|
+
* @internal
|
|
677
|
+
*/
|
|
678
|
+
export declare const FailureInfoFilterSensitiveLog: (obj: FailureInfo) => any;
|
|
679
|
+
/**
|
|
680
|
+
* @internal
|
|
681
|
+
*/
|
|
682
|
+
export declare const GetComplianceSummaryInputFilterSensitiveLog: (obj: GetComplianceSummaryInput) => any;
|
|
683
|
+
/**
|
|
684
|
+
* @internal
|
|
685
|
+
*/
|
|
686
|
+
export declare const SummaryFilterSensitiveLog: (obj: Summary) => any;
|
|
687
|
+
/**
|
|
688
|
+
* @internal
|
|
689
|
+
*/
|
|
690
|
+
export declare const GetComplianceSummaryOutputFilterSensitiveLog: (obj: GetComplianceSummaryOutput) => any;
|
|
691
|
+
/**
|
|
692
|
+
* @internal
|
|
693
|
+
*/
|
|
694
|
+
export declare const TagFilterFilterSensitiveLog: (obj: TagFilter) => any;
|
|
695
|
+
/**
|
|
696
|
+
* @internal
|
|
697
|
+
*/
|
|
698
|
+
export declare const GetResourcesInputFilterSensitiveLog: (obj: GetResourcesInput) => any;
|
|
699
|
+
/**
|
|
700
|
+
* @internal
|
|
701
|
+
*/
|
|
702
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
703
|
+
/**
|
|
704
|
+
* @internal
|
|
705
|
+
*/
|
|
706
|
+
export declare const ResourceTagMappingFilterSensitiveLog: (obj: ResourceTagMapping) => any;
|
|
707
|
+
/**
|
|
708
|
+
* @internal
|
|
709
|
+
*/
|
|
710
|
+
export declare const GetResourcesOutputFilterSensitiveLog: (obj: GetResourcesOutput) => any;
|
|
711
|
+
/**
|
|
712
|
+
* @internal
|
|
713
|
+
*/
|
|
714
|
+
export declare const GetTagKeysInputFilterSensitiveLog: (obj: GetTagKeysInput) => any;
|
|
715
|
+
/**
|
|
716
|
+
* @internal
|
|
717
|
+
*/
|
|
718
|
+
export declare const GetTagKeysOutputFilterSensitiveLog: (obj: GetTagKeysOutput) => any;
|
|
719
|
+
/**
|
|
720
|
+
* @internal
|
|
721
|
+
*/
|
|
722
|
+
export declare const GetTagValuesInputFilterSensitiveLog: (obj: GetTagValuesInput) => any;
|
|
723
|
+
/**
|
|
724
|
+
* @internal
|
|
725
|
+
*/
|
|
726
|
+
export declare const GetTagValuesOutputFilterSensitiveLog: (obj: GetTagValuesOutput) => any;
|
|
727
|
+
/**
|
|
728
|
+
* @internal
|
|
729
|
+
*/
|
|
730
|
+
export declare const StartReportCreationInputFilterSensitiveLog: (obj: StartReportCreationInput) => any;
|
|
731
|
+
/**
|
|
732
|
+
* @internal
|
|
733
|
+
*/
|
|
734
|
+
export declare const StartReportCreationOutputFilterSensitiveLog: (obj: StartReportCreationOutput) => any;
|
|
735
|
+
/**
|
|
736
|
+
* @internal
|
|
737
|
+
*/
|
|
738
|
+
export declare const TagResourcesInputFilterSensitiveLog: (obj: TagResourcesInput) => any;
|
|
739
|
+
/**
|
|
740
|
+
* @internal
|
|
741
|
+
*/
|
|
742
|
+
export declare const TagResourcesOutputFilterSensitiveLog: (obj: TagResourcesOutput) => any;
|
|
743
|
+
/**
|
|
744
|
+
* @internal
|
|
745
|
+
*/
|
|
746
|
+
export declare const UntagResourcesInputFilterSensitiveLog: (obj: UntagResourcesInput) => any;
|
|
747
|
+
/**
|
|
748
|
+
* @internal
|
|
749
|
+
*/
|
|
750
|
+
export declare const UntagResourcesOutputFilterSensitiveLog: (obj: UntagResourcesOutput) => any;
|
|
@@ -9,10 +9,6 @@ export interface ComplianceDetails {
|
|
|
9
9
|
|
|
10
10
|
ComplianceStatus?: boolean;
|
|
11
11
|
}
|
|
12
|
-
export declare namespace ComplianceDetails {
|
|
13
|
-
|
|
14
|
-
const filterSensitiveLog: (obj: ComplianceDetails) => any;
|
|
15
|
-
}
|
|
16
12
|
|
|
17
13
|
export declare class ConcurrentModificationException extends __BaseException {
|
|
18
14
|
readonly name: "ConcurrentModificationException";
|
|
@@ -31,10 +27,6 @@ export declare class ConstraintViolationException extends __BaseException {
|
|
|
31
27
|
}
|
|
32
28
|
export interface DescribeReportCreationInput {
|
|
33
29
|
}
|
|
34
|
-
export declare namespace DescribeReportCreationInput {
|
|
35
|
-
|
|
36
|
-
const filterSensitiveLog: (obj: DescribeReportCreationInput) => any;
|
|
37
|
-
}
|
|
38
30
|
export interface DescribeReportCreationOutput {
|
|
39
31
|
|
|
40
32
|
Status?: string;
|
|
@@ -45,10 +37,6 @@ export interface DescribeReportCreationOutput {
|
|
|
45
37
|
|
|
46
38
|
ErrorMessage?: string;
|
|
47
39
|
}
|
|
48
|
-
export declare namespace DescribeReportCreationOutput {
|
|
49
|
-
|
|
50
|
-
const filterSensitiveLog: (obj: DescribeReportCreationOutput) => any;
|
|
51
|
-
}
|
|
52
40
|
|
|
53
41
|
export declare class InternalServiceException extends __BaseException {
|
|
54
42
|
readonly name: "InternalServiceException";
|
|
@@ -86,10 +74,6 @@ export interface FailureInfo {
|
|
|
86
74
|
|
|
87
75
|
ErrorMessage?: string;
|
|
88
76
|
}
|
|
89
|
-
export declare namespace FailureInfo {
|
|
90
|
-
|
|
91
|
-
const filterSensitiveLog: (obj: FailureInfo) => any;
|
|
92
|
-
}
|
|
93
77
|
export declare enum GroupByAttribute {
|
|
94
78
|
REGION = "REGION",
|
|
95
79
|
RESOURCE_TYPE = "RESOURCE_TYPE",
|
|
@@ -111,10 +95,6 @@ export interface GetComplianceSummaryInput {
|
|
|
111
95
|
|
|
112
96
|
PaginationToken?: string;
|
|
113
97
|
}
|
|
114
|
-
export declare namespace GetComplianceSummaryInput {
|
|
115
|
-
|
|
116
|
-
const filterSensitiveLog: (obj: GetComplianceSummaryInput) => any;
|
|
117
|
-
}
|
|
118
98
|
export declare enum TargetIdType {
|
|
119
99
|
ACCOUNT = "ACCOUNT",
|
|
120
100
|
OU = "OU",
|
|
@@ -135,20 +115,12 @@ export interface Summary {
|
|
|
135
115
|
|
|
136
116
|
NonCompliantResources?: number;
|
|
137
117
|
}
|
|
138
|
-
export declare namespace Summary {
|
|
139
|
-
|
|
140
|
-
const filterSensitiveLog: (obj: Summary) => any;
|
|
141
|
-
}
|
|
142
118
|
export interface GetComplianceSummaryOutput {
|
|
143
119
|
|
|
144
120
|
SummaryList?: Summary[];
|
|
145
121
|
|
|
146
122
|
PaginationToken?: string;
|
|
147
123
|
}
|
|
148
|
-
export declare namespace GetComplianceSummaryOutput {
|
|
149
|
-
|
|
150
|
-
const filterSensitiveLog: (obj: GetComplianceSummaryOutput) => any;
|
|
151
|
-
}
|
|
152
124
|
|
|
153
125
|
export interface TagFilter {
|
|
154
126
|
|
|
@@ -156,10 +128,6 @@ export interface TagFilter {
|
|
|
156
128
|
|
|
157
129
|
Values?: string[];
|
|
158
130
|
}
|
|
159
|
-
export declare namespace TagFilter {
|
|
160
|
-
|
|
161
|
-
const filterSensitiveLog: (obj: TagFilter) => any;
|
|
162
|
-
}
|
|
163
131
|
export interface GetResourcesInput {
|
|
164
132
|
|
|
165
133
|
PaginationToken?: string;
|
|
@@ -178,10 +146,6 @@ export interface GetResourcesInput {
|
|
|
178
146
|
|
|
179
147
|
ResourceARNList?: string[];
|
|
180
148
|
}
|
|
181
|
-
export declare namespace GetResourcesInput {
|
|
182
|
-
|
|
183
|
-
const filterSensitiveLog: (obj: GetResourcesInput) => any;
|
|
184
|
-
}
|
|
185
149
|
|
|
186
150
|
export interface Tag {
|
|
187
151
|
|
|
@@ -189,10 +153,6 @@ export interface Tag {
|
|
|
189
153
|
|
|
190
154
|
Value: string | undefined;
|
|
191
155
|
}
|
|
192
|
-
export declare namespace Tag {
|
|
193
|
-
|
|
194
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
195
|
-
}
|
|
196
156
|
|
|
197
157
|
export interface ResourceTagMapping {
|
|
198
158
|
|
|
@@ -202,20 +162,12 @@ export interface ResourceTagMapping {
|
|
|
202
162
|
|
|
203
163
|
ComplianceDetails?: ComplianceDetails;
|
|
204
164
|
}
|
|
205
|
-
export declare namespace ResourceTagMapping {
|
|
206
|
-
|
|
207
|
-
const filterSensitiveLog: (obj: ResourceTagMapping) => any;
|
|
208
|
-
}
|
|
209
165
|
export interface GetResourcesOutput {
|
|
210
166
|
|
|
211
167
|
PaginationToken?: string;
|
|
212
168
|
|
|
213
169
|
ResourceTagMappingList?: ResourceTagMapping[];
|
|
214
170
|
}
|
|
215
|
-
export declare namespace GetResourcesOutput {
|
|
216
|
-
|
|
217
|
-
const filterSensitiveLog: (obj: GetResourcesOutput) => any;
|
|
218
|
-
}
|
|
219
171
|
|
|
220
172
|
export declare class PaginationTokenExpiredException extends __BaseException {
|
|
221
173
|
readonly name: "PaginationTokenExpiredException";
|
|
@@ -228,87 +180,91 @@ export interface GetTagKeysInput {
|
|
|
228
180
|
|
|
229
181
|
PaginationToken?: string;
|
|
230
182
|
}
|
|
231
|
-
export declare namespace GetTagKeysInput {
|
|
232
|
-
|
|
233
|
-
const filterSensitiveLog: (obj: GetTagKeysInput) => any;
|
|
234
|
-
}
|
|
235
183
|
export interface GetTagKeysOutput {
|
|
236
184
|
|
|
237
185
|
PaginationToken?: string;
|
|
238
186
|
|
|
239
187
|
TagKeys?: string[];
|
|
240
188
|
}
|
|
241
|
-
export declare namespace GetTagKeysOutput {
|
|
242
|
-
|
|
243
|
-
const filterSensitiveLog: (obj: GetTagKeysOutput) => any;
|
|
244
|
-
}
|
|
245
189
|
export interface GetTagValuesInput {
|
|
246
190
|
|
|
247
191
|
PaginationToken?: string;
|
|
248
192
|
|
|
249
193
|
Key: string | undefined;
|
|
250
194
|
}
|
|
251
|
-
export declare namespace GetTagValuesInput {
|
|
252
|
-
|
|
253
|
-
const filterSensitiveLog: (obj: GetTagValuesInput) => any;
|
|
254
|
-
}
|
|
255
195
|
export interface GetTagValuesOutput {
|
|
256
196
|
|
|
257
197
|
PaginationToken?: string;
|
|
258
198
|
|
|
259
199
|
TagValues?: string[];
|
|
260
200
|
}
|
|
261
|
-
export declare namespace GetTagValuesOutput {
|
|
262
|
-
|
|
263
|
-
const filterSensitiveLog: (obj: GetTagValuesOutput) => any;
|
|
264
|
-
}
|
|
265
201
|
export interface StartReportCreationInput {
|
|
266
202
|
|
|
267
203
|
S3Bucket: string | undefined;
|
|
268
204
|
}
|
|
269
|
-
export declare namespace StartReportCreationInput {
|
|
270
|
-
|
|
271
|
-
const filterSensitiveLog: (obj: StartReportCreationInput) => any;
|
|
272
|
-
}
|
|
273
205
|
export interface StartReportCreationOutput {
|
|
274
206
|
}
|
|
275
|
-
export declare namespace StartReportCreationOutput {
|
|
276
|
-
|
|
277
|
-
const filterSensitiveLog: (obj: StartReportCreationOutput) => any;
|
|
278
|
-
}
|
|
279
207
|
export interface TagResourcesInput {
|
|
280
208
|
|
|
281
209
|
ResourceARNList: string[] | undefined;
|
|
282
210
|
|
|
283
211
|
Tags: Record<string, string> | undefined;
|
|
284
212
|
}
|
|
285
|
-
export declare namespace TagResourcesInput {
|
|
286
|
-
|
|
287
|
-
const filterSensitiveLog: (obj: TagResourcesInput) => any;
|
|
288
|
-
}
|
|
289
213
|
export interface TagResourcesOutput {
|
|
290
214
|
|
|
291
215
|
FailedResourcesMap?: Record<string, FailureInfo>;
|
|
292
216
|
}
|
|
293
|
-
export declare namespace TagResourcesOutput {
|
|
294
|
-
|
|
295
|
-
const filterSensitiveLog: (obj: TagResourcesOutput) => any;
|
|
296
|
-
}
|
|
297
217
|
export interface UntagResourcesInput {
|
|
298
218
|
|
|
299
219
|
ResourceARNList: string[] | undefined;
|
|
300
220
|
|
|
301
221
|
TagKeys: string[] | undefined;
|
|
302
222
|
}
|
|
303
|
-
export declare namespace UntagResourcesInput {
|
|
304
|
-
|
|
305
|
-
const filterSensitiveLog: (obj: UntagResourcesInput) => any;
|
|
306
|
-
}
|
|
307
223
|
export interface UntagResourcesOutput {
|
|
308
224
|
|
|
309
225
|
FailedResourcesMap?: Record<string, FailureInfo>;
|
|
310
226
|
}
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
227
|
+
|
|
228
|
+
export declare const ComplianceDetailsFilterSensitiveLog: (obj: ComplianceDetails) => any;
|
|
229
|
+
|
|
230
|
+
export declare const DescribeReportCreationInputFilterSensitiveLog: (obj: DescribeReportCreationInput) => any;
|
|
231
|
+
|
|
232
|
+
export declare const DescribeReportCreationOutputFilterSensitiveLog: (obj: DescribeReportCreationOutput) => any;
|
|
233
|
+
|
|
234
|
+
export declare const FailureInfoFilterSensitiveLog: (obj: FailureInfo) => any;
|
|
235
|
+
|
|
236
|
+
export declare const GetComplianceSummaryInputFilterSensitiveLog: (obj: GetComplianceSummaryInput) => any;
|
|
237
|
+
|
|
238
|
+
export declare const SummaryFilterSensitiveLog: (obj: Summary) => any;
|
|
239
|
+
|
|
240
|
+
export declare const GetComplianceSummaryOutputFilterSensitiveLog: (obj: GetComplianceSummaryOutput) => any;
|
|
241
|
+
|
|
242
|
+
export declare const TagFilterFilterSensitiveLog: (obj: TagFilter) => any;
|
|
243
|
+
|
|
244
|
+
export declare const GetResourcesInputFilterSensitiveLog: (obj: GetResourcesInput) => any;
|
|
245
|
+
|
|
246
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
247
|
+
|
|
248
|
+
export declare const ResourceTagMappingFilterSensitiveLog: (obj: ResourceTagMapping) => any;
|
|
249
|
+
|
|
250
|
+
export declare const GetResourcesOutputFilterSensitiveLog: (obj: GetResourcesOutput) => any;
|
|
251
|
+
|
|
252
|
+
export declare const GetTagKeysInputFilterSensitiveLog: (obj: GetTagKeysInput) => any;
|
|
253
|
+
|
|
254
|
+
export declare const GetTagKeysOutputFilterSensitiveLog: (obj: GetTagKeysOutput) => any;
|
|
255
|
+
|
|
256
|
+
export declare const GetTagValuesInputFilterSensitiveLog: (obj: GetTagValuesInput) => any;
|
|
257
|
+
|
|
258
|
+
export declare const GetTagValuesOutputFilterSensitiveLog: (obj: GetTagValuesOutput) => any;
|
|
259
|
+
|
|
260
|
+
export declare const StartReportCreationInputFilterSensitiveLog: (obj: StartReportCreationInput) => any;
|
|
261
|
+
|
|
262
|
+
export declare const StartReportCreationOutputFilterSensitiveLog: (obj: StartReportCreationOutput) => any;
|
|
263
|
+
|
|
264
|
+
export declare const TagResourcesInputFilterSensitiveLog: (obj: TagResourcesInput) => any;
|
|
265
|
+
|
|
266
|
+
export declare const TagResourcesOutputFilterSensitiveLog: (obj: TagResourcesOutput) => any;
|
|
267
|
+
|
|
268
|
+
export declare const UntagResourcesInputFilterSensitiveLog: (obj: UntagResourcesInput) => any;
|
|
269
|
+
|
|
270
|
+
export declare const UntagResourcesOutputFilterSensitiveLog: (obj: UntagResourcesOutput) => any;
|
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.142.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.142.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.142.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.142.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.142.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.142.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|