@aws-sdk/client-glue 3.655.0 → 3.658.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 +60 -3
- package/dist-es/commands/CreateConnectionCommand.js +2 -1
- package/dist-es/commands/TestConnectionCommand.js +2 -1
- package/dist-es/commands/UpdateConnectionCommand.js +2 -1
- package/dist-es/models/models_0.js +14 -0
- package/dist-es/models/models_1.js +11 -1
- package/dist-es/models/models_2.js +18 -0
- package/dist-es/protocols/Aws_json1_1.js +1 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +4 -1
- package/dist-types/commands/GetConnectionCommand.d.ts +3 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +3 -0
- package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +4 -1
- package/dist-types/models/models_0.d.ts +16 -4
- package/dist-types/models/models_1.d.ts +18 -0
- package/dist-types/models/models_2.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +10 -1
- package/dist-types/ts3.4/models/models_1.d.ts +8 -0
- package/dist-types/ts3.4/models/models_2.d.ts +9 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -25,7 +25,9 @@ __export(src_exports, {
|
|
|
25
25
|
AdditionalOptionKeys: () => AdditionalOptionKeys,
|
|
26
26
|
AggFunction: () => AggFunction,
|
|
27
27
|
AlreadyExistsException: () => AlreadyExistsException,
|
|
28
|
+
AuthenticationConfigurationInputFilterSensitiveLog: () => AuthenticationConfigurationInputFilterSensitiveLog,
|
|
28
29
|
AuthenticationType: () => AuthenticationType,
|
|
30
|
+
AuthorizationCodePropertiesFilterSensitiveLog: () => AuthorizationCodePropertiesFilterSensitiveLog,
|
|
29
31
|
BackfillErrorCode: () => BackfillErrorCode,
|
|
30
32
|
BatchCreatePartitionCommand: () => BatchCreatePartitionCommand,
|
|
31
33
|
BatchDeleteConnectionCommand: () => BatchDeleteConnectionCommand,
|
|
@@ -68,6 +70,7 @@ __export(src_exports, {
|
|
|
68
70
|
ConcurrentRunsExceededException: () => ConcurrentRunsExceededException,
|
|
69
71
|
ConditionCheckFailureException: () => ConditionCheckFailureException,
|
|
70
72
|
ConflictException: () => ConflictException,
|
|
73
|
+
ConnectionInputFilterSensitiveLog: () => ConnectionInputFilterSensitiveLog,
|
|
71
74
|
ConnectionPropertyKey: () => ConnectionPropertyKey,
|
|
72
75
|
ConnectionStatus: () => ConnectionStatus,
|
|
73
76
|
ConnectionType: () => ConnectionType,
|
|
@@ -81,6 +84,7 @@ __export(src_exports, {
|
|
|
81
84
|
CreateBlueprintCommand: () => CreateBlueprintCommand,
|
|
82
85
|
CreateClassifierCommand: () => CreateClassifierCommand,
|
|
83
86
|
CreateConnectionCommand: () => CreateConnectionCommand,
|
|
87
|
+
CreateConnectionRequestFilterSensitiveLog: () => CreateConnectionRequestFilterSensitiveLog,
|
|
84
88
|
CreateCrawlerCommand: () => CreateCrawlerCommand,
|
|
85
89
|
CreateCustomEntityTypeCommand: () => CreateCustomEntityTypeCommand,
|
|
86
90
|
CreateDataQualityRulesetCommand: () => CreateDataQualityRulesetCommand,
|
|
@@ -289,6 +293,7 @@ __export(src_exports, {
|
|
|
289
293
|
NoScheduleException: () => NoScheduleException,
|
|
290
294
|
NodeType: () => NodeType,
|
|
291
295
|
OAuth2GrantType: () => OAuth2GrantType,
|
|
296
|
+
OAuth2PropertiesInputFilterSensitiveLog: () => OAuth2PropertiesInputFilterSensitiveLog,
|
|
292
297
|
OperationNotSupportedException: () => OperationNotSupportedException,
|
|
293
298
|
OperationTimeoutException: () => OperationTimeoutException,
|
|
294
299
|
ParamType: () => ParamType,
|
|
@@ -366,6 +371,8 @@ __export(src_exports, {
|
|
|
366
371
|
TaskStatusType: () => TaskStatusType,
|
|
367
372
|
TaskType: () => TaskType,
|
|
368
373
|
TestConnectionCommand: () => TestConnectionCommand,
|
|
374
|
+
TestConnectionInputFilterSensitiveLog: () => TestConnectionInputFilterSensitiveLog,
|
|
375
|
+
TestConnectionRequestFilterSensitiveLog: () => TestConnectionRequestFilterSensitiveLog,
|
|
369
376
|
ThrottlingException: () => ThrottlingException,
|
|
370
377
|
TransformSortColumnType: () => TransformSortColumnType,
|
|
371
378
|
TransformStatusType: () => TransformStatusType,
|
|
@@ -381,6 +388,7 @@ __export(src_exports, {
|
|
|
381
388
|
UpdateColumnStatisticsForPartitionCommand: () => UpdateColumnStatisticsForPartitionCommand,
|
|
382
389
|
UpdateColumnStatisticsForTableCommand: () => UpdateColumnStatisticsForTableCommand,
|
|
383
390
|
UpdateConnectionCommand: () => UpdateConnectionCommand,
|
|
391
|
+
UpdateConnectionRequestFilterSensitiveLog: () => UpdateConnectionRequestFilterSensitiveLog,
|
|
384
392
|
UpdateCrawlerCommand: () => UpdateCrawlerCommand,
|
|
385
393
|
UpdateCrawlerScheduleCommand: () => UpdateCrawlerScheduleCommand,
|
|
386
394
|
UpdateDataQualityRulesetCommand: () => UpdateDataQualityRulesetCommand,
|
|
@@ -1209,6 +1217,20 @@ var WorkflowRunStatus = {
|
|
|
1209
1217
|
STOPPED: "STOPPED",
|
|
1210
1218
|
STOPPING: "STOPPING"
|
|
1211
1219
|
};
|
|
1220
|
+
var AuthorizationCodePropertiesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1221
|
+
...obj,
|
|
1222
|
+
...obj.AuthorizationCode && { AuthorizationCode: import_smithy_client.SENSITIVE_STRING }
|
|
1223
|
+
}), "AuthorizationCodePropertiesFilterSensitiveLog");
|
|
1224
|
+
var OAuth2PropertiesInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1225
|
+
...obj,
|
|
1226
|
+
...obj.AuthorizationCodeProperties && {
|
|
1227
|
+
AuthorizationCodeProperties: AuthorizationCodePropertiesFilterSensitiveLog(obj.AuthorizationCodeProperties)
|
|
1228
|
+
}
|
|
1229
|
+
}), "OAuth2PropertiesInputFilterSensitiveLog");
|
|
1230
|
+
var AuthenticationConfigurationInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1231
|
+
...obj,
|
|
1232
|
+
...obj.OAuth2Properties && { OAuth2Properties: OAuth2PropertiesInputFilterSensitiveLog(obj.OAuth2Properties) }
|
|
1233
|
+
}), "AuthenticationConfigurationInputFilterSensitiveLog");
|
|
1212
1234
|
var DataQualityAnalyzerResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1213
1235
|
...obj,
|
|
1214
1236
|
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1658,6 +1680,16 @@ var SortDirectionType = {
|
|
|
1658
1680
|
ASCENDING: "ASCENDING",
|
|
1659
1681
|
DESCENDING: "DESCENDING"
|
|
1660
1682
|
};
|
|
1683
|
+
var ConnectionInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1684
|
+
...obj,
|
|
1685
|
+
...obj.AuthenticationConfiguration && {
|
|
1686
|
+
AuthenticationConfiguration: AuthenticationConfigurationInputFilterSensitiveLog(obj.AuthenticationConfiguration)
|
|
1687
|
+
}
|
|
1688
|
+
}), "ConnectionInputFilterSensitiveLog");
|
|
1689
|
+
var CreateConnectionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1690
|
+
...obj,
|
|
1691
|
+
...obj.ConnectionInput && { ConnectionInput: ConnectionInputFilterSensitiveLog(obj.ConnectionInput) }
|
|
1692
|
+
}), "CreateConnectionRequestFilterSensitiveLog");
|
|
1661
1693
|
var GetDataQualityResultResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1662
1694
|
...obj,
|
|
1663
1695
|
...obj.RuleResults && { RuleResults: obj.RuleResults.map((item) => DataQualityRuleResultFilterSensitiveLog(item)) },
|
|
@@ -2034,6 +2066,22 @@ var ListDataQualityStatisticsResponseFilterSensitiveLog = /* @__PURE__ */ __name
|
|
|
2034
2066
|
...obj,
|
|
2035
2067
|
...obj.Statistics && { Statistics: obj.Statistics.map((item) => StatisticSummaryFilterSensitiveLog(item)) }
|
|
2036
2068
|
}), "ListDataQualityStatisticsResponseFilterSensitiveLog");
|
|
2069
|
+
var TestConnectionInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2070
|
+
...obj,
|
|
2071
|
+
...obj.AuthenticationConfiguration && {
|
|
2072
|
+
AuthenticationConfiguration: AuthenticationConfigurationInputFilterSensitiveLog(obj.AuthenticationConfiguration)
|
|
2073
|
+
}
|
|
2074
|
+
}), "TestConnectionInputFilterSensitiveLog");
|
|
2075
|
+
var TestConnectionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2076
|
+
...obj,
|
|
2077
|
+
...obj.TestConnectionInput && {
|
|
2078
|
+
TestConnectionInput: TestConnectionInputFilterSensitiveLog(obj.TestConnectionInput)
|
|
2079
|
+
}
|
|
2080
|
+
}), "TestConnectionRequestFilterSensitiveLog");
|
|
2081
|
+
var UpdateConnectionRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2082
|
+
...obj,
|
|
2083
|
+
...obj.ConnectionInput && { ConnectionInput: ConnectionInputFilterSensitiveLog(obj.ConnectionInput) }
|
|
2084
|
+
}), "UpdateConnectionRequestFilterSensitiveLog");
|
|
2037
2085
|
|
|
2038
2086
|
// src/protocols/Aws_json1_1.ts
|
|
2039
2087
|
var se_BatchCreatePartitionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -7942,6 +7990,7 @@ var de_CompactionMetrics = /* @__PURE__ */ __name((output, context) => {
|
|
|
7942
7990
|
}, "de_CompactionMetrics");
|
|
7943
7991
|
var de_Connection = /* @__PURE__ */ __name((output, context) => {
|
|
7944
7992
|
return (0, import_smithy_client.take)(output, {
|
|
7993
|
+
AthenaProperties: import_smithy_client._json,
|
|
7945
7994
|
AuthenticationConfiguration: import_smithy_client._json,
|
|
7946
7995
|
ConnectionProperties: import_smithy_client._json,
|
|
7947
7996
|
ConnectionType: import_smithy_client.expectString,
|
|
@@ -9983,7 +10032,7 @@ var _CreateConnectionCommand = class _CreateConnectionCommand extends import_smi
|
|
|
9983
10032
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9984
10033
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9985
10034
|
];
|
|
9986
|
-
}).s("AWSGlue", "CreateConnection", {}).n("GlueClient", "CreateConnectionCommand").f(
|
|
10035
|
+
}).s("AWSGlue", "CreateConnection", {}).n("GlueClient", "CreateConnectionCommand").f(CreateConnectionRequestFilterSensitiveLog, void 0).ser(se_CreateConnectionCommand).de(de_CreateConnectionCommand).build() {
|
|
9987
10036
|
};
|
|
9988
10037
|
__name(_CreateConnectionCommand, "CreateConnectionCommand");
|
|
9989
10038
|
var CreateConnectionCommand = _CreateConnectionCommand;
|
|
@@ -12433,7 +12482,7 @@ var _TestConnectionCommand = class _TestConnectionCommand extends import_smithy_
|
|
|
12433
12482
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12434
12483
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12435
12484
|
];
|
|
12436
|
-
}).s("AWSGlue", "TestConnection", {}).n("GlueClient", "TestConnectionCommand").f(
|
|
12485
|
+
}).s("AWSGlue", "TestConnection", {}).n("GlueClient", "TestConnectionCommand").f(TestConnectionRequestFilterSensitiveLog, void 0).ser(se_TestConnectionCommand).de(de_TestConnectionCommand).build() {
|
|
12437
12486
|
};
|
|
12438
12487
|
__name(_TestConnectionCommand, "TestConnectionCommand");
|
|
12439
12488
|
var TestConnectionCommand = _TestConnectionCommand;
|
|
@@ -12517,7 +12566,7 @@ var _UpdateConnectionCommand = class _UpdateConnectionCommand extends import_smi
|
|
|
12517
12566
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12518
12567
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12519
12568
|
];
|
|
12520
|
-
}).s("AWSGlue", "UpdateConnection", {}).n("GlueClient", "UpdateConnectionCommand").f(
|
|
12569
|
+
}).s("AWSGlue", "UpdateConnection", {}).n("GlueClient", "UpdateConnectionCommand").f(UpdateConnectionRequestFilterSensitiveLog, void 0).ser(se_UpdateConnectionCommand).de(de_UpdateConnectionCommand).build() {
|
|
12521
12570
|
};
|
|
12522
12571
|
__name(_UpdateConnectionCommand, "UpdateConnectionCommand");
|
|
12523
12572
|
var UpdateConnectionCommand = _UpdateConnectionCommand;
|
|
@@ -13515,6 +13564,9 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
|
|
|
13515
13564
|
TriggerType,
|
|
13516
13565
|
NodeType,
|
|
13517
13566
|
WorkflowRunStatus,
|
|
13567
|
+
AuthorizationCodePropertiesFilterSensitiveLog,
|
|
13568
|
+
OAuth2PropertiesInputFilterSensitiveLog,
|
|
13569
|
+
AuthenticationConfigurationInputFilterSensitiveLog,
|
|
13518
13570
|
DataQualityAnalyzerResultFilterSensitiveLog,
|
|
13519
13571
|
DataQualityObservationFilterSensitiveLog,
|
|
13520
13572
|
DataQualityRuleResultFilterSensitiveLog,
|
|
@@ -13564,6 +13616,8 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
|
|
|
13564
13616
|
TaskType,
|
|
13565
13617
|
TaskRunSortColumnType,
|
|
13566
13618
|
SortDirectionType,
|
|
13619
|
+
ConnectionInputFilterSensitiveLog,
|
|
13620
|
+
CreateConnectionRequestFilterSensitiveLog,
|
|
13567
13621
|
GetDataQualityResultResponseFilterSensitiveLog,
|
|
13568
13622
|
TransformStatusType,
|
|
13569
13623
|
TransformSortColumnType,
|
|
@@ -13599,6 +13653,9 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
|
|
|
13599
13653
|
VersionMismatchException,
|
|
13600
13654
|
StatisticSummaryFilterSensitiveLog,
|
|
13601
13655
|
ListDataQualityStatisticsResponseFilterSensitiveLog,
|
|
13656
|
+
TestConnectionInputFilterSensitiveLog,
|
|
13657
|
+
TestConnectionRequestFilterSensitiveLog,
|
|
13658
|
+
UpdateConnectionRequestFilterSensitiveLog,
|
|
13602
13659
|
ViewUpdateAction,
|
|
13603
13660
|
CreateJobRequestFilterSensitiveLog,
|
|
13604
13661
|
JobFilterSensitiveLog,
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { CreateConnectionRequestFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_CreateConnectionCommand, se_CreateConnectionCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class CreateConnectionCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class CreateConnectionCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AWSGlue", "CreateConnection", {})
|
|
17
18
|
.n("GlueClient", "CreateConnectionCommand")
|
|
18
|
-
.f(
|
|
19
|
+
.f(CreateConnectionRequestFilterSensitiveLog, void 0)
|
|
19
20
|
.ser(se_CreateConnectionCommand)
|
|
20
21
|
.de(de_CreateConnectionCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { TestConnectionRequestFilterSensitiveLog, } from "../models/models_2";
|
|
5
6
|
import { de_TestConnectionCommand, se_TestConnectionCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class TestConnectionCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class TestConnectionCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AWSGlue", "TestConnection", {})
|
|
17
18
|
.n("GlueClient", "TestConnectionCommand")
|
|
18
|
-
.f(
|
|
19
|
+
.f(TestConnectionRequestFilterSensitiveLog, void 0)
|
|
19
20
|
.ser(se_TestConnectionCommand)
|
|
20
21
|
.de(de_TestConnectionCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { UpdateConnectionRequestFilterSensitiveLog, } from "../models/models_2";
|
|
5
6
|
import { de_UpdateConnectionCommand, se_UpdateConnectionCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class UpdateConnectionCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class UpdateConnectionCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AWSGlue", "UpdateConnection", {})
|
|
17
18
|
.n("GlueClient", "UpdateConnectionCommand")
|
|
18
|
-
.f(
|
|
19
|
+
.f(UpdateConnectionRequestFilterSensitiveLog, void 0)
|
|
19
20
|
.ser(se_UpdateConnectionCommand)
|
|
20
21
|
.de(de_UpdateConnectionCommand)
|
|
21
22
|
.build() {
|
|
@@ -526,6 +526,20 @@ export const WorkflowRunStatus = {
|
|
|
526
526
|
STOPPED: "STOPPED",
|
|
527
527
|
STOPPING: "STOPPING",
|
|
528
528
|
};
|
|
529
|
+
export const AuthorizationCodePropertiesFilterSensitiveLog = (obj) => ({
|
|
530
|
+
...obj,
|
|
531
|
+
...(obj.AuthorizationCode && { AuthorizationCode: SENSITIVE_STRING }),
|
|
532
|
+
});
|
|
533
|
+
export const OAuth2PropertiesInputFilterSensitiveLog = (obj) => ({
|
|
534
|
+
...obj,
|
|
535
|
+
...(obj.AuthorizationCodeProperties && {
|
|
536
|
+
AuthorizationCodeProperties: AuthorizationCodePropertiesFilterSensitiveLog(obj.AuthorizationCodeProperties),
|
|
537
|
+
}),
|
|
538
|
+
});
|
|
539
|
+
export const AuthenticationConfigurationInputFilterSensitiveLog = (obj) => ({
|
|
540
|
+
...obj,
|
|
541
|
+
...(obj.OAuth2Properties && { OAuth2Properties: OAuth2PropertiesInputFilterSensitiveLog(obj.OAuth2Properties) }),
|
|
542
|
+
});
|
|
529
543
|
export const DataQualityAnalyzerResultFilterSensitiveLog = (obj) => ({
|
|
530
544
|
...obj,
|
|
531
545
|
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
2
|
-
import { DataQualityAnalyzerResultFilterSensitiveLog, DataQualityObservationFilterSensitiveLog, DataQualityRuleResultFilterSensitiveLog, } from "./models_0";
|
|
2
|
+
import { AuthenticationConfigurationInputFilterSensitiveLog, DataQualityAnalyzerResultFilterSensitiveLog, DataQualityObservationFilterSensitiveLog, DataQualityRuleResultFilterSensitiveLog, } from "./models_0";
|
|
3
3
|
export const TaskStatusType = {
|
|
4
4
|
FAILED: "FAILED",
|
|
5
5
|
RUNNING: "RUNNING",
|
|
@@ -367,6 +367,16 @@ export const SortDirectionType = {
|
|
|
367
367
|
ASCENDING: "ASCENDING",
|
|
368
368
|
DESCENDING: "DESCENDING",
|
|
369
369
|
};
|
|
370
|
+
export const ConnectionInputFilterSensitiveLog = (obj) => ({
|
|
371
|
+
...obj,
|
|
372
|
+
...(obj.AuthenticationConfiguration && {
|
|
373
|
+
AuthenticationConfiguration: AuthenticationConfigurationInputFilterSensitiveLog(obj.AuthenticationConfiguration),
|
|
374
|
+
}),
|
|
375
|
+
});
|
|
376
|
+
export const CreateConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
377
|
+
...obj,
|
|
378
|
+
...(obj.ConnectionInput && { ConnectionInput: ConnectionInputFilterSensitiveLog(obj.ConnectionInput) }),
|
|
379
|
+
});
|
|
370
380
|
export const GetDataQualityResultResponseFilterSensitiveLog = (obj) => ({
|
|
371
381
|
...obj,
|
|
372
382
|
...(obj.RuleResults && { RuleResults: obj.RuleResults.map((item) => DataQualityRuleResultFilterSensitiveLog(item)) }),
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
3
|
+
import { AuthenticationConfigurationInputFilterSensitiveLog, } from "./models_0";
|
|
4
|
+
import { ConnectionInputFilterSensitiveLog, } from "./models_1";
|
|
3
5
|
export const TransformStatusType = {
|
|
4
6
|
DELETING: "DELETING",
|
|
5
7
|
NOT_READY: "NOT_READY",
|
|
@@ -293,3 +295,19 @@ export const ListDataQualityStatisticsResponseFilterSensitiveLog = (obj) => ({
|
|
|
293
295
|
...obj,
|
|
294
296
|
...(obj.Statistics && { Statistics: obj.Statistics.map((item) => StatisticSummaryFilterSensitiveLog(item)) }),
|
|
295
297
|
});
|
|
298
|
+
export const TestConnectionInputFilterSensitiveLog = (obj) => ({
|
|
299
|
+
...obj,
|
|
300
|
+
...(obj.AuthenticationConfiguration && {
|
|
301
|
+
AuthenticationConfiguration: AuthenticationConfigurationInputFilterSensitiveLog(obj.AuthenticationConfiguration),
|
|
302
|
+
}),
|
|
303
|
+
});
|
|
304
|
+
export const TestConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
305
|
+
...obj,
|
|
306
|
+
...(obj.TestConnectionInput && {
|
|
307
|
+
TestConnectionInput: TestConnectionInputFilterSensitiveLog(obj.TestConnectionInput),
|
|
308
|
+
}),
|
|
309
|
+
});
|
|
310
|
+
export const UpdateConnectionRequestFilterSensitiveLog = (obj) => ({
|
|
311
|
+
...obj,
|
|
312
|
+
...(obj.ConnectionInput && { ConnectionInput: ConnectionInputFilterSensitiveLog(obj.ConnectionInput) }),
|
|
313
|
+
});
|
|
@@ -5939,6 +5939,7 @@ const de_CompactionMetrics = (output, context) => {
|
|
|
5939
5939
|
};
|
|
5940
5940
|
const de_Connection = (output, context) => {
|
|
5941
5941
|
return take(output, {
|
|
5942
|
+
AthenaProperties: _json,
|
|
5942
5943
|
AuthenticationConfiguration: _json,
|
|
5943
5944
|
ConnectionProperties: _json,
|
|
5944
5945
|
ConnectionType: __expectString,
|
|
@@ -47,6 +47,9 @@ declare const CreateConnectionCommand_base: {
|
|
|
47
47
|
* ConnectionProperties: { // ConnectionProperties // required
|
|
48
48
|
* "<keys>": "STRING_VALUE",
|
|
49
49
|
* },
|
|
50
|
+
* AthenaProperties: { // PropertyMap
|
|
51
|
+
* "<keys>": "STRING_VALUE",
|
|
52
|
+
* },
|
|
50
53
|
* PhysicalConnectionRequirements: { // PhysicalConnectionRequirements
|
|
51
54
|
* SubnetId: "STRING_VALUE",
|
|
52
55
|
* SecurityGroupIdList: [ // SecurityGroupIdList
|
|
@@ -56,7 +59,6 @@ declare const CreateConnectionCommand_base: {
|
|
|
56
59
|
* },
|
|
57
60
|
* AuthenticationConfiguration: { // AuthenticationConfigurationInput
|
|
58
61
|
* AuthenticationType: "BASIC" || "OAUTH2" || "CUSTOM",
|
|
59
|
-
* SecretArn: "STRING_VALUE",
|
|
60
62
|
* OAuth2Properties: { // OAuth2PropertiesInput
|
|
61
63
|
* OAuth2GrantType: "AUTHORIZATION_CODE" || "CLIENT_CREDENTIALS" || "JWT_BEARER",
|
|
62
64
|
* OAuth2ClientApplication: { // OAuth2ClientApplication
|
|
@@ -72,6 +74,7 @@ declare const CreateConnectionCommand_base: {
|
|
|
72
74
|
* RedirectUri: "STRING_VALUE",
|
|
73
75
|
* },
|
|
74
76
|
* },
|
|
77
|
+
* SecretArn: "STRING_VALUE",
|
|
75
78
|
* },
|
|
76
79
|
* ValidateCredentials: true || false,
|
|
77
80
|
* },
|
|
@@ -52,6 +52,9 @@ declare const GetConnectionCommand_base: {
|
|
|
52
52
|
* // ConnectionProperties: { // ConnectionProperties
|
|
53
53
|
* // "<keys>": "STRING_VALUE",
|
|
54
54
|
* // },
|
|
55
|
+
* // AthenaProperties: { // PropertyMap
|
|
56
|
+
* // "<keys>": "STRING_VALUE",
|
|
57
|
+
* // },
|
|
55
58
|
* // PhysicalConnectionRequirements: { // PhysicalConnectionRequirements
|
|
56
59
|
* // SubnetId: "STRING_VALUE",
|
|
57
60
|
* // SecurityGroupIdList: [ // SecurityGroupIdList
|
|
@@ -60,6 +60,9 @@ declare const GetConnectionsCommand_base: {
|
|
|
60
60
|
* // ConnectionProperties: { // ConnectionProperties
|
|
61
61
|
* // "<keys>": "STRING_VALUE",
|
|
62
62
|
* // },
|
|
63
|
+
* // AthenaProperties: { // PropertyMap
|
|
64
|
+
* // "<keys>": "STRING_VALUE",
|
|
65
|
+
* // },
|
|
63
66
|
* // PhysicalConnectionRequirements: { // PhysicalConnectionRequirements
|
|
64
67
|
* // SubnetId: "STRING_VALUE",
|
|
65
68
|
* // SecurityGroupIdList: [ // SecurityGroupIdList
|
|
@@ -45,7 +45,6 @@ declare const TestConnectionCommand_base: {
|
|
|
45
45
|
* },
|
|
46
46
|
* AuthenticationConfiguration: { // AuthenticationConfigurationInput
|
|
47
47
|
* AuthenticationType: "BASIC" || "OAUTH2" || "CUSTOM",
|
|
48
|
-
* SecretArn: "STRING_VALUE",
|
|
49
48
|
* OAuth2Properties: { // OAuth2PropertiesInput
|
|
50
49
|
* OAuth2GrantType: "AUTHORIZATION_CODE" || "CLIENT_CREDENTIALS" || "JWT_BEARER",
|
|
51
50
|
* OAuth2ClientApplication: { // OAuth2ClientApplication
|
|
@@ -61,6 +60,7 @@ declare const TestConnectionCommand_base: {
|
|
|
61
60
|
* RedirectUri: "STRING_VALUE",
|
|
62
61
|
* },
|
|
63
62
|
* },
|
|
63
|
+
* SecretArn: "STRING_VALUE",
|
|
64
64
|
* },
|
|
65
65
|
* },
|
|
66
66
|
* };
|
|
@@ -47,6 +47,9 @@ declare const UpdateConnectionCommand_base: {
|
|
|
47
47
|
* ConnectionProperties: { // ConnectionProperties // required
|
|
48
48
|
* "<keys>": "STRING_VALUE",
|
|
49
49
|
* },
|
|
50
|
+
* AthenaProperties: { // PropertyMap
|
|
51
|
+
* "<keys>": "STRING_VALUE",
|
|
52
|
+
* },
|
|
50
53
|
* PhysicalConnectionRequirements: { // PhysicalConnectionRequirements
|
|
51
54
|
* SubnetId: "STRING_VALUE",
|
|
52
55
|
* SecurityGroupIdList: [ // SecurityGroupIdList
|
|
@@ -56,7 +59,6 @@ declare const UpdateConnectionCommand_base: {
|
|
|
56
59
|
* },
|
|
57
60
|
* AuthenticationConfiguration: { // AuthenticationConfigurationInput
|
|
58
61
|
* AuthenticationType: "BASIC" || "OAUTH2" || "CUSTOM",
|
|
59
|
-
* SecretArn: "STRING_VALUE",
|
|
60
62
|
* OAuth2Properties: { // OAuth2PropertiesInput
|
|
61
63
|
* OAuth2GrantType: "AUTHORIZATION_CODE" || "CLIENT_CREDENTIALS" || "JWT_BEARER",
|
|
62
64
|
* OAuth2ClientApplication: { // OAuth2ClientApplication
|
|
@@ -72,6 +74,7 @@ declare const UpdateConnectionCommand_base: {
|
|
|
72
74
|
* RedirectUri: "STRING_VALUE",
|
|
73
75
|
* },
|
|
74
76
|
* },
|
|
77
|
+
* SecretArn: "STRING_VALUE",
|
|
75
78
|
* },
|
|
76
79
|
* ValidateCredentials: true || false,
|
|
77
80
|
* },
|
|
@@ -691,15 +691,15 @@ export interface AuthenticationConfigurationInput {
|
|
|
691
691
|
*/
|
|
692
692
|
AuthenticationType?: AuthenticationType;
|
|
693
693
|
/**
|
|
694
|
-
* <p>The
|
|
694
|
+
* <p>The properties for OAuth2 authentication in the CreateConnection request.</p>
|
|
695
695
|
* @public
|
|
696
696
|
*/
|
|
697
|
-
|
|
697
|
+
OAuth2Properties?: OAuth2PropertiesInput;
|
|
698
698
|
/**
|
|
699
|
-
* <p>The
|
|
699
|
+
* <p>The secret manager ARN to store credentials in the CreateConnection request.</p>
|
|
700
700
|
* @public
|
|
701
701
|
*/
|
|
702
|
-
|
|
702
|
+
SecretArn?: string;
|
|
703
703
|
}
|
|
704
704
|
/**
|
|
705
705
|
* <p>A column in a <code>Table</code>.</p>
|
|
@@ -7978,6 +7978,18 @@ export interface CancelDataQualityRuleRecommendationRunRequest {
|
|
|
7978
7978
|
*/
|
|
7979
7979
|
export interface CancelDataQualityRuleRecommendationRunResponse {
|
|
7980
7980
|
}
|
|
7981
|
+
/**
|
|
7982
|
+
* @internal
|
|
7983
|
+
*/
|
|
7984
|
+
export declare const AuthorizationCodePropertiesFilterSensitiveLog: (obj: AuthorizationCodeProperties) => any;
|
|
7985
|
+
/**
|
|
7986
|
+
* @internal
|
|
7987
|
+
*/
|
|
7988
|
+
export declare const OAuth2PropertiesInputFilterSensitiveLog: (obj: OAuth2PropertiesInput) => any;
|
|
7989
|
+
/**
|
|
7990
|
+
* @internal
|
|
7991
|
+
*/
|
|
7992
|
+
export declare const AuthenticationConfigurationInputFilterSensitiveLog: (obj: AuthenticationConfigurationInput) => any;
|
|
7981
7993
|
/**
|
|
7982
7994
|
* @internal
|
|
7983
7995
|
*/
|
|
@@ -607,6 +607,11 @@ export interface ConnectionInput {
|
|
|
607
607
|
* @public
|
|
608
608
|
*/
|
|
609
609
|
ConnectionProperties: Partial<Record<ConnectionPropertyKey, string>> | undefined;
|
|
610
|
+
/**
|
|
611
|
+
* <p>This field is not currently used.</p>
|
|
612
|
+
* @public
|
|
613
|
+
*/
|
|
614
|
+
AthenaProperties?: Record<string, string>;
|
|
610
615
|
/**
|
|
611
616
|
* <p>The physical connection requirements, such as virtual private cloud (VPC) and <code>SecurityGroup</code>, that are needed to successfully make this connection.</p>
|
|
612
617
|
* @public
|
|
@@ -5118,6 +5123,11 @@ export interface Connection {
|
|
|
5118
5123
|
* @public
|
|
5119
5124
|
*/
|
|
5120
5125
|
ConnectionProperties?: Partial<Record<ConnectionPropertyKey, string>>;
|
|
5126
|
+
/**
|
|
5127
|
+
* <p>This field is not currently used.</p>
|
|
5128
|
+
* @public
|
|
5129
|
+
*/
|
|
5130
|
+
AthenaProperties?: Record<string, string>;
|
|
5121
5131
|
/**
|
|
5122
5132
|
* <p>The physical connection requirements, such as virtual private cloud (VPC) and <code>SecurityGroup</code>, that are needed to make this connection successfully.</p>
|
|
5123
5133
|
* @public
|
|
@@ -6821,6 +6831,14 @@ export interface GetMLTaskRunsResponse {
|
|
|
6821
6831
|
*/
|
|
6822
6832
|
NextToken?: string;
|
|
6823
6833
|
}
|
|
6834
|
+
/**
|
|
6835
|
+
* @internal
|
|
6836
|
+
*/
|
|
6837
|
+
export declare const ConnectionInputFilterSensitiveLog: (obj: ConnectionInput) => any;
|
|
6838
|
+
/**
|
|
6839
|
+
* @internal
|
|
6840
|
+
*/
|
|
6841
|
+
export declare const CreateConnectionRequestFilterSensitiveLog: (obj: CreateConnectionRequest) => any;
|
|
6824
6842
|
/**
|
|
6825
6843
|
* @internal
|
|
6826
6844
|
*/
|
|
@@ -6902,3 +6902,15 @@ export declare const StatisticSummaryFilterSensitiveLog: (obj: StatisticSummary)
|
|
|
6902
6902
|
* @internal
|
|
6903
6903
|
*/
|
|
6904
6904
|
export declare const ListDataQualityStatisticsResponseFilterSensitiveLog: (obj: ListDataQualityStatisticsResponse) => any;
|
|
6905
|
+
/**
|
|
6906
|
+
* @internal
|
|
6907
|
+
*/
|
|
6908
|
+
export declare const TestConnectionInputFilterSensitiveLog: (obj: TestConnectionInput) => any;
|
|
6909
|
+
/**
|
|
6910
|
+
* @internal
|
|
6911
|
+
*/
|
|
6912
|
+
export declare const TestConnectionRequestFilterSensitiveLog: (obj: TestConnectionRequest) => any;
|
|
6913
|
+
/**
|
|
6914
|
+
* @internal
|
|
6915
|
+
*/
|
|
6916
|
+
export declare const UpdateConnectionRequestFilterSensitiveLog: (obj: UpdateConnectionRequest) => any;
|
|
@@ -191,8 +191,8 @@ export interface OAuth2PropertiesInput {
|
|
|
191
191
|
}
|
|
192
192
|
export interface AuthenticationConfigurationInput {
|
|
193
193
|
AuthenticationType?: AuthenticationType;
|
|
194
|
-
SecretArn?: string;
|
|
195
194
|
OAuth2Properties?: OAuth2PropertiesInput;
|
|
195
|
+
SecretArn?: string;
|
|
196
196
|
}
|
|
197
197
|
export interface Column {
|
|
198
198
|
Name: string | undefined;
|
|
@@ -2055,6 +2055,15 @@ export interface CancelDataQualityRuleRecommendationRunRequest {
|
|
|
2055
2055
|
RunId: string | undefined;
|
|
2056
2056
|
}
|
|
2057
2057
|
export interface CancelDataQualityRuleRecommendationRunResponse {}
|
|
2058
|
+
export declare const AuthorizationCodePropertiesFilterSensitiveLog: (
|
|
2059
|
+
obj: AuthorizationCodeProperties
|
|
2060
|
+
) => any;
|
|
2061
|
+
export declare const OAuth2PropertiesInputFilterSensitiveLog: (
|
|
2062
|
+
obj: OAuth2PropertiesInput
|
|
2063
|
+
) => any;
|
|
2064
|
+
export declare const AuthenticationConfigurationInputFilterSensitiveLog: (
|
|
2065
|
+
obj: AuthenticationConfigurationInput
|
|
2066
|
+
) => any;
|
|
2058
2067
|
export declare const DataQualityAnalyzerResultFilterSensitiveLog: (
|
|
2059
2068
|
obj: DataQualityAnalyzerResult
|
|
2060
2069
|
) => any;
|
|
@@ -219,6 +219,7 @@ export interface ConnectionInput {
|
|
|
219
219
|
ConnectionProperties:
|
|
220
220
|
| Partial<Record<ConnectionPropertyKey, string>>
|
|
221
221
|
| undefined;
|
|
222
|
+
AthenaProperties?: Record<string, string>;
|
|
222
223
|
PhysicalConnectionRequirements?: PhysicalConnectionRequirements;
|
|
223
224
|
AuthenticationConfiguration?: AuthenticationConfigurationInput;
|
|
224
225
|
ValidateCredentials?: boolean;
|
|
@@ -1291,6 +1292,7 @@ export interface Connection {
|
|
|
1291
1292
|
ConnectionType?: ConnectionType;
|
|
1292
1293
|
MatchCriteria?: string[];
|
|
1293
1294
|
ConnectionProperties?: Partial<Record<ConnectionPropertyKey, string>>;
|
|
1295
|
+
AthenaProperties?: Record<string, string>;
|
|
1294
1296
|
PhysicalConnectionRequirements?: PhysicalConnectionRequirements;
|
|
1295
1297
|
CreationTime?: Date;
|
|
1296
1298
|
LastUpdatedTime?: Date;
|
|
@@ -1719,6 +1721,12 @@ export interface GetMLTaskRunsResponse {
|
|
|
1719
1721
|
TaskRuns?: TaskRun[];
|
|
1720
1722
|
NextToken?: string;
|
|
1721
1723
|
}
|
|
1724
|
+
export declare const ConnectionInputFilterSensitiveLog: (
|
|
1725
|
+
obj: ConnectionInput
|
|
1726
|
+
) => any;
|
|
1727
|
+
export declare const CreateConnectionRequestFilterSensitiveLog: (
|
|
1728
|
+
obj: CreateConnectionRequest
|
|
1729
|
+
) => any;
|
|
1722
1730
|
export declare const GetDataQualityResultResponseFilterSensitiveLog: (
|
|
1723
1731
|
obj: GetDataQualityResultResponse
|
|
1724
1732
|
) => any;
|
|
@@ -1709,3 +1709,12 @@ export declare const StatisticSummaryFilterSensitiveLog: (
|
|
|
1709
1709
|
export declare const ListDataQualityStatisticsResponseFilterSensitiveLog: (
|
|
1710
1710
|
obj: ListDataQualityStatisticsResponse
|
|
1711
1711
|
) => any;
|
|
1712
|
+
export declare const TestConnectionInputFilterSensitiveLog: (
|
|
1713
|
+
obj: TestConnectionInput
|
|
1714
|
+
) => any;
|
|
1715
|
+
export declare const TestConnectionRequestFilterSensitiveLog: (
|
|
1716
|
+
obj: TestConnectionRequest
|
|
1717
|
+
) => any;
|
|
1718
|
+
export declare const UpdateConnectionRequestFilterSensitiveLog: (
|
|
1719
|
+
obj: UpdateConnectionRequest
|
|
1720
|
+
) => any;
|
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.658.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,10 +20,10 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.658.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.658.0",
|
|
25
|
+
"@aws-sdk/core": "3.658.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.658.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|