aws-sdk-glue 1.257.0 → 1.259.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: 2842dda9cae8d81c653205c03a011e3e6bae3036a972babdc4407456626a34dc
4
- data.tar.gz: e46093a181a21f4f1e67cc739ec8bd3d2896e82fb45a4bf4003413eb785020dc
3
+ metadata.gz: d504c8e84f759e4f8391914b08349746675195164e9edb2ebc2c078838a01dc7
4
+ data.tar.gz: 9204ab18bc52356f6356822e156d1093b4dc6a9ffc8b3d2a4238224519fc96dc
5
5
  SHA512:
6
- metadata.gz: 01ea4bfc465cf902201bd83b6c2a9a04520830f154bfac1ebcc88a4c759b6ade90e5856bab8eec6b6f2cb37407894e60ad68f15f44f3a3f06b745e799e130c8a
7
- data.tar.gz: a411277bf62fbb6b2298414452af12836a172db22f4edd975d6134438cd40c2d91fa5e0eebbb30850c884f41f2402600663cc951215c6af9d9419d5eaca0cee1
6
+ metadata.gz: 886bd3cedd11abd6fcc312534fd7b7c414f7ad7c7e1237c5c43228141a949f6a3efe432f36fe1a089a7ff5356e88a97369f1a99388aecd79a3e7c6e497da5c80
7
+ data.tar.gz: 5cdc98a8fb8faeeaf52c49f48aac99cb4019967e07daefc141e5327f00e854fcd07325e37281300a71ba06f501a2bb8a519b507fb9efbb46273404abd8d33391
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.259.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.258.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.257.0 (2026-05-14)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.257.0
1
+ 1.259.0
@@ -199,7 +199,7 @@ module Aws::Glue
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::Glue
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
@@ -19063,7 +19061,7 @@ module Aws::Glue
19063
19061
  tracer: tracer
19064
19062
  )
19065
19063
  context[:gem_name] = 'aws-sdk-glue'
19066
- context[:gem_version] = '1.257.0'
19064
+ context[:gem_version] = '1.259.0'
19067
19065
  Seahorse::Client::Request.new(handlers, context)
19068
19066
  end
19069
19067
 
data/lib/aws-sdk-glue.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Glue
54
54
  autoload :EndpointProvider, 'aws-sdk-glue/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-glue/endpoints'
56
56
 
57
- GEM_VERSION = '1.257.0'
57
+ GEM_VERSION = '1.259.0'
58
58
 
59
59
  end
60
60