| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
- data GetHypervisorPropertyMappings = GetHypervisorPropertyMappings' {}
- newGetHypervisorPropertyMappings :: Text -> GetHypervisorPropertyMappings
- getHypervisorPropertyMappings_hypervisorArn :: Lens' GetHypervisorPropertyMappings Text
- data GetHypervisorPropertyMappingsResponse = GetHypervisorPropertyMappingsResponse' {}
- newGetHypervisorPropertyMappingsResponse :: Int -> GetHypervisorPropertyMappingsResponse
- getHypervisorPropertyMappingsResponse_hypervisorArn :: Lens' GetHypervisorPropertyMappingsResponse (Maybe Text)
- getHypervisorPropertyMappingsResponse_iamRoleArn :: Lens' GetHypervisorPropertyMappingsResponse (Maybe Text)
- getHypervisorPropertyMappingsResponse_vmwareToAwsTagMappings :: Lens' GetHypervisorPropertyMappingsResponse (Maybe [VmwareToAwsTagMapping])
- getHypervisorPropertyMappingsResponse_httpStatus :: Lens' GetHypervisorPropertyMappingsResponse Int
Creating a Request
data GetHypervisorPropertyMappings Source #
See: newGetHypervisorPropertyMappings smart constructor.
Constructors
| GetHypervisorPropertyMappings' | |
Fields
| |
Instances
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
getHypervisorPropertyMappings_hypervisorArn :: Lens' GetHypervisorPropertyMappings Text Source #
The Amazon Resource Name (ARN) of the hypervisor.
Destructuring the Response
data GetHypervisorPropertyMappingsResponse Source #
See: newGetHypervisorPropertyMappingsResponse smart constructor.
Constructors
| GetHypervisorPropertyMappingsResponse' | |
Fields
| |
Instances
newGetHypervisorPropertyMappingsResponse Source #
Arguments
| :: Int | |
| -> GetHypervisorPropertyMappingsResponse |
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_hypervisorArn :: Lens' GetHypervisorPropertyMappingsResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the hypervisor.
getHypervisorPropertyMappingsResponse_iamRoleArn :: Lens' GetHypervisorPropertyMappingsResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the IAM role.
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.
getHypervisorPropertyMappingsResponse_httpStatus :: Lens' GetHypervisorPropertyMappingsResponse Int Source #
The response's http status code.