@aws-sdk/client-location 3.649.0 → 3.650.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-cjs/index.js +60 -180
- package/dist-es/commands/AssociateTrackerConsumerCommand.js +1 -3
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +1 -3
- package/dist-es/commands/BatchDeleteGeofenceCommand.js +1 -3
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js +1 -3
- package/dist-es/commands/BatchGetDevicePositionCommand.js +1 -3
- package/dist-es/commands/BatchPutGeofenceCommand.js +1 -3
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js +1 -3
- package/dist-es/commands/CalculateRouteCommand.js +1 -3
- package/dist-es/commands/CalculateRouteMatrixCommand.js +1 -3
- package/dist-es/commands/CreateGeofenceCollectionCommand.js +1 -3
- package/dist-es/commands/CreateKeyCommand.js +1 -3
- package/dist-es/commands/CreateMapCommand.js +1 -3
- package/dist-es/commands/CreatePlaceIndexCommand.js +1 -3
- package/dist-es/commands/CreateRouteCalculatorCommand.js +1 -3
- package/dist-es/commands/CreateTrackerCommand.js +1 -3
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js +1 -3
- package/dist-es/commands/DeleteKeyCommand.js +1 -3
- package/dist-es/commands/DeleteMapCommand.js +1 -3
- package/dist-es/commands/DeletePlaceIndexCommand.js +1 -3
- package/dist-es/commands/DeleteRouteCalculatorCommand.js +1 -3
- package/dist-es/commands/DeleteTrackerCommand.js +1 -3
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js +1 -3
- package/dist-es/commands/DescribeKeyCommand.js +1 -3
- package/dist-es/commands/DescribeMapCommand.js +1 -3
- package/dist-es/commands/DescribePlaceIndexCommand.js +1 -3
- package/dist-es/commands/DescribeRouteCalculatorCommand.js +1 -3
- package/dist-es/commands/DescribeTrackerCommand.js +1 -3
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js +1 -3
- package/dist-es/commands/ForecastGeofenceEventsCommand.js +1 -3
- package/dist-es/commands/GetDevicePositionCommand.js +1 -3
- package/dist-es/commands/GetDevicePositionHistoryCommand.js +1 -3
- package/dist-es/commands/GetGeofenceCommand.js +1 -3
- package/dist-es/commands/GetMapGlyphsCommand.js +1 -3
- package/dist-es/commands/GetMapSpritesCommand.js +1 -3
- package/dist-es/commands/GetMapStyleDescriptorCommand.js +1 -3
- package/dist-es/commands/GetMapTileCommand.js +1 -3
- package/dist-es/commands/GetPlaceCommand.js +1 -3
- package/dist-es/commands/ListDevicePositionsCommand.js +1 -3
- package/dist-es/commands/ListGeofenceCollectionsCommand.js +1 -3
- package/dist-es/commands/ListGeofencesCommand.js +1 -3
- package/dist-es/commands/ListKeysCommand.js +1 -3
- package/dist-es/commands/ListMapsCommand.js +1 -3
- package/dist-es/commands/ListPlaceIndexesCommand.js +1 -3
- package/dist-es/commands/ListRouteCalculatorsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListTrackerConsumersCommand.js +1 -3
- package/dist-es/commands/ListTrackersCommand.js +1 -3
- package/dist-es/commands/PutGeofenceCommand.js +1 -3
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +1 -3
- package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +1 -3
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js +1 -3
- package/dist-es/commands/UpdateKeyCommand.js +1 -3
- package/dist-es/commands/UpdateMapCommand.js +1 -3
- package/dist-es/commands/UpdatePlaceIndexCommand.js +1 -3
- package/dist-es/commands/UpdateRouteCalculatorCommand.js +1 -3
- package/dist-es/commands/UpdateTrackerCommand.js +1 -3
- package/dist-es/commands/VerifyDevicePositionCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -3794,9 +3794,7 @@ var _l = "language";
|
|
|
3794
3794
|
var _tK = "tagKeys";
|
|
3795
3795
|
|
|
3796
3796
|
// src/commands/AssociateTrackerConsumerCommand.ts
|
|
3797
|
-
var _AssociateTrackerConsumerCommand = class _AssociateTrackerConsumerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3798
|
-
...commonParams
|
|
3799
|
-
}).m(function(Command, cs, config, o) {
|
|
3797
|
+
var _AssociateTrackerConsumerCommand = class _AssociateTrackerConsumerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3800
3798
|
return [
|
|
3801
3799
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3802
3800
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3810,9 +3808,7 @@ var AssociateTrackerConsumerCommand = _AssociateTrackerConsumerCommand;
|
|
|
3810
3808
|
|
|
3811
3809
|
|
|
3812
3810
|
|
|
3813
|
-
var _BatchDeleteDevicePositionHistoryCommand = class _BatchDeleteDevicePositionHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3814
|
-
...commonParams
|
|
3815
|
-
}).m(function(Command, cs, config, o) {
|
|
3811
|
+
var _BatchDeleteDevicePositionHistoryCommand = class _BatchDeleteDevicePositionHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3816
3812
|
return [
|
|
3817
3813
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3818
3814
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3826,9 +3822,7 @@ var BatchDeleteDevicePositionHistoryCommand = _BatchDeleteDevicePositionHistoryC
|
|
|
3826
3822
|
|
|
3827
3823
|
|
|
3828
3824
|
|
|
3829
|
-
var _BatchDeleteGeofenceCommand = class _BatchDeleteGeofenceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3830
|
-
...commonParams
|
|
3831
|
-
}).m(function(Command, cs, config, o) {
|
|
3825
|
+
var _BatchDeleteGeofenceCommand = class _BatchDeleteGeofenceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3832
3826
|
return [
|
|
3833
3827
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3834
3828
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3842,9 +3836,7 @@ var BatchDeleteGeofenceCommand = _BatchDeleteGeofenceCommand;
|
|
|
3842
3836
|
|
|
3843
3837
|
|
|
3844
3838
|
|
|
3845
|
-
var _BatchEvaluateGeofencesCommand = class _BatchEvaluateGeofencesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3846
|
-
...commonParams
|
|
3847
|
-
}).m(function(Command, cs, config, o) {
|
|
3839
|
+
var _BatchEvaluateGeofencesCommand = class _BatchEvaluateGeofencesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3848
3840
|
return [
|
|
3849
3841
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3850
3842
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3858,9 +3850,7 @@ var BatchEvaluateGeofencesCommand = _BatchEvaluateGeofencesCommand;
|
|
|
3858
3850
|
|
|
3859
3851
|
|
|
3860
3852
|
|
|
3861
|
-
var _BatchGetDevicePositionCommand = class _BatchGetDevicePositionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3862
|
-
...commonParams
|
|
3863
|
-
}).m(function(Command, cs, config, o) {
|
|
3853
|
+
var _BatchGetDevicePositionCommand = class _BatchGetDevicePositionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3864
3854
|
return [
|
|
3865
3855
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3866
3856
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3874,9 +3864,7 @@ var BatchGetDevicePositionCommand = _BatchGetDevicePositionCommand;
|
|
|
3874
3864
|
|
|
3875
3865
|
|
|
3876
3866
|
|
|
3877
|
-
var _BatchPutGeofenceCommand = class _BatchPutGeofenceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3878
|
-
...commonParams
|
|
3879
|
-
}).m(function(Command, cs, config, o) {
|
|
3867
|
+
var _BatchPutGeofenceCommand = class _BatchPutGeofenceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3880
3868
|
return [
|
|
3881
3869
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3882
3870
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3890,9 +3878,7 @@ var BatchPutGeofenceCommand = _BatchPutGeofenceCommand;
|
|
|
3890
3878
|
|
|
3891
3879
|
|
|
3892
3880
|
|
|
3893
|
-
var _BatchUpdateDevicePositionCommand = class _BatchUpdateDevicePositionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3894
|
-
...commonParams
|
|
3895
|
-
}).m(function(Command, cs, config, o) {
|
|
3881
|
+
var _BatchUpdateDevicePositionCommand = class _BatchUpdateDevicePositionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3896
3882
|
return [
|
|
3897
3883
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3898
3884
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3906,9 +3892,7 @@ var BatchUpdateDevicePositionCommand = _BatchUpdateDevicePositionCommand;
|
|
|
3906
3892
|
|
|
3907
3893
|
|
|
3908
3894
|
|
|
3909
|
-
var _CalculateRouteCommand = class _CalculateRouteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3910
|
-
...commonParams
|
|
3911
|
-
}).m(function(Command, cs, config, o) {
|
|
3895
|
+
var _CalculateRouteCommand = class _CalculateRouteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3912
3896
|
return [
|
|
3913
3897
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3914
3898
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3922,9 +3906,7 @@ var CalculateRouteCommand = _CalculateRouteCommand;
|
|
|
3922
3906
|
|
|
3923
3907
|
|
|
3924
3908
|
|
|
3925
|
-
var _CalculateRouteMatrixCommand = class _CalculateRouteMatrixCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3926
|
-
...commonParams
|
|
3927
|
-
}).m(function(Command, cs, config, o) {
|
|
3909
|
+
var _CalculateRouteMatrixCommand = class _CalculateRouteMatrixCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3928
3910
|
return [
|
|
3929
3911
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3930
3912
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3938,9 +3920,7 @@ var CalculateRouteMatrixCommand = _CalculateRouteMatrixCommand;
|
|
|
3938
3920
|
|
|
3939
3921
|
|
|
3940
3922
|
|
|
3941
|
-
var _CreateGeofenceCollectionCommand = class _CreateGeofenceCollectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3942
|
-
...commonParams
|
|
3943
|
-
}).m(function(Command, cs, config, o) {
|
|
3923
|
+
var _CreateGeofenceCollectionCommand = class _CreateGeofenceCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3944
3924
|
return [
|
|
3945
3925
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3946
3926
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3954,9 +3934,7 @@ var CreateGeofenceCollectionCommand = _CreateGeofenceCollectionCommand;
|
|
|
3954
3934
|
|
|
3955
3935
|
|
|
3956
3936
|
|
|
3957
|
-
var _CreateKeyCommand = class _CreateKeyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3958
|
-
...commonParams
|
|
3959
|
-
}).m(function(Command, cs, config, o) {
|
|
3937
|
+
var _CreateKeyCommand = class _CreateKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3960
3938
|
return [
|
|
3961
3939
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3962
3940
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3970,9 +3948,7 @@ var CreateKeyCommand = _CreateKeyCommand;
|
|
|
3970
3948
|
|
|
3971
3949
|
|
|
3972
3950
|
|
|
3973
|
-
var _CreateMapCommand = class _CreateMapCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3974
|
-
...commonParams
|
|
3975
|
-
}).m(function(Command, cs, config, o) {
|
|
3951
|
+
var _CreateMapCommand = class _CreateMapCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3976
3952
|
return [
|
|
3977
3953
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3978
3954
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3986,9 +3962,7 @@ var CreateMapCommand = _CreateMapCommand;
|
|
|
3986
3962
|
|
|
3987
3963
|
|
|
3988
3964
|
|
|
3989
|
-
var _CreatePlaceIndexCommand = class _CreatePlaceIndexCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3990
|
-
...commonParams
|
|
3991
|
-
}).m(function(Command, cs, config, o) {
|
|
3965
|
+
var _CreatePlaceIndexCommand = class _CreatePlaceIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3992
3966
|
return [
|
|
3993
3967
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3994
3968
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4002,9 +3976,7 @@ var CreatePlaceIndexCommand = _CreatePlaceIndexCommand;
|
|
|
4002
3976
|
|
|
4003
3977
|
|
|
4004
3978
|
|
|
4005
|
-
var _CreateRouteCalculatorCommand = class _CreateRouteCalculatorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4006
|
-
...commonParams
|
|
4007
|
-
}).m(function(Command, cs, config, o) {
|
|
3979
|
+
var _CreateRouteCalculatorCommand = class _CreateRouteCalculatorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4008
3980
|
return [
|
|
4009
3981
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4010
3982
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4018,9 +3990,7 @@ var CreateRouteCalculatorCommand = _CreateRouteCalculatorCommand;
|
|
|
4018
3990
|
|
|
4019
3991
|
|
|
4020
3992
|
|
|
4021
|
-
var _CreateTrackerCommand = class _CreateTrackerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4022
|
-
...commonParams
|
|
4023
|
-
}).m(function(Command, cs, config, o) {
|
|
3993
|
+
var _CreateTrackerCommand = class _CreateTrackerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4024
3994
|
return [
|
|
4025
3995
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4026
3996
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4034,9 +4004,7 @@ var CreateTrackerCommand = _CreateTrackerCommand;
|
|
|
4034
4004
|
|
|
4035
4005
|
|
|
4036
4006
|
|
|
4037
|
-
var _DeleteGeofenceCollectionCommand = class _DeleteGeofenceCollectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4038
|
-
...commonParams
|
|
4039
|
-
}).m(function(Command, cs, config, o) {
|
|
4007
|
+
var _DeleteGeofenceCollectionCommand = class _DeleteGeofenceCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4040
4008
|
return [
|
|
4041
4009
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4042
4010
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4050,9 +4018,7 @@ var DeleteGeofenceCollectionCommand = _DeleteGeofenceCollectionCommand;
|
|
|
4050
4018
|
|
|
4051
4019
|
|
|
4052
4020
|
|
|
4053
|
-
var _DeleteKeyCommand = class _DeleteKeyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4054
|
-
...commonParams
|
|
4055
|
-
}).m(function(Command, cs, config, o) {
|
|
4021
|
+
var _DeleteKeyCommand = class _DeleteKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4056
4022
|
return [
|
|
4057
4023
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4058
4024
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4066,9 +4032,7 @@ var DeleteKeyCommand = _DeleteKeyCommand;
|
|
|
4066
4032
|
|
|
4067
4033
|
|
|
4068
4034
|
|
|
4069
|
-
var _DeleteMapCommand = class _DeleteMapCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4070
|
-
...commonParams
|
|
4071
|
-
}).m(function(Command, cs, config, o) {
|
|
4035
|
+
var _DeleteMapCommand = class _DeleteMapCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4072
4036
|
return [
|
|
4073
4037
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4074
4038
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4082,9 +4046,7 @@ var DeleteMapCommand = _DeleteMapCommand;
|
|
|
4082
4046
|
|
|
4083
4047
|
|
|
4084
4048
|
|
|
4085
|
-
var _DeletePlaceIndexCommand = class _DeletePlaceIndexCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4086
|
-
...commonParams
|
|
4087
|
-
}).m(function(Command, cs, config, o) {
|
|
4049
|
+
var _DeletePlaceIndexCommand = class _DeletePlaceIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4088
4050
|
return [
|
|
4089
4051
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4090
4052
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4098,9 +4060,7 @@ var DeletePlaceIndexCommand = _DeletePlaceIndexCommand;
|
|
|
4098
4060
|
|
|
4099
4061
|
|
|
4100
4062
|
|
|
4101
|
-
var _DeleteRouteCalculatorCommand = class _DeleteRouteCalculatorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4102
|
-
...commonParams
|
|
4103
|
-
}).m(function(Command, cs, config, o) {
|
|
4063
|
+
var _DeleteRouteCalculatorCommand = class _DeleteRouteCalculatorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4104
4064
|
return [
|
|
4105
4065
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4106
4066
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4114,9 +4074,7 @@ var DeleteRouteCalculatorCommand = _DeleteRouteCalculatorCommand;
|
|
|
4114
4074
|
|
|
4115
4075
|
|
|
4116
4076
|
|
|
4117
|
-
var _DeleteTrackerCommand = class _DeleteTrackerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4118
|
-
...commonParams
|
|
4119
|
-
}).m(function(Command, cs, config, o) {
|
|
4077
|
+
var _DeleteTrackerCommand = class _DeleteTrackerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4120
4078
|
return [
|
|
4121
4079
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4122
4080
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4130,9 +4088,7 @@ var DeleteTrackerCommand = _DeleteTrackerCommand;
|
|
|
4130
4088
|
|
|
4131
4089
|
|
|
4132
4090
|
|
|
4133
|
-
var _DescribeGeofenceCollectionCommand = class _DescribeGeofenceCollectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4134
|
-
...commonParams
|
|
4135
|
-
}).m(function(Command, cs, config, o) {
|
|
4091
|
+
var _DescribeGeofenceCollectionCommand = class _DescribeGeofenceCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4136
4092
|
return [
|
|
4137
4093
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4138
4094
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4146,9 +4102,7 @@ var DescribeGeofenceCollectionCommand = _DescribeGeofenceCollectionCommand;
|
|
|
4146
4102
|
|
|
4147
4103
|
|
|
4148
4104
|
|
|
4149
|
-
var _DescribeKeyCommand = class _DescribeKeyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4150
|
-
...commonParams
|
|
4151
|
-
}).m(function(Command, cs, config, o) {
|
|
4105
|
+
var _DescribeKeyCommand = class _DescribeKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4152
4106
|
return [
|
|
4153
4107
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4154
4108
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4162,9 +4116,7 @@ var DescribeKeyCommand = _DescribeKeyCommand;
|
|
|
4162
4116
|
|
|
4163
4117
|
|
|
4164
4118
|
|
|
4165
|
-
var _DescribeMapCommand = class _DescribeMapCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4166
|
-
...commonParams
|
|
4167
|
-
}).m(function(Command, cs, config, o) {
|
|
4119
|
+
var _DescribeMapCommand = class _DescribeMapCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4168
4120
|
return [
|
|
4169
4121
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4170
4122
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4178,9 +4130,7 @@ var DescribeMapCommand = _DescribeMapCommand;
|
|
|
4178
4130
|
|
|
4179
4131
|
|
|
4180
4132
|
|
|
4181
|
-
var _DescribePlaceIndexCommand = class _DescribePlaceIndexCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4182
|
-
...commonParams
|
|
4183
|
-
}).m(function(Command, cs, config, o) {
|
|
4133
|
+
var _DescribePlaceIndexCommand = class _DescribePlaceIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4184
4134
|
return [
|
|
4185
4135
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4186
4136
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4194,9 +4144,7 @@ var DescribePlaceIndexCommand = _DescribePlaceIndexCommand;
|
|
|
4194
4144
|
|
|
4195
4145
|
|
|
4196
4146
|
|
|
4197
|
-
var _DescribeRouteCalculatorCommand = class _DescribeRouteCalculatorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4198
|
-
...commonParams
|
|
4199
|
-
}).m(function(Command, cs, config, o) {
|
|
4147
|
+
var _DescribeRouteCalculatorCommand = class _DescribeRouteCalculatorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4200
4148
|
return [
|
|
4201
4149
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4202
4150
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4210,9 +4158,7 @@ var DescribeRouteCalculatorCommand = _DescribeRouteCalculatorCommand;
|
|
|
4210
4158
|
|
|
4211
4159
|
|
|
4212
4160
|
|
|
4213
|
-
var _DescribeTrackerCommand = class _DescribeTrackerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4214
|
-
...commonParams
|
|
4215
|
-
}).m(function(Command, cs, config, o) {
|
|
4161
|
+
var _DescribeTrackerCommand = class _DescribeTrackerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4216
4162
|
return [
|
|
4217
4163
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4218
4164
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4226,9 +4172,7 @@ var DescribeTrackerCommand = _DescribeTrackerCommand;
|
|
|
4226
4172
|
|
|
4227
4173
|
|
|
4228
4174
|
|
|
4229
|
-
var _DisassociateTrackerConsumerCommand = class _DisassociateTrackerConsumerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4230
|
-
...commonParams
|
|
4231
|
-
}).m(function(Command, cs, config, o) {
|
|
4175
|
+
var _DisassociateTrackerConsumerCommand = class _DisassociateTrackerConsumerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4232
4176
|
return [
|
|
4233
4177
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4234
4178
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4242,9 +4186,7 @@ var DisassociateTrackerConsumerCommand = _DisassociateTrackerConsumerCommand;
|
|
|
4242
4186
|
|
|
4243
4187
|
|
|
4244
4188
|
|
|
4245
|
-
var _ForecastGeofenceEventsCommand = class _ForecastGeofenceEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4246
|
-
...commonParams
|
|
4247
|
-
}).m(function(Command, cs, config, o) {
|
|
4189
|
+
var _ForecastGeofenceEventsCommand = class _ForecastGeofenceEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4248
4190
|
return [
|
|
4249
4191
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4250
4192
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4258,9 +4200,7 @@ var ForecastGeofenceEventsCommand = _ForecastGeofenceEventsCommand;
|
|
|
4258
4200
|
|
|
4259
4201
|
|
|
4260
4202
|
|
|
4261
|
-
var _GetDevicePositionCommand = class _GetDevicePositionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4262
|
-
...commonParams
|
|
4263
|
-
}).m(function(Command, cs, config, o) {
|
|
4203
|
+
var _GetDevicePositionCommand = class _GetDevicePositionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4264
4204
|
return [
|
|
4265
4205
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4266
4206
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4274,9 +4214,7 @@ var GetDevicePositionCommand = _GetDevicePositionCommand;
|
|
|
4274
4214
|
|
|
4275
4215
|
|
|
4276
4216
|
|
|
4277
|
-
var _GetDevicePositionHistoryCommand = class _GetDevicePositionHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4278
|
-
...commonParams
|
|
4279
|
-
}).m(function(Command, cs, config, o) {
|
|
4217
|
+
var _GetDevicePositionHistoryCommand = class _GetDevicePositionHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4280
4218
|
return [
|
|
4281
4219
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4282
4220
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4290,9 +4228,7 @@ var GetDevicePositionHistoryCommand = _GetDevicePositionHistoryCommand;
|
|
|
4290
4228
|
|
|
4291
4229
|
|
|
4292
4230
|
|
|
4293
|
-
var _GetGeofenceCommand = class _GetGeofenceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4294
|
-
...commonParams
|
|
4295
|
-
}).m(function(Command, cs, config, o) {
|
|
4231
|
+
var _GetGeofenceCommand = class _GetGeofenceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4296
4232
|
return [
|
|
4297
4233
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4298
4234
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4306,9 +4242,7 @@ var GetGeofenceCommand = _GetGeofenceCommand;
|
|
|
4306
4242
|
|
|
4307
4243
|
|
|
4308
4244
|
|
|
4309
|
-
var _GetMapGlyphsCommand = class _GetMapGlyphsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4310
|
-
...commonParams
|
|
4311
|
-
}).m(function(Command, cs, config, o) {
|
|
4245
|
+
var _GetMapGlyphsCommand = class _GetMapGlyphsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4312
4246
|
return [
|
|
4313
4247
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4314
4248
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4322,9 +4256,7 @@ var GetMapGlyphsCommand = _GetMapGlyphsCommand;
|
|
|
4322
4256
|
|
|
4323
4257
|
|
|
4324
4258
|
|
|
4325
|
-
var _GetMapSpritesCommand = class _GetMapSpritesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4326
|
-
...commonParams
|
|
4327
|
-
}).m(function(Command, cs, config, o) {
|
|
4259
|
+
var _GetMapSpritesCommand = class _GetMapSpritesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4328
4260
|
return [
|
|
4329
4261
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4330
4262
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4338,9 +4270,7 @@ var GetMapSpritesCommand = _GetMapSpritesCommand;
|
|
|
4338
4270
|
|
|
4339
4271
|
|
|
4340
4272
|
|
|
4341
|
-
var _GetMapStyleDescriptorCommand = class _GetMapStyleDescriptorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4342
|
-
...commonParams
|
|
4343
|
-
}).m(function(Command, cs, config, o) {
|
|
4273
|
+
var _GetMapStyleDescriptorCommand = class _GetMapStyleDescriptorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4344
4274
|
return [
|
|
4345
4275
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4346
4276
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4354,9 +4284,7 @@ var GetMapStyleDescriptorCommand = _GetMapStyleDescriptorCommand;
|
|
|
4354
4284
|
|
|
4355
4285
|
|
|
4356
4286
|
|
|
4357
|
-
var _GetMapTileCommand = class _GetMapTileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4358
|
-
...commonParams
|
|
4359
|
-
}).m(function(Command, cs, config, o) {
|
|
4287
|
+
var _GetMapTileCommand = class _GetMapTileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4360
4288
|
return [
|
|
4361
4289
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4362
4290
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4370,9 +4298,7 @@ var GetMapTileCommand = _GetMapTileCommand;
|
|
|
4370
4298
|
|
|
4371
4299
|
|
|
4372
4300
|
|
|
4373
|
-
var _GetPlaceCommand = class _GetPlaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4374
|
-
...commonParams
|
|
4375
|
-
}).m(function(Command, cs, config, o) {
|
|
4301
|
+
var _GetPlaceCommand = class _GetPlaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4376
4302
|
return [
|
|
4377
4303
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4378
4304
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4386,9 +4312,7 @@ var GetPlaceCommand = _GetPlaceCommand;
|
|
|
4386
4312
|
|
|
4387
4313
|
|
|
4388
4314
|
|
|
4389
|
-
var _ListDevicePositionsCommand = class _ListDevicePositionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4390
|
-
...commonParams
|
|
4391
|
-
}).m(function(Command, cs, config, o) {
|
|
4315
|
+
var _ListDevicePositionsCommand = class _ListDevicePositionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4392
4316
|
return [
|
|
4393
4317
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4394
4318
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4402,9 +4326,7 @@ var ListDevicePositionsCommand = _ListDevicePositionsCommand;
|
|
|
4402
4326
|
|
|
4403
4327
|
|
|
4404
4328
|
|
|
4405
|
-
var _ListGeofenceCollectionsCommand = class _ListGeofenceCollectionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4406
|
-
...commonParams
|
|
4407
|
-
}).m(function(Command, cs, config, o) {
|
|
4329
|
+
var _ListGeofenceCollectionsCommand = class _ListGeofenceCollectionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4408
4330
|
return [
|
|
4409
4331
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4410
4332
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4418,9 +4340,7 @@ var ListGeofenceCollectionsCommand = _ListGeofenceCollectionsCommand;
|
|
|
4418
4340
|
|
|
4419
4341
|
|
|
4420
4342
|
|
|
4421
|
-
var _ListGeofencesCommand = class _ListGeofencesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4422
|
-
...commonParams
|
|
4423
|
-
}).m(function(Command, cs, config, o) {
|
|
4343
|
+
var _ListGeofencesCommand = class _ListGeofencesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4424
4344
|
return [
|
|
4425
4345
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4426
4346
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4434,9 +4354,7 @@ var ListGeofencesCommand = _ListGeofencesCommand;
|
|
|
4434
4354
|
|
|
4435
4355
|
|
|
4436
4356
|
|
|
4437
|
-
var _ListKeysCommand = class _ListKeysCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4438
|
-
...commonParams
|
|
4439
|
-
}).m(function(Command, cs, config, o) {
|
|
4357
|
+
var _ListKeysCommand = class _ListKeysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4440
4358
|
return [
|
|
4441
4359
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4442
4360
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4450,9 +4368,7 @@ var ListKeysCommand = _ListKeysCommand;
|
|
|
4450
4368
|
|
|
4451
4369
|
|
|
4452
4370
|
|
|
4453
|
-
var _ListMapsCommand = class _ListMapsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4454
|
-
...commonParams
|
|
4455
|
-
}).m(function(Command, cs, config, o) {
|
|
4371
|
+
var _ListMapsCommand = class _ListMapsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4456
4372
|
return [
|
|
4457
4373
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4458
4374
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4466,9 +4382,7 @@ var ListMapsCommand = _ListMapsCommand;
|
|
|
4466
4382
|
|
|
4467
4383
|
|
|
4468
4384
|
|
|
4469
|
-
var _ListPlaceIndexesCommand = class _ListPlaceIndexesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4470
|
-
...commonParams
|
|
4471
|
-
}).m(function(Command, cs, config, o) {
|
|
4385
|
+
var _ListPlaceIndexesCommand = class _ListPlaceIndexesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4472
4386
|
return [
|
|
4473
4387
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4474
4388
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4482,9 +4396,7 @@ var ListPlaceIndexesCommand = _ListPlaceIndexesCommand;
|
|
|
4482
4396
|
|
|
4483
4397
|
|
|
4484
4398
|
|
|
4485
|
-
var _ListRouteCalculatorsCommand = class _ListRouteCalculatorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4486
|
-
...commonParams
|
|
4487
|
-
}).m(function(Command, cs, config, o) {
|
|
4399
|
+
var _ListRouteCalculatorsCommand = class _ListRouteCalculatorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4488
4400
|
return [
|
|
4489
4401
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4490
4402
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4498,9 +4410,7 @@ var ListRouteCalculatorsCommand = _ListRouteCalculatorsCommand;
|
|
|
4498
4410
|
|
|
4499
4411
|
|
|
4500
4412
|
|
|
4501
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4502
|
-
...commonParams
|
|
4503
|
-
}).m(function(Command, cs, config, o) {
|
|
4413
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4504
4414
|
return [
|
|
4505
4415
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4506
4416
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4514,9 +4424,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
4514
4424
|
|
|
4515
4425
|
|
|
4516
4426
|
|
|
4517
|
-
var _ListTrackerConsumersCommand = class _ListTrackerConsumersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4518
|
-
...commonParams
|
|
4519
|
-
}).m(function(Command, cs, config, o) {
|
|
4427
|
+
var _ListTrackerConsumersCommand = class _ListTrackerConsumersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4520
4428
|
return [
|
|
4521
4429
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4522
4430
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4530,9 +4438,7 @@ var ListTrackerConsumersCommand = _ListTrackerConsumersCommand;
|
|
|
4530
4438
|
|
|
4531
4439
|
|
|
4532
4440
|
|
|
4533
|
-
var _ListTrackersCommand = class _ListTrackersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4534
|
-
...commonParams
|
|
4535
|
-
}).m(function(Command, cs, config, o) {
|
|
4441
|
+
var _ListTrackersCommand = class _ListTrackersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4536
4442
|
return [
|
|
4537
4443
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4538
4444
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4546,9 +4452,7 @@ var ListTrackersCommand = _ListTrackersCommand;
|
|
|
4546
4452
|
|
|
4547
4453
|
|
|
4548
4454
|
|
|
4549
|
-
var _PutGeofenceCommand = class _PutGeofenceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4550
|
-
...commonParams
|
|
4551
|
-
}).m(function(Command, cs, config, o) {
|
|
4455
|
+
var _PutGeofenceCommand = class _PutGeofenceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4552
4456
|
return [
|
|
4553
4457
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4554
4458
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4562,9 +4466,7 @@ var PutGeofenceCommand = _PutGeofenceCommand;
|
|
|
4562
4466
|
|
|
4563
4467
|
|
|
4564
4468
|
|
|
4565
|
-
var _SearchPlaceIndexForPositionCommand = class _SearchPlaceIndexForPositionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4566
|
-
...commonParams
|
|
4567
|
-
}).m(function(Command, cs, config, o) {
|
|
4469
|
+
var _SearchPlaceIndexForPositionCommand = class _SearchPlaceIndexForPositionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4568
4470
|
return [
|
|
4569
4471
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4570
4472
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4578,9 +4480,7 @@ var SearchPlaceIndexForPositionCommand = _SearchPlaceIndexForPositionCommand;
|
|
|
4578
4480
|
|
|
4579
4481
|
|
|
4580
4482
|
|
|
4581
|
-
var _SearchPlaceIndexForSuggestionsCommand = class _SearchPlaceIndexForSuggestionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4582
|
-
...commonParams
|
|
4583
|
-
}).m(function(Command, cs, config, o) {
|
|
4483
|
+
var _SearchPlaceIndexForSuggestionsCommand = class _SearchPlaceIndexForSuggestionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4584
4484
|
return [
|
|
4585
4485
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4586
4486
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4594,9 +4494,7 @@ var SearchPlaceIndexForSuggestionsCommand = _SearchPlaceIndexForSuggestionsComma
|
|
|
4594
4494
|
|
|
4595
4495
|
|
|
4596
4496
|
|
|
4597
|
-
var _SearchPlaceIndexForTextCommand = class _SearchPlaceIndexForTextCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4598
|
-
...commonParams
|
|
4599
|
-
}).m(function(Command, cs, config, o) {
|
|
4497
|
+
var _SearchPlaceIndexForTextCommand = class _SearchPlaceIndexForTextCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4600
4498
|
return [
|
|
4601
4499
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4602
4500
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4610,9 +4508,7 @@ var SearchPlaceIndexForTextCommand = _SearchPlaceIndexForTextCommand;
|
|
|
4610
4508
|
|
|
4611
4509
|
|
|
4612
4510
|
|
|
4613
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4614
|
-
...commonParams
|
|
4615
|
-
}).m(function(Command, cs, config, o) {
|
|
4511
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4616
4512
|
return [
|
|
4617
4513
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4618
4514
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4626,9 +4522,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
4626
4522
|
|
|
4627
4523
|
|
|
4628
4524
|
|
|
4629
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4630
|
-
...commonParams
|
|
4631
|
-
}).m(function(Command, cs, config, o) {
|
|
4525
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4632
4526
|
return [
|
|
4633
4527
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4634
4528
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4642,9 +4536,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
4642
4536
|
|
|
4643
4537
|
|
|
4644
4538
|
|
|
4645
|
-
var _UpdateGeofenceCollectionCommand = class _UpdateGeofenceCollectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4646
|
-
...commonParams
|
|
4647
|
-
}).m(function(Command, cs, config, o) {
|
|
4539
|
+
var _UpdateGeofenceCollectionCommand = class _UpdateGeofenceCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4648
4540
|
return [
|
|
4649
4541
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4650
4542
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4658,9 +4550,7 @@ var UpdateGeofenceCollectionCommand = _UpdateGeofenceCollectionCommand;
|
|
|
4658
4550
|
|
|
4659
4551
|
|
|
4660
4552
|
|
|
4661
|
-
var _UpdateKeyCommand = class _UpdateKeyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4662
|
-
...commonParams
|
|
4663
|
-
}).m(function(Command, cs, config, o) {
|
|
4553
|
+
var _UpdateKeyCommand = class _UpdateKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4664
4554
|
return [
|
|
4665
4555
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4666
4556
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4674,9 +4564,7 @@ var UpdateKeyCommand = _UpdateKeyCommand;
|
|
|
4674
4564
|
|
|
4675
4565
|
|
|
4676
4566
|
|
|
4677
|
-
var _UpdateMapCommand = class _UpdateMapCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4678
|
-
...commonParams
|
|
4679
|
-
}).m(function(Command, cs, config, o) {
|
|
4567
|
+
var _UpdateMapCommand = class _UpdateMapCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4680
4568
|
return [
|
|
4681
4569
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4682
4570
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4690,9 +4578,7 @@ var UpdateMapCommand = _UpdateMapCommand;
|
|
|
4690
4578
|
|
|
4691
4579
|
|
|
4692
4580
|
|
|
4693
|
-
var _UpdatePlaceIndexCommand = class _UpdatePlaceIndexCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4694
|
-
...commonParams
|
|
4695
|
-
}).m(function(Command, cs, config, o) {
|
|
4581
|
+
var _UpdatePlaceIndexCommand = class _UpdatePlaceIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4696
4582
|
return [
|
|
4697
4583
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4698
4584
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4706,9 +4592,7 @@ var UpdatePlaceIndexCommand = _UpdatePlaceIndexCommand;
|
|
|
4706
4592
|
|
|
4707
4593
|
|
|
4708
4594
|
|
|
4709
|
-
var _UpdateRouteCalculatorCommand = class _UpdateRouteCalculatorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4710
|
-
...commonParams
|
|
4711
|
-
}).m(function(Command, cs, config, o) {
|
|
4595
|
+
var _UpdateRouteCalculatorCommand = class _UpdateRouteCalculatorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4712
4596
|
return [
|
|
4713
4597
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4714
4598
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4722,9 +4606,7 @@ var UpdateRouteCalculatorCommand = _UpdateRouteCalculatorCommand;
|
|
|
4722
4606
|
|
|
4723
4607
|
|
|
4724
4608
|
|
|
4725
|
-
var _UpdateTrackerCommand = class _UpdateTrackerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4726
|
-
...commonParams
|
|
4727
|
-
}).m(function(Command, cs, config, o) {
|
|
4609
|
+
var _UpdateTrackerCommand = class _UpdateTrackerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4728
4610
|
return [
|
|
4729
4611
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4730
4612
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4738,9 +4620,7 @@ var UpdateTrackerCommand = _UpdateTrackerCommand;
|
|
|
4738
4620
|
|
|
4739
4621
|
|
|
4740
4622
|
|
|
4741
|
-
var _VerifyDevicePositionCommand = class _VerifyDevicePositionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4742
|
-
...commonParams
|
|
4743
|
-
}).m(function(Command, cs, config, o) {
|
|
4623
|
+
var _VerifyDevicePositionCommand = class _VerifyDevicePositionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4744
4624
|
return [
|
|
4745
4625
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4746
4626
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AssociateTrackerConsumerCommand, se_AssociateTrackerConsumerCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateTrackerConsumerCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|