pub struct SecretsManagerEventsApiClient {
configuration: Arc<Configuration>,
}
Fields§
§configuration: Arc<Configuration>
Implementations§
Source§impl SecretsManagerEventsApiClient
impl SecretsManagerEventsApiClient
pub fn new(configuration: Arc<Configuration>) -> Self
Trait Implementations§
Source§impl SecretsManagerEventsApi for SecretsManagerEventsApiClient
impl SecretsManagerEventsApi for SecretsManagerEventsApiClient
Source§fn get_service_account_events<'a, 'life0, 'async_trait>(
&'life0 self,
service_account_id: Uuid,
start: Option<String>,
end: Option<String>,
continuation_token: Option<&'a str>,
) -> Pin<Box<dyn Future<Output = Result<EventResponseModelListResponseModel, Error<GetServiceAccountEventsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'a: 'async_trait,
'life0: 'async_trait,
fn get_service_account_events<'a, 'life0, 'async_trait>(
&'life0 self,
service_account_id: Uuid,
start: Option<String>,
end: Option<String>,
continuation_token: Option<&'a str>,
) -> Pin<Box<dyn Future<Output = Result<EventResponseModelListResponseModel, Error<GetServiceAccountEventsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'a: 'async_trait,
'life0: 'async_trait,
GET /sm/events/service-accounts/{serviceAccountId}
Auto Trait Implementations§
impl Freeze for SecretsManagerEventsApiClient
impl !RefUnwindSafe for SecretsManagerEventsApiClient
impl Send for SecretsManagerEventsApiClient
impl Sync for SecretsManagerEventsApiClient
impl Unpin for SecretsManagerEventsApiClient
impl !UnwindSafe for SecretsManagerEventsApiClient
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more