aws-sdk-kinesisvideoarchivedmedia 1.25.1 → 1.26.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: e722c08ad1bf6f52e8418a812b231a5a4e8a0bf53a84ed565cd0a4a9aab8b91f
4
- data.tar.gz: e05398eb5d1962848d8b42f590b4ce857c0737ff2e2cd6a836057f04a264dfe3
3
+ metadata.gz: 35560fb76c7b5b4365d977ac0bf1df3fa20e53a872496552bbfb0de25f6f7bfd
4
+ data.tar.gz: 670d243592bdaddb7ab8edcf9dbc01ba5d75dcb9542ce2234babace6fc62d71d
5
5
  SHA512:
6
- metadata.gz: 2574c7b8da4ece92758b6676491481fe4c58a8bf3c70818781211b7d8a5d321911fc6377ba706cb2680f41402e761b3137dc42b378c513361213f4580c07ee4d
7
- data.tar.gz: 69f0d919f33c232f3a431404e05303519b9b6639b3a99e2bfaa8b807805dd839a37cb0685c1cd87e94ee68a3b04a09ffcc5e03f810bea83ac4476b15a6e6b3d0
6
+ metadata.gz: 2e2d35b750ed0b3b4eef9605e8908f3cacf81a3d8dced1681e301e40f63a8b48284c72c17e65315c62bf99b8120f5859ce923ae25cd936fb786cad044d50c27e
7
+ data.tar.gz: f1d18bed3d4ca214010c5745f55fdedb35a7152eb75454d95c74ed3d6a5813c44d4e18d84edf775c926a181785bea04dc802025dbb52c6326b0406f3f3d55795
@@ -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-kinesisvideoarchivedmedia/customizations'
45
47
  # @service
46
48
  module Aws::KinesisVideoArchivedMedia
47
49
 
48
- GEM_VERSION = '1.25.1'
50
+ GEM_VERSION = '1.26.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:
@@ -1339,7 +1341,7 @@ module Aws::KinesisVideoArchivedMedia
1339
1341
  params: params,
1340
1342
  config: config)
1341
1343
  context[:gem_name] = 'aws-sdk-kinesisvideoarchivedmedia'
1342
- context[:gem_version] = '1.25.1'
1344
+ context[:gem_version] = '1.26.0'
1343
1345
  Seahorse::Client::Request.new(handlers, context)
1344
1346
  end
1345
1347
 
@@ -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:
@@ -18,6 +20,7 @@ module Aws::KinesisVideoArchivedMedia
18
20
  #
19
21
  class ClientLimitExceededException < Struct.new(
20
22
  :message)
23
+ SENSITIVE = []
21
24
  include Aws::Structure
22
25
  end
23
26
 
@@ -56,6 +59,7 @@ module Aws::KinesisVideoArchivedMedia
56
59
  class ClipFragmentSelector < Struct.new(
57
60
  :fragment_selector_type,
58
61
  :timestamp_range)
62
+ SENSITIVE = []
59
63
  include Aws::Structure
60
64
  end
61
65
 
@@ -103,6 +107,7 @@ module Aws::KinesisVideoArchivedMedia
103
107
  class ClipTimestampRange < Struct.new(
104
108
  :start_timestamp,
105
109
  :end_timestamp)
110
+ SENSITIVE = []
106
111
  include Aws::Structure
107
112
  end
108
113
 
@@ -163,6 +168,7 @@ module Aws::KinesisVideoArchivedMedia
163
168
  class DASHFragmentSelector < Struct.new(
164
169
  :fragment_selector_type,
165
170
  :timestamp_range)
171
+ SENSITIVE = []
166
172
  include Aws::Structure
167
173
  end
168
174
 
@@ -225,6 +231,7 @@ module Aws::KinesisVideoArchivedMedia
225
231
  class DASHTimestampRange < Struct.new(
226
232
  :start_timestamp,
227
233
  :end_timestamp)
234
+ SENSITIVE = []
228
235
  include Aws::Structure
229
236
  end
230
237
 
@@ -261,6 +268,7 @@ module Aws::KinesisVideoArchivedMedia
261
268
  :producer_timestamp,
262
269
  :server_timestamp,
263
270
  :fragment_length_in_milliseconds)
271
+ SENSITIVE = []
264
272
  include Aws::Structure
265
273
  end
266
274
 
@@ -308,6 +316,7 @@ module Aws::KinesisVideoArchivedMedia
308
316
  class FragmentSelector < Struct.new(
309
317
  :fragment_selector_type,
310
318
  :timestamp_range)
319
+ SENSITIVE = []
311
320
  include Aws::Structure
312
321
  end
313
322
 
@@ -350,6 +359,7 @@ module Aws::KinesisVideoArchivedMedia
350
359
  :stream_name,
351
360
  :stream_arn,
352
361
  :clip_fragment_selector)
362
+ SENSITIVE = []
353
363
  include Aws::Structure
354
364
  end
355
365
 
@@ -370,6 +380,7 @@ module Aws::KinesisVideoArchivedMedia
370
380
  class GetClipOutput < Struct.new(
371
381
  :content_type,
372
382
  :payload)
383
+ SENSITIVE = []
373
384
  include Aws::Structure
374
385
  end
375
386
 
@@ -559,6 +570,7 @@ module Aws::KinesisVideoArchivedMedia
559
570
  :dash_fragment_selector,
560
571
  :expires,
561
572
  :max_manifest_fragment_results)
573
+ SENSITIVE = []
562
574
  include Aws::Structure
563
575
  end
564
576
 
@@ -571,6 +583,7 @@ module Aws::KinesisVideoArchivedMedia
571
583
  #
572
584
  class GetDASHStreamingSessionURLOutput < Struct.new(
573
585
  :dash_streaming_session_url)
586
+ SENSITIVE = []
574
587
  include Aws::Structure
575
588
  end
576
589
 
@@ -796,6 +809,7 @@ module Aws::KinesisVideoArchivedMedia
796
809
  :display_fragment_timestamp,
797
810
  :expires,
798
811
  :max_media_playlist_fragment_results)
812
+ SENSITIVE = []
799
813
  include Aws::Structure
800
814
  end
801
815
 
@@ -808,6 +822,7 @@ module Aws::KinesisVideoArchivedMedia
808
822
  #
809
823
  class GetHLSStreamingSessionURLOutput < Struct.new(
810
824
  :hls_streaming_session_url)
825
+ SENSITIVE = []
811
826
  include Aws::Structure
812
827
  end
813
828
 
@@ -833,6 +848,7 @@ module Aws::KinesisVideoArchivedMedia
833
848
  class GetMediaForFragmentListInput < Struct.new(
834
849
  :stream_name,
835
850
  :fragments)
851
+ SENSITIVE = []
836
852
  include Aws::Structure
837
853
  end
838
854
 
@@ -877,6 +893,7 @@ module Aws::KinesisVideoArchivedMedia
877
893
  class GetMediaForFragmentListOutput < Struct.new(
878
894
  :content_type,
879
895
  :payload)
896
+ SENSITIVE = []
880
897
  include Aws::Structure
881
898
  end
882
899
 
@@ -937,6 +954,7 @@ module Aws::KinesisVideoArchivedMedia
937
954
  class HLSFragmentSelector < Struct.new(
938
955
  :fragment_selector_type,
939
956
  :timestamp_range)
957
+ SENSITIVE = []
940
958
  include Aws::Structure
941
959
  end
942
960
 
@@ -999,6 +1017,7 @@ module Aws::KinesisVideoArchivedMedia
999
1017
  class HLSTimestampRange < Struct.new(
1000
1018
  :start_timestamp,
1001
1019
  :end_timestamp)
1020
+ SENSITIVE = []
1002
1021
  include Aws::Structure
1003
1022
  end
1004
1023
 
@@ -1012,6 +1031,7 @@ module Aws::KinesisVideoArchivedMedia
1012
1031
  #
1013
1032
  class InvalidArgumentException < Struct.new(
1014
1033
  :message)
1034
+ SENSITIVE = []
1015
1035
  include Aws::Structure
1016
1036
  end
1017
1037
 
@@ -1025,6 +1045,7 @@ module Aws::KinesisVideoArchivedMedia
1025
1045
  #
1026
1046
  class InvalidCodecPrivateDataException < Struct.new(
1027
1047
  :message)
1048
+ SENSITIVE = []
1028
1049
  include Aws::Structure
1029
1050
  end
1030
1051
 
@@ -1038,6 +1059,7 @@ module Aws::KinesisVideoArchivedMedia
1038
1059
  #
1039
1060
  class InvalidMediaFrameException < Struct.new(
1040
1061
  :message)
1062
+ SENSITIVE = []
1041
1063
  include Aws::Structure
1042
1064
  end
1043
1065
 
@@ -1085,6 +1107,7 @@ module Aws::KinesisVideoArchivedMedia
1085
1107
  :max_results,
1086
1108
  :next_token,
1087
1109
  :fragment_selector)
1110
+ SENSITIVE = []
1088
1111
  include Aws::Structure
1089
1112
  end
1090
1113
 
@@ -1105,6 +1128,7 @@ module Aws::KinesisVideoArchivedMedia
1105
1128
  class ListFragmentsOutput < Struct.new(
1106
1129
  :fragments,
1107
1130
  :next_token)
1131
+ SENSITIVE = []
1108
1132
  include Aws::Structure
1109
1133
  end
1110
1134
 
@@ -1118,6 +1142,7 @@ module Aws::KinesisVideoArchivedMedia
1118
1142
  #
1119
1143
  class MissingCodecPrivateDataException < Struct.new(
1120
1144
  :message)
1145
+ SENSITIVE = []
1121
1146
  include Aws::Structure
1122
1147
  end
1123
1148
 
@@ -1131,6 +1156,7 @@ module Aws::KinesisVideoArchivedMedia
1131
1156
  #
1132
1157
  class NoDataRetentionException < Struct.new(
1133
1158
  :message)
1159
+ SENSITIVE = []
1134
1160
  include Aws::Structure
1135
1161
  end
1136
1162
 
@@ -1144,6 +1170,7 @@ module Aws::KinesisVideoArchivedMedia
1144
1170
  #
1145
1171
  class NotAuthorizedException < Struct.new(
1146
1172
  :message)
1173
+ SENSITIVE = []
1147
1174
  include Aws::Structure
1148
1175
  end
1149
1176
 
@@ -1164,6 +1191,7 @@ module Aws::KinesisVideoArchivedMedia
1164
1191
  #
1165
1192
  class ResourceNotFoundException < Struct.new(
1166
1193
  :message)
1194
+ SENSITIVE = []
1167
1195
  include Aws::Structure
1168
1196
  end
1169
1197
 
@@ -1192,6 +1220,7 @@ module Aws::KinesisVideoArchivedMedia
1192
1220
  class TimestampRange < Struct.new(
1193
1221
  :start_timestamp,
1194
1222
  :end_timestamp)
1223
+ SENSITIVE = []
1195
1224
  include Aws::Structure
1196
1225
  end
1197
1226
 
@@ -1208,6 +1237,7 @@ module Aws::KinesisVideoArchivedMedia
1208
1237
  #
1209
1238
  class UnsupportedStreamMediaTypeException < Struct.new(
1210
1239
  :message)
1240
+ SENSITIVE = []
1211
1241
  include Aws::Structure
1212
1242
  end
1213
1243
 
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.25.1
4
+ version: 1.26.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 00:00:00.000000000 Z
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