MCPcopy Create free account

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

Functions3,047 in github.com/aws/smithy-go

↓ 2 callersFunctionValidHostLabel
ValidHostLabel returns whether the label is a valid RFC 3986 host label.
transport/http/host.go:73
↓ 2 callersFunctionValidPortNumber
ValidPortNumber returns whether the port is valid RFC 3986 port.
transport/http/host.go:60
↓ 2 callersFunctionValidateEndpointHost
ValidateEndpointHost validates that the host string passed in is a valid RFC 3986 host. Returns error if the host is not valid.
transport/http/host.go:12
↓ 2 callersFunctionValueElem
ValueElem walks interface and pointer types and returns the underlying element.
document/internal/serde/serde.go:91
↓ 2 callersFunctionWithContext
WithContext will pass the provided context to logger if it implements the ContextLogger interface and return the resulting logger. Otherwise the logge
logging/logger.go:41
↓ 2 callersFunctionWithSpan
WithSpan sets the active trace Span on the context.
tracing/context.go:26
↓ 2 callersMethodWriteLine
(v string)
middleware/stack.go:201
↓ 2 callersMethodWriteRune
(rune)
middleware/stack.go:180
↓ 2 callersMethodWriteString
(string)
middleware/stack.go:179
↓ 2 callersMethodaddCommand
Adds command arguments to the set of arguments the command will be executed with. @param command command and arguments to be executed. @return builder
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/testutils/ExecuteCommand.java:122
↓ 2 callersMethodaddConfigFieldResolver
Adds a config field resolver that will be added to the client by this plugin. @param configFieldResolver The config field resolver. @return Returns t
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/RuntimeClientPlugin.java:397
↓ 2 callersMethodaddConnAcquired
(ctx context.Context, incr int64)
transport/http/metrics.go:172
↓ 2 callersMethodaddHeaderValue
(value headerValue)
transport/http/middleware_headers.go:99
↓ 2 callersMethodaddImport
(String importPath, String alias)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/ImportDeclarations.java:36
↓ 2 callersMethodalias
Set the dependency alias. @param alias the alias @return the builder
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoDependency.java:407
↓ 2 callersMethodappendTo
(value string)
transport/http/user_agent.go:32
↓ 2 callersMethodautoDocTemplate
Auto-formats a multi-paragraph string as a doc writable (including line wrapping). @param contents The docs. @return writer for formatted docs.
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoWriter.java:169
↓ 2 callersMethodbuild
(String build)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/SemanticVersion.java:372
↓ 2 callersMethodbuild
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/MiddlewareIdentifier.java:139
↓ 2 callersMethodbuildCanonicalHeaders
()
aws-http-auth/internal/v4/signer.go:175
↓ 2 callersMethodbuildCanonicalRequestWithHeaders
(canonHeaders, signedHeaders string)
aws-http-auth/internal/v4/signer.go:148
↓ 2 callersMethodbuildSymbol
(String name, String namespace)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/SymbolUtils.java:214
↓ 2 callersMethodbuilder
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/ShapeValueGenerator.java:394
↓ 2 callersMethodbuilder
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/ManifestWriter.java:138
↓ 2 callersMethodbuilder
Get a {@link SemanticVersion} builder. @return the builder
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/SemanticVersion.java:186
↓ 2 callersMethodbuilder
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/MiddlewareIdentifier.java:97
↓ 2 callersMethodbuilder
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/ConfigFieldResolver.java:67
↓ 2 callersMethodbuilder
Returns the builder for ExecuteCommand. @return ExecuteCommand builder.
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/testutils/ExecuteCommand.java:103
↓ 2 callersMethodcompare
(MemberShape a, MemberShape b)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/CodegenUtils.java:347
↓ 2 callersMethodcompareTo
Compare two {@link SemanticVersion}, ignoring prefix strings. To validate that prefix strings match see the overloaded function signature. @param o t
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/SemanticVersion.java:217
↓ 2 callersMethodcompareTo
(SkipTest o)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestGenerator.java:854
↓ 2 callersMethodconditionallyBase64Encode
( GenerationContext context, GoWriter writer, Shape targetShape,
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpBindingProtocolGenerator.java:1061
↓ 2 callersMethodconvert
Converts a commonmark formatted string into a godoc formatted string. @param docs commonmark formatted documentation @return godoc formatted document
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/DocumentationConverter.java:70
↓ 2 callersMethodcreateBigSymbol
(Shape shape, String symbolName)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/SymbolVisitor.java:413
↓ 2 callersMethodcreateCollectionSymbol
(CollectionShape shape)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/SymbolVisitor.java:311
↓ 2 callersMethodcreateInitializeStepMiddleware
Create a new InitializeStep middleware generator with the provided type name. @param name is the type name to identify the middleware. @param id th
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoStackStepMiddlewareGenerator.java:60
↓ 2 callersMethodcreateSymbolProvider
Creates a Go symbol provider. @param model The model to generate symbols for. @param settings The Gosettings to use to create symbol provider @ret
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoCodegenPlugin.java:64
↓ 2 callersMethoddeserializeCollection
Writes the code needed to deserialize a collection in the document of a response. <p>Implementations of this method are expected to generate a functi
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/DocumentShapeDeserVisitor.java:168
↓ 2 callersMethoddo
(ctx context.Context, target string, in, out any)
aws-http-auth/sigv4/e2e_test.go:67
↓ 2 callersMethoddoCall
doCall handles the single call for a key.
internal/sync/singleflight/singleflight.go:137
↓ 2 callersMethodencodeNumber
(rv reflect.Value)
document/cbor/encode.go:186
↓ 2 callersMethodencodeNumber
(vp valueProvider, rv reflect.Value)
document/json/encoder.go:253
↓ 2 callersMethodendpointType
(Symbol endpointType)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/endpoints/EndpointTestsGenerator.java:376
↓ 2 callersMethodensureSupportedProtocol
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/ClientOptions.java:243
↓ 2 callersMethodequals
(Object o)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoDependency.java:238
↓ 2 callersMethodfilterDependencies
( Predicate<SymbolDependency> predicate )
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoModuleInfo.java:87
↓ 2 callersMethodfloat
(v float64, bitSize int)
encoding/httpbinding/query.go:82
↓ 2 callersMethodfloat
(v float64, bitSize int)
encoding/httpbinding/header.go:91
↓ 2 callersMethodfloat
(v float64, bitSize int)
encoding/httpbinding/uri.go:70
↓ 2 callersMethodfloat
(v float64, bits int)
encoding/xml/value.go:152
↓ 2 callersMethodfloat
(v float64, bits int)
encoding/json/value.go:66
↓ 2 callersFunctionfloat16to32
(f uint16)
encoding/cbor/float16.go:3
↓ 2 callersMethodfloatOfBitSize
Float64 returns the number as a float64.
document/document.go:133
↓ 2 callersMethodformatUnionMemberName
(UnionShape union, MemberShape member)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/SymbolVisitor.java:231
↓ 2 callersMethodgenerate
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/ServiceGenerator.java:95
↓ 2 callersMethodgenerate
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/auth/AuthGenerator.java:31
↓ 2 callersMethodgenerate
(Set<Shape> shapes)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/server/protocol/JsonSerializerGenerator.java:53
↓ 2 callersMethodgenerateErrorDispatcher
Generates a function that handles error deserialization by getting the error code then dispatching to the error-specific deserializer. <p> If the erro
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolGeneratorUtils.java:62
↓ 2 callersMethodgenerateResolverType
(GoWriter.Writable resolveMethodBody)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/endpoints/EndpointResolverGenerator.java:112
↓ 2 callersMethodgenerateRetryableName
( String waiterName )
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/Waiters2.java:765
↓ 2 callersMethodgenerateRulesList
(List<Rule> rules, Scope scope)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/endpoints/EndpointResolverGenerator.java:249
↓ 2 callersMethodgetAddMiddlewareStackHelperFunctionName
(OperationShape operationShape)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/ValidationGenerator.java:314
↓ 2 callersMethodgetAddOperationMiddlewareFuncName
Returns the name of the operation's middleware mutator function, that adds all middleware for the operation to the stack. @param operation symbol for
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/OperationGenerator.java:272
↓ 2 callersMethodgetAddRequestCompressionMiddlewareFuncName
(String operationName)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/requestcompression/RequestCompression.java:137
↓ 2 callersMethodgetArtifactType
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/GoIntegration.java:58
↓ 2 callersMethodgetConfigResolvers
( ConfigFieldResolver.Location location, ConfigFieldResolver.Target target )
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/ServiceGenerator.java:464
↓ 2 callersMethodgetContentType
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/protocol/rpc2/Rpc2SerializeRequestMiddleware.java:47
↓ 2 callersMethodgetDefault
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/endpoints/EndpointResolverGenerator.java:535
↓ 2 callersMethodgetDocumentPackage
(GoSettings settings)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/ProtocolDocumentGenerator.java:491
↓ 2 callersMethodgetDocumentTimestampFormat
Gets the default serde format for timestamps. @return Returns the default format.
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpBindingProtocolGenerator.java:178
↓ 2 callersMethodgetDocumentation
@return Gets the optional documentation for the member field.
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/ClientMember.java:55
↓ 2 callersMethodgetEndpointBuiltinBindings
Gets the endpoint builtin bindings that will be rendered by this plugin. @return the bindings.
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/RuntimeClientPlugin.java:124
↓ 2 callersMethodgetEndpointRules
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/ProtocolGenerator.java:548
↓ 2 callersMethodgetEventStreamReaderInterfaceName
(ServiceShape serviceShape, ToShapeId shape)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/EventStreamGenerator.java:401
↓ 2 callersMethodgetEventStreamWriterInterfaceName
(ServiceShape serviceShape, ToShapeId shape)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/EventStreamGenerator.java:396
↓ 2 callersMethodgetGoDependencies
Get the the set of {@link GoDependency} required by this dependency. @return the set of dependencies
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoDependency.java:92
↓ 2 callersMethodgetHttpBindingOperations
Get the operations with HTTP Bindings. @param context the generation context @return the list of operation shapes
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpBindingProtocolGenerator.java:113
↓ 2 callersMethodgetIdempotencyTokenMiddlewareHelperName
Get Idempotency Token Middleware Helper name. @param operationShape Operation shape for which middleware is defined. @return name of the idempotency
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/IdempotencyTokenMiddlewareGenerator.java:201
↓ 2 callersMethodgetIdempotencyTokenMiddlewareName
Get Idempotency Token Middleware name. @param operationShape Operation shape for which middleware is defined. @return name of the idempotency token m
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/IdempotencyTokenMiddlewareGenerator.java:191
↓ 2 callersMethodgetImportPath
Get the import path of the dependency. @return the import path of the dependency
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoDependency.java:128
↓ 2 callersMethodgetInputEventStreams
Get the input event streams and their usages in operations for the provided service. @param service the service shape @return the map of event stream
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoEventStreamIndex.java:85
↓ 2 callersMethodgetInternalDocumentPackage
(GoSettings settings)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/ProtocolDocumentGenerator.java:487
↓ 2 callersMethodgetInternalDocumentSymbolBuilder
Create a non-pointable {@link Symbol.Builder} for typeName in the service's internal document package. @param settings the Smithy Go settings. @param
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/ProtocolDocumentGenerator.java:463
↓ 2 callersMethodgetMiddlewareHelperName
(OperationShape operation)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/EndpointHostPrefixMiddleware.java:196
↓ 2 callersMethodgetMiddlewareName
(OperationShape operation)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/EndpointHostPrefixMiddleware.java:192
↓ 2 callersMethodgetMinimumNonStdLibDependencies
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoModuleInfo.java:57
↓ 2 callersMethodgetName
@return Returns the name of the config field.
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/ConfigField.java:45
↓ 2 callersMethodgetName
@return Returns the name of the client member field.
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/ClientMember.java:41
↓ 2 callersMethodgetName
Get the config field name. @return the field name
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolUnitTestGenerator.java:683
↓ 2 callersMethodgetOperationHandlerName
(OperationShape operation)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/server/protocol/HttpHandlerProtocolGenerator.java:178
↓ 2 callersMethodgetOperationHttpBindingsDeserFunctionName
Generates the name of a deserializer function for shapes of a service. @param shape The shape the deserializer function is being generated for. @p
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/ProtocolGenerator.java:199
↓ 2 callersMethodgetOperationHttpBindingsSerFunctionName
Generates the name of a serializer function for shapes of a service. @param shape The shape the serializer function is being generated for. @param
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/ProtocolGenerator.java:185
↓ 2 callersMethodgetOperationValidationMiddlewareName
(OperationShape operationShape)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/ValidationGenerator.java:299
↓ 2 callersFunctiongetOrAddHeaderValueHelper
(stack *middleware.Stack)
transport/http/middleware_headers.go:124
↓ 2 callersMethodgetOutputEventStreams
Get the output event streams and their usages in operations for the provided service. @param service the service shape @return the map of event strea
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/GoEventStreamIndex.java:95
↓ 2 callersMethodgetResolver
()
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/ConfigFieldResolver.java:55
↓ 2 callersMethodgetServiceTitle
Attempts to get the title of the API's service from the model. If unalbe to get the title the fallback value will be returned instead. @param shape
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/CodegenUtils.java:407
↓ 2 callersMethodgetShapeValidationFunctionName
(Shape shape, boolean topLevelOpShape)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/ValidationGenerator.java:304
↓ 2 callersMethodgetShapeValidatorName
(Shape shape)
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/server/ServerValidationgenerator.java:250
↓ 2 callersMethodgetShapesRequiringValidationHelpers
Get a set of shapes that require validation helpers. @param service service to find operations for @return operations requiring validation
codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/knowledge/GoValidationIndex.java:145
← previousnext →501–600 of 3,047, ranked by callers