Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const EndpointsID + const ErrCodeChannelInsufficientPermission + const ErrCodeChannelNotFound + const ErrCodeChannelUnsupportedSchema + const ErrCodeDuplicatedAuditEventId + const ErrCodeInvalidChannelARN + const ErrCodeUnsupportedOperationException + const ServiceID + const ServiceName + type AuditEvent struct + EventData *string + EventDataChecksum *string + Id *string + func (s *AuditEvent) SetEventData(v string) *AuditEvent + func (s *AuditEvent) SetEventDataChecksum(v string) *AuditEvent + func (s *AuditEvent) SetId(v string) *AuditEvent + func (s *AuditEvent) Validate() error + func (s AuditEvent) GoString() string + func (s AuditEvent) String() string + type AuditEventResultEntry struct + EventID *string + Id *string + func (s *AuditEventResultEntry) SetEventID(v string) *AuditEventResultEntry + func (s *AuditEventResultEntry) SetId(v string) *AuditEventResultEntry + func (s AuditEventResultEntry) GoString() string + func (s AuditEventResultEntry) String() string + type ChannelInsufficientPermission struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ChannelInsufficientPermission) Code() string + func (s *ChannelInsufficientPermission) Error() string + func (s *ChannelInsufficientPermission) Message() string + func (s *ChannelInsufficientPermission) OrigErr() error + func (s *ChannelInsufficientPermission) RequestID() string + func (s *ChannelInsufficientPermission) StatusCode() int + func (s ChannelInsufficientPermission) GoString() string + func (s ChannelInsufficientPermission) String() string + type ChannelNotFound struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ChannelNotFound) Code() string + func (s *ChannelNotFound) Error() string + func (s *ChannelNotFound) Message() string + func (s *ChannelNotFound) OrigErr() error + func (s *ChannelNotFound) RequestID() string + func (s *ChannelNotFound) StatusCode() int + func (s ChannelNotFound) GoString() string + func (s ChannelNotFound) String() string + type ChannelUnsupportedSchema struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ChannelUnsupportedSchema) Code() string + func (s *ChannelUnsupportedSchema) Error() string + func (s *ChannelUnsupportedSchema) Message() string + func (s *ChannelUnsupportedSchema) OrigErr() error + func (s *ChannelUnsupportedSchema) RequestID() string + func (s *ChannelUnsupportedSchema) StatusCode() int + func (s ChannelUnsupportedSchema) GoString() string + func (s ChannelUnsupportedSchema) String() string + type CloudTrailData struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *CloudTrailData + func (c *CloudTrailData) PutAuditEvents(input *PutAuditEventsInput) (*PutAuditEventsOutput, error) + func (c *CloudTrailData) PutAuditEventsRequest(input *PutAuditEventsInput) (req *request.Request, output *PutAuditEventsOutput) + func (c *CloudTrailData) PutAuditEventsWithContext(ctx aws.Context, input *PutAuditEventsInput, opts ...request.Option) (*PutAuditEventsOutput, error) + type DuplicatedAuditEventId struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *DuplicatedAuditEventId) Code() string + func (s *DuplicatedAuditEventId) Error() string + func (s *DuplicatedAuditEventId) Message() string + func (s *DuplicatedAuditEventId) OrigErr() error + func (s *DuplicatedAuditEventId) RequestID() string + func (s *DuplicatedAuditEventId) StatusCode() int + func (s DuplicatedAuditEventId) GoString() string + func (s DuplicatedAuditEventId) String() string + type InvalidChannelARN struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidChannelARN) Code() string + func (s *InvalidChannelARN) Error() string + func (s *InvalidChannelARN) Message() string + func (s *InvalidChannelARN) OrigErr() error + func (s *InvalidChannelARN) RequestID() string + func (s *InvalidChannelARN) StatusCode() int + func (s InvalidChannelARN) GoString() string + func (s InvalidChannelARN) String() string + type PutAuditEventsInput struct + AuditEvents []*AuditEvent + ChannelArn *string + ExternalId *string + func (s *PutAuditEventsInput) SetAuditEvents(v []*AuditEvent) *PutAuditEventsInput + func (s *PutAuditEventsInput) SetChannelArn(v string) *PutAuditEventsInput + func (s *PutAuditEventsInput) SetExternalId(v string) *PutAuditEventsInput + func (s *PutAuditEventsInput) Validate() error + func (s PutAuditEventsInput) GoString() string + func (s PutAuditEventsInput) String() string + type PutAuditEventsOutput struct + Failed []*ResultErrorEntry + Successful []*AuditEventResultEntry + func (s *PutAuditEventsOutput) SetFailed(v []*ResultErrorEntry) *PutAuditEventsOutput + func (s *PutAuditEventsOutput) SetSuccessful(v []*AuditEventResultEntry) *PutAuditEventsOutput + func (s PutAuditEventsOutput) GoString() string + func (s PutAuditEventsOutput) String() string + type ResultErrorEntry struct + ErrorCode *string + ErrorMessage *string + Id *string + func (s *ResultErrorEntry) SetErrorCode(v string) *ResultErrorEntry + func (s *ResultErrorEntry) SetErrorMessage(v string) *ResultErrorEntry + func (s *ResultErrorEntry) SetId(v string) *ResultErrorEntry + func (s ResultErrorEntry) GoString() string + func (s ResultErrorEntry) String() string + type UnsupportedOperationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UnsupportedOperationException) Code() string + func (s *UnsupportedOperationException) Error() string + func (s *UnsupportedOperationException) Message() string + func (s *UnsupportedOperationException) OrigErr() error + func (s *UnsupportedOperationException) RequestID() string + func (s *UnsupportedOperationException) StatusCode() int + func (s UnsupportedOperationException) GoString() string + func (s UnsupportedOperationException) String() string