aws-sdk-cloud9 1.56.0 → 1.57.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: c4c6a287418333b1ee58df956da0ab1a988f613d2d8b4cf27012c56553b96b92
4
- data.tar.gz: c36fd33eb4250312b755e982f158315fc40df411742300aab3e38d19212bd0fc
3
+ metadata.gz: ae7d2f1f69043f0c77d772ad466ab497131ece5356b52192a5d29cd1bde68e48
4
+ data.tar.gz: ed9d7fa5a96de96bd9f698a5edb216f7749229c5bd1c93fac9fa223e7c2a4a62
5
5
  SHA512:
6
- metadata.gz: 6e9ec5f8ed563b7c07b7dc2822616f45c5bd3a17b1de97e6d0d22d6660b254a0000fcb38c96a66a3991647823f3e9022cfbfec8e507c1ad1c05db5b6db0303a2
7
- data.tar.gz: b7d720d66cf984a0daf6e3994958b4e6f8298ed3b05fdee9c12d98dbc0f0726adbf62a760e653bce6d5a48017c9e60785e5cbbda2f1ce95aef80d0c1d2e8c44c
6
+ metadata.gz: 77f918ea64930a31455b20c64bcc6c08782708991695281124c5fe5fe69d28b7c8bf153b62bfba95a93b1a806b2f2b45455cc241c9b048b9847910df25276bad
7
+ data.tar.gz: 4c9ceac500ec890133a3fc8cff0a9a3f7a54d28758a24d37a2d0e994d41be1ec4ad224fb83163ad6fbd29ca9a497b7c9d0867f9d1994e413d229276c262d1a89
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2023-09-05)
5
+ ------------------
6
+
7
+ * Feature - Added support for Ubuntu 22.04 that was not picked up in a previous Trebuchet request. Doc-only update.
8
+
4
9
  1.56.0 (2023-08-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -454,6 +454,8 @@ module Aws::Cloud9
454
454
  #
455
455
  # * Ubuntu 18.04: `ubuntu-18.04-x86_64`
456
456
  #
457
+ # * Ubuntu 22.04: `ubuntu-22.04-x86_64`
458
+ #
457
459
  # **SSM paths**
458
460
  #
459
461
  # * <b>Amazon Linux (default):
@@ -466,6 +468,9 @@ module Aws::Cloud9
466
468
  # * Ubuntu 18.04:
467
469
  # `resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64`
468
470
  #
471
+ # * Ubuntu 22.04:
472
+ # `resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64`
473
+ #
469
474
  # @option params [Integer] :automatic_stop_time_minutes
470
475
  # The number of minutes until the running instance is shut down after
471
476
  # the environment has last been used.
@@ -1253,7 +1258,7 @@ module Aws::Cloud9
1253
1258
  params: params,
1254
1259
  config: config)
1255
1260
  context[:gem_name] = 'aws-sdk-cloud9'
1256
- context[:gem_version] = '1.56.0'
1261
+ context[:gem_version] = '1.57.0'
1257
1262
  Seahorse::Client::Request.new(handlers, context)
1258
1263
  end
1259
1264
 
@@ -86,6 +86,8 @@ module Aws::Cloud9
86
86
  #
87
87
  # * Ubuntu 18.04: `ubuntu-18.04-x86_64`
88
88
  #
89
+ # * Ubuntu 22.04: `ubuntu-22.04-x86_64`
90
+ #
89
91
  # **SSM paths**
90
92
  #
91
93
  # * <b>Amazon Linux (default):
@@ -97,6 +99,9 @@ module Aws::Cloud9
97
99
  #
98
100
  # * Ubuntu 18.04:
99
101
  # `resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64`
102
+ #
103
+ # * Ubuntu 22.04:
104
+ # `resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64`
100
105
  # @return [String]
101
106
  #
102
107
  # @!attribute [rw] automatic_stop_time_minutes
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cloud9/customizations'
52
52
  # @!group service
53
53
  module Aws::Cloud9
54
54
 
55
- GEM_VERSION = '1.56.0'
55
+ GEM_VERSION = '1.57.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloud9
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.57.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: 2023-08-21 00:00:00.000000000 Z
11
+ date: 2023-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core