@aws-sdk/client-glue 3.1094.0 → 3.1096.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/README.md +7 -0
- package/dist-cjs/index.js +221 -90
- package/dist-es/Glue.js +2 -0
- package/dist-es/commands/BatchGetDataQualityRulesetEvaluationRunCommand.js +4 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +26 -13
- package/dist-es/schemas/schemas_0.js +177 -76
- package/dist-types/Glue.d.ts +7 -0
- package/dist-types/GlueClient.d.ts +3 -2
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetDataQualityRulesetEvaluationRunCommand.d.ts +202 -0
- package/dist-types/commands/CreateClassifierCommand.d.ts +1 -1
- package/dist-types/commands/CreateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateCrawlerCommand.d.ts +1 -2
- package/dist-types/commands/GetDataQualityModelCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +12 -1
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +4 -1
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +48 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +4 -0
- package/dist-types/commands/ListDataQualityStatisticsCommand.d.ts +9 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +1 -2
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +1 -1
- package/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +3 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +48 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +66 -29
- package/dist-types/models/models_0.d.ts +305 -439
- package/dist-types/models/models_1.d.ts +440 -342
- package/dist-types/models/models_2.d.ts +358 -222
- package/dist-types/models/models_3.d.ts +218 -4
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +12 -0
- package/dist-types/ts3.4/Glue.d.ts +17 -0
- package/dist-types/ts3.4/GlueClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/BatchGetDataQualityRulesetEvaluationRunCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +33 -16
- package/dist-types/ts3.4/models/models_0.d.ts +74 -76
- package/dist-types/ts3.4/models/models_1.d.ts +80 -87
- package/dist-types/ts3.4/models/models_2.d.ts +91 -57
- package/dist-types/ts3.4/models/models_3.d.ts +55 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
- package/package.json +6 -6
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
+
Comparator,
|
|
2
3
|
Compatibility,
|
|
3
4
|
ConnectionPropertyKey,
|
|
4
5
|
ConnectionType,
|
|
@@ -9,7 +10,9 @@ import {
|
|
|
9
10
|
JobMode,
|
|
10
11
|
Permission,
|
|
11
12
|
ResourceAction,
|
|
13
|
+
ResourceShareType,
|
|
12
14
|
ResourceState,
|
|
15
|
+
Sort,
|
|
13
16
|
SourceControlAuthStrategy,
|
|
14
17
|
SourceControlProvider,
|
|
15
18
|
TableOptimizerType,
|
|
@@ -32,12 +35,12 @@ import {
|
|
|
32
35
|
CatalogKinesisSource,
|
|
33
36
|
CatalogSource,
|
|
34
37
|
Column,
|
|
35
|
-
ConnectionInput,
|
|
36
38
|
ConnectionsList,
|
|
37
39
|
ConnectorDataSource,
|
|
38
40
|
ConnectorDataTarget,
|
|
39
41
|
CrawlerTargets,
|
|
40
42
|
CustomCode,
|
|
43
|
+
DataQualityEvaluationRunAdditionalRunOptions,
|
|
41
44
|
DataSource,
|
|
42
45
|
DirectJDBCSource,
|
|
43
46
|
DirectKafkaSource,
|
|
@@ -122,6 +125,7 @@ import {
|
|
|
122
125
|
} from "./models_0";
|
|
123
126
|
import {
|
|
124
127
|
ColumnStatistics,
|
|
128
|
+
ConnectionInput,
|
|
125
129
|
DatabaseInput,
|
|
126
130
|
IcebergPartitionSpec,
|
|
127
131
|
IcebergSchema,
|
|
@@ -139,7 +143,7 @@ import {
|
|
|
139
143
|
} from "./models_1";
|
|
140
144
|
import {
|
|
141
145
|
ColumnRowFilter,
|
|
142
|
-
|
|
146
|
+
DataQualityRuleRecommendationRunAdditionalRunOptions,
|
|
143
147
|
FederatedTable,
|
|
144
148
|
IcebergTableMetadata,
|
|
145
149
|
SchemaVersionNumber,
|
|
@@ -149,6 +153,54 @@ import {
|
|
|
149
153
|
ViewDefinition,
|
|
150
154
|
ViewValidation,
|
|
151
155
|
} from "./models_2";
|
|
156
|
+
export interface PropertyPredicate {
|
|
157
|
+
Key?: string | undefined;
|
|
158
|
+
Value?: string | undefined;
|
|
159
|
+
Comparator?: Comparator | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface SortCriterion {
|
|
162
|
+
FieldName?: string | undefined;
|
|
163
|
+
Sort?: Sort | undefined;
|
|
164
|
+
}
|
|
165
|
+
export interface SearchTablesRequest {
|
|
166
|
+
CatalogId?: string | undefined;
|
|
167
|
+
NextToken?: string | undefined;
|
|
168
|
+
Filters?: PropertyPredicate[] | undefined;
|
|
169
|
+
SearchText?: string | undefined;
|
|
170
|
+
SortCriteria?: SortCriterion[] | undefined;
|
|
171
|
+
MaxResults?: number | undefined;
|
|
172
|
+
ResourceShareType?: ResourceShareType | undefined;
|
|
173
|
+
IncludeStatusDetails?: boolean | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface StartBlueprintRunRequest {
|
|
176
|
+
BlueprintName: string | undefined;
|
|
177
|
+
Parameters?: string | undefined;
|
|
178
|
+
RoleArn: string | undefined;
|
|
179
|
+
}
|
|
180
|
+
export interface StartBlueprintRunResponse {
|
|
181
|
+
RunId?: string | undefined;
|
|
182
|
+
}
|
|
183
|
+
export interface StartColumnStatisticsTaskRunRequest {
|
|
184
|
+
DatabaseName: string | undefined;
|
|
185
|
+
TableName: string | undefined;
|
|
186
|
+
ColumnNameList?: string[] | undefined;
|
|
187
|
+
Role: string | undefined;
|
|
188
|
+
SampleSize?: number | undefined;
|
|
189
|
+
CatalogID?: string | undefined;
|
|
190
|
+
SecurityConfiguration?: string | undefined;
|
|
191
|
+
}
|
|
192
|
+
export interface StartColumnStatisticsTaskRunResponse {
|
|
193
|
+
ColumnStatisticsTaskRunId?: string | undefined;
|
|
194
|
+
}
|
|
195
|
+
export interface StartColumnStatisticsTaskRunScheduleRequest {
|
|
196
|
+
DatabaseName: string | undefined;
|
|
197
|
+
TableName: string | undefined;
|
|
198
|
+
}
|
|
199
|
+
export interface StartColumnStatisticsTaskRunScheduleResponse {}
|
|
200
|
+
export interface StartCrawlerRequest {
|
|
201
|
+
Name: string | undefined;
|
|
202
|
+
}
|
|
203
|
+
export interface StartCrawlerResponse {}
|
|
152
204
|
export interface StartCrawlerScheduleRequest {
|
|
153
205
|
CrawlerName: string | undefined;
|
|
154
206
|
}
|
|
@@ -161,6 +213,7 @@ export interface StartDataQualityRuleRecommendationRunRequest {
|
|
|
161
213
|
CreatedRulesetName?: string | undefined;
|
|
162
214
|
DataQualitySecurityConfiguration?: string | undefined;
|
|
163
215
|
ClientToken?: string | undefined;
|
|
216
|
+
AdditionalRunOptions?: DataQualityRuleRecommendationRunAdditionalRunOptions | undefined;
|
|
164
217
|
}
|
|
165
218
|
export interface StartDataQualityRuleRecommendationRunResponse {
|
|
166
219
|
RunId?: string | undefined;
|
|
@@ -71,6 +71,7 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
|
71
71
|
},
|
|
72
72
|
) => import("@smithy/types").EndpointV2;
|
|
73
73
|
tls?: boolean;
|
|
74
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
74
75
|
serviceConfiguredEndpoint?: never;
|
|
75
76
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
76
77
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
@@ -90,4 +91,5 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
|
90
91
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
91
92
|
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
92
93
|
) => import("@smithy/types").RequestSigner;
|
|
94
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
93
95
|
};
|
|
@@ -72,6 +72,7 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
|
72
72
|
},
|
|
73
73
|
) => import("@smithy/types").EndpointV2;
|
|
74
74
|
tls?: boolean;
|
|
75
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
75
76
|
serviceConfiguredEndpoint?: never;
|
|
76
77
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
77
78
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").GlueHttpAuthSchemeProvider;
|
|
@@ -90,4 +91,5 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
|
90
91
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
91
92
|
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
92
93
|
) => import("@smithy/types").RequestSigner;
|
|
94
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
93
95
|
};
|
|
@@ -75,6 +75,7 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
|
75
75
|
},
|
|
76
76
|
) => import("@smithy/types").EndpointV2;
|
|
77
77
|
tls?: boolean;
|
|
78
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
78
79
|
serviceConfiguredEndpoint?: never;
|
|
79
80
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
80
81
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
@@ -94,4 +95,5 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
|
94
95
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
95
96
|
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
96
97
|
) => import("@smithy/types").RequestSigner;
|
|
98
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
97
99
|
};
|
|
@@ -100,6 +100,8 @@ export declare var BatchGetCustomEntityTypesRequest$: StaticStructureSchema;
|
|
|
100
100
|
export declare var BatchGetCustomEntityTypesResponse$: StaticStructureSchema;
|
|
101
101
|
export declare var BatchGetDataQualityResultRequest$: StaticStructureSchema;
|
|
102
102
|
export declare var BatchGetDataQualityResultResponse$: StaticStructureSchema;
|
|
103
|
+
export declare var BatchGetDataQualityRulesetEvaluationRunRequest$: StaticStructureSchema;
|
|
104
|
+
export declare var BatchGetDataQualityRulesetEvaluationRunResponse$: StaticStructureSchema;
|
|
103
105
|
export declare var BatchGetDevEndpointsRequest$: StaticStructureSchema;
|
|
104
106
|
export declare var BatchGetDevEndpointsResponse$: StaticStructureSchema;
|
|
105
107
|
export declare var BatchGetIterableFormsRequest$: StaticStructureSchema;
|
|
@@ -154,6 +156,7 @@ export declare var CatalogProperties$: StaticStructureSchema;
|
|
|
154
156
|
export declare var CatalogPropertiesOutput$: StaticStructureSchema;
|
|
155
157
|
export declare var CatalogSchemaChangePolicy$: StaticStructureSchema;
|
|
156
158
|
export declare var CatalogSource$: StaticStructureSchema;
|
|
159
|
+
export declare var CatalogTableConfigOptions$: StaticStructureSchema;
|
|
157
160
|
export declare var CatalogTarget$: StaticStructureSchema;
|
|
158
161
|
export declare var CheckSchemaVersionValidityInput$: StaticStructureSchema;
|
|
159
162
|
export declare var CheckSchemaVersionValidityResponse$: StaticStructureSchema;
|
|
@@ -290,9 +293,12 @@ export declare var DataQualityObservation$: StaticStructureSchema;
|
|
|
290
293
|
export declare var DataQualityResult$: StaticStructureSchema;
|
|
291
294
|
export declare var DataQualityResultDescription$: StaticStructureSchema;
|
|
292
295
|
export declare var DataQualityResultFilterCriteria$: StaticStructureSchema;
|
|
296
|
+
export declare var DataQualityRuleRecommendationRunAdditionalRunOptions$: StaticStructureSchema;
|
|
293
297
|
export declare var DataQualityRuleRecommendationRunDescription$: StaticStructureSchema;
|
|
294
298
|
export declare var DataQualityRuleRecommendationRunFilter$: StaticStructureSchema;
|
|
295
299
|
export declare var DataQualityRuleResult$: StaticStructureSchema;
|
|
300
|
+
export declare var DataQualityRuleResultsOptions$: StaticStructureSchema;
|
|
301
|
+
export declare var DataQualityRulesetEvaluationRun$: StaticStructureSchema;
|
|
296
302
|
export declare var DataQualityRulesetEvaluationRunDescription$: StaticStructureSchema;
|
|
297
303
|
export declare var DataQualityRulesetEvaluationRunFilter$: StaticStructureSchema;
|
|
298
304
|
export declare var DataQualityRulesetFilterCriteria$: StaticStructureSchema;
|
|
@@ -402,6 +408,8 @@ export declare var DirectKinesisSource$: StaticStructureSchema;
|
|
|
402
408
|
export declare var DirectSchemaChangePolicy$: StaticStructureSchema;
|
|
403
409
|
export declare var DisassociateGlossaryTermsRequest$: StaticStructureSchema;
|
|
404
410
|
export declare var DisassociateGlossaryTermsResponse$: StaticStructureSchema;
|
|
411
|
+
export declare var DistributionData$: StaticStructureSchema;
|
|
412
|
+
export declare var DistributionResultsOptions$: StaticStructureSchema;
|
|
405
413
|
export declare var DoubleColumnStatisticsData$: StaticStructureSchema;
|
|
406
414
|
export declare var DQResultsPublishingOptions$: StaticStructureSchema;
|
|
407
415
|
export declare var DQStopJobOnFailureOptions$: StaticStructureSchema;
|
|
@@ -771,6 +779,7 @@ export declare var OAuth2ClientApplication$: StaticStructureSchema;
|
|
|
771
779
|
export declare var OAuth2Credentials$: StaticStructureSchema;
|
|
772
780
|
export declare var OAuth2Properties$: StaticStructureSchema;
|
|
773
781
|
export declare var OAuth2PropertiesInput$: StaticStructureSchema;
|
|
782
|
+
export declare var ObservationResultsOptions$: StaticStructureSchema;
|
|
774
783
|
export declare var OffsetConfiguration$: StaticStructureSchema;
|
|
775
784
|
export declare var OpenTableFormatInput$: StaticStructureSchema;
|
|
776
785
|
export declare var Option$: StaticStructureSchema;
|
|
@@ -795,6 +804,7 @@ export declare var Predecessor$: StaticStructureSchema;
|
|
|
795
804
|
export declare var Predicate$: StaticStructureSchema;
|
|
796
805
|
export declare var PrincipalPermissions$: StaticStructureSchema;
|
|
797
806
|
export declare var ProfileConfiguration$: StaticStructureSchema;
|
|
807
|
+
export declare var ProfilingResultsOptions$: StaticStructureSchema;
|
|
798
808
|
export declare var Property$: StaticStructureSchema;
|
|
799
809
|
export declare var PropertyPredicate$: StaticStructureSchema;
|
|
800
810
|
export declare var PutAssetRequest$: StaticStructureSchema;
|
|
@@ -846,6 +856,7 @@ export declare var ResumeWorkflowRunResponse$: StaticStructureSchema;
|
|
|
846
856
|
export declare var RetentionConfiguration$: StaticStructureSchema;
|
|
847
857
|
export declare var RetentionMetrics$: StaticStructureSchema;
|
|
848
858
|
export declare var Route$: StaticStructureSchema;
|
|
859
|
+
export declare var RowLevelResultsOptions$: StaticStructureSchema;
|
|
849
860
|
export declare var RunIdentifier$: StaticStructureSchema;
|
|
850
861
|
export declare var RunMetrics$: StaticStructureSchema;
|
|
851
862
|
export declare var RunStatementRequest$: StaticStructureSchema;
|
|
@@ -1106,6 +1117,7 @@ export declare var BatchGetBlueprints$: StaticOperationSchema;
|
|
|
1106
1117
|
export declare var BatchGetCrawlers$: StaticOperationSchema;
|
|
1107
1118
|
export declare var BatchGetCustomEntityTypes$: StaticOperationSchema;
|
|
1108
1119
|
export declare var BatchGetDataQualityResult$: StaticOperationSchema;
|
|
1120
|
+
export declare var BatchGetDataQualityRulesetEvaluationRun$: StaticOperationSchema;
|
|
1109
1121
|
export declare var BatchGetDevEndpoints$: StaticOperationSchema;
|
|
1110
1122
|
export declare var BatchGetIterableForms$: StaticOperationSchema;
|
|
1111
1123
|
export declare var BatchGetJobs$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-glue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1096.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-glue",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@aws-sdk/core": "^3.
|
|
50
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
49
|
+
"@aws-sdk/core": "^3.977.1",
|
|
50
|
+
"@aws-sdk/credential-provider-node": "^3.972.73",
|
|
51
51
|
"@aws-sdk/types": "^3.974.2",
|
|
52
|
-
"@smithy/core": "^3.29.
|
|
53
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
54
|
-
"@smithy/node-http-handler": "^4.9.
|
|
52
|
+
"@smithy/core": "^3.29.8",
|
|
53
|
+
"@smithy/fetch-http-handler": "^5.6.10",
|
|
54
|
+
"@smithy/node-http-handler": "^4.9.10",
|
|
55
55
|
"@smithy/types": "^4.16.1",
|
|
56
56
|
"tslib": "^2.6.2"
|
|
57
57
|
},
|