@aws-sdk/client-glue 3.693.0 → 3.696.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 +18 -8
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/models/models_1.js +0 -7
- package/dist-es/models/models_2.js +7 -0
- package/dist-types/commands/BatchGetTableOptimizerCommand.d.ts +3 -0
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +2 -1
- package/dist-types/commands/CreateTableOptimizerCommand.d.ts +4 -1
- package/dist-types/commands/GetTableOptimizerCommand.d.ts +3 -0
- package/dist-types/commands/UpdateTableOptimizerCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +37 -5
- package/dist-types/models/models_1.d.ts +6 -16
- package/dist-types/models/models_2.d.ts +17 -29
- package/dist-types/models/models_3.d.ts +29 -2
- package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +22 -1
- package/dist-types/ts3.4/models/models_1.d.ts +1 -8
- package/dist-types/ts3.4/models/models_2.d.ts +8 -5
- package/dist-types/ts3.4/models/models_3.d.ts +4 -1
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -371,6 +371,7 @@ __export(src_exports, {
|
|
|
371
371
|
TableAttributes: () => TableAttributes,
|
|
372
372
|
TableOptimizerEventType: () => TableOptimizerEventType,
|
|
373
373
|
TableOptimizerType: () => TableOptimizerType,
|
|
374
|
+
TableOptimizerVpcConfiguration: () => TableOptimizerVpcConfiguration,
|
|
374
375
|
TagResourceCommand: () => TagResourceCommand,
|
|
375
376
|
TargetFormat: () => TargetFormat,
|
|
376
377
|
TaskRunSortColumnType: () => TaskRunSortColumnType,
|
|
@@ -1145,6 +1146,14 @@ var TableOptimizerType = {
|
|
|
1145
1146
|
ORPHAN_FILE_DELETION: "orphan_file_deletion",
|
|
1146
1147
|
RETENTION: "retention"
|
|
1147
1148
|
};
|
|
1149
|
+
var TableOptimizerVpcConfiguration;
|
|
1150
|
+
((TableOptimizerVpcConfiguration3) => {
|
|
1151
|
+
TableOptimizerVpcConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1152
|
+
if (value.glueConnectionName !== void 0)
|
|
1153
|
+
return visitor.glueConnectionName(value.glueConnectionName);
|
|
1154
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1155
|
+
}, "visit");
|
|
1156
|
+
})(TableOptimizerVpcConfiguration || (TableOptimizerVpcConfiguration = {}));
|
|
1148
1157
|
var TableOptimizerEventType = {
|
|
1149
1158
|
COMPLETED: "completed",
|
|
1150
1159
|
FAILED: "failed",
|
|
@@ -1693,13 +1702,6 @@ var DQCompositeRuleEvaluationMethod = {
|
|
|
1693
1702
|
COLUMN: "COLUMN",
|
|
1694
1703
|
ROW: "ROW"
|
|
1695
1704
|
};
|
|
1696
|
-
var TaskType = {
|
|
1697
|
-
EVALUATION: "EVALUATION",
|
|
1698
|
-
EXPORT_LABELS: "EXPORT_LABELS",
|
|
1699
|
-
FIND_MATCHES: "FIND_MATCHES",
|
|
1700
|
-
IMPORT_LABELS: "IMPORT_LABELS",
|
|
1701
|
-
LABELING_SET_GENERATION: "LABELING_SET_GENERATION"
|
|
1702
|
-
};
|
|
1703
1705
|
var ConnectionInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1704
1706
|
...obj,
|
|
1705
1707
|
...obj.AuthenticationConfiguration && {
|
|
@@ -1723,6 +1725,13 @@ var GetDataQualityResultResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj
|
|
|
1723
1725
|
|
|
1724
1726
|
// src/models/models_2.ts
|
|
1725
1727
|
|
|
1728
|
+
var TaskType = {
|
|
1729
|
+
EVALUATION: "EVALUATION",
|
|
1730
|
+
EXPORT_LABELS: "EXPORT_LABELS",
|
|
1731
|
+
FIND_MATCHES: "FIND_MATCHES",
|
|
1732
|
+
IMPORT_LABELS: "IMPORT_LABELS",
|
|
1733
|
+
LABELING_SET_GENERATION: "LABELING_SET_GENERATION"
|
|
1734
|
+
};
|
|
1726
1735
|
var TaskRunSortColumnType = {
|
|
1727
1736
|
STARTED: "STARTED",
|
|
1728
1737
|
STATUS: "STATUS",
|
|
@@ -13818,6 +13827,7 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
|
|
|
13818
13827
|
FederationSourceRetryableException,
|
|
13819
13828
|
InvalidStateException,
|
|
13820
13829
|
TableOptimizerType,
|
|
13830
|
+
TableOptimizerVpcConfiguration,
|
|
13821
13831
|
TableOptimizerEventType,
|
|
13822
13832
|
ThrottlingException,
|
|
13823
13833
|
CrawlState,
|
|
@@ -13879,10 +13889,10 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
|
|
|
13879
13889
|
CatalogEncryptionMode,
|
|
13880
13890
|
DataQualityModelStatus,
|
|
13881
13891
|
DQCompositeRuleEvaluationMethod,
|
|
13882
|
-
TaskType,
|
|
13883
13892
|
ConnectionInputFilterSensitiveLog,
|
|
13884
13893
|
CreateConnectionRequestFilterSensitiveLog,
|
|
13885
13894
|
GetDataQualityResultResponseFilterSensitiveLog,
|
|
13895
|
+
TaskType,
|
|
13886
13896
|
TaskRunSortColumnType,
|
|
13887
13897
|
SortDirectionType,
|
|
13888
13898
|
TransformStatusType,
|
|
@@ -452,6 +452,14 @@ export const TableOptimizerType = {
|
|
|
452
452
|
ORPHAN_FILE_DELETION: "orphan_file_deletion",
|
|
453
453
|
RETENTION: "retention",
|
|
454
454
|
};
|
|
455
|
+
export var TableOptimizerVpcConfiguration;
|
|
456
|
+
(function (TableOptimizerVpcConfiguration) {
|
|
457
|
+
TableOptimizerVpcConfiguration.visit = (value, visitor) => {
|
|
458
|
+
if (value.glueConnectionName !== undefined)
|
|
459
|
+
return visitor.glueConnectionName(value.glueConnectionName);
|
|
460
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
461
|
+
};
|
|
462
|
+
})(TableOptimizerVpcConfiguration || (TableOptimizerVpcConfiguration = {}));
|
|
455
463
|
export const TableOptimizerEventType = {
|
|
456
464
|
COMPLETED: "completed",
|
|
457
465
|
FAILED: "failed",
|
|
@@ -368,13 +368,6 @@ export const DQCompositeRuleEvaluationMethod = {
|
|
|
368
368
|
COLUMN: "COLUMN",
|
|
369
369
|
ROW: "ROW",
|
|
370
370
|
};
|
|
371
|
-
export const TaskType = {
|
|
372
|
-
EVALUATION: "EVALUATION",
|
|
373
|
-
EXPORT_LABELS: "EXPORT_LABELS",
|
|
374
|
-
FIND_MATCHES: "FIND_MATCHES",
|
|
375
|
-
IMPORT_LABELS: "IMPORT_LABELS",
|
|
376
|
-
LABELING_SET_GENERATION: "LABELING_SET_GENERATION",
|
|
377
|
-
};
|
|
378
371
|
export const ConnectionInputFilterSensitiveLog = (obj) => ({
|
|
379
372
|
...obj,
|
|
380
373
|
...(obj.AuthenticationConfiguration && {
|
|
@@ -2,6 +2,13 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
|
2
2
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
3
3
|
import { AuthenticationConfigurationInputFilterSensitiveLog, } from "./models_0";
|
|
4
4
|
import { ConnectionInputFilterSensitiveLog, } from "./models_1";
|
|
5
|
+
export const TaskType = {
|
|
6
|
+
EVALUATION: "EVALUATION",
|
|
7
|
+
EXPORT_LABELS: "EXPORT_LABELS",
|
|
8
|
+
FIND_MATCHES: "FIND_MATCHES",
|
|
9
|
+
IMPORT_LABELS: "IMPORT_LABELS",
|
|
10
|
+
LABELING_SET_GENERATION: "LABELING_SET_GENERATION",
|
|
11
|
+
};
|
|
5
12
|
export const TaskRunSortColumnType = {
|
|
6
13
|
STARTED: "STARTED",
|
|
7
14
|
STATUS: "STATUS",
|
|
@@ -57,6 +57,9 @@ declare const BatchGetTableOptimizerCommand_base: {
|
|
|
57
57
|
* // configuration: { // TableOptimizerConfiguration
|
|
58
58
|
* // roleArn: "STRING_VALUE",
|
|
59
59
|
* // enabled: true || false,
|
|
60
|
+
* // vpcConfiguration: { // TableOptimizerVpcConfiguration Union: only one key present
|
|
61
|
+
* // glueConnectionName: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
60
63
|
* // retentionConfiguration: { // RetentionConfiguration
|
|
61
64
|
* // icebergConfiguration: { // IcebergRetentionConfiguration
|
|
62
65
|
* // snapshotRetentionPeriodInDays: Number("int"),
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { CancelDataQualityRuleRecommendationRunRequest
|
|
4
|
+
import { CancelDataQualityRuleRecommendationRunRequest } from "../models/models_0";
|
|
5
|
+
import { CancelDataQualityRuleRecommendationRunResponse } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -27,7 +27,7 @@ declare const CreateTableOptimizerCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a new table optimizer for a specific function.
|
|
30
|
+
* <p>Creates a new table optimizer for a specific function. </p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -42,6 +42,9 @@ declare const CreateTableOptimizerCommand_base: {
|
|
|
42
42
|
* TableOptimizerConfiguration: { // TableOptimizerConfiguration
|
|
43
43
|
* roleArn: "STRING_VALUE",
|
|
44
44
|
* enabled: true || false,
|
|
45
|
+
* vpcConfiguration: { // TableOptimizerVpcConfiguration Union: only one key present
|
|
46
|
+
* glueConnectionName: "STRING_VALUE",
|
|
47
|
+
* },
|
|
45
48
|
* retentionConfiguration: { // RetentionConfiguration
|
|
46
49
|
* icebergConfiguration: { // IcebergRetentionConfiguration
|
|
47
50
|
* snapshotRetentionPeriodInDays: Number("int"),
|
|
@@ -51,6 +51,9 @@ declare const GetTableOptimizerCommand_base: {
|
|
|
51
51
|
* // configuration: { // TableOptimizerConfiguration
|
|
52
52
|
* // roleArn: "STRING_VALUE",
|
|
53
53
|
* // enabled: true || false,
|
|
54
|
+
* // vpcConfiguration: { // TableOptimizerVpcConfiguration Union: only one key present
|
|
55
|
+
* // glueConnectionName: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
54
57
|
* // retentionConfiguration: { // RetentionConfiguration
|
|
55
58
|
* // icebergConfiguration: { // IcebergRetentionConfiguration
|
|
56
59
|
* // snapshotRetentionPeriodInDays: Number("int"),
|
|
@@ -42,6 +42,9 @@ declare const UpdateTableOptimizerCommand_base: {
|
|
|
42
42
|
* TableOptimizerConfiguration: { // TableOptimizerConfiguration
|
|
43
43
|
* roleArn: "STRING_VALUE",
|
|
44
44
|
* enabled: true || false,
|
|
45
|
+
* vpcConfiguration: { // TableOptimizerVpcConfiguration Union: only one key present
|
|
46
|
+
* glueConnectionName: "STRING_VALUE",
|
|
47
|
+
* },
|
|
45
48
|
* retentionConfiguration: { // RetentionConfiguration
|
|
46
49
|
* icebergConfiguration: { // IcebergRetentionConfiguration
|
|
47
50
|
* snapshotRetentionPeriodInDays: Number("int"),
|
|
@@ -6553,6 +6553,37 @@ export interface RetentionConfiguration {
|
|
|
6553
6553
|
*/
|
|
6554
6554
|
icebergConfiguration?: IcebergRetentionConfiguration | undefined;
|
|
6555
6555
|
}
|
|
6556
|
+
/**
|
|
6557
|
+
* <p>An object that describes the VPC configuration for a table optimizer.</p>
|
|
6558
|
+
* <p>This configuration is necessary to perform optimization on tables that are in a customer VPC.</p>
|
|
6559
|
+
* @public
|
|
6560
|
+
*/
|
|
6561
|
+
export type TableOptimizerVpcConfiguration = TableOptimizerVpcConfiguration.GlueConnectionNameMember | TableOptimizerVpcConfiguration.$UnknownMember;
|
|
6562
|
+
/**
|
|
6563
|
+
* @public
|
|
6564
|
+
*/
|
|
6565
|
+
export declare namespace TableOptimizerVpcConfiguration {
|
|
6566
|
+
/**
|
|
6567
|
+
* <p>The name of the Glue connection used for the VPC for the table optimizer.</p>
|
|
6568
|
+
* @public
|
|
6569
|
+
*/
|
|
6570
|
+
interface GlueConnectionNameMember {
|
|
6571
|
+
glueConnectionName: string;
|
|
6572
|
+
$unknown?: never;
|
|
6573
|
+
}
|
|
6574
|
+
/**
|
|
6575
|
+
* @public
|
|
6576
|
+
*/
|
|
6577
|
+
interface $UnknownMember {
|
|
6578
|
+
glueConnectionName?: never;
|
|
6579
|
+
$unknown: [string, any];
|
|
6580
|
+
}
|
|
6581
|
+
interface Visitor<T> {
|
|
6582
|
+
glueConnectionName: (value: string) => T;
|
|
6583
|
+
_: (name: string, value: any) => T;
|
|
6584
|
+
}
|
|
6585
|
+
const visit: <T>(value: TableOptimizerVpcConfiguration, visitor: Visitor<T>) => T;
|
|
6586
|
+
}
|
|
6556
6587
|
/**
|
|
6557
6588
|
* <p>Contains details on the configuration of a table optimizer. You pass this configuration when creating or updating a table optimizer.</p>
|
|
6558
6589
|
* @public
|
|
@@ -6568,6 +6599,12 @@ export interface TableOptimizerConfiguration {
|
|
|
6568
6599
|
* @public
|
|
6569
6600
|
*/
|
|
6570
6601
|
enabled?: boolean | undefined;
|
|
6602
|
+
/**
|
|
6603
|
+
* <p>A <code>TableOptimizerVpcConfiguration</code> object representing the VPC configuration for a table optimizer.</p>
|
|
6604
|
+
* <p>This configuration is necessary to perform optimization on tables that are in a customer VPC.</p>
|
|
6605
|
+
* @public
|
|
6606
|
+
*/
|
|
6607
|
+
vpcConfiguration?: TableOptimizerVpcConfiguration | undefined;
|
|
6571
6608
|
/**
|
|
6572
6609
|
* <p>The configuration for a snapshot retention optimizer.</p>
|
|
6573
6610
|
* @public
|
|
@@ -7973,11 +8010,6 @@ export interface CancelDataQualityRuleRecommendationRunRequest {
|
|
|
7973
8010
|
*/
|
|
7974
8011
|
RunId: string | undefined;
|
|
7975
8012
|
}
|
|
7976
|
-
/**
|
|
7977
|
-
* @public
|
|
7978
|
-
*/
|
|
7979
|
-
export interface CancelDataQualityRuleRecommendationRunResponse {
|
|
7980
|
-
}
|
|
7981
8013
|
/**
|
|
7982
8014
|
* @internal
|
|
7983
8015
|
*/
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
3
3
|
import { Action, AuthenticationConfiguration, AuthenticationConfigurationInput, Blueprint, Column, ConnectionsList, Crawler, CrawlerTargets, DataQualityAnalyzerResult, DataQualityObservation, DataQualityRuleResult, DataSource, DevEndpoint, ErrorDetail, EventBatchingCondition, GlueTable, InclusionAnnotationValue, JobRun, LakeFormationConfiguration, LineageConfiguration, PartitionInput, Predicate, RecrawlPolicy, Schedule, SchemaChangePolicy, SchemaId, StorageDescriptor, TableOptimizerConfiguration, TableOptimizerType, TriggerType, WorkerType } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface CancelDataQualityRuleRecommendationRunResponse {
|
|
8
|
+
}
|
|
4
9
|
/**
|
|
5
10
|
* @public
|
|
6
11
|
*/
|
|
@@ -2820,7 +2825,7 @@ export interface CreateTableOptimizerRequest {
|
|
|
2820
2825
|
*/
|
|
2821
2826
|
TableName: string | undefined;
|
|
2822
2827
|
/**
|
|
2823
|
-
* <p>The type of table optimizer
|
|
2828
|
+
* <p>The type of table optimizer.</p>
|
|
2824
2829
|
* @public
|
|
2825
2830
|
*/
|
|
2826
2831
|
Type: TableOptimizerType | undefined;
|
|
@@ -6738,21 +6743,6 @@ export interface LabelingSetGenerationTaskRunProperties {
|
|
|
6738
6743
|
*/
|
|
6739
6744
|
OutputS3Path?: string | undefined;
|
|
6740
6745
|
}
|
|
6741
|
-
/**
|
|
6742
|
-
* @public
|
|
6743
|
-
* @enum
|
|
6744
|
-
*/
|
|
6745
|
-
export declare const TaskType: {
|
|
6746
|
-
readonly EVALUATION: "EVALUATION";
|
|
6747
|
-
readonly EXPORT_LABELS: "EXPORT_LABELS";
|
|
6748
|
-
readonly FIND_MATCHES: "FIND_MATCHES";
|
|
6749
|
-
readonly IMPORT_LABELS: "IMPORT_LABELS";
|
|
6750
|
-
readonly LABELING_SET_GENERATION: "LABELING_SET_GENERATION";
|
|
6751
|
-
};
|
|
6752
|
-
/**
|
|
6753
|
-
* @public
|
|
6754
|
-
*/
|
|
6755
|
-
export type TaskType = (typeof TaskType)[keyof typeof TaskType];
|
|
6756
6746
|
/**
|
|
6757
6747
|
* @internal
|
|
6758
6748
|
*/
|
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
3
3
|
import { AuditContext, AuthenticationConfigurationInput, CrawlerTargets, CustomEntityType, DataSource, ErrorDetail, ExecutionClass, GlueTable, InclusionAnnotationValue, LakeFormationConfiguration, LineageConfiguration, NotificationProperty, Partition, PartitionValueList, RecrawlPolicy, SchemaChangePolicy, SchemaId, StatisticAnnotation, TableOptimizer, TableOptimizerRun, TableOptimizerType, TimestampedInclusionAnnotation, Trigger, WorkerType, Workflow, WorkflowRun } from "./models_0";
|
|
4
|
-
import { CatalogEntry, ColumnStatistics, Compatibility, ConnectionInput, ConnectionPropertyKey, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseInput, DataCatalogEncryptionSettings, DataFormat, DataQualityEvaluationRunAdditionalRunOptions, DataQualityTargetTable, EncryptionConfiguration, ExportLabelsTaskRunProperties, FindMatchesTaskRunProperties, ImportLabelsTaskRunProperties, JobBookmarkEntry, LabelingSetGenerationTaskRunProperties, Language, Location, MappingEntry, Permission, PrincipalType, ProfileConfiguration, RegistryId, RegistryStatus, ResourceShareType, ResourceUri, SchemaStatus, SchemaVersionStatus, Session, TaskStatusType,
|
|
4
|
+
import { CatalogEntry, ColumnStatistics, Compatibility, ConnectionInput, ConnectionPropertyKey, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseInput, DataCatalogEncryptionSettings, DataFormat, DataQualityEvaluationRunAdditionalRunOptions, DataQualityTargetTable, EncryptionConfiguration, ExportLabelsTaskRunProperties, FindMatchesTaskRunProperties, ImportLabelsTaskRunProperties, JobBookmarkEntry, LabelingSetGenerationTaskRunProperties, Language, Location, MappingEntry, Permission, PrincipalType, ProfileConfiguration, RegistryId, RegistryStatus, ResourceShareType, ResourceUri, SchemaStatus, SchemaVersionStatus, Session, TaskStatusType, TransformEncryption, TransformParameters, TransformType, ViewDialect } from "./models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
* @enum
|
|
8
|
+
*/
|
|
9
|
+
export declare const TaskType: {
|
|
10
|
+
readonly EVALUATION: "EVALUATION";
|
|
11
|
+
readonly EXPORT_LABELS: "EXPORT_LABELS";
|
|
12
|
+
readonly FIND_MATCHES: "FIND_MATCHES";
|
|
13
|
+
readonly IMPORT_LABELS: "IMPORT_LABELS";
|
|
14
|
+
readonly LABELING_SET_GENERATION: "LABELING_SET_GENERATION";
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
export type TaskType = (typeof TaskType)[keyof typeof TaskType];
|
|
5
20
|
/**
|
|
6
21
|
* <p>The configuration properties for the task run.</p>
|
|
7
22
|
* @public
|
|
@@ -4477,7 +4492,7 @@ export interface ListTableOptimizerRunsRequest {
|
|
|
4477
4492
|
*/
|
|
4478
4493
|
TableName: string | undefined;
|
|
4479
4494
|
/**
|
|
4480
|
-
* <p>The type of table optimizer
|
|
4495
|
+
* <p>The type of table optimizer.</p>
|
|
4481
4496
|
* @public
|
|
4482
4497
|
*/
|
|
4483
4498
|
Type: TableOptimizerType | undefined;
|
|
@@ -6797,33 +6812,6 @@ export interface UpdateDataQualityRulesetResponse {
|
|
|
6797
6812
|
*/
|
|
6798
6813
|
Ruleset?: string | undefined;
|
|
6799
6814
|
}
|
|
6800
|
-
/**
|
|
6801
|
-
* <p>Custom libraries to be loaded into a development endpoint.</p>
|
|
6802
|
-
* @public
|
|
6803
|
-
*/
|
|
6804
|
-
export interface DevEndpointCustomLibraries {
|
|
6805
|
-
/**
|
|
6806
|
-
* <p>The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3)
|
|
6807
|
-
* bucket that should be loaded in your <code>DevEndpoint</code>. Multiple values must be
|
|
6808
|
-
* complete paths separated by a comma.</p>
|
|
6809
|
-
* <note>
|
|
6810
|
-
* <p>You can only use pure Python libraries with a <code>DevEndpoint</code>. Libraries that rely on
|
|
6811
|
-
* C extensions, such as the <a href="http://pandas.pydata.org/">pandas</a> Python data
|
|
6812
|
-
* analysis library, are not currently supported.</p>
|
|
6813
|
-
* </note>
|
|
6814
|
-
* @public
|
|
6815
|
-
*/
|
|
6816
|
-
ExtraPythonLibsS3Path?: string | undefined;
|
|
6817
|
-
/**
|
|
6818
|
-
* <p>The path to one or more Java <code>.jar</code> files in an S3 bucket that should be loaded
|
|
6819
|
-
* in your <code>DevEndpoint</code>.</p>
|
|
6820
|
-
* <note>
|
|
6821
|
-
* <p>You can only use pure Java/Scala libraries with a <code>DevEndpoint</code>.</p>
|
|
6822
|
-
* </note>
|
|
6823
|
-
* @public
|
|
6824
|
-
*/
|
|
6825
|
-
ExtraJarsS3Path?: string | undefined;
|
|
6826
|
-
}
|
|
6827
6815
|
/**
|
|
6828
6816
|
* @internal
|
|
6829
6817
|
*/
|
|
@@ -1,6 +1,33 @@
|
|
|
1
1
|
import { Action, Aggregate, AmazonRedshiftSource, AmazonRedshiftTarget, AthenaConnectorSource, BasicCatalogTarget, CatalogDeltaSource, CatalogHudiSource, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Column, ConnectionsList, ConnectorDataSource, ConnectorDataTarget, CustomCode, DirectJDBCSource, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamicTransform, DynamoDBCatalogSource, ErrorDetail, EvaluateDataQuality, EvaluateDataQualityMultiFrame, EventBatchingCondition, ExecutionClass, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, JobMode, Join, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, PartitionInput, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Predicate, Recipe, RedshiftSource, RedshiftTarget, RelationalCatalogSource, RenameField, S3CatalogDeltaSource, S3CatalogHudiSource, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DeltaCatalogTarget, S3DeltaDirectTarget, S3DeltaSource, S3DirectTarget, S3GlueParquetTarget, S3HudiCatalogTarget, S3HudiDirectTarget, S3HudiSource, S3JsonSource, S3ParquetSource, SchemaId, SelectFields, SelectFromCollection, SnowflakeSource, SnowflakeTarget, SourceControlAuthStrategy, SourceControlDetails, SourceControlProvider, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, StorageDescriptor, TableOptimizerConfiguration, TableOptimizerType, Trigger, Union, WorkerType } from "./models_0";
|
|
2
2
|
import { Compatibility, Permission, ProfileConfiguration, RegistryId, TableIdentifier, TableInput, TransformParameters, UserDefinedFunctionInput } from "./models_1";
|
|
3
|
-
import { ColumnRowFilter,
|
|
3
|
+
import { ColumnRowFilter, FederatedTable, ResourceAction, ResourceState, SchemaVersionNumber, ViewDefinition, ViewValidation } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Custom libraries to be loaded into a development endpoint.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface DevEndpointCustomLibraries {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3)
|
|
11
|
+
* bucket that should be loaded in your <code>DevEndpoint</code>. Multiple values must be
|
|
12
|
+
* complete paths separated by a comma.</p>
|
|
13
|
+
* <note>
|
|
14
|
+
* <p>You can only use pure Python libraries with a <code>DevEndpoint</code>. Libraries that rely on
|
|
15
|
+
* C extensions, such as the <a href="http://pandas.pydata.org/">pandas</a> Python data
|
|
16
|
+
* analysis library, are not currently supported.</p>
|
|
17
|
+
* </note>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
ExtraPythonLibsS3Path?: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* <p>The path to one or more Java <code>.jar</code> files in an S3 bucket that should be loaded
|
|
23
|
+
* in your <code>DevEndpoint</code>.</p>
|
|
24
|
+
* <note>
|
|
25
|
+
* <p>You can only use pure Java/Scala libraries with a <code>DevEndpoint</code>.</p>
|
|
26
|
+
* </note>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
ExtraJarsS3Path?: string | undefined;
|
|
30
|
+
}
|
|
4
31
|
/**
|
|
5
32
|
* @public
|
|
6
33
|
*/
|
|
@@ -501,7 +528,7 @@ export interface UpdateTableOptimizerRequest {
|
|
|
501
528
|
*/
|
|
502
529
|
TableName: string | undefined;
|
|
503
530
|
/**
|
|
504
|
-
* <p>The type of table optimizer
|
|
531
|
+
* <p>The type of table optimizer.</p>
|
|
505
532
|
* @public
|
|
506
533
|
*/
|
|
507
534
|
Type: TableOptimizerType | undefined;
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
CancelDataQualityRuleRecommendationRunResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { CancelDataQualityRuleRecommendationRunRequest } from "../models/models_0";
|
|
9
|
+
import { CancelDataQualityRuleRecommendationRunResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface CancelDataQualityRuleRecommendationRunCommandInput
|
|
@@ -1708,9 +1708,31 @@ export interface IcebergRetentionConfiguration {
|
|
|
1708
1708
|
export interface RetentionConfiguration {
|
|
1709
1709
|
icebergConfiguration?: IcebergRetentionConfiguration | undefined;
|
|
1710
1710
|
}
|
|
1711
|
+
export type TableOptimizerVpcConfiguration =
|
|
1712
|
+
| TableOptimizerVpcConfiguration.GlueConnectionNameMember
|
|
1713
|
+
| TableOptimizerVpcConfiguration.$UnknownMember;
|
|
1714
|
+
export declare namespace TableOptimizerVpcConfiguration {
|
|
1715
|
+
interface GlueConnectionNameMember {
|
|
1716
|
+
glueConnectionName: string;
|
|
1717
|
+
$unknown?: never;
|
|
1718
|
+
}
|
|
1719
|
+
interface $UnknownMember {
|
|
1720
|
+
glueConnectionName?: never;
|
|
1721
|
+
$unknown: [string, any];
|
|
1722
|
+
}
|
|
1723
|
+
interface Visitor<T> {
|
|
1724
|
+
glueConnectionName: (value: string) => T;
|
|
1725
|
+
_: (name: string, value: any) => T;
|
|
1726
|
+
}
|
|
1727
|
+
const visit: <T>(
|
|
1728
|
+
value: TableOptimizerVpcConfiguration,
|
|
1729
|
+
visitor: Visitor<T>
|
|
1730
|
+
) => T;
|
|
1731
|
+
}
|
|
1711
1732
|
export interface TableOptimizerConfiguration {
|
|
1712
1733
|
roleArn?: string | undefined;
|
|
1713
1734
|
enabled?: boolean | undefined;
|
|
1735
|
+
vpcConfiguration?: TableOptimizerVpcConfiguration | undefined;
|
|
1714
1736
|
retentionConfiguration?: RetentionConfiguration | undefined;
|
|
1715
1737
|
orphanFileDeletionConfiguration?: OrphanFileDeletionConfiguration | undefined;
|
|
1716
1738
|
}
|
|
@@ -2054,7 +2076,6 @@ export interface BatchUpdatePartitionResponse {
|
|
|
2054
2076
|
export interface CancelDataQualityRuleRecommendationRunRequest {
|
|
2055
2077
|
RunId: string | undefined;
|
|
2056
2078
|
}
|
|
2057
|
-
export interface CancelDataQualityRuleRecommendationRunResponse {}
|
|
2058
2079
|
export declare const AuthorizationCodePropertiesFilterSensitiveLog: (
|
|
2059
2080
|
obj: AuthorizationCodeProperties
|
|
2060
2081
|
) => any;
|
|
@@ -33,6 +33,7 @@ import {
|
|
|
33
33
|
TriggerType,
|
|
34
34
|
WorkerType,
|
|
35
35
|
} from "./models_0";
|
|
36
|
+
export interface CancelDataQualityRuleRecommendationRunResponse {}
|
|
36
37
|
export interface CancelDataQualityRulesetEvaluationRunRequest {
|
|
37
38
|
RunId: string | undefined;
|
|
38
39
|
}
|
|
@@ -1705,14 +1706,6 @@ export interface ImportLabelsTaskRunProperties {
|
|
|
1705
1706
|
export interface LabelingSetGenerationTaskRunProperties {
|
|
1706
1707
|
OutputS3Path?: string | undefined;
|
|
1707
1708
|
}
|
|
1708
|
-
export declare const TaskType: {
|
|
1709
|
-
readonly EVALUATION: "EVALUATION";
|
|
1710
|
-
readonly EXPORT_LABELS: "EXPORT_LABELS";
|
|
1711
|
-
readonly FIND_MATCHES: "FIND_MATCHES";
|
|
1712
|
-
readonly IMPORT_LABELS: "IMPORT_LABELS";
|
|
1713
|
-
readonly LABELING_SET_GENERATION: "LABELING_SET_GENERATION";
|
|
1714
|
-
};
|
|
1715
|
-
export type TaskType = (typeof TaskType)[keyof typeof TaskType];
|
|
1716
1709
|
export declare const ConnectionInputFilterSensitiveLog: (
|
|
1717
1710
|
obj: ConnectionInput
|
|
1718
1711
|
) => any;
|
|
@@ -62,12 +62,19 @@ import {
|
|
|
62
62
|
SchemaVersionStatus,
|
|
63
63
|
Session,
|
|
64
64
|
TaskStatusType,
|
|
65
|
-
TaskType,
|
|
66
65
|
TransformEncryption,
|
|
67
66
|
TransformParameters,
|
|
68
67
|
TransformType,
|
|
69
68
|
ViewDialect,
|
|
70
69
|
} from "./models_1";
|
|
70
|
+
export declare const TaskType: {
|
|
71
|
+
readonly EVALUATION: "EVALUATION";
|
|
72
|
+
readonly EXPORT_LABELS: "EXPORT_LABELS";
|
|
73
|
+
readonly FIND_MATCHES: "FIND_MATCHES";
|
|
74
|
+
readonly IMPORT_LABELS: "IMPORT_LABELS";
|
|
75
|
+
readonly LABELING_SET_GENERATION: "LABELING_SET_GENERATION";
|
|
76
|
+
};
|
|
77
|
+
export type TaskType = (typeof TaskType)[keyof typeof TaskType];
|
|
71
78
|
export interface TaskRunProperties {
|
|
72
79
|
TaskType?: TaskType | undefined;
|
|
73
80
|
ImportLabelsTaskRunProperties?: ImportLabelsTaskRunProperties | undefined;
|
|
@@ -1697,10 +1704,6 @@ export interface UpdateDataQualityRulesetResponse {
|
|
|
1697
1704
|
Description?: string | undefined;
|
|
1698
1705
|
Ruleset?: string | undefined;
|
|
1699
1706
|
}
|
|
1700
|
-
export interface DevEndpointCustomLibraries {
|
|
1701
|
-
ExtraPythonLibsS3Path?: string | undefined;
|
|
1702
|
-
ExtraJarsS3Path?: string | undefined;
|
|
1703
|
-
}
|
|
1704
1707
|
export declare const StatisticSummaryFilterSensitiveLog: (
|
|
1705
1708
|
obj: StatisticSummary
|
|
1706
1709
|
) => any;
|
|
@@ -103,7 +103,6 @@ import {
|
|
|
103
103
|
} from "./models_1";
|
|
104
104
|
import {
|
|
105
105
|
ColumnRowFilter,
|
|
106
|
-
DevEndpointCustomLibraries,
|
|
107
106
|
FederatedTable,
|
|
108
107
|
ResourceAction,
|
|
109
108
|
ResourceState,
|
|
@@ -111,6 +110,10 @@ import {
|
|
|
111
110
|
ViewDefinition,
|
|
112
111
|
ViewValidation,
|
|
113
112
|
} from "./models_2";
|
|
113
|
+
export interface DevEndpointCustomLibraries {
|
|
114
|
+
ExtraPythonLibsS3Path?: string | undefined;
|
|
115
|
+
ExtraJarsS3Path?: string | undefined;
|
|
116
|
+
}
|
|
114
117
|
export interface UpdateDevEndpointRequest {
|
|
115
118
|
EndpointName: string | undefined;
|
|
116
119
|
PublicKey?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-glue",
|
|
3
3
|
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.696.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-glue",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.5.
|
|
38
|
-
"@smithy/fetch-http-handler": "^4.1.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.3.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.4.
|
|
50
|
-
"@smithy/types": "^3.7.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.696.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.696.0",
|
|
25
|
+
"@aws-sdk/core": "3.696.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.696.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.696.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.696.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.696.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.696.0",
|
|
32
|
+
"@aws-sdk/types": "3.696.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.696.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.696.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.696.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.12",
|
|
37
|
+
"@smithy/core": "^2.5.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^4.1.1",
|
|
39
|
+
"@smithy/hash-node": "^3.0.10",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.10",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.12",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.2.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.27",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.10",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.10",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.11",
|
|
47
|
+
"@smithy/node-http-handler": "^3.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.7",
|
|
49
|
+
"@smithy/smithy-client": "^3.4.4",
|
|
50
|
+
"@smithy/types": "^3.7.1",
|
|
51
|
+
"@smithy/url-parser": "^3.0.10",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.27",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.27",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.6",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.10",
|
|
59
|
+
"@smithy/util-retry": "^3.0.10",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|