@aws-sdk/client-glue 3.957.0 → 3.962.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 +1 -265
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +5166 -6164
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +3 -3
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +5073 -6067
- package/dist-types/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/package.json +2 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
1
2
|
export * from "./DescribeEntityPaginator";
|
|
2
3
|
export * from "./GetBlueprintRunsPaginator";
|
|
3
4
|
export * from "./GetClassifiersPaginator";
|
|
@@ -8,7 +9,6 @@ export * from "./GetCrawlersPaginator";
|
|
|
8
9
|
export * from "./GetDatabasesPaginator";
|
|
9
10
|
export * from "./GetDevEndpointsPaginator";
|
|
10
11
|
export * from "./GetJobRunsPaginator";
|
|
11
|
-
export * from "./Interfaces";
|
|
12
12
|
export * from "./GetJobsPaginator";
|
|
13
13
|
export * from "./GetMLTaskRunsPaginator";
|
|
14
14
|
export * from "./GetMLTransformsPaginator";
|
|
@@ -16,8 +16,8 @@ export * from "./GetPartitionIndexesPaginator";
|
|
|
16
16
|
export * from "./GetPartitionsPaginator";
|
|
17
17
|
export * from "./GetResourcePoliciesPaginator";
|
|
18
18
|
export * from "./GetSecurityConfigurationsPaginator";
|
|
19
|
-
export * from "./GetTableVersionsPaginator";
|
|
20
19
|
export * from "./GetTablesPaginator";
|
|
20
|
+
export * from "./GetTableVersionsPaginator";
|
|
21
21
|
export * from "./GetTriggersPaginator";
|
|
22
22
|
export * from "./GetUnfilteredPartitionsMetadataPaginator";
|
|
23
23
|
export * from "./GetUserDefinedFunctionsPaginator";
|
|
@@ -36,8 +36,8 @@ export * from "./ListEntitiesPaginator";
|
|
|
36
36
|
export * from "./ListJobsPaginator";
|
|
37
37
|
export * from "./ListMLTransformsPaginator";
|
|
38
38
|
export * from "./ListRegistriesPaginator";
|
|
39
|
-
export * from "./ListSchemaVersionsPaginator";
|
|
40
39
|
export * from "./ListSchemasPaginator";
|
|
40
|
+
export * from "./ListSchemaVersionsPaginator";
|
|
41
41
|
export * from "./ListSessionsPaginator";
|
|
42
42
|
export * from "./ListTableOptimizerRunsPaginator";
|
|
43
43
|
export * from "./ListTriggersPaginator";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
1
2
|
export * from "./DescribeEntityPaginator";
|
|
2
3
|
export * from "./GetBlueprintRunsPaginator";
|
|
3
4
|
export * from "./GetClassifiersPaginator";
|
|
@@ -8,7 +9,6 @@ export * from "./GetCrawlersPaginator";
|
|
|
8
9
|
export * from "./GetDatabasesPaginator";
|
|
9
10
|
export * from "./GetDevEndpointsPaginator";
|
|
10
11
|
export * from "./GetJobRunsPaginator";
|
|
11
|
-
export * from "./Interfaces";
|
|
12
12
|
export * from "./GetJobsPaginator";
|
|
13
13
|
export * from "./GetMLTaskRunsPaginator";
|
|
14
14
|
export * from "./GetMLTransformsPaginator";
|
|
@@ -16,8 +16,8 @@ export * from "./GetPartitionIndexesPaginator";
|
|
|
16
16
|
export * from "./GetPartitionsPaginator";
|
|
17
17
|
export * from "./GetResourcePoliciesPaginator";
|
|
18
18
|
export * from "./GetSecurityConfigurationsPaginator";
|
|
19
|
-
export * from "./GetTableVersionsPaginator";
|
|
20
19
|
export * from "./GetTablesPaginator";
|
|
20
|
+
export * from "./GetTableVersionsPaginator";
|
|
21
21
|
export * from "./GetTriggersPaginator";
|
|
22
22
|
export * from "./GetUnfilteredPartitionsMetadataPaginator";
|
|
23
23
|
export * from "./GetUserDefinedFunctionsPaginator";
|
|
@@ -36,8 +36,8 @@ export * from "./ListEntitiesPaginator";
|
|
|
36
36
|
export * from "./ListJobsPaginator";
|
|
37
37
|
export * from "./ListMLTransformsPaginator";
|
|
38
38
|
export * from "./ListRegistriesPaginator";
|
|
39
|
-
export * from "./ListSchemaVersionsPaginator";
|
|
40
39
|
export * from "./ListSchemasPaginator";
|
|
40
|
+
export * from "./ListSchemaVersionsPaginator";
|
|
41
41
|
export * from "./ListSessionsPaginator";
|
|
42
42
|
export * from "./ListTableOptimizerRunsPaginator";
|
|
43
43
|
export * from "./ListTriggersPaginator";
|
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.962.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",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.957.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|