@aws-sdk/client-service-catalog-appregistry 3.477.0 → 3.481.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 (121) hide show
  1. package/dist-cjs/commands/AssociateAttributeGroupCommand.js +18 -41
  2. package/dist-cjs/commands/AssociateResourceCommand.js +18 -41
  3. package/dist-cjs/commands/CreateApplicationCommand.js +18 -41
  4. package/dist-cjs/commands/CreateAttributeGroupCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteApplicationCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteAttributeGroupCommand.js +18 -41
  7. package/dist-cjs/commands/DisassociateAttributeGroupCommand.js +18 -41
  8. package/dist-cjs/commands/DisassociateResourceCommand.js +18 -41
  9. package/dist-cjs/commands/GetApplicationCommand.js +18 -41
  10. package/dist-cjs/commands/GetAssociatedResourceCommand.js +18 -41
  11. package/dist-cjs/commands/GetAttributeGroupCommand.js +18 -41
  12. package/dist-cjs/commands/GetConfigurationCommand.js +18 -41
  13. package/dist-cjs/commands/ListApplicationsCommand.js +18 -41
  14. package/dist-cjs/commands/ListAssociatedAttributeGroupsCommand.js +18 -41
  15. package/dist-cjs/commands/ListAssociatedResourcesCommand.js +18 -41
  16. package/dist-cjs/commands/ListAttributeGroupsCommand.js +18 -41
  17. package/dist-cjs/commands/ListAttributeGroupsForApplicationCommand.js +18 -41
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  19. package/dist-cjs/commands/PutConfigurationCommand.js +18 -41
  20. package/dist-cjs/commands/SyncResourceCommand.js +18 -41
  21. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  22. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  23. package/dist-cjs/commands/UpdateApplicationCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateAttributeGroupCommand.js +18 -41
  25. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  26. package/dist-cjs/pagination/ListApplicationsPaginator.js +2 -24
  27. package/dist-cjs/pagination/ListAssociatedAttributeGroupsPaginator.js +2 -24
  28. package/dist-cjs/pagination/ListAssociatedResourcesPaginator.js +2 -24
  29. package/dist-cjs/pagination/ListAttributeGroupsForApplicationPaginator.js +2 -24
  30. package/dist-cjs/pagination/ListAttributeGroupsPaginator.js +2 -24
  31. package/dist-es/commands/AssociateAttributeGroupCommand.js +18 -41
  32. package/dist-es/commands/AssociateResourceCommand.js +18 -41
  33. package/dist-es/commands/CreateApplicationCommand.js +18 -41
  34. package/dist-es/commands/CreateAttributeGroupCommand.js +18 -41
  35. package/dist-es/commands/DeleteApplicationCommand.js +18 -41
  36. package/dist-es/commands/DeleteAttributeGroupCommand.js +18 -41
  37. package/dist-es/commands/DisassociateAttributeGroupCommand.js +18 -41
  38. package/dist-es/commands/DisassociateResourceCommand.js +18 -41
  39. package/dist-es/commands/GetApplicationCommand.js +18 -41
  40. package/dist-es/commands/GetAssociatedResourceCommand.js +18 -41
  41. package/dist-es/commands/GetAttributeGroupCommand.js +18 -41
  42. package/dist-es/commands/GetConfigurationCommand.js +18 -41
  43. package/dist-es/commands/ListApplicationsCommand.js +18 -41
  44. package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js +18 -41
  45. package/dist-es/commands/ListAssociatedResourcesCommand.js +18 -41
  46. package/dist-es/commands/ListAttributeGroupsCommand.js +18 -41
  47. package/dist-es/commands/ListAttributeGroupsForApplicationCommand.js +18 -41
  48. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  49. package/dist-es/commands/PutConfigurationCommand.js +18 -41
  50. package/dist-es/commands/SyncResourceCommand.js +18 -41
  51. package/dist-es/commands/TagResourceCommand.js +18 -41
  52. package/dist-es/commands/UntagResourceCommand.js +18 -41
  53. package/dist-es/commands/UpdateApplicationCommand.js +18 -41
  54. package/dist-es/commands/UpdateAttributeGroupCommand.js +18 -41
  55. package/dist-es/endpoint/EndpointParameters.js +6 -0
  56. package/dist-es/pagination/ListApplicationsPaginator.js +2 -23
  57. package/dist-es/pagination/ListAssociatedAttributeGroupsPaginator.js +2 -23
  58. package/dist-es/pagination/ListAssociatedResourcesPaginator.js +2 -23
  59. package/dist-es/pagination/ListAttributeGroupsForApplicationPaginator.js +2 -23
  60. package/dist-es/pagination/ListAttributeGroupsPaginator.js +2 -23
  61. package/dist-types/commands/AssociateAttributeGroupCommand.d.ts +6 -21
  62. package/dist-types/commands/AssociateResourceCommand.d.ts +6 -21
  63. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
  64. package/dist-types/commands/CreateAttributeGroupCommand.d.ts +6 -21
  65. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -21
  66. package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +6 -21
  67. package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +6 -21
  68. package/dist-types/commands/DisassociateResourceCommand.d.ts +6 -21
  69. package/dist-types/commands/GetApplicationCommand.d.ts +6 -21
  70. package/dist-types/commands/GetAssociatedResourceCommand.d.ts +6 -21
  71. package/dist-types/commands/GetAttributeGroupCommand.d.ts +6 -21
  72. package/dist-types/commands/GetConfigurationCommand.d.ts +6 -21
  73. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -21
  74. package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +6 -21
  75. package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +6 -21
  76. package/dist-types/commands/ListAttributeGroupsCommand.d.ts +6 -21
  77. package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +6 -21
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  79. package/dist-types/commands/PutConfigurationCommand.d.ts +6 -21
  80. package/dist-types/commands/SyncResourceCommand.d.ts +6 -21
  81. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  82. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  83. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
  84. package/dist-types/commands/UpdateAttributeGroupCommand.d.ts +6 -21
  85. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  86. package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
  87. package/dist-types/pagination/ListAssociatedAttributeGroupsPaginator.d.ts +1 -1
  88. package/dist-types/pagination/ListAssociatedResourcesPaginator.d.ts +1 -1
  89. package/dist-types/pagination/ListAttributeGroupsForApplicationPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListAttributeGroupsPaginator.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +12 -24
  92. package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/PutConfigurationCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  116. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +3 -3
  117. package/dist-types/ts3.4/pagination/ListAssociatedAttributeGroupsPaginator.d.ts +3 -3
  118. package/dist-types/ts3.4/pagination/ListAssociatedResourcesPaginator.d.ts +3 -3
  119. package/dist-types/ts3.4/pagination/ListAttributeGroupsForApplicationPaginator.d.ts +3 -3
  120. package/dist-types/ts3.4/pagination/ListAttributeGroupsPaginator.d.ts +3 -3
  121. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteApplicationRequest,
11
5
  DeleteApplicationResponse,
@@ -21,19 +15,16 @@ export interface DeleteApplicationCommandInput
21
15
  export interface DeleteApplicationCommandOutput
22
16
  extends DeleteApplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteApplicationCommand extends $Command<
25
- DeleteApplicationCommandInput,
26
- DeleteApplicationCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: DeleteApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteApplicationCommand_base: {
19
+ new (
20
+ input: DeleteApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteApplicationCommandInput,
23
+ DeleteApplicationCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteAttributeGroupRequest,
11
5
  DeleteAttributeGroupResponse,
@@ -21,22 +15,16 @@ export interface DeleteAttributeGroupCommandInput
21
15
  export interface DeleteAttributeGroupCommandOutput
22
16
  extends DeleteAttributeGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteAttributeGroupCommand extends $Command<
25
- DeleteAttributeGroupCommandInput,
26
- DeleteAttributeGroupCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: DeleteAttributeGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteAttributeGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteAttributeGroupCommand_base: {
19
+ new (
20
+ input: DeleteAttributeGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteAttributeGroupCommandInput,
38
- DeleteAttributeGroupCommandOutput
23
+ DeleteAttributeGroupCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteAttributeGroupCommand extends DeleteAttributeGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DisassociateAttributeGroupRequest,
11
5
  DisassociateAttributeGroupResponse,
@@ -21,22 +15,16 @@ export interface DisassociateAttributeGroupCommandInput
21
15
  export interface DisassociateAttributeGroupCommandOutput
22
16
  extends DisassociateAttributeGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class DisassociateAttributeGroupCommand extends $Command<
25
- DisassociateAttributeGroupCommandInput,
26
- DisassociateAttributeGroupCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: DisassociateAttributeGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisassociateAttributeGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DisassociateAttributeGroupCommand_base: {
19
+ new (
20
+ input: DisassociateAttributeGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DisassociateAttributeGroupCommandInput,
38
- DisassociateAttributeGroupCommandOutput
23
+ DisassociateAttributeGroupCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DisassociateAttributeGroupCommand extends DisassociateAttributeGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DisassociateResourceRequest,
11
5
  DisassociateResourceResponse,
@@ -21,22 +15,16 @@ export interface DisassociateResourceCommandInput
21
15
  export interface DisassociateResourceCommandOutput
22
16
  extends DisassociateResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class DisassociateResourceCommand extends $Command<
25
- DisassociateResourceCommandInput,
26
- DisassociateResourceCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: DisassociateResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisassociateResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DisassociateResourceCommand_base: {
19
+ new (
20
+ input: DisassociateResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DisassociateResourceCommandInput,
38
- DisassociateResourceCommandOutput
23
+ DisassociateResourceCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DisassociateResourceCommand extends DisassociateResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetApplicationRequest,
11
5
  GetApplicationResponse,
@@ -20,19 +14,16 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {}
20
14
  export interface GetApplicationCommandOutput
21
15
  extends GetApplicationResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetApplicationCommand extends $Command<
24
- GetApplicationCommandInput,
25
- GetApplicationCommandOutput,
26
- ServiceCatalogAppRegistryClientResolvedConfig
27
- > {
28
- readonly input: GetApplicationCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetApplicationCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetApplicationCommand_base: {
18
+ new (
19
+ input: GetApplicationCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetApplicationCommandInput,
22
+ GetApplicationCommandOutput,
23
+ ServiceCatalogAppRegistryClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetApplicationCommand extends GetApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetAssociatedResourceRequest,
11
5
  GetAssociatedResourceResponse,
@@ -21,22 +15,16 @@ export interface GetAssociatedResourceCommandInput
21
15
  export interface GetAssociatedResourceCommandOutput
22
16
  extends GetAssociatedResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetAssociatedResourceCommand extends $Command<
25
- GetAssociatedResourceCommandInput,
26
- GetAssociatedResourceCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: GetAssociatedResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetAssociatedResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetAssociatedResourceCommand_base: {
19
+ new (
20
+ input: GetAssociatedResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetAssociatedResourceCommandInput,
38
- GetAssociatedResourceCommandOutput
23
+ GetAssociatedResourceCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetAssociatedResourceCommand extends GetAssociatedResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetAttributeGroupRequest,
11
5
  GetAttributeGroupResponse,
@@ -21,19 +15,16 @@ export interface GetAttributeGroupCommandInput
21
15
  export interface GetAttributeGroupCommandOutput
22
16
  extends GetAttributeGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetAttributeGroupCommand extends $Command<
25
- GetAttributeGroupCommandInput,
26
- GetAttributeGroupCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: GetAttributeGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetAttributeGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetAttributeGroupCommandInput, GetAttributeGroupCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetAttributeGroupCommand_base: {
19
+ new (
20
+ input: GetAttributeGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetAttributeGroupCommandInput,
23
+ GetAttributeGroupCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetAttributeGroupCommand extends GetAttributeGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetConfigurationResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceCatalogAppRegistryClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface GetConfigurationCommandInput {}
17
11
  export interface GetConfigurationCommandOutput
18
12
  extends GetConfigurationResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetConfigurationCommand extends $Command<
21
- GetConfigurationCommandInput,
22
- GetConfigurationCommandOutput,
23
- ServiceCatalogAppRegistryClientResolvedConfig
24
- > {
25
- readonly input: GetConfigurationCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetConfigurationCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetConfigurationCommandInput, GetConfigurationCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetConfigurationCommand_base: {
15
+ new (
16
+ input: GetConfigurationCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetConfigurationCommandInput,
19
+ GetConfigurationCommandOutput,
20
+ ServiceCatalogAppRegistryClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetConfigurationCommand extends GetConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListApplicationsRequest,
11
5
  ListApplicationsResponse,
@@ -20,19 +14,16 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
20
14
  export interface ListApplicationsCommandOutput
21
15
  extends ListApplicationsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListApplicationsCommand extends $Command<
24
- ListApplicationsCommandInput,
25
- ListApplicationsCommandOutput,
26
- ServiceCatalogAppRegistryClientResolvedConfig
27
- > {
28
- readonly input: ListApplicationsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListApplicationsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListApplicationsCommand_base: {
18
+ new (
19
+ input: ListApplicationsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListApplicationsCommandInput,
22
+ ListApplicationsCommandOutput,
23
+ ServiceCatalogAppRegistryClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListApplicationsCommand extends ListApplicationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListAssociatedAttributeGroupsRequest,
11
5
  ListAssociatedAttributeGroupsResponse,
@@ -21,22 +15,16 @@ export interface ListAssociatedAttributeGroupsCommandInput
21
15
  export interface ListAssociatedAttributeGroupsCommandOutput
22
16
  extends ListAssociatedAttributeGroupsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListAssociatedAttributeGroupsCommand extends $Command<
25
- ListAssociatedAttributeGroupsCommandInput,
26
- ListAssociatedAttributeGroupsCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: ListAssociatedAttributeGroupsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListAssociatedAttributeGroupsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListAssociatedAttributeGroupsCommand_base: {
19
+ new (
20
+ input: ListAssociatedAttributeGroupsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListAssociatedAttributeGroupsCommandInput,
38
- ListAssociatedAttributeGroupsCommandOutput
23
+ ListAssociatedAttributeGroupsCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListAssociatedAttributeGroupsCommand extends ListAssociatedAttributeGroupsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListAssociatedResourcesRequest,
11
5
  ListAssociatedResourcesResponse,
@@ -21,22 +15,16 @@ export interface ListAssociatedResourcesCommandInput
21
15
  export interface ListAssociatedResourcesCommandOutput
22
16
  extends ListAssociatedResourcesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListAssociatedResourcesCommand extends $Command<
25
- ListAssociatedResourcesCommandInput,
26
- ListAssociatedResourcesCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: ListAssociatedResourcesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListAssociatedResourcesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListAssociatedResourcesCommand_base: {
19
+ new (
20
+ input: ListAssociatedResourcesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListAssociatedResourcesCommandInput,
38
- ListAssociatedResourcesCommandOutput
23
+ ListAssociatedResourcesCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListAssociatedResourcesCommand extends ListAssociatedResourcesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListAttributeGroupsRequest,
11
5
  ListAttributeGroupsResponse,
@@ -21,19 +15,16 @@ export interface ListAttributeGroupsCommandInput
21
15
  export interface ListAttributeGroupsCommandOutput
22
16
  extends ListAttributeGroupsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListAttributeGroupsCommand extends $Command<
25
- ListAttributeGroupsCommandInput,
26
- ListAttributeGroupsCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: ListAttributeGroupsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListAttributeGroupsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListAttributeGroupsCommandInput, ListAttributeGroupsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListAttributeGroupsCommand_base: {
19
+ new (
20
+ input: ListAttributeGroupsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListAttributeGroupsCommandInput,
23
+ ListAttributeGroupsCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListAttributeGroupsCommand extends ListAttributeGroupsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListAttributeGroupsForApplicationRequest,
11
5
  ListAttributeGroupsForApplicationResponse,
@@ -21,22 +15,16 @@ export interface ListAttributeGroupsForApplicationCommandInput
21
15
  export interface ListAttributeGroupsForApplicationCommandOutput
22
16
  extends ListAttributeGroupsForApplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListAttributeGroupsForApplicationCommand extends $Command<
25
- ListAttributeGroupsForApplicationCommandInput,
26
- ListAttributeGroupsForApplicationCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: ListAttributeGroupsForApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListAttributeGroupsForApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListAttributeGroupsForApplicationCommand_base: {
19
+ new (
20
+ input: ListAttributeGroupsForApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListAttributeGroupsForApplicationCommandInput,
38
- ListAttributeGroupsForApplicationCommandOutput
23
+ ListAttributeGroupsForApplicationCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListAttributeGroupsForApplicationCommand extends ListAttributeGroupsForApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListTagsForResourceRequest,
11
5
  ListTagsForResourceResponse,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}