@aws-sdk/client-finspace 3.32.0 → 3.36.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 (140) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/Finspace.js +1 -2
  3. package/{dist/cjs → dist-cjs}/FinspaceClient.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/CreateEnvironmentCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/DeleteEnvironmentCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/GetEnvironmentCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/ListEnvironmentsCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/UpdateEnvironmentCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  13. package/{dist/cjs → dist-cjs}/index.js +0 -1
  14. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  15. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
  16. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +2 -3
  17. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  18. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  19. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  20. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  21. package/{dist/es → dist-es}/Finspace.js +2 -7
  22. package/{dist/es → dist-es}/FinspaceClient.js +2 -12
  23. package/{dist/es → dist-es}/commands/CreateEnvironmentCommand.js +4 -30
  24. package/{dist/es → dist-es}/commands/DeleteEnvironmentCommand.js +4 -30
  25. package/{dist/es → dist-es}/commands/GetEnvironmentCommand.js +4 -30
  26. package/{dist/es → dist-es}/commands/ListEnvironmentsCommand.js +4 -30
  27. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
  28. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
  29. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  30. package/{dist/es → dist-es}/commands/UpdateEnvironmentCommand.js +4 -30
  31. package/{dist/es → dist-es}/endpoints.js +1 -2
  32. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  33. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  34. package/{dist/es → dist-es}/models/models_0.js +0 -79
  35. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +196 -202
  36. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  37. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  38. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  39. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  40. package/{dist/types → dist-types}/Finspace.d.ts +2 -2
  41. package/{dist/types → dist-types}/FinspaceClient.d.ts +8 -8
  42. package/{dist/types → dist-types}/commands/CreateEnvironmentCommand.d.ts +2 -2
  43. package/{dist/types → dist-types}/commands/DeleteEnvironmentCommand.d.ts +2 -2
  44. package/{dist/types → dist-types}/commands/GetEnvironmentCommand.d.ts +2 -2
  45. package/{dist/types → dist-types}/commands/ListEnvironmentsCommand.d.ts +2 -2
  46. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  47. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  48. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  49. package/{dist/types → dist-types}/commands/UpdateEnvironmentCommand.d.ts +2 -2
  50. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  51. package/{index.ts → dist-types/index.d.ts} +0 -0
  52. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  53. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  54. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  55. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  56. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  57. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  58. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  59. package/{dist/types → dist-types}/ts3.4/Finspace.d.ts +2 -2
  60. package/{dist/types → dist-types}/ts3.4/FinspaceClient.d.ts +8 -8
  61. package/{dist/types → dist-types}/ts3.4/commands/CreateEnvironmentCommand.d.ts +2 -2
  62. package/{dist/types → dist-types}/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -2
  63. package/{dist/types → dist-types}/ts3.4/commands/GetEnvironmentCommand.d.ts +2 -2
  64. package/{dist/types → dist-types}/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -2
  65. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  66. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  67. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  68. package/{dist/types → dist-types}/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -2
  69. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  70. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  71. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  72. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  73. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  74. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  75. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  76. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  77. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  78. package/package.json +52 -49
  79. package/Finspace.ts +0 -294
  80. package/FinspaceClient.ts +0 -263
  81. package/commands/CreateEnvironmentCommand.ts +0 -94
  82. package/commands/DeleteEnvironmentCommand.ts +0 -94
  83. package/commands/GetEnvironmentCommand.ts +0 -94
  84. package/commands/ListEnvironmentsCommand.ts +0 -94
  85. package/commands/ListTagsForResourceCommand.ts +0 -94
  86. package/commands/TagResourceCommand.ts +0 -94
  87. package/commands/UntagResourceCommand.ts +0 -94
  88. package/commands/UpdateEnvironmentCommand.ts +0 -94
  89. package/dist/cjs/Finspace.js.map +0 -1
  90. package/dist/cjs/FinspaceClient.js.map +0 -1
  91. package/dist/cjs/commands/CreateEnvironmentCommand.js.map +0 -1
  92. package/dist/cjs/commands/DeleteEnvironmentCommand.js.map +0 -1
  93. package/dist/cjs/commands/GetEnvironmentCommand.js.map +0 -1
  94. package/dist/cjs/commands/ListEnvironmentsCommand.js.map +0 -1
  95. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  96. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  97. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  98. package/dist/cjs/commands/UpdateEnvironmentCommand.js.map +0 -1
  99. package/dist/cjs/endpoints.js.map +0 -1
  100. package/dist/cjs/index.js.map +0 -1
  101. package/dist/cjs/models/index.js.map +0 -1
  102. package/dist/cjs/models/models_0.js.map +0 -1
  103. package/dist/cjs/package.json +0 -91
  104. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  105. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  106. package/dist/cjs/runtimeConfig.js.map +0 -1
  107. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  108. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  109. package/dist/es/Finspace.js.map +0 -1
  110. package/dist/es/FinspaceClient.js.map +0 -1
  111. package/dist/es/commands/CreateEnvironmentCommand.js.map +0 -1
  112. package/dist/es/commands/DeleteEnvironmentCommand.js.map +0 -1
  113. package/dist/es/commands/GetEnvironmentCommand.js.map +0 -1
  114. package/dist/es/commands/ListEnvironmentsCommand.js.map +0 -1
  115. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  116. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  117. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  118. package/dist/es/commands/UpdateEnvironmentCommand.js.map +0 -1
  119. package/dist/es/endpoints.js.map +0 -1
  120. package/dist/es/index.js +0 -12
  121. package/dist/es/index.js.map +0 -1
  122. package/dist/es/models/index.js +0 -2
  123. package/dist/es/models/index.js.map +0 -1
  124. package/dist/es/models/models_0.js.map +0 -1
  125. package/dist/es/package.json +0 -91
  126. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  127. package/dist/es/runtimeConfig.browser.js.map +0 -1
  128. package/dist/es/runtimeConfig.js.map +0 -1
  129. package/dist/es/runtimeConfig.native.js.map +0 -1
  130. package/dist/es/runtimeConfig.shared.js.map +0 -1
  131. package/endpoints.ts +0 -57
  132. package/jest.config.js +0 -4
  133. package/models/models_0.ts +0 -626
  134. package/protocols/Aws_restJson1.ts +0 -1214
  135. package/runtimeConfig.browser.ts +0 -40
  136. package/runtimeConfig.native.ts +0 -16
  137. package/runtimeConfig.shared.ts +0 -16
  138. package/runtimeConfig.ts +0 -45
  139. package/tsconfig.es.json +0 -12
  140. package/tsconfig.json +0 -32
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>A list of all tags for a resource.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { FinspaceClient, ListTagsForResourceCommand } from "@aws-sdk/client-finspace"; // ES Modules import
12
- * // const { FinspaceClient, ListTagsForResourceCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
13
- * const client = new FinspaceClient(config);
14
- * const command = new ListTagsForResourceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
19
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
20
- * @see {@link FinspaceClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListTagsForResourceCommand = /** @class */ (function (_super) {
4
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
+ var ListTagsForResourceCommand = (function (_super) {
24
7
  __extends(ListTagsForResourceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListTagsForResourceCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListTagsForResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var ListTagsForResourceCommand = /** @class */ (function (_super) {
62
37
  return ListTagsForResourceCommand;
63
38
  }($Command));
64
39
  export { ListTagsForResourceCommand };
65
- //# sourceMappingURL=ListTagsForResourceCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Adds metadata tags to a FinSpace resource.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { FinspaceClient, TagResourceCommand } from "@aws-sdk/client-finspace"; // ES Modules import
12
- * // const { FinspaceClient, TagResourceCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
13
- * const client = new FinspaceClient(config);
14
- * const command = new TagResourceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link TagResourceCommandInput} for command's `input` shape.
19
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
20
- * @see {@link FinspaceClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var TagResourceCommand = /** @class */ (function (_super) {
4
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
+ var TagResourceCommand = (function (_super) {
24
7
  __extends(TagResourceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function TagResourceCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  TagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var TagResourceCommand = /** @class */ (function (_super) {
62
37
  return TagResourceCommand;
63
38
  }($Command));
64
39
  export { TagResourceCommand };
65
- //# sourceMappingURL=TagResourceCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Removes metadata tags from a FinSpace resource.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { FinspaceClient, UntagResourceCommand } from "@aws-sdk/client-finspace"; // ES Modules import
12
- * // const { FinspaceClient, UntagResourceCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
13
- * const client = new FinspaceClient(config);
14
- * const command = new UntagResourceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UntagResourceCommandInput} for command's `input` shape.
19
- * @see {@link UntagResourceCommandOutput} for command's `response` shape.
20
- * @see {@link FinspaceClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UntagResourceCommand = /** @class */ (function (_super) {
4
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
+ var UntagResourceCommand = (function (_super) {
24
7
  __extends(UntagResourceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UntagResourceCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UntagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var UntagResourceCommand = /** @class */ (function (_super) {
62
37
  return UntagResourceCommand;
63
38
  }($Command));
64
39
  export { UntagResourceCommand };
65
- //# sourceMappingURL=UntagResourceCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdateEnvironmentRequest, UpdateEnvironmentResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1UpdateEnvironmentCommand, serializeAws_restJson1UpdateEnvironmentCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Update your FinSpace environment.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { FinspaceClient, UpdateEnvironmentCommand } from "@aws-sdk/client-finspace"; // ES Modules import
12
- * // const { FinspaceClient, UpdateEnvironmentCommand } = require("@aws-sdk/client-finspace"); // CommonJS import
13
- * const client = new FinspaceClient(config);
14
- * const command = new UpdateEnvironmentCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UpdateEnvironmentCommandInput} for command's `input` shape.
19
- * @see {@link UpdateEnvironmentCommandOutput} for command's `response` shape.
20
- * @see {@link FinspaceClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UpdateEnvironmentCommand = /** @class */ (function (_super) {
4
+ import { UpdateEnvironmentRequest, UpdateEnvironmentResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateEnvironmentCommand, serializeAws_restJson1UpdateEnvironmentCommand, } from "../protocols/Aws_restJson1";
6
+ var UpdateEnvironmentCommand = (function (_super) {
24
7
  __extends(UpdateEnvironmentCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UpdateEnvironmentCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UpdateEnvironmentCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var UpdateEnvironmentCommand = /** @class */ (function (_super) {
62
37
  return UpdateEnvironmentCommand;
63
38
  }($Command));
64
39
  export { UpdateEnvironmentCommand };
65
- //# sourceMappingURL=UpdateEnvironmentCommand.js.map
@@ -47,7 +47,6 @@ var partitionHash = {
47
47
  };
48
48
  export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
49
49
  return __generator(this, function (_a) {
50
- return [2 /*return*/, getRegionInfo(region, __assign(__assign({}, options), { signingService: "finspace", regionHash: regionHash, partitionHash: partitionHash }))];
50
+ return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "finspace", regionHash: regionHash, partitionHash: partitionHash }))];
51
51
  });
52
52
  }); };
53
- //# sourceMappingURL=endpoints.js.map
File without changes
@@ -1,9 +1,6 @@
1
1
  import { __assign } from "tslib";
2
2
  export var AccessDeniedException;
3
3
  (function (AccessDeniedException) {
4
- /**
5
- * @internal
6
- */
7
4
  AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
8
5
  })(AccessDeniedException || (AccessDeniedException = {}));
9
6
  export var FederationMode;
@@ -13,86 +10,50 @@ export var FederationMode;
13
10
  })(FederationMode || (FederationMode = {}));
14
11
  export var FederationParameters;
15
12
  (function (FederationParameters) {
16
- /**
17
- * @internal
18
- */
19
13
  FederationParameters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
20
14
  })(FederationParameters || (FederationParameters = {}));
21
15
  export var CreateEnvironmentRequest;
22
16
  (function (CreateEnvironmentRequest) {
23
- /**
24
- * @internal
25
- */
26
17
  CreateEnvironmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
27
18
  })(CreateEnvironmentRequest || (CreateEnvironmentRequest = {}));
28
19
  export var CreateEnvironmentResponse;
29
20
  (function (CreateEnvironmentResponse) {
30
- /**
31
- * @internal
32
- */
33
21
  CreateEnvironmentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
34
22
  })(CreateEnvironmentResponse || (CreateEnvironmentResponse = {}));
35
23
  export var InternalServerException;
36
24
  (function (InternalServerException) {
37
- /**
38
- * @internal
39
- */
40
25
  InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
41
26
  })(InternalServerException || (InternalServerException = {}));
42
27
  export var LimitExceededException;
43
28
  (function (LimitExceededException) {
44
- /**
45
- * @internal
46
- */
47
29
  LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
48
30
  })(LimitExceededException || (LimitExceededException = {}));
49
31
  export var ServiceQuotaExceededException;
50
32
  (function (ServiceQuotaExceededException) {
51
- /**
52
- * @internal
53
- */
54
33
  ServiceQuotaExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
55
34
  })(ServiceQuotaExceededException || (ServiceQuotaExceededException = {}));
56
35
  export var ThrottlingException;
57
36
  (function (ThrottlingException) {
58
- /**
59
- * @internal
60
- */
61
37
  ThrottlingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
62
38
  })(ThrottlingException || (ThrottlingException = {}));
63
39
  export var ValidationException;
64
40
  (function (ValidationException) {
65
- /**
66
- * @internal
67
- */
68
41
  ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
69
42
  })(ValidationException || (ValidationException = {}));
70
43
  export var DeleteEnvironmentRequest;
71
44
  (function (DeleteEnvironmentRequest) {
72
- /**
73
- * @internal
74
- */
75
45
  DeleteEnvironmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
76
46
  })(DeleteEnvironmentRequest || (DeleteEnvironmentRequest = {}));
77
47
  export var DeleteEnvironmentResponse;
78
48
  (function (DeleteEnvironmentResponse) {
79
- /**
80
- * @internal
81
- */
82
49
  DeleteEnvironmentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
83
50
  })(DeleteEnvironmentResponse || (DeleteEnvironmentResponse = {}));
84
51
  export var ResourceNotFoundException;
85
52
  (function (ResourceNotFoundException) {
86
- /**
87
- * @internal
88
- */
89
53
  ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
90
54
  })(ResourceNotFoundException || (ResourceNotFoundException = {}));
91
55
  export var GetEnvironmentRequest;
92
56
  (function (GetEnvironmentRequest) {
93
- /**
94
- * @internal
95
- */
96
57
  GetEnvironmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
97
58
  })(GetEnvironmentRequest || (GetEnvironmentRequest = {}));
98
59
  export var EnvironmentStatus;
@@ -110,93 +71,53 @@ export var EnvironmentStatus;
110
71
  })(EnvironmentStatus || (EnvironmentStatus = {}));
111
72
  export var Environment;
112
73
  (function (Environment) {
113
- /**
114
- * @internal
115
- */
116
74
  Environment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
117
75
  })(Environment || (Environment = {}));
118
76
  export var GetEnvironmentResponse;
119
77
  (function (GetEnvironmentResponse) {
120
- /**
121
- * @internal
122
- */
123
78
  GetEnvironmentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
124
79
  })(GetEnvironmentResponse || (GetEnvironmentResponse = {}));
125
80
  export var ListEnvironmentsRequest;
126
81
  (function (ListEnvironmentsRequest) {
127
- /**
128
- * @internal
129
- */
130
82
  ListEnvironmentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
131
83
  })(ListEnvironmentsRequest || (ListEnvironmentsRequest = {}));
132
84
  export var ListEnvironmentsResponse;
133
85
  (function (ListEnvironmentsResponse) {
134
- /**
135
- * @internal
136
- */
137
86
  ListEnvironmentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
138
87
  })(ListEnvironmentsResponse || (ListEnvironmentsResponse = {}));
139
88
  export var InvalidRequestException;
140
89
  (function (InvalidRequestException) {
141
- /**
142
- * @internal
143
- */
144
90
  InvalidRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
145
91
  })(InvalidRequestException || (InvalidRequestException = {}));
146
92
  export var ListTagsForResourceRequest;
147
93
  (function (ListTagsForResourceRequest) {
148
- /**
149
- * @internal
150
- */
151
94
  ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
152
95
  })(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
153
96
  export var ListTagsForResourceResponse;
154
97
  (function (ListTagsForResourceResponse) {
155
- /**
156
- * @internal
157
- */
158
98
  ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
159
99
  })(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
160
100
  export var TagResourceRequest;
161
101
  (function (TagResourceRequest) {
162
- /**
163
- * @internal
164
- */
165
102
  TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
166
103
  })(TagResourceRequest || (TagResourceRequest = {}));
167
104
  export var TagResourceResponse;
168
105
  (function (TagResourceResponse) {
169
- /**
170
- * @internal
171
- */
172
106
  TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
173
107
  })(TagResourceResponse || (TagResourceResponse = {}));
174
108
  export var UntagResourceRequest;
175
109
  (function (UntagResourceRequest) {
176
- /**
177
- * @internal
178
- */
179
110
  UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
180
111
  })(UntagResourceRequest || (UntagResourceRequest = {}));
181
112
  export var UntagResourceResponse;
182
113
  (function (UntagResourceResponse) {
183
- /**
184
- * @internal
185
- */
186
114
  UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
187
115
  })(UntagResourceResponse || (UntagResourceResponse = {}));
188
116
  export var UpdateEnvironmentRequest;
189
117
  (function (UpdateEnvironmentRequest) {
190
- /**
191
- * @internal
192
- */
193
118
  UpdateEnvironmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
194
119
  })(UpdateEnvironmentRequest || (UpdateEnvironmentRequest = {}));
195
120
  export var UpdateEnvironmentResponse;
196
121
  (function (UpdateEnvironmentResponse) {
197
- /**
198
- * @internal
199
- */
200
122
  UpdateEnvironmentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
201
123
  })(UpdateEnvironmentResponse || (UpdateEnvironmentResponse = {}));
202
- //# sourceMappingURL=models_0.js.map