Activate Queues. Activate Queues for the specified Project ID. Queues must be activated before any usage such as creating credentials and queues. Activating Queues does not trigger any billing, and you can deactivate at any time.
The request SqsApiActivateSqsRequest
A Promise of SqsInfo
Create Queues credentials. Create a set of credentials for Queues, specified by a Project ID. Credentials give the bearer access to queues, and the level of permissions can be defined granularly.
The request SqsApiCreateSqsCredentialsRequest
A Promise of SqsCredentials
Deactivate Queues. Deactivate Queues for the specified Project ID. You must delete all queues and credentials before this call or you need to set the force_delete parameter.
The request SqsApiDeactivateSqsRequest
A Promise of SqsInfo
Delete Queues credentials. Delete a set of Queues credentials, specified by their credentials ID. Deleting credentials is irreversible and cannot be undone. The credentials can then no longer be used to access Queues.
The request SqsApiDeleteSqsCredentialsRequest
Get Queues credentials. Retrieve an existing set of credentials, identified
by the credentials_id
. The credentials themselves, as well as their
metadata (name, project ID etc), are returned in the response.
The request SqsApiGetSqsCredentialsRequest
A Promise of SqsCredentials
Get Queues info. Retrieve the Queues information of the specified Project ID. Informations include the activation status and the Queues API endpoint URL.
The request SqsApiGetSqsInfoRequest
A Promise of SqsInfo
List Queues credentials. List existing Queues credentials in the specified region. The response contains only the metadata for the credentials, not the credentials themselves.
The request SqsApiListSqsCredentialsRequest
A Promise of ListSqsCredentialsResponse
Update Queues credentials. Update a set of Queues credentials. You can update the credentials' name, or their permissions.
The request SqsApiUpdateSqsCredentialsRequest
A Promise of SqsCredentials
Queues API.
This API allows you to manage your Scaleway Queues.