aws_sdk_auditmanager/client/
get_services_in_scope.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3    /// Constructs a fluent builder for the [`GetServicesInScope`](crate::operation::get_services_in_scope::builders::GetServicesInScopeFluentBuilder) operation.
4    ///
5    /// - The fluent builder takes no input, just [`send`](crate::operation::get_services_in_scope::builders::GetServicesInScopeFluentBuilder::send) it.
6    /// - On success, responds with [`GetServicesInScopeOutput`](crate::operation::get_services_in_scope::GetServicesInScopeOutput) with field(s):
7    ///   - [`service_metadata(Option<Vec::<ServiceMetadata>>)`](crate::operation::get_services_in_scope::GetServicesInScopeOutput::service_metadata): <p>The metadata that's associated with the Amazon Web Services service.</p>
8    /// - On failure, responds with [`SdkError<GetServicesInScopeError>`](crate::operation::get_services_in_scope::GetServicesInScopeError)
9    pub fn get_services_in_scope(&self) -> crate::operation::get_services_in_scope::builders::GetServicesInScopeFluentBuilder {
10        crate::operation::get_services_in_scope::builders::GetServicesInScopeFluentBuilder::new(self.handle.clone())
11    }
12}