View Source AWS.PartnerCentralBenefits (aws-elixir v1.0.11)

AWS Partner Central Benefits Service provides APIs for managing partner benefits, applications, and allocations within the AWS Partner Network ecosystem.

Link to this section Summary

Functions

Modifies an existing benefit application by applying amendments to specific fields while maintaining revision control.

Links an AWS resource to an existing benefit application for tracking and management purposes.

Cancels a benefit application that is currently in progress, preventing further processing.

Creates a new benefit application for a partner to request access to AWS benefits and programs.

Removes the association between an AWS resource and a benefit application.

Retrieves detailed information about a specific benefit available in the partner catalog.

Retrieves detailed information about a specific benefit allocation that has been granted to a partner.

Retrieves detailed information about a specific benefit application.

Retrieves a paginated list of benefit allocations based on specified filter criteria.

Retrieves a paginated list of benefit applications based on specified filter criteria.

Retrieves a paginated list of available benefits based on specified filter criteria.

Retrieves all tags associated with a specific resource.

Recalls a submitted benefit application, returning it to draft status for further modifications.

Submits a benefit application for review and processing by AWS.

Adds or updates tags for a specified resource.

Removes specified tags from a resource.

Updates an existing benefit application with new information while maintaining revision control.

Link to this section Functions

Link to this function

amend_benefit_application(client, input, options \\ [])

View Source

Modifies an existing benefit application by applying amendments to specific fields while maintaining revision control.

Link to this function

associate_benefit_application_resource(client, input, options \\ [])

View Source

Links an AWS resource to an existing benefit application for tracking and management purposes.

Link to this function

cancel_benefit_application(client, input, options \\ [])

View Source

Cancels a benefit application that is currently in progress, preventing further processing.

Link to this function

create_benefit_application(client, input, options \\ [])

View Source

Creates a new benefit application for a partner to request access to AWS benefits and programs.

Link to this function

disassociate_benefit_application_resource(client, input, options \\ [])

View Source

Removes the association between an AWS resource and a benefit application.

Link to this function

get_benefit(client, input, options \\ [])

View Source

Retrieves detailed information about a specific benefit available in the partner catalog.

Link to this function

get_benefit_allocation(client, input, options \\ [])

View Source

Retrieves detailed information about a specific benefit allocation that has been granted to a partner.

Link to this function

get_benefit_application(client, input, options \\ [])

View Source

Retrieves detailed information about a specific benefit application.

Link to this function

list_benefit_allocations(client, input, options \\ [])

View Source

Retrieves a paginated list of benefit allocations based on specified filter criteria.

Link to this function

list_benefit_applications(client, input, options \\ [])

View Source

Retrieves a paginated list of benefit applications based on specified filter criteria.

Link to this function

list_benefits(client, input, options \\ [])

View Source

Retrieves a paginated list of available benefits based on specified filter criteria.

Link to this function

list_tags_for_resource(client, input, options \\ [])

View Source

Retrieves all tags associated with a specific resource.

Link to this function

recall_benefit_application(client, input, options \\ [])

View Source

Recalls a submitted benefit application, returning it to draft status for further modifications.

Link to this function

submit_benefit_application(client, input, options \\ [])

View Source

Submits a benefit application for review and processing by AWS.

Link to this function

tag_resource(client, input, options \\ [])

View Source

Adds or updates tags for a specified resource.

Link to this function

untag_resource(client, input, options \\ [])

View Source

Removes specified tags from a resource.

Link to this function

update_benefit_application(client, input, options \\ [])

View Source

Updates an existing benefit application with new information while maintaining revision control.