aws-sdk-medialive 1.32.0 → 1.33.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
  SHA1:
3
- metadata.gz: a38f84aaad1441fe3a7d1fff47fe7e2dda7faca2
4
- data.tar.gz: 81c454a8168ff6a45078b085f409a0f30154aecb
3
+ metadata.gz: 90ffb89aeedb81acbf260ebf684cc95479b64999
4
+ data.tar.gz: 56cf32c5dfd50297269d6b8544426ba2a4180c84
5
5
  SHA512:
6
- metadata.gz: cd2d5bb0c76897886840bbbb276cc5c77496b86687c310a61be77ec9c22acf908adc91f8c36a4a0c4b05dd86d5b97c5c73859003124277785f7242c51ca80909
7
- data.tar.gz: 6b83a954a9578e54e56352df0ce9e60a1014dd44c958881d8476d9c8edf7a2da87ae7c61c201e44e3410e9ebf4b61004bb04930a8d02bf23db772a7745f7e390
6
+ metadata.gz: aeaa9b09387634700ae5da77061ae750004817c2841925e6430194e0d47b23c0eb968894c6ac5b93a7e70b47f1211b61e6626aa07ccf9ab5b275e864f56754e0
7
+ data.tar.gz: 00f4df1e523e8c74403128e4865c18d9a4d9639f385f20b021e179bd972abf97a2c2b76aad5a45c7e2c2cd619fca5e6ee20919194173be38521030f32a72829d
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-medialive/customizations'
43
43
  # @service
44
44
  module Aws::MediaLive
45
45
 
46
- GEM_VERSION = '1.32.0'
46
+ GEM_VERSION = '1.33.0'
47
47
 
48
48
  end
@@ -6842,7 +6842,7 @@ module Aws::MediaLive
6842
6842
  params: params,
6843
6843
  config: config)
6844
6844
  context[:gem_name] = 'aws-sdk-medialive'
6845
- context[:gem_version] = '1.32.0'
6845
+ context[:gem_version] = '1.33.0'
6846
6846
  Seahorse::Client::Request.new(handlers, context)
6847
6847
  end
6848
6848
 
@@ -634,6 +634,12 @@ module Aws::MediaLive
634
634
  AvailSettings.add_member(:scte_35_time_signal_apos, Shapes::ShapeRef.new(shape: Scte35TimeSignalApos, location_name: "scte35TimeSignalApos"))
635
635
  AvailSettings.struct_class = Types::AvailSettings
636
636
 
637
+ BadGatewayException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
638
+ BadGatewayException.struct_class = Types::BadGatewayException
639
+
640
+ BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
641
+ BadRequestException.struct_class = Types::BadRequestException
642
+
637
643
  BatchScheduleActionCreateRequest.add_member(:schedule_actions, Shapes::ShapeRef.new(shape: __listOfScheduleAction, required: true, location_name: "scheduleActions"))
638
644
  BatchScheduleActionCreateRequest.struct_class = Types::BatchScheduleActionCreateRequest
639
645
 
@@ -762,6 +768,9 @@ module Aws::MediaLive
762
768
  ChannelSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
763
769
  ChannelSummary.struct_class = Types::ChannelSummary
764
770
 
771
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
772
+ ConflictException.struct_class = Types::ConflictException
773
+
765
774
  CreateChannel.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
766
775
  CreateChannel.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
767
776
  CreateChannel.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
@@ -1088,6 +1097,9 @@ module Aws::MediaLive
1088
1097
  FollowModeScheduleActionStartSettings.add_member(:reference_action_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "referenceActionName"))
1089
1098
  FollowModeScheduleActionStartSettings.struct_class = Types::FollowModeScheduleActionStartSettings
1090
1099
 
1100
+ ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
1101
+ ForbiddenException.struct_class = Types::ForbiddenException
1102
+
1091
1103
  FrameCaptureGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
1092
1104
  FrameCaptureGroupSettings.struct_class = Types::FrameCaptureGroupSettings
1093
1105
 
@@ -1097,6 +1109,9 @@ module Aws::MediaLive
1097
1109
  FrameCaptureSettings.add_member(:capture_interval, Shapes::ShapeRef.new(shape: __integerMin1Max3600, required: true, location_name: "captureInterval"))
1098
1110
  FrameCaptureSettings.struct_class = Types::FrameCaptureSettings
1099
1111
 
1112
+ GatewayTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
1113
+ GatewayTimeoutException.struct_class = Types::GatewayTimeoutException
1114
+
1100
1115
  GlobalConfiguration.add_member(:initial_audio_gain, Shapes::ShapeRef.new(shape: __integerMinNegative60Max60, location_name: "initialAudioGain"))
1101
1116
  GlobalConfiguration.add_member(:input_end_action, Shapes::ShapeRef.new(shape: GlobalConfigurationInputEndAction, location_name: "inputEndAction"))
1102
1117
  GlobalConfiguration.add_member(:input_loss_behavior, Shapes::ShapeRef.new(shape: InputLossBehavior, location_name: "inputLossBehavior"))
@@ -1336,6 +1351,9 @@ module Aws::MediaLive
1336
1351
  InputWhitelistRuleCidr.add_member(:cidr, Shapes::ShapeRef.new(shape: __string, location_name: "cidr"))
1337
1352
  InputWhitelistRuleCidr.struct_class = Types::InputWhitelistRuleCidr
1338
1353
 
1354
+ InternalServerErrorException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
1355
+ InternalServerErrorException.struct_class = Types::InternalServerErrorException
1356
+
1339
1357
  InternalServiceError.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
1340
1358
  InternalServiceError.struct_class = Types::InternalServiceError
1341
1359
 
@@ -1544,6 +1562,9 @@ module Aws::MediaLive
1544
1562
  NetworkInputSettings.add_member(:server_validation, Shapes::ShapeRef.new(shape: NetworkInputServerValidation, location_name: "serverValidation"))
1545
1563
  NetworkInputSettings.struct_class = Types::NetworkInputSettings
1546
1564
 
1565
+ NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
1566
+ NotFoundException.struct_class = Types::NotFoundException
1567
+
1547
1568
  Offering.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
1548
1569
  Offering.add_member(:currency_code, Shapes::ShapeRef.new(shape: __string, location_name: "currencyCode"))
1549
1570
  Offering.add_member(:duration, Shapes::ShapeRef.new(shape: __integer, location_name: "duration"))
@@ -1847,6 +1868,9 @@ module Aws::MediaLive
1847
1868
  TimecodeConfig.add_member(:sync_threshold, Shapes::ShapeRef.new(shape: __integerMin1Max1000000, location_name: "syncThreshold"))
1848
1869
  TimecodeConfig.struct_class = Types::TimecodeConfig
1849
1870
 
1871
+ TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
1872
+ TooManyRequestsException.struct_class = Types::TooManyRequestsException
1873
+
1850
1874
  TtmlDestinationSettings.add_member(:style_control, Shapes::ShapeRef.new(shape: TtmlDestinationStyleControl, location_name: "styleControl"))
1851
1875
  TtmlDestinationSettings.struct_class = Types::TtmlDestinationSettings
1852
1876
 
@@ -1864,6 +1888,10 @@ module Aws::MediaLive
1864
1888
  UdpOutputSettings.add_member(:fec_output_settings, Shapes::ShapeRef.new(shape: FecOutputSettings, location_name: "fecOutputSettings"))
1865
1889
  UdpOutputSettings.struct_class = Types::UdpOutputSettings
1866
1890
 
1891
+ UnprocessableEntityException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
1892
+ UnprocessableEntityException.add_member(:validation_errors, Shapes::ShapeRef.new(shape: __listOfValidationError, location_name: "validationErrors"))
1893
+ UnprocessableEntityException.struct_class = Types::UnprocessableEntityException
1894
+
1867
1895
  UpdateChannel.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
1868
1896
  UpdateChannel.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
1869
1897
  UpdateChannel.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
@@ -10,5 +10,154 @@ module Aws::MediaLive
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class BadGatewayException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::MediaLive::Types::BadGatewayException] data
18
+ def initialize(context, message, data = Aws::EmptyStructure.new)
19
+ super(context, message, data)
20
+ end
21
+
22
+ # @return [String]
23
+ def message
24
+ @message || @data[:message]
25
+ end
26
+
27
+ end
28
+
29
+ class BadRequestException < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::MediaLive::Types::BadRequestException] data
34
+ def initialize(context, message, data = Aws::EmptyStructure.new)
35
+ super(context, message, data)
36
+ end
37
+
38
+ # @return [String]
39
+ def message
40
+ @message || @data[:message]
41
+ end
42
+
43
+ end
44
+
45
+ class ConflictException < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::MediaLive::Types::ConflictException] data
50
+ def initialize(context, message, data = Aws::EmptyStructure.new)
51
+ super(context, message, data)
52
+ end
53
+
54
+ # @return [String]
55
+ def message
56
+ @message || @data[:message]
57
+ end
58
+
59
+ end
60
+
61
+ class ForbiddenException < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::MediaLive::Types::ForbiddenException] data
66
+ def initialize(context, message, data = Aws::EmptyStructure.new)
67
+ super(context, message, data)
68
+ end
69
+
70
+ # @return [String]
71
+ def message
72
+ @message || @data[:message]
73
+ end
74
+
75
+ end
76
+
77
+ class GatewayTimeoutException < ServiceError
78
+
79
+ # @param [Seahorse::Client::RequestContext] context
80
+ # @param [String] message
81
+ # @param [Aws::MediaLive::Types::GatewayTimeoutException] data
82
+ def initialize(context, message, data = Aws::EmptyStructure.new)
83
+ super(context, message, data)
84
+ end
85
+
86
+ # @return [String]
87
+ def message
88
+ @message || @data[:message]
89
+ end
90
+
91
+ end
92
+
93
+ class InternalServerErrorException < ServiceError
94
+
95
+ # @param [Seahorse::Client::RequestContext] context
96
+ # @param [String] message
97
+ # @param [Aws::MediaLive::Types::InternalServerErrorException] data
98
+ def initialize(context, message, data = Aws::EmptyStructure.new)
99
+ super(context, message, data)
100
+ end
101
+
102
+ # @return [String]
103
+ def message
104
+ @message || @data[:message]
105
+ end
106
+
107
+ end
108
+
109
+ class NotFoundException < ServiceError
110
+
111
+ # @param [Seahorse::Client::RequestContext] context
112
+ # @param [String] message
113
+ # @param [Aws::MediaLive::Types::NotFoundException] data
114
+ def initialize(context, message, data = Aws::EmptyStructure.new)
115
+ super(context, message, data)
116
+ end
117
+
118
+ # @return [String]
119
+ def message
120
+ @message || @data[:message]
121
+ end
122
+
123
+ end
124
+
125
+ class TooManyRequestsException < ServiceError
126
+
127
+ # @param [Seahorse::Client::RequestContext] context
128
+ # @param [String] message
129
+ # @param [Aws::MediaLive::Types::TooManyRequestsException] data
130
+ def initialize(context, message, data = Aws::EmptyStructure.new)
131
+ super(context, message, data)
132
+ end
133
+
134
+ # @return [String]
135
+ def message
136
+ @message || @data[:message]
137
+ end
138
+
139
+ end
140
+
141
+ class UnprocessableEntityException < ServiceError
142
+
143
+ # @param [Seahorse::Client::RequestContext] context
144
+ # @param [String] message
145
+ # @param [Aws::MediaLive::Types::UnprocessableEntityException] data
146
+ def initialize(context, message, data = Aws::EmptyStructure.new)
147
+ super(context, message, data)
148
+ end
149
+
150
+ # @return [String]
151
+ def message
152
+ @message || @data[:message]
153
+ end
154
+
155
+ # @return [String]
156
+ def validation_errors
157
+ @data[:validation_errors]
158
+ end
159
+
160
+ end
161
+
13
162
  end
14
163
  end
@@ -970,6 +970,26 @@ module Aws::MediaLive
970
970
  include Aws::Structure
971
971
  end
972
972
 
973
+ # @!attribute [rw] message
974
+ # @return [String]
975
+ #
976
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BadGatewayException AWS API Documentation
977
+ #
978
+ class BadGatewayException < Struct.new(
979
+ :message)
980
+ include Aws::Structure
981
+ end
982
+
983
+ # @!attribute [rw] message
984
+ # @return [String]
985
+ #
986
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BadRequestException AWS API Documentation
987
+ #
988
+ class BadRequestException < Struct.new(
989
+ :message)
990
+ include Aws::Structure
991
+ end
992
+
973
993
  # A list of schedule actions to create (in a request) or that have been
974
994
  # created (in a response).
975
995
  #
@@ -2098,6 +2118,16 @@ module Aws::MediaLive
2098
2118
  include Aws::Structure
2099
2119
  end
2100
2120
 
2121
+ # @!attribute [rw] message
2122
+ # @return [String]
2123
+ #
2124
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ConflictException AWS API Documentation
2125
+ #
2126
+ class ConflictException < Struct.new(
2127
+ :message)
2128
+ include Aws::Structure
2129
+ end
2130
+
2101
2131
  # @!attribute [rw] channel_class
2102
2132
  # The class for this channel. STANDARD for a channel with two
2103
2133
  # pipelines or SINGLE\_PIPELINE for a channel with one pipeline.
@@ -5188,6 +5218,16 @@ module Aws::MediaLive
5188
5218
  include Aws::Structure
5189
5219
  end
5190
5220
 
5221
+ # @!attribute [rw] message
5222
+ # @return [String]
5223
+ #
5224
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ForbiddenException AWS API Documentation
5225
+ #
5226
+ class ForbiddenException < Struct.new(
5227
+ :message)
5228
+ include Aws::Structure
5229
+ end
5230
+
5191
5231
  # Frame Capture Group Settings
5192
5232
  #
5193
5233
  # @note When making an API call, you may pass FrameCaptureGroupSettings
@@ -5260,6 +5300,16 @@ module Aws::MediaLive
5260
5300
  include Aws::Structure
5261
5301
  end
5262
5302
 
5303
+ # @!attribute [rw] message
5304
+ # @return [String]
5305
+ #
5306
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/GatewayTimeoutException AWS API Documentation
5307
+ #
5308
+ class GatewayTimeoutException < Struct.new(
5309
+ :message)
5310
+ include Aws::Structure
5311
+ end
5312
+
5263
5313
  # Global Configuration
5264
5314
  #
5265
5315
  # @note When making an API call, you may pass GlobalConfiguration
@@ -7193,6 +7243,16 @@ module Aws::MediaLive
7193
7243
  include Aws::Structure
7194
7244
  end
7195
7245
 
7246
+ # @!attribute [rw] message
7247
+ # @return [String]
7248
+ #
7249
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InternalServerErrorException AWS API Documentation
7250
+ #
7251
+ class InternalServerErrorException < Struct.new(
7252
+ :message)
7253
+ include Aws::Structure
7254
+ end
7255
+
7196
7256
  # @!attribute [rw] message
7197
7257
  # @return [String]
7198
7258
  #
@@ -8493,6 +8553,16 @@ module Aws::MediaLive
8493
8553
  include Aws::Structure
8494
8554
  end
8495
8555
 
8556
+ # @!attribute [rw] message
8557
+ # @return [String]
8558
+ #
8559
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/NotFoundException AWS API Documentation
8560
+ #
8561
+ class NotFoundException < Struct.new(
8562
+ :message)
8563
+ include Aws::Structure
8564
+ end
8565
+
8496
8566
  # Reserved resources available for purchase
8497
8567
  #
8498
8568
  # @!attribute [rw] arn
@@ -11393,6 +11463,16 @@ module Aws::MediaLive
11393
11463
  include Aws::Structure
11394
11464
  end
11395
11465
 
11466
+ # @!attribute [rw] message
11467
+ # @return [String]
11468
+ #
11469
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/TooManyRequestsException AWS API Documentation
11470
+ #
11471
+ class TooManyRequestsException < Struct.new(
11472
+ :message)
11473
+ include Aws::Structure
11474
+ end
11475
+
11396
11476
  # Ttml Destination Settings
11397
11477
  #
11398
11478
  # @note When making an API call, you may pass TtmlDestinationSettings
@@ -11643,6 +11723,20 @@ module Aws::MediaLive
11643
11723
  include Aws::Structure
11644
11724
  end
11645
11725
 
11726
+ # @!attribute [rw] message
11727
+ # @return [String]
11728
+ #
11729
+ # @!attribute [rw] validation_errors
11730
+ # @return [Array<Types::ValidationError>]
11731
+ #
11732
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UnprocessableEntityException AWS API Documentation
11733
+ #
11734
+ class UnprocessableEntityException < Struct.new(
11735
+ :message,
11736
+ :validation_errors)
11737
+ include Aws::Structure
11738
+ end
11739
+
11646
11740
  # @!attribute [rw] destinations
11647
11741
  # A list of output destinations for this channel.
11648
11742
  # @return [Array<Types::OutputDestination>]
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.32.0
4
+ version: 1.33.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: 2019-05-16 00:00:00.000000000 Z
11
+ date: 2019-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.52.1
22
+ version: 3.53.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.52.1
32
+ version: 3.53.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement