@aws-sdk/client-finspace-data 3.1077.0 → 3.1078.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 (101) hide show
  1. package/dist-cjs/index.js +39 -313
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateUserToPermissionGroupCommand.js +2 -14
  4. package/dist-es/commands/CreateChangesetCommand.js +2 -14
  5. package/dist-es/commands/CreateDataViewCommand.js +2 -14
  6. package/dist-es/commands/CreateDatasetCommand.js +2 -14
  7. package/dist-es/commands/CreatePermissionGroupCommand.js +2 -14
  8. package/dist-es/commands/CreateUserCommand.js +2 -14
  9. package/dist-es/commands/DeleteDatasetCommand.js +2 -14
  10. package/dist-es/commands/DeletePermissionGroupCommand.js +2 -14
  11. package/dist-es/commands/DisableUserCommand.js +2 -14
  12. package/dist-es/commands/DisassociateUserFromPermissionGroupCommand.js +2 -14
  13. package/dist-es/commands/EnableUserCommand.js +2 -14
  14. package/dist-es/commands/GetChangesetCommand.js +2 -14
  15. package/dist-es/commands/GetDataViewCommand.js +2 -14
  16. package/dist-es/commands/GetDatasetCommand.js +2 -14
  17. package/dist-es/commands/GetExternalDataViewAccessDetailsCommand.js +2 -14
  18. package/dist-es/commands/GetPermissionGroupCommand.js +2 -14
  19. package/dist-es/commands/GetProgrammaticAccessCredentialsCommand.js +2 -14
  20. package/dist-es/commands/GetUserCommand.js +2 -14
  21. package/dist-es/commands/GetWorkingLocationCommand.js +2 -14
  22. package/dist-es/commands/ListChangesetsCommand.js +2 -14
  23. package/dist-es/commands/ListDataViewsCommand.js +2 -14
  24. package/dist-es/commands/ListDatasetsCommand.js +2 -14
  25. package/dist-es/commands/ListPermissionGroupsByUserCommand.js +2 -14
  26. package/dist-es/commands/ListPermissionGroupsCommand.js +2 -14
  27. package/dist-es/commands/ListUsersByPermissionGroupCommand.js +2 -14
  28. package/dist-es/commands/ListUsersCommand.js +2 -14
  29. package/dist-es/commands/ResetUserPasswordCommand.js +2 -14
  30. package/dist-es/commands/UpdateChangesetCommand.js +2 -14
  31. package/dist-es/commands/UpdateDatasetCommand.js +2 -14
  32. package/dist-es/commands/UpdatePermissionGroupCommand.js +2 -14
  33. package/dist-es/commands/UpdateUserCommand.js +2 -14
  34. package/dist-es/index.js +1 -0
  35. package/dist-types/commandBuilder.d.ts +18 -0
  36. package/dist-types/commands/AssociateUserToPermissionGroupCommand.d.ts +3 -8
  37. package/dist-types/commands/CreateChangesetCommand.d.ts +3 -8
  38. package/dist-types/commands/CreateDataViewCommand.d.ts +3 -8
  39. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
  40. package/dist-types/commands/CreatePermissionGroupCommand.d.ts +3 -8
  41. package/dist-types/commands/CreateUserCommand.d.ts +3 -8
  42. package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
  43. package/dist-types/commands/DeletePermissionGroupCommand.d.ts +3 -8
  44. package/dist-types/commands/DisableUserCommand.d.ts +3 -8
  45. package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +3 -8
  46. package/dist-types/commands/EnableUserCommand.d.ts +3 -8
  47. package/dist-types/commands/GetChangesetCommand.d.ts +3 -8
  48. package/dist-types/commands/GetDataViewCommand.d.ts +3 -8
  49. package/dist-types/commands/GetDatasetCommand.d.ts +3 -8
  50. package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +3 -8
  51. package/dist-types/commands/GetPermissionGroupCommand.d.ts +3 -8
  52. package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +3 -8
  53. package/dist-types/commands/GetUserCommand.d.ts +3 -8
  54. package/dist-types/commands/GetWorkingLocationCommand.d.ts +3 -8
  55. package/dist-types/commands/ListChangesetsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListDataViewsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
  58. package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +3 -8
  59. package/dist-types/commands/ListPermissionGroupsCommand.d.ts +3 -8
  60. package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +3 -8
  61. package/dist-types/commands/ListUsersCommand.d.ts +3 -8
  62. package/dist-types/commands/ResetUserPasswordCommand.d.ts +3 -8
  63. package/dist-types/commands/UpdateChangesetCommand.d.ts +3 -8
  64. package/dist-types/commands/UpdateDatasetCommand.d.ts +3 -8
  65. package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +3 -8
  66. package/dist-types/commands/UpdateUserCommand.d.ts +3 -8
  67. package/dist-types/index.d.ts +1 -0
  68. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  69. package/dist-types/ts3.4/commands/AssociateUserToPermissionGroupCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/CreateChangesetCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/CreateDataViewCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/CreatePermissionGroupCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DeletePermissionGroupCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DisassociateUserFromPermissionGroupCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/GetChangesetCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/GetDataViewCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/GetExternalDataViewAccessDetailsCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/GetPermissionGroupCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/GetProgrammaticAccessCredentialsCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/GetWorkingLocationCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListChangesetsCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListDataViewsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ListPermissionGroupsByUserCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/ListPermissionGroupsCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ListUsersByPermissionGroupCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/UpdateChangesetCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/UpdatePermissionGroupCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/index.d.ts +1 -0
  101. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {
22
19
  export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDatasetCommand_base: {
25
- new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a FinSpace Dataset.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { DeletePermissionGroupRequest, DeletePermissionGroupResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeletePermissionGroupCommandInput extends DeletePermissionGroup
22
19
  export interface DeletePermissionGroupCommandOutput extends DeletePermissionGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeletePermissionGroupCommand_base: {
25
- new (input: DeletePermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionGroupCommandInput, DeletePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeletePermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionGroupCommandInput, DeletePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeletePermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionGroupCommandInput, DeletePermissionGroupCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeletePermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionGroupCommandInput, DeletePermissionGroupCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a permission group. This action is irreversible.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { DisableUserRequest, DisableUserResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisableUserCommandInput extends DisableUserRequest {
22
19
  export interface DisableUserCommandOutput extends DisableUserResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisableUserCommand_base: {
25
- new (input: DisableUserCommandInput): import("@smithy/core/client").CommandImpl<DisableUserCommandInput, DisableUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisableUserCommandInput): import("@smithy/core/client").CommandImpl<DisableUserCommandInput, DisableUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisableUserCommandInput): import("@smithy/core/client").CommandImpl<DisableUserCommandInput, DisableUserCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisableUserCommandInput): import("@smithy/core/client").CommandImpl<DisableUserCommandInput, DisableUserCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Denies access to the FinSpace web application and API for the specified user.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { DisassociateUserFromPermissionGroupRequest, DisassociateUserFromPermissionGroupResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisassociateUserFromPermissionGroupCommandInput extends Disasso
22
19
  export interface DisassociateUserFromPermissionGroupCommandOutput extends DisassociateUserFromPermissionGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateUserFromPermissionGroupCommand_base: {
25
- new (input: DisassociateUserFromPermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<DisassociateUserFromPermissionGroupCommandInput, DisassociateUserFromPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateUserFromPermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<DisassociateUserFromPermissionGroupCommandInput, DisassociateUserFromPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateUserFromPermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<DisassociateUserFromPermissionGroupCommandInput, DisassociateUserFromPermissionGroupCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateUserFromPermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<DisassociateUserFromPermissionGroupCommandInput, DisassociateUserFromPermissionGroupCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes a user from a permission group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { EnableUserRequest, EnableUserResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface EnableUserCommandInput extends EnableUserRequest {
22
19
  export interface EnableUserCommandOutput extends EnableUserResponse, __MetadataBearer {
23
20
  }
24
21
  declare const EnableUserCommand_base: {
25
- new (input: EnableUserCommandInput): import("@smithy/core/client").CommandImpl<EnableUserCommandInput, EnableUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EnableUserCommandInput): import("@smithy/core/client").CommandImpl<EnableUserCommandInput, EnableUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: EnableUserCommandInput): import("@smithy/core/client").CommandImpl<EnableUserCommandInput, EnableUserCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: EnableUserCommandInput): import("@smithy/core/client").CommandImpl<EnableUserCommandInput, EnableUserCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Allows the specified user to access the FinSpace web application and API.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { GetChangesetRequest, GetChangesetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetChangesetCommandInput extends GetChangesetRequest {
22
19
  export interface GetChangesetCommandOutput extends GetChangesetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetChangesetCommand_base: {
25
- new (input: GetChangesetCommandInput): import("@smithy/core/client").CommandImpl<GetChangesetCommandInput, GetChangesetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetChangesetCommandInput): import("@smithy/core/client").CommandImpl<GetChangesetCommandInput, GetChangesetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetChangesetCommandInput): import("@smithy/core/client").CommandImpl<GetChangesetCommandInput, GetChangesetCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetChangesetCommandInput): import("@smithy/core/client").CommandImpl<GetChangesetCommandInput, GetChangesetCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get information about a Changeset.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { GetDataViewRequest, GetDataViewResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDataViewCommandInput extends GetDataViewRequest {
22
19
  export interface GetDataViewCommandOutput extends GetDataViewResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDataViewCommand_base: {
25
- new (input: GetDataViewCommandInput): import("@smithy/core/client").CommandImpl<GetDataViewCommandInput, GetDataViewCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDataViewCommandInput): import("@smithy/core/client").CommandImpl<GetDataViewCommandInput, GetDataViewCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDataViewCommandInput): import("@smithy/core/client").CommandImpl<GetDataViewCommandInput, GetDataViewCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDataViewCommandInput): import("@smithy/core/client").CommandImpl<GetDataViewCommandInput, GetDataViewCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about a Dataview.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { GetDatasetRequest, GetDatasetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDatasetCommandInput extends GetDatasetRequest {
22
19
  export interface GetDatasetCommandOutput extends GetDatasetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDatasetCommand_base: {
25
- new (input: GetDatasetCommandInput): import("@smithy/core/client").CommandImpl<GetDatasetCommandInput, GetDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDatasetCommandInput): import("@smithy/core/client").CommandImpl<GetDatasetCommandInput, GetDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDatasetCommandInput): import("@smithy/core/client").CommandImpl<GetDatasetCommandInput, GetDatasetCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDatasetCommandInput): import("@smithy/core/client").CommandImpl<GetDatasetCommandInput, GetDatasetCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about a Dataset.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { GetExternalDataViewAccessDetailsRequest, GetExternalDataViewAccessDetailsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetExternalDataViewAccessDetailsCommandInput extends GetExterna
22
19
  export interface GetExternalDataViewAccessDetailsCommandOutput extends GetExternalDataViewAccessDetailsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetExternalDataViewAccessDetailsCommand_base: {
25
- new (input: GetExternalDataViewAccessDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetExternalDataViewAccessDetailsCommandInput, GetExternalDataViewAccessDetailsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetExternalDataViewAccessDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetExternalDataViewAccessDetailsCommandInput, GetExternalDataViewAccessDetailsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetExternalDataViewAccessDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetExternalDataViewAccessDetailsCommandInput, GetExternalDataViewAccessDetailsCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetExternalDataViewAccessDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetExternalDataViewAccessDetailsCommandInput, GetExternalDataViewAccessDetailsCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the credentials to access the external Dataview from an S3 location. To call this API:</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { GetPermissionGroupRequest, GetPermissionGroupResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetPermissionGroupCommandInput extends GetPermissionGroupReques
22
19
  export interface GetPermissionGroupCommandOutput extends GetPermissionGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetPermissionGroupCommand_base: {
25
- new (input: GetPermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<GetPermissionGroupCommandInput, GetPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<GetPermissionGroupCommandInput, GetPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetPermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<GetPermissionGroupCommandInput, GetPermissionGroupCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetPermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<GetPermissionGroupCommandInput, GetPermissionGroupCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the details of a specific permission group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { GetProgrammaticAccessCredentialsRequest, GetProgrammaticAccessCredentialsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetProgrammaticAccessCredentialsCommandInput extends GetProgram
22
19
  export interface GetProgrammaticAccessCredentialsCommandOutput extends GetProgrammaticAccessCredentialsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetProgrammaticAccessCredentialsCommand_base: {
25
- new (input: GetProgrammaticAccessCredentialsCommandInput): import("@smithy/core/client").CommandImpl<GetProgrammaticAccessCredentialsCommandInput, GetProgrammaticAccessCredentialsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetProgrammaticAccessCredentialsCommandInput): import("@smithy/core/client").CommandImpl<GetProgrammaticAccessCredentialsCommandInput, GetProgrammaticAccessCredentialsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetProgrammaticAccessCredentialsCommandInput): import("@smithy/core/client").CommandImpl<GetProgrammaticAccessCredentialsCommandInput, GetProgrammaticAccessCredentialsCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetProgrammaticAccessCredentialsCommandInput): import("@smithy/core/client").CommandImpl<GetProgrammaticAccessCredentialsCommandInput, GetProgrammaticAccessCredentialsCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Request programmatic credentials to use with FinSpace SDK. For more information, see <a href="https://docs.aws.amazon.com/finspace/latest/data-api/fs-using-the-finspace-api.html#accessing-credentials">Step 2. Access credentials programmatically using IAM access key id and secret access key</a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { GetUserRequest, GetUserResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetUserCommandInput extends GetUserRequest {
22
19
  export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetUserCommand_base: {
25
- new (input: GetUserCommandInput): import("@smithy/core/client").CommandImpl<GetUserCommandInput, GetUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetUserCommandInput): import("@smithy/core/client").CommandImpl<GetUserCommandInput, GetUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetUserCommandInput): import("@smithy/core/client").CommandImpl<GetUserCommandInput, GetUserCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetUserCommandInput): import("@smithy/core/client").CommandImpl<GetUserCommandInput, GetUserCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves details for a specific user.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { GetWorkingLocationRequest, GetWorkingLocationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetWorkingLocationCommandInput extends GetWorkingLocationReques
22
19
  export interface GetWorkingLocationCommandOutput extends GetWorkingLocationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetWorkingLocationCommand_base: {
25
- new (input: GetWorkingLocationCommandInput): import("@smithy/core/client").CommandImpl<GetWorkingLocationCommandInput, GetWorkingLocationCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetWorkingLocationCommandInput]): import("@smithy/core/client").CommandImpl<GetWorkingLocationCommandInput, GetWorkingLocationCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetWorkingLocationCommandInput): import("@smithy/core/client").CommandImpl<GetWorkingLocationCommandInput, GetWorkingLocationCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetWorkingLocationCommandInput]): import("@smithy/core/client").CommandImpl<GetWorkingLocationCommandInput, GetWorkingLocationCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>A temporary Amazon S3 location, where you can copy your files from a source location to stage or use
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { ListChangesetsRequest, ListChangesetsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListChangesetsCommandInput extends ListChangesetsRequest {
22
19
  export interface ListChangesetsCommandOutput extends ListChangesetsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListChangesetsCommand_base: {
25
- new (input: ListChangesetsCommandInput): import("@smithy/core/client").CommandImpl<ListChangesetsCommandInput, ListChangesetsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListChangesetsCommandInput): import("@smithy/core/client").CommandImpl<ListChangesetsCommandInput, ListChangesetsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListChangesetsCommandInput): import("@smithy/core/client").CommandImpl<ListChangesetsCommandInput, ListChangesetsCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListChangesetsCommandInput): import("@smithy/core/client").CommandImpl<ListChangesetsCommandInput, ListChangesetsCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the FinSpace Changesets for a Dataset.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { ListDataViewsRequest, ListDataViewsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDataViewsCommandInput extends ListDataViewsRequest {
22
19
  export interface ListDataViewsCommandOutput extends ListDataViewsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDataViewsCommand_base: {
25
- new (input: ListDataViewsCommandInput): import("@smithy/core/client").CommandImpl<ListDataViewsCommandInput, ListDataViewsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListDataViewsCommandInput): import("@smithy/core/client").CommandImpl<ListDataViewsCommandInput, ListDataViewsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDataViewsCommandInput): import("@smithy/core/client").CommandImpl<ListDataViewsCommandInput, ListDataViewsCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListDataViewsCommandInput): import("@smithy/core/client").CommandImpl<ListDataViewsCommandInput, ListDataViewsCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all available Dataviews for a Dataset.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDatasetsCommandInput extends ListDatasetsRequest {
22
19
  export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDatasetsCommand_base: {
25
- new (input: ListDatasetsCommandInput): import("@smithy/core/client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDatasetsCommandInput]): import("@smithy/core/client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDatasetsCommandInput): import("@smithy/core/client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDatasetsCommandInput]): import("@smithy/core/client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all of the active Datasets that a user has access to.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { ListPermissionGroupsByUserRequest, ListPermissionGroupsByUserResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPermissionGroupsByUserCommandInput extends ListPermissionGr
22
19
  export interface ListPermissionGroupsByUserCommandOutput extends ListPermissionGroupsByUserResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListPermissionGroupsByUserCommand_base: {
25
- new (input: ListPermissionGroupsByUserCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionGroupsByUserCommandInput, ListPermissionGroupsByUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPermissionGroupsByUserCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionGroupsByUserCommandInput, ListPermissionGroupsByUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPermissionGroupsByUserCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionGroupsByUserCommandInput, ListPermissionGroupsByUserCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListPermissionGroupsByUserCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionGroupsByUserCommandInput, ListPermissionGroupsByUserCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all the permission groups that are associated with a specific user.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { ListPermissionGroupsRequest, ListPermissionGroupsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPermissionGroupsCommandInput extends ListPermissionGroupsRe
22
19
  export interface ListPermissionGroupsCommandOutput extends ListPermissionGroupsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListPermissionGroupsCommand_base: {
25
- new (input: ListPermissionGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionGroupsCommandInput, ListPermissionGroupsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPermissionGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionGroupsCommandInput, ListPermissionGroupsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPermissionGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionGroupsCommandInput, ListPermissionGroupsCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListPermissionGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionGroupsCommandInput, ListPermissionGroupsCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all available permission groups in FinSpace.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { ListUsersByPermissionGroupRequest, ListUsersByPermissionGroupResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListUsersByPermissionGroupCommandInput extends ListUsersByPermi
22
19
  export interface ListUsersByPermissionGroupCommandOutput extends ListUsersByPermissionGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListUsersByPermissionGroupCommand_base: {
25
- new (input: ListUsersByPermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<ListUsersByPermissionGroupCommandInput, ListUsersByPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListUsersByPermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<ListUsersByPermissionGroupCommandInput, ListUsersByPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListUsersByPermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<ListUsersByPermissionGroupCommandInput, ListUsersByPermissionGroupCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListUsersByPermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<ListUsersByPermissionGroupCommandInput, ListUsersByPermissionGroupCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists details of all the users in a specific permission group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { ListUsersRequest, ListUsersResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListUsersCommandInput extends ListUsersRequest {
22
19
  export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListUsersCommand_base: {
25
- new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all available users in FinSpace.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
2
  import type { ResetUserPasswordRequest, ResetUserPasswordResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ResetUserPasswordCommandInput extends ResetUserPasswordRequest
22
19
  export interface ResetUserPasswordCommandOutput extends ResetUserPasswordResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ResetUserPasswordCommand_base: {
25
- new (input: ResetUserPasswordCommandInput): import("@smithy/core/client").CommandImpl<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ResetUserPasswordCommandInput): import("@smithy/core/client").CommandImpl<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ResetUserPasswordCommandInput): import("@smithy/core/client").CommandImpl<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ResetUserPasswordCommandInput): import("@smithy/core/client").CommandImpl<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Resets the password for a specified user ID and generates a temporary one. Only a superuser can reset password for other users. Resetting the password immediately invalidates the previous password associated with the user.</p>