@aws-sdk/client-athena 3.806.0 → 3.808.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.
|
@@ -29,7 +29,8 @@ declare const CreateDataCatalogCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Creates (registers) a data catalog with the specified name and properties. Catalogs
|
|
31
31
|
* created are visible to all users of the same Amazon Web Services account.</p>
|
|
32
|
-
* <p>
|
|
32
|
+
* <p>For a <code>FEDERATED</code> catalog, this API operation creates the following
|
|
33
|
+
* resources.</p>
|
|
33
34
|
* <ul>
|
|
34
35
|
* <li>
|
|
35
36
|
* <p>CFN Stack Name with a maximum length of 128 characters and prefix
|
|
@@ -672,8 +672,8 @@ export interface QueryExecution {
|
|
|
672
672
|
* <p>The type of query statement that was run. <code>DDL</code> indicates DDL query
|
|
673
673
|
* statements. <code>DML</code> indicates DML (Data Manipulation Language) query
|
|
674
674
|
* statements, such as <code>CREATE TABLE AS SELECT</code>. <code>UTILITY</code> indicates
|
|
675
|
-
* query statements other than DDL and DML, such as <code>SHOW CREATE TABLE</code>,
|
|
676
|
-
* <code>DESCRIBE
|
|
675
|
+
* query statements other than DDL and DML, such as <code>SHOW CREATE TABLE</code>,
|
|
676
|
+
* <code>EXPLAIN</code>, <code>DESCRIBE</code>, or <code>SHOW TABLES</code>.</p>
|
|
677
677
|
* @public
|
|
678
678
|
*/
|
|
679
679
|
StatementType?: StatementType | undefined;
|
|
@@ -893,6 +893,7 @@ export interface CreateDataCatalogInput {
|
|
|
893
893
|
* external Apache Hive metastore. <code>FEDERATED</code> is a federated catalog for which
|
|
894
894
|
* Athena creates the connection and the Lambda function for
|
|
895
895
|
* you based on the parameters that you pass.</p>
|
|
896
|
+
* <p>For <code>FEDERATED</code> type, we do not support IAM identity center.</p>
|
|
896
897
|
* @public
|
|
897
898
|
*/
|
|
898
899
|
Type: DataCatalogType | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-athena",
|
|
3
3
|
"description": "AWS SDK for JavaScript Athena Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.808.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-athena",
|
|
@@ -20,39 +20,39 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.808.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.808.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.804.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.804.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.804.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.808.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.808.0",
|
|
30
30
|
"@aws-sdk/types": "3.804.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.808.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.804.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.1.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.808.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.1.2",
|
|
35
35
|
"@smithy/core": "^3.3.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
37
37
|
"@smithy/hash-node": "^4.0.2",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.2",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.2",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.4",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.5",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.3",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.2",
|
|
44
|
-
"@smithy/node-config-provider": "^4.1.
|
|
44
|
+
"@smithy/node-config-provider": "^4.1.1",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.4",
|
|
46
46
|
"@smithy/protocol-http": "^5.1.0",
|
|
47
|
-
"@smithy/smithy-client": "^4.2.
|
|
47
|
+
"@smithy/smithy-client": "^4.2.4",
|
|
48
48
|
"@smithy/types": "^4.2.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.2",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
55
|
-
"@smithy/util-endpoints": "^3.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.12",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.12",
|
|
55
|
+
"@smithy/util-endpoints": "^3.0.4",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.2",
|
|
57
57
|
"@smithy/util-retry": "^4.0.3",
|
|
58
58
|
"@smithy/util-utf8": "^4.0.0",
|