aws-sdk 1.20.0 → 1.21.0

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.
@@ -16,6 +16,24 @@
16
16
  :target_prefix: OpsWorks_20130218.
17
17
  :api_version: '2013-02-18'
18
18
  :operations:
19
+ - :name: AssignVolume
20
+ :method: :assign_volume
21
+ :inputs:
22
+ VolumeId:
23
+ - :string
24
+ - :required
25
+ InstanceId:
26
+ - :string
27
+ :outputs: {}
28
+ - :name: AssociateElasticIp
29
+ :method: :associate_elastic_ip
30
+ :inputs:
31
+ ElasticIp:
32
+ - :string
33
+ - :required
34
+ InstanceId:
35
+ - :string
36
+ :outputs: {}
19
37
  - :name: AttachElasticLoadBalancer
20
38
  :method: :attach_elastic_load_balancer
21
39
  :inputs:
@@ -265,6 +283,8 @@
265
283
  - :boolean
266
284
  AutoAssignElasticIps:
267
285
  - :boolean
286
+ AutoAssignPublicIps:
287
+ - :boolean
268
288
  CustomRecipes:
269
289
  - :structure:
270
290
  Setup:
@@ -404,6 +424,20 @@
404
424
  - :string
405
425
  - :required
406
426
  :outputs: {}
427
+ - :name: DeregisterElasticIp
428
+ :method: :deregister_elastic_ip
429
+ :inputs:
430
+ ElasticIp:
431
+ - :string
432
+ - :required
433
+ :outputs: {}
434
+ - :name: DeregisterVolume
435
+ :method: :deregister_volume
436
+ :inputs:
437
+ VolumeId:
438
+ - :string
439
+ - :required
440
+ :outputs: {}
407
441
  - :name: DescribeApps
408
442
  :method: :describe_apps
409
443
  :inputs:
@@ -596,6 +630,8 @@
596
630
  :inputs:
597
631
  InstanceId:
598
632
  - :string
633
+ StackId:
634
+ - :string
599
635
  Ips:
600
636
  - :list:
601
637
  - :string
@@ -616,6 +652,9 @@
616
652
  Region:
617
653
  :sym: :region
618
654
  :type: :string
655
+ InstanceId:
656
+ :sym: :instance_id
657
+ :type: :string
619
658
  - :name: DescribeElasticLoadBalancers
620
659
  :method: :describe_elastic_load_balancers
621
660
  :inputs:
@@ -760,7 +799,6 @@
760
799
  :inputs:
761
800
  StackId:
762
801
  - :string
763
- - :required
764
802
  LayerIds:
765
803
  - :list:
766
804
  - :string
@@ -824,6 +862,9 @@
824
862
  AutoAssignElasticIps:
825
863
  :sym: :auto_assign_elastic_ips
826
864
  :type: :boolean
865
+ AutoAssignPublicIps:
866
+ :sym: :auto_assign_public_ips
867
+ :type: :boolean
827
868
  DefaultRecipes:
828
869
  :sym: :default_recipes
829
870
  :type: :hash
@@ -1216,6 +1257,8 @@
1216
1257
  :inputs:
1217
1258
  InstanceId:
1218
1259
  - :string
1260
+ StackId:
1261
+ - :string
1219
1262
  RaidArrayId:
1220
1263
  - :string
1221
1264
  VolumeIds:
@@ -1269,6 +1312,13 @@
1269
1312
  - :string
1270
1313
  - :required
1271
1314
  :outputs: {}
1315
+ - :name: DisassociateElasticIp
1316
+ :method: :disassociate_elastic_ip
1317
+ :inputs:
1318
+ ElasticIp:
1319
+ - :string
1320
+ - :required
1321
+ :outputs: {}
1272
1322
  - :name: GetHostnameSuggestion
1273
1323
  :method: :get_hostname_suggestion
1274
1324
  :inputs:
@@ -1289,6 +1339,31 @@
1289
1339
  - :string
1290
1340
  - :required
1291
1341
  :outputs: {}
1342
+ - :name: RegisterElasticIp
1343
+ :method: :register_elastic_ip
1344
+ :inputs:
1345
+ ElasticIp:
1346
+ - :string
1347
+ - :required
1348
+ StackId:
1349
+ - :string
1350
+ - :required
1351
+ :outputs:
1352
+ ElasticIp:
1353
+ :sym: :elastic_ip
1354
+ :type: :string
1355
+ - :name: RegisterVolume
1356
+ :method: :register_volume
1357
+ :inputs:
1358
+ Ec2VolumeId:
1359
+ - :string
1360
+ StackId:
1361
+ - :string
1362
+ - :required
1363
+ :outputs:
1364
+ VolumeId:
1365
+ :sym: :volume_id
1366
+ :type: :string
1292
1367
  - :name: SetLoadBasedAutoScaling
1293
1368
  :method: :set_load_based_auto_scaling
1294
1369
  :inputs:
@@ -1419,6 +1494,13 @@
1419
1494
  - :string
1420
1495
  - :required
1421
1496
  :outputs: {}
1497
+ - :name: UnassignVolume
1498
+ :method: :unassign_volume
1499
+ :inputs:
1500
+ VolumeId:
1501
+ - :string
1502
+ - :required
1503
+ :outputs: {}
1422
1504
  - :name: UpdateApp
1423
1505
  :method: :update_app
1424
1506
  :inputs:
@@ -1467,6 +1549,15 @@
1467
1549
  :value:
1468
1550
  - :string
1469
1551
  :outputs: {}
1552
+ - :name: UpdateElasticIp
1553
+ :method: :update_elastic_ip
1554
+ :inputs:
1555
+ ElasticIp:
1556
+ - :string
1557
+ - :required
1558
+ Name:
1559
+ - :string
1560
+ :outputs: {}
1470
1561
  - :name: UpdateInstance
1471
1562
  :method: :update_instance
1472
1563
  :inputs:
@@ -1535,6 +1626,8 @@
1535
1626
  - :boolean
1536
1627
  AutoAssignElasticIps:
1537
1628
  - :boolean
1629
+ AutoAssignPublicIps:
1630
+ - :boolean
1538
1631
  CustomRecipes:
1539
1632
  - :structure:
1540
1633
  Setup:
@@ -1621,3 +1714,14 @@
1621
1714
  SshPublicKey:
1622
1715
  - :string
1623
1716
  :outputs: {}
1717
+ - :name: UpdateVolume
1718
+ :method: :update_volume
1719
+ :inputs:
1720
+ VolumeId:
1721
+ - :string
1722
+ - :required
1723
+ Name:
1724
+ - :string
1725
+ MountPoint:
1726
+ - :string
1727
+ :outputs: {}
@@ -17,7 +17,7 @@ module AWS
17
17
  # Client class for Amazon Elastic Compute Cloud (EC2).
18
18
  class Client < Core::QueryClient
19
19
 
20
- API_VERSION = '2013-08-15'
20
+ API_VERSION = '2013-10-01'
21
21
 
22
22
  # @api private
23
23
  CACHEABLE_REQUESTS = Set[
@@ -61,9 +61,11 @@ module AWS
61
61
  end
62
62
 
63
63
  class Client::V20130815 < Client
64
-
65
64
  define_client_methods('2013-08-15')
65
+ end
66
66
 
67
+ class Client::V20131001 < Client
68
+ define_client_methods('2013-10-01')
67
69
  end
68
70
 
69
71
  end
@@ -13,5 +13,5 @@
13
13
 
14
14
  module AWS
15
15
  # Current version of the AWS SDK for Ruby
16
- VERSION = '1.20.0'
16
+ VERSION = '1.21.0'
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.20.0
4
+ version: 1.21.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: 2013-10-01 00:00:00.000000000 Z
11
+ date: 2013-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: uuidtools
@@ -599,6 +599,7 @@ files:
599
599
  - lib/aws/api_config/DynamoDB-2011-12-05.yml
600
600
  - lib/aws/api_config/DynamoDB-2012-08-10.yml
601
601
  - lib/aws/api_config/EC2-2013-08-15.yml
602
+ - lib/aws/api_config/EC2-2013-10-01.yml
602
603
  - lib/aws/api_config/ElastiCache-2013-06-15.yml
603
604
  - lib/aws/api_config/ElasticBeanstalk-2010-12-01.yml
604
605
  - lib/aws/api_config/ElasticTranscoder-2012-09-25.yml