@aws-sdk/client-glue 3.1019.0 → 3.1020.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-es/Glue.js +22 -22
- package/dist-types/Glue.d.ts +265 -265
- package/dist-types/GlueClient.d.ts +268 -268
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +3 -3
- package/dist-types/models/models_2.d.ts +3 -3
- package/dist-types/models/models_3.d.ts +3 -3
- package/dist-types/pagination/DescribeEntityPaginator.d.ts +1 -1
- package/dist-types/pagination/GetBlueprintRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetClassifiersPaginator.d.ts +1 -1
- package/dist-types/pagination/GetColumnStatisticsTaskRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCrawlerMetricsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCrawlersPaginator.d.ts +1 -1
- package/dist-types/pagination/GetDatabasesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetDevEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetJobRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetMLTaskRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetMLTransformsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetPartitionIndexesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetPartitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetSecurityConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetTableVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetTablesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetTriggersPaginator.d.ts +1 -1
- package/dist-types/pagination/GetUnfilteredPartitionsMetadataPaginator.d.ts +1 -1
- package/dist-types/pagination/GetUserDefinedFunctionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetWorkflowRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBlueprintsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListColumnStatisticsTaskRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConnectionTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCrawlersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCustomEntityTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataQualityResultsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataQualityRulesetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDevEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEntitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMLTransformsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMaterializedViewRefreshTaskRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRegistriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSchemaVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSchemasPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSessionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTableOptimizerRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTriggersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUsageProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchTablesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/GlueClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +12 -12
- package/dist-types/ts3.4/models/models_2.d.ts +17 -17
- package/dist-types/ts3.4/models/models_3.d.ts +3 -3
- package/package.json +13 -13
|
@@ -54,54 +54,54 @@ import {
|
|
|
54
54
|
CatalogInput,
|
|
55
55
|
ConnectionInput,
|
|
56
56
|
CrawlerTargets,
|
|
57
|
+
CustomEntityType,
|
|
57
58
|
DatabaseInput,
|
|
58
59
|
DataQualityTargetTable,
|
|
60
|
+
DataSource,
|
|
59
61
|
ErrorDetail,
|
|
62
|
+
GlueTable,
|
|
60
63
|
LakeFormationConfiguration,
|
|
61
64
|
LineageConfiguration,
|
|
62
65
|
NotificationProperty,
|
|
66
|
+
Partition,
|
|
67
|
+
PartitionValueList,
|
|
63
68
|
QuerySessionContext,
|
|
64
69
|
RecrawlPolicy,
|
|
65
70
|
SchemaChangePolicy,
|
|
66
71
|
SchemaId,
|
|
67
|
-
TableOptimizer,
|
|
68
|
-
TimestampedInclusionAnnotation,
|
|
69
|
-
Workflow,
|
|
70
|
-
CustomEntityType,
|
|
71
|
-
DataSource,
|
|
72
|
-
GlueTable,
|
|
73
|
-
Partition,
|
|
74
|
-
PartitionValueList,
|
|
75
72
|
StatisticAnnotation,
|
|
73
|
+
TableOptimizer,
|
|
76
74
|
TableOptimizerRun,
|
|
75
|
+
TimestampedInclusionAnnotation,
|
|
77
76
|
Trigger,
|
|
77
|
+
Workflow,
|
|
78
78
|
WorkflowRun,
|
|
79
79
|
} from "./models_0";
|
|
80
80
|
import {
|
|
81
81
|
Capabilities,
|
|
82
|
+
CatalogEntry,
|
|
83
|
+
ColumnStatistics,
|
|
84
|
+
ConnectorProperty,
|
|
82
85
|
DataCatalogEncryptionSettings,
|
|
83
86
|
DataQualityEvaluationRunAdditionalRunOptions,
|
|
84
87
|
EncryptionConfiguration,
|
|
85
88
|
ExportLabelsTaskRunProperties,
|
|
86
89
|
IntegrationConfig,
|
|
90
|
+
IntegrationError,
|
|
87
91
|
JobBookmarkEntry,
|
|
88
92
|
Location,
|
|
93
|
+
MappingEntry,
|
|
94
|
+
MaterializedViewRefreshTaskRun,
|
|
89
95
|
ProfileConfiguration,
|
|
90
96
|
RegistryId,
|
|
97
|
+
ResourceUri,
|
|
91
98
|
RestConfiguration,
|
|
99
|
+
Session,
|
|
92
100
|
SourceProcessingProperties,
|
|
101
|
+
Tag,
|
|
93
102
|
TargetProcessingProperties,
|
|
94
103
|
TransformEncryption,
|
|
95
104
|
TransformParameters,
|
|
96
|
-
CatalogEntry,
|
|
97
|
-
ColumnStatistics,
|
|
98
|
-
ConnectorProperty,
|
|
99
|
-
IntegrationError,
|
|
100
|
-
MappingEntry,
|
|
101
|
-
MaterializedViewRefreshTaskRun,
|
|
102
|
-
ResourceUri,
|
|
103
|
-
Session,
|
|
104
|
-
Tag,
|
|
105
105
|
} from "./models_1";
|
|
106
106
|
export interface FindMatchesTaskRunProperties {
|
|
107
107
|
JobId?: string | undefined;
|
|
@@ -13,6 +13,7 @@ import {
|
|
|
13
13
|
WorkerType,
|
|
14
14
|
} from "./enums";
|
|
15
15
|
import {
|
|
16
|
+
Action,
|
|
16
17
|
Aggregate,
|
|
17
18
|
AmazonRedshiftSource,
|
|
18
19
|
AmazonRedshiftTarget,
|
|
@@ -24,6 +25,7 @@ import {
|
|
|
24
25
|
CatalogKafkaSource,
|
|
25
26
|
CatalogKinesisSource,
|
|
26
27
|
CatalogSource,
|
|
28
|
+
Column,
|
|
27
29
|
ConnectionsList,
|
|
28
30
|
ConnectorDataSource,
|
|
29
31
|
ConnectorDataTarget,
|
|
@@ -104,8 +106,6 @@ import {
|
|
|
104
106
|
TableOptimizerConfiguration,
|
|
105
107
|
Trigger,
|
|
106
108
|
Union,
|
|
107
|
-
Action,
|
|
108
|
-
Column,
|
|
109
109
|
} from "./models_0";
|
|
110
110
|
import {
|
|
111
111
|
IcebergPartitionSpec,
|
|
@@ -123,11 +123,11 @@ import {
|
|
|
123
123
|
UserDefinedFunctionInput,
|
|
124
124
|
} from "./models_1";
|
|
125
125
|
import {
|
|
126
|
+
ColumnRowFilter,
|
|
126
127
|
DevEndpointCustomLibraries,
|
|
127
128
|
FederatedTable,
|
|
128
129
|
SchemaVersionNumber,
|
|
129
130
|
ViewDefinition,
|
|
130
|
-
ColumnRowFilter,
|
|
131
131
|
ViewValidation,
|
|
132
132
|
} from "./models_2";
|
|
133
133
|
export interface UpdateDevEndpointRequest {
|
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.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-glue",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
58
|
"@smithy/util-retry": "^4.2.12",
|