amazonka-synthetics-2.0: Amazon Synthetics 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.Synthetics.DeleteCanary

Description

Permanently deletes the specified canary.

If you specify DeleteLambda to true, CloudWatch Synthetics also deletes the Lambda functions and layers that are used by the canary.

Other resources used and created by the canary are not automatically deleted. After you delete a canary that you do not intend to use again, you should also delete the following:

  • The CloudWatch alarms created for this canary. These alarms have a name of Synthetics-SharpDrop-Alarm-MyCanaryName .
  • Amazon S3 objects and buckets, such as the canary's artifact location.
  • IAM roles created for the canary. If they were created in the console, these roles have the name role/service-role/CloudWatchSyntheticsRole-MyCanaryName .
  • CloudWatch Logs log groups created for the canary. These logs groups have the name /aws/lambda/cwsyn-MyCanaryName .

Before you delete a canary, you might want to use GetCanary to display the information about this canary. Make note of the information returned by this operation so that you can delete these resources after you delete the canary.

Synopsis

Creating a Request

data DeleteCanary Source #

See: newDeleteCanary smart constructor.

Constructors

DeleteCanary' 

Fields

  • deleteLambda :: Maybe Bool

    Specifies whether to also delete the Lambda functions and layers used by this canary. The default is false.

    Type: Boolean

  • name :: Text

    The name of the canary that you want to delete. To find the names of your canaries, use DescribeCanaries.

Instances

Instances details
ToHeaders DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

ToPath DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

ToQuery DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

AWSRequest DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Associated Types

type AWSResponse DeleteCanary #

Generic DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Associated Types

type Rep DeleteCanary :: Type -> Type #

Read DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Show DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

NFData DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Methods

rnf :: DeleteCanary -> () #

Eq DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Hashable DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

type AWSResponse DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

type Rep DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

type Rep DeleteCanary = D1 ('MetaData "DeleteCanary" "Amazonka.Synthetics.DeleteCanary" "amazonka-synthetics-2.0-3I8gICXDswl2F1HDbijRHZ" 'False) (C1 ('MetaCons "DeleteCanary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deleteLambda") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteCanary Source #

Create a value of DeleteCanary 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:deleteLambda:DeleteCanary', deleteCanary_deleteLambda - Specifies whether to also delete the Lambda functions and layers used by this canary. The default is false.

Type: Boolean

DeleteCanary, deleteCanary_name - The name of the canary that you want to delete. To find the names of your canaries, use DescribeCanaries.

Request Lenses

deleteCanary_deleteLambda :: Lens' DeleteCanary (Maybe Bool) Source #

Specifies whether to also delete the Lambda functions and layers used by this canary. The default is false.

Type: Boolean

deleteCanary_name :: Lens' DeleteCanary Text Source #

The name of the canary that you want to delete. To find the names of your canaries, use DescribeCanaries.

Destructuring the Response

data DeleteCanaryResponse Source #

See: newDeleteCanaryResponse smart constructor.

Constructors

DeleteCanaryResponse' 

Fields

Instances

Instances details
Generic DeleteCanaryResponse Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Associated Types

type Rep DeleteCanaryResponse :: Type -> Type #

Read DeleteCanaryResponse Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Show DeleteCanaryResponse Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

NFData DeleteCanaryResponse Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Methods

rnf :: DeleteCanaryResponse -> () #

Eq DeleteCanaryResponse Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

type Rep DeleteCanaryResponse Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

type Rep DeleteCanaryResponse = D1 ('MetaData "DeleteCanaryResponse" "Amazonka.Synthetics.DeleteCanary" "amazonka-synthetics-2.0-3I8gICXDswl2F1HDbijRHZ" 'False) (C1 ('MetaCons "DeleteCanaryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteCanaryResponse Source #

Create a value of DeleteCanaryResponse 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:DeleteCanaryResponse', deleteCanaryResponse_httpStatus - The response's http status code.

Response Lenses