@aws-sdk/client-lakeformation 3.300.0 → 3.301.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-types/commands/AddLFTagsToResourceCommand.d.ts +16 -16
- package/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +1 -1
- package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +18 -18
- package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +18 -18
- package/dist-types/commands/CancelTransactionCommand.d.ts +1 -1
- package/dist-types/commands/CommitTransactionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +5 -5
- package/dist-types/commands/CreateLFTagCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLFTagCommand.d.ts +1 -1
- package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +3 -3
- package/dist-types/commands/DeregisterResourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeResourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransactionCommand.d.ts +1 -1
- package/dist-types/commands/ExtendTransactionCommand.d.ts +1 -1
- package/dist-types/commands/GetDataCellsFilterCommand.d.ts +1 -1
- package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +1 -1
- package/dist-types/commands/GetLFTagCommand.d.ts +1 -1
- package/dist-types/commands/GetQueryStateCommand.d.ts +1 -1
- package/dist-types/commands/GetQueryStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceLFTagsCommand.d.ts +14 -14
- package/dist-types/commands/GetTableObjectsCommand.d.ts +1 -1
- package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +6 -6
- package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +4 -4
- package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +1 -1
- package/dist-types/commands/GetWorkUnitsCommand.d.ts +1 -1
- package/dist-types/commands/GrantPermissionsCommand.d.ts +16 -16
- package/dist-types/commands/ListDataCellsFilterCommand.d.ts +2 -2
- package/dist-types/commands/ListLFTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListPermissionsCommand.d.ts +15 -15
- package/dist-types/commands/ListResourcesCommand.d.ts +4 -4
- package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +1 -1
- package/dist-types/commands/ListTransactionsCommand.d.ts +1 -1
- package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +10 -10
- package/dist-types/commands/RegisterResourceCommand.d.ts +1 -1
- package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +16 -16
- package/dist-types/commands/RevokePermissionsCommand.d.ts +16 -16
- package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +4 -4
- package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +4 -4
- package/dist-types/commands/StartQueryPlanningCommand.d.ts +3 -3
- package/dist-types/commands/StartTransactionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataCellsFilterCommand.d.ts +5 -5
- package/dist-types/commands/UpdateLFTagCommand.d.ts +2 -2
- package/dist-types/commands/UpdateResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTableObjectsCommand.d.ts +6 -6
- package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +3 -3
- package/package.json +3 -3
|
@@ -26,55 +26,55 @@ export interface AddLFTagsToResourceCommandOutput extends AddLFTagsToResourceRes
|
|
|
26
26
|
* import { LakeFormationClient, AddLFTagsToResourceCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, AddLFTagsToResourceCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // AddLFTagsToResourceRequest
|
|
30
30
|
* CatalogId: "STRING_VALUE",
|
|
31
|
-
* Resource: {
|
|
31
|
+
* Resource: { // Resource
|
|
32
32
|
* Catalog: {},
|
|
33
|
-
* Database: {
|
|
33
|
+
* Database: { // DatabaseResource
|
|
34
34
|
* CatalogId: "STRING_VALUE",
|
|
35
35
|
* Name: "STRING_VALUE", // required
|
|
36
36
|
* },
|
|
37
|
-
* Table: {
|
|
37
|
+
* Table: { // TableResource
|
|
38
38
|
* CatalogId: "STRING_VALUE",
|
|
39
39
|
* DatabaseName: "STRING_VALUE", // required
|
|
40
40
|
* Name: "STRING_VALUE",
|
|
41
41
|
* TableWildcard: {},
|
|
42
42
|
* },
|
|
43
|
-
* TableWithColumns: {
|
|
43
|
+
* TableWithColumns: { // TableWithColumnsResource
|
|
44
44
|
* CatalogId: "STRING_VALUE",
|
|
45
45
|
* DatabaseName: "STRING_VALUE", // required
|
|
46
46
|
* Name: "STRING_VALUE", // required
|
|
47
|
-
* ColumnNames: [
|
|
47
|
+
* ColumnNames: [ // ColumnNames
|
|
48
48
|
* "STRING_VALUE",
|
|
49
49
|
* ],
|
|
50
|
-
* ColumnWildcard: {
|
|
50
|
+
* ColumnWildcard: { // ColumnWildcard
|
|
51
51
|
* ExcludedColumnNames: [
|
|
52
52
|
* "STRING_VALUE",
|
|
53
53
|
* ],
|
|
54
54
|
* },
|
|
55
55
|
* },
|
|
56
|
-
* DataLocation: {
|
|
56
|
+
* DataLocation: { // DataLocationResource
|
|
57
57
|
* CatalogId: "STRING_VALUE",
|
|
58
58
|
* ResourceArn: "STRING_VALUE", // required
|
|
59
59
|
* },
|
|
60
|
-
* DataCellsFilter: {
|
|
60
|
+
* DataCellsFilter: { // DataCellsFilterResource
|
|
61
61
|
* TableCatalogId: "STRING_VALUE",
|
|
62
62
|
* DatabaseName: "STRING_VALUE",
|
|
63
63
|
* TableName: "STRING_VALUE",
|
|
64
64
|
* Name: "STRING_VALUE",
|
|
65
65
|
* },
|
|
66
|
-
* LFTag: {
|
|
66
|
+
* LFTag: { // LFTagKeyResource
|
|
67
67
|
* CatalogId: "STRING_VALUE",
|
|
68
68
|
* TagKey: "STRING_VALUE", // required
|
|
69
|
-
* TagValues: [ // required
|
|
69
|
+
* TagValues: [ // TagValueList // required
|
|
70
70
|
* "STRING_VALUE",
|
|
71
71
|
* ],
|
|
72
72
|
* },
|
|
73
|
-
* LFTagPolicy: {
|
|
73
|
+
* LFTagPolicy: { // LFTagPolicyResource
|
|
74
74
|
* CatalogId: "STRING_VALUE",
|
|
75
75
|
* ResourceType: "DATABASE" || "TABLE", // required
|
|
76
|
-
* Expression: [ // required
|
|
77
|
-
* {
|
|
76
|
+
* Expression: [ // Expression // required
|
|
77
|
+
* { // LFTag
|
|
78
78
|
* TagKey: "STRING_VALUE", // required
|
|
79
79
|
* TagValues: [ // required
|
|
80
80
|
* "STRING_VALUE",
|
|
@@ -83,8 +83,8 @@ export interface AddLFTagsToResourceCommandOutput extends AddLFTagsToResourceRes
|
|
|
83
83
|
* ],
|
|
84
84
|
* },
|
|
85
85
|
* },
|
|
86
|
-
* LFTags: [ // required
|
|
87
|
-
* {
|
|
86
|
+
* LFTags: [ // LFTagsList // required
|
|
87
|
+
* { // LFTagPair
|
|
88
88
|
* CatalogId: "STRING_VALUE",
|
|
89
89
|
* TagKey: "STRING_VALUE", // required
|
|
90
90
|
* TagValues: [ // required
|
|
@@ -31,7 +31,7 @@ export interface AssumeDecoratedRoleWithSAMLCommandOutput extends AssumeDecorate
|
|
|
31
31
|
* import { LakeFormationClient, AssumeDecoratedRoleWithSAMLCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
32
32
|
* // const { LakeFormationClient, AssumeDecoratedRoleWithSAMLCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
33
33
|
* const client = new LakeFormationClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // AssumeDecoratedRoleWithSAMLRequest
|
|
35
35
|
* SAMLAssertion: "STRING_VALUE", // required
|
|
36
36
|
* RoleArn: "STRING_VALUE", // required
|
|
37
37
|
* PrincipalArn: "STRING_VALUE", // required
|
|
@@ -26,61 +26,61 @@ export interface BatchGrantPermissionsCommandOutput extends BatchGrantPermission
|
|
|
26
26
|
* import { LakeFormationClient, BatchGrantPermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, BatchGrantPermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // BatchGrantPermissionsRequest
|
|
30
30
|
* CatalogId: "STRING_VALUE",
|
|
31
|
-
* Entries: [ // required
|
|
32
|
-
* {
|
|
31
|
+
* Entries: [ // BatchPermissionsRequestEntryList // required
|
|
32
|
+
* { // BatchPermissionsRequestEntry
|
|
33
33
|
* Id: "STRING_VALUE", // required
|
|
34
|
-
* Principal: {
|
|
34
|
+
* Principal: { // DataLakePrincipal
|
|
35
35
|
* DataLakePrincipalIdentifier: "STRING_VALUE",
|
|
36
36
|
* },
|
|
37
|
-
* Resource: {
|
|
37
|
+
* Resource: { // Resource
|
|
38
38
|
* Catalog: {},
|
|
39
|
-
* Database: {
|
|
39
|
+
* Database: { // DatabaseResource
|
|
40
40
|
* CatalogId: "STRING_VALUE",
|
|
41
41
|
* Name: "STRING_VALUE", // required
|
|
42
42
|
* },
|
|
43
|
-
* Table: {
|
|
43
|
+
* Table: { // TableResource
|
|
44
44
|
* CatalogId: "STRING_VALUE",
|
|
45
45
|
* DatabaseName: "STRING_VALUE", // required
|
|
46
46
|
* Name: "STRING_VALUE",
|
|
47
47
|
* TableWildcard: {},
|
|
48
48
|
* },
|
|
49
|
-
* TableWithColumns: {
|
|
49
|
+
* TableWithColumns: { // TableWithColumnsResource
|
|
50
50
|
* CatalogId: "STRING_VALUE",
|
|
51
51
|
* DatabaseName: "STRING_VALUE", // required
|
|
52
52
|
* Name: "STRING_VALUE", // required
|
|
53
|
-
* ColumnNames: [
|
|
53
|
+
* ColumnNames: [ // ColumnNames
|
|
54
54
|
* "STRING_VALUE",
|
|
55
55
|
* ],
|
|
56
|
-
* ColumnWildcard: {
|
|
56
|
+
* ColumnWildcard: { // ColumnWildcard
|
|
57
57
|
* ExcludedColumnNames: [
|
|
58
58
|
* "STRING_VALUE",
|
|
59
59
|
* ],
|
|
60
60
|
* },
|
|
61
61
|
* },
|
|
62
|
-
* DataLocation: {
|
|
62
|
+
* DataLocation: { // DataLocationResource
|
|
63
63
|
* CatalogId: "STRING_VALUE",
|
|
64
64
|
* ResourceArn: "STRING_VALUE", // required
|
|
65
65
|
* },
|
|
66
|
-
* DataCellsFilter: {
|
|
66
|
+
* DataCellsFilter: { // DataCellsFilterResource
|
|
67
67
|
* TableCatalogId: "STRING_VALUE",
|
|
68
68
|
* DatabaseName: "STRING_VALUE",
|
|
69
69
|
* TableName: "STRING_VALUE",
|
|
70
70
|
* Name: "STRING_VALUE",
|
|
71
71
|
* },
|
|
72
|
-
* LFTag: {
|
|
72
|
+
* LFTag: { // LFTagKeyResource
|
|
73
73
|
* CatalogId: "STRING_VALUE",
|
|
74
74
|
* TagKey: "STRING_VALUE", // required
|
|
75
|
-
* TagValues: [ // required
|
|
75
|
+
* TagValues: [ // TagValueList // required
|
|
76
76
|
* "STRING_VALUE",
|
|
77
77
|
* ],
|
|
78
78
|
* },
|
|
79
|
-
* LFTagPolicy: {
|
|
79
|
+
* LFTagPolicy: { // LFTagPolicyResource
|
|
80
80
|
* CatalogId: "STRING_VALUE",
|
|
81
81
|
* ResourceType: "DATABASE" || "TABLE", // required
|
|
82
|
-
* Expression: [ // required
|
|
83
|
-
* {
|
|
82
|
+
* Expression: [ // Expression // required
|
|
83
|
+
* { // LFTag
|
|
84
84
|
* TagKey: "STRING_VALUE", // required
|
|
85
85
|
* TagValues: [ // required
|
|
86
86
|
* "STRING_VALUE",
|
|
@@ -89,7 +89,7 @@ export interface BatchGrantPermissionsCommandOutput extends BatchGrantPermission
|
|
|
89
89
|
* ],
|
|
90
90
|
* },
|
|
91
91
|
* },
|
|
92
|
-
* Permissions: [
|
|
92
|
+
* Permissions: [ // PermissionList
|
|
93
93
|
* "ALL" || "SELECT" || "ALTER" || "DROP" || "DELETE" || "INSERT" || "DESCRIBE" || "CREATE_DATABASE" || "CREATE_TABLE" || "DATA_LOCATION_ACCESS" || "CREATE_TAG" || "ASSOCIATE",
|
|
94
94
|
* ],
|
|
95
95
|
* PermissionsWithGrantOption: [
|
|
@@ -26,61 +26,61 @@ export interface BatchRevokePermissionsCommandOutput extends BatchRevokePermissi
|
|
|
26
26
|
* import { LakeFormationClient, BatchRevokePermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, BatchRevokePermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // BatchRevokePermissionsRequest
|
|
30
30
|
* CatalogId: "STRING_VALUE",
|
|
31
|
-
* Entries: [ // required
|
|
32
|
-
* {
|
|
31
|
+
* Entries: [ // BatchPermissionsRequestEntryList // required
|
|
32
|
+
* { // BatchPermissionsRequestEntry
|
|
33
33
|
* Id: "STRING_VALUE", // required
|
|
34
|
-
* Principal: {
|
|
34
|
+
* Principal: { // DataLakePrincipal
|
|
35
35
|
* DataLakePrincipalIdentifier: "STRING_VALUE",
|
|
36
36
|
* },
|
|
37
|
-
* Resource: {
|
|
37
|
+
* Resource: { // Resource
|
|
38
38
|
* Catalog: {},
|
|
39
|
-
* Database: {
|
|
39
|
+
* Database: { // DatabaseResource
|
|
40
40
|
* CatalogId: "STRING_VALUE",
|
|
41
41
|
* Name: "STRING_VALUE", // required
|
|
42
42
|
* },
|
|
43
|
-
* Table: {
|
|
43
|
+
* Table: { // TableResource
|
|
44
44
|
* CatalogId: "STRING_VALUE",
|
|
45
45
|
* DatabaseName: "STRING_VALUE", // required
|
|
46
46
|
* Name: "STRING_VALUE",
|
|
47
47
|
* TableWildcard: {},
|
|
48
48
|
* },
|
|
49
|
-
* TableWithColumns: {
|
|
49
|
+
* TableWithColumns: { // TableWithColumnsResource
|
|
50
50
|
* CatalogId: "STRING_VALUE",
|
|
51
51
|
* DatabaseName: "STRING_VALUE", // required
|
|
52
52
|
* Name: "STRING_VALUE", // required
|
|
53
|
-
* ColumnNames: [
|
|
53
|
+
* ColumnNames: [ // ColumnNames
|
|
54
54
|
* "STRING_VALUE",
|
|
55
55
|
* ],
|
|
56
|
-
* ColumnWildcard: {
|
|
56
|
+
* ColumnWildcard: { // ColumnWildcard
|
|
57
57
|
* ExcludedColumnNames: [
|
|
58
58
|
* "STRING_VALUE",
|
|
59
59
|
* ],
|
|
60
60
|
* },
|
|
61
61
|
* },
|
|
62
|
-
* DataLocation: {
|
|
62
|
+
* DataLocation: { // DataLocationResource
|
|
63
63
|
* CatalogId: "STRING_VALUE",
|
|
64
64
|
* ResourceArn: "STRING_VALUE", // required
|
|
65
65
|
* },
|
|
66
|
-
* DataCellsFilter: {
|
|
66
|
+
* DataCellsFilter: { // DataCellsFilterResource
|
|
67
67
|
* TableCatalogId: "STRING_VALUE",
|
|
68
68
|
* DatabaseName: "STRING_VALUE",
|
|
69
69
|
* TableName: "STRING_VALUE",
|
|
70
70
|
* Name: "STRING_VALUE",
|
|
71
71
|
* },
|
|
72
|
-
* LFTag: {
|
|
72
|
+
* LFTag: { // LFTagKeyResource
|
|
73
73
|
* CatalogId: "STRING_VALUE",
|
|
74
74
|
* TagKey: "STRING_VALUE", // required
|
|
75
|
-
* TagValues: [ // required
|
|
75
|
+
* TagValues: [ // TagValueList // required
|
|
76
76
|
* "STRING_VALUE",
|
|
77
77
|
* ],
|
|
78
78
|
* },
|
|
79
|
-
* LFTagPolicy: {
|
|
79
|
+
* LFTagPolicy: { // LFTagPolicyResource
|
|
80
80
|
* CatalogId: "STRING_VALUE",
|
|
81
81
|
* ResourceType: "DATABASE" || "TABLE", // required
|
|
82
|
-
* Expression: [ // required
|
|
83
|
-
* {
|
|
82
|
+
* Expression: [ // Expression // required
|
|
83
|
+
* { // LFTag
|
|
84
84
|
* TagKey: "STRING_VALUE", // required
|
|
85
85
|
* TagValues: [ // required
|
|
86
86
|
* "STRING_VALUE",
|
|
@@ -89,7 +89,7 @@ export interface BatchRevokePermissionsCommandOutput extends BatchRevokePermissi
|
|
|
89
89
|
* ],
|
|
90
90
|
* },
|
|
91
91
|
* },
|
|
92
|
-
* Permissions: [
|
|
92
|
+
* Permissions: [ // PermissionList
|
|
93
93
|
* "ALL" || "SELECT" || "ALTER" || "DROP" || "DELETE" || "INSERT" || "DESCRIBE" || "CREATE_DATABASE" || "CREATE_TABLE" || "DATA_LOCATION_ACCESS" || "CREATE_TAG" || "ASSOCIATE",
|
|
94
94
|
* ],
|
|
95
95
|
* PermissionsWithGrantOption: [
|
|
@@ -26,7 +26,7 @@ export interface CancelTransactionCommandOutput extends CancelTransactionRespons
|
|
|
26
26
|
* import { LakeFormationClient, CancelTransactionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, CancelTransactionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CancelTransactionRequest
|
|
30
30
|
* TransactionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new CancelTransactionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface CommitTransactionCommandOutput extends CommitTransactionRespons
|
|
|
26
26
|
* import { LakeFormationClient, CommitTransactionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, CommitTransactionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CommitTransactionRequest
|
|
30
30
|
* TransactionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new CommitTransactionCommand(input);
|
|
@@ -26,20 +26,20 @@ export interface CreateDataCellsFilterCommandOutput extends CreateDataCellsFilte
|
|
|
26
26
|
* import { LakeFormationClient, CreateDataCellsFilterCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, CreateDataCellsFilterCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* TableData: {
|
|
29
|
+
* const input = { // CreateDataCellsFilterRequest
|
|
30
|
+
* TableData: { // DataCellsFilter
|
|
31
31
|
* TableCatalogId: "STRING_VALUE", // required
|
|
32
32
|
* DatabaseName: "STRING_VALUE", // required
|
|
33
33
|
* TableName: "STRING_VALUE", // required
|
|
34
34
|
* Name: "STRING_VALUE", // required
|
|
35
|
-
* RowFilter: {
|
|
35
|
+
* RowFilter: { // RowFilter
|
|
36
36
|
* FilterExpression: "STRING_VALUE",
|
|
37
37
|
* AllRowsWildcard: {},
|
|
38
38
|
* },
|
|
39
|
-
* ColumnNames: [
|
|
39
|
+
* ColumnNames: [ // ColumnNames
|
|
40
40
|
* "STRING_VALUE",
|
|
41
41
|
* ],
|
|
42
|
-
* ColumnWildcard: {
|
|
42
|
+
* ColumnWildcard: { // ColumnWildcard
|
|
43
43
|
* ExcludedColumnNames: [
|
|
44
44
|
* "STRING_VALUE",
|
|
45
45
|
* ],
|
|
@@ -26,10 +26,10 @@ export interface CreateLFTagCommandOutput extends CreateLFTagResponse, __Metadat
|
|
|
26
26
|
* import { LakeFormationClient, CreateLFTagCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, CreateLFTagCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateLFTagRequest
|
|
30
30
|
* CatalogId: "STRING_VALUE",
|
|
31
31
|
* TagKey: "STRING_VALUE", // required
|
|
32
|
-
* TagValues: [ // required
|
|
32
|
+
* TagValues: [ // TagValueList // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteDataCellsFilterCommandOutput extends DeleteDataCellsFilte
|
|
|
26
26
|
* import { LakeFormationClient, DeleteDataCellsFilterCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, DeleteDataCellsFilterCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteDataCellsFilterRequest
|
|
30
30
|
* TableCatalogId: "STRING_VALUE",
|
|
31
31
|
* DatabaseName: "STRING_VALUE",
|
|
32
32
|
* TableName: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface DeleteLFTagCommandOutput extends DeleteLFTagResponse, __Metadat
|
|
|
26
26
|
* import { LakeFormationClient, DeleteLFTagCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, DeleteLFTagCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteLFTagRequest
|
|
30
30
|
* CatalogId: "STRING_VALUE",
|
|
31
31
|
* TagKey: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -33,13 +33,13 @@ export interface DeleteObjectsOnCancelCommandOutput extends DeleteObjectsOnCance
|
|
|
33
33
|
* import { LakeFormationClient, DeleteObjectsOnCancelCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
34
34
|
* // const { LakeFormationClient, DeleteObjectsOnCancelCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
35
35
|
* const client = new LakeFormationClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // DeleteObjectsOnCancelRequest
|
|
37
37
|
* CatalogId: "STRING_VALUE",
|
|
38
38
|
* DatabaseName: "STRING_VALUE", // required
|
|
39
39
|
* TableName: "STRING_VALUE", // required
|
|
40
40
|
* TransactionId: "STRING_VALUE", // required
|
|
41
|
-
* Objects: [ // required
|
|
42
|
-
* {
|
|
41
|
+
* Objects: [ // VirtualObjectList // required
|
|
42
|
+
* { // VirtualObject
|
|
43
43
|
* Uri: "STRING_VALUE", // required
|
|
44
44
|
* ETag: "STRING_VALUE",
|
|
45
45
|
* },
|
|
@@ -27,7 +27,7 @@ export interface DeregisterResourceCommandOutput extends DeregisterResourceRespo
|
|
|
27
27
|
* import { LakeFormationClient, DeregisterResourceCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
28
28
|
* // const { LakeFormationClient, DeregisterResourceCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
29
29
|
* const client = new LakeFormationClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeregisterResourceRequest
|
|
31
31
|
* ResourceArn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeregisterResourceCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeResourceCommandOutput extends DescribeResourceResponse,
|
|
|
26
26
|
* import { LakeFormationClient, DescribeResourceCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, DescribeResourceCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeResourceCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeTransactionCommandOutput extends DescribeTransactionRes
|
|
|
26
26
|
* import { LakeFormationClient, DescribeTransactionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, DescribeTransactionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeTransactionRequest
|
|
30
30
|
* TransactionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeTransactionCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface ExtendTransactionCommandOutput extends ExtendTransactionRespons
|
|
|
27
27
|
* import { LakeFormationClient, ExtendTransactionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
28
28
|
* // const { LakeFormationClient, ExtendTransactionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
29
29
|
* const client = new LakeFormationClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ExtendTransactionRequest
|
|
31
31
|
* TransactionId: "STRING_VALUE",
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ExtendTransactionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetDataCellsFilterCommandOutput extends GetDataCellsFilterRespo
|
|
|
26
26
|
* import { LakeFormationClient, GetDataCellsFilterCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, GetDataCellsFilterCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDataCellsFilterRequest
|
|
30
30
|
* TableCatalogId: "STRING_VALUE", // required
|
|
31
31
|
* DatabaseName: "STRING_VALUE", // required
|
|
32
32
|
* TableName: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface GetDataLakeSettingsCommandOutput extends GetDataLakeSettingsRes
|
|
|
26
26
|
* import { LakeFormationClient, GetDataLakeSettingsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, GetDataLakeSettingsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDataLakeSettingsRequest
|
|
30
30
|
* CatalogId: "STRING_VALUE",
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetDataLakeSettingsCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface GetEffectivePermissionsForPathCommandOutput extends GetEffectiv
|
|
|
27
27
|
* import { LakeFormationClient, GetEffectivePermissionsForPathCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
28
28
|
* // const { LakeFormationClient, GetEffectivePermissionsForPathCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
29
29
|
* const client = new LakeFormationClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetEffectivePermissionsForPathRequest
|
|
31
31
|
* CatalogId: "STRING_VALUE",
|
|
32
32
|
* ResourceArn: "STRING_VALUE", // required
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface GetLFTagCommandOutput extends GetLFTagResponse, __MetadataBeare
|
|
|
26
26
|
* import { LakeFormationClient, GetLFTagCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, GetLFTagCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetLFTagRequest
|
|
30
30
|
* CatalogId: "STRING_VALUE",
|
|
31
31
|
* TagKey: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetQueryStateCommandOutput extends GetQueryStateResponse, __Met
|
|
|
26
26
|
* import { LakeFormationClient, GetQueryStateCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, GetQueryStateCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetQueryStateRequest
|
|
30
30
|
* QueryId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetQueryStateCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetQueryStatisticsCommandOutput extends GetQueryStatisticsRespo
|
|
|
26
26
|
* import { LakeFormationClient, GetQueryStatisticsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, GetQueryStatisticsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetQueryStatisticsRequest
|
|
30
30
|
* QueryId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetQueryStatisticsCommand(input);
|
|
@@ -26,55 +26,55 @@ export interface GetResourceLFTagsCommandOutput extends GetResourceLFTagsRespons
|
|
|
26
26
|
* import { LakeFormationClient, GetResourceLFTagsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, GetResourceLFTagsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetResourceLFTagsRequest
|
|
30
30
|
* CatalogId: "STRING_VALUE",
|
|
31
|
-
* Resource: {
|
|
31
|
+
* Resource: { // Resource
|
|
32
32
|
* Catalog: {},
|
|
33
|
-
* Database: {
|
|
33
|
+
* Database: { // DatabaseResource
|
|
34
34
|
* CatalogId: "STRING_VALUE",
|
|
35
35
|
* Name: "STRING_VALUE", // required
|
|
36
36
|
* },
|
|
37
|
-
* Table: {
|
|
37
|
+
* Table: { // TableResource
|
|
38
38
|
* CatalogId: "STRING_VALUE",
|
|
39
39
|
* DatabaseName: "STRING_VALUE", // required
|
|
40
40
|
* Name: "STRING_VALUE",
|
|
41
41
|
* TableWildcard: {},
|
|
42
42
|
* },
|
|
43
|
-
* TableWithColumns: {
|
|
43
|
+
* TableWithColumns: { // TableWithColumnsResource
|
|
44
44
|
* CatalogId: "STRING_VALUE",
|
|
45
45
|
* DatabaseName: "STRING_VALUE", // required
|
|
46
46
|
* Name: "STRING_VALUE", // required
|
|
47
|
-
* ColumnNames: [
|
|
47
|
+
* ColumnNames: [ // ColumnNames
|
|
48
48
|
* "STRING_VALUE",
|
|
49
49
|
* ],
|
|
50
|
-
* ColumnWildcard: {
|
|
50
|
+
* ColumnWildcard: { // ColumnWildcard
|
|
51
51
|
* ExcludedColumnNames: [
|
|
52
52
|
* "STRING_VALUE",
|
|
53
53
|
* ],
|
|
54
54
|
* },
|
|
55
55
|
* },
|
|
56
|
-
* DataLocation: {
|
|
56
|
+
* DataLocation: { // DataLocationResource
|
|
57
57
|
* CatalogId: "STRING_VALUE",
|
|
58
58
|
* ResourceArn: "STRING_VALUE", // required
|
|
59
59
|
* },
|
|
60
|
-
* DataCellsFilter: {
|
|
60
|
+
* DataCellsFilter: { // DataCellsFilterResource
|
|
61
61
|
* TableCatalogId: "STRING_VALUE",
|
|
62
62
|
* DatabaseName: "STRING_VALUE",
|
|
63
63
|
* TableName: "STRING_VALUE",
|
|
64
64
|
* Name: "STRING_VALUE",
|
|
65
65
|
* },
|
|
66
|
-
* LFTag: {
|
|
66
|
+
* LFTag: { // LFTagKeyResource
|
|
67
67
|
* CatalogId: "STRING_VALUE",
|
|
68
68
|
* TagKey: "STRING_VALUE", // required
|
|
69
|
-
* TagValues: [ // required
|
|
69
|
+
* TagValues: [ // TagValueList // required
|
|
70
70
|
* "STRING_VALUE",
|
|
71
71
|
* ],
|
|
72
72
|
* },
|
|
73
|
-
* LFTagPolicy: {
|
|
73
|
+
* LFTagPolicy: { // LFTagPolicyResource
|
|
74
74
|
* CatalogId: "STRING_VALUE",
|
|
75
75
|
* ResourceType: "DATABASE" || "TABLE", // required
|
|
76
|
-
* Expression: [ // required
|
|
77
|
-
* {
|
|
76
|
+
* Expression: [ // Expression // required
|
|
77
|
+
* { // LFTag
|
|
78
78
|
* TagKey: "STRING_VALUE", // required
|
|
79
79
|
* TagValues: [ // required
|
|
80
80
|
* "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface GetTableObjectsCommandOutput extends GetTableObjectsResponse, _
|
|
|
26
26
|
* import { LakeFormationClient, GetTableObjectsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, GetTableObjectsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetTableObjectsRequest
|
|
30
30
|
* CatalogId: "STRING_VALUE",
|
|
31
31
|
* DatabaseName: "STRING_VALUE", // required
|
|
32
32
|
* TableName: "STRING_VALUE", // required
|
|
@@ -26,21 +26,21 @@ export interface GetTemporaryGluePartitionCredentialsCommandOutput extends GetTe
|
|
|
26
26
|
* import { LakeFormationClient, GetTemporaryGluePartitionCredentialsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, GetTemporaryGluePartitionCredentialsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetTemporaryGluePartitionCredentialsRequest
|
|
30
30
|
* TableArn: "STRING_VALUE", // required
|
|
31
|
-
* Partition: {
|
|
32
|
-
* Values: [ // required
|
|
31
|
+
* Partition: { // PartitionValueList
|
|
32
|
+
* Values: [ // ValueStringList // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* },
|
|
36
|
-
* Permissions: [
|
|
36
|
+
* Permissions: [ // PermissionList
|
|
37
37
|
* "ALL" || "SELECT" || "ALTER" || "DROP" || "DELETE" || "INSERT" || "DESCRIBE" || "CREATE_DATABASE" || "CREATE_TABLE" || "DATA_LOCATION_ACCESS" || "CREATE_TAG" || "ASSOCIATE",
|
|
38
38
|
* ],
|
|
39
39
|
* DurationSeconds: Number("int"),
|
|
40
|
-
* AuditContext: {
|
|
40
|
+
* AuditContext: { // AuditContext
|
|
41
41
|
* AdditionalAuditContext: "STRING_VALUE",
|
|
42
42
|
* },
|
|
43
|
-
* SupportedPermissionTypes: [ // required
|
|
43
|
+
* SupportedPermissionTypes: [ // PermissionTypeList // required
|
|
44
44
|
* "COLUMN_PERMISSION" || "CELL_FILTER_PERMISSION",
|
|
45
45
|
* ],
|
|
46
46
|
* };
|
|
@@ -26,16 +26,16 @@ export interface GetTemporaryGlueTableCredentialsCommandOutput extends GetTempor
|
|
|
26
26
|
* import { LakeFormationClient, GetTemporaryGlueTableCredentialsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, GetTemporaryGlueTableCredentialsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetTemporaryGlueTableCredentialsRequest
|
|
30
30
|
* TableArn: "STRING_VALUE", // required
|
|
31
|
-
* Permissions: [
|
|
31
|
+
* Permissions: [ // PermissionList
|
|
32
32
|
* "ALL" || "SELECT" || "ALTER" || "DROP" || "DELETE" || "INSERT" || "DESCRIBE" || "CREATE_DATABASE" || "CREATE_TABLE" || "DATA_LOCATION_ACCESS" || "CREATE_TAG" || "ASSOCIATE",
|
|
33
33
|
* ],
|
|
34
34
|
* DurationSeconds: Number("int"),
|
|
35
|
-
* AuditContext: {
|
|
35
|
+
* AuditContext: { // AuditContext
|
|
36
36
|
* AdditionalAuditContext: "STRING_VALUE",
|
|
37
37
|
* },
|
|
38
|
-
* SupportedPermissionTypes: [ // required
|
|
38
|
+
* SupportedPermissionTypes: [ // PermissionTypeList // required
|
|
39
39
|
* "COLUMN_PERMISSION" || "CELL_FILTER_PERMISSION",
|
|
40
40
|
* ],
|
|
41
41
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetWorkUnitResultsCommandOutput extends __WithSdkStreamMixin<Ge
|
|
|
26
26
|
* import { LakeFormationClient, GetWorkUnitResultsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, GetWorkUnitResultsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetWorkUnitResultsRequest
|
|
30
30
|
* QueryId: "STRING_VALUE", // required
|
|
31
31
|
* WorkUnitId: Number("long"), // required
|
|
32
32
|
* WorkUnitToken: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface GetWorkUnitsCommandOutput extends GetWorkUnitsResponse, __Metad
|
|
|
26
26
|
* import { LakeFormationClient, GetWorkUnitsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, GetWorkUnitsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetWorkUnitsRequest
|
|
30
30
|
* NextToken: "STRING_VALUE",
|
|
31
31
|
* PageSize: Number("int"),
|
|
32
32
|
* QueryId: "STRING_VALUE", // required
|