@aws-sdk/client-lakeformation 3.303.0 → 3.305.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 (39) hide show
  1. package/dist-cjs/protocols/Aws_restJson1.js +3 -0
  2. package/dist-es/protocols/Aws_restJson1.js +3 -0
  3. package/dist-types/commands/AddLFTagsToResourceCommand.d.ts +1 -1
  4. package/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +1 -1
  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 +1 -1
  8. package/dist-types/commands/CreateLFTagCommand.d.ts +1 -1
  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 +1 -1
  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/GetResourceLFTagsCommand.d.ts +1 -1
  21. package/dist-types/commands/GetTableObjectsCommand.d.ts +1 -1
  22. package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +1 -1
  23. package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +1 -1
  24. package/dist-types/commands/GrantPermissionsCommand.d.ts +1 -1
  25. package/dist-types/commands/ListLFTagsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +1 -1
  27. package/dist-types/commands/RegisterResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +1 -1
  29. package/dist-types/commands/RevokePermissionsCommand.d.ts +1 -1
  30. package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +1 -1
  31. package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateDataCellsFilterCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateLFTagCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateTableObjectsCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +1 -1
  37. package/dist-types/models/models_0.d.ts +13 -1
  38. package/dist-types/ts3.4/models/models_0.d.ts +3 -0
  39. package/package.json +1 -1
@@ -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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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</p>
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.303.0",
4
+ "version": "3.305.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",