class Aws::BedrockAgent::Client
def delete_data_source(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
delete_data_source(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-2023-06-05/DeleteDataSource - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::DeleteDataSourceResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:knowledge_base_id
(required, String
) -- -
:data_source_id
(required, String
) --
def delete_data_source(params = {}, options = {}) req = build_request(:delete_data_source, params) req.send_request(options) end