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