-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
doc.go
42 lines (41 loc) · 1.95 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
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package ram provides the client and types for making API
// requests to AWS Resource Access Manager.
//
// This is the Resource Access Manager API Reference. This documentation provides
// descriptions and syntax for each of the actions and data types in RAM. RAM
// is a service that helps you securely share your Amazon Web Services resources
// across Amazon Web Services accounts. If you have multiple Amazon Web Services
// accounts, you can use RAM to share those resources with other accounts. If
// you use Organizations to manage your accounts, then you share your resources
// with your organization or organizational units (OUs). For supported resource
// types, you can also share resources with individual Identity and Access Management
// (IAM) roles an users.
//
// To learn more about RAM, see the following resources:
//
// * Resource Access Manager product page (http://aws.amazon.com/ram)
//
// * Resource Access Manager User Guide (https://docs.aws.amazon.com/ram/latest/userguide/)
//
// See https://docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04 for more information on this service.
//
// See ram package documentation for more information.
// https://docs.aws.amazon.com/sdk-for-go/api/service/ram/
//
// Using the Client
//
// To contact AWS Resource Access Manager 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 Resource Access Manager client RAM for more
// information on creating client for this service.
// https://docs.aws.amazon.com/sdk-for-go/api/service/ram/#New
package ram