[−][src]Struct rusoto_greengrass::StartBulkDeploymentRequest
Fields
amzn_client_token: Option<String>
A client token used to correlate requests and responses.
execution_role_arn: Option<String>
The ARN of the execution role to associate with the bulk deployment operation. This IAM role must allow the ''greengrass:CreateDeployment'' action for all group versions that are listed in the input file. This IAM role must have access to the S3 bucket containing the input file.
input_file_uri: Option<String>
The URI of the input file contained in the S3 bucket. The execution role must have ''getObject'' permissions on this bucket to access the input file. The input file is a JSON-serialized, line delimited file with UTF-8 encoding that provides a list of group and version IDs and the deployment type. This file must be less than 100 MB. Currently, AWS IoT Greengrass supports only ''NewDeployment'' deployment types.
Tag(s) to add to the new resource
Trait Implementations
impl PartialEq<StartBulkDeploymentRequest> for StartBulkDeploymentRequest
[src]
fn eq(&self, other: &StartBulkDeploymentRequest) -> bool
[src]
fn ne(&self, other: &StartBulkDeploymentRequest) -> bool
[src]
impl Default for StartBulkDeploymentRequest
[src]
impl Clone for StartBulkDeploymentRequest
[src]
fn clone(&self) -> StartBulkDeploymentRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for StartBulkDeploymentRequest
[src]
impl Serialize for StartBulkDeploymentRequest
[src]
Auto Trait Implementations
impl Send for StartBulkDeploymentRequest
impl Sync for StartBulkDeploymentRequest
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self