Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const EndpointsID + const ServiceID + const ServiceName + type AwsEndpointDiscoveryTest struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *AwsEndpointDiscoveryTest + func (c *AwsEndpointDiscoveryTest) DescribeEndpoints(input *DescribeEndpointsInput) (*DescribeEndpointsOutput, error) + func (c *AwsEndpointDiscoveryTest) DescribeEndpointsRequest(input *DescribeEndpointsInput) (req *request.Request, output *DescribeEndpointsOutput) + func (c *AwsEndpointDiscoveryTest) DescribeEndpointsWithContext(ctx aws.Context, input *DescribeEndpointsInput, opts ...request.Option) (*DescribeEndpointsOutput, error) + func (c *AwsEndpointDiscoveryTest) TestDiscoveryIdentifiersRequired(input *TestDiscoveryIdentifiersRequiredInput) (*TestDiscoveryIdentifiersRequiredOutput, error) + func (c *AwsEndpointDiscoveryTest) TestDiscoveryIdentifiersRequiredRequest(input *TestDiscoveryIdentifiersRequiredInput) (req *request.Request, output *TestDiscoveryIdentifiersRequiredOutput) + func (c *AwsEndpointDiscoveryTest) TestDiscoveryIdentifiersRequiredWithContext(ctx aws.Context, input *TestDiscoveryIdentifiersRequiredInput, ...) (*TestDiscoveryIdentifiersRequiredOutput, error) + func (c *AwsEndpointDiscoveryTest) TestDiscoveryOptional(input *TestDiscoveryOptionalInput) (*TestDiscoveryOptionalOutput, error) + func (c *AwsEndpointDiscoveryTest) TestDiscoveryOptionalRequest(input *TestDiscoveryOptionalInput) (req *request.Request, output *TestDiscoveryOptionalOutput) + func (c *AwsEndpointDiscoveryTest) TestDiscoveryOptionalWithContext(ctx aws.Context, input *TestDiscoveryOptionalInput, opts ...request.Option) (*TestDiscoveryOptionalOutput, error) + func (c *AwsEndpointDiscoveryTest) TestDiscoveryRequired(input *TestDiscoveryRequiredInput) (*TestDiscoveryRequiredOutput, error) + func (c *AwsEndpointDiscoveryTest) TestDiscoveryRequiredRequest(input *TestDiscoveryRequiredInput) (req *request.Request, output *TestDiscoveryRequiredOutput) + func (c *AwsEndpointDiscoveryTest) TestDiscoveryRequiredWithContext(ctx aws.Context, input *TestDiscoveryRequiredInput, opts ...request.Option) (*TestDiscoveryRequiredOutput, error) + type DescribeEndpointsInput struct + Operation *string + func (s *DescribeEndpointsInput) SetOperation(v string) *DescribeEndpointsInput + func (s DescribeEndpointsInput) GoString() string + func (s DescribeEndpointsInput) String() string + type DescribeEndpointsOutput struct + Endpoints []*Endpoint + func (s *DescribeEndpointsOutput) SetEndpoints(v []*Endpoint) *DescribeEndpointsOutput + func (s DescribeEndpointsOutput) GoString() string + func (s DescribeEndpointsOutput) String() string + type Endpoint struct + Address *string + CachePeriodInMinutes *int64 + func (s *Endpoint) SetAddress(v string) *Endpoint + func (s *Endpoint) SetCachePeriodInMinutes(v int64) *Endpoint + func (s Endpoint) GoString() string + func (s Endpoint) String() string + type TestDiscoveryIdentifiersRequiredInput struct + Sdk *string + func (s *TestDiscoveryIdentifiersRequiredInput) SetSdk(v string) *TestDiscoveryIdentifiersRequiredInput + func (s *TestDiscoveryIdentifiersRequiredInput) Validate() error + func (s TestDiscoveryIdentifiersRequiredInput) GoString() string + func (s TestDiscoveryIdentifiersRequiredInput) String() string + type TestDiscoveryIdentifiersRequiredOutput struct + RequestSuccessful *bool + func (s *TestDiscoveryIdentifiersRequiredOutput) SetRequestSuccessful(v bool) *TestDiscoveryIdentifiersRequiredOutput + func (s TestDiscoveryIdentifiersRequiredOutput) GoString() string + func (s TestDiscoveryIdentifiersRequiredOutput) String() string + type TestDiscoveryOptionalInput struct + Sdk *string + func (s *TestDiscoveryOptionalInput) SetSdk(v string) *TestDiscoveryOptionalInput + func (s TestDiscoveryOptionalInput) GoString() string + func (s TestDiscoveryOptionalInput) String() string + type TestDiscoveryOptionalOutput struct + RequestSuccessful *bool + func (s *TestDiscoveryOptionalOutput) SetRequestSuccessful(v bool) *TestDiscoveryOptionalOutput + func (s TestDiscoveryOptionalOutput) GoString() string + func (s TestDiscoveryOptionalOutput) String() string + type TestDiscoveryRequiredInput struct + Sdk *string + func (s *TestDiscoveryRequiredInput) SetSdk(v string) *TestDiscoveryRequiredInput + func (s TestDiscoveryRequiredInput) GoString() string + func (s TestDiscoveryRequiredInput) String() string + type TestDiscoveryRequiredOutput struct + RequestSuccessful *bool + func (s *TestDiscoveryRequiredOutput) SetRequestSuccessful(v bool) *TestDiscoveryRequiredOutput + func (s TestDiscoveryRequiredOutput) GoString() string + func (s TestDiscoveryRequiredOutput) String() string