aws-sdk-mediaconnect 1.72.0 → 1.73.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: 4a5bf02381a9fa5e4e5ac11b8adaa2f0c5e9b1f009eeef6985f0951728f0c752
4
- data.tar.gz: e7e479c6a03fe39b15494fed070bc9aab13f7e680895d213c238133bec999f23
3
+ metadata.gz: 4116b5bb3349ea398f493d88a24d3bf6acdf71e6fa49b9d1eb45d3968970e92e
4
+ data.tar.gz: bb94b90664940d39633c13d5348fd4d9173c423585cf032170364809c28212cd
5
5
  SHA512:
6
- metadata.gz: d655065e4c54583117f87795b841c6dd69b3fdb759524759ccbbcc4a01fbe3bb3b1061e464e60a81d5162aa28c63dddefb12b1aadd9883fd69525229519f55bd
7
- data.tar.gz: f94ef5176c511e537f3ad946b22e56c3757686e224d584d8fd0433ea51728cddc405cff7d9d868462b393e571251fc33458ab824ef549578a5947d5cbd8a747c
6
+ metadata.gz: 2be11418ee9718774aa393f7641e25f1b88ea18b7ddd74cb00d892675bcd0e5a4b6c1f225c40ffb92c4eda251af3581b0594c86e59151873482bf4f14f422961
7
+ data.tar.gz: 22c615e2a7c1ca5413c5b166073f395a5932ae1cc1732be60d09c7feec31521a349b56c1fc266eaf2311bbc1bf0f3c3a9c691a713d9306ae5d77f67fc7045747
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2024-12-13)
5
+ ------------------
6
+
7
+ * Feature - AWS Elemental MediaConnect Gateway now supports Source Specific Multicast (SSM) for ingress bridges. This enables you to specify a source IP address in addition to a multicast IP when creating or updating an ingress bridge source.
8
+
4
9
  1.72.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.73.0
@@ -527,6 +527,9 @@ module Aws::MediaConnect
527
527
  # },
528
528
  # network_source: {
529
529
  # multicast_ip: "__string", # required
530
+ # multicast_source_settings: {
531
+ # multicast_source_ip: "__string",
532
+ # },
530
533
  # name: "__string", # required
531
534
  # network_name: "__string", # required
532
535
  # port: 1, # required
@@ -545,6 +548,7 @@ module Aws::MediaConnect
545
548
  # resp.sources[0].flow_source.name #=> String
546
549
  # resp.sources[0].flow_source.output_arn #=> String
547
550
  # resp.sources[0].network_source.multicast_ip #=> String
551
+ # resp.sources[0].network_source.multicast_source_settings.multicast_source_ip #=> String
548
552
  # resp.sources[0].network_source.name #=> String
549
553
  # resp.sources[0].network_source.network_name #=> String
550
554
  # resp.sources[0].network_source.port #=> Integer
@@ -1010,6 +1014,9 @@ module Aws::MediaConnect
1010
1014
  # },
1011
1015
  # network_source: {
1012
1016
  # multicast_ip: "__string", # required
1017
+ # multicast_source_settings: {
1018
+ # multicast_source_ip: "__string",
1019
+ # },
1013
1020
  # name: "__string", # required
1014
1021
  # network_name: "__string", # required
1015
1022
  # port: 1, # required
@@ -1054,6 +1061,7 @@ module Aws::MediaConnect
1054
1061
  # resp.bridge.sources[0].flow_source.name #=> String
1055
1062
  # resp.bridge.sources[0].flow_source.output_arn #=> String
1056
1063
  # resp.bridge.sources[0].network_source.multicast_ip #=> String
1064
+ # resp.bridge.sources[0].network_source.multicast_source_settings.multicast_source_ip #=> String
1057
1065
  # resp.bridge.sources[0].network_source.name #=> String
1058
1066
  # resp.bridge.sources[0].network_source.network_name #=> String
1059
1067
  # resp.bridge.sources[0].network_source.port #=> Integer
@@ -1763,6 +1771,7 @@ module Aws::MediaConnect
1763
1771
  # resp.bridge.sources[0].flow_source.name #=> String
1764
1772
  # resp.bridge.sources[0].flow_source.output_arn #=> String
1765
1773
  # resp.bridge.sources[0].network_source.multicast_ip #=> String
1774
+ # resp.bridge.sources[0].network_source.multicast_source_settings.multicast_source_ip #=> String
1766
1775
  # resp.bridge.sources[0].network_source.name #=> String
1767
1776
  # resp.bridge.sources[0].network_source.network_name #=> String
1768
1777
  # resp.bridge.sources[0].network_source.port #=> Integer
@@ -3127,6 +3136,7 @@ module Aws::MediaConnect
3127
3136
  # resp.bridge.sources[0].flow_source.name #=> String
3128
3137
  # resp.bridge.sources[0].flow_source.output_arn #=> String
3129
3138
  # resp.bridge.sources[0].network_source.multicast_ip #=> String
3139
+ # resp.bridge.sources[0].network_source.multicast_source_settings.multicast_source_ip #=> String
3130
3140
  # resp.bridge.sources[0].network_source.name #=> String
3131
3141
  # resp.bridge.sources[0].network_source.network_name #=> String
3132
3142
  # resp.bridge.sources[0].network_source.port #=> Integer
@@ -3220,6 +3230,9 @@ module Aws::MediaConnect
3220
3230
  # },
3221
3231
  # network_source: {
3222
3232
  # multicast_ip: "__string",
3233
+ # multicast_source_settings: {
3234
+ # multicast_source_ip: "__string",
3235
+ # },
3223
3236
  # network_name: "__string",
3224
3237
  # port: 1,
3225
3238
  # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp
@@ -3235,6 +3248,7 @@ module Aws::MediaConnect
3235
3248
  # resp.source.flow_source.name #=> String
3236
3249
  # resp.source.flow_source.output_arn #=> String
3237
3250
  # resp.source.network_source.multicast_ip #=> String
3251
+ # resp.source.network_source.multicast_source_settings.multicast_source_ip #=> String
3238
3252
  # resp.source.network_source.name #=> String
3239
3253
  # resp.source.network_source.network_name #=> String
3240
3254
  # resp.source.network_source.port #=> Integer
@@ -4122,7 +4136,7 @@ module Aws::MediaConnect
4122
4136
  tracer: tracer
4123
4137
  )
4124
4138
  context[:gem_name] = 'aws-sdk-mediaconnect'
4125
- context[:gem_version] = '1.72.0'
4139
+ context[:gem_version] = '1.73.0'
4126
4140
  Seahorse::Client::Request.new(handlers, context)
4127
4141
  end
4128
4142
 
@@ -155,6 +155,7 @@ module Aws::MediaConnect
155
155
  MessageDetail = Shapes::StructureShape.new(name: 'MessageDetail')
156
156
  Messages = Shapes::StructureShape.new(name: 'Messages')
157
157
  MonitoringConfig = Shapes::StructureShape.new(name: 'MonitoringConfig')
158
+ MulticastSourceSettings = Shapes::StructureShape.new(name: 'MulticastSourceSettings')
158
159
  NetworkInterfaceType = Shapes::StringShape.new(name: 'NetworkInterfaceType')
159
160
  NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
160
161
  Offering = Shapes::StructureShape.new(name: 'Offering')
@@ -297,6 +298,7 @@ module Aws::MediaConnect
297
298
  AddBridgeNetworkOutputRequest.struct_class = Types::AddBridgeNetworkOutputRequest
298
299
 
299
300
  AddBridgeNetworkSourceRequest.add_member(:multicast_ip, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "multicastIp"))
301
+ AddBridgeNetworkSourceRequest.add_member(:multicast_source_settings, Shapes::ShapeRef.new(shape: MulticastSourceSettings, location_name: "multicastSourceSettings"))
300
302
  AddBridgeNetworkSourceRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
301
303
  AddBridgeNetworkSourceRequest.add_member(:network_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "networkName"))
302
304
  AddBridgeNetworkSourceRequest.add_member(:port, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "port"))
@@ -434,6 +436,7 @@ module Aws::MediaConnect
434
436
  BridgeNetworkOutput.struct_class = Types::BridgeNetworkOutput
435
437
 
436
438
  BridgeNetworkSource.add_member(:multicast_ip, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "multicastIp"))
439
+ BridgeNetworkSource.add_member(:multicast_source_settings, Shapes::ShapeRef.new(shape: MulticastSourceSettings, location_name: "multicastSourceSettings"))
437
440
  BridgeNetworkSource.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
438
441
  BridgeNetworkSource.add_member(:network_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "networkName"))
439
442
  BridgeNetworkSource.add_member(:port, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "port"))
@@ -887,6 +890,9 @@ module Aws::MediaConnect
887
890
  MonitoringConfig.add_member(:thumbnail_state, Shapes::ShapeRef.new(shape: ThumbnailState, location_name: "thumbnailState"))
888
891
  MonitoringConfig.struct_class = Types::MonitoringConfig
889
892
 
893
+ MulticastSourceSettings.add_member(:multicast_source_ip, Shapes::ShapeRef.new(shape: __string, location_name: "multicastSourceIp"))
894
+ MulticastSourceSettings.struct_class = Types::MulticastSourceSettings
895
+
890
896
  NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "message"))
891
897
  NotFoundException.struct_class = Types::NotFoundException
892
898
 
@@ -1132,6 +1138,7 @@ module Aws::MediaConnect
1132
1138
  UpdateBridgeNetworkOutputRequest.struct_class = Types::UpdateBridgeNetworkOutputRequest
1133
1139
 
1134
1140
  UpdateBridgeNetworkSourceRequest.add_member(:multicast_ip, Shapes::ShapeRef.new(shape: __string, location_name: "multicastIp"))
1141
+ UpdateBridgeNetworkSourceRequest.add_member(:multicast_source_settings, Shapes::ShapeRef.new(shape: MulticastSourceSettings, location_name: "multicastSourceSettings"))
1135
1142
  UpdateBridgeNetworkSourceRequest.add_member(:network_name, Shapes::ShapeRef.new(shape: __string, location_name: "networkName"))
1136
1143
  UpdateBridgeNetworkSourceRequest.add_member(:port, Shapes::ShapeRef.new(shape: __integer, location_name: "port"))
1137
1144
  UpdateBridgeNetworkSourceRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, location_name: "protocol"))
@@ -82,6 +82,10 @@ module Aws::MediaConnect
82
82
  # The network source multicast IP.
83
83
  # @return [String]
84
84
  #
85
+ # @!attribute [rw] multicast_source_settings
86
+ # The IP address of the source for source-specific multicast (SSM).
87
+ # @return [Types::MulticastSourceSettings]
88
+ #
85
89
  # @!attribute [rw] name
86
90
  # The name of the network source. This name is used to reference the
87
91
  # source and must be unique among sources in this bridge.
@@ -103,6 +107,7 @@ module Aws::MediaConnect
103
107
  #
104
108
  class AddBridgeNetworkSourceRequest < Struct.new(
105
109
  :multicast_ip,
110
+ :multicast_source_settings,
106
111
  :name,
107
112
  :network_name,
108
113
  :port,
@@ -767,6 +772,10 @@ module Aws::MediaConnect
767
772
  # The network source multicast IP.
768
773
  # @return [String]
769
774
  #
775
+ # @!attribute [rw] multicast_source_settings
776
+ # The IP address of the source for source-specific multicast (SSM).
777
+ # @return [Types::MulticastSourceSettings]
778
+ #
770
779
  # @!attribute [rw] name
771
780
  # The name of the network source.
772
781
  # @return [String]
@@ -787,6 +796,7 @@ module Aws::MediaConnect
787
796
  #
788
797
  class BridgeNetworkSource < Struct.new(
789
798
  :multicast_ip,
799
+ :multicast_source_settings,
790
800
  :name,
791
801
  :network_name,
792
802
  :port,
@@ -3095,6 +3105,19 @@ module Aws::MediaConnect
3095
3105
  include Aws::Structure
3096
3106
  end
3097
3107
 
3108
+ # The settings related to the multicast source.
3109
+ #
3110
+ # @!attribute [rw] multicast_source_ip
3111
+ # @return [String]
3112
+ #
3113
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/MulticastSourceSettings AWS API Documentation
3114
+ #
3115
+ class MulticastSourceSettings < Struct.new(
3116
+ :multicast_source_ip)
3117
+ SENSITIVE = []
3118
+ include Aws::Structure
3119
+ end
3120
+
3098
3121
  # Exception raised by AWS Elemental MediaConnect. See the error message
3099
3122
  # and documentation for the operation for more information on the cause
3100
3123
  # of this exception.
@@ -4369,6 +4392,10 @@ module Aws::MediaConnect
4369
4392
  # The network source multicast IP.
4370
4393
  # @return [String]
4371
4394
  #
4395
+ # @!attribute [rw] multicast_source_settings
4396
+ # The IP address of the source for source-specific multicast (SSM).
4397
+ # @return [Types::MulticastSourceSettings]
4398
+ #
4372
4399
  # @!attribute [rw] network_name
4373
4400
  # The network source's gateway network name.
4374
4401
  # @return [String]
@@ -4385,6 +4412,7 @@ module Aws::MediaConnect
4385
4412
  #
4386
4413
  class UpdateBridgeNetworkSourceRequest < Struct.new(
4387
4414
  :multicast_ip,
4415
+ :multicast_source_settings,
4388
4416
  :network_name,
4389
4417
  :port,
4390
4418
  :protocol)
@@ -55,7 +55,7 @@ module Aws::MediaConnect
55
55
  autoload :EndpointProvider, 'aws-sdk-mediaconnect/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-mediaconnect/endpoints'
57
57
 
58
- GEM_VERSION = '1.72.0'
58
+ GEM_VERSION = '1.73.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -117,6 +117,9 @@ module Aws
117
117
  }?,
118
118
  network_source: {
119
119
  multicast_ip: ::String,
120
+ multicast_source_settings: {
121
+ multicast_source_ip: ::String?
122
+ }?,
120
123
  name: ::String,
121
124
  network_name: ::String,
122
125
  port: ::Integer,
@@ -349,6 +352,9 @@ module Aws
349
352
  }?,
350
353
  network_source: {
351
354
  multicast_ip: ::String,
355
+ multicast_source_settings: {
356
+ multicast_source_ip: ::String?
357
+ }?,
352
358
  name: ::String,
353
359
  network_name: ::String,
354
360
  port: ::Integer,
@@ -1050,6 +1056,9 @@ module Aws
1050
1056
  },
1051
1057
  ?network_source: {
1052
1058
  multicast_ip: ::String?,
1059
+ multicast_source_settings: {
1060
+ multicast_source_ip: ::String?
1061
+ }?,
1053
1062
  network_name: ::String?,
1054
1063
  port: ::Integer?,
1055
1064
  protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")?
data/sig/types.rbs CHANGED
@@ -27,6 +27,7 @@ module Aws::MediaConnect
27
27
 
28
28
  class AddBridgeNetworkSourceRequest
29
29
  attr_accessor multicast_ip: ::String
30
+ attr_accessor multicast_source_settings: Types::MulticastSourceSettings
30
31
  attr_accessor name: ::String
31
32
  attr_accessor network_name: ::String
32
33
  attr_accessor port: ::Integer
@@ -216,6 +217,7 @@ module Aws::MediaConnect
216
217
 
217
218
  class BridgeNetworkSource
218
219
  attr_accessor multicast_ip: ::String
220
+ attr_accessor multicast_source_settings: Types::MulticastSourceSettings
219
221
  attr_accessor name: ::String
220
222
  attr_accessor network_name: ::String
221
223
  attr_accessor port: ::Integer
@@ -860,6 +862,11 @@ module Aws::MediaConnect
860
862
  SENSITIVE: []
861
863
  end
862
864
 
865
+ class MulticastSourceSettings
866
+ attr_accessor multicast_source_ip: ::String
867
+ SENSITIVE: []
868
+ end
869
+
863
870
  class NotFoundException
864
871
  attr_accessor message: ::String
865
872
  SENSITIVE: []
@@ -1188,6 +1195,7 @@ module Aws::MediaConnect
1188
1195
 
1189
1196
  class UpdateBridgeNetworkSourceRequest
1190
1197
  attr_accessor multicast_ip: ::String
1198
+ attr_accessor multicast_source_settings: Types::MulticastSourceSettings
1191
1199
  attr_accessor network_name: ::String
1192
1200
  attr_accessor port: ::Integer
1193
1201
  attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.72.0
4
+ version: 1.73.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core