'2.0', 'service' => '
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.
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.
In environments created with a CreateEnvironment:NetworkFabricType of NONE
you need to configure VPC to VPC connectivity between your service VPC and the application proxy VPC to route traffic through the application proxy to a service with a private URL endpoint. For more information, see Create an application in the Refactor Spaces User Guide.
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.
When creating an environment with a CreateEnvironment:NetworkFabricType of TRANSIT_GATEWAY
, Refactor Spaces provisions a transit gateway to enable services in VPCs to communicate directly across accounts. If CreateEnvironment:NetworkFabricType is NONE
, Refactor Spaces does not create a transit gateway and you must use your network infrastructure to route traffic to services with private URL endpoints.
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
.
When created, the default route defaults to an active state so state is not a required input. However, like all other state values the state of the default route can be updated after creation, but only when all other routes are also inactive. Conversely, no route can be active without the default route also being active.
When you create a route, Refactor Spaces configures the Amazon API Gateway to send traffic to the target service as follows:
URL Endpoints
If the service has a URL endpoint, and the endpoint resolves to a private IP address, Refactor Spaces routes traffic using the API Gateway VPC link. If a service endpoint resolves to a public IP address, Refactor Spaces routes traffic over the public internet. Services can have HTTP or HTTPS URL endpoints. For HTTPS URLs, publicly-signed certificates are supported. Private Certificate Authorities (CAs) are permitted only if the CA\'s domain is also publicly resolvable.
Refactor Spaces automatically resolves the public Domain Name System (DNS) names that are set in CreateService:UrlEndpoint
when you create a service. The DNS names resolve when the DNS time-to-live (TTL) expires, or every 60 seconds for TTLs less than 60 seconds. This periodic DNS resolution ensures that the route configuration remains up-to-date.
One-time health check
A one-time health check is performed on the service when either the route is updated from inactive to active, or when it is created with an active state. If the health check fails, the route transitions the route state to FAILED
, an error code of SERVICE_ENDPOINT_HEALTH_CHECK_FAILURE
is provided, and no traffic is sent to the service.
For private URLs, a target group is created on the Network Load Balancer and the load balancer target group runs default target health checks. By default, the health check is run against the service endpoint URL. Optionally, the health check can be performed against a different protocol, port, and/or path using the CreateService:UrlEndpoint parameter. All other health check settings for the load balancer use the default values described in the Health checks for your target groups in the Elastic Load Balancing guide. The health check is considered successful if at least one target within the target group transitions to a healthy state.
Lambda function endpoints
If the service has an Lambda function endpoint, then Refactor Spaces configures the Lambda function\'s resource policy to allow the application\'s API Gateway to invoke the function.
The Lambda function state is checked. If the function is not active, the function configuration is updated so that Lambda resources are provisioned. If the Lambda state is Failed
, then the route creation fails. For more information, see the GetFunctionConfiguration\'s State response parameter in the Lambda Developer Guide.
A check is performed to determine that a Lambda function with the specified ARN exists. If it does not exist, the health check fails. For public URLs, a connection is opened to the public endpoint. If the URL is not reachable, the health check fails.
Environments without a network bridge
When you create environments without a network bridge (CreateEnvironment:NetworkFabricType is NONE)
and you use your own networking infrastructure, you need to configure VPC to VPC connectivity between your network and the application proxy VPC. Route creation from the application proxy to service endpoints will fail if your network is not configured to connect to the application proxy VPC. For more information, see Create a route in the Refactor Spaces User Guide.
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.
If an Amazon Web Services resource is launched in a service VPC, and you want it to be accessible to all of an environment’s services with VPCs and routes, apply the RefactorSpacesSecurityGroup
to the resource. Alternatively, to add more cross-account constraints, apply your own security group.
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.
', 'DeleteEnvironment' => '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.
', 'DeleteResourcePolicy' => 'Deletes the resource policy set for the environment.
', 'DeleteRoute' => 'Deletes an Amazon Web Services Migration Hub Refactor Spaces route.
', 'DeleteService' => 'Deletes an Amazon Web Services Migration Hub Refactor Spaces service.
', 'GetApplication' => 'Gets an Amazon Web Services Migration Hub Refactor Spaces application.
', 'GetEnvironment' => 'Gets an Amazon Web Services Migration Hub Refactor Spaces environment.
', 'GetResourcePolicy' => 'Gets the resource-based permission policy that is set for the given environment.
', 'GetRoute' => 'Gets an Amazon Web Services Migration Hub Refactor Spaces route.
', 'GetService' => 'Gets an Amazon Web Services Migration Hub Refactor Spaces service.
', 'ListApplications' => 'Lists all the Amazon Web Services Migration Hub Refactor Spaces applications within an environment.
', 'ListEnvironmentVpcs' => 'Lists all Amazon Web Services Migration Hub Refactor Spaces service virtual private clouds (VPCs) that are part of the environment.
', 'ListEnvironments' => 'Lists Amazon Web Services Migration Hub Refactor Spaces environments owned by a caller account or shared with the caller account.
', 'ListRoutes' => 'Lists all the Amazon Web Services Migration Hub Refactor Spaces routes within an application.
', 'ListServices' => 'Lists all the Amazon Web Services Migration Hub Refactor Spaces services within an application.
', 'ListTagsForResource' => '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.
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.
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.
Amazon Web Services Migration Hub Refactor Spaces does not propagate tags to orchestrated resources, such as an environment’s transit gateway.
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.
Updates an Amazon Web Services Migration Hub Refactor Spaces route.
', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => 'The user does not have sufficient access to perform this action.
', 'refs' => [], ], 'AccountId' => [ 'base' => NULL, 'refs' => [ 'ApplicationSummary$CreatedByAccountId' => 'The Amazon Web Services account ID of the application creator.
', 'ApplicationSummary$OwnerAccountId' => 'The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).
', 'CreateApplicationResponse$CreatedByAccountId' => 'The Amazon Web Services account ID of application creator.
', 'CreateApplicationResponse$OwnerAccountId' => 'The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).
', 'CreateEnvironmentResponse$OwnerAccountId' => 'The Amazon Web Services account ID of environment owner.
', 'CreateRouteResponse$CreatedByAccountId' => 'The Amazon Web Services account ID of the route creator.
', 'CreateRouteResponse$OwnerAccountId' => 'The Amazon Web Services account ID of the route owner.
', 'CreateServiceResponse$CreatedByAccountId' => 'The Amazon Web Services account ID of the service creator.
', 'CreateServiceResponse$OwnerAccountId' => 'The Amazon Web Services account ID of the service owner.
', 'EnvironmentSummary$OwnerAccountId' => 'The Amazon Web Services account ID of the environment owner.
', 'EnvironmentVpc$AccountId' => 'The Amazon Web Services account ID of the virtual private cloud (VPC) owner.
', 'ErrorResponse$AccountId' => 'The Amazon Web Services account ID of the resource owner.
', 'GetApplicationResponse$CreatedByAccountId' => 'The Amazon Web Services account ID of the application creator.
', 'GetApplicationResponse$OwnerAccountId' => 'The Amazon Web Services account ID of the application owner (which is always the same as the environment owner account ID).
', 'GetEnvironmentResponse$OwnerAccountId' => 'The Amazon Web Services account ID of the environment owner.
', 'GetRouteResponse$CreatedByAccountId' => 'The Amazon Web Services account ID of the route creator.
', 'GetRouteResponse$OwnerAccountId' => 'The Amazon Web Services account ID of the route owner.
', 'GetServiceResponse$CreatedByAccountId' => 'The Amazon Web Services account ID of the service creator.
', 'GetServiceResponse$OwnerAccountId' => 'The Amazon Web Services account ID of the service owner.
', 'RouteSummary$CreatedByAccountId' => 'The Amazon Web Services account ID of the route creator.
', 'RouteSummary$OwnerAccountId' => 'The Amazon Web Services account ID of the route owner.
', 'ServiceSummary$CreatedByAccountId' => 'The Amazon Web Services account ID of the service creator.
', 'ServiceSummary$OwnerAccountId' => 'The Amazon Web Services account ID of the service owner.
', ], ], 'AdditionalDetails' => [ 'base' => NULL, 'refs' => [ 'ErrorResponse$AdditionalDetails' => 'Additional details about the error.
', ], ], 'AdditionalDetailsKey' => [ 'base' => NULL, 'refs' => [ 'AdditionalDetails$key' => NULL, ], ], 'AdditionalDetailsValue' => [ 'base' => NULL, 'refs' => [ 'AdditionalDetails$value' => NULL, ], ], 'ApiGatewayEndpointType' => [ 'base' => NULL, 'refs' => [ 'ApiGatewayProxyConfig$EndpointType' => 'The type of API Gateway endpoint created.
', 'ApiGatewayProxyInput$EndpointType' => 'The type of endpoint to use for the API Gateway proxy. If no value is specified in the request, the value is set to REGIONAL
by default.
If the value is set to PRIVATE
in the request, this creates a private API endpoint that is isolated from the public internet. The private endpoint can only be accessed by using Amazon Virtual Private Cloud (Amazon VPC) interface endpoints for the Amazon API Gateway that has been granted access. For more information about creating a private connection with Refactor Spaces and interface endpoint (Amazon Web Services PrivateLink) availability, see Access Refactor Spaces using an interface endpoint (Amazon Web Services PrivateLink).
The type of API Gateway endpoint created.
', ], ], 'ApiGatewayId' => [ 'base' => NULL, 'refs' => [ 'ApiGatewayProxyConfig$ApiGatewayId' => 'The resource ID of the API Gateway for the proxy.
', 'ApiGatewayProxySummary$ApiGatewayId' => 'The resource ID of the API Gateway for the proxy.
', ], ], 'ApiGatewayProxyConfig' => [ 'base' => 'A wrapper object holding the Amazon API Gateway proxy configuration.
', 'refs' => [ 'GetApplicationResponse$ApiGatewayProxy' => 'The endpoint URL of the API Gateway proxy.
', ], ], 'ApiGatewayProxyInput' => [ 'base' => 'A wrapper object holding the Amazon API Gateway endpoint input.
', 'refs' => [ 'CreateApplicationRequest$ApiGatewayProxy' => 'A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
', 'CreateApplicationResponse$ApiGatewayProxy' => 'A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
', ], ], 'ApiGatewayProxySummary' => [ 'base' => 'A wrapper object holding the Amazon API Gateway proxy summary.
', 'refs' => [ 'ApplicationSummary$ApiGatewayProxy' => 'The endpoint URL of the Amazon API Gateway proxy.
', ], ], 'ApplicationId' => [ 'base' => NULL, 'refs' => [ 'ApplicationSummary$ApplicationId' => 'The unique identifier of the application.
', 'CreateApplicationResponse$ApplicationId' => 'The unique identifier of the application.
', 'CreateRouteRequest$ApplicationIdentifier' => 'The ID of the application within which the route is being created.
', 'CreateRouteResponse$ApplicationId' => 'The ID of the application in which the route is created.
', 'CreateServiceRequest$ApplicationIdentifier' => 'The ID of the application which the service is created.
', 'CreateServiceResponse$ApplicationId' => 'The ID of the application that the created service belongs to.
', 'DeleteApplicationRequest$ApplicationIdentifier' => 'The ID of the application.
', 'DeleteApplicationResponse$ApplicationId' => 'The ID of the application.
', 'DeleteRouteRequest$ApplicationIdentifier' => 'The ID of the application to delete the route from.
', 'DeleteRouteResponse$ApplicationId' => 'The ID of the application that the route belongs to.
', 'DeleteServiceRequest$ApplicationIdentifier' => 'Deletes a Refactor Spaces service.
The RefactorSpacesSecurityGroup
security group must be removed from all Amazon Web Services resources in the virtual private cloud (VPC) prior to deleting a service with a URL endpoint in a VPC.
The ID of the application that the service is in.
', 'GetApplicationRequest$ApplicationIdentifier' => 'The ID of the application.
', 'GetApplicationResponse$ApplicationId' => 'The unique identifier of the application.
', 'GetRouteRequest$ApplicationIdentifier' => 'The ID of the application.
', 'GetRouteResponse$ApplicationId' => 'The ID of the application that the route belongs to.
', 'GetServiceRequest$ApplicationIdentifier' => 'The ID of the application.
', 'GetServiceResponse$ApplicationId' => 'The ID of the application.
', 'ListRoutesRequest$ApplicationIdentifier' => 'The ID of the application.
', 'ListServicesRequest$ApplicationIdentifier' => 'The ID of the application.
', 'RouteSummary$ApplicationId' => 'The unique identifier of the application.
', 'ServiceSummary$ApplicationId' => 'The unique identifier of the application.
', 'UpdateRouteRequest$ApplicationIdentifier' => 'The ID of the application within which the route is being updated.
', 'UpdateRouteResponse$ApplicationId' => 'The ID of the application in which the route is being updated.
', ], ], 'ApplicationName' => [ 'base' => NULL, 'refs' => [ 'ApplicationSummary$Name' => 'The name of the application.
', 'CreateApplicationRequest$Name' => 'The name to use for the application.
', 'CreateApplicationResponse$Name' => 'The name of the application.
', 'DeleteApplicationResponse$Name' => 'The name of the application.
', 'GetApplicationResponse$Name' => 'The name of the application.
', ], ], 'ApplicationState' => [ 'base' => NULL, 'refs' => [ 'ApplicationSummary$State' => 'The current state of the application.
', 'CreateApplicationResponse$State' => 'The current state of the application.
', 'DeleteApplicationResponse$State' => 'The current state of the application.
', 'GetApplicationResponse$State' => 'The current state of the application.
', ], ], 'ApplicationSummaries' => [ 'base' => NULL, 'refs' => [ 'ListApplicationsResponse$ApplicationSummaryList' => 'The list of ApplicationSummary
objects.
The list of ApplicationSummary
objects.
If set to true
, this option appends the source path to the service URL endpoint.
Indicates whether to match all subpaths of the given source path. If this value is false
, requests must match the source path exactly before they are forwarded to this route\'s service.
If set to true
, this option appends the source path to the service URL endpoint.
Indicates whether to match all subpaths of the given source path. If this value is false
, requests must match the source path exactly before they are forwarded to this route\'s service.
If set to true
, this option appends the source path to the service URL endpoint.
Indicates whether to match all subpaths of the given source path. If this value is false
, requests must match the source path exactly before they are forwarded to this route\'s service.
The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.
', ], ], 'ClientToken' => [ 'base' => NULL, 'refs' => [ 'CreateApplicationRequest$ClientToken' => 'A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
', 'CreateEnvironmentRequest$ClientToken' => 'A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
', 'CreateRouteRequest$ClientToken' => 'A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
', 'CreateServiceRequest$ClientToken' => 'A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
', ], ], 'ConflictException' => [ 'base' => 'Updating or deleting a resource can cause an inconsistent state.
', 'refs' => [], ], 'CreateApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateApplicationResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateEnvironmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateEnvironmentResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateRouteResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateServiceRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateServiceResponse' => [ 'base' => NULL, 'refs' => [], ], 'DefaultRouteInput' => [ 'base' => 'The configuration for the default route type.
', 'refs' => [ 'CreateRouteRequest$DefaultRoute' => 'Configuration for the default route type.
', ], ], 'DeleteApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteApplicationResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEnvironmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEnvironmentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRouteResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteServiceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteServiceResponse' => [ 'base' => NULL, 'refs' => [], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'CreateEnvironmentRequest$Description' => 'The description of the environment.
', 'CreateEnvironmentResponse$Description' => 'A description of the environment.
', 'CreateServiceRequest$Description' => 'The description of the service.
', 'CreateServiceResponse$Description' => 'The description of the created service.
', 'EnvironmentSummary$Description' => 'A description of the environment.
', 'GetEnvironmentResponse$Description' => 'The description of the environment.
', 'GetServiceResponse$Description' => 'The description of the service.
', 'ServiceSummary$Description' => 'A description of the service.
', ], ], 'Ec2TagValue' => [ 'base' => NULL, 'refs' => [ 'EnvironmentVpc$VpcName' => 'The name of the VPC at the time it is added to the environment.
', ], ], 'EnvironmentId' => [ 'base' => NULL, 'refs' => [ 'ApplicationSummary$EnvironmentId' => 'The unique identifier of the environment.
', 'CreateApplicationRequest$EnvironmentIdentifier' => 'The unique identifier of the environment.
', 'CreateApplicationResponse$EnvironmentId' => 'The ID of the environment in which the application is created.
', 'CreateEnvironmentResponse$EnvironmentId' => 'The unique identifier of the environment.
', 'CreateRouteRequest$EnvironmentIdentifier' => 'The ID of the environment in which the route is created.
', 'CreateServiceRequest$EnvironmentIdentifier' => 'The ID of the environment in which the service is created.
', 'CreateServiceResponse$EnvironmentId' => 'The unique identifier of the environment.
', 'DeleteApplicationRequest$EnvironmentIdentifier' => 'The ID of the environment.
', 'DeleteApplicationResponse$EnvironmentId' => 'The unique identifier of the application’s environment.
', 'DeleteEnvironmentRequest$EnvironmentIdentifier' => 'The ID of the environment.
', 'DeleteEnvironmentResponse$EnvironmentId' => 'The unique identifier of the environment.
', 'DeleteRouteRequest$EnvironmentIdentifier' => 'The ID of the environment to delete the route from.
', 'DeleteServiceRequest$EnvironmentIdentifier' => 'The ID of the environment that the service is in.
', 'DeleteServiceResponse$EnvironmentId' => 'The unique identifier of the environment.
', 'EnvironmentSummary$EnvironmentId' => 'The unique identifier of the environment.
', 'EnvironmentVpc$EnvironmentId' => 'The unique identifier of the environment.
', 'GetApplicationRequest$EnvironmentIdentifier' => 'The ID of the environment.
', 'GetApplicationResponse$EnvironmentId' => 'The unique identifier of the environment.
', 'GetEnvironmentRequest$EnvironmentIdentifier' => 'The ID of the environment.
', 'GetEnvironmentResponse$EnvironmentId' => 'The unique identifier of the environment.
', 'GetRouteRequest$EnvironmentIdentifier' => 'The ID of the environment.
', 'GetRouteResponse$EnvironmentId' => 'Unique identifier of the environment.
', 'GetServiceRequest$EnvironmentIdentifier' => 'The ID of the environment.
', 'GetServiceResponse$EnvironmentId' => 'The unique identifier of the environment.
', 'ListApplicationsRequest$EnvironmentIdentifier' => 'The ID of the environment.
', 'ListEnvironmentVpcsRequest$EnvironmentIdentifier' => 'The ID of the environment.
', 'ListRoutesRequest$EnvironmentIdentifier' => 'The ID of the environment.
', 'ListServicesRequest$EnvironmentIdentifier' => 'The ID of the environment.
', 'RouteSummary$EnvironmentId' => 'The unique identifier of the environment.
', 'ServiceSummary$EnvironmentId' => 'The unique identifier of the environment.
', 'UpdateRouteRequest$EnvironmentIdentifier' => 'The ID of the environment in which the route is being updated.
', ], ], 'EnvironmentName' => [ 'base' => NULL, 'refs' => [ 'CreateEnvironmentRequest$Name' => 'The name of the environment.
', 'CreateEnvironmentResponse$Name' => 'The name of the environment.
', 'DeleteEnvironmentResponse$Name' => 'The name of the environment.
', 'EnvironmentSummary$Name' => 'The name of the environment.
', 'GetEnvironmentResponse$Name' => 'The name of the environment.
', ], ], 'EnvironmentState' => [ 'base' => NULL, 'refs' => [ 'CreateEnvironmentResponse$State' => 'The current state of the environment.
', 'DeleteEnvironmentResponse$State' => 'The current state of the environment.
', 'EnvironmentSummary$State' => 'The current state of the environment.
', 'GetEnvironmentResponse$State' => 'The current state of the environment.
', ], ], 'EnvironmentSummaries' => [ 'base' => NULL, 'refs' => [ 'ListEnvironmentsResponse$EnvironmentSummaryList' => 'The list of EnvironmentSummary
objects.
The summary information for environments as a response to ListEnvironments
.
Provides summary information for the EnvironmentVpc
resource as a response to ListEnvironmentVpc
.
The list of EnvironmentVpc
objects.
The error code associated with the error.
', ], ], 'ErrorMessage' => [ 'base' => NULL, 'refs' => [ 'ErrorResponse$Message' => 'The message associated with the error.
', ], ], 'ErrorResourceType' => [ 'base' => NULL, 'refs' => [ 'ErrorResponse$ResourceType' => 'The type of resource.
', ], ], 'ErrorResponse' => [ 'base' => 'Error associated with a resource returned for a Get or List resource response.
', 'refs' => [ 'ApplicationSummary$Error' => 'Any error associated with the application resource.
', 'EnvironmentSummary$Error' => 'Any error associated with the environment resource.
', 'GetApplicationResponse$Error' => 'Any error associated with the application resource.
', 'GetEnvironmentResponse$Error' => 'Any error associated with the environment resource.
', 'GetRouteResponse$Error' => 'Any error associated with the route resource.
', 'GetServiceResponse$Error' => 'Any error associated with the service resource.
', 'RouteSummary$Error' => 'Any error associated with the route resource.
', 'ServiceSummary$Error' => 'Any error associated with the service resource.
', ], ], 'GetApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetApplicationResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetEnvironmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetEnvironmentResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRouteResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetServiceRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetServiceResponse' => [ 'base' => NULL, 'refs' => [], ], 'HttpMethod' => [ 'base' => NULL, 'refs' => [ 'HttpMethods$member' => NULL, ], ], 'HttpMethods' => [ 'base' => NULL, 'refs' => [ 'GetRouteResponse$Methods' => 'A list of HTTP methods to match. An empty list matches all values. If a method is present, only HTTP requests using that method are forwarded to this route’s service.
', 'RouteSummary$Methods' => 'A list of HTTP methods to match. An empty list matches all values. If a method is present, only HTTP requests using that method are forwarded to this route’s service.
', 'UriPathRouteInput$Methods' => 'A list of HTTP methods to match. An empty list matches all values. If a method is present, only HTTP requests using that method are forwarded to this route’s service.
', ], ], 'InternalServerException' => [ 'base' => 'An unexpected error occurred while processing the request.
', 'refs' => [], ], 'InvalidResourcePolicyException' => [ 'base' => 'The resource policy is not valid.
', 'refs' => [], ], 'LambdaArn' => [ 'base' => NULL, 'refs' => [ 'LambdaEndpointConfig$Arn' => 'The Amazon Resource Name (ARN) of the Lambda endpoint.
', 'LambdaEndpointInput$Arn' => 'The Amazon Resource Name (ARN) of the Lambda function or alias.
', 'LambdaEndpointSummary$Arn' => 'The Amazon Resource Name (ARN) of the Lambda endpoint.
', ], ], 'LambdaEndpointConfig' => [ 'base' => 'The configuration for the Lambda endpoint type.
', 'refs' => [ 'GetServiceResponse$LambdaEndpoint' => 'The configuration for the Lambda endpoint type.
The Arn is the Amazon Resource Name (ARN) of the Lambda function associated with this service.
', ], ], 'LambdaEndpointInput' => [ 'base' => 'The input for the Lambda endpoint type.
', 'refs' => [ 'CreateServiceRequest$LambdaEndpoint' => 'The configuration for the Lambda endpoint type.
', 'CreateServiceResponse$LambdaEndpoint' => 'The configuration for the Lambda endpoint type.
', ], ], 'LambdaEndpointSummary' => [ 'base' => 'The summary for the Lambda endpoint type.
', 'refs' => [ 'ServiceSummary$LambdaEndpoint' => 'A summary of the configuration for the Lambda endpoint type.
', ], ], 'ListApplicationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListApplicationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListEnvironmentVpcsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListEnvironmentVpcsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListEnvironmentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListEnvironmentsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListRoutesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListRoutesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListServicesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListServicesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListApplicationsRequest$MaxResults' => 'The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken
value.
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken
value.
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken
value.
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken
value.
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken
value.
The network fabric type of the environment.
', 'CreateEnvironmentResponse$NetworkFabricType' => 'The network fabric type of the environment.
', 'EnvironmentSummary$NetworkFabricType' => 'The network fabric type of the environment.
', 'GetEnvironmentResponse$NetworkFabricType' => 'The network fabric type of the environment.
', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListApplicationsRequest$NextToken' => 'The token for the next page of results.
', 'ListApplicationsResponse$NextToken' => 'The token for the next page of results.
', 'ListEnvironmentVpcsRequest$NextToken' => 'The token for the next page of results.
', 'ListEnvironmentVpcsResponse$NextToken' => 'The token for the next page of results.
', 'ListEnvironmentsRequest$NextToken' => 'The token for the next page of results.
', 'ListEnvironmentsResponse$NextToken' => 'The token for the next page of results.
', 'ListRoutesRequest$NextToken' => 'The token for the next page of results.
', 'ListRoutesResponse$NextToken' => 'The token for the next page of results.
', 'ListServicesRequest$NextToken' => 'The token for the next page of results.
', 'ListServicesResponse$NextToken' => 'The token for the next page of results.
', ], ], 'NlbArn' => [ 'base' => NULL, 'refs' => [ 'ApiGatewayProxyConfig$NlbArn' => 'The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.
', 'ApiGatewayProxySummary$NlbArn' => 'The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.
', ], ], 'NlbName' => [ 'base' => NULL, 'refs' => [ 'ApiGatewayProxyConfig$NlbName' => 'The name of the Network Load Balancer that is configured by the API Gateway proxy.
', 'ApiGatewayProxySummary$NlbName' => 'The name of the Network Load Balancer that is configured by the API Gateway proxy.
', ], ], 'PathResourceToId' => [ 'base' => NULL, 'refs' => [ 'GetRouteResponse$PathResourceToId' => 'A mapping of Amazon API Gateway path resources to resource IDs.
', 'RouteSummary$PathResourceToId' => 'A mapping of Amazon API Gateway path resources to resource IDs.
', ], ], 'PathResourceToIdKey' => [ 'base' => NULL, 'refs' => [ 'PathResourceToId$key' => NULL, ], ], 'PathResourceToIdValue' => [ 'base' => NULL, 'refs' => [ 'PathResourceToId$value' => NULL, ], ], 'PolicyString' => [ 'base' => NULL, 'refs' => [ 'GetResourcePolicyResponse$Policy' => 'A JSON-formatted string for an Amazon Web Services resource-based policy.
', 'PutResourcePolicyRequest$Policy' => 'A JSON-formatted string for an Amazon Web Services resource-based policy.
', ], ], 'ProxyType' => [ 'base' => NULL, 'refs' => [ 'ApplicationSummary$ProxyType' => 'The proxy type of the proxy created within the application.
', 'CreateApplicationRequest$ProxyType' => 'The proxy type of the proxy created within the application.
', 'CreateApplicationResponse$ProxyType' => 'The proxy type of the proxy created within the application.
', 'GetApplicationResponse$ProxyType' => 'The proxy type of the proxy created within the application.
', ], ], 'PutResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'ResourceArn' => [ 'base' => NULL, 'refs' => [ 'ApplicationSummary$Arn' => 'The Amazon Resource Name (ARN) of the application.
', 'CreateApplicationResponse$Arn' => 'The Amazon Resource Name (ARN) of the application. The format for this ARN is arn:aws:refactor-spaces:region:account-id:resource-type/resource-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
The Amazon Resource Name (ARN) of the environment.
', 'CreateRouteResponse$Arn' => 'The Amazon Resource Name (ARN) of the route. The format for this ARN is arn:aws:refactor-spaces:region:account-id:resource-type/resource-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
The Amazon Resource Name (ARN) of the service.
', 'DeleteApplicationResponse$Arn' => 'The Amazon Resource Name (ARN) of the application.
', 'DeleteEnvironmentResponse$Arn' => 'The Amazon Resource Name (ARN) of the environment.
', 'DeleteRouteResponse$Arn' => 'The Amazon Resource Name (ARN) of the route.
', 'DeleteServiceResponse$Arn' => 'The Amazon Resource Name (ARN) of the service.
', 'EnvironmentSummary$Arn' => 'The Amazon Resource Name (ARN) of the environment.
', 'GetApplicationResponse$Arn' => 'The Amazon Resource Name (ARN) of the application.
', 'GetEnvironmentResponse$Arn' => 'The Amazon Resource Name (ARN) of the environment.
', 'GetRouteResponse$Arn' => 'The Amazon Resource Name (ARN) of the route.
', 'GetServiceResponse$Arn' => 'The Amazon Resource Name (ARN) of the service.
', 'PutResourcePolicyRequest$ResourceArn' => 'The Amazon Resource Name (ARN) of the resource to which the policy is being attached.
', 'RouteSummary$Arn' => 'The Amazon Resource Name (ARN) of the route.
', 'ServiceSummary$Arn' => 'The Amazon Resource Name (ARN) of the service.
', 'UpdateRouteResponse$Arn' => ' The Amazon Resource Name (ARN) of the route. The format for this ARN is arn:aws:refactor-spaces:region:account-id:resource-type/resource-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
The ID of the resource.
', ], ], 'ResourceNotFoundException' => [ 'base' => 'The request references a resource that does not exist.
', 'refs' => [], ], 'ResourcePolicyIdentifier' => [ 'base' => NULL, 'refs' => [ 'DeleteResourcePolicyRequest$Identifier' => 'Amazon Resource Name (ARN) of the resource associated with the policy.
', 'GetResourcePolicyRequest$Identifier' => 'The Amazon Resource Name (ARN) of the resource associated with the policy.
', ], ], 'RetryAfterSeconds' => [ 'base' => NULL, 'refs' => [ 'ThrottlingException$RetryAfterSeconds' => 'The number of seconds to wait before retrying.
', ], ], 'RouteActivationState' => [ 'base' => NULL, 'refs' => [ 'DefaultRouteInput$ActivationState' => 'If set to ACTIVE
, traffic is forwarded to this route’s service after the route is created.
If set to ACTIVE
, traffic is forwarded to this route’s service after the route is updated.
If set to ACTIVE
, traffic is forwarded to this route’s service after the route is created.
The unique identifier of the route.
', 'DeleteRouteRequest$RouteIdentifier' => 'The ID of the route to delete.
', 'DeleteRouteResponse$RouteId' => 'The ID of the route to delete.
', 'GetRouteRequest$RouteIdentifier' => 'The ID of the route.
', 'GetRouteResponse$RouteId' => 'The unique identifier of the route.
DEFAULT: All traffic that does not match another route is forwarded to the default route. Applications must have a default route before any other routes can be created.
URI_PATH: A route that is based on a URI path.
', 'RouteSummary$RouteId' => 'The unique identifier of the route.
', 'UpdateRouteRequest$RouteIdentifier' => 'The unique identifier of the route to update.
', 'UpdateRouteResponse$RouteId' => 'The unique identifier of the route.
', ], ], 'RouteState' => [ 'base' => NULL, 'refs' => [ 'CreateRouteResponse$State' => 'The current state of the route. Activation state only allows ACTIVE
or INACTIVE
as user inputs. FAILED
is a route state that is system generated.
The current state of the route.
', 'GetRouteResponse$State' => 'The current state of the route.
', 'RouteSummary$State' => 'The current state of the route.
', 'UpdateRouteResponse$State' => 'The current state of the route.
', ], ], 'RouteSummaries' => [ 'base' => NULL, 'refs' => [ 'ListRoutesResponse$RouteSummaryList' => 'The list of RouteSummary
objects.
The summary information for the routes as a response to ListRoutes
.
The route type of the route. DEFAULT
indicates that all traffic that does not match another route is forwarded to the default route. Applications must have a default route before any other routes can be created. URI_PATH
indicates a route that is based on a URI path.
The route type of the route.
', 'GetRouteResponse$RouteType' => 'The type of route.
', 'RouteSummary$RouteType' => 'The route type of the route.
', ], ], 'ServiceEndpointType' => [ 'base' => NULL, 'refs' => [ 'CreateServiceRequest$EndpointType' => 'The type of endpoint to use for the service. The type can be a URL in a VPC or an Lambda function.
', 'CreateServiceResponse$EndpointType' => 'The endpoint type of the service.
', 'GetServiceResponse$EndpointType' => 'The endpoint type of the service.
', 'ServiceSummary$EndpointType' => 'The endpoint type of the service.
', ], ], 'ServiceId' => [ 'base' => NULL, 'refs' => [ 'CreateRouteRequest$ServiceIdentifier' => 'The ID of the service in which the route is created. Traffic that matches this route is forwarded to this service.
', 'CreateRouteResponse$ServiceId' => 'The ID of service in which the route is created. Traffic that matches this route is forwarded to this service.
', 'CreateServiceResponse$ServiceId' => 'The unique identifier of the service.
', 'DeleteRouteResponse$ServiceId' => 'The ID of the service that the route belongs to.
', 'DeleteServiceRequest$ServiceIdentifier' => 'The ID of the service to delete.
', 'DeleteServiceResponse$ServiceId' => 'The unique identifier of the service.
', 'GetRouteResponse$ServiceId' => 'The unique identifier of the service.
', 'GetServiceRequest$ServiceIdentifier' => 'The ID of the service.
', 'GetServiceResponse$ServiceId' => 'The unique identifier of the service.
', 'RouteSummary$ServiceId' => 'The unique identifier of the service.
', 'ServiceSummary$ServiceId' => 'The unique identifier of the service.
', 'UpdateRouteResponse$ServiceId' => 'The ID of service in which the route was created. Traffic that matches this route is forwarded to this service.
', ], ], 'ServiceName' => [ 'base' => NULL, 'refs' => [ 'CreateServiceRequest$Name' => 'The name of the service.
', 'CreateServiceResponse$Name' => 'The name of the service.
', 'DeleteServiceResponse$Name' => 'The name of the service.
', 'GetServiceResponse$Name' => 'The name of the service.
', 'ServiceSummary$Name' => 'The name of the service.
', ], ], 'ServiceQuotaExceededException' => [ 'base' => 'The request would cause a service quota to be exceeded.
', 'refs' => [], ], 'ServiceState' => [ 'base' => NULL, 'refs' => [ 'CreateServiceResponse$State' => 'The current state of the service.
', 'DeleteServiceResponse$State' => 'The current state of the service.
', 'GetServiceResponse$State' => 'The current state of the service.
', 'ServiceSummary$State' => 'The current state of the service.
', ], ], 'ServiceSummaries' => [ 'base' => NULL, 'refs' => [ 'ListServicesResponse$ServiceSummaryList' => ' The list of ServiceSummary
objects.
A summary for the service as a response to ListServices
.
The name of the API Gateway stage. The name defaults to prod
.
The name of the API Gateway stage. The name defaults to prod
.
The name of the API Gateway stage. The name defaults to prod
.
The ID of the resource.
', 'ConflictException$ResourceType' => 'The type of resource.
', 'InternalServerException$Message' => NULL, 'InvalidResourcePolicyException$Message' => NULL, 'ListTagsForResourceRequest$ResourceArn' => 'The Amazon Resource Name (ARN) of the resource.
', 'ResourceNotFoundException$Message' => NULL, 'ResourceNotFoundException$ResourceId' => 'The ID of the resource.
', 'ResourceNotFoundException$ResourceType' => 'The type of resource.
', 'ServiceQuotaExceededException$Message' => NULL, 'ServiceQuotaExceededException$QuotaCode' => 'Service quota requirement to identify originating quota. Reached throttling quota exception.
', 'ServiceQuotaExceededException$ResourceId' => 'The ID of the resource.
', 'ServiceQuotaExceededException$ResourceType' => 'The type of resource.
', 'ServiceQuotaExceededException$ServiceCode' => 'Service quota requirement to identify originating service. Reached throttling quota exception service code.
', 'TagKeys$member' => NULL, 'TagResourceRequest$ResourceArn' => 'The Amazon Resource Name (ARN) of the resource.
', 'ThrottlingException$Message' => NULL, 'ThrottlingException$QuotaCode' => 'Service quota requirement to identify originating quota. Reached throttling quota exception.
', 'ThrottlingException$ServiceCode' => 'Service quota requirement to identify originating service. Reached throttling quota exception service code.
', 'UntagResourceRequest$ResourceArn' => 'The Amazon Resource Name (ARN) of the resource.
', 'ValidationException$Message' => NULL, ], ], 'TagKeys' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$TagKeys' => 'The list of keys of the tags to be removed from the resource.
', ], ], 'TagMap' => [ 'base' => 'A collection of up to 50 unique tags
', 'refs' => [ 'ApplicationSummary$Tags' => 'The tags assigned to the application.
', 'CreateApplicationRequest$Tags' => 'The tags to assign to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
', 'CreateApplicationResponse$Tags' => 'The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
', 'CreateEnvironmentRequest$Tags' => 'The tags to assign to the environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
', 'CreateEnvironmentResponse$Tags' => 'The tags assigned to the created environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair..
', 'CreateRouteRequest$Tags' => 'The tags to assign to the route. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair..
', 'CreateRouteResponse$Tags' => 'The tags assigned to the created route. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
', 'CreateServiceRequest$Tags' => 'The tags to assign to the service. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair..
', 'CreateServiceResponse$Tags' => 'The tags assigned to the created service. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair..
', 'EnvironmentSummary$Tags' => 'The tags assigned to the environment.
', 'GetApplicationResponse$Tags' => 'The tags assigned to the application. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
', 'GetEnvironmentResponse$Tags' => 'The tags to assign to the environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
', 'GetRouteResponse$Tags' => 'The tags assigned to the route. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
', 'GetServiceResponse$Tags' => 'The tags assigned to the service. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
', 'ListTagsForResourceResponse$Tags' => 'The list of tags assigned to the resource.
', 'RouteSummary$Tags' => 'The tags assigned to the route.
', 'ServiceSummary$Tags' => 'The tags assigned to the service.
', 'TagResourceRequest$Tags' => 'The new or modified tags for the resource.
', ], ], 'TagMapKeyString' => [ 'base' => NULL, 'refs' => [ 'TagMap$key' => NULL, ], ], 'TagMapValueString' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => NULL, ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'ThrottlingException' => [ 'base' => 'Request was denied because the request was throttled.
', 'refs' => [], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'ApplicationSummary$CreatedTime' => 'A timestamp that indicates when the application is created.
', 'ApplicationSummary$LastUpdatedTime' => 'A timestamp that indicates when the application was last updated.
', 'CreateApplicationResponse$CreatedTime' => 'A timestamp that indicates when the application is created.
', 'CreateApplicationResponse$LastUpdatedTime' => 'A timestamp that indicates when the application was last updated.
', 'CreateEnvironmentResponse$CreatedTime' => 'A timestamp that indicates when the environment is created.
', 'CreateEnvironmentResponse$LastUpdatedTime' => 'A timestamp that indicates when the environment was last updated.
', 'CreateRouteResponse$CreatedTime' => 'A timestamp that indicates when the route is created.
', 'CreateRouteResponse$LastUpdatedTime' => 'A timestamp that indicates when the route was last updated.
', 'CreateServiceResponse$CreatedTime' => 'A timestamp that indicates when the service is created.
', 'CreateServiceResponse$LastUpdatedTime' => 'A timestamp that indicates when the service was last updated.
', 'DeleteApplicationResponse$LastUpdatedTime' => 'A timestamp that indicates when the environment was last updated.
', 'DeleteEnvironmentResponse$LastUpdatedTime' => 'A timestamp that indicates when the environment was last updated.
', 'DeleteRouteResponse$LastUpdatedTime' => 'A timestamp that indicates when the route was last updated.
', 'DeleteServiceResponse$LastUpdatedTime' => 'A timestamp that indicates when the service was last updated.
', 'EnvironmentSummary$CreatedTime' => 'A timestamp that indicates when the environment is created.
', 'EnvironmentSummary$LastUpdatedTime' => 'A timestamp that indicates when the environment was last updated.
', 'EnvironmentVpc$CreatedTime' => 'A timestamp that indicates when the VPC is first added to the environment.
', 'EnvironmentVpc$LastUpdatedTime' => 'A timestamp that indicates when the VPC was last updated by the environment.
', 'GetApplicationResponse$CreatedTime' => 'A timestamp that indicates when the application is created.
', 'GetApplicationResponse$LastUpdatedTime' => 'A timestamp that indicates when the application was last updated.
', 'GetEnvironmentResponse$CreatedTime' => 'A timestamp that indicates when the environment is created.
', 'GetEnvironmentResponse$LastUpdatedTime' => 'A timestamp that indicates when the environment was last updated.
', 'GetRouteResponse$CreatedTime' => 'The timestamp of when the route is created.
', 'GetRouteResponse$LastUpdatedTime' => 'A timestamp that indicates when the route was last updated.
', 'GetServiceResponse$CreatedTime' => 'The timestamp of when the service is created.
', 'GetServiceResponse$LastUpdatedTime' => 'A timestamp that indicates when the service was last updated.
', 'RouteSummary$CreatedTime' => 'A timestamp that indicates when the route is created.
', 'RouteSummary$LastUpdatedTime' => 'A timestamp that indicates when the route was last updated.
', 'ServiceSummary$CreatedTime' => 'A timestamp that indicates when the service is created.
', 'ServiceSummary$LastUpdatedTime' => 'A timestamp that indicates when the service was last updated.
', 'UpdateRouteResponse$LastUpdatedTime' => 'A timestamp that indicates when the route was last updated.
', ], ], 'TransitGatewayId' => [ 'base' => NULL, 'refs' => [ 'EnvironmentSummary$TransitGatewayId' => 'The ID of the Transit Gateway set up by the environment.
', 'GetEnvironmentResponse$TransitGatewayId' => 'The ID of the Transit Gateway set up by the environment, if applicable.
', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateRouteResponse' => [ 'base' => NULL, 'refs' => [], ], 'Uri' => [ 'base' => NULL, 'refs' => [ 'ApiGatewayProxyConfig$ProxyUrl' => 'The endpoint URL of the API Gateway proxy.
', 'ApiGatewayProxySummary$ProxyUrl' => 'The endpoint URL of the API Gateway proxy.
', 'UrlEndpointConfig$HealthUrl' => 'The health check URL of the URL endpoint type.
', 'UrlEndpointConfig$Url' => 'The HTTP URL endpoint.
', 'UrlEndpointInput$HealthUrl' => 'The health check URL of the URL endpoint type. If the URL is a public endpoint, the HealthUrl
must also be a public endpoint. If the URL is a private endpoint inside a virtual private cloud (VPC), the health URL must also be a private endpoint, and the host must be the same as the URL.
The URL to route traffic to. The URL must be an rfc3986-formatted URL. If the host is a domain name, the name must be resolvable over the public internet. If the scheme is https
, the top level domain of the host must be listed in the IANA root zone database.
The health check URL of the URL endpoint type. If the URL is a public endpoint, the HealthUrl
must also be a public endpoint. If the URL is a private endpoint inside a virtual private cloud (VPC), the health URL must also be a private endpoint, and the host must be the same as the URL.
The URL to route traffic to. The URL must be an rfc3986-formatted URL. If the host is a domain name, the name must be resolvable over the public internet. If the scheme is https
, the top level domain of the host must be listed in the IANA root zone database.
This is the path that Refactor Spaces uses to match traffic. Paths must start with /
and are relative to the base of the application. To use path parameters in the source path, add a variable in curly braces. For example, the resource path {user} represents a path parameter called \'user\'.
This is the path that Refactor Spaces uses to match traffic. Paths must start with /
and are relative to the base of the application. To use path parameters in the source path, add a variable in curly braces. For example, the resource path {user} represents a path parameter called \'user\'.
This is the path that Refactor Spaces uses to match traffic. Paths must start with /
and are relative to the base of the application. To use path parameters in the source path, add a variable in curly braces. For example, the resource path {user} represents a path parameter called \'user\'.
The configuration for the URI path route type.
', 'refs' => [ 'CreateRouteRequest$UriPathRoute' => 'The configuration for the URI path route type.
', 'CreateRouteResponse$UriPathRoute' => 'Configuration for the URI path route type.
', ], ], 'UrlEndpointConfig' => [ 'base' => 'The configuration for the URL endpoint type.
', 'refs' => [ 'GetServiceResponse$UrlEndpoint' => 'The configuration for the URL endpoint type.
The Url isthe URL of the endpoint type.
The HealthUrl is the health check URL of the endpoint type.
', ], ], 'UrlEndpointInput' => [ 'base' => 'The configuration for the URL endpoint type.
', 'refs' => [ 'CreateServiceRequest$UrlEndpoint' => 'The configuration for the URL endpoint type. When creating a route to a service, Refactor Spaces automatically resolves the address in the UrlEndpointInput
object URL when the Domain Name System (DNS) time-to-live (TTL) expires, or every 60 seconds for TTLs less than 60 seconds.
The configuration for the URL endpoint type.
', ], ], 'UrlEndpointSummary' => [ 'base' => 'The summary of the configuration for the URL endpoint type.
', 'refs' => [ 'ServiceSummary$UrlEndpoint' => 'The summary of the configuration for the URL endpoint type.
', ], ], 'ValidationException' => [ 'base' => 'The input does not satisfy the constraints specified by an Amazon Web Service.
', 'refs' => [], ], 'VpcId' => [ 'base' => NULL, 'refs' => [ 'ApplicationSummary$VpcId' => 'The ID of the virtual private cloud (VPC).
', 'CreateApplicationRequest$VpcId' => 'The ID of the virtual private cloud (VPC).
', 'CreateApplicationResponse$VpcId' => 'The ID of the Amazon VPC.
', 'CreateServiceRequest$VpcId' => 'The ID of the VPC.
', 'CreateServiceResponse$VpcId' => 'The ID of the VPC.
', 'EnvironmentVpc$VpcId' => 'The ID of the VPC.
', 'GetApplicationResponse$VpcId' => 'The ID of the virtual private cloud (VPC).
', 'GetServiceResponse$VpcId' => 'The ID of the virtual private cloud (VPC).
', 'ServiceSummary$VpcId' => 'The ID of the virtual private cloud (VPC).
', ], ], 'VpcLinkId' => [ 'base' => NULL, 'refs' => [ 'ApiGatewayProxyConfig$VpcLinkId' => 'The VpcLink
ID of the API Gateway proxy.
The VpcLink
ID of the API Gateway proxy.