Skip to content

Commit

Permalink
aws/endpoints: Remove types used for exposing iteration types over pa…
Browse files Browse the repository at this point in the history
…rtitions, regions, and service models. (aws#512)
  • Loading branch information
skmcgrail authored Mar 20, 2020
1 parent 465defe commit 917ce45
Show file tree
Hide file tree
Showing 18 changed files with 118 additions and 2,021 deletions.
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

0 comments on commit 917ce45

Please sign in to comment.