1// Package endpoints contains the models for endpoints that should be used
2// to generate endpoint definition files for the SDK.
3package endpoints
4
5//go:generate go run -tags codegen ../../private/model/cli/gen-endpoints/main.go -model ./endpoints.json -out ../../aws/endpoints/defaults.go
6//go:generate gofmt -s -w ../../aws/endpoints
7