@aws-sdk/client-databrew 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 (213) hide show
  1. package/dist-cjs/commands/BatchDeleteRecipeVersionCommand.js +18 -41
  2. package/dist-cjs/commands/CreateDatasetCommand.js +18 -41
  3. package/dist-cjs/commands/CreateProfileJobCommand.js +18 -41
  4. package/dist-cjs/commands/CreateProjectCommand.js +18 -41
  5. package/dist-cjs/commands/CreateRecipeCommand.js +18 -41
  6. package/dist-cjs/commands/CreateRecipeJobCommand.js +18 -41
  7. package/dist-cjs/commands/CreateRulesetCommand.js +18 -41
  8. package/dist-cjs/commands/CreateScheduleCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteDatasetCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteJobCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteProjectCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteRecipeVersionCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteRulesetCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteScheduleCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeDatasetCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeJobCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeJobRunCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeProjectCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeRecipeCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeRulesetCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeScheduleCommand.js +18 -41
  22. package/dist-cjs/commands/ListDatasetsCommand.js +18 -41
  23. package/dist-cjs/commands/ListJobRunsCommand.js +18 -41
  24. package/dist-cjs/commands/ListJobsCommand.js +18 -41
  25. package/dist-cjs/commands/ListProjectsCommand.js +18 -41
  26. package/dist-cjs/commands/ListRecipeVersionsCommand.js +18 -41
  27. package/dist-cjs/commands/ListRecipesCommand.js +18 -41
  28. package/dist-cjs/commands/ListRulesetsCommand.js +18 -41
  29. package/dist-cjs/commands/ListSchedulesCommand.js +18 -41
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  31. package/dist-cjs/commands/PublishRecipeCommand.js +18 -41
  32. package/dist-cjs/commands/SendProjectSessionActionCommand.js +18 -41
  33. package/dist-cjs/commands/StartJobRunCommand.js +18 -41
  34. package/dist-cjs/commands/StartProjectSessionCommand.js +18 -41
  35. package/dist-cjs/commands/StopJobRunCommand.js +18 -41
  36. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  37. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  38. package/dist-cjs/commands/UpdateDatasetCommand.js +18 -41
  39. package/dist-cjs/commands/UpdateProfileJobCommand.js +18 -41
  40. package/dist-cjs/commands/UpdateProjectCommand.js +18 -41
  41. package/dist-cjs/commands/UpdateRecipeCommand.js +18 -41
  42. package/dist-cjs/commands/UpdateRecipeJobCommand.js +18 -41
  43. package/dist-cjs/commands/UpdateRulesetCommand.js +18 -41
  44. package/dist-cjs/commands/UpdateScheduleCommand.js +18 -41
  45. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  46. package/dist-cjs/pagination/ListDatasetsPaginator.js +2 -24
  47. package/dist-cjs/pagination/ListJobRunsPaginator.js +2 -24
  48. package/dist-cjs/pagination/ListJobsPaginator.js +2 -24
  49. package/dist-cjs/pagination/ListProjectsPaginator.js +2 -24
  50. package/dist-cjs/pagination/ListRecipeVersionsPaginator.js +2 -24
  51. package/dist-cjs/pagination/ListRecipesPaginator.js +2 -24
  52. package/dist-cjs/pagination/ListRulesetsPaginator.js +2 -24
  53. package/dist-cjs/pagination/ListSchedulesPaginator.js +2 -24
  54. package/dist-es/commands/BatchDeleteRecipeVersionCommand.js +18 -41
  55. package/dist-es/commands/CreateDatasetCommand.js +18 -41
  56. package/dist-es/commands/CreateProfileJobCommand.js +18 -41
  57. package/dist-es/commands/CreateProjectCommand.js +18 -41
  58. package/dist-es/commands/CreateRecipeCommand.js +18 -41
  59. package/dist-es/commands/CreateRecipeJobCommand.js +18 -41
  60. package/dist-es/commands/CreateRulesetCommand.js +18 -41
  61. package/dist-es/commands/CreateScheduleCommand.js +18 -41
  62. package/dist-es/commands/DeleteDatasetCommand.js +18 -41
  63. package/dist-es/commands/DeleteJobCommand.js +18 -41
  64. package/dist-es/commands/DeleteProjectCommand.js +18 -41
  65. package/dist-es/commands/DeleteRecipeVersionCommand.js +18 -41
  66. package/dist-es/commands/DeleteRulesetCommand.js +18 -41
  67. package/dist-es/commands/DeleteScheduleCommand.js +18 -41
  68. package/dist-es/commands/DescribeDatasetCommand.js +18 -41
  69. package/dist-es/commands/DescribeJobCommand.js +18 -41
  70. package/dist-es/commands/DescribeJobRunCommand.js +18 -41
  71. package/dist-es/commands/DescribeProjectCommand.js +18 -41
  72. package/dist-es/commands/DescribeRecipeCommand.js +18 -41
  73. package/dist-es/commands/DescribeRulesetCommand.js +18 -41
  74. package/dist-es/commands/DescribeScheduleCommand.js +18 -41
  75. package/dist-es/commands/ListDatasetsCommand.js +18 -41
  76. package/dist-es/commands/ListJobRunsCommand.js +18 -41
  77. package/dist-es/commands/ListJobsCommand.js +18 -41
  78. package/dist-es/commands/ListProjectsCommand.js +18 -41
  79. package/dist-es/commands/ListRecipeVersionsCommand.js +18 -41
  80. package/dist-es/commands/ListRecipesCommand.js +18 -41
  81. package/dist-es/commands/ListRulesetsCommand.js +18 -41
  82. package/dist-es/commands/ListSchedulesCommand.js +18 -41
  83. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  84. package/dist-es/commands/PublishRecipeCommand.js +18 -41
  85. package/dist-es/commands/SendProjectSessionActionCommand.js +18 -41
  86. package/dist-es/commands/StartJobRunCommand.js +18 -41
  87. package/dist-es/commands/StartProjectSessionCommand.js +18 -41
  88. package/dist-es/commands/StopJobRunCommand.js +18 -41
  89. package/dist-es/commands/TagResourceCommand.js +18 -41
  90. package/dist-es/commands/UntagResourceCommand.js +18 -41
  91. package/dist-es/commands/UpdateDatasetCommand.js +18 -41
  92. package/dist-es/commands/UpdateProfileJobCommand.js +18 -41
  93. package/dist-es/commands/UpdateProjectCommand.js +18 -41
  94. package/dist-es/commands/UpdateRecipeCommand.js +18 -41
  95. package/dist-es/commands/UpdateRecipeJobCommand.js +18 -41
  96. package/dist-es/commands/UpdateRulesetCommand.js +18 -41
  97. package/dist-es/commands/UpdateScheduleCommand.js +18 -41
  98. package/dist-es/endpoint/EndpointParameters.js +6 -0
  99. package/dist-es/pagination/ListDatasetsPaginator.js +2 -23
  100. package/dist-es/pagination/ListJobRunsPaginator.js +2 -23
  101. package/dist-es/pagination/ListJobsPaginator.js +2 -23
  102. package/dist-es/pagination/ListProjectsPaginator.js +2 -23
  103. package/dist-es/pagination/ListRecipeVersionsPaginator.js +2 -23
  104. package/dist-es/pagination/ListRecipesPaginator.js +2 -23
  105. package/dist-es/pagination/ListRulesetsPaginator.js +2 -23
  106. package/dist-es/pagination/ListSchedulesPaginator.js +2 -23
  107. package/dist-types/commands/BatchDeleteRecipeVersionCommand.d.ts +6 -21
  108. package/dist-types/commands/CreateDatasetCommand.d.ts +6 -21
  109. package/dist-types/commands/CreateProfileJobCommand.d.ts +6 -21
  110. package/dist-types/commands/CreateProjectCommand.d.ts +6 -21
  111. package/dist-types/commands/CreateRecipeCommand.d.ts +6 -21
  112. package/dist-types/commands/CreateRecipeJobCommand.d.ts +6 -21
  113. package/dist-types/commands/CreateRulesetCommand.d.ts +6 -21
  114. package/dist-types/commands/CreateScheduleCommand.d.ts +6 -21
  115. package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -21
  116. package/dist-types/commands/DeleteJobCommand.d.ts +6 -21
  117. package/dist-types/commands/DeleteProjectCommand.d.ts +6 -21
  118. package/dist-types/commands/DeleteRecipeVersionCommand.d.ts +6 -21
  119. package/dist-types/commands/DeleteRulesetCommand.d.ts +6 -21
  120. package/dist-types/commands/DeleteScheduleCommand.d.ts +6 -21
  121. package/dist-types/commands/DescribeDatasetCommand.d.ts +6 -21
  122. package/dist-types/commands/DescribeJobCommand.d.ts +6 -21
  123. package/dist-types/commands/DescribeJobRunCommand.d.ts +6 -21
  124. package/dist-types/commands/DescribeProjectCommand.d.ts +6 -21
  125. package/dist-types/commands/DescribeRecipeCommand.d.ts +6 -21
  126. package/dist-types/commands/DescribeRulesetCommand.d.ts +6 -21
  127. package/dist-types/commands/DescribeScheduleCommand.d.ts +6 -21
  128. package/dist-types/commands/ListDatasetsCommand.d.ts +6 -21
  129. package/dist-types/commands/ListJobRunsCommand.d.ts +6 -21
  130. package/dist-types/commands/ListJobsCommand.d.ts +6 -21
  131. package/dist-types/commands/ListProjectsCommand.d.ts +6 -21
  132. package/dist-types/commands/ListRecipeVersionsCommand.d.ts +6 -21
  133. package/dist-types/commands/ListRecipesCommand.d.ts +6 -21
  134. package/dist-types/commands/ListRulesetsCommand.d.ts +6 -21
  135. package/dist-types/commands/ListSchedulesCommand.d.ts +6 -21
  136. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  137. package/dist-types/commands/PublishRecipeCommand.d.ts +6 -21
  138. package/dist-types/commands/SendProjectSessionActionCommand.d.ts +6 -21
  139. package/dist-types/commands/StartJobRunCommand.d.ts +6 -21
  140. package/dist-types/commands/StartProjectSessionCommand.d.ts +6 -21
  141. package/dist-types/commands/StopJobRunCommand.d.ts +6 -21
  142. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  143. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  144. package/dist-types/commands/UpdateDatasetCommand.d.ts +6 -21
  145. package/dist-types/commands/UpdateProfileJobCommand.d.ts +6 -21
  146. package/dist-types/commands/UpdateProjectCommand.d.ts +6 -21
  147. package/dist-types/commands/UpdateRecipeCommand.d.ts +6 -21
  148. package/dist-types/commands/UpdateRecipeJobCommand.d.ts +6 -21
  149. package/dist-types/commands/UpdateRulesetCommand.d.ts +6 -21
  150. package/dist-types/commands/UpdateScheduleCommand.d.ts +6 -21
  151. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  152. package/dist-types/pagination/ListDatasetsPaginator.d.ts +1 -1
  153. package/dist-types/pagination/ListJobRunsPaginator.d.ts +1 -1
  154. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  155. package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
  156. package/dist-types/pagination/ListRecipeVersionsPaginator.d.ts +1 -1
  157. package/dist-types/pagination/ListRecipesPaginator.d.ts +1 -1
  158. package/dist-types/pagination/ListRulesetsPaginator.d.ts +1 -1
  159. package/dist-types/pagination/ListSchedulesPaginator.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +12 -24
  161. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +14 -23
  163. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +14 -23
  164. package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +14 -23
  165. package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +14 -23
  166. package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +14 -23
  168. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +14 -23
  169. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +14 -23
  170. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +14 -23
  172. package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +14 -23
  174. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +14 -23
  175. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +14 -23
  176. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +14 -23
  177. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +14 -23
  179. package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +14 -23
  180. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +14 -23
  181. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +14 -23
  182. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +14 -23
  183. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
  184. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +14 -23
  185. package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +14 -23
  186. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +14 -23
  188. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  190. package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +12 -24
  192. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  196. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  205. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +3 -3
  206. package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +3 -3
  207. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +3 -3
  208. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +3 -3
  209. package/dist-types/ts3.4/pagination/ListRecipeVersionsPaginator.d.ts +3 -3
  210. package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +3 -3
  211. package/dist-types/ts3.4/pagination/ListRulesetsPaginator.d.ts +3 -3
  212. package/dist-types/ts3.4/pagination/ListSchedulesPaginator.d.ts +3 -3
  213. package/package.json +11 -11
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListRulesetsCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListRulesetsCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "DataBrewClient";
29
- const commandName = "ListRulesetsCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AWSGlueDataBrew",
38
- operation: "ListRulesets",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_ListRulesetsCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_ListRulesetsCommand)(output, context);
49
- }
10
+ class ListRulesetsCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AWSGlueDataBrew", "ListRulesets", {})
22
+ .n("DataBrewClient", "ListRulesetsCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_ListRulesetsCommand)
25
+ .de(Aws_restJson1_1.de_ListRulesetsCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListRulesetsCommand = ListRulesetsCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListSchedulesCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListSchedulesCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "DataBrewClient";
29
- const commandName = "ListSchedulesCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AWSGlueDataBrew",
38
- operation: "ListSchedules",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_ListSchedulesCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_ListSchedulesCommand)(output, context);
49
- }
10
+ class ListSchedulesCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AWSGlueDataBrew", "ListSchedules", {})
22
+ .n("DataBrewClient", "ListSchedulesCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_ListSchedulesCommand)
25
+ .de(Aws_restJson1_1.de_ListSchedulesCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListSchedulesCommand = ListSchedulesCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "DataBrewClient";
29
- const commandName = "ListTagsForResourceCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AWSGlueDataBrew",
38
- operation: "ListTagsForResource",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
49
- }
10
+ class ListTagsForResourceCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AWSGlueDataBrew", "ListTagsForResource", {})
22
+ .n("DataBrewClient", "ListTagsForResourceCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
+ .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class PublishRecipeCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, PublishRecipeCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "DataBrewClient";
29
- const commandName = "PublishRecipeCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AWSGlueDataBrew",
38
- operation: "PublishRecipe",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_PublishRecipeCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_PublishRecipeCommand)(output, context);
49
- }
10
+ class PublishRecipeCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AWSGlueDataBrew", "PublishRecipe", {})
22
+ .n("DataBrewClient", "PublishRecipeCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_PublishRecipeCommand)
25
+ .de(Aws_restJson1_1.de_PublishRecipeCommand)
26
+ .build() {
50
27
  }
51
28
  exports.PublishRecipeCommand = PublishRecipeCommand;
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const models_0_1 = require("../models/models_0");
10
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class SendProjectSessionActionCommand extends smithy_client_1.Command {
12
- static getEndpointParameterInstructions() {
13
- return {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
19
- }
20
- constructor(input) {
21
- super();
22
- this.input = input;
23
- }
24
- resolveMiddleware(clientStack, configuration, options) {
25
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
26
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, SendProjectSessionActionCommand.getEndpointParameterInstructions()));
27
- const stack = clientStack.concat(this.middlewareStack);
28
- const { logger } = configuration;
29
- const clientName = "DataBrewClient";
30
- const commandName = "SendProjectSessionActionCommand";
31
- const handlerExecutionContext = {
32
- logger,
33
- clientName,
34
- commandName,
35
- inputFilterSensitiveLog: models_0_1.SendProjectSessionActionRequestFilterSensitiveLog,
36
- outputFilterSensitiveLog: (_) => _,
37
- [types_1.SMITHY_CONTEXT_KEY]: {
38
- service: "AWSGlueDataBrew",
39
- operation: "SendProjectSessionAction",
40
- },
41
- };
42
- const { requestHandler } = configuration;
43
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
44
- }
45
- serialize(input, context) {
46
- return (0, Aws_restJson1_1.se_SendProjectSessionActionCommand)(input, context);
47
- }
48
- deserialize(output, context) {
49
- return (0, Aws_restJson1_1.de_SendProjectSessionActionCommand)(output, context);
50
- }
11
+ class SendProjectSessionActionCommand extends smithy_client_1.Command
12
+ .classBuilder()
13
+ .ep({
14
+ ...EndpointParameters_1.commonParams,
15
+ })
16
+ .m(function (Command, cs, config, o) {
17
+ return [
18
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
+ ];
21
+ })
22
+ .s("AWSGlueDataBrew", "SendProjectSessionAction", {})
23
+ .n("DataBrewClient", "SendProjectSessionActionCommand")
24
+ .f(models_0_1.SendProjectSessionActionRequestFilterSensitiveLog, void 0)
25
+ .ser(Aws_restJson1_1.se_SendProjectSessionActionCommand)
26
+ .de(Aws_restJson1_1.de_SendProjectSessionActionCommand)
27
+ .build() {
51
28
  }
52
29
  exports.SendProjectSessionActionCommand = SendProjectSessionActionCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class StartJobRunCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartJobRunCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "DataBrewClient";
29
- const commandName = "StartJobRunCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AWSGlueDataBrew",
38
- operation: "StartJobRun",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_StartJobRunCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_StartJobRunCommand)(output, context);
49
- }
10
+ class StartJobRunCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AWSGlueDataBrew", "StartJobRun", {})
22
+ .n("DataBrewClient", "StartJobRunCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_StartJobRunCommand)
25
+ .de(Aws_restJson1_1.de_StartJobRunCommand)
26
+ .build() {
50
27
  }
51
28
  exports.StartJobRunCommand = StartJobRunCommand;
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const models_0_1 = require("../models/models_0");
10
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class StartProjectSessionCommand extends smithy_client_1.Command {
12
- static getEndpointParameterInstructions() {
13
- return {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
19
- }
20
- constructor(input) {
21
- super();
22
- this.input = input;
23
- }
24
- resolveMiddleware(clientStack, configuration, options) {
25
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
26
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartProjectSessionCommand.getEndpointParameterInstructions()));
27
- const stack = clientStack.concat(this.middlewareStack);
28
- const { logger } = configuration;
29
- const clientName = "DataBrewClient";
30
- const commandName = "StartProjectSessionCommand";
31
- const handlerExecutionContext = {
32
- logger,
33
- clientName,
34
- commandName,
35
- inputFilterSensitiveLog: (_) => _,
36
- outputFilterSensitiveLog: models_0_1.StartProjectSessionResponseFilterSensitiveLog,
37
- [types_1.SMITHY_CONTEXT_KEY]: {
38
- service: "AWSGlueDataBrew",
39
- operation: "StartProjectSession",
40
- },
41
- };
42
- const { requestHandler } = configuration;
43
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
44
- }
45
- serialize(input, context) {
46
- return (0, Aws_restJson1_1.se_StartProjectSessionCommand)(input, context);
47
- }
48
- deserialize(output, context) {
49
- return (0, Aws_restJson1_1.de_StartProjectSessionCommand)(output, context);
50
- }
11
+ class StartProjectSessionCommand extends smithy_client_1.Command
12
+ .classBuilder()
13
+ .ep({
14
+ ...EndpointParameters_1.commonParams,
15
+ })
16
+ .m(function (Command, cs, config, o) {
17
+ return [
18
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
+ ];
21
+ })
22
+ .s("AWSGlueDataBrew", "StartProjectSession", {})
23
+ .n("DataBrewClient", "StartProjectSessionCommand")
24
+ .f(void 0, models_0_1.StartProjectSessionResponseFilterSensitiveLog)
25
+ .ser(Aws_restJson1_1.se_StartProjectSessionCommand)
26
+ .de(Aws_restJson1_1.de_StartProjectSessionCommand)
27
+ .build() {
51
28
  }
52
29
  exports.StartProjectSessionCommand = StartProjectSessionCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class StopJobRunCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StopJobRunCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "DataBrewClient";
29
- const commandName = "StopJobRunCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AWSGlueDataBrew",
38
- operation: "StopJobRun",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_StopJobRunCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_StopJobRunCommand)(output, context);
49
- }
10
+ class StopJobRunCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AWSGlueDataBrew", "StopJobRun", {})
22
+ .n("DataBrewClient", "StopJobRunCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_StopJobRunCommand)
25
+ .de(Aws_restJson1_1.de_StopJobRunCommand)
26
+ .build() {
50
27
  }
51
28
  exports.StopJobRunCommand = StopJobRunCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class TagResourceCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, TagResourceCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "DataBrewClient";
29
- const commandName = "TagResourceCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AWSGlueDataBrew",
38
- operation: "TagResource",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
49
- }
10
+ class TagResourceCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AWSGlueDataBrew", "TagResource", {})
22
+ .n("DataBrewClient", "TagResourceCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_TagResourceCommand)
25
+ .de(Aws_restJson1_1.de_TagResourceCommand)
26
+ .build() {
50
27
  }
51
28
  exports.TagResourceCommand = TagResourceCommand;