aws-sdk-sagemakergeospatial 1.44.0 → 1.45.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemakergeospatial/client.rb +1 -1
- data/lib/aws-sdk-sagemakergeospatial.rb +1 -1
- data/sig/client.rbs +5 -107
- data/sig/params.rbs +74 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd71e980a2c6c2766d33614aba5906ee805c8716c8b871e61c0320d7d57a4cad
|
|
4
|
+
data.tar.gz: 13e452f98c5489193315f16497c16ac1d30b1d0892fcfed3b3ace9c85f836417
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c8782a1f3eafcf66c271c1aff1a49289a627d7526e8432c4a1c1cf80279120ab46149901da2e679d85051655b896127fb85d3ae4380bdfc7c6b97a50c4040db
|
|
7
|
+
data.tar.gz: a03974aa74f85b8fc4b15e977a2898ef94e70e021d9524397c9b53fc3dd08927d996649b92a853da7df025ed70369fbd206ef4e803855e836d9428fa0f85749e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.45.0
|
|
@@ -1764,7 +1764,7 @@ module Aws::SageMakerGeospatial
|
|
|
1764
1764
|
tracer: tracer
|
|
1765
1765
|
)
|
|
1766
1766
|
context[:gem_name] = 'aws-sdk-sagemakergeospatial'
|
|
1767
|
-
context[:gem_version] = '1.
|
|
1767
|
+
context[:gem_version] = '1.45.0'
|
|
1768
1768
|
Seahorse::Client::Request.new(handlers, context)
|
|
1769
1769
|
end
|
|
1770
1770
|
|
data/sig/client.rbs
CHANGED
|
@@ -289,60 +289,9 @@ module Aws
|
|
|
289
289
|
arn: ::String,
|
|
290
290
|
?next_token: ::String,
|
|
291
291
|
raster_data_collection_query: {
|
|
292
|
-
area_of_interest:
|
|
293
|
-
area_of_interest_geometry: {
|
|
294
|
-
multi_polygon_geometry: {
|
|
295
|
-
coordinates: Array[
|
|
296
|
-
Array[
|
|
297
|
-
Array[
|
|
298
|
-
Array[::Float],
|
|
299
|
-
],
|
|
300
|
-
],
|
|
301
|
-
]
|
|
302
|
-
}?,
|
|
303
|
-
polygon_geometry: {
|
|
304
|
-
coordinates: Array[
|
|
305
|
-
Array[
|
|
306
|
-
Array[::Float],
|
|
307
|
-
],
|
|
308
|
-
]
|
|
309
|
-
}?
|
|
310
|
-
}?
|
|
311
|
-
}?,
|
|
292
|
+
area_of_interest: Params::area_of_interest?,
|
|
312
293
|
band_filter: Array[::String]?,
|
|
313
|
-
property_filters:
|
|
314
|
-
logical_operator: ("AND")?,
|
|
315
|
-
properties: Array[
|
|
316
|
-
{
|
|
317
|
-
property: {
|
|
318
|
-
eo_cloud_cover: {
|
|
319
|
-
lower_bound: ::Float,
|
|
320
|
-
upper_bound: ::Float
|
|
321
|
-
}?,
|
|
322
|
-
landsat_cloud_cover_land: {
|
|
323
|
-
lower_bound: ::Float,
|
|
324
|
-
upper_bound: ::Float
|
|
325
|
-
}?,
|
|
326
|
-
platform: {
|
|
327
|
-
comparison_operator: ("EQUALS" | "NOT_EQUALS" | "STARTS_WITH")?,
|
|
328
|
-
value: ::String
|
|
329
|
-
}?,
|
|
330
|
-
view_off_nadir: {
|
|
331
|
-
lower_bound: ::Float,
|
|
332
|
-
upper_bound: ::Float
|
|
333
|
-
}?,
|
|
334
|
-
view_sun_azimuth: {
|
|
335
|
-
lower_bound: ::Float,
|
|
336
|
-
upper_bound: ::Float
|
|
337
|
-
}?,
|
|
338
|
-
view_sun_elevation: {
|
|
339
|
-
lower_bound: ::Float,
|
|
340
|
-
upper_bound: ::Float
|
|
341
|
-
}?
|
|
342
|
-
}
|
|
343
|
-
},
|
|
344
|
-
]?
|
|
345
|
-
}?,
|
|
294
|
+
property_filters: Params::property_filters?,
|
|
346
295
|
time_range_filter: {
|
|
347
296
|
end_time: ::Time,
|
|
348
297
|
start_time: ::Time
|
|
@@ -371,59 +320,8 @@ module Aws
|
|
|
371
320
|
input_config: {
|
|
372
321
|
previous_earth_observation_job_arn: ::String?,
|
|
373
322
|
raster_data_collection_query: {
|
|
374
|
-
area_of_interest:
|
|
375
|
-
|
|
376
|
-
multi_polygon_geometry: {
|
|
377
|
-
coordinates: Array[
|
|
378
|
-
Array[
|
|
379
|
-
Array[
|
|
380
|
-
Array[::Float],
|
|
381
|
-
],
|
|
382
|
-
],
|
|
383
|
-
]
|
|
384
|
-
}?,
|
|
385
|
-
polygon_geometry: {
|
|
386
|
-
coordinates: Array[
|
|
387
|
-
Array[
|
|
388
|
-
Array[::Float],
|
|
389
|
-
],
|
|
390
|
-
]
|
|
391
|
-
}?
|
|
392
|
-
}?
|
|
393
|
-
}?,
|
|
394
|
-
property_filters: {
|
|
395
|
-
logical_operator: ("AND")?,
|
|
396
|
-
properties: Array[
|
|
397
|
-
{
|
|
398
|
-
property: {
|
|
399
|
-
eo_cloud_cover: {
|
|
400
|
-
lower_bound: ::Float,
|
|
401
|
-
upper_bound: ::Float
|
|
402
|
-
}?,
|
|
403
|
-
landsat_cloud_cover_land: {
|
|
404
|
-
lower_bound: ::Float,
|
|
405
|
-
upper_bound: ::Float
|
|
406
|
-
}?,
|
|
407
|
-
platform: {
|
|
408
|
-
comparison_operator: ("EQUALS" | "NOT_EQUALS" | "STARTS_WITH")?,
|
|
409
|
-
value: ::String
|
|
410
|
-
}?,
|
|
411
|
-
view_off_nadir: {
|
|
412
|
-
lower_bound: ::Float,
|
|
413
|
-
upper_bound: ::Float
|
|
414
|
-
}?,
|
|
415
|
-
view_sun_azimuth: {
|
|
416
|
-
lower_bound: ::Float,
|
|
417
|
-
upper_bound: ::Float
|
|
418
|
-
}?,
|
|
419
|
-
view_sun_elevation: {
|
|
420
|
-
lower_bound: ::Float,
|
|
421
|
-
upper_bound: ::Float
|
|
422
|
-
}?
|
|
423
|
-
}
|
|
424
|
-
},
|
|
425
|
-
]?
|
|
426
|
-
}?,
|
|
323
|
+
area_of_interest: Params::area_of_interest?,
|
|
324
|
+
property_filters: Params::property_filters?,
|
|
427
325
|
raster_data_collection_arn: ::String,
|
|
428
326
|
time_range_filter: {
|
|
429
327
|
end_time: ::Time,
|
|
@@ -439,7 +337,7 @@ module Aws
|
|
|
439
337
|
equation: ::String,
|
|
440
338
|
name: ::String,
|
|
441
339
|
output_type: ("INT32" | "FLOAT32" | "INT16" | "FLOAT64" | "UINT16")?
|
|
442
|
-
}
|
|
340
|
+
}
|
|
443
341
|
]?
|
|
444
342
|
}?,
|
|
445
343
|
predefined_indices: Array[::String]?
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module SageMakerGeospatial
|
|
10
|
+
module Params
|
|
11
|
+
type area_of_interest_geometry = {
|
|
12
|
+
multi_polygon_geometry: {
|
|
13
|
+
coordinates: Array[
|
|
14
|
+
Array[
|
|
15
|
+
Array[
|
|
16
|
+
Array[::Float]
|
|
17
|
+
]
|
|
18
|
+
]
|
|
19
|
+
]
|
|
20
|
+
}?,
|
|
21
|
+
polygon_geometry: {
|
|
22
|
+
coordinates: Array[
|
|
23
|
+
Array[
|
|
24
|
+
Array[::Float]
|
|
25
|
+
]
|
|
26
|
+
]
|
|
27
|
+
}?
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
type area_of_interest = {
|
|
31
|
+
area_of_interest_geometry: Params::area_of_interest_geometry?
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
type property_filters = {
|
|
35
|
+
logical_operator: ("AND")?,
|
|
36
|
+
properties: Array[
|
|
37
|
+
Params::property_filter
|
|
38
|
+
]?
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
type property = {
|
|
42
|
+
eo_cloud_cover: {
|
|
43
|
+
lower_bound: ::Float,
|
|
44
|
+
upper_bound: ::Float
|
|
45
|
+
}?,
|
|
46
|
+
landsat_cloud_cover_land: {
|
|
47
|
+
lower_bound: ::Float,
|
|
48
|
+
upper_bound: ::Float
|
|
49
|
+
}?,
|
|
50
|
+
platform: {
|
|
51
|
+
comparison_operator: ("EQUALS" | "NOT_EQUALS" | "STARTS_WITH")?,
|
|
52
|
+
value: ::String
|
|
53
|
+
}?,
|
|
54
|
+
view_off_nadir: {
|
|
55
|
+
lower_bound: ::Float,
|
|
56
|
+
upper_bound: ::Float
|
|
57
|
+
}?,
|
|
58
|
+
view_sun_azimuth: {
|
|
59
|
+
lower_bound: ::Float,
|
|
60
|
+
upper_bound: ::Float
|
|
61
|
+
}?,
|
|
62
|
+
view_sun_elevation: {
|
|
63
|
+
lower_bound: ::Float,
|
|
64
|
+
upper_bound: ::Float
|
|
65
|
+
}?
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
type property_filter = {
|
|
69
|
+
property: Params::property
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
end
|
|
73
|
+
end
|
|
74
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-sagemakergeospatial
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.45.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-sagemakergeospatial/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|