aws-sdk-cloud9 1.64.0 → 1.66.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: ae8809461aecc6a6aab39af33787906221d24f2d84811c4c998b42dba7ee702b
4
- data.tar.gz: da30989f07e73cbbc16bbd5fde7e13c5f767f16249a735849889f0071a2eed8c
3
+ metadata.gz: 010f7d9aea8c9e0b3708befb36c527d414762c3b104c3b9c968f21dddb613678
4
+ data.tar.gz: cc07c9619830640fef83ec0d69dc2158b2348322fc2285ad41180f80750a1c83
5
5
  SHA512:
6
- metadata.gz: ac8ab6bd2b894ee24183fdbad9532675ccdbfe02198b2aef5a6704803659a895d370577d21b5c219183bf58fa3be8e926e37bda31abeb683453a90f7fd14cf1d
7
- data.tar.gz: 8beaf89a0b66ed69487d8b001e8d9ce0dc30c7c29dd32524d77c5c1d76af7ccafbd1db8ab74b57e6c3a12bf81f679219521b1d1a3b2f852c36a97bac3c68e62c
6
+ metadata.gz: 4f54cbd7973637c7d97f59981dd71d466c66c01586c1494c2039d776526d2554765a78166619c3e5a7925411f650bc47f2b8e6448e72736724a8a81569c6f98e
7
+ data.tar.gz: a099c8dd755b69c5b7c5b9d7cbac0babd3b0e3c9c540afc1793e297890aae6a377757915655d3d2685ca78c59ae35da2536be6ade87c1ba1a13876fbcae17cdc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.65.0 (2023-12-15)
10
+ ------------------
11
+
12
+ * Feature - Updated Cloud9 API documentation for AL2023 release
13
+
4
14
  1.64.0 (2023-12-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.66.0
@@ -443,35 +443,30 @@ 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 2 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
  #
456
+ # * Amazon Linux 2023 (recommended): `amazonlinux-2023-x86_64`
457
+ #
463
458
  # * Ubuntu 18.04: `ubuntu-18.04-x86_64`
464
459
  #
465
460
  # * Ubuntu 22.04: `ubuntu-22.04-x86_64`
466
461
  #
467
462
  # **SSM paths**
468
463
  #
469
- # * Amazon Linux:
470
- # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64`
471
- #
472
464
  # * Amazon Linux 2:
473
465
  # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
474
466
  #
467
+ # * Amazon Linux 2023 (recommended):
468
+ # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64`
469
+ #
475
470
  # * Ubuntu 18.04:
476
471
  # `resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64`
477
472
  #
@@ -520,7 +515,7 @@ module Aws::Cloud9
520
515
  # name: "my-demo-environment",
521
516
  # automatic_stop_time_minutes: 60,
522
517
  # description: "This is my demonstration environment.",
523
- # image_id: "amazonlinux-2-x86_64",
518
+ # image_id: "amazonlinux-2023-x86_64",
524
519
  # instance_type: "t2.micro",
525
520
  # owner_arn: "arn:aws:iam::123456789012:user/MyDemoUser",
526
521
  # subnet_id: "subnet-6300cd1b",
@@ -1266,7 +1261,7 @@ module Aws::Cloud9
1266
1261
  params: params,
1267
1262
  config: config)
1268
1263
  context[:gem_name] = 'aws-sdk-cloud9'
1269
- context[:gem_version] = '1.64.0'
1264
+ context[:gem_version] = '1.66.0'
1270
1265
  Seahorse::Client::Request.new(handlers, context)
1271
1266
  end
1272
1267
 
@@ -74,35 +74,30 @@ 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 2 as the AMI to create your environment as it is fully
82
- # supported. This change will only affect direct API consumers, and
83
- # 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
  #
87
+ # * Amazon Linux 2023 (recommended): `amazonlinux-2023-x86_64`
88
+ #
94
89
  # * Ubuntu 18.04: `ubuntu-18.04-x86_64`
95
90
  #
96
91
  # * Ubuntu 22.04: `ubuntu-22.04-x86_64`
97
92
  #
98
93
  # **SSM paths**
99
94
  #
100
- # * Amazon Linux:
101
- # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64`
102
- #
103
95
  # * Amazon Linux 2:
104
96
  # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
105
97
  #
98
+ # * Amazon Linux 2023 (recommended):
99
+ # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64`
100
+ #
106
101
  # * Ubuntu 18.04:
107
102
  # `resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64`
108
103
  #
@@ -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.64.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.64.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-04 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: []