aws-sdk-kinesisvideoarchivedmedia 1.50.0 → 1.52.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: 57eb99c0c8075d90b99004df39b8d4e6677d74bb790720139c9b9c542debf823
4
- data.tar.gz: 9b42eb95a4f577e6e67b88e9d93692fa788348c7394d3cee9ecab2fd9af84b77
3
+ metadata.gz: b53d21917eca8d295756648a6bff660448f5f65aac0c9b2b224e5359e1b70a48
4
+ data.tar.gz: 7927000d7452d8781e2471b79b8e4de44970994a1156cb03ad0d1437460ff637
5
5
  SHA512:
6
- metadata.gz: 27ef526c617fdf932f8efcf56748e253740421b21c35e582b21b023b5c0dba81d11b540f5f1bd264cebacc9465cb0e2486df41ed44710c05245044023571548e
7
- data.tar.gz: 4f5cb4f3028d8a1674ff0debb52b63c85ee1f8a39242ba702b8897c7e6672bc467d1a0f54f93378405149629fcb7ac48372fff47dc5d5ee2515d1ccba62744a9
6
+ metadata.gz: ff6b05e888d8a13fb2e8138f80506a648e4ff0c2367094310bcc5005671b096786c818bc738ac21f29259bb832613c63ca5d8e5fc74765934a2ce69990078de2
7
+ data.tar.gz: 85b6d38cb7d510e9008dd9fab304243200d60501de1734d94e9cee8d9ad010a3728e4a89525a19a7c8d45fe8c2cc43301eb1e5c563875315d323b8beca33b800
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2023-08-07)
5
+ ------------------
6
+
7
+ * Feature - This release enables minimum of Images SamplingInterval to be as low as 200 milliseconds in Kinesis Video Stream Image feature.
8
+
9
+ 1.51.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.50.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.52.0
@@ -216,6 +216,10 @@ module Aws::KinesisVideoArchivedMedia
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -410,8 +414,8 @@ module Aws::KinesisVideoArchivedMedia
410
414
  # the GetClip.OutgoingBytes Amazon CloudWatch metric. For information
411
415
  # about using CloudWatch to monitor Kinesis Video Streams, see
412
416
  # Monitoring Kinesis Video Streams. For pricing information, see Amazon
413
- # Kinesis Video Streams Pricing and AWS Pricing. Charges for outgoing
414
- # AWS data apply.
417
+ # Kinesis Video Streams Pricing and Amazon Web Services Pricing.
418
+ # Charges for outgoing Amazon Web Services data apply.
415
419
  # `
416
420
  #
417
421
  # @option params [String] :stream_name
@@ -507,7 +511,7 @@ module Aws::KinesisVideoArchivedMedia
507
511
  # <note markdown="1"> Don't share or store this token where an unauthorized entity can
508
512
  # access it. The token provides access to the content of the stream.
509
513
  # Safeguard the token with the same measures that you use with your
510
- # AWS credentials.
514
+ # Amazon Web Services credentials.
511
515
  #
512
516
  # </note>
513
517
  #
@@ -570,9 +574,9 @@ module Aws::KinesisVideoArchivedMedia
570
574
  # monitoring the `GetMP4MediaFragment.OutgoingBytes` Amazon CloudWatch
571
575
  # metric. For information about using CloudWatch to monitor Kinesis
572
576
  # Video Streams, see [Monitoring Kinesis Video Streams][8]. For pricing
573
- # information, see [Amazon Kinesis Video Streams Pricing][6] and [AWS
574
- # Pricing][9]. Charges for both HLS sessions and outgoing AWS data
575
- # apply.
577
+ # information, see [Amazon Kinesis Video Streams Pricing][6] and [Amazon
578
+ # Web Services Pricing][9]. Charges for both HLS sessions and outgoing
579
+ # Amazon Web Services data apply.
576
580
  #
577
581
  # For more information about HLS, see [HTTP Live Streaming][10] on the
578
582
  # [Apple Developer site][11].
@@ -585,8 +589,8 @@ module Aws::KinesisVideoArchivedMedia
585
589
  # in addition to what the HTTP status code provides.
586
590
  #
587
591
  # * `x-amz-RequestId` HTTP header – if you want to report an issue to
588
- # AWS, the support team can better diagnose the problem if given the
589
- # Request Id.
592
+ # Amazon Web Services the support team can better diagnose the problem
593
+ # if given the Request Id.
590
594
  #
591
595
  # Both the HTTP status code and the ErrorType header can be utilized to
592
596
  # make programmatic decisions about whether errors are retry-able and
@@ -802,10 +806,12 @@ module Aws::KinesisVideoArchivedMedia
802
806
  # An Amazon Kinesis video stream has the following requirements for
803
807
  # providing data through HLS:
804
808
  #
805
- # * The media must contain h.264 or h.265 encoded video and, optionally,
806
- # AAC encoded audio. Specifically, the codec ID of track 1 should be
807
- # `V_MPEG/ISO/AVC` (for h.264) or `V_MPEG/ISO/HEVC` (for h.265).
808
- # Optionally, the codec ID of track 2 should be `A_AAC`.
809
+ # * For streaming video, the media must contain H.264 or H.265 encoded
810
+ # video and, optionally, AAC encoded audio. Specifically, the codec ID
811
+ # of track 1 should be `V_MPEG/ISO/AVC` (for H.264) or
812
+ # `V_MPEG/ISO/HEVC` (for H.265). Optionally, the codec ID of track 2
813
+ # should be `A_AAC`. For audio only streaming, the codec ID of track 1
814
+ # should be `A_AAC`.
809
815
  #
810
816
  # * Data retention must be greater than 0.
811
817
  #
@@ -841,7 +847,7 @@ module Aws::KinesisVideoArchivedMedia
841
847
  # <note markdown="1"> Don't share or store this token where an unauthorized entity
842
848
  # could access it. The token provides access to the content of the
843
849
  # stream. Safeguard the token with the same measures that you would
844
- # use with your AWS credentials.
850
+ # use with your Amazon Web Services credentials.
845
851
  #
846
852
  # </note>
847
853
  #
@@ -897,18 +903,23 @@ module Aws::KinesisVideoArchivedMedia
897
903
  # their child atoms, containing the encoded fragment's media
898
904
  # frames and their timestamps.
899
905
  #
900
- # <note markdown="1"> After the first media fragment is made available in a streaming
901
- # session, any fragments that don't contain the same codec
902
- # private data cause an error to be returned when those different
903
- # media fragments are loaded. Therefore, the codec private data
904
- # should not change between fragments in a session. This also
905
- # means that the session fails if the fragments in a stream change
906
- # from having only video to having both audio and video.
906
+ # <note markdown="1"> For the HLS streaming session, in-track codec private data (CPD)
907
+ # changes are supported. After the first media fragment is made
908
+ # available in a streaming session, fragments can contain CPD
909
+ # changes for each track. Therefore, the fragments in a session
910
+ # can have a different resolution, bit rate, or other information
911
+ # in the CPD without interrupting playback. However, any change
912
+ # made in the track number or track codec format can return an
913
+ # error when those different media fragments are loaded. For
914
+ # example, streaming will fail if the fragments in the stream
915
+ # change from having only video to having both audio and video, or
916
+ # if an AAC audio track is changed to an ALAW audio track. For
917
+ # each streaming session, only 500 CPD changes are allowed.
907
918
  #
908
919
  # </note>
909
920
  #
910
- # Data retrieved with this action is billable. See [Pricing][6]
911
- # for details.
921
+ # Data retrieved with this action is billable. For information,
922
+ # see [Pricing][6].
912
923
  #
913
924
  # * **GetTSFragment:** Retrieves MPEG TS fragments containing both
914
925
  # initialization and media data for all tracks in the stream.
@@ -930,9 +941,9 @@ module Aws::KinesisVideoArchivedMedia
930
941
  # monitoring the `GetMP4MediaFragment.OutgoingBytes` Amazon CloudWatch
931
942
  # metric. For information about using CloudWatch to monitor Kinesis
932
943
  # Video Streams, see [Monitoring Kinesis Video Streams][8]. For pricing
933
- # information, see [Amazon Kinesis Video Streams Pricing][6] and [AWS
934
- # Pricing][9]. Charges for both HLS sessions and outgoing AWS data
935
- # apply.
944
+ # information, see [Amazon Kinesis Video Streams Pricing][6] and [Amazon
945
+ # Web Services Pricing][9]. Charges for both HLS sessions and outgoing
946
+ # Amazon Web Services data apply.
936
947
  #
937
948
  # For more information about HLS, see [HTTP Live Streaming][10] on the
938
949
  # [Apple Developer site][11].
@@ -945,8 +956,8 @@ module Aws::KinesisVideoArchivedMedia
945
956
  # in addition to what the HTTP status code provides.
946
957
  #
947
958
  # * `x-amz-RequestId` HTTP header – if you want to report an issue to
948
- # AWS, the support team can better diagnose the problem if given the
949
- # Request Id.
959
+ # Amazon Web Services, the support team can better diagnose the
960
+ # problem if given the Request Id.
950
961
  #
951
962
  # Both the HTTP status code and the ErrorType header can be utilized to
952
963
  # make programmatic decisions about whether errors are retry-able and
@@ -1210,16 +1221,19 @@ module Aws::KinesisVideoArchivedMedia
1210
1221
  # an image to be returned.
1211
1222
  #
1212
1223
  # @option params [required, Time,DateTime,Date,Integer,String] :end_timestamp
1213
- # The end timestamp for the range of images to be generated.
1224
+ # The end timestamp for the range of images to be generated. If the time
1225
+ # range between `StartTimestamp` and `EndTimestamp` is more than 300
1226
+ # seconds above `StartTimestamp`, you will receive an
1227
+ # `IllegalArgumentException`.
1214
1228
  #
1215
- # @option params [required, Integer] :sampling_interval
1229
+ # @option params [Integer] :sampling_interval
1216
1230
  # The time interval in milliseconds (ms) at which the images need to be
1217
- # generated from the stream. The minimum value that can be provided is
1218
- # 3000 ms. If the timestamp range is less than the sampling interval,
1219
- # the Image from the `startTimestamp` will be returned if available.
1231
+ # generated from the stream, with a default of 3000 ms. The minimum
1232
+ # value that can be provided is 200 ms. If the timestamp range is less
1233
+ # than the sampling interval, the Image from the `startTimestamp` will
1234
+ # be returned if available.
1220
1235
  #
1221
- # <note markdown="1"> The minimum value of 3000 ms is a soft limit. If needed, a lower
1222
- # sampling frequency can be requested.
1236
+ # <note markdown="1"> The minimum value of 200 ms is a hard limit.
1223
1237
  #
1224
1238
  # </note>
1225
1239
  #
@@ -1258,8 +1272,9 @@ module Aws::KinesisVideoArchivedMedia
1258
1272
  # @option params [Integer] :max_results
1259
1273
  # The maximum number of images to be returned by the API.
1260
1274
  #
1261
- # <note markdown="1"> The default limit is 100 images per API response. The additional
1262
- # results will be paginated.
1275
+ # <note markdown="1"> The default limit is 25 images per API response. Providing a
1276
+ # `MaxResults` greater than this value will result in a page size of 25.
1277
+ # Any additional results will be paginated.
1263
1278
  #
1264
1279
  # </note>
1265
1280
  #
@@ -1283,7 +1298,7 @@ module Aws::KinesisVideoArchivedMedia
1283
1298
  # image_selector_type: "PRODUCER_TIMESTAMP", # required, accepts PRODUCER_TIMESTAMP, SERVER_TIMESTAMP
1284
1299
  # start_timestamp: Time.now, # required
1285
1300
  # end_timestamp: Time.now, # required
1286
- # sampling_interval: 1, # required
1301
+ # sampling_interval: 1,
1287
1302
  # format: "JPEG", # required, accepts JPEG, PNG
1288
1303
  # format_config: {
1289
1304
  # "JPEGQuality" => "FormatConfigValue",
@@ -1330,8 +1345,8 @@ module Aws::KinesisVideoArchivedMedia
1330
1345
  # in addition to what the HTTP status code provides.
1331
1346
  #
1332
1347
  # * `x-amz-RequestId` HTTP header – if you want to report an issue to
1333
- # AWS, the support team can better diagnose the problem if given the
1334
- # Request Id.
1348
+ # Amazon Web Services, the support team can better diagnose the
1349
+ # problem if given the Request Id.
1335
1350
  #
1336
1351
  # Both the HTTP status code and the ErrorType header can be utilized to
1337
1352
  # make programmatic decisions about whether errors are retry-able and
@@ -1412,8 +1427,8 @@ module Aws::KinesisVideoArchivedMedia
1412
1427
  # in addition to what the HTTP status code provides.
1413
1428
  #
1414
1429
  # * `x-amz-RequestId` HTTP header – if you want to report an issue to
1415
- # AWS, the support team can better diagnose the problem if given the
1416
- # Request Id.
1430
+ # Amazon Web Services, the support team can better diagnose the
1431
+ # problem if given the Request Id.
1417
1432
  #
1418
1433
  # Both the HTTP status code and the ErrorType header can be utilized to
1419
1434
  # make programmatic decisions about whether errors are retry-able and
@@ -1508,7 +1523,7 @@ module Aws::KinesisVideoArchivedMedia
1508
1523
  params: params,
1509
1524
  config: config)
1510
1525
  context[:gem_name] = 'aws-sdk-kinesisvideoarchivedmedia'
1511
- context[:gem_version] = '1.50.0'
1526
+ context[:gem_version] = '1.52.0'
1512
1527
  Seahorse::Client::Request.new(handlers, context)
1513
1528
  end
1514
1529
 
@@ -165,7 +165,7 @@ module Aws::KinesisVideoArchivedMedia
165
165
  GetImagesInput.add_member(:image_selector_type, Shapes::ShapeRef.new(shape: ImageSelectorType, required: true, location_name: "ImageSelectorType"))
166
166
  GetImagesInput.add_member(:start_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartTimestamp"))
167
167
  GetImagesInput.add_member(:end_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EndTimestamp"))
168
- GetImagesInput.add_member(:sampling_interval, Shapes::ShapeRef.new(shape: SamplingInterval, required: true, location_name: "SamplingInterval"))
168
+ GetImagesInput.add_member(:sampling_interval, Shapes::ShapeRef.new(shape: SamplingInterval, location_name: "SamplingInterval"))
169
169
  GetImagesInput.add_member(:format, Shapes::ShapeRef.new(shape: Format, required: true, location_name: "Format"))
170
170
  GetImagesInput.add_member(:format_config, Shapes::ShapeRef.new(shape: FormatConfig, location_name: "FormatConfig"))
171
171
  GetImagesInput.add_member(:width_pixels, Shapes::ShapeRef.new(shape: WidthPixels, location_name: "WidthPixels"))
@@ -14,36 +14,39 @@ module Aws::KinesisVideoArchivedMedia
14
14
  use_dual_stack = parameters.use_dual_stack
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
19
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
- raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
- end
22
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
- raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
- end
25
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
26
- end
27
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
- return Aws::Endpoints::Endpoint.new(url: "https://kinesisvideo-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
- end
31
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
32
- end
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
33
18
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
- return Aws::Endpoints::Endpoint.new(url: "https://kinesisvideo-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
36
- end
37
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
38
20
  end
39
21
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
40
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
41
- return Aws::Endpoints::Endpoint.new(url: "https://kinesisvideo.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
+ end
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
25
+ end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
+ return Aws::Endpoints::Endpoint.new(url: "https://kinesisvideo-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
+ end
32
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
+ end
34
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
+ return Aws::Endpoints::Endpoint.new(url: "https://kinesisvideo-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
+ end
38
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
39
+ end
40
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
41
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
+ return Aws::Endpoints::Endpoint.new(url: "https://kinesisvideo.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
+ end
44
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
42
45
  end
43
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
46
+ return Aws::Endpoints::Endpoint.new(url: "https://kinesisvideo.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
44
47
  end
45
- return Aws::Endpoints::Endpoint.new(url: "https://kinesisvideo.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
46
48
  end
49
+ raise ArgumentError, "Invalid Configuration: Missing Region"
47
50
  raise ArgumentError, 'No endpoint could be resolved'
48
51
 
49
52
  end
@@ -212,7 +212,8 @@ module Aws::KinesisVideoArchivedMedia
212
212
  # @return [Time]
213
213
  #
214
214
  # @!attribute [rw] server_timestamp
215
- # The timestamp from the AWS server corresponding to the fragment.
215
+ # The timestamp from the Amazon Web Services server corresponding to
216
+ # the fragment.
216
217
  # @return [Time]
217
218
  #
218
219
  # @!attribute [rw] fragment_length_in_milliseconds
@@ -744,18 +745,20 @@ module Aws::KinesisVideoArchivedMedia
744
745
  # @return [Time]
745
746
  #
746
747
  # @!attribute [rw] end_timestamp
747
- # The end timestamp for the range of images to be generated.
748
+ # The end timestamp for the range of images to be generated. If the
749
+ # time range between `StartTimestamp` and `EndTimestamp` is more than
750
+ # 300 seconds above `StartTimestamp`, you will receive an
751
+ # `IllegalArgumentException`.
748
752
  # @return [Time]
749
753
  #
750
754
  # @!attribute [rw] sampling_interval
751
755
  # The time interval in milliseconds (ms) at which the images need to
752
- # be generated from the stream. The minimum value that can be provided
753
- # is 3000 ms. If the timestamp range is less than the sampling
754
- # interval, the Image from the `startTimestamp` will be returned if
755
- # available.
756
+ # be generated from the stream, with a default of 3000 ms. The minimum
757
+ # value that can be provided is 200 ms. If the timestamp range is less
758
+ # than the sampling interval, the Image from the `startTimestamp` will
759
+ # be returned if available.
756
760
  #
757
- # <note markdown="1"> The minimum value of 3000 ms is a soft limit. If needed, a lower
758
- # sampling frequency can be requested.
761
+ # <note markdown="1"> The minimum value of 200 ms is a hard limit.
759
762
  #
760
763
  # </note>
761
764
  # @return [Integer]
@@ -799,8 +802,9 @@ module Aws::KinesisVideoArchivedMedia
799
802
  # @!attribute [rw] max_results
800
803
  # The maximum number of images to be returned by the API.
801
804
  #
802
- # <note markdown="1"> The default limit is 100 images per API response. The additional
803
- # results will be paginated.
805
+ # <note markdown="1"> The default limit is 25 images per API response. Providing a
806
+ # `MaxResults` greater than this value will result in a page size of
807
+ # 25. Any additional results will be paginated.
804
808
  #
805
809
  # </note>
806
810
  # @return [Integer]
@@ -903,7 +907,7 @@ module Aws::KinesisVideoArchivedMedia
903
907
  # that threw the exception
904
908
  #
905
909
  # * AWS\_KINESISVIDEO\_EXCEPTION\_ERROR\_CODE - The integer code of
906
- # the exception
910
+ # the
907
911
  #
908
912
  # * AWS\_KINESISVIDEO\_EXCEPTION\_MESSAGE - A text description of the
909
913
  # exception
@@ -1204,8 +1208,8 @@ module Aws::KinesisVideoArchivedMedia
1204
1208
  include Aws::Structure
1205
1209
  end
1206
1210
 
1207
- # `GetMedia` throws this error when Kinesis Video Streams can't find
1208
- # the stream that you specified.
1211
+ # `GetImages` will throw this error when Kinesis Video Streams can't
1212
+ # find the stream that you specified.
1209
1213
  #
1210
1214
  # `GetHLSStreamingSessionURL` and `GetDASHStreamingSessionURL` throw
1211
1215
  # this error if a session with a `PlaybackMode` of `ON_DEMAND` or
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-kinesisvideoarchivedmedia/customizations'
52
52
  # @!group service
53
53
  module Aws::KinesisVideoArchivedMedia
54
54
 
55
- GEM_VERSION = '1.50.0'
55
+ GEM_VERSION = '1.52.0'
56
56
 
57
57
  end
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.50.0
4
+ version: 1.52.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core