All URIs are relative to https://your-apigw-id.execute-api.region.amazonaws.com/Prod
| Method | HTTP request | Description |
|---|---|---|
| DeleteDataMapper | DELETE /v1/data_mappers/{data_mapper_id} | Removes a data mapper |
| GetDataMapper | GET /v1/data_mappers/{data_mapper_id} | Returns the details of a data mapper |
| ListDataMappers | GET /v1/data_mappers | Lists data mappers |
| PutDataMapper | PUT /v1/data_mappers/{data_mapper_id} | Creates or modifies a data mapper |
Removes a data mapper
| Name | Type | Description | Notes |
|---|---|---|---|
| DataMapperId | String | Data Mapper ID path parameter | [default to null] |
null (empty response body)
Returns the details of a data mapper
| Name | Type | Description | Notes |
|---|---|---|---|
| DataMapperId | String | Data Mapper ID path parameter | [default to null] |
Lists data mappers
| Name | Type | Description | Notes |
|---|---|---|---|
| StartAt | String | Start at watermark query string parameter | [optional] [default to 0] |
| PageSize | Integer | Page size query string parameter. Min: 1. Max: 1000 | [optional] [default to null] |
Creates or modifies a data mapper
| Name | Type | Description | Notes |
|---|---|---|---|
| DataMapperId | String | Data Mapper ID path parameter | [default to null] |
| DataMapper | DataMapper | Request body containing details of the Data Mapper to create or modify |