Documentation
¶
Overview ¶
Package awsrestjson provides the API client, operations, and parameter types for Sample Rest Json Protocol Service.
A REST JSON service that sends JSON requests and responses.
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 AllQueryStringTypesInput
- type AllQueryStringTypesOutput
- type AuthResolverParameters
- type AuthSchemeResolver
- type Client
- func (c *Client) AllQueryStringTypes(ctx context.Context, params *AllQueryStringTypesInput, ...) (*AllQueryStringTypesOutput, error)
- func (c *Client) ConstantAndVariableQueryString(ctx context.Context, params *ConstantAndVariableQueryStringInput, ...) (*ConstantAndVariableQueryStringOutput, error)
- func (c *Client) ConstantQueryString(ctx context.Context, params *ConstantQueryStringInput, ...) (*ConstantQueryStringOutput, error)
- func (c *Client) DatetimeOffsets(ctx context.Context, params *DatetimeOffsetsInput, optFns ...func(*Options)) (*DatetimeOffsetsOutput, error)
- func (c *Client) DocumentType(ctx context.Context, params *DocumentTypeInput, optFns ...func(*Options)) (*DocumentTypeOutput, error)
- func (c *Client) DocumentTypeAsMapValue(ctx context.Context, params *DocumentTypeAsMapValueInput, ...) (*DocumentTypeAsMapValueOutput, error)
- func (c *Client) DocumentTypeAsPayload(ctx context.Context, params *DocumentTypeAsPayloadInput, ...) (*DocumentTypeAsPayloadOutput, error)
- func (c *Client) EmptyInputAndEmptyOutput(ctx context.Context, params *EmptyInputAndEmptyOutputInput, ...) (*EmptyInputAndEmptyOutputOutput, error)
- func (c *Client) EndpointOperation(ctx context.Context, params *EndpointOperationInput, optFns ...func(*Options)) (*EndpointOperationOutput, error)
- func (c *Client) EndpointWithHostLabelOperation(ctx context.Context, params *EndpointWithHostLabelOperationInput, ...) (*EndpointWithHostLabelOperationOutput, error)
- func (c *Client) FractionalSeconds(ctx context.Context, params *FractionalSecondsInput, optFns ...func(*Options)) (*FractionalSecondsOutput, error)
- func (c *Client) GreetingWithErrors(ctx context.Context, params *GreetingWithErrorsInput, optFns ...func(*Options)) (*GreetingWithErrorsOutput, error)
- func (c *Client) HostWithPathOperation(ctx context.Context, params *HostWithPathOperationInput, ...) (*HostWithPathOperationOutput, error)
- func (c *Client) HttpChecksumRequired(ctx context.Context, params *HttpChecksumRequiredInput, ...) (*HttpChecksumRequiredOutput, error)
- func (c *Client) HttpEnumPayload(ctx context.Context, params *HttpEnumPayloadInput, optFns ...func(*Options)) (*HttpEnumPayloadOutput, error)
- func (c *Client) HttpPayloadTraits(ctx context.Context, params *HttpPayloadTraitsInput, optFns ...func(*Options)) (*HttpPayloadTraitsOutput, error)
- func (c *Client) HttpPayloadTraitsWithMediaType(ctx context.Context, params *HttpPayloadTraitsWithMediaTypeInput, ...) (*HttpPayloadTraitsWithMediaTypeOutput, error)
- func (c *Client) HttpPayloadWithStructure(ctx context.Context, params *HttpPayloadWithStructureInput, ...) (*HttpPayloadWithStructureOutput, error)
- func (c *Client) HttpPayloadWithUnion(ctx context.Context, params *HttpPayloadWithUnionInput, ...) (*HttpPayloadWithUnionOutput, error)
- func (c *Client) HttpPrefixHeaders(ctx context.Context, params *HttpPrefixHeadersInput, optFns ...func(*Options)) (*HttpPrefixHeadersOutput, error)
- func (c *Client) HttpPrefixHeadersInResponse(ctx context.Context, params *HttpPrefixHeadersInResponseInput, ...) (*HttpPrefixHeadersInResponseOutput, error)
- func (c *Client) HttpRequestWithFloatLabels(ctx context.Context, params *HttpRequestWithFloatLabelsInput, ...) (*HttpRequestWithFloatLabelsOutput, error)
- func (c *Client) HttpRequestWithGreedyLabelInPath(ctx context.Context, params *HttpRequestWithGreedyLabelInPathInput, ...) (*HttpRequestWithGreedyLabelInPathOutput, error)
- func (c *Client) HttpRequestWithLabels(ctx context.Context, params *HttpRequestWithLabelsInput, ...) (*HttpRequestWithLabelsOutput, error)
- func (c *Client) HttpRequestWithLabelsAndTimestampFormat(ctx context.Context, params *HttpRequestWithLabelsAndTimestampFormatInput, ...) (*HttpRequestWithLabelsAndTimestampFormatOutput, error)
- func (c *Client) HttpRequestWithRegexLiteral(ctx context.Context, params *HttpRequestWithRegexLiteralInput, ...) (*HttpRequestWithRegexLiteralOutput, error)
- func (c *Client) HttpResponseCode(ctx context.Context, params *HttpResponseCodeInput, optFns ...func(*Options)) (*HttpResponseCodeOutput, error)
- func (c *Client) HttpStringPayload(ctx context.Context, params *HttpStringPayloadInput, optFns ...func(*Options)) (*HttpStringPayloadOutput, error)
- func (c *Client) IgnoreQueryParamsInResponse(ctx context.Context, params *IgnoreQueryParamsInResponseInput, ...) (*IgnoreQueryParamsInResponseOutput, error)
- func (c *Client) InputAndOutputWithHeaders(ctx context.Context, params *InputAndOutputWithHeadersInput, ...) (*InputAndOutputWithHeadersOutput, error)
- func (c *Client) JsonBlobs(ctx context.Context, params *JsonBlobsInput, optFns ...func(*Options)) (*JsonBlobsOutput, error)
- func (c *Client) JsonEnums(ctx context.Context, params *JsonEnumsInput, optFns ...func(*Options)) (*JsonEnumsOutput, error)
- func (c *Client) JsonIntEnums(ctx context.Context, params *JsonIntEnumsInput, optFns ...func(*Options)) (*JsonIntEnumsOutput, error)
- func (c *Client) JsonLists(ctx context.Context, params *JsonListsInput, optFns ...func(*Options)) (*JsonListsOutput, error)
- func (c *Client) JsonMaps(ctx context.Context, params *JsonMapsInput, optFns ...func(*Options)) (*JsonMapsOutput, error)
- func (c *Client) JsonTimestamps(ctx context.Context, params *JsonTimestampsInput, optFns ...func(*Options)) (*JsonTimestampsOutput, error)
- func (c *Client) JsonUnions(ctx context.Context, params *JsonUnionsInput, optFns ...func(*Options)) (*JsonUnionsOutput, error)
- func (c *Client) MalformedAcceptWithBody(ctx context.Context, params *MalformedAcceptWithBodyInput, ...) (*MalformedAcceptWithBodyOutput, error)
- func (c *Client) MalformedAcceptWithGenericString(ctx context.Context, params *MalformedAcceptWithGenericStringInput, ...) (*MalformedAcceptWithGenericStringOutput, error)
- func (c *Client) MalformedAcceptWithPayload(ctx context.Context, params *MalformedAcceptWithPayloadInput, ...) (*MalformedAcceptWithPayloadOutput, error)
- func (c *Client) MalformedBlob(ctx context.Context, params *MalformedBlobInput, optFns ...func(*Options)) (*MalformedBlobOutput, error)
- func (c *Client) MalformedBoolean(ctx context.Context, params *MalformedBooleanInput, optFns ...func(*Options)) (*MalformedBooleanOutput, error)
- func (c *Client) MalformedByte(ctx context.Context, params *MalformedByteInput, optFns ...func(*Options)) (*MalformedByteOutput, error)
- func (c *Client) MalformedContentTypeWithBody(ctx context.Context, params *MalformedContentTypeWithBodyInput, ...) (*MalformedContentTypeWithBodyOutput, error)
- func (c *Client) MalformedContentTypeWithGenericString(ctx context.Context, params *MalformedContentTypeWithGenericStringInput, ...) (*MalformedContentTypeWithGenericStringOutput, error)
- func (c *Client) MalformedContentTypeWithPayload(ctx context.Context, params *MalformedContentTypeWithPayloadInput, ...) (*MalformedContentTypeWithPayloadOutput, error)
- func (c *Client) MalformedContentTypeWithoutBody(ctx context.Context, params *MalformedContentTypeWithoutBodyInput, ...) (*MalformedContentTypeWithoutBodyOutput, error)
- func (c *Client) MalformedDouble(ctx context.Context, params *MalformedDoubleInput, optFns ...func(*Options)) (*MalformedDoubleOutput, error)
- func (c *Client) MalformedFloat(ctx context.Context, params *MalformedFloatInput, optFns ...func(*Options)) (*MalformedFloatOutput, error)
- func (c *Client) MalformedInteger(ctx context.Context, params *MalformedIntegerInput, optFns ...func(*Options)) (*MalformedIntegerOutput, error)
- func (c *Client) MalformedList(ctx context.Context, params *MalformedListInput, optFns ...func(*Options)) (*MalformedListOutput, error)
- func (c *Client) MalformedLong(ctx context.Context, params *MalformedLongInput, optFns ...func(*Options)) (*MalformedLongOutput, error)
- func (c *Client) MalformedMap(ctx context.Context, params *MalformedMapInput, optFns ...func(*Options)) (*MalformedMapOutput, error)
- func (c *Client) MalformedRequestBody(ctx context.Context, params *MalformedRequestBodyInput, ...) (*MalformedRequestBodyOutput, error)
- func (c *Client) MalformedShort(ctx context.Context, params *MalformedShortInput, optFns ...func(*Options)) (*MalformedShortOutput, error)
- func (c *Client) MalformedString(ctx context.Context, params *MalformedStringInput, optFns ...func(*Options)) (*MalformedStringOutput, error)
- func (c *Client) MalformedTimestampBodyDateTime(ctx context.Context, params *MalformedTimestampBodyDateTimeInput, ...) (*MalformedTimestampBodyDateTimeOutput, error)
- func (c *Client) MalformedTimestampBodyDefault(ctx context.Context, params *MalformedTimestampBodyDefaultInput, ...) (*MalformedTimestampBodyDefaultOutput, error)
- func (c *Client) MalformedTimestampBodyHttpDate(ctx context.Context, params *MalformedTimestampBodyHttpDateInput, ...) (*MalformedTimestampBodyHttpDateOutput, error)
- func (c *Client) MalformedTimestampHeaderDateTime(ctx context.Context, params *MalformedTimestampHeaderDateTimeInput, ...) (*MalformedTimestampHeaderDateTimeOutput, error)
- func (c *Client) MalformedTimestampHeaderDefault(ctx context.Context, params *MalformedTimestampHeaderDefaultInput, ...) (*MalformedTimestampHeaderDefaultOutput, error)
- func (c *Client) MalformedTimestampHeaderEpoch(ctx context.Context, params *MalformedTimestampHeaderEpochInput, ...) (*MalformedTimestampHeaderEpochOutput, error)
- func (c *Client) MalformedTimestampPathDefault(ctx context.Context, params *MalformedTimestampPathDefaultInput, ...) (*MalformedTimestampPathDefaultOutput, error)
- func (c *Client) MalformedTimestampPathEpoch(ctx context.Context, params *MalformedTimestampPathEpochInput, ...) (*MalformedTimestampPathEpochOutput, error)
- func (c *Client) MalformedTimestampPathHttpDate(ctx context.Context, params *MalformedTimestampPathHttpDateInput, ...) (*MalformedTimestampPathHttpDateOutput, error)
- func (c *Client) MalformedTimestampQueryDefault(ctx context.Context, params *MalformedTimestampQueryDefaultInput, ...) (*MalformedTimestampQueryDefaultOutput, error)
- func (c *Client) MalformedTimestampQueryEpoch(ctx context.Context, params *MalformedTimestampQueryEpochInput, ...) (*MalformedTimestampQueryEpochOutput, error)
- func (c *Client) MalformedTimestampQueryHttpDate(ctx context.Context, params *MalformedTimestampQueryHttpDateInput, ...) (*MalformedTimestampQueryHttpDateOutput, error)
- func (c *Client) MalformedUnion(ctx context.Context, params *MalformedUnionInput, optFns ...func(*Options)) (*MalformedUnionOutput, error)
- func (c *Client) MediaTypeHeader(ctx context.Context, params *MediaTypeHeaderInput, optFns ...func(*Options)) (*MediaTypeHeaderOutput, error)
- func (c *Client) NoInputAndNoOutput(ctx context.Context, params *NoInputAndNoOutputInput, optFns ...func(*Options)) (*NoInputAndNoOutputOutput, error)
- func (c *Client) NoInputAndOutput(ctx context.Context, params *NoInputAndOutputInput, optFns ...func(*Options)) (*NoInputAndOutputOutput, error)
- func (c *Client) NullAndEmptyHeadersClient(ctx context.Context, params *NullAndEmptyHeadersClientInput, ...) (*NullAndEmptyHeadersClientOutput, error)
- func (c *Client) NullAndEmptyHeadersServer(ctx context.Context, params *NullAndEmptyHeadersServerInput, ...) (*NullAndEmptyHeadersServerOutput, error)
- func (c *Client) OmitsNullSerializesEmptyString(ctx context.Context, params *OmitsNullSerializesEmptyStringInput, ...) (*OmitsNullSerializesEmptyStringOutput, error)
- func (c *Client) OmitsSerializingEmptyLists(ctx context.Context, params *OmitsSerializingEmptyListsInput, ...) (*OmitsSerializingEmptyListsOutput, error)
- func (c *Client) Options() Options
- func (c *Client) PostPlayerAction(ctx context.Context, params *PostPlayerActionInput, optFns ...func(*Options)) (*PostPlayerActionOutput, error)
- func (c *Client) PostUnionWithJsonName(ctx context.Context, params *PostUnionWithJsonNameInput, ...) (*PostUnionWithJsonNameOutput, error)
- func (c *Client) PutWithContentEncoding(ctx context.Context, params *PutWithContentEncodingInput, ...) (*PutWithContentEncodingOutput, error)
- func (c *Client) QueryIdempotencyTokenAutoFill(ctx context.Context, params *QueryIdempotencyTokenAutoFillInput, ...) (*QueryIdempotencyTokenAutoFillOutput, error)
- func (c *Client) QueryParamsAsStringListMap(ctx context.Context, params *QueryParamsAsStringListMapInput, ...) (*QueryParamsAsStringListMapOutput, error)
- func (c *Client) QueryPrecedence(ctx context.Context, params *QueryPrecedenceInput, optFns ...func(*Options)) (*QueryPrecedenceOutput, error)
- func (c *Client) RecursiveShapes(ctx context.Context, params *RecursiveShapesInput, optFns ...func(*Options)) (*RecursiveShapesOutput, error)
- func (c *Client) SimpleScalarProperties(ctx context.Context, params *SimpleScalarPropertiesInput, ...) (*SimpleScalarPropertiesOutput, error)
- func (c *Client) SparseJsonLists(ctx context.Context, params *SparseJsonListsInput, optFns ...func(*Options)) (*SparseJsonListsOutput, error)
- func (c *Client) SparseJsonMaps(ctx context.Context, params *SparseJsonMapsInput, optFns ...func(*Options)) (*SparseJsonMapsOutput, error)
- func (c *Client) StreamingTraits(ctx context.Context, params *StreamingTraitsInput, optFns ...func(*Options)) (*StreamingTraitsOutput, error)
- func (c *Client) StreamingTraitsRequireLength(ctx context.Context, params *StreamingTraitsRequireLengthInput, ...) (*StreamingTraitsRequireLengthOutput, error)
- func (c *Client) StreamingTraitsWithMediaType(ctx context.Context, params *StreamingTraitsWithMediaTypeInput, ...) (*StreamingTraitsWithMediaTypeOutput, error)
- func (c *Client) TestBodyStructure(ctx context.Context, params *TestBodyStructureInput, optFns ...func(*Options)) (*TestBodyStructureOutput, error)
- func (c *Client) TestNoPayload(ctx context.Context, params *TestNoPayloadInput, optFns ...func(*Options)) (*TestNoPayloadOutput, error)
- func (c *Client) TestPayloadBlob(ctx context.Context, params *TestPayloadBlobInput, optFns ...func(*Options)) (*TestPayloadBlobOutput, error)
- func (c *Client) TestPayloadStructure(ctx context.Context, params *TestPayloadStructureInput, ...) (*TestPayloadStructureOutput, error)
- func (c *Client) TimestampFormatHeaders(ctx context.Context, params *TimestampFormatHeadersInput, ...) (*TimestampFormatHeadersOutput, error)
- func (c *Client) UnitInputAndOutput(ctx context.Context, params *UnitInputAndOutputInput, optFns ...func(*Options)) (*UnitInputAndOutputOutput, error)
- type ConstantAndVariableQueryStringInput
- type ConstantAndVariableQueryStringOutput
- type ConstantQueryStringInput
- type ConstantQueryStringOutput
- type DatetimeOffsetsInput
- type DatetimeOffsetsOutput
- type DocumentTypeAsMapValueInput
- type DocumentTypeAsMapValueOutput
- type DocumentTypeAsPayloadInput
- type DocumentTypeAsPayloadOutput
- type DocumentTypeInput
- type DocumentTypeOutput
- type EmptyInputAndEmptyOutputInput
- type EmptyInputAndEmptyOutputOutput
- type EndpointOperationInput
- type EndpointOperationOutput
- type EndpointParameters
- type EndpointResolver
- type EndpointResolverFunc
- type EndpointResolverOptions
- type EndpointResolverV2
- type EndpointWithHostLabelOperationInput
- type EndpointWithHostLabelOperationOutput
- type FractionalSecondsInput
- type FractionalSecondsOutput
- type GreetingWithErrorsInput
- type GreetingWithErrorsOutput
- type HTTPClient
- type HTTPSignerV4
- type HostWithPathOperationInput
- type HostWithPathOperationOutput
- type HttpChecksumRequiredInput
- type HttpChecksumRequiredOutput
- type HttpEnumPayloadInput
- type HttpEnumPayloadOutput
- type HttpPayloadTraitsInput
- type HttpPayloadTraitsOutput
- type HttpPayloadTraitsWithMediaTypeInput
- type HttpPayloadTraitsWithMediaTypeOutput
- type HttpPayloadWithStructureInput
- type HttpPayloadWithStructureOutput
- type HttpPayloadWithUnionInput
- type HttpPayloadWithUnionOutput
- type HttpPrefixHeadersInResponseInput
- type HttpPrefixHeadersInResponseOutput
- type HttpPrefixHeadersInput
- type HttpPrefixHeadersOutput
- type HttpRequestWithFloatLabelsInput
- type HttpRequestWithFloatLabelsOutput
- type HttpRequestWithGreedyLabelInPathInput
- type HttpRequestWithGreedyLabelInPathOutput
- type HttpRequestWithLabelsAndTimestampFormatInput
- type HttpRequestWithLabelsAndTimestampFormatOutput
- type HttpRequestWithLabelsInput
- type HttpRequestWithLabelsOutput
- type HttpRequestWithRegexLiteralInput
- type HttpRequestWithRegexLiteralOutput
- type HttpResponseCodeInput
- type HttpResponseCodeOutput
- type HttpStringPayloadInput
- type HttpStringPayloadOutput
- type IdempotencyTokenProvider
- type IgnoreQueryParamsInResponseInput
- type IgnoreQueryParamsInResponseOutput
- type InputAndOutputWithHeadersInput
- type InputAndOutputWithHeadersOutput
- type JsonBlobsInput
- type JsonBlobsOutput
- type JsonEnumsInput
- type JsonEnumsOutput
- type JsonIntEnumsInput
- type JsonIntEnumsOutput
- type JsonListsInput
- type JsonListsOutput
- type JsonMapsInput
- type JsonMapsOutput
- type JsonTimestampsInput
- type JsonTimestampsOutput
- type JsonUnionsInput
- type JsonUnionsOutput
- type MalformedAcceptWithBodyInput
- type MalformedAcceptWithBodyOutput
- type MalformedAcceptWithGenericStringInput
- type MalformedAcceptWithGenericStringOutput
- type MalformedAcceptWithPayloadInput
- type MalformedAcceptWithPayloadOutput
- type MalformedBlobInput
- type MalformedBlobOutput
- type MalformedBooleanInput
- type MalformedBooleanOutput
- type MalformedByteInput
- type MalformedByteOutput
- type MalformedContentTypeWithBodyInput
- type MalformedContentTypeWithBodyOutput
- type MalformedContentTypeWithGenericStringInput
- type MalformedContentTypeWithGenericStringOutput
- type MalformedContentTypeWithPayloadInput
- type MalformedContentTypeWithPayloadOutput
- type MalformedContentTypeWithoutBodyInput
- type MalformedContentTypeWithoutBodyOutput
- type MalformedDoubleInput
- type MalformedDoubleOutput
- type MalformedFloatInput
- type MalformedFloatOutput
- type MalformedIntegerInput
- type MalformedIntegerOutput
- type MalformedListInput
- type MalformedListOutput
- type MalformedLongInput
- type MalformedLongOutput
- type MalformedMapInput
- type MalformedMapOutput
- type MalformedRequestBodyInput
- type MalformedRequestBodyOutput
- type MalformedShortInput
- type MalformedShortOutput
- type MalformedStringInput
- type MalformedStringOutput
- type MalformedTimestampBodyDateTimeInput
- type MalformedTimestampBodyDateTimeOutput
- type MalformedTimestampBodyDefaultInput
- type MalformedTimestampBodyDefaultOutput
- type MalformedTimestampBodyHttpDateInput
- type MalformedTimestampBodyHttpDateOutput
- type MalformedTimestampHeaderDateTimeInput
- type MalformedTimestampHeaderDateTimeOutput
- type MalformedTimestampHeaderDefaultInput
- type MalformedTimestampHeaderDefaultOutput
- type MalformedTimestampHeaderEpochInput
- type MalformedTimestampHeaderEpochOutput
- type MalformedTimestampPathDefaultInput
- type MalformedTimestampPathDefaultOutput
- type MalformedTimestampPathEpochInput
- type MalformedTimestampPathEpochOutput
- type MalformedTimestampPathHttpDateInput
- type MalformedTimestampPathHttpDateOutput
- type MalformedTimestampQueryDefaultInput
- type MalformedTimestampQueryDefaultOutput
- type MalformedTimestampQueryEpochInput
- type MalformedTimestampQueryEpochOutput
- type MalformedTimestampQueryHttpDateInput
- type MalformedTimestampQueryHttpDateOutput
- type MalformedUnionInput
- type MalformedUnionOutput
- type MediaTypeHeaderInput
- type MediaTypeHeaderOutput
- type NoInputAndNoOutputInput
- type NoInputAndNoOutputOutput
- type NoInputAndOutputInput
- type NoInputAndOutputOutput
- type NullAndEmptyHeadersClientInput
- type NullAndEmptyHeadersClientOutput
- type NullAndEmptyHeadersServerInput
- type NullAndEmptyHeadersServerOutput
- type OmitsNullSerializesEmptyStringInput
- type OmitsNullSerializesEmptyStringOutput
- type OmitsSerializingEmptyListsInput
- type OmitsSerializingEmptyListsOutput
- type Options
- type PostPlayerActionInput
- type PostPlayerActionOutput
- type PostUnionWithJsonNameInput
- type PostUnionWithJsonNameOutput
- type PutWithContentEncodingInput
- type PutWithContentEncodingOutput
- type QueryIdempotencyTokenAutoFillInput
- type QueryIdempotencyTokenAutoFillOutput
- type QueryParamsAsStringListMapInput
- type QueryParamsAsStringListMapOutput
- type QueryPrecedenceInput
- type QueryPrecedenceOutput
- type RecursiveShapesInput
- type RecursiveShapesOutput
- type ResolveEndpoint
- type SimpleScalarPropertiesInput
- type SimpleScalarPropertiesOutput
- type SparseJsonListsInput
- type SparseJsonListsOutput
- type SparseJsonMapsInput
- type SparseJsonMapsOutput
- type StreamingTraitsInput
- type StreamingTraitsOutput
- type StreamingTraitsRequireLengthInput
- type StreamingTraitsRequireLengthOutput
- type StreamingTraitsWithMediaTypeInput
- type StreamingTraitsWithMediaTypeOutput
- type TestBodyStructureInput
- type TestBodyStructureOutput
- type TestNoPayloadInput
- type TestNoPayloadOutput
- type TestPayloadBlobInput
- type TestPayloadBlobOutput
- type TestPayloadStructureInput
- type TestPayloadStructureOutput
- type TimestampFormatHeadersInput
- type TimestampFormatHeadersOutput
- type UnitInputAndOutputInput
- type UnitInputAndOutputOutput
Constants ¶
const ServiceAPIVersion = "2019-12-16"
const ServiceID = "Rest Json Protocol"
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 ¶
func WithEndpointResolverV2(v EndpointResolverV2) func(*Options)
WithEndpointResolverV2 returns a functional option for setting the Client's EndpointResolverV2 option.
func WithSigV4SigningName ¶
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 ¶
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 AllQueryStringTypesInput ¶
type AllQueryStringTypesInput struct { QueryBoolean *bool QueryBooleanList []bool QueryByte *int8 QueryDouble *float64 QueryDoubleList []float64 QueryEnum types.FooEnum QueryEnumList []types.FooEnum QueryFloat *float32 QueryInteger *int32 QueryIntegerEnum types.IntegerEnum QueryIntegerEnumList []types.IntegerEnum QueryIntegerList []int32 QueryIntegerSet []int32 QueryLong *int64 QueryParamsMapOfStringList map[string][]string QueryShort *int16 QueryString *string QueryStringList []string QueryStringSet []string QueryTimestamp *time.Time QueryTimestampList []time.Time // contains filtered or unexported fields }
type AllQueryStringTypesOutput ¶
type AllQueryStringTypesOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type AuthResolverParameters ¶
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 ¶
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 Sample Rest Json Protocol Service.
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) AllQueryStringTypes ¶
func (c *Client) AllQueryStringTypes(ctx context.Context, params *AllQueryStringTypesInput, optFns ...func(*Options)) (*AllQueryStringTypesOutput, error)
This example uses all query string types.
func (*Client) ConstantAndVariableQueryString ¶
func (c *Client) ConstantAndVariableQueryString(ctx context.Context, params *ConstantAndVariableQueryStringInput, optFns ...func(*Options)) (*ConstantAndVariableQueryStringOutput, error)
This example uses fixed query string params and variable query string params. The fixed query string parameters and variable parameters must both be serialized (implementations may need to merge them together).
func (*Client) ConstantQueryString ¶
func (c *Client) ConstantQueryString(ctx context.Context, params *ConstantQueryStringInput, optFns ...func(*Options)) (*ConstantQueryStringOutput, error)
This example uses a constant query string parameters and a label. This simply tests that labels and query string parameters are compatible. The fixed query string parameter named "hello" should in no way conflict with the label, {hello} .
func (*Client) DatetimeOffsets ¶
func (c *Client) DatetimeOffsets(ctx context.Context, params *DatetimeOffsetsInput, optFns ...func(*Options)) (*DatetimeOffsetsOutput, error)
func (*Client) DocumentType ¶
func (c *Client) DocumentType(ctx context.Context, params *DocumentTypeInput, optFns ...func(*Options)) (*DocumentTypeOutput, error)
This example serializes a document as part of the payload.
func (*Client) DocumentTypeAsMapValue ¶
func (c *Client) DocumentTypeAsMapValue(ctx context.Context, params *DocumentTypeAsMapValueInput, optFns ...func(*Options)) (*DocumentTypeAsMapValueOutput, error)
This example serializes documents as the value of maps.
func (*Client) DocumentTypeAsPayload ¶
func (c *Client) DocumentTypeAsPayload(ctx context.Context, params *DocumentTypeAsPayloadInput, optFns ...func(*Options)) (*DocumentTypeAsPayloadOutput, error)
This example serializes a document as the entire HTTP payload.
func (*Client) EmptyInputAndEmptyOutput ¶
func (c *Client) EmptyInputAndEmptyOutput(ctx context.Context, params *EmptyInputAndEmptyOutputInput, optFns ...func(*Options)) (*EmptyInputAndEmptyOutputOutput, error)
The example tests how requests and responses are serialized when there's no request or response payload because the operation has an empty input and empty output structure that reuses the same shape. While this should be rare, code generators must support this.
func (*Client) EndpointOperation ¶
func (c *Client) EndpointOperation(ctx context.Context, params *EndpointOperationInput, optFns ...func(*Options)) (*EndpointOperationOutput, error)
func (*Client) EndpointWithHostLabelOperation ¶
func (c *Client) EndpointWithHostLabelOperation(ctx context.Context, params *EndpointWithHostLabelOperationInput, optFns ...func(*Options)) (*EndpointWithHostLabelOperationOutput, error)
func (*Client) FractionalSeconds ¶
func (c *Client) FractionalSeconds(ctx context.Context, params *FractionalSecondsInput, optFns ...func(*Options)) (*FractionalSecondsOutput, error)
func (*Client) GreetingWithErrors ¶
func (c *Client) GreetingWithErrors(ctx context.Context, params *GreetingWithErrorsInput, optFns ...func(*Options)) (*GreetingWithErrorsOutput, error)
This operation has four possible return values:
- A successful response in the form of GreetingWithErrorsOutput
- An InvalidGreeting error.
- A BadRequest error.
- A FooError.
Implementations must be able to successfully take a response and properly (de)serialize successful and error responses based on the the presence of the
func (*Client) HostWithPathOperation ¶
func (c *Client) HostWithPathOperation(ctx context.Context, params *HostWithPathOperationInput, optFns ...func(*Options)) (*HostWithPathOperationOutput, error)
func (*Client) HttpChecksumRequired ¶
func (c *Client) HttpChecksumRequired(ctx context.Context, params *HttpChecksumRequiredInput, optFns ...func(*Options)) (*HttpChecksumRequiredOutput, error)
This example tests httpChecksumRequired trait
func (*Client) HttpEnumPayload ¶
func (c *Client) HttpEnumPayload(ctx context.Context, params *HttpEnumPayloadInput, optFns ...func(*Options)) (*HttpEnumPayloadOutput, error)
func (*Client) HttpPayloadTraits ¶
func (c *Client) HttpPayloadTraits(ctx context.Context, params *HttpPayloadTraitsInput, optFns ...func(*Options)) (*HttpPayloadTraitsOutput, error)
This example serializes a blob shape in the payload.
In this example, no JSON document is synthesized because the payload is not a structure or a union type.
func (*Client) HttpPayloadTraitsWithMediaType ¶
func (c *Client) HttpPayloadTraitsWithMediaType(ctx context.Context, params *HttpPayloadTraitsWithMediaTypeInput, optFns ...func(*Options)) (*HttpPayloadTraitsWithMediaTypeOutput, error)
This example uses a @mediaType trait on the payload to force a custom content-type to be serialized.
func (*Client) HttpPayloadWithStructure ¶
func (c *Client) HttpPayloadWithStructure(ctx context.Context, params *HttpPayloadWithStructureInput, optFns ...func(*Options)) (*HttpPayloadWithStructureOutput, error)
This example serializes a structure in the payload.
Note that serializing a structure changes the wrapper element name to match the targeted structure.
func (*Client) HttpPayloadWithUnion ¶
func (c *Client) HttpPayloadWithUnion(ctx context.Context, params *HttpPayloadWithUnionInput, optFns ...func(*Options)) (*HttpPayloadWithUnionOutput, error)
This example serializes a union in the payload.
func (*Client) HttpPrefixHeaders ¶
func (c *Client) HttpPrefixHeaders(ctx context.Context, params *HttpPrefixHeadersInput, optFns ...func(*Options)) (*HttpPrefixHeadersOutput, error)
This examples adds headers to the input of a request and response by prefix.
func (*Client) HttpPrefixHeadersInResponse ¶
func (c *Client) HttpPrefixHeadersInResponse(ctx context.Context, params *HttpPrefixHeadersInResponseInput, optFns ...func(*Options)) (*HttpPrefixHeadersInResponseOutput, error)
Clients that perform this test extract all headers from the response.
func (*Client) HttpRequestWithFloatLabels ¶
func (c *Client) HttpRequestWithFloatLabels(ctx context.Context, params *HttpRequestWithFloatLabelsInput, optFns ...func(*Options)) (*HttpRequestWithFloatLabelsOutput, error)
func (*Client) HttpRequestWithGreedyLabelInPath ¶
func (c *Client) HttpRequestWithGreedyLabelInPath(ctx context.Context, params *HttpRequestWithGreedyLabelInPathInput, optFns ...func(*Options)) (*HttpRequestWithGreedyLabelInPathOutput, error)
func (*Client) HttpRequestWithLabels ¶
func (c *Client) HttpRequestWithLabels(ctx context.Context, params *HttpRequestWithLabelsInput, optFns ...func(*Options)) (*HttpRequestWithLabelsOutput, error)
The example tests how requests are serialized when there's no input payload but there are HTTP labels.
func (*Client) HttpRequestWithLabelsAndTimestampFormat ¶
func (c *Client) HttpRequestWithLabelsAndTimestampFormat(ctx context.Context, params *HttpRequestWithLabelsAndTimestampFormatInput, optFns ...func(*Options)) (*HttpRequestWithLabelsAndTimestampFormatOutput, error)
The example tests how requests serialize different timestamp formats in the URI path.
func (*Client) HttpRequestWithRegexLiteral ¶
func (c *Client) HttpRequestWithRegexLiteral(ctx context.Context, params *HttpRequestWithRegexLiteralInput, optFns ...func(*Options)) (*HttpRequestWithRegexLiteralOutput, error)
func (*Client) HttpResponseCode ¶
func (c *Client) HttpResponseCode(ctx context.Context, params *HttpResponseCodeInput, optFns ...func(*Options)) (*HttpResponseCodeOutput, error)
func (*Client) HttpStringPayload ¶
func (c *Client) HttpStringPayload(ctx context.Context, params *HttpStringPayloadInput, optFns ...func(*Options)) (*HttpStringPayloadOutput, error)
func (*Client) IgnoreQueryParamsInResponse ¶
func (c *Client) IgnoreQueryParamsInResponse(ctx context.Context, params *IgnoreQueryParamsInResponseInput, optFns ...func(*Options)) (*IgnoreQueryParamsInResponseOutput, error)
This example ensures that query string bound request parameters are serialized in the body of responses if the structure is used in both the request and response.
func (*Client) InputAndOutputWithHeaders ¶
func (c *Client) InputAndOutputWithHeaders(ctx context.Context, params *InputAndOutputWithHeadersInput, optFns ...func(*Options)) (*InputAndOutputWithHeadersOutput, error)
The example tests how requests and responses are serialized when there is no input or output payload but there are HTTP header bindings.
func (*Client) JsonBlobs ¶
func (c *Client) JsonBlobs(ctx context.Context, params *JsonBlobsInput, optFns ...func(*Options)) (*JsonBlobsOutput, error)
Blobs are base64 encoded
func (*Client) JsonEnums ¶
func (c *Client) JsonEnums(ctx context.Context, params *JsonEnumsInput, optFns ...func(*Options)) (*JsonEnumsOutput, error)
This example serializes enums as top level properties, in lists, sets, and maps.
func (*Client) JsonIntEnums ¶
func (c *Client) JsonIntEnums(ctx context.Context, params *JsonIntEnumsInput, optFns ...func(*Options)) (*JsonIntEnumsOutput, error)
This example serializes intEnums as top level properties, in lists, sets, and maps.
func (*Client) JsonLists ¶
func (c *Client) JsonLists(ctx context.Context, params *JsonListsInput, optFns ...func(*Options)) (*JsonListsOutput, error)
This test case serializes JSON lists for the following cases for both input and output:
- Normal JSON lists.
- Normal JSON sets.
- JSON lists of lists.
- Lists of structures.
func (*Client) JsonMaps ¶
func (c *Client) JsonMaps(ctx context.Context, params *JsonMapsInput, optFns ...func(*Options)) (*JsonMapsOutput, error)
The example tests basic map serialization.
func (*Client) JsonTimestamps ¶
func (c *Client) JsonTimestamps(ctx context.Context, params *JsonTimestampsInput, optFns ...func(*Options)) (*JsonTimestampsOutput, error)
This tests how timestamps are serialized, including using the default format of date-time and various @timestampFormat trait values.
func (*Client) JsonUnions ¶
func (c *Client) JsonUnions(ctx context.Context, params *JsonUnionsInput, optFns ...func(*Options)) (*JsonUnionsOutput, error)
This operation uses unions for inputs and outputs.
func (*Client) MalformedAcceptWithBody ¶
func (c *Client) MalformedAcceptWithBody(ctx context.Context, params *MalformedAcceptWithBodyInput, optFns ...func(*Options)) (*MalformedAcceptWithBodyOutput, error)
func (*Client) MalformedAcceptWithGenericString ¶
func (c *Client) MalformedAcceptWithGenericString(ctx context.Context, params *MalformedAcceptWithGenericStringInput, optFns ...func(*Options)) (*MalformedAcceptWithGenericStringOutput, error)
func (*Client) MalformedAcceptWithPayload ¶
func (c *Client) MalformedAcceptWithPayload(ctx context.Context, params *MalformedAcceptWithPayloadInput, optFns ...func(*Options)) (*MalformedAcceptWithPayloadOutput, error)
func (*Client) MalformedBlob ¶
func (c *Client) MalformedBlob(ctx context.Context, params *MalformedBlobInput, optFns ...func(*Options)) (*MalformedBlobOutput, error)
func (*Client) MalformedBoolean ¶
func (c *Client) MalformedBoolean(ctx context.Context, params *MalformedBooleanInput, optFns ...func(*Options)) (*MalformedBooleanOutput, error)
func (*Client) MalformedByte ¶
func (c *Client) MalformedByte(ctx context.Context, params *MalformedByteInput, optFns ...func(*Options)) (*MalformedByteOutput, error)
func (*Client) MalformedContentTypeWithBody ¶
func (c *Client) MalformedContentTypeWithBody(ctx context.Context, params *MalformedContentTypeWithBodyInput, optFns ...func(*Options)) (*MalformedContentTypeWithBodyOutput, error)
func (*Client) MalformedContentTypeWithGenericString ¶
func (c *Client) MalformedContentTypeWithGenericString(ctx context.Context, params *MalformedContentTypeWithGenericStringInput, optFns ...func(*Options)) (*MalformedContentTypeWithGenericStringOutput, error)
func (*Client) MalformedContentTypeWithPayload ¶
func (c *Client) MalformedContentTypeWithPayload(ctx context.Context, params *MalformedContentTypeWithPayloadInput, optFns ...func(*Options)) (*MalformedContentTypeWithPayloadOutput, error)
func (*Client) MalformedContentTypeWithoutBody ¶
func (c *Client) MalformedContentTypeWithoutBody(ctx context.Context, params *MalformedContentTypeWithoutBodyInput, optFns ...func(*Options)) (*MalformedContentTypeWithoutBodyOutput, error)
func (*Client) MalformedDouble ¶
func (c *Client) MalformedDouble(ctx context.Context, params *MalformedDoubleInput, optFns ...func(*Options)) (*MalformedDoubleOutput, error)
func (*Client) MalformedFloat ¶
func (c *Client) MalformedFloat(ctx context.Context, params *MalformedFloatInput, optFns ...func(*Options)) (*MalformedFloatOutput, error)
func (*Client) MalformedInteger ¶
func (c *Client) MalformedInteger(ctx context.Context, params *MalformedIntegerInput, optFns ...func(*Options)) (*MalformedIntegerOutput, error)
func (*Client) MalformedList ¶
func (c *Client) MalformedList(ctx context.Context, params *MalformedListInput, optFns ...func(*Options)) (*MalformedListOutput, error)
func (*Client) MalformedLong ¶
func (c *Client) MalformedLong(ctx context.Context, params *MalformedLongInput, optFns ...func(*Options)) (*MalformedLongOutput, error)
func (*Client) MalformedMap ¶
func (c *Client) MalformedMap(ctx context.Context, params *MalformedMapInput, optFns ...func(*Options)) (*MalformedMapOutput, error)
func (*Client) MalformedRequestBody ¶
func (c *Client) MalformedRequestBody(ctx context.Context, params *MalformedRequestBodyInput, optFns ...func(*Options)) (*MalformedRequestBodyOutput, error)
func (*Client) MalformedShort ¶
func (c *Client) MalformedShort(ctx context.Context, params *MalformedShortInput, optFns ...func(*Options)) (*MalformedShortOutput, error)
func (*Client) MalformedString ¶
func (c *Client) MalformedString(ctx context.Context, params *MalformedStringInput, optFns ...func(*Options)) (*MalformedStringOutput, error)
func (*Client) MalformedTimestampBodyDateTime ¶
func (c *Client) MalformedTimestampBodyDateTime(ctx context.Context, params *MalformedTimestampBodyDateTimeInput, optFns ...func(*Options)) (*MalformedTimestampBodyDateTimeOutput, error)
func (*Client) MalformedTimestampBodyDefault ¶
func (c *Client) MalformedTimestampBodyDefault(ctx context.Context, params *MalformedTimestampBodyDefaultInput, optFns ...func(*Options)) (*MalformedTimestampBodyDefaultOutput, error)
func (*Client) MalformedTimestampBodyHttpDate ¶
func (c *Client) MalformedTimestampBodyHttpDate(ctx context.Context, params *MalformedTimestampBodyHttpDateInput, optFns ...func(*Options)) (*MalformedTimestampBodyHttpDateOutput, error)
func (*Client) MalformedTimestampHeaderDateTime ¶
func (c *Client) MalformedTimestampHeaderDateTime(ctx context.Context, params *MalformedTimestampHeaderDateTimeInput, optFns ...func(*Options)) (*MalformedTimestampHeaderDateTimeOutput, error)
func (*Client) MalformedTimestampHeaderDefault ¶
func (c *Client) MalformedTimestampHeaderDefault(ctx context.Context, params *MalformedTimestampHeaderDefaultInput, optFns ...func(*Options)) (*MalformedTimestampHeaderDefaultOutput, error)
func (*Client) MalformedTimestampHeaderEpoch ¶
func (c *Client) MalformedTimestampHeaderEpoch(ctx context.Context, params *MalformedTimestampHeaderEpochInput, optFns ...func(*Options)) (*MalformedTimestampHeaderEpochOutput, error)
func (*Client) MalformedTimestampPathDefault ¶
func (c *Client) MalformedTimestampPathDefault(ctx context.Context, params *MalformedTimestampPathDefaultInput, optFns ...func(*Options)) (*MalformedTimestampPathDefaultOutput, error)
func (*Client) MalformedTimestampPathEpoch ¶
func (c *Client) MalformedTimestampPathEpoch(ctx context.Context, params *MalformedTimestampPathEpochInput, optFns ...func(*Options)) (*MalformedTimestampPathEpochOutput, error)
func (*Client) MalformedTimestampPathHttpDate ¶
func (c *Client) MalformedTimestampPathHttpDate(ctx context.Context, params *MalformedTimestampPathHttpDateInput, optFns ...func(*Options)) (*MalformedTimestampPathHttpDateOutput, error)
func (*Client) MalformedTimestampQueryDefault ¶
func (c *Client) MalformedTimestampQueryDefault(ctx context.Context, params *MalformedTimestampQueryDefaultInput, optFns ...func(*Options)) (*MalformedTimestampQueryDefaultOutput, error)
func (*Client) MalformedTimestampQueryEpoch ¶
func (c *Client) MalformedTimestampQueryEpoch(ctx context.Context, params *MalformedTimestampQueryEpochInput, optFns ...func(*Options)) (*MalformedTimestampQueryEpochOutput, error)
func (*Client) MalformedTimestampQueryHttpDate ¶
func (c *Client) MalformedTimestampQueryHttpDate(ctx context.Context, params *MalformedTimestampQueryHttpDateInput, optFns ...func(*Options)) (*MalformedTimestampQueryHttpDateOutput, error)
func (*Client) MalformedUnion ¶
func (c *Client) MalformedUnion(ctx context.Context, params *MalformedUnionInput, optFns ...func(*Options)) (*MalformedUnionOutput, error)
func (*Client) MediaTypeHeader ¶
func (c *Client) MediaTypeHeader(ctx context.Context, params *MediaTypeHeaderInput, optFns ...func(*Options)) (*MediaTypeHeaderOutput, error)
This example ensures that mediaType strings are base64 encoded in headers.
func (*Client) NoInputAndNoOutput ¶
func (c *Client) NoInputAndNoOutput(ctx context.Context, params *NoInputAndNoOutputInput, optFns ...func(*Options)) (*NoInputAndNoOutputOutput, error)
The example tests how requests and responses are serialized when there's no request or response payload because the operation has no input or output. While this should be rare, code generators must support this.
func (*Client) NoInputAndOutput ¶
func (c *Client) NoInputAndOutput(ctx context.Context, params *NoInputAndOutputInput, optFns ...func(*Options)) (*NoInputAndOutputOutput, error)
The example tests how requests and responses are serialized when there's no request or response payload because the operation has no input and the output is empty. While this should be rare, code generators must support this.
func (*Client) NullAndEmptyHeadersClient ¶
func (c *Client) NullAndEmptyHeadersClient(ctx context.Context, params *NullAndEmptyHeadersClientInput, optFns ...func(*Options)) (*NullAndEmptyHeadersClientOutput, error)
Null and empty headers are not sent over the wire.
func (*Client) NullAndEmptyHeadersServer ¶
func (c *Client) NullAndEmptyHeadersServer(ctx context.Context, params *NullAndEmptyHeadersServerInput, optFns ...func(*Options)) (*NullAndEmptyHeadersServerOutput, error)
Null and empty headers are not sent over the wire.
func (*Client) OmitsNullSerializesEmptyString ¶
func (c *Client) OmitsNullSerializesEmptyString(ctx context.Context, params *OmitsNullSerializesEmptyStringInput, optFns ...func(*Options)) (*OmitsNullSerializesEmptyStringOutput, error)
Omits null, but serializes empty string value.
func (*Client) OmitsSerializingEmptyLists ¶
func (c *Client) OmitsSerializingEmptyLists(ctx context.Context, params *OmitsSerializingEmptyListsInput, optFns ...func(*Options)) (*OmitsSerializingEmptyListsOutput, error)
Omits serializing empty lists. Because empty strings are serilized as Foo= , empty lists cannot also be serialized as Foo= and instead must be omitted.
func (*Client) Options ¶
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) PostPlayerAction ¶
func (c *Client) PostPlayerAction(ctx context.Context, params *PostPlayerActionInput, optFns ...func(*Options)) (*PostPlayerActionOutput, error)
This operation defines a union with a Unit member.
func (*Client) PostUnionWithJsonName ¶
func (c *Client) PostUnionWithJsonName(ctx context.Context, params *PostUnionWithJsonNameInput, optFns ...func(*Options)) (*PostUnionWithJsonNameOutput, error)
This operation defines a union that uses jsonName on some members.
func (*Client) PutWithContentEncoding ¶
func (c *Client) PutWithContentEncoding(ctx context.Context, params *PutWithContentEncodingInput, optFns ...func(*Options)) (*PutWithContentEncodingOutput, error)
func (*Client) QueryIdempotencyTokenAutoFill ¶
func (c *Client) QueryIdempotencyTokenAutoFill(ctx context.Context, params *QueryIdempotencyTokenAutoFillInput, optFns ...func(*Options)) (*QueryIdempotencyTokenAutoFillOutput, error)
Automatically adds idempotency tokens.
func (*Client) QueryParamsAsStringListMap ¶
func (c *Client) QueryParamsAsStringListMap(ctx context.Context, params *QueryParamsAsStringListMapInput, optFns ...func(*Options)) (*QueryParamsAsStringListMapOutput, error)
func (*Client) QueryPrecedence ¶
func (c *Client) QueryPrecedence(ctx context.Context, params *QueryPrecedenceInput, optFns ...func(*Options)) (*QueryPrecedenceOutput, error)
func (*Client) RecursiveShapes ¶
func (c *Client) RecursiveShapes(ctx context.Context, params *RecursiveShapesInput, optFns ...func(*Options)) (*RecursiveShapesOutput, error)
Recursive shapes
func (*Client) SimpleScalarProperties ¶
func (c *Client) SimpleScalarProperties(ctx context.Context, params *SimpleScalarPropertiesInput, optFns ...func(*Options)) (*SimpleScalarPropertiesOutput, error)
func (*Client) SparseJsonLists ¶
func (c *Client) SparseJsonLists(ctx context.Context, params *SparseJsonListsInput, optFns ...func(*Options)) (*SparseJsonListsOutput, error)
func (*Client) SparseJsonMaps ¶
func (c *Client) SparseJsonMaps(ctx context.Context, params *SparseJsonMapsInput, optFns ...func(*Options)) (*SparseJsonMapsOutput, error)
This example tests sparse map serialization.
func (*Client) StreamingTraits ¶
func (c *Client) StreamingTraits(ctx context.Context, params *StreamingTraitsInput, optFns ...func(*Options)) (*StreamingTraitsOutput, error)
This examples serializes a streaming blob shape in the request body.
In this example, no JSON document is synthesized because the payload is not a structure or a union type.
func (*Client) StreamingTraitsRequireLength ¶
func (c *Client) StreamingTraitsRequireLength(ctx context.Context, params *StreamingTraitsRequireLengthInput, optFns ...func(*Options)) (*StreamingTraitsRequireLengthOutput, error)
This examples serializes a streaming blob shape with a required content length in the request body.
In this example, no JSON document is synthesized because the payload is not a structure or a union type.
func (*Client) StreamingTraitsWithMediaType ¶
func (c *Client) StreamingTraitsWithMediaType(ctx context.Context, params *StreamingTraitsWithMediaTypeInput, optFns ...func(*Options)) (*StreamingTraitsWithMediaTypeOutput, error)
This examples serializes a streaming media-typed blob shape in the request body.
This examples uses a @mediaType trait on the payload to force a custom content-type to be serialized.
func (*Client) TestBodyStructure ¶
func (c *Client) TestBodyStructure(ctx context.Context, params *TestBodyStructureInput, optFns ...func(*Options)) (*TestBodyStructureOutput, error)
This example operation serializes a structure in the HTTP body.
It should ensure Content-Type: application/json is used in all requests and that an "empty" body is an empty JSON document ({}).
func (*Client) TestNoPayload ¶
func (c *Client) TestNoPayload(ctx context.Context, params *TestNoPayloadInput, optFns ...func(*Options)) (*TestNoPayloadOutput, error)
This example operation serializes a request without an HTTP body.
These tests are to ensure we do not attach a body or related headers (Content-Length, Content-Type) to operations that semantically cannot produce an HTTP body.
func (*Client) TestPayloadBlob ¶
func (c *Client) TestPayloadBlob(ctx context.Context, params *TestPayloadBlobInput, optFns ...func(*Options)) (*TestPayloadBlobOutput, error)
This example operation serializes a payload targeting a blob.
The Blob shape is not structured content and we cannot make assumptions about what data will be sent. This test ensures only a generic "Content-Type: application/octet-stream" header is used, and that we are not treating an empty body as an empty JSON document.
func (*Client) TestPayloadStructure ¶
func (c *Client) TestPayloadStructure(ctx context.Context, params *TestPayloadStructureInput, optFns ...func(*Options)) (*TestPayloadStructureOutput, error)
This example operation serializes a payload targeting a structure.
This enforces the same requirements as TestBodyStructure but with the body specified by the @httpPayload trait.
func (*Client) TimestampFormatHeaders ¶
func (c *Client) TimestampFormatHeaders(ctx context.Context, params *TimestampFormatHeadersInput, optFns ...func(*Options)) (*TimestampFormatHeadersOutput, error)
This example tests how timestamp request and response headers are serialized.
func (*Client) UnitInputAndOutput ¶
func (c *Client) UnitInputAndOutput(ctx context.Context, params *UnitInputAndOutputInput, optFns ...func(*Options)) (*UnitInputAndOutputOutput, error)
This test is similar to NoInputAndNoOutput, but uses explicit Unit types.
type ConstantAndVariableQueryStringInput ¶
type ConstantAndVariableQueryStringOutput ¶
type ConstantAndVariableQueryStringOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ConstantQueryStringInput ¶
type ConstantQueryStringInput struct { // This member is required. Hello *string // contains filtered or unexported fields }
type ConstantQueryStringOutput ¶
type ConstantQueryStringOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DatetimeOffsetsInput ¶
type DatetimeOffsetsInput struct {
// contains filtered or unexported fields
}
type DatetimeOffsetsOutput ¶
type DatetimeOffsetsOutput struct { Datetime *time.Time // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DocumentTypeAsMapValueInput ¶
type DocumentTypeAsMapValueOutput ¶
type DocumentTypeAsMapValueOutput struct { DocValuedMap map[string]document.Interface // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DocumentTypeAsPayloadInput ¶
type DocumentTypeAsPayloadOutput ¶
type DocumentTypeAsPayloadOutput struct { DocumentValue document.Interface // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DocumentTypeInput ¶
type DocumentTypeOutput ¶
type DocumentTypeOutput struct { DocumentValue document.Interface StringValue *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type EmptyInputAndEmptyOutputInput ¶
type EmptyInputAndEmptyOutputInput struct {
// contains filtered or unexported fields
}
type EmptyInputAndEmptyOutputOutput ¶
type EmptyInputAndEmptyOutputOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type EndpointOperationInput ¶
type EndpointOperationInput struct {
// contains filtered or unexported fields
}
type EndpointOperationOutput ¶
type EndpointOperationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type EndpointParameters ¶
type EndpointParameters struct { }
EndpointParameters provides the parameters that influence how endpoints are resolved.
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 ¶
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 ¶
func NewDefaultEndpointResolverV2() EndpointResolverV2
type EndpointWithHostLabelOperationInput ¶
type EndpointWithHostLabelOperationInput struct { // This member is required. Label *string // contains filtered or unexported fields }
type EndpointWithHostLabelOperationOutput ¶
type EndpointWithHostLabelOperationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type FractionalSecondsInput ¶
type FractionalSecondsInput struct {
// contains filtered or unexported fields
}
type FractionalSecondsOutput ¶
type FractionalSecondsOutput struct { Datetime *time.Time // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GreetingWithErrorsInput ¶
type GreetingWithErrorsInput struct {
// contains filtered or unexported fields
}
type GreetingWithErrorsOutput ¶
type GreetingWithErrorsOutput struct { Greeting *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HTTPSignerV4 ¶
type HostWithPathOperationInput ¶
type HostWithPathOperationInput struct {
// contains filtered or unexported fields
}
type HostWithPathOperationOutput ¶
type HostWithPathOperationOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HttpChecksumRequiredInput ¶
type HttpChecksumRequiredInput struct { Foo *string // contains filtered or unexported fields }
type HttpChecksumRequiredOutput ¶
type HttpChecksumRequiredOutput struct { Foo *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HttpEnumPayloadInput ¶
type HttpEnumPayloadInput struct { Payload types.StringEnum // contains filtered or unexported fields }
type HttpEnumPayloadOutput ¶
type HttpEnumPayloadOutput struct { Payload types.StringEnum // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HttpPayloadTraitsInput ¶
type HttpPayloadTraitsOutput ¶
type HttpPayloadTraitsOutput struct { Blob []byte Foo *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HttpPayloadTraitsWithMediaTypeInput ¶
type HttpPayloadTraitsWithMediaTypeOutput ¶
type HttpPayloadTraitsWithMediaTypeOutput struct { // This value conforms to the media type: text/plain Blob []byte Foo *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HttpPayloadWithStructureInput ¶
type HttpPayloadWithStructureInput struct { Nested *types.NestedPayload // contains filtered or unexported fields }
type HttpPayloadWithStructureOutput ¶
type HttpPayloadWithStructureOutput struct { Nested *types.NestedPayload // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HttpPayloadWithUnionInput ¶
type HttpPayloadWithUnionInput struct { Nested types.UnionPayload // contains filtered or unexported fields }
type HttpPayloadWithUnionOutput ¶
type HttpPayloadWithUnionOutput struct { Nested types.UnionPayload // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HttpPrefixHeadersInResponseInput ¶
type HttpPrefixHeadersInResponseInput struct {
// contains filtered or unexported fields
}
type HttpPrefixHeadersInResponseOutput ¶
type HttpPrefixHeadersInResponseOutput struct { // Map keys will be normalized to lower-case. PrefixHeaders map[string]string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HttpPrefixHeadersInput ¶
type HttpPrefixHeadersOutput ¶
type HttpPrefixHeadersOutput struct { Foo *string // Map keys will be normalized to lower-case. FooMap map[string]string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HttpRequestWithFloatLabelsInput ¶
type HttpRequestWithFloatLabelsOutput ¶
type HttpRequestWithFloatLabelsOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HttpRequestWithGreedyLabelInPathInput ¶
type HttpRequestWithGreedyLabelInPathOutput ¶
type HttpRequestWithGreedyLabelInPathOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HttpRequestWithLabelsAndTimestampFormatInput ¶
type HttpRequestWithLabelsAndTimestampFormatInput struct { // This member is required. DefaultFormat *time.Time // This member is required. MemberDateTime *time.Time // This member is required. MemberEpochSeconds *time.Time // This member is required. MemberHttpDate *time.Time // This member is required. TargetDateTime *time.Time // This member is required. TargetEpochSeconds *time.Time // This member is required. TargetHttpDate *time.Time // contains filtered or unexported fields }
type HttpRequestWithLabelsAndTimestampFormatOutput ¶
type HttpRequestWithLabelsAndTimestampFormatOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HttpRequestWithLabelsInput ¶
type HttpRequestWithLabelsInput struct { // Serialized in the path as true or false. // // This member is required. Boolean *bool // This member is required. Double *float64 // This member is required. Float *float32 // This member is required. Integer *int32 // This member is required. Long *int64 // This member is required. Short *int16 // This member is required. String_ *string // Note that this member has no format, so it's serialized as an RFC 3399 // date-time. // // This member is required. Timestamp *time.Time // contains filtered or unexported fields }
type HttpRequestWithLabelsOutput ¶
type HttpRequestWithLabelsOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HttpRequestWithRegexLiteralInput ¶
type HttpRequestWithRegexLiteralInput struct { // This member is required. Str *string // contains filtered or unexported fields }
type HttpRequestWithRegexLiteralOutput ¶
type HttpRequestWithRegexLiteralOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HttpResponseCodeInput ¶
type HttpResponseCodeInput struct {
// contains filtered or unexported fields
}
type HttpResponseCodeOutput ¶
type HttpResponseCodeOutput struct { Status *int32 // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HttpStringPayloadInput ¶
type HttpStringPayloadInput struct { Payload *string // contains filtered or unexported fields }
type HttpStringPayloadOutput ¶
type HttpStringPayloadOutput struct { Payload *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type IdempotencyTokenProvider ¶
IdempotencyTokenProvider interface for providing idempotency token
type IgnoreQueryParamsInResponseInput ¶
type IgnoreQueryParamsInResponseInput struct {
// contains filtered or unexported fields
}
type IgnoreQueryParamsInResponseOutput ¶
type IgnoreQueryParamsInResponseOutput struct { Baz *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type InputAndOutputWithHeadersInput ¶
type InputAndOutputWithHeadersInput struct { HeaderBooleanList []bool HeaderByte *int8 HeaderDouble *float64 HeaderEnum types.FooEnum HeaderEnumList []types.FooEnum HeaderFalseBool *bool HeaderFloat *float32 HeaderInteger *int32 HeaderIntegerEnum types.IntegerEnum HeaderIntegerEnumList []types.IntegerEnum HeaderIntegerList []int32 HeaderLong *int64 HeaderShort *int16 HeaderString *string HeaderStringList []string HeaderStringSet []string HeaderTimestampList []time.Time HeaderTrueBool *bool // contains filtered or unexported fields }
type InputAndOutputWithHeadersOutput ¶
type InputAndOutputWithHeadersOutput struct { HeaderBooleanList []bool HeaderByte *int8 HeaderDouble *float64 HeaderEnum types.FooEnum HeaderEnumList []types.FooEnum HeaderFalseBool *bool HeaderFloat *float32 HeaderInteger *int32 HeaderIntegerEnum types.IntegerEnum HeaderIntegerEnumList []types.IntegerEnum HeaderIntegerList []int32 HeaderLong *int64 HeaderShort *int16 HeaderString *string HeaderStringList []string HeaderStringSet []string HeaderTimestampList []time.Time HeaderTrueBool *bool // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type JsonBlobsInput ¶
type JsonBlobsInput struct { Data []byte // contains filtered or unexported fields }
type JsonBlobsOutput ¶
type JsonBlobsOutput struct { Data []byte // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type JsonEnumsInput ¶
type JsonEnumsOutput ¶
type JsonEnumsOutput struct { FooEnum1 types.FooEnum FooEnum2 types.FooEnum FooEnum3 types.FooEnum FooEnumList []types.FooEnum FooEnumMap map[string]types.FooEnum FooEnumSet []types.FooEnum // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type JsonIntEnumsInput ¶
type JsonIntEnumsInput struct { IntegerEnum1 types.IntegerEnum IntegerEnum2 types.IntegerEnum IntegerEnum3 types.IntegerEnum IntegerEnumList []types.IntegerEnum IntegerEnumMap map[string]types.IntegerEnum IntegerEnumSet []types.IntegerEnum // contains filtered or unexported fields }
type JsonIntEnumsOutput ¶
type JsonIntEnumsOutput struct { IntegerEnum1 types.IntegerEnum IntegerEnum2 types.IntegerEnum IntegerEnum3 types.IntegerEnum IntegerEnumList []types.IntegerEnum IntegerEnumMap map[string]types.IntegerEnum IntegerEnumSet []types.IntegerEnum // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type JsonListsInput ¶
type JsonListsInput struct { BooleanList []bool EnumList []types.FooEnum IntEnumList []types.IntegerEnum IntegerList []int32 // A list of lists of strings. NestedStringList [][]string StringList []string StringSet []string StructureList []types.StructureListMember TimestampList []time.Time // contains filtered or unexported fields }
type JsonListsOutput ¶
type JsonListsOutput struct { BooleanList []bool EnumList []types.FooEnum IntEnumList []types.IntegerEnum IntegerList []int32 // A list of lists of strings. NestedStringList [][]string StringList []string StringSet []string StructureList []types.StructureListMember TimestampList []time.Time // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type JsonMapsInput ¶
type JsonMapsOutput ¶
type JsonMapsOutput struct { DenseBooleanMap map[string]bool DenseNumberMap map[string]int32 DenseSetMap map[string][]string DenseStringMap map[string]string DenseStructMap map[string]types.GreetingStruct // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type JsonTimestampsInput ¶
type JsonTimestampsOutput ¶
type JsonTimestampsOutput struct { DateTime *time.Time DateTimeOnTarget *time.Time EpochSeconds *time.Time EpochSecondsOnTarget *time.Time HttpDate *time.Time HttpDateOnTarget *time.Time Normal *time.Time // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type JsonUnionsInput ¶
type JsonUnionsInput struct { // A union with a representative set of types for members. Contents types.MyUnion // contains filtered or unexported fields }
A shared structure that contains a single union member.
type JsonUnionsOutput ¶
type JsonUnionsOutput struct { // A union with a representative set of types for members. Contents types.MyUnion // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
A shared structure that contains a single union member.
type MalformedAcceptWithBodyInput ¶
type MalformedAcceptWithBodyInput struct {
// contains filtered or unexported fields
}
type MalformedAcceptWithBodyOutput ¶
type MalformedAcceptWithBodyOutput struct { Hi *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedAcceptWithGenericStringInput ¶
type MalformedAcceptWithGenericStringInput struct {
// contains filtered or unexported fields
}
type MalformedAcceptWithGenericStringOutput ¶
type MalformedAcceptWithGenericStringOutput struct { Payload *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedAcceptWithPayloadInput ¶
type MalformedAcceptWithPayloadInput struct {
// contains filtered or unexported fields
}
type MalformedAcceptWithPayloadOutput ¶
type MalformedAcceptWithPayloadOutput struct { // This value conforms to the media type: image/jpeg Payload []byte // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedBlobInput ¶
type MalformedBlobInput struct { Blob []byte // contains filtered or unexported fields }
type MalformedBlobOutput ¶
type MalformedBlobOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedBooleanInput ¶
type MalformedBooleanOutput ¶
type MalformedBooleanOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedByteInput ¶
type MalformedByteOutput ¶
type MalformedByteOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedContentTypeWithBodyInput ¶
type MalformedContentTypeWithBodyInput struct { Hi *string // contains filtered or unexported fields }
type MalformedContentTypeWithBodyOutput ¶
type MalformedContentTypeWithBodyOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedContentTypeWithGenericStringInput ¶
type MalformedContentTypeWithGenericStringInput struct { Payload *string // contains filtered or unexported fields }
type MalformedContentTypeWithGenericStringOutput ¶
type MalformedContentTypeWithGenericStringOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedContentTypeWithPayloadInput ¶
type MalformedContentTypeWithPayloadInput struct { // This value conforms to the media type: image/jpeg Payload []byte // contains filtered or unexported fields }
type MalformedContentTypeWithPayloadOutput ¶
type MalformedContentTypeWithPayloadOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedContentTypeWithoutBodyInput ¶
type MalformedContentTypeWithoutBodyInput struct {
// contains filtered or unexported fields
}
type MalformedContentTypeWithoutBodyOutput ¶
type MalformedContentTypeWithoutBodyOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedDoubleInput ¶
type MalformedDoubleOutput ¶
type MalformedDoubleOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedFloatInput ¶
type MalformedFloatOutput ¶
type MalformedFloatOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedIntegerInput ¶
type MalformedIntegerOutput ¶
type MalformedIntegerOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedListInput ¶
type MalformedListInput struct { BodyList []string // contains filtered or unexported fields }
type MalformedListOutput ¶
type MalformedListOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedLongInput ¶
type MalformedLongOutput ¶
type MalformedLongOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedMapInput ¶
type MalformedMapOutput ¶
type MalformedMapOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedRequestBodyInput ¶
type MalformedRequestBodyOutput ¶
type MalformedRequestBodyOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedShortInput ¶
type MalformedShortOutput ¶
type MalformedShortOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedStringInput ¶
type MalformedStringInput struct { // This value conforms to the media type: application/json Blob *string // contains filtered or unexported fields }
type MalformedStringOutput ¶
type MalformedStringOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedTimestampBodyDateTimeInput ¶
type MalformedTimestampBodyDateTimeOutput ¶
type MalformedTimestampBodyDateTimeOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedTimestampBodyDefaultInput ¶
type MalformedTimestampBodyDefaultOutput ¶
type MalformedTimestampBodyDefaultOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedTimestampBodyHttpDateInput ¶
type MalformedTimestampBodyHttpDateOutput ¶
type MalformedTimestampBodyHttpDateOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedTimestampHeaderDateTimeInput ¶
type MalformedTimestampHeaderDateTimeOutput ¶
type MalformedTimestampHeaderDateTimeOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedTimestampHeaderDefaultInput ¶
type MalformedTimestampHeaderDefaultOutput ¶
type MalformedTimestampHeaderDefaultOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedTimestampHeaderEpochInput ¶
type MalformedTimestampHeaderEpochOutput ¶
type MalformedTimestampHeaderEpochOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedTimestampPathDefaultInput ¶
type MalformedTimestampPathDefaultOutput ¶
type MalformedTimestampPathDefaultOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedTimestampPathEpochInput ¶
type MalformedTimestampPathEpochOutput ¶
type MalformedTimestampPathEpochOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedTimestampPathHttpDateInput ¶
type MalformedTimestampPathHttpDateOutput ¶
type MalformedTimestampPathHttpDateOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedTimestampQueryDefaultInput ¶
type MalformedTimestampQueryDefaultOutput ¶
type MalformedTimestampQueryDefaultOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedTimestampQueryEpochInput ¶
type MalformedTimestampQueryEpochOutput ¶
type MalformedTimestampQueryEpochOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedTimestampQueryHttpDateInput ¶
type MalformedTimestampQueryHttpDateOutput ¶
type MalformedTimestampQueryHttpDateOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MalformedUnionInput ¶
type MalformedUnionInput struct { Union types.SimpleUnion // contains filtered or unexported fields }
type MalformedUnionOutput ¶
type MalformedUnionOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type MediaTypeHeaderInput ¶
type MediaTypeHeaderInput struct { // This value conforms to the media type: application/json Json *string // contains filtered or unexported fields }
type MediaTypeHeaderOutput ¶
type MediaTypeHeaderOutput struct { // This value conforms to the media type: application/json Json *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type NoInputAndNoOutputInput ¶
type NoInputAndNoOutputInput struct {
// contains filtered or unexported fields
}
type NoInputAndNoOutputOutput ¶
type NoInputAndNoOutputOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type NoInputAndOutputInput ¶
type NoInputAndOutputInput struct {
// contains filtered or unexported fields
}
type NoInputAndOutputOutput ¶
type NoInputAndOutputOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type NullAndEmptyHeadersClientInput ¶
type NullAndEmptyHeadersClientOutput ¶
type NullAndEmptyHeadersClientOutput struct { A *string B *string C []string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type NullAndEmptyHeadersServerInput ¶
type NullAndEmptyHeadersServerOutput ¶
type NullAndEmptyHeadersServerOutput struct { A *string B *string C []string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type OmitsNullSerializesEmptyStringInput ¶
type OmitsNullSerializesEmptyStringOutput ¶
type OmitsNullSerializesEmptyStringOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type OmitsSerializingEmptyListsInput ¶
type OmitsSerializingEmptyListsOutput ¶
type OmitsSerializingEmptyListsOutput struct { // 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 // Whether to disable automatic request compression for supported operations. DisableRequestCompression bool // 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 region to send requests to. (Required) Region string // The minimum request body size, in bytes, at which compression should occur. The // default value is 10 KiB. Values must fall within [0, 1MiB]. RequestMinCompressSizeBytes int64 // 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 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) Copy ¶
Copy creates a clone where the APIOptions list is deep copied.
func (Options) GetIdentityResolver ¶
func (o Options) GetIdentityResolver(schemeID string) smithyauth.IdentityResolver
type PostPlayerActionInput ¶
type PostPlayerActionInput struct { Action types.PlayerAction // contains filtered or unexported fields }
type PostPlayerActionOutput ¶
type PostPlayerActionOutput struct { // This member is required. Action types.PlayerAction // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type PostUnionWithJsonNameInput ¶
type PostUnionWithJsonNameInput struct { Value types.UnionWithJsonName // contains filtered or unexported fields }
type PostUnionWithJsonNameOutput ¶
type PostUnionWithJsonNameOutput struct { // This member is required. Value types.UnionWithJsonName // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type PutWithContentEncodingInput ¶
type PutWithContentEncodingOutput ¶
type PutWithContentEncodingOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type QueryIdempotencyTokenAutoFillInput ¶
type QueryIdempotencyTokenAutoFillInput struct { Token *string // contains filtered or unexported fields }
type QueryIdempotencyTokenAutoFillOutput ¶
type QueryIdempotencyTokenAutoFillOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type QueryParamsAsStringListMapInput ¶
type QueryParamsAsStringListMapOutput ¶
type QueryParamsAsStringListMapOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type QueryPrecedenceInput ¶
type QueryPrecedenceOutput ¶
type QueryPrecedenceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type RecursiveShapesInput ¶
type RecursiveShapesInput struct { Nested *types.RecursiveShapesInputOutputNested1 // contains filtered or unexported fields }
type RecursiveShapesOutput ¶
type RecursiveShapesOutput struct { Nested *types.RecursiveShapesInputOutputNested1 // 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 SimpleScalarPropertiesInput ¶
type SimpleScalarPropertiesOutput ¶
type SimpleScalarPropertiesOutput struct { ByteValue *int8 DoubleValue *float64 FalseBooleanValue *bool FloatValue *float32 Foo *string IntegerValue *int32 LongValue *int64 ShortValue *int16 StringValue *string TrueBooleanValue *bool // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type SparseJsonListsInput ¶
type SparseJsonListsInput struct { SparseStringList []*string // contains filtered or unexported fields }
type SparseJsonListsOutput ¶
type SparseJsonListsOutput struct { SparseStringList []*string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type SparseJsonMapsInput ¶
type SparseJsonMapsOutput ¶
type SparseJsonMapsOutput struct { SparseBooleanMap map[string]*bool SparseNumberMap map[string]*int32 SparseSetMap map[string][]string SparseStringMap map[string]*string SparseStructMap map[string]*types.GreetingStruct // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StreamingTraitsInput ¶
type StreamingTraitsOutput ¶
type StreamingTraitsOutput struct { Blob io.ReadCloser Foo *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StreamingTraitsRequireLengthInput ¶
type StreamingTraitsRequireLengthOutput ¶
type StreamingTraitsRequireLengthOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StreamingTraitsWithMediaTypeInput ¶
type StreamingTraitsWithMediaTypeOutput ¶
type StreamingTraitsWithMediaTypeOutput struct { // This value conforms to the media type: text/plain Blob io.ReadCloser Foo *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type TestBodyStructureInput ¶
type TestBodyStructureInput struct { TestConfig *types.TestConfig TestId *string // contains filtered or unexported fields }
type TestBodyStructureOutput ¶
type TestBodyStructureOutput struct { TestConfig *types.TestConfig TestId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type TestNoPayloadInput ¶
type TestNoPayloadInput struct { TestId *string // contains filtered or unexported fields }
type TestNoPayloadOutput ¶
type TestNoPayloadOutput struct { TestId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type TestPayloadBlobInput ¶
type TestPayloadBlobOutput ¶
type TestPayloadBlobOutput struct { ContentType *string Data []byte // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type TestPayloadStructureInput ¶
type TestPayloadStructureInput struct { PayloadConfig *types.PayloadConfig TestId *string // contains filtered or unexported fields }
type TestPayloadStructureOutput ¶
type TestPayloadStructureOutput struct { PayloadConfig *types.PayloadConfig TestId *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type TimestampFormatHeadersInput ¶
type TimestampFormatHeadersOutput ¶
type TimestampFormatHeadersOutput struct { DefaultFormat *time.Time MemberDateTime *time.Time MemberEpochSeconds *time.Time MemberHttpDate *time.Time TargetDateTime *time.Time TargetEpochSeconds *time.Time TargetHttpDate *time.Time // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UnitInputAndOutputInput ¶
type UnitInputAndOutputInput struct {
// contains filtered or unexported fields
}
type UnitInputAndOutputOutput ¶
type UnitInputAndOutputOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Source Files
¶
- api_client.go
- api_op_AllQueryStringTypes.go
- api_op_ConstantAndVariableQueryString.go
- api_op_ConstantQueryString.go
- api_op_DatetimeOffsets.go
- api_op_DocumentType.go
- api_op_DocumentTypeAsMapValue.go
- api_op_DocumentTypeAsPayload.go
- api_op_EmptyInputAndEmptyOutput.go
- api_op_EndpointOperation.go
- api_op_EndpointWithHostLabelOperation.go
- api_op_FractionalSeconds.go
- api_op_GreetingWithErrors.go
- api_op_HostWithPathOperation.go
- api_op_HttpChecksumRequired.go
- api_op_HttpEnumPayload.go
- api_op_HttpPayloadTraits.go
- api_op_HttpPayloadTraitsWithMediaType.go
- api_op_HttpPayloadWithStructure.go
- api_op_HttpPayloadWithUnion.go
- api_op_HttpPrefixHeaders.go
- api_op_HttpPrefixHeadersInResponse.go
- api_op_HttpRequestWithFloatLabels.go
- api_op_HttpRequestWithGreedyLabelInPath.go
- api_op_HttpRequestWithLabels.go
- api_op_HttpRequestWithLabelsAndTimestampFormat.go
- api_op_HttpRequestWithRegexLiteral.go
- api_op_HttpResponseCode.go
- api_op_HttpStringPayload.go
- api_op_IgnoreQueryParamsInResponse.go
- api_op_InputAndOutputWithHeaders.go
- api_op_JsonBlobs.go
- api_op_JsonEnums.go
- api_op_JsonIntEnums.go
- api_op_JsonLists.go
- api_op_JsonMaps.go
- api_op_JsonTimestamps.go
- api_op_JsonUnions.go
- api_op_MalformedAcceptWithBody.go
- api_op_MalformedAcceptWithGenericString.go
- api_op_MalformedAcceptWithPayload.go
- api_op_MalformedBlob.go
- api_op_MalformedBoolean.go
- api_op_MalformedByte.go
- api_op_MalformedContentTypeWithBody.go
- api_op_MalformedContentTypeWithGenericString.go
- api_op_MalformedContentTypeWithPayload.go
- api_op_MalformedContentTypeWithoutBody.go
- api_op_MalformedDouble.go
- api_op_MalformedFloat.go
- api_op_MalformedInteger.go
- api_op_MalformedList.go
- api_op_MalformedLong.go
- api_op_MalformedMap.go
- api_op_MalformedRequestBody.go
- api_op_MalformedShort.go
- api_op_MalformedString.go
- api_op_MalformedTimestampBodyDateTime.go
- api_op_MalformedTimestampBodyDefault.go
- api_op_MalformedTimestampBodyHttpDate.go
- api_op_MalformedTimestampHeaderDateTime.go
- api_op_MalformedTimestampHeaderDefault.go
- api_op_MalformedTimestampHeaderEpoch.go
- api_op_MalformedTimestampPathDefault.go
- api_op_MalformedTimestampPathEpoch.go
- api_op_MalformedTimestampPathHttpDate.go
- api_op_MalformedTimestampQueryDefault.go
- api_op_MalformedTimestampQueryEpoch.go
- api_op_MalformedTimestampQueryHttpDate.go
- api_op_MalformedUnion.go
- api_op_MediaTypeHeader.go
- api_op_NoInputAndNoOutput.go
- api_op_NoInputAndOutput.go
- api_op_NullAndEmptyHeadersClient.go
- api_op_NullAndEmptyHeadersServer.go
- api_op_OmitsNullSerializesEmptyString.go
- api_op_OmitsSerializingEmptyLists.go
- api_op_PostPlayerAction.go
- api_op_PostUnionWithJsonName.go
- api_op_PutWithContentEncoding.go
- api_op_QueryIdempotencyTokenAutoFill.go
- api_op_QueryParamsAsStringListMap.go
- api_op_QueryPrecedence.go
- api_op_RecursiveShapes.go
- api_op_SimpleScalarProperties.go
- api_op_SparseJsonLists.go
- api_op_SparseJsonMaps.go
- api_op_StreamingTraits.go
- api_op_StreamingTraitsRequireLength.go
- api_op_StreamingTraitsWithMediaType.go
- api_op_TestBodyStructure.go
- api_op_TestNoPayload.go
- api_op_TestPayloadBlob.go
- api_op_TestPayloadStructure.go
- api_op_TimestampFormatHeaders.go
- api_op_UnitInputAndOutput.go
- auth.go
- deserializers.go
- doc.go
- endpoints.go
- go_module_metadata.go
- options.go
- serializers.go
- validators.go