Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Event Stream Protocol Support #1454

Merged
merged 5 commits into from
Nov 5, 2021
Merged

AWS Event Stream Protocol Support #1454

merged 5 commits into from
Nov 5, 2021

Conversation

skmcgrail
Copy link
Member

@skmcgrail skmcgrail commented Oct 11, 2021

Adds support for AWS Event Streaming to the following clients:

  • service/transcribestreaming:
    • StartStreamTranscription
    • StartMedicalStreamTranscription
  • service/kinesis:
    • SubscribeToShard
  • service/s3:
    • SelectObjectContent
  • service/lexruntimev2:
    • StartConversation

Requires aws/smithy-go#331

Resolves #1234
Resolves #174

@skmcgrail skmcgrail force-pushed the eventStreams branch 4 times, most recently from a32c025 to e012d20 Compare October 12, 2021 16:56
aws/middleware/metadata.go Show resolved Hide resolved
aws/protocol/eventstream/decode.go Outdated Show resolved Hide resolved
aws/protocol/eventstream/decode.go Outdated Show resolved Hide resolved
aws/protocol/eventstream/decode.go Show resolved Hide resolved
internal/protocoltest/restxml/types/types.go Show resolved Hide resolved
service/transcribestreaming/protocol_test.go Show resolved Hide resolved
service/transcribestreaming/eventstream.go Show resolved Hide resolved
service/transcribestreaming/eventstream.go Show resolved Hide resolved
service/transcribestreaming/eventstream.go Show resolved Hide resolved
@skmcgrail skmcgrail requested review from jasdel and removed request for skotambkar November 2, 2021 19:21
@skmcgrail skmcgrail force-pushed the eventStreams branch 2 times, most recently from 2f7b55f to f6c1bc4 Compare November 2, 2021 19:27
@skmcgrail skmcgrail force-pushed the eventStreams branch 2 times, most recently from bb55293 to f65a05c Compare November 4, 2021 21:54
@skmcgrail skmcgrail merged commit 4034d37 into main Nov 5, 2021
@jasdel jasdel deleted the eventStreams branch November 9, 2021 22:16
jrichard8 pushed a commit to jrichard8/aws-sdk-go-v2 that referenced this pull request Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SubscribeToShard method for Kinesis client / consumer. Support S3 Select API
2 participants