aws-sdk-mediapackagevod 1.41.0 → 1.42.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
  SHA256:
3
- metadata.gz: ba7c40e185fe0d2e9c717de2d8fd0d66da9f2ebc532cad6a98f40250070b6ea9
4
- data.tar.gz: fe27b451bf3a5c5f6bd03e7e5480e0497306c0c55c4bad9a3fd035ccfd58775a
3
+ metadata.gz: bf028e2d78ea334ea9bf5e1afcb9b68619e12775064b4dba63e8f66955c81843
4
+ data.tar.gz: c49e5192a14282edebba4aaea7174f577aad26175a983b75a354fd199812877f
5
5
  SHA512:
6
- metadata.gz: 5634fa63426aeb6fd9beadc1a3d66f3968e2d65b8e887a118645644f95b5c7b9d645de20eb54c05a710d6565dfdabf532f5e4bfa9089bd4a5679bd0cec46620d
7
- data.tar.gz: d602f668fbcf8e0b5aac57b9d81cf185b9a7d8d3ef035185d6926dd0d3d88a686048d74115b8cba85af1ac8a7b135af346e137b96eb676aa1a8867ae1d467b9f
6
+ metadata.gz: de5e8529f147d4f1eba51499220b4fb2db9aa85436f32d233d57eca9fbc83d91094bf69d4947f7d23b433be3f15d0f2cefd4f4e80b1303600630a0e667e87515
7
+ data.tar.gz: 4158bdc72a4271fc3bb448c10e0e224f8697a72a9db279ac194c55668997a13e71589305c1e026cb881938f29b8ac04d0e6491d4f80a791d9a7409ba6171f60b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2023-03-08)
5
+ ------------------
6
+
7
+ * Feature - This release provides the date and time VOD resources were created.
8
+
4
9
  1.41.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -380,6 +380,7 @@ module Aws::MediaPackageVod
380
380
  #
381
381
  # * {Types::ConfigureLogsResponse#arn #arn} => String
382
382
  # * {Types::ConfigureLogsResponse#authorization #authorization} => Types::Authorization
383
+ # * {Types::ConfigureLogsResponse#created_at #created_at} => String
383
384
  # * {Types::ConfigureLogsResponse#domain_name #domain_name} => String
384
385
  # * {Types::ConfigureLogsResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
385
386
  # * {Types::ConfigureLogsResponse#id #id} => String
@@ -399,6 +400,7 @@ module Aws::MediaPackageVod
399
400
  # resp.arn #=> String
400
401
  # resp.authorization.cdn_identifier_secret #=> String
401
402
  # resp.authorization.secrets_role_arn #=> String
403
+ # resp.created_at #=> String
402
404
  # resp.domain_name #=> String
403
405
  # resp.egress_access_logs.log_group_name #=> String
404
406
  # resp.id #=> String
@@ -504,6 +506,7 @@ module Aws::MediaPackageVod
504
506
  #
505
507
  # * {Types::CreatePackagingConfigurationResponse#arn #arn} => String
506
508
  # * {Types::CreatePackagingConfigurationResponse#cmaf_package #cmaf_package} => Types::CmafPackage
509
+ # * {Types::CreatePackagingConfigurationResponse#created_at #created_at} => String
507
510
  # * {Types::CreatePackagingConfigurationResponse#dash_package #dash_package} => Types::DashPackage
508
511
  # * {Types::CreatePackagingConfigurationResponse#hls_package #hls_package} => Types::HlsPackage
509
512
  # * {Types::CreatePackagingConfigurationResponse#id #id} => String
@@ -660,6 +663,7 @@ module Aws::MediaPackageVod
660
663
  # resp.cmaf_package.hls_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
661
664
  # resp.cmaf_package.include_encoder_configuration_in_segments #=> Boolean
662
665
  # resp.cmaf_package.segment_duration_seconds #=> Integer
666
+ # resp.created_at #=> String
663
667
  # resp.dash_package.dash_manifests #=> Array
664
668
  # resp.dash_package.dash_manifests[0].manifest_layout #=> String, one of "FULL", "COMPACT"
665
669
  # resp.dash_package.dash_manifests[0].manifest_name #=> String
@@ -744,6 +748,7 @@ module Aws::MediaPackageVod
744
748
  #
745
749
  # * {Types::CreatePackagingGroupResponse#arn #arn} => String
746
750
  # * {Types::CreatePackagingGroupResponse#authorization #authorization} => Types::Authorization
751
+ # * {Types::CreatePackagingGroupResponse#created_at #created_at} => String
747
752
  # * {Types::CreatePackagingGroupResponse#domain_name #domain_name} => String
748
753
  # * {Types::CreatePackagingGroupResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
749
754
  # * {Types::CreatePackagingGroupResponse#id #id} => String
@@ -770,6 +775,7 @@ module Aws::MediaPackageVod
770
775
  # resp.arn #=> String
771
776
  # resp.authorization.cdn_identifier_secret #=> String
772
777
  # resp.authorization.secrets_role_arn #=> String
778
+ # resp.created_at #=> String
773
779
  # resp.domain_name #=> String
774
780
  # resp.egress_access_logs.log_group_name #=> String
775
781
  # resp.id #=> String
@@ -904,6 +910,7 @@ module Aws::MediaPackageVod
904
910
  #
905
911
  # * {Types::DescribePackagingConfigurationResponse#arn #arn} => String
906
912
  # * {Types::DescribePackagingConfigurationResponse#cmaf_package #cmaf_package} => Types::CmafPackage
913
+ # * {Types::DescribePackagingConfigurationResponse#created_at #created_at} => String
907
914
  # * {Types::DescribePackagingConfigurationResponse#dash_package #dash_package} => Types::DashPackage
908
915
  # * {Types::DescribePackagingConfigurationResponse#hls_package #hls_package} => Types::HlsPackage
909
916
  # * {Types::DescribePackagingConfigurationResponse#id #id} => String
@@ -938,6 +945,7 @@ module Aws::MediaPackageVod
938
945
  # resp.cmaf_package.hls_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
939
946
  # resp.cmaf_package.include_encoder_configuration_in_segments #=> Boolean
940
947
  # resp.cmaf_package.segment_duration_seconds #=> Integer
948
+ # resp.created_at #=> String
941
949
  # resp.dash_package.dash_manifests #=> Array
942
950
  # resp.dash_package.dash_manifests[0].manifest_layout #=> String, one of "FULL", "COMPACT"
943
951
  # resp.dash_package.dash_manifests[0].manifest_name #=> String
@@ -1014,6 +1022,7 @@ module Aws::MediaPackageVod
1014
1022
  # * {Types::DescribePackagingGroupResponse#approximate_asset_count #approximate_asset_count} => Integer
1015
1023
  # * {Types::DescribePackagingGroupResponse#arn #arn} => String
1016
1024
  # * {Types::DescribePackagingGroupResponse#authorization #authorization} => Types::Authorization
1025
+ # * {Types::DescribePackagingGroupResponse#created_at #created_at} => String
1017
1026
  # * {Types::DescribePackagingGroupResponse#domain_name #domain_name} => String
1018
1027
  # * {Types::DescribePackagingGroupResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
1019
1028
  # * {Types::DescribePackagingGroupResponse#id #id} => String
@@ -1031,6 +1040,7 @@ module Aws::MediaPackageVod
1031
1040
  # resp.arn #=> String
1032
1041
  # resp.authorization.cdn_identifier_secret #=> String
1033
1042
  # resp.authorization.secrets_role_arn #=> String
1043
+ # resp.created_at #=> String
1034
1044
  # resp.domain_name #=> String
1035
1045
  # resp.egress_access_logs.log_group_name #=> String
1036
1046
  # resp.id #=> String
@@ -1139,6 +1149,7 @@ module Aws::MediaPackageVod
1139
1149
  # resp.packaging_configurations[0].cmaf_package.hls_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
1140
1150
  # resp.packaging_configurations[0].cmaf_package.include_encoder_configuration_in_segments #=> Boolean
1141
1151
  # resp.packaging_configurations[0].cmaf_package.segment_duration_seconds #=> Integer
1152
+ # resp.packaging_configurations[0].created_at #=> String
1142
1153
  # resp.packaging_configurations[0].dash_package.dash_manifests #=> Array
1143
1154
  # resp.packaging_configurations[0].dash_package.dash_manifests[0].manifest_layout #=> String, one of "FULL", "COMPACT"
1144
1155
  # resp.packaging_configurations[0].dash_package.dash_manifests[0].manifest_name #=> String
@@ -1234,6 +1245,7 @@ module Aws::MediaPackageVod
1234
1245
  # resp.packaging_groups[0].arn #=> String
1235
1246
  # resp.packaging_groups[0].authorization.cdn_identifier_secret #=> String
1236
1247
  # resp.packaging_groups[0].authorization.secrets_role_arn #=> String
1248
+ # resp.packaging_groups[0].created_at #=> String
1237
1249
  # resp.packaging_groups[0].domain_name #=> String
1238
1250
  # resp.packaging_groups[0].egress_access_logs.log_group_name #=> String
1239
1251
  # resp.packaging_groups[0].id #=> String
@@ -1342,6 +1354,7 @@ module Aws::MediaPackageVod
1342
1354
  # * {Types::UpdatePackagingGroupResponse#approximate_asset_count #approximate_asset_count} => Integer
1343
1355
  # * {Types::UpdatePackagingGroupResponse#arn #arn} => String
1344
1356
  # * {Types::UpdatePackagingGroupResponse#authorization #authorization} => Types::Authorization
1357
+ # * {Types::UpdatePackagingGroupResponse#created_at #created_at} => String
1345
1358
  # * {Types::UpdatePackagingGroupResponse#domain_name #domain_name} => String
1346
1359
  # * {Types::UpdatePackagingGroupResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
1347
1360
  # * {Types::UpdatePackagingGroupResponse#id #id} => String
@@ -1363,6 +1376,7 @@ module Aws::MediaPackageVod
1363
1376
  # resp.arn #=> String
1364
1377
  # resp.authorization.cdn_identifier_secret #=> String
1365
1378
  # resp.authorization.secrets_role_arn #=> String
1379
+ # resp.created_at #=> String
1366
1380
  # resp.domain_name #=> String
1367
1381
  # resp.egress_access_logs.log_group_name #=> String
1368
1382
  # resp.id #=> String
@@ -1391,7 +1405,7 @@ module Aws::MediaPackageVod
1391
1405
  params: params,
1392
1406
  config: config)
1393
1407
  context[:gem_name] = 'aws-sdk-mediapackagevod'
1394
- context[:gem_version] = '1.41.0'
1408
+ context[:gem_version] = '1.42.0'
1395
1409
  Seahorse::Client::Request.new(handlers, context)
1396
1410
  end
1397
1411
 
@@ -165,6 +165,7 @@ module Aws::MediaPackageVod
165
165
 
166
166
  ConfigureLogsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
167
167
  ConfigureLogsResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
168
+ ConfigureLogsResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
168
169
  ConfigureLogsResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
169
170
  ConfigureLogsResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
170
171
  ConfigureLogsResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
@@ -201,6 +202,7 @@ module Aws::MediaPackageVod
201
202
 
202
203
  CreatePackagingConfigurationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
203
204
  CreatePackagingConfigurationResponse.add_member(:cmaf_package, Shapes::ShapeRef.new(shape: CmafPackage, location_name: "cmafPackage"))
205
+ CreatePackagingConfigurationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
204
206
  CreatePackagingConfigurationResponse.add_member(:dash_package, Shapes::ShapeRef.new(shape: DashPackage, location_name: "dashPackage"))
205
207
  CreatePackagingConfigurationResponse.add_member(:hls_package, Shapes::ShapeRef.new(shape: HlsPackage, location_name: "hlsPackage"))
206
208
  CreatePackagingConfigurationResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
@@ -217,6 +219,7 @@ module Aws::MediaPackageVod
217
219
 
218
220
  CreatePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
219
221
  CreatePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
222
+ CreatePackagingGroupResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
220
223
  CreatePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
221
224
  CreatePackagingGroupResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
222
225
  CreatePackagingGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
@@ -277,6 +280,7 @@ module Aws::MediaPackageVod
277
280
 
278
281
  DescribePackagingConfigurationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
279
282
  DescribePackagingConfigurationResponse.add_member(:cmaf_package, Shapes::ShapeRef.new(shape: CmafPackage, location_name: "cmafPackage"))
283
+ DescribePackagingConfigurationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
280
284
  DescribePackagingConfigurationResponse.add_member(:dash_package, Shapes::ShapeRef.new(shape: DashPackage, location_name: "dashPackage"))
281
285
  DescribePackagingConfigurationResponse.add_member(:hls_package, Shapes::ShapeRef.new(shape: HlsPackage, location_name: "hlsPackage"))
282
286
  DescribePackagingConfigurationResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
@@ -291,6 +295,7 @@ module Aws::MediaPackageVod
291
295
  DescribePackagingGroupResponse.add_member(:approximate_asset_count, Shapes::ShapeRef.new(shape: __integer, location_name: "approximateAssetCount"))
292
296
  DescribePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
293
297
  DescribePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
298
+ DescribePackagingGroupResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
294
299
  DescribePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
295
300
  DescribePackagingGroupResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
296
301
  DescribePackagingGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
@@ -384,6 +389,7 @@ module Aws::MediaPackageVod
384
389
 
385
390
  PackagingConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
386
391
  PackagingConfiguration.add_member(:cmaf_package, Shapes::ShapeRef.new(shape: CmafPackage, location_name: "cmafPackage"))
392
+ PackagingConfiguration.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
387
393
  PackagingConfiguration.add_member(:dash_package, Shapes::ShapeRef.new(shape: DashPackage, location_name: "dashPackage"))
388
394
  PackagingConfiguration.add_member(:hls_package, Shapes::ShapeRef.new(shape: HlsPackage, location_name: "hlsPackage"))
389
395
  PackagingConfiguration.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
@@ -408,6 +414,7 @@ module Aws::MediaPackageVod
408
414
  PackagingGroup.add_member(:approximate_asset_count, Shapes::ShapeRef.new(shape: __integer, location_name: "approximateAssetCount"))
409
415
  PackagingGroup.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
410
416
  PackagingGroup.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
417
+ PackagingGroup.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
411
418
  PackagingGroup.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
412
419
  PackagingGroup.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
413
420
  PackagingGroup.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
@@ -468,6 +475,7 @@ module Aws::MediaPackageVod
468
475
  UpdatePackagingGroupResponse.add_member(:approximate_asset_count, Shapes::ShapeRef.new(shape: __integer, location_name: "approximateAssetCount"))
469
476
  UpdatePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
470
477
  UpdatePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
478
+ UpdatePackagingGroupResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: __string, location_name: "createdAt"))
471
479
  UpdatePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
472
480
  UpdatePackagingGroupResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
473
481
  UpdatePackagingGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
@@ -14,36 +14,39 @@ module Aws::MediaPackageVod
14
14
  use_dual_stack = parameters.use_dual_stack
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
19
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
- raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
- end
22
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
- raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
- end
25
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
26
- end
27
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
- return Aws::Endpoints::Endpoint.new(url: "https://mediapackage-vod-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
- end
31
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
32
- end
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
33
18
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
- return Aws::Endpoints::Endpoint.new(url: "https://mediapackage-vod-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
36
- end
37
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
38
20
  end
39
21
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
40
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
41
- return Aws::Endpoints::Endpoint.new(url: "https://mediapackage-vod.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
+ end
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
25
+ end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
+ return Aws::Endpoints::Endpoint.new(url: "https://mediapackage-vod-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
+ end
32
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
+ end
34
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
+ return Aws::Endpoints::Endpoint.new(url: "https://mediapackage-vod-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
+ end
38
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
39
+ end
40
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
41
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
+ return Aws::Endpoints::Endpoint.new(url: "https://mediapackage-vod.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
+ end
44
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
42
45
  end
43
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
46
+ return Aws::Endpoints::Endpoint.new(url: "https://mediapackage-vod.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
44
47
  end
45
- return Aws::Endpoints::Endpoint.new(url: "https://mediapackage-vod.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
46
48
  end
49
+ raise ArgumentError, "Invalid Configuration: Missing Region"
47
50
  raise ArgumentError, 'No endpoint could be resolved'
48
51
 
49
52
  end
@@ -289,6 +289,9 @@ module Aws::MediaPackageVod
289
289
  # CDN Authorization credentials
290
290
  # @return [Types::Authorization]
291
291
  #
292
+ # @!attribute [rw] created_at
293
+ # @return [String]
294
+ #
292
295
  # @!attribute [rw] domain_name
293
296
  # @return [String]
294
297
  #
@@ -308,6 +311,7 @@ module Aws::MediaPackageVod
308
311
  class ConfigureLogsResponse < Struct.new(
309
312
  :arn,
310
313
  :authorization,
314
+ :created_at,
311
315
  :domain_name,
312
316
  :egress_access_logs,
313
317
  :id,
@@ -440,6 +444,9 @@ module Aws::MediaPackageVod
440
444
  # A CMAF packaging configuration.
441
445
  # @return [Types::CmafPackage]
442
446
  #
447
+ # @!attribute [rw] created_at
448
+ # @return [String]
449
+ #
443
450
  # @!attribute [rw] dash_package
444
451
  # A Dynamic Adaptive Streaming over HTTP (DASH) packaging
445
452
  # configuration.
@@ -468,6 +475,7 @@ module Aws::MediaPackageVod
468
475
  class CreatePackagingConfigurationResponse < Struct.new(
469
476
  :arn,
470
477
  :cmaf_package,
478
+ :created_at,
471
479
  :dash_package,
472
480
  :hls_package,
473
481
  :id,
@@ -511,6 +519,9 @@ module Aws::MediaPackageVod
511
519
  # CDN Authorization credentials
512
520
  # @return [Types::Authorization]
513
521
  #
522
+ # @!attribute [rw] created_at
523
+ # @return [String]
524
+ #
514
525
  # @!attribute [rw] domain_name
515
526
  # @return [String]
516
527
  #
@@ -530,6 +541,7 @@ module Aws::MediaPackageVod
530
541
  class CreatePackagingGroupResponse < Struct.new(
531
542
  :arn,
532
543
  :authorization,
544
+ :created_at,
533
545
  :domain_name,
534
546
  :egress_access_logs,
535
547
  :id,
@@ -583,10 +595,7 @@ module Aws::MediaPackageVod
583
595
  # The source of scte markers used. When set to SEGMENTS, the scte
584
596
  # markers are sourced from the segments of the ingested content. When
585
597
  # set to MANIFEST, the scte markers are sourced from the manifest of
586
- # the ingested content. The MANIFEST value is compatible with source
587
- # HLS playlists using the SCTE-35 Enhanced syntax (#EXT-OATCLS-SCTE35
588
- # tags). SCTE-35 Elemental and SCTE-35 Daterange syntaxes are not
589
- # supported with this option.
598
+ # the ingested content.
590
599
  # @return [String]
591
600
  #
592
601
  # @!attribute [rw] stream_selection
@@ -786,6 +795,9 @@ module Aws::MediaPackageVod
786
795
  # A CMAF packaging configuration.
787
796
  # @return [Types::CmafPackage]
788
797
  #
798
+ # @!attribute [rw] created_at
799
+ # @return [String]
800
+ #
789
801
  # @!attribute [rw] dash_package
790
802
  # A Dynamic Adaptive Streaming over HTTP (DASH) packaging
791
803
  # configuration.
@@ -814,6 +826,7 @@ module Aws::MediaPackageVod
814
826
  class DescribePackagingConfigurationResponse < Struct.new(
815
827
  :arn,
816
828
  :cmaf_package,
829
+ :created_at,
817
830
  :dash_package,
818
831
  :hls_package,
819
832
  :id,
@@ -845,6 +858,9 @@ module Aws::MediaPackageVod
845
858
  # CDN Authorization credentials
846
859
  # @return [Types::Authorization]
847
860
  #
861
+ # @!attribute [rw] created_at
862
+ # @return [String]
863
+ #
848
864
  # @!attribute [rw] domain_name
849
865
  # @return [String]
850
866
  #
@@ -865,6 +881,7 @@ module Aws::MediaPackageVod
865
881
  :approximate_asset_count,
866
882
  :arn,
867
883
  :authorization,
884
+ :created_at,
868
885
  :domain_name,
869
886
  :egress_access_logs,
870
887
  :id,
@@ -1283,6 +1300,10 @@ module Aws::MediaPackageVod
1283
1300
  # A CMAF packaging configuration.
1284
1301
  # @return [Types::CmafPackage]
1285
1302
  #
1303
+ # @!attribute [rw] created_at
1304
+ # The time the PackagingConfiguration was created.
1305
+ # @return [String]
1306
+ #
1286
1307
  # @!attribute [rw] dash_package
1287
1308
  # A Dynamic Adaptive Streaming over HTTP (DASH) packaging
1288
1309
  # configuration.
@@ -1313,6 +1334,7 @@ module Aws::MediaPackageVod
1313
1334
  class PackagingConfiguration < Struct.new(
1314
1335
  :arn,
1315
1336
  :cmaf_package,
1337
+ :created_at,
1316
1338
  :dash_package,
1317
1339
  :hls_package,
1318
1340
  :id,
@@ -1403,6 +1425,10 @@ module Aws::MediaPackageVod
1403
1425
  # CDN Authorization credentials
1404
1426
  # @return [Types::Authorization]
1405
1427
  #
1428
+ # @!attribute [rw] created_at
1429
+ # The time the PackagingGroup was created.
1430
+ # @return [String]
1431
+ #
1406
1432
  # @!attribute [rw] domain_name
1407
1433
  # The fully qualified domain name for Assets in the PackagingGroup.
1408
1434
  # @return [String]
@@ -1425,6 +1451,7 @@ module Aws::MediaPackageVod
1425
1451
  :approximate_asset_count,
1426
1452
  :arn,
1427
1453
  :authorization,
1454
+ :created_at,
1428
1455
  :domain_name,
1429
1456
  :egress_access_logs,
1430
1457
  :id,
@@ -1662,6 +1689,9 @@ module Aws::MediaPackageVod
1662
1689
  # CDN Authorization credentials
1663
1690
  # @return [Types::Authorization]
1664
1691
  #
1692
+ # @!attribute [rw] created_at
1693
+ # @return [String]
1694
+ #
1665
1695
  # @!attribute [rw] domain_name
1666
1696
  # @return [String]
1667
1697
  #
@@ -1682,6 +1712,7 @@ module Aws::MediaPackageVod
1682
1712
  :approximate_asset_count,
1683
1713
  :arn,
1684
1714
  :authorization,
1715
+ :created_at,
1685
1716
  :domain_name,
1686
1717
  :egress_access_logs,
1687
1718
  :id,
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mediapackagevod/customizations'
52
52
  # @!group service
53
53
  module Aws::MediaPackageVod
54
54
 
55
- GEM_VERSION = '1.41.0'
55
+ GEM_VERSION = '1.42.0'
56
56
 
57
57
  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.41.0
4
+ version: 1.42.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: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core