type github.com/aws/aws-sdk-go-v2/service/s3.ListPartsOutput
10 uses
github.com/aws/aws-sdk-go-v2/service/s3 (current package)
api_op_ListParts.go#L59: func (c *Client) ListParts(ctx context.Context, params *ListPartsInput, optFns ...func(*Options)) (*ListPartsOutput, error) {
api_op_ListParts.go#L69: out := result.(*ListPartsOutput)
api_op_ListParts.go#L151: type ListPartsOutput struct {
api_op_ListParts.go#L306: ListParts(context.Context, *ListPartsInput, ...func(*Options)) (*ListPartsOutput, error)
api_op_ListParts.go#L360: func (p *ListPartsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListPartsOutput, error) {
deserializers.go#L9065: output := &ListPartsOutput{}
deserializers.go#L9144: func awsRestxml_deserializeOpHttpBindingsListPartsOutput(v *ListPartsOutput, response *smithyhttp.Response) error {
deserializers.go#L9170: func awsRestxml_deserializeOpDocumentListPartsOutput(v **ListPartsOutput, decoder smithyxml.NodeDecoder) error {
deserializers.go#L9174: var sv *ListPartsOutput
deserializers.go#L9176: sv = &ListPartsOutput{}