aws-sdk-lightsail 1.103.0 → 1.104.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: 2df9d4a04d786956774cd548854eaf565a8b7adbcf31cc286a6a69e3c4c97968
4
- data.tar.gz: 4789772a6aed7b3cc255aec00d85217cd1f9f4793f759a353bab0d0d1e3dfb5d
3
+ metadata.gz: 47746b32da12a6d3bc954adb2047472b61d3fad34e79391177a77876838932b6
4
+ data.tar.gz: 9261823741c6312957f3da17eb3ed498128c296494a4dc92de8e4b35069bcc23
5
5
  SHA512:
6
- metadata.gz: 0aae14eb34946d7bd508d05c1343654ecf714bba2a80103af50fb6a93f0f91eaa8981923d21051694224924717fba0a183a3bcc97bc24efd668a0fcbad838827
7
- data.tar.gz: c0b282ca9de716184d593922915d0f837a05dacd4433069598e2c8fe34fbfea9a316314a8c329e029e66254882f58ad3837a4a4377c0e8522ea3baae270606ed
6
+ metadata.gz: 49f2415bc91b468526d4536f9724bb56ad6acf50e572ca88d3c8ede989f632e2d9f30a0d601197c7b3c9451c1dc361362a87d3aa5d213758639dd76d527c4140
7
+ data.tar.gz: 7dd961b35d2e05890beae39f906f4c74f9450c5a2e8e9c06ec6af07aa9869a0282a3b088157e2dbac36ea88db910c587d585e7a98c1a311b482a21e66b57ca7f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.104.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.103.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.103.0
1
+ 1.104.0
@@ -12448,7 +12448,7 @@ module Aws::Lightsail
12448
12448
  tracer: tracer
12449
12449
  )
12450
12450
  context[:gem_name] = 'aws-sdk-lightsail'
12451
- context[:gem_version] = '1.103.0'
12451
+ context[:gem_version] = '1.104.0'
12452
12452
  Seahorse::Client::Request.new(handlers, context)
12453
12453
  end
12454
12454
 
@@ -2643,7 +2643,6 @@ module Aws::Lightsail
2643
2643
  # being evaluated.
2644
2644
  #
2645
2645
  # * `ACTIVATING_DEPLOYMENT` - Your deployment is being activated.
2646
- #
2647
2646
  # * The following state codes are possible if your container service
2648
2647
  # is in a `PENDING` state:
2649
2648
  #
@@ -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.103.0'
57
+ GEM_VERSION = '1.104.0'
58
58
 
59
59
  end
60
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.103.0
4
+ version: 1.104.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core