@aws-sdk/client-sagemaker-geospatial 3.221.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/LICENSE +201 -0
- package/README.md +205 -0
- package/dist-cjs/SageMakerGeospatial.js +292 -0
- package/dist-cjs/SageMakerGeospatialClient.js +40 -0
- package/dist-cjs/commands/DeleteEarthObservationJobCommand.js +46 -0
- package/dist-cjs/commands/DeleteVectorEnrichmentJobCommand.js +46 -0
- package/dist-cjs/commands/ExportEarthObservationJobCommand.js +46 -0
- package/dist-cjs/commands/ExportVectorEnrichmentJobCommand.js +46 -0
- package/dist-cjs/commands/GetEarthObservationJobCommand.js +46 -0
- package/dist-cjs/commands/GetRasterDataCollectionCommand.js +46 -0
- package/dist-cjs/commands/GetTileCommand.js +46 -0
- package/dist-cjs/commands/GetVectorEnrichmentJobCommand.js +46 -0
- package/dist-cjs/commands/ListEarthObservationJobsCommand.js +46 -0
- package/dist-cjs/commands/ListRasterDataCollectionsCommand.js +46 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +46 -0
- package/dist-cjs/commands/ListVectorEnrichmentJobsCommand.js +46 -0
- package/dist-cjs/commands/SearchRasterDataCollectionCommand.js +46 -0
- package/dist-cjs/commands/StartEarthObservationJobCommand.js +46 -0
- package/dist-cjs/commands/StartVectorEnrichmentJobCommand.js +46 -0
- package/dist-cjs/commands/StopEarthObservationJobCommand.js +46 -0
- package/dist-cjs/commands/StopVectorEnrichmentJobCommand.js +46 -0
- package/dist-cjs/commands/TagResourceCommand.js +46 -0
- package/dist-cjs/commands/UntagResourceCommand.js +46 -0
- package/dist-cjs/commands/index.js +22 -0
- package/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +312 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/SageMakerGeospatialServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +857 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListEarthObservationJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListRasterDataCollectionsPaginator.js +35 -0
- package/dist-cjs/pagination/ListVectorEnrichmentJobsPaginator.js +35 -0
- package/dist-cjs/pagination/SearchRasterDataCollectionPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2776 -0
- package/dist-cjs/runtimeConfig.browser.js +44 -0
- package/dist-cjs/runtimeConfig.js +52 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +18 -0
- package/dist-es/SageMakerGeospatial.js +288 -0
- package/dist-es/SageMakerGeospatialClient.js +36 -0
- package/dist-es/commands/DeleteEarthObservationJobCommand.js +42 -0
- package/dist-es/commands/DeleteVectorEnrichmentJobCommand.js +42 -0
- package/dist-es/commands/ExportEarthObservationJobCommand.js +42 -0
- package/dist-es/commands/ExportVectorEnrichmentJobCommand.js +42 -0
- package/dist-es/commands/GetEarthObservationJobCommand.js +42 -0
- package/dist-es/commands/GetRasterDataCollectionCommand.js +42 -0
- package/dist-es/commands/GetTileCommand.js +42 -0
- package/dist-es/commands/GetVectorEnrichmentJobCommand.js +42 -0
- package/dist-es/commands/ListEarthObservationJobsCommand.js +42 -0
- package/dist-es/commands/ListRasterDataCollectionsCommand.js +42 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +42 -0
- package/dist-es/commands/ListVectorEnrichmentJobsCommand.js +42 -0
- package/dist-es/commands/SearchRasterDataCollectionCommand.js +42 -0
- package/dist-es/commands/StartEarthObservationJobCommand.js +42 -0
- package/dist-es/commands/StartVectorEnrichmentJobCommand.js +42 -0
- package/dist-es/commands/StopEarthObservationJobCommand.js +42 -0
- package/dist-es/commands/StopVectorEnrichmentJobCommand.js +42 -0
- package/dist-es/commands/TagResourceCommand.js +42 -0
- package/dist-es/commands/UntagResourceCommand.js +42 -0
- package/dist-es/commands/index.js +19 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +309 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/SageMakerGeospatialServiceException.js +7 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +748 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListEarthObservationJobsPaginator.js +31 -0
- package/dist-es/pagination/ListRasterDataCollectionsPaginator.js +31 -0
- package/dist-es/pagination/ListVectorEnrichmentJobsPaginator.js +31 -0
- package/dist-es/pagination/SearchRasterDataCollectionPaginator.js +31 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +2735 -0
- package/dist-es/runtimeConfig.browser.js +39 -0
- package/dist-es/runtimeConfig.js +47 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-types/SageMakerGeospatial.d.ts +140 -0
- package/dist-types/SageMakerGeospatialClient.d.ts +165 -0
- package/dist-types/commands/DeleteEarthObservationJobCommand.d.ts +37 -0
- package/dist-types/commands/DeleteVectorEnrichmentJobCommand.d.ts +37 -0
- package/dist-types/commands/ExportEarthObservationJobCommand.d.ts +37 -0
- package/dist-types/commands/ExportVectorEnrichmentJobCommand.d.ts +37 -0
- package/dist-types/commands/GetEarthObservationJobCommand.d.ts +37 -0
- package/dist-types/commands/GetRasterDataCollectionCommand.d.ts +37 -0
- package/dist-types/commands/GetTileCommand.d.ts +37 -0
- package/dist-types/commands/GetVectorEnrichmentJobCommand.d.ts +37 -0
- package/dist-types/commands/ListEarthObservationJobsCommand.d.ts +37 -0
- package/dist-types/commands/ListRasterDataCollectionsCommand.d.ts +37 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
- package/dist-types/commands/ListVectorEnrichmentJobsCommand.d.ts +37 -0
- package/dist-types/commands/SearchRasterDataCollectionCommand.d.ts +37 -0
- package/dist-types/commands/StartEarthObservationJobCommand.d.ts +37 -0
- package/dist-types/commands/StartVectorEnrichmentJobCommand.d.ts +37 -0
- package/dist-types/commands/StopEarthObservationJobCommand.d.ts +37 -0
- package/dist-types/commands/StopVectorEnrichmentJobCommand.d.ts +37 -0
- package/dist-types/commands/TagResourceCommand.d.ts +37 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +19 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/SageMakerGeospatialServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2704 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListEarthObservationJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRasterDataCollectionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListVectorEnrichmentJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchRasterDataCollectionPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +59 -0
- package/dist-types/runtimeConfig.browser.d.ts +43 -0
- package/dist-types/runtimeConfig.d.ts +43 -0
- package/dist-types/runtimeConfig.native.d.ts +42 -0
- package/dist-types/runtimeConfig.shared.d.ts +16 -0
- package/dist-types/ts3.4/SageMakerGeospatial.d.ts +327 -0
- package/dist-types/ts3.4/SageMakerGeospatialClient.d.ts +228 -0
- package/dist-types/ts3.4/commands/DeleteEarthObservationJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteVectorEnrichmentJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ExportEarthObservationJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ExportVectorEnrichmentJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetEarthObservationJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetRasterDataCollectionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetTileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetVectorEnrichmentJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListEarthObservationJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListRasterDataCollectionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListVectorEnrichmentJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/SearchRasterDataCollectionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartEarthObservationJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartVectorEnrichmentJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StopEarthObservationJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StopVectorEnrichmentJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/index.d.ts +19 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/SageMakerGeospatialServiceException.d.ts +7 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1265 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
- package/dist-types/ts3.4/pagination/ListEarthObservationJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRasterDataCollectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListVectorEnrichmentJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchRasterDataCollectionPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +236 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +80 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -0
- package/package.json +105 -0
|
@@ -0,0 +1,2704 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Readable } from "stream";
|
|
4
|
+
import { SageMakerGeospatialServiceException as __BaseException } from "./SageMakerGeospatialServiceException";
|
|
5
|
+
/**
|
|
6
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
7
|
+
*/
|
|
8
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
9
|
+
readonly name: "AccessDeniedException";
|
|
10
|
+
readonly $fault: "client";
|
|
11
|
+
Message: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* @internal
|
|
14
|
+
*/
|
|
15
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
16
|
+
}
|
|
17
|
+
export declare enum AlgorithmNameCloudRemoval {
|
|
18
|
+
/**
|
|
19
|
+
* INTERPOLATION
|
|
20
|
+
*/
|
|
21
|
+
INTERPOLATION = "INTERPOLATION"
|
|
22
|
+
}
|
|
23
|
+
export declare enum AlgorithmNameGeoMosaic {
|
|
24
|
+
/**
|
|
25
|
+
* AVERAGE
|
|
26
|
+
*/
|
|
27
|
+
AVERAGE = "AVERAGE",
|
|
28
|
+
/**
|
|
29
|
+
* BILINEAR
|
|
30
|
+
*/
|
|
31
|
+
BILINEAR = "BILINEAR",
|
|
32
|
+
/**
|
|
33
|
+
* CUBIC
|
|
34
|
+
*/
|
|
35
|
+
CUBIC = "CUBIC",
|
|
36
|
+
/**
|
|
37
|
+
* CUBICSPLINE
|
|
38
|
+
*/
|
|
39
|
+
CUBICSPLINE = "CUBICSPLINE",
|
|
40
|
+
/**
|
|
41
|
+
* LANCZOS
|
|
42
|
+
*/
|
|
43
|
+
LANCZOS = "LANCZOS",
|
|
44
|
+
/**
|
|
45
|
+
* MAX
|
|
46
|
+
*/
|
|
47
|
+
MAX = "MAX",
|
|
48
|
+
/**
|
|
49
|
+
* MED
|
|
50
|
+
*/
|
|
51
|
+
MED = "MED",
|
|
52
|
+
/**
|
|
53
|
+
* MIN
|
|
54
|
+
*/
|
|
55
|
+
MIN = "MIN",
|
|
56
|
+
/**
|
|
57
|
+
* MODE
|
|
58
|
+
*/
|
|
59
|
+
MODE = "MODE",
|
|
60
|
+
/**
|
|
61
|
+
* NEAR
|
|
62
|
+
*/
|
|
63
|
+
NEAR = "NEAR",
|
|
64
|
+
/**
|
|
65
|
+
* Q1
|
|
66
|
+
*/
|
|
67
|
+
Q1 = "Q1",
|
|
68
|
+
/**
|
|
69
|
+
* Q3
|
|
70
|
+
*/
|
|
71
|
+
Q3 = "Q3",
|
|
72
|
+
/**
|
|
73
|
+
* RMS
|
|
74
|
+
*/
|
|
75
|
+
RMS = "RMS",
|
|
76
|
+
/**
|
|
77
|
+
* SUM
|
|
78
|
+
*/
|
|
79
|
+
SUM = "SUM"
|
|
80
|
+
}
|
|
81
|
+
export declare enum AlgorithmNameResampling {
|
|
82
|
+
/**
|
|
83
|
+
* AVERAGE
|
|
84
|
+
*/
|
|
85
|
+
AVERAGE = "AVERAGE",
|
|
86
|
+
/**
|
|
87
|
+
* BILINEAR
|
|
88
|
+
*/
|
|
89
|
+
BILINEAR = "BILINEAR",
|
|
90
|
+
/**
|
|
91
|
+
* CUBIC
|
|
92
|
+
*/
|
|
93
|
+
CUBIC = "CUBIC",
|
|
94
|
+
/**
|
|
95
|
+
* CUBICSPLINE
|
|
96
|
+
*/
|
|
97
|
+
CUBICSPLINE = "CUBICSPLINE",
|
|
98
|
+
/**
|
|
99
|
+
* LANCZOS
|
|
100
|
+
*/
|
|
101
|
+
LANCZOS = "LANCZOS",
|
|
102
|
+
/**
|
|
103
|
+
* MAX
|
|
104
|
+
*/
|
|
105
|
+
MAX = "MAX",
|
|
106
|
+
/**
|
|
107
|
+
* MED
|
|
108
|
+
*/
|
|
109
|
+
MED = "MED",
|
|
110
|
+
/**
|
|
111
|
+
* MIN
|
|
112
|
+
*/
|
|
113
|
+
MIN = "MIN",
|
|
114
|
+
/**
|
|
115
|
+
* MODE
|
|
116
|
+
*/
|
|
117
|
+
MODE = "MODE",
|
|
118
|
+
/**
|
|
119
|
+
* NEAR
|
|
120
|
+
*/
|
|
121
|
+
NEAR = "NEAR",
|
|
122
|
+
/**
|
|
123
|
+
* Q1
|
|
124
|
+
*/
|
|
125
|
+
Q1 = "Q1",
|
|
126
|
+
/**
|
|
127
|
+
* Q3
|
|
128
|
+
*/
|
|
129
|
+
Q3 = "Q3",
|
|
130
|
+
/**
|
|
131
|
+
* RMS
|
|
132
|
+
*/
|
|
133
|
+
RMS = "RMS",
|
|
134
|
+
/**
|
|
135
|
+
* SUM
|
|
136
|
+
*/
|
|
137
|
+
SUM = "SUM"
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* <p/>
|
|
141
|
+
*/
|
|
142
|
+
export interface MultiPolygonGeometryInput {
|
|
143
|
+
/**
|
|
144
|
+
* <p>The coordinates of the multipolygon geometry.</p>
|
|
145
|
+
*/
|
|
146
|
+
Coordinates: number[][][][] | undefined;
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* <p/>
|
|
150
|
+
*/
|
|
151
|
+
export interface PolygonGeometryInput {
|
|
152
|
+
/**
|
|
153
|
+
* <p/>
|
|
154
|
+
*/
|
|
155
|
+
Coordinates: number[][][] | undefined;
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* <p/>
|
|
159
|
+
*/
|
|
160
|
+
export declare type AreaOfInterestGeometry = AreaOfInterestGeometry.MultiPolygonGeometryMember | AreaOfInterestGeometry.PolygonGeometryMember | AreaOfInterestGeometry.$UnknownMember;
|
|
161
|
+
export declare namespace AreaOfInterestGeometry {
|
|
162
|
+
/**
|
|
163
|
+
* <p/>
|
|
164
|
+
*/
|
|
165
|
+
interface PolygonGeometryMember {
|
|
166
|
+
PolygonGeometry: PolygonGeometryInput;
|
|
167
|
+
MultiPolygonGeometry?: never;
|
|
168
|
+
$unknown?: never;
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* <p/>
|
|
172
|
+
*/
|
|
173
|
+
interface MultiPolygonGeometryMember {
|
|
174
|
+
PolygonGeometry?: never;
|
|
175
|
+
MultiPolygonGeometry: MultiPolygonGeometryInput;
|
|
176
|
+
$unknown?: never;
|
|
177
|
+
}
|
|
178
|
+
interface $UnknownMember {
|
|
179
|
+
PolygonGeometry?: never;
|
|
180
|
+
MultiPolygonGeometry?: never;
|
|
181
|
+
$unknown: [string, any];
|
|
182
|
+
}
|
|
183
|
+
interface Visitor<T> {
|
|
184
|
+
PolygonGeometry: (value: PolygonGeometryInput) => T;
|
|
185
|
+
MultiPolygonGeometry: (value: MultiPolygonGeometryInput) => T;
|
|
186
|
+
_: (name: string, value: any) => T;
|
|
187
|
+
}
|
|
188
|
+
const visit: <T>(value: AreaOfInterestGeometry, visitor: Visitor<T>) => T;
|
|
189
|
+
}
|
|
190
|
+
/**
|
|
191
|
+
* <p/>
|
|
192
|
+
*/
|
|
193
|
+
export declare type AreaOfInterest = AreaOfInterest.AreaOfInterestGeometryMember | AreaOfInterest.$UnknownMember;
|
|
194
|
+
export declare namespace AreaOfInterest {
|
|
195
|
+
/**
|
|
196
|
+
* <p/>
|
|
197
|
+
*/
|
|
198
|
+
interface AreaOfInterestGeometryMember {
|
|
199
|
+
AreaOfInterestGeometry: AreaOfInterestGeometry;
|
|
200
|
+
$unknown?: never;
|
|
201
|
+
}
|
|
202
|
+
interface $UnknownMember {
|
|
203
|
+
AreaOfInterestGeometry?: never;
|
|
204
|
+
$unknown: [string, any];
|
|
205
|
+
}
|
|
206
|
+
interface Visitor<T> {
|
|
207
|
+
AreaOfInterestGeometry: (value: AreaOfInterestGeometry) => T;
|
|
208
|
+
_: (name: string, value: any) => T;
|
|
209
|
+
}
|
|
210
|
+
const visit: <T>(value: AreaOfInterest, visitor: Visitor<T>) => T;
|
|
211
|
+
}
|
|
212
|
+
/**
|
|
213
|
+
* <p/>
|
|
214
|
+
*/
|
|
215
|
+
export interface AssetValue {
|
|
216
|
+
/**
|
|
217
|
+
* <p/>
|
|
218
|
+
*/
|
|
219
|
+
Href?: string;
|
|
220
|
+
}
|
|
221
|
+
export declare enum OutputType {
|
|
222
|
+
/**
|
|
223
|
+
* FLOAT32
|
|
224
|
+
*/
|
|
225
|
+
FLOAT32 = "FLOAT32",
|
|
226
|
+
/**
|
|
227
|
+
* FLOAT64
|
|
228
|
+
*/
|
|
229
|
+
FLOAT64 = "FLOAT64",
|
|
230
|
+
/**
|
|
231
|
+
* INT16
|
|
232
|
+
*/
|
|
233
|
+
INT16 = "INT16",
|
|
234
|
+
/**
|
|
235
|
+
* INT32
|
|
236
|
+
*/
|
|
237
|
+
INT32 = "INT32",
|
|
238
|
+
/**
|
|
239
|
+
* UINT16
|
|
240
|
+
*/
|
|
241
|
+
UINT16 = "UINT16"
|
|
242
|
+
}
|
|
243
|
+
/**
|
|
244
|
+
* <p/>
|
|
245
|
+
*/
|
|
246
|
+
export interface Operation {
|
|
247
|
+
/**
|
|
248
|
+
* <p>The name of the operation.</p>
|
|
249
|
+
*/
|
|
250
|
+
Name: string | undefined;
|
|
251
|
+
/**
|
|
252
|
+
* <p/>
|
|
253
|
+
*/
|
|
254
|
+
Equation: string | undefined;
|
|
255
|
+
/**
|
|
256
|
+
* <p>The type of the operation.</p>
|
|
257
|
+
*/
|
|
258
|
+
OutputType?: OutputType | string;
|
|
259
|
+
}
|
|
260
|
+
/**
|
|
261
|
+
* <p/>
|
|
262
|
+
*/
|
|
263
|
+
export interface CustomIndicesInput {
|
|
264
|
+
/**
|
|
265
|
+
* <p/>
|
|
266
|
+
*/
|
|
267
|
+
Operations?: Operation[];
|
|
268
|
+
}
|
|
269
|
+
/**
|
|
270
|
+
* <p/>
|
|
271
|
+
*/
|
|
272
|
+
export interface BandMathConfigInput {
|
|
273
|
+
/**
|
|
274
|
+
* <p/>
|
|
275
|
+
*/
|
|
276
|
+
PredefinedIndices?: string[];
|
|
277
|
+
/**
|
|
278
|
+
* <p/>
|
|
279
|
+
*/
|
|
280
|
+
CustomIndices?: CustomIndicesInput;
|
|
281
|
+
}
|
|
282
|
+
/**
|
|
283
|
+
* <p/>
|
|
284
|
+
*/
|
|
285
|
+
export interface CloudMaskingConfigInput {
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
* <p/>
|
|
289
|
+
*/
|
|
290
|
+
export interface CloudRemovalConfigInput {
|
|
291
|
+
/**
|
|
292
|
+
* <p>The name of the algorithm used for cloud removal.</p>
|
|
293
|
+
*/
|
|
294
|
+
AlgorithmName?: AlgorithmNameCloudRemoval | string;
|
|
295
|
+
/**
|
|
296
|
+
* <p>The interpolation value you provide for cloud removal.</p>
|
|
297
|
+
*/
|
|
298
|
+
InterpolationValue?: string;
|
|
299
|
+
/**
|
|
300
|
+
* <p/>
|
|
301
|
+
*/
|
|
302
|
+
TargetBands?: string[];
|
|
303
|
+
}
|
|
304
|
+
export declare enum ComparisonOperator {
|
|
305
|
+
/**
|
|
306
|
+
* EQUALS
|
|
307
|
+
*/
|
|
308
|
+
EQUALS = "EQUALS",
|
|
309
|
+
/**
|
|
310
|
+
* NOT_EQUALS
|
|
311
|
+
*/
|
|
312
|
+
NOT_EQUALS = "NOT_EQUALS",
|
|
313
|
+
/**
|
|
314
|
+
* STARTS_WITH
|
|
315
|
+
*/
|
|
316
|
+
STARTS_WITH = "STARTS_WITH"
|
|
317
|
+
}
|
|
318
|
+
/**
|
|
319
|
+
* <p/>
|
|
320
|
+
*/
|
|
321
|
+
export declare class ConflictException extends __BaseException {
|
|
322
|
+
readonly name: "ConflictException";
|
|
323
|
+
readonly $fault: "client";
|
|
324
|
+
Message: string | undefined;
|
|
325
|
+
/**
|
|
326
|
+
* <p/>
|
|
327
|
+
*/
|
|
328
|
+
ResourceId: string | undefined;
|
|
329
|
+
/**
|
|
330
|
+
* @internal
|
|
331
|
+
*/
|
|
332
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
333
|
+
}
|
|
334
|
+
/**
|
|
335
|
+
* <p>The structure representing the filters supported by a RasterDataCollection.</p>
|
|
336
|
+
*/
|
|
337
|
+
export interface Filter {
|
|
338
|
+
/**
|
|
339
|
+
* <p>The name of the filter.</p>
|
|
340
|
+
*/
|
|
341
|
+
Name: string | undefined;
|
|
342
|
+
/**
|
|
343
|
+
* <p>The type of the filter being used.</p>
|
|
344
|
+
*/
|
|
345
|
+
Type: string | undefined;
|
|
346
|
+
/**
|
|
347
|
+
* <p>The minimum value of the filter.</p>
|
|
348
|
+
*/
|
|
349
|
+
Minimum?: number;
|
|
350
|
+
/**
|
|
351
|
+
* <p>The maximum value of the filter.</p>
|
|
352
|
+
*/
|
|
353
|
+
Maximum?: number;
|
|
354
|
+
}
|
|
355
|
+
export declare enum DataCollectionType {
|
|
356
|
+
/**
|
|
357
|
+
* PREMIUM
|
|
358
|
+
*/
|
|
359
|
+
PREMIUM = "PREMIUM",
|
|
360
|
+
/**
|
|
361
|
+
* PUBLIC
|
|
362
|
+
*/
|
|
363
|
+
PUBLIC = "PUBLIC",
|
|
364
|
+
/**
|
|
365
|
+
* USER
|
|
366
|
+
*/
|
|
367
|
+
USER = "USER"
|
|
368
|
+
}
|
|
369
|
+
/**
|
|
370
|
+
* <p>Response object containing details for a specific RasterDataCollection.</p>
|
|
371
|
+
*/
|
|
372
|
+
export interface RasterDataCollectionMetadata {
|
|
373
|
+
/**
|
|
374
|
+
* <p>The name of the raster data collection.</p>
|
|
375
|
+
*/
|
|
376
|
+
Name: string | undefined;
|
|
377
|
+
/**
|
|
378
|
+
* <p>The Amazon Resource Name (ARN) of the raster data collection.</p>
|
|
379
|
+
*/
|
|
380
|
+
Arn: string | undefined;
|
|
381
|
+
/**
|
|
382
|
+
* <p>The type of raster data collection.</p>
|
|
383
|
+
*/
|
|
384
|
+
Type: DataCollectionType | string | undefined;
|
|
385
|
+
/**
|
|
386
|
+
* <p>A description of the raster data collection.</p>
|
|
387
|
+
*/
|
|
388
|
+
Description: string | undefined;
|
|
389
|
+
/**
|
|
390
|
+
* <p>The description URL of the raster data collection.</p>
|
|
391
|
+
*/
|
|
392
|
+
DescriptionPageUrl?: string;
|
|
393
|
+
/**
|
|
394
|
+
* <p/>
|
|
395
|
+
*/
|
|
396
|
+
SupportedFilters: Filter[] | undefined;
|
|
397
|
+
/**
|
|
398
|
+
* <p>Each tag consists of a key and a value.</p>
|
|
399
|
+
*/
|
|
400
|
+
Tags?: Record<string, string>;
|
|
401
|
+
}
|
|
402
|
+
export interface DeleteEarthObservationJobInput {
|
|
403
|
+
/**
|
|
404
|
+
* <p>The Amazon Resource Name (ARN) of the Earth Observation job being deleted.</p>
|
|
405
|
+
*/
|
|
406
|
+
Arn: string | undefined;
|
|
407
|
+
}
|
|
408
|
+
export interface DeleteEarthObservationJobOutput {
|
|
409
|
+
}
|
|
410
|
+
/**
|
|
411
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure.</p>
|
|
412
|
+
*/
|
|
413
|
+
export declare class InternalServerException extends __BaseException {
|
|
414
|
+
readonly name: "InternalServerException";
|
|
415
|
+
readonly $fault: "server";
|
|
416
|
+
Message: string | undefined;
|
|
417
|
+
/**
|
|
418
|
+
* <p/>
|
|
419
|
+
*/
|
|
420
|
+
ResourceId: string | undefined;
|
|
421
|
+
/**
|
|
422
|
+
* @internal
|
|
423
|
+
*/
|
|
424
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
425
|
+
}
|
|
426
|
+
/**
|
|
427
|
+
* <p/>
|
|
428
|
+
*/
|
|
429
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
430
|
+
readonly name: "ResourceNotFoundException";
|
|
431
|
+
readonly $fault: "client";
|
|
432
|
+
Message: string | undefined;
|
|
433
|
+
/**
|
|
434
|
+
* <p/>
|
|
435
|
+
*/
|
|
436
|
+
ResourceId: string | undefined;
|
|
437
|
+
/**
|
|
438
|
+
* @internal
|
|
439
|
+
*/
|
|
440
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
441
|
+
}
|
|
442
|
+
/**
|
|
443
|
+
* <p>The request was denied due to request throttling.</p>
|
|
444
|
+
*/
|
|
445
|
+
export declare class ThrottlingException extends __BaseException {
|
|
446
|
+
readonly name: "ThrottlingException";
|
|
447
|
+
readonly $fault: "client";
|
|
448
|
+
Message: string | undefined;
|
|
449
|
+
/**
|
|
450
|
+
* <p/>
|
|
451
|
+
*/
|
|
452
|
+
ResourceId: string | undefined;
|
|
453
|
+
/**
|
|
454
|
+
* @internal
|
|
455
|
+
*/
|
|
456
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
457
|
+
}
|
|
458
|
+
/**
|
|
459
|
+
* <p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>
|
|
460
|
+
*/
|
|
461
|
+
export declare class ValidationException extends __BaseException {
|
|
462
|
+
readonly name: "ValidationException";
|
|
463
|
+
readonly $fault: "client";
|
|
464
|
+
Message: string | undefined;
|
|
465
|
+
/**
|
|
466
|
+
* <p/>
|
|
467
|
+
*/
|
|
468
|
+
ResourceId: string | undefined;
|
|
469
|
+
/**
|
|
470
|
+
* @internal
|
|
471
|
+
*/
|
|
472
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
473
|
+
}
|
|
474
|
+
export interface DeleteVectorEnrichmentJobInput {
|
|
475
|
+
/**
|
|
476
|
+
* <p>The Amazon Resource Name (ARN) of the Vector Enrichment job being deleted.</p>
|
|
477
|
+
*/
|
|
478
|
+
Arn: string | undefined;
|
|
479
|
+
}
|
|
480
|
+
export interface DeleteVectorEnrichmentJobOutput {
|
|
481
|
+
}
|
|
482
|
+
/**
|
|
483
|
+
* <p/>
|
|
484
|
+
*/
|
|
485
|
+
export interface ExportS3DataInput {
|
|
486
|
+
/**
|
|
487
|
+
* <p>The URL to the Amazon S3 data input.</p>
|
|
488
|
+
*/
|
|
489
|
+
S3Uri: string | undefined;
|
|
490
|
+
/**
|
|
491
|
+
* <p>The Amazon Key Management Service (KMS) key ID for server-side encryption.</p>
|
|
492
|
+
*/
|
|
493
|
+
KmsKeyId?: string;
|
|
494
|
+
}
|
|
495
|
+
/**
|
|
496
|
+
* <p>The response structure for an OutputConfig returned by an ExportEarthObservationJob.</p>
|
|
497
|
+
*/
|
|
498
|
+
export interface OutputConfigInput {
|
|
499
|
+
/**
|
|
500
|
+
* <p>Path to Amazon S3 storage location for the output configuration file.</p>
|
|
501
|
+
*/
|
|
502
|
+
S3Data: ExportS3DataInput | undefined;
|
|
503
|
+
}
|
|
504
|
+
export interface ExportEarthObservationJobInput {
|
|
505
|
+
/**
|
|
506
|
+
* <p>The input Amazon Resource Name (ARN) of the Earth Observation job being exported.</p>
|
|
507
|
+
*/
|
|
508
|
+
Arn: string | undefined;
|
|
509
|
+
/**
|
|
510
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that you specified for the job.</p>
|
|
511
|
+
*/
|
|
512
|
+
ExecutionRoleArn: string | undefined;
|
|
513
|
+
/**
|
|
514
|
+
* <p>An object containing information about the output file.</p>
|
|
515
|
+
*/
|
|
516
|
+
OutputConfig: OutputConfigInput | undefined;
|
|
517
|
+
/**
|
|
518
|
+
* <p>The source images provided to the Earth Observation job being exported.</p>
|
|
519
|
+
*/
|
|
520
|
+
ExportSourceImages?: boolean;
|
|
521
|
+
}
|
|
522
|
+
export declare enum EarthObservationJobExportStatus {
|
|
523
|
+
/**
|
|
524
|
+
* FAILED
|
|
525
|
+
*/
|
|
526
|
+
FAILED = "FAILED",
|
|
527
|
+
/**
|
|
528
|
+
* IN_PROGRESS
|
|
529
|
+
*/
|
|
530
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
531
|
+
/**
|
|
532
|
+
* SUCCEEDED
|
|
533
|
+
*/
|
|
534
|
+
SUCCEEDED = "SUCCEEDED"
|
|
535
|
+
}
|
|
536
|
+
export interface ExportEarthObservationJobOutput {
|
|
537
|
+
/**
|
|
538
|
+
* <p>The output Amazon Resource Name (ARN) of the Earth Observation job being exported.</p>
|
|
539
|
+
*/
|
|
540
|
+
Arn: string | undefined;
|
|
541
|
+
/**
|
|
542
|
+
* <p>The creation time.</p>
|
|
543
|
+
*/
|
|
544
|
+
CreationTime: Date | undefined;
|
|
545
|
+
/**
|
|
546
|
+
* <p>The status of the results of the Earth Observation job being exported.</p>
|
|
547
|
+
*/
|
|
548
|
+
ExportStatus: EarthObservationJobExportStatus | string | undefined;
|
|
549
|
+
/**
|
|
550
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that you specified for the job.</p>
|
|
551
|
+
*/
|
|
552
|
+
ExecutionRoleArn: string | undefined;
|
|
553
|
+
/**
|
|
554
|
+
* <p>An object containing information about the output file.</p>
|
|
555
|
+
*/
|
|
556
|
+
OutputConfig: OutputConfigInput | undefined;
|
|
557
|
+
/**
|
|
558
|
+
* <p>The source images provided to the Earth Observation job being exported.</p>
|
|
559
|
+
*/
|
|
560
|
+
ExportSourceImages?: boolean;
|
|
561
|
+
}
|
|
562
|
+
/**
|
|
563
|
+
* <p>You have exceeded the service quota.</p>
|
|
564
|
+
*/
|
|
565
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
566
|
+
readonly name: "ServiceQuotaExceededException";
|
|
567
|
+
readonly $fault: "client";
|
|
568
|
+
Message: string | undefined;
|
|
569
|
+
/**
|
|
570
|
+
* <p/>
|
|
571
|
+
*/
|
|
572
|
+
ResourceId: string | undefined;
|
|
573
|
+
/**
|
|
574
|
+
* @internal
|
|
575
|
+
*/
|
|
576
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
577
|
+
}
|
|
578
|
+
export interface GetEarthObservationJobInput {
|
|
579
|
+
/**
|
|
580
|
+
* <p>The Amazon Resource Name (ARN) of the Earth Observation job.</p>
|
|
581
|
+
*/
|
|
582
|
+
Arn: string | undefined;
|
|
583
|
+
}
|
|
584
|
+
export declare enum EarthObservationJobErrorType {
|
|
585
|
+
/**
|
|
586
|
+
* CLIENT_ERROR
|
|
587
|
+
*/
|
|
588
|
+
CLIENT_ERROR = "CLIENT_ERROR",
|
|
589
|
+
/**
|
|
590
|
+
* SERVER_ERROR
|
|
591
|
+
*/
|
|
592
|
+
SERVER_ERROR = "SERVER_ERROR"
|
|
593
|
+
}
|
|
594
|
+
/**
|
|
595
|
+
* <p>The structure representing the errors in an EarthObservationJob.</p>
|
|
596
|
+
*/
|
|
597
|
+
export interface EarthObservationJobErrorDetails {
|
|
598
|
+
/**
|
|
599
|
+
* <p/>
|
|
600
|
+
*/
|
|
601
|
+
Type?: EarthObservationJobErrorType | string;
|
|
602
|
+
/**
|
|
603
|
+
* <p/>
|
|
604
|
+
*/
|
|
605
|
+
Message?: string;
|
|
606
|
+
}
|
|
607
|
+
export declare enum ExportErrorType {
|
|
608
|
+
/**
|
|
609
|
+
* CLIENT_ERROR
|
|
610
|
+
*/
|
|
611
|
+
CLIENT_ERROR = "CLIENT_ERROR",
|
|
612
|
+
/**
|
|
613
|
+
* SERVER_ERROR
|
|
614
|
+
*/
|
|
615
|
+
SERVER_ERROR = "SERVER_ERROR"
|
|
616
|
+
}
|
|
617
|
+
/**
|
|
618
|
+
* <p/>
|
|
619
|
+
*/
|
|
620
|
+
export interface ExportErrorDetailsOutput {
|
|
621
|
+
/**
|
|
622
|
+
* <p/>
|
|
623
|
+
*/
|
|
624
|
+
Type?: ExportErrorType | string;
|
|
625
|
+
/**
|
|
626
|
+
* <p/>
|
|
627
|
+
*/
|
|
628
|
+
Message?: string;
|
|
629
|
+
}
|
|
630
|
+
/**
|
|
631
|
+
* <p>The structure for returning the export error details in a GetEarthObservationJob.</p>
|
|
632
|
+
*/
|
|
633
|
+
export interface ExportErrorDetails {
|
|
634
|
+
/**
|
|
635
|
+
* <p/>
|
|
636
|
+
*/
|
|
637
|
+
ExportResults?: ExportErrorDetailsOutput;
|
|
638
|
+
/**
|
|
639
|
+
* <p/>
|
|
640
|
+
*/
|
|
641
|
+
ExportSourceImages?: ExportErrorDetailsOutput;
|
|
642
|
+
}
|
|
643
|
+
export declare enum MetadataProvider {
|
|
644
|
+
/**
|
|
645
|
+
* PLANET_ORDER
|
|
646
|
+
*/
|
|
647
|
+
PLANET_ORDER = "PLANET_ORDER"
|
|
648
|
+
}
|
|
649
|
+
/**
|
|
650
|
+
* <p>Path to Amazon S3 storage location for input data.</p>
|
|
651
|
+
*/
|
|
652
|
+
export interface S3DataInput {
|
|
653
|
+
/**
|
|
654
|
+
* <p>The URL to the Amazon S3 input.</p>
|
|
655
|
+
*/
|
|
656
|
+
S3Uri: string | undefined;
|
|
657
|
+
/**
|
|
658
|
+
* <p/>
|
|
659
|
+
*/
|
|
660
|
+
MetadataProvider: MetadataProvider | string | undefined;
|
|
661
|
+
/**
|
|
662
|
+
* <p>The Amazon Key Management Service (KMS) key ID for server-side encryption.</p>
|
|
663
|
+
*/
|
|
664
|
+
KmsKeyId?: string;
|
|
665
|
+
}
|
|
666
|
+
/**
|
|
667
|
+
* <p/>
|
|
668
|
+
*/
|
|
669
|
+
export declare type EojDataSourceConfigInput = EojDataSourceConfigInput.S3DataMember | EojDataSourceConfigInput.$UnknownMember;
|
|
670
|
+
export declare namespace EojDataSourceConfigInput {
|
|
671
|
+
/**
|
|
672
|
+
* <p/>
|
|
673
|
+
*/
|
|
674
|
+
interface S3DataMember {
|
|
675
|
+
S3Data: S3DataInput;
|
|
676
|
+
$unknown?: never;
|
|
677
|
+
}
|
|
678
|
+
interface $UnknownMember {
|
|
679
|
+
S3Data?: never;
|
|
680
|
+
$unknown: [string, any];
|
|
681
|
+
}
|
|
682
|
+
interface Visitor<T> {
|
|
683
|
+
S3Data: (value: S3DataInput) => T;
|
|
684
|
+
_: (name: string, value: any) => T;
|
|
685
|
+
}
|
|
686
|
+
const visit: <T>(value: EojDataSourceConfigInput, visitor: Visitor<T>) => T;
|
|
687
|
+
}
|
|
688
|
+
export declare enum LogicalOperator {
|
|
689
|
+
/**
|
|
690
|
+
* AND
|
|
691
|
+
*/
|
|
692
|
+
AND = "AND"
|
|
693
|
+
}
|
|
694
|
+
/**
|
|
695
|
+
* <p/>
|
|
696
|
+
*/
|
|
697
|
+
export interface EoCloudCoverInput {
|
|
698
|
+
/**
|
|
699
|
+
* <p/>
|
|
700
|
+
*/
|
|
701
|
+
LowerBound: number | undefined;
|
|
702
|
+
/**
|
|
703
|
+
* <p/>
|
|
704
|
+
*/
|
|
705
|
+
UpperBound: number | undefined;
|
|
706
|
+
}
|
|
707
|
+
/**
|
|
708
|
+
* <p/>
|
|
709
|
+
*/
|
|
710
|
+
export interface LandsatCloudCoverLandInput {
|
|
711
|
+
/**
|
|
712
|
+
* <p/>
|
|
713
|
+
*/
|
|
714
|
+
LowerBound: number | undefined;
|
|
715
|
+
/**
|
|
716
|
+
* <p/>
|
|
717
|
+
*/
|
|
718
|
+
UpperBound: number | undefined;
|
|
719
|
+
}
|
|
720
|
+
/**
|
|
721
|
+
* <p/>
|
|
722
|
+
*/
|
|
723
|
+
export interface PlatformInput {
|
|
724
|
+
/**
|
|
725
|
+
* <p>The value of the platform.</p>
|
|
726
|
+
*/
|
|
727
|
+
Value: string | undefined;
|
|
728
|
+
/**
|
|
729
|
+
* <p/>
|
|
730
|
+
*/
|
|
731
|
+
ComparisonOperator?: ComparisonOperator | string;
|
|
732
|
+
}
|
|
733
|
+
/**
|
|
734
|
+
* <p/>
|
|
735
|
+
*/
|
|
736
|
+
export interface ViewOffNadirInput {
|
|
737
|
+
/**
|
|
738
|
+
* <p/>
|
|
739
|
+
*/
|
|
740
|
+
LowerBound: number | undefined;
|
|
741
|
+
/**
|
|
742
|
+
* <p/>
|
|
743
|
+
*/
|
|
744
|
+
UpperBound: number | undefined;
|
|
745
|
+
}
|
|
746
|
+
/**
|
|
747
|
+
* <p/>
|
|
748
|
+
*/
|
|
749
|
+
export interface ViewSunAzimuthInput {
|
|
750
|
+
/**
|
|
751
|
+
* <p/>
|
|
752
|
+
*/
|
|
753
|
+
LowerBound: number | undefined;
|
|
754
|
+
/**
|
|
755
|
+
* <p/>
|
|
756
|
+
*/
|
|
757
|
+
UpperBound: number | undefined;
|
|
758
|
+
}
|
|
759
|
+
/**
|
|
760
|
+
* <p/>
|
|
761
|
+
*/
|
|
762
|
+
export interface ViewSunElevationInput {
|
|
763
|
+
/**
|
|
764
|
+
* <p>The lower bound to view the sun elevation.</p>
|
|
765
|
+
*/
|
|
766
|
+
LowerBound: number | undefined;
|
|
767
|
+
/**
|
|
768
|
+
* <p>The upper bound to view the sun elevation.</p>
|
|
769
|
+
*/
|
|
770
|
+
UpperBound: number | undefined;
|
|
771
|
+
}
|
|
772
|
+
/**
|
|
773
|
+
* <p/>
|
|
774
|
+
*/
|
|
775
|
+
export declare type Property = Property.EoCloudCoverMember | Property.LandsatCloudCoverLandMember | Property.PlatformMember | Property.ViewOffNadirMember | Property.ViewSunAzimuthMember | Property.ViewSunElevationMember | Property.$UnknownMember;
|
|
776
|
+
export declare namespace Property {
|
|
777
|
+
/**
|
|
778
|
+
* <p/>
|
|
779
|
+
*/
|
|
780
|
+
interface EoCloudCoverMember {
|
|
781
|
+
EoCloudCover: EoCloudCoverInput;
|
|
782
|
+
ViewOffNadir?: never;
|
|
783
|
+
ViewSunAzimuth?: never;
|
|
784
|
+
ViewSunElevation?: never;
|
|
785
|
+
Platform?: never;
|
|
786
|
+
LandsatCloudCoverLand?: never;
|
|
787
|
+
$unknown?: never;
|
|
788
|
+
}
|
|
789
|
+
/**
|
|
790
|
+
* <p/>
|
|
791
|
+
*/
|
|
792
|
+
interface ViewOffNadirMember {
|
|
793
|
+
EoCloudCover?: never;
|
|
794
|
+
ViewOffNadir: ViewOffNadirInput;
|
|
795
|
+
ViewSunAzimuth?: never;
|
|
796
|
+
ViewSunElevation?: never;
|
|
797
|
+
Platform?: never;
|
|
798
|
+
LandsatCloudCoverLand?: never;
|
|
799
|
+
$unknown?: never;
|
|
800
|
+
}
|
|
801
|
+
/**
|
|
802
|
+
* <p/>
|
|
803
|
+
*/
|
|
804
|
+
interface ViewSunAzimuthMember {
|
|
805
|
+
EoCloudCover?: never;
|
|
806
|
+
ViewOffNadir?: never;
|
|
807
|
+
ViewSunAzimuth: ViewSunAzimuthInput;
|
|
808
|
+
ViewSunElevation?: never;
|
|
809
|
+
Platform?: never;
|
|
810
|
+
LandsatCloudCoverLand?: never;
|
|
811
|
+
$unknown?: never;
|
|
812
|
+
}
|
|
813
|
+
/**
|
|
814
|
+
* <p/>
|
|
815
|
+
*/
|
|
816
|
+
interface ViewSunElevationMember {
|
|
817
|
+
EoCloudCover?: never;
|
|
818
|
+
ViewOffNadir?: never;
|
|
819
|
+
ViewSunAzimuth?: never;
|
|
820
|
+
ViewSunElevation: ViewSunElevationInput;
|
|
821
|
+
Platform?: never;
|
|
822
|
+
LandsatCloudCoverLand?: never;
|
|
823
|
+
$unknown?: never;
|
|
824
|
+
}
|
|
825
|
+
/**
|
|
826
|
+
* <p/>
|
|
827
|
+
*/
|
|
828
|
+
interface PlatformMember {
|
|
829
|
+
EoCloudCover?: never;
|
|
830
|
+
ViewOffNadir?: never;
|
|
831
|
+
ViewSunAzimuth?: never;
|
|
832
|
+
ViewSunElevation?: never;
|
|
833
|
+
Platform: PlatformInput;
|
|
834
|
+
LandsatCloudCoverLand?: never;
|
|
835
|
+
$unknown?: never;
|
|
836
|
+
}
|
|
837
|
+
/**
|
|
838
|
+
* <p/>
|
|
839
|
+
*/
|
|
840
|
+
interface LandsatCloudCoverLandMember {
|
|
841
|
+
EoCloudCover?: never;
|
|
842
|
+
ViewOffNadir?: never;
|
|
843
|
+
ViewSunAzimuth?: never;
|
|
844
|
+
ViewSunElevation?: never;
|
|
845
|
+
Platform?: never;
|
|
846
|
+
LandsatCloudCoverLand: LandsatCloudCoverLandInput;
|
|
847
|
+
$unknown?: never;
|
|
848
|
+
}
|
|
849
|
+
interface $UnknownMember {
|
|
850
|
+
EoCloudCover?: never;
|
|
851
|
+
ViewOffNadir?: never;
|
|
852
|
+
ViewSunAzimuth?: never;
|
|
853
|
+
ViewSunElevation?: never;
|
|
854
|
+
Platform?: never;
|
|
855
|
+
LandsatCloudCoverLand?: never;
|
|
856
|
+
$unknown: [string, any];
|
|
857
|
+
}
|
|
858
|
+
interface Visitor<T> {
|
|
859
|
+
EoCloudCover: (value: EoCloudCoverInput) => T;
|
|
860
|
+
ViewOffNadir: (value: ViewOffNadirInput) => T;
|
|
861
|
+
ViewSunAzimuth: (value: ViewSunAzimuthInput) => T;
|
|
862
|
+
ViewSunElevation: (value: ViewSunElevationInput) => T;
|
|
863
|
+
Platform: (value: PlatformInput) => T;
|
|
864
|
+
LandsatCloudCoverLand: (value: LandsatCloudCoverLandInput) => T;
|
|
865
|
+
_: (name: string, value: any) => T;
|
|
866
|
+
}
|
|
867
|
+
const visit: <T>(value: Property, visitor: Visitor<T>) => T;
|
|
868
|
+
}
|
|
869
|
+
/**
|
|
870
|
+
* <p/>
|
|
871
|
+
*/
|
|
872
|
+
export interface PropertyFilter {
|
|
873
|
+
/**
|
|
874
|
+
* <p/>
|
|
875
|
+
*/
|
|
876
|
+
Property: Property | undefined;
|
|
877
|
+
}
|
|
878
|
+
/**
|
|
879
|
+
* <p/>
|
|
880
|
+
*/
|
|
881
|
+
export interface PropertyFilters {
|
|
882
|
+
/**
|
|
883
|
+
* <p/>
|
|
884
|
+
*/
|
|
885
|
+
Properties?: PropertyFilter[];
|
|
886
|
+
/**
|
|
887
|
+
* <p/>
|
|
888
|
+
*/
|
|
889
|
+
LogicalOperator?: LogicalOperator | string;
|
|
890
|
+
}
|
|
891
|
+
/**
|
|
892
|
+
* <p>The input for the time-range filter.</p>
|
|
893
|
+
*/
|
|
894
|
+
export interface TimeRangeFilterInput {
|
|
895
|
+
/**
|
|
896
|
+
* <p>The start time for the time-range filter.</p>
|
|
897
|
+
*/
|
|
898
|
+
StartTime: Date | undefined;
|
|
899
|
+
/**
|
|
900
|
+
* <p>The end time for the time-range filter.</p>
|
|
901
|
+
*/
|
|
902
|
+
EndTime: Date | undefined;
|
|
903
|
+
}
|
|
904
|
+
/**
|
|
905
|
+
* <p/>
|
|
906
|
+
*/
|
|
907
|
+
export interface RasterDataCollectionQueryOutput {
|
|
908
|
+
/**
|
|
909
|
+
* <p/>
|
|
910
|
+
*/
|
|
911
|
+
RasterDataCollectionArn: string | undefined;
|
|
912
|
+
/**
|
|
913
|
+
* <p>The name of the raster data collection.</p>
|
|
914
|
+
*/
|
|
915
|
+
RasterDataCollectionName: string | undefined;
|
|
916
|
+
/**
|
|
917
|
+
* <p/>
|
|
918
|
+
*/
|
|
919
|
+
TimeRangeFilter: TimeRangeFilterInput | undefined;
|
|
920
|
+
/**
|
|
921
|
+
* <p/>
|
|
922
|
+
*/
|
|
923
|
+
AreaOfInterest?: AreaOfInterest;
|
|
924
|
+
/**
|
|
925
|
+
* <p/>
|
|
926
|
+
*/
|
|
927
|
+
PropertyFilters?: PropertyFilters;
|
|
928
|
+
}
|
|
929
|
+
/**
|
|
930
|
+
* <p>The InputConfig for an EarthObservationJob response.</p>
|
|
931
|
+
*/
|
|
932
|
+
export interface InputConfigOutput {
|
|
933
|
+
/**
|
|
934
|
+
* <p>The Amazon Resource Name (ARN) of the previous Earth Observation job.</p>
|
|
935
|
+
*/
|
|
936
|
+
PreviousEarthObservationJobArn?: string;
|
|
937
|
+
/**
|
|
938
|
+
* <p>The location of the input data.</p>
|
|
939
|
+
*/
|
|
940
|
+
DataSourceConfig?: EojDataSourceConfigInput;
|
|
941
|
+
/**
|
|
942
|
+
* <p/>
|
|
943
|
+
*/
|
|
944
|
+
RasterDataCollectionQuery?: RasterDataCollectionQueryOutput;
|
|
945
|
+
}
|
|
946
|
+
/**
|
|
947
|
+
* <p>Input configuration information for the geomosaic.</p>
|
|
948
|
+
*/
|
|
949
|
+
export interface GeoMosaicConfigInput {
|
|
950
|
+
/**
|
|
951
|
+
* <p>The name of the algorithm being used for geomosaic.</p>
|
|
952
|
+
*/
|
|
953
|
+
AlgorithmName?: AlgorithmNameGeoMosaic | string;
|
|
954
|
+
/**
|
|
955
|
+
* <p>The target bands for geomosaic.</p>
|
|
956
|
+
*/
|
|
957
|
+
TargetBands?: string[];
|
|
958
|
+
}
|
|
959
|
+
/**
|
|
960
|
+
* <p/>
|
|
961
|
+
*/
|
|
962
|
+
export interface LandCoverSegmentationConfigInput {
|
|
963
|
+
}
|
|
964
|
+
export declare enum Unit {
|
|
965
|
+
/**
|
|
966
|
+
* METERS
|
|
967
|
+
*/
|
|
968
|
+
METERS = "METERS"
|
|
969
|
+
}
|
|
970
|
+
/**
|
|
971
|
+
* <p/>
|
|
972
|
+
*/
|
|
973
|
+
export interface UserDefined {
|
|
974
|
+
/**
|
|
975
|
+
* <p/>
|
|
976
|
+
*/
|
|
977
|
+
Value: number | undefined;
|
|
978
|
+
/**
|
|
979
|
+
* <p/>
|
|
980
|
+
*/
|
|
981
|
+
Unit: Unit | string | undefined;
|
|
982
|
+
}
|
|
983
|
+
/**
|
|
984
|
+
* <p/>
|
|
985
|
+
*/
|
|
986
|
+
export interface OutputResolutionResamplingInput {
|
|
987
|
+
/**
|
|
988
|
+
* <p/>
|
|
989
|
+
*/
|
|
990
|
+
UserDefined: UserDefined | undefined;
|
|
991
|
+
}
|
|
992
|
+
/**
|
|
993
|
+
* <p/>
|
|
994
|
+
*/
|
|
995
|
+
export interface ResamplingConfigInput {
|
|
996
|
+
/**
|
|
997
|
+
* <p/>
|
|
998
|
+
*/
|
|
999
|
+
OutputResolution: OutputResolutionResamplingInput | undefined;
|
|
1000
|
+
/**
|
|
1001
|
+
* <p>The name of the algorithm used for resampling.</p>
|
|
1002
|
+
*/
|
|
1003
|
+
AlgorithmName?: AlgorithmNameResampling | string;
|
|
1004
|
+
/**
|
|
1005
|
+
* <p/>
|
|
1006
|
+
*/
|
|
1007
|
+
TargetBands?: string[];
|
|
1008
|
+
}
|
|
1009
|
+
export declare enum PredefinedResolution {
|
|
1010
|
+
/**
|
|
1011
|
+
* AVERAGE
|
|
1012
|
+
*/
|
|
1013
|
+
AVERAGE = "AVERAGE",
|
|
1014
|
+
/**
|
|
1015
|
+
* HIGHEST
|
|
1016
|
+
*/
|
|
1017
|
+
HIGHEST = "HIGHEST",
|
|
1018
|
+
/**
|
|
1019
|
+
* LOWEST
|
|
1020
|
+
*/
|
|
1021
|
+
LOWEST = "LOWEST"
|
|
1022
|
+
}
|
|
1023
|
+
/**
|
|
1024
|
+
* <p/>
|
|
1025
|
+
*/
|
|
1026
|
+
export interface OutputResolutionStackInput {
|
|
1027
|
+
/**
|
|
1028
|
+
* <p/>
|
|
1029
|
+
*/
|
|
1030
|
+
Predefined?: PredefinedResolution | string;
|
|
1031
|
+
/**
|
|
1032
|
+
* <p/>
|
|
1033
|
+
*/
|
|
1034
|
+
UserDefined?: UserDefined;
|
|
1035
|
+
}
|
|
1036
|
+
/**
|
|
1037
|
+
* <p/>
|
|
1038
|
+
*/
|
|
1039
|
+
export interface StackConfigInput {
|
|
1040
|
+
/**
|
|
1041
|
+
* <p/>
|
|
1042
|
+
*/
|
|
1043
|
+
OutputResolution?: OutputResolutionStackInput;
|
|
1044
|
+
/**
|
|
1045
|
+
* <p/>
|
|
1046
|
+
*/
|
|
1047
|
+
TargetBands?: string[];
|
|
1048
|
+
}
|
|
1049
|
+
export declare enum GroupBy {
|
|
1050
|
+
/**
|
|
1051
|
+
* ALL
|
|
1052
|
+
*/
|
|
1053
|
+
ALL = "ALL",
|
|
1054
|
+
/**
|
|
1055
|
+
* YEARLY
|
|
1056
|
+
*/
|
|
1057
|
+
YEARLY = "YEARLY"
|
|
1058
|
+
}
|
|
1059
|
+
export declare enum TemporalStatistics {
|
|
1060
|
+
/**
|
|
1061
|
+
* MEAN
|
|
1062
|
+
*/
|
|
1063
|
+
MEAN = "MEAN",
|
|
1064
|
+
/**
|
|
1065
|
+
* MEDIAN
|
|
1066
|
+
*/
|
|
1067
|
+
MEDIAN = "MEDIAN",
|
|
1068
|
+
/**
|
|
1069
|
+
* STANDARD_DEVIATION
|
|
1070
|
+
*/
|
|
1071
|
+
STANDARD_DEVIATION = "STANDARD_DEVIATION"
|
|
1072
|
+
}
|
|
1073
|
+
/**
|
|
1074
|
+
* <p/>
|
|
1075
|
+
*/
|
|
1076
|
+
export interface TemporalStatisticsConfigInput {
|
|
1077
|
+
/**
|
|
1078
|
+
* <p/>
|
|
1079
|
+
*/
|
|
1080
|
+
GroupBy?: GroupBy | string;
|
|
1081
|
+
/**
|
|
1082
|
+
* <p/>
|
|
1083
|
+
*/
|
|
1084
|
+
Statistics: (TemporalStatistics | string)[] | undefined;
|
|
1085
|
+
/**
|
|
1086
|
+
* <p/>
|
|
1087
|
+
*/
|
|
1088
|
+
TargetBands?: string[];
|
|
1089
|
+
}
|
|
1090
|
+
export declare enum ZonalStatistics {
|
|
1091
|
+
/**
|
|
1092
|
+
* MAX
|
|
1093
|
+
*/
|
|
1094
|
+
MAX = "MAX",
|
|
1095
|
+
/**
|
|
1096
|
+
* MEAN
|
|
1097
|
+
*/
|
|
1098
|
+
MEAN = "MEAN",
|
|
1099
|
+
/**
|
|
1100
|
+
* MEDIAN
|
|
1101
|
+
*/
|
|
1102
|
+
MEDIAN = "MEDIAN",
|
|
1103
|
+
/**
|
|
1104
|
+
* MIN
|
|
1105
|
+
*/
|
|
1106
|
+
MIN = "MIN",
|
|
1107
|
+
/**
|
|
1108
|
+
* STANDARD_DEVIATION
|
|
1109
|
+
*/
|
|
1110
|
+
STANDARD_DEVIATION = "STANDARD_DEVIATION",
|
|
1111
|
+
/**
|
|
1112
|
+
* SUM
|
|
1113
|
+
*/
|
|
1114
|
+
SUM = "SUM"
|
|
1115
|
+
}
|
|
1116
|
+
/**
|
|
1117
|
+
* <p/>
|
|
1118
|
+
*/
|
|
1119
|
+
export interface ZonalStatisticsConfigInput {
|
|
1120
|
+
/**
|
|
1121
|
+
* <p/>
|
|
1122
|
+
*/
|
|
1123
|
+
ZoneS3Path: string | undefined;
|
|
1124
|
+
/**
|
|
1125
|
+
* <p/>
|
|
1126
|
+
*/
|
|
1127
|
+
Statistics: (ZonalStatistics | string)[] | undefined;
|
|
1128
|
+
/**
|
|
1129
|
+
* <p/>
|
|
1130
|
+
*/
|
|
1131
|
+
TargetBands?: string[];
|
|
1132
|
+
}
|
|
1133
|
+
/**
|
|
1134
|
+
* <p>The input structure for the JobConfig in an EarthObservationJob.</p>
|
|
1135
|
+
*/
|
|
1136
|
+
export declare type JobConfigInput = JobConfigInput.BandMathConfigMember | JobConfigInput.CloudMaskingConfigMember | JobConfigInput.CloudRemovalConfigMember | JobConfigInput.GeoMosaicConfigMember | JobConfigInput.LandCoverSegmentationConfigMember | JobConfigInput.ResamplingConfigMember | JobConfigInput.StackConfigMember | JobConfigInput.TemporalStatisticsConfigMember | JobConfigInput.ZonalStatisticsConfigMember | JobConfigInput.$UnknownMember;
|
|
1137
|
+
export declare namespace JobConfigInput {
|
|
1138
|
+
/**
|
|
1139
|
+
* <p/>
|
|
1140
|
+
*/
|
|
1141
|
+
interface BandMathConfigMember {
|
|
1142
|
+
BandMathConfig: BandMathConfigInput;
|
|
1143
|
+
ResamplingConfig?: never;
|
|
1144
|
+
TemporalStatisticsConfig?: never;
|
|
1145
|
+
CloudRemovalConfig?: never;
|
|
1146
|
+
ZonalStatisticsConfig?: never;
|
|
1147
|
+
GeoMosaicConfig?: never;
|
|
1148
|
+
StackConfig?: never;
|
|
1149
|
+
CloudMaskingConfig?: never;
|
|
1150
|
+
LandCoverSegmentationConfig?: never;
|
|
1151
|
+
$unknown?: never;
|
|
1152
|
+
}
|
|
1153
|
+
/**
|
|
1154
|
+
* <p>An object containing information about the job configuration for resampling.</p>
|
|
1155
|
+
*/
|
|
1156
|
+
interface ResamplingConfigMember {
|
|
1157
|
+
BandMathConfig?: never;
|
|
1158
|
+
ResamplingConfig: ResamplingConfigInput;
|
|
1159
|
+
TemporalStatisticsConfig?: never;
|
|
1160
|
+
CloudRemovalConfig?: never;
|
|
1161
|
+
ZonalStatisticsConfig?: never;
|
|
1162
|
+
GeoMosaicConfig?: never;
|
|
1163
|
+
StackConfig?: never;
|
|
1164
|
+
CloudMaskingConfig?: never;
|
|
1165
|
+
LandCoverSegmentationConfig?: never;
|
|
1166
|
+
$unknown?: never;
|
|
1167
|
+
}
|
|
1168
|
+
/**
|
|
1169
|
+
* <p>An object containing information about the job configuration for temporal statistics.</p>
|
|
1170
|
+
*/
|
|
1171
|
+
interface TemporalStatisticsConfigMember {
|
|
1172
|
+
BandMathConfig?: never;
|
|
1173
|
+
ResamplingConfig?: never;
|
|
1174
|
+
TemporalStatisticsConfig: TemporalStatisticsConfigInput;
|
|
1175
|
+
CloudRemovalConfig?: never;
|
|
1176
|
+
ZonalStatisticsConfig?: never;
|
|
1177
|
+
GeoMosaicConfig?: never;
|
|
1178
|
+
StackConfig?: never;
|
|
1179
|
+
CloudMaskingConfig?: never;
|
|
1180
|
+
LandCoverSegmentationConfig?: never;
|
|
1181
|
+
$unknown?: never;
|
|
1182
|
+
}
|
|
1183
|
+
/**
|
|
1184
|
+
* <p>An object containing information about the job configuration for cloud removal.</p>
|
|
1185
|
+
*/
|
|
1186
|
+
interface CloudRemovalConfigMember {
|
|
1187
|
+
BandMathConfig?: never;
|
|
1188
|
+
ResamplingConfig?: never;
|
|
1189
|
+
TemporalStatisticsConfig?: never;
|
|
1190
|
+
CloudRemovalConfig: CloudRemovalConfigInput;
|
|
1191
|
+
ZonalStatisticsConfig?: never;
|
|
1192
|
+
GeoMosaicConfig?: never;
|
|
1193
|
+
StackConfig?: never;
|
|
1194
|
+
CloudMaskingConfig?: never;
|
|
1195
|
+
LandCoverSegmentationConfig?: never;
|
|
1196
|
+
$unknown?: never;
|
|
1197
|
+
}
|
|
1198
|
+
/**
|
|
1199
|
+
* <p>An object containing information about the job configuration for zonal statistics.</p>
|
|
1200
|
+
*/
|
|
1201
|
+
interface ZonalStatisticsConfigMember {
|
|
1202
|
+
BandMathConfig?: never;
|
|
1203
|
+
ResamplingConfig?: never;
|
|
1204
|
+
TemporalStatisticsConfig?: never;
|
|
1205
|
+
CloudRemovalConfig?: never;
|
|
1206
|
+
ZonalStatisticsConfig: ZonalStatisticsConfigInput;
|
|
1207
|
+
GeoMosaicConfig?: never;
|
|
1208
|
+
StackConfig?: never;
|
|
1209
|
+
CloudMaskingConfig?: never;
|
|
1210
|
+
LandCoverSegmentationConfig?: never;
|
|
1211
|
+
$unknown?: never;
|
|
1212
|
+
}
|
|
1213
|
+
/**
|
|
1214
|
+
* <p>An object containing information about the job configuration for geomosaic.</p>
|
|
1215
|
+
*/
|
|
1216
|
+
interface GeoMosaicConfigMember {
|
|
1217
|
+
BandMathConfig?: never;
|
|
1218
|
+
ResamplingConfig?: never;
|
|
1219
|
+
TemporalStatisticsConfig?: never;
|
|
1220
|
+
CloudRemovalConfig?: never;
|
|
1221
|
+
ZonalStatisticsConfig?: never;
|
|
1222
|
+
GeoMosaicConfig: GeoMosaicConfigInput;
|
|
1223
|
+
StackConfig?: never;
|
|
1224
|
+
CloudMaskingConfig?: never;
|
|
1225
|
+
LandCoverSegmentationConfig?: never;
|
|
1226
|
+
$unknown?: never;
|
|
1227
|
+
}
|
|
1228
|
+
/**
|
|
1229
|
+
* <p/>
|
|
1230
|
+
*/
|
|
1231
|
+
interface StackConfigMember {
|
|
1232
|
+
BandMathConfig?: never;
|
|
1233
|
+
ResamplingConfig?: never;
|
|
1234
|
+
TemporalStatisticsConfig?: never;
|
|
1235
|
+
CloudRemovalConfig?: never;
|
|
1236
|
+
ZonalStatisticsConfig?: never;
|
|
1237
|
+
GeoMosaicConfig?: never;
|
|
1238
|
+
StackConfig: StackConfigInput;
|
|
1239
|
+
CloudMaskingConfig?: never;
|
|
1240
|
+
LandCoverSegmentationConfig?: never;
|
|
1241
|
+
$unknown?: never;
|
|
1242
|
+
}
|
|
1243
|
+
/**
|
|
1244
|
+
* <p>An object containing information about the job configuration for cloud masking.</p>
|
|
1245
|
+
*/
|
|
1246
|
+
interface CloudMaskingConfigMember {
|
|
1247
|
+
BandMathConfig?: never;
|
|
1248
|
+
ResamplingConfig?: never;
|
|
1249
|
+
TemporalStatisticsConfig?: never;
|
|
1250
|
+
CloudRemovalConfig?: never;
|
|
1251
|
+
ZonalStatisticsConfig?: never;
|
|
1252
|
+
GeoMosaicConfig?: never;
|
|
1253
|
+
StackConfig?: never;
|
|
1254
|
+
CloudMaskingConfig: CloudMaskingConfigInput;
|
|
1255
|
+
LandCoverSegmentationConfig?: never;
|
|
1256
|
+
$unknown?: never;
|
|
1257
|
+
}
|
|
1258
|
+
/**
|
|
1259
|
+
* <p>An object containing information about the job configuration for land cover segmentation.</p>
|
|
1260
|
+
*/
|
|
1261
|
+
interface LandCoverSegmentationConfigMember {
|
|
1262
|
+
BandMathConfig?: never;
|
|
1263
|
+
ResamplingConfig?: never;
|
|
1264
|
+
TemporalStatisticsConfig?: never;
|
|
1265
|
+
CloudRemovalConfig?: never;
|
|
1266
|
+
ZonalStatisticsConfig?: never;
|
|
1267
|
+
GeoMosaicConfig?: never;
|
|
1268
|
+
StackConfig?: never;
|
|
1269
|
+
CloudMaskingConfig?: never;
|
|
1270
|
+
LandCoverSegmentationConfig: LandCoverSegmentationConfigInput;
|
|
1271
|
+
$unknown?: never;
|
|
1272
|
+
}
|
|
1273
|
+
interface $UnknownMember {
|
|
1274
|
+
BandMathConfig?: never;
|
|
1275
|
+
ResamplingConfig?: never;
|
|
1276
|
+
TemporalStatisticsConfig?: never;
|
|
1277
|
+
CloudRemovalConfig?: never;
|
|
1278
|
+
ZonalStatisticsConfig?: never;
|
|
1279
|
+
GeoMosaicConfig?: never;
|
|
1280
|
+
StackConfig?: never;
|
|
1281
|
+
CloudMaskingConfig?: never;
|
|
1282
|
+
LandCoverSegmentationConfig?: never;
|
|
1283
|
+
$unknown: [string, any];
|
|
1284
|
+
}
|
|
1285
|
+
interface Visitor<T> {
|
|
1286
|
+
BandMathConfig: (value: BandMathConfigInput) => T;
|
|
1287
|
+
ResamplingConfig: (value: ResamplingConfigInput) => T;
|
|
1288
|
+
TemporalStatisticsConfig: (value: TemporalStatisticsConfigInput) => T;
|
|
1289
|
+
CloudRemovalConfig: (value: CloudRemovalConfigInput) => T;
|
|
1290
|
+
ZonalStatisticsConfig: (value: ZonalStatisticsConfigInput) => T;
|
|
1291
|
+
GeoMosaicConfig: (value: GeoMosaicConfigInput) => T;
|
|
1292
|
+
StackConfig: (value: StackConfigInput) => T;
|
|
1293
|
+
CloudMaskingConfig: (value: CloudMaskingConfigInput) => T;
|
|
1294
|
+
LandCoverSegmentationConfig: (value: LandCoverSegmentationConfigInput) => T;
|
|
1295
|
+
_: (name: string, value: any) => T;
|
|
1296
|
+
}
|
|
1297
|
+
const visit: <T>(value: JobConfigInput, visitor: Visitor<T>) => T;
|
|
1298
|
+
}
|
|
1299
|
+
/**
|
|
1300
|
+
* <p>A single EarthObservationJob output band.</p>
|
|
1301
|
+
*/
|
|
1302
|
+
export interface OutputBand {
|
|
1303
|
+
/**
|
|
1304
|
+
* <p>The name of the band.</p>
|
|
1305
|
+
*/
|
|
1306
|
+
BandName: string | undefined;
|
|
1307
|
+
/**
|
|
1308
|
+
* <p>The datatype of the output band.</p>
|
|
1309
|
+
*/
|
|
1310
|
+
OutputDataType: OutputType | string | undefined;
|
|
1311
|
+
}
|
|
1312
|
+
export declare enum EarthObservationJobStatus {
|
|
1313
|
+
/**
|
|
1314
|
+
* COMPLETED
|
|
1315
|
+
*/
|
|
1316
|
+
COMPLETED = "COMPLETED",
|
|
1317
|
+
/**
|
|
1318
|
+
* DELETED
|
|
1319
|
+
*/
|
|
1320
|
+
DELETED = "DELETED",
|
|
1321
|
+
/**
|
|
1322
|
+
* DELETING
|
|
1323
|
+
*/
|
|
1324
|
+
DELETING = "DELETING",
|
|
1325
|
+
/**
|
|
1326
|
+
* FAILED
|
|
1327
|
+
*/
|
|
1328
|
+
FAILED = "FAILED",
|
|
1329
|
+
/**
|
|
1330
|
+
* INITIALIZING
|
|
1331
|
+
*/
|
|
1332
|
+
INITIALIZING = "INITIALIZING",
|
|
1333
|
+
/**
|
|
1334
|
+
* IN_PROGRESS
|
|
1335
|
+
*/
|
|
1336
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
1337
|
+
/**
|
|
1338
|
+
* STOPPED
|
|
1339
|
+
*/
|
|
1340
|
+
STOPPED = "STOPPED",
|
|
1341
|
+
/**
|
|
1342
|
+
* STOPPING
|
|
1343
|
+
*/
|
|
1344
|
+
STOPPING = "STOPPING"
|
|
1345
|
+
}
|
|
1346
|
+
export interface GetEarthObservationJobOutput {
|
|
1347
|
+
/**
|
|
1348
|
+
* <p>The Amazon Resource Name (ARN) of the Earth Observation job.</p>
|
|
1349
|
+
*/
|
|
1350
|
+
Arn: string | undefined;
|
|
1351
|
+
/**
|
|
1352
|
+
* <p>The name of the Earth Observation job.</p>
|
|
1353
|
+
*/
|
|
1354
|
+
Name: string | undefined;
|
|
1355
|
+
/**
|
|
1356
|
+
* <p>The creation time of the initiated Earth Observation job.</p>
|
|
1357
|
+
*/
|
|
1358
|
+
CreationTime: Date | undefined;
|
|
1359
|
+
/**
|
|
1360
|
+
* <p>The duration of Earth Observation job, in seconds.</p>
|
|
1361
|
+
*/
|
|
1362
|
+
DurationInSeconds: number | undefined;
|
|
1363
|
+
/**
|
|
1364
|
+
* <p>The status of a previously initiated Earth Observation job.</p>
|
|
1365
|
+
*/
|
|
1366
|
+
Status: EarthObservationJobStatus | string | undefined;
|
|
1367
|
+
/**
|
|
1368
|
+
* <p>The Amazon Key Management Service (KMS) key ID for server-side encryption.</p>
|
|
1369
|
+
*/
|
|
1370
|
+
KmsKeyId?: string;
|
|
1371
|
+
/**
|
|
1372
|
+
* <p>Input data for the Earth Observation job.</p>
|
|
1373
|
+
*/
|
|
1374
|
+
InputConfig: InputConfigOutput | undefined;
|
|
1375
|
+
/**
|
|
1376
|
+
* <p>An object containing information about the job configuration.</p>
|
|
1377
|
+
*/
|
|
1378
|
+
JobConfig: JobConfigInput | undefined;
|
|
1379
|
+
/**
|
|
1380
|
+
* <p/>
|
|
1381
|
+
*/
|
|
1382
|
+
OutputBands?: OutputBand[];
|
|
1383
|
+
/**
|
|
1384
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that you specified for the job.</p>
|
|
1385
|
+
*/
|
|
1386
|
+
ExecutionRoleArn?: string;
|
|
1387
|
+
/**
|
|
1388
|
+
* <p>Details about the errors generated during the Earth Observation job.</p>
|
|
1389
|
+
*/
|
|
1390
|
+
ErrorDetails?: EarthObservationJobErrorDetails;
|
|
1391
|
+
/**
|
|
1392
|
+
* <p>The status of the Earth Observation job.</p>
|
|
1393
|
+
*/
|
|
1394
|
+
ExportStatus?: EarthObservationJobExportStatus | string;
|
|
1395
|
+
/**
|
|
1396
|
+
* <p>Details about the errors generated during ExportEarthObservationJob.</p>
|
|
1397
|
+
*/
|
|
1398
|
+
ExportErrorDetails?: ExportErrorDetails;
|
|
1399
|
+
/**
|
|
1400
|
+
* <p>Each tag consists of a key and a value.</p>
|
|
1401
|
+
*/
|
|
1402
|
+
Tags?: Record<string, string>;
|
|
1403
|
+
}
|
|
1404
|
+
export declare enum TargetOptions {
|
|
1405
|
+
/**
|
|
1406
|
+
* INPUT
|
|
1407
|
+
*/
|
|
1408
|
+
INPUT = "INPUT",
|
|
1409
|
+
/**
|
|
1410
|
+
* OUTPUT
|
|
1411
|
+
*/
|
|
1412
|
+
OUTPUT = "OUTPUT"
|
|
1413
|
+
}
|
|
1414
|
+
export interface GetTileInput {
|
|
1415
|
+
/**
|
|
1416
|
+
* <p>The x coordinate of the tile input.</p>
|
|
1417
|
+
*/
|
|
1418
|
+
x: number | undefined;
|
|
1419
|
+
/**
|
|
1420
|
+
* <p>The y coordinate of the tile input.</p>
|
|
1421
|
+
*/
|
|
1422
|
+
y: number | undefined;
|
|
1423
|
+
/**
|
|
1424
|
+
* <p>The z coordinate of the tile input.</p>
|
|
1425
|
+
*/
|
|
1426
|
+
z: number | undefined;
|
|
1427
|
+
/**
|
|
1428
|
+
* <p>The particular assets or bands to tile.</p>
|
|
1429
|
+
*/
|
|
1430
|
+
ImageAssets: string[] | undefined;
|
|
1431
|
+
/**
|
|
1432
|
+
* <p>Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.</p>
|
|
1433
|
+
*/
|
|
1434
|
+
Target: TargetOptions | string | undefined;
|
|
1435
|
+
/**
|
|
1436
|
+
* <p>The Amazon Resource Name (ARN) of the tile operation.</p>
|
|
1437
|
+
*/
|
|
1438
|
+
Arn: string | undefined;
|
|
1439
|
+
/**
|
|
1440
|
+
* <p>Determines whether or not to return a valid data mask.</p>
|
|
1441
|
+
*/
|
|
1442
|
+
ImageMask?: boolean;
|
|
1443
|
+
/**
|
|
1444
|
+
* <p>The data format of the output tile. The formats include .npy, .png and .jpg.</p>
|
|
1445
|
+
*/
|
|
1446
|
+
OutputFormat?: string;
|
|
1447
|
+
/**
|
|
1448
|
+
* <p>Time range filter applied to imagery to find the images to tile.</p>
|
|
1449
|
+
*/
|
|
1450
|
+
TimeRangeFilter?: string;
|
|
1451
|
+
/**
|
|
1452
|
+
* <p>Property filters for the imagery to tile.</p>
|
|
1453
|
+
*/
|
|
1454
|
+
PropertyFilters?: string;
|
|
1455
|
+
/**
|
|
1456
|
+
* <p>The output data type of the tile operation.</p>
|
|
1457
|
+
*/
|
|
1458
|
+
OutputDataType?: OutputType | string;
|
|
1459
|
+
}
|
|
1460
|
+
export interface GetTileOutput {
|
|
1461
|
+
/**
|
|
1462
|
+
* <p>The output binary file.</p>
|
|
1463
|
+
*/
|
|
1464
|
+
BinaryFile?: Readable | ReadableStream | Blob;
|
|
1465
|
+
}
|
|
1466
|
+
export declare enum SortOrder {
|
|
1467
|
+
/**
|
|
1468
|
+
* ASCENDING
|
|
1469
|
+
*/
|
|
1470
|
+
ASCENDING = "ASCENDING",
|
|
1471
|
+
/**
|
|
1472
|
+
* DESCENDING
|
|
1473
|
+
*/
|
|
1474
|
+
DESCENDING = "DESCENDING"
|
|
1475
|
+
}
|
|
1476
|
+
export interface ListEarthObservationJobInput {
|
|
1477
|
+
/**
|
|
1478
|
+
* <p>A filter that retrieves only jobs with a specific status.</p>
|
|
1479
|
+
*/
|
|
1480
|
+
StatusEquals?: EarthObservationJobStatus | string;
|
|
1481
|
+
/**
|
|
1482
|
+
* <p>An optional value that specifies whether you want the results sorted in <code>Ascending</code> or <code>Descending</code> order.</p>
|
|
1483
|
+
*/
|
|
1484
|
+
SortOrder?: SortOrder | string;
|
|
1485
|
+
/**
|
|
1486
|
+
* <p>The parameter by which to sort the results.</p>
|
|
1487
|
+
*/
|
|
1488
|
+
SortBy?: string;
|
|
1489
|
+
/**
|
|
1490
|
+
* <p>If the previous response was truncated, you receive this token.
|
|
1491
|
+
* Use it in your next request to receive the next set of results.</p>
|
|
1492
|
+
*/
|
|
1493
|
+
NextToken?: string;
|
|
1494
|
+
/**
|
|
1495
|
+
* <p>The total number of items to return.</p>
|
|
1496
|
+
*/
|
|
1497
|
+
MaxResults?: number;
|
|
1498
|
+
}
|
|
1499
|
+
/**
|
|
1500
|
+
* <p>An object containing information about the output file.</p>
|
|
1501
|
+
*/
|
|
1502
|
+
export interface ListEarthObservationJobOutputConfig {
|
|
1503
|
+
/**
|
|
1504
|
+
* <p>The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.</p>
|
|
1505
|
+
*/
|
|
1506
|
+
Arn: string | undefined;
|
|
1507
|
+
/**
|
|
1508
|
+
* <p>The names of the Earth Observation jobs in the list.</p>
|
|
1509
|
+
*/
|
|
1510
|
+
Name: string | undefined;
|
|
1511
|
+
/**
|
|
1512
|
+
* <p>The creation time.</p>
|
|
1513
|
+
*/
|
|
1514
|
+
CreationTime: Date | undefined;
|
|
1515
|
+
/**
|
|
1516
|
+
* <p>The duration of the session, in seconds.</p>
|
|
1517
|
+
*/
|
|
1518
|
+
DurationInSeconds: number | undefined;
|
|
1519
|
+
/**
|
|
1520
|
+
* <p>The status of the list of the Earth Observation jobs.</p>
|
|
1521
|
+
*/
|
|
1522
|
+
Status: EarthObservationJobStatus | string | undefined;
|
|
1523
|
+
/**
|
|
1524
|
+
* <p/>
|
|
1525
|
+
*/
|
|
1526
|
+
OperationType: string | undefined;
|
|
1527
|
+
/**
|
|
1528
|
+
* <p>Each tag consists of a key and a value.</p>
|
|
1529
|
+
*/
|
|
1530
|
+
Tags?: Record<string, string>;
|
|
1531
|
+
}
|
|
1532
|
+
export interface ListEarthObservationJobOutput {
|
|
1533
|
+
/**
|
|
1534
|
+
* <p>Contains summary information about the Earth Observation jobs.</p>
|
|
1535
|
+
*/
|
|
1536
|
+
EarthObservationJobSummaries: ListEarthObservationJobOutputConfig[] | undefined;
|
|
1537
|
+
/**
|
|
1538
|
+
* <p>If the previous response was truncated, you receive this token.
|
|
1539
|
+
* Use it in your next request to receive the next set of results.</p>
|
|
1540
|
+
*/
|
|
1541
|
+
NextToken?: string;
|
|
1542
|
+
}
|
|
1543
|
+
/**
|
|
1544
|
+
* <p/>
|
|
1545
|
+
*/
|
|
1546
|
+
export interface RasterDataCollectionQueryInput {
|
|
1547
|
+
/**
|
|
1548
|
+
* <p>The Amazon Resource Name (ARN) of the raster data collection.</p>
|
|
1549
|
+
*/
|
|
1550
|
+
RasterDataCollectionArn: string | undefined;
|
|
1551
|
+
/**
|
|
1552
|
+
* <p/>
|
|
1553
|
+
*/
|
|
1554
|
+
TimeRangeFilter: TimeRangeFilterInput | undefined;
|
|
1555
|
+
/**
|
|
1556
|
+
* <p>The area of interest being queried for the raster data collection.</p>
|
|
1557
|
+
*/
|
|
1558
|
+
AreaOfInterest?: AreaOfInterest;
|
|
1559
|
+
/**
|
|
1560
|
+
* <p/>
|
|
1561
|
+
*/
|
|
1562
|
+
PropertyFilters?: PropertyFilters;
|
|
1563
|
+
}
|
|
1564
|
+
/**
|
|
1565
|
+
* <p>Input configuration information.</p>
|
|
1566
|
+
*/
|
|
1567
|
+
export interface InputConfigInput {
|
|
1568
|
+
/**
|
|
1569
|
+
* <p>The Amazon Resource Name (ARN) of the previous Earth Observation job.</p>
|
|
1570
|
+
*/
|
|
1571
|
+
PreviousEarthObservationJobArn?: string;
|
|
1572
|
+
/**
|
|
1573
|
+
* <p>The location of the input data.></p>
|
|
1574
|
+
*/
|
|
1575
|
+
DataSourceConfig?: EojDataSourceConfigInput;
|
|
1576
|
+
/**
|
|
1577
|
+
* <p/>
|
|
1578
|
+
*/
|
|
1579
|
+
RasterDataCollectionQuery?: RasterDataCollectionQueryInput;
|
|
1580
|
+
}
|
|
1581
|
+
export interface StartEarthObservationJobInput {
|
|
1582
|
+
/**
|
|
1583
|
+
* <p>The name of the Earth Observation job.</p>
|
|
1584
|
+
*/
|
|
1585
|
+
Name: string | undefined;
|
|
1586
|
+
/**
|
|
1587
|
+
* <p>A unique token that guarantees that the call to this API is idempotent.</p>
|
|
1588
|
+
*/
|
|
1589
|
+
ClientToken?: string;
|
|
1590
|
+
/**
|
|
1591
|
+
* <p>The Amazon Key Management Service (KMS) key ID for server-side encryption.</p>
|
|
1592
|
+
*/
|
|
1593
|
+
KmsKeyId?: string;
|
|
1594
|
+
/**
|
|
1595
|
+
* <p>Input configuration information for the Earth Observation job.</p>
|
|
1596
|
+
*/
|
|
1597
|
+
InputConfig: InputConfigInput | undefined;
|
|
1598
|
+
/**
|
|
1599
|
+
* <p>An object containing information about the job configuration.</p>
|
|
1600
|
+
*/
|
|
1601
|
+
JobConfig: JobConfigInput | undefined;
|
|
1602
|
+
/**
|
|
1603
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that you specified for the job.</p>
|
|
1604
|
+
*/
|
|
1605
|
+
ExecutionRoleArn?: string;
|
|
1606
|
+
/**
|
|
1607
|
+
* <p>Each tag consists of a key and a value.</p>
|
|
1608
|
+
*/
|
|
1609
|
+
Tags?: Record<string, string>;
|
|
1610
|
+
}
|
|
1611
|
+
export interface StartEarthObservationJobOutput {
|
|
1612
|
+
/**
|
|
1613
|
+
* <p>The name of the Earth Observation job.</p>
|
|
1614
|
+
*/
|
|
1615
|
+
Name: string | undefined;
|
|
1616
|
+
/**
|
|
1617
|
+
* <p>The Amazon Resource Name (ARN) of the Earth Observation job.</p>
|
|
1618
|
+
*/
|
|
1619
|
+
Arn: string | undefined;
|
|
1620
|
+
/**
|
|
1621
|
+
* <p>The creation time.</p>
|
|
1622
|
+
*/
|
|
1623
|
+
CreationTime: Date | undefined;
|
|
1624
|
+
/**
|
|
1625
|
+
* <p>The duration of the session, in seconds.</p>
|
|
1626
|
+
*/
|
|
1627
|
+
DurationInSeconds: number | undefined;
|
|
1628
|
+
/**
|
|
1629
|
+
* <p>The status of the Earth Observation job.</p>
|
|
1630
|
+
*/
|
|
1631
|
+
Status: EarthObservationJobStatus | string | undefined;
|
|
1632
|
+
/**
|
|
1633
|
+
* <p>The Amazon Key Management Service (KMS) key ID for server-side encryption.</p>
|
|
1634
|
+
*/
|
|
1635
|
+
KmsKeyId?: string;
|
|
1636
|
+
/**
|
|
1637
|
+
* <p>Input configuration information for the Earth Observation job.</p>
|
|
1638
|
+
*/
|
|
1639
|
+
InputConfig?: InputConfigOutput;
|
|
1640
|
+
/**
|
|
1641
|
+
* <p>An object containing information about the job configuration.</p>
|
|
1642
|
+
*/
|
|
1643
|
+
JobConfig: JobConfigInput | undefined;
|
|
1644
|
+
/**
|
|
1645
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that you specified for the job.</p>
|
|
1646
|
+
*/
|
|
1647
|
+
ExecutionRoleArn?: string;
|
|
1648
|
+
/**
|
|
1649
|
+
* <p>Each tag consists of a key and a value.</p>
|
|
1650
|
+
*/
|
|
1651
|
+
Tags?: Record<string, string>;
|
|
1652
|
+
}
|
|
1653
|
+
export interface StopEarthObservationJobInput {
|
|
1654
|
+
/**
|
|
1655
|
+
* <p>The Amazon Resource Name (ARN) of the Earth Observation job being stopped.</p>
|
|
1656
|
+
*/
|
|
1657
|
+
Arn: string | undefined;
|
|
1658
|
+
}
|
|
1659
|
+
export interface StopEarthObservationJobOutput {
|
|
1660
|
+
}
|
|
1661
|
+
/**
|
|
1662
|
+
* <p>The Amazon S3 data for the Vector Enrichment job.</p>
|
|
1663
|
+
*/
|
|
1664
|
+
export interface VectorEnrichmentJobS3Data {
|
|
1665
|
+
/**
|
|
1666
|
+
* <p>The URL to the Amazon S3 data for the Vector Enrichment job.</p>
|
|
1667
|
+
*/
|
|
1668
|
+
S3Uri: string | undefined;
|
|
1669
|
+
/**
|
|
1670
|
+
* <p>The Amazon Key Management Service (KMS) key ID for server-side encryption.</p>
|
|
1671
|
+
*/
|
|
1672
|
+
KmsKeyId?: string;
|
|
1673
|
+
}
|
|
1674
|
+
/**
|
|
1675
|
+
* <p>An object containing information about the output file.</p>
|
|
1676
|
+
*/
|
|
1677
|
+
export interface ExportVectorEnrichmentJobOutputConfig {
|
|
1678
|
+
/**
|
|
1679
|
+
* <p/>
|
|
1680
|
+
*/
|
|
1681
|
+
S3Data: VectorEnrichmentJobS3Data | undefined;
|
|
1682
|
+
}
|
|
1683
|
+
export interface ExportVectorEnrichmentJobInput {
|
|
1684
|
+
/**
|
|
1685
|
+
* <p>The Amazon Resource Name (ARN) of the Vector Enrichment job.</p>
|
|
1686
|
+
*/
|
|
1687
|
+
Arn: string | undefined;
|
|
1688
|
+
/**
|
|
1689
|
+
* <p>The Amazon Resource Name (ARN) of the IAM rolewith permission to upload to the location in OutputConfig.</p>
|
|
1690
|
+
*/
|
|
1691
|
+
ExecutionRoleArn: string | undefined;
|
|
1692
|
+
/**
|
|
1693
|
+
* <p>Output location information for exporting Vector Enrichment Job results.
|
|
1694
|
+
* </p>
|
|
1695
|
+
*/
|
|
1696
|
+
OutputConfig: ExportVectorEnrichmentJobOutputConfig | undefined;
|
|
1697
|
+
}
|
|
1698
|
+
export declare enum VectorEnrichmentJobExportStatus {
|
|
1699
|
+
FAILED = "FAILED",
|
|
1700
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
1701
|
+
SUCCEEDED = "SUCCEEDED"
|
|
1702
|
+
}
|
|
1703
|
+
export interface ExportVectorEnrichmentJobOutput {
|
|
1704
|
+
/**
|
|
1705
|
+
* <p>The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.</p>
|
|
1706
|
+
*/
|
|
1707
|
+
Arn: string | undefined;
|
|
1708
|
+
/**
|
|
1709
|
+
* <p>The creation time.</p>
|
|
1710
|
+
*/
|
|
1711
|
+
CreationTime: Date | undefined;
|
|
1712
|
+
/**
|
|
1713
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.</p>
|
|
1714
|
+
*/
|
|
1715
|
+
ExecutionRoleArn: string | undefined;
|
|
1716
|
+
/**
|
|
1717
|
+
* <p>The status of the results the Vector Enrichment job being exported.</p>
|
|
1718
|
+
*/
|
|
1719
|
+
ExportStatus: VectorEnrichmentJobExportStatus | string | undefined;
|
|
1720
|
+
/**
|
|
1721
|
+
* <p>Output location information for exporting Vector Enrichment Job results.
|
|
1722
|
+
* </p>
|
|
1723
|
+
*/
|
|
1724
|
+
OutputConfig: ExportVectorEnrichmentJobOutputConfig | undefined;
|
|
1725
|
+
}
|
|
1726
|
+
/**
|
|
1727
|
+
* <p/>
|
|
1728
|
+
*/
|
|
1729
|
+
export interface Geometry {
|
|
1730
|
+
/**
|
|
1731
|
+
* <p/>
|
|
1732
|
+
*/
|
|
1733
|
+
Type: string | undefined;
|
|
1734
|
+
/**
|
|
1735
|
+
* <p/>
|
|
1736
|
+
*/
|
|
1737
|
+
Coordinates: number[][][] | undefined;
|
|
1738
|
+
}
|
|
1739
|
+
export interface GetRasterDataCollectionInput {
|
|
1740
|
+
/**
|
|
1741
|
+
* <p>The Amazon Resource Name (ARN) of the raster data collection.</p>
|
|
1742
|
+
*/
|
|
1743
|
+
Arn: string | undefined;
|
|
1744
|
+
}
|
|
1745
|
+
export interface GetRasterDataCollectionOutput {
|
|
1746
|
+
/**
|
|
1747
|
+
* <p>The name of the raster data collection.</p>
|
|
1748
|
+
*/
|
|
1749
|
+
Name: string | undefined;
|
|
1750
|
+
/**
|
|
1751
|
+
* <p>The Amazon Resource Name (ARN) of the raster data collection.</p>
|
|
1752
|
+
*/
|
|
1753
|
+
Arn: string | undefined;
|
|
1754
|
+
/**
|
|
1755
|
+
* <p>The raster data collection type.</p>
|
|
1756
|
+
*/
|
|
1757
|
+
Type: DataCollectionType | string | undefined;
|
|
1758
|
+
/**
|
|
1759
|
+
* <p>A description of the raster data collection.</p>
|
|
1760
|
+
*/
|
|
1761
|
+
Description: string | undefined;
|
|
1762
|
+
/**
|
|
1763
|
+
* <p>The URL of the description page.</p>
|
|
1764
|
+
*/
|
|
1765
|
+
DescriptionPageUrl: string | undefined;
|
|
1766
|
+
/**
|
|
1767
|
+
* <p>The filters supported by the raster data collection.</p>
|
|
1768
|
+
*/
|
|
1769
|
+
SupportedFilters: Filter[] | undefined;
|
|
1770
|
+
/**
|
|
1771
|
+
* <p/>
|
|
1772
|
+
*/
|
|
1773
|
+
ImageSourceBands: string[] | undefined;
|
|
1774
|
+
/**
|
|
1775
|
+
* <p>Each tag consists of a key and a value.</p>
|
|
1776
|
+
*/
|
|
1777
|
+
Tags?: Record<string, string>;
|
|
1778
|
+
}
|
|
1779
|
+
export interface GetVectorEnrichmentJobInput {
|
|
1780
|
+
/**
|
|
1781
|
+
* <p>The Amazon Resource Name (ARN) of the Vector Enrichment job.</p>
|
|
1782
|
+
*/
|
|
1783
|
+
Arn: string | undefined;
|
|
1784
|
+
}
|
|
1785
|
+
export declare enum VectorEnrichmentJobErrorType {
|
|
1786
|
+
/**
|
|
1787
|
+
* CLIENT_ERROR
|
|
1788
|
+
*/
|
|
1789
|
+
CLIENT_ERROR = "CLIENT_ERROR",
|
|
1790
|
+
/**
|
|
1791
|
+
* SERVER_ERROR
|
|
1792
|
+
*/
|
|
1793
|
+
SERVER_ERROR = "SERVER_ERROR"
|
|
1794
|
+
}
|
|
1795
|
+
/**
|
|
1796
|
+
* <p>VectorEnrichmentJob error details in response from GetVectorEnrichmentJob.</p>
|
|
1797
|
+
*/
|
|
1798
|
+
export interface VectorEnrichmentJobErrorDetails {
|
|
1799
|
+
/**
|
|
1800
|
+
* <p>The type of error generated during the Vector Enrichment job.</p>
|
|
1801
|
+
*/
|
|
1802
|
+
ErrorType?: VectorEnrichmentJobErrorType | string;
|
|
1803
|
+
/**
|
|
1804
|
+
* <p>A message that you define and then is processed and rendered by
|
|
1805
|
+
* the Vector Enrichment job when the error occurs.</p>
|
|
1806
|
+
*/
|
|
1807
|
+
ErrorMessage?: string;
|
|
1808
|
+
}
|
|
1809
|
+
export declare enum VectorEnrichmentJobExportErrorType {
|
|
1810
|
+
CLIENT_ERROR = "CLIENT_ERROR",
|
|
1811
|
+
SERVER_ERROR = "SERVER_ERROR"
|
|
1812
|
+
}
|
|
1813
|
+
/**
|
|
1814
|
+
* <p>VectorEnrichmentJob export error details in response from GetVectorEnrichmentJob.</p>
|
|
1815
|
+
*/
|
|
1816
|
+
export interface VectorEnrichmentJobExportErrorDetails {
|
|
1817
|
+
/**
|
|
1818
|
+
* <p/>
|
|
1819
|
+
*/
|
|
1820
|
+
Type?: VectorEnrichmentJobExportErrorType | string;
|
|
1821
|
+
/**
|
|
1822
|
+
* <p>The message providing details about the errors generated during the Vector Enrichment job.</p>
|
|
1823
|
+
*/
|
|
1824
|
+
Message?: string;
|
|
1825
|
+
}
|
|
1826
|
+
/**
|
|
1827
|
+
* <p/>
|
|
1828
|
+
*/
|
|
1829
|
+
export declare type VectorEnrichmentJobDataSourceConfigInput = VectorEnrichmentJobDataSourceConfigInput.S3DataMember | VectorEnrichmentJobDataSourceConfigInput.$UnknownMember;
|
|
1830
|
+
export declare namespace VectorEnrichmentJobDataSourceConfigInput {
|
|
1831
|
+
/**
|
|
1832
|
+
* <p/>
|
|
1833
|
+
*/
|
|
1834
|
+
interface S3DataMember {
|
|
1835
|
+
S3Data: VectorEnrichmentJobS3Data;
|
|
1836
|
+
$unknown?: never;
|
|
1837
|
+
}
|
|
1838
|
+
interface $UnknownMember {
|
|
1839
|
+
S3Data?: never;
|
|
1840
|
+
$unknown: [string, any];
|
|
1841
|
+
}
|
|
1842
|
+
interface Visitor<T> {
|
|
1843
|
+
S3Data: (value: VectorEnrichmentJobS3Data) => T;
|
|
1844
|
+
_: (name: string, value: any) => T;
|
|
1845
|
+
}
|
|
1846
|
+
const visit: <T>(value: VectorEnrichmentJobDataSourceConfigInput, visitor: Visitor<T>) => T;
|
|
1847
|
+
}
|
|
1848
|
+
export declare enum VectorEnrichmentJobDocumentType {
|
|
1849
|
+
CSV = "CSV"
|
|
1850
|
+
}
|
|
1851
|
+
/**
|
|
1852
|
+
* <p>The input structure for the InputConfig in a VectorEnrichmentJob.</p>
|
|
1853
|
+
*/
|
|
1854
|
+
export interface VectorEnrichmentJobInputConfig {
|
|
1855
|
+
/**
|
|
1856
|
+
* <p/>
|
|
1857
|
+
*/
|
|
1858
|
+
DocumentType: VectorEnrichmentJobDocumentType | string | undefined;
|
|
1859
|
+
/**
|
|
1860
|
+
* <p/>
|
|
1861
|
+
*/
|
|
1862
|
+
DataSourceConfig: VectorEnrichmentJobDataSourceConfigInput | undefined;
|
|
1863
|
+
}
|
|
1864
|
+
/**
|
|
1865
|
+
* <p/>
|
|
1866
|
+
*/
|
|
1867
|
+
export interface MapMatchingConfig {
|
|
1868
|
+
/**
|
|
1869
|
+
* <p/>
|
|
1870
|
+
*/
|
|
1871
|
+
IdAttributeName: string | undefined;
|
|
1872
|
+
/**
|
|
1873
|
+
* <p>The name of the Y-attribute</p>
|
|
1874
|
+
*/
|
|
1875
|
+
YAttributeName: string | undefined;
|
|
1876
|
+
/**
|
|
1877
|
+
* <p>The name of the X-attribute</p>
|
|
1878
|
+
*/
|
|
1879
|
+
XAttributeName: string | undefined;
|
|
1880
|
+
/**
|
|
1881
|
+
* <p>The name of the timestamp attribute.</p>
|
|
1882
|
+
*/
|
|
1883
|
+
TimestampAttributeName: string | undefined;
|
|
1884
|
+
}
|
|
1885
|
+
/**
|
|
1886
|
+
* <p/>
|
|
1887
|
+
*/
|
|
1888
|
+
export interface ReverseGeocodingConfig {
|
|
1889
|
+
/**
|
|
1890
|
+
* <p/>
|
|
1891
|
+
*/
|
|
1892
|
+
YAttributeName: string | undefined;
|
|
1893
|
+
/**
|
|
1894
|
+
* <p/>
|
|
1895
|
+
*/
|
|
1896
|
+
XAttributeName: string | undefined;
|
|
1897
|
+
}
|
|
1898
|
+
/**
|
|
1899
|
+
* <p>It contains configs such as ReverseGeocodingConfig and MapMatchingConfig.</p>
|
|
1900
|
+
*/
|
|
1901
|
+
export declare type VectorEnrichmentJobConfig = VectorEnrichmentJobConfig.MapMatchingConfigMember | VectorEnrichmentJobConfig.ReverseGeocodingConfigMember | VectorEnrichmentJobConfig.$UnknownMember;
|
|
1902
|
+
export declare namespace VectorEnrichmentJobConfig {
|
|
1903
|
+
/**
|
|
1904
|
+
* <p/>
|
|
1905
|
+
*/
|
|
1906
|
+
interface ReverseGeocodingConfigMember {
|
|
1907
|
+
ReverseGeocodingConfig: ReverseGeocodingConfig;
|
|
1908
|
+
MapMatchingConfig?: never;
|
|
1909
|
+
$unknown?: never;
|
|
1910
|
+
}
|
|
1911
|
+
/**
|
|
1912
|
+
* <p/>
|
|
1913
|
+
*/
|
|
1914
|
+
interface MapMatchingConfigMember {
|
|
1915
|
+
ReverseGeocodingConfig?: never;
|
|
1916
|
+
MapMatchingConfig: MapMatchingConfig;
|
|
1917
|
+
$unknown?: never;
|
|
1918
|
+
}
|
|
1919
|
+
interface $UnknownMember {
|
|
1920
|
+
ReverseGeocodingConfig?: never;
|
|
1921
|
+
MapMatchingConfig?: never;
|
|
1922
|
+
$unknown: [string, any];
|
|
1923
|
+
}
|
|
1924
|
+
interface Visitor<T> {
|
|
1925
|
+
ReverseGeocodingConfig: (value: ReverseGeocodingConfig) => T;
|
|
1926
|
+
MapMatchingConfig: (value: MapMatchingConfig) => T;
|
|
1927
|
+
_: (name: string, value: any) => T;
|
|
1928
|
+
}
|
|
1929
|
+
const visit: <T>(value: VectorEnrichmentJobConfig, visitor: Visitor<T>) => T;
|
|
1930
|
+
}
|
|
1931
|
+
export declare enum VectorEnrichmentJobStatus {
|
|
1932
|
+
COMPLETED = "COMPLETED",
|
|
1933
|
+
DELETED = "DELETED",
|
|
1934
|
+
DELETING = "DELETING",
|
|
1935
|
+
FAILED = "FAILED",
|
|
1936
|
+
INITIALIZING = "INITIALIZING",
|
|
1937
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
1938
|
+
STOPPED = "STOPPED",
|
|
1939
|
+
STOPPING = "STOPPING"
|
|
1940
|
+
}
|
|
1941
|
+
export declare enum VectorEnrichmentJobType {
|
|
1942
|
+
MAP_MATCHING = "MAP_MATCHING",
|
|
1943
|
+
REVERSE_GEOCODING = "REVERSE_GEOCODING"
|
|
1944
|
+
}
|
|
1945
|
+
export interface GetVectorEnrichmentJobOutput {
|
|
1946
|
+
/**
|
|
1947
|
+
* <p>The Amazon Resource Name (ARN) of the Vector Enrichment job.</p>
|
|
1948
|
+
*/
|
|
1949
|
+
Arn: string | undefined;
|
|
1950
|
+
/**
|
|
1951
|
+
* <p>The type of the Vector Enrichment job being initiated.</p>
|
|
1952
|
+
*/
|
|
1953
|
+
Type: VectorEnrichmentJobType | string | undefined;
|
|
1954
|
+
/**
|
|
1955
|
+
* <p>The name of the Vector Enrichment job.</p>
|
|
1956
|
+
*/
|
|
1957
|
+
Name: string | undefined;
|
|
1958
|
+
/**
|
|
1959
|
+
* <p>The creation time.</p>
|
|
1960
|
+
*/
|
|
1961
|
+
CreationTime: Date | undefined;
|
|
1962
|
+
/**
|
|
1963
|
+
* <p>The duration of the Vector Enrichment job, in seconds.</p>
|
|
1964
|
+
*/
|
|
1965
|
+
DurationInSeconds: number | undefined;
|
|
1966
|
+
/**
|
|
1967
|
+
* <p>The status of the initiated Vector Enrichment job.</p>
|
|
1968
|
+
*/
|
|
1969
|
+
Status: VectorEnrichmentJobStatus | string | undefined;
|
|
1970
|
+
/**
|
|
1971
|
+
* <p>The Amazon Key Management Service (KMS) key ID for server-side encryption.</p>
|
|
1972
|
+
*/
|
|
1973
|
+
KmsKeyId?: string;
|
|
1974
|
+
/**
|
|
1975
|
+
* <p>Input configuration information for the Vector Enrichment job.</p>
|
|
1976
|
+
*/
|
|
1977
|
+
InputConfig: VectorEnrichmentJobInputConfig | undefined;
|
|
1978
|
+
/**
|
|
1979
|
+
* <p>An object containing information about the job configuration.</p>
|
|
1980
|
+
*/
|
|
1981
|
+
JobConfig: VectorEnrichmentJobConfig | undefined;
|
|
1982
|
+
/**
|
|
1983
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that you specified for the job.</p>
|
|
1984
|
+
*/
|
|
1985
|
+
ExecutionRoleArn: string | undefined;
|
|
1986
|
+
/**
|
|
1987
|
+
* <p>Details about the errors generated during the Vector Enrichment job.</p>
|
|
1988
|
+
*/
|
|
1989
|
+
ErrorDetails?: VectorEnrichmentJobErrorDetails;
|
|
1990
|
+
/**
|
|
1991
|
+
* <p>The export status of the Vector Enrichment job being initiated.</p>
|
|
1992
|
+
*/
|
|
1993
|
+
ExportStatus?: VectorEnrichmentJobExportStatus | string;
|
|
1994
|
+
/**
|
|
1995
|
+
* <p>Details about the errors generated during the ExportVectorEnrichmentJob.</p>
|
|
1996
|
+
*/
|
|
1997
|
+
ExportErrorDetails?: VectorEnrichmentJobExportErrorDetails;
|
|
1998
|
+
/**
|
|
1999
|
+
* <p>Each tag consists of a key and a value.</p>
|
|
2000
|
+
*/
|
|
2001
|
+
Tags?: Record<string, string>;
|
|
2002
|
+
}
|
|
2003
|
+
/**
|
|
2004
|
+
* <p/>
|
|
2005
|
+
*/
|
|
2006
|
+
export interface Properties {
|
|
2007
|
+
/**
|
|
2008
|
+
* <p/>
|
|
2009
|
+
*/
|
|
2010
|
+
EoCloudCover?: number;
|
|
2011
|
+
/**
|
|
2012
|
+
* <p/>
|
|
2013
|
+
*/
|
|
2014
|
+
ViewOffNadir?: number;
|
|
2015
|
+
/**
|
|
2016
|
+
* <p/>
|
|
2017
|
+
*/
|
|
2018
|
+
ViewSunAzimuth?: number;
|
|
2019
|
+
/**
|
|
2020
|
+
* <p/>
|
|
2021
|
+
*/
|
|
2022
|
+
ViewSunElevation?: number;
|
|
2023
|
+
/**
|
|
2024
|
+
* <p/>
|
|
2025
|
+
*/
|
|
2026
|
+
Platform?: string;
|
|
2027
|
+
/**
|
|
2028
|
+
* <p/>
|
|
2029
|
+
*/
|
|
2030
|
+
LandsatCloudCoverLand?: number;
|
|
2031
|
+
}
|
|
2032
|
+
/**
|
|
2033
|
+
* <p>Structure representing the items in the response for SearchRasterDataCollection.</p>
|
|
2034
|
+
*/
|
|
2035
|
+
export interface ItemSource {
|
|
2036
|
+
/**
|
|
2037
|
+
* <p>A unique Id for the source item.</p>
|
|
2038
|
+
*/
|
|
2039
|
+
Id: string | undefined;
|
|
2040
|
+
/**
|
|
2041
|
+
* <p/>
|
|
2042
|
+
*/
|
|
2043
|
+
Geometry: Geometry | undefined;
|
|
2044
|
+
/**
|
|
2045
|
+
* <p/>
|
|
2046
|
+
*/
|
|
2047
|
+
Assets?: Record<string, AssetValue>;
|
|
2048
|
+
/**
|
|
2049
|
+
* <p/>
|
|
2050
|
+
*/
|
|
2051
|
+
DateTime: Date | undefined;
|
|
2052
|
+
/**
|
|
2053
|
+
* <p/>
|
|
2054
|
+
*/
|
|
2055
|
+
Properties?: Properties;
|
|
2056
|
+
}
|
|
2057
|
+
export interface ListRasterDataCollectionsInput {
|
|
2058
|
+
/**
|
|
2059
|
+
* <p>If the previous response was truncated, you receive this token.
|
|
2060
|
+
* Use it in your next request to receive the next set of results.</p>
|
|
2061
|
+
*/
|
|
2062
|
+
NextToken?: string;
|
|
2063
|
+
/**
|
|
2064
|
+
* <p>The total number of items to return.</p>
|
|
2065
|
+
*/
|
|
2066
|
+
MaxResults?: number;
|
|
2067
|
+
}
|
|
2068
|
+
export interface ListRasterDataCollectionsOutput {
|
|
2069
|
+
/**
|
|
2070
|
+
* <p>Contains summary information about the raster data collection.</p>
|
|
2071
|
+
*/
|
|
2072
|
+
RasterDataCollectionSummaries: RasterDataCollectionMetadata[] | undefined;
|
|
2073
|
+
/**
|
|
2074
|
+
* <p>If the previous response was truncated, you receive this token.
|
|
2075
|
+
* Use it in your next request to receive the next set of results.</p>
|
|
2076
|
+
*/
|
|
2077
|
+
NextToken?: string;
|
|
2078
|
+
}
|
|
2079
|
+
export interface ListTagsForResourceRequest {
|
|
2080
|
+
/**
|
|
2081
|
+
* <p>The Amazon Resource Name (ARN) of the resource you want to tag.</p>
|
|
2082
|
+
*/
|
|
2083
|
+
ResourceArn: string | undefined;
|
|
2084
|
+
}
|
|
2085
|
+
export interface ListTagsForResourceResponse {
|
|
2086
|
+
/**
|
|
2087
|
+
* <p>Each tag consists of a key and a value.</p>
|
|
2088
|
+
*/
|
|
2089
|
+
Tags?: Record<string, string>;
|
|
2090
|
+
}
|
|
2091
|
+
export interface ListVectorEnrichmentJobInput {
|
|
2092
|
+
/**
|
|
2093
|
+
* <p>A filter that retrieves only jobs with a specific status.</p>
|
|
2094
|
+
*/
|
|
2095
|
+
StatusEquals?: string;
|
|
2096
|
+
/**
|
|
2097
|
+
* <p>An optional value that specifies whether you want the results sorted in <code>Ascending</code> or <code>Descending</code> order.</p>
|
|
2098
|
+
*/
|
|
2099
|
+
SortOrder?: SortOrder | string;
|
|
2100
|
+
/**
|
|
2101
|
+
* <p>The parameter by which to sort the results.</p>
|
|
2102
|
+
*/
|
|
2103
|
+
SortBy?: string;
|
|
2104
|
+
/**
|
|
2105
|
+
* <p>If the previous response was truncated, you receive this token.
|
|
2106
|
+
* Use it in your next request to receive the next set of results.</p>
|
|
2107
|
+
*/
|
|
2108
|
+
NextToken?: string;
|
|
2109
|
+
/**
|
|
2110
|
+
* <p>The maximum number of items to return.</p>
|
|
2111
|
+
*/
|
|
2112
|
+
MaxResults?: number;
|
|
2113
|
+
}
|
|
2114
|
+
/**
|
|
2115
|
+
* <p>An object containing information about the output file.</p>
|
|
2116
|
+
*/
|
|
2117
|
+
export interface ListVectorEnrichmentJobOutputConfig {
|
|
2118
|
+
/**
|
|
2119
|
+
* <p>The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.</p>
|
|
2120
|
+
*/
|
|
2121
|
+
Arn: string | undefined;
|
|
2122
|
+
/**
|
|
2123
|
+
* <p>The names of the Vector Enrichment jobs in the list.</p>
|
|
2124
|
+
*/
|
|
2125
|
+
Name: string | undefined;
|
|
2126
|
+
/**
|
|
2127
|
+
* <p>The type of the list of Vector Enrichment jobs.</p>
|
|
2128
|
+
*/
|
|
2129
|
+
Type: VectorEnrichmentJobType | string | undefined;
|
|
2130
|
+
/**
|
|
2131
|
+
* <p>The creation time.</p>
|
|
2132
|
+
*/
|
|
2133
|
+
CreationTime: Date | undefined;
|
|
2134
|
+
/**
|
|
2135
|
+
* <p>The duration of the session, in seconds.</p>
|
|
2136
|
+
*/
|
|
2137
|
+
DurationInSeconds: number | undefined;
|
|
2138
|
+
/**
|
|
2139
|
+
* <p>The status of the Vector Enrichment jobs list. </p>
|
|
2140
|
+
*/
|
|
2141
|
+
Status: VectorEnrichmentJobStatus | string | undefined;
|
|
2142
|
+
/**
|
|
2143
|
+
* <p>Each tag consists of a key and a value.</p>
|
|
2144
|
+
*/
|
|
2145
|
+
Tags?: Record<string, string>;
|
|
2146
|
+
}
|
|
2147
|
+
export interface ListVectorEnrichmentJobOutput {
|
|
2148
|
+
/**
|
|
2149
|
+
* <p>Contains summary information about the Vector Enrichment jobs.</p>
|
|
2150
|
+
*/
|
|
2151
|
+
VectorEnrichmentJobSummaries: ListVectorEnrichmentJobOutputConfig[] | undefined;
|
|
2152
|
+
/**
|
|
2153
|
+
* <p>If the previous response was truncated, you receive this token.
|
|
2154
|
+
* Use it in your next request to receive the next set of results.</p>
|
|
2155
|
+
*/
|
|
2156
|
+
NextToken?: string;
|
|
2157
|
+
}
|
|
2158
|
+
/**
|
|
2159
|
+
* <p>This is a RasterDataCollectionQueryInput containing AreaOfInterest, Time Range filter and Property filters.</p>
|
|
2160
|
+
*/
|
|
2161
|
+
export interface RasterDataCollectionQueryWithBandFilterInput {
|
|
2162
|
+
/**
|
|
2163
|
+
* <p/>
|
|
2164
|
+
*/
|
|
2165
|
+
TimeRangeFilter: TimeRangeFilterInput | undefined;
|
|
2166
|
+
/**
|
|
2167
|
+
* <p/>
|
|
2168
|
+
*/
|
|
2169
|
+
AreaOfInterest?: AreaOfInterest;
|
|
2170
|
+
/**
|
|
2171
|
+
* <p/>
|
|
2172
|
+
*/
|
|
2173
|
+
PropertyFilters?: PropertyFilters;
|
|
2174
|
+
/**
|
|
2175
|
+
* <p/>
|
|
2176
|
+
*/
|
|
2177
|
+
BandFilter?: string[];
|
|
2178
|
+
}
|
|
2179
|
+
export interface SearchRasterDataCollectionInput {
|
|
2180
|
+
/**
|
|
2181
|
+
* <p>The Amazon Resource Name (ARN) of the raster data collection.</p>
|
|
2182
|
+
*/
|
|
2183
|
+
Arn: string | undefined;
|
|
2184
|
+
/**
|
|
2185
|
+
* <p/>
|
|
2186
|
+
*/
|
|
2187
|
+
RasterDataCollectionQuery: RasterDataCollectionQueryWithBandFilterInput | undefined;
|
|
2188
|
+
/**
|
|
2189
|
+
* <p>If the previous response was truncated, you receive this token.
|
|
2190
|
+
* Use it in your next request to receive the next set of results.</p>
|
|
2191
|
+
*/
|
|
2192
|
+
NextToken?: string;
|
|
2193
|
+
}
|
|
2194
|
+
export interface SearchRasterDataCollectionOutput {
|
|
2195
|
+
/**
|
|
2196
|
+
* <p/>
|
|
2197
|
+
*/
|
|
2198
|
+
ApproximateResultCount: number | undefined;
|
|
2199
|
+
/**
|
|
2200
|
+
* <p>If the previous response was truncated, you receive this token.
|
|
2201
|
+
* Use it in your next request to receive the next set of results.</p>
|
|
2202
|
+
*/
|
|
2203
|
+
NextToken?: string;
|
|
2204
|
+
/**
|
|
2205
|
+
* <p/>
|
|
2206
|
+
*/
|
|
2207
|
+
Items?: ItemSource[];
|
|
2208
|
+
}
|
|
2209
|
+
export interface TagResourceRequest {
|
|
2210
|
+
/**
|
|
2211
|
+
* <p>The Amazon Resource Name (ARN) of the resource you want to tag.</p>
|
|
2212
|
+
*/
|
|
2213
|
+
ResourceArn: string | undefined;
|
|
2214
|
+
/**
|
|
2215
|
+
* <p>Each tag consists of a key and a value.</p>
|
|
2216
|
+
*/
|
|
2217
|
+
Tags: Record<string, string> | undefined;
|
|
2218
|
+
}
|
|
2219
|
+
export interface TagResourceResponse {
|
|
2220
|
+
}
|
|
2221
|
+
export interface UntagResourceRequest {
|
|
2222
|
+
/**
|
|
2223
|
+
* <p>The Amazon Resource Name (ARN) of the resource you want to untag.</p>
|
|
2224
|
+
*/
|
|
2225
|
+
ResourceArn: string | undefined;
|
|
2226
|
+
/**
|
|
2227
|
+
* <p>Keys of the tags you want to remove.</p>
|
|
2228
|
+
*/
|
|
2229
|
+
TagKeys: string[] | undefined;
|
|
2230
|
+
}
|
|
2231
|
+
export interface UntagResourceResponse {
|
|
2232
|
+
}
|
|
2233
|
+
export interface StartVectorEnrichmentJobInput {
|
|
2234
|
+
/**
|
|
2235
|
+
* <p>The name of the Vector Enrichment job.</p>
|
|
2236
|
+
*/
|
|
2237
|
+
Name: string | undefined;
|
|
2238
|
+
/**
|
|
2239
|
+
* <p>A unique token that guarantees that the call to this API is idempotent.</p>
|
|
2240
|
+
*/
|
|
2241
|
+
ClientToken?: string;
|
|
2242
|
+
/**
|
|
2243
|
+
* <p>The Amazon Key Management Service (KMS) key ID for server-side encryption.</p>
|
|
2244
|
+
*/
|
|
2245
|
+
KmsKeyId?: string;
|
|
2246
|
+
/**
|
|
2247
|
+
* <p>Input configuration information for the Vector Enrichment job.</p>
|
|
2248
|
+
*/
|
|
2249
|
+
InputConfig: VectorEnrichmentJobInputConfig | undefined;
|
|
2250
|
+
/**
|
|
2251
|
+
* <p>An object containing information about the job configuration.</p>
|
|
2252
|
+
*/
|
|
2253
|
+
JobConfig: VectorEnrichmentJobConfig | undefined;
|
|
2254
|
+
/**
|
|
2255
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that you specified for the job.</p>
|
|
2256
|
+
*/
|
|
2257
|
+
ExecutionRoleArn: string | undefined;
|
|
2258
|
+
/**
|
|
2259
|
+
* <p>Each tag consists of a key and a value.</p>
|
|
2260
|
+
*/
|
|
2261
|
+
Tags?: Record<string, string>;
|
|
2262
|
+
}
|
|
2263
|
+
export interface StartVectorEnrichmentJobOutput {
|
|
2264
|
+
/**
|
|
2265
|
+
* <p>The name of the Vector Enrichment job.</p>
|
|
2266
|
+
*/
|
|
2267
|
+
Name: string | undefined;
|
|
2268
|
+
/**
|
|
2269
|
+
* <p>The Amazon Resource Name (ARN) of the Vector Enrichment job.</p>
|
|
2270
|
+
*/
|
|
2271
|
+
Arn: string | undefined;
|
|
2272
|
+
/**
|
|
2273
|
+
* <p>The type of the Vector Enrichment job.</p>
|
|
2274
|
+
*/
|
|
2275
|
+
Type: VectorEnrichmentJobType | string | undefined;
|
|
2276
|
+
/**
|
|
2277
|
+
* <p>The creation time.</p>
|
|
2278
|
+
*/
|
|
2279
|
+
CreationTime: Date | undefined;
|
|
2280
|
+
/**
|
|
2281
|
+
* <p>The duration of the Vector Enrichment job, in seconds.</p>
|
|
2282
|
+
*/
|
|
2283
|
+
DurationInSeconds: number | undefined;
|
|
2284
|
+
/**
|
|
2285
|
+
* <p>The status of the Vector Enrichment job being started.</p>
|
|
2286
|
+
*/
|
|
2287
|
+
Status: VectorEnrichmentJobStatus | string | undefined;
|
|
2288
|
+
/**
|
|
2289
|
+
* <p>The Amazon Key Management Service (KMS) key ID for server-side encryption.</p>
|
|
2290
|
+
*/
|
|
2291
|
+
KmsKeyId?: string;
|
|
2292
|
+
/**
|
|
2293
|
+
* <p>Input configuration information for starting the Vector Enrichment job.</p>
|
|
2294
|
+
*/
|
|
2295
|
+
InputConfig: VectorEnrichmentJobInputConfig | undefined;
|
|
2296
|
+
/**
|
|
2297
|
+
* <p>An object containing information about the job configuration.</p>
|
|
2298
|
+
*/
|
|
2299
|
+
JobConfig: VectorEnrichmentJobConfig | undefined;
|
|
2300
|
+
/**
|
|
2301
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that you specified for the job.</p>
|
|
2302
|
+
*/
|
|
2303
|
+
ExecutionRoleArn: string | undefined;
|
|
2304
|
+
/**
|
|
2305
|
+
* <p>Each tag consists of a key and a value.</p>
|
|
2306
|
+
*/
|
|
2307
|
+
Tags?: Record<string, string>;
|
|
2308
|
+
}
|
|
2309
|
+
export interface StopVectorEnrichmentJobInput {
|
|
2310
|
+
/**
|
|
2311
|
+
* <p>The Amazon Resource Name (ARN) of the Vector Enrichment job.</p>
|
|
2312
|
+
*/
|
|
2313
|
+
Arn: string | undefined;
|
|
2314
|
+
}
|
|
2315
|
+
export interface StopVectorEnrichmentJobOutput {
|
|
2316
|
+
}
|
|
2317
|
+
/**
|
|
2318
|
+
* @internal
|
|
2319
|
+
*/
|
|
2320
|
+
export declare const MultiPolygonGeometryInputFilterSensitiveLog: (obj: MultiPolygonGeometryInput) => any;
|
|
2321
|
+
/**
|
|
2322
|
+
* @internal
|
|
2323
|
+
*/
|
|
2324
|
+
export declare const PolygonGeometryInputFilterSensitiveLog: (obj: PolygonGeometryInput) => any;
|
|
2325
|
+
/**
|
|
2326
|
+
* @internal
|
|
2327
|
+
*/
|
|
2328
|
+
export declare const AreaOfInterestGeometryFilterSensitiveLog: (obj: AreaOfInterestGeometry) => any;
|
|
2329
|
+
/**
|
|
2330
|
+
* @internal
|
|
2331
|
+
*/
|
|
2332
|
+
export declare const AreaOfInterestFilterSensitiveLog: (obj: AreaOfInterest) => any;
|
|
2333
|
+
/**
|
|
2334
|
+
* @internal
|
|
2335
|
+
*/
|
|
2336
|
+
export declare const AssetValueFilterSensitiveLog: (obj: AssetValue) => any;
|
|
2337
|
+
/**
|
|
2338
|
+
* @internal
|
|
2339
|
+
*/
|
|
2340
|
+
export declare const OperationFilterSensitiveLog: (obj: Operation) => any;
|
|
2341
|
+
/**
|
|
2342
|
+
* @internal
|
|
2343
|
+
*/
|
|
2344
|
+
export declare const CustomIndicesInputFilterSensitiveLog: (obj: CustomIndicesInput) => any;
|
|
2345
|
+
/**
|
|
2346
|
+
* @internal
|
|
2347
|
+
*/
|
|
2348
|
+
export declare const BandMathConfigInputFilterSensitiveLog: (obj: BandMathConfigInput) => any;
|
|
2349
|
+
/**
|
|
2350
|
+
* @internal
|
|
2351
|
+
*/
|
|
2352
|
+
export declare const CloudMaskingConfigInputFilterSensitiveLog: (obj: CloudMaskingConfigInput) => any;
|
|
2353
|
+
/**
|
|
2354
|
+
* @internal
|
|
2355
|
+
*/
|
|
2356
|
+
export declare const CloudRemovalConfigInputFilterSensitiveLog: (obj: CloudRemovalConfigInput) => any;
|
|
2357
|
+
/**
|
|
2358
|
+
* @internal
|
|
2359
|
+
*/
|
|
2360
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
2361
|
+
/**
|
|
2362
|
+
* @internal
|
|
2363
|
+
*/
|
|
2364
|
+
export declare const RasterDataCollectionMetadataFilterSensitiveLog: (obj: RasterDataCollectionMetadata) => any;
|
|
2365
|
+
/**
|
|
2366
|
+
* @internal
|
|
2367
|
+
*/
|
|
2368
|
+
export declare const DeleteEarthObservationJobInputFilterSensitiveLog: (obj: DeleteEarthObservationJobInput) => any;
|
|
2369
|
+
/**
|
|
2370
|
+
* @internal
|
|
2371
|
+
*/
|
|
2372
|
+
export declare const DeleteEarthObservationJobOutputFilterSensitiveLog: (obj: DeleteEarthObservationJobOutput) => any;
|
|
2373
|
+
/**
|
|
2374
|
+
* @internal
|
|
2375
|
+
*/
|
|
2376
|
+
export declare const DeleteVectorEnrichmentJobInputFilterSensitiveLog: (obj: DeleteVectorEnrichmentJobInput) => any;
|
|
2377
|
+
/**
|
|
2378
|
+
* @internal
|
|
2379
|
+
*/
|
|
2380
|
+
export declare const DeleteVectorEnrichmentJobOutputFilterSensitiveLog: (obj: DeleteVectorEnrichmentJobOutput) => any;
|
|
2381
|
+
/**
|
|
2382
|
+
* @internal
|
|
2383
|
+
*/
|
|
2384
|
+
export declare const ExportS3DataInputFilterSensitiveLog: (obj: ExportS3DataInput) => any;
|
|
2385
|
+
/**
|
|
2386
|
+
* @internal
|
|
2387
|
+
*/
|
|
2388
|
+
export declare const OutputConfigInputFilterSensitiveLog: (obj: OutputConfigInput) => any;
|
|
2389
|
+
/**
|
|
2390
|
+
* @internal
|
|
2391
|
+
*/
|
|
2392
|
+
export declare const ExportEarthObservationJobInputFilterSensitiveLog: (obj: ExportEarthObservationJobInput) => any;
|
|
2393
|
+
/**
|
|
2394
|
+
* @internal
|
|
2395
|
+
*/
|
|
2396
|
+
export declare const ExportEarthObservationJobOutputFilterSensitiveLog: (obj: ExportEarthObservationJobOutput) => any;
|
|
2397
|
+
/**
|
|
2398
|
+
* @internal
|
|
2399
|
+
*/
|
|
2400
|
+
export declare const GetEarthObservationJobInputFilterSensitiveLog: (obj: GetEarthObservationJobInput) => any;
|
|
2401
|
+
/**
|
|
2402
|
+
* @internal
|
|
2403
|
+
*/
|
|
2404
|
+
export declare const EarthObservationJobErrorDetailsFilterSensitiveLog: (obj: EarthObservationJobErrorDetails) => any;
|
|
2405
|
+
/**
|
|
2406
|
+
* @internal
|
|
2407
|
+
*/
|
|
2408
|
+
export declare const ExportErrorDetailsOutputFilterSensitiveLog: (obj: ExportErrorDetailsOutput) => any;
|
|
2409
|
+
/**
|
|
2410
|
+
* @internal
|
|
2411
|
+
*/
|
|
2412
|
+
export declare const ExportErrorDetailsFilterSensitiveLog: (obj: ExportErrorDetails) => any;
|
|
2413
|
+
/**
|
|
2414
|
+
* @internal
|
|
2415
|
+
*/
|
|
2416
|
+
export declare const S3DataInputFilterSensitiveLog: (obj: S3DataInput) => any;
|
|
2417
|
+
/**
|
|
2418
|
+
* @internal
|
|
2419
|
+
*/
|
|
2420
|
+
export declare const EojDataSourceConfigInputFilterSensitiveLog: (obj: EojDataSourceConfigInput) => any;
|
|
2421
|
+
/**
|
|
2422
|
+
* @internal
|
|
2423
|
+
*/
|
|
2424
|
+
export declare const EoCloudCoverInputFilterSensitiveLog: (obj: EoCloudCoverInput) => any;
|
|
2425
|
+
/**
|
|
2426
|
+
* @internal
|
|
2427
|
+
*/
|
|
2428
|
+
export declare const LandsatCloudCoverLandInputFilterSensitiveLog: (obj: LandsatCloudCoverLandInput) => any;
|
|
2429
|
+
/**
|
|
2430
|
+
* @internal
|
|
2431
|
+
*/
|
|
2432
|
+
export declare const PlatformInputFilterSensitiveLog: (obj: PlatformInput) => any;
|
|
2433
|
+
/**
|
|
2434
|
+
* @internal
|
|
2435
|
+
*/
|
|
2436
|
+
export declare const ViewOffNadirInputFilterSensitiveLog: (obj: ViewOffNadirInput) => any;
|
|
2437
|
+
/**
|
|
2438
|
+
* @internal
|
|
2439
|
+
*/
|
|
2440
|
+
export declare const ViewSunAzimuthInputFilterSensitiveLog: (obj: ViewSunAzimuthInput) => any;
|
|
2441
|
+
/**
|
|
2442
|
+
* @internal
|
|
2443
|
+
*/
|
|
2444
|
+
export declare const ViewSunElevationInputFilterSensitiveLog: (obj: ViewSunElevationInput) => any;
|
|
2445
|
+
/**
|
|
2446
|
+
* @internal
|
|
2447
|
+
*/
|
|
2448
|
+
export declare const PropertyFilterSensitiveLog: (obj: Property) => any;
|
|
2449
|
+
/**
|
|
2450
|
+
* @internal
|
|
2451
|
+
*/
|
|
2452
|
+
export declare const PropertyFilterFilterSensitiveLog: (obj: PropertyFilter) => any;
|
|
2453
|
+
/**
|
|
2454
|
+
* @internal
|
|
2455
|
+
*/
|
|
2456
|
+
export declare const PropertyFiltersFilterSensitiveLog: (obj: PropertyFilters) => any;
|
|
2457
|
+
/**
|
|
2458
|
+
* @internal
|
|
2459
|
+
*/
|
|
2460
|
+
export declare const TimeRangeFilterInputFilterSensitiveLog: (obj: TimeRangeFilterInput) => any;
|
|
2461
|
+
/**
|
|
2462
|
+
* @internal
|
|
2463
|
+
*/
|
|
2464
|
+
export declare const RasterDataCollectionQueryOutputFilterSensitiveLog: (obj: RasterDataCollectionQueryOutput) => any;
|
|
2465
|
+
/**
|
|
2466
|
+
* @internal
|
|
2467
|
+
*/
|
|
2468
|
+
export declare const InputConfigOutputFilterSensitiveLog: (obj: InputConfigOutput) => any;
|
|
2469
|
+
/**
|
|
2470
|
+
* @internal
|
|
2471
|
+
*/
|
|
2472
|
+
export declare const GeoMosaicConfigInputFilterSensitiveLog: (obj: GeoMosaicConfigInput) => any;
|
|
2473
|
+
/**
|
|
2474
|
+
* @internal
|
|
2475
|
+
*/
|
|
2476
|
+
export declare const LandCoverSegmentationConfigInputFilterSensitiveLog: (obj: LandCoverSegmentationConfigInput) => any;
|
|
2477
|
+
/**
|
|
2478
|
+
* @internal
|
|
2479
|
+
*/
|
|
2480
|
+
export declare const UserDefinedFilterSensitiveLog: (obj: UserDefined) => any;
|
|
2481
|
+
/**
|
|
2482
|
+
* @internal
|
|
2483
|
+
*/
|
|
2484
|
+
export declare const OutputResolutionResamplingInputFilterSensitiveLog: (obj: OutputResolutionResamplingInput) => any;
|
|
2485
|
+
/**
|
|
2486
|
+
* @internal
|
|
2487
|
+
*/
|
|
2488
|
+
export declare const ResamplingConfigInputFilterSensitiveLog: (obj: ResamplingConfigInput) => any;
|
|
2489
|
+
/**
|
|
2490
|
+
* @internal
|
|
2491
|
+
*/
|
|
2492
|
+
export declare const OutputResolutionStackInputFilterSensitiveLog: (obj: OutputResolutionStackInput) => any;
|
|
2493
|
+
/**
|
|
2494
|
+
* @internal
|
|
2495
|
+
*/
|
|
2496
|
+
export declare const StackConfigInputFilterSensitiveLog: (obj: StackConfigInput) => any;
|
|
2497
|
+
/**
|
|
2498
|
+
* @internal
|
|
2499
|
+
*/
|
|
2500
|
+
export declare const TemporalStatisticsConfigInputFilterSensitiveLog: (obj: TemporalStatisticsConfigInput) => any;
|
|
2501
|
+
/**
|
|
2502
|
+
* @internal
|
|
2503
|
+
*/
|
|
2504
|
+
export declare const ZonalStatisticsConfigInputFilterSensitiveLog: (obj: ZonalStatisticsConfigInput) => any;
|
|
2505
|
+
/**
|
|
2506
|
+
* @internal
|
|
2507
|
+
*/
|
|
2508
|
+
export declare const JobConfigInputFilterSensitiveLog: (obj: JobConfigInput) => any;
|
|
2509
|
+
/**
|
|
2510
|
+
* @internal
|
|
2511
|
+
*/
|
|
2512
|
+
export declare const OutputBandFilterSensitiveLog: (obj: OutputBand) => any;
|
|
2513
|
+
/**
|
|
2514
|
+
* @internal
|
|
2515
|
+
*/
|
|
2516
|
+
export declare const GetEarthObservationJobOutputFilterSensitiveLog: (obj: GetEarthObservationJobOutput) => any;
|
|
2517
|
+
/**
|
|
2518
|
+
* @internal
|
|
2519
|
+
*/
|
|
2520
|
+
export declare const GetTileInputFilterSensitiveLog: (obj: GetTileInput) => any;
|
|
2521
|
+
/**
|
|
2522
|
+
* @internal
|
|
2523
|
+
*/
|
|
2524
|
+
export declare const GetTileOutputFilterSensitiveLog: (obj: GetTileOutput) => any;
|
|
2525
|
+
/**
|
|
2526
|
+
* @internal
|
|
2527
|
+
*/
|
|
2528
|
+
export declare const ListEarthObservationJobInputFilterSensitiveLog: (obj: ListEarthObservationJobInput) => any;
|
|
2529
|
+
/**
|
|
2530
|
+
* @internal
|
|
2531
|
+
*/
|
|
2532
|
+
export declare const ListEarthObservationJobOutputConfigFilterSensitiveLog: (obj: ListEarthObservationJobOutputConfig) => any;
|
|
2533
|
+
/**
|
|
2534
|
+
* @internal
|
|
2535
|
+
*/
|
|
2536
|
+
export declare const ListEarthObservationJobOutputFilterSensitiveLog: (obj: ListEarthObservationJobOutput) => any;
|
|
2537
|
+
/**
|
|
2538
|
+
* @internal
|
|
2539
|
+
*/
|
|
2540
|
+
export declare const RasterDataCollectionQueryInputFilterSensitiveLog: (obj: RasterDataCollectionQueryInput) => any;
|
|
2541
|
+
/**
|
|
2542
|
+
* @internal
|
|
2543
|
+
*/
|
|
2544
|
+
export declare const InputConfigInputFilterSensitiveLog: (obj: InputConfigInput) => any;
|
|
2545
|
+
/**
|
|
2546
|
+
* @internal
|
|
2547
|
+
*/
|
|
2548
|
+
export declare const StartEarthObservationJobInputFilterSensitiveLog: (obj: StartEarthObservationJobInput) => any;
|
|
2549
|
+
/**
|
|
2550
|
+
* @internal
|
|
2551
|
+
*/
|
|
2552
|
+
export declare const StartEarthObservationJobOutputFilterSensitiveLog: (obj: StartEarthObservationJobOutput) => any;
|
|
2553
|
+
/**
|
|
2554
|
+
* @internal
|
|
2555
|
+
*/
|
|
2556
|
+
export declare const StopEarthObservationJobInputFilterSensitiveLog: (obj: StopEarthObservationJobInput) => any;
|
|
2557
|
+
/**
|
|
2558
|
+
* @internal
|
|
2559
|
+
*/
|
|
2560
|
+
export declare const StopEarthObservationJobOutputFilterSensitiveLog: (obj: StopEarthObservationJobOutput) => any;
|
|
2561
|
+
/**
|
|
2562
|
+
* @internal
|
|
2563
|
+
*/
|
|
2564
|
+
export declare const VectorEnrichmentJobS3DataFilterSensitiveLog: (obj: VectorEnrichmentJobS3Data) => any;
|
|
2565
|
+
/**
|
|
2566
|
+
* @internal
|
|
2567
|
+
*/
|
|
2568
|
+
export declare const ExportVectorEnrichmentJobOutputConfigFilterSensitiveLog: (obj: ExportVectorEnrichmentJobOutputConfig) => any;
|
|
2569
|
+
/**
|
|
2570
|
+
* @internal
|
|
2571
|
+
*/
|
|
2572
|
+
export declare const ExportVectorEnrichmentJobInputFilterSensitiveLog: (obj: ExportVectorEnrichmentJobInput) => any;
|
|
2573
|
+
/**
|
|
2574
|
+
* @internal
|
|
2575
|
+
*/
|
|
2576
|
+
export declare const ExportVectorEnrichmentJobOutputFilterSensitiveLog: (obj: ExportVectorEnrichmentJobOutput) => any;
|
|
2577
|
+
/**
|
|
2578
|
+
* @internal
|
|
2579
|
+
*/
|
|
2580
|
+
export declare const GeometryFilterSensitiveLog: (obj: Geometry) => any;
|
|
2581
|
+
/**
|
|
2582
|
+
* @internal
|
|
2583
|
+
*/
|
|
2584
|
+
export declare const GetRasterDataCollectionInputFilterSensitiveLog: (obj: GetRasterDataCollectionInput) => any;
|
|
2585
|
+
/**
|
|
2586
|
+
* @internal
|
|
2587
|
+
*/
|
|
2588
|
+
export declare const GetRasterDataCollectionOutputFilterSensitiveLog: (obj: GetRasterDataCollectionOutput) => any;
|
|
2589
|
+
/**
|
|
2590
|
+
* @internal
|
|
2591
|
+
*/
|
|
2592
|
+
export declare const GetVectorEnrichmentJobInputFilterSensitiveLog: (obj: GetVectorEnrichmentJobInput) => any;
|
|
2593
|
+
/**
|
|
2594
|
+
* @internal
|
|
2595
|
+
*/
|
|
2596
|
+
export declare const VectorEnrichmentJobErrorDetailsFilterSensitiveLog: (obj: VectorEnrichmentJobErrorDetails) => any;
|
|
2597
|
+
/**
|
|
2598
|
+
* @internal
|
|
2599
|
+
*/
|
|
2600
|
+
export declare const VectorEnrichmentJobExportErrorDetailsFilterSensitiveLog: (obj: VectorEnrichmentJobExportErrorDetails) => any;
|
|
2601
|
+
/**
|
|
2602
|
+
* @internal
|
|
2603
|
+
*/
|
|
2604
|
+
export declare const VectorEnrichmentJobDataSourceConfigInputFilterSensitiveLog: (obj: VectorEnrichmentJobDataSourceConfigInput) => any;
|
|
2605
|
+
/**
|
|
2606
|
+
* @internal
|
|
2607
|
+
*/
|
|
2608
|
+
export declare const VectorEnrichmentJobInputConfigFilterSensitiveLog: (obj: VectorEnrichmentJobInputConfig) => any;
|
|
2609
|
+
/**
|
|
2610
|
+
* @internal
|
|
2611
|
+
*/
|
|
2612
|
+
export declare const MapMatchingConfigFilterSensitiveLog: (obj: MapMatchingConfig) => any;
|
|
2613
|
+
/**
|
|
2614
|
+
* @internal
|
|
2615
|
+
*/
|
|
2616
|
+
export declare const ReverseGeocodingConfigFilterSensitiveLog: (obj: ReverseGeocodingConfig) => any;
|
|
2617
|
+
/**
|
|
2618
|
+
* @internal
|
|
2619
|
+
*/
|
|
2620
|
+
export declare const VectorEnrichmentJobConfigFilterSensitiveLog: (obj: VectorEnrichmentJobConfig) => any;
|
|
2621
|
+
/**
|
|
2622
|
+
* @internal
|
|
2623
|
+
*/
|
|
2624
|
+
export declare const GetVectorEnrichmentJobOutputFilterSensitiveLog: (obj: GetVectorEnrichmentJobOutput) => any;
|
|
2625
|
+
/**
|
|
2626
|
+
* @internal
|
|
2627
|
+
*/
|
|
2628
|
+
export declare const PropertiesFilterSensitiveLog: (obj: Properties) => any;
|
|
2629
|
+
/**
|
|
2630
|
+
* @internal
|
|
2631
|
+
*/
|
|
2632
|
+
export declare const ItemSourceFilterSensitiveLog: (obj: ItemSource) => any;
|
|
2633
|
+
/**
|
|
2634
|
+
* @internal
|
|
2635
|
+
*/
|
|
2636
|
+
export declare const ListRasterDataCollectionsInputFilterSensitiveLog: (obj: ListRasterDataCollectionsInput) => any;
|
|
2637
|
+
/**
|
|
2638
|
+
* @internal
|
|
2639
|
+
*/
|
|
2640
|
+
export declare const ListRasterDataCollectionsOutputFilterSensitiveLog: (obj: ListRasterDataCollectionsOutput) => any;
|
|
2641
|
+
/**
|
|
2642
|
+
* @internal
|
|
2643
|
+
*/
|
|
2644
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2645
|
+
/**
|
|
2646
|
+
* @internal
|
|
2647
|
+
*/
|
|
2648
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2649
|
+
/**
|
|
2650
|
+
* @internal
|
|
2651
|
+
*/
|
|
2652
|
+
export declare const ListVectorEnrichmentJobInputFilterSensitiveLog: (obj: ListVectorEnrichmentJobInput) => any;
|
|
2653
|
+
/**
|
|
2654
|
+
* @internal
|
|
2655
|
+
*/
|
|
2656
|
+
export declare const ListVectorEnrichmentJobOutputConfigFilterSensitiveLog: (obj: ListVectorEnrichmentJobOutputConfig) => any;
|
|
2657
|
+
/**
|
|
2658
|
+
* @internal
|
|
2659
|
+
*/
|
|
2660
|
+
export declare const ListVectorEnrichmentJobOutputFilterSensitiveLog: (obj: ListVectorEnrichmentJobOutput) => any;
|
|
2661
|
+
/**
|
|
2662
|
+
* @internal
|
|
2663
|
+
*/
|
|
2664
|
+
export declare const RasterDataCollectionQueryWithBandFilterInputFilterSensitiveLog: (obj: RasterDataCollectionQueryWithBandFilterInput) => any;
|
|
2665
|
+
/**
|
|
2666
|
+
* @internal
|
|
2667
|
+
*/
|
|
2668
|
+
export declare const SearchRasterDataCollectionInputFilterSensitiveLog: (obj: SearchRasterDataCollectionInput) => any;
|
|
2669
|
+
/**
|
|
2670
|
+
* @internal
|
|
2671
|
+
*/
|
|
2672
|
+
export declare const SearchRasterDataCollectionOutputFilterSensitiveLog: (obj: SearchRasterDataCollectionOutput) => any;
|
|
2673
|
+
/**
|
|
2674
|
+
* @internal
|
|
2675
|
+
*/
|
|
2676
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2677
|
+
/**
|
|
2678
|
+
* @internal
|
|
2679
|
+
*/
|
|
2680
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2681
|
+
/**
|
|
2682
|
+
* @internal
|
|
2683
|
+
*/
|
|
2684
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2685
|
+
/**
|
|
2686
|
+
* @internal
|
|
2687
|
+
*/
|
|
2688
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2689
|
+
/**
|
|
2690
|
+
* @internal
|
|
2691
|
+
*/
|
|
2692
|
+
export declare const StartVectorEnrichmentJobInputFilterSensitiveLog: (obj: StartVectorEnrichmentJobInput) => any;
|
|
2693
|
+
/**
|
|
2694
|
+
* @internal
|
|
2695
|
+
*/
|
|
2696
|
+
export declare const StartVectorEnrichmentJobOutputFilterSensitiveLog: (obj: StartVectorEnrichmentJobOutput) => any;
|
|
2697
|
+
/**
|
|
2698
|
+
* @internal
|
|
2699
|
+
*/
|
|
2700
|
+
export declare const StopVectorEnrichmentJobInputFilterSensitiveLog: (obj: StopVectorEnrichmentJobInput) => any;
|
|
2701
|
+
/**
|
|
2702
|
+
* @internal
|
|
2703
|
+
*/
|
|
2704
|
+
export declare const StopVectorEnrichmentJobOutputFilterSensitiveLog: (obj: StopVectorEnrichmentJobOutput) => any;
|