aws-sdk-cloud9 1.94.0 → 1.95.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: 5ed1359b51acef6b37fc9973406c54b2aabd5c7ab5fde66bcd8aed100e0d117c
4
- data.tar.gz: 10e7486dac5a615f55010ae10e40f19f636690511994ec5b8ce9f964dca9dd28
3
+ metadata.gz: 0e46e79bde55172e850763c621e242e9d57274d00bc781272de0e815c8f87cdc
4
+ data.tar.gz: 34b142444d3515b40ce168fe36ea6218d0c27707d822972abc8dacc1a4cc9507
5
5
  SHA512:
6
- metadata.gz: c326cd1212703b98d3ac967f1c6d102160ac79f81c058e3a89a6865a7d0ff0472e2628627af8f4883008c609ec40f3aa426854740457f40096dfe9a4b28ba36e
7
- data.tar.gz: afd39bc7c6a98ac6e106fe9d6e914af730e922851a3f7a6944dabe656851dec707203cac0c218902c1c8625a1818a55c7404d647ddd2c4c9af302f48efd10aa2
6
+ metadata.gz: b07413570ce80543e6fd8bd23d4e2a1bd15888cac37af4bac1f19c25f643b96d16394b55ab8c8a42a4453346b5997cd1d07265ef07af1d6fb553639c8d4378eb
7
+ data.tar.gz: e9152690e8e6f8fb14da789f243453b35413781ea47cf742c7e024da769dd570453fb0819998caee332d5d99034f2526bc0e28c853423bef9d2f2eed93878bf1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.94.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.94.0
1
+ 1.95.0
@@ -1445,7 +1445,7 @@ module Aws::Cloud9
1445
1445
  tracer: tracer
1446
1446
  )
1447
1447
  context[:gem_name] = 'aws-sdk-cloud9'
1448
- context[:gem_version] = '1.94.0'
1448
+ context[:gem_version] = '1.95.0'
1449
1449
  Seahorse::Client::Request.new(handlers, context)
1450
1450
  end
1451
1451
 
@@ -13,22 +13,22 @@ module Aws::Cloud9
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.94.0'
57
+ GEM_VERSION = '1.95.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.94.0
4
+ version: 1.95.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services