...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/apprunner"
Overview
Constants

Overview ▾

Package apprunner provides the client and types for making API requests to AWS 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 (https://docs.aws.amazon.com/apprunner/latest/dg/). For release information, see the App Runner Release Notes (https://docs.aws.amazon.com/apprunner/latest/relnotes/).

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 (http://aws.amazon.com/tools/).

Endpoints

For a list of Region-specific endpoints that App Runner supports, see App Runner endpoints and quotas (https://docs.aws.amazon.com/general/latest/gr/apprunner.html) in the Amazon Web Services General Reference.

See https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15 for more information on this service.

See apprunner package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/apprunner/

Using the Client

To contact AWS App Runner with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the AWS App Runner client AppRunner for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/apprunner/#New

The stub package, apprunneriface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Types ▾

type AppRunner
func New(p client.ConfigProvider, cfgs ...*aws.Config) *AppRunner
func (c *AppRunner) AssociateCustomDomain(input *AssociateCustomDomainInput) (*AssociateCustomDomainOutput, error)
func (c *AppRunner) AssociateCustomDomainRequest(input *AssociateCustomDomainInput) (req *request.Request, output *AssociateCustomDomainOutput)
func (c *AppRunner) AssociateCustomDomainWithContext(ctx aws.Context, input *AssociateCustomDomainInput, opts ...request.Option) (*AssociateCustomDomainOutput, error)
func (c *AppRunner) CreateAutoScalingConfiguration(input *CreateAutoScalingConfigurationInput) (*CreateAutoScalingConfigurationOutput, error)
func (c *AppRunner) CreateAutoScalingConfigurationRequest(input *CreateAutoScalingConfigurationInput) (req *request.Request, output *CreateAutoScalingConfigurationOutput)
func (c *AppRunner) CreateAutoScalingConfigurationWithContext(ctx aws.Context, input *CreateAutoScalingConfigurationInput, opts ...request.Option) (*CreateAutoScalingConfigurationOutput, error)
func (c *AppRunner) CreateConnection(input *CreateConnectionInput) (*CreateConnectionOutput, error)
func (c *AppRunner) CreateConnectionRequest(input *CreateConnectionInput) (req *request.Request, output *CreateConnectionOutput)
func (c *AppRunner) CreateConnectionWithContext(ctx aws.Context, input *CreateConnectionInput, opts ...request.Option) (*CreateConnectionOutput, error)
func (c *AppRunner) CreateObservabilityConfiguration(input *CreateObservabilityConfigurationInput) (*CreateObservabilityConfigurationOutput, error)
func (c *AppRunner) CreateObservabilityConfigurationRequest(input *CreateObservabilityConfigurationInput) (req *request.Request, output *CreateObservabilityConfigurationOutput)
func (c *AppRunner) CreateObservabilityConfigurationWithContext(ctx aws.Context, input *CreateObservabilityConfigurationInput, opts ...request.Option) (*CreateObservabilityConfigurationOutput, error)
func (c *AppRunner) CreateService(input *CreateServiceInput) (*CreateServiceOutput, error)
func (c *AppRunner) CreateServiceRequest(input *CreateServiceInput) (req *request.Request, output *CreateServiceOutput)
func (c *AppRunner) CreateServiceWithContext(ctx aws.Context, input *CreateServiceInput, opts ...request.Option) (*CreateServiceOutput, error)
func (c *AppRunner) CreateVpcConnector(input *CreateVpcConnectorInput) (*CreateVpcConnectorOutput, error)
func (c *AppRunner) CreateVpcConnectorRequest(input *CreateVpcConnectorInput) (req *request.Request, output *CreateVpcConnectorOutput)
func (c *AppRunner) CreateVpcConnectorWithContext(ctx aws.Context, input *CreateVpcConnectorInput, opts ...request.Option) (*CreateVpcConnectorOutput, error)
func (c *AppRunner) CreateVpcIngressConnection(input *CreateVpcIngressConnectionInput) (*CreateVpcIngressConnectionOutput, error)
func (c *AppRunner) CreateVpcIngressConnectionRequest(input *CreateVpcIngressConnectionInput) (req *request.Request, output *CreateVpcIngressConnectionOutput)
func (c *AppRunner) CreateVpcIngressConnectionWithContext(ctx aws.Context, input *CreateVpcIngressConnectionInput, opts ...request.Option) (*CreateVpcIngressConnectionOutput, error)
func (c *AppRunner) DeleteAutoScalingConfiguration(input *DeleteAutoScalingConfigurationInput) (*DeleteAutoScalingConfigurationOutput, error)
func (c *AppRunner) DeleteAutoScalingConfigurationRequest(input *DeleteAutoScalingConfigurationInput) (req *request.Request, output *DeleteAutoScalingConfigurationOutput)
func (c *AppRunner) DeleteAutoScalingConfigurationWithContext(ctx aws.Context, input *DeleteAutoScalingConfigurationInput, opts ...request.Option) (*DeleteAutoScalingConfigurationOutput, error)
func (c *AppRunner) DeleteConnection(input *DeleteConnectionInput) (*DeleteConnectionOutput, error)
func (c *AppRunner) DeleteConnectionRequest(input *DeleteConnectionInput) (req *request.Request, output *DeleteConnectionOutput)
func (c *AppRunner) DeleteConnectionWithContext(ctx aws.Context, input *DeleteConnectionInput, opts ...request.Option) (*DeleteConnectionOutput, error)
func (c *AppRunner) DeleteObservabilityConfiguration(input *DeleteObservabilityConfigurationInput) (*DeleteObservabilityConfigurationOutput, error)
func (c *AppRunner) DeleteObservabilityConfigurationRequest(input *DeleteObservabilityConfigurationInput) (req *request.Request, output *DeleteObservabilityConfigurationOutput)
func (c *AppRunner) DeleteObservabilityConfigurationWithContext(ctx aws.Context, input *DeleteObservabilityConfigurationInput, opts ...request.Option) (*DeleteObservabilityConfigurationOutput, error)
func (c *AppRunner) DeleteService(input *DeleteServiceInput) (*DeleteServiceOutput, error)
func (c *AppRunner) DeleteServiceRequest(input *DeleteServiceInput) (req *request.Request, output *DeleteServiceOutput)
func (c *AppRunner) DeleteServiceWithContext(ctx aws.Context, input *DeleteServiceInput, opts ...request.Option) (*DeleteServiceOutput, error)
func (c *AppRunner) DeleteVpcConnector(input *DeleteVpcConnectorInput) (*DeleteVpcConnectorOutput, error)
func (c *AppRunner) DeleteVpcConnectorRequest(input *DeleteVpcConnectorInput) (req *request.Request, output *DeleteVpcConnectorOutput)
func (c *AppRunner) DeleteVpcConnectorWithContext(ctx aws.Context, input *DeleteVpcConnectorInput, opts ...request.Option) (*DeleteVpcConnectorOutput, error)
func (c *AppRunner) DeleteVpcIngressConnection(input *DeleteVpcIngressConnectionInput) (*DeleteVpcIngressConnectionOutput, error)
func (c *AppRunner) DeleteVpcIngressConnectionRequest(input *DeleteVpcIngressConnectionInput) (req *request.Request, output *DeleteVpcIngressConnectionOutput)
func (c *AppRunner) DeleteVpcIngressConnectionWithContext(ctx aws.Context, input *DeleteVpcIngressConnectionInput, opts ...request.Option) (*DeleteVpcIngressConnectionOutput, error)
func (c *AppRunner) DescribeAutoScalingConfiguration(input *DescribeAutoScalingConfigurationInput) (*DescribeAutoScalingConfigurationOutput, error)
func (c *AppRunner) DescribeAutoScalingConfigurationRequest(input *DescribeAutoScalingConfigurationInput) (req *request.Request, output *DescribeAutoScalingConfigurationOutput)
func (c *AppRunner) DescribeAutoScalingConfigurationWithContext(ctx aws.Context, input *DescribeAutoScalingConfigurationInput, opts ...request.Option) (*DescribeAutoScalingConfigurationOutput, error)
func (c *AppRunner) DescribeCustomDomains(input *DescribeCustomDomainsInput) (*DescribeCustomDomainsOutput, error)
func (c *AppRunner) DescribeCustomDomainsPages(input *DescribeCustomDomainsInput, fn func(*DescribeCustomDomainsOutput, bool) bool) error
func (c *AppRunner) DescribeCustomDomainsPagesWithContext(ctx aws.Context, input *DescribeCustomDomainsInput, fn func(*DescribeCustomDomainsOutput, bool) bool, opts ...request.Option) error
func (c *AppRunner) DescribeCustomDomainsRequest(input *DescribeCustomDomainsInput) (req *request.Request, output *DescribeCustomDomainsOutput)
func (c *AppRunner) DescribeCustomDomainsWithContext(ctx aws.Context, input *DescribeCustomDomainsInput, opts ...request.Option) (*DescribeCustomDomainsOutput, error)
func (c *AppRunner) DescribeObservabilityConfiguration(input *DescribeObservabilityConfigurationInput) (*DescribeObservabilityConfigurationOutput, error)
func (c *AppRunner) DescribeObservabilityConfigurationRequest(input *DescribeObservabilityConfigurationInput) (req *request.Request, output *DescribeObservabilityConfigurationOutput)
func (c *AppRunner) DescribeObservabilityConfigurationWithContext(ctx aws.Context, input *DescribeObservabilityConfigurationInput, opts ...request.Option) (*DescribeObservabilityConfigurationOutput, error)
func (c *AppRunner) DescribeService(input *DescribeServiceInput) (*DescribeServiceOutput, error)
func (c *AppRunner) DescribeServiceRequest(input *DescribeServiceInput) (req *request.Request, output *DescribeServiceOutput)
func (c *AppRunner) DescribeServiceWithContext(ctx aws.Context, input *DescribeServiceInput, opts ...request.Option) (*DescribeServiceOutput, error)
func (c *AppRunner) DescribeVpcConnector(input *DescribeVpcConnectorInput) (*DescribeVpcConnectorOutput, error)
func (c *AppRunner) DescribeVpcConnectorRequest(input *DescribeVpcConnectorInput) (req *request.Request, output *DescribeVpcConnectorOutput)
func (c *AppRunner) DescribeVpcConnectorWithContext(ctx aws.Context, input *DescribeVpcConnectorInput, opts ...request.Option) (*DescribeVpcConnectorOutput, error)
func (c *AppRunner) DescribeVpcIngressConnection(input *DescribeVpcIngressConnectionInput) (*DescribeVpcIngressConnectionOutput, error)
func (c *AppRunner) DescribeVpcIngressConnectionRequest(input *DescribeVpcIngressConnectionInput) (req *request.Request, output *DescribeVpcIngressConnectionOutput)
func (c *AppRunner) DescribeVpcIngressConnectionWithContext(ctx aws.Context, input *DescribeVpcIngressConnectionInput, opts ...request.Option) (*DescribeVpcIngressConnectionOutput, error)
func (c *AppRunner) DisassociateCustomDomain(input *DisassociateCustomDomainInput) (*DisassociateCustomDomainOutput, error)
func (c *AppRunner) DisassociateCustomDomainRequest(input *DisassociateCustomDomainInput) (req *request.Request, output *DisassociateCustomDomainOutput)
func (c *AppRunner) DisassociateCustomDomainWithContext(ctx aws.Context, input *DisassociateCustomDomainInput, opts ...request.Option) (*DisassociateCustomDomainOutput, error)
func (c *AppRunner) ListAutoScalingConfigurations(input *ListAutoScalingConfigurationsInput) (*ListAutoScalingConfigurationsOutput, error)
func (c *AppRunner) ListAutoScalingConfigurationsPages(input *ListAutoScalingConfigurationsInput, fn func(*ListAutoScalingConfigurationsOutput, bool) bool) error
func (c *AppRunner) ListAutoScalingConfigurationsPagesWithContext(ctx aws.Context, input *ListAutoScalingConfigurationsInput, fn func(*ListAutoScalingConfigurationsOutput, bool) bool, opts ...request.Option) error
func (c *AppRunner) ListAutoScalingConfigurationsRequest(input *ListAutoScalingConfigurationsInput) (req *request.Request, output *ListAutoScalingConfigurationsOutput)
func (c *AppRunner) ListAutoScalingConfigurationsWithContext(ctx aws.Context, input *ListAutoScalingConfigurationsInput, opts ...request.Option) (*ListAutoScalingConfigurationsOutput, error)
func (c *AppRunner) ListConnections(input *ListConnectionsInput) (*ListConnectionsOutput, error)
func (c *AppRunner) ListConnectionsPages(input *ListConnectionsInput, fn func(*ListConnectionsOutput, bool) bool) error
func (c *AppRunner) ListConnectionsPagesWithContext(ctx aws.Context, input *ListConnectionsInput, fn func(*ListConnectionsOutput, bool) bool, opts ...request.Option) error
func (c *AppRunner) ListConnectionsRequest(input *ListConnectionsInput) (req *request.Request, output *ListConnectionsOutput)
func (c *AppRunner) ListConnectionsWithContext(ctx aws.Context, input *ListConnectionsInput, opts ...request.Option) (*ListConnectionsOutput, error)
func (c *AppRunner) ListObservabilityConfigurations(input *ListObservabilityConfigurationsInput) (*ListObservabilityConfigurationsOutput, error)
func (c *AppRunner) ListObservabilityConfigurationsPages(input *ListObservabilityConfigurationsInput, fn func(*ListObservabilityConfigurationsOutput, bool) bool) error
func (c *AppRunner) ListObservabilityConfigurationsPagesWithContext(ctx aws.Context, input *ListObservabilityConfigurationsInput, fn func(*ListObservabilityConfigurationsOutput, bool) bool, opts ...request.Option) error
func (c *AppRunner) ListObservabilityConfigurationsRequest(input *ListObservabilityConfigurationsInput) (req *request.Request, output *ListObservabilityConfigurationsOutput)
func (c *AppRunner) ListObservabilityConfigurationsWithContext(ctx aws.Context, input *ListObservabilityConfigurationsInput, opts ...request.Option) (*ListObservabilityConfigurationsOutput, error)
func (c *AppRunner) ListOperations(input *ListOperationsInput) (*ListOperationsOutput, error)
func (c *AppRunner) ListOperationsPages(input *ListOperationsInput, fn func(*ListOperationsOutput, bool) bool) error
func (c *AppRunner) ListOperationsPagesWithContext(ctx aws.Context, input *ListOperationsInput, fn func(*ListOperationsOutput, bool) bool, opts ...request.Option) error
func (c *AppRunner) ListOperationsRequest(input *ListOperationsInput) (req *request.Request, output *ListOperationsOutput)
func (c *AppRunner) ListOperationsWithContext(ctx aws.Context, input *ListOperationsInput, opts ...request.Option) (*ListOperationsOutput, error)
func (c *AppRunner) ListServices(input *ListServicesInput) (*ListServicesOutput, error)
func (c *AppRunner) ListServicesForAutoScalingConfiguration(input *ListServicesForAutoScalingConfigurationInput) (*ListServicesForAutoScalingConfigurationOutput, error)
func (c *AppRunner) ListServicesForAutoScalingConfigurationPages(input *ListServicesForAutoScalingConfigurationInput, fn func(*ListServicesForAutoScalingConfigurationOutput, bool) bool) error
func (c *AppRunner) ListServicesForAutoScalingConfigurationPagesWithContext(ctx aws.Context, input *ListServicesForAutoScalingConfigurationInput, fn func(*ListServicesForAutoScalingConfigurationOutput, bool) bool, opts ...request.Option) error
func (c *AppRunner) ListServicesForAutoScalingConfigurationRequest(input *ListServicesForAutoScalingConfigurationInput) (req *request.Request, output *ListServicesForAutoScalingConfigurationOutput)
func (c *AppRunner) ListServicesForAutoScalingConfigurationWithContext(ctx aws.Context, input *ListServicesForAutoScalingConfigurationInput, opts ...request.Option) (*ListServicesForAutoScalingConfigurationOutput, error)
func (c *AppRunner) ListServicesPages(input *ListServicesInput, fn func(*ListServicesOutput, bool) bool) error
func (c *AppRunner) ListServicesPagesWithContext(ctx aws.Context, input *ListServicesInput, fn func(*ListServicesOutput, bool) bool, opts ...request.Option) error
func (c *AppRunner) ListServicesRequest(input *ListServicesInput) (req *request.Request, output *ListServicesOutput)
func (c *AppRunner) ListServicesWithContext(ctx aws.Context, input *ListServicesInput, opts ...request.Option) (*ListServicesOutput, error)
func (c *AppRunner) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *AppRunner) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *AppRunner) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *AppRunner) ListVpcConnectors(input *ListVpcConnectorsInput) (*ListVpcConnectorsOutput, error)
func (c *AppRunner) ListVpcConnectorsPages(input *ListVpcConnectorsInput, fn func(*ListVpcConnectorsOutput, bool) bool) error
func (c *AppRunner) ListVpcConnectorsPagesWithContext(ctx aws.Context, input *ListVpcConnectorsInput, fn func(*ListVpcConnectorsOutput, bool) bool, opts ...request.Option) error
func (c *AppRunner) ListVpcConnectorsRequest(input *ListVpcConnectorsInput) (req *request.Request, output *ListVpcConnectorsOutput)
func (c *AppRunner) ListVpcConnectorsWithContext(ctx aws.Context, input *ListVpcConnectorsInput, opts ...request.Option) (*ListVpcConnectorsOutput, error)
func (c *AppRunner) ListVpcIngressConnections(input *ListVpcIngressConnectionsInput) (*ListVpcIngressConnectionsOutput, error)
func (c *AppRunner) ListVpcIngressConnectionsPages(input *ListVpcIngressConnectionsInput, fn func(*ListVpcIngressConnectionsOutput, bool) bool) error
func (c *AppRunner) ListVpcIngressConnectionsPagesWithContext(ctx aws.Context, input *ListVpcIngressConnectionsInput, fn func(*ListVpcIngressConnectionsOutput, bool) bool, opts ...request.Option) error
func (c *AppRunner) ListVpcIngressConnectionsRequest(input *ListVpcIngressConnectionsInput) (req *request.Request, output *ListVpcIngressConnectionsOutput)
func (c *AppRunner) ListVpcIngressConnectionsWithContext(ctx aws.Context, input *ListVpcIngressConnectionsInput, opts ...request.Option) (*ListVpcIngressConnectionsOutput, error)
func (c *AppRunner) PauseService(input *PauseServiceInput) (*PauseServiceOutput, error)
func (c *AppRunner) PauseServiceRequest(input *PauseServiceInput) (req *request.Request, output *PauseServiceOutput)
func (c *AppRunner) PauseServiceWithContext(ctx aws.Context, input *PauseServiceInput, opts ...request.Option) (*PauseServiceOutput, error)
func (c *AppRunner) ResumeService(input *ResumeServiceInput) (*ResumeServiceOutput, error)
func (c *AppRunner) ResumeServiceRequest(input *ResumeServiceInput) (req *request.Request, output *ResumeServiceOutput)
func (c *AppRunner) ResumeServiceWithContext(ctx aws.Context, input *ResumeServiceInput, opts ...request.Option) (*ResumeServiceOutput, error)
func (c *AppRunner) StartDeployment(input *StartDeploymentInput) (*StartDeploymentOutput, error)
func (c *AppRunner) StartDeploymentRequest(input *StartDeploymentInput) (req *request.Request, output *StartDeploymentOutput)
func (c *AppRunner) StartDeploymentWithContext(ctx aws.Context, input *StartDeploymentInput, opts ...request.Option) (*StartDeploymentOutput, error)
func (c *AppRunner) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
func (c *AppRunner) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
func (c *AppRunner) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
func (c *AppRunner) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
func (c *AppRunner) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
func (c *AppRunner) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
func (c *AppRunner) UpdateDefaultAutoScalingConfiguration(input *UpdateDefaultAutoScalingConfigurationInput) (*UpdateDefaultAutoScalingConfigurationOutput, error)
func (c *AppRunner) UpdateDefaultAutoScalingConfigurationRequest(input *UpdateDefaultAutoScalingConfigurationInput) (req *request.Request, output *UpdateDefaultAutoScalingConfigurationOutput)
func (c *AppRunner) UpdateDefaultAutoScalingConfigurationWithContext(ctx aws.Context, input *UpdateDefaultAutoScalingConfigurationInput, opts ...request.Option) (*UpdateDefaultAutoScalingConfigurationOutput, error)
func (c *AppRunner) UpdateService(input *UpdateServiceInput) (*UpdateServiceOutput, error)
func (c *AppRunner) UpdateServiceRequest(input *UpdateServiceInput) (req *request.Request, output *UpdateServiceOutput)
func (c *AppRunner) UpdateServiceWithContext(ctx aws.Context, input *UpdateServiceInput, opts ...request.Option) (*UpdateServiceOutput, error)
func (c *AppRunner) UpdateVpcIngressConnection(input *UpdateVpcIngressConnectionInput) (*UpdateVpcIngressConnectionOutput, error)
func (c *AppRunner) UpdateVpcIngressConnectionRequest(input *UpdateVpcIngressConnectionInput) (req *request.Request, output *UpdateVpcIngressConnectionOutput)
func (c *AppRunner) UpdateVpcIngressConnectionWithContext(ctx aws.Context, input *UpdateVpcIngressConnectionInput, opts ...request.Option) (*UpdateVpcIngressConnectionOutput, error)
func AutoScalingConfigurationStatus_Values() []string
func CertificateValidationRecordStatus_Values() []string
func ConfigurationSource_Values() []string
func ConnectionStatus_Values() []string
func CustomDomainAssociationStatus_Values() []string
func EgressType_Values() []string
func HealthCheckProtocol_Values() []string
func ImageRepositoryType_Values() []string
func IpAddressType_Values() []string
func ObservabilityConfigurationStatus_Values() []string
func OperationStatus_Values() []string
func OperationType_Values() []string
func ProviderType_Values() []string
func Runtime_Values() []string
func ServiceStatus_Values() []string
func SourceCodeVersionType_Values() []string
func TracingVendor_Values() []string
func VpcConnectorStatus_Values() []string
func VpcIngressConnectionStatus_Values() []string
type AssociateCustomDomainInput
type AssociateCustomDomainOutput
type AuthenticationConfiguration
type AutoScalingConfiguration
type AutoScalingConfigurationSummary
type CertificateValidationRecord
type CodeConfiguration
type CodeConfigurationValues
type CodeRepository
type Connection
type ConnectionSummary
type CreateAutoScalingConfigurationInput
type CreateAutoScalingConfigurationOutput
type CreateConnectionInput
type CreateConnectionOutput
type CreateObservabilityConfigurationInput
type CreateObservabilityConfigurationOutput
type CreateServiceInput
type CreateServiceOutput
type CreateVpcConnectorInput
type CreateVpcConnectorOutput
type CreateVpcIngressConnectionInput
type CreateVpcIngressConnectionOutput
type CustomDomain
type DeleteAutoScalingConfigurationInput
type DeleteAutoScalingConfigurationOutput
type DeleteConnectionInput
type DeleteConnectionOutput
type DeleteObservabilityConfigurationInput
type DeleteObservabilityConfigurationOutput
type DeleteServiceInput
type DeleteServiceOutput
type DeleteVpcConnectorInput
type DeleteVpcConnectorOutput
type DeleteVpcIngressConnectionInput
type DeleteVpcIngressConnectionOutput
type DescribeAutoScalingConfigurationInput
type DescribeAutoScalingConfigurationOutput
type DescribeCustomDomainsInput
type DescribeCustomDomainsOutput
type DescribeObservabilityConfigurationInput
type DescribeObservabilityConfigurationOutput
type DescribeServiceInput
type DescribeServiceOutput
type DescribeVpcConnectorInput
type DescribeVpcConnectorOutput
type DescribeVpcIngressConnectionInput
type DescribeVpcIngressConnectionOutput
type DisassociateCustomDomainInput
type DisassociateCustomDomainOutput
type EgressConfiguration
type EncryptionConfiguration
type HealthCheckConfiguration
type ImageConfiguration
type ImageRepository
type IngressConfiguration
type IngressVpcConfiguration
type InstanceConfiguration
type InternalServiceErrorException
type InvalidRequestException
type InvalidStateException
type ListAutoScalingConfigurationsInput
type ListAutoScalingConfigurationsOutput
type ListConnectionsInput
type ListConnectionsOutput
type ListObservabilityConfigurationsInput
type ListObservabilityConfigurationsOutput
type ListOperationsInput
type ListOperationsOutput
type ListServicesForAutoScalingConfigurationInput
type ListServicesForAutoScalingConfigurationOutput
type ListServicesInput
type ListServicesOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type ListVpcConnectorsInput
type ListVpcConnectorsOutput
type ListVpcIngressConnectionsFilter
type ListVpcIngressConnectionsInput
type ListVpcIngressConnectionsOutput
type NetworkConfiguration
type ObservabilityConfiguration
type ObservabilityConfigurationSummary
type OperationSummary
type PauseServiceInput
type PauseServiceOutput
type ResourceNotFoundException
type ResumeServiceInput
type ResumeServiceOutput
type Service
type ServiceObservabilityConfiguration
type ServiceQuotaExceededException
type ServiceSummary
type SourceCodeVersion
type SourceConfiguration
type StartDeploymentInput
type StartDeploymentOutput
type Tag
type TagResourceInput
type TagResourceOutput
type TraceConfiguration
type UntagResourceInput
type UntagResourceOutput
type UpdateDefaultAutoScalingConfigurationInput
type UpdateDefaultAutoScalingConfigurationOutput
type UpdateServiceInput
type UpdateServiceOutput
type UpdateVpcIngressConnectionInput
type UpdateVpcIngressConnectionOutput
type VpcConnector
type VpcDNSTarget
type VpcIngressConnection
type VpcIngressConnectionSummary

Constants ▾

const (
    // AutoScalingConfigurationStatusActive is a AutoScalingConfigurationStatus enum value
    AutoScalingConfigurationStatusActive = "ACTIVE"

    // AutoScalingConfigurationStatusInactive is a AutoScalingConfigurationStatus enum value
    AutoScalingConfigurationStatusInactive = "INACTIVE"
)
const (
    // CertificateValidationRecordStatusPendingValidation is a CertificateValidationRecordStatus enum value
    CertificateValidationRecordStatusPendingValidation = "PENDING_VALIDATION"

    // CertificateValidationRecordStatusSuccess is a CertificateValidationRecordStatus enum value
    CertificateValidationRecordStatusSuccess = "SUCCESS"

    // CertificateValidationRecordStatusFailed is a CertificateValidationRecordStatus enum value
    CertificateValidationRecordStatusFailed = "FAILED"
)
const (
    // ConfigurationSourceRepository is a ConfigurationSource enum value
    ConfigurationSourceRepository = "REPOSITORY"

    // ConfigurationSourceApi is a ConfigurationSource enum value
    ConfigurationSourceApi = "API"
)
const (
    // ConnectionStatusPendingHandshake is a ConnectionStatus enum value
    ConnectionStatusPendingHandshake = "PENDING_HANDSHAKE"

    // ConnectionStatusAvailable is a ConnectionStatus enum value
    ConnectionStatusAvailable = "AVAILABLE"

    // ConnectionStatusError is a ConnectionStatus enum value
    ConnectionStatusError = "ERROR"

    // ConnectionStatusDeleted is a ConnectionStatus enum value
    ConnectionStatusDeleted = "DELETED"
)
const (
    // CustomDomainAssociationStatusCreating is a CustomDomainAssociationStatus enum value
    CustomDomainAssociationStatusCreating = "CREATING"

    // CustomDomainAssociationStatusCreateFailed is a CustomDomainAssociationStatus enum value
    CustomDomainAssociationStatusCreateFailed = "CREATE_FAILED"

    // CustomDomainAssociationStatusActive is a CustomDomainAssociationStatus enum value
    CustomDomainAssociationStatusActive = "ACTIVE"

    // CustomDomainAssociationStatusDeleting is a CustomDomainAssociationStatus enum value
    CustomDomainAssociationStatusDeleting = "DELETING"

    // CustomDomainAssociationStatusDeleteFailed is a CustomDomainAssociationStatus enum value
    CustomDomainAssociationStatusDeleteFailed = "DELETE_FAILED"

    // CustomDomainAssociationStatusPendingCertificateDnsValidation is a CustomDomainAssociationStatus enum value
    CustomDomainAssociationStatusPendingCertificateDnsValidation = "PENDING_CERTIFICATE_DNS_VALIDATION"

    // CustomDomainAssociationStatusBindingCertificate is a CustomDomainAssociationStatus enum value
    CustomDomainAssociationStatusBindingCertificate = "BINDING_CERTIFICATE"
)
const (
    // EgressTypeDefault is a EgressType enum value
    EgressTypeDefault = "DEFAULT"

    // EgressTypeVpc is a EgressType enum value
    EgressTypeVpc = "VPC"
)
const (
    // HealthCheckProtocolTcp is a HealthCheckProtocol enum value
    HealthCheckProtocolTcp = "TCP"

    // HealthCheckProtocolHttp is a HealthCheckProtocol enum value
    HealthCheckProtocolHttp = "HTTP"
)
const (
    // ImageRepositoryTypeEcr is a ImageRepositoryType enum value
    ImageRepositoryTypeEcr = "ECR"

    // ImageRepositoryTypeEcrPublic is a ImageRepositoryType enum value
    ImageRepositoryTypeEcrPublic = "ECR_PUBLIC"
)
const (
    // IpAddressTypeIpv4 is a IpAddressType enum value
    IpAddressTypeIpv4 = "IPV4"

    // IpAddressTypeDualStack is a IpAddressType enum value
    IpAddressTypeDualStack = "DUAL_STACK"
)
const (
    // ObservabilityConfigurationStatusActive is a ObservabilityConfigurationStatus enum value
    ObservabilityConfigurationStatusActive = "ACTIVE"

    // ObservabilityConfigurationStatusInactive is a ObservabilityConfigurationStatus enum value
    ObservabilityConfigurationStatusInactive = "INACTIVE"
)
const (
    // OperationStatusPending is a OperationStatus enum value
    OperationStatusPending = "PENDING"

    // OperationStatusInProgress is a OperationStatus enum value
    OperationStatusInProgress = "IN_PROGRESS"

    // OperationStatusFailed is a OperationStatus enum value
    OperationStatusFailed = "FAILED"

    // OperationStatusSucceeded is a OperationStatus enum value
    OperationStatusSucceeded = "SUCCEEDED"

    // OperationStatusRollbackInProgress is a OperationStatus enum value
    OperationStatusRollbackInProgress = "ROLLBACK_IN_PROGRESS"

    // OperationStatusRollbackFailed is a OperationStatus enum value
    OperationStatusRollbackFailed = "ROLLBACK_FAILED"

    // OperationStatusRollbackSucceeded is a OperationStatus enum value
    OperationStatusRollbackSucceeded = "ROLLBACK_SUCCEEDED"
)
const (
    // OperationTypeStartDeployment is a OperationType enum value
    OperationTypeStartDeployment = "START_DEPLOYMENT"

    // OperationTypeCreateService is a OperationType enum value
    OperationTypeCreateService = "CREATE_SERVICE"

    // OperationTypePauseService is a OperationType enum value
    OperationTypePauseService = "PAUSE_SERVICE"

    // OperationTypeResumeService is a OperationType enum value
    OperationTypeResumeService = "RESUME_SERVICE"

    // OperationTypeDeleteService is a OperationType enum value
    OperationTypeDeleteService = "DELETE_SERVICE"

    // OperationTypeUpdateService is a OperationType enum value
    OperationTypeUpdateService = "UPDATE_SERVICE"
)
const (
    // ProviderTypeGithub is a ProviderType enum value
    ProviderTypeGithub = "GITHUB"

    // ProviderTypeBitbucket is a ProviderType enum value
    ProviderTypeBitbucket = "BITBUCKET"
)
const (
    // RuntimePython3 is a Runtime enum value
    RuntimePython3 = "PYTHON_3"

    // RuntimeNodejs12 is a Runtime enum value
    RuntimeNodejs12 = "NODEJS_12"

    // RuntimeNodejs14 is a Runtime enum value
    RuntimeNodejs14 = "NODEJS_14"

    // RuntimeCorretto8 is a Runtime enum value
    RuntimeCorretto8 = "CORRETTO_8"

    // RuntimeCorretto11 is a Runtime enum value
    RuntimeCorretto11 = "CORRETTO_11"

    // RuntimeNodejs16 is a Runtime enum value
    RuntimeNodejs16 = "NODEJS_16"

    // RuntimeGo1 is a Runtime enum value
    RuntimeGo1 = "GO_1"

    // RuntimeDotnet6 is a Runtime enum value
    RuntimeDotnet6 = "DOTNET_6"

    // RuntimePhp81 is a Runtime enum value
    RuntimePhp81 = "PHP_81"

    // RuntimeRuby31 is a Runtime enum value
    RuntimeRuby31 = "RUBY_31"

    // RuntimePython311 is a Runtime enum value
    RuntimePython311 = "PYTHON_311"

    // RuntimeNodejs18 is a Runtime enum value
    RuntimeNodejs18 = "NODEJS_18"
)
const (
    // ServiceStatusCreateFailed is a ServiceStatus enum value
    ServiceStatusCreateFailed = "CREATE_FAILED"

    // ServiceStatusRunning is a ServiceStatus enum value
    ServiceStatusRunning = "RUNNING"

    // ServiceStatusDeleted is a ServiceStatus enum value
    ServiceStatusDeleted = "DELETED"

    // ServiceStatusDeleteFailed is a ServiceStatus enum value
    ServiceStatusDeleteFailed = "DELETE_FAILED"

    // ServiceStatusPaused is a ServiceStatus enum value
    ServiceStatusPaused = "PAUSED"

    // ServiceStatusOperationInProgress is a ServiceStatus enum value
    ServiceStatusOperationInProgress = "OPERATION_IN_PROGRESS"
)
const (
    // VpcConnectorStatusActive is a VpcConnectorStatus enum value
    VpcConnectorStatusActive = "ACTIVE"

    // VpcConnectorStatusInactive is a VpcConnectorStatus enum value
    VpcConnectorStatusInactive = "INACTIVE"
)
const (
    // VpcIngressConnectionStatusAvailable is a VpcIngressConnectionStatus enum value
    VpcIngressConnectionStatusAvailable = "AVAILABLE"

    // VpcIngressConnectionStatusPendingCreation is a VpcIngressConnectionStatus enum value
    VpcIngressConnectionStatusPendingCreation = "PENDING_CREATION"

    // VpcIngressConnectionStatusPendingUpdate is a VpcIngressConnectionStatus enum value
    VpcIngressConnectionStatusPendingUpdate = "PENDING_UPDATE"

    // VpcIngressConnectionStatusPendingDeletion is a VpcIngressConnectionStatus enum value
    VpcIngressConnectionStatusPendingDeletion = "PENDING_DELETION"

    // VpcIngressConnectionStatusFailedCreation is a VpcIngressConnectionStatus enum value
    VpcIngressConnectionStatusFailedCreation = "FAILED_CREATION"

    // VpcIngressConnectionStatusFailedUpdate is a VpcIngressConnectionStatus enum value
    VpcIngressConnectionStatusFailedUpdate = "FAILED_UPDATE"

    // VpcIngressConnectionStatusFailedDeletion is a VpcIngressConnectionStatus enum value
    VpcIngressConnectionStatusFailedDeletion = "FAILED_DELETION"

    // VpcIngressConnectionStatusDeleted is a VpcIngressConnectionStatus enum value
    VpcIngressConnectionStatusDeleted = "DELETED"
)
const (

    // ErrCodeInternalServiceErrorException for service response error code
    // "InternalServiceErrorException".
    //
    // An unexpected service exception occurred.
    ErrCodeInternalServiceErrorException = "InternalServiceErrorException"

    // ErrCodeInvalidRequestException for service response error code
    // "InvalidRequestException".
    //
    // 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.
    ErrCodeInvalidRequestException = "InvalidRequestException"

    // ErrCodeInvalidStateException for service response error code
    // "InvalidStateException".
    //
    // You can't perform this action when the resource is in its current state.
    ErrCodeInvalidStateException = "InvalidStateException"

    // ErrCodeResourceNotFoundException for service response error code
    // "ResourceNotFoundException".
    //
    // A resource doesn't exist for the specified Amazon Resource Name (ARN) in
    // your Amazon Web Services account.
    ErrCodeResourceNotFoundException = "ResourceNotFoundException"

    // ErrCodeServiceQuotaExceededException for service response error code
    // "ServiceQuotaExceededException".
    //
    // 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 (https://docs.aws.amazon.com/general/latest/gr/apprunner.html)
    // in the Amazon Web Services General Reference.
    ErrCodeServiceQuotaExceededException = "ServiceQuotaExceededException"
)
const (
    ServiceName = "AppRunner" // Name of service.
    EndpointsID = "apprunner" // ID to lookup a service endpoint with.
    ServiceID   = "AppRunner" // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // SourceCodeVersionTypeBranch is a SourceCodeVersionType enum value
    SourceCodeVersionTypeBranch = "BRANCH"
)
const (
    // TracingVendorAwsxray is a TracingVendor enum value
    TracingVendorAwsxray = "AWSXRAY"
)

func AutoScalingConfigurationStatus_Values

func AutoScalingConfigurationStatus_Values() []string

AutoScalingConfigurationStatus_Values returns all elements of the AutoScalingConfigurationStatus enum

func CertificateValidationRecordStatus_Values

func CertificateValidationRecordStatus_Values() []string

CertificateValidationRecordStatus_Values returns all elements of the CertificateValidationRecordStatus enum

func ConfigurationSource_Values

func ConfigurationSource_Values() []string

ConfigurationSource_Values returns all elements of the ConfigurationSource enum

func ConnectionStatus_Values

func ConnectionStatus_Values() []string

ConnectionStatus_Values returns all elements of the ConnectionStatus enum

func CustomDomainAssociationStatus_Values

func CustomDomainAssociationStatus_Values() []string

CustomDomainAssociationStatus_Values returns all elements of the CustomDomainAssociationStatus enum

func EgressType_Values

func EgressType_Values() []string

EgressType_Values returns all elements of the EgressType enum

func HealthCheckProtocol_Values

func HealthCheckProtocol_Values() []string

HealthCheckProtocol_Values returns all elements of the HealthCheckProtocol enum

func ImageRepositoryType_Values

func ImageRepositoryType_Values() []string

ImageRepositoryType_Values returns all elements of the ImageRepositoryType enum

func IpAddressType_Values

func IpAddressType_Values() []string

IpAddressType_Values returns all elements of the IpAddressType enum

func ObservabilityConfigurationStatus_Values

func ObservabilityConfigurationStatus_Values() []string

ObservabilityConfigurationStatus_Values returns all elements of the ObservabilityConfigurationStatus enum

func OperationStatus_Values

func OperationStatus_Values() []string

OperationStatus_Values returns all elements of the OperationStatus enum

func OperationType_Values

func OperationType_Values() []string

OperationType_Values returns all elements of the OperationType enum

func ProviderType_Values

func ProviderType_Values() []string

ProviderType_Values returns all elements of the ProviderType enum

func Runtime_Values

func Runtime_Values() []string

Runtime_Values returns all elements of the Runtime enum

func ServiceStatus_Values

func ServiceStatus_Values() []string

ServiceStatus_Values returns all elements of the ServiceStatus enum

func SourceCodeVersionType_Values

func SourceCodeVersionType_Values() []string

SourceCodeVersionType_Values returns all elements of the SourceCodeVersionType enum

func TracingVendor_Values

func TracingVendor_Values() []string

TracingVendor_Values returns all elements of the TracingVendor enum

func VpcConnectorStatus_Values

func VpcConnectorStatus_Values() []string

VpcConnectorStatus_Values returns all elements of the VpcConnectorStatus enum

func VpcIngressConnectionStatus_Values

func VpcIngressConnectionStatus_Values() []string

VpcIngressConnectionStatus_Values returns all elements of the VpcIngressConnectionStatus enum

type AppRunner

type AppRunner struct {
    *client.Client
}

AppRunner provides the API operation methods for making requests to AWS App Runner. See this package's package overview docs for details on the service.

AppRunner methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *AppRunner

New creates a new instance of the AppRunner client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a AppRunner client from just a session.
svc := apprunner.New(mySession)

// Create a AppRunner client with additional configuration
svc := apprunner.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*AppRunner) AssociateCustomDomain

func (c *AppRunner) AssociateCustomDomain(input *AssociateCustomDomainInput) (*AssociateCustomDomainOutput, error)

AssociateCustomDomain API operation for AWS App Runner.

Associate your own domain name with the App Runner subdomain URL of your App Runner service.

After you call AssociateCustomDomain and receive a successful response, use the information in the CustomDomain record that's returned to add CNAME records to your Domain Name System (DNS). For each mapped domain name, add a mapping to the target App Runner subdomain and one or more certificate validation records. App Runner then performs DNS validation to verify that you own or control the domain name that you associated. App Runner tracks domain validity in a certificate stored in AWS Certificate Manager (ACM) (https://docs.aws.amazon.com/acm/latest/userguide).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation AssociateCustomDomain for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/AssociateCustomDomain

func (*AppRunner) AssociateCustomDomainRequest

func (c *AppRunner) AssociateCustomDomainRequest(input *AssociateCustomDomainInput) (req *request.Request, output *AssociateCustomDomainOutput)

AssociateCustomDomainRequest generates a "aws/request.Request" representing the client's request for the AssociateCustomDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AssociateCustomDomain for more information on using the AssociateCustomDomain API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AssociateCustomDomainRequest method.
req, resp := client.AssociateCustomDomainRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/AssociateCustomDomain

func (*AppRunner) AssociateCustomDomainWithContext

func (c *AppRunner) AssociateCustomDomainWithContext(ctx aws.Context, input *AssociateCustomDomainInput, opts ...request.Option) (*AssociateCustomDomainOutput, error)

AssociateCustomDomainWithContext is the same as AssociateCustomDomain with the addition of the ability to pass a context and additional request options.

See AssociateCustomDomain for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) CreateAutoScalingConfiguration

func (c *AppRunner) CreateAutoScalingConfiguration(input *CreateAutoScalingConfigurationInput) (*CreateAutoScalingConfigurationOutput, error)

CreateAutoScalingConfiguration API operation for AWS App Runner.

Create an App Runner automatic scaling configuration resource. App Runner requires this resource when you create or update App Runner services and you require non-default auto scaling settings. You can share an auto scaling configuration across multiple services.

Create multiple revisions of a configuration by calling this action multiple times using the same AutoScalingConfigurationName. The call returns incremental AutoScalingConfigurationRevision values. When you create a service and configure an auto scaling configuration resource, the service uses the latest active revision of the auto scaling configuration by default. You can optionally configure the service to use a specific revision.

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

Configure a lower MaxSize to control your cost. The tradeoff is lower responsiveness during peak demand.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation CreateAutoScalingConfiguration for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

  • ServiceQuotaExceededException 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 (https://docs.aws.amazon.com/general/latest/gr/apprunner.html) in the Amazon Web Services General Reference.

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateAutoScalingConfiguration

func (*AppRunner) CreateAutoScalingConfigurationRequest

func (c *AppRunner) CreateAutoScalingConfigurationRequest(input *CreateAutoScalingConfigurationInput) (req *request.Request, output *CreateAutoScalingConfigurationOutput)

CreateAutoScalingConfigurationRequest generates a "aws/request.Request" representing the client's request for the CreateAutoScalingConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAutoScalingConfiguration for more information on using the CreateAutoScalingConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAutoScalingConfigurationRequest method.
req, resp := client.CreateAutoScalingConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateAutoScalingConfiguration

func (*AppRunner) CreateAutoScalingConfigurationWithContext

func (c *AppRunner) CreateAutoScalingConfigurationWithContext(ctx aws.Context, input *CreateAutoScalingConfigurationInput, opts ...request.Option) (*CreateAutoScalingConfigurationOutput, error)

CreateAutoScalingConfigurationWithContext is the same as CreateAutoScalingConfiguration with the addition of the ability to pass a context and additional request options.

See CreateAutoScalingConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) CreateConnection

func (c *AppRunner) CreateConnection(input *CreateConnectionInput) (*CreateConnectionOutput, error)

CreateConnection API operation for AWS App Runner.

Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services.

A connection resource is needed to access GitHub and Bitbucket repositories. Both require a user interface approval process through the App Runner console before you can use the connection.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation CreateConnection for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

  • ServiceQuotaExceededException 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 (https://docs.aws.amazon.com/general/latest/gr/apprunner.html) in the Amazon Web Services General Reference.

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateConnection

func (*AppRunner) CreateConnectionRequest

func (c *AppRunner) CreateConnectionRequest(input *CreateConnectionInput) (req *request.Request, output *CreateConnectionOutput)

CreateConnectionRequest generates a "aws/request.Request" representing the client's request for the CreateConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateConnection for more information on using the CreateConnection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateConnectionRequest method.
req, resp := client.CreateConnectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateConnection

func (*AppRunner) CreateConnectionWithContext

func (c *AppRunner) CreateConnectionWithContext(ctx aws.Context, input *CreateConnectionInput, opts ...request.Option) (*CreateConnectionOutput, error)

CreateConnectionWithContext is the same as CreateConnection with the addition of the ability to pass a context and additional request options.

See CreateConnection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) CreateObservabilityConfiguration

func (c *AppRunner) CreateObservabilityConfiguration(input *CreateObservabilityConfigurationInput) (*CreateObservabilityConfigurationOutput, error)

CreateObservabilityConfiguration API operation for AWS App Runner.

Create an App Runner observability configuration resource. App Runner requires this resource when you create or update App Runner services and you want to enable non-default observability features. You can share an observability configuration across multiple services.

Create multiple revisions of a configuration by calling this action multiple times using the same ObservabilityConfigurationName. The call returns incremental ObservabilityConfigurationRevision values. When you create a service and configure an observability configuration resource, the service uses the latest active revision of the observability configuration by default. You can optionally configure the service to use a specific revision.

The observability configuration resource is designed to configure multiple features (currently one feature, tracing). This action takes optional parameters that describe the configuration of these features (currently one parameter, TraceConfiguration). If you don't specify a feature parameter, App Runner doesn't enable the feature.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation CreateObservabilityConfiguration for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

  • ServiceQuotaExceededException 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 (https://docs.aws.amazon.com/general/latest/gr/apprunner.html) in the Amazon Web Services General Reference.

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateObservabilityConfiguration

func (*AppRunner) CreateObservabilityConfigurationRequest

func (c *AppRunner) CreateObservabilityConfigurationRequest(input *CreateObservabilityConfigurationInput) (req *request.Request, output *CreateObservabilityConfigurationOutput)

CreateObservabilityConfigurationRequest generates a "aws/request.Request" representing the client's request for the CreateObservabilityConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateObservabilityConfiguration for more information on using the CreateObservabilityConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateObservabilityConfigurationRequest method.
req, resp := client.CreateObservabilityConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateObservabilityConfiguration

func (*AppRunner) CreateObservabilityConfigurationWithContext

func (c *AppRunner) CreateObservabilityConfigurationWithContext(ctx aws.Context, input *CreateObservabilityConfigurationInput, opts ...request.Option) (*CreateObservabilityConfigurationOutput, error)

CreateObservabilityConfigurationWithContext is the same as CreateObservabilityConfiguration with the addition of the ability to pass a context and additional request options.

See CreateObservabilityConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) CreateService

func (c *AppRunner) CreateService(input *CreateServiceInput) (*CreateServiceOutput, error)

CreateService API operation for AWS App Runner.

Create an App Runner service. After the service is created, the action also automatically starts a deployment.

This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations (https://docs.aws.amazon.com/apprunner/latest/api/API_ListOperations.html) call to track the operation's progress.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation CreateService for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

  • ServiceQuotaExceededException 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 (https://docs.aws.amazon.com/general/latest/gr/apprunner.html) in the Amazon Web Services General Reference.

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateService

func (*AppRunner) CreateServiceRequest

func (c *AppRunner) CreateServiceRequest(input *CreateServiceInput) (req *request.Request, output *CreateServiceOutput)

CreateServiceRequest generates a "aws/request.Request" representing the client's request for the CreateService operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateService for more information on using the CreateService API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateServiceRequest method.
req, resp := client.CreateServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateService

func (*AppRunner) CreateServiceWithContext

func (c *AppRunner) CreateServiceWithContext(ctx aws.Context, input *CreateServiceInput, opts ...request.Option) (*CreateServiceOutput, error)

CreateServiceWithContext is the same as CreateService with the addition of the ability to pass a context and additional request options.

See CreateService for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) CreateVpcConnector

func (c *AppRunner) CreateVpcConnector(input *CreateVpcConnectorInput) (*CreateVpcConnectorOutput, error)

CreateVpcConnector API operation for AWS App Runner.

Create an App Runner VPC connector resource. App Runner requires this resource when you want to associate your App Runner service to a custom Amazon Virtual Private Cloud (Amazon VPC).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation CreateVpcConnector for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

  • ServiceQuotaExceededException 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 (https://docs.aws.amazon.com/general/latest/gr/apprunner.html) in the Amazon Web Services General Reference.

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateVpcConnector

func (*AppRunner) CreateVpcConnectorRequest

func (c *AppRunner) CreateVpcConnectorRequest(input *CreateVpcConnectorInput) (req *request.Request, output *CreateVpcConnectorOutput)

CreateVpcConnectorRequest generates a "aws/request.Request" representing the client's request for the CreateVpcConnector operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateVpcConnector for more information on using the CreateVpcConnector API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateVpcConnectorRequest method.
req, resp := client.CreateVpcConnectorRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateVpcConnector

func (*AppRunner) CreateVpcConnectorWithContext

func (c *AppRunner) CreateVpcConnectorWithContext(ctx aws.Context, input *CreateVpcConnectorInput, opts ...request.Option) (*CreateVpcConnectorOutput, error)

CreateVpcConnectorWithContext is the same as CreateVpcConnector with the addition of the ability to pass a context and additional request options.

See CreateVpcConnector for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) CreateVpcIngressConnection

func (c *AppRunner) CreateVpcIngressConnection(input *CreateVpcIngressConnectionInput) (*CreateVpcIngressConnectionOutput, error)

CreateVpcIngressConnection API operation for AWS App Runner.

Create an App Runner VPC Ingress Connection resource. App Runner requires this resource when you want to associate your App Runner service with an Amazon VPC endpoint.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation CreateVpcIngressConnection for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

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

  • InternalServiceErrorException An unexpected service exception occurred.

  • ServiceQuotaExceededException 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 (https://docs.aws.amazon.com/general/latest/gr/apprunner.html) in the Amazon Web Services General Reference.

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateVpcIngressConnection

func (*AppRunner) CreateVpcIngressConnectionRequest

func (c *AppRunner) CreateVpcIngressConnectionRequest(input *CreateVpcIngressConnectionInput) (req *request.Request, output *CreateVpcIngressConnectionOutput)

CreateVpcIngressConnectionRequest generates a "aws/request.Request" representing the client's request for the CreateVpcIngressConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateVpcIngressConnection for more information on using the CreateVpcIngressConnection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateVpcIngressConnectionRequest method.
req, resp := client.CreateVpcIngressConnectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateVpcIngressConnection

func (*AppRunner) CreateVpcIngressConnectionWithContext

func (c *AppRunner) CreateVpcIngressConnectionWithContext(ctx aws.Context, input *CreateVpcIngressConnectionInput, opts ...request.Option) (*CreateVpcIngressConnectionOutput, error)

CreateVpcIngressConnectionWithContext is the same as CreateVpcIngressConnection with the addition of the ability to pass a context and additional request options.

See CreateVpcIngressConnection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) DeleteAutoScalingConfiguration

func (c *AppRunner) DeleteAutoScalingConfiguration(input *DeleteAutoScalingConfigurationInput) (*DeleteAutoScalingConfigurationOutput, error)

DeleteAutoScalingConfiguration API operation for AWS App Runner.

Delete an App Runner automatic scaling configuration resource. You can delete a top level auto scaling configuration, a specific revision of one, or all revisions associated with the top level configuration. You can't delete the default auto scaling configuration or a configuration that's used by one or more App Runner services.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation DeleteAutoScalingConfiguration for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DeleteAutoScalingConfiguration

func (*AppRunner) DeleteAutoScalingConfigurationRequest

func (c *AppRunner) DeleteAutoScalingConfigurationRequest(input *DeleteAutoScalingConfigurationInput) (req *request.Request, output *DeleteAutoScalingConfigurationOutput)

DeleteAutoScalingConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteAutoScalingConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteAutoScalingConfiguration for more information on using the DeleteAutoScalingConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteAutoScalingConfigurationRequest method.
req, resp := client.DeleteAutoScalingConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DeleteAutoScalingConfiguration

func (*AppRunner) DeleteAutoScalingConfigurationWithContext

func (c *AppRunner) DeleteAutoScalingConfigurationWithContext(ctx aws.Context, input *DeleteAutoScalingConfigurationInput, opts ...request.Option) (*DeleteAutoScalingConfigurationOutput, error)

DeleteAutoScalingConfigurationWithContext is the same as DeleteAutoScalingConfiguration with the addition of the ability to pass a context and additional request options.

See DeleteAutoScalingConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) DeleteConnection

func (c *AppRunner) DeleteConnection(input *DeleteConnectionInput) (*DeleteConnectionOutput, error)

DeleteConnection API operation for AWS App Runner.

Delete an App Runner connection. You must first ensure that there are no running App Runner services that use this connection. If there are any, the DeleteConnection action fails.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation DeleteConnection for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

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

  • InternalServiceErrorException An unexpected service exception occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DeleteConnection

func (*AppRunner) DeleteConnectionRequest

func (c *AppRunner) DeleteConnectionRequest(input *DeleteConnectionInput) (req *request.Request, output *DeleteConnectionOutput)

DeleteConnectionRequest generates a "aws/request.Request" representing the client's request for the DeleteConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteConnection for more information on using the DeleteConnection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteConnectionRequest method.
req, resp := client.DeleteConnectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DeleteConnection

func (*AppRunner) DeleteConnectionWithContext

func (c *AppRunner) DeleteConnectionWithContext(ctx aws.Context, input *DeleteConnectionInput, opts ...request.Option) (*DeleteConnectionOutput, error)

DeleteConnectionWithContext is the same as DeleteConnection with the addition of the ability to pass a context and additional request options.

See DeleteConnection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) DeleteObservabilityConfiguration

func (c *AppRunner) DeleteObservabilityConfiguration(input *DeleteObservabilityConfigurationInput) (*DeleteObservabilityConfigurationOutput, error)

DeleteObservabilityConfiguration API operation for AWS App Runner.

Delete an App Runner observability configuration resource. You can delete a specific revision or the latest active revision. You can't delete a configuration that's used by one or more App Runner services.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation DeleteObservabilityConfiguration for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DeleteObservabilityConfiguration

func (*AppRunner) DeleteObservabilityConfigurationRequest

func (c *AppRunner) DeleteObservabilityConfigurationRequest(input *DeleteObservabilityConfigurationInput) (req *request.Request, output *DeleteObservabilityConfigurationOutput)

DeleteObservabilityConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteObservabilityConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteObservabilityConfiguration for more information on using the DeleteObservabilityConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteObservabilityConfigurationRequest method.
req, resp := client.DeleteObservabilityConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DeleteObservabilityConfiguration

func (*AppRunner) DeleteObservabilityConfigurationWithContext

func (c *AppRunner) DeleteObservabilityConfigurationWithContext(ctx aws.Context, input *DeleteObservabilityConfigurationInput, opts ...request.Option) (*DeleteObservabilityConfigurationOutput, error)

DeleteObservabilityConfigurationWithContext is the same as DeleteObservabilityConfiguration with the addition of the ability to pass a context and additional request options.

See DeleteObservabilityConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) DeleteService

func (c *AppRunner) DeleteService(input *DeleteServiceInput) (*DeleteServiceOutput, error)

DeleteService API operation for AWS App Runner.

Delete an App Runner service.

This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.

Make sure that you don't have any active VPCIngressConnections associated with the service you want to delete.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation DeleteService for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

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

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

  • InternalServiceErrorException An unexpected service exception occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DeleteService

func (*AppRunner) DeleteServiceRequest

func (c *AppRunner) DeleteServiceRequest(input *DeleteServiceInput) (req *request.Request, output *DeleteServiceOutput)

DeleteServiceRequest generates a "aws/request.Request" representing the client's request for the DeleteService operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteService for more information on using the DeleteService API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteServiceRequest method.
req, resp := client.DeleteServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DeleteService

func (*AppRunner) DeleteServiceWithContext

func (c *AppRunner) DeleteServiceWithContext(ctx aws.Context, input *DeleteServiceInput, opts ...request.Option) (*DeleteServiceOutput, error)

DeleteServiceWithContext is the same as DeleteService with the addition of the ability to pass a context and additional request options.

See DeleteService for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) DeleteVpcConnector

func (c *AppRunner) DeleteVpcConnector(input *DeleteVpcConnectorInput) (*DeleteVpcConnectorOutput, error)

DeleteVpcConnector API operation for AWS App Runner.

Delete an App Runner VPC connector resource. You can't delete a connector that's used by one or more App Runner services.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation DeleteVpcConnector for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DeleteVpcConnector

func (*AppRunner) DeleteVpcConnectorRequest

func (c *AppRunner) DeleteVpcConnectorRequest(input *DeleteVpcConnectorInput) (req *request.Request, output *DeleteVpcConnectorOutput)

DeleteVpcConnectorRequest generates a "aws/request.Request" representing the client's request for the DeleteVpcConnector operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteVpcConnector for more information on using the DeleteVpcConnector API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteVpcConnectorRequest method.
req, resp := client.DeleteVpcConnectorRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DeleteVpcConnector

func (*AppRunner) DeleteVpcConnectorWithContext

func (c *AppRunner) DeleteVpcConnectorWithContext(ctx aws.Context, input *DeleteVpcConnectorInput, opts ...request.Option) (*DeleteVpcConnectorOutput, error)

DeleteVpcConnectorWithContext is the same as DeleteVpcConnector with the addition of the ability to pass a context and additional request options.

See DeleteVpcConnector for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) DeleteVpcIngressConnection

func (c *AppRunner) DeleteVpcIngressConnection(input *DeleteVpcIngressConnectionInput) (*DeleteVpcIngressConnectionOutput, error)

DeleteVpcIngressConnection API operation for AWS App Runner.

Delete an App Runner VPC Ingress Connection resource that's associated with an App Runner service. The VPC Ingress Connection must be in one of the following states to be deleted:

  • AVAILABLE

  • FAILED_CREATION

  • FAILED_UPDATE

  • FAILED_DELETION

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation DeleteVpcIngressConnection for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DeleteVpcIngressConnection

func (*AppRunner) DeleteVpcIngressConnectionRequest

func (c *AppRunner) DeleteVpcIngressConnectionRequest(input *DeleteVpcIngressConnectionInput) (req *request.Request, output *DeleteVpcIngressConnectionOutput)

DeleteVpcIngressConnectionRequest generates a "aws/request.Request" representing the client's request for the DeleteVpcIngressConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteVpcIngressConnection for more information on using the DeleteVpcIngressConnection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteVpcIngressConnectionRequest method.
req, resp := client.DeleteVpcIngressConnectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DeleteVpcIngressConnection

func (*AppRunner) DeleteVpcIngressConnectionWithContext

func (c *AppRunner) DeleteVpcIngressConnectionWithContext(ctx aws.Context, input *DeleteVpcIngressConnectionInput, opts ...request.Option) (*DeleteVpcIngressConnectionOutput, error)

DeleteVpcIngressConnectionWithContext is the same as DeleteVpcIngressConnection with the addition of the ability to pass a context and additional request options.

See DeleteVpcIngressConnection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) DescribeAutoScalingConfiguration

func (c *AppRunner) DescribeAutoScalingConfiguration(input *DescribeAutoScalingConfigurationInput) (*DescribeAutoScalingConfigurationOutput, error)

DescribeAutoScalingConfiguration API operation for AWS App Runner.

Return a full description of an App Runner automatic scaling configuration resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation DescribeAutoScalingConfiguration for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DescribeAutoScalingConfiguration

func (*AppRunner) DescribeAutoScalingConfigurationRequest

func (c *AppRunner) DescribeAutoScalingConfigurationRequest(input *DescribeAutoScalingConfigurationInput) (req *request.Request, output *DescribeAutoScalingConfigurationOutput)

DescribeAutoScalingConfigurationRequest generates a "aws/request.Request" representing the client's request for the DescribeAutoScalingConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAutoScalingConfiguration for more information on using the DescribeAutoScalingConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAutoScalingConfigurationRequest method.
req, resp := client.DescribeAutoScalingConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DescribeAutoScalingConfiguration

func (*AppRunner) DescribeAutoScalingConfigurationWithContext

func (c *AppRunner) DescribeAutoScalingConfigurationWithContext(ctx aws.Context, input *DescribeAutoScalingConfigurationInput, opts ...request.Option) (*DescribeAutoScalingConfigurationOutput, error)

DescribeAutoScalingConfigurationWithContext is the same as DescribeAutoScalingConfiguration with the addition of the ability to pass a context and additional request options.

See DescribeAutoScalingConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) DescribeCustomDomains

func (c *AppRunner) DescribeCustomDomains(input *DescribeCustomDomainsInput) (*DescribeCustomDomainsOutput, error)

DescribeCustomDomains API operation for AWS App Runner.

Return a description of custom domain names that are associated with an App Runner service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation DescribeCustomDomains for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DescribeCustomDomains

func (*AppRunner) DescribeCustomDomainsPages

func (c *AppRunner) DescribeCustomDomainsPages(input *DescribeCustomDomainsInput, fn func(*DescribeCustomDomainsOutput, bool) bool) error

DescribeCustomDomainsPages iterates over the pages of a DescribeCustomDomains operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeCustomDomains method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeCustomDomains operation.
pageNum := 0
err := client.DescribeCustomDomainsPages(params,
    func(page *apprunner.DescribeCustomDomainsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*AppRunner) DescribeCustomDomainsPagesWithContext

func (c *AppRunner) DescribeCustomDomainsPagesWithContext(ctx aws.Context, input *DescribeCustomDomainsInput, fn func(*DescribeCustomDomainsOutput, bool) bool, opts ...request.Option) error

DescribeCustomDomainsPagesWithContext same as DescribeCustomDomainsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) DescribeCustomDomainsRequest

func (c *AppRunner) DescribeCustomDomainsRequest(input *DescribeCustomDomainsInput) (req *request.Request, output *DescribeCustomDomainsOutput)

DescribeCustomDomainsRequest generates a "aws/request.Request" representing the client's request for the DescribeCustomDomains operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeCustomDomains for more information on using the DescribeCustomDomains API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeCustomDomainsRequest method.
req, resp := client.DescribeCustomDomainsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DescribeCustomDomains

func (*AppRunner) DescribeCustomDomainsWithContext

func (c *AppRunner) DescribeCustomDomainsWithContext(ctx aws.Context, input *DescribeCustomDomainsInput, opts ...request.Option) (*DescribeCustomDomainsOutput, error)

DescribeCustomDomainsWithContext is the same as DescribeCustomDomains with the addition of the ability to pass a context and additional request options.

See DescribeCustomDomains for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) DescribeObservabilityConfiguration

func (c *AppRunner) DescribeObservabilityConfiguration(input *DescribeObservabilityConfigurationInput) (*DescribeObservabilityConfigurationOutput, error)

DescribeObservabilityConfiguration API operation for AWS App Runner.

Return a full description of an App Runner observability configuration resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation DescribeObservabilityConfiguration for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DescribeObservabilityConfiguration

func (*AppRunner) DescribeObservabilityConfigurationRequest

func (c *AppRunner) DescribeObservabilityConfigurationRequest(input *DescribeObservabilityConfigurationInput) (req *request.Request, output *DescribeObservabilityConfigurationOutput)

DescribeObservabilityConfigurationRequest generates a "aws/request.Request" representing the client's request for the DescribeObservabilityConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeObservabilityConfiguration for more information on using the DescribeObservabilityConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeObservabilityConfigurationRequest method.
req, resp := client.DescribeObservabilityConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DescribeObservabilityConfiguration

func (*AppRunner) DescribeObservabilityConfigurationWithContext

func (c *AppRunner) DescribeObservabilityConfigurationWithContext(ctx aws.Context, input *DescribeObservabilityConfigurationInput, opts ...request.Option) (*DescribeObservabilityConfigurationOutput, error)

DescribeObservabilityConfigurationWithContext is the same as DescribeObservabilityConfiguration with the addition of the ability to pass a context and additional request options.

See DescribeObservabilityConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) DescribeService

func (c *AppRunner) DescribeService(input *DescribeServiceInput) (*DescribeServiceOutput, error)

DescribeService API operation for AWS App Runner.

Return a full description of an App Runner service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation DescribeService for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

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

  • InternalServiceErrorException An unexpected service exception occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DescribeService

func (*AppRunner) DescribeServiceRequest

func (c *AppRunner) DescribeServiceRequest(input *DescribeServiceInput) (req *request.Request, output *DescribeServiceOutput)

DescribeServiceRequest generates a "aws/request.Request" representing the client's request for the DescribeService operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeService for more information on using the DescribeService API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeServiceRequest method.
req, resp := client.DescribeServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DescribeService

func (*AppRunner) DescribeServiceWithContext

func (c *AppRunner) DescribeServiceWithContext(ctx aws.Context, input *DescribeServiceInput, opts ...request.Option) (*DescribeServiceOutput, error)

DescribeServiceWithContext is the same as DescribeService with the addition of the ability to pass a context and additional request options.

See DescribeService for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) DescribeVpcConnector

func (c *AppRunner) DescribeVpcConnector(input *DescribeVpcConnectorInput) (*DescribeVpcConnectorOutput, error)

DescribeVpcConnector API operation for AWS App Runner.

Return a description of an App Runner VPC connector resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation DescribeVpcConnector for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DescribeVpcConnector

func (*AppRunner) DescribeVpcConnectorRequest

func (c *AppRunner) DescribeVpcConnectorRequest(input *DescribeVpcConnectorInput) (req *request.Request, output *DescribeVpcConnectorOutput)

DescribeVpcConnectorRequest generates a "aws/request.Request" representing the client's request for the DescribeVpcConnector operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeVpcConnector for more information on using the DescribeVpcConnector API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeVpcConnectorRequest method.
req, resp := client.DescribeVpcConnectorRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DescribeVpcConnector

func (*AppRunner) DescribeVpcConnectorWithContext

func (c *AppRunner) DescribeVpcConnectorWithContext(ctx aws.Context, input *DescribeVpcConnectorInput, opts ...request.Option) (*DescribeVpcConnectorOutput, error)

DescribeVpcConnectorWithContext is the same as DescribeVpcConnector with the addition of the ability to pass a context and additional request options.

See DescribeVpcConnector for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) DescribeVpcIngressConnection

func (c *AppRunner) DescribeVpcIngressConnection(input *DescribeVpcIngressConnectionInput) (*DescribeVpcIngressConnectionOutput, error)

DescribeVpcIngressConnection API operation for AWS App Runner.

Return a full description of an App Runner VPC Ingress Connection resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation DescribeVpcIngressConnection for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DescribeVpcIngressConnection

func (*AppRunner) DescribeVpcIngressConnectionRequest

func (c *AppRunner) DescribeVpcIngressConnectionRequest(input *DescribeVpcIngressConnectionInput) (req *request.Request, output *DescribeVpcIngressConnectionOutput)

DescribeVpcIngressConnectionRequest generates a "aws/request.Request" representing the client's request for the DescribeVpcIngressConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeVpcIngressConnection for more information on using the DescribeVpcIngressConnection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeVpcIngressConnectionRequest method.
req, resp := client.DescribeVpcIngressConnectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DescribeVpcIngressConnection

func (*AppRunner) DescribeVpcIngressConnectionWithContext

func (c *AppRunner) DescribeVpcIngressConnectionWithContext(ctx aws.Context, input *DescribeVpcIngressConnectionInput, opts ...request.Option) (*DescribeVpcIngressConnectionOutput, error)

DescribeVpcIngressConnectionWithContext is the same as DescribeVpcIngressConnection with the addition of the ability to pass a context and additional request options.

See DescribeVpcIngressConnection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) DisassociateCustomDomain

func (c *AppRunner) DisassociateCustomDomain(input *DisassociateCustomDomainInput) (*DisassociateCustomDomainOutput, error)

DisassociateCustomDomain API operation for AWS App Runner.

Disassociate a custom domain name from an App Runner service.

Certificates tracking domain validity are associated with a custom domain and are stored in AWS Certificate Manager (ACM) (https://docs.aws.amazon.com/acm/latest/userguide). These certificates aren't deleted as part of this action. App Runner delays certificate deletion for 30 days after a domain is disassociated from your service.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation DisassociateCustomDomain for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

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

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DisassociateCustomDomain

func (*AppRunner) DisassociateCustomDomainRequest

func (c *AppRunner) DisassociateCustomDomainRequest(input *DisassociateCustomDomainInput) (req *request.Request, output *DisassociateCustomDomainOutput)

DisassociateCustomDomainRequest generates a "aws/request.Request" representing the client's request for the DisassociateCustomDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociateCustomDomain for more information on using the DisassociateCustomDomain API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisassociateCustomDomainRequest method.
req, resp := client.DisassociateCustomDomainRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/DisassociateCustomDomain

func (*AppRunner) DisassociateCustomDomainWithContext

func (c *AppRunner) DisassociateCustomDomainWithContext(ctx aws.Context, input *DisassociateCustomDomainInput, opts ...request.Option) (*DisassociateCustomDomainOutput, error)

DisassociateCustomDomainWithContext is the same as DisassociateCustomDomain with the addition of the ability to pass a context and additional request options.

See DisassociateCustomDomain for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) ListAutoScalingConfigurations

func (c *AppRunner) ListAutoScalingConfigurations(input *ListAutoScalingConfigurationsInput) (*ListAutoScalingConfigurationsOutput, error)

ListAutoScalingConfigurations API operation for AWS App Runner.

Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name.

To retrieve a full description of a particular configuration revision, call and provide one of the ARNs returned by ListAutoScalingConfigurations.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation ListAutoScalingConfigurations for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListAutoScalingConfigurations

func (*AppRunner) ListAutoScalingConfigurationsPages

func (c *AppRunner) ListAutoScalingConfigurationsPages(input *ListAutoScalingConfigurationsInput, fn func(*ListAutoScalingConfigurationsOutput, bool) bool) error

ListAutoScalingConfigurationsPages iterates over the pages of a ListAutoScalingConfigurations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAutoScalingConfigurations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAutoScalingConfigurations operation.
pageNum := 0
err := client.ListAutoScalingConfigurationsPages(params,
    func(page *apprunner.ListAutoScalingConfigurationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*AppRunner) ListAutoScalingConfigurationsPagesWithContext

func (c *AppRunner) ListAutoScalingConfigurationsPagesWithContext(ctx aws.Context, input *ListAutoScalingConfigurationsInput, fn func(*ListAutoScalingConfigurationsOutput, bool) bool, opts ...request.Option) error

ListAutoScalingConfigurationsPagesWithContext same as ListAutoScalingConfigurationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) ListAutoScalingConfigurationsRequest

func (c *AppRunner) ListAutoScalingConfigurationsRequest(input *ListAutoScalingConfigurationsInput) (req *request.Request, output *ListAutoScalingConfigurationsOutput)

ListAutoScalingConfigurationsRequest generates a "aws/request.Request" representing the client's request for the ListAutoScalingConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAutoScalingConfigurations for more information on using the ListAutoScalingConfigurations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAutoScalingConfigurationsRequest method.
req, resp := client.ListAutoScalingConfigurationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListAutoScalingConfigurations

func (*AppRunner) ListAutoScalingConfigurationsWithContext

func (c *AppRunner) ListAutoScalingConfigurationsWithContext(ctx aws.Context, input *ListAutoScalingConfigurationsInput, opts ...request.Option) (*ListAutoScalingConfigurationsOutput, error)

ListAutoScalingConfigurationsWithContext is the same as ListAutoScalingConfigurations with the addition of the ability to pass a context and additional request options.

See ListAutoScalingConfigurations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) ListConnections

func (c *AppRunner) ListConnections(input *ListConnectionsInput) (*ListConnectionsOutput, error)

ListConnections API operation for AWS App Runner.

Returns a list of App Runner connections that are associated with your Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation ListConnections for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListConnections

func (*AppRunner) ListConnectionsPages

func (c *AppRunner) ListConnectionsPages(input *ListConnectionsInput, fn func(*ListConnectionsOutput, bool) bool) error

ListConnectionsPages iterates over the pages of a ListConnections operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListConnections method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListConnections operation.
pageNum := 0
err := client.ListConnectionsPages(params,
    func(page *apprunner.ListConnectionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*AppRunner) ListConnectionsPagesWithContext

func (c *AppRunner) ListConnectionsPagesWithContext(ctx aws.Context, input *ListConnectionsInput, fn func(*ListConnectionsOutput, bool) bool, opts ...request.Option) error

ListConnectionsPagesWithContext same as ListConnectionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) ListConnectionsRequest

func (c *AppRunner) ListConnectionsRequest(input *ListConnectionsInput) (req *request.Request, output *ListConnectionsOutput)

ListConnectionsRequest generates a "aws/request.Request" representing the client's request for the ListConnections operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListConnections for more information on using the ListConnections API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListConnectionsRequest method.
req, resp := client.ListConnectionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListConnections

func (*AppRunner) ListConnectionsWithContext

func (c *AppRunner) ListConnectionsWithContext(ctx aws.Context, input *ListConnectionsInput, opts ...request.Option) (*ListConnectionsOutput, error)

ListConnectionsWithContext is the same as ListConnections with the addition of the ability to pass a context and additional request options.

See ListConnections for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) ListObservabilityConfigurations

func (c *AppRunner) ListObservabilityConfigurations(input *ListObservabilityConfigurationsInput) (*ListObservabilityConfigurationsOutput, error)

ListObservabilityConfigurations API operation for AWS App Runner.

Returns a list of active App Runner observability configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name.

To retrieve a full description of a particular configuration revision, call and provide one of the ARNs returned by ListObservabilityConfigurations.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation ListObservabilityConfigurations for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListObservabilityConfigurations

func (*AppRunner) ListObservabilityConfigurationsPages

func (c *AppRunner) ListObservabilityConfigurationsPages(input *ListObservabilityConfigurationsInput, fn func(*ListObservabilityConfigurationsOutput, bool) bool) error

ListObservabilityConfigurationsPages iterates over the pages of a ListObservabilityConfigurations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListObservabilityConfigurations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListObservabilityConfigurations operation.
pageNum := 0
err := client.ListObservabilityConfigurationsPages(params,
    func(page *apprunner.ListObservabilityConfigurationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*AppRunner) ListObservabilityConfigurationsPagesWithContext

func (c *AppRunner) ListObservabilityConfigurationsPagesWithContext(ctx aws.Context, input *ListObservabilityConfigurationsInput, fn func(*ListObservabilityConfigurationsOutput, bool) bool, opts ...request.Option) error

ListObservabilityConfigurationsPagesWithContext same as ListObservabilityConfigurationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) ListObservabilityConfigurationsRequest

func (c *AppRunner) ListObservabilityConfigurationsRequest(input *ListObservabilityConfigurationsInput) (req *request.Request, output *ListObservabilityConfigurationsOutput)

ListObservabilityConfigurationsRequest generates a "aws/request.Request" representing the client's request for the ListObservabilityConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListObservabilityConfigurations for more information on using the ListObservabilityConfigurations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListObservabilityConfigurationsRequest method.
req, resp := client.ListObservabilityConfigurationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListObservabilityConfigurations

func (*AppRunner) ListObservabilityConfigurationsWithContext

func (c *AppRunner) ListObservabilityConfigurationsWithContext(ctx aws.Context, input *ListObservabilityConfigurationsInput, opts ...request.Option) (*ListObservabilityConfigurationsOutput, error)

ListObservabilityConfigurationsWithContext is the same as ListObservabilityConfigurations with the addition of the ability to pass a context and additional request options.

See ListObservabilityConfigurations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) ListOperations

func (c *AppRunner) ListOperations(input *ListOperationsInput) (*ListOperationsOutput, error)

ListOperations API operation for AWS App Runner.

Return a list of operations that occurred on an App Runner service.

The resulting list of OperationSummary objects is sorted in reverse chronological order. The first object on the list represents the last started operation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation ListOperations for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListOperations

func (*AppRunner) ListOperationsPages

func (c *AppRunner) ListOperationsPages(input *ListOperationsInput, fn func(*ListOperationsOutput, bool) bool) error

ListOperationsPages iterates over the pages of a ListOperations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListOperations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListOperations operation.
pageNum := 0
err := client.ListOperationsPages(params,
    func(page *apprunner.ListOperationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*AppRunner) ListOperationsPagesWithContext

func (c *AppRunner) ListOperationsPagesWithContext(ctx aws.Context, input *ListOperationsInput, fn func(*ListOperationsOutput, bool) bool, opts ...request.Option) error

ListOperationsPagesWithContext same as ListOperationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) ListOperationsRequest

func (c *AppRunner) ListOperationsRequest(input *ListOperationsInput) (req *request.Request, output *ListOperationsOutput)

ListOperationsRequest generates a "aws/request.Request" representing the client's request for the ListOperations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListOperations for more information on using the ListOperations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListOperationsRequest method.
req, resp := client.ListOperationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListOperations

func (*AppRunner) ListOperationsWithContext

func (c *AppRunner) ListOperationsWithContext(ctx aws.Context, input *ListOperationsInput, opts ...request.Option) (*ListOperationsOutput, error)

ListOperationsWithContext is the same as ListOperations with the addition of the ability to pass a context and additional request options.

See ListOperations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) ListServices

func (c *AppRunner) ListServices(input *ListServicesInput) (*ListServicesOutput, error)

ListServices API operation for AWS App Runner.

Returns a list of running App Runner services in your Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation ListServices for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListServices

func (*AppRunner) ListServicesForAutoScalingConfiguration

func (c *AppRunner) ListServicesForAutoScalingConfiguration(input *ListServicesForAutoScalingConfigurationInput) (*ListServicesForAutoScalingConfigurationOutput, error)

ListServicesForAutoScalingConfiguration API operation for AWS App Runner.

Returns a list of the associated App Runner services using an auto scaling configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation ListServicesForAutoScalingConfiguration for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListServicesForAutoScalingConfiguration

func (*AppRunner) ListServicesForAutoScalingConfigurationPages

func (c *AppRunner) ListServicesForAutoScalingConfigurationPages(input *ListServicesForAutoScalingConfigurationInput, fn func(*ListServicesForAutoScalingConfigurationOutput, bool) bool) error

ListServicesForAutoScalingConfigurationPages iterates over the pages of a ListServicesForAutoScalingConfiguration operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListServicesForAutoScalingConfiguration method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListServicesForAutoScalingConfiguration operation.
pageNum := 0
err := client.ListServicesForAutoScalingConfigurationPages(params,
    func(page *apprunner.ListServicesForAutoScalingConfigurationOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*AppRunner) ListServicesForAutoScalingConfigurationPagesWithContext

func (c *AppRunner) ListServicesForAutoScalingConfigurationPagesWithContext(ctx aws.Context, input *ListServicesForAutoScalingConfigurationInput, fn func(*ListServicesForAutoScalingConfigurationOutput, bool) bool, opts ...request.Option) error

ListServicesForAutoScalingConfigurationPagesWithContext same as ListServicesForAutoScalingConfigurationPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) ListServicesForAutoScalingConfigurationRequest

func (c *AppRunner) ListServicesForAutoScalingConfigurationRequest(input *ListServicesForAutoScalingConfigurationInput) (req *request.Request, output *ListServicesForAutoScalingConfigurationOutput)

ListServicesForAutoScalingConfigurationRequest generates a "aws/request.Request" representing the client's request for the ListServicesForAutoScalingConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListServicesForAutoScalingConfiguration for more information on using the ListServicesForAutoScalingConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListServicesForAutoScalingConfigurationRequest method.
req, resp := client.ListServicesForAutoScalingConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListServicesForAutoScalingConfiguration

func (*AppRunner) ListServicesForAutoScalingConfigurationWithContext

func (c *AppRunner) ListServicesForAutoScalingConfigurationWithContext(ctx aws.Context, input *ListServicesForAutoScalingConfigurationInput, opts ...request.Option) (*ListServicesForAutoScalingConfigurationOutput, error)

ListServicesForAutoScalingConfigurationWithContext is the same as ListServicesForAutoScalingConfiguration with the addition of the ability to pass a context and additional request options.

See ListServicesForAutoScalingConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) ListServicesPages

func (c *AppRunner) ListServicesPages(input *ListServicesInput, fn func(*ListServicesOutput, bool) bool) error

ListServicesPages iterates over the pages of a ListServices operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListServices method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListServices operation.
pageNum := 0
err := client.ListServicesPages(params,
    func(page *apprunner.ListServicesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*AppRunner) ListServicesPagesWithContext

func (c *AppRunner) ListServicesPagesWithContext(ctx aws.Context, input *ListServicesInput, fn func(*ListServicesOutput, bool) bool, opts ...request.Option) error

ListServicesPagesWithContext same as ListServicesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) ListServicesRequest

func (c *AppRunner) ListServicesRequest(input *ListServicesInput) (req *request.Request, output *ListServicesOutput)

ListServicesRequest generates a "aws/request.Request" representing the client's request for the ListServices operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListServices for more information on using the ListServices API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListServicesRequest method.
req, resp := client.ListServicesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListServices

func (*AppRunner) ListServicesWithContext

func (c *AppRunner) ListServicesWithContext(ctx aws.Context, input *ListServicesInput, opts ...request.Option) (*ListServicesOutput, error)

ListServicesWithContext is the same as ListServices with the addition of the ability to pass a context and additional request options.

See ListServices for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) ListTagsForResource

func (c *AppRunner) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for AWS App Runner.

List tags that are associated with for an App Runner resource. The response contains a list of tag key-value pairs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation ListTagsForResource for usage and error information.

Returned Error Types:

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

  • InternalServiceErrorException An unexpected service exception occurred.

  • InvalidRequestException 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.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListTagsForResource

func (*AppRunner) ListTagsForResourceRequest

func (c *AppRunner) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListTagsForResource

func (*AppRunner) ListTagsForResourceWithContext

func (c *AppRunner) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) ListVpcConnectors

func (c *AppRunner) ListVpcConnectors(input *ListVpcConnectorsInput) (*ListVpcConnectorsOutput, error)

ListVpcConnectors API operation for AWS App Runner.

Returns a list of App Runner VPC connectors in your Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation ListVpcConnectors for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListVpcConnectors

func (*AppRunner) ListVpcConnectorsPages

func (c *AppRunner) ListVpcConnectorsPages(input *ListVpcConnectorsInput, fn func(*ListVpcConnectorsOutput, bool) bool) error

ListVpcConnectorsPages iterates over the pages of a ListVpcConnectors operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListVpcConnectors method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListVpcConnectors operation.
pageNum := 0
err := client.ListVpcConnectorsPages(params,
    func(page *apprunner.ListVpcConnectorsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*AppRunner) ListVpcConnectorsPagesWithContext

func (c *AppRunner) ListVpcConnectorsPagesWithContext(ctx aws.Context, input *ListVpcConnectorsInput, fn func(*ListVpcConnectorsOutput, bool) bool, opts ...request.Option) error

ListVpcConnectorsPagesWithContext same as ListVpcConnectorsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) ListVpcConnectorsRequest

func (c *AppRunner) ListVpcConnectorsRequest(input *ListVpcConnectorsInput) (req *request.Request, output *ListVpcConnectorsOutput)

ListVpcConnectorsRequest generates a "aws/request.Request" representing the client's request for the ListVpcConnectors operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListVpcConnectors for more information on using the ListVpcConnectors API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListVpcConnectorsRequest method.
req, resp := client.ListVpcConnectorsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListVpcConnectors

func (*AppRunner) ListVpcConnectorsWithContext

func (c *AppRunner) ListVpcConnectorsWithContext(ctx aws.Context, input *ListVpcConnectorsInput, opts ...request.Option) (*ListVpcConnectorsOutput, error)

ListVpcConnectorsWithContext is the same as ListVpcConnectors with the addition of the ability to pass a context and additional request options.

See ListVpcConnectors for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) ListVpcIngressConnections

func (c *AppRunner) ListVpcIngressConnections(input *ListVpcIngressConnectionsInput) (*ListVpcIngressConnectionsOutput, error)

ListVpcIngressConnections API operation for AWS App Runner.

Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation ListVpcIngressConnections for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListVpcIngressConnections

func (*AppRunner) ListVpcIngressConnectionsPages

func (c *AppRunner) ListVpcIngressConnectionsPages(input *ListVpcIngressConnectionsInput, fn func(*ListVpcIngressConnectionsOutput, bool) bool) error

ListVpcIngressConnectionsPages iterates over the pages of a ListVpcIngressConnections operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListVpcIngressConnections method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListVpcIngressConnections operation.
pageNum := 0
err := client.ListVpcIngressConnectionsPages(params,
    func(page *apprunner.ListVpcIngressConnectionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*AppRunner) ListVpcIngressConnectionsPagesWithContext

func (c *AppRunner) ListVpcIngressConnectionsPagesWithContext(ctx aws.Context, input *ListVpcIngressConnectionsInput, fn func(*ListVpcIngressConnectionsOutput, bool) bool, opts ...request.Option) error

ListVpcIngressConnectionsPagesWithContext same as ListVpcIngressConnectionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) ListVpcIngressConnectionsRequest

func (c *AppRunner) ListVpcIngressConnectionsRequest(input *ListVpcIngressConnectionsInput) (req *request.Request, output *ListVpcIngressConnectionsOutput)

ListVpcIngressConnectionsRequest generates a "aws/request.Request" representing the client's request for the ListVpcIngressConnections operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListVpcIngressConnections for more information on using the ListVpcIngressConnections API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListVpcIngressConnectionsRequest method.
req, resp := client.ListVpcIngressConnectionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ListVpcIngressConnections

func (*AppRunner) ListVpcIngressConnectionsWithContext

func (c *AppRunner) ListVpcIngressConnectionsWithContext(ctx aws.Context, input *ListVpcIngressConnectionsInput, opts ...request.Option) (*ListVpcIngressConnectionsOutput, error)

ListVpcIngressConnectionsWithContext is the same as ListVpcIngressConnections with the addition of the ability to pass a context and additional request options.

See ListVpcIngressConnections for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) PauseService

func (c *AppRunner) PauseService(input *PauseServiceInput) (*PauseServiceOutput, error)

PauseService API operation for AWS App Runner.

Pause an active App Runner service. App Runner reduces compute capacity for the service to zero and loses state (for example, ephemeral storage is removed).

This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation PauseService for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

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

  • InternalServiceErrorException An unexpected service exception occurred.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/PauseService

func (*AppRunner) PauseServiceRequest

func (c *AppRunner) PauseServiceRequest(input *PauseServiceInput) (req *request.Request, output *PauseServiceOutput)

PauseServiceRequest generates a "aws/request.Request" representing the client's request for the PauseService operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PauseService for more information on using the PauseService API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PauseServiceRequest method.
req, resp := client.PauseServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/PauseService

func (*AppRunner) PauseServiceWithContext

func (c *AppRunner) PauseServiceWithContext(ctx aws.Context, input *PauseServiceInput, opts ...request.Option) (*PauseServiceOutput, error)

PauseServiceWithContext is the same as PauseService with the addition of the ability to pass a context and additional request options.

See PauseService for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) ResumeService

func (c *AppRunner) ResumeService(input *ResumeServiceInput) (*ResumeServiceOutput, error)

ResumeService API operation for AWS App Runner.

Resume an active App Runner service. App Runner provisions compute capacity for the service.

This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation ResumeService for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

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

  • InternalServiceErrorException An unexpected service exception occurred.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ResumeService

func (*AppRunner) ResumeServiceRequest

func (c *AppRunner) ResumeServiceRequest(input *ResumeServiceInput) (req *request.Request, output *ResumeServiceOutput)

ResumeServiceRequest generates a "aws/request.Request" representing the client's request for the ResumeService operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ResumeService for more information on using the ResumeService API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ResumeServiceRequest method.
req, resp := client.ResumeServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ResumeService

func (*AppRunner) ResumeServiceWithContext

func (c *AppRunner) ResumeServiceWithContext(ctx aws.Context, input *ResumeServiceInput, opts ...request.Option) (*ResumeServiceOutput, error)

ResumeServiceWithContext is the same as ResumeService with the addition of the ability to pass a context and additional request options.

See ResumeService for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) StartDeployment

func (c *AppRunner) StartDeployment(input *StartDeploymentInput) (*StartDeploymentOutput, error)

StartDeployment API operation for AWS App Runner.

Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an App Runner service.

For a source code repository, App Runner retrieves the commit and builds a Docker image. For a source image repository, App Runner retrieves the latest Docker image. In both cases, App Runner then deploys the new image to your service and starts a new container instance.

This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation StartDeployment for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

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

  • InternalServiceErrorException An unexpected service exception occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/StartDeployment

func (*AppRunner) StartDeploymentRequest

func (c *AppRunner) StartDeploymentRequest(input *StartDeploymentInput) (req *request.Request, output *StartDeploymentOutput)

StartDeploymentRequest generates a "aws/request.Request" representing the client's request for the StartDeployment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartDeployment for more information on using the StartDeployment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartDeploymentRequest method.
req, resp := client.StartDeploymentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/StartDeployment

func (*AppRunner) StartDeploymentWithContext

func (c *AppRunner) StartDeploymentWithContext(ctx aws.Context, input *StartDeploymentInput, opts ...request.Option) (*StartDeploymentOutput, error)

StartDeploymentWithContext is the same as StartDeployment with the addition of the ability to pass a context and additional request options.

See StartDeployment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) TagResource

func (c *AppRunner) TagResource(input *TagResourceInput) (*TagResourceOutput, error)

TagResource API operation for AWS App Runner.

Add tags to, or update the tag values of, an App Runner resource. A tag is a key-value pair.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation TagResource for usage and error information.

Returned Error Types:

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

  • InternalServiceErrorException An unexpected service exception occurred.

  • InvalidRequestException 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.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/TagResource

func (*AppRunner) TagResourceRequest

func (c *AppRunner) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)

TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TagResource for more information on using the TagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TagResourceRequest method.
req, resp := client.TagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/TagResource

func (*AppRunner) TagResourceWithContext

func (c *AppRunner) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)

TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.

See TagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) UntagResource

func (c *AppRunner) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)

UntagResource API operation for AWS App Runner.

Remove tags from an App Runner resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation UntagResource for usage and error information.

Returned Error Types:

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

  • InternalServiceErrorException An unexpected service exception occurred.

  • InvalidRequestException 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.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/UntagResource

func (*AppRunner) UntagResourceRequest

func (c *AppRunner) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)

UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UntagResource for more information on using the UntagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UntagResourceRequest method.
req, resp := client.UntagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/UntagResource

func (*AppRunner) UntagResourceWithContext

func (c *AppRunner) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)

UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.

See UntagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) UpdateDefaultAutoScalingConfiguration

func (c *AppRunner) UpdateDefaultAutoScalingConfiguration(input *UpdateDefaultAutoScalingConfigurationInput) (*UpdateDefaultAutoScalingConfigurationOutput, error)

UpdateDefaultAutoScalingConfiguration API operation for AWS App Runner.

Update an auto scaling configuration to be the default. The existing default auto scaling configuration will be set to non-default automatically.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation UpdateDefaultAutoScalingConfiguration for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

  • InternalServiceErrorException An unexpected service exception occurred.

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

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/UpdateDefaultAutoScalingConfiguration

func (*AppRunner) UpdateDefaultAutoScalingConfigurationRequest

func (c *AppRunner) UpdateDefaultAutoScalingConfigurationRequest(input *UpdateDefaultAutoScalingConfigurationInput) (req *request.Request, output *UpdateDefaultAutoScalingConfigurationOutput)

UpdateDefaultAutoScalingConfigurationRequest generates a "aws/request.Request" representing the client's request for the UpdateDefaultAutoScalingConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDefaultAutoScalingConfiguration for more information on using the UpdateDefaultAutoScalingConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDefaultAutoScalingConfigurationRequest method.
req, resp := client.UpdateDefaultAutoScalingConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/UpdateDefaultAutoScalingConfiguration

func (*AppRunner) UpdateDefaultAutoScalingConfigurationWithContext

func (c *AppRunner) UpdateDefaultAutoScalingConfigurationWithContext(ctx aws.Context, input *UpdateDefaultAutoScalingConfigurationInput, opts ...request.Option) (*UpdateDefaultAutoScalingConfigurationOutput, error)

UpdateDefaultAutoScalingConfigurationWithContext is the same as UpdateDefaultAutoScalingConfiguration with the addition of the ability to pass a context and additional request options.

See UpdateDefaultAutoScalingConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) UpdateService

func (c *AppRunner) UpdateService(input *UpdateServiceInput) (*UpdateServiceOutput, error)

UpdateService API operation for AWS App Runner.

Update an App Runner service. You can update the source configuration and instance configuration of the service. You can also update the ARN of the auto scaling configuration resource that's associated with the service. However, you can't change the name or the encryption configuration of the service. These can be set only when you create the service.

To update the tags applied to your service, use the separate actions TagResource and UntagResource.

This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation UpdateService for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

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

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

  • InternalServiceErrorException An unexpected service exception occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/UpdateService

func (*AppRunner) UpdateServiceRequest

func (c *AppRunner) UpdateServiceRequest(input *UpdateServiceInput) (req *request.Request, output *UpdateServiceOutput)

UpdateServiceRequest generates a "aws/request.Request" representing the client's request for the UpdateService operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateService for more information on using the UpdateService API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateServiceRequest method.
req, resp := client.UpdateServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/UpdateService

func (*AppRunner) UpdateServiceWithContext

func (c *AppRunner) UpdateServiceWithContext(ctx aws.Context, input *UpdateServiceInput, opts ...request.Option) (*UpdateServiceOutput, error)

UpdateServiceWithContext is the same as UpdateService with the addition of the ability to pass a context and additional request options.

See UpdateService for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AppRunner) UpdateVpcIngressConnection

func (c *AppRunner) UpdateVpcIngressConnection(input *UpdateVpcIngressConnectionInput) (*UpdateVpcIngressConnectionOutput, error)

UpdateVpcIngressConnection API operation for AWS App Runner.

Update an existing App Runner VPC Ingress Connection resource. The VPC Ingress Connection must be in one of the following states to be updated:

  • AVAILABLE

  • FAILED_CREATION

  • FAILED_UPDATE

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS App Runner's API operation UpdateVpcIngressConnection for usage and error information.

Returned Error Types:

  • InvalidRequestException 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.

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

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

  • InternalServiceErrorException An unexpected service exception occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/UpdateVpcIngressConnection

func (*AppRunner) UpdateVpcIngressConnectionRequest

func (c *AppRunner) UpdateVpcIngressConnectionRequest(input *UpdateVpcIngressConnectionInput) (req *request.Request, output *UpdateVpcIngressConnectionOutput)

UpdateVpcIngressConnectionRequest generates a "aws/request.Request" representing the client's request for the UpdateVpcIngressConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateVpcIngressConnection for more information on using the UpdateVpcIngressConnection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateVpcIngressConnectionRequest method.
req, resp := client.UpdateVpcIngressConnectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/UpdateVpcIngressConnection

func (*AppRunner) UpdateVpcIngressConnectionWithContext

func (c *AppRunner) UpdateVpcIngressConnectionWithContext(ctx aws.Context, input *UpdateVpcIngressConnectionInput, opts ...request.Option) (*UpdateVpcIngressConnectionOutput, error)

UpdateVpcIngressConnectionWithContext is the same as UpdateVpcIngressConnection with the addition of the ability to pass a context and additional request options.

See UpdateVpcIngressConnection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type AssociateCustomDomainInput

type AssociateCustomDomainInput struct {

    // 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).
    //
    // DomainName is a required field
    DomainName *string `min:"1" type:"string" required:"true"`

    // Set to true to associate the subdomain www.DomainName with the App Runner
    // service in addition to the base domain.
    //
    // Default: true
    EnableWWWSubdomain *bool `type:"boolean"`

    // The Amazon Resource Name (ARN) of the App Runner service that you want to
    // associate a custom domain name with.
    //
    // ServiceArn is a required field
    ServiceArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (AssociateCustomDomainInput) GoString

func (s AssociateCustomDomainInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateCustomDomainInput) SetDomainName

func (s *AssociateCustomDomainInput) SetDomainName(v string) *AssociateCustomDomainInput

SetDomainName sets the DomainName field's value.

func (*AssociateCustomDomainInput) SetEnableWWWSubdomain

func (s *AssociateCustomDomainInput) SetEnableWWWSubdomain(v bool) *AssociateCustomDomainInput

SetEnableWWWSubdomain sets the EnableWWWSubdomain field's value.

func (*AssociateCustomDomainInput) SetServiceArn

func (s *AssociateCustomDomainInput) SetServiceArn(v string) *AssociateCustomDomainInput

SetServiceArn sets the ServiceArn field's value.

func (AssociateCustomDomainInput) String

func (s AssociateCustomDomainInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateCustomDomainInput) Validate

func (s *AssociateCustomDomainInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociateCustomDomainOutput

type AssociateCustomDomainOutput struct {

    // A description of the domain name that's being associated.
    //
    // CustomDomain is a required field
    CustomDomain *CustomDomain `type:"structure" required:"true"`

    // The App Runner subdomain of the App Runner service. The custom domain name
    // is mapped to this target name.
    //
    // DNSTarget is a required field
    DNSTarget *string `type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the App Runner service with which a custom
    // domain name is associated.
    //
    // ServiceArn is a required field
    ServiceArn *string `min:"1" type:"string" required:"true"`

    // DNS Target records for the custom domains of this Amazon VPC.
    //
    // VpcDNSTargets is a required field
    VpcDNSTargets []*VpcDNSTarget `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (AssociateCustomDomainOutput) GoString

func (s AssociateCustomDomainOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateCustomDomainOutput) SetCustomDomain

func (s *AssociateCustomDomainOutput) SetCustomDomain(v *CustomDomain) *AssociateCustomDomainOutput

SetCustomDomain sets the CustomDomain field's value.

func (*AssociateCustomDomainOutput) SetDNSTarget

func (s *AssociateCustomDomainOutput) SetDNSTarget(v string) *AssociateCustomDomainOutput

SetDNSTarget sets the DNSTarget field's value.

func (*AssociateCustomDomainOutput) SetServiceArn

func (s *AssociateCustomDomainOutput) SetServiceArn(v string) *AssociateCustomDomainOutput

SetServiceArn sets the ServiceArn field's value.

func (*AssociateCustomDomainOutput) SetVpcDNSTargets

func (s *AssociateCustomDomainOutput) SetVpcDNSTargets(v []*VpcDNSTarget) *AssociateCustomDomainOutput

SetVpcDNSTargets sets the VpcDNSTargets field's value.

func (AssociateCustomDomainOutput) String

func (s AssociateCustomDomainOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AuthenticationConfiguration

type AuthenticationConfiguration struct {

    // 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).
    AccessRoleArn *string `min:"29" type:"string"`

    // 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.
    ConnectionArn *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

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

func (AuthenticationConfiguration) GoString

func (s AuthenticationConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthenticationConfiguration) SetAccessRoleArn

func (s *AuthenticationConfiguration) SetAccessRoleArn(v string) *AuthenticationConfiguration

SetAccessRoleArn sets the AccessRoleArn field's value.

func (*AuthenticationConfiguration) SetConnectionArn

func (s *AuthenticationConfiguration) SetConnectionArn(v string) *AuthenticationConfiguration

SetConnectionArn sets the ConnectionArn field's value.

func (AuthenticationConfiguration) String

func (s AuthenticationConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AuthenticationConfiguration) Validate

func (s *AuthenticationConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoScalingConfiguration

type AutoScalingConfiguration struct {

    // The Amazon Resource Name (ARN) of this auto scaling configuration.
    AutoScalingConfigurationArn *string `min:"1" type:"string"`

    // The customer-provided auto scaling configuration name. It can be used in
    // multiple revisions of a configuration.
    AutoScalingConfigurationName *string `min:"4" type:"string"`

    // The revision of this auto scaling configuration. It's unique among all the
    // active configurations ("Status": "ACTIVE") that share the same AutoScalingConfigurationName.
    AutoScalingConfigurationRevision *int64 `type:"integer"`

    // The time when the auto scaling configuration was created. It's in Unix time
    // stamp format.
    CreatedAt *time.Time `type:"timestamp"`

    // The time when the auto scaling configuration was deleted. It's in Unix time
    // stamp format.
    DeletedAt *time.Time `type:"timestamp"`

    // Indicates if this auto scaling configuration has an App Runner service associated
    // with it. A value of true indicates one or more services are associated. A
    // value of false indicates no services are associated.
    HasAssociatedService *bool `type:"boolean"`

    // Indicates if this auto scaling configuration should be used as the default
    // for a new App Runner service that does not have an auto scaling configuration
    // ARN specified during creation. Each account can have only one default AutoScalingConfiguration
    // per region. The default AutoScalingConfiguration can be any revision under
    // the same AutoScalingConfigurationName.
    IsDefault *bool `type:"boolean"`

    // It's set to true for the configuration with the highest Revision among all
    // configurations that share the same AutoScalingConfigurationName. It's set
    // to false otherwise.
    Latest *bool `type:"boolean"`

    // 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.
    MaxConcurrency *int64 `type:"integer"`

    // The maximum number of instances that a service scales up to. At most MaxSize
    // instances actively serve traffic for your service.
    MaxSize *int64 `type:"integer"`

    // 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.
    MinSize *int64 `type:"integer"`

    // 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.
    Status *string `type:"string" enum:"AutoScalingConfigurationStatus"`
    // contains filtered or unexported fields
}

Describes an App Runner automatic scaling configuration resource.

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.

Multiple revisions of a configuration might have the same AutoScalingConfigurationName and different AutoScalingConfigurationRevision values.

func (AutoScalingConfiguration) GoString

func (s AutoScalingConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoScalingConfiguration) SetAutoScalingConfigurationArn

func (s *AutoScalingConfiguration) SetAutoScalingConfigurationArn(v string) *AutoScalingConfiguration

SetAutoScalingConfigurationArn sets the AutoScalingConfigurationArn field's value.

func (*AutoScalingConfiguration) SetAutoScalingConfigurationName

func (s *AutoScalingConfiguration) SetAutoScalingConfigurationName(v string) *AutoScalingConfiguration

SetAutoScalingConfigurationName sets the AutoScalingConfigurationName field's value.

func (*AutoScalingConfiguration) SetAutoScalingConfigurationRevision

func (s *AutoScalingConfiguration) SetAutoScalingConfigurationRevision(v int64) *AutoScalingConfiguration

SetAutoScalingConfigurationRevision sets the AutoScalingConfigurationRevision field's value.

func (*AutoScalingConfiguration) SetCreatedAt

func (s *AutoScalingConfiguration) SetCreatedAt(v time.Time) *AutoScalingConfiguration

SetCreatedAt sets the CreatedAt field's value.

func (*AutoScalingConfiguration) SetDeletedAt

func (s *AutoScalingConfiguration) SetDeletedAt(v time.Time) *AutoScalingConfiguration

SetDeletedAt sets the DeletedAt field's value.

func (*AutoScalingConfiguration) SetHasAssociatedService

func (s *AutoScalingConfiguration) SetHasAssociatedService(v bool) *AutoScalingConfiguration

SetHasAssociatedService sets the HasAssociatedService field's value.

func (*AutoScalingConfiguration) SetIsDefault

func (s *AutoScalingConfiguration) SetIsDefault(v bool) *AutoScalingConfiguration

SetIsDefault sets the IsDefault field's value.

func (*AutoScalingConfiguration) SetLatest

func (s *AutoScalingConfiguration) SetLatest(v bool) *AutoScalingConfiguration

SetLatest sets the Latest field's value.

func (*AutoScalingConfiguration) SetMaxConcurrency

func (s *AutoScalingConfiguration) SetMaxConcurrency(v int64) *AutoScalingConfiguration

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*AutoScalingConfiguration) SetMaxSize

func (s *AutoScalingConfiguration) SetMaxSize(v int64) *AutoScalingConfiguration

SetMaxSize sets the MaxSize field's value.

func (*AutoScalingConfiguration) SetMinSize

func (s *AutoScalingConfiguration) SetMinSize(v int64) *AutoScalingConfiguration

SetMinSize sets the MinSize field's value.

func (*AutoScalingConfiguration) SetStatus

func (s *AutoScalingConfiguration) SetStatus(v string) *AutoScalingConfiguration

SetStatus sets the Status field's value.

func (AutoScalingConfiguration) String

func (s AutoScalingConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutoScalingConfigurationSummary

type AutoScalingConfigurationSummary struct {

    // The Amazon Resource Name (ARN) of this auto scaling configuration.
    AutoScalingConfigurationArn *string `min:"1" type:"string"`

    // The customer-provided auto scaling configuration name. It can be used in
    // multiple revisions of a configuration.
    AutoScalingConfigurationName *string `min:"4" type:"string"`

    // The revision of this auto scaling configuration. It's unique among all the
    // active configurations ("Status": "ACTIVE") with the same AutoScalingConfigurationName.
    AutoScalingConfigurationRevision *int64 `type:"integer"`

    // The time when the auto scaling configuration was created. It's in Unix time
    // stamp format.
    CreatedAt *time.Time `type:"timestamp"`

    // Indicates if this auto scaling configuration has an App Runner service associated
    // with it. A value of true indicates one or more services are associated. A
    // value of false indicates no services are associated.
    HasAssociatedService *bool `type:"boolean"`

    // Indicates if this auto scaling configuration should be used as the default
    // for a new App Runner service that does not have an auto scaling configuration
    // ARN specified during creation. Each account can have only one default AutoScalingConfiguration
    // per region. The default AutoScalingConfiguration can be any revision under
    // the same AutoScalingConfigurationName.
    IsDefault *bool `type:"boolean"`

    // 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.
    Status *string `type:"string" enum:"AutoScalingConfigurationStatus"`
    // contains filtered or unexported fields
}

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.

func (AutoScalingConfigurationSummary) GoString

func (s AutoScalingConfigurationSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoScalingConfigurationSummary) SetAutoScalingConfigurationArn

func (s *AutoScalingConfigurationSummary) SetAutoScalingConfigurationArn(v string) *AutoScalingConfigurationSummary

SetAutoScalingConfigurationArn sets the AutoScalingConfigurationArn field's value.

func (*AutoScalingConfigurationSummary) SetAutoScalingConfigurationName

func (s *AutoScalingConfigurationSummary) SetAutoScalingConfigurationName(v string) *AutoScalingConfigurationSummary

SetAutoScalingConfigurationName sets the AutoScalingConfigurationName field's value.

func (*AutoScalingConfigurationSummary) SetAutoScalingConfigurationRevision

func (s *AutoScalingConfigurationSummary) SetAutoScalingConfigurationRevision(v int64) *AutoScalingConfigurationSummary

SetAutoScalingConfigurationRevision sets the AutoScalingConfigurationRevision field's value.

func (*AutoScalingConfigurationSummary) SetCreatedAt

func (s *AutoScalingConfigurationSummary) SetCreatedAt(v time.Time) *AutoScalingConfigurationSummary

SetCreatedAt sets the CreatedAt field's value.

func (*AutoScalingConfigurationSummary) SetHasAssociatedService

func (s *AutoScalingConfigurationSummary) SetHasAssociatedService(v bool) *AutoScalingConfigurationSummary

SetHasAssociatedService sets the HasAssociatedService field's value.

func (*AutoScalingConfigurationSummary) SetIsDefault

func (s *AutoScalingConfigurationSummary) SetIsDefault(v bool) *AutoScalingConfigurationSummary

SetIsDefault sets the IsDefault field's value.

func (*AutoScalingConfigurationSummary) SetStatus

func (s *AutoScalingConfigurationSummary) SetStatus(v string) *AutoScalingConfigurationSummary

SetStatus sets the Status field's value.

func (AutoScalingConfigurationSummary) String

func (s AutoScalingConfigurationSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CertificateValidationRecord

type CertificateValidationRecord struct {

    // The certificate CNAME record name.
    Name *string `type:"string"`

    // The current state of the certificate CNAME record validation. It should change
    // to SUCCESS after App Runner completes validation with your DNS.
    Status *string `type:"string" enum:"CertificateValidationRecordStatus"`

    // The record type, always CNAME.
    Type *string `type:"string"`

    // The certificate CNAME record value.
    Value *string `type:"string"`
    // contains filtered or unexported fields
}

Describes a certificate CNAME record to add to your DNS. For more information, see AssociateCustomDomain (https://docs.aws.amazon.com/apprunner/latest/api/API_AssociateCustomDomain.html).

func (CertificateValidationRecord) GoString

func (s CertificateValidationRecord) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CertificateValidationRecord) SetName

func (s *CertificateValidationRecord) SetName(v string) *CertificateValidationRecord

SetName sets the Name field's value.

func (*CertificateValidationRecord) SetStatus

func (s *CertificateValidationRecord) SetStatus(v string) *CertificateValidationRecord

SetStatus sets the Status field's value.

func (*CertificateValidationRecord) SetType

func (s *CertificateValidationRecord) SetType(v string) *CertificateValidationRecord

SetType sets the Type field's value.

func (*CertificateValidationRecord) SetValue

func (s *CertificateValidationRecord) SetValue(v string) *CertificateValidationRecord

SetValue sets the Value field's value.

func (CertificateValidationRecord) String

func (s CertificateValidationRecord) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CodeConfiguration

type CodeConfiguration struct {

    // 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).
    CodeConfigurationValues *CodeConfigurationValues `type:"structure"`

    // 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.
    //
    // ConfigurationSource is a required field
    ConfigurationSource *string `type:"string" required:"true" enum:"ConfigurationSource"`
    // contains filtered or unexported fields
}

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

func (CodeConfiguration) GoString

func (s CodeConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CodeConfiguration) SetCodeConfigurationValues

func (s *CodeConfiguration) SetCodeConfigurationValues(v *CodeConfigurationValues) *CodeConfiguration

SetCodeConfigurationValues sets the CodeConfigurationValues field's value.

func (*CodeConfiguration) SetConfigurationSource

func (s *CodeConfiguration) SetConfigurationSource(v string) *CodeConfiguration

SetConfigurationSource sets the ConfigurationSource field's value.

func (CodeConfiguration) String

func (s CodeConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CodeConfiguration) Validate

func (s *CodeConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CodeConfigurationValues

type CodeConfigurationValues struct {

    // The command App Runner runs to build your application.
    //
    // BuildCommand is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CodeConfigurationValues's
    // String and GoString methods.
    BuildCommand *string `type:"string" sensitive:"true"`

    // The port that your application listens to in the container.
    //
    // Default: 8080
    Port *string `type:"string"`

    // A runtime environment type for building and running an App Runner service.
    // It represents a programming language runtime.
    //
    // Runtime is a required field
    Runtime *string `type:"string" required:"true" enum:"Runtime"`

    // An array of key-value pairs representing the secrets and parameters that
    // get referenced to your service as an environment variable. The supported
    // values are either the full Amazon Resource Name (ARN) of the Secrets Manager
    // secret or the full ARN of the parameter in the Amazon Web Services Systems
    // Manager Parameter Store.
    //
    //    * If the Amazon Web Services Systems Manager Parameter Store parameter
    //    exists in the same Amazon Web Services Region as the service that you're
    //    launching, you can use either the full ARN or name of the secret. If the
    //    parameter exists in a different Region, then the full ARN must be specified.
    //
    //    * Currently, cross account referencing of Amazon Web Services Systems
    //    Manager Parameter Store parameter is not supported.
    RuntimeEnvironmentSecrets map[string]*string `type:"map"`

    // The environment variables that are available to your running App Runner service.
    // An array of key-value pairs.
    RuntimeEnvironmentVariables map[string]*string `type:"map"`

    // The command App Runner runs to start your application.
    //
    // StartCommand is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CodeConfigurationValues's
    // String and GoString methods.
    StartCommand *string `type:"string" sensitive:"true"`
    // contains filtered or unexported fields
}

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.

func (CodeConfigurationValues) GoString

func (s CodeConfigurationValues) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CodeConfigurationValues) SetBuildCommand

func (s *CodeConfigurationValues) SetBuildCommand(v string) *CodeConfigurationValues

SetBuildCommand sets the BuildCommand field's value.

func (*CodeConfigurationValues) SetPort

func (s *CodeConfigurationValues) SetPort(v string) *CodeConfigurationValues

SetPort sets the Port field's value.

func (*CodeConfigurationValues) SetRuntime

func (s *CodeConfigurationValues) SetRuntime(v string) *CodeConfigurationValues

SetRuntime sets the Runtime field's value.

func (*CodeConfigurationValues) SetRuntimeEnvironmentSecrets

func (s *CodeConfigurationValues) SetRuntimeEnvironmentSecrets(v map[string]*string) *CodeConfigurationValues

SetRuntimeEnvironmentSecrets sets the RuntimeEnvironmentSecrets field's value.

func (*CodeConfigurationValues) SetRuntimeEnvironmentVariables

func (s *CodeConfigurationValues) SetRuntimeEnvironmentVariables(v map[string]*string) *CodeConfigurationValues

SetRuntimeEnvironmentVariables sets the RuntimeEnvironmentVariables field's value.

func (*CodeConfigurationValues) SetStartCommand

func (s *CodeConfigurationValues) SetStartCommand(v string) *CodeConfigurationValues

SetStartCommand sets the StartCommand field's value.

func (CodeConfigurationValues) String

func (s CodeConfigurationValues) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CodeConfigurationValues) Validate

func (s *CodeConfigurationValues) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CodeRepository

type CodeRepository struct {

    // Configuration for building and running the service from a source code repository.
    //
    // CodeConfiguration is required only for CreateService request.
    CodeConfiguration *CodeConfiguration `type:"structure"`

    // The location of the repository that contains the source code.
    //
    // RepositoryUrl is a required field
    RepositoryUrl *string `type:"string" required:"true"`

    // The version that should be used within the source code repository.
    //
    // SourceCodeVersion is a required field
    SourceCodeVersion *SourceCodeVersion `type:"structure" required:"true"`

    // The path of the directory that stores source code and configuration files.
    // The build and start commands also execute from here. The path is absolute
    // from root and, if not specified, defaults to the repository root.
    SourceDirectory *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Describes a source code repository.

func (CodeRepository) GoString

func (s CodeRepository) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CodeRepository) SetCodeConfiguration

func (s *CodeRepository) SetCodeConfiguration(v *CodeConfiguration) *CodeRepository

SetCodeConfiguration sets the CodeConfiguration field's value.

func (*CodeRepository) SetRepositoryUrl

func (s *CodeRepository) SetRepositoryUrl(v string) *CodeRepository

SetRepositoryUrl sets the RepositoryUrl field's value.

func (*CodeRepository) SetSourceCodeVersion

func (s *CodeRepository) SetSourceCodeVersion(v *SourceCodeVersion) *CodeRepository

SetSourceCodeVersion sets the SourceCodeVersion field's value.

func (*CodeRepository) SetSourceDirectory

func (s *CodeRepository) SetSourceDirectory(v string) *CodeRepository

SetSourceDirectory sets the SourceDirectory field's value.

func (CodeRepository) String

func (s CodeRepository) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CodeRepository) Validate

func (s *CodeRepository) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Connection

type Connection struct {

    // The Amazon Resource Name (ARN) of this connection.
    ConnectionArn *string `min:"1" type:"string"`

    // The customer-provided connection name.
    ConnectionName *string `min:"4" type:"string"`

    // The App Runner connection creation time, expressed as a Unix time stamp.
    CreatedAt *time.Time `type:"timestamp"`

    // The source repository provider.
    ProviderType *string `type:"string" enum:"ProviderType"`

    // The current state of the App Runner connection. When the state is AVAILABLE,
    // you can use the connection to create an App Runner service.
    Status *string `type:"string" enum:"ConnectionStatus"`
    // contains filtered or unexported fields
}

Describes an App Runner connection resource.

func (Connection) GoString

func (s Connection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Connection) SetConnectionArn

func (s *Connection) SetConnectionArn(v string) *Connection

SetConnectionArn sets the ConnectionArn field's value.

func (*Connection) SetConnectionName

func (s *Connection) SetConnectionName(v string) *Connection

SetConnectionName sets the ConnectionName field's value.

func (*Connection) SetCreatedAt

func (s *Connection) SetCreatedAt(v time.Time) *Connection

SetCreatedAt sets the CreatedAt field's value.

func (*Connection) SetProviderType

func (s *Connection) SetProviderType(v string) *Connection

SetProviderType sets the ProviderType field's value.

func (*Connection) SetStatus

func (s *Connection) SetStatus(v string) *Connection

SetStatus sets the Status field's value.

func (Connection) String

func (s Connection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConnectionSummary

type ConnectionSummary struct {

    // The Amazon Resource Name (ARN) of this connection.
    ConnectionArn *string `min:"1" type:"string"`

    // The customer-provided connection name.
    ConnectionName *string `min:"4" type:"string"`

    // The App Runner connection creation time, expressed as a Unix time stamp.
    CreatedAt *time.Time `type:"timestamp"`

    // The source repository provider.
    ProviderType *string `type:"string" enum:"ProviderType"`

    // The current state of the App Runner connection. When the state is AVAILABLE,
    // you can use the connection to create an App Runner service.
    Status *string `type:"string" enum:"ConnectionStatus"`
    // contains filtered or unexported fields
}

Provides summary information about an App Runner connection resource.

func (ConnectionSummary) GoString

func (s ConnectionSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConnectionSummary) SetConnectionArn

func (s *ConnectionSummary) SetConnectionArn(v string) *ConnectionSummary

SetConnectionArn sets the ConnectionArn field's value.

func (*ConnectionSummary) SetConnectionName

func (s *ConnectionSummary) SetConnectionName(v string) *ConnectionSummary

SetConnectionName sets the ConnectionName field's value.

func (*ConnectionSummary) SetCreatedAt

func (s *ConnectionSummary) SetCreatedAt(v time.Time) *ConnectionSummary

SetCreatedAt sets the CreatedAt field's value.

func (*ConnectionSummary) SetProviderType

func (s *ConnectionSummary) SetProviderType(v string) *ConnectionSummary

SetProviderType sets the ProviderType field's value.

func (*ConnectionSummary) SetStatus

func (s *ConnectionSummary) SetStatus(v string) *ConnectionSummary

SetStatus sets the Status field's value.

func (ConnectionSummary) String

func (s ConnectionSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAutoScalingConfigurationInput

type CreateAutoScalingConfigurationInput struct {

    // 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.
    //
    // Prior to the release of Auto scale configuration enhancements (https://docs.aws.amazon.com/apprunner/latest/relnotes/release-2023-09-22-auto-scale-config.html),
    // the name DefaultConfiguration was reserved.
    //
    // This restriction is no longer in place. You can now manage DefaultConfiguration
    // the same way you manage your custom auto scaling configurations. This means
    // you can do the following with the DefaultConfiguration that App Runner provides:
    //
    //    * Create new revisions of the DefaultConfiguration.
    //
    //    * Delete the revisions of the DefaultConfiguration.
    //
    //    * Delete the auto scaling configuration for which the App Runner DefaultConfiguration
    //    was created.
    //
    //    * If you delete the auto scaling configuration you can create another
    //    custom auto scaling configuration with the same DefaultConfiguration name.
    //    The original DefaultConfiguration resource provided by App Runner remains
    //    in your account unless you make changes to it.
    //
    // AutoScalingConfigurationName is a required field
    AutoScalingConfigurationName *string `min:"4" type:"string" required:"true"`

    // 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
    MaxConcurrency *int64 `min:"1" type:"integer"`

    // The maximum number of instances that your service scales up to. At most MaxSize
    // instances actively serve traffic for your service.
    //
    // Default: 25
    MaxSize *int64 `min:"1" type:"integer"`

    // 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
    MinSize *int64 `min:"1" type:"integer"`

    // A list of metadata items that you can associate with your auto scaling configuration
    // resource. A tag is a key-value pair.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreateAutoScalingConfigurationInput) GoString

func (s CreateAutoScalingConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAutoScalingConfigurationInput) SetAutoScalingConfigurationName

func (s *CreateAutoScalingConfigurationInput) SetAutoScalingConfigurationName(v string) *CreateAutoScalingConfigurationInput

SetAutoScalingConfigurationName sets the AutoScalingConfigurationName field's value.

func (*CreateAutoScalingConfigurationInput) SetMaxConcurrency

func (s *CreateAutoScalingConfigurationInput) SetMaxConcurrency(v int64) *CreateAutoScalingConfigurationInput

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*CreateAutoScalingConfigurationInput) SetMaxSize

func (s *CreateAutoScalingConfigurationInput) SetMaxSize(v int64) *CreateAutoScalingConfigurationInput

SetMaxSize sets the MaxSize field's value.

func (*CreateAutoScalingConfigurationInput) SetMinSize

func (s *CreateAutoScalingConfigurationInput) SetMinSize(v int64) *CreateAutoScalingConfigurationInput

SetMinSize sets the MinSize field's value.

func (*CreateAutoScalingConfigurationInput) SetTags

func (s *CreateAutoScalingConfigurationInput) SetTags(v []*Tag) *CreateAutoScalingConfigurationInput

SetTags sets the Tags field's value.

func (CreateAutoScalingConfigurationInput) String

func (s CreateAutoScalingConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAutoScalingConfigurationInput) Validate

func (s *CreateAutoScalingConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAutoScalingConfigurationOutput

type CreateAutoScalingConfigurationOutput struct {

    // A description of the App Runner auto scaling configuration that's created
    // by this request.
    //
    // AutoScalingConfiguration is a required field
    AutoScalingConfiguration *AutoScalingConfiguration `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateAutoScalingConfigurationOutput) GoString

func (s CreateAutoScalingConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAutoScalingConfigurationOutput) SetAutoScalingConfiguration

func (s *CreateAutoScalingConfigurationOutput) SetAutoScalingConfiguration(v *AutoScalingConfiguration) *CreateAutoScalingConfigurationOutput

SetAutoScalingConfiguration sets the AutoScalingConfiguration field's value.

func (CreateAutoScalingConfigurationOutput) String

func (s CreateAutoScalingConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateConnectionInput

type CreateConnectionInput struct {

    // 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.
    //
    // ConnectionName is a required field
    ConnectionName *string `min:"4" type:"string" required:"true"`

    // The source repository provider.
    //
    // ProviderType is a required field
    ProviderType *string `type:"string" required:"true" enum:"ProviderType"`

    // A list of metadata items that you can associate with your connection resource.
    // A tag is a key-value pair.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreateConnectionInput) GoString

func (s CreateConnectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateConnectionInput) SetConnectionName

func (s *CreateConnectionInput) SetConnectionName(v string) *CreateConnectionInput

SetConnectionName sets the ConnectionName field's value.

func (*CreateConnectionInput) SetProviderType

func (s *CreateConnectionInput) SetProviderType(v string) *CreateConnectionInput

SetProviderType sets the ProviderType field's value.

func (*CreateConnectionInput) SetTags

func (s *CreateConnectionInput) SetTags(v []*Tag) *CreateConnectionInput

SetTags sets the Tags field's value.

func (CreateConnectionInput) String

func (s CreateConnectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateConnectionInput) Validate

func (s *CreateConnectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateConnectionOutput

type CreateConnectionOutput struct {

    // A description of the App Runner connection that's created by this request.
    //
    // Connection is a required field
    Connection *Connection `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateConnectionOutput) GoString

func (s CreateConnectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateConnectionOutput) SetConnection

func (s *CreateConnectionOutput) SetConnection(v *Connection) *CreateConnectionOutput

SetConnection sets the Connection field's value.

func (CreateConnectionOutput) String

func (s CreateConnectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateObservabilityConfigurationInput

type CreateObservabilityConfigurationInput struct {

    // A name for the observability 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.
    //
    // The name DefaultConfiguration is reserved. You can't use it to create a new
    // observability configuration, and you can't create a revision of it.
    //
    // When you want to use your own observability configuration for your App Runner
    // service, create a configuration with a different name, and then provide it
    // when you create or update your service.
    //
    // ObservabilityConfigurationName is a required field
    ObservabilityConfigurationName *string `min:"4" type:"string" required:"true"`

    // A list of metadata items that you can associate with your observability configuration
    // resource. A tag is a key-value pair.
    Tags []*Tag `type:"list"`

    // The configuration of the tracing feature within this observability configuration.
    // If you don't specify it, App Runner doesn't enable tracing.
    TraceConfiguration *TraceConfiguration `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateObservabilityConfigurationInput) GoString

func (s CreateObservabilityConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateObservabilityConfigurationInput) SetObservabilityConfigurationName

func (s *CreateObservabilityConfigurationInput) SetObservabilityConfigurationName(v string) *CreateObservabilityConfigurationInput

SetObservabilityConfigurationName sets the ObservabilityConfigurationName field's value.

func (*CreateObservabilityConfigurationInput) SetTags

func (s *CreateObservabilityConfigurationInput) SetTags(v []*Tag) *CreateObservabilityConfigurationInput

SetTags sets the Tags field's value.

func (*CreateObservabilityConfigurationInput) SetTraceConfiguration

func (s *CreateObservabilityConfigurationInput) SetTraceConfiguration(v *TraceConfiguration) *CreateObservabilityConfigurationInput

SetTraceConfiguration sets the TraceConfiguration field's value.

func (CreateObservabilityConfigurationInput) String

func (s CreateObservabilityConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateObservabilityConfigurationInput) Validate

func (s *CreateObservabilityConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateObservabilityConfigurationOutput

type CreateObservabilityConfigurationOutput struct {

    // A description of the App Runner observability configuration that's created
    // by this request.
    //
    // ObservabilityConfiguration is a required field
    ObservabilityConfiguration *ObservabilityConfiguration `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateObservabilityConfigurationOutput) GoString

func (s CreateObservabilityConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateObservabilityConfigurationOutput) SetObservabilityConfiguration

func (s *CreateObservabilityConfigurationOutput) SetObservabilityConfiguration(v *ObservabilityConfiguration) *CreateObservabilityConfigurationOutput

SetObservabilityConfiguration sets the ObservabilityConfiguration field's value.

func (CreateObservabilityConfigurationOutput) String

func (s CreateObservabilityConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateServiceInput

type CreateServiceInput struct {

    // 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.
    //
    // Specify an ARN with a name and a revision number to associate that revision.
    // For example: arn:aws:apprunner:us-east-1:123456789012:autoscalingconfiguration/high-availability/3
    //
    // Specify just the name to associate the latest revision. For example: arn:aws:apprunner:us-east-1:123456789012:autoscalingconfiguration/high-availability
    AutoScalingConfigurationArn *string `min:"1" type:"string"`

    // 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 key.
    EncryptionConfiguration *EncryptionConfiguration `type:"structure"`

    // The settings for the health check that App Runner performs to monitor the
    // health of the App Runner service.
    HealthCheckConfiguration *HealthCheckConfiguration `type:"structure"`

    // The runtime configuration of instances (scaling units) of your service.
    InstanceConfiguration *InstanceConfiguration `type:"structure"`

    // Configuration settings related to network traffic of the web application
    // that the App Runner service runs.
    NetworkConfiguration *NetworkConfiguration `type:"structure"`

    // The observability configuration of your service.
    ObservabilityConfiguration *ServiceObservabilityConfiguration `type:"structure"`

    // A name for the App Runner service. It must be unique across all the running
    // App Runner services in your Amazon Web Services account in the Amazon Web
    // Services Region.
    //
    // ServiceName is a required field
    ServiceName *string `min:"4" type:"string" required:"true"`

    // The source to deploy to the App Runner service. It can be a code or an image
    // repository.
    //
    // SourceConfiguration is a required field
    SourceConfiguration *SourceConfiguration `type:"structure" required:"true"`

    // An optional list of metadata items that you can associate with the App Runner
    // service resource. A tag is a key-value pair.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreateServiceInput) GoString

func (s CreateServiceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateServiceInput) SetAutoScalingConfigurationArn

func (s *CreateServiceInput) SetAutoScalingConfigurationArn(v string) *CreateServiceInput

SetAutoScalingConfigurationArn sets the AutoScalingConfigurationArn field's value.

func (*CreateServiceInput) SetEncryptionConfiguration

func (s *CreateServiceInput) SetEncryptionConfiguration(v *EncryptionConfiguration) *CreateServiceInput

SetEncryptionConfiguration sets the EncryptionConfiguration field's value.

func (*CreateServiceInput) SetHealthCheckConfiguration

func (s *CreateServiceInput) SetHealthCheckConfiguration(v *HealthCheckConfiguration) *CreateServiceInput

SetHealthCheckConfiguration sets the HealthCheckConfiguration field's value.

func (*CreateServiceInput) SetInstanceConfiguration

func (s *CreateServiceInput) SetInstanceConfiguration(v *InstanceConfiguration) *CreateServiceInput

SetInstanceConfiguration sets the InstanceConfiguration field's value.

func (*CreateServiceInput) SetNetworkConfiguration

func (s *CreateServiceInput) SetNetworkConfiguration(v *NetworkConfiguration) *CreateServiceInput

SetNetworkConfiguration sets the NetworkConfiguration field's value.

func (*CreateServiceInput) SetObservabilityConfiguration

func (s *CreateServiceInput) SetObservabilityConfiguration(v *ServiceObservabilityConfiguration) *CreateServiceInput

SetObservabilityConfiguration sets the ObservabilityConfiguration field's value.

func (*CreateServiceInput) SetServiceName

func (s *CreateServiceInput) SetServiceName(v string) *CreateServiceInput

SetServiceName sets the ServiceName field's value.

func (*CreateServiceInput) SetSourceConfiguration

func (s *CreateServiceInput) SetSourceConfiguration(v *SourceConfiguration) *CreateServiceInput

SetSourceConfiguration sets the SourceConfiguration field's value.

func (*CreateServiceInput) SetTags

func (s *CreateServiceInput) SetTags(v []*Tag) *CreateServiceInput

SetTags sets the Tags field's value.

func (CreateServiceInput) String

func (s CreateServiceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateServiceInput) Validate

func (s *CreateServiceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateServiceOutput

type CreateServiceOutput struct {

    // The unique ID of the asynchronous operation that this request started. You
    // can use it combined with the ListOperations (https://docs.aws.amazon.com/apprunner/latest/api/API_ListOperations.html)
    // call to track the operation's progress.
    //
    // OperationId is a required field
    OperationId *string `min:"36" type:"string" required:"true"`

    // A description of the App Runner service that's created by this request.
    //
    // Service is a required field
    Service *Service `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateServiceOutput) GoString

func (s CreateServiceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateServiceOutput) SetOperationId

func (s *CreateServiceOutput) SetOperationId(v string) *CreateServiceOutput

SetOperationId sets the OperationId field's value.

func (*CreateServiceOutput) SetService

func (s *CreateServiceOutput) SetService(v *Service) *CreateServiceOutput

SetService sets the Service field's value.

func (CreateServiceOutput) String

func (s CreateServiceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateVpcConnectorInput

type CreateVpcConnectorInput struct {

    // A list of IDs of security groups that App Runner should use for access to
    // Amazon Web Services resources under the specified subnets. If not specified,
    // App Runner uses the default security group of the Amazon VPC. The default
    // security group allows all outbound traffic.
    SecurityGroups []*string `type:"list"`

    // A list of IDs of subnets that App Runner should use when it associates your
    // service with a custom Amazon VPC. Specify IDs of subnets of a single Amazon
    // VPC. App Runner determines the Amazon VPC from the subnets you specify.
    //
    // App Runner currently only provides support for IPv4.
    //
    // Subnets is a required field
    Subnets []*string `type:"list" required:"true"`

    // A list of metadata items that you can associate with your VPC connector resource.
    // A tag is a key-value pair.
    Tags []*Tag `type:"list"`

    // A name for the VPC connector.
    //
    // VpcConnectorName is a required field
    VpcConnectorName *string `min:"4" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateVpcConnectorInput) GoString

func (s CreateVpcConnectorInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateVpcConnectorInput) SetSecurityGroups

func (s *CreateVpcConnectorInput) SetSecurityGroups(v []*string) *CreateVpcConnectorInput

SetSecurityGroups sets the SecurityGroups field's value.

func (*CreateVpcConnectorInput) SetSubnets

func (s *CreateVpcConnectorInput) SetSubnets(v []*string) *CreateVpcConnectorInput

SetSubnets sets the Subnets field's value.

func (*CreateVpcConnectorInput) SetTags

func (s *CreateVpcConnectorInput) SetTags(v []*Tag) *CreateVpcConnectorInput

SetTags sets the Tags field's value.

func (*CreateVpcConnectorInput) SetVpcConnectorName

func (s *CreateVpcConnectorInput) SetVpcConnectorName(v string) *CreateVpcConnectorInput

SetVpcConnectorName sets the VpcConnectorName field's value.

func (CreateVpcConnectorInput) String

func (s CreateVpcConnectorInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateVpcConnectorInput) Validate

func (s *CreateVpcConnectorInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateVpcConnectorOutput

type CreateVpcConnectorOutput struct {

    // A description of the App Runner VPC connector that's created by this request.
    //
    // VpcConnector is a required field
    VpcConnector *VpcConnector `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateVpcConnectorOutput) GoString

func (s CreateVpcConnectorOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateVpcConnectorOutput) SetVpcConnector

func (s *CreateVpcConnectorOutput) SetVpcConnector(v *VpcConnector) *CreateVpcConnectorOutput

SetVpcConnector sets the VpcConnector field's value.

func (CreateVpcConnectorOutput) String

func (s CreateVpcConnectorOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateVpcIngressConnectionInput

type CreateVpcIngressConnectionInput struct {

    // Specifications for the customer’s Amazon VPC and the related Amazon Web
    // Services PrivateLink VPC endpoint that are used to create the VPC Ingress
    // Connection resource.
    //
    // IngressVpcConfiguration is a required field
    IngressVpcConfiguration *IngressVpcConfiguration `type:"structure" required:"true"`

    // The Amazon Resource Name (ARN) for this App Runner service that is used to
    // create the VPC Ingress Connection resource.
    //
    // ServiceArn is a required field
    ServiceArn *string `min:"1" type:"string" required:"true"`

    // An optional list of metadata items that you can associate with the VPC Ingress
    // Connection resource. A tag is a key-value pair.
    Tags []*Tag `type:"list"`

    // A name for the VPC Ingress Connection resource. It must be unique across
    // all the active VPC Ingress Connections in your Amazon Web Services account
    // in the Amazon Web Services Region.
    //
    // VpcIngressConnectionName is a required field
    VpcIngressConnectionName *string `min:"4" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateVpcIngressConnectionInput) GoString

func (s CreateVpcIngressConnectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateVpcIngressConnectionInput) SetIngressVpcConfiguration

func (s *CreateVpcIngressConnectionInput) SetIngressVpcConfiguration(v *IngressVpcConfiguration) *CreateVpcIngressConnectionInput

SetIngressVpcConfiguration sets the IngressVpcConfiguration field's value.

func (*CreateVpcIngressConnectionInput) SetServiceArn

func (s *CreateVpcIngressConnectionInput) SetServiceArn(v string) *CreateVpcIngressConnectionInput

SetServiceArn sets the ServiceArn field's value.

func (*CreateVpcIngressConnectionInput) SetTags

func (s *CreateVpcIngressConnectionInput) SetTags(v []*Tag) *CreateVpcIngressConnectionInput

SetTags sets the Tags field's value.

func (*CreateVpcIngressConnectionInput) SetVpcIngressConnectionName

func (s *CreateVpcIngressConnectionInput) SetVpcIngressConnectionName(v string) *CreateVpcIngressConnectionInput

SetVpcIngressConnectionName sets the VpcIngressConnectionName field's value.

func (CreateVpcIngressConnectionInput) String

func (s CreateVpcIngressConnectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateVpcIngressConnectionInput) Validate

func (s *CreateVpcIngressConnectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateVpcIngressConnectionOutput

type CreateVpcIngressConnectionOutput struct {

    // A description of the App Runner VPC Ingress Connection resource that's created
    // by this request.
    //
    // VpcIngressConnection is a required field
    VpcIngressConnection *VpcIngressConnection `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateVpcIngressConnectionOutput) GoString

func (s CreateVpcIngressConnectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateVpcIngressConnectionOutput) SetVpcIngressConnection

func (s *CreateVpcIngressConnectionOutput) SetVpcIngressConnection(v *VpcIngressConnection) *CreateVpcIngressConnectionOutput

SetVpcIngressConnection sets the VpcIngressConnection field's value.

func (CreateVpcIngressConnectionOutput) String

func (s CreateVpcIngressConnectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CustomDomain

type CustomDomain struct {

    // A list of certificate CNAME records that's used for this domain name.
    CertificateValidationRecords []*CertificateValidationRecord `type:"list"`

    // 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).
    //
    // DomainName is a required field
    DomainName *string `min:"1" type:"string" required:"true"`

    // When true, the subdomain www.DomainName is associated with the App Runner
    // service in addition to the base domain.
    //
    // EnableWWWSubdomain is a required field
    EnableWWWSubdomain *bool `type:"boolean" required:"true"`

    // The current state of the domain name association.
    //
    // Status is a required field
    Status *string `type:"string" required:"true" enum:"CustomDomainAssociationStatus"`
    // contains filtered or unexported fields
}

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

func (CustomDomain) GoString

func (s CustomDomain) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomDomain) SetCertificateValidationRecords

func (s *CustomDomain) SetCertificateValidationRecords(v []*CertificateValidationRecord) *CustomDomain

SetCertificateValidationRecords sets the CertificateValidationRecords field's value.

func (*CustomDomain) SetDomainName

func (s *CustomDomain) SetDomainName(v string) *CustomDomain

SetDomainName sets the DomainName field's value.

func (*CustomDomain) SetEnableWWWSubdomain

func (s *CustomDomain) SetEnableWWWSubdomain(v bool) *CustomDomain

SetEnableWWWSubdomain sets the EnableWWWSubdomain field's value.

func (*CustomDomain) SetStatus

func (s *CustomDomain) SetStatus(v string) *CustomDomain

SetStatus sets the Status field's value.

func (CustomDomain) String

func (s CustomDomain) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAutoScalingConfigurationInput

type DeleteAutoScalingConfigurationInput struct {

    // 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.
    //
    // AutoScalingConfigurationArn is a required field
    AutoScalingConfigurationArn *string `min:"1" type:"string" required:"true"`

    // Set to true to delete all of the revisions associated with the AutoScalingConfigurationArn
    // parameter value.
    //
    // When DeleteAllRevisions is set to true, the only valid value for the Amazon
    // Resource Name (ARN) is a partial ARN ending with: .../name.
    DeleteAllRevisions *bool `type:"boolean"`
    // contains filtered or unexported fields
}

func (DeleteAutoScalingConfigurationInput) GoString

func (s DeleteAutoScalingConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAutoScalingConfigurationInput) SetAutoScalingConfigurationArn

func (s *DeleteAutoScalingConfigurationInput) SetAutoScalingConfigurationArn(v string) *DeleteAutoScalingConfigurationInput

SetAutoScalingConfigurationArn sets the AutoScalingConfigurationArn field's value.

func (*DeleteAutoScalingConfigurationInput) SetDeleteAllRevisions

func (s *DeleteAutoScalingConfigurationInput) SetDeleteAllRevisions(v bool) *DeleteAutoScalingConfigurationInput

SetDeleteAllRevisions sets the DeleteAllRevisions field's value.

func (DeleteAutoScalingConfigurationInput) String

func (s DeleteAutoScalingConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAutoScalingConfigurationInput) Validate

func (s *DeleteAutoScalingConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAutoScalingConfigurationOutput

type DeleteAutoScalingConfigurationOutput struct {

    // A description of the App Runner auto scaling configuration that this request
    // just deleted.
    //
    // AutoScalingConfiguration is a required field
    AutoScalingConfiguration *AutoScalingConfiguration `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteAutoScalingConfigurationOutput) GoString

func (s DeleteAutoScalingConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAutoScalingConfigurationOutput) SetAutoScalingConfiguration

func (s *DeleteAutoScalingConfigurationOutput) SetAutoScalingConfiguration(v *AutoScalingConfiguration) *DeleteAutoScalingConfigurationOutput

SetAutoScalingConfiguration sets the AutoScalingConfiguration field's value.

func (DeleteAutoScalingConfigurationOutput) String

func (s DeleteAutoScalingConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteConnectionInput

type DeleteConnectionInput struct {

    // The Amazon Resource Name (ARN) of the App Runner connection that you want
    // to delete.
    //
    // ConnectionArn is a required field
    ConnectionArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteConnectionInput) GoString

func (s DeleteConnectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteConnectionInput) SetConnectionArn

func (s *DeleteConnectionInput) SetConnectionArn(v string) *DeleteConnectionInput

SetConnectionArn sets the ConnectionArn field's value.

func (DeleteConnectionInput) String

func (s DeleteConnectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteConnectionInput) Validate

func (s *DeleteConnectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteConnectionOutput

type DeleteConnectionOutput struct {

    // A description of the App Runner connection that this request just deleted.
    Connection *Connection `type:"structure"`
    // contains filtered or unexported fields
}

func (DeleteConnectionOutput) GoString

func (s DeleteConnectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteConnectionOutput) SetConnection

func (s *DeleteConnectionOutput) SetConnection(v *Connection) *DeleteConnectionOutput

SetConnection sets the Connection field's value.

func (DeleteConnectionOutput) String

func (s DeleteConnectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteObservabilityConfigurationInput

type DeleteObservabilityConfigurationInput struct {

    // The Amazon Resource Name (ARN) of the App Runner observability configuration
    // that you want to delete.
    //
    // The ARN can be a full observability 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.
    //
    // ObservabilityConfigurationArn is a required field
    ObservabilityConfigurationArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteObservabilityConfigurationInput) GoString

func (s DeleteObservabilityConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteObservabilityConfigurationInput) SetObservabilityConfigurationArn

func (s *DeleteObservabilityConfigurationInput) SetObservabilityConfigurationArn(v string) *DeleteObservabilityConfigurationInput

SetObservabilityConfigurationArn sets the ObservabilityConfigurationArn field's value.

func (DeleteObservabilityConfigurationInput) String

func (s DeleteObservabilityConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteObservabilityConfigurationInput) Validate

func (s *DeleteObservabilityConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteObservabilityConfigurationOutput

type DeleteObservabilityConfigurationOutput struct {

    // A description of the App Runner observability configuration that this request
    // just deleted.
    //
    // ObservabilityConfiguration is a required field
    ObservabilityConfiguration *ObservabilityConfiguration `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteObservabilityConfigurationOutput) GoString

func (s DeleteObservabilityConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteObservabilityConfigurationOutput) SetObservabilityConfiguration

func (s *DeleteObservabilityConfigurationOutput) SetObservabilityConfiguration(v *ObservabilityConfiguration) *DeleteObservabilityConfigurationOutput

SetObservabilityConfiguration sets the ObservabilityConfiguration field's value.

func (DeleteObservabilityConfigurationOutput) String

func (s DeleteObservabilityConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteServiceInput

type DeleteServiceInput struct {

    // The Amazon Resource Name (ARN) of the App Runner service that you want to
    // delete.
    //
    // ServiceArn is a required field
    ServiceArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteServiceInput) GoString

func (s DeleteServiceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteServiceInput) SetServiceArn

func (s *DeleteServiceInput) SetServiceArn(v string) *DeleteServiceInput

SetServiceArn sets the ServiceArn field's value.

func (DeleteServiceInput) String

func (s DeleteServiceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteServiceInput) Validate

func (s *DeleteServiceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteServiceOutput

type DeleteServiceOutput struct {

    // 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.
    //
    // OperationId is a required field
    OperationId *string `min:"36" type:"string" required:"true"`

    // A description of the App Runner service that this request just deleted.
    //
    // Service is a required field
    Service *Service `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteServiceOutput) GoString

func (s DeleteServiceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteServiceOutput) SetOperationId

func (s *DeleteServiceOutput) SetOperationId(v string) *DeleteServiceOutput

SetOperationId sets the OperationId field's value.

func (*DeleteServiceOutput) SetService

func (s *DeleteServiceOutput) SetService(v *Service) *DeleteServiceOutput

SetService sets the Service field's value.

func (DeleteServiceOutput) String

func (s DeleteServiceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteVpcConnectorInput

type DeleteVpcConnectorInput struct {

    // The Amazon Resource Name (ARN) of the App Runner VPC connector that you want
    // to delete.
    //
    // The ARN must be a full VPC connector ARN.
    //
    // VpcConnectorArn is a required field
    VpcConnectorArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteVpcConnectorInput) GoString

func (s DeleteVpcConnectorInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteVpcConnectorInput) SetVpcConnectorArn

func (s *DeleteVpcConnectorInput) SetVpcConnectorArn(v string) *DeleteVpcConnectorInput

SetVpcConnectorArn sets the VpcConnectorArn field's value.

func (DeleteVpcConnectorInput) String

func (s DeleteVpcConnectorInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteVpcConnectorInput) Validate

func (s *DeleteVpcConnectorInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteVpcConnectorOutput

type DeleteVpcConnectorOutput struct {

    // A description of the App Runner VPC connector that this request just deleted.
    //
    // VpcConnector is a required field
    VpcConnector *VpcConnector `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteVpcConnectorOutput) GoString

func (s DeleteVpcConnectorOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteVpcConnectorOutput) SetVpcConnector

func (s *DeleteVpcConnectorOutput) SetVpcConnector(v *VpcConnector) *DeleteVpcConnectorOutput

SetVpcConnector sets the VpcConnector field's value.

func (DeleteVpcConnectorOutput) String

func (s DeleteVpcConnectorOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteVpcIngressConnectionInput

type DeleteVpcIngressConnectionInput struct {

    // The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that
    // you want to delete.
    //
    // VpcIngressConnectionArn is a required field
    VpcIngressConnectionArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteVpcIngressConnectionInput) GoString

func (s DeleteVpcIngressConnectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteVpcIngressConnectionInput) SetVpcIngressConnectionArn

func (s *DeleteVpcIngressConnectionInput) SetVpcIngressConnectionArn(v string) *DeleteVpcIngressConnectionInput

SetVpcIngressConnectionArn sets the VpcIngressConnectionArn field's value.

func (DeleteVpcIngressConnectionInput) String

func (s DeleteVpcIngressConnectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteVpcIngressConnectionInput) Validate

func (s *DeleteVpcIngressConnectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteVpcIngressConnectionOutput

type DeleteVpcIngressConnectionOutput struct {

    // A description of the App Runner VPC Ingress Connection that this request
    // just deleted.
    //
    // VpcIngressConnection is a required field
    VpcIngressConnection *VpcIngressConnection `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteVpcIngressConnectionOutput) GoString

func (s DeleteVpcIngressConnectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteVpcIngressConnectionOutput) SetVpcIngressConnection

func (s *DeleteVpcIngressConnectionOutput) SetVpcIngressConnection(v *VpcIngressConnection) *DeleteVpcIngressConnectionOutput

SetVpcIngressConnection sets the VpcIngressConnection field's value.

func (DeleteVpcIngressConnectionOutput) String

func (s DeleteVpcIngressConnectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAutoScalingConfigurationInput

type DescribeAutoScalingConfigurationInput struct {

    // 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.
    //
    // AutoScalingConfigurationArn is a required field
    AutoScalingConfigurationArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAutoScalingConfigurationInput) GoString

func (s DescribeAutoScalingConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAutoScalingConfigurationInput) SetAutoScalingConfigurationArn

func (s *DescribeAutoScalingConfigurationInput) SetAutoScalingConfigurationArn(v string) *DescribeAutoScalingConfigurationInput

SetAutoScalingConfigurationArn sets the AutoScalingConfigurationArn field's value.

func (DescribeAutoScalingConfigurationInput) String

func (s DescribeAutoScalingConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAutoScalingConfigurationInput) Validate

func (s *DescribeAutoScalingConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAutoScalingConfigurationOutput

type DescribeAutoScalingConfigurationOutput struct {

    // A full description of the App Runner auto scaling configuration that you
    // specified in this request.
    //
    // AutoScalingConfiguration is a required field
    AutoScalingConfiguration *AutoScalingConfiguration `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeAutoScalingConfigurationOutput) GoString

func (s DescribeAutoScalingConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAutoScalingConfigurationOutput) SetAutoScalingConfiguration

func (s *DescribeAutoScalingConfigurationOutput) SetAutoScalingConfiguration(v *AutoScalingConfiguration) *DescribeAutoScalingConfigurationOutput

SetAutoScalingConfiguration sets the AutoScalingConfiguration field's value.

func (DescribeAutoScalingConfigurationOutput) String

func (s DescribeAutoScalingConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeCustomDomainsInput

type DescribeCustomDomainsInput struct {

    // 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.
    MaxResults *int64 `min:"1" type:"integer"`

    // 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.
    NextToken *string `type:"string"`

    // The Amazon Resource Name (ARN) of the App Runner service that you want associated
    // custom domain names to be described for.
    //
    // ServiceArn is a required field
    ServiceArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeCustomDomainsInput) GoString

func (s DescribeCustomDomainsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCustomDomainsInput) SetMaxResults

func (s *DescribeCustomDomainsInput) SetMaxResults(v int64) *DescribeCustomDomainsInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeCustomDomainsInput) SetNextToken

func (s *DescribeCustomDomainsInput) SetNextToken(v string) *DescribeCustomDomainsInput

SetNextToken sets the NextToken field's value.

func (*DescribeCustomDomainsInput) SetServiceArn

func (s *DescribeCustomDomainsInput) SetServiceArn(v string) *DescribeCustomDomainsInput

SetServiceArn sets the ServiceArn field's value.

func (DescribeCustomDomainsInput) String

func (s DescribeCustomDomainsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCustomDomainsInput) Validate

func (s *DescribeCustomDomainsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeCustomDomainsOutput

type DescribeCustomDomainsOutput struct {

    // 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.
    //
    // CustomDomains is a required field
    CustomDomains []*CustomDomain `type:"list" required:"true"`

    // The App Runner subdomain of the App Runner service. The associated custom
    // domain names are mapped to this target name.
    //
    // DNSTarget is a required field
    DNSTarget *string `type:"string" required:"true"`

    // The token that you can pass in a subsequent request to get the next result
    // page. It's returned in a paginated request.
    NextToken *string `type:"string"`

    // The Amazon Resource Name (ARN) of the App Runner service whose associated
    // custom domain names you want to describe.
    //
    // ServiceArn is a required field
    ServiceArn *string `min:"1" type:"string" required:"true"`

    // DNS Target records for the custom domains of this Amazon VPC.
    //
    // VpcDNSTargets is a required field
    VpcDNSTargets []*VpcDNSTarget `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeCustomDomainsOutput) GoString

func (s DescribeCustomDomainsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCustomDomainsOutput) SetCustomDomains

func (s *DescribeCustomDomainsOutput) SetCustomDomains(v []*CustomDomain) *DescribeCustomDomainsOutput

SetCustomDomains sets the CustomDomains field's value.

func (*DescribeCustomDomainsOutput) SetDNSTarget

func (s *DescribeCustomDomainsOutput) SetDNSTarget(v string) *DescribeCustomDomainsOutput

SetDNSTarget sets the DNSTarget field's value.

func (*DescribeCustomDomainsOutput) SetNextToken

func (s *DescribeCustomDomainsOutput) SetNextToken(v string) *DescribeCustomDomainsOutput

SetNextToken sets the NextToken field's value.

func (*DescribeCustomDomainsOutput) SetServiceArn

func (s *DescribeCustomDomainsOutput) SetServiceArn(v string) *DescribeCustomDomainsOutput

SetServiceArn sets the ServiceArn field's value.

func (*DescribeCustomDomainsOutput) SetVpcDNSTargets

func (s *DescribeCustomDomainsOutput) SetVpcDNSTargets(v []*VpcDNSTarget) *DescribeCustomDomainsOutput

SetVpcDNSTargets sets the VpcDNSTargets field's value.

func (DescribeCustomDomainsOutput) String

func (s DescribeCustomDomainsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeObservabilityConfigurationInput

type DescribeObservabilityConfigurationInput struct {

    // The Amazon Resource Name (ARN) of the App Runner observability configuration
    // that you want a description for.
    //
    // The ARN can be a full observability 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.
    //
    // ObservabilityConfigurationArn is a required field
    ObservabilityConfigurationArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeObservabilityConfigurationInput) GoString

func (s DescribeObservabilityConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeObservabilityConfigurationInput) SetObservabilityConfigurationArn

func (s *DescribeObservabilityConfigurationInput) SetObservabilityConfigurationArn(v string) *DescribeObservabilityConfigurationInput

SetObservabilityConfigurationArn sets the ObservabilityConfigurationArn field's value.

func (DescribeObservabilityConfigurationInput) String

func (s DescribeObservabilityConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeObservabilityConfigurationInput) Validate

func (s *DescribeObservabilityConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeObservabilityConfigurationOutput

type DescribeObservabilityConfigurationOutput struct {

    // A full description of the App Runner observability configuration that you
    // specified in this request.
    //
    // ObservabilityConfiguration is a required field
    ObservabilityConfiguration *ObservabilityConfiguration `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeObservabilityConfigurationOutput) GoString

func (s DescribeObservabilityConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeObservabilityConfigurationOutput) SetObservabilityConfiguration

func (s *DescribeObservabilityConfigurationOutput) SetObservabilityConfiguration(v *ObservabilityConfiguration) *DescribeObservabilityConfigurationOutput

SetObservabilityConfiguration sets the ObservabilityConfiguration field's value.

func (DescribeObservabilityConfigurationOutput) String

func (s DescribeObservabilityConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeServiceInput

type DescribeServiceInput struct {

    // The Amazon Resource Name (ARN) of the App Runner service that you want a
    // description for.
    //
    // ServiceArn is a required field
    ServiceArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeServiceInput) GoString

func (s DescribeServiceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeServiceInput) SetServiceArn

func (s *DescribeServiceInput) SetServiceArn(v string) *DescribeServiceInput

SetServiceArn sets the ServiceArn field's value.

func (DescribeServiceInput) String

func (s DescribeServiceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeServiceInput) Validate

func (s *DescribeServiceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeServiceOutput

type DescribeServiceOutput struct {

    // A full description of the App Runner service that you specified in this request.
    //
    // Service is a required field
    Service *Service `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeServiceOutput) GoString

func (s DescribeServiceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeServiceOutput) SetService

func (s *DescribeServiceOutput) SetService(v *Service) *DescribeServiceOutput

SetService sets the Service field's value.

func (DescribeServiceOutput) String

func (s DescribeServiceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeVpcConnectorInput

type DescribeVpcConnectorInput struct {

    // The Amazon Resource Name (ARN) of the App Runner VPC connector that you want
    // a description for.
    //
    // The ARN must be a full VPC connector ARN.
    //
    // VpcConnectorArn is a required field
    VpcConnectorArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeVpcConnectorInput) GoString

func (s DescribeVpcConnectorInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeVpcConnectorInput) SetVpcConnectorArn

func (s *DescribeVpcConnectorInput) SetVpcConnectorArn(v string) *DescribeVpcConnectorInput

SetVpcConnectorArn sets the VpcConnectorArn field's value.

func (DescribeVpcConnectorInput) String

func (s DescribeVpcConnectorInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeVpcConnectorInput) Validate

func (s *DescribeVpcConnectorInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeVpcConnectorOutput

type DescribeVpcConnectorOutput struct {

    // A description of the App Runner VPC connector that you specified in this
    // request.
    //
    // VpcConnector is a required field
    VpcConnector *VpcConnector `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeVpcConnectorOutput) GoString

func (s DescribeVpcConnectorOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeVpcConnectorOutput) SetVpcConnector

func (s *DescribeVpcConnectorOutput) SetVpcConnector(v *VpcConnector) *DescribeVpcConnectorOutput

SetVpcConnector sets the VpcConnector field's value.

func (DescribeVpcConnectorOutput) String

func (s DescribeVpcConnectorOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeVpcIngressConnectionInput

type DescribeVpcIngressConnectionInput struct {

    // The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that
    // you want a description for.
    //
    // VpcIngressConnectionArn is a required field
    VpcIngressConnectionArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeVpcIngressConnectionInput) GoString

func (s DescribeVpcIngressConnectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeVpcIngressConnectionInput) SetVpcIngressConnectionArn

func (s *DescribeVpcIngressConnectionInput) SetVpcIngressConnectionArn(v string) *DescribeVpcIngressConnectionInput

SetVpcIngressConnectionArn sets the VpcIngressConnectionArn field's value.

func (DescribeVpcIngressConnectionInput) String

func (s DescribeVpcIngressConnectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeVpcIngressConnectionInput) Validate

func (s *DescribeVpcIngressConnectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeVpcIngressConnectionOutput

type DescribeVpcIngressConnectionOutput struct {

    // A description of the App Runner VPC Ingress Connection that you specified
    // in this request.
    //
    // VpcIngressConnection is a required field
    VpcIngressConnection *VpcIngressConnection `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeVpcIngressConnectionOutput) GoString

func (s DescribeVpcIngressConnectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeVpcIngressConnectionOutput) SetVpcIngressConnection

func (s *DescribeVpcIngressConnectionOutput) SetVpcIngressConnection(v *VpcIngressConnection) *DescribeVpcIngressConnectionOutput

SetVpcIngressConnection sets the VpcIngressConnection field's value.

func (DescribeVpcIngressConnectionOutput) String

func (s DescribeVpcIngressConnectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisassociateCustomDomainInput

type DisassociateCustomDomainInput struct {

    // The domain name that you want to disassociate from the App Runner service.
    //
    // DomainName is a required field
    DomainName *string `min:"1" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the App Runner service that you want to
    // disassociate a custom domain name from.
    //
    // ServiceArn is a required field
    ServiceArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DisassociateCustomDomainInput) GoString

func (s DisassociateCustomDomainInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateCustomDomainInput) SetDomainName

func (s *DisassociateCustomDomainInput) SetDomainName(v string) *DisassociateCustomDomainInput

SetDomainName sets the DomainName field's value.

func (*DisassociateCustomDomainInput) SetServiceArn

func (s *DisassociateCustomDomainInput) SetServiceArn(v string) *DisassociateCustomDomainInput

SetServiceArn sets the ServiceArn field's value.

func (DisassociateCustomDomainInput) String

func (s DisassociateCustomDomainInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateCustomDomainInput) Validate

func (s *DisassociateCustomDomainInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisassociateCustomDomainOutput

type DisassociateCustomDomainOutput struct {

    // A description of the domain name that's being disassociated.
    //
    // CustomDomain is a required field
    CustomDomain *CustomDomain `type:"structure" required:"true"`

    // The App Runner subdomain of the App Runner service. The disassociated custom
    // domain name was mapped to this target name.
    //
    // DNSTarget is a required field
    DNSTarget *string `type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the App Runner service that a custom domain
    // name is disassociated from.
    //
    // ServiceArn is a required field
    ServiceArn *string `min:"1" type:"string" required:"true"`

    // DNS Target records for the custom domains of this Amazon VPC.
    //
    // VpcDNSTargets is a required field
    VpcDNSTargets []*VpcDNSTarget `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (DisassociateCustomDomainOutput) GoString

func (s DisassociateCustomDomainOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateCustomDomainOutput) SetCustomDomain

func (s *DisassociateCustomDomainOutput) SetCustomDomain(v *CustomDomain) *DisassociateCustomDomainOutput

SetCustomDomain sets the CustomDomain field's value.

func (*DisassociateCustomDomainOutput) SetDNSTarget

func (s *DisassociateCustomDomainOutput) SetDNSTarget(v string) *DisassociateCustomDomainOutput

SetDNSTarget sets the DNSTarget field's value.

func (*DisassociateCustomDomainOutput) SetServiceArn

func (s *DisassociateCustomDomainOutput) SetServiceArn(v string) *DisassociateCustomDomainOutput

SetServiceArn sets the ServiceArn field's value.

func (*DisassociateCustomDomainOutput) SetVpcDNSTargets

func (s *DisassociateCustomDomainOutput) SetVpcDNSTargets(v []*VpcDNSTarget) *DisassociateCustomDomainOutput

SetVpcDNSTargets sets the VpcDNSTargets field's value.

func (DisassociateCustomDomainOutput) String

func (s DisassociateCustomDomainOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EgressConfiguration

type EgressConfiguration struct {

    // The type of egress configuration.
    //
    // Set to DEFAULT for access to resources hosted on public networks.
    //
    // Set to VPC to associate your service to a custom VPC specified by VpcConnectorArn.
    EgressType *string `type:"string" enum:"EgressType"`

    // The Amazon Resource Name (ARN) of the App Runner VPC connector that you want
    // to associate with your App Runner service. Only valid when EgressType = VPC.
    VpcConnectorArn *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Describes configuration settings related to outbound network traffic of an App Runner service.

func (EgressConfiguration) GoString

func (s EgressConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EgressConfiguration) SetEgressType

func (s *EgressConfiguration) SetEgressType(v string) *EgressConfiguration

SetEgressType sets the EgressType field's value.

func (*EgressConfiguration) SetVpcConnectorArn

func (s *EgressConfiguration) SetVpcConnectorArn(v string) *EgressConfiguration

SetVpcConnectorArn sets the VpcConnectorArn field's value.

func (EgressConfiguration) String

func (s EgressConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EgressConfiguration) Validate

func (s *EgressConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EncryptionConfiguration

type EncryptionConfiguration struct {

    // The ARN of the KMS key that's used for encryption.
    //
    // KmsKey is a required field
    KmsKey *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (EncryptionConfiguration) GoString

func (s EncryptionConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EncryptionConfiguration) SetKmsKey

func (s *EncryptionConfiguration) SetKmsKey(v string) *EncryptionConfiguration

SetKmsKey sets the KmsKey field's value.

func (EncryptionConfiguration) String

func (s EncryptionConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EncryptionConfiguration) Validate

func (s *EncryptionConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HealthCheckConfiguration

type HealthCheckConfiguration struct {

    // The number of consecutive checks that must succeed before App Runner decides
    // that the service is healthy.
    //
    // Default: 1
    HealthyThreshold *int64 `min:"1" type:"integer"`

    // The time interval, in seconds, between health checks.
    //
    // Default: 5
    Interval *int64 `min:"1" type:"integer"`

    // The URL that health check requests are sent to.
    //
    // Path is only applicable when you set Protocol to HTTP.
    //
    // Default: "/"
    Path *string `min:"1" type:"string"`

    // 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
    Protocol *string `type:"string" enum:"HealthCheckProtocol"`

    // The time, in seconds, to wait for a health check response before deciding
    // it failed.
    //
    // Default: 2
    Timeout *int64 `min:"1" type:"integer"`

    // The number of consecutive checks that must fail before App Runner decides
    // that the service is unhealthy.
    //
    // Default: 5
    UnhealthyThreshold *int64 `min:"1" type:"integer"`
    // contains filtered or unexported fields
}

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

func (HealthCheckConfiguration) GoString

func (s HealthCheckConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HealthCheckConfiguration) SetHealthyThreshold

func (s *HealthCheckConfiguration) SetHealthyThreshold(v int64) *HealthCheckConfiguration

SetHealthyThreshold sets the HealthyThreshold field's value.

func (*HealthCheckConfiguration) SetInterval

func (s *HealthCheckConfiguration) SetInterval(v int64) *HealthCheckConfiguration

SetInterval sets the Interval field's value.

func (*HealthCheckConfiguration) SetPath

func (s *HealthCheckConfiguration) SetPath(v string) *HealthCheckConfiguration

SetPath sets the Path field's value.

func (*HealthCheckConfiguration) SetProtocol

func (s *HealthCheckConfiguration) SetProtocol(v string) *HealthCheckConfiguration

SetProtocol sets the Protocol field's value.

func (*HealthCheckConfiguration) SetTimeout

func (s *HealthCheckConfiguration) SetTimeout(v int64) *HealthCheckConfiguration

SetTimeout sets the Timeout field's value.

func (*HealthCheckConfiguration) SetUnhealthyThreshold

func (s *HealthCheckConfiguration) SetUnhealthyThreshold(v int64) *HealthCheckConfiguration

SetUnhealthyThreshold sets the UnhealthyThreshold field's value.

func (HealthCheckConfiguration) String

func (s HealthCheckConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HealthCheckConfiguration) Validate

func (s *HealthCheckConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ImageConfiguration

type ImageConfiguration struct {

    // The port that your application listens to in the container.
    //
    // Default: 8080
    Port *string `type:"string"`

    // An array of key-value pairs representing the secrets and parameters that
    // get referenced to your service as an environment variable. The supported
    // values are either the full Amazon Resource Name (ARN) of the Secrets Manager
    // secret or the full ARN of the parameter in the Amazon Web Services Systems
    // Manager Parameter Store.
    //
    //    * If the Amazon Web Services Systems Manager Parameter Store parameter
    //    exists in the same Amazon Web Services Region as the service that you're
    //    launching, you can use either the full ARN or name of the secret. If the
    //    parameter exists in a different Region, then the full ARN must be specified.
    //
    //    * Currently, cross account referencing of Amazon Web Services Systems
    //    Manager Parameter Store parameter is not supported.
    RuntimeEnvironmentSecrets map[string]*string `type:"map"`

    // Environment variables that are available to your running App Runner service.
    // An array of key-value pairs.
    RuntimeEnvironmentVariables map[string]*string `type:"map"`

    // 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.
    //
    // StartCommand is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by ImageConfiguration's
    // String and GoString methods.
    StartCommand *string `type:"string" sensitive:"true"`
    // contains filtered or unexported fields
}

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

func (ImageConfiguration) GoString

func (s ImageConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImageConfiguration) SetPort

func (s *ImageConfiguration) SetPort(v string) *ImageConfiguration

SetPort sets the Port field's value.

func (*ImageConfiguration) SetRuntimeEnvironmentSecrets

func (s *ImageConfiguration) SetRuntimeEnvironmentSecrets(v map[string]*string) *ImageConfiguration

SetRuntimeEnvironmentSecrets sets the RuntimeEnvironmentSecrets field's value.

func (*ImageConfiguration) SetRuntimeEnvironmentVariables

func (s *ImageConfiguration) SetRuntimeEnvironmentVariables(v map[string]*string) *ImageConfiguration

SetRuntimeEnvironmentVariables sets the RuntimeEnvironmentVariables field's value.

func (*ImageConfiguration) SetStartCommand

func (s *ImageConfiguration) SetStartCommand(v string) *ImageConfiguration

SetStartCommand sets the StartCommand field's value.

func (ImageConfiguration) String

func (s ImageConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ImageRepository

type ImageRepository struct {

    // Configuration for running the identified image.
    ImageConfiguration *ImageConfiguration `type:"structure"`

    // 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 (https://docs.aws.amazon.com/AmazonECR/latest/userguide/docker-pull-ecr-image.html)
    // in the Amazon ECR User Guide.
    //
    // ImageIdentifier is a required field
    ImageIdentifier *string `min:"1" type:"string" required:"true"`

    // The type of the image repository. This reflects the repository provider and
    // whether the repository is private or public.
    //
    // ImageRepositoryType is a required field
    ImageRepositoryType *string `type:"string" required:"true" enum:"ImageRepositoryType"`
    // contains filtered or unexported fields
}

Describes a source image repository.

func (ImageRepository) GoString

func (s ImageRepository) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImageRepository) SetImageConfiguration

func (s *ImageRepository) SetImageConfiguration(v *ImageConfiguration) *ImageRepository

SetImageConfiguration sets the ImageConfiguration field's value.

func (*ImageRepository) SetImageIdentifier

func (s *ImageRepository) SetImageIdentifier(v string) *ImageRepository

SetImageIdentifier sets the ImageIdentifier field's value.

func (*ImageRepository) SetImageRepositoryType

func (s *ImageRepository) SetImageRepositoryType(v string) *ImageRepository

SetImageRepositoryType sets the ImageRepositoryType field's value.

func (ImageRepository) String

func (s ImageRepository) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImageRepository) Validate

func (s *ImageRepository) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type IngressConfiguration

type IngressConfiguration struct {

    // Specifies whether your App Runner service is publicly accessible. To make
    // the service publicly accessible set it to True. To make the service privately
    // accessible, from only within an Amazon VPC set it to False.
    IsPubliclyAccessible *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Network configuration settings for inbound network traffic.

func (IngressConfiguration) GoString

func (s IngressConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IngressConfiguration) SetIsPubliclyAccessible

func (s *IngressConfiguration) SetIsPubliclyAccessible(v bool) *IngressConfiguration

SetIsPubliclyAccessible sets the IsPubliclyAccessible field's value.

func (IngressConfiguration) String

func (s IngressConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type IngressVpcConfiguration

type IngressVpcConfiguration struct {

    // The ID of the VPC endpoint that your App Runner service connects to.
    VpcEndpointId *string `type:"string"`

    // The ID of the VPC that is used for the VPC endpoint.
    VpcId *string `type:"string"`
    // contains filtered or unexported fields
}

The configuration of your VPC and the associated VPC endpoint. The VPC endpoint is an Amazon Web Services PrivateLink resource that allows access to your App Runner services from within an Amazon VPC.

func (IngressVpcConfiguration) GoString

func (s IngressVpcConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IngressVpcConfiguration) SetVpcEndpointId

func (s *IngressVpcConfiguration) SetVpcEndpointId(v string) *IngressVpcConfiguration

SetVpcEndpointId sets the VpcEndpointId field's value.

func (*IngressVpcConfiguration) SetVpcId

func (s *IngressVpcConfiguration) SetVpcId(v string) *IngressVpcConfiguration

SetVpcId sets the VpcId field's value.

func (IngressVpcConfiguration) String

func (s IngressVpcConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InstanceConfiguration

type InstanceConfiguration struct {

    // The number of CPU units reserved for each instance of your App Runner service.
    //
    // Default: 1 vCPU
    Cpu *string `min:"3" type:"string"`

    // 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.
    InstanceRoleArn *string `min:"29" type:"string"`

    // The amount of memory, in MB or GB, reserved for each instance of your App
    // Runner service.
    //
    // Default: 2 GB
    Memory *string `min:"3" type:"string"`
    // contains filtered or unexported fields
}

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

func (InstanceConfiguration) GoString

func (s InstanceConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceConfiguration) SetCpu

func (s *InstanceConfiguration) SetCpu(v string) *InstanceConfiguration

SetCpu sets the Cpu field's value.

func (*InstanceConfiguration) SetInstanceRoleArn

func (s *InstanceConfiguration) SetInstanceRoleArn(v string) *InstanceConfiguration

SetInstanceRoleArn sets the InstanceRoleArn field's value.

func (*InstanceConfiguration) SetMemory

func (s *InstanceConfiguration) SetMemory(v string) *InstanceConfiguration

SetMemory sets the Memory field's value.

func (InstanceConfiguration) String

func (s InstanceConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceConfiguration) Validate

func (s *InstanceConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InternalServiceErrorException

type InternalServiceErrorException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

An unexpected service exception occurred.

func (*InternalServiceErrorException) Code

func (s *InternalServiceErrorException) Code() string

Code returns the exception type name.

func (*InternalServiceErrorException) Error

func (s *InternalServiceErrorException) Error() string

func (InternalServiceErrorException) GoString

func (s InternalServiceErrorException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InternalServiceErrorException) Message

func (s *InternalServiceErrorException) Message() string

Message returns the exception's message.

func (*InternalServiceErrorException) OrigErr

func (s *InternalServiceErrorException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalServiceErrorException) RequestID

func (s *InternalServiceErrorException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalServiceErrorException) StatusCode

func (s *InternalServiceErrorException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalServiceErrorException) String

func (s InternalServiceErrorException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidRequestException

type InvalidRequestException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

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.

func (*InvalidRequestException) Code

func (s *InvalidRequestException) Code() string

Code returns the exception type name.

func (*InvalidRequestException) Error

func (s *InvalidRequestException) Error() string

func (InvalidRequestException) GoString

func (s InvalidRequestException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidRequestException) Message

func (s *InvalidRequestException) Message() string

Message returns the exception's message.

func (*InvalidRequestException) OrigErr

func (s *InvalidRequestException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidRequestException) RequestID

func (s *InvalidRequestException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidRequestException) StatusCode

func (s *InvalidRequestException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidRequestException) String

func (s InvalidRequestException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidStateException

type InvalidStateException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

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

func (*InvalidStateException) Code

func (s *InvalidStateException) Code() string

Code returns the exception type name.

func (*InvalidStateException) Error

func (s *InvalidStateException) Error() string

func (InvalidStateException) GoString

func (s InvalidStateException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidStateException) Message

func (s *InvalidStateException) Message() string

Message returns the exception's message.

func (*InvalidStateException) OrigErr

func (s *InvalidStateException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidStateException) RequestID

func (s *InvalidStateException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidStateException) StatusCode

func (s *InvalidStateException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidStateException) String

func (s InvalidStateException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAutoScalingConfigurationsInput

type ListAutoScalingConfigurationsInput struct {

    // 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 active configurations.
    AutoScalingConfigurationName *string `min:"4" type:"string"`

    // Set to true to list only the latest revision for each requested configuration
    // name.
    //
    // Set to false to list all revisions for each requested configuration name.
    //
    // Default: true
    LatestOnly *bool `type:"boolean"`

    // 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.
    MaxResults *int64 `min:"1" type:"integer"`

    // 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.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListAutoScalingConfigurationsInput) GoString

func (s ListAutoScalingConfigurationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAutoScalingConfigurationsInput) SetAutoScalingConfigurationName

func (s *ListAutoScalingConfigurationsInput) SetAutoScalingConfigurationName(v string) *ListAutoScalingConfigurationsInput

SetAutoScalingConfigurationName sets the AutoScalingConfigurationName field's value.

func (*ListAutoScalingConfigurationsInput) SetLatestOnly

func (s *ListAutoScalingConfigurationsInput) SetLatestOnly(v bool) *ListAutoScalingConfigurationsInput

SetLatestOnly sets the LatestOnly field's value.

func (*ListAutoScalingConfigurationsInput) SetMaxResults

func (s *ListAutoScalingConfigurationsInput) SetMaxResults(v int64) *ListAutoScalingConfigurationsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAutoScalingConfigurationsInput) SetNextToken

func (s *ListAutoScalingConfigurationsInput) SetNextToken(v string) *ListAutoScalingConfigurationsInput

SetNextToken sets the NextToken field's value.

func (ListAutoScalingConfigurationsInput) String

func (s ListAutoScalingConfigurationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAutoScalingConfigurationsInput) Validate

func (s *ListAutoScalingConfigurationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAutoScalingConfigurationsOutput

type ListAutoScalingConfigurationsOutput struct {

    // A list of summary information records for auto scaling configurations. In
    // a paginated request, the request returns up to MaxResults records for each
    // call.
    //
    // AutoScalingConfigurationSummaryList is a required field
    AutoScalingConfigurationSummaryList []*AutoScalingConfigurationSummary `type:"list" required:"true"`

    // The token that you can pass in a subsequent request to get the next result
    // page. It's returned in a paginated request.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListAutoScalingConfigurationsOutput) GoString

func (s ListAutoScalingConfigurationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAutoScalingConfigurationsOutput) SetAutoScalingConfigurationSummaryList

func (s *ListAutoScalingConfigurationsOutput) SetAutoScalingConfigurationSummaryList(v []*AutoScalingConfigurationSummary) *ListAutoScalingConfigurationsOutput

SetAutoScalingConfigurationSummaryList sets the AutoScalingConfigurationSummaryList field's value.

func (*ListAutoScalingConfigurationsOutput) SetNextToken

func (s *ListAutoScalingConfigurationsOutput) SetNextToken(v string) *ListAutoScalingConfigurationsOutput

SetNextToken sets the NextToken field's value.

func (ListAutoScalingConfigurationsOutput) String

func (s ListAutoScalingConfigurationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListConnectionsInput

type ListConnectionsInput struct {

    // If specified, only this connection is returned. If not specified, the result
    // isn't filtered by name.
    ConnectionName *string `min:"4" type:"string"`

    // 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.
    MaxResults *int64 `min:"1" type:"integer"`

    // 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.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListConnectionsInput) GoString

func (s ListConnectionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListConnectionsInput) SetConnectionName

func (s *ListConnectionsInput) SetConnectionName(v string) *ListConnectionsInput

SetConnectionName sets the ConnectionName field's value.

func (*ListConnectionsInput) SetMaxResults

func (s *ListConnectionsInput) SetMaxResults(v int64) *ListConnectionsInput

SetMaxResults sets the MaxResults field's value.

func (*ListConnectionsInput) SetNextToken

func (s *ListConnectionsInput) SetNextToken(v string) *ListConnectionsInput

SetNextToken sets the NextToken field's value.

func (ListConnectionsInput) String

func (s ListConnectionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListConnectionsInput) Validate

func (s *ListConnectionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListConnectionsOutput

type ListConnectionsOutput struct {

    // A list of summary information records for connections. In a paginated request,
    // the request returns up to MaxResults records for each call.
    //
    // ConnectionSummaryList is a required field
    ConnectionSummaryList []*ConnectionSummary `type:"list" required:"true"`

    // The token that you can pass in a subsequent request to get the next result
    // page. Returned in a paginated request.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListConnectionsOutput) GoString

func (s ListConnectionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListConnectionsOutput) SetConnectionSummaryList

func (s *ListConnectionsOutput) SetConnectionSummaryList(v []*ConnectionSummary) *ListConnectionsOutput

SetConnectionSummaryList sets the ConnectionSummaryList field's value.

func (*ListConnectionsOutput) SetNextToken

func (s *ListConnectionsOutput) SetNextToken(v string) *ListConnectionsOutput

SetNextToken sets the NextToken field's value.

func (ListConnectionsOutput) String

func (s ListConnectionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListObservabilityConfigurationsInput

type ListObservabilityConfigurationsInput struct {

    // Set to true to list only the latest revision for each requested configuration
    // name.
    //
    // Set to false to list all revisions for each requested configuration name.
    //
    // Default: true
    LatestOnly *bool `type:"boolean"`

    // 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.
    MaxResults *int64 `min:"1" type:"integer"`

    // 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.
    NextToken *string `min:"1" type:"string"`

    // The name of the App Runner observability 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 active configurations.
    ObservabilityConfigurationName *string `min:"4" type:"string"`
    // contains filtered or unexported fields
}

func (ListObservabilityConfigurationsInput) GoString

func (s ListObservabilityConfigurationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListObservabilityConfigurationsInput) SetLatestOnly

func (s *ListObservabilityConfigurationsInput) SetLatestOnly(v bool) *ListObservabilityConfigurationsInput

SetLatestOnly sets the LatestOnly field's value.

func (*ListObservabilityConfigurationsInput) SetMaxResults

func (s *ListObservabilityConfigurationsInput) SetMaxResults(v int64) *ListObservabilityConfigurationsInput

SetMaxResults sets the MaxResults field's value.

func (*ListObservabilityConfigurationsInput) SetNextToken

func (s *ListObservabilityConfigurationsInput) SetNextToken(v string) *ListObservabilityConfigurationsInput

SetNextToken sets the NextToken field's value.

func (*ListObservabilityConfigurationsInput) SetObservabilityConfigurationName

func (s *ListObservabilityConfigurationsInput) SetObservabilityConfigurationName(v string) *ListObservabilityConfigurationsInput

SetObservabilityConfigurationName sets the ObservabilityConfigurationName field's value.

func (ListObservabilityConfigurationsInput) String

func (s ListObservabilityConfigurationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListObservabilityConfigurationsInput) Validate

func (s *ListObservabilityConfigurationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListObservabilityConfigurationsOutput

type ListObservabilityConfigurationsOutput struct {

    // The token that you can pass in a subsequent request to get the next result
    // page. It's returned in a paginated request.
    NextToken *string `min:"1" type:"string"`

    // A list of summary information records for observability configurations. In
    // a paginated request, the request returns up to MaxResults records for each
    // call.
    //
    // ObservabilityConfigurationSummaryList is a required field
    ObservabilityConfigurationSummaryList []*ObservabilityConfigurationSummary `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (ListObservabilityConfigurationsOutput) GoString

func (s ListObservabilityConfigurationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListObservabilityConfigurationsOutput) SetNextToken

func (s *ListObservabilityConfigurationsOutput) SetNextToken(v string) *ListObservabilityConfigurationsOutput

SetNextToken sets the NextToken field's value.

func (*ListObservabilityConfigurationsOutput) SetObservabilityConfigurationSummaryList

func (s *ListObservabilityConfigurationsOutput) SetObservabilityConfigurationSummaryList(v []*ObservabilityConfigurationSummary) *ListObservabilityConfigurationsOutput

SetObservabilityConfigurationSummaryList sets the ObservabilityConfigurationSummaryList field's value.

func (ListObservabilityConfigurationsOutput) String

func (s ListObservabilityConfigurationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListOperationsInput

type ListOperationsInput struct {

    // 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.
    MaxResults *int64 `min:"1" type:"integer"`

    // 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.
    NextToken *string `type:"string"`

    // The Amazon Resource Name (ARN) of the App Runner service that you want a
    // list of operations for.
    //
    // ServiceArn is a required field
    ServiceArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListOperationsInput) GoString

func (s ListOperationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListOperationsInput) SetMaxResults

func (s *ListOperationsInput) SetMaxResults(v int64) *ListOperationsInput

SetMaxResults sets the MaxResults field's value.

func (*ListOperationsInput) SetNextToken

func (s *ListOperationsInput) SetNextToken(v string) *ListOperationsInput

SetNextToken sets the NextToken field's value.

func (*ListOperationsInput) SetServiceArn

func (s *ListOperationsInput) SetServiceArn(v string) *ListOperationsInput

SetServiceArn sets the ServiceArn field's value.

func (ListOperationsInput) String

func (s ListOperationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListOperationsInput) Validate

func (s *ListOperationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListOperationsOutput

type ListOperationsOutput struct {

    // The token that you can pass in a subsequent request to get the next result
    // page. It's returned in a paginated request.
    NextToken *string `type:"string"`

    // A list of operation summary information records. In a paginated request,
    // the request returns up to MaxResults records for each call.
    OperationSummaryList []*OperationSummary `type:"list"`
    // contains filtered or unexported fields
}

func (ListOperationsOutput) GoString

func (s ListOperationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListOperationsOutput) SetNextToken

func (s *ListOperationsOutput) SetNextToken(v string) *ListOperationsOutput

SetNextToken sets the NextToken field's value.

func (*ListOperationsOutput) SetOperationSummaryList

func (s *ListOperationsOutput) SetOperationSummaryList(v []*OperationSummary) *ListOperationsOutput

SetOperationSummaryList sets the OperationSummaryList field's value.

func (ListOperationsOutput) String

func (s ListOperationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListServicesForAutoScalingConfigurationInput

type ListServicesForAutoScalingConfigurationInput struct {

    // The Amazon Resource Name (ARN) of the App Runner auto scaling configuration
    // that you want to list the services 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 used.
    //
    // AutoScalingConfigurationArn is a required field
    AutoScalingConfigurationArn *string `min:"1" type:"string" required:"true"`

    // 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.
    MaxResults *int64 `min:"1" type:"integer"`

    // 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.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListServicesForAutoScalingConfigurationInput) GoString

func (s ListServicesForAutoScalingConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListServicesForAutoScalingConfigurationInput) SetAutoScalingConfigurationArn

func (s *ListServicesForAutoScalingConfigurationInput) SetAutoScalingConfigurationArn(v string) *ListServicesForAutoScalingConfigurationInput

SetAutoScalingConfigurationArn sets the AutoScalingConfigurationArn field's value.

func (*ListServicesForAutoScalingConfigurationInput) SetMaxResults

func (s *ListServicesForAutoScalingConfigurationInput) SetMaxResults(v int64) *ListServicesForAutoScalingConfigurationInput

SetMaxResults sets the MaxResults field's value.

func (*ListServicesForAutoScalingConfigurationInput) SetNextToken

func (s *ListServicesForAutoScalingConfigurationInput) SetNextToken(v string) *ListServicesForAutoScalingConfigurationInput

SetNextToken sets the NextToken field's value.

func (ListServicesForAutoScalingConfigurationInput) String

func (s ListServicesForAutoScalingConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListServicesForAutoScalingConfigurationInput) Validate

func (s *ListServicesForAutoScalingConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListServicesForAutoScalingConfigurationOutput

type ListServicesForAutoScalingConfigurationOutput struct {

    // The token that you can pass in a subsequent request to get the next result
    // page. It's returned in a paginated request.
    NextToken *string `min:"1" type:"string"`

    // A list of service ARN records. In a paginated request, the request returns
    // up to MaxResults records for each call.
    //
    // ServiceArnList is a required field
    ServiceArnList []*string `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (ListServicesForAutoScalingConfigurationOutput) GoString

func (s ListServicesForAutoScalingConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListServicesForAutoScalingConfigurationOutput) SetNextToken

func (s *ListServicesForAutoScalingConfigurationOutput) SetNextToken(v string) *ListServicesForAutoScalingConfigurationOutput

SetNextToken sets the NextToken field's value.

func (*ListServicesForAutoScalingConfigurationOutput) SetServiceArnList

func (s *ListServicesForAutoScalingConfigurationOutput) SetServiceArnList(v []*string) *ListServicesForAutoScalingConfigurationOutput

SetServiceArnList sets the ServiceArnList field's value.

func (ListServicesForAutoScalingConfigurationOutput) String

func (s ListServicesForAutoScalingConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListServicesInput

type ListServicesInput struct {

    // 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.
    MaxResults *int64 `min:"1" type:"integer"`

    // 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.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListServicesInput) GoString

func (s ListServicesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListServicesInput) SetMaxResults

func (s *ListServicesInput) SetMaxResults(v int64) *ListServicesInput

SetMaxResults sets the MaxResults field's value.

func (*ListServicesInput) SetNextToken

func (s *ListServicesInput) SetNextToken(v string) *ListServicesInput

SetNextToken sets the NextToken field's value.

func (ListServicesInput) String

func (s ListServicesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListServicesInput) Validate

func (s *ListServicesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListServicesOutput

type ListServicesOutput struct {

    // The token that you can pass in a subsequent request to get the next result
    // page. It's returned in a paginated request.
    NextToken *string `type:"string"`

    // A list of service summary information records. In a paginated request, the
    // request returns up to MaxResults records for each call.
    //
    // ServiceSummaryList is a required field
    ServiceSummaryList []*ServiceSummary `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (ListServicesOutput) GoString

func (s ListServicesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListServicesOutput) SetNextToken

func (s *ListServicesOutput) SetNextToken(v string) *ListServicesOutput

SetNextToken sets the NextToken field's value.

func (*ListServicesOutput) SetServiceSummaryList

func (s *ListServicesOutput) SetServiceSummaryList(v []*ServiceSummary) *ListServicesOutput

SetServiceSummaryList sets the ServiceSummaryList field's value.

func (ListServicesOutput) String

func (s ListServicesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTagsForResourceInput

type ListTagsForResourceInput struct {

    // 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.
    //
    // ResourceArn is a required field
    ResourceArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) SetResourceArn

func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

    // A list of the tag key-value pairs that are associated with the resource.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceOutput) SetTags

func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListVpcConnectorsInput

type ListVpcConnectorsInput struct {

    // 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.
    MaxResults *int64 `min:"1" type:"integer"`

    // 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.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListVpcConnectorsInput) GoString

func (s ListVpcConnectorsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVpcConnectorsInput) SetMaxResults

func (s *ListVpcConnectorsInput) SetMaxResults(v int64) *ListVpcConnectorsInput

SetMaxResults sets the MaxResults field's value.

func (*ListVpcConnectorsInput) SetNextToken

func (s *ListVpcConnectorsInput) SetNextToken(v string) *ListVpcConnectorsInput

SetNextToken sets the NextToken field's value.

func (ListVpcConnectorsInput) String

func (s ListVpcConnectorsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVpcConnectorsInput) Validate

func (s *ListVpcConnectorsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListVpcConnectorsOutput

type ListVpcConnectorsOutput struct {

    // The token that you can pass in a subsequent request to get the next result
    // page. It's returned in a paginated request.
    NextToken *string `min:"1" type:"string"`

    // A list of information records for VPC connectors. In a paginated request,
    // the request returns up to MaxResults records for each call.
    //
    // VpcConnectors is a required field
    VpcConnectors []*VpcConnector `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (ListVpcConnectorsOutput) GoString

func (s ListVpcConnectorsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVpcConnectorsOutput) SetNextToken

func (s *ListVpcConnectorsOutput) SetNextToken(v string) *ListVpcConnectorsOutput

SetNextToken sets the NextToken field's value.

func (*ListVpcConnectorsOutput) SetVpcConnectors

func (s *ListVpcConnectorsOutput) SetVpcConnectors(v []*VpcConnector) *ListVpcConnectorsOutput

SetVpcConnectors sets the VpcConnectors field's value.

func (ListVpcConnectorsOutput) String

func (s ListVpcConnectorsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListVpcIngressConnectionsFilter

type ListVpcIngressConnectionsFilter struct {

    // The Amazon Resource Name (ARN) of a service to filter by.
    ServiceArn *string `min:"1" type:"string"`

    // The ID of a VPC Endpoint to filter by.
    VpcEndpointId *string `type:"string"`
    // contains filtered or unexported fields
}

Returns a list of VPC Ingress Connections based on the filter provided. It can return either ServiceArn or VpcEndpointId, or both.

func (ListVpcIngressConnectionsFilter) GoString

func (s ListVpcIngressConnectionsFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVpcIngressConnectionsFilter) SetServiceArn

func (s *ListVpcIngressConnectionsFilter) SetServiceArn(v string) *ListVpcIngressConnectionsFilter

SetServiceArn sets the ServiceArn field's value.

func (*ListVpcIngressConnectionsFilter) SetVpcEndpointId

func (s *ListVpcIngressConnectionsFilter) SetVpcEndpointId(v string) *ListVpcIngressConnectionsFilter

SetVpcEndpointId sets the VpcEndpointId field's value.

func (ListVpcIngressConnectionsFilter) String

func (s ListVpcIngressConnectionsFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVpcIngressConnectionsFilter) Validate

func (s *ListVpcIngressConnectionsFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListVpcIngressConnectionsInput

type ListVpcIngressConnectionsInput struct {

    // The VPC Ingress Connections to be listed based on either the Service Arn
    // or Vpc Endpoint Id, or both.
    Filter *ListVpcIngressConnectionsFilter `type:"structure"`

    // 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.
    MaxResults *int64 `min:"1" type:"integer"`

    // 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.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListVpcIngressConnectionsInput) GoString

func (s ListVpcIngressConnectionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVpcIngressConnectionsInput) SetFilter

func (s *ListVpcIngressConnectionsInput) SetFilter(v *ListVpcIngressConnectionsFilter) *ListVpcIngressConnectionsInput

SetFilter sets the Filter field's value.

func (*ListVpcIngressConnectionsInput) SetMaxResults

func (s *ListVpcIngressConnectionsInput) SetMaxResults(v int64) *ListVpcIngressConnectionsInput

SetMaxResults sets the MaxResults field's value.

func (*ListVpcIngressConnectionsInput) SetNextToken

func (s *ListVpcIngressConnectionsInput) SetNextToken(v string) *ListVpcIngressConnectionsInput

SetNextToken sets the NextToken field's value.

func (ListVpcIngressConnectionsInput) String

func (s ListVpcIngressConnectionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVpcIngressConnectionsInput) Validate

func (s *ListVpcIngressConnectionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListVpcIngressConnectionsOutput

type ListVpcIngressConnectionsOutput struct {

    // The token that you can pass in a subsequent request to get the next result
    // page. It's returned in a paginated request.
    NextToken *string `min:"1" type:"string"`

    // A list of summary information records for VPC Ingress Connections. In a paginated
    // request, the request returns up to MaxResults records for each call.
    //
    // VpcIngressConnectionSummaryList is a required field
    VpcIngressConnectionSummaryList []*VpcIngressConnectionSummary `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (ListVpcIngressConnectionsOutput) GoString

func (s ListVpcIngressConnectionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListVpcIngressConnectionsOutput) SetNextToken

func (s *ListVpcIngressConnectionsOutput) SetNextToken(v string) *ListVpcIngressConnectionsOutput

SetNextToken sets the NextToken field's value.

func (*ListVpcIngressConnectionsOutput) SetVpcIngressConnectionSummaryList

func (s *ListVpcIngressConnectionsOutput) SetVpcIngressConnectionSummaryList(v []*VpcIngressConnectionSummary) *ListVpcIngressConnectionsOutput

SetVpcIngressConnectionSummaryList sets the VpcIngressConnectionSummaryList field's value.

func (ListVpcIngressConnectionsOutput) String

func (s ListVpcIngressConnectionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NetworkConfiguration

type NetworkConfiguration struct {

    // Network configuration settings for outbound message traffic.
    EgressConfiguration *EgressConfiguration `type:"structure"`

    // Network configuration settings for inbound message traffic.
    IngressConfiguration *IngressConfiguration `type:"structure"`

    // App Runner provides you with the option to choose between Internet Protocol
    // version 4 (IPv4) and dual stack (IPv4 and IPv6) for your incoming public
    // network configuration. This is an optional parameter. If you do not specify
    // an IpAddressType, it defaults to select IPv4.
    //
    // Currently, App Runner supports dual stack for only Public endpoint. Only
    // IPv4 is supported for Private endpoint. If you update a service that's using
    // dual-stack Public endpoint to a Private endpoint, your App Runner service
    // will default to support only IPv4 for Private endpoint and fail to receive
    // traffic originating from IPv6 endpoint.
    IpAddressType *string `type:"string" enum:"IpAddressType"`
    // contains filtered or unexported fields
}

Describes configuration settings related to network traffic of an App Runner service. Consists of embedded objects for each configurable network feature.

func (NetworkConfiguration) GoString

func (s NetworkConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NetworkConfiguration) SetEgressConfiguration

func (s *NetworkConfiguration) SetEgressConfiguration(v *EgressConfiguration) *NetworkConfiguration

SetEgressConfiguration sets the EgressConfiguration field's value.

func (*NetworkConfiguration) SetIngressConfiguration

func (s *NetworkConfiguration) SetIngressConfiguration(v *IngressConfiguration) *NetworkConfiguration

SetIngressConfiguration sets the IngressConfiguration field's value.

func (*NetworkConfiguration) SetIpAddressType

func (s *NetworkConfiguration) SetIpAddressType(v string) *NetworkConfiguration

SetIpAddressType sets the IpAddressType field's value.

func (NetworkConfiguration) String

func (s NetworkConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NetworkConfiguration) Validate

func (s *NetworkConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ObservabilityConfiguration

type ObservabilityConfiguration struct {

    // The time when the observability configuration was created. It's in Unix time
    // stamp format.
    CreatedAt *time.Time `type:"timestamp"`

    // The time when the observability configuration was deleted. It's in Unix time
    // stamp format.
    DeletedAt *time.Time `type:"timestamp"`

    // It's set to true for the configuration with the highest Revision among all
    // configurations that share the same ObservabilityConfigurationName. It's set
    // to false otherwise.
    Latest *bool `type:"boolean"`

    // The Amazon Resource Name (ARN) of this observability configuration.
    ObservabilityConfigurationArn *string `min:"1" type:"string"`

    // The customer-provided observability configuration name. It can be used in
    // multiple revisions of a configuration.
    ObservabilityConfigurationName *string `min:"4" type:"string"`

    // The revision of this observability configuration. It's unique among all the
    // active configurations ("Status": "ACTIVE") that share the same ObservabilityConfigurationName.
    ObservabilityConfigurationRevision *int64 `type:"integer"`

    // The current state of the observability 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.
    Status *string `type:"string" enum:"ObservabilityConfigurationStatus"`

    // The configuration of the tracing feature within this observability configuration.
    // If not specified, tracing isn't enabled.
    TraceConfiguration *TraceConfiguration `type:"structure"`
    // contains filtered or unexported fields
}

Describes an App Runner observability configuration resource. Multiple revisions of a configuration have the same ObservabilityConfigurationName and different ObservabilityConfigurationRevision values.

The resource is designed to configure multiple features (currently one feature, tracing). This type contains optional members that describe the configuration of these features (currently one member, TraceConfiguration). If a feature member isn't specified, the feature isn't enabled.

func (ObservabilityConfiguration) GoString

func (s ObservabilityConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ObservabilityConfiguration) SetCreatedAt

func (s *ObservabilityConfiguration) SetCreatedAt(v time.Time) *ObservabilityConfiguration

SetCreatedAt sets the CreatedAt field's value.

func (*ObservabilityConfiguration) SetDeletedAt

func (s *ObservabilityConfiguration) SetDeletedAt(v time.Time) *ObservabilityConfiguration

SetDeletedAt sets the DeletedAt field's value.

func (*ObservabilityConfiguration) SetLatest

func (s *ObservabilityConfiguration) SetLatest(v bool) *ObservabilityConfiguration

SetLatest sets the Latest field's value.

func (*ObservabilityConfiguration) SetObservabilityConfigurationArn

func (s *ObservabilityConfiguration) SetObservabilityConfigurationArn(v string) *ObservabilityConfiguration

SetObservabilityConfigurationArn sets the ObservabilityConfigurationArn field's value.

func (*ObservabilityConfiguration) SetObservabilityConfigurationName

func (s *ObservabilityConfiguration) SetObservabilityConfigurationName(v string) *ObservabilityConfiguration

SetObservabilityConfigurationName sets the ObservabilityConfigurationName field's value.

func (*ObservabilityConfiguration) SetObservabilityConfigurationRevision

func (s *ObservabilityConfiguration) SetObservabilityConfigurationRevision(v int64) *ObservabilityConfiguration

SetObservabilityConfigurationRevision sets the ObservabilityConfigurationRevision field's value.

func (*ObservabilityConfiguration) SetStatus

func (s *ObservabilityConfiguration) SetStatus(v string) *ObservabilityConfiguration

SetStatus sets the Status field's value.

func (*ObservabilityConfiguration) SetTraceConfiguration

func (s *ObservabilityConfiguration) SetTraceConfiguration(v *TraceConfiguration) *ObservabilityConfiguration

SetTraceConfiguration sets the TraceConfiguration field's value.

func (ObservabilityConfiguration) String

func (s ObservabilityConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ObservabilityConfigurationSummary

type ObservabilityConfigurationSummary struct {

    // The Amazon Resource Name (ARN) of this observability configuration.
    ObservabilityConfigurationArn *string `min:"1" type:"string"`

    // The customer-provided observability configuration name. It can be used in
    // multiple revisions of a configuration.
    ObservabilityConfigurationName *string `min:"4" type:"string"`

    // The revision of this observability configuration. It's unique among all the
    // active configurations ("Status": "ACTIVE") that share the same ObservabilityConfigurationName.
    ObservabilityConfigurationRevision *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Provides summary information about an App Runner observability configuration resource.

This type contains limited information about an observability configuration. It includes only identification information, without configuration details. It's returned by the ListObservabilityConfigurations action. Complete configuration information is returned by the CreateObservabilityConfiguration, DescribeObservabilityConfiguration, and DeleteObservabilityConfiguration actions using the ObservabilityConfiguration type.

func (ObservabilityConfigurationSummary) GoString

func (s ObservabilityConfigurationSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ObservabilityConfigurationSummary) SetObservabilityConfigurationArn

func (s *ObservabilityConfigurationSummary) SetObservabilityConfigurationArn(v string) *ObservabilityConfigurationSummary

SetObservabilityConfigurationArn sets the ObservabilityConfigurationArn field's value.

func (*ObservabilityConfigurationSummary) SetObservabilityConfigurationName

func (s *ObservabilityConfigurationSummary) SetObservabilityConfigurationName(v string) *ObservabilityConfigurationSummary

SetObservabilityConfigurationName sets the ObservabilityConfigurationName field's value.

func (*ObservabilityConfigurationSummary) SetObservabilityConfigurationRevision

func (s *ObservabilityConfigurationSummary) SetObservabilityConfigurationRevision(v int64) *ObservabilityConfigurationSummary

SetObservabilityConfigurationRevision sets the ObservabilityConfigurationRevision field's value.

func (ObservabilityConfigurationSummary) String

func (s ObservabilityConfigurationSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OperationSummary

type OperationSummary struct {

    // The time when the operation ended. It's in the Unix time stamp format.
    EndedAt *time.Time `type:"timestamp"`

    // A unique ID of this operation. It's unique in the scope of the App Runner
    // service.
    Id *string `min:"36" type:"string"`

    // The time when the operation started. It's in the Unix time stamp format.
    StartedAt *time.Time `type:"timestamp"`

    // The current state of the operation.
    Status *string `type:"string" enum:"OperationStatus"`

    // The Amazon Resource Name (ARN) of the resource that the operation acted on
    // (for example, an App Runner service).
    TargetArn *string `min:"1" type:"string"`

    // The type of operation. It indicates a specific action that occured.
    Type *string `type:"string" enum:"OperationType"`

    // The time when the operation was last updated. It's in the Unix time stamp
    // format.
    UpdatedAt *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

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

func (OperationSummary) GoString

func (s OperationSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OperationSummary) SetEndedAt

func (s *OperationSummary) SetEndedAt(v time.Time) *OperationSummary

SetEndedAt sets the EndedAt field's value.

func (*OperationSummary) SetId

func (s *OperationSummary) SetId(v string) *OperationSummary

SetId sets the Id field's value.

func (*OperationSummary) SetStartedAt

func (s *OperationSummary) SetStartedAt(v time.Time) *OperationSummary

SetStartedAt sets the StartedAt field's value.

func (*OperationSummary) SetStatus

func (s *OperationSummary) SetStatus(v string) *OperationSummary

SetStatus sets the Status field's value.

func (*OperationSummary) SetTargetArn

func (s *OperationSummary) SetTargetArn(v string) *OperationSummary

SetTargetArn sets the TargetArn field's value.

func (*OperationSummary) SetType

func (s *OperationSummary) SetType(v string) *OperationSummary

SetType sets the Type field's value.

func (*OperationSummary) SetUpdatedAt

func (s *OperationSummary) SetUpdatedAt(v time.Time) *OperationSummary

SetUpdatedAt sets the UpdatedAt field's value.

func (OperationSummary) String

func (s OperationSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PauseServiceInput

type PauseServiceInput struct {

    // The Amazon Resource Name (ARN) of the App Runner service that you want to
    // pause.
    //
    // ServiceArn is a required field
    ServiceArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (PauseServiceInput) GoString

func (s PauseServiceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PauseServiceInput) SetServiceArn

func (s *PauseServiceInput) SetServiceArn(v string) *PauseServiceInput

SetServiceArn sets the ServiceArn field's value.

func (PauseServiceInput) String

func (s PauseServiceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PauseServiceInput) Validate

func (s *PauseServiceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PauseServiceOutput

type PauseServiceOutput struct {

    // 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.
    OperationId *string `min:"36" type:"string"`

    // A description of the App Runner service that this request just paused.
    //
    // Service is a required field
    Service *Service `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (PauseServiceOutput) GoString

func (s PauseServiceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PauseServiceOutput) SetOperationId

func (s *PauseServiceOutput) SetOperationId(v string) *PauseServiceOutput

SetOperationId sets the OperationId field's value.

func (*PauseServiceOutput) SetService

func (s *PauseServiceOutput) SetService(v *Service) *PauseServiceOutput

SetService sets the Service field's value.

func (PauseServiceOutput) String

func (s PauseServiceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceNotFoundException

type ResourceNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

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

func (*ResourceNotFoundException) Code

func (s *ResourceNotFoundException) Code() string

Code returns the exception type name.

func (*ResourceNotFoundException) Error

func (s *ResourceNotFoundException) Error() string

func (ResourceNotFoundException) GoString

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceNotFoundException) Message

func (s *ResourceNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceNotFoundException) OrigErr

func (s *ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundException) RequestID

func (s *ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundException) StatusCode

func (s *ResourceNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFoundException) String

func (s ResourceNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResumeServiceInput

type ResumeServiceInput struct {

    // The Amazon Resource Name (ARN) of the App Runner service that you want to
    // resume.
    //
    // ServiceArn is a required field
    ServiceArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ResumeServiceInput) GoString

func (s ResumeServiceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResumeServiceInput) SetServiceArn

func (s *ResumeServiceInput) SetServiceArn(v string) *ResumeServiceInput

SetServiceArn sets the ServiceArn field's value.

func (ResumeServiceInput) String

func (s ResumeServiceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResumeServiceInput) Validate

func (s *ResumeServiceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResumeServiceOutput

type ResumeServiceOutput struct {

    // 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.
    OperationId *string `min:"36" type:"string"`

    // A description of the App Runner service that this request just resumed.
    //
    // Service is a required field
    Service *Service `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (ResumeServiceOutput) GoString

func (s ResumeServiceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResumeServiceOutput) SetOperationId

func (s *ResumeServiceOutput) SetOperationId(v string) *ResumeServiceOutput

SetOperationId sets the OperationId field's value.

func (*ResumeServiceOutput) SetService

func (s *ResumeServiceOutput) SetService(v *Service) *ResumeServiceOutput

SetService sets the Service field's value.

func (ResumeServiceOutput) String

func (s ResumeServiceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Service

type Service struct {

    // Summary information for the App Runner automatic scaling configuration resource
    // that's associated with this service.
    //
    // AutoScalingConfigurationSummary is a required field
    AutoScalingConfigurationSummary *AutoScalingConfigurationSummary `type:"structure" required:"true"`

    // The time when the App Runner service was created. It's in the Unix time stamp
    // format.
    //
    // CreatedAt is a required field
    CreatedAt *time.Time `type:"timestamp" required:"true"`

    // The time when the App Runner service was deleted. It's in the Unix time stamp
    // format.
    DeletedAt *time.Time `type:"timestamp"`

    // 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 key.
    EncryptionConfiguration *EncryptionConfiguration `type:"structure"`

    // The settings for the health check that App Runner performs to monitor the
    // health of this service.
    HealthCheckConfiguration *HealthCheckConfiguration `type:"structure"`

    // The runtime configuration of instances (scaling units) of this service.
    //
    // InstanceConfiguration is a required field
    InstanceConfiguration *InstanceConfiguration `type:"structure" required:"true"`

    // Configuration settings related to network traffic of the web application
    // that this service runs.
    //
    // NetworkConfiguration is a required field
    NetworkConfiguration *NetworkConfiguration `type:"structure" required:"true"`

    // The observability configuration of this service.
    ObservabilityConfiguration *ServiceObservabilityConfiguration `type:"structure"`

    // The Amazon Resource Name (ARN) of this service.
    //
    // ServiceArn is a required field
    ServiceArn *string `min:"1" type:"string" required:"true"`

    // An ID that App Runner generated for this service. It's unique within the
    // Amazon Web Services Region.
    //
    // ServiceId is a required field
    ServiceId *string `min:"32" type:"string" required:"true"`

    // The customer-provided service name.
    //
    // ServiceName is a required field
    ServiceName *string `min:"4" type:"string" required:"true"`

    // A subdomain URL that App Runner generated for this service. You can use this
    // URL to access your service web application.
    ServiceUrl *string `type:"string"`

    // The source deployed to the App Runner service. It can be a code or an image
    // repository.
    //
    // SourceConfiguration is a required field
    SourceConfiguration *SourceConfiguration `type:"structure" required:"true"`

    // The current state of the App Runner service. These particular values mean
    // the following.
    //
    //    * CREATE_FAILED – The service failed to create. The failed service isn't
    //    usable, and still counts towards your service quota. To troubleshoot this
    //    failure, read the failure events and logs, change any parameters that
    //    need to be fixed, and rebuild your service using UpdateService.
    //
    //    * 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.
    //
    // Status is a required field
    Status *string `type:"string" required:"true" enum:"ServiceStatus"`

    // The time when the App Runner service was last updated at. It's in the Unix
    // time stamp format.
    //
    // UpdatedAt is a required field
    UpdatedAt *time.Time `type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

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 (https://docs.aws.amazon.com/apprunner/latest/api/API_CreateService.html), DescribeService (https://docs.aws.amazon.com/apprunner/latest/api/API_DescribeService.html), and DeleteService (https://docs.aws.amazon.com/apprunner/latest/api/API_DeleteService.html) actions. A subset of this information is returned by the ListServices (https://docs.aws.amazon.com/apprunner/latest/api/API_ListServices.html) action using the ServiceSummary (https://docs.aws.amazon.com/apprunner/latest/api/API_ServiceSummary.html) type.

func (Service) GoString

func (s Service) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Service) SetAutoScalingConfigurationSummary

func (s *Service) SetAutoScalingConfigurationSummary(v *AutoScalingConfigurationSummary) *Service

SetAutoScalingConfigurationSummary sets the AutoScalingConfigurationSummary field's value.

func (*Service) SetCreatedAt

func (s *Service) SetCreatedAt(v time.Time) *Service

SetCreatedAt sets the CreatedAt field's value.

func (*Service) SetDeletedAt

func (s *Service) SetDeletedAt(v time.Time) *Service

SetDeletedAt sets the DeletedAt field's value.

func (*Service) SetEncryptionConfiguration

func (s *Service) SetEncryptionConfiguration(v *EncryptionConfiguration) *Service

SetEncryptionConfiguration sets the EncryptionConfiguration field's value.

func (*Service) SetHealthCheckConfiguration

func (s *Service) SetHealthCheckConfiguration(v *HealthCheckConfiguration) *Service

SetHealthCheckConfiguration sets the HealthCheckConfiguration field's value.

func (*Service) SetInstanceConfiguration

func (s *Service) SetInstanceConfiguration(v *InstanceConfiguration) *Service

SetInstanceConfiguration sets the InstanceConfiguration field's value.

func (*Service) SetNetworkConfiguration

func (s *Service) SetNetworkConfiguration(v *NetworkConfiguration) *Service

SetNetworkConfiguration sets the NetworkConfiguration field's value.

func (*Service) SetObservabilityConfiguration

func (s *Service) SetObservabilityConfiguration(v *ServiceObservabilityConfiguration) *Service

SetObservabilityConfiguration sets the ObservabilityConfiguration field's value.

func (*Service) SetServiceArn

func (s *Service) SetServiceArn(v string) *Service

SetServiceArn sets the ServiceArn field's value.

func (*Service) SetServiceId

func (s *Service) SetServiceId(v string) *Service

SetServiceId sets the ServiceId field's value.

func (*Service) SetServiceName

func (s *Service) SetServiceName(v string) *Service

SetServiceName sets the ServiceName field's value.

func (*Service) SetServiceUrl

func (s *Service) SetServiceUrl(v string) *Service

SetServiceUrl sets the ServiceUrl field's value.

func (*Service) SetSourceConfiguration

func (s *Service) SetSourceConfiguration(v *SourceConfiguration) *Service

SetSourceConfiguration sets the SourceConfiguration field's value.

func (*Service) SetStatus

func (s *Service) SetStatus(v string) *Service

SetStatus sets the Status field's value.

func (*Service) SetUpdatedAt

func (s *Service) SetUpdatedAt(v time.Time) *Service

SetUpdatedAt sets the UpdatedAt field's value.

func (Service) String

func (s Service) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceObservabilityConfiguration

type ServiceObservabilityConfiguration struct {

    // The Amazon Resource Name (ARN) of the observability configuration that is
    // associated with the service. Specified only when ObservabilityEnabled is
    // true.
    //
    // Specify an ARN with a name and a revision number to associate that revision.
    // For example: arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing/3
    //
    // Specify just the name to associate the latest revision. For example: arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing
    ObservabilityConfigurationArn *string `min:"1" type:"string"`

    // When true, an observability configuration resource is associated with the
    // service, and an ObservabilityConfigurationArn is specified.
    //
    // ObservabilityEnabled is a required field
    ObservabilityEnabled *bool `type:"boolean" required:"true"`
    // contains filtered or unexported fields
}

Describes the observability configuration of an App Runner service. These are additional observability features, like tracing, that you choose to enable. They're configured in a separate resource that you associate with your service.

func (ServiceObservabilityConfiguration) GoString

func (s ServiceObservabilityConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceObservabilityConfiguration) SetObservabilityConfigurationArn

func (s *ServiceObservabilityConfiguration) SetObservabilityConfigurationArn(v string) *ServiceObservabilityConfiguration

SetObservabilityConfigurationArn sets the ObservabilityConfigurationArn field's value.

func (*ServiceObservabilityConfiguration) SetObservabilityEnabled

func (s *ServiceObservabilityConfiguration) SetObservabilityEnabled(v bool) *ServiceObservabilityConfiguration

SetObservabilityEnabled sets the ObservabilityEnabled field's value.

func (ServiceObservabilityConfiguration) String

func (s ServiceObservabilityConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceObservabilityConfiguration) Validate

func (s *ServiceObservabilityConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ServiceQuotaExceededException

type ServiceQuotaExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

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 (https://docs.aws.amazon.com/general/latest/gr/apprunner.html) in the Amazon Web Services General Reference.

func (*ServiceQuotaExceededException) Code

func (s *ServiceQuotaExceededException) Code() string

Code returns the exception type name.

func (*ServiceQuotaExceededException) Error

func (s *ServiceQuotaExceededException) Error() string

func (ServiceQuotaExceededException) GoString

func (s ServiceQuotaExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceQuotaExceededException) Message

func (s *ServiceQuotaExceededException) Message() string

Message returns the exception's message.

func (*ServiceQuotaExceededException) OrigErr

func (s *ServiceQuotaExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceQuotaExceededException) RequestID

func (s *ServiceQuotaExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceQuotaExceededException) StatusCode

func (s *ServiceQuotaExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ServiceQuotaExceededException) String

func (s ServiceQuotaExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceSummary

type ServiceSummary struct {

    // The time when the App Runner service was created. It's in the Unix time stamp
    // format.
    CreatedAt *time.Time `type:"timestamp"`

    // The Amazon Resource Name (ARN) of this service.
    ServiceArn *string `min:"1" type:"string"`

    // An ID that App Runner generated for this service. It's unique within the
    // Amazon Web Services Region.
    ServiceId *string `min:"32" type:"string"`

    // The customer-provided service name.
    ServiceName *string `min:"4" type:"string"`

    // A subdomain URL that App Runner generated for this service. You can use this
    // URL to access your service web application.
    ServiceUrl *string `type:"string"`

    // The current state of the App Runner service. These particular values mean
    // the following.
    //
    //    * CREATE_FAILED – The service failed to create. The failed service isn't
    //    usable, and still counts towards your service quota. To troubleshoot this
    //    failure, read the failure events and logs, change any parameters that
    //    need to be fixed, and rebuild your service using UpdateService.
    //
    //    * 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.
    Status *string `type:"string" enum:"ServiceStatus"`

    // The time when the App Runner service was last updated. It's in theUnix time
    // stamp format.
    UpdatedAt *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

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 (https://docs.aws.amazon.com/apprunner/latest/api/API_ListServices.html) action. Complete service information is returned by the CreateService (https://docs.aws.amazon.com/apprunner/latest/api/API_CreateService.html), DescribeService (https://docs.aws.amazon.com/apprunner/latest/api/API_DescribeService.html), and DeleteService (https://docs.aws.amazon.com/apprunner/latest/api/API_DeleteService.html) actions using the Service (https://docs.aws.amazon.com/apprunner/latest/api/API_Service.html) type.

func (ServiceSummary) GoString

func (s ServiceSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceSummary) SetCreatedAt

func (s *ServiceSummary) SetCreatedAt(v time.Time) *ServiceSummary

SetCreatedAt sets the CreatedAt field's value.

func (*ServiceSummary) SetServiceArn

func (s *ServiceSummary) SetServiceArn(v string) *ServiceSummary

SetServiceArn sets the ServiceArn field's value.

func (*ServiceSummary) SetServiceId

func (s *ServiceSummary) SetServiceId(v string) *ServiceSummary

SetServiceId sets the ServiceId field's value.

func (*ServiceSummary) SetServiceName

func (s *ServiceSummary) SetServiceName(v string) *ServiceSummary

SetServiceName sets the ServiceName field's value.

func (*ServiceSummary) SetServiceUrl

func (s *ServiceSummary) SetServiceUrl(v string) *ServiceSummary

SetServiceUrl sets the ServiceUrl field's value.

func (*ServiceSummary) SetStatus

func (s *ServiceSummary) SetStatus(v string) *ServiceSummary

SetStatus sets the Status field's value.

func (*ServiceSummary) SetUpdatedAt

func (s *ServiceSummary) SetUpdatedAt(v time.Time) *ServiceSummary

SetUpdatedAt sets the UpdatedAt field's value.

func (ServiceSummary) String

func (s ServiceSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SourceCodeVersion

type SourceCodeVersion struct {

    // The type of version identifier.
    //
    // For a git-based repository, branches represent versions.
    //
    // Type is a required field
    Type *string `type:"string" required:"true" enum:"SourceCodeVersionType"`

    // 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.
    //
    // Value is a required field
    Value *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (SourceCodeVersion) GoString

func (s SourceCodeVersion) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceCodeVersion) SetType

func (s *SourceCodeVersion) SetType(v string) *SourceCodeVersion

SetType sets the Type field's value.

func (*SourceCodeVersion) SetValue

func (s *SourceCodeVersion) SetValue(v string) *SourceCodeVersion

SetValue sets the Value field's value.

func (SourceCodeVersion) String

func (s SourceCodeVersion) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceCodeVersion) Validate

func (s *SourceCodeVersion) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SourceConfiguration

type SourceConfiguration struct {

    // Describes the resources that are needed to authenticate access to some source
    // repositories.
    AuthenticationConfiguration *AuthenticationConfiguration `type:"structure"`

    // 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).
    AutoDeploymentsEnabled *bool `type:"boolean"`

    // The description of a source code repository.
    //
    // You must provide either this member or ImageRepository (but not both).
    CodeRepository *CodeRepository `type:"structure"`

    // The description of a source image repository.
    //
    // You must provide either this member or CodeRepository (but not both).
    ImageRepository *ImageRepository `type:"structure"`
    // contains filtered or unexported fields
}

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

func (SourceConfiguration) GoString

func (s SourceConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceConfiguration) SetAuthenticationConfiguration

func (s *SourceConfiguration) SetAuthenticationConfiguration(v *AuthenticationConfiguration) *SourceConfiguration

SetAuthenticationConfiguration sets the AuthenticationConfiguration field's value.

func (*SourceConfiguration) SetAutoDeploymentsEnabled

func (s *SourceConfiguration) SetAutoDeploymentsEnabled(v bool) *SourceConfiguration

SetAutoDeploymentsEnabled sets the AutoDeploymentsEnabled field's value.

func (*SourceConfiguration) SetCodeRepository

func (s *SourceConfiguration) SetCodeRepository(v *CodeRepository) *SourceConfiguration

SetCodeRepository sets the CodeRepository field's value.

func (*SourceConfiguration) SetImageRepository

func (s *SourceConfiguration) SetImageRepository(v *ImageRepository) *SourceConfiguration

SetImageRepository sets the ImageRepository field's value.

func (SourceConfiguration) String

func (s SourceConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceConfiguration) Validate

func (s *SourceConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartDeploymentInput

type StartDeploymentInput struct {

    // The Amazon Resource Name (ARN) of the App Runner service that you want to
    // manually deploy to.
    //
    // ServiceArn is a required field
    ServiceArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (StartDeploymentInput) GoString

func (s StartDeploymentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartDeploymentInput) SetServiceArn

func (s *StartDeploymentInput) SetServiceArn(v string) *StartDeploymentInput

SetServiceArn sets the ServiceArn field's value.

func (StartDeploymentInput) String

func (s StartDeploymentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartDeploymentInput) Validate

func (s *StartDeploymentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartDeploymentOutput

type StartDeploymentOutput struct {

    // 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.
    //
    // OperationId is a required field
    OperationId *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (StartDeploymentOutput) GoString

func (s StartDeploymentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartDeploymentOutput) SetOperationId

func (s *StartDeploymentOutput) SetOperationId(v string) *StartDeploymentOutput

SetOperationId sets the OperationId field's value.

func (StartDeploymentOutput) String

func (s StartDeploymentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Tag

type Tag struct {

    // The key of the tag.
    Key *string `min:"1" type:"string"`

    // The value of the tag.
    Value *string `type:"string"`
    // contains filtered or unexported fields
}

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

func (Tag) GoString

func (s Tag) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) SetKey

func (s *Tag) SetKey(v string) *Tag

SetKey sets the Key field's value.

func (*Tag) SetValue

func (s *Tag) SetValue(v string) *Tag

SetValue sets the Value field's value.

func (Tag) String

func (s Tag) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) Validate

func (s *Tag) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceInput

type TagResourceInput struct {

    // 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.
    //
    // ResourceArn is a required field
    ResourceArn *string `min:"1" type:"string" required:"true"`

    // 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.
    //
    // Tags is a required field
    Tags []*Tag `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (TagResourceInput) GoString

func (s TagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) SetResourceArn

func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*TagResourceInput) SetTags

func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput

SetTags sets the Tags field's value.

func (TagResourceInput) String

func (s TagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) Validate

func (s *TagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceOutput

type TagResourceOutput struct {
    // contains filtered or unexported fields
}

func (TagResourceOutput) GoString

func (s TagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (TagResourceOutput) String

func (s TagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TraceConfiguration

type TraceConfiguration struct {

    // The implementation provider chosen for tracing App Runner services.
    //
    // Vendor is a required field
    Vendor *string `type:"string" required:"true" enum:"TracingVendor"`
    // contains filtered or unexported fields
}

Describes the configuration of the tracing feature within an App Runner observability configuration.

func (TraceConfiguration) GoString

func (s TraceConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TraceConfiguration) SetVendor

func (s *TraceConfiguration) SetVendor(v string) *TraceConfiguration

SetVendor sets the Vendor field's value.

func (TraceConfiguration) String

func (s TraceConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TraceConfiguration) Validate

func (s *TraceConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceInput

type UntagResourceInput struct {

    // 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.
    //
    // ResourceArn is a required field
    ResourceArn *string `min:"1" type:"string" required:"true"`

    // A list of tag keys that you want to remove.
    //
    // TagKeys is a required field
    TagKeys []*string `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (UntagResourceInput) GoString

func (s UntagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) SetResourceArn

func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*UntagResourceInput) SetTagKeys

func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourceInput) String

func (s UntagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) Validate

func (s *UntagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceOutput

type UntagResourceOutput struct {
    // contains filtered or unexported fields
}

func (UntagResourceOutput) GoString

func (s UntagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UntagResourceOutput) String

func (s UntagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateDefaultAutoScalingConfigurationInput

type UpdateDefaultAutoScalingConfigurationInput struct {

    // The Amazon Resource Name (ARN) of the App Runner auto scaling configuration
    // that you want to set as the default.
    //
    // 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 set as the default.
    //
    // AutoScalingConfigurationArn is a required field
    AutoScalingConfigurationArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateDefaultAutoScalingConfigurationInput) GoString

func (s UpdateDefaultAutoScalingConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDefaultAutoScalingConfigurationInput) SetAutoScalingConfigurationArn

func (s *UpdateDefaultAutoScalingConfigurationInput) SetAutoScalingConfigurationArn(v string) *UpdateDefaultAutoScalingConfigurationInput

SetAutoScalingConfigurationArn sets the AutoScalingConfigurationArn field's value.

func (UpdateDefaultAutoScalingConfigurationInput) String

func (s UpdateDefaultAutoScalingConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDefaultAutoScalingConfigurationInput) Validate

func (s *UpdateDefaultAutoScalingConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDefaultAutoScalingConfigurationOutput

type UpdateDefaultAutoScalingConfigurationOutput struct {

    // A description of the App Runner auto scaling configuration that was set as
    // default.
    //
    // AutoScalingConfiguration is a required field
    AutoScalingConfiguration *AutoScalingConfiguration `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateDefaultAutoScalingConfigurationOutput) GoString

func (s UpdateDefaultAutoScalingConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDefaultAutoScalingConfigurationOutput) SetAutoScalingConfiguration

func (s *UpdateDefaultAutoScalingConfigurationOutput) SetAutoScalingConfiguration(v *AutoScalingConfiguration) *UpdateDefaultAutoScalingConfigurationOutput

SetAutoScalingConfiguration sets the AutoScalingConfiguration field's value.

func (UpdateDefaultAutoScalingConfigurationOutput) String

func (s UpdateDefaultAutoScalingConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateServiceInput

type UpdateServiceInput struct {

    // The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration
    // resource that you want to associate with the App Runner service.
    AutoScalingConfigurationArn *string `min:"1" type:"string"`

    // The settings for the health check that App Runner performs to monitor the
    // health of the App Runner service.
    HealthCheckConfiguration *HealthCheckConfiguration `type:"structure"`

    // The runtime configuration to apply to instances (scaling units) of your service.
    InstanceConfiguration *InstanceConfiguration `type:"structure"`

    // Configuration settings related to network traffic of the web application
    // that the App Runner service runs.
    NetworkConfiguration *NetworkConfiguration `type:"structure"`

    // The observability configuration of your service.
    ObservabilityConfiguration *ServiceObservabilityConfiguration `type:"structure"`

    // The Amazon Resource Name (ARN) of the App Runner service that you want to
    // update.
    //
    // ServiceArn is a required field
    ServiceArn *string `min:"1" type:"string" required:"true"`

    // 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.
    SourceConfiguration *SourceConfiguration `type:"structure"`
    // contains filtered or unexported fields
}

func (UpdateServiceInput) GoString

func (s UpdateServiceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateServiceInput) SetAutoScalingConfigurationArn

func (s *UpdateServiceInput) SetAutoScalingConfigurationArn(v string) *UpdateServiceInput

SetAutoScalingConfigurationArn sets the AutoScalingConfigurationArn field's value.

func (*UpdateServiceInput) SetHealthCheckConfiguration

func (s *UpdateServiceInput) SetHealthCheckConfiguration(v *HealthCheckConfiguration) *UpdateServiceInput

SetHealthCheckConfiguration sets the HealthCheckConfiguration field's value.

func (*UpdateServiceInput) SetInstanceConfiguration

func (s *UpdateServiceInput) SetInstanceConfiguration(v *InstanceConfiguration) *UpdateServiceInput

SetInstanceConfiguration sets the InstanceConfiguration field's value.

func (*UpdateServiceInput) SetNetworkConfiguration

func (s *UpdateServiceInput) SetNetworkConfiguration(v *NetworkConfiguration) *UpdateServiceInput

SetNetworkConfiguration sets the NetworkConfiguration field's value.

func (*UpdateServiceInput) SetObservabilityConfiguration

func (s *UpdateServiceInput) SetObservabilityConfiguration(v *ServiceObservabilityConfiguration) *UpdateServiceInput

SetObservabilityConfiguration sets the ObservabilityConfiguration field's value.

func (*UpdateServiceInput) SetServiceArn

func (s *UpdateServiceInput) SetServiceArn(v string) *UpdateServiceInput

SetServiceArn sets the ServiceArn field's value.

func (*UpdateServiceInput) SetSourceConfiguration

func (s *UpdateServiceInput) SetSourceConfiguration(v *SourceConfiguration) *UpdateServiceInput

SetSourceConfiguration sets the SourceConfiguration field's value.

func (UpdateServiceInput) String

func (s UpdateServiceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateServiceInput) Validate

func (s *UpdateServiceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateServiceOutput

type UpdateServiceOutput struct {

    // 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.
    //
    // OperationId is a required field
    OperationId *string `min:"36" type:"string" required:"true"`

    // 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.
    //
    // Service is a required field
    Service *Service `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateServiceOutput) GoString

func (s UpdateServiceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateServiceOutput) SetOperationId

func (s *UpdateServiceOutput) SetOperationId(v string) *UpdateServiceOutput

SetOperationId sets the OperationId field's value.

func (*UpdateServiceOutput) SetService

func (s *UpdateServiceOutput) SetService(v *Service) *UpdateServiceOutput

SetService sets the Service field's value.

func (UpdateServiceOutput) String

func (s UpdateServiceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateVpcIngressConnectionInput

type UpdateVpcIngressConnectionInput struct {

    // Specifications for the customer’s Amazon VPC and the related Amazon Web
    // Services PrivateLink VPC endpoint that are used to update the VPC Ingress
    // Connection resource.
    //
    // IngressVpcConfiguration is a required field
    IngressVpcConfiguration *IngressVpcConfiguration `type:"structure" required:"true"`

    // The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection
    // resource that you want to update.
    //
    // VpcIngressConnectionArn is a required field
    VpcIngressConnectionArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateVpcIngressConnectionInput) GoString

func (s UpdateVpcIngressConnectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateVpcIngressConnectionInput) SetIngressVpcConfiguration

func (s *UpdateVpcIngressConnectionInput) SetIngressVpcConfiguration(v *IngressVpcConfiguration) *UpdateVpcIngressConnectionInput

SetIngressVpcConfiguration sets the IngressVpcConfiguration field's value.

func (*UpdateVpcIngressConnectionInput) SetVpcIngressConnectionArn

func (s *UpdateVpcIngressConnectionInput) SetVpcIngressConnectionArn(v string) *UpdateVpcIngressConnectionInput

SetVpcIngressConnectionArn sets the VpcIngressConnectionArn field's value.

func (UpdateVpcIngressConnectionInput) String

func (s UpdateVpcIngressConnectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateVpcIngressConnectionInput) Validate

func (s *UpdateVpcIngressConnectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateVpcIngressConnectionOutput

type UpdateVpcIngressConnectionOutput struct {

    // A description of the App Runner VPC Ingress Connection resource that's updated
    // by this request.
    //
    // VpcIngressConnection is a required field
    VpcIngressConnection *VpcIngressConnection `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateVpcIngressConnectionOutput) GoString

func (s UpdateVpcIngressConnectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateVpcIngressConnectionOutput) SetVpcIngressConnection

func (s *UpdateVpcIngressConnectionOutput) SetVpcIngressConnection(v *VpcIngressConnection) *UpdateVpcIngressConnectionOutput

SetVpcIngressConnection sets the VpcIngressConnection field's value.

func (UpdateVpcIngressConnectionOutput) String

func (s UpdateVpcIngressConnectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VpcConnector

type VpcConnector struct {

    // The time when the VPC connector was created. It's in Unix time stamp format.
    CreatedAt *time.Time `type:"timestamp"`

    // The time when the VPC connector was deleted. It's in Unix time stamp format.
    DeletedAt *time.Time `type:"timestamp"`

    // A list of IDs of security groups that App Runner uses for access to Amazon
    // Web Services resources under the specified subnets. If not specified, App
    // Runner uses the default security group of the Amazon VPC. The default security
    // group allows all outbound traffic.
    SecurityGroups []*string `type:"list"`

    // The current state of the VPC connector. If the status of a connector revision
    // is INACTIVE, it was deleted and can't be used. Inactive connector revisions
    // are permanently removed some time after they are deleted.
    Status *string `type:"string" enum:"VpcConnectorStatus"`

    // A list of IDs of subnets that App Runner uses for your service. All IDs are
    // of subnets of a single Amazon VPC.
    Subnets []*string `type:"list"`

    // The Amazon Resource Name (ARN) of this VPC connector.
    VpcConnectorArn *string `min:"1" type:"string"`

    // The customer-provided VPC connector name.
    VpcConnectorName *string `min:"4" type:"string"`

    // The revision of this VPC connector. It's unique among all the active connectors
    // ("Status": "ACTIVE") that share the same Name.
    //
    // At this time, App Runner supports only one revision per name.
    VpcConnectorRevision *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Describes an App Runner VPC connector resource. A VPC connector describes the Amazon Virtual Private Cloud (Amazon VPC) that an App Runner service is associated with, and the subnets and security group that are used.

Multiple revisions of a connector might have the same Name and different Revision values.

At this time, App Runner supports only one revision per name.

func (VpcConnector) GoString

func (s VpcConnector) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VpcConnector) SetCreatedAt

func (s *VpcConnector) SetCreatedAt(v time.Time) *VpcConnector

SetCreatedAt sets the CreatedAt field's value.

func (*VpcConnector) SetDeletedAt

func (s *VpcConnector) SetDeletedAt(v time.Time) *VpcConnector

SetDeletedAt sets the DeletedAt field's value.

func (*VpcConnector) SetSecurityGroups

func (s *VpcConnector) SetSecurityGroups(v []*string) *VpcConnector

SetSecurityGroups sets the SecurityGroups field's value.

func (*VpcConnector) SetStatus

func (s *VpcConnector) SetStatus(v string) *VpcConnector

SetStatus sets the Status field's value.

func (*VpcConnector) SetSubnets

func (s *VpcConnector) SetSubnets(v []*string) *VpcConnector

SetSubnets sets the Subnets field's value.

func (*VpcConnector) SetVpcConnectorArn

func (s *VpcConnector) SetVpcConnectorArn(v string) *VpcConnector

SetVpcConnectorArn sets the VpcConnectorArn field's value.

func (*VpcConnector) SetVpcConnectorName

func (s *VpcConnector) SetVpcConnectorName(v string) *VpcConnector

SetVpcConnectorName sets the VpcConnectorName field's value.

func (*VpcConnector) SetVpcConnectorRevision

func (s *VpcConnector) SetVpcConnectorRevision(v int64) *VpcConnector

SetVpcConnectorRevision sets the VpcConnectorRevision field's value.

func (VpcConnector) String

func (s VpcConnector) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VpcDNSTarget

type VpcDNSTarget struct {

    // The domain name of your target DNS that is associated with the Amazon VPC.
    DomainName *string `min:"1" type:"string"`

    // The ID of the Amazon VPC that is associated with the custom domain name of
    // the target DNS.
    VpcId *string `type:"string"`

    // The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated
    // with your service.
    VpcIngressConnectionArn *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

DNS Target record for a custom domain of this Amazon VPC.

func (VpcDNSTarget) GoString

func (s VpcDNSTarget) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VpcDNSTarget) SetDomainName

func (s *VpcDNSTarget) SetDomainName(v string) *VpcDNSTarget

SetDomainName sets the DomainName field's value.

func (*VpcDNSTarget) SetVpcId

func (s *VpcDNSTarget) SetVpcId(v string) *VpcDNSTarget

SetVpcId sets the VpcId field's value.

func (*VpcDNSTarget) SetVpcIngressConnectionArn

func (s *VpcDNSTarget) SetVpcIngressConnectionArn(v string) *VpcDNSTarget

SetVpcIngressConnectionArn sets the VpcIngressConnectionArn field's value.

func (VpcDNSTarget) String

func (s VpcDNSTarget) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VpcIngressConnection

type VpcIngressConnection struct {

    // The Account Id you use to create the VPC Ingress Connection resource.
    AccountId *string `min:"12" type:"string"`

    // The time when the VPC Ingress Connection was created. It's in the Unix time
    // stamp format.
    //
    //    * Type: Timestamp
    //
    //    * Required: Yes
    CreatedAt *time.Time `type:"timestamp"`

    // The time when the App Runner service was deleted. It's in the Unix time stamp
    // format.
    //
    //    * Type: Timestamp
    //
    //    * Required: No
    DeletedAt *time.Time `type:"timestamp"`

    // The domain name associated with the VPC Ingress Connection resource.
    DomainName *string `min:"1" type:"string"`

    // Specifications for the customer’s VPC and related PrivateLink VPC endpoint
    // that are used to associate with the VPC Ingress Connection resource.
    IngressVpcConfiguration *IngressVpcConfiguration `type:"structure"`

    // The Amazon Resource Name (ARN) of the service associated with the VPC Ingress
    // Connection.
    ServiceArn *string `min:"1" type:"string"`

    // The current status of the VPC Ingress Connection. The VPC Ingress Connection
    // displays one of the following statuses: AVAILABLE, PENDING_CREATION, PENDING_UPDATE,
    // PENDING_DELETION,FAILED_CREATION, FAILED_UPDATE, FAILED_DELETION, and DELETED..
    Status *string `type:"string" enum:"VpcIngressConnectionStatus"`

    // The Amazon Resource Name (ARN) of the VPC Ingress Connection.
    VpcIngressConnectionArn *string `min:"1" type:"string"`

    // The customer-provided VPC Ingress Connection name.
    VpcIngressConnectionName *string `min:"4" type:"string"`
    // contains filtered or unexported fields
}

The App Runner resource that specifies an App Runner endpoint for incoming traffic. It establishes a connection between a VPC interface endpoint and a App Runner service, to make your App Runner service accessible from only within an Amazon VPC.

func (VpcIngressConnection) GoString

func (s VpcIngressConnection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VpcIngressConnection) SetAccountId

func (s *VpcIngressConnection) SetAccountId(v string) *VpcIngressConnection

SetAccountId sets the AccountId field's value.

func (*VpcIngressConnection) SetCreatedAt

func (s *VpcIngressConnection) SetCreatedAt(v time.Time) *VpcIngressConnection

SetCreatedAt sets the CreatedAt field's value.

func (*VpcIngressConnection) SetDeletedAt

func (s *VpcIngressConnection) SetDeletedAt(v time.Time) *VpcIngressConnection

SetDeletedAt sets the DeletedAt field's value.

func (*VpcIngressConnection) SetDomainName

func (s *VpcIngressConnection) SetDomainName(v string) *VpcIngressConnection

SetDomainName sets the DomainName field's value.

func (*VpcIngressConnection) SetIngressVpcConfiguration

func (s *VpcIngressConnection) SetIngressVpcConfiguration(v *IngressVpcConfiguration) *VpcIngressConnection

SetIngressVpcConfiguration sets the IngressVpcConfiguration field's value.

func (*VpcIngressConnection) SetServiceArn

func (s *VpcIngressConnection) SetServiceArn(v string) *VpcIngressConnection

SetServiceArn sets the ServiceArn field's value.

func (*VpcIngressConnection) SetStatus

func (s *VpcIngressConnection) SetStatus(v string) *VpcIngressConnection

SetStatus sets the Status field's value.

func (*VpcIngressConnection) SetVpcIngressConnectionArn

func (s *VpcIngressConnection) SetVpcIngressConnectionArn(v string) *VpcIngressConnection

SetVpcIngressConnectionArn sets the VpcIngressConnectionArn field's value.

func (*VpcIngressConnection) SetVpcIngressConnectionName

func (s *VpcIngressConnection) SetVpcIngressConnectionName(v string) *VpcIngressConnection

SetVpcIngressConnectionName sets the VpcIngressConnectionName field's value.

func (VpcIngressConnection) String

func (s VpcIngressConnection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VpcIngressConnectionSummary

type VpcIngressConnectionSummary struct {

    // The Amazon Resource Name (ARN) of the service associated with the VPC Ingress
    // Connection.
    ServiceArn *string `min:"1" type:"string"`

    // The Amazon Resource Name (ARN) of the VPC Ingress Connection.
    VpcIngressConnectionArn *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Provides summary information about an VPC Ingress Connection, which includes its VPC Ingress Connection ARN and its associated Service ARN.

func (VpcIngressConnectionSummary) GoString

func (s VpcIngressConnectionSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VpcIngressConnectionSummary) SetServiceArn

func (s *VpcIngressConnectionSummary) SetServiceArn(v string) *VpcIngressConnectionSummary

SetServiceArn sets the ServiceArn field's value.

func (*VpcIngressConnectionSummary) SetVpcIngressConnectionArn

func (s *VpcIngressConnectionSummary) SetVpcIngressConnectionArn(v string) *VpcIngressConnectionSummary

SetVpcIngressConnectionArn sets the VpcIngressConnectionArn field's value.

func (VpcIngressConnectionSummary) String

func (s VpcIngressConnectionSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".