NAME
Paws::ApiGateway::PutMethod - Arguments for method PutMethod on Paws::ApiGateway
DESCRIPTION
This class represents the parameters used for calling the method PutMethod on the Amazon API Gateway service. Use the attributes of this class as arguments to method PutMethod.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to PutMethod.
As an example:
$service_obj->PutMethod(Att1 => $value1, Att2 => $value2, ...);
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.
ATTRIBUTES
ApiKeyRequired => Bool
Specifies whether the method required a valid ApiKey.
REQUIRED AuthorizationType => Str
Specifies the type of authorization used for the method.
AuthorizerId => Str
Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.
REQUIRED HttpMethod => Str
Specifies the put method request's HTTP method type.
RequestModels => Paws::ApiGateway::MapOfStringToString
Specifies the Model resources used for the request's content type. Request models are represented as a key/value map, with a content type as the key and a Model name as the value.
RequestParameters => Paws::ApiGateway::MapOfStringToBoolean
Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}
, where location
is either querystring, path, or header. name
must be a valid, unique parameter name.
REQUIRED ResourceId => Str
The Resource identifier for the new Method resource.
REQUIRED RestApiId => Str
The RestApi identifier for the new Method resource.
SEE ALSO
This class forms part of Paws, documenting arguments for method PutMethod in Paws::ApiGateway
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues