Activate SQS. Activate SQS for the specified Project ID. SQS must be activated before any usage such as creating credentials and queues. Activating SQS does not trigger any billing, and you can deactivate at any time.
The request SqsApiActivateSqsRequest
A Promise of SqsInfo
Create SQS credentials. Create a set of credentials for SQS, 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 SQS. Deactivate SQS 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 SQS credentials. Delete a set of SQS credentials, specified by their credentials ID. Deleting credentials is irreversible and cannot be undone. The credentials can then no longer be used to access SQS.
The request SqsApiDeleteSqsCredentialsRequest
Get SQS 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 SQS info. Retrieve the SQS information of the specified Project ID. Informations include the activation status and the SQS API endpoint URL.
The request SqsApiGetSqsInfoRequest
A Promise of SqsInfo
List SQS credentials. List existing SQS 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 SQS credentials. Update a set of SQS credentials. You can update the credentials' name, or their permissions.
The request SqsApiUpdateSqsCredentialsRequest
A Promise of SqsCredentials
Messaging and Queuing SQS API.
This API allows you to manage your Scaleway Messaging and Queuing SQS brokers.