class Aws::ElasticsearchService::Client
def create_vpc_endpoint(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
create_vpc_endpoint(params = {})
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CreateVpcEndpointResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:client_token
(String
) -- -
:vpc_options
(required, Types::VPCOptions
) -- -
:domain_arn
(required, String
) --
def create_vpc_endpoint(params = {}, options = {}) req = build_request(:create_vpc_endpoint, params) req.send_request(options) end