1717 pub operation : AppSyncOperation ,
1818 #[ serde( bound = "" ) ]
1919 pub payload : Option < T1 > ,
20- /// Catchall to catch any additional fields that were present but not expected by this struct.
20+ /// Catchall to catch any additional fields that were present but not explicitly defined by this struct.
2121 /// Enabled with Cargo feature `catch-all-fields`.
2222 /// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
2323 #[ cfg( feature = "catch-all-fields" ) ]
@@ -45,7 +45,7 @@ pub struct AppSyncIamIdentity {
4545 pub username : Option < String > ,
4646 #[ serde( default ) ]
4747 pub user_arn : Option < String > ,
48- /// Catchall to catch any additional fields that were present but not expected by this struct.
48+ /// Catchall to catch any additional fields that were present but not explicitly defined by this struct.
4949 /// Enabled with Cargo feature `catch-all-fields`.
5050 /// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
5151 #[ cfg( feature = "catch-all-fields" ) ]
7575 pub source_ip : Vec < String > ,
7676 #[ serde( default ) ]
7777 pub default_auth_strategy : Option < String > ,
78- /// Catchall to catch any additional fields that were present but not expected by this struct.
78+ /// Catchall to catch any additional fields that were present but not explicitly defined by this struct.
7979 /// Enabled with Cargo feature `catch-all-fields`.
8080 /// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
8181 #[ cfg( feature = "catch-all-fields" ) ]
@@ -93,7 +93,7 @@ pub struct AppSyncLambdaAuthorizerRequest {
9393 #[ serde( default ) ]
9494 pub authorization_token : Option < String > ,
9595 pub request_context : AppSyncLambdaAuthorizerRequestContext ,
96- /// Catchall to catch any additional fields that were present but not expected by this struct.
96+ /// Catchall to catch any additional fields that were present but not explicitly defined by this struct.
9797 /// Enabled with Cargo feature `catch-all-fields`.
9898 /// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
9999 #[ cfg( feature = "catch-all-fields" ) ]
@@ -126,7 +126,7 @@ where
126126 #[ serde( default ) ]
127127 #[ serde( bound = "" ) ]
128128 pub variables : HashMap < String , T1 > ,
129- /// Catchall to catch any additional fields that were present but not expected by this struct.
129+ /// Catchall to catch any additional fields that were present but not explicitly defined by this struct.
130130 /// Enabled with Cargo feature `catch-all-fields`.
131131 /// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
132132 #[ cfg( feature = "catch-all-fields" ) ]
@@ -150,7 +150,7 @@ where
150150 pub resolver_context : HashMap < String , T1 > ,
151151 pub denied_fields : Option < Vec < String > > ,
152152 pub ttl_override : Option < i64 > ,
153- /// Catchall to catch any additional fields that were present but not expected by this struct.
153+ /// Catchall to catch any additional fields that were present but not explicitly defined by this struct.
154154 /// Enabled with Cargo feature `catch-all-fields`.
155155 /// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
156156 #[ cfg( feature = "catch-all-fields" ) ]
@@ -189,7 +189,7 @@ where
189189 pub prev : Option < AppSyncPrevResult > ,
190190 #[ serde( bound = "" ) ]
191191 pub stash : TStash ,
192- /// Catchall to catch any additional fields that were present but not expected by this struct.
192+ /// Catchall to catch any additional fields that were present but not explicitly defined by this struct.
193193 /// Enabled with Cargo feature `catch-all-fields`.
194194 /// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
195195 #[ cfg( feature = "catch-all-fields" ) ]
@@ -209,7 +209,7 @@ pub struct AppSyncRequest {
209209 pub headers : HashMap < String , Option < String > > ,
210210 #[ serde( default ) ]
211211 pub domain_name : Option < String > ,
212- /// Catchall to catch any additional fields that were present but not expected by this struct.
212+ /// Catchall to catch any additional fields that were present but not explicitly defined by this struct.
213213 /// Enabled with Cargo feature `catch-all-fields`.
214214 /// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
215215 #[ cfg( feature = "catch-all-fields" ) ]
@@ -233,7 +233,7 @@ where
233233 pub field_name : String ,
234234 #[ serde( bound = "" ) ]
235235 pub variables : T ,
236- /// Catchall to catch any additional fields that were present but not expected by this struct.
236+ /// Catchall to catch any additional fields that were present but not explicitly defined by this struct.
237237 /// Enabled with Cargo feature `catch-all-fields`.
238238 /// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
239239 #[ cfg( feature = "catch-all-fields" ) ]
@@ -250,7 +250,7 @@ where
250250{
251251 #[ serde( bound = "" ) ]
252252 pub result : T ,
253- /// Catchall to catch any additional fields that were present but not expected by this struct.
253+ /// Catchall to catch any additional fields that were present but not explicitly defined by this struct.
254254 /// Enabled with Cargo feature `catch-all-fields`.
255255 /// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
256256 #[ cfg( feature = "catch-all-fields" ) ]
@@ -280,7 +280,7 @@ where
280280 pub claims : T ,
281281 pub issuer : String ,
282282 pub sub : String ,
283- /// Catchall to catch any additional fields that were present but not expected by this struct.
283+ /// Catchall to catch any additional fields that were present but not explicitly defined by this struct.
284284 /// Enabled with Cargo feature `catch-all-fields`.
285285 /// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
286286 #[ cfg( feature = "catch-all-fields" ) ]
@@ -298,7 +298,7 @@ where
298298{
299299 #[ serde( bound = "" ) ]
300300 pub resolver_context : T ,
301- /// Catchall to catch any additional fields that were present but not expected by this struct.
301+ /// Catchall to catch any additional fields that were present but not explicitly defined by this struct.
302302 /// Enabled with Cargo feature `catch-all-fields`.
303303 /// If `catch-all-fields` is disabled, any additional fields that are present will be ignored.
304304 #[ cfg( feature = "catch-all-fields" ) ]
0 commit comments