@aws-sdk/client-resource-groups 3.987.0 → 3.989.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/dist-cjs/index.js +42 -880
- package/dist-cjs/models/ResourceGroupsServiceException.js +12 -0
- package/dist-cjs/models/errors.js +109 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +668 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +52 -46
- package/dist-types/schemas/schemas_0.d.ts +15 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -8
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var ResourceGroupsServiceException = require('./models/ResourceGroupsServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,760 +113,6 @@ class ResourceGroupsClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class ResourceGroupsServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, ResourceGroupsServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class BadRequestException extends ResourceGroupsServiceException {
|
|
121
|
-
name = "BadRequestException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
Message;
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "BadRequestException",
|
|
127
|
-
$fault: "client",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
131
|
-
this.Message = opts.Message;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
class ForbiddenException extends ResourceGroupsServiceException {
|
|
135
|
-
name = "ForbiddenException";
|
|
136
|
-
$fault = "client";
|
|
137
|
-
Message;
|
|
138
|
-
constructor(opts) {
|
|
139
|
-
super({
|
|
140
|
-
name: "ForbiddenException",
|
|
141
|
-
$fault: "client",
|
|
142
|
-
...opts,
|
|
143
|
-
});
|
|
144
|
-
Object.setPrototypeOf(this, ForbiddenException.prototype);
|
|
145
|
-
this.Message = opts.Message;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
class InternalServerErrorException extends ResourceGroupsServiceException {
|
|
149
|
-
name = "InternalServerErrorException";
|
|
150
|
-
$fault = "server";
|
|
151
|
-
Message;
|
|
152
|
-
constructor(opts) {
|
|
153
|
-
super({
|
|
154
|
-
name: "InternalServerErrorException",
|
|
155
|
-
$fault: "server",
|
|
156
|
-
...opts,
|
|
157
|
-
});
|
|
158
|
-
Object.setPrototypeOf(this, InternalServerErrorException.prototype);
|
|
159
|
-
this.Message = opts.Message;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
class MethodNotAllowedException extends ResourceGroupsServiceException {
|
|
163
|
-
name = "MethodNotAllowedException";
|
|
164
|
-
$fault = "client";
|
|
165
|
-
Message;
|
|
166
|
-
constructor(opts) {
|
|
167
|
-
super({
|
|
168
|
-
name: "MethodNotAllowedException",
|
|
169
|
-
$fault: "client",
|
|
170
|
-
...opts,
|
|
171
|
-
});
|
|
172
|
-
Object.setPrototypeOf(this, MethodNotAllowedException.prototype);
|
|
173
|
-
this.Message = opts.Message;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
class TooManyRequestsException extends ResourceGroupsServiceException {
|
|
177
|
-
name = "TooManyRequestsException";
|
|
178
|
-
$fault = "client";
|
|
179
|
-
Message;
|
|
180
|
-
constructor(opts) {
|
|
181
|
-
super({
|
|
182
|
-
name: "TooManyRequestsException",
|
|
183
|
-
$fault: "client",
|
|
184
|
-
...opts,
|
|
185
|
-
});
|
|
186
|
-
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
187
|
-
this.Message = opts.Message;
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
class UnauthorizedException extends ResourceGroupsServiceException {
|
|
191
|
-
name = "UnauthorizedException";
|
|
192
|
-
$fault = "client";
|
|
193
|
-
Message;
|
|
194
|
-
constructor(opts) {
|
|
195
|
-
super({
|
|
196
|
-
name: "UnauthorizedException",
|
|
197
|
-
$fault: "client",
|
|
198
|
-
...opts,
|
|
199
|
-
});
|
|
200
|
-
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
201
|
-
this.Message = opts.Message;
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
class NotFoundException extends ResourceGroupsServiceException {
|
|
205
|
-
name = "NotFoundException";
|
|
206
|
-
$fault = "client";
|
|
207
|
-
Message;
|
|
208
|
-
constructor(opts) {
|
|
209
|
-
super({
|
|
210
|
-
name: "NotFoundException",
|
|
211
|
-
$fault: "client",
|
|
212
|
-
...opts,
|
|
213
|
-
});
|
|
214
|
-
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
215
|
-
this.Message = opts.Message;
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
const _A = "Arn";
|
|
220
|
-
const _AS = "AccountSettings";
|
|
221
|
-
const _AT = "ApplicationTag";
|
|
222
|
-
const _Ac = "Action";
|
|
223
|
-
const _BRE = "BadRequestException";
|
|
224
|
-
const _C = "Configuration";
|
|
225
|
-
const _CA = "CreatedAt";
|
|
226
|
-
const _CG = "CreateGroup";
|
|
227
|
-
const _CGI = "CreateGroupInput";
|
|
228
|
-
const _CGO = "CreateGroupOutput";
|
|
229
|
-
const _CTST = "CancelTagSyncTask";
|
|
230
|
-
const _CTSTI = "CancelTagSyncTaskInput";
|
|
231
|
-
const _Cr = "Criticality";
|
|
232
|
-
const _D = "Description";
|
|
233
|
-
const _DG = "DeleteGroup";
|
|
234
|
-
const _DGI = "DeleteGroupInput";
|
|
235
|
-
const _DGO = "DeleteGroupOutput";
|
|
236
|
-
const _DN = "DisplayName";
|
|
237
|
-
const _EC = "ErrorCode";
|
|
238
|
-
const _EM = "ErrorMessage";
|
|
239
|
-
const _F = "Failed";
|
|
240
|
-
const _FE = "ForbiddenException";
|
|
241
|
-
const _FR = "FailedResource";
|
|
242
|
-
const _FRL = "FailedResourceList";
|
|
243
|
-
const _FRa = "FailureReason";
|
|
244
|
-
const _Fi = "Filters";
|
|
245
|
-
const _G = "Group";
|
|
246
|
-
const _GA = "GroupArn";
|
|
247
|
-
const _GAS = "GetAccountSettings";
|
|
248
|
-
const _GASO = "GetAccountSettingsOutput";
|
|
249
|
-
const _GC = "GroupConfiguration";
|
|
250
|
-
const _GCI = "GroupConfigurationItem";
|
|
251
|
-
const _GCL = "GroupConfigurationList";
|
|
252
|
-
const _GCP = "GroupConfigurationParameter";
|
|
253
|
-
const _GF = "GroupFilter";
|
|
254
|
-
const _GFL = "GroupFilterList";
|
|
255
|
-
const _GG = "GetGroup";
|
|
256
|
-
const _GGC = "GetGroupConfiguration";
|
|
257
|
-
const _GGCI = "GetGroupConfigurationInput";
|
|
258
|
-
const _GGCO = "GetGroupConfigurationOutput";
|
|
259
|
-
const _GGI = "GetGroupInput";
|
|
260
|
-
const _GGO = "GetGroupOutput";
|
|
261
|
-
const _GGQ = "GetGroupQuery";
|
|
262
|
-
const _GGQI = "GetGroupQueryInput";
|
|
263
|
-
const _GGQO = "GetGroupQueryOutput";
|
|
264
|
-
const _GI = "GroupIdentifier";
|
|
265
|
-
const _GIL = "GroupIdentifierList";
|
|
266
|
-
const _GIr = "GroupIdentifiers";
|
|
267
|
-
const _GL = "GroupList";
|
|
268
|
-
const _GLEDS = "GroupLifecycleEventsDesiredStatus";
|
|
269
|
-
const _GLES = "GroupLifecycleEventsStatus";
|
|
270
|
-
const _GLESM = "GroupLifecycleEventsStatusMessage";
|
|
271
|
-
const _GN = "GroupName";
|
|
272
|
-
const _GPL = "GroupParameterList";
|
|
273
|
-
const _GQ = "GroupQuery";
|
|
274
|
-
const _GR = "GroupResources";
|
|
275
|
-
const _GRI = "GroupResourcesInput";
|
|
276
|
-
const _GRO = "GroupResourcesOutput";
|
|
277
|
-
const _GS = "GroupingStatuses";
|
|
278
|
-
const _GSI = "GroupingStatusesItem";
|
|
279
|
-
const _GSL = "GroupingStatusesList";
|
|
280
|
-
const _GT = "GetTags";
|
|
281
|
-
const _GTI = "GetTagsInput";
|
|
282
|
-
const _GTO = "GetTagsOutput";
|
|
283
|
-
const _GTST = "GetTagSyncTask";
|
|
284
|
-
const _GTSTI = "GetTagSyncTaskInput";
|
|
285
|
-
const _GTSTO = "GetTagSyncTaskOutput";
|
|
286
|
-
const _Gr = "Groups";
|
|
287
|
-
const _I = "Identifier";
|
|
288
|
-
const _ISEE = "InternalServerErrorException";
|
|
289
|
-
const _K = "Keys";
|
|
290
|
-
const _LG = "ListGroups";
|
|
291
|
-
const _LGI = "ListGroupsInput";
|
|
292
|
-
const _LGO = "ListGroupsOutput";
|
|
293
|
-
const _LGR = "ListGroupResources";
|
|
294
|
-
const _LGRI = "ListGroupResourcesInput";
|
|
295
|
-
const _LGRIL = "ListGroupResourcesItemList";
|
|
296
|
-
const _LGRIi = "ListGroupResourcesItem";
|
|
297
|
-
const _LGRO = "ListGroupResourcesOutput";
|
|
298
|
-
const _LGS = "ListGroupingStatuses";
|
|
299
|
-
const _LGSF = "ListGroupingStatusesFilter";
|
|
300
|
-
const _LGSFL = "ListGroupingStatusesFilterList";
|
|
301
|
-
const _LGSI = "ListGroupingStatusesInput";
|
|
302
|
-
const _LGSO = "ListGroupingStatusesOutput";
|
|
303
|
-
const _LTST = "ListTagSyncTasks";
|
|
304
|
-
const _LTSTF = "ListTagSyncTasksFilter";
|
|
305
|
-
const _LTSTFL = "ListTagSyncTasksFilterList";
|
|
306
|
-
const _LTSTI = "ListTagSyncTasksInput";
|
|
307
|
-
const _LTSTO = "ListTagSyncTasksOutput";
|
|
308
|
-
const _M = "Message";
|
|
309
|
-
const _MNAE = "MethodNotAllowedException";
|
|
310
|
-
const _MR = "MaxResults";
|
|
311
|
-
const _N = "Name";
|
|
312
|
-
const _NFE = "NotFoundException";
|
|
313
|
-
const _NT = "NextToken";
|
|
314
|
-
const _O = "Owner";
|
|
315
|
-
const _P = "Parameters";
|
|
316
|
-
const _PC = "ProposedConfiguration";
|
|
317
|
-
const _PGC = "PutGroupConfiguration";
|
|
318
|
-
const _PGCI = "PutGroupConfigurationInput";
|
|
319
|
-
const _PGCO = "PutGroupConfigurationOutput";
|
|
320
|
-
const _PR = "PendingResource";
|
|
321
|
-
const _PRL = "PendingResourceList";
|
|
322
|
-
const _Pe = "Pending";
|
|
323
|
-
const _Q = "Query";
|
|
324
|
-
const _QE = "QueryErrors";
|
|
325
|
-
const _QEL = "QueryErrorList";
|
|
326
|
-
const _QEu = "QueryError";
|
|
327
|
-
const _R = "Resources";
|
|
328
|
-
const _RA = "ResourceArn";
|
|
329
|
-
const _RAe = "ResourceArns";
|
|
330
|
-
const _RAo = "RoleArn";
|
|
331
|
-
const _RF = "ResourceFilter";
|
|
332
|
-
const _RFL = "ResourceFilterList";
|
|
333
|
-
const _RI = "ResourceIdentifiers";
|
|
334
|
-
const _RIL = "ResourceIdentifierList";
|
|
335
|
-
const _RIe = "ResourceIdentifier";
|
|
336
|
-
const _RQ = "ResourceQuery";
|
|
337
|
-
const _RS = "ResourceStatus";
|
|
338
|
-
const _RT = "ResourceType";
|
|
339
|
-
const _S = "Status";
|
|
340
|
-
const _SR = "SearchResources";
|
|
341
|
-
const _SRI = "SearchResourcesInput";
|
|
342
|
-
const _SRO = "SearchResourcesOutput";
|
|
343
|
-
const _STST = "StartTagSyncTask";
|
|
344
|
-
const _STSTI = "StartTagSyncTaskInput";
|
|
345
|
-
const _STSTO = "StartTagSyncTaskOutput";
|
|
346
|
-
const _Su = "Succeeded";
|
|
347
|
-
const _T = "Tags";
|
|
348
|
-
const _TA = "TaskArn";
|
|
349
|
-
const _TI = "TagInput";
|
|
350
|
-
const _TK = "TagKey";
|
|
351
|
-
const _TMRE = "TooManyRequestsException";
|
|
352
|
-
const _TO = "TagOutput";
|
|
353
|
-
const _TST = "TagSyncTasks";
|
|
354
|
-
const _TSTI = "TagSyncTaskItem";
|
|
355
|
-
const _TSTL = "TagSyncTaskList";
|
|
356
|
-
const _TV = "TagValue";
|
|
357
|
-
const _Ta = "Tag";
|
|
358
|
-
const _Ty = "Type";
|
|
359
|
-
const _U = "Untag";
|
|
360
|
-
const _UA = "UpdatedAt";
|
|
361
|
-
const _UAS = "UpdateAccountSettings";
|
|
362
|
-
const _UASI = "UpdateAccountSettingsInput";
|
|
363
|
-
const _UASO = "UpdateAccountSettingsOutput";
|
|
364
|
-
const _UE = "UnauthorizedException";
|
|
365
|
-
const _UG = "UpdateGroup";
|
|
366
|
-
const _UGI = "UpdateGroupInput";
|
|
367
|
-
const _UGO = "UpdateGroupOutput";
|
|
368
|
-
const _UGQ = "UpdateGroupQuery";
|
|
369
|
-
const _UGQI = "UpdateGroupQueryInput";
|
|
370
|
-
const _UGQO = "UpdateGroupQueryOutput";
|
|
371
|
-
const _UI = "UntagInput";
|
|
372
|
-
const _UO = "UntagOutput";
|
|
373
|
-
const _UR = "UngroupResources";
|
|
374
|
-
const _URI = "UngroupResourcesInput";
|
|
375
|
-
const _URO = "UngroupResourcesOutput";
|
|
376
|
-
const _V = "Values";
|
|
377
|
-
const _c = "client";
|
|
378
|
-
const _e = "error";
|
|
379
|
-
const _h = "http";
|
|
380
|
-
const _hE = "httpError";
|
|
381
|
-
const _hQ = "httpQuery";
|
|
382
|
-
const _mR = "maxResults";
|
|
383
|
-
const _nT = "nextToken";
|
|
384
|
-
const _s = "server";
|
|
385
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.resourcegroups";
|
|
386
|
-
const n0 = "com.amazonaws.resourcegroups";
|
|
387
|
-
var AccountSettings$ = [3, n0, _AS,
|
|
388
|
-
0,
|
|
389
|
-
[_GLEDS, _GLES, _GLESM],
|
|
390
|
-
[0, 0, 0]
|
|
391
|
-
];
|
|
392
|
-
var BadRequestException$ = [-3, n0, _BRE,
|
|
393
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
394
|
-
[_M],
|
|
395
|
-
[0]
|
|
396
|
-
];
|
|
397
|
-
schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
398
|
-
var CancelTagSyncTaskInput$ = [3, n0, _CTSTI,
|
|
399
|
-
0,
|
|
400
|
-
[_TA],
|
|
401
|
-
[0], 1
|
|
402
|
-
];
|
|
403
|
-
var CreateGroupInput$ = [3, n0, _CGI,
|
|
404
|
-
0,
|
|
405
|
-
[_N, _D, _RQ, _T, _C, _Cr, _O, _DN],
|
|
406
|
-
[0, 0, () => ResourceQuery$, 128 | 0, () => GroupConfigurationList, 1, 0, 0], 1
|
|
407
|
-
];
|
|
408
|
-
var CreateGroupOutput$ = [3, n0, _CGO,
|
|
409
|
-
0,
|
|
410
|
-
[_G, _RQ, _T, _GC],
|
|
411
|
-
[() => Group$, () => ResourceQuery$, 128 | 0, () => GroupConfiguration$]
|
|
412
|
-
];
|
|
413
|
-
var DeleteGroupInput$ = [3, n0, _DGI,
|
|
414
|
-
0,
|
|
415
|
-
[_GN, _G],
|
|
416
|
-
[0, 0]
|
|
417
|
-
];
|
|
418
|
-
var DeleteGroupOutput$ = [3, n0, _DGO,
|
|
419
|
-
0,
|
|
420
|
-
[_G],
|
|
421
|
-
[() => Group$]
|
|
422
|
-
];
|
|
423
|
-
var FailedResource$ = [3, n0, _FR,
|
|
424
|
-
0,
|
|
425
|
-
[_RA, _EM, _EC],
|
|
426
|
-
[0, 0, 0]
|
|
427
|
-
];
|
|
428
|
-
var ForbiddenException$ = [-3, n0, _FE,
|
|
429
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
430
|
-
[_M],
|
|
431
|
-
[0]
|
|
432
|
-
];
|
|
433
|
-
schema.TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
|
|
434
|
-
var GetAccountSettingsOutput$ = [3, n0, _GASO,
|
|
435
|
-
0,
|
|
436
|
-
[_AS],
|
|
437
|
-
[() => AccountSettings$]
|
|
438
|
-
];
|
|
439
|
-
var GetGroupConfigurationInput$ = [3, n0, _GGCI,
|
|
440
|
-
0,
|
|
441
|
-
[_G],
|
|
442
|
-
[0]
|
|
443
|
-
];
|
|
444
|
-
var GetGroupConfigurationOutput$ = [3, n0, _GGCO,
|
|
445
|
-
0,
|
|
446
|
-
[_GC],
|
|
447
|
-
[() => GroupConfiguration$]
|
|
448
|
-
];
|
|
449
|
-
var GetGroupInput$ = [3, n0, _GGI,
|
|
450
|
-
0,
|
|
451
|
-
[_GN, _G],
|
|
452
|
-
[0, 0]
|
|
453
|
-
];
|
|
454
|
-
var GetGroupOutput$ = [3, n0, _GGO,
|
|
455
|
-
0,
|
|
456
|
-
[_G],
|
|
457
|
-
[() => Group$]
|
|
458
|
-
];
|
|
459
|
-
var GetGroupQueryInput$ = [3, n0, _GGQI,
|
|
460
|
-
0,
|
|
461
|
-
[_GN, _G],
|
|
462
|
-
[0, 0]
|
|
463
|
-
];
|
|
464
|
-
var GetGroupQueryOutput$ = [3, n0, _GGQO,
|
|
465
|
-
0,
|
|
466
|
-
[_GQ],
|
|
467
|
-
[() => GroupQuery$]
|
|
468
|
-
];
|
|
469
|
-
var GetTagsInput$ = [3, n0, _GTI,
|
|
470
|
-
0,
|
|
471
|
-
[_A],
|
|
472
|
-
[[0, 1]], 1
|
|
473
|
-
];
|
|
474
|
-
var GetTagsOutput$ = [3, n0, _GTO,
|
|
475
|
-
0,
|
|
476
|
-
[_A, _T],
|
|
477
|
-
[0, 128 | 0]
|
|
478
|
-
];
|
|
479
|
-
var GetTagSyncTaskInput$ = [3, n0, _GTSTI,
|
|
480
|
-
0,
|
|
481
|
-
[_TA],
|
|
482
|
-
[0], 1
|
|
483
|
-
];
|
|
484
|
-
var GetTagSyncTaskOutput$ = [3, n0, _GTSTO,
|
|
485
|
-
0,
|
|
486
|
-
[_GA, _GN, _TA, _TK, _TV, _RQ, _RAo, _S, _EM, _CA],
|
|
487
|
-
[0, 0, 0, 0, 0, () => ResourceQuery$, 0, 0, 0, 4]
|
|
488
|
-
];
|
|
489
|
-
var Group$ = [3, n0, _G,
|
|
490
|
-
0,
|
|
491
|
-
[_GA, _N, _D, _Cr, _O, _DN, _AT],
|
|
492
|
-
[0, 0, 0, 1, 0, 0, 128 | 0], 2
|
|
493
|
-
];
|
|
494
|
-
var GroupConfiguration$ = [3, n0, _GC,
|
|
495
|
-
0,
|
|
496
|
-
[_C, _PC, _S, _FRa],
|
|
497
|
-
[() => GroupConfigurationList, () => GroupConfigurationList, 0, 0]
|
|
498
|
-
];
|
|
499
|
-
var GroupConfigurationItem$ = [3, n0, _GCI,
|
|
500
|
-
0,
|
|
501
|
-
[_Ty, _P],
|
|
502
|
-
[0, () => GroupParameterList], 1
|
|
503
|
-
];
|
|
504
|
-
var GroupConfigurationParameter$ = [3, n0, _GCP,
|
|
505
|
-
0,
|
|
506
|
-
[_N, _V],
|
|
507
|
-
[0, 64 | 0], 1
|
|
508
|
-
];
|
|
509
|
-
var GroupFilter$ = [3, n0, _GF,
|
|
510
|
-
0,
|
|
511
|
-
[_N, _V],
|
|
512
|
-
[0, 64 | 0], 2
|
|
513
|
-
];
|
|
514
|
-
var GroupIdentifier$ = [3, n0, _GI,
|
|
515
|
-
0,
|
|
516
|
-
[_GN, _GA, _D, _Cr, _O, _DN],
|
|
517
|
-
[0, 0, 0, 1, 0, 0]
|
|
518
|
-
];
|
|
519
|
-
var GroupingStatusesItem$ = [3, n0, _GSI,
|
|
520
|
-
0,
|
|
521
|
-
[_RA, _Ac, _S, _EM, _EC, _UA],
|
|
522
|
-
[0, 0, 0, 0, 0, 4]
|
|
523
|
-
];
|
|
524
|
-
var GroupQuery$ = [3, n0, _GQ,
|
|
525
|
-
0,
|
|
526
|
-
[_GN, _RQ],
|
|
527
|
-
[0, () => ResourceQuery$], 2
|
|
528
|
-
];
|
|
529
|
-
var GroupResourcesInput$ = [3, n0, _GRI,
|
|
530
|
-
0,
|
|
531
|
-
[_G, _RAe],
|
|
532
|
-
[0, 64 | 0], 2
|
|
533
|
-
];
|
|
534
|
-
var GroupResourcesOutput$ = [3, n0, _GRO,
|
|
535
|
-
0,
|
|
536
|
-
[_Su, _F, _Pe],
|
|
537
|
-
[64 | 0, () => FailedResourceList, () => PendingResourceList]
|
|
538
|
-
];
|
|
539
|
-
var InternalServerErrorException$ = [-3, n0, _ISEE,
|
|
540
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
541
|
-
[_M],
|
|
542
|
-
[0]
|
|
543
|
-
];
|
|
544
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerErrorException$, InternalServerErrorException);
|
|
545
|
-
var ListGroupingStatusesFilter$ = [3, n0, _LGSF,
|
|
546
|
-
0,
|
|
547
|
-
[_N, _V],
|
|
548
|
-
[0, 64 | 0], 2
|
|
549
|
-
];
|
|
550
|
-
var ListGroupingStatusesInput$ = [3, n0, _LGSI,
|
|
551
|
-
0,
|
|
552
|
-
[_G, _MR, _Fi, _NT],
|
|
553
|
-
[0, 1, () => ListGroupingStatusesFilterList, 0], 1
|
|
554
|
-
];
|
|
555
|
-
var ListGroupingStatusesOutput$ = [3, n0, _LGSO,
|
|
556
|
-
0,
|
|
557
|
-
[_G, _GS, _NT],
|
|
558
|
-
[0, () => GroupingStatusesList, 0]
|
|
559
|
-
];
|
|
560
|
-
var ListGroupResourcesInput$ = [3, n0, _LGRI,
|
|
561
|
-
0,
|
|
562
|
-
[_GN, _G, _Fi, _MR, _NT],
|
|
563
|
-
[0, 0, () => ResourceFilterList, 1, 0]
|
|
564
|
-
];
|
|
565
|
-
var ListGroupResourcesItem$ = [3, n0, _LGRIi,
|
|
566
|
-
0,
|
|
567
|
-
[_I, _S],
|
|
568
|
-
[() => ResourceIdentifier$, () => ResourceStatus$]
|
|
569
|
-
];
|
|
570
|
-
var ListGroupResourcesOutput$ = [3, n0, _LGRO,
|
|
571
|
-
0,
|
|
572
|
-
[_R, _RI, _NT, _QE],
|
|
573
|
-
[() => ListGroupResourcesItemList, () => ResourceIdentifierList, 0, () => QueryErrorList]
|
|
574
|
-
];
|
|
575
|
-
var ListGroupsInput$ = [3, n0, _LGI,
|
|
576
|
-
0,
|
|
577
|
-
[_Fi, _MR, _NT],
|
|
578
|
-
[() => GroupFilterList, [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
579
|
-
];
|
|
580
|
-
var ListGroupsOutput$ = [3, n0, _LGO,
|
|
581
|
-
0,
|
|
582
|
-
[_GIr, _Gr, _NT],
|
|
583
|
-
[() => GroupIdentifierList, () => GroupList, 0]
|
|
584
|
-
];
|
|
585
|
-
var ListTagSyncTasksFilter$ = [3, n0, _LTSTF,
|
|
586
|
-
0,
|
|
587
|
-
[_GA, _GN],
|
|
588
|
-
[0, 0]
|
|
589
|
-
];
|
|
590
|
-
var ListTagSyncTasksInput$ = [3, n0, _LTSTI,
|
|
591
|
-
0,
|
|
592
|
-
[_Fi, _MR, _NT],
|
|
593
|
-
[() => ListTagSyncTasksFilterList, 1, 0]
|
|
594
|
-
];
|
|
595
|
-
var ListTagSyncTasksOutput$ = [3, n0, _LTSTO,
|
|
596
|
-
0,
|
|
597
|
-
[_TST, _NT],
|
|
598
|
-
[() => TagSyncTaskList, 0]
|
|
599
|
-
];
|
|
600
|
-
var MethodNotAllowedException$ = [-3, n0, _MNAE,
|
|
601
|
-
{ [_e]: _c, [_hE]: 405 },
|
|
602
|
-
[_M],
|
|
603
|
-
[0]
|
|
604
|
-
];
|
|
605
|
-
schema.TypeRegistry.for(n0).registerError(MethodNotAllowedException$, MethodNotAllowedException);
|
|
606
|
-
var NotFoundException$ = [-3, n0, _NFE,
|
|
607
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
608
|
-
[_M],
|
|
609
|
-
[0]
|
|
610
|
-
];
|
|
611
|
-
schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
612
|
-
var PendingResource$ = [3, n0, _PR,
|
|
613
|
-
0,
|
|
614
|
-
[_RA],
|
|
615
|
-
[0]
|
|
616
|
-
];
|
|
617
|
-
var PutGroupConfigurationInput$ = [3, n0, _PGCI,
|
|
618
|
-
0,
|
|
619
|
-
[_G, _C],
|
|
620
|
-
[0, () => GroupConfigurationList]
|
|
621
|
-
];
|
|
622
|
-
var PutGroupConfigurationOutput$ = [3, n0, _PGCO,
|
|
623
|
-
0,
|
|
624
|
-
[],
|
|
625
|
-
[]
|
|
626
|
-
];
|
|
627
|
-
var QueryError$ = [3, n0, _QEu,
|
|
628
|
-
0,
|
|
629
|
-
[_EC, _M],
|
|
630
|
-
[0, 0]
|
|
631
|
-
];
|
|
632
|
-
var ResourceFilter$ = [3, n0, _RF,
|
|
633
|
-
0,
|
|
634
|
-
[_N, _V],
|
|
635
|
-
[0, 64 | 0], 2
|
|
636
|
-
];
|
|
637
|
-
var ResourceIdentifier$ = [3, n0, _RIe,
|
|
638
|
-
0,
|
|
639
|
-
[_RA, _RT],
|
|
640
|
-
[0, 0]
|
|
641
|
-
];
|
|
642
|
-
var ResourceQuery$ = [3, n0, _RQ,
|
|
643
|
-
0,
|
|
644
|
-
[_Ty, _Q],
|
|
645
|
-
[0, 0], 2
|
|
646
|
-
];
|
|
647
|
-
var ResourceStatus$ = [3, n0, _RS,
|
|
648
|
-
0,
|
|
649
|
-
[_N],
|
|
650
|
-
[0]
|
|
651
|
-
];
|
|
652
|
-
var SearchResourcesInput$ = [3, n0, _SRI,
|
|
653
|
-
0,
|
|
654
|
-
[_RQ, _MR, _NT],
|
|
655
|
-
[() => ResourceQuery$, 1, 0], 1
|
|
656
|
-
];
|
|
657
|
-
var SearchResourcesOutput$ = [3, n0, _SRO,
|
|
658
|
-
0,
|
|
659
|
-
[_RI, _NT, _QE],
|
|
660
|
-
[() => ResourceIdentifierList, 0, () => QueryErrorList]
|
|
661
|
-
];
|
|
662
|
-
var StartTagSyncTaskInput$ = [3, n0, _STSTI,
|
|
663
|
-
0,
|
|
664
|
-
[_G, _RAo, _TK, _TV, _RQ],
|
|
665
|
-
[0, 0, 0, 0, () => ResourceQuery$], 2
|
|
666
|
-
];
|
|
667
|
-
var StartTagSyncTaskOutput$ = [3, n0, _STSTO,
|
|
668
|
-
0,
|
|
669
|
-
[_GA, _GN, _TA, _TK, _TV, _RQ, _RAo],
|
|
670
|
-
[0, 0, 0, 0, 0, () => ResourceQuery$, 0]
|
|
671
|
-
];
|
|
672
|
-
var TagInput$ = [3, n0, _TI,
|
|
673
|
-
0,
|
|
674
|
-
[_A, _T],
|
|
675
|
-
[[0, 1], 128 | 0], 2
|
|
676
|
-
];
|
|
677
|
-
var TagOutput$ = [3, n0, _TO,
|
|
678
|
-
0,
|
|
679
|
-
[_A, _T],
|
|
680
|
-
[0, 128 | 0]
|
|
681
|
-
];
|
|
682
|
-
var TagSyncTaskItem$ = [3, n0, _TSTI,
|
|
683
|
-
0,
|
|
684
|
-
[_GA, _GN, _TA, _TK, _TV, _RQ, _RAo, _S, _EM, _CA],
|
|
685
|
-
[0, 0, 0, 0, 0, () => ResourceQuery$, 0, 0, 0, 4]
|
|
686
|
-
];
|
|
687
|
-
var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
688
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
689
|
-
[_M],
|
|
690
|
-
[0]
|
|
691
|
-
];
|
|
692
|
-
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
693
|
-
var UnauthorizedException$ = [-3, n0, _UE,
|
|
694
|
-
{ [_e]: _c, [_hE]: 401 },
|
|
695
|
-
[_M],
|
|
696
|
-
[0]
|
|
697
|
-
];
|
|
698
|
-
schema.TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
|
|
699
|
-
var UngroupResourcesInput$ = [3, n0, _URI,
|
|
700
|
-
0,
|
|
701
|
-
[_G, _RAe],
|
|
702
|
-
[0, 64 | 0], 2
|
|
703
|
-
];
|
|
704
|
-
var UngroupResourcesOutput$ = [3, n0, _URO,
|
|
705
|
-
0,
|
|
706
|
-
[_Su, _F, _Pe],
|
|
707
|
-
[64 | 0, () => FailedResourceList, () => PendingResourceList]
|
|
708
|
-
];
|
|
709
|
-
var UntagInput$ = [3, n0, _UI,
|
|
710
|
-
0,
|
|
711
|
-
[_A, _K],
|
|
712
|
-
[[0, 1], 64 | 0], 2
|
|
713
|
-
];
|
|
714
|
-
var UntagOutput$ = [3, n0, _UO,
|
|
715
|
-
0,
|
|
716
|
-
[_A, _K],
|
|
717
|
-
[0, 64 | 0]
|
|
718
|
-
];
|
|
719
|
-
var UpdateAccountSettingsInput$ = [3, n0, _UASI,
|
|
720
|
-
0,
|
|
721
|
-
[_GLEDS],
|
|
722
|
-
[0]
|
|
723
|
-
];
|
|
724
|
-
var UpdateAccountSettingsOutput$ = [3, n0, _UASO,
|
|
725
|
-
0,
|
|
726
|
-
[_AS],
|
|
727
|
-
[() => AccountSettings$]
|
|
728
|
-
];
|
|
729
|
-
var UpdateGroupInput$ = [3, n0, _UGI,
|
|
730
|
-
0,
|
|
731
|
-
[_GN, _G, _D, _Cr, _O, _DN],
|
|
732
|
-
[0, 0, 0, 1, 0, 0]
|
|
733
|
-
];
|
|
734
|
-
var UpdateGroupOutput$ = [3, n0, _UGO,
|
|
735
|
-
0,
|
|
736
|
-
[_G],
|
|
737
|
-
[() => Group$]
|
|
738
|
-
];
|
|
739
|
-
var UpdateGroupQueryInput$ = [3, n0, _UGQI,
|
|
740
|
-
0,
|
|
741
|
-
[_RQ, _GN, _G],
|
|
742
|
-
[() => ResourceQuery$, 0, 0], 1
|
|
743
|
-
];
|
|
744
|
-
var UpdateGroupQueryOutput$ = [3, n0, _UGQO,
|
|
745
|
-
0,
|
|
746
|
-
[_GQ],
|
|
747
|
-
[() => GroupQuery$]
|
|
748
|
-
];
|
|
749
|
-
var __Unit = "unit";
|
|
750
|
-
var ResourceGroupsServiceException$ = [-3, _sm, "ResourceGroupsServiceException", 0, [], []];
|
|
751
|
-
schema.TypeRegistry.for(_sm).registerError(ResourceGroupsServiceException$, ResourceGroupsServiceException);
|
|
752
|
-
var FailedResourceList = [1, n0, _FRL,
|
|
753
|
-
0, () => FailedResource$
|
|
754
|
-
];
|
|
755
|
-
var GroupConfigurationList = [1, n0, _GCL,
|
|
756
|
-
0, () => GroupConfigurationItem$
|
|
757
|
-
];
|
|
758
|
-
var GroupFilterList = [1, n0, _GFL,
|
|
759
|
-
0, () => GroupFilter$
|
|
760
|
-
];
|
|
761
|
-
var GroupIdentifierList = [1, n0, _GIL,
|
|
762
|
-
0, () => GroupIdentifier$
|
|
763
|
-
];
|
|
764
|
-
var GroupingStatusesList = [1, n0, _GSL,
|
|
765
|
-
0, () => GroupingStatusesItem$
|
|
766
|
-
];
|
|
767
|
-
var GroupList = [1, n0, _GL,
|
|
768
|
-
0, () => Group$
|
|
769
|
-
];
|
|
770
|
-
var GroupParameterList = [1, n0, _GPL,
|
|
771
|
-
0, () => GroupConfigurationParameter$
|
|
772
|
-
];
|
|
773
|
-
var ListGroupingStatusesFilterList = [1, n0, _LGSFL,
|
|
774
|
-
0, () => ListGroupingStatusesFilter$
|
|
775
|
-
];
|
|
776
|
-
var ListGroupResourcesItemList = [1, n0, _LGRIL,
|
|
777
|
-
0, () => ListGroupResourcesItem$
|
|
778
|
-
];
|
|
779
|
-
var ListTagSyncTasksFilterList = [1, n0, _LTSTFL,
|
|
780
|
-
0, () => ListTagSyncTasksFilter$
|
|
781
|
-
];
|
|
782
|
-
var PendingResourceList = [1, n0, _PRL,
|
|
783
|
-
0, () => PendingResource$
|
|
784
|
-
];
|
|
785
|
-
var QueryErrorList = [1, n0, _QEL,
|
|
786
|
-
0, () => QueryError$
|
|
787
|
-
];
|
|
788
|
-
var ResourceFilterList = [1, n0, _RFL,
|
|
789
|
-
0, () => ResourceFilter$
|
|
790
|
-
];
|
|
791
|
-
var ResourceIdentifierList = [1, n0, _RIL,
|
|
792
|
-
0, () => ResourceIdentifier$
|
|
793
|
-
];
|
|
794
|
-
var TagSyncTaskList = [1, n0, _TSTL,
|
|
795
|
-
0, () => TagSyncTaskItem$
|
|
796
|
-
];
|
|
797
|
-
var CancelTagSyncTask$ = [9, n0, _CTST,
|
|
798
|
-
{ [_h]: ["POST", "/cancel-tag-sync-task", 200] }, () => CancelTagSyncTaskInput$, () => __Unit
|
|
799
|
-
];
|
|
800
|
-
var CreateGroup$ = [9, n0, _CG,
|
|
801
|
-
{ [_h]: ["POST", "/groups", 200] }, () => CreateGroupInput$, () => CreateGroupOutput$
|
|
802
|
-
];
|
|
803
|
-
var DeleteGroup$ = [9, n0, _DG,
|
|
804
|
-
{ [_h]: ["POST", "/delete-group", 200] }, () => DeleteGroupInput$, () => DeleteGroupOutput$
|
|
805
|
-
];
|
|
806
|
-
var GetAccountSettings$ = [9, n0, _GAS,
|
|
807
|
-
{ [_h]: ["POST", "/get-account-settings", 200] }, () => __Unit, () => GetAccountSettingsOutput$
|
|
808
|
-
];
|
|
809
|
-
var GetGroup$ = [9, n0, _GG,
|
|
810
|
-
{ [_h]: ["POST", "/get-group", 200] }, () => GetGroupInput$, () => GetGroupOutput$
|
|
811
|
-
];
|
|
812
|
-
var GetGroupConfiguration$ = [9, n0, _GGC,
|
|
813
|
-
{ [_h]: ["POST", "/get-group-configuration", 200] }, () => GetGroupConfigurationInput$, () => GetGroupConfigurationOutput$
|
|
814
|
-
];
|
|
815
|
-
var GetGroupQuery$ = [9, n0, _GGQ,
|
|
816
|
-
{ [_h]: ["POST", "/get-group-query", 200] }, () => GetGroupQueryInput$, () => GetGroupQueryOutput$
|
|
817
|
-
];
|
|
818
|
-
var GetTags$ = [9, n0, _GT,
|
|
819
|
-
{ [_h]: ["GET", "/resources/{Arn}/tags", 200] }, () => GetTagsInput$, () => GetTagsOutput$
|
|
820
|
-
];
|
|
821
|
-
var GetTagSyncTask$ = [9, n0, _GTST,
|
|
822
|
-
{ [_h]: ["POST", "/get-tag-sync-task", 200] }, () => GetTagSyncTaskInput$, () => GetTagSyncTaskOutput$
|
|
823
|
-
];
|
|
824
|
-
var GroupResources$ = [9, n0, _GR,
|
|
825
|
-
{ [_h]: ["POST", "/group-resources", 200] }, () => GroupResourcesInput$, () => GroupResourcesOutput$
|
|
826
|
-
];
|
|
827
|
-
var ListGroupingStatuses$ = [9, n0, _LGS,
|
|
828
|
-
{ [_h]: ["POST", "/list-grouping-statuses", 200] }, () => ListGroupingStatusesInput$, () => ListGroupingStatusesOutput$
|
|
829
|
-
];
|
|
830
|
-
var ListGroupResources$ = [9, n0, _LGR,
|
|
831
|
-
{ [_h]: ["POST", "/list-group-resources", 200] }, () => ListGroupResourcesInput$, () => ListGroupResourcesOutput$
|
|
832
|
-
];
|
|
833
|
-
var ListGroups$ = [9, n0, _LG,
|
|
834
|
-
{ [_h]: ["POST", "/groups-list", 200] }, () => ListGroupsInput$, () => ListGroupsOutput$
|
|
835
|
-
];
|
|
836
|
-
var ListTagSyncTasks$ = [9, n0, _LTST,
|
|
837
|
-
{ [_h]: ["POST", "/list-tag-sync-tasks", 200] }, () => ListTagSyncTasksInput$, () => ListTagSyncTasksOutput$
|
|
838
|
-
];
|
|
839
|
-
var PutGroupConfiguration$ = [9, n0, _PGC,
|
|
840
|
-
{ [_h]: ["POST", "/put-group-configuration", 202] }, () => PutGroupConfigurationInput$, () => PutGroupConfigurationOutput$
|
|
841
|
-
];
|
|
842
|
-
var SearchResources$ = [9, n0, _SR,
|
|
843
|
-
{ [_h]: ["POST", "/resources/search", 200] }, () => SearchResourcesInput$, () => SearchResourcesOutput$
|
|
844
|
-
];
|
|
845
|
-
var StartTagSyncTask$ = [9, n0, _STST,
|
|
846
|
-
{ [_h]: ["POST", "/start-tag-sync-task", 200] }, () => StartTagSyncTaskInput$, () => StartTagSyncTaskOutput$
|
|
847
|
-
];
|
|
848
|
-
var Tag$ = [9, n0, _Ta,
|
|
849
|
-
{ [_h]: ["PUT", "/resources/{Arn}/tags", 200] }, () => TagInput$, () => TagOutput$
|
|
850
|
-
];
|
|
851
|
-
var UngroupResources$ = [9, n0, _UR,
|
|
852
|
-
{ [_h]: ["POST", "/ungroup-resources", 200] }, () => UngroupResourcesInput$, () => UngroupResourcesOutput$
|
|
853
|
-
];
|
|
854
|
-
var Untag$ = [9, n0, _U,
|
|
855
|
-
{ [_h]: ["PATCH", "/resources/{Arn}/tags", 200] }, () => UntagInput$, () => UntagOutput$
|
|
856
|
-
];
|
|
857
|
-
var UpdateAccountSettings$ = [9, n0, _UAS,
|
|
858
|
-
{ [_h]: ["POST", "/update-account-settings", 200] }, () => UpdateAccountSettingsInput$, () => UpdateAccountSettingsOutput$
|
|
859
|
-
];
|
|
860
|
-
var UpdateGroup$ = [9, n0, _UG,
|
|
861
|
-
{ [_h]: ["POST", "/update-group", 200] }, () => UpdateGroupInput$, () => UpdateGroupOutput$
|
|
862
|
-
];
|
|
863
|
-
var UpdateGroupQuery$ = [9, n0, _UGQ,
|
|
864
|
-
{ [_h]: ["POST", "/update-group-query", 200] }, () => UpdateGroupQueryInput$, () => UpdateGroupQueryOutput$
|
|
865
|
-
];
|
|
866
|
-
|
|
867
116
|
class CancelTagSyncTaskCommand extends smithyClient.Command
|
|
868
117
|
.classBuilder()
|
|
869
118
|
.ep(commonParams)
|
|
@@ -872,7 +121,7 @@ class CancelTagSyncTaskCommand extends smithyClient.Command
|
|
|
872
121
|
})
|
|
873
122
|
.s("Ardi", "CancelTagSyncTask", {})
|
|
874
123
|
.n("ResourceGroupsClient", "CancelTagSyncTaskCommand")
|
|
875
|
-
.sc(CancelTagSyncTask$)
|
|
124
|
+
.sc(schemas_0.CancelTagSyncTask$)
|
|
876
125
|
.build() {
|
|
877
126
|
}
|
|
878
127
|
|
|
@@ -884,7 +133,7 @@ class CreateGroupCommand extends smithyClient.Command
|
|
|
884
133
|
})
|
|
885
134
|
.s("Ardi", "CreateGroup", {})
|
|
886
135
|
.n("ResourceGroupsClient", "CreateGroupCommand")
|
|
887
|
-
.sc(CreateGroup$)
|
|
136
|
+
.sc(schemas_0.CreateGroup$)
|
|
888
137
|
.build() {
|
|
889
138
|
}
|
|
890
139
|
|
|
@@ -896,7 +145,7 @@ class DeleteGroupCommand extends smithyClient.Command
|
|
|
896
145
|
})
|
|
897
146
|
.s("Ardi", "DeleteGroup", {})
|
|
898
147
|
.n("ResourceGroupsClient", "DeleteGroupCommand")
|
|
899
|
-
.sc(DeleteGroup$)
|
|
148
|
+
.sc(schemas_0.DeleteGroup$)
|
|
900
149
|
.build() {
|
|
901
150
|
}
|
|
902
151
|
|
|
@@ -908,7 +157,7 @@ class GetAccountSettingsCommand extends smithyClient.Command
|
|
|
908
157
|
})
|
|
909
158
|
.s("Ardi", "GetAccountSettings", {})
|
|
910
159
|
.n("ResourceGroupsClient", "GetAccountSettingsCommand")
|
|
911
|
-
.sc(GetAccountSettings$)
|
|
160
|
+
.sc(schemas_0.GetAccountSettings$)
|
|
912
161
|
.build() {
|
|
913
162
|
}
|
|
914
163
|
|
|
@@ -920,7 +169,7 @@ class GetGroupCommand extends smithyClient.Command
|
|
|
920
169
|
})
|
|
921
170
|
.s("Ardi", "GetGroup", {})
|
|
922
171
|
.n("ResourceGroupsClient", "GetGroupCommand")
|
|
923
|
-
.sc(GetGroup$)
|
|
172
|
+
.sc(schemas_0.GetGroup$)
|
|
924
173
|
.build() {
|
|
925
174
|
}
|
|
926
175
|
|
|
@@ -932,7 +181,7 @@ class GetGroupConfigurationCommand extends smithyClient.Command
|
|
|
932
181
|
})
|
|
933
182
|
.s("Ardi", "GetGroupConfiguration", {})
|
|
934
183
|
.n("ResourceGroupsClient", "GetGroupConfigurationCommand")
|
|
935
|
-
.sc(GetGroupConfiguration$)
|
|
184
|
+
.sc(schemas_0.GetGroupConfiguration$)
|
|
936
185
|
.build() {
|
|
937
186
|
}
|
|
938
187
|
|
|
@@ -944,7 +193,7 @@ class GetGroupQueryCommand extends smithyClient.Command
|
|
|
944
193
|
})
|
|
945
194
|
.s("Ardi", "GetGroupQuery", {})
|
|
946
195
|
.n("ResourceGroupsClient", "GetGroupQueryCommand")
|
|
947
|
-
.sc(GetGroupQuery$)
|
|
196
|
+
.sc(schemas_0.GetGroupQuery$)
|
|
948
197
|
.build() {
|
|
949
198
|
}
|
|
950
199
|
|
|
@@ -956,7 +205,7 @@ class GetTagsCommand extends smithyClient.Command
|
|
|
956
205
|
})
|
|
957
206
|
.s("Ardi", "GetTags", {})
|
|
958
207
|
.n("ResourceGroupsClient", "GetTagsCommand")
|
|
959
|
-
.sc(GetTags$)
|
|
208
|
+
.sc(schemas_0.GetTags$)
|
|
960
209
|
.build() {
|
|
961
210
|
}
|
|
962
211
|
|
|
@@ -968,7 +217,7 @@ class GetTagSyncTaskCommand extends smithyClient.Command
|
|
|
968
217
|
})
|
|
969
218
|
.s("Ardi", "GetTagSyncTask", {})
|
|
970
219
|
.n("ResourceGroupsClient", "GetTagSyncTaskCommand")
|
|
971
|
-
.sc(GetTagSyncTask$)
|
|
220
|
+
.sc(schemas_0.GetTagSyncTask$)
|
|
972
221
|
.build() {
|
|
973
222
|
}
|
|
974
223
|
|
|
@@ -980,7 +229,7 @@ class GroupResourcesCommand extends smithyClient.Command
|
|
|
980
229
|
})
|
|
981
230
|
.s("Ardi", "GroupResources", {})
|
|
982
231
|
.n("ResourceGroupsClient", "GroupResourcesCommand")
|
|
983
|
-
.sc(GroupResources$)
|
|
232
|
+
.sc(schemas_0.GroupResources$)
|
|
984
233
|
.build() {
|
|
985
234
|
}
|
|
986
235
|
|
|
@@ -992,7 +241,7 @@ class ListGroupingStatusesCommand extends smithyClient.Command
|
|
|
992
241
|
})
|
|
993
242
|
.s("Ardi", "ListGroupingStatuses", {})
|
|
994
243
|
.n("ResourceGroupsClient", "ListGroupingStatusesCommand")
|
|
995
|
-
.sc(ListGroupingStatuses$)
|
|
244
|
+
.sc(schemas_0.ListGroupingStatuses$)
|
|
996
245
|
.build() {
|
|
997
246
|
}
|
|
998
247
|
|
|
@@ -1004,7 +253,7 @@ class ListGroupResourcesCommand extends smithyClient.Command
|
|
|
1004
253
|
})
|
|
1005
254
|
.s("Ardi", "ListGroupResources", {})
|
|
1006
255
|
.n("ResourceGroupsClient", "ListGroupResourcesCommand")
|
|
1007
|
-
.sc(ListGroupResources$)
|
|
256
|
+
.sc(schemas_0.ListGroupResources$)
|
|
1008
257
|
.build() {
|
|
1009
258
|
}
|
|
1010
259
|
|
|
@@ -1016,7 +265,7 @@ class ListGroupsCommand extends smithyClient.Command
|
|
|
1016
265
|
})
|
|
1017
266
|
.s("Ardi", "ListGroups", {})
|
|
1018
267
|
.n("ResourceGroupsClient", "ListGroupsCommand")
|
|
1019
|
-
.sc(ListGroups$)
|
|
268
|
+
.sc(schemas_0.ListGroups$)
|
|
1020
269
|
.build() {
|
|
1021
270
|
}
|
|
1022
271
|
|
|
@@ -1028,7 +277,7 @@ class ListTagSyncTasksCommand extends smithyClient.Command
|
|
|
1028
277
|
})
|
|
1029
278
|
.s("Ardi", "ListTagSyncTasks", {})
|
|
1030
279
|
.n("ResourceGroupsClient", "ListTagSyncTasksCommand")
|
|
1031
|
-
.sc(ListTagSyncTasks$)
|
|
280
|
+
.sc(schemas_0.ListTagSyncTasks$)
|
|
1032
281
|
.build() {
|
|
1033
282
|
}
|
|
1034
283
|
|
|
@@ -1040,7 +289,7 @@ class PutGroupConfigurationCommand extends smithyClient.Command
|
|
|
1040
289
|
})
|
|
1041
290
|
.s("Ardi", "PutGroupConfiguration", {})
|
|
1042
291
|
.n("ResourceGroupsClient", "PutGroupConfigurationCommand")
|
|
1043
|
-
.sc(PutGroupConfiguration$)
|
|
292
|
+
.sc(schemas_0.PutGroupConfiguration$)
|
|
1044
293
|
.build() {
|
|
1045
294
|
}
|
|
1046
295
|
|
|
@@ -1052,7 +301,7 @@ class SearchResourcesCommand extends smithyClient.Command
|
|
|
1052
301
|
})
|
|
1053
302
|
.s("Ardi", "SearchResources", {})
|
|
1054
303
|
.n("ResourceGroupsClient", "SearchResourcesCommand")
|
|
1055
|
-
.sc(SearchResources$)
|
|
304
|
+
.sc(schemas_0.SearchResources$)
|
|
1056
305
|
.build() {
|
|
1057
306
|
}
|
|
1058
307
|
|
|
@@ -1064,7 +313,7 @@ class StartTagSyncTaskCommand extends smithyClient.Command
|
|
|
1064
313
|
})
|
|
1065
314
|
.s("Ardi", "StartTagSyncTask", {})
|
|
1066
315
|
.n("ResourceGroupsClient", "StartTagSyncTaskCommand")
|
|
1067
|
-
.sc(StartTagSyncTask$)
|
|
316
|
+
.sc(schemas_0.StartTagSyncTask$)
|
|
1068
317
|
.build() {
|
|
1069
318
|
}
|
|
1070
319
|
|
|
@@ -1076,7 +325,7 @@ class TagCommand extends smithyClient.Command
|
|
|
1076
325
|
})
|
|
1077
326
|
.s("Ardi", "Tag", {})
|
|
1078
327
|
.n("ResourceGroupsClient", "TagCommand")
|
|
1079
|
-
.sc(Tag$)
|
|
328
|
+
.sc(schemas_0.Tag$)
|
|
1080
329
|
.build() {
|
|
1081
330
|
}
|
|
1082
331
|
|
|
@@ -1088,7 +337,7 @@ class UngroupResourcesCommand extends smithyClient.Command
|
|
|
1088
337
|
})
|
|
1089
338
|
.s("Ardi", "UngroupResources", {})
|
|
1090
339
|
.n("ResourceGroupsClient", "UngroupResourcesCommand")
|
|
1091
|
-
.sc(UngroupResources$)
|
|
340
|
+
.sc(schemas_0.UngroupResources$)
|
|
1092
341
|
.build() {
|
|
1093
342
|
}
|
|
1094
343
|
|
|
@@ -1100,7 +349,7 @@ class UntagCommand extends smithyClient.Command
|
|
|
1100
349
|
})
|
|
1101
350
|
.s("Ardi", "Untag", {})
|
|
1102
351
|
.n("ResourceGroupsClient", "UntagCommand")
|
|
1103
|
-
.sc(Untag$)
|
|
352
|
+
.sc(schemas_0.Untag$)
|
|
1104
353
|
.build() {
|
|
1105
354
|
}
|
|
1106
355
|
|
|
@@ -1112,7 +361,7 @@ class UpdateAccountSettingsCommand extends smithyClient.Command
|
|
|
1112
361
|
})
|
|
1113
362
|
.s("Ardi", "UpdateAccountSettings", {})
|
|
1114
363
|
.n("ResourceGroupsClient", "UpdateAccountSettingsCommand")
|
|
1115
|
-
.sc(UpdateAccountSettings$)
|
|
364
|
+
.sc(schemas_0.UpdateAccountSettings$)
|
|
1116
365
|
.build() {
|
|
1117
366
|
}
|
|
1118
367
|
|
|
@@ -1124,7 +373,7 @@ class UpdateGroupCommand extends smithyClient.Command
|
|
|
1124
373
|
})
|
|
1125
374
|
.s("Ardi", "UpdateGroup", {})
|
|
1126
375
|
.n("ResourceGroupsClient", "UpdateGroupCommand")
|
|
1127
|
-
.sc(UpdateGroup$)
|
|
376
|
+
.sc(schemas_0.UpdateGroup$)
|
|
1128
377
|
.build() {
|
|
1129
378
|
}
|
|
1130
379
|
|
|
@@ -1136,7 +385,7 @@ class UpdateGroupQueryCommand extends smithyClient.Command
|
|
|
1136
385
|
})
|
|
1137
386
|
.s("Ardi", "UpdateGroupQuery", {})
|
|
1138
387
|
.n("ResourceGroupsClient", "UpdateGroupQueryCommand")
|
|
1139
|
-
.sc(UpdateGroupQuery$)
|
|
388
|
+
.sc(schemas_0.UpdateGroupQuery$)
|
|
1140
389
|
.build() {
|
|
1141
390
|
}
|
|
1142
391
|
|
|
@@ -1251,148 +500,61 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1251
500
|
enumerable: true,
|
|
1252
501
|
get: function () { return smithyClient.Client; }
|
|
1253
502
|
});
|
|
1254
|
-
exports
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
503
|
+
Object.defineProperty(exports, "ResourceGroupsServiceException", {
|
|
504
|
+
enumerable: true,
|
|
505
|
+
get: function () { return ResourceGroupsServiceException.ResourceGroupsServiceException; }
|
|
506
|
+
});
|
|
1258
507
|
exports.CancelTagSyncTaskCommand = CancelTagSyncTaskCommand;
|
|
1259
|
-
exports.CancelTagSyncTaskInput$ = CancelTagSyncTaskInput$;
|
|
1260
|
-
exports.CreateGroup$ = CreateGroup$;
|
|
1261
508
|
exports.CreateGroupCommand = CreateGroupCommand;
|
|
1262
|
-
exports.CreateGroupInput$ = CreateGroupInput$;
|
|
1263
|
-
exports.CreateGroupOutput$ = CreateGroupOutput$;
|
|
1264
|
-
exports.DeleteGroup$ = DeleteGroup$;
|
|
1265
509
|
exports.DeleteGroupCommand = DeleteGroupCommand;
|
|
1266
|
-
exports.DeleteGroupInput$ = DeleteGroupInput$;
|
|
1267
|
-
exports.DeleteGroupOutput$ = DeleteGroupOutput$;
|
|
1268
|
-
exports.FailedResource$ = FailedResource$;
|
|
1269
|
-
exports.ForbiddenException = ForbiddenException;
|
|
1270
|
-
exports.ForbiddenException$ = ForbiddenException$;
|
|
1271
|
-
exports.GetAccountSettings$ = GetAccountSettings$;
|
|
1272
510
|
exports.GetAccountSettingsCommand = GetAccountSettingsCommand;
|
|
1273
|
-
exports.GetAccountSettingsOutput$ = GetAccountSettingsOutput$;
|
|
1274
|
-
exports.GetGroup$ = GetGroup$;
|
|
1275
511
|
exports.GetGroupCommand = GetGroupCommand;
|
|
1276
|
-
exports.GetGroupConfiguration$ = GetGroupConfiguration$;
|
|
1277
512
|
exports.GetGroupConfigurationCommand = GetGroupConfigurationCommand;
|
|
1278
|
-
exports.GetGroupConfigurationInput$ = GetGroupConfigurationInput$;
|
|
1279
|
-
exports.GetGroupConfigurationOutput$ = GetGroupConfigurationOutput$;
|
|
1280
|
-
exports.GetGroupInput$ = GetGroupInput$;
|
|
1281
|
-
exports.GetGroupOutput$ = GetGroupOutput$;
|
|
1282
|
-
exports.GetGroupQuery$ = GetGroupQuery$;
|
|
1283
513
|
exports.GetGroupQueryCommand = GetGroupQueryCommand;
|
|
1284
|
-
exports.GetGroupQueryInput$ = GetGroupQueryInput$;
|
|
1285
|
-
exports.GetGroupQueryOutput$ = GetGroupQueryOutput$;
|
|
1286
|
-
exports.GetTagSyncTask$ = GetTagSyncTask$;
|
|
1287
514
|
exports.GetTagSyncTaskCommand = GetTagSyncTaskCommand;
|
|
1288
|
-
exports.GetTagSyncTaskInput$ = GetTagSyncTaskInput$;
|
|
1289
|
-
exports.GetTagSyncTaskOutput$ = GetTagSyncTaskOutput$;
|
|
1290
|
-
exports.GetTags$ = GetTags$;
|
|
1291
515
|
exports.GetTagsCommand = GetTagsCommand;
|
|
1292
|
-
exports.GetTagsInput$ = GetTagsInput$;
|
|
1293
|
-
exports.GetTagsOutput$ = GetTagsOutput$;
|
|
1294
|
-
exports.Group$ = Group$;
|
|
1295
|
-
exports.GroupConfiguration$ = GroupConfiguration$;
|
|
1296
|
-
exports.GroupConfigurationItem$ = GroupConfigurationItem$;
|
|
1297
|
-
exports.GroupConfigurationParameter$ = GroupConfigurationParameter$;
|
|
1298
516
|
exports.GroupConfigurationStatus = GroupConfigurationStatus;
|
|
1299
|
-
exports.GroupFilter$ = GroupFilter$;
|
|
1300
517
|
exports.GroupFilterName = GroupFilterName;
|
|
1301
|
-
exports.GroupIdentifier$ = GroupIdentifier$;
|
|
1302
518
|
exports.GroupLifecycleEventsDesiredStatus = GroupLifecycleEventsDesiredStatus;
|
|
1303
519
|
exports.GroupLifecycleEventsStatus = GroupLifecycleEventsStatus;
|
|
1304
|
-
exports.GroupQuery$ = GroupQuery$;
|
|
1305
|
-
exports.GroupResources$ = GroupResources$;
|
|
1306
520
|
exports.GroupResourcesCommand = GroupResourcesCommand;
|
|
1307
|
-
exports.GroupResourcesInput$ = GroupResourcesInput$;
|
|
1308
|
-
exports.GroupResourcesOutput$ = GroupResourcesOutput$;
|
|
1309
521
|
exports.GroupingStatus = GroupingStatus;
|
|
1310
|
-
exports.GroupingStatusesItem$ = GroupingStatusesItem$;
|
|
1311
522
|
exports.GroupingType = GroupingType;
|
|
1312
|
-
exports.InternalServerErrorException = InternalServerErrorException;
|
|
1313
|
-
exports.InternalServerErrorException$ = InternalServerErrorException$;
|
|
1314
|
-
exports.ListGroupResources$ = ListGroupResources$;
|
|
1315
523
|
exports.ListGroupResourcesCommand = ListGroupResourcesCommand;
|
|
1316
|
-
exports.ListGroupResourcesInput$ = ListGroupResourcesInput$;
|
|
1317
|
-
exports.ListGroupResourcesItem$ = ListGroupResourcesItem$;
|
|
1318
|
-
exports.ListGroupResourcesOutput$ = ListGroupResourcesOutput$;
|
|
1319
|
-
exports.ListGroupingStatuses$ = ListGroupingStatuses$;
|
|
1320
524
|
exports.ListGroupingStatusesCommand = ListGroupingStatusesCommand;
|
|
1321
|
-
exports.ListGroupingStatusesFilter$ = ListGroupingStatusesFilter$;
|
|
1322
525
|
exports.ListGroupingStatusesFilterName = ListGroupingStatusesFilterName;
|
|
1323
|
-
exports.ListGroupingStatusesInput$ = ListGroupingStatusesInput$;
|
|
1324
|
-
exports.ListGroupingStatusesOutput$ = ListGroupingStatusesOutput$;
|
|
1325
|
-
exports.ListGroups$ = ListGroups$;
|
|
1326
526
|
exports.ListGroupsCommand = ListGroupsCommand;
|
|
1327
|
-
exports.ListGroupsInput$ = ListGroupsInput$;
|
|
1328
|
-
exports.ListGroupsOutput$ = ListGroupsOutput$;
|
|
1329
|
-
exports.ListTagSyncTasks$ = ListTagSyncTasks$;
|
|
1330
527
|
exports.ListTagSyncTasksCommand = ListTagSyncTasksCommand;
|
|
1331
|
-
exports.ListTagSyncTasksFilter$ = ListTagSyncTasksFilter$;
|
|
1332
|
-
exports.ListTagSyncTasksInput$ = ListTagSyncTasksInput$;
|
|
1333
|
-
exports.ListTagSyncTasksOutput$ = ListTagSyncTasksOutput$;
|
|
1334
|
-
exports.MethodNotAllowedException = MethodNotAllowedException;
|
|
1335
|
-
exports.MethodNotAllowedException$ = MethodNotAllowedException$;
|
|
1336
|
-
exports.NotFoundException = NotFoundException;
|
|
1337
|
-
exports.NotFoundException$ = NotFoundException$;
|
|
1338
|
-
exports.PendingResource$ = PendingResource$;
|
|
1339
|
-
exports.PutGroupConfiguration$ = PutGroupConfiguration$;
|
|
1340
528
|
exports.PutGroupConfigurationCommand = PutGroupConfigurationCommand;
|
|
1341
|
-
exports.PutGroupConfigurationInput$ = PutGroupConfigurationInput$;
|
|
1342
|
-
exports.PutGroupConfigurationOutput$ = PutGroupConfigurationOutput$;
|
|
1343
|
-
exports.QueryError$ = QueryError$;
|
|
1344
529
|
exports.QueryErrorCode = QueryErrorCode;
|
|
1345
530
|
exports.QueryType = QueryType;
|
|
1346
|
-
exports.ResourceFilter$ = ResourceFilter$;
|
|
1347
531
|
exports.ResourceFilterName = ResourceFilterName;
|
|
1348
532
|
exports.ResourceGroups = ResourceGroups;
|
|
1349
533
|
exports.ResourceGroupsClient = ResourceGroupsClient;
|
|
1350
|
-
exports.ResourceGroupsServiceException = ResourceGroupsServiceException;
|
|
1351
|
-
exports.ResourceGroupsServiceException$ = ResourceGroupsServiceException$;
|
|
1352
|
-
exports.ResourceIdentifier$ = ResourceIdentifier$;
|
|
1353
|
-
exports.ResourceQuery$ = ResourceQuery$;
|
|
1354
|
-
exports.ResourceStatus$ = ResourceStatus$;
|
|
1355
534
|
exports.ResourceStatusValue = ResourceStatusValue;
|
|
1356
|
-
exports.SearchResources$ = SearchResources$;
|
|
1357
535
|
exports.SearchResourcesCommand = SearchResourcesCommand;
|
|
1358
|
-
exports.SearchResourcesInput$ = SearchResourcesInput$;
|
|
1359
|
-
exports.SearchResourcesOutput$ = SearchResourcesOutput$;
|
|
1360
|
-
exports.StartTagSyncTask$ = StartTagSyncTask$;
|
|
1361
536
|
exports.StartTagSyncTaskCommand = StartTagSyncTaskCommand;
|
|
1362
|
-
exports.StartTagSyncTaskInput$ = StartTagSyncTaskInput$;
|
|
1363
|
-
exports.StartTagSyncTaskOutput$ = StartTagSyncTaskOutput$;
|
|
1364
|
-
exports.Tag$ = Tag$;
|
|
1365
537
|
exports.TagCommand = TagCommand;
|
|
1366
|
-
exports.TagInput$ = TagInput$;
|
|
1367
|
-
exports.TagOutput$ = TagOutput$;
|
|
1368
|
-
exports.TagSyncTaskItem$ = TagSyncTaskItem$;
|
|
1369
538
|
exports.TagSyncTaskStatus = TagSyncTaskStatus;
|
|
1370
|
-
exports.TooManyRequestsException = TooManyRequestsException;
|
|
1371
|
-
exports.TooManyRequestsException$ = TooManyRequestsException$;
|
|
1372
|
-
exports.UnauthorizedException = UnauthorizedException;
|
|
1373
|
-
exports.UnauthorizedException$ = UnauthorizedException$;
|
|
1374
|
-
exports.UngroupResources$ = UngroupResources$;
|
|
1375
539
|
exports.UngroupResourcesCommand = UngroupResourcesCommand;
|
|
1376
|
-
exports.UngroupResourcesInput$ = UngroupResourcesInput$;
|
|
1377
|
-
exports.UngroupResourcesOutput$ = UngroupResourcesOutput$;
|
|
1378
|
-
exports.Untag$ = Untag$;
|
|
1379
540
|
exports.UntagCommand = UntagCommand;
|
|
1380
|
-
exports.UntagInput$ = UntagInput$;
|
|
1381
|
-
exports.UntagOutput$ = UntagOutput$;
|
|
1382
|
-
exports.UpdateAccountSettings$ = UpdateAccountSettings$;
|
|
1383
541
|
exports.UpdateAccountSettingsCommand = UpdateAccountSettingsCommand;
|
|
1384
|
-
exports.UpdateAccountSettingsInput$ = UpdateAccountSettingsInput$;
|
|
1385
|
-
exports.UpdateAccountSettingsOutput$ = UpdateAccountSettingsOutput$;
|
|
1386
|
-
exports.UpdateGroup$ = UpdateGroup$;
|
|
1387
542
|
exports.UpdateGroupCommand = UpdateGroupCommand;
|
|
1388
|
-
exports.UpdateGroupInput$ = UpdateGroupInput$;
|
|
1389
|
-
exports.UpdateGroupOutput$ = UpdateGroupOutput$;
|
|
1390
|
-
exports.UpdateGroupQuery$ = UpdateGroupQuery$;
|
|
1391
543
|
exports.UpdateGroupQueryCommand = UpdateGroupQueryCommand;
|
|
1392
|
-
exports.UpdateGroupQueryInput$ = UpdateGroupQueryInput$;
|
|
1393
|
-
exports.UpdateGroupQueryOutput$ = UpdateGroupQueryOutput$;
|
|
1394
544
|
exports.paginateListGroupResources = paginateListGroupResources;
|
|
1395
545
|
exports.paginateListGroupingStatuses = paginateListGroupingStatuses;
|
|
1396
546
|
exports.paginateListGroups = paginateListGroups;
|
|
1397
547
|
exports.paginateListTagSyncTasks = paginateListTagSyncTasks;
|
|
1398
548
|
exports.paginateSearchResources = paginateSearchResources;
|
|
549
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
550
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
551
|
+
enumerable: true,
|
|
552
|
+
get: function () { return schemas_0[k]; }
|
|
553
|
+
});
|
|
554
|
+
});
|
|
555
|
+
Object.keys(errors).forEach(function (k) {
|
|
556
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
557
|
+
enumerable: true,
|
|
558
|
+
get: function () { return errors[k]; }
|
|
559
|
+
});
|
|
560
|
+
});
|