@aws-sdk/client-service-catalog-appregistry 3.170.0 → 3.178.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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ServiceCatalogAppRegistry.d.ts +0 -22
- package/dist-types/ts3.4/ServiceCatalogAppRegistryClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ServiceCatalogAppRegistryServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -161
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-service-catalog-appregistry
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-service-catalog-appregistry
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-service-catalog-appregistry
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ServiceCatalogAppRegistryClientC
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ServiceCatalogAppRegistryClientC
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: ServiceCatalogAppRegistryClientC
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -88,7 +88,6 @@ import {
|
|
|
88
88
|
UpdateAttributeGroupCommandOutput,
|
|
89
89
|
} from "./commands/UpdateAttributeGroupCommand";
|
|
90
90
|
import { ServiceCatalogAppRegistryClient } from "./ServiceCatalogAppRegistryClient";
|
|
91
|
-
|
|
92
91
|
export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistryClient {
|
|
93
92
|
associateAttributeGroup(
|
|
94
93
|
args: AssociateAttributeGroupCommandInput,
|
|
@@ -103,7 +102,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
103
102
|
options: __HttpHandlerOptions,
|
|
104
103
|
cb: (err: any, data?: AssociateAttributeGroupCommandOutput) => void
|
|
105
104
|
): void;
|
|
106
|
-
|
|
107
105
|
associateResource(
|
|
108
106
|
args: AssociateResourceCommandInput,
|
|
109
107
|
options?: __HttpHandlerOptions
|
|
@@ -117,7 +115,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
117
115
|
options: __HttpHandlerOptions,
|
|
118
116
|
cb: (err: any, data?: AssociateResourceCommandOutput) => void
|
|
119
117
|
): void;
|
|
120
|
-
|
|
121
118
|
createApplication(
|
|
122
119
|
args: CreateApplicationCommandInput,
|
|
123
120
|
options?: __HttpHandlerOptions
|
|
@@ -131,7 +128,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
131
128
|
options: __HttpHandlerOptions,
|
|
132
129
|
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
133
130
|
): void;
|
|
134
|
-
|
|
135
131
|
createAttributeGroup(
|
|
136
132
|
args: CreateAttributeGroupCommandInput,
|
|
137
133
|
options?: __HttpHandlerOptions
|
|
@@ -145,7 +141,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
145
141
|
options: __HttpHandlerOptions,
|
|
146
142
|
cb: (err: any, data?: CreateAttributeGroupCommandOutput) => void
|
|
147
143
|
): void;
|
|
148
|
-
|
|
149
144
|
deleteApplication(
|
|
150
145
|
args: DeleteApplicationCommandInput,
|
|
151
146
|
options?: __HttpHandlerOptions
|
|
@@ -159,7 +154,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
159
154
|
options: __HttpHandlerOptions,
|
|
160
155
|
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
161
156
|
): void;
|
|
162
|
-
|
|
163
157
|
deleteAttributeGroup(
|
|
164
158
|
args: DeleteAttributeGroupCommandInput,
|
|
165
159
|
options?: __HttpHandlerOptions
|
|
@@ -173,7 +167,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
173
167
|
options: __HttpHandlerOptions,
|
|
174
168
|
cb: (err: any, data?: DeleteAttributeGroupCommandOutput) => void
|
|
175
169
|
): void;
|
|
176
|
-
|
|
177
170
|
disassociateAttributeGroup(
|
|
178
171
|
args: DisassociateAttributeGroupCommandInput,
|
|
179
172
|
options?: __HttpHandlerOptions
|
|
@@ -187,7 +180,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
187
180
|
options: __HttpHandlerOptions,
|
|
188
181
|
cb: (err: any, data?: DisassociateAttributeGroupCommandOutput) => void
|
|
189
182
|
): void;
|
|
190
|
-
|
|
191
183
|
disassociateResource(
|
|
192
184
|
args: DisassociateResourceCommandInput,
|
|
193
185
|
options?: __HttpHandlerOptions
|
|
@@ -201,7 +193,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
201
193
|
options: __HttpHandlerOptions,
|
|
202
194
|
cb: (err: any, data?: DisassociateResourceCommandOutput) => void
|
|
203
195
|
): void;
|
|
204
|
-
|
|
205
196
|
getApplication(
|
|
206
197
|
args: GetApplicationCommandInput,
|
|
207
198
|
options?: __HttpHandlerOptions
|
|
@@ -215,7 +206,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
215
206
|
options: __HttpHandlerOptions,
|
|
216
207
|
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
217
208
|
): void;
|
|
218
|
-
|
|
219
209
|
getAssociatedResource(
|
|
220
210
|
args: GetAssociatedResourceCommandInput,
|
|
221
211
|
options?: __HttpHandlerOptions
|
|
@@ -229,7 +219,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
229
219
|
options: __HttpHandlerOptions,
|
|
230
220
|
cb: (err: any, data?: GetAssociatedResourceCommandOutput) => void
|
|
231
221
|
): void;
|
|
232
|
-
|
|
233
222
|
getAttributeGroup(
|
|
234
223
|
args: GetAttributeGroupCommandInput,
|
|
235
224
|
options?: __HttpHandlerOptions
|
|
@@ -243,7 +232,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
243
232
|
options: __HttpHandlerOptions,
|
|
244
233
|
cb: (err: any, data?: GetAttributeGroupCommandOutput) => void
|
|
245
234
|
): void;
|
|
246
|
-
|
|
247
235
|
listApplications(
|
|
248
236
|
args: ListApplicationsCommandInput,
|
|
249
237
|
options?: __HttpHandlerOptions
|
|
@@ -257,7 +245,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
257
245
|
options: __HttpHandlerOptions,
|
|
258
246
|
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
259
247
|
): void;
|
|
260
|
-
|
|
261
248
|
listAssociatedAttributeGroups(
|
|
262
249
|
args: ListAssociatedAttributeGroupsCommandInput,
|
|
263
250
|
options?: __HttpHandlerOptions
|
|
@@ -271,7 +258,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
271
258
|
options: __HttpHandlerOptions,
|
|
272
259
|
cb: (err: any, data?: ListAssociatedAttributeGroupsCommandOutput) => void
|
|
273
260
|
): void;
|
|
274
|
-
|
|
275
261
|
listAssociatedResources(
|
|
276
262
|
args: ListAssociatedResourcesCommandInput,
|
|
277
263
|
options?: __HttpHandlerOptions
|
|
@@ -285,7 +271,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
285
271
|
options: __HttpHandlerOptions,
|
|
286
272
|
cb: (err: any, data?: ListAssociatedResourcesCommandOutput) => void
|
|
287
273
|
): void;
|
|
288
|
-
|
|
289
274
|
listAttributeGroups(
|
|
290
275
|
args: ListAttributeGroupsCommandInput,
|
|
291
276
|
options?: __HttpHandlerOptions
|
|
@@ -299,7 +284,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
299
284
|
options: __HttpHandlerOptions,
|
|
300
285
|
cb: (err: any, data?: ListAttributeGroupsCommandOutput) => void
|
|
301
286
|
): void;
|
|
302
|
-
|
|
303
287
|
listAttributeGroupsForApplication(
|
|
304
288
|
args: ListAttributeGroupsForApplicationCommandInput,
|
|
305
289
|
options?: __HttpHandlerOptions
|
|
@@ -319,7 +303,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
319
303
|
data?: ListAttributeGroupsForApplicationCommandOutput
|
|
320
304
|
) => void
|
|
321
305
|
): void;
|
|
322
|
-
|
|
323
306
|
listTagsForResource(
|
|
324
307
|
args: ListTagsForResourceCommandInput,
|
|
325
308
|
options?: __HttpHandlerOptions
|
|
@@ -333,7 +316,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
333
316
|
options: __HttpHandlerOptions,
|
|
334
317
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
335
318
|
): void;
|
|
336
|
-
|
|
337
319
|
syncResource(
|
|
338
320
|
args: SyncResourceCommandInput,
|
|
339
321
|
options?: __HttpHandlerOptions
|
|
@@ -347,7 +329,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
347
329
|
options: __HttpHandlerOptions,
|
|
348
330
|
cb: (err: any, data?: SyncResourceCommandOutput) => void
|
|
349
331
|
): void;
|
|
350
|
-
|
|
351
332
|
tagResource(
|
|
352
333
|
args: TagResourceCommandInput,
|
|
353
334
|
options?: __HttpHandlerOptions
|
|
@@ -361,7 +342,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
361
342
|
options: __HttpHandlerOptions,
|
|
362
343
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
363
344
|
): void;
|
|
364
|
-
|
|
365
345
|
untagResource(
|
|
366
346
|
args: UntagResourceCommandInput,
|
|
367
347
|
options?: __HttpHandlerOptions
|
|
@@ -375,7 +355,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
375
355
|
options: __HttpHandlerOptions,
|
|
376
356
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
377
357
|
): void;
|
|
378
|
-
|
|
379
358
|
updateApplication(
|
|
380
359
|
args: UpdateApplicationCommandInput,
|
|
381
360
|
options?: __HttpHandlerOptions
|
|
@@ -389,7 +368,6 @@ export declare class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistry
|
|
|
389
368
|
options: __HttpHandlerOptions,
|
|
390
369
|
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
391
370
|
): void;
|
|
392
|
-
|
|
393
371
|
updateAttributeGroup(
|
|
394
372
|
args: UpdateAttributeGroupCommandInput,
|
|
395
373
|
options?: __HttpHandlerOptions
|
|
@@ -179,47 +179,26 @@ export declare type ServiceOutputTypes =
|
|
|
179
179
|
export interface ClientDefaults
|
|
180
180
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
181
181
|
requestHandler?: __HttpHandler;
|
|
182
|
-
|
|
183
182
|
sha256?: __HashConstructor;
|
|
184
|
-
|
|
185
183
|
urlParser?: __UrlParser;
|
|
186
|
-
|
|
187
184
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
188
|
-
|
|
189
185
|
streamCollector?: __StreamCollector;
|
|
190
|
-
|
|
191
186
|
base64Decoder?: __Decoder;
|
|
192
|
-
|
|
193
187
|
base64Encoder?: __Encoder;
|
|
194
|
-
|
|
195
188
|
utf8Decoder?: __Decoder;
|
|
196
|
-
|
|
197
189
|
utf8Encoder?: __Encoder;
|
|
198
|
-
|
|
199
190
|
runtime?: string;
|
|
200
|
-
|
|
201
191
|
disableHostPrefix?: boolean;
|
|
202
|
-
|
|
203
192
|
maxAttempts?: number | __Provider<number>;
|
|
204
|
-
|
|
205
193
|
retryMode?: string | __Provider<string>;
|
|
206
|
-
|
|
207
194
|
logger?: __Logger;
|
|
208
|
-
|
|
209
195
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
210
|
-
|
|
211
196
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
212
|
-
|
|
213
197
|
serviceId?: string;
|
|
214
|
-
|
|
215
198
|
region?: string | __Provider<string>;
|
|
216
|
-
|
|
217
199
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
218
|
-
|
|
219
200
|
regionInfoProvider?: RegionInfoProvider;
|
|
220
|
-
|
|
221
201
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
222
|
-
|
|
223
202
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
224
203
|
}
|
|
225
204
|
declare type ServiceCatalogAppRegistryClientConfigType = Partial<
|
|
@@ -232,7 +211,6 @@ declare type ServiceCatalogAppRegistryClientConfigType = Partial<
|
|
|
232
211
|
HostHeaderInputConfig &
|
|
233
212
|
AwsAuthInputConfig &
|
|
234
213
|
UserAgentInputConfig;
|
|
235
|
-
|
|
236
214
|
export interface ServiceCatalogAppRegistryClientConfig
|
|
237
215
|
extends ServiceCatalogAppRegistryClientConfigType {}
|
|
238
216
|
declare type ServiceCatalogAppRegistryClientResolvedConfigType =
|
|
@@ -244,10 +222,8 @@ declare type ServiceCatalogAppRegistryClientResolvedConfigType =
|
|
|
244
222
|
HostHeaderResolvedConfig &
|
|
245
223
|
AwsAuthResolvedConfig &
|
|
246
224
|
UserAgentResolvedConfig;
|
|
247
|
-
|
|
248
225
|
export interface ServiceCatalogAppRegistryClientResolvedConfig
|
|
249
226
|
extends ServiceCatalogAppRegistryClientResolvedConfigType {}
|
|
250
|
-
|
|
251
227
|
export declare class ServiceCatalogAppRegistryClient extends __Client<
|
|
252
228
|
__HttpHandlerOptions,
|
|
253
229
|
ServiceInputTypes,
|
|
@@ -256,7 +232,6 @@ export declare class ServiceCatalogAppRegistryClient extends __Client<
|
|
|
256
232
|
> {
|
|
257
233
|
readonly config: ServiceCatalogAppRegistryClientResolvedConfig;
|
|
258
234
|
constructor(configuration: ServiceCatalogAppRegistryClientConfig);
|
|
259
|
-
|
|
260
235
|
destroy(): void;
|
|
261
236
|
}
|
|
262
237
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AssociateAttributeGroupCommandInput
|
|
|
19
19
|
export interface AssociateAttributeGroupCommandOutput
|
|
20
20
|
extends AssociateAttributeGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateAttributeGroupCommand extends $Command<
|
|
24
23
|
AssociateAttributeGroupCommandInput,
|
|
25
24
|
AssociateAttributeGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateAttributeGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateAttributeGroupCommandInput;
|
|
29
28
|
constructor(input: AssociateAttributeGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AssociateResourceCommandInput
|
|
|
19
19
|
export interface AssociateResourceCommandOutput
|
|
20
20
|
extends AssociateResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateResourceCommand extends $Command<
|
|
24
23
|
AssociateResourceCommandInput,
|
|
25
24
|
AssociateResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateResourceCommandInput;
|
|
29
28
|
constructor(input: AssociateResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateApplicationCommandInput
|
|
|
19
19
|
export interface CreateApplicationCommandOutput
|
|
20
20
|
extends CreateApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateApplicationCommand extends $Command<
|
|
24
23
|
CreateApplicationCommandInput,
|
|
25
24
|
CreateApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateApplicationCommandInput;
|
|
29
28
|
constructor(input: CreateApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateAttributeGroupCommandInput
|
|
|
19
19
|
export interface CreateAttributeGroupCommandOutput
|
|
20
20
|
extends CreateAttributeGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateAttributeGroupCommand extends $Command<
|
|
24
23
|
CreateAttributeGroupCommandInput,
|
|
25
24
|
CreateAttributeGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateAttributeGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateAttributeGroupCommandInput;
|
|
29
28
|
constructor(input: CreateAttributeGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApplicationCommandInput
|
|
|
19
19
|
export interface DeleteApplicationCommandOutput
|
|
20
20
|
extends DeleteApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApplicationCommand extends $Command<
|
|
24
23
|
DeleteApplicationCommandInput,
|
|
25
24
|
DeleteApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApplicationCommandInput;
|
|
29
28
|
constructor(input: DeleteApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteAttributeGroupCommandInput
|
|
|
19
19
|
export interface DeleteAttributeGroupCommandOutput
|
|
20
20
|
extends DeleteAttributeGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteAttributeGroupCommand extends $Command<
|
|
24
23
|
DeleteAttributeGroupCommandInput,
|
|
25
24
|
DeleteAttributeGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteAttributeGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteAttributeGroupCommandInput;
|
|
29
28
|
constructor(input: DeleteAttributeGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateAttributeGroupCommandInput
|
|
|
19
19
|
export interface DisassociateAttributeGroupCommandOutput
|
|
20
20
|
extends DisassociateAttributeGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateAttributeGroupCommand extends $Command<
|
|
24
23
|
DisassociateAttributeGroupCommandInput,
|
|
25
24
|
DisassociateAttributeGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateAttributeGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateAttributeGroupCommandInput;
|
|
29
28
|
constructor(input: DisassociateAttributeGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateResourceCommandInput
|
|
|
19
19
|
export interface DisassociateResourceCommandOutput
|
|
20
20
|
extends DisassociateResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateResourceCommand extends $Command<
|
|
24
23
|
DisassociateResourceCommandInput,
|
|
25
24
|
DisassociateResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateResourceCommandInput;
|
|
29
28
|
constructor(input: DisassociateResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {}
|
|
|
18
18
|
export interface GetApplicationCommandOutput
|
|
19
19
|
extends GetApplicationResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetApplicationCommand extends $Command<
|
|
23
22
|
GetApplicationCommandInput,
|
|
24
23
|
GetApplicationCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetApplicationCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetApplicationCommandInput;
|
|
28
27
|
constructor(input: GetApplicationCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetAssociatedResourceCommandInput
|
|
|
19
19
|
export interface GetAssociatedResourceCommandOutput
|
|
20
20
|
extends GetAssociatedResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetAssociatedResourceCommand extends $Command<
|
|
24
23
|
GetAssociatedResourceCommandInput,
|
|
25
24
|
GetAssociatedResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetAssociatedResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetAssociatedResourceCommandInput;
|
|
29
28
|
constructor(input: GetAssociatedResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetAttributeGroupCommandInput
|
|
|
19
19
|
export interface GetAttributeGroupCommandOutput
|
|
20
20
|
extends GetAttributeGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetAttributeGroupCommand extends $Command<
|
|
24
23
|
GetAttributeGroupCommandInput,
|
|
25
24
|
GetAttributeGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetAttributeGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetAttributeGroupCommandInput;
|
|
29
28
|
constructor(input: GetAttributeGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
|
18
18
|
export interface ListApplicationsCommandOutput
|
|
19
19
|
extends ListApplicationsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListApplicationsCommand extends $Command<
|
|
23
22
|
ListApplicationsCommandInput,
|
|
24
23
|
ListApplicationsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListApplicationsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListApplicationsCommandInput;
|
|
28
27
|
constructor(input: ListApplicationsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAssociatedAttributeGroupsCommandInput
|
|
|
19
19
|
export interface ListAssociatedAttributeGroupsCommandOutput
|
|
20
20
|
extends ListAssociatedAttributeGroupsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAssociatedAttributeGroupsCommand extends $Command<
|
|
24
23
|
ListAssociatedAttributeGroupsCommandInput,
|
|
25
24
|
ListAssociatedAttributeGroupsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAssociatedAttributeGroupsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAssociatedAttributeGroupsCommandInput;
|
|
29
28
|
constructor(input: ListAssociatedAttributeGroupsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAssociatedResourcesCommandInput
|
|
|
19
19
|
export interface ListAssociatedResourcesCommandOutput
|
|
20
20
|
extends ListAssociatedResourcesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAssociatedResourcesCommand extends $Command<
|
|
24
23
|
ListAssociatedResourcesCommandInput,
|
|
25
24
|
ListAssociatedResourcesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAssociatedResourcesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAssociatedResourcesCommandInput;
|
|
29
28
|
constructor(input: ListAssociatedResourcesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAttributeGroupsCommandInput
|
|
|
19
19
|
export interface ListAttributeGroupsCommandOutput
|
|
20
20
|
extends ListAttributeGroupsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAttributeGroupsCommand extends $Command<
|
|
24
23
|
ListAttributeGroupsCommandInput,
|
|
25
24
|
ListAttributeGroupsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAttributeGroupsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAttributeGroupsCommandInput;
|
|
29
28
|
constructor(input: ListAttributeGroupsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAttributeGroupsForApplicationCommandInput
|
|
|
19
19
|
export interface ListAttributeGroupsForApplicationCommandOutput
|
|
20
20
|
extends ListAttributeGroupsForApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAttributeGroupsForApplicationCommand extends $Command<
|
|
24
23
|
ListAttributeGroupsForApplicationCommandInput,
|
|
25
24
|
ListAttributeGroupsForApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAttributeGroupsForApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAttributeGroupsForApplicationCommandInput;
|
|
29
28
|
constructor(input: ListAttributeGroupsForApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface SyncResourceCommandInput extends SyncResourceRequest {}
|
|
|
15
15
|
export interface SyncResourceCommandOutput
|
|
16
16
|
extends SyncResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class SyncResourceCommand extends $Command<
|
|
20
19
|
SyncResourceCommandInput,
|
|
21
20
|
SyncResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class SyncResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: SyncResourceCommandInput;
|
|
25
24
|
constructor(input: SyncResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateApplicationCommandInput
|
|
|
19
19
|
export interface UpdateApplicationCommandOutput
|
|
20
20
|
extends UpdateApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateApplicationCommand extends $Command<
|
|
24
23
|
UpdateApplicationCommandInput,
|
|
25
24
|
UpdateApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateApplicationCommandInput;
|
|
29
28
|
constructor(input: UpdateApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateAttributeGroupCommandInput
|
|
|
19
19
|
export interface UpdateAttributeGroupCommandOutput
|
|
20
20
|
extends UpdateAttributeGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateAttributeGroupCommand extends $Command<
|
|
24
23
|
UpdateAttributeGroupCommandInput,
|
|
25
24
|
UpdateAttributeGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateAttributeGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateAttributeGroupCommandInput;
|
|
29
28
|
constructor(input: UpdateAttributeGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ServiceCatalogAppRegistryClientResolvedConfig,
|