@aws-sdk/client-resource-groups 3.1068.0 → 3.1070.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +114 -134
- package/dist-cjs/models/ResourceGroupsServiceException.js +4 -8
- package/dist-cjs/models/errors.js +15 -25
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +213 -145
- package/package.json +8 -8
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutGroupConfigurationInput$ = exports.PendingResource$ = exports.ListTagSyncTasksOutput$ = exports.ListTagSyncTasksInput$ = exports.ListTagSyncTasksFilter$ = exports.ListGroupsOutput$ = exports.ListGroupsInput$ = exports.ListGroupResourcesOutput$ = exports.ListGroupResourcesItem$ = exports.ListGroupResourcesInput$ = exports.ListGroupingStatusesOutput$ = exports.ListGroupingStatusesInput$ = exports.ListGroupingStatusesFilter$ = exports.GroupResourcesOutput$ = exports.GroupResourcesInput$ = exports.GroupQuery$ = exports.GroupingStatusesItem$ = exports.GroupIdentifier$ = exports.GroupFilter$ = exports.GroupConfigurationParameter$ = exports.GroupConfigurationItem$ = exports.GroupConfiguration$ = exports.Group$ = exports.GetTagSyncTaskOutput$ = exports.GetTagSyncTaskInput$ = exports.GetTagsOutput$ = exports.GetTagsInput$ = exports.GetGroupQueryOutput$ = exports.GetGroupQueryInput$ = exports.GetGroupOutput$ = exports.GetGroupInput$ = exports.GetGroupConfigurationOutput$ = exports.GetGroupConfigurationInput$ = exports.GetAccountSettingsOutput$ = exports.FailedResource$ = exports.DeleteGroupOutput$ = exports.DeleteGroupInput$ = exports.CreateGroupOutput$ = exports.CreateGroupInput$ = exports.CancelTagSyncTaskInput$ = exports.AccountSettings$ = exports.errorTypeRegistries = exports.UnauthorizedException$ = exports.TooManyRequestsException$ = exports.NotFoundException$ = exports.MethodNotAllowedException$ = exports.InternalServerErrorException$ = exports.ForbiddenException$ = exports.BadRequestException$ = exports.ResourceGroupsServiceException$ = void 0;
|
|
4
|
-
exports.UpdateGroupQuery$ = exports.UpdateGroup$ = exports.UpdateAccountSettings$ = exports.Untag$ = exports.UngroupResources$ = exports.Tag$ = exports.StartTagSyncTask$ = exports.SearchResources$ = exports.PutGroupConfiguration$ = exports.ListTagSyncTasks$ = exports.ListGroups$ = exports.ListGroupResources$ = exports.ListGroupingStatuses$ = exports.GroupResources$ = exports.GetTagSyncTask$ = exports.GetTags$ = exports.GetGroupQuery$ = exports.GetGroupConfiguration$ = exports.GetGroup$ = exports.GetAccountSettings$ = exports.DeleteGroup$ = exports.CreateGroup$ = exports.CancelTagSyncTask$ = exports.UpdateGroupQueryOutput$ = exports.UpdateGroupQueryInput$ = exports.UpdateGroupOutput$ = exports.UpdateGroupInput$ = exports.UpdateAccountSettingsOutput$ = exports.UpdateAccountSettingsInput$ = exports.UntagOutput$ = exports.UntagInput$ = exports.UngroupResourcesOutput$ = exports.UngroupResourcesInput$ = exports.TagSyncTaskItem$ = exports.TagOutput$ = exports.TagInput$ = exports.StartTagSyncTaskOutput$ = exports.StartTagSyncTaskInput$ = exports.SearchResourcesOutput$ = exports.SearchResourcesInput$ = exports.ResourceStatus$ = exports.ResourceQuery$ = exports.ResourceIdentifier$ = exports.ResourceFilter$ = exports.QueryError$ = exports.PutGroupConfigurationOutput$ = void 0;
|
|
5
1
|
const _A = "Arn";
|
|
6
2
|
const _AS = "AccountSettings";
|
|
7
3
|
const _AT = "ApplicationTag";
|
|
@@ -170,499 +166,571 @@ const _nT = "nextToken";
|
|
|
170
166
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.resourcegroups";
|
|
171
167
|
const _se = "server";
|
|
172
168
|
const n0 = "com.amazonaws.resourcegroups";
|
|
173
|
-
const
|
|
174
|
-
const
|
|
175
|
-
const
|
|
176
|
-
const _s_registry =
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
169
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
170
|
+
const { BadRequestException, ForbiddenException, InternalServerErrorException, MethodNotAllowedException, NotFoundException, TooManyRequestsException, UnauthorizedException } = require("../models/errors");
|
|
171
|
+
const { ResourceGroupsServiceException } = require("../models/ResourceGroupsServiceException");
|
|
172
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
173
|
+
const ResourceGroupsServiceException$ = [-3, _s, "ResourceGroupsServiceException", 0, [], []];
|
|
174
|
+
exports.ResourceGroupsServiceException$ = ResourceGroupsServiceException$;
|
|
175
|
+
_s_registry.registerError(ResourceGroupsServiceException$, ResourceGroupsServiceException);
|
|
176
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
177
|
+
const BadRequestException$ = [-3, n0, _BRE,
|
|
181
178
|
{ [_e]: _c, [_hE]: 400 },
|
|
182
179
|
[_M],
|
|
183
180
|
[0]
|
|
184
181
|
];
|
|
185
|
-
|
|
186
|
-
|
|
182
|
+
exports.BadRequestException$ = BadRequestException$;
|
|
183
|
+
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
184
|
+
const ForbiddenException$ = [-3, n0, _FE,
|
|
187
185
|
{ [_e]: _c, [_hE]: 403 },
|
|
188
186
|
[_M],
|
|
189
187
|
[0]
|
|
190
188
|
];
|
|
191
|
-
|
|
192
|
-
|
|
189
|
+
exports.ForbiddenException$ = ForbiddenException$;
|
|
190
|
+
n0_registry.registerError(ForbiddenException$, ForbiddenException);
|
|
191
|
+
const InternalServerErrorException$ = [-3, n0, _ISEE,
|
|
193
192
|
{ [_e]: _se, [_hE]: 500 },
|
|
194
193
|
[_M],
|
|
195
194
|
[0]
|
|
196
195
|
];
|
|
197
|
-
|
|
198
|
-
|
|
196
|
+
exports.InternalServerErrorException$ = InternalServerErrorException$;
|
|
197
|
+
n0_registry.registerError(InternalServerErrorException$, InternalServerErrorException);
|
|
198
|
+
const MethodNotAllowedException$ = [-3, n0, _MNAE,
|
|
199
199
|
{ [_e]: _c, [_hE]: 405 },
|
|
200
200
|
[_M],
|
|
201
201
|
[0]
|
|
202
202
|
];
|
|
203
|
-
|
|
204
|
-
|
|
203
|
+
exports.MethodNotAllowedException$ = MethodNotAllowedException$;
|
|
204
|
+
n0_registry.registerError(MethodNotAllowedException$, MethodNotAllowedException);
|
|
205
|
+
const NotFoundException$ = [-3, n0, _NFE,
|
|
205
206
|
{ [_e]: _c, [_hE]: 404 },
|
|
206
207
|
[_M],
|
|
207
208
|
[0]
|
|
208
209
|
];
|
|
209
|
-
|
|
210
|
-
|
|
210
|
+
exports.NotFoundException$ = NotFoundException$;
|
|
211
|
+
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
212
|
+
const TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
211
213
|
{ [_e]: _c, [_hE]: 429 },
|
|
212
214
|
[_M],
|
|
213
215
|
[0]
|
|
214
216
|
];
|
|
215
|
-
|
|
216
|
-
|
|
217
|
+
exports.TooManyRequestsException$ = TooManyRequestsException$;
|
|
218
|
+
n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
219
|
+
const UnauthorizedException$ = [-3, n0, _UE,
|
|
217
220
|
{ [_e]: _c, [_hE]: 401 },
|
|
218
221
|
[_M],
|
|
219
222
|
[0]
|
|
220
223
|
];
|
|
221
|
-
|
|
224
|
+
exports.UnauthorizedException$ = UnauthorizedException$;
|
|
225
|
+
n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
|
|
222
226
|
exports.errorTypeRegistries = [
|
|
223
227
|
_s_registry,
|
|
224
228
|
n0_registry,
|
|
225
229
|
];
|
|
226
|
-
|
|
230
|
+
const AccountSettings$ = [3, n0, _AS,
|
|
227
231
|
0,
|
|
228
232
|
[_GLEDS, _GLES, _GLESM],
|
|
229
233
|
[0, 0, 0]
|
|
230
234
|
];
|
|
231
|
-
exports.
|
|
235
|
+
exports.AccountSettings$ = AccountSettings$;
|
|
236
|
+
const CancelTagSyncTaskInput$ = [3, n0, _CTSTI,
|
|
232
237
|
0,
|
|
233
238
|
[_TA],
|
|
234
239
|
[0], 1
|
|
235
240
|
];
|
|
236
|
-
exports.
|
|
241
|
+
exports.CancelTagSyncTaskInput$ = CancelTagSyncTaskInput$;
|
|
242
|
+
const CreateGroupInput$ = [3, n0, _CGI,
|
|
237
243
|
0,
|
|
238
244
|
[_N, _D, _RQ, _T, _C, _Cr, _O, _DN],
|
|
239
|
-
[0, 0, () =>
|
|
245
|
+
[0, 0, () => ResourceQuery$, 128 | 0, () => GroupConfigurationList, 1, 0, 0], 1
|
|
240
246
|
];
|
|
241
|
-
exports.
|
|
247
|
+
exports.CreateGroupInput$ = CreateGroupInput$;
|
|
248
|
+
const CreateGroupOutput$ = [3, n0, _CGO,
|
|
242
249
|
0,
|
|
243
250
|
[_G, _RQ, _T, _GC],
|
|
244
|
-
[() =>
|
|
251
|
+
[() => Group$, () => ResourceQuery$, 128 | 0, () => GroupConfiguration$]
|
|
245
252
|
];
|
|
246
|
-
exports.
|
|
253
|
+
exports.CreateGroupOutput$ = CreateGroupOutput$;
|
|
254
|
+
const DeleteGroupInput$ = [3, n0, _DGI,
|
|
247
255
|
0,
|
|
248
256
|
[_GN, _G],
|
|
249
257
|
[0, 0]
|
|
250
258
|
];
|
|
251
|
-
exports.
|
|
259
|
+
exports.DeleteGroupInput$ = DeleteGroupInput$;
|
|
260
|
+
const DeleteGroupOutput$ = [3, n0, _DGO,
|
|
252
261
|
0,
|
|
253
262
|
[_G],
|
|
254
|
-
[() =>
|
|
263
|
+
[() => Group$]
|
|
255
264
|
];
|
|
256
|
-
exports.
|
|
265
|
+
exports.DeleteGroupOutput$ = DeleteGroupOutput$;
|
|
266
|
+
const FailedResource$ = [3, n0, _FR,
|
|
257
267
|
0,
|
|
258
268
|
[_RA, _EM, _EC],
|
|
259
269
|
[0, 0, 0]
|
|
260
270
|
];
|
|
261
|
-
exports.
|
|
271
|
+
exports.FailedResource$ = FailedResource$;
|
|
272
|
+
const GetAccountSettingsOutput$ = [3, n0, _GASO,
|
|
262
273
|
0,
|
|
263
274
|
[_AS],
|
|
264
|
-
[() =>
|
|
275
|
+
[() => AccountSettings$]
|
|
265
276
|
];
|
|
266
|
-
exports.
|
|
277
|
+
exports.GetAccountSettingsOutput$ = GetAccountSettingsOutput$;
|
|
278
|
+
const GetGroupConfigurationInput$ = [3, n0, _GGCI,
|
|
267
279
|
0,
|
|
268
280
|
[_G],
|
|
269
281
|
[0]
|
|
270
282
|
];
|
|
271
|
-
exports.
|
|
283
|
+
exports.GetGroupConfigurationInput$ = GetGroupConfigurationInput$;
|
|
284
|
+
const GetGroupConfigurationOutput$ = [3, n0, _GGCO,
|
|
272
285
|
0,
|
|
273
286
|
[_GC],
|
|
274
|
-
[() =>
|
|
287
|
+
[() => GroupConfiguration$]
|
|
275
288
|
];
|
|
276
|
-
exports.
|
|
289
|
+
exports.GetGroupConfigurationOutput$ = GetGroupConfigurationOutput$;
|
|
290
|
+
const GetGroupInput$ = [3, n0, _GGI,
|
|
277
291
|
0,
|
|
278
292
|
[_GN, _G],
|
|
279
293
|
[0, 0]
|
|
280
294
|
];
|
|
281
|
-
exports.
|
|
295
|
+
exports.GetGroupInput$ = GetGroupInput$;
|
|
296
|
+
const GetGroupOutput$ = [3, n0, _GGO,
|
|
282
297
|
0,
|
|
283
298
|
[_G],
|
|
284
|
-
[() =>
|
|
299
|
+
[() => Group$]
|
|
285
300
|
];
|
|
286
|
-
exports.
|
|
301
|
+
exports.GetGroupOutput$ = GetGroupOutput$;
|
|
302
|
+
const GetGroupQueryInput$ = [3, n0, _GGQI,
|
|
287
303
|
0,
|
|
288
304
|
[_GN, _G],
|
|
289
305
|
[0, 0]
|
|
290
306
|
];
|
|
291
|
-
exports.
|
|
307
|
+
exports.GetGroupQueryInput$ = GetGroupQueryInput$;
|
|
308
|
+
const GetGroupQueryOutput$ = [3, n0, _GGQO,
|
|
292
309
|
0,
|
|
293
310
|
[_GQ],
|
|
294
|
-
[() =>
|
|
311
|
+
[() => GroupQuery$]
|
|
295
312
|
];
|
|
296
|
-
exports.
|
|
313
|
+
exports.GetGroupQueryOutput$ = GetGroupQueryOutput$;
|
|
314
|
+
const GetTagsInput$ = [3, n0, _GTI,
|
|
297
315
|
0,
|
|
298
316
|
[_A],
|
|
299
317
|
[[0, 1]], 1
|
|
300
318
|
];
|
|
301
|
-
exports.
|
|
319
|
+
exports.GetTagsInput$ = GetTagsInput$;
|
|
320
|
+
const GetTagsOutput$ = [3, n0, _GTO,
|
|
302
321
|
0,
|
|
303
322
|
[_A, _T],
|
|
304
323
|
[0, 128 | 0]
|
|
305
324
|
];
|
|
306
|
-
exports.
|
|
325
|
+
exports.GetTagsOutput$ = GetTagsOutput$;
|
|
326
|
+
const GetTagSyncTaskInput$ = [3, n0, _GTSTI,
|
|
307
327
|
0,
|
|
308
328
|
[_TA],
|
|
309
329
|
[0], 1
|
|
310
330
|
];
|
|
311
|
-
exports.
|
|
331
|
+
exports.GetTagSyncTaskInput$ = GetTagSyncTaskInput$;
|
|
332
|
+
const GetTagSyncTaskOutput$ = [3, n0, _GTSTO,
|
|
312
333
|
0,
|
|
313
334
|
[_GA, _GN, _TA, _TK, _TV, _RQ, _RAo, _S, _EM, _CA],
|
|
314
|
-
[0, 0, 0, 0, 0, () =>
|
|
335
|
+
[0, 0, 0, 0, 0, () => ResourceQuery$, 0, 0, 0, 4]
|
|
315
336
|
];
|
|
316
|
-
exports.
|
|
337
|
+
exports.GetTagSyncTaskOutput$ = GetTagSyncTaskOutput$;
|
|
338
|
+
const Group$ = [3, n0, _G,
|
|
317
339
|
0,
|
|
318
340
|
[_GA, _N, _D, _Cr, _O, _DN, _AT],
|
|
319
341
|
[0, 0, 0, 1, 0, 0, 128 | 0], 2
|
|
320
342
|
];
|
|
321
|
-
exports.
|
|
343
|
+
exports.Group$ = Group$;
|
|
344
|
+
const GroupConfiguration$ = [3, n0, _GC,
|
|
322
345
|
0,
|
|
323
346
|
[_C, _PC, _S, _FRa],
|
|
324
347
|
[() => GroupConfigurationList, () => GroupConfigurationList, 0, 0]
|
|
325
348
|
];
|
|
326
|
-
exports.
|
|
349
|
+
exports.GroupConfiguration$ = GroupConfiguration$;
|
|
350
|
+
const GroupConfigurationItem$ = [3, n0, _GCI,
|
|
327
351
|
0,
|
|
328
352
|
[_Ty, _P],
|
|
329
353
|
[0, () => GroupParameterList], 1
|
|
330
354
|
];
|
|
331
|
-
exports.
|
|
355
|
+
exports.GroupConfigurationItem$ = GroupConfigurationItem$;
|
|
356
|
+
const GroupConfigurationParameter$ = [3, n0, _GCP,
|
|
332
357
|
0,
|
|
333
358
|
[_N, _V],
|
|
334
359
|
[0, 64 | 0], 1
|
|
335
360
|
];
|
|
336
|
-
exports.
|
|
361
|
+
exports.GroupConfigurationParameter$ = GroupConfigurationParameter$;
|
|
362
|
+
const GroupFilter$ = [3, n0, _GF,
|
|
337
363
|
0,
|
|
338
364
|
[_N, _V],
|
|
339
365
|
[0, 64 | 0], 2
|
|
340
366
|
];
|
|
341
|
-
exports.
|
|
367
|
+
exports.GroupFilter$ = GroupFilter$;
|
|
368
|
+
const GroupIdentifier$ = [3, n0, _GI,
|
|
342
369
|
0,
|
|
343
370
|
[_GN, _GA, _D, _Cr, _O, _DN],
|
|
344
371
|
[0, 0, 0, 1, 0, 0]
|
|
345
372
|
];
|
|
346
|
-
exports.
|
|
373
|
+
exports.GroupIdentifier$ = GroupIdentifier$;
|
|
374
|
+
const GroupingStatusesItem$ = [3, n0, _GSI,
|
|
347
375
|
0,
|
|
348
376
|
[_RA, _Ac, _S, _EM, _EC, _UA],
|
|
349
377
|
[0, 0, 0, 0, 0, 4]
|
|
350
378
|
];
|
|
351
|
-
exports.
|
|
379
|
+
exports.GroupingStatusesItem$ = GroupingStatusesItem$;
|
|
380
|
+
const GroupQuery$ = [3, n0, _GQ,
|
|
352
381
|
0,
|
|
353
382
|
[_GN, _RQ],
|
|
354
|
-
[0, () =>
|
|
383
|
+
[0, () => ResourceQuery$], 2
|
|
355
384
|
];
|
|
356
|
-
exports.
|
|
385
|
+
exports.GroupQuery$ = GroupQuery$;
|
|
386
|
+
const GroupResourcesInput$ = [3, n0, _GRI,
|
|
357
387
|
0,
|
|
358
388
|
[_G, _RAe],
|
|
359
389
|
[0, 64 | 0], 2
|
|
360
390
|
];
|
|
361
|
-
exports.
|
|
391
|
+
exports.GroupResourcesInput$ = GroupResourcesInput$;
|
|
392
|
+
const GroupResourcesOutput$ = [3, n0, _GRO,
|
|
362
393
|
0,
|
|
363
394
|
[_Su, _F, _Pe],
|
|
364
395
|
[64 | 0, () => FailedResourceList, () => PendingResourceList]
|
|
365
396
|
];
|
|
366
|
-
exports.
|
|
397
|
+
exports.GroupResourcesOutput$ = GroupResourcesOutput$;
|
|
398
|
+
const ListGroupingStatusesFilter$ = [3, n0, _LGSF,
|
|
367
399
|
0,
|
|
368
400
|
[_N, _V],
|
|
369
401
|
[0, 64 | 0], 2
|
|
370
402
|
];
|
|
371
|
-
exports.
|
|
403
|
+
exports.ListGroupingStatusesFilter$ = ListGroupingStatusesFilter$;
|
|
404
|
+
const ListGroupingStatusesInput$ = [3, n0, _LGSI,
|
|
372
405
|
0,
|
|
373
406
|
[_G, _MR, _Fi, _NT],
|
|
374
407
|
[0, 1, () => ListGroupingStatusesFilterList, 0], 1
|
|
375
408
|
];
|
|
376
|
-
exports.
|
|
409
|
+
exports.ListGroupingStatusesInput$ = ListGroupingStatusesInput$;
|
|
410
|
+
const ListGroupingStatusesOutput$ = [3, n0, _LGSO,
|
|
377
411
|
0,
|
|
378
412
|
[_G, _GS, _NT],
|
|
379
413
|
[0, () => GroupingStatusesList, 0]
|
|
380
414
|
];
|
|
381
|
-
exports.
|
|
415
|
+
exports.ListGroupingStatusesOutput$ = ListGroupingStatusesOutput$;
|
|
416
|
+
const ListGroupResourcesInput$ = [3, n0, _LGRI,
|
|
382
417
|
0,
|
|
383
418
|
[_GN, _G, _Fi, _MR, _NT],
|
|
384
419
|
[0, 0, () => ResourceFilterList, 1, 0]
|
|
385
420
|
];
|
|
386
|
-
exports.
|
|
421
|
+
exports.ListGroupResourcesInput$ = ListGroupResourcesInput$;
|
|
422
|
+
const ListGroupResourcesItem$ = [3, n0, _LGRIi,
|
|
387
423
|
0,
|
|
388
424
|
[_I, _S],
|
|
389
|
-
[() =>
|
|
425
|
+
[() => ResourceIdentifier$, () => ResourceStatus$]
|
|
390
426
|
];
|
|
391
|
-
exports.
|
|
427
|
+
exports.ListGroupResourcesItem$ = ListGroupResourcesItem$;
|
|
428
|
+
const ListGroupResourcesOutput$ = [3, n0, _LGRO,
|
|
392
429
|
0,
|
|
393
430
|
[_R, _RI, _NT, _QE],
|
|
394
431
|
[() => ListGroupResourcesItemList, () => ResourceIdentifierList, 0, () => QueryErrorList]
|
|
395
432
|
];
|
|
396
|
-
exports.
|
|
433
|
+
exports.ListGroupResourcesOutput$ = ListGroupResourcesOutput$;
|
|
434
|
+
const ListGroupsInput$ = [3, n0, _LGI,
|
|
397
435
|
0,
|
|
398
436
|
[_Fi, _MR, _NT],
|
|
399
437
|
[() => GroupFilterList, [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
400
438
|
];
|
|
401
|
-
exports.
|
|
439
|
+
exports.ListGroupsInput$ = ListGroupsInput$;
|
|
440
|
+
const ListGroupsOutput$ = [3, n0, _LGO,
|
|
402
441
|
0,
|
|
403
442
|
[_GIr, _Gr, _NT],
|
|
404
443
|
[() => GroupIdentifierList, () => GroupList, 0]
|
|
405
444
|
];
|
|
406
|
-
exports.
|
|
445
|
+
exports.ListGroupsOutput$ = ListGroupsOutput$;
|
|
446
|
+
const ListTagSyncTasksFilter$ = [3, n0, _LTSTF,
|
|
407
447
|
0,
|
|
408
448
|
[_GA, _GN],
|
|
409
449
|
[0, 0]
|
|
410
450
|
];
|
|
411
|
-
exports.
|
|
451
|
+
exports.ListTagSyncTasksFilter$ = ListTagSyncTasksFilter$;
|
|
452
|
+
const ListTagSyncTasksInput$ = [3, n0, _LTSTI,
|
|
412
453
|
0,
|
|
413
454
|
[_Fi, _MR, _NT],
|
|
414
455
|
[() => ListTagSyncTasksFilterList, 1, 0]
|
|
415
456
|
];
|
|
416
|
-
exports.
|
|
457
|
+
exports.ListTagSyncTasksInput$ = ListTagSyncTasksInput$;
|
|
458
|
+
const ListTagSyncTasksOutput$ = [3, n0, _LTSTO,
|
|
417
459
|
0,
|
|
418
460
|
[_TST, _NT],
|
|
419
461
|
[() => TagSyncTaskList, 0]
|
|
420
462
|
];
|
|
421
|
-
exports.
|
|
463
|
+
exports.ListTagSyncTasksOutput$ = ListTagSyncTasksOutput$;
|
|
464
|
+
const PendingResource$ = [3, n0, _PR,
|
|
422
465
|
0,
|
|
423
466
|
[_RA],
|
|
424
467
|
[0]
|
|
425
468
|
];
|
|
426
|
-
exports.
|
|
469
|
+
exports.PendingResource$ = PendingResource$;
|
|
470
|
+
const PutGroupConfigurationInput$ = [3, n0, _PGCI,
|
|
427
471
|
0,
|
|
428
472
|
[_G, _C],
|
|
429
473
|
[0, () => GroupConfigurationList]
|
|
430
474
|
];
|
|
431
|
-
exports.
|
|
475
|
+
exports.PutGroupConfigurationInput$ = PutGroupConfigurationInput$;
|
|
476
|
+
const PutGroupConfigurationOutput$ = [3, n0, _PGCO,
|
|
432
477
|
0,
|
|
433
478
|
[],
|
|
434
479
|
[]
|
|
435
480
|
];
|
|
436
|
-
exports.
|
|
481
|
+
exports.PutGroupConfigurationOutput$ = PutGroupConfigurationOutput$;
|
|
482
|
+
const QueryError$ = [3, n0, _QEu,
|
|
437
483
|
0,
|
|
438
484
|
[_EC, _M],
|
|
439
485
|
[0, 0]
|
|
440
486
|
];
|
|
441
|
-
exports.
|
|
487
|
+
exports.QueryError$ = QueryError$;
|
|
488
|
+
const ResourceFilter$ = [3, n0, _RF,
|
|
442
489
|
0,
|
|
443
490
|
[_N, _V],
|
|
444
491
|
[0, 64 | 0], 2
|
|
445
492
|
];
|
|
446
|
-
exports.
|
|
493
|
+
exports.ResourceFilter$ = ResourceFilter$;
|
|
494
|
+
const ResourceIdentifier$ = [3, n0, _RIe,
|
|
447
495
|
0,
|
|
448
496
|
[_RA, _RT],
|
|
449
497
|
[0, 0]
|
|
450
498
|
];
|
|
451
|
-
exports.
|
|
499
|
+
exports.ResourceIdentifier$ = ResourceIdentifier$;
|
|
500
|
+
const ResourceQuery$ = [3, n0, _RQ,
|
|
452
501
|
0,
|
|
453
502
|
[_Ty, _Q],
|
|
454
503
|
[0, 0], 2
|
|
455
504
|
];
|
|
456
|
-
exports.
|
|
505
|
+
exports.ResourceQuery$ = ResourceQuery$;
|
|
506
|
+
const ResourceStatus$ = [3, n0, _RS,
|
|
457
507
|
0,
|
|
458
508
|
[_N],
|
|
459
509
|
[0]
|
|
460
510
|
];
|
|
461
|
-
exports.
|
|
511
|
+
exports.ResourceStatus$ = ResourceStatus$;
|
|
512
|
+
const SearchResourcesInput$ = [3, n0, _SRI,
|
|
462
513
|
0,
|
|
463
514
|
[_RQ, _MR, _NT],
|
|
464
|
-
[() =>
|
|
515
|
+
[() => ResourceQuery$, 1, 0], 1
|
|
465
516
|
];
|
|
466
|
-
exports.
|
|
517
|
+
exports.SearchResourcesInput$ = SearchResourcesInput$;
|
|
518
|
+
const SearchResourcesOutput$ = [3, n0, _SRO,
|
|
467
519
|
0,
|
|
468
520
|
[_RI, _NT, _QE],
|
|
469
521
|
[() => ResourceIdentifierList, 0, () => QueryErrorList]
|
|
470
522
|
];
|
|
471
|
-
exports.
|
|
523
|
+
exports.SearchResourcesOutput$ = SearchResourcesOutput$;
|
|
524
|
+
const StartTagSyncTaskInput$ = [3, n0, _STSTI,
|
|
472
525
|
0,
|
|
473
526
|
[_G, _RAo, _TK, _TV, _RQ],
|
|
474
|
-
[0, 0, 0, 0, () =>
|
|
527
|
+
[0, 0, 0, 0, () => ResourceQuery$], 2
|
|
475
528
|
];
|
|
476
|
-
exports.
|
|
529
|
+
exports.StartTagSyncTaskInput$ = StartTagSyncTaskInput$;
|
|
530
|
+
const StartTagSyncTaskOutput$ = [3, n0, _STSTO,
|
|
477
531
|
0,
|
|
478
532
|
[_GA, _GN, _TA, _TK, _TV, _RQ, _RAo],
|
|
479
|
-
[0, 0, 0, 0, 0, () =>
|
|
533
|
+
[0, 0, 0, 0, 0, () => ResourceQuery$, 0]
|
|
480
534
|
];
|
|
481
|
-
exports.
|
|
535
|
+
exports.StartTagSyncTaskOutput$ = StartTagSyncTaskOutput$;
|
|
536
|
+
const TagInput$ = [3, n0, _TI,
|
|
482
537
|
0,
|
|
483
538
|
[_A, _T],
|
|
484
539
|
[[0, 1], 128 | 0], 2
|
|
485
540
|
];
|
|
486
|
-
exports.
|
|
541
|
+
exports.TagInput$ = TagInput$;
|
|
542
|
+
const TagOutput$ = [3, n0, _TO,
|
|
487
543
|
0,
|
|
488
544
|
[_A, _T],
|
|
489
545
|
[0, 128 | 0]
|
|
490
546
|
];
|
|
491
|
-
exports.
|
|
547
|
+
exports.TagOutput$ = TagOutput$;
|
|
548
|
+
const TagSyncTaskItem$ = [3, n0, _TSTI,
|
|
492
549
|
0,
|
|
493
550
|
[_GA, _GN, _TA, _TK, _TV, _RQ, _RAo, _S, _EM, _CA],
|
|
494
|
-
[0, 0, 0, 0, 0, () =>
|
|
551
|
+
[0, 0, 0, 0, 0, () => ResourceQuery$, 0, 0, 0, 4]
|
|
495
552
|
];
|
|
496
|
-
exports.
|
|
553
|
+
exports.TagSyncTaskItem$ = TagSyncTaskItem$;
|
|
554
|
+
const UngroupResourcesInput$ = [3, n0, _URI,
|
|
497
555
|
0,
|
|
498
556
|
[_G, _RAe],
|
|
499
557
|
[0, 64 | 0], 2
|
|
500
558
|
];
|
|
501
|
-
exports.
|
|
559
|
+
exports.UngroupResourcesInput$ = UngroupResourcesInput$;
|
|
560
|
+
const UngroupResourcesOutput$ = [3, n0, _URO,
|
|
502
561
|
0,
|
|
503
562
|
[_Su, _F, _Pe],
|
|
504
563
|
[64 | 0, () => FailedResourceList, () => PendingResourceList]
|
|
505
564
|
];
|
|
506
|
-
exports.
|
|
565
|
+
exports.UngroupResourcesOutput$ = UngroupResourcesOutput$;
|
|
566
|
+
const UntagInput$ = [3, n0, _UI,
|
|
507
567
|
0,
|
|
508
568
|
[_A, _K],
|
|
509
569
|
[[0, 1], 64 | 0], 2
|
|
510
570
|
];
|
|
511
|
-
exports.
|
|
571
|
+
exports.UntagInput$ = UntagInput$;
|
|
572
|
+
const UntagOutput$ = [3, n0, _UO,
|
|
512
573
|
0,
|
|
513
574
|
[_A, _K],
|
|
514
575
|
[0, 64 | 0]
|
|
515
576
|
];
|
|
516
|
-
exports.
|
|
577
|
+
exports.UntagOutput$ = UntagOutput$;
|
|
578
|
+
const UpdateAccountSettingsInput$ = [3, n0, _UASI,
|
|
517
579
|
0,
|
|
518
580
|
[_GLEDS],
|
|
519
581
|
[0]
|
|
520
582
|
];
|
|
521
|
-
exports.
|
|
583
|
+
exports.UpdateAccountSettingsInput$ = UpdateAccountSettingsInput$;
|
|
584
|
+
const UpdateAccountSettingsOutput$ = [3, n0, _UASO,
|
|
522
585
|
0,
|
|
523
586
|
[_AS],
|
|
524
|
-
[() =>
|
|
587
|
+
[() => AccountSettings$]
|
|
525
588
|
];
|
|
526
|
-
exports.
|
|
589
|
+
exports.UpdateAccountSettingsOutput$ = UpdateAccountSettingsOutput$;
|
|
590
|
+
const UpdateGroupInput$ = [3, n0, _UGI,
|
|
527
591
|
0,
|
|
528
592
|
[_GN, _G, _D, _Cr, _O, _DN],
|
|
529
593
|
[0, 0, 0, 1, 0, 0]
|
|
530
594
|
];
|
|
531
|
-
exports.
|
|
595
|
+
exports.UpdateGroupInput$ = UpdateGroupInput$;
|
|
596
|
+
const UpdateGroupOutput$ = [3, n0, _UGO,
|
|
532
597
|
0,
|
|
533
598
|
[_G],
|
|
534
|
-
[() =>
|
|
599
|
+
[() => Group$]
|
|
535
600
|
];
|
|
536
|
-
exports.
|
|
601
|
+
exports.UpdateGroupOutput$ = UpdateGroupOutput$;
|
|
602
|
+
const UpdateGroupQueryInput$ = [3, n0, _UGQI,
|
|
537
603
|
0,
|
|
538
604
|
[_RQ, _GN, _G],
|
|
539
|
-
[() =>
|
|
605
|
+
[() => ResourceQuery$, 0, 0], 1
|
|
540
606
|
];
|
|
541
|
-
exports.
|
|
607
|
+
exports.UpdateGroupQueryInput$ = UpdateGroupQueryInput$;
|
|
608
|
+
const UpdateGroupQueryOutput$ = [3, n0, _UGQO,
|
|
542
609
|
0,
|
|
543
610
|
[_GQ],
|
|
544
|
-
[() =>
|
|
611
|
+
[() => GroupQuery$]
|
|
545
612
|
];
|
|
613
|
+
exports.UpdateGroupQueryOutput$ = UpdateGroupQueryOutput$;
|
|
546
614
|
var __Unit = "unit";
|
|
547
615
|
var FailedResourceList = [1, n0, _FRL,
|
|
548
|
-
0, () =>
|
|
616
|
+
0, () => FailedResource$
|
|
549
617
|
];
|
|
550
618
|
var GroupConfigurationList = [1, n0, _GCL,
|
|
551
|
-
0, () =>
|
|
619
|
+
0, () => GroupConfigurationItem$
|
|
552
620
|
];
|
|
553
621
|
var GroupConfigurationParameterValueList = 64 | 0;
|
|
554
622
|
var GroupFilterList = [1, n0, _GFL,
|
|
555
|
-
0, () =>
|
|
623
|
+
0, () => GroupFilter$
|
|
556
624
|
];
|
|
557
625
|
var GroupFilterValues = 64 | 0;
|
|
558
626
|
var GroupIdentifierList = [1, n0, _GIL,
|
|
559
|
-
0, () =>
|
|
627
|
+
0, () => GroupIdentifier$
|
|
560
628
|
];
|
|
561
629
|
var GroupingStatusesList = [1, n0, _GSL,
|
|
562
|
-
0, () =>
|
|
630
|
+
0, () => GroupingStatusesItem$
|
|
563
631
|
];
|
|
564
632
|
var GroupList = [1, n0, _GL,
|
|
565
|
-
0, () =>
|
|
633
|
+
0, () => Group$
|
|
566
634
|
];
|
|
567
635
|
var GroupParameterList = [1, n0, _GPL,
|
|
568
|
-
0, () =>
|
|
636
|
+
0, () => GroupConfigurationParameter$
|
|
569
637
|
];
|
|
570
638
|
var ListGroupingStatusesFilterList = [1, n0, _LGSFL,
|
|
571
|
-
0, () =>
|
|
639
|
+
0, () => ListGroupingStatusesFilter$
|
|
572
640
|
];
|
|
573
641
|
var ListGroupingStatusesFilterValues = 64 | 0;
|
|
574
642
|
var ListGroupResourcesItemList = [1, n0, _LGRIL,
|
|
575
|
-
0, () =>
|
|
643
|
+
0, () => ListGroupResourcesItem$
|
|
576
644
|
];
|
|
577
645
|
var ListTagSyncTasksFilterList = [1, n0, _LTSTFL,
|
|
578
|
-
0, () =>
|
|
646
|
+
0, () => ListTagSyncTasksFilter$
|
|
579
647
|
];
|
|
580
648
|
var PendingResourceList = [1, n0, _PRL,
|
|
581
|
-
0, () =>
|
|
649
|
+
0, () => PendingResource$
|
|
582
650
|
];
|
|
583
651
|
var QueryErrorList = [1, n0, _QEL,
|
|
584
|
-
0, () =>
|
|
652
|
+
0, () => QueryError$
|
|
585
653
|
];
|
|
586
654
|
var ResourceArnList = 64 | 0;
|
|
587
655
|
var ResourceFilterList = [1, n0, _RFL,
|
|
588
|
-
0, () =>
|
|
656
|
+
0, () => ResourceFilter$
|
|
589
657
|
];
|
|
590
658
|
var ResourceFilterValues = 64 | 0;
|
|
591
659
|
var ResourceIdentifierList = [1, n0, _RIL,
|
|
592
|
-
0, () =>
|
|
660
|
+
0, () => ResourceIdentifier$
|
|
593
661
|
];
|
|
594
662
|
var TagKeyList = 64 | 0;
|
|
595
663
|
var TagSyncTaskList = [1, n0, _TSTL,
|
|
596
|
-
0, () =>
|
|
664
|
+
0, () => TagSyncTaskItem$
|
|
597
665
|
];
|
|
598
666
|
var ApplicationTag = 128 | 0;
|
|
599
667
|
var Tags = 128 | 0;
|
|
600
668
|
exports.CancelTagSyncTask$ = [9, n0, _CTST,
|
|
601
|
-
{ [_h]: ["POST", "/cancel-tag-sync-task", 200] }, () =>
|
|
669
|
+
{ [_h]: ["POST", "/cancel-tag-sync-task", 200] }, () => CancelTagSyncTaskInput$, () => __Unit
|
|
602
670
|
];
|
|
603
671
|
exports.CreateGroup$ = [9, n0, _CG,
|
|
604
|
-
{ [_h]: ["POST", "/groups", 200] }, () =>
|
|
672
|
+
{ [_h]: ["POST", "/groups", 200] }, () => CreateGroupInput$, () => CreateGroupOutput$
|
|
605
673
|
];
|
|
606
674
|
exports.DeleteGroup$ = [9, n0, _DG,
|
|
607
|
-
{ [_h]: ["POST", "/delete-group", 200] }, () =>
|
|
675
|
+
{ [_h]: ["POST", "/delete-group", 200] }, () => DeleteGroupInput$, () => DeleteGroupOutput$
|
|
608
676
|
];
|
|
609
677
|
exports.GetAccountSettings$ = [9, n0, _GAS,
|
|
610
|
-
{ [_h]: ["POST", "/get-account-settings", 200] }, () => __Unit, () =>
|
|
678
|
+
{ [_h]: ["POST", "/get-account-settings", 200] }, () => __Unit, () => GetAccountSettingsOutput$
|
|
611
679
|
];
|
|
612
680
|
exports.GetGroup$ = [9, n0, _GG,
|
|
613
|
-
{ [_h]: ["POST", "/get-group", 200] }, () =>
|
|
681
|
+
{ [_h]: ["POST", "/get-group", 200] }, () => GetGroupInput$, () => GetGroupOutput$
|
|
614
682
|
];
|
|
615
683
|
exports.GetGroupConfiguration$ = [9, n0, _GGC,
|
|
616
|
-
{ [_h]: ["POST", "/get-group-configuration", 200] }, () =>
|
|
684
|
+
{ [_h]: ["POST", "/get-group-configuration", 200] }, () => GetGroupConfigurationInput$, () => GetGroupConfigurationOutput$
|
|
617
685
|
];
|
|
618
686
|
exports.GetGroupQuery$ = [9, n0, _GGQ,
|
|
619
|
-
{ [_h]: ["POST", "/get-group-query", 200] }, () =>
|
|
687
|
+
{ [_h]: ["POST", "/get-group-query", 200] }, () => GetGroupQueryInput$, () => GetGroupQueryOutput$
|
|
620
688
|
];
|
|
621
689
|
exports.GetTags$ = [9, n0, _GT,
|
|
622
|
-
{ [_h]: ["GET", "/resources/{Arn}/tags", 200] }, () =>
|
|
690
|
+
{ [_h]: ["GET", "/resources/{Arn}/tags", 200] }, () => GetTagsInput$, () => GetTagsOutput$
|
|
623
691
|
];
|
|
624
692
|
exports.GetTagSyncTask$ = [9, n0, _GTST,
|
|
625
|
-
{ [_h]: ["POST", "/get-tag-sync-task", 200] }, () =>
|
|
693
|
+
{ [_h]: ["POST", "/get-tag-sync-task", 200] }, () => GetTagSyncTaskInput$, () => GetTagSyncTaskOutput$
|
|
626
694
|
];
|
|
627
695
|
exports.GroupResources$ = [9, n0, _GR,
|
|
628
|
-
{ [_h]: ["POST", "/group-resources", 200] }, () =>
|
|
696
|
+
{ [_h]: ["POST", "/group-resources", 200] }, () => GroupResourcesInput$, () => GroupResourcesOutput$
|
|
629
697
|
];
|
|
630
698
|
exports.ListGroupingStatuses$ = [9, n0, _LGS,
|
|
631
|
-
{ [_h]: ["POST", "/list-grouping-statuses", 200] }, () =>
|
|
699
|
+
{ [_h]: ["POST", "/list-grouping-statuses", 200] }, () => ListGroupingStatusesInput$, () => ListGroupingStatusesOutput$
|
|
632
700
|
];
|
|
633
701
|
exports.ListGroupResources$ = [9, n0, _LGR,
|
|
634
|
-
{ [_h]: ["POST", "/list-group-resources", 200] }, () =>
|
|
702
|
+
{ [_h]: ["POST", "/list-group-resources", 200] }, () => ListGroupResourcesInput$, () => ListGroupResourcesOutput$
|
|
635
703
|
];
|
|
636
704
|
exports.ListGroups$ = [9, n0, _LG,
|
|
637
|
-
{ [_h]: ["POST", "/groups-list", 200] }, () =>
|
|
705
|
+
{ [_h]: ["POST", "/groups-list", 200] }, () => ListGroupsInput$, () => ListGroupsOutput$
|
|
638
706
|
];
|
|
639
707
|
exports.ListTagSyncTasks$ = [9, n0, _LTST,
|
|
640
|
-
{ [_h]: ["POST", "/list-tag-sync-tasks", 200] }, () =>
|
|
708
|
+
{ [_h]: ["POST", "/list-tag-sync-tasks", 200] }, () => ListTagSyncTasksInput$, () => ListTagSyncTasksOutput$
|
|
641
709
|
];
|
|
642
710
|
exports.PutGroupConfiguration$ = [9, n0, _PGC,
|
|
643
|
-
{ [_h]: ["POST", "/put-group-configuration", 202] }, () =>
|
|
711
|
+
{ [_h]: ["POST", "/put-group-configuration", 202] }, () => PutGroupConfigurationInput$, () => PutGroupConfigurationOutput$
|
|
644
712
|
];
|
|
645
713
|
exports.SearchResources$ = [9, n0, _SR,
|
|
646
|
-
{ [_h]: ["POST", "/resources/search", 200] }, () =>
|
|
714
|
+
{ [_h]: ["POST", "/resources/search", 200] }, () => SearchResourcesInput$, () => SearchResourcesOutput$
|
|
647
715
|
];
|
|
648
716
|
exports.StartTagSyncTask$ = [9, n0, _STST,
|
|
649
|
-
{ [_h]: ["POST", "/start-tag-sync-task", 200] }, () =>
|
|
717
|
+
{ [_h]: ["POST", "/start-tag-sync-task", 200] }, () => StartTagSyncTaskInput$, () => StartTagSyncTaskOutput$
|
|
650
718
|
];
|
|
651
719
|
exports.Tag$ = [9, n0, _Ta,
|
|
652
|
-
{ [_h]: ["PUT", "/resources/{Arn}/tags", 200] }, () =>
|
|
720
|
+
{ [_h]: ["PUT", "/resources/{Arn}/tags", 200] }, () => TagInput$, () => TagOutput$
|
|
653
721
|
];
|
|
654
722
|
exports.UngroupResources$ = [9, n0, _UR,
|
|
655
|
-
{ [_h]: ["POST", "/ungroup-resources", 200] }, () =>
|
|
723
|
+
{ [_h]: ["POST", "/ungroup-resources", 200] }, () => UngroupResourcesInput$, () => UngroupResourcesOutput$
|
|
656
724
|
];
|
|
657
725
|
exports.Untag$ = [9, n0, _U,
|
|
658
|
-
{ [_h]: ["PATCH", "/resources/{Arn}/tags", 200] }, () =>
|
|
726
|
+
{ [_h]: ["PATCH", "/resources/{Arn}/tags", 200] }, () => UntagInput$, () => UntagOutput$
|
|
659
727
|
];
|
|
660
728
|
exports.UpdateAccountSettings$ = [9, n0, _UAS,
|
|
661
|
-
{ [_h]: ["POST", "/update-account-settings", 200] }, () =>
|
|
729
|
+
{ [_h]: ["POST", "/update-account-settings", 200] }, () => UpdateAccountSettingsInput$, () => UpdateAccountSettingsOutput$
|
|
662
730
|
];
|
|
663
731
|
exports.UpdateGroup$ = [9, n0, _UG,
|
|
664
|
-
{ [_h]: ["POST", "/update-group", 200] }, () =>
|
|
732
|
+
{ [_h]: ["POST", "/update-group", 200] }, () => UpdateGroupInput$, () => UpdateGroupOutput$
|
|
665
733
|
];
|
|
666
734
|
exports.UpdateGroupQuery$ = [9, n0, _UGQ,
|
|
667
|
-
{ [_h]: ["POST", "/update-group-query", 200] }, () =>
|
|
735
|
+
{ [_h]: ["POST", "/update-group-query", 200] }, () => UpdateGroupQueryInput$, () => UpdateGroupQueryOutput$
|
|
668
736
|
];
|