Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws/endpoints: Remove types used for exposing iteration types over partitions, regions, and service models. #512

Merged
merged 8 commits into from
Mar 20, 2020
4 changes: 3 additions & 1 deletion CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Breaking Change
---
* `aws/endpoints`: Several functions and types have been removed
* Removes `DecodeModel` and `DecodeModelOptions` from the package ([#509](https://github.com/aws/aws-sdk-go-v2/pull/509))
* Remove Region Constants, Partition Constants, and types use for exploring the endpoint data model ([#512](https://github.com/aws/aws-sdk-go-v2/pull/512))
* `service/s3/s3crypto`: Package and associated encryption/decryption clients have been removed from the SDK ([#511](https://github.com/aws/aws-sdk-go-v2/pull/511))
* `aws/endpoints`: Removes `DecodeModel` and `DecodeModelOptions` from the package ([#509](https://github.com/aws/aws-sdk-go-v2/pull/509))
* `aws/external`: Removes several export constants and types ([#508](https://github.com/aws/aws-sdk-go-v2/pull/508))
* No longer exports AWS environment constants used by the external environment configuration loader
* `DefaultSharedConfigProfile` is now defined an exported constant
Expand Down
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ all: generate unit
###################
# Code Generation #
###################
generate: cleanup-models gen-test gen-endpoints gen-services gen-external-asserts gen-tools
generate: cleanup-models gen-test gen-endpoints gen-services gen-external-asserts

gen-test: gen-protocol-test gen-codegen-test

Expand Down Expand Up @@ -55,9 +55,6 @@ gen-external-asserts:
@echo "Generating SDK external package implementor assertions"
go generate ./aws/external

gen-tools:
go generate -tags sdktool ./internal/awstesting/cmd/op_crawler/

cleanup-models:
@echo "Cleaning up stale model versions"
@./cleanup_models.sh
Expand Down
95 changes: 0 additions & 95 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading