@aws-sdk/client-service-catalog-appregistry 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ServiceCatalogAppRegistry.d.ts +384 -115
- package/dist-types/ts3.4/ServiceCatalogAppRegistryClient.d.ts +237 -95
- package/dist-types/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +22 -22
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ServiceCatalogAppRegistryServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +449 -556
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssociatedAttributeGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssociatedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttributeGroupsForApplicationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttributeGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +6 -6
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +269 -68
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,95 +1,237 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateAttributeGroupCommandInput,
|
|
47
|
+
AssociateAttributeGroupCommandOutput,
|
|
48
|
+
} from "./commands/AssociateAttributeGroupCommand";
|
|
49
|
+
import {
|
|
50
|
+
AssociateResourceCommandInput,
|
|
51
|
+
AssociateResourceCommandOutput,
|
|
52
|
+
} from "./commands/AssociateResourceCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateApplicationCommandInput,
|
|
55
|
+
CreateApplicationCommandOutput,
|
|
56
|
+
} from "./commands/CreateApplicationCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateAttributeGroupCommandInput,
|
|
59
|
+
CreateAttributeGroupCommandOutput,
|
|
60
|
+
} from "./commands/CreateAttributeGroupCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteApplicationCommandInput,
|
|
63
|
+
DeleteApplicationCommandOutput,
|
|
64
|
+
} from "./commands/DeleteApplicationCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteAttributeGroupCommandInput,
|
|
67
|
+
DeleteAttributeGroupCommandOutput,
|
|
68
|
+
} from "./commands/DeleteAttributeGroupCommand";
|
|
69
|
+
import {
|
|
70
|
+
DisassociateAttributeGroupCommandInput,
|
|
71
|
+
DisassociateAttributeGroupCommandOutput,
|
|
72
|
+
} from "./commands/DisassociateAttributeGroupCommand";
|
|
73
|
+
import {
|
|
74
|
+
DisassociateResourceCommandInput,
|
|
75
|
+
DisassociateResourceCommandOutput,
|
|
76
|
+
} from "./commands/DisassociateResourceCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetApplicationCommandInput,
|
|
79
|
+
GetApplicationCommandOutput,
|
|
80
|
+
} from "./commands/GetApplicationCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetAssociatedResourceCommandInput,
|
|
83
|
+
GetAssociatedResourceCommandOutput,
|
|
84
|
+
} from "./commands/GetAssociatedResourceCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetAttributeGroupCommandInput,
|
|
87
|
+
GetAttributeGroupCommandOutput,
|
|
88
|
+
} from "./commands/GetAttributeGroupCommand";
|
|
89
|
+
import {
|
|
90
|
+
ListApplicationsCommandInput,
|
|
91
|
+
ListApplicationsCommandOutput,
|
|
92
|
+
} from "./commands/ListApplicationsCommand";
|
|
93
|
+
import {
|
|
94
|
+
ListAssociatedAttributeGroupsCommandInput,
|
|
95
|
+
ListAssociatedAttributeGroupsCommandOutput,
|
|
96
|
+
} from "./commands/ListAssociatedAttributeGroupsCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListAssociatedResourcesCommandInput,
|
|
99
|
+
ListAssociatedResourcesCommandOutput,
|
|
100
|
+
} from "./commands/ListAssociatedResourcesCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListAttributeGroupsCommandInput,
|
|
103
|
+
ListAttributeGroupsCommandOutput,
|
|
104
|
+
} from "./commands/ListAttributeGroupsCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListAttributeGroupsForApplicationCommandInput,
|
|
107
|
+
ListAttributeGroupsForApplicationCommandOutput,
|
|
108
|
+
} from "./commands/ListAttributeGroupsForApplicationCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListTagsForResourceCommandInput,
|
|
111
|
+
ListTagsForResourceCommandOutput,
|
|
112
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
113
|
+
import {
|
|
114
|
+
SyncResourceCommandInput,
|
|
115
|
+
SyncResourceCommandOutput,
|
|
116
|
+
} from "./commands/SyncResourceCommand";
|
|
117
|
+
import {
|
|
118
|
+
TagResourceCommandInput,
|
|
119
|
+
TagResourceCommandOutput,
|
|
120
|
+
} from "./commands/TagResourceCommand";
|
|
121
|
+
import {
|
|
122
|
+
UntagResourceCommandInput,
|
|
123
|
+
UntagResourceCommandOutput,
|
|
124
|
+
} from "./commands/UntagResourceCommand";
|
|
125
|
+
import {
|
|
126
|
+
UpdateApplicationCommandInput,
|
|
127
|
+
UpdateApplicationCommandOutput,
|
|
128
|
+
} from "./commands/UpdateApplicationCommand";
|
|
129
|
+
import {
|
|
130
|
+
UpdateAttributeGroupCommandInput,
|
|
131
|
+
UpdateAttributeGroupCommandOutput,
|
|
132
|
+
} from "./commands/UpdateAttributeGroupCommand";
|
|
133
|
+
export declare type ServiceInputTypes =
|
|
134
|
+
| AssociateAttributeGroupCommandInput
|
|
135
|
+
| AssociateResourceCommandInput
|
|
136
|
+
| CreateApplicationCommandInput
|
|
137
|
+
| CreateAttributeGroupCommandInput
|
|
138
|
+
| DeleteApplicationCommandInput
|
|
139
|
+
| DeleteAttributeGroupCommandInput
|
|
140
|
+
| DisassociateAttributeGroupCommandInput
|
|
141
|
+
| DisassociateResourceCommandInput
|
|
142
|
+
| GetApplicationCommandInput
|
|
143
|
+
| GetAssociatedResourceCommandInput
|
|
144
|
+
| GetAttributeGroupCommandInput
|
|
145
|
+
| ListApplicationsCommandInput
|
|
146
|
+
| ListAssociatedAttributeGroupsCommandInput
|
|
147
|
+
| ListAssociatedResourcesCommandInput
|
|
148
|
+
| ListAttributeGroupsCommandInput
|
|
149
|
+
| ListAttributeGroupsForApplicationCommandInput
|
|
150
|
+
| ListTagsForResourceCommandInput
|
|
151
|
+
| SyncResourceCommandInput
|
|
152
|
+
| TagResourceCommandInput
|
|
153
|
+
| UntagResourceCommandInput
|
|
154
|
+
| UpdateApplicationCommandInput
|
|
155
|
+
| UpdateAttributeGroupCommandInput;
|
|
156
|
+
export declare type ServiceOutputTypes =
|
|
157
|
+
| AssociateAttributeGroupCommandOutput
|
|
158
|
+
| AssociateResourceCommandOutput
|
|
159
|
+
| CreateApplicationCommandOutput
|
|
160
|
+
| CreateAttributeGroupCommandOutput
|
|
161
|
+
| DeleteApplicationCommandOutput
|
|
162
|
+
| DeleteAttributeGroupCommandOutput
|
|
163
|
+
| DisassociateAttributeGroupCommandOutput
|
|
164
|
+
| DisassociateResourceCommandOutput
|
|
165
|
+
| GetApplicationCommandOutput
|
|
166
|
+
| GetAssociatedResourceCommandOutput
|
|
167
|
+
| GetAttributeGroupCommandOutput
|
|
168
|
+
| ListApplicationsCommandOutput
|
|
169
|
+
| ListAssociatedAttributeGroupsCommandOutput
|
|
170
|
+
| ListAssociatedResourcesCommandOutput
|
|
171
|
+
| ListAttributeGroupsCommandOutput
|
|
172
|
+
| ListAttributeGroupsForApplicationCommandOutput
|
|
173
|
+
| ListTagsForResourceCommandOutput
|
|
174
|
+
| SyncResourceCommandOutput
|
|
175
|
+
| TagResourceCommandOutput
|
|
176
|
+
| UntagResourceCommandOutput
|
|
177
|
+
| UpdateApplicationCommandOutput
|
|
178
|
+
| UpdateAttributeGroupCommandOutput;
|
|
179
|
+
export interface ClientDefaults
|
|
180
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
181
|
+
requestHandler?: __HttpHandler;
|
|
182
|
+
sha256?: __HashConstructor;
|
|
183
|
+
urlParser?: __UrlParser;
|
|
184
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
185
|
+
streamCollector?: __StreamCollector;
|
|
186
|
+
base64Decoder?: __Decoder;
|
|
187
|
+
base64Encoder?: __Encoder;
|
|
188
|
+
utf8Decoder?: __Decoder;
|
|
189
|
+
utf8Encoder?: __Encoder;
|
|
190
|
+
runtime?: string;
|
|
191
|
+
disableHostPrefix?: boolean;
|
|
192
|
+
maxAttempts?: number | __Provider<number>;
|
|
193
|
+
retryMode?: string | __Provider<string>;
|
|
194
|
+
logger?: __Logger;
|
|
195
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
196
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
197
|
+
serviceId?: string;
|
|
198
|
+
region?: string | __Provider<string>;
|
|
199
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
200
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
201
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
202
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
203
|
+
}
|
|
204
|
+
declare type ServiceCatalogAppRegistryClientConfigType = Partial<
|
|
205
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
206
|
+
> &
|
|
207
|
+
ClientDefaults &
|
|
208
|
+
RegionInputConfig &
|
|
209
|
+
EndpointsInputConfig &
|
|
210
|
+
RetryInputConfig &
|
|
211
|
+
HostHeaderInputConfig &
|
|
212
|
+
AwsAuthInputConfig &
|
|
213
|
+
UserAgentInputConfig;
|
|
214
|
+
export interface ServiceCatalogAppRegistryClientConfig
|
|
215
|
+
extends ServiceCatalogAppRegistryClientConfigType {}
|
|
216
|
+
declare type ServiceCatalogAppRegistryClientResolvedConfigType =
|
|
217
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
218
|
+
Required<ClientDefaults> &
|
|
219
|
+
RegionResolvedConfig &
|
|
220
|
+
EndpointsResolvedConfig &
|
|
221
|
+
RetryResolvedConfig &
|
|
222
|
+
HostHeaderResolvedConfig &
|
|
223
|
+
AwsAuthResolvedConfig &
|
|
224
|
+
UserAgentResolvedConfig;
|
|
225
|
+
export interface ServiceCatalogAppRegistryClientResolvedConfig
|
|
226
|
+
extends ServiceCatalogAppRegistryClientResolvedConfigType {}
|
|
227
|
+
export declare class ServiceCatalogAppRegistryClient extends __Client<
|
|
228
|
+
__HttpHandlerOptions,
|
|
229
|
+
ServiceInputTypes,
|
|
230
|
+
ServiceOutputTypes,
|
|
231
|
+
ServiceCatalogAppRegistryClientResolvedConfig
|
|
232
|
+
> {
|
|
233
|
+
readonly config: ServiceCatalogAppRegistryClientResolvedConfig;
|
|
234
|
+
constructor(configuration: ServiceCatalogAppRegistryClientConfig);
|
|
235
|
+
destroy(): void;
|
|
236
|
+
}
|
|
237
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AssociateAttributeGroupRequest,
|
|
10
|
+
AssociateAttributeGroupResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
17
|
+
export interface AssociateAttributeGroupCommandInput
|
|
18
|
+
extends AssociateAttributeGroupRequest {}
|
|
19
|
+
export interface AssociateAttributeGroupCommandOutput
|
|
20
|
+
extends AssociateAttributeGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AssociateAttributeGroupCommand extends $Command<
|
|
23
|
+
AssociateAttributeGroupCommandInput,
|
|
24
|
+
AssociateAttributeGroupCommandOutput,
|
|
25
|
+
ServiceCatalogAppRegistryClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AssociateAttributeGroupCommandInput;
|
|
28
|
+
constructor(input: AssociateAttributeGroupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AssociateAttributeGroupCommandInput,
|
|
35
|
+
AssociateAttributeGroupCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AssociateResourceRequest,
|
|
10
|
+
AssociateResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
17
|
+
export interface AssociateResourceCommandInput
|
|
18
|
+
extends AssociateResourceRequest {}
|
|
19
|
+
export interface AssociateResourceCommandOutput
|
|
20
|
+
extends AssociateResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AssociateResourceCommand extends $Command<
|
|
23
|
+
AssociateResourceCommandInput,
|
|
24
|
+
AssociateResourceCommandOutput,
|
|
25
|
+
ServiceCatalogAppRegistryClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AssociateResourceCommandInput;
|
|
28
|
+
constructor(input: AssociateResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<AssociateResourceCommandInput, AssociateResourceCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateApplicationRequest,
|
|
10
|
+
CreateApplicationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
17
|
+
export interface CreateApplicationCommandInput
|
|
18
|
+
extends CreateApplicationRequest {}
|
|
19
|
+
export interface CreateApplicationCommandOutput
|
|
20
|
+
extends CreateApplicationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateApplicationCommand extends $Command<
|
|
23
|
+
CreateApplicationCommandInput,
|
|
24
|
+
CreateApplicationCommandOutput,
|
|
25
|
+
ServiceCatalogAppRegistryClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateApplicationCommandInput;
|
|
28
|
+
constructor(input: CreateApplicationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateAttributeGroupRequest,
|
|
10
|
+
CreateAttributeGroupResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
17
|
+
export interface CreateAttributeGroupCommandInput
|
|
18
|
+
extends CreateAttributeGroupRequest {}
|
|
19
|
+
export interface CreateAttributeGroupCommandOutput
|
|
20
|
+
extends CreateAttributeGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateAttributeGroupCommand extends $Command<
|
|
23
|
+
CreateAttributeGroupCommandInput,
|
|
24
|
+
CreateAttributeGroupCommandOutput,
|
|
25
|
+
ServiceCatalogAppRegistryClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateAttributeGroupCommandInput;
|
|
28
|
+
constructor(input: CreateAttributeGroupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateAttributeGroupCommandInput,
|
|
35
|
+
CreateAttributeGroupCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeleteApplicationRequest,
|
|
10
|
+
DeleteApplicationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ServiceCatalogAppRegistryClient";
|
|
17
|
+
export interface DeleteApplicationCommandInput
|
|
18
|
+
extends DeleteApplicationRequest {}
|
|
19
|
+
export interface DeleteApplicationCommandOutput
|
|
20
|
+
extends DeleteApplicationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteApplicationCommand extends $Command<
|
|
23
|
+
DeleteApplicationCommandInput,
|
|
24
|
+
DeleteApplicationCommandOutput,
|
|
25
|
+
ServiceCatalogAppRegistryClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteApplicationCommandInput;
|
|
28
|
+
constructor(input: DeleteApplicationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|