aws_api/marketplace_agreement
Types
Functions
pub fn describe_agreement(
client: Client,
request_body: BitArray,
) -> Request(BitArray)
pub fn get_agreement_terms(
client: Client,
request_body: BitArray,
) -> Request(BitArray)
pub fn new(
access_key_id access_key_id: String,
secret_access_key secret_access_key: String,
region region: String,
) -> Client
pub fn search_agreements(
client: Client,
request_body: BitArray,
) -> Request(BitArray)
pub fn with_custom_endpoint(
client: Client,
custom_endpoint: String,
) -> Client