@aws-sdk/client-location 3.36.0 → 3.39.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/CHANGELOG.md +42 -0
- package/dist-cjs/Location.js +0 -3
- package/dist-cjs/LocationClient.js +0 -8
- package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +0 -30
- package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +0 -24
- package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +0 -27
- package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +0 -44
- package/dist-cjs/commands/BatchGetDevicePositionCommand.js +0 -24
- package/dist-cjs/commands/BatchPutGeofenceCommand.js +0 -25
- package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +0 -34
- package/dist-cjs/commands/CalculateRouteCommand.js +0 -54
- package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +0 -24
- package/dist-cjs/commands/CreateMapCommand.js +0 -25
- package/dist-cjs/commands/CreatePlaceIndexCommand.js +0 -25
- package/dist-cjs/commands/CreateRouteCalculatorCommand.js +0 -27
- package/dist-cjs/commands/CreateTrackerCommand.js +0 -25
- package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +0 -28
- package/dist-cjs/commands/DeleteMapCommand.js +0 -28
- package/dist-cjs/commands/DeletePlaceIndexCommand.js +0 -27
- package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +0 -27
- package/dist-cjs/commands/DeleteTrackerCommand.js +0 -29
- package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +0 -24
- package/dist-cjs/commands/DescribeMapCommand.js +0 -24
- package/dist-cjs/commands/DescribePlaceIndexCommand.js +0 -24
- package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +0 -24
- package/dist-cjs/commands/DescribeTrackerCommand.js +0 -24
- package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +0 -28
- package/dist-cjs/commands/GetDevicePositionCommand.js +0 -27
- package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +0 -28
- package/dist-cjs/commands/GetGeofenceCommand.js +0 -24
- package/dist-cjs/commands/GetMapGlyphsCommand.js +0 -24
- package/dist-cjs/commands/GetMapSpritesCommand.js +0 -26
- package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +0 -27
- package/dist-cjs/commands/GetMapTileCommand.js +0 -29
- package/dist-cjs/commands/ListDevicePositionsCommand.js +0 -24
- package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +0 -24
- package/dist-cjs/commands/ListGeofencesCommand.js +0 -24
- package/dist-cjs/commands/ListMapsCommand.js +0 -24
- package/dist-cjs/commands/ListPlaceIndexesCommand.js +0 -24
- package/dist-cjs/commands/ListRouteCalculatorsCommand.js +0 -24
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -24
- package/dist-cjs/commands/ListTrackerConsumersCommand.js +0 -24
- package/dist-cjs/commands/ListTrackersCommand.js +0 -24
- package/dist-cjs/commands/PutGeofenceCommand.js +0 -25
- package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +0 -25
- package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +0 -32
- package/dist-cjs/commands/TagResourceCommand.js +0 -37
- package/dist-cjs/commands/UntagResourceCommand.js +0 -24
- package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +0 -24
- package/dist-cjs/commands/UpdateMapCommand.js +0 -24
- package/dist-cjs/commands/UpdatePlaceIndexCommand.js +0 -24
- package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +0 -24
- package/dist-cjs/commands/UpdateTrackerCommand.js +0 -24
- package/dist-cjs/commands/index.js +53 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -62
- package/dist-cjs/models/models_0.js +0 -429
- package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js +0 -10
- package/dist-cjs/pagination/ListDevicePositionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListGeofencesPaginator.js +0 -10
- package/dist-cjs/pagination/ListMapsPaginator.js +0 -10
- package/dist-cjs/pagination/ListPlaceIndexesPaginator.js +0 -10
- package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js +0 -10
- package/dist-cjs/pagination/ListTrackerConsumersPaginator.js +0 -10
- package/dist-cjs/pagination/ListTrackersPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +13 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +50 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -62
- package/dist-es/pagination/index.js +10 -0
- package/dist-types/commands/index.d.ts +50 -0
- package/dist-types/index.d.ts +4 -62
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/Location.d.ts +51 -292
- package/dist-types/ts3.4/LocationClient.d.ts +24 -89
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +50 -0
- package/dist-types/ts3.4/index.d.ts +4 -62
- package/dist-types/ts3.4/models/models_0.d.ts +580 -3098
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
|
@@ -6,162 +6,108 @@ exports.UpdateTrackerResponse = exports.UpdateTrackerRequest = exports.UpdateRou
|
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
var AccessDeniedException;
|
|
8
8
|
(function (AccessDeniedException) {
|
|
9
|
-
/**
|
|
10
|
-
* @internal
|
|
11
|
-
*/
|
|
12
9
|
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
13
10
|
...obj,
|
|
14
11
|
});
|
|
15
12
|
})(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
|
|
16
13
|
var AssociateTrackerConsumerRequest;
|
|
17
14
|
(function (AssociateTrackerConsumerRequest) {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
15
|
AssociateTrackerConsumerRequest.filterSensitiveLog = (obj) => ({
|
|
22
16
|
...obj,
|
|
23
17
|
});
|
|
24
18
|
})(AssociateTrackerConsumerRequest = exports.AssociateTrackerConsumerRequest || (exports.AssociateTrackerConsumerRequest = {}));
|
|
25
19
|
var AssociateTrackerConsumerResponse;
|
|
26
20
|
(function (AssociateTrackerConsumerResponse) {
|
|
27
|
-
/**
|
|
28
|
-
* @internal
|
|
29
|
-
*/
|
|
30
21
|
AssociateTrackerConsumerResponse.filterSensitiveLog = (obj) => ({
|
|
31
22
|
...obj,
|
|
32
23
|
});
|
|
33
24
|
})(AssociateTrackerConsumerResponse = exports.AssociateTrackerConsumerResponse || (exports.AssociateTrackerConsumerResponse = {}));
|
|
34
25
|
var ConflictException;
|
|
35
26
|
(function (ConflictException) {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
27
|
ConflictException.filterSensitiveLog = (obj) => ({
|
|
40
28
|
...obj,
|
|
41
29
|
});
|
|
42
30
|
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
43
31
|
var InternalServerException;
|
|
44
32
|
(function (InternalServerException) {
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
33
|
InternalServerException.filterSensitiveLog = (obj) => ({
|
|
49
34
|
...obj,
|
|
50
35
|
});
|
|
51
36
|
})(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
|
|
52
37
|
var ResourceNotFoundException;
|
|
53
38
|
(function (ResourceNotFoundException) {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
39
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
58
40
|
...obj,
|
|
59
41
|
});
|
|
60
42
|
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
61
43
|
var ServiceQuotaExceededException;
|
|
62
44
|
(function (ServiceQuotaExceededException) {
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
45
|
ServiceQuotaExceededException.filterSensitiveLog = (obj) => ({
|
|
67
46
|
...obj,
|
|
68
47
|
});
|
|
69
48
|
})(ServiceQuotaExceededException = exports.ServiceQuotaExceededException || (exports.ServiceQuotaExceededException = {}));
|
|
70
49
|
var ThrottlingException;
|
|
71
50
|
(function (ThrottlingException) {
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
51
|
ThrottlingException.filterSensitiveLog = (obj) => ({
|
|
76
52
|
...obj,
|
|
77
53
|
});
|
|
78
54
|
})(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
|
|
79
55
|
var ValidationExceptionField;
|
|
80
56
|
(function (ValidationExceptionField) {
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
57
|
ValidationExceptionField.filterSensitiveLog = (obj) => ({
|
|
85
58
|
...obj,
|
|
86
59
|
});
|
|
87
60
|
})(ValidationExceptionField = exports.ValidationExceptionField || (exports.ValidationExceptionField = {}));
|
|
88
61
|
var ValidationException;
|
|
89
62
|
(function (ValidationException) {
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
63
|
ValidationException.filterSensitiveLog = (obj) => ({
|
|
94
64
|
...obj,
|
|
95
65
|
});
|
|
96
66
|
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
97
67
|
var BatchDeleteDevicePositionHistoryRequest;
|
|
98
68
|
(function (BatchDeleteDevicePositionHistoryRequest) {
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
69
|
BatchDeleteDevicePositionHistoryRequest.filterSensitiveLog = (obj) => ({
|
|
103
70
|
...obj,
|
|
104
71
|
});
|
|
105
72
|
})(BatchDeleteDevicePositionHistoryRequest = exports.BatchDeleteDevicePositionHistoryRequest || (exports.BatchDeleteDevicePositionHistoryRequest = {}));
|
|
106
73
|
var BatchItemError;
|
|
107
74
|
(function (BatchItemError) {
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
75
|
BatchItemError.filterSensitiveLog = (obj) => ({
|
|
112
76
|
...obj,
|
|
113
77
|
});
|
|
114
78
|
})(BatchItemError = exports.BatchItemError || (exports.BatchItemError = {}));
|
|
115
79
|
var BatchDeleteDevicePositionHistoryError;
|
|
116
80
|
(function (BatchDeleteDevicePositionHistoryError) {
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
81
|
BatchDeleteDevicePositionHistoryError.filterSensitiveLog = (obj) => ({
|
|
121
82
|
...obj,
|
|
122
83
|
});
|
|
123
84
|
})(BatchDeleteDevicePositionHistoryError = exports.BatchDeleteDevicePositionHistoryError || (exports.BatchDeleteDevicePositionHistoryError = {}));
|
|
124
85
|
var BatchDeleteDevicePositionHistoryResponse;
|
|
125
86
|
(function (BatchDeleteDevicePositionHistoryResponse) {
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
87
|
BatchDeleteDevicePositionHistoryResponse.filterSensitiveLog = (obj) => ({
|
|
130
88
|
...obj,
|
|
131
89
|
});
|
|
132
90
|
})(BatchDeleteDevicePositionHistoryResponse = exports.BatchDeleteDevicePositionHistoryResponse || (exports.BatchDeleteDevicePositionHistoryResponse = {}));
|
|
133
91
|
var BatchDeleteGeofenceRequest;
|
|
134
92
|
(function (BatchDeleteGeofenceRequest) {
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
93
|
BatchDeleteGeofenceRequest.filterSensitiveLog = (obj) => ({
|
|
139
94
|
...obj,
|
|
140
95
|
});
|
|
141
96
|
})(BatchDeleteGeofenceRequest = exports.BatchDeleteGeofenceRequest || (exports.BatchDeleteGeofenceRequest = {}));
|
|
142
97
|
var BatchDeleteGeofenceError;
|
|
143
98
|
(function (BatchDeleteGeofenceError) {
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
99
|
BatchDeleteGeofenceError.filterSensitiveLog = (obj) => ({
|
|
148
100
|
...obj,
|
|
149
101
|
});
|
|
150
102
|
})(BatchDeleteGeofenceError = exports.BatchDeleteGeofenceError || (exports.BatchDeleteGeofenceError = {}));
|
|
151
103
|
var BatchDeleteGeofenceResponse;
|
|
152
104
|
(function (BatchDeleteGeofenceResponse) {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
105
|
BatchDeleteGeofenceResponse.filterSensitiveLog = (obj) => ({
|
|
157
106
|
...obj,
|
|
158
107
|
});
|
|
159
108
|
})(BatchDeleteGeofenceResponse = exports.BatchDeleteGeofenceResponse || (exports.BatchDeleteGeofenceResponse = {}));
|
|
160
109
|
var DevicePositionUpdate;
|
|
161
110
|
(function (DevicePositionUpdate) {
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
111
|
DevicePositionUpdate.filterSensitiveLog = (obj) => ({
|
|
166
112
|
...obj,
|
|
167
113
|
...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -169,9 +115,6 @@ var DevicePositionUpdate;
|
|
|
169
115
|
})(DevicePositionUpdate = exports.DevicePositionUpdate || (exports.DevicePositionUpdate = {}));
|
|
170
116
|
var BatchEvaluateGeofencesRequest;
|
|
171
117
|
(function (BatchEvaluateGeofencesRequest) {
|
|
172
|
-
/**
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
118
|
BatchEvaluateGeofencesRequest.filterSensitiveLog = (obj) => ({
|
|
176
119
|
...obj,
|
|
177
120
|
...(obj.DevicePositionUpdates && {
|
|
@@ -181,36 +124,24 @@ var BatchEvaluateGeofencesRequest;
|
|
|
181
124
|
})(BatchEvaluateGeofencesRequest = exports.BatchEvaluateGeofencesRequest || (exports.BatchEvaluateGeofencesRequest = {}));
|
|
182
125
|
var BatchEvaluateGeofencesError;
|
|
183
126
|
(function (BatchEvaluateGeofencesError) {
|
|
184
|
-
/**
|
|
185
|
-
* @internal
|
|
186
|
-
*/
|
|
187
127
|
BatchEvaluateGeofencesError.filterSensitiveLog = (obj) => ({
|
|
188
128
|
...obj,
|
|
189
129
|
});
|
|
190
130
|
})(BatchEvaluateGeofencesError = exports.BatchEvaluateGeofencesError || (exports.BatchEvaluateGeofencesError = {}));
|
|
191
131
|
var BatchEvaluateGeofencesResponse;
|
|
192
132
|
(function (BatchEvaluateGeofencesResponse) {
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
133
|
BatchEvaluateGeofencesResponse.filterSensitiveLog = (obj) => ({
|
|
197
134
|
...obj,
|
|
198
135
|
});
|
|
199
136
|
})(BatchEvaluateGeofencesResponse = exports.BatchEvaluateGeofencesResponse || (exports.BatchEvaluateGeofencesResponse = {}));
|
|
200
137
|
var BatchGetDevicePositionRequest;
|
|
201
138
|
(function (BatchGetDevicePositionRequest) {
|
|
202
|
-
/**
|
|
203
|
-
* @internal
|
|
204
|
-
*/
|
|
205
139
|
BatchGetDevicePositionRequest.filterSensitiveLog = (obj) => ({
|
|
206
140
|
...obj,
|
|
207
141
|
});
|
|
208
142
|
})(BatchGetDevicePositionRequest = exports.BatchGetDevicePositionRequest || (exports.BatchGetDevicePositionRequest = {}));
|
|
209
143
|
var DevicePosition;
|
|
210
144
|
(function (DevicePosition) {
|
|
211
|
-
/**
|
|
212
|
-
* @internal
|
|
213
|
-
*/
|
|
214
145
|
DevicePosition.filterSensitiveLog = (obj) => ({
|
|
215
146
|
...obj,
|
|
216
147
|
...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -218,18 +149,12 @@ var DevicePosition;
|
|
|
218
149
|
})(DevicePosition = exports.DevicePosition || (exports.DevicePosition = {}));
|
|
219
150
|
var BatchGetDevicePositionError;
|
|
220
151
|
(function (BatchGetDevicePositionError) {
|
|
221
|
-
/**
|
|
222
|
-
* @internal
|
|
223
|
-
*/
|
|
224
152
|
BatchGetDevicePositionError.filterSensitiveLog = (obj) => ({
|
|
225
153
|
...obj,
|
|
226
154
|
});
|
|
227
155
|
})(BatchGetDevicePositionError = exports.BatchGetDevicePositionError || (exports.BatchGetDevicePositionError = {}));
|
|
228
156
|
var BatchGetDevicePositionResponse;
|
|
229
157
|
(function (BatchGetDevicePositionResponse) {
|
|
230
|
-
/**
|
|
231
|
-
* @internal
|
|
232
|
-
*/
|
|
233
158
|
BatchGetDevicePositionResponse.filterSensitiveLog = (obj) => ({
|
|
234
159
|
...obj,
|
|
235
160
|
...(obj.DevicePositions && {
|
|
@@ -239,9 +164,6 @@ var BatchGetDevicePositionResponse;
|
|
|
239
164
|
})(BatchGetDevicePositionResponse = exports.BatchGetDevicePositionResponse || (exports.BatchGetDevicePositionResponse = {}));
|
|
240
165
|
var GeofenceGeometry;
|
|
241
166
|
(function (GeofenceGeometry) {
|
|
242
|
-
/**
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
167
|
GeofenceGeometry.filterSensitiveLog = (obj) => ({
|
|
246
168
|
...obj,
|
|
247
169
|
...(obj.Polygon && { Polygon: obj.Polygon.map((item) => smithy_client_1.SENSITIVE_STRING) }),
|
|
@@ -249,9 +171,6 @@ var GeofenceGeometry;
|
|
|
249
171
|
})(GeofenceGeometry = exports.GeofenceGeometry || (exports.GeofenceGeometry = {}));
|
|
250
172
|
var BatchPutGeofenceRequestEntry;
|
|
251
173
|
(function (BatchPutGeofenceRequestEntry) {
|
|
252
|
-
/**
|
|
253
|
-
* @internal
|
|
254
|
-
*/
|
|
255
174
|
BatchPutGeofenceRequestEntry.filterSensitiveLog = (obj) => ({
|
|
256
175
|
...obj,
|
|
257
176
|
...(obj.Geometry && { Geometry: GeofenceGeometry.filterSensitiveLog(obj.Geometry) }),
|
|
@@ -259,9 +178,6 @@ var BatchPutGeofenceRequestEntry;
|
|
|
259
178
|
})(BatchPutGeofenceRequestEntry = exports.BatchPutGeofenceRequestEntry || (exports.BatchPutGeofenceRequestEntry = {}));
|
|
260
179
|
var BatchPutGeofenceRequest;
|
|
261
180
|
(function (BatchPutGeofenceRequest) {
|
|
262
|
-
/**
|
|
263
|
-
* @internal
|
|
264
|
-
*/
|
|
265
181
|
BatchPutGeofenceRequest.filterSensitiveLog = (obj) => ({
|
|
266
182
|
...obj,
|
|
267
183
|
...(obj.Entries && { Entries: obj.Entries.map((item) => BatchPutGeofenceRequestEntry.filterSensitiveLog(item)) }),
|
|
@@ -269,36 +185,24 @@ var BatchPutGeofenceRequest;
|
|
|
269
185
|
})(BatchPutGeofenceRequest = exports.BatchPutGeofenceRequest || (exports.BatchPutGeofenceRequest = {}));
|
|
270
186
|
var BatchPutGeofenceError;
|
|
271
187
|
(function (BatchPutGeofenceError) {
|
|
272
|
-
/**
|
|
273
|
-
* @internal
|
|
274
|
-
*/
|
|
275
188
|
BatchPutGeofenceError.filterSensitiveLog = (obj) => ({
|
|
276
189
|
...obj,
|
|
277
190
|
});
|
|
278
191
|
})(BatchPutGeofenceError = exports.BatchPutGeofenceError || (exports.BatchPutGeofenceError = {}));
|
|
279
192
|
var BatchPutGeofenceSuccess;
|
|
280
193
|
(function (BatchPutGeofenceSuccess) {
|
|
281
|
-
/**
|
|
282
|
-
* @internal
|
|
283
|
-
*/
|
|
284
194
|
BatchPutGeofenceSuccess.filterSensitiveLog = (obj) => ({
|
|
285
195
|
...obj,
|
|
286
196
|
});
|
|
287
197
|
})(BatchPutGeofenceSuccess = exports.BatchPutGeofenceSuccess || (exports.BatchPutGeofenceSuccess = {}));
|
|
288
198
|
var BatchPutGeofenceResponse;
|
|
289
199
|
(function (BatchPutGeofenceResponse) {
|
|
290
|
-
/**
|
|
291
|
-
* @internal
|
|
292
|
-
*/
|
|
293
200
|
BatchPutGeofenceResponse.filterSensitiveLog = (obj) => ({
|
|
294
201
|
...obj,
|
|
295
202
|
});
|
|
296
203
|
})(BatchPutGeofenceResponse = exports.BatchPutGeofenceResponse || (exports.BatchPutGeofenceResponse = {}));
|
|
297
204
|
var BatchUpdateDevicePositionRequest;
|
|
298
205
|
(function (BatchUpdateDevicePositionRequest) {
|
|
299
|
-
/**
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
302
206
|
BatchUpdateDevicePositionRequest.filterSensitiveLog = (obj) => ({
|
|
303
207
|
...obj,
|
|
304
208
|
...(obj.Updates && { Updates: obj.Updates.map((item) => DevicePositionUpdate.filterSensitiveLog(item)) }),
|
|
@@ -306,63 +210,42 @@ var BatchUpdateDevicePositionRequest;
|
|
|
306
210
|
})(BatchUpdateDevicePositionRequest = exports.BatchUpdateDevicePositionRequest || (exports.BatchUpdateDevicePositionRequest = {}));
|
|
307
211
|
var BatchUpdateDevicePositionError;
|
|
308
212
|
(function (BatchUpdateDevicePositionError) {
|
|
309
|
-
/**
|
|
310
|
-
* @internal
|
|
311
|
-
*/
|
|
312
213
|
BatchUpdateDevicePositionError.filterSensitiveLog = (obj) => ({
|
|
313
214
|
...obj,
|
|
314
215
|
});
|
|
315
216
|
})(BatchUpdateDevicePositionError = exports.BatchUpdateDevicePositionError || (exports.BatchUpdateDevicePositionError = {}));
|
|
316
217
|
var BatchUpdateDevicePositionResponse;
|
|
317
218
|
(function (BatchUpdateDevicePositionResponse) {
|
|
318
|
-
/**
|
|
319
|
-
* @internal
|
|
320
|
-
*/
|
|
321
219
|
BatchUpdateDevicePositionResponse.filterSensitiveLog = (obj) => ({
|
|
322
220
|
...obj,
|
|
323
221
|
});
|
|
324
222
|
})(BatchUpdateDevicePositionResponse = exports.BatchUpdateDevicePositionResponse || (exports.BatchUpdateDevicePositionResponse = {}));
|
|
325
223
|
var CalculateRouteCarModeOptions;
|
|
326
224
|
(function (CalculateRouteCarModeOptions) {
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
225
|
CalculateRouteCarModeOptions.filterSensitiveLog = (obj) => ({
|
|
331
226
|
...obj,
|
|
332
227
|
});
|
|
333
228
|
})(CalculateRouteCarModeOptions = exports.CalculateRouteCarModeOptions || (exports.CalculateRouteCarModeOptions = {}));
|
|
334
229
|
var TruckDimensions;
|
|
335
230
|
(function (TruckDimensions) {
|
|
336
|
-
/**
|
|
337
|
-
* @internal
|
|
338
|
-
*/
|
|
339
231
|
TruckDimensions.filterSensitiveLog = (obj) => ({
|
|
340
232
|
...obj,
|
|
341
233
|
});
|
|
342
234
|
})(TruckDimensions = exports.TruckDimensions || (exports.TruckDimensions = {}));
|
|
343
235
|
var TruckWeight;
|
|
344
236
|
(function (TruckWeight) {
|
|
345
|
-
/**
|
|
346
|
-
* @internal
|
|
347
|
-
*/
|
|
348
237
|
TruckWeight.filterSensitiveLog = (obj) => ({
|
|
349
238
|
...obj,
|
|
350
239
|
});
|
|
351
240
|
})(TruckWeight = exports.TruckWeight || (exports.TruckWeight = {}));
|
|
352
241
|
var CalculateRouteTruckModeOptions;
|
|
353
242
|
(function (CalculateRouteTruckModeOptions) {
|
|
354
|
-
/**
|
|
355
|
-
* @internal
|
|
356
|
-
*/
|
|
357
243
|
CalculateRouteTruckModeOptions.filterSensitiveLog = (obj) => ({
|
|
358
244
|
...obj,
|
|
359
245
|
});
|
|
360
246
|
})(CalculateRouteTruckModeOptions = exports.CalculateRouteTruckModeOptions || (exports.CalculateRouteTruckModeOptions = {}));
|
|
361
247
|
var CalculateRouteRequest;
|
|
362
248
|
(function (CalculateRouteRequest) {
|
|
363
|
-
/**
|
|
364
|
-
* @internal
|
|
365
|
-
*/
|
|
366
249
|
CalculateRouteRequest.filterSensitiveLog = (obj) => ({
|
|
367
250
|
...obj,
|
|
368
251
|
...(obj.DeparturePosition && { DeparturePosition: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -372,9 +255,6 @@ var CalculateRouteRequest;
|
|
|
372
255
|
})(CalculateRouteRequest = exports.CalculateRouteRequest || (exports.CalculateRouteRequest = {}));
|
|
373
256
|
var LegGeometry;
|
|
374
257
|
(function (LegGeometry) {
|
|
375
|
-
/**
|
|
376
|
-
* @internal
|
|
377
|
-
*/
|
|
378
258
|
LegGeometry.filterSensitiveLog = (obj) => ({
|
|
379
259
|
...obj,
|
|
380
260
|
...(obj.LineString && { LineString: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -382,9 +262,6 @@ var LegGeometry;
|
|
|
382
262
|
})(LegGeometry = exports.LegGeometry || (exports.LegGeometry = {}));
|
|
383
263
|
var Step;
|
|
384
264
|
(function (Step) {
|
|
385
|
-
/**
|
|
386
|
-
* @internal
|
|
387
|
-
*/
|
|
388
265
|
Step.filterSensitiveLog = (obj) => ({
|
|
389
266
|
...obj,
|
|
390
267
|
...(obj.StartPosition && { StartPosition: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -393,9 +270,6 @@ var Step;
|
|
|
393
270
|
})(Step = exports.Step || (exports.Step = {}));
|
|
394
271
|
var Leg;
|
|
395
272
|
(function (Leg) {
|
|
396
|
-
/**
|
|
397
|
-
* @internal
|
|
398
|
-
*/
|
|
399
273
|
Leg.filterSensitiveLog = (obj) => ({
|
|
400
274
|
...obj,
|
|
401
275
|
...(obj.StartPosition && { StartPosition: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -406,9 +280,6 @@ var Leg;
|
|
|
406
280
|
})(Leg = exports.Leg || (exports.Leg = {}));
|
|
407
281
|
var CalculateRouteSummary;
|
|
408
282
|
(function (CalculateRouteSummary) {
|
|
409
|
-
/**
|
|
410
|
-
* @internal
|
|
411
|
-
*/
|
|
412
283
|
CalculateRouteSummary.filterSensitiveLog = (obj) => ({
|
|
413
284
|
...obj,
|
|
414
285
|
...(obj.RouteBBox && { RouteBBox: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -416,9 +287,6 @@ var CalculateRouteSummary;
|
|
|
416
287
|
})(CalculateRouteSummary = exports.CalculateRouteSummary || (exports.CalculateRouteSummary = {}));
|
|
417
288
|
var CalculateRouteResponse;
|
|
418
289
|
(function (CalculateRouteResponse) {
|
|
419
|
-
/**
|
|
420
|
-
* @internal
|
|
421
|
-
*/
|
|
422
290
|
CalculateRouteResponse.filterSensitiveLog = (obj) => ({
|
|
423
291
|
...obj,
|
|
424
292
|
...(obj.Legs && { Legs: obj.Legs.map((item) => Leg.filterSensitiveLog(item)) }),
|
|
@@ -427,378 +295,252 @@ var CalculateRouteResponse;
|
|
|
427
295
|
})(CalculateRouteResponse = exports.CalculateRouteResponse || (exports.CalculateRouteResponse = {}));
|
|
428
296
|
var CreateGeofenceCollectionRequest;
|
|
429
297
|
(function (CreateGeofenceCollectionRequest) {
|
|
430
|
-
/**
|
|
431
|
-
* @internal
|
|
432
|
-
*/
|
|
433
298
|
CreateGeofenceCollectionRequest.filterSensitiveLog = (obj) => ({
|
|
434
299
|
...obj,
|
|
435
300
|
});
|
|
436
301
|
})(CreateGeofenceCollectionRequest = exports.CreateGeofenceCollectionRequest || (exports.CreateGeofenceCollectionRequest = {}));
|
|
437
302
|
var CreateGeofenceCollectionResponse;
|
|
438
303
|
(function (CreateGeofenceCollectionResponse) {
|
|
439
|
-
/**
|
|
440
|
-
* @internal
|
|
441
|
-
*/
|
|
442
304
|
CreateGeofenceCollectionResponse.filterSensitiveLog = (obj) => ({
|
|
443
305
|
...obj,
|
|
444
306
|
});
|
|
445
307
|
})(CreateGeofenceCollectionResponse = exports.CreateGeofenceCollectionResponse || (exports.CreateGeofenceCollectionResponse = {}));
|
|
446
308
|
var MapConfiguration;
|
|
447
309
|
(function (MapConfiguration) {
|
|
448
|
-
/**
|
|
449
|
-
* @internal
|
|
450
|
-
*/
|
|
451
310
|
MapConfiguration.filterSensitiveLog = (obj) => ({
|
|
452
311
|
...obj,
|
|
453
312
|
});
|
|
454
313
|
})(MapConfiguration = exports.MapConfiguration || (exports.MapConfiguration = {}));
|
|
455
314
|
var CreateMapRequest;
|
|
456
315
|
(function (CreateMapRequest) {
|
|
457
|
-
/**
|
|
458
|
-
* @internal
|
|
459
|
-
*/
|
|
460
316
|
CreateMapRequest.filterSensitiveLog = (obj) => ({
|
|
461
317
|
...obj,
|
|
462
318
|
});
|
|
463
319
|
})(CreateMapRequest = exports.CreateMapRequest || (exports.CreateMapRequest = {}));
|
|
464
320
|
var CreateMapResponse;
|
|
465
321
|
(function (CreateMapResponse) {
|
|
466
|
-
/**
|
|
467
|
-
* @internal
|
|
468
|
-
*/
|
|
469
322
|
CreateMapResponse.filterSensitiveLog = (obj) => ({
|
|
470
323
|
...obj,
|
|
471
324
|
});
|
|
472
325
|
})(CreateMapResponse = exports.CreateMapResponse || (exports.CreateMapResponse = {}));
|
|
473
326
|
var DataSourceConfiguration;
|
|
474
327
|
(function (DataSourceConfiguration) {
|
|
475
|
-
/**
|
|
476
|
-
* @internal
|
|
477
|
-
*/
|
|
478
328
|
DataSourceConfiguration.filterSensitiveLog = (obj) => ({
|
|
479
329
|
...obj,
|
|
480
330
|
});
|
|
481
331
|
})(DataSourceConfiguration = exports.DataSourceConfiguration || (exports.DataSourceConfiguration = {}));
|
|
482
332
|
var CreatePlaceIndexRequest;
|
|
483
333
|
(function (CreatePlaceIndexRequest) {
|
|
484
|
-
/**
|
|
485
|
-
* @internal
|
|
486
|
-
*/
|
|
487
334
|
CreatePlaceIndexRequest.filterSensitiveLog = (obj) => ({
|
|
488
335
|
...obj,
|
|
489
336
|
});
|
|
490
337
|
})(CreatePlaceIndexRequest = exports.CreatePlaceIndexRequest || (exports.CreatePlaceIndexRequest = {}));
|
|
491
338
|
var CreatePlaceIndexResponse;
|
|
492
339
|
(function (CreatePlaceIndexResponse) {
|
|
493
|
-
/**
|
|
494
|
-
* @internal
|
|
495
|
-
*/
|
|
496
340
|
CreatePlaceIndexResponse.filterSensitiveLog = (obj) => ({
|
|
497
341
|
...obj,
|
|
498
342
|
});
|
|
499
343
|
})(CreatePlaceIndexResponse = exports.CreatePlaceIndexResponse || (exports.CreatePlaceIndexResponse = {}));
|
|
500
344
|
var CreateRouteCalculatorRequest;
|
|
501
345
|
(function (CreateRouteCalculatorRequest) {
|
|
502
|
-
/**
|
|
503
|
-
* @internal
|
|
504
|
-
*/
|
|
505
346
|
CreateRouteCalculatorRequest.filterSensitiveLog = (obj) => ({
|
|
506
347
|
...obj,
|
|
507
348
|
});
|
|
508
349
|
})(CreateRouteCalculatorRequest = exports.CreateRouteCalculatorRequest || (exports.CreateRouteCalculatorRequest = {}));
|
|
509
350
|
var CreateRouteCalculatorResponse;
|
|
510
351
|
(function (CreateRouteCalculatorResponse) {
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
352
|
CreateRouteCalculatorResponse.filterSensitiveLog = (obj) => ({
|
|
515
353
|
...obj,
|
|
516
354
|
});
|
|
517
355
|
})(CreateRouteCalculatorResponse = exports.CreateRouteCalculatorResponse || (exports.CreateRouteCalculatorResponse = {}));
|
|
518
356
|
var CreateTrackerRequest;
|
|
519
357
|
(function (CreateTrackerRequest) {
|
|
520
|
-
/**
|
|
521
|
-
* @internal
|
|
522
|
-
*/
|
|
523
358
|
CreateTrackerRequest.filterSensitiveLog = (obj) => ({
|
|
524
359
|
...obj,
|
|
525
360
|
});
|
|
526
361
|
})(CreateTrackerRequest = exports.CreateTrackerRequest || (exports.CreateTrackerRequest = {}));
|
|
527
362
|
var CreateTrackerResponse;
|
|
528
363
|
(function (CreateTrackerResponse) {
|
|
529
|
-
/**
|
|
530
|
-
* @internal
|
|
531
|
-
*/
|
|
532
364
|
CreateTrackerResponse.filterSensitiveLog = (obj) => ({
|
|
533
365
|
...obj,
|
|
534
366
|
});
|
|
535
367
|
})(CreateTrackerResponse = exports.CreateTrackerResponse || (exports.CreateTrackerResponse = {}));
|
|
536
368
|
var DeleteGeofenceCollectionRequest;
|
|
537
369
|
(function (DeleteGeofenceCollectionRequest) {
|
|
538
|
-
/**
|
|
539
|
-
* @internal
|
|
540
|
-
*/
|
|
541
370
|
DeleteGeofenceCollectionRequest.filterSensitiveLog = (obj) => ({
|
|
542
371
|
...obj,
|
|
543
372
|
});
|
|
544
373
|
})(DeleteGeofenceCollectionRequest = exports.DeleteGeofenceCollectionRequest || (exports.DeleteGeofenceCollectionRequest = {}));
|
|
545
374
|
var DeleteGeofenceCollectionResponse;
|
|
546
375
|
(function (DeleteGeofenceCollectionResponse) {
|
|
547
|
-
/**
|
|
548
|
-
* @internal
|
|
549
|
-
*/
|
|
550
376
|
DeleteGeofenceCollectionResponse.filterSensitiveLog = (obj) => ({
|
|
551
377
|
...obj,
|
|
552
378
|
});
|
|
553
379
|
})(DeleteGeofenceCollectionResponse = exports.DeleteGeofenceCollectionResponse || (exports.DeleteGeofenceCollectionResponse = {}));
|
|
554
380
|
var DeleteMapRequest;
|
|
555
381
|
(function (DeleteMapRequest) {
|
|
556
|
-
/**
|
|
557
|
-
* @internal
|
|
558
|
-
*/
|
|
559
382
|
DeleteMapRequest.filterSensitiveLog = (obj) => ({
|
|
560
383
|
...obj,
|
|
561
384
|
});
|
|
562
385
|
})(DeleteMapRequest = exports.DeleteMapRequest || (exports.DeleteMapRequest = {}));
|
|
563
386
|
var DeleteMapResponse;
|
|
564
387
|
(function (DeleteMapResponse) {
|
|
565
|
-
/**
|
|
566
|
-
* @internal
|
|
567
|
-
*/
|
|
568
388
|
DeleteMapResponse.filterSensitiveLog = (obj) => ({
|
|
569
389
|
...obj,
|
|
570
390
|
});
|
|
571
391
|
})(DeleteMapResponse = exports.DeleteMapResponse || (exports.DeleteMapResponse = {}));
|
|
572
392
|
var DeletePlaceIndexRequest;
|
|
573
393
|
(function (DeletePlaceIndexRequest) {
|
|
574
|
-
/**
|
|
575
|
-
* @internal
|
|
576
|
-
*/
|
|
577
394
|
DeletePlaceIndexRequest.filterSensitiveLog = (obj) => ({
|
|
578
395
|
...obj,
|
|
579
396
|
});
|
|
580
397
|
})(DeletePlaceIndexRequest = exports.DeletePlaceIndexRequest || (exports.DeletePlaceIndexRequest = {}));
|
|
581
398
|
var DeletePlaceIndexResponse;
|
|
582
399
|
(function (DeletePlaceIndexResponse) {
|
|
583
|
-
/**
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
400
|
DeletePlaceIndexResponse.filterSensitiveLog = (obj) => ({
|
|
587
401
|
...obj,
|
|
588
402
|
});
|
|
589
403
|
})(DeletePlaceIndexResponse = exports.DeletePlaceIndexResponse || (exports.DeletePlaceIndexResponse = {}));
|
|
590
404
|
var DeleteRouteCalculatorRequest;
|
|
591
405
|
(function (DeleteRouteCalculatorRequest) {
|
|
592
|
-
/**
|
|
593
|
-
* @internal
|
|
594
|
-
*/
|
|
595
406
|
DeleteRouteCalculatorRequest.filterSensitiveLog = (obj) => ({
|
|
596
407
|
...obj,
|
|
597
408
|
});
|
|
598
409
|
})(DeleteRouteCalculatorRequest = exports.DeleteRouteCalculatorRequest || (exports.DeleteRouteCalculatorRequest = {}));
|
|
599
410
|
var DeleteRouteCalculatorResponse;
|
|
600
411
|
(function (DeleteRouteCalculatorResponse) {
|
|
601
|
-
/**
|
|
602
|
-
* @internal
|
|
603
|
-
*/
|
|
604
412
|
DeleteRouteCalculatorResponse.filterSensitiveLog = (obj) => ({
|
|
605
413
|
...obj,
|
|
606
414
|
});
|
|
607
415
|
})(DeleteRouteCalculatorResponse = exports.DeleteRouteCalculatorResponse || (exports.DeleteRouteCalculatorResponse = {}));
|
|
608
416
|
var DeleteTrackerRequest;
|
|
609
417
|
(function (DeleteTrackerRequest) {
|
|
610
|
-
/**
|
|
611
|
-
* @internal
|
|
612
|
-
*/
|
|
613
418
|
DeleteTrackerRequest.filterSensitiveLog = (obj) => ({
|
|
614
419
|
...obj,
|
|
615
420
|
});
|
|
616
421
|
})(DeleteTrackerRequest = exports.DeleteTrackerRequest || (exports.DeleteTrackerRequest = {}));
|
|
617
422
|
var DeleteTrackerResponse;
|
|
618
423
|
(function (DeleteTrackerResponse) {
|
|
619
|
-
/**
|
|
620
|
-
* @internal
|
|
621
|
-
*/
|
|
622
424
|
DeleteTrackerResponse.filterSensitiveLog = (obj) => ({
|
|
623
425
|
...obj,
|
|
624
426
|
});
|
|
625
427
|
})(DeleteTrackerResponse = exports.DeleteTrackerResponse || (exports.DeleteTrackerResponse = {}));
|
|
626
428
|
var DescribeGeofenceCollectionRequest;
|
|
627
429
|
(function (DescribeGeofenceCollectionRequest) {
|
|
628
|
-
/**
|
|
629
|
-
* @internal
|
|
630
|
-
*/
|
|
631
430
|
DescribeGeofenceCollectionRequest.filterSensitiveLog = (obj) => ({
|
|
632
431
|
...obj,
|
|
633
432
|
});
|
|
634
433
|
})(DescribeGeofenceCollectionRequest = exports.DescribeGeofenceCollectionRequest || (exports.DescribeGeofenceCollectionRequest = {}));
|
|
635
434
|
var DescribeGeofenceCollectionResponse;
|
|
636
435
|
(function (DescribeGeofenceCollectionResponse) {
|
|
637
|
-
/**
|
|
638
|
-
* @internal
|
|
639
|
-
*/
|
|
640
436
|
DescribeGeofenceCollectionResponse.filterSensitiveLog = (obj) => ({
|
|
641
437
|
...obj,
|
|
642
438
|
});
|
|
643
439
|
})(DescribeGeofenceCollectionResponse = exports.DescribeGeofenceCollectionResponse || (exports.DescribeGeofenceCollectionResponse = {}));
|
|
644
440
|
var DescribeMapRequest;
|
|
645
441
|
(function (DescribeMapRequest) {
|
|
646
|
-
/**
|
|
647
|
-
* @internal
|
|
648
|
-
*/
|
|
649
442
|
DescribeMapRequest.filterSensitiveLog = (obj) => ({
|
|
650
443
|
...obj,
|
|
651
444
|
});
|
|
652
445
|
})(DescribeMapRequest = exports.DescribeMapRequest || (exports.DescribeMapRequest = {}));
|
|
653
446
|
var DescribeMapResponse;
|
|
654
447
|
(function (DescribeMapResponse) {
|
|
655
|
-
/**
|
|
656
|
-
* @internal
|
|
657
|
-
*/
|
|
658
448
|
DescribeMapResponse.filterSensitiveLog = (obj) => ({
|
|
659
449
|
...obj,
|
|
660
450
|
});
|
|
661
451
|
})(DescribeMapResponse = exports.DescribeMapResponse || (exports.DescribeMapResponse = {}));
|
|
662
452
|
var DescribePlaceIndexRequest;
|
|
663
453
|
(function (DescribePlaceIndexRequest) {
|
|
664
|
-
/**
|
|
665
|
-
* @internal
|
|
666
|
-
*/
|
|
667
454
|
DescribePlaceIndexRequest.filterSensitiveLog = (obj) => ({
|
|
668
455
|
...obj,
|
|
669
456
|
});
|
|
670
457
|
})(DescribePlaceIndexRequest = exports.DescribePlaceIndexRequest || (exports.DescribePlaceIndexRequest = {}));
|
|
671
458
|
var DescribePlaceIndexResponse;
|
|
672
459
|
(function (DescribePlaceIndexResponse) {
|
|
673
|
-
/**
|
|
674
|
-
* @internal
|
|
675
|
-
*/
|
|
676
460
|
DescribePlaceIndexResponse.filterSensitiveLog = (obj) => ({
|
|
677
461
|
...obj,
|
|
678
462
|
});
|
|
679
463
|
})(DescribePlaceIndexResponse = exports.DescribePlaceIndexResponse || (exports.DescribePlaceIndexResponse = {}));
|
|
680
464
|
var DescribeRouteCalculatorRequest;
|
|
681
465
|
(function (DescribeRouteCalculatorRequest) {
|
|
682
|
-
/**
|
|
683
|
-
* @internal
|
|
684
|
-
*/
|
|
685
466
|
DescribeRouteCalculatorRequest.filterSensitiveLog = (obj) => ({
|
|
686
467
|
...obj,
|
|
687
468
|
});
|
|
688
469
|
})(DescribeRouteCalculatorRequest = exports.DescribeRouteCalculatorRequest || (exports.DescribeRouteCalculatorRequest = {}));
|
|
689
470
|
var DescribeRouteCalculatorResponse;
|
|
690
471
|
(function (DescribeRouteCalculatorResponse) {
|
|
691
|
-
/**
|
|
692
|
-
* @internal
|
|
693
|
-
*/
|
|
694
472
|
DescribeRouteCalculatorResponse.filterSensitiveLog = (obj) => ({
|
|
695
473
|
...obj,
|
|
696
474
|
});
|
|
697
475
|
})(DescribeRouteCalculatorResponse = exports.DescribeRouteCalculatorResponse || (exports.DescribeRouteCalculatorResponse = {}));
|
|
698
476
|
var DescribeTrackerRequest;
|
|
699
477
|
(function (DescribeTrackerRequest) {
|
|
700
|
-
/**
|
|
701
|
-
* @internal
|
|
702
|
-
*/
|
|
703
478
|
DescribeTrackerRequest.filterSensitiveLog = (obj) => ({
|
|
704
479
|
...obj,
|
|
705
480
|
});
|
|
706
481
|
})(DescribeTrackerRequest = exports.DescribeTrackerRequest || (exports.DescribeTrackerRequest = {}));
|
|
707
482
|
var DescribeTrackerResponse;
|
|
708
483
|
(function (DescribeTrackerResponse) {
|
|
709
|
-
/**
|
|
710
|
-
* @internal
|
|
711
|
-
*/
|
|
712
484
|
DescribeTrackerResponse.filterSensitiveLog = (obj) => ({
|
|
713
485
|
...obj,
|
|
714
486
|
});
|
|
715
487
|
})(DescribeTrackerResponse = exports.DescribeTrackerResponse || (exports.DescribeTrackerResponse = {}));
|
|
716
488
|
var DisassociateTrackerConsumerRequest;
|
|
717
489
|
(function (DisassociateTrackerConsumerRequest) {
|
|
718
|
-
/**
|
|
719
|
-
* @internal
|
|
720
|
-
*/
|
|
721
490
|
DisassociateTrackerConsumerRequest.filterSensitiveLog = (obj) => ({
|
|
722
491
|
...obj,
|
|
723
492
|
});
|
|
724
493
|
})(DisassociateTrackerConsumerRequest = exports.DisassociateTrackerConsumerRequest || (exports.DisassociateTrackerConsumerRequest = {}));
|
|
725
494
|
var DisassociateTrackerConsumerResponse;
|
|
726
495
|
(function (DisassociateTrackerConsumerResponse) {
|
|
727
|
-
/**
|
|
728
|
-
* @internal
|
|
729
|
-
*/
|
|
730
496
|
DisassociateTrackerConsumerResponse.filterSensitiveLog = (obj) => ({
|
|
731
497
|
...obj,
|
|
732
498
|
});
|
|
733
499
|
})(DisassociateTrackerConsumerResponse = exports.DisassociateTrackerConsumerResponse || (exports.DisassociateTrackerConsumerResponse = {}));
|
|
734
500
|
var ListTagsForResourceRequest;
|
|
735
501
|
(function (ListTagsForResourceRequest) {
|
|
736
|
-
/**
|
|
737
|
-
* @internal
|
|
738
|
-
*/
|
|
739
502
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
740
503
|
...obj,
|
|
741
504
|
});
|
|
742
505
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
743
506
|
var ListTagsForResourceResponse;
|
|
744
507
|
(function (ListTagsForResourceResponse) {
|
|
745
|
-
/**
|
|
746
|
-
* @internal
|
|
747
|
-
*/
|
|
748
508
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
749
509
|
...obj,
|
|
750
510
|
});
|
|
751
511
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
752
512
|
var TagResourceRequest;
|
|
753
513
|
(function (TagResourceRequest) {
|
|
754
|
-
/**
|
|
755
|
-
* @internal
|
|
756
|
-
*/
|
|
757
514
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
758
515
|
...obj,
|
|
759
516
|
});
|
|
760
517
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
761
518
|
var TagResourceResponse;
|
|
762
519
|
(function (TagResourceResponse) {
|
|
763
|
-
/**
|
|
764
|
-
* @internal
|
|
765
|
-
*/
|
|
766
520
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
767
521
|
...obj,
|
|
768
522
|
});
|
|
769
523
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
770
524
|
var UntagResourceRequest;
|
|
771
525
|
(function (UntagResourceRequest) {
|
|
772
|
-
/**
|
|
773
|
-
* @internal
|
|
774
|
-
*/
|
|
775
526
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
776
527
|
...obj,
|
|
777
528
|
});
|
|
778
529
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
779
530
|
var UntagResourceResponse;
|
|
780
531
|
(function (UntagResourceResponse) {
|
|
781
|
-
/**
|
|
782
|
-
* @internal
|
|
783
|
-
*/
|
|
784
532
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
785
533
|
...obj,
|
|
786
534
|
});
|
|
787
535
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
788
536
|
var GetGeofenceRequest;
|
|
789
537
|
(function (GetGeofenceRequest) {
|
|
790
|
-
/**
|
|
791
|
-
* @internal
|
|
792
|
-
*/
|
|
793
538
|
GetGeofenceRequest.filterSensitiveLog = (obj) => ({
|
|
794
539
|
...obj,
|
|
795
540
|
});
|
|
796
541
|
})(GetGeofenceRequest = exports.GetGeofenceRequest || (exports.GetGeofenceRequest = {}));
|
|
797
542
|
var GetGeofenceResponse;
|
|
798
543
|
(function (GetGeofenceResponse) {
|
|
799
|
-
/**
|
|
800
|
-
* @internal
|
|
801
|
-
*/
|
|
802
544
|
GetGeofenceResponse.filterSensitiveLog = (obj) => ({
|
|
803
545
|
...obj,
|
|
804
546
|
...(obj.Geometry && { Geometry: GeofenceGeometry.filterSensitiveLog(obj.Geometry) }),
|
|
@@ -806,45 +548,30 @@ var GetGeofenceResponse;
|
|
|
806
548
|
})(GetGeofenceResponse = exports.GetGeofenceResponse || (exports.GetGeofenceResponse = {}));
|
|
807
549
|
var ListGeofenceCollectionsRequest;
|
|
808
550
|
(function (ListGeofenceCollectionsRequest) {
|
|
809
|
-
/**
|
|
810
|
-
* @internal
|
|
811
|
-
*/
|
|
812
551
|
ListGeofenceCollectionsRequest.filterSensitiveLog = (obj) => ({
|
|
813
552
|
...obj,
|
|
814
553
|
});
|
|
815
554
|
})(ListGeofenceCollectionsRequest = exports.ListGeofenceCollectionsRequest || (exports.ListGeofenceCollectionsRequest = {}));
|
|
816
555
|
var ListGeofenceCollectionsResponseEntry;
|
|
817
556
|
(function (ListGeofenceCollectionsResponseEntry) {
|
|
818
|
-
/**
|
|
819
|
-
* @internal
|
|
820
|
-
*/
|
|
821
557
|
ListGeofenceCollectionsResponseEntry.filterSensitiveLog = (obj) => ({
|
|
822
558
|
...obj,
|
|
823
559
|
});
|
|
824
560
|
})(ListGeofenceCollectionsResponseEntry = exports.ListGeofenceCollectionsResponseEntry || (exports.ListGeofenceCollectionsResponseEntry = {}));
|
|
825
561
|
var ListGeofenceCollectionsResponse;
|
|
826
562
|
(function (ListGeofenceCollectionsResponse) {
|
|
827
|
-
/**
|
|
828
|
-
* @internal
|
|
829
|
-
*/
|
|
830
563
|
ListGeofenceCollectionsResponse.filterSensitiveLog = (obj) => ({
|
|
831
564
|
...obj,
|
|
832
565
|
});
|
|
833
566
|
})(ListGeofenceCollectionsResponse = exports.ListGeofenceCollectionsResponse || (exports.ListGeofenceCollectionsResponse = {}));
|
|
834
567
|
var ListGeofencesRequest;
|
|
835
568
|
(function (ListGeofencesRequest) {
|
|
836
|
-
/**
|
|
837
|
-
* @internal
|
|
838
|
-
*/
|
|
839
569
|
ListGeofencesRequest.filterSensitiveLog = (obj) => ({
|
|
840
570
|
...obj,
|
|
841
571
|
});
|
|
842
572
|
})(ListGeofencesRequest = exports.ListGeofencesRequest || (exports.ListGeofencesRequest = {}));
|
|
843
573
|
var ListGeofenceResponseEntry;
|
|
844
574
|
(function (ListGeofenceResponseEntry) {
|
|
845
|
-
/**
|
|
846
|
-
* @internal
|
|
847
|
-
*/
|
|
848
575
|
ListGeofenceResponseEntry.filterSensitiveLog = (obj) => ({
|
|
849
576
|
...obj,
|
|
850
577
|
...(obj.Geometry && { Geometry: GeofenceGeometry.filterSensitiveLog(obj.Geometry) }),
|
|
@@ -852,9 +579,6 @@ var ListGeofenceResponseEntry;
|
|
|
852
579
|
})(ListGeofenceResponseEntry = exports.ListGeofenceResponseEntry || (exports.ListGeofenceResponseEntry = {}));
|
|
853
580
|
var ListGeofencesResponse;
|
|
854
581
|
(function (ListGeofencesResponse) {
|
|
855
|
-
/**
|
|
856
|
-
* @internal
|
|
857
|
-
*/
|
|
858
582
|
ListGeofencesResponse.filterSensitiveLog = (obj) => ({
|
|
859
583
|
...obj,
|
|
860
584
|
...(obj.Entries && { Entries: obj.Entries.map((item) => ListGeofenceResponseEntry.filterSensitiveLog(item)) }),
|
|
@@ -862,9 +586,6 @@ var ListGeofencesResponse;
|
|
|
862
586
|
})(ListGeofencesResponse = exports.ListGeofencesResponse || (exports.ListGeofencesResponse = {}));
|
|
863
587
|
var PutGeofenceRequest;
|
|
864
588
|
(function (PutGeofenceRequest) {
|
|
865
|
-
/**
|
|
866
|
-
* @internal
|
|
867
|
-
*/
|
|
868
589
|
PutGeofenceRequest.filterSensitiveLog = (obj) => ({
|
|
869
590
|
...obj,
|
|
870
591
|
...(obj.Geometry && { Geometry: GeofenceGeometry.filterSensitiveLog(obj.Geometry) }),
|
|
@@ -872,45 +593,30 @@ var PutGeofenceRequest;
|
|
|
872
593
|
})(PutGeofenceRequest = exports.PutGeofenceRequest || (exports.PutGeofenceRequest = {}));
|
|
873
594
|
var PutGeofenceResponse;
|
|
874
595
|
(function (PutGeofenceResponse) {
|
|
875
|
-
/**
|
|
876
|
-
* @internal
|
|
877
|
-
*/
|
|
878
596
|
PutGeofenceResponse.filterSensitiveLog = (obj) => ({
|
|
879
597
|
...obj,
|
|
880
598
|
});
|
|
881
599
|
})(PutGeofenceResponse = exports.PutGeofenceResponse || (exports.PutGeofenceResponse = {}));
|
|
882
600
|
var UpdateGeofenceCollectionRequest;
|
|
883
601
|
(function (UpdateGeofenceCollectionRequest) {
|
|
884
|
-
/**
|
|
885
|
-
* @internal
|
|
886
|
-
*/
|
|
887
602
|
UpdateGeofenceCollectionRequest.filterSensitiveLog = (obj) => ({
|
|
888
603
|
...obj,
|
|
889
604
|
});
|
|
890
605
|
})(UpdateGeofenceCollectionRequest = exports.UpdateGeofenceCollectionRequest || (exports.UpdateGeofenceCollectionRequest = {}));
|
|
891
606
|
var UpdateGeofenceCollectionResponse;
|
|
892
607
|
(function (UpdateGeofenceCollectionResponse) {
|
|
893
|
-
/**
|
|
894
|
-
* @internal
|
|
895
|
-
*/
|
|
896
608
|
UpdateGeofenceCollectionResponse.filterSensitiveLog = (obj) => ({
|
|
897
609
|
...obj,
|
|
898
610
|
});
|
|
899
611
|
})(UpdateGeofenceCollectionResponse = exports.UpdateGeofenceCollectionResponse || (exports.UpdateGeofenceCollectionResponse = {}));
|
|
900
612
|
var GetDevicePositionRequest;
|
|
901
613
|
(function (GetDevicePositionRequest) {
|
|
902
|
-
/**
|
|
903
|
-
* @internal
|
|
904
|
-
*/
|
|
905
614
|
GetDevicePositionRequest.filterSensitiveLog = (obj) => ({
|
|
906
615
|
...obj,
|
|
907
616
|
});
|
|
908
617
|
})(GetDevicePositionRequest = exports.GetDevicePositionRequest || (exports.GetDevicePositionRequest = {}));
|
|
909
618
|
var GetDevicePositionResponse;
|
|
910
619
|
(function (GetDevicePositionResponse) {
|
|
911
|
-
/**
|
|
912
|
-
* @internal
|
|
913
|
-
*/
|
|
914
620
|
GetDevicePositionResponse.filterSensitiveLog = (obj) => ({
|
|
915
621
|
...obj,
|
|
916
622
|
...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -918,18 +624,12 @@ var GetDevicePositionResponse;
|
|
|
918
624
|
})(GetDevicePositionResponse = exports.GetDevicePositionResponse || (exports.GetDevicePositionResponse = {}));
|
|
919
625
|
var GetDevicePositionHistoryRequest;
|
|
920
626
|
(function (GetDevicePositionHistoryRequest) {
|
|
921
|
-
/**
|
|
922
|
-
* @internal
|
|
923
|
-
*/
|
|
924
627
|
GetDevicePositionHistoryRequest.filterSensitiveLog = (obj) => ({
|
|
925
628
|
...obj,
|
|
926
629
|
});
|
|
927
630
|
})(GetDevicePositionHistoryRequest = exports.GetDevicePositionHistoryRequest || (exports.GetDevicePositionHistoryRequest = {}));
|
|
928
631
|
var GetDevicePositionHistoryResponse;
|
|
929
632
|
(function (GetDevicePositionHistoryResponse) {
|
|
930
|
-
/**
|
|
931
|
-
* @internal
|
|
932
|
-
*/
|
|
933
633
|
GetDevicePositionHistoryResponse.filterSensitiveLog = (obj) => ({
|
|
934
634
|
...obj,
|
|
935
635
|
...(obj.DevicePositions && {
|
|
@@ -939,90 +639,60 @@ var GetDevicePositionHistoryResponse;
|
|
|
939
639
|
})(GetDevicePositionHistoryResponse = exports.GetDevicePositionHistoryResponse || (exports.GetDevicePositionHistoryResponse = {}));
|
|
940
640
|
var GetMapGlyphsRequest;
|
|
941
641
|
(function (GetMapGlyphsRequest) {
|
|
942
|
-
/**
|
|
943
|
-
* @internal
|
|
944
|
-
*/
|
|
945
642
|
GetMapGlyphsRequest.filterSensitiveLog = (obj) => ({
|
|
946
643
|
...obj,
|
|
947
644
|
});
|
|
948
645
|
})(GetMapGlyphsRequest = exports.GetMapGlyphsRequest || (exports.GetMapGlyphsRequest = {}));
|
|
949
646
|
var GetMapGlyphsResponse;
|
|
950
647
|
(function (GetMapGlyphsResponse) {
|
|
951
|
-
/**
|
|
952
|
-
* @internal
|
|
953
|
-
*/
|
|
954
648
|
GetMapGlyphsResponse.filterSensitiveLog = (obj) => ({
|
|
955
649
|
...obj,
|
|
956
650
|
});
|
|
957
651
|
})(GetMapGlyphsResponse = exports.GetMapGlyphsResponse || (exports.GetMapGlyphsResponse = {}));
|
|
958
652
|
var GetMapSpritesRequest;
|
|
959
653
|
(function (GetMapSpritesRequest) {
|
|
960
|
-
/**
|
|
961
|
-
* @internal
|
|
962
|
-
*/
|
|
963
654
|
GetMapSpritesRequest.filterSensitiveLog = (obj) => ({
|
|
964
655
|
...obj,
|
|
965
656
|
});
|
|
966
657
|
})(GetMapSpritesRequest = exports.GetMapSpritesRequest || (exports.GetMapSpritesRequest = {}));
|
|
967
658
|
var GetMapSpritesResponse;
|
|
968
659
|
(function (GetMapSpritesResponse) {
|
|
969
|
-
/**
|
|
970
|
-
* @internal
|
|
971
|
-
*/
|
|
972
660
|
GetMapSpritesResponse.filterSensitiveLog = (obj) => ({
|
|
973
661
|
...obj,
|
|
974
662
|
});
|
|
975
663
|
})(GetMapSpritesResponse = exports.GetMapSpritesResponse || (exports.GetMapSpritesResponse = {}));
|
|
976
664
|
var GetMapStyleDescriptorRequest;
|
|
977
665
|
(function (GetMapStyleDescriptorRequest) {
|
|
978
|
-
/**
|
|
979
|
-
* @internal
|
|
980
|
-
*/
|
|
981
666
|
GetMapStyleDescriptorRequest.filterSensitiveLog = (obj) => ({
|
|
982
667
|
...obj,
|
|
983
668
|
});
|
|
984
669
|
})(GetMapStyleDescriptorRequest = exports.GetMapStyleDescriptorRequest || (exports.GetMapStyleDescriptorRequest = {}));
|
|
985
670
|
var GetMapStyleDescriptorResponse;
|
|
986
671
|
(function (GetMapStyleDescriptorResponse) {
|
|
987
|
-
/**
|
|
988
|
-
* @internal
|
|
989
|
-
*/
|
|
990
672
|
GetMapStyleDescriptorResponse.filterSensitiveLog = (obj) => ({
|
|
991
673
|
...obj,
|
|
992
674
|
});
|
|
993
675
|
})(GetMapStyleDescriptorResponse = exports.GetMapStyleDescriptorResponse || (exports.GetMapStyleDescriptorResponse = {}));
|
|
994
676
|
var GetMapTileRequest;
|
|
995
677
|
(function (GetMapTileRequest) {
|
|
996
|
-
/**
|
|
997
|
-
* @internal
|
|
998
|
-
*/
|
|
999
678
|
GetMapTileRequest.filterSensitiveLog = (obj) => ({
|
|
1000
679
|
...obj,
|
|
1001
680
|
});
|
|
1002
681
|
})(GetMapTileRequest = exports.GetMapTileRequest || (exports.GetMapTileRequest = {}));
|
|
1003
682
|
var GetMapTileResponse;
|
|
1004
683
|
(function (GetMapTileResponse) {
|
|
1005
|
-
/**
|
|
1006
|
-
* @internal
|
|
1007
|
-
*/
|
|
1008
684
|
GetMapTileResponse.filterSensitiveLog = (obj) => ({
|
|
1009
685
|
...obj,
|
|
1010
686
|
});
|
|
1011
687
|
})(GetMapTileResponse = exports.GetMapTileResponse || (exports.GetMapTileResponse = {}));
|
|
1012
688
|
var ListDevicePositionsRequest;
|
|
1013
689
|
(function (ListDevicePositionsRequest) {
|
|
1014
|
-
/**
|
|
1015
|
-
* @internal
|
|
1016
|
-
*/
|
|
1017
690
|
ListDevicePositionsRequest.filterSensitiveLog = (obj) => ({
|
|
1018
691
|
...obj,
|
|
1019
692
|
});
|
|
1020
693
|
})(ListDevicePositionsRequest = exports.ListDevicePositionsRequest || (exports.ListDevicePositionsRequest = {}));
|
|
1021
694
|
var ListDevicePositionsResponseEntry;
|
|
1022
695
|
(function (ListDevicePositionsResponseEntry) {
|
|
1023
|
-
/**
|
|
1024
|
-
* @internal
|
|
1025
|
-
*/
|
|
1026
696
|
ListDevicePositionsResponseEntry.filterSensitiveLog = (obj) => ({
|
|
1027
697
|
...obj,
|
|
1028
698
|
...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1030,9 +700,6 @@ var ListDevicePositionsResponseEntry;
|
|
|
1030
700
|
})(ListDevicePositionsResponseEntry = exports.ListDevicePositionsResponseEntry || (exports.ListDevicePositionsResponseEntry = {}));
|
|
1031
701
|
var ListDevicePositionsResponse;
|
|
1032
702
|
(function (ListDevicePositionsResponse) {
|
|
1033
|
-
/**
|
|
1034
|
-
* @internal
|
|
1035
|
-
*/
|
|
1036
703
|
ListDevicePositionsResponse.filterSensitiveLog = (obj) => ({
|
|
1037
704
|
...obj,
|
|
1038
705
|
...(obj.Entries && {
|
|
@@ -1042,153 +709,102 @@ var ListDevicePositionsResponse;
|
|
|
1042
709
|
})(ListDevicePositionsResponse = exports.ListDevicePositionsResponse || (exports.ListDevicePositionsResponse = {}));
|
|
1043
710
|
var ListMapsRequest;
|
|
1044
711
|
(function (ListMapsRequest) {
|
|
1045
|
-
/**
|
|
1046
|
-
* @internal
|
|
1047
|
-
*/
|
|
1048
712
|
ListMapsRequest.filterSensitiveLog = (obj) => ({
|
|
1049
713
|
...obj,
|
|
1050
714
|
});
|
|
1051
715
|
})(ListMapsRequest = exports.ListMapsRequest || (exports.ListMapsRequest = {}));
|
|
1052
716
|
var ListMapsResponseEntry;
|
|
1053
717
|
(function (ListMapsResponseEntry) {
|
|
1054
|
-
/**
|
|
1055
|
-
* @internal
|
|
1056
|
-
*/
|
|
1057
718
|
ListMapsResponseEntry.filterSensitiveLog = (obj) => ({
|
|
1058
719
|
...obj,
|
|
1059
720
|
});
|
|
1060
721
|
})(ListMapsResponseEntry = exports.ListMapsResponseEntry || (exports.ListMapsResponseEntry = {}));
|
|
1061
722
|
var ListMapsResponse;
|
|
1062
723
|
(function (ListMapsResponse) {
|
|
1063
|
-
/**
|
|
1064
|
-
* @internal
|
|
1065
|
-
*/
|
|
1066
724
|
ListMapsResponse.filterSensitiveLog = (obj) => ({
|
|
1067
725
|
...obj,
|
|
1068
726
|
});
|
|
1069
727
|
})(ListMapsResponse = exports.ListMapsResponse || (exports.ListMapsResponse = {}));
|
|
1070
728
|
var ListPlaceIndexesRequest;
|
|
1071
729
|
(function (ListPlaceIndexesRequest) {
|
|
1072
|
-
/**
|
|
1073
|
-
* @internal
|
|
1074
|
-
*/
|
|
1075
730
|
ListPlaceIndexesRequest.filterSensitiveLog = (obj) => ({
|
|
1076
731
|
...obj,
|
|
1077
732
|
});
|
|
1078
733
|
})(ListPlaceIndexesRequest = exports.ListPlaceIndexesRequest || (exports.ListPlaceIndexesRequest = {}));
|
|
1079
734
|
var ListPlaceIndexesResponseEntry;
|
|
1080
735
|
(function (ListPlaceIndexesResponseEntry) {
|
|
1081
|
-
/**
|
|
1082
|
-
* @internal
|
|
1083
|
-
*/
|
|
1084
736
|
ListPlaceIndexesResponseEntry.filterSensitiveLog = (obj) => ({
|
|
1085
737
|
...obj,
|
|
1086
738
|
});
|
|
1087
739
|
})(ListPlaceIndexesResponseEntry = exports.ListPlaceIndexesResponseEntry || (exports.ListPlaceIndexesResponseEntry = {}));
|
|
1088
740
|
var ListPlaceIndexesResponse;
|
|
1089
741
|
(function (ListPlaceIndexesResponse) {
|
|
1090
|
-
/**
|
|
1091
|
-
* @internal
|
|
1092
|
-
*/
|
|
1093
742
|
ListPlaceIndexesResponse.filterSensitiveLog = (obj) => ({
|
|
1094
743
|
...obj,
|
|
1095
744
|
});
|
|
1096
745
|
})(ListPlaceIndexesResponse = exports.ListPlaceIndexesResponse || (exports.ListPlaceIndexesResponse = {}));
|
|
1097
746
|
var ListRouteCalculatorsRequest;
|
|
1098
747
|
(function (ListRouteCalculatorsRequest) {
|
|
1099
|
-
/**
|
|
1100
|
-
* @internal
|
|
1101
|
-
*/
|
|
1102
748
|
ListRouteCalculatorsRequest.filterSensitiveLog = (obj) => ({
|
|
1103
749
|
...obj,
|
|
1104
750
|
});
|
|
1105
751
|
})(ListRouteCalculatorsRequest = exports.ListRouteCalculatorsRequest || (exports.ListRouteCalculatorsRequest = {}));
|
|
1106
752
|
var ListRouteCalculatorsResponseEntry;
|
|
1107
753
|
(function (ListRouteCalculatorsResponseEntry) {
|
|
1108
|
-
/**
|
|
1109
|
-
* @internal
|
|
1110
|
-
*/
|
|
1111
754
|
ListRouteCalculatorsResponseEntry.filterSensitiveLog = (obj) => ({
|
|
1112
755
|
...obj,
|
|
1113
756
|
});
|
|
1114
757
|
})(ListRouteCalculatorsResponseEntry = exports.ListRouteCalculatorsResponseEntry || (exports.ListRouteCalculatorsResponseEntry = {}));
|
|
1115
758
|
var ListRouteCalculatorsResponse;
|
|
1116
759
|
(function (ListRouteCalculatorsResponse) {
|
|
1117
|
-
/**
|
|
1118
|
-
* @internal
|
|
1119
|
-
*/
|
|
1120
760
|
ListRouteCalculatorsResponse.filterSensitiveLog = (obj) => ({
|
|
1121
761
|
...obj,
|
|
1122
762
|
});
|
|
1123
763
|
})(ListRouteCalculatorsResponse = exports.ListRouteCalculatorsResponse || (exports.ListRouteCalculatorsResponse = {}));
|
|
1124
764
|
var ListTrackerConsumersRequest;
|
|
1125
765
|
(function (ListTrackerConsumersRequest) {
|
|
1126
|
-
/**
|
|
1127
|
-
* @internal
|
|
1128
|
-
*/
|
|
1129
766
|
ListTrackerConsumersRequest.filterSensitiveLog = (obj) => ({
|
|
1130
767
|
...obj,
|
|
1131
768
|
});
|
|
1132
769
|
})(ListTrackerConsumersRequest = exports.ListTrackerConsumersRequest || (exports.ListTrackerConsumersRequest = {}));
|
|
1133
770
|
var ListTrackerConsumersResponse;
|
|
1134
771
|
(function (ListTrackerConsumersResponse) {
|
|
1135
|
-
/**
|
|
1136
|
-
* @internal
|
|
1137
|
-
*/
|
|
1138
772
|
ListTrackerConsumersResponse.filterSensitiveLog = (obj) => ({
|
|
1139
773
|
...obj,
|
|
1140
774
|
});
|
|
1141
775
|
})(ListTrackerConsumersResponse = exports.ListTrackerConsumersResponse || (exports.ListTrackerConsumersResponse = {}));
|
|
1142
776
|
var ListTrackersRequest;
|
|
1143
777
|
(function (ListTrackersRequest) {
|
|
1144
|
-
/**
|
|
1145
|
-
* @internal
|
|
1146
|
-
*/
|
|
1147
778
|
ListTrackersRequest.filterSensitiveLog = (obj) => ({
|
|
1148
779
|
...obj,
|
|
1149
780
|
});
|
|
1150
781
|
})(ListTrackersRequest = exports.ListTrackersRequest || (exports.ListTrackersRequest = {}));
|
|
1151
782
|
var ListTrackersResponseEntry;
|
|
1152
783
|
(function (ListTrackersResponseEntry) {
|
|
1153
|
-
/**
|
|
1154
|
-
* @internal
|
|
1155
|
-
*/
|
|
1156
784
|
ListTrackersResponseEntry.filterSensitiveLog = (obj) => ({
|
|
1157
785
|
...obj,
|
|
1158
786
|
});
|
|
1159
787
|
})(ListTrackersResponseEntry = exports.ListTrackersResponseEntry || (exports.ListTrackersResponseEntry = {}));
|
|
1160
788
|
var ListTrackersResponse;
|
|
1161
789
|
(function (ListTrackersResponse) {
|
|
1162
|
-
/**
|
|
1163
|
-
* @internal
|
|
1164
|
-
*/
|
|
1165
790
|
ListTrackersResponse.filterSensitiveLog = (obj) => ({
|
|
1166
791
|
...obj,
|
|
1167
792
|
});
|
|
1168
793
|
})(ListTrackersResponse = exports.ListTrackersResponse || (exports.ListTrackersResponse = {}));
|
|
1169
794
|
var UpdateMapRequest;
|
|
1170
795
|
(function (UpdateMapRequest) {
|
|
1171
|
-
/**
|
|
1172
|
-
* @internal
|
|
1173
|
-
*/
|
|
1174
796
|
UpdateMapRequest.filterSensitiveLog = (obj) => ({
|
|
1175
797
|
...obj,
|
|
1176
798
|
});
|
|
1177
799
|
})(UpdateMapRequest = exports.UpdateMapRequest || (exports.UpdateMapRequest = {}));
|
|
1178
800
|
var UpdateMapResponse;
|
|
1179
801
|
(function (UpdateMapResponse) {
|
|
1180
|
-
/**
|
|
1181
|
-
* @internal
|
|
1182
|
-
*/
|
|
1183
802
|
UpdateMapResponse.filterSensitiveLog = (obj) => ({
|
|
1184
803
|
...obj,
|
|
1185
804
|
});
|
|
1186
805
|
})(UpdateMapResponse = exports.UpdateMapResponse || (exports.UpdateMapResponse = {}));
|
|
1187
806
|
var SearchPlaceIndexForPositionRequest;
|
|
1188
807
|
(function (SearchPlaceIndexForPositionRequest) {
|
|
1189
|
-
/**
|
|
1190
|
-
* @internal
|
|
1191
|
-
*/
|
|
1192
808
|
SearchPlaceIndexForPositionRequest.filterSensitiveLog = (obj) => ({
|
|
1193
809
|
...obj,
|
|
1194
810
|
...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1196,9 +812,6 @@ var SearchPlaceIndexForPositionRequest;
|
|
|
1196
812
|
})(SearchPlaceIndexForPositionRequest = exports.SearchPlaceIndexForPositionRequest || (exports.SearchPlaceIndexForPositionRequest = {}));
|
|
1197
813
|
var PlaceGeometry;
|
|
1198
814
|
(function (PlaceGeometry) {
|
|
1199
|
-
/**
|
|
1200
|
-
* @internal
|
|
1201
|
-
*/
|
|
1202
815
|
PlaceGeometry.filterSensitiveLog = (obj) => ({
|
|
1203
816
|
...obj,
|
|
1204
817
|
...(obj.Point && { Point: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1206,9 +819,6 @@ var PlaceGeometry;
|
|
|
1206
819
|
})(PlaceGeometry = exports.PlaceGeometry || (exports.PlaceGeometry = {}));
|
|
1207
820
|
var Place;
|
|
1208
821
|
(function (Place) {
|
|
1209
|
-
/**
|
|
1210
|
-
* @internal
|
|
1211
|
-
*/
|
|
1212
822
|
Place.filterSensitiveLog = (obj) => ({
|
|
1213
823
|
...obj,
|
|
1214
824
|
...(obj.Geometry && { Geometry: PlaceGeometry.filterSensitiveLog(obj.Geometry) }),
|
|
@@ -1216,9 +826,6 @@ var Place;
|
|
|
1216
826
|
})(Place = exports.Place || (exports.Place = {}));
|
|
1217
827
|
var SearchForPositionResult;
|
|
1218
828
|
(function (SearchForPositionResult) {
|
|
1219
|
-
/**
|
|
1220
|
-
* @internal
|
|
1221
|
-
*/
|
|
1222
829
|
SearchForPositionResult.filterSensitiveLog = (obj) => ({
|
|
1223
830
|
...obj,
|
|
1224
831
|
...(obj.Place && { Place: Place.filterSensitiveLog(obj.Place) }),
|
|
@@ -1226,9 +833,6 @@ var SearchForPositionResult;
|
|
|
1226
833
|
})(SearchForPositionResult = exports.SearchForPositionResult || (exports.SearchForPositionResult = {}));
|
|
1227
834
|
var SearchPlaceIndexForPositionSummary;
|
|
1228
835
|
(function (SearchPlaceIndexForPositionSummary) {
|
|
1229
|
-
/**
|
|
1230
|
-
* @internal
|
|
1231
|
-
*/
|
|
1232
836
|
SearchPlaceIndexForPositionSummary.filterSensitiveLog = (obj) => ({
|
|
1233
837
|
...obj,
|
|
1234
838
|
...(obj.Position && { Position: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1236,9 +840,6 @@ var SearchPlaceIndexForPositionSummary;
|
|
|
1236
840
|
})(SearchPlaceIndexForPositionSummary = exports.SearchPlaceIndexForPositionSummary || (exports.SearchPlaceIndexForPositionSummary = {}));
|
|
1237
841
|
var SearchPlaceIndexForPositionResponse;
|
|
1238
842
|
(function (SearchPlaceIndexForPositionResponse) {
|
|
1239
|
-
/**
|
|
1240
|
-
* @internal
|
|
1241
|
-
*/
|
|
1242
843
|
SearchPlaceIndexForPositionResponse.filterSensitiveLog = (obj) => ({
|
|
1243
844
|
...obj,
|
|
1244
845
|
...(obj.Summary && { Summary: SearchPlaceIndexForPositionSummary.filterSensitiveLog(obj.Summary) }),
|
|
@@ -1247,9 +848,6 @@ var SearchPlaceIndexForPositionResponse;
|
|
|
1247
848
|
})(SearchPlaceIndexForPositionResponse = exports.SearchPlaceIndexForPositionResponse || (exports.SearchPlaceIndexForPositionResponse = {}));
|
|
1248
849
|
var SearchPlaceIndexForTextRequest;
|
|
1249
850
|
(function (SearchPlaceIndexForTextRequest) {
|
|
1250
|
-
/**
|
|
1251
|
-
* @internal
|
|
1252
|
-
*/
|
|
1253
851
|
SearchPlaceIndexForTextRequest.filterSensitiveLog = (obj) => ({
|
|
1254
852
|
...obj,
|
|
1255
853
|
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1259,9 +857,6 @@ var SearchPlaceIndexForTextRequest;
|
|
|
1259
857
|
})(SearchPlaceIndexForTextRequest = exports.SearchPlaceIndexForTextRequest || (exports.SearchPlaceIndexForTextRequest = {}));
|
|
1260
858
|
var SearchForTextResult;
|
|
1261
859
|
(function (SearchForTextResult) {
|
|
1262
|
-
/**
|
|
1263
|
-
* @internal
|
|
1264
|
-
*/
|
|
1265
860
|
SearchForTextResult.filterSensitiveLog = (obj) => ({
|
|
1266
861
|
...obj,
|
|
1267
862
|
...(obj.Place && { Place: Place.filterSensitiveLog(obj.Place) }),
|
|
@@ -1269,9 +864,6 @@ var SearchForTextResult;
|
|
|
1269
864
|
})(SearchForTextResult = exports.SearchForTextResult || (exports.SearchForTextResult = {}));
|
|
1270
865
|
var SearchPlaceIndexForTextSummary;
|
|
1271
866
|
(function (SearchPlaceIndexForTextSummary) {
|
|
1272
|
-
/**
|
|
1273
|
-
* @internal
|
|
1274
|
-
*/
|
|
1275
867
|
SearchPlaceIndexForTextSummary.filterSensitiveLog = (obj) => ({
|
|
1276
868
|
...obj,
|
|
1277
869
|
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1282,9 +874,6 @@ var SearchPlaceIndexForTextSummary;
|
|
|
1282
874
|
})(SearchPlaceIndexForTextSummary = exports.SearchPlaceIndexForTextSummary || (exports.SearchPlaceIndexForTextSummary = {}));
|
|
1283
875
|
var SearchPlaceIndexForTextResponse;
|
|
1284
876
|
(function (SearchPlaceIndexForTextResponse) {
|
|
1285
|
-
/**
|
|
1286
|
-
* @internal
|
|
1287
|
-
*/
|
|
1288
877
|
SearchPlaceIndexForTextResponse.filterSensitiveLog = (obj) => ({
|
|
1289
878
|
...obj,
|
|
1290
879
|
...(obj.Summary && { Summary: SearchPlaceIndexForTextSummary.filterSensitiveLog(obj.Summary) }),
|
|
@@ -1293,54 +882,36 @@ var SearchPlaceIndexForTextResponse;
|
|
|
1293
882
|
})(SearchPlaceIndexForTextResponse = exports.SearchPlaceIndexForTextResponse || (exports.SearchPlaceIndexForTextResponse = {}));
|
|
1294
883
|
var UpdatePlaceIndexRequest;
|
|
1295
884
|
(function (UpdatePlaceIndexRequest) {
|
|
1296
|
-
/**
|
|
1297
|
-
* @internal
|
|
1298
|
-
*/
|
|
1299
885
|
UpdatePlaceIndexRequest.filterSensitiveLog = (obj) => ({
|
|
1300
886
|
...obj,
|
|
1301
887
|
});
|
|
1302
888
|
})(UpdatePlaceIndexRequest = exports.UpdatePlaceIndexRequest || (exports.UpdatePlaceIndexRequest = {}));
|
|
1303
889
|
var UpdatePlaceIndexResponse;
|
|
1304
890
|
(function (UpdatePlaceIndexResponse) {
|
|
1305
|
-
/**
|
|
1306
|
-
* @internal
|
|
1307
|
-
*/
|
|
1308
891
|
UpdatePlaceIndexResponse.filterSensitiveLog = (obj) => ({
|
|
1309
892
|
...obj,
|
|
1310
893
|
});
|
|
1311
894
|
})(UpdatePlaceIndexResponse = exports.UpdatePlaceIndexResponse || (exports.UpdatePlaceIndexResponse = {}));
|
|
1312
895
|
var UpdateRouteCalculatorRequest;
|
|
1313
896
|
(function (UpdateRouteCalculatorRequest) {
|
|
1314
|
-
/**
|
|
1315
|
-
* @internal
|
|
1316
|
-
*/
|
|
1317
897
|
UpdateRouteCalculatorRequest.filterSensitiveLog = (obj) => ({
|
|
1318
898
|
...obj,
|
|
1319
899
|
});
|
|
1320
900
|
})(UpdateRouteCalculatorRequest = exports.UpdateRouteCalculatorRequest || (exports.UpdateRouteCalculatorRequest = {}));
|
|
1321
901
|
var UpdateRouteCalculatorResponse;
|
|
1322
902
|
(function (UpdateRouteCalculatorResponse) {
|
|
1323
|
-
/**
|
|
1324
|
-
* @internal
|
|
1325
|
-
*/
|
|
1326
903
|
UpdateRouteCalculatorResponse.filterSensitiveLog = (obj) => ({
|
|
1327
904
|
...obj,
|
|
1328
905
|
});
|
|
1329
906
|
})(UpdateRouteCalculatorResponse = exports.UpdateRouteCalculatorResponse || (exports.UpdateRouteCalculatorResponse = {}));
|
|
1330
907
|
var UpdateTrackerRequest;
|
|
1331
908
|
(function (UpdateTrackerRequest) {
|
|
1332
|
-
/**
|
|
1333
|
-
* @internal
|
|
1334
|
-
*/
|
|
1335
909
|
UpdateTrackerRequest.filterSensitiveLog = (obj) => ({
|
|
1336
910
|
...obj,
|
|
1337
911
|
});
|
|
1338
912
|
})(UpdateTrackerRequest = exports.UpdateTrackerRequest || (exports.UpdateTrackerRequest = {}));
|
|
1339
913
|
var UpdateTrackerResponse;
|
|
1340
914
|
(function (UpdateTrackerResponse) {
|
|
1341
|
-
/**
|
|
1342
|
-
* @internal
|
|
1343
|
-
*/
|
|
1344
915
|
UpdateTrackerResponse.filterSensitiveLog = (obj) => ({
|
|
1345
916
|
...obj,
|
|
1346
917
|
});
|