@aws-sdk/client-sagemaker-geospatial 3.928.0 → 3.930.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.
Files changed (43) hide show
  1. package/dist-cjs/index.js +1141 -1623
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SageMakerGeospatialClient.js +2 -0
  4. package/dist-es/commands/DeleteEarthObservationJobCommand.js +3 -9
  5. package/dist-es/commands/DeleteVectorEnrichmentJobCommand.js +3 -9
  6. package/dist-es/commands/ExportEarthObservationJobCommand.js +3 -9
  7. package/dist-es/commands/ExportVectorEnrichmentJobCommand.js +3 -9
  8. package/dist-es/commands/GetEarthObservationJobCommand.js +3 -10
  9. package/dist-es/commands/GetRasterDataCollectionCommand.js +3 -9
  10. package/dist-es/commands/GetTileCommand.js +3 -10
  11. package/dist-es/commands/GetVectorEnrichmentJobCommand.js +3 -9
  12. package/dist-es/commands/ListEarthObservationJobsCommand.js +3 -10
  13. package/dist-es/commands/ListRasterDataCollectionsCommand.js +3 -10
  14. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  15. package/dist-es/commands/ListVectorEnrichmentJobsCommand.js +3 -10
  16. package/dist-es/commands/SearchRasterDataCollectionCommand.js +3 -10
  17. package/dist-es/commands/StartEarthObservationJobCommand.js +3 -10
  18. package/dist-es/commands/StartVectorEnrichmentJobCommand.js +3 -9
  19. package/dist-es/commands/StopEarthObservationJobCommand.js +3 -9
  20. package/dist-es/commands/StopVectorEnrichmentJobCommand.js +3 -9
  21. package/dist-es/commands/TagResourceCommand.js +3 -9
  22. package/dist-es/commands/UntagResourceCommand.js +3 -9
  23. package/dist-es/models/models_0.js +0 -199
  24. package/dist-es/runtimeConfig.shared.js +2 -0
  25. package/dist-es/schemas/schemas_0.js +1098 -0
  26. package/dist-types/SageMakerGeospatialClient.d.ts +10 -1
  27. package/dist-types/models/models_0.d.ts +24 -106
  28. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  29. package/dist-types/runtimeConfig.d.ts +1 -0
  30. package/dist-types/runtimeConfig.native.d.ts +1 -0
  31. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  32. package/dist-types/schemas/schemas_0.d.ts +145 -0
  33. package/dist-types/ts3.4/SageMakerGeospatialClient.d.ts +4 -0
  34. package/dist-types/ts3.4/models/models_0.d.ts +0 -80
  35. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  36. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  37. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  38. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  39. package/dist-types/ts3.4/schemas/schemas_0.d.ts +152 -0
  40. package/package.json +34 -35
  41. package/dist-es/protocols/Aws_restJson1.js +0 -1259
  42. package/dist-types/protocols/Aws_restJson1.d.ts +0 -173
  43. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -236
package/dist-cjs/index.js CHANGED
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
7
  var configResolver = require('@smithy/config-resolver');
8
8
  var core = require('@smithy/core');
9
+ var schema = require('@smithy/core/schema');
9
10
  var middlewareContentLength = require('@smithy/middleware-content-length');
10
11
  var middlewareEndpoint = require('@smithy/middleware-endpoint');
11
12
  var middlewareRetry = require('@smithy/middleware-retry');
@@ -14,9 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
14
15
  var runtimeConfig = require('./runtimeConfig');
15
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
16
17
  var protocolHttp = require('@smithy/protocol-http');
17
- var middlewareSerde = require('@smithy/middleware-serde');
18
- var core$1 = require('@aws-sdk/core');
19
- var uuid = require('@smithy/uuid');
20
18
 
21
19
  const resolveClientEndpointParameters = (options) => {
22
20
  return Object.assign(options, {
@@ -92,6 +90,7 @@ class SageMakerGeospatialClient extends smithyClient.Client {
92
90
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
93
91
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
94
92
  this.config = _config_8;
93
+ this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
95
94
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
96
95
  this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
97
96
  this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
@@ -111,14 +110,14 @@ class SageMakerGeospatialClient extends smithyClient.Client {
111
110
  }
112
111
  }
113
112
 
114
- class SageMakerGeospatialServiceException extends smithyClient.ServiceException {
113
+ let SageMakerGeospatialServiceException$1 = class SageMakerGeospatialServiceException extends smithyClient.ServiceException {
115
114
  constructor(options) {
116
115
  super(options);
117
116
  Object.setPrototypeOf(this, SageMakerGeospatialServiceException.prototype);
118
117
  }
119
- }
118
+ };
120
119
 
121
- class AccessDeniedException extends SageMakerGeospatialServiceException {
120
+ let AccessDeniedException$1 = class AccessDeniedException extends SageMakerGeospatialServiceException$1 {
122
121
  name = "AccessDeniedException";
123
122
  $fault = "client";
124
123
  Message;
@@ -131,7 +130,7 @@ class AccessDeniedException extends SageMakerGeospatialServiceException {
131
130
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
132
131
  this.Message = opts.Message;
133
132
  }
134
- }
133
+ };
135
134
  const AlgorithmNameCloudRemoval = {
136
135
  INTERPOLATION: "INTERPOLATION",
137
136
  };
@@ -167,24 +166,6 @@ const AlgorithmNameResampling = {
167
166
  RMS: "RMS",
168
167
  SUM: "SUM",
169
168
  };
170
- exports.AreaOfInterestGeometry = void 0;
171
- (function (AreaOfInterestGeometry) {
172
- AreaOfInterestGeometry.visit = (value, visitor) => {
173
- if (value.PolygonGeometry !== undefined)
174
- return visitor.PolygonGeometry(value.PolygonGeometry);
175
- if (value.MultiPolygonGeometry !== undefined)
176
- return visitor.MultiPolygonGeometry(value.MultiPolygonGeometry);
177
- return visitor._(value.$unknown[0], value.$unknown[1]);
178
- };
179
- })(exports.AreaOfInterestGeometry || (exports.AreaOfInterestGeometry = {}));
180
- exports.AreaOfInterest = void 0;
181
- (function (AreaOfInterest) {
182
- AreaOfInterest.visit = (value, visitor) => {
183
- if (value.AreaOfInterestGeometry !== undefined)
184
- return visitor.AreaOfInterestGeometry(value.AreaOfInterestGeometry);
185
- return visitor._(value.$unknown[0], value.$unknown[1]);
186
- };
187
- })(exports.AreaOfInterest || (exports.AreaOfInterest = {}));
188
169
  const OutputType = {
189
170
  FLOAT32: "FLOAT32",
190
171
  FLOAT64: "FLOAT64",
@@ -197,7 +178,7 @@ const ComparisonOperator = {
197
178
  NOT_EQUALS: "NOT_EQUALS",
198
179
  STARTS_WITH: "STARTS_WITH",
199
180
  };
200
- class ConflictException extends SageMakerGeospatialServiceException {
181
+ let ConflictException$1 = class ConflictException extends SageMakerGeospatialServiceException$1 {
201
182
  name = "ConflictException";
202
183
  $fault = "client";
203
184
  Message;
@@ -212,13 +193,13 @@ class ConflictException extends SageMakerGeospatialServiceException {
212
193
  this.Message = opts.Message;
213
194
  this.ResourceId = opts.ResourceId;
214
195
  }
215
- }
196
+ };
216
197
  const DataCollectionType = {
217
198
  PREMIUM: "PREMIUM",
218
199
  PUBLIC: "PUBLIC",
219
200
  USER: "USER",
220
201
  };
221
- class InternalServerException extends SageMakerGeospatialServiceException {
202
+ let InternalServerException$1 = class InternalServerException extends SageMakerGeospatialServiceException$1 {
222
203
  name = "InternalServerException";
223
204
  $fault = "server";
224
205
  Message;
@@ -233,8 +214,8 @@ class InternalServerException extends SageMakerGeospatialServiceException {
233
214
  this.Message = opts.Message;
234
215
  this.ResourceId = opts.ResourceId;
235
216
  }
236
- }
237
- class ResourceNotFoundException extends SageMakerGeospatialServiceException {
217
+ };
218
+ let ResourceNotFoundException$1 = class ResourceNotFoundException extends SageMakerGeospatialServiceException$1 {
238
219
  name = "ResourceNotFoundException";
239
220
  $fault = "client";
240
221
  Message;
@@ -249,8 +230,8 @@ class ResourceNotFoundException extends SageMakerGeospatialServiceException {
249
230
  this.Message = opts.Message;
250
231
  this.ResourceId = opts.ResourceId;
251
232
  }
252
- }
253
- class ThrottlingException extends SageMakerGeospatialServiceException {
233
+ };
234
+ let ThrottlingException$1 = class ThrottlingException extends SageMakerGeospatialServiceException$1 {
254
235
  name = "ThrottlingException";
255
236
  $fault = "client";
256
237
  Message;
@@ -265,8 +246,8 @@ class ThrottlingException extends SageMakerGeospatialServiceException {
265
246
  this.Message = opts.Message;
266
247
  this.ResourceId = opts.ResourceId;
267
248
  }
268
- }
269
- class ValidationException extends SageMakerGeospatialServiceException {
249
+ };
250
+ let ValidationException$1 = class ValidationException extends SageMakerGeospatialServiceException$1 {
270
251
  name = "ValidationException";
271
252
  $fault = "client";
272
253
  Message;
@@ -281,13 +262,13 @@ class ValidationException extends SageMakerGeospatialServiceException {
281
262
  this.Message = opts.Message;
282
263
  this.ResourceId = opts.ResourceId;
283
264
  }
284
- }
265
+ };
285
266
  const EarthObservationJobExportStatus = {
286
267
  FAILED: "FAILED",
287
268
  IN_PROGRESS: "IN_PROGRESS",
288
269
  SUCCEEDED: "SUCCEEDED",
289
270
  };
290
- class ServiceQuotaExceededException extends SageMakerGeospatialServiceException {
271
+ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends SageMakerGeospatialServiceException$1 {
291
272
  name = "ServiceQuotaExceededException";
292
273
  $fault = "client";
293
274
  Message;
@@ -302,7 +283,7 @@ class ServiceQuotaExceededException extends SageMakerGeospatialServiceException
302
283
  this.Message = opts.Message;
303
284
  this.ResourceId = opts.ResourceId;
304
285
  }
305
- }
286
+ };
306
287
  const EarthObservationJobErrorType = {
307
288
  CLIENT_ERROR: "CLIENT_ERROR",
308
289
  SERVER_ERROR: "SERVER_ERROR",
@@ -314,24 +295,6 @@ const ExportErrorType = {
314
295
  const LogicalOperator = {
315
296
  AND: "AND",
316
297
  };
317
- exports.Property = void 0;
318
- (function (Property) {
319
- Property.visit = (value, visitor) => {
320
- if (value.EoCloudCover !== undefined)
321
- return visitor.EoCloudCover(value.EoCloudCover);
322
- if (value.ViewOffNadir !== undefined)
323
- return visitor.ViewOffNadir(value.ViewOffNadir);
324
- if (value.ViewSunAzimuth !== undefined)
325
- return visitor.ViewSunAzimuth(value.ViewSunAzimuth);
326
- if (value.ViewSunElevation !== undefined)
327
- return visitor.ViewSunElevation(value.ViewSunElevation);
328
- if (value.Platform !== undefined)
329
- return visitor.Platform(value.Platform);
330
- if (value.LandsatCloudCoverLand !== undefined)
331
- return visitor.LandsatCloudCoverLand(value.LandsatCloudCoverLand);
332
- return visitor._(value.$unknown[0], value.$unknown[1]);
333
- };
334
- })(exports.Property || (exports.Property = {}));
335
298
  const Unit = {
336
299
  METERS: "METERS",
337
300
  };
@@ -357,30 +320,6 @@ const ZonalStatistics = {
357
320
  STANDARD_DEVIATION: "STANDARD_DEVIATION",
358
321
  SUM: "SUM",
359
322
  };
360
- exports.JobConfigInput = void 0;
361
- (function (JobConfigInput) {
362
- JobConfigInput.visit = (value, visitor) => {
363
- if (value.BandMathConfig !== undefined)
364
- return visitor.BandMathConfig(value.BandMathConfig);
365
- if (value.ResamplingConfig !== undefined)
366
- return visitor.ResamplingConfig(value.ResamplingConfig);
367
- if (value.TemporalStatisticsConfig !== undefined)
368
- return visitor.TemporalStatisticsConfig(value.TemporalStatisticsConfig);
369
- if (value.CloudRemovalConfig !== undefined)
370
- return visitor.CloudRemovalConfig(value.CloudRemovalConfig);
371
- if (value.ZonalStatisticsConfig !== undefined)
372
- return visitor.ZonalStatisticsConfig(value.ZonalStatisticsConfig);
373
- if (value.GeoMosaicConfig !== undefined)
374
- return visitor.GeoMosaicConfig(value.GeoMosaicConfig);
375
- if (value.StackConfig !== undefined)
376
- return visitor.StackConfig(value.StackConfig);
377
- if (value.CloudMaskingConfig !== undefined)
378
- return visitor.CloudMaskingConfig(value.CloudMaskingConfig);
379
- if (value.LandCoverSegmentationConfig !== undefined)
380
- return visitor.LandCoverSegmentationConfig(value.LandCoverSegmentationConfig);
381
- return visitor._(value.$unknown[0], value.$unknown[1]);
382
- };
383
- })(exports.JobConfigInput || (exports.JobConfigInput = {}));
384
323
  const EarthObservationJobStatus = {
385
324
  COMPLETED: "COMPLETED",
386
325
  DELETED: "DELETED",
@@ -412,27 +351,9 @@ const VectorEnrichmentJobExportErrorType = {
412
351
  CLIENT_ERROR: "CLIENT_ERROR",
413
352
  SERVER_ERROR: "SERVER_ERROR",
414
353
  };
415
- exports.VectorEnrichmentJobDataSourceConfigInput = void 0;
416
- (function (VectorEnrichmentJobDataSourceConfigInput) {
417
- VectorEnrichmentJobDataSourceConfigInput.visit = (value, visitor) => {
418
- if (value.S3Data !== undefined)
419
- return visitor.S3Data(value.S3Data);
420
- return visitor._(value.$unknown[0], value.$unknown[1]);
421
- };
422
- })(exports.VectorEnrichmentJobDataSourceConfigInput || (exports.VectorEnrichmentJobDataSourceConfigInput = {}));
423
354
  const VectorEnrichmentJobDocumentType = {
424
355
  CSV: "CSV",
425
356
  };
426
- exports.VectorEnrichmentJobConfig = void 0;
427
- (function (VectorEnrichmentJobConfig) {
428
- VectorEnrichmentJobConfig.visit = (value, visitor) => {
429
- if (value.ReverseGeocodingConfig !== undefined)
430
- return visitor.ReverseGeocodingConfig(value.ReverseGeocodingConfig);
431
- if (value.MapMatchingConfig !== undefined)
432
- return visitor.MapMatchingConfig(value.MapMatchingConfig);
433
- return visitor._(value.$unknown[0], value.$unknown[1]);
434
- };
435
- })(exports.VectorEnrichmentJobConfig || (exports.VectorEnrichmentJobConfig = {}));
436
357
  const VectorEnrichmentJobStatus = {
437
358
  COMPLETED: "COMPLETED",
438
359
  DELETED: "DELETED",
@@ -447,1394 +368,1106 @@ const VectorEnrichmentJobType = {
447
368
  MAP_MATCHING: "MAP_MATCHING",
448
369
  REVERSE_GEOCODING: "REVERSE_GEOCODING",
449
370
  };
450
- const MultiPolygonGeometryInputFilterSensitiveLog = (obj) => ({
451
- ...obj,
452
- ...(obj.Coordinates && { Coordinates: obj.Coordinates.map((item) => item.map((item) => smithyClient.SENSITIVE_STRING)) }),
453
- });
454
- const PolygonGeometryInputFilterSensitiveLog = (obj) => ({
455
- ...obj,
456
- ...(obj.Coordinates && { Coordinates: obj.Coordinates.map((item) => smithyClient.SENSITIVE_STRING) }),
457
- });
458
- const AreaOfInterestGeometryFilterSensitiveLog = (obj) => {
459
- if (obj.PolygonGeometry !== undefined)
460
- return { PolygonGeometry: PolygonGeometryInputFilterSensitiveLog(obj.PolygonGeometry) };
461
- if (obj.MultiPolygonGeometry !== undefined)
462
- return { MultiPolygonGeometry: MultiPolygonGeometryInputFilterSensitiveLog(obj.MultiPolygonGeometry) };
463
- if (obj.$unknown !== undefined)
464
- return { [obj.$unknown[0]]: "UNKNOWN" };
465
- };
466
- const AreaOfInterestFilterSensitiveLog = (obj) => {
467
- if (obj.AreaOfInterestGeometry !== undefined)
468
- return { AreaOfInterestGeometry: AreaOfInterestGeometryFilterSensitiveLog(obj.AreaOfInterestGeometry) };
469
- if (obj.$unknown !== undefined)
470
- return { [obj.$unknown[0]]: "UNKNOWN" };
471
- };
472
- const TimeRangeFilterOutputFilterSensitiveLog = (obj) => ({
473
- ...obj,
474
- });
475
- const RasterDataCollectionQueryOutputFilterSensitiveLog = (obj) => ({
476
- ...obj,
477
- ...(obj.TimeRangeFilter && { TimeRangeFilter: smithyClient.SENSITIVE_STRING }),
478
- ...(obj.AreaOfInterest && { AreaOfInterest: AreaOfInterestFilterSensitiveLog(obj.AreaOfInterest) }),
479
- ...(obj.PropertyFilters && { PropertyFilters: obj.PropertyFilters }),
480
- });
481
- const InputConfigOutputFilterSensitiveLog = (obj) => ({
482
- ...obj,
483
- ...(obj.RasterDataCollectionQuery && {
484
- RasterDataCollectionQuery: RasterDataCollectionQueryOutputFilterSensitiveLog(obj.RasterDataCollectionQuery),
485
- }),
486
- });
487
- const GetEarthObservationJobOutputFilterSensitiveLog = (obj) => ({
488
- ...obj,
489
- ...(obj.InputConfig && { InputConfig: InputConfigOutputFilterSensitiveLog(obj.InputConfig) }),
490
- ...(obj.JobConfig && { JobConfig: obj.JobConfig }),
491
- });
492
- const GetTileOutputFilterSensitiveLog = (obj) => ({
493
- ...obj,
494
- });
495
- const ListEarthObservationJobInputFilterSensitiveLog = (obj) => ({
496
- ...obj,
497
- ...(obj.NextToken && { NextToken: smithyClient.SENSITIVE_STRING }),
498
- });
499
- const ListEarthObservationJobOutputFilterSensitiveLog = (obj) => ({
500
- ...obj,
501
- ...(obj.NextToken && { NextToken: smithyClient.SENSITIVE_STRING }),
502
- });
503
- const TimeRangeFilterInputFilterSensitiveLog = (obj) => ({
504
- ...obj,
505
- });
506
- const RasterDataCollectionQueryInputFilterSensitiveLog = (obj) => ({
507
- ...obj,
508
- ...(obj.TimeRangeFilter && { TimeRangeFilter: smithyClient.SENSITIVE_STRING }),
509
- ...(obj.AreaOfInterest && { AreaOfInterest: AreaOfInterestFilterSensitiveLog(obj.AreaOfInterest) }),
510
- ...(obj.PropertyFilters && { PropertyFilters: obj.PropertyFilters }),
511
- });
512
- const InputConfigInputFilterSensitiveLog = (obj) => ({
513
- ...obj,
514
- ...(obj.RasterDataCollectionQuery && {
515
- RasterDataCollectionQuery: RasterDataCollectionQueryInputFilterSensitiveLog(obj.RasterDataCollectionQuery),
516
- }),
517
- });
518
- const StartEarthObservationJobInputFilterSensitiveLog = (obj) => ({
519
- ...obj,
520
- ...(obj.InputConfig && { InputConfig: InputConfigInputFilterSensitiveLog(obj.InputConfig) }),
521
- ...(obj.JobConfig && { JobConfig: obj.JobConfig }),
522
- });
523
- const StartEarthObservationJobOutputFilterSensitiveLog = (obj) => ({
524
- ...obj,
525
- ...(obj.InputConfig && { InputConfig: InputConfigOutputFilterSensitiveLog(obj.InputConfig) }),
526
- ...(obj.JobConfig && { JobConfig: obj.JobConfig }),
527
- });
528
- const GeometryFilterSensitiveLog = (obj) => ({
529
- ...obj,
530
- ...(obj.Coordinates && { Coordinates: obj.Coordinates.map((item) => smithyClient.SENSITIVE_STRING) }),
531
- });
532
- const ItemSourceFilterSensitiveLog = (obj) => ({
533
- ...obj,
534
- ...(obj.Geometry && { Geometry: GeometryFilterSensitiveLog(obj.Geometry) }),
535
- });
536
- const ListRasterDataCollectionsInputFilterSensitiveLog = (obj) => ({
537
- ...obj,
538
- ...(obj.NextToken && { NextToken: smithyClient.SENSITIVE_STRING }),
539
- });
540
- const ListRasterDataCollectionsOutputFilterSensitiveLog = (obj) => ({
541
- ...obj,
542
- ...(obj.NextToken && { NextToken: smithyClient.SENSITIVE_STRING }),
543
- });
544
- const ListVectorEnrichmentJobInputFilterSensitiveLog = (obj) => ({
545
- ...obj,
546
- ...(obj.NextToken && { NextToken: smithyClient.SENSITIVE_STRING }),
547
- });
548
- const ListVectorEnrichmentJobOutputFilterSensitiveLog = (obj) => ({
549
- ...obj,
550
- ...(obj.NextToken && { NextToken: smithyClient.SENSITIVE_STRING }),
551
- });
552
- const RasterDataCollectionQueryWithBandFilterInputFilterSensitiveLog = (obj) => ({
553
- ...obj,
554
- ...(obj.TimeRangeFilter && { TimeRangeFilter: smithyClient.SENSITIVE_STRING }),
555
- ...(obj.AreaOfInterest && { AreaOfInterest: AreaOfInterestFilterSensitiveLog(obj.AreaOfInterest) }),
556
- ...(obj.PropertyFilters && { PropertyFilters: obj.PropertyFilters }),
557
- });
558
- const SearchRasterDataCollectionInputFilterSensitiveLog = (obj) => ({
559
- ...obj,
560
- ...(obj.RasterDataCollectionQuery && {
561
- RasterDataCollectionQuery: RasterDataCollectionQueryWithBandFilterInputFilterSensitiveLog(obj.RasterDataCollectionQuery),
562
- }),
563
- ...(obj.NextToken && { NextToken: smithyClient.SENSITIVE_STRING }),
564
- });
565
- const SearchRasterDataCollectionOutputFilterSensitiveLog = (obj) => ({
566
- ...obj,
567
- ...(obj.NextToken && { NextToken: smithyClient.SENSITIVE_STRING }),
568
- ...(obj.Items && { Items: obj.Items.map((item) => ItemSourceFilterSensitiveLog(item)) }),
569
- });
570
371
 
571
- const se_DeleteEarthObservationJobCommand = async (input, context) => {
572
- const b = core.requestBuilder(input, context);
573
- const headers = {};
574
- b.bp("/earth-observation-jobs/{Arn}");
575
- b.p("Arn", () => input.Arn, "{Arn}", false);
576
- let body;
577
- b.m("DELETE").h(headers).b(body);
578
- return b.build();
579
- };
580
- const se_DeleteVectorEnrichmentJobCommand = async (input, context) => {
581
- const b = core.requestBuilder(input, context);
582
- const headers = {};
583
- b.bp("/vector-enrichment-jobs/{Arn}");
584
- b.p("Arn", () => input.Arn, "{Arn}", false);
585
- let body;
586
- b.m("DELETE").h(headers).b(body);
587
- return b.build();
588
- };
589
- const se_ExportEarthObservationJobCommand = async (input, context) => {
590
- const b = core.requestBuilder(input, context);
591
- const headers = {
592
- "content-type": "application/json",
593
- };
594
- b.bp("/export-earth-observation-job");
595
- let body;
596
- body = JSON.stringify(smithyClient.take(input, {
597
- Arn: [],
598
- ClientToken: [true, (_) => _ ?? uuid.v4()],
599
- ExecutionRoleArn: [],
600
- ExportSourceImages: [],
601
- OutputConfig: (_) => smithyClient._json(_),
602
- }));
603
- b.m("POST").h(headers).b(body);
604
- return b.build();
605
- };
606
- const se_ExportVectorEnrichmentJobCommand = async (input, context) => {
607
- const b = core.requestBuilder(input, context);
608
- const headers = {
609
- "content-type": "application/json",
610
- };
611
- b.bp("/export-vector-enrichment-jobs");
612
- let body;
613
- body = JSON.stringify(smithyClient.take(input, {
614
- Arn: [],
615
- ClientToken: [true, (_) => _ ?? uuid.v4()],
616
- ExecutionRoleArn: [],
617
- OutputConfig: (_) => smithyClient._json(_),
618
- }));
619
- b.m("POST").h(headers).b(body);
620
- return b.build();
621
- };
622
- const se_GetEarthObservationJobCommand = async (input, context) => {
623
- const b = core.requestBuilder(input, context);
624
- const headers = {};
625
- b.bp("/earth-observation-jobs/{Arn}");
626
- b.p("Arn", () => input.Arn, "{Arn}", false);
627
- let body;
628
- b.m("GET").h(headers).b(body);
629
- return b.build();
630
- };
631
- const se_GetRasterDataCollectionCommand = async (input, context) => {
632
- const b = core.requestBuilder(input, context);
633
- const headers = {};
634
- b.bp("/raster-data-collection/{Arn}");
635
- b.p("Arn", () => input.Arn, "{Arn}", false);
636
- let body;
637
- b.m("GET").h(headers).b(body);
638
- return b.build();
639
- };
640
- const se_GetTileCommand = async (input, context) => {
641
- const b = core.requestBuilder(input, context);
642
- const headers = {};
643
- b.bp("/tile/{z}/{x}/{y}");
644
- b.p("x", () => input.x.toString(), "{x}", false);
645
- b.p("y", () => input.y.toString(), "{y}", false);
646
- b.p("z", () => input.z.toString(), "{z}", false);
647
- const query = smithyClient.map({
648
- [_IA]: [smithyClient.expectNonNull(input.ImageAssets, `ImageAssets`) != null, () => input[_IA] || []],
649
- [_T]: [, smithyClient.expectNonNull(input[_T], `Target`)],
650
- [_A]: [, smithyClient.expectNonNull(input[_A], `Arn`)],
651
- [_IM]: [() => input.ImageMask !== void 0, () => input[_IM].toString()],
652
- [_OF]: [, input[_OF]],
653
- [_TRF]: [, input[_TRF]],
654
- [_PF]: [, input[_PF]],
655
- [_ODT]: [, input[_ODT]],
656
- [_ERA]: [, input[_ERA]],
657
- });
658
- let body;
659
- b.m("GET").h(headers).q(query).b(body);
660
- return b.build();
661
- };
662
- const se_GetVectorEnrichmentJobCommand = async (input, context) => {
663
- const b = core.requestBuilder(input, context);
664
- const headers = {};
665
- b.bp("/vector-enrichment-jobs/{Arn}");
666
- b.p("Arn", () => input.Arn, "{Arn}", false);
667
- let body;
668
- b.m("GET").h(headers).b(body);
669
- return b.build();
670
- };
671
- const se_ListEarthObservationJobsCommand = async (input, context) => {
672
- const b = core.requestBuilder(input, context);
673
- const headers = {
674
- "content-type": "application/json",
675
- };
676
- b.bp("/list-earth-observation-jobs");
677
- let body;
678
- body = JSON.stringify(smithyClient.take(input, {
679
- MaxResults: [],
680
- NextToken: [],
681
- SortBy: [],
682
- SortOrder: [],
683
- StatusEquals: [],
684
- }));
685
- b.m("POST").h(headers).b(body);
686
- return b.build();
687
- };
688
- const se_ListRasterDataCollectionsCommand = async (input, context) => {
689
- const b = core.requestBuilder(input, context);
690
- const headers = {};
691
- b.bp("/raster-data-collections");
692
- const query = smithyClient.map({
693
- [_NT]: [, input[_NT]],
694
- [_MR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
695
- });
696
- let body;
697
- b.m("GET").h(headers).q(query).b(body);
698
- return b.build();
699
- };
700
- const se_ListTagsForResourceCommand = async (input, context) => {
701
- const b = core.requestBuilder(input, context);
702
- const headers = {};
703
- b.bp("/tags/{ResourceArn}");
704
- b.p("ResourceArn", () => input.ResourceArn, "{ResourceArn}", false);
705
- let body;
706
- b.m("GET").h(headers).b(body);
707
- return b.build();
708
- };
709
- const se_ListVectorEnrichmentJobsCommand = async (input, context) => {
710
- const b = core.requestBuilder(input, context);
711
- const headers = {
712
- "content-type": "application/json",
713
- };
714
- b.bp("/list-vector-enrichment-jobs");
715
- let body;
716
- body = JSON.stringify(smithyClient.take(input, {
717
- MaxResults: [],
718
- NextToken: [],
719
- SortBy: [],
720
- SortOrder: [],
721
- StatusEquals: [],
722
- }));
723
- b.m("POST").h(headers).b(body);
724
- return b.build();
725
- };
726
- const se_SearchRasterDataCollectionCommand = async (input, context) => {
727
- const b = core.requestBuilder(input, context);
728
- const headers = {
729
- "content-type": "application/json",
730
- };
731
- b.bp("/search-raster-data-collection");
732
- let body;
733
- body = JSON.stringify(smithyClient.take(input, {
734
- Arn: [],
735
- NextToken: [],
736
- RasterDataCollectionQuery: (_) => se_RasterDataCollectionQueryWithBandFilterInput(_),
737
- }));
738
- b.m("POST").h(headers).b(body);
739
- return b.build();
740
- };
741
- const se_StartEarthObservationJobCommand = async (input, context) => {
742
- const b = core.requestBuilder(input, context);
743
- const headers = {
744
- "content-type": "application/json",
745
- };
746
- b.bp("/earth-observation-jobs");
747
- let body;
748
- body = JSON.stringify(smithyClient.take(input, {
749
- ClientToken: [true, (_) => _ ?? uuid.v4()],
750
- ExecutionRoleArn: [],
751
- InputConfig: (_) => se_InputConfigInput(_),
752
- JobConfig: (_) => se_JobConfigInput(_),
753
- KmsKeyId: [],
754
- Name: [],
755
- Tags: (_) => smithyClient._json(_),
756
- }));
757
- b.m("POST").h(headers).b(body);
758
- return b.build();
759
- };
760
- const se_StartVectorEnrichmentJobCommand = async (input, context) => {
761
- const b = core.requestBuilder(input, context);
762
- const headers = {
763
- "content-type": "application/json",
764
- };
765
- b.bp("/vector-enrichment-jobs");
766
- let body;
767
- body = JSON.stringify(smithyClient.take(input, {
768
- ClientToken: [true, (_) => _ ?? uuid.v4()],
769
- ExecutionRoleArn: [],
770
- InputConfig: (_) => smithyClient._json(_),
771
- JobConfig: (_) => smithyClient._json(_),
772
- KmsKeyId: [],
773
- Name: [],
774
- Tags: (_) => smithyClient._json(_),
775
- }));
776
- b.m("POST").h(headers).b(body);
777
- return b.build();
778
- };
779
- const se_StopEarthObservationJobCommand = async (input, context) => {
780
- const b = core.requestBuilder(input, context);
781
- const headers = {
782
- "content-type": "application/json",
783
- };
784
- b.bp("/earth-observation-jobs/stop");
785
- let body;
786
- body = JSON.stringify(smithyClient.take(input, {
787
- Arn: [],
788
- }));
789
- b.m("POST").h(headers).b(body);
790
- return b.build();
791
- };
792
- const se_StopVectorEnrichmentJobCommand = async (input, context) => {
793
- const b = core.requestBuilder(input, context);
794
- const headers = {
795
- "content-type": "application/json",
796
- };
797
- b.bp("/vector-enrichment-jobs/stop");
798
- let body;
799
- body = JSON.stringify(smithyClient.take(input, {
800
- Arn: [],
801
- }));
802
- b.m("POST").h(headers).b(body);
803
- return b.build();
804
- };
805
- const se_TagResourceCommand = async (input, context) => {
806
- const b = core.requestBuilder(input, context);
807
- const headers = {
808
- "content-type": "application/json",
809
- };
810
- b.bp("/tags/{ResourceArn}");
811
- b.p("ResourceArn", () => input.ResourceArn, "{ResourceArn}", false);
812
- let body;
813
- body = JSON.stringify(smithyClient.take(input, {
814
- Tags: (_) => smithyClient._json(_),
815
- }));
816
- b.m("PUT").h(headers).b(body);
817
- return b.build();
818
- };
819
- const se_UntagResourceCommand = async (input, context) => {
820
- const b = core.requestBuilder(input, context);
821
- const headers = {};
822
- b.bp("/tags/{ResourceArn}");
823
- b.p("ResourceArn", () => input.ResourceArn, "{ResourceArn}", false);
824
- const query = smithyClient.map({
825
- [_tK]: [smithyClient.expectNonNull(input.TagKeys, `TagKeys`) != null, () => input[_TK] || []],
826
- });
827
- let body;
828
- b.m("DELETE").h(headers).q(query).b(body);
829
- return b.build();
830
- };
831
- const de_DeleteEarthObservationJobCommand = async (output, context) => {
832
- if (output.statusCode !== 200 && output.statusCode >= 300) {
833
- return de_CommandError(output, context);
834
- }
835
- const contents = smithyClient.map({
836
- $metadata: deserializeMetadata(output),
837
- });
838
- await smithyClient.collectBody(output.body, context);
839
- return contents;
840
- };
841
- const de_DeleteVectorEnrichmentJobCommand = async (output, context) => {
842
- if (output.statusCode !== 200 && output.statusCode >= 300) {
843
- return de_CommandError(output, context);
844
- }
845
- const contents = smithyClient.map({
846
- $metadata: deserializeMetadata(output),
847
- });
848
- await smithyClient.collectBody(output.body, context);
849
- return contents;
850
- };
851
- const de_ExportEarthObservationJobCommand = async (output, context) => {
852
- if (output.statusCode !== 200 && output.statusCode >= 300) {
853
- return de_CommandError(output, context);
854
- }
855
- const contents = smithyClient.map({
856
- $metadata: deserializeMetadata(output),
857
- });
858
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
859
- const doc = smithyClient.take(data, {
860
- Arn: smithyClient.expectString,
861
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
862
- ExecutionRoleArn: smithyClient.expectString,
863
- ExportSourceImages: smithyClient.expectBoolean,
864
- ExportStatus: smithyClient.expectString,
865
- OutputConfig: smithyClient._json,
866
- });
867
- Object.assign(contents, doc);
868
- return contents;
869
- };
870
- const de_ExportVectorEnrichmentJobCommand = async (output, context) => {
871
- if (output.statusCode !== 200 && output.statusCode >= 300) {
872
- return de_CommandError(output, context);
873
- }
874
- const contents = smithyClient.map({
875
- $metadata: deserializeMetadata(output),
876
- });
877
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
878
- const doc = smithyClient.take(data, {
879
- Arn: smithyClient.expectString,
880
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
881
- ExecutionRoleArn: smithyClient.expectString,
882
- ExportStatus: smithyClient.expectString,
883
- OutputConfig: smithyClient._json,
884
- });
885
- Object.assign(contents, doc);
886
- return contents;
887
- };
888
- const de_GetEarthObservationJobCommand = async (output, context) => {
889
- if (output.statusCode !== 200 && output.statusCode >= 300) {
890
- return de_CommandError(output, context);
891
- }
892
- const contents = smithyClient.map({
893
- $metadata: deserializeMetadata(output),
894
- });
895
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
896
- const doc = smithyClient.take(data, {
897
- Arn: smithyClient.expectString,
898
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
899
- DurationInSeconds: smithyClient.expectInt32,
900
- ErrorDetails: smithyClient._json,
901
- ExecutionRoleArn: smithyClient.expectString,
902
- ExportErrorDetails: smithyClient._json,
903
- ExportStatus: smithyClient.expectString,
904
- InputConfig: (_) => de_InputConfigOutput(_),
905
- JobConfig: (_) => de_JobConfigInput(core$1.awsExpectUnion(_)),
906
- KmsKeyId: smithyClient.expectString,
907
- Name: smithyClient.expectString,
908
- OutputBands: smithyClient._json,
909
- Status: smithyClient.expectString,
910
- Tags: smithyClient._json,
911
- });
912
- Object.assign(contents, doc);
913
- return contents;
914
- };
915
- const de_GetRasterDataCollectionCommand = async (output, context) => {
916
- if (output.statusCode !== 200 && output.statusCode >= 300) {
917
- return de_CommandError(output, context);
918
- }
919
- const contents = smithyClient.map({
920
- $metadata: deserializeMetadata(output),
921
- });
922
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
923
- const doc = smithyClient.take(data, {
924
- Arn: smithyClient.expectString,
925
- Description: smithyClient.expectString,
926
- DescriptionPageUrl: smithyClient.expectString,
927
- ImageSourceBands: smithyClient._json,
928
- Name: smithyClient.expectString,
929
- SupportedFilters: (_) => de_FilterList(_),
930
- Tags: smithyClient._json,
931
- Type: smithyClient.expectString,
932
- });
933
- Object.assign(contents, doc);
934
- return contents;
935
- };
936
- const de_GetTileCommand = async (output, context) => {
937
- if (output.statusCode !== 200 && output.statusCode >= 300) {
938
- return de_CommandError(output, context);
939
- }
940
- const contents = smithyClient.map({
941
- $metadata: deserializeMetadata(output),
942
- });
943
- const data = output.body;
944
- context.sdkStreamMixin(data);
945
- contents.BinaryFile = data;
946
- return contents;
947
- };
948
- const de_GetVectorEnrichmentJobCommand = async (output, context) => {
949
- if (output.statusCode !== 200 && output.statusCode >= 300) {
950
- return de_CommandError(output, context);
951
- }
952
- const contents = smithyClient.map({
953
- $metadata: deserializeMetadata(output),
954
- });
955
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
956
- const doc = smithyClient.take(data, {
957
- Arn: smithyClient.expectString,
958
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
959
- DurationInSeconds: smithyClient.expectInt32,
960
- ErrorDetails: smithyClient._json,
961
- ExecutionRoleArn: smithyClient.expectString,
962
- ExportErrorDetails: smithyClient._json,
963
- ExportStatus: smithyClient.expectString,
964
- InputConfig: smithyClient._json,
965
- JobConfig: (_) => smithyClient._json(core$1.awsExpectUnion(_)),
966
- KmsKeyId: smithyClient.expectString,
967
- Name: smithyClient.expectString,
968
- Status: smithyClient.expectString,
969
- Tags: smithyClient._json,
970
- Type: smithyClient.expectString,
971
- });
972
- Object.assign(contents, doc);
973
- return contents;
974
- };
975
- const de_ListEarthObservationJobsCommand = async (output, context) => {
976
- if (output.statusCode !== 200 && output.statusCode >= 300) {
977
- return de_CommandError(output, context);
978
- }
979
- const contents = smithyClient.map({
980
- $metadata: deserializeMetadata(output),
981
- });
982
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
983
- const doc = smithyClient.take(data, {
984
- EarthObservationJobSummaries: (_) => de_EarthObservationJobList(_),
985
- NextToken: smithyClient.expectString,
986
- });
987
- Object.assign(contents, doc);
988
- return contents;
989
- };
990
- const de_ListRasterDataCollectionsCommand = async (output, context) => {
991
- if (output.statusCode !== 200 && output.statusCode >= 300) {
992
- return de_CommandError(output, context);
993
- }
994
- const contents = smithyClient.map({
995
- $metadata: deserializeMetadata(output),
996
- });
997
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
998
- const doc = smithyClient.take(data, {
999
- NextToken: smithyClient.expectString,
1000
- RasterDataCollectionSummaries: (_) => de_DataCollectionsList(_),
1001
- });
1002
- Object.assign(contents, doc);
1003
- return contents;
1004
- };
1005
- const de_ListTagsForResourceCommand = async (output, context) => {
1006
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1007
- return de_CommandError(output, context);
1008
- }
1009
- const contents = smithyClient.map({
1010
- $metadata: deserializeMetadata(output),
1011
- });
1012
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1013
- const doc = smithyClient.take(data, {
1014
- Tags: smithyClient._json,
1015
- });
1016
- Object.assign(contents, doc);
1017
- return contents;
1018
- };
1019
- const de_ListVectorEnrichmentJobsCommand = async (output, context) => {
1020
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1021
- return de_CommandError(output, context);
1022
- }
1023
- const contents = smithyClient.map({
1024
- $metadata: deserializeMetadata(output),
1025
- });
1026
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1027
- const doc = smithyClient.take(data, {
1028
- NextToken: smithyClient.expectString,
1029
- VectorEnrichmentJobSummaries: (_) => de_VectorEnrichmentJobList(_),
1030
- });
1031
- Object.assign(contents, doc);
1032
- return contents;
1033
- };
1034
- const de_SearchRasterDataCollectionCommand = async (output, context) => {
1035
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1036
- return de_CommandError(output, context);
1037
- }
1038
- const contents = smithyClient.map({
1039
- $metadata: deserializeMetadata(output),
1040
- });
1041
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1042
- const doc = smithyClient.take(data, {
1043
- ApproximateResultCount: smithyClient.expectInt32,
1044
- Items: (_) => de_ItemSourceList(_),
1045
- NextToken: smithyClient.expectString,
1046
- });
1047
- Object.assign(contents, doc);
1048
- return contents;
1049
- };
1050
- const de_StartEarthObservationJobCommand = async (output, context) => {
1051
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1052
- return de_CommandError(output, context);
1053
- }
1054
- const contents = smithyClient.map({
1055
- $metadata: deserializeMetadata(output),
1056
- });
1057
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1058
- const doc = smithyClient.take(data, {
1059
- Arn: smithyClient.expectString,
1060
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1061
- DurationInSeconds: smithyClient.expectInt32,
1062
- ExecutionRoleArn: smithyClient.expectString,
1063
- InputConfig: (_) => de_InputConfigOutput(_),
1064
- JobConfig: (_) => de_JobConfigInput(core$1.awsExpectUnion(_)),
1065
- KmsKeyId: smithyClient.expectString,
1066
- Name: smithyClient.expectString,
1067
- Status: smithyClient.expectString,
1068
- Tags: smithyClient._json,
1069
- });
1070
- Object.assign(contents, doc);
1071
- return contents;
1072
- };
1073
- const de_StartVectorEnrichmentJobCommand = async (output, context) => {
1074
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1075
- return de_CommandError(output, context);
1076
- }
1077
- const contents = smithyClient.map({
1078
- $metadata: deserializeMetadata(output),
1079
- });
1080
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1081
- const doc = smithyClient.take(data, {
1082
- Arn: smithyClient.expectString,
1083
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1084
- DurationInSeconds: smithyClient.expectInt32,
1085
- ExecutionRoleArn: smithyClient.expectString,
1086
- InputConfig: smithyClient._json,
1087
- JobConfig: (_) => smithyClient._json(core$1.awsExpectUnion(_)),
1088
- KmsKeyId: smithyClient.expectString,
1089
- Name: smithyClient.expectString,
1090
- Status: smithyClient.expectString,
1091
- Tags: smithyClient._json,
1092
- Type: smithyClient.expectString,
1093
- });
1094
- Object.assign(contents, doc);
1095
- return contents;
1096
- };
1097
- const de_StopEarthObservationJobCommand = async (output, context) => {
1098
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1099
- return de_CommandError(output, context);
1100
- }
1101
- const contents = smithyClient.map({
1102
- $metadata: deserializeMetadata(output),
1103
- });
1104
- await smithyClient.collectBody(output.body, context);
1105
- return contents;
1106
- };
1107
- const de_StopVectorEnrichmentJobCommand = async (output, context) => {
1108
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1109
- return de_CommandError(output, context);
1110
- }
1111
- const contents = smithyClient.map({
1112
- $metadata: deserializeMetadata(output),
1113
- });
1114
- await smithyClient.collectBody(output.body, context);
1115
- return contents;
1116
- };
1117
- const de_TagResourceCommand = async (output, context) => {
1118
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1119
- return de_CommandError(output, context);
1120
- }
1121
- const contents = smithyClient.map({
1122
- $metadata: deserializeMetadata(output),
1123
- });
1124
- await smithyClient.collectBody(output.body, context);
1125
- return contents;
1126
- };
1127
- const de_UntagResourceCommand = async (output, context) => {
1128
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1129
- return de_CommandError(output, context);
1130
- }
1131
- const contents = smithyClient.map({
1132
- $metadata: deserializeMetadata(output),
1133
- });
1134
- await smithyClient.collectBody(output.body, context);
1135
- return contents;
1136
- };
1137
- const de_CommandError = async (output, context) => {
1138
- const parsedOutput = {
1139
- ...output,
1140
- body: await core$1.parseJsonErrorBody(output.body, context),
1141
- };
1142
- const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
1143
- switch (errorCode) {
1144
- case "AccessDeniedException":
1145
- case "com.amazonaws.sagemakergeospatial#AccessDeniedException":
1146
- throw await de_AccessDeniedExceptionRes(parsedOutput);
1147
- case "ConflictException":
1148
- case "com.amazonaws.sagemakergeospatial#ConflictException":
1149
- throw await de_ConflictExceptionRes(parsedOutput);
1150
- case "InternalServerException":
1151
- case "com.amazonaws.sagemakergeospatial#InternalServerException":
1152
- throw await de_InternalServerExceptionRes(parsedOutput);
1153
- case "ResourceNotFoundException":
1154
- case "com.amazonaws.sagemakergeospatial#ResourceNotFoundException":
1155
- throw await de_ResourceNotFoundExceptionRes(parsedOutput);
1156
- case "ThrottlingException":
1157
- case "com.amazonaws.sagemakergeospatial#ThrottlingException":
1158
- throw await de_ThrottlingExceptionRes(parsedOutput);
1159
- case "ValidationException":
1160
- case "com.amazonaws.sagemakergeospatial#ValidationException":
1161
- throw await de_ValidationExceptionRes(parsedOutput);
1162
- case "ServiceQuotaExceededException":
1163
- case "com.amazonaws.sagemakergeospatial#ServiceQuotaExceededException":
1164
- throw await de_ServiceQuotaExceededExceptionRes(parsedOutput);
1165
- default:
1166
- const parsedBody = parsedOutput.body;
1167
- return throwDefaultError({
1168
- output,
1169
- parsedBody,
1170
- errorCode,
1171
- });
1172
- }
1173
- };
1174
- const throwDefaultError = smithyClient.withBaseException(SageMakerGeospatialServiceException);
1175
- const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
1176
- const contents = smithyClient.map({});
1177
- const data = parsedOutput.body;
1178
- const doc = smithyClient.take(data, {
1179
- Message: smithyClient.expectString,
1180
- });
1181
- Object.assign(contents, doc);
1182
- const exception = new AccessDeniedException({
1183
- $metadata: deserializeMetadata(parsedOutput),
1184
- ...contents,
1185
- });
1186
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1187
- };
1188
- const de_ConflictExceptionRes = async (parsedOutput, context) => {
1189
- const contents = smithyClient.map({});
1190
- const data = parsedOutput.body;
1191
- const doc = smithyClient.take(data, {
1192
- Message: smithyClient.expectString,
1193
- ResourceId: smithyClient.expectString,
1194
- });
1195
- Object.assign(contents, doc);
1196
- const exception = new ConflictException({
1197
- $metadata: deserializeMetadata(parsedOutput),
1198
- ...contents,
1199
- });
1200
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1201
- };
1202
- const de_InternalServerExceptionRes = async (parsedOutput, context) => {
1203
- const contents = smithyClient.map({});
1204
- const data = parsedOutput.body;
1205
- const doc = smithyClient.take(data, {
1206
- Message: smithyClient.expectString,
1207
- ResourceId: smithyClient.expectString,
1208
- });
1209
- Object.assign(contents, doc);
1210
- const exception = new InternalServerException({
1211
- $metadata: deserializeMetadata(parsedOutput),
1212
- ...contents,
1213
- });
1214
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1215
- };
1216
- const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
1217
- const contents = smithyClient.map({});
1218
- const data = parsedOutput.body;
1219
- const doc = smithyClient.take(data, {
1220
- Message: smithyClient.expectString,
1221
- ResourceId: smithyClient.expectString,
1222
- });
1223
- Object.assign(contents, doc);
1224
- const exception = new ResourceNotFoundException({
1225
- $metadata: deserializeMetadata(parsedOutput),
1226
- ...contents,
1227
- });
1228
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1229
- };
1230
- const de_ServiceQuotaExceededExceptionRes = async (parsedOutput, context) => {
1231
- const contents = smithyClient.map({});
1232
- const data = parsedOutput.body;
1233
- const doc = smithyClient.take(data, {
1234
- Message: smithyClient.expectString,
1235
- ResourceId: smithyClient.expectString,
1236
- });
1237
- Object.assign(contents, doc);
1238
- const exception = new ServiceQuotaExceededException({
1239
- $metadata: deserializeMetadata(parsedOutput),
1240
- ...contents,
1241
- });
1242
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1243
- };
1244
- const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
1245
- const contents = smithyClient.map({});
1246
- const data = parsedOutput.body;
1247
- const doc = smithyClient.take(data, {
1248
- Message: smithyClient.expectString,
1249
- ResourceId: smithyClient.expectString,
1250
- });
1251
- Object.assign(contents, doc);
1252
- const exception = new ThrottlingException({
1253
- $metadata: deserializeMetadata(parsedOutput),
1254
- ...contents,
1255
- });
1256
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1257
- };
1258
- const de_ValidationExceptionRes = async (parsedOutput, context) => {
1259
- const contents = smithyClient.map({});
1260
- const data = parsedOutput.body;
1261
- const doc = smithyClient.take(data, {
1262
- Message: smithyClient.expectString,
1263
- ResourceId: smithyClient.expectString,
1264
- });
1265
- Object.assign(contents, doc);
1266
- const exception = new ValidationException({
1267
- $metadata: deserializeMetadata(parsedOutput),
1268
- ...contents,
1269
- });
1270
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1271
- };
1272
- const se_AreaOfInterest = (input, context) => {
1273
- return exports.AreaOfInterest.visit(input, {
1274
- AreaOfInterestGeometry: (value) => ({ AreaOfInterestGeometry: se_AreaOfInterestGeometry(value) }),
1275
- _: (name, value) => ({ [name]: value }),
1276
- });
1277
- };
1278
- const se_AreaOfInterestGeometry = (input, context) => {
1279
- return exports.AreaOfInterestGeometry.visit(input, {
1280
- MultiPolygonGeometry: (value) => ({ MultiPolygonGeometry: se_MultiPolygonGeometryInput(value) }),
1281
- PolygonGeometry: (value) => ({ PolygonGeometry: se_PolygonGeometryInput(value) }),
1282
- _: (name, value) => ({ [name]: value }),
1283
- });
1284
- };
1285
- const se_EoCloudCoverInput = (input, context) => {
1286
- return smithyClient.take(input, {
1287
- LowerBound: smithyClient.serializeFloat,
1288
- UpperBound: smithyClient.serializeFloat,
1289
- });
1290
- };
1291
- const se_InputConfigInput = (input, context) => {
1292
- return smithyClient.take(input, {
1293
- PreviousEarthObservationJobArn: [],
1294
- RasterDataCollectionQuery: (_) => se_RasterDataCollectionQueryInput(_),
1295
- });
1296
- };
1297
- const se_JobConfigInput = (input, context) => {
1298
- return exports.JobConfigInput.visit(input, {
1299
- BandMathConfig: (value) => ({ BandMathConfig: smithyClient._json(value) }),
1300
- CloudMaskingConfig: (value) => ({ CloudMaskingConfig: smithyClient._json(value) }),
1301
- CloudRemovalConfig: (value) => ({ CloudRemovalConfig: smithyClient._json(value) }),
1302
- GeoMosaicConfig: (value) => ({ GeoMosaicConfig: smithyClient._json(value) }),
1303
- LandCoverSegmentationConfig: (value) => ({ LandCoverSegmentationConfig: smithyClient._json(value) }),
1304
- ResamplingConfig: (value) => ({ ResamplingConfig: se_ResamplingConfigInput(value) }),
1305
- StackConfig: (value) => ({ StackConfig: se_StackConfigInput(value) }),
1306
- TemporalStatisticsConfig: (value) => ({ TemporalStatisticsConfig: smithyClient._json(value) }),
1307
- ZonalStatisticsConfig: (value) => ({ ZonalStatisticsConfig: smithyClient._json(value) }),
1308
- _: (name, value) => ({ [name]: value }),
1309
- });
1310
- };
1311
- const se_LandsatCloudCoverLandInput = (input, context) => {
1312
- return smithyClient.take(input, {
1313
- LowerBound: smithyClient.serializeFloat,
1314
- UpperBound: smithyClient.serializeFloat,
1315
- });
1316
- };
1317
- const se_LinearRing = (input, context) => {
1318
- return input
1319
- .filter((e) => e != null)
1320
- .map((entry) => {
1321
- return se_Position(entry);
1322
- });
1323
- };
1324
- const se_LinearRings = (input, context) => {
1325
- return input
1326
- .filter((e) => e != null)
1327
- .map((entry) => {
1328
- return se_LinearRing(entry);
1329
- });
1330
- };
1331
- const se_LinearRingsList = (input, context) => {
1332
- return input
1333
- .filter((e) => e != null)
1334
- .map((entry) => {
1335
- return se_LinearRings(entry);
1336
- });
1337
- };
1338
- const se_MultiPolygonGeometryInput = (input, context) => {
1339
- return smithyClient.take(input, {
1340
- Coordinates: (_) => se_LinearRingsList(_),
1341
- });
1342
- };
1343
- const se_OutputResolutionResamplingInput = (input, context) => {
1344
- return smithyClient.take(input, {
1345
- UserDefined: (_) => se_UserDefined(_),
1346
- });
1347
- };
1348
- const se_OutputResolutionStackInput = (input, context) => {
1349
- return smithyClient.take(input, {
1350
- Predefined: [],
1351
- UserDefined: (_) => se_UserDefined(_),
1352
- });
1353
- };
1354
- const se_PolygonGeometryInput = (input, context) => {
1355
- return smithyClient.take(input, {
1356
- Coordinates: (_) => se_LinearRings(_),
1357
- });
1358
- };
1359
- const se_Position = (input, context) => {
1360
- return input
1361
- .filter((e) => e != null)
1362
- .map((entry) => {
1363
- return smithyClient.serializeFloat(entry);
1364
- });
1365
- };
1366
- const se_Property = (input, context) => {
1367
- return exports.Property.visit(input, {
1368
- EoCloudCover: (value) => ({ EoCloudCover: se_EoCloudCoverInput(value) }),
1369
- LandsatCloudCoverLand: (value) => ({ LandsatCloudCoverLand: se_LandsatCloudCoverLandInput(value) }),
1370
- Platform: (value) => ({ Platform: smithyClient._json(value) }),
1371
- ViewOffNadir: (value) => ({ ViewOffNadir: se_ViewOffNadirInput(value) }),
1372
- ViewSunAzimuth: (value) => ({ ViewSunAzimuth: se_ViewSunAzimuthInput(value) }),
1373
- ViewSunElevation: (value) => ({ ViewSunElevation: se_ViewSunElevationInput(value) }),
1374
- _: (name, value) => ({ [name]: value }),
1375
- });
1376
- };
1377
- const se_PropertyFilter = (input, context) => {
1378
- return smithyClient.take(input, {
1379
- Property: (_) => se_Property(_),
1380
- });
1381
- };
1382
- const se_PropertyFilters = (input, context) => {
1383
- return smithyClient.take(input, {
1384
- LogicalOperator: [],
1385
- Properties: (_) => se_PropertyFiltersList(_),
1386
- });
1387
- };
1388
- const se_PropertyFiltersList = (input, context) => {
1389
- return input
1390
- .filter((e) => e != null)
1391
- .map((entry) => {
1392
- return se_PropertyFilter(entry);
1393
- });
1394
- };
1395
- const se_RasterDataCollectionQueryInput = (input, context) => {
1396
- return smithyClient.take(input, {
1397
- AreaOfInterest: (_) => se_AreaOfInterest(_),
1398
- PropertyFilters: (_) => se_PropertyFilters(_),
1399
- RasterDataCollectionArn: [],
1400
- TimeRangeFilter: (_) => se_TimeRangeFilterInput(_),
1401
- });
1402
- };
1403
- const se_RasterDataCollectionQueryWithBandFilterInput = (input, context) => {
1404
- return smithyClient.take(input, {
1405
- AreaOfInterest: (_) => se_AreaOfInterest(_),
1406
- BandFilter: smithyClient._json,
1407
- PropertyFilters: (_) => se_PropertyFilters(_),
1408
- TimeRangeFilter: (_) => se_TimeRangeFilterInput(_),
1409
- });
1410
- };
1411
- const se_ResamplingConfigInput = (input, context) => {
1412
- return smithyClient.take(input, {
1413
- AlgorithmName: [],
1414
- OutputResolution: (_) => se_OutputResolutionResamplingInput(_),
1415
- TargetBands: smithyClient._json,
1416
- });
1417
- };
1418
- const se_StackConfigInput = (input, context) => {
1419
- return smithyClient.take(input, {
1420
- OutputResolution: (_) => se_OutputResolutionStackInput(_),
1421
- TargetBands: smithyClient._json,
1422
- });
1423
- };
1424
- const se_TimeRangeFilterInput = (input, context) => {
1425
- return smithyClient.take(input, {
1426
- EndTime: (_) => _.getTime() / 1_000,
1427
- StartTime: (_) => _.getTime() / 1_000,
1428
- });
1429
- };
1430
- const se_UserDefined = (input, context) => {
1431
- return smithyClient.take(input, {
1432
- Unit: [],
1433
- Value: smithyClient.serializeFloat,
1434
- });
1435
- };
1436
- const se_ViewOffNadirInput = (input, context) => {
1437
- return smithyClient.take(input, {
1438
- LowerBound: smithyClient.serializeFloat,
1439
- UpperBound: smithyClient.serializeFloat,
1440
- });
1441
- };
1442
- const se_ViewSunAzimuthInput = (input, context) => {
1443
- return smithyClient.take(input, {
1444
- LowerBound: smithyClient.serializeFloat,
1445
- UpperBound: smithyClient.serializeFloat,
1446
- });
1447
- };
1448
- const se_ViewSunElevationInput = (input, context) => {
1449
- return smithyClient.take(input, {
1450
- LowerBound: smithyClient.serializeFloat,
1451
- UpperBound: smithyClient.serializeFloat,
1452
- });
1453
- };
1454
- const de_AreaOfInterest = (output, context) => {
1455
- if (output.AreaOfInterestGeometry != null) {
1456
- return {
1457
- AreaOfInterestGeometry: de_AreaOfInterestGeometry(core$1.awsExpectUnion(output.AreaOfInterestGeometry)),
1458
- };
1459
- }
1460
- return { $unknown: Object.entries(output)[0] };
1461
- };
1462
- const de_AreaOfInterestGeometry = (output, context) => {
1463
- if (output.MultiPolygonGeometry != null) {
1464
- return {
1465
- MultiPolygonGeometry: de_MultiPolygonGeometryInput(output.MultiPolygonGeometry),
1466
- };
1467
- }
1468
- if (output.PolygonGeometry != null) {
1469
- return {
1470
- PolygonGeometry: de_PolygonGeometryInput(output.PolygonGeometry),
1471
- };
1472
- }
1473
- return { $unknown: Object.entries(output)[0] };
1474
- };
1475
- const de_DataCollectionsList = (output, context) => {
1476
- const retVal = (output || [])
1477
- .filter((e) => e != null)
1478
- .map((entry) => {
1479
- return de_RasterDataCollectionMetadata(entry);
1480
- });
1481
- return retVal;
1482
- };
1483
- const de_EarthObservationJobList = (output, context) => {
1484
- const retVal = (output || [])
1485
- .filter((e) => e != null)
1486
- .map((entry) => {
1487
- return de_ListEarthObservationJobOutputConfig(entry);
1488
- });
1489
- return retVal;
1490
- };
1491
- const de_EoCloudCoverInput = (output, context) => {
1492
- return smithyClient.take(output, {
1493
- LowerBound: smithyClient.limitedParseFloat32,
1494
- UpperBound: smithyClient.limitedParseFloat32,
1495
- });
1496
- };
1497
- const de_Filter = (output, context) => {
1498
- return smithyClient.take(output, {
1499
- Maximum: smithyClient.limitedParseFloat32,
1500
- Minimum: smithyClient.limitedParseFloat32,
1501
- Name: smithyClient.expectString,
1502
- Type: smithyClient.expectString,
1503
- });
1504
- };
1505
- const de_FilterList = (output, context) => {
1506
- const retVal = (output || [])
1507
- .filter((e) => e != null)
1508
- .map((entry) => {
1509
- return de_Filter(entry);
1510
- });
1511
- return retVal;
1512
- };
1513
- const de_Geometry = (output, context) => {
1514
- return smithyClient.take(output, {
1515
- Coordinates: (_) => de_LinearRings(_),
1516
- Type: smithyClient.expectString,
1517
- });
1518
- };
1519
- const de_InputConfigOutput = (output, context) => {
1520
- return smithyClient.take(output, {
1521
- PreviousEarthObservationJobArn: smithyClient.expectString,
1522
- RasterDataCollectionQuery: (_) => de_RasterDataCollectionQueryOutput(_),
1523
- });
1524
- };
1525
- const de_ItemSource = (output, context) => {
1526
- return smithyClient.take(output, {
1527
- Assets: smithyClient._json,
1528
- DateTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1529
- Geometry: (_) => de_Geometry(_),
1530
- Id: smithyClient.expectString,
1531
- Properties: (_) => de_Properties(_),
1532
- });
1533
- };
1534
- const de_ItemSourceList = (output, context) => {
1535
- const retVal = (output || [])
1536
- .filter((e) => e != null)
1537
- .map((entry) => {
1538
- return de_ItemSource(entry);
1539
- });
1540
- return retVal;
1541
- };
1542
- const de_JobConfigInput = (output, context) => {
1543
- if (output.BandMathConfig != null) {
1544
- return {
1545
- BandMathConfig: smithyClient._json(output.BandMathConfig),
1546
- };
1547
- }
1548
- if (output.CloudMaskingConfig != null) {
1549
- return {
1550
- CloudMaskingConfig: smithyClient._json(output.CloudMaskingConfig),
1551
- };
1552
- }
1553
- if (output.CloudRemovalConfig != null) {
1554
- return {
1555
- CloudRemovalConfig: smithyClient._json(output.CloudRemovalConfig),
1556
- };
1557
- }
1558
- if (output.GeoMosaicConfig != null) {
1559
- return {
1560
- GeoMosaicConfig: smithyClient._json(output.GeoMosaicConfig),
1561
- };
1562
- }
1563
- if (output.LandCoverSegmentationConfig != null) {
1564
- return {
1565
- LandCoverSegmentationConfig: smithyClient._json(output.LandCoverSegmentationConfig),
1566
- };
1567
- }
1568
- if (output.ResamplingConfig != null) {
1569
- return {
1570
- ResamplingConfig: de_ResamplingConfigInput(output.ResamplingConfig),
1571
- };
1572
- }
1573
- if (output.StackConfig != null) {
1574
- return {
1575
- StackConfig: de_StackConfigInput(output.StackConfig),
1576
- };
1577
- }
1578
- if (output.TemporalStatisticsConfig != null) {
1579
- return {
1580
- TemporalStatisticsConfig: smithyClient._json(output.TemporalStatisticsConfig),
1581
- };
1582
- }
1583
- if (output.ZonalStatisticsConfig != null) {
1584
- return {
1585
- ZonalStatisticsConfig: smithyClient._json(output.ZonalStatisticsConfig),
1586
- };
1587
- }
1588
- return { $unknown: Object.entries(output)[0] };
1589
- };
1590
- const de_LandsatCloudCoverLandInput = (output, context) => {
1591
- return smithyClient.take(output, {
1592
- LowerBound: smithyClient.limitedParseFloat32,
1593
- UpperBound: smithyClient.limitedParseFloat32,
1594
- });
1595
- };
1596
- const de_LinearRing = (output, context) => {
1597
- const retVal = (output || [])
1598
- .filter((e) => e != null)
1599
- .map((entry) => {
1600
- return de_Position(entry);
1601
- });
1602
- return retVal;
1603
- };
1604
- const de_LinearRings = (output, context) => {
1605
- const retVal = (output || [])
1606
- .filter((e) => e != null)
1607
- .map((entry) => {
1608
- return de_LinearRing(entry);
1609
- });
1610
- return retVal;
1611
- };
1612
- const de_LinearRingsList = (output, context) => {
1613
- const retVal = (output || [])
1614
- .filter((e) => e != null)
1615
- .map((entry) => {
1616
- return de_LinearRings(entry);
1617
- });
1618
- return retVal;
1619
- };
1620
- const de_ListEarthObservationJobOutputConfig = (output, context) => {
1621
- return smithyClient.take(output, {
1622
- Arn: smithyClient.expectString,
1623
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1624
- DurationInSeconds: smithyClient.expectInt32,
1625
- Name: smithyClient.expectString,
1626
- OperationType: smithyClient.expectString,
1627
- Status: smithyClient.expectString,
1628
- Tags: smithyClient._json,
1629
- });
1630
- };
1631
- const de_ListVectorEnrichmentJobOutputConfig = (output, context) => {
1632
- return smithyClient.take(output, {
1633
- Arn: smithyClient.expectString,
1634
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1635
- DurationInSeconds: smithyClient.expectInt32,
1636
- Name: smithyClient.expectString,
1637
- Status: smithyClient.expectString,
1638
- Tags: smithyClient._json,
1639
- Type: smithyClient.expectString,
1640
- });
1641
- };
1642
- const de_MultiPolygonGeometryInput = (output, context) => {
1643
- return smithyClient.take(output, {
1644
- Coordinates: (_) => de_LinearRingsList(_),
1645
- });
1646
- };
1647
- const de_OutputResolutionResamplingInput = (output, context) => {
1648
- return smithyClient.take(output, {
1649
- UserDefined: (_) => de_UserDefined(_),
1650
- });
1651
- };
1652
- const de_OutputResolutionStackInput = (output, context) => {
1653
- return smithyClient.take(output, {
1654
- Predefined: smithyClient.expectString,
1655
- UserDefined: (_) => de_UserDefined(_),
1656
- });
1657
- };
1658
- const de_PolygonGeometryInput = (output, context) => {
1659
- return smithyClient.take(output, {
1660
- Coordinates: (_) => de_LinearRings(_),
1661
- });
1662
- };
1663
- const de_Position = (output, context) => {
1664
- const retVal = (output || [])
1665
- .filter((e) => e != null)
1666
- .map((entry) => {
1667
- return smithyClient.limitedParseDouble(entry);
1668
- });
1669
- return retVal;
1670
- };
1671
- const de_Properties = (output, context) => {
1672
- return smithyClient.take(output, {
1673
- EoCloudCover: smithyClient.limitedParseFloat32,
1674
- LandsatCloudCoverLand: smithyClient.limitedParseFloat32,
1675
- Platform: smithyClient.expectString,
1676
- ViewOffNadir: smithyClient.limitedParseFloat32,
1677
- ViewSunAzimuth: smithyClient.limitedParseFloat32,
1678
- ViewSunElevation: smithyClient.limitedParseFloat32,
1679
- });
1680
- };
1681
- const de_Property = (output, context) => {
1682
- if (output.EoCloudCover != null) {
1683
- return {
1684
- EoCloudCover: de_EoCloudCoverInput(output.EoCloudCover),
1685
- };
1686
- }
1687
- if (output.LandsatCloudCoverLand != null) {
1688
- return {
1689
- LandsatCloudCoverLand: de_LandsatCloudCoverLandInput(output.LandsatCloudCoverLand),
1690
- };
1691
- }
1692
- if (output.Platform != null) {
1693
- return {
1694
- Platform: smithyClient._json(output.Platform),
1695
- };
1696
- }
1697
- if (output.ViewOffNadir != null) {
1698
- return {
1699
- ViewOffNadir: de_ViewOffNadirInput(output.ViewOffNadir),
1700
- };
1701
- }
1702
- if (output.ViewSunAzimuth != null) {
1703
- return {
1704
- ViewSunAzimuth: de_ViewSunAzimuthInput(output.ViewSunAzimuth),
1705
- };
1706
- }
1707
- if (output.ViewSunElevation != null) {
1708
- return {
1709
- ViewSunElevation: de_ViewSunElevationInput(output.ViewSunElevation),
1710
- };
1711
- }
1712
- return { $unknown: Object.entries(output)[0] };
1713
- };
1714
- const de_PropertyFilter = (output, context) => {
1715
- return smithyClient.take(output, {
1716
- Property: (_) => de_Property(core$1.awsExpectUnion(_)),
1717
- });
1718
- };
1719
- const de_PropertyFilters = (output, context) => {
1720
- return smithyClient.take(output, {
1721
- LogicalOperator: smithyClient.expectString,
1722
- Properties: (_) => de_PropertyFiltersList(_),
1723
- });
1724
- };
1725
- const de_PropertyFiltersList = (output, context) => {
1726
- const retVal = (output || [])
1727
- .filter((e) => e != null)
1728
- .map((entry) => {
1729
- return de_PropertyFilter(entry);
1730
- });
1731
- return retVal;
1732
- };
1733
- const de_RasterDataCollectionMetadata = (output, context) => {
1734
- return smithyClient.take(output, {
1735
- Arn: smithyClient.expectString,
1736
- Description: smithyClient.expectString,
1737
- DescriptionPageUrl: smithyClient.expectString,
1738
- Name: smithyClient.expectString,
1739
- SupportedFilters: (_) => de_FilterList(_),
1740
- Tags: smithyClient._json,
1741
- Type: smithyClient.expectString,
1742
- });
1743
- };
1744
- const de_RasterDataCollectionQueryOutput = (output, context) => {
1745
- return smithyClient.take(output, {
1746
- AreaOfInterest: (_) => de_AreaOfInterest(core$1.awsExpectUnion(_)),
1747
- PropertyFilters: (_) => de_PropertyFilters(_),
1748
- RasterDataCollectionArn: smithyClient.expectString,
1749
- RasterDataCollectionName: smithyClient.expectString,
1750
- TimeRangeFilter: (_) => de_TimeRangeFilterOutput(_),
1751
- });
1752
- };
1753
- const de_ResamplingConfigInput = (output, context) => {
1754
- return smithyClient.take(output, {
1755
- AlgorithmName: smithyClient.expectString,
1756
- OutputResolution: (_) => de_OutputResolutionResamplingInput(_),
1757
- TargetBands: smithyClient._json,
1758
- });
1759
- };
1760
- const de_StackConfigInput = (output, context) => {
1761
- return smithyClient.take(output, {
1762
- OutputResolution: (_) => de_OutputResolutionStackInput(_),
1763
- TargetBands: smithyClient._json,
1764
- });
1765
- };
1766
- const de_TimeRangeFilterOutput = (output, context) => {
1767
- return smithyClient.take(output, {
1768
- EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1769
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1770
- });
1771
- };
1772
- const de_UserDefined = (output, context) => {
1773
- return smithyClient.take(output, {
1774
- Unit: smithyClient.expectString,
1775
- Value: smithyClient.limitedParseFloat32,
1776
- });
1777
- };
1778
- const de_VectorEnrichmentJobList = (output, context) => {
1779
- const retVal = (output || [])
1780
- .filter((e) => e != null)
1781
- .map((entry) => {
1782
- return de_ListVectorEnrichmentJobOutputConfig(entry);
1783
- });
1784
- return retVal;
1785
- };
1786
- const de_ViewOffNadirInput = (output, context) => {
1787
- return smithyClient.take(output, {
1788
- LowerBound: smithyClient.limitedParseFloat32,
1789
- UpperBound: smithyClient.limitedParseFloat32,
1790
- });
1791
- };
1792
- const de_ViewSunAzimuthInput = (output, context) => {
1793
- return smithyClient.take(output, {
1794
- LowerBound: smithyClient.limitedParseFloat32,
1795
- UpperBound: smithyClient.limitedParseFloat32,
1796
- });
1797
- };
1798
- const de_ViewSunElevationInput = (output, context) => {
1799
- return smithyClient.take(output, {
1800
- LowerBound: smithyClient.limitedParseFloat32,
1801
- UpperBound: smithyClient.limitedParseFloat32,
1802
- });
1803
- };
1804
- const deserializeMetadata = (output) => ({
1805
- httpStatusCode: output.statusCode,
1806
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
1807
- extendedRequestId: output.headers["x-amz-id-2"],
1808
- cfId: output.headers["x-amz-cf-id"],
1809
- });
1810
372
  const _A = "Arn";
373
+ const _ADE = "AccessDeniedException";
374
+ const _AM = "AssetsMap";
375
+ const _AN = "AlgorithmName";
376
+ const _AOI = "AreaOfInterest";
377
+ const _AOIG = "AreaOfInterestGeometry";
378
+ const _ARC = "ApproximateResultCount";
379
+ const _AV = "AssetValue";
380
+ const _As = "Assets";
381
+ const _BF = "BinaryFile";
382
+ const _BFa = "BandFilter";
383
+ const _BMC = "BandMathConfig";
384
+ const _BMCI = "BandMathConfigInput";
385
+ const _BN = "BandName";
386
+ const _C = "Coordinates";
387
+ const _CE = "ConflictException";
388
+ const _CI = "CustomIndices";
389
+ const _CII = "CustomIndicesInput";
390
+ const _CMC = "CloudMaskingConfig";
391
+ const _CMCI = "CloudMaskingConfigInput";
392
+ const _CO = "ComparisonOperator";
393
+ const _CRC = "CloudRemovalConfig";
394
+ const _CRCI = "CloudRemovalConfigInput";
395
+ const _CT = "ClientToken";
396
+ const _CTr = "CreationTime";
397
+ const _D = "Description";
398
+ const _DCL = "DataCollectionsList";
399
+ const _DEOJ = "DeleteEarthObservationJob";
400
+ const _DEOJI = "DeleteEarthObservationJobInput";
401
+ const _DEOJO = "DeleteEarthObservationJobOutput";
402
+ const _DIS = "DurationInSeconds";
403
+ const _DPU = "DescriptionPageUrl";
404
+ const _DSC = "DataSourceConfig";
405
+ const _DT = "DateTime";
406
+ const _DTo = "DocumentType";
407
+ const _DVEJ = "DeleteVectorEnrichmentJob";
408
+ const _DVEJI = "DeleteVectorEnrichmentJobInput";
409
+ const _DVEJO = "DeleteVectorEnrichmentJobOutput";
410
+ const _E = "Equation";
411
+ const _ECC = "EoCloudCover";
412
+ const _ECCI = "EoCloudCoverInput";
413
+ const _ED = "ErrorDetails";
414
+ const _EED = "ExportErrorDetails";
415
+ const _EEDO = "ExportErrorDetailsOutput";
416
+ const _EEOJ = "ExportEarthObservationJob";
417
+ const _EEOJI = "ExportEarthObservationJobInput";
418
+ const _EEOJO = "ExportEarthObservationJobOutput";
419
+ const _EM = "ErrorMessage";
420
+ const _EOJED = "EarthObservationJobErrorDetails";
421
+ const _EOJL = "EarthObservationJobList";
422
+ const _EOJOB = "EarthObservationJobOutputBands";
423
+ const _EOJS = "EarthObservationJobSummaries";
424
+ const _ER = "ExportResults";
1811
425
  const _ERA = "ExecutionRoleArn";
426
+ const _ES = "ExportStatus";
427
+ const _ESDI = "ExportS3DataInput";
428
+ const _ESI = "ExportSourceImages";
429
+ const _ET = "EndTime";
430
+ const _ETr = "ErrorType";
431
+ const _EVEJ = "ExportVectorEnrichmentJob";
432
+ const _EVEJI = "ExportVectorEnrichmentJobInput";
433
+ const _EVEJO = "ExportVectorEnrichmentJobOutput";
434
+ const _EVEJOC = "ExportVectorEnrichmentJobOutputConfig";
435
+ const _F = "Filter";
436
+ const _FL = "FilterList";
437
+ const _G = "Geometry";
438
+ const _GB = "GroupBy";
439
+ const _GEOJ = "GetEarthObservationJob";
440
+ const _GEOJI = "GetEarthObservationJobInput";
441
+ const _GEOJO = "GetEarthObservationJobOutput";
442
+ const _GMC = "GeoMosaicConfig";
443
+ const _GMCI = "GeoMosaicConfigInput";
444
+ const _GRDC = "GetRasterDataCollection";
445
+ const _GRDCI = "GetRasterDataCollectionInput";
446
+ const _GRDCO = "GetRasterDataCollectionOutput";
447
+ const _GT = "GetTile";
448
+ const _GTI = "GetTileInput";
449
+ const _GTO = "GetTileOutput";
450
+ const _GVEJ = "GetVectorEnrichmentJob";
451
+ const _GVEJI = "GetVectorEnrichmentJobInput";
452
+ const _GVEJO = "GetVectorEnrichmentJobOutput";
453
+ const _H = "Href";
454
+ const _I = "Id";
1812
455
  const _IA = "ImageAssets";
456
+ const _IAN = "IdAttributeName";
457
+ const _IC = "InputConfig";
458
+ const _ICI = "InputConfigInput";
459
+ const _ICO = "InputConfigOutput";
1813
460
  const _IM = "ImageMask";
461
+ const _IS = "ItemSource";
462
+ const _ISB = "ImageSourceBands";
463
+ const _ISE = "InternalServerException";
464
+ const _ISL = "ItemSourceList";
465
+ const _IV = "InterpolationValue";
466
+ const _It = "Items";
467
+ const _JC = "JobConfig";
468
+ const _JCI = "JobConfigInput";
469
+ const _KKI = "KmsKeyId";
470
+ const _LB = "LowerBound";
471
+ const _LCCL = "LandsatCloudCoverLand";
472
+ const _LCCLI = "LandsatCloudCoverLandInput";
473
+ const _LCSC = "LandCoverSegmentationConfig";
474
+ const _LCSCI = "LandCoverSegmentationConfigInput";
475
+ const _LEOJ = "ListEarthObservationJobs";
476
+ const _LEOJI = "ListEarthObservationJobInput";
477
+ const _LEOJO = "ListEarthObservationJobOutput";
478
+ const _LEOJOC = "ListEarthObservationJobOutputConfig";
479
+ const _LO = "LogicalOperator";
480
+ const _LR = "LinearRing";
481
+ const _LRDC = "ListRasterDataCollections";
482
+ const _LRDCI = "ListRasterDataCollectionsInput";
483
+ const _LRDCO = "ListRasterDataCollectionsOutput";
484
+ const _LRL = "LinearRingsList";
485
+ const _LRi = "LinearRings";
486
+ const _LTFR = "ListTagsForResource";
487
+ const _LTFRR = "ListTagsForResourceRequest";
488
+ const _LTFRRi = "ListTagsForResourceResponse";
489
+ const _LVEJ = "ListVectorEnrichmentJobs";
490
+ const _LVEJI = "ListVectorEnrichmentJobInput";
491
+ const _LVEJO = "ListVectorEnrichmentJobOutput";
492
+ const _LVEJOC = "ListVectorEnrichmentJobOutputConfig";
493
+ const _M = "Message";
494
+ const _MMC = "MapMatchingConfig";
495
+ const _MPG = "MultiPolygonGeometry";
496
+ const _MPGI = "MultiPolygonGeometryInput";
1814
497
  const _MR = "MaxResults";
498
+ const _Ma = "Maximum";
499
+ const _Mi = "Minimum";
500
+ const _N = "Name";
1815
501
  const _NT = "NextToken";
502
+ const _O = "Operations";
503
+ const _OB = "OutputBands";
504
+ const _OBu = "OutputBand";
505
+ const _OC = "OutputConfig";
506
+ const _OCI = "OutputConfigInput";
1816
507
  const _ODT = "OutputDataType";
1817
508
  const _OF = "OutputFormat";
509
+ const _OLI = "OperationsListInput";
510
+ const _OR = "OutputResolution";
511
+ const _ORRI = "OutputResolutionResamplingInput";
512
+ const _ORSI = "OutputResolutionStackInput";
513
+ const _OT = "OperationType";
514
+ const _OTu = "OutputType";
515
+ const _Op = "Operation";
516
+ const _P = "Properties";
517
+ const _PEOJA = "PreviousEarthObservationJobArn";
1818
518
  const _PF = "PropertyFilters";
1819
- const _T = "Target";
519
+ const _PFL = "PropertyFiltersList";
520
+ const _PFr = "PropertyFilter";
521
+ const _PG = "PolygonGeometry";
522
+ const _PGI = "PolygonGeometryInput";
523
+ const _PI = "PredefinedIndices";
524
+ const _PIl = "PlatformInput";
525
+ const _Pl = "Platform";
526
+ const _Po = "Position";
527
+ const _Pr = "Predefined";
528
+ const _Pro = "Property";
529
+ const _RA = "ResourceArn";
530
+ const _RC = "ResamplingConfig";
531
+ const _RCI = "ResamplingConfigInput";
532
+ const _RDCA = "RasterDataCollectionArn";
533
+ const _RDCM = "RasterDataCollectionMetadata";
534
+ const _RDCN = "RasterDataCollectionName";
535
+ const _RDCQ = "RasterDataCollectionQuery";
536
+ const _RDCQI = "RasterDataCollectionQueryInput";
537
+ const _RDCQO = "RasterDataCollectionQueryOutput";
538
+ const _RDCQWBFI = "RasterDataCollectionQueryWithBandFilterInput";
539
+ const _RDCS = "RasterDataCollectionSummaries";
540
+ const _RGC = "ReverseGeocodingConfig";
541
+ const _RI = "ResourceId";
542
+ const _RNFE = "ResourceNotFoundException";
543
+ const _S = "Status";
544
+ const _SB = "SortBy";
545
+ const _SC = "StackConfig";
546
+ const _SCI = "StackConfigInput";
547
+ const _SD = "S3Data";
548
+ const _SE = "StatusEquals";
549
+ const _SEOJ = "StartEarthObservationJob";
550
+ const _SEOJI = "StartEarthObservationJobInput";
551
+ const _SEOJIt = "StopEarthObservationJobInput";
552
+ const _SEOJO = "StartEarthObservationJobOutput";
553
+ const _SEOJOt = "StopEarthObservationJobOutput";
554
+ const _SEOJt = "StopEarthObservationJob";
555
+ const _SF = "SupportedFilters";
556
+ const _SO = "SortOrder";
557
+ const _SQEE = "ServiceQuotaExceededException";
558
+ const _SRDC = "SearchRasterDataCollection";
559
+ const _SRDCI = "SearchRasterDataCollectionInput";
560
+ const _SRDCO = "SearchRasterDataCollectionOutput";
561
+ const _ST = "StartTime";
562
+ const _SU = "S3Uri";
563
+ const _SVEJ = "StartVectorEnrichmentJob";
564
+ const _SVEJI = "StartVectorEnrichmentJobInput";
565
+ const _SVEJIt = "StopVectorEnrichmentJobInput";
566
+ const _SVEJO = "StartVectorEnrichmentJobOutput";
567
+ const _SVEJOt = "StopVectorEnrichmentJobOutput";
568
+ const _SVEJt = "StopVectorEnrichmentJob";
569
+ const _St = "Statistics";
570
+ const _T = "Type";
571
+ const _TAN = "TimestampAttributeName";
572
+ const _TB = "TargetBands";
573
+ const _TE = "ThrottlingException";
1820
574
  const _TK = "TagKeys";
575
+ const _TR = "TagResource";
1821
576
  const _TRF = "TimeRangeFilter";
577
+ const _TRFI = "TimeRangeFilterInput";
578
+ const _TRFO = "TimeRangeFilterOutput";
579
+ const _TRR = "TagResourceRequest";
580
+ const _TRRa = "TagResourceResponse";
581
+ const _TSC = "TemporalStatisticsConfig";
582
+ const _TSCI = "TemporalStatisticsConfigInput";
583
+ const _Ta = "Tags";
584
+ const _Tar = "Target";
585
+ const _U = "Unit";
586
+ const _UB = "UpperBound";
587
+ const _UD = "UserDefined";
588
+ const _UR = "UntagResource";
589
+ const _URR = "UntagResourceRequest";
590
+ const _URRn = "UntagResourceResponse";
591
+ const _V = "Value";
592
+ const _VE = "ValidationException";
593
+ const _VEJC = "VectorEnrichmentJobConfig";
594
+ const _VEJDSCI = "VectorEnrichmentJobDataSourceConfigInput";
595
+ const _VEJED = "VectorEnrichmentJobErrorDetails";
596
+ const _VEJEED = "VectorEnrichmentJobExportErrorDetails";
597
+ const _VEJIC = "VectorEnrichmentJobInputConfig";
598
+ const _VEJL = "VectorEnrichmentJobList";
599
+ const _VEJS = "VectorEnrichmentJobSummaries";
600
+ const _VEJSD = "VectorEnrichmentJobS3Data";
601
+ const _VON = "ViewOffNadir";
602
+ const _VONI = "ViewOffNadirInput";
603
+ const _VSA = "ViewSunAzimuth";
604
+ const _VSAI = "ViewSunAzimuthInput";
605
+ const _VSE = "ViewSunElevation";
606
+ const _VSEI = "ViewSunElevationInput";
607
+ const _XAN = "XAttributeName";
608
+ const _YAN = "YAttributeName";
609
+ const _ZSC = "ZonalStatisticsConfig";
610
+ const _ZSCI = "ZonalStatisticsConfigInput";
611
+ const _ZSP = "ZoneS3Path";
612
+ const _ZSPKKI = "ZoneS3PathKmsKeyId";
613
+ const _ab = "application/x-binary";
614
+ const _c = "client";
615
+ const _e = "error";
616
+ const _h = "http";
617
+ const _hE = "httpError";
618
+ const _hQ = "httpQuery";
619
+ const _mT = "mediaType";
620
+ const _s = "streaming";
621
+ const _se = "server";
622
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.sagemakergeospatial";
1822
623
  const _tK = "tagKeys";
624
+ const _x = "x";
625
+ const _y = "y";
626
+ const _z = "z";
627
+ const n0 = "com.amazonaws.sagemakergeospatial";
628
+ var BinaryFile = [
629
+ 0,
630
+ n0,
631
+ _BF,
632
+ {
633
+ [_mT]: _ab,
634
+ [_s]: 1,
635
+ },
636
+ 42,
637
+ ];
638
+ var NextToken = [0, n0, _NT, 8, 0];
639
+ var AccessDeniedException = [
640
+ -3,
641
+ n0,
642
+ _ADE,
643
+ {
644
+ [_e]: _c,
645
+ [_hE]: 403,
646
+ },
647
+ [_M],
648
+ [0],
649
+ ];
650
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
651
+ var AssetValue = [3, n0, _AV, 0, [_H], [0]];
652
+ var BandMathConfigInput = [
653
+ 3,
654
+ n0,
655
+ _BMCI,
656
+ 0,
657
+ [_PI, _CI],
658
+ [64 | 0, () => CustomIndicesInput],
659
+ ];
660
+ var CloudMaskingConfigInput = [3, n0, _CMCI, 0, [], []];
661
+ var CloudRemovalConfigInput = [3, n0, _CRCI, 0, [_AN, _IV, _TB], [0, 0, 64 | 0]];
662
+ var ConflictException = [
663
+ -3,
664
+ n0,
665
+ _CE,
666
+ {
667
+ [_e]: _c,
668
+ [_hE]: 409,
669
+ },
670
+ [_M, _RI],
671
+ [0, 0],
672
+ ];
673
+ schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
674
+ var CustomIndicesInput = [3, n0, _CII, 0, [_O], [() => OperationsListInput]];
675
+ var DeleteEarthObservationJobInput = [3, n0, _DEOJI, 0, [_A], [[0, 1]]];
676
+ var DeleteEarthObservationJobOutput = [3, n0, _DEOJO, 0, [], []];
677
+ var DeleteVectorEnrichmentJobInput = [3, n0, _DVEJI, 0, [_A], [[0, 1]]];
678
+ var DeleteVectorEnrichmentJobOutput = [3, n0, _DVEJO, 0, [], []];
679
+ var EarthObservationJobErrorDetails = [3, n0, _EOJED, 0, [_T, _M], [0, 0]];
680
+ var EoCloudCoverInput = [3, n0, _ECCI, 0, [_LB, _UB], [1, 1]];
681
+ var ExportEarthObservationJobInput = [
682
+ 3,
683
+ n0,
684
+ _EEOJI,
685
+ 0,
686
+ [_A, _CT, _ERA, _OC, _ESI],
687
+ [0, [0, 4], 0, () => OutputConfigInput, 2],
688
+ ];
689
+ var ExportEarthObservationJobOutput = [
690
+ 3,
691
+ n0,
692
+ _EEOJO,
693
+ 0,
694
+ [_A, _CTr, _ES, _ERA, _OC, _ESI],
695
+ [0, 5, 0, 0, () => OutputConfigInput, 2],
696
+ ];
697
+ var ExportErrorDetails = [
698
+ 3,
699
+ n0,
700
+ _EED,
701
+ 0,
702
+ [_ER, _ESI],
703
+ [() => ExportErrorDetailsOutput, () => ExportErrorDetailsOutput],
704
+ ];
705
+ var ExportErrorDetailsOutput = [3, n0, _EEDO, 0, [_T, _M], [0, 0]];
706
+ var ExportS3DataInput = [3, n0, _ESDI, 0, [_SU, _KKI], [0, 0]];
707
+ var ExportVectorEnrichmentJobInput = [
708
+ 3,
709
+ n0,
710
+ _EVEJI,
711
+ 0,
712
+ [_A, _CT, _ERA, _OC],
713
+ [0, [0, 4], 0, () => ExportVectorEnrichmentJobOutputConfig],
714
+ ];
715
+ var ExportVectorEnrichmentJobOutput = [
716
+ 3,
717
+ n0,
718
+ _EVEJO,
719
+ 0,
720
+ [_A, _CTr, _ERA, _ES, _OC],
721
+ [0, 5, 0, 0, () => ExportVectorEnrichmentJobOutputConfig],
722
+ ];
723
+ var ExportVectorEnrichmentJobOutputConfig = [
724
+ 3,
725
+ n0,
726
+ _EVEJOC,
727
+ 0,
728
+ [_SD],
729
+ [() => VectorEnrichmentJobS3Data],
730
+ ];
731
+ var Filter = [3, n0, _F, 0, [_N, _T, _Mi, _Ma], [0, 0, 1, 1]];
732
+ var Geometry = [3, n0, _G, 0, [_T, _C], [0, [() => LinearRings, 0]]];
733
+ var GeoMosaicConfigInput = [3, n0, _GMCI, 0, [_AN, _TB], [0, 64 | 0]];
734
+ var GetEarthObservationJobInput = [3, n0, _GEOJI, 0, [_A], [[0, 1]]];
735
+ var GetEarthObservationJobOutput = [
736
+ 3,
737
+ n0,
738
+ _GEOJO,
739
+ 0,
740
+ [_A, _N, _CTr, _DIS, _S, _KKI, _IC, _JC, _OB, _ERA, _ED, _ES, _EED, _Ta],
741
+ [
742
+ 0,
743
+ 0,
744
+ 5,
745
+ 1,
746
+ 0,
747
+ 0,
748
+ [() => InputConfigOutput, 0],
749
+ () => JobConfigInput,
750
+ () => EarthObservationJobOutputBands,
751
+ 0,
752
+ () => EarthObservationJobErrorDetails,
753
+ 0,
754
+ () => ExportErrorDetails,
755
+ 128 | 0,
756
+ ],
757
+ ];
758
+ var GetRasterDataCollectionInput = [3, n0, _GRDCI, 0, [_A], [[0, 1]]];
759
+ var GetRasterDataCollectionOutput = [
760
+ 3,
761
+ n0,
762
+ _GRDCO,
763
+ 0,
764
+ [_N, _A, _T, _D, _DPU, _SF, _ISB, _Ta],
765
+ [0, 0, 0, 0, 0, () => FilterList, 64 | 0, 128 | 0],
766
+ ];
767
+ var GetTileInput = [
768
+ 3,
769
+ n0,
770
+ _GTI,
771
+ 0,
772
+ [_x, _y, _z, _IA, _Tar, _A, _IM, _OF, _TRF, _PF, _ODT, _ERA],
773
+ [
774
+ [1, 1],
775
+ [1, 1],
776
+ [1, 1],
777
+ [
778
+ 64 | 0,
779
+ {
780
+ [_hQ]: _IA,
781
+ },
782
+ ],
783
+ [
784
+ 0,
785
+ {
786
+ [_hQ]: _Tar,
787
+ },
788
+ ],
789
+ [
790
+ 0,
791
+ {
792
+ [_hQ]: _A,
793
+ },
794
+ ],
795
+ [
796
+ 2,
797
+ {
798
+ [_hQ]: _IM,
799
+ },
800
+ ],
801
+ [
802
+ 0,
803
+ {
804
+ [_hQ]: _OF,
805
+ },
806
+ ],
807
+ [
808
+ 0,
809
+ {
810
+ [_hQ]: _TRF,
811
+ },
812
+ ],
813
+ [
814
+ 0,
815
+ {
816
+ [_hQ]: _PF,
817
+ },
818
+ ],
819
+ [
820
+ 0,
821
+ {
822
+ [_hQ]: _ODT,
823
+ },
824
+ ],
825
+ [
826
+ 0,
827
+ {
828
+ [_hQ]: _ERA,
829
+ },
830
+ ],
831
+ ],
832
+ ];
833
+ var GetTileOutput = [3, n0, _GTO, 0, [_BF], [[() => BinaryFile, 16]]];
834
+ var GetVectorEnrichmentJobInput = [3, n0, _GVEJI, 0, [_A], [[0, 1]]];
835
+ var GetVectorEnrichmentJobOutput = [
836
+ 3,
837
+ n0,
838
+ _GVEJO,
839
+ 0,
840
+ [_A, _T, _N, _CTr, _DIS, _S, _KKI, _IC, _JC, _ERA, _ED, _ES, _EED, _Ta],
841
+ [
842
+ 0,
843
+ 0,
844
+ 0,
845
+ 5,
846
+ 1,
847
+ 0,
848
+ 0,
849
+ () => VectorEnrichmentJobInputConfig,
850
+ () => VectorEnrichmentJobConfig,
851
+ 0,
852
+ () => VectorEnrichmentJobErrorDetails,
853
+ 0,
854
+ () => VectorEnrichmentJobExportErrorDetails,
855
+ 128 | 0,
856
+ ],
857
+ ];
858
+ var InputConfigInput = [
859
+ 3,
860
+ n0,
861
+ _ICI,
862
+ 0,
863
+ [_PEOJA, _RDCQ],
864
+ [0, [() => RasterDataCollectionQueryInput, 0]],
865
+ ];
866
+ var InputConfigOutput = [
867
+ 3,
868
+ n0,
869
+ _ICO,
870
+ 0,
871
+ [_PEOJA, _RDCQ],
872
+ [0, [() => RasterDataCollectionQueryOutput, 0]],
873
+ ];
874
+ var InternalServerException = [
875
+ -3,
876
+ n0,
877
+ _ISE,
878
+ {
879
+ [_e]: _se,
880
+ [_hE]: 500,
881
+ },
882
+ [_M, _RI],
883
+ [0, 0],
884
+ ];
885
+ schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
886
+ var ItemSource = [
887
+ 3,
888
+ n0,
889
+ _IS,
890
+ 0,
891
+ [_I, _G, _As, _DT, _P],
892
+ [0, [() => Geometry, 0], () => AssetsMap, 4, () => Properties],
893
+ ];
894
+ var LandCoverSegmentationConfigInput = [3, n0, _LCSCI, 0, [], []];
895
+ var LandsatCloudCoverLandInput = [3, n0, _LCCLI, 0, [_LB, _UB], [1, 1]];
896
+ var ListEarthObservationJobInput = [
897
+ 3,
898
+ n0,
899
+ _LEOJI,
900
+ 0,
901
+ [_SE, _SO, _SB, _NT, _MR],
902
+ [0, 0, 0, [() => NextToken, 0], 1],
903
+ ];
904
+ var ListEarthObservationJobOutput = [
905
+ 3,
906
+ n0,
907
+ _LEOJO,
908
+ 0,
909
+ [_EOJS, _NT],
910
+ [() => EarthObservationJobList, [() => NextToken, 0]],
911
+ ];
912
+ var ListEarthObservationJobOutputConfig = [
913
+ 3,
914
+ n0,
915
+ _LEOJOC,
916
+ 0,
917
+ [_A, _N, _CTr, _DIS, _S, _OT, _Ta],
918
+ [0, 0, 5, 1, 0, 0, 128 | 0],
919
+ ];
920
+ var ListRasterDataCollectionsInput = [
921
+ 3,
922
+ n0,
923
+ _LRDCI,
924
+ 0,
925
+ [_NT, _MR],
926
+ [
927
+ [
928
+ () => NextToken,
929
+ {
930
+ [_hQ]: _NT,
931
+ },
932
+ ],
933
+ [
934
+ 1,
935
+ {
936
+ [_hQ]: _MR,
937
+ },
938
+ ],
939
+ ],
940
+ ];
941
+ var ListRasterDataCollectionsOutput = [
942
+ 3,
943
+ n0,
944
+ _LRDCO,
945
+ 0,
946
+ [_RDCS, _NT],
947
+ [() => DataCollectionsList, [() => NextToken, 0]],
948
+ ];
949
+ var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
950
+ var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
951
+ var ListVectorEnrichmentJobInput = [
952
+ 3,
953
+ n0,
954
+ _LVEJI,
955
+ 0,
956
+ [_SE, _SO, _SB, _NT, _MR],
957
+ [0, 0, 0, [() => NextToken, 0], 1],
958
+ ];
959
+ var ListVectorEnrichmentJobOutput = [
960
+ 3,
961
+ n0,
962
+ _LVEJO,
963
+ 0,
964
+ [_VEJS, _NT],
965
+ [() => VectorEnrichmentJobList, [() => NextToken, 0]],
966
+ ];
967
+ var ListVectorEnrichmentJobOutputConfig = [
968
+ 3,
969
+ n0,
970
+ _LVEJOC,
971
+ 0,
972
+ [_A, _N, _T, _CTr, _DIS, _S, _Ta],
973
+ [0, 0, 0, 5, 1, 0, 128 | 0],
974
+ ];
975
+ var MapMatchingConfig = [3, n0, _MMC, 0, [_IAN, _YAN, _XAN, _TAN], [0, 0, 0, 0]];
976
+ var MultiPolygonGeometryInput = [3, n0, _MPGI, 0, [_C], [[() => LinearRingsList, 0]]];
977
+ var Operation = [3, n0, _Op, 0, [_N, _E, _OTu], [0, 0, 0]];
978
+ var OutputBand = [3, n0, _OBu, 0, [_BN, _ODT], [0, 0]];
979
+ var OutputConfigInput = [3, n0, _OCI, 0, [_SD], [() => ExportS3DataInput]];
980
+ var OutputResolutionResamplingInput = [3, n0, _ORRI, 0, [_UD], [() => UserDefined]];
981
+ var OutputResolutionStackInput = [3, n0, _ORSI, 0, [_Pr, _UD], [0, () => UserDefined]];
982
+ var PlatformInput = [3, n0, _PIl, 0, [_V, _CO], [0, 0]];
983
+ var PolygonGeometryInput = [3, n0, _PGI, 0, [_C], [[() => LinearRings, 0]]];
984
+ var Properties = [3, n0, _P, 0, [_ECC, _VON, _VSA, _VSE, _Pl, _LCCL], [1, 1, 1, 1, 0, 1]];
985
+ var PropertyFilter = [3, n0, _PFr, 0, [_Pro], [() => Property]];
986
+ var PropertyFilters = [3, n0, _PF, 0, [_P, _LO], [() => PropertyFiltersList, 0]];
987
+ var RasterDataCollectionMetadata = [
988
+ 3,
989
+ n0,
990
+ _RDCM,
991
+ 0,
992
+ [_N, _A, _T, _D, _DPU, _SF, _Ta],
993
+ [0, 0, 0, 0, 0, () => FilterList, 128 | 0],
994
+ ];
995
+ var RasterDataCollectionQueryInput = [
996
+ 3,
997
+ n0,
998
+ _RDCQI,
999
+ 0,
1000
+ [_RDCA, _TRF, _AOI, _PF],
1001
+ [0, [() => TimeRangeFilterInput, 0], [() => AreaOfInterest, 0], () => PropertyFilters],
1002
+ ];
1003
+ var RasterDataCollectionQueryOutput = [
1004
+ 3,
1005
+ n0,
1006
+ _RDCQO,
1007
+ 0,
1008
+ [_RDCA, _RDCN, _TRF, _AOI, _PF],
1009
+ [0, 0, [() => TimeRangeFilterOutput, 0], [() => AreaOfInterest, 0], () => PropertyFilters],
1010
+ ];
1011
+ var RasterDataCollectionQueryWithBandFilterInput = [
1012
+ 3,
1013
+ n0,
1014
+ _RDCQWBFI,
1015
+ 0,
1016
+ [_TRF, _AOI, _PF, _BFa],
1017
+ [[() => TimeRangeFilterInput, 0], [() => AreaOfInterest, 0], () => PropertyFilters, 64 | 0],
1018
+ ];
1019
+ var ResamplingConfigInput = [
1020
+ 3,
1021
+ n0,
1022
+ _RCI,
1023
+ 0,
1024
+ [_OR, _AN, _TB],
1025
+ [() => OutputResolutionResamplingInput, 0, 64 | 0],
1026
+ ];
1027
+ var ResourceNotFoundException = [
1028
+ -3,
1029
+ n0,
1030
+ _RNFE,
1031
+ {
1032
+ [_e]: _c,
1033
+ [_hE]: 404,
1034
+ },
1035
+ [_M, _RI],
1036
+ [0, 0],
1037
+ ];
1038
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1039
+ var ReverseGeocodingConfig = [3, n0, _RGC, 0, [_YAN, _XAN], [0, 0]];
1040
+ var SearchRasterDataCollectionInput = [
1041
+ 3,
1042
+ n0,
1043
+ _SRDCI,
1044
+ 0,
1045
+ [_A, _RDCQ, _NT],
1046
+ [0, [() => RasterDataCollectionQueryWithBandFilterInput, 0], [() => NextToken, 0]],
1047
+ ];
1048
+ var SearchRasterDataCollectionOutput = [
1049
+ 3,
1050
+ n0,
1051
+ _SRDCO,
1052
+ 0,
1053
+ [_ARC, _NT, _It],
1054
+ [1, [() => NextToken, 0], [() => ItemSourceList, 0]],
1055
+ ];
1056
+ var ServiceQuotaExceededException = [
1057
+ -3,
1058
+ n0,
1059
+ _SQEE,
1060
+ {
1061
+ [_e]: _c,
1062
+ [_hE]: 402,
1063
+ },
1064
+ [_M, _RI],
1065
+ [0, 0],
1066
+ ];
1067
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
1068
+ var StackConfigInput = [
1069
+ 3,
1070
+ n0,
1071
+ _SCI,
1072
+ 0,
1073
+ [_OR, _TB],
1074
+ [() => OutputResolutionStackInput, 64 | 0],
1075
+ ];
1076
+ var StartEarthObservationJobInput = [
1077
+ 3,
1078
+ n0,
1079
+ _SEOJI,
1080
+ 0,
1081
+ [_N, _CT, _KKI, _IC, _JC, _ERA, _Ta],
1082
+ [0, [0, 4], 0, [() => InputConfigInput, 0], () => JobConfigInput, 0, 128 | 0],
1083
+ ];
1084
+ var StartEarthObservationJobOutput = [
1085
+ 3,
1086
+ n0,
1087
+ _SEOJO,
1088
+ 0,
1089
+ [_N, _A, _CTr, _DIS, _S, _KKI, _IC, _JC, _ERA, _Ta],
1090
+ [0, 0, 5, 1, 0, 0, [() => InputConfigOutput, 0], () => JobConfigInput, 0, 128 | 0],
1091
+ ];
1092
+ var StartVectorEnrichmentJobInput = [
1093
+ 3,
1094
+ n0,
1095
+ _SVEJI,
1096
+ 0,
1097
+ [_N, _CT, _KKI, _IC, _JC, _ERA, _Ta],
1098
+ [0, [0, 4], 0, () => VectorEnrichmentJobInputConfig, () => VectorEnrichmentJobConfig, 0, 128 | 0],
1099
+ ];
1100
+ var StartVectorEnrichmentJobOutput = [
1101
+ 3,
1102
+ n0,
1103
+ _SVEJO,
1104
+ 0,
1105
+ [_N, _A, _T, _CTr, _DIS, _S, _KKI, _IC, _JC, _ERA, _Ta],
1106
+ [0, 0, 0, 5, 1, 0, 0, () => VectorEnrichmentJobInputConfig, () => VectorEnrichmentJobConfig, 0, 128 | 0],
1107
+ ];
1108
+ var StopEarthObservationJobInput = [3, n0, _SEOJIt, 0, [_A], [0]];
1109
+ var StopEarthObservationJobOutput = [3, n0, _SEOJOt, 0, [], []];
1110
+ var StopVectorEnrichmentJobInput = [3, n0, _SVEJIt, 0, [_A], [0]];
1111
+ var StopVectorEnrichmentJobOutput = [3, n0, _SVEJOt, 0, [], []];
1112
+ var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [[0, 1], 128 | 0]];
1113
+ var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1114
+ var TemporalStatisticsConfigInput = [
1115
+ 3,
1116
+ n0,
1117
+ _TSCI,
1118
+ 0,
1119
+ [_GB, _St, _TB],
1120
+ [0, 64 | 0, 64 | 0],
1121
+ ];
1122
+ var ThrottlingException = [
1123
+ -3,
1124
+ n0,
1125
+ _TE,
1126
+ {
1127
+ [_e]: _c,
1128
+ [_hE]: 429,
1129
+ },
1130
+ [_M, _RI],
1131
+ [0, 0],
1132
+ ];
1133
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1134
+ var TimeRangeFilterInput = [3, n0, _TRFI, 8, [_ST, _ET], [4, 4]];
1135
+ var TimeRangeFilterOutput = [3, n0, _TRFO, 8, [_ST, _ET], [5, 5]];
1136
+ var UntagResourceRequest = [
1137
+ 3,
1138
+ n0,
1139
+ _URR,
1140
+ 0,
1141
+ [_RA, _TK],
1142
+ [
1143
+ [0, 1],
1144
+ [
1145
+ 64 | 0,
1146
+ {
1147
+ [_hQ]: _tK,
1148
+ },
1149
+ ],
1150
+ ],
1151
+ ];
1152
+ var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1153
+ var UserDefined = [3, n0, _UD, 0, [_V, _U], [1, 0]];
1154
+ var ValidationException = [
1155
+ -3,
1156
+ n0,
1157
+ _VE,
1158
+ {
1159
+ [_e]: _c,
1160
+ [_hE]: 400,
1161
+ },
1162
+ [_M, _RI],
1163
+ [0, 0],
1164
+ ];
1165
+ schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1166
+ var VectorEnrichmentJobErrorDetails = [3, n0, _VEJED, 0, [_ETr, _EM], [0, 0]];
1167
+ var VectorEnrichmentJobExportErrorDetails = [3, n0, _VEJEED, 0, [_T, _M], [0, 0]];
1168
+ var VectorEnrichmentJobInputConfig = [
1169
+ 3,
1170
+ n0,
1171
+ _VEJIC,
1172
+ 0,
1173
+ [_DTo, _DSC],
1174
+ [0, () => VectorEnrichmentJobDataSourceConfigInput],
1175
+ ];
1176
+ var VectorEnrichmentJobS3Data = [3, n0, _VEJSD, 0, [_SU, _KKI], [0, 0]];
1177
+ var ViewOffNadirInput = [3, n0, _VONI, 0, [_LB, _UB], [1, 1]];
1178
+ var ViewSunAzimuthInput = [3, n0, _VSAI, 0, [_LB, _UB], [1, 1]];
1179
+ var ViewSunElevationInput = [3, n0, _VSEI, 0, [_LB, _UB], [1, 1]];
1180
+ var ZonalStatisticsConfigInput = [
1181
+ 3,
1182
+ n0,
1183
+ _ZSCI,
1184
+ 0,
1185
+ [_ZSP, _St, _TB, _ZSPKKI],
1186
+ [0, 64 | 0, 64 | 0, 0],
1187
+ ];
1188
+ var SageMakerGeospatialServiceException = [
1189
+ -3,
1190
+ _sm,
1191
+ "SageMakerGeospatialServiceException",
1192
+ 0,
1193
+ [],
1194
+ [],
1195
+ ];
1196
+ schema.TypeRegistry.for(_sm).registerError(SageMakerGeospatialServiceException, SageMakerGeospatialServiceException$1);
1197
+ var DataCollectionsList = [1, n0, _DCL, 0, () => RasterDataCollectionMetadata];
1198
+ var EarthObservationJobList = [1, n0, _EOJL, 0, () => ListEarthObservationJobOutputConfig];
1199
+ var EarthObservationJobOutputBands = [1, n0, _EOJOB, 0, () => OutputBand];
1200
+ var FilterList = [1, n0, _FL, 0, () => Filter];
1201
+ var ItemSourceList = [1, n0, _ISL, 0, [() => ItemSource, 0]];
1202
+ var LinearRing = [1, n0, _LR, 0, [() => Position, 0]];
1203
+ var LinearRings = [1, n0, _LRi, 0, [() => LinearRing, 0]];
1204
+ var LinearRingsList = [1, n0, _LRL, 0, [() => LinearRings, 0]];
1205
+ var OperationsListInput = [1, n0, _OLI, 0, () => Operation];
1206
+ var Position = [1, n0, _Po, 8, 1];
1207
+ var PropertyFiltersList = [1, n0, _PFL, 0, () => PropertyFilter];
1208
+ var VectorEnrichmentJobList = [1, n0, _VEJL, 0, () => ListVectorEnrichmentJobOutputConfig];
1209
+ var AssetsMap = [2, n0, _AM, 0, 0, () => AssetValue];
1210
+ var AreaOfInterest = [3, n0, _AOI, 0, [_AOIG], [[() => AreaOfInterestGeometry, 0]]];
1211
+ var AreaOfInterestGeometry = [
1212
+ 3,
1213
+ n0,
1214
+ _AOIG,
1215
+ 0,
1216
+ [_PG, _MPG],
1217
+ [
1218
+ [() => PolygonGeometryInput, 0],
1219
+ [() => MultiPolygonGeometryInput, 0],
1220
+ ],
1221
+ ];
1222
+ var JobConfigInput = [
1223
+ 3,
1224
+ n0,
1225
+ _JCI,
1226
+ 0,
1227
+ [_BMC, _RC, _TSC, _CRC, _ZSC, _GMC, _SC, _CMC, _LCSC],
1228
+ [
1229
+ () => BandMathConfigInput,
1230
+ () => ResamplingConfigInput,
1231
+ () => TemporalStatisticsConfigInput,
1232
+ () => CloudRemovalConfigInput,
1233
+ () => ZonalStatisticsConfigInput,
1234
+ () => GeoMosaicConfigInput,
1235
+ () => StackConfigInput,
1236
+ () => CloudMaskingConfigInput,
1237
+ () => LandCoverSegmentationConfigInput,
1238
+ ],
1239
+ ];
1240
+ var Property = [
1241
+ 3,
1242
+ n0,
1243
+ _Pro,
1244
+ 0,
1245
+ [_ECC, _VON, _VSA, _VSE, _Pl, _LCCL],
1246
+ [
1247
+ () => EoCloudCoverInput,
1248
+ () => ViewOffNadirInput,
1249
+ () => ViewSunAzimuthInput,
1250
+ () => ViewSunElevationInput,
1251
+ () => PlatformInput,
1252
+ () => LandsatCloudCoverLandInput,
1253
+ ],
1254
+ ];
1255
+ var VectorEnrichmentJobConfig = [
1256
+ 3,
1257
+ n0,
1258
+ _VEJC,
1259
+ 0,
1260
+ [_RGC, _MMC],
1261
+ [() => ReverseGeocodingConfig, () => MapMatchingConfig],
1262
+ ];
1263
+ var VectorEnrichmentJobDataSourceConfigInput = [
1264
+ 3,
1265
+ n0,
1266
+ _VEJDSCI,
1267
+ 0,
1268
+ [_SD],
1269
+ [() => VectorEnrichmentJobS3Data],
1270
+ ];
1271
+ var DeleteEarthObservationJob = [
1272
+ 9,
1273
+ n0,
1274
+ _DEOJ,
1275
+ {
1276
+ [_h]: ["DELETE", "/earth-observation-jobs/{Arn}", 200],
1277
+ },
1278
+ () => DeleteEarthObservationJobInput,
1279
+ () => DeleteEarthObservationJobOutput,
1280
+ ];
1281
+ var DeleteVectorEnrichmentJob = [
1282
+ 9,
1283
+ n0,
1284
+ _DVEJ,
1285
+ {
1286
+ [_h]: ["DELETE", "/vector-enrichment-jobs/{Arn}", 200],
1287
+ },
1288
+ () => DeleteVectorEnrichmentJobInput,
1289
+ () => DeleteVectorEnrichmentJobOutput,
1290
+ ];
1291
+ var ExportEarthObservationJob = [
1292
+ 9,
1293
+ n0,
1294
+ _EEOJ,
1295
+ {
1296
+ [_h]: ["POST", "/export-earth-observation-job", 200],
1297
+ },
1298
+ () => ExportEarthObservationJobInput,
1299
+ () => ExportEarthObservationJobOutput,
1300
+ ];
1301
+ var ExportVectorEnrichmentJob = [
1302
+ 9,
1303
+ n0,
1304
+ _EVEJ,
1305
+ {
1306
+ [_h]: ["POST", "/export-vector-enrichment-jobs", 200],
1307
+ },
1308
+ () => ExportVectorEnrichmentJobInput,
1309
+ () => ExportVectorEnrichmentJobOutput,
1310
+ ];
1311
+ var GetEarthObservationJob = [
1312
+ 9,
1313
+ n0,
1314
+ _GEOJ,
1315
+ {
1316
+ [_h]: ["GET", "/earth-observation-jobs/{Arn}", 200],
1317
+ },
1318
+ () => GetEarthObservationJobInput,
1319
+ () => GetEarthObservationJobOutput,
1320
+ ];
1321
+ var GetRasterDataCollection = [
1322
+ 9,
1323
+ n0,
1324
+ _GRDC,
1325
+ {
1326
+ [_h]: ["GET", "/raster-data-collection/{Arn}", 200],
1327
+ },
1328
+ () => GetRasterDataCollectionInput,
1329
+ () => GetRasterDataCollectionOutput,
1330
+ ];
1331
+ var GetTile = [
1332
+ 9,
1333
+ n0,
1334
+ _GT,
1335
+ {
1336
+ [_h]: ["GET", "/tile/{z}/{x}/{y}", 200],
1337
+ },
1338
+ () => GetTileInput,
1339
+ () => GetTileOutput,
1340
+ ];
1341
+ var GetVectorEnrichmentJob = [
1342
+ 9,
1343
+ n0,
1344
+ _GVEJ,
1345
+ {
1346
+ [_h]: ["GET", "/vector-enrichment-jobs/{Arn}", 200],
1347
+ },
1348
+ () => GetVectorEnrichmentJobInput,
1349
+ () => GetVectorEnrichmentJobOutput,
1350
+ ];
1351
+ var ListEarthObservationJobs = [
1352
+ 9,
1353
+ n0,
1354
+ _LEOJ,
1355
+ {
1356
+ [_h]: ["POST", "/list-earth-observation-jobs", 200],
1357
+ },
1358
+ () => ListEarthObservationJobInput,
1359
+ () => ListEarthObservationJobOutput,
1360
+ ];
1361
+ var ListRasterDataCollections = [
1362
+ 9,
1363
+ n0,
1364
+ _LRDC,
1365
+ {
1366
+ [_h]: ["GET", "/raster-data-collections", 200],
1367
+ },
1368
+ () => ListRasterDataCollectionsInput,
1369
+ () => ListRasterDataCollectionsOutput,
1370
+ ];
1371
+ var ListTagsForResource = [
1372
+ 9,
1373
+ n0,
1374
+ _LTFR,
1375
+ {
1376
+ [_h]: ["GET", "/tags/{ResourceArn}", 200],
1377
+ },
1378
+ () => ListTagsForResourceRequest,
1379
+ () => ListTagsForResourceResponse,
1380
+ ];
1381
+ var ListVectorEnrichmentJobs = [
1382
+ 9,
1383
+ n0,
1384
+ _LVEJ,
1385
+ {
1386
+ [_h]: ["POST", "/list-vector-enrichment-jobs", 200],
1387
+ },
1388
+ () => ListVectorEnrichmentJobInput,
1389
+ () => ListVectorEnrichmentJobOutput,
1390
+ ];
1391
+ var SearchRasterDataCollection = [
1392
+ 9,
1393
+ n0,
1394
+ _SRDC,
1395
+ {
1396
+ [_h]: ["POST", "/search-raster-data-collection", 200],
1397
+ },
1398
+ () => SearchRasterDataCollectionInput,
1399
+ () => SearchRasterDataCollectionOutput,
1400
+ ];
1401
+ var StartEarthObservationJob = [
1402
+ 9,
1403
+ n0,
1404
+ _SEOJ,
1405
+ {
1406
+ [_h]: ["POST", "/earth-observation-jobs", 200],
1407
+ },
1408
+ () => StartEarthObservationJobInput,
1409
+ () => StartEarthObservationJobOutput,
1410
+ ];
1411
+ var StartVectorEnrichmentJob = [
1412
+ 9,
1413
+ n0,
1414
+ _SVEJ,
1415
+ {
1416
+ [_h]: ["POST", "/vector-enrichment-jobs", 200],
1417
+ },
1418
+ () => StartVectorEnrichmentJobInput,
1419
+ () => StartVectorEnrichmentJobOutput,
1420
+ ];
1421
+ var StopEarthObservationJob = [
1422
+ 9,
1423
+ n0,
1424
+ _SEOJt,
1425
+ {
1426
+ [_h]: ["POST", "/earth-observation-jobs/stop", 200],
1427
+ },
1428
+ () => StopEarthObservationJobInput,
1429
+ () => StopEarthObservationJobOutput,
1430
+ ];
1431
+ var StopVectorEnrichmentJob = [
1432
+ 9,
1433
+ n0,
1434
+ _SVEJt,
1435
+ {
1436
+ [_h]: ["POST", "/vector-enrichment-jobs/stop", 200],
1437
+ },
1438
+ () => StopVectorEnrichmentJobInput,
1439
+ () => StopVectorEnrichmentJobOutput,
1440
+ ];
1441
+ var TagResource = [
1442
+ 9,
1443
+ n0,
1444
+ _TR,
1445
+ {
1446
+ [_h]: ["PUT", "/tags/{ResourceArn}", 200],
1447
+ },
1448
+ () => TagResourceRequest,
1449
+ () => TagResourceResponse,
1450
+ ];
1451
+ var UntagResource = [
1452
+ 9,
1453
+ n0,
1454
+ _UR,
1455
+ {
1456
+ [_h]: ["DELETE", "/tags/{ResourceArn}", 200],
1457
+ },
1458
+ () => UntagResourceRequest,
1459
+ () => UntagResourceResponse,
1460
+ ];
1823
1461
 
1824
1462
  class DeleteEarthObservationJobCommand extends smithyClient.Command
1825
1463
  .classBuilder()
1826
1464
  .ep(commonParams)
1827
1465
  .m(function (Command, cs, config, o) {
1828
- return [
1829
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1830
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1831
- ];
1466
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1832
1467
  })
1833
1468
  .s("SageMakerGeospatial", "DeleteEarthObservationJob", {})
1834
1469
  .n("SageMakerGeospatialClient", "DeleteEarthObservationJobCommand")
1835
- .f(void 0, void 0)
1836
- .ser(se_DeleteEarthObservationJobCommand)
1837
- .de(de_DeleteEarthObservationJobCommand)
1470
+ .sc(DeleteEarthObservationJob)
1838
1471
  .build() {
1839
1472
  }
1840
1473
 
@@ -1842,16 +1475,11 @@ class DeleteVectorEnrichmentJobCommand extends smithyClient.Command
1842
1475
  .classBuilder()
1843
1476
  .ep(commonParams)
1844
1477
  .m(function (Command, cs, config, o) {
1845
- return [
1846
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1847
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1848
- ];
1478
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1849
1479
  })
1850
1480
  .s("SageMakerGeospatial", "DeleteVectorEnrichmentJob", {})
1851
1481
  .n("SageMakerGeospatialClient", "DeleteVectorEnrichmentJobCommand")
1852
- .f(void 0, void 0)
1853
- .ser(se_DeleteVectorEnrichmentJobCommand)
1854
- .de(de_DeleteVectorEnrichmentJobCommand)
1482
+ .sc(DeleteVectorEnrichmentJob)
1855
1483
  .build() {
1856
1484
  }
1857
1485
 
@@ -1859,16 +1487,11 @@ class ExportEarthObservationJobCommand extends smithyClient.Command
1859
1487
  .classBuilder()
1860
1488
  .ep(commonParams)
1861
1489
  .m(function (Command, cs, config, o) {
1862
- return [
1863
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1864
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1865
- ];
1490
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1866
1491
  })
1867
1492
  .s("SageMakerGeospatial", "ExportEarthObservationJob", {})
1868
1493
  .n("SageMakerGeospatialClient", "ExportEarthObservationJobCommand")
1869
- .f(void 0, void 0)
1870
- .ser(se_ExportEarthObservationJobCommand)
1871
- .de(de_ExportEarthObservationJobCommand)
1494
+ .sc(ExportEarthObservationJob)
1872
1495
  .build() {
1873
1496
  }
1874
1497
 
@@ -1876,16 +1499,11 @@ class ExportVectorEnrichmentJobCommand extends smithyClient.Command
1876
1499
  .classBuilder()
1877
1500
  .ep(commonParams)
1878
1501
  .m(function (Command, cs, config, o) {
1879
- return [
1880
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1881
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1882
- ];
1502
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1883
1503
  })
1884
1504
  .s("SageMakerGeospatial", "ExportVectorEnrichmentJob", {})
1885
1505
  .n("SageMakerGeospatialClient", "ExportVectorEnrichmentJobCommand")
1886
- .f(void 0, void 0)
1887
- .ser(se_ExportVectorEnrichmentJobCommand)
1888
- .de(de_ExportVectorEnrichmentJobCommand)
1506
+ .sc(ExportVectorEnrichmentJob)
1889
1507
  .build() {
1890
1508
  }
1891
1509
 
@@ -1893,16 +1511,11 @@ class GetEarthObservationJobCommand extends smithyClient.Command
1893
1511
  .classBuilder()
1894
1512
  .ep(commonParams)
1895
1513
  .m(function (Command, cs, config, o) {
1896
- return [
1897
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1898
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1899
- ];
1514
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1900
1515
  })
1901
1516
  .s("SageMakerGeospatial", "GetEarthObservationJob", {})
1902
1517
  .n("SageMakerGeospatialClient", "GetEarthObservationJobCommand")
1903
- .f(void 0, GetEarthObservationJobOutputFilterSensitiveLog)
1904
- .ser(se_GetEarthObservationJobCommand)
1905
- .de(de_GetEarthObservationJobCommand)
1518
+ .sc(GetEarthObservationJob)
1906
1519
  .build() {
1907
1520
  }
1908
1521
 
@@ -1910,16 +1523,11 @@ class GetRasterDataCollectionCommand extends smithyClient.Command
1910
1523
  .classBuilder()
1911
1524
  .ep(commonParams)
1912
1525
  .m(function (Command, cs, config, o) {
1913
- return [
1914
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1915
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1916
- ];
1526
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1917
1527
  })
1918
1528
  .s("SageMakerGeospatial", "GetRasterDataCollection", {})
1919
1529
  .n("SageMakerGeospatialClient", "GetRasterDataCollectionCommand")
1920
- .f(void 0, void 0)
1921
- .ser(se_GetRasterDataCollectionCommand)
1922
- .de(de_GetRasterDataCollectionCommand)
1530
+ .sc(GetRasterDataCollection)
1923
1531
  .build() {
1924
1532
  }
1925
1533
 
@@ -1927,16 +1535,11 @@ class GetTileCommand extends smithyClient.Command
1927
1535
  .classBuilder()
1928
1536
  .ep(commonParams)
1929
1537
  .m(function (Command, cs, config, o) {
1930
- return [
1931
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1932
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1933
- ];
1538
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1934
1539
  })
1935
1540
  .s("SageMakerGeospatial", "GetTile", {})
1936
1541
  .n("SageMakerGeospatialClient", "GetTileCommand")
1937
- .f(void 0, GetTileOutputFilterSensitiveLog)
1938
- .ser(se_GetTileCommand)
1939
- .de(de_GetTileCommand)
1542
+ .sc(GetTile)
1940
1543
  .build() {
1941
1544
  }
1942
1545
 
@@ -1944,16 +1547,11 @@ class GetVectorEnrichmentJobCommand extends smithyClient.Command
1944
1547
  .classBuilder()
1945
1548
  .ep(commonParams)
1946
1549
  .m(function (Command, cs, config, o) {
1947
- return [
1948
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1949
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1950
- ];
1550
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1951
1551
  })
1952
1552
  .s("SageMakerGeospatial", "GetVectorEnrichmentJob", {})
1953
1553
  .n("SageMakerGeospatialClient", "GetVectorEnrichmentJobCommand")
1954
- .f(void 0, void 0)
1955
- .ser(se_GetVectorEnrichmentJobCommand)
1956
- .de(de_GetVectorEnrichmentJobCommand)
1554
+ .sc(GetVectorEnrichmentJob)
1957
1555
  .build() {
1958
1556
  }
1959
1557
 
@@ -1961,16 +1559,11 @@ class ListEarthObservationJobsCommand extends smithyClient.Command
1961
1559
  .classBuilder()
1962
1560
  .ep(commonParams)
1963
1561
  .m(function (Command, cs, config, o) {
1964
- return [
1965
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1966
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1967
- ];
1562
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1968
1563
  })
1969
1564
  .s("SageMakerGeospatial", "ListEarthObservationJobs", {})
1970
1565
  .n("SageMakerGeospatialClient", "ListEarthObservationJobsCommand")
1971
- .f(ListEarthObservationJobInputFilterSensitiveLog, ListEarthObservationJobOutputFilterSensitiveLog)
1972
- .ser(se_ListEarthObservationJobsCommand)
1973
- .de(de_ListEarthObservationJobsCommand)
1566
+ .sc(ListEarthObservationJobs)
1974
1567
  .build() {
1975
1568
  }
1976
1569
 
@@ -1978,16 +1571,11 @@ class ListRasterDataCollectionsCommand extends smithyClient.Command
1978
1571
  .classBuilder()
1979
1572
  .ep(commonParams)
1980
1573
  .m(function (Command, cs, config, o) {
1981
- return [
1982
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1983
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1984
- ];
1574
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1985
1575
  })
1986
1576
  .s("SageMakerGeospatial", "ListRasterDataCollections", {})
1987
1577
  .n("SageMakerGeospatialClient", "ListRasterDataCollectionsCommand")
1988
- .f(ListRasterDataCollectionsInputFilterSensitiveLog, ListRasterDataCollectionsOutputFilterSensitiveLog)
1989
- .ser(se_ListRasterDataCollectionsCommand)
1990
- .de(de_ListRasterDataCollectionsCommand)
1578
+ .sc(ListRasterDataCollections)
1991
1579
  .build() {
1992
1580
  }
1993
1581
 
@@ -1995,16 +1583,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
1995
1583
  .classBuilder()
1996
1584
  .ep(commonParams)
1997
1585
  .m(function (Command, cs, config, o) {
1998
- return [
1999
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2000
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2001
- ];
1586
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2002
1587
  })
2003
1588
  .s("SageMakerGeospatial", "ListTagsForResource", {})
2004
1589
  .n("SageMakerGeospatialClient", "ListTagsForResourceCommand")
2005
- .f(void 0, void 0)
2006
- .ser(se_ListTagsForResourceCommand)
2007
- .de(de_ListTagsForResourceCommand)
1590
+ .sc(ListTagsForResource)
2008
1591
  .build() {
2009
1592
  }
2010
1593
 
@@ -2012,16 +1595,11 @@ class ListVectorEnrichmentJobsCommand extends smithyClient.Command
2012
1595
  .classBuilder()
2013
1596
  .ep(commonParams)
2014
1597
  .m(function (Command, cs, config, o) {
2015
- return [
2016
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2017
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2018
- ];
1598
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2019
1599
  })
2020
1600
  .s("SageMakerGeospatial", "ListVectorEnrichmentJobs", {})
2021
1601
  .n("SageMakerGeospatialClient", "ListVectorEnrichmentJobsCommand")
2022
- .f(ListVectorEnrichmentJobInputFilterSensitiveLog, ListVectorEnrichmentJobOutputFilterSensitiveLog)
2023
- .ser(se_ListVectorEnrichmentJobsCommand)
2024
- .de(de_ListVectorEnrichmentJobsCommand)
1602
+ .sc(ListVectorEnrichmentJobs)
2025
1603
  .build() {
2026
1604
  }
2027
1605
 
@@ -2029,16 +1607,11 @@ class SearchRasterDataCollectionCommand extends smithyClient.Command
2029
1607
  .classBuilder()
2030
1608
  .ep(commonParams)
2031
1609
  .m(function (Command, cs, config, o) {
2032
- return [
2033
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2034
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2035
- ];
1610
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2036
1611
  })
2037
1612
  .s("SageMakerGeospatial", "SearchRasterDataCollection", {})
2038
1613
  .n("SageMakerGeospatialClient", "SearchRasterDataCollectionCommand")
2039
- .f(SearchRasterDataCollectionInputFilterSensitiveLog, SearchRasterDataCollectionOutputFilterSensitiveLog)
2040
- .ser(se_SearchRasterDataCollectionCommand)
2041
- .de(de_SearchRasterDataCollectionCommand)
1614
+ .sc(SearchRasterDataCollection)
2042
1615
  .build() {
2043
1616
  }
2044
1617
 
@@ -2046,16 +1619,11 @@ class StartEarthObservationJobCommand extends smithyClient.Command
2046
1619
  .classBuilder()
2047
1620
  .ep(commonParams)
2048
1621
  .m(function (Command, cs, config, o) {
2049
- return [
2050
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2051
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2052
- ];
1622
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2053
1623
  })
2054
1624
  .s("SageMakerGeospatial", "StartEarthObservationJob", {})
2055
1625
  .n("SageMakerGeospatialClient", "StartEarthObservationJobCommand")
2056
- .f(StartEarthObservationJobInputFilterSensitiveLog, StartEarthObservationJobOutputFilterSensitiveLog)
2057
- .ser(se_StartEarthObservationJobCommand)
2058
- .de(de_StartEarthObservationJobCommand)
1626
+ .sc(StartEarthObservationJob)
2059
1627
  .build() {
2060
1628
  }
2061
1629
 
@@ -2063,16 +1631,11 @@ class StartVectorEnrichmentJobCommand extends smithyClient.Command
2063
1631
  .classBuilder()
2064
1632
  .ep(commonParams)
2065
1633
  .m(function (Command, cs, config, o) {
2066
- return [
2067
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2068
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2069
- ];
1634
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2070
1635
  })
2071
1636
  .s("SageMakerGeospatial", "StartVectorEnrichmentJob", {})
2072
1637
  .n("SageMakerGeospatialClient", "StartVectorEnrichmentJobCommand")
2073
- .f(void 0, void 0)
2074
- .ser(se_StartVectorEnrichmentJobCommand)
2075
- .de(de_StartVectorEnrichmentJobCommand)
1638
+ .sc(StartVectorEnrichmentJob)
2076
1639
  .build() {
2077
1640
  }
2078
1641
 
@@ -2080,16 +1643,11 @@ class StopEarthObservationJobCommand extends smithyClient.Command
2080
1643
  .classBuilder()
2081
1644
  .ep(commonParams)
2082
1645
  .m(function (Command, cs, config, o) {
2083
- return [
2084
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2085
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2086
- ];
1646
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2087
1647
  })
2088
1648
  .s("SageMakerGeospatial", "StopEarthObservationJob", {})
2089
1649
  .n("SageMakerGeospatialClient", "StopEarthObservationJobCommand")
2090
- .f(void 0, void 0)
2091
- .ser(se_StopEarthObservationJobCommand)
2092
- .de(de_StopEarthObservationJobCommand)
1650
+ .sc(StopEarthObservationJob)
2093
1651
  .build() {
2094
1652
  }
2095
1653
 
@@ -2097,16 +1655,11 @@ class StopVectorEnrichmentJobCommand extends smithyClient.Command
2097
1655
  .classBuilder()
2098
1656
  .ep(commonParams)
2099
1657
  .m(function (Command, cs, config, o) {
2100
- return [
2101
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2102
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2103
- ];
1658
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2104
1659
  })
2105
1660
  .s("SageMakerGeospatial", "StopVectorEnrichmentJob", {})
2106
1661
  .n("SageMakerGeospatialClient", "StopVectorEnrichmentJobCommand")
2107
- .f(void 0, void 0)
2108
- .ser(se_StopVectorEnrichmentJobCommand)
2109
- .de(de_StopVectorEnrichmentJobCommand)
1662
+ .sc(StopVectorEnrichmentJob)
2110
1663
  .build() {
2111
1664
  }
2112
1665
 
@@ -2114,16 +1667,11 @@ class TagResourceCommand extends smithyClient.Command
2114
1667
  .classBuilder()
2115
1668
  .ep(commonParams)
2116
1669
  .m(function (Command, cs, config, o) {
2117
- return [
2118
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2119
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2120
- ];
1670
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2121
1671
  })
2122
1672
  .s("SageMakerGeospatial", "TagResource", {})
2123
1673
  .n("SageMakerGeospatialClient", "TagResourceCommand")
2124
- .f(void 0, void 0)
2125
- .ser(se_TagResourceCommand)
2126
- .de(de_TagResourceCommand)
1674
+ .sc(TagResource)
2127
1675
  .build() {
2128
1676
  }
2129
1677
 
@@ -2131,16 +1679,11 @@ class UntagResourceCommand extends smithyClient.Command
2131
1679
  .classBuilder()
2132
1680
  .ep(commonParams)
2133
1681
  .m(function (Command, cs, config, o) {
2134
- return [
2135
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2136
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2137
- ];
1682
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2138
1683
  })
2139
1684
  .s("SageMakerGeospatial", "UntagResource", {})
2140
1685
  .n("SageMakerGeospatialClient", "UntagResourceCommand")
2141
- .f(void 0, void 0)
2142
- .ser(se_UntagResourceCommand)
2143
- .de(de_UntagResourceCommand)
1686
+ .sc(UntagResource)
2144
1687
  .build() {
2145
1688
  }
2146
1689
 
@@ -2185,14 +1728,12 @@ Object.defineProperty(exports, "__Client", {
2185
1728
  enumerable: true,
2186
1729
  get: function () { return smithyClient.Client; }
2187
1730
  });
2188
- exports.AccessDeniedException = AccessDeniedException;
1731
+ exports.AccessDeniedException = AccessDeniedException$1;
2189
1732
  exports.AlgorithmNameCloudRemoval = AlgorithmNameCloudRemoval;
2190
1733
  exports.AlgorithmNameGeoMosaic = AlgorithmNameGeoMosaic;
2191
1734
  exports.AlgorithmNameResampling = AlgorithmNameResampling;
2192
- exports.AreaOfInterestFilterSensitiveLog = AreaOfInterestFilterSensitiveLog;
2193
- exports.AreaOfInterestGeometryFilterSensitiveLog = AreaOfInterestGeometryFilterSensitiveLog;
2194
1735
  exports.ComparisonOperator = ComparisonOperator;
2195
- exports.ConflictException = ConflictException;
1736
+ exports.ConflictException = ConflictException$1;
2196
1737
  exports.DataCollectionType = DataCollectionType;
2197
1738
  exports.DeleteEarthObservationJobCommand = DeleteEarthObservationJobCommand;
2198
1739
  exports.DeleteVectorEnrichmentJobCommand = DeleteVectorEnrichmentJobCommand;
@@ -2202,60 +1743,37 @@ exports.EarthObservationJobStatus = EarthObservationJobStatus;
2202
1743
  exports.ExportEarthObservationJobCommand = ExportEarthObservationJobCommand;
2203
1744
  exports.ExportErrorType = ExportErrorType;
2204
1745
  exports.ExportVectorEnrichmentJobCommand = ExportVectorEnrichmentJobCommand;
2205
- exports.GeometryFilterSensitiveLog = GeometryFilterSensitiveLog;
2206
1746
  exports.GetEarthObservationJobCommand = GetEarthObservationJobCommand;
2207
- exports.GetEarthObservationJobOutputFilterSensitiveLog = GetEarthObservationJobOutputFilterSensitiveLog;
2208
1747
  exports.GetRasterDataCollectionCommand = GetRasterDataCollectionCommand;
2209
1748
  exports.GetTileCommand = GetTileCommand;
2210
- exports.GetTileOutputFilterSensitiveLog = GetTileOutputFilterSensitiveLog;
2211
1749
  exports.GetVectorEnrichmentJobCommand = GetVectorEnrichmentJobCommand;
2212
1750
  exports.GroupBy = GroupBy;
2213
- exports.InputConfigInputFilterSensitiveLog = InputConfigInputFilterSensitiveLog;
2214
- exports.InputConfigOutputFilterSensitiveLog = InputConfigOutputFilterSensitiveLog;
2215
- exports.InternalServerException = InternalServerException;
2216
- exports.ItemSourceFilterSensitiveLog = ItemSourceFilterSensitiveLog;
2217
- exports.ListEarthObservationJobInputFilterSensitiveLog = ListEarthObservationJobInputFilterSensitiveLog;
2218
- exports.ListEarthObservationJobOutputFilterSensitiveLog = ListEarthObservationJobOutputFilterSensitiveLog;
1751
+ exports.InternalServerException = InternalServerException$1;
2219
1752
  exports.ListEarthObservationJobsCommand = ListEarthObservationJobsCommand;
2220
1753
  exports.ListRasterDataCollectionsCommand = ListRasterDataCollectionsCommand;
2221
- exports.ListRasterDataCollectionsInputFilterSensitiveLog = ListRasterDataCollectionsInputFilterSensitiveLog;
2222
- exports.ListRasterDataCollectionsOutputFilterSensitiveLog = ListRasterDataCollectionsOutputFilterSensitiveLog;
2223
1754
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2224
- exports.ListVectorEnrichmentJobInputFilterSensitiveLog = ListVectorEnrichmentJobInputFilterSensitiveLog;
2225
- exports.ListVectorEnrichmentJobOutputFilterSensitiveLog = ListVectorEnrichmentJobOutputFilterSensitiveLog;
2226
1755
  exports.ListVectorEnrichmentJobsCommand = ListVectorEnrichmentJobsCommand;
2227
1756
  exports.LogicalOperator = LogicalOperator;
2228
- exports.MultiPolygonGeometryInputFilterSensitiveLog = MultiPolygonGeometryInputFilterSensitiveLog;
2229
1757
  exports.OutputType = OutputType;
2230
- exports.PolygonGeometryInputFilterSensitiveLog = PolygonGeometryInputFilterSensitiveLog;
2231
1758
  exports.PredefinedResolution = PredefinedResolution;
2232
- exports.RasterDataCollectionQueryInputFilterSensitiveLog = RasterDataCollectionQueryInputFilterSensitiveLog;
2233
- exports.RasterDataCollectionQueryOutputFilterSensitiveLog = RasterDataCollectionQueryOutputFilterSensitiveLog;
2234
- exports.RasterDataCollectionQueryWithBandFilterInputFilterSensitiveLog = RasterDataCollectionQueryWithBandFilterInputFilterSensitiveLog;
2235
- exports.ResourceNotFoundException = ResourceNotFoundException;
1759
+ exports.ResourceNotFoundException = ResourceNotFoundException$1;
2236
1760
  exports.SageMakerGeospatial = SageMakerGeospatial;
2237
1761
  exports.SageMakerGeospatialClient = SageMakerGeospatialClient;
2238
- exports.SageMakerGeospatialServiceException = SageMakerGeospatialServiceException;
1762
+ exports.SageMakerGeospatialServiceException = SageMakerGeospatialServiceException$1;
2239
1763
  exports.SearchRasterDataCollectionCommand = SearchRasterDataCollectionCommand;
2240
- exports.SearchRasterDataCollectionInputFilterSensitiveLog = SearchRasterDataCollectionInputFilterSensitiveLog;
2241
- exports.SearchRasterDataCollectionOutputFilterSensitiveLog = SearchRasterDataCollectionOutputFilterSensitiveLog;
2242
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1764
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
2243
1765
  exports.SortOrder = SortOrder;
2244
1766
  exports.StartEarthObservationJobCommand = StartEarthObservationJobCommand;
2245
- exports.StartEarthObservationJobInputFilterSensitiveLog = StartEarthObservationJobInputFilterSensitiveLog;
2246
- exports.StartEarthObservationJobOutputFilterSensitiveLog = StartEarthObservationJobOutputFilterSensitiveLog;
2247
1767
  exports.StartVectorEnrichmentJobCommand = StartVectorEnrichmentJobCommand;
2248
1768
  exports.StopEarthObservationJobCommand = StopEarthObservationJobCommand;
2249
1769
  exports.StopVectorEnrichmentJobCommand = StopVectorEnrichmentJobCommand;
2250
1770
  exports.TagResourceCommand = TagResourceCommand;
2251
1771
  exports.TargetOptions = TargetOptions;
2252
1772
  exports.TemporalStatistics = TemporalStatistics;
2253
- exports.ThrottlingException = ThrottlingException;
2254
- exports.TimeRangeFilterInputFilterSensitiveLog = TimeRangeFilterInputFilterSensitiveLog;
2255
- exports.TimeRangeFilterOutputFilterSensitiveLog = TimeRangeFilterOutputFilterSensitiveLog;
1773
+ exports.ThrottlingException = ThrottlingException$1;
2256
1774
  exports.Unit = Unit;
2257
1775
  exports.UntagResourceCommand = UntagResourceCommand;
2258
- exports.ValidationException = ValidationException;
1776
+ exports.ValidationException = ValidationException$1;
2259
1777
  exports.VectorEnrichmentJobDocumentType = VectorEnrichmentJobDocumentType;
2260
1778
  exports.VectorEnrichmentJobErrorType = VectorEnrichmentJobErrorType;
2261
1779
  exports.VectorEnrichmentJobExportErrorType = VectorEnrichmentJobExportErrorType;