MigrationHubRefactorSpacesClient

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.

Properties

Link copied to clipboard

MigrationHubRefactorSpacesClient's configuration

Functions

Link copied to clipboard

Creates an Amazon Web Services Migration Hub Refactor Spaces application. The account that owns the environment also owns the applications created inside the environment, regardless of the account that creates the application. Refactor Spaces provisions an Amazon API Gateway, API Gateway VPC link, and Network Load Balancer for the application proxy inside your account.

Link copied to clipboard

Creates an Amazon Web Services Migration Hub Refactor Spaces environment. The caller owns the environment resource, and all Refactor Spaces applications, services, and routes created within the environment. They are referred to as the environment owner. The environment owner has cross-account visibility and control of Refactor Spaces resources that are added to the environment by other accounts that the environment is shared with.

Link copied to clipboard
abstract suspend fun createRoute(input: CreateRouteRequest): CreateRouteResponse

Creates an Amazon Web Services Migration Hub Refactor Spaces route. The account owner of the service resource is always the environment owner, regardless of which account creates the route. Routes target a service in the application. If an application does not have any routes, then the first route must be created as a DEFAULT``RouteType.

Link copied to clipboard

Creates an Amazon Web Services Migration Hub Refactor Spaces service. The account owner of the service is always the environment owner, regardless of which account in the environment creates the service. Services have either a URL endpoint in a virtual private cloud (VPC), or a Lambda function endpoint.

Link copied to clipboard

Deletes an Amazon Web Services Migration Hub Refactor Spaces application. Before you can delete an application, you must first delete any services or routes within the application.

Link copied to clipboard

Deletes an Amazon Web Services Migration Hub Refactor Spaces environment. Before you can delete an environment, you must first delete any applications and services within the environment.

Link copied to clipboard

Deletes the resource policy set for the environment.

Link copied to clipboard
abstract suspend fun deleteRoute(input: DeleteRouteRequest): DeleteRouteResponse

Deletes an Amazon Web Services Migration Hub Refactor Spaces route.

Link copied to clipboard

Deletes an Amazon Web Services Migration Hub Refactor Spaces service.

Link copied to clipboard

Gets an Amazon Web Services Migration Hub Refactor Spaces application.

Link copied to clipboard

Gets an Amazon Web Services Migration Hub Refactor Spaces environment.

Link copied to clipboard

Gets the resource-based permission policy that is set for the given environment.

Link copied to clipboard
abstract suspend fun getRoute(input: GetRouteRequest): GetRouteResponse

Gets an Amazon Web Services Migration Hub Refactor Spaces route.

Link copied to clipboard
abstract suspend fun getService(input: GetServiceRequest): GetServiceResponse

Gets an Amazon Web Services Migration Hub Refactor Spaces service.

Link copied to clipboard

Lists all the Amazon Web Services Migration Hub Refactor Spaces applications within an environment.

Link copied to clipboard
abstract suspend fun listEnvironments(input: ListEnvironmentsRequest = ListEnvironmentsRequest { }): ListEnvironmentsResponse

Lists Amazon Web Services Migration Hub Refactor Spaces environments owned by a caller account or shared with the caller account.

Link copied to clipboard

Lists all Amazon Web Services Migration Hub Refactor Spaces service virtual private clouds (VPCs) that are part of the environment.

Link copied to clipboard
abstract suspend fun listRoutes(input: ListRoutesRequest): ListRoutesResponse

Lists all the Amazon Web Services Migration Hub Refactor Spaces routes within an application.

Link copied to clipboard

Lists all the Amazon Web Services Migration Hub Refactor Spaces services within an application.

Link copied to clipboard

Lists the tags of a resource. The caller account must be the same as the resource’s OwnerAccountId. Listing tags in other accounts is not supported.

Link copied to clipboard

Attaches a resource-based permission policy to the Amazon Web Services Migration Hub Refactor Spaces environment. The policy must contain the same actions and condition statements as the arn:aws:ram::aws:permission/AWSRAMDefaultPermissionRefactorSpacesEnvironment permission in Resource Access Manager. The policy must not contain new lines or blank lines.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

Removes the tags of a given resource. Tags are metadata which can be used to manage a resource. To tag a resource, the caller account must be the same as the resource’s OwnerAccountId. Tagging resources in other accounts is not supported.

Link copied to clipboard

Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource. To untag a resource, the caller account must be the same as the resource’s OwnerAccountId. Untagging resources across accounts is not supported.

Link copied to clipboard
abstract suspend fun updateRoute(input: UpdateRouteRequest): UpdateRouteResponse

Updates an Amazon Web Services Migration Hub Refactor Spaces route.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Creates an Amazon Web Services Migration Hub Refactor Spaces application. The account that owns the environment also owns the applications created inside the environment, regardless of the account that creates the application. Refactor Spaces provisions an Amazon API Gateway, API Gateway VPC link, and Network Load Balancer for the application proxy inside your account.

Link copied to clipboard

Creates an Amazon Web Services Migration Hub Refactor Spaces environment. The caller owns the environment resource, and all Refactor Spaces applications, services, and routes created within the environment. They are referred to as the environment owner. The environment owner has cross-account visibility and control of Refactor Spaces resources that are added to the environment by other accounts that the environment is shared with.

Link copied to clipboard

Creates an Amazon Web Services Migration Hub Refactor Spaces route. The account owner of the service resource is always the environment owner, regardless of which account creates the route. Routes target a service in the application. If an application does not have any routes, then the first route must be created as a DEFAULT``RouteType.

Link copied to clipboard

Creates an Amazon Web Services Migration Hub Refactor Spaces service. The account owner of the service is always the environment owner, regardless of which account in the environment creates the service. Services have either a URL endpoint in a virtual private cloud (VPC), or a Lambda function endpoint.

Link copied to clipboard

Deletes an Amazon Web Services Migration Hub Refactor Spaces application. Before you can delete an application, you must first delete any services or routes within the application.

Link copied to clipboard

Deletes an Amazon Web Services Migration Hub Refactor Spaces environment. Before you can delete an environment, you must first delete any applications and services within the environment.

Link copied to clipboard

Deletes the resource policy set for the environment.

Link copied to clipboard

Deletes an Amazon Web Services Migration Hub Refactor Spaces route.

Link copied to clipboard

Deletes an Amazon Web Services Migration Hub Refactor Spaces service.

Link copied to clipboard

Gets an Amazon Web Services Migration Hub Refactor Spaces application.

Link copied to clipboard

Gets an Amazon Web Services Migration Hub Refactor Spaces environment.

Link copied to clipboard

Gets the resource-based permission policy that is set for the given environment.

Link copied to clipboard

Gets an Amazon Web Services Migration Hub Refactor Spaces route.

Link copied to clipboard

Gets an Amazon Web Services Migration Hub Refactor Spaces service.

Link copied to clipboard

Lists all the Amazon Web Services Migration Hub Refactor Spaces applications within an environment.

Link copied to clipboard

Lists Amazon Web Services Migration Hub Refactor Spaces environments owned by a caller account or shared with the caller account.

Link copied to clipboard

Lists all Amazon Web Services Migration Hub Refactor Spaces service virtual private clouds (VPCs) that are part of the environment.

Link copied to clipboard

Lists all the Amazon Web Services Migration Hub Refactor Spaces routes within an application.

Link copied to clipboard

Lists all the Amazon Web Services Migration Hub Refactor Spaces services within an application.

Link copied to clipboard

Lists the tags of a resource. The caller account must be the same as the resource’s OwnerAccountId. Listing tags in other accounts is not supported.

Link copied to clipboard

Attaches a resource-based permission policy to the Amazon Web Services Migration Hub Refactor Spaces environment. The policy must contain the same actions and condition statements as the arn:aws:ram::aws:permission/AWSRAMDefaultPermissionRefactorSpacesEnvironment permission in Resource Access Manager. The policy must not contain new lines or blank lines.

Link copied to clipboard

Removes the tags of a given resource. Tags are metadata which can be used to manage a resource. To tag a resource, the caller account must be the same as the resource’s OwnerAccountId. Tagging resources in other accounts is not supported.

Link copied to clipboard

Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource. To untag a resource, the caller account must be the same as the resource’s OwnerAccountId. Untagging resources across accounts is not supported.

Link copied to clipboard

Updates an Amazon Web Services Migration Hub Refactor Spaces route.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.