aws-sdk 1.32.0 → 1.50.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +28 -10
  3. data/bin/aws-rb +11 -1
  4. data/endpoints.json +191 -26
  5. data/lib/aws/api_config/AutoScaling-2011-01-01.yml +201 -0
  6. data/lib/aws/api_config/CloudFormation-2010-05-15.yml +15 -1
  7. data/lib/aws/api_config/CloudFront-2013-11-22.yml +2918 -0
  8. data/lib/aws/api_config/CloudFront-2014-01-31.yml +2934 -0
  9. data/lib/aws/api_config/CloudFront-2014-05-31.yml +3100 -0
  10. data/lib/aws/api_config/CloudSearch-2013-01-01.yml +1164 -0
  11. data/lib/aws/api_config/CloudTrail-2013-11-01.yml +4 -33
  12. data/lib/aws/api_config/DynamoDB-2012-08-10.yml +101 -1
  13. data/lib/aws/api_config/EC2-2013-08-15.yml +2 -2
  14. data/lib/aws/api_config/EC2-2013-10-01.yml +2 -2
  15. data/lib/aws/api_config/EC2-2013-10-15.yml +3 -78
  16. data/lib/aws/api_config/EC2-2014-02-01.yml +4755 -0
  17. data/lib/aws/api_config/EC2-2014-05-01.yml +4812 -0
  18. data/lib/aws/api_config/ELB-2012-06-01.yml +65 -1
  19. data/lib/aws/api_config/EMR-2009-03-31.yml +20 -1
  20. data/lib/aws/api_config/ElastiCache-2014-03-24.yml +1375 -0
  21. data/lib/aws/api_config/ElastiCache-2014-07-15.yml +1385 -0
  22. data/lib/aws/api_config/ElasticBeanstalk-2010-12-01.yml +8 -1
  23. data/lib/aws/api_config/ElasticTranscoder-2012-09-25.yml +798 -1
  24. data/lib/aws/api_config/IAM-2010-05-08.yml +44 -2
  25. data/lib/aws/api_config/Kinesis-2013-12-02.yml +1 -1
  26. data/lib/aws/api_config/OpsWorks-2013-02-18.yml +201 -1
  27. data/lib/aws/api_config/RDS-2013-09-09.yml +1 -2
  28. data/lib/aws/api_config/Redshift-2012-12-01.yml +25 -1
  29. data/lib/aws/api_config/Route53-2013-04-01.yml +889 -0
  30. data/lib/aws/api_config/SNS-2010-03-31.yml +16 -1
  31. data/lib/aws/api_config/SQS-2012-11-05.yml +86 -1
  32. data/lib/aws/api_config/STS-2011-06-15.yml +5 -1
  33. data/lib/aws/api_config/SimpleEmailService-2010-12-01.yml +1 -1
  34. data/lib/aws/api_config/Support-2013-04-15.yml +63 -0
  35. data/lib/aws/auto_scaling/group.rb +1 -1
  36. data/lib/aws/cloud_formation/stack_resource_collection.rb +1 -1
  37. data/lib/aws/cloud_front/client.rb +13 -1
  38. data/lib/aws/cloud_search/client.rb +6 -2
  39. data/lib/aws/cloud_watch/alarm.rb +3 -0
  40. data/lib/aws/core.rb +16 -1
  41. data/lib/aws/core/client.rb +10 -1
  42. data/lib/aws/core/configuration.rb +3 -2
  43. data/lib/aws/core/credential_providers.rb +130 -12
  44. data/lib/aws/core/http/connection_pool.rb +23 -3
  45. data/lib/aws/core/http/net_http_handler.rb +18 -21
  46. data/lib/aws/core/http/request.rb +10 -0
  47. data/lib/aws/core/ini_parser.rb +42 -0
  48. data/lib/aws/core/lazy_error_classes.rb +20 -2
  49. data/lib/aws/core/log_formatter.rb +1 -1
  50. data/lib/aws/core/model.rb +5 -0
  51. data/lib/aws/core/option_grammar.rb +9 -9
  52. data/lib/aws/core/policy.rb +2 -3
  53. data/lib/aws/core/response.rb +4 -0
  54. data/lib/aws/core/signers/version_4.rb +1 -1
  55. data/lib/aws/core/signers/version_4/chunk_signed_stream.rb +1 -1
  56. data/lib/aws/core/xml/frame.rb +1 -0
  57. data/lib/aws/core/xml/grammar.rb +1 -0
  58. data/lib/aws/dynamo_db.rb +16 -0
  59. data/lib/aws/dynamo_db/batch_write.rb +2 -0
  60. data/lib/aws/dynamo_db/table.rb +4 -8
  61. data/lib/aws/ec2.rb +1 -1
  62. data/lib/aws/ec2/client.rb +64 -1
  63. data/lib/aws/ec2/image_collection.rb +1 -2
  64. data/lib/aws/ec2/instance.rb +3 -3
  65. data/lib/aws/ec2/instance_collection.rb +14 -3
  66. data/lib/aws/ec2/snapshot_collection.rb +1 -1
  67. data/lib/aws/ec2/subnet_collection.rb +7 -3
  68. data/lib/aws/ec2/tagged_collection.rb +14 -0
  69. data/lib/aws/ec2/volume_collection.rb +4 -0
  70. data/lib/aws/ec2/vpc.rb +8 -0
  71. data/lib/aws/ec2/vpc_collection.rb +1 -1
  72. data/lib/aws/elasticache/client.rb +8 -2
  73. data/lib/aws/emr/job_flow_collection.rb +4 -6
  74. data/lib/aws/glacier.rb +4 -4
  75. data/lib/aws/glacier/vault.rb +1 -1
  76. data/lib/aws/iam/server_certificate.rb +24 -17
  77. data/lib/aws/iam/signing_certificate.rb +13 -1
  78. data/lib/aws/rails.rb +1 -1
  79. data/lib/aws/rds/db_instance.rb +5 -6
  80. data/lib/aws/record/abstract_base.rb +0 -1
  81. data/lib/aws/record/hash_model.rb +1 -1
  82. data/lib/aws/record/model.rb +1 -1
  83. data/lib/aws/route_53/client.rb +5 -2
  84. data/lib/aws/route_53/hosted_zone.rb +39 -16
  85. data/lib/aws/route_53/hosted_zone_collection.rb +2 -1
  86. data/lib/aws/s3/bucket_lifecycle_configuration.rb +22 -6
  87. data/lib/aws/s3/cipher_io.rb +1 -1
  88. data/lib/aws/s3/client.rb +155 -7
  89. data/lib/aws/s3/client/xml.rb +7 -0
  90. data/lib/aws/s3/multipart_upload.rb +3 -1
  91. data/lib/aws/s3/object_collection.rb +1 -1
  92. data/lib/aws/s3/presign_v4.rb +13 -4
  93. data/lib/aws/s3/s3_object.rb +3 -0
  94. data/lib/aws/simple_email_service.rb +13 -0
  95. data/lib/aws/simple_email_service/identity.rb +21 -0
  96. data/lib/aws/simple_workflow/decision_task.rb +2 -2
  97. data/lib/aws/simple_workflow/decision_task_collection.rb +0 -2
  98. data/lib/aws/simple_workflow/option_formatters.rb +1 -1
  99. data/lib/aws/simple_workflow/workflow_execution_collection.rb +2 -2
  100. data/lib/aws/simple_workflow/workflow_type.rb +0 -2
  101. data/lib/aws/sns/message.rb +11 -1
  102. data/lib/aws/sns/topic.rb +1 -1
  103. data/lib/aws/sns/topic_collection.rb +1 -1
  104. data/lib/aws/sqs/queue.rb +26 -14
  105. data/lib/aws/sqs/queue_collection.rb +4 -0
  106. data/lib/aws/sqs/received_message.rb +4 -0
  107. data/lib/aws/sts/client.rb +9 -0
  108. data/lib/aws/version.rb +1 -1
  109. metadata +113 -117
@@ -255,7 +255,7 @@ module AWS
255
255
  #
256
256
  def schedule_activity_task activity_type, options = {}
257
257
 
258
- options[:activity_id] ||= UUIDTools::UUID.random_create.to_s
258
+ options[:activity_id] ||= SecureRandom.uuid
259
259
 
260
260
  options[:activity_type] = case activity_type
261
261
  when Hash
@@ -448,7 +448,7 @@ module AWS
448
448
  # @return [String] Returns the id of the timer.
449
449
  #
450
450
  def start_timer start_to_fire_timeout, options = {}
451
- options[:timer_id] ||= UUIDTools::UUID.random_create.to_s
451
+ options[:timer_id] ||= SecureRandom.uuid
452
452
  options[:start_to_fire_timeout] = start_to_fire_timeout
453
453
  duration_opts(options, :start_to_fire_timeout)
454
454
  add_decision :start_timer, options
@@ -1,5 +1,3 @@
1
- require 'uuidtools'
2
-
3
1
  # Copyright 2011-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
2
  #
5
3
  # Licensed under the Apache License, Version 2.0 (the "License"). You
@@ -44,7 +44,7 @@ module AWS
44
44
 
45
45
  if workflow_type
46
46
 
47
- options[:workflow_id] ||= UUIDTools::UUID.random_create.to_s
47
+ options[:workflow_id] ||= SecureRandom.uuid
48
48
 
49
49
  if workflow_type.is_a?(WorkflowType)
50
50
  options[:workflow_type] = {}
@@ -212,7 +212,7 @@ module AWS
212
212
  # * `:failed`
213
213
  # * `:canceled`
214
214
  # * `:terminated`
215
- # * `:continued`
215
+ # * `:continued_as_new`
216
216
  # * `:timed_out`
217
217
  #
218
218
  # If `:status` is anything besides `:open` or `:closed` then
@@ -422,7 +422,7 @@ module AWS
422
422
  # * `:failed`
423
423
  # * `:canceled`
424
424
  # * `:terminated`
425
- # * `:continued`
425
+ # * `:continued_as_new`
426
426
  # * `:timed_out`
427
427
  #
428
428
  # @option options [Time] :started_after Filters workflow executions
@@ -11,8 +11,6 @@
11
11
  # ANY KIND, either express or implied. See the License for the specific
12
12
  # language governing permissions and limitations under the License.
13
13
 
14
- require 'uuidtools'
15
-
16
14
  module AWS
17
15
  class SimpleWorkflow
18
16
 
@@ -16,6 +16,8 @@ require 'json'
16
16
  require 'net/http'
17
17
  require 'net/https'
18
18
  require 'openssl'
19
+ require 'uri'
20
+
19
21
  Dir.glob("#{File.dirname __FILE__}/originators/*.rb").each { |rb| require rb }
20
22
 
21
23
  module AWS
@@ -166,7 +168,15 @@ module AWS
166
168
  end
167
169
 
168
170
  def download url
169
- raise MessageWasNotAuthenticError, "cert is not hosted at AWS URL (https): #{url}" unless url =~ /^https.*amazonaws\.com\/.*$/i
171
+ uri = URI.parse(url)
172
+ unless
173
+ uri.scheme == 'https' &&
174
+ uri.host.match(/^sns\.[a-zA-Z0-9\-]{3,}\.amazonaws\.com(\.cn)?$/) &&
175
+ File.extname(uri.path) == '.pem'
176
+ then
177
+ msg = "cert is not hosted at AWS URL (https): #{url}"
178
+ raise MessageWasNotAuthenticError, msg
179
+ end
170
180
  tries = 0
171
181
  begin
172
182
  resp = https_get(url)
data/lib/aws/sns/topic.rb CHANGED
@@ -381,7 +381,7 @@ module AWS
381
381
 
382
382
  when endpoint =~ /^arn:/
383
383
  raise ArgumentError, "expected a queue ARN" unless
384
- endpoint =~ /^arn:aws:sqs:/
384
+ endpoint =~ /^arn:aws(.*?):sqs:/
385
385
  { :protocol => "sqs", :endpoint => endpoint }
386
386
  when endpoint.kind_of?(URI)
387
387
  { :protocol => endpoint.scheme,
@@ -32,7 +32,7 @@ module AWS
32
32
  #
33
33
  # @return [Topic] Returns a topic with the given Topic ARN.
34
34
  def [] topic_arn
35
- unless topic_arn =~ /^arn:aws:sns:/
35
+ unless topic_arn =~ /^arn:aws/
36
36
  raise ArgumentError, "invalid topic arn `#{topic_arn}`"
37
37
  end
38
38
  Topic.new(topic_arn, :config => config)
data/lib/aws/sqs/queue.rb CHANGED
@@ -77,6 +77,9 @@ module AWS
77
77
 
78
78
  alias_method :id, :message_id
79
79
 
80
+ # @return [String] Returns the request ID.
81
+ attr_accessor :request_id
82
+
80
83
  # @return [String] Returns an MD5 digest of the message body
81
84
  # string. You can use this to verify that SQS received your
82
85
  # message correctly.
@@ -95,12 +98,12 @@ module AWS
95
98
  # characters not included in the list, your request will be
96
99
  # rejected.
97
100
  #
98
- # * #x9
99
- # * #xA
100
- # * #xD
101
- # * #x20 to #xD7FF
102
- # * #xE000 to #xFFFD
103
- # * #x10000 to #x10FFFF
101
+ # * `#x9`
102
+ # * `#xA`
103
+ # * `#xD`
104
+ # * `#x20` to `#xD7FF`
105
+ # * `#xE000` to `#xFFFD`
106
+ # * `#x10000` to `#x10FFFF`
104
107
  #
105
108
  # @param [Hash] options
106
109
  #
@@ -120,13 +123,14 @@ module AWS
120
123
  client_opts[:message_body] = body
121
124
 
122
125
  response = client.send_message(client_opts)
123
-
126
+
124
127
  msg = SentMessage.new
125
128
  msg.message_id = response[:message_id]
129
+ msg.request_id = (response[:response_metadata] || {})[:request_id]
126
130
  msg.md5 = response[:md5_of_message_body]
127
131
 
128
132
  verify_send_message_checksum body, msg.md5
129
-
133
+
130
134
  msg
131
135
 
132
136
  end
@@ -184,6 +188,10 @@ module AWS
184
188
  # See {ReceivedMessage} for documentation on each
185
189
  # attribute's meaning.
186
190
  #
191
+ # @option opts [Array<String>] :message_attribute_names A list of
192
+ # message attribute names to receive. These will be available on
193
+ # the {ReceivedMessage} as `#message_attributes`.
194
+ #
187
195
  # @yieldparam [ReceivedMessage] message Each message that was received.
188
196
  #
189
197
  # @return [ReceivedMessage] Returns the received message (or messages)
@@ -200,7 +208,8 @@ module AWS
200
208
  ReceivedMessage.new(self, m[:message_id], m[:receipt_handle],
201
209
  :body => m[:body],
202
210
  :md5 => m[:md5_of_body],
203
- :attributes => m[:attributes])
211
+ :attributes => m[:attributes],
212
+ :message_attributes => m[:message_attributes])
204
213
  end
205
214
 
206
215
  if block
@@ -512,7 +521,7 @@ module AWS
512
521
  # and optionally `:delay_seconds`.
513
522
  #
514
523
  # @raise [Errors::BatchSendError] Raises this error when one or more
515
- # of the messages failed to send, but others did. On the raised
524
+ # of the messages failed to send, but others did not. On the raised
516
525
  # object you can access a list of the messages that failed, and
517
526
  # a list of messages that succeeded.
518
527
  #
@@ -539,11 +548,11 @@ module AWS
539
548
  client_opts[:entries] = entries
540
549
 
541
550
  response = client.send_message_batch(client_opts)
542
-
551
+
543
552
  failed = batch_failures(entries, response, true)
544
553
 
545
554
  checksum_failed = verify_send_message_batch_checksum entries, response
546
-
555
+
547
556
  sent = response[:successful].collect do |sent|
548
557
  msg = SentMessage.new
549
558
  msg.message_id = sent[:message_id]
@@ -696,11 +705,11 @@ module AWS
696
705
  if include_batch_index
697
706
  details[:batch_index] = failure[:id].to_i
698
707
  end
699
-
708
+
700
709
  if message_body = entry[:message_body]
701
710
  details[:message_body] = message_body
702
711
  end
703
-
712
+
704
713
  if handle = entry[:receipt_handle]
705
714
  details[:receipt_handle] = handle
706
715
  end
@@ -737,6 +746,8 @@ module AWS
737
746
  opts[:limit]
738
747
  receive_opts[:wait_time_seconds] = opts[:wait_time_seconds] if
739
748
  opts[:wait_time_seconds]
749
+ receive_opts[:message_attribute_names] = opts[:message_attribute_names] if
750
+ opts[:message_attribute_names]
740
751
 
741
752
  if names = opts[:attributes]
742
753
  receive_opts[:attribute_names] = names.map do |name|
@@ -746,6 +757,7 @@ module AWS
746
757
  name
747
758
  end
748
759
  end
760
+
749
761
  receive_opts
750
762
  end
751
763
 
@@ -33,6 +33,10 @@ module AWS
33
33
  # url = "http://sqs.us-west-2.amazonaws.com/123456789012/myqueue"
34
34
  # sqs.queues[url].send_message("HELLO")
35
35
  #
36
+ # @example Accessing a queue in your account by name
37
+ #
38
+ # sqs.queues.named("myqueue").send_message("HELLO")
39
+ #
36
40
  class QueueCollection
37
41
 
38
42
  include Core::Collection::Simple
@@ -39,6 +39,9 @@ module AWS
39
39
  # @api private
40
40
  attr_reader :attributes
41
41
 
42
+ # @return [String] The message attributes attached to the message.
43
+ attr_reader :message_attributes
44
+
42
45
  # @api private
43
46
  ATTRIBUTE_ALIASES = {
44
47
  :sent_at => :sent_timestamp,
@@ -54,6 +57,7 @@ module AWS
54
57
  @body = opts[:body]
55
58
  @md5 = opts[:md5]
56
59
  @attributes = opts[:attributes] || {}
60
+ @message_attributes = opts[:message_attributes] || {}
57
61
  super
58
62
  end
59
63
 
@@ -35,6 +35,15 @@ module AWS
35
35
  end
36
36
  end
37
37
 
38
+ # Two STS operations are un-signed
39
+ alias do_sign_request sign_request
40
+ def sign_request(req)
41
+ action = req.params.find { |param| param.name == 'Action' }.value
42
+ unsigned = %w( AssumeRoleWithWebIdentity AssumeRoleWithSAML )
43
+ do_sign_request(req) unless unsigned.include?(action)
44
+ req
45
+ end
46
+
38
47
  end
39
48
 
40
49
  class Client::V20110615 < Client
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.32.0'
16
+ VERSION = '1.50.0'
17
17
  end
metadata CHANGED
@@ -1,55 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.50.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: 2014-01-09 00:00:00.000000000 Z
11
+ date: 2014-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: uuidtools
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ~>
18
- - !ruby/object:Gem::Version
19
- version: '2.1'
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ~>
25
- - !ruby/object:Gem::Version
26
- version: '2.1'
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: nokogiri
29
15
  requirement: !ruby/object:Gem::Requirement
30
16
  requirements:
31
- - - '>='
17
+ - - ">="
32
18
  - !ruby/object:Gem::Version
33
19
  version: 1.4.4
34
20
  type: :runtime
35
21
  prerelease: false
36
22
  version_requirements: !ruby/object:Gem::Requirement
37
23
  requirements:
38
- - - '>='
24
+ - - ">="
39
25
  - !ruby/object:Gem::Version
40
26
  version: 1.4.4
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: json
43
29
  requirement: !ruby/object:Gem::Requirement
44
30
  requirements:
45
- - - ~>
31
+ - - "~>"
46
32
  - !ruby/object:Gem::Version
47
33
  version: '1.4'
48
34
  type: :runtime
49
35
  prerelease: false
50
36
  version_requirements: !ruby/object:Gem::Requirement
51
37
  requirements:
52
- - - ~>
38
+ - - "~>"
53
39
  - !ruby/object:Gem::Version
54
40
  version: '1.4'
55
41
  description: AWS SDK for Ruby
@@ -59,12 +45,63 @@ executables:
59
45
  extensions: []
60
46
  extra_rdoc_files: []
61
47
  files:
48
+ - ".yardopts"
49
+ - LICENSE.txt
50
+ - README.md
51
+ - bin/aws-rb
62
52
  - ca-bundle.crt
63
- - rails/init.rb
64
53
  - endpoints.json
65
- - .yardopts
66
- - README.md
67
- - LICENSE.txt
54
+ - lib/aws-sdk.rb
55
+ - lib/aws.rb
56
+ - lib/aws/api_config/AutoScaling-2011-01-01.yml
57
+ - lib/aws/api_config/CloudFormation-2010-05-15.yml
58
+ - lib/aws/api_config/CloudFront-2013-05-12.yml
59
+ - lib/aws/api_config/CloudFront-2013-08-26.yml
60
+ - lib/aws/api_config/CloudFront-2013-09-27.yml
61
+ - lib/aws/api_config/CloudFront-2013-11-11.yml
62
+ - lib/aws/api_config/CloudFront-2013-11-22.yml
63
+ - lib/aws/api_config/CloudFront-2014-01-31.yml
64
+ - lib/aws/api_config/CloudFront-2014-05-31.yml
65
+ - lib/aws/api_config/CloudSearch-2011-02-01.yml
66
+ - lib/aws/api_config/CloudSearch-2013-01-01.yml
67
+ - lib/aws/api_config/CloudTrail-2013-11-01.yml
68
+ - lib/aws/api_config/CloudWatch-2010-08-01.yml
69
+ - lib/aws/api_config/DataPipeline-2012-10-29.yml
70
+ - lib/aws/api_config/DirectConnect-2012-10-25.yml
71
+ - lib/aws/api_config/DynamoDB-2011-12-05.yml
72
+ - lib/aws/api_config/DynamoDB-2012-08-10.yml
73
+ - lib/aws/api_config/EC2-2013-08-15.yml
74
+ - lib/aws/api_config/EC2-2013-10-01.yml
75
+ - lib/aws/api_config/EC2-2013-10-15.yml
76
+ - lib/aws/api_config/EC2-2014-02-01.yml
77
+ - lib/aws/api_config/EC2-2014-05-01.yml
78
+ - lib/aws/api_config/ELB-2012-06-01.yml
79
+ - lib/aws/api_config/EMR-2009-03-31.yml
80
+ - lib/aws/api_config/ElastiCache-2013-06-15.yml
81
+ - lib/aws/api_config/ElastiCache-2014-03-24.yml
82
+ - lib/aws/api_config/ElastiCache-2014-07-15.yml
83
+ - lib/aws/api_config/ElasticBeanstalk-2010-12-01.yml
84
+ - lib/aws/api_config/ElasticTranscoder-2012-09-25.yml
85
+ - lib/aws/api_config/Glacier-2012-06-01.yml
86
+ - lib/aws/api_config/IAM-2010-05-08.yml
87
+ - lib/aws/api_config/ImportExport-2010-06-01.yml
88
+ - lib/aws/api_config/Kinesis-2013-12-02.yml
89
+ - lib/aws/api_config/OpsWorks-2013-02-18.yml
90
+ - lib/aws/api_config/RDS-2013-05-15.yml
91
+ - lib/aws/api_config/RDS-2013-09-09.yml
92
+ - lib/aws/api_config/Redshift-2012-12-01.yml
93
+ - lib/aws/api_config/Route53-2012-12-12.yml
94
+ - lib/aws/api_config/Route53-2013-04-01.yml
95
+ - lib/aws/api_config/SNS-2010-03-31.yml
96
+ - lib/aws/api_config/SQS-2012-11-05.yml
97
+ - lib/aws/api_config/STS-2011-06-15.yml
98
+ - lib/aws/api_config/SimpleDB-2009-04-15.yml
99
+ - lib/aws/api_config/SimpleEmailService-2010-12-01.yml
100
+ - lib/aws/api_config/SimpleWorkflow-2012-01-25.yml
101
+ - lib/aws/api_config/StorageGateway-2012-06-30.yml
102
+ - lib/aws/api_config/StorageGateway-2013-06-30.yml
103
+ - lib/aws/api_config/Support-2013-04-15.yml
104
+ - lib/aws/auto_scaling.rb
68
105
  - lib/aws/auto_scaling/activity.rb
69
106
  - lib/aws/auto_scaling/activity_collection.rb
70
107
  - lib/aws/auto_scaling/client.rb
@@ -86,7 +123,7 @@ files:
86
123
  - lib/aws/auto_scaling/scheduled_action_collection.rb
87
124
  - lib/aws/auto_scaling/tag.rb
88
125
  - lib/aws/auto_scaling/tag_collection.rb
89
- - lib/aws/auto_scaling.rb
126
+ - lib/aws/cloud_formation.rb
90
127
  - lib/aws/cloud_formation/client.rb
91
128
  - lib/aws/cloud_formation/config.rb
92
129
  - lib/aws/cloud_formation/errors.rb
@@ -100,19 +137,19 @@ files:
100
137
  - lib/aws/cloud_formation/stack_resource_collection.rb
101
138
  - lib/aws/cloud_formation/stack_resource_summary_collection.rb
102
139
  - lib/aws/cloud_formation/stack_summary_collection.rb
103
- - lib/aws/cloud_formation.rb
140
+ - lib/aws/cloud_front.rb
104
141
  - lib/aws/cloud_front/client.rb
105
142
  - lib/aws/cloud_front/config.rb
106
143
  - lib/aws/cloud_front/errors.rb
107
- - lib/aws/cloud_front.rb
144
+ - lib/aws/cloud_search.rb
108
145
  - lib/aws/cloud_search/client.rb
109
146
  - lib/aws/cloud_search/config.rb
110
147
  - lib/aws/cloud_search/errors.rb
111
- - lib/aws/cloud_search.rb
148
+ - lib/aws/cloud_trail.rb
112
149
  - lib/aws/cloud_trail/client.rb
113
150
  - lib/aws/cloud_trail/config.rb
114
151
  - lib/aws/cloud_trail/errors.rb
115
- - lib/aws/cloud_trail.rb
152
+ - lib/aws/cloud_watch.rb
116
153
  - lib/aws/cloud_watch/alarm.rb
117
154
  - lib/aws/cloud_watch/alarm_collection.rb
118
155
  - lib/aws/cloud_watch/alarm_history_item.rb
@@ -124,14 +161,14 @@ files:
124
161
  - lib/aws/cloud_watch/metric_alarm_collection.rb
125
162
  - lib/aws/cloud_watch/metric_collection.rb
126
163
  - lib/aws/cloud_watch/metric_statistics.rb
127
- - lib/aws/cloud_watch.rb
164
+ - lib/aws/core.rb
128
165
  - lib/aws/core/async_handle.rb
129
166
  - lib/aws/core/cacheable.rb
130
167
  - lib/aws/core/client.rb
168
+ - lib/aws/core/collection.rb
131
169
  - lib/aws/core/collection/simple.rb
132
170
  - lib/aws/core/collection/with_limit_and_next_token.rb
133
171
  - lib/aws/core/collection/with_next_token.rb
134
- - lib/aws/core/collection.rb
135
172
  - lib/aws/core/configuration.rb
136
173
  - lib/aws/core/credential_providers.rb
137
174
  - lib/aws/core/data.rb
@@ -146,6 +183,7 @@ files:
146
183
  - lib/aws/core/http/response.rb
147
184
  - lib/aws/core/indifferent_hash.rb
148
185
  - lib/aws/core/inflection.rb
186
+ - lib/aws/core/ini_parser.rb
149
187
  - lib/aws/core/json_client.rb
150
188
  - lib/aws/core/json_parser.rb
151
189
  - lib/aws/core/json_request_builder.rb
@@ -184,8 +222,8 @@ files:
184
222
  - lib/aws/core/signers/version_2.rb
185
223
  - lib/aws/core/signers/version_3.rb
186
224
  - lib/aws/core/signers/version_3_https.rb
187
- - lib/aws/core/signers/version_4/chunk_signed_stream.rb
188
225
  - lib/aws/core/signers/version_4.rb
226
+ - lib/aws/core/signers/version_4/chunk_signed_stream.rb
189
227
  - lib/aws/core/uri_escape.rb
190
228
  - lib/aws/core/xml/frame.rb
191
229
  - lib/aws/core/xml/frame_stack.rb
@@ -197,22 +235,22 @@ files:
197
235
  - lib/aws/core/xml/sax_handlers/ox.rb
198
236
  - lib/aws/core/xml/sax_handlers/rexml.rb
199
237
  - lib/aws/core/xml/stub.rb
200
- - lib/aws/core.rb
238
+ - lib/aws/data_pipeline.rb
201
239
  - lib/aws/data_pipeline/client.rb
202
240
  - lib/aws/data_pipeline/config.rb
203
241
  - lib/aws/data_pipeline/errors.rb
204
- - lib/aws/data_pipeline.rb
242
+ - lib/aws/direct_connect.rb
205
243
  - lib/aws/direct_connect/client.rb
206
244
  - lib/aws/direct_connect/config.rb
207
245
  - lib/aws/direct_connect/errors.rb
208
- - lib/aws/direct_connect.rb
246
+ - lib/aws/dynamo_db.rb
209
247
  - lib/aws/dynamo_db/attribute_collection.rb
210
248
  - lib/aws/dynamo_db/batch_get.rb
211
249
  - lib/aws/dynamo_db/batch_write.rb
212
250
  - lib/aws/dynamo_db/binary.rb
251
+ - lib/aws/dynamo_db/client.rb
213
252
  - lib/aws/dynamo_db/client/v20111205.rb
214
253
  - lib/aws/dynamo_db/client/v20120810.rb
215
- - lib/aws/dynamo_db/client.rb
216
254
  - lib/aws/dynamo_db/client_v2.rb
217
255
  - lib/aws/dynamo_db/config.rb
218
256
  - lib/aws/dynamo_db/errors.rb
@@ -226,7 +264,7 @@ files:
226
264
  - lib/aws/dynamo_db/table.rb
227
265
  - lib/aws/dynamo_db/table_collection.rb
228
266
  - lib/aws/dynamo_db/types.rb
229
- - lib/aws/dynamo_db.rb
267
+ - lib/aws/ec2.rb
230
268
  - lib/aws/ec2/attachment.rb
231
269
  - lib/aws/ec2/attachment_collection.rb
232
270
  - lib/aws/ec2/availability_zone.rb
@@ -250,17 +288,17 @@ files:
250
288
  - lib/aws/ec2/image_collection.rb
251
289
  - lib/aws/ec2/instance.rb
252
290
  - lib/aws/ec2/instance_collection.rb
253
- - lib/aws/ec2/internet_gateway/attachment.rb
254
291
  - lib/aws/ec2/internet_gateway.rb
292
+ - lib/aws/ec2/internet_gateway/attachment.rb
255
293
  - lib/aws/ec2/internet_gateway_collection.rb
256
294
  - lib/aws/ec2/key_pair.rb
257
295
  - lib/aws/ec2/key_pair_collection.rb
296
+ - lib/aws/ec2/network_acl.rb
258
297
  - lib/aws/ec2/network_acl/association.rb
259
298
  - lib/aws/ec2/network_acl/entry.rb
260
- - lib/aws/ec2/network_acl.rb
261
299
  - lib/aws/ec2/network_acl_collection.rb
262
- - lib/aws/ec2/network_interface/attachment.rb
263
300
  - lib/aws/ec2/network_interface.rb
301
+ - lib/aws/ec2/network_interface/attachment.rb
264
302
  - lib/aws/ec2/network_interface_collection.rb
265
303
  - lib/aws/ec2/permission_collection.rb
266
304
  - lib/aws/ec2/region.rb
@@ -271,13 +309,13 @@ files:
271
309
  - lib/aws/ec2/reserved_instances_offering_collection.rb
272
310
  - lib/aws/ec2/resource.rb
273
311
  - lib/aws/ec2/resource_tag_collection.rb
312
+ - lib/aws/ec2/route_table.rb
274
313
  - lib/aws/ec2/route_table/association.rb
275
314
  - lib/aws/ec2/route_table/route.rb
276
- - lib/aws/ec2/route_table.rb
277
315
  - lib/aws/ec2/route_table_collection.rb
316
+ - lib/aws/ec2/security_group.rb
278
317
  - lib/aws/ec2/security_group/ip_permission.rb
279
318
  - lib/aws/ec2/security_group/ip_permission_collection.rb
280
- - lib/aws/ec2/security_group.rb
281
319
  - lib/aws/ec2/security_group_collection.rb
282
320
  - lib/aws/ec2/snapshot.rb
283
321
  - lib/aws/ec2/snapshot_collection.rb
@@ -291,25 +329,25 @@ files:
291
329
  - lib/aws/ec2/volume_collection.rb
292
330
  - lib/aws/ec2/vpc.rb
293
331
  - lib/aws/ec2/vpc_collection.rb
294
- - lib/aws/ec2/vpn_connection/telemetry.rb
295
332
  - lib/aws/ec2/vpn_connection.rb
333
+ - lib/aws/ec2/vpn_connection/telemetry.rb
296
334
  - lib/aws/ec2/vpn_connection_collection.rb
297
- - lib/aws/ec2/vpn_gateway/attachment.rb
298
335
  - lib/aws/ec2/vpn_gateway.rb
336
+ - lib/aws/ec2/vpn_gateway/attachment.rb
299
337
  - lib/aws/ec2/vpn_gateway_collection.rb
300
- - lib/aws/ec2.rb
338
+ - lib/aws/elastic_beanstalk.rb
301
339
  - lib/aws/elastic_beanstalk/client.rb
302
340
  - lib/aws/elastic_beanstalk/config.rb
303
341
  - lib/aws/elastic_beanstalk/errors.rb
304
- - lib/aws/elastic_beanstalk.rb
342
+ - lib/aws/elastic_transcoder.rb
305
343
  - lib/aws/elastic_transcoder/client.rb
306
344
  - lib/aws/elastic_transcoder/config.rb
307
345
  - lib/aws/elastic_transcoder/errors.rb
308
- - lib/aws/elastic_transcoder.rb
346
+ - lib/aws/elasticache.rb
309
347
  - lib/aws/elasticache/client.rb
310
348
  - lib/aws/elasticache/config.rb
311
349
  - lib/aws/elasticache/errors.rb
312
- - lib/aws/elasticache.rb
350
+ - lib/aws/elb.rb
313
351
  - lib/aws/elb/availability_zone_collection.rb
314
352
  - lib/aws/elb/backend_server_policy_collection.rb
315
353
  - lib/aws/elb/client.rb
@@ -323,7 +361,7 @@ files:
323
361
  - lib/aws/elb/load_balancer_collection.rb
324
362
  - lib/aws/elb/load_balancer_policy.rb
325
363
  - lib/aws/elb/load_balancer_policy_collection.rb
326
- - lib/aws/elb.rb
364
+ - lib/aws/emr.rb
327
365
  - lib/aws/emr/client.rb
328
366
  - lib/aws/emr/config.rb
329
367
  - lib/aws/emr/errors.rb
@@ -331,8 +369,8 @@ files:
331
369
  - lib/aws/emr/instance_group_collection.rb
332
370
  - lib/aws/emr/job_flow.rb
333
371
  - lib/aws/emr/job_flow_collection.rb
334
- - lib/aws/emr.rb
335
372
  - lib/aws/errors.rb
373
+ - lib/aws/glacier.rb
336
374
  - lib/aws/glacier/archive.rb
337
375
  - lib/aws/glacier/archive_collection.rb
338
376
  - lib/aws/glacier/client.rb
@@ -342,7 +380,7 @@ files:
342
380
  - lib/aws/glacier/vault.rb
343
381
  - lib/aws/glacier/vault_collection.rb
344
382
  - lib/aws/glacier/vault_notification_configuration.rb
345
- - lib/aws/glacier.rb
383
+ - lib/aws/iam.rb
346
384
  - lib/aws/iam/access_key.rb
347
385
  - lib/aws/iam/access_key_collection.rb
348
386
  - lib/aws/iam/account_alias_collection.rb
@@ -371,20 +409,20 @@ files:
371
409
  - lib/aws/iam/user_policy_collection.rb
372
410
  - lib/aws/iam/virtual_mfa_device.rb
373
411
  - lib/aws/iam/virtual_mfa_device_collection.rb
374
- - lib/aws/iam.rb
412
+ - lib/aws/import_export.rb
375
413
  - lib/aws/import_export/client.rb
376
414
  - lib/aws/import_export/config.rb
377
415
  - lib/aws/import_export/errors.rb
378
- - lib/aws/import_export.rb
416
+ - lib/aws/kinesis.rb
379
417
  - lib/aws/kinesis/client.rb
380
418
  - lib/aws/kinesis/config.rb
381
419
  - lib/aws/kinesis/errors.rb
382
- - lib/aws/kinesis.rb
420
+ - lib/aws/ops_works.rb
383
421
  - lib/aws/ops_works/client.rb
384
422
  - lib/aws/ops_works/config.rb
385
423
  - lib/aws/ops_works/errors.rb
386
- - lib/aws/ops_works.rb
387
424
  - lib/aws/rails.rb
425
+ - lib/aws/rds.rb
388
426
  - lib/aws/rds/client.rb
389
427
  - lib/aws/rds/config.rb
390
428
  - lib/aws/rds/db_instance.rb
@@ -392,21 +430,21 @@ files:
392
430
  - lib/aws/rds/db_snapshot.rb
393
431
  - lib/aws/rds/db_snapshot_collection.rb
394
432
  - lib/aws/rds/errors.rb
395
- - lib/aws/rds.rb
433
+ - lib/aws/record.rb
396
434
  - lib/aws/record/abstract_base.rb
397
435
  - lib/aws/record/attributes.rb
398
436
  - lib/aws/record/conversion.rb
399
437
  - lib/aws/record/dirty_tracking.rb
400
438
  - lib/aws/record/errors.rb
401
439
  - lib/aws/record/exceptions.rb
440
+ - lib/aws/record/hash_model.rb
402
441
  - lib/aws/record/hash_model/attributes.rb
403
442
  - lib/aws/record/hash_model/finder_methods.rb
404
443
  - lib/aws/record/hash_model/scope.rb
405
- - lib/aws/record/hash_model.rb
444
+ - lib/aws/record/model.rb
406
445
  - lib/aws/record/model/attributes.rb
407
446
  - lib/aws/record/model/finder_methods.rb
408
447
  - lib/aws/record/model/scope.rb
409
- - lib/aws/record/model.rb
410
448
  - lib/aws/record/naming.rb
411
449
  - lib/aws/record/scope.rb
412
450
  - lib/aws/record/validations.rb
@@ -422,11 +460,11 @@ files:
422
460
  - lib/aws/record/validators/method.rb
423
461
  - lib/aws/record/validators/numericality.rb
424
462
  - lib/aws/record/validators/presence.rb
425
- - lib/aws/record.rb
463
+ - lib/aws/redshift.rb
426
464
  - lib/aws/redshift/client.rb
427
465
  - lib/aws/redshift/config.rb
428
466
  - lib/aws/redshift/errors.rb
429
- - lib/aws/redshift.rb
467
+ - lib/aws/route_53.rb
430
468
  - lib/aws/route_53/change_batch.rb
431
469
  - lib/aws/route_53/change_info.rb
432
470
  - lib/aws/route_53/client.rb
@@ -436,7 +474,7 @@ files:
436
474
  - lib/aws/route_53/hosted_zone_collection.rb
437
475
  - lib/aws/route_53/resource_record_set.rb
438
476
  - lib/aws/route_53/resource_record_set_collection.rb
439
- - lib/aws/route_53.rb
477
+ - lib/aws/s3.rb
440
478
  - lib/aws/s3/access_control_list.rb
441
479
  - lib/aws/s3/acl_object.rb
442
480
  - lib/aws/s3/acl_options.rb
@@ -446,8 +484,8 @@ files:
446
484
  - lib/aws/s3/bucket_tag_collection.rb
447
485
  - lib/aws/s3/bucket_version_collection.rb
448
486
  - lib/aws/s3/cipher_io.rb
449
- - lib/aws/s3/client/xml.rb
450
487
  - lib/aws/s3/client.rb
488
+ - lib/aws/s3/client/xml.rb
451
489
  - lib/aws/s3/config.rb
452
490
  - lib/aws/s3/cors_rule.rb
453
491
  - lib/aws/s3/cors_rule_collection.rb
@@ -469,16 +507,16 @@ files:
469
507
  - lib/aws/s3/presigned_post.rb
470
508
  - lib/aws/s3/request.rb
471
509
  - lib/aws/s3/s3_object.rb
510
+ - lib/aws/s3/tree.rb
472
511
  - lib/aws/s3/tree/branch_node.rb
473
512
  - lib/aws/s3/tree/child_collection.rb
474
513
  - lib/aws/s3/tree/leaf_node.rb
475
514
  - lib/aws/s3/tree/node.rb
476
515
  - lib/aws/s3/tree/parent.rb
477
- - lib/aws/s3/tree.rb
478
516
  - lib/aws/s3/uploaded_part.rb
479
517
  - lib/aws/s3/uploaded_part_collection.rb
480
518
  - lib/aws/s3/website_configuration.rb
481
- - lib/aws/s3.rb
519
+ - lib/aws/simple_db.rb
482
520
  - lib/aws/simple_db/attribute.rb
483
521
  - lib/aws/simple_db/attribute_collection.rb
484
522
  - lib/aws/simple_db/client.rb
@@ -494,7 +532,7 @@ files:
494
532
  - lib/aws/simple_db/item_collection.rb
495
533
  - lib/aws/simple_db/item_data.rb
496
534
  - lib/aws/simple_db/put_attributes.rb
497
- - lib/aws/simple_db.rb
535
+ - lib/aws/simple_email_service.rb
498
536
  - lib/aws/simple_email_service/client.rb
499
537
  - lib/aws/simple_email_service/config.rb
500
538
  - lib/aws/simple_email_service/email_address_collection.rb
@@ -502,7 +540,7 @@ files:
502
540
  - lib/aws/simple_email_service/identity.rb
503
541
  - lib/aws/simple_email_service/identity_collection.rb
504
542
  - lib/aws/simple_email_service/quotas.rb
505
- - lib/aws/simple_email_service.rb
543
+ - lib/aws/simple_workflow.rb
506
544
  - lib/aws/simple_workflow/activity_task.rb
507
545
  - lib/aws/simple_workflow/activity_task_collection.rb
508
546
  - lib/aws/simple_workflow/activity_type.rb
@@ -525,7 +563,7 @@ files:
525
563
  - lib/aws/simple_workflow/workflow_execution_collection.rb
526
564
  - lib/aws/simple_workflow/workflow_type.rb
527
565
  - lib/aws/simple_workflow/workflow_type_collection.rb
528
- - lib/aws/simple_workflow.rb
566
+ - lib/aws/sns.rb
529
567
  - lib/aws/sns/client.rb
530
568
  - lib/aws/sns/config.rb
531
569
  - lib/aws/sns/errors.rb
@@ -538,7 +576,7 @@ files:
538
576
  - lib/aws/sns/topic.rb
539
577
  - lib/aws/sns/topic_collection.rb
540
578
  - lib/aws/sns/topic_subscription_collection.rb
541
- - lib/aws/sns.rb
579
+ - lib/aws/sqs.rb
542
580
  - lib/aws/sqs/client.rb
543
581
  - lib/aws/sqs/config.rb
544
582
  - lib/aws/sqs/errors.rb
@@ -547,65 +585,23 @@ files:
547
585
  - lib/aws/sqs/queue_collection.rb
548
586
  - lib/aws/sqs/received_message.rb
549
587
  - lib/aws/sqs/received_sns_message.rb
550
- - lib/aws/sqs.rb
588
+ - lib/aws/storage_gateway.rb
551
589
  - lib/aws/storage_gateway/client.rb
552
590
  - lib/aws/storage_gateway/config.rb
553
591
  - lib/aws/storage_gateway/errors.rb
554
- - lib/aws/storage_gateway.rb
592
+ - lib/aws/sts.rb
555
593
  - lib/aws/sts/client.rb
556
594
  - lib/aws/sts/config.rb
557
595
  - lib/aws/sts/errors.rb
558
596
  - lib/aws/sts/federated_session.rb
559
597
  - lib/aws/sts/policy.rb
560
598
  - lib/aws/sts/session.rb
561
- - lib/aws/sts.rb
599
+ - lib/aws/support.rb
562
600
  - lib/aws/support/client.rb
563
601
  - lib/aws/support/config.rb
564
602
  - lib/aws/support/errors.rb
565
- - lib/aws/support.rb
566
603
  - lib/aws/version.rb
567
- - lib/aws-sdk.rb
568
- - lib/aws.rb
569
- - lib/aws/api_config/AutoScaling-2011-01-01.yml
570
- - lib/aws/api_config/CloudFormation-2010-05-15.yml
571
- - lib/aws/api_config/CloudFront-2013-05-12.yml
572
- - lib/aws/api_config/CloudFront-2013-08-26.yml
573
- - lib/aws/api_config/CloudFront-2013-09-27.yml
574
- - lib/aws/api_config/CloudFront-2013-11-11.yml
575
- - lib/aws/api_config/CloudSearch-2011-02-01.yml
576
- - lib/aws/api_config/CloudTrail-2013-11-01.yml
577
- - lib/aws/api_config/CloudWatch-2010-08-01.yml
578
- - lib/aws/api_config/DataPipeline-2012-10-29.yml
579
- - lib/aws/api_config/DirectConnect-2012-10-25.yml
580
- - lib/aws/api_config/DynamoDB-2011-12-05.yml
581
- - lib/aws/api_config/DynamoDB-2012-08-10.yml
582
- - lib/aws/api_config/EC2-2013-08-15.yml
583
- - lib/aws/api_config/EC2-2013-10-01.yml
584
- - lib/aws/api_config/EC2-2013-10-15.yml
585
- - lib/aws/api_config/ElastiCache-2013-06-15.yml
586
- - lib/aws/api_config/ElasticBeanstalk-2010-12-01.yml
587
- - lib/aws/api_config/ElasticTranscoder-2012-09-25.yml
588
- - lib/aws/api_config/ELB-2012-06-01.yml
589
- - lib/aws/api_config/EMR-2009-03-31.yml
590
- - lib/aws/api_config/Glacier-2012-06-01.yml
591
- - lib/aws/api_config/IAM-2010-05-08.yml
592
- - lib/aws/api_config/ImportExport-2010-06-01.yml
593
- - lib/aws/api_config/Kinesis-2013-12-02.yml
594
- - lib/aws/api_config/OpsWorks-2013-02-18.yml
595
- - lib/aws/api_config/RDS-2013-05-15.yml
596
- - lib/aws/api_config/RDS-2013-09-09.yml
597
- - lib/aws/api_config/Redshift-2012-12-01.yml
598
- - lib/aws/api_config/Route53-2012-12-12.yml
599
- - lib/aws/api_config/SimpleDB-2009-04-15.yml
600
- - lib/aws/api_config/SimpleEmailService-2010-12-01.yml
601
- - lib/aws/api_config/SimpleWorkflow-2012-01-25.yml
602
- - lib/aws/api_config/SNS-2010-03-31.yml
603
- - lib/aws/api_config/SQS-2012-11-05.yml
604
- - lib/aws/api_config/StorageGateway-2012-06-30.yml
605
- - lib/aws/api_config/StorageGateway-2013-06-30.yml
606
- - lib/aws/api_config/STS-2011-06-15.yml
607
- - lib/aws/api_config/Support-2013-04-15.yml
608
- - bin/aws-rb
604
+ - rails/init.rb
609
605
  homepage: http://aws.amazon.com/sdkforruby
610
606
  licenses:
611
607
  - Apache 2.0
@@ -616,17 +612,17 @@ require_paths:
616
612
  - lib
617
613
  required_ruby_version: !ruby/object:Gem::Requirement
618
614
  requirements:
619
- - - '>='
615
+ - - ">="
620
616
  - !ruby/object:Gem::Version
621
617
  version: '0'
622
618
  required_rubygems_version: !ruby/object:Gem::Requirement
623
619
  requirements:
624
- - - '>='
620
+ - - ">="
625
621
  - !ruby/object:Gem::Version
626
622
  version: '0'
627
623
  requirements: []
628
624
  rubyforge_project:
629
- rubygems_version: 2.1.11
625
+ rubygems_version: 2.2.2
630
626
  signing_key:
631
627
  specification_version: 4
632
628
  summary: AWS SDK for Ruby