aws-sdk 1.34.0 → 1.34.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f3eab998ec1976fb63b405eaffe554c899f46167
4
- data.tar.gz: 010d90962f59d815fe5563ebfe329c5af18d99f2
3
+ metadata.gz: 80f0e6c76ec37faed48e5e715d0544b0b4b1a537
4
+ data.tar.gz: 150da872e796c9ecc3a1e38bf12c04aa46e79753
5
5
  SHA512:
6
- metadata.gz: da6dfb6b1b759cbeab599ed93a939aac6baafeac7ea33df2117a8065d835d18760ac3237f09a1bf09dd0bbee8be812831ed02353a47dee0676299c466f2b131a
7
- data.tar.gz: 0bd4b7b369cd023f81d7bb062fdd7920cfcec78efcb3394b8e6c6d45baf863e17bb9dbb9c68ce4f9d8ebdac2bf6ea1463cc878b8a8135e965cfa58ff65d33328
6
+ metadata.gz: a4aa5a651143bd427d94e7f5d5ae13359ba87aac930341becfa3a553db5634e08b81196eefef91b127eb629a424cf78792994ac762512b7a747cb142e911c561
7
+ data.tar.gz: fd0c6d584c969b5fdee2cd50ca830f27fb549808a9fdffa20f44787c298ada5c8377c1de3c552018590b36edcc947e909ae952f39f868dd84c574a0c842ab27d
@@ -1,4 +1,4 @@
1
- # Copyright 2011-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1
+ # Copyright 2011-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License"). You
4
4
  # may not use this file except in compliance with the License. A copy of
@@ -89,6 +89,55 @@
89
89
  :input_key:
90
90
  :name: InputKey
91
91
  :type: :string
92
+ :album_art:
93
+ :name: AlbumArt
94
+ :type: :hash
95
+ :members:
96
+ :merge_policy:
97
+ :name: MergePolicy
98
+ :type: :string
99
+ :artwork:
100
+ :name: Artwork
101
+ :type: :array
102
+ :members:
103
+ :name: member
104
+ :type: :hash
105
+ :members:
106
+ :input_key:
107
+ :name: InputKey
108
+ :type: :string
109
+ :max_width:
110
+ :name: MaxWidth
111
+ :type: :string
112
+ :max_height:
113
+ :name: MaxHeight
114
+ :type: :string
115
+ :sizing_policy:
116
+ :name: SizingPolicy
117
+ :type: :string
118
+ :padding_policy:
119
+ :name: PaddingPolicy
120
+ :type: :string
121
+ :album_art_format:
122
+ :name: AlbumArtFormat
123
+ :type: :string
124
+ :composition:
125
+ :name: Composition
126
+ :type: :array
127
+ :members:
128
+ :name: member
129
+ :type: :hash
130
+ :members:
131
+ :time_span:
132
+ :name: TimeSpan
133
+ :type: :hash
134
+ :members:
135
+ :start_time:
136
+ :name: StartTime
137
+ :type: :string
138
+ :duration:
139
+ :name: Duration
140
+ :type: :string
92
141
  :outputs:
93
142
  :name: Outputs
94
143
  :type: :array
@@ -124,6 +173,55 @@
124
173
  :input_key:
125
174
  :name: InputKey
126
175
  :type: :string
176
+ :album_art:
177
+ :name: AlbumArt
178
+ :type: :hash
179
+ :members:
180
+ :merge_policy:
181
+ :name: MergePolicy
182
+ :type: :string
183
+ :artwork:
184
+ :name: Artwork
185
+ :type: :array
186
+ :members:
187
+ :name: member
188
+ :type: :hash
189
+ :members:
190
+ :input_key:
191
+ :name: InputKey
192
+ :type: :string
193
+ :max_width:
194
+ :name: MaxWidth
195
+ :type: :string
196
+ :max_height:
197
+ :name: MaxHeight
198
+ :type: :string
199
+ :sizing_policy:
200
+ :name: SizingPolicy
201
+ :type: :string
202
+ :padding_policy:
203
+ :name: PaddingPolicy
204
+ :type: :string
205
+ :album_art_format:
206
+ :name: AlbumArtFormat
207
+ :type: :string
208
+ :composition:
209
+ :name: Composition
210
+ :type: :array
211
+ :members:
212
+ :name: member
213
+ :type: :hash
214
+ :members:
215
+ :time_span:
216
+ :name: TimeSpan
217
+ :type: :hash
218
+ :members:
219
+ :start_time:
220
+ :name: StartTime
221
+ :type: :string
222
+ :duration:
223
+ :name: Duration
224
+ :type: :string
127
225
  :output_key_prefix:
128
226
  :name: OutputKeyPrefix
129
227
  :type: :string
@@ -229,6 +327,49 @@
229
327
  InputKey:
230
328
  :sym: :input_key
231
329
  :type: :string
330
+ AlbumArt:
331
+ :sym: :album_art
332
+ :type: :hash
333
+ :members:
334
+ MergePolicy:
335
+ :sym: :merge_policy
336
+ :type: :string
337
+ Artwork:
338
+ :sym: :artwork
339
+ :type: :hash
340
+ :members:
341
+ InputKey:
342
+ :sym: :input_key
343
+ :type: :string
344
+ MaxWidth:
345
+ :sym: :max_width
346
+ :type: :string
347
+ MaxHeight:
348
+ :sym: :max_height
349
+ :type: :string
350
+ SizingPolicy:
351
+ :sym: :sizing_policy
352
+ :type: :string
353
+ PaddingPolicy:
354
+ :sym: :padding_policy
355
+ :type: :string
356
+ AlbumArtFormat:
357
+ :sym: :album_art_format
358
+ :type: :string
359
+ Composition:
360
+ :sym: :composition
361
+ :type: :hash
362
+ :members:
363
+ TimeSpan:
364
+ :sym: :time_span
365
+ :type: :hash
366
+ :members:
367
+ StartTime:
368
+ :sym: :start_time
369
+ :type: :string
370
+ Duration:
371
+ :sym: :duration
372
+ :type: :string
232
373
  Outputs:
233
374
  :sym: :outputs
234
375
  :type: :hash
@@ -276,6 +417,49 @@
276
417
  InputKey:
277
418
  :sym: :input_key
278
419
  :type: :string
420
+ AlbumArt:
421
+ :sym: :album_art
422
+ :type: :hash
423
+ :members:
424
+ MergePolicy:
425
+ :sym: :merge_policy
426
+ :type: :string
427
+ Artwork:
428
+ :sym: :artwork
429
+ :type: :hash
430
+ :members:
431
+ InputKey:
432
+ :sym: :input_key
433
+ :type: :string
434
+ MaxWidth:
435
+ :sym: :max_width
436
+ :type: :string
437
+ MaxHeight:
438
+ :sym: :max_height
439
+ :type: :string
440
+ SizingPolicy:
441
+ :sym: :sizing_policy
442
+ :type: :string
443
+ PaddingPolicy:
444
+ :sym: :padding_policy
445
+ :type: :string
446
+ AlbumArtFormat:
447
+ :sym: :album_art_format
448
+ :type: :string
449
+ Composition:
450
+ :sym: :composition
451
+ :type: :hash
452
+ :members:
453
+ TimeSpan:
454
+ :sym: :time_span
455
+ :type: :hash
456
+ :members:
457
+ StartTime:
458
+ :sym: :start_time
459
+ :type: :string
460
+ Duration:
461
+ :sym: :duration
462
+ :type: :string
279
463
  OutputKeyPrefix:
280
464
  :sym: :output_key_prefix
281
465
  :type: :string
@@ -916,6 +1100,49 @@
916
1100
  InputKey:
917
1101
  :sym: :input_key
918
1102
  :type: :string
1103
+ AlbumArt:
1104
+ :sym: :album_art
1105
+ :type: :hash
1106
+ :members:
1107
+ MergePolicy:
1108
+ :sym: :merge_policy
1109
+ :type: :string
1110
+ Artwork:
1111
+ :sym: :artwork
1112
+ :type: :hash
1113
+ :members:
1114
+ InputKey:
1115
+ :sym: :input_key
1116
+ :type: :string
1117
+ MaxWidth:
1118
+ :sym: :max_width
1119
+ :type: :string
1120
+ MaxHeight:
1121
+ :sym: :max_height
1122
+ :type: :string
1123
+ SizingPolicy:
1124
+ :sym: :sizing_policy
1125
+ :type: :string
1126
+ PaddingPolicy:
1127
+ :sym: :padding_policy
1128
+ :type: :string
1129
+ AlbumArtFormat:
1130
+ :sym: :album_art_format
1131
+ :type: :string
1132
+ Composition:
1133
+ :sym: :composition
1134
+ :type: :hash
1135
+ :members:
1136
+ TimeSpan:
1137
+ :sym: :time_span
1138
+ :type: :hash
1139
+ :members:
1140
+ StartTime:
1141
+ :sym: :start_time
1142
+ :type: :string
1143
+ Duration:
1144
+ :sym: :duration
1145
+ :type: :string
919
1146
  Outputs:
920
1147
  :sym: :outputs
921
1148
  :type: :hash
@@ -963,6 +1190,49 @@
963
1190
  InputKey:
964
1191
  :sym: :input_key
965
1192
  :type: :string
1193
+ AlbumArt:
1194
+ :sym: :album_art
1195
+ :type: :hash
1196
+ :members:
1197
+ MergePolicy:
1198
+ :sym: :merge_policy
1199
+ :type: :string
1200
+ Artwork:
1201
+ :sym: :artwork
1202
+ :type: :hash
1203
+ :members:
1204
+ InputKey:
1205
+ :sym: :input_key
1206
+ :type: :string
1207
+ MaxWidth:
1208
+ :sym: :max_width
1209
+ :type: :string
1210
+ MaxHeight:
1211
+ :sym: :max_height
1212
+ :type: :string
1213
+ SizingPolicy:
1214
+ :sym: :sizing_policy
1215
+ :type: :string
1216
+ PaddingPolicy:
1217
+ :sym: :padding_policy
1218
+ :type: :string
1219
+ AlbumArtFormat:
1220
+ :sym: :album_art_format
1221
+ :type: :string
1222
+ Composition:
1223
+ :sym: :composition
1224
+ :type: :hash
1225
+ :members:
1226
+ TimeSpan:
1227
+ :sym: :time_span
1228
+ :type: :hash
1229
+ :members:
1230
+ StartTime:
1231
+ :sym: :start_time
1232
+ :type: :string
1233
+ Duration:
1234
+ :sym: :duration
1235
+ :type: :string
966
1236
  OutputKeyPrefix:
967
1237
  :sym: :output_key_prefix
968
1238
  :type: :string
@@ -1087,6 +1357,49 @@
1087
1357
  InputKey:
1088
1358
  :sym: :input_key
1089
1359
  :type: :string
1360
+ AlbumArt:
1361
+ :sym: :album_art
1362
+ :type: :hash
1363
+ :members:
1364
+ MergePolicy:
1365
+ :sym: :merge_policy
1366
+ :type: :string
1367
+ Artwork:
1368
+ :sym: :artwork
1369
+ :type: :hash
1370
+ :members:
1371
+ InputKey:
1372
+ :sym: :input_key
1373
+ :type: :string
1374
+ MaxWidth:
1375
+ :sym: :max_width
1376
+ :type: :string
1377
+ MaxHeight:
1378
+ :sym: :max_height
1379
+ :type: :string
1380
+ SizingPolicy:
1381
+ :sym: :sizing_policy
1382
+ :type: :string
1383
+ PaddingPolicy:
1384
+ :sym: :padding_policy
1385
+ :type: :string
1386
+ AlbumArtFormat:
1387
+ :sym: :album_art_format
1388
+ :type: :string
1389
+ Composition:
1390
+ :sym: :composition
1391
+ :type: :hash
1392
+ :members:
1393
+ TimeSpan:
1394
+ :sym: :time_span
1395
+ :type: :hash
1396
+ :members:
1397
+ StartTime:
1398
+ :sym: :start_time
1399
+ :type: :string
1400
+ Duration:
1401
+ :sym: :duration
1402
+ :type: :string
1090
1403
  Outputs:
1091
1404
  :sym: :outputs
1092
1405
  :type: :hash
@@ -1134,6 +1447,49 @@
1134
1447
  InputKey:
1135
1448
  :sym: :input_key
1136
1449
  :type: :string
1450
+ AlbumArt:
1451
+ :sym: :album_art
1452
+ :type: :hash
1453
+ :members:
1454
+ MergePolicy:
1455
+ :sym: :merge_policy
1456
+ :type: :string
1457
+ Artwork:
1458
+ :sym: :artwork
1459
+ :type: :hash
1460
+ :members:
1461
+ InputKey:
1462
+ :sym: :input_key
1463
+ :type: :string
1464
+ MaxWidth:
1465
+ :sym: :max_width
1466
+ :type: :string
1467
+ MaxHeight:
1468
+ :sym: :max_height
1469
+ :type: :string
1470
+ SizingPolicy:
1471
+ :sym: :sizing_policy
1472
+ :type: :string
1473
+ PaddingPolicy:
1474
+ :sym: :padding_policy
1475
+ :type: :string
1476
+ AlbumArtFormat:
1477
+ :sym: :album_art_format
1478
+ :type: :string
1479
+ Composition:
1480
+ :sym: :composition
1481
+ :type: :hash
1482
+ :members:
1483
+ TimeSpan:
1484
+ :sym: :time_span
1485
+ :type: :hash
1486
+ :members:
1487
+ StartTime:
1488
+ :sym: :start_time
1489
+ :type: :string
1490
+ Duration:
1491
+ :sym: :duration
1492
+ :type: :string
1137
1493
  OutputKeyPrefix:
1138
1494
  :sym: :output_key_prefix
1139
1495
  :type: :string
@@ -1525,6 +1881,49 @@
1525
1881
  InputKey:
1526
1882
  :sym: :input_key
1527
1883
  :type: :string
1884
+ AlbumArt:
1885
+ :sym: :album_art
1886
+ :type: :hash
1887
+ :members:
1888
+ MergePolicy:
1889
+ :sym: :merge_policy
1890
+ :type: :string
1891
+ Artwork:
1892
+ :sym: :artwork
1893
+ :type: :hash
1894
+ :members:
1895
+ InputKey:
1896
+ :sym: :input_key
1897
+ :type: :string
1898
+ MaxWidth:
1899
+ :sym: :max_width
1900
+ :type: :string
1901
+ MaxHeight:
1902
+ :sym: :max_height
1903
+ :type: :string
1904
+ SizingPolicy:
1905
+ :sym: :sizing_policy
1906
+ :type: :string
1907
+ PaddingPolicy:
1908
+ :sym: :padding_policy
1909
+ :type: :string
1910
+ AlbumArtFormat:
1911
+ :sym: :album_art_format
1912
+ :type: :string
1913
+ Composition:
1914
+ :sym: :composition
1915
+ :type: :hash
1916
+ :members:
1917
+ TimeSpan:
1918
+ :sym: :time_span
1919
+ :type: :hash
1920
+ :members:
1921
+ StartTime:
1922
+ :sym: :start_time
1923
+ :type: :string
1924
+ Duration:
1925
+ :sym: :duration
1926
+ :type: :string
1528
1927
  Outputs:
1529
1928
  :sym: :outputs
1530
1929
  :type: :hash
@@ -1572,6 +1971,49 @@
1572
1971
  InputKey:
1573
1972
  :sym: :input_key
1574
1973
  :type: :string
1974
+ AlbumArt:
1975
+ :sym: :album_art
1976
+ :type: :hash
1977
+ :members:
1978
+ MergePolicy:
1979
+ :sym: :merge_policy
1980
+ :type: :string
1981
+ Artwork:
1982
+ :sym: :artwork
1983
+ :type: :hash
1984
+ :members:
1985
+ InputKey:
1986
+ :sym: :input_key
1987
+ :type: :string
1988
+ MaxWidth:
1989
+ :sym: :max_width
1990
+ :type: :string
1991
+ MaxHeight:
1992
+ :sym: :max_height
1993
+ :type: :string
1994
+ SizingPolicy:
1995
+ :sym: :sizing_policy
1996
+ :type: :string
1997
+ PaddingPolicy:
1998
+ :sym: :padding_policy
1999
+ :type: :string
2000
+ AlbumArtFormat:
2001
+ :sym: :album_art_format
2002
+ :type: :string
2003
+ Composition:
2004
+ :sym: :composition
2005
+ :type: :hash
2006
+ :members:
2007
+ TimeSpan:
2008
+ :sym: :time_span
2009
+ :type: :hash
2010
+ :members:
2011
+ StartTime:
2012
+ :sym: :start_time
2013
+ :type: :string
2014
+ Duration:
2015
+ :sym: :duration
2016
+ :type: :string
1575
2017
  OutputKeyPrefix:
1576
2018
  :sym: :output_key_prefix
1577
2019
  :type: :string
@@ -13,5 +13,5 @@
13
13
 
14
14
  module AWS
15
15
  # Current version of the AWS SDK for Ruby
16
- VERSION = '1.34.0'
16
+ VERSION = '1.34.1'
17
17
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.34.1
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: 2014-02-10 00:00:00.000000000 Z
11
+ date: 2014-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: uuidtools