aws-sdk-georoutes 1.10.0 → 1.11.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: e7725f29e0070fa007515f019f36dcd8480407ca2674c631960397bdff3ea851
4
- data.tar.gz: b023ce6c66e362607700c9e6076c4637abe6f18a440c8012a5735d1c5492f465
3
+ metadata.gz: 140ff7a975aa8b12b3ebfa852269bd32edfa7705058226ffb6ac8fd3d5a4bad9
4
+ data.tar.gz: ab2e494d3eb963d5012cff327b3e095ddb0d19884b00dc7d43e6e56cffd57cab
5
5
  SHA512:
6
- metadata.gz: edc5f5df8d0e8c7e661513d3809850da7db10760168c6a366602eed28467ef6c20d87ab314034600de7e5fd221bb9ca6422acd47a8b29fcb3e7bd6f1cb7caebd
7
- data.tar.gz: f5897d8017592e190d12fba1adf911e527223a53b6f4ecbb467943f1dc8a1ccb3190f718b10dbd8c9d3ecd74cd6f8f975a1742809f2c18c256d344e9bd33a3df
6
+ metadata.gz: '0598c890329d7d090a9392d7a9ace11ce0f1b0aba235b50ed7c60ba81ec0dbff51d9312b33020afd5a63759d7ca019dc8481dd5b06a3570bf87c66118c25f89c'
7
+ data.tar.gz: '079fb6f02bfacefba0c4972f5d7e5cc45050fabc68515b41b66c68478c3acd97a9423ba04445b2251f9c26cd581f9e86a47275479d2dbaa7fc19f8b8a364a664'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.11.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.10.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.0
1
+ 1.11.0
@@ -95,8 +95,8 @@ module Aws::GeoRoutes
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::GeoRoutes
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::GeoRoutes
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::GeoRoutes
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.
@@ -2282,7 +2279,7 @@ module Aws::GeoRoutes
2282
2279
  tracer: tracer
2283
2280
  )
2284
2281
  context[:gem_name] = 'aws-sdk-georoutes'
2285
- context[:gem_version] = '1.10.0'
2282
+ context[:gem_version] = '1.11.0'
2286
2283
  Seahorse::Client::Request.new(handlers, context)
2287
2284
  end
2288
2285
 
@@ -54,7 +54,7 @@ module Aws::GeoRoutes
54
54
  autoload :EndpointProvider, 'aws-sdk-georoutes/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-georoutes/endpoints'
56
56
 
57
- GEM_VERSION = '1.10.0'
57
+ GEM_VERSION = '1.11.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-georoutes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services