#[non_exhaustive]pub struct PutLifecycleEventHookExecutionStatusInput { /* private fields */ }
Implementations§
source§impl PutLifecycleEventHookExecutionStatusInput
impl PutLifecycleEventHookExecutionStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutLifecycleEventHookExecutionStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutLifecycleEventHookExecutionStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutLifecycleEventHookExecutionStatus
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutLifecycleEventHookExecutionStatusInput
.
source§impl PutLifecycleEventHookExecutionStatusInput
impl PutLifecycleEventHookExecutionStatusInput
sourcepub fn deployment_id(&self) -> Option<&str>
pub fn deployment_id(&self) -> Option<&str>
The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event.
sourcepub fn lifecycle_event_hook_execution_id(&self) -> Option<&str>
pub fn lifecycle_event_hook_execution_id(&self) -> Option<&str>
The execution ID of a deployment's lifecycle hook. A deployment lifecycle hook is specified in the hooks
section of the AppSpec file.
sourcepub fn status(&self) -> Option<&LifecycleEventStatus>
pub fn status(&self) -> Option<&LifecycleEventStatus>
The result of a Lambda function that validates a deployment lifecycle event. The values listed in Valid Values are valid for lifecycle statuses in general; however, only Succeeded
and Failed
can be passed successfully in your API call.
Trait Implementations§
source§impl Clone for PutLifecycleEventHookExecutionStatusInput
impl Clone for PutLifecycleEventHookExecutionStatusInput
source§fn clone(&self) -> PutLifecycleEventHookExecutionStatusInput
fn clone(&self) -> PutLifecycleEventHookExecutionStatusInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<PutLifecycleEventHookExecutionStatusInput> for PutLifecycleEventHookExecutionStatusInput
impl PartialEq<PutLifecycleEventHookExecutionStatusInput> for PutLifecycleEventHookExecutionStatusInput
source§fn eq(&self, other: &PutLifecycleEventHookExecutionStatusInput) -> bool
fn eq(&self, other: &PutLifecycleEventHookExecutionStatusInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.