aws-sdk-kinesisvideoarchivedmedia 1.22.0 → 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-kinesisvideoarchivedmedia.rb +4 -2
- data/lib/aws-sdk-kinesisvideoarchivedmedia/client.rb +30 -11
- data/lib/aws-sdk-kinesisvideoarchivedmedia/client_api.rb +2 -0
- data/lib/aws-sdk-kinesisvideoarchivedmedia/errors.rb +2 -0
- data/lib/aws-sdk-kinesisvideoarchivedmedia/resource.rb +2 -0
- data/lib/aws-sdk-kinesisvideoarchivedmedia/types.rb +30 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '07318da47826066dd54fab56e4eb39834d627cadfa959826fd72f7f578d9e54d'
|
4
|
+
data.tar.gz: '08f3e9db764974244395395273a75e6fe3273fa414693378a393b3e43e3fe43c'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9be6e486a4738864ccaad72df9d7bfb97e80eaf4f8f408fdab659fd448278d012bcdc4485700efea636bfa28ad4ebef72057b2e6a86c1e75e1d163bcaa3d217
|
7
|
+
data.tar.gz: 1c42dbe194d3da9d7dba184e773d8d3b4bff5f8013f38f3bfe317ef9825a12912e8df2985896dd7137c0602c7995a7f6351da5dd862e1fdc7100c02c12493cbc
|
@@ -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:
|
@@ -42,9 +44,9 @@ require_relative 'aws-sdk-kinesisvideoarchivedmedia/customizations'
|
|
42
44
|
#
|
43
45
|
# See {Errors} for more information.
|
44
46
|
#
|
45
|
-
#
|
47
|
+
# @!group service
|
46
48
|
module Aws::KinesisVideoArchivedMedia
|
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:
|
@@ -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::KinesisVideoArchivedMedia
|
|
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::KinesisVideoArchivedMedia
|
|
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::
|
88
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
89
107
|
#
|
90
|
-
# * `Aws::
|
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,15 +116,15 @@ module Aws::KinesisVideoArchivedMedia
|
|
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
|
101
|
-
# very aggressive. Construct and pass an instance of
|
102
|
-
# `Aws::InstanceProfileCredentails`
|
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
|
107
126
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
127
|
+
# a default `:region` is searched for in the following locations:
|
109
128
|
#
|
110
129
|
# * `Aws.config[:region]`
|
111
130
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +180,7 @@ module Aws::KinesisVideoArchivedMedia
|
|
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
|
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::KinesisVideoArchivedMedia
|
|
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.
|
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.
|
@@ -1337,7 +1356,7 @@ module Aws::KinesisVideoArchivedMedia
|
|
1337
1356
|
params: params,
|
1338
1357
|
config: config)
|
1339
1358
|
context[:gem_name] = 'aws-sdk-kinesisvideoarchivedmedia'
|
1340
|
-
context[:gem_version] = '1.
|
1359
|
+
context[:gem_version] = '1.27.0'
|
1341
1360
|
Seahorse::Client::Request.new(handlers, context)
|
1342
1361
|
end
|
1343
1362
|
|
@@ -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.
|
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-
|
11
|
+
date: 2020-08-25 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.
|
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.
|
32
|
+
version: 3.99.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|