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