@aws-sdk/client-glue 3.965.0 → 3.967.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 +28 -0
- package/dist-cjs/index.js +233 -0
- package/dist-es/Glue.js +8 -0
- package/dist-es/commands/GetMaterializedViewRefreshTaskRunCommand.js +16 -0
- package/dist-es/commands/ListMaterializedViewRefreshTaskRunsCommand.js +16 -0
- package/dist-es/commands/StartMaterializedViewRefreshTaskRunCommand.js +16 -0
- package/dist-es/commands/StopMaterializedViewRefreshTaskRunCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/enums.js +11 -0
- package/dist-es/models/errors.js +42 -0
- package/dist-es/pagination/ListMaterializedViewRefreshTaskRunsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +101 -1
- package/dist-types/Glue.d.ts +28 -0
- package/dist-types/GlueClient.d.ts +6 -2
- package/dist-types/commands/GetMLTransformCommand.d.ts +2 -1
- package/dist-types/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +103 -0
- package/dist-types/commands/ListMaterializedViewRefreshTaskRunsCommand.d.ts +106 -0
- package/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +95 -0
- package/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +89 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTableOptimizerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTriggerCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/enums.d.ts +27 -0
- package/dist-types/models/errors.d.ts +39 -0
- package/dist-types/models/models_1.d.ts +107 -152
- package/dist-types/models/models_2.d.ts +259 -202
- package/dist-types/models/models_3.d.ts +203 -4
- package/dist-types/pagination/ListMaterializedViewRefreshTaskRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +16 -0
- package/dist-types/ts3.4/Glue.d.ts +92 -0
- package/dist-types/ts3.4/GlueClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListMaterializedViewRefreshTaskRunsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTableOptimizerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +15 -0
- package/dist-types/ts3.4/models/errors.d.ts +33 -0
- package/dist-types/ts3.4/models/models_1.d.ts +26 -30
- package/dist-types/ts3.4/models/models_2.d.ts +59 -50
- package/dist-types/ts3.4/models/models_3.d.ts +50 -0
- package/dist-types/ts3.4/pagination/ListMaterializedViewRefreshTaskRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +16 -0
- package/package.json +11 -11
|
@@ -447,6 +447,8 @@ export declare var GetJobsRequest$: StaticStructureSchema;
|
|
|
447
447
|
export declare var GetJobsResponse$: StaticStructureSchema;
|
|
448
448
|
export declare var GetMappingRequest$: StaticStructureSchema;
|
|
449
449
|
export declare var GetMappingResponse$: StaticStructureSchema;
|
|
450
|
+
export declare var GetMaterializedViewRefreshTaskRunRequest$: StaticStructureSchema;
|
|
451
|
+
export declare var GetMaterializedViewRefreshTaskRunResponse$: StaticStructureSchema;
|
|
450
452
|
export declare var GetMLTaskRunRequest$: StaticStructureSchema;
|
|
451
453
|
export declare var GetMLTaskRunResponse$: StaticStructureSchema;
|
|
452
454
|
export declare var GetMLTaskRunsRequest$: StaticStructureSchema;
|
|
@@ -627,6 +629,8 @@ export declare var ListIntegrationResourcePropertiesRequest$: StaticStructureSch
|
|
|
627
629
|
export declare var ListIntegrationResourcePropertiesResponse$: StaticStructureSchema;
|
|
628
630
|
export declare var ListJobsRequest$: StaticStructureSchema;
|
|
629
631
|
export declare var ListJobsResponse$: StaticStructureSchema;
|
|
632
|
+
export declare var ListMaterializedViewRefreshTaskRunsRequest$: StaticStructureSchema;
|
|
633
|
+
export declare var ListMaterializedViewRefreshTaskRunsResponse$: StaticStructureSchema;
|
|
630
634
|
export declare var ListMLTransformsRequest$: StaticStructureSchema;
|
|
631
635
|
export declare var ListMLTransformsResponse$: StaticStructureSchema;
|
|
632
636
|
export declare var ListRegistriesInput$: StaticStructureSchema;
|
|
@@ -651,6 +655,10 @@ export declare var Location$: StaticStructureSchema;
|
|
|
651
655
|
export declare var LongColumnStatisticsData$: StaticStructureSchema;
|
|
652
656
|
export declare var Mapping$: StaticStructureSchema;
|
|
653
657
|
export declare var MappingEntry$: StaticStructureSchema;
|
|
658
|
+
export declare var MaterializedViewRefreshTaskNotRunningException$: StaticErrorSchema;
|
|
659
|
+
export declare var MaterializedViewRefreshTaskRun$: StaticStructureSchema;
|
|
660
|
+
export declare var MaterializedViewRefreshTaskRunningException$: StaticErrorSchema;
|
|
661
|
+
export declare var MaterializedViewRefreshTaskStoppingException$: StaticErrorSchema;
|
|
654
662
|
export declare var Merge$: StaticStructureSchema;
|
|
655
663
|
export declare var MetadataInfo$: StaticStructureSchema;
|
|
656
664
|
export declare var MetadataKeyValuePair$: StaticStructureSchema;
|
|
@@ -824,6 +832,8 @@ export declare var StartImportLabelsTaskRunResponse$: StaticStructureSchema;
|
|
|
824
832
|
export declare var StartingEventBatchCondition$: StaticStructureSchema;
|
|
825
833
|
export declare var StartJobRunRequest$: StaticStructureSchema;
|
|
826
834
|
export declare var StartJobRunResponse$: StaticStructureSchema;
|
|
835
|
+
export declare var StartMaterializedViewRefreshTaskRunRequest$: StaticStructureSchema;
|
|
836
|
+
export declare var StartMaterializedViewRefreshTaskRunResponse$: StaticStructureSchema;
|
|
827
837
|
export declare var StartMLEvaluationTaskRunRequest$: StaticStructureSchema;
|
|
828
838
|
export declare var StartMLEvaluationTaskRunResponse$: StaticStructureSchema;
|
|
829
839
|
export declare var StartMLLabelingSetGenerationTaskRunRequest$: StaticStructureSchema;
|
|
@@ -847,6 +857,8 @@ export declare var StopCrawlerRequest$: StaticStructureSchema;
|
|
|
847
857
|
export declare var StopCrawlerResponse$: StaticStructureSchema;
|
|
848
858
|
export declare var StopCrawlerScheduleRequest$: StaticStructureSchema;
|
|
849
859
|
export declare var StopCrawlerScheduleResponse$: StaticStructureSchema;
|
|
860
|
+
export declare var StopMaterializedViewRefreshTaskRunRequest$: StaticStructureSchema;
|
|
861
|
+
export declare var StopMaterializedViewRefreshTaskRunResponse$: StaticStructureSchema;
|
|
850
862
|
export declare var StopSessionRequest$: StaticStructureSchema;
|
|
851
863
|
export declare var StopSessionResponse$: StaticStructureSchema;
|
|
852
864
|
export declare var StopTriggerRequest$: StaticStructureSchema;
|
|
@@ -1107,6 +1119,7 @@ export declare var GetJobRun$: StaticOperationSchema;
|
|
|
1107
1119
|
export declare var GetJobRuns$: StaticOperationSchema;
|
|
1108
1120
|
export declare var GetJobs$: StaticOperationSchema;
|
|
1109
1121
|
export declare var GetMapping$: StaticOperationSchema;
|
|
1122
|
+
export declare var GetMaterializedViewRefreshTaskRun$: StaticOperationSchema;
|
|
1110
1123
|
export declare var GetMLTaskRun$: StaticOperationSchema;
|
|
1111
1124
|
export declare var GetMLTaskRuns$: StaticOperationSchema;
|
|
1112
1125
|
export declare var GetMLTransform$: StaticOperationSchema;
|
|
@@ -1161,6 +1174,7 @@ export declare var ListDevEndpoints$: StaticOperationSchema;
|
|
|
1161
1174
|
export declare var ListEntities$: StaticOperationSchema;
|
|
1162
1175
|
export declare var ListIntegrationResourceProperties$: StaticOperationSchema;
|
|
1163
1176
|
export declare var ListJobs$: StaticOperationSchema;
|
|
1177
|
+
export declare var ListMaterializedViewRefreshTaskRuns$: StaticOperationSchema;
|
|
1164
1178
|
export declare var ListMLTransforms$: StaticOperationSchema;
|
|
1165
1179
|
export declare var ListRegistries$: StaticOperationSchema;
|
|
1166
1180
|
export declare var ListSchemas$: StaticOperationSchema;
|
|
@@ -1194,6 +1208,7 @@ export declare var StartDataQualityRulesetEvaluationRun$: StaticOperationSchema;
|
|
|
1194
1208
|
export declare var StartExportLabelsTaskRun$: StaticOperationSchema;
|
|
1195
1209
|
export declare var StartImportLabelsTaskRun$: StaticOperationSchema;
|
|
1196
1210
|
export declare var StartJobRun$: StaticOperationSchema;
|
|
1211
|
+
export declare var StartMaterializedViewRefreshTaskRun$: StaticOperationSchema;
|
|
1197
1212
|
export declare var StartMLEvaluationTaskRun$: StaticOperationSchema;
|
|
1198
1213
|
export declare var StartMLLabelingSetGenerationTaskRun$: StaticOperationSchema;
|
|
1199
1214
|
export declare var StartTrigger$: StaticOperationSchema;
|
|
@@ -1202,6 +1217,7 @@ export declare var StopColumnStatisticsTaskRun$: StaticOperationSchema;
|
|
|
1202
1217
|
export declare var StopColumnStatisticsTaskRunSchedule$: StaticOperationSchema;
|
|
1203
1218
|
export declare var StopCrawler$: StaticOperationSchema;
|
|
1204
1219
|
export declare var StopCrawlerSchedule$: StaticOperationSchema;
|
|
1220
|
+
export declare var StopMaterializedViewRefreshTaskRun$: StaticOperationSchema;
|
|
1205
1221
|
export declare var StopSession$: StaticOperationSchema;
|
|
1206
1222
|
export declare var StopTrigger$: StaticOperationSchema;
|
|
1207
1223
|
export declare var StopWorkflowRun$: StaticOperationSchema;
|
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.967.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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/core": "3.967.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.967.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.965.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.965.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.965.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.967.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.965.0",
|
|
31
31
|
"@aws-sdk/types": "3.965.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.965.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.965.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.967.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.5",
|
|
36
|
-
"@smithy/core": "^3.20.
|
|
36
|
+
"@smithy/core": "^3.20.2",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.8",
|
|
38
38
|
"@smithy/hash-node": "^4.2.7",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.7",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.7",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.3",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.19",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.8",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.7",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.7",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.7",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.7",
|
|
48
|
-
"@smithy/smithy-client": "^4.10.
|
|
48
|
+
"@smithy/smithy-client": "^4.10.4",
|
|
49
49
|
"@smithy/types": "^4.11.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.7",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.18",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.21",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.7",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.7",
|
|
58
58
|
"@smithy/util-retry": "^4.2.7",
|