type github.com/aws/aws-sdk-go-v2/service/s3.DeleteObjectsOutput

8 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_DeleteObjects.go#L61: func (c *Client) DeleteObjects(ctx context.Context, params *DeleteObjectsInput, optFns ...func(*Options)) (*DeleteObjectsOutput, error) {
		api_op_DeleteObjects.go#L71: 	out := result.(*DeleteObjectsOutput)
		api_op_DeleteObjects.go#L143: type DeleteObjectsOutput struct {
		deserializers.go#L2045: 	output := &DeleteObjectsOutput{}
		deserializers.go#L2124: func awsRestxml_deserializeOpHttpBindingsDeleteObjectsOutput(v *DeleteObjectsOutput, response *smithyhttp.Response) error {
		deserializers.go#L2136: func awsRestxml_deserializeOpDocumentDeleteObjectsOutput(v **DeleteObjectsOutput, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L2140: 	var sv *DeleteObjectsOutput
		deserializers.go#L2142: 		sv = &DeleteObjectsOutput{}