Skip to content

Commit a8bbb1b

Browse files
authored
Update Partition::build doc to include RegionRegex as requirement (#148)
Update Partition::build doc to include RegionRegex as requirement
1 parent 6780fde commit a8bbb1b

File tree

1 file changed

+1
-0
lines changed
  • sdk/aws-endpoint/src/partition

1 file changed

+1
-0
lines changed

sdk/aws-endpoint/src/partition/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ impl Builder {
110110
/// Returns `None` if:
111111
/// - DefaultEndpoint is not set
112112
/// - DefaultEndpoint has an empty list of supported signature versions
113+
/// - RegionRegex is not set
113114
pub fn build(self) -> Option<Partition> {
114115
let default_endpoint = self.default_endpoint?;
115116
let endpoints = self.endpoints.into_iter().collect();

0 commit comments

Comments
 (0)