@aws-sdk/client-apprunner 3.1077.0 → 3.1078.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 (119) hide show
  1. package/dist-cjs/index.js +45 -373
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateCustomDomainCommand.js +2 -14
  4. package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +2 -14
  5. package/dist-es/commands/CreateConnectionCommand.js +2 -14
  6. package/dist-es/commands/CreateObservabilityConfigurationCommand.js +2 -14
  7. package/dist-es/commands/CreateServiceCommand.js +2 -14
  8. package/dist-es/commands/CreateVpcConnectorCommand.js +2 -14
  9. package/dist-es/commands/CreateVpcIngressConnectionCommand.js +2 -14
  10. package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +2 -14
  11. package/dist-es/commands/DeleteConnectionCommand.js +2 -14
  12. package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +2 -14
  13. package/dist-es/commands/DeleteServiceCommand.js +2 -14
  14. package/dist-es/commands/DeleteVpcConnectorCommand.js +2 -14
  15. package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +2 -14
  16. package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +2 -14
  17. package/dist-es/commands/DescribeCustomDomainsCommand.js +2 -14
  18. package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +2 -14
  19. package/dist-es/commands/DescribeServiceCommand.js +2 -14
  20. package/dist-es/commands/DescribeVpcConnectorCommand.js +2 -14
  21. package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +2 -14
  22. package/dist-es/commands/DisassociateCustomDomainCommand.js +2 -14
  23. package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +2 -14
  24. package/dist-es/commands/ListConnectionsCommand.js +2 -14
  25. package/dist-es/commands/ListObservabilityConfigurationsCommand.js +2 -14
  26. package/dist-es/commands/ListOperationsCommand.js +2 -14
  27. package/dist-es/commands/ListServicesCommand.js +2 -14
  28. package/dist-es/commands/ListServicesForAutoScalingConfigurationCommand.js +2 -14
  29. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  30. package/dist-es/commands/ListVpcConnectorsCommand.js +2 -14
  31. package/dist-es/commands/ListVpcIngressConnectionsCommand.js +2 -14
  32. package/dist-es/commands/PauseServiceCommand.js +2 -14
  33. package/dist-es/commands/ResumeServiceCommand.js +2 -14
  34. package/dist-es/commands/StartDeploymentCommand.js +2 -14
  35. package/dist-es/commands/TagResourceCommand.js +2 -14
  36. package/dist-es/commands/UntagResourceCommand.js +2 -14
  37. package/dist-es/commands/UpdateDefaultAutoScalingConfigurationCommand.js +2 -14
  38. package/dist-es/commands/UpdateServiceCommand.js +2 -14
  39. package/dist-es/commands/UpdateVpcIngressConnectionCommand.js +2 -14
  40. package/dist-es/index.js +1 -0
  41. package/dist-types/commandBuilder.d.ts +18 -0
  42. package/dist-types/commands/AssociateCustomDomainCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +3 -8
  44. package/dist-types/commands/CreateConnectionCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateObservabilityConfigurationCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateVpcConnectorCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateVpcIngressConnectionCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteObservabilityConfigurationCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteServiceCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteVpcConnectorCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteVpcIngressConnectionCommand.d.ts +3 -8
  55. package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +3 -8
  56. package/dist-types/commands/DescribeCustomDomainsCommand.d.ts +3 -8
  57. package/dist-types/commands/DescribeObservabilityConfigurationCommand.d.ts +3 -8
  58. package/dist-types/commands/DescribeServiceCommand.d.ts +3 -8
  59. package/dist-types/commands/DescribeVpcConnectorCommand.d.ts +3 -8
  60. package/dist-types/commands/DescribeVpcIngressConnectionCommand.d.ts +3 -8
  61. package/dist-types/commands/DisassociateCustomDomainCommand.d.ts +3 -8
  62. package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +3 -8
  63. package/dist-types/commands/ListConnectionsCommand.d.ts +3 -8
  64. package/dist-types/commands/ListObservabilityConfigurationsCommand.d.ts +3 -8
  65. package/dist-types/commands/ListOperationsCommand.d.ts +3 -8
  66. package/dist-types/commands/ListServicesCommand.d.ts +3 -8
  67. package/dist-types/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +3 -8
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  69. package/dist-types/commands/ListVpcConnectorsCommand.d.ts +3 -8
  70. package/dist-types/commands/ListVpcIngressConnectionsCommand.d.ts +3 -8
  71. package/dist-types/commands/PauseServiceCommand.d.ts +3 -8
  72. package/dist-types/commands/ResumeServiceCommand.d.ts +3 -8
  73. package/dist-types/commands/StartDeploymentCommand.d.ts +3 -8
  74. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  75. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  76. package/dist-types/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +3 -8
  77. package/dist-types/commands/UpdateServiceCommand.d.ts +3 -8
  78. package/dist-types/commands/UpdateVpcIngressConnectionCommand.d.ts +3 -8
  79. package/dist-types/index.d.ts +1 -0
  80. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  81. package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/CreateVpcIngressConnectionCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DeleteVpcIngressConnectionCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DescribeVpcIngressConnectionCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/ListVpcIngressConnectionsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/UpdateVpcIngressConnectionCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/index.d.ts +1 -0
  119. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteAutoScalingConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAutoScalingConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "DeleteAutoScalingConfiguration", {})
13
- .n("AppRunnerClient", "DeleteAutoScalingConfigurationCommand")
14
- .sc(DeleteAutoScalingConfiguration$)
15
- .build() {
3
+ export class DeleteAutoScalingConfigurationCommand extends command(_ep0, _mw0, "DeleteAutoScalingConfiguration", DeleteAutoScalingConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteConnection$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteConnectionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "DeleteConnection", {})
13
- .n("AppRunnerClient", "DeleteConnectionCommand")
14
- .sc(DeleteConnection$)
15
- .build() {
3
+ export class DeleteConnectionCommand extends command(_ep0, _mw0, "DeleteConnection", DeleteConnection$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteObservabilityConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteObservabilityConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "DeleteObservabilityConfiguration", {})
13
- .n("AppRunnerClient", "DeleteObservabilityConfigurationCommand")
14
- .sc(DeleteObservabilityConfiguration$)
15
- .build() {
3
+ export class DeleteObservabilityConfigurationCommand extends command(_ep0, _mw0, "DeleteObservabilityConfiguration", DeleteObservabilityConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteService$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteServiceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "DeleteService", {})
13
- .n("AppRunnerClient", "DeleteServiceCommand")
14
- .sc(DeleteService$)
15
- .build() {
3
+ export class DeleteServiceCommand extends command(_ep0, _mw0, "DeleteService", DeleteService$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteVpcConnector$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteVpcConnectorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "DeleteVpcConnector", {})
13
- .n("AppRunnerClient", "DeleteVpcConnectorCommand")
14
- .sc(DeleteVpcConnector$)
15
- .build() {
3
+ export class DeleteVpcConnectorCommand extends command(_ep0, _mw0, "DeleteVpcConnector", DeleteVpcConnector$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteVpcIngressConnection$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteVpcIngressConnectionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "DeleteVpcIngressConnection", {})
13
- .n("AppRunnerClient", "DeleteVpcIngressConnectionCommand")
14
- .sc(DeleteVpcIngressConnection$)
15
- .build() {
3
+ export class DeleteVpcIngressConnectionCommand extends command(_ep0, _mw0, "DeleteVpcIngressConnection", DeleteVpcIngressConnection$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeAutoScalingConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeAutoScalingConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "DescribeAutoScalingConfiguration", {})
13
- .n("AppRunnerClient", "DescribeAutoScalingConfigurationCommand")
14
- .sc(DescribeAutoScalingConfiguration$)
15
- .build() {
3
+ export class DescribeAutoScalingConfigurationCommand extends command(_ep0, _mw0, "DescribeAutoScalingConfiguration", DescribeAutoScalingConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeCustomDomains$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeCustomDomainsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "DescribeCustomDomains", {})
13
- .n("AppRunnerClient", "DescribeCustomDomainsCommand")
14
- .sc(DescribeCustomDomains$)
15
- .build() {
3
+ export class DescribeCustomDomainsCommand extends command(_ep0, _mw0, "DescribeCustomDomains", DescribeCustomDomains$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeObservabilityConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeObservabilityConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "DescribeObservabilityConfiguration", {})
13
- .n("AppRunnerClient", "DescribeObservabilityConfigurationCommand")
14
- .sc(DescribeObservabilityConfiguration$)
15
- .build() {
3
+ export class DescribeObservabilityConfigurationCommand extends command(_ep0, _mw0, "DescribeObservabilityConfiguration", DescribeObservabilityConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeService$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeServiceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "DescribeService", {})
13
- .n("AppRunnerClient", "DescribeServiceCommand")
14
- .sc(DescribeService$)
15
- .build() {
3
+ export class DescribeServiceCommand extends command(_ep0, _mw0, "DescribeService", DescribeService$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeVpcConnector$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeVpcConnectorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "DescribeVpcConnector", {})
13
- .n("AppRunnerClient", "DescribeVpcConnectorCommand")
14
- .sc(DescribeVpcConnector$)
15
- .build() {
3
+ export class DescribeVpcConnectorCommand extends command(_ep0, _mw0, "DescribeVpcConnector", DescribeVpcConnector$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeVpcIngressConnection$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeVpcIngressConnectionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "DescribeVpcIngressConnection", {})
13
- .n("AppRunnerClient", "DescribeVpcIngressConnectionCommand")
14
- .sc(DescribeVpcIngressConnection$)
15
- .build() {
3
+ export class DescribeVpcIngressConnectionCommand extends command(_ep0, _mw0, "DescribeVpcIngressConnection", DescribeVpcIngressConnection$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DisassociateCustomDomain$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DisassociateCustomDomainCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "DisassociateCustomDomain", {})
13
- .n("AppRunnerClient", "DisassociateCustomDomainCommand")
14
- .sc(DisassociateCustomDomain$)
15
- .build() {
3
+ export class DisassociateCustomDomainCommand extends command(_ep0, _mw0, "DisassociateCustomDomain", DisassociateCustomDomain$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAutoScalingConfigurations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAutoScalingConfigurationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "ListAutoScalingConfigurations", {})
13
- .n("AppRunnerClient", "ListAutoScalingConfigurationsCommand")
14
- .sc(ListAutoScalingConfigurations$)
15
- .build() {
3
+ export class ListAutoScalingConfigurationsCommand extends command(_ep0, _mw0, "ListAutoScalingConfigurations", ListAutoScalingConfigurations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListConnections$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListConnectionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "ListConnections", {})
13
- .n("AppRunnerClient", "ListConnectionsCommand")
14
- .sc(ListConnections$)
15
- .build() {
3
+ export class ListConnectionsCommand extends command(_ep0, _mw0, "ListConnections", ListConnections$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListObservabilityConfigurations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListObservabilityConfigurationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "ListObservabilityConfigurations", {})
13
- .n("AppRunnerClient", "ListObservabilityConfigurationsCommand")
14
- .sc(ListObservabilityConfigurations$)
15
- .build() {
3
+ export class ListObservabilityConfigurationsCommand extends command(_ep0, _mw0, "ListObservabilityConfigurations", ListObservabilityConfigurations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListOperations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListOperationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "ListOperations", {})
13
- .n("AppRunnerClient", "ListOperationsCommand")
14
- .sc(ListOperations$)
15
- .build() {
3
+ export class ListOperationsCommand extends command(_ep0, _mw0, "ListOperations", ListOperations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListServices$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListServicesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "ListServices", {})
13
- .n("AppRunnerClient", "ListServicesCommand")
14
- .sc(ListServices$)
15
- .build() {
3
+ export class ListServicesCommand extends command(_ep0, _mw0, "ListServices", ListServices$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListServicesForAutoScalingConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListServicesForAutoScalingConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "ListServicesForAutoScalingConfiguration", {})
13
- .n("AppRunnerClient", "ListServicesForAutoScalingConfigurationCommand")
14
- .sc(ListServicesForAutoScalingConfiguration$)
15
- .build() {
3
+ export class ListServicesForAutoScalingConfigurationCommand extends command(_ep0, _mw0, "ListServicesForAutoScalingConfiguration", ListServicesForAutoScalingConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "ListTagsForResource", {})
13
- .n("AppRunnerClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListVpcConnectors$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListVpcConnectorsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "ListVpcConnectors", {})
13
- .n("AppRunnerClient", "ListVpcConnectorsCommand")
14
- .sc(ListVpcConnectors$)
15
- .build() {
3
+ export class ListVpcConnectorsCommand extends command(_ep0, _mw0, "ListVpcConnectors", ListVpcConnectors$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListVpcIngressConnections$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListVpcIngressConnectionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "ListVpcIngressConnections", {})
13
- .n("AppRunnerClient", "ListVpcIngressConnectionsCommand")
14
- .sc(ListVpcIngressConnections$)
15
- .build() {
3
+ export class ListVpcIngressConnectionsCommand extends command(_ep0, _mw0, "ListVpcIngressConnections", ListVpcIngressConnections$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PauseService$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PauseServiceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "PauseService", {})
13
- .n("AppRunnerClient", "PauseServiceCommand")
14
- .sc(PauseService$)
15
- .build() {
3
+ export class PauseServiceCommand extends command(_ep0, _mw0, "PauseService", PauseService$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ResumeService$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ResumeServiceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "ResumeService", {})
13
- .n("AppRunnerClient", "ResumeServiceCommand")
14
- .sc(ResumeService$)
15
- .build() {
3
+ export class ResumeServiceCommand extends command(_ep0, _mw0, "ResumeService", ResumeService$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartDeployment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartDeploymentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "StartDeployment", {})
13
- .n("AppRunnerClient", "StartDeploymentCommand")
14
- .sc(StartDeployment$)
15
- .build() {
3
+ export class StartDeploymentCommand extends command(_ep0, _mw0, "StartDeployment", StartDeployment$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "TagResource", {})
13
- .n("AppRunnerClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "UntagResource", {})
13
- .n("AppRunnerClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateDefaultAutoScalingConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateDefaultAutoScalingConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "UpdateDefaultAutoScalingConfiguration", {})
13
- .n("AppRunnerClient", "UpdateDefaultAutoScalingConfigurationCommand")
14
- .sc(UpdateDefaultAutoScalingConfiguration$)
15
- .build() {
3
+ export class UpdateDefaultAutoScalingConfigurationCommand extends command(_ep0, _mw0, "UpdateDefaultAutoScalingConfiguration", UpdateDefaultAutoScalingConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateService$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateServiceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "UpdateService", {})
13
- .n("AppRunnerClient", "UpdateServiceCommand")
14
- .sc(UpdateService$)
15
- .build() {
3
+ export class UpdateServiceCommand extends command(_ep0, _mw0, "UpdateService", UpdateService$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateVpcIngressConnection$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateVpcIngressConnectionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppRunner", "UpdateVpcIngressConnection", {})
13
- .n("AppRunnerClient", "UpdateVpcIngressConnectionCommand")
14
- .sc(UpdateVpcIngressConnection$)
15
- .build() {
3
+ export class UpdateVpcIngressConnectionCommand extends command(_ep0, _mw0, "UpdateVpcIngressConnection", UpdateVpcIngressConnection$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./AppRunnerClient";
2
2
  export * from "./AppRunner";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./AppRunnerClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];