@aws-sdk/client-glue 3.376.0 → 3.378.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/models/models_0.js +1 -4
- package/dist-cjs/models/models_1.js +4 -15
- package/dist-cjs/models/models_2.js +15 -1
- package/dist-cjs/protocols/Aws_json1_1.js +5 -1
- package/dist-es/models/models_0.js +0 -3
- package/dist-es/models/models_1.js +3 -13
- package/dist-es/models/models_2.js +13 -0
- package/dist-es/protocols/Aws_json1_1.js +6 -2
- package/dist-types/commands/BatchGetJobsCommand.d.ts +56 -0
- package/dist-types/commands/CreateJobCommand.d.ts +57 -1
- package/dist-types/commands/GetJobCommand.d.ts +56 -0
- package/dist-types/commands/GetJobsCommand.d.ts +56 -0
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +2 -1
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +1 -2
- package/dist-types/commands/UpdateJobCommand.d.ts +56 -0
- package/dist-types/models/models_0.d.ts +143 -57
- package/dist-types/models/models_1.d.ts +57 -178
- package/dist-types/models/models_2.d.ts +187 -2
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +33 -13
- package/dist-types/ts3.4/models/models_1.d.ts +13 -29
- package/dist-types/ts3.4/models/models_2.d.ts +32 -0
- package/package.json +35 -35
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.InvalidStateException = exports.FederationSourceRetryableException = exports.FederationSourceException = exports.FederationSourceErrorCode = exports.SourceControlProvider = exports.SourceControlAuthStrategy = exports.ExecutionClass = exports.UnionType = exports.HudiTargetCompressionType = exports.ParquetCompressionType = exports.TargetFormat = exports.DeltaTargetCompressionType = exports.Separator = exports.QuoteChar = exports.CompressionType = exports.PiiType = exports.JoinType = exports.GlueRecordType = exports.JDBCDataType = exports.UpdateCatalogBehavior = exports.FilterLogicalOperator = exports.FilterValueType = exports.FilterOperation = exports.DQStopJobOnFailureTiming = exports.DQTransformOutput = exports.ParamType = exports.JDBCConnectionType = exports.StartingPosition = exports.WorkerType = exports.DataQualityRuleResultStatus = exports.JdbcMetadataEntry = exports.CrawlerState = exports.UpdateBehavior = exports.DeleteBehavior = exports.ScheduleState = exports.RecrawlBehavior = exports.CrawlerLineageSettings = exports.LastCrawlStatus = exports.BlueprintStatus = exports.ResourceNotReadyException = exports.ResourceNumberLimitExceededException = exports.OperationTimeoutException = exports.InvalidInputException = exports.InternalServiceException = exports.GlueEncryptionException = exports.EntityNotFoundException = exports.AlreadyExistsException = exports.AggFunction = exports.AdditionalOptionKeys = exports.AccessDeniedException = void 0;
|
|
4
|
-
exports.
|
|
4
|
+
exports.ValidationException = exports.FederatedResourceAlreadyExistsException = exports.Permission = exports.ConcurrentModificationException = exports.IdempotentParameterMismatchException = exports.ConnectionType = exports.ConnectionPropertyKey = exports.CsvHeaderOption = exports.DataFormat = exports.IllegalSessionStateException = exports.TaskStatusType = exports.WorkflowRunStatus = exports.NodeType = exports.TriggerType = exports.TriggerState = exports.Logical = exports.JobRunState = exports.LogicalOperator = exports.CrawlState = void 0;
|
|
5
5
|
const GlueServiceException_1 = require("./GlueServiceException");
|
|
6
6
|
class AccessDeniedException extends GlueServiceException_1.GlueServiceException {
|
|
7
7
|
constructor(opts) {
|
|
@@ -631,6 +631,3 @@ class ValidationException extends GlueServiceException_1.GlueServiceException {
|
|
|
631
631
|
}
|
|
632
632
|
}
|
|
633
633
|
exports.ValidationException = ValidationException;
|
|
634
|
-
exports.TransformType = {
|
|
635
|
-
FIND_MATCHES: "FIND_MATCHES",
|
|
636
|
-
};
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.PermissionType = exports.StatementState = exports.SchemaDiffType = exports.PartitionIndexStatus = exports.BackfillErrorCode = exports.TransformSortColumnType = exports.TransformStatusType = exports.SortDirectionType = exports.TaskRunSortColumnType = exports.TaskType = exports.CatalogEncryptionMode = exports.ResourceShareType = exports.ColumnStatisticsType = exports.BlueprintRunState = exports.ConditionCheckFailureException = exports.RegistryStatus = exports.ConflictException = exports.SchedulerTransitioningException = exports.CrawlerRunningException = exports.ResourceType = exports.PrincipalType = exports.MetadataOperation = exports.SessionStatus = exports.S3EncryptionMode = exports.JobBookmarksEncryptionMode = exports.CloudWatchEncryptionMode = exports.Language = exports.SchemaVersionStatus = exports.SchemaStatus = exports.Compatibility = exports.MLUserDataEncryptionModeString = exports.TransformType = void 0;
|
|
4
4
|
const GlueServiceException_1 = require("./GlueServiceException");
|
|
5
|
+
exports.TransformType = {
|
|
6
|
+
FIND_MATCHES: "FIND_MATCHES",
|
|
7
|
+
};
|
|
5
8
|
exports.MLUserDataEncryptionModeString = {
|
|
6
9
|
DISABLED: "DISABLED",
|
|
7
10
|
SSEKMS: "SSE-KMS",
|
|
@@ -207,17 +210,3 @@ exports.PermissionType = {
|
|
|
207
210
|
NESTED_CELL_PERMISSION: "NESTED_CELL_PERMISSION",
|
|
208
211
|
NESTED_PERMISSION: "NESTED_PERMISSION",
|
|
209
212
|
};
|
|
210
|
-
class PermissionTypeMismatchException extends GlueServiceException_1.GlueServiceException {
|
|
211
|
-
constructor(opts) {
|
|
212
|
-
super({
|
|
213
|
-
name: "PermissionTypeMismatchException",
|
|
214
|
-
$fault: "client",
|
|
215
|
-
...opts,
|
|
216
|
-
});
|
|
217
|
-
this.name = "PermissionTypeMismatchException";
|
|
218
|
-
this.$fault = "client";
|
|
219
|
-
Object.setPrototypeOf(this, PermissionTypeMismatchException.prototype);
|
|
220
|
-
this.Message = opts.Message;
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
exports.PermissionTypeMismatchException = PermissionTypeMismatchException;
|
|
@@ -1,8 +1,22 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetJobsResponseFilterSensitiveLog = exports.BatchGetJobsResponseFilterSensitiveLog = exports.UpdateJobRequestFilterSensitiveLog = exports.GetJobResponseFilterSensitiveLog = exports.JobUpdateFilterSensitiveLog = exports.JobFilterSensitiveLog = exports.CreateJobRequestFilterSensitiveLog = exports.VersionMismatchException = exports.SchedulerNotRunningException = exports.CrawlerStoppingException = exports.CrawlerNotRunningException = exports.MLTransformNotReadyException = exports.SchedulerRunningException = exports.NoScheduleException = exports.IllegalBlueprintStateException = exports.Sort = exports.Comparator = exports.IllegalWorkflowStateException = exports.ConcurrentRunsExceededException = exports.ExistCondition = exports.EnableHybridValues = exports.CrawlerHistoryState = exports.FilterOperator = exports.FieldName = void 0;
|
|
3
|
+
exports.GetJobsResponseFilterSensitiveLog = exports.BatchGetJobsResponseFilterSensitiveLog = exports.UpdateJobRequestFilterSensitiveLog = exports.GetJobResponseFilterSensitiveLog = exports.JobUpdateFilterSensitiveLog = exports.JobFilterSensitiveLog = exports.CreateJobRequestFilterSensitiveLog = exports.VersionMismatchException = exports.SchedulerNotRunningException = exports.CrawlerStoppingException = exports.CrawlerNotRunningException = exports.MLTransformNotReadyException = exports.SchedulerRunningException = exports.NoScheduleException = exports.IllegalBlueprintStateException = exports.Sort = exports.Comparator = exports.IllegalWorkflowStateException = exports.ConcurrentRunsExceededException = exports.ExistCondition = exports.EnableHybridValues = exports.CrawlerHistoryState = exports.FilterOperator = exports.FieldName = exports.PermissionTypeMismatchException = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const GlueServiceException_1 = require("./GlueServiceException");
|
|
6
|
+
class PermissionTypeMismatchException extends GlueServiceException_1.GlueServiceException {
|
|
7
|
+
constructor(opts) {
|
|
8
|
+
super({
|
|
9
|
+
name: "PermissionTypeMismatchException",
|
|
10
|
+
$fault: "client",
|
|
11
|
+
...opts,
|
|
12
|
+
});
|
|
13
|
+
this.name = "PermissionTypeMismatchException";
|
|
14
|
+
this.$fault = "client";
|
|
15
|
+
Object.setPrototypeOf(this, PermissionTypeMismatchException.prototype);
|
|
16
|
+
this.Message = opts.Message;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.PermissionTypeMismatchException = PermissionTypeMismatchException;
|
|
6
20
|
exports.FieldName = {
|
|
7
21
|
CRAWL_ID: "CRAWL_ID",
|
|
8
22
|
DPU_HOUR: "DPU_HOUR",
|
|
@@ -10492,7 +10492,7 @@ const de_OperationTimeoutExceptionRes = async (parsedOutput, context) => {
|
|
|
10492
10492
|
const de_PermissionTypeMismatchExceptionRes = async (parsedOutput, context) => {
|
|
10493
10493
|
const body = parsedOutput.body;
|
|
10494
10494
|
const deserialized = (0, smithy_client_1._json)(body);
|
|
10495
|
-
const exception = new
|
|
10495
|
+
const exception = new models_2_1.PermissionTypeMismatchException({
|
|
10496
10496
|
$metadata: deserializeMetadata(parsedOutput),
|
|
10497
10497
|
...deserialized,
|
|
10498
10498
|
});
|
|
@@ -10689,6 +10689,8 @@ const se_CodeGenConfigurationNode = (input, context) => {
|
|
|
10689
10689
|
S3ParquetSource: smithy_client_1._json,
|
|
10690
10690
|
SelectFields: smithy_client_1._json,
|
|
10691
10691
|
SelectFromCollection: smithy_client_1._json,
|
|
10692
|
+
SnowflakeSource: smithy_client_1._json,
|
|
10693
|
+
SnowflakeTarget: smithy_client_1._json,
|
|
10692
10694
|
SparkConnectorSource: smithy_client_1._json,
|
|
10693
10695
|
SparkConnectorTarget: smithy_client_1._json,
|
|
10694
10696
|
SparkSQL: smithy_client_1._json,
|
|
@@ -11513,6 +11515,8 @@ const de_CodeGenConfigurationNode = (output, context) => {
|
|
|
11513
11515
|
S3ParquetSource: smithy_client_1._json,
|
|
11514
11516
|
SelectFields: smithy_client_1._json,
|
|
11515
11517
|
SelectFromCollection: smithy_client_1._json,
|
|
11518
|
+
SnowflakeSource: smithy_client_1._json,
|
|
11519
|
+
SnowflakeTarget: smithy_client_1._json,
|
|
11516
11520
|
SparkConnectorSource: smithy_client_1._json,
|
|
11517
11521
|
SparkConnectorTarget: smithy_client_1._json,
|
|
11518
11522
|
SparkSQL: smithy_client_1._json,
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
2
|
+
export const TransformType = {
|
|
3
|
+
FIND_MATCHES: "FIND_MATCHES",
|
|
4
|
+
};
|
|
2
5
|
export const MLUserDataEncryptionModeString = {
|
|
3
6
|
DISABLED: "DISABLED",
|
|
4
7
|
SSEKMS: "SSE-KMS",
|
|
@@ -200,16 +203,3 @@ export const PermissionType = {
|
|
|
200
203
|
NESTED_CELL_PERMISSION: "NESTED_CELL_PERMISSION",
|
|
201
204
|
NESTED_PERMISSION: "NESTED_PERMISSION",
|
|
202
205
|
};
|
|
203
|
-
export class PermissionTypeMismatchException extends __BaseException {
|
|
204
|
-
constructor(opts) {
|
|
205
|
-
super({
|
|
206
|
-
name: "PermissionTypeMismatchException",
|
|
207
|
-
$fault: "client",
|
|
208
|
-
...opts,
|
|
209
|
-
});
|
|
210
|
-
this.name = "PermissionTypeMismatchException";
|
|
211
|
-
this.$fault = "client";
|
|
212
|
-
Object.setPrototypeOf(this, PermissionTypeMismatchException.prototype);
|
|
213
|
-
this.Message = opts.Message;
|
|
214
|
-
}
|
|
215
|
-
}
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
3
|
+
export class PermissionTypeMismatchException extends __BaseException {
|
|
4
|
+
constructor(opts) {
|
|
5
|
+
super({
|
|
6
|
+
name: "PermissionTypeMismatchException",
|
|
7
|
+
$fault: "client",
|
|
8
|
+
...opts,
|
|
9
|
+
});
|
|
10
|
+
this.name = "PermissionTypeMismatchException";
|
|
11
|
+
this.$fault = "client";
|
|
12
|
+
Object.setPrototypeOf(this, PermissionTypeMismatchException.prototype);
|
|
13
|
+
this.Message = opts.Message;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
3
16
|
export const FieldName = {
|
|
4
17
|
CRAWL_ID: "CRAWL_ID",
|
|
5
18
|
DPU_HOUR: "DPU_HOUR",
|
|
@@ -2,8 +2,8 @@ import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
|
2
2
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, limitedParseDouble as __limitedParseDouble, parseEpochTimestamp as __parseEpochTimestamp, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
3
|
import { GlueServiceException as __BaseException } from "../models/GlueServiceException";
|
|
4
4
|
import { AccessDeniedException, AlreadyExistsException, ConcurrentModificationException, EntityNotFoundException, FederatedResourceAlreadyExistsException, FederationSourceException, FederationSourceRetryableException, GlueEncryptionException, IdempotentParameterMismatchException, IllegalSessionStateException, InternalServiceException, InvalidInputException, InvalidStateException, OperationTimeoutException, ResourceNotReadyException, ResourceNumberLimitExceededException, ValidationException, } from "../models/models_0";
|
|
5
|
-
import { ConditionCheckFailureException, ConflictException, CrawlerRunningException,
|
|
6
|
-
import { ConcurrentRunsExceededException, CrawlerNotRunningException, CrawlerStoppingException, IllegalBlueprintStateException, IllegalWorkflowStateException, MLTransformNotReadyException, NoScheduleException, SchedulerNotRunningException, SchedulerRunningException, VersionMismatchException, } from "../models/models_2";
|
|
5
|
+
import { ConditionCheckFailureException, ConflictException, CrawlerRunningException, SchedulerTransitioningException, } from "../models/models_1";
|
|
6
|
+
import { ConcurrentRunsExceededException, CrawlerNotRunningException, CrawlerStoppingException, IllegalBlueprintStateException, IllegalWorkflowStateException, MLTransformNotReadyException, NoScheduleException, PermissionTypeMismatchException, SchedulerNotRunningException, SchedulerRunningException, VersionMismatchException, } from "../models/models_2";
|
|
7
7
|
export const se_BatchCreatePartitionCommand = async (input, context) => {
|
|
8
8
|
const headers = sharedHeaders("BatchCreatePartition");
|
|
9
9
|
let body;
|
|
@@ -10274,6 +10274,8 @@ const se_CodeGenConfigurationNode = (input, context) => {
|
|
|
10274
10274
|
S3ParquetSource: _json,
|
|
10275
10275
|
SelectFields: _json,
|
|
10276
10276
|
SelectFromCollection: _json,
|
|
10277
|
+
SnowflakeSource: _json,
|
|
10278
|
+
SnowflakeTarget: _json,
|
|
10277
10279
|
SparkConnectorSource: _json,
|
|
10278
10280
|
SparkConnectorTarget: _json,
|
|
10279
10281
|
SparkSQL: _json,
|
|
@@ -11098,6 +11100,8 @@ const de_CodeGenConfigurationNode = (output, context) => {
|
|
|
11098
11100
|
S3ParquetSource: _json,
|
|
11099
11101
|
SelectFields: _json,
|
|
11100
11102
|
SelectFromCollection: _json,
|
|
11103
|
+
SnowflakeSource: _json,
|
|
11104
|
+
SnowflakeTarget: _json,
|
|
11101
11105
|
SparkConnectorSource: _json,
|
|
11102
11106
|
SparkConnectorTarget: _json,
|
|
11103
11107
|
SparkSQL: _json,
|
|
@@ -1029,6 +1029,62 @@ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __Metad
|
|
|
1029
1029
|
* // RecipeVersion: "STRING_VALUE", // required
|
|
1030
1030
|
* // },
|
|
1031
1031
|
* // },
|
|
1032
|
+
* // SnowflakeSource: { // SnowflakeSource
|
|
1033
|
+
* // Name: "STRING_VALUE", // required
|
|
1034
|
+
* // Data: { // SnowflakeNodeData
|
|
1035
|
+
* // SourceType: "STRING_VALUE",
|
|
1036
|
+
* // Connection: "<Option>",
|
|
1037
|
+
* // Schema: "STRING_VALUE",
|
|
1038
|
+
* // Table: "STRING_VALUE",
|
|
1039
|
+
* // Database: "STRING_VALUE",
|
|
1040
|
+
* // TempDir: "STRING_VALUE",
|
|
1041
|
+
* // IamRole: "<Option>",
|
|
1042
|
+
* // AdditionalOptions: "<AdditionalOptions>",
|
|
1043
|
+
* // SampleQuery: "STRING_VALUE",
|
|
1044
|
+
* // PreAction: "STRING_VALUE",
|
|
1045
|
+
* // PostAction: "STRING_VALUE",
|
|
1046
|
+
* // Action: "STRING_VALUE",
|
|
1047
|
+
* // Upsert: true || false,
|
|
1048
|
+
* // MergeAction: "STRING_VALUE",
|
|
1049
|
+
* // MergeWhenMatched: "STRING_VALUE",
|
|
1050
|
+
* // MergeWhenNotMatched: "STRING_VALUE",
|
|
1051
|
+
* // MergeClause: "STRING_VALUE",
|
|
1052
|
+
* // StagingTable: "STRING_VALUE",
|
|
1053
|
+
* // SelectedColumns: [
|
|
1054
|
+
* // "<Option>",
|
|
1055
|
+
* // ],
|
|
1056
|
+
* // AutoPushdown: true || false,
|
|
1057
|
+
* // TableSchema: "<OptionList>",
|
|
1058
|
+
* // },
|
|
1059
|
+
* // OutputSchemas: "<GlueSchemas>",
|
|
1060
|
+
* // },
|
|
1061
|
+
* // SnowflakeTarget: { // SnowflakeTarget
|
|
1062
|
+
* // Name: "STRING_VALUE", // required
|
|
1063
|
+
* // Data: {
|
|
1064
|
+
* // SourceType: "STRING_VALUE",
|
|
1065
|
+
* // Connection: "<Option>",
|
|
1066
|
+
* // Schema: "STRING_VALUE",
|
|
1067
|
+
* // Table: "STRING_VALUE",
|
|
1068
|
+
* // Database: "STRING_VALUE",
|
|
1069
|
+
* // TempDir: "STRING_VALUE",
|
|
1070
|
+
* // IamRole: "<Option>",
|
|
1071
|
+
* // AdditionalOptions: "<AdditionalOptions>",
|
|
1072
|
+
* // SampleQuery: "STRING_VALUE",
|
|
1073
|
+
* // PreAction: "STRING_VALUE",
|
|
1074
|
+
* // PostAction: "STRING_VALUE",
|
|
1075
|
+
* // Action: "STRING_VALUE",
|
|
1076
|
+
* // Upsert: true || false,
|
|
1077
|
+
* // MergeAction: "STRING_VALUE",
|
|
1078
|
+
* // MergeWhenMatched: "STRING_VALUE",
|
|
1079
|
+
* // MergeWhenNotMatched: "STRING_VALUE",
|
|
1080
|
+
* // MergeClause: "STRING_VALUE",
|
|
1081
|
+
* // StagingTable: "STRING_VALUE",
|
|
1082
|
+
* // SelectedColumns: "<OptionList>",
|
|
1083
|
+
* // AutoPushdown: true || false,
|
|
1084
|
+
* // TableSchema: "<OptionList>",
|
|
1085
|
+
* // },
|
|
1086
|
+
* // Inputs: "<OneInput>",
|
|
1087
|
+
* // },
|
|
1032
1088
|
* // },
|
|
1033
1089
|
* // },
|
|
1034
1090
|
* // ExecutionClass: "FLEX" || "STANDARD",
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
|
-
import { CreateJobResponse } from "../models/
|
|
5
|
+
import { CreateJobResponse } from "../models/models_1";
|
|
6
6
|
import { CreateJobRequest } from "../models/models_2";
|
|
7
7
|
/**
|
|
8
8
|
* @public
|
|
@@ -1020,6 +1020,62 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
|
|
|
1020
1020
|
* RecipeVersion: "STRING_VALUE", // required
|
|
1021
1021
|
* },
|
|
1022
1022
|
* },
|
|
1023
|
+
* SnowflakeSource: { // SnowflakeSource
|
|
1024
|
+
* Name: "STRING_VALUE", // required
|
|
1025
|
+
* Data: { // SnowflakeNodeData
|
|
1026
|
+
* SourceType: "STRING_VALUE",
|
|
1027
|
+
* Connection: "<Option>",
|
|
1028
|
+
* Schema: "STRING_VALUE",
|
|
1029
|
+
* Table: "STRING_VALUE",
|
|
1030
|
+
* Database: "STRING_VALUE",
|
|
1031
|
+
* TempDir: "STRING_VALUE",
|
|
1032
|
+
* IamRole: "<Option>",
|
|
1033
|
+
* AdditionalOptions: "<AdditionalOptions>",
|
|
1034
|
+
* SampleQuery: "STRING_VALUE",
|
|
1035
|
+
* PreAction: "STRING_VALUE",
|
|
1036
|
+
* PostAction: "STRING_VALUE",
|
|
1037
|
+
* Action: "STRING_VALUE",
|
|
1038
|
+
* Upsert: true || false,
|
|
1039
|
+
* MergeAction: "STRING_VALUE",
|
|
1040
|
+
* MergeWhenMatched: "STRING_VALUE",
|
|
1041
|
+
* MergeWhenNotMatched: "STRING_VALUE",
|
|
1042
|
+
* MergeClause: "STRING_VALUE",
|
|
1043
|
+
* StagingTable: "STRING_VALUE",
|
|
1044
|
+
* SelectedColumns: [
|
|
1045
|
+
* "<Option>",
|
|
1046
|
+
* ],
|
|
1047
|
+
* AutoPushdown: true || false,
|
|
1048
|
+
* TableSchema: "<OptionList>",
|
|
1049
|
+
* },
|
|
1050
|
+
* OutputSchemas: "<GlueSchemas>",
|
|
1051
|
+
* },
|
|
1052
|
+
* SnowflakeTarget: { // SnowflakeTarget
|
|
1053
|
+
* Name: "STRING_VALUE", // required
|
|
1054
|
+
* Data: {
|
|
1055
|
+
* SourceType: "STRING_VALUE",
|
|
1056
|
+
* Connection: "<Option>",
|
|
1057
|
+
* Schema: "STRING_VALUE",
|
|
1058
|
+
* Table: "STRING_VALUE",
|
|
1059
|
+
* Database: "STRING_VALUE",
|
|
1060
|
+
* TempDir: "STRING_VALUE",
|
|
1061
|
+
* IamRole: "<Option>",
|
|
1062
|
+
* AdditionalOptions: "<AdditionalOptions>",
|
|
1063
|
+
* SampleQuery: "STRING_VALUE",
|
|
1064
|
+
* PreAction: "STRING_VALUE",
|
|
1065
|
+
* PostAction: "STRING_VALUE",
|
|
1066
|
+
* Action: "STRING_VALUE",
|
|
1067
|
+
* Upsert: true || false,
|
|
1068
|
+
* MergeAction: "STRING_VALUE",
|
|
1069
|
+
* MergeWhenMatched: "STRING_VALUE",
|
|
1070
|
+
* MergeWhenNotMatched: "STRING_VALUE",
|
|
1071
|
+
* MergeClause: "STRING_VALUE",
|
|
1072
|
+
* StagingTable: "STRING_VALUE",
|
|
1073
|
+
* SelectedColumns: "<OptionList>",
|
|
1074
|
+
* AutoPushdown: true || false,
|
|
1075
|
+
* TableSchema: "<OptionList>",
|
|
1076
|
+
* },
|
|
1077
|
+
* Inputs: "<OneInput>",
|
|
1078
|
+
* },
|
|
1023
1079
|
* },
|
|
1024
1080
|
* },
|
|
1025
1081
|
* ExecutionClass: "FLEX" || "STANDARD",
|
|
@@ -1025,6 +1025,62 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
|
|
|
1025
1025
|
* // RecipeVersion: "STRING_VALUE", // required
|
|
1026
1026
|
* // },
|
|
1027
1027
|
* // },
|
|
1028
|
+
* // SnowflakeSource: { // SnowflakeSource
|
|
1029
|
+
* // Name: "STRING_VALUE", // required
|
|
1030
|
+
* // Data: { // SnowflakeNodeData
|
|
1031
|
+
* // SourceType: "STRING_VALUE",
|
|
1032
|
+
* // Connection: "<Option>",
|
|
1033
|
+
* // Schema: "STRING_VALUE",
|
|
1034
|
+
* // Table: "STRING_VALUE",
|
|
1035
|
+
* // Database: "STRING_VALUE",
|
|
1036
|
+
* // TempDir: "STRING_VALUE",
|
|
1037
|
+
* // IamRole: "<Option>",
|
|
1038
|
+
* // AdditionalOptions: "<AdditionalOptions>",
|
|
1039
|
+
* // SampleQuery: "STRING_VALUE",
|
|
1040
|
+
* // PreAction: "STRING_VALUE",
|
|
1041
|
+
* // PostAction: "STRING_VALUE",
|
|
1042
|
+
* // Action: "STRING_VALUE",
|
|
1043
|
+
* // Upsert: true || false,
|
|
1044
|
+
* // MergeAction: "STRING_VALUE",
|
|
1045
|
+
* // MergeWhenMatched: "STRING_VALUE",
|
|
1046
|
+
* // MergeWhenNotMatched: "STRING_VALUE",
|
|
1047
|
+
* // MergeClause: "STRING_VALUE",
|
|
1048
|
+
* // StagingTable: "STRING_VALUE",
|
|
1049
|
+
* // SelectedColumns: [
|
|
1050
|
+
* // "<Option>",
|
|
1051
|
+
* // ],
|
|
1052
|
+
* // AutoPushdown: true || false,
|
|
1053
|
+
* // TableSchema: "<OptionList>",
|
|
1054
|
+
* // },
|
|
1055
|
+
* // OutputSchemas: "<GlueSchemas>",
|
|
1056
|
+
* // },
|
|
1057
|
+
* // SnowflakeTarget: { // SnowflakeTarget
|
|
1058
|
+
* // Name: "STRING_VALUE", // required
|
|
1059
|
+
* // Data: {
|
|
1060
|
+
* // SourceType: "STRING_VALUE",
|
|
1061
|
+
* // Connection: "<Option>",
|
|
1062
|
+
* // Schema: "STRING_VALUE",
|
|
1063
|
+
* // Table: "STRING_VALUE",
|
|
1064
|
+
* // Database: "STRING_VALUE",
|
|
1065
|
+
* // TempDir: "STRING_VALUE",
|
|
1066
|
+
* // IamRole: "<Option>",
|
|
1067
|
+
* // AdditionalOptions: "<AdditionalOptions>",
|
|
1068
|
+
* // SampleQuery: "STRING_VALUE",
|
|
1069
|
+
* // PreAction: "STRING_VALUE",
|
|
1070
|
+
* // PostAction: "STRING_VALUE",
|
|
1071
|
+
* // Action: "STRING_VALUE",
|
|
1072
|
+
* // Upsert: true || false,
|
|
1073
|
+
* // MergeAction: "STRING_VALUE",
|
|
1074
|
+
* // MergeWhenMatched: "STRING_VALUE",
|
|
1075
|
+
* // MergeWhenNotMatched: "STRING_VALUE",
|
|
1076
|
+
* // MergeClause: "STRING_VALUE",
|
|
1077
|
+
* // StagingTable: "STRING_VALUE",
|
|
1078
|
+
* // SelectedColumns: "<OptionList>",
|
|
1079
|
+
* // AutoPushdown: true || false,
|
|
1080
|
+
* // TableSchema: "<OptionList>",
|
|
1081
|
+
* // },
|
|
1082
|
+
* // Inputs: "<OneInput>",
|
|
1083
|
+
* // },
|
|
1028
1084
|
* // },
|
|
1029
1085
|
* // },
|
|
1030
1086
|
* // ExecutionClass: "FLEX" || "STANDARD",
|
|
@@ -1027,6 +1027,62 @@ export interface GetJobsCommandOutput extends GetJobsResponse, __MetadataBearer
|
|
|
1027
1027
|
* // RecipeVersion: "STRING_VALUE", // required
|
|
1028
1028
|
* // },
|
|
1029
1029
|
* // },
|
|
1030
|
+
* // SnowflakeSource: { // SnowflakeSource
|
|
1031
|
+
* // Name: "STRING_VALUE", // required
|
|
1032
|
+
* // Data: { // SnowflakeNodeData
|
|
1033
|
+
* // SourceType: "STRING_VALUE",
|
|
1034
|
+
* // Connection: "<Option>",
|
|
1035
|
+
* // Schema: "STRING_VALUE",
|
|
1036
|
+
* // Table: "STRING_VALUE",
|
|
1037
|
+
* // Database: "STRING_VALUE",
|
|
1038
|
+
* // TempDir: "STRING_VALUE",
|
|
1039
|
+
* // IamRole: "<Option>",
|
|
1040
|
+
* // AdditionalOptions: "<AdditionalOptions>",
|
|
1041
|
+
* // SampleQuery: "STRING_VALUE",
|
|
1042
|
+
* // PreAction: "STRING_VALUE",
|
|
1043
|
+
* // PostAction: "STRING_VALUE",
|
|
1044
|
+
* // Action: "STRING_VALUE",
|
|
1045
|
+
* // Upsert: true || false,
|
|
1046
|
+
* // MergeAction: "STRING_VALUE",
|
|
1047
|
+
* // MergeWhenMatched: "STRING_VALUE",
|
|
1048
|
+
* // MergeWhenNotMatched: "STRING_VALUE",
|
|
1049
|
+
* // MergeClause: "STRING_VALUE",
|
|
1050
|
+
* // StagingTable: "STRING_VALUE",
|
|
1051
|
+
* // SelectedColumns: [
|
|
1052
|
+
* // "<Option>",
|
|
1053
|
+
* // ],
|
|
1054
|
+
* // AutoPushdown: true || false,
|
|
1055
|
+
* // TableSchema: "<OptionList>",
|
|
1056
|
+
* // },
|
|
1057
|
+
* // OutputSchemas: "<GlueSchemas>",
|
|
1058
|
+
* // },
|
|
1059
|
+
* // SnowflakeTarget: { // SnowflakeTarget
|
|
1060
|
+
* // Name: "STRING_VALUE", // required
|
|
1061
|
+
* // Data: {
|
|
1062
|
+
* // SourceType: "STRING_VALUE",
|
|
1063
|
+
* // Connection: "<Option>",
|
|
1064
|
+
* // Schema: "STRING_VALUE",
|
|
1065
|
+
* // Table: "STRING_VALUE",
|
|
1066
|
+
* // Database: "STRING_VALUE",
|
|
1067
|
+
* // TempDir: "STRING_VALUE",
|
|
1068
|
+
* // IamRole: "<Option>",
|
|
1069
|
+
* // AdditionalOptions: "<AdditionalOptions>",
|
|
1070
|
+
* // SampleQuery: "STRING_VALUE",
|
|
1071
|
+
* // PreAction: "STRING_VALUE",
|
|
1072
|
+
* // PostAction: "STRING_VALUE",
|
|
1073
|
+
* // Action: "STRING_VALUE",
|
|
1074
|
+
* // Upsert: true || false,
|
|
1075
|
+
* // MergeAction: "STRING_VALUE",
|
|
1076
|
+
* // MergeWhenMatched: "STRING_VALUE",
|
|
1077
|
+
* // MergeWhenNotMatched: "STRING_VALUE",
|
|
1078
|
+
* // MergeClause: "STRING_VALUE",
|
|
1079
|
+
* // StagingTable: "STRING_VALUE",
|
|
1080
|
+
* // SelectedColumns: "<OptionList>",
|
|
1081
|
+
* // AutoPushdown: true || false,
|
|
1082
|
+
* // TableSchema: "<OptionList>",
|
|
1083
|
+
* // },
|
|
1084
|
+
* // Inputs: "<OneInput>",
|
|
1085
|
+
* // },
|
|
1030
1086
|
* // },
|
|
1031
1087
|
* // },
|
|
1032
1088
|
* // ExecutionClass: "FLEX" || "STANDARD",
|
|
@@ -2,7 +2,8 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
|
-
import { GetUnfilteredPartitionMetadataRequest
|
|
5
|
+
import { GetUnfilteredPartitionMetadataRequest } from "../models/models_1";
|
|
6
|
+
import { GetUnfilteredPartitionMetadataResponse } from "../models/models_2";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
8
9
|
*/
|
|
@@ -2,8 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
5
|
-
import { GetUnfilteredPartitionsMetadataRequest } from "../models/
|
|
6
|
-
import { GetUnfilteredPartitionsMetadataResponse } from "../models/models_2";
|
|
5
|
+
import { GetUnfilteredPartitionsMetadataRequest, GetUnfilteredPartitionsMetadataResponse } from "../models/models_2";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
9
8
|
*/
|
|
@@ -1017,6 +1017,62 @@ export interface UpdateJobCommandOutput extends UpdateJobResponse, __MetadataBea
|
|
|
1017
1017
|
* RecipeVersion: "STRING_VALUE", // required
|
|
1018
1018
|
* },
|
|
1019
1019
|
* },
|
|
1020
|
+
* SnowflakeSource: { // SnowflakeSource
|
|
1021
|
+
* Name: "STRING_VALUE", // required
|
|
1022
|
+
* Data: { // SnowflakeNodeData
|
|
1023
|
+
* SourceType: "STRING_VALUE",
|
|
1024
|
+
* Connection: "<Option>",
|
|
1025
|
+
* Schema: "STRING_VALUE",
|
|
1026
|
+
* Table: "STRING_VALUE",
|
|
1027
|
+
* Database: "STRING_VALUE",
|
|
1028
|
+
* TempDir: "STRING_VALUE",
|
|
1029
|
+
* IamRole: "<Option>",
|
|
1030
|
+
* AdditionalOptions: "<AdditionalOptions>",
|
|
1031
|
+
* SampleQuery: "STRING_VALUE",
|
|
1032
|
+
* PreAction: "STRING_VALUE",
|
|
1033
|
+
* PostAction: "STRING_VALUE",
|
|
1034
|
+
* Action: "STRING_VALUE",
|
|
1035
|
+
* Upsert: true || false,
|
|
1036
|
+
* MergeAction: "STRING_VALUE",
|
|
1037
|
+
* MergeWhenMatched: "STRING_VALUE",
|
|
1038
|
+
* MergeWhenNotMatched: "STRING_VALUE",
|
|
1039
|
+
* MergeClause: "STRING_VALUE",
|
|
1040
|
+
* StagingTable: "STRING_VALUE",
|
|
1041
|
+
* SelectedColumns: [
|
|
1042
|
+
* "<Option>",
|
|
1043
|
+
* ],
|
|
1044
|
+
* AutoPushdown: true || false,
|
|
1045
|
+
* TableSchema: "<OptionList>",
|
|
1046
|
+
* },
|
|
1047
|
+
* OutputSchemas: "<GlueSchemas>",
|
|
1048
|
+
* },
|
|
1049
|
+
* SnowflakeTarget: { // SnowflakeTarget
|
|
1050
|
+
* Name: "STRING_VALUE", // required
|
|
1051
|
+
* Data: {
|
|
1052
|
+
* SourceType: "STRING_VALUE",
|
|
1053
|
+
* Connection: "<Option>",
|
|
1054
|
+
* Schema: "STRING_VALUE",
|
|
1055
|
+
* Table: "STRING_VALUE",
|
|
1056
|
+
* Database: "STRING_VALUE",
|
|
1057
|
+
* TempDir: "STRING_VALUE",
|
|
1058
|
+
* IamRole: "<Option>",
|
|
1059
|
+
* AdditionalOptions: "<AdditionalOptions>",
|
|
1060
|
+
* SampleQuery: "STRING_VALUE",
|
|
1061
|
+
* PreAction: "STRING_VALUE",
|
|
1062
|
+
* PostAction: "STRING_VALUE",
|
|
1063
|
+
* Action: "STRING_VALUE",
|
|
1064
|
+
* Upsert: true || false,
|
|
1065
|
+
* MergeAction: "STRING_VALUE",
|
|
1066
|
+
* MergeWhenMatched: "STRING_VALUE",
|
|
1067
|
+
* MergeWhenNotMatched: "STRING_VALUE",
|
|
1068
|
+
* MergeClause: "STRING_VALUE",
|
|
1069
|
+
* StagingTable: "STRING_VALUE",
|
|
1070
|
+
* SelectedColumns: "<OptionList>",
|
|
1071
|
+
* AutoPushdown: true || false,
|
|
1072
|
+
* TableSchema: "<OptionList>",
|
|
1073
|
+
* },
|
|
1074
|
+
* Inputs: "<OneInput>",
|
|
1075
|
+
* },
|
|
1020
1076
|
* },
|
|
1021
1077
|
* },
|
|
1022
1078
|
* ExecutionClass: "FLEX" || "STANDARD",
|