@aws-sdk/client-lakeformation 3.650.0 → 3.654.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-types/commands/AddLFTagsToResourceCommand.d.ts +11 -0
- package/dist-types/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +11 -0
- package/dist-types/commands/BatchGrantPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/BatchRevokePermissionsCommand.d.ts +11 -0
- package/dist-types/commands/CancelTransactionCommand.d.ts +11 -0
- package/dist-types/commands/CommitTransactionCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataCellsFilterCommand.d.ts +11 -0
- package/dist-types/commands/CreateLFTagCommand.d.ts +11 -0
- package/dist-types/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/CreateLakeFormationOptInCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDataCellsFilterCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLFTagCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLakeFormationOptInCommand.d.ts +11 -0
- package/dist-types/commands/DeleteObjectsOnCancelCommand.d.ts +11 -0
- package/dist-types/commands/DeregisterResourceCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeResourceCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTransactionCommand.d.ts +11 -0
- package/dist-types/commands/ExtendTransactionCommand.d.ts +11 -0
- package/dist-types/commands/GetDataCellsFilterCommand.d.ts +11 -0
- package/dist-types/commands/GetDataLakePrincipalCommand.d.ts +11 -0
- package/dist-types/commands/GetDataLakeSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetEffectivePermissionsForPathCommand.d.ts +11 -0
- package/dist-types/commands/GetLFTagCommand.d.ts +11 -0
- package/dist-types/commands/GetQueryStateCommand.d.ts +11 -0
- package/dist-types/commands/GetQueryStatisticsCommand.d.ts +11 -0
- package/dist-types/commands/GetResourceLFTagsCommand.d.ts +11 -0
- package/dist-types/commands/GetTableObjectsCommand.d.ts +11 -0
- package/dist-types/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +11 -0
- package/dist-types/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkUnitResultsCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkUnitsCommand.d.ts +11 -0
- package/dist-types/commands/GrantPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataCellsFilterCommand.d.ts +11 -0
- package/dist-types/commands/ListLFTagsCommand.d.ts +11 -0
- package/dist-types/commands/ListLakeFormationOptInsCommand.d.ts +11 -0
- package/dist-types/commands/ListPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/ListResourcesCommand.d.ts +11 -0
- package/dist-types/commands/ListTableStorageOptimizersCommand.d.ts +11 -0
- package/dist-types/commands/ListTransactionsCommand.d.ts +11 -0
- package/dist-types/commands/PutDataLakeSettingsCommand.d.ts +11 -0
- package/dist-types/commands/RegisterResourceCommand.d.ts +11 -0
- package/dist-types/commands/RemoveLFTagsFromResourceCommand.d.ts +11 -0
- package/dist-types/commands/RevokePermissionsCommand.d.ts +11 -0
- package/dist-types/commands/SearchDatabasesByLFTagsCommand.d.ts +11 -0
- package/dist-types/commands/SearchTablesByLFTagsCommand.d.ts +11 -0
- package/dist-types/commands/StartQueryPlanningCommand.d.ts +11 -0
- package/dist-types/commands/StartTransactionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataCellsFilterCommand.d.ts +11 -0
- package/dist-types/commands/UpdateLFTagCommand.d.ts +11 -0
- package/dist-types/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTableObjectsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTableStorageOptimizerCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddLFTagsToResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssumeDecoratedRoleWithSAMLCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGrantPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchRevokePermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelTransactionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CommitTransactionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataCellsFilterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateLFTagCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateLakeFormationOptInCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDataCellsFilterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLFTagCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLakeFormationOptInCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteObjectsOnCancelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTransactionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExtendTransactionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataCellsFilterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataLakePrincipalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataLakeSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEffectivePermissionsForPathCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLFTagCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetQueryStateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetQueryStatisticsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetResourceLFTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTableObjectsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTemporaryGluePartitionCredentialsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTemporaryGlueTableCredentialsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkUnitResultsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkUnitsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GrantPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataCellsFilterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLFTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLakeFormationOptInsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTableStorageOptimizersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTransactionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutDataLakeSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveLFTagsFromResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RevokePermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchDatabasesByLFTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchTablesByLFTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartQueryPlanningCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartTransactionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDataCellsFilterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateLFTagCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTableObjectsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTableStorageOptimizerCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -85,4 +85,15 @@ declare const ListTableStorageOptimizersCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class ListTableStorageOptimizersCommand extends ListTableStorageOptimizersCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: ListTableStorageOptimizersRequest;
|
|
92
|
+
output: ListTableStorageOptimizersResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: ListTableStorageOptimizersCommandInput;
|
|
96
|
+
output: ListTableStorageOptimizersCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListTransactionsCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListTransactionsCommand extends ListTransactionsCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListTransactionsRequest;
|
|
85
|
+
output: ListTransactionsResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListTransactionsCommandInput;
|
|
89
|
+
output: ListTransactionsCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -110,4 +110,15 @@ declare const PutDataLakeSettingsCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class PutDataLakeSettingsCommand extends PutDataLakeSettingsCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: PutDataLakeSettingsRequest;
|
|
117
|
+
output: {};
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: PutDataLakeSettingsCommandInput;
|
|
121
|
+
output: PutDataLakeSettingsCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -90,4 +90,15 @@ declare const RegisterResourceCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class RegisterResourceCommand extends RegisterResourceCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: RegisterResourceRequest;
|
|
97
|
+
output: {};
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: RegisterResourceCommandInput;
|
|
101
|
+
output: RegisterResourceCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -156,4 +156,15 @@ declare const RemoveLFTagsFromResourceCommand_base: {
|
|
|
156
156
|
* @public
|
|
157
157
|
*/
|
|
158
158
|
export declare class RemoveLFTagsFromResourceCommand extends RemoveLFTagsFromResourceCommand_base {
|
|
159
|
+
/** @internal type navigation helper, not in runtime. */
|
|
160
|
+
protected static __types: {
|
|
161
|
+
api: {
|
|
162
|
+
input: RemoveLFTagsFromResourceRequest;
|
|
163
|
+
output: RemoveLFTagsFromResourceResponse;
|
|
164
|
+
};
|
|
165
|
+
sdk: {
|
|
166
|
+
input: RemoveLFTagsFromResourceCommandInput;
|
|
167
|
+
output: RemoveLFTagsFromResourceCommandOutput;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
159
170
|
}
|
|
@@ -128,4 +128,15 @@ declare const RevokePermissionsCommand_base: {
|
|
|
128
128
|
* @public
|
|
129
129
|
*/
|
|
130
130
|
export declare class RevokePermissionsCommand extends RevokePermissionsCommand_base {
|
|
131
|
+
/** @internal type navigation helper, not in runtime. */
|
|
132
|
+
protected static __types: {
|
|
133
|
+
api: {
|
|
134
|
+
input: RevokePermissionsRequest;
|
|
135
|
+
output: {};
|
|
136
|
+
};
|
|
137
|
+
sdk: {
|
|
138
|
+
input: RevokePermissionsCommandInput;
|
|
139
|
+
output: RevokePermissionsCommandOutput;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
131
142
|
}
|
|
@@ -102,4 +102,15 @@ declare const SearchDatabasesByLFTagsCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class SearchDatabasesByLFTagsCommand extends SearchDatabasesByLFTagsCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: SearchDatabasesByLFTagsRequest;
|
|
109
|
+
output: SearchDatabasesByLFTagsResponse;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: SearchDatabasesByLFTagsCommandInput;
|
|
113
|
+
output: SearchDatabasesByLFTagsCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -127,4 +127,15 @@ declare const SearchTablesByLFTagsCommand_base: {
|
|
|
127
127
|
* @public
|
|
128
128
|
*/
|
|
129
129
|
export declare class SearchTablesByLFTagsCommand extends SearchTablesByLFTagsCommand_base {
|
|
130
|
+
/** @internal type navigation helper, not in runtime. */
|
|
131
|
+
protected static __types: {
|
|
132
|
+
api: {
|
|
133
|
+
input: SearchTablesByLFTagsRequest;
|
|
134
|
+
output: SearchTablesByLFTagsResponse;
|
|
135
|
+
};
|
|
136
|
+
sdk: {
|
|
137
|
+
input: SearchTablesByLFTagsCommandInput;
|
|
138
|
+
output: SearchTablesByLFTagsCommandOutput;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
130
141
|
}
|
|
@@ -79,4 +79,15 @@ declare const StartQueryPlanningCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class StartQueryPlanningCommand extends StartQueryPlanningCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: StartQueryPlanningRequest;
|
|
86
|
+
output: StartQueryPlanningResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: StartQueryPlanningCommandInput;
|
|
90
|
+
output: StartQueryPlanningCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -63,4 +63,15 @@ declare const StartTransactionCommand_base: {
|
|
|
63
63
|
* @public
|
|
64
64
|
*/
|
|
65
65
|
export declare class StartTransactionCommand extends StartTransactionCommand_base {
|
|
66
|
+
/** @internal type navigation helper, not in runtime. */
|
|
67
|
+
protected static __types: {
|
|
68
|
+
api: {
|
|
69
|
+
input: StartTransactionRequest;
|
|
70
|
+
output: StartTransactionResponse;
|
|
71
|
+
};
|
|
72
|
+
sdk: {
|
|
73
|
+
input: StartTransactionCommandInput;
|
|
74
|
+
output: StartTransactionCommandOutput;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
66
77
|
}
|
|
@@ -91,4 +91,15 @@ declare const UpdateDataCellsFilterCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class UpdateDataCellsFilterCommand extends UpdateDataCellsFilterCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: UpdateDataCellsFilterRequest;
|
|
98
|
+
output: {};
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: UpdateDataCellsFilterCommandInput;
|
|
102
|
+
output: UpdateDataCellsFilterCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -80,4 +80,15 @@ declare const UpdateLFTagCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class UpdateLFTagCommand extends UpdateLFTagCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: UpdateLFTagRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: UpdateLFTagCommandInput;
|
|
91
|
+
output: UpdateLFTagCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -85,4 +85,15 @@ declare const UpdateLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class UpdateLakeFormationIdentityCenterConfigurationCommand extends UpdateLakeFormationIdentityCenterConfigurationCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: UpdateLakeFormationIdentityCenterConfigurationRequest;
|
|
92
|
+
output: {};
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: UpdateLakeFormationIdentityCenterConfigurationCommandInput;
|
|
96
|
+
output: UpdateLakeFormationIdentityCenterConfigurationCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -70,4 +70,15 @@ declare const UpdateResourceCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class UpdateResourceCommand extends UpdateResourceCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: UpdateResourceRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: UpdateResourceCommandInput;
|
|
81
|
+
output: UpdateResourceCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -104,4 +104,15 @@ declare const UpdateTableObjectsCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class UpdateTableObjectsCommand extends UpdateTableObjectsCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: UpdateTableObjectsRequest;
|
|
111
|
+
output: {};
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: UpdateTableObjectsCommandInput;
|
|
115
|
+
output: UpdateTableObjectsCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -76,4 +76,15 @@ declare const UpdateTableStorageOptimizerCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class UpdateTableStorageOptimizerCommand extends UpdateTableStorageOptimizerCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: UpdateTableStorageOptimizerRequest;
|
|
83
|
+
output: UpdateTableStorageOptimizerResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: UpdateTableStorageOptimizerCommandInput;
|
|
87
|
+
output: UpdateTableStorageOptimizerCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -37,4 +37,15 @@ declare const AddLFTagsToResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AddLFTagsToResourceCommand extends AddLFTagsToResourceCommand_base {
|
|
40
|
+
export declare class AddLFTagsToResourceCommand extends AddLFTagsToResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AddLFTagsToResourceRequest;
|
|
44
|
+
output: AddLFTagsToResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AddLFTagsToResourceCommandInput;
|
|
48
|
+
output: AddLFTagsToResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AssumeDecoratedRoleWithSAMLCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssumeDecoratedRoleWithSAMLCommand extends AssumeDecoratedRoleWithSAMLCommand_base {
|
|
40
|
+
export declare class AssumeDecoratedRoleWithSAMLCommand extends AssumeDecoratedRoleWithSAMLCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssumeDecoratedRoleWithSAMLRequest;
|
|
44
|
+
output: AssumeDecoratedRoleWithSAMLResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssumeDecoratedRoleWithSAMLCommandInput;
|
|
48
|
+
output: AssumeDecoratedRoleWithSAMLCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchGrantPermissionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchGrantPermissionsCommand extends BatchGrantPermissionsCommand_base {
|
|
40
|
+
export declare class BatchGrantPermissionsCommand extends BatchGrantPermissionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchGrantPermissionsRequest;
|
|
44
|
+
output: BatchGrantPermissionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchGrantPermissionsCommandInput;
|
|
48
|
+
output: BatchGrantPermissionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchRevokePermissionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchRevokePermissionsCommand extends BatchRevokePermissionsCommand_base {
|
|
40
|
+
export declare class BatchRevokePermissionsCommand extends BatchRevokePermissionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchRevokePermissionsRequest;
|
|
44
|
+
output: BatchRevokePermissionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchRevokePermissionsCommandInput;
|
|
48
|
+
output: BatchRevokePermissionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CancelTransactionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CancelTransactionCommand extends CancelTransactionCommand_base {
|
|
40
|
+
export declare class CancelTransactionCommand extends CancelTransactionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CancelTransactionRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CancelTransactionCommandInput;
|
|
48
|
+
output: CancelTransactionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CommitTransactionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CommitTransactionCommand extends CommitTransactionCommand_base {
|
|
40
|
+
export declare class CommitTransactionCommand extends CommitTransactionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CommitTransactionRequest;
|
|
44
|
+
output: CommitTransactionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CommitTransactionCommandInput;
|
|
48
|
+
output: CommitTransactionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDataCellsFilterCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDataCellsFilterCommand extends CreateDataCellsFilterCommand_base {
|
|
40
|
+
export declare class CreateDataCellsFilterCommand extends CreateDataCellsFilterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDataCellsFilterRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDataCellsFilterCommandInput;
|
|
48
|
+
output: CreateDataCellsFilterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateLFTagCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateLFTagCommand extends CreateLFTagCommand_base {
|
|
36
|
+
export declare class CreateLFTagCommand extends CreateLFTagCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateLFTagRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateLFTagCommandInput;
|
|
44
|
+
output: CreateLFTagCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
package/dist-types/ts3.4/commands/CreateLakeFormationIdentityCenterConfigurationCommand.d.ts
CHANGED
|
@@ -39,4 +39,15 @@ declare const CreateLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
|
39
39
|
>;
|
|
40
40
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
41
41
|
};
|
|
42
|
-
export declare class CreateLakeFormationIdentityCenterConfigurationCommand extends CreateLakeFormationIdentityCenterConfigurationCommand_base {
|
|
42
|
+
export declare class CreateLakeFormationIdentityCenterConfigurationCommand extends CreateLakeFormationIdentityCenterConfigurationCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: CreateLakeFormationIdentityCenterConfigurationRequest;
|
|
46
|
+
output: CreateLakeFormationIdentityCenterConfigurationResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: CreateLakeFormationIdentityCenterConfigurationCommandInput;
|
|
50
|
+
output: CreateLakeFormationIdentityCenterConfigurationCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateLakeFormationOptInCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateLakeFormationOptInCommand extends CreateLakeFormationOptInCommand_base {
|
|
40
|
+
export declare class CreateLakeFormationOptInCommand extends CreateLakeFormationOptInCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateLakeFormationOptInRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateLakeFormationOptInCommandInput;
|
|
48
|
+
output: CreateLakeFormationOptInCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteDataCellsFilterCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteDataCellsFilterCommand extends DeleteDataCellsFilterCommand_base {
|
|
40
|
+
export declare class DeleteDataCellsFilterCommand extends DeleteDataCellsFilterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteDataCellsFilterRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteDataCellsFilterCommandInput;
|
|
48
|
+
output: DeleteDataCellsFilterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteLFTagCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteLFTagCommand extends DeleteLFTagCommand_base {
|
|
36
|
+
export declare class DeleteLFTagCommand extends DeleteLFTagCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteLFTagRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteLFTagCommandInput;
|
|
44
|
+
output: DeleteLFTagCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
package/dist-types/ts3.4/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.d.ts
CHANGED
|
@@ -39,4 +39,15 @@ declare const DeleteLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
|
39
39
|
>;
|
|
40
40
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
41
41
|
};
|
|
42
|
-
export declare class DeleteLakeFormationIdentityCenterConfigurationCommand extends DeleteLakeFormationIdentityCenterConfigurationCommand_base {
|
|
42
|
+
export declare class DeleteLakeFormationIdentityCenterConfigurationCommand extends DeleteLakeFormationIdentityCenterConfigurationCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: DeleteLakeFormationIdentityCenterConfigurationRequest;
|
|
46
|
+
output: {};
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: DeleteLakeFormationIdentityCenterConfigurationCommandInput;
|
|
50
|
+
output: DeleteLakeFormationIdentityCenterConfigurationCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteLakeFormationOptInCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteLakeFormationOptInCommand extends DeleteLakeFormationOptInCommand_base {
|
|
40
|
+
export declare class DeleteLakeFormationOptInCommand extends DeleteLakeFormationOptInCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteLakeFormationOptInRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteLakeFormationOptInCommandInput;
|
|
48
|
+
output: DeleteLakeFormationOptInCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteObjectsOnCancelCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteObjectsOnCancelCommand extends DeleteObjectsOnCancelCommand_base {
|
|
40
|
+
export declare class DeleteObjectsOnCancelCommand extends DeleteObjectsOnCancelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteObjectsOnCancelRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteObjectsOnCancelCommandInput;
|
|
48
|
+
output: DeleteObjectsOnCancelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeregisterResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeregisterResourceCommand extends DeregisterResourceCommand_base {
|
|
40
|
+
export declare class DeregisterResourceCommand extends DeregisterResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeregisterResourceRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeregisterResourceCommandInput;
|
|
48
|
+
output: DeregisterResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
package/dist-types/ts3.4/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.d.ts
CHANGED
|
@@ -39,4 +39,15 @@ declare const DescribeLakeFormationIdentityCenterConfigurationCommand_base: {
|
|
|
39
39
|
>;
|
|
40
40
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
41
41
|
};
|
|
42
|
-
export declare class DescribeLakeFormationIdentityCenterConfigurationCommand extends DescribeLakeFormationIdentityCenterConfigurationCommand_base {
|
|
42
|
+
export declare class DescribeLakeFormationIdentityCenterConfigurationCommand extends DescribeLakeFormationIdentityCenterConfigurationCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: DescribeLakeFormationIdentityCenterConfigurationRequest;
|
|
46
|
+
output: DescribeLakeFormationIdentityCenterConfigurationResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: DescribeLakeFormationIdentityCenterConfigurationCommandInput;
|
|
50
|
+
output: DescribeLakeFormationIdentityCenterConfigurationCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeResourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeResourceCommand extends DescribeResourceCommand_base {
|
|
39
|
+
export declare class DescribeResourceCommand extends DescribeResourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeResourceRequest;
|
|
43
|
+
output: DescribeResourceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeResourceCommandInput;
|
|
47
|
+
output: DescribeResourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeTransactionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeTransactionCommand extends DescribeTransactionCommand_base {
|
|
40
|
+
export declare class DescribeTransactionCommand extends DescribeTransactionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeTransactionRequest;
|
|
44
|
+
output: DescribeTransactionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeTransactionCommandInput;
|
|
48
|
+
output: DescribeTransactionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ExtendTransactionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ExtendTransactionCommand extends ExtendTransactionCommand_base {
|
|
40
|
+
export declare class ExtendTransactionCommand extends ExtendTransactionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ExtendTransactionRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ExtendTransactionCommandInput;
|
|
48
|
+
output: ExtendTransactionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetDataCellsFilterCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetDataCellsFilterCommand extends GetDataCellsFilterCommand_base {
|
|
40
|
+
export declare class GetDataCellsFilterCommand extends GetDataCellsFilterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetDataCellsFilterRequest;
|
|
44
|
+
output: GetDataCellsFilterResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetDataCellsFilterCommandInput;
|
|
48
|
+
output: GetDataCellsFilterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|