aws-sdk-mediapackagevod 1.7.0 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a373c64d52a69d6c0d90ca586ac27501425ef784
4
- data.tar.gz: d11e2fd9486cea60ef3a171c9dbd26e443558c88
3
+ metadata.gz: 9c962ec18daedb2e7a79c4e2084981f5de926310
4
+ data.tar.gz: 734ad5a0013c37e91449604b5334b47d630632a6
5
5
  SHA512:
6
- metadata.gz: 932626e1f3ffca26cc3ab18bab340634f79290f87f601ca3ffc484f6f49c5dd54e2f4658dfbddd115e4e4d30435cbb713fbc1da32b3f456061eafe0198f12043
7
- data.tar.gz: 5d433fed18e55449ab76f6f5047af13e65382f90020e549ed2d39a2ba06e6ff0f263d2859d212514fb403a261118a3c8e92d58f19cd0d285bc1794e39b07d165
6
+ metadata.gz: cb29ea2240991906ae84d868462448375698e1e3f154e3b9cc75efeac906d3d82b64aee20c024cb79f2ff2de1b8068a37ae7af48994b37f9c1fc91cf8f682487
7
+ data.tar.gz: d4f0c6cda62dd65c48278fba9ed59ba15e148ead3647a2cfa9d18572e21fbad63ab8e77d28a9f878f54b1d194704ee11635395e71575e32a411d7e54ba55cad5
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediapackagevod/customizations'
42
42
  # @service
43
43
  module Aws::MediaPackageVod
44
44
 
45
- GEM_VERSION = '1.7.0'
45
+ GEM_VERSION = '1.8.0'
46
46
 
47
47
  end
@@ -512,6 +512,7 @@ module Aws::MediaPackageVod
512
512
  # @return [Types::CreatePackagingGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
513
513
  #
514
514
  # * {Types::CreatePackagingGroupResponse#arn #arn} => String
515
+ # * {Types::CreatePackagingGroupResponse#domain_name #domain_name} => String
515
516
  # * {Types::CreatePackagingGroupResponse#id #id} => String
516
517
  #
517
518
  # @example Request syntax with placeholder values
@@ -523,6 +524,7 @@ module Aws::MediaPackageVod
523
524
  # @example Response structure
524
525
  #
525
526
  # resp.arn #=> String
527
+ # resp.domain_name #=> String
526
528
  # resp.id #=> String
527
529
  #
528
530
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/CreatePackagingGroup AWS API Documentation
@@ -736,6 +738,7 @@ module Aws::MediaPackageVod
736
738
  # @return [Types::DescribePackagingGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
737
739
  #
738
740
  # * {Types::DescribePackagingGroupResponse#arn #arn} => String
741
+ # * {Types::DescribePackagingGroupResponse#domain_name #domain_name} => String
739
742
  # * {Types::DescribePackagingGroupResponse#id #id} => String
740
743
  #
741
744
  # @example Request syntax with placeholder values
@@ -747,6 +750,7 @@ module Aws::MediaPackageVod
747
750
  # @example Response structure
748
751
  #
749
752
  # resp.arn #=> String
753
+ # resp.domain_name #=> String
750
754
  # resp.id #=> String
751
755
  #
752
756
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/DescribePackagingGroup AWS API Documentation
@@ -915,6 +919,7 @@ module Aws::MediaPackageVod
915
919
  # resp.next_token #=> String
916
920
  # resp.packaging_groups #=> Array
917
921
  # resp.packaging_groups[0].arn #=> String
922
+ # resp.packaging_groups[0].domain_name #=> String
918
923
  # resp.packaging_groups[0].id #=> String
919
924
  #
920
925
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/ListPackagingGroups AWS API Documentation
@@ -939,7 +944,7 @@ module Aws::MediaPackageVod
939
944
  params: params,
940
945
  config: config)
941
946
  context[:gem_name] = 'aws-sdk-mediapackagevod'
942
- context[:gem_version] = '1.7.0'
947
+ context[:gem_version] = '1.8.0'
943
948
  Seahorse::Client::Request.new(handlers, context)
944
949
  end
945
950
 
@@ -160,6 +160,7 @@ module Aws::MediaPackageVod
160
160
  CreatePackagingGroupRequest.struct_class = Types::CreatePackagingGroupRequest
161
161
 
162
162
  CreatePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
163
+ CreatePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
163
164
  CreatePackagingGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
164
165
  CreatePackagingGroupResponse.struct_class = Types::CreatePackagingGroupResponse
165
166
 
@@ -221,6 +222,7 @@ module Aws::MediaPackageVod
221
222
  DescribePackagingGroupRequest.struct_class = Types::DescribePackagingGroupRequest
222
223
 
223
224
  DescribePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
225
+ DescribePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
224
226
  DescribePackagingGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
225
227
  DescribePackagingGroupResponse.struct_class = Types::DescribePackagingGroupResponse
226
228
 
@@ -316,6 +318,7 @@ module Aws::MediaPackageVod
316
318
  PackagingConfigurationList.struct_class = Types::PackagingConfigurationList
317
319
 
318
320
  PackagingGroup.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
321
+ PackagingGroup.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
319
322
  PackagingGroup.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
320
323
  PackagingGroup.struct_class = Types::PackagingGroup
321
324
 
@@ -499,6 +499,9 @@ module Aws::MediaPackageVod
499
499
  # @!attribute [rw] arn
500
500
  # @return [String]
501
501
  #
502
+ # @!attribute [rw] domain_name
503
+ # @return [String]
504
+ #
502
505
  # @!attribute [rw] id
503
506
  # @return [String]
504
507
  #
@@ -506,6 +509,7 @@ module Aws::MediaPackageVod
506
509
  #
507
510
  class CreatePackagingGroupResponse < Struct.new(
508
511
  :arn,
512
+ :domain_name,
509
513
  :id)
510
514
  include Aws::Structure
511
515
  end
@@ -826,6 +830,9 @@ module Aws::MediaPackageVod
826
830
  # @!attribute [rw] arn
827
831
  # @return [String]
828
832
  #
833
+ # @!attribute [rw] domain_name
834
+ # @return [String]
835
+ #
829
836
  # @!attribute [rw] id
830
837
  # @return [String]
831
838
  #
@@ -833,6 +840,7 @@ module Aws::MediaPackageVod
833
840
  #
834
841
  class DescribePackagingGroupResponse < Struct.new(
835
842
  :arn,
843
+ :domain_name,
836
844
  :id)
837
845
  include Aws::Structure
838
846
  end
@@ -1385,6 +1393,10 @@ module Aws::MediaPackageVod
1385
1393
  # The ARN of the PackagingGroup.
1386
1394
  # @return [String]
1387
1395
  #
1396
+ # @!attribute [rw] domain_name
1397
+ # The fully qualified domain name for Assets in the PackagingGroup.
1398
+ # @return [String]
1399
+ #
1388
1400
  # @!attribute [rw] id
1389
1401
  # The ID of the PackagingGroup.
1390
1402
  # @return [String]
@@ -1393,6 +1405,7 @@ module Aws::MediaPackageVod
1393
1405
  #
1394
1406
  class PackagingGroup < Struct.new(
1395
1407
  :arn,
1408
+ :domain_name,
1396
1409
  :id)
1397
1410
  include Aws::Structure
1398
1411
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackagevod
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.0
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-11-22 00:00:00.000000000 Z
11
+ date: 2019-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core