aws-sdk-augmentedairuntime 1.22.0 → 1.23.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 +1 -2
- 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: b95ac267ed6f2e61a7ebd0c6e0cc9ef30f1e68634ca3b7d880a0c9c9d4ea784d
|
|
4
|
+
data.tar.gz: 77db0f7480712d407f3d86b2efc24622124cc76b89d29da92dbcfc90d5ac1eaf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ea3eecffe0d4fde8fed50e91ee6f1f20e9b5a6212918ae119fb522c660bc0bdf807d038e8983989b78a5aa947c38493a3b747b0bd7ef26d406137fc41d5f207
|
|
7
|
+
data.tar.gz: c020ad59817f2ed323977915b37fb6d5c3ac0a5c5b21c513736e99d9296db6f0c42f019faabd3cdbc83f3179dfc1ce1e9d2449614f750927a9d45dc681c9ce1e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.23.0
|
|
@@ -567,7 +567,7 @@ module Aws::AugmentedAIRuntime
|
|
|
567
567
|
params: params,
|
|
568
568
|
config: config)
|
|
569
569
|
context[:gem_name] = 'aws-sdk-augmentedairuntime'
|
|
570
|
-
context[:gem_version] = '1.
|
|
570
|
+
context[:gem_version] = '1.23.0'
|
|
571
571
|
Seahorse::Client::Request.new(handlers, context)
|
|
572
572
|
end
|
|
573
573
|
|
|
@@ -45,7 +45,7 @@ module Aws::AugmentedAIRuntime
|
|
|
45
45
|
StopHumanLoopResponse = Shapes::StructureShape.new(name: 'StopHumanLoopResponse')
|
|
46
46
|
String = Shapes::StringShape.new(name: 'String')
|
|
47
47
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
|
48
|
-
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
|
48
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp', timestampFormat: "iso8601")
|
|
49
49
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
|
50
50
|
|
|
51
51
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: FailureReason, location_name: "Message"))
|
|
@@ -139,7 +139,6 @@ module Aws::AugmentedAIRuntime
|
|
|
139
139
|
api.metadata = {
|
|
140
140
|
"apiVersion" => "2019-11-07",
|
|
141
141
|
"endpointPrefix" => "a2i-runtime.sagemaker",
|
|
142
|
-
"jsonVersion" => "1.1",
|
|
143
142
|
"protocol" => "rest-json",
|
|
144
143
|
"serviceFullName" => "Amazon Augmented AI Runtime",
|
|
145
144
|
"serviceId" => "SageMaker A2I Runtime",
|
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.23.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: 2022-
|
|
11
|
+
date: 2022-08-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|