aws-sdk-mediapackagev2 1.12.0 → 1.13.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 71970410437fd9d73df67a5766553e751edd0114c4d3885c492307877746c9cc
4
- data.tar.gz: c18cab546af59d0812e3f9d8e99527c38dd9222dfc626510abb21a73072a94d9
3
+ metadata.gz: e2e6cb53fd2fa9e740fe4124011aabf340d36872d550e24a7e9526bb63a69c45
4
+ data.tar.gz: 8ee6034c9661adba76b63e93e673977f95f6de7bd397210b52dd5a2398ec3c0c
5
5
  SHA512:
6
- metadata.gz: f00e813935fc667c0ea5a0ecf0a22d825ca3657b3b658719c206cb4812dea51495d703eb4f771f86edad225af168b6395b1b4f0826eb53d2b84936c5e0d9e384
7
- data.tar.gz: 21031895f199ade2fd4ee87dd49a675b0202e1414ffc21982bed8aca47fafe5b92c32e55a152e16f9a08886cde9b7bcb830138701ebe8d229ff88df6308891a0
6
+ metadata.gz: 4551371b4cfe7114bd61f513150ed7c0df40c578fc7ee3b632b63d041c3d804518b06c7bffc772ff3df104caae8b1a2710a785ffda0ae3a43c9869cbb3d40a92
7
+ data.tar.gz: bf18e78874afeddd405d0cc7a0e51dcf6167f721cb392ef74a20862c759abff220bdba208a2e9757ba53320988bed1f204dc119acabbcf7de20a48d8ef15c3b2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.0 (2024-03-11)
5
+ ------------------
6
+
7
+ * Feature - This release enables customers to safely update their MediaPackage v2 channel groups, channels and origin endpoints using entity tags.
8
+
4
9
  1.12.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.0
@@ -436,6 +436,7 @@ module Aws::MediaPackageV2
436
436
  # * {Types::CreateChannelResponse#modified_at #modified_at} => Time
437
437
  # * {Types::CreateChannelResponse#description #description} => String
438
438
  # * {Types::CreateChannelResponse#ingest_endpoints #ingest_endpoints} => Array<Types::IngestEndpoint>
439
+ # * {Types::CreateChannelResponse#etag #etag} => String
439
440
  # * {Types::CreateChannelResponse#tags #tags} => Hash<String,String>
440
441
  #
441
442
  # @example Request syntax with placeholder values
@@ -461,6 +462,7 @@ module Aws::MediaPackageV2
461
462
  # resp.ingest_endpoints #=> Array
462
463
  # resp.ingest_endpoints[0].id #=> String
463
464
  # resp.ingest_endpoints[0].url #=> String
465
+ # resp.etag #=> String
464
466
  # resp.tags #=> Hash
465
467
  # resp.tags["TagKey"] #=> String
466
468
  #
@@ -512,6 +514,7 @@ module Aws::MediaPackageV2
512
514
  # * {Types::CreateChannelGroupResponse#egress_domain #egress_domain} => String
513
515
  # * {Types::CreateChannelGroupResponse#created_at #created_at} => Time
514
516
  # * {Types::CreateChannelGroupResponse#modified_at #modified_at} => Time
517
+ # * {Types::CreateChannelGroupResponse#etag #etag} => String
515
518
  # * {Types::CreateChannelGroupResponse#description #description} => String
516
519
  # * {Types::CreateChannelGroupResponse#tags #tags} => Hash<String,String>
517
520
  #
@@ -533,6 +536,7 @@ module Aws::MediaPackageV2
533
536
  # resp.egress_domain #=> String
534
537
  # resp.created_at #=> Time
535
538
  # resp.modified_at #=> Time
539
+ # resp.etag #=> String
536
540
  # resp.description #=> String
537
541
  # resp.tags #=> Hash
538
542
  # resp.tags["TagKey"] #=> String
@@ -624,6 +628,7 @@ module Aws::MediaPackageV2
624
628
  # * {Types::CreateOriginEndpointResponse#startover_window_seconds #startover_window_seconds} => Integer
625
629
  # * {Types::CreateOriginEndpointResponse#hls_manifests #hls_manifests} => Array<Types::GetHlsManifestConfiguration>
626
630
  # * {Types::CreateOriginEndpointResponse#low_latency_hls_manifests #low_latency_hls_manifests} => Array<Types::GetLowLatencyHlsManifestConfiguration>
631
+ # * {Types::CreateOriginEndpointResponse#etag #etag} => String
627
632
  # * {Types::CreateOriginEndpointResponse#tags #tags} => Hash<String,String>
628
633
  #
629
634
  # @example Request syntax with placeholder values
@@ -754,6 +759,7 @@ module Aws::MediaPackageV2
754
759
  # resp.low_latency_hls_manifests[0].filter_configuration.start #=> Time
755
760
  # resp.low_latency_hls_manifests[0].filter_configuration.end #=> Time
756
761
  # resp.low_latency_hls_manifests[0].filter_configuration.time_delay_seconds #=> Integer
762
+ # resp.etag #=> String
757
763
  # resp.tags #=> Hash
758
764
  # resp.tags["TagKey"] #=> String
759
765
  #
@@ -952,6 +958,7 @@ module Aws::MediaPackageV2
952
958
  # * {Types::GetChannelResponse#modified_at #modified_at} => Time
953
959
  # * {Types::GetChannelResponse#description #description} => String
954
960
  # * {Types::GetChannelResponse#ingest_endpoints #ingest_endpoints} => Array<Types::IngestEndpoint>
961
+ # * {Types::GetChannelResponse#etag #etag} => String
955
962
  # * {Types::GetChannelResponse#tags #tags} => Hash<String,String>
956
963
  #
957
964
  # @example Request syntax with placeholder values
@@ -972,6 +979,7 @@ module Aws::MediaPackageV2
972
979
  # resp.ingest_endpoints #=> Array
973
980
  # resp.ingest_endpoints[0].id #=> String
974
981
  # resp.ingest_endpoints[0].url #=> String
982
+ # resp.etag #=> String
975
983
  # resp.tags #=> Hash
976
984
  # resp.tags["TagKey"] #=> String
977
985
  #
@@ -1001,6 +1009,7 @@ module Aws::MediaPackageV2
1001
1009
  # * {Types::GetChannelGroupResponse#created_at #created_at} => Time
1002
1010
  # * {Types::GetChannelGroupResponse#modified_at #modified_at} => Time
1003
1011
  # * {Types::GetChannelGroupResponse#description #description} => String
1012
+ # * {Types::GetChannelGroupResponse#etag #etag} => String
1004
1013
  # * {Types::GetChannelGroupResponse#tags #tags} => Hash<String,String>
1005
1014
  #
1006
1015
  # @example Request syntax with placeholder values
@@ -1017,6 +1026,7 @@ module Aws::MediaPackageV2
1017
1026
  # resp.created_at #=> Time
1018
1027
  # resp.modified_at #=> Time
1019
1028
  # resp.description #=> String
1029
+ # resp.etag #=> String
1020
1030
  # resp.tags #=> Hash
1021
1031
  # resp.tags["TagKey"] #=> String
1022
1032
  #
@@ -1104,6 +1114,7 @@ module Aws::MediaPackageV2
1104
1114
  # * {Types::GetOriginEndpointResponse#startover_window_seconds #startover_window_seconds} => Integer
1105
1115
  # * {Types::GetOriginEndpointResponse#hls_manifests #hls_manifests} => Array<Types::GetHlsManifestConfiguration>
1106
1116
  # * {Types::GetOriginEndpointResponse#low_latency_hls_manifests #low_latency_hls_manifests} => Array<Types::GetLowLatencyHlsManifestConfiguration>
1117
+ # * {Types::GetOriginEndpointResponse#etag #etag} => String
1107
1118
  # * {Types::GetOriginEndpointResponse#tags #tags} => Hash<String,String>
1108
1119
  #
1109
1120
  # @example Request syntax with placeholder values
@@ -1165,6 +1176,7 @@ module Aws::MediaPackageV2
1165
1176
  # resp.low_latency_hls_manifests[0].filter_configuration.start #=> Time
1166
1177
  # resp.low_latency_hls_manifests[0].filter_configuration.end #=> Time
1167
1178
  # resp.low_latency_hls_manifests[0].filter_configuration.time_delay_seconds #=> Integer
1179
+ # resp.etag #=> String
1168
1180
  # resp.tags #=> Hash
1169
1181
  # resp.tags["TagKey"] #=> String
1170
1182
  #
@@ -1578,6 +1590,11 @@ module Aws::MediaPackageV2
1578
1590
  # identifier for the channel, and must be unique for your account in the
1579
1591
  # AWS Region and channel group.
1580
1592
  #
1593
+ # @option params [String] :etag
1594
+ # The expected current Entity Tag (ETag) for the resource. If the
1595
+ # specified ETag does not match the resource's current entity tag, the
1596
+ # update request will be rejected.
1597
+ #
1581
1598
  # @option params [String] :description
1582
1599
  # Any descriptive information that you want to add to the channel for
1583
1600
  # future identification purposes.
@@ -1591,6 +1608,7 @@ module Aws::MediaPackageV2
1591
1608
  # * {Types::UpdateChannelResponse#modified_at #modified_at} => Time
1592
1609
  # * {Types::UpdateChannelResponse#description #description} => String
1593
1610
  # * {Types::UpdateChannelResponse#ingest_endpoints #ingest_endpoints} => Array<Types::IngestEndpoint>
1611
+ # * {Types::UpdateChannelResponse#etag #etag} => String
1594
1612
  # * {Types::UpdateChannelResponse#tags #tags} => Hash<String,String>
1595
1613
  #
1596
1614
  # @example Request syntax with placeholder values
@@ -1598,6 +1616,7 @@ module Aws::MediaPackageV2
1598
1616
  # resp = client.update_channel({
1599
1617
  # channel_group_name: "ResourceName", # required
1600
1618
  # channel_name: "ResourceName", # required
1619
+ # etag: "EntityTag",
1601
1620
  # description: "ResourceDescription",
1602
1621
  # })
1603
1622
  #
@@ -1612,6 +1631,7 @@ module Aws::MediaPackageV2
1612
1631
  # resp.ingest_endpoints #=> Array
1613
1632
  # resp.ingest_endpoints[0].id #=> String
1614
1633
  # resp.ingest_endpoints[0].url #=> String
1634
+ # resp.etag #=> String
1615
1635
  # resp.tags #=> Hash
1616
1636
  # resp.tags["TagKey"] #=> String
1617
1637
  #
@@ -1636,6 +1656,11 @@ module Aws::MediaPackageV2
1636
1656
  # identifier for the channel group, and must be unique for your account
1637
1657
  # in the AWS Region.
1638
1658
  #
1659
+ # @option params [String] :etag
1660
+ # The expected current Entity Tag (ETag) for the resource. If the
1661
+ # specified ETag does not match the resource's current entity tag, the
1662
+ # update request will be rejected.
1663
+ #
1639
1664
  # @option params [String] :description
1640
1665
  # Any descriptive information that you want to add to the channel group
1641
1666
  # for future identification purposes.
@@ -1648,12 +1673,14 @@ module Aws::MediaPackageV2
1648
1673
  # * {Types::UpdateChannelGroupResponse#created_at #created_at} => Time
1649
1674
  # * {Types::UpdateChannelGroupResponse#modified_at #modified_at} => Time
1650
1675
  # * {Types::UpdateChannelGroupResponse#description #description} => String
1676
+ # * {Types::UpdateChannelGroupResponse#etag #etag} => String
1651
1677
  # * {Types::UpdateChannelGroupResponse#tags #tags} => Hash<String,String>
1652
1678
  #
1653
1679
  # @example Request syntax with placeholder values
1654
1680
  #
1655
1681
  # resp = client.update_channel_group({
1656
1682
  # channel_group_name: "ResourceName", # required
1683
+ # etag: "EntityTag",
1657
1684
  # description: "ResourceDescription",
1658
1685
  # })
1659
1686
  #
@@ -1665,6 +1692,7 @@ module Aws::MediaPackageV2
1665
1692
  # resp.created_at #=> Time
1666
1693
  # resp.modified_at #=> Time
1667
1694
  # resp.description #=> String
1695
+ # resp.etag #=> String
1668
1696
  # resp.tags #=> Hash
1669
1697
  # resp.tags["TagKey"] #=> String
1670
1698
  #
@@ -1724,6 +1752,11 @@ module Aws::MediaPackageV2
1724
1752
  # @option params [Array<Types::CreateLowLatencyHlsManifestConfiguration>] :low_latency_hls_manifests
1725
1753
  # A low-latency HLS manifest configuration.
1726
1754
  #
1755
+ # @option params [String] :etag
1756
+ # The expected current Entity Tag (ETag) for the resource. If the
1757
+ # specified ETag does not match the resource's current entity tag, the
1758
+ # update request will be rejected.
1759
+ #
1727
1760
  # @return [Types::UpdateOriginEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1728
1761
  #
1729
1762
  # * {Types::UpdateOriginEndpointResponse#arn #arn} => String
@@ -1738,6 +1771,7 @@ module Aws::MediaPackageV2
1738
1771
  # * {Types::UpdateOriginEndpointResponse#startover_window_seconds #startover_window_seconds} => Integer
1739
1772
  # * {Types::UpdateOriginEndpointResponse#hls_manifests #hls_manifests} => Array&lt;Types::GetHlsManifestConfiguration&gt;
1740
1773
  # * {Types::UpdateOriginEndpointResponse#low_latency_hls_manifests #low_latency_hls_manifests} => Array&lt;Types::GetLowLatencyHlsManifestConfiguration&gt;
1774
+ # * {Types::UpdateOriginEndpointResponse#etag #etag} => String
1741
1775
  # * {Types::UpdateOriginEndpointResponse#tags #tags} => Hash&lt;String,String&gt;
1742
1776
  #
1743
1777
  # @example Request syntax with placeholder values
@@ -1811,6 +1845,7 @@ module Aws::MediaPackageV2
1811
1845
  # },
1812
1846
  # },
1813
1847
  # ],
1848
+ # etag: "EntityTag",
1814
1849
  # })
1815
1850
  #
1816
1851
  # @example Response structure
@@ -1864,6 +1899,7 @@ module Aws::MediaPackageV2
1864
1899
  # resp.low_latency_hls_manifests[0].filter_configuration.start #=> Time
1865
1900
  # resp.low_latency_hls_manifests[0].filter_configuration.end #=> Time
1866
1901
  # resp.low_latency_hls_manifests[0].filter_configuration.time_delay_seconds #=> Integer
1902
+ # resp.etag #=> String
1867
1903
  # resp.tags #=> Hash
1868
1904
  # resp.tags["TagKey"] #=> String
1869
1905
  #
@@ -1889,7 +1925,7 @@ module Aws::MediaPackageV2
1889
1925
  params: params,
1890
1926
  config: config)
1891
1927
  context[:gem_name] = 'aws-sdk-mediapackagev2'
1892
- context[:gem_version] = '1.12.0'
1928
+ context[:gem_version] = '1.13.0'
1893
1929
  Seahorse::Client::Request.new(handlers, context)
1894
1930
  end
1895
1931
 
@@ -55,6 +55,7 @@ module Aws::MediaPackageV2
55
55
  EncryptionContractConfiguration = Shapes::StructureShape.new(name: 'EncryptionContractConfiguration')
56
56
  EncryptionKeyRotationIntervalSecondsInteger = Shapes::IntegerShape.new(name: 'EncryptionKeyRotationIntervalSecondsInteger')
57
57
  EncryptionMethod = Shapes::StructureShape.new(name: 'EncryptionMethod')
58
+ EntityTag = Shapes::StringShape.new(name: 'EntityTag')
58
59
  FilterConfiguration = Shapes::StructureShape.new(name: 'FilterConfiguration')
59
60
  FilterConfigurationManifestFilterString = Shapes::StringShape.new(name: 'FilterConfigurationManifestFilterString')
60
61
  FilterConfigurationTimeDelaySecondsInteger = Shapes::IntegerShape.new(name: 'FilterConfigurationTimeDelaySecondsInteger')
@@ -175,6 +176,7 @@ module Aws::MediaPackageV2
175
176
  CreateChannelGroupResponse.add_member(:egress_domain, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EgressDomain"))
176
177
  CreateChannelGroupResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
177
178
  CreateChannelGroupResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
179
+ CreateChannelGroupResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
178
180
  CreateChannelGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
179
181
  CreateChannelGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
180
182
  CreateChannelGroupResponse.struct_class = Types::CreateChannelGroupResponse
@@ -193,6 +195,7 @@ module Aws::MediaPackageV2
193
195
  CreateChannelResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
194
196
  CreateChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
195
197
  CreateChannelResponse.add_member(:ingest_endpoints, Shapes::ShapeRef.new(shape: IngestEndpointList, location_name: "IngestEndpoints"))
198
+ CreateChannelResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
196
199
  CreateChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
197
200
  CreateChannelResponse.struct_class = Types::CreateChannelResponse
198
201
 
@@ -241,6 +244,7 @@ module Aws::MediaPackageV2
241
244
  CreateOriginEndpointResponse.add_member(:startover_window_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "StartoverWindowSeconds"))
242
245
  CreateOriginEndpointResponse.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: GetHlsManifests, location_name: "HlsManifests"))
243
246
  CreateOriginEndpointResponse.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
247
+ CreateOriginEndpointResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
244
248
  CreateOriginEndpointResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
245
249
  CreateOriginEndpointResponse.struct_class = Types::CreateOriginEndpointResponse
246
250
 
@@ -304,6 +308,7 @@ module Aws::MediaPackageV2
304
308
  GetChannelGroupResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
305
309
  GetChannelGroupResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
306
310
  GetChannelGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
311
+ GetChannelGroupResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
307
312
  GetChannelGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
308
313
  GetChannelGroupResponse.struct_class = Types::GetChannelGroupResponse
309
314
 
@@ -327,6 +332,7 @@ module Aws::MediaPackageV2
327
332
  GetChannelResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
328
333
  GetChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
329
334
  GetChannelResponse.add_member(:ingest_endpoints, Shapes::ShapeRef.new(shape: IngestEndpointList, location_name: "IngestEndpoints"))
335
+ GetChannelResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
330
336
  GetChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
331
337
  GetChannelResponse.struct_class = Types::GetChannelResponse
332
338
 
@@ -380,6 +386,7 @@ module Aws::MediaPackageV2
380
386
  GetOriginEndpointResponse.add_member(:startover_window_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "StartoverWindowSeconds"))
381
387
  GetOriginEndpointResponse.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: GetHlsManifests, location_name: "HlsManifests"))
382
388
  GetOriginEndpointResponse.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
389
+ GetOriginEndpointResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
383
390
  GetOriginEndpointResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
384
391
  GetOriginEndpointResponse.struct_class = Types::GetOriginEndpointResponse
385
392
 
@@ -518,6 +525,7 @@ module Aws::MediaPackageV2
518
525
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
519
526
 
520
527
  UpdateChannelGroupRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
528
+ UpdateChannelGroupRequest.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location: "header", location_name: "x-amzn-update-if-match"))
521
529
  UpdateChannelGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
522
530
  UpdateChannelGroupRequest.struct_class = Types::UpdateChannelGroupRequest
523
531
 
@@ -527,11 +535,13 @@ module Aws::MediaPackageV2
527
535
  UpdateChannelGroupResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
528
536
  UpdateChannelGroupResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
529
537
  UpdateChannelGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
538
+ UpdateChannelGroupResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
530
539
  UpdateChannelGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
531
540
  UpdateChannelGroupResponse.struct_class = Types::UpdateChannelGroupResponse
532
541
 
533
542
  UpdateChannelRequest.add_member(:channel_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelGroupName"))
534
543
  UpdateChannelRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location: "uri", location_name: "ChannelName"))
544
+ UpdateChannelRequest.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location: "header", location_name: "x-amzn-update-if-match"))
535
545
  UpdateChannelRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
536
546
  UpdateChannelRequest.struct_class = Types::UpdateChannelRequest
537
547
 
@@ -542,6 +552,7 @@ module Aws::MediaPackageV2
542
552
  UpdateChannelResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ModifiedAt"))
543
553
  UpdateChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "Description"))
544
554
  UpdateChannelResponse.add_member(:ingest_endpoints, Shapes::ShapeRef.new(shape: IngestEndpointList, location_name: "IngestEndpoints"))
555
+ UpdateChannelResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
545
556
  UpdateChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
546
557
  UpdateChannelResponse.struct_class = Types::UpdateChannelResponse
547
558
 
@@ -554,6 +565,7 @@ module Aws::MediaPackageV2
554
565
  UpdateOriginEndpointRequest.add_member(:startover_window_seconds, Shapes::ShapeRef.new(shape: UpdateOriginEndpointRequestStartoverWindowSecondsInteger, location_name: "StartoverWindowSeconds"))
555
566
  UpdateOriginEndpointRequest.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: CreateHlsManifests, location_name: "HlsManifests"))
556
567
  UpdateOriginEndpointRequest.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: CreateLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
568
+ UpdateOriginEndpointRequest.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location: "header", location_name: "x-amzn-update-if-match"))
557
569
  UpdateOriginEndpointRequest.struct_class = Types::UpdateOriginEndpointRequest
558
570
 
559
571
  UpdateOriginEndpointResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
@@ -568,6 +580,7 @@ module Aws::MediaPackageV2
568
580
  UpdateOriginEndpointResponse.add_member(:startover_window_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "StartoverWindowSeconds"))
569
581
  UpdateOriginEndpointResponse.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: GetHlsManifests, location_name: "HlsManifests"))
570
582
  UpdateOriginEndpointResponse.add_member(:low_latency_hls_manifests, Shapes::ShapeRef.new(shape: GetLowLatencyHlsManifests, location_name: "LowLatencyHlsManifests"))
583
+ UpdateOriginEndpointResponse.add_member(:etag, Shapes::ShapeRef.new(shape: EntityTag, location_name: "ETag"))
571
584
  UpdateOriginEndpointResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
572
585
  UpdateOriginEndpointResponse.struct_class = Types::UpdateOriginEndpointResponse
573
586
 
@@ -189,6 +189,12 @@ module Aws::MediaPackageV2
189
189
  # The date and time the channel group was modified.
190
190
  # @return [Time]
191
191
  #
192
+ # @!attribute [rw] etag
193
+ # The current Entity Tag (ETag) associated with this resource. The
194
+ # entity tag can be used to safely make concurrent updates to the
195
+ # resource.
196
+ # @return [String]
197
+ #
192
198
  # @!attribute [rw] description
193
199
  # The description for your channel group.
194
200
  # @return [String]
@@ -206,6 +212,7 @@ module Aws::MediaPackageV2
206
212
  :egress_domain,
207
213
  :created_at,
208
214
  :modified_at,
215
+ :etag,
209
216
  :description,
210
217
  :tags)
211
218
  SENSITIVE = []
@@ -290,6 +297,12 @@ module Aws::MediaPackageV2
290
297
  # The list of ingest endpoints.
291
298
  # @return [Array<Types::IngestEndpoint>]
292
299
  #
300
+ # @!attribute [rw] etag
301
+ # The current Entity Tag (ETag) associated with this resource. The
302
+ # entity tag can be used to safely make concurrent updates to the
303
+ # resource.
304
+ # @return [String]
305
+ #
293
306
  # @!attribute [rw] tags
294
307
  # The comma-separated list of tag key:value pairs assigned to the
295
308
  # channel.
@@ -305,6 +318,7 @@ module Aws::MediaPackageV2
305
318
  :modified_at,
306
319
  :description,
307
320
  :ingest_endpoints,
321
+ :etag,
308
322
  :tags)
309
323
  SENSITIVE = []
310
324
  include Aws::Structure
@@ -577,6 +591,12 @@ module Aws::MediaPackageV2
577
591
  # A low-latency HLS manifest configuration.
578
592
  # @return [Array<Types::GetLowLatencyHlsManifestConfiguration>]
579
593
  #
594
+ # @!attribute [rw] etag
595
+ # The current Entity Tag (ETag) associated with this resource. The
596
+ # entity tag can be used to safely make concurrent updates to the
597
+ # resource.
598
+ # @return [String]
599
+ #
580
600
  # @!attribute [rw] tags
581
601
  # The comma-separated list of tag key:value pairs assigned to the
582
602
  # origin endpoint.
@@ -597,6 +617,7 @@ module Aws::MediaPackageV2
597
617
  :startover_window_seconds,
598
618
  :hls_manifests,
599
619
  :low_latency_hls_manifests,
620
+ :etag,
600
621
  :tags)
601
622
  SENSITIVE = []
602
623
  include Aws::Structure
@@ -963,6 +984,12 @@ module Aws::MediaPackageV2
963
984
  # The description for your channel group.
964
985
  # @return [String]
965
986
  #
987
+ # @!attribute [rw] etag
988
+ # The current Entity Tag (ETag) associated with this resource. The
989
+ # entity tag can be used to safely make concurrent updates to the
990
+ # resource.
991
+ # @return [String]
992
+ #
966
993
  # @!attribute [rw] tags
967
994
  # The comma-separated list of tag key:value pairs assigned to the
968
995
  # channel group.
@@ -977,6 +1004,7 @@ module Aws::MediaPackageV2
977
1004
  :created_at,
978
1005
  :modified_at,
979
1006
  :description,
1007
+ :etag,
980
1008
  :tags)
981
1009
  SENSITIVE = []
982
1010
  include Aws::Structure
@@ -1082,6 +1110,12 @@ module Aws::MediaPackageV2
1082
1110
  # The list of ingest endpoints.
1083
1111
  # @return [Array<Types::IngestEndpoint>]
1084
1112
  #
1113
+ # @!attribute [rw] etag
1114
+ # The current Entity Tag (ETag) associated with this resource. The
1115
+ # entity tag can be used to safely make concurrent updates to the
1116
+ # resource.
1117
+ # @return [String]
1118
+ #
1085
1119
  # @!attribute [rw] tags
1086
1120
  # The comma-separated list of tag key:value pairs assigned to the
1087
1121
  # channel.
@@ -1097,6 +1131,7 @@ module Aws::MediaPackageV2
1097
1131
  :modified_at,
1098
1132
  :description,
1099
1133
  :ingest_endpoints,
1134
+ :etag,
1100
1135
  :tags)
1101
1136
  SENSITIVE = []
1102
1137
  include Aws::Structure
@@ -1381,6 +1416,12 @@ module Aws::MediaPackageV2
1381
1416
  # A low-latency HLS manifest configuration.
1382
1417
  # @return [Array<Types::GetLowLatencyHlsManifestConfiguration>]
1383
1418
  #
1419
+ # @!attribute [rw] etag
1420
+ # The current Entity Tag (ETag) associated with this resource. The
1421
+ # entity tag can be used to safely make concurrent updates to the
1422
+ # resource.
1423
+ # @return [String]
1424
+ #
1384
1425
  # @!attribute [rw] tags
1385
1426
  # The comma-separated list of tag key:value pairs assigned to the
1386
1427
  # origin endpoint.
@@ -1401,6 +1442,7 @@ module Aws::MediaPackageV2
1401
1442
  :startover_window_seconds,
1402
1443
  :hls_manifests,
1403
1444
  :low_latency_hls_manifests,
1445
+ :etag,
1404
1446
  :tags)
1405
1447
  SENSITIVE = []
1406
1448
  include Aws::Structure
@@ -2051,6 +2093,12 @@ module Aws::MediaPackageV2
2051
2093
  # account in the AWS Region.
2052
2094
  # @return [String]
2053
2095
  #
2096
+ # @!attribute [rw] etag
2097
+ # The expected current Entity Tag (ETag) for the resource. If the
2098
+ # specified ETag does not match the resource's current entity tag,
2099
+ # the update request will be rejected.
2100
+ # @return [String]
2101
+ #
2054
2102
  # @!attribute [rw] description
2055
2103
  # Any descriptive information that you want to add to the channel
2056
2104
  # group for future identification purposes.
@@ -2060,6 +2108,7 @@ module Aws::MediaPackageV2
2060
2108
  #
2061
2109
  class UpdateChannelGroupRequest < Struct.new(
2062
2110
  :channel_group_name,
2111
+ :etag,
2063
2112
  :description)
2064
2113
  SENSITIVE = []
2065
2114
  include Aws::Structure
@@ -2093,6 +2142,12 @@ module Aws::MediaPackageV2
2093
2142
  # The description for your channel group.
2094
2143
  # @return [String]
2095
2144
  #
2145
+ # @!attribute [rw] etag
2146
+ # The current Entity Tag (ETag) associated with this resource. The
2147
+ # entity tag can be used to safely make concurrent updates to the
2148
+ # resource.
2149
+ # @return [String]
2150
+ #
2096
2151
  # @!attribute [rw] tags
2097
2152
  # The comma-separated list of tag key:value pairs assigned to the
2098
2153
  # channel group.
@@ -2107,6 +2162,7 @@ module Aws::MediaPackageV2
2107
2162
  :created_at,
2108
2163
  :modified_at,
2109
2164
  :description,
2165
+ :etag,
2110
2166
  :tags)
2111
2167
  SENSITIVE = []
2112
2168
  include Aws::Structure
@@ -2124,6 +2180,12 @@ module Aws::MediaPackageV2
2124
2180
  # the AWS Region and channel group.
2125
2181
  # @return [String]
2126
2182
  #
2183
+ # @!attribute [rw] etag
2184
+ # The expected current Entity Tag (ETag) for the resource. If the
2185
+ # specified ETag does not match the resource's current entity tag,
2186
+ # the update request will be rejected.
2187
+ # @return [String]
2188
+ #
2127
2189
  # @!attribute [rw] description
2128
2190
  # Any descriptive information that you want to add to the channel for
2129
2191
  # future identification purposes.
@@ -2134,6 +2196,7 @@ module Aws::MediaPackageV2
2134
2196
  class UpdateChannelRequest < Struct.new(
2135
2197
  :channel_group_name,
2136
2198
  :channel_name,
2199
+ :etag,
2137
2200
  :description)
2138
2201
  SENSITIVE = []
2139
2202
  include Aws::Structure
@@ -2171,6 +2234,12 @@ module Aws::MediaPackageV2
2171
2234
  # The list of ingest endpoints.
2172
2235
  # @return [Array<Types::IngestEndpoint>]
2173
2236
  #
2237
+ # @!attribute [rw] etag
2238
+ # The current Entity Tag (ETag) associated with this resource. The
2239
+ # entity tag can be used to safely make concurrent updates to the
2240
+ # resource.
2241
+ # @return [String]
2242
+ #
2174
2243
  # @!attribute [rw] tags
2175
2244
  # The comma-separated list of tag key:value pairs assigned to the
2176
2245
  # channel.
@@ -2186,6 +2255,7 @@ module Aws::MediaPackageV2
2186
2255
  :modified_at,
2187
2256
  :description,
2188
2257
  :ingest_endpoints,
2258
+ :etag,
2189
2259
  :tags)
2190
2260
  SENSITIVE = []
2191
2261
  include Aws::Structure
@@ -2240,6 +2310,12 @@ module Aws::MediaPackageV2
2240
2310
  # A low-latency HLS manifest configuration.
2241
2311
  # @return [Array<Types::CreateLowLatencyHlsManifestConfiguration>]
2242
2312
  #
2313
+ # @!attribute [rw] etag
2314
+ # The expected current Entity Tag (ETag) for the resource. If the
2315
+ # specified ETag does not match the resource's current entity tag,
2316
+ # the update request will be rejected.
2317
+ # @return [String]
2318
+ #
2243
2319
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/UpdateOriginEndpointRequest AWS API Documentation
2244
2320
  #
2245
2321
  class UpdateOriginEndpointRequest < Struct.new(
@@ -2251,7 +2327,8 @@ module Aws::MediaPackageV2
2251
2327
  :description,
2252
2328
  :startover_window_seconds,
2253
2329
  :hls_manifests,
2254
- :low_latency_hls_manifests)
2330
+ :low_latency_hls_manifests,
2331
+ :etag)
2255
2332
  SENSITIVE = []
2256
2333
  include Aws::Structure
2257
2334
  end
@@ -2313,6 +2390,12 @@ module Aws::MediaPackageV2
2313
2390
  # A low-latency HLS manifest configuration.
2314
2391
  # @return [Array<Types::GetLowLatencyHlsManifestConfiguration>]
2315
2392
  #
2393
+ # @!attribute [rw] etag
2394
+ # The current Entity Tag (ETag) associated with this resource. The
2395
+ # entity tag can be used to safely make concurrent updates to the
2396
+ # resource.
2397
+ # @return [String]
2398
+ #
2316
2399
  # @!attribute [rw] tags
2317
2400
  # The comma-separated list of tag key:value pairs assigned to the
2318
2401
  # origin endpoint.
@@ -2333,6 +2416,7 @@ module Aws::MediaPackageV2
2333
2416
  :startover_window_seconds,
2334
2417
  :hls_manifests,
2335
2418
  :low_latency_hls_manifests,
2419
+ :etag,
2336
2420
  :tags)
2337
2421
  SENSITIVE = []
2338
2422
  include Aws::Structure
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-mediapackagev2/customizations'
53
53
  # @!group service
54
54
  module Aws::MediaPackageV2
55
55
 
56
- GEM_VERSION = '1.12.0'
56
+ GEM_VERSION = '1.13.0'
57
57
 
58
58
  end
data/sig/client.rbs CHANGED
@@ -81,6 +81,7 @@ module Aws
81
81
  def modified_at: () -> ::Time
82
82
  def description: () -> ::String
83
83
  def ingest_endpoints: () -> ::Array[Types::IngestEndpoint]
84
+ def etag: () -> ::String
84
85
  def tags: () -> ::Hash[::String, ::String]
85
86
  end
86
87
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#create_channel-instance_method
@@ -100,6 +101,7 @@ module Aws
100
101
  def egress_domain: () -> ::String
101
102
  def created_at: () -> ::Time
102
103
  def modified_at: () -> ::Time
104
+ def etag: () -> ::String
103
105
  def description: () -> ::String
104
106
  def tags: () -> ::Hash[::String, ::String]
105
107
  end
@@ -126,6 +128,7 @@ module Aws
126
128
  def startover_window_seconds: () -> ::Integer
127
129
  def hls_manifests: () -> ::Array[Types::GetHlsManifestConfiguration]
128
130
  def low_latency_hls_manifests: () -> ::Array[Types::GetLowLatencyHlsManifestConfiguration]
131
+ def etag: () -> ::String
129
132
  def tags: () -> ::Hash[::String, ::String]
130
133
  end
131
134
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#create_origin_endpoint-instance_method
@@ -263,6 +266,7 @@ module Aws
263
266
  def modified_at: () -> ::Time
264
267
  def description: () -> ::String
265
268
  def ingest_endpoints: () -> ::Array[Types::IngestEndpoint]
269
+ def etag: () -> ::String
266
270
  def tags: () -> ::Hash[::String, ::String]
267
271
  end
268
272
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#get_channel-instance_method
@@ -280,6 +284,7 @@ module Aws
280
284
  def created_at: () -> ::Time
281
285
  def modified_at: () -> ::Time
282
286
  def description: () -> ::String
287
+ def etag: () -> ::String
283
288
  def tags: () -> ::Hash[::String, ::String]
284
289
  end
285
290
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#get_channel_group-instance_method
@@ -315,6 +320,7 @@ module Aws
315
320
  def startover_window_seconds: () -> ::Integer
316
321
  def hls_manifests: () -> ::Array[Types::GetHlsManifestConfiguration]
317
322
  def low_latency_hls_manifests: () -> ::Array[Types::GetLowLatencyHlsManifestConfiguration]
323
+ def etag: () -> ::String
318
324
  def tags: () -> ::Hash[::String, ::String]
319
325
  end
320
326
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#get_origin_endpoint-instance_method
@@ -435,12 +441,14 @@ module Aws
435
441
  def modified_at: () -> ::Time
436
442
  def description: () -> ::String
437
443
  def ingest_endpoints: () -> ::Array[Types::IngestEndpoint]
444
+ def etag: () -> ::String
438
445
  def tags: () -> ::Hash[::String, ::String]
439
446
  end
440
447
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#update_channel-instance_method
441
448
  def update_channel: (
442
449
  channel_group_name: ::String,
443
450
  channel_name: ::String,
451
+ ?etag: ::String,
444
452
  ?description: ::String
445
453
  ) -> _UpdateChannelResponseSuccess
446
454
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChannelResponseSuccess
@@ -453,11 +461,13 @@ module Aws
453
461
  def created_at: () -> ::Time
454
462
  def modified_at: () -> ::Time
455
463
  def description: () -> ::String
464
+ def etag: () -> ::String
456
465
  def tags: () -> ::Hash[::String, ::String]
457
466
  end
458
467
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#update_channel_group-instance_method
459
468
  def update_channel_group: (
460
469
  channel_group_name: ::String,
470
+ ?etag: ::String,
461
471
  ?description: ::String
462
472
  ) -> _UpdateChannelGroupResponseSuccess
463
473
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChannelGroupResponseSuccess
@@ -476,6 +486,7 @@ module Aws
476
486
  def startover_window_seconds: () -> ::Integer
477
487
  def hls_manifests: () -> ::Array[Types::GetHlsManifestConfiguration]
478
488
  def low_latency_hls_manifests: () -> ::Array[Types::GetLowLatencyHlsManifestConfiguration]
489
+ def etag: () -> ::String
479
490
  def tags: () -> ::Hash[::String, ::String]
480
491
  end
481
492
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaPackageV2/Client.html#update_origin_endpoint-instance_method
@@ -547,7 +558,8 @@ module Aws
547
558
  time_delay_seconds: ::Integer?
548
559
  }?
549
560
  },
550
- ]
561
+ ],
562
+ ?etag: ::String
551
563
  ) -> _UpdateOriginEndpointResponseSuccess
552
564
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateOriginEndpointResponseSuccess
553
565
  end
data/sig/types.rbs CHANGED
@@ -52,6 +52,7 @@ module Aws::MediaPackageV2
52
52
  attr_accessor egress_domain: ::String
53
53
  attr_accessor created_at: ::Time
54
54
  attr_accessor modified_at: ::Time
55
+ attr_accessor etag: ::String
55
56
  attr_accessor description: ::String
56
57
  attr_accessor tags: ::Hash[::String, ::String]
57
58
  SENSITIVE: []
@@ -74,6 +75,7 @@ module Aws::MediaPackageV2
74
75
  attr_accessor modified_at: ::Time
75
76
  attr_accessor description: ::String
76
77
  attr_accessor ingest_endpoints: ::Array[Types::IngestEndpoint]
78
+ attr_accessor etag: ::String
77
79
  attr_accessor tags: ::Hash[::String, ::String]
78
80
  SENSITIVE: []
79
81
  end
@@ -126,6 +128,7 @@ module Aws::MediaPackageV2
126
128
  attr_accessor startover_window_seconds: ::Integer
127
129
  attr_accessor hls_manifests: ::Array[Types::GetHlsManifestConfiguration]
128
130
  attr_accessor low_latency_hls_manifests: ::Array[Types::GetLowLatencyHlsManifestConfiguration]
131
+ attr_accessor etag: ::String
129
132
  attr_accessor tags: ::Hash[::String, ::String]
130
133
  SENSITIVE: []
131
134
  end
@@ -216,6 +219,7 @@ module Aws::MediaPackageV2
216
219
  attr_accessor created_at: ::Time
217
220
  attr_accessor modified_at: ::Time
218
221
  attr_accessor description: ::String
222
+ attr_accessor etag: ::String
219
223
  attr_accessor tags: ::Hash[::String, ::String]
220
224
  SENSITIVE: []
221
225
  end
@@ -247,6 +251,7 @@ module Aws::MediaPackageV2
247
251
  attr_accessor modified_at: ::Time
248
252
  attr_accessor description: ::String
249
253
  attr_accessor ingest_endpoints: ::Array[Types::IngestEndpoint]
254
+ attr_accessor etag: ::String
250
255
  attr_accessor tags: ::Hash[::String, ::String]
251
256
  SENSITIVE: []
252
257
  end
@@ -308,6 +313,7 @@ module Aws::MediaPackageV2
308
313
  attr_accessor startover_window_seconds: ::Integer
309
314
  attr_accessor hls_manifests: ::Array[Types::GetHlsManifestConfiguration]
310
315
  attr_accessor low_latency_hls_manifests: ::Array[Types::GetLowLatencyHlsManifestConfiguration]
316
+ attr_accessor etag: ::String
311
317
  attr_accessor tags: ::Hash[::String, ::String]
312
318
  SENSITIVE: []
313
319
  end
@@ -481,6 +487,7 @@ module Aws::MediaPackageV2
481
487
 
482
488
  class UpdateChannelGroupRequest
483
489
  attr_accessor channel_group_name: ::String
490
+ attr_accessor etag: ::String
484
491
  attr_accessor description: ::String
485
492
  SENSITIVE: []
486
493
  end
@@ -492,6 +499,7 @@ module Aws::MediaPackageV2
492
499
  attr_accessor created_at: ::Time
493
500
  attr_accessor modified_at: ::Time
494
501
  attr_accessor description: ::String
502
+ attr_accessor etag: ::String
495
503
  attr_accessor tags: ::Hash[::String, ::String]
496
504
  SENSITIVE: []
497
505
  end
@@ -499,6 +507,7 @@ module Aws::MediaPackageV2
499
507
  class UpdateChannelRequest
500
508
  attr_accessor channel_group_name: ::String
501
509
  attr_accessor channel_name: ::String
510
+ attr_accessor etag: ::String
502
511
  attr_accessor description: ::String
503
512
  SENSITIVE: []
504
513
  end
@@ -511,6 +520,7 @@ module Aws::MediaPackageV2
511
520
  attr_accessor modified_at: ::Time
512
521
  attr_accessor description: ::String
513
522
  attr_accessor ingest_endpoints: ::Array[Types::IngestEndpoint]
523
+ attr_accessor etag: ::String
514
524
  attr_accessor tags: ::Hash[::String, ::String]
515
525
  SENSITIVE: []
516
526
  end
@@ -525,6 +535,7 @@ module Aws::MediaPackageV2
525
535
  attr_accessor startover_window_seconds: ::Integer
526
536
  attr_accessor hls_manifests: ::Array[Types::CreateHlsManifestConfiguration]
527
537
  attr_accessor low_latency_hls_manifests: ::Array[Types::CreateLowLatencyHlsManifestConfiguration]
538
+ attr_accessor etag: ::String
528
539
  SENSITIVE: []
529
540
  end
530
541
 
@@ -541,6 +552,7 @@ module Aws::MediaPackageV2
541
552
  attr_accessor startover_window_seconds: ::Integer
542
553
  attr_accessor hls_manifests: ::Array[Types::GetHlsManifestConfiguration]
543
554
  attr_accessor low_latency_hls_manifests: ::Array[Types::GetLowLatencyHlsManifestConfiguration]
555
+ attr_accessor etag: ::String
544
556
  attr_accessor tags: ::Hash[::String, ::String]
545
557
  SENSITIVE: []
546
558
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackagev2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.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: 2024-01-26 00:00:00.000000000 Z
11
+ date: 2024-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core