aws-sdk-ssmguiconnect 1.7.0 → 1.9.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: 42ab3b0f7620c3b7cfeaef0c1b2845b4b199cb2bc59803e9f5638b3e2a29d31e
4
- data.tar.gz: 2a1361e45433b0bbb802cf47acea95b3517a611eee0dfb80b7f32b1e7a2d4f90
3
+ metadata.gz: 2ca92e5dc9bac8d49f93489f448e249655c81dc94e0300fe4ed8409d55bcd5db
4
+ data.tar.gz: e151e2333d0a3c32f8e1c077f2743c1572a2c5827ca766aff02a2a291e24b8e0
5
5
  SHA512:
6
- metadata.gz: d766c5b36c2dcf0d141804b25c56ee7020de4efbd557ccfe6e274fa06032200294c50d3dfb11c211ce27fa699ebe6807dfcc7b2fde4968566d39aea80bc11453
7
- data.tar.gz: 0a123ebe6c36bc8ac4551af4200f9d755c2997e4fe34baca277954d297b8074d0b44fe362d64ca50f33b66832c8356d776dce0600e675f2c8c1f143d3841c679
6
+ metadata.gz: 23453823ef746e29191b7f65a7227f7b72eebddeca9bfe0b67d13a5e76b493ed84ebf723e0711ddfc3836ee57140df689ce6041c6395dab7efcf17c35d20cce0
7
+ data.tar.gz: 90b1c973b3d4ed96c591164716f4cb433d893cfda4e38f947f57c7613a985aa2deda0095055b40719abecbf677ac94cee09d8986b7789a8307876bfe1d059a3b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
9
+ 1.8.0 (2025-08-28)
10
+ ------------------
11
+
12
+ * Feature - Remove incorrect endpoint tests
13
+
4
14
  1.7.0 (2025-08-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.9.0
@@ -603,7 +603,7 @@ module Aws::SSMGuiConnect
603
603
  tracer: tracer
604
604
  )
605
605
  context[:gem_name] = 'aws-sdk-ssmguiconnect'
606
- context[:gem_version] = '1.7.0'
606
+ context[:gem_version] = '1.9.0'
607
607
  Seahorse::Client::Request.new(handlers, context)
608
608
  end
609
609
 
@@ -13,22 +13,22 @@ module Aws::SSMGuiConnect
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::SSMGuiConnect
54
54
  autoload :EndpointProvider, 'aws-sdk-ssmguiconnect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ssmguiconnect/endpoints'
56
56
 
57
- GEM_VERSION = '1.7.0'
57
+ GEM_VERSION = '1.9.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-ssmguiconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services