AWS Invoicing

eventNameDescriptionSampleRule
anyCatch-all entry for AWS Invoicing rules that match the service but not a specific eventName.NN
BatchGetInvoiceProfileThis gets the invoice profile associated with a set of accounts. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
CreateInvoiceUnitThis creates a new invoice unit with the provided definition. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
CreateProcurementPortalPreferenceThis feature API is subject to changing at any time. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
DeleteInvoiceUnitThis deletes an invoice unit with the provided invoice unit ARN. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
DeleteProcurementPortalPreferenceThis feature API is subject to changing at any time. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
GetInvoicePDFReturns a URL to download the invoice document and supplemental documents associated with an invoice. Operation catalog is model-derived from the AWS SDK (botocore); this (eventSource, eventName) pair is confirmed by an observed CloudTrail record.NN
GetInvoiceUnitThis retrieves the invoice unit definition. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
GetProcurementPortalPreferenceThis feature API is subject to changing at any time. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
ListInvoiceSummariesRetrieves your invoice details programmatically, without line item details. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
ListInvoiceUnitsThis fetches a list of all invoice unit definitions for a given account, as of the provided AsOf date. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
ListProcurementPortalPreferencesThis feature API is subject to changing at any time. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
ListTagsForResourceLists the tags for a resource. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
PutProcurementPortalPreferenceThis feature API is subject to changing at any time. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
TagResourceAdds a tag to a resource. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
UntagResourceRemoves a tag from a resource. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
UpdateInvoiceUnitYou can update the invoice unit configuration at any time, and Amazon Web Services will use the latest configuration at the end of the month. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
UpdateProcurementPortalPreferenceStatusThis feature API is subject to changing at any time. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
SendProcurementPortalValidationThis feature API is subject to changing at any time. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
VerifyProcurementPortalValidationThis feature API is subject to changing at any time. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN

any: AWS Invoicing (catch-all)

#
Service
invoicing

Description

Catch-all entry for AWS Invoicing rules that match the service but not a specific eventName.

BatchGetInvoiceProfile

#
Service
invoicing

Description

This gets the invoice profile associated with a set of accounts. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

CreateInvoiceUnit

#
Service
invoicing

Description

This creates a new invoice unit with the provided definition. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

CreateProcurementPortalPreference

#
Service
invoicing

Description

This feature API is subject to changing at any time. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

DeleteInvoiceUnit

#
Service
invoicing

Description

This deletes an invoice unit with the provided invoice unit ARN. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

DeleteProcurementPortalPreference

#
Service
invoicing

Description

This feature API is subject to changing at any time. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

GetInvoicePDF

#
Service
invoicing

Description

Returns a URL to download the invoice document and supplemental documents associated with an invoice. Operation catalog is model-derived from the AWS SDK (botocore); this (eventSource, eventName) pair is confirmed by an observed CloudTrail record.

Example CloudTrail Event #

This is a projected export row, not a complete CloudTrail record: it shows only the envelope columns a SIEM export retained. The export never carried userIdentity, requestParameters, responseElements, sourceIPAddress, recipientAccountId, eventCategory, so their absence here says nothing about the real event. Account identifiers, ARNs and endpoint hostnames in eventID, requestID, resources, tlsDetails, userAgent are replaced with the placeholders AWS uses in its own documentation, so those values are structurally real but not the originals. errorMessage is withheld: it is free-form prose that names customer resources, which no substitution rule can find reliably. eventTime is withheld because the export renders it in the exporting system's local timezone rather than the UTC a CloudTrail record carries.

{
  "eventVersion": "1.11",
  "eventID": "84abeef8-319d-4811-80bf-824fdd08461e",
  "eventSource": "invoicing.amazonaws.com",
  "eventName": "GetInvoicePDF",
  "awsRegion": "us-east-1",
  "eventType": "AwsApiCall",
  "readOnly": true,
  "managementEvent": true,
  "requestID": "ec5110b0-9dd3-42c6-88e8-9bb12cc82374",
  "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36 Edg/150.0.0.0",
  "tlsDetails": {
    "clientProvidedHostHeader": "example.us-east-1.api.aws"
  }
}

GetInvoiceUnit

#
Service
invoicing

Description

This retrieves the invoice unit definition. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

GetProcurementPortalPreference

#
Service
invoicing

Description

This feature API is subject to changing at any time. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

ListInvoiceSummaries

#
Service
invoicing

Description

Retrieves your invoice details programmatically, without line item details. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

ListInvoiceUnits

#
Service
invoicing

Description

This fetches a list of all invoice unit definitions for a given account, as of the provided AsOf date. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

ListProcurementPortalPreferences

#
Service
invoicing

Description

This feature API is subject to changing at any time. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

ListTagsForResource

#
Service
invoicing

Description

Lists the tags for a resource. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

PutProcurementPortalPreference

#
Service
invoicing

Description

This feature API is subject to changing at any time. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

TagResource

#
Service
invoicing

Description

Adds a tag to a resource. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

UntagResource

#
Service
invoicing

Description

Removes a tag from a resource. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

UpdateInvoiceUnit

#
Service
invoicing

Description

You can update the invoice unit configuration at any time, and Amazon Web Services will use the latest configuration at the end of the month. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

UpdateProcurementPortalPreferenceStatus

#
Service
invoicing

Description

This feature API is subject to changing at any time. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

SendProcurementPortalValidation

#
Service
invoicing

Description

This feature API is subject to changing at any time. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

VerifyProcurementPortalValidation

#
Service
invoicing

Description

This feature API is subject to changing at any time. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.