@aws-sdk/client-lakeformation 3.300.0 → 3.303.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_0.js +83 -95
- package/dist-es/models/models_0.js +83 -95
- 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/dist-types/models/models_0.d.ts +143 -83
- package/dist-types/ts3.4/models/models_0.d.ts +104 -83
- package/package.json +36 -36
|
@@ -26,12 +26,12 @@ export interface ListResourcesCommandOutput extends ListResourcesResponse, __Met
|
|
|
26
26
|
* import { LakeFormationClient, ListResourcesCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, ListResourcesCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* FilterConditionList: [
|
|
31
|
-
* {
|
|
29
|
+
* const input = { // ListResourcesRequest
|
|
30
|
+
* FilterConditionList: [ // FilterConditionList
|
|
31
|
+
* { // FilterCondition
|
|
32
32
|
* Field: "RESOURCE_ARN" || "ROLE_ARN" || "LAST_MODIFIED",
|
|
33
33
|
* ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT" || "CONTAINS" || "NOT_CONTAINS" || "BEGINS_WITH" || "IN" || "BETWEEN",
|
|
34
|
-
* StringValueList: [
|
|
34
|
+
* StringValueList: [ // StringValueList
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* },
|
|
@@ -26,7 +26,7 @@ export interface ListTableStorageOptimizersCommandOutput extends ListTableStorag
|
|
|
26
26
|
* import { LakeFormationClient, ListTableStorageOptimizersCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, ListTableStorageOptimizersCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTableStorageOptimizersRequest
|
|
30
30
|
* CatalogId: "STRING_VALUE",
|
|
31
31
|
* DatabaseName: "STRING_VALUE", // required
|
|
32
32
|
* TableName: "STRING_VALUE", // required
|
|
@@ -27,7 +27,7 @@ export interface ListTransactionsCommandOutput extends ListTransactionsResponse,
|
|
|
27
27
|
* import { LakeFormationClient, ListTransactionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
28
28
|
* // const { LakeFormationClient, ListTransactionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
29
29
|
* const client = new LakeFormationClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListTransactionsRequest
|
|
31
31
|
* CatalogId: "STRING_VALUE",
|
|
32
32
|
* StatusFilter: "ALL" || "COMPLETED" || "ACTIVE" || "COMMITTED" || "ABORTED",
|
|
33
33
|
* MaxResults: Number("int"),
|
|
@@ -27,20 +27,20 @@ export interface PutDataLakeSettingsCommandOutput extends PutDataLakeSettingsRes
|
|
|
27
27
|
* import { LakeFormationClient, PutDataLakeSettingsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
28
28
|
* // const { LakeFormationClient, PutDataLakeSettingsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
29
29
|
* const client = new LakeFormationClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // PutDataLakeSettingsRequest
|
|
31
31
|
* CatalogId: "STRING_VALUE",
|
|
32
|
-
* DataLakeSettings: {
|
|
33
|
-
* DataLakeAdmins: [
|
|
34
|
-
* {
|
|
32
|
+
* DataLakeSettings: { // DataLakeSettings
|
|
33
|
+
* DataLakeAdmins: [ // DataLakePrincipalList
|
|
34
|
+
* { // DataLakePrincipal
|
|
35
35
|
* DataLakePrincipalIdentifier: "STRING_VALUE",
|
|
36
36
|
* },
|
|
37
37
|
* ],
|
|
38
|
-
* CreateDatabaseDefaultPermissions: [
|
|
39
|
-
* {
|
|
38
|
+
* CreateDatabaseDefaultPermissions: [ // PrincipalPermissionsList
|
|
39
|
+
* { // PrincipalPermissions
|
|
40
40
|
* Principal: {
|
|
41
41
|
* DataLakePrincipalIdentifier: "STRING_VALUE",
|
|
42
42
|
* },
|
|
43
|
-
* Permissions: [
|
|
43
|
+
* Permissions: [ // PermissionList
|
|
44
44
|
* "ALL" || "SELECT" || "ALTER" || "DROP" || "DELETE" || "INSERT" || "DESCRIBE" || "CREATE_DATABASE" || "CREATE_TABLE" || "DATA_LOCATION_ACCESS" || "CREATE_TAG" || "ASSOCIATE",
|
|
45
45
|
* ],
|
|
46
46
|
* },
|
|
@@ -55,10 +55,10 @@ export interface PutDataLakeSettingsCommandOutput extends PutDataLakeSettingsRes
|
|
|
55
55
|
* ],
|
|
56
56
|
* },
|
|
57
57
|
* ],
|
|
58
|
-
* Parameters: {
|
|
58
|
+
* Parameters: { // ParametersMap
|
|
59
59
|
* "<keys>": "STRING_VALUE",
|
|
60
60
|
* },
|
|
61
|
-
* TrustedResourceOwners: [
|
|
61
|
+
* TrustedResourceOwners: [ // TrustedResourceOwners
|
|
62
62
|
* "STRING_VALUE",
|
|
63
63
|
* ],
|
|
64
64
|
* AllowExternalDataFiltering: true || false,
|
|
@@ -67,7 +67,7 @@ export interface PutDataLakeSettingsCommandOutput extends PutDataLakeSettingsRes
|
|
|
67
67
|
* DataLakePrincipalIdentifier: "STRING_VALUE",
|
|
68
68
|
* },
|
|
69
69
|
* ],
|
|
70
|
-
* AuthorizedSessionTagValueList: [
|
|
70
|
+
* AuthorizedSessionTagValueList: [ // AuthorizedSessionTagValueList
|
|
71
71
|
* "STRING_VALUE",
|
|
72
72
|
* ],
|
|
73
73
|
* },
|
|
@@ -36,7 +36,7 @@ export interface RegisterResourceCommandOutput extends RegisterResourceResponse,
|
|
|
36
36
|
* import { LakeFormationClient, RegisterResourceCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
37
37
|
* // const { LakeFormationClient, RegisterResourceCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
38
38
|
* const client = new LakeFormationClient(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // RegisterResourceRequest
|
|
40
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
41
41
|
* UseServiceLinkedRole: true || false,
|
|
42
42
|
* RoleArn: "STRING_VALUE",
|
|
@@ -26,55 +26,55 @@ export interface RemoveLFTagsFromResourceCommandOutput extends RemoveLFTagsFromR
|
|
|
26
26
|
* import { LakeFormationClient, RemoveLFTagsFromResourceCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, RemoveLFTagsFromResourceCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // RemoveLFTagsFromResourceRequest
|
|
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 RemoveLFTagsFromResourceCommandOutput extends RemoveLFTagsFromR
|
|
|
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
|
|
@@ -26,58 +26,58 @@ export interface RevokePermissionsCommandOutput extends RevokePermissionsRespons
|
|
|
26
26
|
* import { LakeFormationClient, RevokePermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, RevokePermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // RevokePermissionsRequest
|
|
30
30
|
* CatalogId: "STRING_VALUE",
|
|
31
|
-
* Principal: {
|
|
31
|
+
* Principal: { // DataLakePrincipal
|
|
32
32
|
* DataLakePrincipalIdentifier: "STRING_VALUE",
|
|
33
33
|
* },
|
|
34
|
-
* Resource: {
|
|
34
|
+
* Resource: { // Resource
|
|
35
35
|
* Catalog: {},
|
|
36
|
-
* Database: {
|
|
36
|
+
* Database: { // DatabaseResource
|
|
37
37
|
* CatalogId: "STRING_VALUE",
|
|
38
38
|
* Name: "STRING_VALUE", // required
|
|
39
39
|
* },
|
|
40
|
-
* Table: {
|
|
40
|
+
* Table: { // TableResource
|
|
41
41
|
* CatalogId: "STRING_VALUE",
|
|
42
42
|
* DatabaseName: "STRING_VALUE", // required
|
|
43
43
|
* Name: "STRING_VALUE",
|
|
44
44
|
* TableWildcard: {},
|
|
45
45
|
* },
|
|
46
|
-
* TableWithColumns: {
|
|
46
|
+
* TableWithColumns: { // TableWithColumnsResource
|
|
47
47
|
* CatalogId: "STRING_VALUE",
|
|
48
48
|
* DatabaseName: "STRING_VALUE", // required
|
|
49
49
|
* Name: "STRING_VALUE", // required
|
|
50
|
-
* ColumnNames: [
|
|
50
|
+
* ColumnNames: [ // ColumnNames
|
|
51
51
|
* "STRING_VALUE",
|
|
52
52
|
* ],
|
|
53
|
-
* ColumnWildcard: {
|
|
53
|
+
* ColumnWildcard: { // ColumnWildcard
|
|
54
54
|
* ExcludedColumnNames: [
|
|
55
55
|
* "STRING_VALUE",
|
|
56
56
|
* ],
|
|
57
57
|
* },
|
|
58
58
|
* },
|
|
59
|
-
* DataLocation: {
|
|
59
|
+
* DataLocation: { // DataLocationResource
|
|
60
60
|
* CatalogId: "STRING_VALUE",
|
|
61
61
|
* ResourceArn: "STRING_VALUE", // required
|
|
62
62
|
* },
|
|
63
|
-
* DataCellsFilter: {
|
|
63
|
+
* DataCellsFilter: { // DataCellsFilterResource
|
|
64
64
|
* TableCatalogId: "STRING_VALUE",
|
|
65
65
|
* DatabaseName: "STRING_VALUE",
|
|
66
66
|
* TableName: "STRING_VALUE",
|
|
67
67
|
* Name: "STRING_VALUE",
|
|
68
68
|
* },
|
|
69
|
-
* LFTag: {
|
|
69
|
+
* LFTag: { // LFTagKeyResource
|
|
70
70
|
* CatalogId: "STRING_VALUE",
|
|
71
71
|
* TagKey: "STRING_VALUE", // required
|
|
72
|
-
* TagValues: [ // required
|
|
72
|
+
* TagValues: [ // TagValueList // required
|
|
73
73
|
* "STRING_VALUE",
|
|
74
74
|
* ],
|
|
75
75
|
* },
|
|
76
|
-
* LFTagPolicy: {
|
|
76
|
+
* LFTagPolicy: { // LFTagPolicyResource
|
|
77
77
|
* CatalogId: "STRING_VALUE",
|
|
78
78
|
* ResourceType: "DATABASE" || "TABLE", // required
|
|
79
|
-
* Expression: [ // required
|
|
80
|
-
* {
|
|
79
|
+
* Expression: [ // Expression // required
|
|
80
|
+
* { // LFTag
|
|
81
81
|
* TagKey: "STRING_VALUE", // required
|
|
82
82
|
* TagValues: [ // required
|
|
83
83
|
* "STRING_VALUE",
|
|
@@ -86,7 +86,7 @@ export interface RevokePermissionsCommandOutput extends RevokePermissionsRespons
|
|
|
86
86
|
* ],
|
|
87
87
|
* },
|
|
88
88
|
* },
|
|
89
|
-
* Permissions: [ // required
|
|
89
|
+
* Permissions: [ // PermissionList // required
|
|
90
90
|
* "ALL" || "SELECT" || "ALTER" || "DROP" || "DELETE" || "INSERT" || "DESCRIBE" || "CREATE_DATABASE" || "CREATE_TABLE" || "DATA_LOCATION_ACCESS" || "CREATE_TAG" || "ASSOCIATE",
|
|
91
91
|
* ],
|
|
92
92
|
* PermissionsWithGrantOption: [
|
|
@@ -26,14 +26,14 @@ export interface SearchDatabasesByLFTagsCommandOutput extends SearchDatabasesByL
|
|
|
26
26
|
* import { LakeFormationClient, SearchDatabasesByLFTagsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, SearchDatabasesByLFTagsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // SearchDatabasesByLFTagsRequest
|
|
30
30
|
* NextToken: "STRING_VALUE",
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* CatalogId: "STRING_VALUE",
|
|
33
|
-
* Expression: [ // required
|
|
34
|
-
* {
|
|
33
|
+
* Expression: [ // Expression // required
|
|
34
|
+
* { // LFTag
|
|
35
35
|
* TagKey: "STRING_VALUE", // required
|
|
36
|
-
* TagValues: [ // required
|
|
36
|
+
* TagValues: [ // TagValueList // required
|
|
37
37
|
* "STRING_VALUE",
|
|
38
38
|
* ],
|
|
39
39
|
* },
|
|
@@ -26,14 +26,14 @@ export interface SearchTablesByLFTagsCommandOutput extends SearchTablesByLFTagsR
|
|
|
26
26
|
* import { LakeFormationClient, SearchTablesByLFTagsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, SearchTablesByLFTagsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // SearchTablesByLFTagsRequest
|
|
30
30
|
* NextToken: "STRING_VALUE",
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* CatalogId: "STRING_VALUE",
|
|
33
|
-
* Expression: [ // required
|
|
34
|
-
* {
|
|
33
|
+
* Expression: [ // Expression // required
|
|
34
|
+
* { // LFTag
|
|
35
35
|
* TagKey: "STRING_VALUE", // required
|
|
36
|
-
* TagValues: [ // required
|
|
36
|
+
* TagValues: [ // TagValueList // required
|
|
37
37
|
* "STRING_VALUE",
|
|
38
38
|
* ],
|
|
39
39
|
* },
|
|
@@ -27,12 +27,12 @@ export interface StartQueryPlanningCommandOutput extends StartQueryPlanningRespo
|
|
|
27
27
|
* import { LakeFormationClient, StartQueryPlanningCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
28
28
|
* // const { LakeFormationClient, StartQueryPlanningCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
29
29
|
* const client = new LakeFormationClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* QueryPlanningContext: {
|
|
30
|
+
* const input = { // StartQueryPlanningRequest
|
|
31
|
+
* QueryPlanningContext: { // QueryPlanningContext
|
|
32
32
|
* CatalogId: "STRING_VALUE",
|
|
33
33
|
* DatabaseName: "STRING_VALUE", // required
|
|
34
34
|
* QueryAsOfTime: new Date("TIMESTAMP"),
|
|
35
|
-
* QueryParameters: {
|
|
35
|
+
* QueryParameters: { // QueryParameterMap
|
|
36
36
|
* "<keys>": "STRING_VALUE",
|
|
37
37
|
* },
|
|
38
38
|
* TransactionId: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface StartTransactionCommandOutput extends StartTransactionResponse,
|
|
|
26
26
|
* import { LakeFormationClient, StartTransactionCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, StartTransactionCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StartTransactionRequest
|
|
30
30
|
* TransactionType: "READ_AND_WRITE" || "READ_ONLY",
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StartTransactionCommand(input);
|
|
@@ -26,20 +26,20 @@ export interface UpdateDataCellsFilterCommandOutput extends UpdateDataCellsFilte
|
|
|
26
26
|
* import { LakeFormationClient, UpdateDataCellsFilterCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, UpdateDataCellsFilterCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* TableData: {
|
|
29
|
+
* const input = { // UpdateDataCellsFilterRequest
|
|
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 UpdateLFTagCommandOutput extends UpdateLFTagResponse, __Metadat
|
|
|
26
26
|
* import { LakeFormationClient, UpdateLFTagCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, UpdateLFTagCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateLFTagRequest
|
|
30
30
|
* CatalogId: "STRING_VALUE",
|
|
31
31
|
* TagKey: "STRING_VALUE", // required
|
|
32
|
-
* TagValuesToDelete: [
|
|
32
|
+
* TagValuesToDelete: [ // TagValueList
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* TagValuesToAdd: [
|
|
@@ -26,7 +26,7 @@ export interface UpdateResourceCommandOutput extends UpdateResourceResponse, __M
|
|
|
26
26
|
* import { LakeFormationClient, UpdateResourceCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, UpdateResourceCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateResourceRequest
|
|
30
30
|
* RoleArn: "STRING_VALUE", // required
|
|
31
31
|
* ResourceArn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,22 +26,22 @@ export interface UpdateTableObjectsCommandOutput extends UpdateTableObjectsRespo
|
|
|
26
26
|
* import { LakeFormationClient, UpdateTableObjectsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, UpdateTableObjectsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateTableObjectsRequest
|
|
30
30
|
* CatalogId: "STRING_VALUE",
|
|
31
31
|
* DatabaseName: "STRING_VALUE", // required
|
|
32
32
|
* TableName: "STRING_VALUE", // required
|
|
33
33
|
* TransactionId: "STRING_VALUE",
|
|
34
|
-
* WriteOperations: [ // required
|
|
35
|
-
* {
|
|
36
|
-
* AddObject: {
|
|
34
|
+
* WriteOperations: [ // WriteOperationList // required
|
|
35
|
+
* { // WriteOperation
|
|
36
|
+
* AddObject: { // AddObjectInput
|
|
37
37
|
* Uri: "STRING_VALUE", // required
|
|
38
38
|
* ETag: "STRING_VALUE", // required
|
|
39
39
|
* Size: Number("long"), // required
|
|
40
|
-
* PartitionValues: [
|
|
40
|
+
* PartitionValues: [ // PartitionValuesList
|
|
41
41
|
* "STRING_VALUE",
|
|
42
42
|
* ],
|
|
43
43
|
* },
|
|
44
|
-
* DeleteObject: {
|
|
44
|
+
* DeleteObject: { // DeleteObjectInput
|
|
45
45
|
* Uri: "STRING_VALUE", // required
|
|
46
46
|
* ETag: "STRING_VALUE",
|
|
47
47
|
* PartitionValues: [
|
|
@@ -26,12 +26,12 @@ export interface UpdateTableStorageOptimizerCommandOutput extends UpdateTableSto
|
|
|
26
26
|
* import { LakeFormationClient, UpdateTableStorageOptimizerCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
27
27
|
* // const { LakeFormationClient, UpdateTableStorageOptimizerCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
28
28
|
* const client = new LakeFormationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateTableStorageOptimizerRequest
|
|
30
30
|
* CatalogId: "STRING_VALUE",
|
|
31
31
|
* DatabaseName: "STRING_VALUE", // required
|
|
32
32
|
* TableName: "STRING_VALUE", // required
|
|
33
|
-
* StorageOptimizerConfig: { // required
|
|
34
|
-
* "<keys>": {
|
|
33
|
+
* StorageOptimizerConfig: { // StorageOptimizerConfigMap // required
|
|
34
|
+
* "<keys>": { // StorageOptimizerConfig
|
|
35
35
|
* "<keys>": "STRING_VALUE",
|
|
36
36
|
* },
|
|
37
37
|
* },
|