aws-sdk-augmentedairuntime 1.12.0 → 1.13.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a865c32aab5256eb1c1673ac91e7bc4b4a61c5f9e4d5bf5877d55792b5b15f0c
4
- data.tar.gz: 99cd7a85ec77a35470316046e2d309e07fee378e197b70ba84d722c6dda4624c
3
+ metadata.gz: ed14c7e87313deffb42eb016477f9cf2c498a35d263a10b50eeee3b92e8efbf2
4
+ data.tar.gz: 0d2a8e89175458a83c7218aaf75d48492028bc8bf80e622384dedc785c0237c7
5
5
  SHA512:
6
- metadata.gz: c274dc949b99aa238cb5557b843fbce1bb37a8ae2a81f988754bd538749ded395b9b4ec35d6a10518b4b081cf4371565b718d3d7da107372750a163401f0e906
7
- data.tar.gz: 871ce96046024e338fab88515ef81d0d6916def5b041e580452a604d4d2a51313126db0e0283b4c1d2e9d5a4ed34a26a2fcb32f1f19a59b45641bc834797af76
6
+ metadata.gz: 99fcc991fb3182da32c135c357f8ac980245a6e589ffce013790235719a4fd5551d76e13d789d652f5488dbbce6fbac37dafc46803db072b0406e969ecc795af
7
+ data.tar.gz: eba41d8467f2c4e7fc0c9f5713e240c607a596c2b4698004e9ecd30c004c5b815417bc91f2a4e8005a41da64c0cf1895ddc8530d3ead87cc2e861e3a343c8b93
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.0 (2021-05-17)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon A2I Runtime model
8
+
4
9
  1.12.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.0
@@ -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.12.0'
51
+ GEM_VERSION = '1.13.0'
52
52
 
53
53
  end
@@ -329,6 +329,9 @@ module Aws::AugmentedAIRuntime
329
329
 
330
330
  # Deletes the specified human loop for a flow definition.
331
331
  #
332
+ # If the human loop was deleted, this operation will return a
333
+ # `ResourceNotFoundException`.
334
+ #
332
335
  # @option params [required, String] :human_loop_name
333
336
  # The name of the human loop that you want to delete.
334
337
  #
@@ -349,7 +352,9 @@ module Aws::AugmentedAIRuntime
349
352
  req.send_request(options)
350
353
  end
351
354
 
352
- # Returns information about the specified human loop.
355
+ # Returns information about the specified human loop. If the human loop
356
+ # was deleted, this operation will return a `ResourceNotFoundException`
357
+ # error.
353
358
  #
354
359
  # @option params [required, String] :human_loop_name
355
360
  # The name of the human loop that you want information about.
@@ -538,7 +543,7 @@ module Aws::AugmentedAIRuntime
538
543
  params: params,
539
544
  config: config)
540
545
  context[:gem_name] = 'aws-sdk-augmentedairuntime'
541
- context[:gem_version] = '1.12.0'
546
+ context[:gem_version] = '1.13.0'
542
547
  Seahorse::Client::Request.new(handlers, context)
543
548
  end
544
549
 
@@ -78,6 +78,8 @@ module Aws::AugmentedAIRuntime
78
78
  #
79
79
  # @!attribute [rw] failure_code
80
80
  # A failure code that identifies the type of failure.
81
+ #
82
+ # Possible values: `ValidationError`, `Expired`, `InternalError`
81
83
  # @return [String]
82
84
  #
83
85
  # @!attribute [rw] human_loop_status
@@ -303,7 +305,9 @@ module Aws::AugmentedAIRuntime
303
305
  include Aws::Structure
304
306
  end
305
307
 
306
- # We couldn't find the requested resource.
308
+ # We couldn't find the requested resource. Check that your resources
309
+ # exists and were created in the same AWS Region as your request, and
310
+ # try your request again.
307
311
  #
308
312
  # @!attribute [rw] message
309
313
  # @return [String]
@@ -316,8 +320,18 @@ module Aws::AugmentedAIRuntime
316
320
  include Aws::Structure
317
321
  end
318
322
 
319
- # You exceeded your service quota. Delete some resources or request an
320
- # increase in your service quota.
323
+ # You exceeded your service quota. Service quotas, also referred to as
324
+ # limits, are the maximum number of service resources or operations for
325
+ # your AWS account. For a list of Amazon A2I service quotes, see [Amazon
326
+ # Augmented AI Service Quotes][1]. Delete some resources or request an
327
+ # increase in your service quota. You can request a quota increase using
328
+ # Service Quotas or the AWS Support Center. To request an increase, see
329
+ # [AWS Service Quotas][2] in the *AWS General Reference*.
330
+ #
331
+ #
332
+ #
333
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/a2i.html
334
+ # [2]: https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html
321
335
  #
322
336
  # @!attribute [rw] message
323
337
  # @return [String]
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.12.0
4
+ version: 1.13.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: 2021-03-10 00:00:00.000000000 Z
11
+ date: 2021-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
66
66
  licenses:
67
67
  - Apache-2.0
68
68
  metadata:
69
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-augmentedairuntime
70
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-augmentedairuntime/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-augmentedairuntime
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-augmentedairuntime/CHANGELOG.md
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - Amazon Augmented AI Runtime