@aws-sdk/client-resource-groups 3.128.0 → 3.137.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/CreateGroupCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
  4. package/dist-cjs/commands/GetGroupCommand.js +2 -2
  5. package/dist-cjs/commands/GetGroupConfigurationCommand.js +2 -2
  6. package/dist-cjs/commands/GetGroupQueryCommand.js +2 -2
  7. package/dist-cjs/commands/GetTagsCommand.js +2 -2
  8. package/dist-cjs/commands/GroupResourcesCommand.js +2 -2
  9. package/dist-cjs/commands/ListGroupResourcesCommand.js +2 -2
  10. package/dist-cjs/commands/ListGroupsCommand.js +2 -2
  11. package/dist-cjs/commands/PutGroupConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/SearchResourcesCommand.js +2 -2
  13. package/dist-cjs/commands/TagCommand.js +2 -2
  14. package/dist-cjs/commands/UngroupResourcesCommand.js +2 -2
  15. package/dist-cjs/commands/UntagCommand.js +2 -2
  16. package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
  17. package/dist-cjs/commands/UpdateGroupQueryCommand.js +2 -2
  18. package/dist-cjs/models/models_0.js +190 -284
  19. package/dist-cjs/protocols/Aws_restJson1.js +3 -0
  20. package/dist-es/commands/CreateGroupCommand.js +3 -3
  21. package/dist-es/commands/DeleteGroupCommand.js +3 -3
  22. package/dist-es/commands/GetGroupCommand.js +3 -3
  23. package/dist-es/commands/GetGroupConfigurationCommand.js +3 -3
  24. package/dist-es/commands/GetGroupQueryCommand.js +3 -3
  25. package/dist-es/commands/GetTagsCommand.js +3 -3
  26. package/dist-es/commands/GroupResourcesCommand.js +3 -3
  27. package/dist-es/commands/ListGroupResourcesCommand.js +3 -3
  28. package/dist-es/commands/ListGroupsCommand.js +3 -3
  29. package/dist-es/commands/PutGroupConfigurationCommand.js +3 -3
  30. package/dist-es/commands/SearchResourcesCommand.js +3 -3
  31. package/dist-es/commands/TagCommand.js +3 -3
  32. package/dist-es/commands/UngroupResourcesCommand.js +3 -3
  33. package/dist-es/commands/UntagCommand.js +3 -3
  34. package/dist-es/commands/UpdateGroupCommand.js +3 -3
  35. package/dist-es/commands/UpdateGroupQueryCommand.js +3 -3
  36. package/dist-es/models/models_0.js +47 -188
  37. package/dist-es/protocols/Aws_restJson1.js +3 -0
  38. package/dist-types/models/models_0.d.ts +188 -282
  39. package/dist-types/ts3.4/models/models_0.d.ts +94 -188
  40. package/package.json +9 -9
@@ -31,12 +31,6 @@ export interface GroupConfigurationParameter {
31
31
  */
32
32
  Values?: string[];
33
33
  }
34
- export declare namespace GroupConfigurationParameter {
35
- /**
36
- * @internal
37
- */
38
- const filterSensitiveLog: (obj: GroupConfigurationParameter) => any;
39
- }
40
34
  /**
41
35
  * <p>An item in a group configuration. A group service configuration can have one or more
42
36
  * items. For details about group service configuration syntax, see <a href="https://docs.aws.amazon.com/ARG/latest/APIReference/about-slg.html">Service configurations for
@@ -57,12 +51,6 @@ export interface GroupConfigurationItem {
57
51
  */
58
52
  Parameters?: GroupConfigurationParameter[];
59
53
  }
60
- export declare namespace GroupConfigurationItem {
61
- /**
62
- * @internal
63
- */
64
- const filterSensitiveLog: (obj: GroupConfigurationItem) => any;
65
- }
66
54
  export declare enum QueryType {
67
55
  CLOUDFORMATION_STACK_1_0 = "CLOUDFORMATION_STACK_1_0",
68
56
  TAG_FILTERS_1_0 = "TAG_FILTERS_1_0"
@@ -247,12 +235,6 @@ export interface ResourceQuery {
247
235
  */
248
236
  Query: string | undefined;
249
237
  }
250
- export declare namespace ResourceQuery {
251
- /**
252
- * @internal
253
- */
254
- const filterSensitiveLog: (obj: ResourceQuery) => any;
255
- }
256
238
  export interface CreateGroupInput {
257
239
  /**
258
240
  * <p>The name of the group, which is the identifier of the group in other operations. You
@@ -294,12 +276,6 @@ export interface CreateGroupInput {
294
276
  */
295
277
  Configuration?: GroupConfigurationItem[];
296
278
  }
297
- export declare namespace CreateGroupInput {
298
- /**
299
- * @internal
300
- */
301
- const filterSensitiveLog: (obj: CreateGroupInput) => any;
302
- }
303
279
  /**
304
280
  * <p>A resource group that contains AWS resources. You can assign resources to the group
305
281
  * by associating either of the following elements with the group:</p>
@@ -333,12 +309,6 @@ export interface Group {
333
309
  */
334
310
  Description?: string;
335
311
  }
336
- export declare namespace Group {
337
- /**
338
- * @internal
339
- */
340
- const filterSensitiveLog: (obj: Group) => any;
341
- }
342
312
  export declare enum GroupConfigurationStatus {
343
313
  UPDATE_COMPLETE = "UPDATE_COMPLETE",
344
314
  UPDATE_FAILED = "UPDATE_FAILED",
@@ -371,12 +341,6 @@ export interface GroupConfiguration {
371
341
  */
372
342
  FailureReason?: string;
373
343
  }
374
- export declare namespace GroupConfiguration {
375
- /**
376
- * @internal
377
- */
378
- const filterSensitiveLog: (obj: GroupConfiguration) => any;
379
- }
380
344
  export interface CreateGroupOutput {
381
345
  /**
382
346
  * <p>The description of the resource group.</p>
@@ -399,12 +363,6 @@ export interface CreateGroupOutput {
399
363
  */
400
364
  GroupConfiguration?: GroupConfiguration;
401
365
  }
402
- export declare namespace CreateGroupOutput {
403
- /**
404
- * @internal
405
- */
406
- const filterSensitiveLog: (obj: CreateGroupOutput) => any;
407
- }
408
366
  /**
409
367
  * <p>The caller isn't authorized to make the request. Check permissions.</p>
410
368
  */
@@ -466,24 +424,12 @@ export interface DeleteGroupInput {
466
424
  */
467
425
  Group?: string;
468
426
  }
469
- export declare namespace DeleteGroupInput {
470
- /**
471
- * @internal
472
- */
473
- const filterSensitiveLog: (obj: DeleteGroupInput) => any;
474
- }
475
427
  export interface DeleteGroupOutput {
476
428
  /**
477
429
  * <p>A full description of the deleted resource group.</p>
478
430
  */
479
431
  Group?: Group;
480
432
  }
481
- export declare namespace DeleteGroupOutput {
482
- /**
483
- * @internal
484
- */
485
- const filterSensitiveLog: (obj: DeleteGroupOutput) => any;
486
- }
487
433
  /**
488
434
  * <p>One or more of the specified resources don't exist.</p>
489
435
  */
@@ -508,36 +454,18 @@ export interface GetGroupInput {
508
454
  */
509
455
  Group?: string;
510
456
  }
511
- export declare namespace GetGroupInput {
512
- /**
513
- * @internal
514
- */
515
- const filterSensitiveLog: (obj: GetGroupInput) => any;
516
- }
517
457
  export interface GetGroupOutput {
518
458
  /**
519
459
  * <p>A full description of the resource group.</p>
520
460
  */
521
461
  Group?: Group;
522
462
  }
523
- export declare namespace GetGroupOutput {
524
- /**
525
- * @internal
526
- */
527
- const filterSensitiveLog: (obj: GetGroupOutput) => any;
528
- }
529
463
  export interface GetGroupConfigurationInput {
530
464
  /**
531
465
  * <p>The name or the ARN of the resource group.</p>
532
466
  */
533
467
  Group?: string;
534
468
  }
535
- export declare namespace GetGroupConfigurationInput {
536
- /**
537
- * @internal
538
- */
539
- const filterSensitiveLog: (obj: GetGroupConfigurationInput) => any;
540
- }
541
469
  export interface GetGroupConfigurationOutput {
542
470
  /**
543
471
  * <p>The service configuration associated with the specified group. For details about the
@@ -546,12 +474,6 @@ export interface GetGroupConfigurationOutput {
546
474
  */
547
475
  GroupConfiguration?: GroupConfiguration;
548
476
  }
549
- export declare namespace GetGroupConfigurationOutput {
550
- /**
551
- * @internal
552
- */
553
- const filterSensitiveLog: (obj: GetGroupConfigurationOutput) => any;
554
- }
555
477
  export interface GetGroupQueryInput {
556
478
  /**
557
479
  * @deprecated
@@ -564,12 +486,6 @@ export interface GetGroupQueryInput {
564
486
  */
565
487
  Group?: string;
566
488
  }
567
- export declare namespace GetGroupQueryInput {
568
- /**
569
- * @internal
570
- */
571
- const filterSensitiveLog: (obj: GetGroupQueryInput) => any;
572
- }
573
489
  /**
574
490
  * <p>A mapping of a query attached to a resource group that determines the AWS resources
575
491
  * that are members of the group.</p>
@@ -586,12 +502,6 @@ export interface GroupQuery {
586
502
  */
587
503
  ResourceQuery: ResourceQuery | undefined;
588
504
  }
589
- export declare namespace GroupQuery {
590
- /**
591
- * @internal
592
- */
593
- const filterSensitiveLog: (obj: GroupQuery) => any;
594
- }
595
505
  export interface GetGroupQueryOutput {
596
506
  /**
597
507
  * <p>The resource query associated with the specified group. For more information about
@@ -600,24 +510,12 @@ export interface GetGroupQueryOutput {
600
510
  */
601
511
  GroupQuery?: GroupQuery;
602
512
  }
603
- export declare namespace GetGroupQueryOutput {
604
- /**
605
- * @internal
606
- */
607
- const filterSensitiveLog: (obj: GetGroupQueryOutput) => any;
608
- }
609
513
  export interface GetTagsInput {
610
514
  /**
611
515
  * <p>The ARN of the resource group whose tags you want to retrieve.</p>
612
516
  */
613
517
  Arn: string | undefined;
614
518
  }
615
- export declare namespace GetTagsInput {
616
- /**
617
- * @internal
618
- */
619
- const filterSensitiveLog: (obj: GetTagsInput) => any;
620
- }
621
519
  export interface GetTagsOutput {
622
520
  /**
623
521
  * <p>The ARN of the tagged resource group.</p>
@@ -628,12 +526,6 @@ export interface GetTagsOutput {
628
526
  */
629
527
  Tags?: Record<string, string>;
630
528
  }
631
- export declare namespace GetTagsOutput {
632
- /**
633
- * @internal
634
- */
635
- const filterSensitiveLog: (obj: GetTagsOutput) => any;
636
- }
637
529
  export interface GroupResourcesInput {
638
530
  /**
639
531
  * <p>The name or the ARN of the resource group to add resources to.</p>
@@ -644,12 +536,6 @@ export interface GroupResourcesInput {
644
536
  */
645
537
  ResourceArns: string[] | undefined;
646
538
  }
647
- export declare namespace GroupResourcesInput {
648
- /**
649
- * @internal
650
- */
651
- const filterSensitiveLog: (obj: GroupResourcesInput) => any;
652
- }
653
539
  /**
654
540
  * <p>A resource that failed to be added to or removed from a group.</p>
655
541
  */
@@ -667,12 +553,6 @@ export interface FailedResource {
667
553
  */
668
554
  ErrorCode?: string;
669
555
  }
670
- export declare namespace FailedResource {
671
- /**
672
- * @internal
673
- */
674
- const filterSensitiveLog: (obj: FailedResource) => any;
675
- }
676
556
  /**
677
557
  * <p>A structure that identifies a resource that is currently pending addition to the group
678
558
  * as a member. Adding a resource to a resource group happens asynchronously as a
@@ -684,12 +564,6 @@ export interface PendingResource {
684
564
  */
685
565
  ResourceArn?: string;
686
566
  }
687
- export declare namespace PendingResource {
688
- /**
689
- * @internal
690
- */
691
- const filterSensitiveLog: (obj: PendingResource) => any;
692
- }
693
567
  export interface GroupResourcesOutput {
694
568
  /**
695
569
  * <p>A list of ARNs of resources that were successfully added to the group by this
@@ -711,12 +585,6 @@ export interface GroupResourcesOutput {
711
585
  */
712
586
  Pending?: PendingResource[];
713
587
  }
714
- export declare namespace GroupResourcesOutput {
715
- /**
716
- * @internal
717
- */
718
- const filterSensitiveLog: (obj: GroupResourcesOutput) => any;
719
- }
720
588
  export declare enum ResourceFilterName {
721
589
  ResourceType = "resource-type"
722
590
  }
@@ -735,12 +603,6 @@ export interface ResourceFilter {
735
603
  */
736
604
  Values: string[] | undefined;
737
605
  }
738
- export declare namespace ResourceFilter {
739
- /**
740
- * @internal
741
- */
742
- const filterSensitiveLog: (obj: ResourceFilter) => any;
743
- }
744
606
  export interface ListGroupResourcesInput {
745
607
  /**
746
608
  * @deprecated
@@ -810,12 +672,6 @@ export interface ListGroupResourcesInput {
810
672
  */
811
673
  NextToken?: string;
812
674
  }
813
- export declare namespace ListGroupResourcesInput {
814
- /**
815
- * @internal
816
- */
817
- const filterSensitiveLog: (obj: ListGroupResourcesInput) => any;
818
- }
819
675
  export declare enum QueryErrorCode {
820
676
  CLOUDFORMATION_STACK_INACTIVE = "CLOUDFORMATION_STACK_INACTIVE",
821
677
  CLOUDFORMATION_STACK_NOT_EXISTING = "CLOUDFORMATION_STACK_NOT_EXISTING"
@@ -843,12 +699,6 @@ export interface QueryError {
843
699
  */
844
700
  Message?: string;
845
701
  }
846
- export declare namespace QueryError {
847
- /**
848
- * @internal
849
- */
850
- const filterSensitiveLog: (obj: QueryError) => any;
851
- }
852
702
  /**
853
703
  * <p>A structure that contains the ARN of a resource and its resource type.</p>
854
704
  */
@@ -862,12 +712,6 @@ export interface ResourceIdentifier {
862
712
  */
863
713
  ResourceType?: string;
864
714
  }
865
- export declare namespace ResourceIdentifier {
866
- /**
867
- * @internal
868
- */
869
- const filterSensitiveLog: (obj: ResourceIdentifier) => any;
870
- }
871
715
  export declare enum ResourceStatusValue {
872
716
  Pending = "PENDING"
873
717
  }
@@ -883,12 +727,6 @@ export interface ResourceStatus {
883
727
  */
884
728
  Name?: ResourceStatusValue | string;
885
729
  }
886
- export declare namespace ResourceStatus {
887
- /**
888
- * @internal
889
- */
890
- const filterSensitiveLog: (obj: ResourceStatus) => any;
891
- }
892
730
  /**
893
731
  * <p>A structure returned by the <a>ListGroupResources</a> operation that
894
732
  * contains identity and group membership status information for one of the resources in
@@ -909,12 +747,6 @@ export interface ListGroupResourcesItem {
909
747
  */
910
748
  Status?: ResourceStatus;
911
749
  }
912
- export declare namespace ListGroupResourcesItem {
913
- /**
914
- * @internal
915
- */
916
- const filterSensitiveLog: (obj: ListGroupResourcesItem) => any;
917
- }
918
750
  export interface ListGroupResourcesOutput {
919
751
  /**
920
752
  * <p>An array of resources from which you can determine each resource's identity, type, and
@@ -950,12 +782,6 @@ export interface ListGroupResourcesOutput {
950
782
  */
951
783
  QueryErrors?: QueryError[];
952
784
  }
953
- export declare namespace ListGroupResourcesOutput {
954
- /**
955
- * @internal
956
- */
957
- const filterSensitiveLog: (obj: ListGroupResourcesOutput) => any;
958
- }
959
785
  /**
960
786
  * <p>The request was rejected because it doesn't have valid credentials for the target
961
787
  * resource.</p>
@@ -988,12 +814,6 @@ export interface GroupFilter {
988
814
  */
989
815
  Values: string[] | undefined;
990
816
  }
991
- export declare namespace GroupFilter {
992
- /**
993
- * @internal
994
- */
995
- const filterSensitiveLog: (obj: GroupFilter) => any;
996
- }
997
817
  export interface ListGroupsInput {
998
818
  /**
999
819
  * <p>Filters, formatted as <a>GroupFilter</a> objects, that you want to apply to
@@ -1048,12 +868,6 @@ export interface ListGroupsInput {
1048
868
  */
1049
869
  NextToken?: string;
1050
870
  }
1051
- export declare namespace ListGroupsInput {
1052
- /**
1053
- * @internal
1054
- */
1055
- const filterSensitiveLog: (obj: ListGroupsInput) => any;
1056
- }
1057
871
  /**
1058
872
  * <p>The unique identifiers for a resource group.</p>
1059
873
  */
@@ -1067,12 +881,6 @@ export interface GroupIdentifier {
1067
881
  */
1068
882
  GroupArn?: string;
1069
883
  }
1070
- export declare namespace GroupIdentifier {
1071
- /**
1072
- * @internal
1073
- */
1074
- const filterSensitiveLog: (obj: GroupIdentifier) => any;
1075
- }
1076
884
  export interface ListGroupsOutput {
1077
885
  /**
1078
886
  * <p>A list of <a>GroupIdentifier</a> objects. Each identifier is an object that
@@ -1101,12 +909,6 @@ export interface ListGroupsOutput {
1101
909
  */
1102
910
  NextToken?: string;
1103
911
  }
1104
- export declare namespace ListGroupsOutput {
1105
- /**
1106
- * @internal
1107
- */
1108
- const filterSensitiveLog: (obj: ListGroupsOutput) => any;
1109
- }
1110
912
  export interface PutGroupConfigurationInput {
1111
913
  /**
1112
914
  * <p>The name or ARN of the resource group with the configuration that you want to
@@ -1126,20 +928,8 @@ export interface PutGroupConfigurationInput {
1126
928
  */
1127
929
  Configuration?: GroupConfigurationItem[];
1128
930
  }
1129
- export declare namespace PutGroupConfigurationInput {
1130
- /**
1131
- * @internal
1132
- */
1133
- const filterSensitiveLog: (obj: PutGroupConfigurationInput) => any;
1134
- }
1135
931
  export interface PutGroupConfigurationOutput {
1136
932
  }
1137
- export declare namespace PutGroupConfigurationOutput {
1138
- /**
1139
- * @internal
1140
- */
1141
- const filterSensitiveLog: (obj: PutGroupConfigurationOutput) => any;
1142
- }
1143
933
  export interface SearchResourcesInput {
1144
934
  /**
1145
935
  * <p>The search query, using the same formats that are supported for resource group
@@ -1165,12 +955,6 @@ export interface SearchResourcesInput {
1165
955
  */
1166
956
  NextToken?: string;
1167
957
  }
1168
- export declare namespace SearchResourcesInput {
1169
- /**
1170
- * @internal
1171
- */
1172
- const filterSensitiveLog: (obj: SearchResourcesInput) => any;
1173
- }
1174
958
  export interface SearchResourcesOutput {
1175
959
  /**
1176
960
  * <p>The ARNs and resource types of resources that are members of the group that you
@@ -1192,12 +976,6 @@ export interface SearchResourcesOutput {
1192
976
  */
1193
977
  QueryErrors?: QueryError[];
1194
978
  }
1195
- export declare namespace SearchResourcesOutput {
1196
- /**
1197
- * @internal
1198
- */
1199
- const filterSensitiveLog: (obj: SearchResourcesOutput) => any;
1200
- }
1201
979
  export interface TagInput {
1202
980
  /**
1203
981
  * <p>The ARN of the resource group to which to add tags.</p>
@@ -1209,12 +987,6 @@ export interface TagInput {
1209
987
  */
1210
988
  Tags: Record<string, string> | undefined;
1211
989
  }
1212
- export declare namespace TagInput {
1213
- /**
1214
- * @internal
1215
- */
1216
- const filterSensitiveLog: (obj: TagInput) => any;
1217
- }
1218
990
  export interface TagOutput {
1219
991
  /**
1220
992
  * <p>The ARN of the tagged resource.</p>
@@ -1225,12 +997,6 @@ export interface TagOutput {
1225
997
  */
1226
998
  Tags?: Record<string, string>;
1227
999
  }
1228
- export declare namespace TagOutput {
1229
- /**
1230
- * @internal
1231
- */
1232
- const filterSensitiveLog: (obj: TagOutput) => any;
1233
- }
1234
1000
  export interface UngroupResourcesInput {
1235
1001
  /**
1236
1002
  * <p>The name or the ARN of the resource group from which to remove the resources.</p>
@@ -1241,12 +1007,6 @@ export interface UngroupResourcesInput {
1241
1007
  */
1242
1008
  ResourceArns: string[] | undefined;
1243
1009
  }
1244
- export declare namespace UngroupResourcesInput {
1245
- /**
1246
- * @internal
1247
- */
1248
- const filterSensitiveLog: (obj: UngroupResourcesInput) => any;
1249
- }
1250
1010
  export interface UngroupResourcesOutput {
1251
1011
  /**
1252
1012
  * <p>A list of resources that were successfully removed from the group by this
@@ -1268,12 +1028,6 @@ export interface UngroupResourcesOutput {
1268
1028
  */
1269
1029
  Pending?: PendingResource[];
1270
1030
  }
1271
- export declare namespace UngroupResourcesOutput {
1272
- /**
1273
- * @internal
1274
- */
1275
- const filterSensitiveLog: (obj: UngroupResourcesOutput) => any;
1276
- }
1277
1031
  export interface UntagInput {
1278
1032
  /**
1279
1033
  * <p>The ARN of the resource group from which to remove tags. The command removed both the
@@ -1285,12 +1039,6 @@ export interface UntagInput {
1285
1039
  */
1286
1040
  Keys: string[] | undefined;
1287
1041
  }
1288
- export declare namespace UntagInput {
1289
- /**
1290
- * @internal
1291
- */
1292
- const filterSensitiveLog: (obj: UntagInput) => any;
1293
- }
1294
1042
  export interface UntagOutput {
1295
1043
  /**
1296
1044
  * <p>The ARN of the resource group from which tags have been removed.</p>
@@ -1301,12 +1049,6 @@ export interface UntagOutput {
1301
1049
  */
1302
1050
  Keys?: string[];
1303
1051
  }
1304
- export declare namespace UntagOutput {
1305
- /**
1306
- * @internal
1307
- */
1308
- const filterSensitiveLog: (obj: UntagOutput) => any;
1309
- }
1310
1052
  export interface UpdateGroupInput {
1311
1053
  /**
1312
1054
  * @deprecated
@@ -1324,24 +1066,12 @@ export interface UpdateGroupInput {
1324
1066
  */
1325
1067
  Description?: string;
1326
1068
  }
1327
- export declare namespace UpdateGroupInput {
1328
- /**
1329
- * @internal
1330
- */
1331
- const filterSensitiveLog: (obj: UpdateGroupInput) => any;
1332
- }
1333
1069
  export interface UpdateGroupOutput {
1334
1070
  /**
1335
1071
  * <p>The update description of the resource group.</p>
1336
1072
  */
1337
1073
  Group?: Group;
1338
1074
  }
1339
- export declare namespace UpdateGroupOutput {
1340
- /**
1341
- * @internal
1342
- */
1343
- const filterSensitiveLog: (obj: UpdateGroupOutput) => any;
1344
- }
1345
1075
  export interface UpdateGroupQueryInput {
1346
1076
  /**
1347
1077
  * @deprecated
@@ -1363,21 +1093,197 @@ export interface UpdateGroupQueryInput {
1363
1093
  */
1364
1094
  ResourceQuery: ResourceQuery | undefined;
1365
1095
  }
1366
- export declare namespace UpdateGroupQueryInput {
1367
- /**
1368
- * @internal
1369
- */
1370
- const filterSensitiveLog: (obj: UpdateGroupQueryInput) => any;
1371
- }
1372
1096
  export interface UpdateGroupQueryOutput {
1373
1097
  /**
1374
1098
  * <p>The updated resource query associated with the resource group after the update.</p>
1375
1099
  */
1376
1100
  GroupQuery?: GroupQuery;
1377
1101
  }
1378
- export declare namespace UpdateGroupQueryOutput {
1379
- /**
1380
- * @internal
1381
- */
1382
- const filterSensitiveLog: (obj: UpdateGroupQueryOutput) => any;
1383
- }
1102
+ /**
1103
+ * @internal
1104
+ */
1105
+ export declare const GroupConfigurationParameterFilterSensitiveLog: (obj: GroupConfigurationParameter) => any;
1106
+ /**
1107
+ * @internal
1108
+ */
1109
+ export declare const GroupConfigurationItemFilterSensitiveLog: (obj: GroupConfigurationItem) => any;
1110
+ /**
1111
+ * @internal
1112
+ */
1113
+ export declare const ResourceQueryFilterSensitiveLog: (obj: ResourceQuery) => any;
1114
+ /**
1115
+ * @internal
1116
+ */
1117
+ export declare const CreateGroupInputFilterSensitiveLog: (obj: CreateGroupInput) => any;
1118
+ /**
1119
+ * @internal
1120
+ */
1121
+ export declare const GroupFilterSensitiveLog: (obj: Group) => any;
1122
+ /**
1123
+ * @internal
1124
+ */
1125
+ export declare const GroupConfigurationFilterSensitiveLog: (obj: GroupConfiguration) => any;
1126
+ /**
1127
+ * @internal
1128
+ */
1129
+ export declare const CreateGroupOutputFilterSensitiveLog: (obj: CreateGroupOutput) => any;
1130
+ /**
1131
+ * @internal
1132
+ */
1133
+ export declare const DeleteGroupInputFilterSensitiveLog: (obj: DeleteGroupInput) => any;
1134
+ /**
1135
+ * @internal
1136
+ */
1137
+ export declare const DeleteGroupOutputFilterSensitiveLog: (obj: DeleteGroupOutput) => any;
1138
+ /**
1139
+ * @internal
1140
+ */
1141
+ export declare const GetGroupInputFilterSensitiveLog: (obj: GetGroupInput) => any;
1142
+ /**
1143
+ * @internal
1144
+ */
1145
+ export declare const GetGroupOutputFilterSensitiveLog: (obj: GetGroupOutput) => any;
1146
+ /**
1147
+ * @internal
1148
+ */
1149
+ export declare const GetGroupConfigurationInputFilterSensitiveLog: (obj: GetGroupConfigurationInput) => any;
1150
+ /**
1151
+ * @internal
1152
+ */
1153
+ export declare const GetGroupConfigurationOutputFilterSensitiveLog: (obj: GetGroupConfigurationOutput) => any;
1154
+ /**
1155
+ * @internal
1156
+ */
1157
+ export declare const GetGroupQueryInputFilterSensitiveLog: (obj: GetGroupQueryInput) => any;
1158
+ /**
1159
+ * @internal
1160
+ */
1161
+ export declare const GroupQueryFilterSensitiveLog: (obj: GroupQuery) => any;
1162
+ /**
1163
+ * @internal
1164
+ */
1165
+ export declare const GetGroupQueryOutputFilterSensitiveLog: (obj: GetGroupQueryOutput) => any;
1166
+ /**
1167
+ * @internal
1168
+ */
1169
+ export declare const GetTagsInputFilterSensitiveLog: (obj: GetTagsInput) => any;
1170
+ /**
1171
+ * @internal
1172
+ */
1173
+ export declare const GetTagsOutputFilterSensitiveLog: (obj: GetTagsOutput) => any;
1174
+ /**
1175
+ * @internal
1176
+ */
1177
+ export declare const GroupResourcesInputFilterSensitiveLog: (obj: GroupResourcesInput) => any;
1178
+ /**
1179
+ * @internal
1180
+ */
1181
+ export declare const FailedResourceFilterSensitiveLog: (obj: FailedResource) => any;
1182
+ /**
1183
+ * @internal
1184
+ */
1185
+ export declare const PendingResourceFilterSensitiveLog: (obj: PendingResource) => any;
1186
+ /**
1187
+ * @internal
1188
+ */
1189
+ export declare const GroupResourcesOutputFilterSensitiveLog: (obj: GroupResourcesOutput) => any;
1190
+ /**
1191
+ * @internal
1192
+ */
1193
+ export declare const ResourceFilterFilterSensitiveLog: (obj: ResourceFilter) => any;
1194
+ /**
1195
+ * @internal
1196
+ */
1197
+ export declare const ListGroupResourcesInputFilterSensitiveLog: (obj: ListGroupResourcesInput) => any;
1198
+ /**
1199
+ * @internal
1200
+ */
1201
+ export declare const QueryErrorFilterSensitiveLog: (obj: QueryError) => any;
1202
+ /**
1203
+ * @internal
1204
+ */
1205
+ export declare const ResourceIdentifierFilterSensitiveLog: (obj: ResourceIdentifier) => any;
1206
+ /**
1207
+ * @internal
1208
+ */
1209
+ export declare const ResourceStatusFilterSensitiveLog: (obj: ResourceStatus) => any;
1210
+ /**
1211
+ * @internal
1212
+ */
1213
+ export declare const ListGroupResourcesItemFilterSensitiveLog: (obj: ListGroupResourcesItem) => any;
1214
+ /**
1215
+ * @internal
1216
+ */
1217
+ export declare const ListGroupResourcesOutputFilterSensitiveLog: (obj: ListGroupResourcesOutput) => any;
1218
+ /**
1219
+ * @internal
1220
+ */
1221
+ export declare const GroupFilterFilterSensitiveLog: (obj: GroupFilter) => any;
1222
+ /**
1223
+ * @internal
1224
+ */
1225
+ export declare const ListGroupsInputFilterSensitiveLog: (obj: ListGroupsInput) => any;
1226
+ /**
1227
+ * @internal
1228
+ */
1229
+ export declare const GroupIdentifierFilterSensitiveLog: (obj: GroupIdentifier) => any;
1230
+ /**
1231
+ * @internal
1232
+ */
1233
+ export declare const ListGroupsOutputFilterSensitiveLog: (obj: ListGroupsOutput) => any;
1234
+ /**
1235
+ * @internal
1236
+ */
1237
+ export declare const PutGroupConfigurationInputFilterSensitiveLog: (obj: PutGroupConfigurationInput) => any;
1238
+ /**
1239
+ * @internal
1240
+ */
1241
+ export declare const PutGroupConfigurationOutputFilterSensitiveLog: (obj: PutGroupConfigurationOutput) => any;
1242
+ /**
1243
+ * @internal
1244
+ */
1245
+ export declare const SearchResourcesInputFilterSensitiveLog: (obj: SearchResourcesInput) => any;
1246
+ /**
1247
+ * @internal
1248
+ */
1249
+ export declare const SearchResourcesOutputFilterSensitiveLog: (obj: SearchResourcesOutput) => any;
1250
+ /**
1251
+ * @internal
1252
+ */
1253
+ export declare const TagInputFilterSensitiveLog: (obj: TagInput) => any;
1254
+ /**
1255
+ * @internal
1256
+ */
1257
+ export declare const TagOutputFilterSensitiveLog: (obj: TagOutput) => any;
1258
+ /**
1259
+ * @internal
1260
+ */
1261
+ export declare const UngroupResourcesInputFilterSensitiveLog: (obj: UngroupResourcesInput) => any;
1262
+ /**
1263
+ * @internal
1264
+ */
1265
+ export declare const UngroupResourcesOutputFilterSensitiveLog: (obj: UngroupResourcesOutput) => any;
1266
+ /**
1267
+ * @internal
1268
+ */
1269
+ export declare const UntagInputFilterSensitiveLog: (obj: UntagInput) => any;
1270
+ /**
1271
+ * @internal
1272
+ */
1273
+ export declare const UntagOutputFilterSensitiveLog: (obj: UntagOutput) => any;
1274
+ /**
1275
+ * @internal
1276
+ */
1277
+ export declare const UpdateGroupInputFilterSensitiveLog: (obj: UpdateGroupInput) => any;
1278
+ /**
1279
+ * @internal
1280
+ */
1281
+ export declare const UpdateGroupOutputFilterSensitiveLog: (obj: UpdateGroupOutput) => any;
1282
+ /**
1283
+ * @internal
1284
+ */
1285
+ export declare const UpdateGroupQueryInputFilterSensitiveLog: (obj: UpdateGroupQueryInput) => any;
1286
+ /**
1287
+ * @internal
1288
+ */
1289
+ export declare const UpdateGroupQueryOutputFilterSensitiveLog: (obj: UpdateGroupQueryOutput) => any;