mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-08 22:30:41 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+3436
-45
File diff suppressed because it is too large
Load Diff
+2588
-107
File diff suppressed because it is too large
Load Diff
Generated
Vendored
+45
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"pagination": {
|
||||
"ListCompilationJobs": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
},
|
||||
"ListEndpointConfigs": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
@@ -10,6 +15,21 @@
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
},
|
||||
"ListHyperParameterTuningJobs": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
},
|
||||
"ListLabelingJobs": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
},
|
||||
"ListLabelingJobsForWorkteam": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
},
|
||||
"ListModels": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
@@ -25,6 +45,11 @@
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
},
|
||||
"ListSubscribedWorkteams": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
},
|
||||
"ListTags": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
@@ -34,6 +59,26 @@
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
},
|
||||
"ListTrainingJobsForHyperParameterTuningJob": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
},
|
||||
"ListTransformJobs": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
},
|
||||
"ListWorkteams": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
},
|
||||
"Search": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+30
@@ -128,6 +128,36 @@
|
||||
"argument": "EndpointStatus"
|
||||
}
|
||||
]
|
||||
},
|
||||
"TransformJobCompletedOrStopped": {
|
||||
"delay": 60,
|
||||
"maxAttempts": 60,
|
||||
"operation": "DescribeTransformJob",
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "Completed",
|
||||
"matcher": "path",
|
||||
"state": "success",
|
||||
"argument": "TransformJobStatus"
|
||||
},
|
||||
{
|
||||
"expected": "Stopped",
|
||||
"matcher": "path",
|
||||
"state": "success",
|
||||
"argument": "TransformJobStatus"
|
||||
},
|
||||
{
|
||||
"expected": "Failed",
|
||||
"matcher": "path",
|
||||
"state": "failure",
|
||||
"argument": "TransformJobStatus"
|
||||
},
|
||||
{
|
||||
"expected": "ValidationException",
|
||||
"matcher": "error",
|
||||
"state": "failure"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user