libZSservicesZSamazonka-apprunnerZSamazonka-apprunner
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppRunner

Description

Derived from API version 2020-05-15 of the AWS service descriptions, licensed under Apache 2.0.

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.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2020-05-15 of the Amazon App Runner SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by AppRunner.

InvalidRequestException

_InvalidRequestException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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.

ServiceQuotaExceededException

_ServiceQuotaExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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.

InternalServiceErrorException

_InternalServiceErrorException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An unexpected service exception occurred.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.

InvalidStateException

_InvalidStateException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You can't perform this action when the resource is in its current state.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

ListServices

data ListServices Source #

See: newListServices smart constructor.

Instances

Instances details
Eq ListServices Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

Read ListServices Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

Show ListServices Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

Generic ListServices Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

Associated Types

type Rep ListServices :: Type -> Type #

NFData ListServices Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

Methods

rnf :: ListServices -> () #

Hashable ListServices Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

ToJSON ListServices Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

AWSRequest ListServices Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

Associated Types

type AWSResponse ListServices #

ToHeaders ListServices Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

ToPath ListServices Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

ToQuery ListServices Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

type Rep ListServices Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

type Rep ListServices = D1 ('MetaData "ListServices" "Amazonka.AppRunner.ListServices" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "ListServices'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListServices Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

newListServices :: ListServices Source #

Create a value of ListServices with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListServices', listServices_nextToken - A token from a previous result page. Used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones specified in the initial request.

If you don't specify NextToken, the request retrieves the first result page.

$sel:maxResults:ListServices', listServices_maxResults - The maximum number of results to include in each response (result page). It's used for a paginated request.

If you don't specify MaxResults, the request retrieves all available results in a single response.

data ListServicesResponse Source #

See: newListServicesResponse smart constructor.

Instances

Instances details
Eq ListServicesResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

Read ListServicesResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

Show ListServicesResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

Generic ListServicesResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

Associated Types

type Rep ListServicesResponse :: Type -> Type #

NFData ListServicesResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

Methods

rnf :: ListServicesResponse -> () #

type Rep ListServicesResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListServices

type Rep ListServicesResponse = D1 ('MetaData "ListServicesResponse" "Amazonka.AppRunner.ListServices" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "ListServicesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "serviceSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ServiceSummary]))))

newListServicesResponse Source #

Create a value of ListServicesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListServices', listServicesResponse_nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

$sel:httpStatus:ListServicesResponse', listServicesResponse_httpStatus - The response's http status code.

$sel:serviceSummaryList:ListServicesResponse', listServicesResponse_serviceSummaryList - A list of service summary information records. In a paginated request, the request returns up to MaxResults records for each call.

ResumeService

data ResumeService Source #

See: newResumeService smart constructor.

Constructors

ResumeService' Text 

Instances

Instances details
Eq ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Read ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Show ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Generic ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Associated Types

type Rep ResumeService :: Type -> Type #

NFData ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Methods

rnf :: ResumeService -> () #

Hashable ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

ToJSON ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

AWSRequest ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Associated Types

type AWSResponse ResumeService #

ToHeaders ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

ToPath ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

ToQuery ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

type Rep ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

type Rep ResumeService = D1 ('MetaData "ResumeService" "Amazonka.AppRunner.ResumeService" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "ResumeService'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ResumeService Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

newResumeService Source #

Create a value of ResumeService with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serviceArn:ResumeService', resumeService_serviceArn - The Amazon Resource Name (ARN) of the App Runner service that you want to resume.

data ResumeServiceResponse Source #

See: newResumeServiceResponse smart constructor.

Instances

Instances details
Eq ResumeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Show ResumeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Generic ResumeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Associated Types

type Rep ResumeServiceResponse :: Type -> Type #

NFData ResumeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

Methods

rnf :: ResumeServiceResponse -> () #

type Rep ResumeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ResumeService

type Rep ResumeServiceResponse = D1 ('MetaData "ResumeServiceResponse" "Amazonka.AppRunner.ResumeService" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "ResumeServiceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "service") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Service))))

newResumeServiceResponse Source #

Create a value of ResumeServiceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operationId:ResumeServiceResponse', resumeServiceResponse_operationId - The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.

$sel:httpStatus:ResumeServiceResponse', resumeServiceResponse_httpStatus - The response's http status code.

$sel:service:ResumeServiceResponse', resumeServiceResponse_service - A description of the App Runner service that this request just resumed.

DeleteService

data DeleteService Source #

See: newDeleteService smart constructor.

Constructors

DeleteService' Text 

Instances

Instances details
Eq DeleteService Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteService

Read DeleteService Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteService

Show DeleteService Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteService

Generic DeleteService Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteService

Associated Types

type Rep DeleteService :: Type -> Type #

NFData DeleteService Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteService

Methods

rnf :: DeleteService -> () #

Hashable DeleteService Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteService

ToJSON DeleteService Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteService

AWSRequest DeleteService Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteService

Associated Types

type AWSResponse DeleteService #

ToHeaders DeleteService Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteService

ToPath DeleteService Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteService

ToQuery DeleteService Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteService

type Rep DeleteService Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteService

type Rep DeleteService = D1 ('MetaData "DeleteService" "Amazonka.AppRunner.DeleteService" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "DeleteService'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteService Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteService

newDeleteService Source #

Create a value of DeleteService with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serviceArn:DeleteService', deleteService_serviceArn - The Amazon Resource Name (ARN) of the App Runner service that you want to delete.

data DeleteServiceResponse Source #

See: newDeleteServiceResponse smart constructor.

Instances

Instances details
Eq DeleteServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteService

Show DeleteServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteService

Generic DeleteServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteService

Associated Types

type Rep DeleteServiceResponse :: Type -> Type #

NFData DeleteServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteService

Methods

rnf :: DeleteServiceResponse -> () #

type Rep DeleteServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteService

type Rep DeleteServiceResponse = D1 ('MetaData "DeleteServiceResponse" "Amazonka.AppRunner.DeleteService" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "DeleteServiceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "service") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Service) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteServiceResponse Source #

Create a value of DeleteServiceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteServiceResponse', deleteServiceResponse_httpStatus - The response's http status code.

$sel:service:DeleteServiceResponse', deleteServiceResponse_service - A description of the App Runner service that this request just deleted.

$sel:operationId:DeleteServiceResponse', deleteServiceResponse_operationId - The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.

UpdateService

data UpdateService Source #

See: newUpdateService smart constructor.

Instances

Instances details
Eq UpdateService Source # 
Instance details

Defined in Amazonka.AppRunner.UpdateService

Show UpdateService Source # 
Instance details

Defined in Amazonka.AppRunner.UpdateService

Generic UpdateService Source # 
Instance details

Defined in Amazonka.AppRunner.UpdateService

Associated Types

type Rep UpdateService :: Type -> Type #

NFData UpdateService Source # 
Instance details

Defined in Amazonka.AppRunner.UpdateService

Methods

rnf :: UpdateService -> () #

Hashable UpdateService Source # 
Instance details

Defined in Amazonka.AppRunner.UpdateService

ToJSON UpdateService Source # 
Instance details

Defined in Amazonka.AppRunner.UpdateService

AWSRequest UpdateService Source # 
Instance details

Defined in Amazonka.AppRunner.UpdateService

Associated Types

type AWSResponse UpdateService #

ToHeaders UpdateService Source # 
Instance details

Defined in Amazonka.AppRunner.UpdateService

ToPath UpdateService Source # 
Instance details

Defined in Amazonka.AppRunner.UpdateService

ToQuery UpdateService Source # 
Instance details

Defined in Amazonka.AppRunner.UpdateService

type Rep UpdateService Source # 
Instance details

Defined in Amazonka.AppRunner.UpdateService

type Rep UpdateService = D1 ('MetaData "UpdateService" "Amazonka.AppRunner.UpdateService" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "UpdateService'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "autoScalingConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "healthCheckConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HealthCheckConfiguration))) :*: (S1 ('MetaSel ('Just "sourceConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceConfiguration)) :*: (S1 ('MetaSel ('Just "instanceConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceConfiguration)) :*: S1 ('MetaSel ('Just "serviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateService Source # 
Instance details

Defined in Amazonka.AppRunner.UpdateService

newUpdateService Source #

Create a value of UpdateService with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoScalingConfigurationArn:UpdateService', updateService_autoScalingConfigurationArn - The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with your service.

$sel:healthCheckConfiguration:UpdateService', updateService_healthCheckConfiguration - The settings for the health check that App Runner performs to monitor the health of your service.

$sel:sourceConfiguration:UpdateService', updateService_sourceConfiguration - The source configuration to apply to the App Runner service.

You can change the configuration of the code or image repository that the service uses. However, you can't switch from code to image or the other way around. This means that you must provide the same structure member of SourceConfiguration that you originally included when you created the service. Specifically, you can include either CodeRepository or ImageRepository. To update the source configuration, set the values to members of the structure that you include.

$sel:instanceConfiguration:UpdateService', updateService_instanceConfiguration - The runtime configuration to apply to instances (scaling units) of the App Runner service.

$sel:serviceArn:UpdateService', updateService_serviceArn - The Amazon Resource Name (ARN) of the App Runner service that you want to update.

data UpdateServiceResponse Source #

See: newUpdateServiceResponse smart constructor.

Instances

Instances details
Eq UpdateServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.UpdateService

Show UpdateServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.UpdateService

Generic UpdateServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.UpdateService

Associated Types

type Rep UpdateServiceResponse :: Type -> Type #

NFData UpdateServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.UpdateService

Methods

rnf :: UpdateServiceResponse -> () #

type Rep UpdateServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.UpdateService

type Rep UpdateServiceResponse = D1 ('MetaData "UpdateServiceResponse" "Amazonka.AppRunner.UpdateService" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "UpdateServiceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "service") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Service) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateServiceResponse Source #

Create a value of UpdateServiceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UpdateServiceResponse', updateServiceResponse_httpStatus - The response's http status code.

$sel:service:UpdateServiceResponse', updateServiceResponse_service - A description of the App Runner service updated by this request. All configuration values in the returned Service structure reflect configuration changes that are being applied by this request.

$sel:operationId:UpdateServiceResponse', updateServiceResponse_operationId - The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.

ListOperations

data ListOperations Source #

See: newListOperations smart constructor.

Instances

Instances details
Eq ListOperations Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

Read ListOperations Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

Show ListOperations Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

Generic ListOperations Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

Associated Types

type Rep ListOperations :: Type -> Type #

NFData ListOperations Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

Methods

rnf :: ListOperations -> () #

Hashable ListOperations Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

ToJSON ListOperations Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

AWSRequest ListOperations Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

Associated Types

type AWSResponse ListOperations #

ToHeaders ListOperations Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

ToPath ListOperations Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

ToQuery ListOperations Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

type Rep ListOperations Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

type Rep ListOperations = D1 ('MetaData "ListOperations" "Amazonka.AppRunner.ListOperations" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "ListOperations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "serviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListOperations Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

newListOperations Source #

Create a value of ListOperations with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListOperations', listOperations_nextToken - A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones specified in the initial request.

If you don't specify NextToken, the request retrieves the first result page.

$sel:maxResults:ListOperations', listOperations_maxResults - The maximum number of results to include in each response (result page). It's used for a paginated request.

If you don't specify MaxResults, the request retrieves all available results in a single response.

$sel:serviceArn:ListOperations', listOperations_serviceArn - The Amazon Resource Name (ARN) of the App Runner service that you want a list of operations for.

data ListOperationsResponse Source #

See: newListOperationsResponse smart constructor.

Instances

Instances details
Eq ListOperationsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

Read ListOperationsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

Show ListOperationsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

Generic ListOperationsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

Associated Types

type Rep ListOperationsResponse :: Type -> Type #

NFData ListOperationsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

Methods

rnf :: ListOperationsResponse -> () #

type Rep ListOperationsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListOperations

type Rep ListOperationsResponse = D1 ('MetaData "ListOperationsResponse" "Amazonka.AppRunner.ListOperations" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "ListOperationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "operationSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OperationSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListOperationsResponse Source #

Create a value of ListOperationsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListOperations', listOperationsResponse_nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

$sel:operationSummaryList:ListOperationsResponse', listOperationsResponse_operationSummaryList - A list of operation summary information records. In a paginated request, the request returns up to MaxResults records for each call.

$sel:httpStatus:ListOperationsResponse', listOperationsResponse_httpStatus - The response's http status code.

AssociateCustomDomain

data AssociateCustomDomain Source #

See: newAssociateCustomDomain smart constructor.

Instances

Instances details
Eq AssociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

Read AssociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

Show AssociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

Generic AssociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

Associated Types

type Rep AssociateCustomDomain :: Type -> Type #

NFData AssociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

Methods

rnf :: AssociateCustomDomain -> () #

Hashable AssociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

ToJSON AssociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

AWSRequest AssociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

Associated Types

type AWSResponse AssociateCustomDomain #

ToHeaders AssociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

ToPath AssociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

ToQuery AssociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

type Rep AssociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

type Rep AssociateCustomDomain = D1 ('MetaData "AssociateCustomDomain" "Amazonka.AppRunner.AssociateCustomDomain" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "AssociateCustomDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableWWWSubdomain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "serviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse AssociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

newAssociateCustomDomain Source #

Create a value of AssociateCustomDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enableWWWSubdomain:AssociateCustomDomain', associateCustomDomain_enableWWWSubdomain - Set to true to associate the subdomain www.DomainName with the App Runner service in addition to the base domain.

Default: true

$sel:serviceArn:AssociateCustomDomain', associateCustomDomain_serviceArn - The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name with.

$sel:domainName:AssociateCustomDomain', associateCustomDomain_domainName - A custom domain endpoint to associate. Specify a root domain (for example, example.com), a subdomain (for example, login.example.com or admin.login.example.com), or a wildcard (for example, *.example.com).

data AssociateCustomDomainResponse Source #

See: newAssociateCustomDomainResponse smart constructor.

Instances

Instances details
Eq AssociateCustomDomainResponse Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

Read AssociateCustomDomainResponse Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

Show AssociateCustomDomainResponse Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

Generic AssociateCustomDomainResponse Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

Associated Types

type Rep AssociateCustomDomainResponse :: Type -> Type #

NFData AssociateCustomDomainResponse Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

type Rep AssociateCustomDomainResponse Source # 
Instance details

Defined in Amazonka.AppRunner.AssociateCustomDomain

type Rep AssociateCustomDomainResponse = D1 ('MetaData "AssociateCustomDomainResponse" "Amazonka.AppRunner.AssociateCustomDomain" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "AssociateCustomDomainResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "dNSTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "serviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "customDomain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CustomDomain))))

newAssociateCustomDomainResponse Source #

Create a value of AssociateCustomDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:AssociateCustomDomainResponse', associateCustomDomainResponse_httpStatus - The response's http status code.

$sel:dNSTarget:AssociateCustomDomainResponse', associateCustomDomainResponse_dNSTarget - The App Runner subdomain of the App Runner service. The custom domain name is mapped to this target name.

$sel:serviceArn:AssociateCustomDomain', associateCustomDomainResponse_serviceArn - The Amazon Resource Name (ARN) of the App Runner service with which a custom domain name is associated.

$sel:customDomain:AssociateCustomDomainResponse', associateCustomDomainResponse_customDomain - A description of the domain name that's being associated.

ListConnections

data ListConnections Source #

See: newListConnections smart constructor.

Instances

Instances details
Eq ListConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

Read ListConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

Show ListConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

Generic ListConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

Associated Types

type Rep ListConnections :: Type -> Type #

NFData ListConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

Methods

rnf :: ListConnections -> () #

Hashable ListConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

ToJSON ListConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

AWSRequest ListConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

Associated Types

type AWSResponse ListConnections #

ToHeaders ListConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

ToPath ListConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

ToQuery ListConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

type Rep ListConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

type Rep ListConnections = D1 ('MetaData "ListConnections" "Amazonka.AppRunner.ListConnections" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "ListConnections'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListConnections Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

newListConnections :: ListConnections Source #

Create a value of ListConnections with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:connectionName:ListConnections', listConnections_connectionName - If specified, only this connection is returned. If not specified, the result isn't filtered by name.

$sel:nextToken:ListConnections', listConnections_nextToken - A token from a previous result page. Used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones specified in the initial request.

If you don't specify NextToken, the request retrieves the first result page.

$sel:maxResults:ListConnections', listConnections_maxResults - The maximum number of results to include in each response (result page). Used for a paginated request.

If you don't specify MaxResults, the request retrieves all available results in a single response.

data ListConnectionsResponse Source #

See: newListConnectionsResponse smart constructor.

Instances

Instances details
Eq ListConnectionsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

Read ListConnectionsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

Show ListConnectionsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

Generic ListConnectionsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

Associated Types

type Rep ListConnectionsResponse :: Type -> Type #

NFData ListConnectionsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

Methods

rnf :: ListConnectionsResponse -> () #

type Rep ListConnectionsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListConnections

type Rep ListConnectionsResponse = D1 ('MetaData "ListConnectionsResponse" "Amazonka.AppRunner.ListConnections" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "ListConnectionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "connectionSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ConnectionSummary]))))

newListConnectionsResponse Source #

Create a value of ListConnectionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListConnections', listConnectionsResponse_nextToken - The token that you can pass in a subsequent request to get the next result page. Returned in a paginated request.

$sel:httpStatus:ListConnectionsResponse', listConnectionsResponse_httpStatus - The response's http status code.

$sel:connectionSummaryList:ListConnectionsResponse', listConnectionsResponse_connectionSummaryList - A list of summary information records for connections. In a paginated request, the request returns up to MaxResults records for each call.

DeleteConnection

data DeleteConnection Source #

See: newDeleteConnection smart constructor.

Constructors

DeleteConnection' Text 

Instances

Instances details
Eq DeleteConnection Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

Read DeleteConnection Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

Show DeleteConnection Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

Generic DeleteConnection Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

Associated Types

type Rep DeleteConnection :: Type -> Type #

NFData DeleteConnection Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

Methods

rnf :: DeleteConnection -> () #

Hashable DeleteConnection Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

ToJSON DeleteConnection Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

AWSRequest DeleteConnection Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

Associated Types

type AWSResponse DeleteConnection #

ToHeaders DeleteConnection Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

ToPath DeleteConnection Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

ToQuery DeleteConnection Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

type Rep DeleteConnection Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

type Rep DeleteConnection = D1 ('MetaData "DeleteConnection" "Amazonka.AppRunner.DeleteConnection" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "DeleteConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteConnection Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

newDeleteConnection Source #

Create a value of DeleteConnection with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:connectionArn:DeleteConnection', deleteConnection_connectionArn - The Amazon Resource Name (ARN) of the App Runner connection that you want to delete.

data DeleteConnectionResponse Source #

See: newDeleteConnectionResponse smart constructor.

Instances

Instances details
Eq DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

Read DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

Show DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

Generic DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

Associated Types

type Rep DeleteConnectionResponse :: Type -> Type #

NFData DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

type Rep DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteConnection

type Rep DeleteConnectionResponse = D1 ('MetaData "DeleteConnectionResponse" "Amazonka.AppRunner.DeleteConnection" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "DeleteConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Connection)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteConnectionResponse Source #

Create a value of DeleteConnectionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:connection:DeleteConnectionResponse', deleteConnectionResponse_connection - A description of the App Runner connection that this request just deleted.

$sel:httpStatus:DeleteConnectionResponse', deleteConnectionResponse_httpStatus - The response's http status code.

DescribeAutoScalingConfiguration

data DescribeAutoScalingConfiguration Source #

See: newDescribeAutoScalingConfiguration smart constructor.

Instances

Instances details
Eq DescribeAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

Read DescribeAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

Show DescribeAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

Generic DescribeAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

Associated Types

type Rep DescribeAutoScalingConfiguration :: Type -> Type #

NFData DescribeAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

Hashable DescribeAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

ToJSON DescribeAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

AWSRequest DescribeAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

ToHeaders DescribeAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

ToPath DescribeAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

ToQuery DescribeAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

type Rep DescribeAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

type Rep DescribeAutoScalingConfiguration = D1 ('MetaData "DescribeAutoScalingConfiguration" "Amazonka.AppRunner.DescribeAutoScalingConfiguration" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "DescribeAutoScalingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoScalingConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

newDescribeAutoScalingConfiguration Source #

Create a value of DescribeAutoScalingConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoScalingConfigurationArn:DescribeAutoScalingConfiguration', describeAutoScalingConfiguration_autoScalingConfigurationArn - The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want a description for.

The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either .../name or .../name/revision . If a revision isn't specified, the latest active revision is described.

data DescribeAutoScalingConfigurationResponse Source #

Instances

Instances details
Eq DescribeAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

Read DescribeAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

Show DescribeAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

Generic DescribeAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

NFData DescribeAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

type Rep DescribeAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeAutoScalingConfiguration

type Rep DescribeAutoScalingConfigurationResponse = D1 ('MetaData "DescribeAutoScalingConfigurationResponse" "Amazonka.AppRunner.DescribeAutoScalingConfiguration" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "DescribeAutoScalingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "autoScalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoScalingConfiguration)))

newDescribeAutoScalingConfigurationResponse Source #

Create a value of DescribeAutoScalingConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DescribeAutoScalingConfigurationResponse', describeAutoScalingConfigurationResponse_httpStatus - The response's http status code.

$sel:autoScalingConfiguration:DescribeAutoScalingConfigurationResponse', describeAutoScalingConfigurationResponse_autoScalingConfiguration - A full description of the App Runner auto scaling configuration that you specified in this request.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.AppRunner.ListTagsForResource" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

newListTagsForResource Source #

Create a value of ListTagsForResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) of the resource that a tag list is requested for.

It must be the ARN of an App Runner resource.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.AppRunner.ListTagsForResource" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - A list of the tag key-value pairs that are associated with the resource.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

CreateConnection

data CreateConnection Source #

See: newCreateConnection smart constructor.

Instances

Instances details
Eq CreateConnection Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

Read CreateConnection Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

Show CreateConnection Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

Generic CreateConnection Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

Associated Types

type Rep CreateConnection :: Type -> Type #

NFData CreateConnection Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

Methods

rnf :: CreateConnection -> () #

Hashable CreateConnection Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

ToJSON CreateConnection Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

AWSRequest CreateConnection Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

Associated Types

type AWSResponse CreateConnection #

ToHeaders CreateConnection Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

ToPath CreateConnection Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

ToQuery CreateConnection Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

type Rep CreateConnection Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

type Rep CreateConnection = D1 ('MetaData "CreateConnection" "Amazonka.AppRunner.CreateConnection" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "CreateConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "connectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "providerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProviderType))))
type AWSResponse CreateConnection Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

newCreateConnection Source #

Create a value of CreateConnection with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:CreateConnection', createConnection_tags - A list of metadata items that you can associate with your connection resource. A tag is a key-value pair.

$sel:connectionName:CreateConnection', createConnection_connectionName - A name for the new connection. It must be unique across all App Runner connections for the Amazon Web Services account in the Amazon Web Services Region.

$sel:providerType:CreateConnection', createConnection_providerType - The source repository provider.

data CreateConnectionResponse Source #

See: newCreateConnectionResponse smart constructor.

Instances

Instances details
Eq CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

Read CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

Show CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

Generic CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

Associated Types

type Rep CreateConnectionResponse :: Type -> Type #

NFData CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

type Rep CreateConnectionResponse Source # 
Instance details

Defined in Amazonka.AppRunner.CreateConnection

type Rep CreateConnectionResponse = D1 ('MetaData "CreateConnectionResponse" "Amazonka.AppRunner.CreateConnection" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "CreateConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "connection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Connection)))

newCreateConnectionResponse Source #

Create a value of CreateConnectionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:CreateConnectionResponse', createConnectionResponse_httpStatus - The response's http status code.

$sel:connection:CreateConnectionResponse', createConnectionResponse_connection - A description of the App Runner connection that's created by this request.

DescribeCustomDomains

data DescribeCustomDomains Source #

See: newDescribeCustomDomains smart constructor.

Instances

Instances details
Eq DescribeCustomDomains Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

Read DescribeCustomDomains Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

Show DescribeCustomDomains Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

Generic DescribeCustomDomains Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

Associated Types

type Rep DescribeCustomDomains :: Type -> Type #

NFData DescribeCustomDomains Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

Methods

rnf :: DescribeCustomDomains -> () #

Hashable DescribeCustomDomains Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

ToJSON DescribeCustomDomains Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

AWSRequest DescribeCustomDomains Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

Associated Types

type AWSResponse DescribeCustomDomains #

ToHeaders DescribeCustomDomains Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

ToPath DescribeCustomDomains Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

ToQuery DescribeCustomDomains Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

type Rep DescribeCustomDomains Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

type Rep DescribeCustomDomains = D1 ('MetaData "DescribeCustomDomains" "Amazonka.AppRunner.DescribeCustomDomains" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "DescribeCustomDomains'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "serviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeCustomDomains Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

newDescribeCustomDomains Source #

Create a value of DescribeCustomDomains with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeCustomDomains', describeCustomDomains_nextToken - A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.

If you don't specify NextToken, the request retrieves the first result page.

$sel:maxResults:DescribeCustomDomains', describeCustomDomains_maxResults - The maximum number of results that each response (result page) can include. It's used for a paginated request.

If you don't specify MaxResults, the request retrieves all available results in a single response.

$sel:serviceArn:DescribeCustomDomains', describeCustomDomains_serviceArn - The Amazon Resource Name (ARN) of the App Runner service that you want associated custom domain names to be described for.

data DescribeCustomDomainsResponse Source #

See: newDescribeCustomDomainsResponse smart constructor.

Instances

Instances details
Eq DescribeCustomDomainsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

Read DescribeCustomDomainsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

Show DescribeCustomDomainsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

Generic DescribeCustomDomainsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

Associated Types

type Rep DescribeCustomDomainsResponse :: Type -> Type #

NFData DescribeCustomDomainsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

type Rep DescribeCustomDomainsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeCustomDomains

type Rep DescribeCustomDomainsResponse = D1 ('MetaData "DescribeCustomDomainsResponse" "Amazonka.AppRunner.DescribeCustomDomains" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "DescribeCustomDomainsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "dNSTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "serviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "customDomains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [CustomDomain])))))

newDescribeCustomDomainsResponse Source #

Create a value of DescribeCustomDomainsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:DescribeCustomDomains', describeCustomDomainsResponse_nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

$sel:httpStatus:DescribeCustomDomainsResponse', describeCustomDomainsResponse_httpStatus - The response's http status code.

$sel:dNSTarget:DescribeCustomDomainsResponse', describeCustomDomainsResponse_dNSTarget - The App Runner subdomain of the App Runner service. The associated custom domain names are mapped to this target name.

$sel:serviceArn:DescribeCustomDomains', describeCustomDomainsResponse_serviceArn - The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to describe.

$sel:customDomains:DescribeCustomDomainsResponse', describeCustomDomainsResponse_customDomains - A list of descriptions of custom domain names that are associated with the service. In a paginated request, the request returns up to MaxResults records per call.

DescribeService

data DescribeService Source #

See: newDescribeService smart constructor.

Constructors

DescribeService' Text 

Instances

Instances details
Eq DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Read DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Show DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Generic DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Associated Types

type Rep DescribeService :: Type -> Type #

NFData DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Methods

rnf :: DescribeService -> () #

Hashable DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

ToJSON DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

AWSRequest DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Associated Types

type AWSResponse DescribeService #

ToHeaders DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

ToPath DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

ToQuery DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

type Rep DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

type Rep DescribeService = D1 ('MetaData "DescribeService" "Amazonka.AppRunner.DescribeService" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "DescribeService'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeService Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

newDescribeService Source #

Create a value of DescribeService with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serviceArn:DescribeService', describeService_serviceArn - The Amazon Resource Name (ARN) of the App Runner service that you want a description for.

data DescribeServiceResponse Source #

See: newDescribeServiceResponse smart constructor.

Instances

Instances details
Eq DescribeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Show DescribeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Generic DescribeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Associated Types

type Rep DescribeServiceResponse :: Type -> Type #

NFData DescribeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

Methods

rnf :: DescribeServiceResponse -> () #

type Rep DescribeServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DescribeService

type Rep DescribeServiceResponse = D1 ('MetaData "DescribeServiceResponse" "Amazonka.AppRunner.DescribeService" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "DescribeServiceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "service") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Service)))

newDescribeServiceResponse Source #

Create a value of DescribeServiceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DescribeServiceResponse', describeServiceResponse_httpStatus - The response's http status code.

$sel:service:DescribeServiceResponse', describeServiceResponse_service - A full description of the App Runner service that you specified in this request.

DeleteAutoScalingConfiguration

data DeleteAutoScalingConfiguration Source #

See: newDeleteAutoScalingConfiguration smart constructor.

Instances

Instances details
Eq DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

Read DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

Show DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

Generic DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

Associated Types

type Rep DeleteAutoScalingConfiguration :: Type -> Type #

NFData DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

Hashable DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

ToJSON DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

AWSRequest DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

ToHeaders DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

ToPath DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

ToQuery DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

type Rep DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

type Rep DeleteAutoScalingConfiguration = D1 ('MetaData "DeleteAutoScalingConfiguration" "Amazonka.AppRunner.DeleteAutoScalingConfiguration" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "DeleteAutoScalingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoScalingConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

newDeleteAutoScalingConfiguration Source #

Create a value of DeleteAutoScalingConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoScalingConfigurationArn:DeleteAutoScalingConfiguration', deleteAutoScalingConfiguration_autoScalingConfigurationArn - The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want to delete.

The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either .../name or .../name/revision . If a revision isn't specified, the latest active revision is deleted.

data DeleteAutoScalingConfigurationResponse Source #

Instances

Instances details
Eq DeleteAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

Read DeleteAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

Show DeleteAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

Generic DeleteAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

NFData DeleteAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

type Rep DeleteAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

type Rep DeleteAutoScalingConfigurationResponse = D1 ('MetaData "DeleteAutoScalingConfigurationResponse" "Amazonka.AppRunner.DeleteAutoScalingConfiguration" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "DeleteAutoScalingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "autoScalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoScalingConfiguration)))

newDeleteAutoScalingConfigurationResponse Source #

Create a value of DeleteAutoScalingConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteAutoScalingConfigurationResponse', deleteAutoScalingConfigurationResponse_httpStatus - The response's http status code.

$sel:autoScalingConfiguration:DeleteAutoScalingConfigurationResponse', deleteAutoScalingConfigurationResponse_autoScalingConfiguration - A description of the App Runner auto scaling configuration that this request just deleted.

ListAutoScalingConfigurations

data ListAutoScalingConfigurations Source #

See: newListAutoScalingConfigurations smart constructor.

Instances

Instances details
Eq ListAutoScalingConfigurations Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

Read ListAutoScalingConfigurations Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

Show ListAutoScalingConfigurations Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

Generic ListAutoScalingConfigurations Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

Associated Types

type Rep ListAutoScalingConfigurations :: Type -> Type #

NFData ListAutoScalingConfigurations Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

Hashable ListAutoScalingConfigurations Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

ToJSON ListAutoScalingConfigurations Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

AWSRequest ListAutoScalingConfigurations Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

ToHeaders ListAutoScalingConfigurations Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

ToPath ListAutoScalingConfigurations Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

ToQuery ListAutoScalingConfigurations Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

type Rep ListAutoScalingConfigurations Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

type Rep ListAutoScalingConfigurations = D1 ('MetaData "ListAutoScalingConfigurations" "Amazonka.AppRunner.ListAutoScalingConfigurations" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "ListAutoScalingConfigurations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "autoScalingConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "latestOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListAutoScalingConfigurations Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

newListAutoScalingConfigurations :: ListAutoScalingConfigurations Source #

Create a value of ListAutoScalingConfigurations with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoScalingConfigurationName:ListAutoScalingConfigurations', listAutoScalingConfigurations_autoScalingConfigurationName - The name of the App Runner auto scaling configuration that you want to list. If specified, App Runner lists revisions that share this name. If not specified, App Runner returns revisions of all configurations.

$sel:nextToken:ListAutoScalingConfigurations', listAutoScalingConfigurations_nextToken - A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.

If you don't specify NextToken, the request retrieves the first result page.

$sel:latestOnly:ListAutoScalingConfigurations', listAutoScalingConfigurations_latestOnly - Set to true to list only the latest revision for each requested configuration name.

Keep as false to list all revisions for each requested configuration name.

Default: false

$sel:maxResults:ListAutoScalingConfigurations', listAutoScalingConfigurations_maxResults - The maximum number of results to include in each response (result page). It's used for a paginated request.

If you don't specify MaxResults, the request retrieves all available results in a single response.

data ListAutoScalingConfigurationsResponse Source #

Instances

Instances details
Eq ListAutoScalingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

Read ListAutoScalingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

Show ListAutoScalingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

Generic ListAutoScalingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

NFData ListAutoScalingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

type Rep ListAutoScalingConfigurationsResponse Source # 
Instance details

Defined in Amazonka.AppRunner.ListAutoScalingConfigurations

type Rep ListAutoScalingConfigurationsResponse = D1 ('MetaData "ListAutoScalingConfigurationsResponse" "Amazonka.AppRunner.ListAutoScalingConfigurations" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "ListAutoScalingConfigurationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "autoScalingConfigurationSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AutoScalingConfigurationSummary]))))

newListAutoScalingConfigurationsResponse Source #

Create a value of ListAutoScalingConfigurationsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListAutoScalingConfigurations', listAutoScalingConfigurationsResponse_nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

$sel:httpStatus:ListAutoScalingConfigurationsResponse', listAutoScalingConfigurationsResponse_httpStatus - The response's http status code.

$sel:autoScalingConfigurationSummaryList:ListAutoScalingConfigurationsResponse', listAutoScalingConfigurationsResponse_autoScalingConfigurationSummaryList - A list of summary information records for auto scaling configurations. In a paginated request, the request returns up to MaxResults records for each call.

DisassociateCustomDomain

data DisassociateCustomDomain Source #

See: newDisassociateCustomDomain smart constructor.

Instances

Instances details
Eq DisassociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

Read DisassociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

Show DisassociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

Generic DisassociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

Associated Types

type Rep DisassociateCustomDomain :: Type -> Type #

NFData DisassociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

Hashable DisassociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

ToJSON DisassociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

AWSRequest DisassociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

ToHeaders DisassociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

ToPath DisassociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

ToQuery DisassociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

type Rep DisassociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

type Rep DisassociateCustomDomain = D1 ('MetaData "DisassociateCustomDomain" "Amazonka.AppRunner.DisassociateCustomDomain" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "DisassociateCustomDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisassociateCustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

newDisassociateCustomDomain Source #

Create a value of DisassociateCustomDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serviceArn:DisassociateCustomDomain', disassociateCustomDomain_serviceArn - The Amazon Resource Name (ARN) of the App Runner service that you want to disassociate a custom domain name from.

$sel:domainName:DisassociateCustomDomain', disassociateCustomDomain_domainName - The domain name that you want to disassociate from the App Runner service.

data DisassociateCustomDomainResponse Source #

See: newDisassociateCustomDomainResponse smart constructor.

Instances

Instances details
Eq DisassociateCustomDomainResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

Read DisassociateCustomDomainResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

Show DisassociateCustomDomainResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

Generic DisassociateCustomDomainResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

Associated Types

type Rep DisassociateCustomDomainResponse :: Type -> Type #

NFData DisassociateCustomDomainResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

type Rep DisassociateCustomDomainResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DisassociateCustomDomain

type Rep DisassociateCustomDomainResponse = D1 ('MetaData "DisassociateCustomDomainResponse" "Amazonka.AppRunner.DisassociateCustomDomain" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "DisassociateCustomDomainResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "dNSTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "serviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "customDomain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CustomDomain))))

newDisassociateCustomDomainResponse Source #

Create a value of DisassociateCustomDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DisassociateCustomDomainResponse', disassociateCustomDomainResponse_httpStatus - The response's http status code.

$sel:dNSTarget:DisassociateCustomDomainResponse', disassociateCustomDomainResponse_dNSTarget - The App Runner subdomain of the App Runner service. The disassociated custom domain name was mapped to this target name.

$sel:serviceArn:DisassociateCustomDomain', disassociateCustomDomainResponse_serviceArn - The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.

$sel:customDomain:DisassociateCustomDomainResponse', disassociateCustomDomainResponse_customDomain - A description of the domain name that's being disassociated.

PauseService

data PauseService Source #

See: newPauseService smart constructor.

Constructors

PauseService' Text 

Instances

Instances details
Eq PauseService Source # 
Instance details

Defined in Amazonka.AppRunner.PauseService

Read PauseService Source # 
Instance details

Defined in Amazonka.AppRunner.PauseService

Show PauseService Source # 
Instance details

Defined in Amazonka.AppRunner.PauseService

Generic PauseService Source # 
Instance details

Defined in Amazonka.AppRunner.PauseService

Associated Types

type Rep PauseService :: Type -> Type #

NFData PauseService Source # 
Instance details

Defined in Amazonka.AppRunner.PauseService

Methods

rnf :: PauseService -> () #

Hashable PauseService Source # 
Instance details

Defined in Amazonka.AppRunner.PauseService

ToJSON PauseService Source # 
Instance details

Defined in Amazonka.AppRunner.PauseService

AWSRequest PauseService Source # 
Instance details

Defined in Amazonka.AppRunner.PauseService

Associated Types

type AWSResponse PauseService #

ToHeaders PauseService Source # 
Instance details

Defined in Amazonka.AppRunner.PauseService

ToPath PauseService Source # 
Instance details

Defined in Amazonka.AppRunner.PauseService

ToQuery PauseService Source # 
Instance details

Defined in Amazonka.AppRunner.PauseService

type Rep PauseService Source # 
Instance details

Defined in Amazonka.AppRunner.PauseService

type Rep PauseService = D1 ('MetaData "PauseService" "Amazonka.AppRunner.PauseService" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "PauseService'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse PauseService Source # 
Instance details

Defined in Amazonka.AppRunner.PauseService

newPauseService Source #

Create a value of PauseService with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serviceArn:PauseService', pauseService_serviceArn - The Amazon Resource Name (ARN) of the App Runner service that you want to pause.

data PauseServiceResponse Source #

See: newPauseServiceResponse smart constructor.

Instances

Instances details
Eq PauseServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.PauseService

Show PauseServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.PauseService

Generic PauseServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.PauseService

Associated Types

type Rep PauseServiceResponse :: Type -> Type #

NFData PauseServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.PauseService

Methods

rnf :: PauseServiceResponse -> () #

type Rep PauseServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.PauseService

type Rep PauseServiceResponse = D1 ('MetaData "PauseServiceResponse" "Amazonka.AppRunner.PauseService" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "PauseServiceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "service") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Service))))

newPauseServiceResponse Source #

Create a value of PauseServiceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operationId:PauseServiceResponse', pauseServiceResponse_operationId - The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.

$sel:httpStatus:PauseServiceResponse', pauseServiceResponse_httpStatus - The response's http status code.

$sel:service:PauseServiceResponse', pauseServiceResponse_service - A description of the App Runner service that this request just paused.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [Tag] 

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.AppRunner.TagResource" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

newTagResource Source #

Create a value of TagResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) of the resource that you want to update tags for.

It must be the ARN of an App Runner resource.

$sel:tags:TagResource', tagResource_tags - A list of tag key-value pairs to add or update. If a key is new to the resource, the tag is added with the provided value. If a key is already associated with the resource, the value of the tag is updated.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.AppRunner.TagResource" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.AppRunner.UntagResource" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

newUntagResource Source #

Create a value of UntagResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) of the resource that you want to remove tags from.

It must be the ARN of an App Runner resource.

$sel:tagKeys:UntagResource', untagResource_tagKeys - A list of tag keys that you want to remove.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.AppRunner.UntagResource" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

CreateAutoScalingConfiguration

data CreateAutoScalingConfiguration Source #

See: newCreateAutoScalingConfiguration smart constructor.

Instances

Instances details
Eq CreateAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

Read CreateAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

Show CreateAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

Generic CreateAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

Associated Types

type Rep CreateAutoScalingConfiguration :: Type -> Type #

NFData CreateAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

Hashable CreateAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

ToJSON CreateAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

AWSRequest CreateAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

ToHeaders CreateAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

ToPath CreateAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

ToQuery CreateAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

type Rep CreateAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

type Rep CreateAutoScalingConfiguration = D1 ('MetaData "CreateAutoScalingConfiguration" "Amazonka.AppRunner.CreateAutoScalingConfiguration" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "CreateAutoScalingConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "minSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "maxConcurrency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "autoScalingConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

newCreateAutoScalingConfiguration Source #

Create a value of CreateAutoScalingConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxSize:CreateAutoScalingConfiguration', createAutoScalingConfiguration_maxSize - The maximum number of instances that your service scales up to. At most MaxSize instances actively serve traffic for your service.

Default: 25

$sel:minSize:CreateAutoScalingConfiguration', createAutoScalingConfiguration_minSize - The minimum number of instances that App Runner provisions for your service. The service always has at least MinSize provisioned instances. Some of them actively serve traffic. The rest of them (provisioned and inactive instances) are a cost-effective compute capacity reserve and are ready to be quickly activated. You pay for memory usage of all the provisioned instances. You pay for CPU usage of only the active subset.

App Runner temporarily doubles the number of provisioned instances during deployments, to maintain the same capacity for both old and new code.

Default: 1

$sel:tags:CreateAutoScalingConfiguration', createAutoScalingConfiguration_tags - A list of metadata items that you can associate with your auto scaling configuration resource. A tag is a key-value pair.

$sel:maxConcurrency:CreateAutoScalingConfiguration', createAutoScalingConfiguration_maxConcurrency - The maximum number of concurrent requests that you want an instance to process. If the number of concurrent requests exceeds this limit, App Runner scales up your service.

Default: 100

$sel:autoScalingConfigurationName:CreateAutoScalingConfiguration', createAutoScalingConfiguration_autoScalingConfigurationName - A name for the auto scaling configuration. When you use it for the first time in an Amazon Web Services Region, App Runner creates revision number 1 of this name. When you use the same name in subsequent calls, App Runner creates incremental revisions of the configuration.

data CreateAutoScalingConfigurationResponse Source #

Instances

Instances details
Eq CreateAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

Read CreateAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

Show CreateAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

Generic CreateAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

NFData CreateAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

type Rep CreateAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.CreateAutoScalingConfiguration

type Rep CreateAutoScalingConfigurationResponse = D1 ('MetaData "CreateAutoScalingConfigurationResponse" "Amazonka.AppRunner.CreateAutoScalingConfiguration" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "CreateAutoScalingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "autoScalingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoScalingConfiguration)))

newCreateAutoScalingConfigurationResponse Source #

Create a value of CreateAutoScalingConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:CreateAutoScalingConfigurationResponse', createAutoScalingConfigurationResponse_httpStatus - The response's http status code.

$sel:autoScalingConfiguration:CreateAutoScalingConfigurationResponse', createAutoScalingConfigurationResponse_autoScalingConfiguration - A description of the App Runner auto scaling configuration that's created by this request.

StartDeployment

data StartDeployment Source #

See: newStartDeployment smart constructor.

Constructors

StartDeployment' Text 

Instances

Instances details
Eq StartDeployment Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

Read StartDeployment Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

Show StartDeployment Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

Generic StartDeployment Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

Associated Types

type Rep StartDeployment :: Type -> Type #

NFData StartDeployment Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

Methods

rnf :: StartDeployment -> () #

Hashable StartDeployment Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

ToJSON StartDeployment Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

AWSRequest StartDeployment Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

Associated Types

type AWSResponse StartDeployment #

ToHeaders StartDeployment Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

ToPath StartDeployment Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

ToQuery StartDeployment Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

type Rep StartDeployment Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

type Rep StartDeployment = D1 ('MetaData "StartDeployment" "Amazonka.AppRunner.StartDeployment" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "StartDeployment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartDeployment Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

newStartDeployment Source #

Create a value of StartDeployment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serviceArn:StartDeployment', startDeployment_serviceArn - The Amazon Resource Name (ARN) of the App Runner service that you want to manually deploy to.

data StartDeploymentResponse Source #

See: newStartDeploymentResponse smart constructor.

Instances

Instances details
Eq StartDeploymentResponse Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

Read StartDeploymentResponse Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

Show StartDeploymentResponse Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

Generic StartDeploymentResponse Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

Associated Types

type Rep StartDeploymentResponse :: Type -> Type #

NFData StartDeploymentResponse Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

Methods

rnf :: StartDeploymentResponse -> () #

type Rep StartDeploymentResponse Source # 
Instance details

Defined in Amazonka.AppRunner.StartDeployment

type Rep StartDeploymentResponse = D1 ('MetaData "StartDeploymentResponse" "Amazonka.AppRunner.StartDeployment" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "StartDeploymentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStartDeploymentResponse Source #

Create a value of StartDeploymentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:StartDeploymentResponse', startDeploymentResponse_httpStatus - The response's http status code.

$sel:operationId:StartDeploymentResponse', startDeploymentResponse_operationId - The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.

CreateService

data CreateService Source #

See: newCreateService smart constructor.

Instances

Instances details
Eq CreateService Source # 
Instance details

Defined in Amazonka.AppRunner.CreateService

Show CreateService Source # 
Instance details

Defined in Amazonka.AppRunner.CreateService

Generic CreateService Source # 
Instance details

Defined in Amazonka.AppRunner.CreateService

Associated Types

type Rep CreateService :: Type -> Type #

NFData CreateService Source # 
Instance details

Defined in Amazonka.AppRunner.CreateService

Methods

rnf :: CreateService -> () #

Hashable CreateService Source # 
Instance details

Defined in Amazonka.AppRunner.CreateService

ToJSON CreateService Source # 
Instance details

Defined in Amazonka.AppRunner.CreateService

AWSRequest CreateService Source # 
Instance details

Defined in Amazonka.AppRunner.CreateService

Associated Types

type AWSResponse CreateService #

ToHeaders CreateService Source # 
Instance details

Defined in Amazonka.AppRunner.CreateService

ToPath CreateService Source # 
Instance details

Defined in Amazonka.AppRunner.CreateService

ToQuery CreateService Source # 
Instance details

Defined in Amazonka.AppRunner.CreateService

type Rep CreateService Source # 
Instance details

Defined in Amazonka.AppRunner.CreateService

type Rep CreateService = D1 ('MetaData "CreateService" "Amazonka.AppRunner.CreateService" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "CreateService'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "autoScalingConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "encryptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionConfiguration)) :*: S1 ('MetaSel ('Just "healthCheckConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HealthCheckConfiguration)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "instanceConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceConfiguration))) :*: (S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceConfiguration)))))
type AWSResponse CreateService Source # 
Instance details

Defined in Amazonka.AppRunner.CreateService

newCreateService Source #

Create a value of CreateService with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoScalingConfigurationArn:CreateService', createService_autoScalingConfigurationArn - The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with your service. If not provided, App Runner associates the latest revision of a default auto scaling configuration.

$sel:encryptionConfiguration:CreateService', createService_encryptionConfiguration - An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs. By default, App Runner uses an Amazon Web Services managed CMK.

$sel:healthCheckConfiguration:CreateService', createService_healthCheckConfiguration - The settings for the health check that App Runner performs to monitor the health of your service.

$sel:tags:CreateService', createService_tags - An optional list of metadata items that you can associate with your service resource. A tag is a key-value pair.

$sel:instanceConfiguration:CreateService', createService_instanceConfiguration - The runtime configuration of instances (scaling units) of the App Runner service.

$sel:serviceName:CreateService', createService_serviceName - A name for the new service. It must be unique across all the running App Runner services in your Amazon Web Services account in the Amazon Web Services Region.

$sel:sourceConfiguration:CreateService', createService_sourceConfiguration - The source to deploy to the App Runner service. It can be a code or an image repository.

data CreateServiceResponse Source #

See: newCreateServiceResponse smart constructor.

Instances

Instances details
Eq CreateServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.CreateService

Show CreateServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.CreateService

Generic CreateServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.CreateService

Associated Types

type Rep CreateServiceResponse :: Type -> Type #

NFData CreateServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.CreateService

Methods

rnf :: CreateServiceResponse -> () #

type Rep CreateServiceResponse Source # 
Instance details

Defined in Amazonka.AppRunner.CreateService

type Rep CreateServiceResponse = D1 ('MetaData "CreateServiceResponse" "Amazonka.AppRunner.CreateService" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "CreateServiceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "service") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Service) :*: S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateServiceResponse Source #

Create a value of CreateServiceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:CreateServiceResponse', createServiceResponse_httpStatus - The response's http status code.

$sel:service:CreateServiceResponse', createServiceResponse_service - A description of the App Runner service that's created by this request.

$sel:operationId:CreateServiceResponse', createServiceResponse_operationId - The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.

Types

AutoScalingConfigurationStatus

newtype AutoScalingConfigurationStatus Source #

Instances

Instances details
Eq AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

Ord AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

Read AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

Show AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

Generic AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

Associated Types

type Rep AutoScalingConfigurationStatus :: Type -> Type #

NFData AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

Hashable AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

ToJSON AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

ToJSONKey AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

FromJSON AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

FromJSONKey AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

ToLog AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

ToHeader AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

ToQuery AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

FromXML AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

ToXML AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

ToByteString AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

FromText AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

ToText AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

type Rep AutoScalingConfigurationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationStatus

type Rep AutoScalingConfigurationStatus = D1 ('MetaData "AutoScalingConfigurationStatus" "Amazonka.AppRunner.Types.AutoScalingConfigurationStatus" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'True) (C1 ('MetaCons "AutoScalingConfigurationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoScalingConfigurationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CertificateValidationRecordStatus

newtype CertificateValidationRecordStatus Source #

Instances

Instances details
Eq CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

Ord CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

Read CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

Show CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

Generic CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

Associated Types

type Rep CertificateValidationRecordStatus :: Type -> Type #

NFData CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

Hashable CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

ToJSON CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

ToJSONKey CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

FromJSON CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

FromJSONKey CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

ToLog CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

ToHeader CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

ToQuery CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

FromXML CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

ToXML CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

ToByteString CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

FromText CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

ToText CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

type Rep CertificateValidationRecordStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecordStatus

type Rep CertificateValidationRecordStatus = D1 ('MetaData "CertificateValidationRecordStatus" "Amazonka.AppRunner.Types.CertificateValidationRecordStatus" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'True) (C1 ('MetaCons "CertificateValidationRecordStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCertificateValidationRecordStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConfigurationSource

newtype ConfigurationSource Source #

Instances

Instances details
Eq ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

Ord ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

Read ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

Show ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

Generic ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

Associated Types

type Rep ConfigurationSource :: Type -> Type #

NFData ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

Methods

rnf :: ConfigurationSource -> () #

Hashable ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

ToJSON ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

ToJSONKey ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

FromJSON ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

FromJSONKey ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

ToLog ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

ToHeader ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

ToQuery ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

FromXML ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

ToXML ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

ToByteString ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

FromText ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

ToText ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

type Rep ConfigurationSource Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConfigurationSource

type Rep ConfigurationSource = D1 ('MetaData "ConfigurationSource" "Amazonka.AppRunner.Types.ConfigurationSource" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'True) (C1 ('MetaCons "ConfigurationSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConfigurationSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConnectionStatus

newtype ConnectionStatus Source #

Instances

Instances details
Eq ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

Ord ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

Read ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

Show ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

Generic ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

Associated Types

type Rep ConnectionStatus :: Type -> Type #

NFData ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

Methods

rnf :: ConnectionStatus -> () #

Hashable ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

ToJSON ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

ToJSONKey ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

FromJSON ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

FromJSONKey ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

ToLog ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

ToHeader ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

ToQuery ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

FromXML ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

ToXML ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

ToByteString ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

FromText ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

ToText ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

type Rep ConnectionStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionStatus

type Rep ConnectionStatus = D1 ('MetaData "ConnectionStatus" "Amazonka.AppRunner.Types.ConnectionStatus" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'True) (C1 ('MetaCons "ConnectionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConnectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CustomDomainAssociationStatus

newtype CustomDomainAssociationStatus Source #

Instances

Instances details
Eq CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

Ord CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

Read CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

Show CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

Generic CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

Associated Types

type Rep CustomDomainAssociationStatus :: Type -> Type #

NFData CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

Hashable CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

ToJSON CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

ToJSONKey CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

FromJSON CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

FromJSONKey CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

ToLog CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

ToHeader CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

ToQuery CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

FromXML CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

ToXML CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

ToByteString CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

FromText CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

ToText CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

type Rep CustomDomainAssociationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomainAssociationStatus

type Rep CustomDomainAssociationStatus = D1 ('MetaData "CustomDomainAssociationStatus" "Amazonka.AppRunner.Types.CustomDomainAssociationStatus" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'True) (C1 ('MetaCons "CustomDomainAssociationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCustomDomainAssociationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HealthCheckProtocol

newtype HealthCheckProtocol Source #

Instances

Instances details
Eq HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

Ord HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

Read HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

Show HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

Generic HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

Associated Types

type Rep HealthCheckProtocol :: Type -> Type #

NFData HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

Methods

rnf :: HealthCheckProtocol -> () #

Hashable HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

ToJSON HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

ToJSONKey HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

FromJSON HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

FromJSONKey HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

ToLog HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

ToHeader HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

ToQuery HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

FromXML HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

ToXML HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

ToByteString HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

FromText HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

ToText HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

type Rep HealthCheckProtocol Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckProtocol

type Rep HealthCheckProtocol = D1 ('MetaData "HealthCheckProtocol" "Amazonka.AppRunner.Types.HealthCheckProtocol" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'True) (C1 ('MetaCons "HealthCheckProtocol'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHealthCheckProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageRepositoryType

newtype ImageRepositoryType Source #

Instances

Instances details
Eq ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

Ord ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

Read ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

Show ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

Generic ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

Associated Types

type Rep ImageRepositoryType :: Type -> Type #

NFData ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

Methods

rnf :: ImageRepositoryType -> () #

Hashable ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

ToJSON ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

ToJSONKey ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

FromJSON ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

FromJSONKey ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

ToLog ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

ToHeader ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

ToQuery ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

FromXML ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

ToXML ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

ToByteString ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

FromText ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

ToText ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

type Rep ImageRepositoryType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepositoryType

type Rep ImageRepositoryType = D1 ('MetaData "ImageRepositoryType" "Amazonka.AppRunner.Types.ImageRepositoryType" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'True) (C1 ('MetaCons "ImageRepositoryType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageRepositoryType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OperationStatus

newtype OperationStatus Source #

Constructors

OperationStatus' 

Instances

Instances details
Eq OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

Ord OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

Read OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

Show OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

Generic OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

Associated Types

type Rep OperationStatus :: Type -> Type #

NFData OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

Methods

rnf :: OperationStatus -> () #

Hashable OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

ToJSON OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

ToJSONKey OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

FromJSON OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

FromJSONKey OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

ToLog OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

ToHeader OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

ToQuery OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

FromXML OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

ToXML OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

Methods

toXML :: OperationStatus -> XML #

ToByteString OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

FromText OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

ToText OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

type Rep OperationStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationStatus

type Rep OperationStatus = D1 ('MetaData "OperationStatus" "Amazonka.AppRunner.Types.OperationStatus" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'True) (C1 ('MetaCons "OperationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OperationType

newtype OperationType Source #

Constructors

OperationType' 

Instances

Instances details
Eq OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

Ord OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

Read OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

Show OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

Generic OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

Associated Types

type Rep OperationType :: Type -> Type #

NFData OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

Methods

rnf :: OperationType -> () #

Hashable OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

ToJSON OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

ToJSONKey OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

FromJSON OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

FromJSONKey OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

ToLog OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

ToHeader OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

ToQuery OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

FromXML OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

ToXML OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

Methods

toXML :: OperationType -> XML #

ToByteString OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

FromText OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

ToText OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

Methods

toText :: OperationType -> Text #

type Rep OperationType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationType

type Rep OperationType = D1 ('MetaData "OperationType" "Amazonka.AppRunner.Types.OperationType" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'True) (C1 ('MetaCons "OperationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProviderType

newtype ProviderType Source #

Constructors

ProviderType' 

Bundled Patterns

pattern ProviderType_GITHUB :: ProviderType 

Instances

Instances details
Eq ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

Ord ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

Read ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

Show ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

Generic ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

Associated Types

type Rep ProviderType :: Type -> Type #

NFData ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

Methods

rnf :: ProviderType -> () #

Hashable ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

ToJSON ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

ToJSONKey ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

FromJSON ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

FromJSONKey ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

ToLog ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

ToHeader ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

ToQuery ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

FromXML ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

ToXML ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

Methods

toXML :: ProviderType -> XML #

ToByteString ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

FromText ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

ToText ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

Methods

toText :: ProviderType -> Text #

type Rep ProviderType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ProviderType

type Rep ProviderType = D1 ('MetaData "ProviderType" "Amazonka.AppRunner.Types.ProviderType" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'True) (C1 ('MetaCons "ProviderType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProviderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Runtime

newtype Runtime Source #

Constructors

Runtime' 

Fields

Bundled Patterns

pattern Runtime_NODEJS_12 :: Runtime 
pattern Runtime_PYTHON_3 :: Runtime 

Instances

Instances details
Eq Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

Methods

(==) :: Runtime -> Runtime -> Bool #

(/=) :: Runtime -> Runtime -> Bool #

Ord Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

Read Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

Show Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

Generic Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

Associated Types

type Rep Runtime :: Type -> Type #

Methods

from :: Runtime -> Rep Runtime x #

to :: Rep Runtime x -> Runtime #

NFData Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

Methods

rnf :: Runtime -> () #

Hashable Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

Methods

hashWithSalt :: Int -> Runtime -> Int #

hash :: Runtime -> Int #

ToJSON Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

ToJSONKey Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

FromJSON Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

FromJSONKey Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

ToLog Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

ToHeader Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

Methods

toHeader :: HeaderName -> Runtime -> [Header] #

ToQuery Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

FromXML Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

ToXML Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

Methods

toXML :: Runtime -> XML #

ToByteString Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

Methods

toBS :: Runtime -> ByteString #

FromText Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

ToText Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

Methods

toText :: Runtime -> Text #

type Rep Runtime Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Runtime

type Rep Runtime = D1 ('MetaData "Runtime" "Amazonka.AppRunner.Types.Runtime" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'True) (C1 ('MetaCons "Runtime'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRuntime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ServiceStatus

newtype ServiceStatus Source #

Constructors

ServiceStatus' 

Instances

Instances details
Eq ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

Ord ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

Read ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

Show ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

Generic ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

Associated Types

type Rep ServiceStatus :: Type -> Type #

NFData ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

Methods

rnf :: ServiceStatus -> () #

Hashable ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

ToJSON ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

ToJSONKey ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

FromJSON ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

FromJSONKey ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

ToLog ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

ToHeader ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

ToQuery ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

FromXML ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

ToXML ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

Methods

toXML :: ServiceStatus -> XML #

ToByteString ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

FromText ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

ToText ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

Methods

toText :: ServiceStatus -> Text #

type Rep ServiceStatus Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceStatus

type Rep ServiceStatus = D1 ('MetaData "ServiceStatus" "Amazonka.AppRunner.Types.ServiceStatus" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'True) (C1 ('MetaCons "ServiceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromServiceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SourceCodeVersionType

newtype SourceCodeVersionType Source #

Instances

Instances details
Eq SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

Ord SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

Read SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

Show SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

Generic SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

Associated Types

type Rep SourceCodeVersionType :: Type -> Type #

NFData SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

Methods

rnf :: SourceCodeVersionType -> () #

Hashable SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

ToJSON SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

ToJSONKey SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

FromJSON SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

FromJSONKey SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

ToLog SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

ToHeader SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

ToQuery SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

FromXML SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

ToXML SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

ToByteString SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

FromText SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

ToText SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

type Rep SourceCodeVersionType Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersionType

type Rep SourceCodeVersionType = D1 ('MetaData "SourceCodeVersionType" "Amazonka.AppRunner.Types.SourceCodeVersionType" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'True) (C1 ('MetaCons "SourceCodeVersionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSourceCodeVersionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AuthenticationConfiguration

data AuthenticationConfiguration Source #

Describes resources needed to authenticate access to some source repositories. The specific resource depends on the repository provider.

See: newAuthenticationConfiguration smart constructor.

Instances

Instances details
Eq AuthenticationConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AuthenticationConfiguration

Read AuthenticationConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AuthenticationConfiguration

Show AuthenticationConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AuthenticationConfiguration

Generic AuthenticationConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AuthenticationConfiguration

Associated Types

type Rep AuthenticationConfiguration :: Type -> Type #

NFData AuthenticationConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AuthenticationConfiguration

Hashable AuthenticationConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AuthenticationConfiguration

ToJSON AuthenticationConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AuthenticationConfiguration

FromJSON AuthenticationConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AuthenticationConfiguration

type Rep AuthenticationConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AuthenticationConfiguration

type Rep AuthenticationConfiguration = D1 ('MetaData "AuthenticationConfiguration" "Amazonka.AppRunner.Types.AuthenticationConfiguration" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "AuthenticationConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAuthenticationConfiguration :: AuthenticationConfiguration Source #

Create a value of AuthenticationConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accessRoleArn:AuthenticationConfiguration', authenticationConfiguration_accessRoleArn - The Amazon Resource Name (ARN) of the IAM role that grants the App Runner service access to a source repository. It's required for ECR image repositories (but not for ECR Public repositories).

$sel:connectionArn:AuthenticationConfiguration', authenticationConfiguration_connectionArn - The Amazon Resource Name (ARN) of the App Runner connection that enables the App Runner service to connect to a source repository. It's required for GitHub code repositories.

AutoScalingConfiguration

data AutoScalingConfiguration Source #

Describes an App Runner automatic scaling configuration resource. Multiple revisions of a configuration have the same AutoScalingConfigurationName and different AutoScalingConfigurationRevision values.

A higher MinSize increases the spread of your App Runner service over more Availability Zones in the Amazon Web Services Region. The tradeoff is a higher minimal cost.

A lower MaxSize controls your cost. The tradeoff is lower responsiveness during peak demand.

See: newAutoScalingConfiguration smart constructor.

Instances

Instances details
Eq AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfiguration

Read AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfiguration

Show AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfiguration

Generic AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfiguration

Associated Types

type Rep AutoScalingConfiguration :: Type -> Type #

NFData AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfiguration

Hashable AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfiguration

FromJSON AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfiguration

type Rep AutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfiguration

type Rep AutoScalingConfiguration = D1 ('MetaData "AutoScalingConfiguration" "Amazonka.AppRunner.Types.AutoScalingConfiguration" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "AutoScalingConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScalingConfigurationStatus)) :*: S1 ('MetaSel ('Just "autoScalingConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "maxSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "autoScalingConfigurationRevision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "autoScalingConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "minSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "deletedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "latest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "maxConcurrency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))))

newAutoScalingConfiguration :: AutoScalingConfiguration Source #

Create a value of AutoScalingConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:AutoScalingConfiguration', autoScalingConfiguration_status - The current state of the auto scaling configuration. If the status of a configuration revision is INACTIVE, it was deleted and can't be used. Inactive configuration revisions are permanently removed some time after they are deleted.

$sel:autoScalingConfigurationName:AutoScalingConfiguration', autoScalingConfiguration_autoScalingConfigurationName - The customer-provided auto scaling configuration name. It can be used in multiple revisions of a configuration.

$sel:createdAt:AutoScalingConfiguration', autoScalingConfiguration_createdAt - The time when the auto scaling configuration was created. It's in Unix time stamp format.

$sel:maxSize:AutoScalingConfiguration', autoScalingConfiguration_maxSize - The maximum number of instances that a service scales up to. At most MaxSize instances actively serve traffic for your service.

$sel:autoScalingConfigurationRevision:AutoScalingConfiguration', autoScalingConfiguration_autoScalingConfigurationRevision - The revision of this auto scaling configuration. It's unique among all the active configurations ("Status": "ACTIVE") that share the same AutoScalingConfigurationName.

$sel:autoScalingConfigurationArn:AutoScalingConfiguration', autoScalingConfiguration_autoScalingConfigurationArn - The Amazon Resource Name (ARN) of this auto scaling configuration.

$sel:minSize:AutoScalingConfiguration', autoScalingConfiguration_minSize - The minimum number of instances that App Runner provisions for a service. The service always has at least MinSize provisioned instances. Some of them actively serve traffic. The rest of them (provisioned and inactive instances) are a cost-effective compute capacity reserve and are ready to be quickly activated. You pay for memory usage of all the provisioned instances. You pay for CPU usage of only the active subset.

App Runner temporarily doubles the number of provisioned instances during deployments, to maintain the same capacity for both old and new code.

$sel:deletedAt:AutoScalingConfiguration', autoScalingConfiguration_deletedAt - The time when the auto scaling configuration was deleted. It's in Unix time stamp format.

$sel:latest:AutoScalingConfiguration', autoScalingConfiguration_latest - It's set to true for the configuration with the highest Revision among all configurations that share the same Name. It's set to false otherwise.

$sel:maxConcurrency:AutoScalingConfiguration', autoScalingConfiguration_maxConcurrency - The maximum number of concurrent requests that an instance processes. If the number of concurrent requests exceeds this limit, App Runner scales the service up.

AutoScalingConfigurationSummary

data AutoScalingConfigurationSummary Source #

Provides summary information about an App Runner automatic scaling configuration resource.

This type contains limited information about an auto scaling configuration. It includes only identification information, without configuration details. It's returned by the ListAutoScalingConfigurations action. Complete configuration information is returned by the CreateAutoScalingConfiguration, DescribeAutoScalingConfiguration, and DeleteAutoScalingConfiguration actions using the AutoScalingConfiguration type.

See: newAutoScalingConfigurationSummary smart constructor.

Instances

Instances details
Eq AutoScalingConfigurationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationSummary

Read AutoScalingConfigurationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationSummary

Show AutoScalingConfigurationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationSummary

Generic AutoScalingConfigurationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationSummary

Associated Types

type Rep AutoScalingConfigurationSummary :: Type -> Type #

NFData AutoScalingConfigurationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationSummary

Hashable AutoScalingConfigurationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationSummary

FromJSON AutoScalingConfigurationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationSummary

type Rep AutoScalingConfigurationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.AutoScalingConfigurationSummary

type Rep AutoScalingConfigurationSummary = D1 ('MetaData "AutoScalingConfigurationSummary" "Amazonka.AppRunner.Types.AutoScalingConfigurationSummary" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "AutoScalingConfigurationSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoScalingConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "autoScalingConfigurationRevision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "autoScalingConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAutoScalingConfigurationSummary :: AutoScalingConfigurationSummary Source #

Create a value of AutoScalingConfigurationSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoScalingConfigurationName:AutoScalingConfigurationSummary', autoScalingConfigurationSummary_autoScalingConfigurationName - The customer-provided auto scaling configuration name. It can be used in multiple revisions of a configuration.

$sel:autoScalingConfigurationRevision:AutoScalingConfigurationSummary', autoScalingConfigurationSummary_autoScalingConfigurationRevision - The revision of this auto scaling configuration. It's unique among all the active configurations ("Status": "ACTIVE") with the same AutoScalingConfigurationName.

$sel:autoScalingConfigurationArn:AutoScalingConfigurationSummary', autoScalingConfigurationSummary_autoScalingConfigurationArn - The Amazon Resource Name (ARN) of this auto scaling configuration.

CertificateValidationRecord

data CertificateValidationRecord Source #

Describes a certificate CNAME record to add to your DNS. For more information, see AssociateCustomDomain.

See: newCertificateValidationRecord smart constructor.

Instances

Instances details
Eq CertificateValidationRecord Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecord

Read CertificateValidationRecord Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecord

Show CertificateValidationRecord Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecord

Generic CertificateValidationRecord Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecord

Associated Types

type Rep CertificateValidationRecord :: Type -> Type #

NFData CertificateValidationRecord Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecord

Hashable CertificateValidationRecord Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecord

FromJSON CertificateValidationRecord Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecord

type Rep CertificateValidationRecord Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CertificateValidationRecord

type Rep CertificateValidationRecord = D1 ('MetaData "CertificateValidationRecord" "Amazonka.AppRunner.Types.CertificateValidationRecord" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "CertificateValidationRecord'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CertificateValidationRecordStatus)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newCertificateValidationRecord :: CertificateValidationRecord Source #

Create a value of CertificateValidationRecord with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:CertificateValidationRecord', certificateValidationRecord_status - The current state of the certificate CNAME record validation. It should change to SUCCESS after App Runner completes validation with your DNS.

$sel:value:CertificateValidationRecord', certificateValidationRecord_value - The certificate CNAME record value.

$sel:name:CertificateValidationRecord', certificateValidationRecord_name - The certificate CNAME record name.

$sel:type':CertificateValidationRecord', certificateValidationRecord_type - The record type, always CNAME.

CodeConfiguration

data CodeConfiguration Source #

Describes the configuration that App Runner uses to build and run an App Runner service from a source code repository.

See: newCodeConfiguration smart constructor.

Instances

Instances details
Eq CodeConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeConfiguration

Show CodeConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeConfiguration

Generic CodeConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeConfiguration

Associated Types

type Rep CodeConfiguration :: Type -> Type #

NFData CodeConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeConfiguration

Methods

rnf :: CodeConfiguration -> () #

Hashable CodeConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeConfiguration

ToJSON CodeConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeConfiguration

FromJSON CodeConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeConfiguration

type Rep CodeConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeConfiguration

type Rep CodeConfiguration = D1 ('MetaData "CodeConfiguration" "Amazonka.AppRunner.Types.CodeConfiguration" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "CodeConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "codeConfigurationValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CodeConfigurationValues)) :*: S1 ('MetaSel ('Just "configurationSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConfigurationSource)))

newCodeConfiguration Source #

Create a value of CodeConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:codeConfigurationValues:CodeConfiguration', codeConfiguration_codeConfigurationValues - The basic configuration for building and running the App Runner service. Use it to quickly launch an App Runner service without providing a apprunner.yaml file in the source code repository (or ignoring the file if it exists).

$sel:configurationSource:CodeConfiguration', codeConfiguration_configurationSource - The source of the App Runner configuration. Values are interpreted as follows:

  • REPOSITORY – App Runner reads configuration values from the apprunner.yaml file in the source code repository and ignores CodeConfigurationValues.
  • API – App Runner uses configuration values provided in CodeConfigurationValues and ignores the apprunner.yaml file in the source code repository.

CodeConfigurationValues

data CodeConfigurationValues Source #

Describes the basic configuration needed for building and running an App Runner service. This type doesn't support the full set of possible configuration options. Fur full configuration capabilities, use a apprunner.yaml file in the source code repository.

See: newCodeConfigurationValues smart constructor.

Instances

Instances details
Eq CodeConfigurationValues Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeConfigurationValues

Show CodeConfigurationValues Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeConfigurationValues

Generic CodeConfigurationValues Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeConfigurationValues

Associated Types

type Rep CodeConfigurationValues :: Type -> Type #

NFData CodeConfigurationValues Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeConfigurationValues

Methods

rnf :: CodeConfigurationValues -> () #

Hashable CodeConfigurationValues Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeConfigurationValues

ToJSON CodeConfigurationValues Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeConfigurationValues

FromJSON CodeConfigurationValues Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeConfigurationValues

type Rep CodeConfigurationValues Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeConfigurationValues

type Rep CodeConfigurationValues = D1 ('MetaData "CodeConfigurationValues" "Amazonka.AppRunner.Types.CodeConfigurationValues" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "CodeConfigurationValues'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "startCommand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "runtimeEnvironmentVariables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (Sensitive Text))))) :*: (S1 ('MetaSel ('Just "buildCommand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "runtime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Runtime)))))

newCodeConfigurationValues Source #

Create a value of CodeConfigurationValues with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:startCommand:CodeConfigurationValues', codeConfigurationValues_startCommand - The command App Runner runs to start your application.

$sel:runtimeEnvironmentVariables:CodeConfigurationValues', codeConfigurationValues_runtimeEnvironmentVariables - The environment variables that are available to your running App Runner service. An array of key-value pairs. Keys with a prefix of AWSAPPRUNNER are reserved for system use and aren't valid.

$sel:buildCommand:CodeConfigurationValues', codeConfigurationValues_buildCommand - The command App Runner runs to build your application.

$sel:port:CodeConfigurationValues', codeConfigurationValues_port - The port that your application listens to in the container.

Default: 8080

$sel:runtime:CodeConfigurationValues', codeConfigurationValues_runtime - A runtime environment type for building and running an App Runner service. It represents a programming language runtime.

CodeRepository

data CodeRepository Source #

Describes a source code repository.

See: newCodeRepository smart constructor.

Instances

Instances details
Eq CodeRepository Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeRepository

Show CodeRepository Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeRepository

Generic CodeRepository Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeRepository

Associated Types

type Rep CodeRepository :: Type -> Type #

NFData CodeRepository Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeRepository

Methods

rnf :: CodeRepository -> () #

Hashable CodeRepository Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeRepository

ToJSON CodeRepository Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeRepository

FromJSON CodeRepository Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeRepository

type Rep CodeRepository Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CodeRepository

type Rep CodeRepository = D1 ('MetaData "CodeRepository" "Amazonka.AppRunner.Types.CodeRepository" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "CodeRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "codeConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CodeConfiguration)) :*: (S1 ('MetaSel ('Just "repositoryUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceCodeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceCodeVersion))))

newCodeRepository Source #

Create a value of CodeRepository with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:codeConfiguration:CodeRepository', codeRepository_codeConfiguration - Configuration for building and running the service from a source code repository.

$sel:repositoryUrl:CodeRepository', codeRepository_repositoryUrl - The location of the repository that contains the source code.

$sel:sourceCodeVersion:CodeRepository', codeRepository_sourceCodeVersion - The version that should be used within the source code repository.

Connection

data Connection Source #

Describes an App Runner connection resource.

See: newConnection smart constructor.

Instances

Instances details
Eq Connection Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Connection

Read Connection Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Connection

Show Connection Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Connection

Generic Connection Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Connection

Associated Types

type Rep Connection :: Type -> Type #

NFData Connection Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Connection

Methods

rnf :: Connection -> () #

Hashable Connection Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Connection

FromJSON Connection Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Connection

type Rep Connection Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Connection

type Rep Connection = D1 ('MetaData "Connection" "Amazonka.AppRunner.Types.Connection" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "Connection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionStatus)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "providerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProviderType)) :*: (S1 ('MetaSel ('Just "connectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newConnection :: Connection Source #

Create a value of Connection with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:Connection', connection_status - The current state of the App Runner connection. When the state is AVAILABLE, you can use the connection to create an App Runner service.

$sel:createdAt:Connection', connection_createdAt - The App Runner connection creation time, expressed as a Unix time stamp.

$sel:providerType:Connection', connection_providerType - The source repository provider.

$sel:connectionName:Connection', connection_connectionName - The customer-provided connection name.

$sel:connectionArn:Connection', connection_connectionArn - The Amazon Resource Name (ARN) of this connection.

ConnectionSummary

data ConnectionSummary Source #

Provides summary information about an App Runner connection resource.

See: newConnectionSummary smart constructor.

Instances

Instances details
Eq ConnectionSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionSummary

Read ConnectionSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionSummary

Show ConnectionSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionSummary

Generic ConnectionSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionSummary

Associated Types

type Rep ConnectionSummary :: Type -> Type #

NFData ConnectionSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionSummary

Methods

rnf :: ConnectionSummary -> () #

Hashable ConnectionSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionSummary

FromJSON ConnectionSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionSummary

type Rep ConnectionSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ConnectionSummary

type Rep ConnectionSummary = D1 ('MetaData "ConnectionSummary" "Amazonka.AppRunner.Types.ConnectionSummary" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "ConnectionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionStatus)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "providerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProviderType)) :*: (S1 ('MetaSel ('Just "connectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newConnectionSummary :: ConnectionSummary Source #

Create a value of ConnectionSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:ConnectionSummary', connectionSummary_status - The current state of the App Runner connection. When the state is AVAILABLE, you can use the connection to create an App Runner service.

$sel:createdAt:ConnectionSummary', connectionSummary_createdAt - The App Runner connection creation time, expressed as a Unix time stamp.

$sel:providerType:ConnectionSummary', connectionSummary_providerType - The source repository provider.

$sel:connectionName:ConnectionSummary', connectionSummary_connectionName - The customer-provided connection name.

$sel:connectionArn:ConnectionSummary', connectionSummary_connectionArn - The Amazon Resource Name (ARN) of this connection.

CustomDomain

data CustomDomain Source #

Describes a custom domain that's associated with an App Runner service.

See: newCustomDomain smart constructor.

Instances

Instances details
Eq CustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomain

Read CustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomain

Show CustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomain

Generic CustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomain

Associated Types

type Rep CustomDomain :: Type -> Type #

NFData CustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomain

Methods

rnf :: CustomDomain -> () #

Hashable CustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomain

FromJSON CustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomain

type Rep CustomDomain Source # 
Instance details

Defined in Amazonka.AppRunner.Types.CustomDomain

type Rep CustomDomain = D1 ('MetaData "CustomDomain" "Amazonka.AppRunner.Types.CustomDomain" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "CustomDomain'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "certificateValidationRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CertificateValidationRecord])) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "enableWWWSubdomain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CustomDomainAssociationStatus))))

newCustomDomain Source #

Create a value of CustomDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:certificateValidationRecords:CustomDomain', customDomain_certificateValidationRecords - A list of certificate CNAME records that's used for this domain name.

$sel:domainName:CustomDomain', customDomain_domainName - An associated custom domain endpoint. It can be a root domain (for example, example.com), a subdomain (for example, login.example.com or admin.login.example.com), or a wildcard (for example, *.example.com).

$sel:enableWWWSubdomain:CustomDomain', customDomain_enableWWWSubdomain - When true, the subdomain www.DomainName is associated with the App Runner service in addition to the base domain.

$sel:status:CustomDomain', customDomain_status - The current state of the domain name association.

EncryptionConfiguration

data EncryptionConfiguration Source #

Describes a custom encryption key that App Runner uses to encrypt copies of the source repository and service logs.

See: newEncryptionConfiguration smart constructor.

Instances

Instances details
Eq EncryptionConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.EncryptionConfiguration

Read EncryptionConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.EncryptionConfiguration

Show EncryptionConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.EncryptionConfiguration

Generic EncryptionConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.EncryptionConfiguration

Associated Types

type Rep EncryptionConfiguration :: Type -> Type #

NFData EncryptionConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.EncryptionConfiguration

Methods

rnf :: EncryptionConfiguration -> () #

Hashable EncryptionConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.EncryptionConfiguration

ToJSON EncryptionConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.EncryptionConfiguration

FromJSON EncryptionConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.EncryptionConfiguration

type Rep EncryptionConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.EncryptionConfiguration

type Rep EncryptionConfiguration = D1 ('MetaData "EncryptionConfiguration" "Amazonka.AppRunner.Types.EncryptionConfiguration" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "EncryptionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEncryptionConfiguration Source #

Create a value of EncryptionConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:kmsKey:EncryptionConfiguration', encryptionConfiguration_kmsKey - The ARN of the KMS key that's used for encryption.

HealthCheckConfiguration

data HealthCheckConfiguration Source #

Describes the settings for the health check that App Runner performs to monitor the health of a service.

See: newHealthCheckConfiguration smart constructor.

Instances

Instances details
Eq HealthCheckConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckConfiguration

Read HealthCheckConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckConfiguration

Show HealthCheckConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckConfiguration

Generic HealthCheckConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckConfiguration

Associated Types

type Rep HealthCheckConfiguration :: Type -> Type #

NFData HealthCheckConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckConfiguration

Hashable HealthCheckConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckConfiguration

ToJSON HealthCheckConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckConfiguration

FromJSON HealthCheckConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckConfiguration

type Rep HealthCheckConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.HealthCheckConfiguration

type Rep HealthCheckConfiguration = D1 ('MetaData "HealthCheckConfiguration" "Amazonka.AppRunner.Types.HealthCheckConfiguration" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "HealthCheckConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "healthyThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "protocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HealthCheckProtocol)))) :*: (S1 ('MetaSel ('Just "interval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "unhealthyThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newHealthCheckConfiguration :: HealthCheckConfiguration Source #

Create a value of HealthCheckConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:healthyThreshold:HealthCheckConfiguration', healthCheckConfiguration_healthyThreshold - The number of consecutive checks that must succeed before App Runner decides that the service is healthy.

Default: 1

$sel:path:HealthCheckConfiguration', healthCheckConfiguration_path - The URL that health check requests are sent to.

Path is only applicable when you set Protocol to HTTP.

Default: "/"

$sel:protocol:HealthCheckConfiguration', healthCheckConfiguration_protocol - The IP protocol that App Runner uses to perform health checks for your service.

If you set Protocol to HTTP, App Runner sends health check requests to the HTTP path specified by Path.

Default: TCP

$sel:interval:HealthCheckConfiguration', healthCheckConfiguration_interval - The time interval, in seconds, between health checks.

Default: 5

$sel:timeout:HealthCheckConfiguration', healthCheckConfiguration_timeout - The time, in seconds, to wait for a health check response before deciding it failed.

Default: 2

$sel:unhealthyThreshold:HealthCheckConfiguration', healthCheckConfiguration_unhealthyThreshold - The number of consecutive checks that must fail before App Runner decides that the service is unhealthy.

Default: 5

ImageConfiguration

data ImageConfiguration Source #

Describes the configuration that App Runner uses to run an App Runner service using an image pulled from a source image repository.

See: newImageConfiguration smart constructor.

Instances

Instances details
Eq ImageConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageConfiguration

Show ImageConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageConfiguration

Generic ImageConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageConfiguration

Associated Types

type Rep ImageConfiguration :: Type -> Type #

NFData ImageConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageConfiguration

Methods

rnf :: ImageConfiguration -> () #

Hashable ImageConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageConfiguration

ToJSON ImageConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageConfiguration

FromJSON ImageConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageConfiguration

type Rep ImageConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageConfiguration

type Rep ImageConfiguration = D1 ('MetaData "ImageConfiguration" "Amazonka.AppRunner.Types.ImageConfiguration" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "ImageConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startCommand") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "runtimeEnvironmentVariables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (Sensitive Text)))) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newImageConfiguration :: ImageConfiguration Source #

Create a value of ImageConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:startCommand:ImageConfiguration', imageConfiguration_startCommand - An optional command that App Runner runs to start the application in the source image. If specified, this command overrides the Docker image’s default start command.

$sel:runtimeEnvironmentVariables:ImageConfiguration', imageConfiguration_runtimeEnvironmentVariables - Environment variables that are available to your running App Runner service. An array of key-value pairs. Keys with a prefix of AWSAPPRUNNER are reserved for system use and aren't valid.

$sel:port:ImageConfiguration', imageConfiguration_port - The port that your application listens to in the container.

Default: 8080

ImageRepository

data ImageRepository Source #

Describes a source image repository.

See: newImageRepository smart constructor.

Instances

Instances details
Eq ImageRepository Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepository

Show ImageRepository Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepository

Generic ImageRepository Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepository

Associated Types

type Rep ImageRepository :: Type -> Type #

NFData ImageRepository Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepository

Methods

rnf :: ImageRepository -> () #

Hashable ImageRepository Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepository

ToJSON ImageRepository Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepository

FromJSON ImageRepository Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepository

type Rep ImageRepository Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ImageRepository

type Rep ImageRepository = D1 ('MetaData "ImageRepository" "Amazonka.AppRunner.Types.ImageRepository" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "ImageRepository'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageConfiguration)) :*: (S1 ('MetaSel ('Just "imageIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "imageRepositoryType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ImageRepositoryType))))

newImageRepository Source #

Create a value of ImageRepository with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:imageConfiguration:ImageRepository', imageRepository_imageConfiguration - Configuration for running the identified image.

$sel:imageIdentifier:ImageRepository', imageRepository_imageIdentifier - The identifier of an image.

For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name. For the image name format, see Pulling an image in the Amazon ECR User Guide.

$sel:imageRepositoryType:ImageRepository', imageRepository_imageRepositoryType - The type of the image repository. This reflects the repository provider and whether the repository is private or public.

InstanceConfiguration

data InstanceConfiguration Source #

Describes the runtime configuration of an App Runner service instance (scaling unit).

See: newInstanceConfiguration smart constructor.

Instances

Instances details
Eq InstanceConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.InstanceConfiguration

Read InstanceConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.InstanceConfiguration

Show InstanceConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.InstanceConfiguration

Generic InstanceConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.InstanceConfiguration

Associated Types

type Rep InstanceConfiguration :: Type -> Type #

NFData InstanceConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.InstanceConfiguration

Methods

rnf :: InstanceConfiguration -> () #

Hashable InstanceConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.InstanceConfiguration

ToJSON InstanceConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.InstanceConfiguration

FromJSON InstanceConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.InstanceConfiguration

type Rep InstanceConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.InstanceConfiguration

type Rep InstanceConfiguration = D1 ('MetaData "InstanceConfiguration" "Amazonka.AppRunner.Types.InstanceConfiguration" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "InstanceConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "memory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cpu") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newInstanceConfiguration :: InstanceConfiguration Source #

Create a value of InstanceConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:memory:InstanceConfiguration', instanceConfiguration_memory - The amount of memory, in MB or GB, reserved for each instance of your App Runner service.

Default: 2 GB

$sel:instanceRoleArn:InstanceConfiguration', instanceConfiguration_instanceRoleArn - The Amazon Resource Name (ARN) of an IAM role that provides permissions to your App Runner service. These are permissions that your code needs when it calls any Amazon Web Services APIs.

$sel:cpu:InstanceConfiguration', instanceConfiguration_cpu - The number of CPU units reserved for each instance of your App Runner service.

Default: 1 vCPU

OperationSummary

data OperationSummary Source #

Provides summary information for an operation that occurred on an App Runner service.

See: newOperationSummary smart constructor.

Instances

Instances details
Eq OperationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationSummary

Read OperationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationSummary

Show OperationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationSummary

Generic OperationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationSummary

Associated Types

type Rep OperationSummary :: Type -> Type #

NFData OperationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationSummary

Methods

rnf :: OperationSummary -> () #

Hashable OperationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationSummary

FromJSON OperationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationSummary

type Rep OperationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationSummary

newOperationSummary :: OperationSummary Source #

Create a value of OperationSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:OperationSummary', operationSummary_status - The current state of the operation.

$sel:targetArn:OperationSummary', operationSummary_targetArn - The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).

$sel:endedAt:OperationSummary', operationSummary_endedAt - The time when the operation ended. It's in the Unix time stamp format.

$sel:startedAt:OperationSummary', operationSummary_startedAt - The time when the operation started. It's in the Unix time stamp format.

$sel:id:OperationSummary', operationSummary_id - A unique ID of this operation. It's unique in the scope of the App Runner service.

$sel:type':OperationSummary', operationSummary_type - The type of operation. It indicates a specific action that occured.

$sel:updatedAt:OperationSummary', operationSummary_updatedAt - The time when the operation was last updated. It's in the Unix time stamp format.

Service

data Service Source #

Describes an App Runner service. It can describe a service in any state, including deleted services.

This type contains the full information about a service, including configuration details. It's returned by the CreateService, DescribeService, and DeleteService actions. A subset of this information is returned by the ListServices action using the ServiceSummary type.

See: newService smart constructor.

Instances

Instances details
Eq Service Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Service

Methods

(==) :: Service -> Service -> Bool #

(/=) :: Service -> Service -> Bool #

Show Service Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Service

Generic Service Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Service

Associated Types

type Rep Service :: Type -> Type #

Methods

from :: Service -> Rep Service x #

to :: Rep Service x -> Service #

NFData Service Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Service

Methods

rnf :: Service -> () #

Hashable Service Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Service

Methods

hashWithSalt :: Int -> Service -> Int #

hash :: Service -> Int #

FromJSON Service Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Service

type Rep Service Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Service

type Rep Service = D1 ('MetaData "Service" "Amazonka.AppRunner.Types.Service" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "Service'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "encryptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionConfiguration)) :*: (S1 ('MetaSel ('Just "healthCheckConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HealthCheckConfiguration)) :*: S1 ('MetaSel ('Just "deletedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "serviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "serviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "serviceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceStatus) :*: S1 ('MetaSel ('Just "sourceConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceConfiguration)) :*: (S1 ('MetaSel ('Just "instanceConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InstanceConfiguration) :*: S1 ('MetaSel ('Just "autoScalingConfigurationSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoScalingConfigurationSummary))))))

newService Source #

Create a value of Service with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:encryptionConfiguration:Service', service_encryptionConfiguration - The encryption key that App Runner uses to encrypt the service logs and the copy of the source repository that App Runner maintains for the service. It can be either a customer-provided encryption key or an Amazon Web Services managed CMK.

$sel:healthCheckConfiguration:Service', service_healthCheckConfiguration - The settings for the health check that App Runner performs to monitor the health of this service.

$sel:deletedAt:Service', service_deletedAt - The time when the App Runner service was deleted. It's in the Unix time stamp format.

$sel:serviceName:Service', service_serviceName - The customer-provided service name.

$sel:serviceId:Service', service_serviceId - An ID that App Runner generated for this service. It's unique within the Amazon Web Services Region.

$sel:serviceArn:Service', service_serviceArn - The Amazon Resource Name (ARN) of this service.

$sel:serviceUrl:Service', service_serviceUrl - A subdomain URL that App Runner generated for this service. You can use this URL to access your service web application.

$sel:createdAt:Service', service_createdAt - The time when the App Runner service was created. It's in the Unix time stamp format.

$sel:updatedAt:Service', service_updatedAt - The time when the App Runner service was last updated at. It's in the Unix time stamp format.

$sel:status:Service', service_status - The current state of the App Runner service. These particular values mean the following.

  • CREATE_FAILED – The service failed to create. To troubleshoot this failure, read the failure events and logs, change any parameters that need to be fixed, and retry the call to create the service.

    The failed service isn't usable, and still counts towards your service quota. When you're done analyzing the failure, delete the service.

  • DELETE_FAILED – The service failed to delete and can't be successfully recovered. Retry the service deletion call to ensure that all related resources are removed.

$sel:sourceConfiguration:Service', service_sourceConfiguration - The source deployed to the App Runner service. It can be a code or an image repository.

$sel:instanceConfiguration:Service', service_instanceConfiguration - The runtime configuration of instances (scaling units) of this service.

$sel:autoScalingConfigurationSummary:Service', service_autoScalingConfigurationSummary - Summary information for the App Runner automatic scaling configuration resource that's associated with this service.

ServiceSummary

data ServiceSummary Source #

Provides summary information for an App Runner service.

This type contains limited information about a service. It doesn't include configuration details. It's returned by the ListServices action. Complete service information is returned by the CreateService, DescribeService, and DeleteService actions using the Service type.

See: newServiceSummary smart constructor.

Instances

Instances details
Eq ServiceSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceSummary

Read ServiceSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceSummary

Show ServiceSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceSummary

Generic ServiceSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceSummary

Associated Types

type Rep ServiceSummary :: Type -> Type #

NFData ServiceSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceSummary

Methods

rnf :: ServiceSummary -> () #

Hashable ServiceSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceSummary

FromJSON ServiceSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceSummary

type Rep ServiceSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.ServiceSummary

type Rep ServiceSummary = D1 ('MetaData "ServiceSummary" "Amazonka.AppRunner.Types.ServiceSummary" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "ServiceSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceStatus)) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "serviceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "serviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newServiceSummary :: ServiceSummary Source #

Create a value of ServiceSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:ServiceSummary', serviceSummary_status - The current state of the App Runner service. These particular values mean the following.

  • CREATE_FAILED – The service failed to create. Read the failure events and logs, change any parameters that need to be fixed, and retry the call to create the service.

    The failed service isn't usable, and still counts towards your service quota. When you're done analyzing the failure, delete the service.

  • DELETE_FAILED – The service failed to delete and can't be successfully recovered. Retry the service deletion call to ensure that all related resources are removed.

$sel:createdAt:ServiceSummary', serviceSummary_createdAt - The time when the App Runner service was created. It's in the Unix time stamp format.

$sel:serviceUrl:ServiceSummary', serviceSummary_serviceUrl - A subdomain URL that App Runner generated for this service. You can use this URL to access your service web application.

$sel:serviceName:ServiceSummary', serviceSummary_serviceName - The customer-provided service name.

$sel:updatedAt:ServiceSummary', serviceSummary_updatedAt - The time when the App Runner service was last updated. It's in theUnix time stamp format.

$sel:serviceArn:ServiceSummary', serviceSummary_serviceArn - The Amazon Resource Name (ARN) of this service.

$sel:serviceId:ServiceSummary', serviceSummary_serviceId - An ID that App Runner generated for this service. It's unique within the Amazon Web Services Region.

SourceCodeVersion

data SourceCodeVersion Source #

Identifies a version of code that App Runner refers to within a source code repository.

See: newSourceCodeVersion smart constructor.

Instances

Instances details
Eq SourceCodeVersion Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersion

Read SourceCodeVersion Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersion

Show SourceCodeVersion Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersion

Generic SourceCodeVersion Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersion

Associated Types

type Rep SourceCodeVersion :: Type -> Type #

NFData SourceCodeVersion Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersion

Methods

rnf :: SourceCodeVersion -> () #

Hashable SourceCodeVersion Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersion

ToJSON SourceCodeVersion Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersion

FromJSON SourceCodeVersion Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersion

type Rep SourceCodeVersion Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceCodeVersion

type Rep SourceCodeVersion = D1 ('MetaData "SourceCodeVersion" "Amazonka.AppRunner.Types.SourceCodeVersion" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "SourceCodeVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceCodeVersionType) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSourceCodeVersion Source #

Create a value of SourceCodeVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:type':SourceCodeVersion', sourceCodeVersion_type - The type of version identifier.

For a git-based repository, branches represent versions.

$sel:value:SourceCodeVersion', sourceCodeVersion_value - A source code version.

For a git-based repository, a branch name maps to a specific version. App Runner uses the most recent commit to the branch.

SourceConfiguration

data SourceConfiguration Source #

Describes the source deployed to an App Runner service. It can be a code or an image repository.

See: newSourceConfiguration smart constructor.

Instances

Instances details
Eq SourceConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceConfiguration

Show SourceConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceConfiguration

Generic SourceConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceConfiguration

Associated Types

type Rep SourceConfiguration :: Type -> Type #

NFData SourceConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceConfiguration

Methods

rnf :: SourceConfiguration -> () #

Hashable SourceConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceConfiguration

ToJSON SourceConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceConfiguration

FromJSON SourceConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceConfiguration

type Rep SourceConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.Types.SourceConfiguration

type Rep SourceConfiguration = D1 ('MetaData "SourceConfiguration" "Amazonka.AppRunner.Types.SourceConfiguration" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "SourceConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "imageRepository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageRepository)) :*: S1 ('MetaSel ('Just "codeRepository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CodeRepository))) :*: (S1 ('MetaSel ('Just "autoDeploymentsEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "authenticationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthenticationConfiguration)))))

newSourceConfiguration :: SourceConfiguration Source #

Create a value of SourceConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:imageRepository:SourceConfiguration', sourceConfiguration_imageRepository - The description of a source image repository.

You must provide either this member or CodeRepository (but not both).

$sel:codeRepository:SourceConfiguration', sourceConfiguration_codeRepository - The description of a source code repository.

You must provide either this member or ImageRepository (but not both).

$sel:autoDeploymentsEnabled:SourceConfiguration', sourceConfiguration_autoDeploymentsEnabled - If true, continuous integration from the source repository is enabled for the App Runner service. Each repository change (including any source code commit or new image version) starts a deployment.

Default: App Runner sets to false for a source image that uses an ECR Public repository or an ECR repository that's in an Amazon Web Services account other than the one that the service is in. App Runner sets to true in all other cases (which currently include a source code repository or a source image using a same-account ECR repository).

$sel:authenticationConfiguration:SourceConfiguration', sourceConfiguration_authenticationConfiguration - Describes the resources that are needed to authenticate access to some source repositories.

Tag

data Tag Source #

Describes a tag that is applied to an App Runner resource. A tag is a metadata item consisting of a key-value pair.

See: newTag smart constructor.

Constructors

Tag' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.AppRunner.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.AppRunner.Types.Tag" "libZSservicesZSamazonka-apprunnerZSamazonka-apprunner" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTag :: Tag Source #

Create a value of Tag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:Tag', tag_value - The value of the tag.

$sel:key:Tag', tag_key - The key of the tag.