aws-sdk-cloud9 1.103.0 → 1.104.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: 9a5cb3e6cb75405356ec456d1f2406c5cdfa4d94483f690e788bf5b1307f6e25
4
- data.tar.gz: 8b823b1b2d47b5aa9c903db1f5d7a32f343d1375282ea790bf88f1e391482971
3
+ metadata.gz: 036ce3b4461fd4c3e3d7298bfa430ac2586953d31f81db0903a7e9d5c6684b0e
4
+ data.tar.gz: 3e200e6b9c05beecbc74ce3082257b9390d4a4bd88f1d88915af7625c27a1b4c
5
5
  SHA512:
6
- metadata.gz: 0146c606e624c58916750eaccc236185b8e19649f7f4d565034f57fafd9e60dd1f90e96c09af22728f285e831bf31ff5c3b79148e8a2a92b1499b788ca9ea5ae
7
- data.tar.gz: 2a829b407f95e17159c5afa97492a4d15f58adf39ab0687dc1bac9bed4a919c5893c25b0a9eaa5475a2aaf57605247f8a3291ceacaecd5749610203f48bd7b9f
6
+ metadata.gz: e8b87c18f8d4821c603aba434fb047752ccdc361e5527da49a43b3519ee9d9f04dc2df909684fb68cf401460e3e0b5d46c6de24281a4bd96c9a33b98302580c7
7
+ data.tar.gz: dbafe112b249ae84924a997e6367772c3d0f832ee4aede45f30ce234e43cfd93a5f9c2c30022baa314a0a6889b79ed2406b7521a3b00fd5cc370fede8e5cd829
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.104.0 (2026-07-01)
5
+ ------------------
6
+
7
+ * Feature - Since Amazon Linux 2 (AL2) will reach its end-of-life (EOL) and stop receiving security updates on June 30, 2026, Cloud9 will remove AL2 from AMI options in public API create-environment-ec2.
8
+
4
9
  1.103.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.103.0
1
+ 1.104.0
@@ -541,25 +541,15 @@ module Aws::Cloud9
541
541
  #
542
542
  # <b>AMI aliases </b>
543
543
  #
544
- # * Amazon Linux 2: `amazonlinux-2-x86_64`
545
- #
546
544
  # * Amazon Linux 2023 (recommended): `amazonlinux-2023-x86_64`
547
545
  #
548
- # * Ubuntu 18.04: `ubuntu-18.04-x86_64`
549
- #
550
546
  # * Ubuntu 22.04: `ubuntu-22.04-x86_64`
551
547
  #
552
548
  # **SSM paths**
553
549
  #
554
- # * Amazon Linux 2:
555
- # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
556
- #
557
550
  # * Amazon Linux 2023 (recommended):
558
551
  # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64`
559
552
  #
560
- # * Ubuntu 18.04:
561
- # `resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64`
562
- #
563
553
  # * Ubuntu 22.04:
564
554
  # `resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64`
565
555
  #
@@ -1443,7 +1433,7 @@ module Aws::Cloud9
1443
1433
  tracer: tracer
1444
1434
  )
1445
1435
  context[:gem_name] = 'aws-sdk-cloud9'
1446
- context[:gem_version] = '1.103.0'
1436
+ context[:gem_version] = '1.104.0'
1447
1437
  Seahorse::Client::Request.new(handlers, context)
1448
1438
  end
1449
1439
 
@@ -82,25 +82,15 @@ module Aws::Cloud9
82
82
  #
83
83
  # <b>AMI aliases </b>
84
84
  #
85
- # * Amazon Linux 2: `amazonlinux-2-x86_64`
86
- #
87
85
  # * Amazon Linux 2023 (recommended): `amazonlinux-2023-x86_64`
88
86
  #
89
- # * Ubuntu 18.04: `ubuntu-18.04-x86_64`
90
- #
91
87
  # * Ubuntu 22.04: `ubuntu-22.04-x86_64`
92
88
  #
93
89
  # **SSM paths**
94
90
  #
95
- # * Amazon Linux 2:
96
- # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
97
- #
98
91
  # * Amazon Linux 2023 (recommended):
99
92
  # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64`
100
93
  #
101
- # * Ubuntu 18.04:
102
- # `resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64`
103
- #
104
94
  # * Ubuntu 22.04:
105
95
  # `resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64`
106
96
  # @return [String]
@@ -54,7 +54,7 @@ module Aws::Cloud9
54
54
  autoload :EndpointProvider, 'aws-sdk-cloud9/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloud9/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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloud9
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