aws-sdk-cpp
aws-sdk-cpp copied to clipboard
AWS SDK for C++
**Is your feature request related to a problem? Please describe.** We have been using the C++ STS client to retrieve credentials for our application running on EKS via the ``AssumeRoleWithWebIdentity()``...
### Describe the feature Be able to access HTTP headers of successful S3 responses from the returned `Outcome` instance. (note: this is a repost of #1466). ### Is your Feature...
Hello, I have installed vcpkg a week ago on my Mac M1 but unfortunately I'm not able to install aws sdk using vcpkg. **Machine info:** MacBook Pro (13-inch, M1, 2020)...
Since the S3CrtClient is a sub-class of the AwsClient, expose the configuration needed by the parent class. Many API calls use the parent class, so preserving user configurations is important....
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [ x] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/welcome.html) and [API reference](http://sdk.amazonaws.com/cpp/api/LATEST/index.html) - [ x] I've searched...
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [ x] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/welcome.html) and [API reference](http://sdk.amazonaws.com/cpp/api/LATEST/index.html) - [ x] I've searched...
### Describe the bug `AthenaError` exists twice: [First one here](https://github.com/aws/aws-sdk-cpp/blob/main/aws-cpp-sdk-athena/include/aws/athena/AthenaErrors.h#L56) and [second time here](https://github.com/aws/aws-sdk-cpp/blob/main/aws-cpp-sdk-athena/include/aws/athena/model/AthenaError.h#L34). Due to a namespace problem, the `Outcome` template uses the incorrect `AthenaError` (second one), same problem...
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/welcome.html) and [API reference](http://sdk.amazonaws.com/cpp/api/LATEST/index.html) - [x] I've searched for [previous...
### Describe the bug After a successful call to PutSession, I'm using the following code to start conversation streaming: ` LexRuntimeV2::Model::StartConversationRequest startConvo; LexRuntimeV2::Model::StartConversationHandler convoHandler = LexRuntimeV2::Model::StartConversationHandler(); convoHandler.SetTextResponseEventCallback(textEvent); convoHandler.SetIntentResultEventCallback(intentEvent); convoHandler.SetOnErrorCallback(errorEvent); convoHandler.SetHeartbeatEventCallback(heartbeatEvent);...
### Describe the bug A simple test using **DescribeOrganization()** fail. When calling this method we are blocked in this call. Tested with CLI and same IAM access token => it...