aws-sdk-augmentedairuntime 1.40.0 → 1.41.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-augmentedairuntime/client.rb +1 -1
- data/lib/aws-sdk-augmentedairuntime/client_api.rb +2 -0
- data/lib/aws-sdk-augmentedairuntime.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc4a542d6fac7a53732c0d34927852279e0f7dda283ace9eeced17baab60f58c
|
|
4
|
+
data.tar.gz: e1be5c7f27dbcf0403c05bcdfce37fe4bb05e55dc74816ed4330854955ae4dba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3b7877e9cf374480ee986c832b1abfcfe14410c0fcfa1a4e2dd0748db86c2b060230d8b1ab154ececf23e433f5c2908a7771d3e6e15d8b01c0f4da192e3b815
|
|
7
|
+
data.tar.gz: 74b21eca972466ea5117bb7b8b8a95245bde8b68882becfeff647c3bf1680107102fca6cdf598e994e9ff536dfd28717e760b0039a2bb5da020ab5ead9309a8c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.41.0
|
|
@@ -632,7 +632,7 @@ module Aws::AugmentedAIRuntime
|
|
|
632
632
|
params: params,
|
|
633
633
|
config: config)
|
|
634
634
|
context[:gem_name] = 'aws-sdk-augmentedairuntime'
|
|
635
|
-
context[:gem_version] = '1.
|
|
635
|
+
context[:gem_version] = '1.41.0'
|
|
636
636
|
Seahorse::Client::Request.new(handlers, context)
|
|
637
637
|
end
|
|
638
638
|
|
|
@@ -138,8 +138,10 @@ module Aws::AugmentedAIRuntime
|
|
|
138
138
|
|
|
139
139
|
api.metadata = {
|
|
140
140
|
"apiVersion" => "2019-11-07",
|
|
141
|
+
"auth" => ["aws.auth#sigv4"],
|
|
141
142
|
"endpointPrefix" => "a2i-runtime.sagemaker",
|
|
142
143
|
"protocol" => "rest-json",
|
|
144
|
+
"protocols" => ["rest-json"],
|
|
143
145
|
"serviceFullName" => "Amazon Augmented AI Runtime",
|
|
144
146
|
"serviceId" => "SageMaker A2I Runtime",
|
|
145
147
|
"signatureVersion" => "v4",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-augmentedairuntime
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.41.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-06-
|
|
11
|
+
date: 2024-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|