@aws-sdk/client-apprunner 3.337.0 → 3.341.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,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 { ListVpcIngressConnectionsRequest, ListVpcIngressConnectionsResponse } 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 { PauseServiceRequest, PauseServiceResponse } 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 { ResumeServiceRequest, ResumeServiceResponse } 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 { StartDeploymentRequest, StartDeploymentResponse } 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 { TagResourceRequest, TagResourceResponse } 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 { UntagResourceRequest, UntagResourceResponse } 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 { UpdateServiceRequest, UpdateServiceResponse } 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 { UpdateVpcIngressConnectionRequest, UpdateVpcIngressConnectionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,27 @@
1
- export * from "./AppRunner";
1
+ /**
2
+ * <fullname>App Runner</fullname>
3
+ * <p>App Runner is an application service that provides a fast, simple, and cost-effective way to go directly from an existing container image or source code
4
+ * to a running service in the Amazon Web Services Cloud in seconds. You don't need to learn new technologies, decide which compute service to use, or understand how to
5
+ * provision and configure Amazon Web Services resources.</p>
6
+ * <p>App Runner connects directly to your container registry or source code repository. It provides an automatic delivery pipeline with fully managed operations,
7
+ * high performance, scalability, and security.</p>
8
+ * <p>For more information about App Runner, see the <a href="https://docs.aws.amazon.com/apprunner/latest/dg/">App Runner Developer Guide</a>.
9
+ * For release information, see the <a href="https://docs.aws.amazon.com/apprunner/latest/relnotes/">App Runner Release Notes</a>.</p>
10
+ * <p>
11
+ * To install the Software Development Kits (SDKs), Integrated
12
+ * Development Environment (IDE) Toolkits, and command line tools that you can use to access the API, see <a href="http://aws.amazon.com/tools/">Tools for
13
+ * Amazon Web Services</a>.</p>
14
+ * <p>
15
+ * <b>Endpoints</b>
16
+ * </p>
17
+ * <p>For a list of Region-specific endpoints that App Runner supports, see <a href="https://docs.aws.amazon.com/general/latest/gr/apprunner.html">App Runner
18
+ * endpoints and quotas</a> in the <i>Amazon Web Services General Reference</i>.</p>
19
+ *
20
+ * @packageDocumentation
21
+ */
2
22
  export * from "./AppRunnerClient";
23
+ export * from "./AppRunner";
3
24
  export * from "./commands";
4
- export * from "./models";
5
25
  export * from "./pagination";
26
+ export * from "./models";
6
27
  export { AppRunnerServiceException } from "./models/AppRunnerServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -191,6 +191,7 @@ import {
191
191
  ClientResolvedEndpointParameters,
192
192
  EndpointParameters,
193
193
  } from "./endpoint/EndpointParameters";
194
+ export { __Client };
194
195
  export type ServiceInputTypes =
195
196
  | AssociateCustomDomainCommandInput
196
197
  | CreateAutoScalingConfigurationCommandInput
@@ -287,7 +288,7 @@ export interface ClientDefaults
287
288
  logger?: __Logger;
288
289
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
289
290
  }
290
- type AppRunnerClientConfigType = Partial<
291
+ export type AppRunnerClientConfigType = Partial<
291
292
  __SmithyConfiguration<__HttpHandlerOptions>
292
293
  > &
293
294
  ClientDefaults &
@@ -299,7 +300,7 @@ type AppRunnerClientConfigType = Partial<
299
300
  UserAgentInputConfig &
300
301
  ClientInputEndpointParameters;
301
302
  export interface AppRunnerClientConfig extends AppRunnerClientConfigType {}
302
- type AppRunnerClientResolvedConfigType =
303
+ export type AppRunnerClientResolvedConfigType =
303
304
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
304
305
  Required<ClientDefaults> &
305
306
  RegionResolvedConfig &
@@ -321,4 +322,3 @@ export declare class AppRunnerClient extends __Client<
321
322
  constructor(configuration: AppRunnerClientConfig);
322
323
  destroy(): void;
323
324
  }
324
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  AssociateCustomDomainRequest,
16
16
  AssociateCustomDomainResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateCustomDomainCommandInput
19
20
  extends AssociateCustomDomainRequest {}
20
21
  export interface AssociateCustomDomainCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateAutoScalingConfigurationRequest,
16
16
  CreateAutoScalingConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateAutoScalingConfigurationCommandInput
19
20
  extends CreateAutoScalingConfigurationRequest {}
20
21
  export interface CreateAutoScalingConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateConnectionRequest,
16
16
  CreateConnectionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateConnectionCommandInput extends CreateConnectionRequest {}
19
20
  export interface CreateConnectionCommandOutput
20
21
  extends CreateConnectionResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateObservabilityConfigurationRequest,
16
16
  CreateObservabilityConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateObservabilityConfigurationCommandInput
19
20
  extends CreateObservabilityConfigurationRequest {}
20
21
  export interface CreateObservabilityConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateServiceRequest,
16
16
  CreateServiceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateServiceCommandInput extends CreateServiceRequest {}
19
20
  export interface CreateServiceCommandOutput
20
21
  extends CreateServiceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateVpcConnectorRequest,
16
16
  CreateVpcConnectorResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateVpcConnectorCommandInput
19
20
  extends CreateVpcConnectorRequest {}
20
21
  export interface CreateVpcConnectorCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateVpcIngressConnectionRequest,
16
16
  CreateVpcIngressConnectionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateVpcIngressConnectionCommandInput
19
20
  extends CreateVpcIngressConnectionRequest {}
20
21
  export interface CreateVpcIngressConnectionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteAutoScalingConfigurationRequest,
16
16
  DeleteAutoScalingConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteAutoScalingConfigurationCommandInput
19
20
  extends DeleteAutoScalingConfigurationRequest {}
20
21
  export interface DeleteAutoScalingConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteConnectionRequest,
16
16
  DeleteConnectionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {}
19
20
  export interface DeleteConnectionCommandOutput
20
21
  extends DeleteConnectionResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteObservabilityConfigurationRequest,
16
16
  DeleteObservabilityConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteObservabilityConfigurationCommandInput
19
20
  extends DeleteObservabilityConfigurationRequest {}
20
21
  export interface DeleteObservabilityConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteServiceRequest,
16
16
  DeleteServiceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteServiceCommandInput extends DeleteServiceRequest {}
19
20
  export interface DeleteServiceCommandOutput
20
21
  extends DeleteServiceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteVpcConnectorRequest,
16
16
  DeleteVpcConnectorResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteVpcConnectorCommandInput
19
20
  extends DeleteVpcConnectorRequest {}
20
21
  export interface DeleteVpcConnectorCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteVpcIngressConnectionRequest,
16
16
  DeleteVpcIngressConnectionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteVpcIngressConnectionCommandInput
19
20
  extends DeleteVpcIngressConnectionRequest {}
20
21
  export interface DeleteVpcIngressConnectionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeAutoScalingConfigurationRequest,
16
16
  DescribeAutoScalingConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeAutoScalingConfigurationCommandInput
19
20
  extends DescribeAutoScalingConfigurationRequest {}
20
21
  export interface DescribeAutoScalingConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeCustomDomainsRequest,
16
16
  DescribeCustomDomainsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeCustomDomainsCommandInput
19
20
  extends DescribeCustomDomainsRequest {}
20
21
  export interface DescribeCustomDomainsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeObservabilityConfigurationRequest,
16
16
  DescribeObservabilityConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeObservabilityConfigurationCommandInput
19
20
  extends DescribeObservabilityConfigurationRequest {}
20
21
  export interface DescribeObservabilityConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeServiceRequest,
16
16
  DescribeServiceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeServiceCommandInput extends DescribeServiceRequest {}
19
20
  export interface DescribeServiceCommandOutput
20
21
  extends DescribeServiceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeVpcConnectorRequest,
16
16
  DescribeVpcConnectorResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeVpcConnectorCommandInput
19
20
  extends DescribeVpcConnectorRequest {}
20
21
  export interface DescribeVpcConnectorCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeVpcIngressConnectionRequest,
16
16
  DescribeVpcIngressConnectionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeVpcIngressConnectionCommandInput
19
20
  extends DescribeVpcIngressConnectionRequest {}
20
21
  export interface DescribeVpcIngressConnectionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DisassociateCustomDomainRequest,
16
16
  DisassociateCustomDomainResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DisassociateCustomDomainCommandInput
19
20
  extends DisassociateCustomDomainRequest {}
20
21
  export interface DisassociateCustomDomainCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListAutoScalingConfigurationsRequest,
16
16
  ListAutoScalingConfigurationsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListAutoScalingConfigurationsCommandInput
19
20
  extends ListAutoScalingConfigurationsRequest {}
20
21
  export interface ListAutoScalingConfigurationsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListConnectionsRequest,
16
16
  ListConnectionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListConnectionsCommandInput extends ListConnectionsRequest {}
19
20
  export interface ListConnectionsCommandOutput
20
21
  extends ListConnectionsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListObservabilityConfigurationsRequest,
16
16
  ListObservabilityConfigurationsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListObservabilityConfigurationsCommandInput
19
20
  extends ListObservabilityConfigurationsRequest {}
20
21
  export interface ListObservabilityConfigurationsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListOperationsRequest,
16
16
  ListOperationsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListOperationsCommandInput extends ListOperationsRequest {}
19
20
  export interface ListOperationsCommandOutput
20
21
  extends ListOperationsResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AppRunnerClient";
14
14
  import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListServicesCommandInput extends ListServicesRequest {}
16
17
  export interface ListServicesCommandOutput
17
18
  extends ListServicesResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListTagsForResourceRequest,
16
16
  ListTagsForResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListVpcConnectorsRequest,
16
16
  ListVpcConnectorsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListVpcConnectorsCommandInput
19
20
  extends ListVpcConnectorsRequest {}
20
21
  export interface ListVpcConnectorsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListVpcIngressConnectionsRequest,
16
16
  ListVpcIngressConnectionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListVpcIngressConnectionsCommandInput
19
20
  extends ListVpcIngressConnectionsRequest {}
20
21
  export interface ListVpcIngressConnectionsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AppRunnerClient";
14
14
  import { PauseServiceRequest, PauseServiceResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PauseServiceCommandInput extends PauseServiceRequest {}
16
17
  export interface PauseServiceCommandOutput
17
18
  extends PauseServiceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ResumeServiceRequest,
16
16
  ResumeServiceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ResumeServiceCommandInput extends ResumeServiceRequest {}
19
20
  export interface ResumeServiceCommandOutput
20
21
  extends ResumeServiceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  StartDeploymentRequest,
16
16
  StartDeploymentResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartDeploymentCommandInput extends StartDeploymentRequest {}
19
20
  export interface StartDeploymentCommandOutput
20
21
  extends StartDeploymentResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AppRunnerClient";
14
14
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceRequest {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UntagResourceRequest,
16
16
  UntagResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
19
20
  export interface UntagResourceCommandOutput
20
21
  extends UntagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UpdateServiceRequest,
16
16
  UpdateServiceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateServiceCommandInput extends UpdateServiceRequest {}
19
20
  export interface UpdateServiceCommandOutput
20
21
  extends UpdateServiceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UpdateVpcIngressConnectionRequest,
16
16
  UpdateVpcIngressConnectionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateVpcIngressConnectionCommandInput
19
20
  extends UpdateVpcIngressConnectionRequest {}
20
21
  export interface UpdateVpcIngressConnectionCommandOutput
@@ -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";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class AppRunnerServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-apprunner",
3
3
  "description": "AWS SDK for JavaScript Apprunner Client for Node.js, Browser and React Native",
4
- "version": "3.337.0",
4
+ "version": "3.341.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,36 +21,36 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/middleware-content-length": "3.337.0",
31
- "@aws-sdk/middleware-endpoint": "3.337.0",
32
- "@aws-sdk/middleware-host-header": "3.337.0",
33
- "@aws-sdk/middleware-logger": "3.337.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
- "@aws-sdk/middleware-retry": "3.337.0",
36
- "@aws-sdk/middleware-serde": "3.337.0",
37
- "@aws-sdk/middleware-signing": "3.337.0",
38
- "@aws-sdk/middleware-stack": "3.337.0",
39
- "@aws-sdk/middleware-user-agent": "3.337.0",
40
- "@aws-sdk/node-config-provider": "3.337.0",
41
- "@aws-sdk/node-http-handler": "3.337.0",
42
- "@aws-sdk/smithy-client": "3.337.0",
43
- "@aws-sdk/types": "3.337.0",
44
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.341.0",
25
+ "@aws-sdk/config-resolver": "3.341.0",
26
+ "@aws-sdk/credential-provider-node": "3.341.0",
27
+ "@aws-sdk/fetch-http-handler": "3.341.0",
28
+ "@aws-sdk/hash-node": "3.341.0",
29
+ "@aws-sdk/invalid-dependency": "3.341.0",
30
+ "@aws-sdk/middleware-content-length": "3.341.0",
31
+ "@aws-sdk/middleware-endpoint": "3.341.0",
32
+ "@aws-sdk/middleware-host-header": "3.341.0",
33
+ "@aws-sdk/middleware-logger": "3.341.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.341.0",
35
+ "@aws-sdk/middleware-retry": "3.341.0",
36
+ "@aws-sdk/middleware-serde": "3.341.0",
37
+ "@aws-sdk/middleware-signing": "3.341.0",
38
+ "@aws-sdk/middleware-stack": "3.341.0",
39
+ "@aws-sdk/middleware-user-agent": "3.341.0",
40
+ "@aws-sdk/node-config-provider": "3.341.0",
41
+ "@aws-sdk/node-http-handler": "3.341.0",
42
+ "@aws-sdk/smithy-client": "3.341.0",
43
+ "@aws-sdk/types": "3.341.0",
44
+ "@aws-sdk/url-parser": "3.341.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
- "@aws-sdk/util-endpoints": "3.337.0",
51
- "@aws-sdk/util-retry": "3.337.0",
52
- "@aws-sdk/util-user-agent-browser": "3.337.0",
53
- "@aws-sdk/util-user-agent-node": "3.337.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.341.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.341.0",
50
+ "@aws-sdk/util-endpoints": "3.341.0",
51
+ "@aws-sdk/util-retry": "3.341.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.341.0",
53
+ "@aws-sdk/util-user-agent-node": "3.341.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",