aws-sdk-core 2.5.5 → 2.5.6

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: aca7aa20e974dcbc260c979a2e67c6a24d29b5a2
4
- data.tar.gz: 1fe5dff497de1d0d26feff2acd5046b53b615b96
3
+ metadata.gz: 0275b566121e830ebd5d6611d89e1be39728c8e7
4
+ data.tar.gz: 4ea425b87a95895bda43955550decde80dfcd3da
5
5
  SHA512:
6
- metadata.gz: 8caca9a89a5ecd3032f0f9e38e68a44589652ec7c86d5cf9126707197fa9e1cfc340296bee6d00b6559103e27e76d712f752b63e8f38b231ae94b333c4bf1626
7
- data.tar.gz: b2355aa5a6a2d5823c6336e09bd70afade78d88378b8e312fbef262617c1aed29102691c06af90e30d0e3a9ff719fcbd14f0ca054bd55ae6020e65623b922f0e
6
+ metadata.gz: 19c5e210b240fc8133be09836e9b5e38d6a45456d8f3238758a720d839426b400c30c2a160e1f6880c73e7c908927cb11d19ba7f73e2bd27b7d9ca04cd21b578
7
+ data.tar.gz: a182d5a97727860f67b0d10f09ff3b7fb75f2b903fc1ea9b46184115dda7dc8e5490039b45fae209fffa3dbe3f8f13409f02c46df01cad50eba1222b9b14a220
@@ -102,7 +102,8 @@
102
102
  "errors":[
103
103
  {"shape":"DBClusterSnapshotAlreadyExistsFault"},
104
104
  {"shape":"DBClusterSnapshotNotFoundFault"},
105
- {"shape":"InvalidDBClusterStateFault"}
105
+ {"shape":"InvalidDBClusterStateFault"},
106
+ {"shape":"InvalidDBClusterSnapshotStateFault"}
106
107
  ]
107
108
  },
108
109
  "CopyDBParameterGroup":{
@@ -1291,7 +1292,8 @@
1291
1292
  {"shape":"InvalidS3BucketFault"},
1292
1293
  {"shape":"DBClusterParameterGroupNotFoundFault"},
1293
1294
  {"shape":"KMSKeyNotAccessibleFault"},
1294
- {"shape":"DBClusterNotFoundFault"}
1295
+ {"shape":"DBClusterNotFoundFault"},
1296
+ {"shape":"InsufficientStorageClusterCapacityFault"}
1295
1297
  ]
1296
1298
  },
1297
1299
  "RestoreDBClusterFromSnapshot":{
@@ -1344,6 +1346,7 @@
1344
1346
  {"shape":"DBClusterNotFoundFault"},
1345
1347
  {"shape":"DBClusterSnapshotNotFoundFault"},
1346
1348
  {"shape":"InsufficientDBClusterCapacityFault"},
1349
+ {"shape":"InsufficientStorageClusterCapacityFault"},
1347
1350
  {"shape":"InvalidDBSnapshotStateFault"},
1348
1351
  {"shape":"InvalidDBClusterSnapshotStateFault"},
1349
1352
  {"shape":"StorageQuotaExceededFault"},
@@ -1602,7 +1605,8 @@
1602
1605
  "CertificateType":{"shape":"String"},
1603
1606
  "Thumbprint":{"shape":"String"},
1604
1607
  "ValidFrom":{"shape":"TStamp"},
1605
- "ValidTill":{"shape":"TStamp"}
1608
+ "ValidTill":{"shape":"TStamp"},
1609
+ "CertificateArn":{"shape":"String"}
1606
1610
  },
1607
1611
  "wrapper":true
1608
1612
  },
@@ -2042,7 +2046,8 @@
2042
2046
  "HostedZoneId":{"shape":"String"},
2043
2047
  "StorageEncrypted":{"shape":"Boolean"},
2044
2048
  "KmsKeyId":{"shape":"String"},
2045
- "DbClusterResourceId":{"shape":"String"}
2049
+ "DbClusterResourceId":{"shape":"String"},
2050
+ "DBClusterArn":{"shape":"String"}
2046
2051
  },
2047
2052
  "wrapper":true
2048
2053
  },
@@ -2118,7 +2123,8 @@
2118
2123
  "members":{
2119
2124
  "DBClusterParameterGroupName":{"shape":"String"},
2120
2125
  "DBParameterGroupFamily":{"shape":"String"},
2121
- "Description":{"shape":"String"}
2126
+ "Description":{"shape":"String"},
2127
+ "DBClusterParameterGroupArn":{"shape":"String"}
2122
2128
  },
2123
2129
  "wrapper":true
2124
2130
  },
@@ -2190,7 +2196,8 @@
2190
2196
  "SnapshotType":{"shape":"String"},
2191
2197
  "PercentProgress":{"shape":"Integer"},
2192
2198
  "StorageEncrypted":{"shape":"Boolean"},
2193
- "KmsKeyId":{"shape":"String"}
2199
+ "KmsKeyId":{"shape":"String"},
2200
+ "DBClusterSnapshotArn":{"shape":"String"}
2194
2201
  },
2195
2202
  "wrapper":true
2196
2203
  },
@@ -2326,7 +2333,8 @@
2326
2333
  "MonitoringInterval":{"shape":"IntegerOptional"},
2327
2334
  "EnhancedMonitoringResourceArn":{"shape":"String"},
2328
2335
  "MonitoringRoleArn":{"shape":"String"},
2329
- "PromotionTier":{"shape":"IntegerOptional"}
2336
+ "PromotionTier":{"shape":"IntegerOptional"},
2337
+ "DBInstanceArn":{"shape":"String"}
2330
2338
  },
2331
2339
  "wrapper":true
2332
2340
  },
@@ -2398,7 +2406,8 @@
2398
2406
  "members":{
2399
2407
  "DBParameterGroupName":{"shape":"String"},
2400
2408
  "DBParameterGroupFamily":{"shape":"String"},
2401
- "Description":{"shape":"String"}
2409
+ "Description":{"shape":"String"},
2410
+ "DBParameterGroupArn":{"shape":"String"}
2402
2411
  },
2403
2412
  "wrapper":true
2404
2413
  },
@@ -2484,7 +2493,8 @@
2484
2493
  "DBSecurityGroupDescription":{"shape":"String"},
2485
2494
  "VpcId":{"shape":"String"},
2486
2495
  "EC2SecurityGroups":{"shape":"EC2SecurityGroupList"},
2487
- "IPRanges":{"shape":"IPRangeList"}
2496
+ "IPRanges":{"shape":"IPRangeList"},
2497
+ "DBSecurityGroupArn":{"shape":"String"}
2488
2498
  },
2489
2499
  "wrapper":true
2490
2500
  },
@@ -2592,7 +2602,8 @@
2592
2602
  "StorageType":{"shape":"String"},
2593
2603
  "TdeCredentialArn":{"shape":"String"},
2594
2604
  "Encrypted":{"shape":"Boolean"},
2595
- "KmsKeyId":{"shape":"String"}
2605
+ "KmsKeyId":{"shape":"String"},
2606
+ "DBSnapshotArn":{"shape":"String"}
2596
2607
  },
2597
2608
  "wrapper":true
2598
2609
  },
@@ -2662,7 +2673,8 @@
2662
2673
  "DBSubnetGroupDescription":{"shape":"String"},
2663
2674
  "VpcId":{"shape":"String"},
2664
2675
  "SubnetGroupStatus":{"shape":"String"},
2665
- "Subnets":{"shape":"SubnetList"}
2676
+ "Subnets":{"shape":"SubnetList"},
2677
+ "DBSubnetGroupArn":{"shape":"String"}
2666
2678
  },
2667
2679
  "wrapper":true
2668
2680
  },
@@ -3276,7 +3288,8 @@
3276
3288
  "SourceType":{"shape":"SourceType"},
3277
3289
  "Message":{"shape":"String"},
3278
3290
  "EventCategories":{"shape":"EventCategoriesList"},
3279
- "Date":{"shape":"TStamp"}
3291
+ "Date":{"shape":"TStamp"},
3292
+ "SourceArn":{"shape":"String"}
3280
3293
  }
3281
3294
  },
3282
3295
  "EventCategoriesList":{
@@ -3325,7 +3338,8 @@
3325
3338
  "SourceType":{"shape":"String"},
3326
3339
  "SourceIdsList":{"shape":"SourceIdsList"},
3327
3340
  "EventCategoriesList":{"shape":"EventCategoriesList"},
3328
- "Enabled":{"shape":"Boolean"}
3341
+ "Enabled":{"shape":"Boolean"},
3342
+ "EventSubscriptionArn":{"shape":"String"}
3329
3343
  },
3330
3344
  "wrapper":true
3331
3345
  },
@@ -3868,7 +3882,8 @@
3868
3882
  "MajorEngineVersion":{"shape":"String"},
3869
3883
  "Options":{"shape":"OptionsList"},
3870
3884
  "AllowsVpcAndNonVpcInstanceMemberships":{"shape":"Boolean"},
3871
- "VpcId":{"shape":"String"}
3885
+ "VpcId":{"shape":"String"},
3886
+ "OptionGroupArn":{"shape":"String"}
3872
3887
  },
3873
3888
  "wrapper":true
3874
3889
  },
@@ -4299,7 +4314,8 @@
4299
4314
  "OfferingType":{"shape":"String"},
4300
4315
  "MultiAZ":{"shape":"Boolean"},
4301
4316
  "State":{"shape":"String"},
4302
- "RecurringCharges":{"shape":"RecurringChargeList"}
4317
+ "RecurringCharges":{"shape":"RecurringChargeList"},
4318
+ "ReservedDBInstanceArn":{"shape":"String"}
4303
4319
  },
4304
4320
  "wrapper":true
4305
4321
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.5.5'
2
+ VERSION = '2.5.6'
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.5.5
4
+ version: 2.5.6
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: 2016-08-19 00:00:00.000000000 Z
11
+ date: 2016-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath