amazonka-apprunner-2.0: Amazon App Runner SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AppRunner.DeleteAutoScalingConfiguration

Description

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

Synopsis

Creating a Request

data DeleteAutoScalingConfiguration Source #

See: newDeleteAutoScalingConfiguration smart constructor.

Constructors

DeleteAutoScalingConfiguration' 

Fields

  • autoScalingConfigurationArn :: Text

    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.

Instances

Instances details
ToJSON DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

ToHeaders DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

ToPath DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

ToQuery DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

AWSRequest DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

Generic DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

Associated Types

type Rep DeleteAutoScalingConfiguration :: Type -> Type #

Read DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

Show DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

NFData DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

Eq DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

Hashable DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

type AWSResponse DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

type Rep DeleteAutoScalingConfiguration Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

type Rep DeleteAutoScalingConfiguration = D1 ('MetaData "DeleteAutoScalingConfiguration" "Amazonka.AppRunner.DeleteAutoScalingConfiguration" "amazonka-apprunner-2.0-EwwUWnxXZrM2Mgbv25gcO5" 'False) (C1 ('MetaCons "DeleteAutoScalingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoScalingConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteAutoScalingConfiguration Source #

Create a value of DeleteAutoScalingConfiguration with all optional fields omitted.

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

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

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

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

Request Lenses

deleteAutoScalingConfiguration_autoScalingConfigurationArn :: Lens' DeleteAutoScalingConfiguration Text Source #

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.

Destructuring the Response

data DeleteAutoScalingConfigurationResponse Source #

Constructors

DeleteAutoScalingConfigurationResponse' 

Fields

Instances

Instances details
Generic DeleteAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

Read DeleteAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

Show DeleteAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

NFData DeleteAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

Eq DeleteAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

type Rep DeleteAutoScalingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AppRunner.DeleteAutoScalingConfiguration

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

newDeleteAutoScalingConfigurationResponse Source #

Create a value of DeleteAutoScalingConfigurationResponse with all optional fields omitted.

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

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

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

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

Response Lenses

deleteAutoScalingConfigurationResponse_autoScalingConfiguration :: Lens' DeleteAutoScalingConfigurationResponse AutoScalingConfiguration Source #

A description of the App Runner auto scaling configuration that this request just deleted.