@aws-sdk/client-service-catalog-appregistry 3.478.0 → 3.484.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 (101) 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-es/commands/AssociateAttributeGroupCommand.js +18 -41
  27. package/dist-es/commands/AssociateResourceCommand.js +18 -41
  28. package/dist-es/commands/CreateApplicationCommand.js +18 -41
  29. package/dist-es/commands/CreateAttributeGroupCommand.js +18 -41
  30. package/dist-es/commands/DeleteApplicationCommand.js +18 -41
  31. package/dist-es/commands/DeleteAttributeGroupCommand.js +18 -41
  32. package/dist-es/commands/DisassociateAttributeGroupCommand.js +18 -41
  33. package/dist-es/commands/DisassociateResourceCommand.js +18 -41
  34. package/dist-es/commands/GetApplicationCommand.js +18 -41
  35. package/dist-es/commands/GetAssociatedResourceCommand.js +18 -41
  36. package/dist-es/commands/GetAttributeGroupCommand.js +18 -41
  37. package/dist-es/commands/GetConfigurationCommand.js +18 -41
  38. package/dist-es/commands/ListApplicationsCommand.js +18 -41
  39. package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js +18 -41
  40. package/dist-es/commands/ListAssociatedResourcesCommand.js +18 -41
  41. package/dist-es/commands/ListAttributeGroupsCommand.js +18 -41
  42. package/dist-es/commands/ListAttributeGroupsForApplicationCommand.js +18 -41
  43. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  44. package/dist-es/commands/PutConfigurationCommand.js +18 -41
  45. package/dist-es/commands/SyncResourceCommand.js +18 -41
  46. package/dist-es/commands/TagResourceCommand.js +18 -41
  47. package/dist-es/commands/UntagResourceCommand.js +18 -41
  48. package/dist-es/commands/UpdateApplicationCommand.js +18 -41
  49. package/dist-es/commands/UpdateAttributeGroupCommand.js +18 -41
  50. package/dist-es/endpoint/EndpointParameters.js +6 -0
  51. package/dist-types/commands/AssociateAttributeGroupCommand.d.ts +6 -21
  52. package/dist-types/commands/AssociateResourceCommand.d.ts +6 -21
  53. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
  54. package/dist-types/commands/CreateAttributeGroupCommand.d.ts +6 -21
  55. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -21
  56. package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +6 -21
  57. package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +6 -21
  58. package/dist-types/commands/DisassociateResourceCommand.d.ts +6 -21
  59. package/dist-types/commands/GetApplicationCommand.d.ts +6 -21
  60. package/dist-types/commands/GetAssociatedResourceCommand.d.ts +6 -21
  61. package/dist-types/commands/GetAttributeGroupCommand.d.ts +6 -21
  62. package/dist-types/commands/GetConfigurationCommand.d.ts +6 -21
  63. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -21
  64. package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +6 -21
  65. package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +6 -21
  66. package/dist-types/commands/ListAttributeGroupsCommand.d.ts +6 -21
  67. package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +6 -21
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  69. package/dist-types/commands/PutConfigurationCommand.d.ts +6 -21
  70. package/dist-types/commands/SyncResourceCommand.d.ts +6 -21
  71. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  72. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  73. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
  74. package/dist-types/commands/UpdateAttributeGroupCommand.d.ts +6 -21
  75. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  76. package/dist-types/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +12 -24
  77. package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +12 -24
  80. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +12 -24
  82. package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/PutConfigurationCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  101. package/package.json +11 -11
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UntagResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ServiceCatalogAppRegistryClient";
26
- const commandName = "UntagResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWS242AppRegistry",
35
- operation: "UntagResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UntagResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UntagResourceCommand(output, context);
46
- }
7
+ export class UntagResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWS242AppRegistry", "UntagResource", {})
19
+ .n("ServiceCatalogAppRegistryClient", "UntagResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UntagResourceCommand)
22
+ .de(de_UntagResourceCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateApplicationCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateApplicationCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ServiceCatalogAppRegistryClient";
26
- const commandName = "UpdateApplicationCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWS242AppRegistry",
35
- operation: "UpdateApplication",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateApplicationCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateApplicationCommand(output, context);
46
- }
7
+ export class UpdateApplicationCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWS242AppRegistry", "UpdateApplication", {})
19
+ .n("ServiceCatalogAppRegistryClient", "UpdateApplicationCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateApplicationCommand)
22
+ .de(de_UpdateApplicationCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateAttributeGroupCommand, se_UpdateAttributeGroupCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateAttributeGroupCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateAttributeGroupCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ServiceCatalogAppRegistryClient";
26
- const commandName = "UpdateAttributeGroupCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWS242AppRegistry",
35
- operation: "UpdateAttributeGroup",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateAttributeGroupCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateAttributeGroupCommand(output, context);
46
- }
7
+ export class UpdateAttributeGroupCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWS242AppRegistry", "UpdateAttributeGroup", {})
19
+ .n("ServiceCatalogAppRegistryClient", "UpdateAttributeGroupCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateAttributeGroupCommand)
22
+ .de(de_UpdateAttributeGroupCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "servicecatalog",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -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 { AssociateAttributeGroupRequest, AssociateAttributeGroupResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AssociateAttributeGroupCommandInput extends AssociateAttributeG
21
20
  */
22
21
  export interface AssociateAttributeGroupCommandOutput extends AssociateAttributeGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const AssociateAttributeGroupCommand_base: {
24
+ new (input: AssociateAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Associates an attribute group with an application to augment the application's metadata
@@ -74,23 +77,5 @@ export interface AssociateAttributeGroupCommandOutput extends AssociateAttribute
74
77
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
75
78
  *
76
79
  */
77
- export declare class AssociateAttributeGroupCommand extends $Command<AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
78
- readonly input: AssociateAttributeGroupCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: AssociateAttributeGroupCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class AssociateAttributeGroupCommand extends AssociateAttributeGroupCommand_base {
96
81
  }
@@ -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 { AssociateResourceRequest, AssociateResourceResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AssociateResourceCommandInput extends AssociateResourceRequest
21
20
  */
22
21
  export interface AssociateResourceCommandOutput extends AssociateResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const AssociateResourceCommand_base: {
24
+ new (input: AssociateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateResourceCommandInput, AssociateResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -135,23 +138,5 @@ export interface AssociateResourceCommandOutput extends AssociateResourceRespons
135
138
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
136
139
  *
137
140
  */
138
- export declare class AssociateResourceCommand extends $Command<AssociateResourceCommandInput, AssociateResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
139
- readonly input: AssociateResourceCommandInput;
140
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
141
- /**
142
- * @public
143
- */
144
- constructor(input: AssociateResourceCommandInput);
145
- /**
146
- * @internal
147
- */
148
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateResourceCommandInput, AssociateResourceCommandOutput>;
149
- /**
150
- * @internal
151
- */
152
- private serialize;
153
- /**
154
- * @internal
155
- */
156
- private deserialize;
141
+ export declare class AssociateResourceCommand extends AssociateResourceCommand_base {
157
142
  }
@@ -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
  }