aws-sdk 1.33.0 → 1.34.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cbdc7d40671a2522444ad937c8b9199cae98f9e6
4
- data.tar.gz: a9f25c8a2b65f0e5e9ee43e9d692c1959aa67424
3
+ metadata.gz: f3eab998ec1976fb63b405eaffe554c899f46167
4
+ data.tar.gz: 010d90962f59d815fe5563ebfe329c5af18d99f2
5
5
  SHA512:
6
- metadata.gz: 24e92c9e6d44d9678522e8dee9c8cf96748b9faba3ad2696fa93272b442725271912b1a2c0a8de12105b4eb326f0e7a173ebbfea8cfa71ea5ea33161d00fd026
7
- data.tar.gz: 716613ced48f38e0a532e5d06183969f59f896188d1053a4e1ef2d03c1067f39e242b0f87da5f56d2fb438e5344e424939396cd4c1b2be971f5bfe80198bf30f
6
+ metadata.gz: da6dfb6b1b759cbeab599ed93a939aac6baafeac7ea33df2117a8065d835d18760ac3237f09a1bf09dd0bbee8be812831ed02353a47dee0676299c466f2b131a
7
+ data.tar.gz: 0bd4b7b369cd023f81d7bb062fdd7920cfcec78efcb3394b8e6c6d45baf863e17bb9dbb9c68ce4f9d8ebdac2bf6ea1463cc878b8a8135e965cfa58ff65d33328
@@ -1,4 +1,4 @@
1
- # Copyright 2011-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1
+ # Copyright 2011-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License"). You
4
4
  # may not use this file except in compliance with the License. A copy of
@@ -4108,7 +4108,7 @@
4108
4108
  - :rename: groups
4109
4109
  DeleteOnTermination:
4110
4110
  - :boolean
4111
- PrivateIpAddressesSet:
4111
+ PrivateIpAddresses:
4112
4112
  - :list:
4113
4113
  - :structure:
4114
4114
  PrivateIpAddress:
@@ -4479,7 +4479,7 @@
4479
4479
  - :rename: groups
4480
4480
  DeleteOnTermination:
4481
4481
  - :boolean
4482
- PrivateIpAddressesSet:
4482
+ PrivateIpAddresses:
4483
4483
  - :list:
4484
4484
  - :structure:
4485
4485
  PrivateIpAddress:
@@ -4126,7 +4126,7 @@
4126
4126
  - :rename: groups
4127
4127
  DeleteOnTermination:
4128
4128
  - :boolean
4129
- PrivateIpAddressesSet:
4129
+ PrivateIpAddresses:
4130
4130
  - :list:
4131
4131
  - :structure:
4132
4132
  PrivateIpAddress:
@@ -4497,7 +4497,7 @@
4497
4497
  - :rename: groups
4498
4498
  DeleteOnTermination:
4499
4499
  - :boolean
4500
- PrivateIpAddressesSet:
4500
+ PrivateIpAddresses:
4501
4501
  - :list:
4502
4502
  - :structure:
4503
4503
  PrivateIpAddress:
@@ -4055,7 +4055,7 @@
4055
4055
  - :rename: groups
4056
4056
  DeleteOnTermination:
4057
4057
  - :boolean
4058
- PrivateIpAddressesSet:
4058
+ PrivateIpAddresses:
4059
4059
  - :list:
4060
4060
  - :structure:
4061
4061
  PrivateIpAddress:
@@ -0,0 +1,557 @@
1
+ # Copyright 2011-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License"). You
4
+ # may not use this file except in compliance with the License. A copy of
5
+ # the License is located at
6
+ #
7
+ # http://aws.amazon.com/apache2.0/
8
+ #
9
+ # or in the "license" file accompanying this file. This file is
10
+ # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11
+ # ANY KIND, either express or implied. See the License for the specific
12
+ # language governing permissions and limitations under the License.
13
+
14
+ ---
15
+ :api_version: '2013-04-01'
16
+ :namespace: https://route53.amazonaws.com/doc/2013-04-01/
17
+ :operations:
18
+ - :name: ChangeResourceRecordSets
19
+ :method: :change_resource_record_sets
20
+ :http:
21
+ :verb: POST
22
+ :uri: /2013-04-01/hostedzone/:hosted_zone_id/rrset/
23
+ :inputs:
24
+ :hosted_zone_id:
25
+ :type: :string
26
+ :required: true
27
+ :position: 0
28
+ :lstrip: /hostedzone/
29
+ :change_batch:
30
+ :name: ChangeBatch
31
+ :type: :hash
32
+ :required: true
33
+ :position: 1
34
+ :members:
35
+ :comment:
36
+ :name: Comment
37
+ :type: :string
38
+ :position: 0
39
+ :changes:
40
+ :name: Changes
41
+ :type: :array
42
+ :required: true
43
+ :position: 1
44
+ :members:
45
+ :name: Change
46
+ :type: :hash
47
+ :members:
48
+ :action:
49
+ :name: Action
50
+ :type: :string
51
+ :required: true
52
+ :position: 0
53
+ :resource_record_set:
54
+ :name: ResourceRecordSet
55
+ :type: :hash
56
+ :required: true
57
+ :position: 1
58
+ :members:
59
+ :name:
60
+ :name: Name
61
+ :type: :string
62
+ :required: true
63
+ :position: 0
64
+ :type:
65
+ :name: Type
66
+ :type: :string
67
+ :required: true
68
+ :position: 1
69
+ :set_identifier:
70
+ :name: SetIdentifier
71
+ :type: :string
72
+ :position: 2
73
+ :weight:
74
+ :name: Weight
75
+ :type: :integer
76
+ :position: 3
77
+ :region:
78
+ :name: Region
79
+ :type: :string
80
+ :position: 4
81
+ :failover:
82
+ :name: Failover
83
+ :type: :string
84
+ :position: 5
85
+ :ttl:
86
+ :name: TTL
87
+ :type: :integer
88
+ :position: 6
89
+ :resource_records:
90
+ :name: ResourceRecords
91
+ :type: :array
92
+ :position: 7
93
+ :members:
94
+ :name: ResourceRecord
95
+ :type: :hash
96
+ :members:
97
+ :value:
98
+ :name: Value
99
+ :type: :string
100
+ :required: true
101
+ :position: 0
102
+ :alias_target:
103
+ :name: AliasTarget
104
+ :type: :hash
105
+ :position: 8
106
+ :members:
107
+ :hosted_zone_id:
108
+ :name: HostedZoneId
109
+ :type: :string
110
+ :required: true
111
+ :position: 0
112
+ :lstrip: /hostedzone/
113
+ :dns_name:
114
+ :name: DNSName
115
+ :type: :string
116
+ :required: true
117
+ :position: 1
118
+ :evaluate_target_health:
119
+ :name: EvaluateTargetHealth
120
+ :type: :boolean
121
+ :required: true
122
+ :position: 2
123
+ :health_check_id:
124
+ :name: HealthCheckId
125
+ :type: :string
126
+ :position: 9
127
+ :outputs:
128
+ :children:
129
+ ChangeInfo:
130
+ :children:
131
+ Id:
132
+ :type: :string
133
+ Status:
134
+ :type: :string
135
+ SubmittedAt:
136
+ :type: :time
137
+ Comment:
138
+ :type: :string
139
+ - :name: CreateHealthCheck
140
+ :method: :create_health_check
141
+ :http:
142
+ :verb: POST
143
+ :uri: /2013-04-01/healthcheck
144
+ :response_code: 201
145
+ :response_headers:
146
+ :location: Location
147
+ :inputs:
148
+ :caller_reference:
149
+ :name: CallerReference
150
+ :type: :string
151
+ :required: true
152
+ :position: 0
153
+ :health_check_config:
154
+ :name: HealthCheckConfig
155
+ :type: :hash
156
+ :required: true
157
+ :position: 1
158
+ :members:
159
+ :ip_address:
160
+ :name: IPAddress
161
+ :type: :string
162
+ :required: true
163
+ :position: 0
164
+ :port:
165
+ :name: Port
166
+ :type: :integer
167
+ :position: 1
168
+ :type:
169
+ :name: Type
170
+ :type: :string
171
+ :required: true
172
+ :position: 2
173
+ :resource_path:
174
+ :name: ResourcePath
175
+ :type: :string
176
+ :position: 3
177
+ :fully_qualified_domain_name:
178
+ :name: FullyQualifiedDomainName
179
+ :type: :string
180
+ :position: 4
181
+ :search_string:
182
+ :name: SearchString
183
+ :type: :string
184
+ :position: 5
185
+ :outputs:
186
+ :children:
187
+ HealthCheck:
188
+ :children:
189
+ Id:
190
+ :type: :string
191
+ CallerReference:
192
+ :type: :string
193
+ HealthCheckConfig:
194
+ :children:
195
+ IPAddress:
196
+ :type: :string
197
+ Port:
198
+ :type: :integer
199
+ Type:
200
+ :type: :string
201
+ ResourcePath:
202
+ :type: :string
203
+ FullyQualifiedDomainName:
204
+ :type: :string
205
+ SearchString:
206
+ :type: :string
207
+ - :name: CreateHostedZone
208
+ :method: :create_hosted_zone
209
+ :http:
210
+ :verb: POST
211
+ :uri: /2013-04-01/hostedzone
212
+ :response_code: 201
213
+ :response_headers:
214
+ :location: Location
215
+ :inputs:
216
+ :name:
217
+ :name: Name
218
+ :type: :string
219
+ :required: true
220
+ :position: 0
221
+ :caller_reference:
222
+ :name: CallerReference
223
+ :type: :string
224
+ :required: true
225
+ :position: 1
226
+ :hosted_zone_config:
227
+ :name: HostedZoneConfig
228
+ :type: :hash
229
+ :position: 2
230
+ :members:
231
+ :comment:
232
+ :name: Comment
233
+ :type: :string
234
+ :position: 0
235
+ :outputs:
236
+ :children:
237
+ HostedZone:
238
+ :children:
239
+ Id:
240
+ :type: :string
241
+ Name:
242
+ :type: :string
243
+ CallerReference:
244
+ :type: :string
245
+ Config:
246
+ :children:
247
+ Comment:
248
+ :type: :string
249
+ ResourceRecordSetCount:
250
+ :type: :integer
251
+ ChangeInfo:
252
+ :children:
253
+ Id:
254
+ :type: :string
255
+ Status:
256
+ :type: :string
257
+ SubmittedAt:
258
+ :type: :time
259
+ Comment:
260
+ :type: :string
261
+ DelegationSet:
262
+ :children:
263
+ NameServers:
264
+ :ignore: true
265
+ :children:
266
+ NameServer:
267
+ :rename: :name_servers
268
+ :list: true
269
+ :type: :string
270
+ - :name: DeleteHealthCheck
271
+ :method: :delete_health_check
272
+ :http:
273
+ :verb: DELETE
274
+ :uri: /2013-04-01/healthcheck/:health_check_id
275
+ :inputs:
276
+ :health_check_id:
277
+ :type: :string
278
+ :required: true
279
+ :position: 0
280
+ :outputs: {}
281
+ - :name: DeleteHostedZone
282
+ :method: :delete_hosted_zone
283
+ :http:
284
+ :verb: DELETE
285
+ :uri: /2013-04-01/hostedzone/:id
286
+ :inputs:
287
+ :id:
288
+ :type: :string
289
+ :required: true
290
+ :position: 0
291
+ :lstrip: /hostedzone/
292
+ :outputs:
293
+ :children:
294
+ ChangeInfo:
295
+ :children:
296
+ Id:
297
+ :type: :string
298
+ Status:
299
+ :type: :string
300
+ SubmittedAt:
301
+ :type: :time
302
+ Comment:
303
+ :type: :string
304
+ - :name: GetChange
305
+ :method: :get_change
306
+ :http:
307
+ :verb: GET
308
+ :uri: /2013-04-01/change/:id
309
+ :inputs:
310
+ :id:
311
+ :type: :string
312
+ :required: true
313
+ :position: 0
314
+ :lstrip: /change/
315
+ :outputs:
316
+ :children:
317
+ ChangeInfo:
318
+ :children:
319
+ Id:
320
+ :type: :string
321
+ Status:
322
+ :type: :string
323
+ SubmittedAt:
324
+ :type: :time
325
+ Comment:
326
+ :type: :string
327
+ - :name: GetHealthCheck
328
+ :method: :get_health_check
329
+ :http:
330
+ :verb: GET
331
+ :uri: /2013-04-01/healthcheck/:health_check_id
332
+ :inputs:
333
+ :health_check_id:
334
+ :type: :string
335
+ :required: true
336
+ :position: 0
337
+ :outputs:
338
+ :children:
339
+ HealthCheck:
340
+ :children:
341
+ Id:
342
+ :type: :string
343
+ CallerReference:
344
+ :type: :string
345
+ HealthCheckConfig:
346
+ :children:
347
+ IPAddress:
348
+ :type: :string
349
+ Port:
350
+ :type: :integer
351
+ Type:
352
+ :type: :string
353
+ ResourcePath:
354
+ :type: :string
355
+ FullyQualifiedDomainName:
356
+ :type: :string
357
+ SearchString:
358
+ :type: :string
359
+ - :name: GetHostedZone
360
+ :method: :get_hosted_zone
361
+ :http:
362
+ :verb: GET
363
+ :uri: /2013-04-01/hostedzone/:id
364
+ :inputs:
365
+ :id:
366
+ :type: :string
367
+ :required: true
368
+ :position: 0
369
+ :lstrip: /hostedzone/
370
+ :outputs:
371
+ :children:
372
+ HostedZone:
373
+ :children:
374
+ Id:
375
+ :type: :string
376
+ Name:
377
+ :type: :string
378
+ CallerReference:
379
+ :type: :string
380
+ Config:
381
+ :children:
382
+ Comment:
383
+ :type: :string
384
+ ResourceRecordSetCount:
385
+ :type: :integer
386
+ DelegationSet:
387
+ :children:
388
+ NameServers:
389
+ :ignore: true
390
+ :children:
391
+ NameServer:
392
+ :rename: :name_servers
393
+ :list: true
394
+ :type: :string
395
+ - :name: ListHealthChecks
396
+ :method: :list_health_checks
397
+ :http:
398
+ :verb: GET
399
+ :uri: /2013-04-01/healthcheck?marker=:marker&maxitems=:max_items
400
+ :inputs:
401
+ :marker:
402
+ :type: :string
403
+ :position: 0
404
+ :max_items:
405
+ :type: :integer
406
+ :position: 1
407
+ :outputs:
408
+ :children:
409
+ HealthChecks:
410
+ :ignore: true
411
+ :children:
412
+ HealthCheck:
413
+ :rename: :health_checks
414
+ :list: true
415
+ :children:
416
+ Id:
417
+ :type: :string
418
+ CallerReference:
419
+ :type: :string
420
+ HealthCheckConfig:
421
+ :children:
422
+ IPAddress:
423
+ :type: :string
424
+ Port:
425
+ :type: :integer
426
+ Type:
427
+ :type: :string
428
+ ResourcePath:
429
+ :type: :string
430
+ FullyQualifiedDomainName:
431
+ :type: :string
432
+ SearchString:
433
+ :type: :string
434
+ Marker:
435
+ :type: :string
436
+ IsTruncated:
437
+ :type: :boolean
438
+ NextMarker:
439
+ :type: :string
440
+ MaxItems:
441
+ :type: :string
442
+ - :name: ListHostedZones
443
+ :method: :list_hosted_zones
444
+ :http:
445
+ :verb: GET
446
+ :uri: /2013-04-01/hostedzone?marker=:marker&maxitems=:max_items
447
+ :inputs:
448
+ :marker:
449
+ :type: :string
450
+ :position: 0
451
+ :max_items:
452
+ :type: :integer
453
+ :position: 1
454
+ :outputs:
455
+ :children:
456
+ HostedZones:
457
+ :ignore: true
458
+ :children:
459
+ HostedZone:
460
+ :rename: :hosted_zones
461
+ :list: true
462
+ :children:
463
+ Id:
464
+ :type: :string
465
+ Name:
466
+ :type: :string
467
+ CallerReference:
468
+ :type: :string
469
+ Config:
470
+ :children:
471
+ Comment:
472
+ :type: :string
473
+ ResourceRecordSetCount:
474
+ :type: :integer
475
+ Marker:
476
+ :type: :string
477
+ IsTruncated:
478
+ :type: :boolean
479
+ NextMarker:
480
+ :type: :string
481
+ MaxItems:
482
+ :type: :integer
483
+ - :name: ListResourceRecordSets
484
+ :method: :list_resource_record_sets
485
+ :http:
486
+ :verb: GET
487
+ :uri: /2013-04-01/hostedzone/:hosted_zone_id/rrset?type=:start_record_type&name=:start_record_name&identifier=:start_record_identifier&maxitems=:max_items
488
+ :inputs:
489
+ :hosted_zone_id:
490
+ :type: :string
491
+ :required: true
492
+ :position: 0
493
+ :lstrip: /hostedzone/
494
+ :start_record_name:
495
+ :type: :string
496
+ :position: 1
497
+ :start_record_type:
498
+ :type: :string
499
+ :position: 2
500
+ :start_record_identifier:
501
+ :type: :string
502
+ :position: 3
503
+ :max_items:
504
+ :type: :integer
505
+ :position: 4
506
+ :outputs:
507
+ :children:
508
+ ResourceRecordSets:
509
+ :ignore: true
510
+ :children:
511
+ ResourceRecordSet:
512
+ :rename: :resource_record_sets
513
+ :list: true
514
+ :children:
515
+ Name:
516
+ :type: :string
517
+ Type:
518
+ :type: :string
519
+ SetIdentifier:
520
+ :type: :string
521
+ Weight:
522
+ :type: :integer
523
+ Region:
524
+ :type: :string
525
+ Failover:
526
+ :type: :string
527
+ TTL:
528
+ :type: :integer
529
+ ResourceRecords:
530
+ :ignore: true
531
+ :children:
532
+ ResourceRecord:
533
+ :rename: :resource_records
534
+ :list: true
535
+ :children:
536
+ Value:
537
+ :type: :string
538
+ AliasTarget:
539
+ :children:
540
+ HostedZoneId:
541
+ :type: :string
542
+ DNSName:
543
+ :type: :string
544
+ EvaluateTargetHealth:
545
+ :type: :boolean
546
+ HealthCheckId:
547
+ :type: :string
548
+ IsTruncated:
549
+ :type: :boolean
550
+ NextRecordName:
551
+ :type: :string
552
+ NextRecordType:
553
+ :type: :string
554
+ NextRecordIdentifier:
555
+ :type: :string
556
+ MaxItems:
557
+ :type: :integer
@@ -70,7 +70,7 @@ module AWS
70
70
  stack_resource = StackResource.new_from(
71
71
  :describe_stack_resources,
72
72
  details,
73
- self,
73
+ stack,
74
74
  details.logical_resource_id)
75
75
 
76
76
  yield(stack_resource)
@@ -313,7 +313,7 @@ module AWS
313
313
  # `:access_key_id` or the `:secret_access_key` can not be found.
314
314
  #
315
315
  def credentials
316
- if @credentials_expiration && @credentials_expiration.utc <= Time.now.utc - 5 * 60
316
+ if @credentials_expiration && @credentials_expiration.utc <= (Time.now.utc + (15 * 60))
317
317
  refresh
318
318
  end
319
319
  super
@@ -17,7 +17,7 @@ module AWS
17
17
  # Client class for Route53.
18
18
  class Client < Core::RESTXMLClient
19
19
 
20
- API_VERSION = '2012-12-12'
20
+ API_VERSION = '2013-04-01'
21
21
 
22
22
  signature_version :Version3Https
23
23
 
@@ -27,9 +27,12 @@ module AWS
27
27
  end
28
28
 
29
29
  class Client::V20121212 < Client
30
-
31
30
  define_client_methods('2012-12-12')
31
+ end
32
32
 
33
+ class Client::V20130401 < Client
34
+ define_client_methods('2013-04-01')
33
35
  end
36
+
34
37
  end
35
38
  end
@@ -1834,6 +1834,12 @@ module AWS
1834
1834
  # Controls whether Reduced Redundancy Storage is enabled for
1835
1835
  # the object. Valid values are 'STANDARD' and
1836
1836
  # 'REDUCED_REDUNDANCY'.
1837
+ # @option options [String] :metadata_directive ('COPY') Specify 'COPY' or
1838
+ # 'REPLACE'.
1839
+ # @option options [String] :content_type
1840
+ # @option options [String] :content_encoding
1841
+ # @option options [String] :content_disposition
1842
+ # @option options [String] :cache_control
1837
1843
  # @option options [String] :expires The date and time at which the
1838
1844
  # object is no longer cacheable.
1839
1845
  # @option options [String] :grant_read
@@ -1854,6 +1860,7 @@ module AWS
1854
1860
  :cache_control => 'Cache-Control',
1855
1861
  :metadata_directive => 'x-amz-metadata-directive',
1856
1862
  :content_type => 'Content-Type',
1863
+ :content_encoding => 'Content-Encoding',
1857
1864
  :content_disposition => 'Content-Disposition',
1858
1865
  :expires => 'Expires',
1859
1866
  }) do
@@ -13,5 +13,5 @@
13
13
 
14
14
  module AWS
15
15
  # Current version of the AWS SDK for Ruby
16
- VERSION = '1.33.0'
16
+ VERSION = '1.34.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.33.0
4
+ version: 1.34.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-30 00:00:00.000000000 Z
11
+ date: 2014-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: uuidtools
@@ -596,6 +596,7 @@ files:
596
596
  - lib/aws/api_config/RDS-2013-09-09.yml
597
597
  - lib/aws/api_config/Redshift-2012-12-01.yml
598
598
  - lib/aws/api_config/Route53-2012-12-12.yml
599
+ - lib/aws/api_config/Route53-2013-04-01.yml
599
600
  - lib/aws/api_config/SimpleDB-2009-04-15.yml
600
601
  - lib/aws/api_config/SimpleEmailService-2010-12-01.yml
601
602
  - lib/aws/api_config/SimpleWorkflow-2012-01-25.yml