@aws-sdk/client-service-catalog-appregistry 3.533.0 → 3.540.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/ServiceCatalogAppRegistry.d.ts +4 -1
- package/dist-types/ServiceCatalogAppRegistryClient.d.ts +1 -1
- package/dist-types/commands/AssociateAttributeGroupCommand.d.ts +2 -1
- package/dist-types/commands/AssociateResourceCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateAttributeGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateResourceCommand.d.ts +2 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
- package/dist-types/commands/GetAssociatedResourceCommand.d.ts +2 -1
- package/dist-types/commands/GetAttributeGroupCommand.d.ts +2 -1
- package/dist-types/commands/GetConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListAttributeGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/SyncResourceCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAttributeGroupCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +190 -190
- package/dist-types/ts3.4/ServiceCatalogAppRegistry.d.ts +3 -0
- package/dist-types/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -1690,9 +1690,6 @@ var paginateListAttributeGroupsForApplication = (0, import_core.createPaginator)
|
|
|
1690
1690
|
// src/pagination/ListAttributeGroupsPaginator.ts
|
|
1691
1691
|
|
|
1692
1692
|
var paginateListAttributeGroups = (0, import_core.createPaginator)(ServiceCatalogAppRegistryClient, ListAttributeGroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
1693
|
-
|
|
1694
|
-
// src/index.ts
|
|
1695
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
1696
1693
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1697
1694
|
|
|
1698
1695
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
|
@@ -3,5 +3,4 @@ export * from "./ServiceCatalogAppRegistry";
|
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./pagination";
|
|
5
5
|
export * from "./models";
|
|
6
|
-
import "@aws-sdk/util-endpoints";
|
|
7
6
|
export { ServiceCatalogAppRegistryServiceException } from "./models/ServiceCatalogAppRegistryServiceException";
|
|
@@ -94,12 +94,14 @@ export interface ServiceCatalogAppRegistry {
|
|
|
94
94
|
/**
|
|
95
95
|
* @see {@link GetConfigurationCommand}
|
|
96
96
|
*/
|
|
97
|
+
getConfiguration(): Promise<GetConfigurationCommandOutput>;
|
|
97
98
|
getConfiguration(args: GetConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetConfigurationCommandOutput>;
|
|
98
99
|
getConfiguration(args: GetConfigurationCommandInput, cb: (err: any, data?: GetConfigurationCommandOutput) => void): void;
|
|
99
100
|
getConfiguration(args: GetConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigurationCommandOutput) => void): void;
|
|
100
101
|
/**
|
|
101
102
|
* @see {@link ListApplicationsCommand}
|
|
102
103
|
*/
|
|
104
|
+
listApplications(): Promise<ListApplicationsCommandOutput>;
|
|
103
105
|
listApplications(args: ListApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationsCommandOutput>;
|
|
104
106
|
listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
|
|
105
107
|
listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
|
|
@@ -118,6 +120,7 @@ export interface ServiceCatalogAppRegistry {
|
|
|
118
120
|
/**
|
|
119
121
|
* @see {@link ListAttributeGroupsCommand}
|
|
120
122
|
*/
|
|
123
|
+
listAttributeGroups(): Promise<ListAttributeGroupsCommandOutput>;
|
|
121
124
|
listAttributeGroups(args: ListAttributeGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListAttributeGroupsCommandOutput>;
|
|
122
125
|
listAttributeGroups(args: ListAttributeGroupsCommandInput, cb: (err: any, data?: ListAttributeGroupsCommandOutput) => void): void;
|
|
123
126
|
listAttributeGroups(args: ListAttributeGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttributeGroupsCommandOutput) => void): void;
|
|
@@ -171,8 +174,8 @@ export interface ServiceCatalogAppRegistry {
|
|
|
171
174
|
updateAttributeGroup(args: UpdateAttributeGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAttributeGroupCommandOutput) => void): void;
|
|
172
175
|
}
|
|
173
176
|
/**
|
|
174
|
-
* @public
|
|
175
177
|
* <p> Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources. AppRegistry provides a repository of your applications, their resources, and the application metadata that you use within your enterprise.</p>
|
|
178
|
+
* @public
|
|
176
179
|
*/
|
|
177
180
|
export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistryClient implements ServiceCatalogAppRegistry {
|
|
178
181
|
}
|
|
@@ -175,8 +175,8 @@ export type ServiceCatalogAppRegistryClientResolvedConfigType = __SmithyResolved
|
|
|
175
175
|
export interface ServiceCatalogAppRegistryClientResolvedConfig extends ServiceCatalogAppRegistryClientResolvedConfigType {
|
|
176
176
|
}
|
|
177
177
|
/**
|
|
178
|
-
* @public
|
|
179
178
|
* <p> Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources. AppRegistry provides a repository of your applications, their resources, and the application metadata that you use within your enterprise.</p>
|
|
179
|
+
* @public
|
|
180
180
|
*/
|
|
181
181
|
export declare class ServiceCatalogAppRegistryClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ServiceCatalogAppRegistryClientResolvedConfig> {
|
|
182
182
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AssociateAttributeGroupCommandOutput extends AssociateAttribute
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateAttributeGroupCommand_base: {
|
|
24
24
|
new (input: AssociateAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Associates an attribute group with an application to augment the application's metadata
|
|
30
30
|
* with the group's attributes. This feature enables applications to be described with
|
|
31
31
|
* user-defined details that are machine-readable, such as third-party integrations.</p>
|
|
@@ -76,6 +76,7 @@ declare const AssociateAttributeGroupCommand_base: {
|
|
|
76
76
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class AssociateAttributeGroupCommand extends AssociateAttributeGroupCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface AssociateResourceCommandOutput extends AssociateResourceRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateResourceCommand_base: {
|
|
24
24
|
new (input: AssociateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateResourceCommandInput, AssociateResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateResourceCommandInput, AssociateResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Associates a resource with an application.
|
|
31
31
|
* The resource can be specified by its ARN or name.
|
|
@@ -137,6 +137,7 @@ declare const AssociateResourceCommand_base: {
|
|
|
137
137
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
138
138
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
139
139
|
*
|
|
140
|
+
* @public
|
|
140
141
|
*/
|
|
141
142
|
export declare class AssociateResourceCommand extends AssociateResourceCommand_base {
|
|
142
143
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateApplicationCommand_base: {
|
|
24
24
|
new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -94,6 +94,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
94
94
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
99
100
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateAttributeGroupCommandOutput extends CreateAttributeGroupR
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateAttributeGroupCommand_base: {
|
|
24
24
|
new (input: CreateAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAttributeGroupCommandInput, CreateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAttributeGroupCommandInput, CreateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new attribute group as a container for user-defined attributes. This feature
|
|
30
30
|
* enables users to have full control over their cloud application's metadata in a rich
|
|
31
31
|
* machine-readable format to facilitate integration with automated workflows and third-party
|
|
@@ -88,6 +88,7 @@ declare const CreateAttributeGroupCommand_base: {
|
|
|
88
88
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class CreateAttributeGroupCommand extends CreateAttributeGroupCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteApplicationCommand_base: {
|
|
24
24
|
new (input: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an application that is specified either by its application ID, name, or ARN. All associated attribute groups and resources must be disassociated from it before deleting an application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const DeleteApplicationCommand_base: {
|
|
|
69
69
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteAttributeGroupCommandOutput extends DeleteAttributeGroupR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteAttributeGroupCommand_base: {
|
|
24
24
|
new (input: DeleteAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAttributeGroupCommandInput, DeleteAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAttributeGroupCommandInput, DeleteAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an attribute group, specified either by its attribute group ID, name, or ARN.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const DeleteAttributeGroupCommand_base: {
|
|
|
70
70
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteAttributeGroupCommand extends DeleteAttributeGroupCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisassociateAttributeGroupCommandOutput extends DisassociateAtt
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisassociateAttributeGroupCommand_base: {
|
|
24
24
|
new (input: DisassociateAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateAttributeGroupCommandInput, DisassociateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisassociateAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateAttributeGroupCommandInput, DisassociateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disassociates an attribute group from an application to remove the extra attributes contained in the attribute group from the application's metadata. This operation reverts <code>AssociateAttributeGroup</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const DisassociateAttributeGroupCommand_base: {
|
|
|
64
64
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DisassociateAttributeGroupCommand extends DisassociateAttributeGroupCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisassociateResourceCommandOutput extends DisassociateResourceR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisassociateResourceCommand_base: {
|
|
24
24
|
new (input: DisassociateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateResourceCommandInput, DisassociateResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisassociateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateResourceCommandInput, DisassociateResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Disassociates a resource from application.
|
|
31
31
|
* Both the resource and the application can be specified either by ID or name.
|
|
@@ -120,6 +120,7 @@ declare const DisassociateResourceCommand_base: {
|
|
|
120
120
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
121
121
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
122
122
|
*
|
|
123
|
+
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class DisassociateResourceCommand extends DisassociateResourceCommand_base {
|
|
125
126
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetApplicationCommand_base: {
|
|
24
24
|
new (input: GetApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Retrieves metadata information
|
|
31
31
|
* about one
|
|
@@ -108,6 +108,7 @@ declare const GetApplicationCommand_base: {
|
|
|
108
108
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
110
110
|
*
|
|
111
|
+
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class GetApplicationCommand extends GetApplicationCommand_base {
|
|
113
114
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetAssociatedResourceCommandOutput extends GetAssociatedResourc
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetAssociatedResourceCommand_base: {
|
|
24
24
|
new (input: GetAssociatedResourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssociatedResourceCommandInput, GetAssociatedResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetAssociatedResourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssociatedResourceCommandInput, GetAssociatedResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the resource associated with the application.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -96,6 +96,7 @@ declare const GetAssociatedResourceCommand_base: {
|
|
|
96
96
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class GetAssociatedResourceCommand extends GetAssociatedResourceCommand_base {
|
|
101
102
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetAttributeGroupCommandOutput extends GetAttributeGroupRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetAttributeGroupCommand_base: {
|
|
24
24
|
new (input: GetAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetAttributeGroupCommandInput, GetAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetAttributeGroupCommandInput, GetAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Retrieves an attribute group
|
|
31
31
|
* by its ARN, ID, or name.
|
|
@@ -81,6 +81,7 @@ declare const GetAttributeGroupCommand_base: {
|
|
|
81
81
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class GetAttributeGroupCommand extends GetAttributeGroupCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetConfigurationCommandOutput extends GetConfigurationResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetConfigurationCommand_base: {
|
|
24
24
|
new (input: GetConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigurationCommandInput, GetConfigurationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetConfigurationCommandInput, GetConfigurationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Retrieves a <code>TagKey</code> configuration
|
|
31
31
|
* from an account.
|
|
@@ -61,6 +61,7 @@ declare const GetConfigurationCommand_base: {
|
|
|
61
61
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class GetConfigurationCommand extends GetConfigurationCommand_base {
|
|
66
67
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListApplicationsCommand_base: {
|
|
24
24
|
new (input: ListApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of all of your applications. Results are paginated.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const ListApplicationsCommand_base: {
|
|
|
70
70
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAssociatedAttributeGroupsCommandOutput extends ListAssociat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAssociatedAttributeGroupsCommand_base: {
|
|
24
24
|
new (input: ListAssociatedAttributeGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociatedAttributeGroupsCommandInput, ListAssociatedAttributeGroupsCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListAssociatedAttributeGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociatedAttributeGroupsCommandInput, ListAssociatedAttributeGroupsCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all attribute groups that are associated with specified application. Results are paginated.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const ListAssociatedAttributeGroupsCommand_base: {
|
|
|
67
67
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListAssociatedAttributeGroupsCommand extends ListAssociatedAttributeGroupsCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAssociatedResourcesCommandOutput extends ListAssociatedReso
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAssociatedResourcesCommand_base: {
|
|
24
24
|
new (input: ListAssociatedResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociatedResourcesCommandInput, ListAssociatedResourcesCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListAssociatedResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociatedResourcesCommandInput, ListAssociatedResourcesCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Lists all
|
|
31
31
|
* of the resources
|
|
@@ -97,6 +97,7 @@ declare const ListAssociatedResourcesCommand_base: {
|
|
|
97
97
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class ListAssociatedResourcesCommand extends ListAssociatedResourcesCommand_base {
|
|
102
103
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAttributeGroupsCommandOutput extends ListAttributeGroupsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAttributeGroupsCommand_base: {
|
|
24
24
|
new (input: ListAttributeGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttributeGroupsCommandInput, ListAttributeGroupsCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListAttributeGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAttributeGroupsCommandInput, ListAttributeGroupsCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all attribute groups which you have access to. Results are paginated.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const ListAttributeGroupsCommand_base: {
|
|
|
71
71
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListAttributeGroupsCommand extends ListAttributeGroupsCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAttributeGroupsForApplicationCommandOutput extends ListAttr
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAttributeGroupsForApplicationCommand_base: {
|
|
24
24
|
new (input: ListAttributeGroupsForApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttributeGroupsForApplicationCommandInput, ListAttributeGroupsForApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListAttributeGroupsForApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttributeGroupsForApplicationCommandInput, ListAttributeGroupsForApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the details of all attribute groups associated with a specific application. The results display in pages.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const ListAttributeGroupsForApplicationCommand_base: {
|
|
|
72
72
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListAttributeGroupsForApplicationCommand extends ListAttributeGroupsForApplicationCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all of the tags on the resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutConfigurationCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutConfigurationCommand_base: {
|
|
24
24
|
new (input: PutConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutConfigurationCommandInput, PutConfigurationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutConfigurationCommandInput, PutConfigurationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Associates a <code>TagKey</code> configuration
|
|
31
31
|
* to an account.
|
|
@@ -68,6 +68,7 @@ declare const PutConfigurationCommand_base: {
|
|
|
68
68
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class PutConfigurationCommand extends PutConfigurationCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface SyncResourceCommandOutput extends SyncResourceResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const SyncResourceCommand_base: {
|
|
24
24
|
new (input: SyncResourceCommandInput): import("@smithy/smithy-client").CommandImpl<SyncResourceCommandInput, SyncResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SyncResourceCommandInput): import("@smithy/smithy-client").CommandImpl<SyncResourceCommandInput, SyncResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Syncs the resource with current AppRegistry records.</p>
|
|
30
30
|
* <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>
|
|
31
31
|
* @example
|
|
@@ -77,6 +77,7 @@ declare const SyncResourceCommand_base: {
|
|
|
77
77
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class SyncResourceCommand extends SyncResourceCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Assigns one or more tags (key-value pairs) to the specified resource.</p>
|
|
30
30
|
* <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>
|
|
31
31
|
* <p>This operation returns an empty response if the call was successful.</p>
|
|
@@ -65,6 +65,7 @@ declare const TagResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes tags from a resource.</p>
|
|
30
30
|
* <p>This operation returns an empty response if the call was successful.</p>
|
|
31
31
|
* @example
|
|
@@ -64,6 +64,7 @@ declare const UntagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateApplicationCommand_base: {
|
|
24
24
|
new (input: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing application with new attributes.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -88,6 +88,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
88
88
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateAttributeGroupCommandOutput extends UpdateAttributeGroupR
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateAttributeGroupCommand_base: {
|
|
24
24
|
new (input: UpdateAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing attribute group with new details. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const UpdateAttributeGroupCommand_base: {
|
|
|
79
79
|
* @throws {@link ServiceCatalogAppRegistryServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UpdateAttributeGroupCommand extends UpdateAttributeGroupCommand_base {
|
|
84
85
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -11,5 +11,4 @@ export { ServiceCatalogAppRegistryExtensionConfiguration } from "./extensionConf
|
|
|
11
11
|
export * from "./commands";
|
|
12
12
|
export * from "./pagination";
|
|
13
13
|
export * from "./models";
|
|
14
|
-
import "@aws-sdk/util-endpoints";
|
|
15
14
|
export { ServiceCatalogAppRegistryServiceException } from "./models/ServiceCatalogAppRegistryServiceException";
|