@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.
Files changed (129) hide show
  1. package/dist-cjs/commands/AssociateUserToPermissionGroupCommand.js +18 -41
  2. package/dist-cjs/commands/CreateChangesetCommand.js +18 -41
  3. package/dist-cjs/commands/CreateDataViewCommand.js +18 -41
  4. package/dist-cjs/commands/CreateDatasetCommand.js +18 -41
  5. package/dist-cjs/commands/CreatePermissionGroupCommand.js +18 -41
  6. package/dist-cjs/commands/CreateUserCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteDatasetCommand.js +18 -41
  8. package/dist-cjs/commands/DeletePermissionGroupCommand.js +18 -41
  9. package/dist-cjs/commands/DisableUserCommand.js +18 -41
  10. package/dist-cjs/commands/DisassociateUserFromPermissionGroupCommand.js +18 -41
  11. package/dist-cjs/commands/EnableUserCommand.js +18 -41
  12. package/dist-cjs/commands/GetChangesetCommand.js +18 -41
  13. package/dist-cjs/commands/GetDataViewCommand.js +18 -41
  14. package/dist-cjs/commands/GetDatasetCommand.js +18 -41
  15. package/dist-cjs/commands/GetExternalDataViewAccessDetailsCommand.js +18 -41
  16. package/dist-cjs/commands/GetPermissionGroupCommand.js +18 -41
  17. package/dist-cjs/commands/GetProgrammaticAccessCredentialsCommand.js +18 -41
  18. package/dist-cjs/commands/GetUserCommand.js +18 -41
  19. package/dist-cjs/commands/GetWorkingLocationCommand.js +18 -41
  20. package/dist-cjs/commands/ListChangesetsCommand.js +18 -41
  21. package/dist-cjs/commands/ListDataViewsCommand.js +18 -41
  22. package/dist-cjs/commands/ListDatasetsCommand.js +18 -41
  23. package/dist-cjs/commands/ListPermissionGroupsByUserCommand.js +18 -41
  24. package/dist-cjs/commands/ListPermissionGroupsCommand.js +18 -41
  25. package/dist-cjs/commands/ListUsersByPermissionGroupCommand.js +18 -41
  26. package/dist-cjs/commands/ListUsersCommand.js +18 -41
  27. package/dist-cjs/commands/ResetUserPasswordCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateChangesetCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateDatasetCommand.js +18 -41
  30. package/dist-cjs/commands/UpdatePermissionGroupCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateUserCommand.js +18 -41
  32. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  33. package/dist-es/commands/AssociateUserToPermissionGroupCommand.js +18 -41
  34. package/dist-es/commands/CreateChangesetCommand.js +18 -41
  35. package/dist-es/commands/CreateDataViewCommand.js +18 -41
  36. package/dist-es/commands/CreateDatasetCommand.js +18 -41
  37. package/dist-es/commands/CreatePermissionGroupCommand.js +18 -41
  38. package/dist-es/commands/CreateUserCommand.js +18 -41
  39. package/dist-es/commands/DeleteDatasetCommand.js +18 -41
  40. package/dist-es/commands/DeletePermissionGroupCommand.js +18 -41
  41. package/dist-es/commands/DisableUserCommand.js +18 -41
  42. package/dist-es/commands/DisassociateUserFromPermissionGroupCommand.js +18 -41
  43. package/dist-es/commands/EnableUserCommand.js +18 -41
  44. package/dist-es/commands/GetChangesetCommand.js +18 -41
  45. package/dist-es/commands/GetDataViewCommand.js +18 -41
  46. package/dist-es/commands/GetDatasetCommand.js +18 -41
  47. package/dist-es/commands/GetExternalDataViewAccessDetailsCommand.js +18 -41
  48. package/dist-es/commands/GetPermissionGroupCommand.js +18 -41
  49. package/dist-es/commands/GetProgrammaticAccessCredentialsCommand.js +18 -41
  50. package/dist-es/commands/GetUserCommand.js +18 -41
  51. package/dist-es/commands/GetWorkingLocationCommand.js +18 -41
  52. package/dist-es/commands/ListChangesetsCommand.js +18 -41
  53. package/dist-es/commands/ListDataViewsCommand.js +18 -41
  54. package/dist-es/commands/ListDatasetsCommand.js +18 -41
  55. package/dist-es/commands/ListPermissionGroupsByUserCommand.js +18 -41
  56. package/dist-es/commands/ListPermissionGroupsCommand.js +18 -41
  57. package/dist-es/commands/ListUsersByPermissionGroupCommand.js +18 -41
  58. package/dist-es/commands/ListUsersCommand.js +18 -41
  59. package/dist-es/commands/ResetUserPasswordCommand.js +18 -41
  60. package/dist-es/commands/UpdateChangesetCommand.js +18 -41
  61. package/dist-es/commands/UpdateDatasetCommand.js +18 -41
  62. package/dist-es/commands/UpdatePermissionGroupCommand.js +18 -41
  63. package/dist-es/commands/UpdateUserCommand.js +18 -41
  64. package/dist-es/endpoint/EndpointParameters.js +6 -0
  65. package/dist-types/commands/AssociateUserToPermissionGroupCommand.d.ts +6 -21
  66. package/dist-types/commands/CreateChangesetCommand.d.ts +6 -21
  67. package/dist-types/commands/CreateDataViewCommand.d.ts +6 -21
  68. package/dist-types/commands/CreateDatasetCommand.d.ts +6 -21
  69. package/dist-types/commands/CreatePermissionGroupCommand.d.ts +6 -21
  70. package/dist-types/commands/CreateUserCommand.d.ts +6 -21
  71. package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -21
  72. package/dist-types/commands/DeletePermissionGroupCommand.d.ts +6 -21
  73. package/dist-types/commands/DisableUserCommand.d.ts +6 -21
  74. package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +6 -21
  75. package/dist-types/commands/EnableUserCommand.d.ts +6 -21
  76. package/dist-types/commands/GetChangesetCommand.d.ts +6 -21
  77. package/dist-types/commands/GetDataViewCommand.d.ts +6 -21
  78. package/dist-types/commands/GetDatasetCommand.d.ts +6 -21
  79. package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +6 -21
  80. package/dist-types/commands/GetPermissionGroupCommand.d.ts +6 -21
  81. package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +6 -21
  82. package/dist-types/commands/GetUserCommand.d.ts +6 -21
  83. package/dist-types/commands/GetWorkingLocationCommand.d.ts +6 -21
  84. package/dist-types/commands/ListChangesetsCommand.d.ts +6 -21
  85. package/dist-types/commands/ListDataViewsCommand.d.ts +6 -21
  86. package/dist-types/commands/ListDatasetsCommand.d.ts +6 -21
  87. package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +6 -21
  88. package/dist-types/commands/ListPermissionGroupsCommand.d.ts +6 -21
  89. package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +6 -21
  90. package/dist-types/commands/ListUsersCommand.d.ts +6 -21
  91. package/dist-types/commands/ResetUserPasswordCommand.d.ts +6 -21
  92. package/dist-types/commands/UpdateChangesetCommand.d.ts +6 -21
  93. package/dist-types/commands/UpdateDatasetCommand.d.ts +6 -21
  94. package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +6 -21
  95. package/dist-types/commands/UpdateUserCommand.d.ts +6 -21
  96. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  97. package/dist-types/ts3.4/commands/AssociateUserToPermissionGroupCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/CreateChangesetCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/CreateDataViewCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/CreatePermissionGroupCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/DeletePermissionGroupCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/DisassociateUserFromPermissionGroupCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/GetChangesetCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/GetDataViewCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/GetExternalDataViewAccessDetailsCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/GetPermissionGroupCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/GetProgrammaticAccessCredentialsCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +12 -23
  115. package/dist-types/ts3.4/commands/GetWorkingLocationCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/ListChangesetsCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/ListDataViewsCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/ListPermissionGroupsByUserCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/ListPermissionGroupsCommand.d.ts +12 -24
  121. package/dist-types/ts3.4/commands/ListUsersByPermissionGroupCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/UpdateChangesetCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/UpdatePermissionGroupCommand.d.ts +12 -24
  127. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  129. package/package.json +9 -9
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  FinspaceDataClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetDataViewCommandInput extends GetDataViewRequest {}
17
11
  export interface GetDataViewCommandOutput
18
12
  extends GetDataViewResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetDataViewCommand extends $Command<
21
- GetDataViewCommandInput,
22
- GetDataViewCommandOutput,
23
- FinspaceDataClientResolvedConfig
24
- > {
25
- readonly input: GetDataViewCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetDataViewCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: FinspaceDataClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetDataViewCommandInput, GetDataViewCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetDataViewCommand_base: {
15
+ new (
16
+ input: GetDataViewCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetDataViewCommandInput,
19
+ GetDataViewCommandOutput,
20
+ FinspaceDataClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetDataViewCommand extends GetDataViewCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  FinspaceDataClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetDatasetCommandInput extends GetDatasetRequest {}
17
11
  export interface GetDatasetCommandOutput
18
12
  extends GetDatasetResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetDatasetCommand extends $Command<
21
- GetDatasetCommandInput,
22
- GetDatasetCommandOutput,
23
- FinspaceDataClientResolvedConfig
24
- > {
25
- readonly input: GetDatasetCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetDatasetCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: FinspaceDataClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetDatasetCommandInput, GetDatasetCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetDatasetCommand_base: {
15
+ new (
16
+ input: GetDatasetCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetDatasetCommandInput,
19
+ GetDatasetCommandOutput,
20
+ FinspaceDataClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetDatasetCommand extends GetDatasetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  FinspaceDataClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetExternalDataViewAccessDetailsCommandInput
21
15
  export interface GetExternalDataViewAccessDetailsCommandOutput
22
16
  extends GetExternalDataViewAccessDetailsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetExternalDataViewAccessDetailsCommand extends $Command<
25
- GetExternalDataViewAccessDetailsCommandInput,
26
- GetExternalDataViewAccessDetailsCommandOutput,
27
- FinspaceDataClientResolvedConfig
28
- > {
29
- readonly input: GetExternalDataViewAccessDetailsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetExternalDataViewAccessDetailsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: FinspaceDataClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetExternalDataViewAccessDetailsCommand_base: {
19
+ new (
20
+ input: GetExternalDataViewAccessDetailsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetExternalDataViewAccessDetailsCommandInput,
38
- GetExternalDataViewAccessDetailsCommandOutput
23
+ GetExternalDataViewAccessDetailsCommandOutput,
24
+ FinspaceDataClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetExternalDataViewAccessDetailsCommand extends GetExternalDataViewAccessDetailsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  FinspaceDataClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetPermissionGroupCommandInput
21
15
  export interface GetPermissionGroupCommandOutput
22
16
  extends GetPermissionGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetPermissionGroupCommand extends $Command<
25
- GetPermissionGroupCommandInput,
26
- GetPermissionGroupCommandOutput,
27
- FinspaceDataClientResolvedConfig
28
- > {
29
- readonly input: GetPermissionGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetPermissionGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: FinspaceDataClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetPermissionGroupCommandInput, GetPermissionGroupCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetPermissionGroupCommand_base: {
19
+ new (
20
+ input: GetPermissionGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetPermissionGroupCommandInput,
23
+ GetPermissionGroupCommandOutput,
24
+ FinspaceDataClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetPermissionGroupCommand extends GetPermissionGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  FinspaceDataClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetProgrammaticAccessCredentialsCommandInput
21
15
  export interface GetProgrammaticAccessCredentialsCommandOutput
22
16
  extends GetProgrammaticAccessCredentialsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetProgrammaticAccessCredentialsCommand extends $Command<
25
- GetProgrammaticAccessCredentialsCommandInput,
26
- GetProgrammaticAccessCredentialsCommandOutput,
27
- FinspaceDataClientResolvedConfig
28
- > {
29
- readonly input: GetProgrammaticAccessCredentialsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetProgrammaticAccessCredentialsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: FinspaceDataClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetProgrammaticAccessCredentialsCommand_base: {
19
+ new (
20
+ input: GetProgrammaticAccessCredentialsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetProgrammaticAccessCredentialsCommandInput,
38
- GetProgrammaticAccessCredentialsCommandOutput
23
+ GetProgrammaticAccessCredentialsCommandOutput,
24
+ FinspaceDataClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetProgrammaticAccessCredentialsCommand extends GetProgrammaticAccessCredentialsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  FinspaceDataClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,14 @@ export interface GetUserCommandInput extends GetUserRequest {}
17
11
  export interface GetUserCommandOutput
18
12
  extends GetUserResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetUserCommand extends $Command<
21
- GetUserCommandInput,
22
- GetUserCommandOutput,
23
- FinspaceDataClientResolvedConfig
24
- > {
25
- readonly input: GetUserCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetUserCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: FinspaceDataClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetUserCommandInput, GetUserCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetUserCommand_base: {
15
+ new (input: GetUserCommandInput): import("@smithy/smithy-client").CommandImpl<
16
+ GetUserCommandInput,
17
+ GetUserCommandOutput,
18
+ FinspaceDataClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class GetUserCommand extends GetUserCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  FinspaceDataClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetWorkingLocationCommandInput
21
15
  export interface GetWorkingLocationCommandOutput
22
16
  extends GetWorkingLocationResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetWorkingLocationCommand extends $Command<
25
- GetWorkingLocationCommandInput,
26
- GetWorkingLocationCommandOutput,
27
- FinspaceDataClientResolvedConfig
28
- > {
29
- readonly input: GetWorkingLocationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetWorkingLocationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: FinspaceDataClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetWorkingLocationCommandInput, GetWorkingLocationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetWorkingLocationCommand_base: {
19
+ new (
20
+ input: GetWorkingLocationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetWorkingLocationCommandInput,
23
+ GetWorkingLocationCommandOutput,
24
+ FinspaceDataClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetWorkingLocationCommand extends GetWorkingLocationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  FinspaceDataClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListChangesetsCommandInput extends ListChangesetsRequest {}
20
14
  export interface ListChangesetsCommandOutput
21
15
  extends ListChangesetsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListChangesetsCommand extends $Command<
24
- ListChangesetsCommandInput,
25
- ListChangesetsCommandOutput,
26
- FinspaceDataClientResolvedConfig
27
- > {
28
- readonly input: ListChangesetsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListChangesetsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: FinspaceDataClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListChangesetsCommandInput, ListChangesetsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListChangesetsCommand_base: {
18
+ new (
19
+ input: ListChangesetsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListChangesetsCommandInput,
22
+ ListChangesetsCommandOutput,
23
+ FinspaceDataClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListChangesetsCommand extends ListChangesetsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  FinspaceDataClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListDataViewsCommandInput extends ListDataViewsRequest {}
20
14
  export interface ListDataViewsCommandOutput
21
15
  extends ListDataViewsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListDataViewsCommand extends $Command<
24
- ListDataViewsCommandInput,
25
- ListDataViewsCommandOutput,
26
- FinspaceDataClientResolvedConfig
27
- > {
28
- readonly input: ListDataViewsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListDataViewsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: FinspaceDataClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListDataViewsCommandInput, ListDataViewsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListDataViewsCommand_base: {
18
+ new (
19
+ input: ListDataViewsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListDataViewsCommandInput,
22
+ ListDataViewsCommandOutput,
23
+ FinspaceDataClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListDataViewsCommand extends ListDataViewsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  FinspaceDataClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
17
11
  export interface ListDatasetsCommandOutput
18
12
  extends ListDatasetsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListDatasetsCommand extends $Command<
21
- ListDatasetsCommandInput,
22
- ListDatasetsCommandOutput,
23
- FinspaceDataClientResolvedConfig
24
- > {
25
- readonly input: ListDatasetsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListDatasetsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: FinspaceDataClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListDatasetsCommandInput, ListDatasetsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListDatasetsCommand_base: {
15
+ new (
16
+ input: ListDatasetsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListDatasetsCommandInput,
19
+ ListDatasetsCommandOutput,
20
+ FinspaceDataClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListDatasetsCommand extends ListDatasetsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  FinspaceDataClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListPermissionGroupsByUserCommandInput
21
15
  export interface ListPermissionGroupsByUserCommandOutput
22
16
  extends ListPermissionGroupsByUserResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListPermissionGroupsByUserCommand extends $Command<
25
- ListPermissionGroupsByUserCommandInput,
26
- ListPermissionGroupsByUserCommandOutput,
27
- FinspaceDataClientResolvedConfig
28
- > {
29
- readonly input: ListPermissionGroupsByUserCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListPermissionGroupsByUserCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: FinspaceDataClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListPermissionGroupsByUserCommand_base: {
19
+ new (
20
+ input: ListPermissionGroupsByUserCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListPermissionGroupsByUserCommandInput,
38
- ListPermissionGroupsByUserCommandOutput
23
+ ListPermissionGroupsByUserCommandOutput,
24
+ FinspaceDataClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListPermissionGroupsByUserCommand extends ListPermissionGroupsByUserCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  FinspaceDataClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListPermissionGroupsCommandInput
21
15
  export interface ListPermissionGroupsCommandOutput
22
16
  extends ListPermissionGroupsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListPermissionGroupsCommand extends $Command<
25
- ListPermissionGroupsCommandInput,
26
- ListPermissionGroupsCommandOutput,
27
- FinspaceDataClientResolvedConfig
28
- > {
29
- readonly input: ListPermissionGroupsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListPermissionGroupsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: FinspaceDataClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListPermissionGroupsCommand_base: {
19
+ new (
20
+ input: ListPermissionGroupsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListPermissionGroupsCommandInput,
38
- ListPermissionGroupsCommandOutput
23
+ ListPermissionGroupsCommandOutput,
24
+ FinspaceDataClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListPermissionGroupsCommand extends ListPermissionGroupsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  FinspaceDataClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListUsersByPermissionGroupCommandInput
21
15
  export interface ListUsersByPermissionGroupCommandOutput
22
16
  extends ListUsersByPermissionGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListUsersByPermissionGroupCommand extends $Command<
25
- ListUsersByPermissionGroupCommandInput,
26
- ListUsersByPermissionGroupCommandOutput,
27
- FinspaceDataClientResolvedConfig
28
- > {
29
- readonly input: ListUsersByPermissionGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListUsersByPermissionGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: FinspaceDataClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListUsersByPermissionGroupCommand_base: {
19
+ new (
20
+ input: ListUsersByPermissionGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListUsersByPermissionGroupCommandInput,
38
- ListUsersByPermissionGroupCommandOutput
23
+ ListUsersByPermissionGroupCommandOutput,
24
+ FinspaceDataClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListUsersByPermissionGroupCommand extends ListUsersByPermissionGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  FinspaceDataClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListUsersCommandInput extends ListUsersRequest {}
17
11
  export interface ListUsersCommandOutput
18
12
  extends ListUsersResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListUsersCommand extends $Command<
21
- ListUsersCommandInput,
22
- ListUsersCommandOutput,
23
- FinspaceDataClientResolvedConfig
24
- > {
25
- readonly input: ListUsersCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListUsersCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: FinspaceDataClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListUsersCommandInput, ListUsersCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListUsersCommand_base: {
15
+ new (
16
+ input: ListUsersCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListUsersCommandInput,
19
+ ListUsersCommandOutput,
20
+ FinspaceDataClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListUsersCommand extends ListUsersCommand_base {}