aws-sdk-lightsail 1.98.0 → 1.100.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 211f3471bcb8c680091ab25b1e1d365181137522a2104bce12cb8d50fdd44f8a
4
- data.tar.gz: 869bebb1dcb02b50280c7a6547c891db44c11e33bf00d3f3536741ae161b6187
3
+ metadata.gz: 180dfb4a899182c07a21a54b8a4ccea7b90fe8c6909a4b886f3dc9355d43f9a4
4
+ data.tar.gz: e6d9658859c4335c2500a55445b5063c0f54f36e9a6d2123eec73caed580a511
5
5
  SHA512:
6
- metadata.gz: 73b82907028cf8b808336187eff459aeeb6bdcd27e9f2f57f9dfdc2b291545f4a0f3532e1ae92c2a137a12e32811f7b59f2bab2f4e8d5ab782f4238e8cd1cc81
7
- data.tar.gz: 22f451575e92e8f7fb4bbecb0b9c7a0faf7e52a744e760992d2ad4d627a5659ba53701e758d2f5f8b8e65077123fc79d5ad8ddf5fe270b6007662ea72970ffad
6
+ metadata.gz: 2e6a8823ec4850bcb94b0e313f06af96803abce6bffed9e9a26b7a442afe6bf6f4c839f2a5ef985398abf2638e6c9155cbb585a8a00c8f2f033a20f4e7be6732
7
+ data.tar.gz: cdfedf29156ad0993645a8c0de75a1d1b5fa0bed56ca18565c2dfba967265179e9f7d86f38f31712a345b70a3d648f4d07011f54e524b0de4fbeebccb591606b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.100.0 (2024-09-20)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.99.0 (2024-09-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.98.0 (2024-09-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.100.0
@@ -130,13 +130,15 @@ module Aws::Lightsail
130
130
  # locations will be searched for credentials:
131
131
  #
132
132
  # * `Aws.config[:credentials]`
133
- # * The `:access_key_id`, `:secret_access_key`, and `:session_token` options.
134
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
133
+ # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
134
+ # `:account_id` options.
135
+ # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
136
+ # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
135
137
  # * `~/.aws/credentials`
136
138
  # * `~/.aws/config`
137
139
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
138
140
  # are very aggressive. Construct and pass an instance of
139
- # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
141
+ # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
140
142
  # enable retries and extended timeouts. Instance profile credential
141
143
  # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
142
144
  # to true.
@@ -155,6 +157,8 @@ module Aws::Lightsail
155
157
  #
156
158
  # @option options [String] :access_key_id
157
159
  #
160
+ # @option options [String] :account_id
161
+ #
158
162
  # @option options [Boolean] :active_endpoint_cache (false)
159
163
  # When set to `true`, a thread polling for endpoints will be running in
160
164
  # the background every 60 secs (default). Defaults to `false`.
@@ -376,7 +380,9 @@ module Aws::Lightsail
376
380
  # sending the request.
377
381
  #
378
382
  # @option options [Aws::Lightsail::EndpointProvider] :endpoint_provider
379
- # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::Lightsail::EndpointParameters`
383
+ # The endpoint provider used to resolve endpoints. Any object that responds to
384
+ # `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to
385
+ # `Aws::Lightsail::EndpointParameters`.
380
386
  #
381
387
  # @option options [Float] :http_continue_timeout (1)
382
388
  # The number of seconds to wait for a 100-continue response before sending the
@@ -12444,7 +12450,7 @@ module Aws::Lightsail
12444
12450
  tracer: tracer
12445
12451
  )
12446
12452
  context[:gem_name] = 'aws-sdk-lightsail'
12447
- context[:gem_version] = '1.98.0'
12453
+ context[:gem_version] = '1.100.0'
12448
12454
  Seahorse::Client::Request.new(handlers, context)
12449
12455
  end
12450
12456