Versions in this module Expand all Collapse all v1 v1.99.1 Feb 10, 2020 v1.99.0 Feb 10, 2020 Changes in this version + const AcceleratorStatusDeployed + const AcceleratorStatusInProgress + const ClientAffinityNone + const ClientAffinitySourceIp + const EndpointsID + const ErrCodeAcceleratorNotDisabledException + const ErrCodeAcceleratorNotFoundException + const ErrCodeAssociatedEndpointGroupFoundException + const ErrCodeAssociatedListenerFoundException + const ErrCodeEndpointGroupAlreadyExistsException + const ErrCodeEndpointGroupNotFoundException + const ErrCodeInternalServiceErrorException + const ErrCodeInvalidArgumentException + const ErrCodeInvalidNextTokenException + const ErrCodeInvalidPortRangeException + const ErrCodeLimitExceededException + const ErrCodeListenerNotFoundException + const HealthCheckProtocolHttp + const HealthCheckProtocolHttps + const HealthCheckProtocolTcp + const HealthStateHealthy + const HealthStateInitial + const HealthStateUnhealthy + const IpAddressTypeIpv4 + const ProtocolTcp + const ProtocolUdp + const ServiceID + const ServiceName + type Accelerator struct + AcceleratorArn *string + CreatedTime *time.Time + Enabled *bool + IpAddressType *string + IpSets []*IpSet + LastModifiedTime *time.Time + Name *string + Status *string + func (s *Accelerator) SetAcceleratorArn(v string) *Accelerator + func (s *Accelerator) SetCreatedTime(v time.Time) *Accelerator + func (s *Accelerator) SetEnabled(v bool) *Accelerator + func (s *Accelerator) SetIpAddressType(v string) *Accelerator + func (s *Accelerator) SetIpSets(v []*IpSet) *Accelerator + func (s *Accelerator) SetLastModifiedTime(v time.Time) *Accelerator + func (s *Accelerator) SetName(v string) *Accelerator + func (s *Accelerator) SetStatus(v string) *Accelerator + func (s Accelerator) GoString() string + func (s Accelerator) String() string + type AcceleratorAttributes struct + FlowLogsEnabled *bool + FlowLogsS3Bucket *string + FlowLogsS3Prefix *string + func (s *AcceleratorAttributes) SetFlowLogsEnabled(v bool) *AcceleratorAttributes + func (s *AcceleratorAttributes) SetFlowLogsS3Bucket(v string) *AcceleratorAttributes + func (s *AcceleratorAttributes) SetFlowLogsS3Prefix(v string) *AcceleratorAttributes + func (s AcceleratorAttributes) GoString() string + func (s AcceleratorAttributes) String() string + type CreateAcceleratorInput struct + Enabled *bool + IdempotencyToken *string + IpAddressType *string + Name *string + func (s *CreateAcceleratorInput) SetEnabled(v bool) *CreateAcceleratorInput + func (s *CreateAcceleratorInput) SetIdempotencyToken(v string) *CreateAcceleratorInput + func (s *CreateAcceleratorInput) SetIpAddressType(v string) *CreateAcceleratorInput + func (s *CreateAcceleratorInput) SetName(v string) *CreateAcceleratorInput + func (s *CreateAcceleratorInput) Validate() error + func (s CreateAcceleratorInput) GoString() string + func (s CreateAcceleratorInput) String() string + type CreateAcceleratorOutput struct + Accelerator *Accelerator + func (s *CreateAcceleratorOutput) SetAccelerator(v *Accelerator) *CreateAcceleratorOutput + func (s CreateAcceleratorOutput) GoString() string + func (s CreateAcceleratorOutput) String() string + type CreateEndpointGroupInput struct + EndpointConfigurations []*EndpointConfiguration + EndpointGroupRegion *string + HealthCheckIntervalSeconds *int64 + HealthCheckPath *string + HealthCheckPort *int64 + HealthCheckProtocol *string + IdempotencyToken *string + ListenerArn *string + ThresholdCount *int64 + TrafficDialPercentage *float64 + func (s *CreateEndpointGroupInput) SetEndpointConfigurations(v []*EndpointConfiguration) *CreateEndpointGroupInput + func (s *CreateEndpointGroupInput) SetEndpointGroupRegion(v string) *CreateEndpointGroupInput + func (s *CreateEndpointGroupInput) SetHealthCheckIntervalSeconds(v int64) *CreateEndpointGroupInput + func (s *CreateEndpointGroupInput) SetHealthCheckPath(v string) *CreateEndpointGroupInput + func (s *CreateEndpointGroupInput) SetHealthCheckPort(v int64) *CreateEndpointGroupInput + func (s *CreateEndpointGroupInput) SetHealthCheckProtocol(v string) *CreateEndpointGroupInput + func (s *CreateEndpointGroupInput) SetIdempotencyToken(v string) *CreateEndpointGroupInput + func (s *CreateEndpointGroupInput) SetListenerArn(v string) *CreateEndpointGroupInput + func (s *CreateEndpointGroupInput) SetThresholdCount(v int64) *CreateEndpointGroupInput + func (s *CreateEndpointGroupInput) SetTrafficDialPercentage(v float64) *CreateEndpointGroupInput + func (s *CreateEndpointGroupInput) Validate() error + func (s CreateEndpointGroupInput) GoString() string + func (s CreateEndpointGroupInput) String() string + type CreateEndpointGroupOutput struct + EndpointGroup *EndpointGroup + func (s *CreateEndpointGroupOutput) SetEndpointGroup(v *EndpointGroup) *CreateEndpointGroupOutput + func (s CreateEndpointGroupOutput) GoString() string + func (s CreateEndpointGroupOutput) String() string + type CreateListenerInput struct + AcceleratorArn *string + ClientAffinity *string + IdempotencyToken *string + PortRanges []*PortRange + Protocol *string + func (s *CreateListenerInput) SetAcceleratorArn(v string) *CreateListenerInput + func (s *CreateListenerInput) SetClientAffinity(v string) *CreateListenerInput + func (s *CreateListenerInput) SetIdempotencyToken(v string) *CreateListenerInput + func (s *CreateListenerInput) SetPortRanges(v []*PortRange) *CreateListenerInput + func (s *CreateListenerInput) SetProtocol(v string) *CreateListenerInput + func (s *CreateListenerInput) Validate() error + func (s CreateListenerInput) GoString() string + func (s CreateListenerInput) String() string + type CreateListenerOutput struct + Listener *Listener + func (s *CreateListenerOutput) SetListener(v *Listener) *CreateListenerOutput + func (s CreateListenerOutput) GoString() string + func (s CreateListenerOutput) String() string + type DeleteAcceleratorInput struct + AcceleratorArn *string + func (s *DeleteAcceleratorInput) SetAcceleratorArn(v string) *DeleteAcceleratorInput + func (s *DeleteAcceleratorInput) Validate() error + func (s DeleteAcceleratorInput) GoString() string + func (s DeleteAcceleratorInput) String() string + type DeleteAcceleratorOutput struct + func (s DeleteAcceleratorOutput) GoString() string + func (s DeleteAcceleratorOutput) String() string + type DeleteEndpointGroupInput struct + EndpointGroupArn *string + func (s *DeleteEndpointGroupInput) SetEndpointGroupArn(v string) *DeleteEndpointGroupInput + func (s *DeleteEndpointGroupInput) Validate() error + func (s DeleteEndpointGroupInput) GoString() string + func (s DeleteEndpointGroupInput) String() string + type DeleteEndpointGroupOutput struct + func (s DeleteEndpointGroupOutput) GoString() string + func (s DeleteEndpointGroupOutput) String() string + type DeleteListenerInput struct + ListenerArn *string + func (s *DeleteListenerInput) SetListenerArn(v string) *DeleteListenerInput + func (s *DeleteListenerInput) Validate() error + func (s DeleteListenerInput) GoString() string + func (s DeleteListenerInput) String() string + type DeleteListenerOutput struct + func (s DeleteListenerOutput) GoString() string + func (s DeleteListenerOutput) String() string + type DescribeAcceleratorAttributesInput struct + AcceleratorArn *string + func (s *DescribeAcceleratorAttributesInput) SetAcceleratorArn(v string) *DescribeAcceleratorAttributesInput + func (s DescribeAcceleratorAttributesInput) GoString() string + func (s DescribeAcceleratorAttributesInput) String() string + type DescribeAcceleratorAttributesOutput struct + AcceleratorAttributes *AcceleratorAttributes + func (s *DescribeAcceleratorAttributesOutput) SetAcceleratorAttributes(v *AcceleratorAttributes) *DescribeAcceleratorAttributesOutput + func (s DescribeAcceleratorAttributesOutput) GoString() string + func (s DescribeAcceleratorAttributesOutput) String() string + type DescribeAcceleratorInput struct + AcceleratorArn *string + func (s *DescribeAcceleratorInput) SetAcceleratorArn(v string) *DescribeAcceleratorInput + func (s *DescribeAcceleratorInput) Validate() error + func (s DescribeAcceleratorInput) GoString() string + func (s DescribeAcceleratorInput) String() string + type DescribeAcceleratorOutput struct + Accelerator *Accelerator + func (s *DescribeAcceleratorOutput) SetAccelerator(v *Accelerator) *DescribeAcceleratorOutput + func (s DescribeAcceleratorOutput) GoString() string + func (s DescribeAcceleratorOutput) String() string + type DescribeEndpointGroupInput struct + EndpointGroupArn *string + func (s *DescribeEndpointGroupInput) SetEndpointGroupArn(v string) *DescribeEndpointGroupInput + func (s *DescribeEndpointGroupInput) Validate() error + func (s DescribeEndpointGroupInput) GoString() string + func (s DescribeEndpointGroupInput) String() string + type DescribeEndpointGroupOutput struct + EndpointGroup *EndpointGroup + func (s *DescribeEndpointGroupOutput) SetEndpointGroup(v *EndpointGroup) *DescribeEndpointGroupOutput + func (s DescribeEndpointGroupOutput) GoString() string + func (s DescribeEndpointGroupOutput) String() string + type DescribeListenerInput struct + ListenerArn *string + func (s *DescribeListenerInput) SetListenerArn(v string) *DescribeListenerInput + func (s *DescribeListenerInput) Validate() error + func (s DescribeListenerInput) GoString() string + func (s DescribeListenerInput) String() string + type DescribeListenerOutput struct + Listener *Listener + func (s *DescribeListenerOutput) SetListener(v *Listener) *DescribeListenerOutput + func (s DescribeListenerOutput) GoString() string + func (s DescribeListenerOutput) String() string + type EndpointConfiguration struct + EndpointId *string + Weight *int64 + func (s *EndpointConfiguration) SetEndpointId(v string) *EndpointConfiguration + func (s *EndpointConfiguration) SetWeight(v int64) *EndpointConfiguration + func (s EndpointConfiguration) GoString() string + func (s EndpointConfiguration) String() string + type EndpointDescription struct + EndpointId *string + HealthReason *string + HealthState *string + Weight *int64 + func (s *EndpointDescription) SetEndpointId(v string) *EndpointDescription + func (s *EndpointDescription) SetHealthReason(v string) *EndpointDescription + func (s *EndpointDescription) SetHealthState(v string) *EndpointDescription + func (s *EndpointDescription) SetWeight(v int64) *EndpointDescription + func (s EndpointDescription) GoString() string + func (s EndpointDescription) String() string + type EndpointGroup struct + EndpointDescriptions []*EndpointDescription + EndpointGroupArn *string + EndpointGroupRegion *string + HealthCheckIntervalSeconds *int64 + HealthCheckPath *string + HealthCheckPort *int64 + HealthCheckProtocol *string + ThresholdCount *int64 + TrafficDialPercentage *float64 + func (s *EndpointGroup) SetEndpointDescriptions(v []*EndpointDescription) *EndpointGroup + func (s *EndpointGroup) SetEndpointGroupArn(v string) *EndpointGroup + func (s *EndpointGroup) SetEndpointGroupRegion(v string) *EndpointGroup + func (s *EndpointGroup) SetHealthCheckIntervalSeconds(v int64) *EndpointGroup + func (s *EndpointGroup) SetHealthCheckPath(v string) *EndpointGroup + func (s *EndpointGroup) SetHealthCheckPort(v int64) *EndpointGroup + func (s *EndpointGroup) SetHealthCheckProtocol(v string) *EndpointGroup + func (s *EndpointGroup) SetThresholdCount(v int64) *EndpointGroup + func (s *EndpointGroup) SetTrafficDialPercentage(v float64) *EndpointGroup + func (s EndpointGroup) GoString() string + func (s EndpointGroup) String() string + type GlobalAccelerator struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *GlobalAccelerator + func (c *GlobalAccelerator) CreateAccelerator(input *CreateAcceleratorInput) (*CreateAcceleratorOutput, error) + func (c *GlobalAccelerator) CreateAcceleratorRequest(input *CreateAcceleratorInput) (req *request.Request, output *CreateAcceleratorOutput) + func (c *GlobalAccelerator) CreateAcceleratorWithContext(ctx aws.Context, input *CreateAcceleratorInput, opts ...request.Option) (*CreateAcceleratorOutput, error) + func (c *GlobalAccelerator) CreateEndpointGroup(input *CreateEndpointGroupInput) (*CreateEndpointGroupOutput, error) + func (c *GlobalAccelerator) CreateEndpointGroupRequest(input *CreateEndpointGroupInput) (req *request.Request, output *CreateEndpointGroupOutput) + func (c *GlobalAccelerator) CreateEndpointGroupWithContext(ctx aws.Context, input *CreateEndpointGroupInput, opts ...request.Option) (*CreateEndpointGroupOutput, error) + func (c *GlobalAccelerator) CreateListener(input *CreateListenerInput) (*CreateListenerOutput, error) + func (c *GlobalAccelerator) CreateListenerRequest(input *CreateListenerInput) (req *request.Request, output *CreateListenerOutput) + func (c *GlobalAccelerator) CreateListenerWithContext(ctx aws.Context, input *CreateListenerInput, opts ...request.Option) (*CreateListenerOutput, error) + func (c *GlobalAccelerator) DeleteAccelerator(input *DeleteAcceleratorInput) (*DeleteAcceleratorOutput, error) + func (c *GlobalAccelerator) DeleteAcceleratorRequest(input *DeleteAcceleratorInput) (req *request.Request, output *DeleteAcceleratorOutput) + func (c *GlobalAccelerator) DeleteAcceleratorWithContext(ctx aws.Context, input *DeleteAcceleratorInput, opts ...request.Option) (*DeleteAcceleratorOutput, error) + func (c *GlobalAccelerator) DeleteEndpointGroup(input *DeleteEndpointGroupInput) (*DeleteEndpointGroupOutput, error) + func (c *GlobalAccelerator) DeleteEndpointGroupRequest(input *DeleteEndpointGroupInput) (req *request.Request, output *DeleteEndpointGroupOutput) + func (c *GlobalAccelerator) DeleteEndpointGroupWithContext(ctx aws.Context, input *DeleteEndpointGroupInput, opts ...request.Option) (*DeleteEndpointGroupOutput, error) + func (c *GlobalAccelerator) DeleteListener(input *DeleteListenerInput) (*DeleteListenerOutput, error) + func (c *GlobalAccelerator) DeleteListenerRequest(input *DeleteListenerInput) (req *request.Request, output *DeleteListenerOutput) + func (c *GlobalAccelerator) DeleteListenerWithContext(ctx aws.Context, input *DeleteListenerInput, opts ...request.Option) (*DeleteListenerOutput, error) + func (c *GlobalAccelerator) DescribeAccelerator(input *DescribeAcceleratorInput) (*DescribeAcceleratorOutput, error) + func (c *GlobalAccelerator) DescribeAcceleratorAttributes(input *DescribeAcceleratorAttributesInput) (*DescribeAcceleratorAttributesOutput, error) + func (c *GlobalAccelerator) DescribeAcceleratorAttributesRequest(input *DescribeAcceleratorAttributesInput) (req *request.Request, output *DescribeAcceleratorAttributesOutput) + func (c *GlobalAccelerator) DescribeAcceleratorAttributesWithContext(ctx aws.Context, input *DescribeAcceleratorAttributesInput, ...) (*DescribeAcceleratorAttributesOutput, error) + func (c *GlobalAccelerator) DescribeAcceleratorRequest(input *DescribeAcceleratorInput) (req *request.Request, output *DescribeAcceleratorOutput) + func (c *GlobalAccelerator) DescribeAcceleratorWithContext(ctx aws.Context, input *DescribeAcceleratorInput, opts ...request.Option) (*DescribeAcceleratorOutput, error) + func (c *GlobalAccelerator) DescribeEndpointGroup(input *DescribeEndpointGroupInput) (*DescribeEndpointGroupOutput, error) + func (c *GlobalAccelerator) DescribeEndpointGroupRequest(input *DescribeEndpointGroupInput) (req *request.Request, output *DescribeEndpointGroupOutput) + func (c *GlobalAccelerator) DescribeEndpointGroupWithContext(ctx aws.Context, input *DescribeEndpointGroupInput, opts ...request.Option) (*DescribeEndpointGroupOutput, error) + func (c *GlobalAccelerator) DescribeListener(input *DescribeListenerInput) (*DescribeListenerOutput, error) + func (c *GlobalAccelerator) DescribeListenerRequest(input *DescribeListenerInput) (req *request.Request, output *DescribeListenerOutput) + func (c *GlobalAccelerator) DescribeListenerWithContext(ctx aws.Context, input *DescribeListenerInput, opts ...request.Option) (*DescribeListenerOutput, error) + func (c *GlobalAccelerator) ListAccelerators(input *ListAcceleratorsInput) (*ListAcceleratorsOutput, error) + func (c *GlobalAccelerator) ListAcceleratorsRequest(input *ListAcceleratorsInput) (req *request.Request, output *ListAcceleratorsOutput) + func (c *GlobalAccelerator) ListAcceleratorsWithContext(ctx aws.Context, input *ListAcceleratorsInput, opts ...request.Option) (*ListAcceleratorsOutput, error) + func (c *GlobalAccelerator) ListEndpointGroups(input *ListEndpointGroupsInput) (*ListEndpointGroupsOutput, error) + func (c *GlobalAccelerator) ListEndpointGroupsRequest(input *ListEndpointGroupsInput) (req *request.Request, output *ListEndpointGroupsOutput) + func (c *GlobalAccelerator) ListEndpointGroupsWithContext(ctx aws.Context, input *ListEndpointGroupsInput, opts ...request.Option) (*ListEndpointGroupsOutput, error) + func (c *GlobalAccelerator) ListListeners(input *ListListenersInput) (*ListListenersOutput, error) + func (c *GlobalAccelerator) ListListenersRequest(input *ListListenersInput) (req *request.Request, output *ListListenersOutput) + func (c *GlobalAccelerator) ListListenersWithContext(ctx aws.Context, input *ListListenersInput, opts ...request.Option) (*ListListenersOutput, error) + func (c *GlobalAccelerator) UpdateAccelerator(input *UpdateAcceleratorInput) (*UpdateAcceleratorOutput, error) + func (c *GlobalAccelerator) UpdateAcceleratorAttributes(input *UpdateAcceleratorAttributesInput) (*UpdateAcceleratorAttributesOutput, error) + func (c *GlobalAccelerator) UpdateAcceleratorAttributesRequest(input *UpdateAcceleratorAttributesInput) (req *request.Request, output *UpdateAcceleratorAttributesOutput) + func (c *GlobalAccelerator) UpdateAcceleratorAttributesWithContext(ctx aws.Context, input *UpdateAcceleratorAttributesInput, ...) (*UpdateAcceleratorAttributesOutput, error) + func (c *GlobalAccelerator) UpdateAcceleratorRequest(input *UpdateAcceleratorInput) (req *request.Request, output *UpdateAcceleratorOutput) + func (c *GlobalAccelerator) UpdateAcceleratorWithContext(ctx aws.Context, input *UpdateAcceleratorInput, opts ...request.Option) (*UpdateAcceleratorOutput, error) + func (c *GlobalAccelerator) UpdateEndpointGroup(input *UpdateEndpointGroupInput) (*UpdateEndpointGroupOutput, error) + func (c *GlobalAccelerator) UpdateEndpointGroupRequest(input *UpdateEndpointGroupInput) (req *request.Request, output *UpdateEndpointGroupOutput) + func (c *GlobalAccelerator) UpdateEndpointGroupWithContext(ctx aws.Context, input *UpdateEndpointGroupInput, opts ...request.Option) (*UpdateEndpointGroupOutput, error) + func (c *GlobalAccelerator) UpdateListener(input *UpdateListenerInput) (*UpdateListenerOutput, error) + func (c *GlobalAccelerator) UpdateListenerRequest(input *UpdateListenerInput) (req *request.Request, output *UpdateListenerOutput) + func (c *GlobalAccelerator) UpdateListenerWithContext(ctx aws.Context, input *UpdateListenerInput, opts ...request.Option) (*UpdateListenerOutput, error) + type IpSet struct + IpAddresses []*string + IpFamily *string + func (s *IpSet) SetIpAddresses(v []*string) *IpSet + func (s *IpSet) SetIpFamily(v string) *IpSet + func (s IpSet) GoString() string + func (s IpSet) String() string + type ListAcceleratorsInput struct + MaxResults *int64 + NextToken *string + func (s *ListAcceleratorsInput) SetMaxResults(v int64) *ListAcceleratorsInput + func (s *ListAcceleratorsInput) SetNextToken(v string) *ListAcceleratorsInput + func (s *ListAcceleratorsInput) Validate() error + func (s ListAcceleratorsInput) GoString() string + func (s ListAcceleratorsInput) String() string + type ListAcceleratorsOutput struct + Accelerators []*Accelerator + NextToken *string + func (s *ListAcceleratorsOutput) SetAccelerators(v []*Accelerator) *ListAcceleratorsOutput + func (s *ListAcceleratorsOutput) SetNextToken(v string) *ListAcceleratorsOutput + func (s ListAcceleratorsOutput) GoString() string + func (s ListAcceleratorsOutput) String() string + type ListEndpointGroupsInput struct + ListenerArn *string + MaxResults *int64 + NextToken *string + func (s *ListEndpointGroupsInput) SetListenerArn(v string) *ListEndpointGroupsInput + func (s *ListEndpointGroupsInput) SetMaxResults(v int64) *ListEndpointGroupsInput + func (s *ListEndpointGroupsInput) SetNextToken(v string) *ListEndpointGroupsInput + func (s *ListEndpointGroupsInput) Validate() error + func (s ListEndpointGroupsInput) GoString() string + func (s ListEndpointGroupsInput) String() string + type ListEndpointGroupsOutput struct + EndpointGroups []*EndpointGroup + NextToken *string + func (s *ListEndpointGroupsOutput) SetEndpointGroups(v []*EndpointGroup) *ListEndpointGroupsOutput + func (s *ListEndpointGroupsOutput) SetNextToken(v string) *ListEndpointGroupsOutput + func (s ListEndpointGroupsOutput) GoString() string + func (s ListEndpointGroupsOutput) String() string + type ListListenersInput struct + AcceleratorArn *string + MaxResults *int64 + NextToken *string + func (s *ListListenersInput) SetAcceleratorArn(v string) *ListListenersInput + func (s *ListListenersInput) SetMaxResults(v int64) *ListListenersInput + func (s *ListListenersInput) SetNextToken(v string) *ListListenersInput + func (s *ListListenersInput) Validate() error + func (s ListListenersInput) GoString() string + func (s ListListenersInput) String() string + type ListListenersOutput struct + Listeners []*Listener + NextToken *string + func (s *ListListenersOutput) SetListeners(v []*Listener) *ListListenersOutput + func (s *ListListenersOutput) SetNextToken(v string) *ListListenersOutput + func (s ListListenersOutput) GoString() string + func (s ListListenersOutput) String() string + type Listener struct + ClientAffinity *string + ListenerArn *string + PortRanges []*PortRange + Protocol *string + func (s *Listener) SetClientAffinity(v string) *Listener + func (s *Listener) SetListenerArn(v string) *Listener + func (s *Listener) SetPortRanges(v []*PortRange) *Listener + func (s *Listener) SetProtocol(v string) *Listener + func (s Listener) GoString() string + func (s Listener) String() string + type PortRange struct + FromPort *int64 + ToPort *int64 + func (s *PortRange) SetFromPort(v int64) *PortRange + func (s *PortRange) SetToPort(v int64) *PortRange + func (s *PortRange) Validate() error + func (s PortRange) GoString() string + func (s PortRange) String() string + type UpdateAcceleratorAttributesInput struct + AcceleratorArn *string + FlowLogsEnabled *bool + FlowLogsS3Bucket *string + FlowLogsS3Prefix *string + func (s *UpdateAcceleratorAttributesInput) SetAcceleratorArn(v string) *UpdateAcceleratorAttributesInput + func (s *UpdateAcceleratorAttributesInput) SetFlowLogsEnabled(v bool) *UpdateAcceleratorAttributesInput + func (s *UpdateAcceleratorAttributesInput) SetFlowLogsS3Bucket(v string) *UpdateAcceleratorAttributesInput + func (s *UpdateAcceleratorAttributesInput) SetFlowLogsS3Prefix(v string) *UpdateAcceleratorAttributesInput + func (s UpdateAcceleratorAttributesInput) GoString() string + func (s UpdateAcceleratorAttributesInput) String() string + type UpdateAcceleratorAttributesOutput struct + AcceleratorAttributes *AcceleratorAttributes + func (s *UpdateAcceleratorAttributesOutput) SetAcceleratorAttributes(v *AcceleratorAttributes) *UpdateAcceleratorAttributesOutput + func (s UpdateAcceleratorAttributesOutput) GoString() string + func (s UpdateAcceleratorAttributesOutput) String() string + type UpdateAcceleratorInput struct + AcceleratorArn *string + Enabled *bool + IpAddressType *string + Name *string + func (s *UpdateAcceleratorInput) SetAcceleratorArn(v string) *UpdateAcceleratorInput + func (s *UpdateAcceleratorInput) SetEnabled(v bool) *UpdateAcceleratorInput + func (s *UpdateAcceleratorInput) SetIpAddressType(v string) *UpdateAcceleratorInput + func (s *UpdateAcceleratorInput) SetName(v string) *UpdateAcceleratorInput + func (s *UpdateAcceleratorInput) Validate() error + func (s UpdateAcceleratorInput) GoString() string + func (s UpdateAcceleratorInput) String() string + type UpdateAcceleratorOutput struct + Accelerator *Accelerator + func (s *UpdateAcceleratorOutput) SetAccelerator(v *Accelerator) *UpdateAcceleratorOutput + func (s UpdateAcceleratorOutput) GoString() string + func (s UpdateAcceleratorOutput) String() string + type UpdateEndpointGroupInput struct + EndpointConfigurations []*EndpointConfiguration + EndpointGroupArn *string + HealthCheckIntervalSeconds *int64 + HealthCheckPath *string + HealthCheckPort *int64 + HealthCheckProtocol *string + ThresholdCount *int64 + TrafficDialPercentage *float64 + func (s *UpdateEndpointGroupInput) SetEndpointConfigurations(v []*EndpointConfiguration) *UpdateEndpointGroupInput + func (s *UpdateEndpointGroupInput) SetEndpointGroupArn(v string) *UpdateEndpointGroupInput + func (s *UpdateEndpointGroupInput) SetHealthCheckIntervalSeconds(v int64) *UpdateEndpointGroupInput + func (s *UpdateEndpointGroupInput) SetHealthCheckPath(v string) *UpdateEndpointGroupInput + func (s *UpdateEndpointGroupInput) SetHealthCheckPort(v int64) *UpdateEndpointGroupInput + func (s *UpdateEndpointGroupInput) SetHealthCheckProtocol(v string) *UpdateEndpointGroupInput + func (s *UpdateEndpointGroupInput) SetThresholdCount(v int64) *UpdateEndpointGroupInput + func (s *UpdateEndpointGroupInput) SetTrafficDialPercentage(v float64) *UpdateEndpointGroupInput + func (s *UpdateEndpointGroupInput) Validate() error + func (s UpdateEndpointGroupInput) GoString() string + func (s UpdateEndpointGroupInput) String() string + type UpdateEndpointGroupOutput struct + EndpointGroup *EndpointGroup + func (s *UpdateEndpointGroupOutput) SetEndpointGroup(v *EndpointGroup) *UpdateEndpointGroupOutput + func (s UpdateEndpointGroupOutput) GoString() string + func (s UpdateEndpointGroupOutput) String() string + type UpdateListenerInput struct + ClientAffinity *string + ListenerArn *string + PortRanges []*PortRange + Protocol *string + func (s *UpdateListenerInput) SetClientAffinity(v string) *UpdateListenerInput + func (s *UpdateListenerInput) SetListenerArn(v string) *UpdateListenerInput + func (s *UpdateListenerInput) SetPortRanges(v []*PortRange) *UpdateListenerInput + func (s *UpdateListenerInput) SetProtocol(v string) *UpdateListenerInput + func (s *UpdateListenerInput) Validate() error + func (s UpdateListenerInput) GoString() string + func (s UpdateListenerInput) String() string + type UpdateListenerOutput struct + Listener *Listener + func (s *UpdateListenerOutput) SetListener(v *Listener) *UpdateListenerOutput + func (s UpdateListenerOutput) GoString() string + func (s UpdateListenerOutput) String() string