aws-sdk-core 2.10.89 → 2.10.90

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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -97,6 +97,11 @@ module Aws
97
97
  MarketplaceCommerceAnalytics
98
98
  MarketplaceEntitlementService
99
99
  MarketplaceMetering
100
+ MediaConvert
101
+ MediaLive
102
+ MediaPackage
103
+ MediaStore
104
+ MediaStoreData
100
105
  MigrationHub
101
106
  Mobile
102
107
  OpsWorks
@@ -0,0 +1,4 @@
1
+ Aws.add_service(:MediaConvert, {
2
+ api: "#{Aws::API_DIR}/mediaconvert/2017-08-29/api-2.json",
3
+ docs: "#{Aws::API_DIR}/mediaconvert/2017-08-29/docs-2.json",
4
+ })
@@ -0,0 +1,5 @@
1
+ Aws.add_service(:MediaLive, {
2
+ api: "#{Aws::API_DIR}/medialive/2017-10-14/api-2.json",
3
+ docs: "#{Aws::API_DIR}/medialive/2017-10-14/docs-2.json",
4
+ paginators: "#{Aws::API_DIR}/medialive/2017-10-14/paginators-1.json",
5
+ })
@@ -0,0 +1,5 @@
1
+ Aws.add_service(:MediaPackage, {
2
+ api: "#{Aws::API_DIR}/mediapackage/2017-10-12/api-2.json",
3
+ docs: "#{Aws::API_DIR}/mediapackage/2017-10-12/docs-2.json",
4
+ paginators: "#{Aws::API_DIR}/mediapackage/2017-10-12/paginators-1.json",
5
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:MediaStore, {
2
+ api: "#{Aws::API_DIR}/mediastore/2017-09-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/mediastore/2017-09-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/mediastore/2017-09-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/mediastore/2017-09-01/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:MediaStoreData, {
2
+ api: "#{Aws::API_DIR}/mediastore-data/2017-09-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/mediastore-data/2017-09-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/mediastore-data/2017-09-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/mediastore-data/2017-09-01/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.89'
2
+ VERSION = '2.10.90'
3
3
  end
@@ -294,6 +294,26 @@
294
294
  "models": "meteringmarketplace/2016-01-14",
295
295
  "endpoint": "metering.marketplace"
296
296
  },
297
+ "MediaConvert": {
298
+ "models": "mediaconvert/2017-08-29",
299
+ "endpoint": "mediaconvert"
300
+ },
301
+ "MediaLive": {
302
+ "models": "medialive/2017-10-14",
303
+ "endpoint": "medialive"
304
+ },
305
+ "MediaPackage": {
306
+ "models": "mediapackage/2017-10-12",
307
+ "endpoint": "mediapackage"
308
+ },
309
+ "MediaStore": {
310
+ "models": "mediastore/2017-09-01",
311
+ "endpoint": "mediastore"
312
+ },
313
+ "MediaStoreData": {
314
+ "models": "mediastore-data/2017-09-01",
315
+ "endpoint": "data.mediastore"
316
+ },
297
317
  "MigrationHub": {
298
318
  "models": "AWSMigrationHub/2017-05-31",
299
319
  "endpoint": "mgh"
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.10.89
4
+ version: 2.10.90
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-11-22 00:00:00.000000000 Z
11
+ date: 2017-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -315,6 +315,17 @@ files:
315
315
  - apis/marketplacecommerceanalytics/2015-07-01/api-2.json
316
316
  - apis/marketplacecommerceanalytics/2015-07-01/examples-1.json
317
317
  - apis/marketplacecommerceanalytics/2015-07-01/paginators-1.json
318
+ - apis/mediaconvert/2017-08-29/api-2.json
319
+ - apis/medialive/2017-10-14/api-2.json
320
+ - apis/medialive/2017-10-14/paginators-1.json
321
+ - apis/mediapackage/2017-10-12/api-2.json
322
+ - apis/mediapackage/2017-10-12/paginators-1.json
323
+ - apis/mediastore-data/2017-09-01/api-2.json
324
+ - apis/mediastore-data/2017-09-01/examples-1.json
325
+ - apis/mediastore-data/2017-09-01/paginators-1.json
326
+ - apis/mediastore/2017-09-01/api-2.json
327
+ - apis/mediastore/2017-09-01/examples-1.json
328
+ - apis/mediastore/2017-09-01/paginators-1.json
318
329
  - apis/meteringmarketplace/2016-01-14/api-2.json
319
330
  - apis/meteringmarketplace/2016-01-14/examples-1.json
320
331
  - apis/mobile/2017-07-01/api-2.json
@@ -570,6 +581,11 @@ files:
570
581
  - lib/aws-sdk-core/marketplacecommerceanalytics.rb
571
582
  - lib/aws-sdk-core/marketplaceentitlementservice.rb
572
583
  - lib/aws-sdk-core/marketplacemetering.rb
584
+ - lib/aws-sdk-core/mediaconvert.rb
585
+ - lib/aws-sdk-core/medialive.rb
586
+ - lib/aws-sdk-core/mediapackage.rb
587
+ - lib/aws-sdk-core/mediastore.rb
588
+ - lib/aws-sdk-core/mediastoredata.rb
573
589
  - lib/aws-sdk-core/migrationhub.rb
574
590
  - lib/aws-sdk-core/mobile.rb
575
591
  - lib/aws-sdk-core/mturk.rb