@aws-sdk/client-glue 3.370.0 → 3.371.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/dist-cjs/models/models_1.js +2 -0
- package/dist-es/models/models_1.js +2 -0
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/package.json +1 -1
|
@@ -200,6 +200,8 @@ exports.StatementState = {
|
|
|
200
200
|
exports.PermissionType = {
|
|
201
201
|
CELL_FILTER_PERMISSION: "CELL_FILTER_PERMISSION",
|
|
202
202
|
COLUMN_PERMISSION: "COLUMN_PERMISSION",
|
|
203
|
+
NESTED_CELL_PERMISSION: "NESTED_CELL_PERMISSION",
|
|
204
|
+
NESTED_PERMISSION: "NESTED_PERMISSION",
|
|
203
205
|
};
|
|
204
206
|
class PermissionTypeMismatchException extends GlueServiceException_1.GlueServiceException {
|
|
205
207
|
constructor(opts) {
|
|
@@ -193,6 +193,8 @@ export const StatementState = {
|
|
|
193
193
|
export const PermissionType = {
|
|
194
194
|
CELL_FILTER_PERMISSION: "CELL_FILTER_PERMISSION",
|
|
195
195
|
COLUMN_PERMISSION: "COLUMN_PERMISSION",
|
|
196
|
+
NESTED_CELL_PERMISSION: "NESTED_CELL_PERMISSION",
|
|
197
|
+
NESTED_PERMISSION: "NESTED_PERMISSION",
|
|
196
198
|
};
|
|
197
199
|
export class PermissionTypeMismatchException extends __BaseException {
|
|
198
200
|
constructor(opts) {
|
|
@@ -47,7 +47,7 @@ export interface GetUnfilteredPartitionMetadataCommandOutput extends GetUnfilter
|
|
|
47
47
|
* AllColumnsRequested: true || false,
|
|
48
48
|
* },
|
|
49
49
|
* SupportedPermissionTypes: [ // PermissionTypeList // required
|
|
50
|
-
* "COLUMN_PERMISSION" || "CELL_FILTER_PERMISSION",
|
|
50
|
+
* "COLUMN_PERMISSION" || "CELL_FILTER_PERMISSION" || "NESTED_PERMISSION" || "NESTED_CELL_PERMISSION",
|
|
51
51
|
* ],
|
|
52
52
|
* };
|
|
53
53
|
* const command = new GetUnfilteredPartitionMetadataCommand(input);
|
|
@@ -45,7 +45,7 @@ export interface GetUnfilteredPartitionsMetadataCommandOutput extends GetUnfilte
|
|
|
45
45
|
* AllColumnsRequested: true || false,
|
|
46
46
|
* },
|
|
47
47
|
* SupportedPermissionTypes: [ // PermissionTypeList // required
|
|
48
|
-
* "COLUMN_PERMISSION" || "CELL_FILTER_PERMISSION",
|
|
48
|
+
* "COLUMN_PERMISSION" || "CELL_FILTER_PERMISSION" || "NESTED_PERMISSION" || "NESTED_CELL_PERMISSION",
|
|
49
49
|
* ],
|
|
50
50
|
* NextToken: "STRING_VALUE",
|
|
51
51
|
* Segment: { // Segment
|
|
@@ -45,7 +45,7 @@ export interface GetUnfilteredTableMetadataCommandOutput extends GetUnfilteredTa
|
|
|
45
45
|
* AllColumnsRequested: true || false,
|
|
46
46
|
* },
|
|
47
47
|
* SupportedPermissionTypes: [ // PermissionTypeList // required
|
|
48
|
-
* "COLUMN_PERMISSION" || "CELL_FILTER_PERMISSION",
|
|
48
|
+
* "COLUMN_PERMISSION" || "CELL_FILTER_PERMISSION" || "NESTED_PERMISSION" || "NESTED_CELL_PERMISSION",
|
|
49
49
|
* ],
|
|
50
50
|
* };
|
|
51
51
|
* const command = new GetUnfilteredTableMetadataCommand(input);
|
|
@@ -5946,6 +5946,8 @@ export interface GetTriggersResponse {
|
|
|
5946
5946
|
export declare const PermissionType: {
|
|
5947
5947
|
readonly CELL_FILTER_PERMISSION: "CELL_FILTER_PERMISSION";
|
|
5948
5948
|
readonly COLUMN_PERMISSION: "COLUMN_PERMISSION";
|
|
5949
|
+
readonly NESTED_CELL_PERMISSION: "NESTED_CELL_PERMISSION";
|
|
5950
|
+
readonly NESTED_PERMISSION: "NESTED_PERMISSION";
|
|
5949
5951
|
};
|
|
5950
5952
|
/**
|
|
5951
5953
|
* @public
|
|
@@ -1599,6 +1599,8 @@ export interface GetTriggersResponse {
|
|
|
1599
1599
|
export declare const PermissionType: {
|
|
1600
1600
|
readonly CELL_FILTER_PERMISSION: "CELL_FILTER_PERMISSION";
|
|
1601
1601
|
readonly COLUMN_PERMISSION: "COLUMN_PERMISSION";
|
|
1602
|
+
readonly NESTED_CELL_PERMISSION: "NESTED_CELL_PERMISSION";
|
|
1603
|
+
readonly NESTED_PERMISSION: "NESTED_PERMISSION";
|
|
1602
1604
|
};
|
|
1603
1605
|
export type PermissionType =
|
|
1604
1606
|
(typeof PermissionType)[keyof typeof PermissionType];
|
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.371.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|