github.com/aavshr/aws-sdk-go@v1.41.3/private/model/api/shape_alias.go (about)

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