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

5 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_DeleteObject.go#L39: func (c *Client) DeleteObject(ctx context.Context, params *DeleteObjectInput, optFns ...func(*Options)) (*DeleteObjectOutput, error) {
		api_op_DeleteObject.go#L49: 	out := result.(*DeleteObjectOutput)
		api_op_DeleteObject.go#L111: type DeleteObjectOutput struct {
		deserializers.go#L1944: 	output := &DeleteObjectOutput{}
		deserializers.go#L1995: func awsRestxml_deserializeOpHttpBindingsDeleteObjectOutput(v *DeleteObjectOutput, response *smithyhttp.Response) error {