Documentation
¶
Index ¶
- type ComplexError
- type ComplexNestedErrorData
- type FooEnum
- type GreetingStruct
- type InvalidGreeting
- type NestedPayload
- type PayloadWithXmlName
- type PayloadWithXmlNamespace
- type PayloadWithXmlNamespaceAndPrefix
- type RecursiveShapesInputOutputNested1
- type RecursiveShapesInputOutputNested2
- type StructureListMember
- type XmlAttributesInputOutput
- type XmlNamespaceNested
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComplexError ¶
type ComplexError struct {
Message *string
Header *string
TopLevel *string
Nested *ComplexNestedErrorData
}
This error is thrown when a request is invalid.
func (*ComplexError) Error ¶
func (e *ComplexError) Error() string
func (*ComplexError) ErrorCode ¶
func (e *ComplexError) ErrorCode() string
func (*ComplexError) ErrorFault ¶
func (e *ComplexError) ErrorFault() smithy.ErrorFault
func (*ComplexError) ErrorMessage ¶
func (e *ComplexError) ErrorMessage() string
type ComplexNestedErrorData ¶
type ComplexNestedErrorData struct {
Foo *string
}
type FooEnum ¶
type FooEnum string
type GreetingStruct ¶
type GreetingStruct struct {
Hi *string
}
type InvalidGreeting ¶
type InvalidGreeting struct {
Message *string
}
This error is thrown when an invalid greeting value is provided.
func (*InvalidGreeting) Error ¶
func (e *InvalidGreeting) Error() string
func (*InvalidGreeting) ErrorCode ¶
func (e *InvalidGreeting) ErrorCode() string
func (*InvalidGreeting) ErrorFault ¶
func (e *InvalidGreeting) ErrorFault() smithy.ErrorFault
func (*InvalidGreeting) ErrorMessage ¶
func (e *InvalidGreeting) ErrorMessage() string
type NestedPayload ¶
type PayloadWithXmlName ¶
type PayloadWithXmlName struct {
Name *string
}
type PayloadWithXmlNamespace ¶
type PayloadWithXmlNamespace struct {
Name *string
}
type PayloadWithXmlNamespaceAndPrefix ¶
type PayloadWithXmlNamespaceAndPrefix struct {
Name *string
}
type RecursiveShapesInputOutputNested1 ¶
type RecursiveShapesInputOutputNested1 struct {
Foo *string
Nested *RecursiveShapesInputOutputNested2
}
type RecursiveShapesInputOutputNested2 ¶
type RecursiveShapesInputOutputNested2 struct {
Bar *string
RecursiveMember *RecursiveShapesInputOutputNested1
}
type StructureListMember ¶
type XmlNamespaceNested ¶
Click to show internal directories.
Click to hide internal directories.