Skip to main content

aws_sdk_workspaces/config/
endpoint.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_smithy_runtime_api::client::endpoint::EndpointFuture;
3pub use ::aws_smithy_runtime_api::client::endpoint::SharedEndpointResolver;
4pub use ::aws_smithy_types::endpoint::Endpoint;
5
6/// Interceptor that tracks endpoint override business metric.
7#[derive(Debug, Default)]
8pub(crate) struct EndpointOverrideFeatureTrackerInterceptor;
9
10#[::aws_smithy_runtime_api::client::interceptors::dyn_dispatch_hint]
11impl ::aws_smithy_runtime_api::client::interceptors::Intercept for EndpointOverrideFeatureTrackerInterceptor {
12    fn name(&self) -> &'static str {
13        "EndpointOverrideFeatureTrackerInterceptor"
14    }
15
16    fn read_before_execution(
17        &self,
18        _context: &::aws_smithy_runtime_api::client::interceptors::context::BeforeSerializationInterceptorContextRef<'_>,
19        cfg: &mut ::aws_smithy_types::config_bag::ConfigBag,
20    ) -> ::std::result::Result<(), ::aws_smithy_runtime_api::box_error::BoxError> {
21        if cfg.load::<::aws_types::endpoint_config::EndpointUrl>().is_some() {
22            cfg.interceptor_state()
23                .store_append(::aws_runtime::sdk_feature::AwsSdkFeature::EndpointOverride);
24        }
25        ::std::result::Result::Ok(())
26    }
27}
28
29#[cfg(test)]
30mod test {
31
32    /// For region ap-northeast-1 with FIPS disabled and DualStack disabled
33    #[test]
34    fn test_1() {
35        let params = crate::config::endpoint::Params::builder()
36            .region("ap-northeast-1".to_string())
37            .use_fips(false)
38            .use_dual_stack(false)
39            .build()
40            .expect("invalid params");
41        let resolver = crate::config::endpoint::DefaultResolver::new();
42        let endpoint = resolver.resolve_endpoint(&params);
43        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.ap-northeast-1.amazonaws.com");
44        assert_eq!(
45            endpoint,
46            ::aws_smithy_types::endpoint::Endpoint::builder()
47                .url("https://workspaces.ap-northeast-1.amazonaws.com")
48                .build()
49        );
50    }
51
52    /// For region ap-northeast-2 with FIPS disabled and DualStack disabled
53    #[test]
54    fn test_2() {
55        let params = crate::config::endpoint::Params::builder()
56            .region("ap-northeast-2".to_string())
57            .use_fips(false)
58            .use_dual_stack(false)
59            .build()
60            .expect("invalid params");
61        let resolver = crate::config::endpoint::DefaultResolver::new();
62        let endpoint = resolver.resolve_endpoint(&params);
63        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.ap-northeast-2.amazonaws.com");
64        assert_eq!(
65            endpoint,
66            ::aws_smithy_types::endpoint::Endpoint::builder()
67                .url("https://workspaces.ap-northeast-2.amazonaws.com")
68                .build()
69        );
70    }
71
72    /// For region ap-south-1 with FIPS disabled and DualStack disabled
73    #[test]
74    fn test_3() {
75        let params = crate::config::endpoint::Params::builder()
76            .region("ap-south-1".to_string())
77            .use_fips(false)
78            .use_dual_stack(false)
79            .build()
80            .expect("invalid params");
81        let resolver = crate::config::endpoint::DefaultResolver::new();
82        let endpoint = resolver.resolve_endpoint(&params);
83        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.ap-south-1.amazonaws.com");
84        assert_eq!(
85            endpoint,
86            ::aws_smithy_types::endpoint::Endpoint::builder()
87                .url("https://workspaces.ap-south-1.amazonaws.com")
88                .build()
89        );
90    }
91
92    /// For region ap-southeast-1 with FIPS disabled and DualStack disabled
93    #[test]
94    fn test_4() {
95        let params = crate::config::endpoint::Params::builder()
96            .region("ap-southeast-1".to_string())
97            .use_fips(false)
98            .use_dual_stack(false)
99            .build()
100            .expect("invalid params");
101        let resolver = crate::config::endpoint::DefaultResolver::new();
102        let endpoint = resolver.resolve_endpoint(&params);
103        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.ap-southeast-1.amazonaws.com");
104        assert_eq!(
105            endpoint,
106            ::aws_smithy_types::endpoint::Endpoint::builder()
107                .url("https://workspaces.ap-southeast-1.amazonaws.com")
108                .build()
109        );
110    }
111
112    /// For region ap-southeast-2 with FIPS disabled and DualStack disabled
113    #[test]
114    fn test_5() {
115        let params = crate::config::endpoint::Params::builder()
116            .region("ap-southeast-2".to_string())
117            .use_fips(false)
118            .use_dual_stack(false)
119            .build()
120            .expect("invalid params");
121        let resolver = crate::config::endpoint::DefaultResolver::new();
122        let endpoint = resolver.resolve_endpoint(&params);
123        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.ap-southeast-2.amazonaws.com");
124        assert_eq!(
125            endpoint,
126            ::aws_smithy_types::endpoint::Endpoint::builder()
127                .url("https://workspaces.ap-southeast-2.amazonaws.com")
128                .build()
129        );
130    }
131
132    /// For region ca-central-1 with FIPS disabled and DualStack disabled
133    #[test]
134    fn test_6() {
135        let params = crate::config::endpoint::Params::builder()
136            .region("ca-central-1".to_string())
137            .use_fips(false)
138            .use_dual_stack(false)
139            .build()
140            .expect("invalid params");
141        let resolver = crate::config::endpoint::DefaultResolver::new();
142        let endpoint = resolver.resolve_endpoint(&params);
143        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.ca-central-1.amazonaws.com");
144        assert_eq!(
145            endpoint,
146            ::aws_smithy_types::endpoint::Endpoint::builder()
147                .url("https://workspaces.ca-central-1.amazonaws.com")
148                .build()
149        );
150    }
151
152    /// For region eu-central-1 with FIPS disabled and DualStack disabled
153    #[test]
154    fn test_7() {
155        let params = crate::config::endpoint::Params::builder()
156            .region("eu-central-1".to_string())
157            .use_fips(false)
158            .use_dual_stack(false)
159            .build()
160            .expect("invalid params");
161        let resolver = crate::config::endpoint::DefaultResolver::new();
162        let endpoint = resolver.resolve_endpoint(&params);
163        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.eu-central-1.amazonaws.com");
164        assert_eq!(
165            endpoint,
166            ::aws_smithy_types::endpoint::Endpoint::builder()
167                .url("https://workspaces.eu-central-1.amazonaws.com")
168                .build()
169        );
170    }
171
172    /// For region eu-west-1 with FIPS disabled and DualStack disabled
173    #[test]
174    fn test_8() {
175        let params = crate::config::endpoint::Params::builder()
176            .region("eu-west-1".to_string())
177            .use_fips(false)
178            .use_dual_stack(false)
179            .build()
180            .expect("invalid params");
181        let resolver = crate::config::endpoint::DefaultResolver::new();
182        let endpoint = resolver.resolve_endpoint(&params);
183        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.eu-west-1.amazonaws.com");
184        assert_eq!(
185            endpoint,
186            ::aws_smithy_types::endpoint::Endpoint::builder()
187                .url("https://workspaces.eu-west-1.amazonaws.com")
188                .build()
189        );
190    }
191
192    /// For region eu-west-2 with FIPS disabled and DualStack disabled
193    #[test]
194    fn test_9() {
195        let params = crate::config::endpoint::Params::builder()
196            .region("eu-west-2".to_string())
197            .use_fips(false)
198            .use_dual_stack(false)
199            .build()
200            .expect("invalid params");
201        let resolver = crate::config::endpoint::DefaultResolver::new();
202        let endpoint = resolver.resolve_endpoint(&params);
203        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.eu-west-2.amazonaws.com");
204        assert_eq!(
205            endpoint,
206            ::aws_smithy_types::endpoint::Endpoint::builder()
207                .url("https://workspaces.eu-west-2.amazonaws.com")
208                .build()
209        );
210    }
211
212    /// For region sa-east-1 with FIPS disabled and DualStack disabled
213    #[test]
214    fn test_10() {
215        let params = crate::config::endpoint::Params::builder()
216            .region("sa-east-1".to_string())
217            .use_fips(false)
218            .use_dual_stack(false)
219            .build()
220            .expect("invalid params");
221        let resolver = crate::config::endpoint::DefaultResolver::new();
222        let endpoint = resolver.resolve_endpoint(&params);
223        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.sa-east-1.amazonaws.com");
224        assert_eq!(
225            endpoint,
226            ::aws_smithy_types::endpoint::Endpoint::builder()
227                .url("https://workspaces.sa-east-1.amazonaws.com")
228                .build()
229        );
230    }
231
232    /// For region us-east-1 with FIPS disabled and DualStack disabled
233    #[test]
234    fn test_11() {
235        let params = crate::config::endpoint::Params::builder()
236            .region("us-east-1".to_string())
237            .use_fips(false)
238            .use_dual_stack(false)
239            .build()
240            .expect("invalid params");
241        let resolver = crate::config::endpoint::DefaultResolver::new();
242        let endpoint = resolver.resolve_endpoint(&params);
243        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.us-east-1.amazonaws.com");
244        assert_eq!(
245            endpoint,
246            ::aws_smithy_types::endpoint::Endpoint::builder()
247                .url("https://workspaces.us-east-1.amazonaws.com")
248                .build()
249        );
250    }
251
252    /// For region us-east-1 with FIPS enabled and DualStack disabled
253    #[test]
254    fn test_12() {
255        let params = crate::config::endpoint::Params::builder()
256            .region("us-east-1".to_string())
257            .use_fips(true)
258            .use_dual_stack(false)
259            .build()
260            .expect("invalid params");
261        let resolver = crate::config::endpoint::DefaultResolver::new();
262        let endpoint = resolver.resolve_endpoint(&params);
263        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces-fips.us-east-1.amazonaws.com");
264        assert_eq!(
265            endpoint,
266            ::aws_smithy_types::endpoint::Endpoint::builder()
267                .url("https://workspaces-fips.us-east-1.amazonaws.com")
268                .build()
269        );
270    }
271
272    /// For region us-west-2 with FIPS disabled and DualStack disabled
273    #[test]
274    fn test_13() {
275        let params = crate::config::endpoint::Params::builder()
276            .region("us-west-2".to_string())
277            .use_fips(false)
278            .use_dual_stack(false)
279            .build()
280            .expect("invalid params");
281        let resolver = crate::config::endpoint::DefaultResolver::new();
282        let endpoint = resolver.resolve_endpoint(&params);
283        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.us-west-2.amazonaws.com");
284        assert_eq!(
285            endpoint,
286            ::aws_smithy_types::endpoint::Endpoint::builder()
287                .url("https://workspaces.us-west-2.amazonaws.com")
288                .build()
289        );
290    }
291
292    /// For region us-west-2 with FIPS enabled and DualStack disabled
293    #[test]
294    fn test_14() {
295        let params = crate::config::endpoint::Params::builder()
296            .region("us-west-2".to_string())
297            .use_fips(true)
298            .use_dual_stack(false)
299            .build()
300            .expect("invalid params");
301        let resolver = crate::config::endpoint::DefaultResolver::new();
302        let endpoint = resolver.resolve_endpoint(&params);
303        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces-fips.us-west-2.amazonaws.com");
304        assert_eq!(
305            endpoint,
306            ::aws_smithy_types::endpoint::Endpoint::builder()
307                .url("https://workspaces-fips.us-west-2.amazonaws.com")
308                .build()
309        );
310    }
311
312    /// For region us-east-1 with FIPS enabled and DualStack enabled
313    #[test]
314    fn test_15() {
315        let params = crate::config::endpoint::Params::builder()
316            .region("us-east-1".to_string())
317            .use_fips(true)
318            .use_dual_stack(true)
319            .build()
320            .expect("invalid params");
321        let resolver = crate::config::endpoint::DefaultResolver::new();
322        let endpoint = resolver.resolve_endpoint(&params);
323        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces-fips.us-east-1.api.aws");
324        assert_eq!(
325            endpoint,
326            ::aws_smithy_types::endpoint::Endpoint::builder()
327                .url("https://workspaces-fips.us-east-1.api.aws")
328                .build()
329        );
330    }
331
332    /// For region us-east-1 with FIPS disabled and DualStack enabled
333    #[test]
334    fn test_16() {
335        let params = crate::config::endpoint::Params::builder()
336            .region("us-east-1".to_string())
337            .use_fips(false)
338            .use_dual_stack(true)
339            .build()
340            .expect("invalid params");
341        let resolver = crate::config::endpoint::DefaultResolver::new();
342        let endpoint = resolver.resolve_endpoint(&params);
343        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.us-east-1.api.aws");
344        assert_eq!(
345            endpoint,
346            ::aws_smithy_types::endpoint::Endpoint::builder()
347                .url("https://workspaces.us-east-1.api.aws")
348                .build()
349        );
350    }
351
352    /// For region cn-northwest-1 with FIPS disabled and DualStack disabled
353    #[test]
354    fn test_17() {
355        let params = crate::config::endpoint::Params::builder()
356            .region("cn-northwest-1".to_string())
357            .use_fips(false)
358            .use_dual_stack(false)
359            .build()
360            .expect("invalid params");
361        let resolver = crate::config::endpoint::DefaultResolver::new();
362        let endpoint = resolver.resolve_endpoint(&params);
363        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.cn-northwest-1.amazonaws.com.cn");
364        assert_eq!(
365            endpoint,
366            ::aws_smithy_types::endpoint::Endpoint::builder()
367                .url("https://workspaces.cn-northwest-1.amazonaws.com.cn")
368                .build()
369        );
370    }
371
372    /// For region cn-north-1 with FIPS enabled and DualStack enabled
373    #[test]
374    fn test_18() {
375        let params = crate::config::endpoint::Params::builder()
376            .region("cn-north-1".to_string())
377            .use_fips(true)
378            .use_dual_stack(true)
379            .build()
380            .expect("invalid params");
381        let resolver = crate::config::endpoint::DefaultResolver::new();
382        let endpoint = resolver.resolve_endpoint(&params);
383        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces-fips.cn-north-1.api.amazonwebservices.com.cn");
384        assert_eq!(
385            endpoint,
386            ::aws_smithy_types::endpoint::Endpoint::builder()
387                .url("https://workspaces-fips.cn-north-1.api.amazonwebservices.com.cn")
388                .build()
389        );
390    }
391
392    /// For region cn-north-1 with FIPS enabled and DualStack disabled
393    #[test]
394    fn test_19() {
395        let params = crate::config::endpoint::Params::builder()
396            .region("cn-north-1".to_string())
397            .use_fips(true)
398            .use_dual_stack(false)
399            .build()
400            .expect("invalid params");
401        let resolver = crate::config::endpoint::DefaultResolver::new();
402        let endpoint = resolver.resolve_endpoint(&params);
403        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces-fips.cn-north-1.amazonaws.com.cn");
404        assert_eq!(
405            endpoint,
406            ::aws_smithy_types::endpoint::Endpoint::builder()
407                .url("https://workspaces-fips.cn-north-1.amazonaws.com.cn")
408                .build()
409        );
410    }
411
412    /// For region cn-north-1 with FIPS disabled and DualStack enabled
413    #[test]
414    fn test_20() {
415        let params = crate::config::endpoint::Params::builder()
416            .region("cn-north-1".to_string())
417            .use_fips(false)
418            .use_dual_stack(true)
419            .build()
420            .expect("invalid params");
421        let resolver = crate::config::endpoint::DefaultResolver::new();
422        let endpoint = resolver.resolve_endpoint(&params);
423        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.cn-north-1.api.amazonwebservices.com.cn");
424        assert_eq!(
425            endpoint,
426            ::aws_smithy_types::endpoint::Endpoint::builder()
427                .url("https://workspaces.cn-north-1.api.amazonwebservices.com.cn")
428                .build()
429        );
430    }
431
432    /// For region cn-north-1 with FIPS disabled and DualStack disabled
433    #[test]
434    fn test_21() {
435        let params = crate::config::endpoint::Params::builder()
436            .region("cn-north-1".to_string())
437            .use_fips(false)
438            .use_dual_stack(false)
439            .build()
440            .expect("invalid params");
441        let resolver = crate::config::endpoint::DefaultResolver::new();
442        let endpoint = resolver.resolve_endpoint(&params);
443        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.cn-north-1.amazonaws.com.cn");
444        assert_eq!(
445            endpoint,
446            ::aws_smithy_types::endpoint::Endpoint::builder()
447                .url("https://workspaces.cn-north-1.amazonaws.com.cn")
448                .build()
449        );
450    }
451
452    /// For region us-gov-west-1 with FIPS disabled and DualStack disabled
453    #[test]
454    fn test_22() {
455        let params = crate::config::endpoint::Params::builder()
456            .region("us-gov-west-1".to_string())
457            .use_fips(false)
458            .use_dual_stack(false)
459            .build()
460            .expect("invalid params");
461        let resolver = crate::config::endpoint::DefaultResolver::new();
462        let endpoint = resolver.resolve_endpoint(&params);
463        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.us-gov-west-1.amazonaws.com");
464        assert_eq!(
465            endpoint,
466            ::aws_smithy_types::endpoint::Endpoint::builder()
467                .url("https://workspaces.us-gov-west-1.amazonaws.com")
468                .build()
469        );
470    }
471
472    /// For region us-gov-west-1 with FIPS enabled and DualStack disabled
473    #[test]
474    fn test_23() {
475        let params = crate::config::endpoint::Params::builder()
476            .region("us-gov-west-1".to_string())
477            .use_fips(true)
478            .use_dual_stack(false)
479            .build()
480            .expect("invalid params");
481        let resolver = crate::config::endpoint::DefaultResolver::new();
482        let endpoint = resolver.resolve_endpoint(&params);
483        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces-fips.us-gov-west-1.amazonaws.com");
484        assert_eq!(
485            endpoint,
486            ::aws_smithy_types::endpoint::Endpoint::builder()
487                .url("https://workspaces-fips.us-gov-west-1.amazonaws.com")
488                .build()
489        );
490    }
491
492    /// For region us-gov-east-1 with FIPS enabled and DualStack enabled
493    #[test]
494    fn test_24() {
495        let params = crate::config::endpoint::Params::builder()
496            .region("us-gov-east-1".to_string())
497            .use_fips(true)
498            .use_dual_stack(true)
499            .build()
500            .expect("invalid params");
501        let resolver = crate::config::endpoint::DefaultResolver::new();
502        let endpoint = resolver.resolve_endpoint(&params);
503        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces-fips.us-gov-east-1.api.aws");
504        assert_eq!(
505            endpoint,
506            ::aws_smithy_types::endpoint::Endpoint::builder()
507                .url("https://workspaces-fips.us-gov-east-1.api.aws")
508                .build()
509        );
510    }
511
512    /// For region us-gov-east-1 with FIPS enabled and DualStack disabled
513    #[test]
514    fn test_25() {
515        let params = crate::config::endpoint::Params::builder()
516            .region("us-gov-east-1".to_string())
517            .use_fips(true)
518            .use_dual_stack(false)
519            .build()
520            .expect("invalid params");
521        let resolver = crate::config::endpoint::DefaultResolver::new();
522        let endpoint = resolver.resolve_endpoint(&params);
523        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces-fips.us-gov-east-1.amazonaws.com");
524        assert_eq!(
525            endpoint,
526            ::aws_smithy_types::endpoint::Endpoint::builder()
527                .url("https://workspaces-fips.us-gov-east-1.amazonaws.com")
528                .build()
529        );
530    }
531
532    /// For region us-gov-east-1 with FIPS disabled and DualStack enabled
533    #[test]
534    fn test_26() {
535        let params = crate::config::endpoint::Params::builder()
536            .region("us-gov-east-1".to_string())
537            .use_fips(false)
538            .use_dual_stack(true)
539            .build()
540            .expect("invalid params");
541        let resolver = crate::config::endpoint::DefaultResolver::new();
542        let endpoint = resolver.resolve_endpoint(&params);
543        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.us-gov-east-1.api.aws");
544        assert_eq!(
545            endpoint,
546            ::aws_smithy_types::endpoint::Endpoint::builder()
547                .url("https://workspaces.us-gov-east-1.api.aws")
548                .build()
549        );
550    }
551
552    /// For region us-gov-east-1 with FIPS disabled and DualStack disabled
553    #[test]
554    fn test_27() {
555        let params = crate::config::endpoint::Params::builder()
556            .region("us-gov-east-1".to_string())
557            .use_fips(false)
558            .use_dual_stack(false)
559            .build()
560            .expect("invalid params");
561        let resolver = crate::config::endpoint::DefaultResolver::new();
562        let endpoint = resolver.resolve_endpoint(&params);
563        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.us-gov-east-1.amazonaws.com");
564        assert_eq!(
565            endpoint,
566            ::aws_smithy_types::endpoint::Endpoint::builder()
567                .url("https://workspaces.us-gov-east-1.amazonaws.com")
568                .build()
569        );
570    }
571
572    /// For region us-iso-east-1 with FIPS disabled and DualStack disabled
573    #[test]
574    fn test_28() {
575        let params = crate::config::endpoint::Params::builder()
576            .region("us-iso-east-1".to_string())
577            .use_fips(false)
578            .use_dual_stack(false)
579            .build()
580            .expect("invalid params");
581        let resolver = crate::config::endpoint::DefaultResolver::new();
582        let endpoint = resolver.resolve_endpoint(&params);
583        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.us-iso-east-1.c2s.ic.gov");
584        assert_eq!(
585            endpoint,
586            ::aws_smithy_types::endpoint::Endpoint::builder()
587                .url("https://workspaces.us-iso-east-1.c2s.ic.gov")
588                .build()
589        );
590    }
591
592    /// For region us-iso-east-1 with FIPS enabled and DualStack disabled
593    #[test]
594    fn test_29() {
595        let params = crate::config::endpoint::Params::builder()
596            .region("us-iso-east-1".to_string())
597            .use_fips(true)
598            .use_dual_stack(false)
599            .build()
600            .expect("invalid params");
601        let resolver = crate::config::endpoint::DefaultResolver::new();
602        let endpoint = resolver.resolve_endpoint(&params);
603        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces-fips.us-iso-east-1.c2s.ic.gov");
604        assert_eq!(
605            endpoint,
606            ::aws_smithy_types::endpoint::Endpoint::builder()
607                .url("https://workspaces-fips.us-iso-east-1.c2s.ic.gov")
608                .build()
609        );
610    }
611
612    /// For region us-isob-east-1 with FIPS disabled and DualStack disabled
613    #[test]
614    fn test_30() {
615        let params = crate::config::endpoint::Params::builder()
616            .region("us-isob-east-1".to_string())
617            .use_fips(false)
618            .use_dual_stack(false)
619            .build()
620            .expect("invalid params");
621        let resolver = crate::config::endpoint::DefaultResolver::new();
622        let endpoint = resolver.resolve_endpoint(&params);
623        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces.us-isob-east-1.sc2s.sgov.gov");
624        assert_eq!(
625            endpoint,
626            ::aws_smithy_types::endpoint::Endpoint::builder()
627                .url("https://workspaces.us-isob-east-1.sc2s.sgov.gov")
628                .build()
629        );
630    }
631
632    /// For region us-isob-east-1 with FIPS enabled and DualStack disabled
633    #[test]
634    fn test_31() {
635        let params = crate::config::endpoint::Params::builder()
636            .region("us-isob-east-1".to_string())
637            .use_fips(true)
638            .use_dual_stack(false)
639            .build()
640            .expect("invalid params");
641        let resolver = crate::config::endpoint::DefaultResolver::new();
642        let endpoint = resolver.resolve_endpoint(&params);
643        let endpoint = endpoint.expect("Expected valid endpoint: https://workspaces-fips.us-isob-east-1.sc2s.sgov.gov");
644        assert_eq!(
645            endpoint,
646            ::aws_smithy_types::endpoint::Endpoint::builder()
647                .url("https://workspaces-fips.us-isob-east-1.sc2s.sgov.gov")
648                .build()
649        );
650    }
651
652    /// For custom endpoint with region set and fips disabled and dualstack disabled
653    #[test]
654    fn test_32() {
655        let params = crate::config::endpoint::Params::builder()
656            .region("us-east-1".to_string())
657            .use_fips(false)
658            .use_dual_stack(false)
659            .endpoint("https://example.com".to_string())
660            .build()
661            .expect("invalid params");
662        let resolver = crate::config::endpoint::DefaultResolver::new();
663        let endpoint = resolver.resolve_endpoint(&params);
664        let endpoint = endpoint.expect("Expected valid endpoint: https://example.com");
665        assert_eq!(
666            endpoint,
667            ::aws_smithy_types::endpoint::Endpoint::builder().url("https://example.com").build()
668        );
669    }
670
671    /// For custom endpoint with region not set and fips disabled and dualstack disabled
672    #[test]
673    fn test_33() {
674        let params = crate::config::endpoint::Params::builder()
675            .use_fips(false)
676            .use_dual_stack(false)
677            .endpoint("https://example.com".to_string())
678            .build()
679            .expect("invalid params");
680        let resolver = crate::config::endpoint::DefaultResolver::new();
681        let endpoint = resolver.resolve_endpoint(&params);
682        let endpoint = endpoint.expect("Expected valid endpoint: https://example.com");
683        assert_eq!(
684            endpoint,
685            ::aws_smithy_types::endpoint::Endpoint::builder().url("https://example.com").build()
686        );
687    }
688
689    /// For custom endpoint with fips enabled and dualstack disabled
690    #[test]
691    fn test_34() {
692        let params = crate::config::endpoint::Params::builder()
693            .region("us-east-1".to_string())
694            .use_fips(true)
695            .use_dual_stack(false)
696            .endpoint("https://example.com".to_string())
697            .build()
698            .expect("invalid params");
699        let resolver = crate::config::endpoint::DefaultResolver::new();
700        let endpoint = resolver.resolve_endpoint(&params);
701        let error = endpoint.expect_err("expected error: Invalid Configuration: FIPS and custom endpoint are not supported [For custom endpoint with fips enabled and dualstack disabled]");
702        assert_eq!(format!("{}", error), "Invalid Configuration: FIPS and custom endpoint are not supported")
703    }
704
705    /// For custom endpoint with fips disabled and dualstack enabled
706    #[test]
707    fn test_35() {
708        let params = crate::config::endpoint::Params::builder()
709            .region("us-east-1".to_string())
710            .use_fips(false)
711            .use_dual_stack(true)
712            .endpoint("https://example.com".to_string())
713            .build()
714            .expect("invalid params");
715        let resolver = crate::config::endpoint::DefaultResolver::new();
716        let endpoint = resolver.resolve_endpoint(&params);
717        let error = endpoint.expect_err("expected error: Invalid Configuration: Dualstack and custom endpoint are not supported [For custom endpoint with fips disabled and dualstack enabled]");
718        assert_eq!(
719            format!("{}", error),
720            "Invalid Configuration: Dualstack and custom endpoint are not supported"
721        )
722    }
723
724    /// Missing region
725    #[test]
726    fn test_36() {
727        let params = crate::config::endpoint::Params::builder().build().expect("invalid params");
728        let resolver = crate::config::endpoint::DefaultResolver::new();
729        let endpoint = resolver.resolve_endpoint(&params);
730        let error = endpoint.expect_err("expected error: Invalid Configuration: Missing Region [Missing region]");
731        assert_eq!(format!("{}", error), "Invalid Configuration: Missing Region")
732    }
733}
734
735/// Endpoint resolver trait specific to Amazon WorkSpaces
736pub trait ResolveEndpoint: ::std::marker::Send + ::std::marker::Sync + ::std::fmt::Debug {
737    /// Resolve an endpoint with the given parameters
738    fn resolve_endpoint<'a>(&'a self, params: &'a crate::config::endpoint::Params) -> ::aws_smithy_runtime_api::client::endpoint::EndpointFuture<'a>;
739
740    /// Convert this service-specific resolver into a `SharedEndpointResolver`
741    ///
742    /// The resulting resolver will downcast `EndpointResolverParams` into `crate::config::endpoint::Params`.
743    fn into_shared_resolver(self) -> ::aws_smithy_runtime_api::client::endpoint::SharedEndpointResolver
744    where
745        Self: Sized + 'static,
746    {
747        ::aws_smithy_runtime_api::client::endpoint::SharedEndpointResolver::new(DowncastParams(self))
748    }
749}
750
751#[derive(Debug)]
752struct DowncastParams<T>(T);
753impl<T> ::aws_smithy_runtime_api::client::endpoint::ResolveEndpoint for DowncastParams<T>
754where
755    T: ResolveEndpoint,
756{
757    fn resolve_endpoint<'a>(
758        &'a self,
759        params: &'a ::aws_smithy_runtime_api::client::endpoint::EndpointResolverParams,
760    ) -> ::aws_smithy_runtime_api::client::endpoint::EndpointFuture<'a> {
761        let ep = match params.get::<crate::config::endpoint::Params>() {
762            Some(params) => self.0.resolve_endpoint(params),
763            None => ::aws_smithy_runtime_api::client::endpoint::EndpointFuture::ready(Err("params of expected type was not present".into())),
764        };
765        ep
766    }
767}
768
769/// The default endpoint resolver
770#[derive(Debug, Default)]
771pub struct DefaultResolver {
772    partition_resolver: crate::endpoint_lib::partition::PartitionResolver,
773}
774
775impl DefaultResolver {
776    /// Create a new endpoint resolver with default settings
777    pub fn new() -> Self {
778        Self {
779            partition_resolver: crate::endpoint_lib::DEFAULT_PARTITION_RESOLVER.clone(),
780        }
781    }
782
783    fn resolve_endpoint(
784        &self,
785        params: &crate::config::endpoint::Params,
786    ) -> ::std::result::Result<::aws_smithy_types::endpoint::Endpoint, ::aws_smithy_runtime_api::box_error::BoxError> {
787        let mut diagnostic_collector = crate::endpoint_lib::diagnostic::DiagnosticCollector::new();
788        Ok(
789            crate::config::endpoint::internals::resolve_endpoint(params, &mut diagnostic_collector, &self.partition_resolver)
790                .map_err(|err| err.with_source(diagnostic_collector.take_last_error()))?,
791        )
792    }
793}
794
795impl crate::config::endpoint::ResolveEndpoint for DefaultResolver {
796    fn resolve_endpoint(&self, params: &crate::config::endpoint::Params) -> ::aws_smithy_runtime_api::client::endpoint::EndpointFuture<'_> {
797        ::aws_smithy_runtime_api::client::endpoint::EndpointFuture::ready(self.resolve_endpoint(params))
798    }
799}
800
801#[non_exhaustive]
802#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
803/// Configuration parameters for resolving the correct endpoint
804pub struct Params {
805    /// The AWS region used to dispatch the request.
806    pub(crate) region: ::std::option::Option<::std::string::String>,
807    /// When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
808    pub(crate) use_dual_stack: bool,
809    /// When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
810    pub(crate) use_fips: bool,
811    /// Override the endpoint used to send this request
812    pub(crate) endpoint: ::std::option::Option<::std::string::String>,
813}
814impl Params {
815    /// Create a builder for [`Params`]
816    pub fn builder() -> crate::config::endpoint::ParamsBuilder {
817        crate::config::endpoint::ParamsBuilder::default()
818    }
819    /// The AWS region used to dispatch the request.
820    pub fn region(&self) -> ::std::option::Option<&str> {
821        self.region.as_deref()
822    }
823    /// When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
824    pub fn use_dual_stack(&self) -> ::std::option::Option<bool> {
825        Some(self.use_dual_stack)
826    }
827    /// When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
828    pub fn use_fips(&self) -> ::std::option::Option<bool> {
829        Some(self.use_fips)
830    }
831    /// Override the endpoint used to send this request
832    pub fn endpoint(&self) -> ::std::option::Option<&str> {
833        self.endpoint.as_deref()
834    }
835}
836
837/// Builder for [`Params`]
838#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
839pub struct ParamsBuilder {
840    region: ::std::option::Option<::std::string::String>,
841    use_dual_stack: ::std::option::Option<bool>,
842    use_fips: ::std::option::Option<bool>,
843    endpoint: ::std::option::Option<::std::string::String>,
844}
845impl ParamsBuilder {
846    /// Consume this builder, creating [`Params`].
847    pub fn build(self) -> ::std::result::Result<crate::config::endpoint::Params, crate::config::endpoint::InvalidParams> {
848        if let Some(region) = &self.region {
849            if !crate::endpoint_lib::host::is_valid_host_label(
850                region.as_ref() as &str,
851                true,
852                &mut crate::endpoint_lib::diagnostic::DiagnosticCollector::new(),
853            ) {
854                return Err(crate::config::endpoint::InvalidParams::invalid_value(
855                    "region",
856                    "must be a valid host label",
857                ));
858            }
859        };
860        Ok(
861            #[allow(clippy::unnecessary_lazy_evaluations)]
862            crate::config::endpoint::Params {
863                region: self.region,
864                use_dual_stack: self
865                    .use_dual_stack
866                    .or_else(|| Some(false))
867                    .ok_or_else(|| crate::config::endpoint::InvalidParams::missing("use_dual_stack"))?,
868                use_fips: self
869                    .use_fips
870                    .or_else(|| Some(false))
871                    .ok_or_else(|| crate::config::endpoint::InvalidParams::missing("use_fips"))?,
872                endpoint: self.endpoint,
873            },
874        )
875    }
876    /// Sets the value for region
877    ///
878    /// The AWS region used to dispatch the request.
879    pub fn region(mut self, value: impl Into<::std::string::String>) -> Self {
880        self.region = Some(value.into());
881        self
882    }
883
884    /// Sets the value for region
885    ///
886    /// The AWS region used to dispatch the request.
887    pub fn set_region(mut self, param: Option<::std::string::String>) -> Self {
888        self.region = param;
889        self
890    }
891    /// Sets the value for use_dual_stack
892    ///
893    /// When unset, this parameter has a default value of `false`.
894    /// When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
895    pub fn use_dual_stack(mut self, value: impl Into<bool>) -> Self {
896        self.use_dual_stack = Some(value.into());
897        self
898    }
899
900    /// Sets the value for use_dual_stack
901    ///
902    /// When unset, this parameter has a default value of `false`.
903    /// When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
904    pub fn set_use_dual_stack(mut self, param: Option<bool>) -> Self {
905        self.use_dual_stack = param;
906        self
907    }
908    /// Sets the value for use_fips
909    ///
910    /// When unset, this parameter has a default value of `false`.
911    /// When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
912    pub fn use_fips(mut self, value: impl Into<bool>) -> Self {
913        self.use_fips = Some(value.into());
914        self
915    }
916
917    /// Sets the value for use_fips
918    ///
919    /// When unset, this parameter has a default value of `false`.
920    /// When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
921    pub fn set_use_fips(mut self, param: Option<bool>) -> Self {
922        self.use_fips = param;
923        self
924    }
925    /// Sets the value for endpoint
926    ///
927    /// Override the endpoint used to send this request
928    pub fn endpoint(mut self, value: impl Into<::std::string::String>) -> Self {
929        self.endpoint = Some(value.into());
930        self
931    }
932
933    /// Sets the value for endpoint
934    ///
935    /// Override the endpoint used to send this request
936    pub fn set_endpoint(mut self, param: Option<::std::string::String>) -> Self {
937        self.endpoint = param;
938        self
939    }
940}
941
942/// An error that occurred during endpoint resolution
943#[derive(Debug)]
944pub struct InvalidParams {
945    field: std::borrow::Cow<'static, str>,
946    kind: InvalidParamsErrorKind,
947}
948
949/// The kind of invalid parameter error
950#[derive(Debug)]
951enum InvalidParamsErrorKind {
952    MissingField,
953    InvalidValue { message: &'static str },
954}
955
956impl InvalidParams {
957    #[allow(dead_code)]
958    fn missing(field: &'static str) -> Self {
959        Self {
960            field: field.into(),
961            kind: InvalidParamsErrorKind::MissingField,
962        }
963    }
964
965    #[allow(dead_code)]
966    fn invalid_value(field: &'static str, message: &'static str) -> Self {
967        Self {
968            field: field.into(),
969            kind: InvalidParamsErrorKind::InvalidValue { message },
970        }
971    }
972}
973
974impl std::fmt::Display for InvalidParams {
975    fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
976        match self.kind {
977            InvalidParamsErrorKind::MissingField => write!(f, "a required field was missing: `{}`", self.field),
978            InvalidParamsErrorKind::InvalidValue { message } => write!(f, "invalid value for field: `{}` - {}", self.field, message),
979        }
980    }
981}
982
983impl std::error::Error for InvalidParams {}
984
985mod internals;