aws-sdk-lightsail 1.100.0 → 1.102.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: 180dfb4a899182c07a21a54b8a4ccea7b90fe8c6909a4b886f3dc9355d43f9a4
4
- data.tar.gz: e6d9658859c4335c2500a55445b5063c0f54f36e9a6d2123eec73caed580a511
3
+ metadata.gz: 6dbb5c3af0e8df15e74cc4aa30466bd2020122d7b872a83b2d730edf5e13f124
4
+ data.tar.gz: 3add043be907a06ad48263c9f718f01db6b0148f8d772bc6b24c05fc6d6724c7
5
5
  SHA512:
6
- metadata.gz: 2e6a8823ec4850bcb94b0e313f06af96803abce6bffed9e9a26b7a442afe6bf6f4c839f2a5ef985398abf2638e6c9155cbb585a8a00c8f2f033a20f4e7be6732
7
- data.tar.gz: cdfedf29156ad0993645a8c0de75a1d1b5fa0bed56ca18565c2dfba967265179e9f7d86f38f31712a345b70a3d648f4d07011f54e524b0de4fbeebccb591606b
6
+ metadata.gz: 9e77735e199ebc11a3fdf2d1be9be10e840574968bc432fa57849bf201ca59554a0d98c2b3489812ca854d47c602aea5afa4606d87cbcaa9013137649bb7498f
7
+ data.tar.gz: b13e9df6a6df6f573b0be6afcd2cf0cdf2b5dfb54b9fe2c941f590858c37942855ac9c1413663c6a79ba9c750fcdfdc359a38fc6f7bfb73c2451a2402a945d15
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.101.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.100.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.100.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.100.0'
12451
+ context[:gem_version] = '1.102.0'
12454
12452
  Seahorse::Client::Request.new(handlers, context)
12455
12453
  end
12456
12454
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::Lightsail
11
12
  # @api private
12
13
  module ClientApi
@@ -15082,3 +15082,4 @@ module Aws::Lightsail
15082
15082
 
15083
15083
  end
15084
15084
  end
15085
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-lightsail/types'
15
- require_relative 'aws-sdk-lightsail/client_api'
16
- require_relative 'aws-sdk-lightsail/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-lightsail/client'
18
- require_relative 'aws-sdk-lightsail/errors'
19
- require_relative 'aws-sdk-lightsail/resource'
20
- require_relative 'aws-sdk-lightsail/endpoint_parameters'
21
- require_relative 'aws-sdk-lightsail/endpoint_provider'
22
- require_relative 'aws-sdk-lightsail/endpoints'
23
- require_relative 'aws-sdk-lightsail/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:lightsail)
24
15
 
25
16
  # This module provides support for Amazon Lightsail. This module is available in the
26
17
  # `aws-sdk-lightsail` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-lightsail/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::Lightsail
45
+ autoload :Types, 'aws-sdk-lightsail/types'
46
+ autoload :ClientApi, 'aws-sdk-lightsail/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-lightsail/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-lightsail/client'
51
+ autoload :Errors, 'aws-sdk-lightsail/errors'
52
+ autoload :Resource, 'aws-sdk-lightsail/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-lightsail/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-lightsail/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-lightsail/endpoints'
54
56
 
55
- GEM_VERSION = '1.100.0'
57
+ GEM_VERSION = '1.102.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-lightsail/customizations'
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.100.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-20 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