---
title: NewSubmissionResponse
framework: notaryapi
role: symbol
role_heading: Object
path: notaryapi/newsubmissionresponse
---

# NewSubmissionResponse

The notary service’s response to a software submission.

## Declaration

```data
object NewSubmissionResponse
```

## Properties

data: Data that describes the result of the submission request. meta: An empty object that you can ignore.

## Discussion

Discussion You receive a structure of this type in response to a call to the Submit Software endpoint. Use the temporary security credentials this response contains to make a call to Amazon S3 to upload your software.

## Topics

### Objects

- [NewSubmissionResponse.Data](notaryapi/newsubmissionresponse/data-data.dictionary.md)
- [NewSubmissionResponse.Meta](notaryapi/newsubmissionresponse/meta-data.dictionary.md)

## See Also

### Software submission

- [Submit Software](notaryapi/submit-software.md)
- [NewSubmissionRequest](notaryapi/newsubmissionrequest.md)
