aws-sdk-kinesisvideo 1.26.1 → 1.27.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-kinesisvideo.rb +3 -1
- data/lib/aws-sdk-kinesisvideo/client.rb +3 -1
- data/lib/aws-sdk-kinesisvideo/client_api.rb +2 -0
- data/lib/aws-sdk-kinesisvideo/errors.rb +2 -0
- data/lib/aws-sdk-kinesisvideo/resource.rb +2 -0
- data/lib/aws-sdk-kinesisvideo/types.rb +52 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cdcc7e7dfc42f04c3c4e1546159533060fec886366db66fb8efbe1c4a71b0365
|
4
|
+
data.tar.gz: 14eae9f27b100f2604ec2a2c0ff9d06250a7c79dfc1b2a32e7b4bd2a19b92375
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4edcaca60c7a215746e158788dcac0c4577f5a5a31e6370fd8e32477b69eebd7150678a4e1e87cf942bf5aa5750c058ca6df3e4ddac76dcdda12c66a08aff30c
|
7
|
+
data.tar.gz: b22241092f653cae8666bc262c76fe81c6217b27738999b7d756bac787a564c29e8c51aacb86ae2a9592ad077fb29230d23c6d90b1aa2d57e59c8b5d635c3f1e
|
data/lib/aws-sdk-kinesisvideo.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-kinesisvideo/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::KinesisVideo
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.27.0'
|
49
51
|
|
50
52
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -1281,7 +1283,7 @@ module Aws::KinesisVideo
|
|
1281
1283
|
params: params,
|
1282
1284
|
config: config)
|
1283
1285
|
context[:gem_name] = 'aws-sdk-kinesisvideo'
|
1284
|
-
context[:gem_version] = '1.
|
1286
|
+
context[:gem_version] = '1.27.0'
|
1285
1287
|
Seahorse::Client::Request.new(handlers, context)
|
1286
1288
|
end
|
1287
1289
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -17,6 +19,7 @@ module Aws::KinesisVideo
|
|
17
19
|
#
|
18
20
|
class AccessDeniedException < Struct.new(
|
19
21
|
:message)
|
22
|
+
SENSITIVE = []
|
20
23
|
include Aws::Structure
|
21
24
|
end
|
22
25
|
|
@@ -30,6 +33,7 @@ module Aws::KinesisVideo
|
|
30
33
|
#
|
31
34
|
class AccountChannelLimitExceededException < Struct.new(
|
32
35
|
:message)
|
36
|
+
SENSITIVE = []
|
33
37
|
include Aws::Structure
|
34
38
|
end
|
35
39
|
|
@@ -42,6 +46,7 @@ module Aws::KinesisVideo
|
|
42
46
|
#
|
43
47
|
class AccountStreamLimitExceededException < Struct.new(
|
44
48
|
:message)
|
49
|
+
SENSITIVE = []
|
45
50
|
include Aws::Structure
|
46
51
|
end
|
47
52
|
|
@@ -87,6 +92,7 @@ module Aws::KinesisVideo
|
|
87
92
|
:creation_time,
|
88
93
|
:single_master_configuration,
|
89
94
|
:version)
|
95
|
+
SENSITIVE = []
|
90
96
|
include Aws::Structure
|
91
97
|
end
|
92
98
|
|
@@ -118,6 +124,7 @@ module Aws::KinesisVideo
|
|
118
124
|
class ChannelNameCondition < Struct.new(
|
119
125
|
:comparison_operator,
|
120
126
|
:comparison_value)
|
127
|
+
SENSITIVE = []
|
121
128
|
include Aws::Structure
|
122
129
|
end
|
123
130
|
|
@@ -131,6 +138,7 @@ module Aws::KinesisVideo
|
|
131
138
|
#
|
132
139
|
class ClientLimitExceededException < Struct.new(
|
133
140
|
:message)
|
141
|
+
SENSITIVE = []
|
134
142
|
include Aws::Structure
|
135
143
|
end
|
136
144
|
|
@@ -178,6 +186,7 @@ module Aws::KinesisVideo
|
|
178
186
|
:channel_type,
|
179
187
|
:single_master_configuration,
|
180
188
|
:tags)
|
189
|
+
SENSITIVE = []
|
181
190
|
include Aws::Structure
|
182
191
|
end
|
183
192
|
|
@@ -189,6 +198,7 @@ module Aws::KinesisVideo
|
|
189
198
|
#
|
190
199
|
class CreateSignalingChannelOutput < Struct.new(
|
191
200
|
:channel_arn)
|
201
|
+
SENSITIVE = []
|
192
202
|
include Aws::Structure
|
193
203
|
end
|
194
204
|
|
@@ -283,6 +293,7 @@ module Aws::KinesisVideo
|
|
283
293
|
:kms_key_id,
|
284
294
|
:data_retention_in_hours,
|
285
295
|
:tags)
|
296
|
+
SENSITIVE = []
|
286
297
|
include Aws::Structure
|
287
298
|
end
|
288
299
|
|
@@ -294,6 +305,7 @@ module Aws::KinesisVideo
|
|
294
305
|
#
|
295
306
|
class CreateStreamOutput < Struct.new(
|
296
307
|
:stream_arn)
|
308
|
+
SENSITIVE = []
|
297
309
|
include Aws::Structure
|
298
310
|
end
|
299
311
|
|
@@ -322,6 +334,7 @@ module Aws::KinesisVideo
|
|
322
334
|
class DeleteSignalingChannelInput < Struct.new(
|
323
335
|
:channel_arn,
|
324
336
|
:current_version)
|
337
|
+
SENSITIVE = []
|
325
338
|
include Aws::Structure
|
326
339
|
end
|
327
340
|
|
@@ -358,6 +371,7 @@ module Aws::KinesisVideo
|
|
358
371
|
class DeleteStreamInput < Struct.new(
|
359
372
|
:stream_arn,
|
360
373
|
:current_version)
|
374
|
+
SENSITIVE = []
|
361
375
|
include Aws::Structure
|
362
376
|
end
|
363
377
|
|
@@ -386,6 +400,7 @@ module Aws::KinesisVideo
|
|
386
400
|
class DescribeSignalingChannelInput < Struct.new(
|
387
401
|
:channel_name,
|
388
402
|
:channel_arn)
|
403
|
+
SENSITIVE = []
|
389
404
|
include Aws::Structure
|
390
405
|
end
|
391
406
|
|
@@ -398,6 +413,7 @@ module Aws::KinesisVideo
|
|
398
413
|
#
|
399
414
|
class DescribeSignalingChannelOutput < Struct.new(
|
400
415
|
:channel_info)
|
416
|
+
SENSITIVE = []
|
401
417
|
include Aws::Structure
|
402
418
|
end
|
403
419
|
|
@@ -422,6 +438,7 @@ module Aws::KinesisVideo
|
|
422
438
|
class DescribeStreamInput < Struct.new(
|
423
439
|
:stream_name,
|
424
440
|
:stream_arn)
|
441
|
+
SENSITIVE = []
|
425
442
|
include Aws::Structure
|
426
443
|
end
|
427
444
|
|
@@ -433,6 +450,7 @@ module Aws::KinesisVideo
|
|
433
450
|
#
|
434
451
|
class DescribeStreamOutput < Struct.new(
|
435
452
|
:stream_info)
|
453
|
+
SENSITIVE = []
|
436
454
|
include Aws::Structure
|
437
455
|
end
|
438
456
|
|
@@ -445,6 +463,7 @@ module Aws::KinesisVideo
|
|
445
463
|
#
|
446
464
|
class DeviceStreamLimitExceededException < Struct.new(
|
447
465
|
:message)
|
466
|
+
SENSITIVE = []
|
448
467
|
include Aws::Structure
|
449
468
|
end
|
450
469
|
|
@@ -478,6 +497,7 @@ module Aws::KinesisVideo
|
|
478
497
|
:stream_name,
|
479
498
|
:stream_arn,
|
480
499
|
:api_name)
|
500
|
+
SENSITIVE = []
|
481
501
|
include Aws::Structure
|
482
502
|
end
|
483
503
|
|
@@ -490,6 +510,7 @@ module Aws::KinesisVideo
|
|
490
510
|
#
|
491
511
|
class GetDataEndpointOutput < Struct.new(
|
492
512
|
:data_endpoint)
|
513
|
+
SENSITIVE = []
|
493
514
|
include Aws::Structure
|
494
515
|
end
|
495
516
|
|
@@ -519,6 +540,7 @@ module Aws::KinesisVideo
|
|
519
540
|
class GetSignalingChannelEndpointInput < Struct.new(
|
520
541
|
:channel_arn,
|
521
542
|
:single_master_channel_endpoint_configuration)
|
543
|
+
SENSITIVE = []
|
522
544
|
include Aws::Structure
|
523
545
|
end
|
524
546
|
|
@@ -530,6 +552,7 @@ module Aws::KinesisVideo
|
|
530
552
|
#
|
531
553
|
class GetSignalingChannelEndpointOutput < Struct.new(
|
532
554
|
:resource_endpoint_list)
|
555
|
+
SENSITIVE = []
|
533
556
|
include Aws::Structure
|
534
557
|
end
|
535
558
|
|
@@ -542,6 +565,7 @@ module Aws::KinesisVideo
|
|
542
565
|
#
|
543
566
|
class InvalidArgumentException < Struct.new(
|
544
567
|
:message)
|
568
|
+
SENSITIVE = []
|
545
569
|
include Aws::Structure
|
546
570
|
end
|
547
571
|
|
@@ -554,6 +578,7 @@ module Aws::KinesisVideo
|
|
554
578
|
#
|
555
579
|
class InvalidDeviceException < Struct.new(
|
556
580
|
:message)
|
581
|
+
SENSITIVE = []
|
557
582
|
include Aws::Structure
|
558
583
|
end
|
559
584
|
|
@@ -566,6 +591,7 @@ module Aws::KinesisVideo
|
|
566
591
|
#
|
567
592
|
class InvalidResourceFormatException < Struct.new(
|
568
593
|
:message)
|
594
|
+
SENSITIVE = []
|
569
595
|
include Aws::Structure
|
570
596
|
end
|
571
597
|
|
@@ -604,6 +630,7 @@ module Aws::KinesisVideo
|
|
604
630
|
:max_results,
|
605
631
|
:next_token,
|
606
632
|
:channel_name_condition)
|
633
|
+
SENSITIVE = []
|
607
634
|
include Aws::Structure
|
608
635
|
end
|
609
636
|
|
@@ -622,6 +649,7 @@ module Aws::KinesisVideo
|
|
622
649
|
class ListSignalingChannelsOutput < Struct.new(
|
623
650
|
:channel_info_list,
|
624
651
|
:next_token)
|
652
|
+
SENSITIVE = []
|
625
653
|
include Aws::Structure
|
626
654
|
end
|
627
655
|
|
@@ -661,6 +689,7 @@ module Aws::KinesisVideo
|
|
661
689
|
:max_results,
|
662
690
|
:next_token,
|
663
691
|
:stream_name_condition)
|
692
|
+
SENSITIVE = []
|
664
693
|
include Aws::Structure
|
665
694
|
end
|
666
695
|
|
@@ -679,6 +708,7 @@ module Aws::KinesisVideo
|
|
679
708
|
class ListStreamsOutput < Struct.new(
|
680
709
|
:stream_info_list,
|
681
710
|
:next_token)
|
711
|
+
SENSITIVE = []
|
682
712
|
include Aws::Structure
|
683
713
|
end
|
684
714
|
|
@@ -707,6 +737,7 @@ module Aws::KinesisVideo
|
|
707
737
|
class ListTagsForResourceInput < Struct.new(
|
708
738
|
:next_token,
|
709
739
|
:resource_arn)
|
740
|
+
SENSITIVE = []
|
710
741
|
include Aws::Structure
|
711
742
|
end
|
712
743
|
|
@@ -727,6 +758,7 @@ module Aws::KinesisVideo
|
|
727
758
|
class ListTagsForResourceOutput < Struct.new(
|
728
759
|
:next_token,
|
729
760
|
:tags)
|
761
|
+
SENSITIVE = []
|
730
762
|
include Aws::Structure
|
731
763
|
end
|
732
764
|
|
@@ -761,6 +793,7 @@ module Aws::KinesisVideo
|
|
761
793
|
:next_token,
|
762
794
|
:stream_arn,
|
763
795
|
:stream_name)
|
796
|
+
SENSITIVE = []
|
764
797
|
include Aws::Structure
|
765
798
|
end
|
766
799
|
|
@@ -779,6 +812,7 @@ module Aws::KinesisVideo
|
|
779
812
|
class ListTagsForStreamOutput < Struct.new(
|
780
813
|
:next_token,
|
781
814
|
:tags)
|
815
|
+
SENSITIVE = []
|
782
816
|
include Aws::Structure
|
783
817
|
end
|
784
818
|
|
@@ -791,6 +825,7 @@ module Aws::KinesisVideo
|
|
791
825
|
#
|
792
826
|
class NotAuthorizedException < Struct.new(
|
793
827
|
:message)
|
828
|
+
SENSITIVE = []
|
794
829
|
include Aws::Structure
|
795
830
|
end
|
796
831
|
|
@@ -812,6 +847,7 @@ module Aws::KinesisVideo
|
|
812
847
|
class ResourceEndpointListItem < Struct.new(
|
813
848
|
:protocol,
|
814
849
|
:resource_endpoint)
|
850
|
+
SENSITIVE = []
|
815
851
|
include Aws::Structure
|
816
852
|
end
|
817
853
|
|
@@ -824,6 +860,7 @@ module Aws::KinesisVideo
|
|
824
860
|
#
|
825
861
|
class ResourceInUseException < Struct.new(
|
826
862
|
:message)
|
863
|
+
SENSITIVE = []
|
827
864
|
include Aws::Structure
|
828
865
|
end
|
829
866
|
|
@@ -837,6 +874,7 @@ module Aws::KinesisVideo
|
|
837
874
|
#
|
838
875
|
class ResourceNotFoundException < Struct.new(
|
839
876
|
:message)
|
877
|
+
SENSITIVE = []
|
840
878
|
include Aws::Structure
|
841
879
|
end
|
842
880
|
|
@@ -873,6 +911,7 @@ module Aws::KinesisVideo
|
|
873
911
|
class SingleMasterChannelEndpointConfiguration < Struct.new(
|
874
912
|
:protocols,
|
875
913
|
:role)
|
914
|
+
SENSITIVE = []
|
876
915
|
include Aws::Structure
|
877
916
|
end
|
878
917
|
|
@@ -895,6 +934,7 @@ module Aws::KinesisVideo
|
|
895
934
|
#
|
896
935
|
class SingleMasterConfiguration < Struct.new(
|
897
936
|
:message_ttl_seconds)
|
937
|
+
SENSITIVE = []
|
898
938
|
include Aws::Structure
|
899
939
|
end
|
900
940
|
|
@@ -949,6 +989,7 @@ module Aws::KinesisVideo
|
|
949
989
|
:status,
|
950
990
|
:creation_time,
|
951
991
|
:data_retention_in_hours)
|
992
|
+
SENSITIVE = []
|
952
993
|
include Aws::Structure
|
953
994
|
end
|
954
995
|
|
@@ -981,6 +1022,7 @@ module Aws::KinesisVideo
|
|
981
1022
|
class StreamNameCondition < Struct.new(
|
982
1023
|
:comparison_operator,
|
983
1024
|
:comparison_value)
|
1025
|
+
SENSITIVE = []
|
984
1026
|
include Aws::Structure
|
985
1027
|
end
|
986
1028
|
|
@@ -1010,6 +1052,7 @@ module Aws::KinesisVideo
|
|
1010
1052
|
class Tag < Struct.new(
|
1011
1053
|
:key,
|
1012
1054
|
:value)
|
1055
|
+
SENSITIVE = []
|
1013
1056
|
include Aws::Structure
|
1014
1057
|
end
|
1015
1058
|
|
@@ -1041,6 +1084,7 @@ module Aws::KinesisVideo
|
|
1041
1084
|
class TagResourceInput < Struct.new(
|
1042
1085
|
:resource_arn,
|
1043
1086
|
:tags)
|
1087
|
+
SENSITIVE = []
|
1044
1088
|
include Aws::Structure
|
1045
1089
|
end
|
1046
1090
|
|
@@ -1079,6 +1123,7 @@ module Aws::KinesisVideo
|
|
1079
1123
|
:stream_arn,
|
1080
1124
|
:stream_name,
|
1081
1125
|
:tags)
|
1126
|
+
SENSITIVE = []
|
1082
1127
|
include Aws::Structure
|
1083
1128
|
end
|
1084
1129
|
|
@@ -1096,6 +1141,7 @@ module Aws::KinesisVideo
|
|
1096
1141
|
#
|
1097
1142
|
class TagsPerResourceExceededLimitException < Struct.new(
|
1098
1143
|
:message)
|
1144
|
+
SENSITIVE = []
|
1099
1145
|
include Aws::Structure
|
1100
1146
|
end
|
1101
1147
|
|
@@ -1121,6 +1167,7 @@ module Aws::KinesisVideo
|
|
1121
1167
|
class UntagResourceInput < Struct.new(
|
1122
1168
|
:resource_arn,
|
1123
1169
|
:tag_key_list)
|
1170
|
+
SENSITIVE = []
|
1124
1171
|
include Aws::Structure
|
1125
1172
|
end
|
1126
1173
|
|
@@ -1156,6 +1203,7 @@ module Aws::KinesisVideo
|
|
1156
1203
|
:stream_arn,
|
1157
1204
|
:stream_name,
|
1158
1205
|
:tag_key_list)
|
1206
|
+
SENSITIVE = []
|
1159
1207
|
include Aws::Structure
|
1160
1208
|
end
|
1161
1209
|
|
@@ -1208,6 +1256,7 @@ module Aws::KinesisVideo
|
|
1208
1256
|
:current_version,
|
1209
1257
|
:operation,
|
1210
1258
|
:data_retention_change_in_hours)
|
1259
|
+
SENSITIVE = []
|
1211
1260
|
include Aws::Structure
|
1212
1261
|
end
|
1213
1262
|
|
@@ -1247,6 +1296,7 @@ module Aws::KinesisVideo
|
|
1247
1296
|
:channel_arn,
|
1248
1297
|
:current_version,
|
1249
1298
|
:single_master_configuration)
|
1299
|
+
SENSITIVE = []
|
1250
1300
|
include Aws::Structure
|
1251
1301
|
end
|
1252
1302
|
|
@@ -1313,6 +1363,7 @@ module Aws::KinesisVideo
|
|
1313
1363
|
:current_version,
|
1314
1364
|
:device_name,
|
1315
1365
|
:media_type)
|
1366
|
+
SENSITIVE = []
|
1316
1367
|
include Aws::Structure
|
1317
1368
|
end
|
1318
1369
|
|
@@ -1334,6 +1385,7 @@ module Aws::KinesisVideo
|
|
1334
1385
|
#
|
1335
1386
|
class VersionMismatchException < Struct.new(
|
1336
1387
|
:message)
|
1388
|
+
SENSITIVE = []
|
1337
1389
|
include Aws::Structure
|
1338
1390
|
end
|
1339
1391
|
|
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.
|
4
|
+
version: 1.27.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-06-
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|