@aws-sdk/client-sagemaker-geospatial 3.297.0 → 3.299.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/commands/DeleteEarthObservationJobCommand.js +2 -3
- package/dist-cjs/commands/DeleteVectorEnrichmentJobCommand.js +2 -3
- package/dist-cjs/commands/ExportEarthObservationJobCommand.js +2 -3
- package/dist-cjs/commands/ExportVectorEnrichmentJobCommand.js +2 -3
- package/dist-cjs/commands/GetEarthObservationJobCommand.js +1 -1
- package/dist-cjs/commands/GetRasterDataCollectionCommand.js +2 -3
- package/dist-cjs/commands/GetTileCommand.js +1 -1
- package/dist-cjs/commands/GetVectorEnrichmentJobCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/StartVectorEnrichmentJobCommand.js +2 -3
- package/dist-cjs/commands/StopEarthObservationJobCommand.js +2 -3
- package/dist-cjs/commands/StopVectorEnrichmentJobCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/models/models_0.js +10 -359
- package/dist-es/commands/DeleteEarthObservationJobCommand.js +2 -3
- package/dist-es/commands/DeleteVectorEnrichmentJobCommand.js +2 -3
- package/dist-es/commands/ExportEarthObservationJobCommand.js +2 -3
- package/dist-es/commands/ExportVectorEnrichmentJobCommand.js +2 -3
- package/dist-es/commands/GetEarthObservationJobCommand.js +2 -2
- package/dist-es/commands/GetRasterDataCollectionCommand.js +2 -3
- package/dist-es/commands/GetTileCommand.js +2 -2
- package/dist-es/commands/GetVectorEnrichmentJobCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/StartVectorEnrichmentJobCommand.js +2 -3
- package/dist-es/commands/StopEarthObservationJobCommand.js +2 -3
- package/dist-es/commands/StopVectorEnrichmentJobCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/models/models_0.js +8 -283
- package/dist-types/models/models_0.d.ts +0 -292
- package/dist-types/ts3.4/models/models_0.d.ts +0 -201
- package/package.json +11 -10
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StartVectorEnrichmentJobInputFilterSensitiveLog, StartVectorEnrichmentJobOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1StartVectorEnrichmentJobCommand, serializeAws_restJson1StartVectorEnrichmentJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class StartVectorEnrichmentJobCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class StartVectorEnrichmentJobCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StopEarthObservationJobInputFilterSensitiveLog, StopEarthObservationJobOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1StopEarthObservationJobCommand, serializeAws_restJson1StopEarthObservationJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class StopEarthObservationJobCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class StopEarthObservationJobCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StopVectorEnrichmentJobInputFilterSensitiveLog, StopVectorEnrichmentJobOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1StopVectorEnrichmentJobCommand, serializeAws_restJson1StopVectorEnrichmentJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class StopVectorEnrichmentJobCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class StopVectorEnrichmentJobCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class TagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UntagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -374,117 +374,6 @@ export const AreaOfInterestFilterSensitiveLog = (obj) => {
|
|
|
374
374
|
if (obj.$unknown !== undefined)
|
|
375
375
|
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
376
376
|
};
|
|
377
|
-
export const AssetValueFilterSensitiveLog = (obj) => ({
|
|
378
|
-
...obj,
|
|
379
|
-
});
|
|
380
|
-
export const OperationFilterSensitiveLog = (obj) => ({
|
|
381
|
-
...obj,
|
|
382
|
-
});
|
|
383
|
-
export const CustomIndicesInputFilterSensitiveLog = (obj) => ({
|
|
384
|
-
...obj,
|
|
385
|
-
});
|
|
386
|
-
export const BandMathConfigInputFilterSensitiveLog = (obj) => ({
|
|
387
|
-
...obj,
|
|
388
|
-
});
|
|
389
|
-
export const CloudMaskingConfigInputFilterSensitiveLog = (obj) => ({
|
|
390
|
-
...obj,
|
|
391
|
-
});
|
|
392
|
-
export const CloudRemovalConfigInputFilterSensitiveLog = (obj) => ({
|
|
393
|
-
...obj,
|
|
394
|
-
});
|
|
395
|
-
export const FilterFilterSensitiveLog = (obj) => ({
|
|
396
|
-
...obj,
|
|
397
|
-
});
|
|
398
|
-
export const RasterDataCollectionMetadataFilterSensitiveLog = (obj) => ({
|
|
399
|
-
...obj,
|
|
400
|
-
});
|
|
401
|
-
export const DeleteEarthObservationJobInputFilterSensitiveLog = (obj) => ({
|
|
402
|
-
...obj,
|
|
403
|
-
});
|
|
404
|
-
export const DeleteEarthObservationJobOutputFilterSensitiveLog = (obj) => ({
|
|
405
|
-
...obj,
|
|
406
|
-
});
|
|
407
|
-
export const DeleteVectorEnrichmentJobInputFilterSensitiveLog = (obj) => ({
|
|
408
|
-
...obj,
|
|
409
|
-
});
|
|
410
|
-
export const DeleteVectorEnrichmentJobOutputFilterSensitiveLog = (obj) => ({
|
|
411
|
-
...obj,
|
|
412
|
-
});
|
|
413
|
-
export const ExportS3DataInputFilterSensitiveLog = (obj) => ({
|
|
414
|
-
...obj,
|
|
415
|
-
});
|
|
416
|
-
export const OutputConfigInputFilterSensitiveLog = (obj) => ({
|
|
417
|
-
...obj,
|
|
418
|
-
});
|
|
419
|
-
export const ExportEarthObservationJobInputFilterSensitiveLog = (obj) => ({
|
|
420
|
-
...obj,
|
|
421
|
-
});
|
|
422
|
-
export const ExportEarthObservationJobOutputFilterSensitiveLog = (obj) => ({
|
|
423
|
-
...obj,
|
|
424
|
-
});
|
|
425
|
-
export const GetEarthObservationJobInputFilterSensitiveLog = (obj) => ({
|
|
426
|
-
...obj,
|
|
427
|
-
});
|
|
428
|
-
export const EarthObservationJobErrorDetailsFilterSensitiveLog = (obj) => ({
|
|
429
|
-
...obj,
|
|
430
|
-
});
|
|
431
|
-
export const ExportErrorDetailsOutputFilterSensitiveLog = (obj) => ({
|
|
432
|
-
...obj,
|
|
433
|
-
});
|
|
434
|
-
export const ExportErrorDetailsFilterSensitiveLog = (obj) => ({
|
|
435
|
-
...obj,
|
|
436
|
-
});
|
|
437
|
-
export const S3DataInputFilterSensitiveLog = (obj) => ({
|
|
438
|
-
...obj,
|
|
439
|
-
});
|
|
440
|
-
export const EojDataSourceConfigInputFilterSensitiveLog = (obj) => {
|
|
441
|
-
if (obj.S3Data !== undefined)
|
|
442
|
-
return { S3Data: S3DataInputFilterSensitiveLog(obj.S3Data) };
|
|
443
|
-
if (obj.$unknown !== undefined)
|
|
444
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
445
|
-
};
|
|
446
|
-
export const EoCloudCoverInputFilterSensitiveLog = (obj) => ({
|
|
447
|
-
...obj,
|
|
448
|
-
});
|
|
449
|
-
export const LandsatCloudCoverLandInputFilterSensitiveLog = (obj) => ({
|
|
450
|
-
...obj,
|
|
451
|
-
});
|
|
452
|
-
export const PlatformInputFilterSensitiveLog = (obj) => ({
|
|
453
|
-
...obj,
|
|
454
|
-
});
|
|
455
|
-
export const ViewOffNadirInputFilterSensitiveLog = (obj) => ({
|
|
456
|
-
...obj,
|
|
457
|
-
});
|
|
458
|
-
export const ViewSunAzimuthInputFilterSensitiveLog = (obj) => ({
|
|
459
|
-
...obj,
|
|
460
|
-
});
|
|
461
|
-
export const ViewSunElevationInputFilterSensitiveLog = (obj) => ({
|
|
462
|
-
...obj,
|
|
463
|
-
});
|
|
464
|
-
export const PropertyFilterSensitiveLog = (obj) => {
|
|
465
|
-
if (obj.EoCloudCover !== undefined)
|
|
466
|
-
return { EoCloudCover: EoCloudCoverInputFilterSensitiveLog(obj.EoCloudCover) };
|
|
467
|
-
if (obj.ViewOffNadir !== undefined)
|
|
468
|
-
return { ViewOffNadir: ViewOffNadirInputFilterSensitiveLog(obj.ViewOffNadir) };
|
|
469
|
-
if (obj.ViewSunAzimuth !== undefined)
|
|
470
|
-
return { ViewSunAzimuth: ViewSunAzimuthInputFilterSensitiveLog(obj.ViewSunAzimuth) };
|
|
471
|
-
if (obj.ViewSunElevation !== undefined)
|
|
472
|
-
return { ViewSunElevation: ViewSunElevationInputFilterSensitiveLog(obj.ViewSunElevation) };
|
|
473
|
-
if (obj.Platform !== undefined)
|
|
474
|
-
return { Platform: PlatformInputFilterSensitiveLog(obj.Platform) };
|
|
475
|
-
if (obj.LandsatCloudCoverLand !== undefined)
|
|
476
|
-
return { LandsatCloudCoverLand: LandsatCloudCoverLandInputFilterSensitiveLog(obj.LandsatCloudCoverLand) };
|
|
477
|
-
if (obj.$unknown !== undefined)
|
|
478
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
479
|
-
};
|
|
480
|
-
export const PropertyFilterFilterSensitiveLog = (obj) => ({
|
|
481
|
-
...obj,
|
|
482
|
-
...(obj.Property && { Property: PropertyFilterSensitiveLog(obj.Property) }),
|
|
483
|
-
});
|
|
484
|
-
export const PropertyFiltersFilterSensitiveLog = (obj) => ({
|
|
485
|
-
...obj,
|
|
486
|
-
...(obj.Properties && { Properties: obj.Properties.map((item) => PropertyFilterFilterSensitiveLog(item)) }),
|
|
487
|
-
});
|
|
488
377
|
export const TimeRangeFilterInputFilterSensitiveLog = (obj) => ({
|
|
489
378
|
...obj,
|
|
490
379
|
});
|
|
@@ -492,76 +381,19 @@ export const RasterDataCollectionQueryOutputFilterSensitiveLog = (obj) => ({
|
|
|
492
381
|
...obj,
|
|
493
382
|
...(obj.TimeRangeFilter && { TimeRangeFilter: SENSITIVE_STRING }),
|
|
494
383
|
...(obj.AreaOfInterest && { AreaOfInterest: AreaOfInterestFilterSensitiveLog(obj.AreaOfInterest) }),
|
|
495
|
-
...(obj.PropertyFilters && { PropertyFilters:
|
|
384
|
+
...(obj.PropertyFilters && { PropertyFilters: obj.PropertyFilters }),
|
|
496
385
|
});
|
|
497
386
|
export const InputConfigOutputFilterSensitiveLog = (obj) => ({
|
|
498
387
|
...obj,
|
|
499
|
-
...(obj.DataSourceConfig && { DataSourceConfig:
|
|
388
|
+
...(obj.DataSourceConfig && { DataSourceConfig: obj.DataSourceConfig }),
|
|
500
389
|
...(obj.RasterDataCollectionQuery && {
|
|
501
390
|
RasterDataCollectionQuery: RasterDataCollectionQueryOutputFilterSensitiveLog(obj.RasterDataCollectionQuery),
|
|
502
391
|
}),
|
|
503
392
|
});
|
|
504
|
-
export const GeoMosaicConfigInputFilterSensitiveLog = (obj) => ({
|
|
505
|
-
...obj,
|
|
506
|
-
});
|
|
507
|
-
export const LandCoverSegmentationConfigInputFilterSensitiveLog = (obj) => ({
|
|
508
|
-
...obj,
|
|
509
|
-
});
|
|
510
|
-
export const UserDefinedFilterSensitiveLog = (obj) => ({
|
|
511
|
-
...obj,
|
|
512
|
-
});
|
|
513
|
-
export const OutputResolutionResamplingInputFilterSensitiveLog = (obj) => ({
|
|
514
|
-
...obj,
|
|
515
|
-
});
|
|
516
|
-
export const ResamplingConfigInputFilterSensitiveLog = (obj) => ({
|
|
517
|
-
...obj,
|
|
518
|
-
});
|
|
519
|
-
export const OutputResolutionStackInputFilterSensitiveLog = (obj) => ({
|
|
520
|
-
...obj,
|
|
521
|
-
});
|
|
522
|
-
export const StackConfigInputFilterSensitiveLog = (obj) => ({
|
|
523
|
-
...obj,
|
|
524
|
-
});
|
|
525
|
-
export const TemporalStatisticsConfigInputFilterSensitiveLog = (obj) => ({
|
|
526
|
-
...obj,
|
|
527
|
-
});
|
|
528
|
-
export const ZonalStatisticsConfigInputFilterSensitiveLog = (obj) => ({
|
|
529
|
-
...obj,
|
|
530
|
-
});
|
|
531
|
-
export const JobConfigInputFilterSensitiveLog = (obj) => {
|
|
532
|
-
if (obj.BandMathConfig !== undefined)
|
|
533
|
-
return { BandMathConfig: BandMathConfigInputFilterSensitiveLog(obj.BandMathConfig) };
|
|
534
|
-
if (obj.ResamplingConfig !== undefined)
|
|
535
|
-
return { ResamplingConfig: ResamplingConfigInputFilterSensitiveLog(obj.ResamplingConfig) };
|
|
536
|
-
if (obj.TemporalStatisticsConfig !== undefined)
|
|
537
|
-
return { TemporalStatisticsConfig: TemporalStatisticsConfigInputFilterSensitiveLog(obj.TemporalStatisticsConfig) };
|
|
538
|
-
if (obj.CloudRemovalConfig !== undefined)
|
|
539
|
-
return { CloudRemovalConfig: CloudRemovalConfigInputFilterSensitiveLog(obj.CloudRemovalConfig) };
|
|
540
|
-
if (obj.ZonalStatisticsConfig !== undefined)
|
|
541
|
-
return { ZonalStatisticsConfig: ZonalStatisticsConfigInputFilterSensitiveLog(obj.ZonalStatisticsConfig) };
|
|
542
|
-
if (obj.GeoMosaicConfig !== undefined)
|
|
543
|
-
return { GeoMosaicConfig: GeoMosaicConfigInputFilterSensitiveLog(obj.GeoMosaicConfig) };
|
|
544
|
-
if (obj.StackConfig !== undefined)
|
|
545
|
-
return { StackConfig: StackConfigInputFilterSensitiveLog(obj.StackConfig) };
|
|
546
|
-
if (obj.CloudMaskingConfig !== undefined)
|
|
547
|
-
return { CloudMaskingConfig: CloudMaskingConfigInputFilterSensitiveLog(obj.CloudMaskingConfig) };
|
|
548
|
-
if (obj.LandCoverSegmentationConfig !== undefined)
|
|
549
|
-
return {
|
|
550
|
-
LandCoverSegmentationConfig: LandCoverSegmentationConfigInputFilterSensitiveLog(obj.LandCoverSegmentationConfig),
|
|
551
|
-
};
|
|
552
|
-
if (obj.$unknown !== undefined)
|
|
553
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
554
|
-
};
|
|
555
|
-
export const OutputBandFilterSensitiveLog = (obj) => ({
|
|
556
|
-
...obj,
|
|
557
|
-
});
|
|
558
393
|
export const GetEarthObservationJobOutputFilterSensitiveLog = (obj) => ({
|
|
559
394
|
...obj,
|
|
560
395
|
...(obj.InputConfig && { InputConfig: InputConfigOutputFilterSensitiveLog(obj.InputConfig) }),
|
|
561
|
-
...(obj.JobConfig && { JobConfig:
|
|
562
|
-
});
|
|
563
|
-
export const GetTileInputFilterSensitiveLog = (obj) => ({
|
|
564
|
-
...obj,
|
|
396
|
+
...(obj.JobConfig && { JobConfig: obj.JobConfig }),
|
|
565
397
|
});
|
|
566
398
|
export const GetTileOutputFilterSensitiveLog = (obj) => ({
|
|
567
399
|
...obj,
|
|
@@ -570,9 +402,6 @@ export const ListEarthObservationJobInputFilterSensitiveLog = (obj) => ({
|
|
|
570
402
|
...obj,
|
|
571
403
|
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
572
404
|
});
|
|
573
|
-
export const ListEarthObservationJobOutputConfigFilterSensitiveLog = (obj) => ({
|
|
574
|
-
...obj,
|
|
575
|
-
});
|
|
576
405
|
export const ListEarthObservationJobOutputFilterSensitiveLog = (obj) => ({
|
|
577
406
|
...obj,
|
|
578
407
|
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
@@ -581,11 +410,11 @@ export const RasterDataCollectionQueryInputFilterSensitiveLog = (obj) => ({
|
|
|
581
410
|
...obj,
|
|
582
411
|
...(obj.TimeRangeFilter && { TimeRangeFilter: SENSITIVE_STRING }),
|
|
583
412
|
...(obj.AreaOfInterest && { AreaOfInterest: AreaOfInterestFilterSensitiveLog(obj.AreaOfInterest) }),
|
|
584
|
-
...(obj.PropertyFilters && { PropertyFilters:
|
|
413
|
+
...(obj.PropertyFilters && { PropertyFilters: obj.PropertyFilters }),
|
|
585
414
|
});
|
|
586
415
|
export const InputConfigInputFilterSensitiveLog = (obj) => ({
|
|
587
416
|
...obj,
|
|
588
|
-
...(obj.DataSourceConfig && { DataSourceConfig:
|
|
417
|
+
...(obj.DataSourceConfig && { DataSourceConfig: obj.DataSourceConfig }),
|
|
589
418
|
...(obj.RasterDataCollectionQuery && {
|
|
590
419
|
RasterDataCollectionQuery: RasterDataCollectionQueryInputFilterSensitiveLog(obj.RasterDataCollectionQuery),
|
|
591
420
|
}),
|
|
@@ -593,84 +422,17 @@ export const InputConfigInputFilterSensitiveLog = (obj) => ({
|
|
|
593
422
|
export const StartEarthObservationJobInputFilterSensitiveLog = (obj) => ({
|
|
594
423
|
...obj,
|
|
595
424
|
...(obj.InputConfig && { InputConfig: InputConfigInputFilterSensitiveLog(obj.InputConfig) }),
|
|
596
|
-
...(obj.JobConfig && { JobConfig:
|
|
425
|
+
...(obj.JobConfig && { JobConfig: obj.JobConfig }),
|
|
597
426
|
});
|
|
598
427
|
export const StartEarthObservationJobOutputFilterSensitiveLog = (obj) => ({
|
|
599
428
|
...obj,
|
|
600
429
|
...(obj.InputConfig && { InputConfig: InputConfigOutputFilterSensitiveLog(obj.InputConfig) }),
|
|
601
|
-
...(obj.JobConfig && { JobConfig:
|
|
602
|
-
});
|
|
603
|
-
export const StopEarthObservationJobInputFilterSensitiveLog = (obj) => ({
|
|
604
|
-
...obj,
|
|
605
|
-
});
|
|
606
|
-
export const StopEarthObservationJobOutputFilterSensitiveLog = (obj) => ({
|
|
607
|
-
...obj,
|
|
608
|
-
});
|
|
609
|
-
export const VectorEnrichmentJobS3DataFilterSensitiveLog = (obj) => ({
|
|
610
|
-
...obj,
|
|
611
|
-
});
|
|
612
|
-
export const ExportVectorEnrichmentJobOutputConfigFilterSensitiveLog = (obj) => ({
|
|
613
|
-
...obj,
|
|
614
|
-
});
|
|
615
|
-
export const ExportVectorEnrichmentJobInputFilterSensitiveLog = (obj) => ({
|
|
616
|
-
...obj,
|
|
617
|
-
});
|
|
618
|
-
export const ExportVectorEnrichmentJobOutputFilterSensitiveLog = (obj) => ({
|
|
619
|
-
...obj,
|
|
430
|
+
...(obj.JobConfig && { JobConfig: obj.JobConfig }),
|
|
620
431
|
});
|
|
621
432
|
export const GeometryFilterSensitiveLog = (obj) => ({
|
|
622
433
|
...obj,
|
|
623
434
|
...(obj.Coordinates && { Coordinates: obj.Coordinates.map((item) => SENSITIVE_STRING) }),
|
|
624
435
|
});
|
|
625
|
-
export const GetRasterDataCollectionInputFilterSensitiveLog = (obj) => ({
|
|
626
|
-
...obj,
|
|
627
|
-
});
|
|
628
|
-
export const GetRasterDataCollectionOutputFilterSensitiveLog = (obj) => ({
|
|
629
|
-
...obj,
|
|
630
|
-
});
|
|
631
|
-
export const GetVectorEnrichmentJobInputFilterSensitiveLog = (obj) => ({
|
|
632
|
-
...obj,
|
|
633
|
-
});
|
|
634
|
-
export const VectorEnrichmentJobErrorDetailsFilterSensitiveLog = (obj) => ({
|
|
635
|
-
...obj,
|
|
636
|
-
});
|
|
637
|
-
export const VectorEnrichmentJobExportErrorDetailsFilterSensitiveLog = (obj) => ({
|
|
638
|
-
...obj,
|
|
639
|
-
});
|
|
640
|
-
export const VectorEnrichmentJobDataSourceConfigInputFilterSensitiveLog = (obj) => {
|
|
641
|
-
if (obj.S3Data !== undefined)
|
|
642
|
-
return { S3Data: VectorEnrichmentJobS3DataFilterSensitiveLog(obj.S3Data) };
|
|
643
|
-
if (obj.$unknown !== undefined)
|
|
644
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
645
|
-
};
|
|
646
|
-
export const VectorEnrichmentJobInputConfigFilterSensitiveLog = (obj) => ({
|
|
647
|
-
...obj,
|
|
648
|
-
...(obj.DataSourceConfig && {
|
|
649
|
-
DataSourceConfig: VectorEnrichmentJobDataSourceConfigInputFilterSensitiveLog(obj.DataSourceConfig),
|
|
650
|
-
}),
|
|
651
|
-
});
|
|
652
|
-
export const MapMatchingConfigFilterSensitiveLog = (obj) => ({
|
|
653
|
-
...obj,
|
|
654
|
-
});
|
|
655
|
-
export const ReverseGeocodingConfigFilterSensitiveLog = (obj) => ({
|
|
656
|
-
...obj,
|
|
657
|
-
});
|
|
658
|
-
export const VectorEnrichmentJobConfigFilterSensitiveLog = (obj) => {
|
|
659
|
-
if (obj.ReverseGeocodingConfig !== undefined)
|
|
660
|
-
return { ReverseGeocodingConfig: ReverseGeocodingConfigFilterSensitiveLog(obj.ReverseGeocodingConfig) };
|
|
661
|
-
if (obj.MapMatchingConfig !== undefined)
|
|
662
|
-
return { MapMatchingConfig: MapMatchingConfigFilterSensitiveLog(obj.MapMatchingConfig) };
|
|
663
|
-
if (obj.$unknown !== undefined)
|
|
664
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
665
|
-
};
|
|
666
|
-
export const GetVectorEnrichmentJobOutputFilterSensitiveLog = (obj) => ({
|
|
667
|
-
...obj,
|
|
668
|
-
...(obj.InputConfig && { InputConfig: VectorEnrichmentJobInputConfigFilterSensitiveLog(obj.InputConfig) }),
|
|
669
|
-
...(obj.JobConfig && { JobConfig: VectorEnrichmentJobConfigFilterSensitiveLog(obj.JobConfig) }),
|
|
670
|
-
});
|
|
671
|
-
export const PropertiesFilterSensitiveLog = (obj) => ({
|
|
672
|
-
...obj,
|
|
673
|
-
});
|
|
674
436
|
export const ItemSourceFilterSensitiveLog = (obj) => ({
|
|
675
437
|
...obj,
|
|
676
438
|
...(obj.Geometry && { Geometry: GeometryFilterSensitiveLog(obj.Geometry) }),
|
|
@@ -683,19 +445,10 @@ export const ListRasterDataCollectionsOutputFilterSensitiveLog = (obj) => ({
|
|
|
683
445
|
...obj,
|
|
684
446
|
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
685
447
|
});
|
|
686
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
687
|
-
...obj,
|
|
688
|
-
});
|
|
689
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
690
|
-
...obj,
|
|
691
|
-
});
|
|
692
448
|
export const ListVectorEnrichmentJobInputFilterSensitiveLog = (obj) => ({
|
|
693
449
|
...obj,
|
|
694
450
|
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
695
451
|
});
|
|
696
|
-
export const ListVectorEnrichmentJobOutputConfigFilterSensitiveLog = (obj) => ({
|
|
697
|
-
...obj,
|
|
698
|
-
});
|
|
699
452
|
export const ListVectorEnrichmentJobOutputFilterSensitiveLog = (obj) => ({
|
|
700
453
|
...obj,
|
|
701
454
|
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
@@ -704,7 +457,7 @@ export const RasterDataCollectionQueryWithBandFilterInputFilterSensitiveLog = (o
|
|
|
704
457
|
...obj,
|
|
705
458
|
...(obj.TimeRangeFilter && { TimeRangeFilter: SENSITIVE_STRING }),
|
|
706
459
|
...(obj.AreaOfInterest && { AreaOfInterest: AreaOfInterestFilterSensitiveLog(obj.AreaOfInterest) }),
|
|
707
|
-
...(obj.PropertyFilters && { PropertyFilters:
|
|
460
|
+
...(obj.PropertyFilters && { PropertyFilters: obj.PropertyFilters }),
|
|
708
461
|
});
|
|
709
462
|
export const SearchRasterDataCollectionInputFilterSensitiveLog = (obj) => ({
|
|
710
463
|
...obj,
|
|
@@ -718,31 +471,3 @@ export const SearchRasterDataCollectionOutputFilterSensitiveLog = (obj) => ({
|
|
|
718
471
|
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
719
472
|
...(obj.Items && { Items: obj.Items.map((item) => ItemSourceFilterSensitiveLog(item)) }),
|
|
720
473
|
});
|
|
721
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
722
|
-
...obj,
|
|
723
|
-
});
|
|
724
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
725
|
-
...obj,
|
|
726
|
-
});
|
|
727
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
728
|
-
...obj,
|
|
729
|
-
});
|
|
730
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
731
|
-
...obj,
|
|
732
|
-
});
|
|
733
|
-
export const StartVectorEnrichmentJobInputFilterSensitiveLog = (obj) => ({
|
|
734
|
-
...obj,
|
|
735
|
-
...(obj.InputConfig && { InputConfig: VectorEnrichmentJobInputConfigFilterSensitiveLog(obj.InputConfig) }),
|
|
736
|
-
...(obj.JobConfig && { JobConfig: VectorEnrichmentJobConfigFilterSensitiveLog(obj.JobConfig) }),
|
|
737
|
-
});
|
|
738
|
-
export const StartVectorEnrichmentJobOutputFilterSensitiveLog = (obj) => ({
|
|
739
|
-
...obj,
|
|
740
|
-
...(obj.InputConfig && { InputConfig: VectorEnrichmentJobInputConfigFilterSensitiveLog(obj.InputConfig) }),
|
|
741
|
-
...(obj.JobConfig && { JobConfig: VectorEnrichmentJobConfigFilterSensitiveLog(obj.JobConfig) }),
|
|
742
|
-
});
|
|
743
|
-
export const StopVectorEnrichmentJobInputFilterSensitiveLog = (obj) => ({
|
|
744
|
-
...obj,
|
|
745
|
-
});
|
|
746
|
-
export const StopVectorEnrichmentJobOutputFilterSensitiveLog = (obj) => ({
|
|
747
|
-
...obj,
|
|
748
|
-
});
|