You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
code?: string(name='Code', description='The response code. The value Success indicates that the request is successful. Other values indicate that the request failed. For more information about error codes, see Error codes.', example='SUCCESS'),
326
326
data?: {
327
-
count?: long(name='Count'),
328
-
maxResults?: long(name='MaxResults'),
329
-
nextToken?: string(name='NextToken'),
330
-
page?: int32(name='Page'),
331
-
pageSize?: int32(name='PageSize'),
327
+
count?: long(name='Count', description='The number of entries returned.', example='1'),
328
+
maxResults?: long(name='MaxResults', description='The maximum number of entries returned.', example='/'),
329
+
nextToken?: string(name='NextToken', description='If excess return values exist, this parameter is returned.', example='/'),
code?:string(name='Code', description='The response code. The value Success indicates that the request is successful. Other values indicate that the request failed. For more information about error codes, see Error codes.', example='SUCCESS'),
681
681
data?: {
682
-
count?:long(name='Count'),
683
-
maxResults?:long(name='MaxResults'),
684
-
nextToken?:string(name='NextToken'),
685
-
page?:int32(name='Page'),
686
-
pageSize?:int32(name='PageSize'),
682
+
count?:long(name='Count', description='The number of entries returned.', example='1'),
683
+
maxResults?:long(name='MaxResults', description='The maximum number of entries returned.', example='/'),
684
+
nextToken?:string(name='NextToken', description='If excess return values exist, this parameter is returned.', example='/'),
0 commit comments