github.com/aws/smithy-go/middleware.SerializeStep.Insert (method)

8 uses

	github.com/aws/smithy-go/middleware (current package)
		step_serialize.go#L144: func (s *SerializeStep) Insert(m SerializeMiddleware, relativeTo string, pos RelativePosition) error {

	github.com/aws/smithy-go/transport/http
		middleware_headers.go#L37: 	err = stack.Serialize.Insert(removeDefaultContentType{},

	github.com/aws/aws-sdk-go-v2/service/s3
		api_op_WriteGetObjectResponse.go#L431: 	return stack.Serialize.Insert(&endpointPrefix_opWriteGetObjectResponseMiddleware{}, `OperationSerializer`, middleware.After)
		endpoints.go#L119: 	return stack.Serialize.Insert(&ResolveEndpoint{

	github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
		update_endpoint.go#L80: 	err = stack.Serialize.Insert(&processARNResource{
		update_endpoint.go#L94: 	err = stack.Serialize.Insert(&s3ObjectLambdaEndpoint{
		update_endpoint.go#L105: 	err = stack.Serialize.Insert(&removeBucketFromPathMiddleware{}, serializerID, middleware.After)
		update_endpoint.go#L111: 	err = stack.Serialize.Insert(&updateEndpoint{