@aws-sdk/client-finspace-data 3.477.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-cjs/pagination/ListChangesetsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDataViewsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDatasetsPaginator.js +2 -24
- package/dist-cjs/pagination/ListPermissionGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListUsersPaginator.js +2 -24
- 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-es/pagination/ListChangesetsPaginator.js +2 -23
- package/dist-es/pagination/ListDataViewsPaginator.js +2 -23
- package/dist-es/pagination/ListDatasetsPaginator.js +2 -23
- package/dist-es/pagination/ListPermissionGroupsPaginator.js +2 -23
- package/dist-es/pagination/ListUsersPaginator.js +2 -23
- 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/pagination/ListChangesetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataViewsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDatasetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPermissionGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
- 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/dist-types/ts3.4/pagination/ListChangesetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDataViewsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPermissionGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetChangesetCommand, se_GetChangesetCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetChangesetCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "FinspaceDataClient";
|
|
26
|
-
const commandName = "GetChangesetCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSHabaneroPublicAPI",
|
|
35
|
-
operation: "GetChangeset",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetChangesetCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetChangesetCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetChangesetCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSHabaneroPublicAPI", "GetChangeset", {})
|
|
19
|
+
.n("FinspaceDataClient", "GetChangesetCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetChangesetCommand)
|
|
22
|
+
.de(de_GetChangesetCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetDataViewCommand, se_GetDataViewCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetDataViewCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "FinspaceDataClient";
|
|
26
|
-
const commandName = "GetDataViewCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSHabaneroPublicAPI",
|
|
35
|
-
operation: "GetDataView",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetDataViewCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetDataViewCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetDataViewCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSHabaneroPublicAPI", "GetDataView", {})
|
|
19
|
+
.n("FinspaceDataClient", "GetDataViewCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetDataViewCommand)
|
|
22
|
+
.de(de_GetDataViewCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetDatasetCommand, se_GetDatasetCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetDatasetCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "FinspaceDataClient";
|
|
26
|
-
const commandName = "GetDatasetCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSHabaneroPublicAPI",
|
|
35
|
-
operation: "GetDataset",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetDatasetCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetDatasetCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetDatasetCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSHabaneroPublicAPI", "GetDataset", {})
|
|
19
|
+
.n("FinspaceDataClient", "GetDatasetCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetDatasetCommand)
|
|
22
|
+
.de(de_GetDatasetCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { GetExternalDataViewAccessDetailsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_GetExternalDataViewAccessDetailsCommand, se_GetExternalDataViewAccessDetailsCommand, } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetExternalDataViewAccessDetailsCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "FinspaceDataClient";
|
|
27
|
-
const commandName = "GetExternalDataViewAccessDetailsCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: GetExternalDataViewAccessDetailsResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSHabaneroPublicAPI",
|
|
36
|
-
operation: "GetExternalDataViewAccessDetails",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_GetExternalDataViewAccessDetailsCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_GetExternalDataViewAccessDetailsCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class GetExternalDataViewAccessDetailsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSHabaneroPublicAPI", "GetExternalDataViewAccessDetails", {})
|
|
20
|
+
.n("FinspaceDataClient", "GetExternalDataViewAccessDetailsCommand")
|
|
21
|
+
.f(void 0, GetExternalDataViewAccessDetailsResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_GetExternalDataViewAccessDetailsCommand)
|
|
23
|
+
.de(de_GetExternalDataViewAccessDetailsCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { GetPermissionGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_GetPermissionGroupCommand, se_GetPermissionGroupCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetPermissionGroupCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "FinspaceDataClient";
|
|
27
|
-
const commandName = "GetPermissionGroupCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: GetPermissionGroupResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSHabaneroPublicAPI",
|
|
36
|
-
operation: "GetPermissionGroup",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_GetPermissionGroupCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_GetPermissionGroupCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class GetPermissionGroupCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSHabaneroPublicAPI", "GetPermissionGroup", {})
|
|
20
|
+
.n("FinspaceDataClient", "GetPermissionGroupCommand")
|
|
21
|
+
.f(void 0, GetPermissionGroupResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_GetPermissionGroupCommand)
|
|
23
|
+
.de(de_GetPermissionGroupCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { GetProgrammaticAccessCredentialsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_GetProgrammaticAccessCredentialsCommand, se_GetProgrammaticAccessCredentialsCommand, } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetProgrammaticAccessCredentialsCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "FinspaceDataClient";
|
|
27
|
-
const commandName = "GetProgrammaticAccessCredentialsCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: GetProgrammaticAccessCredentialsResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSHabaneroPublicAPI",
|
|
36
|
-
operation: "GetProgrammaticAccessCredentials",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_GetProgrammaticAccessCredentialsCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_GetProgrammaticAccessCredentialsCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class GetProgrammaticAccessCredentialsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSHabaneroPublicAPI", "GetProgrammaticAccessCredentials", {})
|
|
20
|
+
.n("FinspaceDataClient", "GetProgrammaticAccessCredentialsCommand")
|
|
21
|
+
.f(void 0, GetProgrammaticAccessCredentialsResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_GetProgrammaticAccessCredentialsCommand)
|
|
23
|
+
.de(de_GetProgrammaticAccessCredentialsCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { GetUserResponseFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { de_GetUserCommand, se_GetUserCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetUserCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "FinspaceDataClient";
|
|
27
|
-
const commandName = "GetUserCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: GetUserResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSHabaneroPublicAPI",
|
|
36
|
-
operation: "GetUser",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_GetUserCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_GetUserCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class GetUserCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSHabaneroPublicAPI", "GetUser", {})
|
|
20
|
+
.n("FinspaceDataClient", "GetUserCommand")
|
|
21
|
+
.f(void 0, GetUserResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_GetUserCommand)
|
|
23
|
+
.de(de_GetUserCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetWorkingLocationCommand, se_GetWorkingLocationCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetWorkingLocationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "FinspaceDataClient";
|
|
26
|
-
const commandName = "GetWorkingLocationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSHabaneroPublicAPI",
|
|
35
|
-
operation: "GetWorkingLocation",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetWorkingLocationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetWorkingLocationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetWorkingLocationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSHabaneroPublicAPI", "GetWorkingLocation", {})
|
|
19
|
+
.n("FinspaceDataClient", "GetWorkingLocationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetWorkingLocationCommand)
|
|
22
|
+
.de(de_GetWorkingLocationCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListChangesetsCommand, se_ListChangesetsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListChangesetsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "FinspaceDataClient";
|
|
26
|
-
const commandName = "ListChangesetsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSHabaneroPublicAPI",
|
|
35
|
-
operation: "ListChangesets",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListChangesetsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListChangesetsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListChangesetsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSHabaneroPublicAPI", "ListChangesets", {})
|
|
19
|
+
.n("FinspaceDataClient", "ListChangesetsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListChangesetsCommand)
|
|
22
|
+
.de(de_ListChangesetsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|