Skip to content

Commit 4d78677

Browse files
Update API model
1 parent e587d4f commit 4d78677

File tree

6 files changed

+1981
-311
lines changed

6 files changed

+1981
-311
lines changed

codegen/sdk-codegen/aws-models/appsync.json

+36
Original file line numberDiff line numberDiff line change
@@ -5092,6 +5092,18 @@
50925092
"traits": {
50935093
"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>"
50945094
}
5095+
},
5096+
"stash": {
5097+
"target": "com.amazonaws.appsync#Stash",
5098+
"traits": {
5099+
"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>"
5100+
}
5101+
},
5102+
"outErrors": {
5103+
"target": "com.amazonaws.appsync#OutErrors",
5104+
"traits": {
5105+
"smithy.api#documentation": "<p>The list of runtime errors that are added to the GraphQL operation response.</p>"
5106+
}
50955107
}
50965108
},
50975109
"traits": {
@@ -5168,6 +5180,18 @@
51685180
"traits": {
51695181
"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>"
51705182
}
5183+
},
5184+
"stash": {
5185+
"target": "com.amazonaws.appsync#Stash",
5186+
"traits": {
5187+
"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>"
5188+
}
5189+
},
5190+
"outErrors": {
5191+
"target": "com.amazonaws.appsync#OutErrors",
5192+
"traits": {
5193+
"smithy.api#documentation": "<p>The list of runtime errors that are added to the GraphQL operation response.</p>"
5194+
}
51715195
}
51725196
},
51735197
"traits": {
@@ -8201,6 +8225,12 @@
82018225
}
82028226
}
82038227
},
8228+
"com.amazonaws.appsync#OutErrors": {
8229+
"type": "string",
8230+
"traits": {
8231+
"smithy.api#pattern": "^[\\s\\S]*$"
8232+
}
8233+
},
82048234
"com.amazonaws.appsync#OutputType": {
82058235
"type": "enum",
82068236
"members": {
@@ -9133,6 +9163,12 @@
91339163
"smithy.api#output": {}
91349164
}
91359165
},
9166+
"com.amazonaws.appsync#Stash": {
9167+
"type": "string",
9168+
"traits": {
9169+
"smithy.api#pattern": "^[\\s\\S]*$"
9170+
}
9171+
},
91369172
"com.amazonaws.appsync#String": {
91379173
"type": "string"
91389174
},

0 commit comments

Comments
 (0)