aws-sdk-cloud9 1.65.0 → 1.66.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: f6e84293fa568ea2de629abcc9ce321feee31624a6ffe328f256f131a47e7a51
4
- data.tar.gz: 3672516e7e24ba648712edb0ef900760690cbeb19e25d82e7726066e10acc42a
3
+ metadata.gz: 010f7d9aea8c9e0b3708befb36c527d414762c3b104c3b9c968f21dddb613678
4
+ data.tar.gz: cc07c9619830640fef83ec0d69dc2158b2348322fc2285ad41180f80750a1c83
5
5
  SHA512:
6
- metadata.gz: 7e839e17c0e917647a33a1d5893e85cd2555f76e2d7ae3a833a59f944d9450d8ba666d9bd851ba23e4a0d54e89306a93655378e5f2b3fdac5d33e220ba77562d
7
- data.tar.gz: '08bcba464f8e7d0318a013387c5f0a46b995132b7cee59b93e069102ee9f124a4a01667e74bab4a99db6787c1a6bb93ce3311eea0520606f5c8b476b7286626a'
6
+ metadata.gz: 4f54cbd7973637c7d97f59981dd71d466c66c01586c1494c2039d776526d2554765a78166619c3e5a7925411f650bc47f2b8e6448e72736724a8a81569c6f98e
7
+ data.tar.gz: a099c8dd755b69c5b7c5b9d7cbac0babd3b0e3c9c540afc1793e297890aae6a377757915655d3d2685ca78c59ae35da2536be6ade87c1ba1a13876fbcae17cdc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2024-01-22)
5
+ ------------------
6
+
7
+ * Feature - Doc-only update around removing AL1 from list of available AMIs for Cloud9
8
+
4
9
  1.65.0 (2023-12-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.66.0
@@ -443,21 +443,14 @@ module Aws::Cloud9
443
443
  # Web Services CloudFormation. This change will only affect direct API
444
444
  # consumers, and not Cloud9 console users.
445
445
  #
446
- # From January 22, 2024, Amazon Linux (AL1) will be removed from the
447
- # list of available image IDs for Cloud9. This is necessary as AL1 will
448
- # reach the end of maintenance support in December 2023, and as a result
449
- # will no longer receive security updates. We recommend using Amazon
450
- # Linux 2023 as the AMI to create your environment as it is fully
451
- # supported. This change will only affect direct API consumers, and not
452
- # Cloud9 console users.
446
+ # We recommend using Amazon Linux 2023 as the AMI to create your
447
+ # environment as it is fully supported.
453
448
  #
454
449
  # Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we
455
450
  # recommend you choose Ubuntu 22.04.
456
451
  #
457
452
  # <b>AMI aliases </b>
458
453
  #
459
- # * Amazon Linux: `amazonlinux-1-x86_64`
460
- #
461
454
  # * Amazon Linux 2: `amazonlinux-2-x86_64`
462
455
  #
463
456
  # * Amazon Linux 2023 (recommended): `amazonlinux-2023-x86_64`
@@ -468,9 +461,6 @@ module Aws::Cloud9
468
461
  #
469
462
  # **SSM paths**
470
463
  #
471
- # * Amazon Linux:
472
- # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64`
473
- #
474
464
  # * Amazon Linux 2:
475
465
  # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
476
466
  #
@@ -1271,7 +1261,7 @@ module Aws::Cloud9
1271
1261
  params: params,
1272
1262
  config: config)
1273
1263
  context[:gem_name] = 'aws-sdk-cloud9'
1274
- context[:gem_version] = '1.65.0'
1264
+ context[:gem_version] = '1.66.0'
1275
1265
  Seahorse::Client::Request.new(handlers, context)
1276
1266
  end
1277
1267
 
@@ -74,21 +74,14 @@ module Aws::Cloud9
74
74
  # CLI and Amazon Web Services CloudFormation. This change will only
75
75
  # affect direct API consumers, and not Cloud9 console users.
76
76
  #
77
- # From January 22, 2024, Amazon Linux (AL1) will be removed from the
78
- # list of available image IDs for Cloud9. This is necessary as AL1
79
- # will reach the end of maintenance support in December 2023, and as a
80
- # result will no longer receive security updates. We recommend using
81
- # Amazon Linux 2023 as the AMI to create your environment as it is
82
- # fully supported. This change will only affect direct API consumers,
83
- # and not Cloud9 console users.
77
+ # We recommend using Amazon Linux 2023 as the AMI to create your
78
+ # environment as it is fully supported.
84
79
  #
85
80
  # Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we
86
81
  # recommend you choose Ubuntu 22.04.
87
82
  #
88
83
  # <b>AMI aliases </b>
89
84
  #
90
- # * Amazon Linux: `amazonlinux-1-x86_64`
91
- #
92
85
  # * Amazon Linux 2: `amazonlinux-2-x86_64`
93
86
  #
94
87
  # * Amazon Linux 2023 (recommended): `amazonlinux-2023-x86_64`
@@ -99,9 +92,6 @@ module Aws::Cloud9
99
92
  #
100
93
  # **SSM paths**
101
94
  #
102
- # * Amazon Linux:
103
- # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64`
104
- #
105
95
  # * Amazon Linux 2:
106
96
  # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
107
97
  #
@@ -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.65.0'
55
+ GEM_VERSION = '1.66.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.65.0
4
+ version: 1.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-15 00:00:00.000000000 Z
11
+ date: 2024-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -72,7 +72,7 @@ licenses:
72
72
  metadata:
73
73
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloud9
74
74
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloud9/CHANGELOG.md
75
- post_install_message:
75
+ post_install_message:
76
76
  rdoc_options: []
77
77
  require_paths:
78
78
  - lib
@@ -87,8 +87,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
90
+ rubygems_version: 3.4.10
91
+ signing_key:
92
92
  specification_version: 4
93
93
  summary: AWS SDK for Ruby - AWS Cloud9
94
94
  test_files: []