aws-sdk-lightsail 1.101.0 → 1.102.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: ad05970f33940183c3f60074a1197b1d42f5b8f5d965a0416bc94a68e7d39cfe
4
- data.tar.gz: e97f2b80bf402c201c0b825ad7dc119e6d8f867339d40c9dffb93bd05a670e9d
3
+ metadata.gz: 6dbb5c3af0e8df15e74cc4aa30466bd2020122d7b872a83b2d730edf5e13f124
4
+ data.tar.gz: 3add043be907a06ad48263c9f718f01db6b0148f8d772bc6b24c05fc6d6724c7
5
5
  SHA512:
6
- metadata.gz: dcd84ea3dc9620b5d1814868e29493ef45685edd40dcc789fdb6907909143618d0b4946e763a5fa0c1357730320d9949e6fc9dec3096d510dc4179ddbeb2f3fd
7
- data.tar.gz: 6f16b118da48107f8f9ef0fe6ab387b53adf708b3e5c4c66880bd77681f78833d3acf624a7cbe1fa7a23f196859ce7208e6c43db18c3b623cdbd87a634676318
6
+ metadata.gz: 9e77735e199ebc11a3fdf2d1be9be10e840574968bc432fa57849bf201ca59554a0d98c2b3489812ca854d47c602aea5afa4606d87cbcaa9013137649bb7498f
7
+ data.tar.gz: b13e9df6a6df6f573b0be6afcd2cf0cdf2b5dfb54b9fe2c941f590858c37942855ac9c1413663c6a79ba9c750fcdfdc359a38fc6f7bfb73c2451a2402a945d15
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.102.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.101.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.101.0
1
+ 1.102.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:lightsail)
40
-
41
39
  module Aws::Lightsail
42
40
  # An API client for Lightsail. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -12450,7 +12448,7 @@ module Aws::Lightsail
12450
12448
  tracer: tracer
12451
12449
  )
12452
12450
  context[:gem_name] = 'aws-sdk-lightsail'
12453
- context[:gem_version] = '1.101.0'
12451
+ context[:gem_version] = '1.102.0'
12454
12452
  Seahorse::Client::Request.new(handlers, context)
12455
12453
  end
12456
12454
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:lightsail)
15
+
14
16
  # This module provides support for Amazon Lightsail. This module is available in the
15
17
  # `aws-sdk-lightsail` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::Lightsail
52
54
  autoload :EndpointProvider, 'aws-sdk-lightsail/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-lightsail/endpoints'
54
56
 
55
- GEM_VERSION = '1.101.0'
57
+ GEM_VERSION = '1.102.0'
56
58
 
57
59
  end
58
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lightsail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.101.0
4
+ version: 1.102.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core