@aws-sdk/client-service-catalog-appregistry 3.170.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.
Files changed (32) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ServiceCatalogAppRegistry.d.ts +0 -22
  3. package/dist-types/ts3.4/ServiceCatalogAppRegistryClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/models/ServiceCatalogAppRegistryServiceException.d.ts +0 -1
  27. package/dist-types/ts3.4/models/models_0.d.ts +0 -161
  28. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  29. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  30. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  31. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  32. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-service-catalog-appregistry
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-service-catalog-appregistry
@@ -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,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class ServiceCatalogAppRegistryServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -1,84 +1,59 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { ServiceCatalogAppRegistryServiceException as __BaseException } from "./ServiceCatalogAppRegistryServiceException";
3
-
4
3
  export interface Application {
5
4
  id?: string;
6
-
7
5
  arn?: string;
8
-
9
6
  name?: string;
10
-
11
7
  description?: string;
12
-
13
8
  creationTime?: Date;
14
-
15
9
  lastUpdateTime?: Date;
16
-
17
10
  tags?: Record<string, string>;
18
11
  }
19
-
20
12
  export interface ApplicationSummary {
21
13
  id?: string;
22
-
23
14
  arn?: string;
24
-
25
15
  name?: string;
26
-
27
16
  description?: string;
28
-
29
17
  creationTime?: Date;
30
-
31
18
  lastUpdateTime?: Date;
32
19
  }
33
20
  export interface AssociateAttributeGroupRequest {
34
21
  application: string | undefined;
35
-
36
22
  attributeGroup: string | undefined;
37
23
  }
38
24
  export interface AssociateAttributeGroupResponse {
39
25
  applicationArn?: string;
40
-
41
26
  attributeGroupArn?: string;
42
27
  }
43
-
44
28
  export declare class ConflictException extends __BaseException {
45
29
  readonly name: "ConflictException";
46
30
  readonly $fault: "client";
47
-
48
31
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
49
32
  }
50
-
51
33
  export declare class InternalServerException extends __BaseException {
52
34
  readonly name: "InternalServerException";
53
35
  readonly $fault: "server";
54
-
55
36
  constructor(
56
37
  opts: __ExceptionOptionType<InternalServerException, __BaseException>
57
38
  );
58
39
  }
59
-
60
40
  export declare class ResourceNotFoundException extends __BaseException {
61
41
  readonly name: "ResourceNotFoundException";
62
42
  readonly $fault: "client";
63
-
64
43
  constructor(
65
44
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
66
45
  );
67
46
  }
68
-
69
47
  export declare class ServiceQuotaExceededException extends __BaseException {
70
48
  readonly name: "ServiceQuotaExceededException";
71
49
  readonly $fault: "client";
72
-
73
50
  constructor(
74
51
  opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
75
52
  );
76
53
  }
77
-
78
54
  export declare class ValidationException extends __BaseException {
79
55
  readonly name: "ValidationException";
80
56
  readonly $fault: "client";
81
-
82
57
  constructor(
83
58
  opts: __ExceptionOptionType<ValidationException, __BaseException>
84
59
  );
@@ -88,61 +63,39 @@ export declare enum ResourceType {
88
63
  }
89
64
  export interface AssociateResourceRequest {
90
65
  application: string | undefined;
91
-
92
66
  resourceType: ResourceType | string | undefined;
93
-
94
67
  resource: string | undefined;
95
68
  }
96
69
  export interface AssociateResourceResponse {
97
70
  applicationArn?: string;
98
-
99
71
  resourceArn?: string;
100
72
  }
101
-
102
73
  export interface AttributeGroup {
103
74
  id?: string;
104
-
105
75
  arn?: string;
106
-
107
76
  name?: string;
108
-
109
77
  description?: string;
110
-
111
78
  creationTime?: Date;
112
-
113
79
  lastUpdateTime?: Date;
114
-
115
80
  tags?: Record<string, string>;
116
81
  }
117
-
118
82
  export interface AttributeGroupDetails {
119
83
  id?: string;
120
-
121
84
  arn?: string;
122
-
123
85
  name?: string;
124
86
  }
125
-
126
87
  export interface AttributeGroupSummary {
127
88
  id?: string;
128
-
129
89
  arn?: string;
130
-
131
90
  name?: string;
132
-
133
91
  description?: string;
134
-
135
92
  creationTime?: Date;
136
-
137
93
  lastUpdateTime?: Date;
138
94
  }
139
95
  export interface CreateApplicationRequest {
140
96
  name: string | undefined;
141
-
142
97
  description?: string;
143
-
144
98
  tags?: Record<string, string>;
145
-
146
99
  clientToken?: string;
147
100
  }
148
101
  export interface CreateApplicationResponse {
@@ -150,13 +103,9 @@ export interface CreateApplicationResponse {
150
103
  }
151
104
  export interface CreateAttributeGroupRequest {
152
105
  name: string | undefined;
153
-
154
106
  description?: string;
155
-
156
107
  attributes: string | undefined;
157
-
158
108
  tags?: Record<string, string>;
159
-
160
109
  clientToken?: string;
161
110
  }
162
111
  export interface CreateAttributeGroupResponse {
@@ -176,24 +125,19 @@ export interface DeleteAttributeGroupResponse {
176
125
  }
177
126
  export interface DisassociateAttributeGroupRequest {
178
127
  application: string | undefined;
179
-
180
128
  attributeGroup: string | undefined;
181
129
  }
182
130
  export interface DisassociateAttributeGroupResponse {
183
131
  applicationArn?: string;
184
-
185
132
  attributeGroupArn?: string;
186
133
  }
187
134
  export interface DisassociateResourceRequest {
188
135
  application: string | undefined;
189
-
190
136
  resourceType: ResourceType | string | undefined;
191
-
192
137
  resource: string | undefined;
193
138
  }
194
139
  export interface DisassociateResourceResponse {
195
140
  applicationArn?: string;
196
-
197
141
  resourceArn?: string;
198
142
  }
199
143
  export interface GetApplicationRequest {
@@ -207,56 +151,37 @@ export declare enum ResourceGroupState {
207
151
  UPDATE_FAILED = "UPDATE_FAILED",
208
152
  UPDATING = "UPDATING",
209
153
  }
210
-
211
154
  export interface ResourceGroup {
212
155
  state?: ResourceGroupState | string;
213
-
214
156
  arn?: string;
215
-
216
157
  errorMessage?: string;
217
158
  }
218
-
219
159
  export interface Integrations {
220
160
  resourceGroup?: ResourceGroup;
221
161
  }
222
162
  export interface GetApplicationResponse {
223
163
  id?: string;
224
-
225
164
  arn?: string;
226
-
227
165
  name?: string;
228
-
229
166
  description?: string;
230
-
231
167
  creationTime?: Date;
232
-
233
168
  lastUpdateTime?: Date;
234
-
235
169
  associatedResourceCount?: number;
236
-
237
170
  tags?: Record<string, string>;
238
-
239
171
  integrations?: Integrations;
240
172
  }
241
173
  export interface GetAssociatedResourceRequest {
242
174
  application: string | undefined;
243
-
244
175
  resourceType: ResourceType | string | undefined;
245
-
246
176
  resource: string | undefined;
247
177
  }
248
-
249
178
  export interface ResourceIntegrations {
250
179
  resourceGroup?: ResourceGroup;
251
180
  }
252
-
253
181
  export interface Resource {
254
182
  name?: string;
255
-
256
183
  arn?: string;
257
-
258
184
  associationTime?: Date;
259
-
260
185
  integrations?: ResourceIntegrations;
261
186
  }
262
187
  export interface GetAssociatedResourceResponse {
@@ -267,81 +192,59 @@ export interface GetAttributeGroupRequest {
267
192
  }
268
193
  export interface GetAttributeGroupResponse {
269
194
  id?: string;
270
-
271
195
  arn?: string;
272
-
273
196
  name?: string;
274
-
275
197
  description?: string;
276
-
277
198
  attributes?: string;
278
-
279
199
  creationTime?: Date;
280
-
281
200
  lastUpdateTime?: Date;
282
-
283
201
  tags?: Record<string, string>;
284
202
  }
285
203
  export interface ListApplicationsRequest {
286
204
  nextToken?: string;
287
-
288
205
  maxResults?: number;
289
206
  }
290
207
  export interface ListApplicationsResponse {
291
208
  applications?: ApplicationSummary[];
292
-
293
209
  nextToken?: string;
294
210
  }
295
211
  export interface ListAssociatedAttributeGroupsRequest {
296
212
  application: string | undefined;
297
-
298
213
  nextToken?: string;
299
-
300
214
  maxResults?: number;
301
215
  }
302
216
  export interface ListAssociatedAttributeGroupsResponse {
303
217
  attributeGroups?: string[];
304
-
305
218
  nextToken?: string;
306
219
  }
307
220
  export interface ListAssociatedResourcesRequest {
308
221
  application: string | undefined;
309
-
310
222
  nextToken?: string;
311
-
312
223
  maxResults?: number;
313
224
  }
314
-
315
225
  export interface ResourceInfo {
316
226
  name?: string;
317
-
318
227
  arn?: string;
319
228
  }
320
229
  export interface ListAssociatedResourcesResponse {
321
230
  resources?: ResourceInfo[];
322
-
323
231
  nextToken?: string;
324
232
  }
325
233
  export interface ListAttributeGroupsRequest {
326
234
  nextToken?: string;
327
-
328
235
  maxResults?: number;
329
236
  }
330
237
  export interface ListAttributeGroupsResponse {
331
238
  attributeGroups?: AttributeGroupSummary[];
332
-
333
239
  nextToken?: string;
334
240
  }
335
241
  export interface ListAttributeGroupsForApplicationRequest {
336
242
  application: string | undefined;
337
-
338
243
  nextToken?: string;
339
-
340
244
  maxResults?: number;
341
245
  }
342
246
  export interface ListAttributeGroupsForApplicationResponse {
343
247
  attributeGroupsDetails?: AttributeGroupDetails[];
344
-
345
248
  nextToken?: string;
346
249
  }
347
250
  export interface ListTagsForResourceRequest {
@@ -352,7 +255,6 @@ export interface ListTagsForResourceResponse {
352
255
  }
353
256
  export interface SyncResourceRequest {
354
257
  resourceType: ResourceType | string | undefined;
355
-
356
258
  resource: string | undefined;
357
259
  }
358
260
  export declare enum SyncAction {
@@ -361,28 +263,22 @@ export declare enum SyncAction {
361
263
  }
362
264
  export interface SyncResourceResponse {
363
265
  applicationArn?: string;
364
-
365
266
  resourceArn?: string;
366
-
367
267
  actionTaken?: SyncAction | string;
368
268
  }
369
269
  export interface TagResourceRequest {
370
270
  resourceArn: string | undefined;
371
-
372
271
  tags: Record<string, string> | undefined;
373
272
  }
374
273
  export interface TagResourceResponse {}
375
274
  export interface UntagResourceRequest {
376
275
  resourceArn: string | undefined;
377
-
378
276
  tagKeys: string[] | undefined;
379
277
  }
380
278
  export interface UntagResourceResponse {}
381
279
  export interface UpdateApplicationRequest {
382
280
  application: string | undefined;
383
-
384
281
  name?: string;
385
-
386
282
  description?: string;
387
283
  }
388
284
  export interface UpdateApplicationResponse {
@@ -390,221 +286,164 @@ export interface UpdateApplicationResponse {
390
286
  }
391
287
  export interface UpdateAttributeGroupRequest {
392
288
  attributeGroup: string | undefined;
393
-
394
289
  name?: string;
395
-
396
290
  description?: string;
397
-
398
291
  attributes?: string;
399
292
  }
400
293
  export interface UpdateAttributeGroupResponse {
401
294
  attributeGroup?: AttributeGroup;
402
295
  }
403
-
404
296
  export declare const ApplicationFilterSensitiveLog: (obj: Application) => any;
405
-
406
297
  export declare const ApplicationSummaryFilterSensitiveLog: (
407
298
  obj: ApplicationSummary
408
299
  ) => any;
409
-
410
300
  export declare const AssociateAttributeGroupRequestFilterSensitiveLog: (
411
301
  obj: AssociateAttributeGroupRequest
412
302
  ) => any;
413
-
414
303
  export declare const AssociateAttributeGroupResponseFilterSensitiveLog: (
415
304
  obj: AssociateAttributeGroupResponse
416
305
  ) => any;
417
-
418
306
  export declare const AssociateResourceRequestFilterSensitiveLog: (
419
307
  obj: AssociateResourceRequest
420
308
  ) => any;
421
-
422
309
  export declare const AssociateResourceResponseFilterSensitiveLog: (
423
310
  obj: AssociateResourceResponse
424
311
  ) => any;
425
-
426
312
  export declare const AttributeGroupFilterSensitiveLog: (
427
313
  obj: AttributeGroup
428
314
  ) => any;
429
-
430
315
  export declare const AttributeGroupDetailsFilterSensitiveLog: (
431
316
  obj: AttributeGroupDetails
432
317
  ) => any;
433
-
434
318
  export declare const AttributeGroupSummaryFilterSensitiveLog: (
435
319
  obj: AttributeGroupSummary
436
320
  ) => any;
437
-
438
321
  export declare const CreateApplicationRequestFilterSensitiveLog: (
439
322
  obj: CreateApplicationRequest
440
323
  ) => any;
441
-
442
324
  export declare const CreateApplicationResponseFilterSensitiveLog: (
443
325
  obj: CreateApplicationResponse
444
326
  ) => any;
445
-
446
327
  export declare const CreateAttributeGroupRequestFilterSensitiveLog: (
447
328
  obj: CreateAttributeGroupRequest
448
329
  ) => any;
449
-
450
330
  export declare const CreateAttributeGroupResponseFilterSensitiveLog: (
451
331
  obj: CreateAttributeGroupResponse
452
332
  ) => any;
453
-
454
333
  export declare const DeleteApplicationRequestFilterSensitiveLog: (
455
334
  obj: DeleteApplicationRequest
456
335
  ) => any;
457
-
458
336
  export declare const DeleteApplicationResponseFilterSensitiveLog: (
459
337
  obj: DeleteApplicationResponse
460
338
  ) => any;
461
-
462
339
  export declare const DeleteAttributeGroupRequestFilterSensitiveLog: (
463
340
  obj: DeleteAttributeGroupRequest
464
341
  ) => any;
465
-
466
342
  export declare const DeleteAttributeGroupResponseFilterSensitiveLog: (
467
343
  obj: DeleteAttributeGroupResponse
468
344
  ) => any;
469
-
470
345
  export declare const DisassociateAttributeGroupRequestFilterSensitiveLog: (
471
346
  obj: DisassociateAttributeGroupRequest
472
347
  ) => any;
473
-
474
348
  export declare const DisassociateAttributeGroupResponseFilterSensitiveLog: (
475
349
  obj: DisassociateAttributeGroupResponse
476
350
  ) => any;
477
-
478
351
  export declare const DisassociateResourceRequestFilterSensitiveLog: (
479
352
  obj: DisassociateResourceRequest
480
353
  ) => any;
481
-
482
354
  export declare const DisassociateResourceResponseFilterSensitiveLog: (
483
355
  obj: DisassociateResourceResponse
484
356
  ) => any;
485
-
486
357
  export declare const GetApplicationRequestFilterSensitiveLog: (
487
358
  obj: GetApplicationRequest
488
359
  ) => any;
489
-
490
360
  export declare const ResourceGroupFilterSensitiveLog: (
491
361
  obj: ResourceGroup
492
362
  ) => any;
493
-
494
363
  export declare const IntegrationsFilterSensitiveLog: (obj: Integrations) => any;
495
-
496
364
  export declare const GetApplicationResponseFilterSensitiveLog: (
497
365
  obj: GetApplicationResponse
498
366
  ) => any;
499
-
500
367
  export declare const GetAssociatedResourceRequestFilterSensitiveLog: (
501
368
  obj: GetAssociatedResourceRequest
502
369
  ) => any;
503
-
504
370
  export declare const ResourceIntegrationsFilterSensitiveLog: (
505
371
  obj: ResourceIntegrations
506
372
  ) => any;
507
-
508
373
  export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
509
-
510
374
  export declare const GetAssociatedResourceResponseFilterSensitiveLog: (
511
375
  obj: GetAssociatedResourceResponse
512
376
  ) => any;
513
-
514
377
  export declare const GetAttributeGroupRequestFilterSensitiveLog: (
515
378
  obj: GetAttributeGroupRequest
516
379
  ) => any;
517
-
518
380
  export declare const GetAttributeGroupResponseFilterSensitiveLog: (
519
381
  obj: GetAttributeGroupResponse
520
382
  ) => any;
521
-
522
383
  export declare const ListApplicationsRequestFilterSensitiveLog: (
523
384
  obj: ListApplicationsRequest
524
385
  ) => any;
525
-
526
386
  export declare const ListApplicationsResponseFilterSensitiveLog: (
527
387
  obj: ListApplicationsResponse
528
388
  ) => any;
529
-
530
389
  export declare const ListAssociatedAttributeGroupsRequestFilterSensitiveLog: (
531
390
  obj: ListAssociatedAttributeGroupsRequest
532
391
  ) => any;
533
-
534
392
  export declare const ListAssociatedAttributeGroupsResponseFilterSensitiveLog: (
535
393
  obj: ListAssociatedAttributeGroupsResponse
536
394
  ) => any;
537
-
538
395
  export declare const ListAssociatedResourcesRequestFilterSensitiveLog: (
539
396
  obj: ListAssociatedResourcesRequest
540
397
  ) => any;
541
-
542
398
  export declare const ResourceInfoFilterSensitiveLog: (obj: ResourceInfo) => any;
543
-
544
399
  export declare const ListAssociatedResourcesResponseFilterSensitiveLog: (
545
400
  obj: ListAssociatedResourcesResponse
546
401
  ) => any;
547
-
548
402
  export declare const ListAttributeGroupsRequestFilterSensitiveLog: (
549
403
  obj: ListAttributeGroupsRequest
550
404
  ) => any;
551
-
552
405
  export declare const ListAttributeGroupsResponseFilterSensitiveLog: (
553
406
  obj: ListAttributeGroupsResponse
554
407
  ) => any;
555
-
556
408
  export declare const ListAttributeGroupsForApplicationRequestFilterSensitiveLog: (
557
409
  obj: ListAttributeGroupsForApplicationRequest
558
410
  ) => any;
559
-
560
411
  export declare const ListAttributeGroupsForApplicationResponseFilterSensitiveLog: (
561
412
  obj: ListAttributeGroupsForApplicationResponse
562
413
  ) => any;
563
-
564
414
  export declare const ListTagsForResourceRequestFilterSensitiveLog: (
565
415
  obj: ListTagsForResourceRequest
566
416
  ) => any;
567
-
568
417
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (
569
418
  obj: ListTagsForResourceResponse
570
419
  ) => any;
571
-
572
420
  export declare const SyncResourceRequestFilterSensitiveLog: (
573
421
  obj: SyncResourceRequest
574
422
  ) => any;
575
-
576
423
  export declare const SyncResourceResponseFilterSensitiveLog: (
577
424
  obj: SyncResourceResponse
578
425
  ) => any;
579
-
580
426
  export declare const TagResourceRequestFilterSensitiveLog: (
581
427
  obj: TagResourceRequest
582
428
  ) => any;
583
-
584
429
  export declare const TagResourceResponseFilterSensitiveLog: (
585
430
  obj: TagResourceResponse
586
431
  ) => any;
587
-
588
432
  export declare const UntagResourceRequestFilterSensitiveLog: (
589
433
  obj: UntagResourceRequest
590
434
  ) => any;
591
-
592
435
  export declare const UntagResourceResponseFilterSensitiveLog: (
593
436
  obj: UntagResourceResponse
594
437
  ) => any;
595
-
596
438
  export declare const UpdateApplicationRequestFilterSensitiveLog: (
597
439
  obj: UpdateApplicationRequest
598
440
  ) => any;
599
-
600
441
  export declare const UpdateApplicationResponseFilterSensitiveLog: (
601
442
  obj: UpdateApplicationResponse
602
443
  ) => any;
603
-
604
444
  export declare const UpdateAttributeGroupRequestFilterSensitiveLog: (
605
445
  obj: UpdateAttributeGroupRequest
606
446
  ) => any;
607
-
608
447
  export declare const UpdateAttributeGroupResponseFilterSensitiveLog: (
609
448
  obj: UpdateAttributeGroupResponse
610
449
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { ServiceCatalogAppRegistryClientConfig } from "./ServiceCatalogAppRegistryClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: ServiceCatalogAppRegistryClientConfig
6
5
  ) => {
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { ServiceCatalogAppRegistryClientConfig } from "./ServiceCatalogAppRegistryClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: ServiceCatalogAppRegistryClientConfig
6
5
  ) => {
@@ -1,5 +1,4 @@
1
1
  import { ServiceCatalogAppRegistryClientConfig } from "./ServiceCatalogAppRegistryClient";
2
-
3
2
  export declare const getRuntimeConfig: (
4
3
  config: ServiceCatalogAppRegistryClientConfig
5
4
  ) => {
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { ServiceCatalogAppRegistryClientConfig } from "./ServiceCatalogAppRegistryClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: ServiceCatalogAppRegistryClientConfig
6
5
  ) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-service-catalog-appregistry",
3
3
  "description": "AWS SDK for JavaScript Service Catalog Appregistry Client for Node.js, Browser and React Native",
4
- "version": "3.170.0",
4
+ "version": "3.171.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.171.0",
23
+ "@aws-sdk/config-resolver": "3.171.0",
24
+ "@aws-sdk/credential-provider-node": "3.171.0",
25
+ "@aws-sdk/fetch-http-handler": "3.171.0",
26
+ "@aws-sdk/hash-node": "3.171.0",
27
+ "@aws-sdk/invalid-dependency": "3.171.0",
28
+ "@aws-sdk/middleware-content-length": "3.171.0",
29
+ "@aws-sdk/middleware-host-header": "3.171.0",
30
+ "@aws-sdk/middleware-logger": "3.171.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.171.0",
32
+ "@aws-sdk/middleware-retry": "3.171.0",
33
+ "@aws-sdk/middleware-serde": "3.171.0",
34
+ "@aws-sdk/middleware-signing": "3.171.0",
35
+ "@aws-sdk/middleware-stack": "3.171.0",
36
+ "@aws-sdk/middleware-user-agent": "3.171.0",
37
+ "@aws-sdk/node-config-provider": "3.171.0",
38
+ "@aws-sdk/node-http-handler": "3.171.0",
39
+ "@aws-sdk/protocol-http": "3.171.0",
40
+ "@aws-sdk/smithy-client": "3.171.0",
41
+ "@aws-sdk/types": "3.171.0",
42
+ "@aws-sdk/url-parser": "3.171.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.171.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.171.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.171.0",
50
+ "@aws-sdk/util-user-agent-node": "3.171.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1",