aws-sdk-core 2.10.91 → 2.10.92

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/apis/comprehend/2017-11-27/api-2.json +685 -0
  3. data/apis/comprehend/2017-11-27/examples-1.json +5 -0
  4. data/apis/comprehend/2017-11-27/paginators-1.json +9 -0
  5. data/apis/dynamodb/2011-12-05/api-2.json +1 -0
  6. data/apis/dynamodb/2012-08-10/api-2.json +610 -1
  7. data/apis/ecs/2014-11-13/api-2.json +151 -17
  8. data/apis/glacier/2012-06-01/api-2.json +174 -3
  9. data/apis/greengrass/2017-06-07/api-2.json +568 -1
  10. data/apis/iot-jobs-data/2017-09-29/api-2.json +339 -0
  11. data/apis/iot-jobs-data/2017-09-29/examples-1.json +5 -0
  12. data/apis/iot-jobs-data/2017-09-29/paginators-1.json +4 -0
  13. data/apis/iot/2015-05-28/api-2.json +3105 -203
  14. data/apis/kinesis-video-archived-media/2017-09-30/api-2.json +200 -0
  15. data/apis/kinesis-video-archived-media/2017-09-30/examples-1.json +5 -0
  16. data/apis/kinesis-video-archived-media/2017-09-30/paginators-1.json +4 -0
  17. data/apis/kinesis-video-media/2017-09-30/api-2.json +160 -0
  18. data/apis/kinesis-video-media/2017-09-30/examples-1.json +5 -0
  19. data/apis/kinesis-video-media/2017-09-30/paginators-1.json +4 -0
  20. data/apis/kinesisvideo/2017-09-30/api-2.json +548 -0
  21. data/apis/kinesisvideo/2017-09-30/examples-1.json +5 -0
  22. data/apis/kinesisvideo/2017-09-30/paginators-1.json +4 -0
  23. data/apis/rekognition/2016-06-27/api-2.json +994 -33
  24. data/apis/rekognition/2016-06-27/paginators-1.json +35 -0
  25. data/apis/runtime.sagemaker/2017-05-13/api-2.json +134 -0
  26. data/apis/runtime.sagemaker/2017-05-13/examples-1.json +5 -0
  27. data/apis/runtime.sagemaker/2017-05-13/paginators-1.json +4 -0
  28. data/apis/s3/2006-03-01/api-2.json +138 -2
  29. data/apis/sagemaker/2017-07-24/api-2.json +1540 -0
  30. data/apis/sagemaker/2017-07-24/examples-1.json +5 -0
  31. data/apis/sagemaker/2017-07-24/paginators-1.json +34 -0
  32. data/apis/sagemaker/2017-07-24/waiters-2.json +344 -0
  33. data/apis/translate/2017-07-01/api-2.json +119 -0
  34. data/apis/translate/2017-07-01/examples-1.json +5 -0
  35. data/apis/translate/2017-07-01/paginators-1.json +4 -0
  36. data/lib/aws-sdk-core.rb +8 -0
  37. data/lib/aws-sdk-core/comprehend.rb +6 -0
  38. data/lib/aws-sdk-core/iotjobsdataplane.rb +6 -0
  39. data/lib/aws-sdk-core/kinesisvideo.rb +6 -0
  40. data/lib/aws-sdk-core/kinesisvideoarchivedmedia.rb +6 -0
  41. data/lib/aws-sdk-core/kinesisvideomedia.rb +6 -0
  42. data/lib/aws-sdk-core/sagemaker.rb +7 -0
  43. data/lib/aws-sdk-core/sagemakerruntime.rb +6 -0
  44. data/lib/aws-sdk-core/translate.rb +6 -0
  45. data/lib/aws-sdk-core/version.rb +1 -1
  46. data/service-models.json +32 -0
  47. metadata +34 -1
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -52,6 +52,7 @@ module Aws
52
52
  CognitoIdentity
53
53
  CognitoIdentityProvider
54
54
  CognitoSync
55
+ Comprehend
55
56
  ConfigService
56
57
  CostExplorer
57
58
  CostandUsageReportService
@@ -86,9 +87,13 @@ module Aws
86
87
  Inspector
87
88
  IoT
88
89
  IoTDataPlane
90
+ IoTJobsDataPlane
89
91
  KMS
90
92
  Kinesis
91
93
  KinesisAnalytics
94
+ KinesisVideo
95
+ KinesisVideoArchivedMedia
96
+ KinesisVideoMedia
92
97
  Lambda
93
98
  LambdaPreview
94
99
  Lex
@@ -127,6 +132,8 @@ module Aws
127
132
  SSM
128
133
  STS
129
134
  SWF
135
+ SageMaker
136
+ SageMakerRuntime
130
137
  ServiceCatalog
131
138
  Shield
132
139
  SimpleDB
@@ -134,6 +141,7 @@ module Aws
134
141
  States
135
142
  StorageGateway
136
143
  Support
144
+ Translate
137
145
  WAF
138
146
  WAFRegional
139
147
  WorkDocs
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Comprehend, {
2
+ api: "#{Aws::API_DIR}/comprehend/2017-11-27/api-2.json",
3
+ docs: "#{Aws::API_DIR}/comprehend/2017-11-27/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/comprehend/2017-11-27/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/comprehend/2017-11-27/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:IoTJobsDataPlane, {
2
+ api: "#{Aws::API_DIR}/iot-jobs-data/2017-09-29/api-2.json",
3
+ docs: "#{Aws::API_DIR}/iot-jobs-data/2017-09-29/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/iot-jobs-data/2017-09-29/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/iot-jobs-data/2017-09-29/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:KinesisVideo, {
2
+ api: "#{Aws::API_DIR}/kinesisvideo/2017-09-30/api-2.json",
3
+ docs: "#{Aws::API_DIR}/kinesisvideo/2017-09-30/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/kinesisvideo/2017-09-30/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/kinesisvideo/2017-09-30/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:KinesisVideoArchivedMedia, {
2
+ api: "#{Aws::API_DIR}/kinesis-video-archived-media/2017-09-30/api-2.json",
3
+ docs: "#{Aws::API_DIR}/kinesis-video-archived-media/2017-09-30/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/kinesis-video-archived-media/2017-09-30/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/kinesis-video-archived-media/2017-09-30/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:KinesisVideoMedia, {
2
+ api: "#{Aws::API_DIR}/kinesis-video-media/2017-09-30/api-2.json",
3
+ docs: "#{Aws::API_DIR}/kinesis-video-media/2017-09-30/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/kinesis-video-media/2017-09-30/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/kinesis-video-media/2017-09-30/paginators-1.json",
6
+ })
@@ -0,0 +1,7 @@
1
+ Aws.add_service(:SageMaker, {
2
+ api: "#{Aws::API_DIR}/sagemaker/2017-07-24/api-2.json",
3
+ docs: "#{Aws::API_DIR}/sagemaker/2017-07-24/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/sagemaker/2017-07-24/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/sagemaker/2017-07-24/paginators-1.json",
6
+ waiters: "#{Aws::API_DIR}/sagemaker/2017-07-24/waiters-2.json",
7
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:SageMakerRuntime, {
2
+ api: "#{Aws::API_DIR}/runtime.sagemaker/2017-05-13/api-2.json",
3
+ docs: "#{Aws::API_DIR}/runtime.sagemaker/2017-05-13/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/runtime.sagemaker/2017-05-13/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/runtime.sagemaker/2017-05-13/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Translate, {
2
+ api: "#{Aws::API_DIR}/translate/2017-07-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/translate/2017-07-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/translate/2017-07-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/translate/2017-07-01/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.91'
2
+ VERSION = '2.10.92'
3
3
  end
@@ -114,6 +114,10 @@
114
114
  "models": "cognito-sync/2014-06-30",
115
115
  "endpoint": "cognito-sync"
116
116
  },
117
+ "Comprehend": {
118
+ "models": "comprehend/2017-11-27",
119
+ "endpoint": "comprehend"
120
+ },
117
121
  "ConfigService": {
118
122
  "models": "config/2014-11-12",
119
123
  "endpoint": "config"
@@ -250,6 +254,10 @@
250
254
  "models": "iot-data/2015-05-28",
251
255
  "endpoint": "data.iot"
252
256
  },
257
+ "IoTJobsDataPlane": {
258
+ "models": "iot-jobs-data/2017-09-29",
259
+ "endpoint": "data.jobs.iot"
260
+ },
253
261
  "KMS": {
254
262
  "models": "kms/2014-11-01",
255
263
  "endpoint": "kms"
@@ -262,6 +270,18 @@
262
270
  "models": "kinesisanalytics/2015-08-14",
263
271
  "endpoint": "kinesisanalytics"
264
272
  },
273
+ "KinesisVideo": {
274
+ "models": "kinesisvideo/2017-09-30",
275
+ "endpoint": "kinesisvideo"
276
+ },
277
+ "KinesisVideoArchivedMedia": {
278
+ "models": "kinesis-video-archived-media/2017-09-30",
279
+ "endpoint": "kinesisvideo"
280
+ },
281
+ "KinesisVideoMedia": {
282
+ "models": "kinesis-video-media/2017-09-30",
283
+ "endpoint": "kinesisvideo"
284
+ },
265
285
  "Lambda": {
266
286
  "models": "lambda/2015-03-31",
267
287
  "endpoint": "lambda"
@@ -414,6 +434,14 @@
414
434
  "models": "swf/2012-01-25",
415
435
  "endpoint": "swf"
416
436
  },
437
+ "SageMaker": {
438
+ "models": "sagemaker/2017-07-24",
439
+ "endpoint": "sagemaker"
440
+ },
441
+ "SageMakerRuntime": {
442
+ "models": "runtime.sagemaker/2017-05-13",
443
+ "endpoint": "runtime.sagemaker"
444
+ },
417
445
  "ServiceCatalog": {
418
446
  "models": "servicecatalog/2015-12-10",
419
447
  "endpoint": "servicecatalog"
@@ -442,6 +470,10 @@
442
470
  "models": "support/2013-04-15",
443
471
  "endpoint": "support"
444
472
  },
473
+ "Translate": {
474
+ "models": "translate/2017-07-01",
475
+ "endpoint": "translate"
476
+ },
445
477
  "WAF": {
446
478
  "models": "waf/2015-08-24",
447
479
  "endpoint": "waf"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.91
4
+ version: 2.10.92
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -154,6 +154,9 @@ files:
154
154
  - apis/cognito-idp/2016-04-18/examples-1.json
155
155
  - apis/cognito-idp/2016-04-18/paginators-1.json
156
156
  - apis/cognito-sync/2014-06-30/api-2.json
157
+ - apis/comprehend/2017-11-27/api-2.json
158
+ - apis/comprehend/2017-11-27/examples-1.json
159
+ - apis/comprehend/2017-11-27/paginators-1.json
157
160
  - apis/config/2014-11-12/api-2.json
158
161
  - apis/config/2014-11-12/examples-1.json
159
162
  - apis/config/2014-11-12/paginators-1.json
@@ -286,9 +289,18 @@ files:
286
289
  - apis/inspector/2016-02-16/examples-1.json
287
290
  - apis/inspector/2016-02-16/paginators-1.json
288
291
  - apis/iot-data/2015-05-28/api-2.json
292
+ - apis/iot-jobs-data/2017-09-29/api-2.json
293
+ - apis/iot-jobs-data/2017-09-29/examples-1.json
294
+ - apis/iot-jobs-data/2017-09-29/paginators-1.json
289
295
  - apis/iot/2015-05-28/api-2.json
290
296
  - apis/iot/2015-05-28/examples-1.json
291
297
  - apis/iot/2015-05-28/paginators-1.json
298
+ - apis/kinesis-video-archived-media/2017-09-30/api-2.json
299
+ - apis/kinesis-video-archived-media/2017-09-30/examples-1.json
300
+ - apis/kinesis-video-archived-media/2017-09-30/paginators-1.json
301
+ - apis/kinesis-video-media/2017-09-30/api-2.json
302
+ - apis/kinesis-video-media/2017-09-30/examples-1.json
303
+ - apis/kinesis-video-media/2017-09-30/paginators-1.json
292
304
  - apis/kinesis/2013-12-02/api-2.json
293
305
  - apis/kinesis/2013-12-02/examples-1.json
294
306
  - apis/kinesis/2013-12-02/paginators-1.json
@@ -296,6 +308,9 @@ files:
296
308
  - apis/kinesisanalytics/2015-08-14/api-2.json
297
309
  - apis/kinesisanalytics/2015-08-14/examples-1.json
298
310
  - apis/kinesisanalytics/2015-08-14/paginators-1.json
311
+ - apis/kinesisvideo/2017-09-30/api-2.json
312
+ - apis/kinesisvideo/2017-09-30/examples-1.json
313
+ - apis/kinesisvideo/2017-09-30/paginators-1.json
299
314
  - apis/kms/2014-11-01/api-2.json
300
315
  - apis/kms/2014-11-01/examples-1.json
301
316
  - apis/kms/2014-11-01/paginators-1.json
@@ -403,11 +418,18 @@ files:
403
418
  - apis/runtime.lex/2016-11-28/api-2.json
404
419
  - apis/runtime.lex/2016-11-28/examples-1.json
405
420
  - apis/runtime.lex/2016-11-28/paginators-1.json
421
+ - apis/runtime.sagemaker/2017-05-13/api-2.json
422
+ - apis/runtime.sagemaker/2017-05-13/examples-1.json
423
+ - apis/runtime.sagemaker/2017-05-13/paginators-1.json
406
424
  - apis/s3/2006-03-01/api-2.json
407
425
  - apis/s3/2006-03-01/examples-1.json
408
426
  - apis/s3/2006-03-01/paginators-1.json
409
427
  - apis/s3/2006-03-01/resources-1.json
410
428
  - apis/s3/2006-03-01/waiters-2.json
429
+ - apis/sagemaker/2017-07-24/api-2.json
430
+ - apis/sagemaker/2017-07-24/examples-1.json
431
+ - apis/sagemaker/2017-07-24/paginators-1.json
432
+ - apis/sagemaker/2017-07-24/waiters-2.json
411
433
  - apis/sdb/2009-04-15/api-2.json
412
434
  - apis/sdb/2009-04-15/paginators-1.json
413
435
  - apis/servicecatalog/2015-12-10/api-2.json
@@ -451,6 +473,9 @@ files:
451
473
  - apis/swf/2012-01-25/api-2.json
452
474
  - apis/swf/2012-01-25/examples-1.json
453
475
  - apis/swf/2012-01-25/paginators-1.json
476
+ - apis/translate/2017-07-01/api-2.json
477
+ - apis/translate/2017-07-01/examples-1.json
478
+ - apis/translate/2017-07-01/paginators-1.json
454
479
  - apis/waf-regional/2016-11-28/api-2.json
455
480
  - apis/waf-regional/2016-11-28/examples-1.json
456
481
  - apis/waf-regional/2016-11-28/paginators-1.json
@@ -520,6 +545,7 @@ files:
520
545
  - lib/aws-sdk-core/cognitoidentity.rb
521
546
  - lib/aws-sdk-core/cognitoidentityprovider.rb
522
547
  - lib/aws-sdk-core/cognitosync.rb
548
+ - lib/aws-sdk-core/comprehend.rb
523
549
  - lib/aws-sdk-core/configservice.rb
524
550
  - lib/aws-sdk-core/costandusagereportservice.rb
525
551
  - lib/aws-sdk-core/costexplorer.rb
@@ -566,6 +592,7 @@ files:
566
592
  - lib/aws-sdk-core/instance_profile_credentials.rb
567
593
  - lib/aws-sdk-core/iot.rb
568
594
  - lib/aws-sdk-core/iotdataplane.rb
595
+ - lib/aws-sdk-core/iotjobsdataplane.rb
569
596
  - lib/aws-sdk-core/json.rb
570
597
  - lib/aws-sdk-core/json/builder.rb
571
598
  - lib/aws-sdk-core/json/error_handler.rb
@@ -575,6 +602,9 @@ files:
575
602
  - lib/aws-sdk-core/json/parser.rb
576
603
  - lib/aws-sdk-core/kinesis.rb
577
604
  - lib/aws-sdk-core/kinesisanalytics.rb
605
+ - lib/aws-sdk-core/kinesisvideo.rb
606
+ - lib/aws-sdk-core/kinesisvideoarchivedmedia.rb
607
+ - lib/aws-sdk-core/kinesisvideomedia.rb
578
608
  - lib/aws-sdk-core/kms.rb
579
609
  - lib/aws-sdk-core/lambda.rb
580
610
  - lib/aws-sdk-core/lambdapreview.rb
@@ -689,6 +719,8 @@ files:
689
719
  - lib/aws-sdk-core/s3.rb
690
720
  - lib/aws-sdk-core/s3/bucket_region_cache.rb
691
721
  - lib/aws-sdk-core/s3/presigner.rb
722
+ - lib/aws-sdk-core/sagemaker.rb
723
+ - lib/aws-sdk-core/sagemakerruntime.rb
692
724
  - lib/aws-sdk-core/service.rb
693
725
  - lib/aws-sdk-core/servicecatalog.rb
694
726
  - lib/aws-sdk-core/ses.rb
@@ -722,6 +754,7 @@ files:
722
754
  - lib/aws-sdk-core/stubbing/xml_error.rb
723
755
  - lib/aws-sdk-core/support.rb
724
756
  - lib/aws-sdk-core/swf.rb
757
+ - lib/aws-sdk-core/translate.rb
725
758
  - lib/aws-sdk-core/tree_hash.rb
726
759
  - lib/aws-sdk-core/type_builder.rb
727
760
  - lib/aws-sdk-core/version.rb