File: doc.go

package info (click to toggle)
golang-github-aws-aws-sdk-go-v2 1.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 662,428 kB
  • sloc: java: 16,875; makefile: 432; sh: 175
file content (78 lines) | stat: -rw-r--r-- 3,437 bytes parent folder | download | duplicates (3)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
// Code generated by smithy-go-codegen DO NOT EDIT.

// Package organizations provides the API client, operations, and parameter types
// for AWS Organizations.
//
// Organizations is a web service that enables you to consolidate your multiple
// Amazon Web Services accounts into an organization and centrally manage your
// accounts and their resources.
//
// This guide provides descriptions of the Organizations operations. For more
// information about using this service, see the [Organizations User Guide].
//
// # Support and feedback for Organizations
//
// We welcome your feedback. Send your comments to feedback-awsorganizations@amazon.com or post your feedback and
// questions in the [Organizations support forum]. For more information about the Amazon Web Services support
// forums, see [Forums Help].
//
// # Endpoint to call When using the CLI or the Amazon Web Services SDK
//
// For the current release of Organizations, specify the us-east-1 region for all
// Amazon Web Services API and CLI calls made from the commercial Amazon Web
// Services Regions outside of China. If calling from one of the Amazon Web
// Services Regions in China, then specify cn-northwest-1 . You can do this in the
// CLI by using these parameters and commands:
//
//   - Use the following parameter with each command to specify both the endpoint
//     and its region:
//
// --endpoint-url https://organizations.us-east-1.amazonaws.com (from commercial
//
//	Amazon Web Services Regions outside of China)
//
// or
//
// --endpoint-url https://organizations.cn-northwest-1.amazonaws.com.cn (from
//
//	Amazon Web Services Regions in China)
//
//	- Use the default endpoint, but configure your default region with this
//	command:
//
// aws configure set default.region us-east-1 (from commercial Amazon Web Services
//
//	Regions outside of China)
//
// or
//
// aws configure set default.region cn-northwest-1 (from Amazon Web Services
//
//	Regions in China)
//
//	- Use the following parameter with each command to specify the endpoint:
//
// --region us-east-1 (from commercial Amazon Web Services Regions outside of
//
//	China)
//
// or
//
// --region cn-northwest-1 (from Amazon Web Services Regions in China)
//
// # Recording API Requests
//
// Organizations supports CloudTrail, a service that records Amazon Web Services
// API calls for your Amazon Web Services account and delivers log files to an
// Amazon S3 bucket. By using information collected by CloudTrail, you can
// determine which requests the Organizations service received, who made the
// request and when, and so on. For more about Organizations and its support for
// CloudTrail, see [Logging Organizations API calls with CloudTrail]in the Organizations User Guide. To learn more about
// CloudTrail, including how to turn it on and find your log files, see the [CloudTrail User Guide].
//
// [Forums Help]: http://forums.aws.amazon.com/help.jspa
// [Organizations support forum]: http://forums.aws.amazon.com/forum.jspa?forumID=219
// [CloudTrail User Guide]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html
// [Organizations User Guide]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html
// [Logging Organizations API calls with CloudTrail]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_incident-response.html#orgs_cloudtrail-integration
package organizations