@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,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateApplicationCommandInput extends CreateApplicationRequest
21
20
  */
22
21
  export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateApplicationCommand_base: {
24
+ new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.</p>
@@ -92,23 +95,5 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
92
95
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
93
96
  *
94
97
  */
95
- export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
96
- readonly input: CreateApplicationCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: CreateApplicationCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateAttributeGroupRequest, CreateAttributeGroupResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateAttributeGroupCommandInput extends CreateAttributeGroupRe
21
20
  */
22
21
  export interface CreateAttributeGroupCommandOutput extends CreateAttributeGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateAttributeGroupCommand_base: {
24
+ new (input: CreateAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAttributeGroupCommandInput, CreateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new attribute group as a container for user-defined attributes. This feature
@@ -86,23 +89,5 @@ export interface CreateAttributeGroupCommandOutput extends CreateAttributeGroupR
86
89
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
87
90
  *
88
91
  */
89
- export declare class CreateAttributeGroupCommand extends $Command<CreateAttributeGroupCommandInput, CreateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
90
- readonly input: CreateAttributeGroupCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: CreateAttributeGroupCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAttributeGroupCommandInput, CreateAttributeGroupCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class CreateAttributeGroupCommand extends CreateAttributeGroupCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest
21
20
  */
22
21
  export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteApplicationCommand_base: {
24
+ new (input: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an application that is specified either by its application ID, name, or ARN. All associated attribute groups and resources must be disassociated from it before deleting an application.</p>
@@ -67,23 +70,5 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
67
70
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
71
- readonly input: DeleteApplicationCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteApplicationCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteAttributeGroupRequest, DeleteAttributeGroupResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAttributeGroupCommandInput extends DeleteAttributeGroupRe
21
20
  */
22
21
  export interface DeleteAttributeGroupCommandOutput extends DeleteAttributeGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteAttributeGroupCommand_base: {
24
+ new (input: DeleteAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAttributeGroupCommandInput, DeleteAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an attribute group, specified either by its attribute group ID, name, or ARN.</p>
@@ -68,23 +71,5 @@ export interface DeleteAttributeGroupCommandOutput extends DeleteAttributeGroupR
68
71
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
69
72
  *
70
73
  */
71
- export declare class DeleteAttributeGroupCommand extends $Command<DeleteAttributeGroupCommandInput, DeleteAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
72
- readonly input: DeleteAttributeGroupCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: DeleteAttributeGroupCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAttributeGroupCommandInput, DeleteAttributeGroupCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class DeleteAttributeGroupCommand extends DeleteAttributeGroupCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DisassociateAttributeGroupRequest, DisassociateAttributeGroupResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateAttributeGroupCommandInput extends DisassociateAttr
21
20
  */
22
21
  export interface DisassociateAttributeGroupCommandOutput extends DisassociateAttributeGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateAttributeGroupCommand_base: {
24
+ new (input: DisassociateAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateAttributeGroupCommandInput, DisassociateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disassociates an attribute group from an application to remove the extra attributes contained in the attribute group from the application's metadata. This operation reverts <code>AssociateAttributeGroup</code>.</p>
@@ -62,23 +65,5 @@ export interface DisassociateAttributeGroupCommandOutput extends DisassociateAtt
62
65
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
63
66
  *
64
67
  */
65
- export declare class DisassociateAttributeGroupCommand extends $Command<DisassociateAttributeGroupCommandInput, DisassociateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
66
- readonly input: DisassociateAttributeGroupCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: DisassociateAttributeGroupCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateAttributeGroupCommandInput, DisassociateAttributeGroupCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class DisassociateAttributeGroupCommand extends DisassociateAttributeGroupCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateResourceCommandInput extends DisassociateResourceRe
21
20
  */
22
21
  export interface DisassociateResourceCommandOutput extends DisassociateResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateResourceCommand_base: {
24
+ new (input: DisassociateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateResourceCommandInput, DisassociateResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -118,23 +121,5 @@ export interface DisassociateResourceCommandOutput extends DisassociateResourceR
118
121
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
119
122
  *
120
123
  */
121
- export declare class DisassociateResourceCommand extends $Command<DisassociateResourceCommandInput, DisassociateResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
122
- readonly input: DisassociateResourceCommandInput;
123
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
124
- /**
125
- * @public
126
- */
127
- constructor(input: DisassociateResourceCommandInput);
128
- /**
129
- * @internal
130
- */
131
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateResourceCommandInput, DisassociateResourceCommandOutput>;
132
- /**
133
- * @internal
134
- */
135
- private serialize;
136
- /**
137
- * @internal
138
- */
139
- private deserialize;
124
+ export declare class DisassociateResourceCommand extends DisassociateResourceCommand_base {
140
125
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {
21
20
  */
22
21
  export interface GetApplicationCommandOutput extends GetApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetApplicationCommand_base: {
24
+ new (input: GetApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -106,23 +109,5 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M
106
109
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
107
110
  *
108
111
  */
109
- export declare class GetApplicationCommand extends $Command<GetApplicationCommandInput, GetApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
110
- readonly input: GetApplicationCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: GetApplicationCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class GetApplicationCommand extends GetApplicationCommand_base {
128
113
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetAssociatedResourceRequest, GetAssociatedResourceResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAssociatedResourceCommandInput extends GetAssociatedResource
21
20
  */
22
21
  export interface GetAssociatedResourceCommandOutput extends GetAssociatedResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAssociatedResourceCommand_base: {
24
+ new (input: GetAssociatedResourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssociatedResourceCommandInput, GetAssociatedResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the resource associated with the application.</p>
@@ -94,23 +97,5 @@ export interface GetAssociatedResourceCommandOutput extends GetAssociatedResourc
94
97
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
95
98
  *
96
99
  */
97
- export declare class GetAssociatedResourceCommand extends $Command<GetAssociatedResourceCommandInput, GetAssociatedResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
98
- readonly input: GetAssociatedResourceCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: GetAssociatedResourceCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAssociatedResourceCommandInput, GetAssociatedResourceCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class GetAssociatedResourceCommand extends GetAssociatedResourceCommand_base {
116
101
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetAttributeGroupRequest, GetAttributeGroupResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAttributeGroupCommandInput extends GetAttributeGroupRequest
21
20
  */
22
21
  export interface GetAttributeGroupCommandOutput extends GetAttributeGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAttributeGroupCommand_base: {
24
+ new (input: GetAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetAttributeGroupCommandInput, GetAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -79,23 +82,5 @@ export interface GetAttributeGroupCommandOutput extends GetAttributeGroupRespons
79
82
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
80
83
  *
81
84
  */
82
- export declare class GetAttributeGroupCommand extends $Command<GetAttributeGroupCommandInput, GetAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
83
- readonly input: GetAttributeGroupCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: GetAttributeGroupCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAttributeGroupCommandInput, GetAttributeGroupCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class GetAttributeGroupCommand extends GetAttributeGroupCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetConfigurationResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetConfigurationCommandInput {
21
20
  */
22
21
  export interface GetConfigurationCommandOutput extends GetConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetConfigurationCommand_base: {
24
+ new (input: GetConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigurationCommandInput, GetConfigurationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -59,23 +62,5 @@ export interface GetConfigurationCommandOutput extends GetConfigurationResponse,
59
62
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
60
63
  *
61
64
  */
62
- export declare class GetConfigurationCommand extends $Command<GetConfigurationCommandInput, GetConfigurationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
63
- readonly input: GetConfigurationCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: GetConfigurationCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfigurationCommandInput, GetConfigurationCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class GetConfigurationCommand extends GetConfigurationCommand_base {
81
66
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {
21
20
  */
22
21
  export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListApplicationsCommand_base: {
24
+ new (input: ListApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of all of your applications. Results are paginated.</p>
@@ -68,23 +71,5 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
68
71
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
69
72
  *
70
73
  */
71
- export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
72
- readonly input: ListApplicationsCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: ListApplicationsCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListAssociatedAttributeGroupsRequest, ListAssociatedAttributeGroupsResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAssociatedAttributeGroupsCommandInput extends ListAssociate
21
20
  */
22
21
  export interface ListAssociatedAttributeGroupsCommandOutput extends ListAssociatedAttributeGroupsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAssociatedAttributeGroupsCommand_base: {
24
+ new (input: ListAssociatedAttributeGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociatedAttributeGroupsCommandInput, ListAssociatedAttributeGroupsCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all attribute groups that are associated with specified application. Results are paginated.</p>
@@ -65,23 +68,5 @@ export interface ListAssociatedAttributeGroupsCommandOutput extends ListAssociat
65
68
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
66
69
  *
67
70
  */
68
- export declare class ListAssociatedAttributeGroupsCommand extends $Command<ListAssociatedAttributeGroupsCommandInput, ListAssociatedAttributeGroupsCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
69
- readonly input: ListAssociatedAttributeGroupsCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: ListAssociatedAttributeGroupsCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssociatedAttributeGroupsCommandInput, ListAssociatedAttributeGroupsCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class ListAssociatedAttributeGroupsCommand extends ListAssociatedAttributeGroupsCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListAssociatedResourcesRequest, ListAssociatedResourcesResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAssociatedResourcesCommandInput extends ListAssociatedResou
21
20
  */
22
21
  export interface ListAssociatedResourcesCommandOutput extends ListAssociatedResourcesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAssociatedResourcesCommand_base: {
24
+ new (input: ListAssociatedResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociatedResourcesCommandInput, ListAssociatedResourcesCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -95,23 +98,5 @@ export interface ListAssociatedResourcesCommandOutput extends ListAssociatedReso
95
98
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
96
99
  *
97
100
  */
98
- export declare class ListAssociatedResourcesCommand extends $Command<ListAssociatedResourcesCommandInput, ListAssociatedResourcesCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
99
- readonly input: ListAssociatedResourcesCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: ListAssociatedResourcesCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssociatedResourcesCommandInput, ListAssociatedResourcesCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class ListAssociatedResourcesCommand extends ListAssociatedResourcesCommand_base {
117
102
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListAttributeGroupsRequest, ListAttributeGroupsResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAttributeGroupsCommandInput extends ListAttributeGroupsRequ
21
20
  */
22
21
  export interface ListAttributeGroupsCommandOutput extends ListAttributeGroupsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAttributeGroupsCommand_base: {
24
+ new (input: ListAttributeGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAttributeGroupsCommandInput, ListAttributeGroupsCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all attribute groups which you have access to. Results are paginated.</p>
@@ -69,23 +72,5 @@ export interface ListAttributeGroupsCommandOutput extends ListAttributeGroupsRes
69
72
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
70
73
  *
71
74
  */
72
- export declare class ListAttributeGroupsCommand extends $Command<ListAttributeGroupsCommandInput, ListAttributeGroupsCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
73
- readonly input: ListAttributeGroupsCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: ListAttributeGroupsCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAttributeGroupsCommandInput, ListAttributeGroupsCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class ListAttributeGroupsCommand extends ListAttributeGroupsCommand_base {
91
76
  }