Module: Aws::PI
- Defined in:
- lib/aws-sdk-pi/endpoint_parameters.rb,
lib/aws-sdk-pi/plugins/endpoints.rb,
lib/aws-sdk-pi/endpoint_provider.rb,
lib/aws-sdk-pi/client_api.rb,
lib/aws-sdk-pi/endpoints.rb,
lib/aws-sdk-pi/resource.rb,
lib/aws-sdk-pi/errors.rb,
lib/aws-sdk-pi/client.rb,
lib/aws-sdk-pi/types.rb,
lib/aws-sdk-pi.rb
Overview
This module provides support for AWS Performance Insights. This module is available in the ‘aws-sdk-pi` gem.
# Client
The Client class provides one method for each API operation. Operation methods each accept a hash of request parameters and return a response structure.
pi = Aws::PI::Client.new
resp = pi.create_performance_analysis_report(params)
See Client for more information.
# Errors
Errors returned from AWS Performance Insights are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::PI::Errors::ServiceError
# rescues all AWS Performance Insights API errors
end
See Errors for more information.
Defined Under Namespace
Modules: ClientApi, Endpoints, Errors, Plugins, Types Classes: Client, EndpointParameters, EndpointProvider, Resource
service collapse
- GEM_VERSION =
'1.72.0'