@aws-sdk/client-lakeformation 3.451.0 → 3.458.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/README.md +82 -50
- package/dist-cjs/LakeFormation.js +8 -0
- package/dist-cjs/commands/CreateLakeFormationIdentityCenterConfigurationCommand.js +51 -0
- package/dist-cjs/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.js +51 -0
- package/dist-cjs/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.js +51 -0
- package/dist-cjs/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.js +51 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/models/models_0.js +9 -1
- package/dist-cjs/protocols/Aws_restJson1.js +283 -2
- package/dist-es/LakeFormation.js +8 -0
- package/dist-es/commands/CreateLakeFormationIdentityCenterConfigurationCommand.js +47 -0
- package/dist-es/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.js +47 -0
- package/dist-es/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.js +47 -0
- package/dist-es/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.js +47 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +272 -0
- package/dist-types/LakeFormation.d.ts +28 -0
- package/dist-types/LakeFormationClient.d.ts +6 -2
- package/dist-types/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +98 -0
- package/dist-types/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +89 -0
- package/dist-types/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +96 -0
- package/dist-types/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +96 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +161 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
- package/dist-types/ts3.4/LakeFormation.d.ts +92 -0
- package/dist-types/ts3.4/LakeFormationClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +42 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
- package/package.json +3 -3
|
@@ -6,13 +6,16 @@ import { BatchRevokePermissionsCommandInput, BatchRevokePermissionsCommandOutput
|
|
|
6
6
|
import { CancelTransactionCommandInput, CancelTransactionCommandOutput } from "./commands/CancelTransactionCommand";
|
|
7
7
|
import { CommitTransactionCommandInput, CommitTransactionCommandOutput } from "./commands/CommitTransactionCommand";
|
|
8
8
|
import { CreateDataCellsFilterCommandInput, CreateDataCellsFilterCommandOutput } from "./commands/CreateDataCellsFilterCommand";
|
|
9
|
+
import { CreateLakeFormationIdentityCenterConfigurationCommandInput, CreateLakeFormationIdentityCenterConfigurationCommandOutput } from "./commands/CreateLakeFormationIdentityCenterConfigurationCommand";
|
|
9
10
|
import { CreateLakeFormationOptInCommandInput, CreateLakeFormationOptInCommandOutput } from "./commands/CreateLakeFormationOptInCommand";
|
|
10
11
|
import { CreateLFTagCommandInput, CreateLFTagCommandOutput } from "./commands/CreateLFTagCommand";
|
|
11
12
|
import { DeleteDataCellsFilterCommandInput, DeleteDataCellsFilterCommandOutput } from "./commands/DeleteDataCellsFilterCommand";
|
|
13
|
+
import { DeleteLakeFormationIdentityCenterConfigurationCommandInput, DeleteLakeFormationIdentityCenterConfigurationCommandOutput } from "./commands/DeleteLakeFormationIdentityCenterConfigurationCommand";
|
|
12
14
|
import { DeleteLakeFormationOptInCommandInput, DeleteLakeFormationOptInCommandOutput } from "./commands/DeleteLakeFormationOptInCommand";
|
|
13
15
|
import { DeleteLFTagCommandInput, DeleteLFTagCommandOutput } from "./commands/DeleteLFTagCommand";
|
|
14
16
|
import { DeleteObjectsOnCancelCommandInput, DeleteObjectsOnCancelCommandOutput } from "./commands/DeleteObjectsOnCancelCommand";
|
|
15
17
|
import { DeregisterResourceCommandInput, DeregisterResourceCommandOutput } from "./commands/DeregisterResourceCommand";
|
|
18
|
+
import { DescribeLakeFormationIdentityCenterConfigurationCommandInput, DescribeLakeFormationIdentityCenterConfigurationCommandOutput } from "./commands/DescribeLakeFormationIdentityCenterConfigurationCommand";
|
|
16
19
|
import { DescribeResourceCommandInput, DescribeResourceCommandOutput } from "./commands/DescribeResourceCommand";
|
|
17
20
|
import { DescribeTransactionCommandInput, DescribeTransactionCommandOutput } from "./commands/DescribeTransactionCommand";
|
|
18
21
|
import { ExtendTransactionCommandInput, ExtendTransactionCommandOutput } from "./commands/ExtendTransactionCommand";
|
|
@@ -45,6 +48,7 @@ import { SearchTablesByLFTagsCommandInput, SearchTablesByLFTagsCommandOutput } f
|
|
|
45
48
|
import { StartQueryPlanningCommandInput, StartQueryPlanningCommandOutput } from "./commands/StartQueryPlanningCommand";
|
|
46
49
|
import { StartTransactionCommandInput, StartTransactionCommandOutput } from "./commands/StartTransactionCommand";
|
|
47
50
|
import { UpdateDataCellsFilterCommandInput, UpdateDataCellsFilterCommandOutput } from "./commands/UpdateDataCellsFilterCommand";
|
|
51
|
+
import { UpdateLakeFormationIdentityCenterConfigurationCommandInput, UpdateLakeFormationIdentityCenterConfigurationCommandOutput } from "./commands/UpdateLakeFormationIdentityCenterConfigurationCommand";
|
|
48
52
|
import { UpdateLFTagCommandInput, UpdateLFTagCommandOutput } from "./commands/UpdateLFTagCommand";
|
|
49
53
|
import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "./commands/UpdateResourceCommand";
|
|
50
54
|
import { UpdateTableObjectsCommandInput, UpdateTableObjectsCommandOutput } from "./commands/UpdateTableObjectsCommand";
|
|
@@ -93,6 +97,12 @@ export interface LakeFormation {
|
|
|
93
97
|
createDataCellsFilter(args: CreateDataCellsFilterCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataCellsFilterCommandOutput>;
|
|
94
98
|
createDataCellsFilter(args: CreateDataCellsFilterCommandInput, cb: (err: any, data?: CreateDataCellsFilterCommandOutput) => void): void;
|
|
95
99
|
createDataCellsFilter(args: CreateDataCellsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataCellsFilterCommandOutput) => void): void;
|
|
100
|
+
/**
|
|
101
|
+
* @see {@link CreateLakeFormationIdentityCenterConfigurationCommand}
|
|
102
|
+
*/
|
|
103
|
+
createLakeFormationIdentityCenterConfiguration(args: CreateLakeFormationIdentityCenterConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
104
|
+
createLakeFormationIdentityCenterConfiguration(args: CreateLakeFormationIdentityCenterConfigurationCommandInput, cb: (err: any, data?: CreateLakeFormationIdentityCenterConfigurationCommandOutput) => void): void;
|
|
105
|
+
createLakeFormationIdentityCenterConfiguration(args: CreateLakeFormationIdentityCenterConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLakeFormationIdentityCenterConfigurationCommandOutput) => void): void;
|
|
96
106
|
/**
|
|
97
107
|
* @see {@link CreateLakeFormationOptInCommand}
|
|
98
108
|
*/
|
|
@@ -111,6 +121,12 @@ export interface LakeFormation {
|
|
|
111
121
|
deleteDataCellsFilter(args: DeleteDataCellsFilterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataCellsFilterCommandOutput>;
|
|
112
122
|
deleteDataCellsFilter(args: DeleteDataCellsFilterCommandInput, cb: (err: any, data?: DeleteDataCellsFilterCommandOutput) => void): void;
|
|
113
123
|
deleteDataCellsFilter(args: DeleteDataCellsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataCellsFilterCommandOutput) => void): void;
|
|
124
|
+
/**
|
|
125
|
+
* @see {@link DeleteLakeFormationIdentityCenterConfigurationCommand}
|
|
126
|
+
*/
|
|
127
|
+
deleteLakeFormationIdentityCenterConfiguration(args: DeleteLakeFormationIdentityCenterConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
128
|
+
deleteLakeFormationIdentityCenterConfiguration(args: DeleteLakeFormationIdentityCenterConfigurationCommandInput, cb: (err: any, data?: DeleteLakeFormationIdentityCenterConfigurationCommandOutput) => void): void;
|
|
129
|
+
deleteLakeFormationIdentityCenterConfiguration(args: DeleteLakeFormationIdentityCenterConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLakeFormationIdentityCenterConfigurationCommandOutput) => void): void;
|
|
114
130
|
/**
|
|
115
131
|
* @see {@link DeleteLakeFormationOptInCommand}
|
|
116
132
|
*/
|
|
@@ -135,6 +151,12 @@ export interface LakeFormation {
|
|
|
135
151
|
deregisterResource(args: DeregisterResourceCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterResourceCommandOutput>;
|
|
136
152
|
deregisterResource(args: DeregisterResourceCommandInput, cb: (err: any, data?: DeregisterResourceCommandOutput) => void): void;
|
|
137
153
|
deregisterResource(args: DeregisterResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterResourceCommandOutput) => void): void;
|
|
154
|
+
/**
|
|
155
|
+
* @see {@link DescribeLakeFormationIdentityCenterConfigurationCommand}
|
|
156
|
+
*/
|
|
157
|
+
describeLakeFormationIdentityCenterConfiguration(args: DescribeLakeFormationIdentityCenterConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
158
|
+
describeLakeFormationIdentityCenterConfiguration(args: DescribeLakeFormationIdentityCenterConfigurationCommandInput, cb: (err: any, data?: DescribeLakeFormationIdentityCenterConfigurationCommandOutput) => void): void;
|
|
159
|
+
describeLakeFormationIdentityCenterConfiguration(args: DescribeLakeFormationIdentityCenterConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLakeFormationIdentityCenterConfigurationCommandOutput) => void): void;
|
|
138
160
|
/**
|
|
139
161
|
* @see {@link DescribeResourceCommand}
|
|
140
162
|
*/
|
|
@@ -327,6 +349,12 @@ export interface LakeFormation {
|
|
|
327
349
|
updateDataCellsFilter(args: UpdateDataCellsFilterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataCellsFilterCommandOutput>;
|
|
328
350
|
updateDataCellsFilter(args: UpdateDataCellsFilterCommandInput, cb: (err: any, data?: UpdateDataCellsFilterCommandOutput) => void): void;
|
|
329
351
|
updateDataCellsFilter(args: UpdateDataCellsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataCellsFilterCommandOutput) => void): void;
|
|
352
|
+
/**
|
|
353
|
+
* @see {@link UpdateLakeFormationIdentityCenterConfigurationCommand}
|
|
354
|
+
*/
|
|
355
|
+
updateLakeFormationIdentityCenterConfiguration(args: UpdateLakeFormationIdentityCenterConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
356
|
+
updateLakeFormationIdentityCenterConfiguration(args: UpdateLakeFormationIdentityCenterConfigurationCommandInput, cb: (err: any, data?: UpdateLakeFormationIdentityCenterConfigurationCommandOutput) => void): void;
|
|
357
|
+
updateLakeFormationIdentityCenterConfiguration(args: UpdateLakeFormationIdentityCenterConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLakeFormationIdentityCenterConfigurationCommandOutput) => void): void;
|
|
330
358
|
/**
|
|
331
359
|
* @see {@link UpdateLFTagCommand}
|
|
332
360
|
*/
|
|
@@ -15,13 +15,16 @@ import { BatchRevokePermissionsCommandInput, BatchRevokePermissionsCommandOutput
|
|
|
15
15
|
import { CancelTransactionCommandInput, CancelTransactionCommandOutput } from "./commands/CancelTransactionCommand";
|
|
16
16
|
import { CommitTransactionCommandInput, CommitTransactionCommandOutput } from "./commands/CommitTransactionCommand";
|
|
17
17
|
import { CreateDataCellsFilterCommandInput, CreateDataCellsFilterCommandOutput } from "./commands/CreateDataCellsFilterCommand";
|
|
18
|
+
import { CreateLakeFormationIdentityCenterConfigurationCommandInput, CreateLakeFormationIdentityCenterConfigurationCommandOutput } from "./commands/CreateLakeFormationIdentityCenterConfigurationCommand";
|
|
18
19
|
import { CreateLakeFormationOptInCommandInput, CreateLakeFormationOptInCommandOutput } from "./commands/CreateLakeFormationOptInCommand";
|
|
19
20
|
import { CreateLFTagCommandInput, CreateLFTagCommandOutput } from "./commands/CreateLFTagCommand";
|
|
20
21
|
import { DeleteDataCellsFilterCommandInput, DeleteDataCellsFilterCommandOutput } from "./commands/DeleteDataCellsFilterCommand";
|
|
22
|
+
import { DeleteLakeFormationIdentityCenterConfigurationCommandInput, DeleteLakeFormationIdentityCenterConfigurationCommandOutput } from "./commands/DeleteLakeFormationIdentityCenterConfigurationCommand";
|
|
21
23
|
import { DeleteLakeFormationOptInCommandInput, DeleteLakeFormationOptInCommandOutput } from "./commands/DeleteLakeFormationOptInCommand";
|
|
22
24
|
import { DeleteLFTagCommandInput, DeleteLFTagCommandOutput } from "./commands/DeleteLFTagCommand";
|
|
23
25
|
import { DeleteObjectsOnCancelCommandInput, DeleteObjectsOnCancelCommandOutput } from "./commands/DeleteObjectsOnCancelCommand";
|
|
24
26
|
import { DeregisterResourceCommandInput, DeregisterResourceCommandOutput } from "./commands/DeregisterResourceCommand";
|
|
27
|
+
import { DescribeLakeFormationIdentityCenterConfigurationCommandInput, DescribeLakeFormationIdentityCenterConfigurationCommandOutput } from "./commands/DescribeLakeFormationIdentityCenterConfigurationCommand";
|
|
25
28
|
import { DescribeResourceCommandInput, DescribeResourceCommandOutput } from "./commands/DescribeResourceCommand";
|
|
26
29
|
import { DescribeTransactionCommandInput, DescribeTransactionCommandOutput } from "./commands/DescribeTransactionCommand";
|
|
27
30
|
import { ExtendTransactionCommandInput, ExtendTransactionCommandOutput } from "./commands/ExtendTransactionCommand";
|
|
@@ -54,6 +57,7 @@ import { SearchTablesByLFTagsCommandInput, SearchTablesByLFTagsCommandOutput } f
|
|
|
54
57
|
import { StartQueryPlanningCommandInput, StartQueryPlanningCommandOutput } from "./commands/StartQueryPlanningCommand";
|
|
55
58
|
import { StartTransactionCommandInput, StartTransactionCommandOutput } from "./commands/StartTransactionCommand";
|
|
56
59
|
import { UpdateDataCellsFilterCommandInput, UpdateDataCellsFilterCommandOutput } from "./commands/UpdateDataCellsFilterCommand";
|
|
60
|
+
import { UpdateLakeFormationIdentityCenterConfigurationCommandInput, UpdateLakeFormationIdentityCenterConfigurationCommandOutput } from "./commands/UpdateLakeFormationIdentityCenterConfigurationCommand";
|
|
57
61
|
import { UpdateLFTagCommandInput, UpdateLFTagCommandOutput } from "./commands/UpdateLFTagCommand";
|
|
58
62
|
import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "./commands/UpdateResourceCommand";
|
|
59
63
|
import { UpdateTableObjectsCommandInput, UpdateTableObjectsCommandOutput } from "./commands/UpdateTableObjectsCommand";
|
|
@@ -64,11 +68,11 @@ export { __Client };
|
|
|
64
68
|
/**
|
|
65
69
|
* @public
|
|
66
70
|
*/
|
|
67
|
-
export type ServiceInputTypes = AddLFTagsToResourceCommandInput | AssumeDecoratedRoleWithSAMLCommandInput | BatchGrantPermissionsCommandInput | BatchRevokePermissionsCommandInput | CancelTransactionCommandInput | CommitTransactionCommandInput | CreateDataCellsFilterCommandInput | CreateLFTagCommandInput | CreateLakeFormationOptInCommandInput | DeleteDataCellsFilterCommandInput | DeleteLFTagCommandInput | DeleteLakeFormationOptInCommandInput | DeleteObjectsOnCancelCommandInput | DeregisterResourceCommandInput | DescribeResourceCommandInput | DescribeTransactionCommandInput | ExtendTransactionCommandInput | GetDataCellsFilterCommandInput | GetDataLakeSettingsCommandInput | GetEffectivePermissionsForPathCommandInput | GetLFTagCommandInput | GetQueryStateCommandInput | GetQueryStatisticsCommandInput | GetResourceLFTagsCommandInput | GetTableObjectsCommandInput | GetTemporaryGluePartitionCredentialsCommandInput | GetTemporaryGlueTableCredentialsCommandInput | GetWorkUnitResultsCommandInput | GetWorkUnitsCommandInput | GrantPermissionsCommandInput | ListDataCellsFilterCommandInput | ListLFTagsCommandInput | ListLakeFormationOptInsCommandInput | ListPermissionsCommandInput | ListResourcesCommandInput | ListTableStorageOptimizersCommandInput | ListTransactionsCommandInput | PutDataLakeSettingsCommandInput | RegisterResourceCommandInput | RemoveLFTagsFromResourceCommandInput | RevokePermissionsCommandInput | SearchDatabasesByLFTagsCommandInput | SearchTablesByLFTagsCommandInput | StartQueryPlanningCommandInput | StartTransactionCommandInput | UpdateDataCellsFilterCommandInput | UpdateLFTagCommandInput | UpdateResourceCommandInput | UpdateTableObjectsCommandInput | UpdateTableStorageOptimizerCommandInput;
|
|
71
|
+
export type ServiceInputTypes = AddLFTagsToResourceCommandInput | AssumeDecoratedRoleWithSAMLCommandInput | BatchGrantPermissionsCommandInput | BatchRevokePermissionsCommandInput | CancelTransactionCommandInput | CommitTransactionCommandInput | CreateDataCellsFilterCommandInput | CreateLFTagCommandInput | CreateLakeFormationIdentityCenterConfigurationCommandInput | CreateLakeFormationOptInCommandInput | DeleteDataCellsFilterCommandInput | DeleteLFTagCommandInput | DeleteLakeFormationIdentityCenterConfigurationCommandInput | DeleteLakeFormationOptInCommandInput | DeleteObjectsOnCancelCommandInput | DeregisterResourceCommandInput | DescribeLakeFormationIdentityCenterConfigurationCommandInput | DescribeResourceCommandInput | DescribeTransactionCommandInput | ExtendTransactionCommandInput | GetDataCellsFilterCommandInput | GetDataLakeSettingsCommandInput | GetEffectivePermissionsForPathCommandInput | GetLFTagCommandInput | GetQueryStateCommandInput | GetQueryStatisticsCommandInput | GetResourceLFTagsCommandInput | GetTableObjectsCommandInput | GetTemporaryGluePartitionCredentialsCommandInput | GetTemporaryGlueTableCredentialsCommandInput | GetWorkUnitResultsCommandInput | GetWorkUnitsCommandInput | GrantPermissionsCommandInput | ListDataCellsFilterCommandInput | ListLFTagsCommandInput | ListLakeFormationOptInsCommandInput | ListPermissionsCommandInput | ListResourcesCommandInput | ListTableStorageOptimizersCommandInput | ListTransactionsCommandInput | PutDataLakeSettingsCommandInput | RegisterResourceCommandInput | RemoveLFTagsFromResourceCommandInput | RevokePermissionsCommandInput | SearchDatabasesByLFTagsCommandInput | SearchTablesByLFTagsCommandInput | StartQueryPlanningCommandInput | StartTransactionCommandInput | UpdateDataCellsFilterCommandInput | UpdateLFTagCommandInput | UpdateLakeFormationIdentityCenterConfigurationCommandInput | UpdateResourceCommandInput | UpdateTableObjectsCommandInput | UpdateTableStorageOptimizerCommandInput;
|
|
68
72
|
/**
|
|
69
73
|
* @public
|
|
70
74
|
*/
|
|
71
|
-
export type ServiceOutputTypes = AddLFTagsToResourceCommandOutput | AssumeDecoratedRoleWithSAMLCommandOutput | BatchGrantPermissionsCommandOutput | BatchRevokePermissionsCommandOutput | CancelTransactionCommandOutput | CommitTransactionCommandOutput | CreateDataCellsFilterCommandOutput | CreateLFTagCommandOutput | CreateLakeFormationOptInCommandOutput | DeleteDataCellsFilterCommandOutput | DeleteLFTagCommandOutput | DeleteLakeFormationOptInCommandOutput | DeleteObjectsOnCancelCommandOutput | DeregisterResourceCommandOutput | DescribeResourceCommandOutput | DescribeTransactionCommandOutput | ExtendTransactionCommandOutput | GetDataCellsFilterCommandOutput | GetDataLakeSettingsCommandOutput | GetEffectivePermissionsForPathCommandOutput | GetLFTagCommandOutput | GetQueryStateCommandOutput | GetQueryStatisticsCommandOutput | GetResourceLFTagsCommandOutput | GetTableObjectsCommandOutput | GetTemporaryGluePartitionCredentialsCommandOutput | GetTemporaryGlueTableCredentialsCommandOutput | GetWorkUnitResultsCommandOutput | GetWorkUnitsCommandOutput | GrantPermissionsCommandOutput | ListDataCellsFilterCommandOutput | ListLFTagsCommandOutput | ListLakeFormationOptInsCommandOutput | ListPermissionsCommandOutput | ListResourcesCommandOutput | ListTableStorageOptimizersCommandOutput | ListTransactionsCommandOutput | PutDataLakeSettingsCommandOutput | RegisterResourceCommandOutput | RemoveLFTagsFromResourceCommandOutput | RevokePermissionsCommandOutput | SearchDatabasesByLFTagsCommandOutput | SearchTablesByLFTagsCommandOutput | StartQueryPlanningCommandOutput | StartTransactionCommandOutput | UpdateDataCellsFilterCommandOutput | UpdateLFTagCommandOutput | UpdateResourceCommandOutput | UpdateTableObjectsCommandOutput | UpdateTableStorageOptimizerCommandOutput;
|
|
75
|
+
export type ServiceOutputTypes = AddLFTagsToResourceCommandOutput | AssumeDecoratedRoleWithSAMLCommandOutput | BatchGrantPermissionsCommandOutput | BatchRevokePermissionsCommandOutput | CancelTransactionCommandOutput | CommitTransactionCommandOutput | CreateDataCellsFilterCommandOutput | CreateLFTagCommandOutput | CreateLakeFormationIdentityCenterConfigurationCommandOutput | CreateLakeFormationOptInCommandOutput | DeleteDataCellsFilterCommandOutput | DeleteLFTagCommandOutput | DeleteLakeFormationIdentityCenterConfigurationCommandOutput | DeleteLakeFormationOptInCommandOutput | DeleteObjectsOnCancelCommandOutput | DeregisterResourceCommandOutput | DescribeLakeFormationIdentityCenterConfigurationCommandOutput | DescribeResourceCommandOutput | DescribeTransactionCommandOutput | ExtendTransactionCommandOutput | GetDataCellsFilterCommandOutput | GetDataLakeSettingsCommandOutput | GetEffectivePermissionsForPathCommandOutput | GetLFTagCommandOutput | GetQueryStateCommandOutput | GetQueryStatisticsCommandOutput | GetResourceLFTagsCommandOutput | GetTableObjectsCommandOutput | GetTemporaryGluePartitionCredentialsCommandOutput | GetTemporaryGlueTableCredentialsCommandOutput | GetWorkUnitResultsCommandOutput | GetWorkUnitsCommandOutput | GrantPermissionsCommandOutput | ListDataCellsFilterCommandOutput | ListLFTagsCommandOutput | ListLakeFormationOptInsCommandOutput | ListPermissionsCommandOutput | ListResourcesCommandOutput | ListTableStorageOptimizersCommandOutput | ListTransactionsCommandOutput | PutDataLakeSettingsCommandOutput | RegisterResourceCommandOutput | RemoveLFTagsFromResourceCommandOutput | RevokePermissionsCommandOutput | SearchDatabasesByLFTagsCommandOutput | SearchTablesByLFTagsCommandOutput | StartQueryPlanningCommandOutput | StartTransactionCommandOutput | UpdateDataCellsFilterCommandOutput | UpdateLFTagCommandOutput | UpdateLakeFormationIdentityCenterConfigurationCommandOutput | UpdateResourceCommandOutput | UpdateTableObjectsCommandOutput | UpdateTableStorageOptimizerCommandOutput;
|
|
72
76
|
/**
|
|
73
77
|
* @public
|
|
74
78
|
*/
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
|
+
import { CreateLakeFormationIdentityCenterConfigurationRequest, CreateLakeFormationIdentityCenterConfigurationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateLakeFormationIdentityCenterConfigurationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateLakeFormationIdentityCenterConfigurationCommandInput extends CreateLakeFormationIdentityCenterConfigurationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateLakeFormationIdentityCenterConfigurationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateLakeFormationIdentityCenterConfigurationCommandOutput extends CreateLakeFormationIdentityCenterConfigurationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Creates an IAM Identity Center connection with Lake Formation to allow IAM Identity Center users and groups to access Data Catalog resources.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { LakeFormationClient, CreateLakeFormationIdentityCenterConfigurationCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
31
|
+
* // const { LakeFormationClient, CreateLakeFormationIdentityCenterConfigurationCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
32
|
+
* const client = new LakeFormationClient(config);
|
|
33
|
+
* const input = { // CreateLakeFormationIdentityCenterConfigurationRequest
|
|
34
|
+
* CatalogId: "STRING_VALUE",
|
|
35
|
+
* InstanceArn: "STRING_VALUE",
|
|
36
|
+
* ExternalFiltering: { // ExternalFilteringConfiguration
|
|
37
|
+
* Status: "ENABLED" || "DISABLED", // required
|
|
38
|
+
* AuthorizedTargets: [ // ScopeTargets // required
|
|
39
|
+
* "STRING_VALUE",
|
|
40
|
+
* ],
|
|
41
|
+
* },
|
|
42
|
+
* };
|
|
43
|
+
* const command = new CreateLakeFormationIdentityCenterConfigurationCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // CreateLakeFormationIdentityCenterConfigurationResponse
|
|
46
|
+
* // ApplicationArn: "STRING_VALUE",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* @param CreateLakeFormationIdentityCenterConfigurationCommandInput - {@link CreateLakeFormationIdentityCenterConfigurationCommandInput}
|
|
52
|
+
* @returns {@link CreateLakeFormationIdentityCenterConfigurationCommandOutput}
|
|
53
|
+
* @see {@link CreateLakeFormationIdentityCenterConfigurationCommandInput} for command's `input` shape.
|
|
54
|
+
* @see {@link CreateLakeFormationIdentityCenterConfigurationCommandOutput} for command's `response` shape.
|
|
55
|
+
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
+
* <p>Access to a resource was denied.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link AlreadyExistsException} (client fault)
|
|
61
|
+
* <p>A resource to be created or added already exists.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
64
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
67
|
+
* <p>An internal service error occurred.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
70
|
+
* <p>The input provided was not valid.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
73
|
+
* <p>The operation timed out.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link LakeFormationServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
77
|
+
*
|
|
78
|
+
*/
|
|
79
|
+
export declare class CreateLakeFormationIdentityCenterConfigurationCommand extends $Command<CreateLakeFormationIdentityCenterConfigurationCommandInput, CreateLakeFormationIdentityCenterConfigurationCommandOutput, LakeFormationClientResolvedConfig> {
|
|
80
|
+
readonly input: CreateLakeFormationIdentityCenterConfigurationCommandInput;
|
|
81
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
constructor(input: CreateLakeFormationIdentityCenterConfigurationCommandInput);
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
89
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLakeFormationIdentityCenterConfigurationCommandInput, CreateLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
93
|
+
private serialize;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
|
+
private deserialize;
|
|
98
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
|
+
import { DeleteLakeFormationIdentityCenterConfigurationRequest, DeleteLakeFormationIdentityCenterConfigurationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteLakeFormationIdentityCenterConfigurationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteLakeFormationIdentityCenterConfigurationCommandInput extends DeleteLakeFormationIdentityCenterConfigurationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteLakeFormationIdentityCenterConfigurationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteLakeFormationIdentityCenterConfigurationCommandOutput extends DeleteLakeFormationIdentityCenterConfigurationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Deletes an IAM Identity Center connection with Lake Formation.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { LakeFormationClient, DeleteLakeFormationIdentityCenterConfigurationCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
31
|
+
* // const { LakeFormationClient, DeleteLakeFormationIdentityCenterConfigurationCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
32
|
+
* const client = new LakeFormationClient(config);
|
|
33
|
+
* const input = { // DeleteLakeFormationIdentityCenterConfigurationRequest
|
|
34
|
+
* CatalogId: "STRING_VALUE",
|
|
35
|
+
* };
|
|
36
|
+
* const command = new DeleteLakeFormationIdentityCenterConfigurationCommand(input);
|
|
37
|
+
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
42
|
+
* @param DeleteLakeFormationIdentityCenterConfigurationCommandInput - {@link DeleteLakeFormationIdentityCenterConfigurationCommandInput}
|
|
43
|
+
* @returns {@link DeleteLakeFormationIdentityCenterConfigurationCommandOutput}
|
|
44
|
+
* @see {@link DeleteLakeFormationIdentityCenterConfigurationCommandInput} for command's `input` shape.
|
|
45
|
+
* @see {@link DeleteLakeFormationIdentityCenterConfigurationCommandOutput} for command's `response` shape.
|
|
46
|
+
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
49
|
+
* <p>Access to a resource was denied.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
52
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
55
|
+
* <p>A specified entity does not exist.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
58
|
+
* <p>An internal service error occurred.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
61
|
+
* <p>The input provided was not valid.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
64
|
+
* <p>The operation timed out.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link LakeFormationServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
export declare class DeleteLakeFormationIdentityCenterConfigurationCommand extends $Command<DeleteLakeFormationIdentityCenterConfigurationCommandInput, DeleteLakeFormationIdentityCenterConfigurationCommandOutput, LakeFormationClientResolvedConfig> {
|
|
71
|
+
readonly input: DeleteLakeFormationIdentityCenterConfigurationCommandInput;
|
|
72
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
constructor(input: DeleteLakeFormationIdentityCenterConfigurationCommandInput);
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
80
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLakeFormationIdentityCenterConfigurationCommandInput, DeleteLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
84
|
+
private serialize;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
88
|
+
private deserialize;
|
|
89
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
|
+
import { DescribeLakeFormationIdentityCenterConfigurationRequest, DescribeLakeFormationIdentityCenterConfigurationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeLakeFormationIdentityCenterConfigurationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeLakeFormationIdentityCenterConfigurationCommandInput extends DescribeLakeFormationIdentityCenterConfigurationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeLakeFormationIdentityCenterConfigurationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeLakeFormationIdentityCenterConfigurationCommandOutput extends DescribeLakeFormationIdentityCenterConfigurationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Retrieves the instance ARN and application ARN for the connection.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { LakeFormationClient, DescribeLakeFormationIdentityCenterConfigurationCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
31
|
+
* // const { LakeFormationClient, DescribeLakeFormationIdentityCenterConfigurationCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
32
|
+
* const client = new LakeFormationClient(config);
|
|
33
|
+
* const input = { // DescribeLakeFormationIdentityCenterConfigurationRequest
|
|
34
|
+
* CatalogId: "STRING_VALUE",
|
|
35
|
+
* };
|
|
36
|
+
* const command = new DescribeLakeFormationIdentityCenterConfigurationCommand(input);
|
|
37
|
+
* const response = await client.send(command);
|
|
38
|
+
* // { // DescribeLakeFormationIdentityCenterConfigurationResponse
|
|
39
|
+
* // CatalogId: "STRING_VALUE",
|
|
40
|
+
* // InstanceArn: "STRING_VALUE",
|
|
41
|
+
* // ApplicationArn: "STRING_VALUE",
|
|
42
|
+
* // ExternalFiltering: { // ExternalFilteringConfiguration
|
|
43
|
+
* // Status: "ENABLED" || "DISABLED", // required
|
|
44
|
+
* // AuthorizedTargets: [ // ScopeTargets // required
|
|
45
|
+
* // "STRING_VALUE",
|
|
46
|
+
* // ],
|
|
47
|
+
* // },
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* @param DescribeLakeFormationIdentityCenterConfigurationCommandInput - {@link DescribeLakeFormationIdentityCenterConfigurationCommandInput}
|
|
53
|
+
* @returns {@link DescribeLakeFormationIdentityCenterConfigurationCommandOutput}
|
|
54
|
+
* @see {@link DescribeLakeFormationIdentityCenterConfigurationCommandInput} for command's `input` shape.
|
|
55
|
+
* @see {@link DescribeLakeFormationIdentityCenterConfigurationCommandOutput} for command's `response` shape.
|
|
56
|
+
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
59
|
+
* <p>Access to a resource was denied.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
62
|
+
* <p>A specified entity does not exist.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
65
|
+
* <p>An internal service error occurred.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
68
|
+
* <p>The input provided was not valid.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
71
|
+
* <p>The operation timed out.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link LakeFormationServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
export declare class DescribeLakeFormationIdentityCenterConfigurationCommand extends $Command<DescribeLakeFormationIdentityCenterConfigurationCommandInput, DescribeLakeFormationIdentityCenterConfigurationCommandOutput, LakeFormationClientResolvedConfig> {
|
|
78
|
+
readonly input: DescribeLakeFormationIdentityCenterConfigurationCommandInput;
|
|
79
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
constructor(input: DescribeLakeFormationIdentityCenterConfigurationCommandInput);
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
87
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLakeFormationIdentityCenterConfigurationCommandInput, DescribeLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
91
|
+
private serialize;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
95
|
+
private deserialize;
|
|
96
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LakeFormationClient";
|
|
5
|
+
import { UpdateLakeFormationIdentityCenterConfigurationRequest, UpdateLakeFormationIdentityCenterConfigurationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateLakeFormationIdentityCenterConfigurationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateLakeFormationIdentityCenterConfigurationCommandInput extends UpdateLakeFormationIdentityCenterConfigurationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateLakeFormationIdentityCenterConfigurationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateLakeFormationIdentityCenterConfigurationCommandOutput extends UpdateLakeFormationIdentityCenterConfigurationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Updates the IAM Identity Center connection parameters.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { LakeFormationClient, UpdateLakeFormationIdentityCenterConfigurationCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import
|
|
31
|
+
* // const { LakeFormationClient, UpdateLakeFormationIdentityCenterConfigurationCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import
|
|
32
|
+
* const client = new LakeFormationClient(config);
|
|
33
|
+
* const input = { // UpdateLakeFormationIdentityCenterConfigurationRequest
|
|
34
|
+
* CatalogId: "STRING_VALUE",
|
|
35
|
+
* ApplicationStatus: "ENABLED" || "DISABLED",
|
|
36
|
+
* ExternalFiltering: { // ExternalFilteringConfiguration
|
|
37
|
+
* Status: "ENABLED" || "DISABLED", // required
|
|
38
|
+
* AuthorizedTargets: [ // ScopeTargets // required
|
|
39
|
+
* "STRING_VALUE",
|
|
40
|
+
* ],
|
|
41
|
+
* },
|
|
42
|
+
* };
|
|
43
|
+
* const command = new UpdateLakeFormationIdentityCenterConfigurationCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // {};
|
|
46
|
+
*
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
49
|
+
* @param UpdateLakeFormationIdentityCenterConfigurationCommandInput - {@link UpdateLakeFormationIdentityCenterConfigurationCommandInput}
|
|
50
|
+
* @returns {@link UpdateLakeFormationIdentityCenterConfigurationCommandOutput}
|
|
51
|
+
* @see {@link UpdateLakeFormationIdentityCenterConfigurationCommandInput} for command's `input` shape.
|
|
52
|
+
* @see {@link UpdateLakeFormationIdentityCenterConfigurationCommandOutput} for command's `response` shape.
|
|
53
|
+
* @see {@link LakeFormationClientResolvedConfig | config} for LakeFormationClient's `config` shape.
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
56
|
+
* <p>Access to a resource was denied.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
59
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
62
|
+
* <p>A specified entity does not exist.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
65
|
+
* <p>An internal service error occurred.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
68
|
+
* <p>The input provided was not valid.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
71
|
+
* <p>The operation timed out.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link LakeFormationServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from LakeFormation service.</p>
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
export declare class UpdateLakeFormationIdentityCenterConfigurationCommand extends $Command<UpdateLakeFormationIdentityCenterConfigurationCommandInput, UpdateLakeFormationIdentityCenterConfigurationCommandOutput, LakeFormationClientResolvedConfig> {
|
|
78
|
+
readonly input: UpdateLakeFormationIdentityCenterConfigurationCommandInput;
|
|
79
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
constructor(input: UpdateLakeFormationIdentityCenterConfigurationCommandInput);
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
87
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LakeFormationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLakeFormationIdentityCenterConfigurationCommandInput, UpdateLakeFormationIdentityCenterConfigurationCommandOutput>;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
91
|
+
private serialize;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
95
|
+
private deserialize;
|
|
96
|
+
}
|
|
@@ -6,12 +6,15 @@ export * from "./CancelTransactionCommand";
|
|
|
6
6
|
export * from "./CommitTransactionCommand";
|
|
7
7
|
export * from "./CreateDataCellsFilterCommand";
|
|
8
8
|
export * from "./CreateLFTagCommand";
|
|
9
|
+
export * from "./CreateLakeFormationIdentityCenterConfigurationCommand";
|
|
9
10
|
export * from "./CreateLakeFormationOptInCommand";
|
|
10
11
|
export * from "./DeleteDataCellsFilterCommand";
|
|
11
12
|
export * from "./DeleteLFTagCommand";
|
|
13
|
+
export * from "./DeleteLakeFormationIdentityCenterConfigurationCommand";
|
|
12
14
|
export * from "./DeleteLakeFormationOptInCommand";
|
|
13
15
|
export * from "./DeleteObjectsOnCancelCommand";
|
|
14
16
|
export * from "./DeregisterResourceCommand";
|
|
17
|
+
export * from "./DescribeLakeFormationIdentityCenterConfigurationCommand";
|
|
15
18
|
export * from "./DescribeResourceCommand";
|
|
16
19
|
export * from "./DescribeTransactionCommand";
|
|
17
20
|
export * from "./ExtendTransactionCommand";
|
|
@@ -45,6 +48,7 @@ export * from "./StartQueryPlanningCommand";
|
|
|
45
48
|
export * from "./StartTransactionCommand";
|
|
46
49
|
export * from "./UpdateDataCellsFilterCommand";
|
|
47
50
|
export * from "./UpdateLFTagCommand";
|
|
51
|
+
export * from "./UpdateLakeFormationIdentityCenterConfigurationCommand";
|
|
48
52
|
export * from "./UpdateResourceCommand";
|
|
49
53
|
export * from "./UpdateTableObjectsCommand";
|
|
50
54
|
export * from "./UpdateTableStorageOptimizerCommand";
|