amazonka-backup-gateway-2.0: Amazon Backup Gateway 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.BackupGateway.PutHypervisorPropertyMappings

Description

This action sets the property mappings for the specified hypervisor. A hypervisor property mapping displays the relationship of entity properties available from the on-premises hypervisor to the properties available in Amazon Web Services.

Synopsis

Creating a Request

data PutHypervisorPropertyMappings Source #

See: newPutHypervisorPropertyMappings smart constructor.

Constructors

PutHypervisorPropertyMappings' 

Fields

Instances

Instances details
ToJSON PutHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

ToHeaders PutHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

ToPath PutHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

ToQuery PutHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

AWSRequest PutHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

Generic PutHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

Associated Types

type Rep PutHypervisorPropertyMappings :: Type -> Type #

Read PutHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

Show PutHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

NFData PutHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

Eq PutHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

Hashable PutHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

type AWSResponse PutHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

type Rep PutHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

type Rep PutHypervisorPropertyMappings = D1 ('MetaData "PutHypervisorPropertyMappings" "Amazonka.BackupGateway.PutHypervisorPropertyMappings" "amazonka-backup-gateway-2.0-Ee3gVOmXMeV2r3uv4sRO9" 'False) (C1 ('MetaCons "PutHypervisorPropertyMappings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hypervisorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "iamRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "vmwareToAwsTagMappings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [VmwareToAwsTagMapping]))))

newPutHypervisorPropertyMappings Source #

Create a value of PutHypervisorPropertyMappings 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:

PutHypervisorPropertyMappings, putHypervisorPropertyMappings_hypervisorArn - The Amazon Resource Name (ARN) of the hypervisor.

$sel:iamRoleArn:PutHypervisorPropertyMappings', putHypervisorPropertyMappings_iamRoleArn - The Amazon Resource Name (ARN) of the IAM role.

$sel:vmwareToAwsTagMappings:PutHypervisorPropertyMappings', putHypervisorPropertyMappings_vmwareToAwsTagMappings - This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.

Request Lenses

putHypervisorPropertyMappings_vmwareToAwsTagMappings :: Lens' PutHypervisorPropertyMappings [VmwareToAwsTagMapping] Source #

This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.

Destructuring the Response

data PutHypervisorPropertyMappingsResponse Source #

Constructors

PutHypervisorPropertyMappingsResponse' 

Fields

Instances

Instances details
Generic PutHypervisorPropertyMappingsResponse Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

Read PutHypervisorPropertyMappingsResponse Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

Show PutHypervisorPropertyMappingsResponse Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

NFData PutHypervisorPropertyMappingsResponse Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

Eq PutHypervisorPropertyMappingsResponse Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

type Rep PutHypervisorPropertyMappingsResponse Source # 
Instance details

Defined in Amazonka.BackupGateway.PutHypervisorPropertyMappings

type Rep PutHypervisorPropertyMappingsResponse = D1 ('MetaData "PutHypervisorPropertyMappingsResponse" "Amazonka.BackupGateway.PutHypervisorPropertyMappings" "amazonka-backup-gateway-2.0-Ee3gVOmXMeV2r3uv4sRO9" 'False) (C1 ('MetaCons "PutHypervisorPropertyMappingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hypervisorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutHypervisorPropertyMappingsResponse Source #

Create a value of PutHypervisorPropertyMappingsResponse 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:

PutHypervisorPropertyMappings, putHypervisorPropertyMappingsResponse_hypervisorArn - The Amazon Resource Name (ARN) of the hypervisor.

$sel:httpStatus:PutHypervisorPropertyMappingsResponse', putHypervisorPropertyMappingsResponse_httpStatus - The response's http status code.

Response Lenses