/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the apprunner-2020-05-15.normal.json service model. */ using System; using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using Amazon.Runtime; using Amazon.AppRunner.Model; namespace Amazon.AppRunner { /// /// Interface for accessing AppRunner /// /// App Runner /// /// App Runner is an application service that provides a fast, simple, and cost-effective /// way to go directly from an existing container image or source code to a running service /// in the Amazon Web Services Cloud in seconds. You don't need to learn new technologies, /// decide which compute service to use, or understand how to provision and configure /// Amazon Web Services resources. /// /// /// /// App Runner connects directly to your container registry or source code repository. /// It provides an automatic delivery pipeline with fully managed operations, high performance, /// scalability, and security. /// /// /// /// For more information about App Runner, see the App /// Runner Developer Guide. For release information, see the App /// Runner Release Notes. /// /// /// /// To install the Software Development Kits (SDKs), Integrated Development Environment /// (IDE) Toolkits, and command line tools that you can use to access the API, see Tools for Amazon Web Services. /// /// /// /// Endpoints /// /// /// /// For a list of Region-specific endpoints that App Runner supports, see App /// Runner endpoints and quotas in the Amazon Web Services General Reference. /// /// public partial interface IAmazonAppRunner : IAmazonService, IDisposable { /// /// Paginators for the service /// IAppRunnerPaginatorFactory Paginators { get; } #region AssociateCustomDomain /// /// Associate your own domain name with the App Runner subdomain URL of your App Runner /// service. /// /// /// /// After you call AssociateCustomDomain and receive a successful response, /// use the information in the CustomDomain record that's returned to add CNAME /// records to your Domain Name System (DNS). For each mapped domain name, add a mapping /// to the target App Runner subdomain and one or more certificate validation records. /// App Runner then performs DNS validation to verify that you own or control the domain /// name that you associated. App Runner tracks domain validity in a certificate stored /// in AWS Certificate Manager /// (ACM). /// /// /// Container for the necessary parameters to execute the AssociateCustomDomain service method. /// /// The response from the AssociateCustomDomain service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// REST API Reference for AssociateCustomDomain Operation AssociateCustomDomainResponse AssociateCustomDomain(AssociateCustomDomainRequest request); /// /// Associate your own domain name with the App Runner subdomain URL of your App Runner /// service. /// /// /// /// After you call AssociateCustomDomain and receive a successful response, /// use the information in the CustomDomain record that's returned to add CNAME /// records to your Domain Name System (DNS). For each mapped domain name, add a mapping /// to the target App Runner subdomain and one or more certificate validation records. /// App Runner then performs DNS validation to verify that you own or control the domain /// name that you associated. App Runner tracks domain validity in a certificate stored /// in AWS Certificate Manager /// (ACM). /// /// /// Container for the necessary parameters to execute the AssociateCustomDomain service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the AssociateCustomDomain service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// REST API Reference for AssociateCustomDomain Operation Task AssociateCustomDomainAsync(AssociateCustomDomainRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateAutoScalingConfiguration /// /// Create an App Runner automatic scaling configuration resource. App Runner requires /// this resource when you create or update App Runner services and you require non-default /// auto scaling settings. You can share an auto scaling configuration across multiple /// services. /// /// /// /// Create multiple revisions of a configuration by calling this action multiple times /// using the same AutoScalingConfigurationName. The call returns incremental /// AutoScalingConfigurationRevision values. When you create a service and /// configure an auto scaling configuration resource, the service uses the latest active /// revision of the auto scaling configuration by default. You can optionally configure /// the service to use a specific revision. /// /// /// /// Configure a higher MinSize to increase the spread of your App Runner /// service over more Availability Zones in the Amazon Web Services Region. The tradeoff /// is a higher minimal cost. /// /// /// /// Configure a lower MaxSize to control your cost. The tradeoff is lower /// responsiveness during peak demand. /// /// /// Container for the necessary parameters to execute the CreateAutoScalingConfiguration service method. /// /// The response from the CreateAutoScalingConfiguration service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// App Runner can't create this resource. You've reached your account quota for this /// resource type. /// /// /// /// For App Runner per-resource quotas, see App /// Runner endpoints and quotas in the Amazon Web Services General Reference. /// /// /// REST API Reference for CreateAutoScalingConfiguration Operation CreateAutoScalingConfigurationResponse CreateAutoScalingConfiguration(CreateAutoScalingConfigurationRequest request); /// /// Create an App Runner automatic scaling configuration resource. App Runner requires /// this resource when you create or update App Runner services and you require non-default /// auto scaling settings. You can share an auto scaling configuration across multiple /// services. /// /// /// /// Create multiple revisions of a configuration by calling this action multiple times /// using the same AutoScalingConfigurationName. The call returns incremental /// AutoScalingConfigurationRevision values. When you create a service and /// configure an auto scaling configuration resource, the service uses the latest active /// revision of the auto scaling configuration by default. You can optionally configure /// the service to use a specific revision. /// /// /// /// Configure a higher MinSize to increase the spread of your App Runner /// service over more Availability Zones in the Amazon Web Services Region. The tradeoff /// is a higher minimal cost. /// /// /// /// Configure a lower MaxSize to control your cost. The tradeoff is lower /// responsiveness during peak demand. /// /// /// Container for the necessary parameters to execute the CreateAutoScalingConfiguration service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateAutoScalingConfiguration service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// App Runner can't create this resource. You've reached your account quota for this /// resource type. /// /// /// /// For App Runner per-resource quotas, see App /// Runner endpoints and quotas in the Amazon Web Services General Reference. /// /// /// REST API Reference for CreateAutoScalingConfiguration Operation Task CreateAutoScalingConfigurationAsync(CreateAutoScalingConfigurationRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateConnection /// /// Create an App Runner connection resource. App Runner requires a connection resource /// when you create App Runner services that access private repositories from certain /// third-party providers. You can share a connection across multiple services. /// /// /// /// A connection resource is needed to access GitHub repositories. GitHub requires a user /// interface approval process through the App Runner console before you can use the connection. /// /// /// Container for the necessary parameters to execute the CreateConnection service method. /// /// The response from the CreateConnection service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// App Runner can't create this resource. You've reached your account quota for this /// resource type. /// /// /// /// For App Runner per-resource quotas, see App /// Runner endpoints and quotas in the Amazon Web Services General Reference. /// /// /// REST API Reference for CreateConnection Operation CreateConnectionResponse CreateConnection(CreateConnectionRequest request); /// /// Create an App Runner connection resource. App Runner requires a connection resource /// when you create App Runner services that access private repositories from certain /// third-party providers. You can share a connection across multiple services. /// /// /// /// A connection resource is needed to access GitHub repositories. GitHub requires a user /// interface approval process through the App Runner console before you can use the connection. /// /// /// Container for the necessary parameters to execute the CreateConnection service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateConnection service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// App Runner can't create this resource. You've reached your account quota for this /// resource type. /// /// /// /// For App Runner per-resource quotas, see App /// Runner endpoints and quotas in the Amazon Web Services General Reference. /// /// /// REST API Reference for CreateConnection Operation Task CreateConnectionAsync(CreateConnectionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateObservabilityConfiguration /// /// Create an App Runner observability configuration resource. App Runner requires this /// resource when you create or update App Runner services and you want to enable non-default /// observability features. You can share an observability configuration across multiple /// services. /// /// /// /// Create multiple revisions of a configuration by calling this action multiple times /// using the same ObservabilityConfigurationName. The call returns incremental /// ObservabilityConfigurationRevision values. When you create a service /// and configure an observability configuration resource, the service uses the latest /// active revision of the observability configuration by default. You can optionally /// configure the service to use a specific revision. /// /// /// /// The observability configuration resource is designed to configure multiple features /// (currently one feature, tracing). This action takes optional parameters that describe /// the configuration of these features (currently one parameter, TraceConfiguration). /// If you don't specify a feature parameter, App Runner doesn't enable the feature. /// /// /// Container for the necessary parameters to execute the CreateObservabilityConfiguration service method. /// /// The response from the CreateObservabilityConfiguration service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// App Runner can't create this resource. You've reached your account quota for this /// resource type. /// /// /// /// For App Runner per-resource quotas, see App /// Runner endpoints and quotas in the Amazon Web Services General Reference. /// /// /// REST API Reference for CreateObservabilityConfiguration Operation CreateObservabilityConfigurationResponse CreateObservabilityConfiguration(CreateObservabilityConfigurationRequest request); /// /// Create an App Runner observability configuration resource. App Runner requires this /// resource when you create or update App Runner services and you want to enable non-default /// observability features. You can share an observability configuration across multiple /// services. /// /// /// /// Create multiple revisions of a configuration by calling this action multiple times /// using the same ObservabilityConfigurationName. The call returns incremental /// ObservabilityConfigurationRevision values. When you create a service /// and configure an observability configuration resource, the service uses the latest /// active revision of the observability configuration by default. You can optionally /// configure the service to use a specific revision. /// /// /// /// The observability configuration resource is designed to configure multiple features /// (currently one feature, tracing). This action takes optional parameters that describe /// the configuration of these features (currently one parameter, TraceConfiguration). /// If you don't specify a feature parameter, App Runner doesn't enable the feature. /// /// /// Container for the necessary parameters to execute the CreateObservabilityConfiguration service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateObservabilityConfiguration service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// App Runner can't create this resource. You've reached your account quota for this /// resource type. /// /// /// /// For App Runner per-resource quotas, see App /// Runner endpoints and quotas in the Amazon Web Services General Reference. /// /// /// REST API Reference for CreateObservabilityConfiguration Operation Task CreateObservabilityConfigurationAsync(CreateObservabilityConfigurationRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateService /// /// Create an App Runner service. After the service is created, the action also automatically /// starts a deployment. /// /// /// /// This is an asynchronous operation. On a successful call, you can use the returned /// OperationId and the ListOperations /// call to track the operation's progress. /// /// /// Container for the necessary parameters to execute the CreateService service method. /// /// The response from the CreateService service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// App Runner can't create this resource. You've reached your account quota for this /// resource type. /// /// /// /// For App Runner per-resource quotas, see App /// Runner endpoints and quotas in the Amazon Web Services General Reference. /// /// /// REST API Reference for CreateService Operation CreateServiceResponse CreateService(CreateServiceRequest request); /// /// Create an App Runner service. After the service is created, the action also automatically /// starts a deployment. /// /// /// /// This is an asynchronous operation. On a successful call, you can use the returned /// OperationId and the ListOperations /// call to track the operation's progress. /// /// /// Container for the necessary parameters to execute the CreateService service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateService service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// App Runner can't create this resource. You've reached your account quota for this /// resource type. /// /// /// /// For App Runner per-resource quotas, see App /// Runner endpoints and quotas in the Amazon Web Services General Reference. /// /// /// REST API Reference for CreateService Operation Task CreateServiceAsync(CreateServiceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateVpcConnector /// /// Create an App Runner VPC connector resource. App Runner requires this resource when /// you want to associate your App Runner service to a custom Amazon Virtual Private Cloud /// (Amazon VPC). /// /// Container for the necessary parameters to execute the CreateVpcConnector service method. /// /// The response from the CreateVpcConnector service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// App Runner can't create this resource. You've reached your account quota for this /// resource type. /// /// /// /// For App Runner per-resource quotas, see App /// Runner endpoints and quotas in the Amazon Web Services General Reference. /// /// /// REST API Reference for CreateVpcConnector Operation CreateVpcConnectorResponse CreateVpcConnector(CreateVpcConnectorRequest request); /// /// Create an App Runner VPC connector resource. App Runner requires this resource when /// you want to associate your App Runner service to a custom Amazon Virtual Private Cloud /// (Amazon VPC). /// /// Container for the necessary parameters to execute the CreateVpcConnector service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateVpcConnector service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// App Runner can't create this resource. You've reached your account quota for this /// resource type. /// /// /// /// For App Runner per-resource quotas, see App /// Runner endpoints and quotas in the Amazon Web Services General Reference. /// /// /// REST API Reference for CreateVpcConnector Operation Task CreateVpcConnectorAsync(CreateVpcConnectorRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateVpcIngressConnection /// /// Create an App Runner VPC Ingress Connection resource. App Runner requires this resource /// when you want to associate your App Runner service with an Amazon VPC endpoint. /// /// Container for the necessary parameters to execute the CreateVpcIngressConnection service method. /// /// The response from the CreateVpcIngressConnection service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// App Runner can't create this resource. You've reached your account quota for this /// resource type. /// /// /// /// For App Runner per-resource quotas, see App /// Runner endpoints and quotas in the Amazon Web Services General Reference. /// /// /// REST API Reference for CreateVpcIngressConnection Operation CreateVpcIngressConnectionResponse CreateVpcIngressConnection(CreateVpcIngressConnectionRequest request); /// /// Create an App Runner VPC Ingress Connection resource. App Runner requires this resource /// when you want to associate your App Runner service with an Amazon VPC endpoint. /// /// Container for the necessary parameters to execute the CreateVpcIngressConnection service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateVpcIngressConnection service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// App Runner can't create this resource. You've reached your account quota for this /// resource type. /// /// /// /// For App Runner per-resource quotas, see App /// Runner endpoints and quotas in the Amazon Web Services General Reference. /// /// /// REST API Reference for CreateVpcIngressConnection Operation Task CreateVpcIngressConnectionAsync(CreateVpcIngressConnectionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteAutoScalingConfiguration /// /// Delete an App Runner automatic scaling configuration resource. You can delete a specific /// revision or the latest active revision. You can't delete a configuration that's used /// by one or more App Runner services. /// /// Container for the necessary parameters to execute the DeleteAutoScalingConfiguration service method. /// /// The response from the DeleteAutoScalingConfiguration service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DeleteAutoScalingConfiguration Operation DeleteAutoScalingConfigurationResponse DeleteAutoScalingConfiguration(DeleteAutoScalingConfigurationRequest request); /// /// Delete an App Runner automatic scaling configuration resource. You can delete a specific /// revision or the latest active revision. You can't delete a configuration that's used /// by one or more App Runner services. /// /// Container for the necessary parameters to execute the DeleteAutoScalingConfiguration service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteAutoScalingConfiguration service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DeleteAutoScalingConfiguration Operation Task DeleteAutoScalingConfigurationAsync(DeleteAutoScalingConfigurationRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteConnection /// /// Delete an App Runner connection. You must first ensure that there are no running App /// Runner services that use this connection. If there are any, the DeleteConnection /// action fails. /// /// Container for the necessary parameters to execute the DeleteConnection service method. /// /// The response from the DeleteConnection service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DeleteConnection Operation DeleteConnectionResponse DeleteConnection(DeleteConnectionRequest request); /// /// Delete an App Runner connection. You must first ensure that there are no running App /// Runner services that use this connection. If there are any, the DeleteConnection /// action fails. /// /// Container for the necessary parameters to execute the DeleteConnection service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteConnection service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DeleteConnection Operation Task DeleteConnectionAsync(DeleteConnectionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteObservabilityConfiguration /// /// Delete an App Runner observability configuration resource. You can delete a specific /// revision or the latest active revision. You can't delete a configuration that's used /// by one or more App Runner services. /// /// Container for the necessary parameters to execute the DeleteObservabilityConfiguration service method. /// /// The response from the DeleteObservabilityConfiguration service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DeleteObservabilityConfiguration Operation DeleteObservabilityConfigurationResponse DeleteObservabilityConfiguration(DeleteObservabilityConfigurationRequest request); /// /// Delete an App Runner observability configuration resource. You can delete a specific /// revision or the latest active revision. You can't delete a configuration that's used /// by one or more App Runner services. /// /// Container for the necessary parameters to execute the DeleteObservabilityConfiguration service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteObservabilityConfiguration service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DeleteObservabilityConfiguration Operation Task DeleteObservabilityConfigurationAsync(DeleteObservabilityConfigurationRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteService /// /// Delete an App Runner service. /// /// /// /// This is an asynchronous operation. On a successful call, you can use the returned /// OperationId and the ListOperations call to track the operation's /// progress. /// /// /// /// Make sure that you don't have any active VPCIngressConnections associated with the /// service you want to delete. /// /// /// /// Container for the necessary parameters to execute the DeleteService service method. /// /// The response from the DeleteService service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DeleteService Operation DeleteServiceResponse DeleteService(DeleteServiceRequest request); /// /// Delete an App Runner service. /// /// /// /// This is an asynchronous operation. On a successful call, you can use the returned /// OperationId and the ListOperations call to track the operation's /// progress. /// /// /// /// Make sure that you don't have any active VPCIngressConnections associated with the /// service you want to delete. /// /// /// /// Container for the necessary parameters to execute the DeleteService service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteService service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DeleteService Operation Task DeleteServiceAsync(DeleteServiceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteVpcConnector /// /// Delete an App Runner VPC connector resource. You can't delete a connector that's used /// by one or more App Runner services. /// /// Container for the necessary parameters to execute the DeleteVpcConnector service method. /// /// The response from the DeleteVpcConnector service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DeleteVpcConnector Operation DeleteVpcConnectorResponse DeleteVpcConnector(DeleteVpcConnectorRequest request); /// /// Delete an App Runner VPC connector resource. You can't delete a connector that's used /// by one or more App Runner services. /// /// Container for the necessary parameters to execute the DeleteVpcConnector service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteVpcConnector service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DeleteVpcConnector Operation Task DeleteVpcConnectorAsync(DeleteVpcConnectorRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteVpcIngressConnection /// /// Delete an App Runner VPC Ingress Connection resource that's associated with an App /// Runner service. The VPC Ingress Connection must be in one of the following states /// to be deleted: /// ///
  • /// /// AVAILABLE /// ///
  • /// /// FAILED_CREATION /// ///
  • /// /// FAILED_UPDATE /// ///
  • /// /// FAILED_DELETION /// ///
///
/// Container for the necessary parameters to execute the DeleteVpcIngressConnection service method. /// /// The response from the DeleteVpcIngressConnection service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DeleteVpcIngressConnection Operation DeleteVpcIngressConnectionResponse DeleteVpcIngressConnection(DeleteVpcIngressConnectionRequest request); /// /// Delete an App Runner VPC Ingress Connection resource that's associated with an App /// Runner service. The VPC Ingress Connection must be in one of the following states /// to be deleted: /// ///
  • /// /// AVAILABLE /// ///
  • /// /// FAILED_CREATION /// ///
  • /// /// FAILED_UPDATE /// ///
  • /// /// FAILED_DELETION /// ///
///
/// Container for the necessary parameters to execute the DeleteVpcIngressConnection service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteVpcIngressConnection service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DeleteVpcIngressConnection Operation Task DeleteVpcIngressConnectionAsync(DeleteVpcIngressConnectionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeAutoScalingConfiguration /// /// Return a full description of an App Runner automatic scaling configuration resource. /// /// Container for the necessary parameters to execute the DescribeAutoScalingConfiguration service method. /// /// The response from the DescribeAutoScalingConfiguration service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DescribeAutoScalingConfiguration Operation DescribeAutoScalingConfigurationResponse DescribeAutoScalingConfiguration(DescribeAutoScalingConfigurationRequest request); /// /// Return a full description of an App Runner automatic scaling configuration resource. /// /// Container for the necessary parameters to execute the DescribeAutoScalingConfiguration service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeAutoScalingConfiguration service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DescribeAutoScalingConfiguration Operation Task DescribeAutoScalingConfigurationAsync(DescribeAutoScalingConfigurationRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeCustomDomains /// /// Return a description of custom domain names that are associated with an App Runner /// service. /// /// Container for the necessary parameters to execute the DescribeCustomDomains service method. /// /// The response from the DescribeCustomDomains service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DescribeCustomDomains Operation DescribeCustomDomainsResponse DescribeCustomDomains(DescribeCustomDomainsRequest request); /// /// Return a description of custom domain names that are associated with an App Runner /// service. /// /// Container for the necessary parameters to execute the DescribeCustomDomains service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeCustomDomains service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DescribeCustomDomains Operation Task DescribeCustomDomainsAsync(DescribeCustomDomainsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeObservabilityConfiguration /// /// Return a full description of an App Runner observability configuration resource. /// /// Container for the necessary parameters to execute the DescribeObservabilityConfiguration service method. /// /// The response from the DescribeObservabilityConfiguration service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DescribeObservabilityConfiguration Operation DescribeObservabilityConfigurationResponse DescribeObservabilityConfiguration(DescribeObservabilityConfigurationRequest request); /// /// Return a full description of an App Runner observability configuration resource. /// /// Container for the necessary parameters to execute the DescribeObservabilityConfiguration service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeObservabilityConfiguration service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DescribeObservabilityConfiguration Operation Task DescribeObservabilityConfigurationAsync(DescribeObservabilityConfigurationRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeService /// /// Return a full description of an App Runner service. /// /// Container for the necessary parameters to execute the DescribeService service method. /// /// The response from the DescribeService service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DescribeService Operation DescribeServiceResponse DescribeService(DescribeServiceRequest request); /// /// Return a full description of an App Runner service. /// /// Container for the necessary parameters to execute the DescribeService service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeService service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DescribeService Operation Task DescribeServiceAsync(DescribeServiceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeVpcConnector /// /// Return a description of an App Runner VPC connector resource. /// /// Container for the necessary parameters to execute the DescribeVpcConnector service method. /// /// The response from the DescribeVpcConnector service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DescribeVpcConnector Operation DescribeVpcConnectorResponse DescribeVpcConnector(DescribeVpcConnectorRequest request); /// /// Return a description of an App Runner VPC connector resource. /// /// Container for the necessary parameters to execute the DescribeVpcConnector service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeVpcConnector service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DescribeVpcConnector Operation Task DescribeVpcConnectorAsync(DescribeVpcConnectorRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeVpcIngressConnection /// /// Return a full description of an App Runner VPC Ingress Connection resource. /// /// Container for the necessary parameters to execute the DescribeVpcIngressConnection service method. /// /// The response from the DescribeVpcIngressConnection service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DescribeVpcIngressConnection Operation DescribeVpcIngressConnectionResponse DescribeVpcIngressConnection(DescribeVpcIngressConnectionRequest request); /// /// Return a full description of an App Runner VPC Ingress Connection resource. /// /// Container for the necessary parameters to execute the DescribeVpcIngressConnection service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeVpcIngressConnection service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DescribeVpcIngressConnection Operation Task DescribeVpcIngressConnectionAsync(DescribeVpcIngressConnectionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DisassociateCustomDomain /// /// Disassociate a custom domain name from an App Runner service. /// /// /// /// Certificates tracking domain validity are associated with a custom domain and are /// stored in AWS Certificate /// Manager (ACM). These certificates aren't deleted as part of this action. App Runner /// delays certificate deletion for 30 days after a domain is disassociated from your /// service. /// /// /// Container for the necessary parameters to execute the DisassociateCustomDomain service method. /// /// The response from the DisassociateCustomDomain service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DisassociateCustomDomain Operation DisassociateCustomDomainResponse DisassociateCustomDomain(DisassociateCustomDomainRequest request); /// /// Disassociate a custom domain name from an App Runner service. /// /// /// /// Certificates tracking domain validity are associated with a custom domain and are /// stored in AWS Certificate /// Manager (ACM). These certificates aren't deleted as part of this action. App Runner /// delays certificate deletion for 30 days after a domain is disassociated from your /// service. /// /// /// Container for the necessary parameters to execute the DisassociateCustomDomain service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DisassociateCustomDomain service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for DisassociateCustomDomain Operation Task DisassociateCustomDomainAsync(DisassociateCustomDomainRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListAutoScalingConfigurations /// /// Returns a list of active App Runner automatic scaling configurations in your Amazon /// Web Services account. You can query the revisions for a specific configuration name /// or the revisions for all active configurations in your account. You can optionally /// query only the latest revision of each requested name. /// /// /// /// To retrieve a full description of a particular configuration revision, call and provide /// one of the ARNs returned by ListAutoScalingConfigurations. /// /// /// Container for the necessary parameters to execute the ListAutoScalingConfigurations service method. /// /// The response from the ListAutoScalingConfigurations service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// REST API Reference for ListAutoScalingConfigurations Operation ListAutoScalingConfigurationsResponse ListAutoScalingConfigurations(ListAutoScalingConfigurationsRequest request); /// /// Returns a list of active App Runner automatic scaling configurations in your Amazon /// Web Services account. You can query the revisions for a specific configuration name /// or the revisions for all active configurations in your account. You can optionally /// query only the latest revision of each requested name. /// /// /// /// To retrieve a full description of a particular configuration revision, call and provide /// one of the ARNs returned by ListAutoScalingConfigurations. /// /// /// Container for the necessary parameters to execute the ListAutoScalingConfigurations service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListAutoScalingConfigurations service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// REST API Reference for ListAutoScalingConfigurations Operation Task ListAutoScalingConfigurationsAsync(ListAutoScalingConfigurationsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListConnections /// /// Returns a list of App Runner connections that are associated with your Amazon Web /// Services account. /// /// Container for the necessary parameters to execute the ListConnections service method. /// /// The response from the ListConnections service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// REST API Reference for ListConnections Operation ListConnectionsResponse ListConnections(ListConnectionsRequest request); /// /// Returns a list of App Runner connections that are associated with your Amazon Web /// Services account. /// /// Container for the necessary parameters to execute the ListConnections service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListConnections service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// REST API Reference for ListConnections Operation Task ListConnectionsAsync(ListConnectionsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListObservabilityConfigurations /// /// Returns a list of active App Runner observability configurations in your Amazon Web /// Services account. You can query the revisions for a specific configuration name or /// the revisions for all active configurations in your account. You can optionally query /// only the latest revision of each requested name. /// /// /// /// To retrieve a full description of a particular configuration revision, call and provide /// one of the ARNs returned by ListObservabilityConfigurations. /// /// /// Container for the necessary parameters to execute the ListObservabilityConfigurations service method. /// /// The response from the ListObservabilityConfigurations service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// REST API Reference for ListObservabilityConfigurations Operation ListObservabilityConfigurationsResponse ListObservabilityConfigurations(ListObservabilityConfigurationsRequest request); /// /// Returns a list of active App Runner observability configurations in your Amazon Web /// Services account. You can query the revisions for a specific configuration name or /// the revisions for all active configurations in your account. You can optionally query /// only the latest revision of each requested name. /// /// /// /// To retrieve a full description of a particular configuration revision, call and provide /// one of the ARNs returned by ListObservabilityConfigurations. /// /// /// Container for the necessary parameters to execute the ListObservabilityConfigurations service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListObservabilityConfigurations service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// REST API Reference for ListObservabilityConfigurations Operation Task ListObservabilityConfigurationsAsync(ListObservabilityConfigurationsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListOperations /// /// Return a list of operations that occurred on an App Runner service. /// /// /// /// The resulting list of OperationSummary objects is sorted in reverse chronological /// order. The first object on the list represents the last started operation. /// /// /// Container for the necessary parameters to execute the ListOperations service method. /// /// The response from the ListOperations service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for ListOperations Operation ListOperationsResponse ListOperations(ListOperationsRequest request); /// /// Return a list of operations that occurred on an App Runner service. /// /// /// /// The resulting list of OperationSummary objects is sorted in reverse chronological /// order. The first object on the list represents the last started operation. /// /// /// Container for the necessary parameters to execute the ListOperations service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListOperations service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for ListOperations Operation Task ListOperationsAsync(ListOperationsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListServices /// /// Returns a list of running App Runner services in your Amazon Web Services account. /// /// Container for the necessary parameters to execute the ListServices service method. /// /// The response from the ListServices service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// REST API Reference for ListServices Operation ListServicesResponse ListServices(ListServicesRequest request); /// /// Returns a list of running App Runner services in your Amazon Web Services account. /// /// Container for the necessary parameters to execute the ListServices service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListServices service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// REST API Reference for ListServices Operation Task ListServicesAsync(ListServicesRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListTagsForResource /// /// List tags that are associated with for an App Runner resource. The response contains /// a list of tag key-value pairs. /// /// Container for the necessary parameters to execute the ListTagsForResource service method. /// /// The response from the ListTagsForResource service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for ListTagsForResource Operation ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request); /// /// List tags that are associated with for an App Runner resource. The response contains /// a list of tag key-value pairs. /// /// Container for the necessary parameters to execute the ListTagsForResource service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListTagsForResource service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for ListTagsForResource Operation Task ListTagsForResourceAsync(ListTagsForResourceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListVpcConnectors /// /// Returns a list of App Runner VPC connectors in your Amazon Web Services account. /// /// Container for the necessary parameters to execute the ListVpcConnectors service method. /// /// The response from the ListVpcConnectors service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// REST API Reference for ListVpcConnectors Operation ListVpcConnectorsResponse ListVpcConnectors(ListVpcConnectorsRequest request); /// /// Returns a list of App Runner VPC connectors in your Amazon Web Services account. /// /// Container for the necessary parameters to execute the ListVpcConnectors service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListVpcConnectors service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// REST API Reference for ListVpcConnectors Operation Task ListVpcConnectorsAsync(ListVpcConnectorsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListVpcIngressConnections /// /// Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account. /// /// Container for the necessary parameters to execute the ListVpcIngressConnections service method. /// /// The response from the ListVpcIngressConnections service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// REST API Reference for ListVpcIngressConnections Operation ListVpcIngressConnectionsResponse ListVpcIngressConnections(ListVpcIngressConnectionsRequest request); /// /// Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account. /// /// Container for the necessary parameters to execute the ListVpcIngressConnections service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListVpcIngressConnections service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// REST API Reference for ListVpcIngressConnections Operation Task ListVpcIngressConnectionsAsync(ListVpcIngressConnectionsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region PauseService /// /// Pause an active App Runner service. App Runner reduces compute capacity for the service /// to zero and loses state (for example, ephemeral storage is removed). /// /// /// /// This is an asynchronous operation. On a successful call, you can use the returned /// OperationId and the ListOperations call to track the operation's /// progress. /// /// /// Container for the necessary parameters to execute the PauseService service method. /// /// The response from the PauseService service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for PauseService Operation PauseServiceResponse PauseService(PauseServiceRequest request); /// /// Pause an active App Runner service. App Runner reduces compute capacity for the service /// to zero and loses state (for example, ephemeral storage is removed). /// /// /// /// This is an asynchronous operation. On a successful call, you can use the returned /// OperationId and the ListOperations call to track the operation's /// progress. /// /// /// Container for the necessary parameters to execute the PauseService service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the PauseService service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for PauseService Operation Task PauseServiceAsync(PauseServiceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ResumeService /// /// Resume an active App Runner service. App Runner provisions compute capacity for the /// service. /// /// /// /// This is an asynchronous operation. On a successful call, you can use the returned /// OperationId and the ListOperations call to track the operation's /// progress. /// /// /// Container for the necessary parameters to execute the ResumeService service method. /// /// The response from the ResumeService service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for ResumeService Operation ResumeServiceResponse ResumeService(ResumeServiceRequest request); /// /// Resume an active App Runner service. App Runner provisions compute capacity for the /// service. /// /// /// /// This is an asynchronous operation. On a successful call, you can use the returned /// OperationId and the ListOperations call to track the operation's /// progress. /// /// /// Container for the necessary parameters to execute the ResumeService service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ResumeService service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for ResumeService Operation Task ResumeServiceAsync(ResumeServiceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region StartDeployment /// /// 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 service. /// /// /// /// For a source code repository, App Runner retrieves the commit and builds a Docker /// image. For a source image repository, App Runner retrieves the latest Docker image. /// In both cases, App Runner then deploys the new image to your service and starts a /// new container instance. /// /// /// /// This is an asynchronous operation. On a successful call, you can use the returned /// OperationId and the ListOperations call to track the operation's /// progress. /// /// /// Container for the necessary parameters to execute the StartDeployment service method. /// /// The response from the StartDeployment service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for StartDeployment Operation StartDeploymentResponse StartDeployment(StartDeploymentRequest request); /// /// 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 service. /// /// /// /// For a source code repository, App Runner retrieves the commit and builds a Docker /// image. For a source image repository, App Runner retrieves the latest Docker image. /// In both cases, App Runner then deploys the new image to your service and starts a /// new container instance. /// /// /// /// This is an asynchronous operation. On a successful call, you can use the returned /// OperationId and the ListOperations call to track the operation's /// progress. /// /// /// Container for the necessary parameters to execute the StartDeployment service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the StartDeployment service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for StartDeployment Operation Task StartDeploymentAsync(StartDeploymentRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region TagResource /// /// Add tags to, or update the tag values of, an App Runner resource. A tag is a key-value /// pair. /// /// Container for the necessary parameters to execute the TagResource service method. /// /// The response from the TagResource service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for TagResource Operation TagResourceResponse TagResource(TagResourceRequest request); /// /// Add tags to, or update the tag values of, an App Runner resource. A tag is a key-value /// pair. /// /// Container for the necessary parameters to execute the TagResource service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the TagResource service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for TagResource Operation Task TagResourceAsync(TagResourceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UntagResource /// /// Remove tags from an App Runner resource. /// /// Container for the necessary parameters to execute the UntagResource service method. /// /// The response from the UntagResource service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for UntagResource Operation UntagResourceResponse UntagResource(UntagResourceRequest request); /// /// Remove tags from an App Runner resource. /// /// Container for the necessary parameters to execute the UntagResource service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UntagResource service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for UntagResource Operation Task UntagResourceAsync(UntagResourceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateService /// /// 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 scaling configuration /// resource that's associated with the service. However, you can't change the name or /// the encryption configuration of the service. These can be set only when you create /// the service. /// /// /// /// To update the tags applied to your service, use the separate actions TagResource /// and UntagResource. /// /// /// /// This is an asynchronous operation. On a successful call, you can use the returned /// OperationId and the ListOperations call to track the operation's /// progress. /// /// /// Container for the necessary parameters to execute the UpdateService service method. /// /// The response from the UpdateService service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for UpdateService Operation UpdateServiceResponse UpdateService(UpdateServiceRequest request); /// /// 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 scaling configuration /// resource that's associated with the service. However, you can't change the name or /// the encryption configuration of the service. These can be set only when you create /// the service. /// /// /// /// To update the tags applied to your service, use the separate actions TagResource /// and UntagResource. /// /// /// /// This is an asynchronous operation. On a successful call, you can use the returned /// OperationId and the ListOperations call to track the operation's /// progress. /// /// /// Container for the necessary parameters to execute the UpdateService service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateService service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for UpdateService Operation Task UpdateServiceAsync(UpdateServiceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateVpcIngressConnection /// /// Update an existing App Runner VPC Ingress Connection resource. The VPC Ingress Connection /// must be in one of the following states to be updated: /// ///
  • /// /// AVAILABLE /// ///
  • /// /// FAILED_CREATION /// ///
  • /// /// FAILED_UPDATE /// ///
///
/// Container for the necessary parameters to execute the UpdateVpcIngressConnection service method. /// /// The response from the UpdateVpcIngressConnection service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for UpdateVpcIngressConnection Operation UpdateVpcIngressConnectionResponse UpdateVpcIngressConnection(UpdateVpcIngressConnectionRequest request); /// /// Update an existing App Runner VPC Ingress Connection resource. The VPC Ingress Connection /// must be in one of the following states to be updated: /// ///
  • /// /// AVAILABLE /// ///
  • /// /// FAILED_CREATION /// ///
  • /// /// FAILED_UPDATE /// ///
///
/// Container for the necessary parameters to execute the UpdateVpcIngressConnection service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateVpcIngressConnection service method, as returned by AppRunner. /// /// An unexpected service exception occurred. /// /// /// 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. /// /// /// You can't perform this action when the resource is in its current state. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon /// Web Services account. /// /// REST API Reference for UpdateVpcIngressConnection Operation Task UpdateVpcIngressConnectionAsync(UpdateVpcIngressConnectionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion } }