@aws-sdk/client-finspace-data 3.34.0 → 3.37.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 (109) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/FinspaceData.js +1 -5
  3. package/{dist/cjs → dist-cjs}/FinspaceDataClient.js +8 -17
  4. package/{dist/cjs → dist-cjs}/commands/CreateChangesetCommand.js +2 -27
  5. package/{dist/cjs → dist-cjs}/commands/GetProgrammaticAccessCredentialsCommand.js +2 -27
  6. package/{dist/cjs → dist-cjs}/commands/GetWorkingLocationCommand.js +2 -28
  7. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  8. package/{dist/cjs → dist-cjs}/index.js +0 -1
  9. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  10. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -43
  11. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +2 -8
  12. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  13. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  14. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  15. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  16. package/{dist/es → dist-es}/FinspaceData.js +1 -2
  17. package/{dist/es → dist-es}/FinspaceDataClient.js +1 -2
  18. package/{dist/es → dist-es}/commands/CreateChangesetCommand.js +2 -3
  19. package/{dist/es → dist-es}/commands/GetProgrammaticAccessCredentialsCommand.js +2 -3
  20. package/{dist/es → dist-es}/commands/GetWorkingLocationCommand.js +2 -3
  21. package/{dist/es → dist-es}/endpoints.js +1 -2
  22. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  23. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  24. package/{dist/es → dist-es}/models/models_0.js +0 -1
  25. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
  26. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  27. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  28. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  29. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  30. package/{dist/types → dist-types}/FinspaceData.d.ts +2 -2
  31. package/{dist/types → dist-types}/FinspaceDataClient.d.ts +4 -4
  32. package/{dist/types → dist-types}/commands/CreateChangesetCommand.d.ts +2 -2
  33. package/{dist/types → dist-types}/commands/GetProgrammaticAccessCredentialsCommand.d.ts +2 -2
  34. package/{dist/types → dist-types}/commands/GetWorkingLocationCommand.d.ts +2 -2
  35. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  36. package/{index.ts → dist-types/index.d.ts} +0 -0
  37. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  38. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  39. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  40. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  41. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  42. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  43. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  44. package/{dist/types → dist-types}/ts3.4/FinspaceData.d.ts +6 -15
  45. package/{dist/types → dist-types}/ts3.4/FinspaceDataClient.d.ts +28 -93
  46. package/dist-types/ts3.4/commands/CreateChangesetCommand.d.ts +17 -0
  47. package/{dist/types → dist-types}/ts3.4/commands/GetProgrammaticAccessCredentialsCommand.d.ts +4 -22
  48. package/dist-types/ts3.4/commands/GetWorkingLocationCommand.d.ts +17 -0
  49. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  50. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  51. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +224 -0
  53. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  54. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  55. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  56. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  57. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  58. package/package.json +45 -42
  59. package/FinspaceData.ts +0 -119
  60. package/FinspaceDataClient.ts +0 -247
  61. package/commands/CreateChangesetCommand.ts +0 -94
  62. package/commands/GetProgrammaticAccessCredentialsCommand.ts +0 -102
  63. package/commands/GetWorkingLocationCommand.ts +0 -95
  64. package/dist/cjs/FinspaceData.js.map +0 -1
  65. package/dist/cjs/FinspaceDataClient.js.map +0 -1
  66. package/dist/cjs/commands/CreateChangesetCommand.js.map +0 -1
  67. package/dist/cjs/commands/GetProgrammaticAccessCredentialsCommand.js.map +0 -1
  68. package/dist/cjs/commands/GetWorkingLocationCommand.js.map +0 -1
  69. package/dist/cjs/endpoints.js.map +0 -1
  70. package/dist/cjs/index.js.map +0 -1
  71. package/dist/cjs/models/index.js.map +0 -1
  72. package/dist/cjs/models/models_0.js.map +0 -1
  73. package/dist/cjs/package.json +0 -91
  74. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  75. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  76. package/dist/cjs/runtimeConfig.js.map +0 -1
  77. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  78. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  79. package/dist/es/FinspaceData.js.map +0 -1
  80. package/dist/es/FinspaceDataClient.js.map +0 -1
  81. package/dist/es/commands/CreateChangesetCommand.js.map +0 -1
  82. package/dist/es/commands/GetProgrammaticAccessCredentialsCommand.js.map +0 -1
  83. package/dist/es/commands/GetWorkingLocationCommand.js.map +0 -1
  84. package/dist/es/endpoints.js.map +0 -1
  85. package/dist/es/index.js +0 -7
  86. package/dist/es/index.js.map +0 -1
  87. package/dist/es/models/index.js +0 -2
  88. package/dist/es/models/index.js.map +0 -1
  89. package/dist/es/models/models_0.js.map +0 -1
  90. package/dist/es/package.json +0 -91
  91. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  92. package/dist/es/runtimeConfig.browser.js.map +0 -1
  93. package/dist/es/runtimeConfig.js.map +0 -1
  94. package/dist/es/runtimeConfig.native.js.map +0 -1
  95. package/dist/es/runtimeConfig.shared.js.map +0 -1
  96. package/dist/types/ts3.4/commands/CreateChangesetCommand.d.ts +0 -35
  97. package/dist/types/ts3.4/commands/GetWorkingLocationCommand.d.ts +0 -36
  98. package/dist/types/ts3.4/models/models_0.d.ts +0 -429
  99. package/endpoints.ts +0 -57
  100. package/jest.config.js +0 -4
  101. package/models/models_0.ts +0 -505
  102. package/protocols/Aws_restJson1.ts +0 -594
  103. package/runtimeConfig.browser.ts +0 -40
  104. package/runtimeConfig.native.ts +0 -16
  105. package/runtimeConfig.shared.ts +0 -16
  106. package/runtimeConfig.ts +0 -45
  107. package/tsconfig.es.json +0 -10
  108. package/tsconfig.json +0 -31
  109. package/tsconfig.types.json +0 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,53 @@
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.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
29
+
30
+
31
+ ### Features
32
+
33
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
34
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
35
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
36
+
37
+
38
+
39
+
40
+
41
+ # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
42
+
43
+
44
+ ### Features
45
+
46
+ * **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
47
+ * **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
48
+
49
+
50
+
51
+
52
+
6
53
  # [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
7
54
 
8
55
 
@@ -1,13 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FinspaceData = void 0;
4
- const FinspaceDataClient_1 = require("./FinspaceDataClient");
5
4
  const CreateChangesetCommand_1 = require("./commands/CreateChangesetCommand");
6
5
  const GetProgrammaticAccessCredentialsCommand_1 = require("./commands/GetProgrammaticAccessCredentialsCommand");
7
6
  const GetWorkingLocationCommand_1 = require("./commands/GetWorkingLocationCommand");
8
- /**
9
- * <p> The FinSpace APIs let you take actions inside the FinSpace environment. </p>
10
- */
7
+ const FinspaceDataClient_1 = require("./FinspaceDataClient");
11
8
  class FinspaceData extends FinspaceDataClient_1.FinspaceDataClient {
12
9
  createChangeset(args, optionsOrCb, cb) {
13
10
  const command = new CreateChangesetCommand_1.CreateChangesetCommand(args);
@@ -53,4 +50,3 @@ class FinspaceData extends FinspaceDataClient_1.FinspaceDataClient {
53
50
  }
54
51
  }
55
52
  exports.FinspaceData = FinspaceData;
56
- //# sourceMappingURL=FinspaceData.js.map
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FinspaceDataClient = void 0;
4
- const runtimeConfig_1 = require("./runtimeConfig");
5
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
6
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
7
6
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
@@ -10,18 +9,16 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
10
9
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
11
10
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
12
11
  const smithy_client_1 = require("@aws-sdk/smithy-client");
13
- /**
14
- * <p> The FinSpace APIs let you take actions inside the FinSpace environment. </p>
15
- */
12
+ const runtimeConfig_1 = require("./runtimeConfig");
16
13
  class FinspaceDataClient extends smithy_client_1.Client {
17
14
  constructor(configuration) {
18
- let _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
19
- let _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
20
- let _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
21
- let _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
22
- let _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
23
- let _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
24
- let _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
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);
25
22
  super(_config_6);
26
23
  this.config = _config_6;
27
24
  this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
@@ -31,14 +28,8 @@ class FinspaceDataClient extends smithy_client_1.Client {
31
28
  this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
32
29
  this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
33
30
  }
34
- /**
35
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
36
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
37
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
38
- */
39
31
  destroy() {
40
32
  super.destroy();
41
33
  }
42
34
  }
43
35
  exports.FinspaceDataClient = FinspaceDataClient;
44
- //# sourceMappingURL=FinspaceDataClient.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateChangesetCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Creates a new changeset in a FinSpace dataset.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { FinspaceDataClient, CreateChangesetCommand } from "@aws-sdk/client-finspace-data"; // ES Modules import
14
- * // const { FinspaceDataClient, CreateChangesetCommand } = require("@aws-sdk/client-finspace-data"); // CommonJS import
15
- * const client = new FinspaceDataClient(config);
16
- * const command = new CreateChangesetCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link CreateChangesetCommandInput} for command's `input` shape.
21
- * @see {@link CreateChangesetCommandOutput} for command's `response` shape.
22
- * @see {@link FinspaceDataClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class CreateChangesetCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class CreateChangesetCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.CreateChangesetCommand = CreateChangesetCommand;
61
- //# sourceMappingURL=CreateChangesetCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetProgrammaticAccessCredentialsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Request programmatic credentials to use with Habanero SDK.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { FinspaceDataClient, GetProgrammaticAccessCredentialsCommand } from "@aws-sdk/client-finspace-data"; // ES Modules import
14
- * // const { FinspaceDataClient, GetProgrammaticAccessCredentialsCommand } = require("@aws-sdk/client-finspace-data"); // CommonJS import
15
- * const client = new FinspaceDataClient(config);
16
- * const command = new GetProgrammaticAccessCredentialsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link GetProgrammaticAccessCredentialsCommandInput} for command's `input` shape.
21
- * @see {@link GetProgrammaticAccessCredentialsCommandOutput} for command's `response` shape.
22
- * @see {@link FinspaceDataClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class GetProgrammaticAccessCredentialsCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class GetProgrammaticAccessCredentialsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.GetProgrammaticAccessCredentialsCommand = GetProgrammaticAccessCredentialsCommand;
61
- //# sourceMappingURL=GetProgrammaticAccessCredentialsCommand.js.map
@@ -1,40 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetWorkingLocationCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>A temporary Amazon S3 location to copy your files from a source location to stage or use
10
- * as a scratch space in Habanero notebook.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { FinspaceDataClient, GetWorkingLocationCommand } from "@aws-sdk/client-finspace-data"; // ES Modules import
15
- * // const { FinspaceDataClient, GetWorkingLocationCommand } = require("@aws-sdk/client-finspace-data"); // CommonJS import
16
- * const client = new FinspaceDataClient(config);
17
- * const command = new GetWorkingLocationCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetWorkingLocationCommandInput} for command's `input` shape.
22
- * @see {@link GetWorkingLocationCommandOutput} for command's `response` shape.
23
- * @see {@link FinspaceDataClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
26
8
  class GetWorkingLocationCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -59,4 +34,3 @@ class GetWorkingLocationCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.GetWorkingLocationCommand = GetWorkingLocationCommand;
62
- //# sourceMappingURL=GetWorkingLocationCommand.js.map
@@ -35,7 +35,7 @@ const partitionHash = {
35
35
  hostname: "finspace-api.{region}.amazonaws.com.cn",
36
36
  },
37
37
  "aws-iso": {
38
- regions: ["us-iso-east-1"],
38
+ regions: ["us-iso-east-1", "us-iso-west-1"],
39
39
  hostname: "finspace-api.{region}.c2s.ic.gov",
40
40
  },
41
41
  "aws-iso-b": {
@@ -54,4 +54,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
54
54
  partitionHash,
55
55
  });
56
56
  exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
57
- //# sourceMappingURL=endpoints.js.map
@@ -7,4 +7,3 @@ tslib_1.__exportStar(require("./commands/CreateChangesetCommand"), exports);
7
7
  tslib_1.__exportStar(require("./commands/GetProgrammaticAccessCredentialsCommand"), exports);
8
8
  tslib_1.__exportStar(require("./commands/GetWorkingLocationCommand"), exports);
9
9
  tslib_1.__exportStar(require("./models/index"), exports);
10
- //# sourceMappingURL=index.js.map
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./models_0"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetWorkingLocationResponse = exports.GetWorkingLocationRequest = exports.LocationType = exports.GetProgrammaticAccessCredentialsResponse = exports.Credentials = exports.GetProgrammaticAccessCredentialsRequest = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.CreateChangesetResponse = exports.ChangesetInfo = exports.ChangesetStatus = exports.ErrorInfo = exports.ErrorCategory = exports.CreateChangesetRequest = exports.SourceType = exports.FormatType = exports.ChangeType = exports.AccessDeniedException = void 0;
4
4
  var AccessDeniedException;
5
5
  (function (AccessDeniedException) {
6
- /**
7
- * @internal
8
- */
9
6
  AccessDeniedException.filterSensitiveLog = (obj) => ({
10
7
  ...obj,
11
8
  });
@@ -29,9 +26,6 @@ var SourceType;
29
26
  })(SourceType = exports.SourceType || (exports.SourceType = {}));
30
27
  var CreateChangesetRequest;
31
28
  (function (CreateChangesetRequest) {
32
- /**
33
- * @internal
34
- */
35
29
  CreateChangesetRequest.filterSensitiveLog = (obj) => ({
36
30
  ...obj,
37
31
  });
@@ -49,9 +43,6 @@ var ErrorCategory;
49
43
  })(ErrorCategory = exports.ErrorCategory || (exports.ErrorCategory = {}));
50
44
  var ErrorInfo;
51
45
  (function (ErrorInfo) {
52
- /**
53
- * @internal
54
- */
55
46
  ErrorInfo.filterSensitiveLog = (obj) => ({
56
47
  ...obj,
57
48
  });
@@ -66,81 +57,54 @@ var ChangesetStatus;
66
57
  })(ChangesetStatus = exports.ChangesetStatus || (exports.ChangesetStatus = {}));
67
58
  var ChangesetInfo;
68
59
  (function (ChangesetInfo) {
69
- /**
70
- * @internal
71
- */
72
60
  ChangesetInfo.filterSensitiveLog = (obj) => ({
73
61
  ...obj,
74
62
  });
75
63
  })(ChangesetInfo = exports.ChangesetInfo || (exports.ChangesetInfo = {}));
76
64
  var CreateChangesetResponse;
77
65
  (function (CreateChangesetResponse) {
78
- /**
79
- * @internal
80
- */
81
66
  CreateChangesetResponse.filterSensitiveLog = (obj) => ({
82
67
  ...obj,
83
68
  });
84
69
  })(CreateChangesetResponse = exports.CreateChangesetResponse || (exports.CreateChangesetResponse = {}));
85
70
  var InternalServerException;
86
71
  (function (InternalServerException) {
87
- /**
88
- * @internal
89
- */
90
72
  InternalServerException.filterSensitiveLog = (obj) => ({
91
73
  ...obj,
92
74
  });
93
75
  })(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
94
76
  var ResourceNotFoundException;
95
77
  (function (ResourceNotFoundException) {
96
- /**
97
- * @internal
98
- */
99
78
  ResourceNotFoundException.filterSensitiveLog = (obj) => ({
100
79
  ...obj,
101
80
  });
102
81
  })(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
103
82
  var ThrottlingException;
104
83
  (function (ThrottlingException) {
105
- /**
106
- * @internal
107
- */
108
84
  ThrottlingException.filterSensitiveLog = (obj) => ({
109
85
  ...obj,
110
86
  });
111
87
  })(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
112
88
  var ValidationException;
113
89
  (function (ValidationException) {
114
- /**
115
- * @internal
116
- */
117
90
  ValidationException.filterSensitiveLog = (obj) => ({
118
91
  ...obj,
119
92
  });
120
93
  })(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
121
94
  var GetProgrammaticAccessCredentialsRequest;
122
95
  (function (GetProgrammaticAccessCredentialsRequest) {
123
- /**
124
- * @internal
125
- */
126
96
  GetProgrammaticAccessCredentialsRequest.filterSensitiveLog = (obj) => ({
127
97
  ...obj,
128
98
  });
129
99
  })(GetProgrammaticAccessCredentialsRequest = exports.GetProgrammaticAccessCredentialsRequest || (exports.GetProgrammaticAccessCredentialsRequest = {}));
130
100
  var Credentials;
131
101
  (function (Credentials) {
132
- /**
133
- * @internal
134
- */
135
102
  Credentials.filterSensitiveLog = (obj) => ({
136
103
  ...obj,
137
104
  });
138
105
  })(Credentials = exports.Credentials || (exports.Credentials = {}));
139
106
  var GetProgrammaticAccessCredentialsResponse;
140
107
  (function (GetProgrammaticAccessCredentialsResponse) {
141
- /**
142
- * @internal
143
- */
144
108
  GetProgrammaticAccessCredentialsResponse.filterSensitiveLog = (obj) => ({
145
109
  ...obj,
146
110
  });
@@ -152,20 +116,13 @@ var LocationType;
152
116
  })(LocationType = exports.LocationType || (exports.LocationType = {}));
153
117
  var GetWorkingLocationRequest;
154
118
  (function (GetWorkingLocationRequest) {
155
- /**
156
- * @internal
157
- */
158
119
  GetWorkingLocationRequest.filterSensitiveLog = (obj) => ({
159
120
  ...obj,
160
121
  });
161
122
  })(GetWorkingLocationRequest = exports.GetWorkingLocationRequest || (exports.GetWorkingLocationRequest = {}));
162
123
  var GetWorkingLocationResponse;
163
124
  (function (GetWorkingLocationResponse) {
164
- /**
165
- * @internal
166
- */
167
125
  GetWorkingLocationResponse.filterSensitiveLog = (obj) => ({
168
126
  ...obj,
169
127
  });
170
128
  })(GetWorkingLocationResponse = exports.GetWorkingLocationResponse || (exports.GetWorkingLocationResponse = {}));
171
- //# sourceMappingURL=models_0.js.map
@@ -45,7 +45,7 @@ exports.serializeAws_restJson1CreateChangesetCommand = serializeAws_restJson1Cre
45
45
  const serializeAws_restJson1GetProgrammaticAccessCredentialsCommand = async (input, context) => {
46
46
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
47
47
  const headers = {};
48
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/credentials/programmatic";
48
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/credentials/programmatic";
49
49
  const query = {
50
50
  ...(input.durationInMinutes !== undefined && { durationInMinutes: input.durationInMinutes.toString() }),
51
51
  ...(input.environmentId !== undefined && { environmentId: input.environmentId }),
@@ -68,7 +68,7 @@ const serializeAws_restJson1GetWorkingLocationCommand = async (input, context) =
68
68
  const headers = {
69
69
  "content-type": "application/json",
70
70
  };
71
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/workingLocationV1";
71
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/workingLocationV1";
72
72
  let body;
73
73
  body = JSON.stringify({
74
74
  ...(input.locationType !== undefined && input.locationType !== null && { locationType: input.locationType }),
@@ -445,14 +445,12 @@ const deserializeMetadata = (output) => {
445
445
  cfId: output.headers["x-amz-cf-id"],
446
446
  });
447
447
  };
448
- // Collect low-level response body stream to Uint8Array.
449
448
  const collectBody = (streamBody = new Uint8Array(), context) => {
450
449
  if (streamBody instanceof Uint8Array) {
451
450
  return Promise.resolve(streamBody);
452
451
  }
453
452
  return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
454
453
  };
455
- // Encode Uint8Array data into string with utf-8.
456
454
  const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
457
455
  const isSerializableHeaderValue = (value) => value !== undefined &&
458
456
  value !== null &&
@@ -465,9 +463,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
465
463
  }
466
464
  return {};
467
465
  });
468
- /**
469
- * Load an error code for the aws.rest-json-1.1 protocol.
470
- */
471
466
  const loadRestJsonErrorCode = (output, data) => {
472
467
  const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
473
468
  const sanitizeErrorCode = (rawValue) => {
@@ -492,4 +487,3 @@ const loadRestJsonErrorCode = (output, data) => {
492
487
  }
493
488
  return "";
494
489
  };
495
- //# sourceMappingURL=Aws_restJson1.js.map
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("./package.json"));
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
7
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
8
8
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
@@ -12,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
12
12
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
13
13
  const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
14
14
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
15
- /**
16
- * @internal
17
- */
18
15
  const getRuntimeConfig = (config) => {
19
16
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
20
17
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
@@ -38,4 +35,3 @@ const getRuntimeConfig = (config) => {
38
35
  };
39
36
  };
40
37
  exports.getRuntimeConfig = getRuntimeConfig;
41
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("./package.json"));
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const client_sts_1 = require("@aws-sdk/client-sts");
7
7
  const config_resolver_1 = require("@aws-sdk/config-resolver");
8
8
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
@@ -16,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
16
16
  const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
17
17
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
18
18
  const smithy_client_1 = require("@aws-sdk/smithy-client");
19
- /**
20
- * @internal
21
- */
22
19
  const getRuntimeConfig = (config) => {
23
20
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
24
21
  smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
@@ -43,4 +40,3 @@ const getRuntimeConfig = (config) => {
43
40
  };
44
41
  };
45
42
  exports.getRuntimeConfig = getRuntimeConfig;
46
- //# sourceMappingURL=runtimeConfig.js.map
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const sha256_js_1 = require("@aws-crypto/sha256-js");
5
5
  const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
6
- /**
7
- * @internal
8
- */
9
6
  const getRuntimeConfig = (config) => {
10
7
  var _a;
11
8
  const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
17
14
  };
18
15
  };
19
16
  exports.getRuntimeConfig = getRuntimeConfig;
20
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,11 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const endpoints_1 = require("./endpoints");
5
4
  const url_parser_1 = require("@aws-sdk/url-parser");
6
- /**
7
- * @internal
8
- */
5
+ const endpoints_1 = require("./endpoints");
9
6
  const getRuntimeConfig = (config) => {
10
7
  var _a, _b, _c, _d, _e;
11
8
  return ({
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
18
15
  });
19
16
  };
20
17
  exports.getRuntimeConfig = getRuntimeConfig;
21
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { FinspaceDataClient } from "./FinspaceDataClient";
3
2
  import { CreateChangesetCommand, } from "./commands/CreateChangesetCommand";
4
3
  import { GetProgrammaticAccessCredentialsCommand, } from "./commands/GetProgrammaticAccessCredentialsCommand";
5
4
  import { GetWorkingLocationCommand, } from "./commands/GetWorkingLocationCommand";
5
+ import { FinspaceDataClient } from "./FinspaceDataClient";
6
6
  var FinspaceData = (function (_super) {
7
7
  __extends(FinspaceData, _super);
8
8
  function FinspaceData() {
@@ -53,4 +53,3 @@ var FinspaceData = (function (_super) {
53
53
  return FinspaceData;
54
54
  }(FinspaceDataClient));
55
55
  export { FinspaceData };
56
- //# sourceMappingURL=FinspaceData.js.map
@@ -1,5 +1,4 @@
1
1
  import { __extends } from "tslib";
2
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
3
2
  import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
4
3
  import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
5
4
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
@@ -8,6 +7,7 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
8
7
  import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
9
8
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
10
9
  import { Client as __Client, } from "@aws-sdk/smithy-client";
10
+ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
11
11
  var FinspaceDataClient = (function (_super) {
12
12
  __extends(FinspaceDataClient, _super);
13
13
  function FinspaceDataClient(configuration) {
@@ -35,4 +35,3 @@ var FinspaceDataClient = (function (_super) {
35
35
  return FinspaceDataClient;
36
36
  }(__Client));
37
37
  export { FinspaceDataClient };
38
- //# sourceMappingURL=FinspaceDataClient.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { CreateChangesetRequest, CreateChangesetResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1CreateChangesetCommand, serializeAws_restJson1CreateChangesetCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { CreateChangesetRequest, CreateChangesetResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1CreateChangesetCommand, serializeAws_restJson1CreateChangesetCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateChangesetCommand = (function (_super) {
7
7
  __extends(CreateChangesetCommand, _super);
8
8
  function CreateChangesetCommand(input) {
@@ -37,4 +37,3 @@ var CreateChangesetCommand = (function (_super) {
37
37
  return CreateChangesetCommand;
38
38
  }($Command));
39
39
  export { CreateChangesetCommand };
40
- //# sourceMappingURL=CreateChangesetCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { GetProgrammaticAccessCredentialsRequest, GetProgrammaticAccessCredentialsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1GetProgrammaticAccessCredentialsCommand, serializeAws_restJson1GetProgrammaticAccessCredentialsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetProgrammaticAccessCredentialsRequest, GetProgrammaticAccessCredentialsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetProgrammaticAccessCredentialsCommand, serializeAws_restJson1GetProgrammaticAccessCredentialsCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetProgrammaticAccessCredentialsCommand = (function (_super) {
7
7
  __extends(GetProgrammaticAccessCredentialsCommand, _super);
8
8
  function GetProgrammaticAccessCredentialsCommand(input) {
@@ -37,4 +37,3 @@ var GetProgrammaticAccessCredentialsCommand = (function (_super) {
37
37
  return GetProgrammaticAccessCredentialsCommand;
38
38
  }($Command));
39
39
  export { GetProgrammaticAccessCredentialsCommand };
40
- //# sourceMappingURL=GetProgrammaticAccessCredentialsCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { GetWorkingLocationRequest, GetWorkingLocationResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1GetWorkingLocationCommand, serializeAws_restJson1GetWorkingLocationCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetWorkingLocationRequest, GetWorkingLocationResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetWorkingLocationCommand, serializeAws_restJson1GetWorkingLocationCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetWorkingLocationCommand = (function (_super) {
7
7
  __extends(GetWorkingLocationCommand, _super);
8
8
  function GetWorkingLocationCommand(input) {
@@ -37,4 +37,3 @@ var GetWorkingLocationCommand = (function (_super) {
37
37
  return GetWorkingLocationCommand;
38
38
  }($Command));
39
39
  export { GetWorkingLocationCommand };
40
- //# sourceMappingURL=GetWorkingLocationCommand.js.map