aws-sdk-mediaconnect 1.26.0 → 1.31.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: c01e31e4be2c520e461586d75aace06f0398e8b2719ea3d16df2b56853114675
4
- data.tar.gz: 3a79a2882321d5fa325bd075d1bd946119da996af3684098cffa70d7a0c6a664
3
+ metadata.gz: 66869f7f5cfe2a8d84644b261aff1cd6806c75111dedd4bc4ceb0d019921da92
4
+ data.tar.gz: 2c47786961f4c0006b89870326d7e1833c27ecea35d4b1e87801102612248958
5
5
  SHA512:
6
- metadata.gz: a96f9cdc388c35b264d8b18ce91e874aa8fb23fef70946dfda557b7f3d6c6b05293a463533e0aeae03a42cc9cb7de049d44837e62acf38585e403432a3e42918
7
- data.tar.gz: 9e5a33caec401023cff3dd34cd333d2f657d559de6d36b9a5a085f8b081a25d57d368afe36cb5275696dba74bea775a74dce1e061d44914846320f227bd8ace0
6
+ metadata.gz: 8f2d0b4c1120c52f839600a63d1f5b1bf212bf5dba1db2f337cd93b441ee2b1b200a8dd5aa1fc5dafa111b1c5742d1ee6971e3828719afaee3e37f975581dc40
7
+ data.tar.gz: 513f3c9b7deb9e36cf7d5795652b8328057f3bbdf5f5c0534a36d0305a91240f658e7dfbd6cf15435301b59676cd79180d277307da301e33d292959e074239d2
data/CHANGELOG.md ADDED
@@ -0,0 +1,168 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.31.0 (2021-03-16)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for the SRT-listener protocol on sources and outputs.
8
+
9
+ 1.30.0 (2021-03-10)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.29.0 (2021-02-02)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.28.0 (2020-09-30)
20
+ ------------------
21
+
22
+ * Feature - MediaConnect now supports reservations to provide a discounted rate for a specific outbound bandwidth over a period of time.
23
+
24
+ 1.27.0 (2020-09-15)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.26.0 (2020-08-25)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.25.0 (2020-07-24)
35
+ ------------------
36
+
37
+ * Feature - You can now disable an entitlement to stop streaming content to the subscriber's flow temporarily. When you are ready to allow content to start streaming to the subscriber's flow again, you can enable the entitlement.
38
+
39
+ 1.24.0 (2020-06-23)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.23.1 (2020-06-11)
45
+ ------------------
46
+
47
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
48
+
49
+ 1.23.0 (2020-06-10)
50
+ ------------------
51
+
52
+ * Issue - This version has been yanked. (#2327).
53
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
54
+
55
+ 1.22.0 (2020-05-28)
56
+ ------------------
57
+
58
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
59
+
60
+ 1.21.0 (2020-05-07)
61
+ ------------------
62
+
63
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
64
+
65
+ 1.20.0 (2020-04-07)
66
+ ------------------
67
+
68
+ * Feature - You can now send content from your MediaConnect flow to your virtual private cloud (VPC) without going over the public internet.
69
+
70
+ 1.19.0 (2020-04-01)
71
+ ------------------
72
+
73
+ * Feature - You can now send content from your virtual private cloud (VPC) to your MediaConnect flow without going over the public internet.
74
+
75
+ 1.18.0 (2020-03-18)
76
+ ------------------
77
+
78
+ * Feature - Feature adds the ability for a flow to have multiple redundant sources that provides resiliency to a source failing. The new APIs added to enable the feature are, AddFlowSources, RemoveFlowSource and UpdateFlow.
79
+
80
+ 1.17.0 (2020-03-09)
81
+ ------------------
82
+
83
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
84
+
85
+ 1.16.0 (2019-10-23)
86
+ ------------------
87
+
88
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
89
+
90
+ 1.15.0 (2019-09-19)
91
+ ------------------
92
+
93
+ * Feature - When you grant an entitlement, you can now specify the percentage of the entitlement data transfer that you want the subscriber to be responsible for.
94
+
95
+ 1.14.0 (2019-09-11)
96
+ ------------------
97
+
98
+ * Feature - This release adds support for the RIST protocol on sources and outputs.
99
+
100
+ 1.13.0 (2019-07-26)
101
+ ------------------
102
+
103
+ * Feature - This release adds support for the Zixi pull protocol on outputs.
104
+
105
+ 1.12.0 (2019-07-25)
106
+ ------------------
107
+
108
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
109
+
110
+ 1.11.0 (2019-07-01)
111
+ ------------------
112
+
113
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
114
+
115
+ 1.10.0 (2019-06-17)
116
+ ------------------
117
+
118
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
119
+
120
+ 1.9.0 (2019-06-06)
121
+ ------------------
122
+
123
+ * Feature - This release adds support for encrypting entitlements using Secure Packager and Encoder Key Exchange (SPEKE).
124
+
125
+ 1.8.0 (2019-05-21)
126
+ ------------------
127
+
128
+ * Feature - API update.
129
+
130
+ 1.7.0 (2019-05-15)
131
+ ------------------
132
+
133
+ * Feature - API update.
134
+
135
+ 1.6.0 (2019-05-14)
136
+ ------------------
137
+
138
+ * Feature - API update.
139
+
140
+ 1.5.0 (2019-04-24)
141
+ ------------------
142
+
143
+ * Feature - API update.
144
+
145
+ 1.4.0 (2019-03-21)
146
+ ------------------
147
+
148
+ * Feature - API update.
149
+
150
+ 1.3.0 (2019-03-18)
151
+ ------------------
152
+
153
+ * Feature - API update.
154
+
155
+ 1.2.0 (2019-03-14)
156
+ ------------------
157
+
158
+ * Feature - API update.
159
+
160
+ 1.1.0 (2019-01-25)
161
+ ------------------
162
+
163
+ * Feature - API update.
164
+
165
+ 1.0.0 (2018-11-28)
166
+ ------------------
167
+
168
+ * Feature - Initial release of `aws-sdk-mediaconnect`.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.31.0
@@ -3,10 +3,11 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -47,6 +48,6 @@ require_relative 'aws-sdk-mediaconnect/customizations'
47
48
  # @!group service
48
49
  module Aws::MediaConnect
49
50
 
50
- GEM_VERSION = '1.26.0'
51
+ GEM_VERSION = '1.31.0'
51
52
 
52
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -350,10 +350,10 @@ module Aws::MediaConnect
350
350
  # description: "__string",
351
351
  # destination: "__string",
352
352
  # encryption: {
353
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
353
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
354
354
  # constant_initialization_vector: "__string",
355
355
  # device_id: "__string",
356
- # key_type: "speke", # accepts speke, static-key
356
+ # key_type: "speke", # accepts speke, static-key, srt-password
357
357
  # region: "__string",
358
358
  # resource_id: "__string",
359
359
  # role_arn: "__string", # required
@@ -361,9 +361,10 @@ module Aws::MediaConnect
361
361
  # url: "__string",
362
362
  # },
363
363
  # max_latency: 1,
364
+ # min_latency: 1,
364
365
  # name: "__string",
365
366
  # port: 1,
366
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
367
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
367
368
  # remote_id: "__string",
368
369
  # smoothing_latency: 1,
369
370
  # stream_id: "__string",
@@ -384,7 +385,7 @@ module Aws::MediaConnect
384
385
  # resp.outputs[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
385
386
  # resp.outputs[0].encryption.constant_initialization_vector #=> String
386
387
  # resp.outputs[0].encryption.device_id #=> String
387
- # resp.outputs[0].encryption.key_type #=> String, one of "speke", "static-key"
388
+ # resp.outputs[0].encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
388
389
  # resp.outputs[0].encryption.region #=> String
389
390
  # resp.outputs[0].encryption.resource_id #=> String
390
391
  # resp.outputs[0].encryption.role_arn #=> String
@@ -399,7 +400,8 @@ module Aws::MediaConnect
399
400
  # resp.outputs[0].transport.cidr_allow_list[0] #=> String
400
401
  # resp.outputs[0].transport.max_bitrate #=> Integer
401
402
  # resp.outputs[0].transport.max_latency #=> Integer
402
- # resp.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
403
+ # resp.outputs[0].transport.min_latency #=> Integer
404
+ # resp.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
403
405
  # resp.outputs[0].transport.remote_id #=> String
404
406
  # resp.outputs[0].transport.smoothing_latency #=> Integer
405
407
  # resp.outputs[0].transport.stream_id #=> String
@@ -433,10 +435,10 @@ module Aws::MediaConnect
433
435
  # sources: [ # required
434
436
  # {
435
437
  # decryption: {
436
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
438
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
437
439
  # constant_initialization_vector: "__string",
438
440
  # device_id: "__string",
439
- # key_type: "speke", # accepts speke, static-key
441
+ # key_type: "speke", # accepts speke, static-key, srt-password
440
442
  # region: "__string",
441
443
  # resource_id: "__string",
442
444
  # role_arn: "__string", # required
@@ -448,8 +450,9 @@ module Aws::MediaConnect
448
450
  # ingest_port: 1,
449
451
  # max_bitrate: 1,
450
452
  # max_latency: 1,
453
+ # min_latency: 1,
451
454
  # name: "__string",
452
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
455
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
453
456
  # stream_id: "__string",
454
457
  # vpc_interface_name: "__string",
455
458
  # whitelist_cidr: "__string",
@@ -465,7 +468,7 @@ module Aws::MediaConnect
465
468
  # resp.sources[0].decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
466
469
  # resp.sources[0].decryption.constant_initialization_vector #=> String
467
470
  # resp.sources[0].decryption.device_id #=> String
468
- # resp.sources[0].decryption.key_type #=> String, one of "speke", "static-key"
471
+ # resp.sources[0].decryption.key_type #=> String, one of "speke", "static-key", "srt-password"
469
472
  # resp.sources[0].decryption.region #=> String
470
473
  # resp.sources[0].decryption.resource_id #=> String
471
474
  # resp.sources[0].decryption.role_arn #=> String
@@ -481,7 +484,8 @@ module Aws::MediaConnect
481
484
  # resp.sources[0].transport.cidr_allow_list[0] #=> String
482
485
  # resp.sources[0].transport.max_bitrate #=> Integer
483
486
  # resp.sources[0].transport.max_latency #=> Integer
484
- # resp.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
487
+ # resp.sources[0].transport.min_latency #=> Integer
488
+ # resp.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
485
489
  # resp.sources[0].transport.remote_id #=> String
486
490
  # resp.sources[0].transport.smoothing_latency #=> Integer
487
491
  # resp.sources[0].transport.stream_id #=> String
@@ -585,10 +589,10 @@ module Aws::MediaConnect
585
589
  # data_transfer_subscriber_fee_percent: 1,
586
590
  # description: "__string",
587
591
  # encryption: {
588
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
592
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
589
593
  # constant_initialization_vector: "__string",
590
594
  # device_id: "__string",
591
- # key_type: "speke", # accepts speke, static-key
595
+ # key_type: "speke", # accepts speke, static-key, srt-password
592
596
  # region: "__string",
593
597
  # resource_id: "__string",
594
598
  # role_arn: "__string", # required
@@ -607,10 +611,10 @@ module Aws::MediaConnect
607
611
  # description: "__string",
608
612
  # destination: "__string",
609
613
  # encryption: {
610
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
614
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
611
615
  # constant_initialization_vector: "__string",
612
616
  # device_id: "__string",
613
- # key_type: "speke", # accepts speke, static-key
617
+ # key_type: "speke", # accepts speke, static-key, srt-password
614
618
  # region: "__string",
615
619
  # resource_id: "__string",
616
620
  # role_arn: "__string", # required
@@ -618,9 +622,10 @@ module Aws::MediaConnect
618
622
  # url: "__string",
619
623
  # },
620
624
  # max_latency: 1,
625
+ # min_latency: 1,
621
626
  # name: "__string",
622
627
  # port: 1,
623
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
628
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
624
629
  # remote_id: "__string",
625
630
  # smoothing_latency: 1,
626
631
  # stream_id: "__string",
@@ -631,10 +636,10 @@ module Aws::MediaConnect
631
636
  # ],
632
637
  # source: {
633
638
  # decryption: {
634
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
639
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
635
640
  # constant_initialization_vector: "__string",
636
641
  # device_id: "__string",
637
- # key_type: "speke", # accepts speke, static-key
642
+ # key_type: "speke", # accepts speke, static-key, srt-password
638
643
  # region: "__string",
639
644
  # resource_id: "__string",
640
645
  # role_arn: "__string", # required
@@ -646,8 +651,9 @@ module Aws::MediaConnect
646
651
  # ingest_port: 1,
647
652
  # max_bitrate: 1,
648
653
  # max_latency: 1,
654
+ # min_latency: 1,
649
655
  # name: "__string",
650
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
656
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
651
657
  # stream_id: "__string",
652
658
  # vpc_interface_name: "__string",
653
659
  # whitelist_cidr: "__string",
@@ -659,10 +665,10 @@ module Aws::MediaConnect
659
665
  # sources: [
660
666
  # {
661
667
  # decryption: {
662
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
668
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
663
669
  # constant_initialization_vector: "__string",
664
670
  # device_id: "__string",
665
- # key_type: "speke", # accepts speke, static-key
671
+ # key_type: "speke", # accepts speke, static-key, srt-password
666
672
  # region: "__string",
667
673
  # resource_id: "__string",
668
674
  # role_arn: "__string", # required
@@ -674,8 +680,9 @@ module Aws::MediaConnect
674
680
  # ingest_port: 1,
675
681
  # max_bitrate: 1,
676
682
  # max_latency: 1,
683
+ # min_latency: 1,
677
684
  # name: "__string",
678
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
685
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
679
686
  # stream_id: "__string",
680
687
  # vpc_interface_name: "__string",
681
688
  # whitelist_cidr: "__string",
@@ -702,7 +709,7 @@ module Aws::MediaConnect
702
709
  # resp.flow.entitlements[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
703
710
  # resp.flow.entitlements[0].encryption.constant_initialization_vector #=> String
704
711
  # resp.flow.entitlements[0].encryption.device_id #=> String
705
- # resp.flow.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key"
712
+ # resp.flow.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
706
713
  # resp.flow.entitlements[0].encryption.region #=> String
707
714
  # resp.flow.entitlements[0].encryption.resource_id #=> String
708
715
  # resp.flow.entitlements[0].encryption.role_arn #=> String
@@ -722,7 +729,7 @@ module Aws::MediaConnect
722
729
  # resp.flow.outputs[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
723
730
  # resp.flow.outputs[0].encryption.constant_initialization_vector #=> String
724
731
  # resp.flow.outputs[0].encryption.device_id #=> String
725
- # resp.flow.outputs[0].encryption.key_type #=> String, one of "speke", "static-key"
732
+ # resp.flow.outputs[0].encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
726
733
  # resp.flow.outputs[0].encryption.region #=> String
727
734
  # resp.flow.outputs[0].encryption.resource_id #=> String
728
735
  # resp.flow.outputs[0].encryption.role_arn #=> String
@@ -737,7 +744,8 @@ module Aws::MediaConnect
737
744
  # resp.flow.outputs[0].transport.cidr_allow_list[0] #=> String
738
745
  # resp.flow.outputs[0].transport.max_bitrate #=> Integer
739
746
  # resp.flow.outputs[0].transport.max_latency #=> Integer
740
- # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
747
+ # resp.flow.outputs[0].transport.min_latency #=> Integer
748
+ # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
741
749
  # resp.flow.outputs[0].transport.remote_id #=> String
742
750
  # resp.flow.outputs[0].transport.smoothing_latency #=> Integer
743
751
  # resp.flow.outputs[0].transport.stream_id #=> String
@@ -746,7 +754,7 @@ module Aws::MediaConnect
746
754
  # resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
747
755
  # resp.flow.source.decryption.constant_initialization_vector #=> String
748
756
  # resp.flow.source.decryption.device_id #=> String
749
- # resp.flow.source.decryption.key_type #=> String, one of "speke", "static-key"
757
+ # resp.flow.source.decryption.key_type #=> String, one of "speke", "static-key", "srt-password"
750
758
  # resp.flow.source.decryption.region #=> String
751
759
  # resp.flow.source.decryption.resource_id #=> String
752
760
  # resp.flow.source.decryption.role_arn #=> String
@@ -762,7 +770,8 @@ module Aws::MediaConnect
762
770
  # resp.flow.source.transport.cidr_allow_list[0] #=> String
763
771
  # resp.flow.source.transport.max_bitrate #=> Integer
764
772
  # resp.flow.source.transport.max_latency #=> Integer
765
- # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
773
+ # resp.flow.source.transport.min_latency #=> Integer
774
+ # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
766
775
  # resp.flow.source.transport.remote_id #=> String
767
776
  # resp.flow.source.transport.smoothing_latency #=> Integer
768
777
  # resp.flow.source.transport.stream_id #=> String
@@ -775,7 +784,7 @@ module Aws::MediaConnect
775
784
  # resp.flow.sources[0].decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
776
785
  # resp.flow.sources[0].decryption.constant_initialization_vector #=> String
777
786
  # resp.flow.sources[0].decryption.device_id #=> String
778
- # resp.flow.sources[0].decryption.key_type #=> String, one of "speke", "static-key"
787
+ # resp.flow.sources[0].decryption.key_type #=> String, one of "speke", "static-key", "srt-password"
779
788
  # resp.flow.sources[0].decryption.region #=> String
780
789
  # resp.flow.sources[0].decryption.resource_id #=> String
781
790
  # resp.flow.sources[0].decryption.role_arn #=> String
@@ -791,7 +800,8 @@ module Aws::MediaConnect
791
800
  # resp.flow.sources[0].transport.cidr_allow_list[0] #=> String
792
801
  # resp.flow.sources[0].transport.max_bitrate #=> Integer
793
802
  # resp.flow.sources[0].transport.max_latency #=> Integer
794
- # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
803
+ # resp.flow.sources[0].transport.min_latency #=> Integer
804
+ # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
795
805
  # resp.flow.sources[0].transport.remote_id #=> String
796
806
  # resp.flow.sources[0].transport.smoothing_latency #=> Integer
797
807
  # resp.flow.sources[0].transport.stream_id #=> String
@@ -873,7 +883,7 @@ module Aws::MediaConnect
873
883
  # resp.flow.entitlements[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
874
884
  # resp.flow.entitlements[0].encryption.constant_initialization_vector #=> String
875
885
  # resp.flow.entitlements[0].encryption.device_id #=> String
876
- # resp.flow.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key"
886
+ # resp.flow.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
877
887
  # resp.flow.entitlements[0].encryption.region #=> String
878
888
  # resp.flow.entitlements[0].encryption.resource_id #=> String
879
889
  # resp.flow.entitlements[0].encryption.role_arn #=> String
@@ -893,7 +903,7 @@ module Aws::MediaConnect
893
903
  # resp.flow.outputs[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
894
904
  # resp.flow.outputs[0].encryption.constant_initialization_vector #=> String
895
905
  # resp.flow.outputs[0].encryption.device_id #=> String
896
- # resp.flow.outputs[0].encryption.key_type #=> String, one of "speke", "static-key"
906
+ # resp.flow.outputs[0].encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
897
907
  # resp.flow.outputs[0].encryption.region #=> String
898
908
  # resp.flow.outputs[0].encryption.resource_id #=> String
899
909
  # resp.flow.outputs[0].encryption.role_arn #=> String
@@ -908,7 +918,8 @@ module Aws::MediaConnect
908
918
  # resp.flow.outputs[0].transport.cidr_allow_list[0] #=> String
909
919
  # resp.flow.outputs[0].transport.max_bitrate #=> Integer
910
920
  # resp.flow.outputs[0].transport.max_latency #=> Integer
911
- # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
921
+ # resp.flow.outputs[0].transport.min_latency #=> Integer
922
+ # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
912
923
  # resp.flow.outputs[0].transport.remote_id #=> String
913
924
  # resp.flow.outputs[0].transport.smoothing_latency #=> Integer
914
925
  # resp.flow.outputs[0].transport.stream_id #=> String
@@ -917,7 +928,7 @@ module Aws::MediaConnect
917
928
  # resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
918
929
  # resp.flow.source.decryption.constant_initialization_vector #=> String
919
930
  # resp.flow.source.decryption.device_id #=> String
920
- # resp.flow.source.decryption.key_type #=> String, one of "speke", "static-key"
931
+ # resp.flow.source.decryption.key_type #=> String, one of "speke", "static-key", "srt-password"
921
932
  # resp.flow.source.decryption.region #=> String
922
933
  # resp.flow.source.decryption.resource_id #=> String
923
934
  # resp.flow.source.decryption.role_arn #=> String
@@ -933,7 +944,8 @@ module Aws::MediaConnect
933
944
  # resp.flow.source.transport.cidr_allow_list[0] #=> String
934
945
  # resp.flow.source.transport.max_bitrate #=> Integer
935
946
  # resp.flow.source.transport.max_latency #=> Integer
936
- # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
947
+ # resp.flow.source.transport.min_latency #=> Integer
948
+ # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
937
949
  # resp.flow.source.transport.remote_id #=> String
938
950
  # resp.flow.source.transport.smoothing_latency #=> Integer
939
951
  # resp.flow.source.transport.stream_id #=> String
@@ -946,7 +958,7 @@ module Aws::MediaConnect
946
958
  # resp.flow.sources[0].decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
947
959
  # resp.flow.sources[0].decryption.constant_initialization_vector #=> String
948
960
  # resp.flow.sources[0].decryption.device_id #=> String
949
- # resp.flow.sources[0].decryption.key_type #=> String, one of "speke", "static-key"
961
+ # resp.flow.sources[0].decryption.key_type #=> String, one of "speke", "static-key", "srt-password"
950
962
  # resp.flow.sources[0].decryption.region #=> String
951
963
  # resp.flow.sources[0].decryption.resource_id #=> String
952
964
  # resp.flow.sources[0].decryption.role_arn #=> String
@@ -962,7 +974,8 @@ module Aws::MediaConnect
962
974
  # resp.flow.sources[0].transport.cidr_allow_list[0] #=> String
963
975
  # resp.flow.sources[0].transport.max_bitrate #=> Integer
964
976
  # resp.flow.sources[0].transport.max_latency #=> Integer
965
- # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
977
+ # resp.flow.sources[0].transport.min_latency #=> Integer
978
+ # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
966
979
  # resp.flow.sources[0].transport.remote_id #=> String
967
980
  # resp.flow.sources[0].transport.smoothing_latency #=> Integer
968
981
  # resp.flow.sources[0].transport.stream_id #=> String
@@ -989,6 +1002,86 @@ module Aws::MediaConnect
989
1002
  req.send_request(options)
990
1003
  end
991
1004
 
1005
+ # Displays the details of an offering. The response includes the
1006
+ # offering description, duration, outbound bandwidth, price, and Amazon
1007
+ # Resource Name (ARN).
1008
+ #
1009
+ # @option params [required, String] :offering_arn
1010
+ #
1011
+ # @return [Types::DescribeOfferingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1012
+ #
1013
+ # * {Types::DescribeOfferingResponse#offering #offering} => Types::Offering
1014
+ #
1015
+ # @example Request syntax with placeholder values
1016
+ #
1017
+ # resp = client.describe_offering({
1018
+ # offering_arn: "__string", # required
1019
+ # })
1020
+ #
1021
+ # @example Response structure
1022
+ #
1023
+ # resp.offering.currency_code #=> String
1024
+ # resp.offering.duration #=> Integer
1025
+ # resp.offering.duration_units #=> String, one of "MONTHS"
1026
+ # resp.offering.offering_arn #=> String
1027
+ # resp.offering.offering_description #=> String
1028
+ # resp.offering.price_per_unit #=> String
1029
+ # resp.offering.price_units #=> String, one of "HOURLY"
1030
+ # resp.offering.resource_specification.reserved_bitrate #=> Integer
1031
+ # resp.offering.resource_specification.resource_type #=> String, one of "Mbps_Outbound_Bandwidth"
1032
+ #
1033
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/DescribeOffering AWS API Documentation
1034
+ #
1035
+ # @overload describe_offering(params = {})
1036
+ # @param [Hash] params ({})
1037
+ def describe_offering(params = {}, options = {})
1038
+ req = build_request(:describe_offering, params)
1039
+ req.send_request(options)
1040
+ end
1041
+
1042
+ # Displays the details of a reservation. The response includes the
1043
+ # reservation name, state, start date and time, and the details of the
1044
+ # offering that make up the rest of the reservation (such as price,
1045
+ # duration, and outbound bandwidth).
1046
+ #
1047
+ # @option params [required, String] :reservation_arn
1048
+ #
1049
+ # @return [Types::DescribeReservationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1050
+ #
1051
+ # * {Types::DescribeReservationResponse#reservation #reservation} => Types::Reservation
1052
+ #
1053
+ # @example Request syntax with placeholder values
1054
+ #
1055
+ # resp = client.describe_reservation({
1056
+ # reservation_arn: "__string", # required
1057
+ # })
1058
+ #
1059
+ # @example Response structure
1060
+ #
1061
+ # resp.reservation.currency_code #=> String
1062
+ # resp.reservation.duration #=> Integer
1063
+ # resp.reservation.duration_units #=> String, one of "MONTHS"
1064
+ # resp.reservation.end #=> String
1065
+ # resp.reservation.offering_arn #=> String
1066
+ # resp.reservation.offering_description #=> String
1067
+ # resp.reservation.price_per_unit #=> String
1068
+ # resp.reservation.price_units #=> String, one of "HOURLY"
1069
+ # resp.reservation.reservation_arn #=> String
1070
+ # resp.reservation.reservation_name #=> String
1071
+ # resp.reservation.reservation_state #=> String, one of "ACTIVE", "EXPIRED", "PROCESSING", "CANCELED"
1072
+ # resp.reservation.resource_specification.reserved_bitrate #=> Integer
1073
+ # resp.reservation.resource_specification.resource_type #=> String, one of "Mbps_Outbound_Bandwidth"
1074
+ # resp.reservation.start #=> String
1075
+ #
1076
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/DescribeReservation AWS API Documentation
1077
+ #
1078
+ # @overload describe_reservation(params = {})
1079
+ # @param [Hash] params ({})
1080
+ def describe_reservation(params = {}, options = {})
1081
+ req = build_request(:describe_reservation, params)
1082
+ req.send_request(options)
1083
+ end
1084
+
992
1085
  # Grants entitlements to an existing flow.
993
1086
  #
994
1087
  # @option params [required, Array<Types::GrantEntitlementRequest>] :entitlements
@@ -1009,10 +1102,10 @@ module Aws::MediaConnect
1009
1102
  # data_transfer_subscriber_fee_percent: 1,
1010
1103
  # description: "__string",
1011
1104
  # encryption: {
1012
- # algorithm: "aes128", # required, accepts aes128, aes192, aes256
1105
+ # algorithm: "aes128", # accepts aes128, aes192, aes256
1013
1106
  # constant_initialization_vector: "__string",
1014
1107
  # device_id: "__string",
1015
- # key_type: "speke", # accepts speke, static-key
1108
+ # key_type: "speke", # accepts speke, static-key, srt-password
1016
1109
  # region: "__string",
1017
1110
  # resource_id: "__string",
1018
1111
  # role_arn: "__string", # required
@@ -1035,7 +1128,7 @@ module Aws::MediaConnect
1035
1128
  # resp.entitlements[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1036
1129
  # resp.entitlements[0].encryption.constant_initialization_vector #=> String
1037
1130
  # resp.entitlements[0].encryption.device_id #=> String
1038
- # resp.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key"
1131
+ # resp.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
1039
1132
  # resp.entitlements[0].encryption.region #=> String
1040
1133
  # resp.entitlements[0].encryption.resource_id #=> String
1041
1134
  # resp.entitlements[0].encryption.role_arn #=> String
@@ -1136,6 +1229,102 @@ module Aws::MediaConnect
1136
1229
  req.send_request(options)
1137
1230
  end
1138
1231
 
1232
+ # Displays a list of all offerings that are available to this account in
1233
+ # the current AWS Region. If you have an active reservation (which means
1234
+ # you've purchased an offering that has already started and hasn't
1235
+ # expired yet), your account isn't eligible for other offerings.
1236
+ #
1237
+ # @option params [Integer] :max_results
1238
+ #
1239
+ # @option params [String] :next_token
1240
+ #
1241
+ # @return [Types::ListOfferingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1242
+ #
1243
+ # * {Types::ListOfferingsResponse#next_token #next_token} => String
1244
+ # * {Types::ListOfferingsResponse#offerings #offerings} => Array&lt;Types::Offering&gt;
1245
+ #
1246
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1247
+ #
1248
+ # @example Request syntax with placeholder values
1249
+ #
1250
+ # resp = client.list_offerings({
1251
+ # max_results: 1,
1252
+ # next_token: "__string",
1253
+ # })
1254
+ #
1255
+ # @example Response structure
1256
+ #
1257
+ # resp.next_token #=> String
1258
+ # resp.offerings #=> Array
1259
+ # resp.offerings[0].currency_code #=> String
1260
+ # resp.offerings[0].duration #=> Integer
1261
+ # resp.offerings[0].duration_units #=> String, one of "MONTHS"
1262
+ # resp.offerings[0].offering_arn #=> String
1263
+ # resp.offerings[0].offering_description #=> String
1264
+ # resp.offerings[0].price_per_unit #=> String
1265
+ # resp.offerings[0].price_units #=> String, one of "HOURLY"
1266
+ # resp.offerings[0].resource_specification.reserved_bitrate #=> Integer
1267
+ # resp.offerings[0].resource_specification.resource_type #=> String, one of "Mbps_Outbound_Bandwidth"
1268
+ #
1269
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/ListOfferings AWS API Documentation
1270
+ #
1271
+ # @overload list_offerings(params = {})
1272
+ # @param [Hash] params ({})
1273
+ def list_offerings(params = {}, options = {})
1274
+ req = build_request(:list_offerings, params)
1275
+ req.send_request(options)
1276
+ end
1277
+
1278
+ # Displays a list of all reservations that have been purchased by this
1279
+ # account in the current AWS Region. This list includes all reservations
1280
+ # in all states (such as active and expired).
1281
+ #
1282
+ # @option params [Integer] :max_results
1283
+ #
1284
+ # @option params [String] :next_token
1285
+ #
1286
+ # @return [Types::ListReservationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1287
+ #
1288
+ # * {Types::ListReservationsResponse#next_token #next_token} => String
1289
+ # * {Types::ListReservationsResponse#reservations #reservations} => Array&lt;Types::Reservation&gt;
1290
+ #
1291
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1292
+ #
1293
+ # @example Request syntax with placeholder values
1294
+ #
1295
+ # resp = client.list_reservations({
1296
+ # max_results: 1,
1297
+ # next_token: "__string",
1298
+ # })
1299
+ #
1300
+ # @example Response structure
1301
+ #
1302
+ # resp.next_token #=> String
1303
+ # resp.reservations #=> Array
1304
+ # resp.reservations[0].currency_code #=> String
1305
+ # resp.reservations[0].duration #=> Integer
1306
+ # resp.reservations[0].duration_units #=> String, one of "MONTHS"
1307
+ # resp.reservations[0].end #=> String
1308
+ # resp.reservations[0].offering_arn #=> String
1309
+ # resp.reservations[0].offering_description #=> String
1310
+ # resp.reservations[0].price_per_unit #=> String
1311
+ # resp.reservations[0].price_units #=> String, one of "HOURLY"
1312
+ # resp.reservations[0].reservation_arn #=> String
1313
+ # resp.reservations[0].reservation_name #=> String
1314
+ # resp.reservations[0].reservation_state #=> String, one of "ACTIVE", "EXPIRED", "PROCESSING", "CANCELED"
1315
+ # resp.reservations[0].resource_specification.reserved_bitrate #=> Integer
1316
+ # resp.reservations[0].resource_specification.resource_type #=> String, one of "Mbps_Outbound_Bandwidth"
1317
+ # resp.reservations[0].start #=> String
1318
+ #
1319
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/ListReservations AWS API Documentation
1320
+ #
1321
+ # @overload list_reservations(params = {})
1322
+ # @param [Hash] params ({})
1323
+ def list_reservations(params = {}, options = {})
1324
+ req = build_request(:list_reservations, params)
1325
+ req.send_request(options)
1326
+ end
1327
+
1139
1328
  # List all tags on an AWS Elemental MediaConnect resource
1140
1329
  #
1141
1330
  # @option params [required, String] :resource_arn
@@ -1164,6 +1353,61 @@ module Aws::MediaConnect
1164
1353
  req.send_request(options)
1165
1354
  end
1166
1355
 
1356
+ # Submits a request to purchase an offering. If you already have an
1357
+ # active reservation, you can't purchase another offering.
1358
+ #
1359
+ # @option params [required, String] :offering_arn
1360
+ #
1361
+ # @option params [required, String] :reservation_name
1362
+ # The name that you want to use for the reservation.
1363
+ #
1364
+ # @option params [required, String] :start
1365
+ # The date and time that you want the reservation to begin, in
1366
+ # Coordinated Universal Time (UTC). You can specify any date and time
1367
+ # between 12:00am on the first day of the current month to the current
1368
+ # time on today's date, inclusive. Specify the start in a 24-hour
1369
+ # notation. Use the following format: YYYY-MM-DDTHH:mm:SSZ, where T and
1370
+ # Z are literal characters. For example, to specify 11:30pm on March 5,
1371
+ # 2020, enter 2020-03-05T23:30:00Z.
1372
+ #
1373
+ # @return [Types::PurchaseOfferingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1374
+ #
1375
+ # * {Types::PurchaseOfferingResponse#reservation #reservation} => Types::Reservation
1376
+ #
1377
+ # @example Request syntax with placeholder values
1378
+ #
1379
+ # resp = client.purchase_offering({
1380
+ # offering_arn: "__string", # required
1381
+ # reservation_name: "__string", # required
1382
+ # start: "__string", # required
1383
+ # })
1384
+ #
1385
+ # @example Response structure
1386
+ #
1387
+ # resp.reservation.currency_code #=> String
1388
+ # resp.reservation.duration #=> Integer
1389
+ # resp.reservation.duration_units #=> String, one of "MONTHS"
1390
+ # resp.reservation.end #=> String
1391
+ # resp.reservation.offering_arn #=> String
1392
+ # resp.reservation.offering_description #=> String
1393
+ # resp.reservation.price_per_unit #=> String
1394
+ # resp.reservation.price_units #=> String, one of "HOURLY"
1395
+ # resp.reservation.reservation_arn #=> String
1396
+ # resp.reservation.reservation_name #=> String
1397
+ # resp.reservation.reservation_state #=> String, one of "ACTIVE", "EXPIRED", "PROCESSING", "CANCELED"
1398
+ # resp.reservation.resource_specification.reserved_bitrate #=> Integer
1399
+ # resp.reservation.resource_specification.resource_type #=> String, one of "Mbps_Outbound_Bandwidth"
1400
+ # resp.reservation.start #=> String
1401
+ #
1402
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/PurchaseOffering AWS API Documentation
1403
+ #
1404
+ # @overload purchase_offering(params = {})
1405
+ # @param [Hash] params ({})
1406
+ def purchase_offering(params = {}, options = {})
1407
+ req = build_request(:purchase_offering, params)
1408
+ req.send_request(options)
1409
+ end
1410
+
1167
1411
  # Removes an output from an existing flow. This request can be made only
1168
1412
  # on an output that does not have an entitlement associated with it. If
1169
1413
  # the output has an entitlement, you must revoke the entitlement
@@ -1452,7 +1696,7 @@ module Aws::MediaConnect
1452
1696
  # resp.flow.entitlements[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1453
1697
  # resp.flow.entitlements[0].encryption.constant_initialization_vector #=> String
1454
1698
  # resp.flow.entitlements[0].encryption.device_id #=> String
1455
- # resp.flow.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key"
1699
+ # resp.flow.entitlements[0].encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
1456
1700
  # resp.flow.entitlements[0].encryption.region #=> String
1457
1701
  # resp.flow.entitlements[0].encryption.resource_id #=> String
1458
1702
  # resp.flow.entitlements[0].encryption.role_arn #=> String
@@ -1472,7 +1716,7 @@ module Aws::MediaConnect
1472
1716
  # resp.flow.outputs[0].encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1473
1717
  # resp.flow.outputs[0].encryption.constant_initialization_vector #=> String
1474
1718
  # resp.flow.outputs[0].encryption.device_id #=> String
1475
- # resp.flow.outputs[0].encryption.key_type #=> String, one of "speke", "static-key"
1719
+ # resp.flow.outputs[0].encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
1476
1720
  # resp.flow.outputs[0].encryption.region #=> String
1477
1721
  # resp.flow.outputs[0].encryption.resource_id #=> String
1478
1722
  # resp.flow.outputs[0].encryption.role_arn #=> String
@@ -1487,7 +1731,8 @@ module Aws::MediaConnect
1487
1731
  # resp.flow.outputs[0].transport.cidr_allow_list[0] #=> String
1488
1732
  # resp.flow.outputs[0].transport.max_bitrate #=> Integer
1489
1733
  # resp.flow.outputs[0].transport.max_latency #=> Integer
1490
- # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
1734
+ # resp.flow.outputs[0].transport.min_latency #=> Integer
1735
+ # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
1491
1736
  # resp.flow.outputs[0].transport.remote_id #=> String
1492
1737
  # resp.flow.outputs[0].transport.smoothing_latency #=> Integer
1493
1738
  # resp.flow.outputs[0].transport.stream_id #=> String
@@ -1496,7 +1741,7 @@ module Aws::MediaConnect
1496
1741
  # resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1497
1742
  # resp.flow.source.decryption.constant_initialization_vector #=> String
1498
1743
  # resp.flow.source.decryption.device_id #=> String
1499
- # resp.flow.source.decryption.key_type #=> String, one of "speke", "static-key"
1744
+ # resp.flow.source.decryption.key_type #=> String, one of "speke", "static-key", "srt-password"
1500
1745
  # resp.flow.source.decryption.region #=> String
1501
1746
  # resp.flow.source.decryption.resource_id #=> String
1502
1747
  # resp.flow.source.decryption.role_arn #=> String
@@ -1512,7 +1757,8 @@ module Aws::MediaConnect
1512
1757
  # resp.flow.source.transport.cidr_allow_list[0] #=> String
1513
1758
  # resp.flow.source.transport.max_bitrate #=> Integer
1514
1759
  # resp.flow.source.transport.max_latency #=> Integer
1515
- # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
1760
+ # resp.flow.source.transport.min_latency #=> Integer
1761
+ # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
1516
1762
  # resp.flow.source.transport.remote_id #=> String
1517
1763
  # resp.flow.source.transport.smoothing_latency #=> Integer
1518
1764
  # resp.flow.source.transport.stream_id #=> String
@@ -1525,7 +1771,7 @@ module Aws::MediaConnect
1525
1771
  # resp.flow.sources[0].decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1526
1772
  # resp.flow.sources[0].decryption.constant_initialization_vector #=> String
1527
1773
  # resp.flow.sources[0].decryption.device_id #=> String
1528
- # resp.flow.sources[0].decryption.key_type #=> String, one of "speke", "static-key"
1774
+ # resp.flow.sources[0].decryption.key_type #=> String, one of "speke", "static-key", "srt-password"
1529
1775
  # resp.flow.sources[0].decryption.region #=> String
1530
1776
  # resp.flow.sources[0].decryption.resource_id #=> String
1531
1777
  # resp.flow.sources[0].decryption.role_arn #=> String
@@ -1541,7 +1787,8 @@ module Aws::MediaConnect
1541
1787
  # resp.flow.sources[0].transport.cidr_allow_list[0] #=> String
1542
1788
  # resp.flow.sources[0].transport.max_bitrate #=> Integer
1543
1789
  # resp.flow.sources[0].transport.max_latency #=> Integer
1544
- # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
1790
+ # resp.flow.sources[0].transport.min_latency #=> Integer
1791
+ # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
1545
1792
  # resp.flow.sources[0].transport.remote_id #=> String
1546
1793
  # resp.flow.sources[0].transport.smoothing_latency #=> Integer
1547
1794
  # resp.flow.sources[0].transport.stream_id #=> String
@@ -1607,7 +1854,7 @@ module Aws::MediaConnect
1607
1854
  # algorithm: "aes128", # accepts aes128, aes192, aes256
1608
1855
  # constant_initialization_vector: "__string",
1609
1856
  # device_id: "__string",
1610
- # key_type: "speke", # accepts speke, static-key
1857
+ # key_type: "speke", # accepts speke, static-key, srt-password
1611
1858
  # region: "__string",
1612
1859
  # resource_id: "__string",
1613
1860
  # role_arn: "__string",
@@ -1627,7 +1874,7 @@ module Aws::MediaConnect
1627
1874
  # resp.entitlement.encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1628
1875
  # resp.entitlement.encryption.constant_initialization_vector #=> String
1629
1876
  # resp.entitlement.encryption.device_id #=> String
1630
- # resp.entitlement.encryption.key_type #=> String, one of "speke", "static-key"
1877
+ # resp.entitlement.encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
1631
1878
  # resp.entitlement.encryption.region #=> String
1632
1879
  # resp.entitlement.encryption.resource_id #=> String
1633
1880
  # resp.entitlement.encryption.role_arn #=> String
@@ -1672,6 +1919,14 @@ module Aws::MediaConnect
1672
1919
  # @option params [Integer] :max_latency
1673
1920
  # The maximum latency in milliseconds for Zixi-based streams.
1674
1921
  #
1922
+ # @option params [Integer] :min_latency
1923
+ # The minimum latency in milliseconds for SRT-based streams. In streams
1924
+ # that use the SRT protocol, this value that you set on your
1925
+ # MediaConnect source or output represents the minimal potential latency
1926
+ # of that connection. The latency of the stream is set to the highest
1927
+ # number between the sender’s minimum latency and the receiver’s minimum
1928
+ # latency.
1929
+ #
1675
1930
  # @option params [required, String] :output_arn
1676
1931
  #
1677
1932
  # @option params [Integer] :port
@@ -1709,7 +1964,7 @@ module Aws::MediaConnect
1709
1964
  # algorithm: "aes128", # accepts aes128, aes192, aes256
1710
1965
  # constant_initialization_vector: "__string",
1711
1966
  # device_id: "__string",
1712
- # key_type: "speke", # accepts speke, static-key
1967
+ # key_type: "speke", # accepts speke, static-key, srt-password
1713
1968
  # region: "__string",
1714
1969
  # resource_id: "__string",
1715
1970
  # role_arn: "__string",
@@ -1718,9 +1973,10 @@ module Aws::MediaConnect
1718
1973
  # },
1719
1974
  # flow_arn: "__string", # required
1720
1975
  # max_latency: 1,
1976
+ # min_latency: 1,
1721
1977
  # output_arn: "__string", # required
1722
1978
  # port: 1,
1723
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
1979
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
1724
1980
  # remote_id: "__string",
1725
1981
  # smoothing_latency: 1,
1726
1982
  # stream_id: "__string",
@@ -1738,7 +1994,7 @@ module Aws::MediaConnect
1738
1994
  # resp.output.encryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1739
1995
  # resp.output.encryption.constant_initialization_vector #=> String
1740
1996
  # resp.output.encryption.device_id #=> String
1741
- # resp.output.encryption.key_type #=> String, one of "speke", "static-key"
1997
+ # resp.output.encryption.key_type #=> String, one of "speke", "static-key", "srt-password"
1742
1998
  # resp.output.encryption.region #=> String
1743
1999
  # resp.output.encryption.resource_id #=> String
1744
2000
  # resp.output.encryption.role_arn #=> String
@@ -1753,7 +2009,8 @@ module Aws::MediaConnect
1753
2009
  # resp.output.transport.cidr_allow_list[0] #=> String
1754
2010
  # resp.output.transport.max_bitrate #=> Integer
1755
2011
  # resp.output.transport.max_latency #=> Integer
1756
- # resp.output.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
2012
+ # resp.output.transport.min_latency #=> Integer
2013
+ # resp.output.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
1757
2014
  # resp.output.transport.remote_id #=> String
1758
2015
  # resp.output.transport.smoothing_latency #=> Integer
1759
2016
  # resp.output.transport.stream_id #=> String
@@ -1794,6 +2051,14 @@ module Aws::MediaConnect
1794
2051
  # The maximum latency in milliseconds. This parameter applies only to
1795
2052
  # RIST-based and Zixi-based streams.
1796
2053
  #
2054
+ # @option params [Integer] :min_latency
2055
+ # The minimum latency in milliseconds for SRT-based streams. In streams
2056
+ # that use the SRT protocol, this value that you set on your
2057
+ # MediaConnect source or output represents the minimal potential latency
2058
+ # of that connection. The latency of the stream is set to the highest
2059
+ # number between the sender’s minimum latency and the receiver’s minimum
2060
+ # latency.
2061
+ #
1797
2062
  # @option params [String] :protocol
1798
2063
  # The protocol that is used by the source.
1799
2064
  #
@@ -1823,7 +2088,7 @@ module Aws::MediaConnect
1823
2088
  # algorithm: "aes128", # accepts aes128, aes192, aes256
1824
2089
  # constant_initialization_vector: "__string",
1825
2090
  # device_id: "__string",
1826
- # key_type: "speke", # accepts speke, static-key
2091
+ # key_type: "speke", # accepts speke, static-key, srt-password
1827
2092
  # region: "__string",
1828
2093
  # resource_id: "__string",
1829
2094
  # role_arn: "__string",
@@ -1836,7 +2101,8 @@ module Aws::MediaConnect
1836
2101
  # ingest_port: 1,
1837
2102
  # max_bitrate: 1,
1838
2103
  # max_latency: 1,
1839
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist
2104
+ # min_latency: 1,
2105
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, srt-listener
1840
2106
  # source_arn: "__string", # required
1841
2107
  # stream_id: "__string",
1842
2108
  # vpc_interface_name: "__string",
@@ -1850,7 +2116,7 @@ module Aws::MediaConnect
1850
2116
  # resp.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1851
2117
  # resp.source.decryption.constant_initialization_vector #=> String
1852
2118
  # resp.source.decryption.device_id #=> String
1853
- # resp.source.decryption.key_type #=> String, one of "speke", "static-key"
2119
+ # resp.source.decryption.key_type #=> String, one of "speke", "static-key", "srt-password"
1854
2120
  # resp.source.decryption.region #=> String
1855
2121
  # resp.source.decryption.resource_id #=> String
1856
2122
  # resp.source.decryption.role_arn #=> String
@@ -1866,7 +2132,8 @@ module Aws::MediaConnect
1866
2132
  # resp.source.transport.cidr_allow_list[0] #=> String
1867
2133
  # resp.source.transport.max_bitrate #=> Integer
1868
2134
  # resp.source.transport.max_latency #=> Integer
1869
- # resp.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist"
2135
+ # resp.source.transport.min_latency #=> Integer
2136
+ # resp.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "srt-listener"
1870
2137
  # resp.source.transport.remote_id #=> String
1871
2138
  # resp.source.transport.smoothing_latency #=> Integer
1872
2139
  # resp.source.transport.stream_id #=> String
@@ -1895,7 +2162,7 @@ module Aws::MediaConnect
1895
2162
  params: params,
1896
2163
  config: config)
1897
2164
  context[:gem_name] = 'aws-sdk-mediaconnect'
1898
- context[:gem_version] = '1.26.0'
2165
+ context[:gem_version] = '1.31.0'
1899
2166
  Seahorse::Client::Request.new(handlers, context)
1900
2167
  end
1901
2168