package globalaccelerator
import "github.com/aws/aws-sdk-go-v2/service/globalaccelerator"
Index ¶
- Constants
- func AddResolveEndpointMiddleware(stack *middleware.Stack, options ResolveEndpointMiddlewareOptions)
- func NewDefaultEndpointResolver() *internalendpoints.Resolver
- func RemoveResolveEndpointMiddleware(stack *middleware.Stack) error
- type AdvertiseByoipCidrInput
- type AdvertiseByoipCidrOutput
- type Client
- func New(options Options, optFns ...func(*Options)) *Client
- func NewFromConfig(cfg aws.Config, optFns ...func(*Options)) *Client
- func (c *Client) AdvertiseByoipCidr(ctx context.Context, params *AdvertiseByoipCidrInput, optFns ...func(*Options)) (*AdvertiseByoipCidrOutput, error)
- func (c *Client) CreateAccelerator(ctx context.Context, params *CreateAcceleratorInput, optFns ...func(*Options)) (*CreateAcceleratorOutput, error)
- func (c *Client) CreateEndpointGroup(ctx context.Context, params *CreateEndpointGroupInput, optFns ...func(*Options)) (*CreateEndpointGroupOutput, error)
- func (c *Client) CreateListener(ctx context.Context, params *CreateListenerInput, optFns ...func(*Options)) (*CreateListenerOutput, error)
- func (c *Client) DeleteAccelerator(ctx context.Context, params *DeleteAcceleratorInput, optFns ...func(*Options)) (*DeleteAcceleratorOutput, error)
- func (c *Client) DeleteEndpointGroup(ctx context.Context, params *DeleteEndpointGroupInput, optFns ...func(*Options)) (*DeleteEndpointGroupOutput, error)
- func (c *Client) DeleteListener(ctx context.Context, params *DeleteListenerInput, optFns ...func(*Options)) (*DeleteListenerOutput, error)
- func (c *Client) DeprovisionByoipCidr(ctx context.Context, params *DeprovisionByoipCidrInput, optFns ...func(*Options)) (*DeprovisionByoipCidrOutput, error)
- func (c *Client) DescribeAccelerator(ctx context.Context, params *DescribeAcceleratorInput, optFns ...func(*Options)) (*DescribeAcceleratorOutput, error)
- func (c *Client) DescribeAcceleratorAttributes(ctx context.Context, params *DescribeAcceleratorAttributesInput, optFns ...func(*Options)) (*DescribeAcceleratorAttributesOutput, error)
- func (c *Client) DescribeEndpointGroup(ctx context.Context, params *DescribeEndpointGroupInput, optFns ...func(*Options)) (*DescribeEndpointGroupOutput, error)
- func (c *Client) DescribeListener(ctx context.Context, params *DescribeListenerInput, optFns ...func(*Options)) (*DescribeListenerOutput, error)
- func (c *Client) ListAccelerators(ctx context.Context, params *ListAcceleratorsInput, optFns ...func(*Options)) (*ListAcceleratorsOutput, error)
- func (c *Client) ListByoipCidrs(ctx context.Context, params *ListByoipCidrsInput, optFns ...func(*Options)) (*ListByoipCidrsOutput, error)
- func (c *Client) ListEndpointGroups(ctx context.Context, params *ListEndpointGroupsInput, optFns ...func(*Options)) (*ListEndpointGroupsOutput, error)
- func (c *Client) ListListeners(ctx context.Context, params *ListListenersInput, optFns ...func(*Options)) (*ListListenersOutput, error)
- func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)
- func (c *Client) ProvisionByoipCidr(ctx context.Context, params *ProvisionByoipCidrInput, optFns ...func(*Options)) (*ProvisionByoipCidrOutput, 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) UpdateAccelerator(ctx context.Context, params *UpdateAcceleratorInput, optFns ...func(*Options)) (*UpdateAcceleratorOutput, error)
- func (c *Client) UpdateAcceleratorAttributes(ctx context.Context, params *UpdateAcceleratorAttributesInput, optFns ...func(*Options)) (*UpdateAcceleratorAttributesOutput, error)
- func (c *Client) UpdateEndpointGroup(ctx context.Context, params *UpdateEndpointGroupInput, optFns ...func(*Options)) (*UpdateEndpointGroupOutput, error)
- func (c *Client) UpdateListener(ctx context.Context, params *UpdateListenerInput, optFns ...func(*Options)) (*UpdateListenerOutput, error)
- func (c *Client) WithdrawByoipCidr(ctx context.Context, params *WithdrawByoipCidrInput, optFns ...func(*Options)) (*WithdrawByoipCidrOutput, error)
- type CreateAcceleratorInput
- type CreateAcceleratorOutput
- type CreateEndpointGroupInput
- type CreateEndpointGroupOutput
- type CreateListenerInput
- type CreateListenerOutput
- type DeleteAcceleratorInput
- type DeleteAcceleratorOutput
- type DeleteEndpointGroupInput
- type DeleteEndpointGroupOutput
- type DeleteListenerInput
- type DeleteListenerOutput
- type DeprovisionByoipCidrInput
- type DeprovisionByoipCidrOutput
- type DescribeAcceleratorAttributesInput
- type DescribeAcceleratorAttributesOutput
- type DescribeAcceleratorInput
- type DescribeAcceleratorOutput
- type DescribeEndpointGroupInput
- type DescribeEndpointGroupOutput
- type DescribeListenerInput
- type DescribeListenerOutput
- type EndpointResolver
- type EndpointResolverFunc
- type HTTPClient
- type HTTPSignerV4
- type IdempotencyTokenProvider
- type ListAcceleratorsInput
- type ListAcceleratorsOutput
- type ListByoipCidrsInput
- type ListByoipCidrsOutput
- type ListEndpointGroupsInput
- type ListEndpointGroupsOutput
- type ListListenersInput
- type ListListenersOutput
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type Options
- func (o Options) Copy() Options
- func (o Options) GetCredentials() aws.CredentialsProvider
- func (o Options) GetEndpointOptions() ResolverOptions
- func (o Options) GetEndpointResolver() EndpointResolver
- func (o Options) GetHTTPSignerV4() HTTPSignerV4
- func (o Options) GetIdempotencyTokenProvider() IdempotencyTokenProvider
- func (o Options) GetRegion() string
- func (o Options) GetRetryer() retry.Retryer
- type ProvisionByoipCidrInput
- type ProvisionByoipCidrOutput
- type ResolveEndpoint
- func (m *ResolveEndpoint) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( out middleware.SerializeOutput, metadata middleware.Metadata, err error, )
- func (*ResolveEndpoint) ID() string
- type ResolveEndpointMiddlewareOptions
- type ResolverOptions
- type TagResourceInput
- type TagResourceOutput
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateAcceleratorAttributesInput
- type UpdateAcceleratorAttributesOutput
- type UpdateAcceleratorInput
- type UpdateAcceleratorOutput
- type UpdateEndpointGroupInput
- type UpdateEndpointGroupOutput
- type UpdateListenerInput
- type UpdateListenerOutput
- type WithdrawByoipCidrInput
- type WithdrawByoipCidrOutput
Constants ¶
const ServiceAPIVersion = "2018-08-08"
const ServiceID = "Global Accelerator"
Functions ¶
func AddResolveEndpointMiddleware ¶
func AddResolveEndpointMiddleware(stack *middleware.Stack, options ResolveEndpointMiddlewareOptions)
func NewDefaultEndpointResolver ¶
func NewDefaultEndpointResolver() *internalendpoints.Resolver
NewDefaultEndpointResolver constructs a new service endpoint resolver
func RemoveResolveEndpointMiddleware ¶
func RemoveResolveEndpointMiddleware(stack *middleware.Stack) error
Types ¶
type AdvertiseByoipCidrInput ¶
type AdvertiseByoipCidrInput struct { // The address range, in CIDR notation. This must be the exact range that you // provisioned. You can't advertise only a portion of the provisioned range. // // This member is required. Cidr *string }
type AdvertiseByoipCidrOutput ¶
type AdvertiseByoipCidrOutput struct { // Information about the address range. ByoipCidr *types.ByoipCidr // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
AWS Global Accelerator This is the AWS Global Accelerator API Reference. This guide is for developers who need detailed information about AWS Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the AWS Global Accelerator Developer Guide (https://docs.aws.amazon.com/global-accelerator/latest/dg/Welcome.html). AWS Global Accelerator is a service in which you create accelerators to improve availability and performance of your applications for local and global users. <important> <p>You must specify the US West (Oregon) Region to create or update accelerators.</p> </important> <p>By default, Global Accelerator provides you with static IP addresses that you associate with your accelerator. (Instead of using the IP addresses that Global Accelerator provides, you can configure these entry points to be IPv4 addresses from your own IP address ranges that you bring to Global Accelerator.) The static IP addresses are anycast from the AWS edge network and distribute incoming application traffic across multiple endpoint resources in multiple AWS Regions, which increases the availability of your applications. Endpoints can be Network Load Balancers, Application Load Balancers, EC2 instances, or Elastic IP addresses that are located in one AWS Region or multiple Regions.</p> <p>Global Accelerator uses the AWS global network to route traffic to the optimal regional endpoint based on health, client location, and policies that you configure. The service reacts instantly to changes in health or configuration to ensure that internet traffic from clients is directed to only healthy endpoints.</p> <p>Global Accelerator includes components that work together to help you improve performance and availability for your applications:</p> <dl> <dt>Static IP address</dt> <dd> <p>By default, AWS Global Accelerator provides you with a set of static IP addresses that are anycast from the AWS edge network and serve as the single fixed entry points for your clients. Or you can configure these entry points to be IPv4 addresses from your own IP address ranges that you bring to Global Accelerator (BYOIP). For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>. If you already have load balancers, EC2 instances, or Elastic IP addresses set up for your applications, you can easily add those to Global Accelerator to allow the resources to be accessed by the static IP addresses.</p> <important> <p>The static IP addresses remain assigned to your accelerator for as long as it exists, even if you disable the accelerator and it no longer accepts or routes traffic. However, when you <i>delete</i> an accelerator, you lose the static IP addresses that are assigned to it, so you can no longer route traffic by using them. You can use IAM policies with Global Accelerator to limit the users who have permissions to delete an accelerator. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/auth-and-access-control.html">Authentication and Access Control</a> in the <i>AWS Global Accelerator Developer Guide</i>. </p> </important> </dd> <dt>Accelerator</dt> <dd> <p>An accelerator directs traffic to optimal endpoints over the AWS global network to improve availability and performance for your internet applications that have a global audience. Each accelerator includes one or more listeners.</p> </dd> <dt>DNS name</dt> <dd> <p>Global Accelerator assigns each accelerator a default Domain Name System (DNS) name, similar to <code>a1234567890abcdef.awsglobalaccelerator.com</code>, that points to your Global Accelerator static IP addresses. Depending on the use case, you can use your accelerator's static IP addresses or DNS name to route traffic to your accelerator, or set up DNS records to route traffic using your own custom domain name.</p> </dd> <dt>Network zone</dt> <dd> <p>A network zone services the static IP addresses for your accelerator from a unique IP subnet. Similar to an AWS Availability Zone, a network zone is an isolated unit with its own set of physical infrastructure. When you configure an accelerator, by default, Global Accelerator allocates two IPv4 addresses for it. If one IP address from a network zone becomes unavailable due to IP address blocking by certain client networks, or network disruptions, then client applications can retry on the healthy static IP address from the other isolated network zone.</p> </dd> <dt>Listener</dt> <dd> <p>A listener processes inbound connections from clients to Global Accelerator, based on the protocol and port that you configure. Each listener has one or more endpoint groups associated with it, and traffic is forwarded to endpoints in one of the groups. You associate endpoint groups with listeners by specifying the Regions that you want to distribute traffic to. Traffic is distributed to optimal endpoints within the endpoint groups associated with a listener.</p> </dd> <dt>Endpoint group</dt> <dd> <p>Each endpoint group is associated with a specific AWS Region. Endpoint groups include one or more endpoints in the Region. You can increase or reduce the percentage of traffic that would be otherwise directed to an endpoint group by adjusting a setting called a <i>traffic dial</i>. The traffic dial lets you easily do performance testing or blue/green deployment testing for new releases across different AWS Regions, for example. </p> </dd> <dt>Endpoint</dt> <dd> <p>An endpoint is a Network Load Balancer, Application Load Balancer, EC2 instance, or Elastic IP address. Traffic is routed to endpoints based on several factors, including the geo-proximity to the user, the health of the endpoint, and the configuration options that you choose, such as endpoint weights. For each endpoint, you can configure weights, which are numbers that you can use to specify the proportion of traffic to route to each one. This can be useful, for example, to do performance testing within a Region.</p> </dd> </dl>
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) AdvertiseByoipCidr ¶
func (c *Client) AdvertiseByoipCidr(ctx context.Context, params *AdvertiseByoipCidrInput, optFns ...func(*Options)) (*AdvertiseByoipCidrOutput, error)
Advertises an IPv4 address range that is provisioned for use with your AWS resources through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to the specified addresses starts routing to AWS because of propagation delays. To see an AWS CLI example of advertising an address range, scroll down to Example. To stop advertising the BYOIP address range, use WithdrawByoipCidr (https://docs.aws.amazon.com/global-accelerator/latest/api/WithdrawByoipCidr.html). For more information, see Bring Your Own IP Addresses (BYOIP) (https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html) in the AWS Global Accelerator Developer Guide.
func (*Client) CreateAccelerator ¶
func (c *Client) CreateAccelerator(ctx context.Context, params *CreateAcceleratorInput, optFns ...func(*Options)) (*CreateAcceleratorOutput, error)
Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. To see an AWS CLI example of creating an accelerator, scroll down to Example. If you bring your own IP address ranges to AWS Global Accelerator (BYOIP), you can assign IP addresses from your own pool to your accelerator as the static IP address entry points. Only one IP address from each of your IP address ranges can be used for each accelerator. <important> <p>You must specify the US West (Oregon) Region to create or update accelerators.</p> </important>
func (*Client) CreateEndpointGroup ¶
func (c *Client) CreateEndpointGroup(ctx context.Context, params *CreateEndpointGroupInput, optFns ...func(*Options)) (*CreateEndpointGroupOutput, error)
Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one AWS Region. To see an AWS CLI example of creating an endpoint group, scroll down to Example.
func (*Client) CreateListener ¶
func (c *Client) CreateListener(ctx context.Context, params *CreateListenerInput, optFns ...func(*Options)) (*CreateListenerOutput, error)
Create a listener to process inbound connections from clients to an accelerator. Connections arrive to assigned static IP addresses on a port, port range, or list of port ranges that you specify. To see an AWS CLI example of creating a listener, scroll down to Example.
func (*Client) DeleteAccelerator ¶
func (c *Client) DeleteAccelerator(ctx context.Context, params *DeleteAcceleratorInput, optFns ...func(*Options)) (*DeleteAcceleratorOutput, error)
Delete an accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources (listeners and endpoint groups). To disable the accelerator, update the accelerator to set Enabled to false. When you create an accelerator, by default, Global Accelerator provides you with a set of two static IP addresses. Alternatively, you can bring your own IP address ranges to Global Accelerator and assign IP addresses from those ranges. The IP addresses are assigned to your accelerator for as long as it exists, even if you disable the accelerator and it no longer accepts or routes traffic. However, when you delete an accelerator, you lose the static IP addresses that are assigned to the accelerator, so you can no longer route traffic by using them. As a best practice, ensure that you have permissions in place to avoid inadvertently deleting accelerators. You can use IAM policies with Global Accelerator to limit the users who have permissions to delete an accelerator. For more information, see Authentication and Access Control (https://docs.aws.amazon.com/global-accelerator/latest/dg/auth-and-access-control.html) in the AWS Global Accelerator Developer Guide.
func (*Client) DeleteEndpointGroup ¶
func (c *Client) DeleteEndpointGroup(ctx context.Context, params *DeleteEndpointGroupInput, optFns ...func(*Options)) (*DeleteEndpointGroupOutput, error)
Delete an endpoint group from a listener.
func (*Client) DeleteListener ¶
func (c *Client) DeleteListener(ctx context.Context, params *DeleteListenerInput, optFns ...func(*Options)) (*DeleteListenerOutput, error)
Delete a listener from an accelerator.
func (*Client) DeprovisionByoipCidr ¶
func (c *Client) DeprovisionByoipCidr(ctx context.Context, params *DeprovisionByoipCidrInput, optFns ...func(*Options)) (*DeprovisionByoipCidrOutput, error)
Releases the specified address range that you provisioned to use with your AWS resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool. To see an AWS CLI example of deprovisioning an address range, scroll down to Example. Before you can release an address range, you must stop advertising it by using WithdrawByoipCidr (https://docs.aws.amazon.com/global-accelerator/latest/api/WithdrawByoipCidr.html) and you must not have any accelerators that are using static IP addresses allocated from its address range. For more information, see Bring Your Own IP Addresses (BYOIP) (https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html) in the AWS Global Accelerator Developer Guide.
func (*Client) DescribeAccelerator ¶
func (c *Client) DescribeAccelerator(ctx context.Context, params *DescribeAcceleratorInput, optFns ...func(*Options)) (*DescribeAcceleratorOutput, error)
Describe an accelerator. To see an AWS CLI example of describing an accelerator, scroll down to Example.
func (*Client) DescribeAcceleratorAttributes ¶
func (c *Client) DescribeAcceleratorAttributes(ctx context.Context, params *DescribeAcceleratorAttributesInput, optFns ...func(*Options)) (*DescribeAcceleratorAttributesOutput, error)
Describe the attributes of an accelerator. To see an AWS CLI example of describing the attributes of an accelerator, scroll down to Example.
func (*Client) DescribeEndpointGroup ¶
func (c *Client) DescribeEndpointGroup(ctx context.Context, params *DescribeEndpointGroupInput, optFns ...func(*Options)) (*DescribeEndpointGroupOutput, error)
Describe an endpoint group. To see an AWS CLI example of describing an endpoint group, scroll down to Example.
func (*Client) DescribeListener ¶
func (c *Client) DescribeListener(ctx context.Context, params *DescribeListenerInput, optFns ...func(*Options)) (*DescribeListenerOutput, error)
Describe a listener. To see an AWS CLI example of describing a listener, scroll down to Example.
func (*Client) ListAccelerators ¶
func (c *Client) ListAccelerators(ctx context.Context, params *ListAcceleratorsInput, optFns ...func(*Options)) (*ListAcceleratorsOutput, error)
List the accelerators for an AWS account. To see an AWS CLI example of listing the accelerators for an AWS account, scroll down to Example.
func (*Client) ListByoipCidrs ¶
func (c *Client) ListByoipCidrs(ctx context.Context, params *ListByoipCidrsInput, optFns ...func(*Options)) (*ListByoipCidrsOutput, error)
Lists the IP address ranges that were specified in calls to ProvisionByoipCidr (https://docs.aws.amazon.com/global-accelerator/latest/api/ProvisionByoipCidr.html), including the current state and a history of state changes. To see an AWS CLI example of listing BYOIP CIDR addresses, scroll down to Example.
func (*Client) ListEndpointGroups ¶
func (c *Client) ListEndpointGroups(ctx context.Context, params *ListEndpointGroupsInput, optFns ...func(*Options)) (*ListEndpointGroupsOutput, error)
List the endpoint groups that are associated with a listener. To see an AWS CLI example of listing the endpoint groups for listener, scroll down to Example.
func (*Client) ListListeners ¶
func (c *Client) ListListeners(ctx context.Context, params *ListListenersInput, optFns ...func(*Options)) (*ListListenersOutput, error)
List the listeners for an accelerator. To see an AWS CLI example of listing the listeners for an accelerator, scroll down to Example.
func (*Client) ListTagsForResource ¶
func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)
List all tags for an accelerator. To see an AWS CLI example of listing tags for an accelerator, scroll down to Example. For more information, see Tagging in AWS Global Accelerator (https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html) in the AWS Global Accelerator Developer Guide.
func (*Client) ProvisionByoipCidr ¶
func (c *Client) ProvisionByoipCidr(ctx context.Context, params *ProvisionByoipCidrInput, optFns ...func(*Options)) (*ProvisionByoipCidrOutput, error)
Provisions an IP address range to use with your AWS resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned, it is ready to be advertised using AdvertiseByoipCidr (https://docs.aws.amazon.com/global-accelerator/latest/api/AdvertiseByoipCidr.html). To see an AWS CLI example of provisioning an address range for BYOIP, scroll down to Example. For more information, see Bring Your Own IP Addresses (BYOIP) (https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html) in the AWS Global Accelerator Developer Guide.
func (*Client) TagResource ¶
func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
Add tags to an accelerator resource. To see an AWS CLI example of adding tags to an accelerator, scroll down to Example. For more information, see Tagging in AWS Global Accelerator (https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html) in the AWS Global Accelerator Developer Guide.
func (*Client) UntagResource ¶
func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
Remove tags from a Global Accelerator resource. When you specify a tag key, the action removes both that key and its associated value. To see an AWS CLI example of removing tags from an accelerator, scroll down to Example. The operation succeeds even if you attempt to remove tags from an accelerator that was already removed. For more information, see Tagging in AWS Global Accelerator (https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html) in the AWS Global Accelerator Developer Guide.
func (*Client) UpdateAccelerator ¶
func (c *Client) UpdateAccelerator(ctx context.Context, params *UpdateAcceleratorInput, optFns ...func(*Options)) (*UpdateAcceleratorOutput, error)
Update an accelerator. To see an AWS CLI example of updating an accelerator, scroll down to Example. <important> <p>You must specify the US West (Oregon) Region to create or update accelerators.</p> </important>
func (*Client) UpdateAcceleratorAttributes ¶
func (c *Client) UpdateAcceleratorAttributes(ctx context.Context, params *UpdateAcceleratorAttributesInput, optFns ...func(*Options)) (*UpdateAcceleratorAttributesOutput, error)
Update the attributes for an accelerator. To see an AWS CLI example of updating an accelerator to enable flow logs, scroll down to Example.
func (*Client) UpdateEndpointGroup ¶
func (c *Client) UpdateEndpointGroup(ctx context.Context, params *UpdateEndpointGroupInput, optFns ...func(*Options)) (*UpdateEndpointGroupOutput, error)
Update an endpoint group. To see an AWS CLI example of updating an endpoint group, scroll down to Example.
func (*Client) UpdateListener ¶
func (c *Client) UpdateListener(ctx context.Context, params *UpdateListenerInput, optFns ...func(*Options)) (*UpdateListenerOutput, error)
Update a listener. To see an AWS CLI example of updating listener, scroll down to Example.
func (*Client) WithdrawByoipCidr ¶
func (c *Client) WithdrawByoipCidr(ctx context.Context, params *WithdrawByoipCidrInput, optFns ...func(*Options)) (*WithdrawByoipCidrOutput, error)
Stops advertising an address range that is provisioned as an address pool. You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time. To see an AWS CLI example of withdrawing an address range for BYOIP so it will no longer be advertised by AWS, scroll down to Example. It can take a few minutes before traffic to the specified addresses stops routing to AWS because of propagation delays. For more information, see Bring Your Own IP Addresses (BYOIP) (https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html) in the AWS Global Accelerator Developer Guide.
type CreateAcceleratorInput ¶
type CreateAcceleratorInput struct { // A unique, case-sensitive identifier that you provide to ensure the // idempotency—that is, the uniqueness—of an accelerator. // // This member is required. IdempotencyToken *string // Create tags for an accelerator. For more information, see Tagging in AWS Global // Accelerator // (https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html) // in the AWS Global Accelerator Developer Guide. Tags []*types.Tag // The value for the address type must be IPv4. IpAddressType types.IpAddressType // The name of an accelerator. The name can have a maximum of 32 characters, must // contain only alphanumeric characters or hyphens (-), and must not begin or end // with a hyphen. // // This member is required. Name *string // Indicates whether an accelerator is enabled. The value is true or false. The // default value is true. If the value is set to true, an accelerator cannot be // deleted. If set to false, the accelerator can be deleted. Enabled *bool // Optionally, if you've added your own IP address pool to Global Accelerator, you // can choose IP addresses from your own pool to use for the accelerator's static // IP addresses. You can specify one or two addresses, separated by a comma. Do not // include the /32 suffix. If you specify only one IP address from your IP address // range, Global Accelerator assigns a second static IP address for the accelerator // from the AWS IP address pool. For more information, see Bring Your Own IP // Addresses (BYOIP) // (https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html) in // the AWS Global Accelerator Developer Guide. IpAddresses []*string }
type CreateAcceleratorOutput ¶
type CreateAcceleratorOutput struct { // The accelerator that is created by specifying a listener and the supported IP // address types. Accelerator *types.Accelerator // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type CreateEndpointGroupInput ¶
type CreateEndpointGroupInput struct { // The Amazon Resource Name (ARN) of the listener. // // This member is required. ListenerArn *string // A unique, case-sensitive identifier that you provide to ensure the // idempotency—that is, the uniqueness—of the request. // // This member is required. IdempotencyToken *string // The name of the AWS Region where the endpoint group is located. A listener can // have only one endpoint group in a specific Region. // // This member is required. EndpointGroupRegion *string // The time—10 seconds or 30 seconds—between each health check for an endpoint. The // default value is 30. HealthCheckIntervalSeconds *int32 // The number of consecutive health checks required to set the state of a healthy // endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default // value is 3. ThresholdCount *int32 // The port that AWS Global Accelerator uses to check the health of endpoints that // are part of this endpoint group. The default port is the listener port that this // endpoint group is associated with. If listener port is a list of ports, Global // Accelerator uses the first port in the list. HealthCheckPort *int32 // The protocol that AWS Global Accelerator uses to check the health of endpoints // that are part of this endpoint group. The default value is TCP. HealthCheckProtocol types.HealthCheckProtocol // The list of endpoint objects. EndpointConfigurations []*types.EndpointConfiguration // If the protocol is HTTP/S, then this specifies the path that is the destination // for health check targets. The default value is slash (/). HealthCheckPath *string // The percentage of traffic to send to an AWS Region. Additional traffic is // distributed to other endpoint groups for this listener. Use this action to // increase (dial up) or decrease (dial down) traffic to a specific Region. The // percentage is applied to the traffic that would otherwise have been routed to // the Region based on optimal routing. The default value is 100. TrafficDialPercentage *float32 }
type CreateEndpointGroupOutput ¶
type CreateEndpointGroupOutput struct { // The information about the endpoint group that was created. EndpointGroup *types.EndpointGroup // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type CreateListenerInput ¶
type CreateListenerInput struct { // Client affinity lets you direct all requests from a user to the same endpoint, // if you have stateful applications, regardless of the port and protocol of the // client request. Clienty affinity gives you control over whether to always route // each client to the same specific endpoint. AWS Global Accelerator uses a // consistent-flow hashing algorithm to choose the optimal endpoint for a // connection. If client affinity is NONE, Global Accelerator uses the "five-tuple" // (5-tuple) properties—source IP address, source port, destination IP address, // destination port, and protocol—to select the hash value, and then chooses the // best endpoint. However, with this setting, if someone uses different ports to // connect to Global Accelerator, their connections might not be always routed to // the same endpoint because the hash value changes. If you want a given client to // always be routed to the same endpoint, set client affinity to SOURCE_IP instead. // When you use the SOURCE_IP setting, Global Accelerator uses the "two-tuple" // (2-tuple) properties— source (client) IP address and destination IP address—to // select the hash value. The default value is NONE. ClientAffinity types.ClientAffinity // The list of port ranges to support for connections from clients to your // accelerator. // // This member is required. PortRanges []*types.PortRange // The Amazon Resource Name (ARN) of your accelerator. // // This member is required. AcceleratorArn *string // The protocol for connections from clients to your accelerator. // // This member is required. Protocol types.Protocol // A unique, case-sensitive identifier that you provide to ensure the // idempotency—that is, the uniqueness—of the request. // // This member is required. IdempotencyToken *string }
type CreateListenerOutput ¶
type CreateListenerOutput struct { // The listener that you've created. Listener *types.Listener // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DeleteAcceleratorInput ¶
type DeleteAcceleratorInput struct { // The Amazon Resource Name (ARN) of an accelerator. // // This member is required. AcceleratorArn *string }
type DeleteAcceleratorOutput ¶
type DeleteAcceleratorOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DeleteEndpointGroupInput ¶
type DeleteEndpointGroupInput struct { // The Amazon Resource Name (ARN) of the endpoint group to delete. // // This member is required. EndpointGroupArn *string }
type DeleteEndpointGroupOutput ¶
type DeleteEndpointGroupOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DeleteListenerInput ¶
type DeleteListenerInput struct { // The Amazon Resource Name (ARN) of the listener. // // This member is required. ListenerArn *string }
type DeleteListenerOutput ¶
type DeleteListenerOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DeprovisionByoipCidrInput ¶
type DeprovisionByoipCidrInput struct { // The address range, in CIDR notation. The prefix must be the same prefix that you // specified when you provisioned the address range. // // This member is required. Cidr *string }
type DeprovisionByoipCidrOutput ¶
type DeprovisionByoipCidrOutput struct { // Information about the address range. ByoipCidr *types.ByoipCidr // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DescribeAcceleratorAttributesInput ¶
type DescribeAcceleratorAttributesInput struct { // The Amazon Resource Name (ARN) of the accelerator with the attributes that you // want to describe. // // This member is required. AcceleratorArn *string }
type DescribeAcceleratorAttributesOutput ¶
type DescribeAcceleratorAttributesOutput struct { // The attributes of the accelerator. AcceleratorAttributes *types.AcceleratorAttributes // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DescribeAcceleratorInput ¶
type DescribeAcceleratorInput struct { // The Amazon Resource Name (ARN) of the accelerator to describe. // // This member is required. AcceleratorArn *string }
type DescribeAcceleratorOutput ¶
type DescribeAcceleratorOutput struct { // The description of the accelerator. Accelerator *types.Accelerator // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DescribeEndpointGroupInput ¶
type DescribeEndpointGroupInput struct { // The Amazon Resource Name (ARN) of the endpoint group to describe. // // This member is required. EndpointGroupArn *string }
type DescribeEndpointGroupOutput ¶
type DescribeEndpointGroupOutput struct { // The description of an endpoint group. EndpointGroup *types.EndpointGroup // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type DescribeListenerInput ¶
type DescribeListenerInput struct { // The Amazon Resource Name (ARN) of the listener to describe. // // This member is required. ListenerArn *string }
type DescribeListenerOutput ¶
type DescribeListenerOutput struct { // The description of a listener. Listener *types.Listener // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type EndpointResolver ¶
type EndpointResolver interface { ResolveEndpoint(region string, options ResolverOptions) (aws.Endpoint, error) }
EndpointResolver interface for resolving service endpoints.
func WithEndpointResolver ¶
func WithEndpointResolver(awsResolver aws.EndpointResolver, fallbackResolver EndpointResolver) EndpointResolver
WithEndpointResolver returns an EndpointResolver that first delegates endpoint resolution to the awsResolver. If awsResolver returns aws.EndpointNotFoundError error, the resolver will use the the provided fallbackResolver for resolution. awsResolver and fallbackResolver must not be nil
type EndpointResolverFunc ¶
type EndpointResolverFunc func(region string, options ResolverOptions) (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 ResolverOptions) (endpoint aws.Endpoint, err error)
type HTTPClient ¶
type HTTPSignerV4 ¶
type HTTPSignerV4 interface { SignHTTP(ctx context.Context, credentials aws.Credentials, r *http.Request, payloadHash string, service string, region string, signingTime time.Time) error }
type IdempotencyTokenProvider ¶
IdempotencyTokenProvider interface for providing idempotency token
type ListAcceleratorsInput ¶
type ListAcceleratorsInput struct { // The number of Global Accelerator objects that you want to return with this call. // The default value is 10. MaxResults *int32 // The token for the next set of results. You receive this token from a previous // call. NextToken *string }
type ListAcceleratorsOutput ¶
type ListAcceleratorsOutput struct { // The list of accelerators for a customer account. Accelerators []*types.Accelerator // The token for the next set of results. You receive this token from a previous // call. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type ListByoipCidrsInput ¶
type ListByoipCidrsInput 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 }
type ListByoipCidrsOutput ¶
type ListByoipCidrsOutput struct { // The token for the next page of results. NextToken *string // Information about your address ranges. ByoipCidrs []*types.ByoipCidr // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type ListEndpointGroupsInput ¶
type ListEndpointGroupsInput struct { // The Amazon Resource Name (ARN) of the listener. // // This member is required. ListenerArn *string // The token for the next set of results. You receive this token from a previous // call. NextToken *string // The number of endpoint group objects that you want to return with this call. The // default value is 10. MaxResults *int32 }
type ListEndpointGroupsOutput ¶
type ListEndpointGroupsOutput struct { // The list of the endpoint groups associated with a listener. EndpointGroups []*types.EndpointGroup // The token for the next set of results. You receive this token from a previous // call. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type ListListenersInput ¶
type ListListenersInput struct { // The Amazon Resource Name (ARN) of the accelerator for which you want to list // listener objects. // // This member is required. AcceleratorArn *string // The token for the next set of results. You receive this token from a previous // call. NextToken *string // The number of listener objects that you want to return with this call. The // default value is 10. MaxResults *int32 }
type ListListenersOutput ¶
type ListListenersOutput struct { // The token for the next set of results. You receive this token from a previous // call. NextToken *string // The list of listeners for an accelerator. Listeners []*types.Listener // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN // uniquely identifies an accelerator. // // This member is required. ResourceArn *string }
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // Root level tag for the Tags parameters. Tags []*types.Tag // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
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 credentials object to use when signing requests. Credentials aws.CredentialsProvider // The endpoint options to be used when attempting to resolve an endpoint. EndpointOptions ResolverOptions // The service endpoint resolver. EndpointResolver EndpointResolver // Signature Version 4 (SigV4) Signer HTTPSignerV4 HTTPSignerV4 // Provides idempotency tokens values that will be automatically populated into // idempotent API operations. IdempotencyTokenProvider IdempotencyTokenProvider // The region to send requests to. (Required) Region string // Retryer guides how HTTP requests should be retried in case of recoverable // failures. When nil the API client will use a default retryer. Retryer retry.Retryer // The HTTP client to invoke API calls with. Defaults to client's default HTTP // implementation if nil. HTTPClient HTTPClient }
func (Options) Copy ¶
Copy creates a clone where the APIOptions list is deep copied.
func (Options) GetCredentials ¶
func (o Options) GetCredentials() aws.CredentialsProvider
func (Options) GetEndpointOptions ¶
func (o Options) GetEndpointOptions() ResolverOptions
func (Options) GetEndpointResolver ¶
func (o Options) GetEndpointResolver() EndpointResolver
func (Options) GetHTTPSignerV4 ¶
func (o Options) GetHTTPSignerV4() HTTPSignerV4
func (Options) GetIdempotencyTokenProvider ¶
func (o Options) GetIdempotencyTokenProvider() IdempotencyTokenProvider
func (Options) GetRegion ¶
func (Options) GetRetryer ¶
type ProvisionByoipCidrInput ¶
type ProvisionByoipCidrInput struct { // The public IPv4 address range, in CIDR notation. The most specific IP prefix // that you can specify is /24. The address range cannot overlap with another // address range that you've brought to this or another Region. // // This member is required. Cidr *string // A signed document that proves that you are authorized to bring the specified IP // address range to Amazon using BYOIP. // // This member is required. CidrAuthorizationContext *types.CidrAuthorizationContext }
type ProvisionByoipCidrOutput ¶
type ProvisionByoipCidrOutput struct { // Information about the address range. ByoipCidr *types.ByoipCidr // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type ResolveEndpoint ¶
type ResolveEndpoint struct { Resolver EndpointResolver Options ResolverOptions }
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 ResolveEndpointMiddlewareOptions ¶
type ResolveEndpointMiddlewareOptions interface { GetEndpointResolver() EndpointResolver GetEndpointOptions() ResolverOptions }
type ResolverOptions ¶
type ResolverOptions = internalendpoints.Options
ResolverOptions is the service endpoint resolver options
type TagResourceInput ¶
type TagResourceInput struct { // The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags // to. An ARN uniquely identifies a resource. // // This member is required. ResourceArn *string // The tags to add to a resource. A tag consists of a key and a value that you // define. // // This member is required. Tags []*types.Tag }
type TagResourceOutput ¶
type TagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type UntagResourceInput ¶
type UntagResourceInput struct { // The tag key pairs that you want to remove from the specified resources. // // This member is required. TagKeys []*string // The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags // from. An ARN uniquely identifies a resource. // // This member is required. ResourceArn *string }
type UntagResourceOutput ¶
type UntagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type UpdateAcceleratorAttributesInput ¶
type UpdateAcceleratorAttributesInput struct { // Update the prefix for the location in the Amazon S3 bucket for the flow logs. // Attribute is required if FlowLogsEnabled is true. If you don’t specify a prefix, // the flow logs are stored in the root of the bucket. If you specify slash (/) for // the S3 bucket prefix, the log file bucket folder structure will include a double // slash (//), like the following: s3-bucket_name//AWSLogs/aws_account_id FlowLogsS3Prefix *string // The name of the Amazon S3 bucket for the flow logs. Attribute is required if // FlowLogsEnabled is true. The bucket must exist and have a bucket policy that // grants AWS Global Accelerator permission to write to the bucket. FlowLogsS3Bucket *string // The Amazon Resource Name (ARN) of the accelerator that you want to update. // // This member is required. AcceleratorArn *string // Update whether flow logs are enabled. The default value is false. If the value // is true, FlowLogsS3Bucket and FlowLogsS3Prefix must be specified. For more // information, see Flow Logs // (https://docs.aws.amazon.com/global-accelerator/latest/dg/monitoring-global-accelerator.flow-logs.html) // in the AWS Global Accelerator Developer Guide. FlowLogsEnabled *bool }
type UpdateAcceleratorAttributesOutput ¶
type UpdateAcceleratorAttributesOutput struct { // Updated attributes for the accelerator. AcceleratorAttributes *types.AcceleratorAttributes // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type UpdateAcceleratorInput ¶
type UpdateAcceleratorInput struct { // Indicates whether an accelerator is enabled. The value is true or false. The // default value is true. If the value is set to true, the accelerator cannot be // deleted. If set to false, the accelerator can be deleted. Enabled *bool // The name of the accelerator. The name can have a maximum of 32 characters, must // contain only alphanumeric characters or hyphens (-), and must not begin or end // with a hyphen. Name *string // The Amazon Resource Name (ARN) of the accelerator to update. // // This member is required. AcceleratorArn *string // The value for the address type must be IPv4. IpAddressType types.IpAddressType }
type UpdateAcceleratorOutput ¶
type UpdateAcceleratorOutput struct { // Information about the updated accelerator. Accelerator *types.Accelerator // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type UpdateEndpointGroupInput ¶
type UpdateEndpointGroupInput struct { // The list of endpoint objects. EndpointConfigurations []*types.EndpointConfiguration // The time—10 seconds or 30 seconds—between each health check for an endpoint. The // default value is 30. HealthCheckIntervalSeconds *int32 // The number of consecutive health checks required to set the state of a healthy // endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default // value is 3. ThresholdCount *int32 // The protocol that AWS Global Accelerator uses to check the health of endpoints // that are part of this endpoint group. The default value is TCP. HealthCheckProtocol types.HealthCheckProtocol // The Amazon Resource Name (ARN) of the endpoint group. // // This member is required. EndpointGroupArn *string // The port that AWS Global Accelerator uses to check the health of endpoints that // are part of this endpoint group. The default port is the listener port that this // endpoint group is associated with. If the listener port is a list of ports, // Global Accelerator uses the first port in the list. HealthCheckPort *int32 // The percentage of traffic to send to an AWS Region. Additional traffic is // distributed to other endpoint groups for this listener. Use this action to // increase (dial up) or decrease (dial down) traffic to a specific Region. The // percentage is applied to the traffic that would otherwise have been routed to // the Region based on optimal routing. The default value is 100. TrafficDialPercentage *float32 // If the protocol is HTTP/S, then this specifies the path that is the destination // for health check targets. The default value is slash (/). HealthCheckPath *string }
type UpdateEndpointGroupOutput ¶
type UpdateEndpointGroupOutput struct { // The information about the endpoint group that was updated. EndpointGroup *types.EndpointGroup // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type UpdateListenerInput ¶
type UpdateListenerInput struct { // Client affinity lets you direct all requests from a user to the same endpoint, // if you have stateful applications, regardless of the port and protocol of the // client request. Clienty affinity gives you control over whether to always route // each client to the same specific endpoint. AWS Global Accelerator uses a // consistent-flow hashing algorithm to choose the optimal endpoint for a // connection. If client affinity is NONE, Global Accelerator uses the "five-tuple" // (5-tuple) properties—source IP address, source port, destination IP address, // destination port, and protocol—to select the hash value, and then chooses the // best endpoint. However, with this setting, if someone uses different ports to // connect to Global Accelerator, their connections might not be always routed to // the same endpoint because the hash value changes. If you want a given client to // always be routed to the same endpoint, set client affinity to SOURCE_IP instead. // When you use the SOURCE_IP setting, Global Accelerator uses the "two-tuple" // (2-tuple) properties— source (client) IP address and destination IP address—to // select the hash value. The default value is NONE. ClientAffinity types.ClientAffinity // The updated protocol for the connections from clients to the accelerator. Protocol types.Protocol // The Amazon Resource Name (ARN) of the listener to update. // // This member is required. ListenerArn *string // The updated list of port ranges for the connections from clients to the // accelerator. PortRanges []*types.PortRange }
type UpdateListenerOutput ¶
type UpdateListenerOutput struct { // Information for the updated listener. Listener *types.Listener // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
type WithdrawByoipCidrInput ¶
type WithdrawByoipCidrInput struct { // The address range, in CIDR notation. // // This member is required. Cidr *string }
type WithdrawByoipCidrOutput ¶
type WithdrawByoipCidrOutput struct { // Information about the address pool. ByoipCidr *types.ByoipCidr // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata }
Source Files ¶
api_client.go api_op_AdvertiseByoipCidr.go api_op_CreateAccelerator.go api_op_CreateEndpointGroup.go api_op_CreateListener.go api_op_DeleteAccelerator.go api_op_DeleteEndpointGroup.go api_op_DeleteListener.go api_op_DeprovisionByoipCidr.go api_op_DescribeAccelerator.go api_op_DescribeAcceleratorAttributes.go api_op_DescribeEndpointGroup.go api_op_DescribeListener.go api_op_ListAccelerators.go api_op_ListByoipCidrs.go api_op_ListEndpointGroups.go api_op_ListListeners.go api_op_ListTagsForResource.go api_op_ProvisionByoipCidr.go api_op_TagResource.go api_op_UntagResource.go api_op_UpdateAccelerator.go api_op_UpdateAcceleratorAttributes.go api_op_UpdateEndpointGroup.go api_op_UpdateListener.go api_op_WithdrawByoipCidr.go deserializers.go endpoints.go serializers.go validators.go
Directories ¶
Path | Synopsis |
---|---|
internal | |
types |
- Version
- v0.26.0
- Published
- Oct 1, 2020
- Platform
- windows/amd64
- Imports
- 28 packages
- Last checked
- now –
Tools for package owners.