aws-sdk 2.1345.0 → 2.1347.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/CHANGELOG.md +23 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.examples.json +72 -0
- package/apis/autoscaling-2011-01-01.min.json +13 -5
- package/apis/autoscaling-2011-01-01.paginators.json +5 -0
- package/apis/batch-2016-08-10.min.json +4 -1
- package/apis/compute-optimizer-2019-11-01.min.json +15 -11
- package/apis/drs-2020-02-26.min.json +21 -2
- package/apis/ec2-2016-11-15.min.json +754 -660
- package/apis/elasticmapreduce-2009-03-31.min.json +82 -66
- package/apis/glue-2017-03-31.min.json +0 -1
- package/apis/guardduty-2017-11-28.min.json +590 -111
- package/apis/guardduty-2017-11-28.paginators.json +6 -0
- package/apis/imagebuilder-2019-12-02.min.json +546 -75
- package/apis/imagebuilder-2019-12-02.paginators.json +23 -0
- package/apis/ivs-2020-07-14.min.json +58 -46
- package/apis/kendra-2019-02-03.min.json +494 -240
- package/apis/metadata.json +4 -0
- package/apis/network-firewall-2020-11-12.min.json +238 -9
- package/apis/network-firewall-2020-11-12.paginators.json +6 -0
- package/apis/rds-2014-10-31.min.json +4 -3
- package/apis/sagemaker-geospatial-2020-05-27.min.json +135 -107
- package/apis/vpc-lattice-2022-11-30.examples.json +5 -0
- package/apis/vpc-lattice-2022-11-30.min.json +2363 -0
- package/apis/vpc-lattice-2022-11-30.paginators.json +58 -0
- package/apis/wellarchitected-2020-03-31.min.json +125 -21
- package/apis/wellarchitected-2020-03-31.paginators.json +5 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/autoscaling.d.ts +63 -36
- package/clients/batch.d.ts +13 -0
- package/clients/computeoptimizer.d.ts +13 -3
- package/clients/drs.d.ts +25 -5
- package/clients/ec2.d.ts +112 -1
- package/clients/emr.d.ts +20 -0
- package/clients/glue.d.ts +0 -4
- package/clients/guardduty.d.ts +491 -8
- package/clients/imagebuilder.d.ts +931 -128
- package/clients/ivs.d.ts +17 -0
- package/clients/kendra.d.ts +424 -75
- package/clients/networkfirewall.d.ts +289 -0
- package/clients/opensearchserverless.d.ts +6 -6
- package/clients/rds.d.ts +25 -17
- package/clients/sagemakergeospatial.d.ts +183 -147
- package/clients/vpclattice.d.ts +2772 -0
- package/clients/vpclattice.js +18 -0
- package/clients/wellarchitected.d.ts +125 -34
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +61 -24
- package/dist/aws-sdk.js +865 -737
- package/dist/aws-sdk.min.js +97 -96
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -29,19 +29,19 @@ declare class SageMakerGeospatial extends Service {
|
|
|
29
29
|
*/
|
|
30
30
|
deleteVectorEnrichmentJob(callback?: (err: AWSError, data: SageMakerGeospatial.Types.DeleteVectorEnrichmentJobOutput) => void): Request<SageMakerGeospatial.Types.DeleteVectorEnrichmentJobOutput, AWSError>;
|
|
31
31
|
/**
|
|
32
|
-
* Use this operation to export results of an Earth Observation job and optionally source images used as input to the EOJ to an S3 location.
|
|
32
|
+
* Use this operation to export results of an Earth Observation job and optionally source images used as input to the EOJ to an Amazon S3 location.
|
|
33
33
|
*/
|
|
34
34
|
exportEarthObservationJob(params: SageMakerGeospatial.Types.ExportEarthObservationJobInput, callback?: (err: AWSError, data: SageMakerGeospatial.Types.ExportEarthObservationJobOutput) => void): Request<SageMakerGeospatial.Types.ExportEarthObservationJobOutput, AWSError>;
|
|
35
35
|
/**
|
|
36
|
-
* Use this operation to export results of an Earth Observation job and optionally source images used as input to the EOJ to an S3 location.
|
|
36
|
+
* Use this operation to export results of an Earth Observation job and optionally source images used as input to the EOJ to an Amazon S3 location.
|
|
37
37
|
*/
|
|
38
38
|
exportEarthObservationJob(callback?: (err: AWSError, data: SageMakerGeospatial.Types.ExportEarthObservationJobOutput) => void): Request<SageMakerGeospatial.Types.ExportEarthObservationJobOutput, AWSError>;
|
|
39
39
|
/**
|
|
40
|
-
* Use this operation to copy results of a Vector Enrichment job to an S3 location.
|
|
40
|
+
* Use this operation to copy results of a Vector Enrichment job to an Amazon S3 location.
|
|
41
41
|
*/
|
|
42
42
|
exportVectorEnrichmentJob(params: SageMakerGeospatial.Types.ExportVectorEnrichmentJobInput, callback?: (err: AWSError, data: SageMakerGeospatial.Types.ExportVectorEnrichmentJobOutput) => void): Request<SageMakerGeospatial.Types.ExportVectorEnrichmentJobOutput, AWSError>;
|
|
43
43
|
/**
|
|
44
|
-
* Use this operation to copy results of a Vector Enrichment job to an S3 location.
|
|
44
|
+
* Use this operation to copy results of a Vector Enrichment job to an Amazon S3 location.
|
|
45
45
|
*/
|
|
46
46
|
exportVectorEnrichmentJob(callback?: (err: AWSError, data: SageMakerGeospatial.Types.ExportVectorEnrichmentJobOutput) => void): Request<SageMakerGeospatial.Types.ExportVectorEnrichmentJobOutput, AWSError>;
|
|
47
47
|
/**
|
|
@@ -171,35 +171,35 @@ declare namespace SageMakerGeospatial {
|
|
|
171
171
|
export type AlgorithmNameResampling = "NEAR"|"BILINEAR"|"CUBIC"|"CUBICSPLINE"|"LANCZOS"|"AVERAGE"|"RMS"|"MODE"|"MAX"|"MIN"|"MED"|"Q1"|"Q3"|"SUM"|string;
|
|
172
172
|
export interface AreaOfInterest {
|
|
173
173
|
/**
|
|
174
|
-
*
|
|
174
|
+
* A GeoJSON object representing the geographic extent in the coordinate space.
|
|
175
175
|
*/
|
|
176
176
|
AreaOfInterestGeometry?: AreaOfInterestGeometry;
|
|
177
177
|
}
|
|
178
178
|
export interface AreaOfInterestGeometry {
|
|
179
179
|
/**
|
|
180
|
-
*
|
|
180
|
+
* The structure representing the MultiPolygon Geometry.
|
|
181
181
|
*/
|
|
182
182
|
MultiPolygonGeometry?: MultiPolygonGeometryInput;
|
|
183
183
|
/**
|
|
184
|
-
*
|
|
184
|
+
* The structure representing Polygon Geometry.
|
|
185
185
|
*/
|
|
186
186
|
PolygonGeometry?: PolygonGeometryInput;
|
|
187
187
|
}
|
|
188
188
|
export type Arn = string;
|
|
189
189
|
export interface AssetValue {
|
|
190
190
|
/**
|
|
191
|
-
*
|
|
191
|
+
* Link to the asset object.
|
|
192
192
|
*/
|
|
193
193
|
Href?: String;
|
|
194
194
|
}
|
|
195
195
|
export type AssetsMap = {[key: string]: AssetValue};
|
|
196
196
|
export interface BandMathConfigInput {
|
|
197
197
|
/**
|
|
198
|
-
*
|
|
198
|
+
* CustomIndices that are computed.
|
|
199
199
|
*/
|
|
200
200
|
CustomIndices?: CustomIndicesInput;
|
|
201
201
|
/**
|
|
202
|
-
*
|
|
202
|
+
* One or many of the supported predefined indices to compute. Allowed values: NDVI, EVI2, MSAVI, NDWI, NDMI, NDSI, and WDRVI.
|
|
203
203
|
*/
|
|
204
204
|
PredefinedIndices?: StringListInput;
|
|
205
205
|
}
|
|
@@ -217,14 +217,14 @@ declare namespace SageMakerGeospatial {
|
|
|
217
217
|
*/
|
|
218
218
|
InterpolationValue?: String;
|
|
219
219
|
/**
|
|
220
|
-
*
|
|
220
|
+
* TargetBands to be returned in the output of CloudRemoval operation.
|
|
221
221
|
*/
|
|
222
222
|
TargetBands?: StringListInput;
|
|
223
223
|
}
|
|
224
224
|
export type ComparisonOperator = "EQUALS"|"NOT_EQUALS"|"STARTS_WITH"|string;
|
|
225
225
|
export interface CustomIndicesInput {
|
|
226
226
|
/**
|
|
227
|
-
*
|
|
227
|
+
* A list of BandMath indices to compute.
|
|
228
228
|
*/
|
|
229
229
|
Operations?: OperationsListInput;
|
|
230
230
|
}
|
|
@@ -251,11 +251,11 @@ declare namespace SageMakerGeospatial {
|
|
|
251
251
|
export type EarthObservationJobArn = string;
|
|
252
252
|
export interface EarthObservationJobErrorDetails {
|
|
253
253
|
/**
|
|
254
|
-
*
|
|
254
|
+
* A detailed message describing the error in an Earth Observation job.
|
|
255
255
|
*/
|
|
256
256
|
Message?: String;
|
|
257
257
|
/**
|
|
258
|
-
*
|
|
258
|
+
* The type of error in an Earth Observation job.
|
|
259
259
|
*/
|
|
260
260
|
Type?: EarthObservationJobErrorType;
|
|
261
261
|
}
|
|
@@ -266,29 +266,34 @@ declare namespace SageMakerGeospatial {
|
|
|
266
266
|
export type EarthObservationJobStatus = "INITIALIZING"|"IN_PROGRESS"|"STOPPING"|"COMPLETED"|"STOPPED"|"FAILED"|"DELETING"|"DELETED"|string;
|
|
267
267
|
export interface EoCloudCoverInput {
|
|
268
268
|
/**
|
|
269
|
-
*
|
|
269
|
+
* Lower bound for EoCloudCover.
|
|
270
270
|
*/
|
|
271
271
|
LowerBound: Float;
|
|
272
272
|
/**
|
|
273
|
-
*
|
|
273
|
+
* Upper bound for EoCloudCover.
|
|
274
274
|
*/
|
|
275
275
|
UpperBound: Float;
|
|
276
276
|
}
|
|
277
277
|
export interface EojDataSourceConfigInput {
|
|
278
278
|
/**
|
|
279
|
-
*
|
|
279
|
+
* The input structure for S3Data; representing the Amazon S3 location of the input data objects.
|
|
280
280
|
*/
|
|
281
281
|
S3Data?: S3DataInput;
|
|
282
282
|
}
|
|
283
|
+
export type ExecutionRoleArn = string;
|
|
283
284
|
export interface ExportEarthObservationJobInput {
|
|
284
285
|
/**
|
|
285
286
|
* The input Amazon Resource Name (ARN) of the Earth Observation job being exported.
|
|
286
287
|
*/
|
|
287
288
|
Arn: EarthObservationJobArn;
|
|
289
|
+
/**
|
|
290
|
+
* A unique token that guarantees that the call to this API is idempotent.
|
|
291
|
+
*/
|
|
292
|
+
ClientToken?: ExportEarthObservationJobInputClientTokenString;
|
|
288
293
|
/**
|
|
289
294
|
* The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
|
290
295
|
*/
|
|
291
|
-
ExecutionRoleArn:
|
|
296
|
+
ExecutionRoleArn: ExecutionRoleArn;
|
|
292
297
|
/**
|
|
293
298
|
* The source images provided to the Earth Observation job being exported.
|
|
294
299
|
*/
|
|
@@ -298,6 +303,7 @@ declare namespace SageMakerGeospatial {
|
|
|
298
303
|
*/
|
|
299
304
|
OutputConfig: OutputConfigInput;
|
|
300
305
|
}
|
|
306
|
+
export type ExportEarthObservationJobInputClientTokenString = string;
|
|
301
307
|
export interface ExportEarthObservationJobOutput {
|
|
302
308
|
/**
|
|
303
309
|
* The output Amazon Resource Name (ARN) of the Earth Observation job being exported.
|
|
@@ -306,11 +312,11 @@ declare namespace SageMakerGeospatial {
|
|
|
306
312
|
/**
|
|
307
313
|
* The creation time.
|
|
308
314
|
*/
|
|
309
|
-
CreationTime:
|
|
315
|
+
CreationTime: SyntheticTimestamp_date_time;
|
|
310
316
|
/**
|
|
311
317
|
* The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
|
312
318
|
*/
|
|
313
|
-
ExecutionRoleArn:
|
|
319
|
+
ExecutionRoleArn: ExecutionRoleArn;
|
|
314
320
|
/**
|
|
315
321
|
* The source images provided to the Earth Observation job being exported.
|
|
316
322
|
*/
|
|
@@ -326,49 +332,54 @@ declare namespace SageMakerGeospatial {
|
|
|
326
332
|
}
|
|
327
333
|
export interface ExportErrorDetails {
|
|
328
334
|
/**
|
|
329
|
-
*
|
|
335
|
+
* The structure for returning the export error details while exporting results of an Earth Observation job.
|
|
330
336
|
*/
|
|
331
337
|
ExportResults?: ExportErrorDetailsOutput;
|
|
332
338
|
/**
|
|
333
|
-
*
|
|
339
|
+
* The structure for returning the export error details while exporting the source images of an Earth Observation job.
|
|
334
340
|
*/
|
|
335
341
|
ExportSourceImages?: ExportErrorDetailsOutput;
|
|
336
342
|
}
|
|
337
343
|
export interface ExportErrorDetailsOutput {
|
|
338
344
|
/**
|
|
339
|
-
*
|
|
345
|
+
* A detailed message describing the error in an export EarthObservationJob operation.
|
|
340
346
|
*/
|
|
341
347
|
Message?: String;
|
|
342
348
|
/**
|
|
343
|
-
*
|
|
349
|
+
* The type of error in an export EarthObservationJob operation.
|
|
344
350
|
*/
|
|
345
351
|
Type?: ExportErrorType;
|
|
346
352
|
}
|
|
347
353
|
export type ExportErrorType = "CLIENT_ERROR"|"SERVER_ERROR"|string;
|
|
348
354
|
export interface ExportS3DataInput {
|
|
349
355
|
/**
|
|
350
|
-
* The
|
|
356
|
+
* The Key Management Service key ID for server-side encryption.
|
|
351
357
|
*/
|
|
352
|
-
KmsKeyId?:
|
|
358
|
+
KmsKeyId?: KmsKey;
|
|
353
359
|
/**
|
|
354
360
|
* The URL to the Amazon S3 data input.
|
|
355
361
|
*/
|
|
356
|
-
S3Uri:
|
|
362
|
+
S3Uri: S3Uri;
|
|
357
363
|
}
|
|
358
364
|
export interface ExportVectorEnrichmentJobInput {
|
|
359
365
|
/**
|
|
360
366
|
* The Amazon Resource Name (ARN) of the Vector Enrichment job.
|
|
361
367
|
*/
|
|
362
368
|
Arn: VectorEnrichmentJobArn;
|
|
369
|
+
/**
|
|
370
|
+
* A unique token that guarantees that the call to this API is idempotent.
|
|
371
|
+
*/
|
|
372
|
+
ClientToken?: ExportVectorEnrichmentJobInputClientTokenString;
|
|
363
373
|
/**
|
|
364
374
|
* The Amazon Resource Name (ARN) of the IAM rolewith permission to upload to the location in OutputConfig.
|
|
365
375
|
*/
|
|
366
|
-
ExecutionRoleArn:
|
|
376
|
+
ExecutionRoleArn: ExecutionRoleArn;
|
|
367
377
|
/**
|
|
368
378
|
* Output location information for exporting Vector Enrichment Job results.
|
|
369
379
|
*/
|
|
370
380
|
OutputConfig: ExportVectorEnrichmentJobOutputConfig;
|
|
371
381
|
}
|
|
382
|
+
export type ExportVectorEnrichmentJobInputClientTokenString = string;
|
|
372
383
|
export interface ExportVectorEnrichmentJobOutput {
|
|
373
384
|
/**
|
|
374
385
|
* The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.
|
|
@@ -377,11 +388,11 @@ declare namespace SageMakerGeospatial {
|
|
|
377
388
|
/**
|
|
378
389
|
* The creation time.
|
|
379
390
|
*/
|
|
380
|
-
CreationTime:
|
|
391
|
+
CreationTime: SyntheticTimestamp_date_time;
|
|
381
392
|
/**
|
|
382
393
|
* The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.
|
|
383
394
|
*/
|
|
384
|
-
ExecutionRoleArn:
|
|
395
|
+
ExecutionRoleArn: ExecutionRoleArn;
|
|
385
396
|
/**
|
|
386
397
|
* The status of the results the Vector Enrichment job being exported.
|
|
387
398
|
*/
|
|
@@ -393,7 +404,7 @@ declare namespace SageMakerGeospatial {
|
|
|
393
404
|
}
|
|
394
405
|
export interface ExportVectorEnrichmentJobOutputConfig {
|
|
395
406
|
/**
|
|
396
|
-
*
|
|
407
|
+
* The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.
|
|
397
408
|
*/
|
|
398
409
|
S3Data: VectorEnrichmentJobS3Data;
|
|
399
410
|
}
|
|
@@ -429,11 +440,11 @@ declare namespace SageMakerGeospatial {
|
|
|
429
440
|
}
|
|
430
441
|
export interface Geometry {
|
|
431
442
|
/**
|
|
432
|
-
*
|
|
443
|
+
* The coordinates of the GeoJson Geometry.
|
|
433
444
|
*/
|
|
434
445
|
Coordinates: LinearRings;
|
|
435
446
|
/**
|
|
436
|
-
*
|
|
447
|
+
* GeoJson Geometry types like Polygon and MultiPolygon.
|
|
437
448
|
*/
|
|
438
449
|
Type: String;
|
|
439
450
|
}
|
|
@@ -451,7 +462,7 @@ declare namespace SageMakerGeospatial {
|
|
|
451
462
|
/**
|
|
452
463
|
* The creation time of the initiated Earth Observation job.
|
|
453
464
|
*/
|
|
454
|
-
CreationTime:
|
|
465
|
+
CreationTime: SyntheticTimestamp_date_time;
|
|
455
466
|
/**
|
|
456
467
|
* The duration of Earth Observation job, in seconds.
|
|
457
468
|
*/
|
|
@@ -463,7 +474,7 @@ declare namespace SageMakerGeospatial {
|
|
|
463
474
|
/**
|
|
464
475
|
* The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
|
465
476
|
*/
|
|
466
|
-
ExecutionRoleArn?:
|
|
477
|
+
ExecutionRoleArn?: ExecutionRoleArn;
|
|
467
478
|
/**
|
|
468
479
|
* Details about the errors generated during ExportEarthObservationJob.
|
|
469
480
|
*/
|
|
@@ -481,15 +492,15 @@ declare namespace SageMakerGeospatial {
|
|
|
481
492
|
*/
|
|
482
493
|
JobConfig: JobConfigInput;
|
|
483
494
|
/**
|
|
484
|
-
* The
|
|
495
|
+
* The Key Management Service key ID for server-side encryption.
|
|
485
496
|
*/
|
|
486
|
-
KmsKeyId?:
|
|
497
|
+
KmsKeyId?: KmsKey;
|
|
487
498
|
/**
|
|
488
499
|
* The name of the Earth Observation job.
|
|
489
500
|
*/
|
|
490
501
|
Name: String;
|
|
491
502
|
/**
|
|
492
|
-
*
|
|
503
|
+
* Bands available in the output of an operation.
|
|
493
504
|
*/
|
|
494
505
|
OutputBands?: EarthObservationJobOutputBands;
|
|
495
506
|
/**
|
|
@@ -521,7 +532,7 @@ declare namespace SageMakerGeospatial {
|
|
|
521
532
|
*/
|
|
522
533
|
DescriptionPageUrl: String;
|
|
523
534
|
/**
|
|
524
|
-
*
|
|
535
|
+
* The list of image source bands in the raster data collection.
|
|
525
536
|
*/
|
|
526
537
|
ImageSourceBands: ImageSourceBandList;
|
|
527
538
|
/**
|
|
@@ -546,6 +557,10 @@ declare namespace SageMakerGeospatial {
|
|
|
546
557
|
* The Amazon Resource Name (ARN) of the tile operation.
|
|
547
558
|
*/
|
|
548
559
|
Arn: EarthObservationJobArn;
|
|
560
|
+
/**
|
|
561
|
+
* The Amazon Resource Name (ARN) of the IAM role that you specify.
|
|
562
|
+
*/
|
|
563
|
+
ExecutionRoleArn?: ExecutionRoleArn;
|
|
549
564
|
/**
|
|
550
565
|
* The particular assets or bands to tile.
|
|
551
566
|
*/
|
|
@@ -607,7 +622,7 @@ declare namespace SageMakerGeospatial {
|
|
|
607
622
|
/**
|
|
608
623
|
* The creation time.
|
|
609
624
|
*/
|
|
610
|
-
CreationTime:
|
|
625
|
+
CreationTime: SyntheticTimestamp_date_time;
|
|
611
626
|
/**
|
|
612
627
|
* The duration of the Vector Enrichment job, in seconds.
|
|
613
628
|
*/
|
|
@@ -619,7 +634,7 @@ declare namespace SageMakerGeospatial {
|
|
|
619
634
|
/**
|
|
620
635
|
* The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
|
621
636
|
*/
|
|
622
|
-
ExecutionRoleArn:
|
|
637
|
+
ExecutionRoleArn: ExecutionRoleArn;
|
|
623
638
|
/**
|
|
624
639
|
* Details about the errors generated during the ExportVectorEnrichmentJob.
|
|
625
640
|
*/
|
|
@@ -637,9 +652,9 @@ declare namespace SageMakerGeospatial {
|
|
|
637
652
|
*/
|
|
638
653
|
JobConfig: VectorEnrichmentJobConfig;
|
|
639
654
|
/**
|
|
640
|
-
* The
|
|
655
|
+
* The Key Management Service key ID for server-side encryption.
|
|
641
656
|
*/
|
|
642
|
-
KmsKeyId?:
|
|
657
|
+
KmsKeyId?: KmsKey;
|
|
643
658
|
/**
|
|
644
659
|
* The name of the Vector Enrichment job.
|
|
645
660
|
*/
|
|
@@ -667,9 +682,9 @@ declare namespace SageMakerGeospatial {
|
|
|
667
682
|
/**
|
|
668
683
|
* The Amazon Resource Name (ARN) of the previous Earth Observation job.
|
|
669
684
|
*/
|
|
670
|
-
PreviousEarthObservationJobArn?:
|
|
685
|
+
PreviousEarthObservationJobArn?: EarthObservationJobArn;
|
|
671
686
|
/**
|
|
672
|
-
*
|
|
687
|
+
* The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn,TimeRange and Property Filters.
|
|
673
688
|
*/
|
|
674
689
|
RasterDataCollectionQuery?: RasterDataCollectionQueryInput;
|
|
675
690
|
}
|
|
@@ -681,24 +696,24 @@ declare namespace SageMakerGeospatial {
|
|
|
681
696
|
/**
|
|
682
697
|
* The Amazon Resource Name (ARN) of the previous Earth Observation job.
|
|
683
698
|
*/
|
|
684
|
-
PreviousEarthObservationJobArn?:
|
|
699
|
+
PreviousEarthObservationJobArn?: EarthObservationJobArn;
|
|
685
700
|
/**
|
|
686
|
-
*
|
|
701
|
+
* The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.
|
|
687
702
|
*/
|
|
688
703
|
RasterDataCollectionQuery?: RasterDataCollectionQueryOutput;
|
|
689
704
|
}
|
|
690
705
|
export type Integer = number;
|
|
691
706
|
export interface ItemSource {
|
|
692
707
|
/**
|
|
693
|
-
*
|
|
708
|
+
* This is a dictionary of Asset Objects data associated with the Item that can be downloaded or streamed, each with a unique key.
|
|
694
709
|
*/
|
|
695
710
|
Assets?: AssetsMap;
|
|
696
711
|
/**
|
|
697
|
-
*
|
|
712
|
+
* The searchable date and time of the item, in UTC.
|
|
698
713
|
*/
|
|
699
714
|
DateTime: Timestamp;
|
|
700
715
|
/**
|
|
701
|
-
*
|
|
716
|
+
* The item Geometry in GeoJson format.
|
|
702
717
|
*/
|
|
703
718
|
Geometry: Geometry;
|
|
704
719
|
/**
|
|
@@ -706,14 +721,14 @@ declare namespace SageMakerGeospatial {
|
|
|
706
721
|
*/
|
|
707
722
|
Id: String;
|
|
708
723
|
/**
|
|
709
|
-
*
|
|
724
|
+
* This field contains additional properties of the item.
|
|
710
725
|
*/
|
|
711
726
|
Properties?: Properties;
|
|
712
727
|
}
|
|
713
728
|
export type ItemSourceList = ItemSource[];
|
|
714
729
|
export interface JobConfigInput {
|
|
715
730
|
/**
|
|
716
|
-
*
|
|
731
|
+
* An object containing information about the job configuration for BandMath.
|
|
717
732
|
*/
|
|
718
733
|
BandMathConfig?: BandMathConfigInput;
|
|
719
734
|
/**
|
|
@@ -737,7 +752,7 @@ declare namespace SageMakerGeospatial {
|
|
|
737
752
|
*/
|
|
738
753
|
ResamplingConfig?: ResamplingConfigInput;
|
|
739
754
|
/**
|
|
740
|
-
*
|
|
755
|
+
* An object containing information about the job configuration for a Stacking Earth Observation job.
|
|
741
756
|
*/
|
|
742
757
|
StackConfig?: StackConfigInput;
|
|
743
758
|
/**
|
|
@@ -749,15 +764,16 @@ declare namespace SageMakerGeospatial {
|
|
|
749
764
|
*/
|
|
750
765
|
ZonalStatisticsConfig?: ZonalStatisticsConfigInput;
|
|
751
766
|
}
|
|
767
|
+
export type KmsKey = string;
|
|
752
768
|
export interface LandCoverSegmentationConfigInput {
|
|
753
769
|
}
|
|
754
770
|
export interface LandsatCloudCoverLandInput {
|
|
755
771
|
/**
|
|
756
|
-
*
|
|
772
|
+
* The minimum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover greater than or equal to this value.
|
|
757
773
|
*/
|
|
758
774
|
LowerBound: Float;
|
|
759
775
|
/**
|
|
760
|
-
*
|
|
776
|
+
* The maximum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover less than or equal to this value.
|
|
761
777
|
*/
|
|
762
778
|
UpperBound: Float;
|
|
763
779
|
}
|
|
@@ -805,7 +821,7 @@ declare namespace SageMakerGeospatial {
|
|
|
805
821
|
/**
|
|
806
822
|
* The creation time.
|
|
807
823
|
*/
|
|
808
|
-
CreationTime:
|
|
824
|
+
CreationTime: SyntheticTimestamp_date_time;
|
|
809
825
|
/**
|
|
810
826
|
* The duration of the session, in seconds.
|
|
811
827
|
*/
|
|
@@ -815,7 +831,7 @@ declare namespace SageMakerGeospatial {
|
|
|
815
831
|
*/
|
|
816
832
|
Name: String;
|
|
817
833
|
/**
|
|
818
|
-
*
|
|
834
|
+
* The operation type for an Earth Observation job.
|
|
819
835
|
*/
|
|
820
836
|
OperationType: String;
|
|
821
837
|
/**
|
|
@@ -901,7 +917,7 @@ declare namespace SageMakerGeospatial {
|
|
|
901
917
|
/**
|
|
902
918
|
* The creation time.
|
|
903
919
|
*/
|
|
904
|
-
CreationTime:
|
|
920
|
+
CreationTime: SyntheticTimestamp_date_time;
|
|
905
921
|
/**
|
|
906
922
|
* The duration of the session, in seconds.
|
|
907
923
|
*/
|
|
@@ -926,7 +942,7 @@ declare namespace SageMakerGeospatial {
|
|
|
926
942
|
export type LogicalOperator = "AND"|string;
|
|
927
943
|
export interface MapMatchingConfig {
|
|
928
944
|
/**
|
|
929
|
-
*
|
|
945
|
+
* The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.
|
|
930
946
|
*/
|
|
931
947
|
IdAttributeName: String;
|
|
932
948
|
/**
|
|
@@ -952,7 +968,7 @@ declare namespace SageMakerGeospatial {
|
|
|
952
968
|
export type NextToken = string;
|
|
953
969
|
export interface Operation {
|
|
954
970
|
/**
|
|
955
|
-
*
|
|
971
|
+
* Textual representation of the math operation; Equation used to compute the spectral index.
|
|
956
972
|
*/
|
|
957
973
|
Equation: String;
|
|
958
974
|
/**
|
|
@@ -983,24 +999,24 @@ declare namespace SageMakerGeospatial {
|
|
|
983
999
|
}
|
|
984
1000
|
export interface OutputResolutionResamplingInput {
|
|
985
1001
|
/**
|
|
986
|
-
*
|
|
1002
|
+
* User Defined Resolution for the output of Resampling operation defined by value and unit.
|
|
987
1003
|
*/
|
|
988
1004
|
UserDefined: UserDefined;
|
|
989
1005
|
}
|
|
990
1006
|
export interface OutputResolutionStackInput {
|
|
991
1007
|
/**
|
|
992
|
-
*
|
|
1008
|
+
* A string value representing Predefined Output Resolution for a stacking operation. Allowed values are HIGHEST, LOWEST, and AVERAGE.
|
|
993
1009
|
*/
|
|
994
1010
|
Predefined?: PredefinedResolution;
|
|
995
1011
|
/**
|
|
996
|
-
*
|
|
1012
|
+
* The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
|
|
997
1013
|
*/
|
|
998
1014
|
UserDefined?: UserDefined;
|
|
999
1015
|
}
|
|
1000
1016
|
export type OutputType = "INT32"|"FLOAT32"|"INT16"|"FLOAT64"|"UINT16"|string;
|
|
1001
1017
|
export interface PlatformInput {
|
|
1002
1018
|
/**
|
|
1003
|
-
*
|
|
1019
|
+
* The ComparisonOperator to use with PlatformInput.
|
|
1004
1020
|
*/
|
|
1005
1021
|
ComparisonOperator?: ComparisonOperator;
|
|
1006
1022
|
/**
|
|
@@ -1010,7 +1026,7 @@ declare namespace SageMakerGeospatial {
|
|
|
1010
1026
|
}
|
|
1011
1027
|
export interface PolygonGeometryInput {
|
|
1012
1028
|
/**
|
|
1013
|
-
*
|
|
1029
|
+
* Coordinates representing a Polygon based on the GeoJson spec.
|
|
1014
1030
|
*/
|
|
1015
1031
|
Coordinates: LinearRings;
|
|
1016
1032
|
}
|
|
@@ -1018,69 +1034,69 @@ declare namespace SageMakerGeospatial {
|
|
|
1018
1034
|
export type PredefinedResolution = "HIGHEST"|"LOWEST"|"AVERAGE"|string;
|
|
1019
1035
|
export interface Properties {
|
|
1020
1036
|
/**
|
|
1021
|
-
*
|
|
1037
|
+
* Estimate of cloud cover.
|
|
1022
1038
|
*/
|
|
1023
1039
|
EoCloudCover?: Float;
|
|
1024
1040
|
/**
|
|
1025
|
-
*
|
|
1041
|
+
* Land cloud cover for Landsat Data Collection.
|
|
1026
1042
|
*/
|
|
1027
1043
|
LandsatCloudCoverLand?: Float;
|
|
1028
1044
|
/**
|
|
1029
|
-
*
|
|
1045
|
+
* Platform property. Platform refers to the unique name of the specific platform the instrument is attached to. For satellites it is the name of the satellite, eg. landsat-8 (Landsat-8), sentinel-2a.
|
|
1030
1046
|
*/
|
|
1031
1047
|
Platform?: String;
|
|
1032
1048
|
/**
|
|
1033
|
-
*
|
|
1049
|
+
* The angle from the sensor between nadir (straight down) and the scene center. Measured in degrees (0-90).
|
|
1034
1050
|
*/
|
|
1035
1051
|
ViewOffNadir?: Float;
|
|
1036
1052
|
/**
|
|
1037
|
-
*
|
|
1053
|
+
* The sun azimuth angle. From the scene center point on the ground, this is the angle between truth north and the sun. Measured clockwise in degrees (0-360).
|
|
1038
1054
|
*/
|
|
1039
1055
|
ViewSunAzimuth?: Float;
|
|
1040
1056
|
/**
|
|
1041
|
-
*
|
|
1057
|
+
* The sun elevation angle. The angle from the tangent of the scene center point to the sun. Measured from the horizon in degrees (-90-90). Negative values indicate the sun is below the horizon, e.g. sun elevation of -10° means the data was captured during nautical twilight.
|
|
1042
1058
|
*/
|
|
1043
1059
|
ViewSunElevation?: Float;
|
|
1044
1060
|
}
|
|
1045
1061
|
export interface Property {
|
|
1046
1062
|
/**
|
|
1047
|
-
*
|
|
1063
|
+
* The structure representing EoCloudCover property filter containing a lower bound and upper bound.
|
|
1048
1064
|
*/
|
|
1049
1065
|
EoCloudCover?: EoCloudCoverInput;
|
|
1050
1066
|
/**
|
|
1051
|
-
*
|
|
1067
|
+
* The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound and upper bound.
|
|
1052
1068
|
*/
|
|
1053
1069
|
LandsatCloudCoverLand?: LandsatCloudCoverLandInput;
|
|
1054
1070
|
/**
|
|
1055
|
-
*
|
|
1071
|
+
* The structure representing Platform property filter consisting of value and comparison operator.
|
|
1056
1072
|
*/
|
|
1057
1073
|
Platform?: PlatformInput;
|
|
1058
1074
|
/**
|
|
1059
|
-
*
|
|
1075
|
+
* The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
|
|
1060
1076
|
*/
|
|
1061
1077
|
ViewOffNadir?: ViewOffNadirInput;
|
|
1062
1078
|
/**
|
|
1063
|
-
*
|
|
1079
|
+
* The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
|
|
1064
1080
|
*/
|
|
1065
1081
|
ViewSunAzimuth?: ViewSunAzimuthInput;
|
|
1066
1082
|
/**
|
|
1067
|
-
*
|
|
1083
|
+
* The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
|
|
1068
1084
|
*/
|
|
1069
1085
|
ViewSunElevation?: ViewSunElevationInput;
|
|
1070
1086
|
}
|
|
1071
1087
|
export interface PropertyFilter {
|
|
1072
1088
|
/**
|
|
1073
|
-
*
|
|
1089
|
+
* Represents a single property to match with when searching a raster data collection.
|
|
1074
1090
|
*/
|
|
1075
1091
|
Property: Property;
|
|
1076
1092
|
}
|
|
1077
1093
|
export interface PropertyFilters {
|
|
1078
1094
|
/**
|
|
1079
|
-
*
|
|
1095
|
+
* The Logical Operator used to combine the Property Filters.
|
|
1080
1096
|
*/
|
|
1081
1097
|
LogicalOperator?: LogicalOperator;
|
|
1082
1098
|
/**
|
|
1083
|
-
*
|
|
1099
|
+
* A list of Property Filters.
|
|
1084
1100
|
*/
|
|
1085
1101
|
Properties?: PropertyFiltersList;
|
|
1086
1102
|
}
|
|
@@ -1103,7 +1119,7 @@ declare namespace SageMakerGeospatial {
|
|
|
1103
1119
|
*/
|
|
1104
1120
|
Name: String;
|
|
1105
1121
|
/**
|
|
1106
|
-
*
|
|
1122
|
+
* The list of filters supported by the raster data collection.
|
|
1107
1123
|
*/
|
|
1108
1124
|
SupportedFilters: FilterList;
|
|
1109
1125
|
/**
|
|
@@ -1121,55 +1137,55 @@ declare namespace SageMakerGeospatial {
|
|
|
1121
1137
|
*/
|
|
1122
1138
|
AreaOfInterest?: AreaOfInterest;
|
|
1123
1139
|
/**
|
|
1124
|
-
*
|
|
1140
|
+
* The list of Property filters used in the Raster Data Collection Query.
|
|
1125
1141
|
*/
|
|
1126
1142
|
PropertyFilters?: PropertyFilters;
|
|
1127
1143
|
/**
|
|
1128
1144
|
* The Amazon Resource Name (ARN) of the raster data collection.
|
|
1129
1145
|
*/
|
|
1130
|
-
RasterDataCollectionArn:
|
|
1146
|
+
RasterDataCollectionArn: DataCollectionArn;
|
|
1131
1147
|
/**
|
|
1132
|
-
*
|
|
1148
|
+
* The TimeRange Filter used in the RasterDataCollection Query.
|
|
1133
1149
|
*/
|
|
1134
1150
|
TimeRangeFilter: TimeRangeFilterInput;
|
|
1135
1151
|
}
|
|
1136
1152
|
export interface RasterDataCollectionQueryOutput {
|
|
1137
1153
|
/**
|
|
1138
|
-
*
|
|
1154
|
+
* The Area of Interest used in the search.
|
|
1139
1155
|
*/
|
|
1140
1156
|
AreaOfInterest?: AreaOfInterest;
|
|
1141
1157
|
/**
|
|
1142
|
-
*
|
|
1158
|
+
* Property filters used in the search.
|
|
1143
1159
|
*/
|
|
1144
1160
|
PropertyFilters?: PropertyFilters;
|
|
1145
1161
|
/**
|
|
1146
|
-
*
|
|
1162
|
+
* The ARN of the Raster Data Collection against which the search is done.
|
|
1147
1163
|
*/
|
|
1148
|
-
RasterDataCollectionArn:
|
|
1164
|
+
RasterDataCollectionArn: DataCollectionArn;
|
|
1149
1165
|
/**
|
|
1150
1166
|
* The name of the raster data collection.
|
|
1151
1167
|
*/
|
|
1152
1168
|
RasterDataCollectionName: String;
|
|
1153
1169
|
/**
|
|
1154
|
-
*
|
|
1170
|
+
* The TimeRange filter used in the search.
|
|
1155
1171
|
*/
|
|
1156
|
-
TimeRangeFilter:
|
|
1172
|
+
TimeRangeFilter: TimeRangeFilterOutput;
|
|
1157
1173
|
}
|
|
1158
1174
|
export interface RasterDataCollectionQueryWithBandFilterInput {
|
|
1159
1175
|
/**
|
|
1160
|
-
*
|
|
1176
|
+
* The Area of interest to be used in the search query.
|
|
1161
1177
|
*/
|
|
1162
1178
|
AreaOfInterest?: AreaOfInterest;
|
|
1163
1179
|
/**
|
|
1164
|
-
*
|
|
1180
|
+
* The list of Bands to be displayed in the result for each item.
|
|
1165
1181
|
*/
|
|
1166
1182
|
BandFilter?: StringListInput;
|
|
1167
1183
|
/**
|
|
1168
|
-
*
|
|
1184
|
+
* The Property Filters used in the search query.
|
|
1169
1185
|
*/
|
|
1170
1186
|
PropertyFilters?: PropertyFilters;
|
|
1171
1187
|
/**
|
|
1172
|
-
*
|
|
1188
|
+
* The TimeRange Filter used in the search query.
|
|
1173
1189
|
*/
|
|
1174
1190
|
TimeRangeFilter: TimeRangeFilterInput;
|
|
1175
1191
|
}
|
|
@@ -1179,38 +1195,39 @@ declare namespace SageMakerGeospatial {
|
|
|
1179
1195
|
*/
|
|
1180
1196
|
AlgorithmName?: AlgorithmNameResampling;
|
|
1181
1197
|
/**
|
|
1182
|
-
*
|
|
1198
|
+
* The structure representing output resolution (in target georeferenced units) of the result of resampling operation.
|
|
1183
1199
|
*/
|
|
1184
1200
|
OutputResolution: OutputResolutionResamplingInput;
|
|
1185
1201
|
/**
|
|
1186
|
-
*
|
|
1202
|
+
* Bands used in the operation. If no target bands are specified, it uses all bands available in the input.
|
|
1187
1203
|
*/
|
|
1188
1204
|
TargetBands?: StringListInput;
|
|
1189
1205
|
}
|
|
1190
1206
|
export interface ReverseGeocodingConfig {
|
|
1191
1207
|
/**
|
|
1192
|
-
*
|
|
1208
|
+
* The field name for the data that describes x-axis coordinate, eg. longitude of a point.
|
|
1193
1209
|
*/
|
|
1194
1210
|
XAttributeName: String;
|
|
1195
1211
|
/**
|
|
1196
|
-
*
|
|
1212
|
+
* The field name for the data that describes y-axis coordinate, eg. latitude of a point.
|
|
1197
1213
|
*/
|
|
1198
1214
|
YAttributeName: String;
|
|
1199
1215
|
}
|
|
1200
1216
|
export interface S3DataInput {
|
|
1201
1217
|
/**
|
|
1202
|
-
* The
|
|
1218
|
+
* The Key Management Service key ID for server-side encryption.
|
|
1203
1219
|
*/
|
|
1204
|
-
KmsKeyId?:
|
|
1220
|
+
KmsKeyId?: KmsKey;
|
|
1205
1221
|
/**
|
|
1206
|
-
*
|
|
1222
|
+
* Metadata provider from whom the Amazon S3 data has been acquired.
|
|
1207
1223
|
*/
|
|
1208
1224
|
MetadataProvider: MetadataProvider;
|
|
1209
1225
|
/**
|
|
1210
1226
|
* The URL to the Amazon S3 input.
|
|
1211
1227
|
*/
|
|
1212
|
-
S3Uri:
|
|
1228
|
+
S3Uri: S3Uri;
|
|
1213
1229
|
}
|
|
1230
|
+
export type S3Uri = string;
|
|
1214
1231
|
export interface SearchRasterDataCollectionInput {
|
|
1215
1232
|
/**
|
|
1216
1233
|
* The Amazon Resource Name (ARN) of the raster data collection.
|
|
@@ -1221,17 +1238,17 @@ declare namespace SageMakerGeospatial {
|
|
|
1221
1238
|
*/
|
|
1222
1239
|
NextToken?: NextToken;
|
|
1223
1240
|
/**
|
|
1224
|
-
*
|
|
1241
|
+
* RasterDataCollectionQuery consisting of AreaOfInterest(AOI), PropertyFilters and TimeRangeFilterInput used in SearchRasterDataCollection.
|
|
1225
1242
|
*/
|
|
1226
1243
|
RasterDataCollectionQuery: RasterDataCollectionQueryWithBandFilterInput;
|
|
1227
1244
|
}
|
|
1228
1245
|
export interface SearchRasterDataCollectionOutput {
|
|
1229
1246
|
/**
|
|
1230
|
-
*
|
|
1247
|
+
* Approximate number of results in the response.
|
|
1231
1248
|
*/
|
|
1232
1249
|
ApproximateResultCount: Integer;
|
|
1233
1250
|
/**
|
|
1234
|
-
*
|
|
1251
|
+
* List of items matching the Raster DataCollectionQuery.
|
|
1235
1252
|
*/
|
|
1236
1253
|
Items?: ItemSourceList;
|
|
1237
1254
|
/**
|
|
@@ -1242,11 +1259,11 @@ declare namespace SageMakerGeospatial {
|
|
|
1242
1259
|
export type SortOrder = "ASCENDING"|"DESCENDING"|string;
|
|
1243
1260
|
export interface StackConfigInput {
|
|
1244
1261
|
/**
|
|
1245
|
-
*
|
|
1262
|
+
* The structure representing output resolution (in target georeferenced units) of the result of stacking operation.
|
|
1246
1263
|
*/
|
|
1247
1264
|
OutputResolution?: OutputResolutionStackInput;
|
|
1248
1265
|
/**
|
|
1249
|
-
*
|
|
1266
|
+
* A list of bands to be stacked in the specified order. When the parameter is not provided, all the available bands in the data collection are stacked in the alphabetical order of their asset names.
|
|
1250
1267
|
*/
|
|
1251
1268
|
TargetBands?: StringListInput;
|
|
1252
1269
|
}
|
|
@@ -1254,11 +1271,11 @@ declare namespace SageMakerGeospatial {
|
|
|
1254
1271
|
/**
|
|
1255
1272
|
* A unique token that guarantees that the call to this API is idempotent.
|
|
1256
1273
|
*/
|
|
1257
|
-
ClientToken?:
|
|
1274
|
+
ClientToken?: StartEarthObservationJobInputClientTokenString;
|
|
1258
1275
|
/**
|
|
1259
1276
|
* The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
|
1260
1277
|
*/
|
|
1261
|
-
ExecutionRoleArn?:
|
|
1278
|
+
ExecutionRoleArn?: ExecutionRoleArn;
|
|
1262
1279
|
/**
|
|
1263
1280
|
* Input configuration information for the Earth Observation job.
|
|
1264
1281
|
*/
|
|
@@ -1268,18 +1285,20 @@ declare namespace SageMakerGeospatial {
|
|
|
1268
1285
|
*/
|
|
1269
1286
|
JobConfig: JobConfigInput;
|
|
1270
1287
|
/**
|
|
1271
|
-
* The
|
|
1288
|
+
* The Key Management Service key ID for server-side encryption.
|
|
1272
1289
|
*/
|
|
1273
|
-
KmsKeyId?:
|
|
1290
|
+
KmsKeyId?: KmsKey;
|
|
1274
1291
|
/**
|
|
1275
1292
|
* The name of the Earth Observation job.
|
|
1276
1293
|
*/
|
|
1277
|
-
Name:
|
|
1294
|
+
Name: StartEarthObservationJobInputNameString;
|
|
1278
1295
|
/**
|
|
1279
1296
|
* Each tag consists of a key and a value.
|
|
1280
1297
|
*/
|
|
1281
1298
|
Tags?: Tags;
|
|
1282
1299
|
}
|
|
1300
|
+
export type StartEarthObservationJobInputClientTokenString = string;
|
|
1301
|
+
export type StartEarthObservationJobInputNameString = string;
|
|
1283
1302
|
export interface StartEarthObservationJobOutput {
|
|
1284
1303
|
/**
|
|
1285
1304
|
* The Amazon Resource Name (ARN) of the Earth Observation job.
|
|
@@ -1288,7 +1307,7 @@ declare namespace SageMakerGeospatial {
|
|
|
1288
1307
|
/**
|
|
1289
1308
|
* The creation time.
|
|
1290
1309
|
*/
|
|
1291
|
-
CreationTime:
|
|
1310
|
+
CreationTime: SyntheticTimestamp_date_time;
|
|
1292
1311
|
/**
|
|
1293
1312
|
* The duration of the session, in seconds.
|
|
1294
1313
|
*/
|
|
@@ -1296,7 +1315,7 @@ declare namespace SageMakerGeospatial {
|
|
|
1296
1315
|
/**
|
|
1297
1316
|
* The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
|
1298
1317
|
*/
|
|
1299
|
-
ExecutionRoleArn?:
|
|
1318
|
+
ExecutionRoleArn?: ExecutionRoleArn;
|
|
1300
1319
|
/**
|
|
1301
1320
|
* Input configuration information for the Earth Observation job.
|
|
1302
1321
|
*/
|
|
@@ -1306,9 +1325,9 @@ declare namespace SageMakerGeospatial {
|
|
|
1306
1325
|
*/
|
|
1307
1326
|
JobConfig: JobConfigInput;
|
|
1308
1327
|
/**
|
|
1309
|
-
* The
|
|
1328
|
+
* The Key Management Service key ID for server-side encryption.
|
|
1310
1329
|
*/
|
|
1311
|
-
KmsKeyId?:
|
|
1330
|
+
KmsKeyId?: KmsKey;
|
|
1312
1331
|
/**
|
|
1313
1332
|
* The name of the Earth Observation job.
|
|
1314
1333
|
*/
|
|
@@ -1326,11 +1345,11 @@ declare namespace SageMakerGeospatial {
|
|
|
1326
1345
|
/**
|
|
1327
1346
|
* A unique token that guarantees that the call to this API is idempotent.
|
|
1328
1347
|
*/
|
|
1329
|
-
ClientToken?:
|
|
1348
|
+
ClientToken?: StartVectorEnrichmentJobInputClientTokenString;
|
|
1330
1349
|
/**
|
|
1331
1350
|
* The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
|
1332
1351
|
*/
|
|
1333
|
-
ExecutionRoleArn:
|
|
1352
|
+
ExecutionRoleArn: ExecutionRoleArn;
|
|
1334
1353
|
/**
|
|
1335
1354
|
* Input configuration information for the Vector Enrichment job.
|
|
1336
1355
|
*/
|
|
@@ -1340,18 +1359,20 @@ declare namespace SageMakerGeospatial {
|
|
|
1340
1359
|
*/
|
|
1341
1360
|
JobConfig: VectorEnrichmentJobConfig;
|
|
1342
1361
|
/**
|
|
1343
|
-
* The
|
|
1362
|
+
* The Key Management Service key ID for server-side encryption.
|
|
1344
1363
|
*/
|
|
1345
|
-
KmsKeyId?:
|
|
1364
|
+
KmsKeyId?: KmsKey;
|
|
1346
1365
|
/**
|
|
1347
1366
|
* The name of the Vector Enrichment job.
|
|
1348
1367
|
*/
|
|
1349
|
-
Name:
|
|
1368
|
+
Name: StartVectorEnrichmentJobInputNameString;
|
|
1350
1369
|
/**
|
|
1351
1370
|
* Each tag consists of a key and a value.
|
|
1352
1371
|
*/
|
|
1353
1372
|
Tags?: Tags;
|
|
1354
1373
|
}
|
|
1374
|
+
export type StartVectorEnrichmentJobInputClientTokenString = string;
|
|
1375
|
+
export type StartVectorEnrichmentJobInputNameString = string;
|
|
1355
1376
|
export interface StartVectorEnrichmentJobOutput {
|
|
1356
1377
|
/**
|
|
1357
1378
|
* The Amazon Resource Name (ARN) of the Vector Enrichment job.
|
|
@@ -1360,7 +1381,7 @@ declare namespace SageMakerGeospatial {
|
|
|
1360
1381
|
/**
|
|
1361
1382
|
* The creation time.
|
|
1362
1383
|
*/
|
|
1363
|
-
CreationTime:
|
|
1384
|
+
CreationTime: SyntheticTimestamp_date_time;
|
|
1364
1385
|
/**
|
|
1365
1386
|
* The duration of the Vector Enrichment job, in seconds.
|
|
1366
1387
|
*/
|
|
@@ -1368,7 +1389,7 @@ declare namespace SageMakerGeospatial {
|
|
|
1368
1389
|
/**
|
|
1369
1390
|
* The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
|
1370
1391
|
*/
|
|
1371
|
-
ExecutionRoleArn:
|
|
1392
|
+
ExecutionRoleArn: ExecutionRoleArn;
|
|
1372
1393
|
/**
|
|
1373
1394
|
* Input configuration information for starting the Vector Enrichment job.
|
|
1374
1395
|
*/
|
|
@@ -1378,9 +1399,9 @@ declare namespace SageMakerGeospatial {
|
|
|
1378
1399
|
*/
|
|
1379
1400
|
JobConfig: VectorEnrichmentJobConfig;
|
|
1380
1401
|
/**
|
|
1381
|
-
* The
|
|
1402
|
+
* The Key Management Service key ID for server-side encryption.
|
|
1382
1403
|
*/
|
|
1383
|
-
KmsKeyId?:
|
|
1404
|
+
KmsKeyId?: KmsKey;
|
|
1384
1405
|
/**
|
|
1385
1406
|
* The name of the Vector Enrichment job.
|
|
1386
1407
|
*/
|
|
@@ -1416,6 +1437,7 @@ declare namespace SageMakerGeospatial {
|
|
|
1416
1437
|
}
|
|
1417
1438
|
export type String = string;
|
|
1418
1439
|
export type StringListInput = String[];
|
|
1440
|
+
export type SyntheticTimestamp_date_time = Date;
|
|
1419
1441
|
export type TagKeyList = String[];
|
|
1420
1442
|
export interface TagResourceRequest {
|
|
1421
1443
|
/**
|
|
@@ -1434,15 +1456,15 @@ declare namespace SageMakerGeospatial {
|
|
|
1434
1456
|
export type TemporalStatistics = "MEAN"|"MEDIAN"|"STANDARD_DEVIATION"|string;
|
|
1435
1457
|
export interface TemporalStatisticsConfigInput {
|
|
1436
1458
|
/**
|
|
1437
|
-
*
|
|
1459
|
+
* The input for the temporal statistics grouping by time frequency option.
|
|
1438
1460
|
*/
|
|
1439
1461
|
GroupBy?: GroupBy;
|
|
1440
1462
|
/**
|
|
1441
|
-
*
|
|
1463
|
+
* The list of the statistics method options.
|
|
1442
1464
|
*/
|
|
1443
1465
|
Statistics: TemporalStatisticsListInput;
|
|
1444
1466
|
/**
|
|
1445
|
-
*
|
|
1467
|
+
* The list of target band names for the temporal statistic to calculate.
|
|
1446
1468
|
*/
|
|
1447
1469
|
TargetBands?: StringListInput;
|
|
1448
1470
|
}
|
|
@@ -1457,6 +1479,16 @@ declare namespace SageMakerGeospatial {
|
|
|
1457
1479
|
*/
|
|
1458
1480
|
StartTime: Timestamp;
|
|
1459
1481
|
}
|
|
1482
|
+
export interface TimeRangeFilterOutput {
|
|
1483
|
+
/**
|
|
1484
|
+
* The ending time for the time range filter.
|
|
1485
|
+
*/
|
|
1486
|
+
EndTime: SyntheticTimestamp_date_time;
|
|
1487
|
+
/**
|
|
1488
|
+
* The starting time for the time range filter.
|
|
1489
|
+
*/
|
|
1490
|
+
StartTime: SyntheticTimestamp_date_time;
|
|
1491
|
+
}
|
|
1460
1492
|
export type Timestamp = Date;
|
|
1461
1493
|
export type Unit = "METERS"|string;
|
|
1462
1494
|
export interface UntagResourceRequest {
|
|
@@ -1473,28 +1505,28 @@ declare namespace SageMakerGeospatial {
|
|
|
1473
1505
|
}
|
|
1474
1506
|
export interface UserDefined {
|
|
1475
1507
|
/**
|
|
1476
|
-
*
|
|
1508
|
+
* The units for output resolution of the result.
|
|
1477
1509
|
*/
|
|
1478
1510
|
Unit: Unit;
|
|
1479
1511
|
/**
|
|
1480
|
-
*
|
|
1512
|
+
* The value for output resolution of the result.
|
|
1481
1513
|
*/
|
|
1482
1514
|
Value: Float;
|
|
1483
1515
|
}
|
|
1484
1516
|
export type VectorEnrichmentJobArn = string;
|
|
1485
1517
|
export interface VectorEnrichmentJobConfig {
|
|
1486
1518
|
/**
|
|
1487
|
-
*
|
|
1519
|
+
* The input structure for Map Matching operation type.
|
|
1488
1520
|
*/
|
|
1489
1521
|
MapMatchingConfig?: MapMatchingConfig;
|
|
1490
1522
|
/**
|
|
1491
|
-
*
|
|
1523
|
+
* The input structure for Reverse Geocoding operation type.
|
|
1492
1524
|
*/
|
|
1493
1525
|
ReverseGeocodingConfig?: ReverseGeocodingConfig;
|
|
1494
1526
|
}
|
|
1495
1527
|
export interface VectorEnrichmentJobDataSourceConfigInput {
|
|
1496
1528
|
/**
|
|
1497
|
-
*
|
|
1529
|
+
* The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data objects.
|
|
1498
1530
|
*/
|
|
1499
1531
|
S3Data?: VectorEnrichmentJobS3Data;
|
|
1500
1532
|
}
|
|
@@ -1516,7 +1548,7 @@ declare namespace SageMakerGeospatial {
|
|
|
1516
1548
|
*/
|
|
1517
1549
|
Message?: String;
|
|
1518
1550
|
/**
|
|
1519
|
-
*
|
|
1551
|
+
* The output error details for an Export operation on a Vector Enrichment job.
|
|
1520
1552
|
*/
|
|
1521
1553
|
Type?: VectorEnrichmentJobExportErrorType;
|
|
1522
1554
|
}
|
|
@@ -1524,44 +1556,44 @@ declare namespace SageMakerGeospatial {
|
|
|
1524
1556
|
export type VectorEnrichmentJobExportStatus = "IN_PROGRESS"|"SUCCEEDED"|"FAILED"|string;
|
|
1525
1557
|
export interface VectorEnrichmentJobInputConfig {
|
|
1526
1558
|
/**
|
|
1527
|
-
*
|
|
1559
|
+
* The input structure for the data source that represents the storage type of the input data objects.
|
|
1528
1560
|
*/
|
|
1529
1561
|
DataSourceConfig: VectorEnrichmentJobDataSourceConfigInput;
|
|
1530
1562
|
/**
|
|
1531
|
-
*
|
|
1563
|
+
* The input structure that defines the data source file type.
|
|
1532
1564
|
*/
|
|
1533
1565
|
DocumentType: VectorEnrichmentJobDocumentType;
|
|
1534
1566
|
}
|
|
1535
1567
|
export type VectorEnrichmentJobList = ListVectorEnrichmentJobOutputConfig[];
|
|
1536
1568
|
export interface VectorEnrichmentJobS3Data {
|
|
1537
1569
|
/**
|
|
1538
|
-
* The
|
|
1570
|
+
* The Key Management Service key ID for server-side encryption.
|
|
1539
1571
|
*/
|
|
1540
|
-
KmsKeyId?:
|
|
1572
|
+
KmsKeyId?: KmsKey;
|
|
1541
1573
|
/**
|
|
1542
1574
|
* The URL to the Amazon S3 data for the Vector Enrichment job.
|
|
1543
1575
|
*/
|
|
1544
|
-
S3Uri:
|
|
1576
|
+
S3Uri: S3Uri;
|
|
1545
1577
|
}
|
|
1546
1578
|
export type VectorEnrichmentJobStatus = "INITIALIZING"|"IN_PROGRESS"|"STOPPING"|"STOPPED"|"COMPLETED"|"FAILED"|"DELETING"|"DELETED"|string;
|
|
1547
1579
|
export type VectorEnrichmentJobType = "REVERSE_GEOCODING"|"MAP_MATCHING"|string;
|
|
1548
1580
|
export interface ViewOffNadirInput {
|
|
1549
1581
|
/**
|
|
1550
|
-
*
|
|
1582
|
+
* The minimum value for ViewOffNadir property filter. This filters items having ViewOffNadir greater than or equal to this value.
|
|
1551
1583
|
*/
|
|
1552
1584
|
LowerBound: Float;
|
|
1553
1585
|
/**
|
|
1554
|
-
*
|
|
1586
|
+
* The maximum value for ViewOffNadir property filter. This filters items having ViewOffNadir lesser than or equal to this value.
|
|
1555
1587
|
*/
|
|
1556
1588
|
UpperBound: Float;
|
|
1557
1589
|
}
|
|
1558
1590
|
export interface ViewSunAzimuthInput {
|
|
1559
1591
|
/**
|
|
1560
|
-
*
|
|
1592
|
+
* The minimum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth greater than or equal to this value.
|
|
1561
1593
|
*/
|
|
1562
1594
|
LowerBound: Float;
|
|
1563
1595
|
/**
|
|
1564
|
-
*
|
|
1596
|
+
* The maximum value for ViewSunAzimuth property filter. This filters items having ViewSunAzimuth lesser than or equal to this value.
|
|
1565
1597
|
*/
|
|
1566
1598
|
UpperBound: Float;
|
|
1567
1599
|
}
|
|
@@ -1578,17 +1610,21 @@ declare namespace SageMakerGeospatial {
|
|
|
1578
1610
|
export type ZonalStatistics = "MEAN"|"MEDIAN"|"STANDARD_DEVIATION"|"MAX"|"MIN"|"SUM"|string;
|
|
1579
1611
|
export interface ZonalStatisticsConfigInput {
|
|
1580
1612
|
/**
|
|
1581
|
-
*
|
|
1613
|
+
* List of zonal statistics to compute.
|
|
1582
1614
|
*/
|
|
1583
1615
|
Statistics: ZonalStatisticsListInput;
|
|
1584
1616
|
/**
|
|
1585
|
-
*
|
|
1617
|
+
* Bands used in the operation. If no target bands are specified, it uses all bands available input.
|
|
1586
1618
|
*/
|
|
1587
1619
|
TargetBands?: StringListInput;
|
|
1588
1620
|
/**
|
|
1589
|
-
*
|
|
1621
|
+
* The Amazon S3 path pointing to the GeoJSON containing the polygonal zones.
|
|
1622
|
+
*/
|
|
1623
|
+
ZoneS3Path: S3Uri;
|
|
1624
|
+
/**
|
|
1625
|
+
* The Amazon Resource Name (ARN) or an ID of a Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to decrypt your output artifacts with Amazon S3 server-side encryption. The SageMaker execution role must have kms:GenerateDataKey permission. The KmsKeyId can be any of the following formats: // KMS Key ID "1234abcd-12ab-34cd-56ef-1234567890ab" // Amazon Resource Name (ARN) of a KMS Key "arn:aws:kms:<region>:<account>:key/<key-id-12ab-34cd-56ef-1234567890ab>" For more information about key identifiers, see Key identifiers (KeyID) in the Amazon Web Services Key Management Service (Amazon Web Services KMS) documentation.
|
|
1590
1626
|
*/
|
|
1591
|
-
|
|
1627
|
+
ZoneS3PathKmsKeyId?: KmsKey;
|
|
1592
1628
|
}
|
|
1593
1629
|
export type ZonalStatisticsListInput = ZonalStatistics[];
|
|
1594
1630
|
/**
|