1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package ram provides the API client, operations, and parameter types for 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/)
package ram
|