pub fn validate(
action: &str,
labels: &[String],
req: &AwsRequest,
) -> Result<(), AwsServiceError>Expand description
Validate an operation’s input against the model constraints. labels are
the decoded path labels in URI order (see label_fields).