@aws-sdk/client-service-catalog-appregistry 3.131.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 (50) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/AssociateAttributeGroupCommand.js +2 -2
  3. package/dist-cjs/commands/AssociateResourceCommand.js +2 -2
  4. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAttributeGroupCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteAttributeGroupCommand.js +2 -2
  8. package/dist-cjs/commands/DisassociateAttributeGroupCommand.js +2 -2
  9. package/dist-cjs/commands/DisassociateResourceCommand.js +2 -2
  10. package/dist-cjs/commands/GetApplicationCommand.js +2 -2
  11. package/dist-cjs/commands/GetAssociatedResourceCommand.js +2 -2
  12. package/dist-cjs/commands/GetAttributeGroupCommand.js +2 -2
  13. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  14. package/dist-cjs/commands/ListAssociatedAttributeGroupsCommand.js +2 -2
  15. package/dist-cjs/commands/ListAssociatedResourcesCommand.js +2 -2
  16. package/dist-cjs/commands/ListAttributeGroupsCommand.js +2 -2
  17. package/dist-cjs/commands/ListAttributeGroupsForApplicationCommand.js +2 -2
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  19. package/dist-cjs/commands/SyncResourceCommand.js +2 -2
  20. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  21. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  22. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateAttributeGroupCommand.js +2 -2
  24. package/dist-cjs/models/models_0.js +218 -326
  25. package/dist-es/commands/AssociateAttributeGroupCommand.js +3 -3
  26. package/dist-es/commands/AssociateResourceCommand.js +3 -3
  27. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  28. package/dist-es/commands/CreateAttributeGroupCommand.js +3 -3
  29. package/dist-es/commands/DeleteApplicationCommand.js +3 -3
  30. package/dist-es/commands/DeleteAttributeGroupCommand.js +3 -3
  31. package/dist-es/commands/DisassociateAttributeGroupCommand.js +3 -3
  32. package/dist-es/commands/DisassociateResourceCommand.js +3 -3
  33. package/dist-es/commands/GetApplicationCommand.js +3 -3
  34. package/dist-es/commands/GetAssociatedResourceCommand.js +3 -3
  35. package/dist-es/commands/GetAttributeGroupCommand.js +3 -3
  36. package/dist-es/commands/ListApplicationsCommand.js +3 -3
  37. package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js +3 -3
  38. package/dist-es/commands/ListAssociatedResourcesCommand.js +3 -3
  39. package/dist-es/commands/ListAttributeGroupsCommand.js +3 -3
  40. package/dist-es/commands/ListAttributeGroupsForApplicationCommand.js +3 -3
  41. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  42. package/dist-es/commands/SyncResourceCommand.js +3 -3
  43. package/dist-es/commands/TagResourceCommand.js +3 -3
  44. package/dist-es/commands/UntagResourceCommand.js +3 -3
  45. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  46. package/dist-es/commands/UpdateAttributeGroupCommand.js +3 -3
  47. package/dist-es/models/models_0.js +54 -216
  48. package/dist-types/models/models_0.d.ts +216 -324
  49. package/dist-types/ts3.4/models/models_0.d.ts +108 -216
  50. package/package.json +6 -6
@@ -34,12 +34,6 @@ export interface Application {
34
34
  */
35
35
  tags?: Record<string, string>;
36
36
  }
37
- export declare namespace Application {
38
- /**
39
- * @internal
40
- */
41
- const filterSensitiveLog: (obj: Application) => any;
42
- }
43
37
  /**
44
38
  * <p>Summary of a Amazon Web Services Service Catalog AppRegistry application.</p>
45
39
  */
@@ -69,12 +63,6 @@ export interface ApplicationSummary {
69
63
  */
70
64
  lastUpdateTime?: Date;
71
65
  }
72
- export declare namespace ApplicationSummary {
73
- /**
74
- * @internal
75
- */
76
- const filterSensitiveLog: (obj: ApplicationSummary) => any;
77
- }
78
66
  export interface AssociateAttributeGroupRequest {
79
67
  /**
80
68
  * <p>The name or ID of the application.</p>
@@ -85,12 +73,6 @@ export interface AssociateAttributeGroupRequest {
85
73
  */
86
74
  attributeGroup: string | undefined;
87
75
  }
88
- export declare namespace AssociateAttributeGroupRequest {
89
- /**
90
- * @internal
91
- */
92
- const filterSensitiveLog: (obj: AssociateAttributeGroupRequest) => any;
93
- }
94
76
  export interface AssociateAttributeGroupResponse {
95
77
  /**
96
78
  * <p>The Amazon resource name (ARN) of the application that was augmented with attributes.</p>
@@ -101,12 +83,6 @@ export interface AssociateAttributeGroupResponse {
101
83
  */
102
84
  attributeGroupArn?: string;
103
85
  }
104
- export declare namespace AssociateAttributeGroupResponse {
105
- /**
106
- * @internal
107
- */
108
- const filterSensitiveLog: (obj: AssociateAttributeGroupResponse) => any;
109
- }
110
86
  /**
111
87
  * <p>There was a conflict when processing the request (for example, a resource with the given name already
112
88
  * exists within the account).</p>
@@ -180,12 +156,6 @@ export interface AssociateResourceRequest {
180
156
  */
181
157
  resource: string | undefined;
182
158
  }
183
- export declare namespace AssociateResourceRequest {
184
- /**
185
- * @internal
186
- */
187
- const filterSensitiveLog: (obj: AssociateResourceRequest) => any;
188
- }
189
159
  export interface AssociateResourceResponse {
190
160
  /**
191
161
  * <p>The Amazon resource name (ARN) of the application that was augmented with attributes.</p>
@@ -196,12 +166,6 @@ export interface AssociateResourceResponse {
196
166
  */
197
167
  resourceArn?: string;
198
168
  }
199
- export declare namespace AssociateResourceResponse {
200
- /**
201
- * @internal
202
- */
203
- const filterSensitiveLog: (obj: AssociateResourceResponse) => any;
204
- }
205
169
  /**
206
170
  * <p>Represents a Amazon Web Services Service Catalog AppRegistry attribute group that is rich metadata which describes an application and its components.</p>
207
171
  */
@@ -235,12 +199,6 @@ export interface AttributeGroup {
235
199
  */
236
200
  tags?: Record<string, string>;
237
201
  }
238
- export declare namespace AttributeGroup {
239
- /**
240
- * @internal
241
- */
242
- const filterSensitiveLog: (obj: AttributeGroup) => any;
243
- }
244
202
  /**
245
203
  * <p> The details related to a specific AttributeGroup. </p>
246
204
  */
@@ -258,12 +216,6 @@ export interface AttributeGroupDetails {
258
216
  */
259
217
  name?: string;
260
218
  }
261
- export declare namespace AttributeGroupDetails {
262
- /**
263
- * @internal
264
- */
265
- const filterSensitiveLog: (obj: AttributeGroupDetails) => any;
266
- }
267
219
  /**
268
220
  * <p>Summary of a Amazon Web Services Service Catalog AppRegistry attribute group.</p>
269
221
  */
@@ -293,12 +245,6 @@ export interface AttributeGroupSummary {
293
245
  */
294
246
  lastUpdateTime?: Date;
295
247
  }
296
- export declare namespace AttributeGroupSummary {
297
- /**
298
- * @internal
299
- */
300
- const filterSensitiveLog: (obj: AttributeGroupSummary) => any;
301
- }
302
248
  export interface CreateApplicationRequest {
303
249
  /**
304
250
  * <p>The name of the application. The name must be unique in the region in which you are creating the application.</p>
@@ -320,24 +266,12 @@ export interface CreateApplicationRequest {
320
266
  */
321
267
  clientToken?: string;
322
268
  }
323
- export declare namespace CreateApplicationRequest {
324
- /**
325
- * @internal
326
- */
327
- const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
328
- }
329
269
  export interface CreateApplicationResponse {
330
270
  /**
331
271
  * <p>Information about the application.</p>
332
272
  */
333
273
  application?: Application;
334
274
  }
335
- export declare namespace CreateApplicationResponse {
336
- /**
337
- * @internal
338
- */
339
- const filterSensitiveLog: (obj: CreateApplicationResponse) => any;
340
- }
341
275
  export interface CreateAttributeGroupRequest {
342
276
  /**
343
277
  * <p>The name of the attribute group.</p>
@@ -363,72 +297,36 @@ export interface CreateAttributeGroupRequest {
363
297
  */
364
298
  clientToken?: string;
365
299
  }
366
- export declare namespace CreateAttributeGroupRequest {
367
- /**
368
- * @internal
369
- */
370
- const filterSensitiveLog: (obj: CreateAttributeGroupRequest) => any;
371
- }
372
300
  export interface CreateAttributeGroupResponse {
373
301
  /**
374
302
  * <p>Information about the attribute group.</p>
375
303
  */
376
304
  attributeGroup?: AttributeGroup;
377
305
  }
378
- export declare namespace CreateAttributeGroupResponse {
379
- /**
380
- * @internal
381
- */
382
- const filterSensitiveLog: (obj: CreateAttributeGroupResponse) => any;
383
- }
384
306
  export interface DeleteApplicationRequest {
385
307
  /**
386
308
  * <p>The name or ID of the application.</p>
387
309
  */
388
310
  application: string | undefined;
389
311
  }
390
- export declare namespace DeleteApplicationRequest {
391
- /**
392
- * @internal
393
- */
394
- const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
395
- }
396
312
  export interface DeleteApplicationResponse {
397
313
  /**
398
314
  * <p>Information about the deleted application.</p>
399
315
  */
400
316
  application?: ApplicationSummary;
401
317
  }
402
- export declare namespace DeleteApplicationResponse {
403
- /**
404
- * @internal
405
- */
406
- const filterSensitiveLog: (obj: DeleteApplicationResponse) => any;
407
- }
408
318
  export interface DeleteAttributeGroupRequest {
409
319
  /**
410
320
  * <p>The name or ID of the attribute group that holds the attributes to describe the application.</p>
411
321
  */
412
322
  attributeGroup: string | undefined;
413
323
  }
414
- export declare namespace DeleteAttributeGroupRequest {
415
- /**
416
- * @internal
417
- */
418
- const filterSensitiveLog: (obj: DeleteAttributeGroupRequest) => any;
419
- }
420
324
  export interface DeleteAttributeGroupResponse {
421
325
  /**
422
326
  * <p>Information about the deleted attribute group.</p>
423
327
  */
424
328
  attributeGroup?: AttributeGroupSummary;
425
329
  }
426
- export declare namespace DeleteAttributeGroupResponse {
427
- /**
428
- * @internal
429
- */
430
- const filterSensitiveLog: (obj: DeleteAttributeGroupResponse) => any;
431
- }
432
330
  export interface DisassociateAttributeGroupRequest {
433
331
  /**
434
332
  * <p>The name or ID of the application.</p>
@@ -439,12 +337,6 @@ export interface DisassociateAttributeGroupRequest {
439
337
  */
440
338
  attributeGroup: string | undefined;
441
339
  }
442
- export declare namespace DisassociateAttributeGroupRequest {
443
- /**
444
- * @internal
445
- */
446
- const filterSensitiveLog: (obj: DisassociateAttributeGroupRequest) => any;
447
- }
448
340
  export interface DisassociateAttributeGroupResponse {
449
341
  /**
450
342
  * <p>The Amazon resource name (ARN) that specifies the application.</p>
@@ -455,12 +347,6 @@ export interface DisassociateAttributeGroupResponse {
455
347
  */
456
348
  attributeGroupArn?: string;
457
349
  }
458
- export declare namespace DisassociateAttributeGroupResponse {
459
- /**
460
- * @internal
461
- */
462
- const filterSensitiveLog: (obj: DisassociateAttributeGroupResponse) => any;
463
- }
464
350
  export interface DisassociateResourceRequest {
465
351
  /**
466
352
  * <p>The name or ID of the application.</p>
@@ -475,12 +361,6 @@ export interface DisassociateResourceRequest {
475
361
  */
476
362
  resource: string | undefined;
477
363
  }
478
- export declare namespace DisassociateResourceRequest {
479
- /**
480
- * @internal
481
- */
482
- const filterSensitiveLog: (obj: DisassociateResourceRequest) => any;
483
- }
484
364
  export interface DisassociateResourceResponse {
485
365
  /**
486
366
  * <p>The Amazon resource name (ARN) that specifies the application.</p>
@@ -491,24 +371,12 @@ export interface DisassociateResourceResponse {
491
371
  */
492
372
  resourceArn?: string;
493
373
  }
494
- export declare namespace DisassociateResourceResponse {
495
- /**
496
- * @internal
497
- */
498
- const filterSensitiveLog: (obj: DisassociateResourceResponse) => any;
499
- }
500
374
  export interface GetApplicationRequest {
501
375
  /**
502
376
  * <p>The name or ID of the application.</p>
503
377
  */
504
378
  application: string | undefined;
505
379
  }
506
- export declare namespace GetApplicationRequest {
507
- /**
508
- * @internal
509
- */
510
- const filterSensitiveLog: (obj: GetApplicationRequest) => any;
511
- }
512
380
  export declare enum ResourceGroupState {
513
381
  CREATE_COMPLETE = "CREATE_COMPLETE",
514
382
  CREATE_FAILED = "CREATE_FAILED",
@@ -546,12 +414,6 @@ export interface ResourceGroup {
546
414
  */
547
415
  errorMessage?: string;
548
416
  }
549
- export declare namespace ResourceGroup {
550
- /**
551
- * @internal
552
- */
553
- const filterSensitiveLog: (obj: ResourceGroup) => any;
554
- }
555
417
  /**
556
418
  * <p> The information about the service integration.</p>
557
419
  */
@@ -561,12 +423,6 @@ export interface Integrations {
561
423
  */
562
424
  resourceGroup?: ResourceGroup;
563
425
  }
564
- export declare namespace Integrations {
565
- /**
566
- * @internal
567
- */
568
- const filterSensitiveLog: (obj: Integrations) => any;
569
- }
570
426
  export interface GetApplicationResponse {
571
427
  /**
572
428
  * <p>The identifier of the application.</p>
@@ -605,12 +461,6 @@ export interface GetApplicationResponse {
605
461
  */
606
462
  integrations?: Integrations;
607
463
  }
608
- export declare namespace GetApplicationResponse {
609
- /**
610
- * @internal
611
- */
612
- const filterSensitiveLog: (obj: GetApplicationResponse) => any;
613
- }
614
464
  export interface GetAssociatedResourceRequest {
615
465
  /**
616
466
  * <p>The name or ID of the application.</p>
@@ -625,12 +475,6 @@ export interface GetAssociatedResourceRequest {
625
475
  */
626
476
  resource: string | undefined;
627
477
  }
628
- export declare namespace GetAssociatedResourceRequest {
629
- /**
630
- * @internal
631
- */
632
- const filterSensitiveLog: (obj: GetAssociatedResourceRequest) => any;
633
- }
634
478
  /**
635
479
  * <p>The service integration information about the resource.</p>
636
480
  */
@@ -640,12 +484,6 @@ export interface ResourceIntegrations {
640
484
  */
641
485
  resourceGroup?: ResourceGroup;
642
486
  }
643
- export declare namespace ResourceIntegrations {
644
- /**
645
- * @internal
646
- */
647
- const filterSensitiveLog: (obj: ResourceIntegrations) => any;
648
- }
649
487
  /**
650
488
  * <p> The information about the resource.</p>
651
489
  */
@@ -668,36 +506,18 @@ export interface Resource {
668
506
  */
669
507
  integrations?: ResourceIntegrations;
670
508
  }
671
- export declare namespace Resource {
672
- /**
673
- * @internal
674
- */
675
- const filterSensitiveLog: (obj: Resource) => any;
676
- }
677
509
  export interface GetAssociatedResourceResponse {
678
510
  /**
679
511
  * <p>The resource associated with the application.</p>
680
512
  */
681
513
  resource?: Resource;
682
514
  }
683
- export declare namespace GetAssociatedResourceResponse {
684
- /**
685
- * @internal
686
- */
687
- const filterSensitiveLog: (obj: GetAssociatedResourceResponse) => any;
688
- }
689
515
  export interface GetAttributeGroupRequest {
690
516
  /**
691
517
  * <p>The name or ID of the attribute group that holds the attributes to describe the application.</p>
692
518
  */
693
519
  attributeGroup: string | undefined;
694
520
  }
695
- export declare namespace GetAttributeGroupRequest {
696
- /**
697
- * @internal
698
- */
699
- const filterSensitiveLog: (obj: GetAttributeGroupRequest) => any;
700
- }
701
521
  export interface GetAttributeGroupResponse {
702
522
  /**
703
523
  * <p>The identifier of the attribute group.</p>
@@ -732,12 +552,6 @@ export interface GetAttributeGroupResponse {
732
552
  */
733
553
  tags?: Record<string, string>;
734
554
  }
735
- export declare namespace GetAttributeGroupResponse {
736
- /**
737
- * @internal
738
- */
739
- const filterSensitiveLog: (obj: GetAttributeGroupResponse) => any;
740
- }
741
555
  export interface ListApplicationsRequest {
742
556
  /**
743
557
  * <p>The token to use to get the next page of results after a previous API call. </p>
@@ -748,12 +562,6 @@ export interface ListApplicationsRequest {
748
562
  */
749
563
  maxResults?: number;
750
564
  }
751
- export declare namespace ListApplicationsRequest {
752
- /**
753
- * @internal
754
- */
755
- const filterSensitiveLog: (obj: ListApplicationsRequest) => any;
756
- }
757
565
  export interface ListApplicationsResponse {
758
566
  /**
759
567
  * <p>This list of applications.</p>
@@ -764,12 +572,6 @@ export interface ListApplicationsResponse {
764
572
  */
765
573
  nextToken?: string;
766
574
  }
767
- export declare namespace ListApplicationsResponse {
768
- /**
769
- * @internal
770
- */
771
- const filterSensitiveLog: (obj: ListApplicationsResponse) => any;
772
- }
773
575
  export interface ListAssociatedAttributeGroupsRequest {
774
576
  /**
775
577
  * <p>The name or ID of the application.</p>
@@ -784,12 +586,6 @@ export interface ListAssociatedAttributeGroupsRequest {
784
586
  */
785
587
  maxResults?: number;
786
588
  }
787
- export declare namespace ListAssociatedAttributeGroupsRequest {
788
- /**
789
- * @internal
790
- */
791
- const filterSensitiveLog: (obj: ListAssociatedAttributeGroupsRequest) => any;
792
- }
793
589
  export interface ListAssociatedAttributeGroupsResponse {
794
590
  /**
795
591
  * <p>A list of attribute group IDs.</p>
@@ -800,12 +596,6 @@ export interface ListAssociatedAttributeGroupsResponse {
800
596
  */
801
597
  nextToken?: string;
802
598
  }
803
- export declare namespace ListAssociatedAttributeGroupsResponse {
804
- /**
805
- * @internal
806
- */
807
- const filterSensitiveLog: (obj: ListAssociatedAttributeGroupsResponse) => any;
808
- }
809
599
  export interface ListAssociatedResourcesRequest {
810
600
  /**
811
601
  * <p>The name or ID of the application.</p>
@@ -820,12 +610,6 @@ export interface ListAssociatedResourcesRequest {
820
610
  */
821
611
  maxResults?: number;
822
612
  }
823
- export declare namespace ListAssociatedResourcesRequest {
824
- /**
825
- * @internal
826
- */
827
- const filterSensitiveLog: (obj: ListAssociatedResourcesRequest) => any;
828
- }
829
613
  /**
830
614
  * <p>The information about the resource.</p>
831
615
  */
@@ -839,12 +623,6 @@ export interface ResourceInfo {
839
623
  */
840
624
  arn?: string;
841
625
  }
842
- export declare namespace ResourceInfo {
843
- /**
844
- * @internal
845
- */
846
- const filterSensitiveLog: (obj: ResourceInfo) => any;
847
- }
848
626
  export interface ListAssociatedResourcesResponse {
849
627
  /**
850
628
  * <p>Information about the resources.</p>
@@ -855,12 +633,6 @@ export interface ListAssociatedResourcesResponse {
855
633
  */
856
634
  nextToken?: string;
857
635
  }
858
- export declare namespace ListAssociatedResourcesResponse {
859
- /**
860
- * @internal
861
- */
862
- const filterSensitiveLog: (obj: ListAssociatedResourcesResponse) => any;
863
- }
864
636
  export interface ListAttributeGroupsRequest {
865
637
  /**
866
638
  * <p>The token to use to get the next page of results after a previous API call. </p>
@@ -871,12 +643,6 @@ export interface ListAttributeGroupsRequest {
871
643
  */
872
644
  maxResults?: number;
873
645
  }
874
- export declare namespace ListAttributeGroupsRequest {
875
- /**
876
- * @internal
877
- */
878
- const filterSensitiveLog: (obj: ListAttributeGroupsRequest) => any;
879
- }
880
646
  export interface ListAttributeGroupsResponse {
881
647
  /**
882
648
  * <p>This list of attribute groups.</p>
@@ -887,12 +653,6 @@ export interface ListAttributeGroupsResponse {
887
653
  */
888
654
  nextToken?: string;
889
655
  }
890
- export declare namespace ListAttributeGroupsResponse {
891
- /**
892
- * @internal
893
- */
894
- const filterSensitiveLog: (obj: ListAttributeGroupsResponse) => any;
895
- }
896
656
  export interface ListAttributeGroupsForApplicationRequest {
897
657
  /**
898
658
  * <p>The name or ID of the application.</p>
@@ -907,12 +667,6 @@ export interface ListAttributeGroupsForApplicationRequest {
907
667
  */
908
668
  maxResults?: number;
909
669
  }
910
- export declare namespace ListAttributeGroupsForApplicationRequest {
911
- /**
912
- * @internal
913
- */
914
- const filterSensitiveLog: (obj: ListAttributeGroupsForApplicationRequest) => any;
915
- }
916
670
  export interface ListAttributeGroupsForApplicationResponse {
917
671
  /**
918
672
  * <p> The details related to a specific AttributeGroup. </p>
@@ -923,36 +677,18 @@ export interface ListAttributeGroupsForApplicationResponse {
923
677
  */
924
678
  nextToken?: string;
925
679
  }
926
- export declare namespace ListAttributeGroupsForApplicationResponse {
927
- /**
928
- * @internal
929
- */
930
- const filterSensitiveLog: (obj: ListAttributeGroupsForApplicationResponse) => any;
931
- }
932
680
  export interface ListTagsForResourceRequest {
933
681
  /**
934
682
  * <p>The Amazon resource name (ARN) that specifies the resource.</p>
935
683
  */
936
684
  resourceArn: string | undefined;
937
685
  }
938
- export declare namespace ListTagsForResourceRequest {
939
- /**
940
- * @internal
941
- */
942
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
943
- }
944
686
  export interface ListTagsForResourceResponse {
945
687
  /**
946
688
  * <p>The tags on the resource.</p>
947
689
  */
948
690
  tags?: Record<string, string>;
949
691
  }
950
- export declare namespace ListTagsForResourceResponse {
951
- /**
952
- * @internal
953
- */
954
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
955
- }
956
692
  export interface SyncResourceRequest {
957
693
  /**
958
694
  * <p>The type of resource of which the application will be associated.</p>
@@ -963,12 +699,6 @@ export interface SyncResourceRequest {
963
699
  */
964
700
  resource: string | undefined;
965
701
  }
966
- export declare namespace SyncResourceRequest {
967
- /**
968
- * @internal
969
- */
970
- const filterSensitiveLog: (obj: SyncResourceRequest) => any;
971
- }
972
702
  export declare enum SyncAction {
973
703
  NO_ACTION = "NO_ACTION",
974
704
  START_SYNC = "START_SYNC"
@@ -987,12 +717,6 @@ export interface SyncResourceResponse {
987
717
  */
988
718
  actionTaken?: SyncAction | string;
989
719
  }
990
- export declare namespace SyncResourceResponse {
991
- /**
992
- * @internal
993
- */
994
- const filterSensitiveLog: (obj: SyncResourceResponse) => any;
995
- }
996
720
  export interface TagResourceRequest {
997
721
  /**
998
722
  * <p>The Amazon resource name (ARN) that specifies the resource.</p>
@@ -1003,20 +727,8 @@ export interface TagResourceRequest {
1003
727
  */
1004
728
  tags: Record<string, string> | undefined;
1005
729
  }
1006
- export declare namespace TagResourceRequest {
1007
- /**
1008
- * @internal
1009
- */
1010
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1011
- }
1012
730
  export interface TagResourceResponse {
1013
731
  }
1014
- export declare namespace TagResourceResponse {
1015
- /**
1016
- * @internal
1017
- */
1018
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1019
- }
1020
732
  export interface UntagResourceRequest {
1021
733
  /**
1022
734
  * <p>The Amazon resource name (ARN) that specifies the resource.</p>
@@ -1027,20 +739,8 @@ export interface UntagResourceRequest {
1027
739
  */
1028
740
  tagKeys: string[] | undefined;
1029
741
  }
1030
- export declare namespace UntagResourceRequest {
1031
- /**
1032
- * @internal
1033
- */
1034
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1035
- }
1036
742
  export interface UntagResourceResponse {
1037
743
  }
1038
- export declare namespace UntagResourceResponse {
1039
- /**
1040
- * @internal
1041
- */
1042
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1043
- }
1044
744
  export interface UpdateApplicationRequest {
1045
745
  /**
1046
746
  * <p>The name or ID of the application that will be updated.</p>
@@ -1058,24 +758,12 @@ export interface UpdateApplicationRequest {
1058
758
  */
1059
759
  description?: string;
1060
760
  }
1061
- export declare namespace UpdateApplicationRequest {
1062
- /**
1063
- * @internal
1064
- */
1065
- const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
1066
- }
1067
761
  export interface UpdateApplicationResponse {
1068
762
  /**
1069
763
  * <p>The updated information of the application.</p>
1070
764
  */
1071
765
  application?: Application;
1072
766
  }
1073
- export declare namespace UpdateApplicationResponse {
1074
- /**
1075
- * @internal
1076
- */
1077
- const filterSensitiveLog: (obj: UpdateApplicationResponse) => any;
1078
- }
1079
767
  export interface UpdateAttributeGroupRequest {
1080
768
  /**
1081
769
  * <p>The name or ID of the attribute group that holds the attributes to describe the application.</p>
@@ -1097,21 +785,225 @@ export interface UpdateAttributeGroupRequest {
1097
785
  */
1098
786
  attributes?: string;
1099
787
  }
1100
- export declare namespace UpdateAttributeGroupRequest {
1101
- /**
1102
- * @internal
1103
- */
1104
- const filterSensitiveLog: (obj: UpdateAttributeGroupRequest) => any;
1105
- }
1106
788
  export interface UpdateAttributeGroupResponse {
1107
789
  /**
1108
790
  * <p>The updated information of the attribute group.</p>
1109
791
  */
1110
792
  attributeGroup?: AttributeGroup;
1111
793
  }
1112
- export declare namespace UpdateAttributeGroupResponse {
1113
- /**
1114
- * @internal
1115
- */
1116
- const filterSensitiveLog: (obj: UpdateAttributeGroupResponse) => any;
1117
- }
794
+ /**
795
+ * @internal
796
+ */
797
+ export declare const ApplicationFilterSensitiveLog: (obj: Application) => any;
798
+ /**
799
+ * @internal
800
+ */
801
+ export declare const ApplicationSummaryFilterSensitiveLog: (obj: ApplicationSummary) => any;
802
+ /**
803
+ * @internal
804
+ */
805
+ export declare const AssociateAttributeGroupRequestFilterSensitiveLog: (obj: AssociateAttributeGroupRequest) => any;
806
+ /**
807
+ * @internal
808
+ */
809
+ export declare const AssociateAttributeGroupResponseFilterSensitiveLog: (obj: AssociateAttributeGroupResponse) => any;
810
+ /**
811
+ * @internal
812
+ */
813
+ export declare const AssociateResourceRequestFilterSensitiveLog: (obj: AssociateResourceRequest) => any;
814
+ /**
815
+ * @internal
816
+ */
817
+ export declare const AssociateResourceResponseFilterSensitiveLog: (obj: AssociateResourceResponse) => any;
818
+ /**
819
+ * @internal
820
+ */
821
+ export declare const AttributeGroupFilterSensitiveLog: (obj: AttributeGroup) => any;
822
+ /**
823
+ * @internal
824
+ */
825
+ export declare const AttributeGroupDetailsFilterSensitiveLog: (obj: AttributeGroupDetails) => any;
826
+ /**
827
+ * @internal
828
+ */
829
+ export declare const AttributeGroupSummaryFilterSensitiveLog: (obj: AttributeGroupSummary) => any;
830
+ /**
831
+ * @internal
832
+ */
833
+ export declare const CreateApplicationRequestFilterSensitiveLog: (obj: CreateApplicationRequest) => any;
834
+ /**
835
+ * @internal
836
+ */
837
+ export declare const CreateApplicationResponseFilterSensitiveLog: (obj: CreateApplicationResponse) => any;
838
+ /**
839
+ * @internal
840
+ */
841
+ export declare const CreateAttributeGroupRequestFilterSensitiveLog: (obj: CreateAttributeGroupRequest) => any;
842
+ /**
843
+ * @internal
844
+ */
845
+ export declare const CreateAttributeGroupResponseFilterSensitiveLog: (obj: CreateAttributeGroupResponse) => any;
846
+ /**
847
+ * @internal
848
+ */
849
+ export declare const DeleteApplicationRequestFilterSensitiveLog: (obj: DeleteApplicationRequest) => any;
850
+ /**
851
+ * @internal
852
+ */
853
+ export declare const DeleteApplicationResponseFilterSensitiveLog: (obj: DeleteApplicationResponse) => any;
854
+ /**
855
+ * @internal
856
+ */
857
+ export declare const DeleteAttributeGroupRequestFilterSensitiveLog: (obj: DeleteAttributeGroupRequest) => any;
858
+ /**
859
+ * @internal
860
+ */
861
+ export declare const DeleteAttributeGroupResponseFilterSensitiveLog: (obj: DeleteAttributeGroupResponse) => any;
862
+ /**
863
+ * @internal
864
+ */
865
+ export declare const DisassociateAttributeGroupRequestFilterSensitiveLog: (obj: DisassociateAttributeGroupRequest) => any;
866
+ /**
867
+ * @internal
868
+ */
869
+ export declare const DisassociateAttributeGroupResponseFilterSensitiveLog: (obj: DisassociateAttributeGroupResponse) => any;
870
+ /**
871
+ * @internal
872
+ */
873
+ export declare const DisassociateResourceRequestFilterSensitiveLog: (obj: DisassociateResourceRequest) => any;
874
+ /**
875
+ * @internal
876
+ */
877
+ export declare const DisassociateResourceResponseFilterSensitiveLog: (obj: DisassociateResourceResponse) => any;
878
+ /**
879
+ * @internal
880
+ */
881
+ export declare const GetApplicationRequestFilterSensitiveLog: (obj: GetApplicationRequest) => any;
882
+ /**
883
+ * @internal
884
+ */
885
+ export declare const ResourceGroupFilterSensitiveLog: (obj: ResourceGroup) => any;
886
+ /**
887
+ * @internal
888
+ */
889
+ export declare const IntegrationsFilterSensitiveLog: (obj: Integrations) => any;
890
+ /**
891
+ * @internal
892
+ */
893
+ export declare const GetApplicationResponseFilterSensitiveLog: (obj: GetApplicationResponse) => any;
894
+ /**
895
+ * @internal
896
+ */
897
+ export declare const GetAssociatedResourceRequestFilterSensitiveLog: (obj: GetAssociatedResourceRequest) => any;
898
+ /**
899
+ * @internal
900
+ */
901
+ export declare const ResourceIntegrationsFilterSensitiveLog: (obj: ResourceIntegrations) => any;
902
+ /**
903
+ * @internal
904
+ */
905
+ export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
906
+ /**
907
+ * @internal
908
+ */
909
+ export declare const GetAssociatedResourceResponseFilterSensitiveLog: (obj: GetAssociatedResourceResponse) => any;
910
+ /**
911
+ * @internal
912
+ */
913
+ export declare const GetAttributeGroupRequestFilterSensitiveLog: (obj: GetAttributeGroupRequest) => any;
914
+ /**
915
+ * @internal
916
+ */
917
+ export declare const GetAttributeGroupResponseFilterSensitiveLog: (obj: GetAttributeGroupResponse) => any;
918
+ /**
919
+ * @internal
920
+ */
921
+ export declare const ListApplicationsRequestFilterSensitiveLog: (obj: ListApplicationsRequest) => any;
922
+ /**
923
+ * @internal
924
+ */
925
+ export declare const ListApplicationsResponseFilterSensitiveLog: (obj: ListApplicationsResponse) => any;
926
+ /**
927
+ * @internal
928
+ */
929
+ export declare const ListAssociatedAttributeGroupsRequestFilterSensitiveLog: (obj: ListAssociatedAttributeGroupsRequest) => any;
930
+ /**
931
+ * @internal
932
+ */
933
+ export declare const ListAssociatedAttributeGroupsResponseFilterSensitiveLog: (obj: ListAssociatedAttributeGroupsResponse) => any;
934
+ /**
935
+ * @internal
936
+ */
937
+ export declare const ListAssociatedResourcesRequestFilterSensitiveLog: (obj: ListAssociatedResourcesRequest) => any;
938
+ /**
939
+ * @internal
940
+ */
941
+ export declare const ResourceInfoFilterSensitiveLog: (obj: ResourceInfo) => any;
942
+ /**
943
+ * @internal
944
+ */
945
+ export declare const ListAssociatedResourcesResponseFilterSensitiveLog: (obj: ListAssociatedResourcesResponse) => any;
946
+ /**
947
+ * @internal
948
+ */
949
+ export declare const ListAttributeGroupsRequestFilterSensitiveLog: (obj: ListAttributeGroupsRequest) => any;
950
+ /**
951
+ * @internal
952
+ */
953
+ export declare const ListAttributeGroupsResponseFilterSensitiveLog: (obj: ListAttributeGroupsResponse) => any;
954
+ /**
955
+ * @internal
956
+ */
957
+ export declare const ListAttributeGroupsForApplicationRequestFilterSensitiveLog: (obj: ListAttributeGroupsForApplicationRequest) => any;
958
+ /**
959
+ * @internal
960
+ */
961
+ export declare const ListAttributeGroupsForApplicationResponseFilterSensitiveLog: (obj: ListAttributeGroupsForApplicationResponse) => any;
962
+ /**
963
+ * @internal
964
+ */
965
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
966
+ /**
967
+ * @internal
968
+ */
969
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
970
+ /**
971
+ * @internal
972
+ */
973
+ export declare const SyncResourceRequestFilterSensitiveLog: (obj: SyncResourceRequest) => any;
974
+ /**
975
+ * @internal
976
+ */
977
+ export declare const SyncResourceResponseFilterSensitiveLog: (obj: SyncResourceResponse) => any;
978
+ /**
979
+ * @internal
980
+ */
981
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
982
+ /**
983
+ * @internal
984
+ */
985
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
986
+ /**
987
+ * @internal
988
+ */
989
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
990
+ /**
991
+ * @internal
992
+ */
993
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
994
+ /**
995
+ * @internal
996
+ */
997
+ export declare const UpdateApplicationRequestFilterSensitiveLog: (obj: UpdateApplicationRequest) => any;
998
+ /**
999
+ * @internal
1000
+ */
1001
+ export declare const UpdateApplicationResponseFilterSensitiveLog: (obj: UpdateApplicationResponse) => any;
1002
+ /**
1003
+ * @internal
1004
+ */
1005
+ export declare const UpdateAttributeGroupRequestFilterSensitiveLog: (obj: UpdateAttributeGroupRequest) => any;
1006
+ /**
1007
+ * @internal
1008
+ */
1009
+ export declare const UpdateAttributeGroupResponseFilterSensitiveLog: (obj: UpdateAttributeGroupResponse) => any;