Class: Aws::MediaTailor::Types::UpdateLiveSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::UpdateLiveSourceRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Note:
When making an API call, you may pass UpdateLiveSourceRequest data as a hash:
{
http_package_configurations: [ # required
{
path: "__string", # required
source_group: "__string", # required
type: "DASH", # required, accepts DASH, HLS
},
],
live_source_name: "__string", # required
source_location_name: "__string", # required
}
Updates a live 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 live source on this account.
-
#live_source_name ⇒ String
-
#source_location_name ⇒ String
Instance Attribute Details
#http_package_configurations ⇒ Array<Types::HttpPackageConfiguration>
A list of HTTP package configurations for the live source on this account.
4121 4122 4123 4124 4125 4126 4127 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4121 class UpdateLiveSourceRequest < Struct.new( :http_package_configurations, :live_source_name, :source_location_name) SENSITIVE = [] include Aws::Structure end |
#live_source_name ⇒ String
4121 4122 4123 4124 4125 4126 4127 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4121 class UpdateLiveSourceRequest < Struct.new( :http_package_configurations, :live_source_name, :source_location_name) SENSITIVE = [] include Aws::Structure end |
#source_location_name ⇒ String
4121 4122 4123 4124 4125 4126 4127 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 4121 class UpdateLiveSourceRequest < Struct.new( :http_package_configurations, :live_source_name, :source_location_name) SENSITIVE = [] include Aws::Structure end |