@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.
- package/dist-cjs/AppRunnerClient.js +2 -1
- package/dist-cjs/commands/AssociateCustomDomainCommand.js +2 -1
- package/dist-cjs/commands/CreateAutoScalingConfigurationCommand.js +2 -1
- package/dist-cjs/commands/CreateConnectionCommand.js +2 -1
- package/dist-cjs/commands/CreateObservabilityConfigurationCommand.js +2 -1
- package/dist-cjs/commands/CreateServiceCommand.js +2 -1
- package/dist-cjs/commands/CreateVpcConnectorCommand.js +2 -1
- package/dist-cjs/commands/CreateVpcIngressConnectionCommand.js +2 -1
- package/dist-cjs/commands/DeleteAutoScalingConfigurationCommand.js +2 -1
- package/dist-cjs/commands/DeleteConnectionCommand.js +2 -1
- package/dist-cjs/commands/DeleteObservabilityConfigurationCommand.js +2 -1
- package/dist-cjs/commands/DeleteServiceCommand.js +2 -1
- package/dist-cjs/commands/DeleteVpcConnectorCommand.js +2 -1
- package/dist-cjs/commands/DeleteVpcIngressConnectionCommand.js +2 -1
- package/dist-cjs/commands/DescribeAutoScalingConfigurationCommand.js +2 -1
- package/dist-cjs/commands/DescribeCustomDomainsCommand.js +2 -1
- package/dist-cjs/commands/DescribeObservabilityConfigurationCommand.js +2 -1
- package/dist-cjs/commands/DescribeServiceCommand.js +2 -1
- package/dist-cjs/commands/DescribeVpcConnectorCommand.js +2 -1
- package/dist-cjs/commands/DescribeVpcIngressConnectionCommand.js +2 -1
- package/dist-cjs/commands/DisassociateCustomDomainCommand.js +2 -1
- package/dist-cjs/commands/ListAutoScalingConfigurationsCommand.js +2 -1
- package/dist-cjs/commands/ListConnectionsCommand.js +2 -1
- package/dist-cjs/commands/ListObservabilityConfigurationsCommand.js +2 -1
- package/dist-cjs/commands/ListOperationsCommand.js +2 -1
- package/dist-cjs/commands/ListServicesCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListVpcConnectorsCommand.js +2 -1
- package/dist-cjs/commands/ListVpcIngressConnectionsCommand.js +2 -1
- package/dist-cjs/commands/PauseServiceCommand.js +2 -1
- package/dist-cjs/commands/ResumeServiceCommand.js +2 -1
- package/dist-cjs/commands/StartDeploymentCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateServiceCommand.js +2 -1
- package/dist-cjs/commands/UpdateVpcIngressConnectionCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/AppRunnerServiceException.js +2 -1
- package/dist-es/AppRunnerClient.js +1 -0
- package/dist-es/commands/AssociateCustomDomainCommand.js +1 -0
- package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +1 -0
- package/dist-es/commands/CreateConnectionCommand.js +1 -0
- package/dist-es/commands/CreateObservabilityConfigurationCommand.js +1 -0
- package/dist-es/commands/CreateServiceCommand.js +1 -0
- package/dist-es/commands/CreateVpcConnectorCommand.js +1 -0
- package/dist-es/commands/CreateVpcIngressConnectionCommand.js +1 -0
- package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +1 -0
- package/dist-es/commands/DeleteConnectionCommand.js +1 -0
- package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +1 -0
- package/dist-es/commands/DeleteServiceCommand.js +1 -0
- package/dist-es/commands/DeleteVpcConnectorCommand.js +1 -0
- package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +1 -0
- package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +1 -0
- package/dist-es/commands/DescribeCustomDomainsCommand.js +1 -0
- package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +1 -0
- package/dist-es/commands/DescribeServiceCommand.js +1 -0
- package/dist-es/commands/DescribeVpcConnectorCommand.js +1 -0
- package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +1 -0
- package/dist-es/commands/DisassociateCustomDomainCommand.js +1 -0
- package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +1 -0
- package/dist-es/commands/ListConnectionsCommand.js +1 -0
- package/dist-es/commands/ListObservabilityConfigurationsCommand.js +1 -0
- package/dist-es/commands/ListOperationsCommand.js +1 -0
- package/dist-es/commands/ListServicesCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListVpcConnectorsCommand.js +1 -0
- package/dist-es/commands/ListVpcIngressConnectionsCommand.js +1 -0
- package/dist-es/commands/PauseServiceCommand.js +1 -0
- package/dist-es/commands/ResumeServiceCommand.js +1 -0
- package/dist-es/commands/StartDeploymentCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateServiceCommand.js +1 -0
- package/dist-es/commands/UpdateVpcIngressConnectionCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/AppRunnerServiceException.js +1 -0
- package/dist-types/AppRunnerClient.d.ts +3 -3
- package/dist-types/commands/AssociateCustomDomainCommand.d.ts +4 -0
- package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +4 -0
- package/dist-types/commands/CreateObservabilityConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +4 -0
- package/dist-types/commands/CreateVpcConnectorCommand.d.ts +4 -0
- package/dist-types/commands/CreateVpcIngressConnectionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteObservabilityConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVpcConnectorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVpcIngressConnectionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DescribeCustomDomainsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeObservabilityConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DescribeServiceCommand.d.ts +4 -0
- package/dist-types/commands/DescribeVpcConnectorCommand.d.ts +4 -0
- package/dist-types/commands/DescribeVpcIngressConnectionCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateCustomDomainCommand.d.ts +4 -0
- package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +4 -0
- package/dist-types/commands/ListConnectionsCommand.d.ts +4 -0
- package/dist-types/commands/ListObservabilityConfigurationsCommand.d.ts +4 -0
- package/dist-types/commands/ListOperationsCommand.d.ts +4 -0
- package/dist-types/commands/ListServicesCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListVpcConnectorsCommand.d.ts +4 -0
- package/dist-types/commands/ListVpcIngressConnectionsCommand.d.ts +4 -0
- package/dist-types/commands/PauseServiceCommand.d.ts +4 -0
- package/dist-types/commands/ResumeServiceCommand.d.ts +4 -0
- package/dist-types/commands/StartDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateVpcIngressConnectionCommand.d.ts +4 -0
- package/dist-types/index.d.ts +23 -2
- package/dist-types/models/AppRunnerServiceException.d.ts +1 -0
- package/dist-types/ts3.4/AppRunnerClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateVpcIngressConnectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteVpcIngressConnectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeVpcIngressConnectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListVpcIngressConnectionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateVpcIngressConnectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/AppRunnerServiceException.d.ts +1 -0
- 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
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
|
-
|
|
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";
|
|
@@ -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.
|
|
4
|
+
"version": "3.338.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.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.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.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.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",
|