@aws-sdk/client-apprunner 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/AppRunner.d.ts +550 -155
- package/dist-types/ts3.4/AppRunnerClient.d.ts +309 -103
- package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +30 -30
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/AppRunnerServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1084 -992
- package/dist-types/ts3.4/pagination/DescribeCustomDomainsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAutoScalingConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObservabilityConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOperationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVpcConnectorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +365 -92
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppRunnerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppRunnerClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateServiceRequest,
|
|
15
|
+
CreateServiceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateServiceCommandInput extends CreateServiceRequest {}
|
|
18
|
+
export interface CreateServiceCommandOutput
|
|
19
|
+
extends CreateServiceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateServiceCommand extends $Command<
|
|
23
|
+
CreateServiceCommandInput,
|
|
24
|
+
CreateServiceCommandOutput,
|
|
25
|
+
AppRunnerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateServiceCommandInput;
|
|
28
|
+
constructor(input: CreateServiceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppRunnerClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateServiceCommandInput, CreateServiceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppRunnerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppRunnerClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateVpcConnectorRequest,
|
|
15
|
+
CreateVpcConnectorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateVpcConnectorCommandInput
|
|
18
|
+
extends CreateVpcConnectorRequest {}
|
|
19
|
+
export interface CreateVpcConnectorCommandOutput
|
|
20
|
+
extends CreateVpcConnectorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateVpcConnectorCommand extends $Command<
|
|
24
|
+
CreateVpcConnectorCommandInput,
|
|
25
|
+
CreateVpcConnectorCommandOutput,
|
|
26
|
+
AppRunnerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateVpcConnectorCommandInput;
|
|
29
|
+
constructor(input: CreateVpcConnectorCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppRunnerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateVpcConnectorCommandInput, CreateVpcConnectorCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppRunnerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppRunnerClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteAutoScalingConfigurationRequest,
|
|
15
|
+
DeleteAutoScalingConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteAutoScalingConfigurationCommandInput
|
|
18
|
+
extends DeleteAutoScalingConfigurationRequest {}
|
|
19
|
+
export interface DeleteAutoScalingConfigurationCommandOutput
|
|
20
|
+
extends DeleteAutoScalingConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteAutoScalingConfigurationCommand extends $Command<
|
|
24
|
+
DeleteAutoScalingConfigurationCommandInput,
|
|
25
|
+
DeleteAutoScalingConfigurationCommandOutput,
|
|
26
|
+
AppRunnerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteAutoScalingConfigurationCommandInput;
|
|
29
|
+
constructor(input: DeleteAutoScalingConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppRunnerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteAutoScalingConfigurationCommandInput,
|
|
37
|
+
DeleteAutoScalingConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppRunnerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppRunnerClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteConnectionRequest,
|
|
15
|
+
DeleteConnectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {}
|
|
18
|
+
export interface DeleteConnectionCommandOutput
|
|
19
|
+
extends DeleteConnectionResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteConnectionCommand extends $Command<
|
|
23
|
+
DeleteConnectionCommandInput,
|
|
24
|
+
DeleteConnectionCommandOutput,
|
|
25
|
+
AppRunnerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteConnectionCommandInput;
|
|
28
|
+
constructor(input: DeleteConnectionCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppRunnerClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteConnectionCommandInput, DeleteConnectionCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppRunnerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppRunnerClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteObservabilityConfigurationRequest,
|
|
15
|
+
DeleteObservabilityConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteObservabilityConfigurationCommandInput
|
|
18
|
+
extends DeleteObservabilityConfigurationRequest {}
|
|
19
|
+
export interface DeleteObservabilityConfigurationCommandOutput
|
|
20
|
+
extends DeleteObservabilityConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteObservabilityConfigurationCommand extends $Command<
|
|
24
|
+
DeleteObservabilityConfigurationCommandInput,
|
|
25
|
+
DeleteObservabilityConfigurationCommandOutput,
|
|
26
|
+
AppRunnerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteObservabilityConfigurationCommandInput;
|
|
29
|
+
constructor(input: DeleteObservabilityConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppRunnerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteObservabilityConfigurationCommandInput,
|
|
37
|
+
DeleteObservabilityConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppRunnerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppRunnerClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteServiceRequest,
|
|
15
|
+
DeleteServiceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteServiceCommandInput extends DeleteServiceRequest {}
|
|
18
|
+
export interface DeleteServiceCommandOutput
|
|
19
|
+
extends DeleteServiceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteServiceCommand extends $Command<
|
|
23
|
+
DeleteServiceCommandInput,
|
|
24
|
+
DeleteServiceCommandOutput,
|
|
25
|
+
AppRunnerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteServiceCommandInput;
|
|
28
|
+
constructor(input: DeleteServiceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppRunnerClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteServiceCommandInput, DeleteServiceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppRunnerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppRunnerClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteVpcConnectorRequest,
|
|
15
|
+
DeleteVpcConnectorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteVpcConnectorCommandInput
|
|
18
|
+
extends DeleteVpcConnectorRequest {}
|
|
19
|
+
export interface DeleteVpcConnectorCommandOutput
|
|
20
|
+
extends DeleteVpcConnectorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteVpcConnectorCommand extends $Command<
|
|
24
|
+
DeleteVpcConnectorCommandInput,
|
|
25
|
+
DeleteVpcConnectorCommandOutput,
|
|
26
|
+
AppRunnerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteVpcConnectorCommandInput;
|
|
29
|
+
constructor(input: DeleteVpcConnectorCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppRunnerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppRunnerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppRunnerClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeAutoScalingConfigurationRequest,
|
|
15
|
+
DescribeAutoScalingConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAutoScalingConfigurationCommandInput
|
|
18
|
+
extends DescribeAutoScalingConfigurationRequest {}
|
|
19
|
+
export interface DescribeAutoScalingConfigurationCommandOutput
|
|
20
|
+
extends DescribeAutoScalingConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAutoScalingConfigurationCommand extends $Command<
|
|
24
|
+
DescribeAutoScalingConfigurationCommandInput,
|
|
25
|
+
DescribeAutoScalingConfigurationCommandOutput,
|
|
26
|
+
AppRunnerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAutoScalingConfigurationCommandInput;
|
|
29
|
+
constructor(input: DescribeAutoScalingConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppRunnerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAutoScalingConfigurationCommandInput,
|
|
37
|
+
DescribeAutoScalingConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppRunnerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppRunnerClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeCustomDomainsRequest,
|
|
15
|
+
DescribeCustomDomainsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeCustomDomainsCommandInput
|
|
18
|
+
extends DescribeCustomDomainsRequest {}
|
|
19
|
+
export interface DescribeCustomDomainsCommandOutput
|
|
20
|
+
extends DescribeCustomDomainsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeCustomDomainsCommand extends $Command<
|
|
24
|
+
DescribeCustomDomainsCommandInput,
|
|
25
|
+
DescribeCustomDomainsCommandOutput,
|
|
26
|
+
AppRunnerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeCustomDomainsCommandInput;
|
|
29
|
+
constructor(input: DescribeCustomDomainsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppRunnerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeCustomDomainsCommandInput,
|
|
37
|
+
DescribeCustomDomainsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppRunnerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppRunnerClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeObservabilityConfigurationRequest,
|
|
15
|
+
DescribeObservabilityConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeObservabilityConfigurationCommandInput
|
|
18
|
+
extends DescribeObservabilityConfigurationRequest {}
|
|
19
|
+
export interface DescribeObservabilityConfigurationCommandOutput
|
|
20
|
+
extends DescribeObservabilityConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeObservabilityConfigurationCommand extends $Command<
|
|
24
|
+
DescribeObservabilityConfigurationCommandInput,
|
|
25
|
+
DescribeObservabilityConfigurationCommandOutput,
|
|
26
|
+
AppRunnerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeObservabilityConfigurationCommandInput;
|
|
29
|
+
constructor(input: DescribeObservabilityConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppRunnerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeObservabilityConfigurationCommandInput,
|
|
37
|
+
DescribeObservabilityConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppRunnerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppRunnerClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeServiceRequest,
|
|
15
|
+
DescribeServiceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeServiceCommandInput extends DescribeServiceRequest {}
|
|
18
|
+
export interface DescribeServiceCommandOutput
|
|
19
|
+
extends DescribeServiceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeServiceCommand extends $Command<
|
|
23
|
+
DescribeServiceCommandInput,
|
|
24
|
+
DescribeServiceCommandOutput,
|
|
25
|
+
AppRunnerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeServiceCommandInput;
|
|
28
|
+
constructor(input: DescribeServiceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppRunnerClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeServiceCommandInput, DescribeServiceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|