@aws-sdk/client-glue 3.46.0 → 3.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +38 -0
- package/dist-cjs/endpoints.js +0 -24
- package/dist-cjs/models/models_0.js +6 -108
- package/dist-cjs/models/models_1.js +4 -70
- package/dist-cjs/protocols/Aws_json1_1.js +4 -0
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/endpoints.js +0 -24
- package/dist-es/models/models_0.js +0 -68
- package/dist-es/models/models_1.js +0 -44
- package/dist-es/protocols/Aws_json1_1.js +4 -1
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/GlueClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -102
- package/dist-types/models/models_1.d.ts +6 -66
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/GlueClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -40
- package/dist-types/ts3.4/models/models_1.d.ts +4 -44
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +35 -35
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2022/01/21 ([#3228](https://github.com/aws/aws-sdk-js-v3/issues/3228)) ([fa713ef](https://github.com/aws/aws-sdk-js-v3/commit/fa713efca6b2f424c27535d000359f08830960b1))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-glue
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-glue
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
7
45
|
|
|
8
46
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -5,10 +5,6 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
|
5
5
|
const regionHash = {
|
|
6
6
|
"us-east-1": {
|
|
7
7
|
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "glue.us-east-1.amazonaws.com",
|
|
10
|
-
tags: [],
|
|
11
|
-
},
|
|
12
8
|
{
|
|
13
9
|
hostname: "glue-fips.us-east-1.amazonaws.com",
|
|
14
10
|
tags: ["fips"],
|
|
@@ -17,10 +13,6 @@ const regionHash = {
|
|
|
17
13
|
},
|
|
18
14
|
"us-east-2": {
|
|
19
15
|
variants: [
|
|
20
|
-
{
|
|
21
|
-
hostname: "glue.us-east-2.amazonaws.com",
|
|
22
|
-
tags: [],
|
|
23
|
-
},
|
|
24
16
|
{
|
|
25
17
|
hostname: "glue-fips.us-east-2.amazonaws.com",
|
|
26
18
|
tags: ["fips"],
|
|
@@ -29,10 +21,6 @@ const regionHash = {
|
|
|
29
21
|
},
|
|
30
22
|
"us-gov-east-1": {
|
|
31
23
|
variants: [
|
|
32
|
-
{
|
|
33
|
-
hostname: "glue.us-gov-east-1.amazonaws.com",
|
|
34
|
-
tags: [],
|
|
35
|
-
},
|
|
36
24
|
{
|
|
37
25
|
hostname: "glue-fips.us-gov-east-1.amazonaws.com",
|
|
38
26
|
tags: ["fips"],
|
|
@@ -41,10 +29,6 @@ const regionHash = {
|
|
|
41
29
|
},
|
|
42
30
|
"us-gov-west-1": {
|
|
43
31
|
variants: [
|
|
44
|
-
{
|
|
45
|
-
hostname: "glue.us-gov-west-1.amazonaws.com",
|
|
46
|
-
tags: [],
|
|
47
|
-
},
|
|
48
32
|
{
|
|
49
33
|
hostname: "glue-fips.us-gov-west-1.amazonaws.com",
|
|
50
34
|
tags: ["fips"],
|
|
@@ -53,10 +37,6 @@ const regionHash = {
|
|
|
53
37
|
},
|
|
54
38
|
"us-west-1": {
|
|
55
39
|
variants: [
|
|
56
|
-
{
|
|
57
|
-
hostname: "glue.us-west-1.amazonaws.com",
|
|
58
|
-
tags: [],
|
|
59
|
-
},
|
|
60
40
|
{
|
|
61
41
|
hostname: "glue-fips.us-west-1.amazonaws.com",
|
|
62
42
|
tags: ["fips"],
|
|
@@ -65,10 +45,6 @@ const regionHash = {
|
|
|
65
45
|
},
|
|
66
46
|
"us-west-2": {
|
|
67
47
|
variants: [
|
|
68
|
-
{
|
|
69
|
-
hostname: "glue.us-west-2.amazonaws.com",
|
|
70
|
-
tags: [],
|
|
71
|
-
},
|
|
72
48
|
{
|
|
73
49
|
hostname: "glue-fips.us-west-2.amazonaws.com",
|
|
74
50
|
tags: ["fips"],
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.CrawlerMetrics = exports.GetCrawlerMetricsRequest = exports.GetCrawlerResponse = exports.GetCrawlerRequest = exports.GetConnectionsResponse = exports.GetConnectionsRequest = exports.GetConnectionsFilter = exports.GetConnectionResponse = exports.Connection = exports.GetConnectionRequest = exports.GetColumnStatisticsForTableResponse = exports.GetColumnStatisticsForTableRequest = exports.GetColumnStatisticsForPartitionResponse = exports.ColumnError = exports.ColumnStatistics = exports.ColumnStatisticsData = exports.ColumnStatisticsType = exports.StringColumnStatisticsData = exports.LongColumnStatisticsData = exports.DoubleColumnStatisticsData = exports.DecimalColumnStatisticsData = exports.DecimalNumber = exports.DateColumnStatisticsData = exports.BooleanColumnStatisticsData = exports.BinaryColumnStatisticsData = exports.GetColumnStatisticsForPartitionRequest = exports.GetClassifiersResponse = exports.GetClassifiersRequest = exports.GetClassifierResponse = exports.Classifier = exports.XMLClassifier = exports.JsonClassifier =
|
|
9
|
-
var AccessDeniedException;
|
|
10
|
-
(function (AccessDeniedException) {
|
|
11
|
-
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
12
|
-
...obj,
|
|
13
|
-
});
|
|
14
|
-
})(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
|
|
3
|
+
exports.MongoDBTarget = exports.JdbcTarget = exports.DynamoDBTarget = exports.DeltaTarget = exports.CatalogTarget = exports.CrawlerState = exports.SchemaChangePolicy = exports.UpdateBehavior = exports.DeleteBehavior = exports.Schedule = exports.ScheduleState = exports.RecrawlPolicy = exports.RecrawlBehavior = exports.LineageConfiguration = exports.CrawlerLineageSettings = exports.LastCrawlInfo = exports.LastCrawlStatus = exports.LakeFormationConfiguration = exports.BatchGetCrawlersRequest = exports.BatchGetBlueprintsResponse = exports.Blueprint = exports.BlueprintStatus = exports.LastActiveDefinition = exports.BatchGetBlueprintsRequest = exports.BatchDeleteTableVersionResponse = exports.TableVersionError = exports.BatchDeleteTableVersionRequest = exports.BatchDeleteTableResponse = exports.TableError = exports.BatchDeleteTableRequest = exports.BatchDeletePartitionResponse = exports.BatchDeletePartitionRequest = exports.PartitionValueList = exports.BatchDeleteConnectionResponse = exports.BatchDeleteConnectionRequest = exports.BatchCreatePartitionResponse = exports.PartitionError = exports.ErrorDetail = exports.BatchCreatePartitionRequest = exports.PartitionInput = exports.StorageDescriptor = exports.Order = exports.SkewedInfo = exports.SerDeInfo = exports.SchemaReference = exports.SchemaId = exports.Column = exports.AuditContext = exports.Action = exports.NotificationProperty = void 0;
|
|
4
|
+
exports.BatchStopJobRunResponse = exports.BatchStopJobRunSuccessfulSubmission = exports.BatchStopJobRunError = exports.BatchStopJobRunRequest = exports.BatchGetWorkflowsResponse = exports.Workflow = exports.WorkflowRun = exports.WorkflowRunStatus = exports.WorkflowRunStatistics = exports.StartingEventBatchCondition = exports.WorkflowGraph = exports.Node = exports.NodeType = exports.TriggerNodeDetails = exports.JobNodeDetails = exports.JobRun = exports.Predecessor = exports.CrawlerNodeDetails = exports.Crawl = exports.Edge = exports.BlueprintDetails = exports.BatchGetWorkflowsRequest = exports.BatchGetTriggersResponse = exports.Trigger = exports.TriggerType = exports.TriggerState = exports.Predicate = exports.Logical = exports.Condition = exports.JobRunState = exports.LogicalOperator = exports.CrawlState = exports.EventBatchingCondition = exports.BatchGetTriggersRequest = exports.BatchGetPartitionResponse = exports.Partition = exports.BatchGetPartitionRequest = exports.BatchGetJobsResponse = exports.Job = exports.ExecutionProperty = exports.ConnectionsList = exports.JobCommand = exports.BatchGetJobsRequest = exports.BatchGetDevEndpointsResponse = exports.DevEndpoint = exports.BatchGetDevEndpointsRequest = exports.BatchGetCrawlersResponse = exports.Crawler = exports.CrawlerTargets = exports.S3Target = void 0;
|
|
5
|
+
exports.PartitionIndex = exports.CreatePartitionResponse = exports.CreatePartitionRequest = exports.CreateMLTransformResponse = exports.CreateMLTransformRequest = exports.TransformEncryption = exports.MLUserDataEncryption = exports.MLUserDataEncryptionModeString = exports.TransformParameters = exports.TransformType = exports.FindMatchesParameters = exports.GlueTable = exports.CreateJobResponse = exports.CreateJobRequest = exports.CreateDevEndpointResponse = exports.CreateDevEndpointRequest = exports.CreateDatabaseResponse = exports.CreateDatabaseRequest = exports.DatabaseInput = exports.DatabaseIdentifier = exports.PrincipalPermissions = exports.DataLakePrincipal = exports.Permission = exports.CreateCrawlerResponse = exports.CreateCrawlerRequest = exports.CreateConnectionResponse = exports.CreateConnectionRequest = exports.ConnectionInput = exports.PhysicalConnectionRequirements = exports.ConnectionType = exports.ConnectionPropertyKey = exports.CreateClassifierResponse = exports.CreateClassifierRequest = exports.CreateXMLClassifierRequest = exports.CreateJsonClassifierRequest = exports.CreateGrokClassifierRequest = exports.CreateCsvClassifierRequest = exports.CsvHeaderOption = exports.CreateBlueprintResponse = exports.CreateBlueprintRequest = exports.CheckSchemaVersionValidityResponse = exports.CheckSchemaVersionValidityInput = exports.DataFormat = exports.CancelMLTaskRunResponse = exports.TaskStatusType = exports.CancelMLTaskRunRequest = exports.BatchUpdatePartitionResponse = exports.BatchUpdatePartitionFailureEntry = exports.BatchUpdatePartitionRequest = exports.BatchUpdatePartitionRequestEntry = void 0;
|
|
6
|
+
exports.DeleteCrawlerRequest = exports.DeleteConnectionResponse = exports.DeleteConnectionRequest = exports.DeleteColumnStatisticsForTableResponse = exports.DeleteColumnStatisticsForTableRequest = exports.DeleteColumnStatisticsForPartitionResponse = exports.DeleteColumnStatisticsForPartitionRequest = exports.DeleteClassifierResponse = exports.DeleteClassifierRequest = exports.DeleteBlueprintResponse = exports.DeleteBlueprintRequest = exports.CreateWorkflowResponse = exports.CreateWorkflowRequest = exports.CreateUserDefinedFunctionResponse = exports.CreateUserDefinedFunctionRequest = exports.UserDefinedFunctionInput = exports.ResourceUri = exports.ResourceType = exports.PrincipalType = exports.CreateTriggerResponse = exports.CreateTriggerRequest = exports.CreateTableResponse = exports.CreateTableRequest = exports.TableInput = exports.TableIdentifier = exports.CreateSecurityConfigurationResponse = exports.CreateSecurityConfigurationRequest = exports.EncryptionConfiguration = exports.S3Encryption = exports.S3EncryptionMode = exports.JobBookmarksEncryption = exports.JobBookmarksEncryptionMode = exports.CloudWatchEncryption = exports.CloudWatchEncryptionMode = exports.CreateScriptResponse = exports.CreateScriptRequest = exports.Language = exports.CodeGenNode = exports.CodeGenNodeArg = exports.CodeGenEdge = exports.CreateSchemaResponse = exports.SchemaVersionStatus = exports.SchemaStatus = exports.CreateSchemaInput = exports.RegistryId = exports.Compatibility = exports.CreateRegistryResponse = exports.CreateRegistryInput = exports.CreatePartitionIndexResponse = exports.CreatePartitionIndexRequest = void 0;
|
|
7
|
+
exports.GrokClassifier = exports.CsvClassifier = exports.GetClassifierRequest = exports.GetCatalogImportStatusResponse = exports.CatalogImportStatus = exports.GetCatalogImportStatusRequest = exports.GetBlueprintRunsResponse = exports.GetBlueprintRunsRequest = exports.GetBlueprintRunResponse = exports.BlueprintRun = exports.BlueprintRunState = exports.GetBlueprintRunRequest = exports.GetBlueprintResponse = exports.GetBlueprintRequest = exports.DeleteWorkflowResponse = exports.DeleteWorkflowRequest = exports.DeleteUserDefinedFunctionResponse = exports.DeleteUserDefinedFunctionRequest = exports.DeleteTriggerResponse = exports.DeleteTriggerRequest = exports.DeleteTableVersionResponse = exports.DeleteTableVersionRequest = exports.DeleteTableResponse = exports.DeleteTableRequest = exports.DeleteSecurityConfigurationResponse = exports.DeleteSecurityConfigurationRequest = exports.DeleteSchemaVersionsResponse = exports.SchemaVersionErrorItem = exports.ErrorDetails = exports.DeleteSchemaVersionsInput = exports.DeleteSchemaResponse = exports.DeleteSchemaInput = exports.DeleteResourcePolicyResponse = exports.DeleteResourcePolicyRequest = exports.DeleteRegistryResponse = exports.RegistryStatus = exports.DeleteRegistryInput = exports.DeletePartitionIndexResponse = exports.DeletePartitionIndexRequest = exports.DeletePartitionResponse = exports.DeletePartitionRequest = exports.DeleteMLTransformResponse = exports.DeleteMLTransformRequest = exports.DeleteJobResponse = exports.DeleteJobRequest = exports.DeleteDevEndpointResponse = exports.DeleteDevEndpointRequest = exports.DeleteDatabaseResponse = exports.DeleteDatabaseRequest = exports.DeleteCrawlerResponse = void 0;
|
|
8
|
+
exports.CrawlerMetrics = exports.GetCrawlerMetricsRequest = exports.GetCrawlerResponse = exports.GetCrawlerRequest = exports.GetConnectionsResponse = exports.GetConnectionsRequest = exports.GetConnectionsFilter = exports.GetConnectionResponse = exports.Connection = exports.GetConnectionRequest = exports.GetColumnStatisticsForTableResponse = exports.GetColumnStatisticsForTableRequest = exports.GetColumnStatisticsForPartitionResponse = exports.ColumnError = exports.ColumnStatistics = exports.ColumnStatisticsData = exports.ColumnStatisticsType = exports.StringColumnStatisticsData = exports.LongColumnStatisticsData = exports.DoubleColumnStatisticsData = exports.DecimalColumnStatisticsData = exports.DecimalNumber = exports.DateColumnStatisticsData = exports.BooleanColumnStatisticsData = exports.BinaryColumnStatisticsData = exports.GetColumnStatisticsForPartitionRequest = exports.GetClassifiersResponse = exports.GetClassifiersRequest = exports.GetClassifierResponse = exports.Classifier = exports.XMLClassifier = exports.JsonClassifier = void 0;
|
|
15
9
|
var NotificationProperty;
|
|
16
10
|
(function (NotificationProperty) {
|
|
17
11
|
NotificationProperty.filterSensitiveLog = (obj) => ({
|
|
@@ -24,12 +18,6 @@ var Action;
|
|
|
24
18
|
...obj,
|
|
25
19
|
});
|
|
26
20
|
})(Action = exports.Action || (exports.Action = {}));
|
|
27
|
-
var AlreadyExistsException;
|
|
28
|
-
(function (AlreadyExistsException) {
|
|
29
|
-
AlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
30
|
-
...obj,
|
|
31
|
-
});
|
|
32
|
-
})(AlreadyExistsException = exports.AlreadyExistsException || (exports.AlreadyExistsException = {}));
|
|
33
21
|
var AuditContext;
|
|
34
22
|
(function (AuditContext) {
|
|
35
23
|
AuditContext.filterSensitiveLog = (obj) => ({
|
|
@@ -108,42 +96,6 @@ var BatchCreatePartitionResponse;
|
|
|
108
96
|
...obj,
|
|
109
97
|
});
|
|
110
98
|
})(BatchCreatePartitionResponse = exports.BatchCreatePartitionResponse || (exports.BatchCreatePartitionResponse = {}));
|
|
111
|
-
var EntityNotFoundException;
|
|
112
|
-
(function (EntityNotFoundException) {
|
|
113
|
-
EntityNotFoundException.filterSensitiveLog = (obj) => ({
|
|
114
|
-
...obj,
|
|
115
|
-
});
|
|
116
|
-
})(EntityNotFoundException = exports.EntityNotFoundException || (exports.EntityNotFoundException = {}));
|
|
117
|
-
var GlueEncryptionException;
|
|
118
|
-
(function (GlueEncryptionException) {
|
|
119
|
-
GlueEncryptionException.filterSensitiveLog = (obj) => ({
|
|
120
|
-
...obj,
|
|
121
|
-
});
|
|
122
|
-
})(GlueEncryptionException = exports.GlueEncryptionException || (exports.GlueEncryptionException = {}));
|
|
123
|
-
var InternalServiceException;
|
|
124
|
-
(function (InternalServiceException) {
|
|
125
|
-
InternalServiceException.filterSensitiveLog = (obj) => ({
|
|
126
|
-
...obj,
|
|
127
|
-
});
|
|
128
|
-
})(InternalServiceException = exports.InternalServiceException || (exports.InternalServiceException = {}));
|
|
129
|
-
var InvalidInputException;
|
|
130
|
-
(function (InvalidInputException) {
|
|
131
|
-
InvalidInputException.filterSensitiveLog = (obj) => ({
|
|
132
|
-
...obj,
|
|
133
|
-
});
|
|
134
|
-
})(InvalidInputException = exports.InvalidInputException || (exports.InvalidInputException = {}));
|
|
135
|
-
var OperationTimeoutException;
|
|
136
|
-
(function (OperationTimeoutException) {
|
|
137
|
-
OperationTimeoutException.filterSensitiveLog = (obj) => ({
|
|
138
|
-
...obj,
|
|
139
|
-
});
|
|
140
|
-
})(OperationTimeoutException = exports.OperationTimeoutException || (exports.OperationTimeoutException = {}));
|
|
141
|
-
var ResourceNumberLimitExceededException;
|
|
142
|
-
(function (ResourceNumberLimitExceededException) {
|
|
143
|
-
ResourceNumberLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
144
|
-
...obj,
|
|
145
|
-
});
|
|
146
|
-
})(ResourceNumberLimitExceededException = exports.ResourceNumberLimitExceededException || (exports.ResourceNumberLimitExceededException = {}));
|
|
147
99
|
var BatchDeleteConnectionRequest;
|
|
148
100
|
(function (BatchDeleteConnectionRequest) {
|
|
149
101
|
BatchDeleteConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -192,12 +144,6 @@ var BatchDeleteTableResponse;
|
|
|
192
144
|
...obj,
|
|
193
145
|
});
|
|
194
146
|
})(BatchDeleteTableResponse = exports.BatchDeleteTableResponse || (exports.BatchDeleteTableResponse = {}));
|
|
195
|
-
var ResourceNotReadyException;
|
|
196
|
-
(function (ResourceNotReadyException) {
|
|
197
|
-
ResourceNotReadyException.filterSensitiveLog = (obj) => ({
|
|
198
|
-
...obj,
|
|
199
|
-
});
|
|
200
|
-
})(ResourceNotReadyException = exports.ResourceNotReadyException || (exports.ResourceNotReadyException = {}));
|
|
201
147
|
var BatchDeleteTableVersionRequest;
|
|
202
148
|
(function (BatchDeleteTableVersionRequest) {
|
|
203
149
|
BatchDeleteTableVersionRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -455,12 +401,6 @@ var BatchGetPartitionResponse;
|
|
|
455
401
|
...obj,
|
|
456
402
|
});
|
|
457
403
|
})(BatchGetPartitionResponse = exports.BatchGetPartitionResponse || (exports.BatchGetPartitionResponse = {}));
|
|
458
|
-
var InvalidStateException;
|
|
459
|
-
(function (InvalidStateException) {
|
|
460
|
-
InvalidStateException.filterSensitiveLog = (obj) => ({
|
|
461
|
-
...obj,
|
|
462
|
-
});
|
|
463
|
-
})(InvalidStateException = exports.InvalidStateException || (exports.InvalidStateException = {}));
|
|
464
404
|
var BatchGetTriggersRequest;
|
|
465
405
|
(function (BatchGetTriggersRequest) {
|
|
466
406
|
BatchGetTriggersRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -872,12 +812,6 @@ var CreateCrawlerResponse;
|
|
|
872
812
|
...obj,
|
|
873
813
|
});
|
|
874
814
|
})(CreateCrawlerResponse = exports.CreateCrawlerResponse || (exports.CreateCrawlerResponse = {}));
|
|
875
|
-
var ConcurrentModificationException;
|
|
876
|
-
(function (ConcurrentModificationException) {
|
|
877
|
-
ConcurrentModificationException.filterSensitiveLog = (obj) => ({
|
|
878
|
-
...obj,
|
|
879
|
-
});
|
|
880
|
-
})(ConcurrentModificationException = exports.ConcurrentModificationException || (exports.ConcurrentModificationException = {}));
|
|
881
815
|
var Permission;
|
|
882
816
|
(function (Permission) {
|
|
883
817
|
Permission["ALL"] = "ALL";
|
|
@@ -938,18 +872,6 @@ var CreateDevEndpointResponse;
|
|
|
938
872
|
...obj,
|
|
939
873
|
});
|
|
940
874
|
})(CreateDevEndpointResponse = exports.CreateDevEndpointResponse || (exports.CreateDevEndpointResponse = {}));
|
|
941
|
-
var IdempotentParameterMismatchException;
|
|
942
|
-
(function (IdempotentParameterMismatchException) {
|
|
943
|
-
IdempotentParameterMismatchException.filterSensitiveLog = (obj) => ({
|
|
944
|
-
...obj,
|
|
945
|
-
});
|
|
946
|
-
})(IdempotentParameterMismatchException = exports.IdempotentParameterMismatchException || (exports.IdempotentParameterMismatchException = {}));
|
|
947
|
-
var ValidationException;
|
|
948
|
-
(function (ValidationException) {
|
|
949
|
-
ValidationException.filterSensitiveLog = (obj) => ({
|
|
950
|
-
...obj,
|
|
951
|
-
});
|
|
952
|
-
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
953
875
|
var CreateJobRequest;
|
|
954
876
|
(function (CreateJobRequest) {
|
|
955
877
|
CreateJobRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1328,12 +1250,6 @@ var DeleteConnectionResponse;
|
|
|
1328
1250
|
...obj,
|
|
1329
1251
|
});
|
|
1330
1252
|
})(DeleteConnectionResponse = exports.DeleteConnectionResponse || (exports.DeleteConnectionResponse = {}));
|
|
1331
|
-
var CrawlerRunningException;
|
|
1332
|
-
(function (CrawlerRunningException) {
|
|
1333
|
-
CrawlerRunningException.filterSensitiveLog = (obj) => ({
|
|
1334
|
-
...obj,
|
|
1335
|
-
});
|
|
1336
|
-
})(CrawlerRunningException = exports.CrawlerRunningException || (exports.CrawlerRunningException = {}));
|
|
1337
1253
|
var DeleteCrawlerRequest;
|
|
1338
1254
|
(function (DeleteCrawlerRequest) {
|
|
1339
1255
|
DeleteCrawlerRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1346,12 +1262,6 @@ var DeleteCrawlerResponse;
|
|
|
1346
1262
|
...obj,
|
|
1347
1263
|
});
|
|
1348
1264
|
})(DeleteCrawlerResponse = exports.DeleteCrawlerResponse || (exports.DeleteCrawlerResponse = {}));
|
|
1349
|
-
var SchedulerTransitioningException;
|
|
1350
|
-
(function (SchedulerTransitioningException) {
|
|
1351
|
-
SchedulerTransitioningException.filterSensitiveLog = (obj) => ({
|
|
1352
|
-
...obj,
|
|
1353
|
-
});
|
|
1354
|
-
})(SchedulerTransitioningException = exports.SchedulerTransitioningException || (exports.SchedulerTransitioningException = {}));
|
|
1355
1265
|
var DeleteDatabaseRequest;
|
|
1356
1266
|
(function (DeleteDatabaseRequest) {
|
|
1357
1267
|
DeleteDatabaseRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1412,12 +1322,6 @@ var DeletePartitionResponse;
|
|
|
1412
1322
|
...obj,
|
|
1413
1323
|
});
|
|
1414
1324
|
})(DeletePartitionResponse = exports.DeletePartitionResponse || (exports.DeletePartitionResponse = {}));
|
|
1415
|
-
var ConflictException;
|
|
1416
|
-
(function (ConflictException) {
|
|
1417
|
-
ConflictException.filterSensitiveLog = (obj) => ({
|
|
1418
|
-
...obj,
|
|
1419
|
-
});
|
|
1420
|
-
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
1421
1325
|
var DeletePartitionIndexRequest;
|
|
1422
1326
|
(function (DeletePartitionIndexRequest) {
|
|
1423
1327
|
DeletePartitionIndexRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1447,12 +1351,6 @@ var DeleteRegistryResponse;
|
|
|
1447
1351
|
...obj,
|
|
1448
1352
|
});
|
|
1449
1353
|
})(DeleteRegistryResponse = exports.DeleteRegistryResponse || (exports.DeleteRegistryResponse = {}));
|
|
1450
|
-
var ConditionCheckFailureException;
|
|
1451
|
-
(function (ConditionCheckFailureException) {
|
|
1452
|
-
ConditionCheckFailureException.filterSensitiveLog = (obj) => ({
|
|
1453
|
-
...obj,
|
|
1454
|
-
});
|
|
1455
|
-
})(ConditionCheckFailureException = exports.ConditionCheckFailureException || (exports.ConditionCheckFailureException = {}));
|
|
1456
1354
|
var DeleteResourcePolicyRequest;
|
|
1457
1355
|
(function (DeleteResourcePolicyRequest) {
|
|
1458
1356
|
DeleteResourcePolicyRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetMLTaskRunsRequest = exports.TaskRunSortCriteria = exports.SortDirectionType = exports.TaskRunSortColumnType = exports.TaskRunFilterCriteria = exports.GetMLTaskRunResponse = exports.TaskRunProperties = exports.TaskType = exports.LabelingSetGenerationTaskRunProperties = exports.ImportLabelsTaskRunProperties = exports.FindMatchesTaskRunProperties = exports.ExportLabelsTaskRunProperties = exports.GetMLTaskRunRequest = exports.GetMappingResponse = exports.MappingEntry = exports.GetMappingRequest = exports.CatalogEntry = exports.Location = exports.GetJobsResponse = exports.GetJobsRequest = exports.GetJobRunsResponse = exports.GetJobRunsRequest = exports.GetJobRunResponse = exports.GetJobRunRequest = exports.GetJobBookmarkResponse = exports.JobBookmarkEntry = exports.GetJobBookmarkRequest = exports.GetJobResponse = exports.GetJobRequest = exports.GetDevEndpointsResponse = exports.GetDevEndpointsRequest = exports.GetDevEndpointResponse = exports.GetDevEndpointRequest = exports.GetDataflowGraphResponse = exports.GetDataflowGraphRequest = exports.GetDataCatalogEncryptionSettingsResponse = exports.DataCatalogEncryptionSettings = exports.EncryptionAtRest = exports.CatalogEncryptionMode = exports.ConnectionPasswordEncryption = exports.GetDataCatalogEncryptionSettingsRequest = exports.GetDatabasesResponse = exports.GetDatabasesRequest = exports.ResourceShareType = exports.GetDatabaseResponse = exports.Database = exports.GetDatabaseRequest = exports.GetCrawlersResponse = exports.GetCrawlersRequest = exports.GetCrawlerMetricsResponse = void 0;
|
|
4
4
|
exports.GetSecurityConfigurationResponse = exports.SecurityConfiguration = exports.GetSecurityConfigurationRequest = exports.GetSchemaVersionsDiffResponse = exports.GetSchemaVersionsDiffInput = exports.SchemaDiffType = exports.GetSchemaVersionResponse = exports.GetSchemaVersionInput = exports.SchemaVersionNumber = exports.GetSchemaByDefinitionResponse = exports.GetSchemaByDefinitionInput = exports.GetSchemaResponse = exports.GetSchemaInput = exports.GetResourcePolicyResponse = exports.GetResourcePolicyRequest = exports.GetResourcePoliciesResponse = exports.GluePolicy = exports.GetResourcePoliciesRequest = exports.GetRegistryResponse = exports.GetRegistryInput = exports.GetPlanResponse = exports.GetPlanRequest = exports.GetPartitionsResponse = exports.GetPartitionsRequest = exports.Segment = exports.GetPartitionIndexesResponse = exports.PartitionIndexDescriptor = exports.KeySchemaElement = exports.PartitionIndexStatus = exports.BackfillError = exports.BackfillErrorCode = exports.GetPartitionIndexesRequest = exports.GetPartitionResponse = exports.GetPartitionRequest = exports.GetMLTransformsResponse = exports.MLTransform = exports.GetMLTransformsRequest = exports.TransformSortCriteria = exports.TransformSortColumnType = exports.TransformFilterCriteria = exports.GetMLTransformResponse = exports.TransformStatusType = exports.SchemaColumn = exports.EvaluationMetrics = exports.FindMatchesMetrics = exports.ConfusionMatrix = exports.ColumnImportance = exports.GetMLTransformRequest = exports.GetMLTaskRunsResponse = exports.TaskRun = void 0;
|
|
5
|
-
exports.ListJobsRequest = exports.ListDevEndpointsResponse = exports.ListDevEndpointsRequest = exports.ListCrawlersResponse = exports.ListCrawlersRequest = exports.ListBlueprintsResponse = exports.ListBlueprintsRequest = exports.ImportCatalogToGlueResponse = exports.ImportCatalogToGlueRequest = exports.GetWorkflowRunsResponse = exports.GetWorkflowRunsRequest = exports.GetWorkflowRunPropertiesResponse = exports.GetWorkflowRunPropertiesRequest = exports.GetWorkflowRunResponse = exports.GetWorkflowRunRequest = exports.GetWorkflowResponse = exports.GetWorkflowRequest = exports.GetUserDefinedFunctionsResponse = exports.GetUserDefinedFunctionsRequest = exports.GetUserDefinedFunctionResponse = exports.UserDefinedFunction = exports.GetUserDefinedFunctionRequest = exports.GetUnfilteredTableMetadataResponse = exports.ColumnRowFilter = exports.GetUnfilteredTableMetadataRequest = exports.GetUnfilteredPartitionsMetadataResponse = exports.UnfilteredPartition = exports.GetUnfilteredPartitionsMetadataRequest = exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.UpdateWorkflowResponse = exports.UpdateWorkflowRequest = exports.UpdateUserDefinedFunctionResponse = exports.UpdateUserDefinedFunctionRequest = exports.UpdateTriggerResponse = exports.UpdateTriggerRequest = exports.TriggerUpdate = exports.UpdateTableResponse = exports.UpdateTableRequest = exports.UpdateSchemaResponse = exports.UpdateSchemaInput = exports.UpdateRegistryResponse = exports.UpdateRegistryInput = exports.UpdatePartitionResponse = exports.UpdatePartitionRequest = exports.UpdateMLTransformResponse = exports.UpdateMLTransformRequest = exports.UpdateJobResponse = exports.UpdateJobRequest = exports.JobUpdate =
|
|
5
|
+
exports.ListJobsResponse = exports.ListJobsRequest = exports.ListDevEndpointsResponse = exports.ListDevEndpointsRequest = exports.ListCrawlersResponse = exports.ListCrawlersRequest = exports.ListBlueprintsResponse = exports.ListBlueprintsRequest = exports.ImportCatalogToGlueResponse = exports.ImportCatalogToGlueRequest = exports.GetWorkflowRunsResponse = exports.GetWorkflowRunsRequest = exports.GetWorkflowRunPropertiesResponse = exports.GetWorkflowRunPropertiesRequest = exports.GetWorkflowRunResponse = exports.GetWorkflowRunRequest = exports.GetWorkflowResponse = exports.GetWorkflowRequest = exports.GetUserDefinedFunctionsResponse = exports.GetUserDefinedFunctionsRequest = exports.GetUserDefinedFunctionResponse = exports.UserDefinedFunction = exports.GetUserDefinedFunctionRequest = exports.GetUnfilteredTableMetadataResponse = exports.ColumnRowFilter = exports.GetUnfilteredTableMetadataRequest = exports.GetUnfilteredPartitionsMetadataResponse = exports.UnfilteredPartition = exports.GetUnfilteredPartitionsMetadataRequest = exports.GetUnfilteredPartitionMetadataResponse = exports.GetUnfilteredPartitionMetadataRequest = exports.PermissionType = exports.GetTriggersResponse = exports.GetTriggersRequest = exports.GetTriggerResponse = exports.GetTriggerRequest = exports.GetTagsResponse = exports.GetTagsRequest = exports.GetTableVersionsResponse = exports.GetTableVersionsRequest = exports.GetTableVersionResponse = exports.TableVersion = exports.GetTableVersionRequest = exports.GetTablesResponse = exports.GetTablesRequest = exports.GetTableResponse = exports.Table = exports.GetTableRequest = exports.GetSecurityConfigurationsResponse = exports.GetSecurityConfigurationsRequest = void 0;
|
|
6
|
+
exports.StartCrawlerScheduleResponse = exports.StartCrawlerScheduleRequest = exports.StartCrawlerResponse = exports.StartCrawlerRequest = exports.StartBlueprintRunResponse = exports.StartBlueprintRunRequest = exports.SearchTablesResponse = exports.SearchTablesRequest = exports.SortCriterion = exports.Sort = exports.PropertyPredicate = exports.Comparator = exports.ResumeWorkflowRunResponse = exports.ResumeWorkflowRunRequest = exports.ResetJobBookmarkResponse = exports.ResetJobBookmarkRequest = exports.RemoveSchemaVersionMetadataResponse = exports.RemoveSchemaVersionMetadataInput = exports.RegisterSchemaVersionResponse = exports.RegisterSchemaVersionInput = exports.QuerySchemaVersionMetadataResponse = exports.MetadataInfo = exports.OtherMetadataValueListItem = exports.QuerySchemaVersionMetadataInput = exports.PutWorkflowRunPropertiesResponse = exports.PutWorkflowRunPropertiesRequest = exports.PutSchemaVersionMetadataResponse = exports.PutSchemaVersionMetadataInput = exports.MetadataKeyValuePair = exports.PutResourcePolicyResponse = exports.PutResourcePolicyRequest = exports.ExistCondition = exports.EnableHybridValues = exports.PutDataCatalogEncryptionSettingsResponse = exports.PutDataCatalogEncryptionSettingsRequest = exports.ListWorkflowsResponse = exports.ListWorkflowsRequest = exports.ListTriggersResponse = exports.ListTriggersRequest = exports.ListSchemaVersionsResponse = exports.SchemaVersionListItem = exports.ListSchemaVersionsInput = exports.ListSchemasResponse = exports.SchemaListItem = exports.ListSchemasInput = exports.ListRegistriesResponse = exports.RegistryListItem = exports.ListRegistriesInput = exports.ListMLTransformsResponse = exports.ListMLTransformsRequest = void 0;
|
|
7
|
+
exports.UpdateDevEndpointResponse = exports.UpdateDevEndpointRequest = exports.DevEndpointCustomLibraries = exports.UpdateDatabaseResponse = exports.UpdateDatabaseRequest = exports.UpdateCrawlerScheduleResponse = exports.UpdateCrawlerScheduleRequest = exports.UpdateCrawlerResponse = exports.UpdateCrawlerRequest = exports.UpdateConnectionResponse = exports.UpdateConnectionRequest = exports.UpdateColumnStatisticsForTableResponse = exports.UpdateColumnStatisticsForTableRequest = exports.UpdateColumnStatisticsForPartitionResponse = exports.ColumnStatisticsError = exports.UpdateColumnStatisticsForPartitionRequest = exports.UpdateClassifierResponse = exports.UpdateClassifierRequest = exports.UpdateXMLClassifierRequest = exports.UpdateJsonClassifierRequest = exports.UpdateGrokClassifierRequest = exports.UpdateCsvClassifierRequest = exports.UpdateBlueprintResponse = exports.UpdateBlueprintRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StopWorkflowRunResponse = exports.StopWorkflowRunRequest = exports.StopTriggerResponse = exports.StopTriggerRequest = exports.StopCrawlerScheduleResponse = exports.StopCrawlerScheduleRequest = exports.StopCrawlerResponse = exports.StopCrawlerRequest = exports.StartWorkflowRunResponse = exports.StartWorkflowRunRequest = exports.StartTriggerResponse = exports.StartTriggerRequest = exports.StartMLLabelingSetGenerationTaskRunResponse = exports.StartMLLabelingSetGenerationTaskRunRequest = exports.StartMLEvaluationTaskRunResponse = exports.StartMLEvaluationTaskRunRequest = exports.StartJobRunResponse = exports.StartJobRunRequest = exports.StartImportLabelsTaskRunResponse = exports.StartImportLabelsTaskRunRequest = exports.StartExportLabelsTaskRunResponse = exports.StartExportLabelsTaskRunRequest = void 0;
|
|
8
|
+
exports.UpdateWorkflowResponse = exports.UpdateWorkflowRequest = exports.UpdateUserDefinedFunctionResponse = exports.UpdateUserDefinedFunctionRequest = exports.UpdateTriggerResponse = exports.UpdateTriggerRequest = exports.TriggerUpdate = exports.UpdateTableResponse = exports.UpdateTableRequest = exports.UpdateSchemaResponse = exports.UpdateSchemaInput = exports.UpdateRegistryResponse = exports.UpdateRegistryInput = exports.UpdatePartitionResponse = exports.UpdatePartitionRequest = exports.UpdateMLTransformResponse = exports.UpdateMLTransformRequest = exports.UpdateJobResponse = exports.UpdateJobRequest = exports.JobUpdate = void 0;
|
|
9
9
|
var GetCrawlerMetricsResponse;
|
|
10
10
|
(function (GetCrawlerMetricsResponse) {
|
|
11
11
|
GetCrawlerMetricsResponse.filterSensitiveLog = (obj) => ({
|
|
@@ -733,12 +733,6 @@ var GetUnfilteredPartitionMetadataResponse;
|
|
|
733
733
|
...obj,
|
|
734
734
|
});
|
|
735
735
|
})(GetUnfilteredPartitionMetadataResponse = exports.GetUnfilteredPartitionMetadataResponse || (exports.GetUnfilteredPartitionMetadataResponse = {}));
|
|
736
|
-
var PermissionTypeMismatchException;
|
|
737
|
-
(function (PermissionTypeMismatchException) {
|
|
738
|
-
PermissionTypeMismatchException.filterSensitiveLog = (obj) => ({
|
|
739
|
-
...obj,
|
|
740
|
-
});
|
|
741
|
-
})(PermissionTypeMismatchException = exports.PermissionTypeMismatchException || (exports.PermissionTypeMismatchException = {}));
|
|
742
736
|
var GetUnfilteredPartitionsMetadataRequest;
|
|
743
737
|
(function (GetUnfilteredPartitionsMetadataRequest) {
|
|
744
738
|
GetUnfilteredPartitionsMetadataRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1128,18 +1122,6 @@ var ResetJobBookmarkResponse;
|
|
|
1128
1122
|
...obj,
|
|
1129
1123
|
});
|
|
1130
1124
|
})(ResetJobBookmarkResponse = exports.ResetJobBookmarkResponse || (exports.ResetJobBookmarkResponse = {}));
|
|
1131
|
-
var ConcurrentRunsExceededException;
|
|
1132
|
-
(function (ConcurrentRunsExceededException) {
|
|
1133
|
-
ConcurrentRunsExceededException.filterSensitiveLog = (obj) => ({
|
|
1134
|
-
...obj,
|
|
1135
|
-
});
|
|
1136
|
-
})(ConcurrentRunsExceededException = exports.ConcurrentRunsExceededException || (exports.ConcurrentRunsExceededException = {}));
|
|
1137
|
-
var IllegalWorkflowStateException;
|
|
1138
|
-
(function (IllegalWorkflowStateException) {
|
|
1139
|
-
IllegalWorkflowStateException.filterSensitiveLog = (obj) => ({
|
|
1140
|
-
...obj,
|
|
1141
|
-
});
|
|
1142
|
-
})(IllegalWorkflowStateException = exports.IllegalWorkflowStateException || (exports.IllegalWorkflowStateException = {}));
|
|
1143
1125
|
var ResumeWorkflowRunRequest;
|
|
1144
1126
|
(function (ResumeWorkflowRunRequest) {
|
|
1145
1127
|
ResumeWorkflowRunRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1189,12 +1171,6 @@ var SearchTablesResponse;
|
|
|
1189
1171
|
...obj,
|
|
1190
1172
|
});
|
|
1191
1173
|
})(SearchTablesResponse = exports.SearchTablesResponse || (exports.SearchTablesResponse = {}));
|
|
1192
|
-
var IllegalBlueprintStateException;
|
|
1193
|
-
(function (IllegalBlueprintStateException) {
|
|
1194
|
-
IllegalBlueprintStateException.filterSensitiveLog = (obj) => ({
|
|
1195
|
-
...obj,
|
|
1196
|
-
});
|
|
1197
|
-
})(IllegalBlueprintStateException = exports.IllegalBlueprintStateException || (exports.IllegalBlueprintStateException = {}));
|
|
1198
1174
|
var StartBlueprintRunRequest;
|
|
1199
1175
|
(function (StartBlueprintRunRequest) {
|
|
1200
1176
|
StartBlueprintRunRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1219,18 +1195,6 @@ var StartCrawlerResponse;
|
|
|
1219
1195
|
...obj,
|
|
1220
1196
|
});
|
|
1221
1197
|
})(StartCrawlerResponse = exports.StartCrawlerResponse || (exports.StartCrawlerResponse = {}));
|
|
1222
|
-
var NoScheduleException;
|
|
1223
|
-
(function (NoScheduleException) {
|
|
1224
|
-
NoScheduleException.filterSensitiveLog = (obj) => ({
|
|
1225
|
-
...obj,
|
|
1226
|
-
});
|
|
1227
|
-
})(NoScheduleException = exports.NoScheduleException || (exports.NoScheduleException = {}));
|
|
1228
|
-
var SchedulerRunningException;
|
|
1229
|
-
(function (SchedulerRunningException) {
|
|
1230
|
-
SchedulerRunningException.filterSensitiveLog = (obj) => ({
|
|
1231
|
-
...obj,
|
|
1232
|
-
});
|
|
1233
|
-
})(SchedulerRunningException = exports.SchedulerRunningException || (exports.SchedulerRunningException = {}));
|
|
1234
1198
|
var StartCrawlerScheduleRequest;
|
|
1235
1199
|
(function (StartCrawlerScheduleRequest) {
|
|
1236
1200
|
StartCrawlerScheduleRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1279,12 +1243,6 @@ var StartJobRunResponse;
|
|
|
1279
1243
|
...obj,
|
|
1280
1244
|
});
|
|
1281
1245
|
})(StartJobRunResponse = exports.StartJobRunResponse || (exports.StartJobRunResponse = {}));
|
|
1282
|
-
var MLTransformNotReadyException;
|
|
1283
|
-
(function (MLTransformNotReadyException) {
|
|
1284
|
-
MLTransformNotReadyException.filterSensitiveLog = (obj) => ({
|
|
1285
|
-
...obj,
|
|
1286
|
-
});
|
|
1287
|
-
})(MLTransformNotReadyException = exports.MLTransformNotReadyException || (exports.MLTransformNotReadyException = {}));
|
|
1288
1246
|
var StartMLEvaluationTaskRunRequest;
|
|
1289
1247
|
(function (StartMLEvaluationTaskRunRequest) {
|
|
1290
1248
|
StartMLEvaluationTaskRunRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1333,18 +1291,6 @@ var StartWorkflowRunResponse;
|
|
|
1333
1291
|
...obj,
|
|
1334
1292
|
});
|
|
1335
1293
|
})(StartWorkflowRunResponse = exports.StartWorkflowRunResponse || (exports.StartWorkflowRunResponse = {}));
|
|
1336
|
-
var CrawlerNotRunningException;
|
|
1337
|
-
(function (CrawlerNotRunningException) {
|
|
1338
|
-
CrawlerNotRunningException.filterSensitiveLog = (obj) => ({
|
|
1339
|
-
...obj,
|
|
1340
|
-
});
|
|
1341
|
-
})(CrawlerNotRunningException = exports.CrawlerNotRunningException || (exports.CrawlerNotRunningException = {}));
|
|
1342
|
-
var CrawlerStoppingException;
|
|
1343
|
-
(function (CrawlerStoppingException) {
|
|
1344
|
-
CrawlerStoppingException.filterSensitiveLog = (obj) => ({
|
|
1345
|
-
...obj,
|
|
1346
|
-
});
|
|
1347
|
-
})(CrawlerStoppingException = exports.CrawlerStoppingException || (exports.CrawlerStoppingException = {}));
|
|
1348
1294
|
var StopCrawlerRequest;
|
|
1349
1295
|
(function (StopCrawlerRequest) {
|
|
1350
1296
|
StopCrawlerRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1357,12 +1303,6 @@ var StopCrawlerResponse;
|
|
|
1357
1303
|
...obj,
|
|
1358
1304
|
});
|
|
1359
1305
|
})(StopCrawlerResponse = exports.StopCrawlerResponse || (exports.StopCrawlerResponse = {}));
|
|
1360
|
-
var SchedulerNotRunningException;
|
|
1361
|
-
(function (SchedulerNotRunningException) {
|
|
1362
|
-
SchedulerNotRunningException.filterSensitiveLog = (obj) => ({
|
|
1363
|
-
...obj,
|
|
1364
|
-
});
|
|
1365
|
-
})(SchedulerNotRunningException = exports.SchedulerNotRunningException || (exports.SchedulerNotRunningException = {}));
|
|
1366
1306
|
var StopCrawlerScheduleRequest;
|
|
1367
1307
|
(function (StopCrawlerScheduleRequest) {
|
|
1368
1308
|
StopCrawlerScheduleRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1471,12 +1411,6 @@ var UpdateClassifierResponse;
|
|
|
1471
1411
|
...obj,
|
|
1472
1412
|
});
|
|
1473
1413
|
})(UpdateClassifierResponse = exports.UpdateClassifierResponse || (exports.UpdateClassifierResponse = {}));
|
|
1474
|
-
var VersionMismatchException;
|
|
1475
|
-
(function (VersionMismatchException) {
|
|
1476
|
-
VersionMismatchException.filterSensitiveLog = (obj) => ({
|
|
1477
|
-
...obj,
|
|
1478
|
-
});
|
|
1479
|
-
})(VersionMismatchException = exports.VersionMismatchException || (exports.VersionMismatchException = {}));
|
|
1480
1414
|
var UpdateColumnStatisticsForPartitionRequest;
|
|
1481
1415
|
(function (UpdateColumnStatisticsForPartitionRequest) {
|
|
1482
1416
|
UpdateColumnStatisticsForPartitionRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -17248,6 +17248,10 @@ const serializeAws_json1_1StartTriggerRequest = (input, context) => {
|
|
|
17248
17248
|
const serializeAws_json1_1StartWorkflowRunRequest = (input, context) => {
|
|
17249
17249
|
return {
|
|
17250
17250
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
17251
|
+
...(input.RunProperties !== undefined &&
|
|
17252
|
+
input.RunProperties !== null && {
|
|
17253
|
+
RunProperties: serializeAws_json1_1WorkflowRunProperties(input.RunProperties, context),
|
|
17254
|
+
}),
|
|
17251
17255
|
};
|
|
17252
17256
|
};
|
|
17253
17257
|
const serializeAws_json1_1StopCrawlerRequest = (input, context) => {
|
|
@@ -13,13 +13,18 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
13
13
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
14
14
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
15
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
16
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
17
|
+
const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
|
|
16
18
|
const getRuntimeConfig = (config) => {
|
|
17
19
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
20
|
+
const defaultsMode = util_defaults_mode_browser_1.resolveDefaultsModeConfig(config);
|
|
21
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
18
22
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
19
23
|
return {
|
|
20
24
|
...clientSharedValues,
|
|
21
25
|
...config,
|
|
22
26
|
runtime: "browser",
|
|
27
|
+
defaultsMode,
|
|
23
28
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_browser_1.fromBase64,
|
|
24
29
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_browser_1.toBase64,
|
|
25
30
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_browser_1.calculateBodyLength,
|
|
@@ -27,8 +32,8 @@ const getRuntimeConfig = (config) => {
|
|
|
27
32
|
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_browser_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
28
33
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : middleware_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
29
34
|
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalid_dependency_1.invalidProvider("Region is missing"),
|
|
30
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(),
|
|
31
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() =>
|
|
35
|
+
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider),
|
|
36
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE),
|
|
32
37
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
|
|
33
38
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
|
|
34
39
|
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
@@ -15,13 +15,18 @@ const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
|
15
15
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
+
const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
|
|
18
20
|
const getRuntimeConfig = (config) => {
|
|
19
21
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
22
|
+
const defaultsMode = util_defaults_mode_node_1.resolveDefaultsModeConfig(config);
|
|
23
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
20
24
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
21
25
|
return {
|
|
22
26
|
...clientSharedValues,
|
|
23
27
|
...config,
|
|
24
28
|
runtime: "node",
|
|
29
|
+
defaultsMode,
|
|
25
30
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_node_1.fromBase64,
|
|
26
31
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_node_1.toBase64,
|
|
27
32
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_node_1.calculateBodyLength,
|
|
@@ -29,8 +34,11 @@ const getRuntimeConfig = (config) => {
|
|
|
29
34
|
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_node_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
30
35
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : node_config_provider_1.loadConfig(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
31
36
|
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : node_config_provider_1.loadConfig(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
32
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(),
|
|
33
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(
|
|
37
|
+
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(defaultConfigProvider),
|
|
38
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig({
|
|
39
|
+
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
40
|
+
default: async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE,
|
|
41
|
+
}),
|
|
34
42
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
35
43
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
36
44
|
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
package/dist-es/endpoints.js
CHANGED
|
@@ -3,10 +3,6 @@ import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
|
3
3
|
var regionHash = {
|
|
4
4
|
"us-east-1": {
|
|
5
5
|
variants: [
|
|
6
|
-
{
|
|
7
|
-
hostname: "glue.us-east-1.amazonaws.com",
|
|
8
|
-
tags: [],
|
|
9
|
-
},
|
|
10
6
|
{
|
|
11
7
|
hostname: "glue-fips.us-east-1.amazonaws.com",
|
|
12
8
|
tags: ["fips"],
|
|
@@ -15,10 +11,6 @@ var regionHash = {
|
|
|
15
11
|
},
|
|
16
12
|
"us-east-2": {
|
|
17
13
|
variants: [
|
|
18
|
-
{
|
|
19
|
-
hostname: "glue.us-east-2.amazonaws.com",
|
|
20
|
-
tags: [],
|
|
21
|
-
},
|
|
22
14
|
{
|
|
23
15
|
hostname: "glue-fips.us-east-2.amazonaws.com",
|
|
24
16
|
tags: ["fips"],
|
|
@@ -27,10 +19,6 @@ var regionHash = {
|
|
|
27
19
|
},
|
|
28
20
|
"us-gov-east-1": {
|
|
29
21
|
variants: [
|
|
30
|
-
{
|
|
31
|
-
hostname: "glue.us-gov-east-1.amazonaws.com",
|
|
32
|
-
tags: [],
|
|
33
|
-
},
|
|
34
22
|
{
|
|
35
23
|
hostname: "glue-fips.us-gov-east-1.amazonaws.com",
|
|
36
24
|
tags: ["fips"],
|
|
@@ -39,10 +27,6 @@ var regionHash = {
|
|
|
39
27
|
},
|
|
40
28
|
"us-gov-west-1": {
|
|
41
29
|
variants: [
|
|
42
|
-
{
|
|
43
|
-
hostname: "glue.us-gov-west-1.amazonaws.com",
|
|
44
|
-
tags: [],
|
|
45
|
-
},
|
|
46
30
|
{
|
|
47
31
|
hostname: "glue-fips.us-gov-west-1.amazonaws.com",
|
|
48
32
|
tags: ["fips"],
|
|
@@ -51,10 +35,6 @@ var regionHash = {
|
|
|
51
35
|
},
|
|
52
36
|
"us-west-1": {
|
|
53
37
|
variants: [
|
|
54
|
-
{
|
|
55
|
-
hostname: "glue.us-west-1.amazonaws.com",
|
|
56
|
-
tags: [],
|
|
57
|
-
},
|
|
58
38
|
{
|
|
59
39
|
hostname: "glue-fips.us-west-1.amazonaws.com",
|
|
60
40
|
tags: ["fips"],
|
|
@@ -63,10 +43,6 @@ var regionHash = {
|
|
|
63
43
|
},
|
|
64
44
|
"us-west-2": {
|
|
65
45
|
variants: [
|
|
66
|
-
{
|
|
67
|
-
hostname: "glue.us-west-2.amazonaws.com",
|
|
68
|
-
tags: [],
|
|
69
|
-
},
|
|
70
46
|
{
|
|
71
47
|
hostname: "glue-fips.us-west-2.amazonaws.com",
|
|
72
48
|
tags: ["fips"],
|