5.0.0 • Published 5 years ago
@datafire/amazonaws_migrationhub_config v5.0.0
@datafire/amazonaws_migrationhub_config
Client library for AWS Migration Hub Config
Installation and Usage
npm install --save @datafire/amazonaws_migrationhub_config
let amazonaws_migrationhub_config = require('@datafire/amazonaws_migrationhub_config').create({
accessKeyId: "",
secretAccessKey: "",
region: ""
});
.then(data => {
console.log(data);
});
Description
Actions
CreateHomeRegionControl
amazonaws_migrationhub_config.CreateHomeRegionControl({
"HomeRegion": null,
"Target": null
}, context)
Input
- input
object
- DryRun
- HomeRegion required
- Target required
- Id
- Type required
Output
DescribeHomeRegionControls
amazonaws_migrationhub_config.DescribeHomeRegionControls({}, context)
Input
- input
object
- MaxResults
string
- NextToken
string
- ControlId
- HomeRegion
- MaxResults
- NextToken
- Target
- Id
- Type required
- MaxResults
Output
GetHomeRegion
amazonaws_migrationhub_config.GetHomeRegion({}, context)
Input
- input
object
Output
- output GetHomeRegionResult
Definitions
AccessDeniedException
ControlId
- ControlId
string
CreateHomeRegionControlRequest
- CreateHomeRegionControlRequest
object
- DryRun
- HomeRegion required
- Target required
- Id
- Type required
CreateHomeRegionControlResult
- CreateHomeRegionControlResult
object
- HomeRegionControl
- ControlId
- HomeRegion
- RequestedTime
- Target
- Id
- Type required
- HomeRegionControl
DescribeHomeRegionControlsMaxResults
- DescribeHomeRegionControlsMaxResults
integer
DescribeHomeRegionControlsRequest
- DescribeHomeRegionControlsRequest
object
- ControlId
- HomeRegion
- MaxResults
- NextToken
- Target
- Id
- Type required
DescribeHomeRegionControlsResult
- DescribeHomeRegionControlsResult
object
- HomeRegionControls
- items HomeRegionControl
- NextToken
- HomeRegionControls
DryRun
- DryRun
boolean
DryRunOperation
GetHomeRegionRequest
- GetHomeRegionRequest
object
GetHomeRegionResult
- GetHomeRegionResult
object
- HomeRegion
HomeRegion
- HomeRegion
string
HomeRegionControl
- HomeRegionControl
object
: A home region control is an object that specifies the home region for an account, with some additional information. It contains a target (always of type ACCOUNT), an ID, and a time at which the home region was set.- ControlId
- HomeRegion
- RequestedTime
- Target
- Id
- Type required
HomeRegionControls
- HomeRegionControls
array
- items HomeRegionControl
InternalServerError
InvalidInputException
RequestedTime
- RequestedTime
string
ServiceUnavailableException
Target
- Target
object
: 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.- Id
- Type required
TargetId
- TargetId
string
TargetType
- TargetType
string
(values: ACCOUNT)
ThrottlingException
Token
- Token
string
5.0.0
5 years ago