github.com/aavshr/aws-sdk-go@v1.41.3/service/migrationhubconfig/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package migrationhubconfig provides the client and types for making API 4 // requests to AWS Migration Hub Config. 5 // 6 // The AWS Migration Hub home region APIs are available specifically for working 7 // with your Migration Hub home region. You can use these APIs to determine 8 // a home region, as well as to create and work with controls that describe 9 // the home region. 10 // 11 // * You must make API calls for write actions (create, notify, associate, 12 // disassociate, import, or put) while in your home region, or a HomeRegionNotSetException 13 // error is returned. 14 // 15 // * API calls for read actions (list, describe, stop, and delete) are permitted 16 // outside of your home region. 17 // 18 // * If you call a write API outside the home region, an InvalidInputException 19 // is returned. 20 // 21 // * You can call GetHomeRegion action to obtain the account's Migration 22 // Hub home region. 23 // 24 // For specific API usage, see the sections that follow in this AWS Migration 25 // Hub Home Region API reference. 26 // 27 // See https://docs.aws.amazon.com/goto/WebAPI/migrationhub-config-2019-06-30 for more information on this service. 28 // 29 // See migrationhubconfig package documentation for more information. 30 // https://docs.aws.amazon.com/sdk-for-go/api/service/migrationhubconfig/ 31 // 32 // Using the Client 33 // 34 // To contact AWS Migration Hub Config with the SDK use the New function to create 35 // a new service client. With that client you can make API requests to the service. 36 // These clients are safe to use concurrently. 37 // 38 // See the SDK's documentation for more information on how to use the SDK. 39 // https://docs.aws.amazon.com/sdk-for-go/api/ 40 // 41 // See aws.Config documentation for more information on configuring SDK clients. 42 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 43 // 44 // See the AWS Migration Hub Config client MigrationHubConfig for more 45 // information on creating client for this service. 46 // https://docs.aws.amazon.com/sdk-for-go/api/service/migrationhubconfig/#New 47 package migrationhubconfig