Skip to content

Commit

Permalink
Refactor query protocol (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvrh authored Jun 9, 2024
1 parent 8ac49d9 commit 6b56546
Show file tree
Hide file tree
Showing 159 changed files with 37,328 additions and 67,659 deletions.
5 changes: 5 additions & 0 deletions aws_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.5.1

- Expose `package:aws_client/credential_providers.dart` for advanced options to resolve the `AwsClientCredentials`
- Internal refactoring of the query protocol

## 0.5.0

- Generate all the APIs with version v2.1635.0 of the AWS SDK
Expand Down
1 change: 1 addition & 0 deletions aws_client/lib/credential_providers.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export 'src/credential_providers/aws_credential_providers.dart';
1,918 changes: 1,453 additions & 465 deletions aws_client/lib/src/generated/auto_scaling/v2011_01_01.dart

Large diffs are not rendered by default.

Loading

0 comments on commit 6b56546

Please sign in to comment.