aws-sdk-braket 1.70.0 → 1.72.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-braket/client.rb +6 -8
- data/lib/aws-sdk-braket.rb +1 -1
- data/sig/client.rbs +7 -7
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f45f675a73c1f0297d87cec1db30d48ffda2eaa44d2ae483e5b1b8fa9366ee6
|
|
4
|
+
data.tar.gz: 613224d4da6044ccc8d48a434e37659122ae61bcd3ee93eea898a05b7a751bb4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a8a6c9057ba82da29b2a4ae75888aff048bc22c394b882dbbf80cd0e5e57932510c868b15659b0f05b160fb80823e8a6025cb6383e297f5e22523dc58a5c7cc
|
|
7
|
+
data.tar.gz: 6b04fe05d9b2a4affb75d4565f559c51724ede486a7397eb87c2be1c56dc0aeb3a679a523127c52d2ebeaa793990249251e7c776890581d1fdb745850e6a66ab
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.72.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.71.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.70.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.72.0
|
|
@@ -199,7 +199,7 @@ module Aws::Braket
|
|
|
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::Braket
|
|
|
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.
|
|
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` -
|
|
334
|
-
#
|
|
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
|
|
@@ -1465,7 +1463,7 @@ module Aws::Braket
|
|
|
1465
1463
|
tracer: tracer
|
|
1466
1464
|
)
|
|
1467
1465
|
context[:gem_name] = 'aws-sdk-braket'
|
|
1468
|
-
context[:gem_version] = '1.
|
|
1466
|
+
context[:gem_version] = '1.72.0'
|
|
1469
1467
|
Seahorse::Client::Request.new(handlers, context)
|
|
1470
1468
|
end
|
|
1471
1469
|
|
data/lib/aws-sdk-braket.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -127,7 +127,7 @@ module Aws
|
|
|
127
127
|
s3_uri: ::String
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
|
-
}
|
|
130
|
+
}
|
|
131
131
|
],
|
|
132
132
|
output_data_config: {
|
|
133
133
|
kms_key_id: ::String?,
|
|
@@ -156,7 +156,7 @@ module Aws
|
|
|
156
156
|
{
|
|
157
157
|
arn: ::String,
|
|
158
158
|
type: ("RESERVATION_TIME_WINDOW_ARN")
|
|
159
|
-
}
|
|
159
|
+
}
|
|
160
160
|
]
|
|
161
161
|
) -> _CreateJobResponseSuccess
|
|
162
162
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateJobResponseSuccess
|
|
@@ -180,7 +180,7 @@ module Aws
|
|
|
180
180
|
{
|
|
181
181
|
arn: ::String,
|
|
182
182
|
type: ("RESERVATION_TIME_WINDOW_ARN")
|
|
183
|
-
}
|
|
183
|
+
}
|
|
184
184
|
],
|
|
185
185
|
?experimental_capabilities: {
|
|
186
186
|
enabled: ("ALL" | "NONE")?
|
|
@@ -311,7 +311,7 @@ module Aws
|
|
|
311
311
|
{
|
|
312
312
|
name: ::String,
|
|
313
313
|
values: Array[::String]
|
|
314
|
-
}
|
|
314
|
+
}
|
|
315
315
|
]
|
|
316
316
|
) -> _SearchDevicesResponseSuccess
|
|
317
317
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchDevicesResponseSuccess
|
|
@@ -330,7 +330,7 @@ module Aws
|
|
|
330
330
|
name: ::String,
|
|
331
331
|
values: Array[::String],
|
|
332
332
|
operator: ("LT" | "LTE" | "EQUAL" | "GT" | "GTE" | "BETWEEN" | "CONTAINS")
|
|
333
|
-
}
|
|
333
|
+
}
|
|
334
334
|
]
|
|
335
335
|
) -> _SearchJobsResponseSuccess
|
|
336
336
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchJobsResponseSuccess
|
|
@@ -349,7 +349,7 @@ module Aws
|
|
|
349
349
|
name: ::String,
|
|
350
350
|
values: Array[::String],
|
|
351
351
|
operator: ("LT" | "LTE" | "EQUAL" | "GT" | "GTE" | "BETWEEN")
|
|
352
|
-
}
|
|
352
|
+
}
|
|
353
353
|
]
|
|
354
354
|
) -> _SearchQuantumTasksResponseSuccess
|
|
355
355
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchQuantumTasksResponseSuccess
|
|
@@ -368,7 +368,7 @@ module Aws
|
|
|
368
368
|
name: ::String,
|
|
369
369
|
values: Array[::String],
|
|
370
370
|
operator: ("EQUAL")
|
|
371
|
-
}
|
|
371
|
+
}
|
|
372
372
|
]
|
|
373
373
|
) -> _SearchSpendingLimitsResponseSuccess
|
|
374
374
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchSpendingLimitsResponseSuccess
|
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.
|
|
4
|
+
version: 1.72.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.
|
|
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.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|