@aws-sdk/client-migration-hub-refactor-spaces 3.490.0 → 3.495.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/dist-cjs/MigrationHubRefactorSpaces.js +1 -59
  2. package/dist-cjs/MigrationHubRefactorSpacesClient.js +1 -43
  3. package/dist-cjs/commands/CreateApplicationCommand.js +1 -29
  4. package/dist-cjs/commands/CreateEnvironmentCommand.js +1 -29
  5. package/dist-cjs/commands/CreateRouteCommand.js +1 -29
  6. package/dist-cjs/commands/CreateServiceCommand.js +1 -29
  7. package/dist-cjs/commands/DeleteApplicationCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteEnvironmentCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteRouteCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteServiceCommand.js +1 -28
  12. package/dist-cjs/commands/GetApplicationCommand.js +1 -29
  13. package/dist-cjs/commands/GetEnvironmentCommand.js +1 -29
  14. package/dist-cjs/commands/GetResourcePolicyCommand.js +1 -28
  15. package/dist-cjs/commands/GetRouteCommand.js +1 -29
  16. package/dist-cjs/commands/GetServiceCommand.js +1 -29
  17. package/dist-cjs/commands/ListApplicationsCommand.js +1 -29
  18. package/dist-cjs/commands/ListEnvironmentVpcsCommand.js +1 -28
  19. package/dist-cjs/commands/ListEnvironmentsCommand.js +1 -29
  20. package/dist-cjs/commands/ListRoutesCommand.js +1 -29
  21. package/dist-cjs/commands/ListServicesCommand.js +1 -29
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
  23. package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
  24. package/dist-cjs/commands/TagResourceCommand.js +1 -29
  25. package/dist-cjs/commands/UntagResourceCommand.js +1 -29
  26. package/dist-cjs/commands/UpdateRouteCommand.js +1 -28
  27. package/dist-cjs/commands/index.js +1 -27
  28. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  29. package/dist-cjs/extensionConfiguration.js +1 -2
  30. package/dist-cjs/index.js +2961 -11
  31. package/dist-cjs/models/MigrationHubRefactorSpacesServiceException.js +1 -12
  32. package/dist-cjs/models/index.js +1 -4
  33. package/dist-cjs/models/models_0.js +1 -345
  34. package/dist-cjs/pagination/Interfaces.js +1 -2
  35. package/dist-cjs/pagination/ListApplicationsPaginator.js +1 -7
  36. package/dist-cjs/pagination/ListEnvironmentVpcsPaginator.js +1 -7
  37. package/dist-cjs/pagination/ListEnvironmentsPaginator.js +1 -7
  38. package/dist-cjs/pagination/ListRoutesPaginator.js +1 -7
  39. package/dist-cjs/pagination/ListServicesPaginator.js +1 -7
  40. package/dist-cjs/pagination/index.js +1 -9
  41. package/dist-cjs/protocols/Aws_restJson1.js +1 -1910
  42. package/dist-cjs/runtimeExtensions.js +1 -22
  43. package/package.json +40 -40
@@ -1,59 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MigrationHubRefactorSpaces = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CreateApplicationCommand_1 = require("./commands/CreateApplicationCommand");
6
- const CreateEnvironmentCommand_1 = require("./commands/CreateEnvironmentCommand");
7
- const CreateRouteCommand_1 = require("./commands/CreateRouteCommand");
8
- const CreateServiceCommand_1 = require("./commands/CreateServiceCommand");
9
- const DeleteApplicationCommand_1 = require("./commands/DeleteApplicationCommand");
10
- const DeleteEnvironmentCommand_1 = require("./commands/DeleteEnvironmentCommand");
11
- const DeleteResourcePolicyCommand_1 = require("./commands/DeleteResourcePolicyCommand");
12
- const DeleteRouteCommand_1 = require("./commands/DeleteRouteCommand");
13
- const DeleteServiceCommand_1 = require("./commands/DeleteServiceCommand");
14
- const GetApplicationCommand_1 = require("./commands/GetApplicationCommand");
15
- const GetEnvironmentCommand_1 = require("./commands/GetEnvironmentCommand");
16
- const GetResourcePolicyCommand_1 = require("./commands/GetResourcePolicyCommand");
17
- const GetRouteCommand_1 = require("./commands/GetRouteCommand");
18
- const GetServiceCommand_1 = require("./commands/GetServiceCommand");
19
- const ListApplicationsCommand_1 = require("./commands/ListApplicationsCommand");
20
- const ListEnvironmentsCommand_1 = require("./commands/ListEnvironmentsCommand");
21
- const ListEnvironmentVpcsCommand_1 = require("./commands/ListEnvironmentVpcsCommand");
22
- const ListRoutesCommand_1 = require("./commands/ListRoutesCommand");
23
- const ListServicesCommand_1 = require("./commands/ListServicesCommand");
24
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
25
- const PutResourcePolicyCommand_1 = require("./commands/PutResourcePolicyCommand");
26
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
27
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
28
- const UpdateRouteCommand_1 = require("./commands/UpdateRouteCommand");
29
- const MigrationHubRefactorSpacesClient_1 = require("./MigrationHubRefactorSpacesClient");
30
- const commands = {
31
- CreateApplicationCommand: CreateApplicationCommand_1.CreateApplicationCommand,
32
- CreateEnvironmentCommand: CreateEnvironmentCommand_1.CreateEnvironmentCommand,
33
- CreateRouteCommand: CreateRouteCommand_1.CreateRouteCommand,
34
- CreateServiceCommand: CreateServiceCommand_1.CreateServiceCommand,
35
- DeleteApplicationCommand: DeleteApplicationCommand_1.DeleteApplicationCommand,
36
- DeleteEnvironmentCommand: DeleteEnvironmentCommand_1.DeleteEnvironmentCommand,
37
- DeleteResourcePolicyCommand: DeleteResourcePolicyCommand_1.DeleteResourcePolicyCommand,
38
- DeleteRouteCommand: DeleteRouteCommand_1.DeleteRouteCommand,
39
- DeleteServiceCommand: DeleteServiceCommand_1.DeleteServiceCommand,
40
- GetApplicationCommand: GetApplicationCommand_1.GetApplicationCommand,
41
- GetEnvironmentCommand: GetEnvironmentCommand_1.GetEnvironmentCommand,
42
- GetResourcePolicyCommand: GetResourcePolicyCommand_1.GetResourcePolicyCommand,
43
- GetRouteCommand: GetRouteCommand_1.GetRouteCommand,
44
- GetServiceCommand: GetServiceCommand_1.GetServiceCommand,
45
- ListApplicationsCommand: ListApplicationsCommand_1.ListApplicationsCommand,
46
- ListEnvironmentsCommand: ListEnvironmentsCommand_1.ListEnvironmentsCommand,
47
- ListEnvironmentVpcsCommand: ListEnvironmentVpcsCommand_1.ListEnvironmentVpcsCommand,
48
- ListRoutesCommand: ListRoutesCommand_1.ListRoutesCommand,
49
- ListServicesCommand: ListServicesCommand_1.ListServicesCommand,
50
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
51
- PutResourcePolicyCommand: PutResourcePolicyCommand_1.PutResourcePolicyCommand,
52
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
53
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
54
- UpdateRouteCommand: UpdateRouteCommand_1.UpdateRouteCommand,
55
- };
56
- class MigrationHubRefactorSpaces extends MigrationHubRefactorSpacesClient_1.MigrationHubRefactorSpacesClient {
57
- }
58
- exports.MigrationHubRefactorSpaces = MigrationHubRefactorSpaces;
59
- (0, smithy_client_1.createAggregatedClient)(commands, MigrationHubRefactorSpaces);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MigrationHubRefactorSpacesClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class MigrationHubRefactorSpacesClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.MigrationHubRefactorSpacesClient = MigrationHubRefactorSpacesClient;
1
+ module.exports = require("./index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateApplicationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateApplicationCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("RefactorSpaces", "CreateApplication", {})
23
- .n("MigrationHubRefactorSpacesClient", "CreateApplicationCommand")
24
- .f(models_0_1.CreateApplicationRequestFilterSensitiveLog, models_0_1.CreateApplicationResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateApplicationCommand)
26
- .de(Aws_restJson1_1.de_CreateApplicationCommand)
27
- .build() {
28
- }
29
- exports.CreateApplicationCommand = CreateApplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateEnvironmentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateEnvironmentCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("RefactorSpaces", "CreateEnvironment", {})
23
- .n("MigrationHubRefactorSpacesClient", "CreateEnvironmentCommand")
24
- .f(models_0_1.CreateEnvironmentRequestFilterSensitiveLog, models_0_1.CreateEnvironmentResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateEnvironmentCommand)
26
- .de(Aws_restJson1_1.de_CreateEnvironmentCommand)
27
- .build() {
28
- }
29
- exports.CreateEnvironmentCommand = CreateEnvironmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateRouteCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateRouteCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("RefactorSpaces", "CreateRoute", {})
23
- .n("MigrationHubRefactorSpacesClient", "CreateRouteCommand")
24
- .f(models_0_1.CreateRouteRequestFilterSensitiveLog, models_0_1.CreateRouteResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateRouteCommand)
26
- .de(Aws_restJson1_1.de_CreateRouteCommand)
27
- .build() {
28
- }
29
- exports.CreateRouteCommand = CreateRouteCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateServiceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateServiceCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("RefactorSpaces", "CreateService", {})
23
- .n("MigrationHubRefactorSpacesClient", "CreateServiceCommand")
24
- .f(models_0_1.CreateServiceRequestFilterSensitiveLog, models_0_1.CreateServiceResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateServiceCommand)
26
- .de(Aws_restJson1_1.de_CreateServiceCommand)
27
- .build() {
28
- }
29
- exports.CreateServiceCommand = CreateServiceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteApplicationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteApplicationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RefactorSpaces", "DeleteApplication", {})
22
- .n("MigrationHubRefactorSpacesClient", "DeleteApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteApplicationCommand)
25
- .de(Aws_restJson1_1.de_DeleteApplicationCommand)
26
- .build() {
27
- }
28
- exports.DeleteApplicationCommand = DeleteApplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteEnvironmentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteEnvironmentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RefactorSpaces", "DeleteEnvironment", {})
22
- .n("MigrationHubRefactorSpacesClient", "DeleteEnvironmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteEnvironmentCommand)
25
- .de(Aws_restJson1_1.de_DeleteEnvironmentCommand)
26
- .build() {
27
- }
28
- exports.DeleteEnvironmentCommand = DeleteEnvironmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteResourcePolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteResourcePolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RefactorSpaces", "DeleteResourcePolicy", {})
22
- .n("MigrationHubRefactorSpacesClient", "DeleteResourcePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteResourcePolicyCommand)
25
- .de(Aws_restJson1_1.de_DeleteResourcePolicyCommand)
26
- .build() {
27
- }
28
- exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteRouteCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteRouteCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RefactorSpaces", "DeleteRoute", {})
22
- .n("MigrationHubRefactorSpacesClient", "DeleteRouteCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteRouteCommand)
25
- .de(Aws_restJson1_1.de_DeleteRouteCommand)
26
- .build() {
27
- }
28
- exports.DeleteRouteCommand = DeleteRouteCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteServiceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteServiceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RefactorSpaces", "DeleteService", {})
22
- .n("MigrationHubRefactorSpacesClient", "DeleteServiceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteServiceCommand)
25
- .de(Aws_restJson1_1.de_DeleteServiceCommand)
26
- .build() {
27
- }
28
- exports.DeleteServiceCommand = DeleteServiceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetApplicationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetApplicationCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("RefactorSpaces", "GetApplication", {})
23
- .n("MigrationHubRefactorSpacesClient", "GetApplicationCommand")
24
- .f(void 0, models_0_1.GetApplicationResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetApplicationCommand)
26
- .de(Aws_restJson1_1.de_GetApplicationCommand)
27
- .build() {
28
- }
29
- exports.GetApplicationCommand = GetApplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEnvironmentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetEnvironmentCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("RefactorSpaces", "GetEnvironment", {})
23
- .n("MigrationHubRefactorSpacesClient", "GetEnvironmentCommand")
24
- .f(void 0, models_0_1.GetEnvironmentResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetEnvironmentCommand)
26
- .de(Aws_restJson1_1.de_GetEnvironmentCommand)
27
- .build() {
28
- }
29
- exports.GetEnvironmentCommand = GetEnvironmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetResourcePolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetResourcePolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RefactorSpaces", "GetResourcePolicy", {})
22
- .n("MigrationHubRefactorSpacesClient", "GetResourcePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetResourcePolicyCommand)
25
- .de(Aws_restJson1_1.de_GetResourcePolicyCommand)
26
- .build() {
27
- }
28
- exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetRouteCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetRouteCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("RefactorSpaces", "GetRoute", {})
23
- .n("MigrationHubRefactorSpacesClient", "GetRouteCommand")
24
- .f(void 0, models_0_1.GetRouteResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetRouteCommand)
26
- .de(Aws_restJson1_1.de_GetRouteCommand)
27
- .build() {
28
- }
29
- exports.GetRouteCommand = GetRouteCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetServiceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetServiceCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("RefactorSpaces", "GetService", {})
23
- .n("MigrationHubRefactorSpacesClient", "GetServiceCommand")
24
- .f(void 0, models_0_1.GetServiceResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetServiceCommand)
26
- .de(Aws_restJson1_1.de_GetServiceCommand)
27
- .build() {
28
- }
29
- exports.GetServiceCommand = GetServiceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListApplicationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListApplicationsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("RefactorSpaces", "ListApplications", {})
23
- .n("MigrationHubRefactorSpacesClient", "ListApplicationsCommand")
24
- .f(void 0, models_0_1.ListApplicationsResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListApplicationsCommand)
26
- .de(Aws_restJson1_1.de_ListApplicationsCommand)
27
- .build() {
28
- }
29
- exports.ListApplicationsCommand = ListApplicationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListEnvironmentVpcsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListEnvironmentVpcsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("RefactorSpaces", "ListEnvironmentVpcs", {})
22
- .n("MigrationHubRefactorSpacesClient", "ListEnvironmentVpcsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListEnvironmentVpcsCommand)
25
- .de(Aws_restJson1_1.de_ListEnvironmentVpcsCommand)
26
- .build() {
27
- }
28
- exports.ListEnvironmentVpcsCommand = ListEnvironmentVpcsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListEnvironmentsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListEnvironmentsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("RefactorSpaces", "ListEnvironments", {})
23
- .n("MigrationHubRefactorSpacesClient", "ListEnvironmentsCommand")
24
- .f(void 0, models_0_1.ListEnvironmentsResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListEnvironmentsCommand)
26
- .de(Aws_restJson1_1.de_ListEnvironmentsCommand)
27
- .build() {
28
- }
29
- exports.ListEnvironmentsCommand = ListEnvironmentsCommand;
1
+ module.exports = require("../index.js");