@aws-sdk/client-service-catalog-appregistry 3.1077.0 → 3.1078.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 (80) hide show
  1. package/dist-cjs/index.js +32 -243
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateAttributeGroupCommand.js +2 -14
  4. package/dist-es/commands/AssociateResourceCommand.js +2 -14
  5. package/dist-es/commands/CreateApplicationCommand.js +2 -14
  6. package/dist-es/commands/CreateAttributeGroupCommand.js +2 -14
  7. package/dist-es/commands/DeleteApplicationCommand.js +2 -14
  8. package/dist-es/commands/DeleteAttributeGroupCommand.js +2 -14
  9. package/dist-es/commands/DisassociateAttributeGroupCommand.js +2 -14
  10. package/dist-es/commands/DisassociateResourceCommand.js +2 -14
  11. package/dist-es/commands/GetApplicationCommand.js +2 -14
  12. package/dist-es/commands/GetAssociatedResourceCommand.js +2 -14
  13. package/dist-es/commands/GetAttributeGroupCommand.js +2 -14
  14. package/dist-es/commands/GetConfigurationCommand.js +2 -14
  15. package/dist-es/commands/ListApplicationsCommand.js +2 -14
  16. package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js +2 -14
  17. package/dist-es/commands/ListAssociatedResourcesCommand.js +2 -14
  18. package/dist-es/commands/ListAttributeGroupsCommand.js +2 -14
  19. package/dist-es/commands/ListAttributeGroupsForApplicationCommand.js +2 -14
  20. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  21. package/dist-es/commands/PutConfigurationCommand.js +2 -14
  22. package/dist-es/commands/SyncResourceCommand.js +2 -14
  23. package/dist-es/commands/TagResourceCommand.js +2 -14
  24. package/dist-es/commands/UntagResourceCommand.js +2 -14
  25. package/dist-es/commands/UpdateApplicationCommand.js +2 -14
  26. package/dist-es/commands/UpdateAttributeGroupCommand.js +2 -14
  27. package/dist-es/index.js +1 -0
  28. package/dist-types/commandBuilder.d.ts +18 -0
  29. package/dist-types/commands/AssociateAttributeGroupCommand.d.ts +3 -8
  30. package/dist-types/commands/AssociateResourceCommand.d.ts +3 -8
  31. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
  32. package/dist-types/commands/CreateAttributeGroupCommand.d.ts +3 -8
  33. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
  34. package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +3 -8
  35. package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +3 -8
  36. package/dist-types/commands/DisassociateResourceCommand.d.ts +3 -8
  37. package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
  38. package/dist-types/commands/GetAssociatedResourceCommand.d.ts +3 -8
  39. package/dist-types/commands/GetAttributeGroupCommand.d.ts +3 -8
  40. package/dist-types/commands/GetConfigurationCommand.d.ts +3 -8
  41. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
  42. package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +3 -8
  43. package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +3 -8
  44. package/dist-types/commands/ListAttributeGroupsCommand.d.ts +3 -8
  45. package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +3 -8
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  47. package/dist-types/commands/PutConfigurationCommand.d.ts +3 -8
  48. package/dist-types/commands/SyncResourceCommand.d.ts +3 -8
  49. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  50. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  51. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
  52. package/dist-types/commands/UpdateAttributeGroupCommand.d.ts +3 -8
  53. package/dist-types/index.d.ts +1 -0
  54. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  55. package/dist-types/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/PutConfigurationCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/index.d.ts +1 -0
  80. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListAssociatedResourcesRequest, ListAssociatedResourcesResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAssociatedResourcesCommandInput extends ListAssociatedResou
22
19
  export interface ListAssociatedResourcesCommandOutput extends ListAssociatedResourcesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAssociatedResourcesCommand_base: {
25
- new (input: ListAssociatedResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListAssociatedResourcesCommandInput, ListAssociatedResourcesCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAssociatedResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListAssociatedResourcesCommandInput, ListAssociatedResourcesCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAssociatedResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListAssociatedResourcesCommandInput, ListAssociatedResourcesCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAssociatedResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListAssociatedResourcesCommandInput, ListAssociatedResourcesCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListAttributeGroupsRequest, ListAttributeGroupsResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAttributeGroupsCommandInput extends ListAttributeGroupsRequ
22
19
  export interface ListAttributeGroupsCommandOutput extends ListAttributeGroupsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAttributeGroupsCommand_base: {
25
- new (input: ListAttributeGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListAttributeGroupsCommandInput, ListAttributeGroupsCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAttributeGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListAttributeGroupsCommandInput, ListAttributeGroupsCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAttributeGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListAttributeGroupsCommandInput, ListAttributeGroupsCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListAttributeGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListAttributeGroupsCommandInput, ListAttributeGroupsCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all attribute groups which you have access to. Results are paginated.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListAttributeGroupsForApplicationRequest, ListAttributeGroupsForApplicationResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAttributeGroupsForApplicationCommandInput extends ListAttri
22
19
  export interface ListAttributeGroupsForApplicationCommandOutput extends ListAttributeGroupsForApplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAttributeGroupsForApplicationCommand_base: {
25
- new (input: ListAttributeGroupsForApplicationCommandInput): import("@smithy/core/client").CommandImpl<ListAttributeGroupsForApplicationCommandInput, ListAttributeGroupsForApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAttributeGroupsForApplicationCommandInput): import("@smithy/core/client").CommandImpl<ListAttributeGroupsForApplicationCommandInput, ListAttributeGroupsForApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAttributeGroupsForApplicationCommandInput): import("@smithy/core/client").CommandImpl<ListAttributeGroupsForApplicationCommandInput, ListAttributeGroupsForApplicationCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAttributeGroupsForApplicationCommandInput): import("@smithy/core/client").CommandImpl<ListAttributeGroupsForApplicationCommandInput, ListAttributeGroupsForApplicationCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the details of all attribute groups associated with a specific application. The results display in pages.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all of the tags on the resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PutConfigurationRequest } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutConfigurationCommandInput extends PutConfigurationRequest {
22
19
  export interface PutConfigurationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutConfigurationCommand_base: {
25
- new (input: PutConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationCommandInput, PutConfigurationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationCommandInput, PutConfigurationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationCommandInput, PutConfigurationCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationCommandInput, PutConfigurationCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { SyncResourceRequest, SyncResourceResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SyncResourceCommandInput extends SyncResourceRequest {
22
19
  export interface SyncResourceCommandOutput extends SyncResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SyncResourceCommand_base: {
25
- new (input: SyncResourceCommandInput): import("@smithy/core/client").CommandImpl<SyncResourceCommandInput, SyncResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SyncResourceCommandInput): import("@smithy/core/client").CommandImpl<SyncResourceCommandInput, SyncResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SyncResourceCommandInput): import("@smithy/core/client").CommandImpl<SyncResourceCommandInput, SyncResourceCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SyncResourceCommandInput): import("@smithy/core/client").CommandImpl<SyncResourceCommandInput, SyncResourceCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Syncs the resource with current AppRegistry records.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Assigns one or more tags (key-value pairs) to the specified resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes tags from a resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateApplicationCommandInput extends UpdateApplicationRequest
22
19
  export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateApplicationCommand_base: {
25
- new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing application with new attributes.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateAttributeGroupRequest, UpdateAttributeGroupResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateAttributeGroupCommandInput extends UpdateAttributeGroupRe
22
19
  export interface UpdateAttributeGroupCommandOutput extends UpdateAttributeGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateAttributeGroupCommand_base: {
25
- new (input: UpdateAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing attribute group with new details. </p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { ServiceCatalogAppRegistryExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ServiceCatalogAppRegistryClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./ServiceCatalogAppRegistryClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ ServiceCatalogAppRegistryClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ ServiceCatalogAppRegistryClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  AssociateAttributeGroupRequest,
5
4
  AssociateAttributeGroupResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceCatalogAppRegistryClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../ServiceCatalogAppRegistryClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateAttributeGroupCommandInput
15
8
  extends AssociateAttributeGroupRequest {}
16
9
  export interface AssociateAttributeGroupCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateAttributeGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateAttributeGroupCommandInput,
24
17
  AssociateAttributeGroupCommandOutput,
25
- ServiceCatalogAppRegistryClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ServiceCatalogAppRegistryClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateAttributeGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateAttributeGroupCommandInput,
33
26
  AssociateAttributeGroupCommandOutput,
34
- ServiceCatalogAppRegistryClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ServiceCatalogAppRegistryClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateAttributeGroupCommand extends AssociateAttributeGroupCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  AssociateResourceRequest,
5
4
  AssociateResourceResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceCatalogAppRegistryClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../ServiceCatalogAppRegistryClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateResourceCommandInput
15
8
  extends AssociateResourceRequest {}
16
9
  export interface AssociateResourceCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateResourceCommandInput,
24
17
  AssociateResourceCommandOutput,
25
- ServiceCatalogAppRegistryClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ServiceCatalogAppRegistryClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateResourceCommandInput,
33
26
  AssociateResourceCommandOutput,
34
- ServiceCatalogAppRegistryClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ServiceCatalogAppRegistryClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateResourceCommand extends AssociateResourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateApplicationRequest,
5
4
  CreateApplicationResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceCatalogAppRegistryClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../ServiceCatalogAppRegistryClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateApplicationCommandInput
15
8
  extends CreateApplicationRequest {}
16
9
  export interface CreateApplicationCommandOutput
@@ -22,22 +15,20 @@ declare const CreateApplicationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateApplicationCommandInput,
24
17
  CreateApplicationCommandOutput,
25
- ServiceCatalogAppRegistryClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ServiceCatalogAppRegistryClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateApplicationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateApplicationCommandInput,
33
26
  CreateApplicationCommandOutput,
34
- ServiceCatalogAppRegistryClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ServiceCatalogAppRegistryClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateAttributeGroupRequest,
5
4
  CreateAttributeGroupResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceCatalogAppRegistryClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../ServiceCatalogAppRegistryClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateAttributeGroupCommandInput
15
8
  extends CreateAttributeGroupRequest {}
16
9
  export interface CreateAttributeGroupCommandOutput
@@ -22,22 +15,20 @@ declare const CreateAttributeGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateAttributeGroupCommandInput,
24
17
  CreateAttributeGroupCommandOutput,
25
- ServiceCatalogAppRegistryClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ServiceCatalogAppRegistryClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateAttributeGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateAttributeGroupCommandInput,
33
26
  CreateAttributeGroupCommandOutput,
34
- ServiceCatalogAppRegistryClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ServiceCatalogAppRegistryClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateAttributeGroupCommand extends CreateAttributeGroupCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DeleteApplicationRequest,
5
4
  DeleteApplicationResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceCatalogAppRegistryClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../ServiceCatalogAppRegistryClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteApplicationCommandInput
15
8
  extends DeleteApplicationRequest {}
16
9
  export interface DeleteApplicationCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteApplicationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteApplicationCommandInput,
24
17
  DeleteApplicationCommandOutput,
25
- ServiceCatalogAppRegistryClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ServiceCatalogAppRegistryClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteApplicationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteApplicationCommandInput,
33
26
  DeleteApplicationCommandOutput,
34
- ServiceCatalogAppRegistryClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ServiceCatalogAppRegistryClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DeleteAttributeGroupRequest,
5
4
  DeleteAttributeGroupResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceCatalogAppRegistryClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../ServiceCatalogAppRegistryClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteAttributeGroupCommandInput
15
8
  extends DeleteAttributeGroupRequest {}
16
9
  export interface DeleteAttributeGroupCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteAttributeGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteAttributeGroupCommandInput,
24
17
  DeleteAttributeGroupCommandOutput,
25
- ServiceCatalogAppRegistryClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ServiceCatalogAppRegistryClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteAttributeGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteAttributeGroupCommandInput,
33
26
  DeleteAttributeGroupCommandOutput,
34
- ServiceCatalogAppRegistryClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ServiceCatalogAppRegistryClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteAttributeGroupCommand extends DeleteAttributeGroupCommand_base {
43
34
  protected static __types: {