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.GetHypervisorPropertyMappings

Description

This action retrieves 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 GetHypervisorPropertyMappings Source #

See: newGetHypervisorPropertyMappings smart constructor.

Constructors

GetHypervisorPropertyMappings' 

Fields

Instances

Instances details
ToJSON GetHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

ToHeaders GetHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

ToPath GetHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

ToQuery GetHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

AWSRequest GetHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

Generic GetHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

Associated Types

type Rep GetHypervisorPropertyMappings :: Type -> Type #

Read GetHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

Show GetHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

NFData GetHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

Eq GetHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

Hashable GetHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

type AWSResponse GetHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

type Rep GetHypervisorPropertyMappings Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

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

newGetHypervisorPropertyMappings Source #

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

GetHypervisorPropertyMappings, getHypervisorPropertyMappings_hypervisorArn - The Amazon Resource Name (ARN) of the hypervisor.

Request Lenses

Destructuring the Response

data GetHypervisorPropertyMappingsResponse Source #

Constructors

GetHypervisorPropertyMappingsResponse' 

Fields

Instances

Instances details
Generic GetHypervisorPropertyMappingsResponse Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

Read GetHypervisorPropertyMappingsResponse Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

Show GetHypervisorPropertyMappingsResponse Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

NFData GetHypervisorPropertyMappingsResponse Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

Eq GetHypervisorPropertyMappingsResponse Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

type Rep GetHypervisorPropertyMappingsResponse Source # 
Instance details

Defined in Amazonka.BackupGateway.GetHypervisorPropertyMappings

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

newGetHypervisorPropertyMappingsResponse Source #

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

GetHypervisorPropertyMappings, getHypervisorPropertyMappingsResponse_hypervisorArn - The Amazon Resource Name (ARN) of the hypervisor.

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

$sel:vmwareToAwsTagMappings:GetHypervisorPropertyMappingsResponse', getHypervisorPropertyMappingsResponse_vmwareToAwsTagMappings - This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.

$sel:httpStatus:GetHypervisorPropertyMappingsResponse', getHypervisorPropertyMappingsResponse_httpStatus - The response's http status code.

Response Lenses

getHypervisorPropertyMappingsResponse_vmwareToAwsTagMappings :: Lens' GetHypervisorPropertyMappingsResponse (Maybe [VmwareToAwsTagMapping]) Source #

This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.