@aws-sdk/client-sagemaker-geospatial 3.1075.0 → 3.1077.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1320 -15
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -46
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/SageMakerGeospatialServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -111
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -39
- package/dist-cjs/schemas/schemas_0.js +0 -1001
package/dist-cjs/index.js
CHANGED
|
@@ -1,21 +1,58 @@
|
|
|
1
|
-
|
|
2
|
-
const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
1
|
+
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
3
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
4
|
-
const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
|
|
5
4
|
exports.$Command = Command;
|
|
6
5
|
exports.__Client = Client;
|
|
7
|
-
const { resolveRegionConfig } = require("@smithy/core/config");
|
|
8
|
-
const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
9
|
-
const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
10
|
-
const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
11
|
-
const { getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
12
|
-
const {
|
|
13
|
-
const {
|
|
14
|
-
const {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
const {
|
|
18
|
-
|
|
6
|
+
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
|
+
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
8
|
+
const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
9
|
+
const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
10
|
+
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
|
+
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
|
+
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
+
const { toUtf8, fromUtf8, sdkStreamMixin, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
|
+
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
|
+
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
16
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
17
|
+
|
|
18
|
+
const defaultSageMakerGeospatialHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
19
|
+
return {
|
|
20
|
+
operation: getSmithyContext(context).operation,
|
|
21
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
22
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
23
|
+
})(),
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
27
|
+
return {
|
|
28
|
+
schemeId: "aws.auth#sigv4",
|
|
29
|
+
signingProperties: {
|
|
30
|
+
name: "sagemaker-geospatial",
|
|
31
|
+
region: authParameters.region,
|
|
32
|
+
},
|
|
33
|
+
propertiesExtractor: (config, context) => ({
|
|
34
|
+
signingProperties: {
|
|
35
|
+
config,
|
|
36
|
+
context,
|
|
37
|
+
},
|
|
38
|
+
}),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
const defaultSageMakerGeospatialHttpAuthSchemeProvider = (authParameters) => {
|
|
42
|
+
const options = [];
|
|
43
|
+
switch (authParameters.operation) {
|
|
44
|
+
default: {
|
|
45
|
+
options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
return options;
|
|
49
|
+
};
|
|
50
|
+
const resolveHttpAuthSchemeConfig = (config) => {
|
|
51
|
+
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
52
|
+
return Object.assign(config_0, {
|
|
53
|
+
authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
|
|
54
|
+
});
|
|
55
|
+
};
|
|
19
56
|
|
|
20
57
|
const resolveClientEndpointParameters = (options) => {
|
|
21
58
|
return Object.assign(options, {
|
|
@@ -31,6 +68,1142 @@ const commonParams = {
|
|
|
31
68
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
32
69
|
};
|
|
33
70
|
|
|
71
|
+
var version = "3.1076.0";
|
|
72
|
+
var packageInfo = {
|
|
73
|
+
version: version};
|
|
74
|
+
|
|
75
|
+
const k = "ref";
|
|
76
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
77
|
+
const _data = {
|
|
78
|
+
conditions: [
|
|
79
|
+
[c, [g]],
|
|
80
|
+
[c, j],
|
|
81
|
+
["aws.partition", j, d],
|
|
82
|
+
[e, [{ [k]: "UseFIPS" }, b]],
|
|
83
|
+
[e, [{ [k]: "UseDualStack" }, b]],
|
|
84
|
+
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
85
|
+
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
|
|
86
|
+
],
|
|
87
|
+
results: [
|
|
88
|
+
[a],
|
|
89
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
90
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
91
|
+
[g, i],
|
|
92
|
+
["https://sagemaker-geospatial-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
93
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
94
|
+
["https://sagemaker-geospatial-fips.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
95
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
96
|
+
["https://sagemaker-geospatial.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
97
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
98
|
+
["https://sagemaker-geospatial.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
99
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
100
|
+
]
|
|
101
|
+
};
|
|
102
|
+
const root = 2;
|
|
103
|
+
const r = 100_000_000;
|
|
104
|
+
const nodes = new Int32Array([
|
|
105
|
+
-1, 1, -1,
|
|
106
|
+
0, 12, 3,
|
|
107
|
+
1, 4, r + 11,
|
|
108
|
+
2, 5, r + 11,
|
|
109
|
+
3, 8, 6,
|
|
110
|
+
4, 7, r + 10,
|
|
111
|
+
5, r + 8, r + 9,
|
|
112
|
+
4, 10, 9,
|
|
113
|
+
6, r + 6, r + 7,
|
|
114
|
+
5, 11, r + 5,
|
|
115
|
+
6, r + 4, r + 5,
|
|
116
|
+
3, r + 1, 13,
|
|
117
|
+
4, r + 2, r + 3,
|
|
118
|
+
]);
|
|
119
|
+
const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
120
|
+
|
|
121
|
+
const cache = new EndpointCache({
|
|
122
|
+
size: 50,
|
|
123
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
124
|
+
});
|
|
125
|
+
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
126
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
127
|
+
endpointParams: endpointParams,
|
|
128
|
+
logger: context.logger,
|
|
129
|
+
}));
|
|
130
|
+
};
|
|
131
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
132
|
+
|
|
133
|
+
class SageMakerGeospatialServiceException extends ServiceException {
|
|
134
|
+
constructor(options) {
|
|
135
|
+
super(options);
|
|
136
|
+
Object.setPrototypeOf(this, SageMakerGeospatialServiceException.prototype);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
class AccessDeniedException extends SageMakerGeospatialServiceException {
|
|
141
|
+
name = "AccessDeniedException";
|
|
142
|
+
$fault = "client";
|
|
143
|
+
Message;
|
|
144
|
+
constructor(opts) {
|
|
145
|
+
super({
|
|
146
|
+
name: "AccessDeniedException",
|
|
147
|
+
$fault: "client",
|
|
148
|
+
...opts,
|
|
149
|
+
});
|
|
150
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
151
|
+
this.Message = opts.Message;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
class ConflictException extends SageMakerGeospatialServiceException {
|
|
155
|
+
name = "ConflictException";
|
|
156
|
+
$fault = "client";
|
|
157
|
+
Message;
|
|
158
|
+
ResourceId;
|
|
159
|
+
constructor(opts) {
|
|
160
|
+
super({
|
|
161
|
+
name: "ConflictException",
|
|
162
|
+
$fault: "client",
|
|
163
|
+
...opts,
|
|
164
|
+
});
|
|
165
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
166
|
+
this.Message = opts.Message;
|
|
167
|
+
this.ResourceId = opts.ResourceId;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
class InternalServerException extends SageMakerGeospatialServiceException {
|
|
171
|
+
name = "InternalServerException";
|
|
172
|
+
$fault = "server";
|
|
173
|
+
Message;
|
|
174
|
+
ResourceId;
|
|
175
|
+
constructor(opts) {
|
|
176
|
+
super({
|
|
177
|
+
name: "InternalServerException",
|
|
178
|
+
$fault: "server",
|
|
179
|
+
...opts,
|
|
180
|
+
});
|
|
181
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
182
|
+
this.Message = opts.Message;
|
|
183
|
+
this.ResourceId = opts.ResourceId;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
class ResourceNotFoundException extends SageMakerGeospatialServiceException {
|
|
187
|
+
name = "ResourceNotFoundException";
|
|
188
|
+
$fault = "client";
|
|
189
|
+
Message;
|
|
190
|
+
ResourceId;
|
|
191
|
+
constructor(opts) {
|
|
192
|
+
super({
|
|
193
|
+
name: "ResourceNotFoundException",
|
|
194
|
+
$fault: "client",
|
|
195
|
+
...opts,
|
|
196
|
+
});
|
|
197
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
198
|
+
this.Message = opts.Message;
|
|
199
|
+
this.ResourceId = opts.ResourceId;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
class ThrottlingException extends SageMakerGeospatialServiceException {
|
|
203
|
+
name = "ThrottlingException";
|
|
204
|
+
$fault = "client";
|
|
205
|
+
Message;
|
|
206
|
+
ResourceId;
|
|
207
|
+
constructor(opts) {
|
|
208
|
+
super({
|
|
209
|
+
name: "ThrottlingException",
|
|
210
|
+
$fault: "client",
|
|
211
|
+
...opts,
|
|
212
|
+
});
|
|
213
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
214
|
+
this.Message = opts.Message;
|
|
215
|
+
this.ResourceId = opts.ResourceId;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
class ValidationException extends SageMakerGeospatialServiceException {
|
|
219
|
+
name = "ValidationException";
|
|
220
|
+
$fault = "client";
|
|
221
|
+
Message;
|
|
222
|
+
ResourceId;
|
|
223
|
+
constructor(opts) {
|
|
224
|
+
super({
|
|
225
|
+
name: "ValidationException",
|
|
226
|
+
$fault: "client",
|
|
227
|
+
...opts,
|
|
228
|
+
});
|
|
229
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
230
|
+
this.Message = opts.Message;
|
|
231
|
+
this.ResourceId = opts.ResourceId;
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
class ServiceQuotaExceededException extends SageMakerGeospatialServiceException {
|
|
235
|
+
name = "ServiceQuotaExceededException";
|
|
236
|
+
$fault = "client";
|
|
237
|
+
Message;
|
|
238
|
+
ResourceId;
|
|
239
|
+
constructor(opts) {
|
|
240
|
+
super({
|
|
241
|
+
name: "ServiceQuotaExceededException",
|
|
242
|
+
$fault: "client",
|
|
243
|
+
...opts,
|
|
244
|
+
});
|
|
245
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
246
|
+
this.Message = opts.Message;
|
|
247
|
+
this.ResourceId = opts.ResourceId;
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
const _A = "Arn";
|
|
252
|
+
const _ADE = "AccessDeniedException";
|
|
253
|
+
const _AM = "AssetsMap";
|
|
254
|
+
const _AN = "AlgorithmName";
|
|
255
|
+
const _AOI = "AreaOfInterest";
|
|
256
|
+
const _AOIG = "AreaOfInterestGeometry";
|
|
257
|
+
const _ARC = "ApproximateResultCount";
|
|
258
|
+
const _AV = "AssetValue";
|
|
259
|
+
const _As = "Assets";
|
|
260
|
+
const _BF = "BinaryFile";
|
|
261
|
+
const _BFa = "BandFilter";
|
|
262
|
+
const _BMC = "BandMathConfig";
|
|
263
|
+
const _BMCI = "BandMathConfigInput";
|
|
264
|
+
const _BN = "BandName";
|
|
265
|
+
const _C = "Coordinates";
|
|
266
|
+
const _CE = "ConflictException";
|
|
267
|
+
const _CI = "CustomIndices";
|
|
268
|
+
const _CII = "CustomIndicesInput";
|
|
269
|
+
const _CMC = "CloudMaskingConfig";
|
|
270
|
+
const _CMCI = "CloudMaskingConfigInput";
|
|
271
|
+
const _CO = "ComparisonOperator";
|
|
272
|
+
const _CRC = "CloudRemovalConfig";
|
|
273
|
+
const _CRCI = "CloudRemovalConfigInput";
|
|
274
|
+
const _CT = "ClientToken";
|
|
275
|
+
const _CTr = "CreationTime";
|
|
276
|
+
const _D = "Description";
|
|
277
|
+
const _DCL = "DataCollectionsList";
|
|
278
|
+
const _DEOJ = "DeleteEarthObservationJob";
|
|
279
|
+
const _DEOJI = "DeleteEarthObservationJobInput";
|
|
280
|
+
const _DEOJO = "DeleteEarthObservationJobOutput";
|
|
281
|
+
const _DIS = "DurationInSeconds";
|
|
282
|
+
const _DPU = "DescriptionPageUrl";
|
|
283
|
+
const _DSC = "DataSourceConfig";
|
|
284
|
+
const _DT = "DateTime";
|
|
285
|
+
const _DTo = "DocumentType";
|
|
286
|
+
const _DVEJ = "DeleteVectorEnrichmentJob";
|
|
287
|
+
const _DVEJI = "DeleteVectorEnrichmentJobInput";
|
|
288
|
+
const _DVEJO = "DeleteVectorEnrichmentJobOutput";
|
|
289
|
+
const _E = "Equation";
|
|
290
|
+
const _ECC = "EoCloudCover";
|
|
291
|
+
const _ECCI = "EoCloudCoverInput";
|
|
292
|
+
const _ED = "ErrorDetails";
|
|
293
|
+
const _EED = "ExportErrorDetails";
|
|
294
|
+
const _EEDO = "ExportErrorDetailsOutput";
|
|
295
|
+
const _EEOJ = "ExportEarthObservationJob";
|
|
296
|
+
const _EEOJI = "ExportEarthObservationJobInput";
|
|
297
|
+
const _EEOJO = "ExportEarthObservationJobOutput";
|
|
298
|
+
const _EM = "ErrorMessage";
|
|
299
|
+
const _EOJED = "EarthObservationJobErrorDetails";
|
|
300
|
+
const _EOJL = "EarthObservationJobList";
|
|
301
|
+
const _EOJOB = "EarthObservationJobOutputBands";
|
|
302
|
+
const _EOJS = "EarthObservationJobSummaries";
|
|
303
|
+
const _ER = "ExportResults";
|
|
304
|
+
const _ERA = "ExecutionRoleArn";
|
|
305
|
+
const _ES = "ExportStatus";
|
|
306
|
+
const _ESDI = "ExportS3DataInput";
|
|
307
|
+
const _ESI = "ExportSourceImages";
|
|
308
|
+
const _ET = "EndTime";
|
|
309
|
+
const _ETr = "ErrorType";
|
|
310
|
+
const _EVEJ = "ExportVectorEnrichmentJob";
|
|
311
|
+
const _EVEJI = "ExportVectorEnrichmentJobInput";
|
|
312
|
+
const _EVEJO = "ExportVectorEnrichmentJobOutput";
|
|
313
|
+
const _EVEJOC = "ExportVectorEnrichmentJobOutputConfig";
|
|
314
|
+
const _F = "Filter";
|
|
315
|
+
const _FL = "FilterList";
|
|
316
|
+
const _G = "Geometry";
|
|
317
|
+
const _GB = "GroupBy";
|
|
318
|
+
const _GEOJ = "GetEarthObservationJob";
|
|
319
|
+
const _GEOJI = "GetEarthObservationJobInput";
|
|
320
|
+
const _GEOJO = "GetEarthObservationJobOutput";
|
|
321
|
+
const _GMC = "GeoMosaicConfig";
|
|
322
|
+
const _GMCI = "GeoMosaicConfigInput";
|
|
323
|
+
const _GRDC = "GetRasterDataCollection";
|
|
324
|
+
const _GRDCI = "GetRasterDataCollectionInput";
|
|
325
|
+
const _GRDCO = "GetRasterDataCollectionOutput";
|
|
326
|
+
const _GT = "GetTile";
|
|
327
|
+
const _GTI = "GetTileInput";
|
|
328
|
+
const _GTO = "GetTileOutput";
|
|
329
|
+
const _GVEJ = "GetVectorEnrichmentJob";
|
|
330
|
+
const _GVEJI = "GetVectorEnrichmentJobInput";
|
|
331
|
+
const _GVEJO = "GetVectorEnrichmentJobOutput";
|
|
332
|
+
const _H = "Href";
|
|
333
|
+
const _I = "Id";
|
|
334
|
+
const _IA = "ImageAssets";
|
|
335
|
+
const _IAN = "IdAttributeName";
|
|
336
|
+
const _IC = "InputConfig";
|
|
337
|
+
const _ICI = "InputConfigInput";
|
|
338
|
+
const _ICO = "InputConfigOutput";
|
|
339
|
+
const _IM = "ImageMask";
|
|
340
|
+
const _IS = "ItemSource";
|
|
341
|
+
const _ISB = "ImageSourceBands";
|
|
342
|
+
const _ISE = "InternalServerException";
|
|
343
|
+
const _ISL = "ItemSourceList";
|
|
344
|
+
const _IV = "InterpolationValue";
|
|
345
|
+
const _It = "Items";
|
|
346
|
+
const _JC = "JobConfig";
|
|
347
|
+
const _JCI = "JobConfigInput";
|
|
348
|
+
const _KKI = "KmsKeyId";
|
|
349
|
+
const _LB = "LowerBound";
|
|
350
|
+
const _LCCL = "LandsatCloudCoverLand";
|
|
351
|
+
const _LCCLI = "LandsatCloudCoverLandInput";
|
|
352
|
+
const _LCSC = "LandCoverSegmentationConfig";
|
|
353
|
+
const _LCSCI = "LandCoverSegmentationConfigInput";
|
|
354
|
+
const _LEOJ = "ListEarthObservationJobs";
|
|
355
|
+
const _LEOJI = "ListEarthObservationJobInput";
|
|
356
|
+
const _LEOJO = "ListEarthObservationJobOutput";
|
|
357
|
+
const _LEOJOC = "ListEarthObservationJobOutputConfig";
|
|
358
|
+
const _LO = "LogicalOperator";
|
|
359
|
+
const _LR = "LinearRing";
|
|
360
|
+
const _LRDC = "ListRasterDataCollections";
|
|
361
|
+
const _LRDCI = "ListRasterDataCollectionsInput";
|
|
362
|
+
const _LRDCO = "ListRasterDataCollectionsOutput";
|
|
363
|
+
const _LRL = "LinearRingsList";
|
|
364
|
+
const _LRi = "LinearRings";
|
|
365
|
+
const _LTFR = "ListTagsForResource";
|
|
366
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
367
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
368
|
+
const _LVEJ = "ListVectorEnrichmentJobs";
|
|
369
|
+
const _LVEJI = "ListVectorEnrichmentJobInput";
|
|
370
|
+
const _LVEJO = "ListVectorEnrichmentJobOutput";
|
|
371
|
+
const _LVEJOC = "ListVectorEnrichmentJobOutputConfig";
|
|
372
|
+
const _M = "Message";
|
|
373
|
+
const _MMC = "MapMatchingConfig";
|
|
374
|
+
const _MPG = "MultiPolygonGeometry";
|
|
375
|
+
const _MPGI = "MultiPolygonGeometryInput";
|
|
376
|
+
const _MR = "MaxResults";
|
|
377
|
+
const _Ma = "Maximum";
|
|
378
|
+
const _Mi = "Minimum";
|
|
379
|
+
const _N = "Name";
|
|
380
|
+
const _NT = "NextToken";
|
|
381
|
+
const _O = "Operations";
|
|
382
|
+
const _OB = "OutputBands";
|
|
383
|
+
const _OBu = "OutputBand";
|
|
384
|
+
const _OC = "OutputConfig";
|
|
385
|
+
const _OCI = "OutputConfigInput";
|
|
386
|
+
const _ODT = "OutputDataType";
|
|
387
|
+
const _OF = "OutputFormat";
|
|
388
|
+
const _OLI = "OperationsListInput";
|
|
389
|
+
const _OR = "OutputResolution";
|
|
390
|
+
const _ORRI = "OutputResolutionResamplingInput";
|
|
391
|
+
const _ORSI = "OutputResolutionStackInput";
|
|
392
|
+
const _OT = "OperationType";
|
|
393
|
+
const _OTu = "OutputType";
|
|
394
|
+
const _Op = "Operation";
|
|
395
|
+
const _P = "Properties";
|
|
396
|
+
const _PEOJA = "PreviousEarthObservationJobArn";
|
|
397
|
+
const _PF = "PropertyFilters";
|
|
398
|
+
const _PFL = "PropertyFiltersList";
|
|
399
|
+
const _PFr = "PropertyFilter";
|
|
400
|
+
const _PG = "PolygonGeometry";
|
|
401
|
+
const _PGI = "PolygonGeometryInput";
|
|
402
|
+
const _PI = "PredefinedIndices";
|
|
403
|
+
const _PIl = "PlatformInput";
|
|
404
|
+
const _Pl = "Platform";
|
|
405
|
+
const _Po = "Position";
|
|
406
|
+
const _Pr = "Predefined";
|
|
407
|
+
const _Pro = "Property";
|
|
408
|
+
const _RA = "ResourceArn";
|
|
409
|
+
const _RC = "ResamplingConfig";
|
|
410
|
+
const _RCI = "ResamplingConfigInput";
|
|
411
|
+
const _RDCA = "RasterDataCollectionArn";
|
|
412
|
+
const _RDCM = "RasterDataCollectionMetadata";
|
|
413
|
+
const _RDCN = "RasterDataCollectionName";
|
|
414
|
+
const _RDCQ = "RasterDataCollectionQuery";
|
|
415
|
+
const _RDCQI = "RasterDataCollectionQueryInput";
|
|
416
|
+
const _RDCQO = "RasterDataCollectionQueryOutput";
|
|
417
|
+
const _RDCQWBFI = "RasterDataCollectionQueryWithBandFilterInput";
|
|
418
|
+
const _RDCS = "RasterDataCollectionSummaries";
|
|
419
|
+
const _RGC = "ReverseGeocodingConfig";
|
|
420
|
+
const _RI = "ResourceId";
|
|
421
|
+
const _RNFE = "ResourceNotFoundException";
|
|
422
|
+
const _S = "Status";
|
|
423
|
+
const _SB = "SortBy";
|
|
424
|
+
const _SC = "StackConfig";
|
|
425
|
+
const _SCI = "StackConfigInput";
|
|
426
|
+
const _SD = "S3Data";
|
|
427
|
+
const _SE = "StatusEquals";
|
|
428
|
+
const _SEOJ = "StartEarthObservationJob";
|
|
429
|
+
const _SEOJI = "StartEarthObservationJobInput";
|
|
430
|
+
const _SEOJIt = "StopEarthObservationJobInput";
|
|
431
|
+
const _SEOJO = "StartEarthObservationJobOutput";
|
|
432
|
+
const _SEOJOt = "StopEarthObservationJobOutput";
|
|
433
|
+
const _SEOJt = "StopEarthObservationJob";
|
|
434
|
+
const _SF = "SupportedFilters";
|
|
435
|
+
const _SO = "SortOrder";
|
|
436
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
437
|
+
const _SRDC = "SearchRasterDataCollection";
|
|
438
|
+
const _SRDCI = "SearchRasterDataCollectionInput";
|
|
439
|
+
const _SRDCO = "SearchRasterDataCollectionOutput";
|
|
440
|
+
const _ST = "StartTime";
|
|
441
|
+
const _SU = "S3Uri";
|
|
442
|
+
const _SVEJ = "StartVectorEnrichmentJob";
|
|
443
|
+
const _SVEJI = "StartVectorEnrichmentJobInput";
|
|
444
|
+
const _SVEJIt = "StopVectorEnrichmentJobInput";
|
|
445
|
+
const _SVEJO = "StartVectorEnrichmentJobOutput";
|
|
446
|
+
const _SVEJOt = "StopVectorEnrichmentJobOutput";
|
|
447
|
+
const _SVEJt = "StopVectorEnrichmentJob";
|
|
448
|
+
const _St = "Statistics";
|
|
449
|
+
const _T = "Type";
|
|
450
|
+
const _TAN = "TimestampAttributeName";
|
|
451
|
+
const _TB = "TargetBands";
|
|
452
|
+
const _TE = "ThrottlingException";
|
|
453
|
+
const _TK = "TagKeys";
|
|
454
|
+
const _TR = "TagResource";
|
|
455
|
+
const _TRF = "TimeRangeFilter";
|
|
456
|
+
const _TRFI = "TimeRangeFilterInput";
|
|
457
|
+
const _TRFO = "TimeRangeFilterOutput";
|
|
458
|
+
const _TRR = "TagResourceRequest";
|
|
459
|
+
const _TRRa = "TagResourceResponse";
|
|
460
|
+
const _TSC = "TemporalStatisticsConfig";
|
|
461
|
+
const _TSCI = "TemporalStatisticsConfigInput";
|
|
462
|
+
const _Ta = "Tags";
|
|
463
|
+
const _Tar = "Target";
|
|
464
|
+
const _U = "Unit";
|
|
465
|
+
const _UB = "UpperBound";
|
|
466
|
+
const _UD = "UserDefined";
|
|
467
|
+
const _UR = "UntagResource";
|
|
468
|
+
const _URR = "UntagResourceRequest";
|
|
469
|
+
const _URRn = "UntagResourceResponse";
|
|
470
|
+
const _V = "Value";
|
|
471
|
+
const _VE = "ValidationException";
|
|
472
|
+
const _VEJC = "VectorEnrichmentJobConfig";
|
|
473
|
+
const _VEJDSCI = "VectorEnrichmentJobDataSourceConfigInput";
|
|
474
|
+
const _VEJED = "VectorEnrichmentJobErrorDetails";
|
|
475
|
+
const _VEJEED = "VectorEnrichmentJobExportErrorDetails";
|
|
476
|
+
const _VEJIC = "VectorEnrichmentJobInputConfig";
|
|
477
|
+
const _VEJL = "VectorEnrichmentJobList";
|
|
478
|
+
const _VEJS = "VectorEnrichmentJobSummaries";
|
|
479
|
+
const _VEJSD = "VectorEnrichmentJobS3Data";
|
|
480
|
+
const _VON = "ViewOffNadir";
|
|
481
|
+
const _VONI = "ViewOffNadirInput";
|
|
482
|
+
const _VSA = "ViewSunAzimuth";
|
|
483
|
+
const _VSAI = "ViewSunAzimuthInput";
|
|
484
|
+
const _VSE = "ViewSunElevation";
|
|
485
|
+
const _VSEI = "ViewSunElevationInput";
|
|
486
|
+
const _XAN = "XAttributeName";
|
|
487
|
+
const _YAN = "YAttributeName";
|
|
488
|
+
const _ZSC = "ZonalStatisticsConfig";
|
|
489
|
+
const _ZSCI = "ZonalStatisticsConfigInput";
|
|
490
|
+
const _ZSP = "ZoneS3Path";
|
|
491
|
+
const _ZSPKKI = "ZoneS3PathKmsKeyId";
|
|
492
|
+
const _ab = "application/x-binary";
|
|
493
|
+
const _c = "client";
|
|
494
|
+
const _e = "error";
|
|
495
|
+
const _h = "http";
|
|
496
|
+
const _hE = "httpError";
|
|
497
|
+
const _hQ = "httpQuery";
|
|
498
|
+
const _mT = "mediaType";
|
|
499
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sagemakergeospatial";
|
|
500
|
+
const _se = "server";
|
|
501
|
+
const _st = "streaming";
|
|
502
|
+
const _tK = "tagKeys";
|
|
503
|
+
const _x = "x";
|
|
504
|
+
const _y = "y";
|
|
505
|
+
const _z = "z";
|
|
506
|
+
const n0 = "com.amazonaws.sagemakergeospatial";
|
|
507
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
508
|
+
var SageMakerGeospatialServiceException$ = [-3, _s, "SageMakerGeospatialServiceException", 0, [], []];
|
|
509
|
+
_s_registry.registerError(SageMakerGeospatialServiceException$, SageMakerGeospatialServiceException);
|
|
510
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
511
|
+
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
512
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
513
|
+
[_M],
|
|
514
|
+
[0], 1
|
|
515
|
+
];
|
|
516
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
517
|
+
var ConflictException$ = [-3, n0, _CE,
|
|
518
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
519
|
+
[_M, _RI],
|
|
520
|
+
[0, 0], 1
|
|
521
|
+
];
|
|
522
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
523
|
+
var InternalServerException$ = [-3, n0, _ISE,
|
|
524
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
525
|
+
[_M, _RI],
|
|
526
|
+
[0, 0], 1
|
|
527
|
+
];
|
|
528
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
529
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
530
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
531
|
+
[_M, _RI],
|
|
532
|
+
[0, 0], 1
|
|
533
|
+
];
|
|
534
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
535
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
536
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
537
|
+
[_M, _RI],
|
|
538
|
+
[0, 0], 1
|
|
539
|
+
];
|
|
540
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
541
|
+
var ThrottlingException$ = [-3, n0, _TE,
|
|
542
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
543
|
+
[_M, _RI],
|
|
544
|
+
[0, 0], 1
|
|
545
|
+
];
|
|
546
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
547
|
+
var ValidationException$ = [-3, n0, _VE,
|
|
548
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
549
|
+
[_M, _RI],
|
|
550
|
+
[0, 0], 1
|
|
551
|
+
];
|
|
552
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
553
|
+
const errorTypeRegistries = [
|
|
554
|
+
_s_registry,
|
|
555
|
+
n0_registry,
|
|
556
|
+
];
|
|
557
|
+
var BinaryFile = [0, n0, _BF, { [_mT]: _ab, [_st]: 1 }, 42];
|
|
558
|
+
var NextToken = [0, n0, _NT, 8, 0];
|
|
559
|
+
var AssetValue$ = [3, n0, _AV,
|
|
560
|
+
0,
|
|
561
|
+
[_H],
|
|
562
|
+
[0]
|
|
563
|
+
];
|
|
564
|
+
var BandMathConfigInput$ = [3, n0, _BMCI,
|
|
565
|
+
0,
|
|
566
|
+
[_PI, _CI],
|
|
567
|
+
[64 | 0, () => CustomIndicesInput$]
|
|
568
|
+
];
|
|
569
|
+
var CloudMaskingConfigInput$ = [3, n0, _CMCI,
|
|
570
|
+
0,
|
|
571
|
+
[],
|
|
572
|
+
[]
|
|
573
|
+
];
|
|
574
|
+
var CloudRemovalConfigInput$ = [3, n0, _CRCI,
|
|
575
|
+
0,
|
|
576
|
+
[_AN, _IV, _TB],
|
|
577
|
+
[0, 0, 64 | 0]
|
|
578
|
+
];
|
|
579
|
+
var CustomIndicesInput$ = [3, n0, _CII,
|
|
580
|
+
0,
|
|
581
|
+
[_O],
|
|
582
|
+
[() => OperationsListInput]
|
|
583
|
+
];
|
|
584
|
+
var DeleteEarthObservationJobInput$ = [3, n0, _DEOJI,
|
|
585
|
+
0,
|
|
586
|
+
[_A],
|
|
587
|
+
[[0, 1]], 1
|
|
588
|
+
];
|
|
589
|
+
var DeleteEarthObservationJobOutput$ = [3, n0, _DEOJO,
|
|
590
|
+
0,
|
|
591
|
+
[],
|
|
592
|
+
[]
|
|
593
|
+
];
|
|
594
|
+
var DeleteVectorEnrichmentJobInput$ = [3, n0, _DVEJI,
|
|
595
|
+
0,
|
|
596
|
+
[_A],
|
|
597
|
+
[[0, 1]], 1
|
|
598
|
+
];
|
|
599
|
+
var DeleteVectorEnrichmentJobOutput$ = [3, n0, _DVEJO,
|
|
600
|
+
0,
|
|
601
|
+
[],
|
|
602
|
+
[]
|
|
603
|
+
];
|
|
604
|
+
var EarthObservationJobErrorDetails$ = [3, n0, _EOJED,
|
|
605
|
+
0,
|
|
606
|
+
[_T, _M],
|
|
607
|
+
[0, 0]
|
|
608
|
+
];
|
|
609
|
+
var EoCloudCoverInput$ = [3, n0, _ECCI,
|
|
610
|
+
0,
|
|
611
|
+
[_LB, _UB],
|
|
612
|
+
[1, 1], 2
|
|
613
|
+
];
|
|
614
|
+
var ExportEarthObservationJobInput$ = [3, n0, _EEOJI,
|
|
615
|
+
0,
|
|
616
|
+
[_A, _ERA, _OC, _CT, _ESI],
|
|
617
|
+
[0, 0, () => OutputConfigInput$, [0, 4], 2], 3
|
|
618
|
+
];
|
|
619
|
+
var ExportEarthObservationJobOutput$ = [3, n0, _EEOJO,
|
|
620
|
+
0,
|
|
621
|
+
[_A, _CTr, _ES, _ERA, _OC, _ESI],
|
|
622
|
+
[0, 5, 0, 0, () => OutputConfigInput$, 2], 5
|
|
623
|
+
];
|
|
624
|
+
var ExportErrorDetails$ = [3, n0, _EED,
|
|
625
|
+
0,
|
|
626
|
+
[_ER, _ESI],
|
|
627
|
+
[() => ExportErrorDetailsOutput$, () => ExportErrorDetailsOutput$]
|
|
628
|
+
];
|
|
629
|
+
var ExportErrorDetailsOutput$ = [3, n0, _EEDO,
|
|
630
|
+
0,
|
|
631
|
+
[_T, _M],
|
|
632
|
+
[0, 0]
|
|
633
|
+
];
|
|
634
|
+
var ExportS3DataInput$ = [3, n0, _ESDI,
|
|
635
|
+
0,
|
|
636
|
+
[_SU, _KKI],
|
|
637
|
+
[0, 0], 1
|
|
638
|
+
];
|
|
639
|
+
var ExportVectorEnrichmentJobInput$ = [3, n0, _EVEJI,
|
|
640
|
+
0,
|
|
641
|
+
[_A, _ERA, _OC, _CT],
|
|
642
|
+
[0, 0, () => ExportVectorEnrichmentJobOutputConfig$, [0, 4]], 3
|
|
643
|
+
];
|
|
644
|
+
var ExportVectorEnrichmentJobOutput$ = [3, n0, _EVEJO,
|
|
645
|
+
0,
|
|
646
|
+
[_A, _CTr, _ERA, _ES, _OC],
|
|
647
|
+
[0, 5, 0, 0, () => ExportVectorEnrichmentJobOutputConfig$], 5
|
|
648
|
+
];
|
|
649
|
+
var ExportVectorEnrichmentJobOutputConfig$ = [3, n0, _EVEJOC,
|
|
650
|
+
0,
|
|
651
|
+
[_SD],
|
|
652
|
+
[() => VectorEnrichmentJobS3Data$], 1
|
|
653
|
+
];
|
|
654
|
+
var Filter$ = [3, n0, _F,
|
|
655
|
+
0,
|
|
656
|
+
[_N, _T, _Mi, _Ma],
|
|
657
|
+
[0, 0, 1, 1], 2
|
|
658
|
+
];
|
|
659
|
+
var Geometry$ = [3, n0, _G,
|
|
660
|
+
0,
|
|
661
|
+
[_T, _C],
|
|
662
|
+
[0, [() => LinearRings, 0]], 2
|
|
663
|
+
];
|
|
664
|
+
var GeoMosaicConfigInput$ = [3, n0, _GMCI,
|
|
665
|
+
0,
|
|
666
|
+
[_AN, _TB],
|
|
667
|
+
[0, 64 | 0]
|
|
668
|
+
];
|
|
669
|
+
var GetEarthObservationJobInput$ = [3, n0, _GEOJI,
|
|
670
|
+
0,
|
|
671
|
+
[_A],
|
|
672
|
+
[[0, 1]], 1
|
|
673
|
+
];
|
|
674
|
+
var GetEarthObservationJobOutput$ = [3, n0, _GEOJO,
|
|
675
|
+
0,
|
|
676
|
+
[_A, _N, _CTr, _DIS, _S, _IC, _JC, _KKI, _OB, _ERA, _ED, _ES, _EED, _Ta],
|
|
677
|
+
[0, 0, 5, 1, 0, [() => InputConfigOutput$, 0], () => JobConfigInput$, 0, () => EarthObservationJobOutputBands, 0, () => EarthObservationJobErrorDetails$, 0, () => ExportErrorDetails$, 128 | 0], 7
|
|
678
|
+
];
|
|
679
|
+
var GetRasterDataCollectionInput$ = [3, n0, _GRDCI,
|
|
680
|
+
0,
|
|
681
|
+
[_A],
|
|
682
|
+
[[0, 1]], 1
|
|
683
|
+
];
|
|
684
|
+
var GetRasterDataCollectionOutput$ = [3, n0, _GRDCO,
|
|
685
|
+
0,
|
|
686
|
+
[_N, _A, _T, _D, _DPU, _SF, _ISB, _Ta],
|
|
687
|
+
[0, 0, 0, 0, 0, () => FilterList, 64 | 0, 128 | 0], 7
|
|
688
|
+
];
|
|
689
|
+
var GetTileInput$ = [3, n0, _GTI,
|
|
690
|
+
0,
|
|
691
|
+
[_x, _y, _z, _IA, _Tar, _A, _IM, _OF, _TRF, _PF, _ODT, _ERA],
|
|
692
|
+
[[1, 1], [1, 1], [1, 1], [64 | 0, { [_hQ]: _IA }], [0, { [_hQ]: _Tar }], [0, { [_hQ]: _A }], [2, { [_hQ]: _IM }], [0, { [_hQ]: _OF }], [0, { [_hQ]: _TRF }], [0, { [_hQ]: _PF }], [0, { [_hQ]: _ODT }], [0, { [_hQ]: _ERA }]], 6
|
|
693
|
+
];
|
|
694
|
+
var GetTileOutput$ = [3, n0, _GTO,
|
|
695
|
+
0,
|
|
696
|
+
[_BF],
|
|
697
|
+
[[() => BinaryFile, 16]]
|
|
698
|
+
];
|
|
699
|
+
var GetVectorEnrichmentJobInput$ = [3, n0, _GVEJI,
|
|
700
|
+
0,
|
|
701
|
+
[_A],
|
|
702
|
+
[[0, 1]], 1
|
|
703
|
+
];
|
|
704
|
+
var GetVectorEnrichmentJobOutput$ = [3, n0, _GVEJO,
|
|
705
|
+
0,
|
|
706
|
+
[_A, _T, _N, _CTr, _DIS, _S, _IC, _JC, _ERA, _KKI, _ED, _ES, _EED, _Ta],
|
|
707
|
+
[0, 0, 0, 5, 1, 0, () => VectorEnrichmentJobInputConfig$, () => VectorEnrichmentJobConfig$, 0, 0, () => VectorEnrichmentJobErrorDetails$, 0, () => VectorEnrichmentJobExportErrorDetails$, 128 | 0], 9
|
|
708
|
+
];
|
|
709
|
+
var InputConfigInput$ = [3, n0, _ICI,
|
|
710
|
+
0,
|
|
711
|
+
[_PEOJA, _RDCQ],
|
|
712
|
+
[0, [() => RasterDataCollectionQueryInput$, 0]]
|
|
713
|
+
];
|
|
714
|
+
var InputConfigOutput$ = [3, n0, _ICO,
|
|
715
|
+
0,
|
|
716
|
+
[_PEOJA, _RDCQ],
|
|
717
|
+
[0, [() => RasterDataCollectionQueryOutput$, 0]]
|
|
718
|
+
];
|
|
719
|
+
var ItemSource$ = [3, n0, _IS,
|
|
720
|
+
0,
|
|
721
|
+
[_I, _G, _DT, _As, _P],
|
|
722
|
+
[0, [() => Geometry$, 0], 4, () => AssetsMap, () => Properties$], 3
|
|
723
|
+
];
|
|
724
|
+
var LandCoverSegmentationConfigInput$ = [3, n0, _LCSCI,
|
|
725
|
+
0,
|
|
726
|
+
[],
|
|
727
|
+
[]
|
|
728
|
+
];
|
|
729
|
+
var LandsatCloudCoverLandInput$ = [3, n0, _LCCLI,
|
|
730
|
+
0,
|
|
731
|
+
[_LB, _UB],
|
|
732
|
+
[1, 1], 2
|
|
733
|
+
];
|
|
734
|
+
var ListEarthObservationJobInput$ = [3, n0, _LEOJI,
|
|
735
|
+
0,
|
|
736
|
+
[_SE, _SO, _SB, _NT, _MR],
|
|
737
|
+
[0, 0, 0, [() => NextToken, 0], 1]
|
|
738
|
+
];
|
|
739
|
+
var ListEarthObservationJobOutput$ = [3, n0, _LEOJO,
|
|
740
|
+
0,
|
|
741
|
+
[_EOJS, _NT],
|
|
742
|
+
[() => EarthObservationJobList, [() => NextToken, 0]], 1
|
|
743
|
+
];
|
|
744
|
+
var ListEarthObservationJobOutputConfig$ = [3, n0, _LEOJOC,
|
|
745
|
+
0,
|
|
746
|
+
[_A, _N, _CTr, _DIS, _S, _OT, _Ta],
|
|
747
|
+
[0, 0, 5, 1, 0, 0, 128 | 0], 6
|
|
748
|
+
];
|
|
749
|
+
var ListRasterDataCollectionsInput$ = [3, n0, _LRDCI,
|
|
750
|
+
0,
|
|
751
|
+
[_NT, _MR],
|
|
752
|
+
[[() => NextToken, { [_hQ]: _NT }], [1, { [_hQ]: _MR }]]
|
|
753
|
+
];
|
|
754
|
+
var ListRasterDataCollectionsOutput$ = [3, n0, _LRDCO,
|
|
755
|
+
0,
|
|
756
|
+
[_RDCS, _NT],
|
|
757
|
+
[() => DataCollectionsList, [() => NextToken, 0]], 1
|
|
758
|
+
];
|
|
759
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
760
|
+
0,
|
|
761
|
+
[_RA],
|
|
762
|
+
[[0, 1]], 1
|
|
763
|
+
];
|
|
764
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
765
|
+
0,
|
|
766
|
+
[_Ta],
|
|
767
|
+
[128 | 0]
|
|
768
|
+
];
|
|
769
|
+
var ListVectorEnrichmentJobInput$ = [3, n0, _LVEJI,
|
|
770
|
+
0,
|
|
771
|
+
[_SE, _SO, _SB, _NT, _MR],
|
|
772
|
+
[0, 0, 0, [() => NextToken, 0], 1]
|
|
773
|
+
];
|
|
774
|
+
var ListVectorEnrichmentJobOutput$ = [3, n0, _LVEJO,
|
|
775
|
+
0,
|
|
776
|
+
[_VEJS, _NT],
|
|
777
|
+
[() => VectorEnrichmentJobList, [() => NextToken, 0]], 1
|
|
778
|
+
];
|
|
779
|
+
var ListVectorEnrichmentJobOutputConfig$ = [3, n0, _LVEJOC,
|
|
780
|
+
0,
|
|
781
|
+
[_A, _N, _T, _CTr, _DIS, _S, _Ta],
|
|
782
|
+
[0, 0, 0, 5, 1, 0, 128 | 0], 6
|
|
783
|
+
];
|
|
784
|
+
var MapMatchingConfig$ = [3, n0, _MMC,
|
|
785
|
+
0,
|
|
786
|
+
[_IAN, _YAN, _XAN, _TAN],
|
|
787
|
+
[0, 0, 0, 0], 4
|
|
788
|
+
];
|
|
789
|
+
var MultiPolygonGeometryInput$ = [3, n0, _MPGI,
|
|
790
|
+
0,
|
|
791
|
+
[_C],
|
|
792
|
+
[[() => LinearRingsList, 0]], 1
|
|
793
|
+
];
|
|
794
|
+
var Operation$ = [3, n0, _Op,
|
|
795
|
+
0,
|
|
796
|
+
[_N, _E, _OTu],
|
|
797
|
+
[0, 0, 0], 2
|
|
798
|
+
];
|
|
799
|
+
var OutputBand$ = [3, n0, _OBu,
|
|
800
|
+
0,
|
|
801
|
+
[_BN, _ODT],
|
|
802
|
+
[0, 0], 2
|
|
803
|
+
];
|
|
804
|
+
var OutputConfigInput$ = [3, n0, _OCI,
|
|
805
|
+
0,
|
|
806
|
+
[_SD],
|
|
807
|
+
[() => ExportS3DataInput$], 1
|
|
808
|
+
];
|
|
809
|
+
var OutputResolutionResamplingInput$ = [3, n0, _ORRI,
|
|
810
|
+
0,
|
|
811
|
+
[_UD],
|
|
812
|
+
[() => UserDefined$], 1
|
|
813
|
+
];
|
|
814
|
+
var OutputResolutionStackInput$ = [3, n0, _ORSI,
|
|
815
|
+
0,
|
|
816
|
+
[_Pr, _UD],
|
|
817
|
+
[0, () => UserDefined$]
|
|
818
|
+
];
|
|
819
|
+
var PlatformInput$ = [3, n0, _PIl,
|
|
820
|
+
0,
|
|
821
|
+
[_V, _CO],
|
|
822
|
+
[0, 0], 1
|
|
823
|
+
];
|
|
824
|
+
var PolygonGeometryInput$ = [3, n0, _PGI,
|
|
825
|
+
0,
|
|
826
|
+
[_C],
|
|
827
|
+
[[() => LinearRings, 0]], 1
|
|
828
|
+
];
|
|
829
|
+
var Properties$ = [3, n0, _P,
|
|
830
|
+
0,
|
|
831
|
+
[_ECC, _VON, _VSA, _VSE, _Pl, _LCCL],
|
|
832
|
+
[1, 1, 1, 1, 0, 1]
|
|
833
|
+
];
|
|
834
|
+
var PropertyFilter$ = [3, n0, _PFr,
|
|
835
|
+
0,
|
|
836
|
+
[_Pro],
|
|
837
|
+
[() => Property$], 1
|
|
838
|
+
];
|
|
839
|
+
var PropertyFilters$ = [3, n0, _PF,
|
|
840
|
+
0,
|
|
841
|
+
[_P, _LO],
|
|
842
|
+
[() => PropertyFiltersList, 0]
|
|
843
|
+
];
|
|
844
|
+
var RasterDataCollectionMetadata$ = [3, n0, _RDCM,
|
|
845
|
+
0,
|
|
846
|
+
[_N, _A, _T, _D, _SF, _DPU, _Ta],
|
|
847
|
+
[0, 0, 0, 0, () => FilterList, 0, 128 | 0], 5
|
|
848
|
+
];
|
|
849
|
+
var RasterDataCollectionQueryInput$ = [3, n0, _RDCQI,
|
|
850
|
+
0,
|
|
851
|
+
[_RDCA, _TRF, _AOI, _PF],
|
|
852
|
+
[0, [() => TimeRangeFilterInput$, 0], [() => AreaOfInterest$, 0], () => PropertyFilters$], 2
|
|
853
|
+
];
|
|
854
|
+
var RasterDataCollectionQueryOutput$ = [3, n0, _RDCQO,
|
|
855
|
+
0,
|
|
856
|
+
[_RDCA, _RDCN, _TRF, _AOI, _PF],
|
|
857
|
+
[0, 0, [() => TimeRangeFilterOutput$, 0], [() => AreaOfInterest$, 0], () => PropertyFilters$], 3
|
|
858
|
+
];
|
|
859
|
+
var RasterDataCollectionQueryWithBandFilterInput$ = [3, n0, _RDCQWBFI,
|
|
860
|
+
0,
|
|
861
|
+
[_TRF, _AOI, _PF, _BFa],
|
|
862
|
+
[[() => TimeRangeFilterInput$, 0], [() => AreaOfInterest$, 0], () => PropertyFilters$, 64 | 0], 1
|
|
863
|
+
];
|
|
864
|
+
var ResamplingConfigInput$ = [3, n0, _RCI,
|
|
865
|
+
0,
|
|
866
|
+
[_OR, _AN, _TB],
|
|
867
|
+
[() => OutputResolutionResamplingInput$, 0, 64 | 0], 1
|
|
868
|
+
];
|
|
869
|
+
var ReverseGeocodingConfig$ = [3, n0, _RGC,
|
|
870
|
+
0,
|
|
871
|
+
[_YAN, _XAN],
|
|
872
|
+
[0, 0], 2
|
|
873
|
+
];
|
|
874
|
+
var SearchRasterDataCollectionInput$ = [3, n0, _SRDCI,
|
|
875
|
+
0,
|
|
876
|
+
[_A, _RDCQ, _NT],
|
|
877
|
+
[0, [() => RasterDataCollectionQueryWithBandFilterInput$, 0], [() => NextToken, 0]], 2
|
|
878
|
+
];
|
|
879
|
+
var SearchRasterDataCollectionOutput$ = [3, n0, _SRDCO,
|
|
880
|
+
0,
|
|
881
|
+
[_ARC, _NT, _It],
|
|
882
|
+
[1, [() => NextToken, 0], [() => ItemSourceList, 0]], 1
|
|
883
|
+
];
|
|
884
|
+
var StackConfigInput$ = [3, n0, _SCI,
|
|
885
|
+
0,
|
|
886
|
+
[_OR, _TB],
|
|
887
|
+
[() => OutputResolutionStackInput$, 64 | 0]
|
|
888
|
+
];
|
|
889
|
+
var StartEarthObservationJobInput$ = [3, n0, _SEOJI,
|
|
890
|
+
0,
|
|
891
|
+
[_N, _IC, _JC, _ERA, _CT, _KKI, _Ta],
|
|
892
|
+
[0, [() => InputConfigInput$, 0], () => JobConfigInput$, 0, [0, 4], 0, 128 | 0], 4
|
|
893
|
+
];
|
|
894
|
+
var StartEarthObservationJobOutput$ = [3, n0, _SEOJO,
|
|
895
|
+
0,
|
|
896
|
+
[_N, _A, _CTr, _DIS, _S, _JC, _ERA, _KKI, _IC, _Ta],
|
|
897
|
+
[0, 0, 5, 1, 0, () => JobConfigInput$, 0, 0, [() => InputConfigOutput$, 0], 128 | 0], 7
|
|
898
|
+
];
|
|
899
|
+
var StartVectorEnrichmentJobInput$ = [3, n0, _SVEJI,
|
|
900
|
+
0,
|
|
901
|
+
[_N, _IC, _JC, _ERA, _CT, _KKI, _Ta],
|
|
902
|
+
[0, () => VectorEnrichmentJobInputConfig$, () => VectorEnrichmentJobConfig$, 0, [0, 4], 0, 128 | 0], 4
|
|
903
|
+
];
|
|
904
|
+
var StartVectorEnrichmentJobOutput$ = [3, n0, _SVEJO,
|
|
905
|
+
0,
|
|
906
|
+
[_N, _A, _T, _CTr, _DIS, _S, _IC, _JC, _ERA, _KKI, _Ta],
|
|
907
|
+
[0, 0, 0, 5, 1, 0, () => VectorEnrichmentJobInputConfig$, () => VectorEnrichmentJobConfig$, 0, 0, 128 | 0], 9
|
|
908
|
+
];
|
|
909
|
+
var StopEarthObservationJobInput$ = [3, n0, _SEOJIt,
|
|
910
|
+
0,
|
|
911
|
+
[_A],
|
|
912
|
+
[0], 1
|
|
913
|
+
];
|
|
914
|
+
var StopEarthObservationJobOutput$ = [3, n0, _SEOJOt,
|
|
915
|
+
0,
|
|
916
|
+
[],
|
|
917
|
+
[]
|
|
918
|
+
];
|
|
919
|
+
var StopVectorEnrichmentJobInput$ = [3, n0, _SVEJIt,
|
|
920
|
+
0,
|
|
921
|
+
[_A],
|
|
922
|
+
[0], 1
|
|
923
|
+
];
|
|
924
|
+
var StopVectorEnrichmentJobOutput$ = [3, n0, _SVEJOt,
|
|
925
|
+
0,
|
|
926
|
+
[],
|
|
927
|
+
[]
|
|
928
|
+
];
|
|
929
|
+
var TagResourceRequest$ = [3, n0, _TRR,
|
|
930
|
+
0,
|
|
931
|
+
[_RA, _Ta],
|
|
932
|
+
[[0, 1], 128 | 0], 2
|
|
933
|
+
];
|
|
934
|
+
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
935
|
+
0,
|
|
936
|
+
[],
|
|
937
|
+
[]
|
|
938
|
+
];
|
|
939
|
+
var TemporalStatisticsConfigInput$ = [3, n0, _TSCI,
|
|
940
|
+
0,
|
|
941
|
+
[_St, _GB, _TB],
|
|
942
|
+
[64 | 0, 0, 64 | 0], 1
|
|
943
|
+
];
|
|
944
|
+
var TimeRangeFilterInput$ = [3, n0, _TRFI,
|
|
945
|
+
8,
|
|
946
|
+
[_ST, _ET],
|
|
947
|
+
[4, 4], 2
|
|
948
|
+
];
|
|
949
|
+
var TimeRangeFilterOutput$ = [3, n0, _TRFO,
|
|
950
|
+
8,
|
|
951
|
+
[_ST, _ET],
|
|
952
|
+
[5, 5], 2
|
|
953
|
+
];
|
|
954
|
+
var UntagResourceRequest$ = [3, n0, _URR,
|
|
955
|
+
0,
|
|
956
|
+
[_RA, _TK],
|
|
957
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
958
|
+
];
|
|
959
|
+
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
960
|
+
0,
|
|
961
|
+
[],
|
|
962
|
+
[]
|
|
963
|
+
];
|
|
964
|
+
var UserDefined$ = [3, n0, _UD,
|
|
965
|
+
0,
|
|
966
|
+
[_V, _U],
|
|
967
|
+
[1, 0], 2
|
|
968
|
+
];
|
|
969
|
+
var VectorEnrichmentJobErrorDetails$ = [3, n0, _VEJED,
|
|
970
|
+
0,
|
|
971
|
+
[_ETr, _EM],
|
|
972
|
+
[0, 0]
|
|
973
|
+
];
|
|
974
|
+
var VectorEnrichmentJobExportErrorDetails$ = [3, n0, _VEJEED,
|
|
975
|
+
0,
|
|
976
|
+
[_T, _M],
|
|
977
|
+
[0, 0]
|
|
978
|
+
];
|
|
979
|
+
var VectorEnrichmentJobInputConfig$ = [3, n0, _VEJIC,
|
|
980
|
+
0,
|
|
981
|
+
[_DTo, _DSC],
|
|
982
|
+
[0, () => VectorEnrichmentJobDataSourceConfigInput$], 2
|
|
983
|
+
];
|
|
984
|
+
var VectorEnrichmentJobS3Data$ = [3, n0, _VEJSD,
|
|
985
|
+
0,
|
|
986
|
+
[_SU, _KKI],
|
|
987
|
+
[0, 0], 1
|
|
988
|
+
];
|
|
989
|
+
var ViewOffNadirInput$ = [3, n0, _VONI,
|
|
990
|
+
0,
|
|
991
|
+
[_LB, _UB],
|
|
992
|
+
[1, 1], 2
|
|
993
|
+
];
|
|
994
|
+
var ViewSunAzimuthInput$ = [3, n0, _VSAI,
|
|
995
|
+
0,
|
|
996
|
+
[_LB, _UB],
|
|
997
|
+
[1, 1], 2
|
|
998
|
+
];
|
|
999
|
+
var ViewSunElevationInput$ = [3, n0, _VSEI,
|
|
1000
|
+
0,
|
|
1001
|
+
[_LB, _UB],
|
|
1002
|
+
[1, 1], 2
|
|
1003
|
+
];
|
|
1004
|
+
var ZonalStatisticsConfigInput$ = [3, n0, _ZSCI,
|
|
1005
|
+
0,
|
|
1006
|
+
[_ZSP, _St, _TB, _ZSPKKI],
|
|
1007
|
+
[0, 64 | 0, 64 | 0, 0], 2
|
|
1008
|
+
];
|
|
1009
|
+
var DataCollectionsList = [1, n0, _DCL,
|
|
1010
|
+
0, () => RasterDataCollectionMetadata$
|
|
1011
|
+
];
|
|
1012
|
+
var EarthObservationJobList = [1, n0, _EOJL,
|
|
1013
|
+
0, () => ListEarthObservationJobOutputConfig$
|
|
1014
|
+
];
|
|
1015
|
+
var EarthObservationJobOutputBands = [1, n0, _EOJOB,
|
|
1016
|
+
0, () => OutputBand$
|
|
1017
|
+
];
|
|
1018
|
+
var FilterList = [1, n0, _FL,
|
|
1019
|
+
0, () => Filter$
|
|
1020
|
+
];
|
|
1021
|
+
var ItemSourceList = [1, n0, _ISL,
|
|
1022
|
+
0, [() => ItemSource$,
|
|
1023
|
+
0]
|
|
1024
|
+
];
|
|
1025
|
+
var LinearRing = [1, n0, _LR,
|
|
1026
|
+
0, [() => Position,
|
|
1027
|
+
0]
|
|
1028
|
+
];
|
|
1029
|
+
var LinearRings = [1, n0, _LRi,
|
|
1030
|
+
0, [() => LinearRing,
|
|
1031
|
+
0]
|
|
1032
|
+
];
|
|
1033
|
+
var LinearRingsList = [1, n0, _LRL,
|
|
1034
|
+
0, [() => LinearRings,
|
|
1035
|
+
0]
|
|
1036
|
+
];
|
|
1037
|
+
var OperationsListInput = [1, n0, _OLI,
|
|
1038
|
+
0, () => Operation$
|
|
1039
|
+
];
|
|
1040
|
+
var Position = [1, n0, _Po,
|
|
1041
|
+
8, 1
|
|
1042
|
+
];
|
|
1043
|
+
var PropertyFiltersList = [1, n0, _PFL,
|
|
1044
|
+
0, () => PropertyFilter$
|
|
1045
|
+
];
|
|
1046
|
+
var VectorEnrichmentJobList = [1, n0, _VEJL,
|
|
1047
|
+
0, () => ListVectorEnrichmentJobOutputConfig$
|
|
1048
|
+
];
|
|
1049
|
+
var AssetsMap = [2, n0, _AM,
|
|
1050
|
+
0, 0, () => AssetValue$
|
|
1051
|
+
];
|
|
1052
|
+
var AreaOfInterest$ = [4, n0, _AOI,
|
|
1053
|
+
0,
|
|
1054
|
+
[_AOIG],
|
|
1055
|
+
[[() => AreaOfInterestGeometry$, 0]]
|
|
1056
|
+
];
|
|
1057
|
+
var AreaOfInterestGeometry$ = [4, n0, _AOIG,
|
|
1058
|
+
0,
|
|
1059
|
+
[_PG, _MPG],
|
|
1060
|
+
[[() => PolygonGeometryInput$, 0], [() => MultiPolygonGeometryInput$, 0]]
|
|
1061
|
+
];
|
|
1062
|
+
var JobConfigInput$ = [4, n0, _JCI,
|
|
1063
|
+
0,
|
|
1064
|
+
[_BMC, _RC, _TSC, _CRC, _ZSC, _GMC, _SC, _CMC, _LCSC],
|
|
1065
|
+
[() => BandMathConfigInput$, () => ResamplingConfigInput$, () => TemporalStatisticsConfigInput$, () => CloudRemovalConfigInput$, () => ZonalStatisticsConfigInput$, () => GeoMosaicConfigInput$, () => StackConfigInput$, () => CloudMaskingConfigInput$, () => LandCoverSegmentationConfigInput$]
|
|
1066
|
+
];
|
|
1067
|
+
var Property$ = [4, n0, _Pro,
|
|
1068
|
+
0,
|
|
1069
|
+
[_ECC, _VON, _VSA, _VSE, _Pl, _LCCL],
|
|
1070
|
+
[() => EoCloudCoverInput$, () => ViewOffNadirInput$, () => ViewSunAzimuthInput$, () => ViewSunElevationInput$, () => PlatformInput$, () => LandsatCloudCoverLandInput$]
|
|
1071
|
+
];
|
|
1072
|
+
var VectorEnrichmentJobConfig$ = [4, n0, _VEJC,
|
|
1073
|
+
0,
|
|
1074
|
+
[_RGC, _MMC],
|
|
1075
|
+
[() => ReverseGeocodingConfig$, () => MapMatchingConfig$]
|
|
1076
|
+
];
|
|
1077
|
+
var VectorEnrichmentJobDataSourceConfigInput$ = [4, n0, _VEJDSCI,
|
|
1078
|
+
0,
|
|
1079
|
+
[_SD],
|
|
1080
|
+
[() => VectorEnrichmentJobS3Data$]
|
|
1081
|
+
];
|
|
1082
|
+
var DeleteEarthObservationJob$ = [9, n0, _DEOJ,
|
|
1083
|
+
{ [_h]: ["DELETE", "/earth-observation-jobs/{Arn}", 200] }, () => DeleteEarthObservationJobInput$, () => DeleteEarthObservationJobOutput$
|
|
1084
|
+
];
|
|
1085
|
+
var DeleteVectorEnrichmentJob$ = [9, n0, _DVEJ,
|
|
1086
|
+
{ [_h]: ["DELETE", "/vector-enrichment-jobs/{Arn}", 200] }, () => DeleteVectorEnrichmentJobInput$, () => DeleteVectorEnrichmentJobOutput$
|
|
1087
|
+
];
|
|
1088
|
+
var ExportEarthObservationJob$ = [9, n0, _EEOJ,
|
|
1089
|
+
{ [_h]: ["POST", "/export-earth-observation-job", 200] }, () => ExportEarthObservationJobInput$, () => ExportEarthObservationJobOutput$
|
|
1090
|
+
];
|
|
1091
|
+
var ExportVectorEnrichmentJob$ = [9, n0, _EVEJ,
|
|
1092
|
+
{ [_h]: ["POST", "/export-vector-enrichment-jobs", 200] }, () => ExportVectorEnrichmentJobInput$, () => ExportVectorEnrichmentJobOutput$
|
|
1093
|
+
];
|
|
1094
|
+
var GetEarthObservationJob$ = [9, n0, _GEOJ,
|
|
1095
|
+
{ [_h]: ["GET", "/earth-observation-jobs/{Arn}", 200] }, () => GetEarthObservationJobInput$, () => GetEarthObservationJobOutput$
|
|
1096
|
+
];
|
|
1097
|
+
var GetRasterDataCollection$ = [9, n0, _GRDC,
|
|
1098
|
+
{ [_h]: ["GET", "/raster-data-collection/{Arn}", 200] }, () => GetRasterDataCollectionInput$, () => GetRasterDataCollectionOutput$
|
|
1099
|
+
];
|
|
1100
|
+
var GetTile$ = [9, n0, _GT,
|
|
1101
|
+
{ [_h]: ["GET", "/tile/{z}/{x}/{y}", 200] }, () => GetTileInput$, () => GetTileOutput$
|
|
1102
|
+
];
|
|
1103
|
+
var GetVectorEnrichmentJob$ = [9, n0, _GVEJ,
|
|
1104
|
+
{ [_h]: ["GET", "/vector-enrichment-jobs/{Arn}", 200] }, () => GetVectorEnrichmentJobInput$, () => GetVectorEnrichmentJobOutput$
|
|
1105
|
+
];
|
|
1106
|
+
var ListEarthObservationJobs$ = [9, n0, _LEOJ,
|
|
1107
|
+
{ [_h]: ["POST", "/list-earth-observation-jobs", 200] }, () => ListEarthObservationJobInput$, () => ListEarthObservationJobOutput$
|
|
1108
|
+
];
|
|
1109
|
+
var ListRasterDataCollections$ = [9, n0, _LRDC,
|
|
1110
|
+
{ [_h]: ["GET", "/raster-data-collections", 200] }, () => ListRasterDataCollectionsInput$, () => ListRasterDataCollectionsOutput$
|
|
1111
|
+
];
|
|
1112
|
+
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
1113
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
1114
|
+
];
|
|
1115
|
+
var ListVectorEnrichmentJobs$ = [9, n0, _LVEJ,
|
|
1116
|
+
{ [_h]: ["POST", "/list-vector-enrichment-jobs", 200] }, () => ListVectorEnrichmentJobInput$, () => ListVectorEnrichmentJobOutput$
|
|
1117
|
+
];
|
|
1118
|
+
var SearchRasterDataCollection$ = [9, n0, _SRDC,
|
|
1119
|
+
{ [_h]: ["POST", "/search-raster-data-collection", 200] }, () => SearchRasterDataCollectionInput$, () => SearchRasterDataCollectionOutput$
|
|
1120
|
+
];
|
|
1121
|
+
var StartEarthObservationJob$ = [9, n0, _SEOJ,
|
|
1122
|
+
{ [_h]: ["POST", "/earth-observation-jobs", 200] }, () => StartEarthObservationJobInput$, () => StartEarthObservationJobOutput$
|
|
1123
|
+
];
|
|
1124
|
+
var StartVectorEnrichmentJob$ = [9, n0, _SVEJ,
|
|
1125
|
+
{ [_h]: ["POST", "/vector-enrichment-jobs", 200] }, () => StartVectorEnrichmentJobInput$, () => StartVectorEnrichmentJobOutput$
|
|
1126
|
+
];
|
|
1127
|
+
var StopEarthObservationJob$ = [9, n0, _SEOJt,
|
|
1128
|
+
{ [_h]: ["POST", "/earth-observation-jobs/stop", 200] }, () => StopEarthObservationJobInput$, () => StopEarthObservationJobOutput$
|
|
1129
|
+
];
|
|
1130
|
+
var StopVectorEnrichmentJob$ = [9, n0, _SVEJt,
|
|
1131
|
+
{ [_h]: ["POST", "/vector-enrichment-jobs/stop", 200] }, () => StopVectorEnrichmentJobInput$, () => StopVectorEnrichmentJobOutput$
|
|
1132
|
+
];
|
|
1133
|
+
var TagResource$ = [9, n0, _TR,
|
|
1134
|
+
{ [_h]: ["PUT", "/tags/{ResourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
1135
|
+
];
|
|
1136
|
+
var UntagResource$ = [9, n0, _UR,
|
|
1137
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
1138
|
+
];
|
|
1139
|
+
|
|
1140
|
+
const getRuntimeConfig$1 = (config) => {
|
|
1141
|
+
return {
|
|
1142
|
+
apiVersion: "2020-05-27",
|
|
1143
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
1144
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
1145
|
+
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
1146
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
1147
|
+
extensions: config?.extensions ?? [],
|
|
1148
|
+
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultSageMakerGeospatialHttpAuthSchemeProvider,
|
|
1149
|
+
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
1150
|
+
{
|
|
1151
|
+
schemeId: "aws.auth#sigv4",
|
|
1152
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
1153
|
+
signer: new AwsSdkSigV4Signer(),
|
|
1154
|
+
},
|
|
1155
|
+
],
|
|
1156
|
+
logger: config?.logger ?? new NoOpLogger(),
|
|
1157
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
1158
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
1159
|
+
defaultNamespace: "com.amazonaws.sagemakergeospatial",
|
|
1160
|
+
errorTypeRegistries,
|
|
1161
|
+
version: "2020-05-27",
|
|
1162
|
+
serviceTarget: "SageMakerGeospatial",
|
|
1163
|
+
},
|
|
1164
|
+
sdkStreamMixin: config?.sdkStreamMixin ?? sdkStreamMixin,
|
|
1165
|
+
serviceId: config?.serviceId ?? "SageMaker Geospatial",
|
|
1166
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1167
|
+
urlParser: config?.urlParser ?? parseUrl,
|
|
1168
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1169
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
1170
|
+
};
|
|
1171
|
+
};
|
|
1172
|
+
|
|
1173
|
+
const getRuntimeConfig = (config) => {
|
|
1174
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
1175
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
1176
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
1177
|
+
const clientSharedValues = getRuntimeConfig$1(config);
|
|
1178
|
+
emitWarningIfUnsupportedVersion$1(process.version);
|
|
1179
|
+
const loaderConfig = {
|
|
1180
|
+
profile: config?.profile,
|
|
1181
|
+
logger: clientSharedValues.logger,
|
|
1182
|
+
};
|
|
1183
|
+
return {
|
|
1184
|
+
...clientSharedValues,
|
|
1185
|
+
...config,
|
|
1186
|
+
runtime: "node",
|
|
1187
|
+
defaultsMode,
|
|
1188
|
+
authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
1189
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
1190
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
|
|
1191
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
1192
|
+
maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
1193
|
+
region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
1194
|
+
requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
1195
|
+
retryMode: config?.retryMode ??
|
|
1196
|
+
loadConfig({
|
|
1197
|
+
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1198
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1199
|
+
}, config),
|
|
1200
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1201
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1202
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1203
|
+
userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
1204
|
+
};
|
|
1205
|
+
};
|
|
1206
|
+
|
|
34
1207
|
const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
35
1208
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
36
1209
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -520,51 +1693,183 @@ const VectorEnrichmentJobType = {
|
|
|
520
1693
|
REVERSE_GEOCODING: "REVERSE_GEOCODING",
|
|
521
1694
|
};
|
|
522
1695
|
|
|
1696
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1697
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
523
1698
|
exports.AlgorithmNameCloudRemoval = AlgorithmNameCloudRemoval;
|
|
524
1699
|
exports.AlgorithmNameGeoMosaic = AlgorithmNameGeoMosaic;
|
|
525
1700
|
exports.AlgorithmNameResampling = AlgorithmNameResampling;
|
|
1701
|
+
exports.AreaOfInterest$ = AreaOfInterest$;
|
|
1702
|
+
exports.AreaOfInterestGeometry$ = AreaOfInterestGeometry$;
|
|
1703
|
+
exports.AssetValue$ = AssetValue$;
|
|
1704
|
+
exports.BandMathConfigInput$ = BandMathConfigInput$;
|
|
1705
|
+
exports.CloudMaskingConfigInput$ = CloudMaskingConfigInput$;
|
|
1706
|
+
exports.CloudRemovalConfigInput$ = CloudRemovalConfigInput$;
|
|
526
1707
|
exports.ComparisonOperator = ComparisonOperator;
|
|
1708
|
+
exports.ConflictException = ConflictException;
|
|
1709
|
+
exports.ConflictException$ = ConflictException$;
|
|
1710
|
+
exports.CustomIndicesInput$ = CustomIndicesInput$;
|
|
527
1711
|
exports.DataCollectionType = DataCollectionType;
|
|
1712
|
+
exports.DeleteEarthObservationJob$ = DeleteEarthObservationJob$;
|
|
528
1713
|
exports.DeleteEarthObservationJobCommand = DeleteEarthObservationJobCommand;
|
|
1714
|
+
exports.DeleteEarthObservationJobInput$ = DeleteEarthObservationJobInput$;
|
|
1715
|
+
exports.DeleteEarthObservationJobOutput$ = DeleteEarthObservationJobOutput$;
|
|
1716
|
+
exports.DeleteVectorEnrichmentJob$ = DeleteVectorEnrichmentJob$;
|
|
529
1717
|
exports.DeleteVectorEnrichmentJobCommand = DeleteVectorEnrichmentJobCommand;
|
|
1718
|
+
exports.DeleteVectorEnrichmentJobInput$ = DeleteVectorEnrichmentJobInput$;
|
|
1719
|
+
exports.DeleteVectorEnrichmentJobOutput$ = DeleteVectorEnrichmentJobOutput$;
|
|
1720
|
+
exports.EarthObservationJobErrorDetails$ = EarthObservationJobErrorDetails$;
|
|
530
1721
|
exports.EarthObservationJobErrorType = EarthObservationJobErrorType;
|
|
531
1722
|
exports.EarthObservationJobExportStatus = EarthObservationJobExportStatus;
|
|
532
1723
|
exports.EarthObservationJobStatus = EarthObservationJobStatus;
|
|
1724
|
+
exports.EoCloudCoverInput$ = EoCloudCoverInput$;
|
|
1725
|
+
exports.ExportEarthObservationJob$ = ExportEarthObservationJob$;
|
|
533
1726
|
exports.ExportEarthObservationJobCommand = ExportEarthObservationJobCommand;
|
|
1727
|
+
exports.ExportEarthObservationJobInput$ = ExportEarthObservationJobInput$;
|
|
1728
|
+
exports.ExportEarthObservationJobOutput$ = ExportEarthObservationJobOutput$;
|
|
1729
|
+
exports.ExportErrorDetails$ = ExportErrorDetails$;
|
|
1730
|
+
exports.ExportErrorDetailsOutput$ = ExportErrorDetailsOutput$;
|
|
534
1731
|
exports.ExportErrorType = ExportErrorType;
|
|
1732
|
+
exports.ExportS3DataInput$ = ExportS3DataInput$;
|
|
1733
|
+
exports.ExportVectorEnrichmentJob$ = ExportVectorEnrichmentJob$;
|
|
535
1734
|
exports.ExportVectorEnrichmentJobCommand = ExportVectorEnrichmentJobCommand;
|
|
1735
|
+
exports.ExportVectorEnrichmentJobInput$ = ExportVectorEnrichmentJobInput$;
|
|
1736
|
+
exports.ExportVectorEnrichmentJobOutput$ = ExportVectorEnrichmentJobOutput$;
|
|
1737
|
+
exports.ExportVectorEnrichmentJobOutputConfig$ = ExportVectorEnrichmentJobOutputConfig$;
|
|
1738
|
+
exports.Filter$ = Filter$;
|
|
1739
|
+
exports.GeoMosaicConfigInput$ = GeoMosaicConfigInput$;
|
|
1740
|
+
exports.Geometry$ = Geometry$;
|
|
1741
|
+
exports.GetEarthObservationJob$ = GetEarthObservationJob$;
|
|
536
1742
|
exports.GetEarthObservationJobCommand = GetEarthObservationJobCommand;
|
|
1743
|
+
exports.GetEarthObservationJobInput$ = GetEarthObservationJobInput$;
|
|
1744
|
+
exports.GetEarthObservationJobOutput$ = GetEarthObservationJobOutput$;
|
|
1745
|
+
exports.GetRasterDataCollection$ = GetRasterDataCollection$;
|
|
537
1746
|
exports.GetRasterDataCollectionCommand = GetRasterDataCollectionCommand;
|
|
1747
|
+
exports.GetRasterDataCollectionInput$ = GetRasterDataCollectionInput$;
|
|
1748
|
+
exports.GetRasterDataCollectionOutput$ = GetRasterDataCollectionOutput$;
|
|
1749
|
+
exports.GetTile$ = GetTile$;
|
|
538
1750
|
exports.GetTileCommand = GetTileCommand;
|
|
1751
|
+
exports.GetTileInput$ = GetTileInput$;
|
|
1752
|
+
exports.GetTileOutput$ = GetTileOutput$;
|
|
1753
|
+
exports.GetVectorEnrichmentJob$ = GetVectorEnrichmentJob$;
|
|
539
1754
|
exports.GetVectorEnrichmentJobCommand = GetVectorEnrichmentJobCommand;
|
|
1755
|
+
exports.GetVectorEnrichmentJobInput$ = GetVectorEnrichmentJobInput$;
|
|
1756
|
+
exports.GetVectorEnrichmentJobOutput$ = GetVectorEnrichmentJobOutput$;
|
|
540
1757
|
exports.GroupBy = GroupBy;
|
|
1758
|
+
exports.InputConfigInput$ = InputConfigInput$;
|
|
1759
|
+
exports.InputConfigOutput$ = InputConfigOutput$;
|
|
1760
|
+
exports.InternalServerException = InternalServerException;
|
|
1761
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
1762
|
+
exports.ItemSource$ = ItemSource$;
|
|
1763
|
+
exports.JobConfigInput$ = JobConfigInput$;
|
|
1764
|
+
exports.LandCoverSegmentationConfigInput$ = LandCoverSegmentationConfigInput$;
|
|
1765
|
+
exports.LandsatCloudCoverLandInput$ = LandsatCloudCoverLandInput$;
|
|
1766
|
+
exports.ListEarthObservationJobInput$ = ListEarthObservationJobInput$;
|
|
1767
|
+
exports.ListEarthObservationJobOutput$ = ListEarthObservationJobOutput$;
|
|
1768
|
+
exports.ListEarthObservationJobOutputConfig$ = ListEarthObservationJobOutputConfig$;
|
|
1769
|
+
exports.ListEarthObservationJobs$ = ListEarthObservationJobs$;
|
|
541
1770
|
exports.ListEarthObservationJobsCommand = ListEarthObservationJobsCommand;
|
|
1771
|
+
exports.ListRasterDataCollections$ = ListRasterDataCollections$;
|
|
542
1772
|
exports.ListRasterDataCollectionsCommand = ListRasterDataCollectionsCommand;
|
|
1773
|
+
exports.ListRasterDataCollectionsInput$ = ListRasterDataCollectionsInput$;
|
|
1774
|
+
exports.ListRasterDataCollectionsOutput$ = ListRasterDataCollectionsOutput$;
|
|
1775
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
543
1776
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1777
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1778
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1779
|
+
exports.ListVectorEnrichmentJobInput$ = ListVectorEnrichmentJobInput$;
|
|
1780
|
+
exports.ListVectorEnrichmentJobOutput$ = ListVectorEnrichmentJobOutput$;
|
|
1781
|
+
exports.ListVectorEnrichmentJobOutputConfig$ = ListVectorEnrichmentJobOutputConfig$;
|
|
1782
|
+
exports.ListVectorEnrichmentJobs$ = ListVectorEnrichmentJobs$;
|
|
544
1783
|
exports.ListVectorEnrichmentJobsCommand = ListVectorEnrichmentJobsCommand;
|
|
545
1784
|
exports.LogicalOperator = LogicalOperator;
|
|
1785
|
+
exports.MapMatchingConfig$ = MapMatchingConfig$;
|
|
1786
|
+
exports.MultiPolygonGeometryInput$ = MultiPolygonGeometryInput$;
|
|
1787
|
+
exports.Operation$ = Operation$;
|
|
1788
|
+
exports.OutputBand$ = OutputBand$;
|
|
1789
|
+
exports.OutputConfigInput$ = OutputConfigInput$;
|
|
1790
|
+
exports.OutputResolutionResamplingInput$ = OutputResolutionResamplingInput$;
|
|
1791
|
+
exports.OutputResolutionStackInput$ = OutputResolutionStackInput$;
|
|
546
1792
|
exports.OutputType = OutputType;
|
|
1793
|
+
exports.PlatformInput$ = PlatformInput$;
|
|
1794
|
+
exports.PolygonGeometryInput$ = PolygonGeometryInput$;
|
|
547
1795
|
exports.PredefinedResolution = PredefinedResolution;
|
|
1796
|
+
exports.Properties$ = Properties$;
|
|
1797
|
+
exports.Property$ = Property$;
|
|
1798
|
+
exports.PropertyFilter$ = PropertyFilter$;
|
|
1799
|
+
exports.PropertyFilters$ = PropertyFilters$;
|
|
1800
|
+
exports.RasterDataCollectionMetadata$ = RasterDataCollectionMetadata$;
|
|
1801
|
+
exports.RasterDataCollectionQueryInput$ = RasterDataCollectionQueryInput$;
|
|
1802
|
+
exports.RasterDataCollectionQueryOutput$ = RasterDataCollectionQueryOutput$;
|
|
1803
|
+
exports.RasterDataCollectionQueryWithBandFilterInput$ = RasterDataCollectionQueryWithBandFilterInput$;
|
|
1804
|
+
exports.ResamplingConfigInput$ = ResamplingConfigInput$;
|
|
1805
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1806
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1807
|
+
exports.ReverseGeocodingConfig$ = ReverseGeocodingConfig$;
|
|
548
1808
|
exports.SageMakerGeospatial = SageMakerGeospatial;
|
|
549
1809
|
exports.SageMakerGeospatialClient = SageMakerGeospatialClient;
|
|
1810
|
+
exports.SageMakerGeospatialServiceException = SageMakerGeospatialServiceException;
|
|
1811
|
+
exports.SageMakerGeospatialServiceException$ = SageMakerGeospatialServiceException$;
|
|
1812
|
+
exports.SearchRasterDataCollection$ = SearchRasterDataCollection$;
|
|
550
1813
|
exports.SearchRasterDataCollectionCommand = SearchRasterDataCollectionCommand;
|
|
1814
|
+
exports.SearchRasterDataCollectionInput$ = SearchRasterDataCollectionInput$;
|
|
1815
|
+
exports.SearchRasterDataCollectionOutput$ = SearchRasterDataCollectionOutput$;
|
|
1816
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1817
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
551
1818
|
exports.SortOrder = SortOrder;
|
|
1819
|
+
exports.StackConfigInput$ = StackConfigInput$;
|
|
1820
|
+
exports.StartEarthObservationJob$ = StartEarthObservationJob$;
|
|
552
1821
|
exports.StartEarthObservationJobCommand = StartEarthObservationJobCommand;
|
|
1822
|
+
exports.StartEarthObservationJobInput$ = StartEarthObservationJobInput$;
|
|
1823
|
+
exports.StartEarthObservationJobOutput$ = StartEarthObservationJobOutput$;
|
|
1824
|
+
exports.StartVectorEnrichmentJob$ = StartVectorEnrichmentJob$;
|
|
553
1825
|
exports.StartVectorEnrichmentJobCommand = StartVectorEnrichmentJobCommand;
|
|
1826
|
+
exports.StartVectorEnrichmentJobInput$ = StartVectorEnrichmentJobInput$;
|
|
1827
|
+
exports.StartVectorEnrichmentJobOutput$ = StartVectorEnrichmentJobOutput$;
|
|
1828
|
+
exports.StopEarthObservationJob$ = StopEarthObservationJob$;
|
|
554
1829
|
exports.StopEarthObservationJobCommand = StopEarthObservationJobCommand;
|
|
1830
|
+
exports.StopEarthObservationJobInput$ = StopEarthObservationJobInput$;
|
|
1831
|
+
exports.StopEarthObservationJobOutput$ = StopEarthObservationJobOutput$;
|
|
1832
|
+
exports.StopVectorEnrichmentJob$ = StopVectorEnrichmentJob$;
|
|
555
1833
|
exports.StopVectorEnrichmentJobCommand = StopVectorEnrichmentJobCommand;
|
|
1834
|
+
exports.StopVectorEnrichmentJobInput$ = StopVectorEnrichmentJobInput$;
|
|
1835
|
+
exports.StopVectorEnrichmentJobOutput$ = StopVectorEnrichmentJobOutput$;
|
|
1836
|
+
exports.TagResource$ = TagResource$;
|
|
556
1837
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1838
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1839
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
557
1840
|
exports.TargetOptions = TargetOptions;
|
|
558
1841
|
exports.TemporalStatistics = TemporalStatistics;
|
|
1842
|
+
exports.TemporalStatisticsConfigInput$ = TemporalStatisticsConfigInput$;
|
|
1843
|
+
exports.ThrottlingException = ThrottlingException;
|
|
1844
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
1845
|
+
exports.TimeRangeFilterInput$ = TimeRangeFilterInput$;
|
|
1846
|
+
exports.TimeRangeFilterOutput$ = TimeRangeFilterOutput$;
|
|
559
1847
|
exports.Unit = Unit;
|
|
1848
|
+
exports.UntagResource$ = UntagResource$;
|
|
560
1849
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1850
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1851
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1852
|
+
exports.UserDefined$ = UserDefined$;
|
|
1853
|
+
exports.ValidationException = ValidationException;
|
|
1854
|
+
exports.ValidationException$ = ValidationException$;
|
|
1855
|
+
exports.VectorEnrichmentJobConfig$ = VectorEnrichmentJobConfig$;
|
|
1856
|
+
exports.VectorEnrichmentJobDataSourceConfigInput$ = VectorEnrichmentJobDataSourceConfigInput$;
|
|
561
1857
|
exports.VectorEnrichmentJobDocumentType = VectorEnrichmentJobDocumentType;
|
|
1858
|
+
exports.VectorEnrichmentJobErrorDetails$ = VectorEnrichmentJobErrorDetails$;
|
|
562
1859
|
exports.VectorEnrichmentJobErrorType = VectorEnrichmentJobErrorType;
|
|
1860
|
+
exports.VectorEnrichmentJobExportErrorDetails$ = VectorEnrichmentJobExportErrorDetails$;
|
|
563
1861
|
exports.VectorEnrichmentJobExportErrorType = VectorEnrichmentJobExportErrorType;
|
|
564
1862
|
exports.VectorEnrichmentJobExportStatus = VectorEnrichmentJobExportStatus;
|
|
1863
|
+
exports.VectorEnrichmentJobInputConfig$ = VectorEnrichmentJobInputConfig$;
|
|
1864
|
+
exports.VectorEnrichmentJobS3Data$ = VectorEnrichmentJobS3Data$;
|
|
565
1865
|
exports.VectorEnrichmentJobStatus = VectorEnrichmentJobStatus;
|
|
566
1866
|
exports.VectorEnrichmentJobType = VectorEnrichmentJobType;
|
|
1867
|
+
exports.ViewOffNadirInput$ = ViewOffNadirInput$;
|
|
1868
|
+
exports.ViewSunAzimuthInput$ = ViewSunAzimuthInput$;
|
|
1869
|
+
exports.ViewSunElevationInput$ = ViewSunElevationInput$;
|
|
567
1870
|
exports.ZonalStatistics = ZonalStatistics;
|
|
1871
|
+
exports.ZonalStatisticsConfigInput$ = ZonalStatisticsConfigInput$;
|
|
1872
|
+
exports.errorTypeRegistries = errorTypeRegistries;
|
|
568
1873
|
exports.paginateListEarthObservationJobs = paginateListEarthObservationJobs;
|
|
569
1874
|
exports.paginateListRasterDataCollections = paginateListRasterDataCollections;
|
|
570
1875
|
exports.paginateListVectorEnrichmentJobs = paginateListVectorEnrichmentJobs;
|