Skip to main content

aws_sdk_computeoptimizer/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://compute-optimizer.ap-northeast-1.amazonaws.com");
44        assert_eq!(
45            endpoint,
46            ::aws_smithy_types::endpoint::Endpoint::builder()
47                .url("https://compute-optimizer.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://compute-optimizer.ap-northeast-2.amazonaws.com");
64        assert_eq!(
65            endpoint,
66            ::aws_smithy_types::endpoint::Endpoint::builder()
67                .url("https://compute-optimizer.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://compute-optimizer.ap-south-1.amazonaws.com");
84        assert_eq!(
85            endpoint,
86            ::aws_smithy_types::endpoint::Endpoint::builder()
87                .url("https://compute-optimizer.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://compute-optimizer.ap-southeast-1.amazonaws.com");
104        assert_eq!(
105            endpoint,
106            ::aws_smithy_types::endpoint::Endpoint::builder()
107                .url("https://compute-optimizer.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://compute-optimizer.ap-southeast-2.amazonaws.com");
124        assert_eq!(
125            endpoint,
126            ::aws_smithy_types::endpoint::Endpoint::builder()
127                .url("https://compute-optimizer.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://compute-optimizer.ca-central-1.amazonaws.com");
144        assert_eq!(
145            endpoint,
146            ::aws_smithy_types::endpoint::Endpoint::builder()
147                .url("https://compute-optimizer.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://compute-optimizer.eu-central-1.amazonaws.com");
164        assert_eq!(
165            endpoint,
166            ::aws_smithy_types::endpoint::Endpoint::builder()
167                .url("https://compute-optimizer.eu-central-1.amazonaws.com")
168                .build()
169        );
170    }
171
172    /// For region eu-north-1 with FIPS disabled and DualStack disabled
173    #[test]
174    fn test_8() {
175        let params = crate::config::endpoint::Params::builder()
176            .region("eu-north-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://compute-optimizer.eu-north-1.amazonaws.com");
184        assert_eq!(
185            endpoint,
186            ::aws_smithy_types::endpoint::Endpoint::builder()
187                .url("https://compute-optimizer.eu-north-1.amazonaws.com")
188                .build()
189        );
190    }
191
192    /// For region eu-west-1 with FIPS disabled and DualStack disabled
193    #[test]
194    fn test_9() {
195        let params = crate::config::endpoint::Params::builder()
196            .region("eu-west-1".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://compute-optimizer.eu-west-1.amazonaws.com");
204        assert_eq!(
205            endpoint,
206            ::aws_smithy_types::endpoint::Endpoint::builder()
207                .url("https://compute-optimizer.eu-west-1.amazonaws.com")
208                .build()
209        );
210    }
211
212    /// For region eu-west-2 with FIPS disabled and DualStack disabled
213    #[test]
214    fn test_10() {
215        let params = crate::config::endpoint::Params::builder()
216            .region("eu-west-2".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://compute-optimizer.eu-west-2.amazonaws.com");
224        assert_eq!(
225            endpoint,
226            ::aws_smithy_types::endpoint::Endpoint::builder()
227                .url("https://compute-optimizer.eu-west-2.amazonaws.com")
228                .build()
229        );
230    }
231
232    /// For region eu-west-3 with FIPS disabled and DualStack disabled
233    #[test]
234    fn test_11() {
235        let params = crate::config::endpoint::Params::builder()
236            .region("eu-west-3".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://compute-optimizer.eu-west-3.amazonaws.com");
244        assert_eq!(
245            endpoint,
246            ::aws_smithy_types::endpoint::Endpoint::builder()
247                .url("https://compute-optimizer.eu-west-3.amazonaws.com")
248                .build()
249        );
250    }
251
252    /// For region sa-east-1 with FIPS disabled and DualStack disabled
253    #[test]
254    fn test_12() {
255        let params = crate::config::endpoint::Params::builder()
256            .region("sa-east-1".to_string())
257            .use_fips(false)
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://compute-optimizer.sa-east-1.amazonaws.com");
264        assert_eq!(
265            endpoint,
266            ::aws_smithy_types::endpoint::Endpoint::builder()
267                .url("https://compute-optimizer.sa-east-1.amazonaws.com")
268                .build()
269        );
270    }
271
272    /// For region us-east-1 with FIPS disabled and DualStack disabled
273    #[test]
274    fn test_13() {
275        let params = crate::config::endpoint::Params::builder()
276            .region("us-east-1".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://compute-optimizer.us-east-1.amazonaws.com");
284        assert_eq!(
285            endpoint,
286            ::aws_smithy_types::endpoint::Endpoint::builder()
287                .url("https://compute-optimizer.us-east-1.amazonaws.com")
288                .build()
289        );
290    }
291
292    /// For region us-east-2 with FIPS disabled and DualStack disabled
293    #[test]
294    fn test_14() {
295        let params = crate::config::endpoint::Params::builder()
296            .region("us-east-2".to_string())
297            .use_fips(false)
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://compute-optimizer.us-east-2.amazonaws.com");
304        assert_eq!(
305            endpoint,
306            ::aws_smithy_types::endpoint::Endpoint::builder()
307                .url("https://compute-optimizer.us-east-2.amazonaws.com")
308                .build()
309        );
310    }
311
312    /// For region us-west-1 with FIPS disabled and DualStack disabled
313    #[test]
314    fn test_15() {
315        let params = crate::config::endpoint::Params::builder()
316            .region("us-west-1".to_string())
317            .use_fips(false)
318            .use_dual_stack(false)
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://compute-optimizer.us-west-1.amazonaws.com");
324        assert_eq!(
325            endpoint,
326            ::aws_smithy_types::endpoint::Endpoint::builder()
327                .url("https://compute-optimizer.us-west-1.amazonaws.com")
328                .build()
329        );
330    }
331
332    /// For region us-west-2 with FIPS disabled and DualStack disabled
333    #[test]
334    fn test_16() {
335        let params = crate::config::endpoint::Params::builder()
336            .region("us-west-2".to_string())
337            .use_fips(false)
338            .use_dual_stack(false)
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://compute-optimizer.us-west-2.amazonaws.com");
344        assert_eq!(
345            endpoint,
346            ::aws_smithy_types::endpoint::Endpoint::builder()
347                .url("https://compute-optimizer.us-west-2.amazonaws.com")
348                .build()
349        );
350    }
351
352    /// For region us-east-1 with FIPS enabled and DualStack enabled
353    #[test]
354    fn test_17() {
355        let params = crate::config::endpoint::Params::builder()
356            .region("us-east-1".to_string())
357            .use_fips(true)
358            .use_dual_stack(true)
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://compute-optimizer-fips.us-east-1.api.aws");
364        assert_eq!(
365            endpoint,
366            ::aws_smithy_types::endpoint::Endpoint::builder()
367                .url("https://compute-optimizer-fips.us-east-1.api.aws")
368                .build()
369        );
370    }
371
372    /// For region us-east-1 with FIPS enabled and DualStack disabled
373    #[test]
374    fn test_18() {
375        let params = crate::config::endpoint::Params::builder()
376            .region("us-east-1".to_string())
377            .use_fips(true)
378            .use_dual_stack(false)
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://compute-optimizer-fips.us-east-1.amazonaws.com");
384        assert_eq!(
385            endpoint,
386            ::aws_smithy_types::endpoint::Endpoint::builder()
387                .url("https://compute-optimizer-fips.us-east-1.amazonaws.com")
388                .build()
389        );
390    }
391
392    /// For region us-east-1 with FIPS disabled and DualStack enabled
393    #[test]
394    fn test_19() {
395        let params = crate::config::endpoint::Params::builder()
396            .region("us-east-1".to_string())
397            .use_fips(false)
398            .use_dual_stack(true)
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://compute-optimizer.us-east-1.api.aws");
404        assert_eq!(
405            endpoint,
406            ::aws_smithy_types::endpoint::Endpoint::builder()
407                .url("https://compute-optimizer.us-east-1.api.aws")
408                .build()
409        );
410    }
411
412    /// For region cn-north-1 with FIPS disabled and DualStack disabled
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(false)
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://compute-optimizer.cn-north-1.amazonaws.com.cn");
424        assert_eq!(
425            endpoint,
426            ::aws_smithy_types::endpoint::Endpoint::builder()
427                .url("https://compute-optimizer.cn-north-1.amazonaws.com.cn")
428                .build()
429        );
430    }
431
432    /// For region cn-northwest-1 with FIPS disabled and DualStack disabled
433    #[test]
434    fn test_21() {
435        let params = crate::config::endpoint::Params::builder()
436            .region("cn-northwest-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://compute-optimizer.cn-northwest-1.amazonaws.com.cn");
444        assert_eq!(
445            endpoint,
446            ::aws_smithy_types::endpoint::Endpoint::builder()
447                .url("https://compute-optimizer.cn-northwest-1.amazonaws.com.cn")
448                .build()
449        );
450    }
451
452    /// For region cn-north-1 with FIPS enabled and DualStack enabled
453    #[test]
454    fn test_22() {
455        let params = crate::config::endpoint::Params::builder()
456            .region("cn-north-1".to_string())
457            .use_fips(true)
458            .use_dual_stack(true)
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://compute-optimizer-fips.cn-north-1.api.amazonwebservices.com.cn");
464        assert_eq!(
465            endpoint,
466            ::aws_smithy_types::endpoint::Endpoint::builder()
467                .url("https://compute-optimizer-fips.cn-north-1.api.amazonwebservices.com.cn")
468                .build()
469        );
470    }
471
472    /// For region cn-north-1 with FIPS enabled and DualStack disabled
473    #[test]
474    fn test_23() {
475        let params = crate::config::endpoint::Params::builder()
476            .region("cn-north-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://compute-optimizer-fips.cn-north-1.amazonaws.com.cn");
484        assert_eq!(
485            endpoint,
486            ::aws_smithy_types::endpoint::Endpoint::builder()
487                .url("https://compute-optimizer-fips.cn-north-1.amazonaws.com.cn")
488                .build()
489        );
490    }
491
492    /// For region cn-north-1 with FIPS disabled and DualStack enabled
493    #[test]
494    fn test_24() {
495        let params = crate::config::endpoint::Params::builder()
496            .region("cn-north-1".to_string())
497            .use_fips(false)
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://compute-optimizer.cn-north-1.api.amazonwebservices.com.cn");
504        assert_eq!(
505            endpoint,
506            ::aws_smithy_types::endpoint::Endpoint::builder()
507                .url("https://compute-optimizer.cn-north-1.api.amazonwebservices.com.cn")
508                .build()
509        );
510    }
511
512    /// For region us-gov-east-1 with FIPS enabled and DualStack enabled
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(true)
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://compute-optimizer-fips.us-gov-east-1.api.aws");
524        assert_eq!(
525            endpoint,
526            ::aws_smithy_types::endpoint::Endpoint::builder()
527                .url("https://compute-optimizer-fips.us-gov-east-1.api.aws")
528                .build()
529        );
530    }
531
532    /// For region us-gov-east-1 with FIPS enabled and DualStack disabled
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(true)
538            .use_dual_stack(false)
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://compute-optimizer-fips.us-gov-east-1.amazonaws.com");
544        assert_eq!(
545            endpoint,
546            ::aws_smithy_types::endpoint::Endpoint::builder()
547                .url("https://compute-optimizer-fips.us-gov-east-1.amazonaws.com")
548                .build()
549        );
550    }
551
552    /// For region us-gov-east-1 with FIPS disabled and DualStack enabled
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(true)
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://compute-optimizer.us-gov-east-1.api.aws");
564        assert_eq!(
565            endpoint,
566            ::aws_smithy_types::endpoint::Endpoint::builder()
567                .url("https://compute-optimizer.us-gov-east-1.api.aws")
568                .build()
569        );
570    }
571
572    /// For region us-gov-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-gov-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://compute-optimizer.us-gov-east-1.amazonaws.com");
584        assert_eq!(
585            endpoint,
586            ::aws_smithy_types::endpoint::Endpoint::builder()
587                .url("https://compute-optimizer.us-gov-east-1.amazonaws.com")
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://compute-optimizer-fips.us-iso-east-1.c2s.ic.gov");
604        assert_eq!(
605            endpoint,
606            ::aws_smithy_types::endpoint::Endpoint::builder()
607                .url("https://compute-optimizer-fips.us-iso-east-1.c2s.ic.gov")
608                .build()
609        );
610    }
611
612    /// For region us-iso-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-iso-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://compute-optimizer.us-iso-east-1.c2s.ic.gov");
624        assert_eq!(
625            endpoint,
626            ::aws_smithy_types::endpoint::Endpoint::builder()
627                .url("https://compute-optimizer.us-iso-east-1.c2s.ic.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://compute-optimizer-fips.us-isob-east-1.sc2s.sgov.gov");
644        assert_eq!(
645            endpoint,
646            ::aws_smithy_types::endpoint::Endpoint::builder()
647                .url("https://compute-optimizer-fips.us-isob-east-1.sc2s.sgov.gov")
648                .build()
649        );
650    }
651
652    /// For region us-isob-east-1 with FIPS disabled and DualStack disabled
653    #[test]
654    fn test_32() {
655        let params = crate::config::endpoint::Params::builder()
656            .region("us-isob-east-1".to_string())
657            .use_fips(false)
658            .use_dual_stack(false)
659            .build()
660            .expect("invalid params");
661        let resolver = crate::config::endpoint::DefaultResolver::new();
662        let endpoint = resolver.resolve_endpoint(&params);
663        let endpoint = endpoint.expect("Expected valid endpoint: https://compute-optimizer.us-isob-east-1.sc2s.sgov.gov");
664        assert_eq!(
665            endpoint,
666            ::aws_smithy_types::endpoint::Endpoint::builder()
667                .url("https://compute-optimizer.us-isob-east-1.sc2s.sgov.gov")
668                .build()
669        );
670    }
671
672    /// For custom endpoint with region set and fips disabled and dualstack disabled
673    #[test]
674    fn test_33() {
675        let params = crate::config::endpoint::Params::builder()
676            .region("us-east-1".to_string())
677            .use_fips(false)
678            .use_dual_stack(false)
679            .endpoint("https://example.com".to_string())
680            .build()
681            .expect("invalid params");
682        let resolver = crate::config::endpoint::DefaultResolver::new();
683        let endpoint = resolver.resolve_endpoint(&params);
684        let endpoint = endpoint.expect("Expected valid endpoint: https://example.com");
685        assert_eq!(
686            endpoint,
687            ::aws_smithy_types::endpoint::Endpoint::builder().url("https://example.com").build()
688        );
689    }
690
691    /// For custom endpoint with region not set and fips disabled and dualstack disabled
692    #[test]
693    fn test_34() {
694        let params = crate::config::endpoint::Params::builder()
695            .use_fips(false)
696            .use_dual_stack(false)
697            .endpoint("https://example.com".to_string())
698            .build()
699            .expect("invalid params");
700        let resolver = crate::config::endpoint::DefaultResolver::new();
701        let endpoint = resolver.resolve_endpoint(&params);
702        let endpoint = endpoint.expect("Expected valid endpoint: https://example.com");
703        assert_eq!(
704            endpoint,
705            ::aws_smithy_types::endpoint::Endpoint::builder().url("https://example.com").build()
706        );
707    }
708
709    /// For custom endpoint with fips enabled and dualstack disabled
710    #[test]
711    fn test_35() {
712        let params = crate::config::endpoint::Params::builder()
713            .region("us-east-1".to_string())
714            .use_fips(true)
715            .use_dual_stack(false)
716            .endpoint("https://example.com".to_string())
717            .build()
718            .expect("invalid params");
719        let resolver = crate::config::endpoint::DefaultResolver::new();
720        let endpoint = resolver.resolve_endpoint(&params);
721        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]");
722        assert_eq!(format!("{}", error), "Invalid Configuration: FIPS and custom endpoint are not supported")
723    }
724
725    /// For custom endpoint with fips disabled and dualstack enabled
726    #[test]
727    fn test_36() {
728        let params = crate::config::endpoint::Params::builder()
729            .region("us-east-1".to_string())
730            .use_fips(false)
731            .use_dual_stack(true)
732            .endpoint("https://example.com".to_string())
733            .build()
734            .expect("invalid params");
735        let resolver = crate::config::endpoint::DefaultResolver::new();
736        let endpoint = resolver.resolve_endpoint(&params);
737        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]");
738        assert_eq!(
739            format!("{}", error),
740            "Invalid Configuration: Dualstack and custom endpoint are not supported"
741        )
742    }
743
744    /// Missing region
745    #[test]
746    fn test_37() {
747        let params = crate::config::endpoint::Params::builder().build().expect("invalid params");
748        let resolver = crate::config::endpoint::DefaultResolver::new();
749        let endpoint = resolver.resolve_endpoint(&params);
750        let error = endpoint.expect_err("expected error: Invalid Configuration: Missing Region [Missing region]");
751        assert_eq!(format!("{}", error), "Invalid Configuration: Missing Region")
752    }
753}
754
755/// Endpoint resolver trait specific to AWS Compute Optimizer
756pub trait ResolveEndpoint: ::std::marker::Send + ::std::marker::Sync + ::std::fmt::Debug {
757    /// Resolve an endpoint with the given parameters
758    fn resolve_endpoint<'a>(&'a self, params: &'a crate::config::endpoint::Params) -> ::aws_smithy_runtime_api::client::endpoint::EndpointFuture<'a>;
759
760    /// Convert this service-specific resolver into a `SharedEndpointResolver`
761    ///
762    /// The resulting resolver will downcast `EndpointResolverParams` into `crate::config::endpoint::Params`.
763    fn into_shared_resolver(self) -> ::aws_smithy_runtime_api::client::endpoint::SharedEndpointResolver
764    where
765        Self: Sized + 'static,
766    {
767        ::aws_smithy_runtime_api::client::endpoint::SharedEndpointResolver::new(DowncastParams(self))
768    }
769}
770
771#[derive(Debug)]
772struct DowncastParams<T>(T);
773impl<T> ::aws_smithy_runtime_api::client::endpoint::ResolveEndpoint for DowncastParams<T>
774where
775    T: ResolveEndpoint,
776{
777    fn resolve_endpoint<'a>(
778        &'a self,
779        params: &'a ::aws_smithy_runtime_api::client::endpoint::EndpointResolverParams,
780    ) -> ::aws_smithy_runtime_api::client::endpoint::EndpointFuture<'a> {
781        let ep = match params.get::<crate::config::endpoint::Params>() {
782            Some(params) => self.0.resolve_endpoint(params),
783            None => ::aws_smithy_runtime_api::client::endpoint::EndpointFuture::ready(Err("params of expected type was not present".into())),
784        };
785        ep
786    }
787}
788
789#[derive(Debug)]
790/// The default endpoint resolver.
791pub struct DefaultResolver {
792    partition_resolver: &'static crate::endpoint_lib::partition::PartitionResolver,
793    endpoint_cache: ::arc_swap::ArcSwap<::std::option::Option<(Params, ::aws_smithy_types::endpoint::Endpoint)>>,
794}
795
796impl Default for DefaultResolver {
797    fn default() -> Self {
798        Self::new()
799    }
800}
801
802impl DefaultResolver {
803    /// Create a new DefaultResolver
804    pub fn new() -> Self {
805        Self {
806            partition_resolver: &crate::endpoint_lib::DEFAULT_PARTITION_RESOLVER,
807            endpoint_cache: ::arc_swap::ArcSwap::from_pointee(None),
808        }
809    }
810
811    #[allow(
812        unused_variables,
813        unused_parens,
814        clippy::double_parens,
815        clippy::useless_conversion,
816        clippy::bool_comparison,
817        clippy::comparison_to_empty,
818        clippy::needless_borrow,
819        clippy::useless_asref,
820        clippy::redundant_closure_call,
821        clippy::clone_on_copy
822    )]
823    fn resolve_endpoint<'a>(
824        &'a self,
825        params: &'a crate::config::endpoint::Params,
826    ) -> ::std::result::Result<::aws_smithy_types::endpoint::Endpoint, ::aws_smithy_runtime_api::box_error::BoxError> {
827        let mut _diagnostic_collector = crate::endpoint_lib::diagnostic::DiagnosticCollector::new();
828        #[allow(unused_mut)]
829        let mut context = ConditionContext::default();
830
831        // Param bindings
832        let region = &params.region;
833        let use_dual_stack = &params.use_dual_stack;
834        let use_fips = &params.use_fips;
835        let endpoint = &params.endpoint;
836
837        let mut current_ref: i32 = 2;
838        loop {
839            match current_ref {
840                ref_val if ref_val >= 100_000_000 => {
841                    return match (ref_val - 100_000_000) as usize {
842                        0 => ::std::result::Result::Err(Box::new(::aws_smithy_http::endpoint::ResolveEndpointError::message(
843                            "No endpoint rule matched",
844                        )) as ::aws_smithy_runtime_api::box_error::BoxError),
845                        1 => ::std::result::Result::Err(Box::new(::aws_smithy_http::endpoint::ResolveEndpointError::message(
846                            "Invalid Configuration: FIPS and custom endpoint are not supported".to_string(),
847                        )) as ::aws_smithy_runtime_api::box_error::BoxError),
848                        2 => ::std::result::Result::Err(Box::new(::aws_smithy_http::endpoint::ResolveEndpointError::message(
849                            "Invalid Configuration: Dualstack and custom endpoint are not supported".to_string(),
850                        )) as ::aws_smithy_runtime_api::box_error::BoxError),
851                        3 => {
852                            let endpoint = params.endpoint.as_deref().unwrap_or_default();
853                            ::std::result::Result::Ok(::aws_smithy_types::endpoint::Endpoint::builder().url(endpoint.to_owned()).build())
854                        }
855                        4 => {
856                            let region = params.region.as_deref().unwrap_or_default();
857                            let partition_result = context.partition_result.as_ref().expect("Guaranteed to have a value by earlier checks.");
858                            ::std::result::Result::Ok(
859                                ::aws_smithy_types::endpoint::Endpoint::builder()
860                                    .url({
861                                        let mut out = String::new();
862                                        out.push_str("https://compute-optimizer-fips.");
863                                        #[allow(clippy::needless_borrow)]
864                                        out.push_str(&region.as_ref());
865                                        out.push('.');
866                                        #[allow(clippy::needless_borrow)]
867                                        out.push_str(&partition_result.dual_stack_dns_suffix());
868                                        out
869                                    })
870                                    .build(),
871                            )
872                        }
873                        5 => ::std::result::Result::Err(Box::new(::aws_smithy_http::endpoint::ResolveEndpointError::message(
874                            "FIPS and DualStack are enabled, but this partition does not support one or both".to_string(),
875                        )) as ::aws_smithy_runtime_api::box_error::BoxError),
876                        6 => {
877                            let region = params.region.as_deref().unwrap_or_default();
878                            let partition_result = context.partition_result.as_ref().expect("Guaranteed to have a value by earlier checks.");
879                            ::std::result::Result::Ok(
880                                ::aws_smithy_types::endpoint::Endpoint::builder()
881                                    .url({
882                                        let mut out = String::new();
883                                        out.push_str("https://compute-optimizer-fips.");
884                                        #[allow(clippy::needless_borrow)]
885                                        out.push_str(&region.as_ref());
886                                        out.push('.');
887                                        #[allow(clippy::needless_borrow)]
888                                        out.push_str(&partition_result.dns_suffix());
889                                        out
890                                    })
891                                    .build(),
892                            )
893                        }
894                        7 => ::std::result::Result::Err(Box::new(::aws_smithy_http::endpoint::ResolveEndpointError::message(
895                            "FIPS is enabled but this partition does not support FIPS".to_string(),
896                        )) as ::aws_smithy_runtime_api::box_error::BoxError),
897                        8 => {
898                            let region = params.region.as_deref().unwrap_or_default();
899                            let partition_result = context.partition_result.as_ref().expect("Guaranteed to have a value by earlier checks.");
900                            ::std::result::Result::Ok(
901                                ::aws_smithy_types::endpoint::Endpoint::builder()
902                                    .url({
903                                        let mut out = String::new();
904                                        out.push_str("https://compute-optimizer.");
905                                        #[allow(clippy::needless_borrow)]
906                                        out.push_str(&region.as_ref());
907                                        out.push('.');
908                                        #[allow(clippy::needless_borrow)]
909                                        out.push_str(&partition_result.dual_stack_dns_suffix());
910                                        out
911                                    })
912                                    .build(),
913                            )
914                        }
915                        9 => ::std::result::Result::Err(Box::new(::aws_smithy_http::endpoint::ResolveEndpointError::message(
916                            "DualStack is enabled but this partition does not support DualStack".to_string(),
917                        )) as ::aws_smithy_runtime_api::box_error::BoxError),
918                        10 => {
919                            let region = params.region.as_deref().unwrap_or_default();
920                            let partition_result = context.partition_result.as_ref().expect("Guaranteed to have a value by earlier checks.");
921                            ::std::result::Result::Ok(
922                                ::aws_smithy_types::endpoint::Endpoint::builder()
923                                    .url({
924                                        let mut out = String::new();
925                                        out.push_str("https://compute-optimizer.");
926                                        #[allow(clippy::needless_borrow)]
927                                        out.push_str(&region.as_ref());
928                                        out.push('.');
929                                        #[allow(clippy::needless_borrow)]
930                                        out.push_str(&partition_result.dns_suffix());
931                                        out
932                                    })
933                                    .build(),
934                            )
935                        }
936                        11 => ::std::result::Result::Err(Box::new(::aws_smithy_http::endpoint::ResolveEndpointError::message(
937                            "Invalid Configuration: Missing Region".to_string(),
938                        )) as ::aws_smithy_runtime_api::box_error::BoxError),
939                        _ => ::std::result::Result::Err(Box::new(::aws_smithy_http::endpoint::ResolveEndpointError::message(
940                            "No endpoint rule matched",
941                        )) as ::aws_smithy_runtime_api::box_error::BoxError),
942                    };
943                }
944                1 | -1 => {
945                    return ::std::result::Result::Err(
946                        Box::new(::aws_smithy_http::endpoint::ResolveEndpointError::message("No endpoint rule matched"))
947                            as ::aws_smithy_runtime_api::box_error::BoxError,
948                    )
949                }
950                ref_val => {
951                    let is_complement = ref_val < 0;
952                    let node = &NODES[(ref_val.unsigned_abs() as usize) - 1];
953                    let condition_result = match node.condition_index {
954                        0 => endpoint.is_some(),
955                        1 => region.is_some(),
956                        2 => (|_diagnostic_collector: &mut crate::endpoint_lib::diagnostic::DiagnosticCollector| -> bool {
957                            let partition_result = &mut context.partition_result;
958                            let partition_resolver = &self.partition_resolver;
959                            {
960                                *partition_result = partition_resolver
961                                    .resolve_partition(if let Some(param) = region { param } else { return false }, _diagnostic_collector)
962                                    .map(|inner| inner.into());
963                                partition_result.is_some()
964                            }
965                        })(&mut _diagnostic_collector),
966                        3 => (use_fips) == (&true),
967                        4 => (use_dual_stack) == (&true),
968                        5 => (|_diagnostic_collector: &mut crate::endpoint_lib::diagnostic::DiagnosticCollector| -> bool {
969                            let partition_result = &context.partition_result;
970                            let partition_resolver = &self.partition_resolver;
971                            (if let Some(inner) = partition_result {
972                                inner.supports_dual_stack()
973                            } else {
974                                return false;
975                            }) == (true)
976                        })(&mut _diagnostic_collector),
977                        6 => (|_diagnostic_collector: &mut crate::endpoint_lib::diagnostic::DiagnosticCollector| -> bool {
978                            let partition_result = &context.partition_result;
979                            let partition_resolver = &self.partition_resolver;
980                            (if let Some(inner) = partition_result {
981                                inner.supports_fips()
982                            } else {
983                                return false;
984                            }) == (true)
985                        })(&mut _diagnostic_collector),
986                        _ => unreachable!("Invalid condition index"),
987                    };
988                    current_ref = if is_complement ^ condition_result { node.high_ref } else { node.low_ref };
989                }
990            }
991        }
992    }
993}
994
995impl crate::config::endpoint::ResolveEndpoint for DefaultResolver {
996    fn resolve_endpoint<'a>(&'a self, params: &'a crate::config::endpoint::Params) -> ::aws_smithy_runtime_api::client::endpoint::EndpointFuture<'a> {
997        // Check single-entry cache (lock-free read via ArcSwap)
998        let cached = self.endpoint_cache.load();
999        if let Some((cached_params, cached_endpoint)) = cached.as_ref() {
1000            if cached_params == params {
1001                return ::aws_smithy_runtime_api::client::endpoint::EndpointFuture::ready(::std::result::Result::Ok(cached_endpoint.clone()));
1002            }
1003        }
1004        drop(cached);
1005        let result = self.resolve_endpoint(params);
1006        if let ::std::result::Result::Ok(ref endpoint) = result {
1007            self.endpoint_cache.store(::std::sync::Arc::new(Some((params.clone(), endpoint.clone()))));
1008        }
1009        ::aws_smithy_runtime_api::client::endpoint::EndpointFuture::ready(result)
1010    }
1011}
1012const NODES: [crate::endpoint_lib::bdd_interpreter::BddNode; 13] = [
1013    crate::endpoint_lib::bdd_interpreter::BddNode {
1014        condition_index: -1,
1015        high_ref: 1,
1016        low_ref: -1,
1017    },
1018    crate::endpoint_lib::bdd_interpreter::BddNode {
1019        condition_index: 0,
1020        high_ref: 12,
1021        low_ref: 3,
1022    },
1023    crate::endpoint_lib::bdd_interpreter::BddNode {
1024        condition_index: 1,
1025        high_ref: 4,
1026        low_ref: 100000011,
1027    },
1028    crate::endpoint_lib::bdd_interpreter::BddNode {
1029        condition_index: 2,
1030        high_ref: 5,
1031        low_ref: 100000011,
1032    },
1033    crate::endpoint_lib::bdd_interpreter::BddNode {
1034        condition_index: 3,
1035        high_ref: 8,
1036        low_ref: 6,
1037    },
1038    crate::endpoint_lib::bdd_interpreter::BddNode {
1039        condition_index: 4,
1040        high_ref: 7,
1041        low_ref: 100000010,
1042    },
1043    crate::endpoint_lib::bdd_interpreter::BddNode {
1044        condition_index: 5,
1045        high_ref: 100000008,
1046        low_ref: 100000009,
1047    },
1048    crate::endpoint_lib::bdd_interpreter::BddNode {
1049        condition_index: 4,
1050        high_ref: 10,
1051        low_ref: 9,
1052    },
1053    crate::endpoint_lib::bdd_interpreter::BddNode {
1054        condition_index: 6,
1055        high_ref: 100000006,
1056        low_ref: 100000007,
1057    },
1058    crate::endpoint_lib::bdd_interpreter::BddNode {
1059        condition_index: 5,
1060        high_ref: 11,
1061        low_ref: 100000005,
1062    },
1063    crate::endpoint_lib::bdd_interpreter::BddNode {
1064        condition_index: 6,
1065        high_ref: 100000004,
1066        low_ref: 100000005,
1067    },
1068    crate::endpoint_lib::bdd_interpreter::BddNode {
1069        condition_index: 3,
1070        high_ref: 100000001,
1071        low_ref: 13,
1072    },
1073    crate::endpoint_lib::bdd_interpreter::BddNode {
1074        condition_index: 4,
1075        high_ref: 100000002,
1076        low_ref: 100000003,
1077    },
1078];
1079// These are all optional since they are set by conditions and will
1080// all be unset when we start evaluation
1081#[derive(Default)]
1082#[allow(unused_lifetimes)]
1083pub(crate) struct ConditionContext<'a> {
1084    pub(crate) partition_result: Option<crate::endpoint_lib::partition::Partition<'a>>,
1085    // Sometimes none of the members reference the lifetime, this makes it still valid
1086    phantom: std::marker::PhantomData<&'a ()>,
1087}
1088
1089#[non_exhaustive]
1090#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
1091/// Configuration parameters for resolving the correct endpoint
1092pub struct Params {
1093    /// The AWS region used to dispatch the request.
1094    pub(crate) region: ::std::option::Option<::std::string::String>,
1095    /// When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
1096    pub(crate) use_dual_stack: bool,
1097    /// 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.
1098    pub(crate) use_fips: bool,
1099    /// Override the endpoint used to send this request
1100    pub(crate) endpoint: ::std::option::Option<::std::string::String>,
1101}
1102impl Params {
1103    /// Create a builder for [`Params`]
1104    pub fn builder() -> crate::config::endpoint::ParamsBuilder {
1105        crate::config::endpoint::ParamsBuilder::default()
1106    }
1107    /// The AWS region used to dispatch the request.
1108    pub fn region(&self) -> ::std::option::Option<&str> {
1109        self.region.as_deref()
1110    }
1111    /// When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
1112    pub fn use_dual_stack(&self) -> ::std::option::Option<bool> {
1113        Some(self.use_dual_stack)
1114    }
1115    /// 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.
1116    pub fn use_fips(&self) -> ::std::option::Option<bool> {
1117        Some(self.use_fips)
1118    }
1119    /// Override the endpoint used to send this request
1120    pub fn endpoint(&self) -> ::std::option::Option<&str> {
1121        self.endpoint.as_deref()
1122    }
1123}
1124
1125/// Builder for [`Params`]
1126#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
1127pub struct ParamsBuilder {
1128    region: ::std::option::Option<::std::string::String>,
1129    use_dual_stack: ::std::option::Option<bool>,
1130    use_fips: ::std::option::Option<bool>,
1131    endpoint: ::std::option::Option<::std::string::String>,
1132}
1133impl ParamsBuilder {
1134    /// Consume this builder, creating [`Params`].
1135    pub fn build(self) -> ::std::result::Result<crate::config::endpoint::Params, crate::config::endpoint::InvalidParams> {
1136        if let Some(region) = &self.region {
1137            if !crate::endpoint_lib::host::is_valid_host_label(
1138                region.as_ref() as &str,
1139                true,
1140                &mut crate::endpoint_lib::diagnostic::DiagnosticCollector::new(),
1141            ) {
1142                return Err(crate::config::endpoint::InvalidParams::invalid_value(
1143                    "region",
1144                    "must be a valid host label",
1145                ));
1146            }
1147        };
1148        Ok(
1149            #[allow(clippy::unnecessary_lazy_evaluations)]
1150            crate::config::endpoint::Params {
1151                region: self.region,
1152                use_dual_stack: self
1153                    .use_dual_stack
1154                    .or_else(|| Some(false))
1155                    .ok_or_else(|| crate::config::endpoint::InvalidParams::missing("use_dual_stack"))?,
1156                use_fips: self
1157                    .use_fips
1158                    .or_else(|| Some(false))
1159                    .ok_or_else(|| crate::config::endpoint::InvalidParams::missing("use_fips"))?,
1160                endpoint: self.endpoint,
1161            },
1162        )
1163    }
1164    /// Sets the value for region
1165    ///
1166    /// The AWS region used to dispatch the request.
1167    pub fn region(mut self, value: impl Into<::std::string::String>) -> Self {
1168        self.region = Some(value.into());
1169        self
1170    }
1171
1172    /// Sets the value for region
1173    ///
1174    /// The AWS region used to dispatch the request.
1175    pub fn set_region(mut self, param: Option<::std::string::String>) -> Self {
1176        self.region = param;
1177        self
1178    }
1179    /// Sets the value for use_dual_stack
1180    ///
1181    /// When unset, this parameter has a default value of `false`.
1182    /// When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
1183    pub fn use_dual_stack(mut self, value: impl Into<bool>) -> Self {
1184        self.use_dual_stack = Some(value.into());
1185        self
1186    }
1187
1188    /// Sets the value for use_dual_stack
1189    ///
1190    /// When unset, this parameter has a default value of `false`.
1191    /// When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
1192    pub fn set_use_dual_stack(mut self, param: Option<bool>) -> Self {
1193        self.use_dual_stack = param;
1194        self
1195    }
1196    /// Sets the value for use_fips
1197    ///
1198    /// When unset, this parameter has a default value of `false`.
1199    /// 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.
1200    pub fn use_fips(mut self, value: impl Into<bool>) -> Self {
1201        self.use_fips = Some(value.into());
1202        self
1203    }
1204
1205    /// Sets the value for use_fips
1206    ///
1207    /// When unset, this parameter has a default value of `false`.
1208    /// 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.
1209    pub fn set_use_fips(mut self, param: Option<bool>) -> Self {
1210        self.use_fips = param;
1211        self
1212    }
1213    /// Sets the value for endpoint
1214    ///
1215    /// Override the endpoint used to send this request
1216    pub fn endpoint(mut self, value: impl Into<::std::string::String>) -> Self {
1217        self.endpoint = Some(value.into());
1218        self
1219    }
1220
1221    /// Sets the value for endpoint
1222    ///
1223    /// Override the endpoint used to send this request
1224    pub fn set_endpoint(mut self, param: Option<::std::string::String>) -> Self {
1225        self.endpoint = param;
1226        self
1227    }
1228}
1229
1230/// An error that occurred during endpoint resolution
1231#[derive(Debug)]
1232pub struct InvalidParams {
1233    field: std::borrow::Cow<'static, str>,
1234    kind: InvalidParamsErrorKind,
1235}
1236
1237/// The kind of invalid parameter error
1238#[derive(Debug)]
1239enum InvalidParamsErrorKind {
1240    MissingField,
1241    InvalidValue { message: &'static str },
1242}
1243
1244impl InvalidParams {
1245    #[allow(dead_code)]
1246    fn missing(field: &'static str) -> Self {
1247        Self {
1248            field: field.into(),
1249            kind: InvalidParamsErrorKind::MissingField,
1250        }
1251    }
1252
1253    #[allow(dead_code)]
1254    fn invalid_value(field: &'static str, message: &'static str) -> Self {
1255        Self {
1256            field: field.into(),
1257            kind: InvalidParamsErrorKind::InvalidValue { message },
1258        }
1259    }
1260}
1261
1262impl std::fmt::Display for InvalidParams {
1263    fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
1264        match self.kind {
1265            InvalidParamsErrorKind::MissingField => write!(f, "a required field was missing: `{}`", self.field),
1266            InvalidParamsErrorKind::InvalidValue { message } => write!(f, "invalid value for field: `{}` - {}", self.field, message),
1267        }
1268    }
1269}
1270
1271impl std::error::Error for InvalidParams {}