aws-sdk-kinesisvideoarchivedmedia 1.51.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: 24a51a31fbe9db6a0ab029b515536276dfee7be7cdac7e9a1a615b11f8ed14b2
4
- data.tar.gz: b59497525aa03a3c289a56cc84cdb80024ef0440b72463d0c5f1cdd9e752e5e7
3
+ metadata.gz: b53d21917eca8d295756648a6bff660448f5f65aac0c9b2b224e5359e1b70a48
4
+ data.tar.gz: 7927000d7452d8781e2471b79b8e4de44970994a1156cb03ad0d1437460ff637
5
5
  SHA512:
6
- metadata.gz: b65573829a8b7faa72865b6d71720d32fc1489b612fdda4c9e6cef3a652b5b1dfe7eba410aed492fa09bd44d8f36c7cdc28f43309e3cbc8d98540ef20e3aa496
7
- data.tar.gz: e72f211705f67658fcdf257000b319a2bd293d76a569b95a95007212af34a6b40124c004dc8e4d5f8294c5a9f6ae75a4cef5272d8c49b248a92d328536d2269a
6
+ metadata.gz: ff6b05e888d8a13fb2e8138f80506a648e4ff0c2367094310bcc5005671b096786c818bc738ac21f29259bb832613c63ca5d8e5fc74765934a2ce69990078de2
7
+ data.tar.gz: 85b6d38cb7d510e9008dd9fab304243200d60501de1734d94e9cee8d9ad010a3728e4a89525a19a7c8d45fe8c2cc43301eb1e5c563875315d323b8beca33b800
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.51.0 (2023-07-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -414,8 +414,8 @@ module Aws::KinesisVideoArchivedMedia
414
414
  # the GetClip.OutgoingBytes Amazon CloudWatch metric. For information
415
415
  # about using CloudWatch to monitor Kinesis Video Streams, see
416
416
  # Monitoring Kinesis Video Streams. For pricing information, see Amazon
417
- # Kinesis Video Streams Pricing and AWS Pricing. Charges for outgoing
418
- # AWS data apply.
417
+ # Kinesis Video Streams Pricing and Amazon Web Services Pricing.
418
+ # Charges for outgoing Amazon Web Services data apply.
419
419
  # `
420
420
  #
421
421
  # @option params [String] :stream_name
@@ -511,7 +511,7 @@ module Aws::KinesisVideoArchivedMedia
511
511
  # <note markdown="1"> Don't share or store this token where an unauthorized entity can
512
512
  # access it. The token provides access to the content of the stream.
513
513
  # Safeguard the token with the same measures that you use with your
514
- # AWS credentials.
514
+ # Amazon Web Services credentials.
515
515
  #
516
516
  # </note>
517
517
  #
@@ -574,9 +574,9 @@ module Aws::KinesisVideoArchivedMedia
574
574
  # monitoring the `GetMP4MediaFragment.OutgoingBytes` Amazon CloudWatch
575
575
  # metric. For information about using CloudWatch to monitor Kinesis
576
576
  # Video Streams, see [Monitoring Kinesis Video Streams][8]. For pricing
577
- # information, see [Amazon Kinesis Video Streams Pricing][6] and [AWS
578
- # Pricing][9]. Charges for both HLS sessions and outgoing AWS data
579
- # 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.
580
580
  #
581
581
  # For more information about HLS, see [HTTP Live Streaming][10] on the
582
582
  # [Apple Developer site][11].
@@ -589,8 +589,8 @@ module Aws::KinesisVideoArchivedMedia
589
589
  # in addition to what the HTTP status code provides.
590
590
  #
591
591
  # * `x-amz-RequestId` HTTP header – if you want to report an issue to
592
- # AWS, the support team can better diagnose the problem if given the
593
- # Request Id.
592
+ # Amazon Web Services the support team can better diagnose the problem
593
+ # if given the Request Id.
594
594
  #
595
595
  # Both the HTTP status code and the ErrorType header can be utilized to
596
596
  # make programmatic decisions about whether errors are retry-able and
@@ -806,10 +806,12 @@ module Aws::KinesisVideoArchivedMedia
806
806
  # An Amazon Kinesis video stream has the following requirements for
807
807
  # providing data through HLS:
808
808
  #
809
- # * The media must contain h.264 or h.265 encoded video and, optionally,
810
- # AAC encoded audio. Specifically, the codec ID of track 1 should be
811
- # `V_MPEG/ISO/AVC` (for h.264) or `V_MPEG/ISO/HEVC` (for h.265).
812
- # 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`.
813
815
  #
814
816
  # * Data retention must be greater than 0.
815
817
  #
@@ -845,7 +847,7 @@ module Aws::KinesisVideoArchivedMedia
845
847
  # <note markdown="1"> Don't share or store this token where an unauthorized entity
846
848
  # could access it. The token provides access to the content of the
847
849
  # stream. Safeguard the token with the same measures that you would
848
- # use with your AWS credentials.
850
+ # use with your Amazon Web Services credentials.
849
851
  #
850
852
  # </note>
851
853
  #
@@ -901,18 +903,23 @@ module Aws::KinesisVideoArchivedMedia
901
903
  # their child atoms, containing the encoded fragment's media
902
904
  # frames and their timestamps.
903
905
  #
904
- # <note markdown="1"> After the first media fragment is made available in a streaming
905
- # session, any fragments that don't contain the same codec
906
- # private data cause an error to be returned when those different
907
- # media fragments are loaded. Therefore, the codec private data
908
- # should not change between fragments in a session. This also
909
- # means that the session fails if the fragments in a stream change
910
- # 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.
911
918
  #
912
919
  # </note>
913
920
  #
914
- # Data retrieved with this action is billable. See [Pricing][6]
915
- # for details.
921
+ # Data retrieved with this action is billable. For information,
922
+ # see [Pricing][6].
916
923
  #
917
924
  # * **GetTSFragment:** Retrieves MPEG TS fragments containing both
918
925
  # initialization and media data for all tracks in the stream.
@@ -934,9 +941,9 @@ module Aws::KinesisVideoArchivedMedia
934
941
  # monitoring the `GetMP4MediaFragment.OutgoingBytes` Amazon CloudWatch
935
942
  # metric. For information about using CloudWatch to monitor Kinesis
936
943
  # Video Streams, see [Monitoring Kinesis Video Streams][8]. For pricing
937
- # information, see [Amazon Kinesis Video Streams Pricing][6] and [AWS
938
- # Pricing][9]. Charges for both HLS sessions and outgoing AWS data
939
- # 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.
940
947
  #
941
948
  # For more information about HLS, see [HTTP Live Streaming][10] on the
942
949
  # [Apple Developer site][11].
@@ -949,8 +956,8 @@ module Aws::KinesisVideoArchivedMedia
949
956
  # in addition to what the HTTP status code provides.
950
957
  #
951
958
  # * `x-amz-RequestId` HTTP header – if you want to report an issue to
952
- # AWS, the support team can better diagnose the problem if given the
953
- # Request Id.
959
+ # Amazon Web Services, the support team can better diagnose the
960
+ # problem if given the Request Id.
954
961
  #
955
962
  # Both the HTTP status code and the ErrorType header can be utilized to
956
963
  # make programmatic decisions about whether errors are retry-able and
@@ -1214,16 +1221,19 @@ module Aws::KinesisVideoArchivedMedia
1214
1221
  # an image to be returned.
1215
1222
  #
1216
1223
  # @option params [required, Time,DateTime,Date,Integer,String] :end_timestamp
1217
- # 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`.
1218
1228
  #
1219
- # @option params [required, Integer] :sampling_interval
1229
+ # @option params [Integer] :sampling_interval
1220
1230
  # The time interval in milliseconds (ms) at which the images need to be
1221
- # generated from the stream. The minimum value that can be provided is
1222
- # 3000 ms. If the timestamp range is less than the sampling interval,
1223
- # 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.
1224
1235
  #
1225
- # <note markdown="1"> The minimum value of 3000 ms is a soft limit. If needed, a lower
1226
- # sampling frequency can be requested.
1236
+ # <note markdown="1"> The minimum value of 200 ms is a hard limit.
1227
1237
  #
1228
1238
  # </note>
1229
1239
  #
@@ -1262,8 +1272,9 @@ module Aws::KinesisVideoArchivedMedia
1262
1272
  # @option params [Integer] :max_results
1263
1273
  # The maximum number of images to be returned by the API.
1264
1274
  #
1265
- # <note markdown="1"> The default limit is 100 images per API response. The additional
1266
- # 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.
1267
1278
  #
1268
1279
  # </note>
1269
1280
  #
@@ -1287,7 +1298,7 @@ module Aws::KinesisVideoArchivedMedia
1287
1298
  # image_selector_type: "PRODUCER_TIMESTAMP", # required, accepts PRODUCER_TIMESTAMP, SERVER_TIMESTAMP
1288
1299
  # start_timestamp: Time.now, # required
1289
1300
  # end_timestamp: Time.now, # required
1290
- # sampling_interval: 1, # required
1301
+ # sampling_interval: 1,
1291
1302
  # format: "JPEG", # required, accepts JPEG, PNG
1292
1303
  # format_config: {
1293
1304
  # "JPEGQuality" => "FormatConfigValue",
@@ -1334,8 +1345,8 @@ module Aws::KinesisVideoArchivedMedia
1334
1345
  # in addition to what the HTTP status code provides.
1335
1346
  #
1336
1347
  # * `x-amz-RequestId` HTTP header – if you want to report an issue to
1337
- # AWS, the support team can better diagnose the problem if given the
1338
- # Request Id.
1348
+ # Amazon Web Services, the support team can better diagnose the
1349
+ # problem if given the Request Id.
1339
1350
  #
1340
1351
  # Both the HTTP status code and the ErrorType header can be utilized to
1341
1352
  # make programmatic decisions about whether errors are retry-able and
@@ -1416,8 +1427,8 @@ module Aws::KinesisVideoArchivedMedia
1416
1427
  # in addition to what the HTTP status code provides.
1417
1428
  #
1418
1429
  # * `x-amz-RequestId` HTTP header – if you want to report an issue to
1419
- # AWS, the support team can better diagnose the problem if given the
1420
- # Request Id.
1430
+ # Amazon Web Services, the support team can better diagnose the
1431
+ # problem if given the Request Id.
1421
1432
  #
1422
1433
  # Both the HTTP status code and the ErrorType header can be utilized to
1423
1434
  # make programmatic decisions about whether errors are retry-able and
@@ -1512,7 +1523,7 @@ module Aws::KinesisVideoArchivedMedia
1512
1523
  params: params,
1513
1524
  config: config)
1514
1525
  context[:gem_name] = 'aws-sdk-kinesisvideoarchivedmedia'
1515
- context[:gem_version] = '1.51.0'
1526
+ context[:gem_version] = '1.52.0'
1516
1527
  Seahorse::Client::Request.new(handlers, context)
1517
1528
  end
1518
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.51.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.51.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-11 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