@aws-sdk/client-finspace-data 3.477.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/dist-cjs/commands/AssociateUserToPermissionGroupCommand.js +18 -41
  2. package/dist-cjs/commands/CreateChangesetCommand.js +18 -41
  3. package/dist-cjs/commands/CreateDataViewCommand.js +18 -41
  4. package/dist-cjs/commands/CreateDatasetCommand.js +18 -41
  5. package/dist-cjs/commands/CreatePermissionGroupCommand.js +18 -41
  6. package/dist-cjs/commands/CreateUserCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteDatasetCommand.js +18 -41
  8. package/dist-cjs/commands/DeletePermissionGroupCommand.js +18 -41
  9. package/dist-cjs/commands/DisableUserCommand.js +18 -41
  10. package/dist-cjs/commands/DisassociateUserFromPermissionGroupCommand.js +18 -41
  11. package/dist-cjs/commands/EnableUserCommand.js +18 -41
  12. package/dist-cjs/commands/GetChangesetCommand.js +18 -41
  13. package/dist-cjs/commands/GetDataViewCommand.js +18 -41
  14. package/dist-cjs/commands/GetDatasetCommand.js +18 -41
  15. package/dist-cjs/commands/GetExternalDataViewAccessDetailsCommand.js +18 -41
  16. package/dist-cjs/commands/GetPermissionGroupCommand.js +18 -41
  17. package/dist-cjs/commands/GetProgrammaticAccessCredentialsCommand.js +18 -41
  18. package/dist-cjs/commands/GetUserCommand.js +18 -41
  19. package/dist-cjs/commands/GetWorkingLocationCommand.js +18 -41
  20. package/dist-cjs/commands/ListChangesetsCommand.js +18 -41
  21. package/dist-cjs/commands/ListDataViewsCommand.js +18 -41
  22. package/dist-cjs/commands/ListDatasetsCommand.js +18 -41
  23. package/dist-cjs/commands/ListPermissionGroupsByUserCommand.js +18 -41
  24. package/dist-cjs/commands/ListPermissionGroupsCommand.js +18 -41
  25. package/dist-cjs/commands/ListUsersByPermissionGroupCommand.js +18 -41
  26. package/dist-cjs/commands/ListUsersCommand.js +18 -41
  27. package/dist-cjs/commands/ResetUserPasswordCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateChangesetCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateDatasetCommand.js +18 -41
  30. package/dist-cjs/commands/UpdatePermissionGroupCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateUserCommand.js +18 -41
  32. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  33. package/dist-cjs/pagination/ListChangesetsPaginator.js +2 -24
  34. package/dist-cjs/pagination/ListDataViewsPaginator.js +2 -24
  35. package/dist-cjs/pagination/ListDatasetsPaginator.js +2 -24
  36. package/dist-cjs/pagination/ListPermissionGroupsPaginator.js +2 -24
  37. package/dist-cjs/pagination/ListUsersPaginator.js +2 -24
  38. package/dist-es/commands/AssociateUserToPermissionGroupCommand.js +18 -41
  39. package/dist-es/commands/CreateChangesetCommand.js +18 -41
  40. package/dist-es/commands/CreateDataViewCommand.js +18 -41
  41. package/dist-es/commands/CreateDatasetCommand.js +18 -41
  42. package/dist-es/commands/CreatePermissionGroupCommand.js +18 -41
  43. package/dist-es/commands/CreateUserCommand.js +18 -41
  44. package/dist-es/commands/DeleteDatasetCommand.js +18 -41
  45. package/dist-es/commands/DeletePermissionGroupCommand.js +18 -41
  46. package/dist-es/commands/DisableUserCommand.js +18 -41
  47. package/dist-es/commands/DisassociateUserFromPermissionGroupCommand.js +18 -41
  48. package/dist-es/commands/EnableUserCommand.js +18 -41
  49. package/dist-es/commands/GetChangesetCommand.js +18 -41
  50. package/dist-es/commands/GetDataViewCommand.js +18 -41
  51. package/dist-es/commands/GetDatasetCommand.js +18 -41
  52. package/dist-es/commands/GetExternalDataViewAccessDetailsCommand.js +18 -41
  53. package/dist-es/commands/GetPermissionGroupCommand.js +18 -41
  54. package/dist-es/commands/GetProgrammaticAccessCredentialsCommand.js +18 -41
  55. package/dist-es/commands/GetUserCommand.js +18 -41
  56. package/dist-es/commands/GetWorkingLocationCommand.js +18 -41
  57. package/dist-es/commands/ListChangesetsCommand.js +18 -41
  58. package/dist-es/commands/ListDataViewsCommand.js +18 -41
  59. package/dist-es/commands/ListDatasetsCommand.js +18 -41
  60. package/dist-es/commands/ListPermissionGroupsByUserCommand.js +18 -41
  61. package/dist-es/commands/ListPermissionGroupsCommand.js +18 -41
  62. package/dist-es/commands/ListUsersByPermissionGroupCommand.js +18 -41
  63. package/dist-es/commands/ListUsersCommand.js +18 -41
  64. package/dist-es/commands/ResetUserPasswordCommand.js +18 -41
  65. package/dist-es/commands/UpdateChangesetCommand.js +18 -41
  66. package/dist-es/commands/UpdateDatasetCommand.js +18 -41
  67. package/dist-es/commands/UpdatePermissionGroupCommand.js +18 -41
  68. package/dist-es/commands/UpdateUserCommand.js +18 -41
  69. package/dist-es/endpoint/EndpointParameters.js +6 -0
  70. package/dist-es/pagination/ListChangesetsPaginator.js +2 -23
  71. package/dist-es/pagination/ListDataViewsPaginator.js +2 -23
  72. package/dist-es/pagination/ListDatasetsPaginator.js +2 -23
  73. package/dist-es/pagination/ListPermissionGroupsPaginator.js +2 -23
  74. package/dist-es/pagination/ListUsersPaginator.js +2 -23
  75. package/dist-types/commands/AssociateUserToPermissionGroupCommand.d.ts +6 -21
  76. package/dist-types/commands/CreateChangesetCommand.d.ts +6 -21
  77. package/dist-types/commands/CreateDataViewCommand.d.ts +6 -21
  78. package/dist-types/commands/CreateDatasetCommand.d.ts +6 -21
  79. package/dist-types/commands/CreatePermissionGroupCommand.d.ts +6 -21
  80. package/dist-types/commands/CreateUserCommand.d.ts +6 -21
  81. package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -21
  82. package/dist-types/commands/DeletePermissionGroupCommand.d.ts +6 -21
  83. package/dist-types/commands/DisableUserCommand.d.ts +6 -21
  84. package/dist-types/commands/DisassociateUserFromPermissionGroupCommand.d.ts +6 -21
  85. package/dist-types/commands/EnableUserCommand.d.ts +6 -21
  86. package/dist-types/commands/GetChangesetCommand.d.ts +6 -21
  87. package/dist-types/commands/GetDataViewCommand.d.ts +6 -21
  88. package/dist-types/commands/GetDatasetCommand.d.ts +6 -21
  89. package/dist-types/commands/GetExternalDataViewAccessDetailsCommand.d.ts +6 -21
  90. package/dist-types/commands/GetPermissionGroupCommand.d.ts +6 -21
  91. package/dist-types/commands/GetProgrammaticAccessCredentialsCommand.d.ts +6 -21
  92. package/dist-types/commands/GetUserCommand.d.ts +6 -21
  93. package/dist-types/commands/GetWorkingLocationCommand.d.ts +6 -21
  94. package/dist-types/commands/ListChangesetsCommand.d.ts +6 -21
  95. package/dist-types/commands/ListDataViewsCommand.d.ts +6 -21
  96. package/dist-types/commands/ListDatasetsCommand.d.ts +6 -21
  97. package/dist-types/commands/ListPermissionGroupsByUserCommand.d.ts +6 -21
  98. package/dist-types/commands/ListPermissionGroupsCommand.d.ts +6 -21
  99. package/dist-types/commands/ListUsersByPermissionGroupCommand.d.ts +6 -21
  100. package/dist-types/commands/ListUsersCommand.d.ts +6 -21
  101. package/dist-types/commands/ResetUserPasswordCommand.d.ts +6 -21
  102. package/dist-types/commands/UpdateChangesetCommand.d.ts +6 -21
  103. package/dist-types/commands/UpdateDatasetCommand.d.ts +6 -21
  104. package/dist-types/commands/UpdatePermissionGroupCommand.d.ts +6 -21
  105. package/dist-types/commands/UpdateUserCommand.d.ts +6 -21
  106. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  107. package/dist-types/pagination/ListChangesetsPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListDataViewsPaginator.d.ts +1 -1
  109. package/dist-types/pagination/ListDatasetsPaginator.d.ts +1 -1
  110. package/dist-types/pagination/ListPermissionGroupsPaginator.d.ts +1 -1
  111. package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/AssociateUserToPermissionGroupCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/CreateChangesetCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/CreateDataViewCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/CreatePermissionGroupCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/DeletePermissionGroupCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/DisassociateUserFromPermissionGroupCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/GetChangesetCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/GetDataViewCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/GetExternalDataViewAccessDetailsCommand.d.ts +12 -24
  127. package/dist-types/ts3.4/commands/GetPermissionGroupCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/GetProgrammaticAccessCredentialsCommand.d.ts +12 -24
  129. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +12 -23
  130. package/dist-types/ts3.4/commands/GetWorkingLocationCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/ListChangesetsCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/ListDataViewsCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/ListPermissionGroupsByUserCommand.d.ts +12 -24
  135. package/dist-types/ts3.4/commands/ListPermissionGroupsCommand.d.ts +12 -24
  136. package/dist-types/ts3.4/commands/ListUsersByPermissionGroupCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/UpdateChangesetCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/UpdatePermissionGroupCommand.d.ts +12 -24
  142. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  144. package/dist-types/ts3.4/pagination/ListChangesetsPaginator.d.ts +3 -3
  145. package/dist-types/ts3.4/pagination/ListDataViewsPaginator.d.ts +3 -3
  146. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +3 -3
  147. package/dist-types/ts3.4/pagination/ListPermissionGroupsPaginator.d.ts +3 -3
  148. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +3 -3
  149. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
4
  import { DisableUserRequest, DisableUserResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisableUserCommandInput extends DisableUserRequest {
21
20
  */
22
21
  export interface DisableUserCommandOutput extends DisableUserResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisableUserCommand_base: {
24
+ new (input: DisableUserCommandInput): import("@smithy/smithy-client").CommandImpl<DisableUserCommandInput, DisableUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -73,23 +76,5 @@ export interface DisableUserCommandOutput extends DisableUserResponse, __Metadat
73
76
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
74
77
  *
75
78
  */
76
- export declare class DisableUserCommand extends $Command<DisableUserCommandInput, DisableUserCommandOutput, FinspaceDataClientResolvedConfig> {
77
- readonly input: DisableUserCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DisableUserCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableUserCommandInput, DisableUserCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DisableUserCommand extends DisableUserCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
4
  import { DisassociateUserFromPermissionGroupRequest, DisassociateUserFromPermissionGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateUserFromPermissionGroupCommandInput extends Disasso
21
20
  */
22
21
  export interface DisassociateUserFromPermissionGroupCommandOutput extends DisassociateUserFromPermissionGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateUserFromPermissionGroupCommand_base: {
24
+ new (input: DisassociateUserFromPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateUserFromPermissionGroupCommandInput, DisassociateUserFromPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -74,23 +77,5 @@ export interface DisassociateUserFromPermissionGroupCommandOutput extends Disass
74
77
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
75
78
  *
76
79
  */
77
- export declare class DisassociateUserFromPermissionGroupCommand extends $Command<DisassociateUserFromPermissionGroupCommandInput, DisassociateUserFromPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig> {
78
- readonly input: DisassociateUserFromPermissionGroupCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: DisassociateUserFromPermissionGroupCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateUserFromPermissionGroupCommandInput, DisassociateUserFromPermissionGroupCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class DisassociateUserFromPermissionGroupCommand extends DisassociateUserFromPermissionGroupCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
4
  import { EnableUserRequest, EnableUserResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface EnableUserCommandInput extends EnableUserRequest {
21
20
  */
22
21
  export interface EnableUserCommandOutput extends EnableUserResponse, __MetadataBearer {
23
22
  }
23
+ declare const EnableUserCommand_base: {
24
+ new (input: EnableUserCommandInput): import("@smithy/smithy-client").CommandImpl<EnableUserCommandInput, EnableUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -76,23 +79,5 @@ export interface EnableUserCommandOutput extends EnableUserResponse, __MetadataB
76
79
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
77
80
  *
78
81
  */
79
- export declare class EnableUserCommand extends $Command<EnableUserCommandInput, EnableUserCommandOutput, FinspaceDataClientResolvedConfig> {
80
- readonly input: EnableUserCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: EnableUserCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableUserCommandInput, EnableUserCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class EnableUserCommand extends EnableUserCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
4
  import { GetChangesetRequest, GetChangesetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetChangesetCommandInput extends GetChangesetRequest {
21
20
  */
22
21
  export interface GetChangesetCommandOutput extends GetChangesetResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetChangesetCommand_base: {
24
+ new (input: GetChangesetCommandInput): import("@smithy/smithy-client").CommandImpl<GetChangesetCommandInput, GetChangesetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -92,23 +95,5 @@ export interface GetChangesetCommandOutput extends GetChangesetResponse, __Metad
92
95
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
93
96
  *
94
97
  */
95
- export declare class GetChangesetCommand extends $Command<GetChangesetCommandInput, GetChangesetCommandOutput, FinspaceDataClientResolvedConfig> {
96
- readonly input: GetChangesetCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: GetChangesetCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetChangesetCommandInput, GetChangesetCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class GetChangesetCommand extends GetChangesetCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
4
  import { GetDataViewRequest, GetDataViewResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDataViewCommandInput extends GetDataViewRequest {
21
20
  */
22
21
  export interface GetDataViewCommandOutput extends GetDataViewResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDataViewCommand_base: {
24
+ new (input: GetDataViewCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataViewCommandInput, GetDataViewCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -94,23 +97,5 @@ export interface GetDataViewCommandOutput extends GetDataViewResponse, __Metadat
94
97
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
95
98
  *
96
99
  */
97
- export declare class GetDataViewCommand extends $Command<GetDataViewCommandInput, GetDataViewCommandOutput, FinspaceDataClientResolvedConfig> {
98
- readonly input: GetDataViewCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: GetDataViewCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataViewCommandInput, GetDataViewCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class GetDataViewCommand extends GetDataViewCommand_base {
116
101
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
4
  import { GetDatasetRequest, GetDatasetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDatasetCommandInput extends GetDatasetRequest {
21
20
  */
22
21
  export interface GetDatasetCommandOutput extends GetDatasetResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDatasetCommand_base: {
24
+ new (input: GetDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<GetDatasetCommandInput, GetDatasetCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -94,23 +97,5 @@ export interface GetDatasetCommandOutput extends GetDatasetResponse, __MetadataB
94
97
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
95
98
  *
96
99
  */
97
- export declare class GetDatasetCommand extends $Command<GetDatasetCommandInput, GetDatasetCommandOutput, FinspaceDataClientResolvedConfig> {
98
- readonly input: GetDatasetCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: GetDatasetCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDatasetCommandInput, GetDatasetCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class GetDatasetCommand extends GetDatasetCommand_base {
116
101
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
4
  import { GetExternalDataViewAccessDetailsRequest, GetExternalDataViewAccessDetailsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetExternalDataViewAccessDetailsCommandInput extends GetExterna
21
20
  */
22
21
  export interface GetExternalDataViewAccessDetailsCommandOutput extends GetExternalDataViewAccessDetailsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetExternalDataViewAccessDetailsCommand_base: {
24
+ new (input: GetExternalDataViewAccessDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetExternalDataViewAccessDetailsCommandInput, GetExternalDataViewAccessDetailsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -87,23 +90,5 @@ export interface GetExternalDataViewAccessDetailsCommandOutput extends GetExtern
87
90
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
88
91
  *
89
92
  */
90
- export declare class GetExternalDataViewAccessDetailsCommand extends $Command<GetExternalDataViewAccessDetailsCommandInput, GetExternalDataViewAccessDetailsCommandOutput, FinspaceDataClientResolvedConfig> {
91
- readonly input: GetExternalDataViewAccessDetailsCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: GetExternalDataViewAccessDetailsCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetExternalDataViewAccessDetailsCommandInput, GetExternalDataViewAccessDetailsCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class GetExternalDataViewAccessDetailsCommand extends GetExternalDataViewAccessDetailsCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
4
  import { GetPermissionGroupRequest, GetPermissionGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPermissionGroupCommandInput extends GetPermissionGroupReques
21
20
  */
22
21
  export interface GetPermissionGroupCommandOutput extends GetPermissionGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetPermissionGroupCommand_base: {
24
+ new (input: GetPermissionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetPermissionGroupCommandInput, GetPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -79,23 +82,5 @@ export interface GetPermissionGroupCommandOutput extends GetPermissionGroupRespo
79
82
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
80
83
  *
81
84
  */
82
- export declare class GetPermissionGroupCommand extends $Command<GetPermissionGroupCommandInput, GetPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig> {
83
- readonly input: GetPermissionGroupCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: GetPermissionGroupCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPermissionGroupCommandInput, GetPermissionGroupCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class GetPermissionGroupCommand extends GetPermissionGroupCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
4
  import { GetProgrammaticAccessCredentialsRequest, GetProgrammaticAccessCredentialsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetProgrammaticAccessCredentialsCommandInput extends GetProgram
21
20
  */
22
21
  export interface GetProgrammaticAccessCredentialsCommandOutput extends GetProgrammaticAccessCredentialsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetProgrammaticAccessCredentialsCommand_base: {
24
+ new (input: GetProgrammaticAccessCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<GetProgrammaticAccessCredentialsCommandInput, GetProgrammaticAccessCredentialsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -72,23 +75,5 @@ export interface GetProgrammaticAccessCredentialsCommandOutput extends GetProgra
72
75
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
73
76
  *
74
77
  */
75
- export declare class GetProgrammaticAccessCredentialsCommand extends $Command<GetProgrammaticAccessCredentialsCommandInput, GetProgrammaticAccessCredentialsCommandOutput, FinspaceDataClientResolvedConfig> {
76
- readonly input: GetProgrammaticAccessCredentialsCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: GetProgrammaticAccessCredentialsCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProgrammaticAccessCredentialsCommandInput, GetProgrammaticAccessCredentialsCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class GetProgrammaticAccessCredentialsCommand extends GetProgrammaticAccessCredentialsCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
4
  import { GetUserRequest, GetUserResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetUserCommandInput extends GetUserRequest {
21
20
  */
22
21
  export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetUserCommand_base: {
24
+ new (input: GetUserCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserCommandInput, GetUserCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -81,23 +84,5 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer
81
84
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
82
85
  *
83
86
  */
84
- export declare class GetUserCommand extends $Command<GetUserCommandInput, GetUserCommandOutput, FinspaceDataClientResolvedConfig> {
85
- readonly input: GetUserCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: GetUserCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUserCommandInput, GetUserCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class GetUserCommand extends GetUserCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
4
  import { GetWorkingLocationRequest, GetWorkingLocationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetWorkingLocationCommandInput extends GetWorkingLocationReques
21
20
  */
22
21
  export interface GetWorkingLocationCommandOutput extends GetWorkingLocationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetWorkingLocationCommand_base: {
24
+ new (input: GetWorkingLocationCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkingLocationCommandInput, GetWorkingLocationCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -69,23 +72,5 @@ export interface GetWorkingLocationCommandOutput extends GetWorkingLocationRespo
69
72
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
70
73
  *
71
74
  */
72
- export declare class GetWorkingLocationCommand extends $Command<GetWorkingLocationCommandInput, GetWorkingLocationCommandOutput, FinspaceDataClientResolvedConfig> {
73
- readonly input: GetWorkingLocationCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: GetWorkingLocationCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkingLocationCommandInput, GetWorkingLocationCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class GetWorkingLocationCommand extends GetWorkingLocationCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
4
  import { ListChangesetsRequest, ListChangesetsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListChangesetsCommandInput extends ListChangesetsRequest {
21
20
  */
22
21
  export interface ListChangesetsCommandOutput extends ListChangesetsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListChangesetsCommand_base: {
24
+ new (input: ListChangesetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChangesetsCommandInput, ListChangesetsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -98,23 +101,5 @@ export interface ListChangesetsCommandOutput extends ListChangesetsResponse, __M
98
101
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
99
102
  *
100
103
  */
101
- export declare class ListChangesetsCommand extends $Command<ListChangesetsCommandInput, ListChangesetsCommandOutput, FinspaceDataClientResolvedConfig> {
102
- readonly input: ListChangesetsCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: ListChangesetsCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChangesetsCommandInput, ListChangesetsCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class ListChangesetsCommand extends ListChangesetsCommand_base {
120
105
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
4
  import { ListDataViewsRequest, ListDataViewsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDataViewsCommandInput extends ListDataViewsRequest {
21
20
  */
22
21
  export interface ListDataViewsCommandOutput extends ListDataViewsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDataViewsCommand_base: {
24
+ new (input: ListDataViewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataViewsCommandInput, ListDataViewsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -100,23 +103,5 @@ export interface ListDataViewsCommandOutput extends ListDataViewsResponse, __Met
100
103
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
101
104
  *
102
105
  */
103
- export declare class ListDataViewsCommand extends $Command<ListDataViewsCommandInput, ListDataViewsCommandOutput, FinspaceDataClientResolvedConfig> {
104
- readonly input: ListDataViewsCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: ListDataViewsCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataViewsCommandInput, ListDataViewsCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class ListDataViewsCommand extends ListDataViewsCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
5
4
  import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDatasetsCommandInput extends ListDatasetsRequest {
21
20
  */
22
21
  export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDatasetsCommand_base: {
24
+ new (input: ListDatasetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -101,23 +104,5 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
101
104
  * <p>Base exception class for all service exceptions from FinspaceData service.</p>
102
105
  *
103
106
  */
104
- export declare class ListDatasetsCommand extends $Command<ListDatasetsCommandInput, ListDatasetsCommandOutput, FinspaceDataClientResolvedConfig> {
105
- readonly input: ListDatasetsCommandInput;
106
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
- /**
108
- * @public
109
- */
110
- constructor(input: ListDatasetsCommandInput);
111
- /**
112
- * @internal
113
- */
114
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FinspaceDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatasetsCommandInput, ListDatasetsCommandOutput>;
115
- /**
116
- * @internal
117
- */
118
- private serialize;
119
- /**
120
- * @internal
121
- */
122
- private deserialize;
107
+ export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
123
108
  }