@aws-sdk/client-location 3.650.0 → 3.654.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.
- package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +11 -0
- package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +11 -0
- package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +11 -0
- package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +11 -0
- package/dist-types/commands/BatchPutGeofenceCommand.d.ts +11 -0
- package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +11 -0
- package/dist-types/commands/CalculateRouteCommand.d.ts +11 -0
- package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +11 -0
- package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +11 -0
- package/dist-types/commands/CreateKeyCommand.d.ts +11 -0
- package/dist-types/commands/CreateMapCommand.d.ts +11 -0
- package/dist-types/commands/CreatePlaceIndexCommand.d.ts +11 -0
- package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +11 -0
- package/dist-types/commands/CreateTrackerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteKeyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteMapCommand.d.ts +11 -0
- package/dist-types/commands/DeletePlaceIndexCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTrackerCommand.d.ts +11 -0
- package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeKeyCommand.d.ts +11 -0
- package/dist-types/commands/DescribeMapCommand.d.ts +11 -0
- package/dist-types/commands/DescribePlaceIndexCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTrackerCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +11 -0
- package/dist-types/commands/ForecastGeofenceEventsCommand.d.ts +11 -0
- package/dist-types/commands/GetDevicePositionCommand.d.ts +11 -0
- package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +11 -0
- package/dist-types/commands/GetGeofenceCommand.d.ts +11 -0
- package/dist-types/commands/GetMapGlyphsCommand.d.ts +11 -0
- package/dist-types/commands/GetMapSpritesCommand.d.ts +11 -0
- package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +11 -0
- package/dist-types/commands/GetMapTileCommand.d.ts +11 -0
- package/dist-types/commands/GetPlaceCommand.d.ts +11 -0
- package/dist-types/commands/ListDevicePositionsCommand.d.ts +11 -0
- package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +11 -0
- package/dist-types/commands/ListGeofencesCommand.d.ts +11 -0
- package/dist-types/commands/ListKeysCommand.d.ts +11 -0
- package/dist-types/commands/ListMapsCommand.d.ts +11 -0
- package/dist-types/commands/ListPlaceIndexesCommand.d.ts +11 -0
- package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTrackerConsumersCommand.d.ts +11 -0
- package/dist-types/commands/ListTrackersCommand.d.ts +11 -0
- package/dist-types/commands/PutGeofenceCommand.d.ts +11 -0
- package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +11 -0
- package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +11 -0
- package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateKeyCommand.d.ts +11 -0
- package/dist-types/commands/UpdateMapCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTrackerCommand.d.ts +11 -0
- package/dist-types/commands/VerifyDevicePositionCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ForecastGeofenceEventsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/VerifyDevicePositionCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -33,4 +33,15 @@ declare const DeleteMapCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteMapCommand extends DeleteMapCommand_base {
|
|
36
|
+
export declare class DeleteMapCommand extends DeleteMapCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteMapRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteMapCommandInput;
|
|
44
|
+
output: DeleteMapCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeletePlaceIndexCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeletePlaceIndexCommand extends DeletePlaceIndexCommand_base {
|
|
39
|
+
export declare class DeletePlaceIndexCommand extends DeletePlaceIndexCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeletePlaceIndexRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeletePlaceIndexCommandInput;
|
|
47
|
+
output: DeletePlaceIndexCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteRouteCalculatorCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteRouteCalculatorCommand extends DeleteRouteCalculatorCommand_base {
|
|
40
|
+
export declare class DeleteRouteCalculatorCommand extends DeleteRouteCalculatorCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteRouteCalculatorRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteRouteCalculatorCommandInput;
|
|
48
|
+
output: DeleteRouteCalculatorCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteTrackerCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteTrackerCommand extends DeleteTrackerCommand_base {
|
|
39
|
+
export declare class DeleteTrackerCommand extends DeleteTrackerCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteTrackerRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteTrackerCommandInput;
|
|
47
|
+
output: DeleteTrackerCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeGeofenceCollectionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeGeofenceCollectionCommand extends DescribeGeofenceCollectionCommand_base {
|
|
40
|
+
export declare class DescribeGeofenceCollectionCommand extends DescribeGeofenceCollectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeGeofenceCollectionRequest;
|
|
44
|
+
output: DescribeGeofenceCollectionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeGeofenceCollectionCommandInput;
|
|
48
|
+
output: DescribeGeofenceCollectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeKeyCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeKeyCommand extends DescribeKeyCommand_base {
|
|
36
|
+
export declare class DescribeKeyCommand extends DescribeKeyCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeKeyRequest;
|
|
40
|
+
output: DescribeKeyResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeKeyCommandInput;
|
|
44
|
+
output: DescribeKeyCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeMapCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeMapCommand extends DescribeMapCommand_base {
|
|
36
|
+
export declare class DescribeMapCommand extends DescribeMapCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeMapRequest;
|
|
40
|
+
output: DescribeMapResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeMapCommandInput;
|
|
44
|
+
output: DescribeMapCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribePlaceIndexCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribePlaceIndexCommand extends DescribePlaceIndexCommand_base {
|
|
40
|
+
export declare class DescribePlaceIndexCommand extends DescribePlaceIndexCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribePlaceIndexRequest;
|
|
44
|
+
output: DescribePlaceIndexResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribePlaceIndexCommandInput;
|
|
48
|
+
output: DescribePlaceIndexCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeRouteCalculatorCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeRouteCalculatorCommand extends DescribeRouteCalculatorCommand_base {
|
|
40
|
+
export declare class DescribeRouteCalculatorCommand extends DescribeRouteCalculatorCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeRouteCalculatorRequest;
|
|
44
|
+
output: DescribeRouteCalculatorResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeRouteCalculatorCommandInput;
|
|
48
|
+
output: DescribeRouteCalculatorCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeTrackerCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeTrackerCommand extends DescribeTrackerCommand_base {
|
|
39
|
+
export declare class DescribeTrackerCommand extends DescribeTrackerCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeTrackerRequest;
|
|
43
|
+
output: DescribeTrackerResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeTrackerCommandInput;
|
|
47
|
+
output: DescribeTrackerCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DisassociateTrackerConsumerCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DisassociateTrackerConsumerCommand extends DisassociateTrackerConsumerCommand_base {
|
|
40
|
+
export declare class DisassociateTrackerConsumerCommand extends DisassociateTrackerConsumerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisassociateTrackerConsumerRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisassociateTrackerConsumerCommandInput;
|
|
48
|
+
output: DisassociateTrackerConsumerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ForecastGeofenceEventsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ForecastGeofenceEventsCommand extends ForecastGeofenceEventsCommand_base {
|
|
40
|
+
export declare class ForecastGeofenceEventsCommand extends ForecastGeofenceEventsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ForecastGeofenceEventsRequest;
|
|
44
|
+
output: ForecastGeofenceEventsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ForecastGeofenceEventsCommandInput;
|
|
48
|
+
output: ForecastGeofenceEventsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetDevicePositionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetDevicePositionCommand extends GetDevicePositionCommand_base {
|
|
40
|
+
export declare class GetDevicePositionCommand extends GetDevicePositionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetDevicePositionRequest;
|
|
44
|
+
output: GetDevicePositionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetDevicePositionCommandInput;
|
|
48
|
+
output: GetDevicePositionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetDevicePositionHistoryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetDevicePositionHistoryCommand extends GetDevicePositionHistoryCommand_base {
|
|
40
|
+
export declare class GetDevicePositionHistoryCommand extends GetDevicePositionHistoryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetDevicePositionHistoryRequest;
|
|
44
|
+
output: GetDevicePositionHistoryResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetDevicePositionHistoryCommandInput;
|
|
48
|
+
output: GetDevicePositionHistoryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetGeofenceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetGeofenceCommand extends GetGeofenceCommand_base {
|
|
36
|
+
export declare class GetGeofenceCommand extends GetGeofenceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetGeofenceRequest;
|
|
40
|
+
output: GetGeofenceResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetGeofenceCommandInput;
|
|
44
|
+
output: GetGeofenceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -40,4 +40,15 @@ declare const GetMapGlyphsCommand_base: {
|
|
|
40
40
|
>;
|
|
41
41
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
42
42
|
};
|
|
43
|
-
export declare class GetMapGlyphsCommand extends GetMapGlyphsCommand_base {
|
|
43
|
+
export declare class GetMapGlyphsCommand extends GetMapGlyphsCommand_base {
|
|
44
|
+
protected static __types: {
|
|
45
|
+
api: {
|
|
46
|
+
input: GetMapGlyphsRequest;
|
|
47
|
+
output: GetMapGlyphsResponse;
|
|
48
|
+
};
|
|
49
|
+
sdk: {
|
|
50
|
+
input: GetMapGlyphsCommandInput;
|
|
51
|
+
output: GetMapGlyphsCommandOutput;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -43,4 +43,15 @@ declare const GetMapSpritesCommand_base: {
|
|
|
43
43
|
>;
|
|
44
44
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
45
45
|
};
|
|
46
|
-
export declare class GetMapSpritesCommand extends GetMapSpritesCommand_base {
|
|
46
|
+
export declare class GetMapSpritesCommand extends GetMapSpritesCommand_base {
|
|
47
|
+
protected static __types: {
|
|
48
|
+
api: {
|
|
49
|
+
input: GetMapSpritesRequest;
|
|
50
|
+
output: GetMapSpritesResponse;
|
|
51
|
+
};
|
|
52
|
+
sdk: {
|
|
53
|
+
input: GetMapSpritesCommandInput;
|
|
54
|
+
output: GetMapSpritesCommandOutput;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
}
|
|
@@ -44,4 +44,15 @@ declare const GetMapStyleDescriptorCommand_base: {
|
|
|
44
44
|
>;
|
|
45
45
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
46
46
|
};
|
|
47
|
-
export declare class GetMapStyleDescriptorCommand extends GetMapStyleDescriptorCommand_base {
|
|
47
|
+
export declare class GetMapStyleDescriptorCommand extends GetMapStyleDescriptorCommand_base {
|
|
48
|
+
protected static __types: {
|
|
49
|
+
api: {
|
|
50
|
+
input: GetMapStyleDescriptorRequest;
|
|
51
|
+
output: GetMapStyleDescriptorResponse;
|
|
52
|
+
};
|
|
53
|
+
sdk: {
|
|
54
|
+
input: GetMapStyleDescriptorCommandInput;
|
|
55
|
+
output: GetMapStyleDescriptorCommandOutput;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
}
|
|
@@ -40,4 +40,15 @@ declare const GetMapTileCommand_base: {
|
|
|
40
40
|
>;
|
|
41
41
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
42
42
|
};
|
|
43
|
-
export declare class GetMapTileCommand extends GetMapTileCommand_base {
|
|
43
|
+
export declare class GetMapTileCommand extends GetMapTileCommand_base {
|
|
44
|
+
protected static __types: {
|
|
45
|
+
api: {
|
|
46
|
+
input: GetMapTileRequest;
|
|
47
|
+
output: GetMapTileResponse;
|
|
48
|
+
};
|
|
49
|
+
sdk: {
|
|
50
|
+
input: GetMapTileCommandInput;
|
|
51
|
+
output: GetMapTileCommandOutput;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetPlaceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetPlaceCommand extends GetPlaceCommand_base {
|
|
36
|
+
export declare class GetPlaceCommand extends GetPlaceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetPlaceRequest;
|
|
40
|
+
output: GetPlaceResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetPlaceCommandInput;
|
|
44
|
+
output: GetPlaceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDevicePositionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDevicePositionsCommand extends ListDevicePositionsCommand_base {
|
|
40
|
+
export declare class ListDevicePositionsCommand extends ListDevicePositionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDevicePositionsRequest;
|
|
44
|
+
output: ListDevicePositionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDevicePositionsCommandInput;
|
|
48
|
+
output: ListDevicePositionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListGeofenceCollectionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListGeofenceCollectionsCommand extends ListGeofenceCollectionsCommand_base {
|
|
40
|
+
export declare class ListGeofenceCollectionsCommand extends ListGeofenceCollectionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListGeofenceCollectionsRequest;
|
|
44
|
+
output: ListGeofenceCollectionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListGeofenceCollectionsCommandInput;
|
|
48
|
+
output: ListGeofenceCollectionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListGeofencesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListGeofencesCommand extends ListGeofencesCommand_base {
|
|
39
|
+
export declare class ListGeofencesCommand extends ListGeofencesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListGeofencesRequest;
|
|
43
|
+
output: ListGeofencesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListGeofencesCommandInput;
|
|
47
|
+
output: ListGeofencesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListKeysCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListKeysCommand extends ListKeysCommand_base {
|
|
36
|
+
export declare class ListKeysCommand extends ListKeysCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListKeysRequest;
|
|
40
|
+
output: ListKeysResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListKeysCommandInput;
|
|
44
|
+
output: ListKeysCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListMapsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListMapsCommand extends ListMapsCommand_base {
|
|
36
|
+
export declare class ListMapsCommand extends ListMapsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListMapsRequest;
|
|
40
|
+
output: ListMapsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListMapsCommandInput;
|
|
44
|
+
output: ListMapsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListPlaceIndexesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListPlaceIndexesCommand extends ListPlaceIndexesCommand_base {
|
|
39
|
+
export declare class ListPlaceIndexesCommand extends ListPlaceIndexesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListPlaceIndexesRequest;
|
|
43
|
+
output: ListPlaceIndexesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListPlaceIndexesCommandInput;
|
|
47
|
+
output: ListPlaceIndexesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListRouteCalculatorsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListRouteCalculatorsCommand extends ListRouteCalculatorsCommand_base {
|
|
40
|
+
export declare class ListRouteCalculatorsCommand extends ListRouteCalculatorsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListRouteCalculatorsRequest;
|
|
44
|
+
output: ListRouteCalculatorsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListRouteCalculatorsCommandInput;
|
|
48
|
+
output: ListRouteCalculatorsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTrackerConsumersCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTrackerConsumersCommand extends ListTrackerConsumersCommand_base {
|
|
40
|
+
export declare class ListTrackerConsumersCommand extends ListTrackerConsumersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTrackerConsumersRequest;
|
|
44
|
+
output: ListTrackerConsumersResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTrackerConsumersCommandInput;
|
|
48
|
+
output: ListTrackerConsumersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListTrackersCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListTrackersCommand extends ListTrackersCommand_base {
|
|
36
|
+
export declare class ListTrackersCommand extends ListTrackersCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListTrackersRequest;
|
|
40
|
+
output: ListTrackersResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListTrackersCommandInput;
|
|
44
|
+
output: ListTrackersCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutGeofenceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutGeofenceCommand extends PutGeofenceCommand_base {
|
|
36
|
+
export declare class PutGeofenceCommand extends PutGeofenceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutGeofenceRequest;
|
|
40
|
+
output: PutGeofenceResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutGeofenceCommandInput;
|
|
44
|
+
output: PutGeofenceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const SearchPlaceIndexForPositionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class SearchPlaceIndexForPositionCommand extends SearchPlaceIndexForPositionCommand_base {
|
|
40
|
+
export declare class SearchPlaceIndexForPositionCommand extends SearchPlaceIndexForPositionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: SearchPlaceIndexForPositionRequest;
|
|
44
|
+
output: SearchPlaceIndexForPositionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: SearchPlaceIndexForPositionCommandInput;
|
|
48
|
+
output: SearchPlaceIndexForPositionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const SearchPlaceIndexForSuggestionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class SearchPlaceIndexForSuggestionsCommand extends SearchPlaceIndexForSuggestionsCommand_base {
|
|
40
|
+
export declare class SearchPlaceIndexForSuggestionsCommand extends SearchPlaceIndexForSuggestionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: SearchPlaceIndexForSuggestionsRequest;
|
|
44
|
+
output: SearchPlaceIndexForSuggestionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: SearchPlaceIndexForSuggestionsCommandInput;
|
|
48
|
+
output: SearchPlaceIndexForSuggestionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const SearchPlaceIndexForTextCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class SearchPlaceIndexForTextCommand extends SearchPlaceIndexForTextCommand_base {
|
|
40
|
+
export declare class SearchPlaceIndexForTextCommand extends SearchPlaceIndexForTextCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: SearchPlaceIndexForTextRequest;
|
|
44
|
+
output: SearchPlaceIndexForTextResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: SearchPlaceIndexForTextCommandInput;
|
|
48
|
+
output: SearchPlaceIndexForTextCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
39
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UntagResourceRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UntagResourceCommandInput;
|
|
47
|
+
output: UntagResourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateGeofenceCollectionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateGeofenceCollectionCommand extends UpdateGeofenceCollectionCommand_base {
|
|
40
|
+
export declare class UpdateGeofenceCollectionCommand extends UpdateGeofenceCollectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateGeofenceCollectionRequest;
|
|
44
|
+
output: UpdateGeofenceCollectionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateGeofenceCollectionCommandInput;
|
|
48
|
+
output: UpdateGeofenceCollectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|