@aws-sdk/client-apprunner 3.489.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 (60) hide show
  1. package/dist-cjs/AppRunner.js +1 -85
  2. package/dist-cjs/AppRunnerClient.js +1 -43
  3. package/dist-cjs/commands/AssociateCustomDomainCommand.js +1 -28
  4. package/dist-cjs/commands/CreateAutoScalingConfigurationCommand.js +1 -28
  5. package/dist-cjs/commands/CreateConnectionCommand.js +1 -28
  6. package/dist-cjs/commands/CreateObservabilityConfigurationCommand.js +1 -28
  7. package/dist-cjs/commands/CreateServiceCommand.js +1 -29
  8. package/dist-cjs/commands/CreateVpcConnectorCommand.js +1 -28
  9. package/dist-cjs/commands/CreateVpcIngressConnectionCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteAutoScalingConfigurationCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteConnectionCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteObservabilityConfigurationCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteServiceCommand.js +1 -29
  14. package/dist-cjs/commands/DeleteVpcConnectorCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteVpcIngressConnectionCommand.js +1 -28
  16. package/dist-cjs/commands/DescribeAutoScalingConfigurationCommand.js +1 -28
  17. package/dist-cjs/commands/DescribeCustomDomainsCommand.js +1 -28
  18. package/dist-cjs/commands/DescribeObservabilityConfigurationCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeServiceCommand.js +1 -29
  20. package/dist-cjs/commands/DescribeVpcConnectorCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeVpcIngressConnectionCommand.js +1 -28
  22. package/dist-cjs/commands/DisassociateCustomDomainCommand.js +1 -28
  23. package/dist-cjs/commands/ListAutoScalingConfigurationsCommand.js +1 -28
  24. package/dist-cjs/commands/ListConnectionsCommand.js +1 -28
  25. package/dist-cjs/commands/ListObservabilityConfigurationsCommand.js +1 -28
  26. package/dist-cjs/commands/ListOperationsCommand.js +1 -28
  27. package/dist-cjs/commands/ListServicesCommand.js +1 -28
  28. package/dist-cjs/commands/ListServicesForAutoScalingConfigurationCommand.js +1 -28
  29. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  30. package/dist-cjs/commands/ListVpcConnectorsCommand.js +1 -28
  31. package/dist-cjs/commands/ListVpcIngressConnectionsCommand.js +1 -28
  32. package/dist-cjs/commands/PauseServiceCommand.js +1 -29
  33. package/dist-cjs/commands/ResumeServiceCommand.js +1 -29
  34. package/dist-cjs/commands/StartDeploymentCommand.js +1 -28
  35. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  36. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  37. package/dist-cjs/commands/UpdateDefaultAutoScalingConfigurationCommand.js +1 -28
  38. package/dist-cjs/commands/UpdateServiceCommand.js +1 -29
  39. package/dist-cjs/commands/UpdateVpcIngressConnectionCommand.js +1 -28
  40. package/dist-cjs/commands/index.js +1 -40
  41. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  42. package/dist-cjs/extensionConfiguration.js +1 -2
  43. package/dist-cjs/index.js +3366 -11
  44. package/dist-cjs/models/AppRunnerServiceException.js +1 -12
  45. package/dist-cjs/models/index.js +1 -4
  46. package/dist-cjs/models/models_0.js +1 -275
  47. package/dist-cjs/pagination/DescribeCustomDomainsPaginator.js +1 -7
  48. package/dist-cjs/pagination/Interfaces.js +1 -2
  49. package/dist-cjs/pagination/ListAutoScalingConfigurationsPaginator.js +1 -7
  50. package/dist-cjs/pagination/ListConnectionsPaginator.js +1 -7
  51. package/dist-cjs/pagination/ListObservabilityConfigurationsPaginator.js +1 -7
  52. package/dist-cjs/pagination/ListOperationsPaginator.js +1 -7
  53. package/dist-cjs/pagination/ListServicesForAutoScalingConfigurationPaginator.js +1 -7
  54. package/dist-cjs/pagination/ListServicesPaginator.js +1 -7
  55. package/dist-cjs/pagination/ListVpcConnectorsPaginator.js +1 -7
  56. package/dist-cjs/pagination/ListVpcIngressConnectionsPaginator.js +1 -7
  57. package/dist-cjs/pagination/index.js +1 -13
  58. package/dist-cjs/protocols/Aws_json1_0.js +1 -2150
  59. package/dist-cjs/runtimeExtensions.js +1 -22
  60. package/package.json +40 -40
@@ -1,85 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AppRunner = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AppRunnerClient_1 = require("./AppRunnerClient");
6
- const AssociateCustomDomainCommand_1 = require("./commands/AssociateCustomDomainCommand");
7
- const CreateAutoScalingConfigurationCommand_1 = require("./commands/CreateAutoScalingConfigurationCommand");
8
- const CreateConnectionCommand_1 = require("./commands/CreateConnectionCommand");
9
- const CreateObservabilityConfigurationCommand_1 = require("./commands/CreateObservabilityConfigurationCommand");
10
- const CreateServiceCommand_1 = require("./commands/CreateServiceCommand");
11
- const CreateVpcConnectorCommand_1 = require("./commands/CreateVpcConnectorCommand");
12
- const CreateVpcIngressConnectionCommand_1 = require("./commands/CreateVpcIngressConnectionCommand");
13
- const DeleteAutoScalingConfigurationCommand_1 = require("./commands/DeleteAutoScalingConfigurationCommand");
14
- const DeleteConnectionCommand_1 = require("./commands/DeleteConnectionCommand");
15
- const DeleteObservabilityConfigurationCommand_1 = require("./commands/DeleteObservabilityConfigurationCommand");
16
- const DeleteServiceCommand_1 = require("./commands/DeleteServiceCommand");
17
- const DeleteVpcConnectorCommand_1 = require("./commands/DeleteVpcConnectorCommand");
18
- const DeleteVpcIngressConnectionCommand_1 = require("./commands/DeleteVpcIngressConnectionCommand");
19
- const DescribeAutoScalingConfigurationCommand_1 = require("./commands/DescribeAutoScalingConfigurationCommand");
20
- const DescribeCustomDomainsCommand_1 = require("./commands/DescribeCustomDomainsCommand");
21
- const DescribeObservabilityConfigurationCommand_1 = require("./commands/DescribeObservabilityConfigurationCommand");
22
- const DescribeServiceCommand_1 = require("./commands/DescribeServiceCommand");
23
- const DescribeVpcConnectorCommand_1 = require("./commands/DescribeVpcConnectorCommand");
24
- const DescribeVpcIngressConnectionCommand_1 = require("./commands/DescribeVpcIngressConnectionCommand");
25
- const DisassociateCustomDomainCommand_1 = require("./commands/DisassociateCustomDomainCommand");
26
- const ListAutoScalingConfigurationsCommand_1 = require("./commands/ListAutoScalingConfigurationsCommand");
27
- const ListConnectionsCommand_1 = require("./commands/ListConnectionsCommand");
28
- const ListObservabilityConfigurationsCommand_1 = require("./commands/ListObservabilityConfigurationsCommand");
29
- const ListOperationsCommand_1 = require("./commands/ListOperationsCommand");
30
- const ListServicesCommand_1 = require("./commands/ListServicesCommand");
31
- const ListServicesForAutoScalingConfigurationCommand_1 = require("./commands/ListServicesForAutoScalingConfigurationCommand");
32
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
33
- const ListVpcConnectorsCommand_1 = require("./commands/ListVpcConnectorsCommand");
34
- const ListVpcIngressConnectionsCommand_1 = require("./commands/ListVpcIngressConnectionsCommand");
35
- const PauseServiceCommand_1 = require("./commands/PauseServiceCommand");
36
- const ResumeServiceCommand_1 = require("./commands/ResumeServiceCommand");
37
- const StartDeploymentCommand_1 = require("./commands/StartDeploymentCommand");
38
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
39
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
40
- const UpdateDefaultAutoScalingConfigurationCommand_1 = require("./commands/UpdateDefaultAutoScalingConfigurationCommand");
41
- const UpdateServiceCommand_1 = require("./commands/UpdateServiceCommand");
42
- const UpdateVpcIngressConnectionCommand_1 = require("./commands/UpdateVpcIngressConnectionCommand");
43
- const commands = {
44
- AssociateCustomDomainCommand: AssociateCustomDomainCommand_1.AssociateCustomDomainCommand,
45
- CreateAutoScalingConfigurationCommand: CreateAutoScalingConfigurationCommand_1.CreateAutoScalingConfigurationCommand,
46
- CreateConnectionCommand: CreateConnectionCommand_1.CreateConnectionCommand,
47
- CreateObservabilityConfigurationCommand: CreateObservabilityConfigurationCommand_1.CreateObservabilityConfigurationCommand,
48
- CreateServiceCommand: CreateServiceCommand_1.CreateServiceCommand,
49
- CreateVpcConnectorCommand: CreateVpcConnectorCommand_1.CreateVpcConnectorCommand,
50
- CreateVpcIngressConnectionCommand: CreateVpcIngressConnectionCommand_1.CreateVpcIngressConnectionCommand,
51
- DeleteAutoScalingConfigurationCommand: DeleteAutoScalingConfigurationCommand_1.DeleteAutoScalingConfigurationCommand,
52
- DeleteConnectionCommand: DeleteConnectionCommand_1.DeleteConnectionCommand,
53
- DeleteObservabilityConfigurationCommand: DeleteObservabilityConfigurationCommand_1.DeleteObservabilityConfigurationCommand,
54
- DeleteServiceCommand: DeleteServiceCommand_1.DeleteServiceCommand,
55
- DeleteVpcConnectorCommand: DeleteVpcConnectorCommand_1.DeleteVpcConnectorCommand,
56
- DeleteVpcIngressConnectionCommand: DeleteVpcIngressConnectionCommand_1.DeleteVpcIngressConnectionCommand,
57
- DescribeAutoScalingConfigurationCommand: DescribeAutoScalingConfigurationCommand_1.DescribeAutoScalingConfigurationCommand,
58
- DescribeCustomDomainsCommand: DescribeCustomDomainsCommand_1.DescribeCustomDomainsCommand,
59
- DescribeObservabilityConfigurationCommand: DescribeObservabilityConfigurationCommand_1.DescribeObservabilityConfigurationCommand,
60
- DescribeServiceCommand: DescribeServiceCommand_1.DescribeServiceCommand,
61
- DescribeVpcConnectorCommand: DescribeVpcConnectorCommand_1.DescribeVpcConnectorCommand,
62
- DescribeVpcIngressConnectionCommand: DescribeVpcIngressConnectionCommand_1.DescribeVpcIngressConnectionCommand,
63
- DisassociateCustomDomainCommand: DisassociateCustomDomainCommand_1.DisassociateCustomDomainCommand,
64
- ListAutoScalingConfigurationsCommand: ListAutoScalingConfigurationsCommand_1.ListAutoScalingConfigurationsCommand,
65
- ListConnectionsCommand: ListConnectionsCommand_1.ListConnectionsCommand,
66
- ListObservabilityConfigurationsCommand: ListObservabilityConfigurationsCommand_1.ListObservabilityConfigurationsCommand,
67
- ListOperationsCommand: ListOperationsCommand_1.ListOperationsCommand,
68
- ListServicesCommand: ListServicesCommand_1.ListServicesCommand,
69
- ListServicesForAutoScalingConfigurationCommand: ListServicesForAutoScalingConfigurationCommand_1.ListServicesForAutoScalingConfigurationCommand,
70
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
71
- ListVpcConnectorsCommand: ListVpcConnectorsCommand_1.ListVpcConnectorsCommand,
72
- ListVpcIngressConnectionsCommand: ListVpcIngressConnectionsCommand_1.ListVpcIngressConnectionsCommand,
73
- PauseServiceCommand: PauseServiceCommand_1.PauseServiceCommand,
74
- ResumeServiceCommand: ResumeServiceCommand_1.ResumeServiceCommand,
75
- StartDeploymentCommand: StartDeploymentCommand_1.StartDeploymentCommand,
76
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
77
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
78
- UpdateDefaultAutoScalingConfigurationCommand: UpdateDefaultAutoScalingConfigurationCommand_1.UpdateDefaultAutoScalingConfigurationCommand,
79
- UpdateServiceCommand: UpdateServiceCommand_1.UpdateServiceCommand,
80
- UpdateVpcIngressConnectionCommand: UpdateVpcIngressConnectionCommand_1.UpdateVpcIngressConnectionCommand,
81
- };
82
- class AppRunner extends AppRunnerClient_1.AppRunnerClient {
83
- }
84
- exports.AppRunner = AppRunner;
85
- (0, smithy_client_1.createAggregatedClient)(commands, AppRunner);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AppRunnerClient = 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 AppRunnerClient 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.AppRunnerClient = AppRunnerClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateCustomDomainCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class AssociateCustomDomainCommand 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("AppRunner", "AssociateCustomDomain", {})
22
- .n("AppRunnerClient", "AssociateCustomDomainCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_AssociateCustomDomainCommand)
25
- .de(Aws_json1_0_1.de_AssociateCustomDomainCommand)
26
- .build() {
27
- }
28
- exports.AssociateCustomDomainCommand = AssociateCustomDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAutoScalingConfigurationCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class CreateAutoScalingConfigurationCommand 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("AppRunner", "CreateAutoScalingConfiguration", {})
22
- .n("AppRunnerClient", "CreateAutoScalingConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_CreateAutoScalingConfigurationCommand)
25
- .de(Aws_json1_0_1.de_CreateAutoScalingConfigurationCommand)
26
- .build() {
27
- }
28
- exports.CreateAutoScalingConfigurationCommand = CreateAutoScalingConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateConnectionCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class CreateConnectionCommand 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("AppRunner", "CreateConnection", {})
22
- .n("AppRunnerClient", "CreateConnectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_CreateConnectionCommand)
25
- .de(Aws_json1_0_1.de_CreateConnectionCommand)
26
- .build() {
27
- }
28
- exports.CreateConnectionCommand = CreateConnectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateObservabilityConfigurationCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class CreateObservabilityConfigurationCommand 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("AppRunner", "CreateObservabilityConfiguration", {})
22
- .n("AppRunnerClient", "CreateObservabilityConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_CreateObservabilityConfigurationCommand)
25
- .de(Aws_json1_0_1.de_CreateObservabilityConfigurationCommand)
26
- .build() {
27
- }
28
- exports.CreateObservabilityConfigurationCommand = CreateObservabilityConfigurationCommand;
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_json1_0_1 = require("../protocols/Aws_json1_0");
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("AppRunner", "CreateService", {})
23
- .n("AppRunnerClient", "CreateServiceCommand")
24
- .f(models_0_1.CreateServiceRequestFilterSensitiveLog, models_0_1.CreateServiceResponseFilterSensitiveLog)
25
- .ser(Aws_json1_0_1.se_CreateServiceCommand)
26
- .de(Aws_json1_0_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.CreateVpcConnectorCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class CreateVpcConnectorCommand 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("AppRunner", "CreateVpcConnector", {})
22
- .n("AppRunnerClient", "CreateVpcConnectorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_CreateVpcConnectorCommand)
25
- .de(Aws_json1_0_1.de_CreateVpcConnectorCommand)
26
- .build() {
27
- }
28
- exports.CreateVpcConnectorCommand = CreateVpcConnectorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateVpcIngressConnectionCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class CreateVpcIngressConnectionCommand 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("AppRunner", "CreateVpcIngressConnection", {})
22
- .n("AppRunnerClient", "CreateVpcIngressConnectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_CreateVpcIngressConnectionCommand)
25
- .de(Aws_json1_0_1.de_CreateVpcIngressConnectionCommand)
26
- .build() {
27
- }
28
- exports.CreateVpcIngressConnectionCommand = CreateVpcIngressConnectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAutoScalingConfigurationCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DeleteAutoScalingConfigurationCommand 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("AppRunner", "DeleteAutoScalingConfiguration", {})
22
- .n("AppRunnerClient", "DeleteAutoScalingConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteAutoScalingConfigurationCommand)
25
- .de(Aws_json1_0_1.de_DeleteAutoScalingConfigurationCommand)
26
- .build() {
27
- }
28
- exports.DeleteAutoScalingConfigurationCommand = DeleteAutoScalingConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteConnectionCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DeleteConnectionCommand 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("AppRunner", "DeleteConnection", {})
22
- .n("AppRunnerClient", "DeleteConnectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteConnectionCommand)
25
- .de(Aws_json1_0_1.de_DeleteConnectionCommand)
26
- .build() {
27
- }
28
- exports.DeleteConnectionCommand = DeleteConnectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteObservabilityConfigurationCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DeleteObservabilityConfigurationCommand 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("AppRunner", "DeleteObservabilityConfiguration", {})
22
- .n("AppRunnerClient", "DeleteObservabilityConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteObservabilityConfigurationCommand)
25
- .de(Aws_json1_0_1.de_DeleteObservabilityConfigurationCommand)
26
- .build() {
27
- }
28
- exports.DeleteObservabilityConfigurationCommand = DeleteObservabilityConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +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 models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
11
- class DeleteServiceCommand 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("AppRunner", "DeleteService", {})
23
- .n("AppRunnerClient", "DeleteServiceCommand")
24
- .f(void 0, models_0_1.DeleteServiceResponseFilterSensitiveLog)
25
- .ser(Aws_json1_0_1.se_DeleteServiceCommand)
26
- .de(Aws_json1_0_1.de_DeleteServiceCommand)
27
- .build() {
28
- }
29
- exports.DeleteServiceCommand = DeleteServiceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteVpcConnectorCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DeleteVpcConnectorCommand 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("AppRunner", "DeleteVpcConnector", {})
22
- .n("AppRunnerClient", "DeleteVpcConnectorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteVpcConnectorCommand)
25
- .de(Aws_json1_0_1.de_DeleteVpcConnectorCommand)
26
- .build() {
27
- }
28
- exports.DeleteVpcConnectorCommand = DeleteVpcConnectorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteVpcIngressConnectionCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DeleteVpcIngressConnectionCommand 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("AppRunner", "DeleteVpcIngressConnection", {})
22
- .n("AppRunnerClient", "DeleteVpcIngressConnectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteVpcIngressConnectionCommand)
25
- .de(Aws_json1_0_1.de_DeleteVpcIngressConnectionCommand)
26
- .build() {
27
- }
28
- exports.DeleteVpcIngressConnectionCommand = DeleteVpcIngressConnectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAutoScalingConfigurationCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DescribeAutoScalingConfigurationCommand 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("AppRunner", "DescribeAutoScalingConfiguration", {})
22
- .n("AppRunnerClient", "DescribeAutoScalingConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeAutoScalingConfigurationCommand)
25
- .de(Aws_json1_0_1.de_DescribeAutoScalingConfigurationCommand)
26
- .build() {
27
- }
28
- exports.DescribeAutoScalingConfigurationCommand = DescribeAutoScalingConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeCustomDomainsCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DescribeCustomDomainsCommand 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("AppRunner", "DescribeCustomDomains", {})
22
- .n("AppRunnerClient", "DescribeCustomDomainsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeCustomDomainsCommand)
25
- .de(Aws_json1_0_1.de_DescribeCustomDomainsCommand)
26
- .build() {
27
- }
28
- exports.DescribeCustomDomainsCommand = DescribeCustomDomainsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeObservabilityConfigurationCommand = 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_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DescribeObservabilityConfigurationCommand 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("AppRunner", "DescribeObservabilityConfiguration", {})
22
- .n("AppRunnerClient", "DescribeObservabilityConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeObservabilityConfigurationCommand)
25
- .de(Aws_json1_0_1.de_DescribeObservabilityConfigurationCommand)
26
- .build() {
27
- }
28
- exports.DescribeObservabilityConfigurationCommand = DescribeObservabilityConfigurationCommand;
1
+ module.exports = require("../index.js");