github.com/aavshr/aws-sdk-go@v1.41.3/service/organizations/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package organizations provides the client and types for making API 4 // requests to AWS Organizations. 5 // 6 // AWS Organizations is a web service that enables you to consolidate your multiple 7 // AWS accounts into an organization and centrally manage your accounts and 8 // their resources. 9 // 10 // This guide provides descriptions of the Organizations operations. For more 11 // information about using this service, see the AWS Organizations User Guide 12 // (http://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html). 13 // 14 // Support and feedback for AWS Organizations 15 // 16 // We welcome your feedback. Send your comments to feedback-awsorganizations@amazon.com 17 // (mailto:feedback-awsorganizations@amazon.com) or post your feedback and questions 18 // in the AWS Organizations support forum (http://forums.aws.amazon.com/forum.jspa?forumID=219). 19 // For more information about the AWS support forums, see Forums Help (http://forums.aws.amazon.com/help.jspa). 20 // 21 // Endpoint to call When using the AWS CLI or the AWS SDK 22 // 23 // For the current release of Organizations, specify the us-east-1 region for 24 // all AWS API and AWS CLI calls made from the commercial AWS Regions outside 25 // of China. If calling from one of the AWS Regions in China, then specify cn-northwest-1. 26 // You can do this in the AWS CLI by using these parameters and commands: 27 // 28 // * Use the following parameter with each command to specify both the endpoint 29 // and its region: --endpoint-url https://organizations.us-east-1.amazonaws.com 30 // (from commercial AWS Regions outside of China) or --endpoint-url https://organizations.cn-northwest-1.amazonaws.com.cn 31 // (from AWS Regions in China) 32 // 33 // * Use the default endpoint, but configure your default region with this 34 // command: aws configure set default.region us-east-1 (from commercial AWS 35 // Regions outside of China) or aws configure set default.region cn-northwest-1 36 // (from AWS Regions in China) 37 // 38 // * Use the following parameter with each command to specify the endpoint: 39 // --region us-east-1 (from commercial AWS Regions outside of China) or --region 40 // cn-northwest-1 (from AWS Regions in China) 41 // 42 // Recording API Requests 43 // 44 // AWS Organizations supports AWS CloudTrail, a service that records AWS API 45 // calls for your AWS account and delivers log files to an Amazon S3 bucket. 46 // By using information collected by AWS CloudTrail, you can determine which 47 // requests the Organizations service received, who made the request and when, 48 // and so on. For more about AWS Organizations and its support for AWS CloudTrail, 49 // see Logging AWS Organizations Events with AWS CloudTrail (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_incident-response.html#orgs_cloudtrail-integration) 50 // in the AWS Organizations User Guide. To learn more about AWS CloudTrail, 51 // including how to turn it on and find your log files, see the AWS CloudTrail 52 // User Guide (http://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html). 53 // 54 // See https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28 for more information on this service. 55 // 56 // See organizations package documentation for more information. 57 // https://docs.aws.amazon.com/sdk-for-go/api/service/organizations/ 58 // 59 // Using the Client 60 // 61 // To contact AWS Organizations with the SDK use the New function to create 62 // a new service client. With that client you can make API requests to the service. 63 // These clients are safe to use concurrently. 64 // 65 // See the SDK's documentation for more information on how to use the SDK. 66 // https://docs.aws.amazon.com/sdk-for-go/api/ 67 // 68 // See aws.Config documentation for more information on configuring SDK clients. 69 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 70 // 71 // See the AWS Organizations client Organizations for more 72 // information on creating client for this service. 73 // https://docs.aws.amazon.com/sdk-for-go/api/service/organizations/#New 74 package organizations