aws-sdk-augmentedairuntime 1.52.0 → 1.54.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: db0c66d90a87f8be51a5d0c4b6145fc22988d01a5bef4ab93a68c4ac6b43df24
4
- data.tar.gz: d623beeea4fb899f17918f76ff414da9e6d8b27353ff0a515444bc6af4b5a519
3
+ metadata.gz: 7616bd601831b49c2f98f298d90547a6d215a9a57bed3917439b87b6fad14e15
4
+ data.tar.gz: aa1607bd6bd6eb1d44f171c26b7d091ff3891ecd971564b7fe2394ac549522a7
5
5
  SHA512:
6
- metadata.gz: 714270cb9d449e6c34ff021d0ec255bb9953cac1ee89ef42c385d7f8804ef356703ffbd65a4928fe91017882e0f542fc092c37d617d78e34ab7bd742b6c3dfd9
7
- data.tar.gz: 8a04a24ec93078c604b5c092fb5fa103873ad3f7af371db5f89850b8655cb54601b0d9ea31d289f266a123ad3a154328678d35270a96551d349f7a05a7d35d71
6
+ metadata.gz: a8f99d8590538f4d92ca15bf85240cafcbf542cdfee99fc946df2536a830fb34b3deffff981127c34c7231b7ee92efb9a5c41aaf4e5b14cd27271ba72be9ce75
7
+ data.tar.gz: 2ca8189a6d776122914bef8caaa3fe173fdef8dc735e32a7ed7b1ddc03a669bb02ce3ca357b4a219c69e955801a86577921246da64b7cc266a196b6639400f74
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.53.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.52.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.54.0
@@ -200,8 +200,7 @@ module Aws::AugmentedAIRuntime
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -691,7 +690,7 @@ module Aws::AugmentedAIRuntime
691
690
  tracer: tracer
692
691
  )
693
692
  context[:gem_name] = 'aws-sdk-augmentedairuntime'
694
- context[:gem_version] = '1.52.0'
693
+ context[:gem_version] = '1.54.0'
695
694
  Seahorse::Client::Request.new(handlers, context)
696
695
  end
697
696
 
@@ -98,7 +98,7 @@ module Aws::AugmentedAIRuntime
98
98
  ListHumanLoopsRequest.add_member(:flow_definition_arn, Shapes::ShapeRef.new(shape: FlowDefinitionArn, required: true, location: "querystring", location_name: "FlowDefinitionArn"))
99
99
  ListHumanLoopsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location: "querystring", location_name: "SortOrder"))
100
100
  ListHumanLoopsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
101
- ListHumanLoopsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults", metadata: {"box"=>true}))
101
+ ListHumanLoopsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults", metadata: {"box" => true}))
102
102
  ListHumanLoopsRequest.struct_class = Types::ListHumanLoopsRequest
103
103
 
104
104
  ListHumanLoopsResponse.add_member(:human_loop_summaries, Shapes::ShapeRef.new(shape: HumanLoopSummaries, required: true, location_name: "HumanLoopSummaries"))
@@ -54,7 +54,7 @@ module Aws::AugmentedAIRuntime
54
54
  autoload :EndpointProvider, 'aws-sdk-augmentedairuntime/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-augmentedairuntime/endpoints'
56
56
 
57
- GEM_VERSION = '1.52.0'
57
+ GEM_VERSION = '1.54.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-augmentedairuntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-augmentedairuntime
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-augmentedairuntime/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - Amazon Augmented AI Runtime
99
96
  test_files: []