aws-sdk-finspacedata 1.54.0 → 1.55.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: 9a0097bfd5613ad3a123595f58115a6e87bde21f53c423cbd863933ea6944e92
4
- data.tar.gz: 3309b9b889420aac45f13c7db1a063d81e753d397a80cf7c2fcbd2a45ac8e371
3
+ metadata.gz: 5fa0491dd76374bcc970f3dcf944a2772384afb761c1f715796acc58ca747b23
4
+ data.tar.gz: eaf9d5316a4b5ef65256ec29b380807dd1cad319850061bbb7764bf944b9b7e5
5
5
  SHA512:
6
- metadata.gz: f5bf074cf8001b4cf2718a2f81cc774084089f3a3acc56281ea3f2bfde3d08fce80f1c5b8472ec867d7a65594b5f7d2e885217fac8001267f2a71b751fdcc930
7
- data.tar.gz: '0418314f8903ccacae1f42cf375040e6aa5ffb3227619642492e37d1b75ad3d0e135b607e176c755845b544c509640d62a7ad956ee66c95c20566323f08956af'
6
+ metadata.gz: 8441728b39d1cbd6cb18ac2470a8d59388fbd7d0a8390f73327d44c3cde09c8643f121ce86e9921dcc7a055544c082666af1f1bbb04a09caf1300189f4e3fd4f
7
+ data.tar.gz: 3e2aa3cc3d8713af8ad3f04bea8f07fd15e25e8043a65e3f9207f04eafbbb59530d4828642184ec2aa5960ca35b2dc7acb41e33eb5ad77ced7920f7cdaf382e2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.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.54.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -97,8 +97,8 @@ module Aws::FinSpaceData
97
97
  # class name or an instance of a plugin class.
98
98
  #
99
99
  # @option options [required, Aws::CredentialProvider] :credentials
100
- # Your AWS credentials used for authentication. This can be an instance of any one of the
101
- # following classes:
100
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
101
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
102
102
  #
103
103
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
104
104
  # credentials.
@@ -126,8 +126,7 @@ module Aws::FinSpaceData
126
126
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
127
127
  # from the Cognito Identity service.
128
128
  #
129
- # When `:credentials` are not configured directly, the following
130
- # locations will be searched for credentials:
129
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
131
130
  #
132
131
  # * `Aws.config[:credentials]`
133
132
  #
@@ -141,12 +140,10 @@ module Aws::FinSpaceData
141
140
  #
142
141
  # * `~/.aws/config`
143
142
  #
144
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
145
- # are very aggressive. Construct and pass an instance of
146
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
147
- # enable retries and extended timeouts. Instance profile credential
148
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
149
- # to `true`.
143
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
144
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
146
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
150
147
  #
151
148
  # @option options [required, String] :region
152
149
  # The AWS region to connect to. The configured `:region` is
@@ -379,8 +376,8 @@ module Aws::FinSpaceData
379
376
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
380
377
  #
381
378
  # @option options [Aws::TokenProvider] :token_provider
382
- # Your Bearer token used for authentication. This can be an instance of any one of the
383
- # following classes:
379
+ # Your Bearer token used for authentication. This can be any class that includes and implements
380
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
384
381
  #
385
382
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
386
383
  # tokens.
@@ -2219,7 +2216,7 @@ module Aws::FinSpaceData
2219
2216
  tracer: tracer
2220
2217
  )
2221
2218
  context[:gem_name] = 'aws-sdk-finspacedata'
2222
- context[:gem_version] = '1.54.0'
2219
+ context[:gem_version] = '1.55.0'
2223
2220
  Seahorse::Client::Request.new(handlers, context)
2224
2221
  end
2225
2222
 
@@ -54,7 +54,7 @@ module Aws::FinSpaceData
54
54
  autoload :EndpointProvider, 'aws-sdk-finspacedata/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-finspacedata/endpoints'
56
56
 
57
- GEM_VERSION = '1.54.0'
57
+ GEM_VERSION = '1.55.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-finspacedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.54.0
4
+ version: 1.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services