@aws-sdk/client-apprunner 3.335.0 → 3.338.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 (153) hide show
  1. package/dist-cjs/AppRunnerClient.js +2 -1
  2. package/dist-cjs/commands/AssociateCustomDomainCommand.js +2 -1
  3. package/dist-cjs/commands/CreateAutoScalingConfigurationCommand.js +2 -1
  4. package/dist-cjs/commands/CreateConnectionCommand.js +2 -1
  5. package/dist-cjs/commands/CreateObservabilityConfigurationCommand.js +2 -1
  6. package/dist-cjs/commands/CreateServiceCommand.js +2 -1
  7. package/dist-cjs/commands/CreateVpcConnectorCommand.js +2 -1
  8. package/dist-cjs/commands/CreateVpcIngressConnectionCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteAutoScalingConfigurationCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteConnectionCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteObservabilityConfigurationCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteServiceCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteVpcConnectorCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteVpcIngressConnectionCommand.js +2 -1
  15. package/dist-cjs/commands/DescribeAutoScalingConfigurationCommand.js +2 -1
  16. package/dist-cjs/commands/DescribeCustomDomainsCommand.js +2 -1
  17. package/dist-cjs/commands/DescribeObservabilityConfigurationCommand.js +2 -1
  18. package/dist-cjs/commands/DescribeServiceCommand.js +2 -1
  19. package/dist-cjs/commands/DescribeVpcConnectorCommand.js +2 -1
  20. package/dist-cjs/commands/DescribeVpcIngressConnectionCommand.js +2 -1
  21. package/dist-cjs/commands/DisassociateCustomDomainCommand.js +2 -1
  22. package/dist-cjs/commands/ListAutoScalingConfigurationsCommand.js +2 -1
  23. package/dist-cjs/commands/ListConnectionsCommand.js +2 -1
  24. package/dist-cjs/commands/ListObservabilityConfigurationsCommand.js +2 -1
  25. package/dist-cjs/commands/ListOperationsCommand.js +2 -1
  26. package/dist-cjs/commands/ListServicesCommand.js +2 -1
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  28. package/dist-cjs/commands/ListVpcConnectorsCommand.js +2 -1
  29. package/dist-cjs/commands/ListVpcIngressConnectionsCommand.js +2 -1
  30. package/dist-cjs/commands/PauseServiceCommand.js +2 -1
  31. package/dist-cjs/commands/ResumeServiceCommand.js +2 -1
  32. package/dist-cjs/commands/StartDeploymentCommand.js +2 -1
  33. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  34. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  35. package/dist-cjs/commands/UpdateServiceCommand.js +2 -1
  36. package/dist-cjs/commands/UpdateVpcIngressConnectionCommand.js +2 -1
  37. package/dist-cjs/index.js +2 -2
  38. package/dist-cjs/models/AppRunnerServiceException.js +2 -1
  39. package/dist-es/AppRunnerClient.js +1 -0
  40. package/dist-es/commands/AssociateCustomDomainCommand.js +1 -0
  41. package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +1 -0
  42. package/dist-es/commands/CreateConnectionCommand.js +1 -0
  43. package/dist-es/commands/CreateObservabilityConfigurationCommand.js +1 -0
  44. package/dist-es/commands/CreateServiceCommand.js +1 -0
  45. package/dist-es/commands/CreateVpcConnectorCommand.js +1 -0
  46. package/dist-es/commands/CreateVpcIngressConnectionCommand.js +1 -0
  47. package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +1 -0
  48. package/dist-es/commands/DeleteConnectionCommand.js +1 -0
  49. package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +1 -0
  50. package/dist-es/commands/DeleteServiceCommand.js +1 -0
  51. package/dist-es/commands/DeleteVpcConnectorCommand.js +1 -0
  52. package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +1 -0
  53. package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +1 -0
  54. package/dist-es/commands/DescribeCustomDomainsCommand.js +1 -0
  55. package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +1 -0
  56. package/dist-es/commands/DescribeServiceCommand.js +1 -0
  57. package/dist-es/commands/DescribeVpcConnectorCommand.js +1 -0
  58. package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +1 -0
  59. package/dist-es/commands/DisassociateCustomDomainCommand.js +1 -0
  60. package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +1 -0
  61. package/dist-es/commands/ListConnectionsCommand.js +1 -0
  62. package/dist-es/commands/ListObservabilityConfigurationsCommand.js +1 -0
  63. package/dist-es/commands/ListOperationsCommand.js +1 -0
  64. package/dist-es/commands/ListServicesCommand.js +1 -0
  65. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  66. package/dist-es/commands/ListVpcConnectorsCommand.js +1 -0
  67. package/dist-es/commands/ListVpcIngressConnectionsCommand.js +1 -0
  68. package/dist-es/commands/PauseServiceCommand.js +1 -0
  69. package/dist-es/commands/ResumeServiceCommand.js +1 -0
  70. package/dist-es/commands/StartDeploymentCommand.js +1 -0
  71. package/dist-es/commands/TagResourceCommand.js +1 -0
  72. package/dist-es/commands/UntagResourceCommand.js +1 -0
  73. package/dist-es/commands/UpdateServiceCommand.js +1 -0
  74. package/dist-es/commands/UpdateVpcIngressConnectionCommand.js +1 -0
  75. package/dist-es/index.js +2 -2
  76. package/dist-es/models/AppRunnerServiceException.js +1 -0
  77. package/dist-types/AppRunnerClient.d.ts +3 -3
  78. package/dist-types/commands/AssociateCustomDomainCommand.d.ts +4 -0
  79. package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +4 -0
  80. package/dist-types/commands/CreateConnectionCommand.d.ts +4 -0
  81. package/dist-types/commands/CreateObservabilityConfigurationCommand.d.ts +4 -0
  82. package/dist-types/commands/CreateServiceCommand.d.ts +4 -0
  83. package/dist-types/commands/CreateVpcConnectorCommand.d.ts +4 -0
  84. package/dist-types/commands/CreateVpcIngressConnectionCommand.d.ts +4 -0
  85. package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +4 -0
  86. package/dist-types/commands/DeleteConnectionCommand.d.ts +4 -0
  87. package/dist-types/commands/DeleteObservabilityConfigurationCommand.d.ts +4 -0
  88. package/dist-types/commands/DeleteServiceCommand.d.ts +4 -0
  89. package/dist-types/commands/DeleteVpcConnectorCommand.d.ts +4 -0
  90. package/dist-types/commands/DeleteVpcIngressConnectionCommand.d.ts +4 -0
  91. package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +4 -0
  92. package/dist-types/commands/DescribeCustomDomainsCommand.d.ts +4 -0
  93. package/dist-types/commands/DescribeObservabilityConfigurationCommand.d.ts +4 -0
  94. package/dist-types/commands/DescribeServiceCommand.d.ts +4 -0
  95. package/dist-types/commands/DescribeVpcConnectorCommand.d.ts +4 -0
  96. package/dist-types/commands/DescribeVpcIngressConnectionCommand.d.ts +4 -0
  97. package/dist-types/commands/DisassociateCustomDomainCommand.d.ts +4 -0
  98. package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +4 -0
  99. package/dist-types/commands/ListConnectionsCommand.d.ts +4 -0
  100. package/dist-types/commands/ListObservabilityConfigurationsCommand.d.ts +4 -0
  101. package/dist-types/commands/ListOperationsCommand.d.ts +4 -0
  102. package/dist-types/commands/ListServicesCommand.d.ts +4 -0
  103. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  104. package/dist-types/commands/ListVpcConnectorsCommand.d.ts +4 -0
  105. package/dist-types/commands/ListVpcIngressConnectionsCommand.d.ts +4 -0
  106. package/dist-types/commands/PauseServiceCommand.d.ts +4 -0
  107. package/dist-types/commands/ResumeServiceCommand.d.ts +4 -0
  108. package/dist-types/commands/StartDeploymentCommand.d.ts +4 -0
  109. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  110. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  111. package/dist-types/commands/UpdateServiceCommand.d.ts +4 -0
  112. package/dist-types/commands/UpdateVpcIngressConnectionCommand.d.ts +4 -0
  113. package/dist-types/index.d.ts +23 -2
  114. package/dist-types/models/AppRunnerServiceException.d.ts +1 -0
  115. package/dist-types/ts3.4/AppRunnerClient.d.ts +3 -3
  116. package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/CreateVpcIngressConnectionCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/DeleteVpcIngressConnectionCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/DescribeVpcIngressConnectionCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/ListVpcIngressConnectionsCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  148. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  149. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +1 -0
  150. package/dist-types/ts3.4/commands/UpdateVpcIngressConnectionCommand.d.ts +1 -0
  151. package/dist-types/ts3.4/index.d.ts +2 -2
  152. package/dist-types/ts3.4/models/AppRunnerServiceException.d.ts +1 -0
  153. package/package.json +28 -28
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteServiceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DeleteServiceCommand, se_DeleteServiceCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
6
7
  export class DeleteServiceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteVpcConnectorCommand, se_DeleteVpcConnectorCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteVpcConnectorCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteVpcIngressConnectionCommand, se_DeleteVpcIngressConnectionCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteVpcIngressConnectionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeAutoScalingConfigurationCommand, se_DescribeAutoScalingConfigurationCommand, } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DescribeAutoScalingConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeCustomDomainsCommand, se_DescribeCustomDomainsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DescribeCustomDomainsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeObservabilityConfigurationCommand, se_DescribeObservabilityConfigurationCommand, } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DescribeObservabilityConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeServiceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeServiceCommand, se_DescribeServiceCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
6
7
  export class DescribeServiceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeVpcConnectorCommand, se_DescribeVpcConnectorCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DescribeVpcConnectorCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeVpcIngressConnectionCommand, se_DescribeVpcIngressConnectionCommand, } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DescribeVpcIngressConnectionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DisassociateCustomDomainCommand, se_DisassociateCustomDomainCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DisassociateCustomDomainCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListAutoScalingConfigurationsCommand, se_ListAutoScalingConfigurationsCommand, } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListAutoScalingConfigurationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListConnectionsCommand, se_ListConnectionsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListConnectionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListObservabilityConfigurationsCommand, se_ListObservabilityConfigurationsCommand, } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListObservabilityConfigurationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListOperationsCommand, se_ListOperationsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListOperationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListServicesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListVpcConnectorsCommand, se_ListVpcConnectorsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListVpcConnectorsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListVpcIngressConnectionsCommand, se_ListVpcIngressConnectionsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListVpcIngressConnectionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { PauseServiceResponseFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_PauseServiceCommand, se_PauseServiceCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
6
7
  export class PauseServiceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ResumeServiceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_ResumeServiceCommand, se_ResumeServiceCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
6
7
  export class ResumeServiceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartDeploymentCommand, se_StartDeploymentCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class StartDeploymentCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateServiceRequestFilterSensitiveLog, UpdateServiceResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_UpdateServiceCommand, se_UpdateServiceCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
6
7
  export class UpdateServiceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateVpcIngressConnectionCommand, se_UpdateVpcIngressConnectionCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UpdateVpcIngressConnectionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./AppRunner";
2
1
  export * from "./AppRunnerClient";
2
+ export * from "./AppRunner";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { AppRunnerServiceException } from "./models/AppRunnerServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class AppRunnerServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -44,6 +44,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
44
44
  import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
45
45
  import { UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput } from "./commands/UpdateVpcIngressConnectionCommand";
46
46
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
47
+ export { __Client };
47
48
  /**
48
49
  * @public
49
50
  */
@@ -158,7 +159,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
158
159
  /**
159
160
  * @public
160
161
  */
161
- type AppRunnerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
162
+ export type AppRunnerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
162
163
  /**
163
164
  * @public
164
165
  *
@@ -169,7 +170,7 @@ export interface AppRunnerClientConfig extends AppRunnerClientConfigType {
169
170
  /**
170
171
  * @public
171
172
  */
172
- type AppRunnerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
173
+ export type AppRunnerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
173
174
  /**
174
175
  * @public
175
176
  *
@@ -210,4 +211,3 @@ export declare class AppRunnerClient extends __Client<__HttpHandlerOptions, Serv
210
211
  */
211
212
  destroy(): void;
212
213
  }
213
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { AssociateCustomDomainRequest, AssociateCustomDomainResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { CreateAutoScalingConfigurationRequest, CreateAutoScalingConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { CreateObservabilityConfigurationRequest, CreateObservabilityConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { CreateServiceRequest, CreateServiceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { CreateVpcConnectorRequest, CreateVpcConnectorResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { CreateVpcIngressConnectionRequest, CreateVpcIngressConnectionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { DeleteAutoScalingConfigurationRequest, DeleteAutoScalingConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { DeleteObservabilityConfigurationRequest, DeleteObservabilityConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { DeleteVpcConnectorRequest, DeleteVpcConnectorResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { DeleteVpcIngressConnectionRequest, DeleteVpcIngressConnectionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { DescribeAutoScalingConfigurationRequest, DescribeAutoScalingConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { DescribeCustomDomainsRequest, DescribeCustomDomainsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { DescribeObservabilityConfigurationRequest, DescribeObservabilityConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { DescribeServiceRequest, DescribeServiceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { DescribeVpcConnectorRequest, DescribeVpcConnectorResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { DescribeVpcIngressConnectionRequest, DescribeVpcIngressConnectionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { DisassociateCustomDomainRequest, DisassociateCustomDomainResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { ListAutoScalingConfigurationsRequest, ListAutoScalingConfigurationsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { ListObservabilityConfigurationsRequest, ListObservabilityConfigurationsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { ListOperationsRequest, ListOperationsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { ListVpcConnectorsRequest, ListVpcConnectorsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *