@aws-sdk/client-apprunner 3.1076.0 → 3.1078.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 +48 -375
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateCustomDomainCommand.js +2 -14
- package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateConnectionCommand.js +2 -14
- package/dist-es/commands/CreateObservabilityConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateServiceCommand.js +2 -14
- package/dist-es/commands/CreateVpcConnectorCommand.js +2 -14
- package/dist-es/commands/CreateVpcIngressConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteServiceCommand.js +2 -14
- package/dist-es/commands/DeleteVpcConnectorCommand.js +2 -14
- package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +2 -14
- package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeCustomDomainsCommand.js +2 -14
- package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeServiceCommand.js +2 -14
- package/dist-es/commands/DescribeVpcConnectorCommand.js +2 -14
- package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +2 -14
- package/dist-es/commands/DisassociateCustomDomainCommand.js +2 -14
- package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListConnectionsCommand.js +2 -14
- package/dist-es/commands/ListObservabilityConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListOperationsCommand.js +2 -14
- package/dist-es/commands/ListServicesCommand.js +2 -14
- package/dist-es/commands/ListServicesForAutoScalingConfigurationCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListVpcConnectorsCommand.js +2 -14
- package/dist-es/commands/ListVpcIngressConnectionsCommand.js +2 -14
- package/dist-es/commands/PauseServiceCommand.js +2 -14
- package/dist-es/commands/ResumeServiceCommand.js +2 -14
- package/dist-es/commands/StartDeploymentCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDefaultAutoScalingConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateServiceCommand.js +2 -14
- package/dist-es/commands/UpdateVpcIngressConnectionCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateCustomDomainCommand.d.ts +3 -8
- package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/CreateObservabilityConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
- package/dist-types/commands/CreateVpcConnectorCommand.d.ts +3 -8
- package/dist-types/commands/CreateVpcIngressConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteObservabilityConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVpcConnectorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVpcIngressConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomDomainsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeObservabilityConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVpcConnectorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVpcIngressConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateCustomDomainCommand.d.ts +3 -8
- package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/ListObservabilityConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListVpcConnectorsCommand.d.ts +3 -8
- package/dist-types/commands/ListVpcIngressConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/PauseServiceCommand.d.ts +3 -8
- package/dist-types/commands/ResumeServiceCommand.d.ts +3 -8
- package/dist-types/commands/StartDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVpcIngressConnectionCommand.d.ts +3 -8
- package/dist-types/index.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/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVpcIngressConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVpcIngressConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVpcIngressConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVpcIngressConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVpcIngressConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { DescribeVpcIngressConnectionRequest, DescribeVpcIngressConnectionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeVpcIngressConnectionCommandInput extends DescribeVpcIng
|
|
|
22
19
|
export interface DescribeVpcIngressConnectionCommandOutput extends DescribeVpcIngressConnectionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeVpcIngressConnectionCommand_base: {
|
|
25
|
-
new (input: DescribeVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcIngressConnectionCommandInput, DescribeVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcIngressConnectionCommandInput, DescribeVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcIngressConnectionCommandInput, DescribeVpcIngressConnectionCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcIngressConnectionCommandInput, DescribeVpcIngressConnectionCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Return a full description of an App Runner VPC Ingress Connection resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { DisassociateCustomDomainRequest, DisassociateCustomDomainResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DisassociateCustomDomainCommandInput extends DisassociateCustom
|
|
|
22
19
|
export interface DisassociateCustomDomainCommandOutput extends DisassociateCustomDomainResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DisassociateCustomDomainCommand_base: {
|
|
25
|
-
new (input: DisassociateCustomDomainCommandInput): import("@smithy/core/client").CommandImpl<DisassociateCustomDomainCommandInput, DisassociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DisassociateCustomDomainCommandInput): import("@smithy/core/client").CommandImpl<DisassociateCustomDomainCommandInput, DisassociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DisassociateCustomDomainCommandInput): import("@smithy/core/client").CommandImpl<DisassociateCustomDomainCommandInput, DisassociateCustomDomainCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DisassociateCustomDomainCommandInput): import("@smithy/core/client").CommandImpl<DisassociateCustomDomainCommandInput, DisassociateCustomDomainCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Disassociate a custom domain name from an App Runner service.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { ListAutoScalingConfigurationsRequest, ListAutoScalingConfigurationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAutoScalingConfigurationsCommandInput extends ListAutoScali
|
|
|
22
19
|
export interface ListAutoScalingConfigurationsCommandOutput extends ListAutoScalingConfigurationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAutoScalingConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListAutoScalingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListAutoScalingConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAutoScalingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListAutoScalingConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account. You can query the revisions for a specific
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListConnectionsCommandInput extends ListConnectionsRequest {
|
|
|
22
19
|
export interface ListConnectionsCommandOutput extends ListConnectionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListConnectionsCommand_base: {
|
|
25
|
-
new (input: ListConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of App Runner connections that are associated with your Amazon Web Services account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { ListObservabilityConfigurationsRequest, ListObservabilityConfigurationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListObservabilityConfigurationsCommandInput extends ListObserva
|
|
|
22
19
|
export interface ListObservabilityConfigurationsCommandOutput extends ListObservabilityConfigurationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListObservabilityConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListObservabilityConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListObservabilityConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListObservabilityConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListObservabilityConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of active App Runner observability configurations in your Amazon Web Services account. You can query the revisions for a specific
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { ListOperationsRequest, ListOperationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListOperationsCommandInput extends ListOperationsRequest {
|
|
|
22
19
|
export interface ListOperationsCommandOutput extends ListOperationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListOperationsCommand_base: {
|
|
25
|
-
new (input: ListOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListOperationsCommandInput, ListOperationsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Return a list of operations that occurred on an App Runner service.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { ListServicesRequest, ListServicesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListServicesCommandInput extends ListServicesRequest {
|
|
|
22
19
|
export interface ListServicesCommandOutput extends ListServicesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListServicesCommand_base: {
|
|
25
|
-
new (input: ListServicesCommandInput): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListServicesCommandInput]): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListServicesCommandInput): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListServicesCommandInput]): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of running App Runner services in your Amazon Web Services account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { ListServicesForAutoScalingConfigurationRequest, ListServicesForAutoScalingConfigurationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListServicesForAutoScalingConfigurationCommandInput extends Lis
|
|
|
22
19
|
export interface ListServicesForAutoScalingConfigurationCommandOutput extends ListServicesForAutoScalingConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListServicesForAutoScalingConfigurationCommand_base: {
|
|
25
|
-
new (input: ListServicesForAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ListServicesForAutoScalingConfigurationCommandInput, ListServicesForAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListServicesForAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ListServicesForAutoScalingConfigurationCommandInput, ListServicesForAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListServicesForAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ListServicesForAutoScalingConfigurationCommandInput, ListServicesForAutoScalingConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListServicesForAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ListServicesForAutoScalingConfigurationCommandInput, ListServicesForAutoScalingConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of the associated App Runner services using an auto scaling configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List tags that are associated with for an App Runner resource. The response contains a list of tag key-value pairs.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { ListVpcConnectorsRequest, ListVpcConnectorsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListVpcConnectorsCommandInput extends ListVpcConnectorsRequest
|
|
|
22
19
|
export interface ListVpcConnectorsCommandOutput extends ListVpcConnectorsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListVpcConnectorsCommand_base: {
|
|
25
|
-
new (input: ListVpcConnectorsCommandInput): import("@smithy/core/client").CommandImpl<ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListVpcConnectorsCommandInput]): import("@smithy/core/client").CommandImpl<ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListVpcConnectorsCommandInput): import("@smithy/core/client").CommandImpl<ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListVpcConnectorsCommandInput]): import("@smithy/core/client").CommandImpl<ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of App Runner VPC connectors in your Amazon Web Services account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { ListVpcIngressConnectionsRequest, ListVpcIngressConnectionsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListVpcIngressConnectionsCommandInput extends ListVpcIngressCon
|
|
|
22
19
|
export interface ListVpcIngressConnectionsCommandOutput extends ListVpcIngressConnectionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListVpcIngressConnectionsCommand_base: {
|
|
25
|
-
new (input: ListVpcIngressConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListVpcIngressConnectionsCommandInput, ListVpcIngressConnectionsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListVpcIngressConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListVpcIngressConnectionsCommandInput, ListVpcIngressConnectionsCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListVpcIngressConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListVpcIngressConnectionsCommandInput, ListVpcIngressConnectionsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListVpcIngressConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListVpcIngressConnectionsCommandInput, ListVpcIngressConnectionsCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { PauseServiceRequest, PauseServiceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PauseServiceCommandInput extends PauseServiceRequest {
|
|
|
22
19
|
export interface PauseServiceCommandOutput extends PauseServiceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PauseServiceCommand_base: {
|
|
25
|
-
new (input: PauseServiceCommandInput): import("@smithy/core/client").CommandImpl<PauseServiceCommandInput, PauseServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PauseServiceCommandInput): import("@smithy/core/client").CommandImpl<PauseServiceCommandInput, PauseServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PauseServiceCommandInput): import("@smithy/core/client").CommandImpl<PauseServiceCommandInput, PauseServiceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PauseServiceCommandInput): import("@smithy/core/client").CommandImpl<PauseServiceCommandInput, PauseServiceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Pause an active App Runner service. App Runner reduces compute capacity for the service to zero and loses state (for example, ephemeral storage is
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { ResumeServiceRequest, ResumeServiceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ResumeServiceCommandInput extends ResumeServiceRequest {
|
|
|
22
19
|
export interface ResumeServiceCommandOutput extends ResumeServiceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ResumeServiceCommand_base: {
|
|
25
|
-
new (input: ResumeServiceCommandInput): import("@smithy/core/client").CommandImpl<ResumeServiceCommandInput, ResumeServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ResumeServiceCommandInput): import("@smithy/core/client").CommandImpl<ResumeServiceCommandInput, ResumeServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ResumeServiceCommandInput): import("@smithy/core/client").CommandImpl<ResumeServiceCommandInput, ResumeServiceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ResumeServiceCommandInput): import("@smithy/core/client").CommandImpl<ResumeServiceCommandInput, ResumeServiceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Resume an active App Runner service. App Runner provisions compute capacity for the service.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { StartDeploymentRequest, StartDeploymentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartDeploymentCommandInput extends StartDeploymentRequest {
|
|
|
22
19
|
export interface StartDeploymentCommandOutput extends StartDeploymentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartDeploymentCommand_base: {
|
|
25
|
-
new (input: StartDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an App Runner
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Add tags to, or update the tag values of, an App Runner resource. A tag is a key-value pair.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Remove tags from an App Runner resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { UpdateDefaultAutoScalingConfigurationRequest, UpdateDefaultAutoScalingConfigurationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateDefaultAutoScalingConfigurationCommandInput extends Updat
|
|
|
22
19
|
export interface UpdateDefaultAutoScalingConfigurationCommandOutput extends UpdateDefaultAutoScalingConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateDefaultAutoScalingConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateDefaultAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateDefaultAutoScalingConfigurationCommandInput, UpdateDefaultAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateDefaultAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateDefaultAutoScalingConfigurationCommandInput, UpdateDefaultAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateDefaultAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateDefaultAutoScalingConfigurationCommandInput, UpdateDefaultAutoScalingConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateDefaultAutoScalingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateDefaultAutoScalingConfigurationCommandInput, UpdateDefaultAutoScalingConfigurationCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update an auto scaling configuration to be the default. The existing default auto scaling configuration will be set to non-default
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateServiceCommandInput extends UpdateServiceRequest {
|
|
|
22
19
|
export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateServiceCommand_base: {
|
|
25
|
-
new (input: UpdateServiceCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceCommandInput, UpdateServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateServiceCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceCommandInput, UpdateServiceCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateServiceCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceCommandInput, UpdateServiceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateServiceCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceCommandInput, UpdateServiceCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update an App Runner service. You can update the source configuration and instance configuration of the service. You can also update the ARN of the auto
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
|
|
4
2
|
import type { UpdateVpcIngressConnectionRequest, UpdateVpcIngressConnectionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateVpcIngressConnectionCommandInput extends UpdateVpcIngress
|
|
|
22
19
|
export interface UpdateVpcIngressConnectionCommandOutput extends UpdateVpcIngressConnectionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateVpcIngressConnectionCommand_base: {
|
|
25
|
-
new (input: UpdateVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateVpcIngressConnectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput, import("..").AppRunnerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update an existing App Runner VPC Ingress Connection resource. The VPC Ingress Connection must be in one of the following states to be updated:</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
25
25
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
26
26
|
export type { AppRunnerExtensionConfiguration } from "./extensionConfiguration";
|
|
27
27
|
export * from "./commands";
|
|
28
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
28
29
|
export * from "./schemas/schemas_0";
|
|
29
30
|
export * from "./pagination";
|
|
30
31
|
export * from "./models/enums";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: AppRunnerClientConfig) => {
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: AppRunnerClientConfig) => {
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: AppRunnerClientConfig) => {
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: AppRunnerClientConfig) => {
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|