@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 { UpdateChangesetRequest, UpdateChangesetResponse } 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 UpdateChangesetCommandInput extends UpdateChangesetRequest {
22
19
  export interface UpdateChangesetCommandOutput extends UpdateChangesetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateChangesetCommand_base: {
25
- new (input: UpdateChangesetCommandInput): import("@smithy/core/client").CommandImpl<UpdateChangesetCommandInput, UpdateChangesetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateChangesetCommandInput): import("@smithy/core/client").CommandImpl<UpdateChangesetCommandInput, UpdateChangesetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateChangesetCommandInput): import("@smithy/core/client").CommandImpl<UpdateChangesetCommandInput, UpdateChangesetCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateChangesetCommandInput): import("@smithy/core/client").CommandImpl<UpdateChangesetCommandInput, UpdateChangesetCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a FinSpace 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 { UpdateDatasetRequest, UpdateDatasetResponse } 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 UpdateDatasetCommandInput extends UpdateDatasetRequest {
22
19
  export interface UpdateDatasetCommandOutput extends UpdateDatasetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateDatasetCommand_base: {
25
- new (input: UpdateDatasetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDatasetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateDatasetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateDatasetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates 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 { UpdatePermissionGroupRequest, UpdatePermissionGroupResponse } 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 UpdatePermissionGroupCommandInput extends UpdatePermissionGroup
22
19
  export interface UpdatePermissionGroupCommandOutput extends UpdatePermissionGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdatePermissionGroupCommand_base: {
25
- new (input: UpdatePermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdatePermissionGroupCommandInput, UpdatePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdatePermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdatePermissionGroupCommandInput, UpdatePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdatePermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdatePermissionGroupCommandInput, UpdatePermissionGroupCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdatePermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdatePermissionGroupCommandInput, UpdatePermissionGroupCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the details of a permission group. You cannot modify a <code>permissionGroupID</code>.</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 { UpdateUserRequest, UpdateUserResponse } 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 UpdateUserCommandInput extends UpdateUserRequest {
22
19
  export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateUserCommand_base: {
25
- new (input: UpdateUserCommandInput): import("@smithy/core/client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateUserCommandInput): import("@smithy/core/client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateUserCommandInput): import("@smithy/core/client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateUserCommandInput): import("@smithy/core/client").CommandImpl<UpdateUserCommandInput, UpdateUserCommandOutput, import("..").FinspaceDataClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the details of the specified user. You cannot update the <code>userId</code> for a user.</p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { FinspaceDataExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ FinspaceDataClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./FinspaceDataClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ FinspaceDataClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ FinspaceDataClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FinspaceDataClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FinspaceDataClient";
8
2
  import {
9
3
  AssociateUserToPermissionGroupRequest,
10
4
  AssociateUserToPermissionGroupResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateUserToPermissionGroupCommandInput
15
8
  extends AssociateUserToPermissionGroupRequest {}
16
9
  export interface AssociateUserToPermissionGroupCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateUserToPermissionGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateUserToPermissionGroupCommandInput,
24
17
  AssociateUserToPermissionGroupCommandOutput,
25
- FinspaceDataClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FinspaceDataClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateUserToPermissionGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateUserToPermissionGroupCommandInput,
33
26
  AssociateUserToPermissionGroupCommandOutput,
34
- FinspaceDataClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").FinspaceDataClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateUserToPermissionGroupCommand extends AssociateUserToPermissionGroupCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FinspaceDataClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FinspaceDataClient";
8
2
  import {
9
3
  CreateChangesetRequest,
10
4
  CreateChangesetResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateChangesetCommandInput extends CreateChangesetRequest {}
15
8
  export interface CreateChangesetCommandOutput
16
9
  extends CreateChangesetResponse,
@@ -21,22 +14,20 @@ declare const CreateChangesetCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateChangesetCommandInput,
23
16
  CreateChangesetCommandOutput,
24
- FinspaceDataClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").FinspaceDataClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateChangesetCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateChangesetCommandInput,
32
25
  CreateChangesetCommandOutput,
33
- FinspaceDataClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").FinspaceDataClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateChangesetCommand extends CreateChangesetCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FinspaceDataClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FinspaceDataClient";
8
2
  import {
9
3
  CreateDataViewRequest,
10
4
  CreateDataViewResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDataViewCommandInput extends CreateDataViewRequest {}
15
8
  export interface CreateDataViewCommandOutput
16
9
  extends CreateDataViewResponse,
@@ -21,22 +14,20 @@ declare const CreateDataViewCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateDataViewCommandInput,
23
16
  CreateDataViewCommandOutput,
24
- FinspaceDataClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").FinspaceDataClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateDataViewCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateDataViewCommandInput,
32
25
  CreateDataViewCommandOutput,
33
- FinspaceDataClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").FinspaceDataClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateDataViewCommand extends CreateDataViewCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FinspaceDataClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FinspaceDataClient";
8
2
  import {
9
3
  CreateDatasetRequest,
10
4
  CreateDatasetResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
15
8
  export interface CreateDatasetCommandOutput
16
9
  extends CreateDatasetResponse,
@@ -21,22 +14,20 @@ declare const CreateDatasetCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateDatasetCommandInput,
23
16
  CreateDatasetCommandOutput,
24
- FinspaceDataClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").FinspaceDataClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateDatasetCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateDatasetCommandInput,
32
25
  CreateDatasetCommandOutput,
33
- FinspaceDataClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").FinspaceDataClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FinspaceDataClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FinspaceDataClient";
8
2
  import {
9
3
  CreatePermissionGroupRequest,
10
4
  CreatePermissionGroupResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreatePermissionGroupCommandInput
15
8
  extends CreatePermissionGroupRequest {}
16
9
  export interface CreatePermissionGroupCommandOutput
@@ -22,22 +15,20 @@ declare const CreatePermissionGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreatePermissionGroupCommandInput,
24
17
  CreatePermissionGroupCommandOutput,
25
- FinspaceDataClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FinspaceDataClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreatePermissionGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreatePermissionGroupCommandInput,
33
26
  CreatePermissionGroupCommandOutput,
34
- FinspaceDataClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").FinspaceDataClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreatePermissionGroupCommand extends CreatePermissionGroupCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FinspaceDataClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FinspaceDataClient";
8
2
  import { CreateUserRequest, CreateUserResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateUserCommandInput extends CreateUserRequest {}
12
5
  export interface CreateUserCommandOutput
13
6
  extends CreateUserResponse,
@@ -18,22 +11,20 @@ declare const CreateUserCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateUserCommandInput,
20
13
  CreateUserCommandOutput,
21
- FinspaceDataClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").FinspaceDataClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateUserCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateUserCommandInput,
29
22
  CreateUserCommandOutput,
30
- FinspaceDataClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").FinspaceDataClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateUserCommand extends CreateUserCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FinspaceDataClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FinspaceDataClient";
8
2
  import {
9
3
  DeleteDatasetRequest,
10
4
  DeleteDatasetResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
15
8
  export interface DeleteDatasetCommandOutput
16
9
  extends DeleteDatasetResponse,
@@ -21,22 +14,20 @@ declare const DeleteDatasetCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteDatasetCommandInput,
23
16
  DeleteDatasetCommandOutput,
24
- FinspaceDataClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").FinspaceDataClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteDatasetCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteDatasetCommandInput,
32
25
  DeleteDatasetCommandOutput,
33
- FinspaceDataClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").FinspaceDataClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FinspaceDataClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FinspaceDataClient";
8
2
  import {
9
3
  DeletePermissionGroupRequest,
10
4
  DeletePermissionGroupResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeletePermissionGroupCommandInput
15
8
  extends DeletePermissionGroupRequest {}
16
9
  export interface DeletePermissionGroupCommandOutput
@@ -22,22 +15,20 @@ declare const DeletePermissionGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeletePermissionGroupCommandInput,
24
17
  DeletePermissionGroupCommandOutput,
25
- FinspaceDataClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FinspaceDataClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeletePermissionGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeletePermissionGroupCommandInput,
33
26
  DeletePermissionGroupCommandOutput,
34
- FinspaceDataClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").FinspaceDataClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeletePermissionGroupCommand extends DeletePermissionGroupCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FinspaceDataClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FinspaceDataClient";
8
2
  import { DisableUserRequest, DisableUserResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DisableUserCommandInput extends DisableUserRequest {}
12
5
  export interface DisableUserCommandOutput
13
6
  extends DisableUserResponse,
@@ -18,22 +11,20 @@ declare const DisableUserCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DisableUserCommandInput,
20
13
  DisableUserCommandOutput,
21
- FinspaceDataClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").FinspaceDataClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DisableUserCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DisableUserCommandInput,
29
22
  DisableUserCommandOutput,
30
- FinspaceDataClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").FinspaceDataClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DisableUserCommand extends DisableUserCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- FinspaceDataClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../FinspaceDataClient";
8
2
  import {
9
3
  DisassociateUserFromPermissionGroupRequest,
10
4
  DisassociateUserFromPermissionGroupResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DisassociateUserFromPermissionGroupCommandInput
15
8
  extends DisassociateUserFromPermissionGroupRequest {}
16
9
  export interface DisassociateUserFromPermissionGroupCommandOutput
@@ -22,22 +15,20 @@ declare const DisassociateUserFromPermissionGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DisassociateUserFromPermissionGroupCommandInput,
24
17
  DisassociateUserFromPermissionGroupCommandOutput,
25
- FinspaceDataClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").FinspaceDataClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DisassociateUserFromPermissionGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DisassociateUserFromPermissionGroupCommandInput,
33
26
  DisassociateUserFromPermissionGroupCommandOutput,
34
- FinspaceDataClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").FinspaceDataClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DisassociateUserFromPermissionGroupCommand extends DisassociateUserFromPermissionGroupCommand_base {
43
34
  protected static __types: {