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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10f989eff4fc53045679cc975232486614ba3c4f27c1df06ea47a4d89dddd825
4
- data.tar.gz: 9ea233c0a320635874c7029c93a3f62b4f63ef9cc2abbe4825707899ff2be7b7
3
+ metadata.gz: b95ac267ed6f2e61a7ebd0c6e0cc9ef30f1e68634ca3b7d880a0c9c9d4ea784d
4
+ data.tar.gz: 77db0f7480712d407f3d86b2efc24622124cc76b89d29da92dbcfc90d5ac1eaf
5
5
  SHA512:
6
- metadata.gz: 70d331cdd5d2be504777ac851e7fa892a221baa9c8af0103dfe8b76ca13f91637371e47585affc90b3afcf29a4061bdf9ad4864991fd2d51c74e162f87e37cae
7
- data.tar.gz: fca45b1cfc33f98dde47fce400b31a3a3ddc4950b0eb4a4fa2a4c0afc8baba65c15bf833a6772ddacf35d1c37df28510c66ab461611f6aca086b3cad27686190
6
+ metadata.gz: 8ea3eecffe0d4fde8fed50e91ee6f1f20e9b5a6212918ae119fb522c660bc0bdf807d038e8983989b78a5aa947c38493a3b747b0bd7ef26d406137fc41d5f207
7
+ data.tar.gz: c020ad59817f2ed323977915b37fb6d5c3ac0a5c5b21c513736e99d9296db6f0c42f019faabd3cdbc83f3179dfc1ce1e9d2449614f750927a9d45dc681c9ce1e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.23.0 (2022-08-09)
5
+ ------------------
6
+
7
+ * Feature - Fix bug with parsing ISO-8601 CreationTime in Java SDK in DescribeHumanLoop
8
+
4
9
  1.22.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
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.22.0'
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",
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-augmentedairuntime/customizations'
48
48
  # @!group service
49
49
  module Aws::AugmentedAIRuntime
50
50
 
51
- GEM_VERSION = '1.22.0'
51
+ GEM_VERSION = '1.23.0'
52
52
 
53
53
  end
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.22.0
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-02-24 00:00:00.000000000 Z
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