aws-sdk-mediapackagev2 1.36.0 → 1.38.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediapackagev2/client.rb +150 -4
- data/lib/aws-sdk-mediapackagev2/client_api.rb +64 -4
- data/lib/aws-sdk-mediapackagev2/types.rb +172 -4
- data/lib/aws-sdk-mediapackagev2.rb +1 -1
- data/sig/client.rbs +40 -4
- data/sig/types.rbs +36 -0
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8379d144115c13543456665f59de626355dccb71281d3fbf8c78926414ba28b4
|
4
|
+
data.tar.gz: 9cead895198b5e7f89a392e7dc549fed2e292c5efa971027aa5745426d8edc51
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b9e1375ad4d928447b57ce17ba794cab8da80a1ab7d2975c3b4736845204d08425d13b93c7f4a4fce45155688a3b7b2cfe4ba37f6aaee21cb5f2eb83d7a04a3
|
7
|
+
data.tar.gz: f747841eff023347a90c440204a2ba5e0cc4f872d743f258be4b9197f71a35113b4c5a928a90b7fb4103a8eff2096ce705c82589bcdcefe91919340001ec624f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.38.0 (2025-05-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.37.0 (2025-03-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds the ResetChannelState and ResetOriginEndpointState operation to reset MediaPackage V2 channel and origin endpoint. This release also adds a new field, UrlEncodeChildManifest, for HLS/LL-HLS to allow URL-encoding child manifest query string based on the requirements of AWS SigV4.
|
13
|
+
|
4
14
|
1.36.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.38.0
|
@@ -1617,6 +1617,7 @@ module Aws::MediaPackageV2
|
|
1617
1617
|
# time_delay_seconds: 1,
|
1618
1618
|
# clip_start_time: Time.now,
|
1619
1619
|
# },
|
1620
|
+
# url_encode_child_manifest: false,
|
1620
1621
|
# },
|
1621
1622
|
# ],
|
1622
1623
|
# low_latency_hls_manifests: [
|
@@ -1639,6 +1640,7 @@ module Aws::MediaPackageV2
|
|
1639
1640
|
# time_delay_seconds: 1,
|
1640
1641
|
# clip_start_time: Time.now,
|
1641
1642
|
# },
|
1643
|
+
# url_encode_child_manifest: false,
|
1642
1644
|
# },
|
1643
1645
|
# ],
|
1644
1646
|
# dash_manifests: [
|
@@ -1718,6 +1720,7 @@ module Aws::MediaPackageV2
|
|
1718
1720
|
# resp.hls_manifests[0].filter_configuration.clip_start_time #=> Time
|
1719
1721
|
# resp.hls_manifests[0].start_tag.time_offset #=> Float
|
1720
1722
|
# resp.hls_manifests[0].start_tag.precise #=> Boolean
|
1723
|
+
# resp.hls_manifests[0].url_encode_child_manifest #=> Boolean
|
1721
1724
|
# resp.low_latency_hls_manifests #=> Array
|
1722
1725
|
# resp.low_latency_hls_manifests[0].manifest_name #=> String
|
1723
1726
|
# resp.low_latency_hls_manifests[0].url #=> String
|
@@ -1732,6 +1735,7 @@ module Aws::MediaPackageV2
|
|
1732
1735
|
# resp.low_latency_hls_manifests[0].filter_configuration.clip_start_time #=> Time
|
1733
1736
|
# resp.low_latency_hls_manifests[0].start_tag.time_offset #=> Float
|
1734
1737
|
# resp.low_latency_hls_manifests[0].start_tag.precise #=> Boolean
|
1738
|
+
# resp.low_latency_hls_manifests[0].url_encode_child_manifest #=> Boolean
|
1735
1739
|
# resp.dash_manifests #=> Array
|
1736
1740
|
# resp.dash_manifests[0].manifest_name #=> String
|
1737
1741
|
# resp.dash_manifests[0].url #=> String
|
@@ -2011,6 +2015,7 @@ module Aws::MediaPackageV2
|
|
2011
2015
|
# * {Types::GetChannelResponse#channel_group_name #channel_group_name} => String
|
2012
2016
|
# * {Types::GetChannelResponse#created_at #created_at} => Time
|
2013
2017
|
# * {Types::GetChannelResponse#modified_at #modified_at} => Time
|
2018
|
+
# * {Types::GetChannelResponse#reset_at #reset_at} => Time
|
2014
2019
|
# * {Types::GetChannelResponse#description #description} => String
|
2015
2020
|
# * {Types::GetChannelResponse#ingest_endpoints #ingest_endpoints} => Array<Types::IngestEndpoint>
|
2016
2021
|
# * {Types::GetChannelResponse#input_type #input_type} => String
|
@@ -2067,6 +2072,7 @@ module Aws::MediaPackageV2
|
|
2067
2072
|
# resp.channel_group_name #=> String
|
2068
2073
|
# resp.created_at #=> Time
|
2069
2074
|
# resp.modified_at #=> Time
|
2075
|
+
# resp.reset_at #=> Time
|
2070
2076
|
# resp.description #=> String
|
2071
2077
|
# resp.ingest_endpoints #=> Array
|
2072
2078
|
# resp.ingest_endpoints[0].id #=> String
|
@@ -2379,6 +2385,7 @@ module Aws::MediaPackageV2
|
|
2379
2385
|
# * {Types::GetOriginEndpointResponse#segment #segment} => Types::Segment
|
2380
2386
|
# * {Types::GetOriginEndpointResponse#created_at #created_at} => Time
|
2381
2387
|
# * {Types::GetOriginEndpointResponse#modified_at #modified_at} => Time
|
2388
|
+
# * {Types::GetOriginEndpointResponse#reset_at #reset_at} => Time
|
2382
2389
|
# * {Types::GetOriginEndpointResponse#description #description} => String
|
2383
2390
|
# * {Types::GetOriginEndpointResponse#startover_window_seconds #startover_window_seconds} => Integer
|
2384
2391
|
# * {Types::GetOriginEndpointResponse#hls_manifests #hls_manifests} => Array<Types::GetHlsManifestConfiguration>
|
@@ -2534,6 +2541,7 @@ module Aws::MediaPackageV2
|
|
2534
2541
|
# resp.segment.encryption.speke_key_provider.url #=> String
|
2535
2542
|
# resp.created_at #=> Time
|
2536
2543
|
# resp.modified_at #=> Time
|
2544
|
+
# resp.reset_at #=> Time
|
2537
2545
|
# resp.description #=> String
|
2538
2546
|
# resp.startover_window_seconds #=> Integer
|
2539
2547
|
# resp.hls_manifests #=> Array
|
@@ -2550,6 +2558,7 @@ module Aws::MediaPackageV2
|
|
2550
2558
|
# resp.hls_manifests[0].filter_configuration.clip_start_time #=> Time
|
2551
2559
|
# resp.hls_manifests[0].start_tag.time_offset #=> Float
|
2552
2560
|
# resp.hls_manifests[0].start_tag.precise #=> Boolean
|
2561
|
+
# resp.hls_manifests[0].url_encode_child_manifest #=> Boolean
|
2553
2562
|
# resp.low_latency_hls_manifests #=> Array
|
2554
2563
|
# resp.low_latency_hls_manifests[0].manifest_name #=> String
|
2555
2564
|
# resp.low_latency_hls_manifests[0].url #=> String
|
@@ -2564,6 +2573,7 @@ module Aws::MediaPackageV2
|
|
2564
2573
|
# resp.low_latency_hls_manifests[0].filter_configuration.clip_start_time #=> Time
|
2565
2574
|
# resp.low_latency_hls_manifests[0].start_tag.time_offset #=> Float
|
2566
2575
|
# resp.low_latency_hls_manifests[0].start_tag.precise #=> Boolean
|
2576
|
+
# resp.low_latency_hls_manifests[0].url_encode_child_manifest #=> Boolean
|
2567
2577
|
# resp.dash_manifests #=> Array
|
2568
2578
|
# resp.dash_manifests[0].manifest_name #=> String
|
2569
2579
|
# resp.dash_manifests[0].url #=> String
|
@@ -2664,9 +2674,8 @@ module Aws::MediaPackageV2
|
|
2664
2674
|
req.send_request(options)
|
2665
2675
|
end
|
2666
2676
|
|
2667
|
-
# Retrieves all channel groups that are configured in
|
2668
|
-
# MediaPackage
|
2669
|
-
# associated with it.
|
2677
|
+
# Retrieves all channel groups that are configured in Elemental
|
2678
|
+
# MediaPackage.
|
2670
2679
|
#
|
2671
2680
|
# @option params [Integer] :max_results
|
2672
2681
|
# The maximum number of results to return in the response.
|
@@ -3221,6 +3230,139 @@ module Aws::MediaPackageV2
|
|
3221
3230
|
req.send_request(options)
|
3222
3231
|
end
|
3223
3232
|
|
3233
|
+
# Resetting the channel can help to clear errors from misconfigurations
|
3234
|
+
# in the encoder. A reset refreshes the ingest stream and removes
|
3235
|
+
# previous content.
|
3236
|
+
#
|
3237
|
+
# Be sure to stop the encoder before you reset the channel, and wait at
|
3238
|
+
# least 30 seconds before you restart the encoder.
|
3239
|
+
#
|
3240
|
+
# @option params [required, String] :channel_group_name
|
3241
|
+
# The name of the channel group that contains the channel that you are
|
3242
|
+
# resetting.
|
3243
|
+
#
|
3244
|
+
# @option params [required, String] :channel_name
|
3245
|
+
# The name of the channel that you are resetting.
|
3246
|
+
#
|
3247
|
+
# @return [Types::ResetChannelStateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3248
|
+
#
|
3249
|
+
# * {Types::ResetChannelStateResponse#channel_group_name #channel_group_name} => String
|
3250
|
+
# * {Types::ResetChannelStateResponse#channel_name #channel_name} => String
|
3251
|
+
# * {Types::ResetChannelStateResponse#arn #arn} => String
|
3252
|
+
# * {Types::ResetChannelStateResponse#reset_at #reset_at} => Time
|
3253
|
+
#
|
3254
|
+
#
|
3255
|
+
# @example Example: Reset a Channel
|
3256
|
+
#
|
3257
|
+
# resp = client.reset_channel_state({
|
3258
|
+
# channel_group_name: "exampleChannelGroup",
|
3259
|
+
# channel_name: "exampleChannel",
|
3260
|
+
# })
|
3261
|
+
#
|
3262
|
+
# resp.to_h outputs the following:
|
3263
|
+
# {
|
3264
|
+
# arn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel",
|
3265
|
+
# channel_group_name: "exampleChannelGroup",
|
3266
|
+
# channel_name: "exampleChannel",
|
3267
|
+
# reset_at: Time.parse("2024-10-09T09:36:00.00Z"),
|
3268
|
+
# }
|
3269
|
+
#
|
3270
|
+
# @example Request syntax with placeholder values
|
3271
|
+
#
|
3272
|
+
# resp = client.reset_channel_state({
|
3273
|
+
# channel_group_name: "ResourceName", # required
|
3274
|
+
# channel_name: "ResourceName", # required
|
3275
|
+
# })
|
3276
|
+
#
|
3277
|
+
# @example Response structure
|
3278
|
+
#
|
3279
|
+
# resp.channel_group_name #=> String
|
3280
|
+
# resp.channel_name #=> String
|
3281
|
+
# resp.arn #=> String
|
3282
|
+
# resp.reset_at #=> Time
|
3283
|
+
#
|
3284
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/ResetChannelState AWS API Documentation
|
3285
|
+
#
|
3286
|
+
# @overload reset_channel_state(params = {})
|
3287
|
+
# @param [Hash] params ({})
|
3288
|
+
def reset_channel_state(params = {}, options = {})
|
3289
|
+
req = build_request(:reset_channel_state, params)
|
3290
|
+
req.send_request(options)
|
3291
|
+
end
|
3292
|
+
|
3293
|
+
# Resetting the origin endpoint can help to resolve unexpected behavior
|
3294
|
+
# and other content packaging issues. It also helps to preserve special
|
3295
|
+
# events when you don't want the previous content to be available for
|
3296
|
+
# viewing. A reset clears out all previous content from the origin
|
3297
|
+
# endpoint.
|
3298
|
+
#
|
3299
|
+
# MediaPackage might return old content from this endpoint in the first
|
3300
|
+
# 30 seconds after the endpoint reset. For best results, when possible,
|
3301
|
+
# wait 30 seconds from endpoint reset to send playback requests to this
|
3302
|
+
# endpoint.
|
3303
|
+
#
|
3304
|
+
# @option params [required, String] :channel_group_name
|
3305
|
+
# The name of the channel group that contains the channel with the
|
3306
|
+
# origin endpoint that you are resetting.
|
3307
|
+
#
|
3308
|
+
# @option params [required, String] :channel_name
|
3309
|
+
# The name of the channel with the origin endpoint that you are
|
3310
|
+
# resetting.
|
3311
|
+
#
|
3312
|
+
# @option params [required, String] :origin_endpoint_name
|
3313
|
+
# The name of the origin endpoint that you are resetting.
|
3314
|
+
#
|
3315
|
+
# @return [Types::ResetOriginEndpointStateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3316
|
+
#
|
3317
|
+
# * {Types::ResetOriginEndpointStateResponse#channel_group_name #channel_group_name} => String
|
3318
|
+
# * {Types::ResetOriginEndpointStateResponse#channel_name #channel_name} => String
|
3319
|
+
# * {Types::ResetOriginEndpointStateResponse#origin_endpoint_name #origin_endpoint_name} => String
|
3320
|
+
# * {Types::ResetOriginEndpointStateResponse#arn #arn} => String
|
3321
|
+
# * {Types::ResetOriginEndpointStateResponse#reset_at #reset_at} => Time
|
3322
|
+
#
|
3323
|
+
#
|
3324
|
+
# @example Example: Reset an OriginEndpoint
|
3325
|
+
#
|
3326
|
+
# resp = client.reset_origin_endpoint_state({
|
3327
|
+
# channel_group_name: "exampleChannelGroup",
|
3328
|
+
# channel_name: "exampleChannel",
|
3329
|
+
# origin_endpoint_name: "exampleOriginEndpoint",
|
3330
|
+
# })
|
3331
|
+
#
|
3332
|
+
# resp.to_h outputs the following:
|
3333
|
+
# {
|
3334
|
+
# arn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpoint",
|
3335
|
+
# channel_group_name: "exampleChannelGroup",
|
3336
|
+
# channel_name: "exampleChannel",
|
3337
|
+
# origin_endpoint_name: "exampleOriginEndpoint",
|
3338
|
+
# reset_at: Time.parse("2024-10-09T09:36:00.00Z"),
|
3339
|
+
# }
|
3340
|
+
#
|
3341
|
+
# @example Request syntax with placeholder values
|
3342
|
+
#
|
3343
|
+
# resp = client.reset_origin_endpoint_state({
|
3344
|
+
# channel_group_name: "ResourceName", # required
|
3345
|
+
# channel_name: "ResourceName", # required
|
3346
|
+
# origin_endpoint_name: "ResourceName", # required
|
3347
|
+
# })
|
3348
|
+
#
|
3349
|
+
# @example Response structure
|
3350
|
+
#
|
3351
|
+
# resp.channel_group_name #=> String
|
3352
|
+
# resp.channel_name #=> String
|
3353
|
+
# resp.origin_endpoint_name #=> String
|
3354
|
+
# resp.arn #=> String
|
3355
|
+
# resp.reset_at #=> Time
|
3356
|
+
#
|
3357
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/ResetOriginEndpointState AWS API Documentation
|
3358
|
+
#
|
3359
|
+
# @overload reset_origin_endpoint_state(params = {})
|
3360
|
+
# @param [Hash] params ({})
|
3361
|
+
def reset_origin_endpoint_state(params = {}, options = {})
|
3362
|
+
req = build_request(:reset_origin_endpoint_state, params)
|
3363
|
+
req.send_request(options)
|
3364
|
+
end
|
3365
|
+
|
3224
3366
|
# Assigns one of more tags (key-value pairs) to the specified
|
3225
3367
|
# MediaPackage resource.
|
3226
3368
|
#
|
@@ -3856,6 +3998,7 @@ module Aws::MediaPackageV2
|
|
3856
3998
|
# time_delay_seconds: 1,
|
3857
3999
|
# clip_start_time: Time.now,
|
3858
4000
|
# },
|
4001
|
+
# url_encode_child_manifest: false,
|
3859
4002
|
# },
|
3860
4003
|
# ],
|
3861
4004
|
# low_latency_hls_manifests: [
|
@@ -3878,6 +4021,7 @@ module Aws::MediaPackageV2
|
|
3878
4021
|
# time_delay_seconds: 1,
|
3879
4022
|
# clip_start_time: Time.now,
|
3880
4023
|
# },
|
4024
|
+
# url_encode_child_manifest: false,
|
3881
4025
|
# },
|
3882
4026
|
# ],
|
3883
4027
|
# dash_manifests: [
|
@@ -3955,6 +4099,7 @@ module Aws::MediaPackageV2
|
|
3955
4099
|
# resp.hls_manifests[0].filter_configuration.clip_start_time #=> Time
|
3956
4100
|
# resp.hls_manifests[0].start_tag.time_offset #=> Float
|
3957
4101
|
# resp.hls_manifests[0].start_tag.precise #=> Boolean
|
4102
|
+
# resp.hls_manifests[0].url_encode_child_manifest #=> Boolean
|
3958
4103
|
# resp.low_latency_hls_manifests #=> Array
|
3959
4104
|
# resp.low_latency_hls_manifests[0].manifest_name #=> String
|
3960
4105
|
# resp.low_latency_hls_manifests[0].url #=> String
|
@@ -3969,6 +4114,7 @@ module Aws::MediaPackageV2
|
|
3969
4114
|
# resp.low_latency_hls_manifests[0].filter_configuration.clip_start_time #=> Time
|
3970
4115
|
# resp.low_latency_hls_manifests[0].start_tag.time_offset #=> Float
|
3971
4116
|
# resp.low_latency_hls_manifests[0].start_tag.precise #=> Boolean
|
4117
|
+
# resp.low_latency_hls_manifests[0].url_encode_child_manifest #=> Boolean
|
3972
4118
|
# resp.force_endpoint_error_configuration.endpoint_error_conditions #=> Array
|
3973
4119
|
# resp.force_endpoint_error_configuration.endpoint_error_conditions[0] #=> String, one of "STALE_MANIFEST", "INCOMPLETE_MANIFEST", "MISSING_DRM_KEY", "SLATE_INPUT"
|
3974
4120
|
# resp.etag #=> String
|
@@ -4021,7 +4167,7 @@ module Aws::MediaPackageV2
|
|
4021
4167
|
tracer: tracer
|
4022
4168
|
)
|
4023
4169
|
context[:gem_name] = 'aws-sdk-mediapackagev2'
|
4024
|
-
context[:gem_version] = '1.
|
4170
|
+
context[:gem_version] = '1.38.0'
|
4025
4171
|
Seahorse::Client::Request.new(handlers, context)
|
4026
4172
|
end
|
4027
4173
|
|
@@ -150,6 +150,10 @@ module Aws::MediaPackageV2
|
|
150
150
|
PutChannelPolicyResponse = Shapes::StructureShape.new(name: 'PutChannelPolicyResponse')
|
151
151
|
PutOriginEndpointPolicyRequest = Shapes::StructureShape.new(name: 'PutOriginEndpointPolicyRequest')
|
152
152
|
PutOriginEndpointPolicyResponse = Shapes::StructureShape.new(name: 'PutOriginEndpointPolicyResponse')
|
153
|
+
ResetChannelStateRequest = Shapes::StructureShape.new(name: 'ResetChannelStateRequest')
|
154
|
+
ResetChannelStateResponse = Shapes::StructureShape.new(name: 'ResetChannelStateResponse')
|
155
|
+
ResetOriginEndpointStateRequest = Shapes::StructureShape.new(name: 'ResetOriginEndpointStateRequest')
|
156
|
+
ResetOriginEndpointStateResponse = Shapes::StructureShape.new(name: 'ResetOriginEndpointStateResponse')
|
153
157
|
ResourceDescription = Shapes::StringShape.new(name: 'ResourceDescription')
|
154
158
|
ResourceName = Shapes::StringShape.new(name: 'ResourceName')
|
155
159
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
@@ -230,7 +234,7 @@ module Aws::MediaPackageV2
|
|
230
234
|
ConflictException.struct_class = Types::ConflictException
|
231
235
|
|
232
236
|
CreateChannelGroupRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ChannelGroupName"))
|
233
|
-
CreateChannelGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location: "header", location_name: "x-amzn-client-token", metadata: {"idempotencyToken"=>true}))
|
237
|
+
CreateChannelGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location: "header", location_name: "x-amzn-client-token", metadata: {"idempotencyToken" => true}))
|
234
238
|
CreateChannelGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
|
235
239
|
CreateChannelGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
236
240
|
CreateChannelGroupRequest.struct_class = Types::CreateChannelGroupRequest
|
@@ -247,7 +251,7 @@ module Aws::MediaPackageV2
|
|
247
251
|
|
248
252
|
CreateChannelRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
|
249
253
|
CreateChannelRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ChannelName"))
|
250
|
-
CreateChannelRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location: "header", location_name: "x-amzn-client-token", metadata: {"idempotencyToken"=>true}))
|
254
|
+
CreateChannelRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location: "header", location_name: "x-amzn-client-token", metadata: {"idempotencyToken" => true}))
|
251
255
|
CreateChannelRequest.add_member(:input_type, Shapes::ShapeRef.new(shape: InputType, location_name: "InputType"))
|
252
256
|
CreateChannelRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
|
253
257
|
CreateChannelRequest.add_member(:input_switch_configuration, Shapes::ShapeRef.new(shape: InputSwitchConfiguration, location_name: "InputSwitchConfiguration"))
|
@@ -291,7 +295,7 @@ module Aws::MediaPackageV2
|
|
291
295
|
CreateHarvestJobRequest.add_member(:harvested_manifests, Shapes::ShapeRef.new(shape: HarvestedManifests, required: true, location_name: "HarvestedManifests"))
|
292
296
|
CreateHarvestJobRequest.add_member(:schedule_configuration, Shapes::ShapeRef.new(shape: HarvesterScheduleConfiguration, required: true, location_name: "ScheduleConfiguration"))
|
293
297
|
CreateHarvestJobRequest.add_member(:destination, Shapes::ShapeRef.new(shape: Destination, required: true, location_name: "Destination"))
|
294
|
-
CreateHarvestJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location: "header", location_name: "x-amzn-client-token", metadata: {"idempotencyToken"=>true}))
|
298
|
+
CreateHarvestJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location: "header", location_name: "x-amzn-client-token", metadata: {"idempotencyToken" => true}))
|
295
299
|
CreateHarvestJobRequest.add_member(:harvest_job_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "HarvestJobName"))
|
296
300
|
CreateHarvestJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
297
301
|
CreateHarvestJobRequest.struct_class = Types::CreateHarvestJobRequest
|
@@ -320,6 +324,7 @@ module Aws::MediaPackageV2
|
|
320
324
|
CreateHlsManifestConfiguration.add_member(:manifest_window_seconds, Shapes::ShapeRef.new(shape: CreateHlsManifestConfigurationManifestWindowSecondsInteger, location_name: "ManifestWindowSeconds"))
|
321
325
|
CreateHlsManifestConfiguration.add_member(:program_date_time_interval_seconds, Shapes::ShapeRef.new(shape: CreateHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger, location_name: "ProgramDateTimeIntervalSeconds"))
|
322
326
|
CreateHlsManifestConfiguration.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: FilterConfiguration, location_name: "FilterConfiguration"))
|
327
|
+
CreateHlsManifestConfiguration.add_member(:url_encode_child_manifest, Shapes::ShapeRef.new(shape: Boolean, location_name: "UrlEncodeChildManifest"))
|
323
328
|
CreateHlsManifestConfiguration.struct_class = Types::CreateHlsManifestConfiguration
|
324
329
|
|
325
330
|
CreateHlsManifests.member = Shapes::ShapeRef.new(shape: CreateHlsManifestConfiguration)
|
@@ -331,6 +336,7 @@ module Aws::MediaPackageV2
|
|
331
336
|
CreateLowLatencyHlsManifestConfiguration.add_member(:manifest_window_seconds, Shapes::ShapeRef.new(shape: CreateLowLatencyHlsManifestConfigurationManifestWindowSecondsInteger, location_name: "ManifestWindowSeconds"))
|
332
337
|
CreateLowLatencyHlsManifestConfiguration.add_member(:program_date_time_interval_seconds, Shapes::ShapeRef.new(shape: CreateLowLatencyHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger, location_name: "ProgramDateTimeIntervalSeconds"))
|
333
338
|
CreateLowLatencyHlsManifestConfiguration.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: FilterConfiguration, location_name: "FilterConfiguration"))
|
339
|
+
CreateLowLatencyHlsManifestConfiguration.add_member(:url_encode_child_manifest, Shapes::ShapeRef.new(shape: Boolean, location_name: "UrlEncodeChildManifest"))
|
334
340
|
CreateLowLatencyHlsManifestConfiguration.struct_class = Types::CreateLowLatencyHlsManifestConfiguration
|
335
341
|
|
336
342
|
CreateLowLatencyHlsManifests.member = Shapes::ShapeRef.new(shape: CreateLowLatencyHlsManifestConfiguration)
|
@@ -340,7 +346,7 @@ module Aws::MediaPackageV2
|
|
340
346
|
CreateOriginEndpointRequest.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "OriginEndpointName"))
|
341
347
|
CreateOriginEndpointRequest.add_member(:container_type, Shapes::ShapeRef.new(shape: ContainerType, required: true, location_name: "ContainerType"))
|
342
348
|
CreateOriginEndpointRequest.add_member(:segment, Shapes::ShapeRef.new(shape: Segment, location_name: "Segment"))
|
343
|
-
CreateOriginEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location: "header", location_name: "x-amzn-client-token", metadata: {"idempotencyToken"=>true}))
|
349
|
+
CreateOriginEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location: "header", location_name: "x-amzn-client-token", metadata: {"idempotencyToken" => true}))
|
344
350
|
CreateOriginEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
|
345
351
|
CreateOriginEndpointRequest.add_member(:startover_window_seconds, Shapes::ShapeRef.new(shape: CreateOriginEndpointRequestStartoverWindowSecondsInteger, location_name: "StartoverWindowSeconds"))
|
346
352
|
CreateOriginEndpointRequest.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: CreateHlsManifests, location_name: "HlsManifests"))
|
@@ -465,6 +471,7 @@ module Aws::MediaPackageV2
|
|
465
471
|
GetChannelResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
|
466
472
|
GetChannelResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
|
467
473
|
GetChannelResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
|
474
|
+
GetChannelResponse.add_member(:reset_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ResetAt"))
|
468
475
|
GetChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
|
469
476
|
GetChannelResponse.add_member(:ingest_endpoints, Shapes::ShapeRef.new(shape: IngestEndpointList, location_name: "IngestEndpoints"))
|
470
477
|
GetChannelResponse.add_member(:input_type, Shapes::ShapeRef.new(shape: InputType, location_name: "InputType"))
|
@@ -521,6 +528,7 @@ module Aws::MediaPackageV2
|
|
521
528
|
GetHlsManifestConfiguration.add_member(:scte_hls, Shapes::ShapeRef.new(shape: ScteHls, location_name: "ScteHls"))
|
522
529
|
GetHlsManifestConfiguration.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: FilterConfiguration, location_name: "FilterConfiguration"))
|
523
530
|
GetHlsManifestConfiguration.add_member(:start_tag, Shapes::ShapeRef.new(shape: StartTag, location_name: "StartTag"))
|
531
|
+
GetHlsManifestConfiguration.add_member(:url_encode_child_manifest, Shapes::ShapeRef.new(shape: Boolean, location_name: "UrlEncodeChildManifest"))
|
524
532
|
GetHlsManifestConfiguration.struct_class = Types::GetHlsManifestConfiguration
|
525
533
|
|
526
534
|
GetHlsManifests.member = Shapes::ShapeRef.new(shape: GetHlsManifestConfiguration)
|
@@ -533,6 +541,7 @@ module Aws::MediaPackageV2
|
|
533
541
|
GetLowLatencyHlsManifestConfiguration.add_member(:scte_hls, Shapes::ShapeRef.new(shape: ScteHls, location_name: "ScteHls"))
|
534
542
|
GetLowLatencyHlsManifestConfiguration.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: FilterConfiguration, location_name: "FilterConfiguration"))
|
535
543
|
GetLowLatencyHlsManifestConfiguration.add_member(:start_tag, Shapes::ShapeRef.new(shape: StartTag, location_name: "StartTag"))
|
544
|
+
GetLowLatencyHlsManifestConfiguration.add_member(:url_encode_child_manifest, Shapes::ShapeRef.new(shape: Boolean, location_name: "UrlEncodeChildManifest"))
|
536
545
|
GetLowLatencyHlsManifestConfiguration.struct_class = Types::GetLowLatencyHlsManifestConfiguration
|
537
546
|
|
538
547
|
GetLowLatencyHlsManifests.member = Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifestConfiguration)
|
@@ -561,6 +570,7 @@ module Aws::MediaPackageV2
|
|
561
570
|
GetOriginEndpointResponse.add_member(:segment, Shapes::ShapeRef.new(shape: Segment, required: true, location_name: "Segment"))
|
562
571
|
GetOriginEndpointResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
|
563
572
|
GetOriginEndpointResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
|
573
|
+
GetOriginEndpointResponse.add_member(:reset_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ResetAt"))
|
564
574
|
GetOriginEndpointResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
|
565
575
|
GetOriginEndpointResponse.add_member(:startover_window_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "StartoverWindowSeconds"))
|
566
576
|
GetOriginEndpointResponse.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: GetHlsManifests, location_name: "HlsManifests"))
|
@@ -724,6 +734,28 @@ module Aws::MediaPackageV2
|
|
724
734
|
|
725
735
|
PutOriginEndpointPolicyResponse.struct_class = Types::PutOriginEndpointPolicyResponse
|
726
736
|
|
737
|
+
ResetChannelStateRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
|
738
|
+
ResetChannelStateRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
|
739
|
+
ResetChannelStateRequest.struct_class = Types::ResetChannelStateRequest
|
740
|
+
|
741
|
+
ResetChannelStateResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelGroupName"))
|
742
|
+
ResetChannelStateResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ChannelName"))
|
743
|
+
ResetChannelStateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
|
744
|
+
ResetChannelStateResponse.add_member(:reset_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ResetAt"))
|
745
|
+
ResetChannelStateResponse.struct_class = Types::ResetChannelStateResponse
|
746
|
+
|
747
|
+
ResetOriginEndpointStateRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
|
748
|
+
ResetOriginEndpointStateRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
|
749
|
+
ResetOriginEndpointStateRequest.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "OriginEndpointName"))
|
750
|
+
ResetOriginEndpointStateRequest.struct_class = Types::ResetOriginEndpointStateRequest
|
751
|
+
|
752
|
+
ResetOriginEndpointStateResponse.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ChannelGroupName"))
|
753
|
+
ResetOriginEndpointStateResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ChannelName"))
|
754
|
+
ResetOriginEndpointStateResponse.add_member(:origin_endpoint_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "OriginEndpointName"))
|
755
|
+
ResetOriginEndpointStateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
|
756
|
+
ResetOriginEndpointStateResponse.add_member(:reset_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ResetAt"))
|
757
|
+
ResetOriginEndpointStateResponse.struct_class = Types::ResetOriginEndpointStateResponse
|
758
|
+
|
727
759
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
728
760
|
ResourceNotFoundException.add_member(:resource_type_not_found, Shapes::ShapeRef.new(shape: ResourceTypeNotFound, location_name: "ResourceTypeNotFound"))
|
729
761
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
@@ -1205,6 +1237,34 @@ module Aws::MediaPackageV2
|
|
1205
1237
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1206
1238
|
end)
|
1207
1239
|
|
1240
|
+
api.add_operation(:reset_channel_state, Seahorse::Model::Operation.new.tap do |o|
|
1241
|
+
o.name = "ResetChannelState"
|
1242
|
+
o.http_method = "POST"
|
1243
|
+
o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/reset"
|
1244
|
+
o.input = Shapes::ShapeRef.new(shape: ResetChannelStateRequest)
|
1245
|
+
o.output = Shapes::ShapeRef.new(shape: ResetChannelStateResponse)
|
1246
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1247
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1248
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1249
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1250
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1251
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1252
|
+
end)
|
1253
|
+
|
1254
|
+
api.add_operation(:reset_origin_endpoint_state, Seahorse::Model::Operation.new.tap do |o|
|
1255
|
+
o.name = "ResetOriginEndpointState"
|
1256
|
+
o.http_method = "POST"
|
1257
|
+
o.http_request_uri = "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/reset"
|
1258
|
+
o.input = Shapes::ShapeRef.new(shape: ResetOriginEndpointStateRequest)
|
1259
|
+
o.output = Shapes::ShapeRef.new(shape: ResetOriginEndpointStateResponse)
|
1260
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1261
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1262
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1263
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1264
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1265
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1266
|
+
end)
|
1267
|
+
|
1208
1268
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1209
1269
|
o.name = "TagResource"
|
1210
1270
|
o.http_method = "POST"
|
@@ -741,6 +741,18 @@ module Aws::MediaPackageV2
|
|
741
741
|
# requests for this manifest.
|
742
742
|
# @return [Types::FilterConfiguration]
|
743
743
|
#
|
744
|
+
# @!attribute [rw] url_encode_child_manifest
|
745
|
+
# When enabled, MediaPackage URL-encodes the query string for API
|
746
|
+
# requests for HLS child manifests to comply with Amazon Web Services
|
747
|
+
# Signature Version 4 (SigV4) signature signing protocol. For more
|
748
|
+
# information, see [Amazon Web Services Signature Version 4 for API
|
749
|
+
# requests][1] in *Identity and Access Management User Guide*.
|
750
|
+
#
|
751
|
+
#
|
752
|
+
#
|
753
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html
|
754
|
+
# @return [Boolean]
|
755
|
+
#
|
744
756
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/CreateHlsManifestConfiguration AWS API Documentation
|
745
757
|
#
|
746
758
|
class CreateHlsManifestConfiguration < Struct.new(
|
@@ -750,7 +762,8 @@ module Aws::MediaPackageV2
|
|
750
762
|
:start_tag,
|
751
763
|
:manifest_window_seconds,
|
752
764
|
:program_date_time_interval_seconds,
|
753
|
-
:filter_configuration
|
765
|
+
:filter_configuration,
|
766
|
+
:url_encode_child_manifest)
|
754
767
|
SENSITIVE = []
|
755
768
|
include Aws::Structure
|
756
769
|
end
|
@@ -809,6 +822,18 @@ module Aws::MediaPackageV2
|
|
809
822
|
# requests for this manifest.
|
810
823
|
# @return [Types::FilterConfiguration]
|
811
824
|
#
|
825
|
+
# @!attribute [rw] url_encode_child_manifest
|
826
|
+
# When enabled, MediaPackage URL-encodes the query string for API
|
827
|
+
# requests for LL-HLS child manifests to comply with Amazon Web
|
828
|
+
# Services Signature Version 4 (SigV4) signature signing protocol. For
|
829
|
+
# more information, see [Amazon Web Services Signature Version 4 for
|
830
|
+
# API requests][1] in *Identity and Access Management User Guide*.
|
831
|
+
#
|
832
|
+
#
|
833
|
+
#
|
834
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html
|
835
|
+
# @return [Boolean]
|
836
|
+
#
|
812
837
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/CreateLowLatencyHlsManifestConfiguration AWS API Documentation
|
813
838
|
#
|
814
839
|
class CreateLowLatencyHlsManifestConfiguration < Struct.new(
|
@@ -818,7 +843,8 @@ module Aws::MediaPackageV2
|
|
818
843
|
:start_tag,
|
819
844
|
:manifest_window_seconds,
|
820
845
|
:program_date_time_interval_seconds,
|
821
|
-
:filter_configuration
|
846
|
+
:filter_configuration,
|
847
|
+
:url_encode_child_manifest)
|
822
848
|
SENSITIVE = []
|
823
849
|
include Aws::Structure
|
824
850
|
end
|
@@ -1568,6 +1594,10 @@ module Aws::MediaPackageV2
|
|
1568
1594
|
# The date and time the channel was modified.
|
1569
1595
|
# @return [Time]
|
1570
1596
|
#
|
1597
|
+
# @!attribute [rw] reset_at
|
1598
|
+
# The time that the channel was last reset.
|
1599
|
+
# @return [Time]
|
1600
|
+
#
|
1571
1601
|
# @!attribute [rw] description
|
1572
1602
|
# The description for your channel.
|
1573
1603
|
# @return [String]
|
@@ -1621,6 +1651,7 @@ module Aws::MediaPackageV2
|
|
1621
1651
|
:channel_group_name,
|
1622
1652
|
:created_at,
|
1623
1653
|
:modified_at,
|
1654
|
+
:reset_at,
|
1624
1655
|
:description,
|
1625
1656
|
:ingest_endpoints,
|
1626
1657
|
:input_type,
|
@@ -1905,6 +1936,18 @@ module Aws::MediaPackageV2
|
|
1905
1936
|
# in the EXT-X-START tag.
|
1906
1937
|
# @return [Types::StartTag]
|
1907
1938
|
#
|
1939
|
+
# @!attribute [rw] url_encode_child_manifest
|
1940
|
+
# When enabled, MediaPackage URL-encodes the query string for API
|
1941
|
+
# requests for HLS child manifests to comply with Amazon Web Services
|
1942
|
+
# Signature Version 4 (SigV4) signature signing protocol. For more
|
1943
|
+
# information, see [Amazon Web Services Signature Version 4 for API
|
1944
|
+
# requests][1] in *Identity and Access Management User Guide*.
|
1945
|
+
#
|
1946
|
+
#
|
1947
|
+
#
|
1948
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html
|
1949
|
+
# @return [Boolean]
|
1950
|
+
#
|
1908
1951
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/GetHlsManifestConfiguration AWS API Documentation
|
1909
1952
|
#
|
1910
1953
|
class GetHlsManifestConfiguration < Struct.new(
|
@@ -1915,7 +1958,8 @@ module Aws::MediaPackageV2
|
|
1915
1958
|
:program_date_time_interval_seconds,
|
1916
1959
|
:scte_hls,
|
1917
1960
|
:filter_configuration,
|
1918
|
-
:start_tag
|
1961
|
+
:start_tag,
|
1962
|
+
:url_encode_child_manifest)
|
1919
1963
|
SENSITIVE = []
|
1920
1964
|
include Aws::Structure
|
1921
1965
|
end
|
@@ -1978,6 +2022,18 @@ module Aws::MediaPackageV2
|
|
1978
2022
|
# in the EXT-X-START tag.
|
1979
2023
|
# @return [Types::StartTag]
|
1980
2024
|
#
|
2025
|
+
# @!attribute [rw] url_encode_child_manifest
|
2026
|
+
# When enabled, MediaPackage URL-encodes the query string for API
|
2027
|
+
# requests for LL-HLS child manifests to comply with Amazon Web
|
2028
|
+
# Services Signature Version 4 (SigV4) signature signing protocol. For
|
2029
|
+
# more information, see [Amazon Web Services Signature Version 4 for
|
2030
|
+
# API requests][1] in *Identity and Access Management User Guide*.
|
2031
|
+
#
|
2032
|
+
#
|
2033
|
+
#
|
2034
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html
|
2035
|
+
# @return [Boolean]
|
2036
|
+
#
|
1981
2037
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/GetLowLatencyHlsManifestConfiguration AWS API Documentation
|
1982
2038
|
#
|
1983
2039
|
class GetLowLatencyHlsManifestConfiguration < Struct.new(
|
@@ -1988,7 +2044,8 @@ module Aws::MediaPackageV2
|
|
1988
2044
|
:program_date_time_interval_seconds,
|
1989
2045
|
:scte_hls,
|
1990
2046
|
:filter_configuration,
|
1991
|
-
:start_tag
|
2047
|
+
:start_tag,
|
2048
|
+
:url_encode_child_manifest)
|
1992
2049
|
SENSITIVE = []
|
1993
2050
|
include Aws::Structure
|
1994
2051
|
end
|
@@ -2121,6 +2178,10 @@ module Aws::MediaPackageV2
|
|
2121
2178
|
# The date and time the origin endpoint was modified.
|
2122
2179
|
# @return [Time]
|
2123
2180
|
#
|
2181
|
+
# @!attribute [rw] reset_at
|
2182
|
+
# The time that the origin endpoint was last reset.
|
2183
|
+
# @return [Time]
|
2184
|
+
#
|
2124
2185
|
# @!attribute [rw] description
|
2125
2186
|
# The description for your origin endpoint.
|
2126
2187
|
# @return [String]
|
@@ -2169,6 +2230,7 @@ module Aws::MediaPackageV2
|
|
2169
2230
|
:segment,
|
2170
2231
|
:created_at,
|
2171
2232
|
:modified_at,
|
2233
|
+
:reset_at,
|
2172
2234
|
:description,
|
2173
2235
|
:startover_window_seconds,
|
2174
2236
|
:hls_manifests,
|
@@ -2873,6 +2935,112 @@ module Aws::MediaPackageV2
|
|
2873
2935
|
#
|
2874
2936
|
class PutOriginEndpointPolicyResponse < Aws::EmptyStructure; end
|
2875
2937
|
|
2938
|
+
# @!attribute [rw] channel_group_name
|
2939
|
+
# The name of the channel group that contains the channel that you are
|
2940
|
+
# resetting.
|
2941
|
+
# @return [String]
|
2942
|
+
#
|
2943
|
+
# @!attribute [rw] channel_name
|
2944
|
+
# The name of the channel that you are resetting.
|
2945
|
+
# @return [String]
|
2946
|
+
#
|
2947
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/ResetChannelStateRequest AWS API Documentation
|
2948
|
+
#
|
2949
|
+
class ResetChannelStateRequest < Struct.new(
|
2950
|
+
:channel_group_name,
|
2951
|
+
:channel_name)
|
2952
|
+
SENSITIVE = []
|
2953
|
+
include Aws::Structure
|
2954
|
+
end
|
2955
|
+
|
2956
|
+
# @!attribute [rw] channel_group_name
|
2957
|
+
# The name of the channel group that contains the channel that you
|
2958
|
+
# just reset.
|
2959
|
+
# @return [String]
|
2960
|
+
#
|
2961
|
+
# @!attribute [rw] channel_name
|
2962
|
+
# The name of the channel that you just reset.
|
2963
|
+
# @return [String]
|
2964
|
+
#
|
2965
|
+
# @!attribute [rw] arn
|
2966
|
+
# The Amazon Resource Name (ARN) associated with the channel that you
|
2967
|
+
# just reset.
|
2968
|
+
# @return [String]
|
2969
|
+
#
|
2970
|
+
# @!attribute [rw] reset_at
|
2971
|
+
# The time that the channel was last reset.
|
2972
|
+
# @return [Time]
|
2973
|
+
#
|
2974
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/ResetChannelStateResponse AWS API Documentation
|
2975
|
+
#
|
2976
|
+
class ResetChannelStateResponse < Struct.new(
|
2977
|
+
:channel_group_name,
|
2978
|
+
:channel_name,
|
2979
|
+
:arn,
|
2980
|
+
:reset_at)
|
2981
|
+
SENSITIVE = []
|
2982
|
+
include Aws::Structure
|
2983
|
+
end
|
2984
|
+
|
2985
|
+
# @!attribute [rw] channel_group_name
|
2986
|
+
# The name of the channel group that contains the channel with the
|
2987
|
+
# origin endpoint that you are resetting.
|
2988
|
+
# @return [String]
|
2989
|
+
#
|
2990
|
+
# @!attribute [rw] channel_name
|
2991
|
+
# The name of the channel with the origin endpoint that you are
|
2992
|
+
# resetting.
|
2993
|
+
# @return [String]
|
2994
|
+
#
|
2995
|
+
# @!attribute [rw] origin_endpoint_name
|
2996
|
+
# The name of the origin endpoint that you are resetting.
|
2997
|
+
# @return [String]
|
2998
|
+
#
|
2999
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/ResetOriginEndpointStateRequest AWS API Documentation
|
3000
|
+
#
|
3001
|
+
class ResetOriginEndpointStateRequest < Struct.new(
|
3002
|
+
:channel_group_name,
|
3003
|
+
:channel_name,
|
3004
|
+
:origin_endpoint_name)
|
3005
|
+
SENSITIVE = []
|
3006
|
+
include Aws::Structure
|
3007
|
+
end
|
3008
|
+
|
3009
|
+
# @!attribute [rw] channel_group_name
|
3010
|
+
# The name of the channel group that contains the channel with the
|
3011
|
+
# origin endpoint that you just reset.
|
3012
|
+
# @return [String]
|
3013
|
+
#
|
3014
|
+
# @!attribute [rw] channel_name
|
3015
|
+
# The name of the channel with the origin endpoint that you just
|
3016
|
+
# reset.
|
3017
|
+
# @return [String]
|
3018
|
+
#
|
3019
|
+
# @!attribute [rw] origin_endpoint_name
|
3020
|
+
# The name of the origin endpoint that you just reset.
|
3021
|
+
# @return [String]
|
3022
|
+
#
|
3023
|
+
# @!attribute [rw] arn
|
3024
|
+
# The Amazon Resource Name (ARN) associated with the endpoint that you
|
3025
|
+
# just reset.
|
3026
|
+
# @return [String]
|
3027
|
+
#
|
3028
|
+
# @!attribute [rw] reset_at
|
3029
|
+
# The time that the origin endpoint was last reset.
|
3030
|
+
# @return [Time]
|
3031
|
+
#
|
3032
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/ResetOriginEndpointStateResponse AWS API Documentation
|
3033
|
+
#
|
3034
|
+
class ResetOriginEndpointStateResponse < Struct.new(
|
3035
|
+
:channel_group_name,
|
3036
|
+
:channel_name,
|
3037
|
+
:origin_endpoint_name,
|
3038
|
+
:arn,
|
3039
|
+
:reset_at)
|
3040
|
+
SENSITIVE = []
|
3041
|
+
include Aws::Structure
|
3042
|
+
end
|
3043
|
+
|
2876
3044
|
# The specified resource doesn't exist.
|
2877
3045
|
#
|
2878
3046
|
# @!attribute [rw] message
|
data/sig/client.rbs
CHANGED
@@ -274,7 +274,8 @@ module Aws
|
|
274
274
|
end: ::Time?,
|
275
275
|
time_delay_seconds: ::Integer?,
|
276
276
|
clip_start_time: ::Time?
|
277
|
-
}
|
277
|
+
}?,
|
278
|
+
url_encode_child_manifest: bool?
|
278
279
|
},
|
279
280
|
],
|
280
281
|
?low_latency_hls_manifests: Array[
|
@@ -296,7 +297,8 @@ module Aws
|
|
296
297
|
end: ::Time?,
|
297
298
|
time_delay_seconds: ::Integer?,
|
298
299
|
clip_start_time: ::Time?
|
299
|
-
}
|
300
|
+
}?,
|
301
|
+
url_encode_child_manifest: bool?
|
300
302
|
},
|
301
303
|
],
|
302
304
|
?dash_manifests: Array[
|
@@ -390,6 +392,7 @@ module Aws
|
|
390
392
|
def channel_group_name: () -> ::String
|
391
393
|
def created_at: () -> ::Time
|
392
394
|
def modified_at: () -> ::Time
|
395
|
+
def reset_at: () -> ::Time
|
393
396
|
def description: () -> ::String
|
394
397
|
def ingest_endpoints: () -> ::Array[Types::IngestEndpoint]
|
395
398
|
def input_type: () -> ("HLS" | "CMAF")
|
@@ -472,6 +475,7 @@ module Aws
|
|
472
475
|
def segment: () -> Types::Segment
|
473
476
|
def created_at: () -> ::Time
|
474
477
|
def modified_at: () -> ::Time
|
478
|
+
def reset_at: () -> ::Time
|
475
479
|
def description: () -> ::String
|
476
480
|
def startover_window_seconds: () -> ::Integer
|
477
481
|
def hls_manifests: () -> ::Array[Types::GetHlsManifestConfiguration]
|
@@ -592,6 +596,36 @@ module Aws
|
|
592
596
|
) -> _PutOriginEndpointPolicyResponseSuccess
|
593
597
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutOriginEndpointPolicyResponseSuccess
|
594
598
|
|
599
|
+
interface _ResetChannelStateResponseSuccess
|
600
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ResetChannelStateResponse]
|
601
|
+
def channel_group_name: () -> ::String
|
602
|
+
def channel_name: () -> ::String
|
603
|
+
def arn: () -> ::String
|
604
|
+
def reset_at: () -> ::Time
|
605
|
+
end
|
606
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#reset_channel_state-instance_method
|
607
|
+
def reset_channel_state: (
|
608
|
+
channel_group_name: ::String,
|
609
|
+
channel_name: ::String
|
610
|
+
) -> _ResetChannelStateResponseSuccess
|
611
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResetChannelStateResponseSuccess
|
612
|
+
|
613
|
+
interface _ResetOriginEndpointStateResponseSuccess
|
614
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ResetOriginEndpointStateResponse]
|
615
|
+
def channel_group_name: () -> ::String
|
616
|
+
def channel_name: () -> ::String
|
617
|
+
def origin_endpoint_name: () -> ::String
|
618
|
+
def arn: () -> ::String
|
619
|
+
def reset_at: () -> ::Time
|
620
|
+
end
|
621
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#reset_origin_endpoint_state-instance_method
|
622
|
+
def reset_origin_endpoint_state: (
|
623
|
+
channel_group_name: ::String,
|
624
|
+
channel_name: ::String,
|
625
|
+
origin_endpoint_name: ::String
|
626
|
+
) -> _ResetOriginEndpointStateResponseSuccess
|
627
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResetOriginEndpointStateResponseSuccess
|
628
|
+
|
595
629
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#tag_resource-instance_method
|
596
630
|
def tag_resource: (
|
597
631
|
resource_arn: ::String,
|
@@ -729,7 +763,8 @@ module Aws
|
|
729
763
|
end: ::Time?,
|
730
764
|
time_delay_seconds: ::Integer?,
|
731
765
|
clip_start_time: ::Time?
|
732
|
-
}
|
766
|
+
}?,
|
767
|
+
url_encode_child_manifest: bool?
|
733
768
|
},
|
734
769
|
],
|
735
770
|
?low_latency_hls_manifests: Array[
|
@@ -751,7 +786,8 @@ module Aws
|
|
751
786
|
end: ::Time?,
|
752
787
|
time_delay_seconds: ::Integer?,
|
753
788
|
clip_start_time: ::Time?
|
754
|
-
}
|
789
|
+
}?,
|
790
|
+
url_encode_child_manifest: bool?
|
755
791
|
},
|
756
792
|
],
|
757
793
|
?dash_manifests: Array[
|
data/sig/types.rbs
CHANGED
@@ -155,6 +155,7 @@ module Aws::MediaPackageV2
|
|
155
155
|
attr_accessor manifest_window_seconds: ::Integer
|
156
156
|
attr_accessor program_date_time_interval_seconds: ::Integer
|
157
157
|
attr_accessor filter_configuration: Types::FilterConfiguration
|
158
|
+
attr_accessor url_encode_child_manifest: bool
|
158
159
|
SENSITIVE: []
|
159
160
|
end
|
160
161
|
|
@@ -166,6 +167,7 @@ module Aws::MediaPackageV2
|
|
166
167
|
attr_accessor manifest_window_seconds: ::Integer
|
167
168
|
attr_accessor program_date_time_interval_seconds: ::Integer
|
168
169
|
attr_accessor filter_configuration: Types::FilterConfiguration
|
170
|
+
attr_accessor url_encode_child_manifest: bool
|
169
171
|
SENSITIVE: []
|
170
172
|
end
|
171
173
|
|
@@ -339,6 +341,7 @@ module Aws::MediaPackageV2
|
|
339
341
|
attr_accessor channel_group_name: ::String
|
340
342
|
attr_accessor created_at: ::Time
|
341
343
|
attr_accessor modified_at: ::Time
|
344
|
+
attr_accessor reset_at: ::Time
|
342
345
|
attr_accessor description: ::String
|
343
346
|
attr_accessor ingest_endpoints: ::Array[Types::IngestEndpoint]
|
344
347
|
attr_accessor input_type: ("HLS" | "CMAF")
|
@@ -401,6 +404,7 @@ module Aws::MediaPackageV2
|
|
401
404
|
attr_accessor scte_hls: Types::ScteHls
|
402
405
|
attr_accessor filter_configuration: Types::FilterConfiguration
|
403
406
|
attr_accessor start_tag: Types::StartTag
|
407
|
+
attr_accessor url_encode_child_manifest: bool
|
404
408
|
SENSITIVE: []
|
405
409
|
end
|
406
410
|
|
@@ -413,6 +417,7 @@ module Aws::MediaPackageV2
|
|
413
417
|
attr_accessor scte_hls: Types::ScteHls
|
414
418
|
attr_accessor filter_configuration: Types::FilterConfiguration
|
415
419
|
attr_accessor start_tag: Types::StartTag
|
420
|
+
attr_accessor url_encode_child_manifest: bool
|
416
421
|
SENSITIVE: []
|
417
422
|
end
|
418
423
|
|
@@ -447,6 +452,7 @@ module Aws::MediaPackageV2
|
|
447
452
|
attr_accessor segment: Types::Segment
|
448
453
|
attr_accessor created_at: ::Time
|
449
454
|
attr_accessor modified_at: ::Time
|
455
|
+
attr_accessor reset_at: ::Time
|
450
456
|
attr_accessor description: ::String
|
451
457
|
attr_accessor startover_window_seconds: ::Integer
|
452
458
|
attr_accessor hls_manifests: ::Array[Types::GetHlsManifestConfiguration]
|
@@ -647,6 +653,36 @@ module Aws::MediaPackageV2
|
|
647
653
|
class PutOriginEndpointPolicyResponse < Aws::EmptyStructure
|
648
654
|
end
|
649
655
|
|
656
|
+
class ResetChannelStateRequest
|
657
|
+
attr_accessor channel_group_name: ::String
|
658
|
+
attr_accessor channel_name: ::String
|
659
|
+
SENSITIVE: []
|
660
|
+
end
|
661
|
+
|
662
|
+
class ResetChannelStateResponse
|
663
|
+
attr_accessor channel_group_name: ::String
|
664
|
+
attr_accessor channel_name: ::String
|
665
|
+
attr_accessor arn: ::String
|
666
|
+
attr_accessor reset_at: ::Time
|
667
|
+
SENSITIVE: []
|
668
|
+
end
|
669
|
+
|
670
|
+
class ResetOriginEndpointStateRequest
|
671
|
+
attr_accessor channel_group_name: ::String
|
672
|
+
attr_accessor channel_name: ::String
|
673
|
+
attr_accessor origin_endpoint_name: ::String
|
674
|
+
SENSITIVE: []
|
675
|
+
end
|
676
|
+
|
677
|
+
class ResetOriginEndpointStateResponse
|
678
|
+
attr_accessor channel_group_name: ::String
|
679
|
+
attr_accessor channel_name: ::String
|
680
|
+
attr_accessor origin_endpoint_name: ::String
|
681
|
+
attr_accessor arn: ::String
|
682
|
+
attr_accessor reset_at: ::Time
|
683
|
+
SENSITIVE: []
|
684
|
+
end
|
685
|
+
|
650
686
|
class ResourceNotFoundException
|
651
687
|
attr_accessor message: ::String
|
652
688
|
attr_accessor resource_type_not_found: ("CHANNEL_GROUP" | "CHANNEL" | "ORIGIN_ENDPOINT" | "HARVEST_JOB")
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mediapackagev2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.38.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -78,7 +77,6 @@ licenses:
|
|
78
77
|
metadata:
|
79
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mediapackagev2
|
80
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mediapackagev2/CHANGELOG.md
|
81
|
-
post_install_message:
|
82
80
|
rdoc_options: []
|
83
81
|
require_paths:
|
84
82
|
- lib
|
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
91
|
- !ruby/object:Gem::Version
|
94
92
|
version: '0'
|
95
93
|
requirements: []
|
96
|
-
rubygems_version: 3.
|
97
|
-
signing_key:
|
94
|
+
rubygems_version: 3.6.7
|
98
95
|
specification_version: 4
|
99
96
|
summary: AWS SDK for Ruby - mediapackagev2
|
100
97
|
test_files: []
|