@aws-sdk/client-finspace-data 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.
- package/dist-cjs/FinspaceData.js +1 -73
- package/dist-cjs/FinspaceDataClient.js +1 -43
- package/dist-cjs/commands/AssociateUserToPermissionGroupCommand.js +1 -28
- package/dist-cjs/commands/CreateChangesetCommand.js +1 -28
- package/dist-cjs/commands/CreateDataViewCommand.js +1 -28
- package/dist-cjs/commands/CreateDatasetCommand.js +1 -29
- package/dist-cjs/commands/CreatePermissionGroupCommand.js +1 -29
- package/dist-cjs/commands/CreateUserCommand.js +1 -29
- package/dist-cjs/commands/DeleteDatasetCommand.js +1 -28
- package/dist-cjs/commands/DeletePermissionGroupCommand.js +1 -28
- package/dist-cjs/commands/DisableUserCommand.js +1 -28
- package/dist-cjs/commands/DisassociateUserFromPermissionGroupCommand.js +1 -28
- package/dist-cjs/commands/EnableUserCommand.js +1 -28
- package/dist-cjs/commands/GetChangesetCommand.js +1 -28
- package/dist-cjs/commands/GetDataViewCommand.js +1 -28
- package/dist-cjs/commands/GetDatasetCommand.js +1 -28
- package/dist-cjs/commands/GetExternalDataViewAccessDetailsCommand.js +1 -29
- package/dist-cjs/commands/GetPermissionGroupCommand.js +1 -29
- package/dist-cjs/commands/GetProgrammaticAccessCredentialsCommand.js +1 -29
- package/dist-cjs/commands/GetUserCommand.js +1 -29
- package/dist-cjs/commands/GetWorkingLocationCommand.js +1 -28
- package/dist-cjs/commands/ListChangesetsCommand.js +1 -28
- package/dist-cjs/commands/ListDataViewsCommand.js +1 -28
- package/dist-cjs/commands/ListDatasetsCommand.js +1 -29
- package/dist-cjs/commands/ListPermissionGroupsByUserCommand.js +1 -29
- package/dist-cjs/commands/ListPermissionGroupsCommand.js +1 -29
- package/dist-cjs/commands/ListUsersByPermissionGroupCommand.js +1 -29
- package/dist-cjs/commands/ListUsersCommand.js +1 -29
- package/dist-cjs/commands/ResetUserPasswordCommand.js +1 -29
- package/dist-cjs/commands/UpdateChangesetCommand.js +1 -28
- package/dist-cjs/commands/UpdateDatasetCommand.js +1 -28
- package/dist-cjs/commands/UpdatePermissionGroupCommand.js +1 -29
- package/dist-cjs/commands/UpdateUserCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -34
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3334 -11
- package/dist-cjs/models/FinspaceDataServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -321
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListChangesetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDataViewsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDatasetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPermissionGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListUsersPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -9
- package/dist-cjs/protocols/Aws_restJson1.js +1 -2160
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/FinspaceData.js
CHANGED
|
@@ -1,73 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FinspaceData = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AssociateUserToPermissionGroupCommand_1 = require("./commands/AssociateUserToPermissionGroupCommand");
|
|
6
|
-
const CreateChangesetCommand_1 = require("./commands/CreateChangesetCommand");
|
|
7
|
-
const CreateDatasetCommand_1 = require("./commands/CreateDatasetCommand");
|
|
8
|
-
const CreateDataViewCommand_1 = require("./commands/CreateDataViewCommand");
|
|
9
|
-
const CreatePermissionGroupCommand_1 = require("./commands/CreatePermissionGroupCommand");
|
|
10
|
-
const CreateUserCommand_1 = require("./commands/CreateUserCommand");
|
|
11
|
-
const DeleteDatasetCommand_1 = require("./commands/DeleteDatasetCommand");
|
|
12
|
-
const DeletePermissionGroupCommand_1 = require("./commands/DeletePermissionGroupCommand");
|
|
13
|
-
const DisableUserCommand_1 = require("./commands/DisableUserCommand");
|
|
14
|
-
const DisassociateUserFromPermissionGroupCommand_1 = require("./commands/DisassociateUserFromPermissionGroupCommand");
|
|
15
|
-
const EnableUserCommand_1 = require("./commands/EnableUserCommand");
|
|
16
|
-
const GetChangesetCommand_1 = require("./commands/GetChangesetCommand");
|
|
17
|
-
const GetDatasetCommand_1 = require("./commands/GetDatasetCommand");
|
|
18
|
-
const GetDataViewCommand_1 = require("./commands/GetDataViewCommand");
|
|
19
|
-
const GetExternalDataViewAccessDetailsCommand_1 = require("./commands/GetExternalDataViewAccessDetailsCommand");
|
|
20
|
-
const GetPermissionGroupCommand_1 = require("./commands/GetPermissionGroupCommand");
|
|
21
|
-
const GetProgrammaticAccessCredentialsCommand_1 = require("./commands/GetProgrammaticAccessCredentialsCommand");
|
|
22
|
-
const GetUserCommand_1 = require("./commands/GetUserCommand");
|
|
23
|
-
const GetWorkingLocationCommand_1 = require("./commands/GetWorkingLocationCommand");
|
|
24
|
-
const ListChangesetsCommand_1 = require("./commands/ListChangesetsCommand");
|
|
25
|
-
const ListDatasetsCommand_1 = require("./commands/ListDatasetsCommand");
|
|
26
|
-
const ListDataViewsCommand_1 = require("./commands/ListDataViewsCommand");
|
|
27
|
-
const ListPermissionGroupsByUserCommand_1 = require("./commands/ListPermissionGroupsByUserCommand");
|
|
28
|
-
const ListPermissionGroupsCommand_1 = require("./commands/ListPermissionGroupsCommand");
|
|
29
|
-
const ListUsersByPermissionGroupCommand_1 = require("./commands/ListUsersByPermissionGroupCommand");
|
|
30
|
-
const ListUsersCommand_1 = require("./commands/ListUsersCommand");
|
|
31
|
-
const ResetUserPasswordCommand_1 = require("./commands/ResetUserPasswordCommand");
|
|
32
|
-
const UpdateChangesetCommand_1 = require("./commands/UpdateChangesetCommand");
|
|
33
|
-
const UpdateDatasetCommand_1 = require("./commands/UpdateDatasetCommand");
|
|
34
|
-
const UpdatePermissionGroupCommand_1 = require("./commands/UpdatePermissionGroupCommand");
|
|
35
|
-
const UpdateUserCommand_1 = require("./commands/UpdateUserCommand");
|
|
36
|
-
const FinspaceDataClient_1 = require("./FinspaceDataClient");
|
|
37
|
-
const commands = {
|
|
38
|
-
AssociateUserToPermissionGroupCommand: AssociateUserToPermissionGroupCommand_1.AssociateUserToPermissionGroupCommand,
|
|
39
|
-
CreateChangesetCommand: CreateChangesetCommand_1.CreateChangesetCommand,
|
|
40
|
-
CreateDatasetCommand: CreateDatasetCommand_1.CreateDatasetCommand,
|
|
41
|
-
CreateDataViewCommand: CreateDataViewCommand_1.CreateDataViewCommand,
|
|
42
|
-
CreatePermissionGroupCommand: CreatePermissionGroupCommand_1.CreatePermissionGroupCommand,
|
|
43
|
-
CreateUserCommand: CreateUserCommand_1.CreateUserCommand,
|
|
44
|
-
DeleteDatasetCommand: DeleteDatasetCommand_1.DeleteDatasetCommand,
|
|
45
|
-
DeletePermissionGroupCommand: DeletePermissionGroupCommand_1.DeletePermissionGroupCommand,
|
|
46
|
-
DisableUserCommand: DisableUserCommand_1.DisableUserCommand,
|
|
47
|
-
DisassociateUserFromPermissionGroupCommand: DisassociateUserFromPermissionGroupCommand_1.DisassociateUserFromPermissionGroupCommand,
|
|
48
|
-
EnableUserCommand: EnableUserCommand_1.EnableUserCommand,
|
|
49
|
-
GetChangesetCommand: GetChangesetCommand_1.GetChangesetCommand,
|
|
50
|
-
GetDatasetCommand: GetDatasetCommand_1.GetDatasetCommand,
|
|
51
|
-
GetDataViewCommand: GetDataViewCommand_1.GetDataViewCommand,
|
|
52
|
-
GetExternalDataViewAccessDetailsCommand: GetExternalDataViewAccessDetailsCommand_1.GetExternalDataViewAccessDetailsCommand,
|
|
53
|
-
GetPermissionGroupCommand: GetPermissionGroupCommand_1.GetPermissionGroupCommand,
|
|
54
|
-
GetProgrammaticAccessCredentialsCommand: GetProgrammaticAccessCredentialsCommand_1.GetProgrammaticAccessCredentialsCommand,
|
|
55
|
-
GetUserCommand: GetUserCommand_1.GetUserCommand,
|
|
56
|
-
GetWorkingLocationCommand: GetWorkingLocationCommand_1.GetWorkingLocationCommand,
|
|
57
|
-
ListChangesetsCommand: ListChangesetsCommand_1.ListChangesetsCommand,
|
|
58
|
-
ListDatasetsCommand: ListDatasetsCommand_1.ListDatasetsCommand,
|
|
59
|
-
ListDataViewsCommand: ListDataViewsCommand_1.ListDataViewsCommand,
|
|
60
|
-
ListPermissionGroupsCommand: ListPermissionGroupsCommand_1.ListPermissionGroupsCommand,
|
|
61
|
-
ListPermissionGroupsByUserCommand: ListPermissionGroupsByUserCommand_1.ListPermissionGroupsByUserCommand,
|
|
62
|
-
ListUsersCommand: ListUsersCommand_1.ListUsersCommand,
|
|
63
|
-
ListUsersByPermissionGroupCommand: ListUsersByPermissionGroupCommand_1.ListUsersByPermissionGroupCommand,
|
|
64
|
-
ResetUserPasswordCommand: ResetUserPasswordCommand_1.ResetUserPasswordCommand,
|
|
65
|
-
UpdateChangesetCommand: UpdateChangesetCommand_1.UpdateChangesetCommand,
|
|
66
|
-
UpdateDatasetCommand: UpdateDatasetCommand_1.UpdateDatasetCommand,
|
|
67
|
-
UpdatePermissionGroupCommand: UpdatePermissionGroupCommand_1.UpdatePermissionGroupCommand,
|
|
68
|
-
UpdateUserCommand: UpdateUserCommand_1.UpdateUserCommand,
|
|
69
|
-
};
|
|
70
|
-
class FinspaceData extends FinspaceDataClient_1.FinspaceDataClient {
|
|
71
|
-
}
|
|
72
|
-
exports.FinspaceData = FinspaceData;
|
|
73
|
-
(0, smithy_client_1.createAggregatedClient)(commands, FinspaceData);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FinspaceDataClient = 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 FinspaceDataClient 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.FinspaceDataClient = FinspaceDataClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateUserToPermissionGroupCommand = 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 AssociateUserToPermissionGroupCommand 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("AWSHabaneroPublicAPI", "AssociateUserToPermissionGroup", {})
|
|
22
|
-
.n("FinspaceDataClient", "AssociateUserToPermissionGroupCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociateUserToPermissionGroupCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociateUserToPermissionGroupCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateUserToPermissionGroupCommand = AssociateUserToPermissionGroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateChangesetCommand = 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 CreateChangesetCommand 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("AWSHabaneroPublicAPI", "CreateChangeset", {})
|
|
22
|
-
.n("FinspaceDataClient", "CreateChangesetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateChangesetCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateChangesetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateChangesetCommand = CreateChangesetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDataViewCommand = 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 CreateDataViewCommand 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("AWSHabaneroPublicAPI", "CreateDataView", {})
|
|
22
|
-
.n("FinspaceDataClient", "CreateDataViewCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateDataViewCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateDataViewCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateDataViewCommand = CreateDataViewCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDatasetCommand = 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 models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateDatasetCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AWSHabaneroPublicAPI", "CreateDataset", {})
|
|
23
|
-
.n("FinspaceDataClient", "CreateDatasetCommand")
|
|
24
|
-
.f(models_0_1.CreateDatasetRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateDatasetCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateDatasetCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateDatasetCommand = CreateDatasetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePermissionGroupCommand = 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 models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreatePermissionGroupCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AWSHabaneroPublicAPI", "CreatePermissionGroup", {})
|
|
23
|
-
.n("FinspaceDataClient", "CreatePermissionGroupCommand")
|
|
24
|
-
.f(models_0_1.CreatePermissionGroupRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreatePermissionGroupCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreatePermissionGroupCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreatePermissionGroupCommand = CreatePermissionGroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateUserCommand = 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 models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateUserCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AWSHabaneroPublicAPI", "CreateUser", {})
|
|
23
|
-
.n("FinspaceDataClient", "CreateUserCommand")
|
|
24
|
-
.f(models_0_1.CreateUserRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_restJson1_1.se_CreateUserCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_CreateUserCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateUserCommand = CreateUserCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteDatasetCommand = 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 DeleteDatasetCommand 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("AWSHabaneroPublicAPI", "DeleteDataset", {})
|
|
22
|
-
.n("FinspaceDataClient", "DeleteDatasetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteDatasetCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteDatasetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteDatasetCommand = DeleteDatasetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeletePermissionGroupCommand = 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 DeletePermissionGroupCommand 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("AWSHabaneroPublicAPI", "DeletePermissionGroup", {})
|
|
22
|
-
.n("FinspaceDataClient", "DeletePermissionGroupCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeletePermissionGroupCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeletePermissionGroupCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeletePermissionGroupCommand = DeletePermissionGroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisableUserCommand = 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 DisableUserCommand 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("AWSHabaneroPublicAPI", "DisableUser", {})
|
|
22
|
-
.n("FinspaceDataClient", "DisableUserCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DisableUserCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DisableUserCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DisableUserCommand = DisableUserCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisassociateUserFromPermissionGroupCommand = 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 DisassociateUserFromPermissionGroupCommand 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("AWSHabaneroPublicAPI", "DisassociateUserFromPermissionGroup", {})
|
|
22
|
-
.n("FinspaceDataClient", "DisassociateUserFromPermissionGroupCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DisassociateUserFromPermissionGroupCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DisassociateUserFromPermissionGroupCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DisassociateUserFromPermissionGroupCommand = DisassociateUserFromPermissionGroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EnableUserCommand = 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 EnableUserCommand 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("AWSHabaneroPublicAPI", "EnableUser", {})
|
|
22
|
-
.n("FinspaceDataClient", "EnableUserCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_EnableUserCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_EnableUserCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.EnableUserCommand = EnableUserCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetChangesetCommand = 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 GetChangesetCommand 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("AWSHabaneroPublicAPI", "GetChangeset", {})
|
|
22
|
-
.n("FinspaceDataClient", "GetChangesetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_GetChangesetCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_GetChangesetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetChangesetCommand = GetChangesetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetDataViewCommand = 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 GetDataViewCommand 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("AWSHabaneroPublicAPI", "GetDataView", {})
|
|
22
|
-
.n("FinspaceDataClient", "GetDataViewCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_GetDataViewCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_GetDataViewCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetDataViewCommand = GetDataViewCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetDatasetCommand = 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 GetDatasetCommand 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("AWSHabaneroPublicAPI", "GetDataset", {})
|
|
22
|
-
.n("FinspaceDataClient", "GetDatasetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_GetDatasetCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_GetDatasetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetDatasetCommand = GetDatasetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetExternalDataViewAccessDetailsCommand = 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 models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class GetExternalDataViewAccessDetailsCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AWSHabaneroPublicAPI", "GetExternalDataViewAccessDetails", {})
|
|
23
|
-
.n("FinspaceDataClient", "GetExternalDataViewAccessDetailsCommand")
|
|
24
|
-
.f(void 0, models_0_1.GetExternalDataViewAccessDetailsResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_GetExternalDataViewAccessDetailsCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_GetExternalDataViewAccessDetailsCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.GetExternalDataViewAccessDetailsCommand = GetExternalDataViewAccessDetailsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetPermissionGroupCommand = 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 models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class GetPermissionGroupCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AWSHabaneroPublicAPI", "GetPermissionGroup", {})
|
|
23
|
-
.n("FinspaceDataClient", "GetPermissionGroupCommand")
|
|
24
|
-
.f(void 0, models_0_1.GetPermissionGroupResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_GetPermissionGroupCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_GetPermissionGroupCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.GetPermissionGroupCommand = GetPermissionGroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetProgrammaticAccessCredentialsCommand = 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 models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class GetProgrammaticAccessCredentialsCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("AWSHabaneroPublicAPI", "GetProgrammaticAccessCredentials", {})
|
|
23
|
-
.n("FinspaceDataClient", "GetProgrammaticAccessCredentialsCommand")
|
|
24
|
-
.f(void 0, models_0_1.GetProgrammaticAccessCredentialsResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_GetProgrammaticAccessCredentialsCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_GetProgrammaticAccessCredentialsCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.GetProgrammaticAccessCredentialsCommand = GetProgrammaticAccessCredentialsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|