1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
// 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 to
// other Amazon Web Services accounts. If you use Organizations to manage your
// accounts, then you can share your resources with your entire organization or to
// organizational units (OUs). For supported resource types, you can also share
// resources with individual Identity and Access Management (IAM) roles and users.
//
// To learn more about RAM, see the following resources:
//
// [Resource Access Manager product page]
//
// [Resource Access Manager User Guide]
//
// [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
|