aws-sdk 1.48.1 → 1.49.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.
- checksums.yaml +4 -4
- data/lib/aws/api_config/ELB-2012-06-01.yml +15 -0
- data/lib/aws/api_config/Route53-2013-04-01.yml +64 -0
- data/lib/aws/core/xml/frame.rb +1 -0
- data/lib/aws/core/xml/grammar.rb +1 -0
- data/lib/aws/dynamo_db.rb +16 -0
- data/lib/aws/ec2/instance.rb +1 -1
- data/lib/aws/glacier.rb +3 -3
- data/lib/aws/sqs/queue.rb +6 -2
- data/lib/aws/version.rb +1 -1
- metadata +111 -111
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 961b1649fc36442b784d707aa5e89402968d20fb
|
|
4
|
+
data.tar.gz: 6e1d4e5b4ffad71ba498f0e2750a110ab995126a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8cc71e179df9a92d0ce5cea89504ac04f65b18f972dba45b11b924870e451a9a4beafd37a76b20d4909316b7c25855161a74bc3f18a75f163433ebeb29f6ac6
|
|
7
|
+
data.tar.gz: 1e29a7f269b73b4c0fb033fbb61045881026ab1ada8d663d97236ee5e4797ecc8fd53c66bad2d4f2f1c12060d7225ea7c264fb5453b7cd78706debce571977f1
|
|
@@ -325,6 +325,10 @@
|
|
|
325
325
|
:type: :boolean
|
|
326
326
|
Timeout:
|
|
327
327
|
:type: :integer
|
|
328
|
+
ConnectionSettings:
|
|
329
|
+
:children:
|
|
330
|
+
IdleTimeout:
|
|
331
|
+
:type: :integer
|
|
328
332
|
- :name: DescribeLoadBalancerPolicies
|
|
329
333
|
:method: :describe_load_balancer_policies
|
|
330
334
|
:inputs:
|
|
@@ -383,6 +387,8 @@
|
|
|
383
387
|
- :string
|
|
384
388
|
Marker:
|
|
385
389
|
- :string
|
|
390
|
+
PageSize:
|
|
391
|
+
- :integer
|
|
386
392
|
:outputs:
|
|
387
393
|
:children:
|
|
388
394
|
DescribeLoadBalancersResult:
|
|
@@ -582,6 +588,11 @@
|
|
|
582
588
|
- :required
|
|
583
589
|
Timeout:
|
|
584
590
|
- :integer
|
|
591
|
+
ConnectionSettings:
|
|
592
|
+
- :structure:
|
|
593
|
+
IdleTimeout:
|
|
594
|
+
- :integer
|
|
595
|
+
- :required
|
|
585
596
|
- :required
|
|
586
597
|
:outputs:
|
|
587
598
|
:children:
|
|
@@ -606,6 +617,10 @@
|
|
|
606
617
|
:type: :boolean
|
|
607
618
|
Timeout:
|
|
608
619
|
:type: :integer
|
|
620
|
+
ConnectionSettings:
|
|
621
|
+
:children:
|
|
622
|
+
IdleTimeout:
|
|
623
|
+
:type: :integer
|
|
609
624
|
- :name: RegisterInstancesWithLoadBalancer
|
|
610
625
|
:method: :register_instances_with_load_balancer
|
|
611
626
|
:inputs:
|
|
@@ -24,19 +24,23 @@
|
|
|
24
24
|
:hosted_zone_id:
|
|
25
25
|
:type: :string
|
|
26
26
|
:required: true
|
|
27
|
+
:position: 0
|
|
27
28
|
:lstrip: /hostedzone/
|
|
28
29
|
:change_batch:
|
|
29
30
|
:name: ChangeBatch
|
|
30
31
|
:type: :hash
|
|
31
32
|
:required: true
|
|
33
|
+
:position: 1
|
|
32
34
|
:members:
|
|
33
35
|
:comment:
|
|
34
36
|
:name: Comment
|
|
35
37
|
:type: :string
|
|
38
|
+
:position: 0
|
|
36
39
|
:changes:
|
|
37
40
|
:name: Changes
|
|
38
41
|
:type: :array
|
|
39
42
|
:required: true
|
|
43
|
+
:position: 1
|
|
40
44
|
:members:
|
|
41
45
|
:name: Change
|
|
42
46
|
:type: :hash
|
|
@@ -45,37 +49,47 @@
|
|
|
45
49
|
:name: Action
|
|
46
50
|
:type: :string
|
|
47
51
|
:required: true
|
|
52
|
+
:position: 0
|
|
48
53
|
:resource_record_set:
|
|
49
54
|
:name: ResourceRecordSet
|
|
50
55
|
:type: :hash
|
|
51
56
|
:required: true
|
|
57
|
+
:position: 1
|
|
52
58
|
:members:
|
|
53
59
|
:name:
|
|
54
60
|
:name: Name
|
|
55
61
|
:type: :string
|
|
56
62
|
:required: true
|
|
63
|
+
:position: 0
|
|
57
64
|
:type:
|
|
58
65
|
:name: Type
|
|
59
66
|
:type: :string
|
|
60
67
|
:required: true
|
|
68
|
+
:position: 1
|
|
61
69
|
:set_identifier:
|
|
62
70
|
:name: SetIdentifier
|
|
63
71
|
:type: :string
|
|
72
|
+
:position: 2
|
|
64
73
|
:weight:
|
|
65
74
|
:name: Weight
|
|
66
75
|
:type: :integer
|
|
76
|
+
:position: 3
|
|
67
77
|
:region:
|
|
68
78
|
:name: Region
|
|
69
79
|
:type: :string
|
|
80
|
+
:position: 4
|
|
70
81
|
:failover:
|
|
71
82
|
:name: Failover
|
|
72
83
|
:type: :string
|
|
84
|
+
:position: 5
|
|
73
85
|
:ttl:
|
|
74
86
|
:name: TTL
|
|
75
87
|
:type: :integer
|
|
88
|
+
:position: 6
|
|
76
89
|
:resource_records:
|
|
77
90
|
:name: ResourceRecords
|
|
78
91
|
:type: :array
|
|
92
|
+
:position: 7
|
|
79
93
|
:members:
|
|
80
94
|
:name: ResourceRecord
|
|
81
95
|
:type: :hash
|
|
@@ -84,26 +98,32 @@
|
|
|
84
98
|
:name: Value
|
|
85
99
|
:type: :string
|
|
86
100
|
:required: true
|
|
101
|
+
:position: 0
|
|
87
102
|
:alias_target:
|
|
88
103
|
:name: AliasTarget
|
|
89
104
|
:type: :hash
|
|
105
|
+
:position: 8
|
|
90
106
|
:members:
|
|
91
107
|
:hosted_zone_id:
|
|
92
108
|
:name: HostedZoneId
|
|
93
109
|
:type: :string
|
|
94
110
|
:required: true
|
|
111
|
+
:position: 0
|
|
95
112
|
:lstrip: /hostedzone/
|
|
96
113
|
:dns_name:
|
|
97
114
|
:name: DNSName
|
|
98
115
|
:type: :string
|
|
99
116
|
:required: true
|
|
117
|
+
:position: 1
|
|
100
118
|
:evaluate_target_health:
|
|
101
119
|
:name: EvaluateTargetHealth
|
|
102
120
|
:type: :boolean
|
|
103
121
|
:required: true
|
|
122
|
+
:position: 2
|
|
104
123
|
:health_check_id:
|
|
105
124
|
:name: HealthCheckId
|
|
106
125
|
:type: :string
|
|
126
|
+
:position: 9
|
|
107
127
|
:outputs:
|
|
108
128
|
:children:
|
|
109
129
|
ChangeInfo:
|
|
@@ -125,12 +145,15 @@
|
|
|
125
145
|
:resource_type:
|
|
126
146
|
:type: :string
|
|
127
147
|
:required: true
|
|
148
|
+
:position: 0
|
|
128
149
|
:resource_id:
|
|
129
150
|
:type: :string
|
|
130
151
|
:required: true
|
|
152
|
+
:position: 1
|
|
131
153
|
:add_tags:
|
|
132
154
|
:name: AddTags
|
|
133
155
|
:type: :array
|
|
156
|
+
:position: 2
|
|
134
157
|
:members:
|
|
135
158
|
:name: Tag
|
|
136
159
|
:type: :hash
|
|
@@ -144,6 +167,7 @@
|
|
|
144
167
|
:remove_tag_keys:
|
|
145
168
|
:name: RemoveTagKeys
|
|
146
169
|
:type: :array
|
|
170
|
+
:position: 3
|
|
147
171
|
:members:
|
|
148
172
|
:name: Key
|
|
149
173
|
:type: :string
|
|
@@ -161,36 +185,46 @@
|
|
|
161
185
|
:name: CallerReference
|
|
162
186
|
:type: :string
|
|
163
187
|
:required: true
|
|
188
|
+
:position: 0
|
|
164
189
|
:health_check_config:
|
|
165
190
|
:name: HealthCheckConfig
|
|
166
191
|
:type: :hash
|
|
167
192
|
:required: true
|
|
193
|
+
:position: 1
|
|
168
194
|
:members:
|
|
169
195
|
:ip_address:
|
|
170
196
|
:name: IPAddress
|
|
171
197
|
:type: :string
|
|
198
|
+
:position: 0
|
|
172
199
|
:port:
|
|
173
200
|
:name: Port
|
|
174
201
|
:type: :integer
|
|
202
|
+
:position: 1
|
|
175
203
|
:type:
|
|
176
204
|
:name: Type
|
|
177
205
|
:type: :string
|
|
178
206
|
:required: true
|
|
207
|
+
:position: 2
|
|
179
208
|
:resource_path:
|
|
180
209
|
:name: ResourcePath
|
|
181
210
|
:type: :string
|
|
211
|
+
:position: 3
|
|
182
212
|
:fully_qualified_domain_name:
|
|
183
213
|
:name: FullyQualifiedDomainName
|
|
184
214
|
:type: :string
|
|
215
|
+
:position: 4
|
|
185
216
|
:search_string:
|
|
186
217
|
:name: SearchString
|
|
187
218
|
:type: :string
|
|
219
|
+
:position: 5
|
|
188
220
|
:request_interval:
|
|
189
221
|
:name: RequestInterval
|
|
190
222
|
:type: :integer
|
|
223
|
+
:position: 6
|
|
191
224
|
:failure_threshold:
|
|
192
225
|
:name: FailureThreshold
|
|
193
226
|
:type: :integer
|
|
227
|
+
:position: 7
|
|
194
228
|
:outputs:
|
|
195
229
|
:children:
|
|
196
230
|
HealthCheck:
|
|
@@ -232,17 +266,21 @@
|
|
|
232
266
|
:name: Name
|
|
233
267
|
:type: :string
|
|
234
268
|
:required: true
|
|
269
|
+
:position: 0
|
|
235
270
|
:caller_reference:
|
|
236
271
|
:name: CallerReference
|
|
237
272
|
:type: :string
|
|
238
273
|
:required: true
|
|
274
|
+
:position: 1
|
|
239
275
|
:hosted_zone_config:
|
|
240
276
|
:name: HostedZoneConfig
|
|
241
277
|
:type: :hash
|
|
278
|
+
:position: 2
|
|
242
279
|
:members:
|
|
243
280
|
:comment:
|
|
244
281
|
:name: Comment
|
|
245
282
|
:type: :string
|
|
283
|
+
:position: 0
|
|
246
284
|
:outputs:
|
|
247
285
|
:children:
|
|
248
286
|
HostedZone:
|
|
@@ -287,6 +325,7 @@
|
|
|
287
325
|
:health_check_id:
|
|
288
326
|
:type: :string
|
|
289
327
|
:required: true
|
|
328
|
+
:position: 0
|
|
290
329
|
:outputs: {}
|
|
291
330
|
- :name: DeleteHostedZone
|
|
292
331
|
:method: :delete_hosted_zone
|
|
@@ -297,6 +336,7 @@
|
|
|
297
336
|
:id:
|
|
298
337
|
:type: :string
|
|
299
338
|
:required: true
|
|
339
|
+
:position: 0
|
|
300
340
|
:lstrip: /hostedzone/
|
|
301
341
|
:outputs:
|
|
302
342
|
:children:
|
|
@@ -319,6 +359,7 @@
|
|
|
319
359
|
:id:
|
|
320
360
|
:type: :string
|
|
321
361
|
:required: true
|
|
362
|
+
:position: 0
|
|
322
363
|
:lstrip: /change/
|
|
323
364
|
:outputs:
|
|
324
365
|
:children:
|
|
@@ -356,6 +397,7 @@
|
|
|
356
397
|
:health_check_id:
|
|
357
398
|
:type: :string
|
|
358
399
|
:required: true
|
|
400
|
+
:position: 0
|
|
359
401
|
:outputs:
|
|
360
402
|
:children:
|
|
361
403
|
HealthCheck:
|
|
@@ -403,6 +445,7 @@
|
|
|
403
445
|
:id:
|
|
404
446
|
:type: :string
|
|
405
447
|
:required: true
|
|
448
|
+
:position: 0
|
|
406
449
|
:lstrip: /hostedzone/
|
|
407
450
|
:outputs:
|
|
408
451
|
:children:
|
|
@@ -437,8 +480,10 @@
|
|
|
437
480
|
:inputs:
|
|
438
481
|
:marker:
|
|
439
482
|
:type: :string
|
|
483
|
+
:position: 0
|
|
440
484
|
:max_items:
|
|
441
485
|
:type: :integer
|
|
486
|
+
:position: 1
|
|
442
487
|
:outputs:
|
|
443
488
|
:children:
|
|
444
489
|
HealthChecks:
|
|
@@ -488,8 +533,10 @@
|
|
|
488
533
|
:inputs:
|
|
489
534
|
:marker:
|
|
490
535
|
:type: :string
|
|
536
|
+
:position: 0
|
|
491
537
|
:max_items:
|
|
492
538
|
:type: :integer
|
|
539
|
+
:position: 1
|
|
493
540
|
:outputs:
|
|
494
541
|
:children:
|
|
495
542
|
HostedZones:
|
|
@@ -528,15 +575,20 @@
|
|
|
528
575
|
:hosted_zone_id:
|
|
529
576
|
:type: :string
|
|
530
577
|
:required: true
|
|
578
|
+
:position: 0
|
|
531
579
|
:lstrip: /hostedzone/
|
|
532
580
|
:start_record_name:
|
|
533
581
|
:type: :string
|
|
582
|
+
:position: 1
|
|
534
583
|
:start_record_type:
|
|
535
584
|
:type: :string
|
|
585
|
+
:position: 2
|
|
536
586
|
:start_record_identifier:
|
|
537
587
|
:type: :string
|
|
588
|
+
:position: 3
|
|
538
589
|
:max_items:
|
|
539
590
|
:type: :integer
|
|
591
|
+
:position: 4
|
|
540
592
|
:outputs:
|
|
541
593
|
:children:
|
|
542
594
|
ResourceRecordSets:
|
|
@@ -598,9 +650,11 @@
|
|
|
598
650
|
:resource_type:
|
|
599
651
|
:type: :string
|
|
600
652
|
:required: true
|
|
653
|
+
:position: 0
|
|
601
654
|
:resource_id:
|
|
602
655
|
:type: :string
|
|
603
656
|
:required: true
|
|
657
|
+
:position: 1
|
|
604
658
|
:outputs:
|
|
605
659
|
:children:
|
|
606
660
|
ResourceTagSet:
|
|
@@ -629,10 +683,12 @@
|
|
|
629
683
|
:resource_type:
|
|
630
684
|
:type: :string
|
|
631
685
|
:required: true
|
|
686
|
+
:position: 0
|
|
632
687
|
:resource_ids:
|
|
633
688
|
:name: ResourceIds
|
|
634
689
|
:type: :array
|
|
635
690
|
:required: true
|
|
691
|
+
:position: 1
|
|
636
692
|
:members:
|
|
637
693
|
:name: ResourceId
|
|
638
694
|
:type: :string
|
|
@@ -669,27 +725,35 @@
|
|
|
669
725
|
:health_check_id:
|
|
670
726
|
:type: :string
|
|
671
727
|
:required: true
|
|
728
|
+
:position: 0
|
|
672
729
|
:health_check_version:
|
|
673
730
|
:name: HealthCheckVersion
|
|
674
731
|
:type: :integer
|
|
732
|
+
:position: 1
|
|
675
733
|
:ip_address:
|
|
676
734
|
:name: IPAddress
|
|
677
735
|
:type: :string
|
|
736
|
+
:position: 2
|
|
678
737
|
:port:
|
|
679
738
|
:name: Port
|
|
680
739
|
:type: :integer
|
|
740
|
+
:position: 3
|
|
681
741
|
:resource_path:
|
|
682
742
|
:name: ResourcePath
|
|
683
743
|
:type: :string
|
|
744
|
+
:position: 4
|
|
684
745
|
:fully_qualified_domain_name:
|
|
685
746
|
:name: FullyQualifiedDomainName
|
|
686
747
|
:type: :string
|
|
748
|
+
:position: 5
|
|
687
749
|
:search_string:
|
|
688
750
|
:name: SearchString
|
|
689
751
|
:type: :string
|
|
752
|
+
:position: 6
|
|
690
753
|
:failure_threshold:
|
|
691
754
|
:name: FailureThreshold
|
|
692
755
|
:type: :integer
|
|
756
|
+
:position: 7
|
|
693
757
|
:outputs:
|
|
694
758
|
:children:
|
|
695
759
|
HealthCheck:
|
data/lib/aws/core/xml/frame.rb
CHANGED
|
@@ -231,6 +231,7 @@ module AWS
|
|
|
231
231
|
# that AWS uses almost (??) everywhere.
|
|
232
232
|
if @text.tr(*TRANSLATE_DIGITS) == EASY_FORMAT
|
|
233
233
|
parts = @text.tr(*DATE_PUNCTUATION).chop.split.map {|p| p.to_i }
|
|
234
|
+
parts[-1] = parts[-1] * 1000
|
|
234
235
|
klass.send(parts_constructor, *parts)
|
|
235
236
|
else
|
|
236
237
|
# fallback in case we have to handle another date format
|
data/lib/aws/core/xml/grammar.rb
CHANGED
data/lib/aws/dynamo_db.rb
CHANGED
|
@@ -22,6 +22,20 @@ module AWS
|
|
|
22
22
|
# :access_key_id => '...',
|
|
23
23
|
# :secret_access_key => '...')
|
|
24
24
|
#
|
|
25
|
+
# # Supported API Version
|
|
26
|
+
#
|
|
27
|
+
# Please note, the `AWS::DynamoDB` classes have been built against
|
|
28
|
+
# the 2011-12-05 API version. Constructing a `AWS::DynamoDB` object
|
|
29
|
+
# with a newer API version will emit a warning and then ignore the
|
|
30
|
+
# specified version.
|
|
31
|
+
#
|
|
32
|
+
# If you would like to use features of the newer 2012-08-10 API
|
|
33
|
+
# version, then please construct a DynamoDB client and use the
|
|
34
|
+
# client API directly.
|
|
35
|
+
#
|
|
36
|
+
# # supports the latest API version
|
|
37
|
+
# ddb = AWS::DynamoDB::Client.new(api_verison:'2012-08-10')
|
|
38
|
+
#
|
|
25
39
|
# # Tables
|
|
26
40
|
#
|
|
27
41
|
# Tables contain items, and organize information into discrete
|
|
@@ -124,10 +138,12 @@ module AWS
|
|
|
124
138
|
|
|
125
139
|
endpoint_prefix 'dynamodb'
|
|
126
140
|
|
|
141
|
+
IGNORING_API_SPECIFIED_MSG = "WARNING: Ignoring DynamoDB API version specified because only '2011-12-05' is supported by this class. To use another version of the API, invoke the lower level AWS::DynamoDB::Client explicitly."
|
|
127
142
|
|
|
128
143
|
def initialize options = {}
|
|
129
144
|
options = options.dup
|
|
130
145
|
options[:dynamo_db] ||= {}
|
|
146
|
+
warn(IGNORING_API_SPECIFIED_MSG) if options[:dynamo_db][:api_version]
|
|
131
147
|
options[:dynamo_db][:api_version] = '2011-12-05'
|
|
132
148
|
super(options)
|
|
133
149
|
end
|
data/lib/aws/ec2/instance.rb
CHANGED
|
@@ -304,7 +304,7 @@ module AWS
|
|
|
304
304
|
mutable_describe_call_attribute :ramdisk_id, :set_as => :ramdisk
|
|
305
305
|
|
|
306
306
|
mutable_describe_attribute :source_dest_check do
|
|
307
|
-
translates_output{|bool| bool == "true" }
|
|
307
|
+
translates_output{|bool| bool.to_s == "true" }
|
|
308
308
|
end
|
|
309
309
|
|
|
310
310
|
alias_method :source_dest_check?, :source_dest_check
|
data/lib/aws/glacier.rb
CHANGED
|
@@ -21,10 +21,10 @@ module AWS
|
|
|
21
21
|
# To use Amazon Glacier you must first
|
|
22
22
|
# [sign up here](http://aws.amazon.com/glacier/).
|
|
23
23
|
#
|
|
24
|
-
# For more information about
|
|
24
|
+
# For more information about Amazon Glacier:
|
|
25
25
|
#
|
|
26
|
-
# * [
|
|
27
|
-
# * [
|
|
26
|
+
# * [Amazon Glacier](http://aws.amazon.com/glacier/)
|
|
27
|
+
# * [Amazon Glacier Documentation](http://aws.amazon.com/documentation/glacier/)
|
|
28
28
|
#
|
|
29
29
|
# # Credentials
|
|
30
30
|
#
|
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.
|
|
@@ -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
|
data/lib/aws/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.49.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-07-
|
|
11
|
+
date: 2014-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 1.4.4
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 1.4.4
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: json
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - ~>
|
|
31
|
+
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '1.4'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - ~>
|
|
38
|
+
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '1.4'
|
|
41
41
|
description: AWS SDK for Ruby
|
|
@@ -45,12 +45,62 @@ executables:
|
|
|
45
45
|
extensions: []
|
|
46
46
|
extra_rdoc_files: []
|
|
47
47
|
files:
|
|
48
|
+
- ".yardopts"
|
|
49
|
+
- LICENSE.txt
|
|
50
|
+
- README.md
|
|
51
|
+
- bin/aws-rb
|
|
48
52
|
- ca-bundle.crt
|
|
49
|
-
- rails/init.rb
|
|
50
53
|
- endpoints.json
|
|
51
|
-
- .
|
|
52
|
-
-
|
|
53
|
-
-
|
|
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/ElasticBeanstalk-2010-12-01.yml
|
|
83
|
+
- lib/aws/api_config/ElasticTranscoder-2012-09-25.yml
|
|
84
|
+
- lib/aws/api_config/Glacier-2012-06-01.yml
|
|
85
|
+
- lib/aws/api_config/IAM-2010-05-08.yml
|
|
86
|
+
- lib/aws/api_config/ImportExport-2010-06-01.yml
|
|
87
|
+
- lib/aws/api_config/Kinesis-2013-12-02.yml
|
|
88
|
+
- lib/aws/api_config/OpsWorks-2013-02-18.yml
|
|
89
|
+
- lib/aws/api_config/RDS-2013-05-15.yml
|
|
90
|
+
- lib/aws/api_config/RDS-2013-09-09.yml
|
|
91
|
+
- lib/aws/api_config/Redshift-2012-12-01.yml
|
|
92
|
+
- lib/aws/api_config/Route53-2012-12-12.yml
|
|
93
|
+
- lib/aws/api_config/Route53-2013-04-01.yml
|
|
94
|
+
- lib/aws/api_config/SNS-2010-03-31.yml
|
|
95
|
+
- lib/aws/api_config/SQS-2012-11-05.yml
|
|
96
|
+
- lib/aws/api_config/STS-2011-06-15.yml
|
|
97
|
+
- lib/aws/api_config/SimpleDB-2009-04-15.yml
|
|
98
|
+
- lib/aws/api_config/SimpleEmailService-2010-12-01.yml
|
|
99
|
+
- lib/aws/api_config/SimpleWorkflow-2012-01-25.yml
|
|
100
|
+
- lib/aws/api_config/StorageGateway-2012-06-30.yml
|
|
101
|
+
- lib/aws/api_config/StorageGateway-2013-06-30.yml
|
|
102
|
+
- lib/aws/api_config/Support-2013-04-15.yml
|
|
103
|
+
- lib/aws/auto_scaling.rb
|
|
54
104
|
- lib/aws/auto_scaling/activity.rb
|
|
55
105
|
- lib/aws/auto_scaling/activity_collection.rb
|
|
56
106
|
- lib/aws/auto_scaling/client.rb
|
|
@@ -72,7 +122,7 @@ files:
|
|
|
72
122
|
- lib/aws/auto_scaling/scheduled_action_collection.rb
|
|
73
123
|
- lib/aws/auto_scaling/tag.rb
|
|
74
124
|
- lib/aws/auto_scaling/tag_collection.rb
|
|
75
|
-
- lib/aws/
|
|
125
|
+
- lib/aws/cloud_formation.rb
|
|
76
126
|
- lib/aws/cloud_formation/client.rb
|
|
77
127
|
- lib/aws/cloud_formation/config.rb
|
|
78
128
|
- lib/aws/cloud_formation/errors.rb
|
|
@@ -86,19 +136,19 @@ files:
|
|
|
86
136
|
- lib/aws/cloud_formation/stack_resource_collection.rb
|
|
87
137
|
- lib/aws/cloud_formation/stack_resource_summary_collection.rb
|
|
88
138
|
- lib/aws/cloud_formation/stack_summary_collection.rb
|
|
89
|
-
- lib/aws/
|
|
139
|
+
- lib/aws/cloud_front.rb
|
|
90
140
|
- lib/aws/cloud_front/client.rb
|
|
91
141
|
- lib/aws/cloud_front/config.rb
|
|
92
142
|
- lib/aws/cloud_front/errors.rb
|
|
93
|
-
- lib/aws/
|
|
143
|
+
- lib/aws/cloud_search.rb
|
|
94
144
|
- lib/aws/cloud_search/client.rb
|
|
95
145
|
- lib/aws/cloud_search/config.rb
|
|
96
146
|
- lib/aws/cloud_search/errors.rb
|
|
97
|
-
- lib/aws/
|
|
147
|
+
- lib/aws/cloud_trail.rb
|
|
98
148
|
- lib/aws/cloud_trail/client.rb
|
|
99
149
|
- lib/aws/cloud_trail/config.rb
|
|
100
150
|
- lib/aws/cloud_trail/errors.rb
|
|
101
|
-
- lib/aws/
|
|
151
|
+
- lib/aws/cloud_watch.rb
|
|
102
152
|
- lib/aws/cloud_watch/alarm.rb
|
|
103
153
|
- lib/aws/cloud_watch/alarm_collection.rb
|
|
104
154
|
- lib/aws/cloud_watch/alarm_history_item.rb
|
|
@@ -110,14 +160,14 @@ files:
|
|
|
110
160
|
- lib/aws/cloud_watch/metric_alarm_collection.rb
|
|
111
161
|
- lib/aws/cloud_watch/metric_collection.rb
|
|
112
162
|
- lib/aws/cloud_watch/metric_statistics.rb
|
|
113
|
-
- lib/aws/
|
|
163
|
+
- lib/aws/core.rb
|
|
114
164
|
- lib/aws/core/async_handle.rb
|
|
115
165
|
- lib/aws/core/cacheable.rb
|
|
116
166
|
- lib/aws/core/client.rb
|
|
167
|
+
- lib/aws/core/collection.rb
|
|
117
168
|
- lib/aws/core/collection/simple.rb
|
|
118
169
|
- lib/aws/core/collection/with_limit_and_next_token.rb
|
|
119
170
|
- lib/aws/core/collection/with_next_token.rb
|
|
120
|
-
- lib/aws/core/collection.rb
|
|
121
171
|
- lib/aws/core/configuration.rb
|
|
122
172
|
- lib/aws/core/credential_providers.rb
|
|
123
173
|
- lib/aws/core/data.rb
|
|
@@ -171,8 +221,8 @@ files:
|
|
|
171
221
|
- lib/aws/core/signers/version_2.rb
|
|
172
222
|
- lib/aws/core/signers/version_3.rb
|
|
173
223
|
- lib/aws/core/signers/version_3_https.rb
|
|
174
|
-
- lib/aws/core/signers/version_4/chunk_signed_stream.rb
|
|
175
224
|
- lib/aws/core/signers/version_4.rb
|
|
225
|
+
- lib/aws/core/signers/version_4/chunk_signed_stream.rb
|
|
176
226
|
- lib/aws/core/uri_escape.rb
|
|
177
227
|
- lib/aws/core/xml/frame.rb
|
|
178
228
|
- lib/aws/core/xml/frame_stack.rb
|
|
@@ -184,22 +234,22 @@ files:
|
|
|
184
234
|
- lib/aws/core/xml/sax_handlers/ox.rb
|
|
185
235
|
- lib/aws/core/xml/sax_handlers/rexml.rb
|
|
186
236
|
- lib/aws/core/xml/stub.rb
|
|
187
|
-
- lib/aws/
|
|
237
|
+
- lib/aws/data_pipeline.rb
|
|
188
238
|
- lib/aws/data_pipeline/client.rb
|
|
189
239
|
- lib/aws/data_pipeline/config.rb
|
|
190
240
|
- lib/aws/data_pipeline/errors.rb
|
|
191
|
-
- lib/aws/
|
|
241
|
+
- lib/aws/direct_connect.rb
|
|
192
242
|
- lib/aws/direct_connect/client.rb
|
|
193
243
|
- lib/aws/direct_connect/config.rb
|
|
194
244
|
- lib/aws/direct_connect/errors.rb
|
|
195
|
-
- lib/aws/
|
|
245
|
+
- lib/aws/dynamo_db.rb
|
|
196
246
|
- lib/aws/dynamo_db/attribute_collection.rb
|
|
197
247
|
- lib/aws/dynamo_db/batch_get.rb
|
|
198
248
|
- lib/aws/dynamo_db/batch_write.rb
|
|
199
249
|
- lib/aws/dynamo_db/binary.rb
|
|
250
|
+
- lib/aws/dynamo_db/client.rb
|
|
200
251
|
- lib/aws/dynamo_db/client/v20111205.rb
|
|
201
252
|
- lib/aws/dynamo_db/client/v20120810.rb
|
|
202
|
-
- lib/aws/dynamo_db/client.rb
|
|
203
253
|
- lib/aws/dynamo_db/client_v2.rb
|
|
204
254
|
- lib/aws/dynamo_db/config.rb
|
|
205
255
|
- lib/aws/dynamo_db/errors.rb
|
|
@@ -213,7 +263,7 @@ files:
|
|
|
213
263
|
- lib/aws/dynamo_db/table.rb
|
|
214
264
|
- lib/aws/dynamo_db/table_collection.rb
|
|
215
265
|
- lib/aws/dynamo_db/types.rb
|
|
216
|
-
- lib/aws/
|
|
266
|
+
- lib/aws/ec2.rb
|
|
217
267
|
- lib/aws/ec2/attachment.rb
|
|
218
268
|
- lib/aws/ec2/attachment_collection.rb
|
|
219
269
|
- lib/aws/ec2/availability_zone.rb
|
|
@@ -237,17 +287,17 @@ files:
|
|
|
237
287
|
- lib/aws/ec2/image_collection.rb
|
|
238
288
|
- lib/aws/ec2/instance.rb
|
|
239
289
|
- lib/aws/ec2/instance_collection.rb
|
|
240
|
-
- lib/aws/ec2/internet_gateway/attachment.rb
|
|
241
290
|
- lib/aws/ec2/internet_gateway.rb
|
|
291
|
+
- lib/aws/ec2/internet_gateway/attachment.rb
|
|
242
292
|
- lib/aws/ec2/internet_gateway_collection.rb
|
|
243
293
|
- lib/aws/ec2/key_pair.rb
|
|
244
294
|
- lib/aws/ec2/key_pair_collection.rb
|
|
295
|
+
- lib/aws/ec2/network_acl.rb
|
|
245
296
|
- lib/aws/ec2/network_acl/association.rb
|
|
246
297
|
- lib/aws/ec2/network_acl/entry.rb
|
|
247
|
-
- lib/aws/ec2/network_acl.rb
|
|
248
298
|
- lib/aws/ec2/network_acl_collection.rb
|
|
249
|
-
- lib/aws/ec2/network_interface/attachment.rb
|
|
250
299
|
- lib/aws/ec2/network_interface.rb
|
|
300
|
+
- lib/aws/ec2/network_interface/attachment.rb
|
|
251
301
|
- lib/aws/ec2/network_interface_collection.rb
|
|
252
302
|
- lib/aws/ec2/permission_collection.rb
|
|
253
303
|
- lib/aws/ec2/region.rb
|
|
@@ -258,13 +308,13 @@ files:
|
|
|
258
308
|
- lib/aws/ec2/reserved_instances_offering_collection.rb
|
|
259
309
|
- lib/aws/ec2/resource.rb
|
|
260
310
|
- lib/aws/ec2/resource_tag_collection.rb
|
|
311
|
+
- lib/aws/ec2/route_table.rb
|
|
261
312
|
- lib/aws/ec2/route_table/association.rb
|
|
262
313
|
- lib/aws/ec2/route_table/route.rb
|
|
263
|
-
- lib/aws/ec2/route_table.rb
|
|
264
314
|
- lib/aws/ec2/route_table_collection.rb
|
|
315
|
+
- lib/aws/ec2/security_group.rb
|
|
265
316
|
- lib/aws/ec2/security_group/ip_permission.rb
|
|
266
317
|
- lib/aws/ec2/security_group/ip_permission_collection.rb
|
|
267
|
-
- lib/aws/ec2/security_group.rb
|
|
268
318
|
- lib/aws/ec2/security_group_collection.rb
|
|
269
319
|
- lib/aws/ec2/snapshot.rb
|
|
270
320
|
- lib/aws/ec2/snapshot_collection.rb
|
|
@@ -278,25 +328,25 @@ files:
|
|
|
278
328
|
- lib/aws/ec2/volume_collection.rb
|
|
279
329
|
- lib/aws/ec2/vpc.rb
|
|
280
330
|
- lib/aws/ec2/vpc_collection.rb
|
|
281
|
-
- lib/aws/ec2/vpn_connection/telemetry.rb
|
|
282
331
|
- lib/aws/ec2/vpn_connection.rb
|
|
332
|
+
- lib/aws/ec2/vpn_connection/telemetry.rb
|
|
283
333
|
- lib/aws/ec2/vpn_connection_collection.rb
|
|
284
|
-
- lib/aws/ec2/vpn_gateway/attachment.rb
|
|
285
334
|
- lib/aws/ec2/vpn_gateway.rb
|
|
335
|
+
- lib/aws/ec2/vpn_gateway/attachment.rb
|
|
286
336
|
- lib/aws/ec2/vpn_gateway_collection.rb
|
|
287
|
-
- lib/aws/
|
|
337
|
+
- lib/aws/elastic_beanstalk.rb
|
|
288
338
|
- lib/aws/elastic_beanstalk/client.rb
|
|
289
339
|
- lib/aws/elastic_beanstalk/config.rb
|
|
290
340
|
- lib/aws/elastic_beanstalk/errors.rb
|
|
291
|
-
- lib/aws/
|
|
341
|
+
- lib/aws/elastic_transcoder.rb
|
|
292
342
|
- lib/aws/elastic_transcoder/client.rb
|
|
293
343
|
- lib/aws/elastic_transcoder/config.rb
|
|
294
344
|
- lib/aws/elastic_transcoder/errors.rb
|
|
295
|
-
- lib/aws/
|
|
345
|
+
- lib/aws/elasticache.rb
|
|
296
346
|
- lib/aws/elasticache/client.rb
|
|
297
347
|
- lib/aws/elasticache/config.rb
|
|
298
348
|
- lib/aws/elasticache/errors.rb
|
|
299
|
-
- lib/aws/
|
|
349
|
+
- lib/aws/elb.rb
|
|
300
350
|
- lib/aws/elb/availability_zone_collection.rb
|
|
301
351
|
- lib/aws/elb/backend_server_policy_collection.rb
|
|
302
352
|
- lib/aws/elb/client.rb
|
|
@@ -310,7 +360,7 @@ files:
|
|
|
310
360
|
- lib/aws/elb/load_balancer_collection.rb
|
|
311
361
|
- lib/aws/elb/load_balancer_policy.rb
|
|
312
362
|
- lib/aws/elb/load_balancer_policy_collection.rb
|
|
313
|
-
- lib/aws/
|
|
363
|
+
- lib/aws/emr.rb
|
|
314
364
|
- lib/aws/emr/client.rb
|
|
315
365
|
- lib/aws/emr/config.rb
|
|
316
366
|
- lib/aws/emr/errors.rb
|
|
@@ -318,8 +368,8 @@ files:
|
|
|
318
368
|
- lib/aws/emr/instance_group_collection.rb
|
|
319
369
|
- lib/aws/emr/job_flow.rb
|
|
320
370
|
- lib/aws/emr/job_flow_collection.rb
|
|
321
|
-
- lib/aws/emr.rb
|
|
322
371
|
- lib/aws/errors.rb
|
|
372
|
+
- lib/aws/glacier.rb
|
|
323
373
|
- lib/aws/glacier/archive.rb
|
|
324
374
|
- lib/aws/glacier/archive_collection.rb
|
|
325
375
|
- lib/aws/glacier/client.rb
|
|
@@ -329,7 +379,7 @@ files:
|
|
|
329
379
|
- lib/aws/glacier/vault.rb
|
|
330
380
|
- lib/aws/glacier/vault_collection.rb
|
|
331
381
|
- lib/aws/glacier/vault_notification_configuration.rb
|
|
332
|
-
- lib/aws/
|
|
382
|
+
- lib/aws/iam.rb
|
|
333
383
|
- lib/aws/iam/access_key.rb
|
|
334
384
|
- lib/aws/iam/access_key_collection.rb
|
|
335
385
|
- lib/aws/iam/account_alias_collection.rb
|
|
@@ -358,20 +408,20 @@ files:
|
|
|
358
408
|
- lib/aws/iam/user_policy_collection.rb
|
|
359
409
|
- lib/aws/iam/virtual_mfa_device.rb
|
|
360
410
|
- lib/aws/iam/virtual_mfa_device_collection.rb
|
|
361
|
-
- lib/aws/
|
|
411
|
+
- lib/aws/import_export.rb
|
|
362
412
|
- lib/aws/import_export/client.rb
|
|
363
413
|
- lib/aws/import_export/config.rb
|
|
364
414
|
- lib/aws/import_export/errors.rb
|
|
365
|
-
- lib/aws/
|
|
415
|
+
- lib/aws/kinesis.rb
|
|
366
416
|
- lib/aws/kinesis/client.rb
|
|
367
417
|
- lib/aws/kinesis/config.rb
|
|
368
418
|
- lib/aws/kinesis/errors.rb
|
|
369
|
-
- lib/aws/
|
|
419
|
+
- lib/aws/ops_works.rb
|
|
370
420
|
- lib/aws/ops_works/client.rb
|
|
371
421
|
- lib/aws/ops_works/config.rb
|
|
372
422
|
- lib/aws/ops_works/errors.rb
|
|
373
|
-
- lib/aws/ops_works.rb
|
|
374
423
|
- lib/aws/rails.rb
|
|
424
|
+
- lib/aws/rds.rb
|
|
375
425
|
- lib/aws/rds/client.rb
|
|
376
426
|
- lib/aws/rds/config.rb
|
|
377
427
|
- lib/aws/rds/db_instance.rb
|
|
@@ -379,21 +429,21 @@ files:
|
|
|
379
429
|
- lib/aws/rds/db_snapshot.rb
|
|
380
430
|
- lib/aws/rds/db_snapshot_collection.rb
|
|
381
431
|
- lib/aws/rds/errors.rb
|
|
382
|
-
- lib/aws/
|
|
432
|
+
- lib/aws/record.rb
|
|
383
433
|
- lib/aws/record/abstract_base.rb
|
|
384
434
|
- lib/aws/record/attributes.rb
|
|
385
435
|
- lib/aws/record/conversion.rb
|
|
386
436
|
- lib/aws/record/dirty_tracking.rb
|
|
387
437
|
- lib/aws/record/errors.rb
|
|
388
438
|
- lib/aws/record/exceptions.rb
|
|
439
|
+
- lib/aws/record/hash_model.rb
|
|
389
440
|
- lib/aws/record/hash_model/attributes.rb
|
|
390
441
|
- lib/aws/record/hash_model/finder_methods.rb
|
|
391
442
|
- lib/aws/record/hash_model/scope.rb
|
|
392
|
-
- lib/aws/record/
|
|
443
|
+
- lib/aws/record/model.rb
|
|
393
444
|
- lib/aws/record/model/attributes.rb
|
|
394
445
|
- lib/aws/record/model/finder_methods.rb
|
|
395
446
|
- lib/aws/record/model/scope.rb
|
|
396
|
-
- lib/aws/record/model.rb
|
|
397
447
|
- lib/aws/record/naming.rb
|
|
398
448
|
- lib/aws/record/scope.rb
|
|
399
449
|
- lib/aws/record/validations.rb
|
|
@@ -409,11 +459,11 @@ files:
|
|
|
409
459
|
- lib/aws/record/validators/method.rb
|
|
410
460
|
- lib/aws/record/validators/numericality.rb
|
|
411
461
|
- lib/aws/record/validators/presence.rb
|
|
412
|
-
- lib/aws/
|
|
462
|
+
- lib/aws/redshift.rb
|
|
413
463
|
- lib/aws/redshift/client.rb
|
|
414
464
|
- lib/aws/redshift/config.rb
|
|
415
465
|
- lib/aws/redshift/errors.rb
|
|
416
|
-
- lib/aws/
|
|
466
|
+
- lib/aws/route_53.rb
|
|
417
467
|
- lib/aws/route_53/change_batch.rb
|
|
418
468
|
- lib/aws/route_53/change_info.rb
|
|
419
469
|
- lib/aws/route_53/client.rb
|
|
@@ -423,7 +473,7 @@ files:
|
|
|
423
473
|
- lib/aws/route_53/hosted_zone_collection.rb
|
|
424
474
|
- lib/aws/route_53/resource_record_set.rb
|
|
425
475
|
- lib/aws/route_53/resource_record_set_collection.rb
|
|
426
|
-
- lib/aws/
|
|
476
|
+
- lib/aws/s3.rb
|
|
427
477
|
- lib/aws/s3/access_control_list.rb
|
|
428
478
|
- lib/aws/s3/acl_object.rb
|
|
429
479
|
- lib/aws/s3/acl_options.rb
|
|
@@ -433,8 +483,8 @@ files:
|
|
|
433
483
|
- lib/aws/s3/bucket_tag_collection.rb
|
|
434
484
|
- lib/aws/s3/bucket_version_collection.rb
|
|
435
485
|
- lib/aws/s3/cipher_io.rb
|
|
436
|
-
- lib/aws/s3/client/xml.rb
|
|
437
486
|
- lib/aws/s3/client.rb
|
|
487
|
+
- lib/aws/s3/client/xml.rb
|
|
438
488
|
- lib/aws/s3/config.rb
|
|
439
489
|
- lib/aws/s3/cors_rule.rb
|
|
440
490
|
- lib/aws/s3/cors_rule_collection.rb
|
|
@@ -456,16 +506,16 @@ files:
|
|
|
456
506
|
- lib/aws/s3/presigned_post.rb
|
|
457
507
|
- lib/aws/s3/request.rb
|
|
458
508
|
- lib/aws/s3/s3_object.rb
|
|
509
|
+
- lib/aws/s3/tree.rb
|
|
459
510
|
- lib/aws/s3/tree/branch_node.rb
|
|
460
511
|
- lib/aws/s3/tree/child_collection.rb
|
|
461
512
|
- lib/aws/s3/tree/leaf_node.rb
|
|
462
513
|
- lib/aws/s3/tree/node.rb
|
|
463
514
|
- lib/aws/s3/tree/parent.rb
|
|
464
|
-
- lib/aws/s3/tree.rb
|
|
465
515
|
- lib/aws/s3/uploaded_part.rb
|
|
466
516
|
- lib/aws/s3/uploaded_part_collection.rb
|
|
467
517
|
- lib/aws/s3/website_configuration.rb
|
|
468
|
-
- lib/aws/
|
|
518
|
+
- lib/aws/simple_db.rb
|
|
469
519
|
- lib/aws/simple_db/attribute.rb
|
|
470
520
|
- lib/aws/simple_db/attribute_collection.rb
|
|
471
521
|
- lib/aws/simple_db/client.rb
|
|
@@ -481,7 +531,7 @@ files:
|
|
|
481
531
|
- lib/aws/simple_db/item_collection.rb
|
|
482
532
|
- lib/aws/simple_db/item_data.rb
|
|
483
533
|
- lib/aws/simple_db/put_attributes.rb
|
|
484
|
-
- lib/aws/
|
|
534
|
+
- lib/aws/simple_email_service.rb
|
|
485
535
|
- lib/aws/simple_email_service/client.rb
|
|
486
536
|
- lib/aws/simple_email_service/config.rb
|
|
487
537
|
- lib/aws/simple_email_service/email_address_collection.rb
|
|
@@ -489,7 +539,7 @@ files:
|
|
|
489
539
|
- lib/aws/simple_email_service/identity.rb
|
|
490
540
|
- lib/aws/simple_email_service/identity_collection.rb
|
|
491
541
|
- lib/aws/simple_email_service/quotas.rb
|
|
492
|
-
- lib/aws/
|
|
542
|
+
- lib/aws/simple_workflow.rb
|
|
493
543
|
- lib/aws/simple_workflow/activity_task.rb
|
|
494
544
|
- lib/aws/simple_workflow/activity_task_collection.rb
|
|
495
545
|
- lib/aws/simple_workflow/activity_type.rb
|
|
@@ -512,7 +562,7 @@ files:
|
|
|
512
562
|
- lib/aws/simple_workflow/workflow_execution_collection.rb
|
|
513
563
|
- lib/aws/simple_workflow/workflow_type.rb
|
|
514
564
|
- lib/aws/simple_workflow/workflow_type_collection.rb
|
|
515
|
-
- lib/aws/
|
|
565
|
+
- lib/aws/sns.rb
|
|
516
566
|
- lib/aws/sns/client.rb
|
|
517
567
|
- lib/aws/sns/config.rb
|
|
518
568
|
- lib/aws/sns/errors.rb
|
|
@@ -525,7 +575,7 @@ files:
|
|
|
525
575
|
- lib/aws/sns/topic.rb
|
|
526
576
|
- lib/aws/sns/topic_collection.rb
|
|
527
577
|
- lib/aws/sns/topic_subscription_collection.rb
|
|
528
|
-
- lib/aws/
|
|
578
|
+
- lib/aws/sqs.rb
|
|
529
579
|
- lib/aws/sqs/client.rb
|
|
530
580
|
- lib/aws/sqs/config.rb
|
|
531
581
|
- lib/aws/sqs/errors.rb
|
|
@@ -534,73 +584,23 @@ files:
|
|
|
534
584
|
- lib/aws/sqs/queue_collection.rb
|
|
535
585
|
- lib/aws/sqs/received_message.rb
|
|
536
586
|
- lib/aws/sqs/received_sns_message.rb
|
|
537
|
-
- lib/aws/
|
|
587
|
+
- lib/aws/storage_gateway.rb
|
|
538
588
|
- lib/aws/storage_gateway/client.rb
|
|
539
589
|
- lib/aws/storage_gateway/config.rb
|
|
540
590
|
- lib/aws/storage_gateway/errors.rb
|
|
541
|
-
- lib/aws/
|
|
591
|
+
- lib/aws/sts.rb
|
|
542
592
|
- lib/aws/sts/client.rb
|
|
543
593
|
- lib/aws/sts/config.rb
|
|
544
594
|
- lib/aws/sts/errors.rb
|
|
545
595
|
- lib/aws/sts/federated_session.rb
|
|
546
596
|
- lib/aws/sts/policy.rb
|
|
547
597
|
- lib/aws/sts/session.rb
|
|
548
|
-
- lib/aws/
|
|
598
|
+
- lib/aws/support.rb
|
|
549
599
|
- lib/aws/support/client.rb
|
|
550
600
|
- lib/aws/support/config.rb
|
|
551
601
|
- lib/aws/support/errors.rb
|
|
552
|
-
- lib/aws/support.rb
|
|
553
602
|
- lib/aws/version.rb
|
|
554
|
-
-
|
|
555
|
-
- lib/aws.rb
|
|
556
|
-
- lib/aws/api_config/AutoScaling-2011-01-01.yml
|
|
557
|
-
- lib/aws/api_config/CloudFormation-2010-05-15.yml
|
|
558
|
-
- lib/aws/api_config/CloudFront-2013-05-12.yml
|
|
559
|
-
- lib/aws/api_config/CloudFront-2013-08-26.yml
|
|
560
|
-
- lib/aws/api_config/CloudFront-2013-09-27.yml
|
|
561
|
-
- lib/aws/api_config/CloudFront-2013-11-11.yml
|
|
562
|
-
- lib/aws/api_config/CloudFront-2013-11-22.yml
|
|
563
|
-
- lib/aws/api_config/CloudFront-2014-01-31.yml
|
|
564
|
-
- lib/aws/api_config/CloudFront-2014-05-31.yml
|
|
565
|
-
- lib/aws/api_config/CloudSearch-2011-02-01.yml
|
|
566
|
-
- lib/aws/api_config/CloudSearch-2013-01-01.yml
|
|
567
|
-
- lib/aws/api_config/CloudTrail-2013-11-01.yml
|
|
568
|
-
- lib/aws/api_config/CloudWatch-2010-08-01.yml
|
|
569
|
-
- lib/aws/api_config/DataPipeline-2012-10-29.yml
|
|
570
|
-
- lib/aws/api_config/DirectConnect-2012-10-25.yml
|
|
571
|
-
- lib/aws/api_config/DynamoDB-2011-12-05.yml
|
|
572
|
-
- lib/aws/api_config/DynamoDB-2012-08-10.yml
|
|
573
|
-
- lib/aws/api_config/EC2-2013-08-15.yml
|
|
574
|
-
- lib/aws/api_config/EC2-2013-10-01.yml
|
|
575
|
-
- lib/aws/api_config/EC2-2013-10-15.yml
|
|
576
|
-
- lib/aws/api_config/EC2-2014-02-01.yml
|
|
577
|
-
- lib/aws/api_config/EC2-2014-05-01.yml
|
|
578
|
-
- lib/aws/api_config/ElastiCache-2013-06-15.yml
|
|
579
|
-
- lib/aws/api_config/ElastiCache-2014-03-24.yml
|
|
580
|
-
- lib/aws/api_config/ElasticBeanstalk-2010-12-01.yml
|
|
581
|
-
- lib/aws/api_config/ElasticTranscoder-2012-09-25.yml
|
|
582
|
-
- lib/aws/api_config/ELB-2012-06-01.yml
|
|
583
|
-
- lib/aws/api_config/EMR-2009-03-31.yml
|
|
584
|
-
- lib/aws/api_config/Glacier-2012-06-01.yml
|
|
585
|
-
- lib/aws/api_config/IAM-2010-05-08.yml
|
|
586
|
-
- lib/aws/api_config/ImportExport-2010-06-01.yml
|
|
587
|
-
- lib/aws/api_config/Kinesis-2013-12-02.yml
|
|
588
|
-
- lib/aws/api_config/OpsWorks-2013-02-18.yml
|
|
589
|
-
- lib/aws/api_config/RDS-2013-05-15.yml
|
|
590
|
-
- lib/aws/api_config/RDS-2013-09-09.yml
|
|
591
|
-
- lib/aws/api_config/Redshift-2012-12-01.yml
|
|
592
|
-
- lib/aws/api_config/Route53-2012-12-12.yml
|
|
593
|
-
- lib/aws/api_config/Route53-2013-04-01.yml
|
|
594
|
-
- lib/aws/api_config/SimpleDB-2009-04-15.yml
|
|
595
|
-
- lib/aws/api_config/SimpleEmailService-2010-12-01.yml
|
|
596
|
-
- lib/aws/api_config/SimpleWorkflow-2012-01-25.yml
|
|
597
|
-
- lib/aws/api_config/SNS-2010-03-31.yml
|
|
598
|
-
- lib/aws/api_config/SQS-2012-11-05.yml
|
|
599
|
-
- lib/aws/api_config/StorageGateway-2012-06-30.yml
|
|
600
|
-
- lib/aws/api_config/StorageGateway-2013-06-30.yml
|
|
601
|
-
- lib/aws/api_config/STS-2011-06-15.yml
|
|
602
|
-
- lib/aws/api_config/Support-2013-04-15.yml
|
|
603
|
-
- bin/aws-rb
|
|
603
|
+
- rails/init.rb
|
|
604
604
|
homepage: http://aws.amazon.com/sdkforruby
|
|
605
605
|
licenses:
|
|
606
606
|
- Apache 2.0
|
|
@@ -611,17 +611,17 @@ require_paths:
|
|
|
611
611
|
- lib
|
|
612
612
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
613
613
|
requirements:
|
|
614
|
-
- -
|
|
614
|
+
- - ">="
|
|
615
615
|
- !ruby/object:Gem::Version
|
|
616
616
|
version: '0'
|
|
617
617
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
618
618
|
requirements:
|
|
619
|
-
- -
|
|
619
|
+
- - ">="
|
|
620
620
|
- !ruby/object:Gem::Version
|
|
621
621
|
version: '0'
|
|
622
622
|
requirements: []
|
|
623
623
|
rubyforge_project:
|
|
624
|
-
rubygems_version: 2.
|
|
624
|
+
rubygems_version: 2.2.2
|
|
625
625
|
signing_key:
|
|
626
626
|
specification_version: 4
|
|
627
627
|
summary: AWS SDK for Ruby
|