aws-sdk-cloud9 1.102.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: 7f162d47be81b622bf84c545e1e3cae8729dc9c146cc07831ba8bd36f45e76c6
4
- data.tar.gz: 26d7fd09647f98dbf2cc410eab83a6a753e6bb51728633d20edde49f59026547
3
+ metadata.gz: 036ce3b4461fd4c3e3d7298bfa430ac2586953d31f81db0903a7e9d5c6684b0e
4
+ data.tar.gz: 3e200e6b9c05beecbc74ce3082257b9390d4a4bd88f1d88915af7625c27a1b4c
5
5
  SHA512:
6
- metadata.gz: 6abf515e4a5d0137c35cc0d43b95c70b43fa5c5d22c2441729916d3ae805ce0ec00582d8430352fc57de5c5caff02ff9d756acb9dc637f175f4c6135e5e8e30c
7
- data.tar.gz: 1b069aaea32ad18ea28432c9e0926af093bfd6e1eefc7eb4fbc1536ffab88703f1faade651869c4dd9009bb8c63789335ff8bc9a61e6ff6911c072fead2f0dfc
6
+ metadata.gz: e8b87c18f8d4821c603aba434fb047752ccdc361e5527da49a43b3519ee9d9f04dc2df909684fb68cf401460e3e0b5d46c6de24281a4bd96c9a33b98302580c7
7
+ data.tar.gz: dbafe112b249ae84924a997e6367772c3d0f832ee4aede45f30ce234e43cfd93a5f9c2c30022baa314a0a6889b79ed2406b7521a3b00fd5cc370fede8e5cd829
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.103.0 (2026-05-21)
10
+ ------------------
11
+
12
+ * Feature - Adding new BDD representation of endpoint ruleset
13
+
4
14
  1.102.0 (2026-05-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.102.0
1
+ 1.104.0
@@ -199,7 +199,7 @@ module Aws::Cloud9
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::Cloud9
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -543,25 +541,15 @@ module Aws::Cloud9
543
541
  #
544
542
  # <b>AMI aliases </b>
545
543
  #
546
- # * Amazon Linux 2: `amazonlinux-2-x86_64`
547
- #
548
544
  # * Amazon Linux 2023 (recommended): `amazonlinux-2023-x86_64`
549
545
  #
550
- # * Ubuntu 18.04: `ubuntu-18.04-x86_64`
551
- #
552
546
  # * Ubuntu 22.04: `ubuntu-22.04-x86_64`
553
547
  #
554
548
  # **SSM paths**
555
549
  #
556
- # * Amazon Linux 2:
557
- # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64`
558
- #
559
550
  # * Amazon Linux 2023 (recommended):
560
551
  # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64`
561
552
  #
562
- # * Ubuntu 18.04:
563
- # `resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64`
564
- #
565
553
  # * Ubuntu 22.04:
566
554
  # `resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64`
567
555
  #
@@ -1445,7 +1433,7 @@ module Aws::Cloud9
1445
1433
  tracer: tracer
1446
1434
  )
1447
1435
  context[:gem_name] = 'aws-sdk-cloud9'
1448
- context[:gem_version] = '1.102.0'
1436
+ context[:gem_version] = '1.104.0'
1449
1437
  Seahorse::Client::Request.new(handlers, context)
1450
1438
  end
1451
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.102.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.102.0
4
+ version: 1.104.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement