@aws-sdk/client-apprunner 3.170.0 → 3.178.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/CHANGELOG.md +19 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/AppRunner.d.ts +0 -30
- package/dist-types/ts3.4/AppRunnerClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/AppRunnerServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -281
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface DisassociateCustomDomainCommandInput
|
|
|
19
19
|
export interface DisassociateCustomDomainCommandOutput
|
|
20
20
|
extends DisassociateCustomDomainResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateCustomDomainCommand extends $Command<
|
|
24
23
|
DisassociateCustomDomainCommandInput,
|
|
25
24
|
DisassociateCustomDomainCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateCustomDomainCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateCustomDomainCommandInput;
|
|
29
28
|
constructor(input: DisassociateCustomDomainCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAutoScalingConfigurationsCommandInput
|
|
|
19
19
|
export interface ListAutoScalingConfigurationsCommandOutput
|
|
20
20
|
extends ListAutoScalingConfigurationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAutoScalingConfigurationsCommand extends $Command<
|
|
24
23
|
ListAutoScalingConfigurationsCommandInput,
|
|
25
24
|
ListAutoScalingConfigurationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAutoScalingConfigurationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAutoScalingConfigurationsCommandInput;
|
|
29
28
|
constructor(input: ListAutoScalingConfigurationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListConnectionsCommandInput extends ListConnectionsRequest {}
|
|
|
18
18
|
export interface ListConnectionsCommandOutput
|
|
19
19
|
extends ListConnectionsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListConnectionsCommand extends $Command<
|
|
23
22
|
ListConnectionsCommandInput,
|
|
24
23
|
ListConnectionsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListConnectionsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListConnectionsCommandInput;
|
|
28
27
|
constructor(input: ListConnectionsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListObservabilityConfigurationsCommandInput
|
|
|
19
19
|
export interface ListObservabilityConfigurationsCommandOutput
|
|
20
20
|
extends ListObservabilityConfigurationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListObservabilityConfigurationsCommand extends $Command<
|
|
24
23
|
ListObservabilityConfigurationsCommandInput,
|
|
25
24
|
ListObservabilityConfigurationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListObservabilityConfigurationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListObservabilityConfigurationsCommandInput;
|
|
29
28
|
constructor(input: ListObservabilityConfigurationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListOperationsCommandInput extends ListOperationsRequest {}
|
|
|
18
18
|
export interface ListOperationsCommandOutput
|
|
19
19
|
extends ListOperationsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListOperationsCommand extends $Command<
|
|
23
22
|
ListOperationsCommandInput,
|
|
24
23
|
ListOperationsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListOperationsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListOperationsCommandInput;
|
|
28
27
|
constructor(input: ListOperationsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListServicesCommandInput extends ListServicesRequest {}
|
|
|
15
15
|
export interface ListServicesCommandOutput
|
|
16
16
|
extends ListServicesResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListServicesCommand extends $Command<
|
|
20
19
|
ListServicesCommandInput,
|
|
21
20
|
ListServicesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListServicesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListServicesCommandInput;
|
|
25
24
|
constructor(input: ListServicesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListVpcConnectorsCommandInput
|
|
|
19
19
|
export interface ListVpcConnectorsCommandOutput
|
|
20
20
|
extends ListVpcConnectorsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListVpcConnectorsCommand extends $Command<
|
|
24
23
|
ListVpcConnectorsCommandInput,
|
|
25
24
|
ListVpcConnectorsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListVpcConnectorsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListVpcConnectorsCommandInput;
|
|
29
28
|
constructor(input: ListVpcConnectorsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface PauseServiceCommandInput extends PauseServiceRequest {}
|
|
|
15
15
|
export interface PauseServiceCommandOutput
|
|
16
16
|
extends PauseServiceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class PauseServiceCommand extends $Command<
|
|
20
19
|
PauseServiceCommandInput,
|
|
21
20
|
PauseServiceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class PauseServiceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: PauseServiceCommandInput;
|
|
25
24
|
constructor(input: PauseServiceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ResumeServiceCommandInput extends ResumeServiceRequest {}
|
|
|
18
18
|
export interface ResumeServiceCommandOutput
|
|
19
19
|
extends ResumeServiceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ResumeServiceCommand extends $Command<
|
|
23
22
|
ResumeServiceCommandInput,
|
|
24
23
|
ResumeServiceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ResumeServiceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ResumeServiceCommandInput;
|
|
28
27
|
constructor(input: ResumeServiceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StartDeploymentCommandInput extends StartDeploymentRequest {}
|
|
|
18
18
|
export interface StartDeploymentCommandOutput
|
|
19
19
|
extends StartDeploymentResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StartDeploymentCommand extends $Command<
|
|
23
22
|
StartDeploymentCommandInput,
|
|
24
23
|
StartDeploymentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StartDeploymentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StartDeploymentCommandInput;
|
|
28
27
|
constructor(input: StartDeploymentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateServiceCommandInput extends UpdateServiceRequest {}
|
|
|
18
18
|
export interface UpdateServiceCommandOutput
|
|
19
19
|
extends UpdateServiceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateServiceCommand extends $Command<
|
|
23
22
|
UpdateServiceCommandInput,
|
|
24
23
|
UpdateServiceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateServiceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateServiceCommandInput;
|
|
28
27
|
constructor(input: UpdateServiceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppRunnerClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class AppRunnerServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|