Updates the specified configuration.
mq_update_configuration(ConfigurationId, Data, Description)
[required] The unique ID that Amazon MQ generates for the configuration.
Required. The base64-encoded XML configuration.
The description of the configuration.
A list with the following syntax:
list( Arn = "string", Created = as.POSIXct( "2015-01-01" ), Id = "string", LatestRevision = list( Created = as.POSIXct( "2015-01-01" ), Description = "string", Revision = 123 ), Name = "string", Warnings = list( list( AttributeName = "string", ElementName = "string", Reason = "DISALLOWED_ELEMENT_REMOVED"|"DISALLOWED_ATTRIBUTE_REMOVED"|"INVALID_ATTRIBUTE_VALUE_REMOVED" ) ) )
svc$update_configuration( ConfigurationId = "string", Data = "string", Description = "string" )