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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloud9/client.rb +3 -13
- data/lib/aws-sdk-cloud9/types.rb +2 -12
- data/lib/aws-sdk-cloud9.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 010f7d9aea8c9e0b3708befb36c527d414762c3b104c3b9c968f21dddb613678
|
|
4
|
+
data.tar.gz: cc07c9619830640fef83ec0d69dc2158b2348322fc2285ad41180f80750a1c83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f54cbd7973637c7d97f59981dd71d466c66c01586c1494c2039d776526d2554765a78166619c3e5a7925411f650bc47f2b8e6448e72736724a8a81569c6f98e
|
|
7
|
+
data.tar.gz: a099c8dd755b69c5b7c5b9d7cbac0babd3b0e3c9c540afc1793e297890aae6a377757915655d3d2685ca78c59ae35da2536be6ade87c1ba1a13876fbcae17cdc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
-
#
|
|
447
|
-
#
|
|
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.
|
|
1264
|
+
context[:gem_version] = '1.66.0'
|
|
1275
1265
|
Seahorse::Client::Request.new(handlers, context)
|
|
1276
1266
|
end
|
|
1277
1267
|
|
data/lib/aws-sdk-cloud9/types.rb
CHANGED
|
@@ -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
|
-
#
|
|
78
|
-
#
|
|
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
|
#
|
data/lib/aws-sdk-cloud9.rb
CHANGED
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.
|
|
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:
|
|
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.
|
|
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: []
|