👎Deprecated since 0.21.1: This crate has been renamed to
s2-sdk. Please update your Cargo.toml to use s2-sdk instead.Expand description
Types for interacting with S2 services.
Structs§
- Access
Token Id Deprecated - Access token ID. Must be between 1 and 96 characters.
- Access
Token Info Deprecated - Access token information.
- Access
Token Scope Deprecated - Access token scope.
- Append
Ack Deprecated - Acknowledgment to an append request.
- Append
Input Deprecated - Input for append requests.
- Append
Record Deprecated - Record to be appended to a stream.
- Append
Record Batch Deprecated - A collection of append records that can be sent together in a batch.
- Append
Record Parts Deprecated - Record to be appended to a stream.
- Basin
Config Deprecated - Basin configuration.
- Basin
Info Deprecated - Basin information.
- Basin
Name Deprecated - Name of a basin.
- Command
Record Deprecated - A command record is a special kind of
AppendRecordthat can be used to send command messages. - Convert
Error Deprecated - Error related to conversion from one type to another.
- Create
Basin Request Deprecated - Create basin request.
- Create
Stream Request Deprecated - Create stream request.
- Delete
Basin Request Deprecated - Delete basin request.
- Delete
OnEmpty Config Deprecated - Delete-on-empty config.
- Delete
Stream Request Deprecated - Delete stream request.
- Fencing
Token Deprecated - A fencing token can be enforced on append requests.
- Header
Deprecated - Headers add structured information to a record as name-value pairs.
- List
Access Tokens Request Deprecated - List access tokens request.
- List
Access Tokens Response Deprecated - List access tokens response.
- List
Basins Request Deprecated - List basins request.
- List
Basins Response Deprecated - List basins response.
- List
Streams Request Deprecated - List streams request.
- List
Streams Response Deprecated - List streams response.
- Permitted
Operation Groups Deprecated - Access permissions for a group.
- Read
Limit Deprecated - Limit how many records can be retrieved. If both count and bytes are specified, either limit may be hit.
- Read
Request Deprecated - Read request.
- Read
Session Request Deprecated - Read session request.
- Read
Write Permissions Deprecated - Read/Write permissions.
- Reconfigure
Basin Request Deprecated - Reconfigure basin request.
- Reconfigure
Stream Request Deprecated - Reconfigure stream request.
- Sequenced
Record Deprecated - Record retrieved from a stream.
- Sequenced
Record Batch Deprecated - A batch of sequenced records.
- Stream
Config Deprecated - Stream configuration.
- Stream
Info Deprecated - Stream information.
- Stream
Position Deprecated - Position of a record in a stream.
- Timestamping
Config Deprecated - Timestamping behavior.
Enums§
- Basin
Scope Deprecated - Basin scope.
- Basin
State Deprecated - Current state of the basin.
- Command
Deprecated - Command to send through a
CommandRecord. - Operation
Deprecated - API operations.
- Read
Output Deprecated - Batch of records or the next sequence number on the stream.
- Read
Start Deprecated - Starting point for read requests.
- Resource
Set Deprecated - Matching rule.
- Retention
Policy Deprecated - Retention policy for the stream. If unspecified, the default is to retain records for 7 days.
- Storage
Class Deprecated - Storage class for recent writes.
- Timestamping
Mode Deprecated - Timestamping mode. Note that arrival time is always in milliseconds since Unix epoch.
Traits§
- Metered
Bytes Deprecated - Metered size of the object in bytes.