@aws-sdk/client-resource-groups 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/CreateGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
- package/dist-cjs/commands/GetGroupCommand.js +2 -2
- package/dist-cjs/commands/GetGroupConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetGroupQueryCommand.js +2 -2
- package/dist-cjs/commands/GetTagsCommand.js +2 -2
- package/dist-cjs/commands/GroupResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListGroupResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListGroupsCommand.js +2 -2
- package/dist-cjs/commands/PutGroupConfigurationCommand.js +2 -2
- package/dist-cjs/commands/SearchResourcesCommand.js +2 -2
- package/dist-cjs/commands/TagCommand.js +2 -2
- package/dist-cjs/commands/UngroupResourcesCommand.js +2 -2
- package/dist-cjs/commands/UntagCommand.js +2 -2
- package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateGroupQueryCommand.js +2 -2
- package/dist-cjs/models/models_0.js +190 -284
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/CreateGroupCommand.js +3 -3
- package/dist-es/commands/DeleteGroupCommand.js +3 -3
- package/dist-es/commands/GetGroupCommand.js +3 -3
- package/dist-es/commands/GetGroupConfigurationCommand.js +3 -3
- package/dist-es/commands/GetGroupQueryCommand.js +3 -3
- package/dist-es/commands/GetTagsCommand.js +3 -3
- package/dist-es/commands/GroupResourcesCommand.js +3 -3
- package/dist-es/commands/ListGroupResourcesCommand.js +3 -3
- package/dist-es/commands/ListGroupsCommand.js +3 -3
- package/dist-es/commands/PutGroupConfigurationCommand.js +3 -3
- package/dist-es/commands/SearchResourcesCommand.js +3 -3
- package/dist-es/commands/TagCommand.js +3 -3
- package/dist-es/commands/UngroupResourcesCommand.js +3 -3
- package/dist-es/commands/UntagCommand.js +3 -3
- package/dist-es/commands/UpdateGroupCommand.js +3 -3
- package/dist-es/commands/UpdateGroupQueryCommand.js +3 -3
- package/dist-es/models/models_0.js +47 -188
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/models/models_0.d.ts +188 -282
- package/dist-types/ts3.4/models/models_0.d.ts +94 -188
- package/package.json +9 -9
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.SearchResourcesOutputFilterSensitiveLog = exports.SearchResourcesInputFilterSensitiveLog = exports.PutGroupConfigurationOutputFilterSensitiveLog = exports.PutGroupConfigurationInputFilterSensitiveLog = exports.ListGroupsOutputFilterSensitiveLog = exports.GroupIdentifierFilterSensitiveLog = exports.ListGroupsInputFilterSensitiveLog = exports.GroupFilterFilterSensitiveLog = exports.ListGroupResourcesOutputFilterSensitiveLog = exports.ListGroupResourcesItemFilterSensitiveLog = exports.ResourceStatusFilterSensitiveLog = exports.ResourceIdentifierFilterSensitiveLog = exports.QueryErrorFilterSensitiveLog = exports.ListGroupResourcesInputFilterSensitiveLog = exports.ResourceFilterFilterSensitiveLog = exports.GroupResourcesOutputFilterSensitiveLog = exports.PendingResourceFilterSensitiveLog = exports.FailedResourceFilterSensitiveLog = exports.GroupResourcesInputFilterSensitiveLog = exports.GetTagsOutputFilterSensitiveLog = exports.GetTagsInputFilterSensitiveLog = exports.GetGroupQueryOutputFilterSensitiveLog = exports.GroupQueryFilterSensitiveLog = exports.GetGroupQueryInputFilterSensitiveLog = exports.GetGroupConfigurationOutputFilterSensitiveLog = exports.GetGroupConfigurationInputFilterSensitiveLog = exports.GetGroupOutputFilterSensitiveLog = exports.GetGroupInputFilterSensitiveLog = exports.DeleteGroupOutputFilterSensitiveLog = exports.DeleteGroupInputFilterSensitiveLog = exports.CreateGroupOutputFilterSensitiveLog = exports.GroupConfigurationFilterSensitiveLog = exports.GroupFilterSensitiveLog = exports.CreateGroupInputFilterSensitiveLog = exports.ResourceQueryFilterSensitiveLog = exports.GroupConfigurationItemFilterSensitiveLog = exports.GroupConfigurationParameterFilterSensitiveLog = exports.GroupFilterName = exports.UnauthorizedException = exports.ResourceStatusValue = exports.QueryErrorCode = exports.ResourceFilterName = exports.NotFoundException = exports.TooManyRequestsException = exports.MethodNotAllowedException = exports.InternalServerErrorException = exports.ForbiddenException = exports.GroupConfigurationStatus = exports.QueryType = exports.BadRequestException = void 0;
|
|
4
|
+
exports.UpdateGroupQueryOutputFilterSensitiveLog = exports.UpdateGroupQueryInputFilterSensitiveLog = exports.UpdateGroupOutputFilterSensitiveLog = exports.UpdateGroupInputFilterSensitiveLog = exports.UntagOutputFilterSensitiveLog = exports.UntagInputFilterSensitiveLog = exports.UngroupResourcesOutputFilterSensitiveLog = exports.UngroupResourcesInputFilterSensitiveLog = exports.TagOutputFilterSensitiveLog = exports.TagInputFilterSensitiveLog = void 0;
|
|
5
5
|
const ResourceGroupsServiceException_1 = require("./ResourceGroupsServiceException");
|
|
6
6
|
class BadRequestException extends ResourceGroupsServiceException_1.ResourceGroupsServiceException {
|
|
7
7
|
constructor(opts) {
|
|
@@ -17,59 +17,17 @@ class BadRequestException extends ResourceGroupsServiceException_1.ResourceGroup
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
exports.BadRequestException = BadRequestException;
|
|
20
|
-
var GroupConfigurationParameter;
|
|
21
|
-
(function (GroupConfigurationParameter) {
|
|
22
|
-
GroupConfigurationParameter.filterSensitiveLog = (obj) => ({
|
|
23
|
-
...obj,
|
|
24
|
-
});
|
|
25
|
-
})(GroupConfigurationParameter = exports.GroupConfigurationParameter || (exports.GroupConfigurationParameter = {}));
|
|
26
|
-
var GroupConfigurationItem;
|
|
27
|
-
(function (GroupConfigurationItem) {
|
|
28
|
-
GroupConfigurationItem.filterSensitiveLog = (obj) => ({
|
|
29
|
-
...obj,
|
|
30
|
-
});
|
|
31
|
-
})(GroupConfigurationItem = exports.GroupConfigurationItem || (exports.GroupConfigurationItem = {}));
|
|
32
20
|
var QueryType;
|
|
33
21
|
(function (QueryType) {
|
|
34
22
|
QueryType["CLOUDFORMATION_STACK_1_0"] = "CLOUDFORMATION_STACK_1_0";
|
|
35
23
|
QueryType["TAG_FILTERS_1_0"] = "TAG_FILTERS_1_0";
|
|
36
24
|
})(QueryType = exports.QueryType || (exports.QueryType = {}));
|
|
37
|
-
var ResourceQuery;
|
|
38
|
-
(function (ResourceQuery) {
|
|
39
|
-
ResourceQuery.filterSensitiveLog = (obj) => ({
|
|
40
|
-
...obj,
|
|
41
|
-
});
|
|
42
|
-
})(ResourceQuery = exports.ResourceQuery || (exports.ResourceQuery = {}));
|
|
43
|
-
var CreateGroupInput;
|
|
44
|
-
(function (CreateGroupInput) {
|
|
45
|
-
CreateGroupInput.filterSensitiveLog = (obj) => ({
|
|
46
|
-
...obj,
|
|
47
|
-
});
|
|
48
|
-
})(CreateGroupInput = exports.CreateGroupInput || (exports.CreateGroupInput = {}));
|
|
49
|
-
var Group;
|
|
50
|
-
(function (Group) {
|
|
51
|
-
Group.filterSensitiveLog = (obj) => ({
|
|
52
|
-
...obj,
|
|
53
|
-
});
|
|
54
|
-
})(Group = exports.Group || (exports.Group = {}));
|
|
55
25
|
var GroupConfigurationStatus;
|
|
56
26
|
(function (GroupConfigurationStatus) {
|
|
57
27
|
GroupConfigurationStatus["UPDATE_COMPLETE"] = "UPDATE_COMPLETE";
|
|
58
28
|
GroupConfigurationStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
|
|
59
29
|
GroupConfigurationStatus["UPDATING"] = "UPDATING";
|
|
60
30
|
})(GroupConfigurationStatus = exports.GroupConfigurationStatus || (exports.GroupConfigurationStatus = {}));
|
|
61
|
-
var GroupConfiguration;
|
|
62
|
-
(function (GroupConfiguration) {
|
|
63
|
-
GroupConfiguration.filterSensitiveLog = (obj) => ({
|
|
64
|
-
...obj,
|
|
65
|
-
});
|
|
66
|
-
})(GroupConfiguration = exports.GroupConfiguration || (exports.GroupConfiguration = {}));
|
|
67
|
-
var CreateGroupOutput;
|
|
68
|
-
(function (CreateGroupOutput) {
|
|
69
|
-
CreateGroupOutput.filterSensitiveLog = (obj) => ({
|
|
70
|
-
...obj,
|
|
71
|
-
});
|
|
72
|
-
})(CreateGroupOutput = exports.CreateGroupOutput || (exports.CreateGroupOutput = {}));
|
|
73
31
|
class ForbiddenException extends ResourceGroupsServiceException_1.ResourceGroupsServiceException {
|
|
74
32
|
constructor(opts) {
|
|
75
33
|
super({
|
|
@@ -126,18 +84,6 @@ class TooManyRequestsException extends ResourceGroupsServiceException_1.Resource
|
|
|
126
84
|
}
|
|
127
85
|
}
|
|
128
86
|
exports.TooManyRequestsException = TooManyRequestsException;
|
|
129
|
-
var DeleteGroupInput;
|
|
130
|
-
(function (DeleteGroupInput) {
|
|
131
|
-
DeleteGroupInput.filterSensitiveLog = (obj) => ({
|
|
132
|
-
...obj,
|
|
133
|
-
});
|
|
134
|
-
})(DeleteGroupInput = exports.DeleteGroupInput || (exports.DeleteGroupInput = {}));
|
|
135
|
-
var DeleteGroupOutput;
|
|
136
|
-
(function (DeleteGroupOutput) {
|
|
137
|
-
DeleteGroupOutput.filterSensitiveLog = (obj) => ({
|
|
138
|
-
...obj,
|
|
139
|
-
});
|
|
140
|
-
})(DeleteGroupOutput = exports.DeleteGroupOutput || (exports.DeleteGroupOutput = {}));
|
|
141
87
|
class NotFoundException extends ResourceGroupsServiceException_1.ResourceGroupsServiceException {
|
|
142
88
|
constructor(opts) {
|
|
143
89
|
super({
|
|
@@ -152,139 +98,19 @@ class NotFoundException extends ResourceGroupsServiceException_1.ResourceGroupsS
|
|
|
152
98
|
}
|
|
153
99
|
}
|
|
154
100
|
exports.NotFoundException = NotFoundException;
|
|
155
|
-
var GetGroupInput;
|
|
156
|
-
(function (GetGroupInput) {
|
|
157
|
-
GetGroupInput.filterSensitiveLog = (obj) => ({
|
|
158
|
-
...obj,
|
|
159
|
-
});
|
|
160
|
-
})(GetGroupInput = exports.GetGroupInput || (exports.GetGroupInput = {}));
|
|
161
|
-
var GetGroupOutput;
|
|
162
|
-
(function (GetGroupOutput) {
|
|
163
|
-
GetGroupOutput.filterSensitiveLog = (obj) => ({
|
|
164
|
-
...obj,
|
|
165
|
-
});
|
|
166
|
-
})(GetGroupOutput = exports.GetGroupOutput || (exports.GetGroupOutput = {}));
|
|
167
|
-
var GetGroupConfigurationInput;
|
|
168
|
-
(function (GetGroupConfigurationInput) {
|
|
169
|
-
GetGroupConfigurationInput.filterSensitiveLog = (obj) => ({
|
|
170
|
-
...obj,
|
|
171
|
-
});
|
|
172
|
-
})(GetGroupConfigurationInput = exports.GetGroupConfigurationInput || (exports.GetGroupConfigurationInput = {}));
|
|
173
|
-
var GetGroupConfigurationOutput;
|
|
174
|
-
(function (GetGroupConfigurationOutput) {
|
|
175
|
-
GetGroupConfigurationOutput.filterSensitiveLog = (obj) => ({
|
|
176
|
-
...obj,
|
|
177
|
-
});
|
|
178
|
-
})(GetGroupConfigurationOutput = exports.GetGroupConfigurationOutput || (exports.GetGroupConfigurationOutput = {}));
|
|
179
|
-
var GetGroupQueryInput;
|
|
180
|
-
(function (GetGroupQueryInput) {
|
|
181
|
-
GetGroupQueryInput.filterSensitiveLog = (obj) => ({
|
|
182
|
-
...obj,
|
|
183
|
-
});
|
|
184
|
-
})(GetGroupQueryInput = exports.GetGroupQueryInput || (exports.GetGroupQueryInput = {}));
|
|
185
|
-
var GroupQuery;
|
|
186
|
-
(function (GroupQuery) {
|
|
187
|
-
GroupQuery.filterSensitiveLog = (obj) => ({
|
|
188
|
-
...obj,
|
|
189
|
-
});
|
|
190
|
-
})(GroupQuery = exports.GroupQuery || (exports.GroupQuery = {}));
|
|
191
|
-
var GetGroupQueryOutput;
|
|
192
|
-
(function (GetGroupQueryOutput) {
|
|
193
|
-
GetGroupQueryOutput.filterSensitiveLog = (obj) => ({
|
|
194
|
-
...obj,
|
|
195
|
-
});
|
|
196
|
-
})(GetGroupQueryOutput = exports.GetGroupQueryOutput || (exports.GetGroupQueryOutput = {}));
|
|
197
|
-
var GetTagsInput;
|
|
198
|
-
(function (GetTagsInput) {
|
|
199
|
-
GetTagsInput.filterSensitiveLog = (obj) => ({
|
|
200
|
-
...obj,
|
|
201
|
-
});
|
|
202
|
-
})(GetTagsInput = exports.GetTagsInput || (exports.GetTagsInput = {}));
|
|
203
|
-
var GetTagsOutput;
|
|
204
|
-
(function (GetTagsOutput) {
|
|
205
|
-
GetTagsOutput.filterSensitiveLog = (obj) => ({
|
|
206
|
-
...obj,
|
|
207
|
-
});
|
|
208
|
-
})(GetTagsOutput = exports.GetTagsOutput || (exports.GetTagsOutput = {}));
|
|
209
|
-
var GroupResourcesInput;
|
|
210
|
-
(function (GroupResourcesInput) {
|
|
211
|
-
GroupResourcesInput.filterSensitiveLog = (obj) => ({
|
|
212
|
-
...obj,
|
|
213
|
-
});
|
|
214
|
-
})(GroupResourcesInput = exports.GroupResourcesInput || (exports.GroupResourcesInput = {}));
|
|
215
|
-
var FailedResource;
|
|
216
|
-
(function (FailedResource) {
|
|
217
|
-
FailedResource.filterSensitiveLog = (obj) => ({
|
|
218
|
-
...obj,
|
|
219
|
-
});
|
|
220
|
-
})(FailedResource = exports.FailedResource || (exports.FailedResource = {}));
|
|
221
|
-
var PendingResource;
|
|
222
|
-
(function (PendingResource) {
|
|
223
|
-
PendingResource.filterSensitiveLog = (obj) => ({
|
|
224
|
-
...obj,
|
|
225
|
-
});
|
|
226
|
-
})(PendingResource = exports.PendingResource || (exports.PendingResource = {}));
|
|
227
|
-
var GroupResourcesOutput;
|
|
228
|
-
(function (GroupResourcesOutput) {
|
|
229
|
-
GroupResourcesOutput.filterSensitiveLog = (obj) => ({
|
|
230
|
-
...obj,
|
|
231
|
-
});
|
|
232
|
-
})(GroupResourcesOutput = exports.GroupResourcesOutput || (exports.GroupResourcesOutput = {}));
|
|
233
101
|
var ResourceFilterName;
|
|
234
102
|
(function (ResourceFilterName) {
|
|
235
103
|
ResourceFilterName["ResourceType"] = "resource-type";
|
|
236
104
|
})(ResourceFilterName = exports.ResourceFilterName || (exports.ResourceFilterName = {}));
|
|
237
|
-
var ResourceFilter;
|
|
238
|
-
(function (ResourceFilter) {
|
|
239
|
-
ResourceFilter.filterSensitiveLog = (obj) => ({
|
|
240
|
-
...obj,
|
|
241
|
-
});
|
|
242
|
-
})(ResourceFilter = exports.ResourceFilter || (exports.ResourceFilter = {}));
|
|
243
|
-
var ListGroupResourcesInput;
|
|
244
|
-
(function (ListGroupResourcesInput) {
|
|
245
|
-
ListGroupResourcesInput.filterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
});
|
|
248
|
-
})(ListGroupResourcesInput = exports.ListGroupResourcesInput || (exports.ListGroupResourcesInput = {}));
|
|
249
105
|
var QueryErrorCode;
|
|
250
106
|
(function (QueryErrorCode) {
|
|
251
107
|
QueryErrorCode["CLOUDFORMATION_STACK_INACTIVE"] = "CLOUDFORMATION_STACK_INACTIVE";
|
|
252
108
|
QueryErrorCode["CLOUDFORMATION_STACK_NOT_EXISTING"] = "CLOUDFORMATION_STACK_NOT_EXISTING";
|
|
253
109
|
})(QueryErrorCode = exports.QueryErrorCode || (exports.QueryErrorCode = {}));
|
|
254
|
-
var QueryError;
|
|
255
|
-
(function (QueryError) {
|
|
256
|
-
QueryError.filterSensitiveLog = (obj) => ({
|
|
257
|
-
...obj,
|
|
258
|
-
});
|
|
259
|
-
})(QueryError = exports.QueryError || (exports.QueryError = {}));
|
|
260
|
-
var ResourceIdentifier;
|
|
261
|
-
(function (ResourceIdentifier) {
|
|
262
|
-
ResourceIdentifier.filterSensitiveLog = (obj) => ({
|
|
263
|
-
...obj,
|
|
264
|
-
});
|
|
265
|
-
})(ResourceIdentifier = exports.ResourceIdentifier || (exports.ResourceIdentifier = {}));
|
|
266
110
|
var ResourceStatusValue;
|
|
267
111
|
(function (ResourceStatusValue) {
|
|
268
112
|
ResourceStatusValue["Pending"] = "PENDING";
|
|
269
113
|
})(ResourceStatusValue = exports.ResourceStatusValue || (exports.ResourceStatusValue = {}));
|
|
270
|
-
var ResourceStatus;
|
|
271
|
-
(function (ResourceStatus) {
|
|
272
|
-
ResourceStatus.filterSensitiveLog = (obj) => ({
|
|
273
|
-
...obj,
|
|
274
|
-
});
|
|
275
|
-
})(ResourceStatus = exports.ResourceStatus || (exports.ResourceStatus = {}));
|
|
276
|
-
var ListGroupResourcesItem;
|
|
277
|
-
(function (ListGroupResourcesItem) {
|
|
278
|
-
ListGroupResourcesItem.filterSensitiveLog = (obj) => ({
|
|
279
|
-
...obj,
|
|
280
|
-
});
|
|
281
|
-
})(ListGroupResourcesItem = exports.ListGroupResourcesItem || (exports.ListGroupResourcesItem = {}));
|
|
282
|
-
var ListGroupResourcesOutput;
|
|
283
|
-
(function (ListGroupResourcesOutput) {
|
|
284
|
-
ListGroupResourcesOutput.filterSensitiveLog = (obj) => ({
|
|
285
|
-
...obj,
|
|
286
|
-
});
|
|
287
|
-
})(ListGroupResourcesOutput = exports.ListGroupResourcesOutput || (exports.ListGroupResourcesOutput = {}));
|
|
288
114
|
class UnauthorizedException extends ResourceGroupsServiceException_1.ResourceGroupsServiceException {
|
|
289
115
|
constructor(opts) {
|
|
290
116
|
super({
|
|
@@ -304,111 +130,191 @@ var GroupFilterName;
|
|
|
304
130
|
GroupFilterName["ConfigurationType"] = "configuration-type";
|
|
305
131
|
GroupFilterName["ResourceType"] = "resource-type";
|
|
306
132
|
})(GroupFilterName = exports.GroupFilterName || (exports.GroupFilterName = {}));
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
133
|
+
const GroupConfigurationParameterFilterSensitiveLog = (obj) => ({
|
|
134
|
+
...obj,
|
|
135
|
+
});
|
|
136
|
+
exports.GroupConfigurationParameterFilterSensitiveLog = GroupConfigurationParameterFilterSensitiveLog;
|
|
137
|
+
const GroupConfigurationItemFilterSensitiveLog = (obj) => ({
|
|
138
|
+
...obj,
|
|
139
|
+
});
|
|
140
|
+
exports.GroupConfigurationItemFilterSensitiveLog = GroupConfigurationItemFilterSensitiveLog;
|
|
141
|
+
const ResourceQueryFilterSensitiveLog = (obj) => ({
|
|
142
|
+
...obj,
|
|
143
|
+
});
|
|
144
|
+
exports.ResourceQueryFilterSensitiveLog = ResourceQueryFilterSensitiveLog;
|
|
145
|
+
const CreateGroupInputFilterSensitiveLog = (obj) => ({
|
|
146
|
+
...obj,
|
|
147
|
+
});
|
|
148
|
+
exports.CreateGroupInputFilterSensitiveLog = CreateGroupInputFilterSensitiveLog;
|
|
149
|
+
const GroupFilterSensitiveLog = (obj) => ({
|
|
150
|
+
...obj,
|
|
151
|
+
});
|
|
152
|
+
exports.GroupFilterSensitiveLog = GroupFilterSensitiveLog;
|
|
153
|
+
const GroupConfigurationFilterSensitiveLog = (obj) => ({
|
|
154
|
+
...obj,
|
|
155
|
+
});
|
|
156
|
+
exports.GroupConfigurationFilterSensitiveLog = GroupConfigurationFilterSensitiveLog;
|
|
157
|
+
const CreateGroupOutputFilterSensitiveLog = (obj) => ({
|
|
158
|
+
...obj,
|
|
159
|
+
});
|
|
160
|
+
exports.CreateGroupOutputFilterSensitiveLog = CreateGroupOutputFilterSensitiveLog;
|
|
161
|
+
const DeleteGroupInputFilterSensitiveLog = (obj) => ({
|
|
162
|
+
...obj,
|
|
163
|
+
});
|
|
164
|
+
exports.DeleteGroupInputFilterSensitiveLog = DeleteGroupInputFilterSensitiveLog;
|
|
165
|
+
const DeleteGroupOutputFilterSensitiveLog = (obj) => ({
|
|
166
|
+
...obj,
|
|
167
|
+
});
|
|
168
|
+
exports.DeleteGroupOutputFilterSensitiveLog = DeleteGroupOutputFilterSensitiveLog;
|
|
169
|
+
const GetGroupInputFilterSensitiveLog = (obj) => ({
|
|
170
|
+
...obj,
|
|
171
|
+
});
|
|
172
|
+
exports.GetGroupInputFilterSensitiveLog = GetGroupInputFilterSensitiveLog;
|
|
173
|
+
const GetGroupOutputFilterSensitiveLog = (obj) => ({
|
|
174
|
+
...obj,
|
|
175
|
+
});
|
|
176
|
+
exports.GetGroupOutputFilterSensitiveLog = GetGroupOutputFilterSensitiveLog;
|
|
177
|
+
const GetGroupConfigurationInputFilterSensitiveLog = (obj) => ({
|
|
178
|
+
...obj,
|
|
179
|
+
});
|
|
180
|
+
exports.GetGroupConfigurationInputFilterSensitiveLog = GetGroupConfigurationInputFilterSensitiveLog;
|
|
181
|
+
const GetGroupConfigurationOutputFilterSensitiveLog = (obj) => ({
|
|
182
|
+
...obj,
|
|
183
|
+
});
|
|
184
|
+
exports.GetGroupConfigurationOutputFilterSensitiveLog = GetGroupConfigurationOutputFilterSensitiveLog;
|
|
185
|
+
const GetGroupQueryInputFilterSensitiveLog = (obj) => ({
|
|
186
|
+
...obj,
|
|
187
|
+
});
|
|
188
|
+
exports.GetGroupQueryInputFilterSensitiveLog = GetGroupQueryInputFilterSensitiveLog;
|
|
189
|
+
const GroupQueryFilterSensitiveLog = (obj) => ({
|
|
190
|
+
...obj,
|
|
191
|
+
});
|
|
192
|
+
exports.GroupQueryFilterSensitiveLog = GroupQueryFilterSensitiveLog;
|
|
193
|
+
const GetGroupQueryOutputFilterSensitiveLog = (obj) => ({
|
|
194
|
+
...obj,
|
|
195
|
+
});
|
|
196
|
+
exports.GetGroupQueryOutputFilterSensitiveLog = GetGroupQueryOutputFilterSensitiveLog;
|
|
197
|
+
const GetTagsInputFilterSensitiveLog = (obj) => ({
|
|
198
|
+
...obj,
|
|
199
|
+
});
|
|
200
|
+
exports.GetTagsInputFilterSensitiveLog = GetTagsInputFilterSensitiveLog;
|
|
201
|
+
const GetTagsOutputFilterSensitiveLog = (obj) => ({
|
|
202
|
+
...obj,
|
|
203
|
+
});
|
|
204
|
+
exports.GetTagsOutputFilterSensitiveLog = GetTagsOutputFilterSensitiveLog;
|
|
205
|
+
const GroupResourcesInputFilterSensitiveLog = (obj) => ({
|
|
206
|
+
...obj,
|
|
207
|
+
});
|
|
208
|
+
exports.GroupResourcesInputFilterSensitiveLog = GroupResourcesInputFilterSensitiveLog;
|
|
209
|
+
const FailedResourceFilterSensitiveLog = (obj) => ({
|
|
210
|
+
...obj,
|
|
211
|
+
});
|
|
212
|
+
exports.FailedResourceFilterSensitiveLog = FailedResourceFilterSensitiveLog;
|
|
213
|
+
const PendingResourceFilterSensitiveLog = (obj) => ({
|
|
214
|
+
...obj,
|
|
215
|
+
});
|
|
216
|
+
exports.PendingResourceFilterSensitiveLog = PendingResourceFilterSensitiveLog;
|
|
217
|
+
const GroupResourcesOutputFilterSensitiveLog = (obj) => ({
|
|
218
|
+
...obj,
|
|
219
|
+
});
|
|
220
|
+
exports.GroupResourcesOutputFilterSensitiveLog = GroupResourcesOutputFilterSensitiveLog;
|
|
221
|
+
const ResourceFilterFilterSensitiveLog = (obj) => ({
|
|
222
|
+
...obj,
|
|
223
|
+
});
|
|
224
|
+
exports.ResourceFilterFilterSensitiveLog = ResourceFilterFilterSensitiveLog;
|
|
225
|
+
const ListGroupResourcesInputFilterSensitiveLog = (obj) => ({
|
|
226
|
+
...obj,
|
|
227
|
+
});
|
|
228
|
+
exports.ListGroupResourcesInputFilterSensitiveLog = ListGroupResourcesInputFilterSensitiveLog;
|
|
229
|
+
const QueryErrorFilterSensitiveLog = (obj) => ({
|
|
230
|
+
...obj,
|
|
231
|
+
});
|
|
232
|
+
exports.QueryErrorFilterSensitiveLog = QueryErrorFilterSensitiveLog;
|
|
233
|
+
const ResourceIdentifierFilterSensitiveLog = (obj) => ({
|
|
234
|
+
...obj,
|
|
235
|
+
});
|
|
236
|
+
exports.ResourceIdentifierFilterSensitiveLog = ResourceIdentifierFilterSensitiveLog;
|
|
237
|
+
const ResourceStatusFilterSensitiveLog = (obj) => ({
|
|
238
|
+
...obj,
|
|
239
|
+
});
|
|
240
|
+
exports.ResourceStatusFilterSensitiveLog = ResourceStatusFilterSensitiveLog;
|
|
241
|
+
const ListGroupResourcesItemFilterSensitiveLog = (obj) => ({
|
|
242
|
+
...obj,
|
|
243
|
+
});
|
|
244
|
+
exports.ListGroupResourcesItemFilterSensitiveLog = ListGroupResourcesItemFilterSensitiveLog;
|
|
245
|
+
const ListGroupResourcesOutputFilterSensitiveLog = (obj) => ({
|
|
246
|
+
...obj,
|
|
247
|
+
});
|
|
248
|
+
exports.ListGroupResourcesOutputFilterSensitiveLog = ListGroupResourcesOutputFilterSensitiveLog;
|
|
249
|
+
const GroupFilterFilterSensitiveLog = (obj) => ({
|
|
250
|
+
...obj,
|
|
251
|
+
});
|
|
252
|
+
exports.GroupFilterFilterSensitiveLog = GroupFilterFilterSensitiveLog;
|
|
253
|
+
const ListGroupsInputFilterSensitiveLog = (obj) => ({
|
|
254
|
+
...obj,
|
|
255
|
+
});
|
|
256
|
+
exports.ListGroupsInputFilterSensitiveLog = ListGroupsInputFilterSensitiveLog;
|
|
257
|
+
const GroupIdentifierFilterSensitiveLog = (obj) => ({
|
|
258
|
+
...obj,
|
|
259
|
+
});
|
|
260
|
+
exports.GroupIdentifierFilterSensitiveLog = GroupIdentifierFilterSensitiveLog;
|
|
261
|
+
const ListGroupsOutputFilterSensitiveLog = (obj) => ({
|
|
262
|
+
...obj,
|
|
263
|
+
});
|
|
264
|
+
exports.ListGroupsOutputFilterSensitiveLog = ListGroupsOutputFilterSensitiveLog;
|
|
265
|
+
const PutGroupConfigurationInputFilterSensitiveLog = (obj) => ({
|
|
266
|
+
...obj,
|
|
267
|
+
});
|
|
268
|
+
exports.PutGroupConfigurationInputFilterSensitiveLog = PutGroupConfigurationInputFilterSensitiveLog;
|
|
269
|
+
const PutGroupConfigurationOutputFilterSensitiveLog = (obj) => ({
|
|
270
|
+
...obj,
|
|
271
|
+
});
|
|
272
|
+
exports.PutGroupConfigurationOutputFilterSensitiveLog = PutGroupConfigurationOutputFilterSensitiveLog;
|
|
273
|
+
const SearchResourcesInputFilterSensitiveLog = (obj) => ({
|
|
274
|
+
...obj,
|
|
275
|
+
});
|
|
276
|
+
exports.SearchResourcesInputFilterSensitiveLog = SearchResourcesInputFilterSensitiveLog;
|
|
277
|
+
const SearchResourcesOutputFilterSensitiveLog = (obj) => ({
|
|
278
|
+
...obj,
|
|
279
|
+
});
|
|
280
|
+
exports.SearchResourcesOutputFilterSensitiveLog = SearchResourcesOutputFilterSensitiveLog;
|
|
281
|
+
const TagInputFilterSensitiveLog = (obj) => ({
|
|
282
|
+
...obj,
|
|
283
|
+
});
|
|
284
|
+
exports.TagInputFilterSensitiveLog = TagInputFilterSensitiveLog;
|
|
285
|
+
const TagOutputFilterSensitiveLog = (obj) => ({
|
|
286
|
+
...obj,
|
|
287
|
+
});
|
|
288
|
+
exports.TagOutputFilterSensitiveLog = TagOutputFilterSensitiveLog;
|
|
289
|
+
const UngroupResourcesInputFilterSensitiveLog = (obj) => ({
|
|
290
|
+
...obj,
|
|
291
|
+
});
|
|
292
|
+
exports.UngroupResourcesInputFilterSensitiveLog = UngroupResourcesInputFilterSensitiveLog;
|
|
293
|
+
const UngroupResourcesOutputFilterSensitiveLog = (obj) => ({
|
|
294
|
+
...obj,
|
|
295
|
+
});
|
|
296
|
+
exports.UngroupResourcesOutputFilterSensitiveLog = UngroupResourcesOutputFilterSensitiveLog;
|
|
297
|
+
const UntagInputFilterSensitiveLog = (obj) => ({
|
|
298
|
+
...obj,
|
|
299
|
+
});
|
|
300
|
+
exports.UntagInputFilterSensitiveLog = UntagInputFilterSensitiveLog;
|
|
301
|
+
const UntagOutputFilterSensitiveLog = (obj) => ({
|
|
302
|
+
...obj,
|
|
303
|
+
});
|
|
304
|
+
exports.UntagOutputFilterSensitiveLog = UntagOutputFilterSensitiveLog;
|
|
305
|
+
const UpdateGroupInputFilterSensitiveLog = (obj) => ({
|
|
306
|
+
...obj,
|
|
307
|
+
});
|
|
308
|
+
exports.UpdateGroupInputFilterSensitiveLog = UpdateGroupInputFilterSensitiveLog;
|
|
309
|
+
const UpdateGroupOutputFilterSensitiveLog = (obj) => ({
|
|
310
|
+
...obj,
|
|
311
|
+
});
|
|
312
|
+
exports.UpdateGroupOutputFilterSensitiveLog = UpdateGroupOutputFilterSensitiveLog;
|
|
313
|
+
const UpdateGroupQueryInputFilterSensitiveLog = (obj) => ({
|
|
314
|
+
...obj,
|
|
315
|
+
});
|
|
316
|
+
exports.UpdateGroupQueryInputFilterSensitiveLog = UpdateGroupQueryInputFilterSensitiveLog;
|
|
317
|
+
const UpdateGroupQueryOutputFilterSensitiveLog = (obj) => ({
|
|
318
|
+
...obj,
|
|
319
|
+
});
|
|
320
|
+
exports.UpdateGroupQueryOutputFilterSensitiveLog = UpdateGroupQueryOutputFilterSensitiveLog;
|
|
@@ -1793,6 +1793,9 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
1793
1793
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
1794
1794
|
const sanitizeErrorCode = (rawValue) => {
|
|
1795
1795
|
let cleanValue = rawValue;
|
|
1796
|
+
if (typeof cleanValue === "number") {
|
|
1797
|
+
cleanValue = cleanValue.toString();
|
|
1798
|
+
}
|
|
1796
1799
|
if (cleanValue.indexOf(":") >= 0) {
|
|
1797
1800
|
cleanValue = cleanValue.split(":")[0];
|
|
1798
1801
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateGroupInputFilterSensitiveLog, CreateGroupOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateGroupCommand, serializeAws_restJson1CreateGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateGroupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateGroupInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateGroupOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteGroupInputFilterSensitiveLog, DeleteGroupOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteGroupCommand, serializeAws_restJson1DeleteGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteGroupInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteGroupOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetGroupInputFilterSensitiveLog, GetGroupOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetGroupCommand, serializeAws_restJson1GetGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetGroupCommand = (function (_super) {
|
|
7
7
|
__extends(GetGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetGroupInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetGroupOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetGroupConfigurationInputFilterSensitiveLog, GetGroupConfigurationOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetGroupConfigurationCommand, serializeAws_restJson1GetGroupConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetGroupConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(GetGroupConfigurationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetGroupConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetGroupConfigurationInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetGroupConfigurationOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetGroupQueryInputFilterSensitiveLog, GetGroupQueryOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetGroupQueryCommand, serializeAws_restJson1GetGroupQueryCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetGroupQueryCommand = (function (_super) {
|
|
7
7
|
__extends(GetGroupQueryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetGroupQueryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetGroupQueryInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetGroupQueryOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|