@aws-sdk/client-location 3.948.0 → 3.953.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 +794 -551
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AssociateTrackerConsumerCommand.js +2 -2
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +2 -2
- package/dist-es/commands/BatchDeleteGeofenceCommand.js +2 -2
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js +2 -2
- package/dist-es/commands/BatchGetDevicePositionCommand.js +2 -2
- package/dist-es/commands/BatchPutGeofenceCommand.js +2 -2
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js +2 -2
- package/dist-es/commands/CalculateRouteCommand.js +2 -2
- package/dist-es/commands/CalculateRouteMatrixCommand.js +2 -2
- package/dist-es/commands/CreateGeofenceCollectionCommand.js +2 -2
- package/dist-es/commands/CreateKeyCommand.js +2 -2
- package/dist-es/commands/CreateMapCommand.js +2 -2
- package/dist-es/commands/CreatePlaceIndexCommand.js +2 -2
- package/dist-es/commands/CreateRouteCalculatorCommand.js +2 -2
- package/dist-es/commands/CreateTrackerCommand.js +2 -2
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js +2 -2
- package/dist-es/commands/DeleteKeyCommand.js +2 -2
- package/dist-es/commands/DeleteMapCommand.js +2 -2
- package/dist-es/commands/DeletePlaceIndexCommand.js +2 -2
- package/dist-es/commands/DeleteRouteCalculatorCommand.js +2 -2
- package/dist-es/commands/DeleteTrackerCommand.js +2 -2
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js +2 -2
- package/dist-es/commands/DescribeKeyCommand.js +2 -2
- package/dist-es/commands/DescribeMapCommand.js +2 -2
- package/dist-es/commands/DescribePlaceIndexCommand.js +2 -2
- package/dist-es/commands/DescribeRouteCalculatorCommand.js +2 -2
- package/dist-es/commands/DescribeTrackerCommand.js +2 -2
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js +2 -2
- package/dist-es/commands/ForecastGeofenceEventsCommand.js +2 -2
- package/dist-es/commands/GetDevicePositionCommand.js +2 -2
- package/dist-es/commands/GetDevicePositionHistoryCommand.js +2 -2
- package/dist-es/commands/GetGeofenceCommand.js +2 -2
- package/dist-es/commands/GetMapGlyphsCommand.js +2 -2
- package/dist-es/commands/GetMapSpritesCommand.js +2 -2
- package/dist-es/commands/GetMapStyleDescriptorCommand.js +2 -2
- package/dist-es/commands/GetMapTileCommand.js +2 -2
- package/dist-es/commands/GetPlaceCommand.js +2 -2
- package/dist-es/commands/ListDevicePositionsCommand.js +2 -2
- package/dist-es/commands/ListGeofenceCollectionsCommand.js +2 -2
- package/dist-es/commands/ListGeofencesCommand.js +2 -2
- package/dist-es/commands/ListKeysCommand.js +2 -2
- package/dist-es/commands/ListMapsCommand.js +2 -2
- package/dist-es/commands/ListPlaceIndexesCommand.js +2 -2
- package/dist-es/commands/ListRouteCalculatorsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTrackerConsumersCommand.js +2 -2
- package/dist-es/commands/ListTrackersCommand.js +2 -2
- package/dist-es/commands/PutGeofenceCommand.js +2 -2
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +2 -2
- package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +2 -2
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js +2 -2
- package/dist-es/commands/UpdateKeyCommand.js +2 -2
- package/dist-es/commands/UpdateMapCommand.js +2 -2
- package/dist-es/commands/UpdatePlaceIndexCommand.js +2 -2
- package/dist-es/commands/UpdateRouteCalculatorCommand.js +2 -2
- package/dist-es/commands/UpdateTrackerCommand.js +2 -2
- package/dist-es/commands/VerifyDevicePositionCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +510 -515
- package/dist-types/LocationClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +249 -317
- package/dist-types/ts3.4/LocationClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +248 -319
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class LocationClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class LocationServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, LocationServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends LocationServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends LocationServic
|
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class ConflictException extends LocationServiceException {
|
|
135
135
|
name = "ConflictException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
Message;
|
|
@@ -144,8 +144,8 @@ let ConflictException$1 = class ConflictException extends LocationServiceExcepti
|
|
|
144
144
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
145
145
|
this.Message = opts.Message;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class InternalServerException extends LocationServiceException {
|
|
149
149
|
name = "InternalServerException";
|
|
150
150
|
$fault = "server";
|
|
151
151
|
$retryable = {};
|
|
@@ -159,8 +159,8 @@ let InternalServerException$1 = class InternalServerException extends LocationSe
|
|
|
159
159
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
160
160
|
this.Message = opts.Message;
|
|
161
161
|
}
|
|
162
|
-
}
|
|
163
|
-
|
|
162
|
+
}
|
|
163
|
+
class ServiceQuotaExceededException extends LocationServiceException {
|
|
164
164
|
name = "ServiceQuotaExceededException";
|
|
165
165
|
$fault = "client";
|
|
166
166
|
Message;
|
|
@@ -173,8 +173,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
173
173
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
174
174
|
this.Message = opts.Message;
|
|
175
175
|
}
|
|
176
|
-
}
|
|
177
|
-
|
|
176
|
+
}
|
|
177
|
+
class ThrottlingException extends LocationServiceException {
|
|
178
178
|
name = "ThrottlingException";
|
|
179
179
|
$fault = "client";
|
|
180
180
|
$retryable = {};
|
|
@@ -188,8 +188,8 @@ let ThrottlingException$1 = class ThrottlingException extends LocationServiceExc
|
|
|
188
188
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
189
189
|
this.Message = opts.Message;
|
|
190
190
|
}
|
|
191
|
-
}
|
|
192
|
-
|
|
191
|
+
}
|
|
192
|
+
class ValidationException extends LocationServiceException {
|
|
193
193
|
name = "ValidationException";
|
|
194
194
|
$fault = "client";
|
|
195
195
|
Message;
|
|
@@ -206,8 +206,8 @@ let ValidationException$1 = class ValidationException extends LocationServiceExc
|
|
|
206
206
|
this.Reason = opts.Reason;
|
|
207
207
|
this.FieldList = opts.FieldList;
|
|
208
208
|
}
|
|
209
|
-
}
|
|
210
|
-
|
|
209
|
+
}
|
|
210
|
+
class ResourceNotFoundException extends LocationServiceException {
|
|
211
211
|
name = "ResourceNotFoundException";
|
|
212
212
|
$fault = "client";
|
|
213
213
|
Message;
|
|
@@ -220,7 +220,7 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Locati
|
|
|
220
220
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
221
221
|
this.Message = opts.Message;
|
|
222
222
|
}
|
|
223
|
-
}
|
|
223
|
+
}
|
|
224
224
|
|
|
225
225
|
const _A = "Accuracy";
|
|
226
226
|
const _AA = "AndroidApp";
|
|
@@ -745,7 +745,7 @@ var SensitiveDouble = [0, n0, _SD, 8, 1];
|
|
|
745
745
|
var SensitiveInteger = [0, n0, _SI, 8, 1];
|
|
746
746
|
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
747
747
|
var Timestamp = [0, n0, _T, 8, 5];
|
|
748
|
-
var AccessDeniedException = [
|
|
748
|
+
var AccessDeniedException$ = [
|
|
749
749
|
-3,
|
|
750
750
|
n0,
|
|
751
751
|
_ADE,
|
|
@@ -753,10 +753,10 @@ var AccessDeniedException = [
|
|
|
753
753
|
[_M],
|
|
754
754
|
[[0, { [_jN]: _m }]],
|
|
755
755
|
];
|
|
756
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
757
|
-
var AndroidApp = [3, n0, _AA, 0, [_P, _CF], [0, 0]];
|
|
758
|
-
var ApiKeyFilter = [3, n0, _AKF, 0, [_KS], [0]];
|
|
759
|
-
var ApiKeyRestrictions = [
|
|
756
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
757
|
+
var AndroidApp$ = [3, n0, _AA, 0, [_P, _CF], [0, 0]];
|
|
758
|
+
var ApiKeyFilter$ = [3, n0, _AKF, 0, [_KS], [0]];
|
|
759
|
+
var ApiKeyRestrictions$ = [
|
|
760
760
|
3,
|
|
761
761
|
n0,
|
|
762
762
|
_AKR,
|
|
@@ -764,18 +764,18 @@ var ApiKeyRestrictions = [
|
|
|
764
764
|
[_AAl, _AR, _ARl, _AAA, _AAAl],
|
|
765
765
|
[64 | 0, 64 | 0, [() => RefererPatternList, 0], () => AndroidAppList, () => AppleAppList],
|
|
766
766
|
];
|
|
767
|
-
var AppleApp = [3, n0, _AAp, 0, [_BI], [0]];
|
|
768
|
-
var AssociateTrackerConsumerRequest = [3, n0, _ATCR, 0, [_TN, _CA], [[0, 1], 0]];
|
|
769
|
-
var AssociateTrackerConsumerResponse = [3, n0, _ATCRs, 0, [], []];
|
|
770
|
-
var BatchDeleteDevicePositionHistoryError = [
|
|
767
|
+
var AppleApp$ = [3, n0, _AAp, 0, [_BI], [0]];
|
|
768
|
+
var AssociateTrackerConsumerRequest$ = [3, n0, _ATCR, 0, [_TN, _CA], [[0, 1], 0]];
|
|
769
|
+
var AssociateTrackerConsumerResponse$ = [3, n0, _ATCRs, 0, [], []];
|
|
770
|
+
var BatchDeleteDevicePositionHistoryError$ = [
|
|
771
771
|
3,
|
|
772
772
|
n0,
|
|
773
773
|
_BDDPHE,
|
|
774
774
|
0,
|
|
775
775
|
[_DI, _E],
|
|
776
|
-
[0, () => BatchItemError],
|
|
776
|
+
[0, () => BatchItemError$],
|
|
777
777
|
];
|
|
778
|
-
var BatchDeleteDevicePositionHistoryRequest = [
|
|
778
|
+
var BatchDeleteDevicePositionHistoryRequest$ = [
|
|
779
779
|
3,
|
|
780
780
|
n0,
|
|
781
781
|
_BDDPHR,
|
|
@@ -783,7 +783,7 @@ var BatchDeleteDevicePositionHistoryRequest = [
|
|
|
783
783
|
[_TN, _DIe],
|
|
784
784
|
[[0, 1], 64 | 0],
|
|
785
785
|
];
|
|
786
|
-
var BatchDeleteDevicePositionHistoryResponse = [
|
|
786
|
+
var BatchDeleteDevicePositionHistoryResponse$ = [
|
|
787
787
|
3,
|
|
788
788
|
n0,
|
|
789
789
|
_BDDPHRa,
|
|
@@ -791,9 +791,9 @@ var BatchDeleteDevicePositionHistoryResponse = [
|
|
|
791
791
|
[_Er],
|
|
792
792
|
[() => BatchDeleteDevicePositionHistoryErrorList],
|
|
793
793
|
];
|
|
794
|
-
var BatchDeleteGeofenceError = [3, n0, _BDGE, 0, [_GI, _E], [0, () => BatchItemError]];
|
|
795
|
-
var BatchDeleteGeofenceRequest = [3, n0, _BDGR, 0, [_CN, _GIe], [[0, 1], 64 | 0]];
|
|
796
|
-
var BatchDeleteGeofenceResponse = [
|
|
794
|
+
var BatchDeleteGeofenceError$ = [3, n0, _BDGE, 0, [_GI, _E], [0, () => BatchItemError$]];
|
|
795
|
+
var BatchDeleteGeofenceRequest$ = [3, n0, _BDGR, 0, [_CN, _GIe], [[0, 1], 64 | 0]];
|
|
796
|
+
var BatchDeleteGeofenceResponse$ = [
|
|
797
797
|
3,
|
|
798
798
|
n0,
|
|
799
799
|
_BDGRa,
|
|
@@ -801,15 +801,15 @@ var BatchDeleteGeofenceResponse = [
|
|
|
801
801
|
[_Er],
|
|
802
802
|
[() => BatchDeleteGeofenceErrorList],
|
|
803
803
|
];
|
|
804
|
-
var BatchEvaluateGeofencesError = [
|
|
804
|
+
var BatchEvaluateGeofencesError$ = [
|
|
805
805
|
3,
|
|
806
806
|
n0,
|
|
807
807
|
_BEGE,
|
|
808
808
|
0,
|
|
809
809
|
[_DI, _ST, _E],
|
|
810
|
-
[0, [() => Timestamp, 0], () => BatchItemError],
|
|
810
|
+
[0, [() => Timestamp, 0], () => BatchItemError$],
|
|
811
811
|
];
|
|
812
|
-
var BatchEvaluateGeofencesRequest = [
|
|
812
|
+
var BatchEvaluateGeofencesRequest$ = [
|
|
813
813
|
3,
|
|
814
814
|
n0,
|
|
815
815
|
_BEGR,
|
|
@@ -820,7 +820,7 @@ var BatchEvaluateGeofencesRequest = [
|
|
|
820
820
|
[() => DevicePositionUpdateList, 0],
|
|
821
821
|
],
|
|
822
822
|
];
|
|
823
|
-
var BatchEvaluateGeofencesResponse = [
|
|
823
|
+
var BatchEvaluateGeofencesResponse$ = [
|
|
824
824
|
3,
|
|
825
825
|
n0,
|
|
826
826
|
_BEGRa,
|
|
@@ -828,16 +828,16 @@ var BatchEvaluateGeofencesResponse = [
|
|
|
828
828
|
[_Er],
|
|
829
829
|
[[() => BatchEvaluateGeofencesErrorList, 0]],
|
|
830
830
|
];
|
|
831
|
-
var BatchGetDevicePositionError = [
|
|
831
|
+
var BatchGetDevicePositionError$ = [
|
|
832
832
|
3,
|
|
833
833
|
n0,
|
|
834
834
|
_BGDPE,
|
|
835
835
|
0,
|
|
836
836
|
[_DI, _E],
|
|
837
|
-
[0, () => BatchItemError],
|
|
837
|
+
[0, () => BatchItemError$],
|
|
838
838
|
];
|
|
839
|
-
var BatchGetDevicePositionRequest = [3, n0, _BGDPR, 0, [_TN, _DIe], [[0, 1], 64 | 0]];
|
|
840
|
-
var BatchGetDevicePositionResponse = [
|
|
839
|
+
var BatchGetDevicePositionRequest$ = [3, n0, _BGDPR, 0, [_TN, _DIe], [[0, 1], 64 | 0]];
|
|
840
|
+
var BatchGetDevicePositionResponse$ = [
|
|
841
841
|
3,
|
|
842
842
|
n0,
|
|
843
843
|
_BGDPRa,
|
|
@@ -845,9 +845,9 @@ var BatchGetDevicePositionResponse = [
|
|
|
845
845
|
[_Er, _DP],
|
|
846
846
|
[() => BatchGetDevicePositionErrorList, [() => DevicePositionList, 0]],
|
|
847
847
|
];
|
|
848
|
-
var BatchItemError = [3, n0, _BIE, 0, [_C, _M], [0, 0]];
|
|
849
|
-
var BatchPutGeofenceError = [3, n0, _BPGE, 0, [_GI, _E], [0, () => BatchItemError]];
|
|
850
|
-
var BatchPutGeofenceRequest = [
|
|
848
|
+
var BatchItemError$ = [3, n0, _BIE, 0, [_C, _M], [0, 0]];
|
|
849
|
+
var BatchPutGeofenceError$ = [3, n0, _BPGE, 0, [_GI, _E], [0, () => BatchItemError$]];
|
|
850
|
+
var BatchPutGeofenceRequest$ = [
|
|
851
851
|
3,
|
|
852
852
|
n0,
|
|
853
853
|
_BPGR,
|
|
@@ -858,15 +858,15 @@ var BatchPutGeofenceRequest = [
|
|
|
858
858
|
[() => BatchPutGeofenceRequestEntryList, 0],
|
|
859
859
|
],
|
|
860
860
|
];
|
|
861
|
-
var BatchPutGeofenceRequestEntry = [
|
|
861
|
+
var BatchPutGeofenceRequestEntry$ = [
|
|
862
862
|
3,
|
|
863
863
|
n0,
|
|
864
864
|
_BPGRE,
|
|
865
865
|
0,
|
|
866
866
|
[_GI, _G, _GP],
|
|
867
|
-
[0, [() => GeofenceGeometry
|
|
867
|
+
[0, [() => GeofenceGeometry$, 0], [() => PropertyMap, 0]],
|
|
868
868
|
];
|
|
869
|
-
var BatchPutGeofenceResponse = [
|
|
869
|
+
var BatchPutGeofenceResponse$ = [
|
|
870
870
|
3,
|
|
871
871
|
n0,
|
|
872
872
|
_BPGRa,
|
|
@@ -874,7 +874,7 @@ var BatchPutGeofenceResponse = [
|
|
|
874
874
|
[_S, _Er],
|
|
875
875
|
[[() => BatchPutGeofenceSuccessList, 0], () => BatchPutGeofenceErrorList],
|
|
876
876
|
];
|
|
877
|
-
var BatchPutGeofenceSuccess = [
|
|
877
|
+
var BatchPutGeofenceSuccess$ = [
|
|
878
878
|
3,
|
|
879
879
|
n0,
|
|
880
880
|
_BPGS,
|
|
@@ -882,15 +882,15 @@ var BatchPutGeofenceSuccess = [
|
|
|
882
882
|
[_GI, _CT, _UT],
|
|
883
883
|
[0, [() => Timestamp, 0], [() => Timestamp, 0]],
|
|
884
884
|
];
|
|
885
|
-
var BatchUpdateDevicePositionError = [
|
|
885
|
+
var BatchUpdateDevicePositionError$ = [
|
|
886
886
|
3,
|
|
887
887
|
n0,
|
|
888
888
|
_BUDPE,
|
|
889
889
|
0,
|
|
890
890
|
[_DI, _ST, _E],
|
|
891
|
-
[0, [() => Timestamp, 0], () => BatchItemError],
|
|
891
|
+
[0, [() => Timestamp, 0], () => BatchItemError$],
|
|
892
892
|
];
|
|
893
|
-
var BatchUpdateDevicePositionRequest = [
|
|
893
|
+
var BatchUpdateDevicePositionRequest$ = [
|
|
894
894
|
3,
|
|
895
895
|
n0,
|
|
896
896
|
_BUDPR,
|
|
@@ -901,7 +901,7 @@ var BatchUpdateDevicePositionRequest = [
|
|
|
901
901
|
[() => DevicePositionUpdateList, 0],
|
|
902
902
|
],
|
|
903
903
|
];
|
|
904
|
-
var BatchUpdateDevicePositionResponse = [
|
|
904
|
+
var BatchUpdateDevicePositionResponse$ = [
|
|
905
905
|
3,
|
|
906
906
|
n0,
|
|
907
907
|
_BUDPRa,
|
|
@@ -909,7 +909,7 @@ var BatchUpdateDevicePositionResponse = [
|
|
|
909
909
|
[_Er],
|
|
910
910
|
[[() => BatchUpdateDevicePositionErrorList, 0]],
|
|
911
911
|
];
|
|
912
|
-
var CalculateRouteCarModeOptions = [
|
|
912
|
+
var CalculateRouteCarModeOptions$ = [
|
|
913
913
|
3,
|
|
914
914
|
n0,
|
|
915
915
|
_CRCMO,
|
|
@@ -920,7 +920,7 @@ var CalculateRouteCarModeOptions = [
|
|
|
920
920
|
[() => SensitiveBoolean, 0],
|
|
921
921
|
],
|
|
922
922
|
];
|
|
923
|
-
var CalculateRouteMatrixRequest = [
|
|
923
|
+
var CalculateRouteMatrixRequest$ = [
|
|
924
924
|
3,
|
|
925
925
|
n0,
|
|
926
926
|
_CRMR,
|
|
@@ -934,21 +934,21 @@ var CalculateRouteMatrixRequest = [
|
|
|
934
934
|
[() => Timestamp, 0],
|
|
935
935
|
[() => SensitiveBoolean, 0],
|
|
936
936
|
0,
|
|
937
|
-
[() => CalculateRouteCarModeOptions
|
|
938
|
-
[() => CalculateRouteTruckModeOptions
|
|
937
|
+
[() => CalculateRouteCarModeOptions$, 0],
|
|
938
|
+
[() => CalculateRouteTruckModeOptions$, 0],
|
|
939
939
|
[() => ApiKey, { [_hQ]: _k }],
|
|
940
940
|
],
|
|
941
941
|
];
|
|
942
|
-
var CalculateRouteMatrixResponse = [
|
|
942
|
+
var CalculateRouteMatrixResponse$ = [
|
|
943
943
|
3,
|
|
944
944
|
n0,
|
|
945
945
|
_CRMRa,
|
|
946
946
|
0,
|
|
947
947
|
[_RM, _SDP, _SDPn, _Su],
|
|
948
|
-
[[() => RouteMatrix, 0], [() => PositionList, 0], [() => PositionList, 0], () => CalculateRouteMatrixSummary],
|
|
948
|
+
[[() => RouteMatrix, 0], [() => PositionList, 0], [() => PositionList, 0], () => CalculateRouteMatrixSummary$],
|
|
949
949
|
];
|
|
950
|
-
var CalculateRouteMatrixSummary = [3, n0, _CRMS, 0, [_DS, _RC, _EC, _DU], [0, 1, 1, 0]];
|
|
951
|
-
var CalculateRouteRequest = [
|
|
950
|
+
var CalculateRouteMatrixSummary$ = [3, n0, _CRMS, 0, [_DS, _RC, _EC, _DU], [0, 1, 1, 0]];
|
|
951
|
+
var CalculateRouteRequest$ = [
|
|
952
952
|
3,
|
|
953
953
|
n0,
|
|
954
954
|
_CRR,
|
|
@@ -964,14 +964,14 @@ var CalculateRouteRequest = [
|
|
|
964
964
|
[() => SensitiveBoolean, 0],
|
|
965
965
|
0,
|
|
966
966
|
[() => SensitiveBoolean, 0],
|
|
967
|
-
[() => CalculateRouteCarModeOptions
|
|
968
|
-
[() => CalculateRouteTruckModeOptions
|
|
967
|
+
[() => CalculateRouteCarModeOptions$, 0],
|
|
968
|
+
[() => CalculateRouteTruckModeOptions$, 0],
|
|
969
969
|
[() => Timestamp, 0],
|
|
970
970
|
0,
|
|
971
971
|
[() => ApiKey, { [_hQ]: _k }],
|
|
972
972
|
],
|
|
973
973
|
];
|
|
974
|
-
var CalculateRouteResponse = [
|
|
974
|
+
var CalculateRouteResponse$ = [
|
|
975
975
|
3,
|
|
976
976
|
n0,
|
|
977
977
|
_CRRa,
|
|
@@ -979,10 +979,10 @@ var CalculateRouteResponse = [
|
|
|
979
979
|
[_L, _Su],
|
|
980
980
|
[
|
|
981
981
|
[() => LegList, 0],
|
|
982
|
-
[() => CalculateRouteSummary
|
|
982
|
+
[() => CalculateRouteSummary$, 0],
|
|
983
983
|
],
|
|
984
984
|
];
|
|
985
|
-
var CalculateRouteSummary = [
|
|
985
|
+
var CalculateRouteSummary$ = [
|
|
986
986
|
3,
|
|
987
987
|
n0,
|
|
988
988
|
_CRS,
|
|
@@ -990,7 +990,7 @@ var CalculateRouteSummary = [
|
|
|
990
990
|
[_RBB, _DS, _D, _DSu, _DU],
|
|
991
991
|
[[() => BoundingBox, 0], 0, [() => SensitiveDouble, 0], [() => SensitiveDouble, 0], 0],
|
|
992
992
|
];
|
|
993
|
-
var CalculateRouteTruckModeOptions = [
|
|
993
|
+
var CalculateRouteTruckModeOptions$ = [
|
|
994
994
|
3,
|
|
995
995
|
n0,
|
|
996
996
|
_CRTMO,
|
|
@@ -999,12 +999,12 @@ var CalculateRouteTruckModeOptions = [
|
|
|
999
999
|
[
|
|
1000
1000
|
[() => SensitiveBoolean, 0],
|
|
1001
1001
|
[() => SensitiveBoolean, 0],
|
|
1002
|
-
[() => TruckDimensions
|
|
1003
|
-
[() => TruckWeight
|
|
1002
|
+
[() => TruckDimensions$, 0],
|
|
1003
|
+
[() => TruckWeight$, 0],
|
|
1004
1004
|
],
|
|
1005
1005
|
];
|
|
1006
|
-
var CellSignals = [3, n0, _CS, 0, [_LCD], [() => LteCellDetailsList]];
|
|
1007
|
-
var Circle = [
|
|
1006
|
+
var CellSignals$ = [3, n0, _CS, 0, [_LCD], [() => LteCellDetailsList]];
|
|
1007
|
+
var Circle$ = [
|
|
1008
1008
|
3,
|
|
1009
1009
|
n0,
|
|
1010
1010
|
_Ci,
|
|
@@ -1015,9 +1015,9 @@ var Circle = [
|
|
|
1015
1015
|
[() => SensitiveDouble, 0],
|
|
1016
1016
|
],
|
|
1017
1017
|
];
|
|
1018
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [[0, { [_jN]: _m }]]];
|
|
1019
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
1020
|
-
var CreateGeofenceCollectionRequest = [
|
|
1018
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [[0, { [_jN]: _m }]]];
|
|
1019
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
1020
|
+
var CreateGeofenceCollectionRequest$ = [
|
|
1021
1021
|
3,
|
|
1022
1022
|
n0,
|
|
1023
1023
|
_CGCR,
|
|
@@ -1025,7 +1025,7 @@ var CreateGeofenceCollectionRequest = [
|
|
|
1025
1025
|
[_CN, _PP, _PPDS, _De, _Ta, _KKI],
|
|
1026
1026
|
[0, 0, 0, 0, 128 | 0, 0],
|
|
1027
1027
|
];
|
|
1028
|
-
var CreateGeofenceCollectionResponse = [
|
|
1028
|
+
var CreateGeofenceCollectionResponse$ = [
|
|
1029
1029
|
3,
|
|
1030
1030
|
n0,
|
|
1031
1031
|
_CGCRr,
|
|
@@ -1033,15 +1033,15 @@ var CreateGeofenceCollectionResponse = [
|
|
|
1033
1033
|
[_CN, _CAo, _CT],
|
|
1034
1034
|
[0, 0, [() => Timestamp, 0]],
|
|
1035
1035
|
];
|
|
1036
|
-
var CreateKeyRequest = [
|
|
1036
|
+
var CreateKeyRequest$ = [
|
|
1037
1037
|
3,
|
|
1038
1038
|
n0,
|
|
1039
1039
|
_CKR,
|
|
1040
1040
|
0,
|
|
1041
1041
|
[_KN, _Re, _De, _ET, _NE, _Ta],
|
|
1042
|
-
[0, [() => ApiKeyRestrictions
|
|
1042
|
+
[0, [() => ApiKeyRestrictions$, 0], 0, [() => Timestamp, 0], 2, 128 | 0],
|
|
1043
1043
|
];
|
|
1044
|
-
var CreateKeyResponse = [
|
|
1044
|
+
var CreateKeyResponse$ = [
|
|
1045
1045
|
3,
|
|
1046
1046
|
n0,
|
|
1047
1047
|
_CKRr,
|
|
@@ -1049,24 +1049,24 @@ var CreateKeyResponse = [
|
|
|
1049
1049
|
[_K, _KA, _KN, _CT],
|
|
1050
1050
|
[[() => ApiKey, 0], 0, 0, [() => Timestamp, 0]],
|
|
1051
1051
|
];
|
|
1052
|
-
var CreateMapRequest = [
|
|
1052
|
+
var CreateMapRequest$ = [
|
|
1053
1053
|
3,
|
|
1054
1054
|
n0,
|
|
1055
1055
|
_CMR,
|
|
1056
1056
|
0,
|
|
1057
1057
|
[_MN, _Co, _PP, _De, _Ta],
|
|
1058
|
-
[0, [() => MapConfiguration
|
|
1058
|
+
[0, [() => MapConfiguration$, 0], 0, 0, 128 | 0],
|
|
1059
1059
|
];
|
|
1060
|
-
var CreateMapResponse = [3, n0, _CMRr, 0, [_MN, _MA, _CT], [0, 0, [() => Timestamp, 0]]];
|
|
1061
|
-
var CreatePlaceIndexRequest = [
|
|
1060
|
+
var CreateMapResponse$ = [3, n0, _CMRr, 0, [_MN, _MA, _CT], [0, 0, [() => Timestamp, 0]]];
|
|
1061
|
+
var CreatePlaceIndexRequest$ = [
|
|
1062
1062
|
3,
|
|
1063
1063
|
n0,
|
|
1064
1064
|
_CPIR,
|
|
1065
1065
|
0,
|
|
1066
1066
|
[_IN, _DS, _PP, _De, _DSC, _Ta],
|
|
1067
|
-
[0, 0, 0, 0, () => DataSourceConfiguration
|
|
1067
|
+
[0, 0, 0, 0, () => DataSourceConfiguration$, 128 | 0],
|
|
1068
1068
|
];
|
|
1069
|
-
var CreatePlaceIndexResponse = [
|
|
1069
|
+
var CreatePlaceIndexResponse$ = [
|
|
1070
1070
|
3,
|
|
1071
1071
|
n0,
|
|
1072
1072
|
_CPIRr,
|
|
@@ -1074,7 +1074,7 @@ var CreatePlaceIndexResponse = [
|
|
|
1074
1074
|
[_IN, _IA, _CT],
|
|
1075
1075
|
[0, 0, [() => Timestamp, 0]],
|
|
1076
1076
|
];
|
|
1077
|
-
var CreateRouteCalculatorRequest = [
|
|
1077
|
+
var CreateRouteCalculatorRequest$ = [
|
|
1078
1078
|
3,
|
|
1079
1079
|
n0,
|
|
1080
1080
|
_CRCR,
|
|
@@ -1082,7 +1082,7 @@ var CreateRouteCalculatorRequest = [
|
|
|
1082
1082
|
[_CNa, _DS, _PP, _De, _Ta],
|
|
1083
1083
|
[0, 0, 0, 0, 128 | 0],
|
|
1084
1084
|
];
|
|
1085
|
-
var CreateRouteCalculatorResponse = [
|
|
1085
|
+
var CreateRouteCalculatorResponse$ = [
|
|
1086
1086
|
3,
|
|
1087
1087
|
n0,
|
|
1088
1088
|
_CRCRr,
|
|
@@ -1090,7 +1090,7 @@ var CreateRouteCalculatorResponse = [
|
|
|
1090
1090
|
[_CNa, _CAa, _CT],
|
|
1091
1091
|
[0, 0, [() => Timestamp, 0]],
|
|
1092
1092
|
];
|
|
1093
|
-
var CreateTrackerRequest = [
|
|
1093
|
+
var CreateTrackerRequest$ = [
|
|
1094
1094
|
3,
|
|
1095
1095
|
n0,
|
|
1096
1096
|
_CTR,
|
|
@@ -1098,7 +1098,7 @@ var CreateTrackerRequest = [
|
|
|
1098
1098
|
[_TN, _PP, _KKI, _PPDS, _De, _Ta, _PF, _EBE, _KKEGQ],
|
|
1099
1099
|
[0, 0, 0, 0, 0, 128 | 0, 0, 2, 2],
|
|
1100
1100
|
];
|
|
1101
|
-
var CreateTrackerResponse = [
|
|
1101
|
+
var CreateTrackerResponse$ = [
|
|
1102
1102
|
3,
|
|
1103
1103
|
n0,
|
|
1104
1104
|
_CTRr,
|
|
@@ -1106,10 +1106,10 @@ var CreateTrackerResponse = [
|
|
|
1106
1106
|
[_TN, _TA, _CT],
|
|
1107
1107
|
[0, 0, [() => Timestamp, 0]],
|
|
1108
1108
|
];
|
|
1109
|
-
var DataSourceConfiguration = [3, n0, _DSC, 0, [_IU], [0]];
|
|
1110
|
-
var DeleteGeofenceCollectionRequest = [3, n0, _DGCR, 0, [_CN], [[0, 1]]];
|
|
1111
|
-
var DeleteGeofenceCollectionResponse = [3, n0, _DGCRe, 0, [], []];
|
|
1112
|
-
var DeleteKeyRequest = [
|
|
1109
|
+
var DataSourceConfiguration$ = [3, n0, _DSC, 0, [_IU], [0]];
|
|
1110
|
+
var DeleteGeofenceCollectionRequest$ = [3, n0, _DGCR, 0, [_CN], [[0, 1]]];
|
|
1111
|
+
var DeleteGeofenceCollectionResponse$ = [3, n0, _DGCRe, 0, [], []];
|
|
1112
|
+
var DeleteKeyRequest$ = [
|
|
1113
1113
|
3,
|
|
1114
1114
|
n0,
|
|
1115
1115
|
_DKR,
|
|
@@ -1120,17 +1120,17 @@ var DeleteKeyRequest = [
|
|
|
1120
1120
|
[2, { [_hQ]: _fD }],
|
|
1121
1121
|
],
|
|
1122
1122
|
];
|
|
1123
|
-
var DeleteKeyResponse = [3, n0, _DKRe, 0, [], []];
|
|
1124
|
-
var DeleteMapRequest = [3, n0, _DMR, 0, [_MN], [[0, 1]]];
|
|
1125
|
-
var DeleteMapResponse = [3, n0, _DMRe, 0, [], []];
|
|
1126
|
-
var DeletePlaceIndexRequest = [3, n0, _DPIR, 0, [_IN], [[0, 1]]];
|
|
1127
|
-
var DeletePlaceIndexResponse = [3, n0, _DPIRe, 0, [], []];
|
|
1128
|
-
var DeleteRouteCalculatorRequest = [3, n0, _DRCR, 0, [_CNa], [[0, 1]]];
|
|
1129
|
-
var DeleteRouteCalculatorResponse = [3, n0, _DRCRe, 0, [], []];
|
|
1130
|
-
var DeleteTrackerRequest = [3, n0, _DTR, 0, [_TN], [[0, 1]]];
|
|
1131
|
-
var DeleteTrackerResponse = [3, n0, _DTRe, 0, [], []];
|
|
1132
|
-
var DescribeGeofenceCollectionRequest = [3, n0, _DGCRes, 0, [_CN], [[0, 1]]];
|
|
1133
|
-
var DescribeGeofenceCollectionResponse = [
|
|
1123
|
+
var DeleteKeyResponse$ = [3, n0, _DKRe, 0, [], []];
|
|
1124
|
+
var DeleteMapRequest$ = [3, n0, _DMR, 0, [_MN], [[0, 1]]];
|
|
1125
|
+
var DeleteMapResponse$ = [3, n0, _DMRe, 0, [], []];
|
|
1126
|
+
var DeletePlaceIndexRequest$ = [3, n0, _DPIR, 0, [_IN], [[0, 1]]];
|
|
1127
|
+
var DeletePlaceIndexResponse$ = [3, n0, _DPIRe, 0, [], []];
|
|
1128
|
+
var DeleteRouteCalculatorRequest$ = [3, n0, _DRCR, 0, [_CNa], [[0, 1]]];
|
|
1129
|
+
var DeleteRouteCalculatorResponse$ = [3, n0, _DRCRe, 0, [], []];
|
|
1130
|
+
var DeleteTrackerRequest$ = [3, n0, _DTR, 0, [_TN], [[0, 1]]];
|
|
1131
|
+
var DeleteTrackerResponse$ = [3, n0, _DTRe, 0, [], []];
|
|
1132
|
+
var DescribeGeofenceCollectionRequest$ = [3, n0, _DGCRes, 0, [_CN], [[0, 1]]];
|
|
1133
|
+
var DescribeGeofenceCollectionResponse$ = [
|
|
1134
1134
|
3,
|
|
1135
1135
|
n0,
|
|
1136
1136
|
_DGCResc,
|
|
@@ -1138,8 +1138,8 @@ var DescribeGeofenceCollectionResponse = [
|
|
|
1138
1138
|
[_CN, _CAo, _De, _PP, _PPDS, _KKI, _Ta, _CT, _UT, _GC],
|
|
1139
1139
|
[0, 0, 0, 0, 0, 0, 128 | 0, [() => Timestamp, 0], [() => Timestamp, 0], 1],
|
|
1140
1140
|
];
|
|
1141
|
-
var DescribeKeyRequest = [3, n0, _DKRes, 0, [_KN], [[0, 1]]];
|
|
1142
|
-
var DescribeKeyResponse = [
|
|
1141
|
+
var DescribeKeyRequest$ = [3, n0, _DKRes, 0, [_KN], [[0, 1]]];
|
|
1142
|
+
var DescribeKeyResponse$ = [
|
|
1143
1143
|
3,
|
|
1144
1144
|
n0,
|
|
1145
1145
|
_DKResc,
|
|
@@ -1149,7 +1149,7 @@ var DescribeKeyResponse = [
|
|
|
1149
1149
|
[() => ApiKey, 0],
|
|
1150
1150
|
0,
|
|
1151
1151
|
0,
|
|
1152
|
-
[() => ApiKeyRestrictions
|
|
1152
|
+
[() => ApiKeyRestrictions$, 0],
|
|
1153
1153
|
[() => Timestamp, 0],
|
|
1154
1154
|
[() => Timestamp, 0],
|
|
1155
1155
|
[() => Timestamp, 0],
|
|
@@ -1157,26 +1157,26 @@ var DescribeKeyResponse = [
|
|
|
1157
1157
|
128 | 0,
|
|
1158
1158
|
],
|
|
1159
1159
|
];
|
|
1160
|
-
var DescribeMapRequest = [3, n0, _DMRes, 0, [_MN], [[0, 1]]];
|
|
1161
|
-
var DescribeMapResponse = [
|
|
1160
|
+
var DescribeMapRequest$ = [3, n0, _DMRes, 0, [_MN], [[0, 1]]];
|
|
1161
|
+
var DescribeMapResponse$ = [
|
|
1162
1162
|
3,
|
|
1163
1163
|
n0,
|
|
1164
1164
|
_DMResc,
|
|
1165
1165
|
0,
|
|
1166
1166
|
[_MN, _MA, _PP, _DS, _Co, _De, _Ta, _CT, _UT],
|
|
1167
|
-
[0, 0, 0, 0, [() => MapConfiguration
|
|
1167
|
+
[0, 0, 0, 0, [() => MapConfiguration$, 0], 0, 128 | 0, [() => Timestamp, 0], [() => Timestamp, 0]],
|
|
1168
1168
|
];
|
|
1169
|
-
var DescribePlaceIndexRequest = [3, n0, _DPIRes, 0, [_IN], [[0, 1]]];
|
|
1170
|
-
var DescribePlaceIndexResponse = [
|
|
1169
|
+
var DescribePlaceIndexRequest$ = [3, n0, _DPIRes, 0, [_IN], [[0, 1]]];
|
|
1170
|
+
var DescribePlaceIndexResponse$ = [
|
|
1171
1171
|
3,
|
|
1172
1172
|
n0,
|
|
1173
1173
|
_DPIResc,
|
|
1174
1174
|
0,
|
|
1175
1175
|
[_IN, _IA, _PP, _De, _CT, _UT, _DS, _DSC, _Ta],
|
|
1176
|
-
[0, 0, 0, 0, [() => Timestamp, 0], [() => Timestamp, 0], 0, () => DataSourceConfiguration
|
|
1176
|
+
[0, 0, 0, 0, [() => Timestamp, 0], [() => Timestamp, 0], 0, () => DataSourceConfiguration$, 128 | 0],
|
|
1177
1177
|
];
|
|
1178
|
-
var DescribeRouteCalculatorRequest = [3, n0, _DRCRes, 0, [_CNa], [[0, 1]]];
|
|
1179
|
-
var DescribeRouteCalculatorResponse = [
|
|
1178
|
+
var DescribeRouteCalculatorRequest$ = [3, n0, _DRCRes, 0, [_CNa], [[0, 1]]];
|
|
1179
|
+
var DescribeRouteCalculatorResponse$ = [
|
|
1180
1180
|
3,
|
|
1181
1181
|
n0,
|
|
1182
1182
|
_DRCResc,
|
|
@@ -1184,8 +1184,8 @@ var DescribeRouteCalculatorResponse = [
|
|
|
1184
1184
|
[_CNa, _CAa, _PP, _De, _CT, _UT, _DS, _Ta],
|
|
1185
1185
|
[0, 0, 0, 0, [() => Timestamp, 0], [() => Timestamp, 0], 0, 128 | 0],
|
|
1186
1186
|
];
|
|
1187
|
-
var DescribeTrackerRequest = [3, n0, _DTRes, 0, [_TN], [[0, 1]]];
|
|
1188
|
-
var DescribeTrackerResponse = [
|
|
1187
|
+
var DescribeTrackerRequest$ = [3, n0, _DTRes, 0, [_TN], [[0, 1]]];
|
|
1188
|
+
var DescribeTrackerResponse$ = [
|
|
1189
1189
|
3,
|
|
1190
1190
|
n0,
|
|
1191
1191
|
_DTResc,
|
|
@@ -1193,7 +1193,7 @@ var DescribeTrackerResponse = [
|
|
|
1193
1193
|
[_TN, _TA, _De, _PP, _PPDS, _Ta, _CT, _UT, _KKI, _PF, _EBE, _KKEGQ],
|
|
1194
1194
|
[0, 0, 0, 0, 0, 128 | 0, [() => Timestamp, 0], [() => Timestamp, 0], 0, 0, 2, 2],
|
|
1195
1195
|
];
|
|
1196
|
-
var DevicePosition = [
|
|
1196
|
+
var DevicePosition$ = [
|
|
1197
1197
|
3,
|
|
1198
1198
|
n0,
|
|
1199
1199
|
_DPev,
|
|
@@ -1204,19 +1204,19 @@ var DevicePosition = [
|
|
|
1204
1204
|
[() => Timestamp, 0],
|
|
1205
1205
|
[() => Timestamp, 0],
|
|
1206
1206
|
[() => Position, 0],
|
|
1207
|
-
[() => PositionalAccuracy
|
|
1207
|
+
[() => PositionalAccuracy$, 0],
|
|
1208
1208
|
[() => PositionPropertyMap, 0],
|
|
1209
1209
|
],
|
|
1210
1210
|
];
|
|
1211
|
-
var DevicePositionUpdate = [
|
|
1211
|
+
var DevicePositionUpdate$ = [
|
|
1212
1212
|
3,
|
|
1213
1213
|
n0,
|
|
1214
1214
|
_DPUe,
|
|
1215
1215
|
0,
|
|
1216
1216
|
[_DI, _ST, _Po, _A, _PPo],
|
|
1217
|
-
[0, [() => Timestamp, 0], [() => Position, 0], [() => PositionalAccuracy
|
|
1217
|
+
[0, [() => Timestamp, 0], [() => Position, 0], [() => PositionalAccuracy$, 0], [() => PositionPropertyMap, 0]],
|
|
1218
1218
|
];
|
|
1219
|
-
var DeviceState = [
|
|
1219
|
+
var DeviceState$ = [
|
|
1220
1220
|
3,
|
|
1221
1221
|
n0,
|
|
1222
1222
|
_DSe,
|
|
@@ -1226,13 +1226,13 @@ var DeviceState = [
|
|
|
1226
1226
|
0,
|
|
1227
1227
|
[() => Timestamp, 0],
|
|
1228
1228
|
[() => Position, 0],
|
|
1229
|
-
[() => PositionalAccuracy
|
|
1229
|
+
[() => PositionalAccuracy$, 0],
|
|
1230
1230
|
0,
|
|
1231
1231
|
() => WiFiAccessPointList,
|
|
1232
|
-
() => CellSignals
|
|
1232
|
+
() => CellSignals$,
|
|
1233
1233
|
],
|
|
1234
1234
|
];
|
|
1235
|
-
var DisassociateTrackerConsumerRequest = [
|
|
1235
|
+
var DisassociateTrackerConsumerRequest$ = [
|
|
1236
1236
|
3,
|
|
1237
1237
|
n0,
|
|
1238
1238
|
_DTCR,
|
|
@@ -1243,8 +1243,8 @@ var DisassociateTrackerConsumerRequest = [
|
|
|
1243
1243
|
[0, 1],
|
|
1244
1244
|
],
|
|
1245
1245
|
];
|
|
1246
|
-
var DisassociateTrackerConsumerResponse = [3, n0, _DTCRi, 0, [], []];
|
|
1247
|
-
var ForecastedEvent = [
|
|
1246
|
+
var DisassociateTrackerConsumerResponse$ = [3, n0, _DTCRi, 0, [], []];
|
|
1247
|
+
var ForecastedEvent$ = [
|
|
1248
1248
|
3,
|
|
1249
1249
|
n0,
|
|
1250
1250
|
_FE,
|
|
@@ -1252,7 +1252,7 @@ var ForecastedEvent = [
|
|
|
1252
1252
|
[_EI, _GI, _IDIG, _ND, _ETv, _FBT, _GP],
|
|
1253
1253
|
[0, 0, 2, 1, 0, [() => Timestamp, 0], [() => PropertyMap, 0]],
|
|
1254
1254
|
];
|
|
1255
|
-
var ForecastGeofenceEventsDeviceState = [
|
|
1255
|
+
var ForecastGeofenceEventsDeviceState$ = [
|
|
1256
1256
|
3,
|
|
1257
1257
|
n0,
|
|
1258
1258
|
_FGEDS,
|
|
@@ -1260,15 +1260,15 @@ var ForecastGeofenceEventsDeviceState = [
|
|
|
1260
1260
|
[_Po, _Sp],
|
|
1261
1261
|
[[() => Position, 0], 1],
|
|
1262
1262
|
];
|
|
1263
|
-
var ForecastGeofenceEventsRequest = [
|
|
1263
|
+
var ForecastGeofenceEventsRequest$ = [
|
|
1264
1264
|
3,
|
|
1265
1265
|
n0,
|
|
1266
1266
|
_FGER,
|
|
1267
1267
|
0,
|
|
1268
1268
|
[_CN, _DSe, _THM, _DU, _SU, _NT, _MR],
|
|
1269
|
-
[[0, 1], [() => ForecastGeofenceEventsDeviceState
|
|
1269
|
+
[[0, 1], [() => ForecastGeofenceEventsDeviceState$, 0], 1, 0, 0, 0, 1],
|
|
1270
1270
|
];
|
|
1271
|
-
var ForecastGeofenceEventsResponse = [
|
|
1271
|
+
var ForecastGeofenceEventsResponse$ = [
|
|
1272
1272
|
3,
|
|
1273
1273
|
n0,
|
|
1274
1274
|
_FGERo,
|
|
@@ -1276,7 +1276,7 @@ var ForecastGeofenceEventsResponse = [
|
|
|
1276
1276
|
[_FEo, _NT, _DU, _SU],
|
|
1277
1277
|
[[() => ForecastedEventsList, 0], 0, 0, 0],
|
|
1278
1278
|
];
|
|
1279
|
-
var GeofenceGeometry = [
|
|
1279
|
+
var GeofenceGeometry$ = [
|
|
1280
1280
|
3,
|
|
1281
1281
|
n0,
|
|
1282
1282
|
_GG,
|
|
@@ -1284,12 +1284,12 @@ var GeofenceGeometry = [
|
|
|
1284
1284
|
[_Pol, _Ci, _Ge, _MP],
|
|
1285
1285
|
[
|
|
1286
1286
|
[() => LinearRings, 0],
|
|
1287
|
-
[() => Circle
|
|
1287
|
+
[() => Circle$, 0],
|
|
1288
1288
|
[() => Base64EncodedGeobuf, 0],
|
|
1289
1289
|
[() => MultiLinearRings, 0],
|
|
1290
1290
|
],
|
|
1291
1291
|
];
|
|
1292
|
-
var GetDevicePositionHistoryRequest = [
|
|
1292
|
+
var GetDevicePositionHistoryRequest$ = [
|
|
1293
1293
|
3,
|
|
1294
1294
|
n0,
|
|
1295
1295
|
_GDPHR,
|
|
@@ -1297,7 +1297,7 @@ var GetDevicePositionHistoryRequest = [
|
|
|
1297
1297
|
[_TN, _DI, _NT, _STI, _ETE, _MR],
|
|
1298
1298
|
[[0, 1], [0, 1], 0, [() => Timestamp, 0], [() => Timestamp, 0], 1],
|
|
1299
1299
|
];
|
|
1300
|
-
var GetDevicePositionHistoryResponse = [
|
|
1300
|
+
var GetDevicePositionHistoryResponse$ = [
|
|
1301
1301
|
3,
|
|
1302
1302
|
n0,
|
|
1303
1303
|
_GDPHRe,
|
|
@@ -1305,7 +1305,7 @@ var GetDevicePositionHistoryResponse = [
|
|
|
1305
1305
|
[_DP, _NT],
|
|
1306
1306
|
[[() => DevicePositionList, 0], 0],
|
|
1307
1307
|
];
|
|
1308
|
-
var GetDevicePositionRequest = [
|
|
1308
|
+
var GetDevicePositionRequest$ = [
|
|
1309
1309
|
3,
|
|
1310
1310
|
n0,
|
|
1311
1311
|
_GDPR,
|
|
@@ -1316,7 +1316,7 @@ var GetDevicePositionRequest = [
|
|
|
1316
1316
|
[0, 1],
|
|
1317
1317
|
],
|
|
1318
1318
|
];
|
|
1319
|
-
var GetDevicePositionResponse = [
|
|
1319
|
+
var GetDevicePositionResponse$ = [
|
|
1320
1320
|
3,
|
|
1321
1321
|
n0,
|
|
1322
1322
|
_GDPRe,
|
|
@@ -1327,11 +1327,11 @@ var GetDevicePositionResponse = [
|
|
|
1327
1327
|
[() => Timestamp, 0],
|
|
1328
1328
|
[() => Timestamp, 0],
|
|
1329
1329
|
[() => Position, 0],
|
|
1330
|
-
[() => PositionalAccuracy
|
|
1330
|
+
[() => PositionalAccuracy$, 0],
|
|
1331
1331
|
[() => PositionPropertyMap, 0],
|
|
1332
1332
|
],
|
|
1333
1333
|
];
|
|
1334
|
-
var GetGeofenceRequest = [
|
|
1334
|
+
var GetGeofenceRequest$ = [
|
|
1335
1335
|
3,
|
|
1336
1336
|
n0,
|
|
1337
1337
|
_GGR,
|
|
@@ -1342,15 +1342,15 @@ var GetGeofenceRequest = [
|
|
|
1342
1342
|
[0, 1],
|
|
1343
1343
|
],
|
|
1344
1344
|
];
|
|
1345
|
-
var GetGeofenceResponse = [
|
|
1345
|
+
var GetGeofenceResponse$ = [
|
|
1346
1346
|
3,
|
|
1347
1347
|
n0,
|
|
1348
1348
|
_GGRe,
|
|
1349
1349
|
0,
|
|
1350
1350
|
[_GI, _G, _St, _CT, _UT, _GP],
|
|
1351
|
-
[0, [() => GeofenceGeometry
|
|
1351
|
+
[0, [() => GeofenceGeometry$, 0], 0, [() => Timestamp, 0], [() => Timestamp, 0], [() => PropertyMap, 0]],
|
|
1352
1352
|
];
|
|
1353
|
-
var GetMapGlyphsRequest = [
|
|
1353
|
+
var GetMapGlyphsRequest$ = [
|
|
1354
1354
|
3,
|
|
1355
1355
|
n0,
|
|
1356
1356
|
_GMGR,
|
|
@@ -1363,7 +1363,7 @@ var GetMapGlyphsRequest = [
|
|
|
1363
1363
|
[() => ApiKey, { [_hQ]: _k }],
|
|
1364
1364
|
],
|
|
1365
1365
|
];
|
|
1366
|
-
var GetMapGlyphsResponse = [
|
|
1366
|
+
var GetMapGlyphsResponse$ = [
|
|
1367
1367
|
3,
|
|
1368
1368
|
n0,
|
|
1369
1369
|
_GMGRe,
|
|
@@ -1375,7 +1375,7 @@ var GetMapGlyphsResponse = [
|
|
|
1375
1375
|
[0, { [_hH]: _CC_ }],
|
|
1376
1376
|
],
|
|
1377
1377
|
];
|
|
1378
|
-
var GetMapSpritesRequest = [
|
|
1378
|
+
var GetMapSpritesRequest$ = [
|
|
1379
1379
|
3,
|
|
1380
1380
|
n0,
|
|
1381
1381
|
_GMSR,
|
|
@@ -1387,7 +1387,7 @@ var GetMapSpritesRequest = [
|
|
|
1387
1387
|
[() => ApiKey, { [_hQ]: _k }],
|
|
1388
1388
|
],
|
|
1389
1389
|
];
|
|
1390
|
-
var GetMapSpritesResponse = [
|
|
1390
|
+
var GetMapSpritesResponse$ = [
|
|
1391
1391
|
3,
|
|
1392
1392
|
n0,
|
|
1393
1393
|
_GMSRe,
|
|
@@ -1399,7 +1399,7 @@ var GetMapSpritesResponse = [
|
|
|
1399
1399
|
[0, { [_hH]: _CC_ }],
|
|
1400
1400
|
],
|
|
1401
1401
|
];
|
|
1402
|
-
var GetMapStyleDescriptorRequest = [
|
|
1402
|
+
var GetMapStyleDescriptorRequest$ = [
|
|
1403
1403
|
3,
|
|
1404
1404
|
n0,
|
|
1405
1405
|
_GMSDR,
|
|
@@ -1410,7 +1410,7 @@ var GetMapStyleDescriptorRequest = [
|
|
|
1410
1410
|
[() => ApiKey, { [_hQ]: _k }],
|
|
1411
1411
|
],
|
|
1412
1412
|
];
|
|
1413
|
-
var GetMapStyleDescriptorResponse = [
|
|
1413
|
+
var GetMapStyleDescriptorResponse$ = [
|
|
1414
1414
|
3,
|
|
1415
1415
|
n0,
|
|
1416
1416
|
_GMSDRe,
|
|
@@ -1422,7 +1422,7 @@ var GetMapStyleDescriptorResponse = [
|
|
|
1422
1422
|
[0, { [_hH]: _CC_ }],
|
|
1423
1423
|
],
|
|
1424
1424
|
];
|
|
1425
|
-
var GetMapTileRequest = [
|
|
1425
|
+
var GetMapTileRequest$ = [
|
|
1426
1426
|
3,
|
|
1427
1427
|
n0,
|
|
1428
1428
|
_GMTR,
|
|
@@ -1436,7 +1436,7 @@ var GetMapTileRequest = [
|
|
|
1436
1436
|
[() => ApiKey, { [_hQ]: _k }],
|
|
1437
1437
|
],
|
|
1438
1438
|
];
|
|
1439
|
-
var GetMapTileResponse = [
|
|
1439
|
+
var GetMapTileResponse$ = [
|
|
1440
1440
|
3,
|
|
1441
1441
|
n0,
|
|
1442
1442
|
_GMTRe,
|
|
@@ -1448,7 +1448,7 @@ var GetMapTileResponse = [
|
|
|
1448
1448
|
[0, { [_hH]: _CC_ }],
|
|
1449
1449
|
],
|
|
1450
1450
|
];
|
|
1451
|
-
var GetPlaceRequest = [
|
|
1451
|
+
var GetPlaceRequest$ = [
|
|
1452
1452
|
3,
|
|
1453
1453
|
n0,
|
|
1454
1454
|
_GPR,
|
|
@@ -1461,16 +1461,16 @@ var GetPlaceRequest = [
|
|
|
1461
1461
|
[() => ApiKey, { [_hQ]: _k }],
|
|
1462
1462
|
],
|
|
1463
1463
|
];
|
|
1464
|
-
var GetPlaceResponse = [3, n0, _GPRe, 0, [_Pl], [[() => Place
|
|
1465
|
-
var InferredState = [
|
|
1464
|
+
var GetPlaceResponse$ = [3, n0, _GPRe, 0, [_Pl], [[() => Place$, 0]]];
|
|
1465
|
+
var InferredState$ = [
|
|
1466
1466
|
3,
|
|
1467
1467
|
n0,
|
|
1468
1468
|
_IS,
|
|
1469
1469
|
0,
|
|
1470
1470
|
[_Po, _A, _DD, _PD],
|
|
1471
|
-
[[() => Position, 0], [() => PositionalAccuracy
|
|
1471
|
+
[[() => Position, 0], [() => PositionalAccuracy$, 0], 1, 2],
|
|
1472
1472
|
];
|
|
1473
|
-
var InternalServerException = [
|
|
1473
|
+
var InternalServerException$ = [
|
|
1474
1474
|
-3,
|
|
1475
1475
|
n0,
|
|
1476
1476
|
_ISE,
|
|
@@ -1478,8 +1478,8 @@ var InternalServerException = [
|
|
|
1478
1478
|
[_M],
|
|
1479
1479
|
[[0, { [_jN]: _m }]],
|
|
1480
1480
|
];
|
|
1481
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
1482
|
-
var Leg = [
|
|
1481
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
1482
|
+
var Leg$ = [
|
|
1483
1483
|
3,
|
|
1484
1484
|
n0,
|
|
1485
1485
|
_Le,
|
|
@@ -1490,20 +1490,20 @@ var Leg = [
|
|
|
1490
1490
|
[() => Position, 0],
|
|
1491
1491
|
[() => SensitiveDouble, 0],
|
|
1492
1492
|
[() => SensitiveDouble, 0],
|
|
1493
|
-
[() => LegGeometry
|
|
1493
|
+
[() => LegGeometry$, 0],
|
|
1494
1494
|
[() => StepList, 0],
|
|
1495
1495
|
],
|
|
1496
1496
|
];
|
|
1497
|
-
var LegGeometry = [3, n0, _LG, 0, [_LS], [[() => LineString, 0]]];
|
|
1498
|
-
var ListDevicePositionsRequest = [
|
|
1497
|
+
var LegGeometry$ = [3, n0, _LG, 0, [_LS], [[() => LineString, 0]]];
|
|
1498
|
+
var ListDevicePositionsRequest$ = [
|
|
1499
1499
|
3,
|
|
1500
1500
|
n0,
|
|
1501
1501
|
_LDPR,
|
|
1502
1502
|
0,
|
|
1503
1503
|
[_TN, _MR, _NT, _FG],
|
|
1504
|
-
[[0, 1], 1, 0, [() => TrackingFilterGeometry
|
|
1504
|
+
[[0, 1], 1, 0, [() => TrackingFilterGeometry$, 0]],
|
|
1505
1505
|
];
|
|
1506
|
-
var ListDevicePositionsResponse = [
|
|
1506
|
+
var ListDevicePositionsResponse$ = [
|
|
1507
1507
|
3,
|
|
1508
1508
|
n0,
|
|
1509
1509
|
_LDPRi,
|
|
@@ -1511,16 +1511,16 @@ var ListDevicePositionsResponse = [
|
|
|
1511
1511
|
[_En, _NT],
|
|
1512
1512
|
[[() => ListDevicePositionsResponseEntryList, 0], 0],
|
|
1513
1513
|
];
|
|
1514
|
-
var ListDevicePositionsResponseEntry = [
|
|
1514
|
+
var ListDevicePositionsResponseEntry$ = [
|
|
1515
1515
|
3,
|
|
1516
1516
|
n0,
|
|
1517
1517
|
_LDPRE,
|
|
1518
1518
|
0,
|
|
1519
1519
|
[_DI, _ST, _Po, _A, _PPo],
|
|
1520
|
-
[0, [() => Timestamp, 0], [() => Position, 0], [() => PositionalAccuracy
|
|
1520
|
+
[0, [() => Timestamp, 0], [() => Position, 0], [() => PositionalAccuracy$, 0], [() => PositionPropertyMap, 0]],
|
|
1521
1521
|
];
|
|
1522
|
-
var ListGeofenceCollectionsRequest = [3, n0, _LGCR, 0, [_MR, _NT], [1, 0]];
|
|
1523
|
-
var ListGeofenceCollectionsResponse = [
|
|
1522
|
+
var ListGeofenceCollectionsRequest$ = [3, n0, _LGCR, 0, [_MR, _NT], [1, 0]];
|
|
1523
|
+
var ListGeofenceCollectionsResponse$ = [
|
|
1524
1524
|
3,
|
|
1525
1525
|
n0,
|
|
1526
1526
|
_LGCRi,
|
|
@@ -1528,7 +1528,7 @@ var ListGeofenceCollectionsResponse = [
|
|
|
1528
1528
|
[_En, _NT],
|
|
1529
1529
|
[[() => ListGeofenceCollectionsResponseEntryList, 0], 0],
|
|
1530
1530
|
];
|
|
1531
|
-
var ListGeofenceCollectionsResponseEntry = [
|
|
1531
|
+
var ListGeofenceCollectionsResponseEntry$ = [
|
|
1532
1532
|
3,
|
|
1533
1533
|
n0,
|
|
1534
1534
|
_LGCRE,
|
|
@@ -1536,16 +1536,16 @@ var ListGeofenceCollectionsResponseEntry = [
|
|
|
1536
1536
|
[_CN, _De, _PP, _PPDS, _CT, _UT],
|
|
1537
1537
|
[0, 0, 0, 0, [() => Timestamp, 0], [() => Timestamp, 0]],
|
|
1538
1538
|
];
|
|
1539
|
-
var ListGeofenceResponseEntry = [
|
|
1539
|
+
var ListGeofenceResponseEntry$ = [
|
|
1540
1540
|
3,
|
|
1541
1541
|
n0,
|
|
1542
1542
|
_LGRE,
|
|
1543
1543
|
0,
|
|
1544
1544
|
[_GI, _G, _St, _CT, _UT, _GP],
|
|
1545
|
-
[0, [() => GeofenceGeometry
|
|
1545
|
+
[0, [() => GeofenceGeometry$, 0], 0, [() => Timestamp, 0], [() => Timestamp, 0], [() => PropertyMap, 0]],
|
|
1546
1546
|
];
|
|
1547
|
-
var ListGeofencesRequest = [3, n0, _LGR, 0, [_CN, _NT, _MR], [[0, 1], 0, 1]];
|
|
1548
|
-
var ListGeofencesResponse = [
|
|
1547
|
+
var ListGeofencesRequest$ = [3, n0, _LGR, 0, [_CN, _NT, _MR], [[0, 1], 0, 1]];
|
|
1548
|
+
var ListGeofencesResponse$ = [
|
|
1549
1549
|
3,
|
|
1550
1550
|
n0,
|
|
1551
1551
|
_LGRi,
|
|
@@ -1553,8 +1553,8 @@ var ListGeofencesResponse = [
|
|
|
1553
1553
|
[_En, _NT],
|
|
1554
1554
|
[[() => ListGeofenceResponseEntryList, 0], 0],
|
|
1555
1555
|
];
|
|
1556
|
-
var ListKeysRequest = [3, n0, _LKR, 0, [_MR, _NT, _F], [1, 0, () => ApiKeyFilter]];
|
|
1557
|
-
var ListKeysResponse = [
|
|
1556
|
+
var ListKeysRequest$ = [3, n0, _LKR, 0, [_MR, _NT, _F], [1, 0, () => ApiKeyFilter$]];
|
|
1557
|
+
var ListKeysResponse$ = [
|
|
1558
1558
|
3,
|
|
1559
1559
|
n0,
|
|
1560
1560
|
_LKRi,
|
|
@@ -1562,16 +1562,16 @@ var ListKeysResponse = [
|
|
|
1562
1562
|
[_En, _NT],
|
|
1563
1563
|
[[() => ListKeysResponseEntryList, 0], 0],
|
|
1564
1564
|
];
|
|
1565
|
-
var ListKeysResponseEntry = [
|
|
1565
|
+
var ListKeysResponseEntry$ = [
|
|
1566
1566
|
3,
|
|
1567
1567
|
n0,
|
|
1568
1568
|
_LKRE,
|
|
1569
1569
|
0,
|
|
1570
1570
|
[_KN, _ET, _De, _Re, _CT, _UT],
|
|
1571
|
-
[0, [() => Timestamp, 0], 0, [() => ApiKeyRestrictions
|
|
1571
|
+
[0, [() => Timestamp, 0], 0, [() => ApiKeyRestrictions$, 0], [() => Timestamp, 0], [() => Timestamp, 0]],
|
|
1572
1572
|
];
|
|
1573
|
-
var ListMapsRequest = [3, n0, _LMR, 0, [_MR, _NT], [1, 0]];
|
|
1574
|
-
var ListMapsResponse = [
|
|
1573
|
+
var ListMapsRequest$ = [3, n0, _LMR, 0, [_MR, _NT], [1, 0]];
|
|
1574
|
+
var ListMapsResponse$ = [
|
|
1575
1575
|
3,
|
|
1576
1576
|
n0,
|
|
1577
1577
|
_LMRi,
|
|
@@ -1579,7 +1579,7 @@ var ListMapsResponse = [
|
|
|
1579
1579
|
[_En, _NT],
|
|
1580
1580
|
[[() => ListMapsResponseEntryList, 0], 0],
|
|
1581
1581
|
];
|
|
1582
|
-
var ListMapsResponseEntry = [
|
|
1582
|
+
var ListMapsResponseEntry$ = [
|
|
1583
1583
|
3,
|
|
1584
1584
|
n0,
|
|
1585
1585
|
_LMRE,
|
|
@@ -1587,8 +1587,8 @@ var ListMapsResponseEntry = [
|
|
|
1587
1587
|
[_MN, _De, _DS, _PP, _CT, _UT],
|
|
1588
1588
|
[0, 0, 0, 0, [() => Timestamp, 0], [() => Timestamp, 0]],
|
|
1589
1589
|
];
|
|
1590
|
-
var ListPlaceIndexesRequest = [3, n0, _LPIR, 0, [_MR, _NT], [1, 0]];
|
|
1591
|
-
var ListPlaceIndexesResponse = [
|
|
1590
|
+
var ListPlaceIndexesRequest$ = [3, n0, _LPIR, 0, [_MR, _NT], [1, 0]];
|
|
1591
|
+
var ListPlaceIndexesResponse$ = [
|
|
1592
1592
|
3,
|
|
1593
1593
|
n0,
|
|
1594
1594
|
_LPIRi,
|
|
@@ -1596,7 +1596,7 @@ var ListPlaceIndexesResponse = [
|
|
|
1596
1596
|
[_En, _NT],
|
|
1597
1597
|
[[() => ListPlaceIndexesResponseEntryList, 0], 0],
|
|
1598
1598
|
];
|
|
1599
|
-
var ListPlaceIndexesResponseEntry = [
|
|
1599
|
+
var ListPlaceIndexesResponseEntry$ = [
|
|
1600
1600
|
3,
|
|
1601
1601
|
n0,
|
|
1602
1602
|
_LPIRE,
|
|
@@ -1604,8 +1604,8 @@ var ListPlaceIndexesResponseEntry = [
|
|
|
1604
1604
|
[_IN, _De, _DS, _PP, _CT, _UT],
|
|
1605
1605
|
[0, 0, 0, 0, [() => Timestamp, 0], [() => Timestamp, 0]],
|
|
1606
1606
|
];
|
|
1607
|
-
var ListRouteCalculatorsRequest = [3, n0, _LRCR, 0, [_MR, _NT], [1, 0]];
|
|
1608
|
-
var ListRouteCalculatorsResponse = [
|
|
1607
|
+
var ListRouteCalculatorsRequest$ = [3, n0, _LRCR, 0, [_MR, _NT], [1, 0]];
|
|
1608
|
+
var ListRouteCalculatorsResponse$ = [
|
|
1609
1609
|
3,
|
|
1610
1610
|
n0,
|
|
1611
1611
|
_LRCRi,
|
|
@@ -1613,7 +1613,7 @@ var ListRouteCalculatorsResponse = [
|
|
|
1613
1613
|
[_En, _NT],
|
|
1614
1614
|
[[() => ListRouteCalculatorsResponseEntryList, 0], 0],
|
|
1615
1615
|
];
|
|
1616
|
-
var ListRouteCalculatorsResponseEntry = [
|
|
1616
|
+
var ListRouteCalculatorsResponseEntry$ = [
|
|
1617
1617
|
3,
|
|
1618
1618
|
n0,
|
|
1619
1619
|
_LRCRE,
|
|
@@ -1621,12 +1621,12 @@ var ListRouteCalculatorsResponseEntry = [
|
|
|
1621
1621
|
[_CNa, _De, _DS, _PP, _CT, _UT],
|
|
1622
1622
|
[0, 0, 0, 0, [() => Timestamp, 0], [() => Timestamp, 0]],
|
|
1623
1623
|
];
|
|
1624
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
|
|
1625
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
|
|
1626
|
-
var ListTrackerConsumersRequest = [3, n0, _LTCR, 0, [_TN, _MR, _NT], [[0, 1], 1, 0]];
|
|
1627
|
-
var ListTrackerConsumersResponse = [3, n0, _LTCRi, 0, [_CAon, _NT], [64 | 0, 0]];
|
|
1628
|
-
var ListTrackersRequest = [3, n0, _LTR, 0, [_MR, _NT], [1, 0]];
|
|
1629
|
-
var ListTrackersResponse = [
|
|
1624
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
|
|
1625
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
|
|
1626
|
+
var ListTrackerConsumersRequest$ = [3, n0, _LTCR, 0, [_TN, _MR, _NT], [[0, 1], 1, 0]];
|
|
1627
|
+
var ListTrackerConsumersResponse$ = [3, n0, _LTCRi, 0, [_CAon, _NT], [64 | 0, 0]];
|
|
1628
|
+
var ListTrackersRequest$ = [3, n0, _LTR, 0, [_MR, _NT], [1, 0]];
|
|
1629
|
+
var ListTrackersResponse$ = [
|
|
1630
1630
|
3,
|
|
1631
1631
|
n0,
|
|
1632
1632
|
_LTRi,
|
|
@@ -1634,7 +1634,7 @@ var ListTrackersResponse = [
|
|
|
1634
1634
|
[_En, _NT],
|
|
1635
1635
|
[[() => ListTrackersResponseEntryList, 0], 0],
|
|
1636
1636
|
];
|
|
1637
|
-
var ListTrackersResponseEntry = [
|
|
1637
|
+
var ListTrackersResponseEntry$ = [
|
|
1638
1638
|
3,
|
|
1639
1639
|
n0,
|
|
1640
1640
|
_LTRE,
|
|
@@ -1642,16 +1642,16 @@ var ListTrackersResponseEntry = [
|
|
|
1642
1642
|
[_TN, _De, _PP, _PPDS, _CT, _UT],
|
|
1643
1643
|
[0, 0, 0, 0, [() => Timestamp, 0], [() => Timestamp, 0]],
|
|
1644
1644
|
];
|
|
1645
|
-
var LteCellDetails = [
|
|
1645
|
+
var LteCellDetails$ = [
|
|
1646
1646
|
3,
|
|
1647
1647
|
n0,
|
|
1648
1648
|
_LCD,
|
|
1649
1649
|
0,
|
|
1650
1650
|
[_CI, _Mc, _Mn, _LI, _NM, _TAi, _NC, _Rs, _Rsr, _Tac],
|
|
1651
|
-
[1, 1, 1, () => LteLocalId
|
|
1651
|
+
[1, 1, 1, () => LteLocalId$, () => LteNetworkMeasurementsList, 1, 2, 1, 1, 1],
|
|
1652
1652
|
];
|
|
1653
|
-
var LteLocalId = [3, n0, _LLI, 0, [_Ea, _Pc], [1, 1]];
|
|
1654
|
-
var LteNetworkMeasurements = [
|
|
1653
|
+
var LteLocalId$ = [3, n0, _LLI, 0, [_Ea, _Pc], [1, 1]];
|
|
1654
|
+
var LteNetworkMeasurements$ = [
|
|
1655
1655
|
3,
|
|
1656
1656
|
n0,
|
|
1657
1657
|
_LNM,
|
|
@@ -1659,7 +1659,7 @@ var LteNetworkMeasurements = [
|
|
|
1659
1659
|
[_Ea, _CI, _Pc, _Rs, _Rsr],
|
|
1660
1660
|
[1, 1, 1, 1, 1],
|
|
1661
1661
|
];
|
|
1662
|
-
var MapConfiguration = [
|
|
1662
|
+
var MapConfiguration$ = [
|
|
1663
1663
|
3,
|
|
1664
1664
|
n0,
|
|
1665
1665
|
_MC,
|
|
@@ -1667,7 +1667,7 @@ var MapConfiguration = [
|
|
|
1667
1667
|
[_Sty, _PV, _CL],
|
|
1668
1668
|
[0, [() => CountryCode3, 0], 64 | 0],
|
|
1669
1669
|
];
|
|
1670
|
-
var MapConfigurationUpdate = [
|
|
1670
|
+
var MapConfigurationUpdate$ = [
|
|
1671
1671
|
3,
|
|
1672
1672
|
n0,
|
|
1673
1673
|
_MCU,
|
|
@@ -1675,7 +1675,7 @@ var MapConfigurationUpdate = [
|
|
|
1675
1675
|
[_PV, _CL],
|
|
1676
1676
|
[[() => CountryCode3OrEmpty, 0], 64 | 0],
|
|
1677
1677
|
];
|
|
1678
|
-
var Place = [
|
|
1678
|
+
var Place$ = [
|
|
1679
1679
|
3,
|
|
1680
1680
|
n0,
|
|
1681
1681
|
_Pl,
|
|
@@ -1683,7 +1683,7 @@ var Place = [
|
|
|
1683
1683
|
[_Lab, _G, _AN, _Str, _N, _Mu, _SR, _Reg, _Cou, _PCo, _I, _TZ, _UTn, _UN, _Ca, _SC, _SM],
|
|
1684
1684
|
[
|
|
1685
1685
|
[() => SensitiveString, 0],
|
|
1686
|
-
[() => PlaceGeometry
|
|
1686
|
+
[() => PlaceGeometry$, 0],
|
|
1687
1687
|
[() => SensitiveString, 0],
|
|
1688
1688
|
[() => SensitiveString, 0],
|
|
1689
1689
|
[() => SensitiveString, 0],
|
|
@@ -1693,7 +1693,7 @@ var Place = [
|
|
|
1693
1693
|
[() => SensitiveString, 0],
|
|
1694
1694
|
[() => SensitiveString, 0],
|
|
1695
1695
|
[() => SensitiveBoolean, 0],
|
|
1696
|
-
[() => TimeZone
|
|
1696
|
+
[() => TimeZone$, 0],
|
|
1697
1697
|
[() => SensitiveString, 0],
|
|
1698
1698
|
[() => SensitiveString, 0],
|
|
1699
1699
|
[() => PlaceCategoryList, 0],
|
|
@@ -1701,9 +1701,9 @@ var Place = [
|
|
|
1701
1701
|
[() => SensitiveString, 0],
|
|
1702
1702
|
],
|
|
1703
1703
|
];
|
|
1704
|
-
var PlaceGeometry = [3, n0, _PG, 0, [_Poi], [[() => Position, 0]]];
|
|
1705
|
-
var PositionalAccuracy = [3, n0, _PA, 0, [_H], [[() => SensitiveDouble, 0]]];
|
|
1706
|
-
var PutGeofenceRequest = [
|
|
1704
|
+
var PlaceGeometry$ = [3, n0, _PG, 0, [_Poi], [[() => Position, 0]]];
|
|
1705
|
+
var PositionalAccuracy$ = [3, n0, _PA, 0, [_H], [[() => SensitiveDouble, 0]]];
|
|
1706
|
+
var PutGeofenceRequest$ = [
|
|
1707
1707
|
3,
|
|
1708
1708
|
n0,
|
|
1709
1709
|
_PGR,
|
|
@@ -1712,11 +1712,11 @@ var PutGeofenceRequest = [
|
|
|
1712
1712
|
[
|
|
1713
1713
|
[0, 1],
|
|
1714
1714
|
[0, 1],
|
|
1715
|
-
[() => GeofenceGeometry
|
|
1715
|
+
[() => GeofenceGeometry$, 0],
|
|
1716
1716
|
[() => PropertyMap, 0],
|
|
1717
1717
|
],
|
|
1718
1718
|
];
|
|
1719
|
-
var PutGeofenceResponse = [
|
|
1719
|
+
var PutGeofenceResponse$ = [
|
|
1720
1720
|
3,
|
|
1721
1721
|
n0,
|
|
1722
1722
|
_PGRu,
|
|
@@ -1724,7 +1724,7 @@ var PutGeofenceResponse = [
|
|
|
1724
1724
|
[_GI, _CT, _UT],
|
|
1725
1725
|
[0, [() => Timestamp, 0], [() => Timestamp, 0]],
|
|
1726
1726
|
];
|
|
1727
|
-
var ResourceNotFoundException = [
|
|
1727
|
+
var ResourceNotFoundException$ = [
|
|
1728
1728
|
-3,
|
|
1729
1729
|
n0,
|
|
1730
1730
|
_RNFE,
|
|
@@ -1732,29 +1732,29 @@ var ResourceNotFoundException = [
|
|
|
1732
1732
|
[_M],
|
|
1733
1733
|
[[0, { [_jN]: _m }]],
|
|
1734
1734
|
];
|
|
1735
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
1736
|
-
var RouteMatrixEntry = [
|
|
1735
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1736
|
+
var RouteMatrixEntry$ = [
|
|
1737
1737
|
3,
|
|
1738
1738
|
n0,
|
|
1739
1739
|
_RME,
|
|
1740
1740
|
0,
|
|
1741
1741
|
[_D, _DSu, _E],
|
|
1742
|
-
[[() => SensitiveDouble, 0], [() => SensitiveDouble, 0], () => RouteMatrixEntryError],
|
|
1742
|
+
[[() => SensitiveDouble, 0], [() => SensitiveDouble, 0], () => RouteMatrixEntryError$],
|
|
1743
1743
|
];
|
|
1744
|
-
var RouteMatrixEntryError = [3, n0, _RMEE, 0, [_C, _M], [0, 0]];
|
|
1745
|
-
var SearchForPositionResult = [
|
|
1744
|
+
var RouteMatrixEntryError$ = [3, n0, _RMEE, 0, [_C, _M], [0, 0]];
|
|
1745
|
+
var SearchForPositionResult$ = [
|
|
1746
1746
|
3,
|
|
1747
1747
|
n0,
|
|
1748
1748
|
_SFPR,
|
|
1749
1749
|
0,
|
|
1750
1750
|
[_Pl, _D, _PI],
|
|
1751
1751
|
[
|
|
1752
|
-
[() => Place
|
|
1752
|
+
[() => Place$, 0],
|
|
1753
1753
|
[() => SensitiveDouble, 0],
|
|
1754
1754
|
[() => PlaceId, 0],
|
|
1755
1755
|
],
|
|
1756
1756
|
];
|
|
1757
|
-
var SearchForSuggestionsResult = [
|
|
1757
|
+
var SearchForSuggestionsResult$ = [
|
|
1758
1758
|
3,
|
|
1759
1759
|
n0,
|
|
1760
1760
|
_SFSR,
|
|
@@ -1767,20 +1767,20 @@ var SearchForSuggestionsResult = [
|
|
|
1767
1767
|
[() => PlaceSupplementalCategoryList, 0],
|
|
1768
1768
|
],
|
|
1769
1769
|
];
|
|
1770
|
-
var SearchForTextResult = [
|
|
1770
|
+
var SearchForTextResult$ = [
|
|
1771
1771
|
3,
|
|
1772
1772
|
n0,
|
|
1773
1773
|
_SFTR,
|
|
1774
1774
|
0,
|
|
1775
1775
|
[_Pl, _D, _Rel, _PI],
|
|
1776
1776
|
[
|
|
1777
|
-
[() => Place
|
|
1777
|
+
[() => Place$, 0],
|
|
1778
1778
|
[() => SensitiveDouble, 0],
|
|
1779
1779
|
[() => SensitiveDouble, 0],
|
|
1780
1780
|
[() => PlaceId, 0],
|
|
1781
1781
|
],
|
|
1782
1782
|
];
|
|
1783
|
-
var SearchPlaceIndexForPositionRequest = [
|
|
1783
|
+
var SearchPlaceIndexForPositionRequest$ = [
|
|
1784
1784
|
3,
|
|
1785
1785
|
n0,
|
|
1786
1786
|
_SPIFPR,
|
|
@@ -1788,18 +1788,18 @@ var SearchPlaceIndexForPositionRequest = [
|
|
|
1788
1788
|
[_IN, _Po, _MR, _La, _K],
|
|
1789
1789
|
[[0, 1], [() => Position, 0], 1, 0, [() => ApiKey, { [_hQ]: _k }]],
|
|
1790
1790
|
];
|
|
1791
|
-
var SearchPlaceIndexForPositionResponse = [
|
|
1791
|
+
var SearchPlaceIndexForPositionResponse$ = [
|
|
1792
1792
|
3,
|
|
1793
1793
|
n0,
|
|
1794
1794
|
_SPIFPRe,
|
|
1795
1795
|
0,
|
|
1796
1796
|
[_Su, _Res],
|
|
1797
1797
|
[
|
|
1798
|
-
[() => SearchPlaceIndexForPositionSummary
|
|
1798
|
+
[() => SearchPlaceIndexForPositionSummary$, 0],
|
|
1799
1799
|
[() => SearchForPositionResultList, 0],
|
|
1800
1800
|
],
|
|
1801
1801
|
];
|
|
1802
|
-
var SearchPlaceIndexForPositionSummary = [
|
|
1802
|
+
var SearchPlaceIndexForPositionSummary$ = [
|
|
1803
1803
|
3,
|
|
1804
1804
|
n0,
|
|
1805
1805
|
_SPIFPS,
|
|
@@ -1807,7 +1807,7 @@ var SearchPlaceIndexForPositionSummary = [
|
|
|
1807
1807
|
[_Po, _MR, _DS, _La],
|
|
1808
1808
|
[[() => Position, 0], 1, 0, 0],
|
|
1809
1809
|
];
|
|
1810
|
-
var SearchPlaceIndexForSuggestionsRequest = [
|
|
1810
|
+
var SearchPlaceIndexForSuggestionsRequest$ = [
|
|
1811
1811
|
3,
|
|
1812
1812
|
n0,
|
|
1813
1813
|
_SPIFSR,
|
|
@@ -1825,18 +1825,18 @@ var SearchPlaceIndexForSuggestionsRequest = [
|
|
|
1825
1825
|
[() => ApiKey, { [_hQ]: _k }],
|
|
1826
1826
|
],
|
|
1827
1827
|
];
|
|
1828
|
-
var SearchPlaceIndexForSuggestionsResponse = [
|
|
1828
|
+
var SearchPlaceIndexForSuggestionsResponse$ = [
|
|
1829
1829
|
3,
|
|
1830
1830
|
n0,
|
|
1831
1831
|
_SPIFSRe,
|
|
1832
1832
|
0,
|
|
1833
1833
|
[_Su, _Res],
|
|
1834
1834
|
[
|
|
1835
|
-
[() => SearchPlaceIndexForSuggestionsSummary
|
|
1835
|
+
[() => SearchPlaceIndexForSuggestionsSummary$, 0],
|
|
1836
1836
|
[() => SearchForSuggestionsResultList, 0],
|
|
1837
1837
|
],
|
|
1838
1838
|
];
|
|
1839
|
-
var SearchPlaceIndexForSuggestionsSummary = [
|
|
1839
|
+
var SearchPlaceIndexForSuggestionsSummary$ = [
|
|
1840
1840
|
3,
|
|
1841
1841
|
n0,
|
|
1842
1842
|
_SPIFSS,
|
|
@@ -1853,7 +1853,7 @@ var SearchPlaceIndexForSuggestionsSummary = [
|
|
|
1853
1853
|
[() => FilterPlaceCategoryList, 0],
|
|
1854
1854
|
],
|
|
1855
1855
|
];
|
|
1856
|
-
var SearchPlaceIndexForTextRequest = [
|
|
1856
|
+
var SearchPlaceIndexForTextRequest$ = [
|
|
1857
1857
|
3,
|
|
1858
1858
|
n0,
|
|
1859
1859
|
_SPIFTR,
|
|
@@ -1871,18 +1871,18 @@ var SearchPlaceIndexForTextRequest = [
|
|
|
1871
1871
|
[() => ApiKey, { [_hQ]: _k }],
|
|
1872
1872
|
],
|
|
1873
1873
|
];
|
|
1874
|
-
var SearchPlaceIndexForTextResponse = [
|
|
1874
|
+
var SearchPlaceIndexForTextResponse$ = [
|
|
1875
1875
|
3,
|
|
1876
1876
|
n0,
|
|
1877
1877
|
_SPIFTRe,
|
|
1878
1878
|
0,
|
|
1879
1879
|
[_Su, _Res],
|
|
1880
1880
|
[
|
|
1881
|
-
[() => SearchPlaceIndexForTextSummary
|
|
1881
|
+
[() => SearchPlaceIndexForTextSummary$, 0],
|
|
1882
1882
|
[() => SearchForTextResultList, 0],
|
|
1883
1883
|
],
|
|
1884
1884
|
];
|
|
1885
|
-
var SearchPlaceIndexForTextSummary = [
|
|
1885
|
+
var SearchPlaceIndexForTextSummary$ = [
|
|
1886
1886
|
3,
|
|
1887
1887
|
n0,
|
|
1888
1888
|
_SPIFTS,
|
|
@@ -1900,7 +1900,7 @@ var SearchPlaceIndexForTextSummary = [
|
|
|
1900
1900
|
[() => FilterPlaceCategoryList, 0],
|
|
1901
1901
|
],
|
|
1902
1902
|
];
|
|
1903
|
-
var ServiceQuotaExceededException = [
|
|
1903
|
+
var ServiceQuotaExceededException$ = [
|
|
1904
1904
|
-3,
|
|
1905
1905
|
n0,
|
|
1906
1906
|
_SQEE,
|
|
@@ -1908,8 +1908,8 @@ var ServiceQuotaExceededException = [
|
|
|
1908
1908
|
[_M],
|
|
1909
1909
|
[[0, { [_jN]: _m }]],
|
|
1910
1910
|
];
|
|
1911
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
1912
|
-
var Step = [
|
|
1911
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1912
|
+
var Step$ = [
|
|
1913
1913
|
3,
|
|
1914
1914
|
n0,
|
|
1915
1915
|
_Step,
|
|
@@ -1917,11 +1917,18 @@ var Step = [
|
|
|
1917
1917
|
[_SP, _EP, _D, _DSu, _GO],
|
|
1918
1918
|
[[() => Position, 0], [() => Position, 0], [() => SensitiveDouble, 0], [() => SensitiveDouble, 0], 1],
|
|
1919
1919
|
];
|
|
1920
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [[0, 1], 128 | 0]];
|
|
1921
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1922
|
-
var ThrottlingException = [
|
|
1923
|
-
|
|
1924
|
-
|
|
1920
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _Ta], [[0, 1], 128 | 0]];
|
|
1921
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
1922
|
+
var ThrottlingException$ = [
|
|
1923
|
+
-3,
|
|
1924
|
+
n0,
|
|
1925
|
+
_TE,
|
|
1926
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
1927
|
+
[_M],
|
|
1928
|
+
[[0, { [_jN]: _m }]],
|
|
1929
|
+
];
|
|
1930
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1931
|
+
var TimeZone$ = [
|
|
1925
1932
|
3,
|
|
1926
1933
|
n0,
|
|
1927
1934
|
_TZ,
|
|
@@ -1932,8 +1939,8 @@ var TimeZone = [
|
|
|
1932
1939
|
[() => SensitiveInteger, 0],
|
|
1933
1940
|
],
|
|
1934
1941
|
];
|
|
1935
|
-
var TrackingFilterGeometry = [3, n0, _TFG, 0, [_Pol], [[() => LinearRings, 0]]];
|
|
1936
|
-
var TruckDimensions = [
|
|
1942
|
+
var TrackingFilterGeometry$ = [3, n0, _TFG, 0, [_Pol], [[() => LinearRings, 0]]];
|
|
1943
|
+
var TruckDimensions$ = [
|
|
1937
1944
|
3,
|
|
1938
1945
|
n0,
|
|
1939
1946
|
_TD,
|
|
@@ -1941,8 +1948,8 @@ var TruckDimensions = [
|
|
|
1941
1948
|
[_Len, _He, _Wi, _Un],
|
|
1942
1949
|
[[() => SensitiveDouble, 0], [() => SensitiveDouble, 0], [() => SensitiveDouble, 0], 0],
|
|
1943
1950
|
];
|
|
1944
|
-
var TruckWeight = [3, n0, _TW, 0, [_To, _Un], [[() => SensitiveDouble, 0], 0]];
|
|
1945
|
-
var UntagResourceRequest = [
|
|
1951
|
+
var TruckWeight$ = [3, n0, _TW, 0, [_To, _Un], [[() => SensitiveDouble, 0], 0]];
|
|
1952
|
+
var UntagResourceRequest$ = [
|
|
1946
1953
|
3,
|
|
1947
1954
|
n0,
|
|
1948
1955
|
_URR,
|
|
@@ -1953,8 +1960,8 @@ var UntagResourceRequest = [
|
|
|
1953
1960
|
[64 | 0, { [_hQ]: _tK }],
|
|
1954
1961
|
],
|
|
1955
1962
|
];
|
|
1956
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1957
|
-
var UpdateGeofenceCollectionRequest = [
|
|
1963
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
1964
|
+
var UpdateGeofenceCollectionRequest$ = [
|
|
1958
1965
|
3,
|
|
1959
1966
|
n0,
|
|
1960
1967
|
_UGCR,
|
|
@@ -1962,7 +1969,7 @@ var UpdateGeofenceCollectionRequest = [
|
|
|
1962
1969
|
[_CN, _PP, _PPDS, _De],
|
|
1963
1970
|
[[0, 1], 0, 0, 0],
|
|
1964
1971
|
];
|
|
1965
|
-
var UpdateGeofenceCollectionResponse = [
|
|
1972
|
+
var UpdateGeofenceCollectionResponse$ = [
|
|
1966
1973
|
3,
|
|
1967
1974
|
n0,
|
|
1968
1975
|
_UGCRp,
|
|
@@ -1970,33 +1977,33 @@ var UpdateGeofenceCollectionResponse = [
|
|
|
1970
1977
|
[_CN, _CAo, _UT],
|
|
1971
1978
|
[0, 0, [() => Timestamp, 0]],
|
|
1972
1979
|
];
|
|
1973
|
-
var UpdateKeyRequest = [
|
|
1980
|
+
var UpdateKeyRequest$ = [
|
|
1974
1981
|
3,
|
|
1975
1982
|
n0,
|
|
1976
1983
|
_UKR,
|
|
1977
1984
|
0,
|
|
1978
1985
|
[_KN, _De, _ET, _NE, _FU, _Re],
|
|
1979
|
-
[[0, 1], 0, [() => Timestamp, 0], 2, 2, [() => ApiKeyRestrictions
|
|
1986
|
+
[[0, 1], 0, [() => Timestamp, 0], 2, 2, [() => ApiKeyRestrictions$, 0]],
|
|
1980
1987
|
];
|
|
1981
|
-
var UpdateKeyResponse = [3, n0, _UKRp, 0, [_KA, _KN, _UT], [0, 0, [() => Timestamp, 0]]];
|
|
1982
|
-
var UpdateMapRequest = [
|
|
1988
|
+
var UpdateKeyResponse$ = [3, n0, _UKRp, 0, [_KA, _KN, _UT], [0, 0, [() => Timestamp, 0]]];
|
|
1989
|
+
var UpdateMapRequest$ = [
|
|
1983
1990
|
3,
|
|
1984
1991
|
n0,
|
|
1985
1992
|
_UMR,
|
|
1986
1993
|
0,
|
|
1987
1994
|
[_MN, _PP, _De, _CU],
|
|
1988
|
-
[[0, 1], 0, 0, [() => MapConfigurationUpdate
|
|
1995
|
+
[[0, 1], 0, 0, [() => MapConfigurationUpdate$, 0]],
|
|
1989
1996
|
];
|
|
1990
|
-
var UpdateMapResponse = [3, n0, _UMRp, 0, [_MN, _MA, _UT], [0, 0, [() => Timestamp, 0]]];
|
|
1991
|
-
var UpdatePlaceIndexRequest = [
|
|
1997
|
+
var UpdateMapResponse$ = [3, n0, _UMRp, 0, [_MN, _MA, _UT], [0, 0, [() => Timestamp, 0]]];
|
|
1998
|
+
var UpdatePlaceIndexRequest$ = [
|
|
1992
1999
|
3,
|
|
1993
2000
|
n0,
|
|
1994
2001
|
_UPIR,
|
|
1995
2002
|
0,
|
|
1996
2003
|
[_IN, _PP, _De, _DSC],
|
|
1997
|
-
[[0, 1], 0, 0, () => DataSourceConfiguration],
|
|
2004
|
+
[[0, 1], 0, 0, () => DataSourceConfiguration$],
|
|
1998
2005
|
];
|
|
1999
|
-
var UpdatePlaceIndexResponse = [
|
|
2006
|
+
var UpdatePlaceIndexResponse$ = [
|
|
2000
2007
|
3,
|
|
2001
2008
|
n0,
|
|
2002
2009
|
_UPIRp,
|
|
@@ -2004,8 +2011,8 @@ var UpdatePlaceIndexResponse = [
|
|
|
2004
2011
|
[_IN, _IA, _UT],
|
|
2005
2012
|
[0, 0, [() => Timestamp, 0]],
|
|
2006
2013
|
];
|
|
2007
|
-
var UpdateRouteCalculatorRequest = [3, n0, _URCR, 0, [_CNa, _PP, _De], [[0, 1], 0, 0]];
|
|
2008
|
-
var UpdateRouteCalculatorResponse = [
|
|
2014
|
+
var UpdateRouteCalculatorRequest$ = [3, n0, _URCR, 0, [_CNa, _PP, _De], [[0, 1], 0, 0]];
|
|
2015
|
+
var UpdateRouteCalculatorResponse$ = [
|
|
2009
2016
|
3,
|
|
2010
2017
|
n0,
|
|
2011
2018
|
_URCRp,
|
|
@@ -2013,7 +2020,7 @@ var UpdateRouteCalculatorResponse = [
|
|
|
2013
2020
|
[_CNa, _CAa, _UT],
|
|
2014
2021
|
[0, 0, [() => Timestamp, 0]],
|
|
2015
2022
|
];
|
|
2016
|
-
var UpdateTrackerRequest = [
|
|
2023
|
+
var UpdateTrackerRequest$ = [
|
|
2017
2024
|
3,
|
|
2018
2025
|
n0,
|
|
2019
2026
|
_UTR,
|
|
@@ -2021,7 +2028,7 @@ var UpdateTrackerRequest = [
|
|
|
2021
2028
|
[_TN, _PP, _PPDS, _De, _PF, _EBE, _KKEGQ],
|
|
2022
2029
|
[[0, 1], 0, 0, 0, 0, 2, 2],
|
|
2023
2030
|
];
|
|
2024
|
-
var UpdateTrackerResponse = [
|
|
2031
|
+
var UpdateTrackerResponse$ = [
|
|
2025
2032
|
3,
|
|
2026
2033
|
n0,
|
|
2027
2034
|
_UTRp,
|
|
@@ -2029,7 +2036,7 @@ var UpdateTrackerResponse = [
|
|
|
2029
2036
|
[_TN, _TA, _UT],
|
|
2030
2037
|
[0, 0, [() => Timestamp, 0]],
|
|
2031
2038
|
];
|
|
2032
|
-
var ValidationException = [
|
|
2039
|
+
var ValidationException$ = [
|
|
2033
2040
|
-3,
|
|
2034
2041
|
n0,
|
|
2035
2042
|
_VE,
|
|
@@ -2041,8 +2048,8 @@ var ValidationException = [
|
|
|
2041
2048
|
[() => ValidationExceptionFieldList, { [_jN]: _fL }],
|
|
2042
2049
|
],
|
|
2043
2050
|
];
|
|
2044
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
2045
|
-
var ValidationExceptionField = [
|
|
2051
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
2052
|
+
var ValidationExceptionField$ = [
|
|
2046
2053
|
3,
|
|
2047
2054
|
n0,
|
|
2048
2055
|
_VEF,
|
|
@@ -2053,66 +2060,54 @@ var ValidationExceptionField = [
|
|
|
2053
2060
|
[0, { [_jN]: _m }],
|
|
2054
2061
|
],
|
|
2055
2062
|
];
|
|
2056
|
-
var VerifyDevicePositionRequest = [
|
|
2063
|
+
var VerifyDevicePositionRequest$ = [
|
|
2057
2064
|
3,
|
|
2058
2065
|
n0,
|
|
2059
2066
|
_VDPR,
|
|
2060
2067
|
0,
|
|
2061
2068
|
[_TN, _DSe, _DU],
|
|
2062
|
-
[[0, 1], [() => DeviceState
|
|
2069
|
+
[[0, 1], [() => DeviceState$, 0], 0],
|
|
2063
2070
|
];
|
|
2064
|
-
var VerifyDevicePositionResponse = [
|
|
2071
|
+
var VerifyDevicePositionResponse$ = [
|
|
2065
2072
|
3,
|
|
2066
2073
|
n0,
|
|
2067
2074
|
_VDPRe,
|
|
2068
2075
|
0,
|
|
2069
2076
|
[_IS, _DI, _ST, _RT, _DU],
|
|
2070
|
-
[[() => InferredState
|
|
2077
|
+
[[() => InferredState$, 0], 0, [() => Timestamp, 0], [() => Timestamp, 0], 0],
|
|
2071
2078
|
];
|
|
2072
|
-
var WiFiAccessPoint = [3, n0, _WFAPi, 0, [_MAa, _Rss], [0, 1]];
|
|
2073
|
-
var LocationServiceException = [-3, _sm, "LocationServiceException", 0, [], []];
|
|
2074
|
-
schema.TypeRegistry.for(_sm).registerError(LocationServiceException
|
|
2075
|
-
var AndroidAppList = [1, n0, _AAL, 0, () => AndroidApp];
|
|
2076
|
-
var AppleAppList = [1, n0, _AALp, 0, () => AppleApp];
|
|
2079
|
+
var WiFiAccessPoint$ = [3, n0, _WFAPi, 0, [_MAa, _Rss], [0, 1]];
|
|
2080
|
+
var LocationServiceException$ = [-3, _sm, "LocationServiceException", 0, [], []];
|
|
2081
|
+
schema.TypeRegistry.for(_sm).registerError(LocationServiceException$, LocationServiceException);
|
|
2082
|
+
var AndroidAppList = [1, n0, _AAL, 0, () => AndroidApp$];
|
|
2083
|
+
var AppleAppList = [1, n0, _AALp, 0, () => AppleApp$];
|
|
2077
2084
|
var BatchDeleteDevicePositionHistoryErrorList = [
|
|
2078
2085
|
1,
|
|
2079
2086
|
n0,
|
|
2080
2087
|
_BDDPHEL,
|
|
2081
2088
|
0,
|
|
2082
|
-
() => BatchDeleteDevicePositionHistoryError
|
|
2083
|
-
];
|
|
2084
|
-
var BatchDeleteGeofenceErrorList = [1, n0, _BDGEL, 0, () => BatchDeleteGeofenceError];
|
|
2085
|
-
var BatchEvaluateGeofencesErrorList = [
|
|
2086
|
-
1,
|
|
2087
|
-
n0,
|
|
2088
|
-
_BEGEL,
|
|
2089
|
-
0,
|
|
2090
|
-
[() => BatchEvaluateGeofencesError, 0],
|
|
2091
|
-
];
|
|
2092
|
-
var BatchGetDevicePositionErrorList = [1, n0, _BGDPEL, 0, () => BatchGetDevicePositionError];
|
|
2093
|
-
var BatchPutGeofenceErrorList = [1, n0, _BPGEL, 0, () => BatchPutGeofenceError];
|
|
2094
|
-
var BatchPutGeofenceRequestEntryList = [
|
|
2095
|
-
1,
|
|
2096
|
-
n0,
|
|
2097
|
-
_BPGREL,
|
|
2098
|
-
0,
|
|
2099
|
-
[() => BatchPutGeofenceRequestEntry, 0],
|
|
2089
|
+
() => BatchDeleteDevicePositionHistoryError$,
|
|
2100
2090
|
];
|
|
2101
|
-
var
|
|
2091
|
+
var BatchDeleteGeofenceErrorList = [1, n0, _BDGEL, 0, () => BatchDeleteGeofenceError$];
|
|
2092
|
+
var BatchEvaluateGeofencesErrorList = [1, n0, _BEGEL, 0, [() => BatchEvaluateGeofencesError$, 0]];
|
|
2093
|
+
var BatchGetDevicePositionErrorList = [1, n0, _BGDPEL, 0, () => BatchGetDevicePositionError$];
|
|
2094
|
+
var BatchPutGeofenceErrorList = [1, n0, _BPGEL, 0, () => BatchPutGeofenceError$];
|
|
2095
|
+
var BatchPutGeofenceRequestEntryList = [1, n0, _BPGREL, 0, [() => BatchPutGeofenceRequestEntry$, 0]];
|
|
2096
|
+
var BatchPutGeofenceSuccessList = [1, n0, _BPGSL, 0, [() => BatchPutGeofenceSuccess$, 0]];
|
|
2102
2097
|
var BatchUpdateDevicePositionErrorList = [
|
|
2103
2098
|
1,
|
|
2104
2099
|
n0,
|
|
2105
2100
|
_BUDPEL,
|
|
2106
2101
|
0,
|
|
2107
|
-
[() => BatchUpdateDevicePositionError
|
|
2102
|
+
[() => BatchUpdateDevicePositionError$, 0],
|
|
2108
2103
|
];
|
|
2109
2104
|
var BoundingBox = [1, n0, _BB, 8, 1];
|
|
2110
2105
|
var CountryCodeList = [1, n0, _CCL, 0, [() => CountryCode3, 0]];
|
|
2111
|
-
var DevicePositionList = [1, n0, _DPL, 0, [() => DevicePosition
|
|
2112
|
-
var DevicePositionUpdateList = [1, n0, _DPUL, 0, [() => DevicePositionUpdate
|
|
2106
|
+
var DevicePositionList = [1, n0, _DPL, 0, [() => DevicePosition$, 0]];
|
|
2107
|
+
var DevicePositionUpdateList = [1, n0, _DPUL, 0, [() => DevicePositionUpdate$, 0]];
|
|
2113
2108
|
var FilterPlaceCategoryList = [1, n0, _FPCL, 0, [() => PlaceCategory, 0]];
|
|
2114
|
-
var ForecastedEventsList = [1, n0, _FEL, 0, [() => ForecastedEvent
|
|
2115
|
-
var LegList = [1, n0, _LL, 0, [() => Leg
|
|
2109
|
+
var ForecastedEventsList = [1, n0, _FEL, 0, [() => ForecastedEvent$, 0]];
|
|
2110
|
+
var LegList = [1, n0, _LL, 0, [() => Leg$, 0]];
|
|
2116
2111
|
var LinearRing = [1, n0, _LR, 0, [() => Position, 0]];
|
|
2117
2112
|
var LinearRings = [1, n0, _LRi, 0, [() => LinearRing, 0]];
|
|
2118
2113
|
var LineString = [1, n0, _LS, 0, [() => Position, 0]];
|
|
@@ -2121,35 +2116,35 @@ var ListDevicePositionsResponseEntryList = [
|
|
|
2121
2116
|
n0,
|
|
2122
2117
|
_LDPREL,
|
|
2123
2118
|
0,
|
|
2124
|
-
[() => ListDevicePositionsResponseEntry
|
|
2119
|
+
[() => ListDevicePositionsResponseEntry$, 0],
|
|
2125
2120
|
];
|
|
2126
2121
|
var ListGeofenceCollectionsResponseEntryList = [
|
|
2127
2122
|
1,
|
|
2128
2123
|
n0,
|
|
2129
2124
|
_LGCREL,
|
|
2130
2125
|
0,
|
|
2131
|
-
[() => ListGeofenceCollectionsResponseEntry
|
|
2126
|
+
[() => ListGeofenceCollectionsResponseEntry$, 0],
|
|
2132
2127
|
];
|
|
2133
|
-
var ListGeofenceResponseEntryList = [1, n0, _LGREL, 0, [() => ListGeofenceResponseEntry
|
|
2134
|
-
var ListKeysResponseEntryList = [1, n0, _LKREL, 0, [() => ListKeysResponseEntry
|
|
2135
|
-
var ListMapsResponseEntryList = [1, n0, _LMREL, 0, [() => ListMapsResponseEntry
|
|
2128
|
+
var ListGeofenceResponseEntryList = [1, n0, _LGREL, 0, [() => ListGeofenceResponseEntry$, 0]];
|
|
2129
|
+
var ListKeysResponseEntryList = [1, n0, _LKREL, 0, [() => ListKeysResponseEntry$, 0]];
|
|
2130
|
+
var ListMapsResponseEntryList = [1, n0, _LMREL, 0, [() => ListMapsResponseEntry$, 0]];
|
|
2136
2131
|
var ListPlaceIndexesResponseEntryList = [
|
|
2137
2132
|
1,
|
|
2138
2133
|
n0,
|
|
2139
2134
|
_LPIREL,
|
|
2140
2135
|
0,
|
|
2141
|
-
[() => ListPlaceIndexesResponseEntry
|
|
2136
|
+
[() => ListPlaceIndexesResponseEntry$, 0],
|
|
2142
2137
|
];
|
|
2143
2138
|
var ListRouteCalculatorsResponseEntryList = [
|
|
2144
2139
|
1,
|
|
2145
2140
|
n0,
|
|
2146
2141
|
_LRCREL,
|
|
2147
2142
|
0,
|
|
2148
|
-
[() => ListRouteCalculatorsResponseEntry
|
|
2143
|
+
[() => ListRouteCalculatorsResponseEntry$, 0],
|
|
2149
2144
|
];
|
|
2150
|
-
var ListTrackersResponseEntryList = [1, n0, _LTREL, 0, [() => ListTrackersResponseEntry
|
|
2151
|
-
var LteCellDetailsList = [1, n0, _LCDL, 0, () => LteCellDetails];
|
|
2152
|
-
var LteNetworkMeasurementsList = [1, n0, _LNML, 0, () => LteNetworkMeasurements];
|
|
2145
|
+
var ListTrackersResponseEntryList = [1, n0, _LTREL, 0, [() => ListTrackersResponseEntry$, 0]];
|
|
2146
|
+
var LteCellDetailsList = [1, n0, _LCDL, 0, () => LteCellDetails$];
|
|
2147
|
+
var LteNetworkMeasurementsList = [1, n0, _LNML, 0, () => LteNetworkMeasurements$];
|
|
2153
2148
|
var MultiLinearRings = [1, n0, _MLR, 0, [() => LinearRings, 0]];
|
|
2154
2149
|
var PlaceCategoryList = [1, n0, _PCL, 0, [() => PlaceCategory, 0]];
|
|
2155
2150
|
var PlaceSupplementalCategoryList = [1, n0, _PSCL, 0, [() => PlaceSupplementalCategory, 0]];
|
|
@@ -2157,241 +2152,241 @@ var Position = [1, n0, _Po, 8, 1];
|
|
|
2157
2152
|
var PositionList = [1, n0, _PL, 0, [() => Position, 0]];
|
|
2158
2153
|
var RefererPatternList = [1, n0, _RPL, 0, [() => RefererPattern, 0]];
|
|
2159
2154
|
var RouteMatrix = [1, n0, _RM, 0, [() => RouteMatrixRow, 0]];
|
|
2160
|
-
var RouteMatrixRow = [1, n0, _RMR, 0, [() => RouteMatrixEntry
|
|
2161
|
-
var SearchForPositionResultList = [1, n0, _SFPRL, 0, [() => SearchForPositionResult
|
|
2162
|
-
var SearchForSuggestionsResultList = [1, n0, _SFSRL, 0, [() => SearchForSuggestionsResult
|
|
2163
|
-
var SearchForTextResultList = [1, n0, _SFTRL, 0, [() => SearchForTextResult
|
|
2164
|
-
var StepList = [1, n0, _SL, 0, [() => Step
|
|
2165
|
-
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, [() => ValidationExceptionField
|
|
2155
|
+
var RouteMatrixRow = [1, n0, _RMR, 0, [() => RouteMatrixEntry$, 0]];
|
|
2156
|
+
var SearchForPositionResultList = [1, n0, _SFPRL, 0, [() => SearchForPositionResult$, 0]];
|
|
2157
|
+
var SearchForSuggestionsResultList = [1, n0, _SFSRL, 0, [() => SearchForSuggestionsResult$, 0]];
|
|
2158
|
+
var SearchForTextResultList = [1, n0, _SFTRL, 0, [() => SearchForTextResult$, 0]];
|
|
2159
|
+
var StepList = [1, n0, _SL, 0, [() => Step$, 0]];
|
|
2160
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, [() => ValidationExceptionField$, 0]];
|
|
2166
2161
|
var WaypointPositionList = [1, n0, _WPL, 0, [() => Position, 0]];
|
|
2167
|
-
var WiFiAccessPointList = [1, n0, _WFAPL, 0, () => WiFiAccessPoint];
|
|
2162
|
+
var WiFiAccessPointList = [1, n0, _WFAPL, 0, () => WiFiAccessPoint$];
|
|
2168
2163
|
var PositionPropertyMap = [2, n0, _PPM, 8, 0, 0];
|
|
2169
2164
|
var PropertyMap = [2, n0, _PM, 8, 0, 0];
|
|
2170
|
-
var AssociateTrackerConsumer = [
|
|
2165
|
+
var AssociateTrackerConsumer$ = [
|
|
2171
2166
|
9,
|
|
2172
2167
|
n0,
|
|
2173
2168
|
_ATC,
|
|
2174
2169
|
{ [_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/consumers", 200], [_en]: ["cp.tracking."] },
|
|
2175
|
-
() => AssociateTrackerConsumerRequest
|
|
2176
|
-
() => AssociateTrackerConsumerResponse
|
|
2170
|
+
() => AssociateTrackerConsumerRequest$,
|
|
2171
|
+
() => AssociateTrackerConsumerResponse$,
|
|
2177
2172
|
];
|
|
2178
|
-
var BatchDeleteDevicePositionHistory = [
|
|
2173
|
+
var BatchDeleteDevicePositionHistory$ = [
|
|
2179
2174
|
9,
|
|
2180
2175
|
n0,
|
|
2181
2176
|
_BDDPH,
|
|
2182
2177
|
{ [_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/delete-positions", 200], [_en]: ["tracking."] },
|
|
2183
|
-
() => BatchDeleteDevicePositionHistoryRequest
|
|
2184
|
-
() => BatchDeleteDevicePositionHistoryResponse
|
|
2178
|
+
() => BatchDeleteDevicePositionHistoryRequest$,
|
|
2179
|
+
() => BatchDeleteDevicePositionHistoryResponse$,
|
|
2185
2180
|
];
|
|
2186
|
-
var BatchDeleteGeofence = [
|
|
2181
|
+
var BatchDeleteGeofence$ = [
|
|
2187
2182
|
9,
|
|
2188
2183
|
n0,
|
|
2189
2184
|
_BDG,
|
|
2190
2185
|
{ [_h]: ["POST", "/geofencing/v0/collections/{CollectionName}/delete-geofences", 200], [_en]: ["geofencing."] },
|
|
2191
|
-
() => BatchDeleteGeofenceRequest
|
|
2192
|
-
() => BatchDeleteGeofenceResponse
|
|
2186
|
+
() => BatchDeleteGeofenceRequest$,
|
|
2187
|
+
() => BatchDeleteGeofenceResponse$,
|
|
2193
2188
|
];
|
|
2194
|
-
var BatchEvaluateGeofences = [
|
|
2189
|
+
var BatchEvaluateGeofences$ = [
|
|
2195
2190
|
9,
|
|
2196
2191
|
n0,
|
|
2197
2192
|
_BEGa,
|
|
2198
2193
|
{ [_h]: ["POST", "/geofencing/v0/collections/{CollectionName}/positions", 200], [_en]: ["geofencing."] },
|
|
2199
|
-
() => BatchEvaluateGeofencesRequest
|
|
2200
|
-
() => BatchEvaluateGeofencesResponse
|
|
2194
|
+
() => BatchEvaluateGeofencesRequest$,
|
|
2195
|
+
() => BatchEvaluateGeofencesResponse$,
|
|
2201
2196
|
];
|
|
2202
|
-
var BatchGetDevicePosition = [
|
|
2197
|
+
var BatchGetDevicePosition$ = [
|
|
2203
2198
|
9,
|
|
2204
2199
|
n0,
|
|
2205
2200
|
_BGDP,
|
|
2206
2201
|
{ [_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/get-positions", 200], [_en]: ["tracking."] },
|
|
2207
|
-
() => BatchGetDevicePositionRequest
|
|
2208
|
-
() => BatchGetDevicePositionResponse
|
|
2202
|
+
() => BatchGetDevicePositionRequest$,
|
|
2203
|
+
() => BatchGetDevicePositionResponse$,
|
|
2209
2204
|
];
|
|
2210
|
-
var BatchPutGeofence = [
|
|
2205
|
+
var BatchPutGeofence$ = [
|
|
2211
2206
|
9,
|
|
2212
2207
|
n0,
|
|
2213
2208
|
_BPG,
|
|
2214
2209
|
{ [_h]: ["POST", "/geofencing/v0/collections/{CollectionName}/put-geofences", 200], [_en]: ["geofencing."] },
|
|
2215
|
-
() => BatchPutGeofenceRequest
|
|
2216
|
-
() => BatchPutGeofenceResponse
|
|
2210
|
+
() => BatchPutGeofenceRequest$,
|
|
2211
|
+
() => BatchPutGeofenceResponse$,
|
|
2217
2212
|
];
|
|
2218
|
-
var BatchUpdateDevicePosition = [
|
|
2213
|
+
var BatchUpdateDevicePosition$ = [
|
|
2219
2214
|
9,
|
|
2220
2215
|
n0,
|
|
2221
2216
|
_BUDP,
|
|
2222
2217
|
{ [_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/positions", 200], [_en]: ["tracking."] },
|
|
2223
|
-
() => BatchUpdateDevicePositionRequest
|
|
2224
|
-
() => BatchUpdateDevicePositionResponse
|
|
2218
|
+
() => BatchUpdateDevicePositionRequest$,
|
|
2219
|
+
() => BatchUpdateDevicePositionResponse$,
|
|
2225
2220
|
];
|
|
2226
|
-
var CalculateRoute = [
|
|
2221
|
+
var CalculateRoute$ = [
|
|
2227
2222
|
9,
|
|
2228
2223
|
n0,
|
|
2229
2224
|
_CR,
|
|
2230
2225
|
{ [_h]: ["POST", "/routes/v0/calculators/{CalculatorName}/calculate/route", 200], [_en]: ["routes."] },
|
|
2231
|
-
() => CalculateRouteRequest
|
|
2232
|
-
() => CalculateRouteResponse
|
|
2226
|
+
() => CalculateRouteRequest$,
|
|
2227
|
+
() => CalculateRouteResponse$,
|
|
2233
2228
|
];
|
|
2234
|
-
var CalculateRouteMatrix = [
|
|
2229
|
+
var CalculateRouteMatrix$ = [
|
|
2235
2230
|
9,
|
|
2236
2231
|
n0,
|
|
2237
2232
|
_CRM,
|
|
2238
2233
|
{ [_h]: ["POST", "/routes/v0/calculators/{CalculatorName}/calculate/route-matrix", 200], [_en]: ["routes."] },
|
|
2239
|
-
() => CalculateRouteMatrixRequest
|
|
2240
|
-
() => CalculateRouteMatrixResponse
|
|
2234
|
+
() => CalculateRouteMatrixRequest$,
|
|
2235
|
+
() => CalculateRouteMatrixResponse$,
|
|
2241
2236
|
];
|
|
2242
|
-
var CreateGeofenceCollection = [
|
|
2237
|
+
var CreateGeofenceCollection$ = [
|
|
2243
2238
|
9,
|
|
2244
2239
|
n0,
|
|
2245
2240
|
_CGC,
|
|
2246
2241
|
{ [_h]: ["POST", "/geofencing/v0/collections", 200], [_en]: ["cp.geofencing."] },
|
|
2247
|
-
() => CreateGeofenceCollectionRequest
|
|
2248
|
-
() => CreateGeofenceCollectionResponse
|
|
2242
|
+
() => CreateGeofenceCollectionRequest$,
|
|
2243
|
+
() => CreateGeofenceCollectionResponse$,
|
|
2249
2244
|
];
|
|
2250
|
-
var CreateKey = [
|
|
2245
|
+
var CreateKey$ = [
|
|
2251
2246
|
9,
|
|
2252
2247
|
n0,
|
|
2253
2248
|
_CK,
|
|
2254
2249
|
{ [_h]: ["POST", "/metadata/v0/keys", 200], [_en]: ["cp.metadata."] },
|
|
2255
|
-
() => CreateKeyRequest
|
|
2256
|
-
() => CreateKeyResponse
|
|
2250
|
+
() => CreateKeyRequest$,
|
|
2251
|
+
() => CreateKeyResponse$,
|
|
2257
2252
|
];
|
|
2258
|
-
var CreateMap = [
|
|
2253
|
+
var CreateMap$ = [
|
|
2259
2254
|
9,
|
|
2260
2255
|
n0,
|
|
2261
2256
|
_CM,
|
|
2262
2257
|
{ [_h]: ["POST", "/maps/v0/maps", 200], [_en]: ["cp.maps."] },
|
|
2263
|
-
() => CreateMapRequest
|
|
2264
|
-
() => CreateMapResponse
|
|
2258
|
+
() => CreateMapRequest$,
|
|
2259
|
+
() => CreateMapResponse$,
|
|
2265
2260
|
];
|
|
2266
|
-
var CreatePlaceIndex = [
|
|
2261
|
+
var CreatePlaceIndex$ = [
|
|
2267
2262
|
9,
|
|
2268
2263
|
n0,
|
|
2269
2264
|
_CPI,
|
|
2270
2265
|
{ [_h]: ["POST", "/places/v0/indexes", 200], [_en]: ["cp.places."] },
|
|
2271
|
-
() => CreatePlaceIndexRequest
|
|
2272
|
-
() => CreatePlaceIndexResponse
|
|
2266
|
+
() => CreatePlaceIndexRequest$,
|
|
2267
|
+
() => CreatePlaceIndexResponse$,
|
|
2273
2268
|
];
|
|
2274
|
-
var CreateRouteCalculator = [
|
|
2269
|
+
var CreateRouteCalculator$ = [
|
|
2275
2270
|
9,
|
|
2276
2271
|
n0,
|
|
2277
2272
|
_CRC,
|
|
2278
2273
|
{ [_h]: ["POST", "/routes/v0/calculators", 200], [_en]: ["cp.routes."] },
|
|
2279
|
-
() => CreateRouteCalculatorRequest
|
|
2280
|
-
() => CreateRouteCalculatorResponse
|
|
2274
|
+
() => CreateRouteCalculatorRequest$,
|
|
2275
|
+
() => CreateRouteCalculatorResponse$,
|
|
2281
2276
|
];
|
|
2282
|
-
var CreateTracker = [
|
|
2277
|
+
var CreateTracker$ = [
|
|
2283
2278
|
9,
|
|
2284
2279
|
n0,
|
|
2285
2280
|
_CTr,
|
|
2286
2281
|
{ [_h]: ["POST", "/tracking/v0/trackers", 200], [_en]: ["cp.tracking."] },
|
|
2287
|
-
() => CreateTrackerRequest
|
|
2288
|
-
() => CreateTrackerResponse
|
|
2282
|
+
() => CreateTrackerRequest$,
|
|
2283
|
+
() => CreateTrackerResponse$,
|
|
2289
2284
|
];
|
|
2290
|
-
var DeleteGeofenceCollection = [
|
|
2285
|
+
var DeleteGeofenceCollection$ = [
|
|
2291
2286
|
9,
|
|
2292
2287
|
n0,
|
|
2293
2288
|
_DGC,
|
|
2294
2289
|
{ [_h]: ["DELETE", "/geofencing/v0/collections/{CollectionName}", 200], [_en]: ["cp.geofencing."] },
|
|
2295
|
-
() => DeleteGeofenceCollectionRequest
|
|
2296
|
-
() => DeleteGeofenceCollectionResponse
|
|
2290
|
+
() => DeleteGeofenceCollectionRequest$,
|
|
2291
|
+
() => DeleteGeofenceCollectionResponse$,
|
|
2297
2292
|
];
|
|
2298
|
-
var DeleteKey = [
|
|
2293
|
+
var DeleteKey$ = [
|
|
2299
2294
|
9,
|
|
2300
2295
|
n0,
|
|
2301
2296
|
_DK,
|
|
2302
2297
|
{ [_h]: ["DELETE", "/metadata/v0/keys/{KeyName}", 200], [_en]: ["cp.metadata."] },
|
|
2303
|
-
() => DeleteKeyRequest
|
|
2304
|
-
() => DeleteKeyResponse
|
|
2298
|
+
() => DeleteKeyRequest$,
|
|
2299
|
+
() => DeleteKeyResponse$,
|
|
2305
2300
|
];
|
|
2306
|
-
var DeleteMap = [
|
|
2301
|
+
var DeleteMap$ = [
|
|
2307
2302
|
9,
|
|
2308
2303
|
n0,
|
|
2309
2304
|
_DM,
|
|
2310
2305
|
{ [_h]: ["DELETE", "/maps/v0/maps/{MapName}", 200], [_en]: ["cp.maps."] },
|
|
2311
|
-
() => DeleteMapRequest
|
|
2312
|
-
() => DeleteMapResponse
|
|
2306
|
+
() => DeleteMapRequest$,
|
|
2307
|
+
() => DeleteMapResponse$,
|
|
2313
2308
|
];
|
|
2314
|
-
var DeletePlaceIndex = [
|
|
2309
|
+
var DeletePlaceIndex$ = [
|
|
2315
2310
|
9,
|
|
2316
2311
|
n0,
|
|
2317
2312
|
_DPI,
|
|
2318
2313
|
{ [_h]: ["DELETE", "/places/v0/indexes/{IndexName}", 200], [_en]: ["cp.places."] },
|
|
2319
|
-
() => DeletePlaceIndexRequest
|
|
2320
|
-
() => DeletePlaceIndexResponse
|
|
2314
|
+
() => DeletePlaceIndexRequest$,
|
|
2315
|
+
() => DeletePlaceIndexResponse$,
|
|
2321
2316
|
];
|
|
2322
|
-
var DeleteRouteCalculator = [
|
|
2317
|
+
var DeleteRouteCalculator$ = [
|
|
2323
2318
|
9,
|
|
2324
2319
|
n0,
|
|
2325
2320
|
_DRC,
|
|
2326
2321
|
{ [_h]: ["DELETE", "/routes/v0/calculators/{CalculatorName}", 200], [_en]: ["cp.routes."] },
|
|
2327
|
-
() => DeleteRouteCalculatorRequest
|
|
2328
|
-
() => DeleteRouteCalculatorResponse
|
|
2322
|
+
() => DeleteRouteCalculatorRequest$,
|
|
2323
|
+
() => DeleteRouteCalculatorResponse$,
|
|
2329
2324
|
];
|
|
2330
|
-
var DeleteTracker = [
|
|
2325
|
+
var DeleteTracker$ = [
|
|
2331
2326
|
9,
|
|
2332
2327
|
n0,
|
|
2333
2328
|
_DTe,
|
|
2334
2329
|
{ [_h]: ["DELETE", "/tracking/v0/trackers/{TrackerName}", 200], [_en]: ["cp.tracking."] },
|
|
2335
|
-
() => DeleteTrackerRequest
|
|
2336
|
-
() => DeleteTrackerResponse
|
|
2330
|
+
() => DeleteTrackerRequest$,
|
|
2331
|
+
() => DeleteTrackerResponse$,
|
|
2337
2332
|
];
|
|
2338
|
-
var DescribeGeofenceCollection = [
|
|
2333
|
+
var DescribeGeofenceCollection$ = [
|
|
2339
2334
|
9,
|
|
2340
2335
|
n0,
|
|
2341
2336
|
_DGCe,
|
|
2342
2337
|
{ [_h]: ["GET", "/geofencing/v0/collections/{CollectionName}", 200], [_en]: ["cp.geofencing."] },
|
|
2343
|
-
() => DescribeGeofenceCollectionRequest
|
|
2344
|
-
() => DescribeGeofenceCollectionResponse
|
|
2338
|
+
() => DescribeGeofenceCollectionRequest$,
|
|
2339
|
+
() => DescribeGeofenceCollectionResponse$,
|
|
2345
2340
|
];
|
|
2346
|
-
var DescribeKey = [
|
|
2341
|
+
var DescribeKey$ = [
|
|
2347
2342
|
9,
|
|
2348
2343
|
n0,
|
|
2349
2344
|
_DKe,
|
|
2350
2345
|
{ [_h]: ["GET", "/metadata/v0/keys/{KeyName}", 200], [_en]: ["cp.metadata."] },
|
|
2351
|
-
() => DescribeKeyRequest
|
|
2352
|
-
() => DescribeKeyResponse
|
|
2346
|
+
() => DescribeKeyRequest$,
|
|
2347
|
+
() => DescribeKeyResponse$,
|
|
2353
2348
|
];
|
|
2354
|
-
var DescribeMap = [
|
|
2349
|
+
var DescribeMap$ = [
|
|
2355
2350
|
9,
|
|
2356
2351
|
n0,
|
|
2357
2352
|
_DMe,
|
|
2358
2353
|
{ [_h]: ["GET", "/maps/v0/maps/{MapName}", 200], [_en]: ["cp.maps."] },
|
|
2359
|
-
() => DescribeMapRequest
|
|
2360
|
-
() => DescribeMapResponse
|
|
2354
|
+
() => DescribeMapRequest$,
|
|
2355
|
+
() => DescribeMapResponse$,
|
|
2361
2356
|
];
|
|
2362
|
-
var DescribePlaceIndex = [
|
|
2357
|
+
var DescribePlaceIndex$ = [
|
|
2363
2358
|
9,
|
|
2364
2359
|
n0,
|
|
2365
2360
|
_DPIe,
|
|
2366
2361
|
{ [_h]: ["GET", "/places/v0/indexes/{IndexName}", 200], [_en]: ["cp.places."] },
|
|
2367
|
-
() => DescribePlaceIndexRequest
|
|
2368
|
-
() => DescribePlaceIndexResponse
|
|
2362
|
+
() => DescribePlaceIndexRequest$,
|
|
2363
|
+
() => DescribePlaceIndexResponse$,
|
|
2369
2364
|
];
|
|
2370
|
-
var DescribeRouteCalculator = [
|
|
2365
|
+
var DescribeRouteCalculator$ = [
|
|
2371
2366
|
9,
|
|
2372
2367
|
n0,
|
|
2373
2368
|
_DRCe,
|
|
2374
2369
|
{ [_h]: ["GET", "/routes/v0/calculators/{CalculatorName}", 200], [_en]: ["cp.routes."] },
|
|
2375
|
-
() => DescribeRouteCalculatorRequest
|
|
2376
|
-
() => DescribeRouteCalculatorResponse
|
|
2370
|
+
() => DescribeRouteCalculatorRequest$,
|
|
2371
|
+
() => DescribeRouteCalculatorResponse$,
|
|
2377
2372
|
];
|
|
2378
|
-
var DescribeTracker = [
|
|
2373
|
+
var DescribeTracker$ = [
|
|
2379
2374
|
9,
|
|
2380
2375
|
n0,
|
|
2381
2376
|
_DTes,
|
|
2382
2377
|
{ [_h]: ["GET", "/tracking/v0/trackers/{TrackerName}", 200], [_en]: ["cp.tracking."] },
|
|
2383
|
-
() => DescribeTrackerRequest
|
|
2384
|
-
() => DescribeTrackerResponse
|
|
2378
|
+
() => DescribeTrackerRequest$,
|
|
2379
|
+
() => DescribeTrackerResponse$,
|
|
2385
2380
|
];
|
|
2386
|
-
var DisassociateTrackerConsumer = [
|
|
2381
|
+
var DisassociateTrackerConsumer$ = [
|
|
2387
2382
|
9,
|
|
2388
2383
|
n0,
|
|
2389
2384
|
_DTC,
|
|
2390
2385
|
{ [_h]: ["DELETE", "/tracking/v0/trackers/{TrackerName}/consumers/{ConsumerArn}", 200], [_en]: ["cp.tracking."] },
|
|
2391
|
-
() => DisassociateTrackerConsumerRequest
|
|
2392
|
-
() => DisassociateTrackerConsumerResponse
|
|
2386
|
+
() => DisassociateTrackerConsumerRequest$,
|
|
2387
|
+
() => DisassociateTrackerConsumerResponse$,
|
|
2393
2388
|
];
|
|
2394
|
-
var ForecastGeofenceEvents = [
|
|
2389
|
+
var ForecastGeofenceEvents$ = [
|
|
2395
2390
|
9,
|
|
2396
2391
|
n0,
|
|
2397
2392
|
_FGE,
|
|
@@ -2399,10 +2394,10 @@ var ForecastGeofenceEvents = [
|
|
|
2399
2394
|
[_en]: ["geofencing."],
|
|
2400
2395
|
[_h]: ["POST", "/geofencing/v0/collections/{CollectionName}/forecast-geofence-events", 200],
|
|
2401
2396
|
},
|
|
2402
|
-
() => ForecastGeofenceEventsRequest
|
|
2403
|
-
() => ForecastGeofenceEventsResponse
|
|
2397
|
+
() => ForecastGeofenceEventsRequest$,
|
|
2398
|
+
() => ForecastGeofenceEventsResponse$,
|
|
2404
2399
|
];
|
|
2405
|
-
var GetDevicePosition = [
|
|
2400
|
+
var GetDevicePosition$ = [
|
|
2406
2401
|
9,
|
|
2407
2402
|
n0,
|
|
2408
2403
|
_GDP,
|
|
@@ -2410,10 +2405,10 @@ var GetDevicePosition = [
|
|
|
2410
2405
|
[_h]: ["GET", "/tracking/v0/trackers/{TrackerName}/devices/{DeviceId}/positions/latest", 200],
|
|
2411
2406
|
[_en]: ["tracking."],
|
|
2412
2407
|
},
|
|
2413
|
-
() => GetDevicePositionRequest
|
|
2414
|
-
() => GetDevicePositionResponse
|
|
2408
|
+
() => GetDevicePositionRequest$,
|
|
2409
|
+
() => GetDevicePositionResponse$,
|
|
2415
2410
|
];
|
|
2416
|
-
var GetDevicePositionHistory = [
|
|
2411
|
+
var GetDevicePositionHistory$ = [
|
|
2417
2412
|
9,
|
|
2418
2413
|
n0,
|
|
2419
2414
|
_GDPH,
|
|
@@ -2421,240 +2416,240 @@ var GetDevicePositionHistory = [
|
|
|
2421
2416
|
[_en]: ["tracking."],
|
|
2422
2417
|
[_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/devices/{DeviceId}/list-positions", 200],
|
|
2423
2418
|
},
|
|
2424
|
-
() => GetDevicePositionHistoryRequest
|
|
2425
|
-
() => GetDevicePositionHistoryResponse
|
|
2419
|
+
() => GetDevicePositionHistoryRequest$,
|
|
2420
|
+
() => GetDevicePositionHistoryResponse$,
|
|
2426
2421
|
];
|
|
2427
|
-
var GetGeofence = [
|
|
2422
|
+
var GetGeofence$ = [
|
|
2428
2423
|
9,
|
|
2429
2424
|
n0,
|
|
2430
2425
|
_GGe,
|
|
2431
2426
|
{ [_h]: ["GET", "/geofencing/v0/collections/{CollectionName}/geofences/{GeofenceId}", 200], [_en]: ["geofencing."] },
|
|
2432
|
-
() => GetGeofenceRequest
|
|
2433
|
-
() => GetGeofenceResponse
|
|
2427
|
+
() => GetGeofenceRequest$,
|
|
2428
|
+
() => GetGeofenceResponse$,
|
|
2434
2429
|
];
|
|
2435
|
-
var GetMapGlyphs = [
|
|
2430
|
+
var GetMapGlyphs$ = [
|
|
2436
2431
|
9,
|
|
2437
2432
|
n0,
|
|
2438
2433
|
_GMG,
|
|
2439
2434
|
{ [_h]: ["GET", "/maps/v0/maps/{MapName}/glyphs/{FontStack}/{FontUnicodeRange}", 200], [_en]: ["maps."] },
|
|
2440
|
-
() => GetMapGlyphsRequest
|
|
2441
|
-
() => GetMapGlyphsResponse
|
|
2435
|
+
() => GetMapGlyphsRequest$,
|
|
2436
|
+
() => GetMapGlyphsResponse$,
|
|
2442
2437
|
];
|
|
2443
|
-
var GetMapSprites = [
|
|
2438
|
+
var GetMapSprites$ = [
|
|
2444
2439
|
9,
|
|
2445
2440
|
n0,
|
|
2446
2441
|
_GMS,
|
|
2447
2442
|
{ [_h]: ["GET", "/maps/v0/maps/{MapName}/sprites/{FileName}", 200], [_en]: ["maps."] },
|
|
2448
|
-
() => GetMapSpritesRequest
|
|
2449
|
-
() => GetMapSpritesResponse
|
|
2443
|
+
() => GetMapSpritesRequest$,
|
|
2444
|
+
() => GetMapSpritesResponse$,
|
|
2450
2445
|
];
|
|
2451
|
-
var GetMapStyleDescriptor = [
|
|
2446
|
+
var GetMapStyleDescriptor$ = [
|
|
2452
2447
|
9,
|
|
2453
2448
|
n0,
|
|
2454
2449
|
_GMSD,
|
|
2455
2450
|
{ [_h]: ["GET", "/maps/v0/maps/{MapName}/style-descriptor", 200], [_en]: ["maps."] },
|
|
2456
|
-
() => GetMapStyleDescriptorRequest
|
|
2457
|
-
() => GetMapStyleDescriptorResponse
|
|
2451
|
+
() => GetMapStyleDescriptorRequest$,
|
|
2452
|
+
() => GetMapStyleDescriptorResponse$,
|
|
2458
2453
|
];
|
|
2459
|
-
var GetMapTile = [
|
|
2454
|
+
var GetMapTile$ = [
|
|
2460
2455
|
9,
|
|
2461
2456
|
n0,
|
|
2462
2457
|
_GMT,
|
|
2463
2458
|
{ [_h]: ["GET", "/maps/v0/maps/{MapName}/tiles/{Z}/{X}/{Y}", 200], [_en]: ["maps."] },
|
|
2464
|
-
() => GetMapTileRequest
|
|
2465
|
-
() => GetMapTileResponse
|
|
2459
|
+
() => GetMapTileRequest$,
|
|
2460
|
+
() => GetMapTileResponse$,
|
|
2466
2461
|
];
|
|
2467
|
-
var GetPlace = [
|
|
2462
|
+
var GetPlace$ = [
|
|
2468
2463
|
9,
|
|
2469
2464
|
n0,
|
|
2470
2465
|
_GPe,
|
|
2471
2466
|
{ [_h]: ["GET", "/places/v0/indexes/{IndexName}/places/{PlaceId}", 200], [_en]: ["places."] },
|
|
2472
|
-
() => GetPlaceRequest
|
|
2473
|
-
() => GetPlaceResponse
|
|
2467
|
+
() => GetPlaceRequest$,
|
|
2468
|
+
() => GetPlaceResponse$,
|
|
2474
2469
|
];
|
|
2475
|
-
var ListDevicePositions = [
|
|
2470
|
+
var ListDevicePositions$ = [
|
|
2476
2471
|
9,
|
|
2477
2472
|
n0,
|
|
2478
2473
|
_LDP,
|
|
2479
2474
|
{ [_en]: ["tracking."], [_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/list-positions", 200] },
|
|
2480
|
-
() => ListDevicePositionsRequest
|
|
2481
|
-
() => ListDevicePositionsResponse
|
|
2475
|
+
() => ListDevicePositionsRequest$,
|
|
2476
|
+
() => ListDevicePositionsResponse$,
|
|
2482
2477
|
];
|
|
2483
|
-
var ListGeofenceCollections = [
|
|
2478
|
+
var ListGeofenceCollections$ = [
|
|
2484
2479
|
9,
|
|
2485
2480
|
n0,
|
|
2486
2481
|
_LGC,
|
|
2487
2482
|
{ [_en]: ["cp.geofencing."], [_h]: ["POST", "/geofencing/v0/list-collections", 200] },
|
|
2488
|
-
() => ListGeofenceCollectionsRequest
|
|
2489
|
-
() => ListGeofenceCollectionsResponse
|
|
2483
|
+
() => ListGeofenceCollectionsRequest$,
|
|
2484
|
+
() => ListGeofenceCollectionsResponse$,
|
|
2490
2485
|
];
|
|
2491
|
-
var ListGeofences = [
|
|
2486
|
+
var ListGeofences$ = [
|
|
2492
2487
|
9,
|
|
2493
2488
|
n0,
|
|
2494
2489
|
_LGi,
|
|
2495
2490
|
{ [_en]: ["geofencing."], [_h]: ["POST", "/geofencing/v0/collections/{CollectionName}/list-geofences", 200] },
|
|
2496
|
-
() => ListGeofencesRequest
|
|
2497
|
-
() => ListGeofencesResponse
|
|
2491
|
+
() => ListGeofencesRequest$,
|
|
2492
|
+
() => ListGeofencesResponse$,
|
|
2498
2493
|
];
|
|
2499
|
-
var ListKeys = [
|
|
2494
|
+
var ListKeys$ = [
|
|
2500
2495
|
9,
|
|
2501
2496
|
n0,
|
|
2502
2497
|
_LK,
|
|
2503
2498
|
{ [_en]: ["cp.metadata."], [_h]: ["POST", "/metadata/v0/list-keys", 200] },
|
|
2504
|
-
() => ListKeysRequest
|
|
2505
|
-
() => ListKeysResponse
|
|
2499
|
+
() => ListKeysRequest$,
|
|
2500
|
+
() => ListKeysResponse$,
|
|
2506
2501
|
];
|
|
2507
|
-
var ListMaps = [
|
|
2502
|
+
var ListMaps$ = [
|
|
2508
2503
|
9,
|
|
2509
2504
|
n0,
|
|
2510
2505
|
_LM,
|
|
2511
2506
|
{ [_h]: ["POST", "/maps/v0/list-maps", 200], [_en]: ["cp.maps."] },
|
|
2512
|
-
() => ListMapsRequest
|
|
2513
|
-
() => ListMapsResponse
|
|
2507
|
+
() => ListMapsRequest$,
|
|
2508
|
+
() => ListMapsResponse$,
|
|
2514
2509
|
];
|
|
2515
|
-
var ListPlaceIndexes = [
|
|
2510
|
+
var ListPlaceIndexes$ = [
|
|
2516
2511
|
9,
|
|
2517
2512
|
n0,
|
|
2518
2513
|
_LPI,
|
|
2519
2514
|
{ [_h]: ["POST", "/places/v0/list-indexes", 200], [_en]: ["cp.places."] },
|
|
2520
|
-
() => ListPlaceIndexesRequest
|
|
2521
|
-
() => ListPlaceIndexesResponse
|
|
2515
|
+
() => ListPlaceIndexesRequest$,
|
|
2516
|
+
() => ListPlaceIndexesResponse$,
|
|
2522
2517
|
];
|
|
2523
|
-
var ListRouteCalculators = [
|
|
2518
|
+
var ListRouteCalculators$ = [
|
|
2524
2519
|
9,
|
|
2525
2520
|
n0,
|
|
2526
2521
|
_LRC,
|
|
2527
2522
|
{ [_h]: ["POST", "/routes/v0/list-calculators", 200], [_en]: ["cp.routes."] },
|
|
2528
|
-
() => ListRouteCalculatorsRequest
|
|
2529
|
-
() => ListRouteCalculatorsResponse
|
|
2523
|
+
() => ListRouteCalculatorsRequest$,
|
|
2524
|
+
() => ListRouteCalculatorsResponse$,
|
|
2530
2525
|
];
|
|
2531
|
-
var ListTagsForResource = [
|
|
2526
|
+
var ListTagsForResource$ = [
|
|
2532
2527
|
9,
|
|
2533
2528
|
n0,
|
|
2534
2529
|
_LTFR,
|
|
2535
2530
|
{ [_h]: ["GET", "/tags/{ResourceArn}", 200], [_en]: ["cp.metadata."] },
|
|
2536
|
-
() => ListTagsForResourceRequest
|
|
2537
|
-
() => ListTagsForResourceResponse
|
|
2531
|
+
() => ListTagsForResourceRequest$,
|
|
2532
|
+
() => ListTagsForResourceResponse$,
|
|
2538
2533
|
];
|
|
2539
|
-
var ListTrackerConsumers = [
|
|
2534
|
+
var ListTrackerConsumers$ = [
|
|
2540
2535
|
9,
|
|
2541
2536
|
n0,
|
|
2542
2537
|
_LTC,
|
|
2543
2538
|
{ [_en]: ["cp.tracking."], [_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/list-consumers", 200] },
|
|
2544
|
-
() => ListTrackerConsumersRequest
|
|
2545
|
-
() => ListTrackerConsumersResponse
|
|
2539
|
+
() => ListTrackerConsumersRequest$,
|
|
2540
|
+
() => ListTrackerConsumersResponse$,
|
|
2546
2541
|
];
|
|
2547
|
-
var ListTrackers = [
|
|
2542
|
+
var ListTrackers$ = [
|
|
2548
2543
|
9,
|
|
2549
2544
|
n0,
|
|
2550
2545
|
_LT,
|
|
2551
2546
|
{ [_en]: ["cp.tracking."], [_h]: ["POST", "/tracking/v0/list-trackers", 200] },
|
|
2552
|
-
() => ListTrackersRequest
|
|
2553
|
-
() => ListTrackersResponse
|
|
2547
|
+
() => ListTrackersRequest$,
|
|
2548
|
+
() => ListTrackersResponse$,
|
|
2554
2549
|
];
|
|
2555
|
-
var PutGeofence = [
|
|
2550
|
+
var PutGeofence$ = [
|
|
2556
2551
|
9,
|
|
2557
2552
|
n0,
|
|
2558
2553
|
_PGu,
|
|
2559
2554
|
{ [_h]: ["PUT", "/geofencing/v0/collections/{CollectionName}/geofences/{GeofenceId}", 200], [_en]: ["geofencing."] },
|
|
2560
|
-
() => PutGeofenceRequest
|
|
2561
|
-
() => PutGeofenceResponse
|
|
2555
|
+
() => PutGeofenceRequest$,
|
|
2556
|
+
() => PutGeofenceResponse$,
|
|
2562
2557
|
];
|
|
2563
|
-
var SearchPlaceIndexForPosition = [
|
|
2558
|
+
var SearchPlaceIndexForPosition$ = [
|
|
2564
2559
|
9,
|
|
2565
2560
|
n0,
|
|
2566
2561
|
_SPIFP,
|
|
2567
2562
|
{ [_h]: ["POST", "/places/v0/indexes/{IndexName}/search/position", 200], [_en]: ["places."] },
|
|
2568
|
-
() => SearchPlaceIndexForPositionRequest
|
|
2569
|
-
() => SearchPlaceIndexForPositionResponse
|
|
2563
|
+
() => SearchPlaceIndexForPositionRequest$,
|
|
2564
|
+
() => SearchPlaceIndexForPositionResponse$,
|
|
2570
2565
|
];
|
|
2571
|
-
var SearchPlaceIndexForSuggestions = [
|
|
2566
|
+
var SearchPlaceIndexForSuggestions$ = [
|
|
2572
2567
|
9,
|
|
2573
2568
|
n0,
|
|
2574
2569
|
_SPIFS,
|
|
2575
2570
|
{ [_h]: ["POST", "/places/v0/indexes/{IndexName}/search/suggestions", 200], [_en]: ["places."] },
|
|
2576
|
-
() => SearchPlaceIndexForSuggestionsRequest
|
|
2577
|
-
() => SearchPlaceIndexForSuggestionsResponse
|
|
2571
|
+
() => SearchPlaceIndexForSuggestionsRequest$,
|
|
2572
|
+
() => SearchPlaceIndexForSuggestionsResponse$,
|
|
2578
2573
|
];
|
|
2579
|
-
var SearchPlaceIndexForText = [
|
|
2574
|
+
var SearchPlaceIndexForText$ = [
|
|
2580
2575
|
9,
|
|
2581
2576
|
n0,
|
|
2582
2577
|
_SPIFT,
|
|
2583
2578
|
{ [_h]: ["POST", "/places/v0/indexes/{IndexName}/search/text", 200], [_en]: ["places."] },
|
|
2584
|
-
() => SearchPlaceIndexForTextRequest
|
|
2585
|
-
() => SearchPlaceIndexForTextResponse
|
|
2579
|
+
() => SearchPlaceIndexForTextRequest$,
|
|
2580
|
+
() => SearchPlaceIndexForTextResponse$,
|
|
2586
2581
|
];
|
|
2587
|
-
var TagResource = [
|
|
2582
|
+
var TagResource$ = [
|
|
2588
2583
|
9,
|
|
2589
2584
|
n0,
|
|
2590
2585
|
_TR,
|
|
2591
2586
|
{ [_h]: ["POST", "/tags/{ResourceArn}", 200], [_en]: ["cp.metadata."] },
|
|
2592
|
-
() => TagResourceRequest
|
|
2593
|
-
() => TagResourceResponse
|
|
2587
|
+
() => TagResourceRequest$,
|
|
2588
|
+
() => TagResourceResponse$,
|
|
2594
2589
|
];
|
|
2595
|
-
var UntagResource = [
|
|
2590
|
+
var UntagResource$ = [
|
|
2596
2591
|
9,
|
|
2597
2592
|
n0,
|
|
2598
2593
|
_UR,
|
|
2599
2594
|
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200], [_en]: ["cp.metadata."] },
|
|
2600
|
-
() => UntagResourceRequest
|
|
2601
|
-
() => UntagResourceResponse
|
|
2595
|
+
() => UntagResourceRequest$,
|
|
2596
|
+
() => UntagResourceResponse$,
|
|
2602
2597
|
];
|
|
2603
|
-
var UpdateGeofenceCollection = [
|
|
2598
|
+
var UpdateGeofenceCollection$ = [
|
|
2604
2599
|
9,
|
|
2605
2600
|
n0,
|
|
2606
2601
|
_UGC,
|
|
2607
2602
|
{ [_h]: ["PATCH", "/geofencing/v0/collections/{CollectionName}", 200], [_en]: ["cp.geofencing."] },
|
|
2608
|
-
() => UpdateGeofenceCollectionRequest
|
|
2609
|
-
() => UpdateGeofenceCollectionResponse
|
|
2603
|
+
() => UpdateGeofenceCollectionRequest$,
|
|
2604
|
+
() => UpdateGeofenceCollectionResponse$,
|
|
2610
2605
|
];
|
|
2611
|
-
var UpdateKey = [
|
|
2606
|
+
var UpdateKey$ = [
|
|
2612
2607
|
9,
|
|
2613
2608
|
n0,
|
|
2614
2609
|
_UK,
|
|
2615
2610
|
{ [_h]: ["PATCH", "/metadata/v0/keys/{KeyName}", 200], [_en]: ["cp.metadata."] },
|
|
2616
|
-
() => UpdateKeyRequest
|
|
2617
|
-
() => UpdateKeyResponse
|
|
2611
|
+
() => UpdateKeyRequest$,
|
|
2612
|
+
() => UpdateKeyResponse$,
|
|
2618
2613
|
];
|
|
2619
|
-
var UpdateMap = [
|
|
2614
|
+
var UpdateMap$ = [
|
|
2620
2615
|
9,
|
|
2621
2616
|
n0,
|
|
2622
2617
|
_UM,
|
|
2623
2618
|
{ [_h]: ["PATCH", "/maps/v0/maps/{MapName}", 200], [_en]: ["cp.maps."] },
|
|
2624
|
-
() => UpdateMapRequest
|
|
2625
|
-
() => UpdateMapResponse
|
|
2619
|
+
() => UpdateMapRequest$,
|
|
2620
|
+
() => UpdateMapResponse$,
|
|
2626
2621
|
];
|
|
2627
|
-
var UpdatePlaceIndex = [
|
|
2622
|
+
var UpdatePlaceIndex$ = [
|
|
2628
2623
|
9,
|
|
2629
2624
|
n0,
|
|
2630
2625
|
_UPI,
|
|
2631
2626
|
{ [_h]: ["PATCH", "/places/v0/indexes/{IndexName}", 200], [_en]: ["cp.places."] },
|
|
2632
|
-
() => UpdatePlaceIndexRequest
|
|
2633
|
-
() => UpdatePlaceIndexResponse
|
|
2627
|
+
() => UpdatePlaceIndexRequest$,
|
|
2628
|
+
() => UpdatePlaceIndexResponse$,
|
|
2634
2629
|
];
|
|
2635
|
-
var UpdateRouteCalculator = [
|
|
2630
|
+
var UpdateRouteCalculator$ = [
|
|
2636
2631
|
9,
|
|
2637
2632
|
n0,
|
|
2638
2633
|
_URC,
|
|
2639
2634
|
{ [_h]: ["PATCH", "/routes/v0/calculators/{CalculatorName}", 200], [_en]: ["cp.routes."] },
|
|
2640
|
-
() => UpdateRouteCalculatorRequest
|
|
2641
|
-
() => UpdateRouteCalculatorResponse
|
|
2635
|
+
() => UpdateRouteCalculatorRequest$,
|
|
2636
|
+
() => UpdateRouteCalculatorResponse$,
|
|
2642
2637
|
];
|
|
2643
|
-
var UpdateTracker = [
|
|
2638
|
+
var UpdateTracker$ = [
|
|
2644
2639
|
9,
|
|
2645
2640
|
n0,
|
|
2646
2641
|
_UTp,
|
|
2647
2642
|
{ [_h]: ["PATCH", "/tracking/v0/trackers/{TrackerName}", 200], [_en]: ["cp.tracking."] },
|
|
2648
|
-
() => UpdateTrackerRequest
|
|
2649
|
-
() => UpdateTrackerResponse
|
|
2643
|
+
() => UpdateTrackerRequest$,
|
|
2644
|
+
() => UpdateTrackerResponse$,
|
|
2650
2645
|
];
|
|
2651
|
-
var VerifyDevicePosition = [
|
|
2646
|
+
var VerifyDevicePosition$ = [
|
|
2652
2647
|
9,
|
|
2653
2648
|
n0,
|
|
2654
2649
|
_VDP,
|
|
2655
2650
|
{ [_h]: ["POST", "/tracking/v0/trackers/{TrackerName}/positions/verify", 200], [_en]: ["tracking."] },
|
|
2656
|
-
() => VerifyDevicePositionRequest
|
|
2657
|
-
() => VerifyDevicePositionResponse
|
|
2651
|
+
() => VerifyDevicePositionRequest$,
|
|
2652
|
+
() => VerifyDevicePositionResponse$,
|
|
2658
2653
|
];
|
|
2659
2654
|
|
|
2660
2655
|
class AssociateTrackerConsumerCommand extends smithyClient.Command
|
|
@@ -2665,7 +2660,7 @@ class AssociateTrackerConsumerCommand extends smithyClient.Command
|
|
|
2665
2660
|
})
|
|
2666
2661
|
.s("LocationService", "AssociateTrackerConsumer", {})
|
|
2667
2662
|
.n("LocationClient", "AssociateTrackerConsumerCommand")
|
|
2668
|
-
.sc(AssociateTrackerConsumer)
|
|
2663
|
+
.sc(AssociateTrackerConsumer$)
|
|
2669
2664
|
.build() {
|
|
2670
2665
|
}
|
|
2671
2666
|
|
|
@@ -2677,7 +2672,7 @@ class BatchDeleteDevicePositionHistoryCommand extends smithyClient.Command
|
|
|
2677
2672
|
})
|
|
2678
2673
|
.s("LocationService", "BatchDeleteDevicePositionHistory", {})
|
|
2679
2674
|
.n("LocationClient", "BatchDeleteDevicePositionHistoryCommand")
|
|
2680
|
-
.sc(BatchDeleteDevicePositionHistory)
|
|
2675
|
+
.sc(BatchDeleteDevicePositionHistory$)
|
|
2681
2676
|
.build() {
|
|
2682
2677
|
}
|
|
2683
2678
|
|
|
@@ -2689,7 +2684,7 @@ class BatchDeleteGeofenceCommand extends smithyClient.Command
|
|
|
2689
2684
|
})
|
|
2690
2685
|
.s("LocationService", "BatchDeleteGeofence", {})
|
|
2691
2686
|
.n("LocationClient", "BatchDeleteGeofenceCommand")
|
|
2692
|
-
.sc(BatchDeleteGeofence)
|
|
2687
|
+
.sc(BatchDeleteGeofence$)
|
|
2693
2688
|
.build() {
|
|
2694
2689
|
}
|
|
2695
2690
|
|
|
@@ -2701,7 +2696,7 @@ class BatchEvaluateGeofencesCommand extends smithyClient.Command
|
|
|
2701
2696
|
})
|
|
2702
2697
|
.s("LocationService", "BatchEvaluateGeofences", {})
|
|
2703
2698
|
.n("LocationClient", "BatchEvaluateGeofencesCommand")
|
|
2704
|
-
.sc(BatchEvaluateGeofences)
|
|
2699
|
+
.sc(BatchEvaluateGeofences$)
|
|
2705
2700
|
.build() {
|
|
2706
2701
|
}
|
|
2707
2702
|
|
|
@@ -2713,7 +2708,7 @@ class BatchGetDevicePositionCommand extends smithyClient.Command
|
|
|
2713
2708
|
})
|
|
2714
2709
|
.s("LocationService", "BatchGetDevicePosition", {})
|
|
2715
2710
|
.n("LocationClient", "BatchGetDevicePositionCommand")
|
|
2716
|
-
.sc(BatchGetDevicePosition)
|
|
2711
|
+
.sc(BatchGetDevicePosition$)
|
|
2717
2712
|
.build() {
|
|
2718
2713
|
}
|
|
2719
2714
|
|
|
@@ -2725,7 +2720,7 @@ class BatchPutGeofenceCommand extends smithyClient.Command
|
|
|
2725
2720
|
})
|
|
2726
2721
|
.s("LocationService", "BatchPutGeofence", {})
|
|
2727
2722
|
.n("LocationClient", "BatchPutGeofenceCommand")
|
|
2728
|
-
.sc(BatchPutGeofence)
|
|
2723
|
+
.sc(BatchPutGeofence$)
|
|
2729
2724
|
.build() {
|
|
2730
2725
|
}
|
|
2731
2726
|
|
|
@@ -2737,7 +2732,7 @@ class BatchUpdateDevicePositionCommand extends smithyClient.Command
|
|
|
2737
2732
|
})
|
|
2738
2733
|
.s("LocationService", "BatchUpdateDevicePosition", {})
|
|
2739
2734
|
.n("LocationClient", "BatchUpdateDevicePositionCommand")
|
|
2740
|
-
.sc(BatchUpdateDevicePosition)
|
|
2735
|
+
.sc(BatchUpdateDevicePosition$)
|
|
2741
2736
|
.build() {
|
|
2742
2737
|
}
|
|
2743
2738
|
|
|
@@ -2749,7 +2744,7 @@ class CalculateRouteCommand extends smithyClient.Command
|
|
|
2749
2744
|
})
|
|
2750
2745
|
.s("LocationService", "CalculateRoute", {})
|
|
2751
2746
|
.n("LocationClient", "CalculateRouteCommand")
|
|
2752
|
-
.sc(CalculateRoute)
|
|
2747
|
+
.sc(CalculateRoute$)
|
|
2753
2748
|
.build() {
|
|
2754
2749
|
}
|
|
2755
2750
|
|
|
@@ -2761,7 +2756,7 @@ class CalculateRouteMatrixCommand extends smithyClient.Command
|
|
|
2761
2756
|
})
|
|
2762
2757
|
.s("LocationService", "CalculateRouteMatrix", {})
|
|
2763
2758
|
.n("LocationClient", "CalculateRouteMatrixCommand")
|
|
2764
|
-
.sc(CalculateRouteMatrix)
|
|
2759
|
+
.sc(CalculateRouteMatrix$)
|
|
2765
2760
|
.build() {
|
|
2766
2761
|
}
|
|
2767
2762
|
|
|
@@ -2773,7 +2768,7 @@ class CreateGeofenceCollectionCommand extends smithyClient.Command
|
|
|
2773
2768
|
})
|
|
2774
2769
|
.s("LocationService", "CreateGeofenceCollection", {})
|
|
2775
2770
|
.n("LocationClient", "CreateGeofenceCollectionCommand")
|
|
2776
|
-
.sc(CreateGeofenceCollection)
|
|
2771
|
+
.sc(CreateGeofenceCollection$)
|
|
2777
2772
|
.build() {
|
|
2778
2773
|
}
|
|
2779
2774
|
|
|
@@ -2785,7 +2780,7 @@ class CreateKeyCommand extends smithyClient.Command
|
|
|
2785
2780
|
})
|
|
2786
2781
|
.s("LocationService", "CreateKey", {})
|
|
2787
2782
|
.n("LocationClient", "CreateKeyCommand")
|
|
2788
|
-
.sc(CreateKey)
|
|
2783
|
+
.sc(CreateKey$)
|
|
2789
2784
|
.build() {
|
|
2790
2785
|
}
|
|
2791
2786
|
|
|
@@ -2797,7 +2792,7 @@ class CreateMapCommand extends smithyClient.Command
|
|
|
2797
2792
|
})
|
|
2798
2793
|
.s("LocationService", "CreateMap", {})
|
|
2799
2794
|
.n("LocationClient", "CreateMapCommand")
|
|
2800
|
-
.sc(CreateMap)
|
|
2795
|
+
.sc(CreateMap$)
|
|
2801
2796
|
.build() {
|
|
2802
2797
|
}
|
|
2803
2798
|
|
|
@@ -2809,7 +2804,7 @@ class CreatePlaceIndexCommand extends smithyClient.Command
|
|
|
2809
2804
|
})
|
|
2810
2805
|
.s("LocationService", "CreatePlaceIndex", {})
|
|
2811
2806
|
.n("LocationClient", "CreatePlaceIndexCommand")
|
|
2812
|
-
.sc(CreatePlaceIndex)
|
|
2807
|
+
.sc(CreatePlaceIndex$)
|
|
2813
2808
|
.build() {
|
|
2814
2809
|
}
|
|
2815
2810
|
|
|
@@ -2821,7 +2816,7 @@ class CreateRouteCalculatorCommand extends smithyClient.Command
|
|
|
2821
2816
|
})
|
|
2822
2817
|
.s("LocationService", "CreateRouteCalculator", {})
|
|
2823
2818
|
.n("LocationClient", "CreateRouteCalculatorCommand")
|
|
2824
|
-
.sc(CreateRouteCalculator)
|
|
2819
|
+
.sc(CreateRouteCalculator$)
|
|
2825
2820
|
.build() {
|
|
2826
2821
|
}
|
|
2827
2822
|
|
|
@@ -2833,7 +2828,7 @@ class CreateTrackerCommand extends smithyClient.Command
|
|
|
2833
2828
|
})
|
|
2834
2829
|
.s("LocationService", "CreateTracker", {})
|
|
2835
2830
|
.n("LocationClient", "CreateTrackerCommand")
|
|
2836
|
-
.sc(CreateTracker)
|
|
2831
|
+
.sc(CreateTracker$)
|
|
2837
2832
|
.build() {
|
|
2838
2833
|
}
|
|
2839
2834
|
|
|
@@ -2845,7 +2840,7 @@ class DeleteGeofenceCollectionCommand extends smithyClient.Command
|
|
|
2845
2840
|
})
|
|
2846
2841
|
.s("LocationService", "DeleteGeofenceCollection", {})
|
|
2847
2842
|
.n("LocationClient", "DeleteGeofenceCollectionCommand")
|
|
2848
|
-
.sc(DeleteGeofenceCollection)
|
|
2843
|
+
.sc(DeleteGeofenceCollection$)
|
|
2849
2844
|
.build() {
|
|
2850
2845
|
}
|
|
2851
2846
|
|
|
@@ -2857,7 +2852,7 @@ class DeleteKeyCommand extends smithyClient.Command
|
|
|
2857
2852
|
})
|
|
2858
2853
|
.s("LocationService", "DeleteKey", {})
|
|
2859
2854
|
.n("LocationClient", "DeleteKeyCommand")
|
|
2860
|
-
.sc(DeleteKey)
|
|
2855
|
+
.sc(DeleteKey$)
|
|
2861
2856
|
.build() {
|
|
2862
2857
|
}
|
|
2863
2858
|
|
|
@@ -2869,7 +2864,7 @@ class DeleteMapCommand extends smithyClient.Command
|
|
|
2869
2864
|
})
|
|
2870
2865
|
.s("LocationService", "DeleteMap", {})
|
|
2871
2866
|
.n("LocationClient", "DeleteMapCommand")
|
|
2872
|
-
.sc(DeleteMap)
|
|
2867
|
+
.sc(DeleteMap$)
|
|
2873
2868
|
.build() {
|
|
2874
2869
|
}
|
|
2875
2870
|
|
|
@@ -2881,7 +2876,7 @@ class DeletePlaceIndexCommand extends smithyClient.Command
|
|
|
2881
2876
|
})
|
|
2882
2877
|
.s("LocationService", "DeletePlaceIndex", {})
|
|
2883
2878
|
.n("LocationClient", "DeletePlaceIndexCommand")
|
|
2884
|
-
.sc(DeletePlaceIndex)
|
|
2879
|
+
.sc(DeletePlaceIndex$)
|
|
2885
2880
|
.build() {
|
|
2886
2881
|
}
|
|
2887
2882
|
|
|
@@ -2893,7 +2888,7 @@ class DeleteRouteCalculatorCommand extends smithyClient.Command
|
|
|
2893
2888
|
})
|
|
2894
2889
|
.s("LocationService", "DeleteRouteCalculator", {})
|
|
2895
2890
|
.n("LocationClient", "DeleteRouteCalculatorCommand")
|
|
2896
|
-
.sc(DeleteRouteCalculator)
|
|
2891
|
+
.sc(DeleteRouteCalculator$)
|
|
2897
2892
|
.build() {
|
|
2898
2893
|
}
|
|
2899
2894
|
|
|
@@ -2905,7 +2900,7 @@ class DeleteTrackerCommand extends smithyClient.Command
|
|
|
2905
2900
|
})
|
|
2906
2901
|
.s("LocationService", "DeleteTracker", {})
|
|
2907
2902
|
.n("LocationClient", "DeleteTrackerCommand")
|
|
2908
|
-
.sc(DeleteTracker)
|
|
2903
|
+
.sc(DeleteTracker$)
|
|
2909
2904
|
.build() {
|
|
2910
2905
|
}
|
|
2911
2906
|
|
|
@@ -2917,7 +2912,7 @@ class DescribeGeofenceCollectionCommand extends smithyClient.Command
|
|
|
2917
2912
|
})
|
|
2918
2913
|
.s("LocationService", "DescribeGeofenceCollection", {})
|
|
2919
2914
|
.n("LocationClient", "DescribeGeofenceCollectionCommand")
|
|
2920
|
-
.sc(DescribeGeofenceCollection)
|
|
2915
|
+
.sc(DescribeGeofenceCollection$)
|
|
2921
2916
|
.build() {
|
|
2922
2917
|
}
|
|
2923
2918
|
|
|
@@ -2929,7 +2924,7 @@ class DescribeKeyCommand extends smithyClient.Command
|
|
|
2929
2924
|
})
|
|
2930
2925
|
.s("LocationService", "DescribeKey", {})
|
|
2931
2926
|
.n("LocationClient", "DescribeKeyCommand")
|
|
2932
|
-
.sc(DescribeKey)
|
|
2927
|
+
.sc(DescribeKey$)
|
|
2933
2928
|
.build() {
|
|
2934
2929
|
}
|
|
2935
2930
|
|
|
@@ -2941,7 +2936,7 @@ class DescribeMapCommand extends smithyClient.Command
|
|
|
2941
2936
|
})
|
|
2942
2937
|
.s("LocationService", "DescribeMap", {})
|
|
2943
2938
|
.n("LocationClient", "DescribeMapCommand")
|
|
2944
|
-
.sc(DescribeMap)
|
|
2939
|
+
.sc(DescribeMap$)
|
|
2945
2940
|
.build() {
|
|
2946
2941
|
}
|
|
2947
2942
|
|
|
@@ -2953,7 +2948,7 @@ class DescribePlaceIndexCommand extends smithyClient.Command
|
|
|
2953
2948
|
})
|
|
2954
2949
|
.s("LocationService", "DescribePlaceIndex", {})
|
|
2955
2950
|
.n("LocationClient", "DescribePlaceIndexCommand")
|
|
2956
|
-
.sc(DescribePlaceIndex)
|
|
2951
|
+
.sc(DescribePlaceIndex$)
|
|
2957
2952
|
.build() {
|
|
2958
2953
|
}
|
|
2959
2954
|
|
|
@@ -2965,7 +2960,7 @@ class DescribeRouteCalculatorCommand extends smithyClient.Command
|
|
|
2965
2960
|
})
|
|
2966
2961
|
.s("LocationService", "DescribeRouteCalculator", {})
|
|
2967
2962
|
.n("LocationClient", "DescribeRouteCalculatorCommand")
|
|
2968
|
-
.sc(DescribeRouteCalculator)
|
|
2963
|
+
.sc(DescribeRouteCalculator$)
|
|
2969
2964
|
.build() {
|
|
2970
2965
|
}
|
|
2971
2966
|
|
|
@@ -2977,7 +2972,7 @@ class DescribeTrackerCommand extends smithyClient.Command
|
|
|
2977
2972
|
})
|
|
2978
2973
|
.s("LocationService", "DescribeTracker", {})
|
|
2979
2974
|
.n("LocationClient", "DescribeTrackerCommand")
|
|
2980
|
-
.sc(DescribeTracker)
|
|
2975
|
+
.sc(DescribeTracker$)
|
|
2981
2976
|
.build() {
|
|
2982
2977
|
}
|
|
2983
2978
|
|
|
@@ -2989,7 +2984,7 @@ class DisassociateTrackerConsumerCommand extends smithyClient.Command
|
|
|
2989
2984
|
})
|
|
2990
2985
|
.s("LocationService", "DisassociateTrackerConsumer", {})
|
|
2991
2986
|
.n("LocationClient", "DisassociateTrackerConsumerCommand")
|
|
2992
|
-
.sc(DisassociateTrackerConsumer)
|
|
2987
|
+
.sc(DisassociateTrackerConsumer$)
|
|
2993
2988
|
.build() {
|
|
2994
2989
|
}
|
|
2995
2990
|
|
|
@@ -3001,7 +2996,7 @@ class ForecastGeofenceEventsCommand extends smithyClient.Command
|
|
|
3001
2996
|
})
|
|
3002
2997
|
.s("LocationService", "ForecastGeofenceEvents", {})
|
|
3003
2998
|
.n("LocationClient", "ForecastGeofenceEventsCommand")
|
|
3004
|
-
.sc(ForecastGeofenceEvents)
|
|
2999
|
+
.sc(ForecastGeofenceEvents$)
|
|
3005
3000
|
.build() {
|
|
3006
3001
|
}
|
|
3007
3002
|
|
|
@@ -3013,7 +3008,7 @@ class GetDevicePositionCommand extends smithyClient.Command
|
|
|
3013
3008
|
})
|
|
3014
3009
|
.s("LocationService", "GetDevicePosition", {})
|
|
3015
3010
|
.n("LocationClient", "GetDevicePositionCommand")
|
|
3016
|
-
.sc(GetDevicePosition)
|
|
3011
|
+
.sc(GetDevicePosition$)
|
|
3017
3012
|
.build() {
|
|
3018
3013
|
}
|
|
3019
3014
|
|
|
@@ -3025,7 +3020,7 @@ class GetDevicePositionHistoryCommand extends smithyClient.Command
|
|
|
3025
3020
|
})
|
|
3026
3021
|
.s("LocationService", "GetDevicePositionHistory", {})
|
|
3027
3022
|
.n("LocationClient", "GetDevicePositionHistoryCommand")
|
|
3028
|
-
.sc(GetDevicePositionHistory)
|
|
3023
|
+
.sc(GetDevicePositionHistory$)
|
|
3029
3024
|
.build() {
|
|
3030
3025
|
}
|
|
3031
3026
|
|
|
@@ -3037,7 +3032,7 @@ class GetGeofenceCommand extends smithyClient.Command
|
|
|
3037
3032
|
})
|
|
3038
3033
|
.s("LocationService", "GetGeofence", {})
|
|
3039
3034
|
.n("LocationClient", "GetGeofenceCommand")
|
|
3040
|
-
.sc(GetGeofence)
|
|
3035
|
+
.sc(GetGeofence$)
|
|
3041
3036
|
.build() {
|
|
3042
3037
|
}
|
|
3043
3038
|
|
|
@@ -3049,7 +3044,7 @@ class GetMapGlyphsCommand extends smithyClient.Command
|
|
|
3049
3044
|
})
|
|
3050
3045
|
.s("LocationService", "GetMapGlyphs", {})
|
|
3051
3046
|
.n("LocationClient", "GetMapGlyphsCommand")
|
|
3052
|
-
.sc(GetMapGlyphs)
|
|
3047
|
+
.sc(GetMapGlyphs$)
|
|
3053
3048
|
.build() {
|
|
3054
3049
|
}
|
|
3055
3050
|
|
|
@@ -3061,7 +3056,7 @@ class GetMapSpritesCommand extends smithyClient.Command
|
|
|
3061
3056
|
})
|
|
3062
3057
|
.s("LocationService", "GetMapSprites", {})
|
|
3063
3058
|
.n("LocationClient", "GetMapSpritesCommand")
|
|
3064
|
-
.sc(GetMapSprites)
|
|
3059
|
+
.sc(GetMapSprites$)
|
|
3065
3060
|
.build() {
|
|
3066
3061
|
}
|
|
3067
3062
|
|
|
@@ -3073,7 +3068,7 @@ class GetMapStyleDescriptorCommand extends smithyClient.Command
|
|
|
3073
3068
|
})
|
|
3074
3069
|
.s("LocationService", "GetMapStyleDescriptor", {})
|
|
3075
3070
|
.n("LocationClient", "GetMapStyleDescriptorCommand")
|
|
3076
|
-
.sc(GetMapStyleDescriptor)
|
|
3071
|
+
.sc(GetMapStyleDescriptor$)
|
|
3077
3072
|
.build() {
|
|
3078
3073
|
}
|
|
3079
3074
|
|
|
@@ -3085,7 +3080,7 @@ class GetMapTileCommand extends smithyClient.Command
|
|
|
3085
3080
|
})
|
|
3086
3081
|
.s("LocationService", "GetMapTile", {})
|
|
3087
3082
|
.n("LocationClient", "GetMapTileCommand")
|
|
3088
|
-
.sc(GetMapTile)
|
|
3083
|
+
.sc(GetMapTile$)
|
|
3089
3084
|
.build() {
|
|
3090
3085
|
}
|
|
3091
3086
|
|
|
@@ -3097,7 +3092,7 @@ class GetPlaceCommand extends smithyClient.Command
|
|
|
3097
3092
|
})
|
|
3098
3093
|
.s("LocationService", "GetPlace", {})
|
|
3099
3094
|
.n("LocationClient", "GetPlaceCommand")
|
|
3100
|
-
.sc(GetPlace)
|
|
3095
|
+
.sc(GetPlace$)
|
|
3101
3096
|
.build() {
|
|
3102
3097
|
}
|
|
3103
3098
|
|
|
@@ -3109,7 +3104,7 @@ class ListDevicePositionsCommand extends smithyClient.Command
|
|
|
3109
3104
|
})
|
|
3110
3105
|
.s("LocationService", "ListDevicePositions", {})
|
|
3111
3106
|
.n("LocationClient", "ListDevicePositionsCommand")
|
|
3112
|
-
.sc(ListDevicePositions)
|
|
3107
|
+
.sc(ListDevicePositions$)
|
|
3113
3108
|
.build() {
|
|
3114
3109
|
}
|
|
3115
3110
|
|
|
@@ -3121,7 +3116,7 @@ class ListGeofenceCollectionsCommand extends smithyClient.Command
|
|
|
3121
3116
|
})
|
|
3122
3117
|
.s("LocationService", "ListGeofenceCollections", {})
|
|
3123
3118
|
.n("LocationClient", "ListGeofenceCollectionsCommand")
|
|
3124
|
-
.sc(ListGeofenceCollections)
|
|
3119
|
+
.sc(ListGeofenceCollections$)
|
|
3125
3120
|
.build() {
|
|
3126
3121
|
}
|
|
3127
3122
|
|
|
@@ -3133,7 +3128,7 @@ class ListGeofencesCommand extends smithyClient.Command
|
|
|
3133
3128
|
})
|
|
3134
3129
|
.s("LocationService", "ListGeofences", {})
|
|
3135
3130
|
.n("LocationClient", "ListGeofencesCommand")
|
|
3136
|
-
.sc(ListGeofences)
|
|
3131
|
+
.sc(ListGeofences$)
|
|
3137
3132
|
.build() {
|
|
3138
3133
|
}
|
|
3139
3134
|
|
|
@@ -3145,7 +3140,7 @@ class ListKeysCommand extends smithyClient.Command
|
|
|
3145
3140
|
})
|
|
3146
3141
|
.s("LocationService", "ListKeys", {})
|
|
3147
3142
|
.n("LocationClient", "ListKeysCommand")
|
|
3148
|
-
.sc(ListKeys)
|
|
3143
|
+
.sc(ListKeys$)
|
|
3149
3144
|
.build() {
|
|
3150
3145
|
}
|
|
3151
3146
|
|
|
@@ -3157,7 +3152,7 @@ class ListMapsCommand extends smithyClient.Command
|
|
|
3157
3152
|
})
|
|
3158
3153
|
.s("LocationService", "ListMaps", {})
|
|
3159
3154
|
.n("LocationClient", "ListMapsCommand")
|
|
3160
|
-
.sc(ListMaps)
|
|
3155
|
+
.sc(ListMaps$)
|
|
3161
3156
|
.build() {
|
|
3162
3157
|
}
|
|
3163
3158
|
|
|
@@ -3169,7 +3164,7 @@ class ListPlaceIndexesCommand extends smithyClient.Command
|
|
|
3169
3164
|
})
|
|
3170
3165
|
.s("LocationService", "ListPlaceIndexes", {})
|
|
3171
3166
|
.n("LocationClient", "ListPlaceIndexesCommand")
|
|
3172
|
-
.sc(ListPlaceIndexes)
|
|
3167
|
+
.sc(ListPlaceIndexes$)
|
|
3173
3168
|
.build() {
|
|
3174
3169
|
}
|
|
3175
3170
|
|
|
@@ -3181,7 +3176,7 @@ class ListRouteCalculatorsCommand extends smithyClient.Command
|
|
|
3181
3176
|
})
|
|
3182
3177
|
.s("LocationService", "ListRouteCalculators", {})
|
|
3183
3178
|
.n("LocationClient", "ListRouteCalculatorsCommand")
|
|
3184
|
-
.sc(ListRouteCalculators)
|
|
3179
|
+
.sc(ListRouteCalculators$)
|
|
3185
3180
|
.build() {
|
|
3186
3181
|
}
|
|
3187
3182
|
|
|
@@ -3193,7 +3188,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
3193
3188
|
})
|
|
3194
3189
|
.s("LocationService", "ListTagsForResource", {})
|
|
3195
3190
|
.n("LocationClient", "ListTagsForResourceCommand")
|
|
3196
|
-
.sc(ListTagsForResource)
|
|
3191
|
+
.sc(ListTagsForResource$)
|
|
3197
3192
|
.build() {
|
|
3198
3193
|
}
|
|
3199
3194
|
|
|
@@ -3205,7 +3200,7 @@ class ListTrackerConsumersCommand extends smithyClient.Command
|
|
|
3205
3200
|
})
|
|
3206
3201
|
.s("LocationService", "ListTrackerConsumers", {})
|
|
3207
3202
|
.n("LocationClient", "ListTrackerConsumersCommand")
|
|
3208
|
-
.sc(ListTrackerConsumers)
|
|
3203
|
+
.sc(ListTrackerConsumers$)
|
|
3209
3204
|
.build() {
|
|
3210
3205
|
}
|
|
3211
3206
|
|
|
@@ -3217,7 +3212,7 @@ class ListTrackersCommand extends smithyClient.Command
|
|
|
3217
3212
|
})
|
|
3218
3213
|
.s("LocationService", "ListTrackers", {})
|
|
3219
3214
|
.n("LocationClient", "ListTrackersCommand")
|
|
3220
|
-
.sc(ListTrackers)
|
|
3215
|
+
.sc(ListTrackers$)
|
|
3221
3216
|
.build() {
|
|
3222
3217
|
}
|
|
3223
3218
|
|
|
@@ -3229,7 +3224,7 @@ class PutGeofenceCommand extends smithyClient.Command
|
|
|
3229
3224
|
})
|
|
3230
3225
|
.s("LocationService", "PutGeofence", {})
|
|
3231
3226
|
.n("LocationClient", "PutGeofenceCommand")
|
|
3232
|
-
.sc(PutGeofence)
|
|
3227
|
+
.sc(PutGeofence$)
|
|
3233
3228
|
.build() {
|
|
3234
3229
|
}
|
|
3235
3230
|
|
|
@@ -3241,7 +3236,7 @@ class SearchPlaceIndexForPositionCommand extends smithyClient.Command
|
|
|
3241
3236
|
})
|
|
3242
3237
|
.s("LocationService", "SearchPlaceIndexForPosition", {})
|
|
3243
3238
|
.n("LocationClient", "SearchPlaceIndexForPositionCommand")
|
|
3244
|
-
.sc(SearchPlaceIndexForPosition)
|
|
3239
|
+
.sc(SearchPlaceIndexForPosition$)
|
|
3245
3240
|
.build() {
|
|
3246
3241
|
}
|
|
3247
3242
|
|
|
@@ -3253,7 +3248,7 @@ class SearchPlaceIndexForSuggestionsCommand extends smithyClient.Command
|
|
|
3253
3248
|
})
|
|
3254
3249
|
.s("LocationService", "SearchPlaceIndexForSuggestions", {})
|
|
3255
3250
|
.n("LocationClient", "SearchPlaceIndexForSuggestionsCommand")
|
|
3256
|
-
.sc(SearchPlaceIndexForSuggestions)
|
|
3251
|
+
.sc(SearchPlaceIndexForSuggestions$)
|
|
3257
3252
|
.build() {
|
|
3258
3253
|
}
|
|
3259
3254
|
|
|
@@ -3265,7 +3260,7 @@ class SearchPlaceIndexForTextCommand extends smithyClient.Command
|
|
|
3265
3260
|
})
|
|
3266
3261
|
.s("LocationService", "SearchPlaceIndexForText", {})
|
|
3267
3262
|
.n("LocationClient", "SearchPlaceIndexForTextCommand")
|
|
3268
|
-
.sc(SearchPlaceIndexForText)
|
|
3263
|
+
.sc(SearchPlaceIndexForText$)
|
|
3269
3264
|
.build() {
|
|
3270
3265
|
}
|
|
3271
3266
|
|
|
@@ -3277,7 +3272,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
3277
3272
|
})
|
|
3278
3273
|
.s("LocationService", "TagResource", {})
|
|
3279
3274
|
.n("LocationClient", "TagResourceCommand")
|
|
3280
|
-
.sc(TagResource)
|
|
3275
|
+
.sc(TagResource$)
|
|
3281
3276
|
.build() {
|
|
3282
3277
|
}
|
|
3283
3278
|
|
|
@@ -3289,7 +3284,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
3289
3284
|
})
|
|
3290
3285
|
.s("LocationService", "UntagResource", {})
|
|
3291
3286
|
.n("LocationClient", "UntagResourceCommand")
|
|
3292
|
-
.sc(UntagResource)
|
|
3287
|
+
.sc(UntagResource$)
|
|
3293
3288
|
.build() {
|
|
3294
3289
|
}
|
|
3295
3290
|
|
|
@@ -3301,7 +3296,7 @@ class UpdateGeofenceCollectionCommand extends smithyClient.Command
|
|
|
3301
3296
|
})
|
|
3302
3297
|
.s("LocationService", "UpdateGeofenceCollection", {})
|
|
3303
3298
|
.n("LocationClient", "UpdateGeofenceCollectionCommand")
|
|
3304
|
-
.sc(UpdateGeofenceCollection)
|
|
3299
|
+
.sc(UpdateGeofenceCollection$)
|
|
3305
3300
|
.build() {
|
|
3306
3301
|
}
|
|
3307
3302
|
|
|
@@ -3313,7 +3308,7 @@ class UpdateKeyCommand extends smithyClient.Command
|
|
|
3313
3308
|
})
|
|
3314
3309
|
.s("LocationService", "UpdateKey", {})
|
|
3315
3310
|
.n("LocationClient", "UpdateKeyCommand")
|
|
3316
|
-
.sc(UpdateKey)
|
|
3311
|
+
.sc(UpdateKey$)
|
|
3317
3312
|
.build() {
|
|
3318
3313
|
}
|
|
3319
3314
|
|
|
@@ -3325,7 +3320,7 @@ class UpdateMapCommand extends smithyClient.Command
|
|
|
3325
3320
|
})
|
|
3326
3321
|
.s("LocationService", "UpdateMap", {})
|
|
3327
3322
|
.n("LocationClient", "UpdateMapCommand")
|
|
3328
|
-
.sc(UpdateMap)
|
|
3323
|
+
.sc(UpdateMap$)
|
|
3329
3324
|
.build() {
|
|
3330
3325
|
}
|
|
3331
3326
|
|
|
@@ -3337,7 +3332,7 @@ class UpdatePlaceIndexCommand extends smithyClient.Command
|
|
|
3337
3332
|
})
|
|
3338
3333
|
.s("LocationService", "UpdatePlaceIndex", {})
|
|
3339
3334
|
.n("LocationClient", "UpdatePlaceIndexCommand")
|
|
3340
|
-
.sc(UpdatePlaceIndex)
|
|
3335
|
+
.sc(UpdatePlaceIndex$)
|
|
3341
3336
|
.build() {
|
|
3342
3337
|
}
|
|
3343
3338
|
|
|
@@ -3349,7 +3344,7 @@ class UpdateRouteCalculatorCommand extends smithyClient.Command
|
|
|
3349
3344
|
})
|
|
3350
3345
|
.s("LocationService", "UpdateRouteCalculator", {})
|
|
3351
3346
|
.n("LocationClient", "UpdateRouteCalculatorCommand")
|
|
3352
|
-
.sc(UpdateRouteCalculator)
|
|
3347
|
+
.sc(UpdateRouteCalculator$)
|
|
3353
3348
|
.build() {
|
|
3354
3349
|
}
|
|
3355
3350
|
|
|
@@ -3361,7 +3356,7 @@ class UpdateTrackerCommand extends smithyClient.Command
|
|
|
3361
3356
|
})
|
|
3362
3357
|
.s("LocationService", "UpdateTracker", {})
|
|
3363
3358
|
.n("LocationClient", "UpdateTrackerCommand")
|
|
3364
|
-
.sc(UpdateTracker)
|
|
3359
|
+
.sc(UpdateTracker$)
|
|
3365
3360
|
.build() {
|
|
3366
3361
|
}
|
|
3367
3362
|
|
|
@@ -3373,7 +3368,7 @@ class VerifyDevicePositionCommand extends smithyClient.Command
|
|
|
3373
3368
|
})
|
|
3374
3369
|
.s("LocationService", "VerifyDevicePosition", {})
|
|
3375
3370
|
.n("LocationClient", "VerifyDevicePositionCommand")
|
|
3376
|
-
.sc(VerifyDevicePosition)
|
|
3371
|
+
.sc(VerifyDevicePosition$)
|
|
3377
3372
|
.build() {
|
|
3378
3373
|
}
|
|
3379
3374
|
|
|
@@ -3473,76 +3468,324 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3473
3468
|
enumerable: true,
|
|
3474
3469
|
get: function () { return smithyClient.Client; }
|
|
3475
3470
|
});
|
|
3476
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
3471
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
3472
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
3473
|
+
exports.AndroidApp$ = AndroidApp$;
|
|
3474
|
+
exports.ApiKeyFilter$ = ApiKeyFilter$;
|
|
3475
|
+
exports.ApiKeyRestrictions$ = ApiKeyRestrictions$;
|
|
3476
|
+
exports.AppleApp$ = AppleApp$;
|
|
3477
|
+
exports.AssociateTrackerConsumer$ = AssociateTrackerConsumer$;
|
|
3477
3478
|
exports.AssociateTrackerConsumerCommand = AssociateTrackerConsumerCommand;
|
|
3479
|
+
exports.AssociateTrackerConsumerRequest$ = AssociateTrackerConsumerRequest$;
|
|
3480
|
+
exports.AssociateTrackerConsumerResponse$ = AssociateTrackerConsumerResponse$;
|
|
3481
|
+
exports.BatchDeleteDevicePositionHistory$ = BatchDeleteDevicePositionHistory$;
|
|
3478
3482
|
exports.BatchDeleteDevicePositionHistoryCommand = BatchDeleteDevicePositionHistoryCommand;
|
|
3483
|
+
exports.BatchDeleteDevicePositionHistoryError$ = BatchDeleteDevicePositionHistoryError$;
|
|
3484
|
+
exports.BatchDeleteDevicePositionHistoryRequest$ = BatchDeleteDevicePositionHistoryRequest$;
|
|
3485
|
+
exports.BatchDeleteDevicePositionHistoryResponse$ = BatchDeleteDevicePositionHistoryResponse$;
|
|
3486
|
+
exports.BatchDeleteGeofence$ = BatchDeleteGeofence$;
|
|
3479
3487
|
exports.BatchDeleteGeofenceCommand = BatchDeleteGeofenceCommand;
|
|
3488
|
+
exports.BatchDeleteGeofenceError$ = BatchDeleteGeofenceError$;
|
|
3489
|
+
exports.BatchDeleteGeofenceRequest$ = BatchDeleteGeofenceRequest$;
|
|
3490
|
+
exports.BatchDeleteGeofenceResponse$ = BatchDeleteGeofenceResponse$;
|
|
3491
|
+
exports.BatchEvaluateGeofences$ = BatchEvaluateGeofences$;
|
|
3480
3492
|
exports.BatchEvaluateGeofencesCommand = BatchEvaluateGeofencesCommand;
|
|
3493
|
+
exports.BatchEvaluateGeofencesError$ = BatchEvaluateGeofencesError$;
|
|
3494
|
+
exports.BatchEvaluateGeofencesRequest$ = BatchEvaluateGeofencesRequest$;
|
|
3495
|
+
exports.BatchEvaluateGeofencesResponse$ = BatchEvaluateGeofencesResponse$;
|
|
3496
|
+
exports.BatchGetDevicePosition$ = BatchGetDevicePosition$;
|
|
3481
3497
|
exports.BatchGetDevicePositionCommand = BatchGetDevicePositionCommand;
|
|
3498
|
+
exports.BatchGetDevicePositionError$ = BatchGetDevicePositionError$;
|
|
3499
|
+
exports.BatchGetDevicePositionRequest$ = BatchGetDevicePositionRequest$;
|
|
3500
|
+
exports.BatchGetDevicePositionResponse$ = BatchGetDevicePositionResponse$;
|
|
3501
|
+
exports.BatchItemError$ = BatchItemError$;
|
|
3502
|
+
exports.BatchPutGeofence$ = BatchPutGeofence$;
|
|
3482
3503
|
exports.BatchPutGeofenceCommand = BatchPutGeofenceCommand;
|
|
3504
|
+
exports.BatchPutGeofenceError$ = BatchPutGeofenceError$;
|
|
3505
|
+
exports.BatchPutGeofenceRequest$ = BatchPutGeofenceRequest$;
|
|
3506
|
+
exports.BatchPutGeofenceRequestEntry$ = BatchPutGeofenceRequestEntry$;
|
|
3507
|
+
exports.BatchPutGeofenceResponse$ = BatchPutGeofenceResponse$;
|
|
3508
|
+
exports.BatchPutGeofenceSuccess$ = BatchPutGeofenceSuccess$;
|
|
3509
|
+
exports.BatchUpdateDevicePosition$ = BatchUpdateDevicePosition$;
|
|
3483
3510
|
exports.BatchUpdateDevicePositionCommand = BatchUpdateDevicePositionCommand;
|
|
3511
|
+
exports.BatchUpdateDevicePositionError$ = BatchUpdateDevicePositionError$;
|
|
3512
|
+
exports.BatchUpdateDevicePositionRequest$ = BatchUpdateDevicePositionRequest$;
|
|
3513
|
+
exports.BatchUpdateDevicePositionResponse$ = BatchUpdateDevicePositionResponse$;
|
|
3514
|
+
exports.CalculateRoute$ = CalculateRoute$;
|
|
3515
|
+
exports.CalculateRouteCarModeOptions$ = CalculateRouteCarModeOptions$;
|
|
3484
3516
|
exports.CalculateRouteCommand = CalculateRouteCommand;
|
|
3517
|
+
exports.CalculateRouteMatrix$ = CalculateRouteMatrix$;
|
|
3485
3518
|
exports.CalculateRouteMatrixCommand = CalculateRouteMatrixCommand;
|
|
3486
|
-
exports.
|
|
3519
|
+
exports.CalculateRouteMatrixRequest$ = CalculateRouteMatrixRequest$;
|
|
3520
|
+
exports.CalculateRouteMatrixResponse$ = CalculateRouteMatrixResponse$;
|
|
3521
|
+
exports.CalculateRouteMatrixSummary$ = CalculateRouteMatrixSummary$;
|
|
3522
|
+
exports.CalculateRouteRequest$ = CalculateRouteRequest$;
|
|
3523
|
+
exports.CalculateRouteResponse$ = CalculateRouteResponse$;
|
|
3524
|
+
exports.CalculateRouteSummary$ = CalculateRouteSummary$;
|
|
3525
|
+
exports.CalculateRouteTruckModeOptions$ = CalculateRouteTruckModeOptions$;
|
|
3526
|
+
exports.CellSignals$ = CellSignals$;
|
|
3527
|
+
exports.Circle$ = Circle$;
|
|
3528
|
+
exports.ConflictException = ConflictException;
|
|
3529
|
+
exports.ConflictException$ = ConflictException$;
|
|
3530
|
+
exports.CreateGeofenceCollection$ = CreateGeofenceCollection$;
|
|
3487
3531
|
exports.CreateGeofenceCollectionCommand = CreateGeofenceCollectionCommand;
|
|
3532
|
+
exports.CreateGeofenceCollectionRequest$ = CreateGeofenceCollectionRequest$;
|
|
3533
|
+
exports.CreateGeofenceCollectionResponse$ = CreateGeofenceCollectionResponse$;
|
|
3534
|
+
exports.CreateKey$ = CreateKey$;
|
|
3488
3535
|
exports.CreateKeyCommand = CreateKeyCommand;
|
|
3536
|
+
exports.CreateKeyRequest$ = CreateKeyRequest$;
|
|
3537
|
+
exports.CreateKeyResponse$ = CreateKeyResponse$;
|
|
3538
|
+
exports.CreateMap$ = CreateMap$;
|
|
3489
3539
|
exports.CreateMapCommand = CreateMapCommand;
|
|
3540
|
+
exports.CreateMapRequest$ = CreateMapRequest$;
|
|
3541
|
+
exports.CreateMapResponse$ = CreateMapResponse$;
|
|
3542
|
+
exports.CreatePlaceIndex$ = CreatePlaceIndex$;
|
|
3490
3543
|
exports.CreatePlaceIndexCommand = CreatePlaceIndexCommand;
|
|
3544
|
+
exports.CreatePlaceIndexRequest$ = CreatePlaceIndexRequest$;
|
|
3545
|
+
exports.CreatePlaceIndexResponse$ = CreatePlaceIndexResponse$;
|
|
3546
|
+
exports.CreateRouteCalculator$ = CreateRouteCalculator$;
|
|
3491
3547
|
exports.CreateRouteCalculatorCommand = CreateRouteCalculatorCommand;
|
|
3548
|
+
exports.CreateRouteCalculatorRequest$ = CreateRouteCalculatorRequest$;
|
|
3549
|
+
exports.CreateRouteCalculatorResponse$ = CreateRouteCalculatorResponse$;
|
|
3550
|
+
exports.CreateTracker$ = CreateTracker$;
|
|
3492
3551
|
exports.CreateTrackerCommand = CreateTrackerCommand;
|
|
3552
|
+
exports.CreateTrackerRequest$ = CreateTrackerRequest$;
|
|
3553
|
+
exports.CreateTrackerResponse$ = CreateTrackerResponse$;
|
|
3554
|
+
exports.DataSourceConfiguration$ = DataSourceConfiguration$;
|
|
3555
|
+
exports.DeleteGeofenceCollection$ = DeleteGeofenceCollection$;
|
|
3493
3556
|
exports.DeleteGeofenceCollectionCommand = DeleteGeofenceCollectionCommand;
|
|
3557
|
+
exports.DeleteGeofenceCollectionRequest$ = DeleteGeofenceCollectionRequest$;
|
|
3558
|
+
exports.DeleteGeofenceCollectionResponse$ = DeleteGeofenceCollectionResponse$;
|
|
3559
|
+
exports.DeleteKey$ = DeleteKey$;
|
|
3494
3560
|
exports.DeleteKeyCommand = DeleteKeyCommand;
|
|
3561
|
+
exports.DeleteKeyRequest$ = DeleteKeyRequest$;
|
|
3562
|
+
exports.DeleteKeyResponse$ = DeleteKeyResponse$;
|
|
3563
|
+
exports.DeleteMap$ = DeleteMap$;
|
|
3495
3564
|
exports.DeleteMapCommand = DeleteMapCommand;
|
|
3565
|
+
exports.DeleteMapRequest$ = DeleteMapRequest$;
|
|
3566
|
+
exports.DeleteMapResponse$ = DeleteMapResponse$;
|
|
3567
|
+
exports.DeletePlaceIndex$ = DeletePlaceIndex$;
|
|
3496
3568
|
exports.DeletePlaceIndexCommand = DeletePlaceIndexCommand;
|
|
3569
|
+
exports.DeletePlaceIndexRequest$ = DeletePlaceIndexRequest$;
|
|
3570
|
+
exports.DeletePlaceIndexResponse$ = DeletePlaceIndexResponse$;
|
|
3571
|
+
exports.DeleteRouteCalculator$ = DeleteRouteCalculator$;
|
|
3497
3572
|
exports.DeleteRouteCalculatorCommand = DeleteRouteCalculatorCommand;
|
|
3573
|
+
exports.DeleteRouteCalculatorRequest$ = DeleteRouteCalculatorRequest$;
|
|
3574
|
+
exports.DeleteRouteCalculatorResponse$ = DeleteRouteCalculatorResponse$;
|
|
3575
|
+
exports.DeleteTracker$ = DeleteTracker$;
|
|
3498
3576
|
exports.DeleteTrackerCommand = DeleteTrackerCommand;
|
|
3577
|
+
exports.DeleteTrackerRequest$ = DeleteTrackerRequest$;
|
|
3578
|
+
exports.DeleteTrackerResponse$ = DeleteTrackerResponse$;
|
|
3579
|
+
exports.DescribeGeofenceCollection$ = DescribeGeofenceCollection$;
|
|
3499
3580
|
exports.DescribeGeofenceCollectionCommand = DescribeGeofenceCollectionCommand;
|
|
3581
|
+
exports.DescribeGeofenceCollectionRequest$ = DescribeGeofenceCollectionRequest$;
|
|
3582
|
+
exports.DescribeGeofenceCollectionResponse$ = DescribeGeofenceCollectionResponse$;
|
|
3583
|
+
exports.DescribeKey$ = DescribeKey$;
|
|
3500
3584
|
exports.DescribeKeyCommand = DescribeKeyCommand;
|
|
3585
|
+
exports.DescribeKeyRequest$ = DescribeKeyRequest$;
|
|
3586
|
+
exports.DescribeKeyResponse$ = DescribeKeyResponse$;
|
|
3587
|
+
exports.DescribeMap$ = DescribeMap$;
|
|
3501
3588
|
exports.DescribeMapCommand = DescribeMapCommand;
|
|
3589
|
+
exports.DescribeMapRequest$ = DescribeMapRequest$;
|
|
3590
|
+
exports.DescribeMapResponse$ = DescribeMapResponse$;
|
|
3591
|
+
exports.DescribePlaceIndex$ = DescribePlaceIndex$;
|
|
3502
3592
|
exports.DescribePlaceIndexCommand = DescribePlaceIndexCommand;
|
|
3593
|
+
exports.DescribePlaceIndexRequest$ = DescribePlaceIndexRequest$;
|
|
3594
|
+
exports.DescribePlaceIndexResponse$ = DescribePlaceIndexResponse$;
|
|
3595
|
+
exports.DescribeRouteCalculator$ = DescribeRouteCalculator$;
|
|
3503
3596
|
exports.DescribeRouteCalculatorCommand = DescribeRouteCalculatorCommand;
|
|
3597
|
+
exports.DescribeRouteCalculatorRequest$ = DescribeRouteCalculatorRequest$;
|
|
3598
|
+
exports.DescribeRouteCalculatorResponse$ = DescribeRouteCalculatorResponse$;
|
|
3599
|
+
exports.DescribeTracker$ = DescribeTracker$;
|
|
3504
3600
|
exports.DescribeTrackerCommand = DescribeTrackerCommand;
|
|
3601
|
+
exports.DescribeTrackerRequest$ = DescribeTrackerRequest$;
|
|
3602
|
+
exports.DescribeTrackerResponse$ = DescribeTrackerResponse$;
|
|
3603
|
+
exports.DevicePosition$ = DevicePosition$;
|
|
3604
|
+
exports.DevicePositionUpdate$ = DevicePositionUpdate$;
|
|
3605
|
+
exports.DeviceState$ = DeviceState$;
|
|
3606
|
+
exports.DisassociateTrackerConsumer$ = DisassociateTrackerConsumer$;
|
|
3505
3607
|
exports.DisassociateTrackerConsumerCommand = DisassociateTrackerConsumerCommand;
|
|
3608
|
+
exports.DisassociateTrackerConsumerRequest$ = DisassociateTrackerConsumerRequest$;
|
|
3609
|
+
exports.DisassociateTrackerConsumerResponse$ = DisassociateTrackerConsumerResponse$;
|
|
3610
|
+
exports.ForecastGeofenceEvents$ = ForecastGeofenceEvents$;
|
|
3506
3611
|
exports.ForecastGeofenceEventsCommand = ForecastGeofenceEventsCommand;
|
|
3612
|
+
exports.ForecastGeofenceEventsDeviceState$ = ForecastGeofenceEventsDeviceState$;
|
|
3613
|
+
exports.ForecastGeofenceEventsRequest$ = ForecastGeofenceEventsRequest$;
|
|
3614
|
+
exports.ForecastGeofenceEventsResponse$ = ForecastGeofenceEventsResponse$;
|
|
3615
|
+
exports.ForecastedEvent$ = ForecastedEvent$;
|
|
3616
|
+
exports.GeofenceGeometry$ = GeofenceGeometry$;
|
|
3617
|
+
exports.GetDevicePosition$ = GetDevicePosition$;
|
|
3507
3618
|
exports.GetDevicePositionCommand = GetDevicePositionCommand;
|
|
3619
|
+
exports.GetDevicePositionHistory$ = GetDevicePositionHistory$;
|
|
3508
3620
|
exports.GetDevicePositionHistoryCommand = GetDevicePositionHistoryCommand;
|
|
3621
|
+
exports.GetDevicePositionHistoryRequest$ = GetDevicePositionHistoryRequest$;
|
|
3622
|
+
exports.GetDevicePositionHistoryResponse$ = GetDevicePositionHistoryResponse$;
|
|
3623
|
+
exports.GetDevicePositionRequest$ = GetDevicePositionRequest$;
|
|
3624
|
+
exports.GetDevicePositionResponse$ = GetDevicePositionResponse$;
|
|
3625
|
+
exports.GetGeofence$ = GetGeofence$;
|
|
3509
3626
|
exports.GetGeofenceCommand = GetGeofenceCommand;
|
|
3627
|
+
exports.GetGeofenceRequest$ = GetGeofenceRequest$;
|
|
3628
|
+
exports.GetGeofenceResponse$ = GetGeofenceResponse$;
|
|
3629
|
+
exports.GetMapGlyphs$ = GetMapGlyphs$;
|
|
3510
3630
|
exports.GetMapGlyphsCommand = GetMapGlyphsCommand;
|
|
3631
|
+
exports.GetMapGlyphsRequest$ = GetMapGlyphsRequest$;
|
|
3632
|
+
exports.GetMapGlyphsResponse$ = GetMapGlyphsResponse$;
|
|
3633
|
+
exports.GetMapSprites$ = GetMapSprites$;
|
|
3511
3634
|
exports.GetMapSpritesCommand = GetMapSpritesCommand;
|
|
3635
|
+
exports.GetMapSpritesRequest$ = GetMapSpritesRequest$;
|
|
3636
|
+
exports.GetMapSpritesResponse$ = GetMapSpritesResponse$;
|
|
3637
|
+
exports.GetMapStyleDescriptor$ = GetMapStyleDescriptor$;
|
|
3512
3638
|
exports.GetMapStyleDescriptorCommand = GetMapStyleDescriptorCommand;
|
|
3639
|
+
exports.GetMapStyleDescriptorRequest$ = GetMapStyleDescriptorRequest$;
|
|
3640
|
+
exports.GetMapStyleDescriptorResponse$ = GetMapStyleDescriptorResponse$;
|
|
3641
|
+
exports.GetMapTile$ = GetMapTile$;
|
|
3513
3642
|
exports.GetMapTileCommand = GetMapTileCommand;
|
|
3643
|
+
exports.GetMapTileRequest$ = GetMapTileRequest$;
|
|
3644
|
+
exports.GetMapTileResponse$ = GetMapTileResponse$;
|
|
3645
|
+
exports.GetPlace$ = GetPlace$;
|
|
3514
3646
|
exports.GetPlaceCommand = GetPlaceCommand;
|
|
3515
|
-
exports.
|
|
3647
|
+
exports.GetPlaceRequest$ = GetPlaceRequest$;
|
|
3648
|
+
exports.GetPlaceResponse$ = GetPlaceResponse$;
|
|
3649
|
+
exports.InferredState$ = InferredState$;
|
|
3650
|
+
exports.InternalServerException = InternalServerException;
|
|
3651
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
3652
|
+
exports.Leg$ = Leg$;
|
|
3653
|
+
exports.LegGeometry$ = LegGeometry$;
|
|
3654
|
+
exports.ListDevicePositions$ = ListDevicePositions$;
|
|
3516
3655
|
exports.ListDevicePositionsCommand = ListDevicePositionsCommand;
|
|
3656
|
+
exports.ListDevicePositionsRequest$ = ListDevicePositionsRequest$;
|
|
3657
|
+
exports.ListDevicePositionsResponse$ = ListDevicePositionsResponse$;
|
|
3658
|
+
exports.ListDevicePositionsResponseEntry$ = ListDevicePositionsResponseEntry$;
|
|
3659
|
+
exports.ListGeofenceCollections$ = ListGeofenceCollections$;
|
|
3517
3660
|
exports.ListGeofenceCollectionsCommand = ListGeofenceCollectionsCommand;
|
|
3661
|
+
exports.ListGeofenceCollectionsRequest$ = ListGeofenceCollectionsRequest$;
|
|
3662
|
+
exports.ListGeofenceCollectionsResponse$ = ListGeofenceCollectionsResponse$;
|
|
3663
|
+
exports.ListGeofenceCollectionsResponseEntry$ = ListGeofenceCollectionsResponseEntry$;
|
|
3664
|
+
exports.ListGeofenceResponseEntry$ = ListGeofenceResponseEntry$;
|
|
3665
|
+
exports.ListGeofences$ = ListGeofences$;
|
|
3518
3666
|
exports.ListGeofencesCommand = ListGeofencesCommand;
|
|
3667
|
+
exports.ListGeofencesRequest$ = ListGeofencesRequest$;
|
|
3668
|
+
exports.ListGeofencesResponse$ = ListGeofencesResponse$;
|
|
3669
|
+
exports.ListKeys$ = ListKeys$;
|
|
3519
3670
|
exports.ListKeysCommand = ListKeysCommand;
|
|
3671
|
+
exports.ListKeysRequest$ = ListKeysRequest$;
|
|
3672
|
+
exports.ListKeysResponse$ = ListKeysResponse$;
|
|
3673
|
+
exports.ListKeysResponseEntry$ = ListKeysResponseEntry$;
|
|
3674
|
+
exports.ListMaps$ = ListMaps$;
|
|
3520
3675
|
exports.ListMapsCommand = ListMapsCommand;
|
|
3676
|
+
exports.ListMapsRequest$ = ListMapsRequest$;
|
|
3677
|
+
exports.ListMapsResponse$ = ListMapsResponse$;
|
|
3678
|
+
exports.ListMapsResponseEntry$ = ListMapsResponseEntry$;
|
|
3679
|
+
exports.ListPlaceIndexes$ = ListPlaceIndexes$;
|
|
3521
3680
|
exports.ListPlaceIndexesCommand = ListPlaceIndexesCommand;
|
|
3681
|
+
exports.ListPlaceIndexesRequest$ = ListPlaceIndexesRequest$;
|
|
3682
|
+
exports.ListPlaceIndexesResponse$ = ListPlaceIndexesResponse$;
|
|
3683
|
+
exports.ListPlaceIndexesResponseEntry$ = ListPlaceIndexesResponseEntry$;
|
|
3684
|
+
exports.ListRouteCalculators$ = ListRouteCalculators$;
|
|
3522
3685
|
exports.ListRouteCalculatorsCommand = ListRouteCalculatorsCommand;
|
|
3686
|
+
exports.ListRouteCalculatorsRequest$ = ListRouteCalculatorsRequest$;
|
|
3687
|
+
exports.ListRouteCalculatorsResponse$ = ListRouteCalculatorsResponse$;
|
|
3688
|
+
exports.ListRouteCalculatorsResponseEntry$ = ListRouteCalculatorsResponseEntry$;
|
|
3689
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
3523
3690
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
3691
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
3692
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
3693
|
+
exports.ListTrackerConsumers$ = ListTrackerConsumers$;
|
|
3524
3694
|
exports.ListTrackerConsumersCommand = ListTrackerConsumersCommand;
|
|
3695
|
+
exports.ListTrackerConsumersRequest$ = ListTrackerConsumersRequest$;
|
|
3696
|
+
exports.ListTrackerConsumersResponse$ = ListTrackerConsumersResponse$;
|
|
3697
|
+
exports.ListTrackers$ = ListTrackers$;
|
|
3525
3698
|
exports.ListTrackersCommand = ListTrackersCommand;
|
|
3699
|
+
exports.ListTrackersRequest$ = ListTrackersRequest$;
|
|
3700
|
+
exports.ListTrackersResponse$ = ListTrackersResponse$;
|
|
3701
|
+
exports.ListTrackersResponseEntry$ = ListTrackersResponseEntry$;
|
|
3526
3702
|
exports.Location = Location;
|
|
3527
3703
|
exports.LocationClient = LocationClient;
|
|
3528
|
-
exports.LocationServiceException = LocationServiceException
|
|
3704
|
+
exports.LocationServiceException = LocationServiceException;
|
|
3705
|
+
exports.LocationServiceException$ = LocationServiceException$;
|
|
3706
|
+
exports.LteCellDetails$ = LteCellDetails$;
|
|
3707
|
+
exports.LteLocalId$ = LteLocalId$;
|
|
3708
|
+
exports.LteNetworkMeasurements$ = LteNetworkMeasurements$;
|
|
3709
|
+
exports.MapConfiguration$ = MapConfiguration$;
|
|
3710
|
+
exports.MapConfigurationUpdate$ = MapConfigurationUpdate$;
|
|
3711
|
+
exports.Place$ = Place$;
|
|
3712
|
+
exports.PlaceGeometry$ = PlaceGeometry$;
|
|
3713
|
+
exports.PositionalAccuracy$ = PositionalAccuracy$;
|
|
3714
|
+
exports.PutGeofence$ = PutGeofence$;
|
|
3529
3715
|
exports.PutGeofenceCommand = PutGeofenceCommand;
|
|
3530
|
-
exports.
|
|
3716
|
+
exports.PutGeofenceRequest$ = PutGeofenceRequest$;
|
|
3717
|
+
exports.PutGeofenceResponse$ = PutGeofenceResponse$;
|
|
3718
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
3719
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
3720
|
+
exports.RouteMatrixEntry$ = RouteMatrixEntry$;
|
|
3721
|
+
exports.RouteMatrixEntryError$ = RouteMatrixEntryError$;
|
|
3722
|
+
exports.SearchForPositionResult$ = SearchForPositionResult$;
|
|
3723
|
+
exports.SearchForSuggestionsResult$ = SearchForSuggestionsResult$;
|
|
3724
|
+
exports.SearchForTextResult$ = SearchForTextResult$;
|
|
3725
|
+
exports.SearchPlaceIndexForPosition$ = SearchPlaceIndexForPosition$;
|
|
3531
3726
|
exports.SearchPlaceIndexForPositionCommand = SearchPlaceIndexForPositionCommand;
|
|
3727
|
+
exports.SearchPlaceIndexForPositionRequest$ = SearchPlaceIndexForPositionRequest$;
|
|
3728
|
+
exports.SearchPlaceIndexForPositionResponse$ = SearchPlaceIndexForPositionResponse$;
|
|
3729
|
+
exports.SearchPlaceIndexForPositionSummary$ = SearchPlaceIndexForPositionSummary$;
|
|
3730
|
+
exports.SearchPlaceIndexForSuggestions$ = SearchPlaceIndexForSuggestions$;
|
|
3532
3731
|
exports.SearchPlaceIndexForSuggestionsCommand = SearchPlaceIndexForSuggestionsCommand;
|
|
3732
|
+
exports.SearchPlaceIndexForSuggestionsRequest$ = SearchPlaceIndexForSuggestionsRequest$;
|
|
3733
|
+
exports.SearchPlaceIndexForSuggestionsResponse$ = SearchPlaceIndexForSuggestionsResponse$;
|
|
3734
|
+
exports.SearchPlaceIndexForSuggestionsSummary$ = SearchPlaceIndexForSuggestionsSummary$;
|
|
3735
|
+
exports.SearchPlaceIndexForText$ = SearchPlaceIndexForText$;
|
|
3533
3736
|
exports.SearchPlaceIndexForTextCommand = SearchPlaceIndexForTextCommand;
|
|
3534
|
-
exports.
|
|
3737
|
+
exports.SearchPlaceIndexForTextRequest$ = SearchPlaceIndexForTextRequest$;
|
|
3738
|
+
exports.SearchPlaceIndexForTextResponse$ = SearchPlaceIndexForTextResponse$;
|
|
3739
|
+
exports.SearchPlaceIndexForTextSummary$ = SearchPlaceIndexForTextSummary$;
|
|
3740
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
3741
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
3742
|
+
exports.Step$ = Step$;
|
|
3743
|
+
exports.TagResource$ = TagResource$;
|
|
3535
3744
|
exports.TagResourceCommand = TagResourceCommand;
|
|
3536
|
-
exports.
|
|
3745
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
3746
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
3747
|
+
exports.ThrottlingException = ThrottlingException;
|
|
3748
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
3749
|
+
exports.TimeZone$ = TimeZone$;
|
|
3750
|
+
exports.TrackingFilterGeometry$ = TrackingFilterGeometry$;
|
|
3751
|
+
exports.TruckDimensions$ = TruckDimensions$;
|
|
3752
|
+
exports.TruckWeight$ = TruckWeight$;
|
|
3753
|
+
exports.UntagResource$ = UntagResource$;
|
|
3537
3754
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
3755
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
3756
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
3757
|
+
exports.UpdateGeofenceCollection$ = UpdateGeofenceCollection$;
|
|
3538
3758
|
exports.UpdateGeofenceCollectionCommand = UpdateGeofenceCollectionCommand;
|
|
3759
|
+
exports.UpdateGeofenceCollectionRequest$ = UpdateGeofenceCollectionRequest$;
|
|
3760
|
+
exports.UpdateGeofenceCollectionResponse$ = UpdateGeofenceCollectionResponse$;
|
|
3761
|
+
exports.UpdateKey$ = UpdateKey$;
|
|
3539
3762
|
exports.UpdateKeyCommand = UpdateKeyCommand;
|
|
3763
|
+
exports.UpdateKeyRequest$ = UpdateKeyRequest$;
|
|
3764
|
+
exports.UpdateKeyResponse$ = UpdateKeyResponse$;
|
|
3765
|
+
exports.UpdateMap$ = UpdateMap$;
|
|
3540
3766
|
exports.UpdateMapCommand = UpdateMapCommand;
|
|
3767
|
+
exports.UpdateMapRequest$ = UpdateMapRequest$;
|
|
3768
|
+
exports.UpdateMapResponse$ = UpdateMapResponse$;
|
|
3769
|
+
exports.UpdatePlaceIndex$ = UpdatePlaceIndex$;
|
|
3541
3770
|
exports.UpdatePlaceIndexCommand = UpdatePlaceIndexCommand;
|
|
3771
|
+
exports.UpdatePlaceIndexRequest$ = UpdatePlaceIndexRequest$;
|
|
3772
|
+
exports.UpdatePlaceIndexResponse$ = UpdatePlaceIndexResponse$;
|
|
3773
|
+
exports.UpdateRouteCalculator$ = UpdateRouteCalculator$;
|
|
3542
3774
|
exports.UpdateRouteCalculatorCommand = UpdateRouteCalculatorCommand;
|
|
3775
|
+
exports.UpdateRouteCalculatorRequest$ = UpdateRouteCalculatorRequest$;
|
|
3776
|
+
exports.UpdateRouteCalculatorResponse$ = UpdateRouteCalculatorResponse$;
|
|
3777
|
+
exports.UpdateTracker$ = UpdateTracker$;
|
|
3543
3778
|
exports.UpdateTrackerCommand = UpdateTrackerCommand;
|
|
3544
|
-
exports.
|
|
3779
|
+
exports.UpdateTrackerRequest$ = UpdateTrackerRequest$;
|
|
3780
|
+
exports.UpdateTrackerResponse$ = UpdateTrackerResponse$;
|
|
3781
|
+
exports.ValidationException = ValidationException;
|
|
3782
|
+
exports.ValidationException$ = ValidationException$;
|
|
3783
|
+
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
3784
|
+
exports.VerifyDevicePosition$ = VerifyDevicePosition$;
|
|
3545
3785
|
exports.VerifyDevicePositionCommand = VerifyDevicePositionCommand;
|
|
3786
|
+
exports.VerifyDevicePositionRequest$ = VerifyDevicePositionRequest$;
|
|
3787
|
+
exports.VerifyDevicePositionResponse$ = VerifyDevicePositionResponse$;
|
|
3788
|
+
exports.WiFiAccessPoint$ = WiFiAccessPoint$;
|
|
3546
3789
|
exports.paginateForecastGeofenceEvents = paginateForecastGeofenceEvents;
|
|
3547
3790
|
exports.paginateGetDevicePositionHistory = paginateGetDevicePositionHistory;
|
|
3548
3791
|
exports.paginateListDevicePositions = paginateListDevicePositions;
|