@aws-sdk/client-apprunner 3.1086.0 → 3.1088.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/index.js +1 -1
- package/dist-types/ts3.4/AppRunner.d.ts +121 -142
- package/dist-types/ts3.4/AppRunnerClient.d.ts +6 -18
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateVpcIngressConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteVpcIngressConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeVpcIngressConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListVpcIngressConnectionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateVpcIngressConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -12
- package/dist-types/ts3.4/models/errors.d.ts +5 -15
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeServiceRequest,
|
|
4
|
-
DescribeServiceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeServiceRequest, DescribeServiceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeServiceCommandInput extends DescribeServiceRequest {}
|
|
8
|
-
export interface DescribeServiceCommandOutput
|
|
9
|
-
extends DescribeServiceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeServiceCommandOutput extends DescribeServiceResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeServiceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeServiceCommandInput
|
|
8
|
+
input: DescribeServiceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeServiceCommandInput,
|
|
16
11
|
DescribeServiceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeServiceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeServiceCommandInput
|
|
17
|
+
input: DescribeServiceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeServiceCommandInput,
|
|
25
20
|
DescribeServiceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeVpcConnectorRequest,
|
|
4
|
-
DescribeVpcConnectorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeVpcConnectorRequest, DescribeVpcConnectorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeVpcConnectorCommandInput
|
|
8
|
-
extends DescribeVpcConnectorRequest {}
|
|
4
|
+
export interface DescribeVpcConnectorCommandInput extends DescribeVpcConnectorRequest {}
|
|
9
5
|
export interface DescribeVpcConnectorCommandOutput
|
|
10
|
-
extends DescribeVpcConnectorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeVpcConnectorResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeVpcConnectorCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeVpcConnectorCommandInput
|
|
9
|
+
input: DescribeVpcConnectorCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeVpcConnectorCommandInput,
|
|
17
12
|
DescribeVpcConnectorCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeVpcConnectorCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeVpcConnectorCommandInput
|
|
18
|
+
input: DescribeVpcConnectorCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeVpcConnectorCommandInput,
|
|
26
21
|
DescribeVpcConnectorCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeVpcIngressConnectionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeVpcIngressConnectionCommandInput
|
|
8
|
-
extends DescribeVpcIngressConnectionRequest {}
|
|
7
|
+
export interface DescribeVpcIngressConnectionCommandInput extends DescribeVpcIngressConnectionRequest {}
|
|
9
8
|
export interface DescribeVpcIngressConnectionCommandOutput
|
|
10
|
-
extends DescribeVpcIngressConnectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeVpcIngressConnectionResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeVpcIngressConnectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeVpcIngressConnectionCommandInput
|
|
12
|
+
input: DescribeVpcIngressConnectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeVpcIngressConnectionCommandInput,
|
|
17
15
|
DescribeVpcIngressConnectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeVpcIngressConnectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeVpcIngressConnectionCommandInput
|
|
21
|
+
input: DescribeVpcIngressConnectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeVpcIngressConnectionCommandInput,
|
|
26
24
|
DescribeVpcIngressConnectionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DisassociateCustomDomainResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DisassociateCustomDomainCommandInput
|
|
8
|
-
extends DisassociateCustomDomainRequest {}
|
|
7
|
+
export interface DisassociateCustomDomainCommandInput extends DisassociateCustomDomainRequest {}
|
|
9
8
|
export interface DisassociateCustomDomainCommandOutput
|
|
10
|
-
extends DisassociateCustomDomainResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DisassociateCustomDomainResponse, __MetadataBearer {}
|
|
12
10
|
declare const DisassociateCustomDomainCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DisassociateCustomDomainCommandInput
|
|
12
|
+
input: DisassociateCustomDomainCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DisassociateCustomDomainCommandInput,
|
|
17
15
|
DisassociateCustomDomainCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DisassociateCustomDomainCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DisassociateCustomDomainCommandInput
|
|
21
|
+
input: DisassociateCustomDomainCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DisassociateCustomDomainCommandInput,
|
|
26
24
|
DisassociateCustomDomainCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListAutoScalingConfigurationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAutoScalingConfigurationsCommandInput
|
|
8
|
-
extends ListAutoScalingConfigurationsRequest {}
|
|
7
|
+
export interface ListAutoScalingConfigurationsCommandInput extends ListAutoScalingConfigurationsRequest {}
|
|
9
8
|
export interface ListAutoScalingConfigurationsCommandOutput
|
|
10
|
-
extends ListAutoScalingConfigurationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListAutoScalingConfigurationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListAutoScalingConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListAutoScalingConfigurationsCommandInput
|
|
12
|
+
input: ListAutoScalingConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListAutoScalingConfigurationsCommandInput,
|
|
17
15
|
ListAutoScalingConfigurationsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListConnectionsRequest,
|
|
4
|
-
ListConnectionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListConnectionsCommandInput extends ListConnectionsRequest {}
|
|
8
|
-
export interface ListConnectionsCommandOutput
|
|
9
|
-
extends ListConnectionsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListConnectionsCommandOutput extends ListConnectionsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListConnectionsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListConnectionsCommandInput
|
|
8
|
+
input: ListConnectionsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListConnectionsCommandInput,
|
|
16
11
|
ListConnectionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListObservabilityConfigurationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListObservabilityConfigurationsCommandInput
|
|
8
|
-
extends ListObservabilityConfigurationsRequest {}
|
|
7
|
+
export interface ListObservabilityConfigurationsCommandInput extends ListObservabilityConfigurationsRequest {}
|
|
9
8
|
export interface ListObservabilityConfigurationsCommandOutput
|
|
10
|
-
extends ListObservabilityConfigurationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListObservabilityConfigurationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListObservabilityConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListObservabilityConfigurationsCommandInput
|
|
12
|
+
input: ListObservabilityConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListObservabilityConfigurationsCommandInput,
|
|
17
15
|
ListObservabilityConfigurationsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListOperationsRequest,
|
|
4
|
-
ListOperationsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListOperationsRequest, ListOperationsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListOperationsCommandInput extends ListOperationsRequest {}
|
|
8
|
-
export interface ListOperationsCommandOutput
|
|
9
|
-
extends ListOperationsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListOperationsCommandOutput extends ListOperationsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListOperationsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListOperationsCommandInput
|
|
8
|
+
input: ListOperationsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListOperationsCommandInput,
|
|
16
11
|
ListOperationsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListOperationsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListOperationsCommandInput
|
|
17
|
+
input: ListOperationsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListOperationsCommandInput,
|
|
25
20
|
ListOperationsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListServicesCommandInput extends ListServicesRequest {}
|
|
5
|
-
export interface ListServicesCommandOutput
|
|
6
|
-
extends ListServicesResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListServicesCommandOutput extends ListServicesResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListServicesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListServicesCommandInput
|
|
8
|
+
input: ListServicesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListServicesCommandInput,
|
|
13
11
|
ListServicesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListServicesForAutoScalingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListServicesForAutoScalingConfigurationCommandInput
|
|
8
|
-
extends ListServicesForAutoScalingConfigurationRequest {}
|
|
7
|
+
export interface ListServicesForAutoScalingConfigurationCommandInput extends ListServicesForAutoScalingConfigurationRequest {}
|
|
9
8
|
export interface ListServicesForAutoScalingConfigurationCommandOutput
|
|
10
|
-
extends ListServicesForAutoScalingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListServicesForAutoScalingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListServicesForAutoScalingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListServicesForAutoScalingConfigurationCommandInput
|
|
12
|
+
input: ListServicesForAutoScalingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListServicesForAutoScalingConfigurationCommandInput,
|
|
17
15
|
ListServicesForAutoScalingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListServicesForAutoScalingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListServicesForAutoScalingConfigurationCommandInput
|
|
21
|
+
input: ListServicesForAutoScalingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListServicesForAutoScalingConfigurationCommandInput,
|
|
26
24
|
ListServicesForAutoScalingConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListVpcConnectorsRequest,
|
|
4
|
-
ListVpcConnectorsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListVpcConnectorsRequest, ListVpcConnectorsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListVpcConnectorsCommandInput
|
|
8
|
-
extends ListVpcConnectorsRequest {}
|
|
4
|
+
export interface ListVpcConnectorsCommandInput extends ListVpcConnectorsRequest {}
|
|
9
5
|
export interface ListVpcConnectorsCommandOutput
|
|
10
|
-
extends ListVpcConnectorsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListVpcConnectorsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListVpcConnectorsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListVpcConnectorsCommandInput
|
|
9
|
+
input: ListVpcConnectorsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListVpcConnectorsCommandInput,
|
|
17
12
|
ListVpcConnectorsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListVpcIngressConnectionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListVpcIngressConnectionsCommandInput
|
|
8
|
-
extends ListVpcIngressConnectionsRequest {}
|
|
7
|
+
export interface ListVpcIngressConnectionsCommandInput extends ListVpcIngressConnectionsRequest {}
|
|
9
8
|
export interface ListVpcIngressConnectionsCommandOutput
|
|
10
|
-
extends ListVpcIngressConnectionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListVpcIngressConnectionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListVpcIngressConnectionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListVpcIngressConnectionsCommandInput
|
|
12
|
+
input: ListVpcIngressConnectionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListVpcIngressConnectionsCommandInput,
|
|
17
15
|
ListVpcIngressConnectionsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { PauseServiceRequest, PauseServiceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface PauseServiceCommandInput extends PauseServiceRequest {}
|
|
5
|
-
export interface PauseServiceCommandOutput
|
|
6
|
-
extends PauseServiceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PauseServiceCommandOutput extends PauseServiceResponse, __MetadataBearer {}
|
|
8
6
|
declare const PauseServiceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PauseServiceCommandInput
|
|
8
|
+
input: PauseServiceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PauseServiceCommandInput,
|
|
13
11
|
PauseServiceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PauseServiceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PauseServiceCommandInput
|
|
17
|
+
input: PauseServiceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PauseServiceCommandInput,
|
|
22
20
|
PauseServiceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ResumeServiceRequest,
|
|
4
|
-
ResumeServiceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ResumeServiceRequest, ResumeServiceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ResumeServiceCommandInput extends ResumeServiceRequest {}
|
|
8
|
-
export interface ResumeServiceCommandOutput
|
|
9
|
-
extends ResumeServiceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ResumeServiceCommandOutput extends ResumeServiceResponse, __MetadataBearer {}
|
|
11
6
|
declare const ResumeServiceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ResumeServiceCommandInput
|
|
8
|
+
input: ResumeServiceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ResumeServiceCommandInput,
|
|
16
11
|
ResumeServiceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ResumeServiceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ResumeServiceCommandInput
|
|
17
|
+
input: ResumeServiceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ResumeServiceCommandInput,
|
|
25
20
|
ResumeServiceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartDeploymentRequest,
|
|
4
|
-
StartDeploymentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartDeploymentRequest, StartDeploymentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StartDeploymentCommandInput extends StartDeploymentRequest {}
|
|
8
|
-
export interface StartDeploymentCommandOutput
|
|
9
|
-
extends StartDeploymentResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartDeploymentCommandOutput extends StartDeploymentResponse, __MetadataBearer {}
|
|
11
6
|
declare const StartDeploymentCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StartDeploymentCommandInput
|
|
8
|
+
input: StartDeploymentCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StartDeploymentCommandInput,
|
|
16
11
|
StartDeploymentCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const StartDeploymentCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: StartDeploymentCommandInput
|
|
17
|
+
input: StartDeploymentCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
StartDeploymentCommandInput,
|
|
25
20
|
StartDeploymentCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateDefaultAutoScalingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateDefaultAutoScalingConfigurationCommandInput
|
|
8
|
-
extends UpdateDefaultAutoScalingConfigurationRequest {}
|
|
7
|
+
export interface UpdateDefaultAutoScalingConfigurationCommandInput extends UpdateDefaultAutoScalingConfigurationRequest {}
|
|
9
8
|
export interface UpdateDefaultAutoScalingConfigurationCommandOutput
|
|
10
|
-
extends UpdateDefaultAutoScalingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateDefaultAutoScalingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateDefaultAutoScalingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateDefaultAutoScalingConfigurationCommandInput
|
|
12
|
+
input: UpdateDefaultAutoScalingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateDefaultAutoScalingConfigurationCommandInput,
|
|
17
15
|
UpdateDefaultAutoScalingConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateDefaultAutoScalingConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateDefaultAutoScalingConfigurationCommandInput
|
|
21
|
+
input: UpdateDefaultAutoScalingConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateDefaultAutoScalingConfigurationCommandInput,
|
|
26
24
|
UpdateDefaultAutoScalingConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateServiceRequest,
|
|
4
|
-
UpdateServiceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateServiceCommandInput extends UpdateServiceRequest {}
|
|
8
|
-
export interface UpdateServiceCommandOutput
|
|
9
|
-
extends UpdateServiceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateServiceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateServiceCommandInput
|
|
8
|
+
input: UpdateServiceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateServiceCommandInput,
|
|
16
11
|
UpdateServiceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateServiceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateServiceCommandInput
|
|
17
|
+
input: UpdateServiceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateServiceCommandInput,
|
|
25
20
|
UpdateServiceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateVpcIngressConnectionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateVpcIngressConnectionCommandInput
|
|
8
|
-
extends UpdateVpcIngressConnectionRequest {}
|
|
7
|
+
export interface UpdateVpcIngressConnectionCommandInput extends UpdateVpcIngressConnectionRequest {}
|
|
9
8
|
export interface UpdateVpcIngressConnectionCommandOutput
|
|
10
|
-
extends UpdateVpcIngressConnectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateVpcIngressConnectionResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateVpcIngressConnectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateVpcIngressConnectionCommandInput
|
|
12
|
+
input: UpdateVpcIngressConnectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateVpcIngressConnectionCommandInput,
|
|
17
15
|
UpdateVpcIngressConnectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateVpcIngressConnectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateVpcIngressConnectionCommandInput
|
|
21
|
+
input: UpdateVpcIngressConnectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateVpcIngressConnectionCommandInput,
|
|
26
24
|
UpdateVpcIngressConnectionCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface AppRunnerExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -33,8 +33,7 @@ export declare const ConnectionStatus: {
|
|
|
33
33
|
readonly ERROR: "ERROR";
|
|
34
34
|
readonly PENDING_HANDSHAKE: "PENDING_HANDSHAKE";
|
|
35
35
|
};
|
|
36
|
-
export type ConnectionStatus =
|
|
37
|
-
(typeof ConnectionStatus)[keyof typeof ConnectionStatus];
|
|
36
|
+
export type ConnectionStatus = (typeof ConnectionStatus)[keyof typeof ConnectionStatus];
|
|
38
37
|
export declare const TracingVendor: {
|
|
39
38
|
readonly AWSXRAY: "AWSXRAY";
|
|
40
39
|
};
|
|
@@ -49,8 +48,7 @@ export declare const HealthCheckProtocol: {
|
|
|
49
48
|
readonly HTTP: "HTTP";
|
|
50
49
|
readonly TCP: "TCP";
|
|
51
50
|
};
|
|
52
|
-
export type HealthCheckProtocol =
|
|
53
|
-
(typeof HealthCheckProtocol)[keyof typeof HealthCheckProtocol];
|
|
51
|
+
export type HealthCheckProtocol = (typeof HealthCheckProtocol)[keyof typeof HealthCheckProtocol];
|
|
54
52
|
export declare const EgressType: {
|
|
55
53
|
readonly DEFAULT: "DEFAULT";
|
|
56
54
|
readonly VPC: "VPC";
|
|
@@ -81,8 +79,7 @@ export declare const ConfigurationSource: {
|
|
|
81
79
|
readonly API: "API";
|
|
82
80
|
readonly REPOSITORY: "REPOSITORY";
|
|
83
81
|
};
|
|
84
|
-
export type ConfigurationSource =
|
|
85
|
-
(typeof ConfigurationSource)[keyof typeof ConfigurationSource];
|
|
82
|
+
export type ConfigurationSource = (typeof ConfigurationSource)[keyof typeof ConfigurationSource];
|
|
86
83
|
export declare const SourceCodeVersionType: {
|
|
87
84
|
readonly BRANCH: "BRANCH";
|
|
88
85
|
};
|
|
@@ -92,8 +89,7 @@ export declare const ImageRepositoryType: {
|
|
|
92
89
|
readonly ECR: "ECR";
|
|
93
90
|
readonly ECR_PUBLIC: "ECR_PUBLIC";
|
|
94
91
|
};
|
|
95
|
-
export type ImageRepositoryType =
|
|
96
|
-
(typeof ImageRepositoryType)[keyof typeof ImageRepositoryType];
|
|
92
|
+
export type ImageRepositoryType = (typeof ImageRepositoryType)[keyof typeof ImageRepositoryType];
|
|
97
93
|
export declare const ServiceStatus: {
|
|
98
94
|
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
99
95
|
readonly DELETED: "DELETED";
|
|
@@ -107,8 +103,7 @@ export declare const VpcConnectorStatus: {
|
|
|
107
103
|
readonly ACTIVE: "ACTIVE";
|
|
108
104
|
readonly INACTIVE: "INACTIVE";
|
|
109
105
|
};
|
|
110
|
-
export type VpcConnectorStatus =
|
|
111
|
-
(typeof VpcConnectorStatus)[keyof typeof VpcConnectorStatus];
|
|
106
|
+
export type VpcConnectorStatus = (typeof VpcConnectorStatus)[keyof typeof VpcConnectorStatus];
|
|
112
107
|
export declare const VpcIngressConnectionStatus: {
|
|
113
108
|
readonly AVAILABLE: "AVAILABLE";
|
|
114
109
|
readonly DELETED: "DELETED";
|
|
@@ -130,8 +125,7 @@ export declare const OperationStatus: {
|
|
|
130
125
|
readonly ROLLBACK_SUCCEEDED: "ROLLBACK_SUCCEEDED";
|
|
131
126
|
readonly SUCCEEDED: "SUCCEEDED";
|
|
132
127
|
};
|
|
133
|
-
export type OperationStatus =
|
|
134
|
-
(typeof OperationStatus)[keyof typeof OperationStatus];
|
|
128
|
+
export type OperationStatus = (typeof OperationStatus)[keyof typeof OperationStatus];
|
|
135
129
|
export declare const OperationType: {
|
|
136
130
|
readonly CREATE_SERVICE: "CREATE_SERVICE";
|
|
137
131
|
readonly DELETE_SERVICE: "DELETE_SERVICE";
|