aws-sdk-core 2.11.277 → 2.11.278

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,22 @@
1
+ {
2
+ "pagination": {
3
+ "ListAssets": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "Assets"
8
+ },
9
+ "ListPackagingConfigurations": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "PackagingConfigurations"
14
+ },
15
+ "ListPackagingGroups": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "MaxResults",
18
+ "output_token": "NextToken",
19
+ "result_key": "PackagingGroups"
20
+ }
21
+ }
22
+ }
@@ -490,6 +490,7 @@
490
490
  "endpoints" : {
491
491
  "ap-northeast-1" : { },
492
492
  "ap-southeast-1" : { },
493
+ "eu-central-1" : { },
493
494
  "eu-west-1" : { },
494
495
  "us-east-1" : { },
495
496
  "us-east-2" : { },
@@ -136,6 +136,7 @@ module Aws
136
136
  MediaConvert
137
137
  MediaLive
138
138
  MediaPackage
139
+ MediaPackageVod
139
140
  MediaStore
140
141
  MediaStoreData
141
142
  MediaTailor
@@ -0,0 +1,5 @@
1
+ Aws.add_service(:MediaPackageVod, {
2
+ api: "#{Aws::API_DIR}/mediapackage-vod/2018-11-07/api-2.json",
3
+ docs: "#{Aws::API_DIR}/mediapackage-vod/2018-11-07/docs-2.json",
4
+ paginators: "#{Aws::API_DIR}/mediapackage-vod/2018-11-07/paginators-1.json",
5
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.277'
2
+ VERSION = '2.11.278'
3
3
  end
@@ -450,6 +450,10 @@
450
450
  "models": "mediapackage/2017-10-12",
451
451
  "endpoint": "mediapackage"
452
452
  },
453
+ "MediaPackageVod": {
454
+ "models": "mediapackage-vod/2018-11-07",
455
+ "endpoint": "mediapackage-vod"
456
+ },
453
457
  "MediaStore": {
454
458
  "models": "mediastore/2017-09-01",
455
459
  "endpoint": "mediastore"
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.277
4
+ version: 2.11.278
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: 2019-05-17 00:00:00.000000000 Z
11
+ date: 2019-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -496,6 +496,8 @@ files:
496
496
  - apis/medialive/2017-10-14/api-2.json
497
497
  - apis/medialive/2017-10-14/paginators-1.json
498
498
  - apis/medialive/2017-10-14/waiters-2.json
499
+ - apis/mediapackage-vod/2018-11-07/api-2.json
500
+ - apis/mediapackage-vod/2018-11-07/paginators-1.json
499
501
  - apis/mediapackage/2017-10-12/api-2.json
500
502
  - apis/mediapackage/2017-10-12/paginators-1.json
501
503
  - apis/mediastore-data/2017-09-01/api-2.json
@@ -907,6 +909,7 @@ files:
907
909
  - lib/aws-sdk-core/mediaconvert.rb
908
910
  - lib/aws-sdk-core/medialive.rb
909
911
  - lib/aws-sdk-core/mediapackage.rb
912
+ - lib/aws-sdk-core/mediapackagevod.rb
910
913
  - lib/aws-sdk-core/mediastore.rb
911
914
  - lib/aws-sdk-core/mediastoredata.rb
912
915
  - lib/aws-sdk-core/mediatailor.rb