#[non_exhaustive]pub struct UpdateServiceTemplateVersionInput { /* private fields */ }
Implementations§
source§impl UpdateServiceTemplateVersionInput
impl UpdateServiceTemplateVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateServiceTemplateVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateServiceTemplateVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateServiceTemplateVersion
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateServiceTemplateVersionInput
.
source§impl UpdateServiceTemplateVersionInput
impl UpdateServiceTemplateVersionInput
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The name of the service template.
sourcepub fn major_version(&self) -> Option<&str>
pub fn major_version(&self) -> Option<&str>
To update a major version of a service template, include major Version
.
sourcepub fn minor_version(&self) -> Option<&str>
pub fn minor_version(&self) -> Option<&str>
To update a minor version of a service template, include minorVersion
.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of a service template version to update.
sourcepub fn status(&self) -> Option<&TemplateVersionStatus>
pub fn status(&self) -> Option<&TemplateVersionStatus>
The status of the service template minor version to update.
sourcepub fn compatible_environment_templates(
&self
) -> Option<&[CompatibleEnvironmentTemplateInput]>
pub fn compatible_environment_templates(
&self
) -> Option<&[CompatibleEnvironmentTemplateInput]>
An array of environment template objects that are compatible with this service template version. A service instance based on this service template version can run in environments based on compatible templates.
sourcepub fn supported_component_sources(
&self
) -> Option<&[ServiceTemplateSupportedComponentSourceType]>
pub fn supported_component_sources(
&self
) -> Option<&[ServiceTemplateSupportedComponentSourceType]>
An array of supported component sources. Components with supported sources can be attached to service instances based on this service template version.
A change to supportedComponentSources
doesn't impact existing component attachments to instances based on this template version. A change only affects later associations.
For more information about components, see Proton components in the Proton User Guide.
Trait Implementations§
source§impl Clone for UpdateServiceTemplateVersionInput
impl Clone for UpdateServiceTemplateVersionInput
source§fn clone(&self) -> UpdateServiceTemplateVersionInput
fn clone(&self) -> UpdateServiceTemplateVersionInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<UpdateServiceTemplateVersionInput> for UpdateServiceTemplateVersionInput
impl PartialEq<UpdateServiceTemplateVersionInput> for UpdateServiceTemplateVersionInput
source§fn eq(&self, other: &UpdateServiceTemplateVersionInput) -> bool
fn eq(&self, other: &UpdateServiceTemplateVersionInput) -> bool
self
and other
values to be equal, and is used
by ==
.