vendor: update all dependencies
This commit is contained in:
parent
0b6fba34a3
commit
eb87cf6f12
2008 changed files with 352633 additions and 1004750 deletions
76
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/api-2.json
generated
vendored
76
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/api-2.json
generated
vendored
|
@ -1501,6 +1501,50 @@
|
|||
{"shape":"AuthorizationNotFoundFault"},
|
||||
{"shape":"InvalidDBSecurityGroupStateFault"}
|
||||
]
|
||||
},
|
||||
"StartDBInstance":{
|
||||
"name":"StartDBInstance",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"StartDBInstanceMessage"},
|
||||
"output":{
|
||||
"shape":"StartDBInstanceResult",
|
||||
"resultWrapper":"StartDBInstanceResult"
|
||||
},
|
||||
"errors":[
|
||||
{"shape":"DBInstanceNotFoundFault"},
|
||||
{"shape":"InvalidDBInstanceStateFault"},
|
||||
{"shape":"InsufficientDBInstanceCapacityFault"},
|
||||
{"shape":"DBSubnetGroupNotFoundFault"},
|
||||
{"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
|
||||
{"shape":"InvalidDBClusterStateFault"},
|
||||
{"shape":"InvalidSubnet"},
|
||||
{"shape":"InvalidVPCNetworkStateFault"},
|
||||
{"shape":"DBClusterNotFoundFault"},
|
||||
{"shape":"AuthorizationNotFoundFault"},
|
||||
{"shape":"KMSKeyNotAccessibleFault"}
|
||||
]
|
||||
},
|
||||
"StopDBInstance":{
|
||||
"name":"StopDBInstance",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"StopDBInstanceMessage"},
|
||||
"output":{
|
||||
"shape":"StopDBInstanceResult",
|
||||
"resultWrapper":"StopDBInstanceResult"
|
||||
},
|
||||
"errors":[
|
||||
{"shape":"DBInstanceNotFoundFault"},
|
||||
{"shape":"InvalidDBInstanceStateFault"},
|
||||
{"shape":"DBSnapshotAlreadyExistsFault"},
|
||||
{"shape":"SnapshotQuotaExceededFault"},
|
||||
{"shape":"InvalidDBClusterStateFault"}
|
||||
]
|
||||
}
|
||||
},
|
||||
"shapes":{
|
||||
|
@ -1788,7 +1832,8 @@
|
|||
"KmsKeyId":{"shape":"String"},
|
||||
"Tags":{"shape":"TagList"},
|
||||
"CopyTags":{"shape":"BooleanOptional"},
|
||||
"PreSignedUrl":{"shape":"String"}
|
||||
"PreSignedUrl":{"shape":"String"},
|
||||
"OptionGroupName":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"CopyDBSnapshotResult":{
|
||||
|
@ -2136,6 +2181,7 @@
|
|||
"DBClusterArn":{"shape":"String"},
|
||||
"AssociatedRoles":{"shape":"DBClusterRoles"},
|
||||
"IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
|
||||
"CloneGroupId":{"shape":"String"},
|
||||
"ClusterCreateTime":{"shape":"TStamp"}
|
||||
},
|
||||
"wrapper":true
|
||||
|
@ -4724,6 +4770,7 @@
|
|||
],
|
||||
"members":{
|
||||
"DBClusterIdentifier":{"shape":"String"},
|
||||
"RestoreType":{"shape":"String"},
|
||||
"SourceDBClusterIdentifier":{"shape":"String"},
|
||||
"RestoreToTime":{"shape":"TStamp"},
|
||||
"UseLatestRestorableTime":{"shape":"Boolean"},
|
||||
|
@ -4941,6 +4988,33 @@
|
|||
"db-cluster-snapshot"
|
||||
]
|
||||
},
|
||||
"StartDBInstanceMessage":{
|
||||
"type":"structure",
|
||||
"required":["DBInstanceIdentifier"],
|
||||
"members":{
|
||||
"DBInstanceIdentifier":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"StartDBInstanceResult":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"DBInstance":{"shape":"DBInstance"}
|
||||
}
|
||||
},
|
||||
"StopDBInstanceMessage":{
|
||||
"type":"structure",
|
||||
"required":["DBInstanceIdentifier"],
|
||||
"members":{
|
||||
"DBInstanceIdentifier":{"shape":"String"},
|
||||
"DBSnapshotIdentifier":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"StopDBInstanceResult":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"DBInstance":{"shape":"DBInstance"}
|
||||
}
|
||||
},
|
||||
"StorageQuotaExceededFault":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
|
64
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/docs-2.json
generated
vendored
64
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/docs-2.json
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue