aws-sdk-medialive 1.131.0 → 1.132.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: 7a9e08ed08df09e95d182bfd4f1512abbcacaa778a1511b5c7721e81b626aec1
4
- data.tar.gz: 04cab89cc950bcb089b37b9b0c33815fcb380e5101c8ac77be2b81b9721985c0
3
+ metadata.gz: b596ce17c8b33e14807f20d9fc48e9378cbf1610e08a8255c491e97730715562
4
+ data.tar.gz: 4f22fce1982f1dbad56182f7ae1bed808d848f38d8743871de393155f19008a9
5
5
  SHA512:
6
- metadata.gz: 10307d7237a8f143e4ad0761a6d1be57277ca635c6caa76367ea4fd0291bdcc74064ab243ae7509021e7a05a3aae78acd2486e68f4991e6153281f5c397d8f72
7
- data.tar.gz: ec8b019ebd2ef86e0c40b08ba63a8271f01082d95c77a11fe1c0d0e76261ac04b4f7b9fef5dfb8b3ae02e2cec7da49e3797d8e0503773cce2c69ba882cd4e19e
6
+ metadata.gz: 4be6ff7ce2c916f38df3cc7f4983f1d420e3d70822805922e913aa40d917e6014202c0a75e03e080d0488d9399cf9e261cffb078bb4a9d75262e3df12bebffe8
7
+ data.tar.gz: 8006306f1c61fafba3dead0b1cb1841817f63c0098bea618895608675872f035f96e8431fb327752358e55c9988748cf2209fe95148f7787668cc22226176e09
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.132.0 (2024-09-16)
5
+ ------------------
6
+
7
+ * Feature - Removing the ON_PREMISE enum from the input settings field.
8
+
4
9
  1.131.0 (2024-09-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.131.0
1
+ 1.132.0
@@ -1915,7 +1915,7 @@ module Aws::MediaLive
1915
1915
  # },
1916
1916
  # ],
1917
1917
  # },
1918
- # input_network_location: "AWS", # accepts AWS, ON_PREMISE, ON_PREMISES
1918
+ # input_network_location: "AWS", # accepts AWS, ON_PREMISES
1919
1919
  # multicast_settings: {
1920
1920
  # sources: [
1921
1921
  # {
@@ -1969,7 +1969,7 @@ module Aws::MediaLive
1969
1969
  # resp.input.srt_settings.srt_caller_sources[0].srt_listener_address #=> String
1970
1970
  # resp.input.srt_settings.srt_caller_sources[0].srt_listener_port #=> String
1971
1971
  # resp.input.srt_settings.srt_caller_sources[0].stream_id #=> String
1972
- # resp.input.input_network_location #=> String, one of "AWS", "ON_PREMISE", "ON_PREMISES"
1972
+ # resp.input.input_network_location #=> String, one of "AWS", "ON_PREMISES"
1973
1973
  # resp.input.multicast_settings.sources #=> Array
1974
1974
  # resp.input.multicast_settings.sources[0].source_ip #=> String
1975
1975
  # resp.input.multicast_settings.sources[0].url #=> String
@@ -2246,7 +2246,7 @@ module Aws::MediaLive
2246
2246
  # resp.input.srt_settings.srt_caller_sources[0].srt_listener_address #=> String
2247
2247
  # resp.input.srt_settings.srt_caller_sources[0].srt_listener_port #=> String
2248
2248
  # resp.input.srt_settings.srt_caller_sources[0].stream_id #=> String
2249
- # resp.input.input_network_location #=> String, one of "AWS", "ON_PREMISE", "ON_PREMISES"
2249
+ # resp.input.input_network_location #=> String, one of "AWS", "ON_PREMISES"
2250
2250
  # resp.input.multicast_settings.sources #=> Array
2251
2251
  # resp.input.multicast_settings.sources[0].source_ip #=> String
2252
2252
  # resp.input.multicast_settings.sources[0].url #=> String
@@ -4294,7 +4294,7 @@ module Aws::MediaLive
4294
4294
  # resp.srt_settings.srt_caller_sources[0].srt_listener_address #=> String
4295
4295
  # resp.srt_settings.srt_caller_sources[0].srt_listener_port #=> String
4296
4296
  # resp.srt_settings.srt_caller_sources[0].stream_id #=> String
4297
- # resp.input_network_location #=> String, one of "AWS", "ON_PREMISE", "ON_PREMISES"
4297
+ # resp.input_network_location #=> String, one of "AWS", "ON_PREMISES"
4298
4298
  # resp.multicast_settings.sources #=> Array
4299
4299
  # resp.multicast_settings.sources[0].source_ip #=> String
4300
4300
  # resp.multicast_settings.sources[0].url #=> String
@@ -5263,7 +5263,7 @@ module Aws::MediaLive
5263
5263
  # resp.inputs[0].srt_settings.srt_caller_sources[0].srt_listener_address #=> String
5264
5264
  # resp.inputs[0].srt_settings.srt_caller_sources[0].srt_listener_port #=> String
5265
5265
  # resp.inputs[0].srt_settings.srt_caller_sources[0].stream_id #=> String
5266
- # resp.inputs[0].input_network_location #=> String, one of "AWS", "ON_PREMISE", "ON_PREMISES"
5266
+ # resp.inputs[0].input_network_location #=> String, one of "AWS", "ON_PREMISES"
5267
5267
  # resp.inputs[0].multicast_settings.sources #=> Array
5268
5268
  # resp.inputs[0].multicast_settings.sources[0].source_ip #=> String
5269
5269
  # resp.inputs[0].multicast_settings.sources[0].url #=> String
@@ -9331,7 +9331,7 @@ module Aws::MediaLive
9331
9331
  # resp.input.srt_settings.srt_caller_sources[0].srt_listener_address #=> String
9332
9332
  # resp.input.srt_settings.srt_caller_sources[0].srt_listener_port #=> String
9333
9333
  # resp.input.srt_settings.srt_caller_sources[0].stream_id #=> String
9334
- # resp.input.input_network_location #=> String, one of "AWS", "ON_PREMISE", "ON_PREMISES"
9334
+ # resp.input.input_network_location #=> String, one of "AWS", "ON_PREMISES"
9335
9335
  # resp.input.multicast_settings.sources #=> Array
9336
9336
  # resp.input.multicast_settings.sources[0].source_ip #=> String
9337
9337
  # resp.input.multicast_settings.sources[0].url #=> String
@@ -13431,7 +13431,7 @@ module Aws::MediaLive
13431
13431
  tracer: tracer
13432
13432
  )
13433
13433
  context[:gem_name] = 'aws-sdk-medialive'
13434
- context[:gem_version] = '1.131.0'
13434
+ context[:gem_version] = '1.132.0'
13435
13435
  Seahorse::Client::Request.new(handlers, context)
13436
13436
  end
13437
13437
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-medialive/customizations'
53
53
  # @!group service
54
54
  module Aws::MediaLive
55
55
 
56
- GEM_VERSION = '1.131.0'
56
+ GEM_VERSION = '1.132.0'
57
57
 
58
58
  end
data/sig/client.rbs CHANGED
@@ -1554,7 +1554,7 @@ module Aws
1554
1554
  },
1555
1555
  ]?
1556
1556
  },
1557
- ?input_network_location: ("AWS" | "ON_PREMISE" | "ON_PREMISES"),
1557
+ ?input_network_location: ("AWS" | "ON_PREMISES"),
1558
1558
  ?multicast_settings: {
1559
1559
  sources: Array[
1560
1560
  {
@@ -1827,7 +1827,7 @@ module Aws
1827
1827
  def tags: () -> ::Hash[::String, ::String]
1828
1828
  def type: () -> ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST")
1829
1829
  def srt_settings: () -> Types::SrtSettings
1830
- def input_network_location: () -> ("AWS" | "ON_PREMISE" | "ON_PREMISES")
1830
+ def input_network_location: () -> ("AWS" | "ON_PREMISES")
1831
1831
  def multicast_settings: () -> Types::MulticastSettings
1832
1832
  end
1833
1833
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#describe_input-instance_method
data/sig/types.rbs CHANGED
@@ -615,7 +615,7 @@ module Aws::MediaLive
615
615
  attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST")
616
616
  attr_accessor vpc: Types::InputVpcRequest
617
617
  attr_accessor srt_settings: Types::SrtSettingsRequest
618
- attr_accessor input_network_location: ("AWS" | "ON_PREMISE" | "ON_PREMISES")
618
+ attr_accessor input_network_location: ("AWS" | "ON_PREMISES")
619
619
  attr_accessor multicast_settings: Types::MulticastSettingsCreateRequest
620
620
  SENSITIVE: []
621
621
  end
@@ -633,7 +633,7 @@ module Aws::MediaLive
633
633
  attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST")
634
634
  attr_accessor vpc: Types::InputVpcRequest
635
635
  attr_accessor srt_settings: Types::SrtSettingsRequest
636
- attr_accessor input_network_location: ("AWS" | "ON_PREMISE" | "ON_PREMISES")
636
+ attr_accessor input_network_location: ("AWS" | "ON_PREMISES")
637
637
  attr_accessor multicast_settings: Types::MulticastSettingsCreateRequest
638
638
  SENSITIVE: []
639
639
  end
@@ -970,7 +970,7 @@ module Aws::MediaLive
970
970
  attr_accessor tags: ::Hash[::String, ::String]
971
971
  attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST")
972
972
  attr_accessor srt_settings: Types::SrtSettings
973
- attr_accessor input_network_location: ("AWS" | "ON_PREMISE" | "ON_PREMISES")
973
+ attr_accessor input_network_location: ("AWS" | "ON_PREMISES")
974
974
  attr_accessor multicast_settings: Types::MulticastSettings
975
975
  SENSITIVE: []
976
976
  end
@@ -1619,7 +1619,7 @@ module Aws::MediaLive
1619
1619
  attr_accessor tags: ::Hash[::String, ::String]
1620
1620
  attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST")
1621
1621
  attr_accessor srt_settings: Types::SrtSettings
1622
- attr_accessor input_network_location: ("AWS" | "ON_PREMISE" | "ON_PREMISES")
1622
+ attr_accessor input_network_location: ("AWS" | "ON_PREMISES")
1623
1623
  attr_accessor multicast_settings: Types::MulticastSettings
1624
1624
  SENSITIVE: []
1625
1625
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.131.0
4
+ version: 1.132.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-09-11 00:00:00.000000000 Z
11
+ date: 2024-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core