libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway
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.StorageGateway.DeleteAutomaticTapeCreationPolicy

Description

Deletes the automatic tape creation policy of a gateway. If you delete this policy, new virtual tapes must be created manually. Use the Amazon Resource Name (ARN) of the gateway in your request to remove the policy.

Synopsis

Creating a Request

data DeleteAutomaticTapeCreationPolicy Source #

See: newDeleteAutomaticTapeCreationPolicy smart constructor.

Instances

Instances details
Eq DeleteAutomaticTapeCreationPolicy Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

Read DeleteAutomaticTapeCreationPolicy Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

Show DeleteAutomaticTapeCreationPolicy Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

Generic DeleteAutomaticTapeCreationPolicy Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

Associated Types

type Rep DeleteAutomaticTapeCreationPolicy :: Type -> Type #

NFData DeleteAutomaticTapeCreationPolicy Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

Hashable DeleteAutomaticTapeCreationPolicy Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

ToJSON DeleteAutomaticTapeCreationPolicy Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

AWSRequest DeleteAutomaticTapeCreationPolicy Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

ToHeaders DeleteAutomaticTapeCreationPolicy Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

ToPath DeleteAutomaticTapeCreationPolicy Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

ToQuery DeleteAutomaticTapeCreationPolicy Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

type Rep DeleteAutomaticTapeCreationPolicy Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

type Rep DeleteAutomaticTapeCreationPolicy = D1 ('MetaData "DeleteAutomaticTapeCreationPolicy" "Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "DeleteAutomaticTapeCreationPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gatewayARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteAutomaticTapeCreationPolicy Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

newDeleteAutomaticTapeCreationPolicy Source #

Create a value of DeleteAutomaticTapeCreationPolicy 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:gatewayARN:DeleteAutomaticTapeCreationPolicy', deleteAutomaticTapeCreationPolicy_gatewayARN - Undocumented member.

Request Lenses

Destructuring the Response

data DeleteAutomaticTapeCreationPolicyResponse Source #

Constructors

DeleteAutomaticTapeCreationPolicyResponse' 

Fields

Instances

Instances details
Eq DeleteAutomaticTapeCreationPolicyResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

Read DeleteAutomaticTapeCreationPolicyResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

Show DeleteAutomaticTapeCreationPolicyResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

Generic DeleteAutomaticTapeCreationPolicyResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

NFData DeleteAutomaticTapeCreationPolicyResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

type Rep DeleteAutomaticTapeCreationPolicyResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy

type Rep DeleteAutomaticTapeCreationPolicyResponse = D1 ('MetaData "DeleteAutomaticTapeCreationPolicyResponse" "Amazonka.StorageGateway.DeleteAutomaticTapeCreationPolicy" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "DeleteAutomaticTapeCreationPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gatewayARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteAutomaticTapeCreationPolicyResponse Source #

Create a value of DeleteAutomaticTapeCreationPolicyResponse 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:gatewayARN:DeleteAutomaticTapeCreationPolicy', deleteAutomaticTapeCreationPolicyResponse_gatewayARN - Undocumented member.

$sel:httpStatus:DeleteAutomaticTapeCreationPolicyResponse', deleteAutomaticTapeCreationPolicyResponse_httpStatus - The response's http status code.

Response Lenses