aws-sdk-mediapackagevod 1.41.0 → 1.43.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: 246b07d9663ad705f352d9461dc8caae07670544e44e549f343a6b5a20aa0eae
4
+ data.tar.gz: aae7baca2464cdb4e506e8a23e4fde499367bb020bf14e75124f243e3cc6713b
5
5
  SHA512:
6
- metadata.gz: 5634fa63426aeb6fd9beadc1a3d66f3968e2d65b8e887a118645644f95b5c7b9d645de20eb54c05a710d6565dfdabf532f5e4bfa9089bd4a5679bd0cec46620d
7
- data.tar.gz: d602f668fbcf8e0b5aac57b9d81cf185b9a7d8d3ef035185d6926dd0d3d88a686048d74115b8cba85af1ac8a7b135af346e137b96eb676aa1a8867ae1d467b9f
6
+ metadata.gz: 125683501464543263aa21ab7cef86e2392aefc4777cb21fcb4af899c4e78cc377dc663fac4f97356789a909ff326cb62f4eb624fb7e2b9dce0b0f3c2387d16c
7
+ data.tar.gz: 3f6310197a419857e22c5cb6343afbe606da29236786a9d9aea6f02f9a41303e531783e7a93f4844f1745a89f88a1144cbf23a29cdd324744ab492c8f049ba4c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.42.0 (2023-03-08)
10
+ ------------------
11
+
12
+ * Feature - This release provides the date and time VOD resources were created.
13
+
4
14
  1.41.0 (2023-01-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.43.0
@@ -275,6 +275,11 @@ module Aws::MediaPackageVod
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -380,6 +385,7 @@ module Aws::MediaPackageVod
380
385
  #
381
386
  # * {Types::ConfigureLogsResponse#arn #arn} => String
382
387
  # * {Types::ConfigureLogsResponse#authorization #authorization} => Types::Authorization
388
+ # * {Types::ConfigureLogsResponse#created_at #created_at} => String
383
389
  # * {Types::ConfigureLogsResponse#domain_name #domain_name} => String
384
390
  # * {Types::ConfigureLogsResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
385
391
  # * {Types::ConfigureLogsResponse#id #id} => String
@@ -399,6 +405,7 @@ module Aws::MediaPackageVod
399
405
  # resp.arn #=> String
400
406
  # resp.authorization.cdn_identifier_secret #=> String
401
407
  # resp.authorization.secrets_role_arn #=> String
408
+ # resp.created_at #=> String
402
409
  # resp.domain_name #=> String
403
410
  # resp.egress_access_logs.log_group_name #=> String
404
411
  # resp.id #=> String
@@ -504,6 +511,7 @@ module Aws::MediaPackageVod
504
511
  #
505
512
  # * {Types::CreatePackagingConfigurationResponse#arn #arn} => String
506
513
  # * {Types::CreatePackagingConfigurationResponse#cmaf_package #cmaf_package} => Types::CmafPackage
514
+ # * {Types::CreatePackagingConfigurationResponse#created_at #created_at} => String
507
515
  # * {Types::CreatePackagingConfigurationResponse#dash_package #dash_package} => Types::DashPackage
508
516
  # * {Types::CreatePackagingConfigurationResponse#hls_package #hls_package} => Types::HlsPackage
509
517
  # * {Types::CreatePackagingConfigurationResponse#id #id} => String
@@ -660,6 +668,7 @@ module Aws::MediaPackageVod
660
668
  # resp.cmaf_package.hls_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
661
669
  # resp.cmaf_package.include_encoder_configuration_in_segments #=> Boolean
662
670
  # resp.cmaf_package.segment_duration_seconds #=> Integer
671
+ # resp.created_at #=> String
663
672
  # resp.dash_package.dash_manifests #=> Array
664
673
  # resp.dash_package.dash_manifests[0].manifest_layout #=> String, one of "FULL", "COMPACT"
665
674
  # resp.dash_package.dash_manifests[0].manifest_name #=> String
@@ -744,6 +753,7 @@ module Aws::MediaPackageVod
744
753
  #
745
754
  # * {Types::CreatePackagingGroupResponse#arn #arn} => String
746
755
  # * {Types::CreatePackagingGroupResponse#authorization #authorization} => Types::Authorization
756
+ # * {Types::CreatePackagingGroupResponse#created_at #created_at} => String
747
757
  # * {Types::CreatePackagingGroupResponse#domain_name #domain_name} => String
748
758
  # * {Types::CreatePackagingGroupResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
749
759
  # * {Types::CreatePackagingGroupResponse#id #id} => String
@@ -770,6 +780,7 @@ module Aws::MediaPackageVod
770
780
  # resp.arn #=> String
771
781
  # resp.authorization.cdn_identifier_secret #=> String
772
782
  # resp.authorization.secrets_role_arn #=> String
783
+ # resp.created_at #=> String
773
784
  # resp.domain_name #=> String
774
785
  # resp.egress_access_logs.log_group_name #=> String
775
786
  # resp.id #=> String
@@ -904,6 +915,7 @@ module Aws::MediaPackageVod
904
915
  #
905
916
  # * {Types::DescribePackagingConfigurationResponse#arn #arn} => String
906
917
  # * {Types::DescribePackagingConfigurationResponse#cmaf_package #cmaf_package} => Types::CmafPackage
918
+ # * {Types::DescribePackagingConfigurationResponse#created_at #created_at} => String
907
919
  # * {Types::DescribePackagingConfigurationResponse#dash_package #dash_package} => Types::DashPackage
908
920
  # * {Types::DescribePackagingConfigurationResponse#hls_package #hls_package} => Types::HlsPackage
909
921
  # * {Types::DescribePackagingConfigurationResponse#id #id} => String
@@ -938,6 +950,7 @@ module Aws::MediaPackageVod
938
950
  # resp.cmaf_package.hls_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
939
951
  # resp.cmaf_package.include_encoder_configuration_in_segments #=> Boolean
940
952
  # resp.cmaf_package.segment_duration_seconds #=> Integer
953
+ # resp.created_at #=> String
941
954
  # resp.dash_package.dash_manifests #=> Array
942
955
  # resp.dash_package.dash_manifests[0].manifest_layout #=> String, one of "FULL", "COMPACT"
943
956
  # resp.dash_package.dash_manifests[0].manifest_name #=> String
@@ -1014,6 +1027,7 @@ module Aws::MediaPackageVod
1014
1027
  # * {Types::DescribePackagingGroupResponse#approximate_asset_count #approximate_asset_count} => Integer
1015
1028
  # * {Types::DescribePackagingGroupResponse#arn #arn} => String
1016
1029
  # * {Types::DescribePackagingGroupResponse#authorization #authorization} => Types::Authorization
1030
+ # * {Types::DescribePackagingGroupResponse#created_at #created_at} => String
1017
1031
  # * {Types::DescribePackagingGroupResponse#domain_name #domain_name} => String
1018
1032
  # * {Types::DescribePackagingGroupResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
1019
1033
  # * {Types::DescribePackagingGroupResponse#id #id} => String
@@ -1031,6 +1045,7 @@ module Aws::MediaPackageVod
1031
1045
  # resp.arn #=> String
1032
1046
  # resp.authorization.cdn_identifier_secret #=> String
1033
1047
  # resp.authorization.secrets_role_arn #=> String
1048
+ # resp.created_at #=> String
1034
1049
  # resp.domain_name #=> String
1035
1050
  # resp.egress_access_logs.log_group_name #=> String
1036
1051
  # resp.id #=> String
@@ -1139,6 +1154,7 @@ module Aws::MediaPackageVod
1139
1154
  # resp.packaging_configurations[0].cmaf_package.hls_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
1140
1155
  # resp.packaging_configurations[0].cmaf_package.include_encoder_configuration_in_segments #=> Boolean
1141
1156
  # resp.packaging_configurations[0].cmaf_package.segment_duration_seconds #=> Integer
1157
+ # resp.packaging_configurations[0].created_at #=> String
1142
1158
  # resp.packaging_configurations[0].dash_package.dash_manifests #=> Array
1143
1159
  # resp.packaging_configurations[0].dash_package.dash_manifests[0].manifest_layout #=> String, one of "FULL", "COMPACT"
1144
1160
  # resp.packaging_configurations[0].dash_package.dash_manifests[0].manifest_name #=> String
@@ -1234,6 +1250,7 @@ module Aws::MediaPackageVod
1234
1250
  # resp.packaging_groups[0].arn #=> String
1235
1251
  # resp.packaging_groups[0].authorization.cdn_identifier_secret #=> String
1236
1252
  # resp.packaging_groups[0].authorization.secrets_role_arn #=> String
1253
+ # resp.packaging_groups[0].created_at #=> String
1237
1254
  # resp.packaging_groups[0].domain_name #=> String
1238
1255
  # resp.packaging_groups[0].egress_access_logs.log_group_name #=> String
1239
1256
  # resp.packaging_groups[0].id #=> String
@@ -1342,6 +1359,7 @@ module Aws::MediaPackageVod
1342
1359
  # * {Types::UpdatePackagingGroupResponse#approximate_asset_count #approximate_asset_count} => Integer
1343
1360
  # * {Types::UpdatePackagingGroupResponse#arn #arn} => String
1344
1361
  # * {Types::UpdatePackagingGroupResponse#authorization #authorization} => Types::Authorization
1362
+ # * {Types::UpdatePackagingGroupResponse#created_at #created_at} => String
1345
1363
  # * {Types::UpdatePackagingGroupResponse#domain_name #domain_name} => String
1346
1364
  # * {Types::UpdatePackagingGroupResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
1347
1365
  # * {Types::UpdatePackagingGroupResponse#id #id} => String
@@ -1363,6 +1381,7 @@ module Aws::MediaPackageVod
1363
1381
  # resp.arn #=> String
1364
1382
  # resp.authorization.cdn_identifier_secret #=> String
1365
1383
  # resp.authorization.secrets_role_arn #=> String
1384
+ # resp.created_at #=> String
1366
1385
  # resp.domain_name #=> String
1367
1386
  # resp.egress_access_logs.log_group_name #=> String
1368
1387
  # resp.id #=> String
@@ -1391,7 +1410,7 @@ module Aws::MediaPackageVod
1391
1410
  params: params,
1392
1411
  config: config)
1393
1412
  context[:gem_name] = 'aws-sdk-mediapackagevod'
1394
- context[:gem_version] = '1.41.0'
1413
+ context[:gem_version] = '1.43.0'
1395
1414
  Seahorse::Client::Request.new(handlers, context)
1396
1415
  end
1397
1416
 
@@ -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.43.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.43.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-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement