MCPcopy Create free account

hub / github.com/aws/smithy-go / functions

Functions4,217 in github.com/aws/smithy-go

↓ 1 callersFunctionSetSigV4SigningName
SetSigV4SigningName sets the signing name on Properties.
transport/http/properties.go:23
↓ 1 callersFunctionSetSigV4SigningRegion
SetSigV4SigningRegion sets the signing region on Properties.
transport/http/properties.go:34
↓ 1 callersMethodSetStatus
(status SpanStatus)
tracing/tracing.go:72
↓ 1 callersMethodShort
Short encodes v as a XML number. It will auto close the parent xml element tag.
encoding/xml/value.go:119
↓ 1 callersMethodSignMessage
SignMessage computes the signature for the next message in the event stream.
aws-http-auth/sigv4/stream.go:43
↓ 1 callersMethodSignMessage
(headers, payload []byte, signingTime time.Time)
eventstream/signer.go:12
↓ 1 callersMethodSignString
(string)
aws-http-auth/internal/v4/signer.go:43
↓ 1 callersMethodSignWithBearerToken
(context.Context, Token, Message)
auth/bearer/middleware.go:18
↓ 1 callersMethodSignWithBearerToken
SignWithBearerToken returns a copy of the HTTP request with the bearer token added via the "Authorization" header, per RFC 6750, https://datatracker.i
auth/bearer/middleware.go:90
↓ 1 callersMethodSigner
()
transport/http/auth.go:15
↓ 1 callersFunctionSplitHTTPDateTimestampHeaderListValues
SplitHTTPDateTimestampHeaderListValues attempts to split the HTTP-Date timestamp values in the slice by commas, and return a list of all values separa
transport/http/headerlist.go:126
↓ 1 callersFunctionSplitHeaderListValues
SplitHeaderListValues attempts to split the elements of the slice by commas, and return a list of all values separated. Returns error if unable to sep
transport/http/headerlist.go:27
↓ 1 callersFunctionStartSpan
StartSpan is a convenience API for creating tracing Spans from a Context. StartSpan uses the operation-scoped Tracer, previously stored using [WithOp
tracing/context.go:93
↓ 1 callersMethodStartSpan
(ctx context.Context, name string, opts ...SpanOption)
tracing/tracing.go:54
↓ 1 callersMethodStop
()
metrics/metrics.go:103
↓ 1 callersMethodString
String encodes v as a query string value
encoding/httpbinding/query.go:48
↓ 1 callersMethodString
String encodes the value v as the header string value
encoding/httpbinding/header.go:52
↓ 1 callersMethodString
String encodes v as a URI string value
encoding/httpbinding/uri.go:36
↓ 1 callersMethodString
String returns the string output of the XML encoder
encoding/xml/encoder.go:38
↓ 1 callersMethodString
String returns the String output of the JSON encoder
encoding/json/encoder.go:23
↓ 1 callersMethodString
()
middleware/stack.go:135
↓ 1 callersMethodString
()
eventstream/header_value.go:439
↓ 1 callersFunctionStringMap
StringMap returns a map of string pointers from the values passed in.
ptr/to_ptr.go:85
↓ 1 callersFunctionStringSlice
StringSlice returns a slice of string pointers from the values passed in.
ptr/to_ptr.go:73
↓ 1 callersFunctionStructToXML
StructToXML writes an XMLNode to a xml.Encoder as tokens.
testing/xml/xmlToStruct.go:135
↓ 1 callersFunctionSubString
Substring returns the substring of the input provided. If the start or stop indexes are not valid for the input nil will be returned. If errors occur
endpoints/private/rulesfn/strings.go:6
↓ 1 callersMethodSwap
Swap removes the middleware by id, replacing it with the new middleware. Returns the middleware removed, or error if the middleware to be removed does
middleware/step_build.go:182
↓ 1 callersMethodSwap
Swap removes the middleware by id, replacing it with the new middleware. Returns the middleware removed, or error if the middleware to be removed does
middleware/step_initialize.go:183
↓ 1 callersMethodTLSHandshakeStart
()
transport/http/metrics.go:132
↓ 1 callersFunctionTime
Time returns a pointer value for the time.Time value passed in.
ptr/to_ptr.go:444
↓ 1 callersFunctionTimeMap
TimeMap returns a map of time.Time pointers from the values passed in.
ptr/to_ptr.go:462
↓ 1 callersFunctionTimeSlice
TimeSlice returns a slice of time.Time pointers from the values passed in.
ptr/to_ptr.go:450
↓ 1 callersMethodTracer
(scope string, opts ...TracerOption)
tracing/tracing.go:34
↓ 1 callersFunctionURIEncode
URIEncode returns an percent-encoded [RFC3986 section 2.1] version of the input string. [RFC3986 section 2.1]: https://www.rfc-editor.org/rfc/rfc3986
endpoints/private/rulesfn/uri.go:95
↓ 1 callersFunctionUint16Slice
Uint16Slice returns a slice of uint16 pointers from the values passed in.
ptr/to_ptr.go:305
↓ 1 callersFunctionUint32Map
Uint32Map returns a map of uint32 pointers from the values passed in.
ptr/to_ptr.go:346
↓ 1 callersFunctionUint32Slice
Uint32Slice returns a slice of uint32 pointers from the values passed in.
ptr/to_ptr.go:334
↓ 1 callersFunctionUint64Map
Uint64Map returns a map of uint64 pointers from the values passed in.
ptr/to_ptr.go:375
↓ 1 callersFunctionUint64Slice
Uint64Slice returns a slice of uint64 pointers from the values passed in.
ptr/to_ptr.go:363
↓ 1 callersFunctionUint8Map
Uint8Map returns a map of uint8 pointers from the values passed in.
ptr/to_ptr.go:288
↓ 1 callersFunctionUint8Slice
Uint8Slice returns a slice of uint8 pointers from the values passed in.
ptr/to_ptr.go:276
↓ 1 callersFunctionUintSlice
UintSlice returns a slice of uint pointers from the values passed in.
ptr/to_ptr.go:247
↓ 1 callersFunctionUnquoteBytes
UnquoteBytes is copied from Go stdlib.
transport/http/protocol/internal/json/internal/stdlib/stdlib.go:44
↓ 1 callersMethodValue
Value provides an abstraction to retrieve char data value within an xml element. The method will return an error if it encounters a nested xml element
encoding/xml/xml_decoder.go:106
↓ 1 callersMethodValue
Value looks up the key, returning its value. If configured to not preserve values of expired context, and the wrapping context is canceled, nil will b
context/suppress_expired.go:28
↓ 1 callersMethodWithContext
(context.Context)
logging/logger.go:35
↓ 1 callersMethodWriteBlob
WriteBlob implements [smithy.ShapeSerializer].
transport/http/protocol/internal/json/shape_serializer.go:202
↓ 1 callersMethodWriteBool
WriteBool implements [smithy.ShapeSerializer].
transport/http/protocol/internal/json/shape_serializer.go:137
↓ 1 callersMethodWriteFloat64
WriteFloat64 implements [smithy.ShapeSerializer].
transport/http/protocol/internal/json/shape_serializer.go:182
↓ 1 callersMethodWriteKey
WriteKey implements [smithy.ShapeSerializer].
transport/http/protocol/internal/json/shape_serializer.go:237
↓ 1 callersMethodWriteList
WriteList implements [smithy.ShapeSerializer].
transport/http/protocol/internal/json/shape_serializer.go:217
↓ 1 callersMethodWriteMap
WriteMap implements [smithy.ShapeSerializer].
transport/http/protocol/internal/json/shape_serializer.go:230
↓ 1 callersMethodWriteNil
WriteNil implements [smithy.ShapeSerializer].
transport/http/protocol/internal/json/shape_serializer.go:297
↓ 1 callersMethodWriteString
WriteString implements [smithy.ShapeSerializer].
transport/http/protocol/internal/cbor/shape_serializer.go:131
↓ 1 callersMethodWriteStruct
WriteStruct implements [smithy.ShapeSerializer].
transport/http/protocol/internal/cbor/shape_serializer.go:220
↓ 1 callersMethodWriteTime
WriteTime implements [smithy.ShapeSerializer].
transport/http/protocol/internal/json/shape_serializer.go:251
↓ 1 callersMethodWriteTo
(w io.Writer)
transport/http/internal/io/safe_test.go:35
↓ 1 callersMethodWriteUnion
WriteUnion implements [smithy.ShapeSerializer].
transport/http/protocol/internal/cbor/shape_serializer.go:208
↓ 1 callersFunctionXMLToStruct
XMLToStruct converts a xml.Decoder stream to XMLNode with nested values.
testing/xml/xmlToStruct.go:42
↓ 1 callersMethodacceptHeader
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/protocol/rpc2/Rpc2SerializeRequestMiddleware.java:83
↓ 1 callersMethodacceptMembersInit
(GoWriter writer)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/SchemaGenerator.java:101
↓ 1 callersFunctionadaptFloat64CB
adaptFloat64CB wraps an OTEL async instrument callback, binding it to a single float64 instrument.
metrics/smithyotelmetrics/async.go:57
↓ 1 callersFunctionadaptInt64CB
adaptInt64CB wraps an OTEL async instrument callback, binding it to a single int64 instrument.
metrics/smithyotelmetrics/async.go:35
↓ 1 callersMethodaddAuthParameter
Adds a field to the auth parameters. @param param The field. @return Returns the builder.
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/RuntimeClientPlugin.java:499
↓ 1 callersMethodaddAuthParameterResolver
Adds a resolver for fields on auth parameters. @param resolver The auth field resolver. @return Returns the builder.
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/RuntimeClientPlugin.java:510
↓ 1 callersMethodaddDependencies
(GoWriter other)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoWriter.java:651
↓ 1 callersMethodaddDocumentDeserializerBindingShapes
Adds shapes from provided shape that require document deserializer functions to be generated. @param model the smithy model. @param index the http bi
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpBindingProtocolGenerator.java:1553
↓ 1 callersMethodaddImports
(GoWriter other)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoWriter.java:620
↓ 1 callersMethodaddMiddleware
(String opName, Model model, SymbolProvider symbolProvider, Optional<StructureShape> output)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/AddEventStreamMiddleware.java:147
↓ 1 callersMethodaddOperationDocumentShapeBindersForDeserializer
Adds the top-level shapes from the operation that bind to the body document that require deserializer functions. @param context the generator conte
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpBindingProtocolGenerator.java:1535
↓ 1 callersMethodaddOperationDocumentShapeBindersForSerializer
Adds the top-level shapes from the operation that bind to the body document that require serializer functions. @param context the generator context
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpBindingProtocolGenerator.java:215
↓ 1 callersMethodaddSignatureParametersToQuery
(signedHeaders string)
aws-http-auth/internal/v4/signer.go:239
↓ 1 callersMethodaddSignatureToQuery
(signature, signedHeaders string)
aws-http-auth/internal/v4/signer.go:253
↓ 1 callersMethodaddTestCases
(List<T> testCases)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestGenerator.java:673
↓ 1 callersMethodaddTestName
Set the name of the test to skip. @param testName is the name of the test to skip @return the builder
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestGenerator.java:969
↓ 1 callersMethodallSiblingsAreBlocks
Determines whether a given node's siblings are all text blocks, code blocks, or lists. <p>Siblings that are blank text nodes are skipped. @param nod
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/DocumentationConverter.java:269
↓ 1 callersMethodarchetype
(ShapeId archetype)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/Synthetic.java:106
↓ 1 callersMethodasAddressIfAddressable
Returns the operand decorated with an &amp; if the address of the shape type can be taken. @param model API model reference @param pointable
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/CodegenUtils.java:176
↓ 1 callersFunctionasBigFloat
(tv *cbor.Tag)
document/cbor/decode.go:309
↓ 1 callersFunctionasBigIntFromTag
(tv *Tag)
encoding/cbor/coerce.go:210
↓ 1 callersFunctionasDocuments
(i, j interface{})
testing/struct.go:135
↓ 1 callersFunctionasMetadatas
(i, j interface{})
testing/struct.go:129
↓ 1 callersFunctionasReaders
(i, j interface{})
testing/struct.go:141
↓ 1 callersFunctionassertList
(t *testing.T, e List, a Value)
encoding/cbor/decode_test.go:1236
↓ 1 callersFunctionassertMajor7Float32
(t *testing.T, e Float32, a Value)
encoding/cbor/decode_test.go:1291
↓ 1 callersFunctionassertMajor7Float64
(t *testing.T, e Float64, a Value)
encoding/cbor/decode_test.go:1303
↓ 1 callersFunctionassertMap
(t *testing.T, e Map, a Value)
encoding/cbor/decode_test.go:1253
↓ 1 callersFunctionassertTag
(t *testing.T, e *Tag, a Value)
encoding/cbor/decode_test.go:1276
↓ 1 callersMethodasyncStreamReaders
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/ServiceGenerator.java:639
↓ 1 callersFunctionawaitS3ControlOperation
(t *testing.T, ctx context.Context, svc *S3ControlClient, requestToken string)
aws-http-auth/sigv4a/e2e_test.go:510
↓ 1 callersMethodawsHttpAuthSchemes
(String relativePath, String alias)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/SmithyGoDependency.java:134
↓ 1 callersMethodbenchmarkFuncNameArgs
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestGenerator.java:120
↓ 1 callersMethodbenchmarkFuncNameFormat
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestGenerator.java:118
↓ 1 callersFunctionbinWrite
(v any)
eventstream/header_value_test.go:12
↓ 1 callersMethodbodyEqual
(boolean isCbor)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/SerdeSnapshotTests.java:53
↓ 1 callersFunctionbufCap
(b []byte, n int)
encoding/httpbinding/path_replace.go:14
↓ 1 callersMethodbufferAttribute
(schema *smithy.Schema, v string)
transport/http/protocol/internal/xml/shape_serializer.go:316
↓ 1 callersMethodbufferMapEntry
(key, value string)
transport/http/protocol/internal/query/shape_serializer.go:172
↓ 1 callersMethodbuild
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/ManifestWriter.java:168
↓ 1 callersMethodbuild
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/ProtocolGenerator.java:615
← previousnext →1,201–1,300 of 4,217, ranked by callers