aws-sdk 2.0.27 → 2.0.31
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.
- package/README.md +1 -1
- package/apis/datapipeline-2012-10-29.min.json +92 -27
- package/apis/elastictranscoder-2012-09-25.min.json +103 -64
- package/apis/iam-2010-05-08.min.json +122 -25
- package/apis/kinesis-2013-12-02.min.json +52 -0
- package/apis/opsworks-2013-02-18.min.json +255 -117
- package/apis/redshift-2012-12-01.min.json +294 -98
- package/apis/route53-2013-04-01.min.json +33 -0
- package/apis/s3-2006-03-01.min.json +72 -96
- package/apis/sqs-2012-11-05.min.json +15 -4
- package/lib/config.js +11 -0
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -0
- package/lib/protocol/rest.js +1 -1
- package/lib/service.js +7 -1
- package/lib/services/dynamodb.js +1 -1
- package/lib/services/s3.js +32 -8
- package/lib/util.js +31 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ to work with the new major version.
|
|
|
24
24
|
To use the SDK in the browser, simply add the following script tag to your
|
|
25
25
|
HTML pages:
|
|
26
26
|
|
|
27
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.
|
|
27
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.0.31.min.js"></script>
|
|
28
28
|
|
|
29
29
|
The AWS SDK is also compatible with [browserify](http://browserify.org).
|
|
30
30
|
|
|
@@ -16,7 +16,10 @@
|
|
|
16
16
|
"pipelineId"
|
|
17
17
|
],
|
|
18
18
|
"members": {
|
|
19
|
-
"pipelineId": {}
|
|
19
|
+
"pipelineId": {},
|
|
20
|
+
"parameterValues": {
|
|
21
|
+
"shape": "S3"
|
|
22
|
+
}
|
|
20
23
|
}
|
|
21
24
|
},
|
|
22
25
|
"output": {
|
|
@@ -68,7 +71,7 @@
|
|
|
68
71
|
"members": {
|
|
69
72
|
"pipelineId": {},
|
|
70
73
|
"objectIds": {
|
|
71
|
-
"shape": "
|
|
74
|
+
"shape": "Sd"
|
|
72
75
|
},
|
|
73
76
|
"evaluateExpressions": {
|
|
74
77
|
"type": "boolean"
|
|
@@ -83,7 +86,7 @@
|
|
|
83
86
|
],
|
|
84
87
|
"members": {
|
|
85
88
|
"pipelineObjects": {
|
|
86
|
-
"shape": "
|
|
89
|
+
"shape": "Sg"
|
|
87
90
|
},
|
|
88
91
|
"marker": {},
|
|
89
92
|
"hasMoreResults": {
|
|
@@ -100,7 +103,7 @@
|
|
|
100
103
|
],
|
|
101
104
|
"members": {
|
|
102
105
|
"pipelineIds": {
|
|
103
|
-
"shape": "
|
|
106
|
+
"shape": "Sd"
|
|
104
107
|
}
|
|
105
108
|
}
|
|
106
109
|
},
|
|
@@ -123,7 +126,7 @@
|
|
|
123
126
|
"pipelineId": {},
|
|
124
127
|
"name": {},
|
|
125
128
|
"fields": {
|
|
126
|
-
"shape": "
|
|
129
|
+
"shape": "Si"
|
|
127
130
|
},
|
|
128
131
|
"description": {}
|
|
129
132
|
}
|
|
@@ -171,7 +174,13 @@
|
|
|
171
174
|
"type": "structure",
|
|
172
175
|
"members": {
|
|
173
176
|
"pipelineObjects": {
|
|
174
|
-
"shape": "
|
|
177
|
+
"shape": "Sg"
|
|
178
|
+
},
|
|
179
|
+
"parameterObjects": {
|
|
180
|
+
"shape": "St"
|
|
181
|
+
},
|
|
182
|
+
"parameterValues": {
|
|
183
|
+
"shape": "S3"
|
|
175
184
|
}
|
|
176
185
|
}
|
|
177
186
|
}
|
|
@@ -237,7 +246,7 @@
|
|
|
237
246
|
"type": "map",
|
|
238
247
|
"key": {},
|
|
239
248
|
"value": {
|
|
240
|
-
"shape": "
|
|
249
|
+
"shape": "Sh"
|
|
241
250
|
}
|
|
242
251
|
}
|
|
243
252
|
}
|
|
@@ -255,7 +264,13 @@
|
|
|
255
264
|
"members": {
|
|
256
265
|
"pipelineId": {},
|
|
257
266
|
"pipelineObjects": {
|
|
258
|
-
"shape": "
|
|
267
|
+
"shape": "Sg"
|
|
268
|
+
},
|
|
269
|
+
"parameterObjects": {
|
|
270
|
+
"shape": "St"
|
|
271
|
+
},
|
|
272
|
+
"parameterValues": {
|
|
273
|
+
"shape": "S3"
|
|
259
274
|
}
|
|
260
275
|
}
|
|
261
276
|
},
|
|
@@ -266,10 +281,10 @@
|
|
|
266
281
|
],
|
|
267
282
|
"members": {
|
|
268
283
|
"validationErrors": {
|
|
269
|
-
"shape": "
|
|
284
|
+
"shape": "S1b"
|
|
270
285
|
},
|
|
271
286
|
"validationWarnings": {
|
|
272
|
-
"shape": "
|
|
287
|
+
"shape": "S1f"
|
|
273
288
|
},
|
|
274
289
|
"errored": {
|
|
275
290
|
"type": "boolean"
|
|
@@ -321,7 +336,7 @@
|
|
|
321
336
|
"type": "structure",
|
|
322
337
|
"members": {
|
|
323
338
|
"ids": {
|
|
324
|
-
"shape": "
|
|
339
|
+
"shape": "Sd"
|
|
325
340
|
},
|
|
326
341
|
"marker": {},
|
|
327
342
|
"hasMoreResults": {
|
|
@@ -337,7 +352,10 @@
|
|
|
337
352
|
"taskId"
|
|
338
353
|
],
|
|
339
354
|
"members": {
|
|
340
|
-
"taskId": {}
|
|
355
|
+
"taskId": {},
|
|
356
|
+
"fields": {
|
|
357
|
+
"shape": "Si"
|
|
358
|
+
}
|
|
341
359
|
}
|
|
342
360
|
},
|
|
343
361
|
"output": {
|
|
@@ -387,7 +405,7 @@
|
|
|
387
405
|
"members": {
|
|
388
406
|
"pipelineId": {},
|
|
389
407
|
"objectIds": {
|
|
390
|
-
"shape": "
|
|
408
|
+
"shape": "Sd"
|
|
391
409
|
},
|
|
392
410
|
"status": {}
|
|
393
411
|
}
|
|
@@ -423,7 +441,13 @@
|
|
|
423
441
|
"members": {
|
|
424
442
|
"pipelineId": {},
|
|
425
443
|
"pipelineObjects": {
|
|
426
|
-
"shape": "
|
|
444
|
+
"shape": "Sg"
|
|
445
|
+
},
|
|
446
|
+
"parameterObjects": {
|
|
447
|
+
"shape": "St"
|
|
448
|
+
},
|
|
449
|
+
"parameterValues": {
|
|
450
|
+
"shape": "S3"
|
|
427
451
|
}
|
|
428
452
|
}
|
|
429
453
|
},
|
|
@@ -434,10 +458,10 @@
|
|
|
434
458
|
],
|
|
435
459
|
"members": {
|
|
436
460
|
"validationErrors": {
|
|
437
|
-
"shape": "
|
|
461
|
+
"shape": "S1b"
|
|
438
462
|
},
|
|
439
463
|
"validationWarnings": {
|
|
440
|
-
"shape": "
|
|
464
|
+
"shape": "S1f"
|
|
441
465
|
},
|
|
442
466
|
"errored": {
|
|
443
467
|
"type": "boolean"
|
|
@@ -447,17 +471,31 @@
|
|
|
447
471
|
}
|
|
448
472
|
},
|
|
449
473
|
"shapes": {
|
|
450
|
-
"
|
|
474
|
+
"S3": {
|
|
475
|
+
"type": "list",
|
|
476
|
+
"member": {
|
|
477
|
+
"type": "structure",
|
|
478
|
+
"required": [
|
|
479
|
+
"id",
|
|
480
|
+
"stringValue"
|
|
481
|
+
],
|
|
482
|
+
"members": {
|
|
483
|
+
"id": {},
|
|
484
|
+
"stringValue": {}
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
"Sd": {
|
|
451
489
|
"type": "list",
|
|
452
490
|
"member": {}
|
|
453
491
|
},
|
|
454
|
-
"
|
|
492
|
+
"Sg": {
|
|
455
493
|
"type": "list",
|
|
456
494
|
"member": {
|
|
457
|
-
"shape": "
|
|
495
|
+
"shape": "Sh"
|
|
458
496
|
}
|
|
459
497
|
},
|
|
460
|
-
"
|
|
498
|
+
"Sh": {
|
|
461
499
|
"type": "structure",
|
|
462
500
|
"required": [
|
|
463
501
|
"id",
|
|
@@ -468,11 +506,11 @@
|
|
|
468
506
|
"id": {},
|
|
469
507
|
"name": {},
|
|
470
508
|
"fields": {
|
|
471
|
-
"shape": "
|
|
509
|
+
"shape": "Si"
|
|
472
510
|
}
|
|
473
511
|
}
|
|
474
512
|
},
|
|
475
|
-
"
|
|
513
|
+
"Si": {
|
|
476
514
|
"type": "list",
|
|
477
515
|
"member": {
|
|
478
516
|
"type": "structure",
|
|
@@ -486,30 +524,57 @@
|
|
|
486
524
|
}
|
|
487
525
|
}
|
|
488
526
|
},
|
|
489
|
-
"
|
|
527
|
+
"St": {
|
|
528
|
+
"type": "list",
|
|
529
|
+
"member": {
|
|
530
|
+
"type": "structure",
|
|
531
|
+
"required": [
|
|
532
|
+
"id",
|
|
533
|
+
"attributes"
|
|
534
|
+
],
|
|
535
|
+
"members": {
|
|
536
|
+
"id": {},
|
|
537
|
+
"attributes": {
|
|
538
|
+
"type": "list",
|
|
539
|
+
"member": {
|
|
540
|
+
"type": "structure",
|
|
541
|
+
"required": [
|
|
542
|
+
"key",
|
|
543
|
+
"stringValue"
|
|
544
|
+
],
|
|
545
|
+
"members": {
|
|
546
|
+
"key": {},
|
|
547
|
+
"stringValue": {}
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
"S1b": {
|
|
490
555
|
"type": "list",
|
|
491
556
|
"member": {
|
|
492
557
|
"type": "structure",
|
|
493
558
|
"members": {
|
|
494
559
|
"id": {},
|
|
495
560
|
"errors": {
|
|
496
|
-
"shape": "
|
|
561
|
+
"shape": "S1d"
|
|
497
562
|
}
|
|
498
563
|
}
|
|
499
564
|
}
|
|
500
565
|
},
|
|
501
|
-
"
|
|
566
|
+
"S1d": {
|
|
502
567
|
"type": "list",
|
|
503
568
|
"member": {}
|
|
504
569
|
},
|
|
505
|
-
"
|
|
570
|
+
"S1f": {
|
|
506
571
|
"type": "list",
|
|
507
572
|
"member": {
|
|
508
573
|
"type": "structure",
|
|
509
574
|
"members": {
|
|
510
575
|
"id": {},
|
|
511
576
|
"warnings": {
|
|
512
|
-
"shape": "
|
|
577
|
+
"shape": "S1d"
|
|
513
578
|
}
|
|
514
579
|
}
|
|
515
580
|
}
|