@aws-sdk/client-glue 3.181.0 → 3.183.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/CHANGELOG.md +8 -0
- package/dist-es/Glue.js +738 -745
- package/dist-es/GlueClient.js +22 -28
- package/dist-es/commands/BatchCreatePartitionCommand.js +21 -28
- package/dist-es/commands/BatchDeleteConnectionCommand.js +21 -28
- package/dist-es/commands/BatchDeletePartitionCommand.js +21 -28
- package/dist-es/commands/BatchDeleteTableCommand.js +21 -28
- package/dist-es/commands/BatchDeleteTableVersionCommand.js +21 -28
- package/dist-es/commands/BatchGetBlueprintsCommand.js +21 -28
- package/dist-es/commands/BatchGetCrawlersCommand.js +21 -28
- package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +21 -28
- package/dist-es/commands/BatchGetDevEndpointsCommand.js +21 -28
- package/dist-es/commands/BatchGetJobsCommand.js +21 -28
- package/dist-es/commands/BatchGetPartitionCommand.js +21 -28
- package/dist-es/commands/BatchGetTriggersCommand.js +21 -28
- package/dist-es/commands/BatchGetWorkflowsCommand.js +21 -28
- package/dist-es/commands/BatchStopJobRunCommand.js +21 -28
- package/dist-es/commands/BatchUpdatePartitionCommand.js +21 -28
- package/dist-es/commands/CancelMLTaskRunCommand.js +21 -28
- package/dist-es/commands/CancelStatementCommand.js +21 -28
- package/dist-es/commands/CheckSchemaVersionValidityCommand.js +21 -28
- package/dist-es/commands/CreateBlueprintCommand.js +21 -28
- package/dist-es/commands/CreateClassifierCommand.js +21 -28
- package/dist-es/commands/CreateConnectionCommand.js +21 -28
- package/dist-es/commands/CreateCrawlerCommand.js +21 -28
- package/dist-es/commands/CreateCustomEntityTypeCommand.js +21 -28
- package/dist-es/commands/CreateDatabaseCommand.js +21 -28
- package/dist-es/commands/CreateDevEndpointCommand.js +21 -28
- package/dist-es/commands/CreateJobCommand.js +21 -28
- package/dist-es/commands/CreateMLTransformCommand.js +21 -28
- package/dist-es/commands/CreatePartitionCommand.js +21 -28
- package/dist-es/commands/CreatePartitionIndexCommand.js +21 -28
- package/dist-es/commands/CreateRegistryCommand.js +21 -28
- package/dist-es/commands/CreateSchemaCommand.js +21 -28
- package/dist-es/commands/CreateScriptCommand.js +21 -28
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +21 -28
- package/dist-es/commands/CreateSessionCommand.js +21 -28
- package/dist-es/commands/CreateTableCommand.js +21 -28
- package/dist-es/commands/CreateTriggerCommand.js +21 -28
- package/dist-es/commands/CreateUserDefinedFunctionCommand.js +21 -28
- package/dist-es/commands/CreateWorkflowCommand.js +21 -28
- package/dist-es/commands/DeleteBlueprintCommand.js +21 -28
- package/dist-es/commands/DeleteClassifierCommand.js +21 -28
- package/dist-es/commands/DeleteColumnStatisticsForPartitionCommand.js +21 -28
- package/dist-es/commands/DeleteColumnStatisticsForTableCommand.js +21 -28
- package/dist-es/commands/DeleteConnectionCommand.js +21 -28
- package/dist-es/commands/DeleteCrawlerCommand.js +21 -28
- package/dist-es/commands/DeleteCustomEntityTypeCommand.js +21 -28
- package/dist-es/commands/DeleteDatabaseCommand.js +21 -28
- package/dist-es/commands/DeleteDevEndpointCommand.js +21 -28
- package/dist-es/commands/DeleteJobCommand.js +21 -28
- package/dist-es/commands/DeleteMLTransformCommand.js +21 -28
- package/dist-es/commands/DeletePartitionCommand.js +21 -28
- package/dist-es/commands/DeletePartitionIndexCommand.js +21 -28
- package/dist-es/commands/DeleteRegistryCommand.js +21 -28
- package/dist-es/commands/DeleteResourcePolicyCommand.js +21 -28
- package/dist-es/commands/DeleteSchemaCommand.js +21 -28
- package/dist-es/commands/DeleteSchemaVersionsCommand.js +21 -28
- package/dist-es/commands/DeleteSecurityConfigurationCommand.js +21 -28
- package/dist-es/commands/DeleteSessionCommand.js +21 -28
- package/dist-es/commands/DeleteTableCommand.js +21 -28
- package/dist-es/commands/DeleteTableVersionCommand.js +21 -28
- package/dist-es/commands/DeleteTriggerCommand.js +21 -28
- package/dist-es/commands/DeleteUserDefinedFunctionCommand.js +21 -28
- package/dist-es/commands/DeleteWorkflowCommand.js +21 -28
- package/dist-es/commands/GetBlueprintCommand.js +21 -28
- package/dist-es/commands/GetBlueprintRunCommand.js +21 -28
- package/dist-es/commands/GetBlueprintRunsCommand.js +21 -28
- package/dist-es/commands/GetCatalogImportStatusCommand.js +21 -28
- package/dist-es/commands/GetClassifierCommand.js +21 -28
- package/dist-es/commands/GetClassifiersCommand.js +21 -28
- package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +21 -28
- package/dist-es/commands/GetColumnStatisticsForTableCommand.js +21 -28
- package/dist-es/commands/GetConnectionCommand.js +21 -28
- package/dist-es/commands/GetConnectionsCommand.js +21 -28
- package/dist-es/commands/GetCrawlerCommand.js +21 -28
- package/dist-es/commands/GetCrawlerMetricsCommand.js +21 -28
- package/dist-es/commands/GetCrawlersCommand.js +21 -28
- package/dist-es/commands/GetCustomEntityTypeCommand.js +21 -28
- package/dist-es/commands/GetDataCatalogEncryptionSettingsCommand.js +21 -28
- package/dist-es/commands/GetDatabaseCommand.js +21 -28
- package/dist-es/commands/GetDatabasesCommand.js +21 -28
- package/dist-es/commands/GetDataflowGraphCommand.js +21 -28
- package/dist-es/commands/GetDevEndpointCommand.js +21 -28
- package/dist-es/commands/GetDevEndpointsCommand.js +21 -28
- package/dist-es/commands/GetJobBookmarkCommand.js +21 -28
- package/dist-es/commands/GetJobCommand.js +21 -28
- package/dist-es/commands/GetJobRunCommand.js +21 -28
- package/dist-es/commands/GetJobRunsCommand.js +21 -28
- package/dist-es/commands/GetJobsCommand.js +21 -28
- package/dist-es/commands/GetMLTaskRunCommand.js +21 -28
- package/dist-es/commands/GetMLTaskRunsCommand.js +21 -28
- package/dist-es/commands/GetMLTransformCommand.js +21 -28
- package/dist-es/commands/GetMLTransformsCommand.js +21 -28
- package/dist-es/commands/GetMappingCommand.js +21 -28
- package/dist-es/commands/GetPartitionCommand.js +21 -28
- package/dist-es/commands/GetPartitionIndexesCommand.js +21 -28
- package/dist-es/commands/GetPartitionsCommand.js +21 -28
- package/dist-es/commands/GetPlanCommand.js +21 -28
- package/dist-es/commands/GetRegistryCommand.js +21 -28
- package/dist-es/commands/GetResourcePoliciesCommand.js +21 -28
- package/dist-es/commands/GetResourcePolicyCommand.js +21 -28
- package/dist-es/commands/GetSchemaByDefinitionCommand.js +21 -28
- package/dist-es/commands/GetSchemaCommand.js +21 -28
- package/dist-es/commands/GetSchemaVersionCommand.js +21 -28
- package/dist-es/commands/GetSchemaVersionsDiffCommand.js +21 -28
- package/dist-es/commands/GetSecurityConfigurationCommand.js +21 -28
- package/dist-es/commands/GetSecurityConfigurationsCommand.js +21 -28
- package/dist-es/commands/GetSessionCommand.js +21 -28
- package/dist-es/commands/GetStatementCommand.js +21 -28
- package/dist-es/commands/GetTableCommand.js +21 -28
- package/dist-es/commands/GetTableVersionCommand.js +21 -28
- package/dist-es/commands/GetTableVersionsCommand.js +21 -28
- package/dist-es/commands/GetTablesCommand.js +21 -28
- package/dist-es/commands/GetTagsCommand.js +21 -28
- package/dist-es/commands/GetTriggerCommand.js +21 -28
- package/dist-es/commands/GetTriggersCommand.js +21 -28
- package/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +21 -28
- package/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +21 -28
- package/dist-es/commands/GetUnfilteredTableMetadataCommand.js +21 -28
- package/dist-es/commands/GetUserDefinedFunctionCommand.js +21 -28
- package/dist-es/commands/GetUserDefinedFunctionsCommand.js +21 -28
- package/dist-es/commands/GetWorkflowCommand.js +21 -28
- package/dist-es/commands/GetWorkflowRunCommand.js +21 -28
- package/dist-es/commands/GetWorkflowRunPropertiesCommand.js +21 -28
- package/dist-es/commands/GetWorkflowRunsCommand.js +21 -28
- package/dist-es/commands/ImportCatalogToGlueCommand.js +21 -28
- package/dist-es/commands/ListBlueprintsCommand.js +21 -28
- package/dist-es/commands/ListCrawlersCommand.js +21 -28
- package/dist-es/commands/ListCrawlsCommand.js +21 -28
- package/dist-es/commands/ListCustomEntityTypesCommand.js +21 -28
- package/dist-es/commands/ListDevEndpointsCommand.js +21 -28
- package/dist-es/commands/ListJobsCommand.js +21 -28
- package/dist-es/commands/ListMLTransformsCommand.js +21 -28
- package/dist-es/commands/ListRegistriesCommand.js +21 -28
- package/dist-es/commands/ListSchemaVersionsCommand.js +21 -28
- package/dist-es/commands/ListSchemasCommand.js +21 -28
- package/dist-es/commands/ListSessionsCommand.js +21 -28
- package/dist-es/commands/ListStatementsCommand.js +21 -28
- package/dist-es/commands/ListTriggersCommand.js +21 -28
- package/dist-es/commands/ListWorkflowsCommand.js +21 -28
- package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +21 -28
- package/dist-es/commands/PutResourcePolicyCommand.js +21 -28
- package/dist-es/commands/PutSchemaVersionMetadataCommand.js +21 -28
- package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +21 -28
- package/dist-es/commands/QuerySchemaVersionMetadataCommand.js +21 -28
- package/dist-es/commands/RegisterSchemaVersionCommand.js +21 -28
- package/dist-es/commands/RemoveSchemaVersionMetadataCommand.js +21 -28
- package/dist-es/commands/ResetJobBookmarkCommand.js +21 -28
- package/dist-es/commands/ResumeWorkflowRunCommand.js +21 -28
- package/dist-es/commands/RunStatementCommand.js +21 -28
- package/dist-es/commands/SearchTablesCommand.js +21 -28
- package/dist-es/commands/StartBlueprintRunCommand.js +21 -28
- package/dist-es/commands/StartCrawlerCommand.js +21 -28
- package/dist-es/commands/StartCrawlerScheduleCommand.js +21 -28
- package/dist-es/commands/StartExportLabelsTaskRunCommand.js +21 -28
- package/dist-es/commands/StartImportLabelsTaskRunCommand.js +21 -28
- package/dist-es/commands/StartJobRunCommand.js +21 -28
- package/dist-es/commands/StartMLEvaluationTaskRunCommand.js +21 -28
- package/dist-es/commands/StartMLLabelingSetGenerationTaskRunCommand.js +21 -28
- package/dist-es/commands/StartTriggerCommand.js +21 -28
- package/dist-es/commands/StartWorkflowRunCommand.js +21 -28
- package/dist-es/commands/StopCrawlerCommand.js +21 -28
- package/dist-es/commands/StopCrawlerScheduleCommand.js +21 -28
- package/dist-es/commands/StopSessionCommand.js +21 -28
- package/dist-es/commands/StopTriggerCommand.js +21 -28
- package/dist-es/commands/StopWorkflowRunCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateBlueprintCommand.js +21 -28
- package/dist-es/commands/UpdateClassifierCommand.js +21 -28
- package/dist-es/commands/UpdateColumnStatisticsForPartitionCommand.js +21 -28
- package/dist-es/commands/UpdateColumnStatisticsForTableCommand.js +21 -28
- package/dist-es/commands/UpdateConnectionCommand.js +21 -28
- package/dist-es/commands/UpdateCrawlerCommand.js +21 -28
- package/dist-es/commands/UpdateCrawlerScheduleCommand.js +21 -28
- package/dist-es/commands/UpdateDatabaseCommand.js +21 -28
- package/dist-es/commands/UpdateDevEndpointCommand.js +21 -28
- package/dist-es/commands/UpdateJobCommand.js +21 -28
- package/dist-es/commands/UpdateMLTransformCommand.js +21 -28
- package/dist-es/commands/UpdatePartitionCommand.js +21 -28
- package/dist-es/commands/UpdateRegistryCommand.js +21 -28
- package/dist-es/commands/UpdateSchemaCommand.js +21 -28
- package/dist-es/commands/UpdateTableCommand.js +21 -28
- package/dist-es/commands/UpdateTriggerCommand.js +21 -28
- package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +21 -28
- package/dist-es/commands/UpdateWorkflowCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/GlueServiceException.js +5 -10
- package/dist-es/models/models_0.js +870 -403
- package/dist-es/models/models_1.js +885 -336
- package/dist-es/models/models_2.js +430 -222
- package/dist-es/pagination/GetBlueprintRunsPaginator.js +25 -68
- package/dist-es/pagination/GetClassifiersPaginator.js +25 -68
- package/dist-es/pagination/GetConnectionsPaginator.js +25 -68
- package/dist-es/pagination/GetCrawlerMetricsPaginator.js +25 -68
- package/dist-es/pagination/GetCrawlersPaginator.js +25 -68
- package/dist-es/pagination/GetDatabasesPaginator.js +25 -68
- package/dist-es/pagination/GetDevEndpointsPaginator.js +25 -68
- package/dist-es/pagination/GetJobRunsPaginator.js +25 -68
- package/dist-es/pagination/GetJobsPaginator.js +25 -68
- package/dist-es/pagination/GetMLTaskRunsPaginator.js +25 -68
- package/dist-es/pagination/GetMLTransformsPaginator.js +25 -68
- package/dist-es/pagination/GetPartitionIndexesPaginator.js +24 -67
- package/dist-es/pagination/GetPartitionsPaginator.js +25 -68
- package/dist-es/pagination/GetResourcePoliciesPaginator.js +25 -68
- package/dist-es/pagination/GetSecurityConfigurationsPaginator.js +25 -68
- package/dist-es/pagination/GetTableVersionsPaginator.js +25 -68
- package/dist-es/pagination/GetTablesPaginator.js +25 -68
- package/dist-es/pagination/GetTriggersPaginator.js +25 -68
- package/dist-es/pagination/GetUnfilteredPartitionsMetadataPaginator.js +25 -68
- package/dist-es/pagination/GetUserDefinedFunctionsPaginator.js +25 -68
- package/dist-es/pagination/GetWorkflowRunsPaginator.js +25 -68
- package/dist-es/pagination/ListBlueprintsPaginator.js +25 -68
- package/dist-es/pagination/ListCrawlersPaginator.js +25 -68
- package/dist-es/pagination/ListCustomEntityTypesPaginator.js +25 -68
- package/dist-es/pagination/ListDevEndpointsPaginator.js +25 -68
- package/dist-es/pagination/ListJobsPaginator.js +25 -68
- package/dist-es/pagination/ListMLTransformsPaginator.js +25 -68
- package/dist-es/pagination/ListRegistriesPaginator.js +25 -68
- package/dist-es/pagination/ListSchemaVersionsPaginator.js +25 -68
- package/dist-es/pagination/ListSchemasPaginator.js +25 -68
- package/dist-es/pagination/ListSessionsPaginator.js +25 -68
- package/dist-es/pagination/ListTriggersPaginator.js +25 -68
- package/dist-es/pagination/ListWorkflowsPaginator.js +25 -68
- package/dist-es/pagination/SearchTablesPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +14173 -16789
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { GetMLTransformRequestFilterSensitiveLog, GetMLTransformResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
4
|
import { deserializeAws_json1_1GetMLTransformCommand, serializeAws_json1_1GetMLTransformCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class GetMLTransformCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "GlueClient";
|
|
15
|
+
const commandName = "GetMLTransformCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: GetMLTransformRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: GetMLTransformResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
GetMLTransformCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1GetMLTransformCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1GetMLTransformCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { GetMLTransformCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { GetMLTransformsRequestFilterSensitiveLog, GetMLTransformsResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
4
|
import { deserializeAws_json1_1GetMLTransformsCommand, serializeAws_json1_1GetMLTransformsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class GetMLTransformsCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "GlueClient";
|
|
15
|
+
const commandName = "GetMLTransformsCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: GetMLTransformsRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: GetMLTransformsResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
GetMLTransformsCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1GetMLTransformsCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1GetMLTransformsCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { GetMLTransformsCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { GetMappingRequestFilterSensitiveLog, GetMappingResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
4
|
import { deserializeAws_json1_1GetMappingCommand, serializeAws_json1_1GetMappingCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class GetMappingCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "GlueClient";
|
|
15
|
+
const commandName = "GetMappingCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: GetMappingRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: GetMappingResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
GetMappingCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1GetMappingCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1GetMappingCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { GetMappingCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { GetPartitionRequestFilterSensitiveLog, GetPartitionResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
4
|
import { deserializeAws_json1_1GetPartitionCommand, serializeAws_json1_1GetPartitionCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class GetPartitionCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "GlueClient";
|
|
15
|
+
const commandName = "GetPartitionCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: GetPartitionRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: GetPartitionResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
GetPartitionCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1GetPartitionCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1GetPartitionCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { GetPartitionCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { GetPartitionIndexesRequestFilterSensitiveLog, GetPartitionIndexesResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
4
|
import { deserializeAws_json1_1GetPartitionIndexesCommand, serializeAws_json1_1GetPartitionIndexesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class GetPartitionIndexesCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "GlueClient";
|
|
15
|
+
const commandName = "GetPartitionIndexesCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: GetPartitionIndexesRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: GetPartitionIndexesResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
GetPartitionIndexesCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1GetPartitionIndexesCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1GetPartitionIndexesCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { GetPartitionIndexesCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { GetPartitionsRequestFilterSensitiveLog, GetPartitionsResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
4
|
import { deserializeAws_json1_1GetPartitionsCommand, serializeAws_json1_1GetPartitionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class GetPartitionsCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "GlueClient";
|
|
15
|
+
const commandName = "GetPartitionsCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: GetPartitionsRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: GetPartitionsResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
GetPartitionsCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1GetPartitionsCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1GetPartitionsCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { GetPartitionsCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { GetPlanRequestFilterSensitiveLog, GetPlanResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
4
|
import { deserializeAws_json1_1GetPlanCommand, serializeAws_json1_1GetPlanCommand } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class GetPlanCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "GlueClient";
|
|
15
|
+
const commandName = "GetPlanCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: GetPlanRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: GetPlanResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
GetPlanCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1GetPlanCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1GetPlanCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { GetPlanCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { GetRegistryInputFilterSensitiveLog, GetRegistryResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
4
|
import { deserializeAws_json1_1GetRegistryCommand, serializeAws_json1_1GetRegistryCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class GetRegistryCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "GlueClient";
|
|
15
|
+
const commandName = "GetRegistryCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: GetRegistryInputFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: GetRegistryResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
GetRegistryCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1GetRegistryCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1GetRegistryCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { GetRegistryCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { GetResourcePoliciesRequestFilterSensitiveLog, GetResourcePoliciesResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
4
|
import { deserializeAws_json1_1GetResourcePoliciesCommand, serializeAws_json1_1GetResourcePoliciesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class GetResourcePoliciesCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "GlueClient";
|
|
15
|
+
const commandName = "GetResourcePoliciesCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: GetResourcePoliciesRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: GetResourcePoliciesResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
GetResourcePoliciesCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1GetResourcePoliciesCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1GetResourcePoliciesCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { GetResourcePoliciesCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { GetResourcePolicyRequestFilterSensitiveLog, GetResourcePolicyResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
4
|
import { deserializeAws_json1_1GetResourcePolicyCommand, serializeAws_json1_1GetResourcePolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class GetResourcePolicyCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "GlueClient";
|
|
15
|
+
const commandName = "GetResourcePolicyCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: GetResourcePolicyRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: GetResourcePolicyResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
GetResourcePolicyCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_json1_1GetResourcePolicyCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_json1_1GetResourcePolicyCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { GetResourcePolicyCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|