@aws-sdk/client-glue 3.588.0 → 3.591.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/index.js +38 -6
- package/dist-es/models/models_0.js +15 -53
- package/dist-es/models/models_1.js +60 -3
- package/dist-es/models/models_2.js +3 -0
- package/dist-es/protocols/Aws_json1_1.js +4 -0
- package/dist-types/GlueClient.d.ts +4 -4
- package/dist-types/commands/CreateConnectionCommand.d.ts +25 -3
- package/dist-types/commands/CreateCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectionCommand.d.ts +19 -1
- package/dist-types/commands/GetConnectionsCommand.d.ts +20 -2
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +21 -1
- package/dist-types/models/models_0.d.ts +162 -342
- package/dist-types/models/models_1.d.ts +400 -184
- package/dist-types/models/models_2.d.ts +190 -8
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/GlueClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +50 -96
- package/dist-types/ts3.4/models/models_1.d.ts +120 -46
- package/dist-types/ts3.4/models/models_2.d.ts +46 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +4 -4
|
@@ -1,7 +1,186 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
3
|
-
import { Action, Aggregate, AmazonRedshiftSource, AmazonRedshiftTarget, AthenaConnectorSource, AuditContext, BasicCatalogTarget, CatalogDeltaSource, CatalogHudiSource, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Column,
|
|
4
|
-
import { ColumnStatistics, Compatibility, DatabaseInput, DataCatalogEncryptionSettings, DataQualityEvaluationRunAdditionalRunOptions, DataQualityTargetTable, JobBookmarkEntry, Permission, PrincipalType, RegistryId, RegistryStatus, ResourceShareType, ResourceUri, SchemaStatus,
|
|
3
|
+
import { Action, Aggregate, AmazonRedshiftSource, AmazonRedshiftTarget, AthenaConnectorSource, AuditContext, BasicCatalogTarget, CatalogDeltaSource, CatalogHudiSource, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Column, ConnectionsList, ConnectorDataSource, ConnectorDataTarget, CrawlerTargets, CsvHeaderOption, CsvSerdeOption, CustomCode, CustomEntityType, DataFormat, DataSource, DirectJDBCSource, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamicTransform, DynamoDBCatalogSource, ErrorDetail, EvaluateDataQuality, EvaluateDataQualityMultiFrame, EventBatchingCondition, ExecutionClass, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, JobMode, Join, LakeFormationConfiguration, LineageConfiguration, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, Partition, PartitionInput, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Predicate, Recipe, RecrawlPolicy, RedshiftSource, RedshiftTarget, RelationalCatalogSource, RenameField, S3CatalogDeltaSource, S3CatalogHudiSource, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DeltaCatalogTarget, S3DeltaDirectTarget, S3DeltaSource, S3DirectTarget, S3GlueParquetTarget, S3HudiCatalogTarget, S3HudiDirectTarget, S3HudiSource, S3JsonSource, S3ParquetSource, SchemaChangePolicy, SchemaId, SelectFields, SelectFromCollection, SnowflakeSource, SnowflakeTarget, SourceControlAuthStrategy, SourceControlDetails, SourceControlProvider, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, StorageDescriptor, TableOptimizer, TableOptimizerConfiguration, TableOptimizerRun, TableOptimizerType, TaskStatusType, Trigger, Union, WorkerType, Workflow, WorkflowRun } from "./models_0";
|
|
4
|
+
import { ColumnStatistics, Compatibility, ConnectionInput, DatabaseInput, DataCatalogEncryptionSettings, DataQualityEvaluationRunAdditionalRunOptions, DataQualityTargetTable, EncryptionConfiguration, JobBookmarkEntry, Permission, PrincipalType, RegistryId, RegistryStatus, ResourceShareType, ResourceUri, SchemaStatus, SchemaVersionStatus, Segment, Session, TableIdentifier, TableInput, TransformFilterCriteria, TransformParameters, TransformSortCriteria, UserDefinedFunctionInput } from "./models_1";
|
|
5
|
+
/**
|
|
6
|
+
* <p>A structure containing the schema version information.</p>
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface SchemaVersionNumber {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The latest version available for the schema.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
LatestVersion?: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The version number of the schema.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
VersionNumber?: number;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export interface GetSchemaVersionInput {
|
|
25
|
+
/**
|
|
26
|
+
* <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
|
|
27
|
+
* <ul>
|
|
28
|
+
* <li>
|
|
29
|
+
* <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p>
|
|
30
|
+
* </li>
|
|
31
|
+
* <li>
|
|
32
|
+
* <p>SchemaId$SchemaName: The name of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p>
|
|
33
|
+
* </li>
|
|
34
|
+
* </ul>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
SchemaId?: SchemaId;
|
|
38
|
+
/**
|
|
39
|
+
* <p>The <code>SchemaVersionId</code> of the schema version. This field is required for fetching by schema ID. Either this or the <code>SchemaId</code> wrapper has to be provided.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
SchemaVersionId?: string;
|
|
43
|
+
/**
|
|
44
|
+
* <p>The version number of the schema.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
SchemaVersionNumber?: SchemaVersionNumber;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
export interface GetSchemaVersionResponse {
|
|
53
|
+
/**
|
|
54
|
+
* <p>The <code>SchemaVersionId</code> of the schema version.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
SchemaVersionId?: string;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The schema definition for the schema ID.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
SchemaDefinition?: string;
|
|
63
|
+
/**
|
|
64
|
+
* <p>The data format of the schema definition. Currently <code>AVRO</code>, <code>JSON</code> and <code>PROTOBUF</code> are supported.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
DataFormat?: DataFormat;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The Amazon Resource Name (ARN) of the schema.</p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
SchemaArn?: string;
|
|
73
|
+
/**
|
|
74
|
+
* <p>The version number of the schema.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
VersionNumber?: number;
|
|
78
|
+
/**
|
|
79
|
+
* <p>The status of the schema version. </p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
Status?: SchemaVersionStatus;
|
|
83
|
+
/**
|
|
84
|
+
* <p>The date and time the schema version was created.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
CreatedTime?: string;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
* @enum
|
|
92
|
+
*/
|
|
93
|
+
export declare const SchemaDiffType: {
|
|
94
|
+
readonly SYNTAX_DIFF: "SYNTAX_DIFF";
|
|
95
|
+
};
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
export type SchemaDiffType = (typeof SchemaDiffType)[keyof typeof SchemaDiffType];
|
|
100
|
+
/**
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
export interface GetSchemaVersionsDiffInput {
|
|
104
|
+
/**
|
|
105
|
+
* <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
|
|
106
|
+
* <ul>
|
|
107
|
+
* <li>
|
|
108
|
+
* <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p>
|
|
109
|
+
* </li>
|
|
110
|
+
* <li>
|
|
111
|
+
* <p>SchemaId$SchemaName: The name of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p>
|
|
112
|
+
* </li>
|
|
113
|
+
* </ul>
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
SchemaId: SchemaId | undefined;
|
|
117
|
+
/**
|
|
118
|
+
* <p>The first of the two schema versions to be compared.</p>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
FirstSchemaVersionNumber: SchemaVersionNumber | undefined;
|
|
122
|
+
/**
|
|
123
|
+
* <p>The second of the two schema versions to be compared.</p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
SecondSchemaVersionNumber: SchemaVersionNumber | undefined;
|
|
127
|
+
/**
|
|
128
|
+
* <p>Refers to <code>SYNTAX_DIFF</code>, which is the currently supported diff type.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
SchemaDiffType: SchemaDiffType | undefined;
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
export interface GetSchemaVersionsDiffResponse {
|
|
137
|
+
/**
|
|
138
|
+
* <p>The difference between schemas as a string in JsonPatch format.</p>
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
141
|
+
Diff?: string;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
146
|
+
export interface GetSecurityConfigurationRequest {
|
|
147
|
+
/**
|
|
148
|
+
* <p>The name of the security configuration to retrieve.</p>
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
Name: string | undefined;
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* <p>Specifies a security configuration.</p>
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
export interface SecurityConfiguration {
|
|
158
|
+
/**
|
|
159
|
+
* <p>The name of the security configuration.</p>
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
Name?: string;
|
|
163
|
+
/**
|
|
164
|
+
* <p>The time at which this security configuration was created.</p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
CreatedTimeStamp?: Date;
|
|
168
|
+
/**
|
|
169
|
+
* <p>The encryption configuration associated with this security configuration.</p>
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
export interface GetSecurityConfigurationResponse {
|
|
178
|
+
/**
|
|
179
|
+
* <p>The requested security configuration.</p>
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
SecurityConfiguration?: SecurityConfiguration;
|
|
183
|
+
}
|
|
5
184
|
/**
|
|
6
185
|
* @public
|
|
7
186
|
*/
|
|
@@ -283,7 +462,7 @@ export interface ViewRepresentation {
|
|
|
283
462
|
* <p>The expanded SQL for the view. This SQL is used by engines while processing a query on a view. Engines may perform operations during view creation to transform <code>ViewOriginalText</code> to <code>ViewExpandedText</code>. For example:</p>
|
|
284
463
|
* <ul>
|
|
285
464
|
* <li>
|
|
286
|
-
* <p>Fully
|
|
465
|
+
* <p>Fully qualified identifiers: <code>SELECT * from table1 -> SELECT * from db1.table1</code>
|
|
287
466
|
* </p>
|
|
288
467
|
* </li>
|
|
289
468
|
* </ul>
|
|
@@ -3859,8 +4038,8 @@ export interface StartJobRunRequest {
|
|
|
3859
4038
|
AllocatedCapacity?: number;
|
|
3860
4039
|
/**
|
|
3861
4040
|
* <p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can
|
|
3862
|
-
* consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job
|
|
3863
|
-
* <p>Streaming jobs
|
|
4041
|
+
* consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job. </p>
|
|
4042
|
+
* <p>Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.</p>
|
|
3864
4043
|
* @public
|
|
3865
4044
|
*/
|
|
3866
4045
|
Timeout?: number;
|
|
@@ -6007,7 +6186,8 @@ export interface CreateJobRequest {
|
|
|
6007
6186
|
/**
|
|
6008
6187
|
* <p>The job timeout in minutes. This is the maximum time that a job run
|
|
6009
6188
|
* can consume resources before it is terminated and enters <code>TIMEOUT</code>
|
|
6010
|
-
* status. The default is 2,880 minutes (48 hours).</p>
|
|
6189
|
+
* status. The default is 2,880 minutes (48 hours) for batch jobs.</p>
|
|
6190
|
+
* <p>Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.</p>
|
|
6011
6191
|
* @public
|
|
6012
6192
|
*/
|
|
6013
6193
|
Timeout?: number;
|
|
@@ -6236,7 +6416,8 @@ export interface Job {
|
|
|
6236
6416
|
/**
|
|
6237
6417
|
* <p>The job timeout in minutes. This is the maximum time that a job run
|
|
6238
6418
|
* can consume resources before it is terminated and enters <code>TIMEOUT</code>
|
|
6239
|
-
* status. The default is 2,880 minutes (48 hours).</p>
|
|
6419
|
+
* status. The default is 2,880 minutes (48 hours) for batch jobs.</p>
|
|
6420
|
+
* <p>Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.</p>
|
|
6240
6421
|
* @public
|
|
6241
6422
|
*/
|
|
6242
6423
|
Timeout?: number;
|
|
@@ -6446,7 +6627,8 @@ export interface JobUpdate {
|
|
|
6446
6627
|
/**
|
|
6447
6628
|
* <p>The job timeout in minutes. This is the maximum time that a job run
|
|
6448
6629
|
* can consume resources before it is terminated and enters <code>TIMEOUT</code>
|
|
6449
|
-
* status. The default is 2,880 minutes (48 hours).</p>
|
|
6630
|
+
* status. The default is 2,880 minutes (48 hours) for batch jobs.</p>
|
|
6631
|
+
* <p>Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.</p>
|
|
6450
6632
|
* @public
|
|
6451
6633
|
*/
|
|
6452
6634
|
Timeout?: number;
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -1348,8 +1348,8 @@ export interface ClientDefaults
|
|
|
1348
1348
|
serviceId?: string;
|
|
1349
1349
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
1350
1350
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
1351
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
1352
1351
|
region?: string | __Provider<string>;
|
|
1352
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
1353
1353
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
1354
1354
|
maxAttempts?: number | __Provider<number>;
|
|
1355
1355
|
retryMode?: string | __Provider<string>;
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateConnectionRequest,
|
|
10
10
|
CreateConnectionResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface CreateConnectionCommandInput extends CreateConnectionRequest {}
|
|
14
14
|
export interface CreateConnectionCommandOutput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateCrawlerRequest,
|
|
10
10
|
CreateCrawlerResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface CreateCrawlerCommandInput extends CreateCrawlerRequest {}
|
|
14
14
|
export interface CreateCrawlerCommandOutput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetSchemaVersionInput,
|
|
10
10
|
GetSchemaVersionResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface GetSchemaVersionCommandInput extends GetSchemaVersionInput {}
|
|
14
14
|
export interface GetSchemaVersionCommandOutput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetSchemaVersionsDiffInput,
|
|
10
10
|
GetSchemaVersionsDiffResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface GetSchemaVersionsDiffCommandInput
|
|
14
14
|
extends GetSchemaVersionsDiffInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetSecurityConfigurationRequest,
|
|
10
10
|
GetSecurityConfigurationResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface GetSecurityConfigurationCommandInput
|
|
14
14
|
extends GetSecurityConfigurationRequest {}
|
|
@@ -128,6 +128,51 @@ export interface AuditContext {
|
|
|
128
128
|
RequestedColumns?: string[];
|
|
129
129
|
AllColumnsRequested?: boolean;
|
|
130
130
|
}
|
|
131
|
+
export declare const AuthenticationType: {
|
|
132
|
+
readonly BASIC: "BASIC";
|
|
133
|
+
readonly CUSTOM: "CUSTOM";
|
|
134
|
+
readonly OAUTH2: "OAUTH2";
|
|
135
|
+
};
|
|
136
|
+
export type AuthenticationType =
|
|
137
|
+
(typeof AuthenticationType)[keyof typeof AuthenticationType];
|
|
138
|
+
export interface OAuth2ClientApplication {
|
|
139
|
+
UserManagedClientApplicationClientId?: string;
|
|
140
|
+
AWSManagedClientApplicationReference?: string;
|
|
141
|
+
}
|
|
142
|
+
export declare const OAuth2GrantType: {
|
|
143
|
+
readonly AUTHORIZATION_CODE: "AUTHORIZATION_CODE";
|
|
144
|
+
readonly CLIENT_CREDENTIALS: "CLIENT_CREDENTIALS";
|
|
145
|
+
readonly JWT_BEARER: "JWT_BEARER";
|
|
146
|
+
};
|
|
147
|
+
export type OAuth2GrantType =
|
|
148
|
+
(typeof OAuth2GrantType)[keyof typeof OAuth2GrantType];
|
|
149
|
+
export interface OAuth2Properties {
|
|
150
|
+
OAuth2GrantType?: OAuth2GrantType;
|
|
151
|
+
OAuth2ClientApplication?: OAuth2ClientApplication;
|
|
152
|
+
TokenUrl?: string;
|
|
153
|
+
TokenUrlParametersMap?: Record<string, string>;
|
|
154
|
+
}
|
|
155
|
+
export interface AuthenticationConfiguration {
|
|
156
|
+
AuthenticationType?: AuthenticationType;
|
|
157
|
+
SecretArn?: string;
|
|
158
|
+
OAuth2Properties?: OAuth2Properties;
|
|
159
|
+
}
|
|
160
|
+
export interface AuthorizationCodeProperties {
|
|
161
|
+
AuthorizationCode?: string;
|
|
162
|
+
RedirectUri?: string;
|
|
163
|
+
}
|
|
164
|
+
export interface OAuth2PropertiesInput {
|
|
165
|
+
OAuth2GrantType?: OAuth2GrantType;
|
|
166
|
+
OAuth2ClientApplication?: OAuth2ClientApplication;
|
|
167
|
+
TokenUrl?: string;
|
|
168
|
+
TokenUrlParametersMap?: Record<string, string>;
|
|
169
|
+
AuthorizationCodeProperties?: AuthorizationCodeProperties;
|
|
170
|
+
}
|
|
171
|
+
export interface AuthenticationConfigurationInput {
|
|
172
|
+
AuthenticationType?: AuthenticationType;
|
|
173
|
+
SecretArn?: string;
|
|
174
|
+
OAuth2Properties?: OAuth2PropertiesInput;
|
|
175
|
+
}
|
|
131
176
|
export interface Column {
|
|
132
177
|
Name: string | undefined;
|
|
133
178
|
Type?: string;
|
|
@@ -1545,10 +1590,15 @@ export interface BatchGetPartitionResponse {
|
|
|
1545
1590
|
UnprocessedKeys?: PartitionValueList[];
|
|
1546
1591
|
}
|
|
1547
1592
|
export declare const FederationSourceErrorCode: {
|
|
1593
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
1594
|
+
readonly EntityNotFoundException: "EntityNotFoundException";
|
|
1548
1595
|
readonly InternalServiceException: "InternalServiceException";
|
|
1596
|
+
readonly InvalidCredentialsException: "InvalidCredentialsException";
|
|
1597
|
+
readonly InvalidInputException: "InvalidInputException";
|
|
1549
1598
|
readonly InvalidResponseException: "InvalidResponseException";
|
|
1550
1599
|
readonly OperationNotSupportedException: "OperationNotSupportedException";
|
|
1551
1600
|
readonly OperationTimeoutException: "OperationTimeoutException";
|
|
1601
|
+
readonly PartialFailureException: "PartialFailureException";
|
|
1552
1602
|
readonly ThrottlingException: "ThrottlingException";
|
|
1553
1603
|
};
|
|
1554
1604
|
export type FederationSourceErrorCode =
|
|
@@ -2003,99 +2053,3 @@ export interface CreateClassifierRequest {
|
|
|
2003
2053
|
CsvClassifier?: CreateCsvClassifierRequest;
|
|
2004
2054
|
}
|
|
2005
2055
|
export interface CreateClassifierResponse {}
|
|
2006
|
-
export declare const ConnectionPropertyKey: {
|
|
2007
|
-
readonly CONFIG_FILES: "CONFIG_FILES";
|
|
2008
|
-
readonly CONNECTION_URL: "CONNECTION_URL";
|
|
2009
|
-
readonly CONNECTOR_CLASS_NAME: "CONNECTOR_CLASS_NAME";
|
|
2010
|
-
readonly CONNECTOR_TYPE: "CONNECTOR_TYPE";
|
|
2011
|
-
readonly CONNECTOR_URL: "CONNECTOR_URL";
|
|
2012
|
-
readonly CUSTOM_JDBC_CERT: "CUSTOM_JDBC_CERT";
|
|
2013
|
-
readonly CUSTOM_JDBC_CERT_STRING: "CUSTOM_JDBC_CERT_STRING";
|
|
2014
|
-
readonly ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD: "ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD";
|
|
2015
|
-
readonly ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD: "ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD";
|
|
2016
|
-
readonly ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD: "ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD";
|
|
2017
|
-
readonly ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD: "ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD";
|
|
2018
|
-
readonly ENCRYPTED_PASSWORD: "ENCRYPTED_PASSWORD";
|
|
2019
|
-
readonly HOST: "HOST";
|
|
2020
|
-
readonly INSTANCE_ID: "INSTANCE_ID";
|
|
2021
|
-
readonly JDBC_CONNECTION_URL: "JDBC_CONNECTION_URL";
|
|
2022
|
-
readonly JDBC_DRIVER_CLASS_NAME: "JDBC_DRIVER_CLASS_NAME";
|
|
2023
|
-
readonly JDBC_DRIVER_JAR_URI: "JDBC_DRIVER_JAR_URI";
|
|
2024
|
-
readonly JDBC_ENFORCE_SSL: "JDBC_ENFORCE_SSL";
|
|
2025
|
-
readonly JDBC_ENGINE: "JDBC_ENGINE";
|
|
2026
|
-
readonly JDBC_ENGINE_VERSION: "JDBC_ENGINE_VERSION";
|
|
2027
|
-
readonly KAFKA_BOOTSTRAP_SERVERS: "KAFKA_BOOTSTRAP_SERVERS";
|
|
2028
|
-
readonly KAFKA_CLIENT_KEYSTORE: "KAFKA_CLIENT_KEYSTORE";
|
|
2029
|
-
readonly KAFKA_CLIENT_KEYSTORE_PASSWORD: "KAFKA_CLIENT_KEYSTORE_PASSWORD";
|
|
2030
|
-
readonly KAFKA_CLIENT_KEY_PASSWORD: "KAFKA_CLIENT_KEY_PASSWORD";
|
|
2031
|
-
readonly KAFKA_CUSTOM_CERT: "KAFKA_CUSTOM_CERT";
|
|
2032
|
-
readonly KAFKA_SASL_GSSAPI_KEYTAB: "KAFKA_SASL_GSSAPI_KEYTAB";
|
|
2033
|
-
readonly KAFKA_SASL_GSSAPI_KRB5_CONF: "KAFKA_SASL_GSSAPI_KRB5_CONF";
|
|
2034
|
-
readonly KAFKA_SASL_GSSAPI_PRINCIPAL: "KAFKA_SASL_GSSAPI_PRINCIPAL";
|
|
2035
|
-
readonly KAFKA_SASL_GSSAPI_SERVICE: "KAFKA_SASL_GSSAPI_SERVICE";
|
|
2036
|
-
readonly KAFKA_SASL_MECHANISM: "KAFKA_SASL_MECHANISM";
|
|
2037
|
-
readonly KAFKA_SASL_PLAIN_PASSWORD: "KAFKA_SASL_PLAIN_PASSWORD";
|
|
2038
|
-
readonly KAFKA_SASL_PLAIN_USERNAME: "KAFKA_SASL_PLAIN_USERNAME";
|
|
2039
|
-
readonly KAFKA_SASL_SCRAM_PASSWORD: "KAFKA_SASL_SCRAM_PASSWORD";
|
|
2040
|
-
readonly KAFKA_SASL_SCRAM_SECRETS_ARN: "KAFKA_SASL_SCRAM_SECRETS_ARN";
|
|
2041
|
-
readonly KAFKA_SASL_SCRAM_USERNAME: "KAFKA_SASL_SCRAM_USERNAME";
|
|
2042
|
-
readonly KAFKA_SKIP_CUSTOM_CERT_VALIDATION: "KAFKA_SKIP_CUSTOM_CERT_VALIDATION";
|
|
2043
|
-
readonly KAFKA_SSL_ENABLED: "KAFKA_SSL_ENABLED";
|
|
2044
|
-
readonly PASSWORD: "PASSWORD";
|
|
2045
|
-
readonly PORT: "PORT";
|
|
2046
|
-
readonly SECRET_ID: "SECRET_ID";
|
|
2047
|
-
readonly SKIP_CUSTOM_JDBC_CERT_VALIDATION: "SKIP_CUSTOM_JDBC_CERT_VALIDATION";
|
|
2048
|
-
readonly USER_NAME: "USERNAME";
|
|
2049
|
-
};
|
|
2050
|
-
export type ConnectionPropertyKey =
|
|
2051
|
-
(typeof ConnectionPropertyKey)[keyof typeof ConnectionPropertyKey];
|
|
2052
|
-
export declare const ConnectionType: {
|
|
2053
|
-
readonly CUSTOM: "CUSTOM";
|
|
2054
|
-
readonly JDBC: "JDBC";
|
|
2055
|
-
readonly KAFKA: "KAFKA";
|
|
2056
|
-
readonly MARKETPLACE: "MARKETPLACE";
|
|
2057
|
-
readonly MONGODB: "MONGODB";
|
|
2058
|
-
readonly NETWORK: "NETWORK";
|
|
2059
|
-
readonly SFTP: "SFTP";
|
|
2060
|
-
};
|
|
2061
|
-
export type ConnectionType =
|
|
2062
|
-
(typeof ConnectionType)[keyof typeof ConnectionType];
|
|
2063
|
-
export interface PhysicalConnectionRequirements {
|
|
2064
|
-
SubnetId?: string;
|
|
2065
|
-
SecurityGroupIdList?: string[];
|
|
2066
|
-
AvailabilityZone?: string;
|
|
2067
|
-
}
|
|
2068
|
-
export interface ConnectionInput {
|
|
2069
|
-
Name: string | undefined;
|
|
2070
|
-
Description?: string;
|
|
2071
|
-
ConnectionType: ConnectionType | undefined;
|
|
2072
|
-
MatchCriteria?: string[];
|
|
2073
|
-
ConnectionProperties:
|
|
2074
|
-
| Partial<Record<ConnectionPropertyKey, string>>
|
|
2075
|
-
| undefined;
|
|
2076
|
-
PhysicalConnectionRequirements?: PhysicalConnectionRequirements;
|
|
2077
|
-
}
|
|
2078
|
-
export interface CreateConnectionRequest {
|
|
2079
|
-
CatalogId?: string;
|
|
2080
|
-
ConnectionInput: ConnectionInput | undefined;
|
|
2081
|
-
Tags?: Record<string, string>;
|
|
2082
|
-
}
|
|
2083
|
-
export interface CreateConnectionResponse {}
|
|
2084
|
-
export interface CreateCrawlerRequest {
|
|
2085
|
-
Name: string | undefined;
|
|
2086
|
-
Role: string | undefined;
|
|
2087
|
-
DatabaseName?: string;
|
|
2088
|
-
Description?: string;
|
|
2089
|
-
Targets: CrawlerTargets | undefined;
|
|
2090
|
-
Schedule?: string;
|
|
2091
|
-
Classifiers?: string[];
|
|
2092
|
-
TablePrefix?: string;
|
|
2093
|
-
SchemaChangePolicy?: SchemaChangePolicy;
|
|
2094
|
-
RecrawlPolicy?: RecrawlPolicy;
|
|
2095
|
-
LineageConfiguration?: LineageConfiguration;
|
|
2096
|
-
LakeFormationConfiguration?: LakeFormationConfiguration;
|
|
2097
|
-
Configuration?: string;
|
|
2098
|
-
CrawlerSecurityConfiguration?: string;
|
|
2099
|
-
Tags?: Record<string, string>;
|
|
2100
|
-
}
|
|
2101
|
-
export interface CreateCrawlerResponse {}
|