@aws-sdk/client-ec2 3.541.0 → 3.542.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3414,8 +3414,7 @@ export interface SearchTransitGatewayRoutesRequest {
|
|
|
3414
3414
|
*/
|
|
3415
3415
|
Filters: Filter[] | undefined;
|
|
3416
3416
|
/**
|
|
3417
|
-
* <p>The maximum number of routes to return
|
|
3418
|
-
* 1000.</p>
|
|
3417
|
+
* <p>The maximum number of routes to return.</p>
|
|
3419
3418
|
* @public
|
|
3420
3419
|
*/
|
|
3421
3420
|
MaxResults?: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.542.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|