aws-sdk-medialive 1.144.0 → 1.145.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: 17102b24d3fef9809145dd021b0fcd4e03219a42dfaacb5f90ea82cc9bfb476c
4
- data.tar.gz: a0bb5413f4962f02a3fb62680af34d6d48fc0ac7d71a70a4b16f7e45344b2120
3
+ metadata.gz: bbaa87a8c5dee75ca27edf75693f1ad2b8d2f738ea3d83428603c13c12929721
4
+ data.tar.gz: 74ac34c63a8a3fdefa70f1988f18ecf4a08ed30c16ad915174dafe3fa0247ebb
5
5
  SHA512:
6
- metadata.gz: aba6f0400b57d4234f0a5fa3833db0630f1039de524efa91b369b0e60955f23eddf7be92265b1014b486a55b1f27a91b1cf7feb32ec5acee877eb7d433e5d6db
7
- data.tar.gz: cce9a3bfc90444aa6a871b81320955c45d55861d32939ad0a9110ab7d07a748f053db9504c626bf8b4fb0322bcc475247c43b00851bf24dce357920559e01f55
6
+ metadata.gz: d3b1cfb54f799321d3cf72d854d623b0f217ffa0560aa6d3dfa950bcc672b89a4f9b3b068d91283c1c19a4600a3bcf454b9d262cec41fe2d41d0a60bb15de16d
7
+ data.tar.gz: c4f063468045f94b13fc0fa6ad8676c7f1a159278f7594364b16aace018458f12cfdd062c2a1595a0bdc8d6055abedfc4bc14937602cdbaccb001795d9f8ba57
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.145.0 (2025-02-12)
5
+ ------------------
6
+
7
+ * Feature - Adds a RequestId parameter to all MediaLive Workflow Monitor create operations. The RequestId parameter allows idempotent operations.
8
+
4
9
  1.144.0 (2025-02-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.144.0
1
+ 1.145.0
@@ -10923,6 +10923,10 @@ module Aws::MediaLive
10923
10923
  # Specifies how missing data points are treated when evaluating the
10924
10924
  # alarm's condition.
10925
10925
  #
10926
+ # @option params [String] :request_id
10927
+ # **A suitable default value is auto-generated.** You should normally
10928
+ # not need to pass this option.**
10929
+ #
10926
10930
  # @return [Types::CreateCloudWatchAlarmTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10927
10931
  #
10928
10932
  # * {Types::CreateCloudWatchAlarmTemplateResponse#arn #arn} => String
@@ -10961,6 +10965,7 @@ module Aws::MediaLive
10961
10965
  # target_resource_type: "CLOUDFRONT_DISTRIBUTION", # required, accepts CLOUDFRONT_DISTRIBUTION, MEDIALIVE_MULTIPLEX, MEDIALIVE_CHANNEL, MEDIALIVE_INPUT_DEVICE, MEDIAPACKAGE_CHANNEL, MEDIAPACKAGE_ORIGIN_ENDPOINT, MEDIACONNECT_FLOW, S3_BUCKET
10962
10966
  # threshold: 1.0, # required
10963
10967
  # treat_missing_data: "notBreaching", # required, accepts notBreaching, breaching, ignore, missing
10968
+ # request_id: "__stringMin1Max256PatternS",
10964
10969
  # })
10965
10970
  #
10966
10971
  # @example Response structure
@@ -11004,6 +11009,10 @@ module Aws::MediaLive
11004
11009
  # @option params [Hash<String,String>] :tags
11005
11010
  # Represents the tags associated with a resource.
11006
11011
  #
11012
+ # @option params [String] :request_id
11013
+ # **A suitable default value is auto-generated.** You should normally
11014
+ # not need to pass this option.**
11015
+ #
11007
11016
  # @return [Types::CreateCloudWatchAlarmTemplateGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11008
11017
  #
11009
11018
  # * {Types::CreateCloudWatchAlarmTemplateGroupResponse#arn #arn} => String
@@ -11022,6 +11031,7 @@ module Aws::MediaLive
11022
11031
  # tags: {
11023
11032
  # "__string" => "__string",
11024
11033
  # },
11034
+ # request_id: "__stringMin1Max256PatternS",
11025
11035
  # })
11026
11036
  #
11027
11037
  # @example Response structure
@@ -11061,6 +11071,10 @@ module Aws::MediaLive
11061
11071
  # @option params [Hash<String,String>] :tags
11062
11072
  # Represents the tags associated with a resource.
11063
11073
  #
11074
+ # @option params [String] :request_id
11075
+ # **A suitable default value is auto-generated.** You should normally
11076
+ # not need to pass this option.**
11077
+ #
11064
11078
  # @return [Types::CreateEventBridgeRuleTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11065
11079
  #
11066
11080
  # * {Types::CreateEventBridgeRuleTemplateResponse#arn #arn} => String
@@ -11089,6 +11103,7 @@ module Aws::MediaLive
11089
11103
  # tags: {
11090
11104
  # "__string" => "__string",
11091
11105
  # },
11106
+ # request_id: "__stringMin1Max256PatternS",
11092
11107
  # })
11093
11108
  #
11094
11109
  # @example Response structure
@@ -11126,6 +11141,10 @@ module Aws::MediaLive
11126
11141
  # @option params [Hash<String,String>] :tags
11127
11142
  # Represents the tags associated with a resource.
11128
11143
  #
11144
+ # @option params [String] :request_id
11145
+ # **A suitable default value is auto-generated.** You should normally
11146
+ # not need to pass this option.**
11147
+ #
11129
11148
  # @return [Types::CreateEventBridgeRuleTemplateGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11130
11149
  #
11131
11150
  # * {Types::CreateEventBridgeRuleTemplateGroupResponse#arn #arn} => String
@@ -11144,6 +11163,7 @@ module Aws::MediaLive
11144
11163
  # tags: {
11145
11164
  # "__string" => "__string",
11146
11165
  # },
11166
+ # request_id: "__stringMin1Max256PatternS",
11147
11167
  # })
11148
11168
  #
11149
11169
  # @example Response structure
@@ -11182,6 +11202,10 @@ module Aws::MediaLive
11182
11202
  # @option params [Hash<String,String>] :tags
11183
11203
  # Represents the tags associated with a resource.
11184
11204
  #
11205
+ # @option params [String] :request_id
11206
+ # **A suitable default value is auto-generated.** You should normally
11207
+ # not need to pass this option.**
11208
+ #
11185
11209
  # @return [Types::CreateSignalMapResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11186
11210
  #
11187
11211
  # * {Types::CreateSignalMapResponse#arn #arn} => String
@@ -11214,6 +11238,7 @@ module Aws::MediaLive
11214
11238
  # tags: {
11215
11239
  # "__string" => "__string",
11216
11240
  # },
11241
+ # request_id: "__stringMin1Max256PatternS",
11217
11242
  # })
11218
11243
  #
11219
11244
  # @example Response structure
@@ -11997,6 +12022,10 @@ module Aws::MediaLive
11997
12022
  #
11998
12023
  # @option params [required, String] :identifier
11999
12024
  #
12025
+ # @option params [String] :request_id
12026
+ # **A suitable default value is auto-generated.** You should normally
12027
+ # not need to pass this option.**
12028
+ #
12000
12029
  # @return [Types::StartMonitorDeploymentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12001
12030
  #
12002
12031
  # * {Types::StartMonitorDeploymentResponse#arn #arn} => String
@@ -12023,6 +12052,7 @@ module Aws::MediaLive
12023
12052
  # resp = client.start_monitor_deployment({
12024
12053
  # dry_run: false,
12025
12054
  # identifier: "__string", # required
12055
+ # request_id: "__stringMin1Max256PatternS",
12026
12056
  # })
12027
12057
  #
12028
12058
  # @example Response structure
@@ -13766,7 +13796,7 @@ module Aws::MediaLive
13766
13796
  tracer: tracer
13767
13797
  )
13768
13798
  context[:gem_name] = 'aws-sdk-medialive'
13769
- context[:gem_version] = '1.144.0'
13799
+ context[:gem_version] = '1.145.0'
13770
13800
  Seahorse::Client::Request.new(handlers, context)
13771
13801
  end
13772
13802
 
@@ -1180,6 +1180,7 @@ module Aws::MediaLive
1180
1180
  __stringMin1Max255 = Shapes::StringShape.new(name: '__stringMin1Max255')
1181
1181
  __stringMin1Max255PatternS = Shapes::StringShape.new(name: '__stringMin1Max255PatternS')
1182
1182
  __stringMin1Max256 = Shapes::StringShape.new(name: '__stringMin1Max256')
1183
+ __stringMin1Max256PatternS = Shapes::StringShape.new(name: '__stringMin1Max256PatternS')
1183
1184
  __stringMin1Max35 = Shapes::StringShape.new(name: '__stringMin1Max35')
1184
1185
  __stringMin1Max7 = Shapes::StringShape.new(name: '__stringMin1Max7')
1185
1186
  __stringMin2Max2 = Shapes::StringShape.new(name: '__stringMin2Max2')
@@ -1767,11 +1768,13 @@ module Aws::MediaLive
1767
1768
  CreateCloudWatchAlarmTemplateGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
1768
1769
  CreateCloudWatchAlarmTemplateGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max255PatternS, required: true, location_name: "name"))
1769
1770
  CreateCloudWatchAlarmTemplateGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1771
+ CreateCloudWatchAlarmTemplateGroupRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
1770
1772
  CreateCloudWatchAlarmTemplateGroupRequest.struct_class = Types::CreateCloudWatchAlarmTemplateGroupRequest
1771
1773
 
1772
1774
  CreateCloudWatchAlarmTemplateGroupRequestContent.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
1773
1775
  CreateCloudWatchAlarmTemplateGroupRequestContent.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max255PatternS, required: true, location_name: "name"))
1774
1776
  CreateCloudWatchAlarmTemplateGroupRequestContent.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1777
+ CreateCloudWatchAlarmTemplateGroupRequestContent.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
1775
1778
  CreateCloudWatchAlarmTemplateGroupRequestContent.struct_class = Types::CreateCloudWatchAlarmTemplateGroupRequestContent
1776
1779
 
1777
1780
  CreateCloudWatchAlarmTemplateGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __stringPatternArnMedialiveCloudwatchAlarmTemplateGroup, location_name: "arn"))
@@ -1805,6 +1808,7 @@ module Aws::MediaLive
1805
1808
  CreateCloudWatchAlarmTemplateRequest.add_member(:target_resource_type, Shapes::ShapeRef.new(shape: CloudWatchAlarmTemplateTargetResourceType, required: true, location_name: "targetResourceType"))
1806
1809
  CreateCloudWatchAlarmTemplateRequest.add_member(:threshold, Shapes::ShapeRef.new(shape: __double, required: true, location_name: "threshold"))
1807
1810
  CreateCloudWatchAlarmTemplateRequest.add_member(:treat_missing_data, Shapes::ShapeRef.new(shape: CloudWatchAlarmTemplateTreatMissingData, required: true, location_name: "treatMissingData"))
1811
+ CreateCloudWatchAlarmTemplateRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
1808
1812
  CreateCloudWatchAlarmTemplateRequest.struct_class = Types::CreateCloudWatchAlarmTemplateRequest
1809
1813
 
1810
1814
  CreateCloudWatchAlarmTemplateRequestContent.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: CloudWatchAlarmTemplateComparisonOperator, required: true, location_name: "comparisonOperator"))
@@ -1820,6 +1824,7 @@ module Aws::MediaLive
1820
1824
  CreateCloudWatchAlarmTemplateRequestContent.add_member(:target_resource_type, Shapes::ShapeRef.new(shape: CloudWatchAlarmTemplateTargetResourceType, required: true, location_name: "targetResourceType"))
1821
1825
  CreateCloudWatchAlarmTemplateRequestContent.add_member(:threshold, Shapes::ShapeRef.new(shape: __double, required: true, location_name: "threshold"))
1822
1826
  CreateCloudWatchAlarmTemplateRequestContent.add_member(:treat_missing_data, Shapes::ShapeRef.new(shape: CloudWatchAlarmTemplateTreatMissingData, required: true, location_name: "treatMissingData"))
1827
+ CreateCloudWatchAlarmTemplateRequestContent.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
1823
1828
  CreateCloudWatchAlarmTemplateRequestContent.struct_class = Types::CreateCloudWatchAlarmTemplateRequestContent
1824
1829
 
1825
1830
  CreateCloudWatchAlarmTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __stringPatternArnMedialiveCloudwatchAlarmTemplate, location_name: "arn"))
@@ -1881,11 +1886,13 @@ module Aws::MediaLive
1881
1886
  CreateEventBridgeRuleTemplateGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
1882
1887
  CreateEventBridgeRuleTemplateGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max255PatternS, required: true, location_name: "name"))
1883
1888
  CreateEventBridgeRuleTemplateGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1889
+ CreateEventBridgeRuleTemplateGroupRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
1884
1890
  CreateEventBridgeRuleTemplateGroupRequest.struct_class = Types::CreateEventBridgeRuleTemplateGroupRequest
1885
1891
 
1886
1892
  CreateEventBridgeRuleTemplateGroupRequestContent.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
1887
1893
  CreateEventBridgeRuleTemplateGroupRequestContent.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max255PatternS, required: true, location_name: "name"))
1888
1894
  CreateEventBridgeRuleTemplateGroupRequestContent.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1895
+ CreateEventBridgeRuleTemplateGroupRequestContent.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
1889
1896
  CreateEventBridgeRuleTemplateGroupRequestContent.struct_class = Types::CreateEventBridgeRuleTemplateGroupRequestContent
1890
1897
 
1891
1898
  CreateEventBridgeRuleTemplateGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __stringPatternArnMedialiveEventbridgeRuleTemplateGroup, location_name: "arn"))
@@ -1912,6 +1919,7 @@ module Aws::MediaLive
1912
1919
  CreateEventBridgeRuleTemplateRequest.add_member(:group_identifier, Shapes::ShapeRef.new(shape: __stringPatternS, required: true, location_name: "groupIdentifier"))
1913
1920
  CreateEventBridgeRuleTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max255PatternS, required: true, location_name: "name"))
1914
1921
  CreateEventBridgeRuleTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1922
+ CreateEventBridgeRuleTemplateRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
1915
1923
  CreateEventBridgeRuleTemplateRequest.struct_class = Types::CreateEventBridgeRuleTemplateRequest
1916
1924
 
1917
1925
  CreateEventBridgeRuleTemplateRequestContent.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
@@ -1920,6 +1928,7 @@ module Aws::MediaLive
1920
1928
  CreateEventBridgeRuleTemplateRequestContent.add_member(:group_identifier, Shapes::ShapeRef.new(shape: __stringPatternS, required: true, location_name: "groupIdentifier"))
1921
1929
  CreateEventBridgeRuleTemplateRequestContent.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max255PatternS, required: true, location_name: "name"))
1922
1930
  CreateEventBridgeRuleTemplateRequestContent.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1931
+ CreateEventBridgeRuleTemplateRequestContent.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
1923
1932
  CreateEventBridgeRuleTemplateRequestContent.struct_class = Types::CreateEventBridgeRuleTemplateRequestContent
1924
1933
 
1925
1934
  CreateEventBridgeRuleTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __stringPatternArnMedialiveEventbridgeRuleTemplate, location_name: "arn"))
@@ -2102,6 +2111,7 @@ module Aws::MediaLive
2102
2111
  CreateSignalMapRequest.add_member(:event_bridge_rule_template_group_identifiers, Shapes::ShapeRef.new(shape: __listOf__stringPatternS, location_name: "eventBridgeRuleTemplateGroupIdentifiers"))
2103
2112
  CreateSignalMapRequest.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max255PatternS, required: true, location_name: "name"))
2104
2113
  CreateSignalMapRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
2114
+ CreateSignalMapRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
2105
2115
  CreateSignalMapRequest.struct_class = Types::CreateSignalMapRequest
2106
2116
 
2107
2117
  CreateSignalMapRequestContent.add_member(:cloud_watch_alarm_template_group_identifiers, Shapes::ShapeRef.new(shape: __listOf__stringPatternS, location_name: "cloudWatchAlarmTemplateGroupIdentifiers"))
@@ -2110,6 +2120,7 @@ module Aws::MediaLive
2110
2120
  CreateSignalMapRequestContent.add_member(:event_bridge_rule_template_group_identifiers, Shapes::ShapeRef.new(shape: __listOf__stringPatternS, location_name: "eventBridgeRuleTemplateGroupIdentifiers"))
2111
2121
  CreateSignalMapRequestContent.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max255PatternS, required: true, location_name: "name"))
2112
2122
  CreateSignalMapRequestContent.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
2123
+ CreateSignalMapRequestContent.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
2113
2124
  CreateSignalMapRequestContent.struct_class = Types::CreateSignalMapRequestContent
2114
2125
 
2115
2126
  CreateSignalMapResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __stringPatternArnMedialiveSignalMap, location_name: "arn"))
@@ -4629,9 +4640,11 @@ module Aws::MediaLive
4629
4640
 
4630
4641
  StartMonitorDeploymentRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: __boolean, location_name: "dryRun"))
4631
4642
  StartMonitorDeploymentRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "identifier"))
4643
+ StartMonitorDeploymentRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
4632
4644
  StartMonitorDeploymentRequest.struct_class = Types::StartMonitorDeploymentRequest
4633
4645
 
4634
4646
  StartMonitorDeploymentRequestContent.add_member(:dry_run, Shapes::ShapeRef.new(shape: __boolean, location_name: "dryRun"))
4647
+ StartMonitorDeploymentRequestContent.add_member(:request_id, Shapes::ShapeRef.new(shape: __stringMin1Max256PatternS, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
4635
4648
  StartMonitorDeploymentRequestContent.struct_class = Types::StartMonitorDeploymentRequestContent
4636
4649
 
4637
4650
  StartMonitorDeploymentResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __stringPatternArnMedialiveSignalMap, location_name: "arn"))
@@ -14149,12 +14149,18 @@ module Aws::MediaLive
14149
14149
  # Represents the tags associated with a resource.
14150
14150
  # @return [Hash<String,String>]
14151
14151
  #
14152
+ # @!attribute [rw] request_id
14153
+ # **A suitable default value is auto-generated.** You should normally
14154
+ # not need to pass this option.
14155
+ # @return [String]
14156
+ #
14152
14157
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateCloudWatchAlarmTemplateGroupRequest AWS API Documentation
14153
14158
  #
14154
14159
  class CreateCloudWatchAlarmTemplateGroupRequest < Struct.new(
14155
14160
  :description,
14156
14161
  :name,
14157
- :tags)
14162
+ :tags,
14163
+ :request_id)
14158
14164
  SENSITIVE = []
14159
14165
  include Aws::Structure
14160
14166
  end
@@ -14172,12 +14178,18 @@ module Aws::MediaLive
14172
14178
  # Represents the tags associated with a resource.
14173
14179
  # @return [Hash<String,String>]
14174
14180
  #
14181
+ # @!attribute [rw] request_id
14182
+ # An ID that you assign to a create request. This ID ensures idempotency when creating resources.**A suitable default value is auto-generated.** You should normally
14183
+ # not need to pass this option.
14184
+ # @return [String]
14185
+ #
14175
14186
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateCloudWatchAlarmTemplateGroupRequestContent AWS API Documentation
14176
14187
  #
14177
14188
  class CreateCloudWatchAlarmTemplateGroupRequestContent < Struct.new(
14178
14189
  :description,
14179
14190
  :name,
14180
- :tags)
14191
+ :tags,
14192
+ :request_id)
14181
14193
  SENSITIVE = []
14182
14194
  include Aws::Structure
14183
14195
  end
@@ -14307,6 +14319,11 @@ module Aws::MediaLive
14307
14319
  # alarm's condition.
14308
14320
  # @return [String]
14309
14321
  #
14322
+ # @!attribute [rw] request_id
14323
+ # **A suitable default value is auto-generated.** You should normally
14324
+ # not need to pass this option.
14325
+ # @return [String]
14326
+ #
14310
14327
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateCloudWatchAlarmTemplateRequest AWS API Documentation
14311
14328
  #
14312
14329
  class CreateCloudWatchAlarmTemplateRequest < Struct.new(
@@ -14322,7 +14339,8 @@ module Aws::MediaLive
14322
14339
  :tags,
14323
14340
  :target_resource_type,
14324
14341
  :threshold,
14325
- :treat_missing_data)
14342
+ :treat_missing_data,
14343
+ :request_id)
14326
14344
  SENSITIVE = []
14327
14345
  include Aws::Structure
14328
14346
  end
@@ -14388,6 +14406,11 @@ module Aws::MediaLive
14388
14406
  # alarm's condition.
14389
14407
  # @return [String]
14390
14408
  #
14409
+ # @!attribute [rw] request_id
14410
+ # An ID that you assign to a create request. This ID ensures idempotency when creating resources.**A suitable default value is auto-generated.** You should normally
14411
+ # not need to pass this option.
14412
+ # @return [String]
14413
+ #
14391
14414
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateCloudWatchAlarmTemplateRequestContent AWS API Documentation
14392
14415
  #
14393
14416
  class CreateCloudWatchAlarmTemplateRequestContent < Struct.new(
@@ -14403,7 +14426,8 @@ module Aws::MediaLive
14403
14426
  :tags,
14404
14427
  :target_resource_type,
14405
14428
  :threshold,
14406
- :treat_missing_data)
14429
+ :treat_missing_data,
14430
+ :request_id)
14407
14431
  SENSITIVE = []
14408
14432
  include Aws::Structure
14409
14433
  end
@@ -14601,12 +14625,18 @@ module Aws::MediaLive
14601
14625
  # Represents the tags associated with a resource.
14602
14626
  # @return [Hash<String,String>]
14603
14627
  #
14628
+ # @!attribute [rw] request_id
14629
+ # **A suitable default value is auto-generated.** You should normally
14630
+ # not need to pass this option.
14631
+ # @return [String]
14632
+ #
14604
14633
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateEventBridgeRuleTemplateGroupRequest AWS API Documentation
14605
14634
  #
14606
14635
  class CreateEventBridgeRuleTemplateGroupRequest < Struct.new(
14607
14636
  :description,
14608
14637
  :name,
14609
- :tags)
14638
+ :tags,
14639
+ :request_id)
14610
14640
  SENSITIVE = []
14611
14641
  include Aws::Structure
14612
14642
  end
@@ -14624,12 +14654,18 @@ module Aws::MediaLive
14624
14654
  # Represents the tags associated with a resource.
14625
14655
  # @return [Hash<String,String>]
14626
14656
  #
14657
+ # @!attribute [rw] request_id
14658
+ # An ID that you assign to a create request. This ID ensures idempotency when creating resources.**A suitable default value is auto-generated.** You should normally
14659
+ # not need to pass this option.
14660
+ # @return [String]
14661
+ #
14627
14662
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateEventBridgeRuleTemplateGroupRequestContent AWS API Documentation
14628
14663
  #
14629
14664
  class CreateEventBridgeRuleTemplateGroupRequestContent < Struct.new(
14630
14665
  :description,
14631
14666
  :name,
14632
- :tags)
14667
+ :tags,
14668
+ :request_id)
14633
14669
  SENSITIVE = []
14634
14670
  include Aws::Structure
14635
14671
  end
@@ -14732,6 +14768,11 @@ module Aws::MediaLive
14732
14768
  # Represents the tags associated with a resource.
14733
14769
  # @return [Hash<String,String>]
14734
14770
  #
14771
+ # @!attribute [rw] request_id
14772
+ # **A suitable default value is auto-generated.** You should normally
14773
+ # not need to pass this option.
14774
+ # @return [String]
14775
+ #
14735
14776
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateEventBridgeRuleTemplateRequest AWS API Documentation
14736
14777
  #
14737
14778
  class CreateEventBridgeRuleTemplateRequest < Struct.new(
@@ -14740,7 +14781,8 @@ module Aws::MediaLive
14740
14781
  :event_type,
14741
14782
  :group_identifier,
14742
14783
  :name,
14743
- :tags)
14784
+ :tags,
14785
+ :request_id)
14744
14786
  SENSITIVE = []
14745
14787
  include Aws::Structure
14746
14788
  end
@@ -14770,6 +14812,11 @@ module Aws::MediaLive
14770
14812
  # Represents the tags associated with a resource.
14771
14813
  # @return [Hash<String,String>]
14772
14814
  #
14815
+ # @!attribute [rw] request_id
14816
+ # An ID that you assign to a create request. This ID ensures idempotency when creating resources.**A suitable default value is auto-generated.** You should normally
14817
+ # not need to pass this option.
14818
+ # @return [String]
14819
+ #
14773
14820
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateEventBridgeRuleTemplateRequestContent AWS API Documentation
14774
14821
  #
14775
14822
  class CreateEventBridgeRuleTemplateRequestContent < Struct.new(
@@ -14778,7 +14825,8 @@ module Aws::MediaLive
14778
14825
  :event_type,
14779
14826
  :group_identifier,
14780
14827
  :name,
14781
- :tags)
14828
+ :tags,
14829
+ :request_id)
14782
14830
  SENSITIVE = []
14783
14831
  include Aws::Structure
14784
14832
  end
@@ -14908,6 +14956,11 @@ module Aws::MediaLive
14908
14956
  # Represents the tags associated with a resource.
14909
14957
  # @return [Hash<String,String>]
14910
14958
  #
14959
+ # @!attribute [rw] request_id
14960
+ # **A suitable default value is auto-generated.** You should normally
14961
+ # not need to pass this option.
14962
+ # @return [String]
14963
+ #
14911
14964
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateSignalMapRequest AWS API Documentation
14912
14965
  #
14913
14966
  class CreateSignalMapRequest < Struct.new(
@@ -14916,7 +14969,8 @@ module Aws::MediaLive
14916
14969
  :discovery_entry_point_arn,
14917
14970
  :event_bridge_rule_template_group_identifiers,
14918
14971
  :name,
14919
- :tags)
14972
+ :tags,
14973
+ :request_id)
14920
14974
  SENSITIVE = []
14921
14975
  include Aws::Structure
14922
14976
  end
@@ -14945,6 +14999,11 @@ module Aws::MediaLive
14945
14999
  # Represents the tags associated with a resource.
14946
15000
  # @return [Hash<String,String>]
14947
15001
  #
15002
+ # @!attribute [rw] request_id
15003
+ # An ID that you assign to a create request. This ID ensures idempotency when creating resources.**A suitable default value is auto-generated.** You should normally
15004
+ # not need to pass this option.
15005
+ # @return [String]
15006
+ #
14948
15007
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateSignalMapRequestContent AWS API Documentation
14949
15008
  #
14950
15009
  class CreateSignalMapRequestContent < Struct.new(
@@ -14953,7 +15012,8 @@ module Aws::MediaLive
14953
15012
  :discovery_entry_point_arn,
14954
15013
  :event_bridge_rule_template_group_identifiers,
14955
15014
  :name,
14956
- :tags)
15015
+ :tags,
15016
+ :request_id)
14957
15017
  SENSITIVE = []
14958
15018
  include Aws::Structure
14959
15019
  end
@@ -16633,11 +16693,17 @@ module Aws::MediaLive
16633
16693
  # @!attribute [rw] identifier
16634
16694
  # @return [String]
16635
16695
  #
16696
+ # @!attribute [rw] request_id
16697
+ # **A suitable default value is auto-generated.** You should normally
16698
+ # not need to pass this option.
16699
+ # @return [String]
16700
+ #
16636
16701
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartMonitorDeploymentRequest AWS API Documentation
16637
16702
  #
16638
16703
  class StartMonitorDeploymentRequest < Struct.new(
16639
16704
  :dry_run,
16640
- :identifier)
16705
+ :identifier,
16706
+ :request_id)
16641
16707
  SENSITIVE = []
16642
16708
  include Aws::Structure
16643
16709
  end
@@ -16645,10 +16711,16 @@ module Aws::MediaLive
16645
16711
  # @!attribute [rw] dry_run
16646
16712
  # @return [Boolean]
16647
16713
  #
16714
+ # @!attribute [rw] request_id
16715
+ # An ID that you assign to a create request. This ID ensures idempotency when creating resources.**A suitable default value is auto-generated.** You should normally
16716
+ # not need to pass this option.
16717
+ # @return [String]
16718
+ #
16648
16719
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartMonitorDeploymentRequestContent AWS API Documentation
16649
16720
  #
16650
16721
  class StartMonitorDeploymentRequestContent < Struct.new(
16651
- :dry_run)
16722
+ :dry_run,
16723
+ :request_id)
16652
16724
  SENSITIVE = []
16653
16725
  include Aws::Structure
16654
16726
  end
@@ -55,7 +55,7 @@ module Aws::MediaLive
55
55
  autoload :EndpointProvider, 'aws-sdk-medialive/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-medialive/endpoints'
57
57
 
58
- GEM_VERSION = '1.144.0'
58
+ GEM_VERSION = '1.145.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -3921,7 +3921,8 @@ module Aws
3921
3921
  ?tags: Hash[::String, ::String],
3922
3922
  target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET"),
3923
3923
  threshold: ::Float,
3924
- treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
3924
+ treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing"),
3925
+ ?request_id: ::String
3925
3926
  ) -> _CreateCloudWatchAlarmTemplateResponseSuccess
3926
3927
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCloudWatchAlarmTemplateResponseSuccess
3927
3928
 
@@ -3939,7 +3940,8 @@ module Aws
3939
3940
  def create_cloud_watch_alarm_template_group: (
3940
3941
  ?description: ::String,
3941
3942
  name: ::String,
3942
- ?tags: Hash[::String, ::String]
3943
+ ?tags: Hash[::String, ::String],
3944
+ ?request_id: ::String
3943
3945
  ) -> _CreateCloudWatchAlarmTemplateGroupResponseSuccess
3944
3946
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCloudWatchAlarmTemplateGroupResponseSuccess
3945
3947
 
@@ -3967,7 +3969,8 @@ module Aws
3967
3969
  event_type: ("MEDIALIVE_MULTIPLEX_ALERT" | "MEDIALIVE_MULTIPLEX_STATE_CHANGE" | "MEDIALIVE_CHANNEL_ALERT" | "MEDIALIVE_CHANNEL_INPUT_CHANGE" | "MEDIALIVE_CHANNEL_STATE_CHANGE" | "MEDIAPACKAGE_INPUT_NOTIFICATION" | "MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION" | "MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION" | "SIGNAL_MAP_ACTIVE_ALARM" | "MEDIACONNECT_ALERT" | "MEDIACONNECT_SOURCE_HEALTH" | "MEDIACONNECT_OUTPUT_HEALTH" | "MEDIACONNECT_FLOW_STATUS_CHANGE"),
3968
3970
  group_identifier: ::String,
3969
3971
  name: ::String,
3970
- ?tags: Hash[::String, ::String]
3972
+ ?tags: Hash[::String, ::String],
3973
+ ?request_id: ::String
3971
3974
  ) -> _CreateEventBridgeRuleTemplateResponseSuccess
3972
3975
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEventBridgeRuleTemplateResponseSuccess
3973
3976
 
@@ -3985,7 +3988,8 @@ module Aws
3985
3988
  def create_event_bridge_rule_template_group: (
3986
3989
  ?description: ::String,
3987
3990
  name: ::String,
3988
- ?tags: Hash[::String, ::String]
3991
+ ?tags: Hash[::String, ::String],
3992
+ ?request_id: ::String
3989
3993
  ) -> _CreateEventBridgeRuleTemplateGroupResponseSuccess
3990
3994
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEventBridgeRuleTemplateGroupResponseSuccess
3991
3995
 
@@ -4017,7 +4021,8 @@ module Aws
4017
4021
  discovery_entry_point_arn: ::String,
4018
4022
  ?event_bridge_rule_template_group_identifiers: Array[::String],
4019
4023
  name: ::String,
4020
- ?tags: Hash[::String, ::String]
4024
+ ?tags: Hash[::String, ::String],
4025
+ ?request_id: ::String
4021
4026
  ) -> _CreateSignalMapResponseSuccess
4022
4027
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSignalMapResponseSuccess
4023
4028
 
@@ -4276,7 +4281,8 @@ module Aws
4276
4281
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#start_monitor_deployment-instance_method
4277
4282
  def start_monitor_deployment: (
4278
4283
  ?dry_run: bool,
4279
- identifier: ::String
4284
+ identifier: ::String,
4285
+ ?request_id: ::String
4280
4286
  ) -> _StartMonitorDeploymentResponseSuccess
4281
4287
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartMonitorDeploymentResponseSuccess
4282
4288
 
data/sig/types.rbs CHANGED
@@ -3642,6 +3642,7 @@ module Aws::MediaLive
3642
3642
  attr_accessor description: ::String
3643
3643
  attr_accessor name: ::String
3644
3644
  attr_accessor tags: ::Hash[::String, ::String]
3645
+ attr_accessor request_id: ::String
3645
3646
  SENSITIVE: []
3646
3647
  end
3647
3648
 
@@ -3649,6 +3650,7 @@ module Aws::MediaLive
3649
3650
  attr_accessor description: ::String
3650
3651
  attr_accessor name: ::String
3651
3652
  attr_accessor tags: ::Hash[::String, ::String]
3653
+ attr_accessor request_id: ::String
3652
3654
  SENSITIVE: []
3653
3655
  end
3654
3656
 
@@ -3688,6 +3690,7 @@ module Aws::MediaLive
3688
3690
  attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
3689
3691
  attr_accessor threshold: ::Float
3690
3692
  attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
3693
+ attr_accessor request_id: ::String
3691
3694
  SENSITIVE: []
3692
3695
  end
3693
3696
 
@@ -3705,6 +3708,7 @@ module Aws::MediaLive
3705
3708
  attr_accessor target_resource_type: ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET")
3706
3709
  attr_accessor threshold: ::Float
3707
3710
  attr_accessor treat_missing_data: ("notBreaching" | "breaching" | "ignore" | "missing")
3711
+ attr_accessor request_id: ::String
3708
3712
  SENSITIVE: []
3709
3713
  end
3710
3714
 
@@ -3754,6 +3758,7 @@ module Aws::MediaLive
3754
3758
  attr_accessor description: ::String
3755
3759
  attr_accessor name: ::String
3756
3760
  attr_accessor tags: ::Hash[::String, ::String]
3761
+ attr_accessor request_id: ::String
3757
3762
  SENSITIVE: []
3758
3763
  end
3759
3764
 
@@ -3761,6 +3766,7 @@ module Aws::MediaLive
3761
3766
  attr_accessor description: ::String
3762
3767
  attr_accessor name: ::String
3763
3768
  attr_accessor tags: ::Hash[::String, ::String]
3769
+ attr_accessor request_id: ::String
3764
3770
  SENSITIVE: []
3765
3771
  end
3766
3772
 
@@ -3793,6 +3799,7 @@ module Aws::MediaLive
3793
3799
  attr_accessor group_identifier: ::String
3794
3800
  attr_accessor name: ::String
3795
3801
  attr_accessor tags: ::Hash[::String, ::String]
3802
+ attr_accessor request_id: ::String
3796
3803
  SENSITIVE: []
3797
3804
  end
3798
3805
 
@@ -3803,6 +3810,7 @@ module Aws::MediaLive
3803
3810
  attr_accessor group_identifier: ::String
3804
3811
  attr_accessor name: ::String
3805
3812
  attr_accessor tags: ::Hash[::String, ::String]
3813
+ attr_accessor request_id: ::String
3806
3814
  SENSITIVE: []
3807
3815
  end
3808
3816
 
@@ -3841,6 +3849,7 @@ module Aws::MediaLive
3841
3849
  attr_accessor event_bridge_rule_template_group_identifiers: ::Array[::String]
3842
3850
  attr_accessor name: ::String
3843
3851
  attr_accessor tags: ::Hash[::String, ::String]
3852
+ attr_accessor request_id: ::String
3844
3853
  SENSITIVE: []
3845
3854
  end
3846
3855
 
@@ -3851,6 +3860,7 @@ module Aws::MediaLive
3851
3860
  attr_accessor event_bridge_rule_template_group_identifiers: ::Array[::String]
3852
3861
  attr_accessor name: ::String
3853
3862
  attr_accessor tags: ::Hash[::String, ::String]
3863
+ attr_accessor request_id: ::String
3854
3864
  SENSITIVE: []
3855
3865
  end
3856
3866
 
@@ -4337,11 +4347,13 @@ module Aws::MediaLive
4337
4347
  class StartMonitorDeploymentRequest
4338
4348
  attr_accessor dry_run: bool
4339
4349
  attr_accessor identifier: ::String
4350
+ attr_accessor request_id: ::String
4340
4351
  SENSITIVE: []
4341
4352
  end
4342
4353
 
4343
4354
  class StartMonitorDeploymentRequestContent
4344
4355
  attr_accessor dry_run: bool
4356
+ attr_accessor request_id: ::String
4345
4357
  SENSITIVE: []
4346
4358
  end
4347
4359
 
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.144.0
4
+ version: 1.145.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: 2025-02-06 00:00:00.000000000 Z
11
+ date: 2025-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core