aws-sdk-gluedatabrew 1.57.0 → 1.58.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: d48aa5ed0430efec26ad760767fe1c124b8501204c2ae91e05d102124459d380
4
- data.tar.gz: b739ed0830d74a7eee2c32d466a89658f7a07dd7ad647e1f40ee9e83516756ff
3
+ metadata.gz: c6b9a704f83aa2e5397a7f65d64fa9326035a987c756a948254cc3d98a77dfdf
4
+ data.tar.gz: 055c48051a0057507e7f90e55b9a7aef3f432b832e41c0a8f4d6873a887ed6e6
5
5
  SHA512:
6
- metadata.gz: de4ba529aa8b04bb3b8c3dc2cfd40daf62adf1d5fd6d48bbceb7cb9480ff19e55ed114424b5249d210b128df29c448879a33944e62cf1eeeaaa235e2a33519d3
7
- data.tar.gz: 61601168aa44b57af7a6bb0bffbd45f74069ca59b940e28bbd373cdce903db4ea02540502dbbf2f40cef6b96af6b5012479fa9fc3d6a270e495b54bb002e4332
6
+ metadata.gz: 2592b34da9b200a990e126d0415fe1007506aff93106763c5e3ba64f846a066125a1e7103300f46ca6fcfdebed9f7c76d0968943443410ddec239bb3c9c5a421
7
+ data.tar.gz: d35040d168744ec050591ae7f0c95ed483041230b36bc8554b4703395e4d910bb2f4f43766699f5e1ce4f8ead21c208837bf1b1b76b7be313643119a7d250e34
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.57.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -95,8 +95,8 @@ module Aws::GlueDataBrew
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::GlueDataBrew
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::GlueDataBrew
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::GlueDataBrew
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -3450,7 +3447,7 @@ module Aws::GlueDataBrew
3450
3447
  tracer: tracer
3451
3448
  )
3452
3449
  context[:gem_name] = 'aws-sdk-gluedatabrew'
3453
- context[:gem_version] = '1.57.0'
3450
+ context[:gem_version] = '1.58.0'
3454
3451
  Seahorse::Client::Request.new(handlers, context)
3455
3452
  end
3456
3453
 
@@ -54,7 +54,7 @@ module Aws::GlueDataBrew
54
54
  autoload :EndpointProvider, 'aws-sdk-gluedatabrew/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-gluedatabrew/endpoints'
56
56
 
57
- GEM_VERSION = '1.57.0'
57
+ GEM_VERSION = '1.58.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-gluedatabrew
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services