aws-sdk-core 2.9.26 → 2.9.27

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: dea376e16a4de57c0f19529b45564297565b5eae
4
- data.tar.gz: b74f3d7f243bca7d6189c9c6cf487f474d751db6
3
+ metadata.gz: a0cabe2bead4d28d35d625af76939e0e496f695b
4
+ data.tar.gz: 2b29e66b91cd30b6ce2688c19e1a58be94a0db58
5
5
  SHA512:
6
- metadata.gz: 7e45f6872d737f32e6a07e32c7051dc382e52e6360aade5232923fe6961606693618939ef7d1d655a59d5e07f436c896548b64af01cbceb0b1a218745b7bca6d
7
- data.tar.gz: 39cd92f7ac0daae2905cb26b9b0577dcb13a111c0cec13fcbb6378727bed7cb1fc9a4b56cb517ecca9eb99283a47944c6b3b0b8f5033a51d8755fb33033c3df1
6
+ metadata.gz: 14988b64bdeab72c6a13574f990eb708145140130d63f81f1ca80c898f76c97c1a058352d4f06f9580af389d869ab2e6b808a05aad74dd6829c45eb95d99f1c2
7
+ data.tar.gz: a938ac8596dcb1c7932e9575d96648e28345142c692fa67859cb2e519357232cce78e35086111f8cf673050de70e3042e6a8ce93fe50032520d6e0d74b4bb5fa
@@ -1501,6 +1501,50 @@
1501
1501
  {"shape":"AuthorizationNotFoundFault"},
1502
1502
  {"shape":"InvalidDBSecurityGroupStateFault"}
1503
1503
  ]
1504
+ },
1505
+ "StartDBInstance":{
1506
+ "name":"StartDBInstance",
1507
+ "http":{
1508
+ "method":"POST",
1509
+ "requestUri":"/"
1510
+ },
1511
+ "input":{"shape":"StartDBInstanceMessage"},
1512
+ "output":{
1513
+ "shape":"StartDBInstanceResult",
1514
+ "resultWrapper":"StartDBInstanceResult"
1515
+ },
1516
+ "errors":[
1517
+ {"shape":"DBInstanceNotFoundFault"},
1518
+ {"shape":"InvalidDBInstanceStateFault"},
1519
+ {"shape":"InsufficientDBInstanceCapacityFault"},
1520
+ {"shape":"DBSubnetGroupNotFoundFault"},
1521
+ {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
1522
+ {"shape":"InvalidDBClusterStateFault"},
1523
+ {"shape":"InvalidSubnet"},
1524
+ {"shape":"InvalidVPCNetworkStateFault"},
1525
+ {"shape":"DBClusterNotFoundFault"},
1526
+ {"shape":"AuthorizationNotFoundFault"},
1527
+ {"shape":"KMSKeyNotAccessibleFault"}
1528
+ ]
1529
+ },
1530
+ "StopDBInstance":{
1531
+ "name":"StopDBInstance",
1532
+ "http":{
1533
+ "method":"POST",
1534
+ "requestUri":"/"
1535
+ },
1536
+ "input":{"shape":"StopDBInstanceMessage"},
1537
+ "output":{
1538
+ "shape":"StopDBInstanceResult",
1539
+ "resultWrapper":"StopDBInstanceResult"
1540
+ },
1541
+ "errors":[
1542
+ {"shape":"DBInstanceNotFoundFault"},
1543
+ {"shape":"InvalidDBInstanceStateFault"},
1544
+ {"shape":"DBSnapshotAlreadyExistsFault"},
1545
+ {"shape":"SnapshotQuotaExceededFault"},
1546
+ {"shape":"InvalidDBClusterStateFault"}
1547
+ ]
1504
1548
  }
1505
1549
  },
1506
1550
  "shapes":{
@@ -4941,6 +4985,33 @@
4941
4985
  "db-cluster-snapshot"
4942
4986
  ]
4943
4987
  },
4988
+ "StartDBInstanceMessage":{
4989
+ "type":"structure",
4990
+ "required":["DBInstanceIdentifier"],
4991
+ "members":{
4992
+ "DBInstanceIdentifier":{"shape":"String"}
4993
+ }
4994
+ },
4995
+ "StartDBInstanceResult":{
4996
+ "type":"structure",
4997
+ "members":{
4998
+ "DBInstance":{"shape":"DBInstance"}
4999
+ }
5000
+ },
5001
+ "StopDBInstanceMessage":{
5002
+ "type":"structure",
5003
+ "required":["DBInstanceIdentifier"],
5004
+ "members":{
5005
+ "DBInstanceIdentifier":{"shape":"String"},
5006
+ "DBSnapshotIdentifier":{"shape":"String"}
5007
+ }
5008
+ },
5009
+ "StopDBInstanceResult":{
5010
+ "type":"structure",
5011
+ "members":{
5012
+ "DBInstance":{"shape":"DBInstance"}
5013
+ }
5014
+ },
4944
5015
  "StorageQuotaExceededFault":{
4945
5016
  "type":"structure",
4946
5017
  "members":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.9.26'
2
+ VERSION = '2.9.27'
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.9.26
4
+ version: 2.9.27
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: 2017-05-30 00:00:00.000000000 Z
11
+ date: 2017-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath