@aws-sdk/client-finspace 3.36.0 → 3.39.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 (43) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/Finspace.js +0 -4
  3. package/dist-cjs/FinspaceClient.js +0 -9
  4. package/dist-cjs/commands/CreateEnvironmentCommand.js +0 -24
  5. package/dist-cjs/commands/DeleteEnvironmentCommand.js +0 -24
  6. package/dist-cjs/commands/GetEnvironmentCommand.js +0 -24
  7. package/dist-cjs/commands/ListEnvironmentsCommand.js +0 -24
  8. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -24
  9. package/dist-cjs/commands/TagResourceCommand.js +0 -24
  10. package/dist-cjs/commands/UntagResourceCommand.js +0 -24
  11. package/dist-cjs/commands/UpdateEnvironmentCommand.js +0 -24
  12. package/dist-cjs/commands/index.js +11 -0
  13. package/dist-cjs/endpoints.js +6 -1
  14. package/dist-cjs/index.js +3 -10
  15. package/dist-cjs/models/models_0.js +0 -78
  16. package/dist-cjs/protocols/Aws_restJson1.js +0 -5
  17. package/dist-cjs/runtimeConfig.browser.js +1 -5
  18. package/dist-cjs/runtimeConfig.js +1 -5
  19. package/dist-cjs/runtimeConfig.native.js +0 -3
  20. package/dist-cjs/runtimeConfig.shared.js +0 -3
  21. package/dist-es/commands/index.js +8 -0
  22. package/dist-es/endpoints.js +6 -1
  23. package/dist-es/index.js +3 -10
  24. package/dist-types/commands/index.d.ts +8 -0
  25. package/dist-types/index.d.ts +3 -10
  26. package/dist-types/ts3.4/Finspace.d.ts +9 -28
  27. package/dist-types/ts3.4/FinspaceClient.d.ts +24 -90
  28. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +2 -20
  29. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -20
  30. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +2 -20
  31. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -20
  32. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  35. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -20
  36. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  37. package/dist-types/ts3.4/index.d.ts +3 -10
  38. package/dist-types/ts3.4/models/models_0.d.ts +82 -277
  39. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  40. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  41. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  42. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  43. package/package.json +32 -32
package/CHANGELOG.md CHANGED
@@ -3,6 +3,48 @@
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.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-finspace
9
+
10
+
11
+
12
+
13
+
14
+ # [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
15
+
16
+
17
+ ### Features
18
+
19
+ * **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
20
+ * **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
21
+
22
+
23
+
24
+
25
+
26
+ # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
27
+
28
+
29
+ ### Features
30
+
31
+ * **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))
32
+
33
+
34
+
35
+
36
+
37
+ ## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * **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))
43
+
44
+
45
+
46
+
47
+
6
48
  # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
7
49
 
8
50
 
@@ -10,10 +10,6 @@ const TagResourceCommand_1 = require("./commands/TagResourceCommand");
10
10
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
11
11
  const UpdateEnvironmentCommand_1 = require("./commands/UpdateEnvironmentCommand");
12
12
  const FinspaceClient_1 = require("./FinspaceClient");
13
- /**
14
- * <p>The FinSpace management service provides the APIs for managing the FinSpace
15
- * environments. </p>
16
- */
17
13
  class Finspace extends FinspaceClient_1.FinspaceClient {
18
14
  createEnvironment(args, optionsOrCb, cb) {
19
15
  const command = new CreateEnvironmentCommand_1.CreateEnvironmentCommand(args);
@@ -10,10 +10,6 @@ const middleware_signing_1 = require("@aws-sdk/middleware-signing");
10
10
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
11
11
  const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
- /**
14
- * <p>The FinSpace management service provides the APIs for managing the FinSpace
15
- * environments. </p>
16
- */
17
13
  class FinspaceClient extends smithy_client_1.Client {
18
14
  constructor(configuration) {
19
15
  const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
@@ -32,11 +28,6 @@ class FinspaceClient extends smithy_client_1.Client {
32
28
  this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
33
29
  this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
34
30
  }
35
- /**
36
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
37
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
38
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
39
- */
40
31
  destroy() {
41
32
  super.destroy();
42
33
  }
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Create a new FinSpace environment.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { FinspaceClient, CreateEnvironmentCommand } from "@aws-sdk/client-finspace"; // ES Modules import
14
- * // const { FinspaceClient, CreateEnvironmentCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
15
- * const client = new FinspaceClient(config);
16
- * const command = new CreateEnvironmentCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link CreateEnvironmentCommandInput} for command's `input` shape.
21
- * @see {@link CreateEnvironmentCommandOutput} for command's `response` shape.
22
- * @see {@link FinspaceClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class CreateEnvironmentCommand 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);
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Delete an FinSpace environment.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { FinspaceClient, DeleteEnvironmentCommand } from "@aws-sdk/client-finspace"; // ES Modules import
14
- * // const { FinspaceClient, DeleteEnvironmentCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
15
- * const client = new FinspaceClient(config);
16
- * const command = new DeleteEnvironmentCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DeleteEnvironmentCommandInput} for command's `input` shape.
21
- * @see {@link DeleteEnvironmentCommandOutput} for command's `response` shape.
22
- * @see {@link FinspaceClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class DeleteEnvironmentCommand 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);
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Returns the FinSpace environment object.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { FinspaceClient, GetEnvironmentCommand } from "@aws-sdk/client-finspace"; // ES Modules import
14
- * // const { FinspaceClient, GetEnvironmentCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
15
- * const client = new FinspaceClient(config);
16
- * const command = new GetEnvironmentCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link GetEnvironmentCommandInput} for command's `input` shape.
21
- * @see {@link GetEnvironmentCommandOutput} for command's `response` shape.
22
- * @see {@link FinspaceClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class GetEnvironmentCommand 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);
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>A list of all of your FinSpace environments.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { FinspaceClient, ListEnvironmentsCommand } from "@aws-sdk/client-finspace"; // ES Modules import
14
- * // const { FinspaceClient, ListEnvironmentsCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
15
- * const client = new FinspaceClient(config);
16
- * const command = new ListEnvironmentsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListEnvironmentsCommandInput} for command's `input` shape.
21
- * @see {@link ListEnvironmentsCommandOutput} for command's `response` shape.
22
- * @see {@link FinspaceClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListEnvironmentsCommand 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);
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>A list of all tags for a resource.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { FinspaceClient, ListTagsForResourceCommand } from "@aws-sdk/client-finspace"; // ES Modules import
14
- * // const { FinspaceClient, ListTagsForResourceCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
15
- * const client = new FinspaceClient(config);
16
- * const command = new ListTagsForResourceCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
21
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
22
- * @see {@link FinspaceClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListTagsForResourceCommand 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);
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Adds metadata tags to a FinSpace resource.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { FinspaceClient, TagResourceCommand } from "@aws-sdk/client-finspace"; // ES Modules import
14
- * // const { FinspaceClient, TagResourceCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
15
- * const client = new FinspaceClient(config);
16
- * const command = new TagResourceCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link TagResourceCommandInput} for command's `input` shape.
21
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
22
- * @see {@link FinspaceClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class TagResourceCommand 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);
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Removes metadata tags from a FinSpace resource.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { FinspaceClient, UntagResourceCommand } from "@aws-sdk/client-finspace"; // ES Modules import
14
- * // const { FinspaceClient, UntagResourceCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
15
- * const client = new FinspaceClient(config);
16
- * const command = new UntagResourceCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link UntagResourceCommandInput} for command's `input` shape.
21
- * @see {@link UntagResourceCommandOutput} for command's `response` shape.
22
- * @see {@link FinspaceClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class UntagResourceCommand 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);
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Update your FinSpace environment.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { FinspaceClient, UpdateEnvironmentCommand } from "@aws-sdk/client-finspace"; // ES Modules import
14
- * // const { FinspaceClient, UpdateEnvironmentCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
15
- * const client = new FinspaceClient(config);
16
- * const command = new UpdateEnvironmentCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link UpdateEnvironmentCommandInput} for command's `input` shape.
21
- * @see {@link UpdateEnvironmentCommandOutput} for command's `response` shape.
22
- * @see {@link FinspaceClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class UpdateEnvironmentCommand 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);
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./CreateEnvironmentCommand"), exports);
5
+ tslib_1.__exportStar(require("./DeleteEnvironmentCommand"), exports);
6
+ tslib_1.__exportStar(require("./GetEnvironmentCommand"), exports);
7
+ tslib_1.__exportStar(require("./ListEnvironmentsCommand"), exports);
8
+ tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
9
+ tslib_1.__exportStar(require("./TagResourceCommand"), exports);
10
+ tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
11
+ tslib_1.__exportStar(require("./UpdateEnvironmentCommand"), exports);
@@ -28,22 +28,27 @@ const partitionHash = {
28
28
  "us-west-1",
29
29
  "us-west-2",
30
30
  ],
31
+ regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
31
32
  hostname: "finspace.{region}.amazonaws.com",
32
33
  },
33
34
  "aws-cn": {
34
35
  regions: ["cn-north-1", "cn-northwest-1"],
36
+ regionRegex: "^cn\\-\\w+\\-\\d+$",
35
37
  hostname: "finspace.{region}.amazonaws.com.cn",
36
38
  },
37
39
  "aws-iso": {
38
- regions: ["us-iso-east-1"],
40
+ regions: ["us-iso-east-1", "us-iso-west-1"],
41
+ regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
39
42
  hostname: "finspace.{region}.c2s.ic.gov",
40
43
  },
41
44
  "aws-iso-b": {
42
45
  regions: ["us-isob-east-1"],
46
+ regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
43
47
  hostname: "finspace.{region}.sc2s.sgov.gov",
44
48
  },
45
49
  "aws-us-gov": {
46
50
  regions: ["us-gov-east-1", "us-gov-west-1"],
51
+ regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
47
52
  hostname: "finspace.{region}.amazonaws.com",
48
53
  },
49
54
  };
package/dist-cjs/index.js CHANGED
@@ -1,14 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./FinspaceClient"), exports);
5
4
  tslib_1.__exportStar(require("./Finspace"), exports);
6
- tslib_1.__exportStar(require("./commands/CreateEnvironmentCommand"), exports);
7
- tslib_1.__exportStar(require("./commands/DeleteEnvironmentCommand"), exports);
8
- tslib_1.__exportStar(require("./commands/GetEnvironmentCommand"), exports);
9
- tslib_1.__exportStar(require("./commands/ListEnvironmentsCommand"), exports);
10
- tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
11
- tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
12
- tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
13
- tslib_1.__exportStar(require("./commands/UpdateEnvironmentCommand"), exports);
14
- tslib_1.__exportStar(require("./models/index"), exports);
5
+ tslib_1.__exportStar(require("./FinspaceClient"), exports);
6
+ tslib_1.__exportStar(require("./commands"), exports);
7
+ tslib_1.__exportStar(require("./models"), exports);