@aws-sdk/client-apprunner 3.289.0 → 3.290.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-types/commands/AssociateCustomDomainCommand.d.ts +10 -0
- package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +12 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +12 -0
- package/dist-types/commands/CreateObservabilityConfigurationCommand.d.ts +12 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +12 -0
- package/dist-types/commands/CreateVpcConnectorCommand.d.ts +12 -0
- package/dist-types/commands/CreateVpcIngressConnectionCommand.d.ts +15 -0
- package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +10 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +10 -0
- package/dist-types/commands/DeleteObservabilityConfigurationCommand.d.ts +10 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +13 -0
- package/dist-types/commands/DeleteVpcConnectorCommand.d.ts +10 -0
- package/dist-types/commands/DeleteVpcIngressConnectionCommand.d.ts +13 -0
- package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +10 -0
- package/dist-types/commands/DescribeCustomDomainsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeObservabilityConfigurationCommand.d.ts +10 -0
- package/dist-types/commands/DescribeServiceCommand.d.ts +10 -0
- package/dist-types/commands/DescribeVpcConnectorCommand.d.ts +10 -0
- package/dist-types/commands/DescribeVpcIngressConnectionCommand.d.ts +10 -0
- package/dist-types/commands/DisassociateCustomDomainCommand.d.ts +13 -0
- package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +7 -0
- package/dist-types/commands/ListConnectionsCommand.d.ts +7 -0
- package/dist-types/commands/ListObservabilityConfigurationsCommand.d.ts +7 -0
- package/dist-types/commands/ListOperationsCommand.d.ts +10 -0
- package/dist-types/commands/ListServicesCommand.d.ts +7 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
- package/dist-types/commands/ListVpcConnectorsCommand.d.ts +7 -0
- package/dist-types/commands/ListVpcIngressConnectionsCommand.d.ts +7 -0
- package/dist-types/commands/PauseServiceCommand.d.ts +13 -0
- package/dist-types/commands/ResumeServiceCommand.d.ts +13 -0
- package/dist-types/commands/StartDeploymentCommand.d.ts +10 -0
- package/dist-types/commands/TagResourceCommand.d.ts +13 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +13 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +13 -0
- package/dist-types/commands/UpdateVpcIngressConnectionCommand.d.ts +13 -0
- package/package.json +29 -29
|
@@ -33,6 +33,16 @@ export interface AssociateCustomDomainCommandOutput extends AssociateCustomDomai
|
|
|
33
33
|
* @see {@link AssociateCustomDomainCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
37
|
+
* <p>An unexpected service exception occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
40
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidStateException} (client fault)
|
|
43
|
+
* <p>You can't perform this action when the resource is in its current state.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
36
46
|
*/
|
|
37
47
|
export declare class AssociateCustomDomainCommand extends $Command<AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig> {
|
|
38
48
|
readonly input: AssociateCustomDomainCommandInput;
|
|
@@ -37,6 +37,18 @@ export interface CreateAutoScalingConfigurationCommandOutput extends CreateAutoS
|
|
|
37
37
|
* @see {@link CreateAutoScalingConfigurationCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
41
|
+
* <p>An unexpected service exception occurred.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
44
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
47
|
+
* <p>App Runner can't create this resource. You've reached your account quota for this resource type.</p>
|
|
48
|
+
* <p>For App Runner per-resource quotas, see <a href="https://docs.aws.amazon.com/general/latest/gr/apprunner.html">App Runner endpoints and quotas</a> in the
|
|
49
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
40
52
|
*/
|
|
41
53
|
export declare class CreateAutoScalingConfigurationCommand extends $Command<CreateAutoScalingConfigurationCommandInput, CreateAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig> {
|
|
42
54
|
readonly input: CreateAutoScalingConfigurationCommandInput;
|
|
@@ -32,6 +32,18 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
|
|
|
32
32
|
* @see {@link CreateConnectionCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
36
|
+
* <p>An unexpected service exception occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
39
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
42
|
+
* <p>App Runner can't create this resource. You've reached your account quota for this resource type.</p>
|
|
43
|
+
* <p>For App Runner per-resource quotas, see <a href="https://docs.aws.amazon.com/general/latest/gr/apprunner.html">App Runner endpoints and quotas</a> in the
|
|
44
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
35
47
|
*/
|
|
36
48
|
export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, AppRunnerClientResolvedConfig> {
|
|
37
49
|
readonly input: CreateConnectionCommandInput;
|
|
@@ -37,6 +37,18 @@ export interface CreateObservabilityConfigurationCommandOutput extends CreateObs
|
|
|
37
37
|
* @see {@link CreateObservabilityConfigurationCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
41
|
+
* <p>An unexpected service exception occurred.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
44
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
47
|
+
* <p>App Runner can't create this resource. You've reached your account quota for this resource type.</p>
|
|
48
|
+
* <p>For App Runner per-resource quotas, see <a href="https://docs.aws.amazon.com/general/latest/gr/apprunner.html">App Runner endpoints and quotas</a> in the
|
|
49
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
40
52
|
*/
|
|
41
53
|
export declare class CreateObservabilityConfigurationCommand extends $Command<CreateObservabilityConfigurationCommandInput, CreateObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig> {
|
|
42
54
|
readonly input: CreateObservabilityConfigurationCommandInput;
|
|
@@ -30,6 +30,18 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
|
|
|
30
30
|
* @see {@link CreateServiceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
34
|
+
* <p>An unexpected service exception occurred.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
37
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
40
|
+
* <p>App Runner can't create this resource. You've reached your account quota for this resource type.</p>
|
|
41
|
+
* <p>For App Runner per-resource quotas, see <a href="https://docs.aws.amazon.com/general/latest/gr/apprunner.html">App Runner endpoints and quotas</a> in the
|
|
42
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
33
45
|
*/
|
|
34
46
|
export declare class CreateServiceCommand extends $Command<CreateServiceCommandInput, CreateServiceCommandOutput, AppRunnerClientResolvedConfig> {
|
|
35
47
|
readonly input: CreateServiceCommandInput;
|
|
@@ -30,6 +30,18 @@ export interface CreateVpcConnectorCommandOutput extends CreateVpcConnectorRespo
|
|
|
30
30
|
* @see {@link CreateVpcConnectorCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
34
|
+
* <p>An unexpected service exception occurred.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
37
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
40
|
+
* <p>App Runner can't create this resource. You've reached your account quota for this resource type.</p>
|
|
41
|
+
* <p>For App Runner per-resource quotas, see <a href="https://docs.aws.amazon.com/general/latest/gr/apprunner.html">App Runner endpoints and quotas</a> in the
|
|
42
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
33
45
|
*/
|
|
34
46
|
export declare class CreateVpcConnectorCommand extends $Command<CreateVpcConnectorCommandInput, CreateVpcConnectorCommandOutput, AppRunnerClientResolvedConfig> {
|
|
35
47
|
readonly input: CreateVpcConnectorCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface CreateVpcIngressConnectionCommandOutput extends CreateVpcIngres
|
|
|
29
29
|
* @see {@link CreateVpcIngressConnectionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
33
|
+
* <p>An unexpected service exception occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidStateException} (client fault)
|
|
39
|
+
* <p>You can't perform this action when the resource is in its current state.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
42
|
+
* <p>App Runner can't create this resource. You've reached your account quota for this resource type.</p>
|
|
43
|
+
* <p>For App Runner per-resource quotas, see <a href="https://docs.aws.amazon.com/general/latest/gr/apprunner.html">App Runner endpoints and quotas</a> in the
|
|
44
|
+
* <i>Amazon Web Services General Reference</i>.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
32
47
|
*/
|
|
33
48
|
export declare class CreateVpcIngressConnectionCommand extends $Command<CreateVpcIngressConnectionCommandInput, CreateVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig> {
|
|
34
49
|
readonly input: CreateVpcIngressConnectionCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface DeleteAutoScalingConfigurationCommandOutput extends DeleteAutoS
|
|
|
30
30
|
* @see {@link DeleteAutoScalingConfigurationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
34
|
+
* <p>An unexpected service exception occurred.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
37
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class DeleteAutoScalingConfigurationCommand extends $Command<DeleteAutoScalingConfigurationCommandInput, DeleteAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig> {
|
|
35
45
|
readonly input: DeleteAutoScalingConfigurationCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
|
|
|
30
30
|
* @see {@link DeleteConnectionCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
34
|
+
* <p>An unexpected service exception occurred.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
37
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, AppRunnerClientResolvedConfig> {
|
|
35
45
|
readonly input: DeleteConnectionCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface DeleteObservabilityConfigurationCommandOutput extends DeleteObs
|
|
|
30
30
|
* @see {@link DeleteObservabilityConfigurationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
34
|
+
* <p>An unexpected service exception occurred.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
37
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class DeleteObservabilityConfigurationCommand extends $Command<DeleteObservabilityConfigurationCommandInput, DeleteObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig> {
|
|
35
45
|
readonly input: DeleteObservabilityConfigurationCommandInput;
|
|
@@ -35,6 +35,19 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met
|
|
|
35
35
|
* @see {@link DeleteServiceCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
39
|
+
* <p>An unexpected service exception occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
42
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidStateException} (client fault)
|
|
45
|
+
* <p>You can't perform this action when the resource is in its current state.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
38
51
|
*/
|
|
39
52
|
export declare class DeleteServiceCommand extends $Command<DeleteServiceCommandInput, DeleteServiceCommandOutput, AppRunnerClientResolvedConfig> {
|
|
40
53
|
readonly input: DeleteServiceCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface DeleteVpcConnectorCommandOutput extends DeleteVpcConnectorRespo
|
|
|
30
30
|
* @see {@link DeleteVpcConnectorCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
34
|
+
* <p>An unexpected service exception occurred.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
37
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class DeleteVpcConnectorCommand extends $Command<DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput, AppRunnerClientResolvedConfig> {
|
|
35
45
|
readonly input: DeleteVpcConnectorCommandInput;
|
|
@@ -52,6 +52,19 @@ export interface DeleteVpcIngressConnectionCommandOutput extends DeleteVpcIngres
|
|
|
52
52
|
* @see {@link DeleteVpcIngressConnectionCommandOutput} for command's `response` shape.
|
|
53
53
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
54
54
|
*
|
|
55
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
56
|
+
* <p>An unexpected service exception occurred.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
59
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InvalidStateException} (client fault)
|
|
62
|
+
* <p>You can't perform this action when the resource is in its current state.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
65
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
55
68
|
*/
|
|
56
69
|
export declare class DeleteVpcIngressConnectionCommand extends $Command<DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig> {
|
|
57
70
|
readonly input: DeleteVpcIngressConnectionCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeAutoScalingConfigurationCommandOutput extends DescribeA
|
|
|
29
29
|
* @see {@link DescribeAutoScalingConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
33
|
+
* <p>An unexpected service exception occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DescribeAutoScalingConfigurationCommand extends $Command<DescribeAutoScalingConfigurationCommandInput, DescribeAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeAutoScalingConfigurationCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeCustomDomainsCommandOutput extends DescribeCustomDomain
|
|
|
29
29
|
* @see {@link DescribeCustomDomainsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
33
|
+
* <p>An unexpected service exception occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DescribeCustomDomainsCommand extends $Command<DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput, AppRunnerClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeCustomDomainsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeObservabilityConfigurationCommandOutput extends Describ
|
|
|
29
29
|
* @see {@link DescribeObservabilityConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
33
|
+
* <p>An unexpected service exception occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DescribeObservabilityConfigurationCommand extends $Command<DescribeObservabilityConfigurationCommandInput, DescribeObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeObservabilityConfigurationCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeServiceCommandOutput extends DescribeServiceResponse, _
|
|
|
29
29
|
* @see {@link DescribeServiceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
33
|
+
* <p>An unexpected service exception occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DescribeServiceCommand extends $Command<DescribeServiceCommandInput, DescribeServiceCommandOutput, AppRunnerClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeServiceCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeVpcConnectorCommandOutput extends DescribeVpcConnectorR
|
|
|
29
29
|
* @see {@link DescribeVpcConnectorCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
33
|
+
* <p>An unexpected service exception occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DescribeVpcConnectorCommand extends $Command<DescribeVpcConnectorCommandInput, DescribeVpcConnectorCommandOutput, AppRunnerClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeVpcConnectorCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeVpcIngressConnectionCommandOutput extends DescribeVpcIn
|
|
|
29
29
|
* @see {@link DescribeVpcIngressConnectionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
33
|
+
* <p>An unexpected service exception occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DescribeVpcIngressConnectionCommand extends $Command<DescribeVpcIngressConnectionCommandInput, DescribeVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeVpcIngressConnectionCommandInput;
|
|
@@ -32,6 +32,19 @@ export interface DisassociateCustomDomainCommandOutput extends DisassociateCusto
|
|
|
32
32
|
* @see {@link DisassociateCustomDomainCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
36
|
+
* <p>An unexpected service exception occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
39
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidStateException} (client fault)
|
|
42
|
+
* <p>You can't perform this action when the resource is in its current state.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
35
48
|
*/
|
|
36
49
|
export declare class DisassociateCustomDomainCommand extends $Command<DisassociateCustomDomainCommandInput, DisassociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig> {
|
|
37
50
|
readonly input: DisassociateCustomDomainCommandInput;
|
|
@@ -33,6 +33,13 @@ export interface ListAutoScalingConfigurationsCommandOutput extends ListAutoScal
|
|
|
33
33
|
* @see {@link ListAutoScalingConfigurationsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
37
|
+
* <p>An unexpected service exception occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
40
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
36
43
|
*/
|
|
37
44
|
export declare class ListAutoScalingConfigurationsCommand extends $Command<ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput, AppRunnerClientResolvedConfig> {
|
|
38
45
|
readonly input: ListAutoScalingConfigurationsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListConnectionsCommandOutput extends ListConnectionsResponse, _
|
|
|
29
29
|
* @see {@link ListConnectionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
33
|
+
* <p>An unexpected service exception occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListConnectionsCommand extends $Command<ListConnectionsCommandInput, ListConnectionsCommandOutput, AppRunnerClientResolvedConfig> {
|
|
34
41
|
readonly input: ListConnectionsCommandInput;
|
|
@@ -33,6 +33,13 @@ export interface ListObservabilityConfigurationsCommandOutput extends ListObserv
|
|
|
33
33
|
* @see {@link ListObservabilityConfigurationsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
37
|
+
* <p>An unexpected service exception occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
40
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
36
43
|
*/
|
|
37
44
|
export declare class ListObservabilityConfigurationsCommand extends $Command<ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput, AppRunnerClientResolvedConfig> {
|
|
38
45
|
readonly input: ListObservabilityConfigurationsCommandInput;
|
|
@@ -31,6 +31,16 @@ export interface ListOperationsCommandOutput extends ListOperationsResponse, __M
|
|
|
31
31
|
* @see {@link ListOperationsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
35
|
+
* <p>An unexpected service exception occurred.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
38
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
34
44
|
*/
|
|
35
45
|
export declare class ListOperationsCommand extends $Command<ListOperationsCommandInput, ListOperationsCommandOutput, AppRunnerClientResolvedConfig> {
|
|
36
46
|
readonly input: ListOperationsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
|
|
|
29
29
|
* @see {@link ListServicesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
33
|
+
* <p>An unexpected service exception occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListServicesCommand extends $Command<ListServicesCommandInput, ListServicesCommandOutput, AppRunnerClientResolvedConfig> {
|
|
34
41
|
readonly input: ListServicesCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
33
|
+
* <p>An unexpected service exception occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidStateException} (client fault)
|
|
39
|
+
* <p>You can't perform this action when the resource is in its current state.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppRunnerClientResolvedConfig> {
|
|
34
47
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListVpcConnectorsCommandOutput extends ListVpcConnectorsRespons
|
|
|
29
29
|
* @see {@link ListVpcConnectorsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
33
|
+
* <p>An unexpected service exception occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListVpcConnectorsCommand extends $Command<ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput, AppRunnerClientResolvedConfig> {
|
|
34
41
|
readonly input: ListVpcConnectorsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListVpcIngressConnectionsCommandOutput extends ListVpcIngressCo
|
|
|
29
29
|
* @see {@link ListVpcIngressConnectionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
33
|
+
* <p>An unexpected service exception occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListVpcIngressConnectionsCommand extends $Command<ListVpcIngressConnectionsCommandInput, ListVpcIngressConnectionsCommandOutput, AppRunnerClientResolvedConfig> {
|
|
34
41
|
readonly input: ListVpcIngressConnectionsCommandInput;
|
|
@@ -32,6 +32,19 @@ export interface PauseServiceCommandOutput extends PauseServiceResponse, __Metad
|
|
|
32
32
|
* @see {@link PauseServiceCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
36
|
+
* <p>An unexpected service exception occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
39
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidStateException} (client fault)
|
|
42
|
+
* <p>You can't perform this action when the resource is in its current state.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
35
48
|
*/
|
|
36
49
|
export declare class PauseServiceCommand extends $Command<PauseServiceCommandInput, PauseServiceCommandOutput, AppRunnerClientResolvedConfig> {
|
|
37
50
|
readonly input: PauseServiceCommandInput;
|
|
@@ -31,6 +31,19 @@ export interface ResumeServiceCommandOutput extends ResumeServiceResponse, __Met
|
|
|
31
31
|
* @see {@link ResumeServiceCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
35
|
+
* <p>An unexpected service exception occurred.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
38
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidStateException} (client fault)
|
|
41
|
+
* <p>You can't perform this action when the resource is in its current state.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
34
47
|
*/
|
|
35
48
|
export declare class ResumeServiceCommand extends $Command<ResumeServiceCommandInput, ResumeServiceCommandOutput, AppRunnerClientResolvedConfig> {
|
|
36
49
|
readonly input: ResumeServiceCommandInput;
|
|
@@ -34,6 +34,16 @@ export interface StartDeploymentCommandOutput extends StartDeploymentResponse, _
|
|
|
34
34
|
* @see {@link StartDeploymentCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
38
|
+
* <p>An unexpected service exception occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
41
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
37
47
|
*/
|
|
38
48
|
export declare class StartDeploymentCommand extends $Command<StartDeploymentCommandInput, StartDeploymentCommandOutput, AppRunnerClientResolvedConfig> {
|
|
39
49
|
readonly input: StartDeploymentCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
33
|
+
* <p>An unexpected service exception occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidStateException} (client fault)
|
|
39
|
+
* <p>You can't perform this action when the resource is in its current state.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AppRunnerClientResolvedConfig> {
|
|
34
47
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
33
|
+
* <p>An unexpected service exception occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
36
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidStateException} (client fault)
|
|
39
|
+
* <p>You can't perform this action when the resource is in its current state.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AppRunnerClientResolvedConfig> {
|
|
34
47
|
readonly input: UntagResourceCommandInput;
|
|
@@ -34,6 +34,19 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met
|
|
|
34
34
|
* @see {@link UpdateServiceCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
38
|
+
* <p>An unexpected service exception occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
41
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidStateException} (client fault)
|
|
44
|
+
* <p>You can't perform this action when the resource is in its current state.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
37
50
|
*/
|
|
38
51
|
export declare class UpdateServiceCommand extends $Command<UpdateServiceCommandInput, UpdateServiceCommandOutput, AppRunnerClientResolvedConfig> {
|
|
39
52
|
readonly input: UpdateServiceCommandInput;
|
|
@@ -46,6 +46,19 @@ export interface UpdateVpcIngressConnectionCommandOutput extends UpdateVpcIngres
|
|
|
46
46
|
* @see {@link UpdateVpcIngressConnectionCommandOutput} for command's `response` shape.
|
|
47
47
|
* @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
|
|
48
48
|
*
|
|
49
|
+
* @throws {@link InternalServiceErrorException} (server fault)
|
|
50
|
+
* <p>An unexpected service exception occurred.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
53
|
+
* <p>One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link InvalidStateException} (client fault)
|
|
56
|
+
* <p>You can't perform this action when the resource is in its current state.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
59
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
49
62
|
*/
|
|
50
63
|
export declare class UpdateVpcIngressConnectionCommand extends $Command<UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig> {
|
|
51
64
|
readonly input: UpdateVpcIngressConnectionCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-apprunner",
|
|
3
3
|
"description": "AWS SDK for JavaScript Apprunner Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|