'2.0', 'service' => '
This reference provides descriptions of the AWS Application Cost Profiler API.
The AWS Application Cost Profiler API provides programmatic access to view, create, update, and delete application cost report definitions, as well as to import your usage data into the Application Cost Profiler service.
For more information about using this service, see the AWS Application Cost Profiler User Guide.
', 'operations' => [ 'DeleteReportDefinition' => 'Deletes the specified report definition in AWS Application Cost Profiler. This stops the report from being generated.
', 'GetReportDefinition' => 'Retrieves the definition of a report already configured in AWS Application Cost Profiler.
', 'ImportApplicationUsage' => 'Ingests application usage data from Amazon Simple Storage Service (Amazon S3).
The data must already exist in the S3 location. As part of the action, AWS Application Cost Profiler copies the object from your S3 bucket to an S3 bucket owned by Amazon for processing asynchronously.
', 'ListReportDefinitions' => 'Retrieves a list of all reports and their configurations for your AWS account.
The maximum number of reports is one.
', 'PutReportDefinition' => 'Creates the report definition for a report in Application Cost Profiler.
', 'UpdateReportDefinition' => 'Updates existing report in AWS Application Cost Profiler.
', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => 'You do not have permission to perform this action.
', 'refs' => [], ], 'DeleteReportDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteReportDefinitionResult' => [ 'base' => NULL, 'refs' => [], ], 'ErrorMessage' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$message' => NULL, 'InternalServerException$message' => NULL, 'ServiceQuotaExceededException$message' => NULL, 'ThrottlingException$message' => NULL, 'ValidationException$message' => NULL, ], ], 'Format' => [ 'base' => NULL, 'refs' => [ 'GetReportDefinitionResult$format' => 'Format of the generated report.
', 'PutReportDefinitionRequest$format' => 'Required. The format to use for the generated report.
', 'ReportDefinition$format' => 'The format used for the generated reports.
', 'UpdateReportDefinitionRequest$format' => 'Required. The format to use for the generated report.
', ], ], 'GetReportDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetReportDefinitionResult' => [ 'base' => NULL, 'refs' => [], ], 'ImportApplicationUsageRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportApplicationUsageResult' => [ 'base' => NULL, 'refs' => [], ], 'ImportId' => [ 'base' => NULL, 'refs' => [ 'ImportApplicationUsageResult$importId' => 'ID of the import request.
', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'ListReportDefinitionsRequest$maxResults' => 'The maximum number of results to return.
', ], ], 'InternalServerException' => [ 'base' => 'An internal server error occurred. Retry your request.
', 'refs' => [], ], 'ListReportDefinitionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListReportDefinitionsResult' => [ 'base' => NULL, 'refs' => [], ], 'PutReportDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutReportDefinitionResult' => [ 'base' => NULL, 'refs' => [], ], 'ReportDefinition' => [ 'base' => 'The configuration of a report in AWS Application Cost Profiler.
', 'refs' => [ 'ReportDefinitionList$member' => NULL, ], ], 'ReportDefinitionList' => [ 'base' => NULL, 'refs' => [ 'ListReportDefinitionsResult$reportDefinitions' => 'The retrieved reports.
', ], ], 'ReportDescription' => [ 'base' => NULL, 'refs' => [ 'GetReportDefinitionResult$reportDescription' => 'Description of the report.
', 'PutReportDefinitionRequest$reportDescription' => 'Required. Description of the report.
', 'ReportDefinition$reportDescription' => 'Description of the report
', 'UpdateReportDefinitionRequest$reportDescription' => 'Required. Description of the report.
', ], ], 'ReportFrequency' => [ 'base' => NULL, 'refs' => [ 'GetReportDefinitionResult$reportFrequency' => 'Cadence used to generate the report.
', 'PutReportDefinitionRequest$reportFrequency' => 'Required. The cadence to generate the report.
', 'ReportDefinition$reportFrequency' => 'The cadence at which the report is generated.
', 'UpdateReportDefinitionRequest$reportFrequency' => 'Required. The cadence to generate the report.
', ], ], 'ReportId' => [ 'base' => NULL, 'refs' => [ 'DeleteReportDefinitionRequest$reportId' => 'Required. ID of the report to delete.
', 'DeleteReportDefinitionResult$reportId' => 'ID of the report that was deleted.
', 'GetReportDefinitionRequest$reportId' => 'ID of the report to retrieve.
', 'GetReportDefinitionResult$reportId' => 'ID of the report retrieved.
', 'PutReportDefinitionRequest$reportId' => 'Required. ID of the report. You can choose any valid string matching the pattern for the ID.
', 'PutReportDefinitionResult$reportId' => 'ID of the report.
', 'ReportDefinition$reportId' => 'The ID of the report.
', 'UpdateReportDefinitionRequest$reportId' => 'Required. ID of the report to update.
', 'UpdateReportDefinitionResult$reportId' => 'ID of the report.
', ], ], 'S3Bucket' => [ 'base' => NULL, 'refs' => [ 'S3Location$bucket' => 'Name of the S3 bucket.
', 'SourceS3Location$bucket' => 'Name of the bucket.
', ], ], 'S3BucketRegion' => [ 'base' => NULL, 'refs' => [ 'SourceS3Location$region' => '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.
', ], ], 'S3Key' => [ 'base' => NULL, 'refs' => [ 'SourceS3Location$key' => 'Key of the object.
', ], ], 'S3Location' => [ 'base' => 'Represents the Amazon Simple Storage Service (Amazon S3) location where AWS Application Cost Profiler reports are generated and then written to.
', 'refs' => [ 'GetReportDefinitionResult$destinationS3Location' => 'Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.
', 'PutReportDefinitionRequest$destinationS3Location' => 'Required. Amazon Simple Storage Service (Amazon S3) location where Application Cost Profiler uploads the report.
', 'ReportDefinition$destinationS3Location' => 'The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.
', 'UpdateReportDefinitionRequest$destinationS3Location' => 'Required. Amazon Simple Storage Service (Amazon S3) location where Application Cost Profiler uploads the report.
', ], ], 'S3Prefix' => [ 'base' => NULL, 'refs' => [ 'S3Location$prefix' => 'Prefix for the location to write to.
', ], ], 'ServiceQuotaExceededException' => [ 'base' => 'Your request exceeds one or more of the service quotas.
', 'refs' => [], ], 'SourceS3Location' => [ 'base' => 'Represents the Amazon Simple Storage Service (Amazon S3) location where usage data is read from.
', 'refs' => [ 'ImportApplicationUsageRequest$sourceS3Location' => 'Amazon S3 location to import application usage data from.
', ], ], 'ThrottlingException' => [ 'base' => 'The calls to AWS Application Cost Profiler API are throttled. The request was denied.
', 'refs' => [], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'GetReportDefinitionResult$createdAt' => 'Timestamp (milliseconds) when this report definition was created.
', 'GetReportDefinitionResult$lastUpdated' => 'Timestamp (milliseconds) when this report definition was last updated.
', 'ReportDefinition$createdAt' => 'Timestamp (milliseconds) when this report definition was created.
', 'ReportDefinition$lastUpdatedAt' => 'Timestamp (milliseconds) when this report definition was last updated.
', ], ], 'Token' => [ 'base' => NULL, 'refs' => [ 'ListReportDefinitionsRequest$nextToken' => 'The token value from a previous call to access the next page of results.
', 'ListReportDefinitionsResult$nextToken' => 'The value of the next token, if it exists. Null if there are no more results.
', ], ], 'UpdateReportDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateReportDefinitionResult' => [ 'base' => NULL, 'refs' => [], ], 'ValidationException' => [ 'base' => 'The input fails to satisfy the constraints for the API.
', 'refs' => [], ], ],];