{"note":"OpenAPI conversion -- returning structured metadata","name":"amazonaws-com-migrationhub-config","description":"AWS Migration Hub Config","version":"2019-06-30","base_url":"","endpoints":4,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api AWS Migration Hub Config\n@version 2019-06-30\n@auth AWS SigV4\n@endpoints 4\n@toc root(4)\n\n@endpoint POST /\n@desc This API sets up the home region for the calling account only.\n@required {HomeRegion: str, Target: Target}\n@optional {DryRun: bool}\n@returns(200) {HomeRegionControl: HomeRegionControl?{ControlId: str?, HomeRegion: str?, Target: Target?{Type: str, Id: str?}, RequestedTime: str(timestamp)?}}\n\n@endpoint POST /\n@desc This operation deletes the home region configuration for the calling account. The operation does not delete discovery or migration tracking data in the home region.\n@required {ControlId: str}\n\n@endpoint POST /\n@desc This API permits filtering on the ControlId and HomeRegion fields.\n@optional {ControlId: str, HomeRegion: str, Target: Target, MaxResults: int, NextToken: str}\n@returns(200) {HomeRegionControls: [HomeRegionControl]?, NextToken: str?}\n\n@endpoint POST /\n@desc Returns the calling account’s home region, if configured. This API is used by other AWS services to determine the regional endpoint for calling AWS Application Discovery Service and Migration Hub. You must call GetHomeRegion at least once before you call any other AWS Application Discovery Service and AWS Migration Hub APIs, to obtain the account's Migration Hub home region.\n@returns(200) {HomeRegion: str?}\n\n@end\n"}