@aws-sdk/client-finspace-data 3.1045.0 → 3.1047.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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  FinspaceDataClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface GetDatasetCommandOutput
15
15
  declare const GetDatasetCommand_base: {
16
16
  new (
17
17
  input: GetDatasetCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetDatasetCommandInput,
20
20
  GetDatasetCommandOutput,
21
21
  FinspaceDataClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetDatasetCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetDatasetCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetDatasetCommandInput,
29
29
  GetDatasetCommandOutput,
30
30
  FinspaceDataClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetDatasetCommand extends GetDatasetCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  FinspaceDataClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetExternalDataViewAccessDetailsCommandOutput
19
19
  declare const GetExternalDataViewAccessDetailsCommand_base: {
20
20
  new (
21
21
  input: GetExternalDataViewAccessDetailsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetExternalDataViewAccessDetailsCommandInput,
24
24
  GetExternalDataViewAccessDetailsCommandOutput,
25
25
  FinspaceDataClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetExternalDataViewAccessDetailsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetExternalDataViewAccessDetailsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetExternalDataViewAccessDetailsCommandInput,
33
33
  GetExternalDataViewAccessDetailsCommandOutput,
34
34
  FinspaceDataClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetExternalDataViewAccessDetailsCommand extends GetExternalDataViewAccessDetailsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  FinspaceDataClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetPermissionGroupCommandOutput
19
19
  declare const GetPermissionGroupCommand_base: {
20
20
  new (
21
21
  input: GetPermissionGroupCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetPermissionGroupCommandInput,
24
24
  GetPermissionGroupCommandOutput,
25
25
  FinspaceDataClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetPermissionGroupCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetPermissionGroupCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetPermissionGroupCommandInput,
33
33
  GetPermissionGroupCommandOutput,
34
34
  FinspaceDataClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetPermissionGroupCommand extends GetPermissionGroupCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  FinspaceDataClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetProgrammaticAccessCredentialsCommandOutput
19
19
  declare const GetProgrammaticAccessCredentialsCommand_base: {
20
20
  new (
21
21
  input: GetProgrammaticAccessCredentialsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetProgrammaticAccessCredentialsCommandInput,
24
24
  GetProgrammaticAccessCredentialsCommandOutput,
25
25
  FinspaceDataClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetProgrammaticAccessCredentialsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetProgrammaticAccessCredentialsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetProgrammaticAccessCredentialsCommandInput,
33
33
  GetProgrammaticAccessCredentialsCommandOutput,
34
34
  FinspaceDataClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetProgrammaticAccessCredentialsCommand extends GetProgrammaticAccessCredentialsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  FinspaceDataClientResolvedConfig,
@@ -13,21 +13,23 @@ export interface GetUserCommandOutput
13
13
  extends GetUserResponse,
14
14
  __MetadataBearer {}
15
15
  declare const GetUserCommand_base: {
16
- new (input: GetUserCommandInput): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: GetUserCommandInput): import("@smithy/core/client").CommandImpl<
17
17
  GetUserCommandInput,
18
18
  GetUserCommandOutput,
19
19
  FinspaceDataClientResolvedConfig,
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
- new (input: GetUserCommandInput): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: GetUserCommandInput): import("@smithy/core/client").CommandImpl<
24
24
  GetUserCommandInput,
25
25
  GetUserCommandOutput,
26
26
  FinspaceDataClientResolvedConfig,
27
27
  ServiceInputTypes,
28
28
  ServiceOutputTypes
29
29
  >;
30
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
31
33
  };
32
34
  export declare class GetUserCommand extends GetUserCommand_base {
33
35
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  FinspaceDataClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetWorkingLocationCommandOutput
19
19
  declare const GetWorkingLocationCommand_base: {
20
20
  new (
21
21
  input: GetWorkingLocationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetWorkingLocationCommandInput,
24
24
  GetWorkingLocationCommandOutput,
25
25
  FinspaceDataClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetWorkingLocationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [GetWorkingLocationCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetWorkingLocationCommandInput,
33
33
  GetWorkingLocationCommandOutput,
34
34
  FinspaceDataClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetWorkingLocationCommand extends GetWorkingLocationCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  FinspaceDataClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListChangesetsCommandOutput
18
18
  declare const ListChangesetsCommand_base: {
19
19
  new (
20
20
  input: ListChangesetsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListChangesetsCommandInput,
23
23
  ListChangesetsCommandOutput,
24
24
  FinspaceDataClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListChangesetsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: ListChangesetsCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListChangesetsCommandInput,
32
32
  ListChangesetsCommandOutput,
33
33
  FinspaceDataClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListChangesetsCommand extends ListChangesetsCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  FinspaceDataClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListDataViewsCommandOutput
18
18
  declare const ListDataViewsCommand_base: {
19
19
  new (
20
20
  input: ListDataViewsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListDataViewsCommandInput,
23
23
  ListDataViewsCommandOutput,
24
24
  FinspaceDataClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListDataViewsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: ListDataViewsCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListDataViewsCommandInput,
32
32
  ListDataViewsCommandOutput,
33
33
  FinspaceDataClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListDataViewsCommand extends ListDataViewsCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  FinspaceDataClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface ListDatasetsCommandOutput
15
15
  declare const ListDatasetsCommand_base: {
16
16
  new (
17
17
  input: ListDatasetsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListDatasetsCommandInput,
20
20
  ListDatasetsCommandOutput,
21
21
  FinspaceDataClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListDatasetsCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListDatasetsCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListDatasetsCommandInput,
29
29
  ListDatasetsCommandOutput,
30
30
  FinspaceDataClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  FinspaceDataClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListPermissionGroupsByUserCommandOutput
19
19
  declare const ListPermissionGroupsByUserCommand_base: {
20
20
  new (
21
21
  input: ListPermissionGroupsByUserCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListPermissionGroupsByUserCommandInput,
24
24
  ListPermissionGroupsByUserCommandOutput,
25
25
  FinspaceDataClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListPermissionGroupsByUserCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListPermissionGroupsByUserCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListPermissionGroupsByUserCommandInput,
33
33
  ListPermissionGroupsByUserCommandOutput,
34
34
  FinspaceDataClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListPermissionGroupsByUserCommand extends ListPermissionGroupsByUserCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  FinspaceDataClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListPermissionGroupsCommandOutput
19
19
  declare const ListPermissionGroupsCommand_base: {
20
20
  new (
21
21
  input: ListPermissionGroupsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListPermissionGroupsCommandInput,
24
24
  ListPermissionGroupsCommandOutput,
25
25
  FinspaceDataClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListPermissionGroupsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListPermissionGroupsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListPermissionGroupsCommandInput,
33
33
  ListPermissionGroupsCommandOutput,
34
34
  FinspaceDataClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListPermissionGroupsCommand extends ListPermissionGroupsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  FinspaceDataClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListUsersByPermissionGroupCommandOutput
19
19
  declare const ListUsersByPermissionGroupCommand_base: {
20
20
  new (
21
21
  input: ListUsersByPermissionGroupCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListUsersByPermissionGroupCommandInput,
24
24
  ListUsersByPermissionGroupCommandOutput,
25
25
  FinspaceDataClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListUsersByPermissionGroupCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListUsersByPermissionGroupCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListUsersByPermissionGroupCommandInput,
33
33
  ListUsersByPermissionGroupCommandOutput,
34
34
  FinspaceDataClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListUsersByPermissionGroupCommand extends ListUsersByPermissionGroupCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  FinspaceDataClientResolvedConfig,
@@ -13,25 +13,23 @@ export interface ListUsersCommandOutput
13
13
  extends ListUsersResponse,
14
14
  __MetadataBearer {}
15
15
  declare const ListUsersCommand_base: {
16
- new (
17
- input: ListUsersCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  ListUsersCommandInput,
20
18
  ListUsersCommandOutput,
21
19
  FinspaceDataClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: ListUsersCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  ListUsersCommandInput,
29
25
  ListUsersCommandOutput,
30
26
  FinspaceDataClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class ListUsersCommand extends ListUsersCommand_base {
37
35
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  FinspaceDataClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ResetUserPasswordCommandOutput
19
19
  declare const ResetUserPasswordCommand_base: {
20
20
  new (
21
21
  input: ResetUserPasswordCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ResetUserPasswordCommandInput,
24
24
  ResetUserPasswordCommandOutput,
25
25
  FinspaceDataClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ResetUserPasswordCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ResetUserPasswordCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ResetUserPasswordCommandInput,
33
33
  ResetUserPasswordCommandOutput,
34
34
  FinspaceDataClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ResetUserPasswordCommand extends ResetUserPasswordCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  FinspaceDataClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface UpdateChangesetCommandOutput
18
18
  declare const UpdateChangesetCommand_base: {
19
19
  new (
20
20
  input: UpdateChangesetCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  UpdateChangesetCommandInput,
23
23
  UpdateChangesetCommandOutput,
24
24
  FinspaceDataClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const UpdateChangesetCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: UpdateChangesetCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  UpdateChangesetCommandInput,
32
32
  UpdateChangesetCommandOutput,
33
33
  FinspaceDataClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class UpdateChangesetCommand extends UpdateChangesetCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  FinspaceDataClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface UpdateDatasetCommandOutput
18
18
  declare const UpdateDatasetCommand_base: {
19
19
  new (
20
20
  input: UpdateDatasetCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  UpdateDatasetCommandInput,
23
23
  UpdateDatasetCommandOutput,
24
24
  FinspaceDataClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const UpdateDatasetCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: UpdateDatasetCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  UpdateDatasetCommandInput,
32
32
  UpdateDatasetCommandOutput,
33
33
  FinspaceDataClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  FinspaceDataClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface UpdatePermissionGroupCommandOutput
19
19
  declare const UpdatePermissionGroupCommand_base: {
20
20
  new (
21
21
  input: UpdatePermissionGroupCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdatePermissionGroupCommandInput,
24
24
  UpdatePermissionGroupCommandOutput,
25
25
  FinspaceDataClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdatePermissionGroupCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdatePermissionGroupCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdatePermissionGroupCommandInput,
33
33
  UpdatePermissionGroupCommandOutput,
34
34
  FinspaceDataClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UpdatePermissionGroupCommand extends UpdatePermissionGroupCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  FinspaceDataClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface UpdateUserCommandOutput
15
15
  declare const UpdateUserCommand_base: {
16
16
  new (
17
17
  input: UpdateUserCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  UpdateUserCommandInput,
20
20
  UpdateUserCommandOutput,
21
21
  FinspaceDataClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const UpdateUserCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: UpdateUserCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  UpdateUserCommandInput,
29
29
  UpdateUserCommandOutput,
30
30
  FinspaceDataClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class UpdateUserCommand extends UpdateUserCommand_base {
37
39
  protected static __types: {
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface FinspaceDataExtensionConfiguration
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceExceptionOptions as __ServiceExceptionOptions,
3
3
  ServiceException as __ServiceException,
4
- } from "@smithy/smithy-client";
4
+ } from "@smithy/core/client";
5
5
  export { __ServiceExceptionOptions };
6
6
  export { __ServiceException };
7
7
  export declare class FinspaceDataServiceException extends __ServiceException {
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { FinspaceDataServiceException as __BaseException } from "./FinspaceDataServiceException";
3
3
  export declare class AccessDeniedException extends __BaseException {
4
4
  readonly name: "AccessDeniedException";