aws-sdk 1.6.0 → 1.6.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.
@@ -29,6 +29,21 @@
29
29
  Domain:
30
30
  - :string
31
31
  :outputs: {}
32
+ - :name: AssignPrivateIpAddresses
33
+ :method: :assign_private_ip_addresses
34
+ :inputs:
35
+ NetworkInterfaceId:
36
+ - :string
37
+ - :required
38
+ PrivateIpAddress:
39
+ - :list:
40
+ - :string
41
+ - :rename: privateIpAddresses
42
+ SecondaryPrivateIpAddressCount:
43
+ - :integer
44
+ AllowReassignment:
45
+ - :boolean
46
+ :outputs: {}
32
47
  - :name: AssociateAddress
33
48
  :method: :associate_address
34
49
  :inputs:
@@ -40,6 +55,10 @@
40
55
  - :string
41
56
  NetworkInterfaceId:
42
57
  - :string
58
+ PrivateIpAddress:
59
+ - :string
60
+ AllowReassociation:
61
+ - :boolean
43
62
  :outputs: {}
44
63
  - :name: AssociateDhcpOptions
45
64
  :method: :associate_dhcp_options
@@ -378,6 +397,30 @@
378
397
  - :string
379
398
  NoReboot:
380
399
  - :boolean
400
+ BlockDeviceMapping:
401
+ - :list:
402
+ - :structure:
403
+ VirtualName:
404
+ - :string
405
+ - :rename: VirtualName
406
+ DeviceName:
407
+ - :string
408
+ - :rename: DeviceName
409
+ Ebs:
410
+ - :structure:
411
+ SnapshotId:
412
+ - :string
413
+ VolumeSize:
414
+ - :integer
415
+ DeleteOnTermination:
416
+ - :boolean
417
+ VolumeType:
418
+ - :string
419
+ Iops:
420
+ - :integer
421
+ NoDevice:
422
+ - :string
423
+ - :rename: blockDeviceMappings
381
424
  :outputs: {}
382
425
  - :name: CreateInstanceExportTask
383
426
  :method: :create_instance_export_task
@@ -389,7 +432,6 @@
389
432
  - :required
390
433
  TargetEnvironment:
391
434
  - :string
392
- - :required
393
435
  ExportToS3:
394
436
  - :structure:
395
437
  DiskImageFormat:
@@ -398,9 +440,9 @@
398
440
  - :string
399
441
  S3Bucket:
400
442
  - :string
401
- - :required
402
443
  S3Prefix:
403
444
  - :string
445
+ - :rename: exportToS3Task
404
446
  :outputs: {}
405
447
  - :name: CreateInternetGateway
406
448
  :method: :create_internet_gateway
@@ -524,6 +566,16 @@
524
566
  - :list:
525
567
  - :string
526
568
  - :rename: groups
569
+ PrivateIpAddresses:
570
+ - :list:
571
+ - :structure:
572
+ PrivateIpAddress:
573
+ - :string
574
+ - :required
575
+ Primary:
576
+ - :boolean
577
+ SecondaryPrivateIpAddressCount:
578
+ - :integer
527
579
  :outputs:
528
580
  :children:
529
581
  networkInterface:
@@ -552,6 +604,15 @@
552
604
  item:
553
605
  :rename: :tag_set
554
606
  :list: true
607
+ privateIpAddressesSet:
608
+ :ignore: true
609
+ :children:
610
+ item:
611
+ :rename: :private_ip_addresses_set
612
+ :list: true
613
+ :children:
614
+ primary:
615
+ :type: :boolean
555
616
  - :name: CreatePlacementGroup
556
617
  :method: :create_placement_group
557
618
  :inputs:
@@ -702,6 +763,10 @@
702
763
  AvailabilityZone:
703
764
  - :string
704
765
  - :required
766
+ VolumeType:
767
+ - :string
768
+ Iops:
769
+ - :integer
705
770
  :outputs:
706
771
  :children:
707
772
  size:
@@ -725,6 +790,8 @@
725
790
  item:
726
791
  :rename: :tag_set
727
792
  :list: true
793
+ iops:
794
+ :type: :integer
728
795
  - :name: CreateVpc
729
796
  :method: :create_vpc
730
797
  :inputs:
@@ -1256,6 +1323,8 @@
1256
1323
  :type: :integer
1257
1324
  deleteOnTermination:
1258
1325
  :type: :boolean
1326
+ iops:
1327
+ :type: :integer
1259
1328
  - :name: DescribeImages
1260
1329
  :method: :describe_images
1261
1330
  :inputs:
@@ -1311,6 +1380,8 @@
1311
1380
  :type: :integer
1312
1381
  deleteOnTermination:
1313
1382
  :type: :boolean
1383
+ iops:
1384
+ :type: :integer
1314
1385
  tagSet:
1315
1386
  :ignore: true
1316
1387
  :children:
@@ -1354,6 +1425,10 @@
1354
1425
  item:
1355
1426
  :rename: :product_codes
1356
1427
  :list: true
1428
+ ebsOptimized:
1429
+ :children:
1430
+ value:
1431
+ :type: :boolean
1357
1432
  - :name: DescribeInstanceStatus
1358
1433
  :method: :describe_instance_status
1359
1434
  :inputs:
@@ -1375,6 +1450,8 @@
1375
1450
  - :string
1376
1451
  MaxResults:
1377
1452
  - :integer
1453
+ IncludeAllInstances:
1454
+ - :boolean
1378
1455
  :outputs:
1379
1456
  :children:
1380
1457
  instanceStatusSet:
@@ -1407,6 +1484,9 @@
1407
1484
  item:
1408
1485
  :rename: :details
1409
1486
  :list: true
1487
+ :children:
1488
+ impairedSince:
1489
+ :type: :time
1410
1490
  instanceStatus:
1411
1491
  :children:
1412
1492
  details:
@@ -1415,6 +1495,9 @@
1415
1495
  item:
1416
1496
  :rename: :details
1417
1497
  :list: true
1498
+ :children:
1499
+ impairedSince:
1500
+ :type: :time
1418
1501
  - :name: DescribeInstances
1419
1502
  :method: :describe_instances
1420
1503
  :inputs:
@@ -1518,6 +1601,8 @@
1518
1601
  :type: :time
1519
1602
  deleteOnTermination:
1520
1603
  :type: :boolean
1604
+ ebsOptimized:
1605
+ :type: :boolean
1521
1606
  :index:
1522
1607
  :key: :instance_id
1523
1608
  :name: :instance_index
@@ -1785,6 +1870,15 @@
1785
1870
  item:
1786
1871
  :rename: :tag_set
1787
1872
  :list: true
1873
+ privateIpAddressesSet:
1874
+ :ignore: true
1875
+ :children:
1876
+ item:
1877
+ :rename: :private_ip_addresses_set
1878
+ :list: true
1879
+ :children:
1880
+ primary:
1881
+ :type: :boolean
1788
1882
  :rename: :set
1789
1883
  - :name: DescribePlacementGroups
1790
1884
  :method: :describe_placement_groups
@@ -2199,6 +2293,8 @@
2199
2293
  :type: :integer
2200
2294
  deleteOnTermination:
2201
2295
  :type: :boolean
2296
+ iops:
2297
+ :type: :integer
2202
2298
  monitoringEnabled:
2203
2299
  :type: :boolean
2204
2300
  networkInterfaceSet:
@@ -2218,6 +2314,19 @@
2218
2314
  :list: true
2219
2315
  deleteOnTermination:
2220
2316
  :type: :boolean
2317
+ privateIpAddressesSet:
2318
+ :ignore: true
2319
+ :children:
2320
+ item:
2321
+ :rename: :private_ip_addresses_set
2322
+ :list: true
2323
+ :children:
2324
+ primary:
2325
+ :type: :boolean
2326
+ secondaryPrivateIpAddressCount:
2327
+ :type: :integer
2328
+ ebsOptimized:
2329
+ :type: :boolean
2221
2330
  createTime:
2222
2331
  :type: :time
2223
2332
  tagSet:
@@ -2451,6 +2560,8 @@
2451
2560
  item:
2452
2561
  :rename: :tag_set
2453
2562
  :list: true
2563
+ iops:
2564
+ :type: :integer
2454
2565
  :index:
2455
2566
  :key: :volume_id
2456
2567
  :name: :volume_index
@@ -2705,13 +2816,15 @@
2705
2816
  - :integer
2706
2817
  DeleteOnTermination:
2707
2818
  - :boolean
2819
+ VolumeType:
2820
+ - :string
2821
+ Iops:
2822
+ - :integer
2708
2823
  NoDevice:
2709
2824
  - :string
2710
2825
  - :rename: blockDeviceMappings
2711
2826
  Monitoring:
2712
- - :structure:
2713
- Enabled:
2714
- - :boolean
2827
+ - :boolean
2715
2828
  SubnetId:
2716
2829
  - :string
2717
2830
  DisableApiTermination:
@@ -2967,6 +3080,10 @@
2967
3080
  - :list:
2968
3081
  - :string
2969
3082
  - :rename: groups
3083
+ EbsOptimized:
3084
+ - :structure:
3085
+ Value:
3086
+ - :boolean
2970
3087
  :outputs: {}
2971
3088
  - :name: ModifyNetworkInterfaceAttribute
2972
3089
  :method: :modify_network_interface_attribute
@@ -3038,10 +3155,6 @@
3038
3155
  VolumeId:
3039
3156
  - :string
3040
3157
  - :required
3041
- Attribute:
3042
- - :string
3043
- OperationType:
3044
- - :string
3045
3158
  AutoEnableIO:
3046
3159
  - :boolean
3047
3160
  :outputs: {}
@@ -3114,6 +3227,10 @@
3114
3227
  - :integer
3115
3228
  DeleteOnTermination:
3116
3229
  - :boolean
3230
+ VolumeType:
3231
+ - :string
3232
+ Iops:
3233
+ - :integer
3117
3234
  NoDevice:
3118
3235
  - :string
3119
3236
  - :rename: blockDeviceMappings
@@ -3283,6 +3400,10 @@
3283
3400
  - :integer
3284
3401
  DeleteOnTermination:
3285
3402
  - :boolean
3403
+ VolumeType:
3404
+ - :string
3405
+ Iops:
3406
+ - :integer
3286
3407
  NoDevice:
3287
3408
  - :string
3288
3409
  - :rename: blockDeviceMappings
@@ -3309,6 +3430,17 @@
3309
3430
  - :rename: groups
3310
3431
  DeleteOnTermination:
3311
3432
  - :boolean
3433
+ PrivateIpAddressesSet:
3434
+ - :list:
3435
+ - :structure:
3436
+ PrivateIpAddress:
3437
+ - :string
3438
+ - :required
3439
+ Primary:
3440
+ - :boolean
3441
+ - :rename: privateIpAddresses
3442
+ SecondaryPrivateIpAddressCount:
3443
+ - :integer
3312
3444
  - :rename: networkInterfaces
3313
3445
  IamInstanceProfile:
3314
3446
  - :structure:
@@ -3316,6 +3448,8 @@
3316
3448
  - :string
3317
3449
  Name:
3318
3450
  - :string
3451
+ EbsOptimized:
3452
+ - :boolean
3319
3453
  :outputs:
3320
3454
  :children:
3321
3455
  spotInstanceRequestSet:
@@ -3350,6 +3484,8 @@
3350
3484
  :type: :integer
3351
3485
  deleteOnTermination:
3352
3486
  :type: :boolean
3487
+ iops:
3488
+ :type: :integer
3353
3489
  monitoringEnabled:
3354
3490
  :type: :boolean
3355
3491
  networkInterfaceSet:
@@ -3369,6 +3505,19 @@
3369
3505
  :list: true
3370
3506
  deleteOnTermination:
3371
3507
  :type: :boolean
3508
+ privateIpAddressesSet:
3509
+ :ignore: true
3510
+ :children:
3511
+ item:
3512
+ :rename: :private_ip_addresses_set
3513
+ :list: true
3514
+ :children:
3515
+ primary:
3516
+ :type: :boolean
3517
+ secondaryPrivateIpAddressCount:
3518
+ :type: :integer
3519
+ ebsOptimized:
3520
+ :type: :boolean
3372
3521
  createTime:
3373
3522
  :type: :time
3374
3523
  tagSet:
@@ -3577,6 +3726,10 @@
3577
3726
  - :integer
3578
3727
  DeleteOnTermination:
3579
3728
  - :boolean
3729
+ VolumeType:
3730
+ - :string
3731
+ Iops:
3732
+ - :integer
3580
3733
  NoDevice:
3581
3734
  - :string
3582
3735
  - :rename: BlockDeviceMappings
@@ -3620,6 +3773,17 @@
3620
3773
  - :rename: groups
3621
3774
  DeleteOnTermination:
3622
3775
  - :boolean
3776
+ PrivateIpAddressesSet:
3777
+ - :list:
3778
+ - :structure:
3779
+ PrivateIpAddress:
3780
+ - :string
3781
+ - :required
3782
+ Primary:
3783
+ - :boolean
3784
+ - :rename: privateIpAddresses
3785
+ SecondaryPrivateIpAddressCount:
3786
+ - :integer
3623
3787
  - :rename: networkInterfaces
3624
3788
  IamInstanceProfile:
3625
3789
  - :structure:
@@ -3627,6 +3791,8 @@
3627
3791
  - :string
3628
3792
  Name:
3629
3793
  - :string
3794
+ EbsOptimized:
3795
+ - :boolean
3630
3796
  :outputs:
3631
3797
  :children:
3632
3798
  groupSet:
@@ -3706,6 +3872,8 @@
3706
3872
  :type: :time
3707
3873
  deleteOnTermination:
3708
3874
  :type: :boolean
3875
+ ebsOptimized:
3876
+ :type: :boolean
3709
3877
  - :name: StartInstances
3710
3878
  :method: :start_instances
3711
3879
  :inputs:
@@ -3714,6 +3882,8 @@
3714
3882
  - :string
3715
3883
  - :required
3716
3884
  - :rename: InstanceIds
3885
+ AdditionalInfo:
3886
+ - :string
3717
3887
  :outputs:
3718
3888
  :children:
3719
3889
  instancesSet:
@@ -3783,6 +3953,18 @@
3783
3953
  :children:
3784
3954
  code:
3785
3955
  :type: :integer
3956
+ - :name: UnassignPrivateIpAddresses
3957
+ :method: :unassign_private_ip_addresses
3958
+ :inputs:
3959
+ NetworkInterfaceId:
3960
+ - :string
3961
+ - :required
3962
+ PrivateIpAddress:
3963
+ - :list:
3964
+ - :string
3965
+ - :required
3966
+ - :rename: privateIpAddresses
3967
+ :outputs: {}
3786
3968
  - :name: UnmonitorInstances
3787
3969
  :method: :unmonitor_instances
3788
3970
  :inputs:
@@ -13,6 +13,48 @@
13
13
 
14
14
  ---
15
15
  :operations:
16
+ - :name: ApplySecurityGroupsToLoadBalancer
17
+ :method: :apply_security_groups_to_load_balancer
18
+ :inputs:
19
+ LoadBalancerName:
20
+ - :string
21
+ - :required
22
+ SecurityGroups:
23
+ - :membered_list:
24
+ - :string
25
+ - :required
26
+ :outputs:
27
+ :children:
28
+ ApplySecurityGroupsToLoadBalancerResult:
29
+ :ignore: true
30
+ :children:
31
+ SecurityGroups:
32
+ :ignore: true
33
+ :children:
34
+ member:
35
+ :rename: :security_groups
36
+ :list: true
37
+ - :name: AttachLoadBalancerToSubnets
38
+ :method: :attach_load_balancer_to_subnets
39
+ :inputs:
40
+ LoadBalancerName:
41
+ - :string
42
+ - :required
43
+ Subnets:
44
+ - :membered_list:
45
+ - :string
46
+ - :required
47
+ :outputs:
48
+ :children:
49
+ AttachLoadBalancerToSubnetsResult:
50
+ :ignore: true
51
+ :children:
52
+ Subnets:
53
+ :ignore: true
54
+ :children:
55
+ member:
56
+ :rename: :subnets
57
+ :list: true
16
58
  - :name: ConfigureHealthCheck
17
59
  :method: :configure_health_check
18
60
  :inputs:
@@ -109,7 +151,14 @@
109
151
  AvailabilityZones:
110
152
  - :membered_list:
111
153
  - :string
112
- - :required
154
+ Subnets:
155
+ - :membered_list:
156
+ - :string
157
+ SecurityGroups:
158
+ - :membered_list:
159
+ - :string
160
+ Scheme:
161
+ - :string
113
162
  :outputs:
114
163
  :children:
115
164
  CreateLoadBalancerResult:
@@ -302,6 +351,8 @@
302
351
  LoadBalancerNames:
303
352
  - :membered_list:
304
353
  - :string
354
+ Marker:
355
+ - :string
305
356
  :outputs:
306
357
  :children:
307
358
  DescribeLoadBalancersResult:
@@ -377,6 +428,12 @@
377
428
  member:
378
429
  :rename: :availability_zones
379
430
  :list: true
431
+ Subnets:
432
+ :ignore: true
433
+ :children:
434
+ member:
435
+ :rename: :subnets
436
+ :list: true
380
437
  Instances:
381
438
  :ignore: true
382
439
  :children:
@@ -393,8 +450,35 @@
393
450
  :type: :integer
394
451
  HealthyThreshold:
395
452
  :type: :integer
453
+ SecurityGroups:
454
+ :ignore: true
455
+ :children:
456
+ member:
457
+ :rename: :security_groups
458
+ :list: true
396
459
  CreatedTime:
397
460
  :type: :time
461
+ - :name: DetachLoadBalancerFromSubnets
462
+ :method: :detach_load_balancer_from_subnets
463
+ :inputs:
464
+ LoadBalancerName:
465
+ - :string
466
+ - :required
467
+ Subnets:
468
+ - :membered_list:
469
+ - :string
470
+ - :required
471
+ :outputs:
472
+ :children:
473
+ DetachLoadBalancerFromSubnetsResult:
474
+ :ignore: true
475
+ :children:
476
+ Subnets:
477
+ :ignore: true
478
+ :children:
479
+ member:
480
+ :rename: :subnets
481
+ :list: true
398
482
  - :name: DisableAvailabilityZonesForLoadBalancer
399
483
  :method: :disable_availability_zones_for_load_balancer
400
484
  :inputs: