mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-03 05:00:56 +00:00
Conver to regular Go vendor + dep tool
This commit is contained in:
+2172
File diff suppressed because it is too large
Load Diff
+1483
File diff suppressed because it is too large
Load Diff
Generated
Vendored
+1395
File diff suppressed because it is too large
Load Diff
Generated
Vendored
+52
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"pagination": {
|
||||
"DescribeAutoScalingGroups": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxRecords",
|
||||
"result_key": "AutoScalingGroups"
|
||||
},
|
||||
"DescribeAutoScalingInstances": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxRecords",
|
||||
"result_key": "AutoScalingInstances"
|
||||
},
|
||||
"DescribeLaunchConfigurations": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxRecords",
|
||||
"result_key": "LaunchConfigurations"
|
||||
},
|
||||
"DescribeNotificationConfigurations": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxRecords",
|
||||
"result_key": "NotificationConfigurations"
|
||||
},
|
||||
"DescribePolicies": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxRecords",
|
||||
"result_key": "ScalingPolicies"
|
||||
},
|
||||
"DescribeScalingActivities": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxRecords",
|
||||
"result_key": "Activities"
|
||||
},
|
||||
"DescribeScheduledActions": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxRecords",
|
||||
"result_key": "ScheduledUpdateGroupActions"
|
||||
},
|
||||
"DescribeTags": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxRecords",
|
||||
"result_key": "Tags"
|
||||
}
|
||||
}
|
||||
}
|
||||
Generated
Vendored
+62
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"GroupExists": {
|
||||
"acceptors": [
|
||||
{
|
||||
"argument": "length(AutoScalingGroups) > `0`",
|
||||
"expected": true,
|
||||
"matcher": "path",
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"argument": "length(AutoScalingGroups) > `0`",
|
||||
"expected": false,
|
||||
"matcher": "path",
|
||||
"state": "retry"
|
||||
}
|
||||
],
|
||||
"delay": 5,
|
||||
"maxAttempts": 10,
|
||||
"operation": "DescribeAutoScalingGroups"
|
||||
},
|
||||
"GroupInService": {
|
||||
"acceptors": [
|
||||
{
|
||||
"argument": "contains(AutoScalingGroups[].[length(Instances[?LifecycleState=='InService']) >= MinSize][], `false`)",
|
||||
"expected": false,
|
||||
"matcher": "path",
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"argument": "contains(AutoScalingGroups[].[length(Instances[?LifecycleState=='InService']) >= MinSize][], `false`)",
|
||||
"expected": true,
|
||||
"matcher": "path",
|
||||
"state": "retry"
|
||||
}
|
||||
],
|
||||
"delay": 15,
|
||||
"maxAttempts": 40,
|
||||
"operation": "DescribeAutoScalingGroups"
|
||||
},
|
||||
"GroupNotExists": {
|
||||
"acceptors": [
|
||||
{
|
||||
"argument": "length(AutoScalingGroups) > `0`",
|
||||
"expected": false,
|
||||
"matcher": "path",
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"argument": "length(AutoScalingGroups) > `0`",
|
||||
"expected": true,
|
||||
"matcher": "path",
|
||||
"state": "retry"
|
||||
}
|
||||
],
|
||||
"delay": 15,
|
||||
"maxAttempts": 40,
|
||||
"operation": "DescribeAutoScalingGroups"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user