aws-sdk-dataexchange 1.71.0 → 1.72.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: 2bec78374093d6690f6af6d786c1219651912f696907406f084f455f7a91bbe7
4
- data.tar.gz: 6246803807ebe0e83b73d5652c497024ce023eff1d049dc7a467cd1d5a611a93
3
+ metadata.gz: db5dcf9ad11aac381b02421bc9216afb18f70d9ab5134c6103b681164e83c5dd
4
+ data.tar.gz: d5c0b4544daf7fb4145a072c7f446a3b1a931d1065f60cbaab3f7086de05c127
5
5
  SHA512:
6
- metadata.gz: fecb6c2b717ca43b875e22adfa0eee4cd1263379302cb002258ab0b8008afe78eb3dea6daef03eee416b36ca96fe6e5a656d98ddc53235680661e1c18baa45dd
7
- data.tar.gz: 0ab3c03c3f39ad2322d4f6cb25be791d6183adfee6c56aab2318ef966c861aef063f562d37a309e24e2aec4abb179af6fed9a47246629d923bda94502badb8c5
6
+ metadata.gz: 34315079402830861029e5249f7fdcb81fe5b504e2e8e2556985d0eab1fb4ac01b21cb75ee694501e814dfcd5925ed87207a29bac76f86c128f8e34553cf71a6
7
+ data.tar.gz: e9b1427352f7ac3c06282afb2ee3ac7622942e869ace29fa32925112785ed1c3d989b4289e8e1766d5f7cea73d36a086dfb1ddd483d0b9817d1629fe444da9d9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.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.71.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.72.0
@@ -95,8 +95,8 @@ module Aws::DataExchange
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::DataExchange
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::DataExchange
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::DataExchange
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.
@@ -2763,7 +2760,7 @@ module Aws::DataExchange
2763
2760
  tracer: tracer
2764
2761
  )
2765
2762
  context[:gem_name] = 'aws-sdk-dataexchange'
2766
- context[:gem_version] = '1.71.0'
2763
+ context[:gem_version] = '1.72.0'
2767
2764
  Seahorse::Client::Request.new(handlers, context)
2768
2765
  end
2769
2766
 
@@ -55,7 +55,7 @@ module Aws::DataExchange
55
55
  autoload :EndpointProvider, 'aws-sdk-dataexchange/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-dataexchange/endpoints'
57
57
 
58
- GEM_VERSION = '1.71.0'
58
+ GEM_VERSION = '1.72.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dataexchange
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.71.0
4
+ version: 1.72.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services