Documentation
¶
Overview ¶
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.
Index ¶
- Constants
- func NewDefaultEndpointResolver() *internalendpoints.Resolver
- func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
- func WithEndpointResolver(v EndpointResolver) func(*Options)deprecated
- func WithEndpointResolverV2(v EndpointResolverV2) func(*Options)
- func WithSigV4SigningName(name string) func(*Options)
- func WithSigV4SigningRegion(region string) func(*Options)
- type AuthResolverParameters
- type AuthSchemeResolver
- type Client
- func (c *Client) CreateApplication(ctx context.Context, params *CreateApplicationInput, optFns ...func(*Options)) (*CreateApplicationOutput, error)
- func (c *Client) CreateEnvironment(ctx context.Context, params *CreateEnvironmentInput, optFns ...func(*Options)) (*CreateEnvironmentOutput, error)
- func (c *Client) CreateRoute(ctx context.Context, params *CreateRouteInput, optFns ...func(*Options)) (*CreateRouteOutput, error)
- func (c *Client) CreateService(ctx context.Context, params *CreateServiceInput, optFns ...func(*Options)) (*CreateServiceOutput, error)
- func (c *Client) DeleteApplication(ctx context.Context, params *DeleteApplicationInput, optFns ...func(*Options)) (*DeleteApplicationOutput, error)
- func (c *Client) DeleteEnvironment(ctx context.Context, params *DeleteEnvironmentInput, optFns ...func(*Options)) (*DeleteEnvironmentOutput, error)
- func (c *Client) DeleteResourcePolicy(ctx context.Context, params *DeleteResourcePolicyInput, ...) (*DeleteResourcePolicyOutput, error)
- func (c *Client) DeleteRoute(ctx context.Context, params *DeleteRouteInput, optFns ...func(*Options)) (*DeleteRouteOutput, error)
- func (c *Client) DeleteService(ctx context.Context, params *DeleteServiceInput, optFns ...func(*Options)) (*DeleteServiceOutput, error)
- func (c *Client) GetApplication(ctx context.Context, params *GetApplicationInput, optFns ...func(*Options)) (*GetApplicationOutput, error)
- func (c *Client) GetEnvironment(ctx context.Context, params *GetEnvironmentInput, optFns ...func(*Options)) (*GetEnvironmentOutput, error)
- func (c *Client) GetResourcePolicy(ctx context.Context, params *GetResourcePolicyInput, optFns ...func(*Options)) (*GetResourcePolicyOutput, error)
- func (c *Client) GetRoute(ctx context.Context, params *GetRouteInput, optFns ...func(*Options)) (*GetRouteOutput, error)
- func (c *Client) GetService(ctx context.Context, params *GetServiceInput, optFns ...func(*Options)) (*GetServiceOutput, error)
- func (c *Client) ListApplications(ctx context.Context, params *ListApplicationsInput, optFns ...func(*Options)) (*ListApplicationsOutput, error)
- func (c *Client) ListEnvironmentVpcs(ctx context.Context, params *ListEnvironmentVpcsInput, ...) (*ListEnvironmentVpcsOutput, error)
- func (c *Client) ListEnvironments(ctx context.Context, params *ListEnvironmentsInput, optFns ...func(*Options)) (*ListEnvironmentsOutput, error)
- func (c *Client) ListRoutes(ctx context.Context, params *ListRoutesInput, optFns ...func(*Options)) (*ListRoutesOutput, error)
- func (c *Client) ListServices(ctx context.Context, params *ListServicesInput, optFns ...func(*Options)) (*ListServicesOutput, error)
- func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, ...) (*ListTagsForResourceOutput, error)
- func (c *Client) Options() Options
- func (c *Client) PutResourcePolicy(ctx context.Context, params *PutResourcePolicyInput, optFns ...func(*Options)) (*PutResourcePolicyOutput, error)
- func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
- func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
- func (c *Client) UpdateRoute(ctx context.Context, params *UpdateRouteInput, optFns ...func(*Options)) (*UpdateRouteOutput, error)
- type CreateApplicationInput
- type CreateApplicationOutput
- type CreateEnvironmentInput
- type CreateEnvironmentOutput
- type CreateRouteInput
- type CreateRouteOutput
- type CreateServiceInput
- type CreateServiceOutput
- type DeleteApplicationInput
- type DeleteApplicationOutput
- type DeleteEnvironmentInput
- type DeleteEnvironmentOutput
- type DeleteResourcePolicyInput
- type DeleteResourcePolicyOutput
- type DeleteRouteInput
- type DeleteRouteOutput
- type DeleteServiceInput
- type DeleteServiceOutput
- type EndpointParameters
- type EndpointResolver
- type EndpointResolverFunc
- type EndpointResolverOptions
- type EndpointResolverV2
- type GetApplicationInput
- type GetApplicationOutput
- type GetEnvironmentInput
- type GetEnvironmentOutput
- type GetResourcePolicyInput
- type GetResourcePolicyOutput
- type GetRouteInput
- type GetRouteOutput
- type GetServiceInput
- type GetServiceOutput
- type HTTPClient
- type HTTPSignerV4
- type IdempotencyTokenProvider
- type ListApplicationsAPIClient
- type ListApplicationsInput
- type ListApplicationsOutput
- type ListApplicationsPaginator
- type ListApplicationsPaginatorOptions
- type ListEnvironmentVpcsAPIClient
- type ListEnvironmentVpcsInput
- type ListEnvironmentVpcsOutput
- type ListEnvironmentVpcsPaginator
- type ListEnvironmentVpcsPaginatorOptions
- type ListEnvironmentsAPIClient
- type ListEnvironmentsInput
- type ListEnvironmentsOutput
- type ListEnvironmentsPaginator
- type ListEnvironmentsPaginatorOptions
- type ListRoutesAPIClient
- type ListRoutesInput
- type ListRoutesOutput
- type ListRoutesPaginator
- type ListRoutesPaginatorOptions
- type ListServicesAPIClient
- type ListServicesInput
- type ListServicesOutput
- type ListServicesPaginator
- type ListServicesPaginatorOptions
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type Options
- type PutResourcePolicyInput
- type PutResourcePolicyOutput
- type ResolveEndpoint
- type TagResourceInput
- type TagResourceOutput
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateRouteInput
- type UpdateRouteOutput
Constants ¶
const ServiceAPIVersion = "2021-10-26"
const ServiceID = "Migration Hub Refactor Spaces"
Variables ¶
This section is empty.
Functions ¶
func NewDefaultEndpointResolver ¶
func NewDefaultEndpointResolver() *internalendpoints.Resolver
NewDefaultEndpointResolver constructs a new service endpoint resolver
func WithAPIOptions ¶
func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
WithAPIOptions returns a functional option for setting the Client's APIOptions option.
func WithEndpointResolver
deprecated
func WithEndpointResolver(v EndpointResolver) func(*Options)
Deprecated: EndpointResolver and WithEndpointResolver. Providing a value for this field will likely prevent you from using any endpoint-related service features released after the introduction of EndpointResolverV2 and BaseEndpoint.
To migrate an EndpointResolver implementation that uses a custom endpoint, set the client option BaseEndpoint instead.
func WithEndpointResolverV2 ¶ added in v1.11.0
func WithEndpointResolverV2(v EndpointResolverV2) func(*Options)
WithEndpointResolverV2 returns a functional option for setting the Client's EndpointResolverV2 option.
func WithSigV4SigningName ¶ added in v1.13.2
WithSigV4SigningName applies an override to the authentication workflow to use the given signing name for SigV4-authenticated operations.
This is an advanced setting. The value here is FINAL, taking precedence over the resolved signing name from both auth scheme resolution and endpoint resolution.
func WithSigV4SigningRegion ¶ added in v1.13.2
WithSigV4SigningRegion applies an override to the authentication workflow to use the given signing region for SigV4-authenticated operations.
This is an advanced setting. The value here is FINAL, taking precedence over the resolved signing region from both auth scheme resolution and endpoint resolution.
Types ¶
type AuthResolverParameters ¶ added in v1.13.2
type AuthResolverParameters struct { // The name of the operation being invoked. Operation string // The region in which the operation is being invoked. Region string }
AuthResolverParameters contains the set of inputs necessary for auth scheme resolution.
type AuthSchemeResolver ¶ added in v1.13.2
type AuthSchemeResolver interface {
ResolveAuthSchemes(context.Context, *AuthResolverParameters) ([]*smithyauth.Option, error)
}
AuthSchemeResolver returns a set of possible authentication options for an operation.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides the API client to make operations call for AWS Migration Hub Refactor Spaces.
func New ¶
New returns an initialized Client based on the functional options. Provide additional functional options to further configure the behavior of the client, such as changing the client's endpoint or adding custom middleware behavior.
func NewFromConfig ¶
NewFromConfig returns a new client from the provided config.
func (*Client) CreateApplication ¶
func (c *Client) CreateApplication(ctx context.Context, params *CreateApplicationInput, optFns ...func(*Options)) (*CreateApplicationOutput, error)
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 applicationin the Refactor Spaces User Guide.
func (*Client) CreateEnvironment ¶
func (c *Client) CreateEnvironment(ctx context.Context, params *CreateEnvironmentInput, optFns ...func(*Options)) (*CreateEnvironmentOutput, error)
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:NetworkFabricTypeis 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.
func (*Client) CreateRoute ¶
func (c *Client) CreateRoute(ctx context.Context, params *CreateRouteInput, optFns ...func(*Options)) (*CreateRouteOutput, error)
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 connectivitybetween 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 routein the Refactor Spaces User Guide.
func (*Client) CreateService ¶
func (c *Client) CreateService(ctx context.Context, params *CreateServiceInput, optFns ...func(*Options)) (*CreateServiceOutput, error)
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.
func (*Client) DeleteApplication ¶
func (c *Client) DeleteApplication(ctx context.Context, params *DeleteApplicationInput, optFns ...func(*Options)) (*DeleteApplicationOutput, error)
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.
func (*Client) DeleteEnvironment ¶
func (c *Client) DeleteEnvironment(ctx context.Context, params *DeleteEnvironmentInput, optFns ...func(*Options)) (*DeleteEnvironmentOutput, error)
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.
func (*Client) DeleteResourcePolicy ¶
func (c *Client) DeleteResourcePolicy(ctx context.Context, params *DeleteResourcePolicyInput, optFns ...func(*Options)) (*DeleteResourcePolicyOutput, error)
Deletes the resource policy set for the environment.
func (*Client) DeleteRoute ¶
func (c *Client) DeleteRoute(ctx context.Context, params *DeleteRouteInput, optFns ...func(*Options)) (*DeleteRouteOutput, error)
Deletes an Amazon Web Services Migration Hub Refactor Spaces route.
func (*Client) DeleteService ¶
func (c *Client) DeleteService(ctx context.Context, params *DeleteServiceInput, optFns ...func(*Options)) (*DeleteServiceOutput, error)
Deletes an Amazon Web Services Migration Hub Refactor Spaces service.
func (*Client) GetApplication ¶
func (c *Client) GetApplication(ctx context.Context, params *GetApplicationInput, optFns ...func(*Options)) (*GetApplicationOutput, error)
Gets an Amazon Web Services Migration Hub Refactor Spaces application.
func (*Client) GetEnvironment ¶
func (c *Client) GetEnvironment(ctx context.Context, params *GetEnvironmentInput, optFns ...func(*Options)) (*GetEnvironmentOutput, error)
Gets an Amazon Web Services Migration Hub Refactor Spaces environment.
func (*Client) GetResourcePolicy ¶
func (c *Client) GetResourcePolicy(ctx context.Context, params *GetResourcePolicyInput, optFns ...func(*Options)) (*GetResourcePolicyOutput, error)
Gets the resource-based permission policy that is set for the given environment.
func (*Client) GetRoute ¶
func (c *Client) GetRoute(ctx context.Context, params *GetRouteInput, optFns ...func(*Options)) (*GetRouteOutput, error)
Gets an Amazon Web Services Migration Hub Refactor Spaces route.
func (*Client) GetService ¶
func (c *Client) GetService(ctx context.Context, params *GetServiceInput, optFns ...func(*Options)) (*GetServiceOutput, error)
Gets an Amazon Web Services Migration Hub Refactor Spaces service.
func (*Client) ListApplications ¶
func (c *Client) ListApplications(ctx context.Context, params *ListApplicationsInput, optFns ...func(*Options)) (*ListApplicationsOutput, error)
Lists all the Amazon Web Services Migration Hub Refactor Spaces applications within an environment.
func (*Client) ListEnvironmentVpcs ¶
func (c *Client) ListEnvironmentVpcs(ctx context.Context, params *ListEnvironmentVpcsInput, optFns ...func(*Options)) (*ListEnvironmentVpcsOutput, error)
Lists all Amazon Web Services Migration Hub Refactor Spaces service virtual private clouds (VPCs) that are part of the environment.
func (*Client) ListEnvironments ¶
func (c *Client) ListEnvironments(ctx context.Context, params *ListEnvironmentsInput, optFns ...func(*Options)) (*ListEnvironmentsOutput, error)
Lists Amazon Web Services Migration Hub Refactor Spaces environments owned by a caller account or shared with the caller account.
func (*Client) ListRoutes ¶
func (c *Client) ListRoutes(ctx context.Context, params *ListRoutesInput, optFns ...func(*Options)) (*ListRoutesOutput, error)
Lists all the Amazon Web Services Migration Hub Refactor Spaces routes within an application.
func (*Client) ListServices ¶
func (c *Client) ListServices(ctx context.Context, params *ListServicesInput, optFns ...func(*Options)) (*ListServicesOutput, error)
Lists all the Amazon Web Services Migration Hub Refactor Spaces services within an application.
func (*Client) ListTagsForResource ¶
func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)
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.
func (*Client) Options ¶ added in v1.14.0
Options returns a copy of the client configuration.
Callers SHOULD NOT perform mutations on any inner structures within client config. Config overrides should instead be made on a per-operation basis through functional options.
func (*Client) PutResourcePolicy ¶
func (c *Client) PutResourcePolicy(ctx context.Context, params *PutResourcePolicyInput, optFns ...func(*Options)) (*PutResourcePolicyOutput, error)
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.
func (*Client) TagResource ¶
func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
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.
func (*Client) UntagResource ¶
func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
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.
func (*Client) UpdateRoute ¶ added in v1.6.0
func (c *Client) UpdateRoute(ctx context.Context, params *UpdateRouteInput, optFns ...func(*Options)) (*UpdateRouteOutput, error)
Updates an Amazon Web Services Migration Hub Refactor Spaces route.
type CreateApplicationInput ¶
type CreateApplicationInput struct { // The unique identifier of the environment. // // This member is required. EnvironmentIdentifier *string // The name to use for the application. // // This member is required. Name *string // The proxy type of the proxy created within the application. // // This member is required. ProxyType types.ProxyType // The ID of the virtual private cloud (VPC). // // This member is required. VpcId *string // A wrapper object holding the API Gateway endpoint type and stage name for the // proxy. ApiGatewayProxy *types.ApiGatewayProxyInput // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientToken *string // 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. Tags map[string]string // contains filtered or unexported fields }
type CreateApplicationOutput ¶
type CreateApplicationOutput struct { // A wrapper object holding the API Gateway endpoint type and stage name for the // proxy. ApiGatewayProxy *types.ApiGatewayProxyInput // The unique identifier of the application. ApplicationId *string // 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. // // [Amazon Resource Names (ARNs)]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html Arn *string // The Amazon Web Services account ID of application creator. CreatedByAccountId *string // A timestamp that indicates when the application is created. CreatedTime *time.Time // The ID of the environment in which the application is created. EnvironmentId *string // A timestamp that indicates when the application was last updated. LastUpdatedTime *time.Time // The name of the application. Name *string // The Amazon Web Services account ID of the application owner (which is always // the same as the environment owner account ID). OwnerAccountId *string // The proxy type of the proxy created within the application. ProxyType types.ProxyType // The current state of the application. State types.ApplicationState // 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. Tags map[string]string // The ID of the Amazon VPC. VpcId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateEnvironmentInput ¶
type CreateEnvironmentInput struct { // The name of the environment. // // This member is required. Name *string // The network fabric type of the environment. // // This member is required. NetworkFabricType types.NetworkFabricType // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientToken *string // The description of the environment. Description *string // 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. Tags map[string]string // contains filtered or unexported fields }
type CreateEnvironmentOutput ¶
type CreateEnvironmentOutput struct { // The Amazon Resource Name (ARN) of the environment. Arn *string // A timestamp that indicates when the environment is created. CreatedTime *time.Time // A description of the environment. Description *string // The unique identifier of the environment. EnvironmentId *string // A timestamp that indicates when the environment was last updated. LastUpdatedTime *time.Time // The name of the environment. Name *string // The network fabric type of the environment. NetworkFabricType types.NetworkFabricType // The Amazon Web Services account ID of environment owner. OwnerAccountId *string // The current state of the environment. State types.EnvironmentState // 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.. Tags map[string]string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateRouteInput ¶
type CreateRouteInput struct { // The ID of the application within which the route is being created. // // This member is required. ApplicationIdentifier *string // The ID of the environment in which the route is created. // // This member is required. EnvironmentIdentifier *string // 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. // // This member is required. RouteType types.RouteType // The ID of the service in which the route is created. Traffic that matches this // route is forwarded to this service. // // This member is required. ServiceIdentifier *string // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientToken *string // Configuration for the default route type. DefaultRoute *types.DefaultRouteInput // 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.. Tags map[string]string // The configuration for the URI path route type. UriPathRoute *types.UriPathRouteInput // contains filtered or unexported fields }
type CreateRouteOutput ¶
type CreateRouteOutput struct { // The ID of the application in which the route is created. ApplicationId *string // 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. // // [Amazon Resource Names (ARNs)]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html Arn *string // The Amazon Web Services account ID of the route creator. CreatedByAccountId *string // A timestamp that indicates when the route is created. CreatedTime *time.Time // A timestamp that indicates when the route was last updated. LastUpdatedTime *time.Time // The Amazon Web Services account ID of the route owner. OwnerAccountId *string // The unique identifier of the route. RouteId *string // The route type of the route. RouteType types.RouteType // The ID of service in which the route is created. Traffic that matches this // route is forwarded to this service. ServiceId *string // 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. State types.RouteState // 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. Tags map[string]string // Configuration for the URI path route type. UriPathRoute *types.UriPathRouteInput // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateServiceInput ¶
type CreateServiceInput struct { // The ID of the application which the service is created. // // This member is required. ApplicationIdentifier *string // The type of endpoint to use for the service. The type can be a URL in a VPC or // an Lambda function. // // This member is required. EndpointType types.ServiceEndpointType // The ID of the environment in which the service is created. // // This member is required. EnvironmentIdentifier *string // The name of the service. // // This member is required. Name *string // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. ClientToken *string // The description of the service. Description *string // The configuration for the Lambda endpoint type. LambdaEndpoint *types.LambdaEndpointInput // 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.. Tags map[string]string // 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. UrlEndpoint *types.UrlEndpointInput // The ID of the VPC. VpcId *string // contains filtered or unexported fields }
type CreateServiceOutput ¶
type CreateServiceOutput struct { // The ID of the application that the created service belongs to. ApplicationId *string // The Amazon Resource Name (ARN) of the service. Arn *string // The Amazon Web Services account ID of the service creator. CreatedByAccountId *string // A timestamp that indicates when the service is created. CreatedTime *time.Time // The description of the created service. Description *string // The endpoint type of the service. EndpointType types.ServiceEndpointType // The unique identifier of the environment. EnvironmentId *string // The configuration for the Lambda endpoint type. LambdaEndpoint *types.LambdaEndpointInput // A timestamp that indicates when the service was last updated. LastUpdatedTime *time.Time // The name of the service. Name *string // The Amazon Web Services account ID of the service owner. OwnerAccountId *string // The unique identifier of the service. ServiceId *string // The current state of the service. State types.ServiceState // 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.. Tags map[string]string // The configuration for the URL endpoint type. UrlEndpoint *types.UrlEndpointInput // The ID of the VPC. VpcId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteApplicationInput ¶
type DeleteApplicationOutput ¶
type DeleteApplicationOutput struct { // The ID of the application. ApplicationId *string // The Amazon Resource Name (ARN) of the application. Arn *string // The unique identifier of the application’s environment. EnvironmentId *string // A timestamp that indicates when the environment was last updated. LastUpdatedTime *time.Time // The name of the application. Name *string // The current state of the application. State types.ApplicationState // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteEnvironmentInput ¶
type DeleteEnvironmentInput struct { // The ID of the environment. // // This member is required. EnvironmentIdentifier *string // contains filtered or unexported fields }
type DeleteEnvironmentOutput ¶
type DeleteEnvironmentOutput struct { // The Amazon Resource Name (ARN) of the environment. Arn *string // The unique identifier of the environment. EnvironmentId *string // A timestamp that indicates when the environment was last updated. LastUpdatedTime *time.Time // The name of the environment. Name *string // The current state of the environment. State types.EnvironmentState // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteResourcePolicyInput ¶
type DeleteResourcePolicyInput struct { // Amazon Resource Name (ARN) of the resource associated with the policy. // // This member is required. Identifier *string // contains filtered or unexported fields }
type DeleteResourcePolicyOutput ¶
type DeleteResourcePolicyOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteRouteInput ¶
type DeleteRouteInput struct { // The ID of the application to delete the route from. // // This member is required. ApplicationIdentifier *string // The ID of the environment to delete the route from. // // This member is required. EnvironmentIdentifier *string // The ID of the route to delete. // // This member is required. RouteIdentifier *string // contains filtered or unexported fields }
type DeleteRouteOutput ¶
type DeleteRouteOutput struct { // The ID of the application that the route belongs to. ApplicationId *string // The Amazon Resource Name (ARN) of the route. Arn *string // A timestamp that indicates when the route was last updated. LastUpdatedTime *time.Time // The ID of the route to delete. RouteId *string // The ID of the service that the route belongs to. ServiceId *string // The current state of the route. State types.RouteState // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteServiceInput ¶
type DeleteServiceInput struct { // 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. // // This member is required. ApplicationIdentifier *string // The ID of the environment that the service is in. // // This member is required. EnvironmentIdentifier *string // The ID of the service to delete. // // This member is required. ServiceIdentifier *string // contains filtered or unexported fields }
type DeleteServiceOutput ¶
type DeleteServiceOutput struct { // The ID of the application that the service is in. ApplicationId *string // The Amazon Resource Name (ARN) of the service. Arn *string // The unique identifier of the environment. EnvironmentId *string // A timestamp that indicates when the service was last updated. LastUpdatedTime *time.Time // The name of the service. Name *string // The unique identifier of the service. ServiceId *string // The current state of the service. State types.ServiceState // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type EndpointParameters ¶ added in v1.11.0
type EndpointParameters struct { // The AWS region used to dispatch the request. // // Parameter is // required. // // AWS::Region Region *string // When true, use the dual-stack endpoint. If the configured endpoint does not // support dual-stack, dispatching the request MAY return an error. // // Defaults to // false if no value is provided. // // AWS::UseDualStack UseDualStack *bool // When true, send this request to the FIPS-compliant regional endpoint. If the // configured endpoint does not have a FIPS compliant endpoint, dispatching the // request will return an error. // // Defaults to false if no value is // provided. // // AWS::UseFIPS UseFIPS *bool // Override the endpoint used to send this request // // Parameter is // required. // // SDK::Endpoint Endpoint *string }
EndpointParameters provides the parameters that influence how endpoints are resolved.
func (EndpointParameters) ValidateRequired ¶ added in v1.11.0
func (p EndpointParameters) ValidateRequired() error
ValidateRequired validates required parameters are set.
func (EndpointParameters) WithDefaults ¶ added in v1.11.0
func (p EndpointParameters) WithDefaults() EndpointParameters
WithDefaults returns a shallow copy of EndpointParameterswith default values applied to members where applicable.
type EndpointResolver ¶
type EndpointResolver interface {
ResolveEndpoint(region string, options EndpointResolverOptions) (aws.Endpoint, error)
}
EndpointResolver interface for resolving service endpoints.
func EndpointResolverFromURL ¶
func EndpointResolverFromURL(url string, optFns ...func(*aws.Endpoint)) EndpointResolver
EndpointResolverFromURL returns an EndpointResolver configured using the provided endpoint url. By default, the resolved endpoint resolver uses the client region as signing region, and the endpoint source is set to EndpointSourceCustom.You can provide functional options to configure endpoint values for the resolved endpoint.
type EndpointResolverFunc ¶
type EndpointResolverFunc func(region string, options EndpointResolverOptions) (aws.Endpoint, error)
EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface. This is useful when you want to add additional endpoint resolving logic, or stub out specific endpoints with custom values.
func (EndpointResolverFunc) ResolveEndpoint ¶
func (fn EndpointResolverFunc) ResolveEndpoint(region string, options EndpointResolverOptions) (endpoint aws.Endpoint, err error)
type EndpointResolverOptions ¶
type EndpointResolverOptions = internalendpoints.Options
EndpointResolverOptions is the service endpoint resolver options
type EndpointResolverV2 ¶ added in v1.11.0
type EndpointResolverV2 interface { // ResolveEndpoint attempts to resolve the endpoint with the provided options, // returning the endpoint if found. Otherwise an error is returned. ResolveEndpoint(ctx context.Context, params EndpointParameters) ( smithyendpoints.Endpoint, error, ) }
EndpointResolverV2 provides the interface for resolving service endpoints.
func NewDefaultEndpointResolverV2 ¶ added in v1.11.0
func NewDefaultEndpointResolverV2() EndpointResolverV2
type GetApplicationInput ¶
type GetApplicationOutput ¶
type GetApplicationOutput struct { // The endpoint URL of the API Gateway proxy. ApiGatewayProxy *types.ApiGatewayProxyConfig // The unique identifier of the application. ApplicationId *string // The Amazon Resource Name (ARN) of the application. Arn *string // The Amazon Web Services account ID of the application creator. CreatedByAccountId *string // A timestamp that indicates when the application is created. CreatedTime *time.Time // The unique identifier of the environment. EnvironmentId *string // Any error associated with the application resource. Error *types.ErrorResponse // A timestamp that indicates when the application was last updated. LastUpdatedTime *time.Time // The name of the application. Name *string // The Amazon Web Services account ID of the application owner (which is always // the same as the environment owner account ID). OwnerAccountId *string // The proxy type of the proxy created within the application. ProxyType types.ProxyType // The current state of the application. State types.ApplicationState // 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. Tags map[string]string // The ID of the virtual private cloud (VPC). VpcId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetEnvironmentInput ¶
type GetEnvironmentInput struct { // The ID of the environment. // // This member is required. EnvironmentIdentifier *string // contains filtered or unexported fields }
type GetEnvironmentOutput ¶
type GetEnvironmentOutput struct { // The Amazon Resource Name (ARN) of the environment. Arn *string // A timestamp that indicates when the environment is created. CreatedTime *time.Time // The description of the environment. Description *string // The unique identifier of the environment. EnvironmentId *string // Any error associated with the environment resource. Error *types.ErrorResponse // A timestamp that indicates when the environment was last updated. LastUpdatedTime *time.Time // The name of the environment. Name *string // The network fabric type of the environment. NetworkFabricType types.NetworkFabricType // The Amazon Web Services account ID of the environment owner. OwnerAccountId *string // The current state of the environment. State types.EnvironmentState // 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. Tags map[string]string // The ID of the Transit Gateway set up by the environment, if applicable. TransitGatewayId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetResourcePolicyInput ¶
type GetResourcePolicyInput struct { // The Amazon Resource Name (ARN) of the resource associated with the policy. // // This member is required. Identifier *string // contains filtered or unexported fields }
type GetResourcePolicyOutput ¶
type GetResourcePolicyOutput struct { // A JSON-formatted string for an Amazon Web Services resource-based policy. Policy *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetRouteInput ¶
type GetRouteInput struct { // The ID of the application. // // This member is required. ApplicationIdentifier *string // The ID of the environment. // // This member is required. EnvironmentIdentifier *string // The ID of the route. // // This member is required. RouteIdentifier *string // contains filtered or unexported fields }
type GetRouteOutput ¶
type GetRouteOutput struct { // If set to true , this option appends the source path to the service URL endpoint. AppendSourcePath *bool // The ID of the application that the route belongs to. ApplicationId *string // The Amazon Resource Name (ARN) of the route. Arn *string // The Amazon Web Services account ID of the route creator. CreatedByAccountId *string // The timestamp of when the route is created. CreatedTime *time.Time // Unique identifier of the environment. EnvironmentId *string // Any error associated with the route resource. Error *types.ErrorResponse // 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. IncludeChildPaths *bool // A timestamp that indicates when the route was last updated. LastUpdatedTime *time.Time // 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. Methods []types.HttpMethod // The Amazon Web Services account ID of the route owner. OwnerAccountId *string // A mapping of Amazon API Gateway path resources to resource IDs. PathResourceToId map[string]string // 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. RouteId *string // The type of route. RouteType types.RouteType // The unique identifier of the service. ServiceId *string // 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'. SourcePath *string // The current state of the route. State types.RouteState // 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. Tags map[string]string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetServiceInput ¶
type GetServiceInput struct { // The ID of the application. // // This member is required. ApplicationIdentifier *string // The ID of the environment. // // This member is required. EnvironmentIdentifier *string // The ID of the service. // // This member is required. ServiceIdentifier *string // contains filtered or unexported fields }
type GetServiceOutput ¶
type GetServiceOutput struct { // The ID of the application. ApplicationId *string // The Amazon Resource Name (ARN) of the service. Arn *string // The Amazon Web Services account ID of the service creator. CreatedByAccountId *string // The timestamp of when the service is created. CreatedTime *time.Time // The description of the service. Description *string // The endpoint type of the service. EndpointType types.ServiceEndpointType // The unique identifier of the environment. EnvironmentId *string // Any error associated with the service resource. Error *types.ErrorResponse // The configuration for the Lambda endpoint type. // // The Arn is the Amazon Resource Name (ARN) of the Lambda function associated // with this service. LambdaEndpoint *types.LambdaEndpointConfig // A timestamp that indicates when the service was last updated. LastUpdatedTime *time.Time // The name of the service. Name *string // The Amazon Web Services account ID of the service owner. OwnerAccountId *string // The unique identifier of the service. ServiceId *string // The current state of the service. State types.ServiceState // 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. Tags map[string]string // 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. UrlEndpoint *types.UrlEndpointConfig // The ID of the virtual private cloud (VPC). VpcId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HTTPSignerV4 ¶
type IdempotencyTokenProvider ¶
IdempotencyTokenProvider interface for providing idempotency token
type ListApplicationsAPIClient ¶
type ListApplicationsAPIClient interface {
ListApplications(context.Context, *ListApplicationsInput, ...func(*Options)) (*ListApplicationsOutput, error)
}
ListApplicationsAPIClient is a client that implements the ListApplications operation.
type ListApplicationsInput ¶
type ListApplicationsInput struct { // The ID of the environment. // // This member is required. EnvironmentIdentifier *string // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. MaxResults *int32 // The token for the next page of results. NextToken *string // contains filtered or unexported fields }
type ListApplicationsOutput ¶
type ListApplicationsOutput struct { // The list of ApplicationSummary objects. ApplicationSummaryList []types.ApplicationSummary // The token for the next page of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListApplicationsPaginator ¶
type ListApplicationsPaginator struct {
// contains filtered or unexported fields
}
ListApplicationsPaginator is a paginator for ListApplications
func NewListApplicationsPaginator ¶
func NewListApplicationsPaginator(client ListApplicationsAPIClient, params *ListApplicationsInput, optFns ...func(*ListApplicationsPaginatorOptions)) *ListApplicationsPaginator
NewListApplicationsPaginator returns a new ListApplicationsPaginator
func (*ListApplicationsPaginator) HasMorePages ¶
func (p *ListApplicationsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListApplicationsPaginator) NextPage ¶
func (p *ListApplicationsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListApplicationsOutput, error)
NextPage retrieves the next ListApplications page.
type ListApplicationsPaginatorOptions ¶
type ListApplicationsPaginatorOptions struct { // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListApplicationsPaginatorOptions is the paginator options for ListApplications
type ListEnvironmentVpcsAPIClient ¶
type ListEnvironmentVpcsAPIClient interface {
ListEnvironmentVpcs(context.Context, *ListEnvironmentVpcsInput, ...func(*Options)) (*ListEnvironmentVpcsOutput, error)
}
ListEnvironmentVpcsAPIClient is a client that implements the ListEnvironmentVpcs operation.
type ListEnvironmentVpcsInput ¶
type ListEnvironmentVpcsInput struct { // The ID of the environment. // // This member is required. EnvironmentIdentifier *string // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. MaxResults *int32 // The token for the next page of results. NextToken *string // contains filtered or unexported fields }
type ListEnvironmentVpcsOutput ¶
type ListEnvironmentVpcsOutput struct { // The list of EnvironmentVpc objects. EnvironmentVpcList []types.EnvironmentVpc // The token for the next page of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListEnvironmentVpcsPaginator ¶
type ListEnvironmentVpcsPaginator struct {
// contains filtered or unexported fields
}
ListEnvironmentVpcsPaginator is a paginator for ListEnvironmentVpcs
func NewListEnvironmentVpcsPaginator ¶
func NewListEnvironmentVpcsPaginator(client ListEnvironmentVpcsAPIClient, params *ListEnvironmentVpcsInput, optFns ...func(*ListEnvironmentVpcsPaginatorOptions)) *ListEnvironmentVpcsPaginator
NewListEnvironmentVpcsPaginator returns a new ListEnvironmentVpcsPaginator
func (*ListEnvironmentVpcsPaginator) HasMorePages ¶
func (p *ListEnvironmentVpcsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListEnvironmentVpcsPaginator) NextPage ¶
func (p *ListEnvironmentVpcsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListEnvironmentVpcsOutput, error)
NextPage retrieves the next ListEnvironmentVpcs page.
type ListEnvironmentVpcsPaginatorOptions ¶
type ListEnvironmentVpcsPaginatorOptions struct { // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListEnvironmentVpcsPaginatorOptions is the paginator options for ListEnvironmentVpcs
type ListEnvironmentsAPIClient ¶
type ListEnvironmentsAPIClient interface {
ListEnvironments(context.Context, *ListEnvironmentsInput, ...func(*Options)) (*ListEnvironmentsOutput, error)
}
ListEnvironmentsAPIClient is a client that implements the ListEnvironments operation.
type ListEnvironmentsInput ¶
type ListEnvironmentsInput struct { // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. MaxResults *int32 // The token for the next page of results. NextToken *string // contains filtered or unexported fields }
type ListEnvironmentsOutput ¶
type ListEnvironmentsOutput struct { // The list of EnvironmentSummary objects. EnvironmentSummaryList []types.EnvironmentSummary // The token for the next page of results. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListEnvironmentsPaginator ¶
type ListEnvironmentsPaginator struct {
// contains filtered or unexported fields
}
ListEnvironmentsPaginator is a paginator for ListEnvironments
func NewListEnvironmentsPaginator ¶
func NewListEnvironmentsPaginator(client ListEnvironmentsAPIClient, params *ListEnvironmentsInput, optFns ...func(*ListEnvironmentsPaginatorOptions)) *ListEnvironmentsPaginator
NewListEnvironmentsPaginator returns a new ListEnvironmentsPaginator
func (*ListEnvironmentsPaginator) HasMorePages ¶
func (p *ListEnvironmentsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListEnvironmentsPaginator) NextPage ¶
func (p *ListEnvironmentsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListEnvironmentsOutput, error)
NextPage retrieves the next ListEnvironments page.
type ListEnvironmentsPaginatorOptions ¶
type ListEnvironmentsPaginatorOptions struct { // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListEnvironmentsPaginatorOptions is the paginator options for ListEnvironments
type ListRoutesAPIClient ¶
type ListRoutesAPIClient interface {
ListRoutes(context.Context, *ListRoutesInput, ...func(*Options)) (*ListRoutesOutput, error)
}
ListRoutesAPIClient is a client that implements the ListRoutes operation.
type ListRoutesInput ¶
type ListRoutesInput struct { // The ID of the application. // // This member is required. ApplicationIdentifier *string // The ID of the environment. // // This member is required. EnvironmentIdentifier *string // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. MaxResults *int32 // The token for the next page of results. NextToken *string // contains filtered or unexported fields }
type ListRoutesOutput ¶
type ListRoutesOutput struct { // The token for the next page of results. NextToken *string // The list of RouteSummary objects. RouteSummaryList []types.RouteSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListRoutesPaginator ¶
type ListRoutesPaginator struct {
// contains filtered or unexported fields
}
ListRoutesPaginator is a paginator for ListRoutes
func NewListRoutesPaginator ¶
func NewListRoutesPaginator(client ListRoutesAPIClient, params *ListRoutesInput, optFns ...func(*ListRoutesPaginatorOptions)) *ListRoutesPaginator
NewListRoutesPaginator returns a new ListRoutesPaginator
func (*ListRoutesPaginator) HasMorePages ¶
func (p *ListRoutesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListRoutesPaginator) NextPage ¶
func (p *ListRoutesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListRoutesOutput, error)
NextPage retrieves the next ListRoutes page.
type ListRoutesPaginatorOptions ¶
type ListRoutesPaginatorOptions struct { // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListRoutesPaginatorOptions is the paginator options for ListRoutes
type ListServicesAPIClient ¶
type ListServicesAPIClient interface {
ListServices(context.Context, *ListServicesInput, ...func(*Options)) (*ListServicesOutput, error)
}
ListServicesAPIClient is a client that implements the ListServices operation.
type ListServicesInput ¶
type ListServicesInput struct { // The ID of the application. // // This member is required. ApplicationIdentifier *string // The ID of the environment. // // This member is required. EnvironmentIdentifier *string // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. MaxResults *int32 // The token for the next page of results. NextToken *string // contains filtered or unexported fields }
type ListServicesOutput ¶
type ListServicesOutput struct { // The token for the next page of results. NextToken *string // The list of ServiceSummary objects. ServiceSummaryList []types.ServiceSummary // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListServicesPaginator ¶
type ListServicesPaginator struct {
// contains filtered or unexported fields
}
ListServicesPaginator is a paginator for ListServices
func NewListServicesPaginator ¶
func NewListServicesPaginator(client ListServicesAPIClient, params *ListServicesInput, optFns ...func(*ListServicesPaginatorOptions)) *ListServicesPaginator
NewListServicesPaginator returns a new ListServicesPaginator
func (*ListServicesPaginator) HasMorePages ¶
func (p *ListServicesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListServicesPaginator) NextPage ¶
func (p *ListServicesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListServicesOutput, error)
NextPage retrieves the next ListServices page.
type ListServicesPaginatorOptions ¶
type ListServicesPaginatorOptions struct { // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListServicesPaginatorOptions is the paginator options for ListServices
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) of the resource. // // This member is required. ResourceArn *string // contains filtered or unexported fields }
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // The list of tags assigned to the resource. Tags map[string]string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type Options ¶
type Options struct { // Set of options to modify how an operation is invoked. These apply to all // operations invoked for this client. Use functional options on operation call to // modify this list for per operation behavior. APIOptions []func(*middleware.Stack) error // The optional application specific identifier appended to the User-Agent header. AppID string // This endpoint will be given as input to an EndpointResolverV2. It is used for // providing a custom base endpoint that is subject to modifications by the // processing EndpointResolverV2. BaseEndpoint *string // Configures the events that will be sent to the configured logger. ClientLogMode aws.ClientLogMode // The credentials object to use when signing requests. Credentials aws.CredentialsProvider // The configuration DefaultsMode that the SDK should use when constructing the // clients initial default settings. DefaultsMode aws.DefaultsMode // The endpoint options to be used when attempting to resolve an endpoint. EndpointOptions EndpointResolverOptions // The service endpoint resolver. // // Deprecated: Deprecated: EndpointResolver and WithEndpointResolver. Providing a // value for this field will likely prevent you from using any endpoint-related // service features released after the introduction of EndpointResolverV2 and // BaseEndpoint. // // To migrate an EndpointResolver implementation that uses a custom endpoint, set // the client option BaseEndpoint instead. EndpointResolver EndpointResolver // Resolves the endpoint used for a particular service operation. This should be // used over the deprecated EndpointResolver. EndpointResolverV2 EndpointResolverV2 // Signature Version 4 (SigV4) Signer HTTPSignerV4 HTTPSignerV4 // Provides idempotency tokens values that will be automatically populated into // idempotent API operations. IdempotencyTokenProvider IdempotencyTokenProvider // The logger writer interface to write logging messages to. Logger logging.Logger // The client meter provider. MeterProvider metrics.MeterProvider // The region to send requests to. (Required) Region string // RetryMaxAttempts specifies the maximum number attempts an API client will call // an operation that fails with a retryable error. A value of 0 is ignored, and // will not be used to configure the API client created default retryer, or modify // per operation call's retry max attempts. // // If specified in an operation call's functional options with a value that is // different than the constructed client's Options, the Client's Retryer will be // wrapped to use the operation's specific RetryMaxAttempts value. RetryMaxAttempts int // RetryMode specifies the retry mode the API client will be created with, if // Retryer option is not also specified. // // When creating a new API Clients this member will only be used if the Retryer // Options member is nil. This value will be ignored if Retryer is not nil. // // Currently does not support per operation call overrides, may in the future. RetryMode aws.RetryMode // Retryer guides how HTTP requests should be retried in case of recoverable // failures. When nil the API client will use a default retryer. The kind of // default retry created by the API client can be changed with the RetryMode // option. Retryer aws.Retryer // The RuntimeEnvironment configuration, only populated if the DefaultsMode is set // to DefaultsModeAuto and is initialized using config.LoadDefaultConfig . You // should not populate this structure programmatically, or rely on the values here // within your applications. RuntimeEnvironment aws.RuntimeEnvironment // The client tracer provider. TracerProvider tracing.TracerProvider // The HTTP client to invoke API calls with. Defaults to client's default HTTP // implementation if nil. HTTPClient HTTPClient // The auth scheme resolver which determines how to authenticate for each // operation. AuthSchemeResolver AuthSchemeResolver // The list of auth schemes supported by the client. AuthSchemes []smithyhttp.AuthScheme // contains filtered or unexported fields }
func (Options) GetIdentityResolver ¶ added in v1.13.2
func (o Options) GetIdentityResolver(schemeID string) smithyauth.IdentityResolver
type PutResourcePolicyInput ¶
type PutResourcePolicyInput struct { // A JSON-formatted string for an Amazon Web Services resource-based policy. // // This member is required. Policy *string // The Amazon Resource Name (ARN) of the resource to which the policy is being // attached. // // This member is required. ResourceArn *string // contains filtered or unexported fields }
type PutResourcePolicyOutput ¶
type PutResourcePolicyOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ResolveEndpoint ¶
type ResolveEndpoint struct { Resolver EndpointResolver Options EndpointResolverOptions }
func (*ResolveEndpoint) HandleSerialize ¶
func (m *ResolveEndpoint) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( out middleware.SerializeOutput, metadata middleware.Metadata, err error, )
func (*ResolveEndpoint) ID ¶
func (*ResolveEndpoint) ID() string
type TagResourceInput ¶
type TagResourceOutput ¶
type TagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UntagResourceInput ¶
type UntagResourceOutput ¶
type UntagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateRouteInput ¶ added in v1.6.0
type UpdateRouteInput struct { // If set to ACTIVE , traffic is forwarded to this route’s service after the route // is updated. // // This member is required. ActivationState types.RouteActivationState // The ID of the application within which the route is being updated. // // This member is required. ApplicationIdentifier *string // The ID of the environment in which the route is being updated. // // This member is required. EnvironmentIdentifier *string // The unique identifier of the route to update. // // This member is required. RouteIdentifier *string // contains filtered or unexported fields }
type UpdateRouteOutput ¶ added in v1.6.0
type UpdateRouteOutput struct { // The ID of the application in which the route is being updated. ApplicationId *string // 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. // // [Amazon Resource Names (ARNs)]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html Arn *string // A timestamp that indicates when the route was last updated. LastUpdatedTime *time.Time // The unique identifier of the route. RouteId *string // The ID of service in which the route was created. Traffic that matches this // route is forwarded to this service. ServiceId *string // The current state of the route. State types.RouteState // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Source Files
¶
- api_client.go
- api_op_CreateApplication.go
- api_op_CreateEnvironment.go
- api_op_CreateRoute.go
- api_op_CreateService.go
- api_op_DeleteApplication.go
- api_op_DeleteEnvironment.go
- api_op_DeleteResourcePolicy.go
- api_op_DeleteRoute.go
- api_op_DeleteService.go
- api_op_GetApplication.go
- api_op_GetEnvironment.go
- api_op_GetResourcePolicy.go
- api_op_GetRoute.go
- api_op_GetService.go
- api_op_ListApplications.go
- api_op_ListEnvironmentVpcs.go
- api_op_ListEnvironments.go
- api_op_ListRoutes.go
- api_op_ListServices.go
- api_op_ListTagsForResource.go
- api_op_PutResourcePolicy.go
- api_op_TagResource.go
- api_op_UntagResource.go
- api_op_UpdateRoute.go
- auth.go
- deserializers.go
- doc.go
- endpoints.go
- go_module_metadata.go
- options.go
- serializers.go
- validators.go