aws-sdk-braket 1.60.0 → 1.61.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: d0b0d9fd3129fcd8018d30ca03ef7ecc7af58ba9e3f722af6b5f5c44535af89c
4
- data.tar.gz: 987cd841a49616ee71d94959960124f1d6b4d55ef4c145d81f256425a4f5a826
3
+ metadata.gz: 95f2d75322f3de3d58dfadf4c09e761454658596c5d34ae620119b31841d9edd
4
+ data.tar.gz: 4dadd97d2d3ac2210279f90e0cc39e8e346a428f6c89319213bdb445b06691f4
5
5
  SHA512:
6
- metadata.gz: 727e4303620b8612a7377c5b9021391d62651bc100926e0e62c19714312542ba10d74a53c4769741c29c2aa112721e1f6cfaa862c680f966fc90f67117011171
7
- data.tar.gz: 40a1cf5aabb2ac7d306b0331ba7c6d2419976df12f6cead3e3434b3e8c498428353f577047a5432f8f9dbb2cf1ef63a89ef5c052e027f71ab19b2f4514ac1df8
6
+ metadata.gz: de7a5ac99025d50069453f239995c7119d72c801c029c85e5818649d6e48324ca80d5bb7e7742093423cfdeba150c31abd19046fadd65988f734b0acedb91a1a
7
+ data.tar.gz: 951a6f803bf753e867291ad904268d7ea2f67a66037e9ffc896f957317097133b4ce7041c53ee28a50b26b3a2f22d805d7d3581382458c7946ff03feb4a42b80
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.60.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.61.0
@@ -1262,7 +1262,7 @@ module Aws::Braket
1262
1262
  tracer: tracer
1263
1263
  )
1264
1264
  context[:gem_name] = 'aws-sdk-braket'
1265
- context[:gem_version] = '1.60.0'
1265
+ context[:gem_version] = '1.61.0'
1266
1266
  Seahorse::Client::Request.new(handlers, context)
1267
1267
  end
1268
1268
 
@@ -13,22 +13,22 @@ module Aws::Braket
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::Braket
54
54
  autoload :EndpointProvider, 'aws-sdk-braket/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-braket/endpoints'
56
56
 
57
- GEM_VERSION = '1.60.0'
57
+ GEM_VERSION = '1.61.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-braket
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.60.0
4
+ version: 1.61.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services