@aws-sdk/client-location
Advanced tools
Comparing version 3.41.0 to 3.42.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19) | ||
### Features | ||
* **clients:** update clients as of 11/18/2021 ([#3039](https://github.com/aws/aws-sdk-js-v3/issues/3039)) ([d2b2c45](https://github.com/aws/aws-sdk-js-v3/commit/d2b2c453315fc7bff798c1fb97c792e59274b4d6)) | ||
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11) | ||
@@ -8,0 +19,0 @@ |
@@ -5,3 +5,3 @@ "use strict"; | ||
exports.GetDevicePositionHistoryResponse = exports.GetDevicePositionHistoryRequest = exports.GetDevicePositionResponse = exports.GetDevicePositionRequest = exports.UpdateGeofenceCollectionResponse = exports.UpdateGeofenceCollectionRequest = exports.PutGeofenceResponse = exports.PutGeofenceRequest = exports.ListGeofencesResponse = exports.ListGeofenceResponseEntry = exports.ListGeofencesRequest = exports.ListGeofenceCollectionsResponse = exports.ListGeofenceCollectionsResponseEntry = exports.ListGeofenceCollectionsRequest = exports.GetGeofenceResponse = exports.GetGeofenceRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.DisassociateTrackerConsumerResponse = exports.DisassociateTrackerConsumerRequest = exports.DescribeTrackerResponse = exports.DescribeTrackerRequest = exports.DescribeRouteCalculatorResponse = exports.DescribeRouteCalculatorRequest = exports.DescribePlaceIndexResponse = exports.DescribePlaceIndexRequest = exports.DescribeMapResponse = exports.DescribeMapRequest = exports.DescribeGeofenceCollectionResponse = exports.DescribeGeofenceCollectionRequest = exports.DeleteTrackerResponse = exports.DeleteTrackerRequest = exports.DeleteRouteCalculatorResponse = exports.DeleteRouteCalculatorRequest = exports.DeletePlaceIndexResponse = exports.DeletePlaceIndexRequest = exports.DeleteMapResponse = exports.DeleteMapRequest = exports.DeleteGeofenceCollectionResponse = exports.DeleteGeofenceCollectionRequest = exports.CreateTrackerResponse = exports.CreateTrackerRequest = exports.CreateRouteCalculatorResponse = exports.CreateRouteCalculatorRequest = exports.CreatePlaceIndexResponse = exports.CreatePlaceIndexRequest = void 0; | ||
exports.UpdateTrackerResponse = exports.UpdateTrackerRequest = exports.UpdateRouteCalculatorResponse = exports.UpdateRouteCalculatorRequest = exports.UpdatePlaceIndexResponse = exports.UpdatePlaceIndexRequest = exports.SearchPlaceIndexForTextResponse = exports.SearchPlaceIndexForTextSummary = exports.SearchForTextResult = exports.SearchPlaceIndexForTextRequest = exports.SearchPlaceIndexForPositionResponse = exports.SearchPlaceIndexForPositionSummary = exports.SearchForPositionResult = exports.Place = exports.PlaceGeometry = exports.SearchPlaceIndexForPositionRequest = exports.UpdateMapResponse = exports.UpdateMapRequest = exports.ListTrackersResponse = exports.ListTrackersResponseEntry = exports.ListTrackersRequest = exports.ListTrackerConsumersResponse = exports.ListTrackerConsumersRequest = exports.ListRouteCalculatorsResponse = exports.ListRouteCalculatorsResponseEntry = exports.ListRouteCalculatorsRequest = exports.ListPlaceIndexesResponse = exports.ListPlaceIndexesResponseEntry = exports.ListPlaceIndexesRequest = exports.ListMapsResponse = exports.ListMapsResponseEntry = exports.ListMapsRequest = exports.ListDevicePositionsResponse = exports.ListDevicePositionsResponseEntry = exports.ListDevicePositionsRequest = exports.GetMapTileResponse = exports.GetMapTileRequest = exports.GetMapStyleDescriptorResponse = exports.GetMapStyleDescriptorRequest = exports.GetMapSpritesResponse = exports.GetMapSpritesRequest = exports.GetMapGlyphsResponse = exports.GetMapGlyphsRequest = void 0; | ||
exports.UpdateTrackerResponse = exports.UpdateTrackerRequest = exports.UpdateRouteCalculatorResponse = exports.UpdateRouteCalculatorRequest = exports.UpdatePlaceIndexResponse = exports.UpdatePlaceIndexRequest = exports.SearchPlaceIndexForTextResponse = exports.SearchPlaceIndexForTextSummary = exports.SearchForTextResult = exports.SearchPlaceIndexForTextRequest = exports.SearchPlaceIndexForPositionResponse = exports.SearchPlaceIndexForPositionSummary = exports.SearchForPositionResult = exports.Place = exports.TimeZone = exports.PlaceGeometry = exports.SearchPlaceIndexForPositionRequest = exports.UpdateMapResponse = exports.UpdateMapRequest = exports.ListTrackersResponse = exports.ListTrackersResponseEntry = exports.ListTrackersRequest = exports.ListTrackerConsumersResponse = exports.ListTrackerConsumersRequest = exports.ListRouteCalculatorsResponse = exports.ListRouteCalculatorsResponseEntry = exports.ListRouteCalculatorsRequest = exports.ListPlaceIndexesResponse = exports.ListPlaceIndexesResponseEntry = exports.ListPlaceIndexesRequest = exports.ListMapsResponse = exports.ListMapsResponseEntry = exports.ListMapsRequest = exports.ListDevicePositionsResponse = exports.ListDevicePositionsResponseEntry = exports.ListDevicePositionsRequest = exports.GetMapTileResponse = exports.GetMapTileRequest = exports.GetMapStyleDescriptorResponse = exports.GetMapStyleDescriptorRequest = exports.GetMapSpritesResponse = exports.GetMapSpritesRequest = exports.GetMapGlyphsResponse = exports.GetMapGlyphsRequest = void 0; | ||
const smithy_client_1 = require("@aws-sdk/smithy-client"); | ||
@@ -821,2 +821,8 @@ var AccessDeniedException; | ||
})(PlaceGeometry = exports.PlaceGeometry || (exports.PlaceGeometry = {})); | ||
var TimeZone; | ||
(function (TimeZone) { | ||
TimeZone.filterSensitiveLog = (obj) => ({ | ||
...obj, | ||
}); | ||
})(TimeZone = exports.TimeZone || (exports.TimeZone = {})); | ||
var Place; | ||
@@ -823,0 +829,0 @@ (function (Place) { |
@@ -527,2 +527,6 @@ import { __assign } from "tslib"; | ||
})(PlaceGeometry || (PlaceGeometry = {})); | ||
export var TimeZone; | ||
(function (TimeZone) { | ||
TimeZone.filterSensitiveLog = function (obj) { return (__assign({}, obj)); }; | ||
})(TimeZone || (TimeZone = {})); | ||
export var Place; | ||
@@ -529,0 +533,0 @@ (function (Place) { |
@@ -14,4 +14,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* you first <a href="https://docs.aws.amazon.com/location-routes/latest/APIReference/API_CreateRouteCalculator.html">create a | ||
* route calculator resource</a> | ||
* </p> | ||
* route calculator resource</a>.</p> | ||
* <p>By default, a request that doesn't specify a departure time uses the best time of day | ||
@@ -29,3 +28,3 @@ * to travel with the best traffic conditions when calculating the route.</p> | ||
* <code>DepartureNow</code> in a single request. Specifying both | ||
* parameters returns an error message.</p> | ||
* parameters returns a validation error.</p> | ||
* </note> | ||
@@ -32,0 +31,0 @@ * </li> |
@@ -10,4 +10,5 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
/** | ||
* <p>Creates a place index resource in your AWS account, which supports functions with | ||
* geospatial data sourced from your chosen data provider.</p> | ||
* <p>Creates a place index resource in your AWS account. Use a place index resource to | ||
* geocode addresses and other text queries by using the <code>SearchPlaceIndexForText</code> operation, | ||
* and reverse geocode coordinates by using the <code>SearchPlaceIndexForPosition</code> operation.</p> | ||
* @example | ||
@@ -14,0 +15,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -12,4 +12,4 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* search for Places or points of interest. </p> | ||
* <p>Includes the option to apply additional parameters to narrow your list of | ||
* results.</p> | ||
* <p>Optional parameters let you narrow your search results by bounding box or | ||
* country, or bias your search toward a specific position on the globe.</p> | ||
* <note> | ||
@@ -20,2 +20,3 @@ * <p>You can search for places near a given position using <code>BiasPosition</code>, or | ||
* </note> | ||
* <p>Search results are returned in order of highest to lowest relevance.</p> | ||
* @example | ||
@@ -22,0 +23,0 @@ * Use a bare-bones client and the command you need to make an API call. |
@@ -144,4 +144,3 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; | ||
* you first <a href="https://docs.aws.amazon.com/location-routes/latest/APIReference/API_CreateRouteCalculator.html">create a | ||
* route calculator resource</a> | ||
* </p> | ||
* route calculator resource</a>.</p> | ||
* <p>By default, a request that doesn't specify a departure time uses the best time of day | ||
@@ -159,3 +158,3 @@ * to travel with the best traffic conditions when calculating the route.</p> | ||
* <code>DepartureNow</code> in a single request. Specifying both | ||
* parameters returns an error message.</p> | ||
* parameters returns a validation error.</p> | ||
* </note> | ||
@@ -191,4 +190,5 @@ * </li> | ||
/** | ||
* <p>Creates a place index resource in your AWS account, which supports functions with | ||
* geospatial data sourced from your chosen data provider.</p> | ||
* <p>Creates a place index resource in your AWS account. Use a place index resource to | ||
* geocode addresses and other text queries by using the <code>SearchPlaceIndexForText</code> operation, | ||
* and reverse geocode coordinates by using the <code>SearchPlaceIndexForPosition</code> operation.</p> | ||
*/ | ||
@@ -433,4 +433,4 @@ createPlaceIndex(args: CreatePlaceIndexCommandInput, options?: __HttpHandlerOptions): Promise<CreatePlaceIndexCommandOutput>; | ||
* search for Places or points of interest. </p> | ||
* <p>Includes the option to apply additional parameters to narrow your list of | ||
* results.</p> | ||
* <p>Optional parameters let you narrow your search results by bounding box or | ||
* country, or bias your search toward a specific position on the globe.</p> | ||
* <note> | ||
@@ -441,2 +441,3 @@ * <p>You can search for places near a given position using <code>BiasPosition</code>, or | ||
* </note> | ||
* <p>Search results are returned in order of highest to lowest relevance.</p> | ||
*/ | ||
@@ -443,0 +444,0 @@ searchPlaceIndexForText(args: SearchPlaceIndexForTextCommandInput, options?: __HttpHandlerOptions): Promise<SearchPlaceIndexForTextCommandOutput>; |
@@ -663,3 +663,3 @@ import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types"; | ||
} | ||
export declare type PositionFiltering = "DistanceBased" | "TimeBased"; | ||
export declare type PositionFiltering = "AccuracyBased" | "DistanceBased" | "TimeBased"; | ||
export interface CreateTrackerRequest { | ||
@@ -1537,2 +1537,4 @@ | ||
MaxResults?: number; | ||
Language?: string; | ||
} | ||
@@ -1553,2 +1555,13 @@ export declare namespace SearchPlaceIndexForPositionRequest { | ||
export interface TimeZone { | ||
Name: string | undefined; | ||
Offset?: number; | ||
} | ||
export declare namespace TimeZone { | ||
const filterSensitiveLog: (obj: TimeZone) => any; | ||
} | ||
export interface Place { | ||
@@ -1575,2 +1588,6 @@ | ||
PostalCode?: string; | ||
Interpolated?: boolean; | ||
TimeZone?: TimeZone; | ||
} | ||
@@ -1585,2 +1602,4 @@ export declare namespace Place { | ||
Place: Place | undefined; | ||
Distance: number | undefined; | ||
} | ||
@@ -1599,2 +1618,4 @@ export declare namespace SearchForPositionResult { | ||
DataSource: string | undefined; | ||
Language?: string; | ||
} | ||
@@ -1628,2 +1649,4 @@ export declare namespace SearchPlaceIndexForPositionSummary { | ||
MaxResults?: number; | ||
Language?: string; | ||
} | ||
@@ -1638,2 +1661,6 @@ export declare namespace SearchPlaceIndexForTextRequest { | ||
Place: Place | undefined; | ||
Distance?: number; | ||
Relevance?: number; | ||
} | ||
@@ -1660,2 +1687,4 @@ export declare namespace SearchForTextResult { | ||
DataSource: string | undefined; | ||
Language?: string; | ||
} | ||
@@ -1662,0 +1691,0 @@ export declare namespace SearchPlaceIndexForTextSummary { |
{ | ||
"name": "@aws-sdk/client-location", | ||
"description": "AWS SDK for JavaScript Location Client for Node.js, Browser and React Native", | ||
"version": "3.41.0", | ||
"version": "3.42.0", | ||
"scripts": { | ||
@@ -24,3 +24,3 @@ "build": "yarn build:cjs && yarn build:es && yarn build:types", | ||
"@aws-crypto/sha256-js": "2.0.0", | ||
"@aws-sdk/client-sts": "3.41.0", | ||
"@aws-sdk/client-sts": "3.42.0", | ||
"@aws-sdk/config-resolver": "3.40.0", | ||
@@ -27,0 +27,0 @@ "@aws-sdk/credential-provider-node": "3.41.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1773588
33722
+ Added@aws-sdk/client-sts@3.42.0(transitive)
- Removed@aws-sdk/client-sts@3.41.0(transitive)
Updated@aws-sdk/client-sts@3.42.0