@aws-sdk/client-glue 3.218.0 → 3.221.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 (191) hide show
  1. package/dist-cjs/Glue.js +240 -0
  2. package/dist-cjs/commands/BatchGetDataQualityResultCommand.js +46 -0
  3. package/dist-cjs/commands/CancelDataQualityRuleRecommendationRunCommand.js +46 -0
  4. package/dist-cjs/commands/CancelDataQualityRulesetEvaluationRunCommand.js +46 -0
  5. package/dist-cjs/commands/CreateDataQualityRulesetCommand.js +46 -0
  6. package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +3 -3
  7. package/dist-cjs/commands/CreateSessionCommand.js +3 -3
  8. package/dist-cjs/commands/CreateTableCommand.js +3 -3
  9. package/dist-cjs/commands/CreateTriggerCommand.js +3 -3
  10. package/dist-cjs/commands/CreateUserDefinedFunctionCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteDataQualityRulesetCommand.js +46 -0
  12. package/dist-cjs/commands/GetDataQualityResultCommand.js +46 -0
  13. package/dist-cjs/commands/GetDataQualityRuleRecommendationRunCommand.js +46 -0
  14. package/dist-cjs/commands/GetDataQualityRulesetCommand.js +46 -0
  15. package/dist-cjs/commands/GetDataQualityRulesetEvaluationRunCommand.js +46 -0
  16. package/dist-cjs/commands/ListDataQualityResultsCommand.js +46 -0
  17. package/dist-cjs/commands/ListDataQualityRuleRecommendationRunsCommand.js +46 -0
  18. package/dist-cjs/commands/ListDataQualityRulesetEvaluationRunsCommand.js +46 -0
  19. package/dist-cjs/commands/ListDataQualityRulesetsCommand.js +46 -0
  20. package/dist-cjs/commands/ListDevEndpointsCommand.js +3 -3
  21. package/dist-cjs/commands/ListJobsCommand.js +3 -3
  22. package/dist-cjs/commands/ListMLTransformsCommand.js +3 -3
  23. package/dist-cjs/commands/ListRegistriesCommand.js +3 -3
  24. package/dist-cjs/commands/ListSchemaVersionsCommand.js +3 -3
  25. package/dist-cjs/commands/ListSchemasCommand.js +3 -3
  26. package/dist-cjs/commands/ListSessionsCommand.js +3 -3
  27. package/dist-cjs/commands/ListStatementsCommand.js +3 -3
  28. package/dist-cjs/commands/ListTriggersCommand.js +3 -3
  29. package/dist-cjs/commands/ListWorkflowsCommand.js +3 -3
  30. package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +3 -3
  31. package/dist-cjs/commands/PutResourcePolicyCommand.js +3 -3
  32. package/dist-cjs/commands/PutSchemaVersionMetadataCommand.js +3 -3
  33. package/dist-cjs/commands/PutWorkflowRunPropertiesCommand.js +1 -2
  34. package/dist-cjs/commands/StartDataQualityRuleRecommendationRunCommand.js +46 -0
  35. package/dist-cjs/commands/StartDataQualityRulesetEvaluationRunCommand.js +46 -0
  36. package/dist-cjs/commands/UpdateDataQualityRulesetCommand.js +46 -0
  37. package/dist-cjs/commands/index.js +16 -0
  38. package/dist-cjs/endpoint/ruleset.js +1 -1
  39. package/dist-cjs/models/models_0.js +104 -103
  40. package/dist-cjs/models/models_1.js +145 -139
  41. package/dist-cjs/models/models_2.js +223 -3
  42. package/dist-cjs/pagination/ListDataQualityResultsPaginator.js +36 -0
  43. package/dist-cjs/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +36 -0
  44. package/dist-cjs/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +36 -0
  45. package/dist-cjs/pagination/ListDataQualityRulesetsPaginator.js +36 -0
  46. package/dist-cjs/pagination/index.js +4 -0
  47. package/dist-cjs/protocols/Aws_json1_1.js +1653 -129
  48. package/dist-es/Glue.js +240 -0
  49. package/dist-es/commands/BatchGetDataQualityResultCommand.js +42 -0
  50. package/dist-es/commands/CancelDataQualityRuleRecommendationRunCommand.js +42 -0
  51. package/dist-es/commands/CancelDataQualityRulesetEvaluationRunCommand.js +42 -0
  52. package/dist-es/commands/CreateDataQualityRulesetCommand.js +42 -0
  53. package/dist-es/commands/CreateSecurityConfigurationCommand.js +1 -1
  54. package/dist-es/commands/CreateSessionCommand.js +1 -1
  55. package/dist-es/commands/CreateTableCommand.js +1 -1
  56. package/dist-es/commands/CreateTriggerCommand.js +1 -1
  57. package/dist-es/commands/CreateUserDefinedFunctionCommand.js +1 -1
  58. package/dist-es/commands/DeleteDataQualityRulesetCommand.js +42 -0
  59. package/dist-es/commands/GetDataQualityResultCommand.js +42 -0
  60. package/dist-es/commands/GetDataQualityRuleRecommendationRunCommand.js +42 -0
  61. package/dist-es/commands/GetDataQualityRulesetCommand.js +42 -0
  62. package/dist-es/commands/GetDataQualityRulesetEvaluationRunCommand.js +42 -0
  63. package/dist-es/commands/ListDataQualityResultsCommand.js +42 -0
  64. package/dist-es/commands/ListDataQualityRuleRecommendationRunsCommand.js +42 -0
  65. package/dist-es/commands/ListDataQualityRulesetEvaluationRunsCommand.js +42 -0
  66. package/dist-es/commands/ListDataQualityRulesetsCommand.js +42 -0
  67. package/dist-es/commands/ListDevEndpointsCommand.js +1 -1
  68. package/dist-es/commands/ListJobsCommand.js +1 -1
  69. package/dist-es/commands/ListMLTransformsCommand.js +1 -1
  70. package/dist-es/commands/ListRegistriesCommand.js +1 -1
  71. package/dist-es/commands/ListSchemaVersionsCommand.js +1 -1
  72. package/dist-es/commands/ListSchemasCommand.js +1 -1
  73. package/dist-es/commands/ListSessionsCommand.js +1 -1
  74. package/dist-es/commands/ListStatementsCommand.js +1 -1
  75. package/dist-es/commands/ListTriggersCommand.js +1 -1
  76. package/dist-es/commands/ListWorkflowsCommand.js +1 -1
  77. package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +1 -1
  78. package/dist-es/commands/PutResourcePolicyCommand.js +1 -1
  79. package/dist-es/commands/PutSchemaVersionMetadataCommand.js +1 -1
  80. package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +1 -2
  81. package/dist-es/commands/StartDataQualityRuleRecommendationRunCommand.js +42 -0
  82. package/dist-es/commands/StartDataQualityRulesetEvaluationRunCommand.js +42 -0
  83. package/dist-es/commands/UpdateDataQualityRulesetCommand.js +42 -0
  84. package/dist-es/commands/index.js +16 -0
  85. package/dist-es/endpoint/ruleset.js +1 -1
  86. package/dist-es/models/models_0.js +80 -78
  87. package/dist-es/models/models_1.js +109 -102
  88. package/dist-es/models/models_2.js +167 -0
  89. package/dist-es/pagination/ListDataQualityResultsPaginator.js +32 -0
  90. package/dist-es/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +32 -0
  91. package/dist-es/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +32 -0
  92. package/dist-es/pagination/ListDataQualityRulesetsPaginator.js +32 -0
  93. package/dist-es/pagination/index.js +4 -0
  94. package/dist-es/protocols/Aws_json1_1.js +1610 -119
  95. package/dist-types/Glue.d.ts +114 -0
  96. package/dist-types/GlueClient.d.ts +18 -2
  97. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +37 -0
  98. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +37 -0
  99. package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
  100. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +39 -0
  101. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateSessionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateTableCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTriggerCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +1 -1
  106. package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +37 -0
  107. package/dist-types/commands/GetDataQualityResultCommand.d.ts +37 -0
  108. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +37 -0
  109. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +37 -0
  110. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
  111. package/dist-types/commands/ListDataQualityResultsCommand.d.ts +37 -0
  112. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +37 -0
  113. package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +37 -0
  114. package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +37 -0
  115. package/dist-types/commands/ListDevEndpointsCommand.d.ts +1 -1
  116. package/dist-types/commands/ListJobsCommand.d.ts +1 -1
  117. package/dist-types/commands/ListMLTransformsCommand.d.ts +1 -1
  118. package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
  119. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +1 -1
  120. package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
  121. package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
  122. package/dist-types/commands/ListStatementsCommand.d.ts +1 -1
  123. package/dist-types/commands/ListTriggersCommand.d.ts +1 -1
  124. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  125. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  126. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  127. package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +1 -1
  128. package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +1 -2
  129. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +37 -0
  130. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
  131. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +37 -0
  132. package/dist-types/commands/index.d.ts +16 -0
  133. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  134. package/dist-types/models/models_0.d.ts +417 -552
  135. package/dist-types/models/models_1.d.ts +3382 -3180
  136. package/dist-types/models/models_2.d.ts +1086 -2
  137. package/dist-types/pagination/ListDataQualityResultsPaginator.d.ts +4 -0
  138. package/dist-types/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +4 -0
  139. package/dist-types/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +4 -0
  140. package/dist-types/pagination/ListDataQualityRulesetsPaginator.d.ts +4 -0
  141. package/dist-types/pagination/index.d.ts +4 -0
  142. package/dist-types/protocols/Aws_json1_1.d.ts +48 -0
  143. package/dist-types/ts3.4/Glue.d.ts +320 -0
  144. package/dist-types/ts3.4/GlueClient.d.ts +96 -0
  145. package/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +41 -0
  146. package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +41 -0
  147. package/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
  148. package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +41 -0
  149. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +41 -0
  155. package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +41 -0
  156. package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +41 -0
  157. package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +41 -0
  158. package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
  159. package/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +41 -0
  160. package/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +41 -0
  161. package/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +41 -0
  162. package/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +41 -0
  163. package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +4 -2
  177. package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +41 -0
  178. package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
  179. package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +41 -0
  180. package/dist-types/ts3.4/commands/index.d.ts +16 -0
  181. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  182. package/dist-types/ts3.4/models/models_0.d.ts +166 -187
  183. package/dist-types/ts3.4/models/models_1.d.ts +306 -262
  184. package/dist-types/ts3.4/models/models_2.d.ts +458 -3
  185. package/dist-types/ts3.4/pagination/ListDataQualityResultsPaginator.d.ts +11 -0
  186. package/dist-types/ts3.4/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +11 -0
  187. package/dist-types/ts3.4/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +11 -0
  188. package/dist-types/ts3.4/pagination/ListDataQualityRulesetsPaginator.d.ts +11 -0
  189. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  190. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +192 -0
  191. package/package.json +1 -1
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ GlueClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../GlueClient";
14
+ import {
15
+ BatchGetDataQualityResultRequest,
16
+ BatchGetDataQualityResultResponse,
17
+ } from "../models/models_0";
18
+ export interface BatchGetDataQualityResultCommandInput
19
+ extends BatchGetDataQualityResultRequest {}
20
+ export interface BatchGetDataQualityResultCommandOutput
21
+ extends BatchGetDataQualityResultResponse,
22
+ __MetadataBearer {}
23
+ export declare class BatchGetDataQualityResultCommand extends $Command<
24
+ BatchGetDataQualityResultCommandInput,
25
+ BatchGetDataQualityResultCommandOutput,
26
+ GlueClientResolvedConfig
27
+ > {
28
+ readonly input: BatchGetDataQualityResultCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: BatchGetDataQualityResultCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlueClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchGetDataQualityResultCommandInput,
37
+ BatchGetDataQualityResultCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ GlueClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../GlueClient";
14
+ import {
15
+ CancelDataQualityRuleRecommendationRunRequest,
16
+ CancelDataQualityRuleRecommendationRunResponse,
17
+ } from "../models/models_0";
18
+ export interface CancelDataQualityRuleRecommendationRunCommandInput
19
+ extends CancelDataQualityRuleRecommendationRunRequest {}
20
+ export interface CancelDataQualityRuleRecommendationRunCommandOutput
21
+ extends CancelDataQualityRuleRecommendationRunResponse,
22
+ __MetadataBearer {}
23
+ export declare class CancelDataQualityRuleRecommendationRunCommand extends $Command<
24
+ CancelDataQualityRuleRecommendationRunCommandInput,
25
+ CancelDataQualityRuleRecommendationRunCommandOutput,
26
+ GlueClientResolvedConfig
27
+ > {
28
+ readonly input: CancelDataQualityRuleRecommendationRunCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: CancelDataQualityRuleRecommendationRunCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlueClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CancelDataQualityRuleRecommendationRunCommandInput,
37
+ CancelDataQualityRuleRecommendationRunCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ GlueClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../GlueClient";
14
+ import {
15
+ CancelDataQualityRulesetEvaluationRunRequest,
16
+ CancelDataQualityRulesetEvaluationRunResponse,
17
+ } from "../models/models_0";
18
+ export interface CancelDataQualityRulesetEvaluationRunCommandInput
19
+ extends CancelDataQualityRulesetEvaluationRunRequest {}
20
+ export interface CancelDataQualityRulesetEvaluationRunCommandOutput
21
+ extends CancelDataQualityRulesetEvaluationRunResponse,
22
+ __MetadataBearer {}
23
+ export declare class CancelDataQualityRulesetEvaluationRunCommand extends $Command<
24
+ CancelDataQualityRulesetEvaluationRunCommandInput,
25
+ CancelDataQualityRulesetEvaluationRunCommandOutput,
26
+ GlueClientResolvedConfig
27
+ > {
28
+ readonly input: CancelDataQualityRulesetEvaluationRunCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: CancelDataQualityRulesetEvaluationRunCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlueClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CancelDataQualityRulesetEvaluationRunCommandInput,
37
+ CancelDataQualityRulesetEvaluationRunCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ GlueClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../GlueClient";
14
+ import {
15
+ CreateDataQualityRulesetRequest,
16
+ CreateDataQualityRulesetResponse,
17
+ } from "../models/models_0";
18
+ export interface CreateDataQualityRulesetCommandInput
19
+ extends CreateDataQualityRulesetRequest {}
20
+ export interface CreateDataQualityRulesetCommandOutput
21
+ extends CreateDataQualityRulesetResponse,
22
+ __MetadataBearer {}
23
+ export declare class CreateDataQualityRulesetCommand extends $Command<
24
+ CreateDataQualityRulesetCommandInput,
25
+ CreateDataQualityRulesetCommandOutput,
26
+ GlueClientResolvedConfig
27
+ > {
28
+ readonly input: CreateDataQualityRulesetCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: CreateDataQualityRulesetCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlueClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateDataQualityRulesetCommandInput,
37
+ CreateDataQualityRulesetCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  CreateSecurityConfigurationRequest,
16
16
  CreateSecurityConfigurationResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface CreateSecurityConfigurationCommandInput
19
19
  extends CreateSecurityConfigurationRequest {}
20
20
  export interface CreateSecurityConfigurationCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  CreateSessionRequest,
16
16
  CreateSessionResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface CreateSessionCommandInput extends CreateSessionRequest {}
19
19
  export interface CreateSessionCommandOutput
20
20
  extends CreateSessionResponse,
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../GlueClient";
14
- import { CreateTableRequest, CreateTableResponse } from "../models/models_0";
14
+ import { CreateTableRequest, CreateTableResponse } from "../models/models_1";
15
15
  export interface CreateTableCommandInput extends CreateTableRequest {}
16
16
  export interface CreateTableCommandOutput
17
17
  extends CreateTableResponse,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  CreateTriggerRequest,
16
16
  CreateTriggerResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface CreateTriggerCommandInput extends CreateTriggerRequest {}
19
19
  export interface CreateTriggerCommandOutput
20
20
  extends CreateTriggerResponse,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  CreateUserDefinedFunctionRequest,
16
16
  CreateUserDefinedFunctionResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface CreateUserDefinedFunctionCommandInput
19
19
  extends CreateUserDefinedFunctionRequest {}
20
20
  export interface CreateUserDefinedFunctionCommandOutput
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ GlueClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../GlueClient";
14
+ import {
15
+ DeleteDataQualityRulesetRequest,
16
+ DeleteDataQualityRulesetResponse,
17
+ } from "../models/models_1";
18
+ export interface DeleteDataQualityRulesetCommandInput
19
+ extends DeleteDataQualityRulesetRequest {}
20
+ export interface DeleteDataQualityRulesetCommandOutput
21
+ extends DeleteDataQualityRulesetResponse,
22
+ __MetadataBearer {}
23
+ export declare class DeleteDataQualityRulesetCommand extends $Command<
24
+ DeleteDataQualityRulesetCommandInput,
25
+ DeleteDataQualityRulesetCommandOutput,
26
+ GlueClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteDataQualityRulesetCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DeleteDataQualityRulesetCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlueClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteDataQualityRulesetCommandInput,
37
+ DeleteDataQualityRulesetCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ GlueClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../GlueClient";
14
+ import {
15
+ GetDataQualityResultRequest,
16
+ GetDataQualityResultResponse,
17
+ } from "../models/models_1";
18
+ export interface GetDataQualityResultCommandInput
19
+ extends GetDataQualityResultRequest {}
20
+ export interface GetDataQualityResultCommandOutput
21
+ extends GetDataQualityResultResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetDataQualityResultCommand extends $Command<
24
+ GetDataQualityResultCommandInput,
25
+ GetDataQualityResultCommandOutput,
26
+ GlueClientResolvedConfig
27
+ > {
28
+ readonly input: GetDataQualityResultCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetDataQualityResultCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlueClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetDataQualityResultCommandInput,
37
+ GetDataQualityResultCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ GlueClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../GlueClient";
14
+ import {
15
+ GetDataQualityRuleRecommendationRunRequest,
16
+ GetDataQualityRuleRecommendationRunResponse,
17
+ } from "../models/models_1";
18
+ export interface GetDataQualityRuleRecommendationRunCommandInput
19
+ extends GetDataQualityRuleRecommendationRunRequest {}
20
+ export interface GetDataQualityRuleRecommendationRunCommandOutput
21
+ extends GetDataQualityRuleRecommendationRunResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetDataQualityRuleRecommendationRunCommand extends $Command<
24
+ GetDataQualityRuleRecommendationRunCommandInput,
25
+ GetDataQualityRuleRecommendationRunCommandOutput,
26
+ GlueClientResolvedConfig
27
+ > {
28
+ readonly input: GetDataQualityRuleRecommendationRunCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetDataQualityRuleRecommendationRunCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlueClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetDataQualityRuleRecommendationRunCommandInput,
37
+ GetDataQualityRuleRecommendationRunCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ GlueClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../GlueClient";
14
+ import {
15
+ GetDataQualityRulesetRequest,
16
+ GetDataQualityRulesetResponse,
17
+ } from "../models/models_1";
18
+ export interface GetDataQualityRulesetCommandInput
19
+ extends GetDataQualityRulesetRequest {}
20
+ export interface GetDataQualityRulesetCommandOutput
21
+ extends GetDataQualityRulesetResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetDataQualityRulesetCommand extends $Command<
24
+ GetDataQualityRulesetCommandInput,
25
+ GetDataQualityRulesetCommandOutput,
26
+ GlueClientResolvedConfig
27
+ > {
28
+ readonly input: GetDataQualityRulesetCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetDataQualityRulesetCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlueClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetDataQualityRulesetCommandInput,
37
+ GetDataQualityRulesetCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ GlueClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../GlueClient";
14
+ import {
15
+ GetDataQualityRulesetEvaluationRunRequest,
16
+ GetDataQualityRulesetEvaluationRunResponse,
17
+ } from "../models/models_1";
18
+ export interface GetDataQualityRulesetEvaluationRunCommandInput
19
+ extends GetDataQualityRulesetEvaluationRunRequest {}
20
+ export interface GetDataQualityRulesetEvaluationRunCommandOutput
21
+ extends GetDataQualityRulesetEvaluationRunResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetDataQualityRulesetEvaluationRunCommand extends $Command<
24
+ GetDataQualityRulesetEvaluationRunCommandInput,
25
+ GetDataQualityRulesetEvaluationRunCommandOutput,
26
+ GlueClientResolvedConfig
27
+ > {
28
+ readonly input: GetDataQualityRulesetEvaluationRunCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetDataQualityRulesetEvaluationRunCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlueClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetDataQualityRulesetEvaluationRunCommandInput,
37
+ GetDataQualityRulesetEvaluationRunCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ GlueClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../GlueClient";
14
+ import {
15
+ ListDataQualityResultsRequest,
16
+ ListDataQualityResultsResponse,
17
+ } from "../models/models_2";
18
+ export interface ListDataQualityResultsCommandInput
19
+ extends ListDataQualityResultsRequest {}
20
+ export interface ListDataQualityResultsCommandOutput
21
+ extends ListDataQualityResultsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListDataQualityResultsCommand extends $Command<
24
+ ListDataQualityResultsCommandInput,
25
+ ListDataQualityResultsCommandOutput,
26
+ GlueClientResolvedConfig
27
+ > {
28
+ readonly input: ListDataQualityResultsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListDataQualityResultsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlueClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListDataQualityResultsCommandInput,
37
+ ListDataQualityResultsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ GlueClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../GlueClient";
14
+ import {
15
+ ListDataQualityRuleRecommendationRunsRequest,
16
+ ListDataQualityRuleRecommendationRunsResponse,
17
+ } from "../models/models_2";
18
+ export interface ListDataQualityRuleRecommendationRunsCommandInput
19
+ extends ListDataQualityRuleRecommendationRunsRequest {}
20
+ export interface ListDataQualityRuleRecommendationRunsCommandOutput
21
+ extends ListDataQualityRuleRecommendationRunsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListDataQualityRuleRecommendationRunsCommand extends $Command<
24
+ ListDataQualityRuleRecommendationRunsCommandInput,
25
+ ListDataQualityRuleRecommendationRunsCommandOutput,
26
+ GlueClientResolvedConfig
27
+ > {
28
+ readonly input: ListDataQualityRuleRecommendationRunsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListDataQualityRuleRecommendationRunsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlueClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListDataQualityRuleRecommendationRunsCommandInput,
37
+ ListDataQualityRuleRecommendationRunsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ GlueClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../GlueClient";
14
+ import {
15
+ ListDataQualityRulesetEvaluationRunsRequest,
16
+ ListDataQualityRulesetEvaluationRunsResponse,
17
+ } from "../models/models_2";
18
+ export interface ListDataQualityRulesetEvaluationRunsCommandInput
19
+ extends ListDataQualityRulesetEvaluationRunsRequest {}
20
+ export interface ListDataQualityRulesetEvaluationRunsCommandOutput
21
+ extends ListDataQualityRulesetEvaluationRunsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListDataQualityRulesetEvaluationRunsCommand extends $Command<
24
+ ListDataQualityRulesetEvaluationRunsCommandInput,
25
+ ListDataQualityRulesetEvaluationRunsCommandOutput,
26
+ GlueClientResolvedConfig
27
+ > {
28
+ readonly input: ListDataQualityRulesetEvaluationRunsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListDataQualityRulesetEvaluationRunsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlueClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListDataQualityRulesetEvaluationRunsCommandInput,
37
+ ListDataQualityRulesetEvaluationRunsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ GlueClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../GlueClient";
14
+ import {
15
+ ListDataQualityRulesetsRequest,
16
+ ListDataQualityRulesetsResponse,
17
+ } from "../models/models_2";
18
+ export interface ListDataQualityRulesetsCommandInput
19
+ extends ListDataQualityRulesetsRequest {}
20
+ export interface ListDataQualityRulesetsCommandOutput
21
+ extends ListDataQualityRulesetsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListDataQualityRulesetsCommand extends $Command<
24
+ ListDataQualityRulesetsCommandInput,
25
+ ListDataQualityRulesetsCommandOutput,
26
+ GlueClientResolvedConfig
27
+ > {
28
+ readonly input: ListDataQualityRulesetsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListDataQualityRulesetsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlueClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListDataQualityRulesetsCommandInput,
37
+ ListDataQualityRulesetsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ListDevEndpointsRequest,
16
16
  ListDevEndpointsResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export interface ListDevEndpointsCommandInput extends ListDevEndpointsRequest {}
19
19
  export interface ListDevEndpointsCommandOutput
20
20
  extends ListDevEndpointsResponse,
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../GlueClient";
14
- import { ListJobsRequest, ListJobsResponse } from "../models/models_1";
14
+ import { ListJobsRequest, ListJobsResponse } from "../models/models_2";
15
15
  export interface ListJobsCommandInput extends ListJobsRequest {}
16
16
  export interface ListJobsCommandOutput
17
17
  extends ListJobsResponse,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ListMLTransformsRequest,
16
16
  ListMLTransformsResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export interface ListMLTransformsCommandInput extends ListMLTransformsRequest {}
19
19
  export interface ListMLTransformsCommandOutput
20
20
  extends ListMLTransformsResponse,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ListRegistriesInput,
16
16
  ListRegistriesResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export interface ListRegistriesCommandInput extends ListRegistriesInput {}
19
19
  export interface ListRegistriesCommandOutput
20
20
  extends ListRegistriesResponse,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ListSchemaVersionsInput,
16
16
  ListSchemaVersionsResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export interface ListSchemaVersionsCommandInput
19
19
  extends ListSchemaVersionsInput {}
20
20
  export interface ListSchemaVersionsCommandOutput
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../GlueClient";
14
- import { ListSchemasInput, ListSchemasResponse } from "../models/models_1";
14
+ import { ListSchemasInput, ListSchemasResponse } from "../models/models_2";
15
15
  export interface ListSchemasCommandInput extends ListSchemasInput {}
16
16
  export interface ListSchemasCommandOutput
17
17
  extends ListSchemasResponse,
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../GlueClient";
14
- import { ListSessionsRequest, ListSessionsResponse } from "../models/models_1";
14
+ import { ListSessionsRequest, ListSessionsResponse } from "../models/models_2";
15
15
  export interface ListSessionsCommandInput extends ListSessionsRequest {}
16
16
  export interface ListSessionsCommandOutput
17
17
  extends ListSessionsResponse,