@aws-sdk/client-finspace-data 3.54.1 → 3.55.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 (42) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-cjs/FinspaceDataClient.js +13 -13
  3. package/dist-cjs/commands/CreateChangesetCommand.js +3 -3
  4. package/dist-cjs/commands/CreateDataViewCommand.js +3 -3
  5. package/dist-cjs/commands/CreateDatasetCommand.js +3 -3
  6. package/dist-cjs/commands/CreatePermissionGroupCommand.js +3 -3
  7. package/dist-cjs/commands/CreateUserCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteDatasetCommand.js +3 -3
  9. package/dist-cjs/commands/DeletePermissionGroupCommand.js +3 -3
  10. package/dist-cjs/commands/DisableUserCommand.js +3 -3
  11. package/dist-cjs/commands/EnableUserCommand.js +3 -3
  12. package/dist-cjs/commands/GetChangesetCommand.js +3 -3
  13. package/dist-cjs/commands/GetDataViewCommand.js +3 -3
  14. package/dist-cjs/commands/GetDatasetCommand.js +3 -3
  15. package/dist-cjs/commands/GetProgrammaticAccessCredentialsCommand.js +3 -3
  16. package/dist-cjs/commands/GetUserCommand.js +3 -3
  17. package/dist-cjs/commands/GetWorkingLocationCommand.js +3 -3
  18. package/dist-cjs/commands/ListChangesetsCommand.js +3 -3
  19. package/dist-cjs/commands/ListDataViewsCommand.js +3 -3
  20. package/dist-cjs/commands/ListDatasetsCommand.js +3 -3
  21. package/dist-cjs/commands/ListPermissionGroupsCommand.js +3 -3
  22. package/dist-cjs/commands/ListUsersCommand.js +3 -3
  23. package/dist-cjs/commands/ResetUserPasswordCommand.js +3 -3
  24. package/dist-cjs/commands/UpdateChangesetCommand.js +3 -3
  25. package/dist-cjs/commands/UpdateDatasetCommand.js +3 -3
  26. package/dist-cjs/commands/UpdatePermissionGroupCommand.js +3 -3
  27. package/dist-cjs/commands/UpdateUserCommand.js +3 -3
  28. package/dist-cjs/endpoints.js +1 -1
  29. package/dist-cjs/protocols/Aws_restJson1.js +231 -231
  30. package/dist-cjs/runtimeConfig.browser.js +4 -4
  31. package/dist-cjs/runtimeConfig.js +9 -9
  32. package/dist-cjs/runtimeConfig.native.js +1 -1
  33. package/dist-es/FinspaceData.js +25 -25
  34. package/dist-es/pagination/ListChangesetsPaginator.js +4 -4
  35. package/dist-es/pagination/ListDataViewsPaginator.js +4 -4
  36. package/dist-es/pagination/ListDatasetsPaginator.js +4 -4
  37. package/dist-es/pagination/ListPermissionGroupsPaginator.js +4 -4
  38. package/dist-es/pagination/ListUsersPaginator.js +4 -4
  39. package/dist-es/protocols/Aws_restJson1.js +25 -25
  40. package/dist-types/runtimeConfig.native.d.ts +2 -2
  41. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  42. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-finspace-data
9
+
10
+
11
+
12
+
13
+
6
14
  ## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-finspace-data
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
13
  class FinspaceDataClient extends smithy_client_1.Client {
14
14
  constructor(configuration) {
15
- const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
- const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
- const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
- const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
- const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
- const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
- const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
15
+ const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
16
+ const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0);
17
+ const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1);
18
+ const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
19
+ const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
20
+ const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4);
21
+ const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
22
22
  super(_config_6);
23
23
  this.config = _config_6;
24
- this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
25
- this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
26
- this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
27
- this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
28
- this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
29
- this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
24
+ this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
25
+ this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
26
+ this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
27
+ this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
28
+ this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
29
+ this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
30
30
  }
31
31
  destroy() {
32
32
  super.destroy();
@@ -11,7 +11,7 @@ class CreateChangesetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class CreateChangesetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateChangesetCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateChangesetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateChangesetCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateChangesetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateChangesetCommand = CreateChangesetCommand;
@@ -11,7 +11,7 @@ class CreateDataViewCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class CreateDataViewCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateDataViewCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateDataViewCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateDataViewCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateDataViewCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateDataViewCommand = CreateDataViewCommand;
@@ -11,7 +11,7 @@ class CreateDatasetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class CreateDatasetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateDatasetCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateDatasetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateDatasetCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateDatasetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateDatasetCommand = CreateDatasetCommand;
@@ -11,7 +11,7 @@ class CreatePermissionGroupCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class CreatePermissionGroupCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreatePermissionGroupCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreatePermissionGroupCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreatePermissionGroupCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreatePermissionGroupCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreatePermissionGroupCommand = CreatePermissionGroupCommand;
@@ -11,7 +11,7 @@ class CreateUserCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class CreateUserCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateUserCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateUserCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateUserCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateUserCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateUserCommand = CreateUserCommand;
@@ -11,7 +11,7 @@ class DeleteDatasetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class DeleteDatasetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteDatasetCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteDatasetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteDatasetCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteDatasetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteDatasetCommand = DeleteDatasetCommand;
@@ -11,7 +11,7 @@ class DeletePermissionGroupCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class DeletePermissionGroupCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeletePermissionGroupCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeletePermissionGroupCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeletePermissionGroupCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeletePermissionGroupCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeletePermissionGroupCommand = DeletePermissionGroupCommand;
@@ -11,7 +11,7 @@ class DisableUserCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class DisableUserCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DisableUserCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DisableUserCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DisableUserCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DisableUserCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DisableUserCommand = DisableUserCommand;
@@ -11,7 +11,7 @@ class EnableUserCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class EnableUserCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1EnableUserCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1EnableUserCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1EnableUserCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1EnableUserCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.EnableUserCommand = EnableUserCommand;
@@ -11,7 +11,7 @@ class GetChangesetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class GetChangesetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetChangesetCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetChangesetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetChangesetCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetChangesetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetChangesetCommand = GetChangesetCommand;
@@ -11,7 +11,7 @@ class GetDataViewCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class GetDataViewCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetDataViewCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetDataViewCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetDataViewCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetDataViewCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetDataViewCommand = GetDataViewCommand;
@@ -11,7 +11,7 @@ class GetDatasetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class GetDatasetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetDatasetCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetDatasetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetDatasetCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetDatasetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetDatasetCommand = GetDatasetCommand;
@@ -11,7 +11,7 @@ class GetProgrammaticAccessCredentialsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class GetProgrammaticAccessCredentialsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetProgrammaticAccessCredentialsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetProgrammaticAccessCredentialsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetProgrammaticAccessCredentialsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetProgrammaticAccessCredentialsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetProgrammaticAccessCredentialsCommand = GetProgrammaticAccessCredentialsCommand;
@@ -11,7 +11,7 @@ class GetUserCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class GetUserCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetUserCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetUserCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetUserCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetUserCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetUserCommand = GetUserCommand;
@@ -11,7 +11,7 @@ class GetWorkingLocationCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class GetWorkingLocationCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetWorkingLocationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetWorkingLocationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetWorkingLocationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetWorkingLocationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetWorkingLocationCommand = GetWorkingLocationCommand;
@@ -11,7 +11,7 @@ class ListChangesetsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class ListChangesetsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListChangesetsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListChangesetsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListChangesetsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListChangesetsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListChangesetsCommand = ListChangesetsCommand;
@@ -11,7 +11,7 @@ class ListDataViewsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class ListDataViewsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListDataViewsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListDataViewsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListDataViewsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListDataViewsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListDataViewsCommand = ListDataViewsCommand;
@@ -11,7 +11,7 @@ class ListDatasetsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class ListDatasetsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListDatasetsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListDatasetsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListDatasetsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListDatasetsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListDatasetsCommand = ListDatasetsCommand;
@@ -11,7 +11,7 @@ class ListPermissionGroupsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class ListPermissionGroupsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListPermissionGroupsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListPermissionGroupsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListPermissionGroupsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListPermissionGroupsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListPermissionGroupsCommand = ListPermissionGroupsCommand;
@@ -11,7 +11,7 @@ class ListUsersCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class ListUsersCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListUsersCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListUsersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListUsersCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListUsersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListUsersCommand = ListUsersCommand;
@@ -11,7 +11,7 @@ class ResetUserPasswordCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class ResetUserPasswordCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ResetUserPasswordCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ResetUserPasswordCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ResetUserPasswordCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ResetUserPasswordCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ResetUserPasswordCommand = ResetUserPasswordCommand;
@@ -11,7 +11,7 @@ class UpdateChangesetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class UpdateChangesetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateChangesetCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateChangesetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateChangesetCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateChangesetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateChangesetCommand = UpdateChangesetCommand;
@@ -11,7 +11,7 @@ class UpdateDatasetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class UpdateDatasetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateDatasetCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateDatasetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateDatasetCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateDatasetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateDatasetCommand = UpdateDatasetCommand;
@@ -11,7 +11,7 @@ class UpdatePermissionGroupCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class UpdatePermissionGroupCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdatePermissionGroupCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdatePermissionGroupCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdatePermissionGroupCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdatePermissionGroupCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdatePermissionGroupCommand = UpdatePermissionGroupCommand;
@@ -11,7 +11,7 @@ class UpdateUserCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "FinspaceDataClient";
@@ -27,10 +27,10 @@ class UpdateUserCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateUserCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateUserCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateUserCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateUserCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateUserCommand = UpdateUserCommand;