@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.
Files changed (48) hide show
  1. package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +16 -16
  2. package/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +1 -1
  3. package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +18 -18
  4. package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +18 -18
  5. package/dist-types/commands/CancelTransactionCommand.d.ts +1 -1
  6. package/dist-types/commands/CommitTransactionCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +5 -5
  8. package/dist-types/commands/CreateLFTagCommand.d.ts +2 -2
  9. package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteLFTagCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +3 -3
  12. package/dist-types/commands/DeregisterResourceCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeResourceCommand.d.ts +1 -1
  14. package/dist-types/commands/DescribeTransactionCommand.d.ts +1 -1
  15. package/dist-types/commands/ExtendTransactionCommand.d.ts +1 -1
  16. package/dist-types/commands/GetDataCellsFilterCommand.d.ts +1 -1
  17. package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +1 -1
  18. package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +1 -1
  19. package/dist-types/commands/GetLFTagCommand.d.ts +1 -1
  20. package/dist-types/commands/GetQueryStateCommand.d.ts +1 -1
  21. package/dist-types/commands/GetQueryStatisticsCommand.d.ts +1 -1
  22. package/dist-types/commands/GetResourceLFTagsCommand.d.ts +14 -14
  23. package/dist-types/commands/GetTableObjectsCommand.d.ts +1 -1
  24. package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +6 -6
  25. package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +4 -4
  26. package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +1 -1
  27. package/dist-types/commands/GetWorkUnitsCommand.d.ts +1 -1
  28. package/dist-types/commands/GrantPermissionsCommand.d.ts +16 -16
  29. package/dist-types/commands/ListDataCellsFilterCommand.d.ts +2 -2
  30. package/dist-types/commands/ListLFTagsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListPermissionsCommand.d.ts +15 -15
  32. package/dist-types/commands/ListResourcesCommand.d.ts +4 -4
  33. package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +1 -1
  34. package/dist-types/commands/ListTransactionsCommand.d.ts +1 -1
  35. package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +10 -10
  36. package/dist-types/commands/RegisterResourceCommand.d.ts +1 -1
  37. package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +16 -16
  38. package/dist-types/commands/RevokePermissionsCommand.d.ts +16 -16
  39. package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +4 -4
  40. package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +4 -4
  41. package/dist-types/commands/StartQueryPlanningCommand.d.ts +3 -3
  42. package/dist-types/commands/StartTransactionCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateDataCellsFilterCommand.d.ts +5 -5
  44. package/dist-types/commands/UpdateLFTagCommand.d.ts +2 -2
  45. package/dist-types/commands/UpdateResourceCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateTableObjectsCommand.d.ts +6 -6
  47. package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +3 -3
  48. package/package.json +3 -3
@@ -27,58 +27,58 @@ export interface GrantPermissionsCommandOutput extends GrantPermissionsResponse,
27
27
  * import { LakeFormationClient, GrantPermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
28
28
  * // const { LakeFormationClient, GrantPermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
29
29
  * const client = new LakeFormationClient(config);
30
- * const input = {
30
+ * const input = { // GrantPermissionsRequest
31
31
  * CatalogId: "STRING_VALUE",
32
- * Principal: {
32
+ * Principal: { // DataLakePrincipal
33
33
  * DataLakePrincipalIdentifier: "STRING_VALUE",
34
34
  * },
35
- * Resource: {
35
+ * Resource: { // Resource
36
36
  * Catalog: {},
37
- * Database: {
37
+ * Database: { // DatabaseResource
38
38
  * CatalogId: "STRING_VALUE",
39
39
  * Name: "STRING_VALUE", // required
40
40
  * },
41
- * Table: {
41
+ * Table: { // TableResource
42
42
  * CatalogId: "STRING_VALUE",
43
43
  * DatabaseName: "STRING_VALUE", // required
44
44
  * Name: "STRING_VALUE",
45
45
  * TableWildcard: {},
46
46
  * },
47
- * TableWithColumns: {
47
+ * TableWithColumns: { // TableWithColumnsResource
48
48
  * CatalogId: "STRING_VALUE",
49
49
  * DatabaseName: "STRING_VALUE", // required
50
50
  * Name: "STRING_VALUE", // required
51
- * ColumnNames: [
51
+ * ColumnNames: [ // ColumnNames
52
52
  * "STRING_VALUE",
53
53
  * ],
54
- * ColumnWildcard: {
54
+ * ColumnWildcard: { // ColumnWildcard
55
55
  * ExcludedColumnNames: [
56
56
  * "STRING_VALUE",
57
57
  * ],
58
58
  * },
59
59
  * },
60
- * DataLocation: {
60
+ * DataLocation: { // DataLocationResource
61
61
  * CatalogId: "STRING_VALUE",
62
62
  * ResourceArn: "STRING_VALUE", // required
63
63
  * },
64
- * DataCellsFilter: {
64
+ * DataCellsFilter: { // DataCellsFilterResource
65
65
  * TableCatalogId: "STRING_VALUE",
66
66
  * DatabaseName: "STRING_VALUE",
67
67
  * TableName: "STRING_VALUE",
68
68
  * Name: "STRING_VALUE",
69
69
  * },
70
- * LFTag: {
70
+ * LFTag: { // LFTagKeyResource
71
71
  * CatalogId: "STRING_VALUE",
72
72
  * TagKey: "STRING_VALUE", // required
73
- * TagValues: [ // required
73
+ * TagValues: [ // TagValueList // required
74
74
  * "STRING_VALUE",
75
75
  * ],
76
76
  * },
77
- * LFTagPolicy: {
77
+ * LFTagPolicy: { // LFTagPolicyResource
78
78
  * CatalogId: "STRING_VALUE",
79
79
  * ResourceType: "DATABASE" || "TABLE", // required
80
- * Expression: [ // required
81
- * {
80
+ * Expression: [ // Expression // required
81
+ * { // LFTag
82
82
  * TagKey: "STRING_VALUE", // required
83
83
  * TagValues: [ // required
84
84
  * "STRING_VALUE",
@@ -87,7 +87,7 @@ export interface GrantPermissionsCommandOutput extends GrantPermissionsResponse,
87
87
  * ],
88
88
  * },
89
89
  * },
90
- * Permissions: [ // required
90
+ * Permissions: [ // PermissionList // required
91
91
  * "ALL" || "SELECT" || "ALTER" || "DROP" || "DELETE" || "INSERT" || "DESCRIBE" || "CREATE_DATABASE" || "CREATE_TABLE" || "DATA_LOCATION_ACCESS" || "CREATE_TAG" || "ASSOCIATE",
92
92
  * ],
93
93
  * PermissionsWithGrantOption: [
@@ -26,8 +26,8 @@ export interface ListDataCellsFilterCommandOutput extends ListDataCellsFilterRes
26
26
  * import { LakeFormationClient, ListDataCellsFilterCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
27
27
  * // const { LakeFormationClient, ListDataCellsFilterCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
28
28
  * const client = new LakeFormationClient(config);
29
- * const input = {
30
- * Table: {
29
+ * const input = { // ListDataCellsFilterRequest
30
+ * Table: { // TableResource
31
31
  * CatalogId: "STRING_VALUE",
32
32
  * DatabaseName: "STRING_VALUE", // required
33
33
  * Name: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListLFTagsCommandOutput extends ListLFTagsResponse, __MetadataB
26
26
  * import { LakeFormationClient, ListLFTagsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
27
27
  * // const { LakeFormationClient, ListLFTagsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
28
28
  * const client = new LakeFormationClient(config);
29
- * const input = {
29
+ * const input = { // ListLFTagsRequest
30
30
  * CatalogId: "STRING_VALUE",
31
31
  * ResourceShareType: "FOREIGN" || "ALL",
32
32
  * MaxResults: Number("int"),
@@ -28,59 +28,59 @@ export interface ListPermissionsCommandOutput extends ListPermissionsResponse, _
28
28
  * import { LakeFormationClient, ListPermissionsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
29
29
  * // const { LakeFormationClient, ListPermissionsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
30
30
  * const client = new LakeFormationClient(config);
31
- * const input = {
31
+ * const input = { // ListPermissionsRequest
32
32
  * CatalogId: "STRING_VALUE",
33
- * Principal: {
33
+ * Principal: { // DataLakePrincipal
34
34
  * DataLakePrincipalIdentifier: "STRING_VALUE",
35
35
  * },
36
36
  * ResourceType: "CATALOG" || "DATABASE" || "TABLE" || "DATA_LOCATION" || "LF_TAG" || "LF_TAG_POLICY" || "LF_TAG_POLICY_DATABASE" || "LF_TAG_POLICY_TABLE",
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",
@@ -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
  * },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lakeformation",
3
3
  "description": "AWS SDK for JavaScript Lakeformation Client for Node.js, Browser and React Native",
4
- "version": "3.300.0",
4
+ "version": "3.301.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",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",