aws-sdk 1.22.1 → 1.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9ea345bf8449ec041e82560066adf1ce049f21f
4
- data.tar.gz: be6af6972929ded5bdb0810b9e191b87f0ece707
3
+ metadata.gz: 8a8c1e330c4a0643be5fadf4f892469f57ea8cfc
4
+ data.tar.gz: 3f8a2bfd1a57750752a200d163c26e8717ff7680
5
5
  SHA512:
6
- metadata.gz: 6941e32b51f5dc53b7f888c91c6e2a3d48ad352ddf43b5f5281aebbe5bdd1b35d4d691b25cc948f3cac1a34b40613f50ef1e2f8dbe6d5b9c332acc01c2b170e2
7
- data.tar.gz: d72f47bd7f23942f9ddf8e4dec8f6fc4a1ad4952c414281cce01182fccdd17bbaca945c8447216531518d1bfbfe54ebc9a872d6f90a3ca6e6a778f4c5e2548fd
6
+ metadata.gz: 3181e897ca0b23c807efda16c50f1df6e29e5b1c49ebc497a1248921c298d41cba5f850380d01841dfddfb5036b6ae085a7ca13b508b2ad1b7428a7815a6cc7a
7
+ data.tar.gz: 8e10ef2d4bbbc013c4a723df784628da53876f90ceb3c1caef375fb76ec022a0349bfdb911f8daf82e09690698830c04076b3fc0a7ae21418d692f5679730b03
data/README.md CHANGED
@@ -87,9 +87,9 @@ The SDK currently supports the following services:
87
87
  <td>AWS CloudFormation</td>
88
88
  </tr>
89
89
  <tr>
90
- <td rowspan="3">AWS::CloudFront</td>
90
+ <td>AWS::CloudFront</td>
91
91
  <td>2013-09-27</td>
92
- <td rowspan="3">Amazon CloudFront</td>
92
+ <td>Amazon CloudFront</td>
93
93
  </tr>
94
94
  <tr>
95
95
  <td>AWS::CloudSearch</td>
@@ -16,16 +16,28 @@
16
16
  :target_prefix: OvertureService.
17
17
  :api_version: '2012-10-25'
18
18
  :operations:
19
- - :name: CreateConnection
20
- :method: :create_connection
19
+ - :name: AllocateConnectionOnInterconnect
20
+ :method: :allocate_connection_on_interconnect
21
21
  :inputs:
22
- offeringId:
22
+ bandwidth:
23
23
  - :string
24
24
  - :required
25
25
  connectionName:
26
26
  - :string
27
27
  - :required
28
+ ownerAccount:
29
+ - :string
30
+ - :required
31
+ interconnectId:
32
+ - :string
33
+ - :required
34
+ vlan:
35
+ - :integer
36
+ - :required
28
37
  :outputs:
38
+ ownerAccount:
39
+ :sym: :owner_account
40
+ :type: :string
29
41
  connectionId:
30
42
  :sym: :connection_id
31
43
  :type: :string
@@ -41,28 +53,46 @@
41
53
  location:
42
54
  :sym: :location
43
55
  :type: :string
44
- - :name: CreatePrivateVirtualInterface
45
- :method: :create_private_virtual_interface
56
+ bandwidth:
57
+ :sym: :bandwidth
58
+ :type: :string
59
+ vlan:
60
+ :sym: :vlan
61
+ :type: :integer
62
+ partnerName:
63
+ :sym: :partner_name
64
+ :type: :string
65
+ - :name: AllocatePrivateVirtualInterface
66
+ :method: :allocate_private_virtual_interface
46
67
  :inputs:
47
68
  connectionId:
48
69
  - :string
49
- newPrivateVirtualInterface:
70
+ - :required
71
+ ownerAccount:
72
+ - :string
73
+ - :required
74
+ newPrivateVirtualInterfaceAllocation:
50
75
  - :structure:
51
76
  virtualInterfaceName:
52
77
  - :string
78
+ - :required
53
79
  vlan:
54
80
  - :integer
81
+ - :required
55
82
  asn:
56
83
  - :integer
84
+ - :required
57
85
  authKey:
58
86
  - :string
59
87
  amazonAddress:
60
88
  - :string
61
89
  customerAddress:
62
90
  - :string
63
- virtualGatewayId:
64
- - :string
91
+ - :required
65
92
  :outputs:
93
+ ownerAccount:
94
+ :sym: :owner_account
95
+ :type: :string
66
96
  virtualInterfaceId:
67
97
  :sym: :virtual_interface_id
68
98
  :type: :string
@@ -109,31 +139,45 @@
109
139
  cidr:
110
140
  :sym: :cidr
111
141
  :type: :string
112
- - :name: CreatePublicVirtualInterface
113
- :method: :create_public_virtual_interface
142
+ - :name: AllocatePublicVirtualInterface
143
+ :method: :allocate_public_virtual_interface
114
144
  :inputs:
115
145
  connectionId:
116
146
  - :string
117
- newPublicVirtualInterface:
147
+ - :required
148
+ ownerAccount:
149
+ - :string
150
+ - :required
151
+ newPublicVirtualInterfaceAllocation:
118
152
  - :structure:
119
153
  virtualInterfaceName:
120
154
  - :string
155
+ - :required
121
156
  vlan:
122
157
  - :integer
158
+ - :required
123
159
  asn:
124
160
  - :integer
161
+ - :required
125
162
  authKey:
126
163
  - :string
127
164
  amazonAddress:
128
165
  - :string
166
+ - :required
129
167
  customerAddress:
130
168
  - :string
169
+ - :required
131
170
  routeFilterPrefixes:
132
171
  - :list:
133
172
  - :structure:
134
173
  cidr:
135
174
  - :string
175
+ - :required
176
+ - :required
136
177
  :outputs:
178
+ ownerAccount:
179
+ :sym: :owner_account
180
+ :type: :string
137
181
  virtualInterfaceId:
138
182
  :sym: :virtual_interface_id
139
183
  :type: :string
@@ -180,13 +224,55 @@
180
224
  cidr:
181
225
  :sym: :cidr
182
226
  :type: :string
183
- - :name: DeleteConnection
184
- :method: :delete_connection
227
+ - :name: ConfirmConnection
228
+ :method: :confirm_connection
185
229
  :inputs:
186
230
  connectionId:
187
231
  - :string
188
232
  - :required
189
233
  :outputs:
234
+ connectionState:
235
+ :sym: :connection_state
236
+ :type: :string
237
+ - :name: ConfirmPrivateVirtualInterface
238
+ :method: :confirm_private_virtual_interface
239
+ :inputs:
240
+ virtualInterfaceId:
241
+ - :string
242
+ - :required
243
+ virtualGatewayId:
244
+ - :string
245
+ - :required
246
+ :outputs:
247
+ virtualInterfaceState:
248
+ :sym: :virtual_interface_state
249
+ :type: :string
250
+ - :name: ConfirmPublicVirtualInterface
251
+ :method: :confirm_public_virtual_interface
252
+ :inputs:
253
+ virtualInterfaceId:
254
+ - :string
255
+ - :required
256
+ :outputs:
257
+ virtualInterfaceState:
258
+ :sym: :virtual_interface_state
259
+ :type: :string
260
+ - :name: CreateConnection
261
+ :method: :create_connection
262
+ :inputs:
263
+ location:
264
+ - :string
265
+ - :required
266
+ bandwidth:
267
+ - :string
268
+ - :required
269
+ connectionName:
270
+ - :string
271
+ - :required
272
+ :outputs:
273
+ ownerAccount:
274
+ :sym: :owner_account
275
+ :type: :string
190
276
  connectionId:
191
277
  :sym: :connection_id
192
278
  :type: :string
@@ -202,22 +288,215 @@
202
288
  location:
203
289
  :sym: :location
204
290
  :type: :string
205
- - :name: DeleteVirtualInterface
206
- :method: :delete_virtual_interface
291
+ bandwidth:
292
+ :sym: :bandwidth
293
+ :type: :string
294
+ vlan:
295
+ :sym: :vlan
296
+ :type: :integer
297
+ partnerName:
298
+ :sym: :partner_name
299
+ :type: :string
300
+ - :name: CreateInterconnect
301
+ :method: :create_interconnect
207
302
  :inputs:
303
+ interconnectName:
304
+ - :string
305
+ - :required
306
+ bandwidth:
307
+ - :string
308
+ - :required
309
+ location:
310
+ - :string
311
+ - :required
312
+ :outputs:
313
+ interconnectId:
314
+ :sym: :interconnect_id
315
+ :type: :string
316
+ interconnectName:
317
+ :sym: :interconnect_name
318
+ :type: :string
319
+ interconnectState:
320
+ :sym: :interconnect_state
321
+ :type: :string
322
+ region:
323
+ :sym: :region
324
+ :type: :string
325
+ location:
326
+ :sym: :location
327
+ :type: :string
328
+ bandwidth:
329
+ :sym: :bandwidth
330
+ :type: :string
331
+ - :name: CreatePrivateVirtualInterface
332
+ :method: :create_private_virtual_interface
333
+ :inputs:
334
+ connectionId:
335
+ - :string
336
+ - :required
337
+ newPrivateVirtualInterface:
338
+ - :structure:
339
+ virtualInterfaceName:
340
+ - :string
341
+ - :required
342
+ vlan:
343
+ - :integer
344
+ - :required
345
+ asn:
346
+ - :integer
347
+ - :required
348
+ authKey:
349
+ - :string
350
+ amazonAddress:
351
+ - :string
352
+ customerAddress:
353
+ - :string
354
+ virtualGatewayId:
355
+ - :string
356
+ - :required
357
+ - :required
358
+ :outputs:
359
+ ownerAccount:
360
+ :sym: :owner_account
361
+ :type: :string
208
362
  virtualInterfaceId:
363
+ :sym: :virtual_interface_id
364
+ :type: :string
365
+ location:
366
+ :sym: :location
367
+ :type: :string
368
+ connectionId:
369
+ :sym: :connection_id
370
+ :type: :string
371
+ virtualInterfaceType:
372
+ :sym: :virtual_interface_type
373
+ :type: :string
374
+ virtualInterfaceName:
375
+ :sym: :virtual_interface_name
376
+ :type: :string
377
+ vlan:
378
+ :sym: :vlan
379
+ :type: :integer
380
+ asn:
381
+ :sym: :asn
382
+ :type: :integer
383
+ authKey:
384
+ :sym: :auth_key
385
+ :type: :string
386
+ amazonAddress:
387
+ :sym: :amazon_address
388
+ :type: :string
389
+ customerAddress:
390
+ :sym: :customer_address
391
+ :type: :string
392
+ virtualInterfaceState:
393
+ :sym: :virtual_interface_state
394
+ :type: :string
395
+ customerRouterConfig:
396
+ :sym: :customer_router_config
397
+ :type: :string
398
+ virtualGatewayId:
399
+ :sym: :virtual_gateway_id
400
+ :type: :string
401
+ routeFilterPrefixes:
402
+ :sym: :route_filter_prefixes
403
+ :type: :hash
404
+ :members:
405
+ cidr:
406
+ :sym: :cidr
407
+ :type: :string
408
+ - :name: CreatePublicVirtualInterface
409
+ :method: :create_public_virtual_interface
410
+ :inputs:
411
+ connectionId:
209
412
  - :string
413
+ - :required
414
+ newPublicVirtualInterface:
415
+ - :structure:
416
+ virtualInterfaceName:
417
+ - :string
418
+ - :required
419
+ vlan:
420
+ - :integer
421
+ - :required
422
+ asn:
423
+ - :integer
424
+ - :required
425
+ authKey:
426
+ - :string
427
+ amazonAddress:
428
+ - :string
429
+ - :required
430
+ customerAddress:
431
+ - :string
432
+ - :required
433
+ routeFilterPrefixes:
434
+ - :list:
435
+ - :structure:
436
+ cidr:
437
+ - :string
438
+ - :required
439
+ - :required
210
440
  :outputs:
441
+ ownerAccount:
442
+ :sym: :owner_account
443
+ :type: :string
444
+ virtualInterfaceId:
445
+ :sym: :virtual_interface_id
446
+ :type: :string
447
+ location:
448
+ :sym: :location
449
+ :type: :string
450
+ connectionId:
451
+ :sym: :connection_id
452
+ :type: :string
453
+ virtualInterfaceType:
454
+ :sym: :virtual_interface_type
455
+ :type: :string
456
+ virtualInterfaceName:
457
+ :sym: :virtual_interface_name
458
+ :type: :string
459
+ vlan:
460
+ :sym: :vlan
461
+ :type: :integer
462
+ asn:
463
+ :sym: :asn
464
+ :type: :integer
465
+ authKey:
466
+ :sym: :auth_key
467
+ :type: :string
468
+ amazonAddress:
469
+ :sym: :amazon_address
470
+ :type: :string
471
+ customerAddress:
472
+ :sym: :customer_address
473
+ :type: :string
211
474
  virtualInterfaceState:
212
475
  :sym: :virtual_interface_state
213
476
  :type: :string
214
- - :name: DescribeConnectionDetail
215
- :method: :describe_connection_detail
477
+ customerRouterConfig:
478
+ :sym: :customer_router_config
479
+ :type: :string
480
+ virtualGatewayId:
481
+ :sym: :virtual_gateway_id
482
+ :type: :string
483
+ routeFilterPrefixes:
484
+ :sym: :route_filter_prefixes
485
+ :type: :hash
486
+ :members:
487
+ cidr:
488
+ :sym: :cidr
489
+ :type: :string
490
+ - :name: DeleteConnection
491
+ :method: :delete_connection
216
492
  :inputs:
217
493
  connectionId:
218
494
  - :string
219
495
  - :required
220
496
  :outputs:
497
+ ownerAccount:
498
+ :sym: :owner_account
499
+ :type: :string
221
500
  connectionId:
222
501
  :sym: :connection_id
223
502
  :type: :string
@@ -236,44 +515,32 @@
236
515
  bandwidth:
237
516
  :sym: :bandwidth
238
517
  :type: :string
239
- connectionCosts:
240
- :sym: :connection_costs
241
- :type: :hash
242
- :members:
243
- name:
244
- :sym: :name
245
- :type: :string
246
- unit:
247
- :sym: :unit
248
- :type: :string
249
- currencyCode:
250
- :sym: :currency_code
251
- :type: :string
252
- amount:
253
- :sym: :amount
254
- :type: :string
255
- orderSteps:
256
- :sym: :order_steps
257
- :type: :hash
258
- :members:
259
- number:
260
- :sym: :number
261
- :type: :string
262
- name:
263
- :sym: :name
264
- :type: :string
265
- description:
266
- :sym: :description
267
- :type: :string
268
- owner:
269
- :sym: :owner
270
- :type: :string
271
- sla:
272
- :sym: :sla
273
- :type: :integer
274
- stepState:
275
- :sym: :step_state
276
- :type: :string
518
+ vlan:
519
+ :sym: :vlan
520
+ :type: :integer
521
+ partnerName:
522
+ :sym: :partner_name
523
+ :type: :string
524
+ - :name: DeleteInterconnect
525
+ :method: :delete_interconnect
526
+ :inputs:
527
+ interconnectId:
528
+ - :string
529
+ - :required
530
+ :outputs:
531
+ interconnectState:
532
+ :sym: :interconnect_state
533
+ :type: :string
534
+ - :name: DeleteVirtualInterface
535
+ :method: :delete_virtual_interface
536
+ :inputs:
537
+ virtualInterfaceId:
538
+ - :string
539
+ - :required
540
+ :outputs:
541
+ virtualInterfaceState:
542
+ :sym: :virtual_interface_state
543
+ :type: :string
277
544
  - :name: DescribeConnections
278
545
  :method: :describe_connections
279
546
  :inputs:
@@ -284,6 +551,9 @@
284
551
  :sym: :connections
285
552
  :type: :hash
286
553
  :members:
554
+ ownerAccount:
555
+ :sym: :owner_account
556
+ :type: :string
287
557
  connectionId:
288
558
  :sym: :connection_id
289
559
  :type: :string
@@ -299,76 +569,71 @@
299
569
  location:
300
570
  :sym: :location
301
571
  :type: :string
302
- - :name: DescribeOfferingDetail
303
- :method: :describe_offering_detail
572
+ bandwidth:
573
+ :sym: :bandwidth
574
+ :type: :string
575
+ vlan:
576
+ :sym: :vlan
577
+ :type: :integer
578
+ partnerName:
579
+ :sym: :partner_name
580
+ :type: :string
581
+ - :name: DescribeConnectionsOnInterconnect
582
+ :method: :describe_connections_on_interconnect
304
583
  :inputs:
305
- offeringId:
584
+ interconnectId:
306
585
  - :string
307
586
  - :required
308
587
  :outputs:
309
- offeringId:
310
- :sym: :offering_id
311
- :type: :string
312
- region:
313
- :sym: :region
314
- :type: :string
315
- location:
316
- :sym: :location
317
- :type: :string
318
- offeringName:
319
- :sym: :offering_name
320
- :type: :string
321
- description:
322
- :sym: :description
323
- :type: :string
324
- bandwidth:
325
- :sym: :bandwidth
326
- :type: :string
327
- connectionCosts:
328
- :sym: :connection_costs
588
+ connections:
589
+ :sym: :connections
329
590
  :type: :hash
330
591
  :members:
331
- name:
332
- :sym: :name
333
- :type: :string
334
- unit:
335
- :sym: :unit
592
+ ownerAccount:
593
+ :sym: :owner_account
336
594
  :type: :string
337
- currencyCode:
338
- :sym: :currency_code
595
+ connectionId:
596
+ :sym: :connection_id
339
597
  :type: :string
340
- amount:
341
- :sym: :amount
598
+ connectionName:
599
+ :sym: :connection_name
342
600
  :type: :string
343
- orderSteps:
344
- :sym: :order_steps
345
- :type: :hash
346
- :members:
347
- number:
348
- :sym: :number
601
+ connectionState:
602
+ :sym: :connection_state
349
603
  :type: :string
350
- name:
351
- :sym: :name
604
+ region:
605
+ :sym: :region
352
606
  :type: :string
353
- description:
354
- :sym: :description
607
+ location:
608
+ :sym: :location
355
609
  :type: :string
356
- owner:
357
- :sym: :owner
610
+ bandwidth:
611
+ :sym: :bandwidth
358
612
  :type: :string
359
- sla:
360
- :sym: :sla
613
+ vlan:
614
+ :sym: :vlan
361
615
  :type: :integer
362
- - :name: DescribeOfferings
363
- :method: :describe_offerings
364
- :inputs: {}
616
+ partnerName:
617
+ :sym: :partner_name
618
+ :type: :string
619
+ - :name: DescribeInterconnects
620
+ :method: :describe_interconnects
621
+ :inputs:
622
+ interconnectId:
623
+ - :string
365
624
  :outputs:
366
- offerings:
367
- :sym: :offerings
625
+ interconnects:
626
+ :sym: :interconnects
368
627
  :type: :hash
369
628
  :members:
370
- offeringId:
371
- :sym: :offering_id
629
+ interconnectId:
630
+ :sym: :interconnect_id
631
+ :type: :string
632
+ interconnectName:
633
+ :sym: :interconnect_name
634
+ :type: :string
635
+ interconnectState:
636
+ :sym: :interconnect_state
372
637
  :type: :string
373
638
  region:
374
639
  :sym: :region
@@ -376,31 +641,23 @@
376
641
  location:
377
642
  :sym: :location
378
643
  :type: :string
379
- offeringName:
380
- :sym: :offering_name
381
- :type: :string
382
- description:
383
- :sym: :description
384
- :type: :string
385
644
  bandwidth:
386
645
  :sym: :bandwidth
387
646
  :type: :string
388
- connectionCosts:
389
- :sym: :connection_costs
390
- :type: :hash
391
- :members:
392
- name:
393
- :sym: :name
394
- :type: :string
395
- unit:
396
- :sym: :unit
397
- :type: :string
398
- currencyCode:
399
- :sym: :currency_code
400
- :type: :string
401
- amount:
402
- :sym: :amount
403
- :type: :string
647
+ - :name: DescribeLocations
648
+ :method: :describe_locations
649
+ :inputs: {}
650
+ :outputs:
651
+ locations:
652
+ :sym: :locations
653
+ :type: :hash
654
+ :members:
655
+ locationCode:
656
+ :sym: :location_code
657
+ :type: :string
658
+ locationName:
659
+ :sym: :location_name
660
+ :type: :string
404
661
  - :name: DescribeVirtualGateways
405
662
  :method: :describe_virtual_gateways
406
663
  :inputs: {}
@@ -427,6 +684,9 @@
427
684
  :sym: :virtual_interfaces
428
685
  :type: :hash
429
686
  :members:
687
+ ownerAccount:
688
+ :sym: :owner_account
689
+ :type: :string
430
690
  virtualInterfaceId:
431
691
  :sym: :virtual_interface_id
432
692
  :type: :string
@@ -552,7 +552,7 @@ module AWS
552
552
  #
553
553
  # @option options :content_disposition [String] Specifies
554
554
  # presentational information for the object. See
555
- # http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec19.5.1
555
+ # http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1
556
556
  #
557
557
  # @option options :content_encoding [String] Specifies what
558
558
  # content encodings have been applied to the object and thus
@@ -45,7 +45,7 @@ module AWS
45
45
  # tree = bucket.as_tree(:prefix => 'photos/2011')
46
46
  #
47
47
  # directories = tree.children.select(&:branch?).collect(&:prefix)
48
- # #=> ['photos/20011/fall', 'photos/20011/summer']
48
+ # #=> ['photos/2011/fall', 'photos/2011/summer']
49
49
  #
50
50
  # files = tree.children.select(&:leaf?).collect(&:key)
51
51
  # #=> []
@@ -13,5 +13,5 @@
13
13
 
14
14
  module AWS
15
15
  # Current version of the AWS SDK for Ruby
16
- VERSION = '1.22.1'
16
+ VERSION = '1.23.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.22.1
4
+ version: 1.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-19 00:00:00.000000000 Z
11
+ date: 2013-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: uuidtools