aws-sdk-core 2.0.0.rc7 → 2.0.0.rc8

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.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -5
  3. data/README.md +2 -2
  4. data/apis/CloudFormation-2010-05-15.json +27 -0
  5. data/apis/CloudSearch-2013-01-01.json +16 -0
  6. data/apis/CloudWatch-2010-08-01.json +0 -185
  7. data/apis/ElastiCache-2014-03-24.json +7 -0
  8. data/apis/ElasticTranscoder-2012-09-25.json +118 -2
  9. data/apis/Glacier-2012-06-01.json +52 -0
  10. data/apis/RDS-2013-09-09.json +4 -0
  11. data/apis/S3-2006-03-01.json +490 -468
  12. data/apis/StorageGateway-2013-06-30.json +28 -0
  13. data/apis/source/cloudformation-2010-05-15.json +43 -7
  14. data/apis/source/cloudsearch-2013-01-01.json +38 -16
  15. data/apis/source/directconnect-2012-10-25.paginators.json +8 -2
  16. data/apis/source/dynamodb-2012-08-10.json +270 -269
  17. data/apis/source/ec2-2014-02-01.json +30 -30
  18. data/apis/source/elasticache-2014-03-24.paginators.json +6 -0
  19. data/apis/source/elastictranscoder-2012-09-25.json +184 -56
  20. data/apis/source/elastictranscoder-2012-09-25.paginators.json +4 -0
  21. data/apis/source/email-2010-12-01.json +1 -1
  22. data/apis/source/email-2010-12-01.waiters.json +14 -0
  23. data/apis/source/glacier-2012-06-01.json +77 -13
  24. data/apis/source/monitoring-2010-08-01.json +0 -308
  25. data/apis/source/rds-2013-01-10.json +7 -7
  26. data/apis/source/rds-2013-02-12.json +7 -7
  27. data/apis/source/rds-2013-09-09.json +76 -57
  28. data/apis/source/s3-2006-03-01.json +2213 -1209
  29. data/apis/source/s3-2006-03-01.waiters.json +5 -0
  30. data/apis/source/storagegateway-2013-06-30.json +441 -401
  31. data/apis/source/storagegateway-2013-06-30.paginators.json +6 -6
  32. data/apis/source/sts-2011-06-15.json +9 -9
  33. data/apis/source/swf-2012-01-25.json +627 -627
  34. data/doc-src/templates/default/layout/html/layout.erb +37 -0
  35. data/lib/aws/credential_provider_chain.rb +5 -7
  36. data/lib/aws/version.rb +1 -1
  37. data/spec/fixtures/operations/s3/head_object.yml +2 -2
  38. metadata +4 -5
  39. data/apis/source/cloudfront-2014-01-31.normal.json +0 -2905
  40. data/apis/source/elasticloadbalancing-2012-06-01.normal.json +0 -2107
  41. data/apis/source/kinesis-2013-12-02.normal.json +0 -761
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 684ce763a4d660beca268ac7f79d610ff29ef43b
4
- data.tar.gz: 8a8516412314b6b1ea69ac1c2dbcdaa251cd389d
3
+ metadata.gz: 4ea1d7d06ef8a4f0bd5eae243ac4dba8c5616994
4
+ data.tar.gz: 630af588db2ed6d2ef502763230e038ebcc2954c
5
5
  SHA512:
6
- metadata.gz: e7ee30225e1e1be1b0788fe6e94c328c37b197412a6a66b4c4bad328adbf76f1dc7f657b920c55243af360611a9c3763295410409e076164133db592bbb9849c
7
- data.tar.gz: 6ed4b584876c1ce4ef12c462fa0ce4388e6ec724c1aff3cae3ebc6bf7734c0f22d2ee0508166870173aa529518d445657a7d4616f4e64ea4eb632bce970fe7a1
6
+ metadata.gz: ae34281816530a7b31e7482b3801cb44e0b9c08d035349a8db3f82381ecaab727f3621112146ef22113d9e0b321c4a99d84d0bae39905658cff5c605f6d4711a
7
+ data.tar.gz: 121ee59e66ac19be7cbe863e3491dcf5614e8c8f37322df3a188bcef02e23c3da67b1b6f73f4133c4d631ab1ffe4fb620415d56b4f09df4f383a118d624d3c12
data/Gemfile CHANGED
@@ -9,11 +9,7 @@ gem 'ox' if ENV['OX']
9
9
  gem 'nokogiri' if ENV['NOKOGIRI']
10
10
 
11
11
  group :test do
12
- gem 'rspec', github: 'rspec/rspec'
13
- gem 'rspec-core', github: 'rspec/rspec-core'
14
- gem 'rspec-mocks', github: 'rspec/rspec-mocks'
15
- gem 'rspec-expectations', github: 'rspec/rspec-expectations'
16
- gem 'rspec-support', github: 'rspec/rspec-support'
12
+ gem 'rspec', '~> 3.0.0.beta2'
17
13
  gem 'cucumber'
18
14
  gem 'webmock'
19
15
  gem 'simplecov', require: false
data/README.md CHANGED
@@ -63,8 +63,8 @@ strongly recommended loading credentials from an external source. By default,
63
63
  the Ruby SDK will attempt to load credentials from the following
64
64
  sources:
65
65
 
66
- * ENV['AWS_ACCESS_KEY_ID'] && ENV['AWS_SECRET_ACCESS_KEY']
67
- * The shared credentials ini file at 'HOME/.aws/credentials'
66
+ * `ENV['AWS_ACCESS_KEY_ID']` and `ENV['AWS_SECRET_ACCESS_KEY']`
67
+ * The shared credentials ini file at `HOME/.aws/credentials`
68
68
  * From an instance profile when running on EC2
69
69
 
70
70
  Alternatively, you can specify your credentials directly using one of the
@@ -78,6 +78,10 @@
78
78
  "parameter_value": {
79
79
  "type": "string",
80
80
  "serialized_name": "ParameterValue"
81
+ },
82
+ "use_previous_value": {
83
+ "type": "boolean",
84
+ "serialized_name": "UsePreviousValue"
81
85
  }
82
86
  }
83
87
  }
@@ -500,6 +504,10 @@
500
504
  "parameter_value": {
501
505
  "type": "string",
502
506
  "serialized_name": "ParameterValue"
507
+ },
508
+ "use_previous_value": {
509
+ "type": "boolean",
510
+ "serialized_name": "UsePreviousValue"
503
511
  }
504
512
  }
505
513
  }
@@ -639,6 +647,10 @@
639
647
  "parameter_value": {
640
648
  "type": "string",
641
649
  "serialized_name": "ParameterValue"
650
+ },
651
+ "use_previous_value": {
652
+ "type": "boolean",
653
+ "serialized_name": "UsePreviousValue"
642
654
  }
643
655
  }
644
656
  }
@@ -954,6 +966,10 @@
954
966
  "type": "string",
955
967
  "serialized_name": "TemplateURL"
956
968
  },
969
+ "use_previous_template": {
970
+ "type": "boolean",
971
+ "serialized_name": "UsePreviousTemplate"
972
+ },
957
973
  "stack_policy_during_update_body": {
958
974
  "type": "string",
959
975
  "serialized_name": "StackPolicyDuringUpdateBody"
@@ -975,6 +991,10 @@
975
991
  "parameter_value": {
976
992
  "type": "string",
977
993
  "serialized_name": "ParameterValue"
994
+ },
995
+ "use_previous_value": {
996
+ "type": "boolean",
997
+ "serialized_name": "UsePreviousValue"
978
998
  }
979
999
  }
980
1000
  }
@@ -996,6 +1016,13 @@
996
1016
  "stack_policy_url": {
997
1017
  "type": "string",
998
1018
  "serialized_name": "StackPolicyURL"
1019
+ },
1020
+ "notification_arns": {
1021
+ "type": "list",
1022
+ "serialized_name": "NotificationARNs",
1023
+ "members": {
1024
+ "type": "string"
1025
+ }
999
1026
  }
1000
1027
  }
1001
1028
  },
@@ -187,6 +187,7 @@
187
187
  "fr",
188
188
  "ga",
189
189
  "gl",
190
+ "he",
190
191
  "hi",
191
192
  "hu",
192
193
  "hy",
@@ -277,6 +278,7 @@
277
278
  "fr",
278
279
  "ga",
279
280
  "gl",
281
+ "he",
280
282
  "hi",
281
283
  "hu",
282
284
  "hy",
@@ -1382,6 +1384,7 @@
1382
1384
  "fr",
1383
1385
  "ga",
1384
1386
  "gl",
1387
+ "he",
1385
1388
  "hi",
1386
1389
  "hu",
1387
1390
  "hy",
@@ -2205,6 +2208,7 @@
2205
2208
  "fr",
2206
2209
  "ga",
2207
2210
  "gl",
2211
+ "he",
2208
2212
  "hi",
2209
2213
  "hu",
2210
2214
  "hy",
@@ -2999,6 +3003,10 @@
2999
3003
  "desired_replication_count": {
3000
3004
  "type": "integer",
3001
3005
  "serialized_name": "DesiredReplicationCount"
3006
+ },
3007
+ "desired_partition_count": {
3008
+ "type": "integer",
3009
+ "serialized_name": "DesiredPartitionCount"
3002
3010
  }
3003
3011
  }
3004
3012
  },
@@ -3369,6 +3377,10 @@
3369
3377
  "desired_replication_count": {
3370
3378
  "type": "integer",
3371
3379
  "serialized_name": "DesiredReplicationCount"
3380
+ },
3381
+ "desired_partition_count": {
3382
+ "type": "integer",
3383
+ "serialized_name": "DesiredPartitionCount"
3372
3384
  }
3373
3385
  }
3374
3386
  }
@@ -3401,6 +3413,10 @@
3401
3413
  "desired_replication_count": {
3402
3414
  "type": "integer",
3403
3415
  "serialized_name": "DesiredReplicationCount"
3416
+ },
3417
+ "desired_partition_count": {
3418
+ "type": "integer",
3419
+ "serialized_name": "DesiredPartitionCount"
3404
3420
  }
3405
3421
  }
3406
3422
  },
@@ -838,56 +838,6 @@
838
838
  }
839
839
  }
840
840
  },
841
- "list_host_info": {
842
- "name": "ListHostInfo",
843
- "http_method": "POST",
844
- "http_path": "/",
845
- "output": {
846
- "type": "output",
847
- "metadata": {
848
- "wrapper": "ListHostInfoResult"
849
- },
850
- "members": {
851
- "host_name": {
852
- "type": "string",
853
- "serialized_name": "HostName"
854
- },
855
- "stack_name": {
856
- "type": "string",
857
- "serialized_name": "StackName"
858
- },
859
- "marketplace": {
860
- "type": "string",
861
- "serialized_name": "Marketplace"
862
- },
863
- "region": {
864
- "type": "string",
865
- "serialized_name": "Region"
866
- },
867
- "sdb_datastore_endpoints": {
868
- "type": "list",
869
- "serialized_name": "SdbDatastoreEndpoints",
870
- "members": {
871
- "type": "string"
872
- }
873
- },
874
- "datastore_endpoints": {
875
- "type": "list",
876
- "serialized_name": "DatastoreEndpoints",
877
- "members": {
878
- "type": "string"
879
- }
880
- },
881
- "amp_queues": {
882
- "type": "list",
883
- "serialized_name": "AmpQueues",
884
- "members": {
885
- "type": "string"
886
- }
887
- }
888
- }
889
- }
890
- },
891
841
  "list_metrics": {
892
842
  "name": "ListMetrics",
893
843
  "http_method": "POST",
@@ -1241,141 +1191,6 @@
1241
1191
  }
1242
1192
  }
1243
1193
  },
1244
- "put_metric_data_batch": {
1245
- "name": "PutMetricDataBatch",
1246
- "http_method": "POST",
1247
- "http_path": "/",
1248
- "input": {
1249
- "type": "input",
1250
- "members": {
1251
- "metric_data_batches": {
1252
- "type": "list",
1253
- "required": true,
1254
- "serialized_name": "MetricDataBatches",
1255
- "members": {
1256
- "type": "structure",
1257
- "members": {
1258
- "account_id": {
1259
- "type": "string",
1260
- "required": true,
1261
- "serialized_name": "AccountId"
1262
- },
1263
- "namespace": {
1264
- "type": "string",
1265
- "required": true,
1266
- "serialized_name": "Namespace"
1267
- },
1268
- "metric_data": {
1269
- "type": "list",
1270
- "required": true,
1271
- "serialized_name": "MetricData",
1272
- "members": {
1273
- "type": "structure",
1274
- "members": {
1275
- "metric_name": {
1276
- "type": "string",
1277
- "required": true,
1278
- "serialized_name": "MetricName"
1279
- },
1280
- "dimensions": {
1281
- "type": "list",
1282
- "serialized_name": "Dimensions",
1283
- "members": {
1284
- "type": "structure",
1285
- "members": {
1286
- "name": {
1287
- "type": "string",
1288
- "required": true,
1289
- "serialized_name": "Name"
1290
- },
1291
- "value": {
1292
- "type": "string",
1293
- "required": true,
1294
- "serialized_name": "Value"
1295
- }
1296
- }
1297
- }
1298
- },
1299
- "timestamp": {
1300
- "type": "iso8601_timestamp",
1301
- "serialized_name": "Timestamp"
1302
- },
1303
- "value": {
1304
- "type": "float",
1305
- "serialized_name": "Value"
1306
- },
1307
- "statistic_values": {
1308
- "type": "structure",
1309
- "serialized_name": "StatisticValues",
1310
- "members": {
1311
- "sample_count": {
1312
- "type": "float",
1313
- "required": true,
1314
- "serialized_name": "SampleCount"
1315
- },
1316
- "sum": {
1317
- "type": "float",
1318
- "required": true,
1319
- "serialized_name": "Sum"
1320
- },
1321
- "minimum": {
1322
- "type": "float",
1323
- "required": true,
1324
- "serialized_name": "Minimum"
1325
- },
1326
- "maximum": {
1327
- "type": "float",
1328
- "required": true,
1329
- "serialized_name": "Maximum"
1330
- }
1331
- }
1332
- },
1333
- "unit": {
1334
- "type": "string",
1335
- "serialized_name": "Unit",
1336
- "enum": [
1337
- "Seconds",
1338
- "Microseconds",
1339
- "Milliseconds",
1340
- "Bytes",
1341
- "Kilobytes",
1342
- "Megabytes",
1343
- "Gigabytes",
1344
- "Terabytes",
1345
- "Bits",
1346
- "Kilobits",
1347
- "Megabits",
1348
- "Gigabits",
1349
- "Terabits",
1350
- "Percent",
1351
- "Count",
1352
- "Bytes/Second",
1353
- "Kilobytes/Second",
1354
- "Megabytes/Second",
1355
- "Gigabytes/Second",
1356
- "Terabytes/Second",
1357
- "Bits/Second",
1358
- "Kilobits/Second",
1359
- "Megabits/Second",
1360
- "Gigabits/Second",
1361
- "Terabits/Second",
1362
- "Count/Second",
1363
- "None"
1364
- ]
1365
- }
1366
- }
1367
- }
1368
- },
1369
- "auto_decompose": {
1370
- "type": "boolean",
1371
- "serialized_name": "AutoDecompose"
1372
- }
1373
- }
1374
- }
1375
- }
1376
- }
1377
- }
1378
- },
1379
1194
  "set_alarm_state": {
1380
1195
  "name": "SetAlarmState",
1381
1196
  "http_method": "POST",
@@ -3063,6 +3063,13 @@
3063
3063
  "name": "DescribeSnapshots",
3064
3064
  "http_method": "POST",
3065
3065
  "http_path": "/",
3066
+ "metadata": {
3067
+ "paging": {
3068
+ "tokens": {
3069
+ "marker": "marker"
3070
+ }
3071
+ }
3072
+ },
3066
3073
  "input": {
3067
3074
  "type": "input",
3068
3075
  "members": {
@@ -345,6 +345,10 @@
345
345
  "type": "string",
346
346
  "serialized_name": "Id"
347
347
  },
348
+ "arn": {
349
+ "type": "string",
350
+ "serialized_name": "Arn"
351
+ },
348
352
  "pipeline_id": {
349
353
  "type": "string",
350
354
  "serialized_name": "PipelineId"
@@ -1109,6 +1113,16 @@
1109
1113
  "channels": {
1110
1114
  "type": "string",
1111
1115
  "serialized_name": "Channels"
1116
+ },
1117
+ "codec_options": {
1118
+ "type": "structure",
1119
+ "serialized_name": "CodecOptions",
1120
+ "members": {
1121
+ "profile": {
1122
+ "type": "string",
1123
+ "serialized_name": "Profile"
1124
+ }
1125
+ }
1112
1126
  }
1113
1127
  }
1114
1128
  },
@@ -1163,6 +1177,10 @@
1163
1177
  "type": "string",
1164
1178
  "serialized_name": "Id"
1165
1179
  },
1180
+ "arn": {
1181
+ "type": "string",
1182
+ "serialized_name": "Arn"
1183
+ },
1166
1184
  "name": {
1167
1185
  "type": "string",
1168
1186
  "serialized_name": "Name"
@@ -1194,6 +1212,16 @@
1194
1212
  "channels": {
1195
1213
  "type": "string",
1196
1214
  "serialized_name": "Channels"
1215
+ },
1216
+ "codec_options": {
1217
+ "type": "structure",
1218
+ "serialized_name": "CodecOptions",
1219
+ "members": {
1220
+ "profile": {
1221
+ "type": "string",
1222
+ "serialized_name": "Profile"
1223
+ }
1224
+ }
1197
1225
  }
1198
1226
  }
1199
1227
  },
@@ -1437,6 +1465,10 @@
1437
1465
  "type": "string",
1438
1466
  "serialized_name": "Id"
1439
1467
  },
1468
+ "arn": {
1469
+ "type": "string",
1470
+ "serialized_name": "Arn"
1471
+ },
1440
1472
  "pipeline_id": {
1441
1473
  "type": "string",
1442
1474
  "serialized_name": "PipelineId"
@@ -1832,6 +1864,10 @@
1832
1864
  "type": "string",
1833
1865
  "serialized_name": "Id"
1834
1866
  },
1867
+ "arn": {
1868
+ "type": "string",
1869
+ "serialized_name": "Arn"
1870
+ },
1835
1871
  "pipeline_id": {
1836
1872
  "type": "string",
1837
1873
  "serialized_name": "PipelineId"
@@ -2188,7 +2224,27 @@
2188
2224
  "list_pipelines": {
2189
2225
  "name": "ListPipelines",
2190
2226
  "http_method": "GET",
2191
- "http_path": "/2012-09-25/pipelines",
2227
+ "http_path": "/2012-09-25/pipelines?Ascending={ascending}&PageToken={page_token}",
2228
+ "metadata": {
2229
+ "paging": {
2230
+ "tokens": {
2231
+ "page_token": "next_page_token"
2232
+ }
2233
+ }
2234
+ },
2235
+ "input": {
2236
+ "type": "input",
2237
+ "members": {
2238
+ "ascending": {
2239
+ "type": "string",
2240
+ "location": "uri"
2241
+ },
2242
+ "page_token": {
2243
+ "type": "string",
2244
+ "location": "uri"
2245
+ }
2246
+ }
2247
+ },
2192
2248
  "output": {
2193
2249
  "type": "output",
2194
2250
  "members": {
@@ -2326,6 +2382,10 @@
2326
2382
  }
2327
2383
  }
2328
2384
  }
2385
+ },
2386
+ "next_page_token": {
2387
+ "type": "string",
2388
+ "serialized_name": "NextPageToken"
2329
2389
  }
2330
2390
  }
2331
2391
  }
@@ -2333,7 +2393,27 @@
2333
2393
  "list_presets": {
2334
2394
  "name": "ListPresets",
2335
2395
  "http_method": "GET",
2336
- "http_path": "/2012-09-25/presets",
2396
+ "http_path": "/2012-09-25/presets?Ascending={ascending}&PageToken={page_token}",
2397
+ "metadata": {
2398
+ "paging": {
2399
+ "tokens": {
2400
+ "page_token": "next_page_token"
2401
+ }
2402
+ }
2403
+ },
2404
+ "input": {
2405
+ "type": "input",
2406
+ "members": {
2407
+ "ascending": {
2408
+ "type": "string",
2409
+ "location": "uri"
2410
+ },
2411
+ "page_token": {
2412
+ "type": "string",
2413
+ "location": "uri"
2414
+ }
2415
+ }
2416
+ },
2337
2417
  "output": {
2338
2418
  "type": "output",
2339
2419
  "members": {
@@ -2347,6 +2427,10 @@
2347
2427
  "type": "string",
2348
2428
  "serialized_name": "Id"
2349
2429
  },
2430
+ "arn": {
2431
+ "type": "string",
2432
+ "serialized_name": "Arn"
2433
+ },
2350
2434
  "name": {
2351
2435
  "type": "string",
2352
2436
  "serialized_name": "Name"
@@ -2378,6 +2462,16 @@
2378
2462
  "channels": {
2379
2463
  "type": "string",
2380
2464
  "serialized_name": "Channels"
2465
+ },
2466
+ "codec_options": {
2467
+ "type": "structure",
2468
+ "serialized_name": "CodecOptions",
2469
+ "members": {
2470
+ "profile": {
2471
+ "type": "string",
2472
+ "serialized_name": "Profile"
2473
+ }
2474
+ }
2381
2475
  }
2382
2476
  }
2383
2477
  },
@@ -2542,6 +2636,10 @@
2542
2636
  }
2543
2637
  }
2544
2638
  }
2639
+ },
2640
+ "next_page_token": {
2641
+ "type": "string",
2642
+ "serialized_name": "NextPageToken"
2545
2643
  }
2546
2644
  }
2547
2645
  }
@@ -2571,6 +2669,10 @@
2571
2669
  "type": "string",
2572
2670
  "serialized_name": "Id"
2573
2671
  },
2672
+ "arn": {
2673
+ "type": "string",
2674
+ "serialized_name": "Arn"
2675
+ },
2574
2676
  "pipeline_id": {
2575
2677
  "type": "string",
2576
2678
  "serialized_name": "PipelineId"
@@ -3096,6 +3198,10 @@
3096
3198
  "type": "string",
3097
3199
  "serialized_name": "Id"
3098
3200
  },
3201
+ "arn": {
3202
+ "type": "string",
3203
+ "serialized_name": "Arn"
3204
+ },
3099
3205
  "name": {
3100
3206
  "type": "string",
3101
3207
  "serialized_name": "Name"
@@ -3127,6 +3233,16 @@
3127
3233
  "channels": {
3128
3234
  "type": "string",
3129
3235
  "serialized_name": "Channels"
3236
+ },
3237
+ "codec_options": {
3238
+ "type": "structure",
3239
+ "serialized_name": "CodecOptions",
3240
+ "members": {
3241
+ "profile": {
3242
+ "type": "string",
3243
+ "serialized_name": "Profile"
3244
+ }
3245
+ }
3130
3246
  }
3131
3247
  }
3132
3248
  },