mirror of
https://github.com/rclone/rclone.git
synced 2025-12-23 19:53:53 +00:00
vendor: update all dependencies to latest versions
This commit is contained in:
4
vendor/github.com/aws/aws-sdk-go/service/batch/examples_test.go
generated
vendored
4
vendor/github.com/aws/aws-sdk-go/service/batch/examples_test.go
generated
vendored
@@ -192,7 +192,7 @@ func ExampleBatch_CreateJobQueue_shared00() {
|
||||
},
|
||||
},
|
||||
JobQueueName: aws.String("LowPriority"),
|
||||
Priority: aws.Int64(10),
|
||||
Priority: aws.Int64(1),
|
||||
State: aws.String("ENABLED"),
|
||||
}
|
||||
|
||||
@@ -237,7 +237,7 @@ func ExampleBatch_CreateJobQueue_shared01() {
|
||||
},
|
||||
},
|
||||
JobQueueName: aws.String("HighPriority"),
|
||||
Priority: aws.Int64(1),
|
||||
Priority: aws.Int64(10),
|
||||
State: aws.String("ENABLED"),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user