@aws-sdk/client-lakeformation 3.303.0 → 3.306.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/protocols/Aws_restJson1.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +1 -1
- package/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/CreateLFTagCommand.d.ts +1 -1
- 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 +1 -1
- 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/GetResourceLFTagsCommand.d.ts +1 -1
- package/dist-types/commands/GetTableObjectsCommand.d.ts +1 -1
- package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/GrantPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListLFTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterResourceCommand.d.ts +2 -1
- package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/RevokePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataCellsFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLFTagCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTableObjectsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +13 -1
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/package.json +31 -31
|
@@ -870,6 +870,7 @@ const serializeAws_restJson1RegisterResourceCommand = async (input, context) =>
|
|
|
870
870
|
...(input.ResourceArn != null && { ResourceArn: input.ResourceArn }),
|
|
871
871
|
...(input.RoleArn != null && { RoleArn: input.RoleArn }),
|
|
872
872
|
...(input.UseServiceLinkedRole != null && { UseServiceLinkedRole: input.UseServiceLinkedRole }),
|
|
873
|
+
...(input.WithFederation != null && { WithFederation: input.WithFederation }),
|
|
873
874
|
});
|
|
874
875
|
return new protocol_http_1.HttpRequest({
|
|
875
876
|
protocol,
|
|
@@ -1091,6 +1092,7 @@ const serializeAws_restJson1UpdateResourceCommand = async (input, context) => {
|
|
|
1091
1092
|
body = JSON.stringify({
|
|
1092
1093
|
...(input.ResourceArn != null && { ResourceArn: input.ResourceArn }),
|
|
1093
1094
|
...(input.RoleArn != null && { RoleArn: input.RoleArn }),
|
|
1095
|
+
...(input.WithFederation != null && { WithFederation: input.WithFederation }),
|
|
1094
1096
|
});
|
|
1095
1097
|
return new protocol_http_1.HttpRequest({
|
|
1096
1098
|
protocol,
|
|
@@ -4335,6 +4337,7 @@ const deserializeAws_restJson1ResourceInfo = (output, context) => {
|
|
|
4335
4337
|
: undefined,
|
|
4336
4338
|
ResourceArn: (0, smithy_client_1.expectString)(output.ResourceArn),
|
|
4337
4339
|
RoleArn: (0, smithy_client_1.expectString)(output.RoleArn),
|
|
4340
|
+
WithFederation: (0, smithy_client_1.expectBoolean)(output.WithFederation),
|
|
4338
4341
|
};
|
|
4339
4342
|
};
|
|
4340
4343
|
const deserializeAws_restJson1ResourceInfoList = (output, context) => {
|
|
@@ -831,6 +831,7 @@ export const serializeAws_restJson1RegisterResourceCommand = async (input, conte
|
|
|
831
831
|
...(input.ResourceArn != null && { ResourceArn: input.ResourceArn }),
|
|
832
832
|
...(input.RoleArn != null && { RoleArn: input.RoleArn }),
|
|
833
833
|
...(input.UseServiceLinkedRole != null && { UseServiceLinkedRole: input.UseServiceLinkedRole }),
|
|
834
|
+
...(input.WithFederation != null && { WithFederation: input.WithFederation }),
|
|
834
835
|
});
|
|
835
836
|
return new __HttpRequest({
|
|
836
837
|
protocol,
|
|
@@ -1043,6 +1044,7 @@ export const serializeAws_restJson1UpdateResourceCommand = async (input, context
|
|
|
1043
1044
|
body = JSON.stringify({
|
|
1044
1045
|
...(input.ResourceArn != null && { ResourceArn: input.ResourceArn }),
|
|
1045
1046
|
...(input.RoleArn != null && { RoleArn: input.RoleArn }),
|
|
1047
|
+
...(input.WithFederation != null && { WithFederation: input.WithFederation }),
|
|
1046
1048
|
});
|
|
1047
1049
|
return new __HttpRequest({
|
|
1048
1050
|
protocol,
|
|
@@ -4237,6 +4239,7 @@ const deserializeAws_restJson1ResourceInfo = (output, context) => {
|
|
|
4237
4239
|
: undefined,
|
|
4238
4240
|
ResourceArn: __expectString(output.ResourceArn),
|
|
4239
4241
|
RoleArn: __expectString(output.RoleArn),
|
|
4242
|
+
WithFederation: __expectBoolean(output.WithFederation),
|
|
4240
4243
|
};
|
|
4241
4244
|
};
|
|
4242
4245
|
const deserializeAws_restJson1ResourceInfoList = (output, context) => {
|
|
@@ -110,7 +110,7 @@ export interface AddLFTagsToResourceCommandOutput extends AddLFTagsToResourceRes
|
|
|
110
110
|
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
111
111
|
*
|
|
112
112
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
113
|
-
* <p>A specified entity does not exist
|
|
113
|
+
* <p>A specified entity does not exist.</p>
|
|
114
114
|
*
|
|
115
115
|
* @throws {@link InternalServiceException} (server fault)
|
|
116
116
|
* <p>An internal service error occurred.</p>
|
|
@@ -51,7 +51,7 @@ export interface AssumeDecoratedRoleWithSAMLCommandOutput extends AssumeDecorate
|
|
|
51
51
|
* <p>Access to a resource was denied.</p>
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
54
|
-
* <p>A specified entity does not exist
|
|
54
|
+
* <p>A specified entity does not exist.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link InternalServiceException} (server fault)
|
|
57
57
|
* <p>An internal service error occurred.</p>
|
|
@@ -43,7 +43,7 @@ export interface CancelTransactionCommandOutput extends CancelTransactionRespons
|
|
|
43
43
|
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
44
44
|
*
|
|
45
45
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
46
|
-
* <p>A specified entity does not exist
|
|
46
|
+
* <p>A specified entity does not exist.</p>
|
|
47
47
|
*
|
|
48
48
|
* @throws {@link InternalServiceException} (server fault)
|
|
49
49
|
* <p>An internal service error occurred.</p>
|
|
@@ -43,7 +43,7 @@ export interface CommitTransactionCommandOutput extends CommitTransactionRespons
|
|
|
43
43
|
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
44
44
|
*
|
|
45
45
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
46
|
-
* <p>A specified entity does not exist
|
|
46
|
+
* <p>A specified entity does not exist.</p>
|
|
47
47
|
*
|
|
48
48
|
* @throws {@link InternalServiceException} (server fault)
|
|
49
49
|
* <p>An internal service error occurred.</p>
|
|
@@ -64,7 +64,7 @@ export interface CreateDataCellsFilterCommandOutput extends CreateDataCellsFilte
|
|
|
64
64
|
* <p>A resource to be created or added already exists.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
67
|
-
* <p>A specified entity does not exist
|
|
67
|
+
* <p>A specified entity does not exist.</p>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link InternalServiceException} (server fault)
|
|
70
70
|
* <p>An internal service error occurred.</p>
|
|
@@ -47,7 +47,7 @@ export interface CreateLFTagCommandOutput extends CreateLFTagResponse, __Metadat
|
|
|
47
47
|
* <p>Access to a resource was denied.</p>
|
|
48
48
|
*
|
|
49
49
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
50
|
-
* <p>A specified entity does not exist
|
|
50
|
+
* <p>A specified entity does not exist.</p>
|
|
51
51
|
*
|
|
52
52
|
* @throws {@link InternalServiceException} (server fault)
|
|
53
53
|
* <p>An internal service error occurred.</p>
|
|
@@ -46,7 +46,7 @@ export interface DeleteDataCellsFilterCommandOutput extends DeleteDataCellsFilte
|
|
|
46
46
|
* <p>Access to a resource was denied.</p>
|
|
47
47
|
*
|
|
48
48
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
49
|
-
* <p>A specified entity does not exist
|
|
49
|
+
* <p>A specified entity does not exist.</p>
|
|
50
50
|
*
|
|
51
51
|
* @throws {@link InternalServiceException} (server fault)
|
|
52
52
|
* <p>An internal service error occurred.</p>
|
|
@@ -44,7 +44,7 @@ export interface DeleteLFTagCommandOutput extends DeleteLFTagResponse, __Metadat
|
|
|
44
44
|
* <p>Access to a resource was denied.</p>
|
|
45
45
|
*
|
|
46
46
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
47
|
-
* <p>A specified entity does not exist
|
|
47
|
+
* <p>A specified entity does not exist.</p>
|
|
48
48
|
*
|
|
49
49
|
* @throws {@link InternalServiceException} (server fault)
|
|
50
50
|
* <p>An internal service error occurred.</p>
|
|
@@ -59,7 +59,7 @@ export interface DeleteObjectsOnCancelCommandOutput extends DeleteObjectsOnCance
|
|
|
59
59
|
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
62
|
-
* <p>A specified entity does not exist
|
|
62
|
+
* <p>A specified entity does not exist.</p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link InternalServiceException} (server fault)
|
|
65
65
|
* <p>An internal service error occurred.</p>
|
|
@@ -41,7 +41,7 @@ export interface DeregisterResourceCommandOutput extends DeregisterResourceRespo
|
|
|
41
41
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
42
42
|
*
|
|
43
43
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
44
|
-
* <p>A specified entity does not exist
|
|
44
|
+
* <p>A specified entity does not exist.</p>
|
|
45
45
|
*
|
|
46
46
|
* @throws {@link InternalServiceException} (server fault)
|
|
47
47
|
* <p>An internal service error occurred.</p>
|
|
@@ -40,7 +40,7 @@ export interface DescribeResourceCommandOutput extends DescribeResourceResponse,
|
|
|
40
40
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
41
41
|
*
|
|
42
42
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
43
|
-
* <p>A specified entity does not exist
|
|
43
|
+
* <p>A specified entity does not exist.</p>
|
|
44
44
|
*
|
|
45
45
|
* @throws {@link InternalServiceException} (server fault)
|
|
46
46
|
* <p>An internal service error occurred.</p>
|
|
@@ -40,7 +40,7 @@ export interface DescribeTransactionCommandOutput extends DescribeTransactionRes
|
|
|
40
40
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
41
41
|
*
|
|
42
42
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
43
|
-
* <p>A specified entity does not exist
|
|
43
|
+
* <p>A specified entity does not exist.</p>
|
|
44
44
|
*
|
|
45
45
|
* @throws {@link InternalServiceException} (server fault)
|
|
46
46
|
* <p>An internal service error occurred.</p>
|
|
@@ -41,7 +41,7 @@ export interface ExtendTransactionCommandOutput extends ExtendTransactionRespons
|
|
|
41
41
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
42
42
|
*
|
|
43
43
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
44
|
-
* <p>A specified entity does not exist
|
|
44
|
+
* <p>A specified entity does not exist.</p>
|
|
45
45
|
*
|
|
46
46
|
* @throws {@link InternalServiceException} (server fault)
|
|
47
47
|
* <p>An internal service error occurred.</p>
|
|
@@ -46,7 +46,7 @@ export interface GetDataCellsFilterCommandOutput extends GetDataCellsFilterRespo
|
|
|
46
46
|
* <p>Access to a resource was denied.</p>
|
|
47
47
|
*
|
|
48
48
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
49
|
-
* <p>A specified entity does not exist
|
|
49
|
+
* <p>A specified entity does not exist.</p>
|
|
50
50
|
*
|
|
51
51
|
* @throws {@link InternalServiceException} (server fault)
|
|
52
52
|
* <p>An internal service error occurred.</p>
|
|
@@ -40,7 +40,7 @@ export interface GetDataLakeSettingsCommandOutput extends GetDataLakeSettingsRes
|
|
|
40
40
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
41
41
|
*
|
|
42
42
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
43
|
-
* <p>A specified entity does not exist
|
|
43
|
+
* <p>A specified entity does not exist.</p>
|
|
44
44
|
*
|
|
45
45
|
* @throws {@link InternalServiceException} (server fault)
|
|
46
46
|
* <p>An internal service error occurred.</p>
|
|
@@ -44,7 +44,7 @@ export interface GetEffectivePermissionsForPathCommandOutput extends GetEffectiv
|
|
|
44
44
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
45
45
|
*
|
|
46
46
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
47
|
-
* <p>A specified entity does not exist
|
|
47
|
+
* <p>A specified entity does not exist.</p>
|
|
48
48
|
*
|
|
49
49
|
* @throws {@link InternalServiceException} (server fault)
|
|
50
50
|
* <p>An internal service error occurred.</p>
|
|
@@ -44,7 +44,7 @@ export interface GetLFTagCommandOutput extends GetLFTagResponse, __MetadataBeare
|
|
|
44
44
|
* <p>Access to a resource was denied.</p>
|
|
45
45
|
*
|
|
46
46
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
47
|
-
* <p>A specified entity does not exist
|
|
47
|
+
* <p>A specified entity does not exist.</p>
|
|
48
48
|
*
|
|
49
49
|
* @throws {@link InternalServiceException} (server fault)
|
|
50
50
|
* <p>An internal service error occurred.</p>
|
|
@@ -99,7 +99,7 @@ export interface GetResourceLFTagsCommandOutput extends GetResourceLFTagsRespons
|
|
|
99
99
|
* <p>Access to a resource was denied.</p>
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
102
|
-
* <p>A specified entity does not exist
|
|
102
|
+
* <p>A specified entity does not exist.</p>
|
|
103
103
|
*
|
|
104
104
|
* @throws {@link GlueEncryptionException} (client fault)
|
|
105
105
|
* <p>An encryption operation failed.</p>
|
|
@@ -47,7 +47,7 @@ export interface GetTableObjectsCommandOutput extends GetTableObjectsResponse, _
|
|
|
47
47
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
48
48
|
*
|
|
49
49
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
50
|
-
* <p>A specified entity does not exist
|
|
50
|
+
* <p>A specified entity does not exist.</p>
|
|
51
51
|
*
|
|
52
52
|
* @throws {@link InternalServiceException} (server fault)
|
|
53
53
|
* <p>An internal service error occurred.</p>
|
|
@@ -58,7 +58,7 @@ export interface GetTemporaryGluePartitionCredentialsCommandOutput extends GetTe
|
|
|
58
58
|
* <p>Access to a resource was denied.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
61
|
-
* <p>A specified entity does not exist
|
|
61
|
+
* <p>A specified entity does not exist.</p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link InternalServiceException} (server fault)
|
|
64
64
|
* <p>An internal service error occurred.</p>
|
|
@@ -53,7 +53,7 @@ export interface GetTemporaryGlueTableCredentialsCommandOutput extends GetTempor
|
|
|
53
53
|
* <p>Access to a resource was denied.</p>
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
56
|
-
* <p>A specified entity does not exist
|
|
56
|
+
* <p>A specified entity does not exist.</p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link InternalServiceException} (server fault)
|
|
59
59
|
* <p>An internal service error occurred.</p>
|
|
@@ -108,7 +108,7 @@ export interface GrantPermissionsCommandOutput extends GrantPermissionsResponse,
|
|
|
108
108
|
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
109
109
|
*
|
|
110
110
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
111
|
-
* <p>A specified entity does not exist
|
|
111
|
+
* <p>A specified entity does not exist.</p>
|
|
112
112
|
*
|
|
113
113
|
* @throws {@link InvalidInputException} (client fault)
|
|
114
114
|
* <p>The input provided was not valid.</p>
|
|
@@ -46,7 +46,7 @@ export interface ListLFTagsCommandOutput extends ListLFTagsResponse, __MetadataB
|
|
|
46
46
|
* <p>Access to a resource was denied.</p>
|
|
47
47
|
*
|
|
48
48
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
49
|
-
* <p>A specified entity does not exist
|
|
49
|
+
* <p>A specified entity does not exist.</p>
|
|
50
50
|
*
|
|
51
51
|
* @throws {@link InternalServiceException} (server fault)
|
|
52
52
|
* <p>An internal service error occurred.</p>
|
|
@@ -48,7 +48,7 @@ export interface ListTableStorageOptimizersCommandOutput extends ListTableStorag
|
|
|
48
48
|
* <p>Access to a resource was denied.</p>
|
|
49
49
|
*
|
|
50
50
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
51
|
-
* <p>A specified entity does not exist
|
|
51
|
+
* <p>A specified entity does not exist.</p>
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link InternalServiceException} (server fault)
|
|
54
54
|
* <p>An internal service error occurred.</p>
|
|
@@ -40,6 +40,7 @@ export interface RegisterResourceCommandOutput extends RegisterResourceResponse,
|
|
|
40
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
41
41
|
* UseServiceLinkedRole: true || false,
|
|
42
42
|
* RoleArn: "STRING_VALUE",
|
|
43
|
+
* WithFederation: true || false,
|
|
43
44
|
* };
|
|
44
45
|
* const command = new RegisterResourceCommand(input);
|
|
45
46
|
* const response = await client.send(command);
|
|
@@ -58,7 +59,7 @@ export interface RegisterResourceCommandOutput extends RegisterResourceResponse,
|
|
|
58
59
|
* <p>A resource to be created or added already exists.</p>
|
|
59
60
|
*
|
|
60
61
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
61
|
-
* <p>A specified entity does not exist
|
|
62
|
+
* <p>A specified entity does not exist.</p>
|
|
62
63
|
*
|
|
63
64
|
* @throws {@link InternalServiceException} (server fault)
|
|
64
65
|
* <p>An internal service error occurred.</p>
|
|
@@ -110,7 +110,7 @@ export interface RemoveLFTagsFromResourceCommandOutput extends RemoveLFTagsFromR
|
|
|
110
110
|
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
111
111
|
*
|
|
112
112
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
113
|
-
* <p>A specified entity does not exist
|
|
113
|
+
* <p>A specified entity does not exist.</p>
|
|
114
114
|
*
|
|
115
115
|
* @throws {@link GlueEncryptionException} (client fault)
|
|
116
116
|
* <p>An encryption operation failed.</p>
|
|
@@ -107,7 +107,7 @@ export interface RevokePermissionsCommandOutput extends RevokePermissionsRespons
|
|
|
107
107
|
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
108
108
|
*
|
|
109
109
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
110
|
-
* <p>A specified entity does not exist
|
|
110
|
+
* <p>A specified entity does not exist.</p>
|
|
111
111
|
*
|
|
112
112
|
* @throws {@link InvalidInputException} (client fault)
|
|
113
113
|
* <p>The input provided was not valid.</p>
|
|
@@ -53,7 +53,7 @@ export interface SearchDatabasesByLFTagsCommandOutput extends SearchDatabasesByL
|
|
|
53
53
|
* <p>Access to a resource was denied.</p>
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
56
|
-
* <p>A specified entity does not exist
|
|
56
|
+
* <p>A specified entity does not exist.</p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link GlueEncryptionException} (client fault)
|
|
59
59
|
* <p>An encryption operation failed.</p>
|
|
@@ -53,7 +53,7 @@ export interface SearchTablesByLFTagsCommandOutput extends SearchTablesByLFTagsR
|
|
|
53
53
|
* <p>Access to a resource was denied.</p>
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
56
|
-
* <p>A specified entity does not exist
|
|
56
|
+
* <p>A specified entity does not exist.</p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link GlueEncryptionException} (client fault)
|
|
59
59
|
* <p>An encryption operation failed.</p>
|
|
@@ -64,7 +64,7 @@ export interface UpdateDataCellsFilterCommandOutput extends UpdateDataCellsFilte
|
|
|
64
64
|
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
67
|
-
* <p>A specified entity does not exist
|
|
67
|
+
* <p>A specified entity does not exist.</p>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link InternalServiceException} (server fault)
|
|
70
70
|
* <p>An internal service error occurred.</p>
|
|
@@ -53,7 +53,7 @@ export interface UpdateLFTagCommandOutput extends UpdateLFTagResponse, __Metadat
|
|
|
53
53
|
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
56
|
-
* <p>A specified entity does not exist
|
|
56
|
+
* <p>A specified entity does not exist.</p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link InternalServiceException} (server fault)
|
|
59
59
|
* <p>An internal service error occurred.</p>
|
|
@@ -29,6 +29,7 @@ export interface UpdateResourceCommandOutput extends UpdateResourceResponse, __M
|
|
|
29
29
|
* const input = { // UpdateResourceRequest
|
|
30
30
|
* RoleArn: "STRING_VALUE", // required
|
|
31
31
|
* ResourceArn: "STRING_VALUE", // required
|
|
32
|
+
* WithFederation: true || false,
|
|
32
33
|
* };
|
|
33
34
|
* const command = new UpdateResourceCommand(input);
|
|
34
35
|
* const response = await client.send(command);
|
|
@@ -41,7 +42,7 @@ export interface UpdateResourceCommandOutput extends UpdateResourceResponse, __M
|
|
|
41
42
|
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
42
43
|
*
|
|
43
44
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
44
|
-
* <p>A specified entity does not exist
|
|
45
|
+
* <p>A specified entity does not exist.</p>
|
|
45
46
|
*
|
|
46
47
|
* @throws {@link InternalServiceException} (server fault)
|
|
47
48
|
* <p>An internal service error occurred.</p>
|
|
@@ -65,7 +65,7 @@ export interface UpdateTableObjectsCommandOutput extends UpdateTableObjectsRespo
|
|
|
65
65
|
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
68
|
-
* <p>A specified entity does not exist
|
|
68
|
+
* <p>A specified entity does not exist.</p>
|
|
69
69
|
*
|
|
70
70
|
* @throws {@link InternalServiceException} (server fault)
|
|
71
71
|
* <p>An internal service error occurred.</p>
|
|
@@ -50,7 +50,7 @@ export interface UpdateTableStorageOptimizerCommandOutput extends UpdateTableSto
|
|
|
50
50
|
* <p>Access to a resource was denied.</p>
|
|
51
51
|
*
|
|
52
52
|
* @throws {@link EntityNotFoundException} (client fault)
|
|
53
|
-
* <p>A specified entity does not exist
|
|
53
|
+
* <p>A specified entity does not exist.</p>
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link InternalServiceException} (server fault)
|
|
56
56
|
* <p>An internal service error occurred.</p>
|
|
@@ -330,7 +330,7 @@ export declare class ConcurrentModificationException extends __BaseException {
|
|
|
330
330
|
}
|
|
331
331
|
/**
|
|
332
332
|
* @public
|
|
333
|
-
* <p>A specified entity does not exist
|
|
333
|
+
* <p>A specified entity does not exist.</p>
|
|
334
334
|
*/
|
|
335
335
|
export declare class EntityNotFoundException extends __BaseException {
|
|
336
336
|
readonly name: "EntityNotFoundException";
|
|
@@ -951,6 +951,10 @@ export interface ResourceInfo {
|
|
|
951
951
|
* <p>The date and time the resource was last modified.</p>
|
|
952
952
|
*/
|
|
953
953
|
LastModified?: Date;
|
|
954
|
+
/**
|
|
955
|
+
* <p>Whether or not the resource is a federated resource.</p>
|
|
956
|
+
*/
|
|
957
|
+
WithFederation?: boolean;
|
|
954
958
|
}
|
|
955
959
|
/**
|
|
956
960
|
* @public
|
|
@@ -2203,6 +2207,10 @@ export interface RegisterResourceRequest {
|
|
|
2203
2207
|
* <p>The identifier for the role that registers the resource.</p>
|
|
2204
2208
|
*/
|
|
2205
2209
|
RoleArn?: string;
|
|
2210
|
+
/**
|
|
2211
|
+
* <p>Whether or not the resource is a federated resource.</p>
|
|
2212
|
+
*/
|
|
2213
|
+
WithFederation?: boolean;
|
|
2206
2214
|
}
|
|
2207
2215
|
/**
|
|
2208
2216
|
* @public
|
|
@@ -2501,6 +2509,10 @@ export interface UpdateResourceRequest {
|
|
|
2501
2509
|
* <p>The resource ARN.</p>
|
|
2502
2510
|
*/
|
|
2503
2511
|
ResourceArn: string | undefined;
|
|
2512
|
+
/**
|
|
2513
|
+
* <p>Whether or not the resource is a federated resource.</p>
|
|
2514
|
+
*/
|
|
2515
|
+
WithFederation?: boolean;
|
|
2504
2516
|
}
|
|
2505
2517
|
/**
|
|
2506
2518
|
* @public
|
|
@@ -330,6 +330,7 @@ export interface ResourceInfo {
|
|
|
330
330
|
ResourceArn?: string;
|
|
331
331
|
RoleArn?: string;
|
|
332
332
|
LastModified?: Date;
|
|
333
|
+
WithFederation?: boolean;
|
|
333
334
|
}
|
|
334
335
|
export interface DescribeResourceResponse {
|
|
335
336
|
ResourceInfo?: ResourceInfo;
|
|
@@ -736,6 +737,7 @@ export interface RegisterResourceRequest {
|
|
|
736
737
|
ResourceArn: string | undefined;
|
|
737
738
|
UseServiceLinkedRole?: boolean;
|
|
738
739
|
RoleArn?: string;
|
|
740
|
+
WithFederation?: boolean;
|
|
739
741
|
}
|
|
740
742
|
export interface RegisterResourceResponse {}
|
|
741
743
|
export interface RemoveLFTagsFromResourceRequest {
|
|
@@ -824,6 +826,7 @@ export interface UpdateLFTagResponse {}
|
|
|
824
826
|
export interface UpdateResourceRequest {
|
|
825
827
|
RoleArn: string | undefined;
|
|
826
828
|
ResourceArn: string | undefined;
|
|
829
|
+
WithFederation?: boolean;
|
|
827
830
|
}
|
|
828
831
|
export interface UpdateResourceResponse {}
|
|
829
832
|
export interface DeleteObjectInput {
|
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.
|
|
4
|
+
"version": "3.306.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,39 +21,39 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.306.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.306.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.306.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.306.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.306.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.306.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.306.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.306.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.306.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.306.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.306.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.306.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.306.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.306.0",
|
|
44
|
+
"@aws-sdk/types": "3.306.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-stream-browser": "3.
|
|
54
|
-
"@aws-sdk/util-stream-node": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
56
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.306.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.306.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.306.0",
|
|
53
|
+
"@aws-sdk/util-stream-browser": "3.306.0",
|
|
54
|
+
"@aws-sdk/util-stream-node": "3.306.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-browser": "3.306.0",
|
|
56
|
+
"@aws-sdk/util-user-agent-node": "3.306.0",
|
|
57
57
|
"@aws-sdk/util-utf8": "3.303.0",
|
|
58
58
|
"tslib": "^2.5.0"
|
|
59
59
|
},
|