aws-sdk-core 2.0.31 → 2.0.32

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: 2527f5d46e4a0136c5c0f3bfe9559b007bef4305
4
- data.tar.gz: 8abce5aaf9b9848e3bbe2eaf49be9be10b4fb526
3
+ metadata.gz: 792bf459929979d20910b893d8a1e03d969e0400
4
+ data.tar.gz: a628921d7d02e98af9ae030f7a3920f5963b416b
5
5
  SHA512:
6
- metadata.gz: 1aa1557d3265161f88854ea6d540758e1c7051f07d50555fd2c1c8caf3d75bd2d426ae2e70c0b1c45768e681bf291643d014531352dfbd1ce30ec8cc99e02f2f
7
- data.tar.gz: 195b56cc858a097688b8a81158c1304e45c44151281a693d994b1be21ec374dd450036c984ebd3faffba6b7297ed2b6cbcf6a050e5d9e627b7716a8da6f9f064
6
+ metadata.gz: 2946230979225c1bdaa682b80e8eccba19d0878efcd541a3ac4e998e0cc3e2b13cbd74dd183221542b0a8a3c835a3733e22db9f873791dca3326a25261b4d145
7
+ data.tar.gz: f454508c6f7c0b47d19d9bb60689887e1993cf343d240d6b375838e9810598d5c92043ff373af309a08d6ada5c76a915844855aa7ce649052ac676fe63220913
@@ -593,6 +593,14 @@
593
593
  "path": "Reservations[0].Instances[0]"
594
594
  },
595
595
  "actions": {
596
+ "AttachClassicLinkVpc": {
597
+ "request": {
598
+ "operation": "AttachClassicLinkVpc",
599
+ "params": [
600
+ { "target": "InstanceId", "source": "identifier", "name": "Id" }
601
+ ]
602
+ }
603
+ },
596
604
  "AttachVolume": {
597
605
  "request": {
598
606
  "operation": "AttachVolume",
@@ -647,6 +655,14 @@
647
655
  ]
648
656
  }
649
657
  },
658
+ "DetachClassicLinkVpc": {
659
+ "request": {
660
+ "operation": "DetachClassicLinkVpc",
661
+ "params": [
662
+ { "target": "InstanceId", "source": "identifier", "name": "Id" }
663
+ ]
664
+ }
665
+ },
650
666
  "DetachVolume": {
651
667
  "request": {
652
668
  "operation": "DetachVolume",
@@ -1880,6 +1896,14 @@
1880
1896
  ]
1881
1897
  }
1882
1898
  },
1899
+ "AttachClassicLinkInstance": {
1900
+ "request": {
1901
+ "operation": "AttachClassicLinkVpc",
1902
+ "params": [
1903
+ { "target": "VpcId", "source": "identifier", "name": "Id" }
1904
+ ]
1905
+ }
1906
+ },
1883
1907
  "AttachInternetGateway": {
1884
1908
  "request": {
1885
1909
  "operation": "AttachInternetGateway",
@@ -1979,6 +2003,14 @@
1979
2003
  ]
1980
2004
  }
1981
2005
  },
2006
+ "DetachClassicLinkInstance": {
2007
+ "request": {
2008
+ "operation": "DetachClassicLinkVpc",
2009
+ "params": [
2010
+ { "target": "VpcId", "source": "identifier", "name": "Id" }
2011
+ ]
2012
+ }
2013
+ },
1982
2014
  "DetachInternetGateway": {
1983
2015
  "request": {
1984
2016
  "operation": "DetachInternetGateway",
@@ -1987,6 +2019,22 @@
1987
2019
  ]
1988
2020
  }
1989
2021
  },
2022
+ "DisableClassicLink": {
2023
+ "request": {
2024
+ "operation": "DisableVpcClassicLink",
2025
+ "params": [
2026
+ { "target": "VpcId", "source": "identifier", "name": "Id" }
2027
+ ]
2028
+ }
2029
+ },
2030
+ "EnableClassicLink": {
2031
+ "request": {
2032
+ "operation": "EnableVpcClassicLink",
2033
+ "params": [
2034
+ { "target": "VpcId", "source": "identifier", "name": "Id" }
2035
+ ]
2036
+ }
2037
+ },
1990
2038
  "ModifyAttribute": {
1991
2039
  "request": {
1992
2040
  "operation": "ModifyVpcAttribute",
@@ -118,6 +118,14 @@
118
118
  "input":{"shape":"DeleteBucketPolicyRequest"},
119
119
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETEpolicy.html"
120
120
  },
121
+ "DeleteBucketReplication":{
122
+ "name":"DeleteBucketReplication",
123
+ "http":{
124
+ "method":"DELETE",
125
+ "requestUri":"/{Bucket}?replication"
126
+ },
127
+ "input":{"shape":"DeleteBucketReplicationRequest"}
128
+ },
121
129
  "DeleteBucketTagging":{
122
130
  "name":"DeleteBucketTagging",
123
131
  "http":{
@@ -227,6 +235,15 @@
227
235
  "output":{"shape":"GetBucketPolicyOutput"},
228
236
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETpolicy.html"
229
237
  },
238
+ "GetBucketReplication":{
239
+ "name":"GetBucketReplication",
240
+ "http":{
241
+ "method":"GET",
242
+ "requestUri":"/{Bucket}?replication"
243
+ },
244
+ "input":{"shape":"GetBucketReplicationRequest"},
245
+ "output":{"shape":"GetBucketReplicationOutput"}
246
+ },
230
247
  "GetBucketRequestPayment":{
231
248
  "name":"GetBucketRequestPayment",
232
249
  "http":{
@@ -452,6 +469,14 @@
452
469
  "input":{"shape":"PutBucketPolicyRequest"},
453
470
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTpolicy.html"
454
471
  },
472
+ "PutBucketReplication":{
473
+ "name":"PutBucketReplication",
474
+ "http":{
475
+ "method":"PUT",
476
+ "requestUri":"/{Bucket}?replication"
477
+ },
478
+ "input":{"shape":"PutBucketReplicationRequest"}
479
+ },
455
480
  "PutBucketRequestPayment":{
456
481
  "name":"PutBucketRequestPayment",
457
482
  "http":{
@@ -656,7 +681,6 @@
656
681
  "ap-southeast-2",
657
682
  "ap-northeast-1",
658
683
  "sa-east-1",
659
- "",
660
684
  "cn-north-1",
661
685
  "eu-central-1"
662
686
  ]
@@ -1366,6 +1390,17 @@
1366
1390
  }
1367
1391
  }
1368
1392
  },
1393
+ "DeleteBucketReplicationRequest":{
1394
+ "type":"structure",
1395
+ "required":["Bucket"],
1396
+ "members":{
1397
+ "Bucket":{
1398
+ "shape":"BucketName",
1399
+ "location":"uri",
1400
+ "locationName":"Bucket"
1401
+ }
1402
+ }
1403
+ },
1369
1404
  "DeleteBucketRequest":{
1370
1405
  "type":"structure",
1371
1406
  "required":["Bucket"],
@@ -1530,6 +1565,13 @@
1530
1565
  "flattened":true
1531
1566
  },
1532
1567
  "Delimiter":{"type":"string"},
1568
+ "Destination":{
1569
+ "type":"structure",
1570
+ "required":["Bucket"],
1571
+ "members":{
1572
+ "Bucket":{"shape":"BucketName"}
1573
+ }
1574
+ },
1533
1575
  "DisplayName":{"type":"string"},
1534
1576
  "ETag":{"type":"string"},
1535
1577
  "EmailAddress":{"type":"string"},
@@ -1720,6 +1762,24 @@
1720
1762
  }
1721
1763
  }
1722
1764
  },
1765
+ "GetBucketReplicationOutput":{
1766
+ "type":"structure",
1767
+ "members":{
1768
+ "ReplicationConfiguration":{"shape":"ReplicationConfiguration"}
1769
+ },
1770
+ "payload":"ReplicationConfiguration"
1771
+ },
1772
+ "GetBucketReplicationRequest":{
1773
+ "type":"structure",
1774
+ "required":["Bucket"],
1775
+ "members":{
1776
+ "Bucket":{
1777
+ "shape":"BucketName",
1778
+ "location":"uri",
1779
+ "locationName":"Bucket"
1780
+ }
1781
+ }
1782
+ },
1723
1783
  "GetBucketRequestPaymentOutput":{
1724
1784
  "type":"structure",
1725
1785
  "members":{
@@ -1956,6 +2016,11 @@
1956
2016
  "shape":"RequestCharged",
1957
2017
  "location":"header",
1958
2018
  "locationName":"x-amz-request-charged"
2019
+ },
2020
+ "ReplicationStatus":{
2021
+ "shape":"ReplicationStatus",
2022
+ "location":"header",
2023
+ "locationName":"x-amz-replication-status"
1959
2024
  }
1960
2025
  },
1961
2026
  "payload":"Body"
@@ -2259,6 +2324,11 @@
2259
2324
  "shape":"RequestCharged",
2260
2325
  "location":"header",
2261
2326
  "locationName":"x-amz-request-charged"
2327
+ },
2328
+ "ReplicationStatus":{
2329
+ "shape":"ReplicationStatus",
2330
+ "location":"header",
2331
+ "locationName":"x-amz-replication-status"
2262
2332
  }
2263
2333
  }
2264
2334
  },
@@ -3031,6 +3101,31 @@
3031
3101
  },
3032
3102
  "payload":"Policy"
3033
3103
  },
3104
+ "PutBucketReplicationRequest":{
3105
+ "type":"structure",
3106
+ "required":[
3107
+ "Bucket",
3108
+ "ReplicationConfiguration"
3109
+ ],
3110
+ "members":{
3111
+ "Bucket":{
3112
+ "shape":"BucketName",
3113
+ "location":"uri",
3114
+ "locationName":"Bucket"
3115
+ },
3116
+ "ContentMD5":{
3117
+ "shape":"ContentMD5",
3118
+ "location":"header",
3119
+ "locationName":"Content-MD5"
3120
+ },
3121
+ "ReplicationConfiguration":{
3122
+ "shape":"ReplicationConfiguration",
3123
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
3124
+ "locationName":"ReplicationConfiguration"
3125
+ }
3126
+ },
3127
+ "payload":"ReplicationConfiguration"
3128
+ },
3034
3129
  "PutBucketRequestPaymentRequest":{
3035
3130
  "type":"structure",
3036
3131
  "required":[
@@ -3428,6 +3523,55 @@
3428
3523
  },
3429
3524
  "ReplaceKeyPrefixWith":{"type":"string"},
3430
3525
  "ReplaceKeyWith":{"type":"string"},
3526
+ "ReplicationConfiguration":{
3527
+ "type":"structure",
3528
+ "required":[
3529
+ "Role",
3530
+ "Rules"
3531
+ ],
3532
+ "members":{
3533
+ "Role":{"shape":"Role"},
3534
+ "Rules":{
3535
+ "shape":"ReplicationRules",
3536
+ "locationName":"Rule"
3537
+ }
3538
+ }
3539
+ },
3540
+ "ReplicationRule":{
3541
+ "type":"structure",
3542
+ "required":[
3543
+ "Prefix",
3544
+ "Status",
3545
+ "Destination"
3546
+ ],
3547
+ "members":{
3548
+ "ID":{"shape":"ID"},
3549
+ "Prefix":{"shape":"Prefix"},
3550
+ "Status":{"shape":"ReplicationRuleStatus"},
3551
+ "Destination":{"shape":"Destination"}
3552
+ }
3553
+ },
3554
+ "ReplicationRuleStatus":{
3555
+ "type":"string",
3556
+ "enum":[
3557
+ "Enabled",
3558
+ "Disabled"
3559
+ ]
3560
+ },
3561
+ "ReplicationRules":{
3562
+ "type":"list",
3563
+ "member":{"shape":"ReplicationRule"},
3564
+ "flattened":true
3565
+ },
3566
+ "ReplicationStatus":{
3567
+ "type":"string",
3568
+ "enum":[
3569
+ "COMPLETE",
3570
+ "PENDING",
3571
+ "FAILED",
3572
+ "REPLICA"
3573
+ ]
3574
+ },
3431
3575
  "RequestCharged":{
3432
3576
  "type":"string",
3433
3577
  "enum":["requester"]
@@ -3502,6 +3646,7 @@
3502
3646
  "Days":{"shape":"Days"}
3503
3647
  }
3504
3648
  },
3649
+ "Role":{"type":"string"},
3505
3650
  "RoutingRule":{
3506
3651
  "type":"structure",
3507
3652
  "required":["Redirect"],
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.0.31'
2
+ VERSION = '2.0.32'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.31
4
+ version: 2.0.32
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: 2015-03-19 00:00:00.000000000 Z
11
+ date: 2015-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json