Documentation ¶
Overview ¶
Package pi provides the client and types for making API requests to AWS Performance Insights.
Amazon RDS Performance Insights enables you to monitor and explore different dimensions of database load based on data captured from a running DB instance. The guide provides detailed information about Performance Insights data types, parameters and errors.
When Performance Insights is enabled, the Amazon RDS Performance Insights API provides visibility into the performance of your DB instance. Amazon CloudWatch provides the authoritative source for AWS service-vended monitoring metrics. Performance Insights offers a domain-specific view of DB load.
DB load is measured as Average Active Sessions. Performance Insights provides the data to API consumers as a two-dimensional time-series dataset. The time dimension provides DB load data for each time point in the queried time range. Each time point decomposes overall load in relation to the requested dimensions, measured at that time point. Examples include SQL, Wait event, User, and Host.
To learn more about Performance Insights and Amazon Aurora DB instances, go to the Amazon Aurora User Guide (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PerfInsights.html).
To learn more about Performance Insights and Amazon RDS DB instances, go to the Amazon RDS User Guide (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html).
See https://docs.aws.amazon.com/goto/WebAPI/pi-2018-02-27 for more information on this service.
See pi package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/pi/
Using the Client ¶
To contact AWS Performance Insights with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWS Performance Insights client PI for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/pi/#New
Index ¶
- Constants
- func ServiceType_Values() []string
- type DataPoint
- type DescribeDimensionKeysInput
- func (s DescribeDimensionKeysInput) GoString() string
- func (s *DescribeDimensionKeysInput) SetEndTime(v time.Time) *DescribeDimensionKeysInput
- func (s *DescribeDimensionKeysInput) SetFilter(v map[string]*string) *DescribeDimensionKeysInput
- func (s *DescribeDimensionKeysInput) SetGroupBy(v *DimensionGroup) *DescribeDimensionKeysInput
- func (s *DescribeDimensionKeysInput) SetIdentifier(v string) *DescribeDimensionKeysInput
- func (s *DescribeDimensionKeysInput) SetMaxResults(v int64) *DescribeDimensionKeysInput
- func (s *DescribeDimensionKeysInput) SetMetric(v string) *DescribeDimensionKeysInput
- func (s *DescribeDimensionKeysInput) SetNextToken(v string) *DescribeDimensionKeysInput
- func (s *DescribeDimensionKeysInput) SetPartitionBy(v *DimensionGroup) *DescribeDimensionKeysInput
- func (s *DescribeDimensionKeysInput) SetPeriodInSeconds(v int64) *DescribeDimensionKeysInput
- func (s *DescribeDimensionKeysInput) SetServiceType(v string) *DescribeDimensionKeysInput
- func (s *DescribeDimensionKeysInput) SetStartTime(v time.Time) *DescribeDimensionKeysInput
- func (s DescribeDimensionKeysInput) String() string
- func (s *DescribeDimensionKeysInput) Validate() error
- type DescribeDimensionKeysOutput
- func (s DescribeDimensionKeysOutput) GoString() string
- func (s *DescribeDimensionKeysOutput) SetAlignedEndTime(v time.Time) *DescribeDimensionKeysOutput
- func (s *DescribeDimensionKeysOutput) SetAlignedStartTime(v time.Time) *DescribeDimensionKeysOutput
- func (s *DescribeDimensionKeysOutput) SetKeys(v []*DimensionKeyDescription) *DescribeDimensionKeysOutput
- func (s *DescribeDimensionKeysOutput) SetNextToken(v string) *DescribeDimensionKeysOutput
- func (s *DescribeDimensionKeysOutput) SetPartitionKeys(v []*ResponsePartitionKey) *DescribeDimensionKeysOutput
- func (s DescribeDimensionKeysOutput) String() string
- type DimensionGroup
- func (s DimensionGroup) GoString() string
- func (s *DimensionGroup) SetDimensions(v []*string) *DimensionGroup
- func (s *DimensionGroup) SetGroup(v string) *DimensionGroup
- func (s *DimensionGroup) SetLimit(v int64) *DimensionGroup
- func (s DimensionGroup) String() string
- func (s *DimensionGroup) Validate() error
- type DimensionKeyDescription
- func (s DimensionKeyDescription) GoString() string
- func (s *DimensionKeyDescription) SetDimensions(v map[string]*string) *DimensionKeyDescription
- func (s *DimensionKeyDescription) SetPartitions(v []*float64) *DimensionKeyDescription
- func (s *DimensionKeyDescription) SetTotal(v float64) *DimensionKeyDescription
- func (s DimensionKeyDescription) String() string
- type GetResourceMetricsInput
- func (s GetResourceMetricsInput) GoString() string
- func (s *GetResourceMetricsInput) SetEndTime(v time.Time) *GetResourceMetricsInput
- func (s *GetResourceMetricsInput) SetIdentifier(v string) *GetResourceMetricsInput
- func (s *GetResourceMetricsInput) SetMaxResults(v int64) *GetResourceMetricsInput
- func (s *GetResourceMetricsInput) SetMetricQueries(v []*MetricQuery) *GetResourceMetricsInput
- func (s *GetResourceMetricsInput) SetNextToken(v string) *GetResourceMetricsInput
- func (s *GetResourceMetricsInput) SetPeriodInSeconds(v int64) *GetResourceMetricsInput
- func (s *GetResourceMetricsInput) SetServiceType(v string) *GetResourceMetricsInput
- func (s *GetResourceMetricsInput) SetStartTime(v time.Time) *GetResourceMetricsInput
- func (s GetResourceMetricsInput) String() string
- func (s *GetResourceMetricsInput) Validate() error
- type GetResourceMetricsOutput
- func (s GetResourceMetricsOutput) GoString() string
- func (s *GetResourceMetricsOutput) SetAlignedEndTime(v time.Time) *GetResourceMetricsOutput
- func (s *GetResourceMetricsOutput) SetAlignedStartTime(v time.Time) *GetResourceMetricsOutput
- func (s *GetResourceMetricsOutput) SetIdentifier(v string) *GetResourceMetricsOutput
- func (s *GetResourceMetricsOutput) SetMetricList(v []*MetricKeyDataPoints) *GetResourceMetricsOutput
- func (s *GetResourceMetricsOutput) SetNextToken(v string) *GetResourceMetricsOutput
- func (s GetResourceMetricsOutput) String() string
- type InternalServiceError
- func (s *InternalServiceError) Code() string
- func (s *InternalServiceError) Error() string
- func (s InternalServiceError) GoString() string
- func (s *InternalServiceError) Message() string
- func (s *InternalServiceError) OrigErr() error
- func (s *InternalServiceError) RequestID() string
- func (s *InternalServiceError) StatusCode() int
- func (s InternalServiceError) String() string
- type InvalidArgumentException
- func (s *InvalidArgumentException) Code() string
- func (s *InvalidArgumentException) Error() string
- func (s InvalidArgumentException) GoString() string
- func (s *InvalidArgumentException) Message() string
- func (s *InvalidArgumentException) OrigErr() error
- func (s *InvalidArgumentException) RequestID() string
- func (s *InvalidArgumentException) StatusCode() int
- func (s InvalidArgumentException) String() string
- type MetricKeyDataPoints
- type MetricQuery
- func (s MetricQuery) GoString() string
- func (s *MetricQuery) SetFilter(v map[string]*string) *MetricQuery
- func (s *MetricQuery) SetGroupBy(v *DimensionGroup) *MetricQuery
- func (s *MetricQuery) SetMetric(v string) *MetricQuery
- func (s MetricQuery) String() string
- func (s *MetricQuery) Validate() error
- type NotAuthorizedException
- func (s *NotAuthorizedException) Code() string
- func (s *NotAuthorizedException) Error() string
- func (s NotAuthorizedException) GoString() string
- func (s *NotAuthorizedException) Message() string
- func (s *NotAuthorizedException) OrigErr() error
- func (s *NotAuthorizedException) RequestID() string
- func (s *NotAuthorizedException) StatusCode() int
- func (s NotAuthorizedException) String() string
- type PI
- func (c *PI) DescribeDimensionKeys(input *DescribeDimensionKeysInput) (*DescribeDimensionKeysOutput, error)
- func (c *PI) DescribeDimensionKeysRequest(input *DescribeDimensionKeysInput) (req *request.Request, output *DescribeDimensionKeysOutput)
- func (c *PI) DescribeDimensionKeysWithContext(ctx aws.Context, input *DescribeDimensionKeysInput, opts ...request.Option) (*DescribeDimensionKeysOutput, error)
- func (c *PI) GetResourceMetrics(input *GetResourceMetricsInput) (*GetResourceMetricsOutput, error)
- func (c *PI) GetResourceMetricsRequest(input *GetResourceMetricsInput) (req *request.Request, output *GetResourceMetricsOutput)
- func (c *PI) GetResourceMetricsWithContext(ctx aws.Context, input *GetResourceMetricsInput, opts ...request.Option) (*GetResourceMetricsOutput, error)
- type ResponsePartitionKey
- type ResponseResourceMetricKey
Constants ¶
const ( // ErrCodeInternalServiceError for service response error code // "InternalServiceError". // // The request failed due to an unknown error. ErrCodeInternalServiceError = "InternalServiceError" // ErrCodeInvalidArgumentException for service response error code // "InvalidArgumentException". // // One of the arguments provided is invalid for this request. ErrCodeInvalidArgumentException = "InvalidArgumentException" // ErrCodeNotAuthorizedException for service response error code // "NotAuthorizedException". // // The user is not authorized to perform this request. ErrCodeNotAuthorizedException = "NotAuthorizedException" )
const ( ServiceName = "pi" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "PI" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// ServiceTypeRds is a ServiceType enum value
ServiceTypeRds = "RDS"
)
Variables ¶
This section is empty.
Functions ¶
func ServiceType_Values ¶ added in v1.34.3
func ServiceType_Values() []string
ServiceType_Values returns all elements of the ServiceType enum
Types ¶
type DataPoint ¶
type DataPoint struct { // The time, in epoch format, associated with a particular Value. // // Timestamp is a required field Timestamp *time.Time `type:"timestamp" required:"true"` // The actual value associated with a particular Timestamp. // // Value is a required field Value *float64 `type:"double" required:"true"` // contains filtered or unexported fields }
A timestamp, and a single numerical value, which together represent a measurement at a particular point in time.
func (*DataPoint) SetTimestamp ¶
SetTimestamp sets the Timestamp field's value.
type DescribeDimensionKeysInput ¶
type DescribeDimensionKeysInput struct { // The date and time specifying the end of the requested time series data. The // value specified is exclusive, which means that data points less than (but // not equal to) EndTime are returned. // // The value for EndTime must be later than the value for StartTime. // // EndTime is a required field EndTime *time.Time `type:"timestamp" required:"true"` // One or more filters to apply in the request. Restrictions: // // * Any number of filters by the same dimension, as specified in the GroupBy // or Partition parameters. // // * A single filter for any other dimension in this dimension group. Filter map[string]*string `type:"map"` // A specification for how to aggregate the data points from a query result. // You must specify a valid dimension group. Performance Insights returns all // dimensions within this group, unless you provide the names of specific dimensions // within this group. You can also request that Performance Insights return // a limited number of values for a dimension. // // GroupBy is a required field GroupBy *DimensionGroup `type:"structure" required:"true"` // An immutable, AWS Region-unique identifier for a data source. Performance // Insights gathers metrics from this data source. // // To use an Amazon RDS instance as a data source, you specify its DbiResourceId // value. For example, specify db-FAIHNTYBKTGAUSUZQYPDS2GW4A // // Identifier is a required field Identifier *string `type:"string" required:"true"` // The maximum number of items to return in the response. If more items exist // than the specified MaxRecords value, a pagination token is included in the // response so that the remaining results can be retrieved. MaxResults *int64 `type:"integer"` // The name of a Performance Insights metric to be measured. // // Valid values for Metric are: // // * db.load.avg - a scaled representation of the number of active sessions // for the database engine. // // * db.sampledload.avg - the raw number of active sessions for the database // engine. // // If the number of active sessions is less than an internal Performance Insights // threshold, db.load.avg and db.sampledload.avg are the same value. If the // number of active sessions is greater than the internal threshold, Performance // Insights samples the active sessions, with db.load.avg showing the scaled // values, db.sampledload.avg showing the raw values, and db.sampledload.avg // less than db.load.avg. For most use cases, you can query db.load.avg only. // // Metric is a required field Metric *string `type:"string" required:"true"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the token, up to // the value specified by MaxRecords. NextToken *string `type:"string"` // For each dimension specified in GroupBy, specify a secondary dimension to // further subdivide the partition keys in the response. PartitionBy *DimensionGroup `type:"structure"` // The granularity, in seconds, of the data points returned from Performance // Insights. A period can be as short as one second, or as long as one day (86400 // seconds). Valid values are: // // * 1 (one second) // // * 60 (one minute) // // * 300 (five minutes) // // * 3600 (one hour) // // * 86400 (twenty-four hours) // // If you don't specify PeriodInSeconds, then Performance Insights chooses a // value for you, with a goal of returning roughly 100-200 data points in the // response. PeriodInSeconds *int64 `type:"integer"` // The AWS service for which Performance Insights will return metrics. The only // valid value for ServiceType is RDS. // // ServiceType is a required field ServiceType *string `type:"string" required:"true" enum:"ServiceType"` // The date and time specifying the beginning of the requested time series data. // You must specify a StartTime within the past 7 days. The value specified // is inclusive, which means that data points equal to or greater than StartTime // are returned. // // The value for StartTime must be earlier than the value for EndTime. // // StartTime is a required field StartTime *time.Time `type:"timestamp" required:"true"` // contains filtered or unexported fields }
func (DescribeDimensionKeysInput) GoString ¶
func (s DescribeDimensionKeysInput) GoString() string
GoString returns the string representation
func (*DescribeDimensionKeysInput) SetEndTime ¶
func (s *DescribeDimensionKeysInput) SetEndTime(v time.Time) *DescribeDimensionKeysInput
SetEndTime sets the EndTime field's value.
func (*DescribeDimensionKeysInput) SetFilter ¶
func (s *DescribeDimensionKeysInput) SetFilter(v map[string]*string) *DescribeDimensionKeysInput
SetFilter sets the Filter field's value.
func (*DescribeDimensionKeysInput) SetGroupBy ¶
func (s *DescribeDimensionKeysInput) SetGroupBy(v *DimensionGroup) *DescribeDimensionKeysInput
SetGroupBy sets the GroupBy field's value.
func (*DescribeDimensionKeysInput) SetIdentifier ¶
func (s *DescribeDimensionKeysInput) SetIdentifier(v string) *DescribeDimensionKeysInput
SetIdentifier sets the Identifier field's value.
func (*DescribeDimensionKeysInput) SetMaxResults ¶
func (s *DescribeDimensionKeysInput) SetMaxResults(v int64) *DescribeDimensionKeysInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeDimensionKeysInput) SetMetric ¶
func (s *DescribeDimensionKeysInput) SetMetric(v string) *DescribeDimensionKeysInput
SetMetric sets the Metric field's value.
func (*DescribeDimensionKeysInput) SetNextToken ¶
func (s *DescribeDimensionKeysInput) SetNextToken(v string) *DescribeDimensionKeysInput
SetNextToken sets the NextToken field's value.
func (*DescribeDimensionKeysInput) SetPartitionBy ¶
func (s *DescribeDimensionKeysInput) SetPartitionBy(v *DimensionGroup) *DescribeDimensionKeysInput
SetPartitionBy sets the PartitionBy field's value.
func (*DescribeDimensionKeysInput) SetPeriodInSeconds ¶
func (s *DescribeDimensionKeysInput) SetPeriodInSeconds(v int64) *DescribeDimensionKeysInput
SetPeriodInSeconds sets the PeriodInSeconds field's value.
func (*DescribeDimensionKeysInput) SetServiceType ¶
func (s *DescribeDimensionKeysInput) SetServiceType(v string) *DescribeDimensionKeysInput
SetServiceType sets the ServiceType field's value.
func (*DescribeDimensionKeysInput) SetStartTime ¶
func (s *DescribeDimensionKeysInput) SetStartTime(v time.Time) *DescribeDimensionKeysInput
SetStartTime sets the StartTime field's value.
func (DescribeDimensionKeysInput) String ¶
func (s DescribeDimensionKeysInput) String() string
String returns the string representation
func (*DescribeDimensionKeysInput) Validate ¶
func (s *DescribeDimensionKeysInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDimensionKeysOutput ¶
type DescribeDimensionKeysOutput struct { // The end time for the returned dimension keys, after alignment to a granular // boundary (as specified by PeriodInSeconds). AlignedEndTime will be greater // than or equal to the value of the user-specified Endtime. AlignedEndTime *time.Time `type:"timestamp"` // The start time for the returned dimension keys, after alignment to a granular // boundary (as specified by PeriodInSeconds). AlignedStartTime will be less // than or equal to the value of the user-specified StartTime. AlignedStartTime *time.Time `type:"timestamp"` // The dimension keys that were requested. Keys []*DimensionKeyDescription `type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the token, up to // the value specified by MaxRecords. NextToken *string `type:"string"` // If PartitionBy was present in the request, PartitionKeys contains the breakdown // of dimension keys by the specified partitions. PartitionKeys []*ResponsePartitionKey `type:"list"` // contains filtered or unexported fields }
func (DescribeDimensionKeysOutput) GoString ¶
func (s DescribeDimensionKeysOutput) GoString() string
GoString returns the string representation
func (*DescribeDimensionKeysOutput) SetAlignedEndTime ¶
func (s *DescribeDimensionKeysOutput) SetAlignedEndTime(v time.Time) *DescribeDimensionKeysOutput
SetAlignedEndTime sets the AlignedEndTime field's value.
func (*DescribeDimensionKeysOutput) SetAlignedStartTime ¶
func (s *DescribeDimensionKeysOutput) SetAlignedStartTime(v time.Time) *DescribeDimensionKeysOutput
SetAlignedStartTime sets the AlignedStartTime field's value.
func (*DescribeDimensionKeysOutput) SetKeys ¶
func (s *DescribeDimensionKeysOutput) SetKeys(v []*DimensionKeyDescription) *DescribeDimensionKeysOutput
SetKeys sets the Keys field's value.
func (*DescribeDimensionKeysOutput) SetNextToken ¶
func (s *DescribeDimensionKeysOutput) SetNextToken(v string) *DescribeDimensionKeysOutput
SetNextToken sets the NextToken field's value.
func (*DescribeDimensionKeysOutput) SetPartitionKeys ¶
func (s *DescribeDimensionKeysOutput) SetPartitionKeys(v []*ResponsePartitionKey) *DescribeDimensionKeysOutput
SetPartitionKeys sets the PartitionKeys field's value.
func (DescribeDimensionKeysOutput) String ¶
func (s DescribeDimensionKeysOutput) String() string
String returns the string representation
type DimensionGroup ¶
type DimensionGroup struct { // A list of specific dimensions from a dimension group. If this parameter is // not present, then it signifies that all of the dimensions in the group were // requested, or are present in the response. // // Valid values for elements in the Dimensions array are: // // * db.application.name - The name of the application that is connected // to the database (only Aurora PostgreSQL and RDS PostgreSQL) // // * db.host.id - The host ID of the connected client (all engines) // // * db.host.name - The host name of the connected client (all engines) // // * db.name - The name of the database to which the client is connected // (only Aurora PostgreSQL, RDS PostgreSQL, Aurora MySQL, RDS MySQL, and // MariaDB) // // * db.session_type.name - The type of the current session (only Aurora // PostgreSQL and RDS PostgreSQL) // // * db.sql.id - The SQL ID generated by Performance Insights (all engines) // // * db.sql.db_id - The SQL ID generated by the database (all engines) // // * db.sql.statement - The SQL text that is being executed (all engines) // // * db.sql.tokenized_id // // * db.sql_tokenized.id - The SQL digest ID generated by Performance Insights // (all engines) // // * db.sql_tokenized.db_id - SQL digest ID generated by the database (all // engines) // // * db.sql_tokenized.statement - The SQL digest text (all engines) // // * db.user.id - The ID of the user logged in to the database (all engines) // // * db.user.name - The name of the user logged in to the database (all engines) // // * db.wait_event.name - The event for which the backend is waiting (all // engines) // // * db.wait_event.type - The type of event for which the backend is waiting // (all engines) // // * db.wait_event_type.name - The name of the event type for which the backend // is waiting (all engines) Dimensions []*string `min:"1" type:"list"` // The name of the dimension group. Valid values are: // // * db - The name of the database to which the client is connected (only // Aurora PostgreSQL, RDS PostgreSQL, Aurora MySQL, RDS MySQL, and MariaDB) // // * db.application - The name of the application that is connected to the // database (only Aurora PostgreSQL and RDS PostgreSQL) // // * db.host - The host name of the connected client (all engines) // // * db.session_type - The type of the current session (only Aurora PostgreSQL // and RDS PostgreSQL) // // * db.sql - The SQL that is currently executing (all engines) // // * db.sql_tokenized - The SQL digest (all engines) // // * db.wait_event - The event for which the database backend is waiting // (all engines) // // * db.wait_event_type - The type of event for which the database backend // is waiting (all engines) // // * db.user - The user logged in to the database (all engines) // // Group is a required field Group *string `type:"string" required:"true"` // The maximum number of items to fetch for this dimension group. Limit *int64 `min:"1" type:"integer"` // contains filtered or unexported fields }
A logical grouping of Performance Insights metrics for a related subject area. For example, the db.sql dimension group consists of the following dimensions: db.sql.id, db.sql.db_id, db.sql.statement, and db.sql.tokenized_id.
Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.
func (DimensionGroup) GoString ¶
func (s DimensionGroup) GoString() string
GoString returns the string representation
func (*DimensionGroup) SetDimensions ¶
func (s *DimensionGroup) SetDimensions(v []*string) *DimensionGroup
SetDimensions sets the Dimensions field's value.
func (*DimensionGroup) SetGroup ¶
func (s *DimensionGroup) SetGroup(v string) *DimensionGroup
SetGroup sets the Group field's value.
func (*DimensionGroup) SetLimit ¶
func (s *DimensionGroup) SetLimit(v int64) *DimensionGroup
SetLimit sets the Limit field's value.
func (DimensionGroup) String ¶
func (s DimensionGroup) String() string
String returns the string representation
func (*DimensionGroup) Validate ¶
func (s *DimensionGroup) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DimensionKeyDescription ¶
type DimensionKeyDescription struct { // A map of name-value pairs for the dimensions in the group. Dimensions map[string]*string `type:"map"` // If PartitionBy was specified, PartitionKeys contains the dimensions that // were. Partitions []*float64 `type:"list"` // The aggregated metric value for the dimension(s), over the requested time // range. Total *float64 `type:"double"` // contains filtered or unexported fields }
An array of descriptions and aggregated values for each dimension within a dimension group.
func (DimensionKeyDescription) GoString ¶
func (s DimensionKeyDescription) GoString() string
GoString returns the string representation
func (*DimensionKeyDescription) SetDimensions ¶
func (s *DimensionKeyDescription) SetDimensions(v map[string]*string) *DimensionKeyDescription
SetDimensions sets the Dimensions field's value.
func (*DimensionKeyDescription) SetPartitions ¶
func (s *DimensionKeyDescription) SetPartitions(v []*float64) *DimensionKeyDescription
SetPartitions sets the Partitions field's value.
func (*DimensionKeyDescription) SetTotal ¶
func (s *DimensionKeyDescription) SetTotal(v float64) *DimensionKeyDescription
SetTotal sets the Total field's value.
func (DimensionKeyDescription) String ¶
func (s DimensionKeyDescription) String() string
String returns the string representation
type GetResourceMetricsInput ¶
type GetResourceMetricsInput struct { // The date and time specifying the end of the requested time series data. The // value specified is exclusive - data points less than (but not equal to) EndTime // will be returned. // // The value for EndTime must be later than the value for StartTime. // // EndTime is a required field EndTime *time.Time `type:"timestamp" required:"true"` // An immutable, AWS Region-unique identifier for a data source. Performance // Insights gathers metrics from this data source. // // To use a DB instance as a data source, specify its DbiResourceId value. For // example, specify db-FAIHNTYBKTGAUSUZQYPDS2GW4A. // // Identifier is a required field Identifier *string `type:"string" required:"true"` // The maximum number of items to return in the response. If more items exist // than the specified MaxRecords value, a pagination token is included in the // response so that the remaining results can be retrieved. MaxResults *int64 `type:"integer"` // An array of one or more queries to perform. Each query must specify a Performance // Insights metric, and can optionally specify aggregation and filtering criteria. // // MetricQueries is a required field MetricQueries []*MetricQuery `min:"1" type:"list" required:"true"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the token, up to // the value specified by MaxRecords. NextToken *string `type:"string"` // The granularity, in seconds, of the data points returned from Performance // Insights. A period can be as short as one second, or as long as one day (86400 // seconds). Valid values are: // // * 1 (one second) // // * 60 (one minute) // // * 300 (five minutes) // // * 3600 (one hour) // // * 86400 (twenty-four hours) // // If you don't specify PeriodInSeconds, then Performance Insights will choose // a value for you, with a goal of returning roughly 100-200 data points in // the response. PeriodInSeconds *int64 `type:"integer"` // The AWS service for which Performance Insights returns metrics. The only // valid value for ServiceType is RDS. // // ServiceType is a required field ServiceType *string `type:"string" required:"true" enum:"ServiceType"` // The date and time specifying the beginning of the requested time series data. // You can't specify a StartTime that's earlier than 7 days ago. The value specified // is inclusive - data points equal to or greater than StartTime will be returned. // // The value for StartTime must be earlier than the value for EndTime. // // StartTime is a required field StartTime *time.Time `type:"timestamp" required:"true"` // contains filtered or unexported fields }
func (GetResourceMetricsInput) GoString ¶
func (s GetResourceMetricsInput) GoString() string
GoString returns the string representation
func (*GetResourceMetricsInput) SetEndTime ¶
func (s *GetResourceMetricsInput) SetEndTime(v time.Time) *GetResourceMetricsInput
SetEndTime sets the EndTime field's value.
func (*GetResourceMetricsInput) SetIdentifier ¶
func (s *GetResourceMetricsInput) SetIdentifier(v string) *GetResourceMetricsInput
SetIdentifier sets the Identifier field's value.
func (*GetResourceMetricsInput) SetMaxResults ¶
func (s *GetResourceMetricsInput) SetMaxResults(v int64) *GetResourceMetricsInput
SetMaxResults sets the MaxResults field's value.
func (*GetResourceMetricsInput) SetMetricQueries ¶
func (s *GetResourceMetricsInput) SetMetricQueries(v []*MetricQuery) *GetResourceMetricsInput
SetMetricQueries sets the MetricQueries field's value.
func (*GetResourceMetricsInput) SetNextToken ¶
func (s *GetResourceMetricsInput) SetNextToken(v string) *GetResourceMetricsInput
SetNextToken sets the NextToken field's value.
func (*GetResourceMetricsInput) SetPeriodInSeconds ¶
func (s *GetResourceMetricsInput) SetPeriodInSeconds(v int64) *GetResourceMetricsInput
SetPeriodInSeconds sets the PeriodInSeconds field's value.
func (*GetResourceMetricsInput) SetServiceType ¶
func (s *GetResourceMetricsInput) SetServiceType(v string) *GetResourceMetricsInput
SetServiceType sets the ServiceType field's value.
func (*GetResourceMetricsInput) SetStartTime ¶
func (s *GetResourceMetricsInput) SetStartTime(v time.Time) *GetResourceMetricsInput
SetStartTime sets the StartTime field's value.
func (GetResourceMetricsInput) String ¶
func (s GetResourceMetricsInput) String() string
String returns the string representation
func (*GetResourceMetricsInput) Validate ¶
func (s *GetResourceMetricsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetResourceMetricsOutput ¶
type GetResourceMetricsOutput struct { // The end time for the returned metrics, after alignment to a granular boundary // (as specified by PeriodInSeconds). AlignedEndTime will be greater than or // equal to the value of the user-specified Endtime. AlignedEndTime *time.Time `type:"timestamp"` // The start time for the returned metrics, after alignment to a granular boundary // (as specified by PeriodInSeconds). AlignedStartTime will be less than or // equal to the value of the user-specified StartTime. AlignedStartTime *time.Time `type:"timestamp"` // An immutable, AWS Region-unique identifier for a data source. Performance // Insights gathers metrics from this data source. // // To use a DB instance as a data source, you specify its DbiResourceId value // - for example: db-FAIHNTYBKTGAUSUZQYPDS2GW4A Identifier *string `type:"string"` // An array of metric results,, where each array element contains all of the // data points for a particular dimension. MetricList []*MetricKeyDataPoints `type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the token, up to // the value specified by MaxRecords. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (GetResourceMetricsOutput) GoString ¶
func (s GetResourceMetricsOutput) GoString() string
GoString returns the string representation
func (*GetResourceMetricsOutput) SetAlignedEndTime ¶
func (s *GetResourceMetricsOutput) SetAlignedEndTime(v time.Time) *GetResourceMetricsOutput
SetAlignedEndTime sets the AlignedEndTime field's value.
func (*GetResourceMetricsOutput) SetAlignedStartTime ¶
func (s *GetResourceMetricsOutput) SetAlignedStartTime(v time.Time) *GetResourceMetricsOutput
SetAlignedStartTime sets the AlignedStartTime field's value.
func (*GetResourceMetricsOutput) SetIdentifier ¶
func (s *GetResourceMetricsOutput) SetIdentifier(v string) *GetResourceMetricsOutput
SetIdentifier sets the Identifier field's value.
func (*GetResourceMetricsOutput) SetMetricList ¶
func (s *GetResourceMetricsOutput) SetMetricList(v []*MetricKeyDataPoints) *GetResourceMetricsOutput
SetMetricList sets the MetricList field's value.
func (*GetResourceMetricsOutput) SetNextToken ¶
func (s *GetResourceMetricsOutput) SetNextToken(v string) *GetResourceMetricsOutput
SetNextToken sets the NextToken field's value.
func (GetResourceMetricsOutput) String ¶
func (s GetResourceMetricsOutput) String() string
String returns the string representation
type InternalServiceError ¶ added in v1.28.0
type InternalServiceError struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The request failed due to an unknown error.
func (*InternalServiceError) Code ¶ added in v1.28.0
func (s *InternalServiceError) Code() string
Code returns the exception type name.
func (*InternalServiceError) Error ¶ added in v1.28.0
func (s *InternalServiceError) Error() string
func (InternalServiceError) GoString ¶ added in v1.28.0
func (s InternalServiceError) GoString() string
GoString returns the string representation
func (*InternalServiceError) Message ¶ added in v1.28.0
func (s *InternalServiceError) Message() string
Message returns the exception's message.
func (*InternalServiceError) OrigErr ¶ added in v1.28.0
func (s *InternalServiceError) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InternalServiceError) RequestID ¶ added in v1.28.0
func (s *InternalServiceError) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InternalServiceError) StatusCode ¶ added in v1.28.0
func (s *InternalServiceError) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InternalServiceError) String ¶ added in v1.28.0
func (s InternalServiceError) String() string
String returns the string representation
type InvalidArgumentException ¶ added in v1.28.0
type InvalidArgumentException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
One of the arguments provided is invalid for this request.
func (*InvalidArgumentException) Code ¶ added in v1.28.0
func (s *InvalidArgumentException) Code() string
Code returns the exception type name.
func (*InvalidArgumentException) Error ¶ added in v1.28.0
func (s *InvalidArgumentException) Error() string
func (InvalidArgumentException) GoString ¶ added in v1.28.0
func (s InvalidArgumentException) GoString() string
GoString returns the string representation
func (*InvalidArgumentException) Message ¶ added in v1.28.0
func (s *InvalidArgumentException) Message() string
Message returns the exception's message.
func (*InvalidArgumentException) OrigErr ¶ added in v1.28.0
func (s *InvalidArgumentException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidArgumentException) RequestID ¶ added in v1.28.0
func (s *InvalidArgumentException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidArgumentException) StatusCode ¶ added in v1.28.0
func (s *InvalidArgumentException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidArgumentException) String ¶ added in v1.28.0
func (s InvalidArgumentException) String() string
String returns the string representation
type MetricKeyDataPoints ¶
type MetricKeyDataPoints struct { // An array of timestamp-value pairs, representing measurements over a period // of time. DataPoints []*DataPoint `type:"list"` // The dimension(s) to which the data points apply. Key *ResponseResourceMetricKey `type:"structure"` // contains filtered or unexported fields }
A time-ordered series of data points, corresponding to a dimension of a Performance Insights metric.
func (MetricKeyDataPoints) GoString ¶
func (s MetricKeyDataPoints) GoString() string
GoString returns the string representation
func (*MetricKeyDataPoints) SetDataPoints ¶
func (s *MetricKeyDataPoints) SetDataPoints(v []*DataPoint) *MetricKeyDataPoints
SetDataPoints sets the DataPoints field's value.
func (*MetricKeyDataPoints) SetKey ¶
func (s *MetricKeyDataPoints) SetKey(v *ResponseResourceMetricKey) *MetricKeyDataPoints
SetKey sets the Key field's value.
func (MetricKeyDataPoints) String ¶
func (s MetricKeyDataPoints) String() string
String returns the string representation
type MetricQuery ¶
type MetricQuery struct { // One or more filters to apply in the request. Restrictions: // // * Any number of filters by the same dimension, as specified in the GroupBy // parameter. // // * A single filter for any other dimension in this dimension group. Filter map[string]*string `type:"map"` // A specification for how to aggregate the data points from a query result. // You must specify a valid dimension group. Performance Insights will return // all of the dimensions within that group, unless you provide the names of // specific dimensions within that group. You can also request that Performance // Insights return a limited number of values for a dimension. GroupBy *DimensionGroup `type:"structure"` // The name of a Performance Insights metric to be measured. // // Valid values for Metric are: // // * db.load.avg - a scaled representation of the number of active sessions // for the database engine. // // * db.sampledload.avg - the raw number of active sessions for the database // engine. // // If the number of active sessions is less than an internal Performance Insights // threshold, db.load.avg and db.sampledload.avg are the same value. If the // number of active sessions is greater than the internal threshold, Performance // Insights samples the active sessions, with db.load.avg showing the scaled // values, db.sampledload.avg showing the raw values, and db.sampledload.avg // less than db.load.avg. For most use cases, you can query db.load.avg only. // // Metric is a required field Metric *string `type:"string" required:"true"` // contains filtered or unexported fields }
A single query to be processed. You must provide the metric to query. If no other parameters are specified, Performance Insights returns all of the data points for that metric. You can optionally request that the data points be aggregated by dimension group ( GroupBy), and return only those data points that match your criteria (Filter).
func (MetricQuery) GoString ¶
func (s MetricQuery) GoString() string
GoString returns the string representation
func (*MetricQuery) SetFilter ¶
func (s *MetricQuery) SetFilter(v map[string]*string) *MetricQuery
SetFilter sets the Filter field's value.
func (*MetricQuery) SetGroupBy ¶
func (s *MetricQuery) SetGroupBy(v *DimensionGroup) *MetricQuery
SetGroupBy sets the GroupBy field's value.
func (*MetricQuery) SetMetric ¶
func (s *MetricQuery) SetMetric(v string) *MetricQuery
SetMetric sets the Metric field's value.
func (MetricQuery) String ¶
func (s MetricQuery) String() string
String returns the string representation
func (*MetricQuery) Validate ¶
func (s *MetricQuery) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type NotAuthorizedException ¶ added in v1.28.0
type NotAuthorizedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The user is not authorized to perform this request.
func (*NotAuthorizedException) Code ¶ added in v1.28.0
func (s *NotAuthorizedException) Code() string
Code returns the exception type name.
func (*NotAuthorizedException) Error ¶ added in v1.28.0
func (s *NotAuthorizedException) Error() string
func (NotAuthorizedException) GoString ¶ added in v1.28.0
func (s NotAuthorizedException) GoString() string
GoString returns the string representation
func (*NotAuthorizedException) Message ¶ added in v1.28.0
func (s *NotAuthorizedException) Message() string
Message returns the exception's message.
func (*NotAuthorizedException) OrigErr ¶ added in v1.28.0
func (s *NotAuthorizedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*NotAuthorizedException) RequestID ¶ added in v1.28.0
func (s *NotAuthorizedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*NotAuthorizedException) StatusCode ¶ added in v1.28.0
func (s *NotAuthorizedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (NotAuthorizedException) String ¶ added in v1.28.0
func (s NotAuthorizedException) String() string
String returns the string representation
type PI ¶
PI provides the API operation methods for making requests to AWS Performance Insights. See this package's package overview docs for details on the service.
PI methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *PI
New creates a new instance of the PI client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a PI client from just a session. svc := pi.New(mySession) // Create a PI client with additional configuration svc := pi.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*PI) DescribeDimensionKeys ¶
func (c *PI) DescribeDimensionKeys(input *DescribeDimensionKeysInput) (*DescribeDimensionKeysOutput, error)
DescribeDimensionKeys API operation for AWS Performance Insights.
For a specific time period, retrieve the top N dimension keys for a metric.
Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Performance Insights's API operation DescribeDimensionKeys for usage and error information.
Returned Error Types:
InvalidArgumentException One of the arguments provided is invalid for this request.
InternalServiceError The request failed due to an unknown error.
NotAuthorizedException The user is not authorized to perform this request.
See also, https://docs.aws.amazon.com/goto/WebAPI/pi-2018-02-27/DescribeDimensionKeys
func (*PI) DescribeDimensionKeysRequest ¶
func (c *PI) DescribeDimensionKeysRequest(input *DescribeDimensionKeysInput) (req *request.Request, output *DescribeDimensionKeysOutput)
DescribeDimensionKeysRequest generates a "aws/request.Request" representing the client's request for the DescribeDimensionKeys operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDimensionKeys for more information on using the DescribeDimensionKeys API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDimensionKeysRequest method. req, resp := client.DescribeDimensionKeysRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/pi-2018-02-27/DescribeDimensionKeys
func (*PI) DescribeDimensionKeysWithContext ¶
func (c *PI) DescribeDimensionKeysWithContext(ctx aws.Context, input *DescribeDimensionKeysInput, opts ...request.Option) (*DescribeDimensionKeysOutput, error)
DescribeDimensionKeysWithContext is the same as DescribeDimensionKeys with the addition of the ability to pass a context and additional request options.
See DescribeDimensionKeys for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*PI) GetResourceMetrics ¶
func (c *PI) GetResourceMetrics(input *GetResourceMetricsInput) (*GetResourceMetricsOutput, error)
GetResourceMetrics API operation for AWS Performance Insights.
Retrieve Performance Insights metrics for a set of data sources, over a time period. You can provide specific dimension groups and dimensions, and provide aggregation and filtering criteria for each group.
Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Performance Insights's API operation GetResourceMetrics for usage and error information.
Returned Error Types:
InvalidArgumentException One of the arguments provided is invalid for this request.
InternalServiceError The request failed due to an unknown error.
NotAuthorizedException The user is not authorized to perform this request.
See also, https://docs.aws.amazon.com/goto/WebAPI/pi-2018-02-27/GetResourceMetrics
func (*PI) GetResourceMetricsRequest ¶
func (c *PI) GetResourceMetricsRequest(input *GetResourceMetricsInput) (req *request.Request, output *GetResourceMetricsOutput)
GetResourceMetricsRequest generates a "aws/request.Request" representing the client's request for the GetResourceMetrics operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetResourceMetrics for more information on using the GetResourceMetrics API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetResourceMetricsRequest method. req, resp := client.GetResourceMetricsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/pi-2018-02-27/GetResourceMetrics
func (*PI) GetResourceMetricsWithContext ¶
func (c *PI) GetResourceMetricsWithContext(ctx aws.Context, input *GetResourceMetricsInput, opts ...request.Option) (*GetResourceMetricsOutput, error)
GetResourceMetricsWithContext is the same as GetResourceMetrics with the addition of the ability to pass a context and additional request options.
See GetResourceMetrics for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type ResponsePartitionKey ¶
type ResponsePartitionKey struct { // A dimension map that contains the dimension(s) for this partition. // // Dimensions is a required field Dimensions map[string]*string `type:"map" required:"true"` // contains filtered or unexported fields }
If PartitionBy was specified in a DescribeDimensionKeys request, the dimensions are returned in an array. Each element in the array specifies one dimension.
func (ResponsePartitionKey) GoString ¶
func (s ResponsePartitionKey) GoString() string
GoString returns the string representation
func (*ResponsePartitionKey) SetDimensions ¶
func (s *ResponsePartitionKey) SetDimensions(v map[string]*string) *ResponsePartitionKey
SetDimensions sets the Dimensions field's value.
func (ResponsePartitionKey) String ¶
func (s ResponsePartitionKey) String() string
String returns the string representation
type ResponseResourceMetricKey ¶
type ResponseResourceMetricKey struct { // The valid dimensions for the metric. Dimensions map[string]*string `type:"map"` // The name of a Performance Insights metric to be measured. // // Valid values for Metric are: // // * db.load.avg - a scaled representation of the number of active sessions // for the database engine. // // * db.sampledload.avg - the raw number of active sessions for the database // engine. // // If the number of active sessions is less than an internal Performance Insights // threshold, db.load.avg and db.sampledload.avg are the same value. If the // number of active sessions is greater than the internal threshold, Performance // Insights samples the active sessions, with db.load.avg showing the scaled // values, db.sampledload.avg showing the raw values, and db.sampledload.avg // less than db.load.avg. For most use cases, you can query db.load.avg only. // // Metric is a required field Metric *string `type:"string" required:"true"` // contains filtered or unexported fields }
An object describing a Performance Insights metric and one or more dimensions for that metric.
func (ResponseResourceMetricKey) GoString ¶
func (s ResponseResourceMetricKey) GoString() string
GoString returns the string representation
func (*ResponseResourceMetricKey) SetDimensions ¶
func (s *ResponseResourceMetricKey) SetDimensions(v map[string]*string) *ResponseResourceMetricKey
SetDimensions sets the Dimensions field's value.
func (*ResponseResourceMetricKey) SetMetric ¶
func (s *ResponseResourceMetricKey) SetMetric(v string) *ResponseResourceMetricKey
SetMetric sets the Metric field's value.
func (ResponseResourceMetricKey) String ¶
func (s ResponseResourceMetricKey) String() string
String returns the string representation