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
feat(client-ec2): SearchTransitGatewayRoutes API response now includes a NextToken field, enabling pagination when retrieving large sets of transit gateway routes. Pass the returned NextToken value in subsequent requests to retrieve the next page of results.
"smithy.api#documentation": "<p>Checks whether you have the required permissions for the action, without actually making the request, \n and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. \n Otherwise, it is <code>UnauthorizedOperation</code>.</p>"
115542
115548
}
115549
+
},
115550
+
"NextToken": {
115551
+
"target": "com.amazonaws.ec2#String",
115552
+
"traits": {
115553
+
"smithy.api#documentation": "<p>The token for the next page of results.</p>"
115554
+
}
115543
115555
}
115544
115556
},
115545
115557
"traits": {
@@ -115564,6 +115576,14 @@
115564
115576
"smithy.api#documentation": "<p>Indicates whether there are additional routes available.</p>",
115565
115577
"smithy.api#xmlName": "additionalRoutesAvailable"
115566
115578
}
115579
+
},
115580
+
"NextToken": {
115581
+
"target": "com.amazonaws.ec2#String",
115582
+
"traits": {
115583
+
"aws.protocols#ec2QueryName": "NextToken",
115584
+
"smithy.api#documentation": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
0 commit comments