aws-sdk-core 2.11.454 → 2.11.455

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.
@@ -39,6 +39,11 @@
39
39
  "input_token": "NextToken",
40
40
  "output_token": "NextToken",
41
41
  "limit_key": "MaxResults"
42
+ },
43
+ "SearchDashboards": {
44
+ "input_token": "NextToken",
45
+ "output_token": "NextToken",
46
+ "limit_key": "MaxResults"
42
47
  }
43
48
  }
44
49
  }
@@ -68,7 +68,8 @@
68
68
  {"shape":"ValidationException"},
69
69
  {"shape":"ThrottlingException"},
70
70
  {"shape":"ServiceQuotaExceededException"},
71
- {"shape":"InternalServerException"}
71
+ {"shape":"InternalServerException"},
72
+ {"shape":"ConflictException"}
72
73
  ]
73
74
  },
74
75
  "StopHumanLoop":{
@@ -88,7 +89,14 @@
88
89
  }
89
90
  },
90
91
  "shapes":{
91
- "Boolean":{"type":"boolean"},
92
+ "ConflictException":{
93
+ "type":"structure",
94
+ "members":{
95
+ "Message":{"shape":"FailureReason"}
96
+ },
97
+ "error":{"httpStatusCode":409},
98
+ "exception":true
99
+ },
92
100
  "ContentClassifier":{
93
101
  "type":"string",
94
102
  "enum":[
@@ -131,23 +139,21 @@
131
139
  "DescribeHumanLoopResponse":{
132
140
  "type":"structure",
133
141
  "required":[
134
- "CreationTimestamp",
142
+ "CreationTime",
135
143
  "HumanLoopStatus",
136
144
  "HumanLoopName",
137
145
  "HumanLoopArn",
138
- "FlowDefinitionArn",
139
- "HumanLoopInput"
146
+ "FlowDefinitionArn"
140
147
  ],
141
148
  "members":{
142
- "CreationTimestamp":{"shape":"Timestamp"},
149
+ "CreationTime":{"shape":"Timestamp"},
143
150
  "FailureReason":{"shape":"String"},
144
151
  "FailureCode":{"shape":"String"},
145
152
  "HumanLoopStatus":{"shape":"HumanLoopStatus"},
146
153
  "HumanLoopName":{"shape":"HumanLoopName"},
147
154
  "HumanLoopArn":{"shape":"HumanLoopArn"},
148
155
  "FlowDefinitionArn":{"shape":"FlowDefinitionArn"},
149
- "HumanLoopInput":{"shape":"HumanLoopInputContent"},
150
- "HumanLoopOutput":{"shape":"HumanLoopOutputContent"}
156
+ "HumanLoopOutput":{"shape":"HumanLoopOutput"}
151
157
  }
152
158
  },
153
159
  "FailureReason":{
@@ -159,25 +165,19 @@
159
165
  "max":1024,
160
166
  "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:flow-definition/.*"
161
167
  },
162
- "HumanLoopActivationReason":{
163
- "type":"structure",
164
- "members":{
165
- "ConditionsMatched":{"shape":"Boolean"}
166
- }
167
- },
168
- "HumanLoopActivationResults":{
169
- "type":"structure",
170
- "members":{
171
- "HumanLoopActivationReason":{"shape":"HumanLoopActivationReason"},
172
- "HumanLoopActivationConditionsEvaluationResults":{"shape":"String"}
173
- }
174
- },
175
168
  "HumanLoopArn":{
176
169
  "type":"string",
177
170
  "max":1024,
178
171
  "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:human-loop/.*"
179
172
  },
180
- "HumanLoopInputContent":{
173
+ "HumanLoopDataAttributes":{
174
+ "type":"structure",
175
+ "required":["ContentClassifiers"],
176
+ "members":{
177
+ "ContentClassifiers":{"shape":"ContentClassifiers"}
178
+ }
179
+ },
180
+ "HumanLoopInput":{
181
181
  "type":"structure",
182
182
  "required":["InputContent"],
183
183
  "members":{
@@ -190,7 +190,7 @@
190
190
  "min":1,
191
191
  "pattern":"^[a-z0-9](-*[a-z0-9])*$"
192
192
  },
193
- "HumanLoopOutputContent":{
193
+ "HumanLoopOutput":{
194
194
  "type":"structure",
195
195
  "required":["OutputS3Uri"],
196
196
  "members":{
@@ -221,13 +221,6 @@
221
221
  "FlowDefinitionArn":{"shape":"FlowDefinitionArn"}
222
222
  }
223
223
  },
224
- "HumanReviewDataAttributes":{
225
- "type":"structure",
226
- "required":["ContentClassifiers"],
227
- "members":{
228
- "ContentClassifiers":{"shape":"ContentClassifiers"}
229
- }
230
- },
231
224
  "InputContent":{
232
225
  "type":"string",
233
226
  "max":4194304
@@ -242,6 +235,7 @@
242
235
  },
243
236
  "ListHumanLoopsRequest":{
244
237
  "type":"structure",
238
+ "required":["FlowDefinitionArn"],
245
239
  "members":{
246
240
  "CreationTimeAfter":{
247
241
  "shape":"Timestamp",
@@ -253,6 +247,11 @@
253
247
  "location":"querystring",
254
248
  "locationName":"CreationTimeBefore"
255
249
  },
250
+ "FlowDefinitionArn":{
251
+ "shape":"FlowDefinitionArn",
252
+ "location":"querystring",
253
+ "locationName":"FlowDefinitionArn"
254
+ },
256
255
  "SortOrder":{
257
256
  "shape":"SortOrder",
258
257
  "location":"querystring",
@@ -322,15 +321,14 @@
322
321
  "members":{
323
322
  "HumanLoopName":{"shape":"HumanLoopName"},
324
323
  "FlowDefinitionArn":{"shape":"FlowDefinitionArn"},
325
- "HumanLoopInput":{"shape":"HumanLoopInputContent"},
326
- "DataAttributes":{"shape":"HumanReviewDataAttributes"}
324
+ "HumanLoopInput":{"shape":"HumanLoopInput"},
325
+ "DataAttributes":{"shape":"HumanLoopDataAttributes"}
327
326
  }
328
327
  },
329
328
  "StartHumanLoopResponse":{
330
329
  "type":"structure",
331
330
  "members":{
332
- "HumanLoopArn":{"shape":"HumanLoopArn"},
333
- "HumanLoopActivationResults":{"shape":"HumanLoopActivationResults"}
331
+ "HumanLoopArn":{"shape":"HumanLoopArn"}
334
332
  }
335
333
  },
336
334
  "StopHumanLoopRequest":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.454'
2
+ VERSION = '2.11.455'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.454
4
+ version: 2.11.455
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-02-27 00:00:00.000000000 Z
11
+ date: 2020-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath