aws-sdk-outposts 1.86.0 → 1.87.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: 8c1e961019f76dfd8a9c4b8aeb8bf92644ca3ee352064138ca2c5f89d26d0c90
4
- data.tar.gz: ce04dcbf0292218cd28479cb00ec53d1078df076a8d23faf7e3517aefc476294
3
+ metadata.gz: 7e7a8c96b24a589f9809a923723205f620da7911e1bbd3d1a1a8e0e5ca01d5c7
4
+ data.tar.gz: b926f438c3cd09a91dcd7d53627a4d6b8682133b4702aa343e21ebaa53cb37e4
5
5
  SHA512:
6
- metadata.gz: 05f4be40e0d7dfe952ae934d2510d190785046694eb76e7e190469c42073034cb4bfc0bfb1b696fe890f1df65dd854dbd5d626fc090fd4dc8cc822568a64fa0e
7
- data.tar.gz: e946c9b332b558d5e91fc77a5489a57ac3643ca9fc04775b971b4838731ade2cc77f61b58fd94c8466ad5903d3e19dca2e0d6124e87870eb29d3270dc57a3e00
6
+ metadata.gz: 0b7a93041e07a705877328046f868f959acd5a8a881c9e70e034b1893bb70d708b037de8f8b454a6af273766b2f484adfbe701ec0cb38fc4e8c2bcce5130b1c5
7
+ data.tar.gz: f09ee2b6a5340826a116824c2c51473548b65858cc887c3550cc8fedfc060a14d7cd6b96ea6a1be5e16113f2748a5ba92e01c203c5031431810498ea11352f1c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.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.86.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.87.0
@@ -95,8 +95,8 @@ module Aws::Outposts
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::Outposts
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::Outposts
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::Outposts
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.
@@ -2412,7 +2409,7 @@ module Aws::Outposts
2412
2409
  tracer: tracer
2413
2410
  )
2414
2411
  context[:gem_name] = 'aws-sdk-outposts'
2415
- context[:gem_version] = '1.86.0'
2412
+ context[:gem_version] = '1.87.0'
2416
2413
  Seahorse::Client::Request.new(handlers, context)
2417
2414
  end
2418
2415
 
@@ -54,7 +54,7 @@ module Aws::Outposts
54
54
  autoload :EndpointProvider, 'aws-sdk-outposts/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-outposts/endpoints'
56
56
 
57
- GEM_VERSION = '1.86.0'
57
+ GEM_VERSION = '1.87.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-outposts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.86.0
4
+ version: 1.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services