Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessDeniedException ¶
type AccessDeniedException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
You do not have permission to perform this action.
func (*AccessDeniedException) Error ¶
func (e *AccessDeniedException) Error() string
func (*AccessDeniedException) ErrorCode ¶
func (e *AccessDeniedException) ErrorCode() string
func (*AccessDeniedException) ErrorFault ¶
func (e *AccessDeniedException) ErrorFault() smithy.ErrorFault
func (*AccessDeniedException) ErrorMessage ¶
func (e *AccessDeniedException) ErrorMessage() string
type InternalServerException ¶
type InternalServerException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
An internal server error occurred. Retry your request.
func (*InternalServerException) Error ¶
func (e *InternalServerException) Error() string
func (*InternalServerException) ErrorCode ¶
func (e *InternalServerException) ErrorCode() string
func (*InternalServerException) ErrorFault ¶
func (e *InternalServerException) ErrorFault() smithy.ErrorFault
func (*InternalServerException) ErrorMessage ¶
func (e *InternalServerException) ErrorMessage() string
type ReportDefinition ¶
type ReportDefinition struct { // Timestamp (milliseconds) when this report definition was created. CreatedAt *time.Time // The location in Amazon Simple Storage Service (Amazon S3) the reports should be // saved to. DestinationS3Location *S3Location // The format used for the generated reports. Format Format // Timestamp (milliseconds) when this report definition was last updated. LastUpdatedAt *time.Time // Description of the report ReportDescription *string // The cadence at which the report is generated. ReportFrequency ReportFrequency // The ID of the report. ReportId *string // contains filtered or unexported fields }
The configuration of a report in AWS Application Cost Profiler.
type ReportFrequency ¶
type ReportFrequency string
const ( ReportFrequencyMonthly ReportFrequency = "MONTHLY" ReportFrequencyDaily ReportFrequency = "DAILY" ReportFrequencyAll ReportFrequency = "ALL" )
Enum values for ReportFrequency
func (ReportFrequency) Values ¶
func (ReportFrequency) Values() []ReportFrequency
Values returns all known values for ReportFrequency. Note that this can be expanded in the future, and so it is only as up to date as the client.
The ordering of this slice is not guaranteed to be stable across updates.
type S3BucketRegion ¶
type S3BucketRegion string
const ( S3BucketRegionApEast1 S3BucketRegion = "ap-east-1" S3BucketRegionMeSouth1 S3BucketRegion = "me-south-1" S3BucketRegionEuSouth1 S3BucketRegion = "eu-south-1" S3BucketRegionAfSouth1 S3BucketRegion = "af-south-1" )
Enum values for S3BucketRegion
func (S3BucketRegion) Values ¶
func (S3BucketRegion) Values() []S3BucketRegion
Values returns all known values for S3BucketRegion. Note that this can be expanded in the future, and so it is only as up to date as the client.
The ordering of this slice is not guaranteed to be stable across updates.
type S3Location ¶
type S3Location struct { // Name of the S3 bucket. // // This member is required. Bucket *string // Prefix for the location to write to. // // This member is required. Prefix *string // contains filtered or unexported fields }
Represents the Amazon Simple Storage Service (Amazon S3) location where AWS Application Cost Profiler reports are generated and then written to.
type ServiceQuotaExceededException ¶
type ServiceQuotaExceededException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
Your request exceeds one or more of the service quotas.
func (*ServiceQuotaExceededException) Error ¶
func (e *ServiceQuotaExceededException) Error() string
func (*ServiceQuotaExceededException) ErrorCode ¶
func (e *ServiceQuotaExceededException) ErrorCode() string
func (*ServiceQuotaExceededException) ErrorFault ¶
func (e *ServiceQuotaExceededException) ErrorFault() smithy.ErrorFault
func (*ServiceQuotaExceededException) ErrorMessage ¶
func (e *ServiceQuotaExceededException) ErrorMessage() string
type SourceS3Location ¶
type SourceS3Location struct { // Name of the bucket. // // This member is required. Bucket *string // Key of the object. // // This member is required. Key *string // Region of the bucket. Only required for Regions that are disabled by default. // For more infomration about Regions that are disabled by default, see [Enabling a Region]in the AWS // General Reference guide. // // [Enabling a Region]: https://docs.aws.amazon.com/general/latest/gr/rande-manage.html#rande-manage-enable Region S3BucketRegion // contains filtered or unexported fields }
Represents the Amazon Simple Storage Service (Amazon S3) location where usage data is read from.
type ThrottlingException ¶
type ThrottlingException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
The calls to AWS Application Cost Profiler API are throttled. The request was denied.
func (*ThrottlingException) Error ¶
func (e *ThrottlingException) Error() string
func (*ThrottlingException) ErrorCode ¶
func (e *ThrottlingException) ErrorCode() string
func (*ThrottlingException) ErrorFault ¶
func (e *ThrottlingException) ErrorFault() smithy.ErrorFault
func (*ThrottlingException) ErrorMessage ¶
func (e *ThrottlingException) ErrorMessage() string
type ValidationException ¶
type ValidationException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
The input fails to satisfy the constraints for the API.
func (*ValidationException) Error ¶
func (e *ValidationException) Error() string
func (*ValidationException) ErrorCode ¶
func (e *ValidationException) ErrorCode() string
func (*ValidationException) ErrorFault ¶
func (e *ValidationException) ErrorFault() smithy.ErrorFault
func (*ValidationException) ErrorMessage ¶
func (e *ValidationException) ErrorMessage() string