forked from TrueCloudLab/rclone
Switch to using the dep tool and update all the dependencies
This commit is contained in:
parent
5135ff73cb
commit
98c2d2c41b
5321 changed files with 4483201 additions and 5922 deletions
1978
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/api-2.json
generated
vendored
Normal file
1978
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/api-2.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
1156
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/docs-2.json
generated
vendored
Normal file
1156
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/docs-2.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
5
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/examples-1.json
generated
vendored
Normal file
5
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/examples-1.json
generated
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"version":"1.0",
|
||||
"examples":{
|
||||
}
|
||||
}
|
28
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/paginators-1.json
generated
vendored
Normal file
28
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/paginators-1.json
generated
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"pagination": {
|
||||
"DescribeBatchPredictions": {
|
||||
"limit_key": "Limit",
|
||||
"output_token": "NextToken",
|
||||
"input_token": "NextToken",
|
||||
"result_key": "Results"
|
||||
},
|
||||
"DescribeDataSources": {
|
||||
"limit_key": "Limit",
|
||||
"output_token": "NextToken",
|
||||
"input_token": "NextToken",
|
||||
"result_key": "Results"
|
||||
},
|
||||
"DescribeEvaluations": {
|
||||
"limit_key": "Limit",
|
||||
"output_token": "NextToken",
|
||||
"input_token": "NextToken",
|
||||
"result_key": "Results"
|
||||
},
|
||||
"DescribeMLModels": {
|
||||
"limit_key": "Limit",
|
||||
"output_token": "NextToken",
|
||||
"input_token": "NextToken",
|
||||
"result_key": "Results"
|
||||
}
|
||||
}
|
||||
}
|
81
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/waiters-2.json
generated
vendored
Normal file
81
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/waiters-2.json
generated
vendored
Normal file
|
@ -0,0 +1,81 @@
|
|||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"DataSourceAvailable": {
|
||||
"delay": 30,
|
||||
"operation": "DescribeDataSources",
|
||||
"maxAttempts": 60,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "COMPLETED",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Results[].Status"
|
||||
},
|
||||
{
|
||||
"expected": "FAILED",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Results[].Status"
|
||||
}
|
||||
]
|
||||
},
|
||||
"MLModelAvailable": {
|
||||
"delay": 30,
|
||||
"operation": "DescribeMLModels",
|
||||
"maxAttempts": 60,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "COMPLETED",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Results[].Status"
|
||||
},
|
||||
{
|
||||
"expected": "FAILED",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Results[].Status"
|
||||
}
|
||||
]
|
||||
},
|
||||
"EvaluationAvailable": {
|
||||
"delay": 30,
|
||||
"operation": "DescribeEvaluations",
|
||||
"maxAttempts": 60,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "COMPLETED",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Results[].Status"
|
||||
},
|
||||
{
|
||||
"expected": "FAILED",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Results[].Status"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BatchPredictionAvailable": {
|
||||
"delay": 30,
|
||||
"operation": "DescribeBatchPredictions",
|
||||
"maxAttempts": 60,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "COMPLETED",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Results[].Status"
|
||||
},
|
||||
{
|
||||
"expected": "FAILED",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Results[].Status"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue