vendor: update all dependencies to latest versions
This commit is contained in:
parent
911d121bb9
commit
b017fcfe9a
3048 changed files with 537057 additions and 189681 deletions
8
vendor/github.com/aws/aws-sdk-go/service/redshift/waiters.go
generated
vendored
8
vendor/github.com/aws/aws-sdk-go/service/redshift/waiters.go
generated
vendored
|
@ -11,7 +11,7 @@ import (
|
|||
|
||||
// WaitUntilClusterAvailable uses the Amazon Redshift API operation
|
||||
// DescribeClusters to wait for a condition to be met before returning.
|
||||
// If the condition is not meet within the max attempt window an error will
|
||||
// If the condition is not met within the max attempt window, an error will
|
||||
// be returned.
|
||||
func (c *Redshift) WaitUntilClusterAvailable(input *DescribeClustersInput) error {
|
||||
return c.WaitUntilClusterAvailableWithContext(aws.BackgroundContext(), input)
|
||||
|
@ -67,7 +67,7 @@ func (c *Redshift) WaitUntilClusterAvailableWithContext(ctx aws.Context, input *
|
|||
|
||||
// WaitUntilClusterDeleted uses the Amazon Redshift API operation
|
||||
// DescribeClusters to wait for a condition to be met before returning.
|
||||
// If the condition is not meet within the max attempt window an error will
|
||||
// If the condition is not met within the max attempt window, an error will
|
||||
// be returned.
|
||||
func (c *Redshift) WaitUntilClusterDeleted(input *DescribeClustersInput) error {
|
||||
return c.WaitUntilClusterDeletedWithContext(aws.BackgroundContext(), input)
|
||||
|
@ -123,7 +123,7 @@ func (c *Redshift) WaitUntilClusterDeletedWithContext(ctx aws.Context, input *De
|
|||
|
||||
// WaitUntilClusterRestored uses the Amazon Redshift API operation
|
||||
// DescribeClusters to wait for a condition to be met before returning.
|
||||
// If the condition is not meet within the max attempt window an error will
|
||||
// If the condition is not met within the max attempt window, an error will
|
||||
// be returned.
|
||||
func (c *Redshift) WaitUntilClusterRestored(input *DescribeClustersInput) error {
|
||||
return c.WaitUntilClusterRestoredWithContext(aws.BackgroundContext(), input)
|
||||
|
@ -174,7 +174,7 @@ func (c *Redshift) WaitUntilClusterRestoredWithContext(ctx aws.Context, input *D
|
|||
|
||||
// WaitUntilSnapshotAvailable uses the Amazon Redshift API operation
|
||||
// DescribeClusterSnapshots to wait for a condition to be met before returning.
|
||||
// If the condition is not meet within the max attempt window an error will
|
||||
// If the condition is not met within the max attempt window, an error will
|
||||
// be returned.
|
||||
func (c *Redshift) WaitUntilSnapshotAvailable(input *DescribeClusterSnapshotsInput) error {
|
||||
return c.WaitUntilSnapshotAvailableWithContext(aws.BackgroundContext(), input)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue