@aws-sdk/client-service-catalog-appregistry 3.296.0 → 3.298.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 (86) hide show
  1. package/dist-cjs/commands/AssociateAttributeGroupCommand.js +2 -3
  2. package/dist-cjs/commands/AssociateResourceCommand.js +2 -3
  3. package/dist-cjs/commands/CreateApplicationCommand.js +2 -3
  4. package/dist-cjs/commands/CreateAttributeGroupCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteAttributeGroupCommand.js +2 -3
  7. package/dist-cjs/commands/DisassociateAttributeGroupCommand.js +2 -3
  8. package/dist-cjs/commands/DisassociateResourceCommand.js +2 -3
  9. package/dist-cjs/commands/GetApplicationCommand.js +2 -3
  10. package/dist-cjs/commands/GetAssociatedResourceCommand.js +2 -3
  11. package/dist-cjs/commands/GetAttributeGroupCommand.js +2 -3
  12. package/dist-cjs/commands/GetConfigurationCommand.js +2 -3
  13. package/dist-cjs/commands/ListApplicationsCommand.js +2 -3
  14. package/dist-cjs/commands/ListAssociatedAttributeGroupsCommand.js +2 -3
  15. package/dist-cjs/commands/ListAssociatedResourcesCommand.js +2 -3
  16. package/dist-cjs/commands/ListAttributeGroupsCommand.js +2 -3
  17. package/dist-cjs/commands/ListAttributeGroupsForApplicationCommand.js +2 -3
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  19. package/dist-cjs/commands/PutConfigurationCommand.js +2 -3
  20. package/dist-cjs/commands/SyncResourceCommand.js +2 -3
  21. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  22. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  23. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateAttributeGroupCommand.js +2 -3
  25. package/dist-cjs/models/models_0.js +1 -238
  26. package/dist-es/commands/AssociateAttributeGroupCommand.js +2 -3
  27. package/dist-es/commands/AssociateResourceCommand.js +2 -3
  28. package/dist-es/commands/CreateApplicationCommand.js +2 -3
  29. package/dist-es/commands/CreateAttributeGroupCommand.js +2 -3
  30. package/dist-es/commands/DeleteApplicationCommand.js +2 -3
  31. package/dist-es/commands/DeleteAttributeGroupCommand.js +2 -3
  32. package/dist-es/commands/DisassociateAttributeGroupCommand.js +2 -3
  33. package/dist-es/commands/DisassociateResourceCommand.js +2 -3
  34. package/dist-es/commands/GetApplicationCommand.js +2 -3
  35. package/dist-es/commands/GetAssociatedResourceCommand.js +2 -3
  36. package/dist-es/commands/GetAttributeGroupCommand.js +2 -3
  37. package/dist-es/commands/GetConfigurationCommand.js +2 -3
  38. package/dist-es/commands/ListApplicationsCommand.js +2 -3
  39. package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js +2 -3
  40. package/dist-es/commands/ListAssociatedResourcesCommand.js +2 -3
  41. package/dist-es/commands/ListAttributeGroupsCommand.js +2 -3
  42. package/dist-es/commands/ListAttributeGroupsForApplicationCommand.js +2 -3
  43. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  44. package/dist-es/commands/PutConfigurationCommand.js +2 -3
  45. package/dist-es/commands/SyncResourceCommand.js +2 -3
  46. package/dist-es/commands/TagResourceCommand.js +2 -3
  47. package/dist-es/commands/UntagResourceCommand.js +2 -3
  48. package/dist-es/commands/UpdateApplicationCommand.js +2 -3
  49. package/dist-es/commands/UpdateAttributeGroupCommand.js +2 -3
  50. package/dist-es/models/models_0.js +0 -177
  51. package/dist-types/ServiceCatalogAppRegistry.d.ts +25 -0
  52. package/dist-types/ServiceCatalogAppRegistryClient.d.ts +24 -4
  53. package/dist-types/commands/AssociateAttributeGroupCommand.d.ts +16 -0
  54. package/dist-types/commands/AssociateResourceCommand.d.ts +16 -0
  55. package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
  56. package/dist-types/commands/CreateAttributeGroupCommand.d.ts +16 -0
  57. package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
  58. package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +16 -0
  59. package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +16 -0
  60. package/dist-types/commands/DisassociateResourceCommand.d.ts +16 -0
  61. package/dist-types/commands/GetApplicationCommand.d.ts +16 -0
  62. package/dist-types/commands/GetAssociatedResourceCommand.d.ts +16 -0
  63. package/dist-types/commands/GetAttributeGroupCommand.d.ts +16 -0
  64. package/dist-types/commands/GetConfigurationCommand.d.ts +16 -0
  65. package/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
  66. package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +16 -0
  67. package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +16 -0
  68. package/dist-types/commands/ListAttributeGroupsCommand.d.ts +16 -0
  69. package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +16 -0
  70. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  71. package/dist-types/commands/PutConfigurationCommand.d.ts +16 -0
  72. package/dist-types/commands/SyncResourceCommand.d.ts +16 -0
  73. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  74. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdateAttributeGroupCommand.d.ts +16 -0
  77. package/dist-types/models/ServiceCatalogAppRegistryServiceException.d.ts +2 -0
  78. package/dist-types/models/models_0.d.ts +165 -236
  79. package/dist-types/pagination/Interfaces.d.ts +3 -0
  80. package/dist-types/pagination/ListApplicationsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListAssociatedAttributeGroupsPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListAssociatedResourcesPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListAttributeGroupsForApplicationPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListAttributeGroupsPaginator.d.ts +3 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +0 -169
  86. package/package.json +4 -3
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { ServiceCatalogAppRegistryServiceException as __BaseException } from "./ServiceCatalogAppRegistryServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>Represents a Amazon Web Services Service Catalog AppRegistry application that is the top-level node in a hierarchy of related
5
6
  * cloud resource abstractions.</p>
6
7
  */
@@ -35,6 +36,7 @@ export interface Application {
35
36
  tags?: Record<string, string>;
36
37
  }
37
38
  /**
39
+ * @public
38
40
  * <p>Summary of a Amazon Web Services Service Catalog AppRegistry application.</p>
39
41
  */
40
42
  export interface ApplicationSummary {
@@ -64,6 +66,7 @@ export interface ApplicationSummary {
64
66
  lastUpdateTime?: Date;
65
67
  }
66
68
  /**
69
+ * @public
67
70
  * <p>
68
71
  * The
69
72
  * definition
@@ -84,6 +87,7 @@ export interface TagQueryConfiguration {
84
87
  tagKey?: string;
85
88
  }
86
89
  /**
90
+ * @public
87
91
  * <p>
88
92
  * Includes all
89
93
  * of the Service Catalog AppRegistry settings.
@@ -98,6 +102,9 @@ export interface AppRegistryConfiguration {
98
102
  */
99
103
  tagQueryConfiguration?: TagQueryConfiguration;
100
104
  }
105
+ /**
106
+ * @public
107
+ */
101
108
  export interface AssociateAttributeGroupRequest {
102
109
  /**
103
110
  * <p>The name or ID of the application.</p>
@@ -108,6 +115,9 @@ export interface AssociateAttributeGroupRequest {
108
115
  */
109
116
  attributeGroup: string | undefined;
110
117
  }
118
+ /**
119
+ * @public
120
+ */
111
121
  export interface AssociateAttributeGroupResponse {
112
122
  /**
113
123
  * <p>The Amazon resource name (ARN) of the application that was augmented with attributes.</p>
@@ -119,6 +129,7 @@ export interface AssociateAttributeGroupResponse {
119
129
  attributeGroupArn?: string;
120
130
  }
121
131
  /**
132
+ * @public
122
133
  * <p>There was a conflict when processing the request (for example, a resource with the given
123
134
  * name already exists within the account).</p>
124
135
  */
@@ -131,6 +142,7 @@ export declare class ConflictException extends __BaseException {
131
142
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
132
143
  }
133
144
  /**
145
+ * @public
134
146
  * <p>The service is experiencing internal problems.</p>
135
147
  */
136
148
  export declare class InternalServerException extends __BaseException {
@@ -142,6 +154,7 @@ export declare class InternalServerException extends __BaseException {
142
154
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
143
155
  }
144
156
  /**
157
+ * @public
145
158
  * <p>The specified resource does not exist.</p>
146
159
  */
147
160
  export declare class ResourceNotFoundException extends __BaseException {
@@ -153,6 +166,7 @@ export declare class ResourceNotFoundException extends __BaseException {
153
166
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
154
167
  }
155
168
  /**
169
+ * @public
156
170
  * <p>The maximum number of resources per account has been reached.</p>
157
171
  */
158
172
  export declare class ServiceQuotaExceededException extends __BaseException {
@@ -164,6 +178,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
164
178
  constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
165
179
  }
166
180
  /**
181
+ * @public
167
182
  * <p>The request has invalid or missing parameters.</p>
168
183
  */
169
184
  export declare class ValidationException extends __BaseException {
@@ -174,10 +189,16 @@ export declare class ValidationException extends __BaseException {
174
189
  */
175
190
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
176
191
  }
192
+ /**
193
+ * @public
194
+ */
177
195
  export declare enum ResourceType {
178
196
  CFN_STACK = "CFN_STACK",
179
197
  RESOURCE_TAG_VALUE = "RESOURCE_TAG_VALUE"
180
198
  }
199
+ /**
200
+ * @public
201
+ */
181
202
  export interface AssociateResourceRequest {
182
203
  /**
183
204
  * <p>The name or ID of the application.</p>
@@ -192,6 +213,9 @@ export interface AssociateResourceRequest {
192
213
  */
193
214
  resource: string | undefined;
194
215
  }
216
+ /**
217
+ * @public
218
+ */
195
219
  export interface AssociateResourceResponse {
196
220
  /**
197
221
  * <p>The Amazon resource name (ARN) of the application that was augmented with attributes.</p>
@@ -203,6 +227,7 @@ export interface AssociateResourceResponse {
203
227
  resourceArn?: string;
204
228
  }
205
229
  /**
230
+ * @public
206
231
  * <p>Represents a Amazon Web Services Service Catalog AppRegistry attribute group that is rich metadata which describes an application and its components.</p>
207
232
  */
208
233
  export interface AttributeGroup {
@@ -236,6 +261,7 @@ export interface AttributeGroup {
236
261
  tags?: Record<string, string>;
237
262
  }
238
263
  /**
264
+ * @public
239
265
  * <p>
240
266
  * The details related to a specific AttributeGroup.
241
267
  * </p>
@@ -266,6 +292,7 @@ export interface AttributeGroupDetails {
266
292
  name?: string;
267
293
  }
268
294
  /**
295
+ * @public
269
296
  * <p>Summary of a Amazon Web Services Service Catalog AppRegistry attribute group.</p>
270
297
  */
271
298
  export interface AttributeGroupSummary {
@@ -294,6 +321,9 @@ export interface AttributeGroupSummary {
294
321
  */
295
322
  lastUpdateTime?: Date;
296
323
  }
324
+ /**
325
+ * @public
326
+ */
297
327
  export interface CreateApplicationRequest {
298
328
  /**
299
329
  * <p>The name of the application. The name must be unique in the region in which you are creating the application.</p>
@@ -315,12 +345,18 @@ export interface CreateApplicationRequest {
315
345
  */
316
346
  clientToken?: string;
317
347
  }
348
+ /**
349
+ * @public
350
+ */
318
351
  export interface CreateApplicationResponse {
319
352
  /**
320
353
  * <p>Information about the application.</p>
321
354
  */
322
355
  application?: Application;
323
356
  }
357
+ /**
358
+ * @public
359
+ */
324
360
  export interface CreateAttributeGroupRequest {
325
361
  /**
326
362
  * <p>The name of the attribute group.</p>
@@ -346,36 +382,54 @@ export interface CreateAttributeGroupRequest {
346
382
  */
347
383
  clientToken?: string;
348
384
  }
385
+ /**
386
+ * @public
387
+ */
349
388
  export interface CreateAttributeGroupResponse {
350
389
  /**
351
390
  * <p>Information about the attribute group.</p>
352
391
  */
353
392
  attributeGroup?: AttributeGroup;
354
393
  }
394
+ /**
395
+ * @public
396
+ */
355
397
  export interface DeleteApplicationRequest {
356
398
  /**
357
399
  * <p>The name or ID of the application.</p>
358
400
  */
359
401
  application: string | undefined;
360
402
  }
403
+ /**
404
+ * @public
405
+ */
361
406
  export interface DeleteApplicationResponse {
362
407
  /**
363
408
  * <p>Information about the deleted application.</p>
364
409
  */
365
410
  application?: ApplicationSummary;
366
411
  }
412
+ /**
413
+ * @public
414
+ */
367
415
  export interface DeleteAttributeGroupRequest {
368
416
  /**
369
417
  * <p>The name or ID of the attribute group that holds the attributes to describe the application.</p>
370
418
  */
371
419
  attributeGroup: string | undefined;
372
420
  }
421
+ /**
422
+ * @public
423
+ */
373
424
  export interface DeleteAttributeGroupResponse {
374
425
  /**
375
426
  * <p>Information about the deleted attribute group.</p>
376
427
  */
377
428
  attributeGroup?: AttributeGroupSummary;
378
429
  }
430
+ /**
431
+ * @public
432
+ */
379
433
  export interface DisassociateAttributeGroupRequest {
380
434
  /**
381
435
  * <p>The name or ID of the application.</p>
@@ -386,6 +440,9 @@ export interface DisassociateAttributeGroupRequest {
386
440
  */
387
441
  attributeGroup: string | undefined;
388
442
  }
443
+ /**
444
+ * @public
445
+ */
389
446
  export interface DisassociateAttributeGroupResponse {
390
447
  /**
391
448
  * <p>The Amazon resource name (ARN) that specifies the application.</p>
@@ -396,6 +453,9 @@ export interface DisassociateAttributeGroupResponse {
396
453
  */
397
454
  attributeGroupArn?: string;
398
455
  }
456
+ /**
457
+ * @public
458
+ */
399
459
  export interface DisassociateResourceRequest {
400
460
  /**
401
461
  * <p>The name or ID of the application.</p>
@@ -410,6 +470,9 @@ export interface DisassociateResourceRequest {
410
470
  */
411
471
  resource: string | undefined;
412
472
  }
473
+ /**
474
+ * @public
475
+ */
413
476
  export interface DisassociateResourceResponse {
414
477
  /**
415
478
  * <p>The Amazon resource name (ARN) that specifies the application.</p>
@@ -420,12 +483,18 @@ export interface DisassociateResourceResponse {
420
483
  */
421
484
  resourceArn?: string;
422
485
  }
486
+ /**
487
+ * @public
488
+ */
423
489
  export interface GetApplicationRequest {
424
490
  /**
425
491
  * <p>The name or ID of the application.</p>
426
492
  */
427
493
  application: string | undefined;
428
494
  }
495
+ /**
496
+ * @public
497
+ */
429
498
  export declare enum ResourceGroupState {
430
499
  CREATE_COMPLETE = "CREATE_COMPLETE",
431
500
  CREATE_FAILED = "CREATE_FAILED",
@@ -435,6 +504,7 @@ export declare enum ResourceGroupState {
435
504
  UPDATING = "UPDATING"
436
505
  }
437
506
  /**
507
+ * @public
438
508
  * <p>The information about the resource group integration.</p>
439
509
  */
440
510
  export interface ResourceGroup {
@@ -464,6 +534,7 @@ export interface ResourceGroup {
464
534
  errorMessage?: string;
465
535
  }
466
536
  /**
537
+ * @public
467
538
  * <p> The information about the service integration.</p>
468
539
  */
469
540
  export interface Integrations {
@@ -472,6 +543,9 @@ export interface Integrations {
472
543
  */
473
544
  resourceGroup?: ResourceGroup;
474
545
  }
546
+ /**
547
+ * @public
548
+ */
475
549
  export interface GetApplicationResponse {
476
550
  /**
477
551
  * <p>The identifier of the application.</p>
@@ -517,6 +591,9 @@ export interface GetApplicationResponse {
517
591
  */
518
592
  integrations?: Integrations;
519
593
  }
594
+ /**
595
+ * @public
596
+ */
520
597
  export interface GetAssociatedResourceRequest {
521
598
  /**
522
599
  * <p>The name or ID of the application.</p>
@@ -532,6 +609,7 @@ export interface GetAssociatedResourceRequest {
532
609
  resource: string | undefined;
533
610
  }
534
611
  /**
612
+ * @public
535
613
  * <p>The service integration information about the resource.</p>
536
614
  */
537
615
  export interface ResourceIntegrations {
@@ -541,6 +619,7 @@ export interface ResourceIntegrations {
541
619
  resourceGroup?: ResourceGroup;
542
620
  }
543
621
  /**
622
+ * @public
544
623
  * <p> The information about the resource.</p>
545
624
  */
546
625
  export interface Resource {
@@ -562,18 +641,27 @@ export interface Resource {
562
641
  */
563
642
  integrations?: ResourceIntegrations;
564
643
  }
644
+ /**
645
+ * @public
646
+ */
565
647
  export interface GetAssociatedResourceResponse {
566
648
  /**
567
649
  * <p>The resource associated with the application.</p>
568
650
  */
569
651
  resource?: Resource;
570
652
  }
653
+ /**
654
+ * @public
655
+ */
571
656
  export interface GetAttributeGroupRequest {
572
657
  /**
573
658
  * <p>The name or ID of the attribute group that holds the attributes to describe the application.</p>
574
659
  */
575
660
  attributeGroup: string | undefined;
576
661
  }
662
+ /**
663
+ * @public
664
+ */
577
665
  export interface GetAttributeGroupResponse {
578
666
  /**
579
667
  * <p>The identifier of the attribute group.</p>
@@ -608,6 +696,9 @@ export interface GetAttributeGroupResponse {
608
696
  */
609
697
  tags?: Record<string, string>;
610
698
  }
699
+ /**
700
+ * @public
701
+ */
611
702
  export interface GetConfigurationResponse {
612
703
  /**
613
704
  * <p>
@@ -617,6 +708,9 @@ export interface GetConfigurationResponse {
617
708
  */
618
709
  configuration?: AppRegistryConfiguration;
619
710
  }
711
+ /**
712
+ * @public
713
+ */
620
714
  export interface ListApplicationsRequest {
621
715
  /**
622
716
  * <p>The token to use to get the next page of results after a previous API call. </p>
@@ -627,6 +721,9 @@ export interface ListApplicationsRequest {
627
721
  */
628
722
  maxResults?: number;
629
723
  }
724
+ /**
725
+ * @public
726
+ */
630
727
  export interface ListApplicationsResponse {
631
728
  /**
632
729
  * <p>This list of applications.</p>
@@ -637,6 +734,9 @@ export interface ListApplicationsResponse {
637
734
  */
638
735
  nextToken?: string;
639
736
  }
737
+ /**
738
+ * @public
739
+ */
640
740
  export interface ListAssociatedAttributeGroupsRequest {
641
741
  /**
642
742
  * <p>The name or ID of the application.</p>
@@ -651,6 +751,9 @@ export interface ListAssociatedAttributeGroupsRequest {
651
751
  */
652
752
  maxResults?: number;
653
753
  }
754
+ /**
755
+ * @public
756
+ */
654
757
  export interface ListAssociatedAttributeGroupsResponse {
655
758
  /**
656
759
  * <p>A list of attribute group IDs.</p>
@@ -661,6 +764,9 @@ export interface ListAssociatedAttributeGroupsResponse {
661
764
  */
662
765
  nextToken?: string;
663
766
  }
767
+ /**
768
+ * @public
769
+ */
664
770
  export interface ListAssociatedResourcesRequest {
665
771
  /**
666
772
  * <p>The name or ID of the application.</p>
@@ -676,6 +782,7 @@ export interface ListAssociatedResourcesRequest {
676
782
  maxResults?: number;
677
783
  }
678
784
  /**
785
+ * @public
679
786
  * <p>
680
787
  * The details
681
788
  * related
@@ -690,6 +797,7 @@ export interface ResourceDetails {
690
797
  tagValue?: string;
691
798
  }
692
799
  /**
800
+ * @public
693
801
  * <p>The information about the resource.</p>
694
802
  */
695
803
  export interface ResourceInfo {
@@ -717,6 +825,9 @@ export interface ResourceInfo {
717
825
  */
718
826
  resourceDetails?: ResourceDetails;
719
827
  }
828
+ /**
829
+ * @public
830
+ */
720
831
  export interface ListAssociatedResourcesResponse {
721
832
  /**
722
833
  * <p>Information about the resources.</p>
@@ -727,6 +838,9 @@ export interface ListAssociatedResourcesResponse {
727
838
  */
728
839
  nextToken?: string;
729
840
  }
841
+ /**
842
+ * @public
843
+ */
730
844
  export interface ListAttributeGroupsRequest {
731
845
  /**
732
846
  * <p>The token to use to get the next page of results after a previous API call. </p>
@@ -737,6 +851,9 @@ export interface ListAttributeGroupsRequest {
737
851
  */
738
852
  maxResults?: number;
739
853
  }
854
+ /**
855
+ * @public
856
+ */
740
857
  export interface ListAttributeGroupsResponse {
741
858
  /**
742
859
  * <p>This list of attribute groups.</p>
@@ -747,6 +864,9 @@ export interface ListAttributeGroupsResponse {
747
864
  */
748
865
  nextToken?: string;
749
866
  }
867
+ /**
868
+ * @public
869
+ */
750
870
  export interface ListAttributeGroupsForApplicationRequest {
751
871
  /**
752
872
  * <p>The name or ID of the application.</p>
@@ -761,6 +881,9 @@ export interface ListAttributeGroupsForApplicationRequest {
761
881
  */
762
882
  maxResults?: number;
763
883
  }
884
+ /**
885
+ * @public
886
+ */
764
887
  export interface ListAttributeGroupsForApplicationResponse {
765
888
  /**
766
889
  * <p> The details related to a specific attribute group. </p>
@@ -771,18 +894,27 @@ export interface ListAttributeGroupsForApplicationResponse {
771
894
  */
772
895
  nextToken?: string;
773
896
  }
897
+ /**
898
+ * @public
899
+ */
774
900
  export interface ListTagsForResourceRequest {
775
901
  /**
776
902
  * <p>The Amazon resource name (ARN) that specifies the resource.</p>
777
903
  */
778
904
  resourceArn: string | undefined;
779
905
  }
906
+ /**
907
+ * @public
908
+ */
780
909
  export interface ListTagsForResourceResponse {
781
910
  /**
782
911
  * <p>The tags on the resource.</p>
783
912
  */
784
913
  tags?: Record<string, string>;
785
914
  }
915
+ /**
916
+ * @public
917
+ */
786
918
  export interface PutConfigurationRequest {
787
919
  /**
788
920
  * <p>
@@ -792,6 +924,9 @@ export interface PutConfigurationRequest {
792
924
  */
793
925
  configuration: AppRegistryConfiguration | undefined;
794
926
  }
927
+ /**
928
+ * @public
929
+ */
795
930
  export interface SyncResourceRequest {
796
931
  /**
797
932
  * <p>The type of resource of which the application will be associated.</p>
@@ -802,10 +937,16 @@ export interface SyncResourceRequest {
802
937
  */
803
938
  resource: string | undefined;
804
939
  }
940
+ /**
941
+ * @public
942
+ */
805
943
  export declare enum SyncAction {
806
944
  NO_ACTION = "NO_ACTION",
807
945
  START_SYNC = "START_SYNC"
808
946
  }
947
+ /**
948
+ * @public
949
+ */
809
950
  export interface SyncResourceResponse {
810
951
  /**
811
952
  * <p>The Amazon resource name (ARN) that specifies the application.</p>
@@ -820,6 +961,9 @@ export interface SyncResourceResponse {
820
961
  */
821
962
  actionTaken?: SyncAction | string;
822
963
  }
964
+ /**
965
+ * @public
966
+ */
823
967
  export interface TagResourceRequest {
824
968
  /**
825
969
  * <p>The Amazon resource name (ARN) that specifies the resource.</p>
@@ -830,8 +974,14 @@ export interface TagResourceRequest {
830
974
  */
831
975
  tags: Record<string, string> | undefined;
832
976
  }
977
+ /**
978
+ * @public
979
+ */
833
980
  export interface TagResourceResponse {
834
981
  }
982
+ /**
983
+ * @public
984
+ */
835
985
  export interface UntagResourceRequest {
836
986
  /**
837
987
  * <p>The Amazon resource name (ARN) that specifies the resource.</p>
@@ -842,8 +992,14 @@ export interface UntagResourceRequest {
842
992
  */
843
993
  tagKeys: string[] | undefined;
844
994
  }
995
+ /**
996
+ * @public
997
+ */
845
998
  export interface UntagResourceResponse {
846
999
  }
1000
+ /**
1001
+ * @public
1002
+ */
847
1003
  export interface UpdateApplicationRequest {
848
1004
  /**
849
1005
  * <p>The name or ID of the application that will be updated.</p>
@@ -861,12 +1017,18 @@ export interface UpdateApplicationRequest {
861
1017
  */
862
1018
  description?: string;
863
1019
  }
1020
+ /**
1021
+ * @public
1022
+ */
864
1023
  export interface UpdateApplicationResponse {
865
1024
  /**
866
1025
  * <p>The updated information of the application.</p>
867
1026
  */
868
1027
  application?: Application;
869
1028
  }
1029
+ /**
1030
+ * @public
1031
+ */
870
1032
  export interface UpdateAttributeGroupRequest {
871
1033
  /**
872
1034
  * <p>The name or ID of the attribute group that holds the attributes to describe the application.</p>
@@ -888,245 +1050,12 @@ export interface UpdateAttributeGroupRequest {
888
1050
  */
889
1051
  attributes?: string;
890
1052
  }
1053
+ /**
1054
+ * @public
1055
+ */
891
1056
  export interface UpdateAttributeGroupResponse {
892
1057
  /**
893
1058
  * <p>The updated information of the attribute group.</p>
894
1059
  */
895
1060
  attributeGroup?: AttributeGroup;
896
1061
  }
897
- /**
898
- * @internal
899
- */
900
- export declare const ApplicationFilterSensitiveLog: (obj: Application) => any;
901
- /**
902
- * @internal
903
- */
904
- export declare const ApplicationSummaryFilterSensitiveLog: (obj: ApplicationSummary) => any;
905
- /**
906
- * @internal
907
- */
908
- export declare const TagQueryConfigurationFilterSensitiveLog: (obj: TagQueryConfiguration) => any;
909
- /**
910
- * @internal
911
- */
912
- export declare const AppRegistryConfigurationFilterSensitiveLog: (obj: AppRegistryConfiguration) => any;
913
- /**
914
- * @internal
915
- */
916
- export declare const AssociateAttributeGroupRequestFilterSensitiveLog: (obj: AssociateAttributeGroupRequest) => any;
917
- /**
918
- * @internal
919
- */
920
- export declare const AssociateAttributeGroupResponseFilterSensitiveLog: (obj: AssociateAttributeGroupResponse) => any;
921
- /**
922
- * @internal
923
- */
924
- export declare const AssociateResourceRequestFilterSensitiveLog: (obj: AssociateResourceRequest) => any;
925
- /**
926
- * @internal
927
- */
928
- export declare const AssociateResourceResponseFilterSensitiveLog: (obj: AssociateResourceResponse) => any;
929
- /**
930
- * @internal
931
- */
932
- export declare const AttributeGroupFilterSensitiveLog: (obj: AttributeGroup) => any;
933
- /**
934
- * @internal
935
- */
936
- export declare const AttributeGroupDetailsFilterSensitiveLog: (obj: AttributeGroupDetails) => any;
937
- /**
938
- * @internal
939
- */
940
- export declare const AttributeGroupSummaryFilterSensitiveLog: (obj: AttributeGroupSummary) => any;
941
- /**
942
- * @internal
943
- */
944
- export declare const CreateApplicationRequestFilterSensitiveLog: (obj: CreateApplicationRequest) => any;
945
- /**
946
- * @internal
947
- */
948
- export declare const CreateApplicationResponseFilterSensitiveLog: (obj: CreateApplicationResponse) => any;
949
- /**
950
- * @internal
951
- */
952
- export declare const CreateAttributeGroupRequestFilterSensitiveLog: (obj: CreateAttributeGroupRequest) => any;
953
- /**
954
- * @internal
955
- */
956
- export declare const CreateAttributeGroupResponseFilterSensitiveLog: (obj: CreateAttributeGroupResponse) => any;
957
- /**
958
- * @internal
959
- */
960
- export declare const DeleteApplicationRequestFilterSensitiveLog: (obj: DeleteApplicationRequest) => any;
961
- /**
962
- * @internal
963
- */
964
- export declare const DeleteApplicationResponseFilterSensitiveLog: (obj: DeleteApplicationResponse) => any;
965
- /**
966
- * @internal
967
- */
968
- export declare const DeleteAttributeGroupRequestFilterSensitiveLog: (obj: DeleteAttributeGroupRequest) => any;
969
- /**
970
- * @internal
971
- */
972
- export declare const DeleteAttributeGroupResponseFilterSensitiveLog: (obj: DeleteAttributeGroupResponse) => any;
973
- /**
974
- * @internal
975
- */
976
- export declare const DisassociateAttributeGroupRequestFilterSensitiveLog: (obj: DisassociateAttributeGroupRequest) => any;
977
- /**
978
- * @internal
979
- */
980
- export declare const DisassociateAttributeGroupResponseFilterSensitiveLog: (obj: DisassociateAttributeGroupResponse) => any;
981
- /**
982
- * @internal
983
- */
984
- export declare const DisassociateResourceRequestFilterSensitiveLog: (obj: DisassociateResourceRequest) => any;
985
- /**
986
- * @internal
987
- */
988
- export declare const DisassociateResourceResponseFilterSensitiveLog: (obj: DisassociateResourceResponse) => any;
989
- /**
990
- * @internal
991
- */
992
- export declare const GetApplicationRequestFilterSensitiveLog: (obj: GetApplicationRequest) => any;
993
- /**
994
- * @internal
995
- */
996
- export declare const ResourceGroupFilterSensitiveLog: (obj: ResourceGroup) => any;
997
- /**
998
- * @internal
999
- */
1000
- export declare const IntegrationsFilterSensitiveLog: (obj: Integrations) => any;
1001
- /**
1002
- * @internal
1003
- */
1004
- export declare const GetApplicationResponseFilterSensitiveLog: (obj: GetApplicationResponse) => any;
1005
- /**
1006
- * @internal
1007
- */
1008
- export declare const GetAssociatedResourceRequestFilterSensitiveLog: (obj: GetAssociatedResourceRequest) => any;
1009
- /**
1010
- * @internal
1011
- */
1012
- export declare const ResourceIntegrationsFilterSensitiveLog: (obj: ResourceIntegrations) => any;
1013
- /**
1014
- * @internal
1015
- */
1016
- export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
1017
- /**
1018
- * @internal
1019
- */
1020
- export declare const GetAssociatedResourceResponseFilterSensitiveLog: (obj: GetAssociatedResourceResponse) => any;
1021
- /**
1022
- * @internal
1023
- */
1024
- export declare const GetAttributeGroupRequestFilterSensitiveLog: (obj: GetAttributeGroupRequest) => any;
1025
- /**
1026
- * @internal
1027
- */
1028
- export declare const GetAttributeGroupResponseFilterSensitiveLog: (obj: GetAttributeGroupResponse) => any;
1029
- /**
1030
- * @internal
1031
- */
1032
- export declare const GetConfigurationResponseFilterSensitiveLog: (obj: GetConfigurationResponse) => any;
1033
- /**
1034
- * @internal
1035
- */
1036
- export declare const ListApplicationsRequestFilterSensitiveLog: (obj: ListApplicationsRequest) => any;
1037
- /**
1038
- * @internal
1039
- */
1040
- export declare const ListApplicationsResponseFilterSensitiveLog: (obj: ListApplicationsResponse) => any;
1041
- /**
1042
- * @internal
1043
- */
1044
- export declare const ListAssociatedAttributeGroupsRequestFilterSensitiveLog: (obj: ListAssociatedAttributeGroupsRequest) => any;
1045
- /**
1046
- * @internal
1047
- */
1048
- export declare const ListAssociatedAttributeGroupsResponseFilterSensitiveLog: (obj: ListAssociatedAttributeGroupsResponse) => any;
1049
- /**
1050
- * @internal
1051
- */
1052
- export declare const ListAssociatedResourcesRequestFilterSensitiveLog: (obj: ListAssociatedResourcesRequest) => any;
1053
- /**
1054
- * @internal
1055
- */
1056
- export declare const ResourceDetailsFilterSensitiveLog: (obj: ResourceDetails) => any;
1057
- /**
1058
- * @internal
1059
- */
1060
- export declare const ResourceInfoFilterSensitiveLog: (obj: ResourceInfo) => any;
1061
- /**
1062
- * @internal
1063
- */
1064
- export declare const ListAssociatedResourcesResponseFilterSensitiveLog: (obj: ListAssociatedResourcesResponse) => any;
1065
- /**
1066
- * @internal
1067
- */
1068
- export declare const ListAttributeGroupsRequestFilterSensitiveLog: (obj: ListAttributeGroupsRequest) => any;
1069
- /**
1070
- * @internal
1071
- */
1072
- export declare const ListAttributeGroupsResponseFilterSensitiveLog: (obj: ListAttributeGroupsResponse) => any;
1073
- /**
1074
- * @internal
1075
- */
1076
- export declare const ListAttributeGroupsForApplicationRequestFilterSensitiveLog: (obj: ListAttributeGroupsForApplicationRequest) => any;
1077
- /**
1078
- * @internal
1079
- */
1080
- export declare const ListAttributeGroupsForApplicationResponseFilterSensitiveLog: (obj: ListAttributeGroupsForApplicationResponse) => any;
1081
- /**
1082
- * @internal
1083
- */
1084
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1085
- /**
1086
- * @internal
1087
- */
1088
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1089
- /**
1090
- * @internal
1091
- */
1092
- export declare const PutConfigurationRequestFilterSensitiveLog: (obj: PutConfigurationRequest) => any;
1093
- /**
1094
- * @internal
1095
- */
1096
- export declare const SyncResourceRequestFilterSensitiveLog: (obj: SyncResourceRequest) => any;
1097
- /**
1098
- * @internal
1099
- */
1100
- export declare const SyncResourceResponseFilterSensitiveLog: (obj: SyncResourceResponse) => any;
1101
- /**
1102
- * @internal
1103
- */
1104
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1105
- /**
1106
- * @internal
1107
- */
1108
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1109
- /**
1110
- * @internal
1111
- */
1112
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1113
- /**
1114
- * @internal
1115
- */
1116
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1117
- /**
1118
- * @internal
1119
- */
1120
- export declare const UpdateApplicationRequestFilterSensitiveLog: (obj: UpdateApplicationRequest) => any;
1121
- /**
1122
- * @internal
1123
- */
1124
- export declare const UpdateApplicationResponseFilterSensitiveLog: (obj: UpdateApplicationResponse) => any;
1125
- /**
1126
- * @internal
1127
- */
1128
- export declare const UpdateAttributeGroupRequestFilterSensitiveLog: (obj: UpdateAttributeGroupRequest) => any;
1129
- /**
1130
- * @internal
1131
- */
1132
- export declare const UpdateAttributeGroupResponseFilterSensitiveLog: (obj: UpdateAttributeGroupResponse) => any;