@aws-sdk/client-service-catalog-appregistry 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ServiceCatalogAppRegistry.d.ts +406 -115
  3. package/dist-types/ts3.4/ServiceCatalogAppRegistryClient.d.ts +262 -95
  4. package/dist-types/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/index.d.ts +22 -22
  27. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  28. package/dist-types/ts3.4/index.d.ts +6 -6
  29. package/dist-types/ts3.4/models/ServiceCatalogAppRegistryServiceException.d.ts +8 -6
  30. package/dist-types/ts3.4/models/index.d.ts +1 -1
  31. package/dist-types/ts3.4/models/models_0.d.ts +610 -556
  32. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  33. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
  34. package/dist-types/ts3.4/pagination/ListAssociatedAttributeGroupsPaginator.d.ts +11 -4
  35. package/dist-types/ts3.4/pagination/ListAssociatedResourcesPaginator.d.ts +11 -4
  36. package/dist-types/ts3.4/pagination/ListAttributeGroupsForApplicationPaginator.d.ts +11 -4
  37. package/dist-types/ts3.4/pagination/ListAttributeGroupsPaginator.d.ts +11 -4
  38. package/dist-types/ts3.4/pagination/index.d.ts +6 -6
  39. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +269 -68
  40. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  41. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  42. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  43. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  44. package/package.json +34 -34
@@ -1,95 +1,262 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput } from "./commands/AssociateAttributeGroupCommand";
10
- import { AssociateResourceCommandInput, AssociateResourceCommandOutput } from "./commands/AssociateResourceCommand";
11
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
12
- import { CreateAttributeGroupCommandInput, CreateAttributeGroupCommandOutput } from "./commands/CreateAttributeGroupCommand";
13
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
14
- import { DeleteAttributeGroupCommandInput, DeleteAttributeGroupCommandOutput } from "./commands/DeleteAttributeGroupCommand";
15
- import { DisassociateAttributeGroupCommandInput, DisassociateAttributeGroupCommandOutput } from "./commands/DisassociateAttributeGroupCommand";
16
- import { DisassociateResourceCommandInput, DisassociateResourceCommandOutput } from "./commands/DisassociateResourceCommand";
17
- import { GetApplicationCommandInput, GetApplicationCommandOutput } from "./commands/GetApplicationCommand";
18
- import { GetAssociatedResourceCommandInput, GetAssociatedResourceCommandOutput } from "./commands/GetAssociatedResourceCommand";
19
- import { GetAttributeGroupCommandInput, GetAttributeGroupCommandOutput } from "./commands/GetAttributeGroupCommand";
20
- import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
21
- import { ListAssociatedAttributeGroupsCommandInput, ListAssociatedAttributeGroupsCommandOutput } from "./commands/ListAssociatedAttributeGroupsCommand";
22
- import { ListAssociatedResourcesCommandInput, ListAssociatedResourcesCommandOutput } from "./commands/ListAssociatedResourcesCommand";
23
- import { ListAttributeGroupsCommandInput, ListAttributeGroupsCommandOutput } from "./commands/ListAttributeGroupsCommand";
24
- import { ListAttributeGroupsForApplicationCommandInput, ListAttributeGroupsForApplicationCommandOutput } from "./commands/ListAttributeGroupsForApplicationCommand";
25
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
26
- import { SyncResourceCommandInput, SyncResourceCommandOutput } from "./commands/SyncResourceCommand";
27
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
28
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
29
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
30
- import { UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput } from "./commands/UpdateAttributeGroupCommand";
31
- export declare type ServiceInputTypes = AssociateAttributeGroupCommandInput | AssociateResourceCommandInput | CreateApplicationCommandInput | CreateAttributeGroupCommandInput | DeleteApplicationCommandInput | DeleteAttributeGroupCommandInput | DisassociateAttributeGroupCommandInput | DisassociateResourceCommandInput | GetApplicationCommandInput | GetAssociatedResourceCommandInput | GetAttributeGroupCommandInput | ListApplicationsCommandInput | ListAssociatedAttributeGroupsCommandInput | ListAssociatedResourcesCommandInput | ListAttributeGroupsCommandInput | ListAttributeGroupsForApplicationCommandInput | ListTagsForResourceCommandInput | SyncResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateAttributeGroupCommandInput;
32
- export declare type ServiceOutputTypes = AssociateAttributeGroupCommandOutput | AssociateResourceCommandOutput | CreateApplicationCommandOutput | CreateAttributeGroupCommandOutput | DeleteApplicationCommandOutput | DeleteAttributeGroupCommandOutput | DisassociateAttributeGroupCommandOutput | DisassociateResourceCommandOutput | GetApplicationCommandOutput | GetAssociatedResourceCommandOutput | GetAttributeGroupCommandOutput | ListApplicationsCommandOutput | ListAssociatedAttributeGroupsCommandOutput | ListAssociatedResourcesCommandOutput | ListAttributeGroupsCommandOutput | ListAttributeGroupsForApplicationCommandOutput | ListTagsForResourceCommandOutput | SyncResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateAttributeGroupCommandOutput;
33
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
34
-
35
- requestHandler?: __HttpHandler;
36
-
37
- sha256?: __HashConstructor;
38
-
39
- urlParser?: __UrlParser;
40
-
41
- bodyLengthChecker?: __BodyLengthCalculator;
42
-
43
- streamCollector?: __StreamCollector;
44
-
45
- base64Decoder?: __Decoder;
46
-
47
- base64Encoder?: __Encoder;
48
-
49
- utf8Decoder?: __Decoder;
50
-
51
- utf8Encoder?: __Encoder;
52
-
53
- runtime?: string;
54
-
55
- disableHostPrefix?: boolean;
56
-
57
- maxAttempts?: number | __Provider<number>;
58
-
59
- retryMode?: string | __Provider<string>;
60
-
61
- logger?: __Logger;
62
-
63
- useDualstackEndpoint?: boolean | __Provider<boolean>;
64
-
65
- useFipsEndpoint?: boolean | __Provider<boolean>;
66
-
67
- serviceId?: string;
68
-
69
- region?: string | __Provider<string>;
70
-
71
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
72
-
73
- regionInfoProvider?: RegionInfoProvider;
74
-
75
- defaultUserAgentProvider?: Provider<__UserAgent>;
76
-
77
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
78
- }
79
- declare type ServiceCatalogAppRegistryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
80
-
81
- export interface ServiceCatalogAppRegistryClientConfig extends ServiceCatalogAppRegistryClientConfigType {
82
- }
83
- declare type ServiceCatalogAppRegistryClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
84
-
85
- export interface ServiceCatalogAppRegistryClientResolvedConfig extends ServiceCatalogAppRegistryClientResolvedConfigType {
86
- }
87
-
88
- export declare class ServiceCatalogAppRegistryClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ServiceCatalogAppRegistryClientResolvedConfig> {
89
-
90
- readonly config: ServiceCatalogAppRegistryClientResolvedConfig;
91
- constructor(configuration: ServiceCatalogAppRegistryClientConfig);
92
-
93
- destroy(): void;
94
- }
95
- export {};
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
+
183
+ sha256?: __HashConstructor;
184
+
185
+ urlParser?: __UrlParser;
186
+
187
+ bodyLengthChecker?: __BodyLengthCalculator;
188
+
189
+ streamCollector?: __StreamCollector;
190
+
191
+ base64Decoder?: __Decoder;
192
+
193
+ base64Encoder?: __Encoder;
194
+
195
+ utf8Decoder?: __Decoder;
196
+
197
+ utf8Encoder?: __Encoder;
198
+
199
+ runtime?: string;
200
+
201
+ disableHostPrefix?: boolean;
202
+
203
+ maxAttempts?: number | __Provider<number>;
204
+
205
+ retryMode?: string | __Provider<string>;
206
+
207
+ logger?: __Logger;
208
+
209
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
210
+
211
+ useFipsEndpoint?: boolean | __Provider<boolean>;
212
+
213
+ serviceId?: string;
214
+
215
+ region?: string | __Provider<string>;
216
+
217
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
218
+
219
+ regionInfoProvider?: RegionInfoProvider;
220
+
221
+ defaultUserAgentProvider?: Provider<__UserAgent>;
222
+
223
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
224
+ }
225
+ declare type ServiceCatalogAppRegistryClientConfigType = Partial<
226
+ __SmithyConfiguration<__HttpHandlerOptions>
227
+ > &
228
+ ClientDefaults &
229
+ RegionInputConfig &
230
+ EndpointsInputConfig &
231
+ RetryInputConfig &
232
+ HostHeaderInputConfig &
233
+ AwsAuthInputConfig &
234
+ UserAgentInputConfig;
235
+
236
+ export interface ServiceCatalogAppRegistryClientConfig
237
+ extends ServiceCatalogAppRegistryClientConfigType {}
238
+ declare type ServiceCatalogAppRegistryClientResolvedConfigType =
239
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
240
+ Required<ClientDefaults> &
241
+ RegionResolvedConfig &
242
+ EndpointsResolvedConfig &
243
+ RetryResolvedConfig &
244
+ HostHeaderResolvedConfig &
245
+ AwsAuthResolvedConfig &
246
+ UserAgentResolvedConfig;
247
+
248
+ export interface ServiceCatalogAppRegistryClientResolvedConfig
249
+ extends ServiceCatalogAppRegistryClientResolvedConfigType {}
250
+
251
+ export declare class ServiceCatalogAppRegistryClient extends __Client<
252
+ __HttpHandlerOptions,
253
+ ServiceInputTypes,
254
+ ServiceOutputTypes,
255
+ ServiceCatalogAppRegistryClientResolvedConfig
256
+ > {
257
+ readonly config: ServiceCatalogAppRegistryClientResolvedConfig;
258
+ constructor(configuration: ServiceCatalogAppRegistryClientConfig);
259
+
260
+ destroy(): void;
261
+ }
262
+ export {};
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AssociateAttributeGroupRequest, AssociateAttributeGroupResponse } from "../models/models_0";
4
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
- export interface AssociateAttributeGroupCommandInput extends AssociateAttributeGroupRequest {
6
- }
7
- export interface AssociateAttributeGroupCommandOutput extends AssociateAttributeGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateAttributeGroupCommand extends $Command<AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
11
- readonly input: AssociateAttributeGroupCommandInput;
12
- constructor(input: AssociateAttributeGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class AssociateAttributeGroupCommand extends $Command<
24
+ AssociateAttributeGroupCommandInput,
25
+ AssociateAttributeGroupCommandOutput,
26
+ ServiceCatalogAppRegistryClientResolvedConfig
27
+ > {
28
+ readonly input: AssociateAttributeGroupCommandInput;
29
+ constructor(input: AssociateAttributeGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ServiceCatalogAppRegistryClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AssociateAttributeGroupCommandInput,
37
+ AssociateAttributeGroupCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AssociateResourceRequest, AssociateResourceResponse } from "../models/models_0";
4
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
- export interface AssociateResourceCommandInput extends AssociateResourceRequest {
6
- }
7
- export interface AssociateResourceCommandOutput extends AssociateResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateResourceCommand extends $Command<AssociateResourceCommandInput, AssociateResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
11
- readonly input: AssociateResourceCommandInput;
12
- constructor(input: AssociateResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateResourceCommandInput, AssociateResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class AssociateResourceCommand extends $Command<
24
+ AssociateResourceCommandInput,
25
+ AssociateResourceCommandOutput,
26
+ ServiceCatalogAppRegistryClientResolvedConfig
27
+ > {
28
+ readonly input: AssociateResourceCommandInput;
29
+ constructor(input: AssociateResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ServiceCatalogAppRegistryClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<AssociateResourceCommandInput, AssociateResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
4
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
- export interface CreateApplicationCommandInput extends CreateApplicationRequest {
6
- }
7
- export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
11
- readonly input: CreateApplicationCommandInput;
12
- constructor(input: CreateApplicationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class CreateApplicationCommand extends $Command<
24
+ CreateApplicationCommandInput,
25
+ CreateApplicationCommandOutput,
26
+ ServiceCatalogAppRegistryClientResolvedConfig
27
+ > {
28
+ readonly input: CreateApplicationCommandInput;
29
+ constructor(input: CreateApplicationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ServiceCatalogAppRegistryClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateAttributeGroupRequest, CreateAttributeGroupResponse } from "../models/models_0";
4
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
- export interface CreateAttributeGroupCommandInput extends CreateAttributeGroupRequest {
6
- }
7
- export interface CreateAttributeGroupCommandOutput extends CreateAttributeGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAttributeGroupCommand extends $Command<CreateAttributeGroupCommandInput, CreateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
11
- readonly input: CreateAttributeGroupCommandInput;
12
- constructor(input: CreateAttributeGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAttributeGroupCommandInput, CreateAttributeGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class CreateAttributeGroupCommand extends $Command<
24
+ CreateAttributeGroupCommandInput,
25
+ CreateAttributeGroupCommandOutput,
26
+ ServiceCatalogAppRegistryClientResolvedConfig
27
+ > {
28
+ readonly input: CreateAttributeGroupCommandInput;
29
+ constructor(input: CreateAttributeGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ServiceCatalogAppRegistryClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateAttributeGroupCommandInput,
37
+ CreateAttributeGroupCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
4
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
- export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {
6
- }
7
- export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
11
- readonly input: DeleteApplicationCommandInput;
12
- constructor(input: DeleteApplicationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class DeleteApplicationCommand extends $Command<
24
+ DeleteApplicationCommandInput,
25
+ DeleteApplicationCommandOutput,
26
+ ServiceCatalogAppRegistryClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteApplicationCommandInput;
29
+ constructor(input: DeleteApplicationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ServiceCatalogAppRegistryClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }