@aws-sdk/client-resource-groups 3.1075.0 → 3.1077.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 CHANGED
@@ -1,21 +1,58 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultResourceGroupsHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { CancelTagSyncTask$, CreateGroup$, DeleteGroup$, GetAccountSettings$, GetGroup$, GetGroupConfiguration$, GetGroupQuery$, GetTags$, GetTagSyncTask$, GroupResources$, ListGroupingStatuses$, ListGroupResources$, ListGroups$, ListTagSyncTasks$, PutGroupConfiguration$, SearchResources$, StartTagSyncTask$, Tag$, UngroupResources$, Untag$, UpdateAccountSettings$, UpdateGroup$, UpdateGroupQuery$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { ResourceGroupsServiceException } = require("./models/ResourceGroupsServiceException");
18
- exports.ResourceGroupsServiceException = ResourceGroupsServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
16
+ const { Sha256 } = require("@smithy/core/checksum");
17
+
18
+ const defaultResourceGroupsHttpAuthSchemeParametersProvider = async (config, context, input) => {
19
+ return {
20
+ operation: getSmithyContext(context).operation,
21
+ region: await normalizeProvider(config.region)() || (() => {
22
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
23
+ })(),
24
+ };
25
+ };
26
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
27
+ return {
28
+ schemeId: "aws.auth#sigv4",
29
+ signingProperties: {
30
+ name: "resource-groups",
31
+ region: authParameters.region,
32
+ },
33
+ propertiesExtractor: (config, context) => ({
34
+ signingProperties: {
35
+ config,
36
+ context,
37
+ },
38
+ }),
39
+ };
40
+ }
41
+ const defaultResourceGroupsHttpAuthSchemeProvider = (authParameters) => {
42
+ const options = [];
43
+ switch (authParameters.operation) {
44
+ default: {
45
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
46
+ }
47
+ }
48
+ return options;
49
+ };
50
+ const resolveHttpAuthSchemeConfig = (config) => {
51
+ const config_0 = resolveAwsSdkSigV4Config(config);
52
+ return Object.assign(config_0, {
53
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
54
+ });
55
+ };
19
56
 
20
57
  const resolveClientEndpointParameters = (options) => {
21
58
  return Object.assign(options, {
@@ -31,6 +68,897 @@ const commonParams = {
31
68
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
69
  };
33
70
 
71
+ var version = "3.1076.0";
72
+ var packageInfo = {
73
+ version: version};
74
+
75
+ const k = "ref";
76
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
77
+ const _data = {
78
+ conditions: [
79
+ [c, [g]],
80
+ [c, j],
81
+ ["aws.partition", j, d],
82
+ [e, [{ [k]: "UseFIPS" }, b]],
83
+ [e, [{ [k]: "UseDualStack" }, b]],
84
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
85
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
86
+ ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
87
+ ],
88
+ results: [
89
+ [a],
90
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
91
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
92
+ [g, i],
93
+ ["https://resource-groups-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
94
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
95
+ ["https://resource-groups.{Region}.amazonaws.com", i],
96
+ ["https://resource-groups-fips.{Region}.{PartitionResult#dnsSuffix}", i],
97
+ [a, "FIPS is enabled but this partition does not support FIPS"],
98
+ ["https://resource-groups.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
99
+ [a, "DualStack is enabled but this partition does not support DualStack"],
100
+ ["https://resource-groups.{Region}.{PartitionResult#dnsSuffix}", i],
101
+ [a, "Invalid Configuration: Missing Region"]
102
+ ]
103
+ };
104
+ const root = 2;
105
+ const r = 100_000_000;
106
+ const nodes = new Int32Array([
107
+ -1, 1, -1,
108
+ 0, 13, 3,
109
+ 1, 4, r + 12,
110
+ 2, 5, r + 12,
111
+ 3, 8, 6,
112
+ 4, 7, r + 11,
113
+ 5, r + 9, r + 10,
114
+ 4, 11, 9,
115
+ 6, 10, r + 8,
116
+ 7, r + 6, r + 7,
117
+ 5, 12, r + 5,
118
+ 6, r + 4, r + 5,
119
+ 3, r + 1, 14,
120
+ 4, r + 2, r + 3,
121
+ ]);
122
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
123
+
124
+ const cache = new EndpointCache({
125
+ size: 50,
126
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
127
+ });
128
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
129
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
130
+ endpointParams: endpointParams,
131
+ logger: context.logger,
132
+ }));
133
+ };
134
+ customEndpointFunctions.aws = awsEndpointFunctions;
135
+
136
+ class ResourceGroupsServiceException extends ServiceException {
137
+ constructor(options) {
138
+ super(options);
139
+ Object.setPrototypeOf(this, ResourceGroupsServiceException.prototype);
140
+ }
141
+ }
142
+
143
+ class BadRequestException extends ResourceGroupsServiceException {
144
+ name = "BadRequestException";
145
+ $fault = "client";
146
+ Message;
147
+ constructor(opts) {
148
+ super({
149
+ name: "BadRequestException",
150
+ $fault: "client",
151
+ ...opts,
152
+ });
153
+ Object.setPrototypeOf(this, BadRequestException.prototype);
154
+ this.Message = opts.Message;
155
+ }
156
+ }
157
+ class ForbiddenException extends ResourceGroupsServiceException {
158
+ name = "ForbiddenException";
159
+ $fault = "client";
160
+ Message;
161
+ constructor(opts) {
162
+ super({
163
+ name: "ForbiddenException",
164
+ $fault: "client",
165
+ ...opts,
166
+ });
167
+ Object.setPrototypeOf(this, ForbiddenException.prototype);
168
+ this.Message = opts.Message;
169
+ }
170
+ }
171
+ class InternalServerErrorException extends ResourceGroupsServiceException {
172
+ name = "InternalServerErrorException";
173
+ $fault = "server";
174
+ Message;
175
+ constructor(opts) {
176
+ super({
177
+ name: "InternalServerErrorException",
178
+ $fault: "server",
179
+ ...opts,
180
+ });
181
+ Object.setPrototypeOf(this, InternalServerErrorException.prototype);
182
+ this.Message = opts.Message;
183
+ }
184
+ }
185
+ class MethodNotAllowedException extends ResourceGroupsServiceException {
186
+ name = "MethodNotAllowedException";
187
+ $fault = "client";
188
+ Message;
189
+ constructor(opts) {
190
+ super({
191
+ name: "MethodNotAllowedException",
192
+ $fault: "client",
193
+ ...opts,
194
+ });
195
+ Object.setPrototypeOf(this, MethodNotAllowedException.prototype);
196
+ this.Message = opts.Message;
197
+ }
198
+ }
199
+ class TooManyRequestsException extends ResourceGroupsServiceException {
200
+ name = "TooManyRequestsException";
201
+ $fault = "client";
202
+ Message;
203
+ constructor(opts) {
204
+ super({
205
+ name: "TooManyRequestsException",
206
+ $fault: "client",
207
+ ...opts,
208
+ });
209
+ Object.setPrototypeOf(this, TooManyRequestsException.prototype);
210
+ this.Message = opts.Message;
211
+ }
212
+ }
213
+ class UnauthorizedException extends ResourceGroupsServiceException {
214
+ name = "UnauthorizedException";
215
+ $fault = "client";
216
+ Message;
217
+ constructor(opts) {
218
+ super({
219
+ name: "UnauthorizedException",
220
+ $fault: "client",
221
+ ...opts,
222
+ });
223
+ Object.setPrototypeOf(this, UnauthorizedException.prototype);
224
+ this.Message = opts.Message;
225
+ }
226
+ }
227
+ class NotFoundException extends ResourceGroupsServiceException {
228
+ name = "NotFoundException";
229
+ $fault = "client";
230
+ Message;
231
+ constructor(opts) {
232
+ super({
233
+ name: "NotFoundException",
234
+ $fault: "client",
235
+ ...opts,
236
+ });
237
+ Object.setPrototypeOf(this, NotFoundException.prototype);
238
+ this.Message = opts.Message;
239
+ }
240
+ }
241
+
242
+ const _A = "Arn";
243
+ const _AS = "AccountSettings";
244
+ const _AT = "ApplicationTag";
245
+ const _Ac = "Action";
246
+ const _BRE = "BadRequestException";
247
+ const _C = "Configuration";
248
+ const _CA = "CreatedAt";
249
+ const _CG = "CreateGroup";
250
+ const _CGI = "CreateGroupInput";
251
+ const _CGO = "CreateGroupOutput";
252
+ const _CTST = "CancelTagSyncTask";
253
+ const _CTSTI = "CancelTagSyncTaskInput";
254
+ const _Cr = "Criticality";
255
+ const _D = "Description";
256
+ const _DG = "DeleteGroup";
257
+ const _DGI = "DeleteGroupInput";
258
+ const _DGO = "DeleteGroupOutput";
259
+ const _DN = "DisplayName";
260
+ const _EC = "ErrorCode";
261
+ const _EM = "ErrorMessage";
262
+ const _F = "Failed";
263
+ const _FE = "ForbiddenException";
264
+ const _FR = "FailedResource";
265
+ const _FRL = "FailedResourceList";
266
+ const _FRa = "FailureReason";
267
+ const _Fi = "Filters";
268
+ const _G = "Group";
269
+ const _GA = "GroupArn";
270
+ const _GAS = "GetAccountSettings";
271
+ const _GASO = "GetAccountSettingsOutput";
272
+ const _GC = "GroupConfiguration";
273
+ const _GCI = "GroupConfigurationItem";
274
+ const _GCL = "GroupConfigurationList";
275
+ const _GCP = "GroupConfigurationParameter";
276
+ const _GF = "GroupFilter";
277
+ const _GFL = "GroupFilterList";
278
+ const _GG = "GetGroup";
279
+ const _GGC = "GetGroupConfiguration";
280
+ const _GGCI = "GetGroupConfigurationInput";
281
+ const _GGCO = "GetGroupConfigurationOutput";
282
+ const _GGI = "GetGroupInput";
283
+ const _GGO = "GetGroupOutput";
284
+ const _GGQ = "GetGroupQuery";
285
+ const _GGQI = "GetGroupQueryInput";
286
+ const _GGQO = "GetGroupQueryOutput";
287
+ const _GI = "GroupIdentifier";
288
+ const _GIL = "GroupIdentifierList";
289
+ const _GIr = "GroupIdentifiers";
290
+ const _GL = "GroupList";
291
+ const _GLEDS = "GroupLifecycleEventsDesiredStatus";
292
+ const _GLES = "GroupLifecycleEventsStatus";
293
+ const _GLESM = "GroupLifecycleEventsStatusMessage";
294
+ const _GN = "GroupName";
295
+ const _GPL = "GroupParameterList";
296
+ const _GQ = "GroupQuery";
297
+ const _GR = "GroupResources";
298
+ const _GRI = "GroupResourcesInput";
299
+ const _GRO = "GroupResourcesOutput";
300
+ const _GS = "GroupingStatuses";
301
+ const _GSI = "GroupingStatusesItem";
302
+ const _GSL = "GroupingStatusesList";
303
+ const _GT = "GetTags";
304
+ const _GTI = "GetTagsInput";
305
+ const _GTO = "GetTagsOutput";
306
+ const _GTST = "GetTagSyncTask";
307
+ const _GTSTI = "GetTagSyncTaskInput";
308
+ const _GTSTO = "GetTagSyncTaskOutput";
309
+ const _Gr = "Groups";
310
+ const _I = "Identifier";
311
+ const _ISEE = "InternalServerErrorException";
312
+ const _K = "Keys";
313
+ const _LG = "ListGroups";
314
+ const _LGI = "ListGroupsInput";
315
+ const _LGO = "ListGroupsOutput";
316
+ const _LGR = "ListGroupResources";
317
+ const _LGRI = "ListGroupResourcesInput";
318
+ const _LGRIL = "ListGroupResourcesItemList";
319
+ const _LGRIi = "ListGroupResourcesItem";
320
+ const _LGRO = "ListGroupResourcesOutput";
321
+ const _LGS = "ListGroupingStatuses";
322
+ const _LGSF = "ListGroupingStatusesFilter";
323
+ const _LGSFL = "ListGroupingStatusesFilterList";
324
+ const _LGSI = "ListGroupingStatusesInput";
325
+ const _LGSO = "ListGroupingStatusesOutput";
326
+ const _LTST = "ListTagSyncTasks";
327
+ const _LTSTF = "ListTagSyncTasksFilter";
328
+ const _LTSTFL = "ListTagSyncTasksFilterList";
329
+ const _LTSTI = "ListTagSyncTasksInput";
330
+ const _LTSTO = "ListTagSyncTasksOutput";
331
+ const _M = "Message";
332
+ const _MNAE = "MethodNotAllowedException";
333
+ const _MR = "MaxResults";
334
+ const _N = "Name";
335
+ const _NFE = "NotFoundException";
336
+ const _NT = "NextToken";
337
+ const _O = "Owner";
338
+ const _P = "Parameters";
339
+ const _PC = "ProposedConfiguration";
340
+ const _PGC = "PutGroupConfiguration";
341
+ const _PGCI = "PutGroupConfigurationInput";
342
+ const _PGCO = "PutGroupConfigurationOutput";
343
+ const _PR = "PendingResource";
344
+ const _PRL = "PendingResourceList";
345
+ const _Pe = "Pending";
346
+ const _Q = "Query";
347
+ const _QE = "QueryErrors";
348
+ const _QEL = "QueryErrorList";
349
+ const _QEu = "QueryError";
350
+ const _R = "Resources";
351
+ const _RA = "ResourceArn";
352
+ const _RAe = "ResourceArns";
353
+ const _RAo = "RoleArn";
354
+ const _RF = "ResourceFilter";
355
+ const _RFL = "ResourceFilterList";
356
+ const _RI = "ResourceIdentifiers";
357
+ const _RIL = "ResourceIdentifierList";
358
+ const _RIe = "ResourceIdentifier";
359
+ const _RQ = "ResourceQuery";
360
+ const _RS = "ResourceStatus";
361
+ const _RT = "ResourceType";
362
+ const _S = "Status";
363
+ const _SR = "SearchResources";
364
+ const _SRI = "SearchResourcesInput";
365
+ const _SRO = "SearchResourcesOutput";
366
+ const _STST = "StartTagSyncTask";
367
+ const _STSTI = "StartTagSyncTaskInput";
368
+ const _STSTO = "StartTagSyncTaskOutput";
369
+ const _Su = "Succeeded";
370
+ const _T = "Tags";
371
+ const _TA = "TaskArn";
372
+ const _TI = "TagInput";
373
+ const _TK = "TagKey";
374
+ const _TMRE = "TooManyRequestsException";
375
+ const _TO = "TagOutput";
376
+ const _TST = "TagSyncTasks";
377
+ const _TSTI = "TagSyncTaskItem";
378
+ const _TSTL = "TagSyncTaskList";
379
+ const _TV = "TagValue";
380
+ const _Ta = "Tag";
381
+ const _Ty = "Type";
382
+ const _U = "Untag";
383
+ const _UA = "UpdatedAt";
384
+ const _UAS = "UpdateAccountSettings";
385
+ const _UASI = "UpdateAccountSettingsInput";
386
+ const _UASO = "UpdateAccountSettingsOutput";
387
+ const _UE = "UnauthorizedException";
388
+ const _UG = "UpdateGroup";
389
+ const _UGI = "UpdateGroupInput";
390
+ const _UGO = "UpdateGroupOutput";
391
+ const _UGQ = "UpdateGroupQuery";
392
+ const _UGQI = "UpdateGroupQueryInput";
393
+ const _UGQO = "UpdateGroupQueryOutput";
394
+ const _UI = "UntagInput";
395
+ const _UO = "UntagOutput";
396
+ const _UR = "UngroupResources";
397
+ const _URI = "UngroupResourcesInput";
398
+ const _URO = "UngroupResourcesOutput";
399
+ const _V = "Values";
400
+ const _c = "client";
401
+ const _e = "error";
402
+ const _h = "http";
403
+ const _hE = "httpError";
404
+ const _hQ = "httpQuery";
405
+ const _mR = "maxResults";
406
+ const _nT = "nextToken";
407
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.resourcegroups";
408
+ const _se = "server";
409
+ const n0 = "com.amazonaws.resourcegroups";
410
+ const _s_registry = TypeRegistry.for(_s);
411
+ var ResourceGroupsServiceException$ = [-3, _s, "ResourceGroupsServiceException", 0, [], []];
412
+ _s_registry.registerError(ResourceGroupsServiceException$, ResourceGroupsServiceException);
413
+ const n0_registry = TypeRegistry.for(n0);
414
+ var BadRequestException$ = [-3, n0, _BRE,
415
+ { [_e]: _c, [_hE]: 400 },
416
+ [_M],
417
+ [0]
418
+ ];
419
+ n0_registry.registerError(BadRequestException$, BadRequestException);
420
+ var ForbiddenException$ = [-3, n0, _FE,
421
+ { [_e]: _c, [_hE]: 403 },
422
+ [_M],
423
+ [0]
424
+ ];
425
+ n0_registry.registerError(ForbiddenException$, ForbiddenException);
426
+ var InternalServerErrorException$ = [-3, n0, _ISEE,
427
+ { [_e]: _se, [_hE]: 500 },
428
+ [_M],
429
+ [0]
430
+ ];
431
+ n0_registry.registerError(InternalServerErrorException$, InternalServerErrorException);
432
+ var MethodNotAllowedException$ = [-3, n0, _MNAE,
433
+ { [_e]: _c, [_hE]: 405 },
434
+ [_M],
435
+ [0]
436
+ ];
437
+ n0_registry.registerError(MethodNotAllowedException$, MethodNotAllowedException);
438
+ var NotFoundException$ = [-3, n0, _NFE,
439
+ { [_e]: _c, [_hE]: 404 },
440
+ [_M],
441
+ [0]
442
+ ];
443
+ n0_registry.registerError(NotFoundException$, NotFoundException);
444
+ var TooManyRequestsException$ = [-3, n0, _TMRE,
445
+ { [_e]: _c, [_hE]: 429 },
446
+ [_M],
447
+ [0]
448
+ ];
449
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
450
+ var UnauthorizedException$ = [-3, n0, _UE,
451
+ { [_e]: _c, [_hE]: 401 },
452
+ [_M],
453
+ [0]
454
+ ];
455
+ n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
456
+ const errorTypeRegistries = [
457
+ _s_registry,
458
+ n0_registry,
459
+ ];
460
+ var AccountSettings$ = [3, n0, _AS,
461
+ 0,
462
+ [_GLEDS, _GLES, _GLESM],
463
+ [0, 0, 0]
464
+ ];
465
+ var CancelTagSyncTaskInput$ = [3, n0, _CTSTI,
466
+ 0,
467
+ [_TA],
468
+ [0], 1
469
+ ];
470
+ var CreateGroupInput$ = [3, n0, _CGI,
471
+ 0,
472
+ [_N, _D, _RQ, _T, _C, _Cr, _O, _DN],
473
+ [0, 0, () => ResourceQuery$, 128 | 0, () => GroupConfigurationList, 1, 0, 0], 1
474
+ ];
475
+ var CreateGroupOutput$ = [3, n0, _CGO,
476
+ 0,
477
+ [_G, _RQ, _T, _GC],
478
+ [() => Group$, () => ResourceQuery$, 128 | 0, () => GroupConfiguration$]
479
+ ];
480
+ var DeleteGroupInput$ = [3, n0, _DGI,
481
+ 0,
482
+ [_GN, _G],
483
+ [0, 0]
484
+ ];
485
+ var DeleteGroupOutput$ = [3, n0, _DGO,
486
+ 0,
487
+ [_G],
488
+ [() => Group$]
489
+ ];
490
+ var FailedResource$ = [3, n0, _FR,
491
+ 0,
492
+ [_RA, _EM, _EC],
493
+ [0, 0, 0]
494
+ ];
495
+ var GetAccountSettingsOutput$ = [3, n0, _GASO,
496
+ 0,
497
+ [_AS],
498
+ [() => AccountSettings$]
499
+ ];
500
+ var GetGroupConfigurationInput$ = [3, n0, _GGCI,
501
+ 0,
502
+ [_G],
503
+ [0]
504
+ ];
505
+ var GetGroupConfigurationOutput$ = [3, n0, _GGCO,
506
+ 0,
507
+ [_GC],
508
+ [() => GroupConfiguration$]
509
+ ];
510
+ var GetGroupInput$ = [3, n0, _GGI,
511
+ 0,
512
+ [_GN, _G],
513
+ [0, 0]
514
+ ];
515
+ var GetGroupOutput$ = [3, n0, _GGO,
516
+ 0,
517
+ [_G],
518
+ [() => Group$]
519
+ ];
520
+ var GetGroupQueryInput$ = [3, n0, _GGQI,
521
+ 0,
522
+ [_GN, _G],
523
+ [0, 0]
524
+ ];
525
+ var GetGroupQueryOutput$ = [3, n0, _GGQO,
526
+ 0,
527
+ [_GQ],
528
+ [() => GroupQuery$]
529
+ ];
530
+ var GetTagsInput$ = [3, n0, _GTI,
531
+ 0,
532
+ [_A],
533
+ [[0, 1]], 1
534
+ ];
535
+ var GetTagsOutput$ = [3, n0, _GTO,
536
+ 0,
537
+ [_A, _T],
538
+ [0, 128 | 0]
539
+ ];
540
+ var GetTagSyncTaskInput$ = [3, n0, _GTSTI,
541
+ 0,
542
+ [_TA],
543
+ [0], 1
544
+ ];
545
+ var GetTagSyncTaskOutput$ = [3, n0, _GTSTO,
546
+ 0,
547
+ [_GA, _GN, _TA, _TK, _TV, _RQ, _RAo, _S, _EM, _CA],
548
+ [0, 0, 0, 0, 0, () => ResourceQuery$, 0, 0, 0, 4]
549
+ ];
550
+ var Group$ = [3, n0, _G,
551
+ 0,
552
+ [_GA, _N, _D, _Cr, _O, _DN, _AT],
553
+ [0, 0, 0, 1, 0, 0, 128 | 0], 2
554
+ ];
555
+ var GroupConfiguration$ = [3, n0, _GC,
556
+ 0,
557
+ [_C, _PC, _S, _FRa],
558
+ [() => GroupConfigurationList, () => GroupConfigurationList, 0, 0]
559
+ ];
560
+ var GroupConfigurationItem$ = [3, n0, _GCI,
561
+ 0,
562
+ [_Ty, _P],
563
+ [0, () => GroupParameterList], 1
564
+ ];
565
+ var GroupConfigurationParameter$ = [3, n0, _GCP,
566
+ 0,
567
+ [_N, _V],
568
+ [0, 64 | 0], 1
569
+ ];
570
+ var GroupFilter$ = [3, n0, _GF,
571
+ 0,
572
+ [_N, _V],
573
+ [0, 64 | 0], 2
574
+ ];
575
+ var GroupIdentifier$ = [3, n0, _GI,
576
+ 0,
577
+ [_GN, _GA, _D, _Cr, _O, _DN],
578
+ [0, 0, 0, 1, 0, 0]
579
+ ];
580
+ var GroupingStatusesItem$ = [3, n0, _GSI,
581
+ 0,
582
+ [_RA, _Ac, _S, _EM, _EC, _UA],
583
+ [0, 0, 0, 0, 0, 4]
584
+ ];
585
+ var GroupQuery$ = [3, n0, _GQ,
586
+ 0,
587
+ [_GN, _RQ],
588
+ [0, () => ResourceQuery$], 2
589
+ ];
590
+ var GroupResourcesInput$ = [3, n0, _GRI,
591
+ 0,
592
+ [_G, _RAe],
593
+ [0, 64 | 0], 2
594
+ ];
595
+ var GroupResourcesOutput$ = [3, n0, _GRO,
596
+ 0,
597
+ [_Su, _F, _Pe],
598
+ [64 | 0, () => FailedResourceList, () => PendingResourceList]
599
+ ];
600
+ var ListGroupingStatusesFilter$ = [3, n0, _LGSF,
601
+ 0,
602
+ [_N, _V],
603
+ [0, 64 | 0], 2
604
+ ];
605
+ var ListGroupingStatusesInput$ = [3, n0, _LGSI,
606
+ 0,
607
+ [_G, _MR, _Fi, _NT],
608
+ [0, 1, () => ListGroupingStatusesFilterList, 0], 1
609
+ ];
610
+ var ListGroupingStatusesOutput$ = [3, n0, _LGSO,
611
+ 0,
612
+ [_G, _GS, _NT],
613
+ [0, () => GroupingStatusesList, 0]
614
+ ];
615
+ var ListGroupResourcesInput$ = [3, n0, _LGRI,
616
+ 0,
617
+ [_GN, _G, _Fi, _MR, _NT],
618
+ [0, 0, () => ResourceFilterList, 1, 0]
619
+ ];
620
+ var ListGroupResourcesItem$ = [3, n0, _LGRIi,
621
+ 0,
622
+ [_I, _S],
623
+ [() => ResourceIdentifier$, () => ResourceStatus$]
624
+ ];
625
+ var ListGroupResourcesOutput$ = [3, n0, _LGRO,
626
+ 0,
627
+ [_R, _RI, _NT, _QE],
628
+ [() => ListGroupResourcesItemList, () => ResourceIdentifierList, 0, () => QueryErrorList]
629
+ ];
630
+ var ListGroupsInput$ = [3, n0, _LGI,
631
+ 0,
632
+ [_Fi, _MR, _NT],
633
+ [() => GroupFilterList, [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
634
+ ];
635
+ var ListGroupsOutput$ = [3, n0, _LGO,
636
+ 0,
637
+ [_GIr, _Gr, _NT],
638
+ [() => GroupIdentifierList, () => GroupList, 0]
639
+ ];
640
+ var ListTagSyncTasksFilter$ = [3, n0, _LTSTF,
641
+ 0,
642
+ [_GA, _GN],
643
+ [0, 0]
644
+ ];
645
+ var ListTagSyncTasksInput$ = [3, n0, _LTSTI,
646
+ 0,
647
+ [_Fi, _MR, _NT],
648
+ [() => ListTagSyncTasksFilterList, 1, 0]
649
+ ];
650
+ var ListTagSyncTasksOutput$ = [3, n0, _LTSTO,
651
+ 0,
652
+ [_TST, _NT],
653
+ [() => TagSyncTaskList, 0]
654
+ ];
655
+ var PendingResource$ = [3, n0, _PR,
656
+ 0,
657
+ [_RA],
658
+ [0]
659
+ ];
660
+ var PutGroupConfigurationInput$ = [3, n0, _PGCI,
661
+ 0,
662
+ [_G, _C],
663
+ [0, () => GroupConfigurationList]
664
+ ];
665
+ var PutGroupConfigurationOutput$ = [3, n0, _PGCO,
666
+ 0,
667
+ [],
668
+ []
669
+ ];
670
+ var QueryError$ = [3, n0, _QEu,
671
+ 0,
672
+ [_EC, _M],
673
+ [0, 0]
674
+ ];
675
+ var ResourceFilter$ = [3, n0, _RF,
676
+ 0,
677
+ [_N, _V],
678
+ [0, 64 | 0], 2
679
+ ];
680
+ var ResourceIdentifier$ = [3, n0, _RIe,
681
+ 0,
682
+ [_RA, _RT],
683
+ [0, 0]
684
+ ];
685
+ var ResourceQuery$ = [3, n0, _RQ,
686
+ 0,
687
+ [_Ty, _Q],
688
+ [0, 0], 2
689
+ ];
690
+ var ResourceStatus$ = [3, n0, _RS,
691
+ 0,
692
+ [_N],
693
+ [0]
694
+ ];
695
+ var SearchResourcesInput$ = [3, n0, _SRI,
696
+ 0,
697
+ [_RQ, _MR, _NT],
698
+ [() => ResourceQuery$, 1, 0], 1
699
+ ];
700
+ var SearchResourcesOutput$ = [3, n0, _SRO,
701
+ 0,
702
+ [_RI, _NT, _QE],
703
+ [() => ResourceIdentifierList, 0, () => QueryErrorList]
704
+ ];
705
+ var StartTagSyncTaskInput$ = [3, n0, _STSTI,
706
+ 0,
707
+ [_G, _RAo, _TK, _TV, _RQ],
708
+ [0, 0, 0, 0, () => ResourceQuery$], 2
709
+ ];
710
+ var StartTagSyncTaskOutput$ = [3, n0, _STSTO,
711
+ 0,
712
+ [_GA, _GN, _TA, _TK, _TV, _RQ, _RAo],
713
+ [0, 0, 0, 0, 0, () => ResourceQuery$, 0]
714
+ ];
715
+ var TagInput$ = [3, n0, _TI,
716
+ 0,
717
+ [_A, _T],
718
+ [[0, 1], 128 | 0], 2
719
+ ];
720
+ var TagOutput$ = [3, n0, _TO,
721
+ 0,
722
+ [_A, _T],
723
+ [0, 128 | 0]
724
+ ];
725
+ var TagSyncTaskItem$ = [3, n0, _TSTI,
726
+ 0,
727
+ [_GA, _GN, _TA, _TK, _TV, _RQ, _RAo, _S, _EM, _CA],
728
+ [0, 0, 0, 0, 0, () => ResourceQuery$, 0, 0, 0, 4]
729
+ ];
730
+ var UngroupResourcesInput$ = [3, n0, _URI,
731
+ 0,
732
+ [_G, _RAe],
733
+ [0, 64 | 0], 2
734
+ ];
735
+ var UngroupResourcesOutput$ = [3, n0, _URO,
736
+ 0,
737
+ [_Su, _F, _Pe],
738
+ [64 | 0, () => FailedResourceList, () => PendingResourceList]
739
+ ];
740
+ var UntagInput$ = [3, n0, _UI,
741
+ 0,
742
+ [_A, _K],
743
+ [[0, 1], 64 | 0], 2
744
+ ];
745
+ var UntagOutput$ = [3, n0, _UO,
746
+ 0,
747
+ [_A, _K],
748
+ [0, 64 | 0]
749
+ ];
750
+ var UpdateAccountSettingsInput$ = [3, n0, _UASI,
751
+ 0,
752
+ [_GLEDS],
753
+ [0]
754
+ ];
755
+ var UpdateAccountSettingsOutput$ = [3, n0, _UASO,
756
+ 0,
757
+ [_AS],
758
+ [() => AccountSettings$]
759
+ ];
760
+ var UpdateGroupInput$ = [3, n0, _UGI,
761
+ 0,
762
+ [_GN, _G, _D, _Cr, _O, _DN],
763
+ [0, 0, 0, 1, 0, 0]
764
+ ];
765
+ var UpdateGroupOutput$ = [3, n0, _UGO,
766
+ 0,
767
+ [_G],
768
+ [() => Group$]
769
+ ];
770
+ var UpdateGroupQueryInput$ = [3, n0, _UGQI,
771
+ 0,
772
+ [_RQ, _GN, _G],
773
+ [() => ResourceQuery$, 0, 0], 1
774
+ ];
775
+ var UpdateGroupQueryOutput$ = [3, n0, _UGQO,
776
+ 0,
777
+ [_GQ],
778
+ [() => GroupQuery$]
779
+ ];
780
+ var __Unit = "unit";
781
+ var FailedResourceList = [1, n0, _FRL,
782
+ 0, () => FailedResource$
783
+ ];
784
+ var GroupConfigurationList = [1, n0, _GCL,
785
+ 0, () => GroupConfigurationItem$
786
+ ];
787
+ var GroupFilterList = [1, n0, _GFL,
788
+ 0, () => GroupFilter$
789
+ ];
790
+ var GroupIdentifierList = [1, n0, _GIL,
791
+ 0, () => GroupIdentifier$
792
+ ];
793
+ var GroupingStatusesList = [1, n0, _GSL,
794
+ 0, () => GroupingStatusesItem$
795
+ ];
796
+ var GroupList = [1, n0, _GL,
797
+ 0, () => Group$
798
+ ];
799
+ var GroupParameterList = [1, n0, _GPL,
800
+ 0, () => GroupConfigurationParameter$
801
+ ];
802
+ var ListGroupingStatusesFilterList = [1, n0, _LGSFL,
803
+ 0, () => ListGroupingStatusesFilter$
804
+ ];
805
+ var ListGroupResourcesItemList = [1, n0, _LGRIL,
806
+ 0, () => ListGroupResourcesItem$
807
+ ];
808
+ var ListTagSyncTasksFilterList = [1, n0, _LTSTFL,
809
+ 0, () => ListTagSyncTasksFilter$
810
+ ];
811
+ var PendingResourceList = [1, n0, _PRL,
812
+ 0, () => PendingResource$
813
+ ];
814
+ var QueryErrorList = [1, n0, _QEL,
815
+ 0, () => QueryError$
816
+ ];
817
+ var ResourceFilterList = [1, n0, _RFL,
818
+ 0, () => ResourceFilter$
819
+ ];
820
+ var ResourceIdentifierList = [1, n0, _RIL,
821
+ 0, () => ResourceIdentifier$
822
+ ];
823
+ var TagSyncTaskList = [1, n0, _TSTL,
824
+ 0, () => TagSyncTaskItem$
825
+ ];
826
+ var CancelTagSyncTask$ = [9, n0, _CTST,
827
+ { [_h]: ["POST", "/cancel-tag-sync-task", 200] }, () => CancelTagSyncTaskInput$, () => __Unit
828
+ ];
829
+ var CreateGroup$ = [9, n0, _CG,
830
+ { [_h]: ["POST", "/groups", 200] }, () => CreateGroupInput$, () => CreateGroupOutput$
831
+ ];
832
+ var DeleteGroup$ = [9, n0, _DG,
833
+ { [_h]: ["POST", "/delete-group", 200] }, () => DeleteGroupInput$, () => DeleteGroupOutput$
834
+ ];
835
+ var GetAccountSettings$ = [9, n0, _GAS,
836
+ { [_h]: ["POST", "/get-account-settings", 200] }, () => __Unit, () => GetAccountSettingsOutput$
837
+ ];
838
+ var GetGroup$ = [9, n0, _GG,
839
+ { [_h]: ["POST", "/get-group", 200] }, () => GetGroupInput$, () => GetGroupOutput$
840
+ ];
841
+ var GetGroupConfiguration$ = [9, n0, _GGC,
842
+ { [_h]: ["POST", "/get-group-configuration", 200] }, () => GetGroupConfigurationInput$, () => GetGroupConfigurationOutput$
843
+ ];
844
+ var GetGroupQuery$ = [9, n0, _GGQ,
845
+ { [_h]: ["POST", "/get-group-query", 200] }, () => GetGroupQueryInput$, () => GetGroupQueryOutput$
846
+ ];
847
+ var GetTags$ = [9, n0, _GT,
848
+ { [_h]: ["GET", "/resources/{Arn}/tags", 200] }, () => GetTagsInput$, () => GetTagsOutput$
849
+ ];
850
+ var GetTagSyncTask$ = [9, n0, _GTST,
851
+ { [_h]: ["POST", "/get-tag-sync-task", 200] }, () => GetTagSyncTaskInput$, () => GetTagSyncTaskOutput$
852
+ ];
853
+ var GroupResources$ = [9, n0, _GR,
854
+ { [_h]: ["POST", "/group-resources", 200] }, () => GroupResourcesInput$, () => GroupResourcesOutput$
855
+ ];
856
+ var ListGroupingStatuses$ = [9, n0, _LGS,
857
+ { [_h]: ["POST", "/list-grouping-statuses", 200] }, () => ListGroupingStatusesInput$, () => ListGroupingStatusesOutput$
858
+ ];
859
+ var ListGroupResources$ = [9, n0, _LGR,
860
+ { [_h]: ["POST", "/list-group-resources", 200] }, () => ListGroupResourcesInput$, () => ListGroupResourcesOutput$
861
+ ];
862
+ var ListGroups$ = [9, n0, _LG,
863
+ { [_h]: ["POST", "/groups-list", 200] }, () => ListGroupsInput$, () => ListGroupsOutput$
864
+ ];
865
+ var ListTagSyncTasks$ = [9, n0, _LTST,
866
+ { [_h]: ["POST", "/list-tag-sync-tasks", 200] }, () => ListTagSyncTasksInput$, () => ListTagSyncTasksOutput$
867
+ ];
868
+ var PutGroupConfiguration$ = [9, n0, _PGC,
869
+ { [_h]: ["POST", "/put-group-configuration", 202] }, () => PutGroupConfigurationInput$, () => PutGroupConfigurationOutput$
870
+ ];
871
+ var SearchResources$ = [9, n0, _SR,
872
+ { [_h]: ["POST", "/resources/search", 200] }, () => SearchResourcesInput$, () => SearchResourcesOutput$
873
+ ];
874
+ var StartTagSyncTask$ = [9, n0, _STST,
875
+ { [_h]: ["POST", "/start-tag-sync-task", 200] }, () => StartTagSyncTaskInput$, () => StartTagSyncTaskOutput$
876
+ ];
877
+ var Tag$ = [9, n0, _Ta,
878
+ { [_h]: ["PUT", "/resources/{Arn}/tags", 200] }, () => TagInput$, () => TagOutput$
879
+ ];
880
+ var UngroupResources$ = [9, n0, _UR,
881
+ { [_h]: ["POST", "/ungroup-resources", 200] }, () => UngroupResourcesInput$, () => UngroupResourcesOutput$
882
+ ];
883
+ var Untag$ = [9, n0, _U,
884
+ { [_h]: ["PATCH", "/resources/{Arn}/tags", 200] }, () => UntagInput$, () => UntagOutput$
885
+ ];
886
+ var UpdateAccountSettings$ = [9, n0, _UAS,
887
+ { [_h]: ["POST", "/update-account-settings", 200] }, () => UpdateAccountSettingsInput$, () => UpdateAccountSettingsOutput$
888
+ ];
889
+ var UpdateGroup$ = [9, n0, _UG,
890
+ { [_h]: ["POST", "/update-group", 200] }, () => UpdateGroupInput$, () => UpdateGroupOutput$
891
+ ];
892
+ var UpdateGroupQuery$ = [9, n0, _UGQ,
893
+ { [_h]: ["POST", "/update-group-query", 200] }, () => UpdateGroupQueryInput$, () => UpdateGroupQueryOutput$
894
+ ];
895
+
896
+ const getRuntimeConfig$1 = (config) => {
897
+ return {
898
+ apiVersion: "2017-11-27",
899
+ base64Decoder: config?.base64Decoder ?? fromBase64,
900
+ base64Encoder: config?.base64Encoder ?? toBase64,
901
+ disableHostPrefix: config?.disableHostPrefix ?? false,
902
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
903
+ extensions: config?.extensions ?? [],
904
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultResourceGroupsHttpAuthSchemeProvider,
905
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
906
+ {
907
+ schemeId: "aws.auth#sigv4",
908
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
909
+ signer: new AwsSdkSigV4Signer(),
910
+ },
911
+ ],
912
+ logger: config?.logger ?? new NoOpLogger(),
913
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
914
+ protocolSettings: config?.protocolSettings ?? {
915
+ defaultNamespace: "com.amazonaws.resourcegroups",
916
+ errorTypeRegistries,
917
+ version: "2017-11-27",
918
+ serviceTarget: "Ardi",
919
+ },
920
+ serviceId: config?.serviceId ?? "Resource Groups",
921
+ sha256: config?.sha256 ?? Sha256,
922
+ urlParser: config?.urlParser ?? parseUrl,
923
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
924
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
925
+ };
926
+ };
927
+
928
+ const getRuntimeConfig = (config) => {
929
+ emitWarningIfUnsupportedVersion(process.version);
930
+ const defaultsMode = resolveDefaultsModeConfig(config);
931
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
932
+ const clientSharedValues = getRuntimeConfig$1(config);
933
+ emitWarningIfUnsupportedVersion$1(process.version);
934
+ const loaderConfig = {
935
+ profile: config?.profile,
936
+ logger: clientSharedValues.logger,
937
+ };
938
+ return {
939
+ ...clientSharedValues,
940
+ ...config,
941
+ runtime: "node",
942
+ defaultsMode,
943
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
944
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
945
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
946
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
947
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
948
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
949
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
950
+ retryMode: config?.retryMode ??
951
+ loadConfig({
952
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
953
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
954
+ }, config),
955
+ streamCollector: config?.streamCollector ?? streamCollector,
956
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
957
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
958
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
959
+ };
960
+ };
961
+
34
962
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
963
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
964
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -490,43 +1418,147 @@ const GroupFilterName = {
490
1418
  ResourceType: "resource-type",
491
1419
  };
492
1420
 
1421
+ exports.AccountSettings$ = AccountSettings$;
1422
+ exports.BadRequestException = BadRequestException;
1423
+ exports.BadRequestException$ = BadRequestException$;
1424
+ exports.CancelTagSyncTask$ = CancelTagSyncTask$;
493
1425
  exports.CancelTagSyncTaskCommand = CancelTagSyncTaskCommand;
1426
+ exports.CancelTagSyncTaskInput$ = CancelTagSyncTaskInput$;
1427
+ exports.CreateGroup$ = CreateGroup$;
494
1428
  exports.CreateGroupCommand = CreateGroupCommand;
1429
+ exports.CreateGroupInput$ = CreateGroupInput$;
1430
+ exports.CreateGroupOutput$ = CreateGroupOutput$;
1431
+ exports.DeleteGroup$ = DeleteGroup$;
495
1432
  exports.DeleteGroupCommand = DeleteGroupCommand;
1433
+ exports.DeleteGroupInput$ = DeleteGroupInput$;
1434
+ exports.DeleteGroupOutput$ = DeleteGroupOutput$;
1435
+ exports.FailedResource$ = FailedResource$;
1436
+ exports.ForbiddenException = ForbiddenException;
1437
+ exports.ForbiddenException$ = ForbiddenException$;
1438
+ exports.GetAccountSettings$ = GetAccountSettings$;
496
1439
  exports.GetAccountSettingsCommand = GetAccountSettingsCommand;
1440
+ exports.GetAccountSettingsOutput$ = GetAccountSettingsOutput$;
1441
+ exports.GetGroup$ = GetGroup$;
497
1442
  exports.GetGroupCommand = GetGroupCommand;
1443
+ exports.GetGroupConfiguration$ = GetGroupConfiguration$;
498
1444
  exports.GetGroupConfigurationCommand = GetGroupConfigurationCommand;
1445
+ exports.GetGroupConfigurationInput$ = GetGroupConfigurationInput$;
1446
+ exports.GetGroupConfigurationOutput$ = GetGroupConfigurationOutput$;
1447
+ exports.GetGroupInput$ = GetGroupInput$;
1448
+ exports.GetGroupOutput$ = GetGroupOutput$;
1449
+ exports.GetGroupQuery$ = GetGroupQuery$;
499
1450
  exports.GetGroupQueryCommand = GetGroupQueryCommand;
1451
+ exports.GetGroupQueryInput$ = GetGroupQueryInput$;
1452
+ exports.GetGroupQueryOutput$ = GetGroupQueryOutput$;
1453
+ exports.GetTagSyncTask$ = GetTagSyncTask$;
500
1454
  exports.GetTagSyncTaskCommand = GetTagSyncTaskCommand;
1455
+ exports.GetTagSyncTaskInput$ = GetTagSyncTaskInput$;
1456
+ exports.GetTagSyncTaskOutput$ = GetTagSyncTaskOutput$;
1457
+ exports.GetTags$ = GetTags$;
501
1458
  exports.GetTagsCommand = GetTagsCommand;
1459
+ exports.GetTagsInput$ = GetTagsInput$;
1460
+ exports.GetTagsOutput$ = GetTagsOutput$;
1461
+ exports.Group$ = Group$;
1462
+ exports.GroupConfiguration$ = GroupConfiguration$;
1463
+ exports.GroupConfigurationItem$ = GroupConfigurationItem$;
1464
+ exports.GroupConfigurationParameter$ = GroupConfigurationParameter$;
502
1465
  exports.GroupConfigurationStatus = GroupConfigurationStatus;
1466
+ exports.GroupFilter$ = GroupFilter$;
503
1467
  exports.GroupFilterName = GroupFilterName;
1468
+ exports.GroupIdentifier$ = GroupIdentifier$;
504
1469
  exports.GroupLifecycleEventsDesiredStatus = GroupLifecycleEventsDesiredStatus;
505
1470
  exports.GroupLifecycleEventsStatus = GroupLifecycleEventsStatus;
1471
+ exports.GroupQuery$ = GroupQuery$;
1472
+ exports.GroupResources$ = GroupResources$;
506
1473
  exports.GroupResourcesCommand = GroupResourcesCommand;
1474
+ exports.GroupResourcesInput$ = GroupResourcesInput$;
1475
+ exports.GroupResourcesOutput$ = GroupResourcesOutput$;
507
1476
  exports.GroupingStatus = GroupingStatus;
1477
+ exports.GroupingStatusesItem$ = GroupingStatusesItem$;
508
1478
  exports.GroupingType = GroupingType;
1479
+ exports.InternalServerErrorException = InternalServerErrorException;
1480
+ exports.InternalServerErrorException$ = InternalServerErrorException$;
1481
+ exports.ListGroupResources$ = ListGroupResources$;
509
1482
  exports.ListGroupResourcesCommand = ListGroupResourcesCommand;
1483
+ exports.ListGroupResourcesInput$ = ListGroupResourcesInput$;
1484
+ exports.ListGroupResourcesItem$ = ListGroupResourcesItem$;
1485
+ exports.ListGroupResourcesOutput$ = ListGroupResourcesOutput$;
1486
+ exports.ListGroupingStatuses$ = ListGroupingStatuses$;
510
1487
  exports.ListGroupingStatusesCommand = ListGroupingStatusesCommand;
1488
+ exports.ListGroupingStatusesFilter$ = ListGroupingStatusesFilter$;
511
1489
  exports.ListGroupingStatusesFilterName = ListGroupingStatusesFilterName;
1490
+ exports.ListGroupingStatusesInput$ = ListGroupingStatusesInput$;
1491
+ exports.ListGroupingStatusesOutput$ = ListGroupingStatusesOutput$;
1492
+ exports.ListGroups$ = ListGroups$;
512
1493
  exports.ListGroupsCommand = ListGroupsCommand;
1494
+ exports.ListGroupsInput$ = ListGroupsInput$;
1495
+ exports.ListGroupsOutput$ = ListGroupsOutput$;
1496
+ exports.ListTagSyncTasks$ = ListTagSyncTasks$;
513
1497
  exports.ListTagSyncTasksCommand = ListTagSyncTasksCommand;
1498
+ exports.ListTagSyncTasksFilter$ = ListTagSyncTasksFilter$;
1499
+ exports.ListTagSyncTasksInput$ = ListTagSyncTasksInput$;
1500
+ exports.ListTagSyncTasksOutput$ = ListTagSyncTasksOutput$;
1501
+ exports.MethodNotAllowedException = MethodNotAllowedException;
1502
+ exports.MethodNotAllowedException$ = MethodNotAllowedException$;
1503
+ exports.NotFoundException = NotFoundException;
1504
+ exports.NotFoundException$ = NotFoundException$;
1505
+ exports.PendingResource$ = PendingResource$;
1506
+ exports.PutGroupConfiguration$ = PutGroupConfiguration$;
514
1507
  exports.PutGroupConfigurationCommand = PutGroupConfigurationCommand;
1508
+ exports.PutGroupConfigurationInput$ = PutGroupConfigurationInput$;
1509
+ exports.PutGroupConfigurationOutput$ = PutGroupConfigurationOutput$;
1510
+ exports.QueryError$ = QueryError$;
515
1511
  exports.QueryErrorCode = QueryErrorCode;
516
1512
  exports.QueryType = QueryType;
1513
+ exports.ResourceFilter$ = ResourceFilter$;
517
1514
  exports.ResourceFilterName = ResourceFilterName;
518
1515
  exports.ResourceGroups = ResourceGroups;
519
1516
  exports.ResourceGroupsClient = ResourceGroupsClient;
1517
+ exports.ResourceGroupsServiceException = ResourceGroupsServiceException;
1518
+ exports.ResourceGroupsServiceException$ = ResourceGroupsServiceException$;
1519
+ exports.ResourceIdentifier$ = ResourceIdentifier$;
1520
+ exports.ResourceQuery$ = ResourceQuery$;
1521
+ exports.ResourceStatus$ = ResourceStatus$;
520
1522
  exports.ResourceStatusValue = ResourceStatusValue;
1523
+ exports.SearchResources$ = SearchResources$;
521
1524
  exports.SearchResourcesCommand = SearchResourcesCommand;
1525
+ exports.SearchResourcesInput$ = SearchResourcesInput$;
1526
+ exports.SearchResourcesOutput$ = SearchResourcesOutput$;
1527
+ exports.StartTagSyncTask$ = StartTagSyncTask$;
522
1528
  exports.StartTagSyncTaskCommand = StartTagSyncTaskCommand;
1529
+ exports.StartTagSyncTaskInput$ = StartTagSyncTaskInput$;
1530
+ exports.StartTagSyncTaskOutput$ = StartTagSyncTaskOutput$;
1531
+ exports.Tag$ = Tag$;
523
1532
  exports.TagCommand = TagCommand;
1533
+ exports.TagInput$ = TagInput$;
1534
+ exports.TagOutput$ = TagOutput$;
1535
+ exports.TagSyncTaskItem$ = TagSyncTaskItem$;
524
1536
  exports.TagSyncTaskStatus = TagSyncTaskStatus;
1537
+ exports.TooManyRequestsException = TooManyRequestsException;
1538
+ exports.TooManyRequestsException$ = TooManyRequestsException$;
1539
+ exports.UnauthorizedException = UnauthorizedException;
1540
+ exports.UnauthorizedException$ = UnauthorizedException$;
1541
+ exports.UngroupResources$ = UngroupResources$;
525
1542
  exports.UngroupResourcesCommand = UngroupResourcesCommand;
1543
+ exports.UngroupResourcesInput$ = UngroupResourcesInput$;
1544
+ exports.UngroupResourcesOutput$ = UngroupResourcesOutput$;
1545
+ exports.Untag$ = Untag$;
526
1546
  exports.UntagCommand = UntagCommand;
1547
+ exports.UntagInput$ = UntagInput$;
1548
+ exports.UntagOutput$ = UntagOutput$;
1549
+ exports.UpdateAccountSettings$ = UpdateAccountSettings$;
527
1550
  exports.UpdateAccountSettingsCommand = UpdateAccountSettingsCommand;
1551
+ exports.UpdateAccountSettingsInput$ = UpdateAccountSettingsInput$;
1552
+ exports.UpdateAccountSettingsOutput$ = UpdateAccountSettingsOutput$;
1553
+ exports.UpdateGroup$ = UpdateGroup$;
528
1554
  exports.UpdateGroupCommand = UpdateGroupCommand;
1555
+ exports.UpdateGroupInput$ = UpdateGroupInput$;
1556
+ exports.UpdateGroupOutput$ = UpdateGroupOutput$;
1557
+ exports.UpdateGroupQuery$ = UpdateGroupQuery$;
529
1558
  exports.UpdateGroupQueryCommand = UpdateGroupQueryCommand;
1559
+ exports.UpdateGroupQueryInput$ = UpdateGroupQueryInput$;
1560
+ exports.UpdateGroupQueryOutput$ = UpdateGroupQueryOutput$;
1561
+ exports.errorTypeRegistries = errorTypeRegistries;
530
1562
  exports.paginateListGroupResources = paginateListGroupResources;
531
1563
  exports.paginateListGroupingStatuses = paginateListGroupingStatuses;
532
1564
  exports.paginateListGroups = paginateListGroups;