Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 28, 2025
1 parent df279db commit fcdc1bb
Show file tree
Hide file tree
Showing 6 changed files with 1,981 additions and 311 deletions.
36 changes: 36 additions & 0 deletions codegen/sdk-codegen/aws-models/appsync.json
Original file line number Diff line number Diff line change
Expand Up @@ -5092,6 +5092,18 @@
"traits": {
"smithy.api#documentation": "<p>A list of logs that were generated by calls to <code>util.log.info</code> and\n <code>util.log.error</code> in the evaluated code.</p>"
}
},
"stash": {
"target": "com.amazonaws.appsync#Stash",
"traits": {
"smithy.api#documentation": "<p>An object available inside each resolver and function handler. A single <code>stash</code> object lives through a single resolver run. Therefore, you can use the stash to pass arbitrary data across request and response handlers and across functions in a pipeline resolver.</p>"
}
},
"outErrors": {
"target": "com.amazonaws.appsync#OutErrors",
"traits": {
"smithy.api#documentation": "<p>The list of runtime errors that are added to the GraphQL operation response.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -5168,6 +5180,18 @@
"traits": {
"smithy.api#documentation": "<p>A list of logs that were generated by calls to <code>util.log.info</code> and\n <code>util.log.error</code> in the evaluated code.</p>"
}
},
"stash": {
"target": "com.amazonaws.appsync#Stash",
"traits": {
"smithy.api#documentation": "<p>An object available inside each resolver and function handler. A single <code>stash</code> object lives through a single resolver run. Therefore, you can use the stash to pass arbitrary data across request and response handlers and across functions in a pipeline resolver.</p>"
}
},
"outErrors": {
"target": "com.amazonaws.appsync#OutErrors",
"traits": {
"smithy.api#documentation": "<p>The list of runtime errors that are added to the GraphQL operation response.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -8201,6 +8225,12 @@
}
}
},
"com.amazonaws.appsync#OutErrors": {
"type": "string",
"traits": {
"smithy.api#pattern": "^[\\s\\S]*$"
}
},
"com.amazonaws.appsync#OutputType": {
"type": "enum",
"members": {
Expand Down Expand Up @@ -9133,6 +9163,12 @@
"smithy.api#output": {}
}
},
"com.amazonaws.appsync#Stash": {
"type": "string",
"traits": {
"smithy.api#pattern": "^[\\s\\S]*$"
}
},
"com.amazonaws.appsync#String": {
"type": "string"
},
Expand Down
Loading

0 comments on commit fcdc1bb

Please sign in to comment.