libZSservicesZSamazonka-migrationhub-configZSamazonka-migrationhub-config
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.MigrationHubConfig.Lens

Description

 
Synopsis

Operations

GetHomeRegion

getHomeRegionResponse_homeRegion :: Lens' GetHomeRegionResponse (Maybe Text) Source #

The name of the home region of the calling account.

CreateHomeRegionControl

createHomeRegionControl_dryRun :: Lens' CreateHomeRegionControl (Maybe Bool) Source #

Optional Boolean flag to indicate whether any effect should take place. It tests whether the caller has permission to make the call.

createHomeRegionControl_homeRegion :: Lens' CreateHomeRegionControl Text Source #

The name of the home region of the calling account.

createHomeRegionControl_target :: Lens' CreateHomeRegionControl Target Source #

The account for which this command sets up a home region control. The Target is always of type ACCOUNT.

createHomeRegionControlResponse_homeRegionControl :: Lens' CreateHomeRegionControlResponse (Maybe HomeRegionControl) Source #

This object is the HomeRegionControl object that's returned by a successful call to CreateHomeRegionControl.

DescribeHomeRegionControls

describeHomeRegionControls_nextToken :: Lens' DescribeHomeRegionControls (Maybe Text) Source #

If a NextToken was returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token in NextToken.

describeHomeRegionControls_homeRegion :: Lens' DescribeHomeRegionControls (Maybe Text) Source #

The name of the home region you'd like to view.

describeHomeRegionControls_controlId :: Lens' DescribeHomeRegionControls (Maybe Text) Source #

The ControlID is a unique identifier string of your HomeRegionControl object.

describeHomeRegionControls_maxResults :: Lens' DescribeHomeRegionControls (Maybe Natural) Source #

The maximum number of filtering results to display per page.

describeHomeRegionControls_target :: Lens' DescribeHomeRegionControls (Maybe Target) Source #

The target parameter specifies the identifier to which the home region is applied, which is always of type ACCOUNT. It applies the home region to the current ACCOUNT.

describeHomeRegionControlsResponse_nextToken :: Lens' DescribeHomeRegionControlsResponse (Maybe Text) Source #

If a NextToken was returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token in NextToken.

Types

HomeRegionControl

homeRegionControl_requestedTime :: Lens' HomeRegionControl (Maybe UTCTime) Source #

A timestamp representing the time when the customer called CreateHomeregionControl and set the home region for the account.

homeRegionControl_homeRegion :: Lens' HomeRegionControl (Maybe Text) Source #

The AWS Region that's been set as home region. For example, "us-west-2" or "eu-central-1" are valid home regions.

homeRegionControl_controlId :: Lens' HomeRegionControl (Maybe Text) Source #

A unique identifier that's generated for each home region control. It's always a string that begins with "hrc-" followed by 12 lowercase letters and numbers.

homeRegionControl_target :: Lens' HomeRegionControl (Maybe Target) Source #

The target parameter specifies the identifier to which the home region is applied, which is always an ACCOUNT. It applies the home region to the current ACCOUNT.

Target

target_id :: Lens' Target (Maybe Text) Source #

The TargetID is a 12-character identifier of the ACCOUNT for which the control was created. (This must be the current account.)

target_type :: Lens' Target TargetType Source #

The target type is always an ACCOUNT.