#[non_exhaustive]pub struct UpdateImagePipelineInput { /* private fields */ }
Implementations
sourceimpl UpdateImagePipelineInput
impl UpdateImagePipelineInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateImagePipeline, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateImagePipeline, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateImagePipeline
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateImagePipelineInput
.
sourceimpl UpdateImagePipelineInput
impl UpdateImagePipelineInput
sourcepub fn image_pipeline_arn(&self) -> Option<&str>
pub fn image_pipeline_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the image pipeline that you want to update.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the image pipeline.
sourcepub fn image_recipe_arn(&self) -> Option<&str>
pub fn image_recipe_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.
sourcepub fn container_recipe_arn(&self) -> Option<&str>
pub fn container_recipe_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the container pipeline to update.
sourcepub fn infrastructure_configuration_arn(&self) -> Option<&str>
pub fn infrastructure_configuration_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images updated by this image pipeline.
sourcepub fn distribution_configuration_arn(&self) -> Option<&str>
pub fn distribution_configuration_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images updated by this image pipeline.
sourcepub fn image_tests_configuration(&self) -> Option<&ImageTestsConfiguration>
pub fn image_tests_configuration(&self) -> Option<&ImageTestsConfiguration>
The image test configuration of the image pipeline.
sourcepub fn enhanced_image_metadata_enabled(&self) -> Option<bool>
pub fn enhanced_image_metadata_enabled(&self) -> Option<bool>
Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
sourcepub fn status(&self) -> Option<&PipelineStatus>
pub fn status(&self) -> Option<&PipelineStatus>
The status of the image pipeline.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
The idempotency token used to make this request idempotent.
Trait Implementations
sourceimpl Clone for UpdateImagePipelineInput
impl Clone for UpdateImagePipelineInput
sourcefn clone(&self) -> UpdateImagePipelineInput
fn clone(&self) -> UpdateImagePipelineInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more