aws-sdk-augmentedairuntime 1.2.0 → 1.7.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
- SHA1:
3
- metadata.gz: 47489d60b437a2d96a6b9f50df97abff2bb3d4b2
4
- data.tar.gz: 7b117d044d84d40fcc1eca773ad32355afa1c0d5
2
+ SHA256:
3
+ metadata.gz: b05219f0a8ca3dbb44358875275d230cce314215f1a36317c40277aba7425ca3
4
+ data.tar.gz: 3e334ec6ddcce4c1f56f7558efa49ed331926065c54048e9a4f0311f48f7d8f0
5
5
  SHA512:
6
- metadata.gz: 2b4b434d41c870a6d23b3742347cd666ae11ca1c2c29b638ac049a9ab6b14b5b8e080e23422893ebcc34e649a28a51b1585304b0b26d2aee4721ff044644893e
7
- data.tar.gz: d74b15aa8cde808336e884860b2620c4976a2e11e03c36e002ca1699f53c0bcc6a4ea2a0fb478e9128b92f8382458afee14d5652c3a8349c7a70ef6ec7d8193a
6
+ metadata.gz: 8cd25ff04db4c496b3d53e16469e3e6ef2bc73d4c0d12e304b828660ea5f42396d25c2c899551794ae4d8cf1b105eeb51216753ddb56a56c95d6bec8fd42807a
7
+ data.tar.gz: 92278af4869f5915e7a713e295408a16268abc37312d7d3e76aa68943291255fcd00c3be035d4bd1acc721249dad5eb3f08b4424fc61631a83369fa8e09af7d6
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-augmentedairuntime/customizations'
45
47
  # @service
46
48
  module Aws::AugmentedAIRuntime
47
49
 
48
- GEM_VERSION = '1.2.0'
50
+ GEM_VERSION = '1.7.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
32
 
@@ -32,11 +35,11 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:augmentedairuntime)
32
35
  module Aws::AugmentedAIRuntime
33
36
  # An API client for AugmentedAIRuntime. To construct a client, you need to configure a `:region` and `:credentials`.
34
37
  #
35
- # client = Aws::AugmentedAIRuntime::Client.new(
36
- # region: region_name,
37
- # credentials: credentials,
38
- # # ...
39
- # )
38
+ # client = Aws::AugmentedAIRuntime::Client.new(
39
+ # region: region_name,
40
+ # credentials: credentials,
41
+ # # ...
42
+ # )
40
43
  #
41
44
  # For details on configuring region and credentials see
42
45
  # the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
@@ -69,6 +72,7 @@ module Aws::AugmentedAIRuntime
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::RestJson)
74
78
 
@@ -105,7 +109,7 @@ module Aws::AugmentedAIRuntime
105
109
  # @option options [required, String] :region
106
110
  # The AWS region to connect to. The configured `:region` is
107
111
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
112
+ # a default `:region` is searched for in the following locations:
109
113
  #
110
114
  # * `Aws.config[:region]`
111
115
  # * `ENV['AWS_REGION']`
@@ -161,7 +165,7 @@ module Aws::AugmentedAIRuntime
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::AugmentedAIRuntime
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -229,15 +233,19 @@ module Aws::AugmentedAIRuntime
229
233
  #
230
234
  # @option options [String] :retry_mode ("legacy")
231
235
  # Specifies which retry algorithm to use. Values are:
232
- # * `legacy` - The pre-existing retry behavior. This is default value if
233
- # no retry mode is provided.
234
- # * `standard` - A standardized set of retry rules across the AWS SDKs.
235
- # This includes support for retry quotas, which limit the number of
236
- # unsuccessful retries a client can make.
237
- # * `adaptive` - An experimental retry mode that includes all the
238
- # functionality of `standard` mode along with automatic client side
239
- # throttling. This is a provisional mode that may change behavior
240
- # in the future.
236
+ #
237
+ # * `legacy` - The pre-existing retry behavior. This is default value if
238
+ # no retry mode is provided.
239
+ #
240
+ # * `standard` - A standardized set of retry rules across the AWS SDKs.
241
+ # This includes support for retry quotas, which limit the number of
242
+ # unsuccessful retries a client can make.
243
+ #
244
+ # * `adaptive` - An experimental retry mode that includes all the
245
+ # functionality of `standard` mode along with automatic client side
246
+ # throttling. This is a provisional mode that may change behavior
247
+ # in the future.
248
+ #
241
249
  #
242
250
  # @option options [String] :secret_access_key
243
251
  #
@@ -265,8 +273,7 @@ module Aws::AugmentedAIRuntime
265
273
  #
266
274
  # @option options [Integer] :http_read_timeout (60) The default
267
275
  # number of seconds to wait for response data. This value can
268
- # safely be set
269
- # per-request on the session yielded by {#session_for}.
276
+ # safely be set per-request on the session.
270
277
  #
271
278
  # @option options [Float] :http_idle_timeout (5) The number of
272
279
  # seconds a connection is allowed to sit idle before it is
@@ -278,7 +285,7 @@ module Aws::AugmentedAIRuntime
278
285
  # request body. This option has no effect unless the request has
279
286
  # "Expect" header set to "100-continue". Defaults to `nil` which
280
287
  # disables this behaviour. This value can safely be set per
281
- # request on the session yielded by {#session_for}.
288
+ # request on the session.
282
289
  #
283
290
  # @option options [Boolean] :http_wire_trace (false) When `true`,
284
291
  # HTTP debug output will be sent to the `:logger`.
@@ -308,7 +315,7 @@ module Aws::AugmentedAIRuntime
308
315
  # Deletes the specified human loop for a flow definition.
309
316
  #
310
317
  # @option params [required, String] :human_loop_name
311
- # The name of the human loop you want to delete.
318
+ # The name of the human loop that you want to delete.
312
319
  #
313
320
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
314
321
  #
@@ -330,7 +337,7 @@ module Aws::AugmentedAIRuntime
330
337
  # Returns information about the specified human loop.
331
338
  #
332
339
  # @option params [required, String] :human_loop_name
333
- # The unique name of the human loop.
340
+ # The name of the human loop that you want information about.
334
341
  #
335
342
  # @return [Types::DescribeHumanLoopResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
336
343
  #
@@ -384,23 +391,25 @@ module Aws::AugmentedAIRuntime
384
391
  # The Amazon Resource Name (ARN) of a flow definition.
385
392
  #
386
393
  # @option params [String] :sort_order
387
- # An optional value that specifies whether you want the results sorted
388
- # in `Ascending` or `Descending` order.
394
+ # Optional. The order for displaying results. Valid values: `Ascending`
395
+ # and `Descending`.
389
396
  #
390
397
  # @option params [String] :next_token
391
- # A token to resume pagination.
398
+ # A token to display the next page of results.
392
399
  #
393
400
  # @option params [Integer] :max_results
394
401
  # The total number of items to return. If the total number of available
395
402
  # items is more than the value specified in `MaxResults`, then a
396
- # `NextToken` will be provided in the output that you can use to resume
397
- # pagination.
403
+ # `NextToken` is returned in the output. You can use this token to
404
+ # display the next page of results.
398
405
  #
399
406
  # @return [Types::ListHumanLoopsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
400
407
  #
401
408
  # * {Types::ListHumanLoopsResponse#human_loop_summaries #human_loop_summaries} => Array<Types::HumanLoopSummary>
402
409
  # * {Types::ListHumanLoopsResponse#next_token #next_token} => String
403
410
  #
411
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
412
+ #
404
413
  # @example Request syntax with placeholder values
405
414
  #
406
415
  # resp = client.list_human_loops({
@@ -438,13 +447,16 @@ module Aws::AugmentedAIRuntime
438
447
  # The name of the human loop.
439
448
  #
440
449
  # @option params [required, String] :flow_definition_arn
441
- # The Amazon Resource Name (ARN) of the flow definition.
450
+ # The Amazon Resource Name (ARN) of the flow definition associated with
451
+ # this human loop.
442
452
  #
443
453
  # @option params [required, Types::HumanLoopInput] :human_loop_input
444
- # An object containing information about the human loop.
454
+ # An object that contains information about the human loop.
445
455
  #
446
456
  # @option params [Types::HumanLoopDataAttributes] :data_attributes
447
- # Attributes of the data specified by the customer.
457
+ # Attributes of the specified data. Use `DataAttributes` to specify if
458
+ # your data is free of personally identifiable information and/or free
459
+ # of adult content.
448
460
  #
449
461
  # @return [Types::StartHumanLoopResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
450
462
  #
@@ -479,7 +491,7 @@ module Aws::AugmentedAIRuntime
479
491
  # Stops the specified human loop.
480
492
  #
481
493
  # @option params [required, String] :human_loop_name
482
- # The name of the human loop you want to stop.
494
+ # The name of the human loop that you want to stop.
483
495
  #
484
496
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
485
497
  #
@@ -511,7 +523,7 @@ module Aws::AugmentedAIRuntime
511
523
  params: params,
512
524
  config: config)
513
525
  context[:gem_name] = 'aws-sdk-augmentedairuntime'
514
- context[:gem_version] = '1.2.0'
526
+ context[:gem_version] = '1.7.0'
515
527
  Seahorse::Client::Request.new(handlers, context)
516
528
  end
517
529
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -177,6 +179,7 @@ module Aws::AugmentedAIRuntime
177
179
  o.input = Shapes::ShapeRef.new(shape: ListHumanLoopsRequest)
178
180
  o.output = Shapes::ShapeRef.new(shape: ListHumanLoopsResponse)
179
181
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
182
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
180
183
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
181
184
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
182
185
  o[:pager] = Aws::Pager.new(
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -6,13 +8,7 @@
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
8
10
  module Aws::AugmentedAIRuntime
9
- # This class provides a resource oriented interface for AugmentedAIRuntime.
10
- # To create a resource object:
11
- # resource = Aws::AugmentedAIRuntime::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::AugmentedAIRuntime::Client.new(region: 'us-west-2')
15
- # resource = Aws::AugmentedAIRuntime::Resource.new(client: client)
11
+
16
12
  class Resource
17
13
 
18
14
  # @param options ({})
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -19,6 +21,7 @@ module Aws::AugmentedAIRuntime
19
21
  #
20
22
  class ConflictException < Struct.new(
21
23
  :message)
24
+ SENSITIVE = []
22
25
  include Aws::Structure
23
26
  end
24
27
 
@@ -30,13 +33,14 @@ module Aws::AugmentedAIRuntime
30
33
  # }
31
34
  #
32
35
  # @!attribute [rw] human_loop_name
33
- # The name of the human loop you want to delete.
36
+ # The name of the human loop that you want to delete.
34
37
  # @return [String]
35
38
  #
36
39
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-a2i-runtime-2019-11-07/DeleteHumanLoopRequest AWS API Documentation
37
40
  #
38
41
  class DeleteHumanLoopRequest < Struct.new(
39
42
  :human_loop_name)
43
+ SENSITIVE = []
40
44
  include Aws::Structure
41
45
  end
42
46
 
@@ -52,13 +56,14 @@ module Aws::AugmentedAIRuntime
52
56
  # }
53
57
  #
54
58
  # @!attribute [rw] human_loop_name
55
- # The unique name of the human loop.
59
+ # The name of the human loop that you want information about.
56
60
  # @return [String]
57
61
  #
58
62
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-a2i-runtime-2019-11-07/DescribeHumanLoopRequest AWS API Documentation
59
63
  #
60
64
  class DescribeHumanLoopRequest < Struct.new(
61
65
  :human_loop_name)
66
+ SENSITIVE = []
62
67
  include Aws::Structure
63
68
  end
64
69
 
@@ -67,20 +72,22 @@ module Aws::AugmentedAIRuntime
67
72
  # @return [Time]
68
73
  #
69
74
  # @!attribute [rw] failure_reason
70
- # The reason why a human loop has failed. The failure reason is
71
- # returned when the human loop status is `Failed`.
75
+ # The reason why a human loop failed. The failure reason is returned
76
+ # when the status of the human loop is `Failed`.
72
77
  # @return [String]
73
78
  #
74
79
  # @!attribute [rw] failure_code
75
- # A failure code denoting a specific type of failure.
80
+ # A failure code that identifies the type of failure.
76
81
  # @return [String]
77
82
  #
78
83
  # @!attribute [rw] human_loop_status
79
- # The status of the human loop. Valid values:
84
+ # The status of the human loop.
80
85
  # @return [String]
81
86
  #
82
87
  # @!attribute [rw] human_loop_name
83
- # The name of the human loop.
88
+ # The name of the human loop. The name must be lowercase, unique
89
+ # within the Region in your account, and can have up to 63 characters.
90
+ # Valid characters: a-z, 0-9, and - (hyphen).
84
91
  # @return [String]
85
92
  #
86
93
  # @!attribute [rw] human_loop_arn
@@ -92,7 +99,8 @@ module Aws::AugmentedAIRuntime
92
99
  # @return [String]
93
100
  #
94
101
  # @!attribute [rw] human_loop_output
95
- # An object containing information about the output of the human loop.
102
+ # An object that contains information about the output of the human
103
+ # loop.
96
104
  # @return [Types::HumanLoopOutput]
97
105
  #
98
106
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-a2i-runtime-2019-11-07/DescribeHumanLoopResponse AWS API Documentation
@@ -106,6 +114,7 @@ module Aws::AugmentedAIRuntime
106
114
  :human_loop_arn,
107
115
  :flow_definition_arn,
108
116
  :human_loop_output)
117
+ SENSITIVE = []
109
118
  include Aws::Structure
110
119
  end
111
120
 
@@ -131,6 +140,7 @@ module Aws::AugmentedAIRuntime
131
140
  #
132
141
  class HumanLoopDataAttributes < Struct.new(
133
142
  :content_classifiers)
143
+ SENSITIVE = []
134
144
  include Aws::Structure
135
145
  end
136
146
 
@@ -152,6 +162,7 @@ module Aws::AugmentedAIRuntime
152
162
  #
153
163
  class HumanLoopInput < Struct.new(
154
164
  :input_content)
165
+ SENSITIVE = []
155
166
  include Aws::Structure
156
167
  end
157
168
 
@@ -166,6 +177,7 @@ module Aws::AugmentedAIRuntime
166
177
  #
167
178
  class HumanLoopOutput < Struct.new(
168
179
  :output_s3_uri)
180
+ SENSITIVE = []
169
181
  include Aws::Structure
170
182
  end
171
183
 
@@ -176,7 +188,7 @@ module Aws::AugmentedAIRuntime
176
188
  # @return [String]
177
189
  #
178
190
  # @!attribute [rw] human_loop_status
179
- # The status of the human loop. Valid values:
191
+ # The status of the human loop.
180
192
  # @return [String]
181
193
  #
182
194
  # @!attribute [rw] creation_time
@@ -185,11 +197,12 @@ module Aws::AugmentedAIRuntime
185
197
  #
186
198
  # @!attribute [rw] failure_reason
187
199
  # The reason why the human loop failed. A failure reason is returned
188
- # only when the status of the human loop is `Failed`.
200
+ # when the status of the human loop is `Failed`.
189
201
  # @return [String]
190
202
  #
191
203
  # @!attribute [rw] flow_definition_arn
192
- # The Amazon Resource Name (ARN) of the flow definition.
204
+ # The Amazon Resource Name (ARN) of the flow definition used to
205
+ # configure the human loop.
193
206
  # @return [String]
194
207
  #
195
208
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-a2i-runtime-2019-11-07/HumanLoopSummary AWS API Documentation
@@ -200,10 +213,12 @@ module Aws::AugmentedAIRuntime
200
213
  :creation_time,
201
214
  :failure_reason,
202
215
  :flow_definition_arn)
216
+ SENSITIVE = []
203
217
  include Aws::Structure
204
218
  end
205
219
 
206
- # Your request could not be processed.
220
+ # We couldn't process your request because of an issue with the server.
221
+ # Try again later.
207
222
  #
208
223
  # @!attribute [rw] message
209
224
  # @return [String]
@@ -212,6 +227,7 @@ module Aws::AugmentedAIRuntime
212
227
  #
213
228
  class InternalServerException < Struct.new(
214
229
  :message)
230
+ SENSITIVE = []
215
231
  include Aws::Structure
216
232
  end
217
233
 
@@ -242,19 +258,19 @@ module Aws::AugmentedAIRuntime
242
258
  # @return [String]
243
259
  #
244
260
  # @!attribute [rw] sort_order
245
- # An optional value that specifies whether you want the results sorted
246
- # in `Ascending` or `Descending` order.
261
+ # Optional. The order for displaying results. Valid values:
262
+ # `Ascending` and `Descending`.
247
263
  # @return [String]
248
264
  #
249
265
  # @!attribute [rw] next_token
250
- # A token to resume pagination.
266
+ # A token to display the next page of results.
251
267
  # @return [String]
252
268
  #
253
269
  # @!attribute [rw] max_results
254
270
  # The total number of items to return. If the total number of
255
271
  # available items is more than the value specified in `MaxResults`,
256
- # then a `NextToken` will be provided in the output that you can use
257
- # to resume pagination.
272
+ # then a `NextToken` is returned in the output. You can use this token
273
+ # to display the next page of results.
258
274
  # @return [Integer]
259
275
  #
260
276
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-a2i-runtime-2019-11-07/ListHumanLoopsRequest AWS API Documentation
@@ -266,15 +282,16 @@ module Aws::AugmentedAIRuntime
266
282
  :sort_order,
267
283
  :next_token,
268
284
  :max_results)
285
+ SENSITIVE = []
269
286
  include Aws::Structure
270
287
  end
271
288
 
272
289
  # @!attribute [rw] human_loop_summaries
273
- # An array of objects containing information about the human loops.
290
+ # An array of objects that contain information about the human loops.
274
291
  # @return [Array<Types::HumanLoopSummary>]
275
292
  #
276
293
  # @!attribute [rw] next_token
277
- # A token to resume pagination.
294
+ # A token to display the next page of results.
278
295
  # @return [String]
279
296
  #
280
297
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-a2i-runtime-2019-11-07/ListHumanLoopsResponse AWS API Documentation
@@ -282,10 +299,11 @@ module Aws::AugmentedAIRuntime
282
299
  class ListHumanLoopsResponse < Struct.new(
283
300
  :human_loop_summaries,
284
301
  :next_token)
302
+ SENSITIVE = []
285
303
  include Aws::Structure
286
304
  end
287
305
 
288
- # We were unable to find the requested resource.
306
+ # We couldn't find the requested resource.
289
307
  #
290
308
  # @!attribute [rw] message
291
309
  # @return [String]
@@ -294,12 +312,12 @@ module Aws::AugmentedAIRuntime
294
312
  #
295
313
  class ResourceNotFoundException < Struct.new(
296
314
  :message)
315
+ SENSITIVE = []
297
316
  include Aws::Structure
298
317
  end
299
318
 
300
- # You have exceeded your service quota. To perform the requested action,
301
- # remove some of the relevant resources, or request a service quota
302
- # increase.
319
+ # You exceeded your service quota. Delete some resources or request an
320
+ # increase in your service quota.
303
321
  #
304
322
  # @!attribute [rw] message
305
323
  # @return [String]
@@ -308,6 +326,7 @@ module Aws::AugmentedAIRuntime
308
326
  #
309
327
  class ServiceQuotaExceededException < Struct.new(
310
328
  :message)
329
+ SENSITIVE = []
311
330
  include Aws::Structure
312
331
  end
313
332
 
@@ -330,15 +349,18 @@ module Aws::AugmentedAIRuntime
330
349
  # @return [String]
331
350
  #
332
351
  # @!attribute [rw] flow_definition_arn
333
- # The Amazon Resource Name (ARN) of the flow definition.
352
+ # The Amazon Resource Name (ARN) of the flow definition associated
353
+ # with this human loop.
334
354
  # @return [String]
335
355
  #
336
356
  # @!attribute [rw] human_loop_input
337
- # An object containing information about the human loop.
357
+ # An object that contains information about the human loop.
338
358
  # @return [Types::HumanLoopInput]
339
359
  #
340
360
  # @!attribute [rw] data_attributes
341
- # Attributes of the data specified by the customer.
361
+ # Attributes of the specified data. Use `DataAttributes` to specify if
362
+ # your data is free of personally identifiable information and/or free
363
+ # of adult content.
342
364
  # @return [Types::HumanLoopDataAttributes]
343
365
  #
344
366
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-a2i-runtime-2019-11-07/StartHumanLoopRequest AWS API Documentation
@@ -348,6 +370,7 @@ module Aws::AugmentedAIRuntime
348
370
  :flow_definition_arn,
349
371
  :human_loop_input,
350
372
  :data_attributes)
373
+ SENSITIVE = []
351
374
  include Aws::Structure
352
375
  end
353
376
 
@@ -359,6 +382,7 @@ module Aws::AugmentedAIRuntime
359
382
  #
360
383
  class StartHumanLoopResponse < Struct.new(
361
384
  :human_loop_arn)
385
+ SENSITIVE = []
362
386
  include Aws::Structure
363
387
  end
364
388
 
@@ -370,13 +394,14 @@ module Aws::AugmentedAIRuntime
370
394
  # }
371
395
  #
372
396
  # @!attribute [rw] human_loop_name
373
- # The name of the human loop you want to stop.
397
+ # The name of the human loop that you want to stop.
374
398
  # @return [String]
375
399
  #
376
400
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-a2i-runtime-2019-11-07/StopHumanLoopRequest AWS API Documentation
377
401
  #
378
402
  class StopHumanLoopRequest < Struct.new(
379
403
  :human_loop_name)
404
+ SENSITIVE = []
380
405
  include Aws::Structure
381
406
  end
382
407
 
@@ -384,7 +409,7 @@ module Aws::AugmentedAIRuntime
384
409
  #
385
410
  class StopHumanLoopResponse < Aws::EmptyStructure; end
386
411
 
387
- # Your request has exceeded the allowed amount of requests.
412
+ # You exceeded the maximum number of requests.
388
413
  #
389
414
  # @!attribute [rw] message
390
415
  # @return [String]
@@ -393,10 +418,11 @@ module Aws::AugmentedAIRuntime
393
418
  #
394
419
  class ThrottlingException < Struct.new(
395
420
  :message)
421
+ SENSITIVE = []
396
422
  include Aws::Structure
397
423
  end
398
424
 
399
- # Your request was not valid. Check the syntax and try again.
425
+ # The request isn't valid. Check the syntax and try again.
400
426
  #
401
427
  # @!attribute [rw] message
402
428
  # @return [String]
@@ -405,6 +431,7 @@ module Aws::AugmentedAIRuntime
405
431
  #
406
432
  class ValidationException < Struct.new(
407
433
  :message)
434
+ SENSITIVE = []
408
435
  include Aws::Structure
409
436
  end
410
437
 
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.2.0
4
+ version: 1.7.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: 2020-03-09 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - Amazon Augmented AI Runtime