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

Amazonka.Synthetics.DeleteCanary

Description

Permanently deletes the specified canary.

When you delete a canary, 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 Lambda functions and layers used by this canary. These have the prefix cwsyn-MyCanaryName .
  • 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

Instances

Instances details
Eq DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Read DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Show DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Generic DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Associated Types

type Rep DeleteCanary :: Type -> Type #

NFData DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Methods

rnf :: DeleteCanary -> () #

Hashable DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

AWSRequest DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Associated Types

type AWSResponse DeleteCanary #

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

type Rep DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

type Rep DeleteCanary = D1 ('MetaData "DeleteCanary" "Amazonka.Synthetics.DeleteCanary" "libZSservicesZSamazonka-syntheticsZSamazonka-synthetics" 'False) (C1 ('MetaCons "DeleteCanary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteCanary Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

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:name: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_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
Eq DeleteCanaryResponse Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Read DeleteCanaryResponse Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Show DeleteCanaryResponse Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Generic DeleteCanaryResponse Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Associated Types

type Rep DeleteCanaryResponse :: Type -> Type #

NFData DeleteCanaryResponse Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

Methods

rnf :: DeleteCanaryResponse -> () #

type Rep DeleteCanaryResponse Source # 
Instance details

Defined in Amazonka.Synthetics.DeleteCanary

type Rep DeleteCanaryResponse = D1 ('MetaData "DeleteCanaryResponse" "Amazonka.Synthetics.DeleteCanary" "libZSservicesZSamazonka-syntheticsZSamazonka-synthetics" '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