Gets a list of domain configurations for the user. This list is sorted alphabetically by domain configuration name.Requires permission to access the ListDomainConfigurations action.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://api.iotwireless.{region}.amazonaws.com/domainConfigurations'
Response Response Example
200 - Example 1
{"domainConfigurations":[],"nextMarker":"string"}
Request
Query Params
marker
stringÂ
optional
The marker for the next set of results.
pageSize
integerÂ
optional
The result page size.
serviceType
stringÂ
optional
The type of service delivered by the endpoint.
Responses
🟢200Success
application/json
Body
domainConfigurations
array[object (DomainConfigurationSummary) {3}]Â
optional
A list of objects that contain summary information about the user's domain configurations.
domainConfigurationName
stringÂ
optional
The name of the domain configuration. This value must be unique to a region.