aws_sdk_resourceexplorer2/operation/
search.rs1#[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
4#[non_exhaustive]
5pub struct Search;
6impl Search {
7 pub fn new() -> Self {
9 Self
10 }
11 pub(crate) async fn orchestrate(
12 runtime_plugins: &::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins,
13 input: crate::operation::search::SearchInput,
14 ) -> ::std::result::Result<
15 crate::operation::search::SearchOutput,
16 ::aws_smithy_runtime_api::client::result::SdkError<
17 crate::operation::search::SearchError,
18 ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
19 >,
20 > {
21 let map_err =
22 |err: ::aws_smithy_runtime_api::client::result::SdkError<
23 ::aws_smithy_runtime_api::client::interceptors::context::Error,
24 ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
25 >| { err.map_service_error(|err| err.downcast::<crate::operation::search::SearchError>().expect("correct error type")) };
26 let context = Self::orchestrate_with_stop_point(runtime_plugins, input, ::aws_smithy_runtime::client::orchestrator::StopPoint::None)
27 .await
28 .map_err(map_err)?;
29 let output = context.finalize().map_err(map_err)?;
30 ::std::result::Result::Ok(output.downcast::<crate::operation::search::SearchOutput>().expect("correct output type"))
31 }
32
33 pub(crate) async fn orchestrate_with_stop_point(
34 runtime_plugins: &::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins,
35 input: crate::operation::search::SearchInput,
36 stop_point: ::aws_smithy_runtime::client::orchestrator::StopPoint,
37 ) -> ::std::result::Result<
38 ::aws_smithy_runtime_api::client::interceptors::context::InterceptorContext,
39 ::aws_smithy_runtime_api::client::result::SdkError<
40 ::aws_smithy_runtime_api::client::interceptors::context::Error,
41 ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
42 >,
43 > {
44 let input = ::aws_smithy_runtime_api::client::interceptors::context::Input::erase(input);
45 ::aws_smithy_runtime::client::orchestrator::invoke_with_stop_point("resourceexplorer2", "Search", input, runtime_plugins, stop_point).await
46 }
47
48 pub(crate) fn operation_runtime_plugins(
49 client_runtime_plugins: ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins,
50 client_config: &crate::config::Config,
51 config_override: ::std::option::Option<crate::config::Builder>,
52 ) -> ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugins {
53 let mut runtime_plugins = client_runtime_plugins.with_operation_plugin(Self::new());
54 runtime_plugins = runtime_plugins.with_client_plugin(crate::auth_plugin::DefaultAuthOptionsPlugin::new(vec![
55 ::aws_runtime::auth::sigv4::SCHEME_ID,
56 ]));
57 if let ::std::option::Option::Some(config_override) = config_override {
58 for plugin in config_override.runtime_plugins.iter().cloned() {
59 runtime_plugins = runtime_plugins.with_operation_plugin(plugin);
60 }
61 runtime_plugins = runtime_plugins.with_operation_plugin(crate::config::ConfigOverrideRuntimePlugin::new(
62 config_override,
63 client_config.config.clone(),
64 &client_config.runtime_components,
65 ));
66 }
67 runtime_plugins
68 }
69}
70impl ::aws_smithy_runtime_api::client::runtime_plugin::RuntimePlugin for Search {
71 fn config(&self) -> ::std::option::Option<::aws_smithy_types::config_bag::FrozenLayer> {
72 let mut cfg = ::aws_smithy_types::config_bag::Layer::new("Search");
73
74 cfg.store_put(::aws_smithy_runtime_api::client::ser_de::SharedRequestSerializer::new(
75 SearchRequestSerializer,
76 ));
77 cfg.store_put(::aws_smithy_runtime_api::client::ser_de::SharedResponseDeserializer::new(
78 SearchResponseDeserializer,
79 ));
80
81 cfg.store_put(::aws_smithy_runtime_api::client::auth::AuthSchemeOptionResolverParams::new(
82 ::aws_smithy_runtime_api::client::auth::static_resolver::StaticAuthSchemeOptionResolverParams::new(),
83 ));
84
85 cfg.store_put(::aws_smithy_runtime_api::client::orchestrator::Metadata::new(
86 "Search",
87 "resourceexplorer2",
88 ));
89 let mut signing_options = ::aws_runtime::auth::SigningOptions::default();
90 signing_options.double_uri_encode = true;
91 signing_options.content_sha256_header = false;
92 signing_options.normalize_uri_path = true;
93 signing_options.payload_override = None;
94
95 cfg.store_put(::aws_runtime::auth::SigV4OperationSigningConfig {
96 signing_options,
97 ..::std::default::Default::default()
98 });
99
100 ::std::option::Option::Some(cfg.freeze())
101 }
102
103 fn runtime_components(
104 &self,
105 _: &::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder,
106 ) -> ::std::borrow::Cow<'_, ::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder> {
107 #[allow(unused_mut)]
108 let mut rcb = ::aws_smithy_runtime_api::client::runtime_components::RuntimeComponentsBuilder::new("Search")
109 .with_interceptor(::aws_smithy_runtime::client::stalled_stream_protection::StalledStreamProtectionInterceptor::default())
110 .with_interceptor(SearchEndpointParamsInterceptor)
111 .with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::TransientErrorClassifier::<
112 crate::operation::search::SearchError,
113 >::new())
114 .with_retry_classifier(::aws_smithy_runtime::client::retries::classifiers::ModeledAsRetryableClassifier::<
115 crate::operation::search::SearchError,
116 >::new())
117 .with_retry_classifier(::aws_runtime::retries::classifiers::AwsErrorCodeClassifier::<
118 crate::operation::search::SearchError,
119 >::new());
120
121 ::std::borrow::Cow::Owned(rcb)
122 }
123}
124
125#[derive(Debug)]
126struct SearchResponseDeserializer;
127impl ::aws_smithy_runtime_api::client::ser_de::DeserializeResponse for SearchResponseDeserializer {
128 fn deserialize_nonstreaming(
129 &self,
130 response: &::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
131 ) -> ::aws_smithy_runtime_api::client::interceptors::context::OutputOrError {
132 let (success, status) = (response.status().is_success(), response.status().as_u16());
133 let headers = response.headers();
134 let body = response.body().bytes().expect("body loaded");
135 #[allow(unused_mut)]
136 let mut force_error = false;
137 ::tracing::debug!(request_id = ?::aws_types::request_id::RequestId::request_id(response));
138 let parse_result = if !success && status != 200 || force_error {
139 crate::protocol_serde::shape_search::de_search_http_error(status, headers, body)
140 } else {
141 crate::protocol_serde::shape_search::de_search_http_response(status, headers, body)
142 };
143 crate::protocol_serde::type_erase_result(parse_result)
144 }
145}
146#[derive(Debug)]
147struct SearchRequestSerializer;
148impl ::aws_smithy_runtime_api::client::ser_de::SerializeRequest for SearchRequestSerializer {
149 #[allow(unused_mut, clippy::let_and_return, clippy::needless_borrow, clippy::useless_conversion)]
150 fn serialize_input(
151 &self,
152 input: ::aws_smithy_runtime_api::client::interceptors::context::Input,
153 _cfg: &mut ::aws_smithy_types::config_bag::ConfigBag,
154 ) -> ::std::result::Result<::aws_smithy_runtime_api::client::orchestrator::HttpRequest, ::aws_smithy_runtime_api::box_error::BoxError> {
155 let input = input.downcast::<crate::operation::search::SearchInput>().expect("correct type");
156 let _header_serialization_settings = _cfg
157 .load::<crate::serialization_settings::HeaderSerializationSettings>()
158 .cloned()
159 .unwrap_or_default();
160 let mut request_builder = {
161 fn uri_base(
162 _input: &crate::operation::search::SearchInput,
163 output: &mut ::std::string::String,
164 ) -> ::std::result::Result<(), ::aws_smithy_types::error::operation::BuildError> {
165 use ::std::fmt::Write as _;
166 ::std::write!(output, "/Search").expect("formatting should succeed");
167 ::std::result::Result::Ok(())
168 }
169 #[allow(clippy::unnecessary_wraps)]
170 fn update_http_builder(
171 input: &crate::operation::search::SearchInput,
172 builder: ::http::request::Builder,
173 ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
174 let mut uri = ::std::string::String::new();
175 uri_base(input, &mut uri)?;
176 ::std::result::Result::Ok(builder.method("POST").uri(uri))
177 }
178 let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
179 builder = _header_serialization_settings.set_default_header(builder, ::http::header::CONTENT_TYPE, "application/json");
180 builder
181 };
182 let body = ::aws_smithy_types::body::SdkBody::from(crate::protocol_serde::shape_search::ser_search_input(&input)?);
183 if let Some(content_length) = body.content_length() {
184 let content_length = content_length.to_string();
185 request_builder = _header_serialization_settings.set_default_header(request_builder, ::http::header::CONTENT_LENGTH, &content_length);
186 }
187 ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
188 }
189}
190#[derive(Debug)]
191struct SearchEndpointParamsInterceptor;
192
193impl ::aws_smithy_runtime_api::client::interceptors::Intercept for SearchEndpointParamsInterceptor {
194 fn name(&self) -> &'static str {
195 "SearchEndpointParamsInterceptor"
196 }
197
198 fn read_before_execution(
199 &self,
200 context: &::aws_smithy_runtime_api::client::interceptors::context::BeforeSerializationInterceptorContextRef<
201 '_,
202 ::aws_smithy_runtime_api::client::interceptors::context::Input,
203 ::aws_smithy_runtime_api::client::interceptors::context::Output,
204 ::aws_smithy_runtime_api::client::interceptors::context::Error,
205 >,
206 cfg: &mut ::aws_smithy_types::config_bag::ConfigBag,
207 ) -> ::std::result::Result<(), ::aws_smithy_runtime_api::box_error::BoxError> {
208 let _input = context.input().downcast_ref::<SearchInput>().ok_or("failed to downcast to SearchInput")?;
209
210 let params = crate::config::endpoint::Params::builder()
211 .set_region(cfg.load::<::aws_types::region::Region>().map(|r| r.as_ref().to_owned()))
212 .set_use_dual_stack(cfg.load::<::aws_types::endpoint_config::UseDualStack>().map(|ty| ty.0))
213 .set_use_fips(cfg.load::<::aws_types::endpoint_config::UseFips>().map(|ty| ty.0))
214 .set_endpoint(cfg.load::<::aws_types::endpoint_config::EndpointUrl>().map(|ty| ty.0.clone()))
215 .build()
216 .map_err(|err| {
217 ::aws_smithy_runtime_api::client::interceptors::error::ContextAttachedError::new("endpoint params could not be built", err)
218 })?;
219 cfg.interceptor_state()
220 .store_put(::aws_smithy_runtime_api::client::endpoint::EndpointResolverParams::new(params));
221 ::std::result::Result::Ok(())
222 }
223}
224
225#[non_exhaustive]
230#[derive(::std::fmt::Debug)]
231pub enum SearchError {
232 AccessDeniedException(crate::types::error::AccessDeniedException),
234 InternalServerException(crate::types::error::InternalServerException),
236 ResourceNotFoundException(crate::types::error::ResourceNotFoundException),
238 ThrottlingException(crate::types::error::ThrottlingException),
240 UnauthorizedException(crate::types::error::UnauthorizedException),
242 ValidationException(crate::types::error::ValidationException),
244 #[deprecated(note = "Matching `Unhandled` directly is not forwards compatible. Instead, match using a \
246 variable wildcard pattern and check `.code()`:
247 \
248 `err if err.code() == Some(\"SpecificExceptionCode\") => { /* handle the error */ }`
249 \
250 See [`ProvideErrorMetadata`](#impl-ProvideErrorMetadata-for-SearchError) for what information is available for the error.")]
251 Unhandled(crate::error::sealed_unhandled::Unhandled),
252}
253impl SearchError {
254 pub fn unhandled(
256 err: impl ::std::convert::Into<::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>>,
257 ) -> Self {
258 Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
259 source: err.into(),
260 meta: ::std::default::Default::default(),
261 })
262 }
263
264 pub fn generic(err: ::aws_smithy_types::error::ErrorMetadata) -> Self {
266 Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
267 source: err.clone().into(),
268 meta: err,
269 })
270 }
271 pub fn meta(&self) -> &::aws_smithy_types::error::ErrorMetadata {
276 match self {
277 Self::AccessDeniedException(e) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(e),
278 Self::InternalServerException(e) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(e),
279 Self::ResourceNotFoundException(e) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(e),
280 Self::ThrottlingException(e) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(e),
281 Self::UnauthorizedException(e) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(e),
282 Self::ValidationException(e) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(e),
283 Self::Unhandled(e) => &e.meta,
284 }
285 }
286 pub fn is_access_denied_exception(&self) -> bool {
288 matches!(self, Self::AccessDeniedException(_))
289 }
290 pub fn is_internal_server_exception(&self) -> bool {
292 matches!(self, Self::InternalServerException(_))
293 }
294 pub fn is_resource_not_found_exception(&self) -> bool {
296 matches!(self, Self::ResourceNotFoundException(_))
297 }
298 pub fn is_throttling_exception(&self) -> bool {
300 matches!(self, Self::ThrottlingException(_))
301 }
302 pub fn is_unauthorized_exception(&self) -> bool {
304 matches!(self, Self::UnauthorizedException(_))
305 }
306 pub fn is_validation_exception(&self) -> bool {
308 matches!(self, Self::ValidationException(_))
309 }
310}
311impl ::std::error::Error for SearchError {
312 fn source(&self) -> ::std::option::Option<&(dyn ::std::error::Error + 'static)> {
313 match self {
314 Self::AccessDeniedException(_inner) => ::std::option::Option::Some(_inner),
315 Self::InternalServerException(_inner) => ::std::option::Option::Some(_inner),
316 Self::ResourceNotFoundException(_inner) => ::std::option::Option::Some(_inner),
317 Self::ThrottlingException(_inner) => ::std::option::Option::Some(_inner),
318 Self::UnauthorizedException(_inner) => ::std::option::Option::Some(_inner),
319 Self::ValidationException(_inner) => ::std::option::Option::Some(_inner),
320 Self::Unhandled(_inner) => ::std::option::Option::Some(&*_inner.source),
321 }
322 }
323}
324impl ::std::fmt::Display for SearchError {
325 fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
326 match self {
327 Self::AccessDeniedException(_inner) => _inner.fmt(f),
328 Self::InternalServerException(_inner) => _inner.fmt(f),
329 Self::ResourceNotFoundException(_inner) => _inner.fmt(f),
330 Self::ThrottlingException(_inner) => _inner.fmt(f),
331 Self::UnauthorizedException(_inner) => _inner.fmt(f),
332 Self::ValidationException(_inner) => _inner.fmt(f),
333 Self::Unhandled(_inner) => {
334 if let ::std::option::Option::Some(code) = ::aws_smithy_types::error::metadata::ProvideErrorMetadata::code(self) {
335 write!(f, "unhandled error ({code})")
336 } else {
337 f.write_str("unhandled error")
338 }
339 }
340 }
341 }
342}
343impl ::aws_smithy_types::retry::ProvideErrorKind for SearchError {
344 fn code(&self) -> ::std::option::Option<&str> {
345 ::aws_smithy_types::error::metadata::ProvideErrorMetadata::code(self)
346 }
347 fn retryable_error_kind(&self) -> ::std::option::Option<::aws_smithy_types::retry::ErrorKind> {
348 ::std::option::Option::None
349 }
350}
351impl ::aws_smithy_types::error::metadata::ProvideErrorMetadata for SearchError {
352 fn meta(&self) -> &::aws_smithy_types::error::ErrorMetadata {
353 match self {
354 Self::AccessDeniedException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
355 Self::InternalServerException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
356 Self::ResourceNotFoundException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
357 Self::ThrottlingException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
358 Self::UnauthorizedException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
359 Self::ValidationException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
360 Self::Unhandled(_inner) => &_inner.meta,
361 }
362 }
363}
364impl ::aws_smithy_runtime_api::client::result::CreateUnhandledError for SearchError {
365 fn create_unhandled_error(
366 source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
367 meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
368 ) -> Self {
369 Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
370 source,
371 meta: meta.unwrap_or_default(),
372 })
373 }
374}
375impl ::aws_types::request_id::RequestId for crate::operation::search::SearchError {
376 fn request_id(&self) -> Option<&str> {
377 self.meta().request_id()
378 }
379}
380
381pub use crate::operation::search::_search_output::SearchOutput;
382
383pub use crate::operation::search::_search_input::SearchInput;
384
385mod _search_input;
386
387mod _search_output;
388
389pub mod builders;
391
392pub mod paginator;