aws-sdk-kinesisvideoarchivedmedia 1.30.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: a1e55c43b76ea7a86329e2b3e1853b0f80181c7cf75029190b89a6fcc321550a
4
- data.tar.gz: ee1d5d3149dc41c9b5dc22a309c1585f83daa35a77e5e89c8eb9dc619e6f3ab4
3
+ metadata.gz: fdfab42497c4223625fc18618af56cbe92186f3b99ade44d86eed8e41ab6a94a
4
+ data.tar.gz: 4f70f2346ae3ab0ce1b51ea611acc7dc45a0c9fa38066de62512a3e36ee7f2d1
5
5
  SHA512:
6
- metadata.gz: e4ed5fb67bf7372e988daa96c39640c05cf7047dbc6730802663dbc48c52b79cdd364dc0a99ced4de8c346efd8f358ff34f56c9a114c299323a113eb9137219a
7
- data.tar.gz: 4639b52c0185708a74d283f30b4db7135a4565393ea555f624170d5cdce2165192477e5863f0abc8d6ec76e552963e2f6c6a1e0c9002b956ec3b07d3e80b9a3e
6
+ metadata.gz: 0ff2d58f6fdadb2c1621830c4aba4fe6730bbc34d44564ea4d01a8dd7d5ac1bc91fd00d96f5a5daa4c3ddfe7367e884ff57a72a886e802013232937c6cfb0ea0
7
+ data.tar.gz: 81c5597e4182f2808526ba44c5c9d6fc1ba22101d83ff72fa3c75fab7e7746be0559b949664abf566d0ecabb2bb66e9122becf6c6bd18079d064eb77b60f5ccf
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-kinesisvideoarchivedmedia/customizations'
48
48
  # @!group service
49
49
  module Aws::KinesisVideoArchivedMedia
50
50
 
51
- GEM_VERSION = '1.30.0'
51
+ GEM_VERSION = '1.31.0'
52
52
 
53
53
  end
@@ -334,7 +334,7 @@ module Aws::KinesisVideoArchivedMedia
334
334
  # must specify either the StreamName or the StreamARN when invoking this
335
335
  # API operation.
336
336
  #
337
- # As a prerequsite to using GetCLip API, you must obtain an endpoint
337
+ # As a prerequisite to using GetCLip API, you must obtain an endpoint
338
338
  # using `GetDataEndpoint`, specifying GET\_CLIP for` the APIName
339
339
  # parameter. </p> An Amazon Kinesis video stream has the following
340
340
  # requirements for providing data through MP4: The media must contain
@@ -1211,8 +1211,14 @@ module Aws::KinesisVideoArchivedMedia
1211
1211
  # [1]: https://docs.aws.amazon.com/cli/latest/reference/
1212
1212
  # [2]: https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/CommonErrors.html
1213
1213
  #
1214
- # @option params [required, String] :stream_name
1215
- # The name of the stream from which to retrieve fragment media.
1214
+ # @option params [String] :stream_name
1215
+ # The name of the stream from which to retrieve fragment media. Specify
1216
+ # either this parameter or the `StreamARN` parameter.
1217
+ #
1218
+ # @option params [String] :stream_arn
1219
+ # The Amazon Resource Name (ARN) of the stream from which to retrieve
1220
+ # fragment media. Specify either this parameter or the `StreamName`
1221
+ # parameter.
1216
1222
  #
1217
1223
  # @option params [required, Array<String>] :fragments
1218
1224
  # A list of the numbers of fragments for which to retrieve media. You
@@ -1226,7 +1232,8 @@ module Aws::KinesisVideoArchivedMedia
1226
1232
  # @example Request syntax with placeholder values
1227
1233
  #
1228
1234
  # resp = client.get_media_for_fragment_list({
1229
- # stream_name: "StreamName", # required
1235
+ # stream_name: "StreamName",
1236
+ # stream_arn: "ResourceARN",
1230
1237
  # fragments: ["FragmentNumberString"], # required
1231
1238
  # })
1232
1239
  #
@@ -1285,8 +1292,14 @@ module Aws::KinesisVideoArchivedMedia
1285
1292
  # [1]: https://docs.aws.amazon.com/cli/latest/reference/
1286
1293
  # [2]: https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/CommonErrors.html
1287
1294
  #
1288
- # @option params [required, String] :stream_name
1289
- # The name of the stream from which to retrieve a fragment list.
1295
+ # @option params [String] :stream_name
1296
+ # The name of the stream from which to retrieve a fragment list. Specify
1297
+ # either this parameter or the `StreamARN` parameter.
1298
+ #
1299
+ # @option params [String] :stream_arn
1300
+ # The Amazon Resource Name (ARN) of the stream from which to retrieve a
1301
+ # fragment list. Specify either this parameter or the `StreamName`
1302
+ # parameter.
1290
1303
  #
1291
1304
  # @option params [Integer] :max_results
1292
1305
  # The total number of fragments to return. If the total number of
@@ -1312,7 +1325,8 @@ module Aws::KinesisVideoArchivedMedia
1312
1325
  # @example Request syntax with placeholder values
1313
1326
  #
1314
1327
  # resp = client.list_fragments({
1315
- # stream_name: "StreamName", # required
1328
+ # stream_name: "StreamName",
1329
+ # stream_arn: "ResourceARN",
1316
1330
  # max_results: 1,
1317
1331
  # next_token: "NextToken",
1318
1332
  # fragment_selector: {
@@ -1356,7 +1370,7 @@ module Aws::KinesisVideoArchivedMedia
1356
1370
  params: params,
1357
1371
  config: config)
1358
1372
  context[:gem_name] = 'aws-sdk-kinesisvideoarchivedmedia'
1359
- context[:gem_version] = '1.30.0'
1373
+ context[:gem_version] = '1.31.0'
1360
1374
  Seahorse::Client::Request.new(handlers, context)
1361
1375
  end
1362
1376
 
@@ -140,7 +140,8 @@ module Aws::KinesisVideoArchivedMedia
140
140
  GetHLSStreamingSessionURLOutput.add_member(:hls_streaming_session_url, Shapes::ShapeRef.new(shape: HLSStreamingSessionURL, location_name: "HLSStreamingSessionURL"))
141
141
  GetHLSStreamingSessionURLOutput.struct_class = Types::GetHLSStreamingSessionURLOutput
142
142
 
143
- GetMediaForFragmentListInput.add_member(:stream_name, Shapes::ShapeRef.new(shape: StreamName, required: true, location_name: "StreamName"))
143
+ GetMediaForFragmentListInput.add_member(:stream_name, Shapes::ShapeRef.new(shape: StreamName, location_name: "StreamName"))
144
+ GetMediaForFragmentListInput.add_member(:stream_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "StreamARN"))
144
145
  GetMediaForFragmentListInput.add_member(:fragments, Shapes::ShapeRef.new(shape: FragmentNumberList, required: true, location_name: "Fragments"))
145
146
  GetMediaForFragmentListInput.struct_class = Types::GetMediaForFragmentListInput
146
147
 
@@ -167,7 +168,8 @@ module Aws::KinesisVideoArchivedMedia
167
168
  InvalidMediaFrameException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
168
169
  InvalidMediaFrameException.struct_class = Types::InvalidMediaFrameException
169
170
 
170
- ListFragmentsInput.add_member(:stream_name, Shapes::ShapeRef.new(shape: StreamName, required: true, location_name: "StreamName"))
171
+ ListFragmentsInput.add_member(:stream_name, Shapes::ShapeRef.new(shape: StreamName, location_name: "StreamName"))
172
+ ListFragmentsInput.add_member(:stream_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "StreamARN"))
171
173
  ListFragmentsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: PageLimit, location_name: "MaxResults"))
172
174
  ListFragmentsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
173
175
  ListFragmentsInput.add_member(:fragment_selector, Shapes::ShapeRef.new(shape: FragmentSelector, location_name: "FragmentSelector"))
@@ -371,8 +371,11 @@ module Aws::KinesisVideoArchivedMedia
371
371
  # Traditional MP4 file that contains the media clip from the specified
372
372
  # video stream. The output will contain the first 100 MB or the first
373
373
  # 200 fragments from the specified start timestamp. For more
374
- # information, see [Kinesis Video Streams Limits](Kinesis Video
375
- # Streams Limits).
374
+ # information, see [Kinesis Video Streams Limits][1].
375
+ #
376
+ #
377
+ #
378
+ # [1]: https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/limits.html
376
379
  # @return [IO]
377
380
  #
378
381
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-video-archived-media-2017-09-30/GetClipOutput AWS API Documentation
@@ -830,12 +833,20 @@ module Aws::KinesisVideoArchivedMedia
830
833
  # data as a hash:
831
834
  #
832
835
  # {
833
- # stream_name: "StreamName", # required
836
+ # stream_name: "StreamName",
837
+ # stream_arn: "ResourceARN",
834
838
  # fragments: ["FragmentNumberString"], # required
835
839
  # }
836
840
  #
837
841
  # @!attribute [rw] stream_name
838
842
  # The name of the stream from which to retrieve fragment media.
843
+ # Specify either this parameter or the `StreamARN` parameter.
844
+ # @return [String]
845
+ #
846
+ # @!attribute [rw] stream_arn
847
+ # The Amazon Resource Name (ARN) of the stream from which to retrieve
848
+ # fragment media. Specify either this parameter or the `StreamName`
849
+ # parameter.
839
850
  # @return [String]
840
851
  #
841
852
  # @!attribute [rw] fragments
@@ -847,6 +858,7 @@ module Aws::KinesisVideoArchivedMedia
847
858
  #
848
859
  class GetMediaForFragmentListInput < Struct.new(
849
860
  :stream_name,
861
+ :stream_arn,
850
862
  :fragments)
851
863
  SENSITIVE = []
852
864
  include Aws::Structure
@@ -1067,7 +1079,8 @@ module Aws::KinesisVideoArchivedMedia
1067
1079
  # data as a hash:
1068
1080
  #
1069
1081
  # {
1070
- # stream_name: "StreamName", # required
1082
+ # stream_name: "StreamName",
1083
+ # stream_arn: "ResourceARN",
1071
1084
  # max_results: 1,
1072
1085
  # next_token: "NextToken",
1073
1086
  # fragment_selector: {
@@ -1081,6 +1094,13 @@ module Aws::KinesisVideoArchivedMedia
1081
1094
  #
1082
1095
  # @!attribute [rw] stream_name
1083
1096
  # The name of the stream from which to retrieve a fragment list.
1097
+ # Specify either this parameter or the `StreamARN` parameter.
1098
+ # @return [String]
1099
+ #
1100
+ # @!attribute [rw] stream_arn
1101
+ # The Amazon Resource Name (ARN) of the stream from which to retrieve
1102
+ # a fragment list. Specify either this parameter or the `StreamName`
1103
+ # parameter.
1084
1104
  # @return [String]
1085
1105
  #
1086
1106
  # @!attribute [rw] max_results
@@ -1104,6 +1124,7 @@ module Aws::KinesisVideoArchivedMedia
1104
1124
  #
1105
1125
  class ListFragmentsInput < Struct.new(
1106
1126
  :stream_name,
1127
+ :stream_arn,
1107
1128
  :max_results,
1108
1129
  :next_token,
1109
1130
  :fragment_selector)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisvideoarchivedmedia
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.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: 2021-02-02 00:00:00.000000000 Z
11
+ date: 2021-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core