@aws-sdk/client-cloud9 3.34.0 → 3.37.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 (205) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/Cloud9.js +1 -71
  3. package/dist-cjs/Cloud9Client.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/CreateEnvironmentEC2Command.js +2 -28
  5. package/{dist/cjs → dist-cjs}/commands/CreateEnvironmentMembershipCommand.js +2 -27
  6. package/{dist/cjs → dist-cjs}/commands/DeleteEnvironmentCommand.js +2 -28
  7. package/{dist/cjs → dist-cjs}/commands/DeleteEnvironmentMembershipCommand.js +2 -27
  8. package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentMembershipsCommand.js +2 -27
  9. package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentStatusCommand.js +2 -27
  10. package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentsCommand.js +2 -27
  11. package/{dist/cjs → dist-cjs}/commands/ListEnvironmentsCommand.js +2 -27
  12. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
  13. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -31
  14. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/commands/UpdateEnvironmentCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/UpdateEnvironmentMembershipCommand.js +2 -28
  17. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  18. package/{dist/cjs → dist-cjs}/index.js +0 -1
  19. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  20. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -115
  21. package/{dist/cjs → dist-cjs}/pagination/DescribeEnvironmentMembershipsPaginator.js +0 -11
  22. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  23. package/{dist/cjs → dist-cjs}/pagination/ListEnvironmentsPaginator.js +0 -11
  24. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  25. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  26. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  27. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  28. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  29. package/{dist/es → dist-es}/Cloud9.js +1 -2
  30. package/{dist/es → dist-es}/Cloud9Client.js +1 -2
  31. package/{dist/es → dist-es}/commands/CreateEnvironmentEC2Command.js +2 -3
  32. package/{dist/es → dist-es}/commands/CreateEnvironmentMembershipCommand.js +2 -3
  33. package/{dist/es → dist-es}/commands/DeleteEnvironmentCommand.js +2 -3
  34. package/{dist/es → dist-es}/commands/DeleteEnvironmentMembershipCommand.js +2 -3
  35. package/{dist/es → dist-es}/commands/DescribeEnvironmentMembershipsCommand.js +2 -3
  36. package/{dist/es → dist-es}/commands/DescribeEnvironmentStatusCommand.js +2 -3
  37. package/{dist/es → dist-es}/commands/DescribeEnvironmentsCommand.js +2 -3
  38. package/{dist/es → dist-es}/commands/ListEnvironmentsCommand.js +2 -3
  39. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  40. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  41. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  42. package/{dist/es → dist-es}/commands/UpdateEnvironmentCommand.js +2 -3
  43. package/{dist/es → dist-es}/commands/UpdateEnvironmentMembershipCommand.js +2 -3
  44. package/{dist/es → dist-es}/endpoints.js +1 -2
  45. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  46. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  47. package/{dist/es → dist-es}/models/models_0.js +0 -1
  48. package/{dist/es → dist-es}/pagination/DescribeEnvironmentMembershipsPaginator.js +0 -1
  49. package/dist-es/pagination/Interfaces.js +1 -0
  50. package/{dist/es → dist-es}/pagination/ListEnvironmentsPaginator.js +0 -1
  51. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
  52. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  53. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  54. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  55. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  56. package/{dist/types → dist-types}/Cloud9.d.ts +2 -2
  57. package/{dist/types → dist-types}/Cloud9Client.d.ts +9 -9
  58. package/{dist/types → dist-types}/commands/CreateEnvironmentEC2Command.d.ts +2 -2
  59. package/{dist/types → dist-types}/commands/CreateEnvironmentMembershipCommand.d.ts +2 -2
  60. package/{dist/types → dist-types}/commands/DeleteEnvironmentCommand.d.ts +2 -2
  61. package/{dist/types → dist-types}/commands/DeleteEnvironmentMembershipCommand.d.ts +2 -2
  62. package/{dist/types → dist-types}/commands/DescribeEnvironmentMembershipsCommand.d.ts +2 -2
  63. package/{dist/types → dist-types}/commands/DescribeEnvironmentStatusCommand.d.ts +2 -2
  64. package/{dist/types → dist-types}/commands/DescribeEnvironmentsCommand.d.ts +2 -2
  65. package/{dist/types → dist-types}/commands/ListEnvironmentsCommand.d.ts +2 -2
  66. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  67. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  68. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  69. package/{dist/types → dist-types}/commands/UpdateEnvironmentCommand.d.ts +2 -2
  70. package/{dist/types → dist-types}/commands/UpdateEnvironmentMembershipCommand.d.ts +2 -2
  71. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  72. package/{index.ts → dist-types/index.d.ts} +0 -0
  73. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  74. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  75. package/{dist/types → dist-types}/pagination/DescribeEnvironmentMembershipsPaginator.d.ts +1 -1
  76. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  77. package/{dist/types → dist-types}/pagination/ListEnvironmentsPaginator.d.ts +1 -1
  78. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +3 -3
  79. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  80. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  81. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  82. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  83. package/{dist/types → dist-types}/ts3.4/Cloud9.d.ts +16 -117
  84. package/dist-types/ts3.4/Cloud9Client.d.ts +80 -0
  85. package/dist-types/ts3.4/commands/CreateEnvironmentEC2Command.d.ts +17 -0
  86. package/{dist/types → dist-types}/ts3.4/commands/CreateEnvironmentMembershipCommand.d.ts +4 -22
  87. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +17 -0
  88. package/{dist/types → dist-types}/ts3.4/commands/DeleteEnvironmentMembershipCommand.d.ts +4 -22
  89. package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentMembershipsCommand.d.ts +4 -22
  90. package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentStatusCommand.d.ts +4 -22
  91. package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +4 -22
  92. package/{dist/types → dist-types}/ts3.4/commands/ListEnvironmentsCommand.d.ts +4 -22
  93. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
  94. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  96. package/{dist/types → dist-types}/ts3.4/commands/UpdateEnvironmentCommand.d.ts +4 -22
  97. package/{dist/types → dist-types}/ts3.4/commands/UpdateEnvironmentMembershipCommand.d.ts +4 -23
  98. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  99. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  100. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  101. package/dist-types/ts3.4/models/models_0.d.ts +467 -0
  102. package/{dist/types → dist-types}/ts3.4/pagination/DescribeEnvironmentMembershipsPaginator.d.ts +1 -1
  103. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  104. package/{dist/types → dist-types}/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +1 -1
  105. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +3 -3
  106. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  107. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  108. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  109. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  110. package/package.json +45 -42
  111. package/Cloud9.ts +0 -551
  112. package/Cloud9Client.ts +0 -364
  113. package/commands/CreateEnvironmentEC2Command.ts +0 -95
  114. package/commands/CreateEnvironmentMembershipCommand.ts +0 -97
  115. package/commands/DeleteEnvironmentCommand.ts +0 -95
  116. package/commands/DeleteEnvironmentMembershipCommand.ts +0 -97
  117. package/commands/DescribeEnvironmentMembershipsCommand.ts +0 -102
  118. package/commands/DescribeEnvironmentStatusCommand.ts +0 -97
  119. package/commands/DescribeEnvironmentsCommand.ts +0 -94
  120. package/commands/ListEnvironmentsCommand.ts +0 -94
  121. package/commands/ListTagsForResourceCommand.ts +0 -94
  122. package/commands/TagResourceCommand.ts +0 -98
  123. package/commands/UntagResourceCommand.ts +0 -94
  124. package/commands/UpdateEnvironmentCommand.ts +0 -94
  125. package/commands/UpdateEnvironmentMembershipCommand.ts +0 -98
  126. package/dist/cjs/Cloud9.js.map +0 -1
  127. package/dist/cjs/Cloud9Client.js +0 -110
  128. package/dist/cjs/Cloud9Client.js.map +0 -1
  129. package/dist/cjs/commands/CreateEnvironmentEC2Command.js.map +0 -1
  130. package/dist/cjs/commands/CreateEnvironmentMembershipCommand.js.map +0 -1
  131. package/dist/cjs/commands/DeleteEnvironmentCommand.js.map +0 -1
  132. package/dist/cjs/commands/DeleteEnvironmentMembershipCommand.js.map +0 -1
  133. package/dist/cjs/commands/DescribeEnvironmentMembershipsCommand.js.map +0 -1
  134. package/dist/cjs/commands/DescribeEnvironmentStatusCommand.js.map +0 -1
  135. package/dist/cjs/commands/DescribeEnvironmentsCommand.js.map +0 -1
  136. package/dist/cjs/commands/ListEnvironmentsCommand.js.map +0 -1
  137. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  138. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  139. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  140. package/dist/cjs/commands/UpdateEnvironmentCommand.js.map +0 -1
  141. package/dist/cjs/commands/UpdateEnvironmentMembershipCommand.js.map +0 -1
  142. package/dist/cjs/endpoints.js.map +0 -1
  143. package/dist/cjs/index.js.map +0 -1
  144. package/dist/cjs/models/index.js.map +0 -1
  145. package/dist/cjs/models/models_0.js.map +0 -1
  146. package/dist/cjs/package.json +0 -91
  147. package/dist/cjs/pagination/DescribeEnvironmentMembershipsPaginator.js.map +0 -1
  148. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  149. package/dist/cjs/pagination/ListEnvironmentsPaginator.js.map +0 -1
  150. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  151. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  152. package/dist/cjs/runtimeConfig.js.map +0 -1
  153. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  154. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  155. package/dist/es/Cloud9.js.map +0 -1
  156. package/dist/es/Cloud9Client.js.map +0 -1
  157. package/dist/es/commands/CreateEnvironmentEC2Command.js.map +0 -1
  158. package/dist/es/commands/CreateEnvironmentMembershipCommand.js.map +0 -1
  159. package/dist/es/commands/DeleteEnvironmentCommand.js.map +0 -1
  160. package/dist/es/commands/DeleteEnvironmentMembershipCommand.js.map +0 -1
  161. package/dist/es/commands/DescribeEnvironmentMembershipsCommand.js.map +0 -1
  162. package/dist/es/commands/DescribeEnvironmentStatusCommand.js.map +0 -1
  163. package/dist/es/commands/DescribeEnvironmentsCommand.js.map +0 -1
  164. package/dist/es/commands/ListEnvironmentsCommand.js.map +0 -1
  165. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  166. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  167. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  168. package/dist/es/commands/UpdateEnvironmentCommand.js.map +0 -1
  169. package/dist/es/commands/UpdateEnvironmentMembershipCommand.js.map +0 -1
  170. package/dist/es/endpoints.js.map +0 -1
  171. package/dist/es/index.js +0 -20
  172. package/dist/es/index.js.map +0 -1
  173. package/dist/es/models/index.js +0 -2
  174. package/dist/es/models/index.js.map +0 -1
  175. package/dist/es/models/models_0.js.map +0 -1
  176. package/dist/es/package.json +0 -91
  177. package/dist/es/pagination/DescribeEnvironmentMembershipsPaginator.js.map +0 -1
  178. package/dist/es/pagination/Interfaces.js +0 -2
  179. package/dist/es/pagination/Interfaces.js.map +0 -1
  180. package/dist/es/pagination/ListEnvironmentsPaginator.js.map +0 -1
  181. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  182. package/dist/es/runtimeConfig.browser.js.map +0 -1
  183. package/dist/es/runtimeConfig.js.map +0 -1
  184. package/dist/es/runtimeConfig.native.js.map +0 -1
  185. package/dist/es/runtimeConfig.shared.js.map +0 -1
  186. package/dist/types/ts3.4/Cloud9Client.d.ts +0 -211
  187. package/dist/types/ts3.4/commands/CreateEnvironmentEC2Command.d.ts +0 -36
  188. package/dist/types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +0 -36
  189. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -39
  190. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  191. package/dist/types/ts3.4/models/models_0.d.ts +0 -978
  192. package/endpoints.ts +0 -57
  193. package/jest.config.js +0 -4
  194. package/models/models_0.ts +0 -1187
  195. package/pagination/DescribeEnvironmentMembershipsPaginator.ts +0 -58
  196. package/pagination/Interfaces.ts +0 -7
  197. package/pagination/ListEnvironmentsPaginator.ts +0 -58
  198. package/protocols/Aws_json1_1.ts +0 -2188
  199. package/runtimeConfig.browser.ts +0 -40
  200. package/runtimeConfig.native.ts +0 -16
  201. package/runtimeConfig.shared.ts +0 -16
  202. package/runtimeConfig.ts +0 -45
  203. package/tsconfig.es.json +0 -10
  204. package/tsconfig.json +0 -31
  205. package/tsconfig.types.json +0 -8
@@ -1,97 +0,0 @@
1
- import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
2
- import { DeleteEnvironmentMembershipRequest, DeleteEnvironmentMembershipResult } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1DeleteEnvironmentMembershipCommand,
5
- serializeAws_json1_1DeleteEnvironmentMembershipCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface DeleteEnvironmentMembershipCommandInput extends DeleteEnvironmentMembershipRequest {}
21
- export interface DeleteEnvironmentMembershipCommandOutput extends DeleteEnvironmentMembershipResult, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Deletes an environment member from an Cloud9 development environment.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { Cloud9Client, DeleteEnvironmentMembershipCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
29
- * // const { Cloud9Client, DeleteEnvironmentMembershipCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
30
- * const client = new Cloud9Client(config);
31
- * const command = new DeleteEnvironmentMembershipCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link DeleteEnvironmentMembershipCommandInput} for command's `input` shape.
36
- * @see {@link DeleteEnvironmentMembershipCommandOutput} for command's `response` shape.
37
- * @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export class DeleteEnvironmentMembershipCommand extends $Command<
41
- DeleteEnvironmentMembershipCommandInput,
42
- DeleteEnvironmentMembershipCommandOutput,
43
- Cloud9ClientResolvedConfig
44
- > {
45
- // Start section: command_properties
46
- // End section: command_properties
47
-
48
- constructor(readonly input: DeleteEnvironmentMembershipCommandInput) {
49
- // Start section: command_constructor
50
- super();
51
- // End section: command_constructor
52
- }
53
-
54
- /**
55
- * @internal
56
- */
57
- resolveMiddleware(
58
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
59
- configuration: Cloud9ClientResolvedConfig,
60
- options?: __HttpHandlerOptions
61
- ): Handler<DeleteEnvironmentMembershipCommandInput, DeleteEnvironmentMembershipCommandOutput> {
62
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
63
-
64
- const stack = clientStack.concat(this.middlewareStack);
65
-
66
- const { logger } = configuration;
67
- const clientName = "Cloud9Client";
68
- const commandName = "DeleteEnvironmentMembershipCommand";
69
- const handlerExecutionContext: HandlerExecutionContext = {
70
- logger,
71
- clientName,
72
- commandName,
73
- inputFilterSensitiveLog: DeleteEnvironmentMembershipRequest.filterSensitiveLog,
74
- outputFilterSensitiveLog: DeleteEnvironmentMembershipResult.filterSensitiveLog,
75
- };
76
- const { requestHandler } = configuration;
77
- return stack.resolve(
78
- (request: FinalizeHandlerArguments<any>) =>
79
- requestHandler.handle(request.request as __HttpRequest, options || {}),
80
- handlerExecutionContext
81
- );
82
- }
83
-
84
- private serialize(input: DeleteEnvironmentMembershipCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
85
- return serializeAws_json1_1DeleteEnvironmentMembershipCommand(input, context);
86
- }
87
-
88
- private deserialize(
89
- output: __HttpResponse,
90
- context: __SerdeContext
91
- ): Promise<DeleteEnvironmentMembershipCommandOutput> {
92
- return deserializeAws_json1_1DeleteEnvironmentMembershipCommand(output, context);
93
- }
94
-
95
- // Start section: command_body_extra
96
- // End section: command_body_extra
97
- }
@@ -1,102 +0,0 @@
1
- import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
2
- import { DescribeEnvironmentMembershipsRequest, DescribeEnvironmentMembershipsResult } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1DescribeEnvironmentMembershipsCommand,
5
- serializeAws_json1_1DescribeEnvironmentMembershipsCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface DescribeEnvironmentMembershipsCommandInput extends DescribeEnvironmentMembershipsRequest {}
21
- export interface DescribeEnvironmentMembershipsCommandOutput
22
- extends DescribeEnvironmentMembershipsResult,
23
- __MetadataBearer {}
24
-
25
- /**
26
- * <p>Gets information about environment members for an Cloud9 development environment.</p>
27
- * @example
28
- * Use a bare-bones client and the command you need to make an API call.
29
- * ```javascript
30
- * import { Cloud9Client, DescribeEnvironmentMembershipsCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
31
- * // const { Cloud9Client, DescribeEnvironmentMembershipsCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
32
- * const client = new Cloud9Client(config);
33
- * const command = new DescribeEnvironmentMembershipsCommand(input);
34
- * const response = await client.send(command);
35
- * ```
36
- *
37
- * @see {@link DescribeEnvironmentMembershipsCommandInput} for command's `input` shape.
38
- * @see {@link DescribeEnvironmentMembershipsCommandOutput} for command's `response` shape.
39
- * @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
40
- *
41
- */
42
- export class DescribeEnvironmentMembershipsCommand extends $Command<
43
- DescribeEnvironmentMembershipsCommandInput,
44
- DescribeEnvironmentMembershipsCommandOutput,
45
- Cloud9ClientResolvedConfig
46
- > {
47
- // Start section: command_properties
48
- // End section: command_properties
49
-
50
- constructor(readonly input: DescribeEnvironmentMembershipsCommandInput) {
51
- // Start section: command_constructor
52
- super();
53
- // End section: command_constructor
54
- }
55
-
56
- /**
57
- * @internal
58
- */
59
- resolveMiddleware(
60
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
61
- configuration: Cloud9ClientResolvedConfig,
62
- options?: __HttpHandlerOptions
63
- ): Handler<DescribeEnvironmentMembershipsCommandInput, DescribeEnvironmentMembershipsCommandOutput> {
64
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
65
-
66
- const stack = clientStack.concat(this.middlewareStack);
67
-
68
- const { logger } = configuration;
69
- const clientName = "Cloud9Client";
70
- const commandName = "DescribeEnvironmentMembershipsCommand";
71
- const handlerExecutionContext: HandlerExecutionContext = {
72
- logger,
73
- clientName,
74
- commandName,
75
- inputFilterSensitiveLog: DescribeEnvironmentMembershipsRequest.filterSensitiveLog,
76
- outputFilterSensitiveLog: DescribeEnvironmentMembershipsResult.filterSensitiveLog,
77
- };
78
- const { requestHandler } = configuration;
79
- return stack.resolve(
80
- (request: FinalizeHandlerArguments<any>) =>
81
- requestHandler.handle(request.request as __HttpRequest, options || {}),
82
- handlerExecutionContext
83
- );
84
- }
85
-
86
- private serialize(
87
- input: DescribeEnvironmentMembershipsCommandInput,
88
- context: __SerdeContext
89
- ): Promise<__HttpRequest> {
90
- return serializeAws_json1_1DescribeEnvironmentMembershipsCommand(input, context);
91
- }
92
-
93
- private deserialize(
94
- output: __HttpResponse,
95
- context: __SerdeContext
96
- ): Promise<DescribeEnvironmentMembershipsCommandOutput> {
97
- return deserializeAws_json1_1DescribeEnvironmentMembershipsCommand(output, context);
98
- }
99
-
100
- // Start section: command_body_extra
101
- // End section: command_body_extra
102
- }
@@ -1,97 +0,0 @@
1
- import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
2
- import { DescribeEnvironmentStatusRequest, DescribeEnvironmentStatusResult } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1DescribeEnvironmentStatusCommand,
5
- serializeAws_json1_1DescribeEnvironmentStatusCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface DescribeEnvironmentStatusCommandInput extends DescribeEnvironmentStatusRequest {}
21
- export interface DescribeEnvironmentStatusCommandOutput extends DescribeEnvironmentStatusResult, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Gets status information for an Cloud9 development environment.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { Cloud9Client, DescribeEnvironmentStatusCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
29
- * // const { Cloud9Client, DescribeEnvironmentStatusCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
30
- * const client = new Cloud9Client(config);
31
- * const command = new DescribeEnvironmentStatusCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link DescribeEnvironmentStatusCommandInput} for command's `input` shape.
36
- * @see {@link DescribeEnvironmentStatusCommandOutput} for command's `response` shape.
37
- * @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export class DescribeEnvironmentStatusCommand extends $Command<
41
- DescribeEnvironmentStatusCommandInput,
42
- DescribeEnvironmentStatusCommandOutput,
43
- Cloud9ClientResolvedConfig
44
- > {
45
- // Start section: command_properties
46
- // End section: command_properties
47
-
48
- constructor(readonly input: DescribeEnvironmentStatusCommandInput) {
49
- // Start section: command_constructor
50
- super();
51
- // End section: command_constructor
52
- }
53
-
54
- /**
55
- * @internal
56
- */
57
- resolveMiddleware(
58
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
59
- configuration: Cloud9ClientResolvedConfig,
60
- options?: __HttpHandlerOptions
61
- ): Handler<DescribeEnvironmentStatusCommandInput, DescribeEnvironmentStatusCommandOutput> {
62
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
63
-
64
- const stack = clientStack.concat(this.middlewareStack);
65
-
66
- const { logger } = configuration;
67
- const clientName = "Cloud9Client";
68
- const commandName = "DescribeEnvironmentStatusCommand";
69
- const handlerExecutionContext: HandlerExecutionContext = {
70
- logger,
71
- clientName,
72
- commandName,
73
- inputFilterSensitiveLog: DescribeEnvironmentStatusRequest.filterSensitiveLog,
74
- outputFilterSensitiveLog: DescribeEnvironmentStatusResult.filterSensitiveLog,
75
- };
76
- const { requestHandler } = configuration;
77
- return stack.resolve(
78
- (request: FinalizeHandlerArguments<any>) =>
79
- requestHandler.handle(request.request as __HttpRequest, options || {}),
80
- handlerExecutionContext
81
- );
82
- }
83
-
84
- private serialize(input: DescribeEnvironmentStatusCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
85
- return serializeAws_json1_1DescribeEnvironmentStatusCommand(input, context);
86
- }
87
-
88
- private deserialize(
89
- output: __HttpResponse,
90
- context: __SerdeContext
91
- ): Promise<DescribeEnvironmentStatusCommandOutput> {
92
- return deserializeAws_json1_1DescribeEnvironmentStatusCommand(output, context);
93
- }
94
-
95
- // Start section: command_body_extra
96
- // End section: command_body_extra
97
- }
@@ -1,94 +0,0 @@
1
- import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
2
- import { DescribeEnvironmentsRequest, DescribeEnvironmentsResult } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1DescribeEnvironmentsCommand,
5
- serializeAws_json1_1DescribeEnvironmentsCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface DescribeEnvironmentsCommandInput extends DescribeEnvironmentsRequest {}
21
- export interface DescribeEnvironmentsCommandOutput extends DescribeEnvironmentsResult, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Gets information about Cloud9 development environments.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { Cloud9Client, DescribeEnvironmentsCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
29
- * // const { Cloud9Client, DescribeEnvironmentsCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
30
- * const client = new Cloud9Client(config);
31
- * const command = new DescribeEnvironmentsCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link DescribeEnvironmentsCommandInput} for command's `input` shape.
36
- * @see {@link DescribeEnvironmentsCommandOutput} for command's `response` shape.
37
- * @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export class DescribeEnvironmentsCommand extends $Command<
41
- DescribeEnvironmentsCommandInput,
42
- DescribeEnvironmentsCommandOutput,
43
- Cloud9ClientResolvedConfig
44
- > {
45
- // Start section: command_properties
46
- // End section: command_properties
47
-
48
- constructor(readonly input: DescribeEnvironmentsCommandInput) {
49
- // Start section: command_constructor
50
- super();
51
- // End section: command_constructor
52
- }
53
-
54
- /**
55
- * @internal
56
- */
57
- resolveMiddleware(
58
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
59
- configuration: Cloud9ClientResolvedConfig,
60
- options?: __HttpHandlerOptions
61
- ): Handler<DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput> {
62
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
63
-
64
- const stack = clientStack.concat(this.middlewareStack);
65
-
66
- const { logger } = configuration;
67
- const clientName = "Cloud9Client";
68
- const commandName = "DescribeEnvironmentsCommand";
69
- const handlerExecutionContext: HandlerExecutionContext = {
70
- logger,
71
- clientName,
72
- commandName,
73
- inputFilterSensitiveLog: DescribeEnvironmentsRequest.filterSensitiveLog,
74
- outputFilterSensitiveLog: DescribeEnvironmentsResult.filterSensitiveLog,
75
- };
76
- const { requestHandler } = configuration;
77
- return stack.resolve(
78
- (request: FinalizeHandlerArguments<any>) =>
79
- requestHandler.handle(request.request as __HttpRequest, options || {}),
80
- handlerExecutionContext
81
- );
82
- }
83
-
84
- private serialize(input: DescribeEnvironmentsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
85
- return serializeAws_json1_1DescribeEnvironmentsCommand(input, context);
86
- }
87
-
88
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DescribeEnvironmentsCommandOutput> {
89
- return deserializeAws_json1_1DescribeEnvironmentsCommand(output, context);
90
- }
91
-
92
- // Start section: command_body_extra
93
- // End section: command_body_extra
94
- }
@@ -1,94 +0,0 @@
1
- import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
2
- import { ListEnvironmentsRequest, ListEnvironmentsResult } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1ListEnvironmentsCommand,
5
- serializeAws_json1_1ListEnvironmentsCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {}
21
- export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResult, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Gets a list of Cloud9 development environment identifiers.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { Cloud9Client, ListEnvironmentsCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
29
- * // const { Cloud9Client, ListEnvironmentsCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
30
- * const client = new Cloud9Client(config);
31
- * const command = new ListEnvironmentsCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link ListEnvironmentsCommandInput} for command's `input` shape.
36
- * @see {@link ListEnvironmentsCommandOutput} for command's `response` shape.
37
- * @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export class ListEnvironmentsCommand extends $Command<
41
- ListEnvironmentsCommandInput,
42
- ListEnvironmentsCommandOutput,
43
- Cloud9ClientResolvedConfig
44
- > {
45
- // Start section: command_properties
46
- // End section: command_properties
47
-
48
- constructor(readonly input: ListEnvironmentsCommandInput) {
49
- // Start section: command_constructor
50
- super();
51
- // End section: command_constructor
52
- }
53
-
54
- /**
55
- * @internal
56
- */
57
- resolveMiddleware(
58
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
59
- configuration: Cloud9ClientResolvedConfig,
60
- options?: __HttpHandlerOptions
61
- ): Handler<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput> {
62
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
63
-
64
- const stack = clientStack.concat(this.middlewareStack);
65
-
66
- const { logger } = configuration;
67
- const clientName = "Cloud9Client";
68
- const commandName = "ListEnvironmentsCommand";
69
- const handlerExecutionContext: HandlerExecutionContext = {
70
- logger,
71
- clientName,
72
- commandName,
73
- inputFilterSensitiveLog: ListEnvironmentsRequest.filterSensitiveLog,
74
- outputFilterSensitiveLog: ListEnvironmentsResult.filterSensitiveLog,
75
- };
76
- const { requestHandler } = configuration;
77
- return stack.resolve(
78
- (request: FinalizeHandlerArguments<any>) =>
79
- requestHandler.handle(request.request as __HttpRequest, options || {}),
80
- handlerExecutionContext
81
- );
82
- }
83
-
84
- private serialize(input: ListEnvironmentsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
85
- return serializeAws_json1_1ListEnvironmentsCommand(input, context);
86
- }
87
-
88
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListEnvironmentsCommandOutput> {
89
- return deserializeAws_json1_1ListEnvironmentsCommand(output, context);
90
- }
91
-
92
- // Start section: command_body_extra
93
- // End section: command_body_extra
94
- }
@@ -1,94 +0,0 @@
1
- import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
2
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1ListTagsForResourceCommand,
5
- serializeAws_json1_1ListTagsForResourceCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
21
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Gets a list of the tags associated with an Cloud9 development environment.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { Cloud9Client, ListTagsForResourceCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
29
- * // const { Cloud9Client, ListTagsForResourceCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
30
- * const client = new Cloud9Client(config);
31
- * const command = new ListTagsForResourceCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
36
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
37
- * @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export class ListTagsForResourceCommand extends $Command<
41
- ListTagsForResourceCommandInput,
42
- ListTagsForResourceCommandOutput,
43
- Cloud9ClientResolvedConfig
44
- > {
45
- // Start section: command_properties
46
- // End section: command_properties
47
-
48
- constructor(readonly input: ListTagsForResourceCommandInput) {
49
- // Start section: command_constructor
50
- super();
51
- // End section: command_constructor
52
- }
53
-
54
- /**
55
- * @internal
56
- */
57
- resolveMiddleware(
58
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
59
- configuration: Cloud9ClientResolvedConfig,
60
- options?: __HttpHandlerOptions
61
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput> {
62
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
63
-
64
- const stack = clientStack.concat(this.middlewareStack);
65
-
66
- const { logger } = configuration;
67
- const clientName = "Cloud9Client";
68
- const commandName = "ListTagsForResourceCommand";
69
- const handlerExecutionContext: HandlerExecutionContext = {
70
- logger,
71
- clientName,
72
- commandName,
73
- inputFilterSensitiveLog: ListTagsForResourceRequest.filterSensitiveLog,
74
- outputFilterSensitiveLog: ListTagsForResourceResponse.filterSensitiveLog,
75
- };
76
- const { requestHandler } = configuration;
77
- return stack.resolve(
78
- (request: FinalizeHandlerArguments<any>) =>
79
- requestHandler.handle(request.request as __HttpRequest, options || {}),
80
- handlerExecutionContext
81
- );
82
- }
83
-
84
- private serialize(input: ListTagsForResourceCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
85
- return serializeAws_json1_1ListTagsForResourceCommand(input, context);
86
- }
87
-
88
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListTagsForResourceCommandOutput> {
89
- return deserializeAws_json1_1ListTagsForResourceCommand(output, context);
90
- }
91
-
92
- // Start section: command_body_extra
93
- // End section: command_body_extra
94
- }
@@ -1,98 +0,0 @@
1
- import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
2
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1TagResourceCommand,
5
- serializeAws_json1_1TagResourceCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface TagResourceCommandInput extends TagResourceRequest {}
21
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Adds tags to an Cloud9 development environment.</p>
25
- * <important>
26
- * <p>Tags that you add to an Cloud9 environment by using this method will NOT be
27
- * automatically propagated to underlying resources.</p>
28
- * </important>
29
- * @example
30
- * Use a bare-bones client and the command you need to make an API call.
31
- * ```javascript
32
- * import { Cloud9Client, TagResourceCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
33
- * // const { Cloud9Client, TagResourceCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
34
- * const client = new Cloud9Client(config);
35
- * const command = new TagResourceCommand(input);
36
- * const response = await client.send(command);
37
- * ```
38
- *
39
- * @see {@link TagResourceCommandInput} for command's `input` shape.
40
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
41
- * @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
42
- *
43
- */
44
- export class TagResourceCommand extends $Command<
45
- TagResourceCommandInput,
46
- TagResourceCommandOutput,
47
- Cloud9ClientResolvedConfig
48
- > {
49
- // Start section: command_properties
50
- // End section: command_properties
51
-
52
- constructor(readonly input: TagResourceCommandInput) {
53
- // Start section: command_constructor
54
- super();
55
- // End section: command_constructor
56
- }
57
-
58
- /**
59
- * @internal
60
- */
61
- resolveMiddleware(
62
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
63
- configuration: Cloud9ClientResolvedConfig,
64
- options?: __HttpHandlerOptions
65
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput> {
66
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
67
-
68
- const stack = clientStack.concat(this.middlewareStack);
69
-
70
- const { logger } = configuration;
71
- const clientName = "Cloud9Client";
72
- const commandName = "TagResourceCommand";
73
- const handlerExecutionContext: HandlerExecutionContext = {
74
- logger,
75
- clientName,
76
- commandName,
77
- inputFilterSensitiveLog: TagResourceRequest.filterSensitiveLog,
78
- outputFilterSensitiveLog: TagResourceResponse.filterSensitiveLog,
79
- };
80
- const { requestHandler } = configuration;
81
- return stack.resolve(
82
- (request: FinalizeHandlerArguments<any>) =>
83
- requestHandler.handle(request.request as __HttpRequest, options || {}),
84
- handlerExecutionContext
85
- );
86
- }
87
-
88
- private serialize(input: TagResourceCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
89
- return serializeAws_json1_1TagResourceCommand(input, context);
90
- }
91
-
92
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<TagResourceCommandOutput> {
93
- return deserializeAws_json1_1TagResourceCommand(output, context);
94
- }
95
-
96
- // Start section: command_body_extra
97
- // End section: command_body_extra
98
- }