Modify DynamoDB Instance properties
This operation will modify the instance properties using Instance ID.
Path Parameters
- Instance_id string required
ID of instance
- application/json
Request Body
instanceProperties object
instance object
instanceId integerInstanceId of the DynamoDB instance to be modified
applicationId integerDefault value:
134
clientId integercloudAppsInstance object
instanceType stringgeneralCloudProperties object
credentials object
Authentication and credential to be modified
credentialId integercredentialName stringregionEndPoints stringaccessNodes object
Details of access node to be modified
memberServers object[]
client object
clientId integerclientName string_type_ integerisClientGroup booleandisplayLabel stringoptionId stringtypeLabel stringselected booleanamazonInstanceInfo object
useIamRole booleancredentialType integerplanEntity object
Details of the plan to be modified
planId integerplanName stringtype string
Responses
- 200
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
warningCode integererrorCode integerwarningMessage stringentity object
subclientId integerclientId integerinstanceName stringinstanceId integer_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "string",
"instanceId": 0,
"_type_": 0
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "",
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "",
"instanceId": 0,
"_type_": 0
}
}
]
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Unknown Instance information. Please provide valid instance id to complete the operation.",
"errorCode": 587206385
}
Loading...