vendor: update all dependencies
This commit is contained in:
parent
3f0789e2db
commit
08021c4636
2474 changed files with 435818 additions and 282709 deletions
2903
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/api-2.json
generated
vendored
2903
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/api-2.json
generated
vendored
File diff suppressed because it is too large
Load diff
1681
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/docs-2.json
generated
vendored
1681
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/docs-2.json
generated
vendored
File diff suppressed because it is too large
Load diff
5
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/examples-1.json
generated
vendored
5
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/examples-1.json
generated
vendored
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"version": "1.0",
|
||||
"examples": {
|
||||
}
|
||||
}
|
97
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/paginators-1.json
generated
vendored
97
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/paginators-1.json
generated
vendored
|
@ -1,97 +0,0 @@
|
|||
{
|
||||
"pagination": {
|
||||
"DescribeDBEngineVersions": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBEngineVersions"
|
||||
},
|
||||
"DescribeDBInstances": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBInstances"
|
||||
},
|
||||
"DescribeDBParameterGroups": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBParameterGroups"
|
||||
},
|
||||
"DescribeDBParameters": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "Parameters"
|
||||
},
|
||||
"DescribeDBSecurityGroups": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBSecurityGroups"
|
||||
},
|
||||
"DescribeDBSnapshots": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBSnapshots"
|
||||
},
|
||||
"DescribeDBSubnetGroups": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBSubnetGroups"
|
||||
},
|
||||
"DescribeEngineDefaultParameters": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "EngineDefaults.Marker",
|
||||
"result_key": "EngineDefaults.Parameters"
|
||||
},
|
||||
"DescribeEventSubscriptions": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "EventSubscriptionsList"
|
||||
},
|
||||
"DescribeEvents": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "Events"
|
||||
},
|
||||
"DescribeOptionGroupOptions": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "OptionGroupOptions"
|
||||
},
|
||||
"DescribeOptionGroups": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "OptionGroupsList"
|
||||
},
|
||||
"DescribeOrderableDBInstanceOptions": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "OrderableDBInstanceOptions"
|
||||
},
|
||||
"DescribeReservedDBInstances": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "ReservedDBInstances"
|
||||
},
|
||||
"DescribeReservedDBInstancesOfferings": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "ReservedDBInstancesOfferings"
|
||||
},
|
||||
"ListTagsForResource": {
|
||||
"result_key": "TagList"
|
||||
}
|
||||
}
|
||||
}
|
18
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/smoke.json
generated
vendored
18
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/smoke.json
generated
vendored
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"version": 1,
|
||||
"defaultRegion": "us-west-2",
|
||||
"testCases": [
|
||||
{
|
||||
"operationName": "DescribeDBEngineVersions",
|
||||
"input": {},
|
||||
"errorExpectedFromService": false
|
||||
},
|
||||
{
|
||||
"operationName": "DescribeDBInstances",
|
||||
"input": {
|
||||
"DBInstanceIdentifier": "fake-id"
|
||||
},
|
||||
"errorExpectedFromService": true
|
||||
}
|
||||
]
|
||||
}
|
3059
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/api-2.json
generated
vendored
3059
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/api-2.json
generated
vendored
File diff suppressed because it is too large
Load diff
1796
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/docs-2.json
generated
vendored
1796
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/docs-2.json
generated
vendored
File diff suppressed because it is too large
Load diff
5
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/examples-1.json
generated
vendored
5
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/examples-1.json
generated
vendored
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"version": "1.0",
|
||||
"examples": {
|
||||
}
|
||||
}
|
110
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/paginators-1.json
generated
vendored
110
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/paginators-1.json
generated
vendored
|
@ -1,110 +0,0 @@
|
|||
{
|
||||
"pagination": {
|
||||
"DescribeDBEngineVersions": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBEngineVersions"
|
||||
},
|
||||
"DescribeDBInstances": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBInstances"
|
||||
},
|
||||
"DescribeDBLogFiles": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DescribeDBLogFiles"
|
||||
},
|
||||
"DescribeDBParameterGroups": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBParameterGroups"
|
||||
},
|
||||
"DescribeDBParameters": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "Parameters"
|
||||
},
|
||||
"DescribeDBSecurityGroups": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBSecurityGroups"
|
||||
},
|
||||
"DescribeDBSnapshots": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBSnapshots"
|
||||
},
|
||||
"DescribeDBSubnetGroups": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBSubnetGroups"
|
||||
},
|
||||
"DescribeEngineDefaultParameters": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "EngineDefaults.Marker",
|
||||
"result_key": "EngineDefaults.Parameters"
|
||||
},
|
||||
"DescribeEventSubscriptions": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "EventSubscriptionsList"
|
||||
},
|
||||
"DescribeEvents": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "Events"
|
||||
},
|
||||
"DescribeOptionGroupOptions": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "OptionGroupOptions"
|
||||
},
|
||||
"DescribeOptionGroups": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "OptionGroupsList"
|
||||
},
|
||||
"DescribeOrderableDBInstanceOptions": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "OrderableDBInstanceOptions"
|
||||
},
|
||||
"DescribeReservedDBInstances": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "ReservedDBInstances"
|
||||
},
|
||||
"DescribeReservedDBInstancesOfferings": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "ReservedDBInstancesOfferings"
|
||||
},
|
||||
"DownloadDBLogFilePortion": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "NumberOfLines",
|
||||
"more_results": "AdditionalDataPending",
|
||||
"output_token": "Marker",
|
||||
"result_key": "LogFileData"
|
||||
},
|
||||
"ListTagsForResource": {
|
||||
"result_key": "TagList"
|
||||
}
|
||||
}
|
||||
}
|
18
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/smoke.json
generated
vendored
18
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/smoke.json
generated
vendored
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"version": 1,
|
||||
"defaultRegion": "us-west-2",
|
||||
"testCases": [
|
||||
{
|
||||
"operationName": "DescribeDBEngineVersions",
|
||||
"input": {},
|
||||
"errorExpectedFromService": false
|
||||
},
|
||||
{
|
||||
"operationName": "DescribeDBInstances",
|
||||
"input": {
|
||||
"DBInstanceIdentifier": "fake-id"
|
||||
},
|
||||
"errorExpectedFromService": true
|
||||
}
|
||||
]
|
||||
}
|
3160
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/api-2.json
generated
vendored
3160
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/api-2.json
generated
vendored
File diff suppressed because it is too large
Load diff
1876
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/docs-2.json
generated
vendored
1876
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/docs-2.json
generated
vendored
File diff suppressed because it is too large
Load diff
5
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/examples-1.json
generated
vendored
5
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/examples-1.json
generated
vendored
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"version": "1.0",
|
||||
"examples": {
|
||||
}
|
||||
}
|
110
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/paginators-1.json
generated
vendored
110
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/paginators-1.json
generated
vendored
|
@ -1,110 +0,0 @@
|
|||
{
|
||||
"pagination": {
|
||||
"DescribeDBEngineVersions": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBEngineVersions"
|
||||
},
|
||||
"DescribeDBInstances": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBInstances"
|
||||
},
|
||||
"DescribeDBLogFiles": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DescribeDBLogFiles"
|
||||
},
|
||||
"DescribeDBParameterGroups": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBParameterGroups"
|
||||
},
|
||||
"DescribeDBParameters": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "Parameters"
|
||||
},
|
||||
"DescribeDBSecurityGroups": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBSecurityGroups"
|
||||
},
|
||||
"DescribeDBSnapshots": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBSnapshots"
|
||||
},
|
||||
"DescribeDBSubnetGroups": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBSubnetGroups"
|
||||
},
|
||||
"DescribeEngineDefaultParameters": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "EngineDefaults.Marker",
|
||||
"result_key": "EngineDefaults.Parameters"
|
||||
},
|
||||
"DescribeEventSubscriptions": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "EventSubscriptionsList"
|
||||
},
|
||||
"DescribeEvents": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "Events"
|
||||
},
|
||||
"DescribeOptionGroupOptions": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "OptionGroupOptions"
|
||||
},
|
||||
"DescribeOptionGroups": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "OptionGroupsList"
|
||||
},
|
||||
"DescribeOrderableDBInstanceOptions": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "OrderableDBInstanceOptions"
|
||||
},
|
||||
"DescribeReservedDBInstances": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "ReservedDBInstances"
|
||||
},
|
||||
"DescribeReservedDBInstancesOfferings": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "ReservedDBInstancesOfferings"
|
||||
},
|
||||
"DownloadDBLogFilePortion": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "NumberOfLines",
|
||||
"more_results": "AdditionalDataPending",
|
||||
"output_token": "Marker",
|
||||
"result_key": "LogFileData"
|
||||
},
|
||||
"ListTagsForResource": {
|
||||
"result_key": "TagList"
|
||||
}
|
||||
}
|
||||
}
|
18
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/smoke.json
generated
vendored
18
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/smoke.json
generated
vendored
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"version": 1,
|
||||
"defaultRegion": "us-west-2",
|
||||
"testCases": [
|
||||
{
|
||||
"operationName": "DescribeDBEngineVersions",
|
||||
"input": {},
|
||||
"errorExpectedFromService": false
|
||||
},
|
||||
{
|
||||
"operationName": "DescribeDBInstances",
|
||||
"input": {
|
||||
"DBInstanceIdentifier": "fake-id"
|
||||
},
|
||||
"errorExpectedFromService": true
|
||||
}
|
||||
]
|
||||
}
|
97
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/waiters-2.json
generated
vendored
97
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/waiters-2.json
generated
vendored
|
@ -1,97 +0,0 @@
|
|||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"DBInstanceAvailable": {
|
||||
"delay": 30,
|
||||
"operation": "DescribeDBInstances",
|
||||
"maxAttempts": 60,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "deleting",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "failed",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "incompatible-restore",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "incompatible-parameters",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "incompatible-parameters",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "incompatible-restore",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
}
|
||||
]
|
||||
},
|
||||
"DBInstanceDeleted": {
|
||||
"delay": 30,
|
||||
"operation": "DescribeDBInstances",
|
||||
"maxAttempts": 60,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "creating",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "modifying",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "rebooting",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "resetting-master-credentials",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
3273
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/api-2.json
generated
vendored
3273
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/api-2.json
generated
vendored
File diff suppressed because it is too large
Load diff
1932
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/docs-2.json
generated
vendored
1932
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/docs-2.json
generated
vendored
File diff suppressed because it is too large
Load diff
5
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/examples-1.json
generated
vendored
5
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/examples-1.json
generated
vendored
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"version": "1.0",
|
||||
"examples": {
|
||||
}
|
||||
}
|
4
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/paginators-1.json
generated
vendored
4
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/paginators-1.json
generated
vendored
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"pagination": {
|
||||
}
|
||||
}
|
18
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/smoke.json
generated
vendored
18
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/smoke.json
generated
vendored
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"version": 1,
|
||||
"defaultRegion": "us-west-2",
|
||||
"testCases": [
|
||||
{
|
||||
"operationName": "DescribeDBEngineVersions",
|
||||
"input": {},
|
||||
"errorExpectedFromService": false
|
||||
},
|
||||
{
|
||||
"operationName": "DescribeDBInstances",
|
||||
"input": {
|
||||
"DBInstanceIdentifier": "fake-id"
|
||||
},
|
||||
"errorExpectedFromService": true
|
||||
}
|
||||
]
|
||||
}
|
184
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/api-2.json
generated
vendored
184
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/api-2.json
generated
vendored
|
@ -88,6 +88,22 @@
|
|||
{"shape":"AuthorizationQuotaExceededFault"}
|
||||
]
|
||||
},
|
||||
"BacktrackDBCluster":{
|
||||
"name":"BacktrackDBCluster",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"BacktrackDBClusterMessage"},
|
||||
"output":{
|
||||
"shape":"DBClusterBacktrack",
|
||||
"resultWrapper":"BacktrackDBClusterResult"
|
||||
},
|
||||
"errors":[
|
||||
{"shape":"DBClusterNotFoundFault"},
|
||||
{"shape":"InvalidDBClusterStateFault"}
|
||||
]
|
||||
},
|
||||
"CopyDBClusterParameterGroup":{
|
||||
"name":"CopyDBClusterParameterGroup",
|
||||
"http":{
|
||||
|
@ -587,6 +603,22 @@
|
|||
{"shape":"CertificateNotFoundFault"}
|
||||
]
|
||||
},
|
||||
"DescribeDBClusterBacktracks":{
|
||||
"name":"DescribeDBClusterBacktracks",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"DescribeDBClusterBacktracksMessage"},
|
||||
"output":{
|
||||
"shape":"DBClusterBacktrackMessage",
|
||||
"resultWrapper":"DescribeDBClusterBacktracksResult"
|
||||
},
|
||||
"errors":[
|
||||
{"shape":"DBClusterNotFoundFault"},
|
||||
{"shape":"DBClusterBacktrackNotFoundFault"}
|
||||
]
|
||||
},
|
||||
"DescribeDBClusterParameterGroups":{
|
||||
"name":"DescribeDBClusterParameterGroups",
|
||||
"http":{
|
||||
|
@ -1760,6 +1792,34 @@
|
|||
"locationName":"AvailabilityZone"
|
||||
}
|
||||
},
|
||||
"AvailableProcessorFeature":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Name":{"shape":"String"},
|
||||
"DefaultValue":{"shape":"String"},
|
||||
"AllowedValues":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"AvailableProcessorFeatureList":{
|
||||
"type":"list",
|
||||
"member":{
|
||||
"shape":"AvailableProcessorFeature",
|
||||
"locationName":"AvailableProcessorFeature"
|
||||
}
|
||||
},
|
||||
"BacktrackDBClusterMessage":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"DBClusterIdentifier",
|
||||
"BacktrackTo"
|
||||
],
|
||||
"members":{
|
||||
"DBClusterIdentifier":{"shape":"String"},
|
||||
"BacktrackTo":{"shape":"TStamp"},
|
||||
"Force":{"shape":"BooleanOptional"},
|
||||
"UseEarliestTimeOnPointInTimeUnavailable":{"shape":"BooleanOptional"}
|
||||
}
|
||||
},
|
||||
"Boolean":{"type":"boolean"},
|
||||
"BooleanOptional":{"type":"boolean"},
|
||||
"Certificate":{
|
||||
|
@ -1944,7 +2004,9 @@
|
|||
"StorageEncrypted":{"shape":"BooleanOptional"},
|
||||
"KmsKeyId":{"shape":"String"},
|
||||
"PreSignedUrl":{"shape":"String"},
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
||||
"BacktrackWindow":{"shape":"LongOptional"},
|
||||
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
|
||||
}
|
||||
},
|
||||
"CreateDBClusterParameterGroupMessage":{
|
||||
|
@ -2040,7 +2102,8 @@
|
|||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
||||
"EnablePerformanceInsights":{"shape":"BooleanOptional"},
|
||||
"PerformanceInsightsKMSKeyId":{"shape":"String"},
|
||||
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
|
||||
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
|
||||
"ProcessorFeatures":{"shape":"ProcessorFeatureList"}
|
||||
}
|
||||
},
|
||||
"CreateDBInstanceReadReplicaMessage":{
|
||||
|
@ -2071,7 +2134,9 @@
|
|||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
||||
"EnablePerformanceInsights":{"shape":"BooleanOptional"},
|
||||
"PerformanceInsightsKMSKeyId":{"shape":"String"},
|
||||
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
|
||||
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
|
||||
"ProcessorFeatures":{"shape":"ProcessorFeatureList"},
|
||||
"UseDefaultProcessorFeatures":{"shape":"BooleanOptional"}
|
||||
}
|
||||
},
|
||||
"CreateDBInstanceReadReplicaResult":{
|
||||
|
@ -2243,7 +2308,11 @@
|
|||
"AssociatedRoles":{"shape":"DBClusterRoles"},
|
||||
"IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
|
||||
"CloneGroupId":{"shape":"String"},
|
||||
"ClusterCreateTime":{"shape":"TStamp"}
|
||||
"ClusterCreateTime":{"shape":"TStamp"},
|
||||
"EarliestBacktrackTime":{"shape":"TStamp"},
|
||||
"BacktrackWindow":{"shape":"LongOptional"},
|
||||
"BacktrackConsumedChangeRecords":{"shape":"LongOptional"},
|
||||
"EnabledCloudwatchLogsExports":{"shape":"LogTypeList"}
|
||||
},
|
||||
"wrapper":true
|
||||
},
|
||||
|
@ -2258,6 +2327,42 @@
|
|||
},
|
||||
"exception":true
|
||||
},
|
||||
"DBClusterBacktrack":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"DBClusterIdentifier":{"shape":"String"},
|
||||
"BacktrackIdentifier":{"shape":"String"},
|
||||
"BacktrackTo":{"shape":"TStamp"},
|
||||
"BacktrackedFrom":{"shape":"TStamp"},
|
||||
"BacktrackRequestCreationTime":{"shape":"TStamp"},
|
||||
"Status":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"DBClusterBacktrackList":{
|
||||
"type":"list",
|
||||
"member":{
|
||||
"shape":"DBClusterBacktrack",
|
||||
"locationName":"DBClusterBacktrack"
|
||||
}
|
||||
},
|
||||
"DBClusterBacktrackMessage":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Marker":{"shape":"String"},
|
||||
"DBClusterBacktracks":{"shape":"DBClusterBacktrackList"}
|
||||
}
|
||||
},
|
||||
"DBClusterBacktrackNotFoundFault":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"error":{
|
||||
"code":"DBClusterBacktrackNotFoundFault",
|
||||
"httpStatusCode":404,
|
||||
"senderFault":true
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"DBClusterList":{
|
||||
"type":"list",
|
||||
"member":{
|
||||
|
@ -2589,7 +2694,8 @@
|
|||
"IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
|
||||
"PerformanceInsightsEnabled":{"shape":"BooleanOptional"},
|
||||
"PerformanceInsightsKMSKeyId":{"shape":"String"},
|
||||
"EnabledCloudwatchLogsExports":{"shape":"LogTypeList"}
|
||||
"EnabledCloudwatchLogsExports":{"shape":"LogTypeList"},
|
||||
"ProcessorFeatures":{"shape":"ProcessorFeatureList"}
|
||||
},
|
||||
"wrapper":true
|
||||
},
|
||||
|
@ -2860,7 +2966,8 @@
|
|||
"KmsKeyId":{"shape":"String"},
|
||||
"DBSnapshotArn":{"shape":"String"},
|
||||
"Timezone":{"shape":"String"},
|
||||
"IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"}
|
||||
"IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
|
||||
"ProcessorFeatures":{"shape":"ProcessorFeatureList"}
|
||||
},
|
||||
"wrapper":true
|
||||
},
|
||||
|
@ -3144,6 +3251,17 @@
|
|||
"Marker":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"DescribeDBClusterBacktracksMessage":{
|
||||
"type":"structure",
|
||||
"required":["DBClusterIdentifier"],
|
||||
"members":{
|
||||
"DBClusterIdentifier":{"shape":"String"},
|
||||
"BacktrackIdentifier":{"shape":"String"},
|
||||
"Filters":{"shape":"FilterList"},
|
||||
"MaxRecords":{"shape":"IntegerOptional"},
|
||||
"Marker":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"DescribeDBClusterParameterGroupsMessage":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -3961,6 +4079,7 @@
|
|||
"member":{"shape":"String"}
|
||||
},
|
||||
"Long":{"type":"long"},
|
||||
"LongOptional":{"type":"long"},
|
||||
"ModifyDBClusterMessage":{
|
||||
"type":"structure",
|
||||
"required":["DBClusterIdentifier"],
|
||||
|
@ -3977,6 +4096,8 @@
|
|||
"PreferredBackupWindow":{"shape":"String"},
|
||||
"PreferredMaintenanceWindow":{"shape":"String"},
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
||||
"BacktrackWindow":{"shape":"LongOptional"},
|
||||
"CloudwatchLogsExportConfiguration":{"shape":"CloudwatchLogsExportConfiguration"},
|
||||
"EngineVersion":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
|
@ -4055,7 +4176,9 @@
|
|||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
||||
"EnablePerformanceInsights":{"shape":"BooleanOptional"},
|
||||
"PerformanceInsightsKMSKeyId":{"shape":"String"},
|
||||
"CloudwatchLogsExportConfiguration":{"shape":"CloudwatchLogsExportConfiguration"}
|
||||
"CloudwatchLogsExportConfiguration":{"shape":"CloudwatchLogsExportConfiguration"},
|
||||
"ProcessorFeatures":{"shape":"ProcessorFeatureList"},
|
||||
"UseDefaultProcessorFeatures":{"shape":"BooleanOptional"}
|
||||
}
|
||||
},
|
||||
"ModifyDBInstanceResult":{
|
||||
|
@ -4410,7 +4533,8 @@
|
|||
"MinIopsPerDbInstance":{"shape":"IntegerOptional"},
|
||||
"MaxIopsPerDbInstance":{"shape":"IntegerOptional"},
|
||||
"MinIopsPerGib":{"shape":"DoubleOptional"},
|
||||
"MaxIopsPerGib":{"shape":"DoubleOptional"}
|
||||
"MaxIopsPerGib":{"shape":"DoubleOptional"},
|
||||
"AvailableProcessorFeatures":{"shape":"AvailableProcessorFeatureList"}
|
||||
},
|
||||
"wrapper":true
|
||||
},
|
||||
|
@ -4505,7 +4629,8 @@
|
|||
"StorageType":{"shape":"String"},
|
||||
"CACertificateIdentifier":{"shape":"String"},
|
||||
"DBSubnetGroupName":{"shape":"String"},
|
||||
"PendingCloudwatchLogsExports":{"shape":"PendingCloudwatchLogsExports"}
|
||||
"PendingCloudwatchLogsExports":{"shape":"PendingCloudwatchLogsExports"},
|
||||
"ProcessorFeatures":{"shape":"ProcessorFeatureList"}
|
||||
}
|
||||
},
|
||||
"PointInTimeRestoreNotEnabledFault":{
|
||||
|
@ -4519,6 +4644,20 @@
|
|||
},
|
||||
"exception":true
|
||||
},
|
||||
"ProcessorFeature":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Name":{"shape":"String"},
|
||||
"Value":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"ProcessorFeatureList":{
|
||||
"type":"list",
|
||||
"member":{
|
||||
"shape":"ProcessorFeature",
|
||||
"locationName":"ProcessorFeature"
|
||||
}
|
||||
},
|
||||
"PromoteReadReplicaDBClusterMessage":{
|
||||
"type":"structure",
|
||||
"required":["DBClusterIdentifier"],
|
||||
|
@ -4861,7 +5000,9 @@
|
|||
"SourceEngineVersion":{"shape":"String"},
|
||||
"S3BucketName":{"shape":"String"},
|
||||
"S3Prefix":{"shape":"String"},
|
||||
"S3IngestionRoleArn":{"shape":"String"}
|
||||
"S3IngestionRoleArn":{"shape":"String"},
|
||||
"BacktrackWindow":{"shape":"LongOptional"},
|
||||
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
|
||||
}
|
||||
},
|
||||
"RestoreDBClusterFromS3Result":{
|
||||
|
@ -4890,7 +5031,9 @@
|
|||
"VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
|
||||
"Tags":{"shape":"TagList"},
|
||||
"KmsKeyId":{"shape":"String"},
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
||||
"BacktrackWindow":{"shape":"LongOptional"},
|
||||
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
|
||||
}
|
||||
},
|
||||
"RestoreDBClusterFromSnapshotResult":{
|
||||
|
@ -4917,7 +5060,9 @@
|
|||
"VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
|
||||
"Tags":{"shape":"TagList"},
|
||||
"KmsKeyId":{"shape":"String"},
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
||||
"BacktrackWindow":{"shape":"LongOptional"},
|
||||
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
|
||||
}
|
||||
},
|
||||
"RestoreDBClusterToPointInTimeResult":{
|
||||
|
@ -4955,7 +5100,9 @@
|
|||
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
|
||||
"DomainIAMRoleName":{"shape":"String"},
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
||||
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
|
||||
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
|
||||
"ProcessorFeatures":{"shape":"ProcessorFeatureList"},
|
||||
"UseDefaultProcessorFeatures":{"shape":"BooleanOptional"}
|
||||
}
|
||||
},
|
||||
"RestoreDBInstanceFromDBSnapshotResult":{
|
||||
|
@ -5014,7 +5161,9 @@
|
|||
"S3IngestionRoleArn":{"shape":"String"},
|
||||
"EnablePerformanceInsights":{"shape":"BooleanOptional"},
|
||||
"PerformanceInsightsKMSKeyId":{"shape":"String"},
|
||||
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
|
||||
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
|
||||
"ProcessorFeatures":{"shape":"ProcessorFeatureList"},
|
||||
"UseDefaultProcessorFeatures":{"shape":"BooleanOptional"}
|
||||
}
|
||||
},
|
||||
"RestoreDBInstanceFromS3Result":{
|
||||
|
@ -5054,7 +5203,9 @@
|
|||
"Domain":{"shape":"String"},
|
||||
"DomainIAMRoleName":{"shape":"String"},
|
||||
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
||||
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
|
||||
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
|
||||
"ProcessorFeatures":{"shape":"ProcessorFeatureList"},
|
||||
"UseDefaultProcessorFeatures":{"shape":"BooleanOptional"}
|
||||
}
|
||||
},
|
||||
"RestoreDBInstanceToPointInTimeResult":{
|
||||
|
@ -5356,7 +5507,8 @@
|
|||
"ValidDBInstanceModificationsMessage":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Storage":{"shape":"ValidStorageOptionsList"}
|
||||
"Storage":{"shape":"ValidStorageOptionsList"},
|
||||
"ValidProcessorFeatures":{"shape":"AvailableProcessorFeatureList"}
|
||||
},
|
||||
"wrapper":true
|
||||
},
|
||||
|
|
266
vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/docs-2.json
generated
vendored
266
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