@aws-sdk/client-finspace-data 3.1045.0 → 3.1046.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 (128) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +78 -79
  5. package/dist-cjs/models/FinspaceDataServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/FinspaceData.js +1 -1
  10. package/dist-es/FinspaceDataClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AssociateUserToPermissionGroupCommand.js +2 -2
  13. package/dist-es/commands/CreateChangesetCommand.js +2 -2
  14. package/dist-es/commands/CreateDataViewCommand.js +2 -2
  15. package/dist-es/commands/CreateDatasetCommand.js +2 -2
  16. package/dist-es/commands/CreatePermissionGroupCommand.js +2 -2
  17. package/dist-es/commands/CreateUserCommand.js +2 -2
  18. package/dist-es/commands/DeleteDatasetCommand.js +2 -2
  19. package/dist-es/commands/DeletePermissionGroupCommand.js +2 -2
  20. package/dist-es/commands/DisableUserCommand.js +2 -2
  21. package/dist-es/commands/DisassociateUserFromPermissionGroupCommand.js +2 -2
  22. package/dist-es/commands/EnableUserCommand.js +2 -2
  23. package/dist-es/commands/GetChangesetCommand.js +2 -2
  24. package/dist-es/commands/GetDataViewCommand.js +2 -2
  25. package/dist-es/commands/GetDatasetCommand.js +2 -2
  26. package/dist-es/commands/GetExternalDataViewAccessDetailsCommand.js +2 -2
  27. package/dist-es/commands/GetPermissionGroupCommand.js +2 -2
  28. package/dist-es/commands/GetProgrammaticAccessCredentialsCommand.js +2 -2
  29. package/dist-es/commands/GetUserCommand.js +2 -2
  30. package/dist-es/commands/GetWorkingLocationCommand.js +2 -2
  31. package/dist-es/commands/ListChangesetsCommand.js +2 -2
  32. package/dist-es/commands/ListDataViewsCommand.js +2 -2
  33. package/dist-es/commands/ListDatasetsCommand.js +2 -2
  34. package/dist-es/commands/ListPermissionGroupsByUserCommand.js +2 -2
  35. package/dist-es/commands/ListPermissionGroupsCommand.js +2 -2
  36. package/dist-es/commands/ListUsersByPermissionGroupCommand.js +2 -2
  37. package/dist-es/commands/ListUsersCommand.js +2 -2
  38. package/dist-es/commands/ResetUserPasswordCommand.js +2 -2
  39. package/dist-es/commands/UpdateChangesetCommand.js +2 -2
  40. package/dist-es/commands/UpdateDatasetCommand.js +2 -2
  41. package/dist-es/commands/UpdatePermissionGroupCommand.js +2 -2
  42. package/dist-es/commands/UpdateUserCommand.js +2 -2
  43. package/dist-es/endpoint/bdd.js +1 -1
  44. package/dist-es/endpoint/endpointResolver.js +1 -1
  45. package/dist-es/models/FinspaceDataServiceException.js +1 -1
  46. package/dist-es/runtimeConfig.browser.js +4 -6
  47. package/dist-es/runtimeConfig.js +4 -8
  48. package/dist-es/runtimeConfig.shared.js +3 -4
  49. package/dist-es/runtimeExtensions.js +2 -2
  50. package/dist-types/FinspaceDataClient.d.ts +5 -5
  51. package/dist-types/commands/AssociateUserToPermissionGroupCommand.d.ts +6 -4
  52. package/dist-types/commands/CreateChangesetCommand.d.ts +6 -4
  53. package/dist-types/commands/CreateDataViewCommand.d.ts +6 -4
  54. package/dist-types/commands/CreateDatasetCommand.d.ts +6 -4
  55. package/dist-types/commands/CreatePermissionGroupCommand.d.ts +6 -4
  56. package/dist-types/commands/CreateUserCommand.d.ts +6 -4
  57. package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -4
  58. package/dist-types/commands/DeletePermissionGroupCommand.d.ts +6 -4
  59. package/dist-types/commands/DisableUserCommand.d.ts +6 -4
  60. package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +6 -4
  61. package/dist-types/commands/EnableUserCommand.d.ts +6 -4
  62. package/dist-types/commands/GetChangesetCommand.d.ts +6 -4
  63. package/dist-types/commands/GetDataViewCommand.d.ts +6 -4
  64. package/dist-types/commands/GetDatasetCommand.d.ts +6 -4
  65. package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +6 -4
  66. package/dist-types/commands/GetPermissionGroupCommand.d.ts +6 -4
  67. package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +6 -4
  68. package/dist-types/commands/GetUserCommand.d.ts +6 -4
  69. package/dist-types/commands/GetWorkingLocationCommand.d.ts +6 -4
  70. package/dist-types/commands/ListChangesetsCommand.d.ts +6 -4
  71. package/dist-types/commands/ListDataViewsCommand.d.ts +6 -4
  72. package/dist-types/commands/ListDatasetsCommand.d.ts +6 -4
  73. package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +6 -4
  74. package/dist-types/commands/ListPermissionGroupsCommand.d.ts +6 -4
  75. package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +6 -4
  76. package/dist-types/commands/ListUsersCommand.d.ts +6 -4
  77. package/dist-types/commands/ResetUserPasswordCommand.d.ts +6 -4
  78. package/dist-types/commands/UpdateChangesetCommand.d.ts +6 -4
  79. package/dist-types/commands/UpdateDatasetCommand.d.ts +6 -4
  80. package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +6 -4
  81. package/dist-types/commands/UpdateUserCommand.d.ts +6 -4
  82. package/dist-types/endpoint/bdd.d.ts +1 -1
  83. package/dist-types/extensionConfiguration.d.ts +1 -1
  84. package/dist-types/models/FinspaceDataServiceException.d.ts +1 -1
  85. package/dist-types/models/errors.d.ts +1 -1
  86. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  87. package/dist-types/runtimeConfig.d.ts +2 -2
  88. package/dist-types/runtimeConfig.native.d.ts +2 -2
  89. package/dist-types/ts3.4/FinspaceDataClient.d.ts +8 -14
  90. package/dist-types/ts3.4/commands/AssociateUserToPermissionGroupCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/CreateChangesetCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/CreateDataViewCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/CreatePermissionGroupCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/DeletePermissionGroupCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/DisassociateUserFromPermissionGroupCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/GetChangesetCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/GetDataViewCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/GetExternalDataViewAccessDetailsCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/GetPermissionGroupCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/GetProgrammaticAccessCredentialsCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/GetWorkingLocationCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/ListChangesetsCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/ListDataViewsCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/ListPermissionGroupsByUserCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/ListPermissionGroupsCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/ListUsersByPermissionGroupCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +6 -8
  116. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/UpdateChangesetCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/UpdatePermissionGroupCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  122. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  123. package/dist-types/ts3.4/models/FinspaceDataServiceException.d.ts +1 -1
  124. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  125. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  126. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  127. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  128. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { CreateDataViewRequest, CreateDataViewResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateDataViewCommandInput extends CreateDataViewRequest {
22
22
  export interface CreateDataViewCommandOutput extends CreateDataViewResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateDataViewCommand_base: {
25
- new (input: CreateDataViewCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataViewCommandInput, CreateDataViewCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDataViewCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataViewCommandInput, CreateDataViewCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateDataViewCommandInput): import("@smithy/core/client").CommandImpl<CreateDataViewCommandInput, CreateDataViewCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDataViewCommandInput): import("@smithy/core/client").CommandImpl<CreateDataViewCommandInput, CreateDataViewCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a Dataview for a Dataset.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateDatasetCommandInput extends CreateDatasetRequest {
22
22
  export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateDatasetCommand_base: {
25
- new (input: CreateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new FinSpace Dataset.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { CreatePermissionGroupRequest, CreatePermissionGroupResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreatePermissionGroupCommandInput extends CreatePermissionGroup
22
22
  export interface CreatePermissionGroupCommandOutput extends CreatePermissionGroupResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreatePermissionGroupCommand_base: {
25
- new (input: CreatePermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePermissionGroupCommandInput, CreatePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreatePermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePermissionGroupCommandInput, CreatePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreatePermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<CreatePermissionGroupCommandInput, CreatePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreatePermissionGroupCommandInput): import("@smithy/core/client").CommandImpl<CreatePermissionGroupCommandInput, CreatePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a group of permissions for various actions that a user can perform in FinSpace.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { CreateUserRequest, CreateUserResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateUserCommandInput extends CreateUserRequest {
22
22
  export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateUserCommand_base: {
25
- new (input: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateUserCommandInput): import("@smithy/core/client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateUserCommandInput): import("@smithy/core/client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new user in FinSpace.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {
22
22
  export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteDatasetCommand_base: {
25
- new (input: DeleteDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a FinSpace Dataset.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { DeletePermissionGroupRequest, DeletePermissionGroupResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeletePermissionGroupCommandInput extends DeletePermissionGroup
22
22
  export interface DeletePermissionGroupCommandOutput extends DeletePermissionGroupResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeletePermissionGroupCommand_base: {
25
- new (input: DeletePermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePermissionGroupCommandInput, DeletePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeletePermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePermissionGroupCommandInput, DeletePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a permission group. This action is irreversible.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { DisableUserRequest, DisableUserResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DisableUserCommandInput extends DisableUserRequest {
22
22
  export interface DisableUserCommandOutput extends DisableUserResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DisableUserCommand_base: {
25
- new (input: DisableUserCommandInput): import("@smithy/smithy-client").CommandImpl<DisableUserCommandInput, DisableUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisableUserCommandInput): import("@smithy/smithy-client").CommandImpl<DisableUserCommandInput, DisableUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Denies access to the FinSpace web application and API for the specified user.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { DisassociateUserFromPermissionGroupRequest, DisassociateUserFromPermissionGroupResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DisassociateUserFromPermissionGroupCommandInput extends Disasso
22
22
  export interface DisassociateUserFromPermissionGroupCommandOutput extends DisassociateUserFromPermissionGroupResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DisassociateUserFromPermissionGroupCommand_base: {
25
- new (input: DisassociateUserFromPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateUserFromPermissionGroupCommandInput, DisassociateUserFromPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateUserFromPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateUserFromPermissionGroupCommandInput, DisassociateUserFromPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes a user from a permission group.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { EnableUserRequest, EnableUserResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface EnableUserCommandInput extends EnableUserRequest {
22
22
  export interface EnableUserCommandOutput extends EnableUserResponse, __MetadataBearer {
23
23
  }
24
24
  declare const EnableUserCommand_base: {
25
- new (input: EnableUserCommandInput): import("@smithy/smithy-client").CommandImpl<EnableUserCommandInput, EnableUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EnableUserCommandInput): import("@smithy/smithy-client").CommandImpl<EnableUserCommandInput, EnableUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Allows the specified user to access the FinSpace web application and API.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { GetChangesetRequest, GetChangesetResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetChangesetCommandInput extends GetChangesetRequest {
22
22
  export interface GetChangesetCommandOutput extends GetChangesetResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetChangesetCommand_base: {
25
- new (input: GetChangesetCommandInput): import("@smithy/smithy-client").CommandImpl<GetChangesetCommandInput, GetChangesetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetChangesetCommandInput): import("@smithy/smithy-client").CommandImpl<GetChangesetCommandInput, GetChangesetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Get information about a Changeset.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { GetDataViewRequest, GetDataViewResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetDataViewCommandInput extends GetDataViewRequest {
22
22
  export interface GetDataViewCommandOutput extends GetDataViewResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDataViewCommand_base: {
25
- new (input: GetDataViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataViewCommandInput, GetDataViewCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDataViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataViewCommandInput, GetDataViewCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets information about a Dataview.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { GetDatasetRequest, GetDatasetResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetDatasetCommandInput extends GetDatasetRequest {
22
22
  export interface GetDatasetCommandOutput extends GetDatasetResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDatasetCommand_base: {
25
- new (input: GetDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<GetDatasetCommandInput, GetDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<GetDatasetCommandInput, GetDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about a Dataset.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { GetExternalDataViewAccessDetailsRequest, GetExternalDataViewAccessDetailsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetExternalDataViewAccessDetailsCommandInput extends GetExterna
22
22
  export interface GetExternalDataViewAccessDetailsCommandOutput extends GetExternalDataViewAccessDetailsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetExternalDataViewAccessDetailsCommand_base: {
25
- new (input: GetExternalDataViewAccessDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetExternalDataViewAccessDetailsCommandInput, GetExternalDataViewAccessDetailsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetExternalDataViewAccessDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetExternalDataViewAccessDetailsCommandInput, GetExternalDataViewAccessDetailsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the credentials to access the external Dataview from an S3 location. To call this API:</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { GetPermissionGroupRequest, GetPermissionGroupResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetPermissionGroupCommandInput extends GetPermissionGroupReques
22
22
  export interface GetPermissionGroupCommandOutput extends GetPermissionGroupResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetPermissionGroupCommand_base: {
25
- new (input: GetPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetPermissionGroupCommandInput, GetPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetPermissionGroupCommandInput, GetPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the details of a specific permission group.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { GetProgrammaticAccessCredentialsRequest, GetProgrammaticAccessCredentialsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetProgrammaticAccessCredentialsCommandInput extends GetProgram
22
22
  export interface GetProgrammaticAccessCredentialsCommandOutput extends GetProgrammaticAccessCredentialsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetProgrammaticAccessCredentialsCommand_base: {
25
- new (input: GetProgrammaticAccessCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<GetProgrammaticAccessCredentialsCommandInput, GetProgrammaticAccessCredentialsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetProgrammaticAccessCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<GetProgrammaticAccessCredentialsCommandInput, GetProgrammaticAccessCredentialsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { GetUserRequest, GetUserResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetUserCommandInput extends GetUserRequest {
22
22
  export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetUserCommand_base: {
25
- new (input: GetUserCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserCommandInput, GetUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetUserCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserCommandInput, GetUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves details for a specific user.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { GetWorkingLocationRequest, GetWorkingLocationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetWorkingLocationCommandInput extends GetWorkingLocationReques
22
22
  export interface GetWorkingLocationCommandOutput extends GetWorkingLocationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetWorkingLocationCommand_base: {
25
- new (input: GetWorkingLocationCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkingLocationCommandInput, GetWorkingLocationCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetWorkingLocationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetWorkingLocationCommandInput, GetWorkingLocationCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>A temporary Amazon S3 location, where you can copy your files from a source location to stage or use
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { ListChangesetsRequest, ListChangesetsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListChangesetsCommandInput extends ListChangesetsRequest {
22
22
  export interface ListChangesetsCommandOutput extends ListChangesetsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListChangesetsCommand_base: {
25
- new (input: ListChangesetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChangesetsCommandInput, ListChangesetsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListChangesetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChangesetsCommandInput, ListChangesetsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the FinSpace Changesets for a Dataset.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { ListDataViewsRequest, ListDataViewsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListDataViewsCommandInput extends ListDataViewsRequest {
22
22
  export interface ListDataViewsCommandOutput extends ListDataViewsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListDataViewsCommand_base: {
25
- new (input: ListDataViewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataViewsCommandInput, ListDataViewsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListDataViewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataViewsCommandInput, ListDataViewsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all available Dataviews for a Dataset.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListDatasetsCommandInput extends ListDatasetsRequest {
22
22
  export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListDatasetsCommand_base: {
25
- new (input: ListDatasetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDatasetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all of the active Datasets that a user has access to.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { ListPermissionGroupsByUserRequest, ListPermissionGroupsByUserResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListPermissionGroupsByUserCommandInput extends ListPermissionGr
22
22
  export interface ListPermissionGroupsByUserCommandOutput extends ListPermissionGroupsByUserResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListPermissionGroupsByUserCommand_base: {
25
- new (input: ListPermissionGroupsByUserCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionGroupsByUserCommandInput, ListPermissionGroupsByUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPermissionGroupsByUserCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionGroupsByUserCommandInput, ListPermissionGroupsByUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all the permission groups that are associated with a specific user.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { ListPermissionGroupsRequest, ListPermissionGroupsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListPermissionGroupsCommandInput extends ListPermissionGroupsRe
22
22
  export interface ListPermissionGroupsCommandOutput extends ListPermissionGroupsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListPermissionGroupsCommand_base: {
25
- new (input: ListPermissionGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionGroupsCommandInput, ListPermissionGroupsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPermissionGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionGroupsCommandInput, ListPermissionGroupsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all available permission groups in FinSpace.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { ListUsersByPermissionGroupRequest, ListUsersByPermissionGroupResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListUsersByPermissionGroupCommandInput extends ListUsersByPermi
22
22
  export interface ListUsersByPermissionGroupCommandOutput extends ListUsersByPermissionGroupResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListUsersByPermissionGroupCommand_base: {
25
- new (input: ListUsersByPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersByPermissionGroupCommandInput, ListUsersByPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListUsersByPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersByPermissionGroupCommandInput, ListUsersByPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists details of all the users in a specific permission group.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { ListUsersRequest, ListUsersResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListUsersCommandInput extends ListUsersRequest {
22
22
  export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListUsersCommand_base: {
25
- new (input: ListUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all available users in FinSpace.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { ResetUserPasswordRequest, ResetUserPasswordResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ResetUserPasswordCommandInput extends ResetUserPasswordRequest
22
22
  export interface ResetUserPasswordCommandOutput extends ResetUserPasswordResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ResetUserPasswordCommand_base: {
25
- new (input: ResetUserPasswordCommandInput): import("@smithy/smithy-client").CommandImpl<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ResetUserPasswordCommandInput): import("@smithy/smithy-client").CommandImpl<ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
4
4
  import type { UpdateChangesetRequest, UpdateChangesetResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateChangesetCommandInput extends UpdateChangesetRequest {
22
22
  export interface UpdateChangesetCommandOutput extends UpdateChangesetResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateChangesetCommand_base: {
25
- new (input: UpdateChangesetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChangesetCommandInput, UpdateChangesetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateChangesetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChangesetCommandInput, UpdateChangesetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates a FinSpace Changeset.</p>