securitylake

package
v1.44.151 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2022 License: Apache-2.0 Imports: 10 Imported by: 7

Documentation

Overview

Package securitylake provides the client and types for making API requests to Amazon Security Lake.

Amazon Security Lake is in preview release. Your use of the Amazon Security Lake preview is subject to Section 2 of the Amazon Web Services Service Terms (http://aws.amazon.com/service-terms/)("Betas and Previews").

Amazon Security Lake is a fully-managed security data lake service. You can use Security Lake to automatically centralize security data from cloud, on-premises, and custom sources into a data lake that's stored in your account. Security Lake helps you analyze security data, so you can get a more complete understanding of your security posture across the entire organization and improve the protection of your workloads, applications, and data.

The data lake is backed by Amazon Simple Storage Service (Amazon S3) buckets, and you retain ownership over your data.

Security Lake automates the collection of security-related log and event data from integrated Amazon Web Services. and third-party services and manages the lifecycle of data with customizable retention and replication settings. Security Lake also converts ingested data into Apache Parquet format and a standard open-source schema called the Open Cybersecurity Schema Framework (OCSF).

Other Amazon Web Services and third-party services can subscribe to the data that's stored in Security Lake for incident response and security data analytics.

See https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10 for more information on this service.

See securitylake package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/securitylake/

Using the Client

To contact Amazon Security Lake 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 Amazon Security Lake client SecurityLake for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/securitylake/#New

Index

Constants

View Source
const (
	// AccessTypeLakeformation is a AccessType enum value
	AccessTypeLakeformation = "LAKEFORMATION"

	// AccessTypeS3 is a AccessType enum value
	AccessTypeS3 = "S3"
)
View Source
const (
	// AwsLogSourceTypeRoute53 is a AwsLogSourceType enum value
	AwsLogSourceTypeRoute53 = "ROUTE53"

	// AwsLogSourceTypeVpcFlow is a AwsLogSourceType enum value
	AwsLogSourceTypeVpcFlow = "VPC_FLOW"

	// AwsLogSourceTypeCloudTrail is a AwsLogSourceType enum value
	AwsLogSourceTypeCloudTrail = "CLOUD_TRAIL"

	// AwsLogSourceTypeShFindings is a AwsLogSourceType enum value
	AwsLogSourceTypeShFindings = "SH_FINDINGS"
)
View Source
const (
	// DimensionRegion is a Dimension enum value
	DimensionRegion = "REGION"

	// DimensionSourceType is a Dimension enum value
	DimensionSourceType = "SOURCE_TYPE"

	// DimensionMember is a Dimension enum value
	DimensionMember = "MEMBER"
)
View Source
const (
	// EndpointProtocolHttps is a EndpointProtocol enum value
	EndpointProtocolHttps = "HTTPS"

	// EndpointProtocolSqs is a EndpointProtocol enum value
	EndpointProtocolSqs = "SQS"
)
View Source
const (
	// HttpsMethodPost is a HttpsMethod enum value
	HttpsMethodPost = "POST"

	// HttpsMethodPut is a HttpsMethod enum value
	HttpsMethodPut = "PUT"
)
View Source
const (
	// OcsfEventClassAccessActivity is a OcsfEventClass enum value
	OcsfEventClassAccessActivity = "ACCESS_ACTIVITY"

	// OcsfEventClassFileActivity is a OcsfEventClass enum value
	OcsfEventClassFileActivity = "FILE_ACTIVITY"

	// OcsfEventClassKernelActivity is a OcsfEventClass enum value
	OcsfEventClassKernelActivity = "KERNEL_ACTIVITY"

	// OcsfEventClassKernelExtension is a OcsfEventClass enum value
	OcsfEventClassKernelExtension = "KERNEL_EXTENSION"

	// OcsfEventClassMemoryActivity is a OcsfEventClass enum value
	OcsfEventClassMemoryActivity = "MEMORY_ACTIVITY"

	// OcsfEventClassModuleActivity is a OcsfEventClass enum value
	OcsfEventClassModuleActivity = "MODULE_ACTIVITY"

	// OcsfEventClassProcessActivity is a OcsfEventClass enum value
	OcsfEventClassProcessActivity = "PROCESS_ACTIVITY"

	// OcsfEventClassRegistryKeyActivity is a OcsfEventClass enum value
	OcsfEventClassRegistryKeyActivity = "REGISTRY_KEY_ACTIVITY"

	// OcsfEventClassRegistryValueActivity is a OcsfEventClass enum value
	OcsfEventClassRegistryValueActivity = "REGISTRY_VALUE_ACTIVITY"

	// OcsfEventClassResourceActivity is a OcsfEventClass enum value
	OcsfEventClassResourceActivity = "RESOURCE_ACTIVITY"

	// OcsfEventClassScheduledJobActivity is a OcsfEventClass enum value
	OcsfEventClassScheduledJobActivity = "SCHEDULED_JOB_ACTIVITY"

	// OcsfEventClassSecurityFinding is a OcsfEventClass enum value
	OcsfEventClassSecurityFinding = "SECURITY_FINDING"

	// OcsfEventClassAccountChange is a OcsfEventClass enum value
	OcsfEventClassAccountChange = "ACCOUNT_CHANGE"

	// OcsfEventClassAuthentication is a OcsfEventClass enum value
	OcsfEventClassAuthentication = "AUTHENTICATION"

	// OcsfEventClassAuthorization is a OcsfEventClass enum value
	OcsfEventClassAuthorization = "AUTHORIZATION"

	// OcsfEventClassEntityManagementAudit is a OcsfEventClass enum value
	OcsfEventClassEntityManagementAudit = "ENTITY_MANAGEMENT_AUDIT"

	// OcsfEventClassDhcpActivity is a OcsfEventClass enum value
	OcsfEventClassDhcpActivity = "DHCP_ACTIVITY"

	// OcsfEventClassNetworkActivity is a OcsfEventClass enum value
	OcsfEventClassNetworkActivity = "NETWORK_ACTIVITY"

	// OcsfEventClassDnsActivity is a OcsfEventClass enum value
	OcsfEventClassDnsActivity = "DNS_ACTIVITY"

	// OcsfEventClassFtpActivity is a OcsfEventClass enum value
	OcsfEventClassFtpActivity = "FTP_ACTIVITY"

	// OcsfEventClassHttpActivity is a OcsfEventClass enum value
	OcsfEventClassHttpActivity = "HTTP_ACTIVITY"

	// OcsfEventClassRdpActivity is a OcsfEventClass enum value
	OcsfEventClassRdpActivity = "RDP_ACTIVITY"

	// OcsfEventClassSmbActivity is a OcsfEventClass enum value
	OcsfEventClassSmbActivity = "SMB_ACTIVITY"

	// OcsfEventClassSshActivity is a OcsfEventClass enum value
	OcsfEventClassSshActivity = "SSH_ACTIVITY"

	// OcsfEventClassCloudApi is a OcsfEventClass enum value
	OcsfEventClassCloudApi = "CLOUD_API"

	// OcsfEventClassContainerLifecycle is a OcsfEventClass enum value
	OcsfEventClassContainerLifecycle = "CONTAINER_LIFECYCLE"

	// OcsfEventClassDatabaseLifecycle is a OcsfEventClass enum value
	OcsfEventClassDatabaseLifecycle = "DATABASE_LIFECYCLE"

	// OcsfEventClassConfigState is a OcsfEventClass enum value
	OcsfEventClassConfigState = "CONFIG_STATE"

	// OcsfEventClassCloudStorage is a OcsfEventClass enum value
	OcsfEventClassCloudStorage = "CLOUD_STORAGE"

	// OcsfEventClassInventoryInfo is a OcsfEventClass enum value
	OcsfEventClassInventoryInfo = "INVENTORY_INFO"

	// OcsfEventClassRfbActivity is a OcsfEventClass enum value
	OcsfEventClassRfbActivity = "RFB_ACTIVITY"

	// OcsfEventClassSmtpActivity is a OcsfEventClass enum value
	OcsfEventClassSmtpActivity = "SMTP_ACTIVITY"

	// OcsfEventClassVirtualMachineActivity is a OcsfEventClass enum value
	OcsfEventClassVirtualMachineActivity = "VIRTUAL_MACHINE_ACTIVITY"
)
View Source
const (
	// RegionUsEast1 is a Region enum value
	RegionUsEast1 = "us-east-1"

	// RegionUsWest2 is a Region enum value
	RegionUsWest2 = "us-west-2"

	// RegionEuCentral1 is a Region enum value
	RegionEuCentral1 = "eu-central-1"

	// RegionUsEast2 is a Region enum value
	RegionUsEast2 = "us-east-2"

	// RegionEuWest1 is a Region enum value
	RegionEuWest1 = "eu-west-1"

	// RegionApNortheast1 is a Region enum value
	RegionApNortheast1 = "ap-northeast-1"

	// RegionApSoutheast2 is a Region enum value
	RegionApSoutheast2 = "ap-southeast-2"
)
View Source
const (
	// SettingsStatusInitialized is a SettingsStatus enum value
	SettingsStatusInitialized = "INITIALIZED"

	// SettingsStatusPending is a SettingsStatus enum value
	SettingsStatusPending = "PENDING"

	// SettingsStatusCompleted is a SettingsStatus enum value
	SettingsStatusCompleted = "COMPLETED"

	// SettingsStatusFailed is a SettingsStatus enum value
	SettingsStatusFailed = "FAILED"
)
View Source
const (
	// SourceStatusActive is a SourceStatus enum value
	SourceStatusActive = "ACTIVE"

	// SourceStatusDeactivated is a SourceStatus enum value
	SourceStatusDeactivated = "DEACTIVATED"

	// SourceStatusPending is a SourceStatus enum value
	SourceStatusPending = "PENDING"
)
View Source
const (
	// StorageClassStandardIa is a StorageClass enum value
	StorageClassStandardIa = "STANDARD_IA"

	// StorageClassOnezoneIa is a StorageClass enum value
	StorageClassOnezoneIa = "ONEZONE_IA"

	// StorageClassIntelligentTiering is a StorageClass enum value
	StorageClassIntelligentTiering = "INTELLIGENT_TIERING"

	// StorageClassGlacierIr is a StorageClass enum value
	StorageClassGlacierIr = "GLACIER_IR"

	// StorageClassGlacier is a StorageClass enum value
	StorageClassGlacier = "GLACIER"

	// StorageClassDeepArchive is a StorageClass enum value
	StorageClassDeepArchive = "DEEP_ARCHIVE"

	// StorageClassExpire is a StorageClass enum value
	StorageClassExpire = "EXPIRE"
)
View Source
const (
	// SubscriptionProtocolTypeHttp is a SubscriptionProtocolType enum value
	SubscriptionProtocolTypeHttp = "HTTP"

	// SubscriptionProtocolTypeHttps is a SubscriptionProtocolType enum value
	SubscriptionProtocolTypeHttps = "HTTPS"

	// SubscriptionProtocolTypeEmail is a SubscriptionProtocolType enum value
	SubscriptionProtocolTypeEmail = "EMAIL"

	// SubscriptionProtocolTypeEmailJson is a SubscriptionProtocolType enum value
	SubscriptionProtocolTypeEmailJson = "EMAIL_JSON"

	// SubscriptionProtocolTypeSms is a SubscriptionProtocolType enum value
	SubscriptionProtocolTypeSms = "SMS"

	// SubscriptionProtocolTypeSqs is a SubscriptionProtocolType enum value
	SubscriptionProtocolTypeSqs = "SQS"

	// SubscriptionProtocolTypeLambda is a SubscriptionProtocolType enum value
	SubscriptionProtocolTypeLambda = "LAMBDA"

	// SubscriptionProtocolTypeApp is a SubscriptionProtocolType enum value
	SubscriptionProtocolTypeApp = "APP"

	// SubscriptionProtocolTypeFirehose is a SubscriptionProtocolType enum value
	SubscriptionProtocolTypeFirehose = "FIREHOSE"
)
View Source
const (
	// SubscriptionStatusActive is a SubscriptionStatus enum value
	SubscriptionStatusActive = "ACTIVE"

	// SubscriptionStatusDeactivated is a SubscriptionStatus enum value
	SubscriptionStatusDeactivated = "DEACTIVATED"

	// SubscriptionStatusPending is a SubscriptionStatus enum value
	SubscriptionStatusPending = "PENDING"

	// SubscriptionStatusReady is a SubscriptionStatus enum value
	SubscriptionStatusReady = "READY"
)
View Source
const (
	// ValidationExceptionReasonUnknownOperation is a ValidationExceptionReason enum value
	ValidationExceptionReasonUnknownOperation = "unknownOperation"

	// ValidationExceptionReasonCannotParse is a ValidationExceptionReason enum value
	ValidationExceptionReasonCannotParse = "cannotParse"

	// ValidationExceptionReasonFieldValidationFailed is a ValidationExceptionReason enum value
	ValidationExceptionReasonFieldValidationFailed = "fieldValidationFailed"

	// ValidationExceptionReasonOther is a ValidationExceptionReason enum value
	ValidationExceptionReasonOther = "other"
)
View Source
const (

	// ErrCodeAccessDeniedException for service response error code
	// "AccessDeniedException".
	//
	// You do not have sufficient access to perform this action. Access denied errors
	// appear when Amazon Security Lake explicitly or implicitly denies an authorization
	// request. An explicit denial occurs when a policy contains a Deny statement
	// for the specific Amazon Web Services action. An implicit denial occurs when
	// there is no applicable Deny statement and also no applicable Allow statement.
	ErrCodeAccessDeniedException = "AccessDeniedException"

	// ErrCodeAccountNotFoundException for service response error code
	// "AccountNotFoundException".
	//
	// Amazon Security Lake can't find an Amazon Web Services account with the accountID
	// that you specified, or the account whose credentials you used to make this
	// request isn't a member of an organization.
	ErrCodeAccountNotFoundException = "AccountNotFoundException"

	// ErrCodeBucketNotFoundException for service response error code
	// "BucketNotFoundException".
	//
	// Amazon Security Lake generally returns 404 errors if the requested object
	// is missing from the bucket.
	ErrCodeBucketNotFoundException = "BucketNotFoundException"

	// ErrCodeConcurrentModificationException for service response error code
	// "ConcurrentModificationException".
	//
	// More than one process tried to modify a resource at the same time.
	ErrCodeConcurrentModificationException = "ConcurrentModificationException"

	// ErrCodeConflictException for service response error code
	// "ConflictException".
	//
	// Occurs when a conflict with a previous successful write is detected. This
	// generally occurs when the previous write did not have time to propagate to
	// the host serving the current request. A retry (with appropriate backoff logic)
	// is the recommended response to this exception.
	ErrCodeConflictException = "ConflictException"

	// ErrCodeConflictSourceNamesException for service response error code
	// "ConflictSourceNamesException".
	//
	// There was a conflict when you attempted to modify a Security Lake source
	// name.
	ErrCodeConflictSourceNamesException = "ConflictSourceNamesException"

	// ErrCodeConflictSubscriptionException for service response error code
	// "ConflictSubscriptionException".
	//
	// A conflicting subscription exception operation is in progress.
	ErrCodeConflictSubscriptionException = "ConflictSubscriptionException"

	// ErrCodeEventBridgeException for service response error code
	// "EventBridgeException".
	//
	// Represents an error interacting with the Amazon EventBridge service.
	ErrCodeEventBridgeException = "EventBridgeException"

	// ErrCodeInternalServerException for service response error code
	// "InternalServerException".
	//
	// Internal service exceptions are sometimes caused by transient issues. Before
	// you start troubleshooting, perform the operation again.
	ErrCodeInternalServerException = "InternalServerException"

	// ErrCodeInvalidInputException for service response error code
	// "InvalidInputException".
	//
	// The request was rejected because an invalid or out-of-range value was supplied
	// for an input parameter.
	ErrCodeInvalidInputException = "InvalidInputException"

	// ErrCodeResourceNotFoundException for service response error code
	// "ResourceNotFoundException".
	//
	// The resource could not be found.
	ErrCodeResourceNotFoundException = "ResourceNotFoundException"

	// ErrCodeS3Exception for service response error code
	// "S3Exception".
	//
	// Provides an extension of the AmazonServiceException for errors reported by
	// Amazon S3 while processing a request. In particular, this class provides
	// access to Amazon S3's extended request ID. This ID is required debugging
	// information in the case the user needs to contact Amazon about an issue where
	// Amazon S3 is incorrectly handling a request.
	ErrCodeS3Exception = "S3Exception"

	// ErrCodeServiceQuotaExceededException for service response error code
	// "ServiceQuotaExceededException".
	//
	// You have exceeded your service quota. To perform the requested action, remove
	// some of the relevant resources, or use Service Quotas to request a service
	// quota increase.
	ErrCodeServiceQuotaExceededException = "ServiceQuotaExceededException"

	// ErrCodeThrottlingException for service response error code
	// "ThrottlingException".
	//
	// The limit on the number of requests per second was exceeded.
	ErrCodeThrottlingException = "ThrottlingException"

	// ErrCodeValidationException for service response error code
	// "ValidationException".
	//
	// Your signing certificate could not be validated.
	ErrCodeValidationException = "ValidationException"
)
View Source
const (
	ServiceName = "SecurityLake" // Name of service.
	EndpointsID = "securitylake" // ID to lookup a service endpoint with.
	ServiceID   = "SecurityLake" // ServiceID is a unique identifier of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

func AccessType_Values

func AccessType_Values() []string

AccessType_Values returns all elements of the AccessType enum

func AwsLogSourceType_Values

func AwsLogSourceType_Values() []string

AwsLogSourceType_Values returns all elements of the AwsLogSourceType enum

func Dimension_Values

func Dimension_Values() []string

Dimension_Values returns all elements of the Dimension enum

func EndpointProtocol_Values

func EndpointProtocol_Values() []string

EndpointProtocol_Values returns all elements of the EndpointProtocol enum

func HttpsMethod_Values

func HttpsMethod_Values() []string

HttpsMethod_Values returns all elements of the HttpsMethod enum

func OcsfEventClass_Values

func OcsfEventClass_Values() []string

OcsfEventClass_Values returns all elements of the OcsfEventClass enum

func Region_Values

func Region_Values() []string

Region_Values returns all elements of the Region enum

func SettingsStatus_Values

func SettingsStatus_Values() []string

SettingsStatus_Values returns all elements of the SettingsStatus enum

func SourceStatus_Values

func SourceStatus_Values() []string

SourceStatus_Values returns all elements of the SourceStatus enum

func StorageClass_Values

func StorageClass_Values() []string

StorageClass_Values returns all elements of the StorageClass enum

func SubscriptionProtocolType_Values

func SubscriptionProtocolType_Values() []string

SubscriptionProtocolType_Values returns all elements of the SubscriptionProtocolType enum

func SubscriptionStatus_Values

func SubscriptionStatus_Values() []string

SubscriptionStatus_Values returns all elements of the SubscriptionStatus enum

func ValidationExceptionReason_Values

func ValidationExceptionReason_Values() []string

ValidationExceptionReason_Values returns all elements of the ValidationExceptionReason enum

Types

type AccessDeniedException

type AccessDeniedException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

func (*AccessDeniedException) Code

func (s *AccessDeniedException) Code() string

Code returns the exception type name.

func (*AccessDeniedException) Error

func (s *AccessDeniedException) Error() string

func (AccessDeniedException) GoString

func (s AccessDeniedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccessDeniedException) Message

func (s *AccessDeniedException) Message() string

Message returns the exception's message.

func (*AccessDeniedException) OrigErr

func (s *AccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedException) RequestID

func (s *AccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedException) StatusCode

func (s *AccessDeniedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccessDeniedException) String

func (s AccessDeniedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccountNotFoundException

type AccountNotFoundException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

func (*AccountNotFoundException) Code

func (s *AccountNotFoundException) Code() string

Code returns the exception type name.

func (*AccountNotFoundException) Error

func (s *AccountNotFoundException) Error() string

func (AccountNotFoundException) GoString

func (s AccountNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountNotFoundException) Message

func (s *AccountNotFoundException) Message() string

Message returns the exception's message.

func (*AccountNotFoundException) OrigErr

func (s *AccountNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccountNotFoundException) RequestID

func (s *AccountNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccountNotFoundException) StatusCode

func (s *AccountNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccountNotFoundException) String

func (s AccountNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccountSources

type AccountSources struct {

	// Account ID of the Security Lake account for which logs are collected.
	//
	// Account is a required field
	Account *string `locationName:"account" type:"string" required:"true"`

	// Initializes a new instance of the Event class.
	EventClass *string `locationName:"eventClass" type:"string" enum:"OcsfEventClass"`

	// Log status for the Security Lake account.
	LogsStatus []*LogsStatus `locationName:"logsStatus" type:"list"`

	// The supported Amazon Web Services services from which logs and events are
	// collected. Amazon Security Lake supports logs and events collection for natively-supported
	// Amazon Web Services services. For more information, see the Amazon Security
	// Lake User Guide.
	//
	// SourceType is a required field
	SourceType *string `locationName:"sourceType" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Security Lake can collect logs and events from supported Amazon Web Services services and custom sources.

func (AccountSources) GoString

func (s AccountSources) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountSources) SetAccount

func (s *AccountSources) SetAccount(v string) *AccountSources

SetAccount sets the Account field's value.

func (*AccountSources) SetEventClass

func (s *AccountSources) SetEventClass(v string) *AccountSources

SetEventClass sets the EventClass field's value.

func (*AccountSources) SetLogsStatus

func (s *AccountSources) SetLogsStatus(v []*LogsStatus) *AccountSources

SetLogsStatus sets the LogsStatus field's value.

func (*AccountSources) SetSourceType

func (s *AccountSources) SetSourceType(v string) *AccountSources

SetSourceType sets the SourceType field's value.

func (AccountSources) String

func (s AccountSources) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutoEnableNewRegionConfiguration

type AutoEnableNewRegionConfiguration struct {

	// The Regions where Security Lake is auto enabled
	//
	// Region is a required field
	Region *string `locationName:"region" type:"string" required:"true" enum:"Region"`

	// The Amazon Web Services sources which are auto enabled in Security Lake.
	//
	// Sources is a required field
	Sources []*string `locationName:"sources" type:"list" required:"true" enum:"AwsLogSourceType"`
	// contains filtered or unexported fields
}

Automatically enable new organization accounts as member accounts from a Security Lake administrator account.

func (AutoEnableNewRegionConfiguration) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoEnableNewRegionConfiguration) SetRegion

SetRegion sets the Region field's value.

func (*AutoEnableNewRegionConfiguration) SetSources

SetSources sets the Sources field's value.

func (AutoEnableNewRegionConfiguration) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoEnableNewRegionConfiguration) Validate

Validate inspects the fields of the type to determine if they are valid.

type BucketNotFoundException

type BucketNotFoundException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

Amazon Security Lake generally returns 404 errors if the requested object is missing from the bucket.

func (*BucketNotFoundException) Code

func (s *BucketNotFoundException) Code() string

Code returns the exception type name.

func (*BucketNotFoundException) Error

func (s *BucketNotFoundException) Error() string

func (BucketNotFoundException) GoString

func (s BucketNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BucketNotFoundException) Message

func (s *BucketNotFoundException) Message() string

Message returns the exception's message.

func (*BucketNotFoundException) OrigErr

func (s *BucketNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*BucketNotFoundException) RequestID

func (s *BucketNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*BucketNotFoundException) StatusCode

func (s *BucketNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (BucketNotFoundException) String

func (s BucketNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConcurrentModificationException

type ConcurrentModificationException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

More than one process tried to modify a resource at the same time.

func (*ConcurrentModificationException) Code

Code returns the exception type name.

func (*ConcurrentModificationException) Error

func (ConcurrentModificationException) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConcurrentModificationException) Message

Message returns the exception's message.

func (*ConcurrentModificationException) OrigErr

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConcurrentModificationException) RequestID

func (s *ConcurrentModificationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConcurrentModificationException) StatusCode

func (s *ConcurrentModificationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConcurrentModificationException) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConflictException

type ConflictException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`

	// A conflict occurred when prompting for the Resource ID.
	//
	// ResourceId is a required field
	ResourceId *string `locationName:"resourceId" type:"string" required:"true"`

	// The resource type.
	//
	// ResourceType is a required field
	ResourceType *string `locationName:"resourceType" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

func (*ConflictException) Code

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error

func (s *ConflictException) Error() string

func (ConflictException) GoString

func (s ConflictException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConflictException) Message

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode

func (s *ConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictException) String

func (s ConflictException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConflictSourceNamesException

type ConflictSourceNamesException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

There was a conflict when you attempted to modify a Security Lake source name.

func (*ConflictSourceNamesException) Code

Code returns the exception type name.

func (*ConflictSourceNamesException) Error

func (ConflictSourceNamesException) GoString

func (s ConflictSourceNamesException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConflictSourceNamesException) Message

func (s *ConflictSourceNamesException) Message() string

Message returns the exception's message.

func (*ConflictSourceNamesException) OrigErr

func (s *ConflictSourceNamesException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictSourceNamesException) RequestID

func (s *ConflictSourceNamesException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictSourceNamesException) StatusCode

func (s *ConflictSourceNamesException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictSourceNamesException) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConflictSubscriptionException

type ConflictSubscriptionException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

A conflicting subscription exception operation is in progress.

func (*ConflictSubscriptionException) Code

Code returns the exception type name.

func (*ConflictSubscriptionException) Error

func (ConflictSubscriptionException) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConflictSubscriptionException) Message

Message returns the exception's message.

func (*ConflictSubscriptionException) OrigErr

func (s *ConflictSubscriptionException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictSubscriptionException) RequestID

func (s *ConflictSubscriptionException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictSubscriptionException) StatusCode

func (s *ConflictSubscriptionException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictSubscriptionException) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAwsLogSourceInput

type CreateAwsLogSourceInput struct {

	// Enables specific sources in all Regions and source types.
	EnableAllDimensions map[string]map[string][]*string `locationName:"enableAllDimensions" type:"map"`

	// Enables all sources in specific accounts or Regions.
	EnableSingleDimension []*string `locationName:"enableSingleDimension" type:"list"`

	// Enables specific service sources in specific accounts or Regions.
	EnableTwoDimensions map[string][]*string `locationName:"enableTwoDimensions" type:"map"`

	// Specifies the input order to enable dimensions in Security Lake, namely region,
	// source type, and member account.
	//
	// InputOrder is a required field
	InputOrder []*string `locationName:"inputOrder" type:"list" required:"true" enum:"Dimension"`
	// contains filtered or unexported fields
}

func (CreateAwsLogSourceInput) GoString

func (s CreateAwsLogSourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAwsLogSourceInput) SetEnableAllDimensions

func (s *CreateAwsLogSourceInput) SetEnableAllDimensions(v map[string]map[string][]*string) *CreateAwsLogSourceInput

SetEnableAllDimensions sets the EnableAllDimensions field's value.

func (*CreateAwsLogSourceInput) SetEnableSingleDimension

func (s *CreateAwsLogSourceInput) SetEnableSingleDimension(v []*string) *CreateAwsLogSourceInput

SetEnableSingleDimension sets the EnableSingleDimension field's value.

func (*CreateAwsLogSourceInput) SetEnableTwoDimensions

func (s *CreateAwsLogSourceInput) SetEnableTwoDimensions(v map[string][]*string) *CreateAwsLogSourceInput

SetEnableTwoDimensions sets the EnableTwoDimensions field's value.

func (*CreateAwsLogSourceInput) SetInputOrder

func (s *CreateAwsLogSourceInput) SetInputOrder(v []*string) *CreateAwsLogSourceInput

SetInputOrder sets the InputOrder field's value.

func (CreateAwsLogSourceInput) String

func (s CreateAwsLogSourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAwsLogSourceInput) Validate

func (s *CreateAwsLogSourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAwsLogSourceOutput

type CreateAwsLogSourceOutput struct {

	// List of all accounts in which enabling a natively-supported Amazon Web Services
	// service as a Security Lake failed. The failure occurred as these accounts
	// are not part of an organization.
	Failed []*string `locationName:"failed" type:"list"`

	// List of all accounts which are in the process of enabling a natively-supported
	// Amazon Web Services service as a Security Lake.
	Processing []*string `locationName:"processing" type:"list"`
	// contains filtered or unexported fields
}

func (CreateAwsLogSourceOutput) GoString

func (s CreateAwsLogSourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAwsLogSourceOutput) SetFailed

SetFailed sets the Failed field's value.

func (*CreateAwsLogSourceOutput) SetProcessing

SetProcessing sets the Processing field's value.

func (CreateAwsLogSourceOutput) String

func (s CreateAwsLogSourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateCustomLogSourceInput

type CreateCustomLogSourceInput struct {

	// The custom source name for a third-party custom source.
	//
	// CustomSourceName is a required field
	CustomSourceName *string `locationName:"customSourceName" type:"string" required:"true"`

	// The Open Cybersecurity Schema Framework (OCSF) event class.
	//
	// EventClass is a required field
	EventClass *string `locationName:"eventClass" type:"string" required:"true" enum:"OcsfEventClass"`

	// The IAM Role ARN to be used by the Glue Crawler. The recommended IAM policies
	// are:
	//
	//    * The managed policy AWSGlueServiceRole
	//
	//    * A custom policy granting access to your S3 Data Lake
	//
	// GlueInvocationRoleArn is a required field
	GlueInvocationRoleArn *string `locationName:"glueInvocationRoleArn" type:"string" required:"true"`

	// The Account ID that will assume the above Role to put logs into the Data
	// Lake.
	//
	// LogProviderAccountId is a required field
	LogProviderAccountId *string `locationName:"logProviderAccountId" min:"12" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateCustomLogSourceInput) GoString

func (s CreateCustomLogSourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCustomLogSourceInput) SetCustomSourceName

SetCustomSourceName sets the CustomSourceName field's value.

func (*CreateCustomLogSourceInput) SetEventClass

SetEventClass sets the EventClass field's value.

func (*CreateCustomLogSourceInput) SetGlueInvocationRoleArn

func (s *CreateCustomLogSourceInput) SetGlueInvocationRoleArn(v string) *CreateCustomLogSourceInput

SetGlueInvocationRoleArn sets the GlueInvocationRoleArn field's value.

func (*CreateCustomLogSourceInput) SetLogProviderAccountId

func (s *CreateCustomLogSourceInput) SetLogProviderAccountId(v string) *CreateCustomLogSourceInput

SetLogProviderAccountId sets the LogProviderAccountId field's value.

func (CreateCustomLogSourceInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCustomLogSourceInput) Validate

func (s *CreateCustomLogSourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateCustomLogSourceOutput

type CreateCustomLogSourceOutput struct {

	// The location of the partition in the Security Lake S3 bucket.
	//
	// CustomDataLocation is a required field
	CustomDataLocation *string `locationName:"customDataLocation" type:"string" required:"true"`

	// The name of the Glue crawler.
	//
	// GlueCrawlerName is a required field
	GlueCrawlerName *string `locationName:"glueCrawlerName" type:"string" required:"true"`

	// The Glue database where results are written, such as: arn:aws:daylight:us-east-1::database/sometable/*.
	//
	// GlueDatabaseName is a required field
	GlueDatabaseName *string `locationName:"glueDatabaseName" type:"string" required:"true"`

	// The table name of the Glue crawler.
	//
	// GlueTableName is a required field
	GlueTableName *string `locationName:"glueTableName" type:"string" required:"true"`

	// IAM Role ARN to be used by the entity putting logs into your Custom Source
	// partition. Security Lake will apply the correct access policies to this Role,
	// but this Role must have the trust policy created manually. This Role's name
	// must start with the text 'Security Lake'. It must trust the logProviderAccountId
	// to assume it.
	//
	// LogProviderAccessRoleArn is a required field
	LogProviderAccessRoleArn *string `locationName:"logProviderAccessRoleArn" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateCustomLogSourceOutput) GoString

func (s CreateCustomLogSourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCustomLogSourceOutput) SetCustomDataLocation

func (s *CreateCustomLogSourceOutput) SetCustomDataLocation(v string) *CreateCustomLogSourceOutput

SetCustomDataLocation sets the CustomDataLocation field's value.

func (*CreateCustomLogSourceOutput) SetGlueCrawlerName

SetGlueCrawlerName sets the GlueCrawlerName field's value.

func (*CreateCustomLogSourceOutput) SetGlueDatabaseName

SetGlueDatabaseName sets the GlueDatabaseName field's value.

func (*CreateCustomLogSourceOutput) SetGlueTableName

SetGlueTableName sets the GlueTableName field's value.

func (*CreateCustomLogSourceOutput) SetLogProviderAccessRoleArn

func (s *CreateCustomLogSourceOutput) SetLogProviderAccessRoleArn(v string) *CreateCustomLogSourceOutput

SetLogProviderAccessRoleArn sets the LogProviderAccessRoleArn field's value.

func (CreateCustomLogSourceOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateDatalakeAutoEnableInput

type CreateDatalakeAutoEnableInput struct {

	// Enable Amazon Security Lake with the specified configurations settings to
	// begin ingesting security data for new accounts in Security Lake.
	//
	// ConfigurationForNewAccounts is a required field
	ConfigurationForNewAccounts []*AutoEnableNewRegionConfiguration `locationName:"configurationForNewAccounts" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (CreateDatalakeAutoEnableInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDatalakeAutoEnableInput) SetConfigurationForNewAccounts

SetConfigurationForNewAccounts sets the ConfigurationForNewAccounts field's value.

func (CreateDatalakeAutoEnableInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDatalakeAutoEnableInput) Validate

func (s *CreateDatalakeAutoEnableInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDatalakeAutoEnableOutput

type CreateDatalakeAutoEnableOutput struct {
	// contains filtered or unexported fields
}

func (CreateDatalakeAutoEnableOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateDatalakeAutoEnableOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateDatalakeDelegatedAdminInput

type CreateDatalakeDelegatedAdminInput struct {

	// Account ID of the Security Lake delegated administrator.
	//
	// Account is a required field
	Account *string `locationName:"account" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateDatalakeDelegatedAdminInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDatalakeDelegatedAdminInput) SetAccount

SetAccount sets the Account field's value.

func (CreateDatalakeDelegatedAdminInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDatalakeDelegatedAdminInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateDatalakeDelegatedAdminOutput

type CreateDatalakeDelegatedAdminOutput struct {
	// contains filtered or unexported fields
}

func (CreateDatalakeDelegatedAdminOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateDatalakeDelegatedAdminOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateDatalakeExceptionsSubscriptionInput

type CreateDatalakeExceptionsSubscriptionInput struct {

	// The account in which the exception notifications subscription is created.
	//
	// NotificationEndpoint is a required field
	NotificationEndpoint *string `locationName:"notificationEndpoint" type:"string" required:"true"`

	// The subscription protocol to which exception messages are posted.
	//
	// SubscriptionProtocol is a required field
	SubscriptionProtocol *string `locationName:"subscriptionProtocol" type:"string" required:"true" enum:"SubscriptionProtocolType"`
	// contains filtered or unexported fields
}

func (CreateDatalakeExceptionsSubscriptionInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDatalakeExceptionsSubscriptionInput) SetNotificationEndpoint

SetNotificationEndpoint sets the NotificationEndpoint field's value.

func (*CreateDatalakeExceptionsSubscriptionInput) SetSubscriptionProtocol

SetSubscriptionProtocol sets the SubscriptionProtocol field's value.

func (CreateDatalakeExceptionsSubscriptionInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDatalakeExceptionsSubscriptionInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateDatalakeExceptionsSubscriptionOutput

type CreateDatalakeExceptionsSubscriptionOutput struct {
	// contains filtered or unexported fields
}

func (CreateDatalakeExceptionsSubscriptionOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateDatalakeExceptionsSubscriptionOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateDatalakeInput

type CreateDatalakeInput struct {

	// Enable Security Lake with the specified configurations settings to begin
	// ingesting security data.
	Configurations map[string]*LakeConfigurationRequest `locationName:"configurations" type:"map"`

	// Enable Security Lake in all Regions to begin ingesting security data.
	EnableAll *bool `locationName:"enableAll" type:"boolean"`

	// The Role ARN used to create and update the Glue table with partitions generated
	// by ingestion and normalization of Amazon Web Services log sources and custom
	// sources.
	MetaStoreManagerRoleArn *string `locationName:"metaStoreManagerRoleArn" type:"string"`

	// Enable Security Lake in the specified Regions to begin ingesting security
	// data. To enable Security Lake in specific Amazon Web Services Regions, such
	// as us-east-1 or ap-northeast-3, provide the Region codes. For a list of Region
	// codes, see Region codes (https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints)
	// in the Amazon Web Services General Reference.
	Regions []*string `locationName:"regions" type:"list" enum:"Region"`
	// contains filtered or unexported fields
}

func (CreateDatalakeInput) GoString

func (s CreateDatalakeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDatalakeInput) SetConfigurations

SetConfigurations sets the Configurations field's value.

func (*CreateDatalakeInput) SetEnableAll

func (s *CreateDatalakeInput) SetEnableAll(v bool) *CreateDatalakeInput

SetEnableAll sets the EnableAll field's value.

func (*CreateDatalakeInput) SetMetaStoreManagerRoleArn

func (s *CreateDatalakeInput) SetMetaStoreManagerRoleArn(v string) *CreateDatalakeInput

SetMetaStoreManagerRoleArn sets the MetaStoreManagerRoleArn field's value.

func (*CreateDatalakeInput) SetRegions

func (s *CreateDatalakeInput) SetRegions(v []*string) *CreateDatalakeInput

SetRegions sets the Regions field's value.

func (CreateDatalakeInput) String

func (s CreateDatalakeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDatalakeInput) Validate

func (s *CreateDatalakeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDatalakeOutput

type CreateDatalakeOutput struct {
	// contains filtered or unexported fields
}

func (CreateDatalakeOutput) GoString

func (s CreateDatalakeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateDatalakeOutput) String

func (s CreateDatalakeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateSubscriberInput

type CreateSubscriberInput struct {

	// The Amazon S3 or Lake Formation access type.
	AccessTypes []*string `locationName:"accessTypes" type:"list" enum:"AccessType"`

	// The third party Amazon Web Services account ID used to access your data.
	//
	// AccountId is a required field
	AccountId *string `locationName:"accountId" min:"12" type:"string" required:"true"`

	// The external ID of the subscriber. External ID allows the user that is assuming
	// the role to assert the circumstances in which they are operating. It also
	// provides a way for the account owner to permit the role to be assumed only
	// under specific circumstances.
	//
	// ExternalId is a required field
	ExternalId *string `locationName:"externalId" type:"string" required:"true"`

	// The supported Amazon Web Services services from which logs and events are
	// collected. Amazon Security Lake supports logs and events collection for natively-supported
	// Amazon Web Services services.
	//
	// SourceTypes is a required field
	SourceTypes []*SourceType `locationName:"sourceTypes" type:"list" required:"true"`

	// The subscriber descriptions for the subscriber account in Amazon Security
	// Lake.
	SubscriberDescription *string `locationName:"subscriberDescription" type:"string"`

	// The name of your Amazon Security Lake subscriber account.
	//
	// SubscriberName is a required field
	SubscriberName *string `locationName:"subscriberName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateSubscriberInput) GoString

func (s CreateSubscriberInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSubscriberInput) SetAccessTypes

func (s *CreateSubscriberInput) SetAccessTypes(v []*string) *CreateSubscriberInput

SetAccessTypes sets the AccessTypes field's value.

func (*CreateSubscriberInput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*CreateSubscriberInput) SetExternalId

func (s *CreateSubscriberInput) SetExternalId(v string) *CreateSubscriberInput

SetExternalId sets the ExternalId field's value.

func (*CreateSubscriberInput) SetSourceTypes

func (s *CreateSubscriberInput) SetSourceTypes(v []*SourceType) *CreateSubscriberInput

SetSourceTypes sets the SourceTypes field's value.

func (*CreateSubscriberInput) SetSubscriberDescription

func (s *CreateSubscriberInput) SetSubscriberDescription(v string) *CreateSubscriberInput

SetSubscriberDescription sets the SubscriberDescription field's value.

func (*CreateSubscriberInput) SetSubscriberName

func (s *CreateSubscriberInput) SetSubscriberName(v string) *CreateSubscriberInput

SetSubscriberName sets the SubscriberName field's value.

func (CreateSubscriberInput) String

func (s CreateSubscriberInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSubscriberInput) Validate

func (s *CreateSubscriberInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateSubscriberOutput

type CreateSubscriberOutput struct {

	// The Amazon Resource Name (ARN) created by the user to provide to the subscriber.
	// For more information about ARNs and how to use them in policies, see IAM
	// identifiers in the IAM User Guide.
	RoleArn *string `locationName:"roleArn" type:"string"`

	// The Amazon Resource Name (ARN) for the Amazon S3 bucket.
	S3BucketArn *string `locationName:"s3BucketArn" type:"string"`

	// The Amazon Resource Name (ARN) for the Amazon Simple Notification Service.
	SnsArn *string `locationName:"snsArn" type:"string"`

	// The subscriptionId that was created by the CreateSubscriber API call.
	//
	// SubscriptionId is a required field
	SubscriptionId *string `locationName:"subscriptionId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateSubscriberOutput) GoString

func (s CreateSubscriberOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSubscriberOutput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*CreateSubscriberOutput) SetS3BucketArn

SetS3BucketArn sets the S3BucketArn field's value.

func (*CreateSubscriberOutput) SetSnsArn

SetSnsArn sets the SnsArn field's value.

func (*CreateSubscriberOutput) SetSubscriptionId

func (s *CreateSubscriberOutput) SetSubscriptionId(v string) *CreateSubscriberOutput

SetSubscriptionId sets the SubscriptionId field's value.

func (CreateSubscriberOutput) String

func (s CreateSubscriberOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateSubscriptionNotificationConfigurationInput

type CreateSubscriptionNotificationConfigurationInput struct {

	// Create a new subscription notification for the specified subscription ID
	// in Security Lake.
	CreateSqs *bool `locationName:"createSqs" type:"boolean"`

	// The key name for the subscription notification.
	HttpsApiKeyName *string `locationName:"httpsApiKeyName" type:"string"`

	// The key value for the subscription notification.
	HttpsApiKeyValue *string `locationName:"httpsApiKeyValue" type:"string"`

	// The HTTPS method used for the subscription notification.
	HttpsMethod *string `locationName:"httpsMethod" type:"string" enum:"HttpsMethod"`

	// The Amazon Resource Name (ARN) specifying the role of the subscriber.
	RoleArn *string `locationName:"roleArn" type:"string"`

	// The subscription endpoint in Security Lake.
	SubscriptionEndpoint *string `locationName:"subscriptionEndpoint" type:"string"`

	// The subscription ID for which the subscription notification is specified.
	//
	// SubscriptionId is a required field
	SubscriptionId *string `location:"uri" locationName:"subscriptionId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateSubscriptionNotificationConfigurationInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSubscriptionNotificationConfigurationInput) SetCreateSqs

SetCreateSqs sets the CreateSqs field's value.

func (*CreateSubscriptionNotificationConfigurationInput) SetHttpsApiKeyName

SetHttpsApiKeyName sets the HttpsApiKeyName field's value.

func (*CreateSubscriptionNotificationConfigurationInput) SetHttpsApiKeyValue

SetHttpsApiKeyValue sets the HttpsApiKeyValue field's value.

func (*CreateSubscriptionNotificationConfigurationInput) SetHttpsMethod

SetHttpsMethod sets the HttpsMethod field's value.

func (*CreateSubscriptionNotificationConfigurationInput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*CreateSubscriptionNotificationConfigurationInput) SetSubscriptionEndpoint

SetSubscriptionEndpoint sets the SubscriptionEndpoint field's value.

func (*CreateSubscriptionNotificationConfigurationInput) SetSubscriptionId

SetSubscriptionId sets the SubscriptionId field's value.

func (CreateSubscriptionNotificationConfigurationInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSubscriptionNotificationConfigurationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateSubscriptionNotificationConfigurationOutput

type CreateSubscriptionNotificationConfigurationOutput struct {

	// Returns the Amazon resource name (ARN) of the queue.
	QueueArn *string `locationName:"queueArn" type:"string"`
	// contains filtered or unexported fields
}

func (CreateSubscriptionNotificationConfigurationOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSubscriptionNotificationConfigurationOutput) SetQueueArn

SetQueueArn sets the QueueArn field's value.

func (CreateSubscriptionNotificationConfigurationOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAwsLogSourceInput

type DeleteAwsLogSourceInput struct {

	// Removes the specific Amazon Web Services sources from all Regions and source
	// types.
	DisableAllDimensions map[string]map[string][]*string `locationName:"disableAllDimensions" type:"map"`

	// Removes all Amazon Web Services sources from specific accounts or Regions.
	DisableSingleDimension []*string `locationName:"disableSingleDimension" type:"list"`

	// Remove a specific Amazon Web Services source from specific accounts or Regions.
	DisableTwoDimensions map[string][]*string `locationName:"disableTwoDimensions" type:"map"`

	// This is a mandatory input. Specifies the input order to disable dimensions
	// in Security Lake, namely Region, source type, and member.
	//
	// InputOrder is a required field
	InputOrder []*string `locationName:"inputOrder" type:"list" required:"true" enum:"Dimension"`
	// contains filtered or unexported fields
}

func (DeleteAwsLogSourceInput) GoString

func (s DeleteAwsLogSourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAwsLogSourceInput) SetDisableAllDimensions

func (s *DeleteAwsLogSourceInput) SetDisableAllDimensions(v map[string]map[string][]*string) *DeleteAwsLogSourceInput

SetDisableAllDimensions sets the DisableAllDimensions field's value.

func (*DeleteAwsLogSourceInput) SetDisableSingleDimension

func (s *DeleteAwsLogSourceInput) SetDisableSingleDimension(v []*string) *DeleteAwsLogSourceInput

SetDisableSingleDimension sets the DisableSingleDimension field's value.

func (*DeleteAwsLogSourceInput) SetDisableTwoDimensions

func (s *DeleteAwsLogSourceInput) SetDisableTwoDimensions(v map[string][]*string) *DeleteAwsLogSourceInput

SetDisableTwoDimensions sets the DisableTwoDimensions field's value.

func (*DeleteAwsLogSourceInput) SetInputOrder

func (s *DeleteAwsLogSourceInput) SetInputOrder(v []*string) *DeleteAwsLogSourceInput

SetInputOrder sets the InputOrder field's value.

func (DeleteAwsLogSourceInput) String

func (s DeleteAwsLogSourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAwsLogSourceInput) Validate

func (s *DeleteAwsLogSourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAwsLogSourceOutput

type DeleteAwsLogSourceOutput struct {

	// Deletion of the Amazon Web Services sources failed as the account is not
	// a part of the organization.
	Failed []*string `locationName:"failed" type:"list"`

	// Deletion of the Amazon Web Services sources is in-progress.
	Processing []*string `locationName:"processing" type:"list"`
	// contains filtered or unexported fields
}

func (DeleteAwsLogSourceOutput) GoString

func (s DeleteAwsLogSourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAwsLogSourceOutput) SetFailed

SetFailed sets the Failed field's value.

func (*DeleteAwsLogSourceOutput) SetProcessing

SetProcessing sets the Processing field's value.

func (DeleteAwsLogSourceOutput) String

func (s DeleteAwsLogSourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteCustomLogSourceInput

type DeleteCustomLogSourceInput struct {

	// The custom source name for the custome log source.
	//
	// CustomSourceName is a required field
	CustomSourceName *string `location:"querystring" locationName:"customSourceName" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteCustomLogSourceInput) GoString

func (s DeleteCustomLogSourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteCustomLogSourceInput) SetCustomSourceName

SetCustomSourceName sets the CustomSourceName field's value.

func (DeleteCustomLogSourceInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteCustomLogSourceInput) Validate

func (s *DeleteCustomLogSourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteCustomLogSourceOutput

type DeleteCustomLogSourceOutput struct {

	// The location of the partition in the Security Lake S3 bucket.
	//
	// CustomDataLocation is a required field
	CustomDataLocation *string `locationName:"customDataLocation" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteCustomLogSourceOutput) GoString

func (s DeleteCustomLogSourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteCustomLogSourceOutput) SetCustomDataLocation

func (s *DeleteCustomLogSourceOutput) SetCustomDataLocation(v string) *DeleteCustomLogSourceOutput

SetCustomDataLocation sets the CustomDataLocation field's value.

func (DeleteCustomLogSourceOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteDatalakeAutoEnableInput

type DeleteDatalakeAutoEnableInput struct {

	// Delete Amazon Security Lake with the specified configurations settings to
	// stop ingesting security data for new accounts in Security Lake.
	//
	// RemoveFromConfigurationForNewAccounts is a required field
	RemoveFromConfigurationForNewAccounts []*AutoEnableNewRegionConfiguration `locationName:"removeFromConfigurationForNewAccounts" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDatalakeAutoEnableInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDatalakeAutoEnableInput) SetRemoveFromConfigurationForNewAccounts

func (s *DeleteDatalakeAutoEnableInput) SetRemoveFromConfigurationForNewAccounts(v []*AutoEnableNewRegionConfiguration) *DeleteDatalakeAutoEnableInput

SetRemoveFromConfigurationForNewAccounts sets the RemoveFromConfigurationForNewAccounts field's value.

func (DeleteDatalakeAutoEnableInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDatalakeAutoEnableInput) Validate

func (s *DeleteDatalakeAutoEnableInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDatalakeAutoEnableOutput

type DeleteDatalakeAutoEnableOutput struct {
	// contains filtered or unexported fields
}

func (DeleteDatalakeAutoEnableOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteDatalakeAutoEnableOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteDatalakeDelegatedAdminInput

type DeleteDatalakeDelegatedAdminInput struct {

	// Account ID the Security Lake delegated administrator.
	//
	// Account is a required field
	Account *string `location:"uri" locationName:"account" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDatalakeDelegatedAdminInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDatalakeDelegatedAdminInput) SetAccount

SetAccount sets the Account field's value.

func (DeleteDatalakeDelegatedAdminInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDatalakeDelegatedAdminInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteDatalakeDelegatedAdminOutput

type DeleteDatalakeDelegatedAdminOutput struct {
	// contains filtered or unexported fields
}

func (DeleteDatalakeDelegatedAdminOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteDatalakeDelegatedAdminOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteDatalakeExceptionsSubscriptionInput

type DeleteDatalakeExceptionsSubscriptionInput struct {
	// contains filtered or unexported fields
}

func (DeleteDatalakeExceptionsSubscriptionInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteDatalakeExceptionsSubscriptionInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteDatalakeExceptionsSubscriptionOutput

type DeleteDatalakeExceptionsSubscriptionOutput struct {

	// Retrieves the status of the delete Security Lake operation for an account.
	//
	// Status is a required field
	Status *string `locationName:"status" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDatalakeExceptionsSubscriptionOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDatalakeExceptionsSubscriptionOutput) SetStatus

SetStatus sets the Status field's value.

func (DeleteDatalakeExceptionsSubscriptionOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteDatalakeInput

type DeleteDatalakeInput struct {
	// contains filtered or unexported fields
}

func (DeleteDatalakeInput) GoString

func (s DeleteDatalakeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteDatalakeInput) String

func (s DeleteDatalakeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteDatalakeOutput

type DeleteDatalakeOutput struct {
	// contains filtered or unexported fields
}

func (DeleteDatalakeOutput) GoString

func (s DeleteDatalakeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteDatalakeOutput) String

func (s DeleteDatalakeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteSubscriberInput

type DeleteSubscriberInput struct {

	// A value created by Security Lake that uniquely identifies your DeleteSubscriber
	// API request.
	//
	// Id is a required field
	Id *string `location:"querystring" locationName:"id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteSubscriberInput) GoString

func (s DeleteSubscriberInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSubscriberInput) SetId

SetId sets the Id field's value.

func (DeleteSubscriberInput) String

func (s DeleteSubscriberInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSubscriberInput) Validate

func (s *DeleteSubscriberInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteSubscriberOutput

type DeleteSubscriberOutput struct {
	// contains filtered or unexported fields
}

func (DeleteSubscriberOutput) GoString

func (s DeleteSubscriberOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteSubscriberOutput) String

func (s DeleteSubscriberOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteSubscriptionNotificationConfigurationInput

type DeleteSubscriptionNotificationConfigurationInput struct {

	// The subscription ID of the Amazon Security Lake subscriber account.
	//
	// SubscriptionId is a required field
	SubscriptionId *string `location:"uri" locationName:"subscriptionId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteSubscriptionNotificationConfigurationInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSubscriptionNotificationConfigurationInput) SetSubscriptionId

SetSubscriptionId sets the SubscriptionId field's value.

func (DeleteSubscriptionNotificationConfigurationInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSubscriptionNotificationConfigurationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteSubscriptionNotificationConfigurationOutput

type DeleteSubscriptionNotificationConfigurationOutput struct {
	// contains filtered or unexported fields
}

func (DeleteSubscriptionNotificationConfigurationOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteSubscriptionNotificationConfigurationOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EventBridgeException

type EventBridgeException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

Represents an error interacting with the Amazon EventBridge service.

func (*EventBridgeException) Code

func (s *EventBridgeException) Code() string

Code returns the exception type name.

func (*EventBridgeException) Error

func (s *EventBridgeException) Error() string

func (EventBridgeException) GoString

func (s EventBridgeException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EventBridgeException) Message

func (s *EventBridgeException) Message() string

Message returns the exception's message.

func (*EventBridgeException) OrigErr

func (s *EventBridgeException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*EventBridgeException) RequestID

func (s *EventBridgeException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*EventBridgeException) StatusCode

func (s *EventBridgeException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (EventBridgeException) String

func (s EventBridgeException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Failures

type Failures struct {

	// List of all exception messages.
	//
	// ExceptionMessage is a required field
	ExceptionMessage *string `locationName:"exceptionMessage" type:"string" required:"true"`

	// List of all remediation steps for failures.
	//
	// Remediation is a required field
	Remediation *string `locationName:"remediation" type:"string" required:"true"`

	// This error can occur if you configure the wrong timestamp format, or if the
	// subset of entries used for validation had errors or missing values.
	//
	// Timestamp is a required field
	Timestamp *time.Time `locationName:"timestamp" type:"timestamp" timestampFormat:"iso8601" required:"true"`
	// contains filtered or unexported fields
}

List of all failures.

func (Failures) GoString

func (s Failures) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Failures) SetExceptionMessage

func (s *Failures) SetExceptionMessage(v string) *Failures

SetExceptionMessage sets the ExceptionMessage field's value.

func (*Failures) SetRemediation

func (s *Failures) SetRemediation(v string) *Failures

SetRemediation sets the Remediation field's value.

func (*Failures) SetTimestamp

func (s *Failures) SetTimestamp(v time.Time) *Failures

SetTimestamp sets the Timestamp field's value.

func (Failures) String

func (s Failures) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FailuresResponse

type FailuresResponse struct {

	// List of all failures.
	Failures []*Failures `locationName:"failures" type:"list"`

	// List of Regions where the failure occurred.
	Region *string `locationName:"region" type:"string"`
	// contains filtered or unexported fields
}

Response element for actions which make changes namely create, update, or delete actions.

func (FailuresResponse) GoString

func (s FailuresResponse) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FailuresResponse) SetFailures

func (s *FailuresResponse) SetFailures(v []*Failures) *FailuresResponse

SetFailures sets the Failures field's value.

func (*FailuresResponse) SetRegion

func (s *FailuresResponse) SetRegion(v string) *FailuresResponse

SetRegion sets the Region field's value.

func (FailuresResponse) String

func (s FailuresResponse) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDatalakeAutoEnableInput

type GetDatalakeAutoEnableInput struct {
	// contains filtered or unexported fields
}

func (GetDatalakeAutoEnableInput) GoString

func (s GetDatalakeAutoEnableInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (GetDatalakeAutoEnableInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDatalakeAutoEnableOutput

type GetDatalakeAutoEnableOutput struct {

	// The configuration for new accounts.
	//
	// AutoEnableNewAccounts is a required field
	AutoEnableNewAccounts []*AutoEnableNewRegionConfiguration `locationName:"autoEnableNewAccounts" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (GetDatalakeAutoEnableOutput) GoString

func (s GetDatalakeAutoEnableOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDatalakeAutoEnableOutput) SetAutoEnableNewAccounts

SetAutoEnableNewAccounts sets the AutoEnableNewAccounts field's value.

func (GetDatalakeAutoEnableOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDatalakeExceptionsExpiryInput

type GetDatalakeExceptionsExpiryInput struct {
	// contains filtered or unexported fields
}

func (GetDatalakeExceptionsExpiryInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (GetDatalakeExceptionsExpiryInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDatalakeExceptionsExpiryOutput

type GetDatalakeExceptionsExpiryOutput struct {

	// The expiration period and time-to-live (TTL).
	//
	// ExceptionMessageExpiry is a required field
	ExceptionMessageExpiry *int64 `locationName:"exceptionMessageExpiry" type:"long" required:"true"`
	// contains filtered or unexported fields
}

func (GetDatalakeExceptionsExpiryOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDatalakeExceptionsExpiryOutput) SetExceptionMessageExpiry

SetExceptionMessageExpiry sets the ExceptionMessageExpiry field's value.

func (GetDatalakeExceptionsExpiryOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDatalakeExceptionsSubscriptionInput

type GetDatalakeExceptionsSubscriptionInput struct {
	// contains filtered or unexported fields
}

func (GetDatalakeExceptionsSubscriptionInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (GetDatalakeExceptionsSubscriptionInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDatalakeExceptionsSubscriptionOutput

type GetDatalakeExceptionsSubscriptionOutput struct {

	// Retrieves the exception notification subscription information.
	//
	// ProtocolAndNotificationEndpoint is a required field
	ProtocolAndNotificationEndpoint *ProtocolAndNotificationEndpoint `locationName:"protocolAndNotificationEndpoint" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (GetDatalakeExceptionsSubscriptionOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDatalakeExceptionsSubscriptionOutput) SetProtocolAndNotificationEndpoint

SetProtocolAndNotificationEndpoint sets the ProtocolAndNotificationEndpoint field's value.

func (GetDatalakeExceptionsSubscriptionOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDatalakeInput

type GetDatalakeInput struct {
	// contains filtered or unexported fields
}

func (GetDatalakeInput) GoString

func (s GetDatalakeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (GetDatalakeInput) String

func (s GetDatalakeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDatalakeOutput

type GetDatalakeOutput struct {

	// Retrieves the Security Lake configuration object.
	//
	// Configurations is a required field
	Configurations map[string]*LakeConfigurationResponse `locationName:"configurations" type:"map" required:"true"`
	// contains filtered or unexported fields
}

func (GetDatalakeOutput) GoString

func (s GetDatalakeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDatalakeOutput) SetConfigurations

SetConfigurations sets the Configurations field's value.

func (GetDatalakeOutput) String

func (s GetDatalakeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDatalakeStatusInput

type GetDatalakeStatusInput struct {

	// The account IDs for which a static snapshot of the current Region, including
	// enabled accounts and log sources is retrieved.
	AccountSet []*string `locationName:"accountSet" type:"list"`

	// The maximum limit of accounts for which the static snapshot of the current
	// Region including enabled accounts and log sources is retrieved.
	MaxAccountResults *int64 `locationName:"maxAccountResults" type:"integer"`

	// If nextToken is returned, there are more results available. The value of
	// nextToken is a unique pagination token for each page. Make the call again
	// using the returned token to retrieve the next page. Keep all other arguments
	// unchanged. Each pagination token expires after 24 hours. Using an expired
	// pagination token will return an HTTP 400 InvalidToken error.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (GetDatalakeStatusInput) GoString

func (s GetDatalakeStatusInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDatalakeStatusInput) SetAccountSet

func (s *GetDatalakeStatusInput) SetAccountSet(v []*string) *GetDatalakeStatusInput

SetAccountSet sets the AccountSet field's value.

func (*GetDatalakeStatusInput) SetMaxAccountResults

func (s *GetDatalakeStatusInput) SetMaxAccountResults(v int64) *GetDatalakeStatusInput

SetMaxAccountResults sets the MaxAccountResults field's value.

func (*GetDatalakeStatusInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (GetDatalakeStatusInput) String

func (s GetDatalakeStatusInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDatalakeStatusOutput

type GetDatalakeStatusOutput struct {

	// The list of enabled accounts and enabled sources.
	//
	// AccountSourcesList is a required field
	AccountSourcesList []*AccountSources `locationName:"accountSourcesList" type:"list" required:"true"`

	// If nextToken is returned, there are more results available. The value of
	// nextToken is a unique pagination token for each page. Make the call again
	// using the returned token to retrieve the next page. Keep all other arguments
	// unchanged. Each pagination token expires after 24 hours. Using an expired
	// pagination token will return an HTTP 400 InvalidToken error.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (GetDatalakeStatusOutput) GoString

func (s GetDatalakeStatusOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDatalakeStatusOutput) SetAccountSourcesList

func (s *GetDatalakeStatusOutput) SetAccountSourcesList(v []*AccountSources) *GetDatalakeStatusOutput

SetAccountSourcesList sets the AccountSourcesList field's value.

func (*GetDatalakeStatusOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (GetDatalakeStatusOutput) String

func (s GetDatalakeStatusOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetSubscriberInput

type GetSubscriberInput struct {

	// A value created by Security Lake that uniquely identifies your GetSubscriber
	// API request.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetSubscriberInput) GoString

func (s GetSubscriberInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSubscriberInput) SetId

SetId sets the Id field's value.

func (GetSubscriberInput) String

func (s GetSubscriberInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSubscriberInput) Validate

func (s *GetSubscriberInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetSubscriberOutput

type GetSubscriberOutput struct {

	// Subscription information for the specified subscription ID
	Subscriber *SubscriberResource `locationName:"subscriber" type:"structure"`
	// contains filtered or unexported fields
}

func (GetSubscriberOutput) GoString

func (s GetSubscriberOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSubscriberOutput) SetSubscriber

SetSubscriber sets the Subscriber field's value.

func (GetSubscriberOutput) String

func (s GetSubscriberOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InternalServerException

type InternalServerException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`

	// Retry the request after the specified time.
	RetryAfterSeconds *int64 `location:"header" locationName:"Retry-After" type:"integer"`
	// contains filtered or unexported fields
}

Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

func (*InternalServerException) Code

func (s *InternalServerException) Code() string

Code returns the exception type name.

func (*InternalServerException) Error

func (s *InternalServerException) Error() string

func (InternalServerException) GoString

func (s InternalServerException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InternalServerException) Message

func (s *InternalServerException) Message() string

Message returns the exception's message.

func (*InternalServerException) OrigErr

func (s *InternalServerException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalServerException) RequestID

func (s *InternalServerException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalServerException) StatusCode

func (s *InternalServerException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalServerException) String

func (s InternalServerException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidInputException

type InvalidInputException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

func (*InvalidInputException) Code

func (s *InvalidInputException) Code() string

Code returns the exception type name.

func (*InvalidInputException) Error

func (s *InvalidInputException) Error() string

func (InvalidInputException) GoString

func (s InvalidInputException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidInputException) Message

func (s *InvalidInputException) Message() string

Message returns the exception's message.

func (*InvalidInputException) OrigErr

func (s *InvalidInputException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidInputException) RequestID

func (s *InvalidInputException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidInputException) StatusCode

func (s *InvalidInputException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidInputException) String

func (s InvalidInputException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LakeConfigurationRequest

type LakeConfigurationRequest struct {

	// The type of encryption key used by Security Lake to encrypt the lake configuration
	// object.
	EncryptionKey *string `locationName:"encryptionKey" type:"string"`

	// Replication enables automatic, asynchronous copying of objects across Amazon
	// S3 buckets. Amazon S3 buckets that are configured for object replication
	// can be owned by the same Amazon Web Services account or by different accounts.
	// You can replicate objects to a single destination bucket or to multiple destination
	// buckets. The destination buckets can be in different Amazon Web Services
	// Regions or within the same Region as the source bucket.
	//
	// Set up one or more rollup Regions by providing the Region or Regions that
	// should contribute to the central rollup Region.
	ReplicationDestinationRegions []*string `locationName:"replicationDestinationRegions" type:"list" enum:"Region"`

	// Replication settings for the Amazon S3 buckets. This parameter uses the IAM
	// role created by you that is managed by Security Lake, to ensure the replication
	// setting is correct.
	ReplicationRoleArn *string `locationName:"replicationRoleArn" type:"string"`

	// Retention settings for the destination Amazon S3 buckets.
	RetentionSettings []*RetentionSetting `locationName:"retentionSettings" type:"list"`

	// A tag is a label that you assign to an Amazon Web Services resource. Each
	// tag consists of a key and an optional value, both of which you define.
	TagsMap map[string]*string `locationName:"tagsMap" type:"map"`
	// contains filtered or unexported fields
}

Provides details of lake configuration object in Amazon Security Lake.

func (LakeConfigurationRequest) GoString

func (s LakeConfigurationRequest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LakeConfigurationRequest) SetEncryptionKey

SetEncryptionKey sets the EncryptionKey field's value.

func (*LakeConfigurationRequest) SetReplicationDestinationRegions

func (s *LakeConfigurationRequest) SetReplicationDestinationRegions(v []*string) *LakeConfigurationRequest

SetReplicationDestinationRegions sets the ReplicationDestinationRegions field's value.

func (*LakeConfigurationRequest) SetReplicationRoleArn

func (s *LakeConfigurationRequest) SetReplicationRoleArn(v string) *LakeConfigurationRequest

SetReplicationRoleArn sets the ReplicationRoleArn field's value.

func (*LakeConfigurationRequest) SetRetentionSettings

SetRetentionSettings sets the RetentionSettings field's value.

func (*LakeConfigurationRequest) SetTagsMap

SetTagsMap sets the TagsMap field's value.

func (LakeConfigurationRequest) String

func (s LakeConfigurationRequest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LakeConfigurationRequest) Validate

func (s *LakeConfigurationRequest) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LakeConfigurationResponse

type LakeConfigurationResponse struct {

	// The type of encryption key used by Security Lake to encrypt the lake configuration
	EncryptionKey *string `locationName:"encryptionKey" type:"string"`

	// Replication enables automatic, asynchronous copying of objects across Amazon
	// S3 buckets. Amazon S3 buckets that are configured for object replication
	// can be owned by the same AWS account or by different accounts. You can replicate
	// objects to a single destination bucket or to multiple destination buckets.
	// The destination buckets can be in different Amazon Web Services Regions or
	// within the same Region as the source bucket.
	//
	// Set up one or more rollup Regions by providing the Region or Regions that
	// should contribute to the central rollup Region.
	ReplicationDestinationRegions []*string `locationName:"replicationDestinationRegions" type:"list" enum:"Region"`

	// Replication settings for the Amazon S3 buckets. This parameter uses the IAM
	// role created by you that is managed by Security Lake, to ensure the replication
	// setting is correct.
	ReplicationRoleArn *string `locationName:"replicationRoleArn" type:"string"`

	// Retention settings for the destination Amazon S3 buckets.
	RetentionSettings []*RetentionSetting `locationName:"retentionSettings" type:"list"`

	// Amazon Resource Names (ARNs) uniquely identify Amazon Web Services resources.
	// Security Lake requires an ARN when you need to specify a resource unambiguously
	// across all of Amazon Web Services, such as in IAM policies, Amazon Relational
	// Database Service (Amazon RDS) tags, and API calls.
	S3BucketArn *string `locationName:"s3BucketArn" type:"string"`

	// Retrieves the status of the configuration operation for an account in Amazon
	// Security Lake.
	Status *string `locationName:"status" type:"string" enum:"SettingsStatus"`

	// A tag is a label that you assign to an Amazon Web Services resource. Each
	// tag consists of a key and an optional value, both of which you define.
	TagsMap map[string]*string `locationName:"tagsMap" type:"map"`
	// contains filtered or unexported fields
}

Provides details of lake configuration object in Amazon Security Lake.

func (LakeConfigurationResponse) GoString

func (s LakeConfigurationResponse) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LakeConfigurationResponse) SetEncryptionKey

SetEncryptionKey sets the EncryptionKey field's value.

func (*LakeConfigurationResponse) SetReplicationDestinationRegions

func (s *LakeConfigurationResponse) SetReplicationDestinationRegions(v []*string) *LakeConfigurationResponse

SetReplicationDestinationRegions sets the ReplicationDestinationRegions field's value.

func (*LakeConfigurationResponse) SetReplicationRoleArn

func (s *LakeConfigurationResponse) SetReplicationRoleArn(v string) *LakeConfigurationResponse

SetReplicationRoleArn sets the ReplicationRoleArn field's value.

func (*LakeConfigurationResponse) SetRetentionSettings

SetRetentionSettings sets the RetentionSettings field's value.

func (*LakeConfigurationResponse) SetS3BucketArn

SetS3BucketArn sets the S3BucketArn field's value.

func (*LakeConfigurationResponse) SetStatus

SetStatus sets the Status field's value.

func (*LakeConfigurationResponse) SetTagsMap

SetTagsMap sets the TagsMap field's value.

func (LakeConfigurationResponse) String

func (s LakeConfigurationResponse) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDatalakeExceptionsInput

type ListDatalakeExceptionsInput struct {

	// List the maximum number of failures in Security Lake.
	MaxFailures *int64 `locationName:"maxFailures" type:"integer"`

	// List if there are more results available. if nextToken is returned, You can
	// make the call again using the returned token to retrieve the next page
	NextToken *string `locationName:"nextToken" type:"string"`

	// List the regions from which exceptions are retrieved.
	RegionSet []*string `locationName:"regionSet" type:"list" enum:"Region"`
	// contains filtered or unexported fields
}

func (ListDatalakeExceptionsInput) GoString

func (s ListDatalakeExceptionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDatalakeExceptionsInput) SetMaxFailures

SetMaxFailures sets the MaxFailures field's value.

func (*ListDatalakeExceptionsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListDatalakeExceptionsInput) SetRegionSet

SetRegionSet sets the RegionSet field's value.

func (ListDatalakeExceptionsInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDatalakeExceptionsOutput

type ListDatalakeExceptionsOutput struct {

	// List if there are more results available. if nextToken is returned, You can
	// make the call again using the returned token to retrieve the next page
	NextToken *string `locationName:"nextToken" type:"string"`

	// Lists the non-retryable failures in the current region.
	//
	// NonRetryableFailures is a required field
	NonRetryableFailures []*FailuresResponse `locationName:"nonRetryableFailures" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ListDatalakeExceptionsOutput) GoString

func (s ListDatalakeExceptionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDatalakeExceptionsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListDatalakeExceptionsOutput) SetNonRetryableFailures

SetNonRetryableFailures sets the NonRetryableFailures field's value.

func (ListDatalakeExceptionsOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListLogSourcesInput

type ListLogSourcesInput struct {

	// Lists the log sources in input order, namely Region, source type, and member
	// account.
	InputOrder []*string `locationName:"inputOrder" type:"list" enum:"Dimension"`

	// List the view of log sources for enabled Security Lake accounts in all Regions
	// and source types.
	ListAllDimensions map[string]map[string][]*string `locationName:"listAllDimensions" type:"map"`

	// List the view of log sources for enabled Security Lake accounts for the entire
	// region.
	ListSingleDimension []*string `locationName:"listSingleDimension" type:"list"`

	// Lists the log sources for the specified source types in enabled Security
	// Lake accounts for the entire Region, for selected member accounts.
	ListTwoDimensions map[string][]*string `locationName:"listTwoDimensions" type:"map"`

	// The maximum number of accounts for which the configuration is displayed.
	MaxResults *int64 `locationName:"maxResults" type:"integer"`

	// If nextToken is returned, there are more results available. You can make
	// the call again using the returned token to retrieve the next page.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListLogSourcesInput) GoString

func (s ListLogSourcesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListLogSourcesInput) SetInputOrder

func (s *ListLogSourcesInput) SetInputOrder(v []*string) *ListLogSourcesInput

SetInputOrder sets the InputOrder field's value.

func (*ListLogSourcesInput) SetListAllDimensions

func (s *ListLogSourcesInput) SetListAllDimensions(v map[string]map[string][]*string) *ListLogSourcesInput

SetListAllDimensions sets the ListAllDimensions field's value.

func (*ListLogSourcesInput) SetListSingleDimension

func (s *ListLogSourcesInput) SetListSingleDimension(v []*string) *ListLogSourcesInput

SetListSingleDimension sets the ListSingleDimension field's value.

func (*ListLogSourcesInput) SetListTwoDimensions

func (s *ListLogSourcesInput) SetListTwoDimensions(v map[string][]*string) *ListLogSourcesInput

SetListTwoDimensions sets the ListTwoDimensions field's value.

func (*ListLogSourcesInput) SetMaxResults

func (s *ListLogSourcesInput) SetMaxResults(v int64) *ListLogSourcesInput

SetMaxResults sets the MaxResults field's value.

func (*ListLogSourcesInput) SetNextToken

func (s *ListLogSourcesInput) SetNextToken(v string) *ListLogSourcesInput

SetNextToken sets the NextToken field's value.

func (ListLogSourcesInput) String

func (s ListLogSourcesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListLogSourcesOutput

type ListLogSourcesOutput struct {

	// If nextToken is returned, there are more results available. You can make
	// the call again using the returned token to retrieve the next page.
	NextToken *string `locationName:"nextToken" type:"string"`

	// Lists the log sources in the Regions for enabled Security Lake accounts.
	//
	// RegionSourceTypesAccountsList is a required field
	RegionSourceTypesAccountsList []map[string]map[string][]*string `locationName:"regionSourceTypesAccountsList" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ListLogSourcesOutput) GoString

func (s ListLogSourcesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListLogSourcesOutput) SetNextToken

func (s *ListLogSourcesOutput) SetNextToken(v string) *ListLogSourcesOutput

SetNextToken sets the NextToken field's value.

func (*ListLogSourcesOutput) SetRegionSourceTypesAccountsList

func (s *ListLogSourcesOutput) SetRegionSourceTypesAccountsList(v []map[string]map[string][]*string) *ListLogSourcesOutput

SetRegionSourceTypesAccountsList sets the RegionSourceTypesAccountsList field's value.

func (ListLogSourcesOutput) String

func (s ListLogSourcesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListSubscribersInput

type ListSubscribersInput struct {

	// The maximum number of accounts for which the configuration is displayed.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" type:"integer"`

	// If nextToken is returned, there are more results available. You can make
	// the call again using the returned token to retrieve the next page.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

func (ListSubscribersInput) GoString

func (s ListSubscribersInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListSubscribersInput) SetMaxResults

func (s *ListSubscribersInput) SetMaxResults(v int64) *ListSubscribersInput

SetMaxResults sets the MaxResults field's value.

func (*ListSubscribersInput) SetNextToken

func (s *ListSubscribersInput) SetNextToken(v string) *ListSubscribersInput

SetNextToken sets the NextToken field's value.

func (ListSubscribersInput) String

func (s ListSubscribersInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListSubscribersOutput

type ListSubscribersOutput struct {

	// If nextToken is returned, there are more results available. You can make
	// the call again using the returned token to retrieve the next page.
	NextToken *string `locationName:"nextToken" type:"string"`

	// The subscribers available in the specified Security Lake account ID.
	//
	// Subscribers is a required field
	Subscribers []*SubscriberResource `locationName:"subscribers" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ListSubscribersOutput) GoString

func (s ListSubscribersOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListSubscribersOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListSubscribersOutput) SetSubscribers

SetSubscribers sets the Subscribers field's value.

func (ListSubscribersOutput) String

func (s ListSubscribersOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LogsStatus

type LogsStatus struct {

	// Health status of services including error codes and patterns.
	//
	// HealthStatus is a required field
	HealthStatus *string `locationName:"healthStatus" type:"string" required:"true" enum:"SourceStatus"`

	// Defines path the stored logs are available which has information on your
	// systems, applications, and services.
	//
	// PathToLogs is a required field
	PathToLogs *string `locationName:"pathToLogs" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Log status for the Security Lake account.

func (LogsStatus) GoString

func (s LogsStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LogsStatus) SetHealthStatus

func (s *LogsStatus) SetHealthStatus(v string) *LogsStatus

SetHealthStatus sets the HealthStatus field's value.

func (*LogsStatus) SetPathToLogs

func (s *LogsStatus) SetPathToLogs(v string) *LogsStatus

SetPathToLogs sets the PathToLogs field's value.

func (LogsStatus) String

func (s LogsStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProtocolAndNotificationEndpoint

type ProtocolAndNotificationEndpoint struct {

	// The account which is subscribed to receive exception notifications.
	Endpoint *string `locationName:"endpoint" type:"string"`

	// The protocol to which notification messages are posted.
	Protocol *string `locationName:"protocol" type:"string"`
	// contains filtered or unexported fields
}

Notifications in Security Lake which dictates how notifications are posted at the endpoint.

func (ProtocolAndNotificationEndpoint) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProtocolAndNotificationEndpoint) SetEndpoint

SetEndpoint sets the Endpoint field's value.

func (*ProtocolAndNotificationEndpoint) SetProtocol

SetProtocol sets the Protocol field's value.

func (ProtocolAndNotificationEndpoint) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceNotFoundException

type ResourceNotFoundException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`

	// The ID of the resource for which the type of resource could not be found.
	//
	// ResourceId is a required field
	ResourceId *string `locationName:"resourceId" type:"string" required:"true"`

	// The type of the resource that could not be found.
	//
	// ResourceType is a required field
	ResourceType *string `locationName:"resourceType" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The resource could not be found.

func (*ResourceNotFoundException) Code

Code returns the exception type name.

func (*ResourceNotFoundException) Error

func (s *ResourceNotFoundException) Error() string

func (ResourceNotFoundException) GoString

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceNotFoundException) Message

func (s *ResourceNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceNotFoundException) OrigErr

func (s *ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundException) RequestID

func (s *ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundException) StatusCode

func (s *ResourceNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFoundException) String

func (s ResourceNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RetentionSetting

type RetentionSetting struct {

	// The retention period specifies a fixed period of time during which the Security
	// Lake object remains locked. You can specify the retention period for one
	// or more source in days.
	RetentionPeriod *int64 `locationName:"retentionPeriod" min:"1" type:"integer"`

	// The range of storage classes that you can choose from based on the data access,
	// resiliency, and cost requirements of your workloads.
	StorageClass *string `locationName:"storageClass" type:"string" enum:"StorageClass"`
	// contains filtered or unexported fields
}

Retention settings for the destination Amazon S3 buckets in Security Lake.

func (RetentionSetting) GoString

func (s RetentionSetting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RetentionSetting) SetRetentionPeriod

func (s *RetentionSetting) SetRetentionPeriod(v int64) *RetentionSetting

SetRetentionPeriod sets the RetentionPeriod field's value.

func (*RetentionSetting) SetStorageClass

func (s *RetentionSetting) SetStorageClass(v string) *RetentionSetting

SetStorageClass sets the StorageClass field's value.

func (RetentionSetting) String

func (s RetentionSetting) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RetentionSetting) Validate

func (s *RetentionSetting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type S3Exception

type S3Exception struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

Provides an extension of the AmazonServiceException for errors reported by Amazon S3 while processing a request. In particular, this class provides access to Amazon S3's extended request ID. This ID is required debugging information in the case the user needs to contact Amazon about an issue where Amazon S3 is incorrectly handling a request.

func (*S3Exception) Code

func (s *S3Exception) Code() string

Code returns the exception type name.

func (*S3Exception) Error

func (s *S3Exception) Error() string

func (S3Exception) GoString

func (s S3Exception) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3Exception) Message

func (s *S3Exception) Message() string

Message returns the exception's message.

func (*S3Exception) OrigErr

func (s *S3Exception) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*S3Exception) RequestID

func (s *S3Exception) RequestID() string

RequestID returns the service's response RequestID for request.

func (*S3Exception) StatusCode

func (s *S3Exception) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (S3Exception) String

func (s S3Exception) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SecurityLake

type SecurityLake struct {
	*client.Client
}

SecurityLake provides the API operation methods for making requests to Amazon Security Lake. See this package's package overview docs for details on the service.

SecurityLake 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) *SecurityLake

New creates a new instance of the SecurityLake 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 SecurityLake client from just a session.
svc := securitylake.New(mySession)

// Create a SecurityLake client with additional configuration
svc := securitylake.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*SecurityLake) CreateAwsLogSource

func (c *SecurityLake) CreateAwsLogSource(input *CreateAwsLogSourceInput) (*CreateAwsLogSourceOutput, error)

CreateAwsLogSource API operation for Amazon Security Lake.

Adds a natively-supported Amazon Web Services service as a Security Lake source. Enables source types for member accounts in required Regions, based on specified parameters. You can choose any source type in any Region for accounts that are either part of a trusted organization or standalone accounts. At least one of the three dimensions is a mandatory input to this API. However, any combination of the three dimensions can be supplied to this API.

By default, dimension refers to the entire set. When you don't provide a dimension, Security Lake assumes that the missing dimension refers to the entire set. This is overridden when you supply any one of the inputs. For instance, when members is not specified, the API disables all Security Lake member accounts for sources. Similarly, when Regions are not specified, Security Lake is disabled for all the Regions where Security Lake is available as a service.

You can use this API only to enable a natively-supported Amazon Web Services services as a source. Use CreateCustomLogSource to enable data collection from a custom source.

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 Amazon Security Lake's API operation CreateAwsLogSource for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • S3Exception Provides an extension of the AmazonServiceException for errors reported by Amazon S3 while processing a request. In particular, this class provides access to Amazon S3's extended request ID. This ID is required debugging information in the case the user needs to contact Amazon about an issue where Amazon S3 is incorrectly handling a request.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • ResourceNotFoundException The resource could not be found.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateAwsLogSource

func (*SecurityLake) CreateAwsLogSourceRequest

func (c *SecurityLake) CreateAwsLogSourceRequest(input *CreateAwsLogSourceInput) (req *request.Request, output *CreateAwsLogSourceOutput)

CreateAwsLogSourceRequest generates a "aws/request.Request" representing the client's request for the CreateAwsLogSource 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 CreateAwsLogSource for more information on using the CreateAwsLogSource 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 CreateAwsLogSourceRequest method.
req, resp := client.CreateAwsLogSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateAwsLogSource

func (*SecurityLake) CreateAwsLogSourceWithContext

func (c *SecurityLake) CreateAwsLogSourceWithContext(ctx aws.Context, input *CreateAwsLogSourceInput, opts ...request.Option) (*CreateAwsLogSourceOutput, error)

CreateAwsLogSourceWithContext is the same as CreateAwsLogSource with the addition of the ability to pass a context and additional request options.

See CreateAwsLogSource 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 (*SecurityLake) CreateCustomLogSource

func (c *SecurityLake) CreateCustomLogSource(input *CreateCustomLogSourceInput) (*CreateCustomLogSourceOutput, error)

CreateCustomLogSource API operation for Amazon Security Lake.

Adds a third-party custom source in Amazon Security Lake, from the Region where you want to create a custom source. Security Lake can collect logs and events from third-party custom sources. After creating the appropriate API roles, use this API to add a custom source name in Security Lake. This operation creates a partition in the Security Lake S3 bucket as the target location for log files from the custom source, an associated Glue table, and an Glue crawler.

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 Amazon Security Lake's API operation CreateCustomLogSource for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • ConflictSourceNamesException There was a conflict when you attempted to modify a Security Lake source name.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • BucketNotFoundException Amazon Security Lake generally returns 404 errors if the requested object is missing from the bucket.

  • ResourceNotFoundException The resource could not be found.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateCustomLogSource

func (*SecurityLake) CreateCustomLogSourceRequest

func (c *SecurityLake) CreateCustomLogSourceRequest(input *CreateCustomLogSourceInput) (req *request.Request, output *CreateCustomLogSourceOutput)

CreateCustomLogSourceRequest generates a "aws/request.Request" representing the client's request for the CreateCustomLogSource 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 CreateCustomLogSource for more information on using the CreateCustomLogSource 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 CreateCustomLogSourceRequest method.
req, resp := client.CreateCustomLogSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateCustomLogSource

func (*SecurityLake) CreateCustomLogSourceWithContext

func (c *SecurityLake) CreateCustomLogSourceWithContext(ctx aws.Context, input *CreateCustomLogSourceInput, opts ...request.Option) (*CreateCustomLogSourceOutput, error)

CreateCustomLogSourceWithContext is the same as CreateCustomLogSource with the addition of the ability to pass a context and additional request options.

See CreateCustomLogSource 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 (*SecurityLake) CreateDatalake

func (c *SecurityLake) CreateDatalake(input *CreateDatalakeInput) (*CreateDatalakeOutput, error)

CreateDatalake API operation for Amazon Security Lake.

Initializes an Amazon Security Lake instance with the provided (or default) configuration. You can enable Security Lake in Regions with customized settings in advance before enabling log collection in Regions. You can either use the enableAll parameter to specify all Regions or you can specify the Regions you want to enable Security Lake using the Regions parameter and configure these Regions using the configurations parameter. When the CreateDataLake API is called multiple times, if that Region is already enabled, it will update the Region if configuration for that Region is provided. If that Region is a new Region, it will be set up with the customized configurations if it is specified.

When you enable Security Lake, it starts ingesting security data after the CreateAwsLogSource call. This includes ingesting security data from sources, storing data, and making data accessible to subscribers. Security Lake also enables all the existing settings and resources that it stores or maintains for your account in the current Region, including security log and event data. For more information, see the Amazon Security Lake User Guide.

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 Amazon Security Lake's API operation CreateDatalake for usage and error information.

Returned Error Types:

  • ServiceQuotaExceededException You have exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use Service Quotas to request a service quota increase.

  • ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • ThrottlingException The limit on the number of requests per second was exceeded.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDatalake

func (*SecurityLake) CreateDatalakeAutoEnable

func (c *SecurityLake) CreateDatalakeAutoEnable(input *CreateDatalakeAutoEnableInput) (*CreateDatalakeAutoEnableOutput, error)

CreateDatalakeAutoEnable API operation for Amazon Security Lake.

Automatically enable Security Lake in the specified Regions to begin ingesting security data. When you choose to enable organization accounts automatically, then Security Lake begins to enable new accounts as member accounts as they are added to the organization. Security Lake does not enable existing organization accounts that are not yet enabled.

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 Amazon Security Lake's API operation CreateDatalakeAutoEnable for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDatalakeAutoEnable

func (*SecurityLake) CreateDatalakeAutoEnableRequest

func (c *SecurityLake) CreateDatalakeAutoEnableRequest(input *CreateDatalakeAutoEnableInput) (req *request.Request, output *CreateDatalakeAutoEnableOutput)

CreateDatalakeAutoEnableRequest generates a "aws/request.Request" representing the client's request for the CreateDatalakeAutoEnable 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 CreateDatalakeAutoEnable for more information on using the CreateDatalakeAutoEnable 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 CreateDatalakeAutoEnableRequest method.
req, resp := client.CreateDatalakeAutoEnableRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDatalakeAutoEnable

func (*SecurityLake) CreateDatalakeAutoEnableWithContext

func (c *SecurityLake) CreateDatalakeAutoEnableWithContext(ctx aws.Context, input *CreateDatalakeAutoEnableInput, opts ...request.Option) (*CreateDatalakeAutoEnableOutput, error)

CreateDatalakeAutoEnableWithContext is the same as CreateDatalakeAutoEnable with the addition of the ability to pass a context and additional request options.

See CreateDatalakeAutoEnable 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 (*SecurityLake) CreateDatalakeDelegatedAdmin

func (c *SecurityLake) CreateDatalakeDelegatedAdmin(input *CreateDatalakeDelegatedAdminInput) (*CreateDatalakeDelegatedAdminOutput, error)

CreateDatalakeDelegatedAdmin API operation for Amazon Security Lake.

Designates the Security Lake administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.

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 Amazon Security Lake's API operation CreateDatalakeDelegatedAdmin for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • ThrottlingException The limit on the number of requests per second was exceeded.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDatalakeDelegatedAdmin

func (*SecurityLake) CreateDatalakeDelegatedAdminRequest

func (c *SecurityLake) CreateDatalakeDelegatedAdminRequest(input *CreateDatalakeDelegatedAdminInput) (req *request.Request, output *CreateDatalakeDelegatedAdminOutput)

CreateDatalakeDelegatedAdminRequest generates a "aws/request.Request" representing the client's request for the CreateDatalakeDelegatedAdmin 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 CreateDatalakeDelegatedAdmin for more information on using the CreateDatalakeDelegatedAdmin 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 CreateDatalakeDelegatedAdminRequest method.
req, resp := client.CreateDatalakeDelegatedAdminRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDatalakeDelegatedAdmin

func (*SecurityLake) CreateDatalakeDelegatedAdminWithContext

func (c *SecurityLake) CreateDatalakeDelegatedAdminWithContext(ctx aws.Context, input *CreateDatalakeDelegatedAdminInput, opts ...request.Option) (*CreateDatalakeDelegatedAdminOutput, error)

CreateDatalakeDelegatedAdminWithContext is the same as CreateDatalakeDelegatedAdmin with the addition of the ability to pass a context and additional request options.

See CreateDatalakeDelegatedAdmin 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 (*SecurityLake) CreateDatalakeExceptionsSubscription

CreateDatalakeExceptionsSubscription API operation for Amazon Security Lake.

Creates the specified notification subscription in Security Lake. Creates the specified subscription notifications in the specified organization.

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 Amazon Security Lake's API operation CreateDatalakeExceptionsSubscription for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDatalakeExceptionsSubscription

func (*SecurityLake) CreateDatalakeExceptionsSubscriptionRequest

func (c *SecurityLake) CreateDatalakeExceptionsSubscriptionRequest(input *CreateDatalakeExceptionsSubscriptionInput) (req *request.Request, output *CreateDatalakeExceptionsSubscriptionOutput)

CreateDatalakeExceptionsSubscriptionRequest generates a "aws/request.Request" representing the client's request for the CreateDatalakeExceptionsSubscription 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 CreateDatalakeExceptionsSubscription for more information on using the CreateDatalakeExceptionsSubscription 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 CreateDatalakeExceptionsSubscriptionRequest method.
req, resp := client.CreateDatalakeExceptionsSubscriptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDatalakeExceptionsSubscription

func (*SecurityLake) CreateDatalakeExceptionsSubscriptionWithContext

func (c *SecurityLake) CreateDatalakeExceptionsSubscriptionWithContext(ctx aws.Context, input *CreateDatalakeExceptionsSubscriptionInput, opts ...request.Option) (*CreateDatalakeExceptionsSubscriptionOutput, error)

CreateDatalakeExceptionsSubscriptionWithContext is the same as CreateDatalakeExceptionsSubscription with the addition of the ability to pass a context and additional request options.

See CreateDatalakeExceptionsSubscription 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 (*SecurityLake) CreateDatalakeRequest

func (c *SecurityLake) CreateDatalakeRequest(input *CreateDatalakeInput) (req *request.Request, output *CreateDatalakeOutput)

CreateDatalakeRequest generates a "aws/request.Request" representing the client's request for the CreateDatalake 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 CreateDatalake for more information on using the CreateDatalake 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 CreateDatalakeRequest method.
req, resp := client.CreateDatalakeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDatalake

func (*SecurityLake) CreateDatalakeWithContext

func (c *SecurityLake) CreateDatalakeWithContext(ctx aws.Context, input *CreateDatalakeInput, opts ...request.Option) (*CreateDatalakeOutput, error)

CreateDatalakeWithContext is the same as CreateDatalake with the addition of the ability to pass a context and additional request options.

See CreateDatalake 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 (*SecurityLake) CreateSubscriber

func (c *SecurityLake) CreateSubscriber(input *CreateSubscriberInput) (*CreateSubscriberOutput, error)

CreateSubscriber API operation for Amazon Security Lake.

Creates a subscription permission for accounts that are already enabled in Security Lake.

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 Amazon Security Lake's API operation CreateSubscriber for usage and error information.

Returned Error Types:

  • ConflictSubscriptionException A conflicting subscription exception operation is in progress.

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • BucketNotFoundException Amazon Security Lake generally returns 404 errors if the requested object is missing from the bucket.

  • ResourceNotFoundException The resource could not be found.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateSubscriber

func (*SecurityLake) CreateSubscriberRequest

func (c *SecurityLake) CreateSubscriberRequest(input *CreateSubscriberInput) (req *request.Request, output *CreateSubscriberOutput)

CreateSubscriberRequest generates a "aws/request.Request" representing the client's request for the CreateSubscriber 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 CreateSubscriber for more information on using the CreateSubscriber 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 CreateSubscriberRequest method.
req, resp := client.CreateSubscriberRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateSubscriber

func (*SecurityLake) CreateSubscriberWithContext

func (c *SecurityLake) CreateSubscriberWithContext(ctx aws.Context, input *CreateSubscriberInput, opts ...request.Option) (*CreateSubscriberOutput, error)

CreateSubscriberWithContext is the same as CreateSubscriber with the addition of the ability to pass a context and additional request options.

See CreateSubscriber 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 (*SecurityLake) CreateSubscriptionNotificationConfiguration

CreateSubscriptionNotificationConfiguration API operation for Amazon Security Lake.

Creates the specified notification subscription in Security Lake. Creates the specified subscription notifications from the specified organization.

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 Amazon Security Lake's API operation CreateSubscriptionNotificationConfiguration for usage and error information.

Returned Error Types:

  • ConcurrentModificationException More than one process tried to modify a resource at the same time.

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • ResourceNotFoundException The resource could not be found.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateSubscriptionNotificationConfiguration

func (*SecurityLake) CreateSubscriptionNotificationConfigurationRequest

func (c *SecurityLake) CreateSubscriptionNotificationConfigurationRequest(input *CreateSubscriptionNotificationConfigurationInput) (req *request.Request, output *CreateSubscriptionNotificationConfigurationOutput)

CreateSubscriptionNotificationConfigurationRequest generates a "aws/request.Request" representing the client's request for the CreateSubscriptionNotificationConfiguration 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 CreateSubscriptionNotificationConfiguration for more information on using the CreateSubscriptionNotificationConfiguration 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 CreateSubscriptionNotificationConfigurationRequest method.
req, resp := client.CreateSubscriptionNotificationConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateSubscriptionNotificationConfiguration

func (*SecurityLake) CreateSubscriptionNotificationConfigurationWithContext

func (c *SecurityLake) CreateSubscriptionNotificationConfigurationWithContext(ctx aws.Context, input *CreateSubscriptionNotificationConfigurationInput, opts ...request.Option) (*CreateSubscriptionNotificationConfigurationOutput, error)

CreateSubscriptionNotificationConfigurationWithContext is the same as CreateSubscriptionNotificationConfiguration with the addition of the ability to pass a context and additional request options.

See CreateSubscriptionNotificationConfiguration 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 (*SecurityLake) DeleteAwsLogSource

func (c *SecurityLake) DeleteAwsLogSource(input *DeleteAwsLogSourceInput) (*DeleteAwsLogSourceOutput, error)

DeleteAwsLogSource API operation for Amazon Security Lake.

Removes a natively-supported Amazon Web Services service as a Amazon Security Lake source. When you remove the source, Security Lake stops collecting data from that source, and subscribers can no longer consume new data from the source. Subscribers can still consume data that Amazon Security Lake collected from the source before disablement.

You can choose any source type in any Region for accounts that are either part of a trusted organization or standalone accounts. At least one of the three dimensions is a mandatory input to this API. However, any combination of the three dimensions can be supplied to this API.

By default, dimension refers to the entire set. This is overridden when you supply any one of the inputs. For instance, when members is not specified, the API disables all Security Lake member accounts for sources. Similarly, when Regions are not specified, Security Lake is disabled for all the Regions where Security Lake is available as a service.

You can use this API to remove a natively-supported Amazon Web Services service as a source. Use DeregisterCustomData to remove a custom source.

When you don't provide a dimension, Security Lake assumes that the missing dimension refers to the entire set. For example, if you don't provide specific accounts, the API applies to the entire set of accounts in your organization.

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 Amazon Security Lake's API operation DeleteAwsLogSource for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteAwsLogSource

func (*SecurityLake) DeleteAwsLogSourceRequest

func (c *SecurityLake) DeleteAwsLogSourceRequest(input *DeleteAwsLogSourceInput) (req *request.Request, output *DeleteAwsLogSourceOutput)

DeleteAwsLogSourceRequest generates a "aws/request.Request" representing the client's request for the DeleteAwsLogSource 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 DeleteAwsLogSource for more information on using the DeleteAwsLogSource 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 DeleteAwsLogSourceRequest method.
req, resp := client.DeleteAwsLogSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteAwsLogSource

func (*SecurityLake) DeleteAwsLogSourceWithContext

func (c *SecurityLake) DeleteAwsLogSourceWithContext(ctx aws.Context, input *DeleteAwsLogSourceInput, opts ...request.Option) (*DeleteAwsLogSourceOutput, error)

DeleteAwsLogSourceWithContext is the same as DeleteAwsLogSource with the addition of the ability to pass a context and additional request options.

See DeleteAwsLogSource 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 (*SecurityLake) DeleteCustomLogSource

func (c *SecurityLake) DeleteCustomLogSource(input *DeleteCustomLogSourceInput) (*DeleteCustomLogSourceOutput, error)

DeleteCustomLogSource API operation for Amazon Security Lake.

Removes a custom log source from Security Lake.

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 Amazon Security Lake's API operation DeleteCustomLogSource for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • ConflictSourceNamesException There was a conflict when you attempted to modify a Security Lake source name.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • BucketNotFoundException Amazon Security Lake generally returns 404 errors if the requested object is missing from the bucket.

  • ResourceNotFoundException The resource could not be found.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteCustomLogSource

func (*SecurityLake) DeleteCustomLogSourceRequest

func (c *SecurityLake) DeleteCustomLogSourceRequest(input *DeleteCustomLogSourceInput) (req *request.Request, output *DeleteCustomLogSourceOutput)

DeleteCustomLogSourceRequest generates a "aws/request.Request" representing the client's request for the DeleteCustomLogSource 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 DeleteCustomLogSource for more information on using the DeleteCustomLogSource 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 DeleteCustomLogSourceRequest method.
req, resp := client.DeleteCustomLogSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteCustomLogSource

func (*SecurityLake) DeleteCustomLogSourceWithContext

func (c *SecurityLake) DeleteCustomLogSourceWithContext(ctx aws.Context, input *DeleteCustomLogSourceInput, opts ...request.Option) (*DeleteCustomLogSourceOutput, error)

DeleteCustomLogSourceWithContext is the same as DeleteCustomLogSource with the addition of the ability to pass a context and additional request options.

See DeleteCustomLogSource 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 (*SecurityLake) DeleteDatalake

func (c *SecurityLake) DeleteDatalake(input *DeleteDatalakeInput) (*DeleteDatalakeOutput, error)

DeleteDatalake API operation for Amazon Security Lake.

When you delete Amazon Security Lake from your account, Security Lake is disabled in all Regions. Also, this API automatically performs the off-boarding steps to off-board the account from Security Lake . This includes ingesting security data from sources, storing data, and making data accessible to subscribers. Security Lake also deletes all the existing settings and resources that it stores or maintains for your account in the current Region, including security log and event data. DeleteDatalake does not delete the S3 bucket which is owned by the Amazon Web Services account. For more information, see the Amazon Security Lake User Guide.

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 Amazon Security Lake's API operation DeleteDatalake for usage and error information.

Returned Error Types:

  • ServiceQuotaExceededException You have exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use Service Quotas to request a service quota increase.

  • ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • ThrottlingException The limit on the number of requests per second was exceeded.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDatalake

func (*SecurityLake) DeleteDatalakeAutoEnable

func (c *SecurityLake) DeleteDatalakeAutoEnable(input *DeleteDatalakeAutoEnableInput) (*DeleteDatalakeAutoEnableOutput, error)

DeleteDatalakeAutoEnable API operation for Amazon Security Lake.

Automatically delete Security Lake in the specified Regions to stop ingesting security data. When you delete Amazon Security Lake from your account, Security Lake is disabled in all Regions. Also, this API automatically performs the off-boarding steps to off-board the account from Security Lake . This includes ingesting security data from sources, storing data, and making data accessible to subscribers. Security Lake also deletes all the existing settings and resources that it stores or maintains for your account in the current Region, including security log and event data. For more information, see the Amazon Security Lake User Guide.

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 Amazon Security Lake's API operation DeleteDatalakeAutoEnable for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDatalakeAutoEnable

func (*SecurityLake) DeleteDatalakeAutoEnableRequest

func (c *SecurityLake) DeleteDatalakeAutoEnableRequest(input *DeleteDatalakeAutoEnableInput) (req *request.Request, output *DeleteDatalakeAutoEnableOutput)

DeleteDatalakeAutoEnableRequest generates a "aws/request.Request" representing the client's request for the DeleteDatalakeAutoEnable 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 DeleteDatalakeAutoEnable for more information on using the DeleteDatalakeAutoEnable 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 DeleteDatalakeAutoEnableRequest method.
req, resp := client.DeleteDatalakeAutoEnableRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDatalakeAutoEnable

func (*SecurityLake) DeleteDatalakeAutoEnableWithContext

func (c *SecurityLake) DeleteDatalakeAutoEnableWithContext(ctx aws.Context, input *DeleteDatalakeAutoEnableInput, opts ...request.Option) (*DeleteDatalakeAutoEnableOutput, error)

DeleteDatalakeAutoEnableWithContext is the same as DeleteDatalakeAutoEnable with the addition of the ability to pass a context and additional request options.

See DeleteDatalakeAutoEnable 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 (*SecurityLake) DeleteDatalakeDelegatedAdmin

func (c *SecurityLake) DeleteDatalakeDelegatedAdmin(input *DeleteDatalakeDelegatedAdminInput) (*DeleteDatalakeDelegatedAdminOutput, error)

DeleteDatalakeDelegatedAdmin API operation for Amazon Security Lake.

Deletes the Security Lake administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.

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 Amazon Security Lake's API operation DeleteDatalakeDelegatedAdmin for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • ThrottlingException The limit on the number of requests per second was exceeded.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDatalakeDelegatedAdmin

func (*SecurityLake) DeleteDatalakeDelegatedAdminRequest

func (c *SecurityLake) DeleteDatalakeDelegatedAdminRequest(input *DeleteDatalakeDelegatedAdminInput) (req *request.Request, output *DeleteDatalakeDelegatedAdminOutput)

DeleteDatalakeDelegatedAdminRequest generates a "aws/request.Request" representing the client's request for the DeleteDatalakeDelegatedAdmin 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 DeleteDatalakeDelegatedAdmin for more information on using the DeleteDatalakeDelegatedAdmin 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 DeleteDatalakeDelegatedAdminRequest method.
req, resp := client.DeleteDatalakeDelegatedAdminRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDatalakeDelegatedAdmin

func (*SecurityLake) DeleteDatalakeDelegatedAdminWithContext

func (c *SecurityLake) DeleteDatalakeDelegatedAdminWithContext(ctx aws.Context, input *DeleteDatalakeDelegatedAdminInput, opts ...request.Option) (*DeleteDatalakeDelegatedAdminOutput, error)

DeleteDatalakeDelegatedAdminWithContext is the same as DeleteDatalakeDelegatedAdmin with the addition of the ability to pass a context and additional request options.

See DeleteDatalakeDelegatedAdmin 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 (*SecurityLake) DeleteDatalakeExceptionsSubscription

DeleteDatalakeExceptionsSubscription API operation for Amazon Security Lake.

Deletes the specified notification subscription in Security Lake. Deletes the specified subscription notifications in the specified organization.

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 Amazon Security Lake's API operation DeleteDatalakeExceptionsSubscription for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDatalakeExceptionsSubscription

func (*SecurityLake) DeleteDatalakeExceptionsSubscriptionRequest

func (c *SecurityLake) DeleteDatalakeExceptionsSubscriptionRequest(input *DeleteDatalakeExceptionsSubscriptionInput) (req *request.Request, output *DeleteDatalakeExceptionsSubscriptionOutput)

DeleteDatalakeExceptionsSubscriptionRequest generates a "aws/request.Request" representing the client's request for the DeleteDatalakeExceptionsSubscription 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 DeleteDatalakeExceptionsSubscription for more information on using the DeleteDatalakeExceptionsSubscription 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 DeleteDatalakeExceptionsSubscriptionRequest method.
req, resp := client.DeleteDatalakeExceptionsSubscriptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDatalakeExceptionsSubscription

func (*SecurityLake) DeleteDatalakeExceptionsSubscriptionWithContext

func (c *SecurityLake) DeleteDatalakeExceptionsSubscriptionWithContext(ctx aws.Context, input *DeleteDatalakeExceptionsSubscriptionInput, opts ...request.Option) (*DeleteDatalakeExceptionsSubscriptionOutput, error)

DeleteDatalakeExceptionsSubscriptionWithContext is the same as DeleteDatalakeExceptionsSubscription with the addition of the ability to pass a context and additional request options.

See DeleteDatalakeExceptionsSubscription 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 (*SecurityLake) DeleteDatalakeRequest

func (c *SecurityLake) DeleteDatalakeRequest(input *DeleteDatalakeInput) (req *request.Request, output *DeleteDatalakeOutput)

DeleteDatalakeRequest generates a "aws/request.Request" representing the client's request for the DeleteDatalake 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 DeleteDatalake for more information on using the DeleteDatalake 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 DeleteDatalakeRequest method.
req, resp := client.DeleteDatalakeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDatalake

func (*SecurityLake) DeleteDatalakeWithContext

func (c *SecurityLake) DeleteDatalakeWithContext(ctx aws.Context, input *DeleteDatalakeInput, opts ...request.Option) (*DeleteDatalakeOutput, error)

DeleteDatalakeWithContext is the same as DeleteDatalake with the addition of the ability to pass a context and additional request options.

See DeleteDatalake 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 (*SecurityLake) DeleteSubscriber

func (c *SecurityLake) DeleteSubscriber(input *DeleteSubscriberInput) (*DeleteSubscriberOutput, error)

DeleteSubscriber API operation for Amazon Security Lake.

Deletes the specified subscription permissions to Security Lake. Deletes the specified subscription permissions from the specified organization.

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 Amazon Security Lake's API operation DeleteSubscriber for usage and error information.

Returned Error Types:

  • ConcurrentModificationException More than one process tried to modify a resource at the same time.

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • BucketNotFoundException Amazon Security Lake generally returns 404 errors if the requested object is missing from the bucket.

  • ResourceNotFoundException The resource could not be found.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteSubscriber

func (*SecurityLake) DeleteSubscriberRequest

func (c *SecurityLake) DeleteSubscriberRequest(input *DeleteSubscriberInput) (req *request.Request, output *DeleteSubscriberOutput)

DeleteSubscriberRequest generates a "aws/request.Request" representing the client's request for the DeleteSubscriber 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 DeleteSubscriber for more information on using the DeleteSubscriber 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 DeleteSubscriberRequest method.
req, resp := client.DeleteSubscriberRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteSubscriber

func (*SecurityLake) DeleteSubscriberWithContext

func (c *SecurityLake) DeleteSubscriberWithContext(ctx aws.Context, input *DeleteSubscriberInput, opts ...request.Option) (*DeleteSubscriberOutput, error)

DeleteSubscriberWithContext is the same as DeleteSubscriber with the addition of the ability to pass a context and additional request options.

See DeleteSubscriber 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 (*SecurityLake) DeleteSubscriptionNotificationConfiguration

DeleteSubscriptionNotificationConfiguration API operation for Amazon Security Lake.

Deletes the specified notification subscription in Security Lake. Deletes the specified subscription notifications from the specified organization.

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 Amazon Security Lake's API operation DeleteSubscriptionNotificationConfiguration for usage and error information.

Returned Error Types:

  • ConcurrentModificationException More than one process tried to modify a resource at the same time.

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • ResourceNotFoundException The resource could not be found.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteSubscriptionNotificationConfiguration

func (*SecurityLake) DeleteSubscriptionNotificationConfigurationRequest

func (c *SecurityLake) DeleteSubscriptionNotificationConfigurationRequest(input *DeleteSubscriptionNotificationConfigurationInput) (req *request.Request, output *DeleteSubscriptionNotificationConfigurationOutput)

DeleteSubscriptionNotificationConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteSubscriptionNotificationConfiguration 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 DeleteSubscriptionNotificationConfiguration for more information on using the DeleteSubscriptionNotificationConfiguration 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 DeleteSubscriptionNotificationConfigurationRequest method.
req, resp := client.DeleteSubscriptionNotificationConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteSubscriptionNotificationConfiguration

func (*SecurityLake) DeleteSubscriptionNotificationConfigurationWithContext

func (c *SecurityLake) DeleteSubscriptionNotificationConfigurationWithContext(ctx aws.Context, input *DeleteSubscriptionNotificationConfigurationInput, opts ...request.Option) (*DeleteSubscriptionNotificationConfigurationOutput, error)

DeleteSubscriptionNotificationConfigurationWithContext is the same as DeleteSubscriptionNotificationConfiguration with the addition of the ability to pass a context and additional request options.

See DeleteSubscriptionNotificationConfiguration 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 (*SecurityLake) GetDatalake

func (c *SecurityLake) GetDatalake(input *GetDatalakeInput) (*GetDatalakeOutput, error)

GetDatalake API operation for Amazon Security Lake.

Retrieve the Security Lake configuration object for the specified account ID. This API does not take input parameters.

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 Amazon Security Lake's API operation GetDatalake for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • ResourceNotFoundException The resource could not be found.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalake

func (*SecurityLake) GetDatalakeAutoEnable

func (c *SecurityLake) GetDatalakeAutoEnable(input *GetDatalakeAutoEnableInput) (*GetDatalakeAutoEnableOutput, error)

GetDatalakeAutoEnable API operation for Amazon Security Lake.

Retrieves the configuration that will be automatically set up for accounts added to the organization after the organization has on boarded to Amazon Security Lake. This API does not take input parameters.

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 Amazon Security Lake's API operation GetDatalakeAutoEnable for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalakeAutoEnable

func (*SecurityLake) GetDatalakeAutoEnableRequest

func (c *SecurityLake) GetDatalakeAutoEnableRequest(input *GetDatalakeAutoEnableInput) (req *request.Request, output *GetDatalakeAutoEnableOutput)

GetDatalakeAutoEnableRequest generates a "aws/request.Request" representing the client's request for the GetDatalakeAutoEnable 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 GetDatalakeAutoEnable for more information on using the GetDatalakeAutoEnable 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 GetDatalakeAutoEnableRequest method.
req, resp := client.GetDatalakeAutoEnableRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalakeAutoEnable

func (*SecurityLake) GetDatalakeAutoEnableWithContext

func (c *SecurityLake) GetDatalakeAutoEnableWithContext(ctx aws.Context, input *GetDatalakeAutoEnableInput, opts ...request.Option) (*GetDatalakeAutoEnableOutput, error)

GetDatalakeAutoEnableWithContext is the same as GetDatalakeAutoEnable with the addition of the ability to pass a context and additional request options.

See GetDatalakeAutoEnable 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 (*SecurityLake) GetDatalakeExceptionsExpiry

func (c *SecurityLake) GetDatalakeExceptionsExpiry(input *GetDatalakeExceptionsExpiryInput) (*GetDatalakeExceptionsExpiryOutput, error)

GetDatalakeExceptionsExpiry API operation for Amazon Security Lake.

Retrieves the expiration period and time-to-live (TTL) for which the exception message will remain. Exceptions are stored by default, for a 2 week period of time from when a record was created in Security Lake. This API does not take input parameters. This API does not take input parameters.

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 Amazon Security Lake's API operation GetDatalakeExceptionsExpiry for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalakeExceptionsExpiry

func (*SecurityLake) GetDatalakeExceptionsExpiryRequest

func (c *SecurityLake) GetDatalakeExceptionsExpiryRequest(input *GetDatalakeExceptionsExpiryInput) (req *request.Request, output *GetDatalakeExceptionsExpiryOutput)

GetDatalakeExceptionsExpiryRequest generates a "aws/request.Request" representing the client's request for the GetDatalakeExceptionsExpiry 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 GetDatalakeExceptionsExpiry for more information on using the GetDatalakeExceptionsExpiry 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 GetDatalakeExceptionsExpiryRequest method.
req, resp := client.GetDatalakeExceptionsExpiryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalakeExceptionsExpiry

func (*SecurityLake) GetDatalakeExceptionsExpiryWithContext

func (c *SecurityLake) GetDatalakeExceptionsExpiryWithContext(ctx aws.Context, input *GetDatalakeExceptionsExpiryInput, opts ...request.Option) (*GetDatalakeExceptionsExpiryOutput, error)

GetDatalakeExceptionsExpiryWithContext is the same as GetDatalakeExceptionsExpiry with the addition of the ability to pass a context and additional request options.

See GetDatalakeExceptionsExpiry 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 (*SecurityLake) GetDatalakeExceptionsSubscription

GetDatalakeExceptionsSubscription API operation for Amazon Security Lake.

Retrieves the details of exception notifications for the account in Amazon Security Lake.

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 Amazon Security Lake's API operation GetDatalakeExceptionsSubscription for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalakeExceptionsSubscription

func (*SecurityLake) GetDatalakeExceptionsSubscriptionRequest

func (c *SecurityLake) GetDatalakeExceptionsSubscriptionRequest(input *GetDatalakeExceptionsSubscriptionInput) (req *request.Request, output *GetDatalakeExceptionsSubscriptionOutput)

GetDatalakeExceptionsSubscriptionRequest generates a "aws/request.Request" representing the client's request for the GetDatalakeExceptionsSubscription 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 GetDatalakeExceptionsSubscription for more information on using the GetDatalakeExceptionsSubscription 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 GetDatalakeExceptionsSubscriptionRequest method.
req, resp := client.GetDatalakeExceptionsSubscriptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalakeExceptionsSubscription

func (*SecurityLake) GetDatalakeExceptionsSubscriptionWithContext

func (c *SecurityLake) GetDatalakeExceptionsSubscriptionWithContext(ctx aws.Context, input *GetDatalakeExceptionsSubscriptionInput, opts ...request.Option) (*GetDatalakeExceptionsSubscriptionOutput, error)

GetDatalakeExceptionsSubscriptionWithContext is the same as GetDatalakeExceptionsSubscription with the addition of the ability to pass a context and additional request options.

See GetDatalakeExceptionsSubscription 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 (*SecurityLake) GetDatalakeRequest

func (c *SecurityLake) GetDatalakeRequest(input *GetDatalakeInput) (req *request.Request, output *GetDatalakeOutput)

GetDatalakeRequest generates a "aws/request.Request" representing the client's request for the GetDatalake 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 GetDatalake for more information on using the GetDatalake 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 GetDatalakeRequest method.
req, resp := client.GetDatalakeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalake

func (*SecurityLake) GetDatalakeStatus

func (c *SecurityLake) GetDatalakeStatus(input *GetDatalakeStatusInput) (*GetDatalakeStatusOutput, error)

GetDatalakeStatus API operation for Amazon Security Lake.

Retrieve the Security Lake configuration object for the specified account ID. This API does not take input parameters.

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 Amazon Security Lake's API operation GetDatalakeStatus for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalakeStatus

func (*SecurityLake) GetDatalakeStatusPages

func (c *SecurityLake) GetDatalakeStatusPages(input *GetDatalakeStatusInput, fn func(*GetDatalakeStatusOutput, bool) bool) error

GetDatalakeStatusPages iterates over the pages of a GetDatalakeStatus operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetDatalakeStatus method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a GetDatalakeStatus operation.
pageNum := 0
err := client.GetDatalakeStatusPages(params,
    func(page *securitylake.GetDatalakeStatusOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SecurityLake) GetDatalakeStatusPagesWithContext

func (c *SecurityLake) GetDatalakeStatusPagesWithContext(ctx aws.Context, input *GetDatalakeStatusInput, fn func(*GetDatalakeStatusOutput, bool) bool, opts ...request.Option) error

GetDatalakeStatusPagesWithContext same as GetDatalakeStatusPages except it takes a Context and allows setting request options on the pages.

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 (*SecurityLake) GetDatalakeStatusRequest

func (c *SecurityLake) GetDatalakeStatusRequest(input *GetDatalakeStatusInput) (req *request.Request, output *GetDatalakeStatusOutput)

GetDatalakeStatusRequest generates a "aws/request.Request" representing the client's request for the GetDatalakeStatus 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 GetDatalakeStatus for more information on using the GetDatalakeStatus 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 GetDatalakeStatusRequest method.
req, resp := client.GetDatalakeStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalakeStatus

func (*SecurityLake) GetDatalakeStatusWithContext

func (c *SecurityLake) GetDatalakeStatusWithContext(ctx aws.Context, input *GetDatalakeStatusInput, opts ...request.Option) (*GetDatalakeStatusOutput, error)

GetDatalakeStatusWithContext is the same as GetDatalakeStatus with the addition of the ability to pass a context and additional request options.

See GetDatalakeStatus 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 (*SecurityLake) GetDatalakeWithContext

func (c *SecurityLake) GetDatalakeWithContext(ctx aws.Context, input *GetDatalakeInput, opts ...request.Option) (*GetDatalakeOutput, error)

GetDatalakeWithContext is the same as GetDatalake with the addition of the ability to pass a context and additional request options.

See GetDatalake 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 (*SecurityLake) GetSubscriber

func (c *SecurityLake) GetSubscriber(input *GetSubscriberInput) (*GetSubscriberOutput, error)

GetSubscriber API operation for Amazon Security Lake.

Retrieves subscription information for the specified subscription ID.

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 Amazon Security Lake's API operation GetSubscriber for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • ResourceNotFoundException The resource could not be found.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetSubscriber

func (*SecurityLake) GetSubscriberRequest

func (c *SecurityLake) GetSubscriberRequest(input *GetSubscriberInput) (req *request.Request, output *GetSubscriberOutput)

GetSubscriberRequest generates a "aws/request.Request" representing the client's request for the GetSubscriber 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 GetSubscriber for more information on using the GetSubscriber 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 GetSubscriberRequest method.
req, resp := client.GetSubscriberRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetSubscriber

func (*SecurityLake) GetSubscriberWithContext

func (c *SecurityLake) GetSubscriberWithContext(ctx aws.Context, input *GetSubscriberInput, opts ...request.Option) (*GetSubscriberOutput, error)

GetSubscriberWithContext is the same as GetSubscriber with the addition of the ability to pass a context and additional request options.

See GetSubscriber 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 (*SecurityLake) ListDatalakeExceptions

func (c *SecurityLake) ListDatalakeExceptions(input *ListDatalakeExceptionsInput) (*ListDatalakeExceptionsOutput, error)

ListDatalakeExceptions API operation for Amazon Security Lake.

List the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.

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 Amazon Security Lake's API operation ListDatalakeExceptions for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListDatalakeExceptions

func (*SecurityLake) ListDatalakeExceptionsPages

func (c *SecurityLake) ListDatalakeExceptionsPages(input *ListDatalakeExceptionsInput, fn func(*ListDatalakeExceptionsOutput, bool) bool) error

ListDatalakeExceptionsPages iterates over the pages of a ListDatalakeExceptions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDatalakeExceptions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDatalakeExceptions operation.
pageNum := 0
err := client.ListDatalakeExceptionsPages(params,
    func(page *securitylake.ListDatalakeExceptionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SecurityLake) ListDatalakeExceptionsPagesWithContext

func (c *SecurityLake) ListDatalakeExceptionsPagesWithContext(ctx aws.Context, input *ListDatalakeExceptionsInput, fn func(*ListDatalakeExceptionsOutput, bool) bool, opts ...request.Option) error

ListDatalakeExceptionsPagesWithContext same as ListDatalakeExceptionsPages except it takes a Context and allows setting request options on the pages.

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 (*SecurityLake) ListDatalakeExceptionsRequest

func (c *SecurityLake) ListDatalakeExceptionsRequest(input *ListDatalakeExceptionsInput) (req *request.Request, output *ListDatalakeExceptionsOutput)

ListDatalakeExceptionsRequest generates a "aws/request.Request" representing the client's request for the ListDatalakeExceptions 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 ListDatalakeExceptions for more information on using the ListDatalakeExceptions 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 ListDatalakeExceptionsRequest method.
req, resp := client.ListDatalakeExceptionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListDatalakeExceptions

func (*SecurityLake) ListDatalakeExceptionsWithContext

func (c *SecurityLake) ListDatalakeExceptionsWithContext(ctx aws.Context, input *ListDatalakeExceptionsInput, opts ...request.Option) (*ListDatalakeExceptionsOutput, error)

ListDatalakeExceptionsWithContext is the same as ListDatalakeExceptions with the addition of the ability to pass a context and additional request options.

See ListDatalakeExceptions 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 (*SecurityLake) ListLogSources

func (c *SecurityLake) ListLogSources(input *ListLogSourcesInput) (*ListLogSourcesOutput, error)

ListLogSources API operation for Amazon Security Lake.

Lists the log sources in the current region.

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 Amazon Security Lake's API operation ListLogSources for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • ResourceNotFoundException The resource could not be found.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListLogSources

func (*SecurityLake) ListLogSourcesPages

func (c *SecurityLake) ListLogSourcesPages(input *ListLogSourcesInput, fn func(*ListLogSourcesOutput, bool) bool) error

ListLogSourcesPages iterates over the pages of a ListLogSources operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListLogSources method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListLogSources operation.
pageNum := 0
err := client.ListLogSourcesPages(params,
    func(page *securitylake.ListLogSourcesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SecurityLake) ListLogSourcesPagesWithContext

func (c *SecurityLake) ListLogSourcesPagesWithContext(ctx aws.Context, input *ListLogSourcesInput, fn func(*ListLogSourcesOutput, bool) bool, opts ...request.Option) error

ListLogSourcesPagesWithContext same as ListLogSourcesPages except it takes a Context and allows setting request options on the pages.

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 (*SecurityLake) ListLogSourcesRequest

func (c *SecurityLake) ListLogSourcesRequest(input *ListLogSourcesInput) (req *request.Request, output *ListLogSourcesOutput)

ListLogSourcesRequest generates a "aws/request.Request" representing the client's request for the ListLogSources 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 ListLogSources for more information on using the ListLogSources 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 ListLogSourcesRequest method.
req, resp := client.ListLogSourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListLogSources

func (*SecurityLake) ListLogSourcesWithContext

func (c *SecurityLake) ListLogSourcesWithContext(ctx aws.Context, input *ListLogSourcesInput, opts ...request.Option) (*ListLogSourcesOutput, error)

ListLogSourcesWithContext is the same as ListLogSources with the addition of the ability to pass a context and additional request options.

See ListLogSources 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 (*SecurityLake) ListSubscribers

func (c *SecurityLake) ListSubscribers(input *ListSubscribersInput) (*ListSubscribersOutput, error)

ListSubscribers API operation for Amazon Security Lake.

List all subscribers for the specific Security Lake account ID.

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 Amazon Security Lake's API operation ListSubscribers for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • ResourceNotFoundException The resource could not be found.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListSubscribers

func (*SecurityLake) ListSubscribersPages

func (c *SecurityLake) ListSubscribersPages(input *ListSubscribersInput, fn func(*ListSubscribersOutput, bool) bool) error

ListSubscribersPages iterates over the pages of a ListSubscribers operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListSubscribers method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListSubscribers operation.
pageNum := 0
err := client.ListSubscribersPages(params,
    func(page *securitylake.ListSubscribersOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SecurityLake) ListSubscribersPagesWithContext

func (c *SecurityLake) ListSubscribersPagesWithContext(ctx aws.Context, input *ListSubscribersInput, fn func(*ListSubscribersOutput, bool) bool, opts ...request.Option) error

ListSubscribersPagesWithContext same as ListSubscribersPages except it takes a Context and allows setting request options on the pages.

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 (*SecurityLake) ListSubscribersRequest

func (c *SecurityLake) ListSubscribersRequest(input *ListSubscribersInput) (req *request.Request, output *ListSubscribersOutput)

ListSubscribersRequest generates a "aws/request.Request" representing the client's request for the ListSubscribers 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 ListSubscribers for more information on using the ListSubscribers 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 ListSubscribersRequest method.
req, resp := client.ListSubscribersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListSubscribers

func (*SecurityLake) ListSubscribersWithContext

func (c *SecurityLake) ListSubscribersWithContext(ctx aws.Context, input *ListSubscribersInput, opts ...request.Option) (*ListSubscribersOutput, error)

ListSubscribersWithContext is the same as ListSubscribers with the addition of the ability to pass a context and additional request options.

See ListSubscribers 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 (*SecurityLake) UpdateDatalake

func (c *SecurityLake) UpdateDatalake(input *UpdateDatalakeInput) (*UpdateDatalakeOutput, error)

UpdateDatalake API operation for Amazon Security Lake.

Amazon Security Lake allows you to specify where to store your security data and for how long. You can specify a rollup Region to consolidate data from multiple regions.

You can update the properties of a Region or source. Input can either be directly specified to the API.

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 Amazon Security Lake's API operation UpdateDatalake for usage and error information.

Returned Error Types:

  • EventBridgeException Represents an error interacting with the Amazon EventBridge service.

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • ResourceNotFoundException The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateDatalake

func (*SecurityLake) UpdateDatalakeExceptionsExpiry

UpdateDatalakeExceptionsExpiry API operation for Amazon Security Lake.

Update the expiration period for the exception message to your preferred time, and control the time-to-live (TTL) for the exception message to remain. Exceptions are stored by default, for a 2 week period of time from when a record was created in Security Lake.

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 Amazon Security Lake's API operation UpdateDatalakeExceptionsExpiry for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateDatalakeExceptionsExpiry

func (*SecurityLake) UpdateDatalakeExceptionsExpiryRequest

func (c *SecurityLake) UpdateDatalakeExceptionsExpiryRequest(input *UpdateDatalakeExceptionsExpiryInput) (req *request.Request, output *UpdateDatalakeExceptionsExpiryOutput)

UpdateDatalakeExceptionsExpiryRequest generates a "aws/request.Request" representing the client's request for the UpdateDatalakeExceptionsExpiry 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 UpdateDatalakeExceptionsExpiry for more information on using the UpdateDatalakeExceptionsExpiry 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 UpdateDatalakeExceptionsExpiryRequest method.
req, resp := client.UpdateDatalakeExceptionsExpiryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateDatalakeExceptionsExpiry

func (*SecurityLake) UpdateDatalakeExceptionsExpiryWithContext

func (c *SecurityLake) UpdateDatalakeExceptionsExpiryWithContext(ctx aws.Context, input *UpdateDatalakeExceptionsExpiryInput, opts ...request.Option) (*UpdateDatalakeExceptionsExpiryOutput, error)

UpdateDatalakeExceptionsExpiryWithContext is the same as UpdateDatalakeExceptionsExpiry with the addition of the ability to pass a context and additional request options.

See UpdateDatalakeExceptionsExpiry 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 (*SecurityLake) UpdateDatalakeExceptionsSubscription

UpdateDatalakeExceptionsSubscription API operation for Amazon Security Lake.

Update the subscription notification for exception notification.

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 Amazon Security Lake's API operation UpdateDatalakeExceptionsSubscription for usage and error information.

Returned Error Types:

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateDatalakeExceptionsSubscription

func (*SecurityLake) UpdateDatalakeExceptionsSubscriptionRequest

func (c *SecurityLake) UpdateDatalakeExceptionsSubscriptionRequest(input *UpdateDatalakeExceptionsSubscriptionInput) (req *request.Request, output *UpdateDatalakeExceptionsSubscriptionOutput)

UpdateDatalakeExceptionsSubscriptionRequest generates a "aws/request.Request" representing the client's request for the UpdateDatalakeExceptionsSubscription 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 UpdateDatalakeExceptionsSubscription for more information on using the UpdateDatalakeExceptionsSubscription 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 UpdateDatalakeExceptionsSubscriptionRequest method.
req, resp := client.UpdateDatalakeExceptionsSubscriptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateDatalakeExceptionsSubscription

func (*SecurityLake) UpdateDatalakeExceptionsSubscriptionWithContext

func (c *SecurityLake) UpdateDatalakeExceptionsSubscriptionWithContext(ctx aws.Context, input *UpdateDatalakeExceptionsSubscriptionInput, opts ...request.Option) (*UpdateDatalakeExceptionsSubscriptionOutput, error)

UpdateDatalakeExceptionsSubscriptionWithContext is the same as UpdateDatalakeExceptionsSubscription with the addition of the ability to pass a context and additional request options.

See UpdateDatalakeExceptionsSubscription 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 (*SecurityLake) UpdateDatalakeRequest

func (c *SecurityLake) UpdateDatalakeRequest(input *UpdateDatalakeInput) (req *request.Request, output *UpdateDatalakeOutput)

UpdateDatalakeRequest generates a "aws/request.Request" representing the client's request for the UpdateDatalake 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 UpdateDatalake for more information on using the UpdateDatalake 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 UpdateDatalakeRequest method.
req, resp := client.UpdateDatalakeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateDatalake

func (*SecurityLake) UpdateDatalakeWithContext

func (c *SecurityLake) UpdateDatalakeWithContext(ctx aws.Context, input *UpdateDatalakeInput, opts ...request.Option) (*UpdateDatalakeOutput, error)

UpdateDatalakeWithContext is the same as UpdateDatalake with the addition of the ability to pass a context and additional request options.

See UpdateDatalake 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 (*SecurityLake) UpdateSubscriber

func (c *SecurityLake) UpdateSubscriber(input *UpdateSubscriberInput) (*UpdateSubscriberOutput, error)

UpdateSubscriber API operation for Amazon Security Lake.

Update the subscription permission for the given Security Lake account ID.

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 Amazon Security Lake's API operation UpdateSubscriber for usage and error information.

Returned Error Types:

  • ConflictSubscriptionException A conflicting subscription exception operation is in progress.

  • ConcurrentModificationException More than one process tried to modify a resource at the same time.

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateSubscriber

func (*SecurityLake) UpdateSubscriberRequest

func (c *SecurityLake) UpdateSubscriberRequest(input *UpdateSubscriberInput) (req *request.Request, output *UpdateSubscriberOutput)

UpdateSubscriberRequest generates a "aws/request.Request" representing the client's request for the UpdateSubscriber 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 UpdateSubscriber for more information on using the UpdateSubscriber 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 UpdateSubscriberRequest method.
req, resp := client.UpdateSubscriberRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateSubscriber

func (*SecurityLake) UpdateSubscriberWithContext

func (c *SecurityLake) UpdateSubscriberWithContext(ctx aws.Context, input *UpdateSubscriberInput, opts ...request.Option) (*UpdateSubscriberOutput, error)

UpdateSubscriberWithContext is the same as UpdateSubscriber with the addition of the ability to pass a context and additional request options.

See UpdateSubscriber 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 (*SecurityLake) UpdateSubscriptionNotificationConfiguration

UpdateSubscriptionNotificationConfiguration API operation for Amazon Security Lake.

Create a new subscription notification or add the existing subscription notification setting for the specified subscription ID.

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 Amazon Security Lake's API operation UpdateSubscriptionNotificationConfiguration for usage and error information.

Returned Error Types:

  • ConcurrentModificationException More than one process tried to modify a resource at the same time.

  • InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.

  • ValidationException Your signing certificate could not be validated.

  • AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.

  • ResourceNotFoundException The resource could not be found.

  • AccountNotFoundException Amazon Security Lake can't find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.

  • InvalidInputException The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateSubscriptionNotificationConfiguration

func (*SecurityLake) UpdateSubscriptionNotificationConfigurationRequest

func (c *SecurityLake) UpdateSubscriptionNotificationConfigurationRequest(input *UpdateSubscriptionNotificationConfigurationInput) (req *request.Request, output *UpdateSubscriptionNotificationConfigurationOutput)

UpdateSubscriptionNotificationConfigurationRequest generates a "aws/request.Request" representing the client's request for the UpdateSubscriptionNotificationConfiguration 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 UpdateSubscriptionNotificationConfiguration for more information on using the UpdateSubscriptionNotificationConfiguration 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 UpdateSubscriptionNotificationConfigurationRequest method.
req, resp := client.UpdateSubscriptionNotificationConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateSubscriptionNotificationConfiguration

func (*SecurityLake) UpdateSubscriptionNotificationConfigurationWithContext

func (c *SecurityLake) UpdateSubscriptionNotificationConfigurationWithContext(ctx aws.Context, input *UpdateSubscriptionNotificationConfigurationInput, opts ...request.Option) (*UpdateSubscriptionNotificationConfigurationOutput, error)

UpdateSubscriptionNotificationConfigurationWithContext is the same as UpdateSubscriptionNotificationConfiguration with the addition of the ability to pass a context and additional request options.

See UpdateSubscriptionNotificationConfiguration 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 ServiceQuotaExceededException

type ServiceQuotaExceededException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`

	// That the rate of requests to Security Lake is exceeding the request quotas
	// for your Amazon Web Services account.
	//
	// QuotaCode is a required field
	QuotaCode *string `locationName:"quotaCode" type:"string" required:"true"`

	// The ID of the resource that exceeds the service quota.
	//
	// ResourceId is a required field
	ResourceId *string `locationName:"resourceId" type:"string" required:"true"`

	// The type of the resource that exceeds the service quota.
	//
	// ResourceType is a required field
	ResourceType *string `locationName:"resourceType" type:"string" required:"true"`

	// The code for the service in Service Quotas.
	//
	// ServiceCode is a required field
	ServiceCode *string `locationName:"serviceCode" type:"string" required:"true"`
	// contains filtered or unexported fields
}

You have exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use Service Quotas to request a service quota increase.

func (*ServiceQuotaExceededException) Code

Code returns the exception type name.

func (*ServiceQuotaExceededException) Error

func (ServiceQuotaExceededException) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceQuotaExceededException) Message

Message returns the exception's message.

func (*ServiceQuotaExceededException) OrigErr

func (s *ServiceQuotaExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceQuotaExceededException) RequestID

func (s *ServiceQuotaExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceQuotaExceededException) StatusCode

func (s *ServiceQuotaExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ServiceQuotaExceededException) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SourceType

type SourceType struct {

	// Amazon Security Lake supports logs and events collection for natively-supported
	// Amazon Web Services services. For more information, see the Amazon Security
	// Lake User Guide.
	AwsSourceType *string `locationName:"awsSourceType" type:"string" enum:"AwsLogSourceType"`

	// Amazon Security Lake supports custom source types. For the detailed list,
	// see the Amazon Security Lake User Guide.
	CustomSourceType *string `locationName:"customSourceType" type:"string"`
	// contains filtered or unexported fields
}

The supported source types from which logs and events are collected in Amazon Security Lake.

func (SourceType) GoString

func (s SourceType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceType) SetAwsSourceType

func (s *SourceType) SetAwsSourceType(v string) *SourceType

SetAwsSourceType sets the AwsSourceType field's value.

func (*SourceType) SetCustomSourceType

func (s *SourceType) SetCustomSourceType(v string) *SourceType

SetCustomSourceType sets the CustomSourceType field's value.

func (SourceType) String

func (s SourceType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SubscriberResource

type SubscriberResource struct {

	// You can choose to notify subscribers of new objects with an Amazon Simple
	// Queue Service (Amazon SQS) queue or through messaging to an HTTPS endpoint
	// provided by the subscriber.
	//
	// Subscribers can consume data by directly querying Lake Formation tables in
	// your S3 bucket via services like Amazon Athena. This subscription type is
	// defined as LAKEFORMATION.
	AccessTypes []*string `locationName:"accessTypes" type:"list" enum:"AccessType"`

	// The Amazon Web Services account ID of the account that you are using to create
	// your Amazon Security Lake account.
	//
	// AccountId is a required field
	AccountId *string `locationName:"accountId" min:"12" type:"string" required:"true"`

	// The date and time when the subscription was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" timestampFormat:"iso8601"`

	// The external ID of the subscriber. External ID allows the user that is assuming
	// the role to assert the circumstances in which they are operating. It also
	// provides a way for the account owner to permit the role to be assumed only
	// under specific circumstances.
	ExternalId *string `locationName:"externalId" type:"string"`

	// The Amazon Resource Name (ARN) specifying the role of the subscriber.
	RoleArn *string `locationName:"roleArn" type:"string"`

	// The Amazon Resource Name (ARN) for the Amazon S3 bucket.
	S3BucketArn *string `locationName:"s3BucketArn" type:"string"`

	// The Amazon Resource Name (ARN) for the Amazon Simple Notification Service.
	SnsArn *string `locationName:"snsArn" type:"string"`

	// Amazon Security Lake supports logs and events collection for the natively-supported
	// Amazon Web Services services. For more information, see the Amazon Security
	// Lake User Guide.
	//
	// SourceTypes is a required field
	SourceTypes []*SourceType `locationName:"sourceTypes" type:"list" required:"true"`

	// The subscriber descriptions for a subscriber account. The description for
	// a subscriber includes subscriberName, accountID, externalID, and subscriptionId.
	SubscriberDescription *string `locationName:"subscriberDescription" type:"string"`

	// The name of your Amazon Security Lake subscriber account.
	SubscriberName *string `locationName:"subscriberName" type:"string"`

	// The subscription endpoint to which exception messages are posted.
	SubscriptionEndpoint *string `locationName:"subscriptionEndpoint" type:"string"`

	// The subscription ID of the Amazon Security Lake subscriber account.
	//
	// SubscriptionId is a required field
	SubscriptionId *string `locationName:"subscriptionId" type:"string" required:"true"`

	// The subscription protocol to which exception messages are posted.
	SubscriptionProtocol *string `locationName:"subscriptionProtocol" type:"string" enum:"EndpointProtocol"`

	// Subscription status of the Amazon Security Lake subscriber account.
	SubscriptionStatus *string `locationName:"subscriptionStatus" type:"string" enum:"SubscriptionStatus"`

	// The date and time when the subscription was created.
	UpdatedAt *time.Time `locationName:"updatedAt" type:"timestamp" timestampFormat:"iso8601"`
	// contains filtered or unexported fields
}

Provides details of the Amazon Security Lake account subscription. Subscribers are notified of new objects for a source as the data is written to your Amazon Security Lake S3 bucket.

func (SubscriberResource) GoString

func (s SubscriberResource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SubscriberResource) SetAccessTypes

func (s *SubscriberResource) SetAccessTypes(v []*string) *SubscriberResource

SetAccessTypes sets the AccessTypes field's value.

func (*SubscriberResource) SetAccountId

func (s *SubscriberResource) SetAccountId(v string) *SubscriberResource

SetAccountId sets the AccountId field's value.

func (*SubscriberResource) SetCreatedAt

func (s *SubscriberResource) SetCreatedAt(v time.Time) *SubscriberResource

SetCreatedAt sets the CreatedAt field's value.

func (*SubscriberResource) SetExternalId

func (s *SubscriberResource) SetExternalId(v string) *SubscriberResource

SetExternalId sets the ExternalId field's value.

func (*SubscriberResource) SetRoleArn

func (s *SubscriberResource) SetRoleArn(v string) *SubscriberResource

SetRoleArn sets the RoleArn field's value.

func (*SubscriberResource) SetS3BucketArn

func (s *SubscriberResource) SetS3BucketArn(v string) *SubscriberResource

SetS3BucketArn sets the S3BucketArn field's value.

func (*SubscriberResource) SetSnsArn

func (s *SubscriberResource) SetSnsArn(v string) *SubscriberResource

SetSnsArn sets the SnsArn field's value.

func (*SubscriberResource) SetSourceTypes

func (s *SubscriberResource) SetSourceTypes(v []*SourceType) *SubscriberResource

SetSourceTypes sets the SourceTypes field's value.

func (*SubscriberResource) SetSubscriberDescription

func (s *SubscriberResource) SetSubscriberDescription(v string) *SubscriberResource

SetSubscriberDescription sets the SubscriberDescription field's value.

func (*SubscriberResource) SetSubscriberName

func (s *SubscriberResource) SetSubscriberName(v string) *SubscriberResource

SetSubscriberName sets the SubscriberName field's value.

func (*SubscriberResource) SetSubscriptionEndpoint

func (s *SubscriberResource) SetSubscriptionEndpoint(v string) *SubscriberResource

SetSubscriptionEndpoint sets the SubscriptionEndpoint field's value.

func (*SubscriberResource) SetSubscriptionId

func (s *SubscriberResource) SetSubscriptionId(v string) *SubscriberResource

SetSubscriptionId sets the SubscriptionId field's value.

func (*SubscriberResource) SetSubscriptionProtocol

func (s *SubscriberResource) SetSubscriptionProtocol(v string) *SubscriberResource

SetSubscriptionProtocol sets the SubscriptionProtocol field's value.

func (*SubscriberResource) SetSubscriptionStatus

func (s *SubscriberResource) SetSubscriptionStatus(v string) *SubscriberResource

SetSubscriptionStatus sets the SubscriptionStatus field's value.

func (*SubscriberResource) SetUpdatedAt

func (s *SubscriberResource) SetUpdatedAt(v time.Time) *SubscriberResource

SetUpdatedAt sets the UpdatedAt field's value.

func (SubscriberResource) String

func (s SubscriberResource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ThrottlingException

type ThrottlingException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`

	// That the rate of requests to Security Lake is exceeding the request quotas
	// for your Amazon Web Services account.
	QuotaCode *string `locationName:"quotaCode" type:"string"`

	// Retry the request after the specified time.
	RetryAfterSeconds *int64 `location:"header" locationName:"Retry-After" type:"integer"`

	// The code for the service in Service Quotas.
	ServiceCode *string `locationName:"serviceCode" type:"string"`
	// contains filtered or unexported fields
}

The limit on the number of requests per second was exceeded.

func (*ThrottlingException) Code

func (s *ThrottlingException) Code() string

Code returns the exception type name.

func (*ThrottlingException) Error

func (s *ThrottlingException) Error() string

func (ThrottlingException) GoString

func (s ThrottlingException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ThrottlingException) Message

func (s *ThrottlingException) Message() string

Message returns the exception's message.

func (*ThrottlingException) OrigErr

func (s *ThrottlingException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ThrottlingException) RequestID

func (s *ThrottlingException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ThrottlingException) StatusCode

func (s *ThrottlingException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ThrottlingException) String

func (s ThrottlingException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateDatalakeExceptionsExpiryInput

type UpdateDatalakeExceptionsExpiryInput struct {

	// The time-to-live (TTL) for the exception message to remain.
	//
	// ExceptionMessageExpiry is a required field
	ExceptionMessageExpiry *int64 `locationName:"exceptionMessageExpiry" min:"1" type:"long" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateDatalakeExceptionsExpiryInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDatalakeExceptionsExpiryInput) SetExceptionMessageExpiry

SetExceptionMessageExpiry sets the ExceptionMessageExpiry field's value.

func (UpdateDatalakeExceptionsExpiryInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDatalakeExceptionsExpiryInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateDatalakeExceptionsExpiryOutput

type UpdateDatalakeExceptionsExpiryOutput struct {
	// contains filtered or unexported fields
}

func (UpdateDatalakeExceptionsExpiryOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateDatalakeExceptionsExpiryOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateDatalakeExceptionsSubscriptionInput

type UpdateDatalakeExceptionsSubscriptionInput struct {

	// The account which is subscribed to receive exception notifications.
	//
	// NotificationEndpoint is a required field
	NotificationEndpoint *string `locationName:"notificationEndpoint" type:"string" required:"true"`

	// The subscription protocol to which exception messages are posted.
	//
	// SubscriptionProtocol is a required field
	SubscriptionProtocol *string `locationName:"subscriptionProtocol" type:"string" required:"true" enum:"SubscriptionProtocolType"`
	// contains filtered or unexported fields
}

func (UpdateDatalakeExceptionsSubscriptionInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDatalakeExceptionsSubscriptionInput) SetNotificationEndpoint

SetNotificationEndpoint sets the NotificationEndpoint field's value.

func (*UpdateDatalakeExceptionsSubscriptionInput) SetSubscriptionProtocol

SetSubscriptionProtocol sets the SubscriptionProtocol field's value.

func (UpdateDatalakeExceptionsSubscriptionInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDatalakeExceptionsSubscriptionInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateDatalakeExceptionsSubscriptionOutput

type UpdateDatalakeExceptionsSubscriptionOutput struct {
	// contains filtered or unexported fields
}

func (UpdateDatalakeExceptionsSubscriptionOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateDatalakeExceptionsSubscriptionOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateDatalakeInput

type UpdateDatalakeInput struct {

	// The configuration object
	//
	// Configurations is a required field
	Configurations map[string]*LakeConfigurationRequest `locationName:"configurations" type:"map" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateDatalakeInput) GoString

func (s UpdateDatalakeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDatalakeInput) SetConfigurations

SetConfigurations sets the Configurations field's value.

func (UpdateDatalakeInput) String

func (s UpdateDatalakeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDatalakeInput) Validate

func (s *UpdateDatalakeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDatalakeOutput

type UpdateDatalakeOutput struct {
	// contains filtered or unexported fields
}

func (UpdateDatalakeOutput) GoString

func (s UpdateDatalakeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateDatalakeOutput) String

func (s UpdateDatalakeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateSubscriberInput

type UpdateSubscriberInput struct {

	// External ID of the Security Lake account.
	ExternalId *string `locationName:"externalId" type:"string"`

	// A value created by Security Lake that uniquely identifies your UpdateSubscriber
	// API request.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"id" type:"string" required:"true"`

	// The supported Amazon Web Services services from which logs and events are
	// collected. Amazon Security Lake supports logs and events collection for the
	// following natively-supported Amazon Web Services services. For more information,
	// see the Amazon Security Lake User Guide.
	SourceTypes []*SourceType `locationName:"sourceTypes" type:"list"`

	// Description of the Security Lake account subscriber.
	SubscriberDescription *string `locationName:"subscriberDescription" type:"string"`

	// Name of the Security Lake account subscriber.
	SubscriberName *string `locationName:"subscriberName" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateSubscriberInput) GoString

func (s UpdateSubscriberInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSubscriberInput) SetExternalId

func (s *UpdateSubscriberInput) SetExternalId(v string) *UpdateSubscriberInput

SetExternalId sets the ExternalId field's value.

func (*UpdateSubscriberInput) SetId

SetId sets the Id field's value.

func (*UpdateSubscriberInput) SetSourceTypes

func (s *UpdateSubscriberInput) SetSourceTypes(v []*SourceType) *UpdateSubscriberInput

SetSourceTypes sets the SourceTypes field's value.

func (*UpdateSubscriberInput) SetSubscriberDescription

func (s *UpdateSubscriberInput) SetSubscriberDescription(v string) *UpdateSubscriberInput

SetSubscriberDescription sets the SubscriberDescription field's value.

func (*UpdateSubscriberInput) SetSubscriberName

func (s *UpdateSubscriberInput) SetSubscriberName(v string) *UpdateSubscriberInput

SetSubscriberName sets the SubscriberName field's value.

func (UpdateSubscriberInput) String

func (s UpdateSubscriberInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSubscriberInput) Validate

func (s *UpdateSubscriberInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateSubscriberOutput

type UpdateSubscriberOutput struct {

	// The account subscriber in Amazon Security Lake.
	Subscriber *SubscriberResource `locationName:"subscriber" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateSubscriberOutput) GoString

func (s UpdateSubscriberOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSubscriberOutput) SetSubscriber

SetSubscriber sets the Subscriber field's value.

func (UpdateSubscriberOutput) String

func (s UpdateSubscriberOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateSubscriptionNotificationConfigurationInput

type UpdateSubscriptionNotificationConfigurationInput struct {

	// Create a new subscription notification for the specified subscription ID
	// in Security Lake.
	CreateSqs *bool `locationName:"createSqs" type:"boolean"`

	// The key name for the subscription notification.
	HttpsApiKeyName *string `locationName:"httpsApiKeyName" type:"string"`

	// The key value for the subscription notification.
	HttpsApiKeyValue *string `locationName:"httpsApiKeyValue" type:"string"`

	// The HTTPS method used for the subscription notification.
	HttpsMethod *string `locationName:"httpsMethod" type:"string" enum:"HttpsMethod"`

	// The Amazon Resource Name (ARN) specifying the role of the subscriber.
	RoleArn *string `locationName:"roleArn" type:"string"`

	// The subscription endpoint in Security Lake.
	SubscriptionEndpoint *string `locationName:"subscriptionEndpoint" type:"string"`

	// The subscription ID for which the subscription notification is specified.
	//
	// SubscriptionId is a required field
	SubscriptionId *string `location:"uri" locationName:"subscriptionId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateSubscriptionNotificationConfigurationInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSubscriptionNotificationConfigurationInput) SetCreateSqs

SetCreateSqs sets the CreateSqs field's value.

func (*UpdateSubscriptionNotificationConfigurationInput) SetHttpsApiKeyName

SetHttpsApiKeyName sets the HttpsApiKeyName field's value.

func (*UpdateSubscriptionNotificationConfigurationInput) SetHttpsApiKeyValue

SetHttpsApiKeyValue sets the HttpsApiKeyValue field's value.

func (*UpdateSubscriptionNotificationConfigurationInput) SetHttpsMethod

SetHttpsMethod sets the HttpsMethod field's value.

func (*UpdateSubscriptionNotificationConfigurationInput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*UpdateSubscriptionNotificationConfigurationInput) SetSubscriptionEndpoint

SetSubscriptionEndpoint sets the SubscriptionEndpoint field's value.

func (*UpdateSubscriptionNotificationConfigurationInput) SetSubscriptionId

SetSubscriptionId sets the SubscriptionId field's value.

func (UpdateSubscriptionNotificationConfigurationInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSubscriptionNotificationConfigurationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateSubscriptionNotificationConfigurationOutput

type UpdateSubscriptionNotificationConfigurationOutput struct {

	// Returns the Amazon resource name (ARN) of the queue.
	QueueArn *string `locationName:"queueArn" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateSubscriptionNotificationConfigurationOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSubscriptionNotificationConfigurationOutput) SetQueueArn

SetQueueArn sets the QueueArn field's value.

func (UpdateSubscriptionNotificationConfigurationOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ValidationException

type ValidationException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	// The list of parameters that failed to validate.
	FieldList []*ValidationExceptionField `locationName:"fieldList" type:"list"`

	Message_ *string `locationName:"message" type:"string"`

	// The reason for the validation exception.
	//
	// Reason is a required field
	Reason *string `locationName:"reason" type:"string" required:"true" enum:"ValidationExceptionReason"`
	// contains filtered or unexported fields
}

Your signing certificate could not be validated.

func (*ValidationException) Code

func (s *ValidationException) Code() string

Code returns the exception type name.

func (*ValidationException) Error

func (s *ValidationException) Error() string

func (ValidationException) GoString

func (s ValidationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ValidationException) Message

func (s *ValidationException) Message() string

Message returns the exception's message.

func (*ValidationException) OrigErr

func (s *ValidationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ValidationException) RequestID

func (s *ValidationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ValidationException) StatusCode

func (s *ValidationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ValidationException) String

func (s ValidationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ValidationExceptionField

type ValidationExceptionField struct {

	// Describes the error encountered.
	//
	// Message is a required field
	Message *string `locationName:"message" type:"string" required:"true"`

	// Name of the validation exception.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The input fails to meet the constraints specified in Amazon Security Lake

func (ValidationExceptionField) GoString

func (s ValidationExceptionField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ValidationExceptionField) SetMessage

SetMessage sets the Message field's value.

func (*ValidationExceptionField) SetName

SetName sets the Name field's value.

func (ValidationExceptionField) String

func (s ValidationExceptionField) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

Directories

Path Synopsis
Package securitylakeiface provides an interface to enable mocking the Amazon Security Lake service client for testing your code.
Package securitylakeiface provides an interface to enable mocking the Amazon Security Lake service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL