ceph-csi/vendor/github.com/aws/smithy-go
dependabot[bot] d5849a4801 rebase: Bump the github-dependencies group with 3 updates
Bumps the github-dependencies group with 3 updates: [github.com/IBM/keyprotect-go-client](https://github.com/IBM/keyprotect-go-client), [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) and [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2).


Updates `github.com/IBM/keyprotect-go-client` from 0.14.1 to 0.14.2
- [Release notes](https://github.com/IBM/keyprotect-go-client/releases)
- [Changelog](https://github.com/IBM/keyprotect-go-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/IBM/keyprotect-go-client/compare/v0.14.1...v0.14.2)

Updates `github.com/aws/aws-sdk-go` from 1.54.6 to 1.54.12
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.54.6...v1.54.12)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.29.1 to 1.30.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.29.1...v1.30.1)

---
updated-dependencies:
- dependency-name: github.com/IBM/keyprotect-go-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 13:28:12 +00:00
..
auth rebase: bump the github-dependencies group with 2 updates 2023-11-21 09:06:47 +00:00
context rebase: bump github.com/aws/aws-sdk-go-v2/service/sts 2022-09-14 08:56:18 +00:00
document rbd: add aws-sts-metdata encryption type 2022-03-16 07:29:56 +00:00
encoding rebase: Bump github.com/aws/aws-sdk-go-v2/service/sts 2023-08-01 13:50:10 +00:00
endpoints rebase: Bump github.com/aws/aws-sdk-go-v2/service/sts 2023-08-01 13:50:10 +00:00
internal/sync/singleflight rebase: bump github.com/aws/aws-sdk-go-v2/service/sts 2022-09-14 08:56:18 +00:00
io rbd: add aws-sts-metdata encryption type 2022-03-16 07:29:56 +00:00
logging rbd: add aws-sts-metdata encryption type 2022-03-16 07:29:56 +00:00
middleware rbd: add aws-sts-metdata encryption type 2022-03-16 07:29:56 +00:00
ptr rbd: add aws-sts-metdata encryption type 2022-03-16 07:29:56 +00:00
rand rbd: add aws-sts-metdata encryption type 2022-03-16 07:29:56 +00:00
time rbd: add aws-sts-metdata encryption type 2022-03-16 07:29:56 +00:00
transport/http rebase: bump the github-dependencies group with 2 updates 2023-11-21 09:06:47 +00:00
.gitignore rebase: bump the github-dependencies group with 2 updates 2024-02-20 13:01:15 +00:00
.travis.yml rbd: add aws-sts-metdata encryption type 2022-03-16 07:29:56 +00:00
CHANGELOG.md rebase: Bump the github-dependencies group with 3 updates 2024-07-02 13:28:12 +00:00
CODE_OF_CONDUCT.md rbd: add aws-sts-metdata encryption type 2022-03-16 07:29:56 +00:00
CONTRIBUTING.md rbd: add aws-sts-metdata encryption type 2022-03-16 07:29:56 +00:00
doc.go rbd: add aws-sts-metdata encryption type 2022-03-16 07:29:56 +00:00
document.go rbd: add aws-sts-metdata encryption type 2022-03-16 07:29:56 +00:00
errors.go rbd: add aws-sts-metdata encryption type 2022-03-16 07:29:56 +00:00
go_module_metadata.go rebase: Bump the github-dependencies group with 3 updates 2024-07-02 13:28:12 +00:00
LICENSE rbd: add aws-sts-metdata encryption type 2022-03-16 07:29:56 +00:00
local-mod-replace.sh rbd: add aws-sts-metdata encryption type 2022-03-16 07:29:56 +00:00
Makefile rebase: bump the github-dependencies group with 2 updates 2024-02-20 13:01:15 +00:00
modman.toml rebase: bump the github-dependencies group with 2 updates 2024-02-27 08:36:05 +00:00
NOTICE rbd: add aws-sts-metdata encryption type 2022-03-16 07:29:56 +00:00
properties.go rebase: bump the github-dependencies group with 2 updates 2023-11-21 09:06:47 +00:00
README.md rebase: bump the github-dependencies group with 3 updates 2023-10-10 15:58:08 +00:00
validation.go rbd: add aws-sts-metdata encryption type 2022-03-16 07:29:56 +00:00

Smithy Go

Go Build StatusCodegen Build Status

Smithy code generators for Go.

WARNING: All interfaces are subject to change.

Can I use this?

In order to generate a usable smithy client you must provide a protocol definition, such as AWS restJson1, in order to generate transport mechanisms and serialization/deserialization code ("serde") accordingly.

The code generator does not currently support any protocols out of the box, therefore the useability of this project on its own is currently limited. Support for all AWS protocols exists in aws-sdk-go-v2. We are tracking the movement of those out of the SDK into smithy-go in #458, but there's currently no timeline for doing so.

License

This project is licensed under the Apache-2.0 License.