@aws-sdk/client-sagemaker-geospatial 3.952.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +401 -271
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/DeleteEarthObservationJobCommand.js +2 -2
- package/dist-es/commands/DeleteVectorEnrichmentJobCommand.js +2 -2
- package/dist-es/commands/ExportEarthObservationJobCommand.js +2 -2
- package/dist-es/commands/ExportVectorEnrichmentJobCommand.js +2 -2
- package/dist-es/commands/GetEarthObservationJobCommand.js +2 -2
- package/dist-es/commands/GetRasterDataCollectionCommand.js +2 -2
- package/dist-es/commands/GetTileCommand.js +2 -2
- package/dist-es/commands/GetVectorEnrichmentJobCommand.js +2 -2
- package/dist-es/commands/ListEarthObservationJobsCommand.js +2 -2
- package/dist-es/commands/ListRasterDataCollectionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListVectorEnrichmentJobsCommand.js +2 -2
- package/dist-es/commands/SearchRasterDataCollectionCommand.js +2 -2
- package/dist-es/commands/StartEarthObservationJobCommand.js +2 -2
- package/dist-es/commands/StartVectorEnrichmentJobCommand.js +2 -2
- package/dist-es/commands/StopEarthObservationJobCommand.js +2 -2
- package/dist-es/commands/StopVectorEnrichmentJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +248 -241
- package/dist-types/SageMakerGeospatialClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +124 -145
- package/dist-types/ts3.4/SageMakerGeospatialClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +123 -147
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class SageMakerGeospatialClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class SageMakerGeospatialServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, SageMakerGeospatialServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends SageMakerGeospatialServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends SageMakerGeosp
|
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class ConflictException extends SageMakerGeospatialServiceException {
|
|
135
135
|
name = "ConflictException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
Message;
|
|
@@ -146,8 +146,8 @@ let ConflictException$1 = class ConflictException extends SageMakerGeospatialSer
|
|
|
146
146
|
this.Message = opts.Message;
|
|
147
147
|
this.ResourceId = opts.ResourceId;
|
|
148
148
|
}
|
|
149
|
-
}
|
|
150
|
-
|
|
149
|
+
}
|
|
150
|
+
class InternalServerException extends SageMakerGeospatialServiceException {
|
|
151
151
|
name = "InternalServerException";
|
|
152
152
|
$fault = "server";
|
|
153
153
|
Message;
|
|
@@ -162,8 +162,8 @@ let InternalServerException$1 = class InternalServerException extends SageMakerG
|
|
|
162
162
|
this.Message = opts.Message;
|
|
163
163
|
this.ResourceId = opts.ResourceId;
|
|
164
164
|
}
|
|
165
|
-
}
|
|
166
|
-
|
|
165
|
+
}
|
|
166
|
+
class ResourceNotFoundException extends SageMakerGeospatialServiceException {
|
|
167
167
|
name = "ResourceNotFoundException";
|
|
168
168
|
$fault = "client";
|
|
169
169
|
Message;
|
|
@@ -178,8 +178,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends SageMa
|
|
|
178
178
|
this.Message = opts.Message;
|
|
179
179
|
this.ResourceId = opts.ResourceId;
|
|
180
180
|
}
|
|
181
|
-
}
|
|
182
|
-
|
|
181
|
+
}
|
|
182
|
+
class ThrottlingException extends SageMakerGeospatialServiceException {
|
|
183
183
|
name = "ThrottlingException";
|
|
184
184
|
$fault = "client";
|
|
185
185
|
Message;
|
|
@@ -194,8 +194,8 @@ let ThrottlingException$1 = class ThrottlingException extends SageMakerGeospatia
|
|
|
194
194
|
this.Message = opts.Message;
|
|
195
195
|
this.ResourceId = opts.ResourceId;
|
|
196
196
|
}
|
|
197
|
-
}
|
|
198
|
-
|
|
197
|
+
}
|
|
198
|
+
class ValidationException extends SageMakerGeospatialServiceException {
|
|
199
199
|
name = "ValidationException";
|
|
200
200
|
$fault = "client";
|
|
201
201
|
Message;
|
|
@@ -210,8 +210,8 @@ let ValidationException$1 = class ValidationException extends SageMakerGeospatia
|
|
|
210
210
|
this.Message = opts.Message;
|
|
211
211
|
this.ResourceId = opts.ResourceId;
|
|
212
212
|
}
|
|
213
|
-
}
|
|
214
|
-
|
|
213
|
+
}
|
|
214
|
+
class ServiceQuotaExceededException extends SageMakerGeospatialServiceException {
|
|
215
215
|
name = "ServiceQuotaExceededException";
|
|
216
216
|
$fault = "client";
|
|
217
217
|
Message;
|
|
@@ -226,7 +226,7 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
226
226
|
this.Message = opts.Message;
|
|
227
227
|
this.ResourceId = opts.ResourceId;
|
|
228
228
|
}
|
|
229
|
-
}
|
|
229
|
+
}
|
|
230
230
|
|
|
231
231
|
const _A = "Arn";
|
|
232
232
|
const _ADE = "AccessDeniedException";
|
|
@@ -486,83 +486,83 @@ const _z = "z";
|
|
|
486
486
|
const n0 = "com.amazonaws.sagemakergeospatial";
|
|
487
487
|
var BinaryFile = [0, n0, _BF, { [_mT]: _ab, [_s]: 1 }, 42];
|
|
488
488
|
var NextToken = [0, n0, _NT, 8, 0];
|
|
489
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
490
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
491
|
-
var AssetValue = [3, n0, _AV, 0, [_H], [0]];
|
|
492
|
-
var BandMathConfigInput = [
|
|
489
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
490
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
491
|
+
var AssetValue$ = [3, n0, _AV, 0, [_H], [0]];
|
|
492
|
+
var BandMathConfigInput$ = [
|
|
493
493
|
3,
|
|
494
494
|
n0,
|
|
495
495
|
_BMCI,
|
|
496
496
|
0,
|
|
497
497
|
[_PI, _CI],
|
|
498
|
-
[64 | 0, () => CustomIndicesInput],
|
|
499
|
-
];
|
|
500
|
-
var CloudMaskingConfigInput = [3, n0, _CMCI, 0, [], []];
|
|
501
|
-
var CloudRemovalConfigInput = [3, n0, _CRCI, 0, [_AN, _IV, _TB], [0, 0, 64 | 0]];
|
|
502
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI], [0, 0]];
|
|
503
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
504
|
-
var CustomIndicesInput = [3, n0, _CII, 0, [_O], [() => OperationsListInput]];
|
|
505
|
-
var DeleteEarthObservationJobInput = [3, n0, _DEOJI, 0, [_A], [[0, 1]]];
|
|
506
|
-
var DeleteEarthObservationJobOutput = [3, n0, _DEOJO, 0, [], []];
|
|
507
|
-
var DeleteVectorEnrichmentJobInput = [3, n0, _DVEJI, 0, [_A], [[0, 1]]];
|
|
508
|
-
var DeleteVectorEnrichmentJobOutput = [3, n0, _DVEJO, 0, [], []];
|
|
509
|
-
var EarthObservationJobErrorDetails = [3, n0, _EOJED, 0, [_T, _M], [0, 0]];
|
|
510
|
-
var EoCloudCoverInput = [3, n0, _ECCI, 0, [_LB, _UB], [1, 1]];
|
|
511
|
-
var ExportEarthObservationJobInput = [
|
|
498
|
+
[64 | 0, () => CustomIndicesInput$],
|
|
499
|
+
];
|
|
500
|
+
var CloudMaskingConfigInput$ = [3, n0, _CMCI, 0, [], []];
|
|
501
|
+
var CloudRemovalConfigInput$ = [3, n0, _CRCI, 0, [_AN, _IV, _TB], [0, 0, 64 | 0]];
|
|
502
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI], [0, 0]];
|
|
503
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
504
|
+
var CustomIndicesInput$ = [3, n0, _CII, 0, [_O], [() => OperationsListInput]];
|
|
505
|
+
var DeleteEarthObservationJobInput$ = [3, n0, _DEOJI, 0, [_A], [[0, 1]]];
|
|
506
|
+
var DeleteEarthObservationJobOutput$ = [3, n0, _DEOJO, 0, [], []];
|
|
507
|
+
var DeleteVectorEnrichmentJobInput$ = [3, n0, _DVEJI, 0, [_A], [[0, 1]]];
|
|
508
|
+
var DeleteVectorEnrichmentJobOutput$ = [3, n0, _DVEJO, 0, [], []];
|
|
509
|
+
var EarthObservationJobErrorDetails$ = [3, n0, _EOJED, 0, [_T, _M], [0, 0]];
|
|
510
|
+
var EoCloudCoverInput$ = [3, n0, _ECCI, 0, [_LB, _UB], [1, 1]];
|
|
511
|
+
var ExportEarthObservationJobInput$ = [
|
|
512
512
|
3,
|
|
513
513
|
n0,
|
|
514
514
|
_EEOJI,
|
|
515
515
|
0,
|
|
516
516
|
[_A, _CT, _ERA, _OC, _ESI],
|
|
517
|
-
[0, [0, 4], 0, () => OutputConfigInput
|
|
517
|
+
[0, [0, 4], 0, () => OutputConfigInput$, 2],
|
|
518
518
|
];
|
|
519
|
-
var ExportEarthObservationJobOutput = [
|
|
519
|
+
var ExportEarthObservationJobOutput$ = [
|
|
520
520
|
3,
|
|
521
521
|
n0,
|
|
522
522
|
_EEOJO,
|
|
523
523
|
0,
|
|
524
524
|
[_A, _CTr, _ES, _ERA, _OC, _ESI],
|
|
525
|
-
[0, 5, 0, 0, () => OutputConfigInput
|
|
525
|
+
[0, 5, 0, 0, () => OutputConfigInput$, 2],
|
|
526
526
|
];
|
|
527
|
-
var ExportErrorDetails = [
|
|
527
|
+
var ExportErrorDetails$ = [
|
|
528
528
|
3,
|
|
529
529
|
n0,
|
|
530
530
|
_EED,
|
|
531
531
|
0,
|
|
532
532
|
[_ER, _ESI],
|
|
533
|
-
[() => ExportErrorDetailsOutput
|
|
533
|
+
[() => ExportErrorDetailsOutput$, () => ExportErrorDetailsOutput$],
|
|
534
534
|
];
|
|
535
|
-
var ExportErrorDetailsOutput = [3, n0, _EEDO, 0, [_T, _M], [0, 0]];
|
|
536
|
-
var ExportS3DataInput = [3, n0, _ESDI, 0, [_SU, _KKI], [0, 0]];
|
|
537
|
-
var ExportVectorEnrichmentJobInput = [
|
|
535
|
+
var ExportErrorDetailsOutput$ = [3, n0, _EEDO, 0, [_T, _M], [0, 0]];
|
|
536
|
+
var ExportS3DataInput$ = [3, n0, _ESDI, 0, [_SU, _KKI], [0, 0]];
|
|
537
|
+
var ExportVectorEnrichmentJobInput$ = [
|
|
538
538
|
3,
|
|
539
539
|
n0,
|
|
540
540
|
_EVEJI,
|
|
541
541
|
0,
|
|
542
542
|
[_A, _CT, _ERA, _OC],
|
|
543
|
-
[0, [0, 4], 0, () => ExportVectorEnrichmentJobOutputConfig],
|
|
543
|
+
[0, [0, 4], 0, () => ExportVectorEnrichmentJobOutputConfig$],
|
|
544
544
|
];
|
|
545
|
-
var ExportVectorEnrichmentJobOutput = [
|
|
545
|
+
var ExportVectorEnrichmentJobOutput$ = [
|
|
546
546
|
3,
|
|
547
547
|
n0,
|
|
548
548
|
_EVEJO,
|
|
549
549
|
0,
|
|
550
550
|
[_A, _CTr, _ERA, _ES, _OC],
|
|
551
|
-
[0, 5, 0, 0, () => ExportVectorEnrichmentJobOutputConfig],
|
|
551
|
+
[0, 5, 0, 0, () => ExportVectorEnrichmentJobOutputConfig$],
|
|
552
552
|
];
|
|
553
|
-
var ExportVectorEnrichmentJobOutputConfig = [
|
|
553
|
+
var ExportVectorEnrichmentJobOutputConfig$ = [
|
|
554
554
|
3,
|
|
555
555
|
n0,
|
|
556
556
|
_EVEJOC,
|
|
557
557
|
0,
|
|
558
558
|
[_SD],
|
|
559
|
-
[() => VectorEnrichmentJobS3Data],
|
|
559
|
+
[() => VectorEnrichmentJobS3Data$],
|
|
560
560
|
];
|
|
561
|
-
var Filter = [3, n0, _F, 0, [_N, _T, _Mi, _Ma], [0, 0, 1, 1]];
|
|
562
|
-
var Geometry = [3, n0, _G, 0, [_T, _C], [0, [() => LinearRings, 0]]];
|
|
563
|
-
var GeoMosaicConfigInput = [3, n0, _GMCI, 0, [_AN, _TB], [0, 64 | 0]];
|
|
564
|
-
var GetEarthObservationJobInput = [3, n0, _GEOJI, 0, [_A], [[0, 1]]];
|
|
565
|
-
var GetEarthObservationJobOutput = [
|
|
561
|
+
var Filter$ = [3, n0, _F, 0, [_N, _T, _Mi, _Ma], [0, 0, 1, 1]];
|
|
562
|
+
var Geometry$ = [3, n0, _G, 0, [_T, _C], [0, [() => LinearRings, 0]]];
|
|
563
|
+
var GeoMosaicConfigInput$ = [3, n0, _GMCI, 0, [_AN, _TB], [0, 64 | 0]];
|
|
564
|
+
var GetEarthObservationJobInput$ = [3, n0, _GEOJI, 0, [_A], [[0, 1]]];
|
|
565
|
+
var GetEarthObservationJobOutput$ = [
|
|
566
566
|
3,
|
|
567
567
|
n0,
|
|
568
568
|
_GEOJO,
|
|
@@ -575,18 +575,18 @@ var GetEarthObservationJobOutput = [
|
|
|
575
575
|
1,
|
|
576
576
|
0,
|
|
577
577
|
0,
|
|
578
|
-
[() => InputConfigOutput
|
|
579
|
-
() => JobConfigInput
|
|
578
|
+
[() => InputConfigOutput$, 0],
|
|
579
|
+
() => JobConfigInput$,
|
|
580
580
|
() => EarthObservationJobOutputBands,
|
|
581
581
|
0,
|
|
582
|
-
() => EarthObservationJobErrorDetails
|
|
582
|
+
() => EarthObservationJobErrorDetails$,
|
|
583
583
|
0,
|
|
584
|
-
() => ExportErrorDetails
|
|
584
|
+
() => ExportErrorDetails$,
|
|
585
585
|
128 | 0,
|
|
586
586
|
],
|
|
587
587
|
];
|
|
588
|
-
var GetRasterDataCollectionInput = [3, n0, _GRDCI, 0, [_A], [[0, 1]]];
|
|
589
|
-
var GetRasterDataCollectionOutput = [
|
|
588
|
+
var GetRasterDataCollectionInput$ = [3, n0, _GRDCI, 0, [_A], [[0, 1]]];
|
|
589
|
+
var GetRasterDataCollectionOutput$ = [
|
|
590
590
|
3,
|
|
591
591
|
n0,
|
|
592
592
|
_GRDCO,
|
|
@@ -594,7 +594,7 @@ var GetRasterDataCollectionOutput = [
|
|
|
594
594
|
[_N, _A, _T, _D, _DPU, _SF, _ISB, _Ta],
|
|
595
595
|
[0, 0, 0, 0, 0, () => FilterList, 64 | 0, 128 | 0],
|
|
596
596
|
];
|
|
597
|
-
var GetTileInput = [
|
|
597
|
+
var GetTileInput$ = [
|
|
598
598
|
3,
|
|
599
599
|
n0,
|
|
600
600
|
_GTI,
|
|
@@ -615,9 +615,9 @@ var GetTileInput = [
|
|
|
615
615
|
[0, { [_hQ]: _ERA }],
|
|
616
616
|
],
|
|
617
617
|
];
|
|
618
|
-
var GetTileOutput = [3, n0, _GTO, 0, [_BF], [[() => BinaryFile, 16]]];
|
|
619
|
-
var GetVectorEnrichmentJobInput = [3, n0, _GVEJI, 0, [_A], [[0, 1]]];
|
|
620
|
-
var GetVectorEnrichmentJobOutput = [
|
|
618
|
+
var GetTileOutput$ = [3, n0, _GTO, 0, [_BF], [[() => BinaryFile, 16]]];
|
|
619
|
+
var GetVectorEnrichmentJobInput$ = [3, n0, _GVEJI, 0, [_A], [[0, 1]]];
|
|
620
|
+
var GetVectorEnrichmentJobOutput$ = [
|
|
621
621
|
3,
|
|
622
622
|
n0,
|
|
623
623
|
_GVEJO,
|
|
@@ -631,44 +631,44 @@ var GetVectorEnrichmentJobOutput = [
|
|
|
631
631
|
1,
|
|
632
632
|
0,
|
|
633
633
|
0,
|
|
634
|
-
() => VectorEnrichmentJobInputConfig
|
|
635
|
-
() => VectorEnrichmentJobConfig
|
|
634
|
+
() => VectorEnrichmentJobInputConfig$,
|
|
635
|
+
() => VectorEnrichmentJobConfig$,
|
|
636
636
|
0,
|
|
637
|
-
() => VectorEnrichmentJobErrorDetails
|
|
637
|
+
() => VectorEnrichmentJobErrorDetails$,
|
|
638
638
|
0,
|
|
639
|
-
() => VectorEnrichmentJobExportErrorDetails
|
|
639
|
+
() => VectorEnrichmentJobExportErrorDetails$,
|
|
640
640
|
128 | 0,
|
|
641
641
|
],
|
|
642
642
|
];
|
|
643
|
-
var InputConfigInput = [
|
|
643
|
+
var InputConfigInput$ = [
|
|
644
644
|
3,
|
|
645
645
|
n0,
|
|
646
646
|
_ICI,
|
|
647
647
|
0,
|
|
648
648
|
[_PEOJA, _RDCQ],
|
|
649
|
-
[0, [() => RasterDataCollectionQueryInput
|
|
649
|
+
[0, [() => RasterDataCollectionQueryInput$, 0]],
|
|
650
650
|
];
|
|
651
|
-
var InputConfigOutput = [
|
|
651
|
+
var InputConfigOutput$ = [
|
|
652
652
|
3,
|
|
653
653
|
n0,
|
|
654
654
|
_ICO,
|
|
655
655
|
0,
|
|
656
656
|
[_PEOJA, _RDCQ],
|
|
657
|
-
[0, [() => RasterDataCollectionQueryOutput
|
|
657
|
+
[0, [() => RasterDataCollectionQueryOutput$, 0]],
|
|
658
658
|
];
|
|
659
|
-
var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_M, _RI], [0, 0]];
|
|
660
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
661
|
-
var ItemSource = [
|
|
659
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_M, _RI], [0, 0]];
|
|
660
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
661
|
+
var ItemSource$ = [
|
|
662
662
|
3,
|
|
663
663
|
n0,
|
|
664
664
|
_IS,
|
|
665
665
|
0,
|
|
666
666
|
[_I, _G, _As, _DT, _P],
|
|
667
|
-
[0, [() => Geometry
|
|
667
|
+
[0, [() => Geometry$, 0], () => AssetsMap, 4, () => Properties$],
|
|
668
668
|
];
|
|
669
|
-
var LandCoverSegmentationConfigInput = [3, n0, _LCSCI, 0, [], []];
|
|
670
|
-
var LandsatCloudCoverLandInput = [3, n0, _LCCLI, 0, [_LB, _UB], [1, 1]];
|
|
671
|
-
var ListEarthObservationJobInput = [
|
|
669
|
+
var LandCoverSegmentationConfigInput$ = [3, n0, _LCSCI, 0, [], []];
|
|
670
|
+
var LandsatCloudCoverLandInput$ = [3, n0, _LCCLI, 0, [_LB, _UB], [1, 1]];
|
|
671
|
+
var ListEarthObservationJobInput$ = [
|
|
672
672
|
3,
|
|
673
673
|
n0,
|
|
674
674
|
_LEOJI,
|
|
@@ -676,7 +676,7 @@ var ListEarthObservationJobInput = [
|
|
|
676
676
|
[_SE, _SO, _SB, _NT, _MR],
|
|
677
677
|
[0, 0, 0, [() => NextToken, 0], 1],
|
|
678
678
|
];
|
|
679
|
-
var ListEarthObservationJobOutput = [
|
|
679
|
+
var ListEarthObservationJobOutput$ = [
|
|
680
680
|
3,
|
|
681
681
|
n0,
|
|
682
682
|
_LEOJO,
|
|
@@ -684,7 +684,7 @@ var ListEarthObservationJobOutput = [
|
|
|
684
684
|
[_EOJS, _NT],
|
|
685
685
|
[() => EarthObservationJobList, [() => NextToken, 0]],
|
|
686
686
|
];
|
|
687
|
-
var ListEarthObservationJobOutputConfig = [
|
|
687
|
+
var ListEarthObservationJobOutputConfig$ = [
|
|
688
688
|
3,
|
|
689
689
|
n0,
|
|
690
690
|
_LEOJOC,
|
|
@@ -692,7 +692,7 @@ var ListEarthObservationJobOutputConfig = [
|
|
|
692
692
|
[_A, _N, _CTr, _DIS, _S, _OT, _Ta],
|
|
693
693
|
[0, 0, 5, 1, 0, 0, 128 | 0],
|
|
694
694
|
];
|
|
695
|
-
var ListRasterDataCollectionsInput = [
|
|
695
|
+
var ListRasterDataCollectionsInput$ = [
|
|
696
696
|
3,
|
|
697
697
|
n0,
|
|
698
698
|
_LRDCI,
|
|
@@ -703,7 +703,7 @@ var ListRasterDataCollectionsInput = [
|
|
|
703
703
|
[1, { [_hQ]: _MR }],
|
|
704
704
|
],
|
|
705
705
|
];
|
|
706
|
-
var ListRasterDataCollectionsOutput = [
|
|
706
|
+
var ListRasterDataCollectionsOutput$ = [
|
|
707
707
|
3,
|
|
708
708
|
n0,
|
|
709
709
|
_LRDCO,
|
|
@@ -711,9 +711,9 @@ var ListRasterDataCollectionsOutput = [
|
|
|
711
711
|
[_RDCS, _NT],
|
|
712
712
|
[() => DataCollectionsList, [() => NextToken, 0]],
|
|
713
713
|
];
|
|
714
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
|
|
715
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
|
|
716
|
-
var ListVectorEnrichmentJobInput = [
|
|
714
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
|
|
715
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
|
|
716
|
+
var ListVectorEnrichmentJobInput$ = [
|
|
717
717
|
3,
|
|
718
718
|
n0,
|
|
719
719
|
_LVEJI,
|
|
@@ -721,7 +721,7 @@ var ListVectorEnrichmentJobInput = [
|
|
|
721
721
|
[_SE, _SO, _SB, _NT, _MR],
|
|
722
722
|
[0, 0, 0, [() => NextToken, 0], 1],
|
|
723
723
|
];
|
|
724
|
-
var ListVectorEnrichmentJobOutput = [
|
|
724
|
+
var ListVectorEnrichmentJobOutput$ = [
|
|
725
725
|
3,
|
|
726
726
|
n0,
|
|
727
727
|
_LVEJO,
|
|
@@ -729,7 +729,7 @@ var ListVectorEnrichmentJobOutput = [
|
|
|
729
729
|
[_VEJS, _NT],
|
|
730
730
|
[() => VectorEnrichmentJobList, [() => NextToken, 0]],
|
|
731
731
|
];
|
|
732
|
-
var ListVectorEnrichmentJobOutputConfig = [
|
|
732
|
+
var ListVectorEnrichmentJobOutputConfig$ = [
|
|
733
733
|
3,
|
|
734
734
|
n0,
|
|
735
735
|
_LVEJOC,
|
|
@@ -737,19 +737,26 @@ var ListVectorEnrichmentJobOutputConfig = [
|
|
|
737
737
|
[_A, _N, _T, _CTr, _DIS, _S, _Ta],
|
|
738
738
|
[0, 0, 0, 5, 1, 0, 128 | 0],
|
|
739
739
|
];
|
|
740
|
-
var MapMatchingConfig = [3, n0, _MMC, 0, [_IAN, _YAN, _XAN, _TAN], [0, 0, 0, 0]];
|
|
741
|
-
var MultiPolygonGeometryInput = [3, n0, _MPGI, 0, [_C], [[() => LinearRingsList, 0]]];
|
|
742
|
-
var Operation = [3, n0, _Op, 0, [_N, _E, _OTu], [0, 0, 0]];
|
|
743
|
-
var OutputBand = [3, n0, _OBu, 0, [_BN, _ODT], [0, 0]];
|
|
744
|
-
var OutputConfigInput = [3, n0, _OCI, 0, [_SD], [() => ExportS3DataInput]];
|
|
745
|
-
var OutputResolutionResamplingInput = [3, n0, _ORRI, 0, [_UD], [() => UserDefined]];
|
|
746
|
-
var OutputResolutionStackInput = [3, n0, _ORSI, 0, [_Pr, _UD], [0, () => UserDefined]];
|
|
747
|
-
var PlatformInput = [3, n0, _PIl, 0, [_V, _CO], [0, 0]];
|
|
748
|
-
var PolygonGeometryInput = [3, n0, _PGI, 0, [_C], [[() => LinearRings, 0]]];
|
|
749
|
-
var Properties = [
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
740
|
+
var MapMatchingConfig$ = [3, n0, _MMC, 0, [_IAN, _YAN, _XAN, _TAN], [0, 0, 0, 0]];
|
|
741
|
+
var MultiPolygonGeometryInput$ = [3, n0, _MPGI, 0, [_C], [[() => LinearRingsList, 0]]];
|
|
742
|
+
var Operation$ = [3, n0, _Op, 0, [_N, _E, _OTu], [0, 0, 0]];
|
|
743
|
+
var OutputBand$ = [3, n0, _OBu, 0, [_BN, _ODT], [0, 0]];
|
|
744
|
+
var OutputConfigInput$ = [3, n0, _OCI, 0, [_SD], [() => ExportS3DataInput$]];
|
|
745
|
+
var OutputResolutionResamplingInput$ = [3, n0, _ORRI, 0, [_UD], [() => UserDefined$]];
|
|
746
|
+
var OutputResolutionStackInput$ = [3, n0, _ORSI, 0, [_Pr, _UD], [0, () => UserDefined$]];
|
|
747
|
+
var PlatformInput$ = [3, n0, _PIl, 0, [_V, _CO], [0, 0]];
|
|
748
|
+
var PolygonGeometryInput$ = [3, n0, _PGI, 0, [_C], [[() => LinearRings, 0]]];
|
|
749
|
+
var Properties$ = [
|
|
750
|
+
3,
|
|
751
|
+
n0,
|
|
752
|
+
_P,
|
|
753
|
+
0,
|
|
754
|
+
[_ECC, _VON, _VSA, _VSE, _Pl, _LCCL],
|
|
755
|
+
[1, 1, 1, 1, 0, 1],
|
|
756
|
+
];
|
|
757
|
+
var PropertyFilter$ = [3, n0, _PFr, 0, [_Pro], [() => Property$]];
|
|
758
|
+
var PropertyFilters$ = [3, n0, _PF, 0, [_P, _LO], [() => PropertyFiltersList, 0]];
|
|
759
|
+
var RasterDataCollectionMetadata$ = [
|
|
753
760
|
3,
|
|
754
761
|
n0,
|
|
755
762
|
_RDCM,
|
|
@@ -757,50 +764,50 @@ var RasterDataCollectionMetadata = [
|
|
|
757
764
|
[_N, _A, _T, _D, _DPU, _SF, _Ta],
|
|
758
765
|
[0, 0, 0, 0, 0, () => FilterList, 128 | 0],
|
|
759
766
|
];
|
|
760
|
-
var RasterDataCollectionQueryInput = [
|
|
767
|
+
var RasterDataCollectionQueryInput$ = [
|
|
761
768
|
3,
|
|
762
769
|
n0,
|
|
763
770
|
_RDCQI,
|
|
764
771
|
0,
|
|
765
772
|
[_RDCA, _TRF, _AOI, _PF],
|
|
766
|
-
[0, [() => TimeRangeFilterInput
|
|
773
|
+
[0, [() => TimeRangeFilterInput$, 0], [() => AreaOfInterest$, 0], () => PropertyFilters$],
|
|
767
774
|
];
|
|
768
|
-
var RasterDataCollectionQueryOutput = [
|
|
775
|
+
var RasterDataCollectionQueryOutput$ = [
|
|
769
776
|
3,
|
|
770
777
|
n0,
|
|
771
778
|
_RDCQO,
|
|
772
779
|
0,
|
|
773
780
|
[_RDCA, _RDCN, _TRF, _AOI, _PF],
|
|
774
|
-
[0, 0, [() => TimeRangeFilterOutput
|
|
781
|
+
[0, 0, [() => TimeRangeFilterOutput$, 0], [() => AreaOfInterest$, 0], () => PropertyFilters$],
|
|
775
782
|
];
|
|
776
|
-
var RasterDataCollectionQueryWithBandFilterInput = [
|
|
783
|
+
var RasterDataCollectionQueryWithBandFilterInput$ = [
|
|
777
784
|
3,
|
|
778
785
|
n0,
|
|
779
786
|
_RDCQWBFI,
|
|
780
787
|
0,
|
|
781
788
|
[_TRF, _AOI, _PF, _BFa],
|
|
782
|
-
[[() => TimeRangeFilterInput
|
|
789
|
+
[[() => TimeRangeFilterInput$, 0], [() => AreaOfInterest$, 0], () => PropertyFilters$, 64 | 0],
|
|
783
790
|
];
|
|
784
|
-
var ResamplingConfigInput = [
|
|
791
|
+
var ResamplingConfigInput$ = [
|
|
785
792
|
3,
|
|
786
793
|
n0,
|
|
787
794
|
_RCI,
|
|
788
795
|
0,
|
|
789
796
|
[_OR, _AN, _TB],
|
|
790
|
-
[() => OutputResolutionResamplingInput
|
|
797
|
+
[() => OutputResolutionResamplingInput$, 0, 64 | 0],
|
|
791
798
|
];
|
|
792
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _RI], [0, 0]];
|
|
793
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
794
|
-
var ReverseGeocodingConfig = [3, n0, _RGC, 0, [_YAN, _XAN], [0, 0]];
|
|
795
|
-
var SearchRasterDataCollectionInput = [
|
|
799
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _RI], [0, 0]];
|
|
800
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
801
|
+
var ReverseGeocodingConfig$ = [3, n0, _RGC, 0, [_YAN, _XAN], [0, 0]];
|
|
802
|
+
var SearchRasterDataCollectionInput$ = [
|
|
796
803
|
3,
|
|
797
804
|
n0,
|
|
798
805
|
_SRDCI,
|
|
799
806
|
0,
|
|
800
807
|
[_A, _RDCQ, _NT],
|
|
801
|
-
[0, [() => RasterDataCollectionQueryWithBandFilterInput
|
|
808
|
+
[0, [() => RasterDataCollectionQueryWithBandFilterInput$, 0], [() => NextToken, 0]],
|
|
802
809
|
];
|
|
803
|
-
var SearchRasterDataCollectionOutput = [
|
|
810
|
+
var SearchRasterDataCollectionOutput$ = [
|
|
804
811
|
3,
|
|
805
812
|
n0,
|
|
806
813
|
_SRDCO,
|
|
@@ -808,7 +815,7 @@ var SearchRasterDataCollectionOutput = [
|
|
|
808
815
|
[_ARC, _NT, _It],
|
|
809
816
|
[1, [() => NextToken, 0], [() => ItemSourceList, 0]],
|
|
810
817
|
];
|
|
811
|
-
var ServiceQuotaExceededException = [
|
|
818
|
+
var ServiceQuotaExceededException$ = [
|
|
812
819
|
-3,
|
|
813
820
|
n0,
|
|
814
821
|
_SQEE,
|
|
@@ -816,54 +823,54 @@ var ServiceQuotaExceededException = [
|
|
|
816
823
|
[_M, _RI],
|
|
817
824
|
[0, 0],
|
|
818
825
|
];
|
|
819
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
820
|
-
var StackConfigInput = [
|
|
826
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
827
|
+
var StackConfigInput$ = [
|
|
821
828
|
3,
|
|
822
829
|
n0,
|
|
823
830
|
_SCI,
|
|
824
831
|
0,
|
|
825
832
|
[_OR, _TB],
|
|
826
|
-
[() => OutputResolutionStackInput
|
|
833
|
+
[() => OutputResolutionStackInput$, 64 | 0],
|
|
827
834
|
];
|
|
828
|
-
var StartEarthObservationJobInput = [
|
|
835
|
+
var StartEarthObservationJobInput$ = [
|
|
829
836
|
3,
|
|
830
837
|
n0,
|
|
831
838
|
_SEOJI,
|
|
832
839
|
0,
|
|
833
840
|
[_N, _CT, _KKI, _IC, _JC, _ERA, _Ta],
|
|
834
|
-
[0, [0, 4], 0, [() => InputConfigInput
|
|
841
|
+
[0, [0, 4], 0, [() => InputConfigInput$, 0], () => JobConfigInput$, 0, 128 | 0],
|
|
835
842
|
];
|
|
836
|
-
var StartEarthObservationJobOutput = [
|
|
843
|
+
var StartEarthObservationJobOutput$ = [
|
|
837
844
|
3,
|
|
838
845
|
n0,
|
|
839
846
|
_SEOJO,
|
|
840
847
|
0,
|
|
841
848
|
[_N, _A, _CTr, _DIS, _S, _KKI, _IC, _JC, _ERA, _Ta],
|
|
842
|
-
[0, 0, 5, 1, 0, 0, [() => InputConfigOutput
|
|
849
|
+
[0, 0, 5, 1, 0, 0, [() => InputConfigOutput$, 0], () => JobConfigInput$, 0, 128 | 0],
|
|
843
850
|
];
|
|
844
|
-
var StartVectorEnrichmentJobInput = [
|
|
851
|
+
var StartVectorEnrichmentJobInput$ = [
|
|
845
852
|
3,
|
|
846
853
|
n0,
|
|
847
854
|
_SVEJI,
|
|
848
855
|
0,
|
|
849
856
|
[_N, _CT, _KKI, _IC, _JC, _ERA, _Ta],
|
|
850
|
-
[0, [0, 4], 0, () => VectorEnrichmentJobInputConfig
|
|
857
|
+
[0, [0, 4], 0, () => VectorEnrichmentJobInputConfig$, () => VectorEnrichmentJobConfig$, 0, 128 | 0],
|
|
851
858
|
];
|
|
852
|
-
var StartVectorEnrichmentJobOutput = [
|
|
859
|
+
var StartVectorEnrichmentJobOutput$ = [
|
|
853
860
|
3,
|
|
854
861
|
n0,
|
|
855
862
|
_SVEJO,
|
|
856
863
|
0,
|
|
857
864
|
[_N, _A, _T, _CTr, _DIS, _S, _KKI, _IC, _JC, _ERA, _Ta],
|
|
858
|
-
[0, 0, 0, 5, 1, 0, 0, () => VectorEnrichmentJobInputConfig
|
|
859
|
-
];
|
|
860
|
-
var StopEarthObservationJobInput = [3, n0, _SEOJIt, 0, [_A], [0]];
|
|
861
|
-
var StopEarthObservationJobOutput = [3, n0, _SEOJOt, 0, [], []];
|
|
862
|
-
var StopVectorEnrichmentJobInput = [3, n0, _SVEJIt, 0, [_A], [0]];
|
|
863
|
-
var StopVectorEnrichmentJobOutput = [3, n0, _SVEJOt, 0, [], []];
|
|
864
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [[0, 1], 128 | 0]];
|
|
865
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
866
|
-
var TemporalStatisticsConfigInput = [
|
|
865
|
+
[0, 0, 0, 5, 1, 0, 0, () => VectorEnrichmentJobInputConfig$, () => VectorEnrichmentJobConfig$, 0, 128 | 0],
|
|
866
|
+
];
|
|
867
|
+
var StopEarthObservationJobInput$ = [3, n0, _SEOJIt, 0, [_A], [0]];
|
|
868
|
+
var StopEarthObservationJobOutput$ = [3, n0, _SEOJOt, 0, [], []];
|
|
869
|
+
var StopVectorEnrichmentJobInput$ = [3, n0, _SVEJIt, 0, [_A], [0]];
|
|
870
|
+
var StopVectorEnrichmentJobOutput$ = [3, n0, _SVEJOt, 0, [], []];
|
|
871
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _Ta], [[0, 1], 128 | 0]];
|
|
872
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
873
|
+
var TemporalStatisticsConfigInput$ = [
|
|
867
874
|
3,
|
|
868
875
|
n0,
|
|
869
876
|
_TSCI,
|
|
@@ -871,11 +878,11 @@ var TemporalStatisticsConfigInput = [
|
|
|
871
878
|
[_GB, _St, _TB],
|
|
872
879
|
[0, 64 | 0, 64 | 0],
|
|
873
880
|
];
|
|
874
|
-
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M, _RI], [0, 0]];
|
|
875
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
876
|
-
var TimeRangeFilterInput = [3, n0, _TRFI, 8, [_ST, _ET], [4, 4]];
|
|
877
|
-
var TimeRangeFilterOutput = [3, n0, _TRFO, 8, [_ST, _ET], [5, 5]];
|
|
878
|
-
var UntagResourceRequest = [
|
|
881
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M, _RI], [0, 0]];
|
|
882
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
883
|
+
var TimeRangeFilterInput$ = [3, n0, _TRFI, 8, [_ST, _ET], [4, 4]];
|
|
884
|
+
var TimeRangeFilterOutput$ = [3, n0, _TRFO, 8, [_ST, _ET], [5, 5]];
|
|
885
|
+
var UntagResourceRequest$ = [
|
|
879
886
|
3,
|
|
880
887
|
n0,
|
|
881
888
|
_URR,
|
|
@@ -886,25 +893,25 @@ var UntagResourceRequest = [
|
|
|
886
893
|
[64 | 0, { [_hQ]: _tK }],
|
|
887
894
|
],
|
|
888
895
|
];
|
|
889
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
890
|
-
var UserDefined = [3, n0, _UD, 0, [_V, _U], [1, 0]];
|
|
891
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M, _RI], [0, 0]];
|
|
892
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
893
|
-
var VectorEnrichmentJobErrorDetails = [3, n0, _VEJED, 0, [_ETr, _EM], [0, 0]];
|
|
894
|
-
var VectorEnrichmentJobExportErrorDetails = [3, n0, _VEJEED, 0, [_T, _M], [0, 0]];
|
|
895
|
-
var VectorEnrichmentJobInputConfig = [
|
|
896
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
897
|
+
var UserDefined$ = [3, n0, _UD, 0, [_V, _U], [1, 0]];
|
|
898
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M, _RI], [0, 0]];
|
|
899
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
900
|
+
var VectorEnrichmentJobErrorDetails$ = [3, n0, _VEJED, 0, [_ETr, _EM], [0, 0]];
|
|
901
|
+
var VectorEnrichmentJobExportErrorDetails$ = [3, n0, _VEJEED, 0, [_T, _M], [0, 0]];
|
|
902
|
+
var VectorEnrichmentJobInputConfig$ = [
|
|
896
903
|
3,
|
|
897
904
|
n0,
|
|
898
905
|
_VEJIC,
|
|
899
906
|
0,
|
|
900
907
|
[_DTo, _DSC],
|
|
901
|
-
[0, () => VectorEnrichmentJobDataSourceConfigInput],
|
|
908
|
+
[0, () => VectorEnrichmentJobDataSourceConfigInput$],
|
|
902
909
|
];
|
|
903
|
-
var VectorEnrichmentJobS3Data = [3, n0, _VEJSD, 0, [_SU, _KKI], [0, 0]];
|
|
904
|
-
var ViewOffNadirInput = [3, n0, _VONI, 0, [_LB, _UB], [1, 1]];
|
|
905
|
-
var ViewSunAzimuthInput = [3, n0, _VSAI, 0, [_LB, _UB], [1, 1]];
|
|
906
|
-
var ViewSunElevationInput = [3, n0, _VSEI, 0, [_LB, _UB], [1, 1]];
|
|
907
|
-
var ZonalStatisticsConfigInput = [
|
|
910
|
+
var VectorEnrichmentJobS3Data$ = [3, n0, _VEJSD, 0, [_SU, _KKI], [0, 0]];
|
|
911
|
+
var ViewOffNadirInput$ = [3, n0, _VONI, 0, [_LB, _UB], [1, 1]];
|
|
912
|
+
var ViewSunAzimuthInput$ = [3, n0, _VSAI, 0, [_LB, _UB], [1, 1]];
|
|
913
|
+
var ViewSunElevationInput$ = [3, n0, _VSEI, 0, [_LB, _UB], [1, 1]];
|
|
914
|
+
var ZonalStatisticsConfigInput$ = [
|
|
908
915
|
3,
|
|
909
916
|
n0,
|
|
910
917
|
_ZSCI,
|
|
@@ -912,7 +919,7 @@ var ZonalStatisticsConfigInput = [
|
|
|
912
919
|
[_ZSP, _St, _TB, _ZSPKKI],
|
|
913
920
|
[0, 64 | 0, 64 | 0, 0],
|
|
914
921
|
];
|
|
915
|
-
var SageMakerGeospatialServiceException = [
|
|
922
|
+
var SageMakerGeospatialServiceException$ = [
|
|
916
923
|
-3,
|
|
917
924
|
_sm,
|
|
918
925
|
"SageMakerGeospatialServiceException",
|
|
@@ -920,232 +927,232 @@ var SageMakerGeospatialServiceException = [
|
|
|
920
927
|
[],
|
|
921
928
|
[],
|
|
922
929
|
];
|
|
923
|
-
schema.TypeRegistry.for(_sm).registerError(SageMakerGeospatialServiceException
|
|
924
|
-
var DataCollectionsList = [1, n0, _DCL, 0, () => RasterDataCollectionMetadata];
|
|
925
|
-
var EarthObservationJobList = [1, n0, _EOJL, 0, () => ListEarthObservationJobOutputConfig];
|
|
926
|
-
var EarthObservationJobOutputBands = [1, n0, _EOJOB, 0, () => OutputBand];
|
|
927
|
-
var FilterList = [1, n0, _FL, 0, () => Filter];
|
|
928
|
-
var ItemSourceList = [1, n0, _ISL, 0, [() => ItemSource
|
|
930
|
+
schema.TypeRegistry.for(_sm).registerError(SageMakerGeospatialServiceException$, SageMakerGeospatialServiceException);
|
|
931
|
+
var DataCollectionsList = [1, n0, _DCL, 0, () => RasterDataCollectionMetadata$];
|
|
932
|
+
var EarthObservationJobList = [1, n0, _EOJL, 0, () => ListEarthObservationJobOutputConfig$];
|
|
933
|
+
var EarthObservationJobOutputBands = [1, n0, _EOJOB, 0, () => OutputBand$];
|
|
934
|
+
var FilterList = [1, n0, _FL, 0, () => Filter$];
|
|
935
|
+
var ItemSourceList = [1, n0, _ISL, 0, [() => ItemSource$, 0]];
|
|
929
936
|
var LinearRing = [1, n0, _LR, 0, [() => Position, 0]];
|
|
930
937
|
var LinearRings = [1, n0, _LRi, 0, [() => LinearRing, 0]];
|
|
931
938
|
var LinearRingsList = [1, n0, _LRL, 0, [() => LinearRings, 0]];
|
|
932
|
-
var OperationsListInput = [1, n0, _OLI, 0, () => Operation];
|
|
939
|
+
var OperationsListInput = [1, n0, _OLI, 0, () => Operation$];
|
|
933
940
|
var Position = [1, n0, _Po, 8, 1];
|
|
934
|
-
var PropertyFiltersList = [1, n0, _PFL, 0, () => PropertyFilter];
|
|
935
|
-
var VectorEnrichmentJobList = [1, n0, _VEJL, 0, () => ListVectorEnrichmentJobOutputConfig];
|
|
936
|
-
var AssetsMap = [2, n0, _AM, 0, 0, () => AssetValue];
|
|
937
|
-
var AreaOfInterest = [3, n0, _AOI, 0, [_AOIG], [[() => AreaOfInterestGeometry
|
|
938
|
-
var AreaOfInterestGeometry = [
|
|
941
|
+
var PropertyFiltersList = [1, n0, _PFL, 0, () => PropertyFilter$];
|
|
942
|
+
var VectorEnrichmentJobList = [1, n0, _VEJL, 0, () => ListVectorEnrichmentJobOutputConfig$];
|
|
943
|
+
var AssetsMap = [2, n0, _AM, 0, 0, () => AssetValue$];
|
|
944
|
+
var AreaOfInterest$ = [3, n0, _AOI, 0, [_AOIG], [[() => AreaOfInterestGeometry$, 0]]];
|
|
945
|
+
var AreaOfInterestGeometry$ = [
|
|
939
946
|
3,
|
|
940
947
|
n0,
|
|
941
948
|
_AOIG,
|
|
942
949
|
0,
|
|
943
950
|
[_PG, _MPG],
|
|
944
951
|
[
|
|
945
|
-
[() => PolygonGeometryInput
|
|
946
|
-
[() => MultiPolygonGeometryInput
|
|
952
|
+
[() => PolygonGeometryInput$, 0],
|
|
953
|
+
[() => MultiPolygonGeometryInput$, 0],
|
|
947
954
|
],
|
|
948
955
|
];
|
|
949
|
-
var JobConfigInput = [
|
|
956
|
+
var JobConfigInput$ = [
|
|
950
957
|
3,
|
|
951
958
|
n0,
|
|
952
959
|
_JCI,
|
|
953
960
|
0,
|
|
954
961
|
[_BMC, _RC, _TSC, _CRC, _ZSC, _GMC, _SC, _CMC, _LCSC],
|
|
955
962
|
[
|
|
956
|
-
() => BandMathConfigInput
|
|
957
|
-
() => ResamplingConfigInput
|
|
958
|
-
() => TemporalStatisticsConfigInput
|
|
959
|
-
() => CloudRemovalConfigInput
|
|
960
|
-
() => ZonalStatisticsConfigInput
|
|
961
|
-
() => GeoMosaicConfigInput
|
|
962
|
-
() => StackConfigInput
|
|
963
|
-
() => CloudMaskingConfigInput
|
|
964
|
-
() => LandCoverSegmentationConfigInput
|
|
963
|
+
() => BandMathConfigInput$,
|
|
964
|
+
() => ResamplingConfigInput$,
|
|
965
|
+
() => TemporalStatisticsConfigInput$,
|
|
966
|
+
() => CloudRemovalConfigInput$,
|
|
967
|
+
() => ZonalStatisticsConfigInput$,
|
|
968
|
+
() => GeoMosaicConfigInput$,
|
|
969
|
+
() => StackConfigInput$,
|
|
970
|
+
() => CloudMaskingConfigInput$,
|
|
971
|
+
() => LandCoverSegmentationConfigInput$,
|
|
965
972
|
],
|
|
966
973
|
];
|
|
967
|
-
var Property = [
|
|
974
|
+
var Property$ = [
|
|
968
975
|
3,
|
|
969
976
|
n0,
|
|
970
977
|
_Pro,
|
|
971
978
|
0,
|
|
972
979
|
[_ECC, _VON, _VSA, _VSE, _Pl, _LCCL],
|
|
973
980
|
[
|
|
974
|
-
() => EoCloudCoverInput
|
|
975
|
-
() => ViewOffNadirInput
|
|
976
|
-
() => ViewSunAzimuthInput
|
|
977
|
-
() => ViewSunElevationInput
|
|
978
|
-
() => PlatformInput
|
|
979
|
-
() => LandsatCloudCoverLandInput
|
|
981
|
+
() => EoCloudCoverInput$,
|
|
982
|
+
() => ViewOffNadirInput$,
|
|
983
|
+
() => ViewSunAzimuthInput$,
|
|
984
|
+
() => ViewSunElevationInput$,
|
|
985
|
+
() => PlatformInput$,
|
|
986
|
+
() => LandsatCloudCoverLandInput$,
|
|
980
987
|
],
|
|
981
988
|
];
|
|
982
|
-
var VectorEnrichmentJobConfig = [
|
|
989
|
+
var VectorEnrichmentJobConfig$ = [
|
|
983
990
|
3,
|
|
984
991
|
n0,
|
|
985
992
|
_VEJC,
|
|
986
993
|
0,
|
|
987
994
|
[_RGC, _MMC],
|
|
988
|
-
[() => ReverseGeocodingConfig
|
|
995
|
+
[() => ReverseGeocodingConfig$, () => MapMatchingConfig$],
|
|
989
996
|
];
|
|
990
|
-
var VectorEnrichmentJobDataSourceConfigInput = [
|
|
997
|
+
var VectorEnrichmentJobDataSourceConfigInput$ = [
|
|
991
998
|
3,
|
|
992
999
|
n0,
|
|
993
1000
|
_VEJDSCI,
|
|
994
1001
|
0,
|
|
995
1002
|
[_SD],
|
|
996
|
-
[() => VectorEnrichmentJobS3Data],
|
|
1003
|
+
[() => VectorEnrichmentJobS3Data$],
|
|
997
1004
|
];
|
|
998
|
-
var DeleteEarthObservationJob = [
|
|
1005
|
+
var DeleteEarthObservationJob$ = [
|
|
999
1006
|
9,
|
|
1000
1007
|
n0,
|
|
1001
1008
|
_DEOJ,
|
|
1002
1009
|
{ [_h]: ["DELETE", "/earth-observation-jobs/{Arn}", 200] },
|
|
1003
|
-
() => DeleteEarthObservationJobInput
|
|
1004
|
-
() => DeleteEarthObservationJobOutput
|
|
1010
|
+
() => DeleteEarthObservationJobInput$,
|
|
1011
|
+
() => DeleteEarthObservationJobOutput$,
|
|
1005
1012
|
];
|
|
1006
|
-
var DeleteVectorEnrichmentJob = [
|
|
1013
|
+
var DeleteVectorEnrichmentJob$ = [
|
|
1007
1014
|
9,
|
|
1008
1015
|
n0,
|
|
1009
1016
|
_DVEJ,
|
|
1010
1017
|
{ [_h]: ["DELETE", "/vector-enrichment-jobs/{Arn}", 200] },
|
|
1011
|
-
() => DeleteVectorEnrichmentJobInput
|
|
1012
|
-
() => DeleteVectorEnrichmentJobOutput
|
|
1018
|
+
() => DeleteVectorEnrichmentJobInput$,
|
|
1019
|
+
() => DeleteVectorEnrichmentJobOutput$,
|
|
1013
1020
|
];
|
|
1014
|
-
var ExportEarthObservationJob = [
|
|
1021
|
+
var ExportEarthObservationJob$ = [
|
|
1015
1022
|
9,
|
|
1016
1023
|
n0,
|
|
1017
1024
|
_EEOJ,
|
|
1018
1025
|
{ [_h]: ["POST", "/export-earth-observation-job", 200] },
|
|
1019
|
-
() => ExportEarthObservationJobInput
|
|
1020
|
-
() => ExportEarthObservationJobOutput
|
|
1026
|
+
() => ExportEarthObservationJobInput$,
|
|
1027
|
+
() => ExportEarthObservationJobOutput$,
|
|
1021
1028
|
];
|
|
1022
|
-
var ExportVectorEnrichmentJob = [
|
|
1029
|
+
var ExportVectorEnrichmentJob$ = [
|
|
1023
1030
|
9,
|
|
1024
1031
|
n0,
|
|
1025
1032
|
_EVEJ,
|
|
1026
1033
|
{ [_h]: ["POST", "/export-vector-enrichment-jobs", 200] },
|
|
1027
|
-
() => ExportVectorEnrichmentJobInput
|
|
1028
|
-
() => ExportVectorEnrichmentJobOutput
|
|
1034
|
+
() => ExportVectorEnrichmentJobInput$,
|
|
1035
|
+
() => ExportVectorEnrichmentJobOutput$,
|
|
1029
1036
|
];
|
|
1030
|
-
var GetEarthObservationJob = [
|
|
1037
|
+
var GetEarthObservationJob$ = [
|
|
1031
1038
|
9,
|
|
1032
1039
|
n0,
|
|
1033
1040
|
_GEOJ,
|
|
1034
1041
|
{ [_h]: ["GET", "/earth-observation-jobs/{Arn}", 200] },
|
|
1035
|
-
() => GetEarthObservationJobInput
|
|
1036
|
-
() => GetEarthObservationJobOutput
|
|
1042
|
+
() => GetEarthObservationJobInput$,
|
|
1043
|
+
() => GetEarthObservationJobOutput$,
|
|
1037
1044
|
];
|
|
1038
|
-
var GetRasterDataCollection = [
|
|
1045
|
+
var GetRasterDataCollection$ = [
|
|
1039
1046
|
9,
|
|
1040
1047
|
n0,
|
|
1041
1048
|
_GRDC,
|
|
1042
1049
|
{ [_h]: ["GET", "/raster-data-collection/{Arn}", 200] },
|
|
1043
|
-
() => GetRasterDataCollectionInput
|
|
1044
|
-
() => GetRasterDataCollectionOutput
|
|
1050
|
+
() => GetRasterDataCollectionInput$,
|
|
1051
|
+
() => GetRasterDataCollectionOutput$,
|
|
1045
1052
|
];
|
|
1046
|
-
var GetTile = [
|
|
1053
|
+
var GetTile$ = [
|
|
1047
1054
|
9,
|
|
1048
1055
|
n0,
|
|
1049
1056
|
_GT,
|
|
1050
1057
|
{ [_h]: ["GET", "/tile/{z}/{x}/{y}", 200] },
|
|
1051
|
-
() => GetTileInput
|
|
1052
|
-
() => GetTileOutput
|
|
1058
|
+
() => GetTileInput$,
|
|
1059
|
+
() => GetTileOutput$,
|
|
1053
1060
|
];
|
|
1054
|
-
var GetVectorEnrichmentJob = [
|
|
1061
|
+
var GetVectorEnrichmentJob$ = [
|
|
1055
1062
|
9,
|
|
1056
1063
|
n0,
|
|
1057
1064
|
_GVEJ,
|
|
1058
1065
|
{ [_h]: ["GET", "/vector-enrichment-jobs/{Arn}", 200] },
|
|
1059
|
-
() => GetVectorEnrichmentJobInput
|
|
1060
|
-
() => GetVectorEnrichmentJobOutput
|
|
1066
|
+
() => GetVectorEnrichmentJobInput$,
|
|
1067
|
+
() => GetVectorEnrichmentJobOutput$,
|
|
1061
1068
|
];
|
|
1062
|
-
var ListEarthObservationJobs = [
|
|
1069
|
+
var ListEarthObservationJobs$ = [
|
|
1063
1070
|
9,
|
|
1064
1071
|
n0,
|
|
1065
1072
|
_LEOJ,
|
|
1066
1073
|
{ [_h]: ["POST", "/list-earth-observation-jobs", 200] },
|
|
1067
|
-
() => ListEarthObservationJobInput
|
|
1068
|
-
() => ListEarthObservationJobOutput
|
|
1074
|
+
() => ListEarthObservationJobInput$,
|
|
1075
|
+
() => ListEarthObservationJobOutput$,
|
|
1069
1076
|
];
|
|
1070
|
-
var ListRasterDataCollections = [
|
|
1077
|
+
var ListRasterDataCollections$ = [
|
|
1071
1078
|
9,
|
|
1072
1079
|
n0,
|
|
1073
1080
|
_LRDC,
|
|
1074
1081
|
{ [_h]: ["GET", "/raster-data-collections", 200] },
|
|
1075
|
-
() => ListRasterDataCollectionsInput
|
|
1076
|
-
() => ListRasterDataCollectionsOutput
|
|
1082
|
+
() => ListRasterDataCollectionsInput$,
|
|
1083
|
+
() => ListRasterDataCollectionsOutput$,
|
|
1077
1084
|
];
|
|
1078
|
-
var ListTagsForResource = [
|
|
1085
|
+
var ListTagsForResource$ = [
|
|
1079
1086
|
9,
|
|
1080
1087
|
n0,
|
|
1081
1088
|
_LTFR,
|
|
1082
1089
|
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
1083
|
-
() => ListTagsForResourceRequest
|
|
1084
|
-
() => ListTagsForResourceResponse
|
|
1090
|
+
() => ListTagsForResourceRequest$,
|
|
1091
|
+
() => ListTagsForResourceResponse$,
|
|
1085
1092
|
];
|
|
1086
|
-
var ListVectorEnrichmentJobs = [
|
|
1093
|
+
var ListVectorEnrichmentJobs$ = [
|
|
1087
1094
|
9,
|
|
1088
1095
|
n0,
|
|
1089
1096
|
_LVEJ,
|
|
1090
1097
|
{ [_h]: ["POST", "/list-vector-enrichment-jobs", 200] },
|
|
1091
|
-
() => ListVectorEnrichmentJobInput
|
|
1092
|
-
() => ListVectorEnrichmentJobOutput
|
|
1098
|
+
() => ListVectorEnrichmentJobInput$,
|
|
1099
|
+
() => ListVectorEnrichmentJobOutput$,
|
|
1093
1100
|
];
|
|
1094
|
-
var SearchRasterDataCollection = [
|
|
1101
|
+
var SearchRasterDataCollection$ = [
|
|
1095
1102
|
9,
|
|
1096
1103
|
n0,
|
|
1097
1104
|
_SRDC,
|
|
1098
1105
|
{ [_h]: ["POST", "/search-raster-data-collection", 200] },
|
|
1099
|
-
() => SearchRasterDataCollectionInput
|
|
1100
|
-
() => SearchRasterDataCollectionOutput
|
|
1106
|
+
() => SearchRasterDataCollectionInput$,
|
|
1107
|
+
() => SearchRasterDataCollectionOutput$,
|
|
1101
1108
|
];
|
|
1102
|
-
var StartEarthObservationJob = [
|
|
1109
|
+
var StartEarthObservationJob$ = [
|
|
1103
1110
|
9,
|
|
1104
1111
|
n0,
|
|
1105
1112
|
_SEOJ,
|
|
1106
1113
|
{ [_h]: ["POST", "/earth-observation-jobs", 200] },
|
|
1107
|
-
() => StartEarthObservationJobInput
|
|
1108
|
-
() => StartEarthObservationJobOutput
|
|
1114
|
+
() => StartEarthObservationJobInput$,
|
|
1115
|
+
() => StartEarthObservationJobOutput$,
|
|
1109
1116
|
];
|
|
1110
|
-
var StartVectorEnrichmentJob = [
|
|
1117
|
+
var StartVectorEnrichmentJob$ = [
|
|
1111
1118
|
9,
|
|
1112
1119
|
n0,
|
|
1113
1120
|
_SVEJ,
|
|
1114
1121
|
{ [_h]: ["POST", "/vector-enrichment-jobs", 200] },
|
|
1115
|
-
() => StartVectorEnrichmentJobInput
|
|
1116
|
-
() => StartVectorEnrichmentJobOutput
|
|
1122
|
+
() => StartVectorEnrichmentJobInput$,
|
|
1123
|
+
() => StartVectorEnrichmentJobOutput$,
|
|
1117
1124
|
];
|
|
1118
|
-
var StopEarthObservationJob = [
|
|
1125
|
+
var StopEarthObservationJob$ = [
|
|
1119
1126
|
9,
|
|
1120
1127
|
n0,
|
|
1121
1128
|
_SEOJt,
|
|
1122
1129
|
{ [_h]: ["POST", "/earth-observation-jobs/stop", 200] },
|
|
1123
|
-
() => StopEarthObservationJobInput
|
|
1124
|
-
() => StopEarthObservationJobOutput
|
|
1130
|
+
() => StopEarthObservationJobInput$,
|
|
1131
|
+
() => StopEarthObservationJobOutput$,
|
|
1125
1132
|
];
|
|
1126
|
-
var StopVectorEnrichmentJob = [
|
|
1133
|
+
var StopVectorEnrichmentJob$ = [
|
|
1127
1134
|
9,
|
|
1128
1135
|
n0,
|
|
1129
1136
|
_SVEJt,
|
|
1130
1137
|
{ [_h]: ["POST", "/vector-enrichment-jobs/stop", 200] },
|
|
1131
|
-
() => StopVectorEnrichmentJobInput
|
|
1132
|
-
() => StopVectorEnrichmentJobOutput
|
|
1138
|
+
() => StopVectorEnrichmentJobInput$,
|
|
1139
|
+
() => StopVectorEnrichmentJobOutput$,
|
|
1133
1140
|
];
|
|
1134
|
-
var TagResource = [
|
|
1141
|
+
var TagResource$ = [
|
|
1135
1142
|
9,
|
|
1136
1143
|
n0,
|
|
1137
1144
|
_TR,
|
|
1138
1145
|
{ [_h]: ["PUT", "/tags/{ResourceArn}", 200] },
|
|
1139
|
-
() => TagResourceRequest
|
|
1140
|
-
() => TagResourceResponse
|
|
1146
|
+
() => TagResourceRequest$,
|
|
1147
|
+
() => TagResourceResponse$,
|
|
1141
1148
|
];
|
|
1142
|
-
var UntagResource = [
|
|
1149
|
+
var UntagResource$ = [
|
|
1143
1150
|
9,
|
|
1144
1151
|
n0,
|
|
1145
1152
|
_UR,
|
|
1146
1153
|
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
|
|
1147
|
-
() => UntagResourceRequest
|
|
1148
|
-
() => UntagResourceResponse
|
|
1154
|
+
() => UntagResourceRequest$,
|
|
1155
|
+
() => UntagResourceResponse$,
|
|
1149
1156
|
];
|
|
1150
1157
|
|
|
1151
1158
|
class DeleteEarthObservationJobCommand extends smithyClient.Command
|
|
@@ -1156,7 +1163,7 @@ class DeleteEarthObservationJobCommand extends smithyClient.Command
|
|
|
1156
1163
|
})
|
|
1157
1164
|
.s("SageMakerGeospatial", "DeleteEarthObservationJob", {})
|
|
1158
1165
|
.n("SageMakerGeospatialClient", "DeleteEarthObservationJobCommand")
|
|
1159
|
-
.sc(DeleteEarthObservationJob)
|
|
1166
|
+
.sc(DeleteEarthObservationJob$)
|
|
1160
1167
|
.build() {
|
|
1161
1168
|
}
|
|
1162
1169
|
|
|
@@ -1168,7 +1175,7 @@ class DeleteVectorEnrichmentJobCommand extends smithyClient.Command
|
|
|
1168
1175
|
})
|
|
1169
1176
|
.s("SageMakerGeospatial", "DeleteVectorEnrichmentJob", {})
|
|
1170
1177
|
.n("SageMakerGeospatialClient", "DeleteVectorEnrichmentJobCommand")
|
|
1171
|
-
.sc(DeleteVectorEnrichmentJob)
|
|
1178
|
+
.sc(DeleteVectorEnrichmentJob$)
|
|
1172
1179
|
.build() {
|
|
1173
1180
|
}
|
|
1174
1181
|
|
|
@@ -1180,7 +1187,7 @@ class ExportEarthObservationJobCommand extends smithyClient.Command
|
|
|
1180
1187
|
})
|
|
1181
1188
|
.s("SageMakerGeospatial", "ExportEarthObservationJob", {})
|
|
1182
1189
|
.n("SageMakerGeospatialClient", "ExportEarthObservationJobCommand")
|
|
1183
|
-
.sc(ExportEarthObservationJob)
|
|
1190
|
+
.sc(ExportEarthObservationJob$)
|
|
1184
1191
|
.build() {
|
|
1185
1192
|
}
|
|
1186
1193
|
|
|
@@ -1192,7 +1199,7 @@ class ExportVectorEnrichmentJobCommand extends smithyClient.Command
|
|
|
1192
1199
|
})
|
|
1193
1200
|
.s("SageMakerGeospatial", "ExportVectorEnrichmentJob", {})
|
|
1194
1201
|
.n("SageMakerGeospatialClient", "ExportVectorEnrichmentJobCommand")
|
|
1195
|
-
.sc(ExportVectorEnrichmentJob)
|
|
1202
|
+
.sc(ExportVectorEnrichmentJob$)
|
|
1196
1203
|
.build() {
|
|
1197
1204
|
}
|
|
1198
1205
|
|
|
@@ -1204,7 +1211,7 @@ class GetEarthObservationJobCommand extends smithyClient.Command
|
|
|
1204
1211
|
})
|
|
1205
1212
|
.s("SageMakerGeospatial", "GetEarthObservationJob", {})
|
|
1206
1213
|
.n("SageMakerGeospatialClient", "GetEarthObservationJobCommand")
|
|
1207
|
-
.sc(GetEarthObservationJob)
|
|
1214
|
+
.sc(GetEarthObservationJob$)
|
|
1208
1215
|
.build() {
|
|
1209
1216
|
}
|
|
1210
1217
|
|
|
@@ -1216,7 +1223,7 @@ class GetRasterDataCollectionCommand extends smithyClient.Command
|
|
|
1216
1223
|
})
|
|
1217
1224
|
.s("SageMakerGeospatial", "GetRasterDataCollection", {})
|
|
1218
1225
|
.n("SageMakerGeospatialClient", "GetRasterDataCollectionCommand")
|
|
1219
|
-
.sc(GetRasterDataCollection)
|
|
1226
|
+
.sc(GetRasterDataCollection$)
|
|
1220
1227
|
.build() {
|
|
1221
1228
|
}
|
|
1222
1229
|
|
|
@@ -1228,7 +1235,7 @@ class GetTileCommand extends smithyClient.Command
|
|
|
1228
1235
|
})
|
|
1229
1236
|
.s("SageMakerGeospatial", "GetTile", {})
|
|
1230
1237
|
.n("SageMakerGeospatialClient", "GetTileCommand")
|
|
1231
|
-
.sc(GetTile)
|
|
1238
|
+
.sc(GetTile$)
|
|
1232
1239
|
.build() {
|
|
1233
1240
|
}
|
|
1234
1241
|
|
|
@@ -1240,7 +1247,7 @@ class GetVectorEnrichmentJobCommand extends smithyClient.Command
|
|
|
1240
1247
|
})
|
|
1241
1248
|
.s("SageMakerGeospatial", "GetVectorEnrichmentJob", {})
|
|
1242
1249
|
.n("SageMakerGeospatialClient", "GetVectorEnrichmentJobCommand")
|
|
1243
|
-
.sc(GetVectorEnrichmentJob)
|
|
1250
|
+
.sc(GetVectorEnrichmentJob$)
|
|
1244
1251
|
.build() {
|
|
1245
1252
|
}
|
|
1246
1253
|
|
|
@@ -1252,7 +1259,7 @@ class ListEarthObservationJobsCommand extends smithyClient.Command
|
|
|
1252
1259
|
})
|
|
1253
1260
|
.s("SageMakerGeospatial", "ListEarthObservationJobs", {})
|
|
1254
1261
|
.n("SageMakerGeospatialClient", "ListEarthObservationJobsCommand")
|
|
1255
|
-
.sc(ListEarthObservationJobs)
|
|
1262
|
+
.sc(ListEarthObservationJobs$)
|
|
1256
1263
|
.build() {
|
|
1257
1264
|
}
|
|
1258
1265
|
|
|
@@ -1264,7 +1271,7 @@ class ListRasterDataCollectionsCommand extends smithyClient.Command
|
|
|
1264
1271
|
})
|
|
1265
1272
|
.s("SageMakerGeospatial", "ListRasterDataCollections", {})
|
|
1266
1273
|
.n("SageMakerGeospatialClient", "ListRasterDataCollectionsCommand")
|
|
1267
|
-
.sc(ListRasterDataCollections)
|
|
1274
|
+
.sc(ListRasterDataCollections$)
|
|
1268
1275
|
.build() {
|
|
1269
1276
|
}
|
|
1270
1277
|
|
|
@@ -1276,7 +1283,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1276
1283
|
})
|
|
1277
1284
|
.s("SageMakerGeospatial", "ListTagsForResource", {})
|
|
1278
1285
|
.n("SageMakerGeospatialClient", "ListTagsForResourceCommand")
|
|
1279
|
-
.sc(ListTagsForResource)
|
|
1286
|
+
.sc(ListTagsForResource$)
|
|
1280
1287
|
.build() {
|
|
1281
1288
|
}
|
|
1282
1289
|
|
|
@@ -1288,7 +1295,7 @@ class ListVectorEnrichmentJobsCommand extends smithyClient.Command
|
|
|
1288
1295
|
})
|
|
1289
1296
|
.s("SageMakerGeospatial", "ListVectorEnrichmentJobs", {})
|
|
1290
1297
|
.n("SageMakerGeospatialClient", "ListVectorEnrichmentJobsCommand")
|
|
1291
|
-
.sc(ListVectorEnrichmentJobs)
|
|
1298
|
+
.sc(ListVectorEnrichmentJobs$)
|
|
1292
1299
|
.build() {
|
|
1293
1300
|
}
|
|
1294
1301
|
|
|
@@ -1300,7 +1307,7 @@ class SearchRasterDataCollectionCommand extends smithyClient.Command
|
|
|
1300
1307
|
})
|
|
1301
1308
|
.s("SageMakerGeospatial", "SearchRasterDataCollection", {})
|
|
1302
1309
|
.n("SageMakerGeospatialClient", "SearchRasterDataCollectionCommand")
|
|
1303
|
-
.sc(SearchRasterDataCollection)
|
|
1310
|
+
.sc(SearchRasterDataCollection$)
|
|
1304
1311
|
.build() {
|
|
1305
1312
|
}
|
|
1306
1313
|
|
|
@@ -1312,7 +1319,7 @@ class StartEarthObservationJobCommand extends smithyClient.Command
|
|
|
1312
1319
|
})
|
|
1313
1320
|
.s("SageMakerGeospatial", "StartEarthObservationJob", {})
|
|
1314
1321
|
.n("SageMakerGeospatialClient", "StartEarthObservationJobCommand")
|
|
1315
|
-
.sc(StartEarthObservationJob)
|
|
1322
|
+
.sc(StartEarthObservationJob$)
|
|
1316
1323
|
.build() {
|
|
1317
1324
|
}
|
|
1318
1325
|
|
|
@@ -1324,7 +1331,7 @@ class StartVectorEnrichmentJobCommand extends smithyClient.Command
|
|
|
1324
1331
|
})
|
|
1325
1332
|
.s("SageMakerGeospatial", "StartVectorEnrichmentJob", {})
|
|
1326
1333
|
.n("SageMakerGeospatialClient", "StartVectorEnrichmentJobCommand")
|
|
1327
|
-
.sc(StartVectorEnrichmentJob)
|
|
1334
|
+
.sc(StartVectorEnrichmentJob$)
|
|
1328
1335
|
.build() {
|
|
1329
1336
|
}
|
|
1330
1337
|
|
|
@@ -1336,7 +1343,7 @@ class StopEarthObservationJobCommand extends smithyClient.Command
|
|
|
1336
1343
|
})
|
|
1337
1344
|
.s("SageMakerGeospatial", "StopEarthObservationJob", {})
|
|
1338
1345
|
.n("SageMakerGeospatialClient", "StopEarthObservationJobCommand")
|
|
1339
|
-
.sc(StopEarthObservationJob)
|
|
1346
|
+
.sc(StopEarthObservationJob$)
|
|
1340
1347
|
.build() {
|
|
1341
1348
|
}
|
|
1342
1349
|
|
|
@@ -1348,7 +1355,7 @@ class StopVectorEnrichmentJobCommand extends smithyClient.Command
|
|
|
1348
1355
|
})
|
|
1349
1356
|
.s("SageMakerGeospatial", "StopVectorEnrichmentJob", {})
|
|
1350
1357
|
.n("SageMakerGeospatialClient", "StopVectorEnrichmentJobCommand")
|
|
1351
|
-
.sc(StopVectorEnrichmentJob)
|
|
1358
|
+
.sc(StopVectorEnrichmentJob$)
|
|
1352
1359
|
.build() {
|
|
1353
1360
|
}
|
|
1354
1361
|
|
|
@@ -1360,7 +1367,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1360
1367
|
})
|
|
1361
1368
|
.s("SageMakerGeospatial", "TagResource", {})
|
|
1362
1369
|
.n("SageMakerGeospatialClient", "TagResourceCommand")
|
|
1363
|
-
.sc(TagResource)
|
|
1370
|
+
.sc(TagResource$)
|
|
1364
1371
|
.build() {
|
|
1365
1372
|
}
|
|
1366
1373
|
|
|
@@ -1372,7 +1379,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1372
1379
|
})
|
|
1373
1380
|
.s("SageMakerGeospatial", "UntagResource", {})
|
|
1374
1381
|
.n("SageMakerGeospatialClient", "UntagResourceCommand")
|
|
1375
|
-
.sc(UntagResource)
|
|
1382
|
+
.sc(UntagResource$)
|
|
1376
1383
|
.build() {
|
|
1377
1384
|
}
|
|
1378
1385
|
|
|
@@ -1559,59 +1566,182 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1559
1566
|
enumerable: true,
|
|
1560
1567
|
get: function () { return smithyClient.Client; }
|
|
1561
1568
|
});
|
|
1562
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
1569
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1570
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1563
1571
|
exports.AlgorithmNameCloudRemoval = AlgorithmNameCloudRemoval;
|
|
1564
1572
|
exports.AlgorithmNameGeoMosaic = AlgorithmNameGeoMosaic;
|
|
1565
1573
|
exports.AlgorithmNameResampling = AlgorithmNameResampling;
|
|
1574
|
+
exports.AreaOfInterest$ = AreaOfInterest$;
|
|
1575
|
+
exports.AreaOfInterestGeometry$ = AreaOfInterestGeometry$;
|
|
1576
|
+
exports.AssetValue$ = AssetValue$;
|
|
1577
|
+
exports.BandMathConfigInput$ = BandMathConfigInput$;
|
|
1578
|
+
exports.CloudMaskingConfigInput$ = CloudMaskingConfigInput$;
|
|
1579
|
+
exports.CloudRemovalConfigInput$ = CloudRemovalConfigInput$;
|
|
1566
1580
|
exports.ComparisonOperator = ComparisonOperator;
|
|
1567
|
-
exports.ConflictException = ConflictException
|
|
1581
|
+
exports.ConflictException = ConflictException;
|
|
1582
|
+
exports.ConflictException$ = ConflictException$;
|
|
1583
|
+
exports.CustomIndicesInput$ = CustomIndicesInput$;
|
|
1568
1584
|
exports.DataCollectionType = DataCollectionType;
|
|
1585
|
+
exports.DeleteEarthObservationJob$ = DeleteEarthObservationJob$;
|
|
1569
1586
|
exports.DeleteEarthObservationJobCommand = DeleteEarthObservationJobCommand;
|
|
1587
|
+
exports.DeleteEarthObservationJobInput$ = DeleteEarthObservationJobInput$;
|
|
1588
|
+
exports.DeleteEarthObservationJobOutput$ = DeleteEarthObservationJobOutput$;
|
|
1589
|
+
exports.DeleteVectorEnrichmentJob$ = DeleteVectorEnrichmentJob$;
|
|
1570
1590
|
exports.DeleteVectorEnrichmentJobCommand = DeleteVectorEnrichmentJobCommand;
|
|
1591
|
+
exports.DeleteVectorEnrichmentJobInput$ = DeleteVectorEnrichmentJobInput$;
|
|
1592
|
+
exports.DeleteVectorEnrichmentJobOutput$ = DeleteVectorEnrichmentJobOutput$;
|
|
1593
|
+
exports.EarthObservationJobErrorDetails$ = EarthObservationJobErrorDetails$;
|
|
1571
1594
|
exports.EarthObservationJobErrorType = EarthObservationJobErrorType;
|
|
1572
1595
|
exports.EarthObservationJobExportStatus = EarthObservationJobExportStatus;
|
|
1573
1596
|
exports.EarthObservationJobStatus = EarthObservationJobStatus;
|
|
1597
|
+
exports.EoCloudCoverInput$ = EoCloudCoverInput$;
|
|
1598
|
+
exports.ExportEarthObservationJob$ = ExportEarthObservationJob$;
|
|
1574
1599
|
exports.ExportEarthObservationJobCommand = ExportEarthObservationJobCommand;
|
|
1600
|
+
exports.ExportEarthObservationJobInput$ = ExportEarthObservationJobInput$;
|
|
1601
|
+
exports.ExportEarthObservationJobOutput$ = ExportEarthObservationJobOutput$;
|
|
1602
|
+
exports.ExportErrorDetails$ = ExportErrorDetails$;
|
|
1603
|
+
exports.ExportErrorDetailsOutput$ = ExportErrorDetailsOutput$;
|
|
1575
1604
|
exports.ExportErrorType = ExportErrorType;
|
|
1605
|
+
exports.ExportS3DataInput$ = ExportS3DataInput$;
|
|
1606
|
+
exports.ExportVectorEnrichmentJob$ = ExportVectorEnrichmentJob$;
|
|
1576
1607
|
exports.ExportVectorEnrichmentJobCommand = ExportVectorEnrichmentJobCommand;
|
|
1608
|
+
exports.ExportVectorEnrichmentJobInput$ = ExportVectorEnrichmentJobInput$;
|
|
1609
|
+
exports.ExportVectorEnrichmentJobOutput$ = ExportVectorEnrichmentJobOutput$;
|
|
1610
|
+
exports.ExportVectorEnrichmentJobOutputConfig$ = ExportVectorEnrichmentJobOutputConfig$;
|
|
1611
|
+
exports.Filter$ = Filter$;
|
|
1612
|
+
exports.GeoMosaicConfigInput$ = GeoMosaicConfigInput$;
|
|
1613
|
+
exports.Geometry$ = Geometry$;
|
|
1614
|
+
exports.GetEarthObservationJob$ = GetEarthObservationJob$;
|
|
1577
1615
|
exports.GetEarthObservationJobCommand = GetEarthObservationJobCommand;
|
|
1616
|
+
exports.GetEarthObservationJobInput$ = GetEarthObservationJobInput$;
|
|
1617
|
+
exports.GetEarthObservationJobOutput$ = GetEarthObservationJobOutput$;
|
|
1618
|
+
exports.GetRasterDataCollection$ = GetRasterDataCollection$;
|
|
1578
1619
|
exports.GetRasterDataCollectionCommand = GetRasterDataCollectionCommand;
|
|
1620
|
+
exports.GetRasterDataCollectionInput$ = GetRasterDataCollectionInput$;
|
|
1621
|
+
exports.GetRasterDataCollectionOutput$ = GetRasterDataCollectionOutput$;
|
|
1622
|
+
exports.GetTile$ = GetTile$;
|
|
1579
1623
|
exports.GetTileCommand = GetTileCommand;
|
|
1624
|
+
exports.GetTileInput$ = GetTileInput$;
|
|
1625
|
+
exports.GetTileOutput$ = GetTileOutput$;
|
|
1626
|
+
exports.GetVectorEnrichmentJob$ = GetVectorEnrichmentJob$;
|
|
1580
1627
|
exports.GetVectorEnrichmentJobCommand = GetVectorEnrichmentJobCommand;
|
|
1628
|
+
exports.GetVectorEnrichmentJobInput$ = GetVectorEnrichmentJobInput$;
|
|
1629
|
+
exports.GetVectorEnrichmentJobOutput$ = GetVectorEnrichmentJobOutput$;
|
|
1581
1630
|
exports.GroupBy = GroupBy;
|
|
1582
|
-
exports.
|
|
1631
|
+
exports.InputConfigInput$ = InputConfigInput$;
|
|
1632
|
+
exports.InputConfigOutput$ = InputConfigOutput$;
|
|
1633
|
+
exports.InternalServerException = InternalServerException;
|
|
1634
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
1635
|
+
exports.ItemSource$ = ItemSource$;
|
|
1636
|
+
exports.JobConfigInput$ = JobConfigInput$;
|
|
1637
|
+
exports.LandCoverSegmentationConfigInput$ = LandCoverSegmentationConfigInput$;
|
|
1638
|
+
exports.LandsatCloudCoverLandInput$ = LandsatCloudCoverLandInput$;
|
|
1639
|
+
exports.ListEarthObservationJobInput$ = ListEarthObservationJobInput$;
|
|
1640
|
+
exports.ListEarthObservationJobOutput$ = ListEarthObservationJobOutput$;
|
|
1641
|
+
exports.ListEarthObservationJobOutputConfig$ = ListEarthObservationJobOutputConfig$;
|
|
1642
|
+
exports.ListEarthObservationJobs$ = ListEarthObservationJobs$;
|
|
1583
1643
|
exports.ListEarthObservationJobsCommand = ListEarthObservationJobsCommand;
|
|
1644
|
+
exports.ListRasterDataCollections$ = ListRasterDataCollections$;
|
|
1584
1645
|
exports.ListRasterDataCollectionsCommand = ListRasterDataCollectionsCommand;
|
|
1646
|
+
exports.ListRasterDataCollectionsInput$ = ListRasterDataCollectionsInput$;
|
|
1647
|
+
exports.ListRasterDataCollectionsOutput$ = ListRasterDataCollectionsOutput$;
|
|
1648
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1585
1649
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1650
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1651
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1652
|
+
exports.ListVectorEnrichmentJobInput$ = ListVectorEnrichmentJobInput$;
|
|
1653
|
+
exports.ListVectorEnrichmentJobOutput$ = ListVectorEnrichmentJobOutput$;
|
|
1654
|
+
exports.ListVectorEnrichmentJobOutputConfig$ = ListVectorEnrichmentJobOutputConfig$;
|
|
1655
|
+
exports.ListVectorEnrichmentJobs$ = ListVectorEnrichmentJobs$;
|
|
1586
1656
|
exports.ListVectorEnrichmentJobsCommand = ListVectorEnrichmentJobsCommand;
|
|
1587
1657
|
exports.LogicalOperator = LogicalOperator;
|
|
1658
|
+
exports.MapMatchingConfig$ = MapMatchingConfig$;
|
|
1659
|
+
exports.MultiPolygonGeometryInput$ = MultiPolygonGeometryInput$;
|
|
1660
|
+
exports.Operation$ = Operation$;
|
|
1661
|
+
exports.OutputBand$ = OutputBand$;
|
|
1662
|
+
exports.OutputConfigInput$ = OutputConfigInput$;
|
|
1663
|
+
exports.OutputResolutionResamplingInput$ = OutputResolutionResamplingInput$;
|
|
1664
|
+
exports.OutputResolutionStackInput$ = OutputResolutionStackInput$;
|
|
1588
1665
|
exports.OutputType = OutputType;
|
|
1666
|
+
exports.PlatformInput$ = PlatformInput$;
|
|
1667
|
+
exports.PolygonGeometryInput$ = PolygonGeometryInput$;
|
|
1589
1668
|
exports.PredefinedResolution = PredefinedResolution;
|
|
1590
|
-
exports.
|
|
1669
|
+
exports.Properties$ = Properties$;
|
|
1670
|
+
exports.Property$ = Property$;
|
|
1671
|
+
exports.PropertyFilter$ = PropertyFilter$;
|
|
1672
|
+
exports.PropertyFilters$ = PropertyFilters$;
|
|
1673
|
+
exports.RasterDataCollectionMetadata$ = RasterDataCollectionMetadata$;
|
|
1674
|
+
exports.RasterDataCollectionQueryInput$ = RasterDataCollectionQueryInput$;
|
|
1675
|
+
exports.RasterDataCollectionQueryOutput$ = RasterDataCollectionQueryOutput$;
|
|
1676
|
+
exports.RasterDataCollectionQueryWithBandFilterInput$ = RasterDataCollectionQueryWithBandFilterInput$;
|
|
1677
|
+
exports.ResamplingConfigInput$ = ResamplingConfigInput$;
|
|
1678
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1679
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1680
|
+
exports.ReverseGeocodingConfig$ = ReverseGeocodingConfig$;
|
|
1591
1681
|
exports.SageMakerGeospatial = SageMakerGeospatial;
|
|
1592
1682
|
exports.SageMakerGeospatialClient = SageMakerGeospatialClient;
|
|
1593
|
-
exports.SageMakerGeospatialServiceException = SageMakerGeospatialServiceException
|
|
1683
|
+
exports.SageMakerGeospatialServiceException = SageMakerGeospatialServiceException;
|
|
1684
|
+
exports.SageMakerGeospatialServiceException$ = SageMakerGeospatialServiceException$;
|
|
1685
|
+
exports.SearchRasterDataCollection$ = SearchRasterDataCollection$;
|
|
1594
1686
|
exports.SearchRasterDataCollectionCommand = SearchRasterDataCollectionCommand;
|
|
1595
|
-
exports.
|
|
1687
|
+
exports.SearchRasterDataCollectionInput$ = SearchRasterDataCollectionInput$;
|
|
1688
|
+
exports.SearchRasterDataCollectionOutput$ = SearchRasterDataCollectionOutput$;
|
|
1689
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1690
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1596
1691
|
exports.SortOrder = SortOrder;
|
|
1692
|
+
exports.StackConfigInput$ = StackConfigInput$;
|
|
1693
|
+
exports.StartEarthObservationJob$ = StartEarthObservationJob$;
|
|
1597
1694
|
exports.StartEarthObservationJobCommand = StartEarthObservationJobCommand;
|
|
1695
|
+
exports.StartEarthObservationJobInput$ = StartEarthObservationJobInput$;
|
|
1696
|
+
exports.StartEarthObservationJobOutput$ = StartEarthObservationJobOutput$;
|
|
1697
|
+
exports.StartVectorEnrichmentJob$ = StartVectorEnrichmentJob$;
|
|
1598
1698
|
exports.StartVectorEnrichmentJobCommand = StartVectorEnrichmentJobCommand;
|
|
1699
|
+
exports.StartVectorEnrichmentJobInput$ = StartVectorEnrichmentJobInput$;
|
|
1700
|
+
exports.StartVectorEnrichmentJobOutput$ = StartVectorEnrichmentJobOutput$;
|
|
1701
|
+
exports.StopEarthObservationJob$ = StopEarthObservationJob$;
|
|
1599
1702
|
exports.StopEarthObservationJobCommand = StopEarthObservationJobCommand;
|
|
1703
|
+
exports.StopEarthObservationJobInput$ = StopEarthObservationJobInput$;
|
|
1704
|
+
exports.StopEarthObservationJobOutput$ = StopEarthObservationJobOutput$;
|
|
1705
|
+
exports.StopVectorEnrichmentJob$ = StopVectorEnrichmentJob$;
|
|
1600
1706
|
exports.StopVectorEnrichmentJobCommand = StopVectorEnrichmentJobCommand;
|
|
1707
|
+
exports.StopVectorEnrichmentJobInput$ = StopVectorEnrichmentJobInput$;
|
|
1708
|
+
exports.StopVectorEnrichmentJobOutput$ = StopVectorEnrichmentJobOutput$;
|
|
1709
|
+
exports.TagResource$ = TagResource$;
|
|
1601
1710
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1711
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1712
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1602
1713
|
exports.TargetOptions = TargetOptions;
|
|
1603
1714
|
exports.TemporalStatistics = TemporalStatistics;
|
|
1604
|
-
exports.
|
|
1715
|
+
exports.TemporalStatisticsConfigInput$ = TemporalStatisticsConfigInput$;
|
|
1716
|
+
exports.ThrottlingException = ThrottlingException;
|
|
1717
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
1718
|
+
exports.TimeRangeFilterInput$ = TimeRangeFilterInput$;
|
|
1719
|
+
exports.TimeRangeFilterOutput$ = TimeRangeFilterOutput$;
|
|
1605
1720
|
exports.Unit = Unit;
|
|
1721
|
+
exports.UntagResource$ = UntagResource$;
|
|
1606
1722
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1607
|
-
exports.
|
|
1723
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1724
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1725
|
+
exports.UserDefined$ = UserDefined$;
|
|
1726
|
+
exports.ValidationException = ValidationException;
|
|
1727
|
+
exports.ValidationException$ = ValidationException$;
|
|
1728
|
+
exports.VectorEnrichmentJobConfig$ = VectorEnrichmentJobConfig$;
|
|
1729
|
+
exports.VectorEnrichmentJobDataSourceConfigInput$ = VectorEnrichmentJobDataSourceConfigInput$;
|
|
1608
1730
|
exports.VectorEnrichmentJobDocumentType = VectorEnrichmentJobDocumentType;
|
|
1731
|
+
exports.VectorEnrichmentJobErrorDetails$ = VectorEnrichmentJobErrorDetails$;
|
|
1609
1732
|
exports.VectorEnrichmentJobErrorType = VectorEnrichmentJobErrorType;
|
|
1733
|
+
exports.VectorEnrichmentJobExportErrorDetails$ = VectorEnrichmentJobExportErrorDetails$;
|
|
1610
1734
|
exports.VectorEnrichmentJobExportErrorType = VectorEnrichmentJobExportErrorType;
|
|
1611
1735
|
exports.VectorEnrichmentJobExportStatus = VectorEnrichmentJobExportStatus;
|
|
1736
|
+
exports.VectorEnrichmentJobInputConfig$ = VectorEnrichmentJobInputConfig$;
|
|
1737
|
+
exports.VectorEnrichmentJobS3Data$ = VectorEnrichmentJobS3Data$;
|
|
1612
1738
|
exports.VectorEnrichmentJobStatus = VectorEnrichmentJobStatus;
|
|
1613
1739
|
exports.VectorEnrichmentJobType = VectorEnrichmentJobType;
|
|
1740
|
+
exports.ViewOffNadirInput$ = ViewOffNadirInput$;
|
|
1741
|
+
exports.ViewSunAzimuthInput$ = ViewSunAzimuthInput$;
|
|
1742
|
+
exports.ViewSunElevationInput$ = ViewSunElevationInput$;
|
|
1614
1743
|
exports.ZonalStatistics = ZonalStatistics;
|
|
1744
|
+
exports.ZonalStatisticsConfigInput$ = ZonalStatisticsConfigInput$;
|
|
1615
1745
|
exports.paginateListEarthObservationJobs = paginateListEarthObservationJobs;
|
|
1616
1746
|
exports.paginateListRasterDataCollections = paginateListRasterDataCollections;
|
|
1617
1747
|
exports.paginateListVectorEnrichmentJobs = paginateListVectorEnrichmentJobs;
|