Struct aws_sdk_codeartifact::input::AssociateExternalConnectionInput [−][src]
#[non_exhaustive]pub struct AssociateExternalConnectionInput {
pub domain: Option<String>,
pub domain_owner: Option<String>,
pub repository: Option<String>,
pub external_connection: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.domain: Option<String>
The name of the domain that contains the repository.
domain_owner: Option<String>
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
repository: Option<String>
The name of the repository to which the external connection is added.
external_connection: Option<String>
The name of the external connection to add to the repository. The following values are supported:
-
public:npmjs
- for the npm public repository. -
public:pypi
- for the Python Package Index. -
public:maven-central
- for Maven Central. -
public:maven-googleandroid
- for the Google Android repository. -
public:maven-gradleplugins
- for the Gradle plugins repository. -
public:maven-commonsware
- for the CommonsWare Android repository.
Implementations
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateExternalConnection, AwsErrorRetryPolicy>, BuildError>
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateExternalConnection, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<AssociateExternalConnection
>
Creates a new builder-style object to manufacture AssociateExternalConnectionInput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for AssociateExternalConnectionInput
impl Sync for AssociateExternalConnectionInput
impl Unpin for AssociateExternalConnectionInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more