Class: Aws::MediaTailor::Types::UpdateVodSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::UpdateVodSourceRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Note:
When making an API call, you may pass UpdateVodSourceRequest data as a hash:
{
http_package_configurations: [ # required
{
path: "__string", # required
source_group: "__string", # required
type: "DASH", # required, accepts DASH, HLS
},
],
source_location_name: "__string", # required
vod_source_name: "__string", # required
}
Updates a VOD source's configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#http_package_configurations ⇒ Array<Types::HttpPackageConfiguration>
A list of HTTP package configurations for the VOD source on this account.
-
#source_location_name ⇒ String
-
#vod_source_name ⇒ String
Instance Attribute Details
#http_package_configurations ⇒ Array<Types::HttpPackageConfiguration>
A list of HTTP package configurations for the VOD source on this account.
4309 4310 4311 4312 4313 4314 4315 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4309 class UpdateVodSourceRequest < Struct.new( :http_package_configurations, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#source_location_name ⇒ String
4309 4310 4311 4312 4313 4314 4315 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4309 class UpdateVodSourceRequest < Struct.new( :http_package_configurations, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |
#vod_source_name ⇒ String
4309 4310 4311 4312 4313 4314 4315 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4309 class UpdateVodSourceRequest < Struct.new( :http_package_configurations, :source_location_name, :vod_source_name) SENSITIVE = [] include Aws::Structure end |