shape_alias.go 608 B

12345678910111213141516171819
  1. package api
  2. var shapeNameAliases = map[string]map[string]string{
  3. "APIGateway": map[string]string{
  4. "RequestValidator": "UpdateRequestValidatorOutput",
  5. "VpcLink": "UpdateVpcLinkOutput",
  6. "GatewayResponse": "UpdateGatewayResponseOutput",
  7. },
  8. "Lambda": map[string]string{
  9. "Concurrency": "PutFunctionConcurrencyOutput",
  10. },
  11. "Neptune": map[string]string{
  12. "DBClusterParameterGroupNameMessage": "ResetDBClusterParameterGroupOutput",
  13. "DBParameterGroupNameMessage": "ResetDBParameterGroupOutput",
  14. },
  15. "RDS": map[string]string{
  16. "DBClusterBacktrack": "BacktrackDBClusterOutput",
  17. },
  18. }