aws-sdk-kinesisvideo 1.22.0 → 1.23.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
- SHA1:
3
- metadata.gz: 65c9890ac38c3667a265eea459b262d4a7a78726
4
- data.tar.gz: 11b1caf86d828e82162be29d508d0845c65d1bad
2
+ SHA256:
3
+ metadata.gz: 4d59bd7aa89c3f4116fb4223333f6416a781c1408b6dda08ec0c5f56d4ab827f
4
+ data.tar.gz: 3b93a971dc92c9b6714481505b0e86d51cc81b903971a0d28aacecd0ac8b84ff
5
5
  SHA512:
6
- metadata.gz: f2ec5d4f39ec35a6cf6e1f328709ee8b2ad968df41840d67532f9065bd476c7e93fcd29a7b1ff64eee0c17e344c819c4ce8f53426a846dba0e74077d49b2ea03
7
- data.tar.gz: 0c387cf7457ce17ae8d054be0d808973d16ff94edacaf8165021860485c88fd7b2baa1c8d0e71740a3e9face909df8b3ee6ddf0d4f57fe2d5653ad0180e224ad
6
+ metadata.gz: f100863e85c1acb69e2421fdf23a03e83724719ee1d4191f4b005fbb85886de80abad00ae70e8652d14f39a2a1eb7228eeb32a0b93cb7b86a318d57b46e3ac97
7
+ data.tar.gz: a44539e1d1e446a1e8448e6c0feefab5c99b9ed8a350bb2908c3d87a03968594359b6abd00883a416600c250ee6cb9b031b6038acfcc5af14ac8f65951362fc6
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-kinesisvideo/customizations'
45
45
  # @service
46
46
  module Aws::KinesisVideo
47
47
 
48
- GEM_VERSION = '1.22.0'
48
+ GEM_VERSION = '1.23.0'
49
49
 
50
50
  end
@@ -32,11 +32,11 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:kinesisvideo)
32
32
  module Aws::KinesisVideo
33
33
  # An API client for KinesisVideo. To construct a client, you need to configure a `:region` and `:credentials`.
34
34
  #
35
- # client = Aws::KinesisVideo::Client.new(
36
- # region: region_name,
37
- # credentials: credentials,
38
- # # ...
39
- # )
35
+ # client = Aws::KinesisVideo::Client.new(
36
+ # region: region_name,
37
+ # credentials: credentials,
38
+ # # ...
39
+ # )
40
40
  #
41
41
  # For details on configuring region and credentials see
42
42
  # the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
@@ -229,15 +229,19 @@ module Aws::KinesisVideo
229
229
  #
230
230
  # @option options [String] :retry_mode ("legacy")
231
231
  # Specifies which retry algorithm to use. Values are:
232
- # * `legacy` - The pre-existing retry behavior. This is default value if
233
- # no retry mode is provided.
234
- # * `standard` - A standardized set of retry rules across the AWS SDKs.
235
- # This includes support for retry quotas, which limit the number of
236
- # unsuccessful retries a client can make.
237
- # * `adaptive` - An experimental retry mode that includes all the
238
- # functionality of `standard` mode along with automatic client side
239
- # throttling. This is a provisional mode that may change behavior
240
- # in the future.
232
+ #
233
+ # * `legacy` - The pre-existing retry behavior. This is default value if
234
+ # no retry mode is provided.
235
+ #
236
+ # * `standard` - A standardized set of retry rules across the AWS SDKs.
237
+ # This includes support for retry quotas, which limit the number of
238
+ # unsuccessful retries a client can make.
239
+ #
240
+ # * `adaptive` - An experimental retry mode that includes all the
241
+ # functionality of `standard` mode along with automatic client side
242
+ # throttling. This is a provisional mode that may change behavior
243
+ # in the future.
244
+ #
241
245
  #
242
246
  # @option options [String] :secret_access_key
243
247
  #
@@ -265,8 +269,7 @@ module Aws::KinesisVideo
265
269
  #
266
270
  # @option options [Integer] :http_read_timeout (60) The default
267
271
  # number of seconds to wait for response data. This value can
268
- # safely be set
269
- # per-request on the session yielded by {#session_for}.
272
+ # safely be set per-request on the session.
270
273
  #
271
274
  # @option options [Float] :http_idle_timeout (5) The number of
272
275
  # seconds a connection is allowed to sit idle before it is
@@ -278,7 +281,7 @@ module Aws::KinesisVideo
278
281
  # request body. This option has no effect unless the request has
279
282
  # "Expect" header set to "100-continue". Defaults to `nil` which
280
283
  # disables this behaviour. This value can safely be set per
281
- # request on the session yielded by {#session_for}.
284
+ # request on the session.
282
285
  #
283
286
  # @option options [Boolean] :http_wire_trace (false) When `true`,
284
287
  # HTTP debug output will be sent to the `:logger`.
@@ -311,7 +314,7 @@ module Aws::KinesisVideo
311
314
  #
312
315
  # @option params [required, String] :channel_name
313
316
  # A name for the signaling channel that you are creating. It must be
314
- # unique for each account and region.
317
+ # unique for each AWS account and AWS Region.
315
318
  #
316
319
  # @option params [String] :channel_type
317
320
  # A type of the signaling channel that you are creating. Currently,
@@ -322,7 +325,7 @@ module Aws::KinesisVideo
322
325
  # channel type.
323
326
  #
324
327
  # @option params [Array<Types::Tag>] :tags
325
- # A set of tags (key/value pairs) that you want to associate with this
328
+ # A set of tags (key-value pairs) that you want to associate with this
326
329
  # channel.
327
330
  #
328
331
  # @return [Types::CreateSignalingChannelOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -471,12 +474,13 @@ module Aws::KinesisVideo
471
474
  # version, the most recent version is deleted.
472
475
  #
473
476
  # @option params [required, String] :channel_arn
474
- # The ARN of the signaling channel that you want to delete.
477
+ # The Amazon Resource Name (ARN) of the signaling channel that you want
478
+ # to delete.
475
479
  #
476
480
  # @option params [String] :current_version
477
481
  # The current version of the signaling channel that you want to delete.
478
482
  # You can obtain the current version by invoking the
479
- # `DescribeSignalingChannel` or `ListSignalingChannels` APIs.
483
+ # `DescribeSignalingChannel` or `ListSignalingChannels` API operations.
480
484
  #
481
485
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
482
486
  #
@@ -544,8 +548,8 @@ module Aws::KinesisVideo
544
548
  end
545
549
 
546
550
  # Returns the most current information about the signaling channel. You
547
- # must specify either the name or the ARN of the channel that you want
548
- # to describe.
551
+ # must specify either the name or the Amazon Resource Name (ARN) of the
552
+ # channel that you want to describe.
549
553
  #
550
554
  # @option params [String] :channel_name
551
555
  # The name of the signaling channel that you want to describe.
@@ -658,7 +662,7 @@ module Aws::KinesisVideo
658
662
  # resp = client.get_data_endpoint({
659
663
  # stream_name: "StreamName",
660
664
  # stream_arn: "ResourceARN",
661
- # api_name: "PUT_MEDIA", # required, accepts PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS, GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL, GET_DASH_STREAMING_SESSION_URL
665
+ # api_name: "PUT_MEDIA", # required, accepts PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS, GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL, GET_DASH_STREAMING_SESSION_URL, GET_CLIP
662
666
  # })
663
667
  #
664
668
  # @example Response structure
@@ -680,9 +684,9 @@ module Aws::KinesisVideo
680
684
  # consists of the `Protocols` and `Role` properties.
681
685
  #
682
686
  # `Protocols` is used to determine the communication mechanism. For
683
- # example, specifying `WSS` as the protocol, results in this API
684
- # producing a secure websocket endpoint, and specifying `HTTPS` as the
685
- # protocol, results in this API generating an HTTPS endpoint.
687
+ # example, if you specify `WSS` as the protocol, this API produces a
688
+ # secure websocket endpoint. If you specify `HTTPS` as the protocol,
689
+ # this API generates an HTTPS endpoint.
686
690
  #
687
691
  # `Role` determines the messaging permissions. A `MASTER` role results
688
692
  # in this API generating an endpoint that a client can use to
@@ -691,8 +695,8 @@ module Aws::KinesisVideo
691
695
  # communicate only with a `MASTER`.
692
696
  #
693
697
  # @option params [required, String] :channel_arn
694
- # The ARN of the signalling channel for which you want to get an
695
- # endpoint.
698
+ # The Amazon Resource Name (ARN) of the signalling channel for which you
699
+ # want to get an endpoint.
696
700
  #
697
701
  # @option params [Types::SingleMasterChannelEndpointConfiguration] :single_master_channel_endpoint_configuration
698
702
  # A structure containing the endpoint configuration for the
@@ -749,6 +753,8 @@ module Aws::KinesisVideo
749
753
  # * {Types::ListSignalingChannelsOutput#channel_info_list #channel_info_list} => Array&lt;Types::ChannelInfo&gt;
750
754
  # * {Types::ListSignalingChannelsOutput#next_token #next_token} => String
751
755
  #
756
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
757
+ #
752
758
  # @example Request syntax with placeholder values
753
759
  #
754
760
  # resp = client.list_signaling_channels({
@@ -805,6 +811,8 @@ module Aws::KinesisVideo
805
811
  # * {Types::ListStreamsOutput#stream_info_list #stream_info_list} => Array&lt;Types::StreamInfo&gt;
806
812
  # * {Types::ListStreamsOutput#next_token #next_token} => String
807
813
  #
814
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
815
+ #
808
816
  # @example Request syntax with placeholder values
809
817
  #
810
818
  # resp = client.list_streams({
@@ -843,12 +851,13 @@ module Aws::KinesisVideo
843
851
  # channel.
844
852
  #
845
853
  # @option params [String] :next_token
846
- # If you specify this parameter and the result of a ListTagsForResource
847
- # call is truncated, the response includes a token that you can use in
848
- # the next request to fetch the next batch of tags.
854
+ # If you specify this parameter and the result of a
855
+ # `ListTagsForResource` call is truncated, the response includes a token
856
+ # that you can use in the next request to fetch the next batch of tags.
849
857
  #
850
858
  # @option params [required, String] :resource_arn
851
- # The ARN of the signaling channel for which you want to list tags.
859
+ # The Amazon Resource Name (ARN) of the signaling channel for which you
860
+ # want to list tags.
852
861
  #
853
862
  # @return [Types::ListTagsForResourceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
854
863
  #
@@ -934,7 +943,8 @@ module Aws::KinesisVideo
934
943
  # [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html
935
944
  #
936
945
  # @option params [required, String] :resource_arn
937
- # The ARN of the signaling channel to which you want to add tags.
946
+ # The Amazon Resource Name (ARN) of the signaling channel to which you
947
+ # want to add tags.
938
948
  #
939
949
  # @option params [required, Array<Types::Tag>] :tags
940
950
  # A list of tags to associate with the specified signaling channel. Each
@@ -1018,7 +1028,8 @@ module Aws::KinesisVideo
1018
1028
  # specify a tag key that does not exist, it's ignored.
1019
1029
  #
1020
1030
  # @option params [required, String] :resource_arn
1021
- # The ARN of the signaling channel from which you want to remove tags.
1031
+ # The Amazon Resource Name (ARN) of the signaling channel from which you
1032
+ # want to remove tags.
1022
1033
  #
1023
1034
  # @option params [required, Array<String>] :tag_key_list
1024
1035
  # A list of the keys of the tags that you want to remove.
@@ -1149,12 +1160,13 @@ module Aws::KinesisVideo
1149
1160
  # operation and takes time to complete.
1150
1161
  #
1151
1162
  # If the `MessageTtlSeconds` value is updated (either increased or
1152
- # reduced), then it only applies to new messages sent via this channel
1153
- # after it's been updated. Existing messages are still expire as per
1154
- # the previous `MessageTtlSeconds` value.
1163
+ # reduced), it only applies to new messages sent via this channel after
1164
+ # it's been updated. Existing messages are still expired as per the
1165
+ # previous `MessageTtlSeconds` value.
1155
1166
  #
1156
1167
  # @option params [required, String] :channel_arn
1157
- # The ARN of the signaling channel that you want to update.
1168
+ # The Amazon Resource Name (ARN) of the signaling channel that you want
1169
+ # to update.
1158
1170
  #
1159
1171
  # @option params [required, String] :current_version
1160
1172
  # The current version of the signaling channel that you want to update.
@@ -1267,7 +1279,7 @@ module Aws::KinesisVideo
1267
1279
  params: params,
1268
1280
  config: config)
1269
1281
  context[:gem_name] = 'aws-sdk-kinesisvideo'
1270
- context[:gem_version] = '1.22.0'
1282
+ context[:gem_version] = '1.23.0'
1271
1283
  Seahorse::Client::Request.new(handlers, context)
1272
1284
  end
1273
1285
 
@@ -407,6 +407,7 @@ module Aws::KinesisVideo
407
407
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
408
408
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
409
409
  o.errors << Shapes::ShapeRef.new(shape: VersionMismatchException)
410
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
410
411
  end)
411
412
 
412
413
  api.add_operation(:delete_stream, Seahorse::Model::Operation.new.tap do |o|
@@ -420,6 +421,7 @@ module Aws::KinesisVideo
420
421
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
421
422
  o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
422
423
  o.errors << Shapes::ShapeRef.new(shape: VersionMismatchException)
424
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
423
425
  end)
424
426
 
425
427
  api.add_operation(:describe_signaling_channel, Seahorse::Model::Operation.new.tap do |o|
@@ -6,13 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::KinesisVideo
9
- # This class provides a resource oriented interface for KinesisVideo.
10
- # To create a resource object:
11
- # resource = Aws::KinesisVideo::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::KinesisVideo::Client.new(region: 'us-west-2')
15
- # resource = Aws::KinesisVideo::Resource.new(client: client)
9
+
16
10
  class Resource
17
11
 
18
12
  # @param options ({})
@@ -53,7 +53,7 @@ module Aws::KinesisVideo
53
53
  # @return [String]
54
54
  #
55
55
  # @!attribute [rw] channel_arn
56
- # The ARN of the signaling channel.
56
+ # The Amazon Resource Name (ARN) of the signaling channel.
57
57
  # @return [String]
58
58
  #
59
59
  # @!attribute [rw] channel_type
@@ -153,7 +153,7 @@ module Aws::KinesisVideo
153
153
  #
154
154
  # @!attribute [rw] channel_name
155
155
  # A name for the signaling channel that you are creating. It must be
156
- # unique for each account and region.
156
+ # unique for each AWS account and AWS Region.
157
157
  # @return [String]
158
158
  #
159
159
  # @!attribute [rw] channel_type
@@ -167,7 +167,7 @@ module Aws::KinesisVideo
167
167
  # @return [Types::SingleMasterConfiguration]
168
168
  #
169
169
  # @!attribute [rw] tags
170
- # A set of tags (key/value pairs) that you want to associate with this
170
+ # A set of tags (key-value pairs) that you want to associate with this
171
171
  # channel.
172
172
  # @return [Array<Types::Tag>]
173
173
  #
@@ -182,7 +182,7 @@ module Aws::KinesisVideo
182
182
  end
183
183
 
184
184
  # @!attribute [rw] channel_arn
185
- # The ARN of the created channel.
185
+ # The Amazon Resource Name (ARN) of the created channel.
186
186
  # @return [String]
187
187
  #
188
188
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisvideo-2017-09-30/CreateSignalingChannelOutput AWS API Documentation
@@ -306,13 +306,15 @@ module Aws::KinesisVideo
306
306
  # }
307
307
  #
308
308
  # @!attribute [rw] channel_arn
309
- # The ARN of the signaling channel that you want to delete.
309
+ # The Amazon Resource Name (ARN) of the signaling channel that you
310
+ # want to delete.
310
311
  # @return [String]
311
312
  #
312
313
  # @!attribute [rw] current_version
313
314
  # The current version of the signaling channel that you want to
314
315
  # delete. You can obtain the current version by invoking the
315
- # `DescribeSignalingChannel` or `ListSignalingChannels` APIs.
316
+ # `DescribeSignalingChannel` or `ListSignalingChannels` API
317
+ # operations.
316
318
  # @return [String]
317
319
  #
318
320
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisvideo-2017-09-30/DeleteSignalingChannelInput AWS API Documentation
@@ -452,7 +454,7 @@ module Aws::KinesisVideo
452
454
  # {
453
455
  # stream_name: "StreamName",
454
456
  # stream_arn: "ResourceARN",
455
- # api_name: "PUT_MEDIA", # required, accepts PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS, GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL, GET_DASH_STREAMING_SESSION_URL
457
+ # api_name: "PUT_MEDIA", # required, accepts PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS, GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL, GET_DASH_STREAMING_SESSION_URL, GET_CLIP
456
458
  # }
457
459
  #
458
460
  # @!attribute [rw] stream_name
@@ -503,8 +505,8 @@ module Aws::KinesisVideo
503
505
  # }
504
506
  #
505
507
  # @!attribute [rw] channel_arn
506
- # The ARN of the signalling channel for which you want to get an
507
- # endpoint.
508
+ # The Amazon Resource Name (ARN) of the signalling channel for which
509
+ # you want to get an endpoint.
508
510
  # @return [String]
509
511
  #
510
512
  # @!attribute [rw] single_master_channel_endpoint_configuration
@@ -690,13 +692,14 @@ module Aws::KinesisVideo
690
692
  #
691
693
  # @!attribute [rw] next_token
692
694
  # If you specify this parameter and the result of a
693
- # ListTagsForResource call is truncated, the response includes a token
694
- # that you can use in the next request to fetch the next batch of
695
- # tags.
695
+ # `ListTagsForResource` call is truncated, the response includes a
696
+ # token that you can use in the next request to fetch the next batch
697
+ # of tags.
696
698
  # @return [String]
697
699
  #
698
700
  # @!attribute [rw] resource_arn
699
- # The ARN of the signaling channel for which you want to list tags.
701
+ # The Amazon Resource Name (ARN) of the signaling channel for which
702
+ # you want to list tags.
700
703
  # @return [String]
701
704
  #
702
705
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisvideo-2017-09-30/ListTagsForResourceInput AWS API Documentation
@@ -709,8 +712,9 @@ module Aws::KinesisVideo
709
712
 
710
713
  # @!attribute [rw] next_token
711
714
  # If you specify this parameter and the result of a
712
- # ListTagsForResource call is truncated, the response includes a token
713
- # that you can use in the next request to fetch the next set of tags.
715
+ # `ListTagsForResource` call is truncated, the response includes a
716
+ # token that you can use in the next request to fetch the next set of
717
+ # tags.
714
718
  # @return [String]
715
719
  #
716
720
  # @!attribute [rw] tags
@@ -811,7 +815,7 @@ module Aws::KinesisVideo
811
815
  include Aws::Structure
812
816
  end
813
817
 
814
- # The stream is currently not available for this operation.
818
+ # The signaling channel is currently not available for this operation.
815
819
  #
816
820
  # @!attribute [rw] message
817
821
  # @return [String]
@@ -1023,7 +1027,8 @@ module Aws::KinesisVideo
1023
1027
  # }
1024
1028
  #
1025
1029
  # @!attribute [rw] resource_arn
1026
- # The ARN of the signaling channel to which you want to add tags.
1030
+ # The Amazon Resource Name (ARN) of the signaling channel to which you
1031
+ # want to add tags.
1027
1032
  # @return [String]
1028
1033
  #
1029
1034
  # @!attribute [rw] tags
@@ -1103,7 +1108,8 @@ module Aws::KinesisVideo
1103
1108
  # }
1104
1109
  #
1105
1110
  # @!attribute [rw] resource_arn
1106
- # The ARN of the signaling channel from which you want to remove tags.
1111
+ # The Amazon Resource Name (ARN) of the signaling channel from which
1112
+ # you want to remove tags.
1107
1113
  # @return [String]
1108
1114
  #
1109
1115
  # @!attribute [rw] tag_key_list
@@ -1221,7 +1227,8 @@ module Aws::KinesisVideo
1221
1227
  # }
1222
1228
  #
1223
1229
  # @!attribute [rw] channel_arn
1224
- # The ARN of the signaling channel that you want to update.
1230
+ # The Amazon Resource Name (ARN) of the signaling channel that you
1231
+ # want to update.
1225
1232
  # @return [String]
1226
1233
  #
1227
1234
  # @!attribute [rw] current_version
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisvideo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.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: 2020-03-09 00:00:00.000000000 Z
11
+ date: 2020-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - Kinesis Video