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 migrationhubrefactorspaces provides the API client, operations, and
// parameter types for AWS Migration Hub Refactor Spaces.
//
// # Amazon Web Services Migration Hub Refactor Spaces
//
// This API reference provides descriptions, syntax, and other details about each
// of the actions and data types for Amazon Web Services Migration Hub Refactor
// Spaces (Refactor Spaces). The topic for each action shows the API request
// parameters and the response. Alternatively, you can use one of the Amazon Web
// Services SDKs to access an API that is tailored to the programming language or
// platform that you're using. For more information, see [Amazon Web Services SDKs].
//
// To share Refactor Spaces environments with other Amazon Web Services accounts
// or with Organizations and their OUs, use Resource Access Manager's
// CreateResourceShare API. See [CreateResourceShare] in the Amazon Web Services RAM API Reference.
//
// [Amazon Web Services SDKs]: https://aws.amazon.com/tools/#SDKs
// [CreateResourceShare]: https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html
package migrationhubrefactorspaces
|