Aaron Todd

Results 55 issues of Aaron Todd

Documentation shows a lifecycle event exists for `unlisten` on stores. It would be beneficial to also have the `listen` lifecycle event exposed. Also some documentation on using lifecycle events in...

enhancement
help wanted

Given a proto definition ``` enum Foo { BAR = 0; BAZ = 1; } ``` generates the following ``` type Foo int32 const ( Foo_BAR Foo = 0 Foo_BAZ...

proposal
proposal-hold
generator-proto-option
breaking-change

## Issue \# closes #543 ## Description of changes Enable event stream operations on all rest protocols. There are only 5 operations today across AWS services that target event streams:...

### Describe the feature Tracking issue for full support of event streams. * [Spec](https://awslabs.github.io/smithy/1.0/spec/core/stream-traits.html#event-streams) * [API Design](https://github.com/awslabs/smithy-kotlin/blob/main/docs/design/event-streams.md) Completed: - [x] Codegen support for shape serialization/deserialization to the `vnd.amazon.event-stream` content type...

feature-request
no-auto-closure

### Describe the feature Add support for Kinesis [SubscribeToShard](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_SubscribeToShard.html) event stream operation. This requires adding support for RPC protocols where the initial request/response comes from the event stream rather than...

feature-request
no-auto-closure

## Issue \# https://github.com/awslabs/aws-sdk-kotlin/issues/543 ## Description of changes * Add missing codegen path for unbound event stream payloads * Add codegen test for new path By submitting this pull request,...

### Describe the feature Support for S3 [Multi Region Access Points](https://aws.amazon.com/s3/features/multi-region-access-points/) Depends on: * Sigv4A signer * Endpoints refactor ### Is your Feature Request related to a problem? ### Proposed...

no-auto-closure

### Describe the feature Provide a BOM that users can consume ### Is your Feature Request related to a problem? Providing a BOM for consumption allows users to use a...

feature-request
no-auto-closure

### Describe the feature Streaming operations require that a user consumes the response completely inside a provided closure. It is easy to misuse these APIs though and attempt to return...

feature-request
no-auto-closure

### Describe the bug The profile attached to an EC2 instance can change during the lifetime of the instance. The current implementation caches the profile name and re-uses it on...

bug
runtime
no-auto-closure