-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Endpoint resolution v2: builtin parameter values (#2759)
* EndpointsResolverv2 builtins * test coverage for ClientArgsCreator._should_set_global_sts_endpoint * unit tests for endpoint resolver v2 builtins value lookup * add typing information for EndpointResolverBuiltins * PR review code style suggestions * remove tests for _should_set_global_sts_endpoint * rename to "compute_endpoint_resolver_builtin_defaults" * refactor tests to avoid mocking private methods * remove duplicate import * cannot request fips or dualstack if SDK::Endpoint is set * remove incorrect enum type annotations
- Loading branch information
Showing
3 changed files
with
325 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.