aws-sdk-sagemakergeospatial 1.44.0 → 1.46.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e672c2cc0d2cd7f22282b8c5a4d191ed7fe09eff25d44caa43484babda2ffee9
4
- data.tar.gz: 2b9122019aead1661f4d1cd3e47dafba1e61ca044dd035b32b231e56ade64368
3
+ metadata.gz: 4887dd5a737515848a463be57abb66f480a913cb30702710517ed7bb6765c327
4
+ data.tar.gz: 7834f0cc644a910cd1abef4324ff17d6081a3ce70b554f90f3a67543b1e630f4
5
5
  SHA512:
6
- metadata.gz: 9297d037da7e7cc800f28c08ffe0795f38e34c4d5b77a4071ec667e53ed8ef19cbada441f7392890bf364e6bc6bfde8eb60bb003d6c05c96d4304d21811f4138
7
- data.tar.gz: 6798fd461268b6971452a0afe181b3d7ca50513ddd24e60f354b632b28b6fc9ae1596d2687f508d16e9d73dbe9792bbae706aeacf4aab1ea4d70837eb2597726
6
+ metadata.gz: '049d1e268ce7872cadcf59c5a642a8db4403299e36ed884a9201cf401d4cff369041ecf04ed018d84123e335d0c7bb6126c9be209ec2799ffcb7ef1fd19278a7'
7
+ data.tar.gz: d7be9f38e4ade30855089abf7e5ac142f5802132f0743107c77202c31f6bc73d9f33c6790af6e3b4b22a0dde3751de8e8cc8a63e9b2540d1506afcd06b747eee
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.45.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.44.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.46.0
@@ -199,7 +199,7 @@ module Aws::SageMakerGeospatial
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::SageMakerGeospatial
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -1764,7 +1762,7 @@ module Aws::SageMakerGeospatial
1764
1762
  tracer: tracer
1765
1763
  )
1766
1764
  context[:gem_name] = 'aws-sdk-sagemakergeospatial'
1767
- context[:gem_version] = '1.44.0'
1765
+ context[:gem_version] = '1.46.0'
1768
1766
  Seahorse::Client::Request.new(handlers, context)
1769
1767
  end
1770
1768
 
@@ -54,7 +54,7 @@ module Aws::SageMakerGeospatial
54
54
  autoload :EndpointProvider, 'aws-sdk-sagemakergeospatial/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-sagemakergeospatial/endpoints'
56
56
 
57
- GEM_VERSION = '1.44.0'
57
+ GEM_VERSION = '1.46.0'
58
58
 
59
59
  end
60
60
 
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
- area_of_interest_geometry: {
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.44.0
4
+ version: 1.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -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