Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const AlgorithmNameCloudRemovalInterpolation + const AlgorithmNameGeoMosaicAverage + const AlgorithmNameGeoMosaicBilinear + const AlgorithmNameGeoMosaicCubic + const AlgorithmNameGeoMosaicCubicspline + const AlgorithmNameGeoMosaicLanczos + const AlgorithmNameGeoMosaicMax + const AlgorithmNameGeoMosaicMed + const AlgorithmNameGeoMosaicMin + const AlgorithmNameGeoMosaicMode + const AlgorithmNameGeoMosaicNear + const AlgorithmNameGeoMosaicQ1 + const AlgorithmNameGeoMosaicQ3 + const AlgorithmNameGeoMosaicRms + const AlgorithmNameGeoMosaicSum + const AlgorithmNameResamplingAverage + const AlgorithmNameResamplingBilinear + const AlgorithmNameResamplingCubic + const AlgorithmNameResamplingCubicspline + const AlgorithmNameResamplingLanczos + const AlgorithmNameResamplingMax + const AlgorithmNameResamplingMed + const AlgorithmNameResamplingMin + const AlgorithmNameResamplingMode + const AlgorithmNameResamplingNear + const AlgorithmNameResamplingQ1 + const AlgorithmNameResamplingQ3 + const AlgorithmNameResamplingRms + const AlgorithmNameResamplingSum + const ComparisonOperatorEquals + const ComparisonOperatorNotEquals + const ComparisonOperatorStartsWith + const DataCollectionTypePremium + const DataCollectionTypePublic + const DataCollectionTypeUser + const EarthObservationJobErrorTypeClientError + const EarthObservationJobErrorTypeServerError + const EarthObservationJobExportStatusFailed + const EarthObservationJobExportStatusInProgress + const EarthObservationJobExportStatusSucceeded + const EarthObservationJobStatusCompleted + const EarthObservationJobStatusDeleted + const EarthObservationJobStatusDeleting + const EarthObservationJobStatusFailed + const EarthObservationJobStatusInProgress + const EarthObservationJobStatusInitializing + const EarthObservationJobStatusStopped + const EarthObservationJobStatusStopping + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeThrottlingException + const ErrCodeValidationException + const ExportErrorTypeClientError + const ExportErrorTypeServerError + const GroupByAll + const GroupByYearly + const LogicalOperatorAnd + const OutputTypeFloat32 + const OutputTypeFloat64 + const OutputTypeInt16 + const OutputTypeInt32 + const OutputTypeUint16 + const PredefinedResolutionAverage + const PredefinedResolutionHighest + const PredefinedResolutionLowest + const ServiceID + const ServiceName + const SortOrderAscending + const SortOrderDescending + const TargetOptionsInput + const TargetOptionsOutput + const TemporalStatisticsMean + const TemporalStatisticsMedian + const TemporalStatisticsStandardDeviation + const UnitMeters + const VectorEnrichmentJobDocumentTypeCsv + const VectorEnrichmentJobErrorTypeClientError + const VectorEnrichmentJobErrorTypeServerError + const VectorEnrichmentJobExportErrorTypeClientError + const VectorEnrichmentJobExportErrorTypeServerError + const VectorEnrichmentJobExportStatusFailed + const VectorEnrichmentJobExportStatusInProgress + const VectorEnrichmentJobExportStatusSucceeded + const VectorEnrichmentJobStatusCompleted + const VectorEnrichmentJobStatusDeleted + const VectorEnrichmentJobStatusDeleting + const VectorEnrichmentJobStatusFailed + const VectorEnrichmentJobStatusInProgress + const VectorEnrichmentJobStatusInitializing + const VectorEnrichmentJobStatusStopped + const VectorEnrichmentJobStatusStopping + const VectorEnrichmentJobTypeMapMatching + const VectorEnrichmentJobTypeReverseGeocoding + const ZonalStatisticsMax + const ZonalStatisticsMean + const ZonalStatisticsMedian + const ZonalStatisticsMin + const ZonalStatisticsStandardDeviation + const ZonalStatisticsSum + func AlgorithmNameCloudRemoval_Values() []string + func AlgorithmNameGeoMosaic_Values() []string + func AlgorithmNameResampling_Values() []string + func ComparisonOperator_Values() []string + func DataCollectionType_Values() []string + func EarthObservationJobErrorType_Values() []string + func EarthObservationJobExportStatus_Values() []string + func EarthObservationJobStatus_Values() []string + func ExportErrorType_Values() []string + func GroupBy_Values() []string + func LogicalOperator_Values() []string + func OutputType_Values() []string + func PredefinedResolution_Values() []string + func SortOrder_Values() []string + func TargetOptions_Values() []string + func TemporalStatistics_Values() []string + func Unit_Values() []string + func VectorEnrichmentJobDocumentType_Values() []string + func VectorEnrichmentJobErrorType_Values() []string + func VectorEnrichmentJobExportErrorType_Values() []string + func VectorEnrichmentJobExportStatus_Values() []string + func VectorEnrichmentJobStatus_Values() []string + func VectorEnrichmentJobType_Values() []string + func ZonalStatistics_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type AreaOfInterest struct + AreaOfInterestGeometry *AreaOfInterestGeometry + func (s *AreaOfInterest) SetAreaOfInterestGeometry(v *AreaOfInterestGeometry) *AreaOfInterest + func (s *AreaOfInterest) Validate() error + func (s AreaOfInterest) GoString() string + func (s AreaOfInterest) String() string + type AreaOfInterestGeometry struct + MultiPolygonGeometry *MultiPolygonGeometryInput_ + PolygonGeometry *PolygonGeometryInput_ + func (s *AreaOfInterestGeometry) SetMultiPolygonGeometry(v *MultiPolygonGeometryInput_) *AreaOfInterestGeometry + func (s *AreaOfInterestGeometry) SetPolygonGeometry(v *PolygonGeometryInput_) *AreaOfInterestGeometry + func (s *AreaOfInterestGeometry) Validate() error + func (s AreaOfInterestGeometry) GoString() string + func (s AreaOfInterestGeometry) String() string + type AssetValue struct + Href *string + func (s *AssetValue) SetHref(v string) *AssetValue + func (s AssetValue) GoString() string + func (s AssetValue) String() string + type BandMathConfigInput_ struct + CustomIndices *CustomIndicesInput_ + PredefinedIndices []*string + func (s *BandMathConfigInput_) SetCustomIndices(v *CustomIndicesInput_) *BandMathConfigInput_ + func (s *BandMathConfigInput_) SetPredefinedIndices(v []*string) *BandMathConfigInput_ + func (s *BandMathConfigInput_) Validate() error + func (s BandMathConfigInput_) GoString() string + func (s BandMathConfigInput_) String() string + type CloudMaskingConfigInput_ struct + func (s CloudMaskingConfigInput_) GoString() string + func (s CloudMaskingConfigInput_) String() string + type CloudRemovalConfigInput_ struct + AlgorithmName *string + InterpolationValue *string + TargetBands []*string + func (s *CloudRemovalConfigInput_) SetAlgorithmName(v string) *CloudRemovalConfigInput_ + func (s *CloudRemovalConfigInput_) SetInterpolationValue(v string) *CloudRemovalConfigInput_ + func (s *CloudRemovalConfigInput_) SetTargetBands(v []*string) *CloudRemovalConfigInput_ + func (s *CloudRemovalConfigInput_) Validate() error + func (s CloudRemovalConfigInput_) GoString() string + func (s CloudRemovalConfigInput_) String() string + type ConflictException struct + Message_ *string + ResourceId *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type CustomIndicesInput_ struct + Operations []*Operation + func (s *CustomIndicesInput_) SetOperations(v []*Operation) *CustomIndicesInput_ + func (s *CustomIndicesInput_) Validate() error + func (s CustomIndicesInput_) GoString() string + func (s CustomIndicesInput_) String() string + type DeleteEarthObservationJobInput struct + Arn *string + func (s *DeleteEarthObservationJobInput) SetArn(v string) *DeleteEarthObservationJobInput + func (s *DeleteEarthObservationJobInput) Validate() error + func (s DeleteEarthObservationJobInput) GoString() string + func (s DeleteEarthObservationJobInput) String() string + type DeleteEarthObservationJobOutput struct + func (s DeleteEarthObservationJobOutput) GoString() string + func (s DeleteEarthObservationJobOutput) String() string + type DeleteVectorEnrichmentJobInput struct + Arn *string + func (s *DeleteVectorEnrichmentJobInput) SetArn(v string) *DeleteVectorEnrichmentJobInput + func (s *DeleteVectorEnrichmentJobInput) Validate() error + func (s DeleteVectorEnrichmentJobInput) GoString() string + func (s DeleteVectorEnrichmentJobInput) String() string + type DeleteVectorEnrichmentJobOutput struct + func (s DeleteVectorEnrichmentJobOutput) GoString() string + func (s DeleteVectorEnrichmentJobOutput) String() string + type EarthObservationJobErrorDetails struct + Message *string + Type *string + func (s *EarthObservationJobErrorDetails) SetMessage(v string) *EarthObservationJobErrorDetails + func (s *EarthObservationJobErrorDetails) SetType(v string) *EarthObservationJobErrorDetails + func (s EarthObservationJobErrorDetails) GoString() string + func (s EarthObservationJobErrorDetails) String() string + type EoCloudCoverInput_ struct + LowerBound *float64 + UpperBound *float64 + func (s *EoCloudCoverInput_) SetLowerBound(v float64) *EoCloudCoverInput_ + func (s *EoCloudCoverInput_) SetUpperBound(v float64) *EoCloudCoverInput_ + func (s *EoCloudCoverInput_) Validate() error + func (s EoCloudCoverInput_) GoString() string + func (s EoCloudCoverInput_) String() string + type ExportEarthObservationJobInput struct + Arn *string + ClientToken *string + ExecutionRoleArn *string + ExportSourceImages *bool + OutputConfig *OutputConfigInput_ + func (s *ExportEarthObservationJobInput) SetArn(v string) *ExportEarthObservationJobInput + func (s *ExportEarthObservationJobInput) SetClientToken(v string) *ExportEarthObservationJobInput + func (s *ExportEarthObservationJobInput) SetExecutionRoleArn(v string) *ExportEarthObservationJobInput + func (s *ExportEarthObservationJobInput) SetExportSourceImages(v bool) *ExportEarthObservationJobInput + func (s *ExportEarthObservationJobInput) SetOutputConfig(v *OutputConfigInput_) *ExportEarthObservationJobInput + func (s *ExportEarthObservationJobInput) Validate() error + func (s ExportEarthObservationJobInput) GoString() string + func (s ExportEarthObservationJobInput) String() string + type ExportEarthObservationJobOutput struct + Arn *string + CreationTime *time.Time + ExecutionRoleArn *string + ExportSourceImages *bool + ExportStatus *string + OutputConfig *OutputConfigInput_ + func (s *ExportEarthObservationJobOutput) SetArn(v string) *ExportEarthObservationJobOutput + func (s *ExportEarthObservationJobOutput) SetCreationTime(v time.Time) *ExportEarthObservationJobOutput + func (s *ExportEarthObservationJobOutput) SetExecutionRoleArn(v string) *ExportEarthObservationJobOutput + func (s *ExportEarthObservationJobOutput) SetExportSourceImages(v bool) *ExportEarthObservationJobOutput + func (s *ExportEarthObservationJobOutput) SetExportStatus(v string) *ExportEarthObservationJobOutput + func (s *ExportEarthObservationJobOutput) SetOutputConfig(v *OutputConfigInput_) *ExportEarthObservationJobOutput + func (s ExportEarthObservationJobOutput) GoString() string + func (s ExportEarthObservationJobOutput) String() string + type ExportErrorDetails struct + ExportResults *ExportErrorDetailsOutput_ + ExportSourceImages *ExportErrorDetailsOutput_ + func (s *ExportErrorDetails) SetExportResults(v *ExportErrorDetailsOutput_) *ExportErrorDetails + func (s *ExportErrorDetails) SetExportSourceImages(v *ExportErrorDetailsOutput_) *ExportErrorDetails + func (s ExportErrorDetails) GoString() string + func (s ExportErrorDetails) String() string + type ExportErrorDetailsOutput_ struct + Message *string + Type *string + func (s *ExportErrorDetailsOutput_) SetMessage(v string) *ExportErrorDetailsOutput_ + func (s *ExportErrorDetailsOutput_) SetType(v string) *ExportErrorDetailsOutput_ + func (s ExportErrorDetailsOutput_) GoString() string + func (s ExportErrorDetailsOutput_) String() string + type ExportS3DataInput_ struct + KmsKeyId *string + S3Uri *string + func (s *ExportS3DataInput_) SetKmsKeyId(v string) *ExportS3DataInput_ + func (s *ExportS3DataInput_) SetS3Uri(v string) *ExportS3DataInput_ + func (s *ExportS3DataInput_) Validate() error + func (s ExportS3DataInput_) GoString() string + func (s ExportS3DataInput_) String() string + type ExportVectorEnrichmentJobInput struct + Arn *string + ClientToken *string + ExecutionRoleArn *string + OutputConfig *ExportVectorEnrichmentJobOutputConfig + func (s *ExportVectorEnrichmentJobInput) SetArn(v string) *ExportVectorEnrichmentJobInput + func (s *ExportVectorEnrichmentJobInput) SetClientToken(v string) *ExportVectorEnrichmentJobInput + func (s *ExportVectorEnrichmentJobInput) SetExecutionRoleArn(v string) *ExportVectorEnrichmentJobInput + func (s *ExportVectorEnrichmentJobInput) SetOutputConfig(v *ExportVectorEnrichmentJobOutputConfig) *ExportVectorEnrichmentJobInput + func (s *ExportVectorEnrichmentJobInput) Validate() error + func (s ExportVectorEnrichmentJobInput) GoString() string + func (s ExportVectorEnrichmentJobInput) String() string + type ExportVectorEnrichmentJobOutput struct + Arn *string + CreationTime *time.Time + ExecutionRoleArn *string + ExportStatus *string + OutputConfig *ExportVectorEnrichmentJobOutputConfig + func (s *ExportVectorEnrichmentJobOutput) SetArn(v string) *ExportVectorEnrichmentJobOutput + func (s *ExportVectorEnrichmentJobOutput) SetCreationTime(v time.Time) *ExportVectorEnrichmentJobOutput + func (s *ExportVectorEnrichmentJobOutput) SetExecutionRoleArn(v string) *ExportVectorEnrichmentJobOutput + func (s *ExportVectorEnrichmentJobOutput) SetExportStatus(v string) *ExportVectorEnrichmentJobOutput + func (s *ExportVectorEnrichmentJobOutput) SetOutputConfig(v *ExportVectorEnrichmentJobOutputConfig) *ExportVectorEnrichmentJobOutput + func (s ExportVectorEnrichmentJobOutput) GoString() string + func (s ExportVectorEnrichmentJobOutput) String() string + type ExportVectorEnrichmentJobOutputConfig struct + S3Data *VectorEnrichmentJobS3Data + func (s *ExportVectorEnrichmentJobOutputConfig) SetS3Data(v *VectorEnrichmentJobS3Data) *ExportVectorEnrichmentJobOutputConfig + func (s *ExportVectorEnrichmentJobOutputConfig) Validate() error + func (s ExportVectorEnrichmentJobOutputConfig) GoString() string + func (s ExportVectorEnrichmentJobOutputConfig) String() string + type Filter struct + Maximum *float64 + Minimum *float64 + Name *string + Type *string + func (s *Filter) SetMaximum(v float64) *Filter + func (s *Filter) SetMinimum(v float64) *Filter + func (s *Filter) SetName(v string) *Filter + func (s *Filter) SetType(v string) *Filter + func (s Filter) GoString() string + func (s Filter) String() string + type GeoMosaicConfigInput_ struct + AlgorithmName *string + TargetBands []*string + func (s *GeoMosaicConfigInput_) SetAlgorithmName(v string) *GeoMosaicConfigInput_ + func (s *GeoMosaicConfigInput_) SetTargetBands(v []*string) *GeoMosaicConfigInput_ + func (s *GeoMosaicConfigInput_) Validate() error + func (s GeoMosaicConfigInput_) GoString() string + func (s GeoMosaicConfigInput_) String() string + type Geometry struct + Coordinates [][][]*float64 + Type *string + func (s *Geometry) SetCoordinates(v [][][]*float64) *Geometry + func (s *Geometry) SetType(v string) *Geometry + func (s Geometry) GoString() string + func (s Geometry) String() string + type GetEarthObservationJobInput struct + Arn *string + func (s *GetEarthObservationJobInput) SetArn(v string) *GetEarthObservationJobInput + func (s *GetEarthObservationJobInput) Validate() error + func (s GetEarthObservationJobInput) GoString() string + func (s GetEarthObservationJobInput) String() string + type GetEarthObservationJobOutput struct + Arn *string + CreationTime *time.Time + DurationInSeconds *int64 + ErrorDetails *EarthObservationJobErrorDetails + ExecutionRoleArn *string + ExportErrorDetails *ExportErrorDetails + ExportStatus *string + InputConfig *InputConfigOutput_ + JobConfig *JobConfigInput_ + KmsKeyId *string + Name *string + OutputBands []*OutputBand + Status *string + Tags map[string]*string + func (s *GetEarthObservationJobOutput) SetArn(v string) *GetEarthObservationJobOutput + func (s *GetEarthObservationJobOutput) SetCreationTime(v time.Time) *GetEarthObservationJobOutput + func (s *GetEarthObservationJobOutput) SetDurationInSeconds(v int64) *GetEarthObservationJobOutput + func (s *GetEarthObservationJobOutput) SetErrorDetails(v *EarthObservationJobErrorDetails) *GetEarthObservationJobOutput + func (s *GetEarthObservationJobOutput) SetExecutionRoleArn(v string) *GetEarthObservationJobOutput + func (s *GetEarthObservationJobOutput) SetExportErrorDetails(v *ExportErrorDetails) *GetEarthObservationJobOutput + func (s *GetEarthObservationJobOutput) SetExportStatus(v string) *GetEarthObservationJobOutput + func (s *GetEarthObservationJobOutput) SetInputConfig(v *InputConfigOutput_) *GetEarthObservationJobOutput + func (s *GetEarthObservationJobOutput) SetJobConfig(v *JobConfigInput_) *GetEarthObservationJobOutput + func (s *GetEarthObservationJobOutput) SetKmsKeyId(v string) *GetEarthObservationJobOutput + func (s *GetEarthObservationJobOutput) SetName(v string) *GetEarthObservationJobOutput + func (s *GetEarthObservationJobOutput) SetOutputBands(v []*OutputBand) *GetEarthObservationJobOutput + func (s *GetEarthObservationJobOutput) SetStatus(v string) *GetEarthObservationJobOutput + func (s *GetEarthObservationJobOutput) SetTags(v map[string]*string) *GetEarthObservationJobOutput + func (s GetEarthObservationJobOutput) GoString() string + func (s GetEarthObservationJobOutput) String() string + type GetRasterDataCollectionInput struct + Arn *string + func (s *GetRasterDataCollectionInput) SetArn(v string) *GetRasterDataCollectionInput + func (s *GetRasterDataCollectionInput) Validate() error + func (s GetRasterDataCollectionInput) GoString() string + func (s GetRasterDataCollectionInput) String() string + type GetRasterDataCollectionOutput struct + Arn *string + Description *string + DescriptionPageUrl *string + ImageSourceBands []*string + Name *string + SupportedFilters []*Filter + Tags map[string]*string + Type *string + func (s *GetRasterDataCollectionOutput) SetArn(v string) *GetRasterDataCollectionOutput + func (s *GetRasterDataCollectionOutput) SetDescription(v string) *GetRasterDataCollectionOutput + func (s *GetRasterDataCollectionOutput) SetDescriptionPageUrl(v string) *GetRasterDataCollectionOutput + func (s *GetRasterDataCollectionOutput) SetImageSourceBands(v []*string) *GetRasterDataCollectionOutput + func (s *GetRasterDataCollectionOutput) SetName(v string) *GetRasterDataCollectionOutput + func (s *GetRasterDataCollectionOutput) SetSupportedFilters(v []*Filter) *GetRasterDataCollectionOutput + func (s *GetRasterDataCollectionOutput) SetTags(v map[string]*string) *GetRasterDataCollectionOutput + func (s *GetRasterDataCollectionOutput) SetType(v string) *GetRasterDataCollectionOutput + func (s GetRasterDataCollectionOutput) GoString() string + func (s GetRasterDataCollectionOutput) String() string + type GetTileInput struct + Arn *string + ExecutionRoleArn *string + ImageAssets []*string + ImageMask *bool + OutputDataType *string + OutputFormat *string + PropertyFilters *string + Target *string + TimeRangeFilter *string + X *int64 + Y *int64 + Z *int64 + func (s *GetTileInput) SetArn(v string) *GetTileInput + func (s *GetTileInput) SetExecutionRoleArn(v string) *GetTileInput + func (s *GetTileInput) SetImageAssets(v []*string) *GetTileInput + func (s *GetTileInput) SetImageMask(v bool) *GetTileInput + func (s *GetTileInput) SetOutputDataType(v string) *GetTileInput + func (s *GetTileInput) SetOutputFormat(v string) *GetTileInput + func (s *GetTileInput) SetPropertyFilters(v string) *GetTileInput + func (s *GetTileInput) SetTarget(v string) *GetTileInput + func (s *GetTileInput) SetTimeRangeFilter(v string) *GetTileInput + func (s *GetTileInput) SetX(v int64) *GetTileInput + func (s *GetTileInput) SetY(v int64) *GetTileInput + func (s *GetTileInput) SetZ(v int64) *GetTileInput + func (s *GetTileInput) Validate() error + func (s GetTileInput) GoString() string + func (s GetTileInput) String() string + type GetTileOutput struct + BinaryFile io.ReadCloser + func (s *GetTileOutput) SetBinaryFile(v io.ReadCloser) *GetTileOutput + func (s GetTileOutput) GoString() string + func (s GetTileOutput) String() string + type GetVectorEnrichmentJobInput struct + Arn *string + func (s *GetVectorEnrichmentJobInput) SetArn(v string) *GetVectorEnrichmentJobInput + func (s *GetVectorEnrichmentJobInput) Validate() error + func (s GetVectorEnrichmentJobInput) GoString() string + func (s GetVectorEnrichmentJobInput) String() string + type GetVectorEnrichmentJobOutput struct + Arn *string + CreationTime *time.Time + DurationInSeconds *int64 + ErrorDetails *VectorEnrichmentJobErrorDetails + ExecutionRoleArn *string + ExportErrorDetails *VectorEnrichmentJobExportErrorDetails + ExportStatus *string + InputConfig *VectorEnrichmentJobInputConfig + JobConfig *VectorEnrichmentJobConfig + KmsKeyId *string + Name *string + Status *string + Tags map[string]*string + Type *string + func (s *GetVectorEnrichmentJobOutput) SetArn(v string) *GetVectorEnrichmentJobOutput + func (s *GetVectorEnrichmentJobOutput) SetCreationTime(v time.Time) *GetVectorEnrichmentJobOutput + func (s *GetVectorEnrichmentJobOutput) SetDurationInSeconds(v int64) *GetVectorEnrichmentJobOutput + func (s *GetVectorEnrichmentJobOutput) SetErrorDetails(v *VectorEnrichmentJobErrorDetails) *GetVectorEnrichmentJobOutput + func (s *GetVectorEnrichmentJobOutput) SetExecutionRoleArn(v string) *GetVectorEnrichmentJobOutput + func (s *GetVectorEnrichmentJobOutput) SetExportErrorDetails(v *VectorEnrichmentJobExportErrorDetails) *GetVectorEnrichmentJobOutput + func (s *GetVectorEnrichmentJobOutput) SetExportStatus(v string) *GetVectorEnrichmentJobOutput + func (s *GetVectorEnrichmentJobOutput) SetInputConfig(v *VectorEnrichmentJobInputConfig) *GetVectorEnrichmentJobOutput + func (s *GetVectorEnrichmentJobOutput) SetJobConfig(v *VectorEnrichmentJobConfig) *GetVectorEnrichmentJobOutput + func (s *GetVectorEnrichmentJobOutput) SetKmsKeyId(v string) *GetVectorEnrichmentJobOutput + func (s *GetVectorEnrichmentJobOutput) SetName(v string) *GetVectorEnrichmentJobOutput + func (s *GetVectorEnrichmentJobOutput) SetStatus(v string) *GetVectorEnrichmentJobOutput + func (s *GetVectorEnrichmentJobOutput) SetTags(v map[string]*string) *GetVectorEnrichmentJobOutput + func (s *GetVectorEnrichmentJobOutput) SetType(v string) *GetVectorEnrichmentJobOutput + func (s GetVectorEnrichmentJobOutput) GoString() string + func (s GetVectorEnrichmentJobOutput) String() string + type InputConfigInput_ struct + PreviousEarthObservationJobArn *string + RasterDataCollectionQuery *RasterDataCollectionQueryInput_ + func (s *InputConfigInput_) SetPreviousEarthObservationJobArn(v string) *InputConfigInput_ + func (s *InputConfigInput_) SetRasterDataCollectionQuery(v *RasterDataCollectionQueryInput_) *InputConfigInput_ + func (s *InputConfigInput_) Validate() error + func (s InputConfigInput_) GoString() string + func (s InputConfigInput_) String() string + type InputConfigOutput_ struct + PreviousEarthObservationJobArn *string + RasterDataCollectionQuery *RasterDataCollectionQueryOutput_ + func (s *InputConfigOutput_) SetPreviousEarthObservationJobArn(v string) *InputConfigOutput_ + func (s *InputConfigOutput_) SetRasterDataCollectionQuery(v *RasterDataCollectionQueryOutput_) *InputConfigOutput_ + func (s InputConfigOutput_) GoString() string + func (s InputConfigOutput_) String() string + type InternalServerException struct + Message_ *string + ResourceId *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type ItemSource struct + Assets map[string]*AssetValue + DateTime *time.Time + Geometry *Geometry + Id *string + Properties *Properties + func (s *ItemSource) SetAssets(v map[string]*AssetValue) *ItemSource + func (s *ItemSource) SetDateTime(v time.Time) *ItemSource + func (s *ItemSource) SetGeometry(v *Geometry) *ItemSource + func (s *ItemSource) SetId(v string) *ItemSource + func (s *ItemSource) SetProperties(v *Properties) *ItemSource + func (s ItemSource) GoString() string + func (s ItemSource) String() string + type JobConfigInput_ struct + BandMathConfig *BandMathConfigInput_ + CloudMaskingConfig *CloudMaskingConfigInput_ + CloudRemovalConfig *CloudRemovalConfigInput_ + GeoMosaicConfig *GeoMosaicConfigInput_ + LandCoverSegmentationConfig *LandCoverSegmentationConfigInput_ + ResamplingConfig *ResamplingConfigInput_ + StackConfig *StackConfigInput_ + TemporalStatisticsConfig *TemporalStatisticsConfigInput_ + ZonalStatisticsConfig *ZonalStatisticsConfigInput_ + func (s *JobConfigInput_) SetBandMathConfig(v *BandMathConfigInput_) *JobConfigInput_ + func (s *JobConfigInput_) SetCloudMaskingConfig(v *CloudMaskingConfigInput_) *JobConfigInput_ + func (s *JobConfigInput_) SetCloudRemovalConfig(v *CloudRemovalConfigInput_) *JobConfigInput_ + func (s *JobConfigInput_) SetGeoMosaicConfig(v *GeoMosaicConfigInput_) *JobConfigInput_ + func (s *JobConfigInput_) SetLandCoverSegmentationConfig(v *LandCoverSegmentationConfigInput_) *JobConfigInput_ + func (s *JobConfigInput_) SetResamplingConfig(v *ResamplingConfigInput_) *JobConfigInput_ + func (s *JobConfigInput_) SetStackConfig(v *StackConfigInput_) *JobConfigInput_ + func (s *JobConfigInput_) SetTemporalStatisticsConfig(v *TemporalStatisticsConfigInput_) *JobConfigInput_ + func (s *JobConfigInput_) SetZonalStatisticsConfig(v *ZonalStatisticsConfigInput_) *JobConfigInput_ + func (s *JobConfigInput_) Validate() error + func (s JobConfigInput_) GoString() string + func (s JobConfigInput_) String() string + type LandCoverSegmentationConfigInput_ struct + func (s LandCoverSegmentationConfigInput_) GoString() string + func (s LandCoverSegmentationConfigInput_) String() string + type LandsatCloudCoverLandInput_ struct + LowerBound *float64 + UpperBound *float64 + func (s *LandsatCloudCoverLandInput_) SetLowerBound(v float64) *LandsatCloudCoverLandInput_ + func (s *LandsatCloudCoverLandInput_) SetUpperBound(v float64) *LandsatCloudCoverLandInput_ + func (s *LandsatCloudCoverLandInput_) Validate() error + func (s LandsatCloudCoverLandInput_) GoString() string + func (s LandsatCloudCoverLandInput_) String() string + type ListEarthObservationJobOutputConfig struct + Arn *string + CreationTime *time.Time + DurationInSeconds *int64 + Name *string + OperationType *string + Status *string + Tags map[string]*string + func (s *ListEarthObservationJobOutputConfig) SetArn(v string) *ListEarthObservationJobOutputConfig + func (s *ListEarthObservationJobOutputConfig) SetCreationTime(v time.Time) *ListEarthObservationJobOutputConfig + func (s *ListEarthObservationJobOutputConfig) SetDurationInSeconds(v int64) *ListEarthObservationJobOutputConfig + func (s *ListEarthObservationJobOutputConfig) SetName(v string) *ListEarthObservationJobOutputConfig + func (s *ListEarthObservationJobOutputConfig) SetOperationType(v string) *ListEarthObservationJobOutputConfig + func (s *ListEarthObservationJobOutputConfig) SetStatus(v string) *ListEarthObservationJobOutputConfig + func (s *ListEarthObservationJobOutputConfig) SetTags(v map[string]*string) *ListEarthObservationJobOutputConfig + func (s ListEarthObservationJobOutputConfig) GoString() string + func (s ListEarthObservationJobOutputConfig) String() string + type ListEarthObservationJobsInput struct + MaxResults *int64 + NextToken *string + SortBy *string + SortOrder *string + StatusEquals *string + func (s *ListEarthObservationJobsInput) SetMaxResults(v int64) *ListEarthObservationJobsInput + func (s *ListEarthObservationJobsInput) SetNextToken(v string) *ListEarthObservationJobsInput + func (s *ListEarthObservationJobsInput) SetSortBy(v string) *ListEarthObservationJobsInput + func (s *ListEarthObservationJobsInput) SetSortOrder(v string) *ListEarthObservationJobsInput + func (s *ListEarthObservationJobsInput) SetStatusEquals(v string) *ListEarthObservationJobsInput + func (s *ListEarthObservationJobsInput) Validate() error + func (s ListEarthObservationJobsInput) GoString() string + func (s ListEarthObservationJobsInput) String() string + type ListEarthObservationJobsOutput struct + EarthObservationJobSummaries []*ListEarthObservationJobOutputConfig + NextToken *string + func (s *ListEarthObservationJobsOutput) SetEarthObservationJobSummaries(v []*ListEarthObservationJobOutputConfig) *ListEarthObservationJobsOutput + func (s *ListEarthObservationJobsOutput) SetNextToken(v string) *ListEarthObservationJobsOutput + func (s ListEarthObservationJobsOutput) GoString() string + func (s ListEarthObservationJobsOutput) String() string + type ListRasterDataCollectionsInput struct + MaxResults *int64 + NextToken *string + func (s *ListRasterDataCollectionsInput) SetMaxResults(v int64) *ListRasterDataCollectionsInput + func (s *ListRasterDataCollectionsInput) SetNextToken(v string) *ListRasterDataCollectionsInput + func (s *ListRasterDataCollectionsInput) Validate() error + func (s ListRasterDataCollectionsInput) GoString() string + func (s ListRasterDataCollectionsInput) String() string + type ListRasterDataCollectionsOutput struct + NextToken *string + RasterDataCollectionSummaries []*RasterDataCollectionMetadata + func (s *ListRasterDataCollectionsOutput) SetNextToken(v string) *ListRasterDataCollectionsOutput + func (s *ListRasterDataCollectionsOutput) SetRasterDataCollectionSummaries(v []*RasterDataCollectionMetadata) *ListRasterDataCollectionsOutput + func (s ListRasterDataCollectionsOutput) GoString() string + func (s ListRasterDataCollectionsOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type ListVectorEnrichmentJobOutputConfig struct + Arn *string + CreationTime *time.Time + DurationInSeconds *int64 + Name *string + Status *string + Tags map[string]*string + Type *string + func (s *ListVectorEnrichmentJobOutputConfig) SetArn(v string) *ListVectorEnrichmentJobOutputConfig + func (s *ListVectorEnrichmentJobOutputConfig) SetCreationTime(v time.Time) *ListVectorEnrichmentJobOutputConfig + func (s *ListVectorEnrichmentJobOutputConfig) SetDurationInSeconds(v int64) *ListVectorEnrichmentJobOutputConfig + func (s *ListVectorEnrichmentJobOutputConfig) SetName(v string) *ListVectorEnrichmentJobOutputConfig + func (s *ListVectorEnrichmentJobOutputConfig) SetStatus(v string) *ListVectorEnrichmentJobOutputConfig + func (s *ListVectorEnrichmentJobOutputConfig) SetTags(v map[string]*string) *ListVectorEnrichmentJobOutputConfig + func (s *ListVectorEnrichmentJobOutputConfig) SetType(v string) *ListVectorEnrichmentJobOutputConfig + func (s ListVectorEnrichmentJobOutputConfig) GoString() string + func (s ListVectorEnrichmentJobOutputConfig) String() string + type ListVectorEnrichmentJobsInput struct + MaxResults *int64 + NextToken *string + SortBy *string + SortOrder *string + StatusEquals *string + func (s *ListVectorEnrichmentJobsInput) SetMaxResults(v int64) *ListVectorEnrichmentJobsInput + func (s *ListVectorEnrichmentJobsInput) SetNextToken(v string) *ListVectorEnrichmentJobsInput + func (s *ListVectorEnrichmentJobsInput) SetSortBy(v string) *ListVectorEnrichmentJobsInput + func (s *ListVectorEnrichmentJobsInput) SetSortOrder(v string) *ListVectorEnrichmentJobsInput + func (s *ListVectorEnrichmentJobsInput) SetStatusEquals(v string) *ListVectorEnrichmentJobsInput + func (s *ListVectorEnrichmentJobsInput) Validate() error + func (s ListVectorEnrichmentJobsInput) GoString() string + func (s ListVectorEnrichmentJobsInput) String() string + type ListVectorEnrichmentJobsOutput struct + NextToken *string + VectorEnrichmentJobSummaries []*ListVectorEnrichmentJobOutputConfig + func (s *ListVectorEnrichmentJobsOutput) SetNextToken(v string) *ListVectorEnrichmentJobsOutput + func (s *ListVectorEnrichmentJobsOutput) SetVectorEnrichmentJobSummaries(v []*ListVectorEnrichmentJobOutputConfig) *ListVectorEnrichmentJobsOutput + func (s ListVectorEnrichmentJobsOutput) GoString() string + func (s ListVectorEnrichmentJobsOutput) String() string + type MapMatchingConfig struct + IdAttributeName *string + TimestampAttributeName *string + XAttributeName *string + YAttributeName *string + func (s *MapMatchingConfig) SetIdAttributeName(v string) *MapMatchingConfig + func (s *MapMatchingConfig) SetTimestampAttributeName(v string) *MapMatchingConfig + func (s *MapMatchingConfig) SetXAttributeName(v string) *MapMatchingConfig + func (s *MapMatchingConfig) SetYAttributeName(v string) *MapMatchingConfig + func (s *MapMatchingConfig) Validate() error + func (s MapMatchingConfig) GoString() string + func (s MapMatchingConfig) String() string + type MultiPolygonGeometryInput_ struct + Coordinates [][][][]*float64 + func (s *MultiPolygonGeometryInput_) SetCoordinates(v [][][][]*float64) *MultiPolygonGeometryInput_ + func (s *MultiPolygonGeometryInput_) Validate() error + func (s MultiPolygonGeometryInput_) GoString() string + func (s MultiPolygonGeometryInput_) String() string + type Operation struct + Equation *string + Name *string + OutputType *string + func (s *Operation) SetEquation(v string) *Operation + func (s *Operation) SetName(v string) *Operation + func (s *Operation) SetOutputType(v string) *Operation + func (s *Operation) Validate() error + func (s Operation) GoString() string + func (s Operation) String() string + type OutputBand struct + BandName *string + OutputDataType *string + func (s *OutputBand) SetBandName(v string) *OutputBand + func (s *OutputBand) SetOutputDataType(v string) *OutputBand + func (s OutputBand) GoString() string + func (s OutputBand) String() string + type OutputConfigInput_ struct + S3Data *ExportS3DataInput_ + func (s *OutputConfigInput_) SetS3Data(v *ExportS3DataInput_) *OutputConfigInput_ + func (s *OutputConfigInput_) Validate() error + func (s OutputConfigInput_) GoString() string + func (s OutputConfigInput_) String() string + type OutputResolutionResamplingInput_ struct + UserDefined *UserDefined + func (s *OutputResolutionResamplingInput_) SetUserDefined(v *UserDefined) *OutputResolutionResamplingInput_ + func (s *OutputResolutionResamplingInput_) Validate() error + func (s OutputResolutionResamplingInput_) GoString() string + func (s OutputResolutionResamplingInput_) String() string + type OutputResolutionStackInput_ struct + Predefined *string + UserDefined *UserDefined + func (s *OutputResolutionStackInput_) SetPredefined(v string) *OutputResolutionStackInput_ + func (s *OutputResolutionStackInput_) SetUserDefined(v *UserDefined) *OutputResolutionStackInput_ + func (s *OutputResolutionStackInput_) Validate() error + func (s OutputResolutionStackInput_) GoString() string + func (s OutputResolutionStackInput_) String() string + type PlatformInput_ struct + ComparisonOperator *string + Value *string + func (s *PlatformInput_) SetComparisonOperator(v string) *PlatformInput_ + func (s *PlatformInput_) SetValue(v string) *PlatformInput_ + func (s *PlatformInput_) Validate() error + func (s PlatformInput_) GoString() string + func (s PlatformInput_) String() string + type PolygonGeometryInput_ struct + Coordinates [][][]*float64 + func (s *PolygonGeometryInput_) SetCoordinates(v [][][]*float64) *PolygonGeometryInput_ + func (s *PolygonGeometryInput_) Validate() error + func (s PolygonGeometryInput_) GoString() string + func (s PolygonGeometryInput_) String() string + type Properties struct + EoCloudCover *float64 + LandsatCloudCoverLand *float64 + Platform *string + ViewOffNadir *float64 + ViewSunAzimuth *float64 + ViewSunElevation *float64 + func (s *Properties) SetEoCloudCover(v float64) *Properties + func (s *Properties) SetLandsatCloudCoverLand(v float64) *Properties + func (s *Properties) SetPlatform(v string) *Properties + func (s *Properties) SetViewOffNadir(v float64) *Properties + func (s *Properties) SetViewSunAzimuth(v float64) *Properties + func (s *Properties) SetViewSunElevation(v float64) *Properties + func (s Properties) GoString() string + func (s Properties) String() string + type Property struct + EoCloudCover *EoCloudCoverInput_ + LandsatCloudCoverLand *LandsatCloudCoverLandInput_ + Platform *PlatformInput_ + ViewOffNadir *ViewOffNadirInput_ + ViewSunAzimuth *ViewSunAzimuthInput_ + ViewSunElevation *ViewSunElevationInput_ + func (s *Property) SetEoCloudCover(v *EoCloudCoverInput_) *Property + func (s *Property) SetLandsatCloudCoverLand(v *LandsatCloudCoverLandInput_) *Property + func (s *Property) SetPlatform(v *PlatformInput_) *Property + func (s *Property) SetViewOffNadir(v *ViewOffNadirInput_) *Property + func (s *Property) SetViewSunAzimuth(v *ViewSunAzimuthInput_) *Property + func (s *Property) SetViewSunElevation(v *ViewSunElevationInput_) *Property + func (s *Property) Validate() error + func (s Property) GoString() string + func (s Property) String() string + type PropertyFilter struct + Property *Property + func (s *PropertyFilter) SetProperty(v *Property) *PropertyFilter + func (s *PropertyFilter) Validate() error + func (s PropertyFilter) GoString() string + func (s PropertyFilter) String() string + type PropertyFilters struct + LogicalOperator *string + Properties []*PropertyFilter + func (s *PropertyFilters) SetLogicalOperator(v string) *PropertyFilters + func (s *PropertyFilters) SetProperties(v []*PropertyFilter) *PropertyFilters + func (s *PropertyFilters) Validate() error + func (s PropertyFilters) GoString() string + func (s PropertyFilters) String() string + type RasterDataCollectionMetadata struct + Arn *string + Description *string + DescriptionPageUrl *string + Name *string + SupportedFilters []*Filter + Tags map[string]*string + Type *string + func (s *RasterDataCollectionMetadata) SetArn(v string) *RasterDataCollectionMetadata + func (s *RasterDataCollectionMetadata) SetDescription(v string) *RasterDataCollectionMetadata + func (s *RasterDataCollectionMetadata) SetDescriptionPageUrl(v string) *RasterDataCollectionMetadata + func (s *RasterDataCollectionMetadata) SetName(v string) *RasterDataCollectionMetadata + func (s *RasterDataCollectionMetadata) SetSupportedFilters(v []*Filter) *RasterDataCollectionMetadata + func (s *RasterDataCollectionMetadata) SetTags(v map[string]*string) *RasterDataCollectionMetadata + func (s *RasterDataCollectionMetadata) SetType(v string) *RasterDataCollectionMetadata + func (s RasterDataCollectionMetadata) GoString() string + func (s RasterDataCollectionMetadata) String() string + type RasterDataCollectionQueryInput_ struct + AreaOfInterest *AreaOfInterest + PropertyFilters *PropertyFilters + RasterDataCollectionArn *string + TimeRangeFilter *TimeRangeFilterInput_ + func (s *RasterDataCollectionQueryInput_) SetAreaOfInterest(v *AreaOfInterest) *RasterDataCollectionQueryInput_ + func (s *RasterDataCollectionQueryInput_) SetPropertyFilters(v *PropertyFilters) *RasterDataCollectionQueryInput_ + func (s *RasterDataCollectionQueryInput_) SetRasterDataCollectionArn(v string) *RasterDataCollectionQueryInput_ + func (s *RasterDataCollectionQueryInput_) SetTimeRangeFilter(v *TimeRangeFilterInput_) *RasterDataCollectionQueryInput_ + func (s *RasterDataCollectionQueryInput_) Validate() error + func (s RasterDataCollectionQueryInput_) GoString() string + func (s RasterDataCollectionQueryInput_) String() string + type RasterDataCollectionQueryOutput_ struct + AreaOfInterest *AreaOfInterest + PropertyFilters *PropertyFilters + RasterDataCollectionArn *string + RasterDataCollectionName *string + TimeRangeFilter *TimeRangeFilterOutput_ + func (s *RasterDataCollectionQueryOutput_) SetAreaOfInterest(v *AreaOfInterest) *RasterDataCollectionQueryOutput_ + func (s *RasterDataCollectionQueryOutput_) SetPropertyFilters(v *PropertyFilters) *RasterDataCollectionQueryOutput_ + func (s *RasterDataCollectionQueryOutput_) SetRasterDataCollectionArn(v string) *RasterDataCollectionQueryOutput_ + func (s *RasterDataCollectionQueryOutput_) SetRasterDataCollectionName(v string) *RasterDataCollectionQueryOutput_ + func (s *RasterDataCollectionQueryOutput_) SetTimeRangeFilter(v *TimeRangeFilterOutput_) *RasterDataCollectionQueryOutput_ + func (s RasterDataCollectionQueryOutput_) GoString() string + func (s RasterDataCollectionQueryOutput_) String() string + type RasterDataCollectionQueryWithBandFilterInput_ struct + AreaOfInterest *AreaOfInterest + BandFilter []*string + PropertyFilters *PropertyFilters + TimeRangeFilter *TimeRangeFilterInput_ + func (s *RasterDataCollectionQueryWithBandFilterInput_) SetAreaOfInterest(v *AreaOfInterest) *RasterDataCollectionQueryWithBandFilterInput_ + func (s *RasterDataCollectionQueryWithBandFilterInput_) SetBandFilter(v []*string) *RasterDataCollectionQueryWithBandFilterInput_ + func (s *RasterDataCollectionQueryWithBandFilterInput_) SetPropertyFilters(v *PropertyFilters) *RasterDataCollectionQueryWithBandFilterInput_ + func (s *RasterDataCollectionQueryWithBandFilterInput_) SetTimeRangeFilter(v *TimeRangeFilterInput_) *RasterDataCollectionQueryWithBandFilterInput_ + func (s *RasterDataCollectionQueryWithBandFilterInput_) Validate() error + func (s RasterDataCollectionQueryWithBandFilterInput_) GoString() string + func (s RasterDataCollectionQueryWithBandFilterInput_) String() string + type ResamplingConfigInput_ struct + AlgorithmName *string + OutputResolution *OutputResolutionResamplingInput_ + TargetBands []*string + func (s *ResamplingConfigInput_) SetAlgorithmName(v string) *ResamplingConfigInput_ + func (s *ResamplingConfigInput_) SetOutputResolution(v *OutputResolutionResamplingInput_) *ResamplingConfigInput_ + func (s *ResamplingConfigInput_) SetTargetBands(v []*string) *ResamplingConfigInput_ + func (s *ResamplingConfigInput_) Validate() error + func (s ResamplingConfigInput_) GoString() string + func (s ResamplingConfigInput_) String() string + type ResourceNotFoundException struct + Message_ *string + ResourceId *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type ReverseGeocodingConfig struct + XAttributeName *string + YAttributeName *string + func (s *ReverseGeocodingConfig) SetXAttributeName(v string) *ReverseGeocodingConfig + func (s *ReverseGeocodingConfig) SetYAttributeName(v string) *ReverseGeocodingConfig + func (s *ReverseGeocodingConfig) Validate() error + func (s ReverseGeocodingConfig) GoString() string + func (s ReverseGeocodingConfig) String() string + type SageMakerGeospatial struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *SageMakerGeospatial + func (c *SageMakerGeospatial) DeleteEarthObservationJob(input *DeleteEarthObservationJobInput) (*DeleteEarthObservationJobOutput, error) + func (c *SageMakerGeospatial) DeleteEarthObservationJobRequest(input *DeleteEarthObservationJobInput) (req *request.Request, output *DeleteEarthObservationJobOutput) + func (c *SageMakerGeospatial) DeleteEarthObservationJobWithContext(ctx aws.Context, input *DeleteEarthObservationJobInput, opts ...request.Option) (*DeleteEarthObservationJobOutput, error) + func (c *SageMakerGeospatial) DeleteVectorEnrichmentJob(input *DeleteVectorEnrichmentJobInput) (*DeleteVectorEnrichmentJobOutput, error) + func (c *SageMakerGeospatial) DeleteVectorEnrichmentJobRequest(input *DeleteVectorEnrichmentJobInput) (req *request.Request, output *DeleteVectorEnrichmentJobOutput) + func (c *SageMakerGeospatial) DeleteVectorEnrichmentJobWithContext(ctx aws.Context, input *DeleteVectorEnrichmentJobInput, opts ...request.Option) (*DeleteVectorEnrichmentJobOutput, error) + func (c *SageMakerGeospatial) ExportEarthObservationJob(input *ExportEarthObservationJobInput) (*ExportEarthObservationJobOutput, error) + func (c *SageMakerGeospatial) ExportEarthObservationJobRequest(input *ExportEarthObservationJobInput) (req *request.Request, output *ExportEarthObservationJobOutput) + func (c *SageMakerGeospatial) ExportEarthObservationJobWithContext(ctx aws.Context, input *ExportEarthObservationJobInput, opts ...request.Option) (*ExportEarthObservationJobOutput, error) + func (c *SageMakerGeospatial) ExportVectorEnrichmentJob(input *ExportVectorEnrichmentJobInput) (*ExportVectorEnrichmentJobOutput, error) + func (c *SageMakerGeospatial) ExportVectorEnrichmentJobRequest(input *ExportVectorEnrichmentJobInput) (req *request.Request, output *ExportVectorEnrichmentJobOutput) + func (c *SageMakerGeospatial) ExportVectorEnrichmentJobWithContext(ctx aws.Context, input *ExportVectorEnrichmentJobInput, opts ...request.Option) (*ExportVectorEnrichmentJobOutput, error) + func (c *SageMakerGeospatial) GetEarthObservationJob(input *GetEarthObservationJobInput) (*GetEarthObservationJobOutput, error) + func (c *SageMakerGeospatial) GetEarthObservationJobRequest(input *GetEarthObservationJobInput) (req *request.Request, output *GetEarthObservationJobOutput) + func (c *SageMakerGeospatial) GetEarthObservationJobWithContext(ctx aws.Context, input *GetEarthObservationJobInput, opts ...request.Option) (*GetEarthObservationJobOutput, error) + func (c *SageMakerGeospatial) GetRasterDataCollection(input *GetRasterDataCollectionInput) (*GetRasterDataCollectionOutput, error) + func (c *SageMakerGeospatial) GetRasterDataCollectionRequest(input *GetRasterDataCollectionInput) (req *request.Request, output *GetRasterDataCollectionOutput) + func (c *SageMakerGeospatial) GetRasterDataCollectionWithContext(ctx aws.Context, input *GetRasterDataCollectionInput, opts ...request.Option) (*GetRasterDataCollectionOutput, error) + func (c *SageMakerGeospatial) GetTile(input *GetTileInput) (*GetTileOutput, error) + func (c *SageMakerGeospatial) GetTileRequest(input *GetTileInput) (req *request.Request, output *GetTileOutput) + func (c *SageMakerGeospatial) GetTileWithContext(ctx aws.Context, input *GetTileInput, opts ...request.Option) (*GetTileOutput, error) + func (c *SageMakerGeospatial) GetVectorEnrichmentJob(input *GetVectorEnrichmentJobInput) (*GetVectorEnrichmentJobOutput, error) + func (c *SageMakerGeospatial) GetVectorEnrichmentJobRequest(input *GetVectorEnrichmentJobInput) (req *request.Request, output *GetVectorEnrichmentJobOutput) + func (c *SageMakerGeospatial) GetVectorEnrichmentJobWithContext(ctx aws.Context, input *GetVectorEnrichmentJobInput, opts ...request.Option) (*GetVectorEnrichmentJobOutput, error) + func (c *SageMakerGeospatial) ListEarthObservationJobs(input *ListEarthObservationJobsInput) (*ListEarthObservationJobsOutput, error) + func (c *SageMakerGeospatial) ListEarthObservationJobsPages(input *ListEarthObservationJobsInput, ...) error + func (c *SageMakerGeospatial) ListEarthObservationJobsPagesWithContext(ctx aws.Context, input *ListEarthObservationJobsInput, ...) error + func (c *SageMakerGeospatial) ListEarthObservationJobsRequest(input *ListEarthObservationJobsInput) (req *request.Request, output *ListEarthObservationJobsOutput) + func (c *SageMakerGeospatial) ListEarthObservationJobsWithContext(ctx aws.Context, input *ListEarthObservationJobsInput, opts ...request.Option) (*ListEarthObservationJobsOutput, error) + func (c *SageMakerGeospatial) ListRasterDataCollections(input *ListRasterDataCollectionsInput) (*ListRasterDataCollectionsOutput, error) + func (c *SageMakerGeospatial) ListRasterDataCollectionsPages(input *ListRasterDataCollectionsInput, ...) error + func (c *SageMakerGeospatial) ListRasterDataCollectionsPagesWithContext(ctx aws.Context, input *ListRasterDataCollectionsInput, ...) error + func (c *SageMakerGeospatial) ListRasterDataCollectionsRequest(input *ListRasterDataCollectionsInput) (req *request.Request, output *ListRasterDataCollectionsOutput) + func (c *SageMakerGeospatial) ListRasterDataCollectionsWithContext(ctx aws.Context, input *ListRasterDataCollectionsInput, opts ...request.Option) (*ListRasterDataCollectionsOutput, error) + func (c *SageMakerGeospatial) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *SageMakerGeospatial) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *SageMakerGeospatial) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *SageMakerGeospatial) ListVectorEnrichmentJobs(input *ListVectorEnrichmentJobsInput) (*ListVectorEnrichmentJobsOutput, error) + func (c *SageMakerGeospatial) ListVectorEnrichmentJobsPages(input *ListVectorEnrichmentJobsInput, ...) error + func (c *SageMakerGeospatial) ListVectorEnrichmentJobsPagesWithContext(ctx aws.Context, input *ListVectorEnrichmentJobsInput, ...) error + func (c *SageMakerGeospatial) ListVectorEnrichmentJobsRequest(input *ListVectorEnrichmentJobsInput) (req *request.Request, output *ListVectorEnrichmentJobsOutput) + func (c *SageMakerGeospatial) ListVectorEnrichmentJobsWithContext(ctx aws.Context, input *ListVectorEnrichmentJobsInput, opts ...request.Option) (*ListVectorEnrichmentJobsOutput, error) + func (c *SageMakerGeospatial) SearchRasterDataCollection(input *SearchRasterDataCollectionInput) (*SearchRasterDataCollectionOutput, error) + func (c *SageMakerGeospatial) SearchRasterDataCollectionPages(input *SearchRasterDataCollectionInput, ...) error + func (c *SageMakerGeospatial) SearchRasterDataCollectionPagesWithContext(ctx aws.Context, input *SearchRasterDataCollectionInput, ...) error + func (c *SageMakerGeospatial) SearchRasterDataCollectionRequest(input *SearchRasterDataCollectionInput) (req *request.Request, output *SearchRasterDataCollectionOutput) + func (c *SageMakerGeospatial) SearchRasterDataCollectionWithContext(ctx aws.Context, input *SearchRasterDataCollectionInput, ...) (*SearchRasterDataCollectionOutput, error) + func (c *SageMakerGeospatial) StartEarthObservationJob(input *StartEarthObservationJobInput) (*StartEarthObservationJobOutput, error) + func (c *SageMakerGeospatial) StartEarthObservationJobRequest(input *StartEarthObservationJobInput) (req *request.Request, output *StartEarthObservationJobOutput) + func (c *SageMakerGeospatial) StartEarthObservationJobWithContext(ctx aws.Context, input *StartEarthObservationJobInput, opts ...request.Option) (*StartEarthObservationJobOutput, error) + func (c *SageMakerGeospatial) StartVectorEnrichmentJob(input *StartVectorEnrichmentJobInput) (*StartVectorEnrichmentJobOutput, error) + func (c *SageMakerGeospatial) StartVectorEnrichmentJobRequest(input *StartVectorEnrichmentJobInput) (req *request.Request, output *StartVectorEnrichmentJobOutput) + func (c *SageMakerGeospatial) StartVectorEnrichmentJobWithContext(ctx aws.Context, input *StartVectorEnrichmentJobInput, opts ...request.Option) (*StartVectorEnrichmentJobOutput, error) + func (c *SageMakerGeospatial) StopEarthObservationJob(input *StopEarthObservationJobInput) (*StopEarthObservationJobOutput, error) + func (c *SageMakerGeospatial) StopEarthObservationJobRequest(input *StopEarthObservationJobInput) (req *request.Request, output *StopEarthObservationJobOutput) + func (c *SageMakerGeospatial) StopEarthObservationJobWithContext(ctx aws.Context, input *StopEarthObservationJobInput, opts ...request.Option) (*StopEarthObservationJobOutput, error) + func (c *SageMakerGeospatial) StopVectorEnrichmentJob(input *StopVectorEnrichmentJobInput) (*StopVectorEnrichmentJobOutput, error) + func (c *SageMakerGeospatial) StopVectorEnrichmentJobRequest(input *StopVectorEnrichmentJobInput) (req *request.Request, output *StopVectorEnrichmentJobOutput) + func (c *SageMakerGeospatial) StopVectorEnrichmentJobWithContext(ctx aws.Context, input *StopVectorEnrichmentJobInput, opts ...request.Option) (*StopVectorEnrichmentJobOutput, error) + func (c *SageMakerGeospatial) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *SageMakerGeospatial) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *SageMakerGeospatial) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *SageMakerGeospatial) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *SageMakerGeospatial) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *SageMakerGeospatial) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + type SearchRasterDataCollectionInput struct + Arn *string + NextToken *string + RasterDataCollectionQuery *RasterDataCollectionQueryWithBandFilterInput_ + func (s *SearchRasterDataCollectionInput) SetArn(v string) *SearchRasterDataCollectionInput + func (s *SearchRasterDataCollectionInput) SetNextToken(v string) *SearchRasterDataCollectionInput + func (s *SearchRasterDataCollectionInput) SetRasterDataCollectionQuery(v *RasterDataCollectionQueryWithBandFilterInput_) *SearchRasterDataCollectionInput + func (s *SearchRasterDataCollectionInput) Validate() error + func (s SearchRasterDataCollectionInput) GoString() string + func (s SearchRasterDataCollectionInput) String() string + type SearchRasterDataCollectionOutput struct + ApproximateResultCount *int64 + Items []*ItemSource + NextToken *string + func (s *SearchRasterDataCollectionOutput) SetApproximateResultCount(v int64) *SearchRasterDataCollectionOutput + func (s *SearchRasterDataCollectionOutput) SetItems(v []*ItemSource) *SearchRasterDataCollectionOutput + func (s *SearchRasterDataCollectionOutput) SetNextToken(v string) *SearchRasterDataCollectionOutput + func (s SearchRasterDataCollectionOutput) GoString() string + func (s SearchRasterDataCollectionOutput) String() string + type ServiceQuotaExceededException struct + Message_ *string + ResourceId *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type StackConfigInput_ struct + OutputResolution *OutputResolutionStackInput_ + TargetBands []*string + func (s *StackConfigInput_) SetOutputResolution(v *OutputResolutionStackInput_) *StackConfigInput_ + func (s *StackConfigInput_) SetTargetBands(v []*string) *StackConfigInput_ + func (s *StackConfigInput_) Validate() error + func (s StackConfigInput_) GoString() string + func (s StackConfigInput_) String() string + type StartEarthObservationJobInput struct + ClientToken *string + ExecutionRoleArn *string + InputConfig *InputConfigInput_ + JobConfig *JobConfigInput_ + KmsKeyId *string + Name *string + Tags map[string]*string + func (s *StartEarthObservationJobInput) SetClientToken(v string) *StartEarthObservationJobInput + func (s *StartEarthObservationJobInput) SetExecutionRoleArn(v string) *StartEarthObservationJobInput + func (s *StartEarthObservationJobInput) SetInputConfig(v *InputConfigInput_) *StartEarthObservationJobInput + func (s *StartEarthObservationJobInput) SetJobConfig(v *JobConfigInput_) *StartEarthObservationJobInput + func (s *StartEarthObservationJobInput) SetKmsKeyId(v string) *StartEarthObservationJobInput + func (s *StartEarthObservationJobInput) SetName(v string) *StartEarthObservationJobInput + func (s *StartEarthObservationJobInput) SetTags(v map[string]*string) *StartEarthObservationJobInput + func (s *StartEarthObservationJobInput) Validate() error + func (s StartEarthObservationJobInput) GoString() string + func (s StartEarthObservationJobInput) String() string + type StartEarthObservationJobOutput struct + Arn *string + CreationTime *time.Time + DurationInSeconds *int64 + ExecutionRoleArn *string + InputConfig *InputConfigOutput_ + JobConfig *JobConfigInput_ + KmsKeyId *string + Name *string + Status *string + Tags map[string]*string + func (s *StartEarthObservationJobOutput) SetArn(v string) *StartEarthObservationJobOutput + func (s *StartEarthObservationJobOutput) SetCreationTime(v time.Time) *StartEarthObservationJobOutput + func (s *StartEarthObservationJobOutput) SetDurationInSeconds(v int64) *StartEarthObservationJobOutput + func (s *StartEarthObservationJobOutput) SetExecutionRoleArn(v string) *StartEarthObservationJobOutput + func (s *StartEarthObservationJobOutput) SetInputConfig(v *InputConfigOutput_) *StartEarthObservationJobOutput + func (s *StartEarthObservationJobOutput) SetJobConfig(v *JobConfigInput_) *StartEarthObservationJobOutput + func (s *StartEarthObservationJobOutput) SetKmsKeyId(v string) *StartEarthObservationJobOutput + func (s *StartEarthObservationJobOutput) SetName(v string) *StartEarthObservationJobOutput + func (s *StartEarthObservationJobOutput) SetStatus(v string) *StartEarthObservationJobOutput + func (s *StartEarthObservationJobOutput) SetTags(v map[string]*string) *StartEarthObservationJobOutput + func (s StartEarthObservationJobOutput) GoString() string + func (s StartEarthObservationJobOutput) String() string + type StartVectorEnrichmentJobInput struct + ClientToken *string + ExecutionRoleArn *string + InputConfig *VectorEnrichmentJobInputConfig + JobConfig *VectorEnrichmentJobConfig + KmsKeyId *string + Name *string + Tags map[string]*string + func (s *StartVectorEnrichmentJobInput) SetClientToken(v string) *StartVectorEnrichmentJobInput + func (s *StartVectorEnrichmentJobInput) SetExecutionRoleArn(v string) *StartVectorEnrichmentJobInput + func (s *StartVectorEnrichmentJobInput) SetInputConfig(v *VectorEnrichmentJobInputConfig) *StartVectorEnrichmentJobInput + func (s *StartVectorEnrichmentJobInput) SetJobConfig(v *VectorEnrichmentJobConfig) *StartVectorEnrichmentJobInput + func (s *StartVectorEnrichmentJobInput) SetKmsKeyId(v string) *StartVectorEnrichmentJobInput + func (s *StartVectorEnrichmentJobInput) SetName(v string) *StartVectorEnrichmentJobInput + func (s *StartVectorEnrichmentJobInput) SetTags(v map[string]*string) *StartVectorEnrichmentJobInput + func (s *StartVectorEnrichmentJobInput) Validate() error + func (s StartVectorEnrichmentJobInput) GoString() string + func (s StartVectorEnrichmentJobInput) String() string + type StartVectorEnrichmentJobOutput struct + Arn *string + CreationTime *time.Time + DurationInSeconds *int64 + ExecutionRoleArn *string + InputConfig *VectorEnrichmentJobInputConfig + JobConfig *VectorEnrichmentJobConfig + KmsKeyId *string + Name *string + Status *string + Tags map[string]*string + Type *string + func (s *StartVectorEnrichmentJobOutput) SetArn(v string) *StartVectorEnrichmentJobOutput + func (s *StartVectorEnrichmentJobOutput) SetCreationTime(v time.Time) *StartVectorEnrichmentJobOutput + func (s *StartVectorEnrichmentJobOutput) SetDurationInSeconds(v int64) *StartVectorEnrichmentJobOutput + func (s *StartVectorEnrichmentJobOutput) SetExecutionRoleArn(v string) *StartVectorEnrichmentJobOutput + func (s *StartVectorEnrichmentJobOutput) SetInputConfig(v *VectorEnrichmentJobInputConfig) *StartVectorEnrichmentJobOutput + func (s *StartVectorEnrichmentJobOutput) SetJobConfig(v *VectorEnrichmentJobConfig) *StartVectorEnrichmentJobOutput + func (s *StartVectorEnrichmentJobOutput) SetKmsKeyId(v string) *StartVectorEnrichmentJobOutput + func (s *StartVectorEnrichmentJobOutput) SetName(v string) *StartVectorEnrichmentJobOutput + func (s *StartVectorEnrichmentJobOutput) SetStatus(v string) *StartVectorEnrichmentJobOutput + func (s *StartVectorEnrichmentJobOutput) SetTags(v map[string]*string) *StartVectorEnrichmentJobOutput + func (s *StartVectorEnrichmentJobOutput) SetType(v string) *StartVectorEnrichmentJobOutput + func (s StartVectorEnrichmentJobOutput) GoString() string + func (s StartVectorEnrichmentJobOutput) String() string + type StopEarthObservationJobInput struct + Arn *string + func (s *StopEarthObservationJobInput) SetArn(v string) *StopEarthObservationJobInput + func (s *StopEarthObservationJobInput) Validate() error + func (s StopEarthObservationJobInput) GoString() string + func (s StopEarthObservationJobInput) String() string + type StopEarthObservationJobOutput struct + func (s StopEarthObservationJobOutput) GoString() string + func (s StopEarthObservationJobOutput) String() string + type StopVectorEnrichmentJobInput struct + Arn *string + func (s *StopVectorEnrichmentJobInput) SetArn(v string) *StopVectorEnrichmentJobInput + func (s *StopVectorEnrichmentJobInput) Validate() error + func (s StopVectorEnrichmentJobInput) GoString() string + func (s StopVectorEnrichmentJobInput) String() string + type StopVectorEnrichmentJobOutput struct + func (s StopVectorEnrichmentJobOutput) GoString() string + func (s StopVectorEnrichmentJobOutput) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type TemporalStatisticsConfigInput_ struct + GroupBy *string + Statistics []*string + TargetBands []*string + func (s *TemporalStatisticsConfigInput_) SetGroupBy(v string) *TemporalStatisticsConfigInput_ + func (s *TemporalStatisticsConfigInput_) SetStatistics(v []*string) *TemporalStatisticsConfigInput_ + func (s *TemporalStatisticsConfigInput_) SetTargetBands(v []*string) *TemporalStatisticsConfigInput_ + func (s *TemporalStatisticsConfigInput_) Validate() error + func (s TemporalStatisticsConfigInput_) GoString() string + func (s TemporalStatisticsConfigInput_) String() string + type ThrottlingException struct + Message_ *string + ResourceId *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type TimeRangeFilterInput_ struct + EndTime *time.Time + StartTime *time.Time + func (s *TimeRangeFilterInput_) SetEndTime(v time.Time) *TimeRangeFilterInput_ + func (s *TimeRangeFilterInput_) SetStartTime(v time.Time) *TimeRangeFilterInput_ + func (s *TimeRangeFilterInput_) Validate() error + func (s TimeRangeFilterInput_) GoString() string + func (s TimeRangeFilterInput_) String() string + type TimeRangeFilterOutput_ struct + EndTime *time.Time + StartTime *time.Time + func (s *TimeRangeFilterOutput_) SetEndTime(v time.Time) *TimeRangeFilterOutput_ + func (s *TimeRangeFilterOutput_) SetStartTime(v time.Time) *TimeRangeFilterOutput_ + func (s TimeRangeFilterOutput_) GoString() string + func (s TimeRangeFilterOutput_) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UserDefined struct + Unit *string + Value *float64 + func (s *UserDefined) SetUnit(v string) *UserDefined + func (s *UserDefined) SetValue(v float64) *UserDefined + func (s *UserDefined) Validate() error + func (s UserDefined) GoString() string + func (s UserDefined) String() string + type ValidationException struct + Message_ *string + ResourceId *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string + type VectorEnrichmentJobConfig struct + MapMatchingConfig *MapMatchingConfig + ReverseGeocodingConfig *ReverseGeocodingConfig + func (s *VectorEnrichmentJobConfig) SetMapMatchingConfig(v *MapMatchingConfig) *VectorEnrichmentJobConfig + func (s *VectorEnrichmentJobConfig) SetReverseGeocodingConfig(v *ReverseGeocodingConfig) *VectorEnrichmentJobConfig + func (s *VectorEnrichmentJobConfig) Validate() error + func (s VectorEnrichmentJobConfig) GoString() string + func (s VectorEnrichmentJobConfig) String() string + type VectorEnrichmentJobDataSourceConfigInput_ struct + S3Data *VectorEnrichmentJobS3Data + func (s *VectorEnrichmentJobDataSourceConfigInput_) SetS3Data(v *VectorEnrichmentJobS3Data) *VectorEnrichmentJobDataSourceConfigInput_ + func (s *VectorEnrichmentJobDataSourceConfigInput_) Validate() error + func (s VectorEnrichmentJobDataSourceConfigInput_) GoString() string + func (s VectorEnrichmentJobDataSourceConfigInput_) String() string + type VectorEnrichmentJobErrorDetails struct + ErrorMessage *string + ErrorType *string + func (s *VectorEnrichmentJobErrorDetails) SetErrorMessage(v string) *VectorEnrichmentJobErrorDetails + func (s *VectorEnrichmentJobErrorDetails) SetErrorType(v string) *VectorEnrichmentJobErrorDetails + func (s VectorEnrichmentJobErrorDetails) GoString() string + func (s VectorEnrichmentJobErrorDetails) String() string + type VectorEnrichmentJobExportErrorDetails struct + Message *string + Type *string + func (s *VectorEnrichmentJobExportErrorDetails) SetMessage(v string) *VectorEnrichmentJobExportErrorDetails + func (s *VectorEnrichmentJobExportErrorDetails) SetType(v string) *VectorEnrichmentJobExportErrorDetails + func (s VectorEnrichmentJobExportErrorDetails) GoString() string + func (s VectorEnrichmentJobExportErrorDetails) String() string + type VectorEnrichmentJobInputConfig struct + DataSourceConfig *VectorEnrichmentJobDataSourceConfigInput_ + DocumentType *string + func (s *VectorEnrichmentJobInputConfig) SetDataSourceConfig(v *VectorEnrichmentJobDataSourceConfigInput_) *VectorEnrichmentJobInputConfig + func (s *VectorEnrichmentJobInputConfig) SetDocumentType(v string) *VectorEnrichmentJobInputConfig + func (s *VectorEnrichmentJobInputConfig) Validate() error + func (s VectorEnrichmentJobInputConfig) GoString() string + func (s VectorEnrichmentJobInputConfig) String() string + type VectorEnrichmentJobS3Data struct + KmsKeyId *string + S3Uri *string + func (s *VectorEnrichmentJobS3Data) SetKmsKeyId(v string) *VectorEnrichmentJobS3Data + func (s *VectorEnrichmentJobS3Data) SetS3Uri(v string) *VectorEnrichmentJobS3Data + func (s *VectorEnrichmentJobS3Data) Validate() error + func (s VectorEnrichmentJobS3Data) GoString() string + func (s VectorEnrichmentJobS3Data) String() string + type ViewOffNadirInput_ struct + LowerBound *float64 + UpperBound *float64 + func (s *ViewOffNadirInput_) SetLowerBound(v float64) *ViewOffNadirInput_ + func (s *ViewOffNadirInput_) SetUpperBound(v float64) *ViewOffNadirInput_ + func (s *ViewOffNadirInput_) Validate() error + func (s ViewOffNadirInput_) GoString() string + func (s ViewOffNadirInput_) String() string + type ViewSunAzimuthInput_ struct + LowerBound *float64 + UpperBound *float64 + func (s *ViewSunAzimuthInput_) SetLowerBound(v float64) *ViewSunAzimuthInput_ + func (s *ViewSunAzimuthInput_) SetUpperBound(v float64) *ViewSunAzimuthInput_ + func (s *ViewSunAzimuthInput_) Validate() error + func (s ViewSunAzimuthInput_) GoString() string + func (s ViewSunAzimuthInput_) String() string + type ViewSunElevationInput_ struct + LowerBound *float64 + UpperBound *float64 + func (s *ViewSunElevationInput_) SetLowerBound(v float64) *ViewSunElevationInput_ + func (s *ViewSunElevationInput_) SetUpperBound(v float64) *ViewSunElevationInput_ + func (s *ViewSunElevationInput_) Validate() error + func (s ViewSunElevationInput_) GoString() string + func (s ViewSunElevationInput_) String() string + type ZonalStatisticsConfigInput_ struct + Statistics []*string + TargetBands []*string + ZoneS3Path *string + ZoneS3PathKmsKeyId *string + func (s *ZonalStatisticsConfigInput_) SetStatistics(v []*string) *ZonalStatisticsConfigInput_ + func (s *ZonalStatisticsConfigInput_) SetTargetBands(v []*string) *ZonalStatisticsConfigInput_ + func (s *ZonalStatisticsConfigInput_) SetZoneS3Path(v string) *ZonalStatisticsConfigInput_ + func (s *ZonalStatisticsConfigInput_) SetZoneS3PathKmsKeyId(v string) *ZonalStatisticsConfigInput_ + func (s *ZonalStatisticsConfigInput_) Validate() error + func (s ZonalStatisticsConfigInput_) GoString() string + func (s ZonalStatisticsConfigInput_) String() string