@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.
- package/dist-cjs/Glue.js +240 -0
- package/dist-cjs/commands/BatchGetDataQualityResultCommand.js +46 -0
- package/dist-cjs/commands/CancelDataQualityRuleRecommendationRunCommand.js +46 -0
- package/dist-cjs/commands/CancelDataQualityRulesetEvaluationRunCommand.js +46 -0
- package/dist-cjs/commands/CreateDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +3 -3
- package/dist-cjs/commands/CreateSessionCommand.js +3 -3
- package/dist-cjs/commands/CreateTableCommand.js +3 -3
- package/dist-cjs/commands/CreateTriggerCommand.js +3 -3
- package/dist-cjs/commands/CreateUserDefinedFunctionCommand.js +3 -3
- package/dist-cjs/commands/DeleteDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityResultCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityRuleRecommendationRunCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityRulesetEvaluationRunCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityResultsCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityRuleRecommendationRunsCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityRulesetEvaluationRunsCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityRulesetsCommand.js +46 -0
- package/dist-cjs/commands/ListDevEndpointsCommand.js +3 -3
- package/dist-cjs/commands/ListJobsCommand.js +3 -3
- package/dist-cjs/commands/ListMLTransformsCommand.js +3 -3
- package/dist-cjs/commands/ListRegistriesCommand.js +3 -3
- package/dist-cjs/commands/ListSchemaVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListSchemasCommand.js +3 -3
- package/dist-cjs/commands/ListSessionsCommand.js +3 -3
- package/dist-cjs/commands/ListStatementsCommand.js +3 -3
- package/dist-cjs/commands/ListTriggersCommand.js +3 -3
- package/dist-cjs/commands/ListWorkflowsCommand.js +3 -3
- package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +3 -3
- package/dist-cjs/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-cjs/commands/PutSchemaVersionMetadataCommand.js +3 -3
- package/dist-cjs/commands/PutWorkflowRunPropertiesCommand.js +1 -2
- package/dist-cjs/commands/StartDataQualityRuleRecommendationRunCommand.js +46 -0
- package/dist-cjs/commands/StartDataQualityRulesetEvaluationRunCommand.js +46 -0
- package/dist-cjs/commands/UpdateDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/index.js +16 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_0.js +104 -103
- package/dist-cjs/models/models_1.js +145 -139
- package/dist-cjs/models/models_2.js +223 -3
- package/dist-cjs/pagination/ListDataQualityResultsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDataQualityRulesetsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1653 -129
- package/dist-es/Glue.js +240 -0
- package/dist-es/commands/BatchGetDataQualityResultCommand.js +42 -0
- package/dist-es/commands/CancelDataQualityRuleRecommendationRunCommand.js +42 -0
- package/dist-es/commands/CancelDataQualityRulesetEvaluationRunCommand.js +42 -0
- package/dist-es/commands/CreateDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +1 -1
- package/dist-es/commands/CreateSessionCommand.js +1 -1
- package/dist-es/commands/CreateTableCommand.js +1 -1
- package/dist-es/commands/CreateTriggerCommand.js +1 -1
- package/dist-es/commands/CreateUserDefinedFunctionCommand.js +1 -1
- package/dist-es/commands/DeleteDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/GetDataQualityResultCommand.js +42 -0
- package/dist-es/commands/GetDataQualityRuleRecommendationRunCommand.js +42 -0
- package/dist-es/commands/GetDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/GetDataQualityRulesetEvaluationRunCommand.js +42 -0
- package/dist-es/commands/ListDataQualityResultsCommand.js +42 -0
- package/dist-es/commands/ListDataQualityRuleRecommendationRunsCommand.js +42 -0
- package/dist-es/commands/ListDataQualityRulesetEvaluationRunsCommand.js +42 -0
- package/dist-es/commands/ListDataQualityRulesetsCommand.js +42 -0
- package/dist-es/commands/ListDevEndpointsCommand.js +1 -1
- package/dist-es/commands/ListJobsCommand.js +1 -1
- package/dist-es/commands/ListMLTransformsCommand.js +1 -1
- package/dist-es/commands/ListRegistriesCommand.js +1 -1
- package/dist-es/commands/ListSchemaVersionsCommand.js +1 -1
- package/dist-es/commands/ListSchemasCommand.js +1 -1
- package/dist-es/commands/ListSessionsCommand.js +1 -1
- package/dist-es/commands/ListStatementsCommand.js +1 -1
- package/dist-es/commands/ListTriggersCommand.js +1 -1
- package/dist-es/commands/ListWorkflowsCommand.js +1 -1
- package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +1 -1
- package/dist-es/commands/PutResourcePolicyCommand.js +1 -1
- package/dist-es/commands/PutSchemaVersionMetadataCommand.js +1 -1
- package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +1 -2
- package/dist-es/commands/StartDataQualityRuleRecommendationRunCommand.js +42 -0
- package/dist-es/commands/StartDataQualityRulesetEvaluationRunCommand.js +42 -0
- package/dist-es/commands/UpdateDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/index.js +16 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +80 -78
- package/dist-es/models/models_1.js +109 -102
- package/dist-es/models/models_2.js +167 -0
- package/dist-es/pagination/ListDataQualityResultsPaginator.js +32 -0
- package/dist-es/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +32 -0
- package/dist-es/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +32 -0
- package/dist-es/pagination/ListDataQualityRulesetsPaginator.js +32 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +1610 -119
- package/dist-types/Glue.d.ts +114 -0
- package/dist-types/GlueClient.d.ts +18 -2
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +37 -0
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +37 -0
- package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +39 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTriggerCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityResultsCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +37 -0
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListMLTransformsCommand.d.ts +1 -1
- package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/commands/ListStatementsCommand.d.ts +1 -1
- package/dist-types/commands/ListTriggersCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +1 -1
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +1 -2
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +37 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +16 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +417 -552
- package/dist-types/models/models_1.d.ts +3382 -3180
- package/dist-types/models/models_2.d.ts +1086 -2
- package/dist-types/pagination/ListDataQualityResultsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataQualityRulesetsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +48 -0
- package/dist-types/ts3.4/Glue.d.ts +320 -0
- package/dist-types/ts3.4/GlueClient.d.ts +96 -0
- package/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +16 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +166 -187
- package/dist-types/ts3.4/models/models_1.d.ts +306 -262
- package/dist-types/ts3.4/models/models_2.d.ts +458 -3
- package/dist-types/ts3.4/pagination/ListDataQualityResultsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataQualityRulesetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +192 -0
- 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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
14
|
+
import { ListSessionsRequest, ListSessionsResponse } from "../models/models_2";
|
|
15
15
|
export interface ListSessionsCommandInput extends ListSessionsRequest {}
|
|
16
16
|
export interface ListSessionsCommandOutput
|
|
17
17
|
extends ListSessionsResponse,
|