@aws-sdk/client-sagemaker-geospatial 3.490.0 → 3.496.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/SageMakerGeospatial.js +1 -49
- package/dist-cjs/SageMakerGeospatialClient.js +1 -43
- package/dist-cjs/commands/DeleteEarthObservationJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteVectorEnrichmentJobCommand.js +1 -28
- package/dist-cjs/commands/ExportEarthObservationJobCommand.js +1 -28
- package/dist-cjs/commands/ExportVectorEnrichmentJobCommand.js +1 -28
- package/dist-cjs/commands/GetEarthObservationJobCommand.js +1 -29
- package/dist-cjs/commands/GetRasterDataCollectionCommand.js +1 -28
- package/dist-cjs/commands/GetTileCommand.js +1 -29
- package/dist-cjs/commands/GetVectorEnrichmentJobCommand.js +1 -28
- package/dist-cjs/commands/ListEarthObservationJobsCommand.js +1 -29
- package/dist-cjs/commands/ListRasterDataCollectionsCommand.js +1 -29
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListVectorEnrichmentJobsCommand.js +1 -29
- package/dist-cjs/commands/SearchRasterDataCollectionCommand.js +1 -29
- package/dist-cjs/commands/StartEarthObservationJobCommand.js +1 -29
- package/dist-cjs/commands/StartVectorEnrichmentJobCommand.js +1 -28
- package/dist-cjs/commands/StopEarthObservationJobCommand.js +1 -28
- package/dist-cjs/commands/StopVectorEnrichmentJobCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -22
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3275 -11
- package/dist-cjs/models/SageMakerGeospatialServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -474
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListEarthObservationJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListRasterDataCollectionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListVectorEnrichmentJobsPaginator.js +1 -7
- package/dist-cjs/pagination/SearchRasterDataCollectionPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -8
- package/dist-cjs/protocols/Aws_restJson1.js +1 -1939
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +41 -41
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SageMakerGeospatialServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class SageMakerGeospatialServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, SageMakerGeospatialServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.SageMakerGeospatialServiceException = SageMakerGeospatialServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,474 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RasterDataCollectionQueryInputFilterSensitiveLog = exports.TimeRangeFilterInputFilterSensitiveLog = exports.ListEarthObservationJobOutputFilterSensitiveLog = exports.ListEarthObservationJobInputFilterSensitiveLog = exports.GetTileOutputFilterSensitiveLog = exports.GetEarthObservationJobOutputFilterSensitiveLog = exports.InputConfigOutputFilterSensitiveLog = exports.RasterDataCollectionQueryOutputFilterSensitiveLog = exports.TimeRangeFilterOutputFilterSensitiveLog = exports.AreaOfInterestFilterSensitiveLog = exports.AreaOfInterestGeometryFilterSensitiveLog = exports.PolygonGeometryInputFilterSensitiveLog = exports.MultiPolygonGeometryInputFilterSensitiveLog = exports.VectorEnrichmentJobType = exports.VectorEnrichmentJobStatus = exports.VectorEnrichmentJobConfig = exports.VectorEnrichmentJobDocumentType = exports.VectorEnrichmentJobDataSourceConfigInput = exports.VectorEnrichmentJobExportErrorType = exports.VectorEnrichmentJobErrorType = exports.VectorEnrichmentJobExportStatus = exports.SortOrder = exports.TargetOptions = exports.EarthObservationJobStatus = exports.JobConfigInput = exports.ZonalStatistics = exports.TemporalStatistics = exports.GroupBy = exports.PredefinedResolution = exports.Unit = exports.Property = exports.LogicalOperator = exports.ExportErrorType = exports.EarthObservationJobErrorType = exports.ServiceQuotaExceededException = exports.EarthObservationJobExportStatus = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.DataCollectionType = exports.ConflictException = exports.ComparisonOperator = exports.OutputType = exports.AreaOfInterest = exports.AreaOfInterestGeometry = exports.AlgorithmNameResampling = exports.AlgorithmNameGeoMosaic = exports.AlgorithmNameCloudRemoval = exports.AccessDeniedException = void 0;
|
|
4
|
-
exports.SearchRasterDataCollectionOutputFilterSensitiveLog = exports.SearchRasterDataCollectionInputFilterSensitiveLog = exports.RasterDataCollectionQueryWithBandFilterInputFilterSensitiveLog = exports.ListVectorEnrichmentJobOutputFilterSensitiveLog = exports.ListVectorEnrichmentJobInputFilterSensitiveLog = exports.ListRasterDataCollectionsOutputFilterSensitiveLog = exports.ListRasterDataCollectionsInputFilterSensitiveLog = exports.ItemSourceFilterSensitiveLog = exports.GeometryFilterSensitiveLog = exports.StartEarthObservationJobOutputFilterSensitiveLog = exports.StartEarthObservationJobInputFilterSensitiveLog = exports.InputConfigInputFilterSensitiveLog = void 0;
|
|
5
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
|
-
const SageMakerGeospatialServiceException_1 = require("./SageMakerGeospatialServiceException");
|
|
7
|
-
class AccessDeniedException extends SageMakerGeospatialServiceException_1.SageMakerGeospatialServiceException {
|
|
8
|
-
constructor(opts) {
|
|
9
|
-
super({
|
|
10
|
-
name: "AccessDeniedException",
|
|
11
|
-
$fault: "client",
|
|
12
|
-
...opts,
|
|
13
|
-
});
|
|
14
|
-
this.name = "AccessDeniedException";
|
|
15
|
-
this.$fault = "client";
|
|
16
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
17
|
-
this.Message = opts.Message;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
21
|
-
exports.AlgorithmNameCloudRemoval = {
|
|
22
|
-
INTERPOLATION: "INTERPOLATION",
|
|
23
|
-
};
|
|
24
|
-
exports.AlgorithmNameGeoMosaic = {
|
|
25
|
-
AVERAGE: "AVERAGE",
|
|
26
|
-
BILINEAR: "BILINEAR",
|
|
27
|
-
CUBIC: "CUBIC",
|
|
28
|
-
CUBICSPLINE: "CUBICSPLINE",
|
|
29
|
-
LANCZOS: "LANCZOS",
|
|
30
|
-
MAX: "MAX",
|
|
31
|
-
MED: "MED",
|
|
32
|
-
MIN: "MIN",
|
|
33
|
-
MODE: "MODE",
|
|
34
|
-
NEAR: "NEAR",
|
|
35
|
-
Q1: "Q1",
|
|
36
|
-
Q3: "Q3",
|
|
37
|
-
RMS: "RMS",
|
|
38
|
-
SUM: "SUM",
|
|
39
|
-
};
|
|
40
|
-
exports.AlgorithmNameResampling = {
|
|
41
|
-
AVERAGE: "AVERAGE",
|
|
42
|
-
BILINEAR: "BILINEAR",
|
|
43
|
-
CUBIC: "CUBIC",
|
|
44
|
-
CUBICSPLINE: "CUBICSPLINE",
|
|
45
|
-
LANCZOS: "LANCZOS",
|
|
46
|
-
MAX: "MAX",
|
|
47
|
-
MED: "MED",
|
|
48
|
-
MIN: "MIN",
|
|
49
|
-
MODE: "MODE",
|
|
50
|
-
NEAR: "NEAR",
|
|
51
|
-
Q1: "Q1",
|
|
52
|
-
Q3: "Q3",
|
|
53
|
-
RMS: "RMS",
|
|
54
|
-
SUM: "SUM",
|
|
55
|
-
};
|
|
56
|
-
var AreaOfInterestGeometry;
|
|
57
|
-
(function (AreaOfInterestGeometry) {
|
|
58
|
-
AreaOfInterestGeometry.visit = (value, visitor) => {
|
|
59
|
-
if (value.PolygonGeometry !== undefined)
|
|
60
|
-
return visitor.PolygonGeometry(value.PolygonGeometry);
|
|
61
|
-
if (value.MultiPolygonGeometry !== undefined)
|
|
62
|
-
return visitor.MultiPolygonGeometry(value.MultiPolygonGeometry);
|
|
63
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
64
|
-
};
|
|
65
|
-
})(AreaOfInterestGeometry = exports.AreaOfInterestGeometry || (exports.AreaOfInterestGeometry = {}));
|
|
66
|
-
var AreaOfInterest;
|
|
67
|
-
(function (AreaOfInterest) {
|
|
68
|
-
AreaOfInterest.visit = (value, visitor) => {
|
|
69
|
-
if (value.AreaOfInterestGeometry !== undefined)
|
|
70
|
-
return visitor.AreaOfInterestGeometry(value.AreaOfInterestGeometry);
|
|
71
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
72
|
-
};
|
|
73
|
-
})(AreaOfInterest = exports.AreaOfInterest || (exports.AreaOfInterest = {}));
|
|
74
|
-
exports.OutputType = {
|
|
75
|
-
FLOAT32: "FLOAT32",
|
|
76
|
-
FLOAT64: "FLOAT64",
|
|
77
|
-
INT16: "INT16",
|
|
78
|
-
INT32: "INT32",
|
|
79
|
-
UINT16: "UINT16",
|
|
80
|
-
};
|
|
81
|
-
exports.ComparisonOperator = {
|
|
82
|
-
EQUALS: "EQUALS",
|
|
83
|
-
NOT_EQUALS: "NOT_EQUALS",
|
|
84
|
-
STARTS_WITH: "STARTS_WITH",
|
|
85
|
-
};
|
|
86
|
-
class ConflictException extends SageMakerGeospatialServiceException_1.SageMakerGeospatialServiceException {
|
|
87
|
-
constructor(opts) {
|
|
88
|
-
super({
|
|
89
|
-
name: "ConflictException",
|
|
90
|
-
$fault: "client",
|
|
91
|
-
...opts,
|
|
92
|
-
});
|
|
93
|
-
this.name = "ConflictException";
|
|
94
|
-
this.$fault = "client";
|
|
95
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
96
|
-
this.Message = opts.Message;
|
|
97
|
-
this.ResourceId = opts.ResourceId;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
exports.ConflictException = ConflictException;
|
|
101
|
-
exports.DataCollectionType = {
|
|
102
|
-
PREMIUM: "PREMIUM",
|
|
103
|
-
PUBLIC: "PUBLIC",
|
|
104
|
-
USER: "USER",
|
|
105
|
-
};
|
|
106
|
-
class InternalServerException extends SageMakerGeospatialServiceException_1.SageMakerGeospatialServiceException {
|
|
107
|
-
constructor(opts) {
|
|
108
|
-
super({
|
|
109
|
-
name: "InternalServerException",
|
|
110
|
-
$fault: "server",
|
|
111
|
-
...opts,
|
|
112
|
-
});
|
|
113
|
-
this.name = "InternalServerException";
|
|
114
|
-
this.$fault = "server";
|
|
115
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
116
|
-
this.Message = opts.Message;
|
|
117
|
-
this.ResourceId = opts.ResourceId;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
exports.InternalServerException = InternalServerException;
|
|
121
|
-
class ResourceNotFoundException extends SageMakerGeospatialServiceException_1.SageMakerGeospatialServiceException {
|
|
122
|
-
constructor(opts) {
|
|
123
|
-
super({
|
|
124
|
-
name: "ResourceNotFoundException",
|
|
125
|
-
$fault: "client",
|
|
126
|
-
...opts,
|
|
127
|
-
});
|
|
128
|
-
this.name = "ResourceNotFoundException";
|
|
129
|
-
this.$fault = "client";
|
|
130
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
131
|
-
this.Message = opts.Message;
|
|
132
|
-
this.ResourceId = opts.ResourceId;
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
136
|
-
class ThrottlingException extends SageMakerGeospatialServiceException_1.SageMakerGeospatialServiceException {
|
|
137
|
-
constructor(opts) {
|
|
138
|
-
super({
|
|
139
|
-
name: "ThrottlingException",
|
|
140
|
-
$fault: "client",
|
|
141
|
-
...opts,
|
|
142
|
-
});
|
|
143
|
-
this.name = "ThrottlingException";
|
|
144
|
-
this.$fault = "client";
|
|
145
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
146
|
-
this.Message = opts.Message;
|
|
147
|
-
this.ResourceId = opts.ResourceId;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
exports.ThrottlingException = ThrottlingException;
|
|
151
|
-
class ValidationException extends SageMakerGeospatialServiceException_1.SageMakerGeospatialServiceException {
|
|
152
|
-
constructor(opts) {
|
|
153
|
-
super({
|
|
154
|
-
name: "ValidationException",
|
|
155
|
-
$fault: "client",
|
|
156
|
-
...opts,
|
|
157
|
-
});
|
|
158
|
-
this.name = "ValidationException";
|
|
159
|
-
this.$fault = "client";
|
|
160
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
161
|
-
this.Message = opts.Message;
|
|
162
|
-
this.ResourceId = opts.ResourceId;
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
exports.ValidationException = ValidationException;
|
|
166
|
-
exports.EarthObservationJobExportStatus = {
|
|
167
|
-
FAILED: "FAILED",
|
|
168
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
169
|
-
SUCCEEDED: "SUCCEEDED",
|
|
170
|
-
};
|
|
171
|
-
class ServiceQuotaExceededException extends SageMakerGeospatialServiceException_1.SageMakerGeospatialServiceException {
|
|
172
|
-
constructor(opts) {
|
|
173
|
-
super({
|
|
174
|
-
name: "ServiceQuotaExceededException",
|
|
175
|
-
$fault: "client",
|
|
176
|
-
...opts,
|
|
177
|
-
});
|
|
178
|
-
this.name = "ServiceQuotaExceededException";
|
|
179
|
-
this.$fault = "client";
|
|
180
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
181
|
-
this.Message = opts.Message;
|
|
182
|
-
this.ResourceId = opts.ResourceId;
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
186
|
-
exports.EarthObservationJobErrorType = {
|
|
187
|
-
CLIENT_ERROR: "CLIENT_ERROR",
|
|
188
|
-
SERVER_ERROR: "SERVER_ERROR",
|
|
189
|
-
};
|
|
190
|
-
exports.ExportErrorType = {
|
|
191
|
-
CLIENT_ERROR: "CLIENT_ERROR",
|
|
192
|
-
SERVER_ERROR: "SERVER_ERROR",
|
|
193
|
-
};
|
|
194
|
-
exports.LogicalOperator = {
|
|
195
|
-
AND: "AND",
|
|
196
|
-
};
|
|
197
|
-
var Property;
|
|
198
|
-
(function (Property) {
|
|
199
|
-
Property.visit = (value, visitor) => {
|
|
200
|
-
if (value.EoCloudCover !== undefined)
|
|
201
|
-
return visitor.EoCloudCover(value.EoCloudCover);
|
|
202
|
-
if (value.ViewOffNadir !== undefined)
|
|
203
|
-
return visitor.ViewOffNadir(value.ViewOffNadir);
|
|
204
|
-
if (value.ViewSunAzimuth !== undefined)
|
|
205
|
-
return visitor.ViewSunAzimuth(value.ViewSunAzimuth);
|
|
206
|
-
if (value.ViewSunElevation !== undefined)
|
|
207
|
-
return visitor.ViewSunElevation(value.ViewSunElevation);
|
|
208
|
-
if (value.Platform !== undefined)
|
|
209
|
-
return visitor.Platform(value.Platform);
|
|
210
|
-
if (value.LandsatCloudCoverLand !== undefined)
|
|
211
|
-
return visitor.LandsatCloudCoverLand(value.LandsatCloudCoverLand);
|
|
212
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
213
|
-
};
|
|
214
|
-
})(Property = exports.Property || (exports.Property = {}));
|
|
215
|
-
exports.Unit = {
|
|
216
|
-
METERS: "METERS",
|
|
217
|
-
};
|
|
218
|
-
exports.PredefinedResolution = {
|
|
219
|
-
AVERAGE: "AVERAGE",
|
|
220
|
-
HIGHEST: "HIGHEST",
|
|
221
|
-
LOWEST: "LOWEST",
|
|
222
|
-
};
|
|
223
|
-
exports.GroupBy = {
|
|
224
|
-
ALL: "ALL",
|
|
225
|
-
YEARLY: "YEARLY",
|
|
226
|
-
};
|
|
227
|
-
exports.TemporalStatistics = {
|
|
228
|
-
MEAN: "MEAN",
|
|
229
|
-
MEDIAN: "MEDIAN",
|
|
230
|
-
STANDARD_DEVIATION: "STANDARD_DEVIATION",
|
|
231
|
-
};
|
|
232
|
-
exports.ZonalStatistics = {
|
|
233
|
-
MAX: "MAX",
|
|
234
|
-
MEAN: "MEAN",
|
|
235
|
-
MEDIAN: "MEDIAN",
|
|
236
|
-
MIN: "MIN",
|
|
237
|
-
STANDARD_DEVIATION: "STANDARD_DEVIATION",
|
|
238
|
-
SUM: "SUM",
|
|
239
|
-
};
|
|
240
|
-
var JobConfigInput;
|
|
241
|
-
(function (JobConfigInput) {
|
|
242
|
-
JobConfigInput.visit = (value, visitor) => {
|
|
243
|
-
if (value.BandMathConfig !== undefined)
|
|
244
|
-
return visitor.BandMathConfig(value.BandMathConfig);
|
|
245
|
-
if (value.ResamplingConfig !== undefined)
|
|
246
|
-
return visitor.ResamplingConfig(value.ResamplingConfig);
|
|
247
|
-
if (value.TemporalStatisticsConfig !== undefined)
|
|
248
|
-
return visitor.TemporalStatisticsConfig(value.TemporalStatisticsConfig);
|
|
249
|
-
if (value.CloudRemovalConfig !== undefined)
|
|
250
|
-
return visitor.CloudRemovalConfig(value.CloudRemovalConfig);
|
|
251
|
-
if (value.ZonalStatisticsConfig !== undefined)
|
|
252
|
-
return visitor.ZonalStatisticsConfig(value.ZonalStatisticsConfig);
|
|
253
|
-
if (value.GeoMosaicConfig !== undefined)
|
|
254
|
-
return visitor.GeoMosaicConfig(value.GeoMosaicConfig);
|
|
255
|
-
if (value.StackConfig !== undefined)
|
|
256
|
-
return visitor.StackConfig(value.StackConfig);
|
|
257
|
-
if (value.CloudMaskingConfig !== undefined)
|
|
258
|
-
return visitor.CloudMaskingConfig(value.CloudMaskingConfig);
|
|
259
|
-
if (value.LandCoverSegmentationConfig !== undefined)
|
|
260
|
-
return visitor.LandCoverSegmentationConfig(value.LandCoverSegmentationConfig);
|
|
261
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
262
|
-
};
|
|
263
|
-
})(JobConfigInput = exports.JobConfigInput || (exports.JobConfigInput = {}));
|
|
264
|
-
exports.EarthObservationJobStatus = {
|
|
265
|
-
COMPLETED: "COMPLETED",
|
|
266
|
-
DELETED: "DELETED",
|
|
267
|
-
DELETING: "DELETING",
|
|
268
|
-
FAILED: "FAILED",
|
|
269
|
-
INITIALIZING: "INITIALIZING",
|
|
270
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
271
|
-
STOPPED: "STOPPED",
|
|
272
|
-
STOPPING: "STOPPING",
|
|
273
|
-
};
|
|
274
|
-
exports.TargetOptions = {
|
|
275
|
-
INPUT: "INPUT",
|
|
276
|
-
OUTPUT: "OUTPUT",
|
|
277
|
-
};
|
|
278
|
-
exports.SortOrder = {
|
|
279
|
-
ASCENDING: "ASCENDING",
|
|
280
|
-
DESCENDING: "DESCENDING",
|
|
281
|
-
};
|
|
282
|
-
exports.VectorEnrichmentJobExportStatus = {
|
|
283
|
-
FAILED: "FAILED",
|
|
284
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
285
|
-
SUCCEEDED: "SUCCEEDED",
|
|
286
|
-
};
|
|
287
|
-
exports.VectorEnrichmentJobErrorType = {
|
|
288
|
-
CLIENT_ERROR: "CLIENT_ERROR",
|
|
289
|
-
SERVER_ERROR: "SERVER_ERROR",
|
|
290
|
-
};
|
|
291
|
-
exports.VectorEnrichmentJobExportErrorType = {
|
|
292
|
-
CLIENT_ERROR: "CLIENT_ERROR",
|
|
293
|
-
SERVER_ERROR: "SERVER_ERROR",
|
|
294
|
-
};
|
|
295
|
-
var VectorEnrichmentJobDataSourceConfigInput;
|
|
296
|
-
(function (VectorEnrichmentJobDataSourceConfigInput) {
|
|
297
|
-
VectorEnrichmentJobDataSourceConfigInput.visit = (value, visitor) => {
|
|
298
|
-
if (value.S3Data !== undefined)
|
|
299
|
-
return visitor.S3Data(value.S3Data);
|
|
300
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
301
|
-
};
|
|
302
|
-
})(VectorEnrichmentJobDataSourceConfigInput = exports.VectorEnrichmentJobDataSourceConfigInput || (exports.VectorEnrichmentJobDataSourceConfigInput = {}));
|
|
303
|
-
exports.VectorEnrichmentJobDocumentType = {
|
|
304
|
-
CSV: "CSV",
|
|
305
|
-
};
|
|
306
|
-
var VectorEnrichmentJobConfig;
|
|
307
|
-
(function (VectorEnrichmentJobConfig) {
|
|
308
|
-
VectorEnrichmentJobConfig.visit = (value, visitor) => {
|
|
309
|
-
if (value.ReverseGeocodingConfig !== undefined)
|
|
310
|
-
return visitor.ReverseGeocodingConfig(value.ReverseGeocodingConfig);
|
|
311
|
-
if (value.MapMatchingConfig !== undefined)
|
|
312
|
-
return visitor.MapMatchingConfig(value.MapMatchingConfig);
|
|
313
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
314
|
-
};
|
|
315
|
-
})(VectorEnrichmentJobConfig = exports.VectorEnrichmentJobConfig || (exports.VectorEnrichmentJobConfig = {}));
|
|
316
|
-
exports.VectorEnrichmentJobStatus = {
|
|
317
|
-
COMPLETED: "COMPLETED",
|
|
318
|
-
DELETED: "DELETED",
|
|
319
|
-
DELETING: "DELETING",
|
|
320
|
-
FAILED: "FAILED",
|
|
321
|
-
INITIALIZING: "INITIALIZING",
|
|
322
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
323
|
-
STOPPED: "STOPPED",
|
|
324
|
-
STOPPING: "STOPPING",
|
|
325
|
-
};
|
|
326
|
-
exports.VectorEnrichmentJobType = {
|
|
327
|
-
MAP_MATCHING: "MAP_MATCHING",
|
|
328
|
-
REVERSE_GEOCODING: "REVERSE_GEOCODING",
|
|
329
|
-
};
|
|
330
|
-
const MultiPolygonGeometryInputFilterSensitiveLog = (obj) => ({
|
|
331
|
-
...obj,
|
|
332
|
-
...(obj.Coordinates && { Coordinates: obj.Coordinates.map((item) => item.map((item) => smithy_client_1.SENSITIVE_STRING)) }),
|
|
333
|
-
});
|
|
334
|
-
exports.MultiPolygonGeometryInputFilterSensitiveLog = MultiPolygonGeometryInputFilterSensitiveLog;
|
|
335
|
-
const PolygonGeometryInputFilterSensitiveLog = (obj) => ({
|
|
336
|
-
...obj,
|
|
337
|
-
...(obj.Coordinates && { Coordinates: obj.Coordinates.map((item) => smithy_client_1.SENSITIVE_STRING) }),
|
|
338
|
-
});
|
|
339
|
-
exports.PolygonGeometryInputFilterSensitiveLog = PolygonGeometryInputFilterSensitiveLog;
|
|
340
|
-
const AreaOfInterestGeometryFilterSensitiveLog = (obj) => {
|
|
341
|
-
if (obj.PolygonGeometry !== undefined)
|
|
342
|
-
return { PolygonGeometry: (0, exports.PolygonGeometryInputFilterSensitiveLog)(obj.PolygonGeometry) };
|
|
343
|
-
if (obj.MultiPolygonGeometry !== undefined)
|
|
344
|
-
return { MultiPolygonGeometry: (0, exports.MultiPolygonGeometryInputFilterSensitiveLog)(obj.MultiPolygonGeometry) };
|
|
345
|
-
if (obj.$unknown !== undefined)
|
|
346
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
347
|
-
};
|
|
348
|
-
exports.AreaOfInterestGeometryFilterSensitiveLog = AreaOfInterestGeometryFilterSensitiveLog;
|
|
349
|
-
const AreaOfInterestFilterSensitiveLog = (obj) => {
|
|
350
|
-
if (obj.AreaOfInterestGeometry !== undefined)
|
|
351
|
-
return { AreaOfInterestGeometry: (0, exports.AreaOfInterestGeometryFilterSensitiveLog)(obj.AreaOfInterestGeometry) };
|
|
352
|
-
if (obj.$unknown !== undefined)
|
|
353
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
354
|
-
};
|
|
355
|
-
exports.AreaOfInterestFilterSensitiveLog = AreaOfInterestFilterSensitiveLog;
|
|
356
|
-
const TimeRangeFilterOutputFilterSensitiveLog = (obj) => ({
|
|
357
|
-
...obj,
|
|
358
|
-
});
|
|
359
|
-
exports.TimeRangeFilterOutputFilterSensitiveLog = TimeRangeFilterOutputFilterSensitiveLog;
|
|
360
|
-
const RasterDataCollectionQueryOutputFilterSensitiveLog = (obj) => ({
|
|
361
|
-
...obj,
|
|
362
|
-
...(obj.TimeRangeFilter && { TimeRangeFilter: smithy_client_1.SENSITIVE_STRING }),
|
|
363
|
-
...(obj.AreaOfInterest && { AreaOfInterest: (0, exports.AreaOfInterestFilterSensitiveLog)(obj.AreaOfInterest) }),
|
|
364
|
-
...(obj.PropertyFilters && { PropertyFilters: obj.PropertyFilters }),
|
|
365
|
-
});
|
|
366
|
-
exports.RasterDataCollectionQueryOutputFilterSensitiveLog = RasterDataCollectionQueryOutputFilterSensitiveLog;
|
|
367
|
-
const InputConfigOutputFilterSensitiveLog = (obj) => ({
|
|
368
|
-
...obj,
|
|
369
|
-
...(obj.RasterDataCollectionQuery && {
|
|
370
|
-
RasterDataCollectionQuery: (0, exports.RasterDataCollectionQueryOutputFilterSensitiveLog)(obj.RasterDataCollectionQuery),
|
|
371
|
-
}),
|
|
372
|
-
});
|
|
373
|
-
exports.InputConfigOutputFilterSensitiveLog = InputConfigOutputFilterSensitiveLog;
|
|
374
|
-
const GetEarthObservationJobOutputFilterSensitiveLog = (obj) => ({
|
|
375
|
-
...obj,
|
|
376
|
-
...(obj.InputConfig && { InputConfig: (0, exports.InputConfigOutputFilterSensitiveLog)(obj.InputConfig) }),
|
|
377
|
-
...(obj.JobConfig && { JobConfig: obj.JobConfig }),
|
|
378
|
-
});
|
|
379
|
-
exports.GetEarthObservationJobOutputFilterSensitiveLog = GetEarthObservationJobOutputFilterSensitiveLog;
|
|
380
|
-
const GetTileOutputFilterSensitiveLog = (obj) => ({
|
|
381
|
-
...obj,
|
|
382
|
-
});
|
|
383
|
-
exports.GetTileOutputFilterSensitiveLog = GetTileOutputFilterSensitiveLog;
|
|
384
|
-
const ListEarthObservationJobInputFilterSensitiveLog = (obj) => ({
|
|
385
|
-
...obj,
|
|
386
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
387
|
-
});
|
|
388
|
-
exports.ListEarthObservationJobInputFilterSensitiveLog = ListEarthObservationJobInputFilterSensitiveLog;
|
|
389
|
-
const ListEarthObservationJobOutputFilterSensitiveLog = (obj) => ({
|
|
390
|
-
...obj,
|
|
391
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
392
|
-
});
|
|
393
|
-
exports.ListEarthObservationJobOutputFilterSensitiveLog = ListEarthObservationJobOutputFilterSensitiveLog;
|
|
394
|
-
const TimeRangeFilterInputFilterSensitiveLog = (obj) => ({
|
|
395
|
-
...obj,
|
|
396
|
-
});
|
|
397
|
-
exports.TimeRangeFilterInputFilterSensitiveLog = TimeRangeFilterInputFilterSensitiveLog;
|
|
398
|
-
const RasterDataCollectionQueryInputFilterSensitiveLog = (obj) => ({
|
|
399
|
-
...obj,
|
|
400
|
-
...(obj.TimeRangeFilter && { TimeRangeFilter: smithy_client_1.SENSITIVE_STRING }),
|
|
401
|
-
...(obj.AreaOfInterest && { AreaOfInterest: (0, exports.AreaOfInterestFilterSensitiveLog)(obj.AreaOfInterest) }),
|
|
402
|
-
...(obj.PropertyFilters && { PropertyFilters: obj.PropertyFilters }),
|
|
403
|
-
});
|
|
404
|
-
exports.RasterDataCollectionQueryInputFilterSensitiveLog = RasterDataCollectionQueryInputFilterSensitiveLog;
|
|
405
|
-
const InputConfigInputFilterSensitiveLog = (obj) => ({
|
|
406
|
-
...obj,
|
|
407
|
-
...(obj.RasterDataCollectionQuery && {
|
|
408
|
-
RasterDataCollectionQuery: (0, exports.RasterDataCollectionQueryInputFilterSensitiveLog)(obj.RasterDataCollectionQuery),
|
|
409
|
-
}),
|
|
410
|
-
});
|
|
411
|
-
exports.InputConfigInputFilterSensitiveLog = InputConfigInputFilterSensitiveLog;
|
|
412
|
-
const StartEarthObservationJobInputFilterSensitiveLog = (obj) => ({
|
|
413
|
-
...obj,
|
|
414
|
-
...(obj.InputConfig && { InputConfig: (0, exports.InputConfigInputFilterSensitiveLog)(obj.InputConfig) }),
|
|
415
|
-
...(obj.JobConfig && { JobConfig: obj.JobConfig }),
|
|
416
|
-
});
|
|
417
|
-
exports.StartEarthObservationJobInputFilterSensitiveLog = StartEarthObservationJobInputFilterSensitiveLog;
|
|
418
|
-
const StartEarthObservationJobOutputFilterSensitiveLog = (obj) => ({
|
|
419
|
-
...obj,
|
|
420
|
-
...(obj.InputConfig && { InputConfig: (0, exports.InputConfigOutputFilterSensitiveLog)(obj.InputConfig) }),
|
|
421
|
-
...(obj.JobConfig && { JobConfig: obj.JobConfig }),
|
|
422
|
-
});
|
|
423
|
-
exports.StartEarthObservationJobOutputFilterSensitiveLog = StartEarthObservationJobOutputFilterSensitiveLog;
|
|
424
|
-
const GeometryFilterSensitiveLog = (obj) => ({
|
|
425
|
-
...obj,
|
|
426
|
-
...(obj.Coordinates && { Coordinates: obj.Coordinates.map((item) => smithy_client_1.SENSITIVE_STRING) }),
|
|
427
|
-
});
|
|
428
|
-
exports.GeometryFilterSensitiveLog = GeometryFilterSensitiveLog;
|
|
429
|
-
const ItemSourceFilterSensitiveLog = (obj) => ({
|
|
430
|
-
...obj,
|
|
431
|
-
...(obj.Geometry && { Geometry: (0, exports.GeometryFilterSensitiveLog)(obj.Geometry) }),
|
|
432
|
-
});
|
|
433
|
-
exports.ItemSourceFilterSensitiveLog = ItemSourceFilterSensitiveLog;
|
|
434
|
-
const ListRasterDataCollectionsInputFilterSensitiveLog = (obj) => ({
|
|
435
|
-
...obj,
|
|
436
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
437
|
-
});
|
|
438
|
-
exports.ListRasterDataCollectionsInputFilterSensitiveLog = ListRasterDataCollectionsInputFilterSensitiveLog;
|
|
439
|
-
const ListRasterDataCollectionsOutputFilterSensitiveLog = (obj) => ({
|
|
440
|
-
...obj,
|
|
441
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
442
|
-
});
|
|
443
|
-
exports.ListRasterDataCollectionsOutputFilterSensitiveLog = ListRasterDataCollectionsOutputFilterSensitiveLog;
|
|
444
|
-
const ListVectorEnrichmentJobInputFilterSensitiveLog = (obj) => ({
|
|
445
|
-
...obj,
|
|
446
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
447
|
-
});
|
|
448
|
-
exports.ListVectorEnrichmentJobInputFilterSensitiveLog = ListVectorEnrichmentJobInputFilterSensitiveLog;
|
|
449
|
-
const ListVectorEnrichmentJobOutputFilterSensitiveLog = (obj) => ({
|
|
450
|
-
...obj,
|
|
451
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
452
|
-
});
|
|
453
|
-
exports.ListVectorEnrichmentJobOutputFilterSensitiveLog = ListVectorEnrichmentJobOutputFilterSensitiveLog;
|
|
454
|
-
const RasterDataCollectionQueryWithBandFilterInputFilterSensitiveLog = (obj) => ({
|
|
455
|
-
...obj,
|
|
456
|
-
...(obj.TimeRangeFilter && { TimeRangeFilter: smithy_client_1.SENSITIVE_STRING }),
|
|
457
|
-
...(obj.AreaOfInterest && { AreaOfInterest: (0, exports.AreaOfInterestFilterSensitiveLog)(obj.AreaOfInterest) }),
|
|
458
|
-
...(obj.PropertyFilters && { PropertyFilters: obj.PropertyFilters }),
|
|
459
|
-
});
|
|
460
|
-
exports.RasterDataCollectionQueryWithBandFilterInputFilterSensitiveLog = RasterDataCollectionQueryWithBandFilterInputFilterSensitiveLog;
|
|
461
|
-
const SearchRasterDataCollectionInputFilterSensitiveLog = (obj) => ({
|
|
462
|
-
...obj,
|
|
463
|
-
...(obj.RasterDataCollectionQuery && {
|
|
464
|
-
RasterDataCollectionQuery: (0, exports.RasterDataCollectionQueryWithBandFilterInputFilterSensitiveLog)(obj.RasterDataCollectionQuery),
|
|
465
|
-
}),
|
|
466
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
467
|
-
});
|
|
468
|
-
exports.SearchRasterDataCollectionInputFilterSensitiveLog = SearchRasterDataCollectionInputFilterSensitiveLog;
|
|
469
|
-
const SearchRasterDataCollectionOutputFilterSensitiveLog = (obj) => ({
|
|
470
|
-
...obj,
|
|
471
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
472
|
-
...(obj.Items && { Items: obj.Items.map((item) => (0, exports.ItemSourceFilterSensitiveLog)(item)) }),
|
|
473
|
-
});
|
|
474
|
-
exports.SearchRasterDataCollectionOutputFilterSensitiveLog = SearchRasterDataCollectionOutputFilterSensitiveLog;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListEarthObservationJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListEarthObservationJobsCommand_1 = require("../commands/ListEarthObservationJobsCommand");
|
|
6
|
-
const SageMakerGeospatialClient_1 = require("../SageMakerGeospatialClient");
|
|
7
|
-
exports.paginateListEarthObservationJobs = (0, core_1.createPaginator)(SageMakerGeospatialClient_1.SageMakerGeospatialClient, ListEarthObservationJobsCommand_1.ListEarthObservationJobsCommand, "NextToken", "NextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListRasterDataCollections = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListRasterDataCollectionsCommand_1 = require("../commands/ListRasterDataCollectionsCommand");
|
|
6
|
-
const SageMakerGeospatialClient_1 = require("../SageMakerGeospatialClient");
|
|
7
|
-
exports.paginateListRasterDataCollections = (0, core_1.createPaginator)(SageMakerGeospatialClient_1.SageMakerGeospatialClient, ListRasterDataCollectionsCommand_1.ListRasterDataCollectionsCommand, "NextToken", "NextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListVectorEnrichmentJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListVectorEnrichmentJobsCommand_1 = require("../commands/ListVectorEnrichmentJobsCommand");
|
|
6
|
-
const SageMakerGeospatialClient_1 = require("../SageMakerGeospatialClient");
|
|
7
|
-
exports.paginateListVectorEnrichmentJobs = (0, core_1.createPaginator)(SageMakerGeospatialClient_1.SageMakerGeospatialClient, ListVectorEnrichmentJobsCommand_1.ListVectorEnrichmentJobsCommand, "NextToken", "NextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateSearchRasterDataCollection = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const SearchRasterDataCollectionCommand_1 = require("../commands/SearchRasterDataCollectionCommand");
|
|
6
|
-
const SageMakerGeospatialClient_1 = require("../SageMakerGeospatialClient");
|
|
7
|
-
exports.paginateSearchRasterDataCollection = (0, core_1.createPaginator)(SageMakerGeospatialClient_1.SageMakerGeospatialClient, SearchRasterDataCollectionCommand_1.SearchRasterDataCollectionCommand, "NextToken", "NextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListEarthObservationJobsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListRasterDataCollectionsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListVectorEnrichmentJobsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./SearchRasterDataCollectionPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|