aws-sdk-kinesisvideoarchivedmedia 1.25.1 → 1.30.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: a1e55c43b76ea7a86329e2b3e1853b0f80181c7cf75029190b89a6fcc321550a
4
+ data.tar.gz: ee1d5d3149dc41c9b5dc22a309c1585f83daa35a77e5e89c8eb9dc619e6f3ab4
5
5
  SHA512:
6
- metadata.gz: 2574c7b8da4ece92758b6676491481fe4c58a8bf3c70818781211b7d8a5d321911fc6377ba706cb2680f41402e761b3137dc42b378c513361213f4580c07ee4d
7
- data.tar.gz: 69f0d919f33c232f3a431404e05303519b9b6639b3a99e2bfaa8b807805dd839a37cb0685c1cd87e94ee68a3b04a09ffcc5e03f810bea83ac4476b15a6e6b3d0
6
+ metadata.gz: e4ed5fb67bf7372e988daa96c39640c05cf7047dbc6730802663dbc48c52b79cdd364dc0a99ced4de8c346efd8f358ff34f56c9a114c299323a113eb9137219a
7
+ data.tar.gz: 4639b52c0185708a74d283f30b4db7135a4565393ea555f624170d5cdce2165192477e5863f0abc8d6ec76e552963e2f6c6a1e0c9002b956ec3b07d3e80b9a3e
@@ -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-kinesisvideoarchivedmedia/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::KinesisVideoArchivedMedia
47
50
 
48
- GEM_VERSION = '1.25.1'
51
+ GEM_VERSION = '1.30.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:
@@ -83,13 +85,28 @@ module Aws::KinesisVideoArchivedMedia
83
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
84
86
  # credentials.
85
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
+ #
86
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
87
103
  # from an EC2 IMDS on an EC2 instance.
88
104
  #
89
- # * `Aws::SharedCredentials` - Used for loading credentials from a
90
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
91
107
  #
92
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
93
110
  #
94
111
  # When `:credentials` are not configured directly, the following
95
112
  # locations will be searched for credentials:
@@ -99,10 +116,10 @@ module Aws::KinesisVideoArchivedMedia
99
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
100
117
  # * `~/.aws/credentials`
101
118
  # * `~/.aws/config`
102
- # * EC2 IMDS instance profile - When used by default, the timeouts are
103
- # very aggressive. Construct and pass an instance of
104
- # `Aws::InstanceProfileCredentails` to enable retries and extended
105
- # 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.
106
123
  #
107
124
  # @option options [required, String] :region
108
125
  # The AWS region to connect to. The configured `:region` is
@@ -1339,7 +1356,7 @@ module Aws::KinesisVideoArchivedMedia
1339
1356
  params: params,
1340
1357
  config: config)
1341
1358
  context[:gem_name] = 'aws-sdk-kinesisvideoarchivedmedia'
1342
- context[:gem_version] = '1.25.1'
1359
+ context[:gem_version] = '1.30.0'
1343
1360
  Seahorse::Client::Request.new(handlers, context)
1344
1361
  end
1345
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:
@@ -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.30.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: 2021-02-02 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.99.0
22
+ version: 3.112.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.99.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement