VictoriaMetrics/vendor/github.com/aws/smithy-go
2024-07-03 00:00:23 +02:00
..
auth vendor: run make vendor-update 2023-11-16 20:21:16 +01:00
container/private/cache vendor: run make vendor-update 2023-12-11 10:48:47 +02:00
context
document
encoding vendor: run make vendor-update 2023-08-11 08:38:36 -07:00
endpoints vendor: run make vendor-update 2023-12-11 10:48:47 +02:00
internal/sync/singleflight
io
logging
middleware
private/requestcompression vendor: run make vendor-update 2023-12-11 10:48:47 +02:00
ptr
rand
sync
time
transport/http vendor: run make vendor-update 2023-11-16 20:21:16 +01:00
waiter
.gitignore vendor: run make vendor-update 2024-02-14 15:45:05 +02:00
.travis.yml
CHANGELOG.md vendor: run make vendor-update 2024-07-03 00:00:23 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
doc.go
document.go
errors.go
go_module_metadata.go vendor: run make vendor-update 2024-07-03 00:00:23 +02:00
LICENSE
local-mod-replace.sh
Makefile vendor: run make vendor-update 2024-02-14 15:45:05 +02:00
modman.toml vendor: run make vendor-update 2024-02-24 03:23:56 +02:00
NOTICE
properties.go vendor: run make vendor-update 2023-11-16 20:21:16 +01:00
README.md vendor: run make vendor-update 2023-10-16 14:33:16 +02:00
validation.go

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.