@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
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListAssociatedResourcesRequest, ListAssociatedResourcesResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListAssociatedResourcesCommand}.
8
10
  */
9
11
  export interface ListAssociatedResourcesCommandInput extends ListAssociatedResourcesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListAssociatedResourcesCommand}.
13
17
  */
14
18
  export interface ListAssociatedResourcesCommandOutput extends ListAssociatedResourcesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Lists all
19
24
  * of the resources
@@ -45,6 +50,8 @@ export interface ListAssociatedResourcesCommandOutput extends ListAssociatedReso
45
50
  * const response = await client.send(command);
46
51
  * ```
47
52
  *
53
+ * @param ListAssociatedResourcesCommandInput - {@link ListAssociatedResourcesCommandInput}
54
+ * @returns {@link ListAssociatedResourcesCommandOutput}
48
55
  * @see {@link ListAssociatedResourcesCommandInput} for command's `input` shape.
49
56
  * @see {@link ListAssociatedResourcesCommandOutput} for command's `response` shape.
50
57
  * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for ServiceCatalogAppRegistryClient's `config` shape.
@@ -63,11 +70,20 @@ export interface ListAssociatedResourcesCommandOutput extends ListAssociatedReso
63
70
  export declare class ListAssociatedResourcesCommand extends $Command<ListAssociatedResourcesCommandInput, ListAssociatedResourcesCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
64
71
  readonly input: ListAssociatedResourcesCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: ListAssociatedResourcesCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssociatedResourcesCommandInput, ListAssociatedResourcesCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListAttributeGroupsRequest, ListAttributeGroupsResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListAttributeGroupsCommand}.
8
10
  */
9
11
  export interface ListAttributeGroupsCommandInput extends ListAttributeGroupsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListAttributeGroupsCommand}.
13
17
  */
14
18
  export interface ListAttributeGroupsCommandOutput extends ListAttributeGroupsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all attribute groups which you have access to. Results are paginated.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListAttributeGroupsCommandOutput extends ListAttributeGroupsRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListAttributeGroupsCommandInput - {@link ListAttributeGroupsCommandInput}
34
+ * @returns {@link ListAttributeGroupsCommandOutput}
28
35
  * @see {@link ListAttributeGroupsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListAttributeGroupsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for ServiceCatalogAppRegistryClient's `config` shape.
@@ -40,11 +47,20 @@ export interface ListAttributeGroupsCommandOutput extends ListAttributeGroupsRes
40
47
  export declare class ListAttributeGroupsCommand extends $Command<ListAttributeGroupsCommandInput, ListAttributeGroupsCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
41
48
  readonly input: ListAttributeGroupsCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ListAttributeGroupsCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAttributeGroupsCommandInput, ListAttributeGroupsCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListAttributeGroupsForApplicationRequest, ListAttributeGroupsForApplicationResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListAttributeGroupsForApplicationCommand}.
8
10
  */
9
11
  export interface ListAttributeGroupsForApplicationCommandInput extends ListAttributeGroupsForApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListAttributeGroupsForApplicationCommand}.
13
17
  */
14
18
  export interface ListAttributeGroupsForApplicationCommandOutput extends ListAttributeGroupsForApplicationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the details of all attribute groups associated with a specific application. The results display in pages.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListAttributeGroupsForApplicationCommandOutput extends ListAttr
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListAttributeGroupsForApplicationCommandInput - {@link ListAttributeGroupsForApplicationCommandInput}
34
+ * @returns {@link ListAttributeGroupsForApplicationCommandOutput}
28
35
  * @see {@link ListAttributeGroupsForApplicationCommandInput} for command's `input` shape.
29
36
  * @see {@link ListAttributeGroupsForApplicationCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for ServiceCatalogAppRegistryClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListAttributeGroupsForApplicationCommandOutput extends ListAttr
43
50
  export declare class ListAttributeGroupsForApplicationCommand extends $Command<ListAttributeGroupsForApplicationCommandInput, ListAttributeGroupsForApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
44
51
  readonly input: ListAttributeGroupsForApplicationCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListAttributeGroupsForApplicationCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAttributeGroupsForApplicationCommandInput, ListAttributeGroupsForApplicationCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all of the tags on the resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for ServiceCatalogAppRegistryClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
43
50
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
44
51
  readonly input: ListTagsForResourceCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListTagsForResourceCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutConfigurationRequest } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutConfigurationCommand}.
8
10
  */
9
11
  export interface PutConfigurationCommandInput extends PutConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutConfigurationCommand}.
13
17
  */
14
18
  export interface PutConfigurationCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * Associates a <code>TagKey</code> configuration
19
24
  * to an account.
@@ -28,6 +33,8 @@ export interface PutConfigurationCommandOutput extends __MetadataBearer {
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param PutConfigurationCommandInput - {@link PutConfigurationCommandInput}
37
+ * @returns {@link PutConfigurationCommandOutput}
31
38
  * @see {@link PutConfigurationCommandInput} for command's `input` shape.
32
39
  * @see {@link PutConfigurationCommandOutput} for command's `response` shape.
33
40
  * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for ServiceCatalogAppRegistryClient's `config` shape.
@@ -47,11 +54,20 @@ export interface PutConfigurationCommandOutput extends __MetadataBearer {
47
54
  export declare class PutConfigurationCommand extends $Command<PutConfigurationCommandInput, PutConfigurationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
48
55
  readonly input: PutConfigurationCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: PutConfigurationCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutConfigurationCommandInput, PutConfigurationCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { SyncResourceRequest, SyncResourceResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SyncResourceCommand}.
8
10
  */
9
11
  export interface SyncResourceCommandInput extends SyncResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SyncResourceCommand}.
13
17
  */
14
18
  export interface SyncResourceCommandOutput extends SyncResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Syncs the resource with current AppRegistry records.</p>
18
23
  * <p>Specifically, the resource’s AppRegistry system tags sync with its associated application. We remove the resource's AppRegistry system tags if it does not associate with the application. The caller must have permissions to read and update the resource.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface SyncResourceCommandOutput extends SyncResourceResponse, __Metad
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param SyncResourceCommandInput - {@link SyncResourceCommandInput}
35
+ * @returns {@link SyncResourceCommandOutput}
29
36
  * @see {@link SyncResourceCommandInput} for command's `input` shape.
30
37
  * @see {@link SyncResourceCommandOutput} for command's `response` shape.
31
38
  * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for ServiceCatalogAppRegistryClient's `config` shape.
@@ -45,11 +52,20 @@ export interface SyncResourceCommandOutput extends SyncResourceResponse, __Metad
45
52
  export declare class SyncResourceCommand extends $Command<SyncResourceCommandInput, SyncResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
46
53
  readonly input: SyncResourceCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: SyncResourceCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SyncResourceCommandInput, SyncResourceCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Assigns one or more tags (key-value pairs) to the specified resource.</p>
18
23
  * <p>Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.</p>
19
24
  * <p>This operation returns an empty response if the call was successful.</p>
@@ -27,6 +32,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
36
+ * @returns {@link TagResourceCommandOutput}
30
37
  * @see {@link TagResourceCommandInput} for command's `input` shape.
31
38
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
32
39
  * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for ServiceCatalogAppRegistryClient's `config` shape.
@@ -45,11 +52,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
45
52
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
46
53
  readonly input: TagResourceCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: TagResourceCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes tags from a resource.</p>
18
23
  * <p>This operation returns an empty response if the call was successful.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
35
+ * @returns {@link UntagResourceCommandOutput}
29
36
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
30
37
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
31
38
  * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for ServiceCatalogAppRegistryClient's `config` shape.
@@ -44,11 +51,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
44
51
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
45
52
  readonly input: UntagResourceCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: UntagResourceCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateApplicationCommand}.
8
10
  */
9
11
  export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateApplicationCommand}.
13
17
  */
14
18
  export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an existing application with new attributes.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateApplicationCommandInput - {@link UpdateApplicationCommandInput}
34
+ * @returns {@link UpdateApplicationCommandOutput}
28
35
  * @see {@link UpdateApplicationCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateApplicationCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for ServiceCatalogAppRegistryClient's `config` shape.
@@ -47,11 +54,20 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
47
54
  export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
48
55
  readonly input: UpdateApplicationCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: UpdateApplicationCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateAttributeGroupRequest, UpdateAttributeGroupResponse } from "../models/models_0";
5
5
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateAttributeGroupCommand}.
8
10
  */
9
11
  export interface UpdateAttributeGroupCommandInput extends UpdateAttributeGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateAttributeGroupCommand}.
13
17
  */
14
18
  export interface UpdateAttributeGroupCommandOutput extends UpdateAttributeGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an existing attribute group with new details. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateAttributeGroupCommandOutput extends UpdateAttributeGroupR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateAttributeGroupCommandInput - {@link UpdateAttributeGroupCommandInput}
34
+ * @returns {@link UpdateAttributeGroupCommandOutput}
28
35
  * @see {@link UpdateAttributeGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateAttributeGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for ServiceCatalogAppRegistryClient's `config` shape.
@@ -47,11 +54,20 @@ export interface UpdateAttributeGroupCommandOutput extends UpdateAttributeGroupR
47
54
  export declare class UpdateAttributeGroupCommand extends $Command<UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
48
55
  readonly input: UpdateAttributeGroupCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: UpdateAttributeGroupCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from ServiceCatalogAppRegistry service.
4
6
  */
5
7
  export declare class ServiceCatalogAppRegistryServiceException extends __ServiceException {