forked from TrueCloudLab/rclone
vendor: update all dependencies to latest versions
This commit is contained in:
parent
8e83fb6fb9
commit
7d3a17725d
4878 changed files with 1974229 additions and 201215 deletions
46
vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/api.go
generated
vendored
46
vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/api.go
generated
vendored
|
@ -36,7 +36,7 @@ const opDescribeStream = "DescribeStream"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/DescribeStream
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/DescribeStream
|
||||
func (c *DynamoDBStreams) DescribeStreamRequest(input *DescribeStreamInput) (req *request.Request, output *DescribeStreamOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribeStream,
|
||||
|
@ -81,7 +81,7 @@ func (c *DynamoDBStreams) DescribeStreamRequest(input *DescribeStreamInput) (req
|
|||
// * ErrCodeInternalServerError "InternalServerError"
|
||||
// An error occurred on the server side.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/DescribeStream
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/DescribeStream
|
||||
func (c *DynamoDBStreams) DescribeStream(input *DescribeStreamInput) (*DescribeStreamOutput, error) {
|
||||
req, out := c.DescribeStreamRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -128,7 +128,7 @@ const opGetRecords = "GetRecords"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/GetRecords
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/GetRecords
|
||||
func (c *DynamoDBStreams) GetRecordsRequest(input *GetRecordsInput) (req *request.Request, output *GetRecordsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opGetRecords,
|
||||
|
@ -200,7 +200,7 @@ func (c *DynamoDBStreams) GetRecordsRequest(input *GetRecordsInput) (req *reques
|
|||
// request, a stream record in the shard exceeds the 24 hour period and is
|
||||
// trimmed. This causes the iterator to access a record that no longer exists.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/GetRecords
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/GetRecords
|
||||
func (c *DynamoDBStreams) GetRecords(input *GetRecordsInput) (*GetRecordsOutput, error) {
|
||||
req, out := c.GetRecordsRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -247,7 +247,7 @@ const opGetShardIterator = "GetShardIterator"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/GetShardIterator
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/GetShardIterator
|
||||
func (c *DynamoDBStreams) GetShardIteratorRequest(input *GetShardIteratorInput) (req *request.Request, output *GetShardIteratorOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opGetShardIterator,
|
||||
|
@ -300,7 +300,7 @@ func (c *DynamoDBStreams) GetShardIteratorRequest(input *GetShardIteratorInput)
|
|||
// request, a stream record in the shard exceeds the 24 hour period and is
|
||||
// trimmed. This causes the iterator to access a record that no longer exists.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/GetShardIterator
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/GetShardIterator
|
||||
func (c *DynamoDBStreams) GetShardIterator(input *GetShardIteratorInput) (*GetShardIteratorOutput, error) {
|
||||
req, out := c.GetShardIteratorRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -347,7 +347,7 @@ const opListStreams = "ListStreams"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/ListStreams
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/ListStreams
|
||||
func (c *DynamoDBStreams) ListStreamsRequest(input *ListStreamsInput) (req *request.Request, output *ListStreamsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opListStreams,
|
||||
|
@ -386,7 +386,7 @@ func (c *DynamoDBStreams) ListStreamsRequest(input *ListStreamsInput) (req *requ
|
|||
// * ErrCodeInternalServerError "InternalServerError"
|
||||
// An error occurred on the server side.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/ListStreams
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/ListStreams
|
||||
func (c *DynamoDBStreams) ListStreams(input *ListStreamsInput) (*ListStreamsOutput, error) {
|
||||
req, out := c.ListStreamsRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -409,7 +409,7 @@ func (c *DynamoDBStreams) ListStreamsWithContext(ctx aws.Context, input *ListStr
|
|||
}
|
||||
|
||||
// Represents the input of a DescribeStream operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/DescribeStreamInput
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/DescribeStreamInput
|
||||
type DescribeStreamInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -477,7 +477,7 @@ func (s *DescribeStreamInput) SetStreamArn(v string) *DescribeStreamInput {
|
|||
}
|
||||
|
||||
// Represents the output of a DescribeStream operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/DescribeStreamOutput
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/DescribeStreamOutput
|
||||
type DescribeStreamOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -505,7 +505,7 @@ func (s *DescribeStreamOutput) SetStreamDescription(v *StreamDescription) *Descr
|
|||
}
|
||||
|
||||
// Represents the input of a GetRecords operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/GetRecordsInput
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/GetRecordsInput
|
||||
type GetRecordsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -562,7 +562,7 @@ func (s *GetRecordsInput) SetShardIterator(v string) *GetRecordsInput {
|
|||
}
|
||||
|
||||
// Represents the output of a GetRecords operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/GetRecordsOutput
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/GetRecordsOutput
|
||||
type GetRecordsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -598,7 +598,7 @@ func (s *GetRecordsOutput) SetRecords(v []*Record) *GetRecordsOutput {
|
|||
}
|
||||
|
||||
// Represents the input of a GetShardIterator operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/GetShardIteratorInput
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/GetShardIteratorInput
|
||||
type GetShardIteratorInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -700,7 +700,7 @@ func (s *GetShardIteratorInput) SetStreamArn(v string) *GetShardIteratorInput {
|
|||
}
|
||||
|
||||
// Represents the output of a GetShardIterator operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/GetShardIteratorOutput
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/GetShardIteratorOutput
|
||||
type GetShardIteratorOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -727,7 +727,7 @@ func (s *GetShardIteratorOutput) SetShardIterator(v string) *GetShardIteratorOut
|
|||
}
|
||||
|
||||
// Contains details about the type of identity that made the request.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/Identity
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/Identity
|
||||
type Identity struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -762,7 +762,7 @@ func (s *Identity) SetType(v string) *Identity {
|
|||
}
|
||||
|
||||
// Represents the input of a ListStreams operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/ListStreamsInput
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/ListStreamsInput
|
||||
type ListStreamsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -827,7 +827,7 @@ func (s *ListStreamsInput) SetTableName(v string) *ListStreamsInput {
|
|||
}
|
||||
|
||||
// Represents the output of a ListStreams operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/ListStreamsOutput
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/ListStreamsOutput
|
||||
type ListStreamsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -870,7 +870,7 @@ func (s *ListStreamsOutput) SetStreams(v []*Stream) *ListStreamsOutput {
|
|||
}
|
||||
|
||||
// A description of a unique event within a stream.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/Record
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/Record
|
||||
type Record struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -973,7 +973,7 @@ func (s *Record) SetUserIdentity(v *Identity) *Record {
|
|||
|
||||
// The beginning and ending sequence numbers for the stream records contained
|
||||
// within a shard.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/SequenceNumberRange
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/SequenceNumberRange
|
||||
type SequenceNumberRange struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1007,7 +1007,7 @@ func (s *SequenceNumberRange) SetStartingSequenceNumber(v string) *SequenceNumbe
|
|||
}
|
||||
|
||||
// A uniquely identified group of stream records within a stream.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/Shard
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/Shard
|
||||
type Shard struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1050,7 +1050,7 @@ func (s *Shard) SetShardId(v string) *Shard {
|
|||
}
|
||||
|
||||
// Represents all of the data describing a particular stream.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/Stream
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/Stream
|
||||
type Stream struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1104,7 +1104,7 @@ func (s *Stream) SetTableName(v string) *Stream {
|
|||
}
|
||||
|
||||
// Represents all of the data describing a particular stream.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/StreamDescription
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/StreamDescription
|
||||
type StreamDescription struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1242,7 +1242,7 @@ func (s *StreamDescription) SetTableName(v string) *StreamDescription {
|
|||
|
||||
// A description of a single data modification that was performed on an item
|
||||
// in a DynamoDB table.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/StreamRecord
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/StreamRecord
|
||||
type StreamRecord struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
|
2
vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/doc.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/doc.go
generated
vendored
|
@ -15,7 +15,7 @@
|
|||
//
|
||||
// Using the Client
|
||||
//
|
||||
// To Amazon DynamoDB Streams with the SDK use the New function to create
|
||||
// To contact Amazon DynamoDB Streams with the SDK use the New function to create
|
||||
// a new service client. With that client you can make API requests to the service.
|
||||
// These clients are safe to use concurrently.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue