aws-sdk-lightsail 1.114.0 → 1.116.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: b76f7cffdef2e171fa7db13e24ec509e685aa3570cb7a71adff41196269b043a
4
- data.tar.gz: 77559c84ff7a0e29470ddc6e5cb9db55c8a706f35b8a49953d448f6ba85cbe43
3
+ metadata.gz: 9e2ff1470ac7cb35cf94adbe6af9a279ca5346cc1ce84a0d40dce8f666931c16
4
+ data.tar.gz: c8679310ebfa993ccdfd8fdbb6c891aec575377b299812dc1b70911c7a703574
5
5
  SHA512:
6
- metadata.gz: 38be744a6c983780e9b62287d207ba721fc0ec889f4727ebe932590072898d5e34c2b0cc84d9afbe4abb7a14d00e4ba2c162aca912f80a0da24fc907023d7165
7
- data.tar.gz: dadbc78b6633204fef87d426a31b867163a92289ee43e1a6bef860a00f56413017a08d8ab730fc5440d10c7d6427ada868f396aa7ef71a539a65b1f60c1f64f7
6
+ metadata.gz: de54ce855df848d81393edbebf0c09b6db8478907991a9314953bdf370a143b95c3d651753206b968c95e8621c2929002fbd73f8c7ab6189839aacc2d53f2a51
7
+ data.tar.gz: c5c6b9611e03c5ebd6b0bbe9a1398e5be23a9dc6c01fc9415419701e9cc79657a1ac198b45d8128dcb94eaf798a2c67b1af5d9c0a0c4692984f1cc672f5cf998
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.116.0 (2025-08-21)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
9
+ 1.115.0 (2025-08-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.114.0 (2025-08-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.114.0
1
+ 1.116.0
@@ -95,8 +95,8 @@ module Aws::Lightsail
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::Lightsail
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::Lightsail
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
@@ -384,8 +381,8 @@ module Aws::Lightsail
384
381
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
385
382
  #
386
383
  # @option options [Aws::TokenProvider] :token_provider
387
- # Your Bearer token used for authentication. This can be an instance of any one of the
388
- # following classes:
384
+ # Your Bearer token used for authentication. This can be any class that includes and implements
385
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
389
386
  #
390
387
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
391
388
  # tokens.
@@ -12487,7 +12484,7 @@ module Aws::Lightsail
12487
12484
  tracer: tracer
12488
12485
  )
12489
12486
  context[:gem_name] = 'aws-sdk-lightsail'
12490
- context[:gem_version] = '1.114.0'
12487
+ context[:gem_version] = '1.116.0'
12491
12488
  Seahorse::Client::Request.new(handlers, context)
12492
12489
  end
12493
12490
 
@@ -54,7 +54,7 @@ module Aws::Lightsail
54
54
  autoload :EndpointProvider, 'aws-sdk-lightsail/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lightsail/endpoints'
56
56
 
57
- GEM_VERSION = '1.114.0'
57
+ GEM_VERSION = '1.116.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-lightsail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.114.0
4
+ version: 1.116.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services