@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
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,39 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **codegen:** general data mapping function ([#3830](https://github.com/aws/aws-sdk-js-v3/issues/3830)) ([9417eae](https://github.com/aws/aws-sdk-js-v3/commit/9417eae722806799fb4c15c07921574268c1165c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **clients:** update client endpoints as of 2022-08-01 ([aaf49f2](https://github.com/aws/aws-sdk-js-v3/commit/aaf49f21b371412e6ea7e00890b71a7b31991b66))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* **namespaces:** remove namespaces with only a log filter ([#3823](https://github.com/aws/aws-sdk-js-v3/issues/3823)) ([33e6822](https://github.com/aws/aws-sdk-js-v3/commit/33e68228fb64c53dd8f89e6be76dd5f46edc3cfd))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
6
39
|
# [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
|
|
7
40
|
|
|
8
41
|
**Note:** Version bump only for package @aws-sdk/client-resource-groups-tagging-api
|
package/README.md
CHANGED
|
@@ -171,7 +171,7 @@ try {
|
|
|
171
171
|
const data = await client.send(command);
|
|
172
172
|
// process data.
|
|
173
173
|
} catch (error) {
|
|
174
|
-
const { requestId, cfId, extendedRequestId } = error
|
|
174
|
+
const { requestId, cfId, extendedRequestId } = error.$$metadata;
|
|
175
175
|
console.log({ requestId, cfId, extendedRequestId });
|
|
176
176
|
/**
|
|
177
177
|
* The keys within exceptions are also parsed.
|
|
@@ -20,8 +20,8 @@ class DescribeReportCreationCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeReportCreationInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeReportCreationOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetComplianceSummaryCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetComplianceSummaryInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetComplianceSummaryOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetResourcesCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetResourcesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetResourcesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetTagKeysCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetTagKeysInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetTagKeysOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetTagValuesCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetTagValuesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetTagValuesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class StartReportCreationCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.StartReportCreationInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.StartReportCreationOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class TagResourcesCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.TagResourcesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.TagResourcesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class UntagResourcesCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UntagResourcesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UntagResourcesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.UntagResourcesOutputFilterSensitiveLog = exports.UntagResourcesInputFilterSensitiveLog = exports.TagResourcesOutputFilterSensitiveLog = exports.TagResourcesInputFilterSensitiveLog = exports.StartReportCreationOutputFilterSensitiveLog = exports.StartReportCreationInputFilterSensitiveLog = exports.GetTagValuesOutputFilterSensitiveLog = exports.GetTagValuesInputFilterSensitiveLog = exports.GetTagKeysOutputFilterSensitiveLog = exports.GetTagKeysInputFilterSensitiveLog = exports.GetResourcesOutputFilterSensitiveLog = exports.ResourceTagMappingFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.GetResourcesInputFilterSensitiveLog = exports.TagFilterFilterSensitiveLog = exports.GetComplianceSummaryOutputFilterSensitiveLog = exports.SummaryFilterSensitiveLog = exports.GetComplianceSummaryInputFilterSensitiveLog = exports.FailureInfoFilterSensitiveLog = exports.DescribeReportCreationOutputFilterSensitiveLog = exports.DescribeReportCreationInputFilterSensitiveLog = exports.ComplianceDetailsFilterSensitiveLog = exports.PaginationTokenExpiredException = exports.TargetIdType = exports.GroupByAttribute = exports.ErrorCode = exports.ThrottledException = exports.InvalidParameterException = exports.InternalServiceException = exports.ConstraintViolationException = exports.ConcurrentModificationException = void 0;
|
|
4
4
|
const ResourceGroupsTaggingAPIServiceException_1 = require("./ResourceGroupsTaggingAPIServiceException");
|
|
5
|
-
var ComplianceDetails;
|
|
6
|
-
(function (ComplianceDetails) {
|
|
7
|
-
ComplianceDetails.filterSensitiveLog = (obj) => ({
|
|
8
|
-
...obj,
|
|
9
|
-
});
|
|
10
|
-
})(ComplianceDetails = exports.ComplianceDetails || (exports.ComplianceDetails = {}));
|
|
11
5
|
class ConcurrentModificationException extends ResourceGroupsTaggingAPIServiceException_1.ResourceGroupsTaggingAPIServiceException {
|
|
12
6
|
constructor(opts) {
|
|
13
7
|
super({
|
|
@@ -36,18 +30,6 @@ class ConstraintViolationException extends ResourceGroupsTaggingAPIServiceExcept
|
|
|
36
30
|
}
|
|
37
31
|
}
|
|
38
32
|
exports.ConstraintViolationException = ConstraintViolationException;
|
|
39
|
-
var DescribeReportCreationInput;
|
|
40
|
-
(function (DescribeReportCreationInput) {
|
|
41
|
-
DescribeReportCreationInput.filterSensitiveLog = (obj) => ({
|
|
42
|
-
...obj,
|
|
43
|
-
});
|
|
44
|
-
})(DescribeReportCreationInput = exports.DescribeReportCreationInput || (exports.DescribeReportCreationInput = {}));
|
|
45
|
-
var DescribeReportCreationOutput;
|
|
46
|
-
(function (DescribeReportCreationOutput) {
|
|
47
|
-
DescribeReportCreationOutput.filterSensitiveLog = (obj) => ({
|
|
48
|
-
...obj,
|
|
49
|
-
});
|
|
50
|
-
})(DescribeReportCreationOutput = exports.DescribeReportCreationOutput || (exports.DescribeReportCreationOutput = {}));
|
|
51
33
|
class InternalServiceException extends ResourceGroupsTaggingAPIServiceException_1.ResourceGroupsTaggingAPIServiceException {
|
|
52
34
|
constructor(opts) {
|
|
53
35
|
super({
|
|
@@ -95,72 +77,18 @@ var ErrorCode;
|
|
|
95
77
|
ErrorCode["INTERNAL_SERVICE_EXCEPTION"] = "InternalServiceException";
|
|
96
78
|
ErrorCode["INVALID_PARAMETER_EXCEPTION"] = "InvalidParameterException";
|
|
97
79
|
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
98
|
-
var FailureInfo;
|
|
99
|
-
(function (FailureInfo) {
|
|
100
|
-
FailureInfo.filterSensitiveLog = (obj) => ({
|
|
101
|
-
...obj,
|
|
102
|
-
});
|
|
103
|
-
})(FailureInfo = exports.FailureInfo || (exports.FailureInfo = {}));
|
|
104
80
|
var GroupByAttribute;
|
|
105
81
|
(function (GroupByAttribute) {
|
|
106
82
|
GroupByAttribute["REGION"] = "REGION";
|
|
107
83
|
GroupByAttribute["RESOURCE_TYPE"] = "RESOURCE_TYPE";
|
|
108
84
|
GroupByAttribute["TARGET_ID"] = "TARGET_ID";
|
|
109
85
|
})(GroupByAttribute = exports.GroupByAttribute || (exports.GroupByAttribute = {}));
|
|
110
|
-
var GetComplianceSummaryInput;
|
|
111
|
-
(function (GetComplianceSummaryInput) {
|
|
112
|
-
GetComplianceSummaryInput.filterSensitiveLog = (obj) => ({
|
|
113
|
-
...obj,
|
|
114
|
-
});
|
|
115
|
-
})(GetComplianceSummaryInput = exports.GetComplianceSummaryInput || (exports.GetComplianceSummaryInput = {}));
|
|
116
86
|
var TargetIdType;
|
|
117
87
|
(function (TargetIdType) {
|
|
118
88
|
TargetIdType["ACCOUNT"] = "ACCOUNT";
|
|
119
89
|
TargetIdType["OU"] = "OU";
|
|
120
90
|
TargetIdType["ROOT"] = "ROOT";
|
|
121
91
|
})(TargetIdType = exports.TargetIdType || (exports.TargetIdType = {}));
|
|
122
|
-
var Summary;
|
|
123
|
-
(function (Summary) {
|
|
124
|
-
Summary.filterSensitiveLog = (obj) => ({
|
|
125
|
-
...obj,
|
|
126
|
-
});
|
|
127
|
-
})(Summary = exports.Summary || (exports.Summary = {}));
|
|
128
|
-
var GetComplianceSummaryOutput;
|
|
129
|
-
(function (GetComplianceSummaryOutput) {
|
|
130
|
-
GetComplianceSummaryOutput.filterSensitiveLog = (obj) => ({
|
|
131
|
-
...obj,
|
|
132
|
-
});
|
|
133
|
-
})(GetComplianceSummaryOutput = exports.GetComplianceSummaryOutput || (exports.GetComplianceSummaryOutput = {}));
|
|
134
|
-
var TagFilter;
|
|
135
|
-
(function (TagFilter) {
|
|
136
|
-
TagFilter.filterSensitiveLog = (obj) => ({
|
|
137
|
-
...obj,
|
|
138
|
-
});
|
|
139
|
-
})(TagFilter = exports.TagFilter || (exports.TagFilter = {}));
|
|
140
|
-
var GetResourcesInput;
|
|
141
|
-
(function (GetResourcesInput) {
|
|
142
|
-
GetResourcesInput.filterSensitiveLog = (obj) => ({
|
|
143
|
-
...obj,
|
|
144
|
-
});
|
|
145
|
-
})(GetResourcesInput = exports.GetResourcesInput || (exports.GetResourcesInput = {}));
|
|
146
|
-
var Tag;
|
|
147
|
-
(function (Tag) {
|
|
148
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
149
|
-
...obj,
|
|
150
|
-
});
|
|
151
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
152
|
-
var ResourceTagMapping;
|
|
153
|
-
(function (ResourceTagMapping) {
|
|
154
|
-
ResourceTagMapping.filterSensitiveLog = (obj) => ({
|
|
155
|
-
...obj,
|
|
156
|
-
});
|
|
157
|
-
})(ResourceTagMapping = exports.ResourceTagMapping || (exports.ResourceTagMapping = {}));
|
|
158
|
-
var GetResourcesOutput;
|
|
159
|
-
(function (GetResourcesOutput) {
|
|
160
|
-
GetResourcesOutput.filterSensitiveLog = (obj) => ({
|
|
161
|
-
...obj,
|
|
162
|
-
});
|
|
163
|
-
})(GetResourcesOutput = exports.GetResourcesOutput || (exports.GetResourcesOutput = {}));
|
|
164
92
|
class PaginationTokenExpiredException extends ResourceGroupsTaggingAPIServiceException_1.ResourceGroupsTaggingAPIServiceException {
|
|
165
93
|
constructor(opts) {
|
|
166
94
|
super({
|
|
@@ -175,63 +103,91 @@ class PaginationTokenExpiredException extends ResourceGroupsTaggingAPIServiceExc
|
|
|
175
103
|
}
|
|
176
104
|
}
|
|
177
105
|
exports.PaginationTokenExpiredException = PaginationTokenExpiredException;
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
106
|
+
const ComplianceDetailsFilterSensitiveLog = (obj) => ({
|
|
107
|
+
...obj,
|
|
108
|
+
});
|
|
109
|
+
exports.ComplianceDetailsFilterSensitiveLog = ComplianceDetailsFilterSensitiveLog;
|
|
110
|
+
const DescribeReportCreationInputFilterSensitiveLog = (obj) => ({
|
|
111
|
+
...obj,
|
|
112
|
+
});
|
|
113
|
+
exports.DescribeReportCreationInputFilterSensitiveLog = DescribeReportCreationInputFilterSensitiveLog;
|
|
114
|
+
const DescribeReportCreationOutputFilterSensitiveLog = (obj) => ({
|
|
115
|
+
...obj,
|
|
116
|
+
});
|
|
117
|
+
exports.DescribeReportCreationOutputFilterSensitiveLog = DescribeReportCreationOutputFilterSensitiveLog;
|
|
118
|
+
const FailureInfoFilterSensitiveLog = (obj) => ({
|
|
119
|
+
...obj,
|
|
120
|
+
});
|
|
121
|
+
exports.FailureInfoFilterSensitiveLog = FailureInfoFilterSensitiveLog;
|
|
122
|
+
const GetComplianceSummaryInputFilterSensitiveLog = (obj) => ({
|
|
123
|
+
...obj,
|
|
124
|
+
});
|
|
125
|
+
exports.GetComplianceSummaryInputFilterSensitiveLog = GetComplianceSummaryInputFilterSensitiveLog;
|
|
126
|
+
const SummaryFilterSensitiveLog = (obj) => ({
|
|
127
|
+
...obj,
|
|
128
|
+
});
|
|
129
|
+
exports.SummaryFilterSensitiveLog = SummaryFilterSensitiveLog;
|
|
130
|
+
const GetComplianceSummaryOutputFilterSensitiveLog = (obj) => ({
|
|
131
|
+
...obj,
|
|
132
|
+
});
|
|
133
|
+
exports.GetComplianceSummaryOutputFilterSensitiveLog = GetComplianceSummaryOutputFilterSensitiveLog;
|
|
134
|
+
const TagFilterFilterSensitiveLog = (obj) => ({
|
|
135
|
+
...obj,
|
|
136
|
+
});
|
|
137
|
+
exports.TagFilterFilterSensitiveLog = TagFilterFilterSensitiveLog;
|
|
138
|
+
const GetResourcesInputFilterSensitiveLog = (obj) => ({
|
|
139
|
+
...obj,
|
|
140
|
+
});
|
|
141
|
+
exports.GetResourcesInputFilterSensitiveLog = GetResourcesInputFilterSensitiveLog;
|
|
142
|
+
const TagFilterSensitiveLog = (obj) => ({
|
|
143
|
+
...obj,
|
|
144
|
+
});
|
|
145
|
+
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
146
|
+
const ResourceTagMappingFilterSensitiveLog = (obj) => ({
|
|
147
|
+
...obj,
|
|
148
|
+
});
|
|
149
|
+
exports.ResourceTagMappingFilterSensitiveLog = ResourceTagMappingFilterSensitiveLog;
|
|
150
|
+
const GetResourcesOutputFilterSensitiveLog = (obj) => ({
|
|
151
|
+
...obj,
|
|
152
|
+
});
|
|
153
|
+
exports.GetResourcesOutputFilterSensitiveLog = GetResourcesOutputFilterSensitiveLog;
|
|
154
|
+
const GetTagKeysInputFilterSensitiveLog = (obj) => ({
|
|
155
|
+
...obj,
|
|
156
|
+
});
|
|
157
|
+
exports.GetTagKeysInputFilterSensitiveLog = GetTagKeysInputFilterSensitiveLog;
|
|
158
|
+
const GetTagKeysOutputFilterSensitiveLog = (obj) => ({
|
|
159
|
+
...obj,
|
|
160
|
+
});
|
|
161
|
+
exports.GetTagKeysOutputFilterSensitiveLog = GetTagKeysOutputFilterSensitiveLog;
|
|
162
|
+
const GetTagValuesInputFilterSensitiveLog = (obj) => ({
|
|
163
|
+
...obj,
|
|
164
|
+
});
|
|
165
|
+
exports.GetTagValuesInputFilterSensitiveLog = GetTagValuesInputFilterSensitiveLog;
|
|
166
|
+
const GetTagValuesOutputFilterSensitiveLog = (obj) => ({
|
|
167
|
+
...obj,
|
|
168
|
+
});
|
|
169
|
+
exports.GetTagValuesOutputFilterSensitiveLog = GetTagValuesOutputFilterSensitiveLog;
|
|
170
|
+
const StartReportCreationInputFilterSensitiveLog = (obj) => ({
|
|
171
|
+
...obj,
|
|
172
|
+
});
|
|
173
|
+
exports.StartReportCreationInputFilterSensitiveLog = StartReportCreationInputFilterSensitiveLog;
|
|
174
|
+
const StartReportCreationOutputFilterSensitiveLog = (obj) => ({
|
|
175
|
+
...obj,
|
|
176
|
+
});
|
|
177
|
+
exports.StartReportCreationOutputFilterSensitiveLog = StartReportCreationOutputFilterSensitiveLog;
|
|
178
|
+
const TagResourcesInputFilterSensitiveLog = (obj) => ({
|
|
179
|
+
...obj,
|
|
180
|
+
});
|
|
181
|
+
exports.TagResourcesInputFilterSensitiveLog = TagResourcesInputFilterSensitiveLog;
|
|
182
|
+
const TagResourcesOutputFilterSensitiveLog = (obj) => ({
|
|
183
|
+
...obj,
|
|
184
|
+
});
|
|
185
|
+
exports.TagResourcesOutputFilterSensitiveLog = TagResourcesOutputFilterSensitiveLog;
|
|
186
|
+
const UntagResourcesInputFilterSensitiveLog = (obj) => ({
|
|
187
|
+
...obj,
|
|
188
|
+
});
|
|
189
|
+
exports.UntagResourcesInputFilterSensitiveLog = UntagResourcesInputFilterSensitiveLog;
|
|
190
|
+
const UntagResourcesOutputFilterSensitiveLog = (obj) => ({
|
|
191
|
+
...obj,
|
|
192
|
+
});
|
|
193
|
+
exports.UntagResourcesOutputFilterSensitiveLog = UntagResourcesOutputFilterSensitiveLog;
|