@aws-sdk/client-glue 3.1046.0 → 3.1047.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.
|
@@ -1143,6 +1143,7 @@ const _GWRet = "GetWorkflowRun";
|
|
|
1143
1143
|
const _GWReto = "GetWorkflowRuns";
|
|
1144
1144
|
const _Gr = "Graph";
|
|
1145
1145
|
const _H = "Header";
|
|
1146
|
+
const _HD = "HasDatabases";
|
|
1146
1147
|
const _HK = "HeaderKey";
|
|
1147
1148
|
const _HP = "HidePassword";
|
|
1148
1149
|
const _HT = "HudiTargets";
|
|
@@ -4598,8 +4599,8 @@ exports.GetCatalogResponse$ = [3, n0, _GCRe,
|
|
|
4598
4599
|
];
|
|
4599
4600
|
exports.GetCatalogsRequest$ = [3, n0, _GCRet,
|
|
4600
4601
|
0,
|
|
4601
|
-
[_PCI, _NTe, _MRax, _Recu, _IRn],
|
|
4602
|
-
[0, 0, 1, 2, 2]
|
|
4602
|
+
[_PCI, _NTe, _MRax, _Recu, _IRn, _HD],
|
|
4603
|
+
[0, 0, 1, 2, 2, 2]
|
|
4603
4604
|
];
|
|
4604
4605
|
exports.GetCatalogsResponse$ = [3, n0, _GCReta,
|
|
4605
4606
|
0,
|
|
@@ -1115,6 +1115,7 @@ const _GWRet = "GetWorkflowRun";
|
|
|
1115
1115
|
const _GWReto = "GetWorkflowRuns";
|
|
1116
1116
|
const _Gr = "Graph";
|
|
1117
1117
|
const _H = "Header";
|
|
1118
|
+
const _HD = "HasDatabases";
|
|
1118
1119
|
const _HK = "HeaderKey";
|
|
1119
1120
|
const _HP = "HidePassword";
|
|
1120
1121
|
const _HT = "HudiTargets";
|
|
@@ -4570,8 +4571,8 @@ export var GetCatalogResponse$ = [3, n0, _GCRe,
|
|
|
4570
4571
|
];
|
|
4571
4572
|
export var GetCatalogsRequest$ = [3, n0, _GCRet,
|
|
4572
4573
|
0,
|
|
4573
|
-
[_PCI, _NTe, _MRax, _Recu, _IRn],
|
|
4574
|
-
[0, 0, 1, 2, 2]
|
|
4574
|
+
[_PCI, _NTe, _MRax, _Recu, _IRn, _HD],
|
|
4575
|
+
[0, 0, 1, 2, 2, 2]
|
|
4575
4576
|
];
|
|
4576
4577
|
export var GetCatalogsResponse$ = [3, n0, _GCReta,
|
|
4577
4578
|
0,
|
|
@@ -44,6 +44,7 @@ declare const GetCatalogsCommand_base: {
|
|
|
44
44
|
* MaxResults: Number("int"),
|
|
45
45
|
* Recursive: true || false,
|
|
46
46
|
* IncludeRoot: true || false,
|
|
47
|
+
* HasDatabases: true || false,
|
|
47
48
|
* };
|
|
48
49
|
* const command = new GetCatalogsCommand(input);
|
|
49
50
|
* const response = await client.send(command);
|
|
@@ -4628,6 +4628,11 @@ export interface GetCatalogsRequest {
|
|
|
4628
4628
|
* @public
|
|
4629
4629
|
*/
|
|
4630
4630
|
IncludeRoot?: boolean | undefined;
|
|
4631
|
+
/**
|
|
4632
|
+
* <p>When <code>true</code>, the response only includes catalogs that can contain databases. Some catalogs are organizational containers that hold only other catalogs, not databases. When this parameter is set to <code>true</code>, those container-only catalogs are excluded, and only catalogs capable of containing databases are returned. Defaults to <code>false</code>.</p>
|
|
4633
|
+
* @public
|
|
4634
|
+
*/
|
|
4635
|
+
HasDatabases?: boolean | undefined;
|
|
4631
4636
|
}
|
|
4632
4637
|
/**
|
|
4633
4638
|
* @public
|
|
@@ -1079,6 +1079,7 @@ export interface GetCatalogsRequest {
|
|
|
1079
1079
|
MaxResults?: number | undefined;
|
|
1080
1080
|
Recursive?: boolean | undefined;
|
|
1081
1081
|
IncludeRoot?: boolean | undefined;
|
|
1082
|
+
HasDatabases?: boolean | undefined;
|
|
1082
1083
|
}
|
|
1083
1084
|
export interface GetCatalogsResponse {
|
|
1084
1085
|
CatalogList: Catalog[] | undefined;
|
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.1047.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,17 +21,17 @@
|
|
|
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.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.974.10",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.41",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.11",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.12",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.40",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.14",
|
|
31
31
|
"@aws-sdk/types": "^3.973.8",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.9",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.11",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.26",
|
|
35
35
|
"@smithy/core": "^3.24.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.4.1",
|
|
37
37
|
"@smithy/node-http-handler": "^4.7.1",
|