@aws-sdk/client-lakeformation 3.490.0 → 3.496.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/dist-cjs/LakeFormation.js +1 -119
  2. package/dist-cjs/LakeFormationClient.js +1 -43
  3. package/dist-cjs/commands/AddLFTagsToResourceCommand.js +1 -28
  4. package/dist-cjs/commands/AssumeDecoratedRoleWithSAMLCommand.js +1 -28
  5. package/dist-cjs/commands/BatchGrantPermissionsCommand.js +1 -28
  6. package/dist-cjs/commands/BatchRevokePermissionsCommand.js +1 -28
  7. package/dist-cjs/commands/CancelTransactionCommand.js +1 -28
  8. package/dist-cjs/commands/CommitTransactionCommand.js +1 -28
  9. package/dist-cjs/commands/CreateDataCellsFilterCommand.js +1 -28
  10. package/dist-cjs/commands/CreateLFTagCommand.js +1 -28
  11. package/dist-cjs/commands/CreateLakeFormationIdentityCenterConfigurationCommand.js +1 -28
  12. package/dist-cjs/commands/CreateLakeFormationOptInCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteDataCellsFilterCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteLFTagCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteLakeFormationOptInCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteObjectsOnCancelCommand.js +1 -28
  18. package/dist-cjs/commands/DeregisterResourceCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeResourceCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeTransactionCommand.js +1 -28
  22. package/dist-cjs/commands/ExtendTransactionCommand.js +1 -28
  23. package/dist-cjs/commands/GetDataCellsFilterCommand.js +1 -28
  24. package/dist-cjs/commands/GetDataLakeSettingsCommand.js +1 -28
  25. package/dist-cjs/commands/GetEffectivePermissionsForPathCommand.js +1 -28
  26. package/dist-cjs/commands/GetLFTagCommand.js +1 -28
  27. package/dist-cjs/commands/GetQueryStateCommand.js +1 -28
  28. package/dist-cjs/commands/GetQueryStatisticsCommand.js +1 -28
  29. package/dist-cjs/commands/GetResourceLFTagsCommand.js +1 -28
  30. package/dist-cjs/commands/GetTableObjectsCommand.js +1 -28
  31. package/dist-cjs/commands/GetTemporaryGluePartitionCredentialsCommand.js +1 -28
  32. package/dist-cjs/commands/GetTemporaryGlueTableCredentialsCommand.js +1 -28
  33. package/dist-cjs/commands/GetWorkUnitResultsCommand.js +1 -29
  34. package/dist-cjs/commands/GetWorkUnitsCommand.js +1 -28
  35. package/dist-cjs/commands/GrantPermissionsCommand.js +1 -28
  36. package/dist-cjs/commands/ListDataCellsFilterCommand.js +1 -28
  37. package/dist-cjs/commands/ListLFTagsCommand.js +1 -28
  38. package/dist-cjs/commands/ListLakeFormationOptInsCommand.js +1 -28
  39. package/dist-cjs/commands/ListPermissionsCommand.js +1 -28
  40. package/dist-cjs/commands/ListResourcesCommand.js +1 -28
  41. package/dist-cjs/commands/ListTableStorageOptimizersCommand.js +1 -28
  42. package/dist-cjs/commands/ListTransactionsCommand.js +1 -28
  43. package/dist-cjs/commands/PutDataLakeSettingsCommand.js +1 -28
  44. package/dist-cjs/commands/RegisterResourceCommand.js +1 -28
  45. package/dist-cjs/commands/RemoveLFTagsFromResourceCommand.js +1 -28
  46. package/dist-cjs/commands/RevokePermissionsCommand.js +1 -28
  47. package/dist-cjs/commands/SearchDatabasesByLFTagsCommand.js +1 -28
  48. package/dist-cjs/commands/SearchTablesByLFTagsCommand.js +1 -28
  49. package/dist-cjs/commands/StartQueryPlanningCommand.js +1 -29
  50. package/dist-cjs/commands/StartTransactionCommand.js +1 -28
  51. package/dist-cjs/commands/UpdateDataCellsFilterCommand.js +1 -28
  52. package/dist-cjs/commands/UpdateLFTagCommand.js +1 -28
  53. package/dist-cjs/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.js +1 -28
  54. package/dist-cjs/commands/UpdateResourceCommand.js +1 -28
  55. package/dist-cjs/commands/UpdateTableObjectsCommand.js +1 -28
  56. package/dist-cjs/commands/UpdateTableStorageOptimizerCommand.js +1 -28
  57. package/dist-cjs/commands/index.js +1 -57
  58. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  59. package/dist-cjs/extensionConfiguration.js +1 -2
  60. package/dist-cjs/index.js +5518 -11
  61. package/dist-cjs/models/LakeFormationServiceException.js +1 -12
  62. package/dist-cjs/models/index.js +1 -4
  63. package/dist-cjs/models/models_0.js +1 -368
  64. package/dist-cjs/pagination/GetEffectivePermissionsForPathPaginator.js +1 -7
  65. package/dist-cjs/pagination/GetTableObjectsPaginator.js +1 -7
  66. package/dist-cjs/pagination/GetWorkUnitsPaginator.js +1 -7
  67. package/dist-cjs/pagination/Interfaces.js +1 -2
  68. package/dist-cjs/pagination/ListDataCellsFilterPaginator.js +1 -7
  69. package/dist-cjs/pagination/ListLFTagsPaginator.js +1 -7
  70. package/dist-cjs/pagination/ListLakeFormationOptInsPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListPermissionsPaginator.js +1 -7
  72. package/dist-cjs/pagination/ListResourcesPaginator.js +1 -7
  73. package/dist-cjs/pagination/ListTableStorageOptimizersPaginator.js +1 -7
  74. package/dist-cjs/pagination/ListTransactionsPaginator.js +1 -7
  75. package/dist-cjs/pagination/SearchDatabasesByLFTagsPaginator.js +1 -7
  76. package/dist-cjs/pagination/SearchTablesByLFTagsPaginator.js +1 -7
  77. package/dist-cjs/pagination/index.js +1 -16
  78. package/dist-cjs/protocols/Aws_restJson1.js +1 -3724
  79. package/dist-cjs/runtimeExtensions.js +1 -22
  80. package/package.json +41 -41
@@ -1,119 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LakeFormation = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AddLFTagsToResourceCommand_1 = require("./commands/AddLFTagsToResourceCommand");
6
- const AssumeDecoratedRoleWithSAMLCommand_1 = require("./commands/AssumeDecoratedRoleWithSAMLCommand");
7
- const BatchGrantPermissionsCommand_1 = require("./commands/BatchGrantPermissionsCommand");
8
- const BatchRevokePermissionsCommand_1 = require("./commands/BatchRevokePermissionsCommand");
9
- const CancelTransactionCommand_1 = require("./commands/CancelTransactionCommand");
10
- const CommitTransactionCommand_1 = require("./commands/CommitTransactionCommand");
11
- const CreateDataCellsFilterCommand_1 = require("./commands/CreateDataCellsFilterCommand");
12
- const CreateLakeFormationIdentityCenterConfigurationCommand_1 = require("./commands/CreateLakeFormationIdentityCenterConfigurationCommand");
13
- const CreateLakeFormationOptInCommand_1 = require("./commands/CreateLakeFormationOptInCommand");
14
- const CreateLFTagCommand_1 = require("./commands/CreateLFTagCommand");
15
- const DeleteDataCellsFilterCommand_1 = require("./commands/DeleteDataCellsFilterCommand");
16
- const DeleteLakeFormationIdentityCenterConfigurationCommand_1 = require("./commands/DeleteLakeFormationIdentityCenterConfigurationCommand");
17
- const DeleteLakeFormationOptInCommand_1 = require("./commands/DeleteLakeFormationOptInCommand");
18
- const DeleteLFTagCommand_1 = require("./commands/DeleteLFTagCommand");
19
- const DeleteObjectsOnCancelCommand_1 = require("./commands/DeleteObjectsOnCancelCommand");
20
- const DeregisterResourceCommand_1 = require("./commands/DeregisterResourceCommand");
21
- const DescribeLakeFormationIdentityCenterConfigurationCommand_1 = require("./commands/DescribeLakeFormationIdentityCenterConfigurationCommand");
22
- const DescribeResourceCommand_1 = require("./commands/DescribeResourceCommand");
23
- const DescribeTransactionCommand_1 = require("./commands/DescribeTransactionCommand");
24
- const ExtendTransactionCommand_1 = require("./commands/ExtendTransactionCommand");
25
- const GetDataCellsFilterCommand_1 = require("./commands/GetDataCellsFilterCommand");
26
- const GetDataLakeSettingsCommand_1 = require("./commands/GetDataLakeSettingsCommand");
27
- const GetEffectivePermissionsForPathCommand_1 = require("./commands/GetEffectivePermissionsForPathCommand");
28
- const GetLFTagCommand_1 = require("./commands/GetLFTagCommand");
29
- const GetQueryStateCommand_1 = require("./commands/GetQueryStateCommand");
30
- const GetQueryStatisticsCommand_1 = require("./commands/GetQueryStatisticsCommand");
31
- const GetResourceLFTagsCommand_1 = require("./commands/GetResourceLFTagsCommand");
32
- const GetTableObjectsCommand_1 = require("./commands/GetTableObjectsCommand");
33
- const GetTemporaryGluePartitionCredentialsCommand_1 = require("./commands/GetTemporaryGluePartitionCredentialsCommand");
34
- const GetTemporaryGlueTableCredentialsCommand_1 = require("./commands/GetTemporaryGlueTableCredentialsCommand");
35
- const GetWorkUnitResultsCommand_1 = require("./commands/GetWorkUnitResultsCommand");
36
- const GetWorkUnitsCommand_1 = require("./commands/GetWorkUnitsCommand");
37
- const GrantPermissionsCommand_1 = require("./commands/GrantPermissionsCommand");
38
- const ListDataCellsFilterCommand_1 = require("./commands/ListDataCellsFilterCommand");
39
- const ListLakeFormationOptInsCommand_1 = require("./commands/ListLakeFormationOptInsCommand");
40
- const ListLFTagsCommand_1 = require("./commands/ListLFTagsCommand");
41
- const ListPermissionsCommand_1 = require("./commands/ListPermissionsCommand");
42
- const ListResourcesCommand_1 = require("./commands/ListResourcesCommand");
43
- const ListTableStorageOptimizersCommand_1 = require("./commands/ListTableStorageOptimizersCommand");
44
- const ListTransactionsCommand_1 = require("./commands/ListTransactionsCommand");
45
- const PutDataLakeSettingsCommand_1 = require("./commands/PutDataLakeSettingsCommand");
46
- const RegisterResourceCommand_1 = require("./commands/RegisterResourceCommand");
47
- const RemoveLFTagsFromResourceCommand_1 = require("./commands/RemoveLFTagsFromResourceCommand");
48
- const RevokePermissionsCommand_1 = require("./commands/RevokePermissionsCommand");
49
- const SearchDatabasesByLFTagsCommand_1 = require("./commands/SearchDatabasesByLFTagsCommand");
50
- const SearchTablesByLFTagsCommand_1 = require("./commands/SearchTablesByLFTagsCommand");
51
- const StartQueryPlanningCommand_1 = require("./commands/StartQueryPlanningCommand");
52
- const StartTransactionCommand_1 = require("./commands/StartTransactionCommand");
53
- const UpdateDataCellsFilterCommand_1 = require("./commands/UpdateDataCellsFilterCommand");
54
- const UpdateLakeFormationIdentityCenterConfigurationCommand_1 = require("./commands/UpdateLakeFormationIdentityCenterConfigurationCommand");
55
- const UpdateLFTagCommand_1 = require("./commands/UpdateLFTagCommand");
56
- const UpdateResourceCommand_1 = require("./commands/UpdateResourceCommand");
57
- const UpdateTableObjectsCommand_1 = require("./commands/UpdateTableObjectsCommand");
58
- const UpdateTableStorageOptimizerCommand_1 = require("./commands/UpdateTableStorageOptimizerCommand");
59
- const LakeFormationClient_1 = require("./LakeFormationClient");
60
- const commands = {
61
- AddLFTagsToResourceCommand: AddLFTagsToResourceCommand_1.AddLFTagsToResourceCommand,
62
- AssumeDecoratedRoleWithSAMLCommand: AssumeDecoratedRoleWithSAMLCommand_1.AssumeDecoratedRoleWithSAMLCommand,
63
- BatchGrantPermissionsCommand: BatchGrantPermissionsCommand_1.BatchGrantPermissionsCommand,
64
- BatchRevokePermissionsCommand: BatchRevokePermissionsCommand_1.BatchRevokePermissionsCommand,
65
- CancelTransactionCommand: CancelTransactionCommand_1.CancelTransactionCommand,
66
- CommitTransactionCommand: CommitTransactionCommand_1.CommitTransactionCommand,
67
- CreateDataCellsFilterCommand: CreateDataCellsFilterCommand_1.CreateDataCellsFilterCommand,
68
- CreateLakeFormationIdentityCenterConfigurationCommand: CreateLakeFormationIdentityCenterConfigurationCommand_1.CreateLakeFormationIdentityCenterConfigurationCommand,
69
- CreateLakeFormationOptInCommand: CreateLakeFormationOptInCommand_1.CreateLakeFormationOptInCommand,
70
- CreateLFTagCommand: CreateLFTagCommand_1.CreateLFTagCommand,
71
- DeleteDataCellsFilterCommand: DeleteDataCellsFilterCommand_1.DeleteDataCellsFilterCommand,
72
- DeleteLakeFormationIdentityCenterConfigurationCommand: DeleteLakeFormationIdentityCenterConfigurationCommand_1.DeleteLakeFormationIdentityCenterConfigurationCommand,
73
- DeleteLakeFormationOptInCommand: DeleteLakeFormationOptInCommand_1.DeleteLakeFormationOptInCommand,
74
- DeleteLFTagCommand: DeleteLFTagCommand_1.DeleteLFTagCommand,
75
- DeleteObjectsOnCancelCommand: DeleteObjectsOnCancelCommand_1.DeleteObjectsOnCancelCommand,
76
- DeregisterResourceCommand: DeregisterResourceCommand_1.DeregisterResourceCommand,
77
- DescribeLakeFormationIdentityCenterConfigurationCommand: DescribeLakeFormationIdentityCenterConfigurationCommand_1.DescribeLakeFormationIdentityCenterConfigurationCommand,
78
- DescribeResourceCommand: DescribeResourceCommand_1.DescribeResourceCommand,
79
- DescribeTransactionCommand: DescribeTransactionCommand_1.DescribeTransactionCommand,
80
- ExtendTransactionCommand: ExtendTransactionCommand_1.ExtendTransactionCommand,
81
- GetDataCellsFilterCommand: GetDataCellsFilterCommand_1.GetDataCellsFilterCommand,
82
- GetDataLakeSettingsCommand: GetDataLakeSettingsCommand_1.GetDataLakeSettingsCommand,
83
- GetEffectivePermissionsForPathCommand: GetEffectivePermissionsForPathCommand_1.GetEffectivePermissionsForPathCommand,
84
- GetLFTagCommand: GetLFTagCommand_1.GetLFTagCommand,
85
- GetQueryStateCommand: GetQueryStateCommand_1.GetQueryStateCommand,
86
- GetQueryStatisticsCommand: GetQueryStatisticsCommand_1.GetQueryStatisticsCommand,
87
- GetResourceLFTagsCommand: GetResourceLFTagsCommand_1.GetResourceLFTagsCommand,
88
- GetTableObjectsCommand: GetTableObjectsCommand_1.GetTableObjectsCommand,
89
- GetTemporaryGluePartitionCredentialsCommand: GetTemporaryGluePartitionCredentialsCommand_1.GetTemporaryGluePartitionCredentialsCommand,
90
- GetTemporaryGlueTableCredentialsCommand: GetTemporaryGlueTableCredentialsCommand_1.GetTemporaryGlueTableCredentialsCommand,
91
- GetWorkUnitResultsCommand: GetWorkUnitResultsCommand_1.GetWorkUnitResultsCommand,
92
- GetWorkUnitsCommand: GetWorkUnitsCommand_1.GetWorkUnitsCommand,
93
- GrantPermissionsCommand: GrantPermissionsCommand_1.GrantPermissionsCommand,
94
- ListDataCellsFilterCommand: ListDataCellsFilterCommand_1.ListDataCellsFilterCommand,
95
- ListLakeFormationOptInsCommand: ListLakeFormationOptInsCommand_1.ListLakeFormationOptInsCommand,
96
- ListLFTagsCommand: ListLFTagsCommand_1.ListLFTagsCommand,
97
- ListPermissionsCommand: ListPermissionsCommand_1.ListPermissionsCommand,
98
- ListResourcesCommand: ListResourcesCommand_1.ListResourcesCommand,
99
- ListTableStorageOptimizersCommand: ListTableStorageOptimizersCommand_1.ListTableStorageOptimizersCommand,
100
- ListTransactionsCommand: ListTransactionsCommand_1.ListTransactionsCommand,
101
- PutDataLakeSettingsCommand: PutDataLakeSettingsCommand_1.PutDataLakeSettingsCommand,
102
- RegisterResourceCommand: RegisterResourceCommand_1.RegisterResourceCommand,
103
- RemoveLFTagsFromResourceCommand: RemoveLFTagsFromResourceCommand_1.RemoveLFTagsFromResourceCommand,
104
- RevokePermissionsCommand: RevokePermissionsCommand_1.RevokePermissionsCommand,
105
- SearchDatabasesByLFTagsCommand: SearchDatabasesByLFTagsCommand_1.SearchDatabasesByLFTagsCommand,
106
- SearchTablesByLFTagsCommand: SearchTablesByLFTagsCommand_1.SearchTablesByLFTagsCommand,
107
- StartQueryPlanningCommand: StartQueryPlanningCommand_1.StartQueryPlanningCommand,
108
- StartTransactionCommand: StartTransactionCommand_1.StartTransactionCommand,
109
- UpdateDataCellsFilterCommand: UpdateDataCellsFilterCommand_1.UpdateDataCellsFilterCommand,
110
- UpdateLakeFormationIdentityCenterConfigurationCommand: UpdateLakeFormationIdentityCenterConfigurationCommand_1.UpdateLakeFormationIdentityCenterConfigurationCommand,
111
- UpdateLFTagCommand: UpdateLFTagCommand_1.UpdateLFTagCommand,
112
- UpdateResourceCommand: UpdateResourceCommand_1.UpdateResourceCommand,
113
- UpdateTableObjectsCommand: UpdateTableObjectsCommand_1.UpdateTableObjectsCommand,
114
- UpdateTableStorageOptimizerCommand: UpdateTableStorageOptimizerCommand_1.UpdateTableStorageOptimizerCommand,
115
- };
116
- class LakeFormation extends LakeFormationClient_1.LakeFormationClient {
117
- }
118
- exports.LakeFormation = LakeFormation;
119
- (0, smithy_client_1.createAggregatedClient)(commands, LakeFormation);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LakeFormationClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class LakeFormationClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.LakeFormationClient = LakeFormationClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddLFTagsToResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class AddLFTagsToResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSLakeFormation", "AddLFTagsToResource", {})
22
- .n("LakeFormationClient", "AddLFTagsToResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AddLFTagsToResourceCommand)
25
- .de(Aws_restJson1_1.de_AddLFTagsToResourceCommand)
26
- .build() {
27
- }
28
- exports.AddLFTagsToResourceCommand = AddLFTagsToResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssumeDecoratedRoleWithSAMLCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class AssumeDecoratedRoleWithSAMLCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSLakeFormation", "AssumeDecoratedRoleWithSAML", {})
22
- .n("LakeFormationClient", "AssumeDecoratedRoleWithSAMLCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AssumeDecoratedRoleWithSAMLCommand)
25
- .de(Aws_restJson1_1.de_AssumeDecoratedRoleWithSAMLCommand)
26
- .build() {
27
- }
28
- exports.AssumeDecoratedRoleWithSAMLCommand = AssumeDecoratedRoleWithSAMLCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGrantPermissionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class BatchGrantPermissionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSLakeFormation", "BatchGrantPermissions", {})
22
- .n("LakeFormationClient", "BatchGrantPermissionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BatchGrantPermissionsCommand)
25
- .de(Aws_restJson1_1.de_BatchGrantPermissionsCommand)
26
- .build() {
27
- }
28
- exports.BatchGrantPermissionsCommand = BatchGrantPermissionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchRevokePermissionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class BatchRevokePermissionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSLakeFormation", "BatchRevokePermissions", {})
22
- .n("LakeFormationClient", "BatchRevokePermissionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BatchRevokePermissionsCommand)
25
- .de(Aws_restJson1_1.de_BatchRevokePermissionsCommand)
26
- .build() {
27
- }
28
- exports.BatchRevokePermissionsCommand = BatchRevokePermissionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelTransactionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CancelTransactionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSLakeFormation", "CancelTransaction", {})
22
- .n("LakeFormationClient", "CancelTransactionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CancelTransactionCommand)
25
- .de(Aws_restJson1_1.de_CancelTransactionCommand)
26
- .build() {
27
- }
28
- exports.CancelTransactionCommand = CancelTransactionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CommitTransactionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CommitTransactionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSLakeFormation", "CommitTransaction", {})
22
- .n("LakeFormationClient", "CommitTransactionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CommitTransactionCommand)
25
- .de(Aws_restJson1_1.de_CommitTransactionCommand)
26
- .build() {
27
- }
28
- exports.CommitTransactionCommand = CommitTransactionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDataCellsFilterCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateDataCellsFilterCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSLakeFormation", "CreateDataCellsFilter", {})
22
- .n("LakeFormationClient", "CreateDataCellsFilterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateDataCellsFilterCommand)
25
- .de(Aws_restJson1_1.de_CreateDataCellsFilterCommand)
26
- .build() {
27
- }
28
- exports.CreateDataCellsFilterCommand = CreateDataCellsFilterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateLFTagCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateLFTagCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSLakeFormation", "CreateLFTag", {})
22
- .n("LakeFormationClient", "CreateLFTagCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateLFTagCommand)
25
- .de(Aws_restJson1_1.de_CreateLFTagCommand)
26
- .build() {
27
- }
28
- exports.CreateLFTagCommand = CreateLFTagCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateLakeFormationIdentityCenterConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateLakeFormationIdentityCenterConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSLakeFormation", "CreateLakeFormationIdentityCenterConfiguration", {})
22
- .n("LakeFormationClient", "CreateLakeFormationIdentityCenterConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateLakeFormationIdentityCenterConfigurationCommand)
25
- .de(Aws_restJson1_1.de_CreateLakeFormationIdentityCenterConfigurationCommand)
26
- .build() {
27
- }
28
- exports.CreateLakeFormationIdentityCenterConfigurationCommand = CreateLakeFormationIdentityCenterConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateLakeFormationOptInCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateLakeFormationOptInCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSLakeFormation", "CreateLakeFormationOptIn", {})
22
- .n("LakeFormationClient", "CreateLakeFormationOptInCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateLakeFormationOptInCommand)
25
- .de(Aws_restJson1_1.de_CreateLakeFormationOptInCommand)
26
- .build() {
27
- }
28
- exports.CreateLakeFormationOptInCommand = CreateLakeFormationOptInCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDataCellsFilterCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteDataCellsFilterCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSLakeFormation", "DeleteDataCellsFilter", {})
22
- .n("LakeFormationClient", "DeleteDataCellsFilterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteDataCellsFilterCommand)
25
- .de(Aws_restJson1_1.de_DeleteDataCellsFilterCommand)
26
- .build() {
27
- }
28
- exports.DeleteDataCellsFilterCommand = DeleteDataCellsFilterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteLFTagCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteLFTagCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSLakeFormation", "DeleteLFTag", {})
22
- .n("LakeFormationClient", "DeleteLFTagCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteLFTagCommand)
25
- .de(Aws_restJson1_1.de_DeleteLFTagCommand)
26
- .build() {
27
- }
28
- exports.DeleteLFTagCommand = DeleteLFTagCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteLakeFormationIdentityCenterConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteLakeFormationIdentityCenterConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSLakeFormation", "DeleteLakeFormationIdentityCenterConfiguration", {})
22
- .n("LakeFormationClient", "DeleteLakeFormationIdentityCenterConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteLakeFormationIdentityCenterConfigurationCommand)
25
- .de(Aws_restJson1_1.de_DeleteLakeFormationIdentityCenterConfigurationCommand)
26
- .build() {
27
- }
28
- exports.DeleteLakeFormationIdentityCenterConfigurationCommand = DeleteLakeFormationIdentityCenterConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteLakeFormationOptInCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteLakeFormationOptInCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSLakeFormation", "DeleteLakeFormationOptIn", {})
22
- .n("LakeFormationClient", "DeleteLakeFormationOptInCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteLakeFormationOptInCommand)
25
- .de(Aws_restJson1_1.de_DeleteLakeFormationOptInCommand)
26
- .build() {
27
- }
28
- exports.DeleteLakeFormationOptInCommand = DeleteLakeFormationOptInCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteObjectsOnCancelCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteObjectsOnCancelCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSLakeFormation", "DeleteObjectsOnCancel", {})
22
- .n("LakeFormationClient", "DeleteObjectsOnCancelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteObjectsOnCancelCommand)
25
- .de(Aws_restJson1_1.de_DeleteObjectsOnCancelCommand)
26
- .build() {
27
- }
28
- exports.DeleteObjectsOnCancelCommand = DeleteObjectsOnCancelCommand;
1
+ module.exports = require("../index.js");