@aws-sdk/client-location 3.85.0 → 3.86.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.
@@ -1160,6 +1160,8 @@ export interface ListGeofencesRequest {
1160
1160
  CollectionName: string | undefined;
1161
1161
 
1162
1162
  NextToken?: string;
1163
+
1164
+ MaxResults?: number;
1163
1165
  }
1164
1166
  export declare namespace ListGeofencesRequest {
1165
1167
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-location",
3
3
  "description": "AWS SDK for JavaScript Location Client for Node.js, Browser and React Native",
4
- "version": "3.85.0",
4
+ "version": "3.86.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",