Skip to main content

FunctionSnapshot

Struct FunctionSnapshot 

Source
pub struct FunctionSnapshot {
Show 33 fields pub account_id: String, pub region: String, pub name: String, pub arn: String, pub runtime: Option<String>, pub role: String, pub handler: Option<String>, pub description: String, pub timeout: u32, pub memory_size: u32, pub code_sha256: String, pub code_size: u64, pub environment: HashMap<String, String>, pub version: String, pub versions: Vec<FunctionVersionSnapshot>, pub aliases: HashMap<String, AliasSnapshot>, pub last_modified: String, pub state: String, pub policy_statements: HashMap<String, Value>, pub tags: HashMap<String, String>, pub architectures: Vec<String>, pub ephemeral_storage_size: u32, pub package_type: String, pub layers: Vec<String>, pub vpc_config: Option<Value>, pub dead_letter_config: Option<Value>, pub tracing_config: Option<Value>, pub kms_key_arn: Option<String>, pub file_system_configs: Option<Value>, pub logging_config: Option<Value>, pub snap_start: Option<Value>, pub image_config: Option<Value>, pub recursive_loop: Option<String>,
}

Fields§

§account_id: String§region: String§name: String§arn: String§runtime: Option<String>§role: String§handler: Option<String>§description: String§timeout: u32§memory_size: u32§code_sha256: String§code_size: u64§environment: HashMap<String, String>§version: String§versions: Vec<FunctionVersionSnapshot>§aliases: HashMap<String, AliasSnapshot>§last_modified: String§state: String§policy_statements: HashMap<String, Value>§tags: HashMap<String, String>§architectures: Vec<String>§ephemeral_storage_size: u32§package_type: String§layers: Vec<String>§vpc_config: Option<Value>§dead_letter_config: Option<Value>§tracing_config: Option<Value>§kms_key_arn: Option<String>§file_system_configs: Option<Value>§logging_config: Option<Value>§snap_start: Option<Value>§image_config: Option<Value>§recursive_loop: Option<String>

Trait Implementations§

Source§

impl Debug for FunctionSnapshot

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for FunctionSnapshot

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Serialize for FunctionSnapshot

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

Source§

impl<A, B, T> HttpServerConnExec<A, B> for T
where B: Body,

Source§

impl<T> Read<Exclusive, BecauseExclusive> for T
where T: ?Sized,