aws-sdk 1.23.0 → 1.24.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a8c1e330c4a0643be5fadf4f892469f57ea8cfc
4
- data.tar.gz: 3f8a2bfd1a57750752a200d163c26e8717ff7680
3
+ metadata.gz: 6eab5ad5e1b3fcf4e73e451e2219903cbbc2221b
4
+ data.tar.gz: cf9cdcacb500807c1a41204043603183fb796658
5
5
  SHA512:
6
- metadata.gz: 3181e897ca0b23c807efda16c50f1df6e29e5b1c49ebc497a1248921c298d41cba5f850380d01841dfddfb5036b6ae085a7ca13b508b2ad1b7428a7815a6cc7a
7
- data.tar.gz: 8e10ef2d4bbbc013c4a723df784628da53876f90ceb3c1caef375fb76ec022a0349bfdb911f8daf82e09690698830c04076b3fc0a7ae21418d692f5679730b03
6
+ metadata.gz: 8b5140c8f8930d80d8f70e4de3679cf480af285dac38e081fbcf4a645043c4cdb089df831dd708debc1cd7cdcf206fa4731408b4ef9b6f1df111e7cbcf08c8fe
7
+ data.tar.gz: ca02f1a877205e70326a9ed5c134d28a6a5971d28eaaa93de7ee7cf0c7f2fdc6ebc1c4dfae8f2b7753e55ee4f58c3b26aff3f52a5ca05a7c114654589164bbb4
data/README.md CHANGED
@@ -87,9 +87,15 @@ The SDK currently supports the following services:
87
87
  <td>AWS CloudFormation</td>
88
88
  </tr>
89
89
  <tr>
90
- <td>AWS::CloudFront</td>
90
+ <td rowspan="3">AWS::CloudFront</td>
91
+ <td>2013-05-12</td>
92
+ <td rowspan="3">Amazon CloudFront</td>
93
+ </tr>
94
+ <tr>
95
+ <td>2013-08-26</td>
96
+ </tr>
97
+ <tr>
91
98
  <td>2013-09-27</td>
92
- <td>Amazon CloudFront</td>
93
99
  </tr>
94
100
  <tr>
95
101
  <td>AWS::CloudSearch</td>
@@ -81,7 +81,109 @@
81
81
  - :string
82
82
  - :required
83
83
  - :required
84
- :outputs: {}
84
+ :outputs:
85
+ StepIds:
86
+ :sym: :step_ids
87
+ :type: :string
88
+ - :name: DescribeCluster
89
+ :method: :describe_cluster
90
+ :inputs:
91
+ ClusterId:
92
+ - :string
93
+ :outputs:
94
+ Cluster:
95
+ :sym: :cluster
96
+ :type: :hash
97
+ :members:
98
+ Id:
99
+ :sym: :id
100
+ :type: :string
101
+ Name:
102
+ :sym: :name
103
+ :type: :string
104
+ Status:
105
+ :sym: :status
106
+ :type: :hash
107
+ :members:
108
+ State:
109
+ :sym: :state
110
+ :type: :string
111
+ StateChangeReason:
112
+ :sym: :state_change_reason
113
+ :type: :hash
114
+ :members:
115
+ Code:
116
+ :sym: :code
117
+ :type: :string
118
+ Message:
119
+ :sym: :message
120
+ :type: :string
121
+ Timeline:
122
+ :sym: :timeline
123
+ :type: :hash
124
+ :members:
125
+ CreationDateTime:
126
+ :sym: :creation_date_time
127
+ :type: :time
128
+ ReadyDateTime:
129
+ :sym: :ready_date_time
130
+ :type: :time
131
+ EndDateTime:
132
+ :sym: :end_date_time
133
+ :type: :time
134
+ Ec2InstanceAttributes:
135
+ :sym: :ec_2_instance_attributes
136
+ :type: :hash
137
+ :members:
138
+ Ec2KeyName:
139
+ :sym: :ec2_key_name
140
+ :type: :string
141
+ Ec2SubnetId:
142
+ :sym: :ec2_subnet_id
143
+ :type: :string
144
+ Ec2AvailabilityZone:
145
+ :sym: :ec_2_availability_zone
146
+ :type: :string
147
+ IamInstanceProfile:
148
+ :sym: :iam_instance_profile
149
+ :type: :string
150
+ LogUri:
151
+ :sym: :log_uri
152
+ :type: :string
153
+ RequestedAmiVersion:
154
+ :sym: :requested_ami_version
155
+ :type: :string
156
+ RunningAmiVersion:
157
+ :sym: :running_ami_version
158
+ :type: :string
159
+ AutoTerminate:
160
+ :sym: :auto_terminate
161
+ :type: :boolean
162
+ TerminationProtected:
163
+ :sym: :termination_protected
164
+ :type: :boolean
165
+ VisibleToAllUsers:
166
+ :sym: :visible_to_all_users
167
+ :type: :boolean
168
+ Applications:
169
+ :sym: :applications
170
+ :type: :hash
171
+ :members:
172
+ Name:
173
+ :sym: :name
174
+ :type: :string
175
+ Version:
176
+ :sym: :version
177
+ :type: :string
178
+ Args:
179
+ :sym: :args
180
+ :type: :string
181
+ AdditionalInfo:
182
+ :sym: :additional_info
183
+ :type: :map
184
+ :members:
185
+ :sym: :map_value
186
+ :type: :string
85
187
  - :name: DescribeJobFlows
86
188
  :method: :describe_job_flows
87
189
  :inputs:
@@ -310,6 +412,347 @@
310
412
  JobFlowRole:
311
413
  :sym: :job_flow_role
312
414
  :type: :string
415
+ - :name: DescribeStep
416
+ :method: :describe_step
417
+ :inputs:
418
+ ClusterId:
419
+ - :string
420
+ StepId:
421
+ - :string
422
+ :outputs:
423
+ Step:
424
+ :sym: :step
425
+ :type: :hash
426
+ :members:
427
+ Id:
428
+ :sym: :id
429
+ :type: :string
430
+ Name:
431
+ :sym: :name
432
+ :type: :string
433
+ Config:
434
+ :sym: :config
435
+ :type: :hash
436
+ :members:
437
+ Jar:
438
+ :sym: :jar
439
+ :type: :string
440
+ Properties:
441
+ :sym: :properties
442
+ :type: :map
443
+ :members:
444
+ :sym: :map_value
445
+ :type: :string
446
+ MainClass:
447
+ :sym: :main_class
448
+ :type: :string
449
+ Args:
450
+ :sym: :args
451
+ :type: :string
452
+ ActionOnFailure:
453
+ :sym: :action_on_failure
454
+ :type: :string
455
+ Status:
456
+ :sym: :status
457
+ :type: :hash
458
+ :members:
459
+ State:
460
+ :sym: :state
461
+ :type: :string
462
+ StateChangeReason:
463
+ :sym: :state_change_reason
464
+ :type: :hash
465
+ :members:
466
+ Code:
467
+ :sym: :code
468
+ :type: :string
469
+ Message:
470
+ :sym: :message
471
+ :type: :string
472
+ Timeline:
473
+ :sym: :timeline
474
+ :type: :hash
475
+ :members:
476
+ CreationDateTime:
477
+ :sym: :creation_date_time
478
+ :type: :time
479
+ StartDateTime:
480
+ :sym: :start_date_time
481
+ :type: :time
482
+ EndDateTime:
483
+ :sym: :end_date_time
484
+ :type: :time
485
+ - :name: ListBootstrapActions
486
+ :method: :list_bootstrap_actions
487
+ :inputs:
488
+ ClusterId:
489
+ - :string
490
+ Marker:
491
+ - :string
492
+ :outputs:
493
+ BootstrapActions:
494
+ :sym: :bootstrap_actions
495
+ :type: :hash
496
+ :members:
497
+ Name:
498
+ :sym: :name
499
+ :type: :string
500
+ ScriptPath:
501
+ :sym: :script_path
502
+ :type: :string
503
+ Args:
504
+ :sym: :args
505
+ :type: :string
506
+ Marker:
507
+ :sym: :marker
508
+ :type: :string
509
+ - :name: ListClusters
510
+ :method: :list_clusters
511
+ :inputs:
512
+ CreatedAfter:
513
+ - :timestamp
514
+ CreatedBefore:
515
+ - :timestamp
516
+ ClusterStates:
517
+ - :list:
518
+ - :string
519
+ Marker:
520
+ - :string
521
+ :outputs:
522
+ Clusters:
523
+ :sym: :clusters
524
+ :type: :hash
525
+ :members:
526
+ Id:
527
+ :sym: :id
528
+ :type: :string
529
+ Name:
530
+ :sym: :name
531
+ :type: :string
532
+ Status:
533
+ :sym: :status
534
+ :type: :hash
535
+ :members:
536
+ State:
537
+ :sym: :state
538
+ :type: :string
539
+ StateChangeReason:
540
+ :sym: :state_change_reason
541
+ :type: :hash
542
+ :members:
543
+ Code:
544
+ :sym: :code
545
+ :type: :string
546
+ Message:
547
+ :sym: :message
548
+ :type: :string
549
+ Timeline:
550
+ :sym: :timeline
551
+ :type: :hash
552
+ :members:
553
+ CreationDateTime:
554
+ :sym: :creation_date_time
555
+ :type: :time
556
+ ReadyDateTime:
557
+ :sym: :ready_date_time
558
+ :type: :time
559
+ EndDateTime:
560
+ :sym: :end_date_time
561
+ :type: :time
562
+ Marker:
563
+ :sym: :marker
564
+ :type: :string
565
+ - :name: ListInstanceGroups
566
+ :method: :list_instance_groups
567
+ :inputs:
568
+ ClusterId:
569
+ - :string
570
+ Marker:
571
+ - :string
572
+ :outputs:
573
+ InstanceGroups:
574
+ :sym: :instance_groups
575
+ :type: :hash
576
+ :members:
577
+ Id:
578
+ :sym: :id
579
+ :type: :string
580
+ Name:
581
+ :sym: :name
582
+ :type: :string
583
+ Market:
584
+ :sym: :market
585
+ :type: :string
586
+ InstanceGroupType:
587
+ :sym: :instance_group_type
588
+ :type: :string
589
+ BidPrice:
590
+ :sym: :bid_price
591
+ :type: :string
592
+ InstanceType:
593
+ :sym: :instance_type
594
+ :type: :string
595
+ RequestedInstanceCount:
596
+ :sym: :requested_instance_count
597
+ :type: :integer
598
+ RunningInstanceCount:
599
+ :sym: :running_instance_count
600
+ :type: :integer
601
+ Status:
602
+ :sym: :status
603
+ :type: :hash
604
+ :members:
605
+ State:
606
+ :sym: :state
607
+ :type: :string
608
+ StateChangeReason:
609
+ :sym: :state_change_reason
610
+ :type: :hash
611
+ :members:
612
+ Code:
613
+ :sym: :code
614
+ :type: :string
615
+ Message:
616
+ :sym: :message
617
+ :type: :string
618
+ Timeline:
619
+ :sym: :timeline
620
+ :type: :hash
621
+ :members:
622
+ CreationDateTime:
623
+ :sym: :creation_date_time
624
+ :type: :time
625
+ ReadyDateTime:
626
+ :sym: :ready_date_time
627
+ :type: :time
628
+ EndDateTime:
629
+ :sym: :end_date_time
630
+ :type: :time
631
+ Marker:
632
+ :sym: :marker
633
+ :type: :string
634
+ - :name: ListInstances
635
+ :method: :list_instances
636
+ :inputs:
637
+ ClusterId:
638
+ - :string
639
+ InstanceGroupId:
640
+ - :string
641
+ InstanceGroupTypes:
642
+ - :list:
643
+ - :string
644
+ Marker:
645
+ - :string
646
+ :outputs:
647
+ Instances:
648
+ :sym: :instances
649
+ :type: :hash
650
+ :members:
651
+ Id:
652
+ :sym: :id
653
+ :type: :string
654
+ Ec2InstanceId:
655
+ :sym: :ec2_instance_id
656
+ :type: :string
657
+ PublicDnsName:
658
+ :sym: :public_dns_name
659
+ :type: :string
660
+ PublicIpAddress:
661
+ :sym: :public_ip_address
662
+ :type: :string
663
+ PrivateDnsName:
664
+ :sym: :private_dns_name
665
+ :type: :string
666
+ PrivateIpAddress:
667
+ :sym: :private_ip_address
668
+ :type: :string
669
+ Status:
670
+ :sym: :status
671
+ :type: :hash
672
+ :members:
673
+ State:
674
+ :sym: :state
675
+ :type: :string
676
+ StateChangeReason:
677
+ :sym: :state_change_reason
678
+ :type: :hash
679
+ :members:
680
+ Code:
681
+ :sym: :code
682
+ :type: :string
683
+ Message:
684
+ :sym: :message
685
+ :type: :string
686
+ Timeline:
687
+ :sym: :timeline
688
+ :type: :hash
689
+ :members:
690
+ CreationDateTime:
691
+ :sym: :creation_date_time
692
+ :type: :time
693
+ ReadyDateTime:
694
+ :sym: :ready_date_time
695
+ :type: :time
696
+ EndDateTime:
697
+ :sym: :end_date_time
698
+ :type: :time
699
+ Marker:
700
+ :sym: :marker
701
+ :type: :string
702
+ - :name: ListSteps
703
+ :method: :list_steps
704
+ :inputs:
705
+ ClusterId:
706
+ - :string
707
+ StepStates:
708
+ - :list:
709
+ - :string
710
+ Marker:
711
+ - :string
712
+ :outputs:
713
+ Steps:
714
+ :sym: :steps
715
+ :type: :hash
716
+ :members:
717
+ Id:
718
+ :sym: :id
719
+ :type: :string
720
+ Name:
721
+ :sym: :name
722
+ :type: :string
723
+ Status:
724
+ :sym: :status
725
+ :type: :hash
726
+ :members:
727
+ State:
728
+ :sym: :state
729
+ :type: :string
730
+ StateChangeReason:
731
+ :sym: :state_change_reason
732
+ :type: :hash
733
+ :members:
734
+ Code:
735
+ :sym: :code
736
+ :type: :string
737
+ Message:
738
+ :sym: :message
739
+ :type: :string
740
+ Timeline:
741
+ :sym: :timeline
742
+ :type: :hash
743
+ :members:
744
+ CreationDateTime:
745
+ :sym: :creation_date_time
746
+ :type: :time
747
+ StartDateTime:
748
+ :sym: :start_date_time
749
+ :type: :time
750
+ EndDateTime:
751
+ :sym: :end_date_time
752
+ :type: :time
753
+ Marker:
754
+ :sym: :marker
755
+ :type: :string
313
756
  - :name: ModifyInstanceGroups
314
757
  :method: :modify_instance_groups
315
758
  :inputs:
@@ -321,7 +764,9 @@
321
764
  - :required
322
765
  InstanceCount:
323
766
  - :integer
324
- - :required
767
+ EC2InstanceIdsToTerminate:
768
+ - :list:
769
+ - :string
325
770
  :outputs: {}
326
771
  - :name: RunJobFlow
327
772
  :method: :run_job_flow
@@ -421,6 +866,14 @@
421
866
  SupportedProducts:
422
867
  - :list:
423
868
  - :string
869
+ NewSupportedProducts:
870
+ - :list:
871
+ - :structure:
872
+ Name:
873
+ - :string
874
+ Args:
875
+ - :list:
876
+ - :string
424
877
  VisibleToAllUsers:
425
878
  - :boolean
426
879
  JobFlowRole:
@@ -50,13 +50,10 @@
50
50
  - :string
51
51
  NumCacheNodes:
52
52
  - :integer
53
- - :required
54
53
  CacheNodeType:
55
54
  - :string
56
- - :required
57
55
  Engine:
58
56
  - :string
59
- - :required
60
57
  EngineVersion:
61
58
  - :string
62
59
  CacheParameterGroupName:
@@ -363,6 +360,8 @@
363
360
  ReplicationGroupId:
364
361
  - :string
365
362
  - :required
363
+ RetainPrimaryCluster:
364
+ - :boolean
366
365
  :outputs:
367
366
  :children:
368
367
  DeleteReplicationGroupResult:
@@ -77,7 +77,7 @@ module AWS
77
77
 
78
78
  # This method is called on a credential provider to fetch
79
79
  # credentials. The credentials hash returned from this
80
- # method will be cashed until the client calls {#refresh}.
80
+ # method will be cached until the client calls {#refresh}.
81
81
  # @return [Hash]
82
82
  def get_credentials
83
83
  # should be defined in provider classes.
@@ -31,7 +31,7 @@ module AWS
31
31
 
32
32
  include TaggedCollection
33
33
 
34
- # @yield [Instance] Yields each volume in the collection.
34
+ # @yield [Volume] Yields each volume in the collection.
35
35
  # @return [nil]
36
36
  def each(&block)
37
37
  resp = filtered_request(:describe_volumes)
data/lib/aws/version.rb CHANGED
@@ -13,5 +13,5 @@
13
13
 
14
14
  module AWS
15
15
  # Current version of the AWS SDK for Ruby
16
- VERSION = '1.23.0'
16
+ VERSION = '1.24.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.23.0
4
+ version: 1.24.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-24 00:00:00.000000000 Z
11
+ date: 2013-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: uuidtools