@aws-sdk/client-lakeformation 3.928.0 → 3.930.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +2154 -2623
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/LakeFormationClient.js +2 -0
- package/dist-es/commands/AddLFTagsToResourceCommand.js +3 -9
- package/dist-es/commands/AssumeDecoratedRoleWithSAMLCommand.js +3 -9
- package/dist-es/commands/BatchGrantPermissionsCommand.js +3 -9
- package/dist-es/commands/BatchRevokePermissionsCommand.js +3 -9
- package/dist-es/commands/CancelTransactionCommand.js +3 -9
- package/dist-es/commands/CommitTransactionCommand.js +3 -9
- package/dist-es/commands/CreateDataCellsFilterCommand.js +3 -9
- package/dist-es/commands/CreateLFTagCommand.js +3 -9
- package/dist-es/commands/CreateLFTagExpressionCommand.js +3 -9
- package/dist-es/commands/CreateLakeFormationIdentityCenterConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateLakeFormationOptInCommand.js +3 -9
- package/dist-es/commands/DeleteDataCellsFilterCommand.js +3 -9
- package/dist-es/commands/DeleteLFTagCommand.js +3 -9
- package/dist-es/commands/DeleteLFTagExpressionCommand.js +3 -9
- package/dist-es/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteLakeFormationOptInCommand.js +3 -9
- package/dist-es/commands/DeleteObjectsOnCancelCommand.js +3 -9
- package/dist-es/commands/DeregisterResourceCommand.js +3 -9
- package/dist-es/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.js +3 -9
- package/dist-es/commands/DescribeResourceCommand.js +3 -9
- package/dist-es/commands/DescribeTransactionCommand.js +3 -9
- package/dist-es/commands/ExtendTransactionCommand.js +3 -9
- package/dist-es/commands/GetDataCellsFilterCommand.js +3 -9
- package/dist-es/commands/GetDataLakePrincipalCommand.js +3 -9
- package/dist-es/commands/GetDataLakeSettingsCommand.js +3 -9
- package/dist-es/commands/GetEffectivePermissionsForPathCommand.js +3 -9
- package/dist-es/commands/GetLFTagCommand.js +3 -9
- package/dist-es/commands/GetLFTagExpressionCommand.js +3 -9
- package/dist-es/commands/GetQueryStateCommand.js +3 -9
- package/dist-es/commands/GetQueryStatisticsCommand.js +3 -9
- package/dist-es/commands/GetResourceLFTagsCommand.js +3 -9
- package/dist-es/commands/GetTableObjectsCommand.js +3 -9
- package/dist-es/commands/GetTemporaryGluePartitionCredentialsCommand.js +3 -9
- package/dist-es/commands/GetTemporaryGlueTableCredentialsCommand.js +3 -9
- package/dist-es/commands/GetWorkUnitResultsCommand.js +3 -10
- package/dist-es/commands/GetWorkUnitsCommand.js +3 -9
- package/dist-es/commands/GrantPermissionsCommand.js +3 -9
- package/dist-es/commands/ListDataCellsFilterCommand.js +3 -9
- package/dist-es/commands/ListLFTagExpressionsCommand.js +3 -9
- package/dist-es/commands/ListLFTagsCommand.js +3 -9
- package/dist-es/commands/ListLakeFormationOptInsCommand.js +3 -9
- package/dist-es/commands/ListPermissionsCommand.js +3 -9
- package/dist-es/commands/ListResourcesCommand.js +3 -9
- package/dist-es/commands/ListTableStorageOptimizersCommand.js +3 -9
- package/dist-es/commands/ListTransactionsCommand.js +3 -9
- package/dist-es/commands/PutDataLakeSettingsCommand.js +3 -9
- package/dist-es/commands/RegisterResourceCommand.js +3 -9
- package/dist-es/commands/RemoveLFTagsFromResourceCommand.js +3 -9
- package/dist-es/commands/RevokePermissionsCommand.js +3 -9
- package/dist-es/commands/SearchDatabasesByLFTagsCommand.js +3 -9
- package/dist-es/commands/SearchTablesByLFTagsCommand.js +3 -9
- package/dist-es/commands/StartQueryPlanningCommand.js +3 -10
- package/dist-es/commands/StartTransactionCommand.js +3 -9
- package/dist-es/commands/UpdateDataCellsFilterCommand.js +3 -9
- package/dist-es/commands/UpdateLFTagCommand.js +3 -9
- package/dist-es/commands/UpdateLFTagExpressionCommand.js +3 -9
- package/dist-es/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateResourceCommand.js +3 -9
- package/dist-es/commands/UpdateTableObjectsCommand.js +3 -9
- package/dist-es/commands/UpdateTableStorageOptimizerCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -12
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1996 -0
- package/dist-types/LakeFormationClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -12
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +294 -0
- package/dist-types/ts3.4/LakeFormationClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -9
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +301 -0
- package/package.json +34 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -2137
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -542
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -728
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const core_1 = require("@aws-sdk/core");
|
|
5
|
+
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
7
8
|
const util_base64_1 = require("@smithy/util-base64");
|
|
@@ -26,6 +27,7 @@ const getRuntimeConfig = (config) => {
|
|
|
26
27
|
},
|
|
27
28
|
],
|
|
28
29
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
30
|
+
protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.lakeformation" }),
|
|
29
31
|
sdkStreamMixin: config?.sdkStreamMixin ?? util_stream_1.sdkStreamMixin,
|
|
30
32
|
serviceId: config?.serviceId ?? "LakeFormation",
|
|
31
33
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
|
|
|
4
4
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
5
5
|
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
|
+
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
7
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
9
|
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
10
|
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
@@ -28,6 +29,7 @@ export class LakeFormationClient extends __Client {
|
|
|
28
29
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
29
30
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
30
31
|
this.config = _config_8;
|
|
32
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
31
33
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
32
34
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
33
35
|
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { AddLFTagsToResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AddLFTagsToResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "AddLFTagsToResource", {})
|
|
17
13
|
.n("LakeFormationClient", "AddLFTagsToResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AddLFTagsToResourceCommand)
|
|
20
|
-
.de(de_AddLFTagsToResourceCommand)
|
|
14
|
+
.sc(AddLFTagsToResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { AssumeDecoratedRoleWithSAML } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AssumeDecoratedRoleWithSAMLCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "AssumeDecoratedRoleWithSAML", {})
|
|
17
13
|
.n("LakeFormationClient", "AssumeDecoratedRoleWithSAMLCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AssumeDecoratedRoleWithSAMLCommand)
|
|
20
|
-
.de(de_AssumeDecoratedRoleWithSAMLCommand)
|
|
14
|
+
.sc(AssumeDecoratedRoleWithSAML)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { BatchGrantPermissions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class BatchGrantPermissionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "BatchGrantPermissions", {})
|
|
17
13
|
.n("LakeFormationClient", "BatchGrantPermissionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_BatchGrantPermissionsCommand)
|
|
20
|
-
.de(de_BatchGrantPermissionsCommand)
|
|
14
|
+
.sc(BatchGrantPermissions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { BatchRevokePermissions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class BatchRevokePermissionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "BatchRevokePermissions", {})
|
|
17
13
|
.n("LakeFormationClient", "BatchRevokePermissionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_BatchRevokePermissionsCommand)
|
|
20
|
-
.de(de_BatchRevokePermissionsCommand)
|
|
14
|
+
.sc(BatchRevokePermissions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CancelTransaction } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CancelTransactionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "CancelTransaction", {})
|
|
17
13
|
.n("LakeFormationClient", "CancelTransactionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CancelTransactionCommand)
|
|
20
|
-
.de(de_CancelTransactionCommand)
|
|
14
|
+
.sc(CancelTransaction)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CommitTransaction } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CommitTransactionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "CommitTransaction", {})
|
|
17
13
|
.n("LakeFormationClient", "CommitTransactionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CommitTransactionCommand)
|
|
20
|
-
.de(de_CommitTransactionCommand)
|
|
14
|
+
.sc(CommitTransaction)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateDataCellsFilter } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateDataCellsFilterCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "CreateDataCellsFilter", {})
|
|
17
13
|
.n("LakeFormationClient", "CreateDataCellsFilterCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateDataCellsFilterCommand)
|
|
20
|
-
.de(de_CreateDataCellsFilterCommand)
|
|
14
|
+
.sc(CreateDataCellsFilter)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateLFTag } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateLFTagCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "CreateLFTag", {})
|
|
17
13
|
.n("LakeFormationClient", "CreateLFTagCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateLFTagCommand)
|
|
20
|
-
.de(de_CreateLFTagCommand)
|
|
14
|
+
.sc(CreateLFTag)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateLFTagExpression } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateLFTagExpressionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "CreateLFTagExpression", {})
|
|
17
13
|
.n("LakeFormationClient", "CreateLFTagExpressionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateLFTagExpressionCommand)
|
|
20
|
-
.de(de_CreateLFTagExpressionCommand)
|
|
14
|
+
.sc(CreateLFTagExpression)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateLakeFormationIdentityCenterConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateLakeFormationIdentityCenterConfigurationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "CreateLakeFormationIdentityCenterConfiguration", {})
|
|
17
13
|
.n("LakeFormationClient", "CreateLakeFormationIdentityCenterConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateLakeFormationIdentityCenterConfigurationCommand)
|
|
20
|
-
.de(de_CreateLakeFormationIdentityCenterConfigurationCommand)
|
|
14
|
+
.sc(CreateLakeFormationIdentityCenterConfiguration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateLakeFormationOptIn } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateLakeFormationOptInCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "CreateLakeFormationOptIn", {})
|
|
17
13
|
.n("LakeFormationClient", "CreateLakeFormationOptInCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateLakeFormationOptInCommand)
|
|
20
|
-
.de(de_CreateLakeFormationOptInCommand)
|
|
14
|
+
.sc(CreateLakeFormationOptIn)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteDataCellsFilter } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteDataCellsFilterCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "DeleteDataCellsFilter", {})
|
|
17
13
|
.n("LakeFormationClient", "DeleteDataCellsFilterCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteDataCellsFilterCommand)
|
|
20
|
-
.de(de_DeleteDataCellsFilterCommand)
|
|
14
|
+
.sc(DeleteDataCellsFilter)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteLFTag } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteLFTagCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "DeleteLFTag", {})
|
|
17
13
|
.n("LakeFormationClient", "DeleteLFTagCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteLFTagCommand)
|
|
20
|
-
.de(de_DeleteLFTagCommand)
|
|
14
|
+
.sc(DeleteLFTag)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteLFTagExpression } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteLFTagExpressionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "DeleteLFTagExpression", {})
|
|
17
13
|
.n("LakeFormationClient", "DeleteLFTagExpressionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteLFTagExpressionCommand)
|
|
20
|
-
.de(de_DeleteLFTagExpressionCommand)
|
|
14
|
+
.sc(DeleteLFTagExpression)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteLakeFormationIdentityCenterConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteLakeFormationIdentityCenterConfigurationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "DeleteLakeFormationIdentityCenterConfiguration", {})
|
|
17
13
|
.n("LakeFormationClient", "DeleteLakeFormationIdentityCenterConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteLakeFormationIdentityCenterConfigurationCommand)
|
|
20
|
-
.de(de_DeleteLakeFormationIdentityCenterConfigurationCommand)
|
|
14
|
+
.sc(DeleteLakeFormationIdentityCenterConfiguration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteLakeFormationOptIn } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteLakeFormationOptInCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "DeleteLakeFormationOptIn", {})
|
|
17
13
|
.n("LakeFormationClient", "DeleteLakeFormationOptInCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteLakeFormationOptInCommand)
|
|
20
|
-
.de(de_DeleteLakeFormationOptInCommand)
|
|
14
|
+
.sc(DeleteLakeFormationOptIn)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteObjectsOnCancel } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteObjectsOnCancelCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "DeleteObjectsOnCancel", {})
|
|
17
13
|
.n("LakeFormationClient", "DeleteObjectsOnCancelCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteObjectsOnCancelCommand)
|
|
20
|
-
.de(de_DeleteObjectsOnCancelCommand)
|
|
14
|
+
.sc(DeleteObjectsOnCancel)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeregisterResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeregisterResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "DeregisterResource", {})
|
|
17
13
|
.n("LakeFormationClient", "DeregisterResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeregisterResourceCommand)
|
|
20
|
-
.de(de_DeregisterResourceCommand)
|
|
14
|
+
.sc(DeregisterResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeLakeFormationIdentityCenterConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeLakeFormationIdentityCenterConfigurationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "DescribeLakeFormationIdentityCenterConfiguration", {})
|
|
17
13
|
.n("LakeFormationClient", "DescribeLakeFormationIdentityCenterConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeLakeFormationIdentityCenterConfigurationCommand)
|
|
20
|
-
.de(de_DescribeLakeFormationIdentityCenterConfigurationCommand)
|
|
14
|
+
.sc(DescribeLakeFormationIdentityCenterConfiguration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "DescribeResource", {})
|
|
17
13
|
.n("LakeFormationClient", "DescribeResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeResourceCommand)
|
|
20
|
-
.de(de_DescribeResourceCommand)
|
|
14
|
+
.sc(DescribeResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeTransaction } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeTransactionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "DescribeTransaction", {})
|
|
17
13
|
.n("LakeFormationClient", "DescribeTransactionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeTransactionCommand)
|
|
20
|
-
.de(de_DescribeTransactionCommand)
|
|
14
|
+
.sc(DescribeTransaction)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ExtendTransaction } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ExtendTransactionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSLakeFormation", "ExtendTransaction", {})
|
|
17
13
|
.n("LakeFormationClient", "ExtendTransactionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ExtendTransactionCommand)
|
|
20
|
-
.de(de_ExtendTransactionCommand)
|
|
14
|
+
.sc(ExtendTransaction)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|