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

Sync models to pull in all OOB endpoints changes #2285

Merged
merged 3 commits into from
Sep 18, 2023

Conversation

isaiahvita
Copy link
Contributor

@isaiahvita isaiahvita commented Sep 15, 2023

Fulfills request to sync all endpoints changes in all service models. This PR includes all model updates, and all regenerated changes. Specifically these changes add smaller rulesets, removed non-unique regional endpoints, fixes FIPS and DualStack endpoints, and make region not required in SDK::Endpoint.

Additional breakfix to cognito-sync field.

Steps performed:

  1. pulled latest changes from aws-models
  2. run make sync-models
  3. run make generate
  4. run make unit
  5. run make integration
  6. manually performed the "semantic diff" recommendation that tested these changes against old endpoint tests

all steps above succeeded without error

@isaiahvita isaiahvita requested a review from a team as a code owner September 15, 2023 21:05
@@ -72,7 +72,7 @@ type ListDatasetsInput struct {
IdentityPoolId *string

// The maximum number of results to be returned.
MaxResults int32
MaxResults *int32
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idk why things like this are here. this is breaking. lets discuss this on monday

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These were expected for cognito-sync.

@isaiahvita isaiahvita merged commit f88cc72 into aws:main Sep 18, 2023
18 of 19 checks passed
@isaiahvita isaiahvita deleted the sync-models branch September 18, 2023 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants