@aws-sdk/client-resource-groups-tagging-api 3.128.0 → 3.137.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 +30 -0
- 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 +3 -0
- 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 +3 -0
- 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 +9 -9
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { ResourceGroupsTaggingAPIServiceException as __BaseException } from "./ResourceGroupsTaggingAPIServiceException";
|
|
3
|
-
export var ComplianceDetails;
|
|
4
|
-
(function (ComplianceDetails) {
|
|
5
|
-
ComplianceDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
-
})(ComplianceDetails || (ComplianceDetails = {}));
|
|
7
3
|
var ConcurrentModificationException = (function (_super) {
|
|
8
4
|
__extends(ConcurrentModificationException, _super);
|
|
9
5
|
function ConcurrentModificationException(opts) {
|
|
@@ -30,14 +26,6 @@ var ConstraintViolationException = (function (_super) {
|
|
|
30
26
|
return ConstraintViolationException;
|
|
31
27
|
}(__BaseException));
|
|
32
28
|
export { ConstraintViolationException };
|
|
33
|
-
export var DescribeReportCreationInput;
|
|
34
|
-
(function (DescribeReportCreationInput) {
|
|
35
|
-
DescribeReportCreationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
36
|
-
})(DescribeReportCreationInput || (DescribeReportCreationInput = {}));
|
|
37
|
-
export var DescribeReportCreationOutput;
|
|
38
|
-
(function (DescribeReportCreationOutput) {
|
|
39
|
-
DescribeReportCreationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
40
|
-
})(DescribeReportCreationOutput || (DescribeReportCreationOutput = {}));
|
|
41
29
|
var InternalServiceException = (function (_super) {
|
|
42
30
|
__extends(InternalServiceException, _super);
|
|
43
31
|
function InternalServiceException(opts) {
|
|
@@ -82,54 +70,18 @@ export var ErrorCode;
|
|
|
82
70
|
ErrorCode["INTERNAL_SERVICE_EXCEPTION"] = "InternalServiceException";
|
|
83
71
|
ErrorCode["INVALID_PARAMETER_EXCEPTION"] = "InvalidParameterException";
|
|
84
72
|
})(ErrorCode || (ErrorCode = {}));
|
|
85
|
-
export var FailureInfo;
|
|
86
|
-
(function (FailureInfo) {
|
|
87
|
-
FailureInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
|
-
})(FailureInfo || (FailureInfo = {}));
|
|
89
73
|
export var GroupByAttribute;
|
|
90
74
|
(function (GroupByAttribute) {
|
|
91
75
|
GroupByAttribute["REGION"] = "REGION";
|
|
92
76
|
GroupByAttribute["RESOURCE_TYPE"] = "RESOURCE_TYPE";
|
|
93
77
|
GroupByAttribute["TARGET_ID"] = "TARGET_ID";
|
|
94
78
|
})(GroupByAttribute || (GroupByAttribute = {}));
|
|
95
|
-
export var GetComplianceSummaryInput;
|
|
96
|
-
(function (GetComplianceSummaryInput) {
|
|
97
|
-
GetComplianceSummaryInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
98
|
-
})(GetComplianceSummaryInput || (GetComplianceSummaryInput = {}));
|
|
99
79
|
export var TargetIdType;
|
|
100
80
|
(function (TargetIdType) {
|
|
101
81
|
TargetIdType["ACCOUNT"] = "ACCOUNT";
|
|
102
82
|
TargetIdType["OU"] = "OU";
|
|
103
83
|
TargetIdType["ROOT"] = "ROOT";
|
|
104
84
|
})(TargetIdType || (TargetIdType = {}));
|
|
105
|
-
export var Summary;
|
|
106
|
-
(function (Summary) {
|
|
107
|
-
Summary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
|
-
})(Summary || (Summary = {}));
|
|
109
|
-
export var GetComplianceSummaryOutput;
|
|
110
|
-
(function (GetComplianceSummaryOutput) {
|
|
111
|
-
GetComplianceSummaryOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
112
|
-
})(GetComplianceSummaryOutput || (GetComplianceSummaryOutput = {}));
|
|
113
|
-
export var TagFilter;
|
|
114
|
-
(function (TagFilter) {
|
|
115
|
-
TagFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
-
})(TagFilter || (TagFilter = {}));
|
|
117
|
-
export var GetResourcesInput;
|
|
118
|
-
(function (GetResourcesInput) {
|
|
119
|
-
GetResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
|
-
})(GetResourcesInput || (GetResourcesInput = {}));
|
|
121
|
-
export var Tag;
|
|
122
|
-
(function (Tag) {
|
|
123
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
|
-
})(Tag || (Tag = {}));
|
|
125
|
-
export var ResourceTagMapping;
|
|
126
|
-
(function (ResourceTagMapping) {
|
|
127
|
-
ResourceTagMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
-
})(ResourceTagMapping || (ResourceTagMapping = {}));
|
|
129
|
-
export var GetResourcesOutput;
|
|
130
|
-
(function (GetResourcesOutput) {
|
|
131
|
-
GetResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
-
})(GetResourcesOutput || (GetResourcesOutput = {}));
|
|
133
85
|
var PaginationTokenExpiredException = (function (_super) {
|
|
134
86
|
__extends(PaginationTokenExpiredException, _super);
|
|
135
87
|
function PaginationTokenExpiredException(opts) {
|
|
@@ -143,43 +95,25 @@ var PaginationTokenExpiredException = (function (_super) {
|
|
|
143
95
|
return PaginationTokenExpiredException;
|
|
144
96
|
}(__BaseException));
|
|
145
97
|
export { PaginationTokenExpiredException };
|
|
146
|
-
export var
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
export var
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
export var
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
export var
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
export var
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
export var
|
|
167
|
-
|
|
168
|
-
StartReportCreationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
-
})(StartReportCreationOutput || (StartReportCreationOutput = {}));
|
|
170
|
-
export var TagResourcesInput;
|
|
171
|
-
(function (TagResourcesInput) {
|
|
172
|
-
TagResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
-
})(TagResourcesInput || (TagResourcesInput = {}));
|
|
174
|
-
export var TagResourcesOutput;
|
|
175
|
-
(function (TagResourcesOutput) {
|
|
176
|
-
TagResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
-
})(TagResourcesOutput || (TagResourcesOutput = {}));
|
|
178
|
-
export var UntagResourcesInput;
|
|
179
|
-
(function (UntagResourcesInput) {
|
|
180
|
-
UntagResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
-
})(UntagResourcesInput || (UntagResourcesInput = {}));
|
|
182
|
-
export var UntagResourcesOutput;
|
|
183
|
-
(function (UntagResourcesOutput) {
|
|
184
|
-
UntagResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
-
})(UntagResourcesOutput || (UntagResourcesOutput = {}));
|
|
98
|
+
export var ComplianceDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
+
export var DescribeReportCreationInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
+
export var DescribeReportCreationOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
|
+
export var FailureInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
+
export var GetComplianceSummaryInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
|
+
export var SummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
+
export var GetComplianceSummaryOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
105
|
+
export var TagFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
+
export var GetResourcesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
|
+
export var ResourceTagMappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
109
|
+
export var GetResourcesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
|
+
export var GetTagKeysInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
|
+
export var GetTagKeysOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
112
|
+
export var GetTagValuesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
|
+
export var GetTagValuesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
+
export var StartReportCreationInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
+
export var StartReportCreationOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
+
export var TagResourcesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
|
+
export var TagResourcesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
118
|
+
export var UntagResourcesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
+
export var UntagResourcesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1041,6 +1041,9 @@ var loadRestJsonErrorCode = function (output, data) {
|
|
|
1041
1041
|
var findKey = function (object, key) { return Object.keys(object).find(function (k) { return k.toLowerCase() === key.toLowerCase(); }); };
|
|
1042
1042
|
var sanitizeErrorCode = function (rawValue) {
|
|
1043
1043
|
var cleanValue = rawValue;
|
|
1044
|
+
if (typeof cleanValue === "number") {
|
|
1045
|
+
cleanValue = cleanValue.toString();
|
|
1046
|
+
}
|
|
1044
1047
|
if (cleanValue.indexOf(":") >= 0) {
|
|
1045
1048
|
cleanValue = cleanValue.split(":")[0];
|
|
1046
1049
|
}
|
|
@@ -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;
|