aws-sdk-mediapackagev2 1.11.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: 2dcd8016c01279e29d824ddba99c2083b16d06802f521ef579e16ff2266b0868
4
- data.tar.gz: ac62071570710f3c9f1b43497d5b1b63a0c06142e5a832c4f59a8fe9aae6387a
3
+ metadata.gz: e2e6cb53fd2fa9e740fe4124011aabf340d36872d550e24a7e9526bb63a69c45
4
+ data.tar.gz: 8ee6034c9661adba76b63e93e673977f95f6de7bd397210b52dd5a2398ec3c0c
5
5
  SHA512:
6
- metadata.gz: d5f34b908c1a13a1be50647e304baee4084a1bc296ecd631e6752a2573d32c2eb7f21a4cc868b815eaf21a71a4345f07dc1899b7cc326011aab55ecf8008c39a
7
- data.tar.gz: a5a275829ec86c24a6db548c71317754e216339056394576774a79db5fcc0628ada7d3cb2eaceb371588dae1e04e29080062e952e15bf3636b15fbb89d952bab
6
+ metadata.gz: 4551371b4cfe7114bd61f513150ed7c0df40c578fc7ee3b632b63d041c3d804518b06c7bffc772ff3df104caae8b1a2710a785ffda0ae3a43c9869cbb3d40a92
7
+ data.tar.gz: bf18e78874afeddd405d0cc7a0e51dcf6167f721cb392ef74a20862c759abff220bdba208a2e9757ba53320988bed1f204dc119acabbcf7de20a48d8ef15c3b2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.12.0 (2024-01-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.11.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.11.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.11.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
 
@@ -14,6 +14,7 @@ module Aws::MediaPackageV2
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::MediaPackageV2::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -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.11.0'
56
+ GEM_VERSION = '1.13.0'
57
57
 
58
58
  end