aws-sdk-mediapackagev2 1.62.0 → 1.63.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediapackagev2/client.rb +16 -1
- data/lib/aws-sdk-mediapackagev2/client_api.rb +10 -0
- data/lib/aws-sdk-mediapackagev2/types.rb +45 -2
- data/lib/aws-sdk-mediapackagev2.rb +1 -1
- data/sig/client.rbs +8 -2
- data/sig/types.rbs +13 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b4a7e200a523833e908d3595aa9432de191b58f8d08cfdbb2ae977131639bf1
|
|
4
|
+
data.tar.gz: 46100cd0943064dabd9cf8db5b429a516b2b57f8c13269f3e38820212f879c91
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7aaa93070270cacc30b33121630420d1ad95ecf86970053513aa1504f1237044d637f9d98032561893628eceaada79e88196ccf3acbec46b9d52df466698ed2b
|
|
7
|
+
data.tar.gz: 658e3f11171eaa0a7f37508ba0ddb3da2beda134692eac037555a523b34817a9d1c050fb86585d39a05ac7a209f9311b9d656f190d21e3156adfc4a4bc00ee4c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.63.0
|
|
@@ -1384,6 +1384,9 @@ module Aws::MediaPackageV2
|
|
|
1384
1384
|
# },
|
|
1385
1385
|
# },
|
|
1386
1386
|
# {
|
|
1387
|
+
# availability_start_time_configuration: {
|
|
1388
|
+
# fixed_availability_start_time: Time.parse("2026-04-17T23:00:00.00Z"),
|
|
1389
|
+
# },
|
|
1387
1390
|
# base_urls: [
|
|
1388
1391
|
# {
|
|
1389
1392
|
# dvb_priority: 2,
|
|
@@ -1589,6 +1592,9 @@ module Aws::MediaPackageV2
|
|
|
1589
1592
|
# },
|
|
1590
1593
|
# },
|
|
1591
1594
|
# {
|
|
1595
|
+
# availability_start_time_configuration: {
|
|
1596
|
+
# fixed_availability_start_time: Time.parse("2026-04-17T23:00:00.00Z"),
|
|
1597
|
+
# },
|
|
1592
1598
|
# base_urls: [
|
|
1593
1599
|
# {
|
|
1594
1600
|
# dvb_priority: 2,
|
|
@@ -2009,6 +2015,9 @@ module Aws::MediaPackageV2
|
|
|
2009
2015
|
# },
|
|
2010
2016
|
# },
|
|
2011
2017
|
# uri_path_type: "LEAF", # accepts LEAF, ROOT
|
|
2018
|
+
# availability_start_time_configuration: {
|
|
2019
|
+
# fixed_availability_start_time: Time.now,
|
|
2020
|
+
# },
|
|
2012
2021
|
# },
|
|
2013
2022
|
# ],
|
|
2014
2023
|
# mss_manifests: [
|
|
@@ -2148,6 +2157,7 @@ module Aws::MediaPackageV2
|
|
|
2148
2157
|
# resp.dash_manifests[0].compactness #=> String, one of "STANDARD", "NONE"
|
|
2149
2158
|
# resp.dash_manifests[0].subtitle_configuration.ttml_configuration.ttml_profile #=> String, one of "IMSC_1", "EBU_TT_D_101"
|
|
2150
2159
|
# resp.dash_manifests[0].uri_path_type #=> String, one of "LEAF", "ROOT"
|
|
2160
|
+
# resp.dash_manifests[0].availability_start_time_configuration.fixed_availability_start_time #=> Time
|
|
2151
2161
|
# resp.mss_manifests #=> Array
|
|
2152
2162
|
# resp.mss_manifests[0].manifest_name #=> String
|
|
2153
2163
|
# resp.mss_manifests[0].url #=> String
|
|
@@ -3110,6 +3120,7 @@ module Aws::MediaPackageV2
|
|
|
3110
3120
|
# resp.dash_manifests[0].compactness #=> String, one of "STANDARD", "NONE"
|
|
3111
3121
|
# resp.dash_manifests[0].subtitle_configuration.ttml_configuration.ttml_profile #=> String, one of "IMSC_1", "EBU_TT_D_101"
|
|
3112
3122
|
# resp.dash_manifests[0].uri_path_type #=> String, one of "LEAF", "ROOT"
|
|
3123
|
+
# resp.dash_manifests[0].availability_start_time_configuration.fixed_availability_start_time #=> Time
|
|
3113
3124
|
# resp.mss_manifests #=> Array
|
|
3114
3125
|
# resp.mss_manifests[0].manifest_name #=> String
|
|
3115
3126
|
# resp.mss_manifests[0].url #=> String
|
|
@@ -5125,6 +5136,9 @@ module Aws::MediaPackageV2
|
|
|
5125
5136
|
# },
|
|
5126
5137
|
# },
|
|
5127
5138
|
# uri_path_type: "LEAF", # accepts LEAF, ROOT
|
|
5139
|
+
# availability_start_time_configuration: {
|
|
5140
|
+
# fixed_availability_start_time: Time.now,
|
|
5141
|
+
# },
|
|
5128
5142
|
# },
|
|
5129
5143
|
# ],
|
|
5130
5144
|
# mss_manifests: [
|
|
@@ -5279,6 +5293,7 @@ module Aws::MediaPackageV2
|
|
|
5279
5293
|
# resp.dash_manifests[0].compactness #=> String, one of "STANDARD", "NONE"
|
|
5280
5294
|
# resp.dash_manifests[0].subtitle_configuration.ttml_configuration.ttml_profile #=> String, one of "IMSC_1", "EBU_TT_D_101"
|
|
5281
5295
|
# resp.dash_manifests[0].uri_path_type #=> String, one of "LEAF", "ROOT"
|
|
5296
|
+
# resp.dash_manifests[0].availability_start_time_configuration.fixed_availability_start_time #=> Time
|
|
5282
5297
|
#
|
|
5283
5298
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/UpdateOriginEndpoint AWS API Documentation
|
|
5284
5299
|
#
|
|
@@ -5307,7 +5322,7 @@ module Aws::MediaPackageV2
|
|
|
5307
5322
|
tracer: tracer
|
|
5308
5323
|
)
|
|
5309
5324
|
context[:gem_name] = 'aws-sdk-mediapackagev2'
|
|
5310
|
-
context[:gem_version] = '1.
|
|
5325
|
+
context[:gem_version] = '1.63.0'
|
|
5311
5326
|
Seahorse::Client::Request.new(handlers, context)
|
|
5312
5327
|
end
|
|
5313
5328
|
|
|
@@ -60,6 +60,7 @@ module Aws::MediaPackageV2
|
|
|
60
60
|
CreateOriginEndpointResponse = Shapes::StructureShape.new(name: 'CreateOriginEndpointResponse')
|
|
61
61
|
CustomAdType = Shapes::StringShape.new(name: 'CustomAdType')
|
|
62
62
|
CustomAdTypeList = Shapes::ListShape.new(name: 'CustomAdTypeList')
|
|
63
|
+
DashAvailabilityStartTimeConfiguration = Shapes::UnionShape.new(name: 'DashAvailabilityStartTimeConfiguration')
|
|
63
64
|
DashBaseUrl = Shapes::StructureShape.new(name: 'DashBaseUrl')
|
|
64
65
|
DashBaseUrlDvbPriorityInteger = Shapes::IntegerShape.new(name: 'DashBaseUrlDvbPriorityInteger')
|
|
65
66
|
DashBaseUrlDvbWeightInteger = Shapes::IntegerShape.new(name: 'DashBaseUrlDvbWeightInteger')
|
|
@@ -224,6 +225,7 @@ module Aws::MediaPackageV2
|
|
|
224
225
|
SpekeKeyProviderUrlString = Shapes::StringShape.new(name: 'SpekeKeyProviderUrlString')
|
|
225
226
|
StartTag = Shapes::StructureShape.new(name: 'StartTag')
|
|
226
227
|
String = Shapes::StringShape.new(name: 'String')
|
|
228
|
+
SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
|
|
227
229
|
TagArn = Shapes::StringShape.new(name: 'TagArn')
|
|
228
230
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
229
231
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
@@ -346,6 +348,7 @@ module Aws::MediaPackageV2
|
|
|
346
348
|
CreateDashManifestConfiguration.add_member(:compactness, Shapes::ShapeRef.new(shape: DashCompactness, location_name: "Compactness"))
|
|
347
349
|
CreateDashManifestConfiguration.add_member(:subtitle_configuration, Shapes::ShapeRef.new(shape: DashSubtitleConfiguration, location_name: "SubtitleConfiguration"))
|
|
348
350
|
CreateDashManifestConfiguration.add_member(:uri_path_type, Shapes::ShapeRef.new(shape: UriPathType, location_name: "UriPathType"))
|
|
351
|
+
CreateDashManifestConfiguration.add_member(:availability_start_time_configuration, Shapes::ShapeRef.new(shape: DashAvailabilityStartTimeConfiguration, location_name: "AvailabilityStartTimeConfiguration"))
|
|
349
352
|
CreateDashManifestConfiguration.struct_class = Types::CreateDashManifestConfiguration
|
|
350
353
|
|
|
351
354
|
CreateDashManifests.member = Shapes::ShapeRef.new(shape: CreateDashManifestConfiguration)
|
|
@@ -452,6 +455,12 @@ module Aws::MediaPackageV2
|
|
|
452
455
|
|
|
453
456
|
CustomAdTypeList.member = Shapes::ShapeRef.new(shape: CustomAdType)
|
|
454
457
|
|
|
458
|
+
DashAvailabilityStartTimeConfiguration.add_member(:fixed_availability_start_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "FixedAvailabilityStartTime"))
|
|
459
|
+
DashAvailabilityStartTimeConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
460
|
+
DashAvailabilityStartTimeConfiguration.add_member_subclass(:fixed_availability_start_time, Types::DashAvailabilityStartTimeConfiguration::FixedAvailabilityStartTime)
|
|
461
|
+
DashAvailabilityStartTimeConfiguration.add_member_subclass(:unknown, Types::DashAvailabilityStartTimeConfiguration::Unknown)
|
|
462
|
+
DashAvailabilityStartTimeConfiguration.struct_class = Types::DashAvailabilityStartTimeConfiguration
|
|
463
|
+
|
|
455
464
|
DashBaseUrl.add_member(:url, Shapes::ShapeRef.new(shape: DashBaseUrlUrlString, required: true, location_name: "Url"))
|
|
456
465
|
DashBaseUrl.add_member(:service_location, Shapes::ShapeRef.new(shape: DashBaseUrlServiceLocationString, location_name: "ServiceLocation"))
|
|
457
466
|
DashBaseUrl.add_member(:dvb_priority, Shapes::ShapeRef.new(shape: DashBaseUrlDvbPriorityInteger, location_name: "DvbPriority"))
|
|
@@ -619,6 +628,7 @@ module Aws::MediaPackageV2
|
|
|
619
628
|
GetDashManifestConfiguration.add_member(:compactness, Shapes::ShapeRef.new(shape: DashCompactness, location_name: "Compactness"))
|
|
620
629
|
GetDashManifestConfiguration.add_member(:subtitle_configuration, Shapes::ShapeRef.new(shape: DashSubtitleConfiguration, location_name: "SubtitleConfiguration"))
|
|
621
630
|
GetDashManifestConfiguration.add_member(:uri_path_type, Shapes::ShapeRef.new(shape: UriPathType, location_name: "UriPathType"))
|
|
631
|
+
GetDashManifestConfiguration.add_member(:availability_start_time_configuration, Shapes::ShapeRef.new(shape: DashAvailabilityStartTimeConfiguration, location_name: "AvailabilityStartTimeConfiguration"))
|
|
622
632
|
GetDashManifestConfiguration.struct_class = Types::GetDashManifestConfiguration
|
|
623
633
|
|
|
624
634
|
GetDashManifests.member = Shapes::ShapeRef.new(shape: GetDashManifestConfiguration)
|
|
@@ -583,6 +583,13 @@ module Aws::MediaPackageV2
|
|
|
583
583
|
# specify a value, the default is `LEAF`.
|
|
584
584
|
# @return [String]
|
|
585
585
|
#
|
|
586
|
+
# @!attribute [rw] availability_start_time_configuration
|
|
587
|
+
# The configuration for the DASH `availabilityStartTime` attribute of
|
|
588
|
+
# the Media Presentation Description (MPD). If you don't specify a
|
|
589
|
+
# value, MediaPackage uses the default availability start time of
|
|
590
|
+
# `2024-01-01T00:00:00Z`.
|
|
591
|
+
# @return [Types::DashAvailabilityStartTimeConfiguration]
|
|
592
|
+
#
|
|
586
593
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/CreateDashManifestConfiguration AWS API Documentation
|
|
587
594
|
#
|
|
588
595
|
class CreateDashManifestConfiguration < Struct.new(
|
|
@@ -603,7 +610,8 @@ module Aws::MediaPackageV2
|
|
|
603
610
|
:dvb_settings,
|
|
604
611
|
:compactness,
|
|
605
612
|
:subtitle_configuration,
|
|
606
|
-
:uri_path_type
|
|
613
|
+
:uri_path_type,
|
|
614
|
+
:availability_start_time_configuration)
|
|
607
615
|
SENSITIVE = []
|
|
608
616
|
include Aws::Structure
|
|
609
617
|
end
|
|
@@ -1210,6 +1218,35 @@ module Aws::MediaPackageV2
|
|
|
1210
1218
|
include Aws::Structure
|
|
1211
1219
|
end
|
|
1212
1220
|
|
|
1221
|
+
# The configuration for the DASH `availabilityStartTime` attribute of
|
|
1222
|
+
# the Media Presentation Description (MPD). Use this configuration to
|
|
1223
|
+
# set a custom availability start time for your DASH manifest.
|
|
1224
|
+
#
|
|
1225
|
+
# @note DashAvailabilityStartTimeConfiguration is a union - when making an API calls you must set exactly one of the members.
|
|
1226
|
+
#
|
|
1227
|
+
# @note DashAvailabilityStartTimeConfiguration is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of DashAvailabilityStartTimeConfiguration corresponding to the set member.
|
|
1228
|
+
#
|
|
1229
|
+
# @!attribute [rw] fixed_availability_start_time
|
|
1230
|
+
# The fixed availability start time for the DASH manifest, in ISO 8601
|
|
1231
|
+
# date-time format. The value must have hourly granularity, meaning
|
|
1232
|
+
# that the minutes, seconds, and fractional seconds must be zero. The
|
|
1233
|
+
# value must be on or after `2024-01-01T00:00:00Z` and must be at
|
|
1234
|
+
# least 14 days before the current time.
|
|
1235
|
+
# @return [Time]
|
|
1236
|
+
#
|
|
1237
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/DashAvailabilityStartTimeConfiguration AWS API Documentation
|
|
1238
|
+
#
|
|
1239
|
+
class DashAvailabilityStartTimeConfiguration < Struct.new(
|
|
1240
|
+
:fixed_availability_start_time,
|
|
1241
|
+
:unknown)
|
|
1242
|
+
SENSITIVE = []
|
|
1243
|
+
include Aws::Structure
|
|
1244
|
+
include Aws::Structure::Union
|
|
1245
|
+
|
|
1246
|
+
class FixedAvailabilityStartTime < DashAvailabilityStartTimeConfiguration; end
|
|
1247
|
+
class Unknown < DashAvailabilityStartTimeConfiguration; end
|
|
1248
|
+
end
|
|
1249
|
+
|
|
1213
1250
|
# The base URLs to use for retrieving segments. You can specify multiple
|
|
1214
1251
|
# locations and indicate the priority and weight for when each should be
|
|
1215
1252
|
# used, for use in mutli-CDN workflows.
|
|
@@ -2169,6 +2206,11 @@ module Aws::MediaPackageV2
|
|
|
2169
2206
|
# include the full path from root.
|
|
2170
2207
|
# @return [String]
|
|
2171
2208
|
#
|
|
2209
|
+
# @!attribute [rw] availability_start_time_configuration
|
|
2210
|
+
# The configuration for the DASH `availabilityStartTime` attribute of
|
|
2211
|
+
# the Media Presentation Description (MPD).
|
|
2212
|
+
# @return [Types::DashAvailabilityStartTimeConfiguration]
|
|
2213
|
+
#
|
|
2172
2214
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/GetDashManifestConfiguration AWS API Documentation
|
|
2173
2215
|
#
|
|
2174
2216
|
class GetDashManifestConfiguration < Struct.new(
|
|
@@ -2190,7 +2232,8 @@ module Aws::MediaPackageV2
|
|
|
2190
2232
|
:dvb_settings,
|
|
2191
2233
|
:compactness,
|
|
2192
2234
|
:subtitle_configuration,
|
|
2193
|
-
:uri_path_type
|
|
2235
|
+
:uri_path_type,
|
|
2236
|
+
:availability_start_time_configuration)
|
|
2194
2237
|
SENSITIVE = []
|
|
2195
2238
|
include Aws::Structure
|
|
2196
2239
|
end
|
data/sig/client.rbs
CHANGED
|
@@ -377,7 +377,10 @@ module Aws
|
|
|
377
377
|
ttml_profile: ("IMSC_1" | "EBU_TT_D_101")
|
|
378
378
|
}?
|
|
379
379
|
}?,
|
|
380
|
-
uri_path_type: ("LEAF" | "ROOT")
|
|
380
|
+
uri_path_type: ("LEAF" | "ROOT")?,
|
|
381
|
+
availability_start_time_configuration: {
|
|
382
|
+
fixed_availability_start_time: ::Time?
|
|
383
|
+
}?
|
|
381
384
|
},
|
|
382
385
|
],
|
|
383
386
|
?mss_manifests: Array[
|
|
@@ -941,7 +944,10 @@ module Aws
|
|
|
941
944
|
ttml_profile: ("IMSC_1" | "EBU_TT_D_101")
|
|
942
945
|
}?
|
|
943
946
|
}?,
|
|
944
|
-
uri_path_type: ("LEAF" | "ROOT")
|
|
947
|
+
uri_path_type: ("LEAF" | "ROOT")?,
|
|
948
|
+
availability_start_time_configuration: {
|
|
949
|
+
fixed_availability_start_time: ::Time?
|
|
950
|
+
}?
|
|
945
951
|
},
|
|
946
952
|
],
|
|
947
953
|
?mss_manifests: Array[
|
data/sig/types.rbs
CHANGED
|
@@ -124,6 +124,7 @@ module Aws::MediaPackageV2
|
|
|
124
124
|
attr_accessor compactness: ("STANDARD" | "NONE")
|
|
125
125
|
attr_accessor subtitle_configuration: Types::DashSubtitleConfiguration
|
|
126
126
|
attr_accessor uri_path_type: ("LEAF" | "ROOT")
|
|
127
|
+
attr_accessor availability_start_time_configuration: Types::DashAvailabilityStartTimeConfiguration
|
|
127
128
|
SENSITIVE: []
|
|
128
129
|
end
|
|
129
130
|
|
|
@@ -235,6 +236,17 @@ module Aws::MediaPackageV2
|
|
|
235
236
|
SENSITIVE: []
|
|
236
237
|
end
|
|
237
238
|
|
|
239
|
+
class DashAvailabilityStartTimeConfiguration
|
|
240
|
+
attr_accessor fixed_availability_start_time: ::Time
|
|
241
|
+
attr_accessor unknown: untyped
|
|
242
|
+
SENSITIVE: []
|
|
243
|
+
|
|
244
|
+
class FixedAvailabilityStartTime < DashAvailabilityStartTimeConfiguration
|
|
245
|
+
end
|
|
246
|
+
class Unknown < DashAvailabilityStartTimeConfiguration
|
|
247
|
+
end
|
|
248
|
+
end
|
|
249
|
+
|
|
238
250
|
class DashBaseUrl
|
|
239
251
|
attr_accessor url: ::String
|
|
240
252
|
attr_accessor service_location: ::String
|
|
@@ -448,6 +460,7 @@ module Aws::MediaPackageV2
|
|
|
448
460
|
attr_accessor compactness: ("STANDARD" | "NONE")
|
|
449
461
|
attr_accessor subtitle_configuration: Types::DashSubtitleConfiguration
|
|
450
462
|
attr_accessor uri_path_type: ("LEAF" | "ROOT")
|
|
463
|
+
attr_accessor availability_start_time_configuration: Types::DashAvailabilityStartTimeConfiguration
|
|
451
464
|
SENSITIVE: []
|
|
452
465
|
end
|
|
453
466
|
|