mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 16:41:34 +02:00
vendor: update all dependencies to latest versions
This commit is contained in:
1533
vendor/github.com/aws/aws-sdk-go/models/apis/sagemaker/2017-07-24/api-2.json
generated
vendored
Normal file
1533
vendor/github.com/aws/aws-sdk-go/models/apis/sagemaker/2017-07-24/api-2.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1063
vendor/github.com/aws/aws-sdk-go/models/apis/sagemaker/2017-07-24/docs-2.json
generated
vendored
Normal file
1063
vendor/github.com/aws/aws-sdk-go/models/apis/sagemaker/2017-07-24/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/sagemaker/2017-07-24/examples-1.json
generated
vendored
Normal file
5
vendor/github.com/aws/aws-sdk-go/models/apis/sagemaker/2017-07-24/examples-1.json
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"examples": {
|
||||
}
|
||||
}
|
34
vendor/github.com/aws/aws-sdk-go/models/apis/sagemaker/2017-07-24/paginators-1.json
generated
vendored
Normal file
34
vendor/github.com/aws/aws-sdk-go/models/apis/sagemaker/2017-07-24/paginators-1.json
generated
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"pagination": {
|
||||
"ListEndpointConfigs": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
},
|
||||
"ListEndpoints": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
},
|
||||
"ListModels": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
},
|
||||
"ListNotebookInstances": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
},
|
||||
"ListTags": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
},
|
||||
"ListTrainingJobs": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
}
|
||||
}
|
||||
}
|
133
vendor/github.com/aws/aws-sdk-go/models/apis/sagemaker/2017-07-24/waiters-2.json
generated
vendored
Normal file
133
vendor/github.com/aws/aws-sdk-go/models/apis/sagemaker/2017-07-24/waiters-2.json
generated
vendored
Normal file
@ -0,0 +1,133 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"NotebookInstanceInService": {
|
||||
"delay": 30,
|
||||
"maxAttempts": 60,
|
||||
"operation": "DescribeNotebookInstance",
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "InService",
|
||||
"matcher": "path",
|
||||
"state": "success",
|
||||
"argument": "NotebookInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "Failed",
|
||||
"matcher": "path",
|
||||
"state": "failure",
|
||||
"argument": "NotebookInstanceStatus"
|
||||
}
|
||||
]
|
||||
},
|
||||
"NotebookInstanceStopped": {
|
||||
"delay": 30,
|
||||
"operation": "DescribeNotebookInstance",
|
||||
"maxAttempts": 60,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "Stopped",
|
||||
"matcher": "path",
|
||||
"state": "success",
|
||||
"argument": "NotebookInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "Failed",
|
||||
"matcher": "path",
|
||||
"state": "failure",
|
||||
"argument": "NotebookInstanceStatus"
|
||||
}
|
||||
]
|
||||
},
|
||||
"NotebookInstanceDeleted": {
|
||||
"delay": 30,
|
||||
"maxAttempts": 60,
|
||||
"operation": "DescribeNotebookInstance",
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "ValidationException",
|
||||
"matcher": "error",
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"expected": "Failed",
|
||||
"matcher": "path",
|
||||
"state": "failure",
|
||||
"argument": "NotebookInstanceStatus"
|
||||
}
|
||||
]
|
||||
},
|
||||
"TrainingJobCompletedOrStopped": {
|
||||
"delay": 120,
|
||||
"maxAttempts": 180,
|
||||
"operation": "DescribeTrainingJob",
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "Completed",
|
||||
"matcher": "path",
|
||||
"state": "success",
|
||||
"argument": "TrainingJobStatus"
|
||||
},
|
||||
{
|
||||
"expected": "Stopped",
|
||||
"matcher": "path",
|
||||
"state": "success",
|
||||
"argument": "TrainingJobStatus"
|
||||
},
|
||||
{
|
||||
"expected": "Failed",
|
||||
"matcher": "path",
|
||||
"state": "failure",
|
||||
"argument": "TrainingJobStatus"
|
||||
},
|
||||
{
|
||||
"expected": "ValidationException",
|
||||
"matcher": "error",
|
||||
"state": "failure"
|
||||
}
|
||||
]
|
||||
},
|
||||
"EndpointInService": {
|
||||
"delay": 30,
|
||||
"maxAttempts": 120,
|
||||
"operation": "DescribeEndpoint",
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "InService",
|
||||
"matcher": "path",
|
||||
"state": "success",
|
||||
"argument": "EndpointStatus"
|
||||
},
|
||||
{
|
||||
"expected": "Failed",
|
||||
"matcher": "path",
|
||||
"state": "failure",
|
||||
"argument": "EndpointStatus"
|
||||
},
|
||||
{
|
||||
"expected": "ValidationException",
|
||||
"matcher": "error",
|
||||
"state": "failure"
|
||||
}
|
||||
]
|
||||
},
|
||||
"EndpointDeleted": {
|
||||
"delay": 30,
|
||||
"maxAttempts": 60,
|
||||
"operation": "DescribeEndpoint",
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "ValidationException",
|
||||
"matcher": "error",
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"expected": "Failed",
|
||||
"matcher": "path",
|
||||
"state": "failure",
|
||||
"argument": "EndpointStatus"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user