aws-sdk-kinesisvideo 1.24.0 → 1.29.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: 50eff7cfe008da80acdcc6c7e425ab2b59d77413f0ad1b5c1f877fd9677e6d32
4
- data.tar.gz: 8b14d71312ebf6d652c7384e248a5f6893db3ff65dbbc6ad2d814eff9d1e8544
3
+ metadata.gz: 159e08a20761fc7079a0d3de46db83a9421f7694e598709cc059ba725a3055ab
4
+ data.tar.gz: 57fde06ab3b32fbc4013a6226c999469c9f105aba5a919a6356eef21544154e9
5
5
  SHA512:
6
- metadata.gz: 473d45435bec5e26400267bf8623a7bbbc2bb0fe3c5c19897642373e3802353e35dc87bb09940ceda5b7ec9b021720b4efb22a62f73ac1bb61e17374cce1587a
7
- data.tar.gz: 35d71f3519bc358efaf75e80a09ffab44e3215d080e15c52603fc4939c51a2dc5dfe8b0ed2616421a27de2a742380fe910fea3732df52e8298ae53263296a0d4
6
+ metadata.gz: fde3c8a1e6b31dd4da6d79bf0f8ddaf1b5b62b0558077adbd04b1aed4e2469e4b0aa83172881332d36b26955b31854ee170836dd17a893f99e20c99e0eb8b5bf
7
+ data.tar.gz: '01859a5285ec5466cb638339e291c2e7bf7053a501b4b4a2d235c954f084669cfce714ae8380dcc3e3ecc8f1288161a9716a4c65d4b2ec2654bc8fc098be2259'
@@ -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:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-kinesisvideo/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::KinesisVideo
47
50
 
48
- GEM_VERSION = '1.24.0'
51
+ GEM_VERSION = '1.29.0'
49
52
 
50
53
  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:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::KinesisVideo
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::RestJson)
74
78
 
@@ -81,13 +85,28 @@ module Aws::KinesisVideo
81
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
82
86
  # credentials.
83
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
84
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
85
103
  # from an EC2 IMDS on an EC2 instance.
86
104
  #
87
- # * `Aws::SharedCredentials` - Used for loading credentials from a
88
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
89
107
  #
90
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
91
110
  #
92
111
  # When `:credentials` are not configured directly, the following
93
112
  # locations will be searched for credentials:
@@ -97,10 +116,10 @@ module Aws::KinesisVideo
97
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
98
117
  # * `~/.aws/credentials`
99
118
  # * `~/.aws/config`
100
- # * EC2 IMDS instance profile - When used by default, the timeouts are
101
- # very aggressive. Construct and pass an instance of
102
- # `Aws::InstanceProfileCredentails` to enable retries and extended
103
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
104
123
  #
105
124
  # @option options [required, String] :region
106
125
  # The AWS region to connect to. The configured `:region` is
@@ -161,7 +180,7 @@ module Aws::KinesisVideo
161
180
  # @option options [String] :endpoint
162
181
  # The client endpoint is normally constructed from the `:region`
163
182
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
183
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
184
  #
166
185
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
186
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +195,7 @@ module Aws::KinesisVideo
176
195
  # requests fetching endpoints information. Defaults to 60 sec.
177
196
  #
178
197
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
198
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
199
  #
181
200
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
201
  # The log formatter.
@@ -1279,7 +1298,7 @@ module Aws::KinesisVideo
1279
1298
  params: params,
1280
1299
  config: config)
1281
1300
  context[:gem_name] = 'aws-sdk-kinesisvideo'
1282
- context[:gem_version] = '1.24.0'
1301
+ context[:gem_version] = '1.29.0'
1283
1302
  Seahorse::Client::Request.new(handlers, context)
1284
1303
  end
1285
1304
 
@@ -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:
@@ -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:
@@ -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:
@@ -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.24.0
4
+ version: 1.29.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-05-07 00:00:00.000000000 Z
11
+ date: 2020-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement