aws-sdk-core 2.9.8 → 2.9.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,54 @@
1
+ {
2
+ "pagination": {
3
+ "GetBotAliases": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults"
7
+ },
8
+ "GetBotChannelAssociations": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "limit_key": "maxResults"
12
+ },
13
+ "GetBotVersions": {
14
+ "input_token": "nextToken",
15
+ "output_token": "nextToken",
16
+ "limit_key": "maxResults"
17
+ },
18
+ "GetBots": {
19
+ "input_token": "nextToken",
20
+ "output_token": "nextToken",
21
+ "limit_key": "maxResults"
22
+ },
23
+ "GetBuiltinIntents": {
24
+ "input_token": "nextToken",
25
+ "output_token": "nextToken",
26
+ "limit_key": "maxResults"
27
+ },
28
+ "GetBuiltinSlotTypes": {
29
+ "input_token": "nextToken",
30
+ "output_token": "nextToken",
31
+ "limit_key": "maxResults"
32
+ },
33
+ "GetIntentVersions": {
34
+ "input_token": "nextToken",
35
+ "output_token": "nextToken",
36
+ "limit_key": "maxResults"
37
+ },
38
+ "GetIntents": {
39
+ "input_token": "nextToken",
40
+ "output_token": "nextToken",
41
+ "limit_key": "maxResults"
42
+ },
43
+ "GetSlotTypeVersions": {
44
+ "input_token": "nextToken",
45
+ "output_token": "nextToken",
46
+ "limit_key": "maxResults"
47
+ },
48
+ "GetSlotTypes": {
49
+ "input_token": "nextToken",
50
+ "output_token": "nextToken",
51
+ "limit_key": "maxResults"
52
+ }
53
+ }
54
+ }
@@ -98,7 +98,9 @@
98
98
  {"shape":"InvalidSampleRateException"},
99
99
  {"shape":"InvalidSsmlException"},
100
100
  {"shape":"LexiconNotFoundException"},
101
- {"shape":"ServiceFailureException"}
101
+ {"shape":"ServiceFailureException"},
102
+ {"shape":"MarksNotSupportedForFormatException"},
103
+ {"shape":"SsmlMarksNotSupportedForTextTypeException"}
102
104
  ]
103
105
  }
104
106
  },
@@ -311,6 +313,14 @@
311
313
  "NextToken":{"shape":"NextToken"}
312
314
  }
313
315
  },
316
+ "MarksNotSupportedForFormatException":{
317
+ "type":"structure",
318
+ "members":{
319
+ "message":{"shape":"ErrorMessage"}
320
+ },
321
+ "error":{"httpStatusCode":400},
322
+ "exception":true
323
+ },
314
324
  "MaxLexemeLengthExceededException":{
315
325
  "type":"structure",
316
326
  "members":{
@@ -331,6 +341,7 @@
331
341
  "OutputFormat":{
332
342
  "type":"string",
333
343
  "enum":[
344
+ "json",
334
345
  "mp3",
335
346
  "ogg_vorbis",
336
347
  "pcm"
@@ -368,6 +379,28 @@
368
379
  "fault":true
369
380
  },
370
381
  "Size":{"type":"integer"},
382
+ "SpeechMarkType":{
383
+ "type":"string",
384
+ "enum":[
385
+ "sentence",
386
+ "ssml",
387
+ "viseme",
388
+ "word"
389
+ ]
390
+ },
391
+ "SpeechMarkTypeList":{
392
+ "type":"list",
393
+ "member":{"shape":"SpeechMarkType"},
394
+ "max":4
395
+ },
396
+ "SsmlMarksNotSupportedForTextTypeException":{
397
+ "type":"structure",
398
+ "members":{
399
+ "message":{"shape":"ErrorMessage"}
400
+ },
401
+ "error":{"httpStatusCode":400},
402
+ "exception":true
403
+ },
371
404
  "SynthesizeSpeechInput":{
372
405
  "type":"structure",
373
406
  "required":[
@@ -379,6 +412,7 @@
379
412
  "LexiconNames":{"shape":"LexiconNameList"},
380
413
  "OutputFormat":{"shape":"OutputFormat"},
381
414
  "SampleRate":{"shape":"SampleRate"},
415
+ "SpeechMarkTypes":{"shape":"SpeechMarkTypeList"},
382
416
  "Text":{"shape":"Text"},
383
417
  "TextType":{"shape":"TextType"},
384
418
  "VoiceId":{"shape":"VoiceId"}
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -119,6 +119,24 @@
119
119
  {"shape":"InvalidImageFormatException"}
120
120
  ]
121
121
  },
122
+ "DetectModerationLabels":{
123
+ "name":"DetectModerationLabels",
124
+ "http":{
125
+ "method":"POST",
126
+ "requestUri":"/"
127
+ },
128
+ "input":{"shape":"DetectModerationLabelsRequest"},
129
+ "output":{"shape":"DetectModerationLabelsResponse"},
130
+ "errors":[
131
+ {"shape":"InvalidS3ObjectException"},
132
+ {"shape":"InvalidParameterException"},
133
+ {"shape":"ImageTooLargeException"},
134
+ {"shape":"AccessDeniedException"},
135
+ {"shape":"InternalServerError"},
136
+ {"shape":"ThrottlingException"},
137
+ {"shape":"ProvisionedThroughputExceededException"}
138
+ ]
139
+ },
122
140
  "IndexFaces":{
123
141
  "name":"IndexFaces",
124
142
  "http":{
@@ -389,6 +407,20 @@
389
407
  "OrientationCorrection":{"shape":"OrientationCorrection"}
390
408
  }
391
409
  },
410
+ "DetectModerationLabelsRequest":{
411
+ "type":"structure",
412
+ "required":["Image"],
413
+ "members":{
414
+ "Image":{"shape":"Image"},
415
+ "MinConfidence":{"shape":"Percent"}
416
+ }
417
+ },
418
+ "DetectModerationLabelsResponse":{
419
+ "type":"structure",
420
+ "members":{
421
+ "ModerationLabels":{"shape":"ModerationLabels"}
422
+ }
423
+ },
392
424
  "Emotion":{
393
425
  "type":"structure",
394
426
  "members":{
@@ -686,6 +718,18 @@
686
718
  "max":4096,
687
719
  "min":1
688
720
  },
721
+ "ModerationLabel":{
722
+ "type":"structure",
723
+ "members":{
724
+ "Confidence":{"shape":"Percent"},
725
+ "Name":{"shape":"String"},
726
+ "ParentName":{"shape":"String"}
727
+ }
728
+ },
729
+ "ModerationLabels":{
730
+ "type":"list",
731
+ "member":{"shape":"ModerationLabel"}
732
+ },
689
733
  "MouthOpen":{
690
734
  "type":"structure",
691
735
  "members":{
data/lib/aws-sdk-core.rb CHANGED
@@ -45,6 +45,7 @@ module Aws
45
45
  CodeCommit
46
46
  CodeDeploy
47
47
  CodePipeline
48
+ CodeStar
48
49
  CognitoIdentity
49
50
  CognitoIdentityProvider
50
51
  CognitoSync
@@ -83,6 +84,7 @@ module Aws
83
84
  Lambda
84
85
  LambdaPreview
85
86
  Lex
87
+ LexModelBuildingService
86
88
  Lightsail
87
89
  MTurk
88
90
  MachineLearning
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:CodeStar, {
2
+ api: "#{Aws::API_DIR}/codestar/2017-04-19/api-2.json",
3
+ docs: "#{Aws::API_DIR}/codestar/2017-04-19/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/codestar/2017-04-19/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/codestar/2017-04-19/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:LexModelBuildingService, {
2
+ api: "#{Aws::API_DIR}/lex-models/2017-04-19/api-2.json",
3
+ docs: "#{Aws::API_DIR}/lex-models/2017-04-19/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/lex-models/2017-04-19/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/lex-models/2017-04-19/paginators-1.json",
6
+ })
@@ -1,4 +1,5 @@
1
1
  require 'uri'
2
+ require 'cgi/util'
2
3
 
3
4
  module Aws
4
5
  module Plugins
@@ -2,6 +2,7 @@ Aws.add_service(:Polly, {
2
2
  api: "#{Aws::API_DIR}/polly/2016-06-10/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/polly/2016-06-10/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/polly/2016-06-10/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/polly/2016-06-10/paginators-1.json",
5
6
  })
6
7
 
7
8
  module Aws
@@ -1,6 +1,7 @@
1
1
  require 'set'
2
2
  require 'time'
3
3
  require 'openssl'
4
+ require 'cgi/util'
4
5
  require 'webrick/httputils'
5
6
 
6
7
  module Aws
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.9.8'
2
+ VERSION = '2.9.9'
3
3
  end
@@ -1,4 +1,4 @@
1
- require 'cgi'
1
+ require 'cgi/util'
2
2
 
3
3
  module Aws
4
4
  module Xml
@@ -1,5 +1,3 @@
1
- require 'cgi'
2
-
3
1
  module Seahorse
4
2
  module Client
5
3
  module Plugins
data/lib/seahorse/util.rb CHANGED
@@ -1,4 +1,4 @@
1
- require 'cgi'
1
+ require 'cgi/util'
2
2
 
3
3
  module Seahorse
4
4
  # @api private
data/service-models.json CHANGED
@@ -86,6 +86,10 @@
86
86
  "models": "codepipeline/2015-07-09",
87
87
  "endpoint": "codepipeline"
88
88
  },
89
+ "CodeStar": {
90
+ "models": "codestar/2017-04-19",
91
+ "endpoint": "codestar"
92
+ },
89
93
  "CognitoIdentity": {
90
94
  "models": "cognito-identity/2014-06-30",
91
95
  "endpoint": "cognito-identity"
@@ -238,6 +242,10 @@
238
242
  "models": "runtime.lex/2016-11-28",
239
243
  "endpoint": "runtime.lex"
240
244
  },
245
+ "LexModelBuildingService": {
246
+ "models": "lex-models/2017-04-19",
247
+ "endpoint": "models.lex"
248
+ },
241
249
  "Lightsail": {
242
250
  "models": "lightsail/2016-11-28",
243
251
  "endpoint": "lightsail"
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.9.8
4
+ version: 2.9.9
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: 2017-04-18 00:00:00.000000000 Z
11
+ date: 2017-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -126,6 +126,9 @@ files:
126
126
  - apis/codedeploy/2014-10-06/waiters-2.json
127
127
  - apis/codepipeline/2015-07-09/api-2.json
128
128
  - apis/codepipeline/2015-07-09/examples-1.json
129
+ - apis/codestar/2017-04-19/api-2.json
130
+ - apis/codestar/2017-04-19/examples-1.json
131
+ - apis/codestar/2017-04-19/paginators-1.json
129
132
  - apis/cognito-identity/2014-06-30/api-2.json
130
133
  - apis/cognito-identity/2014-06-30/examples-1.json
131
134
  - apis/cognito-identity/2014-06-30/paginators-1.json
@@ -263,6 +266,9 @@ files:
263
266
  - apis/lambda/2015-03-31/api-2.json
264
267
  - apis/lambda/2015-03-31/examples-1.json
265
268
  - apis/lambda/2015-03-31/paginators-1.json
269
+ - apis/lex-models/2017-04-19/api-2.json
270
+ - apis/lex-models/2017-04-19/examples-1.json
271
+ - apis/lex-models/2017-04-19/paginators-1.json
266
272
  - apis/lightsail/2016-11-28/api-2.json
267
273
  - apis/lightsail/2016-11-28/examples-1.json
268
274
  - apis/logs/2014-03-28/api-2.json
@@ -300,6 +306,7 @@ files:
300
306
  - apis/pinpoint/2016-12-01/examples-1.json
301
307
  - apis/polly/2016-06-10/api-2.json
302
308
  - apis/polly/2016-06-10/examples-1.json
309
+ - apis/polly/2016-06-10/paginators-1.json
303
310
  - apis/rds/2013-01-10/api-2.json
304
311
  - apis/rds/2013-01-10/examples-1.json
305
312
  - apis/rds/2013-01-10/paginators-1.json
@@ -442,6 +449,7 @@ files:
442
449
  - lib/aws-sdk-core/codecommit.rb
443
450
  - lib/aws-sdk-core/codedeploy.rb
444
451
  - lib/aws-sdk-core/codepipeline.rb
452
+ - lib/aws-sdk-core/codestar.rb
445
453
  - lib/aws-sdk-core/cognitoidentity.rb
446
454
  - lib/aws-sdk-core/cognitoidentityprovider.rb
447
455
  - lib/aws-sdk-core/cognitosync.rb
@@ -499,6 +507,7 @@ files:
499
507
  - lib/aws-sdk-core/lambda.rb
500
508
  - lib/aws-sdk-core/lambdapreview.rb
501
509
  - lib/aws-sdk-core/lex.rb
510
+ - lib/aws-sdk-core/lexmodelbuildingservice.rb
502
511
  - lib/aws-sdk-core/lightsail.rb
503
512
  - lib/aws-sdk-core/log/formatter.rb
504
513
  - lib/aws-sdk-core/log/handler.rb