@aws-sdk/client-finspace-data 3.478.0 → 3.481.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/commands/AssociateUserToPermissionGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateChangesetCommand.js +18 -41
- package/dist-cjs/commands/CreateDataViewCommand.js +18 -41
- package/dist-cjs/commands/CreateDatasetCommand.js +18 -41
- package/dist-cjs/commands/CreatePermissionGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateUserCommand.js +18 -41
- package/dist-cjs/commands/DeleteDatasetCommand.js +18 -41
- package/dist-cjs/commands/DeletePermissionGroupCommand.js +18 -41
- package/dist-cjs/commands/DisableUserCommand.js +18 -41
- package/dist-cjs/commands/DisassociateUserFromPermissionGroupCommand.js +18 -41
- package/dist-cjs/commands/EnableUserCommand.js +18 -41
- package/dist-cjs/commands/GetChangesetCommand.js +18 -41
- package/dist-cjs/commands/GetDataViewCommand.js +18 -41
- package/dist-cjs/commands/GetDatasetCommand.js +18 -41
- package/dist-cjs/commands/GetExternalDataViewAccessDetailsCommand.js +18 -41
- package/dist-cjs/commands/GetPermissionGroupCommand.js +18 -41
- package/dist-cjs/commands/GetProgrammaticAccessCredentialsCommand.js +18 -41
- package/dist-cjs/commands/GetUserCommand.js +18 -41
- package/dist-cjs/commands/GetWorkingLocationCommand.js +18 -41
- package/dist-cjs/commands/ListChangesetsCommand.js +18 -41
- package/dist-cjs/commands/ListDataViewsCommand.js +18 -41
- package/dist-cjs/commands/ListDatasetsCommand.js +18 -41
- package/dist-cjs/commands/ListPermissionGroupsByUserCommand.js +18 -41
- package/dist-cjs/commands/ListPermissionGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListUsersByPermissionGroupCommand.js +18 -41
- package/dist-cjs/commands/ListUsersCommand.js +18 -41
- package/dist-cjs/commands/ResetUserPasswordCommand.js +18 -41
- package/dist-cjs/commands/UpdateChangesetCommand.js +18 -41
- package/dist-cjs/commands/UpdateDatasetCommand.js +18 -41
- package/dist-cjs/commands/UpdatePermissionGroupCommand.js +18 -41
- package/dist-cjs/commands/UpdateUserCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AssociateUserToPermissionGroupCommand.js +18 -41
- package/dist-es/commands/CreateChangesetCommand.js +18 -41
- package/dist-es/commands/CreateDataViewCommand.js +18 -41
- package/dist-es/commands/CreateDatasetCommand.js +18 -41
- package/dist-es/commands/CreatePermissionGroupCommand.js +18 -41
- package/dist-es/commands/CreateUserCommand.js +18 -41
- package/dist-es/commands/DeleteDatasetCommand.js +18 -41
- package/dist-es/commands/DeletePermissionGroupCommand.js +18 -41
- package/dist-es/commands/DisableUserCommand.js +18 -41
- package/dist-es/commands/DisassociateUserFromPermissionGroupCommand.js +18 -41
- package/dist-es/commands/EnableUserCommand.js +18 -41
- package/dist-es/commands/GetChangesetCommand.js +18 -41
- package/dist-es/commands/GetDataViewCommand.js +18 -41
- package/dist-es/commands/GetDatasetCommand.js +18 -41
- package/dist-es/commands/GetExternalDataViewAccessDetailsCommand.js +18 -41
- package/dist-es/commands/GetPermissionGroupCommand.js +18 -41
- package/dist-es/commands/GetProgrammaticAccessCredentialsCommand.js +18 -41
- package/dist-es/commands/GetUserCommand.js +18 -41
- package/dist-es/commands/GetWorkingLocationCommand.js +18 -41
- package/dist-es/commands/ListChangesetsCommand.js +18 -41
- package/dist-es/commands/ListDataViewsCommand.js +18 -41
- package/dist-es/commands/ListDatasetsCommand.js +18 -41
- package/dist-es/commands/ListPermissionGroupsByUserCommand.js +18 -41
- package/dist-es/commands/ListPermissionGroupsCommand.js +18 -41
- package/dist-es/commands/ListUsersByPermissionGroupCommand.js +18 -41
- package/dist-es/commands/ListUsersCommand.js +18 -41
- package/dist-es/commands/ResetUserPasswordCommand.js +18 -41
- package/dist-es/commands/UpdateChangesetCommand.js +18 -41
- package/dist-es/commands/UpdateDatasetCommand.js +18 -41
- package/dist-es/commands/UpdatePermissionGroupCommand.js +18 -41
- package/dist-es/commands/UpdateUserCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AssociateUserToPermissionGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateChangesetCommand.d.ts +6 -21
- package/dist-types/commands/CreateDataViewCommand.d.ts +6 -21
- package/dist-types/commands/CreateDatasetCommand.d.ts +6 -21
- package/dist-types/commands/CreatePermissionGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateUserCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -21
- package/dist-types/commands/DeletePermissionGroupCommand.d.ts +6 -21
- package/dist-types/commands/DisableUserCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +6 -21
- package/dist-types/commands/EnableUserCommand.d.ts +6 -21
- package/dist-types/commands/GetChangesetCommand.d.ts +6 -21
- package/dist-types/commands/GetDataViewCommand.d.ts +6 -21
- package/dist-types/commands/GetDatasetCommand.d.ts +6 -21
- package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +6 -21
- package/dist-types/commands/GetPermissionGroupCommand.d.ts +6 -21
- package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +6 -21
- package/dist-types/commands/GetUserCommand.d.ts +6 -21
- package/dist-types/commands/GetWorkingLocationCommand.d.ts +6 -21
- package/dist-types/commands/ListChangesetsCommand.d.ts +6 -21
- package/dist-types/commands/ListDataViewsCommand.d.ts +6 -21
- package/dist-types/commands/ListDatasetsCommand.d.ts +6 -21
- package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +6 -21
- package/dist-types/commands/ListPermissionGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +6 -21
- package/dist-types/commands/ListUsersCommand.d.ts +6 -21
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +6 -21
- package/dist-types/commands/UpdateChangesetCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDatasetCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +6 -21
- package/dist-types/commands/UpdateUserCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateUserToPermissionGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateChangesetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDataViewCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreatePermissionGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeletePermissionGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateUserFromPermissionGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetChangesetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDataViewCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetExternalDataViewAccessDetailsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetPermissionGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetProgrammaticAccessCredentialsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetWorkingLocationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListChangesetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDataViewsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPermissionGroupsByUserCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPermissionGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListUsersByPermissionGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateChangesetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdatePermissionGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DisassociateUserFromPermissionGroupCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "FinspaceDataClient";
|
|
29
|
-
const commandName = "DisassociateUserFromPermissionGroupCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSHabaneroPublicAPI",
|
|
38
|
-
operation: "DisassociateUserFromPermissionGroup",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DisassociateUserFromPermissionGroupCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DisassociateUserFromPermissionGroupCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.DisassociateUserFromPermissionGroupCommand = DisassociateUserFromPermissionGroupCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class EnableUserCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "FinspaceDataClient";
|
|
29
|
-
const commandName = "EnableUserCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSHabaneroPublicAPI",
|
|
38
|
-
operation: "EnableUser",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_EnableUserCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_EnableUserCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.EnableUserCommand = EnableUserCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetChangesetCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "FinspaceDataClient";
|
|
29
|
-
const commandName = "GetChangesetCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSHabaneroPublicAPI",
|
|
38
|
-
operation: "GetChangeset",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_GetChangesetCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_GetChangesetCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetChangesetCommand = GetChangesetCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetDataViewCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "FinspaceDataClient";
|
|
29
|
-
const commandName = "GetDataViewCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSHabaneroPublicAPI",
|
|
38
|
-
operation: "GetDataView",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_GetDataViewCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_GetDataViewCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetDataViewCommand = GetDataViewCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetDatasetCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "FinspaceDataClient";
|
|
29
|
-
const commandName = "GetDatasetCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSHabaneroPublicAPI",
|
|
38
|
-
operation: "GetDataset",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_GetDatasetCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_GetDatasetCommand)(output, context);
|
|
49
|
-
}
|
|
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() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetDatasetCommand = GetDatasetCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class GetExternalDataViewAccessDetailsCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "FinspaceDataClient";
|
|
30
|
-
const commandName = "GetExternalDataViewAccessDetailsCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.GetExternalDataViewAccessDetailsResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSHabaneroPublicAPI",
|
|
39
|
-
operation: "GetExternalDataViewAccessDetails",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_GetExternalDataViewAccessDetailsCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_GetExternalDataViewAccessDetailsCommand)(output, context);
|
|
50
|
-
}
|
|
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() {
|
|
51
28
|
}
|
|
52
29
|
exports.GetExternalDataViewAccessDetailsCommand = GetExternalDataViewAccessDetailsCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class GetPermissionGroupCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "FinspaceDataClient";
|
|
30
|
-
const commandName = "GetPermissionGroupCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.GetPermissionGroupResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSHabaneroPublicAPI",
|
|
39
|
-
operation: "GetPermissionGroup",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_GetPermissionGroupCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_GetPermissionGroupCommand)(output, context);
|
|
50
|
-
}
|
|
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() {
|
|
51
28
|
}
|
|
52
29
|
exports.GetPermissionGroupCommand = GetPermissionGroupCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class GetProgrammaticAccessCredentialsCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "FinspaceDataClient";
|
|
30
|
-
const commandName = "GetProgrammaticAccessCredentialsCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.GetProgrammaticAccessCredentialsResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSHabaneroPublicAPI",
|
|
39
|
-
operation: "GetProgrammaticAccessCredentials",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_GetProgrammaticAccessCredentialsCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_GetProgrammaticAccessCredentialsCommand)(output, context);
|
|
50
|
-
}
|
|
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() {
|
|
51
28
|
}
|
|
52
29
|
exports.GetProgrammaticAccessCredentialsCommand = GetProgrammaticAccessCredentialsCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class GetUserCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "FinspaceDataClient";
|
|
30
|
-
const commandName = "GetUserCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.GetUserResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSHabaneroPublicAPI",
|
|
39
|
-
operation: "GetUser",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_GetUserCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_GetUserCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class GetUserCommand 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", "GetUser", {})
|
|
23
|
+
.n("FinspaceDataClient", "GetUserCommand")
|
|
24
|
+
.f(void 0, models_0_1.GetUserResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_GetUserCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_GetUserCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.GetUserCommand = GetUserCommand;
|