securitylake

package
v1.44.278 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2023 License: Apache-2.0 Imports: 10 Imported by: 5

Documentation

Overview

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

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 Amazon Web Services account. Amazon Web Services Organizations is an account management service that lets you consolidate multiple Amazon Web Services accounts into an organization that you create and centrally manage. With Organizations, you can create member accounts and invite existing accounts to join your organization. Security Lake helps you analyze security data for a more complete understanding of your security posture across the entire organization. It can also help you 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.

Amazon Security Lake integrates with CloudTrail, a service that provides a record of actions taken by a user, role, or an Amazon Web Services service. In Security Lake, CloudTrail captures API calls for Security Lake as events. The calls captured include calls from the Security Lake console and code calls to the Security Lake API operations. If you create a trail, you can enable continuous delivery of CloudTrail events to an Amazon S3 bucket, including events for Security Lake. If you don't configure a trail, you can still view the most recent events in the CloudTrail console in Event history. Using the information collected by CloudTrail you can determine the request that was made to Security Lake, the IP address from which the request was made, who made the request, when it was made, and additional details. To learn more about Security Lake information in CloudTrail, see the Amazon Security Lake User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/securitylake-cloudtrail.html).

Security Lake automates the collection of security-related log and event data from integrated Amazon Web Services and third-party services. It also helps you manage the lifecycle of data with customizable retention and replication settings. Security Lake 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 (
	// AwsLogSourceNameRoute53 is a AwsLogSourceName enum value
	AwsLogSourceNameRoute53 = "ROUTE53"

	// AwsLogSourceNameVpcFlow is a AwsLogSourceName enum value
	AwsLogSourceNameVpcFlow = "VPC_FLOW"

	// AwsLogSourceNameShFindings is a AwsLogSourceName enum value
	AwsLogSourceNameShFindings = "SH_FINDINGS"

	// AwsLogSourceNameCloudTrailMgmt is a AwsLogSourceName enum value
	AwsLogSourceNameCloudTrailMgmt = "CLOUD_TRAIL_MGMT"

	// AwsLogSourceNameLambdaExecution is a AwsLogSourceName enum value
	AwsLogSourceNameLambdaExecution = "LAMBDA_EXECUTION"

	// AwsLogSourceNameS3Data is a AwsLogSourceName enum value
	AwsLogSourceNameS3Data = "S3_DATA"
)
View Source
const (
	// DataLakeStatusInitialized is a DataLakeStatus enum value
	DataLakeStatusInitialized = "INITIALIZED"

	// DataLakeStatusPending is a DataLakeStatus enum value
	DataLakeStatusPending = "PENDING"

	// DataLakeStatusCompleted is a DataLakeStatus enum value
	DataLakeStatusCompleted = "COMPLETED"

	// DataLakeStatusFailed is a DataLakeStatus enum value
	DataLakeStatusFailed = "FAILED"
)
View Source
const (
	// HttpMethodPost is a HttpMethod enum value
	HttpMethodPost = "POST"

	// HttpMethodPut is a HttpMethod enum value
	HttpMethodPut = "PUT"
)
View Source
const (
	// SourceCollectionStatusCollecting is a SourceCollectionStatus enum value
	SourceCollectionStatusCollecting = "COLLECTING"

	// SourceCollectionStatusMisconfigured is a SourceCollectionStatus enum value
	SourceCollectionStatusMisconfigured = "MISCONFIGURED"

	// SourceCollectionStatusNotCollecting is a SourceCollectionStatus enum value
	SourceCollectionStatusNotCollecting = "NOT_COLLECTING"
)
View Source
const (
	// SubscriberStatusActive is a SubscriberStatus enum value
	SubscriberStatusActive = "ACTIVE"

	// SubscriberStatusDeactivated is a SubscriberStatus enum value
	SubscriberStatusDeactivated = "DEACTIVATED"

	// SubscriberStatusPending is a SubscriberStatus enum value
	SubscriberStatusPending = "PENDING"

	// SubscriberStatusReady is a SubscriberStatus enum value
	SubscriberStatusReady = "READY"
)
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"

	// ErrCodeBadRequestException for service response error code
	// "BadRequestException".
	//
	// The request is malformed or contains an error such as an invalid parameter
	// value or a missing required parameter.
	ErrCodeBadRequestException = "BadRequestException"

	// 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"

	// 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"

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

	// ErrCodeThrottlingException for service response error code
	// "ThrottlingException".
	//
	// The limit on the number of requests per second was exceeded.
	ErrCodeThrottlingException = "ThrottlingException"
)
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 AwsLogSourceName_Values added in v1.44.272

func AwsLogSourceName_Values() []string

AwsLogSourceName_Values returns all elements of the AwsLogSourceName enum

func DataLakeStatus_Values added in v1.44.272

func DataLakeStatus_Values() []string

DataLakeStatus_Values returns all elements of the DataLakeStatus enum

func HttpMethod_Values added in v1.44.272

func HttpMethod_Values() []string

HttpMethod_Values returns all elements of the HttpMethod enum

func SourceCollectionStatus_Values added in v1.44.272

func SourceCollectionStatus_Values() []string

SourceCollectionStatus_Values returns all elements of the SourceCollectionStatus enum

func SubscriberStatus_Values added in v1.44.272

func SubscriberStatus_Values() []string

SubscriberStatus_Values returns all elements of the SubscriberStatus enum

Types

type AccessDeniedException

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

	// A coded string to provide more information about the access denied exception.
	// You can use the error code to check the exception type.
	ErrorCode *string `locationName:"errorCode" type:"string"`

	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 AwsIdentity added in v1.44.272

type AwsIdentity struct {

	// The external ID used to estalish trust relationship with the AWS identity.
	//
	// ExternalId is a required field
	ExternalId *string `locationName:"externalId" min:"2" type:"string" required:"true"`

	// The AWS identity principal.
	//
	// Principal is a required field
	Principal *string `locationName:"principal" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The AWS identity.

func (AwsIdentity) GoString added in v1.44.272

func (s AwsIdentity) 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 (*AwsIdentity) SetExternalId added in v1.44.272

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

SetExternalId sets the ExternalId field's value.

func (*AwsIdentity) SetPrincipal added in v1.44.272

func (s *AwsIdentity) SetPrincipal(v string) *AwsIdentity

SetPrincipal sets the Principal field's value.

func (AwsIdentity) String added in v1.44.272

func (s AwsIdentity) 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 (*AwsIdentity) Validate added in v1.44.272

func (s *AwsIdentity) Validate() error

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

type AwsLogSourceConfiguration added in v1.44.272

type AwsLogSourceConfiguration struct {

	// Specify the Amazon Web Services account information where you want to enable
	// Security Lake.
	Accounts []*string `locationName:"accounts" type:"list"`

	// Specify the Regions where you want to enable Security Lake.
	//
	// Regions is a required field
	Regions []*string `locationName:"regions" type:"list" required:"true"`

	// The name for a Amazon Web Services source. This must be a Regionally unique
	// value.
	//
	// SourceName is a required field
	SourceName *string `locationName:"sourceName" type:"string" required:"true" enum:"AwsLogSourceName"`

	// The version for a Amazon Web Services source. This must be a Regionally unique
	// value.
	SourceVersion *string `locationName:"sourceVersion" type:"string"`
	// contains filtered or unexported fields
}

The Security Lake logs source configuration file describes the information needed to generate Security Lake logs.

func (AwsLogSourceConfiguration) GoString added in v1.44.272

func (s AwsLogSourceConfiguration) 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 (*AwsLogSourceConfiguration) SetAccounts added in v1.44.272

SetAccounts sets the Accounts field's value.

func (*AwsLogSourceConfiguration) SetRegions added in v1.44.272

SetRegions sets the Regions field's value.

func (*AwsLogSourceConfiguration) SetSourceName added in v1.44.272

SetSourceName sets the SourceName field's value.

func (*AwsLogSourceConfiguration) SetSourceVersion added in v1.44.272

SetSourceVersion sets the SourceVersion field's value.

func (AwsLogSourceConfiguration) String added in v1.44.272

func (s AwsLogSourceConfiguration) 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 (*AwsLogSourceConfiguration) Validate added in v1.44.272

func (s *AwsLogSourceConfiguration) Validate() error

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

type AwsLogSourceResource added in v1.44.272

type AwsLogSourceResource struct {

	// The name for a Amazon Web Services source. This must be a Regionally unique
	// value.
	SourceName *string `locationName:"sourceName" type:"string" enum:"AwsLogSourceName"`

	// The version for a Amazon Web Services source. This must be a Regionally unique
	// value.
	SourceVersion *string `locationName:"sourceVersion" type:"string"`
	// contains filtered or unexported fields
}

Amazon Security Lake can collect logs and events from natively-supported Amazon Web Services services.

func (AwsLogSourceResource) GoString added in v1.44.272

func (s AwsLogSourceResource) 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 (*AwsLogSourceResource) SetSourceName added in v1.44.272

func (s *AwsLogSourceResource) SetSourceName(v string) *AwsLogSourceResource

SetSourceName sets the SourceName field's value.

func (*AwsLogSourceResource) SetSourceVersion added in v1.44.272

func (s *AwsLogSourceResource) SetSourceVersion(v string) *AwsLogSourceResource

SetSourceVersion sets the SourceVersion field's value.

func (AwsLogSourceResource) String added in v1.44.272

func (s AwsLogSourceResource) 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 BadRequestException added in v1.44.272

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

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

The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

func (*BadRequestException) Code added in v1.44.272

func (s *BadRequestException) Code() string

Code returns the exception type name.

func (*BadRequestException) Error added in v1.44.272

func (s *BadRequestException) Error() string

func (BadRequestException) GoString added in v1.44.272

func (s BadRequestException) 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 (*BadRequestException) Message added in v1.44.272

func (s *BadRequestException) Message() string

Message returns the exception's message.

func (*BadRequestException) OrigErr added in v1.44.272

func (s *BadRequestException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*BadRequestException) RequestID added in v1.44.272

func (s *BadRequestException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*BadRequestException) StatusCode added in v1.44.272

func (s *BadRequestException) StatusCode() int

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

func (BadRequestException) String added in v1.44.272

func (s BadRequestException) 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 ConflictException

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

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

	// The resource name.
	ResourceName *string `locationName:"resourceName" type:"string"`

	// The resource type.
	ResourceType *string `locationName:"resourceType" type:"string"`
	// 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 CreateAwsLogSourceInput

type CreateAwsLogSourceInput struct {

	// Specify the natively-supported Amazon Web Services service to add as a source
	// in Security Lake.
	//
	// Sources is a required field
	Sources []*AwsLogSourceConfiguration `locationName:"sources" type:"list" required:"true"`
	// 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) SetSources added in v1.44.272

SetSources sets the Sources 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 {

	// Lists all accounts in which enabling a natively supported Amazon Web Service
	// as a Security Lake source failed. The failure occurred as these accounts
	// are not part of an organization.
	Failed []*string `locationName:"failed" 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) 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 configuration for the third-party custom source.
	Configuration *CustomLogSourceConfiguration `locationName:"configuration" type:"structure"`

	// The Open Cybersecurity Schema Framework (OCSF) event classes which describes
	// the type of data that the custom source will send to Security Lake. The supported
	// event classes are:
	//
	//    * ACCESS_ACTIVITY
	//
	//    * FILE_ACTIVITY
	//
	//    * KERNEL_ACTIVITY
	//
	//    * KERNEL_EXTENSION
	//
	//    * MEMORY_ACTIVITY
	//
	//    * MODULE_ACTIVITY
	//
	//    * PROCESS_ACTIVITY
	//
	//    * REGISTRY_KEY_ACTIVITY
	//
	//    * REGISTRY_VALUE_ACTIVITY
	//
	//    * RESOURCE_ACTIVITY
	//
	//    * SCHEDULED_JOB_ACTIVITY
	//
	//    * SECURITY_FINDING
	//
	//    * ACCOUNT_CHANGE
	//
	//    * AUTHENTICATION
	//
	//    * AUTHORIZATION
	//
	//    * ENTITY_MANAGEMENT_AUDIT
	//
	//    * DHCP_ACTIVITY
	//
	//    * NETWORK_ACTIVITY
	//
	//    * DNS_ACTIVITY
	//
	//    * FTP_ACTIVITY
	//
	//    * HTTP_ACTIVITY
	//
	//    * RDP_ACTIVITY
	//
	//    * SMB_ACTIVITY
	//
	//    * SSH_ACTIVITY
	//
	//    * CONFIG_STATE
	//
	//    * INVENTORY_INFO
	//
	//    * EMAIL_ACTIVITY
	//
	//    * API_ACTIVITY
	//
	//    * CLOUD_API
	EventClasses []*string `locationName:"eventClasses" type:"list"`

	// Specify the name for a third-party custom source. This must be a Regionally
	// unique value.
	//
	// SourceName is a required field
	SourceName *string `locationName:"sourceName" min:"1" type:"string" required:"true"`

	// Specify the source version for the third-party custom source, to limit log
	// collection to a specific version of custom data source.
	SourceVersion *string `locationName:"sourceVersion" min:"1" type:"string"`
	// 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) SetConfiguration added in v1.44.272

SetConfiguration sets the Configuration field's value.

func (*CreateCustomLogSourceInput) SetEventClasses added in v1.44.272

SetEventClasses sets the EventClasses field's value.

func (*CreateCustomLogSourceInput) SetSourceName added in v1.44.272

SetSourceName sets the SourceName field's value.

func (*CreateCustomLogSourceInput) SetSourceVersion added in v1.44.272

SetSourceVersion sets the SourceVersion 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 created third-party custom source.
	Source *CustomLogSourceResource `locationName:"source" type:"structure"`
	// 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) SetSource added in v1.44.272

SetSource sets the Source 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 CreateDataLakeExceptionSubscriptionInput added in v1.44.272

type CreateDataLakeExceptionSubscriptionInput struct {

	// The expiration period and time-to-live (TTL).
	ExceptionTimeToLive *int64 `locationName:"exceptionTimeToLive" min:"1" type:"long"`

	// The Amazon Web Services account where you want to receive exception notifications.
	//
	// NotificationEndpoint is a required field
	NotificationEndpoint *string `locationName:"notificationEndpoint" type:"string" required:"true"`

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

func (CreateDataLakeExceptionSubscriptionInput) GoString added in v1.44.272

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 (*CreateDataLakeExceptionSubscriptionInput) SetExceptionTimeToLive added in v1.44.272

SetExceptionTimeToLive sets the ExceptionTimeToLive field's value.

func (*CreateDataLakeExceptionSubscriptionInput) SetNotificationEndpoint added in v1.44.272

SetNotificationEndpoint sets the NotificationEndpoint field's value.

func (*CreateDataLakeExceptionSubscriptionInput) SetSubscriptionProtocol added in v1.44.272

SetSubscriptionProtocol sets the SubscriptionProtocol field's value.

func (CreateDataLakeExceptionSubscriptionInput) String added in v1.44.272

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 (*CreateDataLakeExceptionSubscriptionInput) Validate added in v1.44.272

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

type CreateDataLakeExceptionSubscriptionOutput added in v1.44.272

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

func (CreateDataLakeExceptionSubscriptionOutput) GoString added in v1.44.272

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 (CreateDataLakeExceptionSubscriptionOutput) String added in v1.44.272

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 added in v1.44.272

type CreateDataLakeInput struct {

	// Specify the Region or Regions that will contribute data to the rollup region.
	//
	// Configurations is a required field
	Configurations []*DataLakeConfiguration `locationName:"configurations" type:"list" required:"true"`

	// The Amazon Resource Name (ARN) used to create and update the Glue table.
	// This table contains partitions generated by the ingestion and normalization
	// of Amazon Web Services log sources and custom sources.
	//
	// MetaStoreManagerRoleArn is a required field
	MetaStoreManagerRoleArn *string `locationName:"metaStoreManagerRoleArn" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateDataLakeInput) GoString added in v1.44.272

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 added in v1.44.272

SetConfigurations sets the Configurations field's value.

func (*CreateDataLakeInput) SetMetaStoreManagerRoleArn added in v1.44.272

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

SetMetaStoreManagerRoleArn sets the MetaStoreManagerRoleArn field's value.

func (CreateDataLakeInput) String added in v1.44.272

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 added in v1.44.272

func (s *CreateDataLakeInput) Validate() error

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

type CreateDataLakeOrganizationConfigurationInput added in v1.44.272

type CreateDataLakeOrganizationConfigurationInput struct {

	// Enable Security Lake with the specified configuration settings, to begin
	// collecting security data for new accounts in your organization.
	//
	// AutoEnableNewAccount is a required field
	AutoEnableNewAccount []*DataLakeAutoEnableNewAccountConfiguration `locationName:"autoEnableNewAccount" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (CreateDataLakeOrganizationConfigurationInput) GoString added in v1.44.272

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 (*CreateDataLakeOrganizationConfigurationInput) SetAutoEnableNewAccount added in v1.44.272

SetAutoEnableNewAccount sets the AutoEnableNewAccount field's value.

func (CreateDataLakeOrganizationConfigurationInput) String added in v1.44.272

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 (*CreateDataLakeOrganizationConfigurationInput) Validate added in v1.44.272

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

type CreateDataLakeOrganizationConfigurationOutput added in v1.44.272

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

func (CreateDataLakeOrganizationConfigurationOutput) GoString added in v1.44.272

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 (CreateDataLakeOrganizationConfigurationOutput) String added in v1.44.272

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 CreateDataLakeOutput added in v1.44.272

type CreateDataLakeOutput struct {

	// The created Security Lake configuration object.
	DataLakes []*DataLakeResource `locationName:"dataLakes" type:"list"`
	// contains filtered or unexported fields
}

func (CreateDataLakeOutput) GoString added in v1.44.272

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) SetDataLakes added in v1.44.272

SetDataLakes sets the DataLakes field's value.

func (CreateDataLakeOutput) String added in v1.44.272

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 supported Amazon Web Services from which logs and events are collected.
	// Security Lake supports log and event collection for natively supported Amazon
	// Web Services.
	//
	// Sources is a required field
	Sources []*LogSourceResource `locationName:"sources" type:"list" required:"true"`

	// The description for your subscriber account in Security Lake.
	SubscriberDescription *string `locationName:"subscriberDescription" type:"string"`

	// The AWS identity used to access your data.
	//
	// SubscriberIdentity is a required field
	SubscriberIdentity *AwsIdentity `locationName:"subscriberIdentity" type:"structure" required:"true"`

	// The name of your 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) SetSources added in v1.44.272

SetSources sets the Sources field's value.

func (*CreateSubscriberInput) SetSubscriberDescription

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

SetSubscriberDescription sets the SubscriberDescription field's value.

func (*CreateSubscriberInput) SetSubscriberIdentity added in v1.44.272

func (s *CreateSubscriberInput) SetSubscriberIdentity(v *AwsIdentity) *CreateSubscriberInput

SetSubscriberIdentity sets the SubscriberIdentity 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 CreateSubscriberNotificationInput added in v1.44.272

type CreateSubscriberNotificationInput struct {

	// Specify the configuration using which you want to create the subscriber notification.
	//
	// Configuration is a required field
	Configuration *NotificationConfiguration `locationName:"configuration" type:"structure" required:"true"`

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

func (CreateSubscriberNotificationInput) GoString added in v1.44.272

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 (*CreateSubscriberNotificationInput) SetConfiguration added in v1.44.272

SetConfiguration sets the Configuration field's value.

func (*CreateSubscriberNotificationInput) SetSubscriberId added in v1.44.272

SetSubscriberId sets the SubscriberId field's value.

func (CreateSubscriberNotificationInput) String added in v1.44.272

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 (*CreateSubscriberNotificationInput) Validate added in v1.44.272

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

type CreateSubscriberNotificationOutput added in v1.44.272

type CreateSubscriberNotificationOutput struct {

	// The subscriber endpoint to which exception messages are posted.
	SubscriberEndpoint *string `locationName:"subscriberEndpoint" type:"string"`
	// contains filtered or unexported fields
}

func (CreateSubscriberNotificationOutput) GoString added in v1.44.272

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 (*CreateSubscriberNotificationOutput) SetSubscriberEndpoint added in v1.44.272

SetSubscriberEndpoint sets the SubscriberEndpoint field's value.

func (CreateSubscriberNotificationOutput) String added in v1.44.272

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 CreateSubscriberOutput

type CreateSubscriberOutput struct {

	// Retrieve information about the subscriber created using the CreateSubscriber
	// API.
	Subscriber *SubscriberResource `locationName:"subscriber" type:"structure"`
	// 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) SetSubscriber added in v1.44.272

SetSubscriber sets the Subscriber 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 CustomLogSourceAttributes added in v1.44.272

type CustomLogSourceAttributes struct {

	// The ARN of the Glue crawler.
	CrawlerArn *string `locationName:"crawlerArn" min:"1" type:"string"`

	// The ARN of the Glue database where results are written, such as: arn:aws:daylight:us-east-1::database/sometable/*.
	DatabaseArn *string `locationName:"databaseArn" min:"1" type:"string"`

	// The ARN of the Glue table.
	TableArn *string `locationName:"tableArn" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The attributes of a third-party custom source.

func (CustomLogSourceAttributes) GoString added in v1.44.272

func (s CustomLogSourceAttributes) 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 (*CustomLogSourceAttributes) SetCrawlerArn added in v1.44.272

SetCrawlerArn sets the CrawlerArn field's value.

func (*CustomLogSourceAttributes) SetDatabaseArn added in v1.44.272

SetDatabaseArn sets the DatabaseArn field's value.

func (*CustomLogSourceAttributes) SetTableArn added in v1.44.272

SetTableArn sets the TableArn field's value.

func (CustomLogSourceAttributes) String added in v1.44.272

func (s CustomLogSourceAttributes) 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 (*CustomLogSourceAttributes) Validate added in v1.44.272

func (s *CustomLogSourceAttributes) Validate() error

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

type CustomLogSourceConfiguration added in v1.44.272

type CustomLogSourceConfiguration struct {

	// The configuration for the Glue Crawler for the third-party custom source.
	//
	// CrawlerConfiguration is a required field
	CrawlerConfiguration *CustomLogSourceCrawlerConfiguration `locationName:"crawlerConfiguration" type:"structure" required:"true"`

	// The identity of the log provider for the third-party custom source.
	//
	// ProviderIdentity is a required field
	ProviderIdentity *AwsIdentity `locationName:"providerIdentity" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The configuration for the third-party custom source.

func (CustomLogSourceConfiguration) GoString added in v1.44.272

func (s CustomLogSourceConfiguration) 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 (*CustomLogSourceConfiguration) SetCrawlerConfiguration added in v1.44.272

SetCrawlerConfiguration sets the CrawlerConfiguration field's value.

func (*CustomLogSourceConfiguration) SetProviderIdentity added in v1.44.272

SetProviderIdentity sets the ProviderIdentity field's value.

func (CustomLogSourceConfiguration) String added in v1.44.272

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 (*CustomLogSourceConfiguration) Validate added in v1.44.272

func (s *CustomLogSourceConfiguration) Validate() error

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

type CustomLogSourceCrawlerConfiguration added in v1.44.272

type CustomLogSourceCrawlerConfiguration struct {

	// The Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
	// role to be used by the Glue crawler. The recommended IAM policies are:
	//
	//    * The managed policy AWSGlueServiceRole
	//
	//    * A custom policy granting access to your Amazon S3 Data Lake
	//
	// RoleArn is a required field
	RoleArn *string `locationName:"roleArn" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The configuration for the Glue Crawler for the third-party custom source.

func (CustomLogSourceCrawlerConfiguration) GoString added in v1.44.272

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 (*CustomLogSourceCrawlerConfiguration) SetRoleArn added in v1.44.272

SetRoleArn sets the RoleArn field's value.

func (CustomLogSourceCrawlerConfiguration) String added in v1.44.272

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 (*CustomLogSourceCrawlerConfiguration) Validate added in v1.44.272

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

type CustomLogSourceProvider added in v1.44.272

type CustomLogSourceProvider struct {

	// The location of the partition in the Amazon S3 bucket for Security Lake.
	Location *string `locationName:"location" type:"string"`

	// The ARN of the IAM role 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 you must first manually create the trust policy for this role.
	// The IAM role name must start with the text 'Security Lake'. The IAM role
	// must trust the logProviderAccountId to assume the role.
	RoleArn *string `locationName:"roleArn" type:"string"`
	// contains filtered or unexported fields
}

The details of the log provider for a third-party custom source.

func (CustomLogSourceProvider) GoString added in v1.44.272

func (s CustomLogSourceProvider) 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 (*CustomLogSourceProvider) SetLocation added in v1.44.272

SetLocation sets the Location field's value.

func (*CustomLogSourceProvider) SetRoleArn added in v1.44.272

SetRoleArn sets the RoleArn field's value.

func (CustomLogSourceProvider) String added in v1.44.272

func (s CustomLogSourceProvider) 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 CustomLogSourceResource added in v1.44.272

type CustomLogSourceResource struct {

	// The attributes of a third-party custom source.
	Attributes *CustomLogSourceAttributes `locationName:"attributes" type:"structure"`

	// The details of the log provider for a third-party custom source.
	Provider *CustomLogSourceProvider `locationName:"provider" type:"structure"`

	// The name for a third-party custom source. This must be a Regionally unique
	// value.
	SourceName *string `locationName:"sourceName" min:"1" type:"string"`

	// The version for a third-party custom source. This must be a Regionally unique
	// value.
	SourceVersion *string `locationName:"sourceVersion" min:"1" type:"string"`
	// contains filtered or unexported fields
}

Amazon Security Lake can collect logs and events from third-party custom sources.

func (CustomLogSourceResource) GoString added in v1.44.272

func (s CustomLogSourceResource) 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 (*CustomLogSourceResource) SetAttributes added in v1.44.272

SetAttributes sets the Attributes field's value.

func (*CustomLogSourceResource) SetProvider added in v1.44.272

SetProvider sets the Provider field's value.

func (*CustomLogSourceResource) SetSourceName added in v1.44.272

SetSourceName sets the SourceName field's value.

func (*CustomLogSourceResource) SetSourceVersion added in v1.44.272

func (s *CustomLogSourceResource) SetSourceVersion(v string) *CustomLogSourceResource

SetSourceVersion sets the SourceVersion field's value.

func (CustomLogSourceResource) String added in v1.44.272

func (s CustomLogSourceResource) 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 (*CustomLogSourceResource) Validate added in v1.44.272

func (s *CustomLogSourceResource) Validate() error

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

type DataLakeAutoEnableNewAccountConfiguration added in v1.44.272

type DataLakeAutoEnableNewAccountConfiguration struct {

	// The Amazon Web Services Regions where Security Lake is automatically enabled.
	//
	// Region is a required field
	Region *string `locationName:"region" type:"string" required:"true"`

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

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

func (DataLakeAutoEnableNewAccountConfiguration) GoString added in v1.44.272

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 (*DataLakeAutoEnableNewAccountConfiguration) SetRegion added in v1.44.272

SetRegion sets the Region field's value.

func (*DataLakeAutoEnableNewAccountConfiguration) SetSources added in v1.44.272

SetSources sets the Sources field's value.

func (DataLakeAutoEnableNewAccountConfiguration) String added in v1.44.272

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 (*DataLakeAutoEnableNewAccountConfiguration) Validate added in v1.44.272

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

type DataLakeConfiguration added in v1.44.272

type DataLakeConfiguration struct {

	// Provides encryption details of Amazon Security Lake object.
	EncryptionConfiguration *DataLakeEncryptionConfiguration `locationName:"encryptionConfiguration" type:"structure"`

	// Provides lifecycle details of Amazon Security Lake object.
	LifecycleConfiguration *DataLakeLifecycleConfiguration `locationName:"lifecycleConfiguration" type:"structure"`

	// The Amazon Web Services Regions where Security Lake is automatically enabled.
	//
	// Region is a required field
	Region *string `locationName:"region" type:"string" required:"true"`

	// Provides replication details of Amazon Security Lake object.
	ReplicationConfiguration *DataLakeReplicationConfiguration `locationName:"replicationConfiguration" type:"structure"`
	// contains filtered or unexported fields
}

Provides details of Amazon Security Lake object.

func (DataLakeConfiguration) GoString added in v1.44.272

func (s DataLakeConfiguration) 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 (*DataLakeConfiguration) SetEncryptionConfiguration added in v1.44.272

SetEncryptionConfiguration sets the EncryptionConfiguration field's value.

func (*DataLakeConfiguration) SetLifecycleConfiguration added in v1.44.272

SetLifecycleConfiguration sets the LifecycleConfiguration field's value.

func (*DataLakeConfiguration) SetRegion added in v1.44.272

SetRegion sets the Region field's value.

func (*DataLakeConfiguration) SetReplicationConfiguration added in v1.44.272

SetReplicationConfiguration sets the ReplicationConfiguration field's value.

func (DataLakeConfiguration) String added in v1.44.272

func (s DataLakeConfiguration) 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 (*DataLakeConfiguration) Validate added in v1.44.272

func (s *DataLakeConfiguration) Validate() error

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

type DataLakeEncryptionConfiguration added in v1.44.272

type DataLakeEncryptionConfiguration struct {

	// The id of KMS encryption key used by Amazon Security Lake to encrypt the
	// Security Lake object.
	KmsKeyId *string `locationName:"kmsKeyId" type:"string"`
	// contains filtered or unexported fields
}

Provides encryption details of Amazon Security Lake object.

func (DataLakeEncryptionConfiguration) GoString added in v1.44.272

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 (*DataLakeEncryptionConfiguration) SetKmsKeyId added in v1.44.272

SetKmsKeyId sets the KmsKeyId field's value.

func (DataLakeEncryptionConfiguration) String added in v1.44.272

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 DataLakeException added in v1.44.272

type DataLakeException struct {

	// The underlying exception of a Security Lake exception.
	Exception *string `locationName:"exception" type:"string"`

	// The Amazon Web Services Regions where the exception occurred.
	Region *string `locationName:"region" type:"string"`

	// List of all remediation steps for a Security Lake exception.
	Remediation *string `locationName:"remediation" type:"string"`

	// 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 *time.Time `locationName:"timestamp" type:"timestamp" timestampFormat:"iso8601"`
	// contains filtered or unexported fields
}

The details for a Security Lake exception

func (DataLakeException) GoString added in v1.44.272

func (s DataLakeException) 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 (*DataLakeException) SetException added in v1.44.272

func (s *DataLakeException) SetException(v string) *DataLakeException

SetException sets the Exception field's value.

func (*DataLakeException) SetRegion added in v1.44.272

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

SetRegion sets the Region field's value.

func (*DataLakeException) SetRemediation added in v1.44.272

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

SetRemediation sets the Remediation field's value.

func (*DataLakeException) SetTimestamp added in v1.44.272

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

SetTimestamp sets the Timestamp field's value.

func (DataLakeException) String added in v1.44.272

func (s DataLakeException) 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 DataLakeLifecycleConfiguration added in v1.44.272

type DataLakeLifecycleConfiguration struct {

	// Provides data expiration details of Amazon Security Lake object.
	Expiration *DataLakeLifecycleExpiration `locationName:"expiration" type:"structure"`

	// Provides data storage transition details of Amazon Security Lake object.
	Transitions []*DataLakeLifecycleTransition `locationName:"transitions" type:"list"`
	// contains filtered or unexported fields
}

Provides lifecycle details of Amazon Security Lake object.

func (DataLakeLifecycleConfiguration) GoString added in v1.44.272

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 (*DataLakeLifecycleConfiguration) SetExpiration added in v1.44.272

SetExpiration sets the Expiration field's value.

func (*DataLakeLifecycleConfiguration) SetTransitions added in v1.44.272

SetTransitions sets the Transitions field's value.

func (DataLakeLifecycleConfiguration) String added in v1.44.272

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 (*DataLakeLifecycleConfiguration) Validate added in v1.44.272

func (s *DataLakeLifecycleConfiguration) Validate() error

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

type DataLakeLifecycleExpiration added in v1.44.272

type DataLakeLifecycleExpiration struct {

	// Number of days before data expires in the Amazon Security Lake object.
	Days *int64 `locationName:"days" min:"1" type:"integer"`
	// contains filtered or unexported fields
}

Provide expiration lifecycle details of Amazon Security Lake object.

func (DataLakeLifecycleExpiration) GoString added in v1.44.272

func (s DataLakeLifecycleExpiration) 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 (*DataLakeLifecycleExpiration) SetDays added in v1.44.272

SetDays sets the Days field's value.

func (DataLakeLifecycleExpiration) String added in v1.44.272

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 (*DataLakeLifecycleExpiration) Validate added in v1.44.272

func (s *DataLakeLifecycleExpiration) Validate() error

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

type DataLakeLifecycleTransition added in v1.44.272

type DataLakeLifecycleTransition struct {

	// Number of days before data transitions to a different S3 Storage Class in
	// the Amazon Security Lake object.
	Days *int64 `locationName:"days" 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"`
	// contains filtered or unexported fields
}

Provide transition lifecycle details of Amazon Security Lake object.

func (DataLakeLifecycleTransition) GoString added in v1.44.272

func (s DataLakeLifecycleTransition) 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 (*DataLakeLifecycleTransition) SetDays added in v1.44.272

SetDays sets the Days field's value.

func (*DataLakeLifecycleTransition) SetStorageClass added in v1.44.272

SetStorageClass sets the StorageClass field's value.

func (DataLakeLifecycleTransition) String added in v1.44.272

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 (*DataLakeLifecycleTransition) Validate added in v1.44.272

func (s *DataLakeLifecycleTransition) Validate() error

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

type DataLakeReplicationConfiguration added in v1.44.272

type DataLakeReplicationConfiguration struct {

	// 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.
	Regions []*string `locationName:"regions" type:"list"`

	// Replication settings for the Amazon S3 buckets. This parameter uses the Identity
	// and Access Management (IAM) role you created that is managed by Security
	// Lake, to ensure the replication setting is correct.
	RoleArn *string `locationName:"roleArn" type:"string"`
	// contains filtered or unexported fields
}

Provides replication details of Amazon Security Lake object.

func (DataLakeReplicationConfiguration) GoString added in v1.44.272

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 (*DataLakeReplicationConfiguration) SetRegions added in v1.44.272

SetRegions sets the Regions field's value.

func (*DataLakeReplicationConfiguration) SetRoleArn added in v1.44.272

SetRoleArn sets the RoleArn field's value.

func (DataLakeReplicationConfiguration) String added in v1.44.272

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 DataLakeResource added in v1.44.272

type DataLakeResource struct {

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

	// The Amazon Resource Name (ARN) created by you to provide to the subscriber.
	// For more information about ARNs and how to use them in policies, see the
	// Amazon Security Lake User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/subscriber-management.html).
	//
	// DataLakeArn is a required field
	DataLakeArn *string `locationName:"dataLakeArn" min:"1" type:"string" required:"true"`

	// Provides encryption details of Amazon Security Lake object.
	EncryptionConfiguration *DataLakeEncryptionConfiguration `locationName:"encryptionConfiguration" type:"structure"`

	// Provides lifecycle details of Amazon Security Lake object.
	LifecycleConfiguration *DataLakeLifecycleConfiguration `locationName:"lifecycleConfiguration" type:"structure"`

	// The Amazon Web Services Regions where Security Lake is enabled.
	//
	// Region is a required field
	Region *string `locationName:"region" type:"string" required:"true"`

	// Provides replication details of Amazon Security Lake object.
	ReplicationConfiguration *DataLakeReplicationConfiguration `locationName:"replicationConfiguration" type:"structure"`

	// The ARN for the Amazon Security Lake Amazon S3 bucket.
	S3BucketArn *string `locationName:"s3BucketArn" type:"string"`

	// The status of the last UpdateDataLake or DeleteDataLake API request.
	UpdateStatus *DataLakeUpdateStatus `locationName:"updateStatus" type:"structure"`
	// contains filtered or unexported fields
}

Provides details of Amazon Security Lake object.

func (DataLakeResource) GoString added in v1.44.272

func (s DataLakeResource) 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 (*DataLakeResource) SetCreateStatus added in v1.44.272

func (s *DataLakeResource) SetCreateStatus(v string) *DataLakeResource

SetCreateStatus sets the CreateStatus field's value.

func (*DataLakeResource) SetDataLakeArn added in v1.44.272

func (s *DataLakeResource) SetDataLakeArn(v string) *DataLakeResource

SetDataLakeArn sets the DataLakeArn field's value.

func (*DataLakeResource) SetEncryptionConfiguration added in v1.44.272

func (s *DataLakeResource) SetEncryptionConfiguration(v *DataLakeEncryptionConfiguration) *DataLakeResource

SetEncryptionConfiguration sets the EncryptionConfiguration field's value.

func (*DataLakeResource) SetLifecycleConfiguration added in v1.44.272

func (s *DataLakeResource) SetLifecycleConfiguration(v *DataLakeLifecycleConfiguration) *DataLakeResource

SetLifecycleConfiguration sets the LifecycleConfiguration field's value.

func (*DataLakeResource) SetRegion added in v1.44.272

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

SetRegion sets the Region field's value.

func (*DataLakeResource) SetReplicationConfiguration added in v1.44.272

func (s *DataLakeResource) SetReplicationConfiguration(v *DataLakeReplicationConfiguration) *DataLakeResource

SetReplicationConfiguration sets the ReplicationConfiguration field's value.

func (*DataLakeResource) SetS3BucketArn added in v1.44.272

func (s *DataLakeResource) SetS3BucketArn(v string) *DataLakeResource

SetS3BucketArn sets the S3BucketArn field's value.

func (*DataLakeResource) SetUpdateStatus added in v1.44.272

func (s *DataLakeResource) SetUpdateStatus(v *DataLakeUpdateStatus) *DataLakeResource

SetUpdateStatus sets the UpdateStatus field's value.

func (DataLakeResource) String added in v1.44.272

func (s DataLakeResource) 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 DataLakeSource added in v1.44.272

type DataLakeSource struct {

	// The ID of the Security Lake account for which logs are collected.
	Account *string `locationName:"account" type:"string"`

	// The Open Cybersecurity Schema Framework (OCSF) event classes which describes
	// the type of data that the custom source will send to Security Lake. The supported
	// event classes are:
	//
	//    * ACCESS_ACTIVITY
	//
	//    * FILE_ACTIVITY
	//
	//    * KERNEL_ACTIVITY
	//
	//    * KERNEL_EXTENSION
	//
	//    * MEMORY_ACTIVITY
	//
	//    * MODULE_ACTIVITY
	//
	//    * PROCESS_ACTIVITY
	//
	//    * REGISTRY_KEY_ACTIVITY
	//
	//    * REGISTRY_VALUE_ACTIVITY
	//
	//    * RESOURCE_ACTIVITY
	//
	//    * SCHEDULED_JOB_ACTIVITY
	//
	//    * SECURITY_FINDING
	//
	//    * ACCOUNT_CHANGE
	//
	//    * AUTHENTICATION
	//
	//    * AUTHORIZATION
	//
	//    * ENTITY_MANAGEMENT_AUDIT
	//
	//    * DHCP_ACTIVITY
	//
	//    * NETWORK_ACTIVITY
	//
	//    * DNS_ACTIVITY
	//
	//    * FTP_ACTIVITY
	//
	//    * HTTP_ACTIVITY
	//
	//    * RDP_ACTIVITY
	//
	//    * SMB_ACTIVITY
	//
	//    * SSH_ACTIVITY
	//
	//    * CONFIG_STATE
	//
	//    * INVENTORY_INFO
	//
	//    * EMAIL_ACTIVITY
	//
	//    * API_ACTIVITY
	//
	//    * CLOUD_API
	EventClasses []*string `locationName:"eventClasses" type:"list"`

	// The supported Amazon Web Services from which logs and events are collected.
	// Amazon Security Lake supports log and event collection for natively supported
	// Amazon Web Services.
	SourceName *string `locationName:"sourceName" type:"string"`

	// The log status for the Security Lake account.
	SourceStatuses []*DataLakeSourceStatus `locationName:"sourceStatuses" type:"list"`
	// contains filtered or unexported fields
}

Amazon Security Lake collects logs and events from supported Amazon Web Services and custom sources. For the list of supported Amazon Web Services, see the Amazon Security Lake User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html).

func (DataLakeSource) GoString added in v1.44.272

func (s DataLakeSource) 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 (*DataLakeSource) SetAccount added in v1.44.272

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

SetAccount sets the Account field's value.

func (*DataLakeSource) SetEventClasses added in v1.44.272

func (s *DataLakeSource) SetEventClasses(v []*string) *DataLakeSource

SetEventClasses sets the EventClasses field's value.

func (*DataLakeSource) SetSourceName added in v1.44.272

func (s *DataLakeSource) SetSourceName(v string) *DataLakeSource

SetSourceName sets the SourceName field's value.

func (*DataLakeSource) SetSourceStatuses added in v1.44.272

func (s *DataLakeSource) SetSourceStatuses(v []*DataLakeSourceStatus) *DataLakeSource

SetSourceStatuses sets the SourceStatuses field's value.

func (DataLakeSource) String added in v1.44.272

func (s DataLakeSource) 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 DataLakeSourceStatus added in v1.44.272

type DataLakeSourceStatus struct {

	// Defines path the stored logs are available which has information on your
	// systems, applications, and services.
	Resource *string `locationName:"resource" type:"string"`

	// The health status of services, including error codes and patterns.
	Status *string `locationName:"status" type:"string" enum:"SourceCollectionStatus"`
	// contains filtered or unexported fields
}

Retrieves the Logs status for the Amazon Security Lake account.

func (DataLakeSourceStatus) GoString added in v1.44.272

func (s DataLakeSourceStatus) 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 (*DataLakeSourceStatus) SetResource added in v1.44.272

SetResource sets the Resource field's value.

func (*DataLakeSourceStatus) SetStatus added in v1.44.272

SetStatus sets the Status field's value.

func (DataLakeSourceStatus) String added in v1.44.272

func (s DataLakeSourceStatus) 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 DataLakeUpdateException added in v1.44.272

type DataLakeUpdateException struct {

	// The reason code for the exception of the last UpdateDataLake or DeleteDataLake
	// API request.
	Code *string `locationName:"code" type:"string"`

	// The reason for the exception of the last UpdateDataLakeor DeleteDataLake
	// API request.
	Reason *string `locationName:"reason" type:"string"`
	// contains filtered or unexported fields
}

The details of the last UpdateDataLake or DeleteDataLake API request which failed.

func (DataLakeUpdateException) GoString added in v1.44.272

func (s DataLakeUpdateException) 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 (*DataLakeUpdateException) SetCode added in v1.44.272

SetCode sets the Code field's value.

func (*DataLakeUpdateException) SetReason added in v1.44.272

SetReason sets the Reason field's value.

func (DataLakeUpdateException) String added in v1.44.272

func (s DataLakeUpdateException) 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 DataLakeUpdateStatus added in v1.44.272

type DataLakeUpdateStatus struct {

	// The details of the last UpdateDataLakeor DeleteDataLake API request which
	// failed.
	Exception *DataLakeUpdateException `locationName:"exception" type:"structure"`

	// The unique ID for the last UpdateDataLake or DeleteDataLake API request.
	RequestId *string `locationName:"requestId" type:"string"`

	// The status of the last UpdateDataLake or DeleteDataLake API request that
	// was requested.
	Status *string `locationName:"status" type:"string" enum:"DataLakeStatus"`
	// contains filtered or unexported fields
}

The status of the last UpdateDataLake or DeleteDataLake API request. This is set to Completed after the configuration is updated, or removed if deletion of the data lake is successful.

func (DataLakeUpdateStatus) GoString added in v1.44.272

func (s DataLakeUpdateStatus) 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 (*DataLakeUpdateStatus) SetException added in v1.44.272

SetException sets the Exception field's value.

func (*DataLakeUpdateStatus) SetRequestId added in v1.44.272

func (s *DataLakeUpdateStatus) SetRequestId(v string) *DataLakeUpdateStatus

SetRequestId sets the RequestId field's value.

func (*DataLakeUpdateStatus) SetStatus added in v1.44.272

SetStatus sets the Status field's value.

func (DataLakeUpdateStatus) String added in v1.44.272

func (s DataLakeUpdateStatus) 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 DeleteAwsLogSourceInput

type DeleteAwsLogSourceInput struct {

	// Specify the natively-supported Amazon Web Services service to remove as a
	// source in Security Lake.
	//
	// Sources is a required field
	Sources []*AwsLogSourceConfiguration `locationName:"sources" type:"list" required:"true"`
	// 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) SetSources added in v1.44.272

SetSources sets the Sources 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"`
	// 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) 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 source name of custom log source that you want to delete.
	//
	// SourceName is a required field
	SourceName *string `location:"uri" locationName:"sourceName" min:"1" type:"string" required:"true"`

	// The source version for the third-party custom source. You can limit the custom
	// source removal to the specified source version.
	SourceVersion *string `location:"querystring" locationName:"sourceVersion" min:"1" type:"string"`
	// 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) SetSourceName added in v1.44.272

SetSourceName sets the SourceName field's value.

func (*DeleteCustomLogSourceInput) SetSourceVersion added in v1.44.272

SetSourceVersion sets the SourceVersion 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 {
	// 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) 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 DeleteDataLakeExceptionSubscriptionInput added in v1.44.272

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

func (DeleteDataLakeExceptionSubscriptionInput) GoString added in v1.44.272

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 (DeleteDataLakeExceptionSubscriptionInput) String added in v1.44.272

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 DeleteDataLakeExceptionSubscriptionOutput added in v1.44.272

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

func (DeleteDataLakeExceptionSubscriptionOutput) GoString added in v1.44.272

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 (DeleteDataLakeExceptionSubscriptionOutput) String added in v1.44.272

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 added in v1.44.272

type DeleteDataLakeInput struct {

	// The list of Regions where Security Lake is enabled.
	//
	// Regions is a required field
	Regions []*string `locationName:"regions" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDataLakeInput) GoString added in v1.44.272

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) SetRegions added in v1.44.272

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

SetRegions sets the Regions field's value.

func (DeleteDataLakeInput) String added in v1.44.272

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".

func (*DeleteDataLakeInput) Validate added in v1.44.272

func (s *DeleteDataLakeInput) Validate() error

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

type DeleteDataLakeOrganizationConfigurationInput added in v1.44.272

type DeleteDataLakeOrganizationConfigurationInput struct {

	// Removes the automatic enablement of configuration settings for new member
	// accounts in Security Lake.
	//
	// AutoEnableNewAccount is a required field
	AutoEnableNewAccount []*DataLakeAutoEnableNewAccountConfiguration `locationName:"autoEnableNewAccount" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDataLakeOrganizationConfigurationInput) GoString added in v1.44.272

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 (*DeleteDataLakeOrganizationConfigurationInput) SetAutoEnableNewAccount added in v1.44.272

SetAutoEnableNewAccount sets the AutoEnableNewAccount field's value.

func (DeleteDataLakeOrganizationConfigurationInput) String added in v1.44.272

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 (*DeleteDataLakeOrganizationConfigurationInput) Validate added in v1.44.272

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

type DeleteDataLakeOrganizationConfigurationOutput added in v1.44.272

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

func (DeleteDataLakeOrganizationConfigurationOutput) GoString added in v1.44.272

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 (DeleteDataLakeOrganizationConfigurationOutput) String added in v1.44.272

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 added in v1.44.272

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

func (DeleteDataLakeOutput) GoString added in v1.44.272

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 added in v1.44.272

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.
	//
	// SubscriberId is a required field
	SubscriberId *string `location:"uri" locationName:"subscriberId" 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) SetSubscriberId added in v1.44.272

func (s *DeleteSubscriberInput) SetSubscriberId(v string) *DeleteSubscriberInput

SetSubscriberId sets the SubscriberId 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 DeleteSubscriberNotificationInput added in v1.44.272

type DeleteSubscriberNotificationInput struct {

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

func (DeleteSubscriberNotificationInput) GoString added in v1.44.272

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 (*DeleteSubscriberNotificationInput) SetSubscriberId added in v1.44.272

SetSubscriberId sets the SubscriberId field's value.

func (DeleteSubscriberNotificationInput) String added in v1.44.272

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 (*DeleteSubscriberNotificationInput) Validate added in v1.44.272

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

type DeleteSubscriberNotificationOutput added in v1.44.272

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

func (DeleteSubscriberNotificationOutput) GoString added in v1.44.272

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 (DeleteSubscriberNotificationOutput) String added in v1.44.272

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 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 DeregisterDataLakeDelegatedAdministratorInput added in v1.44.272

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

func (DeregisterDataLakeDelegatedAdministratorInput) GoString added in v1.44.272

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 (DeregisterDataLakeDelegatedAdministratorInput) String added in v1.44.272

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 DeregisterDataLakeDelegatedAdministratorOutput added in v1.44.272

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

func (DeregisterDataLakeDelegatedAdministratorOutput) GoString added in v1.44.272

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 (DeregisterDataLakeDelegatedAdministratorOutput) String added in v1.44.272

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 GetDataLakeExceptionSubscriptionInput added in v1.44.272

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

func (GetDataLakeExceptionSubscriptionInput) GoString added in v1.44.272

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 (GetDataLakeExceptionSubscriptionInput) String added in v1.44.272

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 GetDataLakeExceptionSubscriptionOutput added in v1.44.272

type GetDataLakeExceptionSubscriptionOutput struct {

	// The expiration period and time-to-live (TTL).
	ExceptionTimeToLive *int64 `locationName:"exceptionTimeToLive" type:"long"`

	// The Amazon Web Services account where you receive exception notifications.
	NotificationEndpoint *string `locationName:"notificationEndpoint" type:"string"`

	// The subscription protocol to which exception notifications are posted.
	SubscriptionProtocol *string `locationName:"subscriptionProtocol" type:"string"`
	// contains filtered or unexported fields
}

func (GetDataLakeExceptionSubscriptionOutput) GoString added in v1.44.272

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 (*GetDataLakeExceptionSubscriptionOutput) SetExceptionTimeToLive added in v1.44.272

SetExceptionTimeToLive sets the ExceptionTimeToLive field's value.

func (*GetDataLakeExceptionSubscriptionOutput) SetNotificationEndpoint added in v1.44.272

SetNotificationEndpoint sets the NotificationEndpoint field's value.

func (*GetDataLakeExceptionSubscriptionOutput) SetSubscriptionProtocol added in v1.44.272

SetSubscriptionProtocol sets the SubscriptionProtocol field's value.

func (GetDataLakeExceptionSubscriptionOutput) String added in v1.44.272

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 GetDataLakeOrganizationConfigurationInput added in v1.44.272

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

func (GetDataLakeOrganizationConfigurationInput) GoString added in v1.44.272

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 (GetDataLakeOrganizationConfigurationInput) String added in v1.44.272

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 GetDataLakeOrganizationConfigurationOutput added in v1.44.272

type GetDataLakeOrganizationConfigurationOutput struct {

	// The configuration for new accounts.
	AutoEnableNewAccount []*DataLakeAutoEnableNewAccountConfiguration `locationName:"autoEnableNewAccount" type:"list"`
	// contains filtered or unexported fields
}

func (GetDataLakeOrganizationConfigurationOutput) GoString added in v1.44.272

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 (*GetDataLakeOrganizationConfigurationOutput) SetAutoEnableNewAccount added in v1.44.272

SetAutoEnableNewAccount sets the AutoEnableNewAccount field's value.

func (GetDataLakeOrganizationConfigurationOutput) String added in v1.44.272

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 GetDataLakeSourcesInput added in v1.44.272

type GetDataLakeSourcesInput struct {

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

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

	// Lists if there are more results available. The value of nextToken is a unique
	// pagination token for each page. Repeat the call 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 (GetDataLakeSourcesInput) GoString added in v1.44.272

func (s GetDataLakeSourcesInput) 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 (*GetDataLakeSourcesInput) SetAccounts added in v1.44.272

SetAccounts sets the Accounts field's value.

func (*GetDataLakeSourcesInput) SetMaxResults added in v1.44.272

SetMaxResults sets the MaxResults field's value.

func (*GetDataLakeSourcesInput) SetNextToken added in v1.44.272

SetNextToken sets the NextToken field's value.

func (GetDataLakeSourcesInput) String added in v1.44.272

func (s GetDataLakeSourcesInput) 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 (*GetDataLakeSourcesInput) Validate added in v1.44.272

func (s *GetDataLakeSourcesInput) Validate() error

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

type GetDataLakeSourcesOutput added in v1.44.272

type GetDataLakeSourcesOutput struct {

	// The Amazon Resource Name (ARN) created by you to provide to the subscriber.
	// For more information about ARNs and how to use them in policies, see the
	// Amazon Security Lake User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/subscriber-management.html).
	DataLakeArn *string `locationName:"dataLakeArn" min:"1" type:"string"`

	// The list of enabled accounts and enabled sources.
	DataLakeSources []*DataLakeSource `locationName:"dataLakeSources" type:"list"`

	// Lists if there are more results available. The value of nextToken is a unique
	// pagination token for each page. Repeat the call 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 (GetDataLakeSourcesOutput) GoString added in v1.44.272

func (s GetDataLakeSourcesOutput) 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 (*GetDataLakeSourcesOutput) SetDataLakeArn added in v1.44.272

SetDataLakeArn sets the DataLakeArn field's value.

func (*GetDataLakeSourcesOutput) SetDataLakeSources added in v1.44.272

SetDataLakeSources sets the DataLakeSources field's value.

func (*GetDataLakeSourcesOutput) SetNextToken added in v1.44.272

SetNextToken sets the NextToken field's value.

func (GetDataLakeSourcesOutput) String added in v1.44.272

func (s GetDataLakeSourcesOutput) 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 Amazon Security Lake that uniquely identifies your GetSubscriber
	// API request.
	//
	// SubscriberId is a required field
	SubscriberId *string `location:"uri" locationName:"subscriberId" 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) SetSubscriberId added in v1.44.272

func (s *GetSubscriberInput) SetSubscriberId(v string) *GetSubscriberInput

SetSubscriberId sets the SubscriberId 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 {

	// The subscriber information for the specified subscriber 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 HttpsNotificationConfiguration added in v1.44.272

type HttpsNotificationConfiguration struct {

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

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

	// The subscription endpoint in Security Lake. If you prefer notification with
	// an HTTPs endpoint, populate this field.
	//
	// Endpoint is a required field
	Endpoint *string `locationName:"endpoint" type:"string" required:"true"`

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

	// The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role
	// that you created. For more information about ARNs and how to use them in
	// policies, see Managing data access (https://docs.aws.amazon.com//security-lake/latest/userguide/subscriber-data-access.html)
	// and Amazon Web Services Managed Policies (https://docs.aws.amazon.com/security-lake/latest/userguide/security-iam-awsmanpol.html)
	// in the Amazon Security Lake User Guide.
	//
	// TargetRoleArn is a required field
	TargetRoleArn *string `locationName:"targetRoleArn" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The configurations for HTTPS subscriber notification.

func (HttpsNotificationConfiguration) GoString added in v1.44.272

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 (*HttpsNotificationConfiguration) SetAuthorizationApiKeyName added in v1.44.272

func (s *HttpsNotificationConfiguration) SetAuthorizationApiKeyName(v string) *HttpsNotificationConfiguration

SetAuthorizationApiKeyName sets the AuthorizationApiKeyName field's value.

func (*HttpsNotificationConfiguration) SetAuthorizationApiKeyValue added in v1.44.272

func (s *HttpsNotificationConfiguration) SetAuthorizationApiKeyValue(v string) *HttpsNotificationConfiguration

SetAuthorizationApiKeyValue sets the AuthorizationApiKeyValue field's value.

func (*HttpsNotificationConfiguration) SetEndpoint added in v1.44.272

SetEndpoint sets the Endpoint field's value.

func (*HttpsNotificationConfiguration) SetHttpMethod added in v1.44.272

SetHttpMethod sets the HttpMethod field's value.

func (*HttpsNotificationConfiguration) SetTargetRoleArn added in v1.44.272

SetTargetRoleArn sets the TargetRoleArn field's value.

func (HttpsNotificationConfiguration) String added in v1.44.272

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 (*HttpsNotificationConfiguration) Validate added in v1.44.272

func (s *HttpsNotificationConfiguration) Validate() error

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

type InternalServerException

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

	Message_ *string `locationName:"message" type:"string"`
	// 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 ListDataLakeExceptionsInput added in v1.44.272

type ListDataLakeExceptionsInput struct {

	// List the maximum number of failures in Security Lake.
	MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"`

	// List if there are more results available. The value of nextToken is a unique
	// pagination token for each page. Repeat the call 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"`

	// List the Amazon Web Services Regions from which exceptions are retrieved.
	Regions []*string `locationName:"regions" type:"list"`
	// contains filtered or unexported fields
}

func (ListDataLakeExceptionsInput) GoString added in v1.44.272

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) SetMaxResults added in v1.44.272

SetMaxResults sets the MaxResults field's value.

func (*ListDataLakeExceptionsInput) SetNextToken added in v1.44.272

SetNextToken sets the NextToken field's value.

func (*ListDataLakeExceptionsInput) SetRegions added in v1.44.272

SetRegions sets the Regions field's value.

func (ListDataLakeExceptionsInput) String added in v1.44.272

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 (*ListDataLakeExceptionsInput) Validate added in v1.44.272

func (s *ListDataLakeExceptionsInput) Validate() error

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

type ListDataLakeExceptionsOutput added in v1.44.272

type ListDataLakeExceptionsOutput struct {

	// Lists the failures that cannot be retried in the current Region.
	Exceptions []*DataLakeException `locationName:"exceptions" type:"list"`

	// List if there are more results available. The value of nextToken is a unique
	// pagination token for each page. Repeat the call 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 (ListDataLakeExceptionsOutput) GoString added in v1.44.272

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) SetExceptions added in v1.44.272

SetExceptions sets the Exceptions field's value.

func (*ListDataLakeExceptionsOutput) SetNextToken added in v1.44.272

SetNextToken sets the NextToken field's value.

func (ListDataLakeExceptionsOutput) String added in v1.44.272

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 ListDataLakesInput added in v1.44.272

type ListDataLakesInput struct {

	// The list of regions where Security Lake is enabled.
	Regions []*string `location:"querystring" locationName:"regions" type:"list"`
	// contains filtered or unexported fields
}

func (ListDataLakesInput) GoString added in v1.44.272

func (s ListDataLakesInput) 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 (*ListDataLakesInput) SetRegions added in v1.44.272

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

SetRegions sets the Regions field's value.

func (ListDataLakesInput) String added in v1.44.272

func (s ListDataLakesInput) 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 ListDataLakesOutput added in v1.44.272

type ListDataLakesOutput struct {

	// Retrieves the Security Lake configuration object.
	DataLakes []*DataLakeResource `locationName:"dataLakes" type:"list"`
	// contains filtered or unexported fields
}

func (ListDataLakesOutput) GoString added in v1.44.272

func (s ListDataLakesOutput) 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 (*ListDataLakesOutput) SetDataLakes added in v1.44.272

SetDataLakes sets the DataLakes field's value.

func (ListDataLakesOutput) String added in v1.44.272

func (s ListDataLakesOutput) 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 ListLogSourcesInput

type ListLogSourcesInput struct {

	// The list of Amazon Web Services accounts for which log sources are displayed.
	Accounts []*string `locationName:"accounts" type:"list"`

	// The maximum number of accounts for which the log sources are displayed.
	MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"`

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

	// The list of regions for which log sources are displayed.
	Regions []*string `locationName:"regions" type:"list"`

	// The list of sources for which log sources are displayed.
	Sources []*LogSourceResource `locationName:"sources" type:"list"`
	// 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) SetAccounts added in v1.44.272

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

SetAccounts sets the Accounts 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) SetRegions added in v1.44.272

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

SetRegions sets the Regions field's value.

func (*ListLogSourcesInput) SetSources added in v1.44.272

SetSources sets the Sources 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".

func (*ListLogSourcesInput) Validate added in v1.44.272

func (s *ListLogSourcesInput) Validate() error

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

type ListLogSourcesOutput

type ListLogSourcesOutput struct {

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

	// The list of log sources in your organization that send data to the data lake.
	Sources []*LogSource `locationName:"sources" type:"list"`
	// 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) SetSources added in v1.44.272

SetSources sets the Sources 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" min:"1" type:"integer"`

	// If nextToken is returned, there are more results available. You can repeat
	// the call 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".

func (*ListSubscribersInput) Validate added in v1.44.272

func (s *ListSubscribersInput) Validate() error

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

type ListSubscribersOutput

type ListSubscribersOutput struct {

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

	// The subscribers available for the specified Security Lake account ID.
	Subscribers []*SubscriberResource `locationName:"subscribers" type:"list"`
	// 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 LogSource added in v1.44.272

type LogSource struct {

	// Specify the account from which you want to collect logs.
	Account *string `locationName:"account" min:"12" type:"string"`

	// Specify the Regions from which you want to collect logs.
	Region *string `locationName:"region" type:"string"`

	// Specify the sources from which you want to collect logs.
	Sources []*LogSourceResource `locationName:"sources" type:"list"`
	// contains filtered or unexported fields
}

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

func (LogSource) GoString added in v1.44.272

func (s LogSource) 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 (*LogSource) SetAccount added in v1.44.272

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

SetAccount sets the Account field's value.

func (*LogSource) SetRegion added in v1.44.272

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

SetRegion sets the Region field's value.

func (*LogSource) SetSources added in v1.44.272

func (s *LogSource) SetSources(v []*LogSourceResource) *LogSource

SetSources sets the Sources field's value.

func (LogSource) String added in v1.44.272

func (s LogSource) 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 LogSourceResource added in v1.44.272

type LogSourceResource struct {

	// Amazon Security Lake supports log and event collection for natively supported
	// Amazon Web Services.
	AwsLogSource *AwsLogSourceResource `locationName:"awsLogSource" type:"structure"`

	// Amazon Security Lake supports custom source types. For a detailed list, see
	// the Amazon Security Lake User Guide.
	CustomLogSource *CustomLogSourceResource `locationName:"customLogSource" type:"structure"`
	// contains filtered or unexported fields
}

The supported source types from which logs and events are collected in Amazon Security Lake. For the list of supported Amazon Web Services, see the Amazon Security Lake User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html).

func (LogSourceResource) GoString added in v1.44.272

func (s LogSourceResource) 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 (*LogSourceResource) SetAwsLogSource added in v1.44.272

SetAwsLogSource sets the AwsLogSource field's value.

func (*LogSourceResource) SetCustomLogSource added in v1.44.272

func (s *LogSourceResource) SetCustomLogSource(v *CustomLogSourceResource) *LogSourceResource

SetCustomLogSource sets the CustomLogSource field's value.

func (LogSourceResource) String added in v1.44.272

func (s LogSourceResource) 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 (*LogSourceResource) Validate added in v1.44.272

func (s *LogSourceResource) Validate() error

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

type NotificationConfiguration added in v1.44.272

type NotificationConfiguration struct {

	// The configurations for HTTPS subscriber notification.
	HttpsNotificationConfiguration *HttpsNotificationConfiguration `locationName:"httpsNotificationConfiguration" type:"structure"`

	// The configurations for SQS subscriber notification.
	SqsNotificationConfiguration *SqsNotificationConfiguration `locationName:"sqsNotificationConfiguration" type:"structure"`
	// contains filtered or unexported fields
}

Specify the configurations you want to use for subscriber notification to notify the subscriber when new data is written to the data lake for sources that the subscriber consumes in Security Lake.

func (NotificationConfiguration) GoString added in v1.44.272

func (s NotificationConfiguration) 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 (*NotificationConfiguration) SetHttpsNotificationConfiguration added in v1.44.272

SetHttpsNotificationConfiguration sets the HttpsNotificationConfiguration field's value.

func (*NotificationConfiguration) SetSqsNotificationConfiguration added in v1.44.272

SetSqsNotificationConfiguration sets the SqsNotificationConfiguration field's value.

func (NotificationConfiguration) String added in v1.44.272

func (s NotificationConfiguration) 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 (*NotificationConfiguration) Validate added in v1.44.272

func (s *NotificationConfiguration) Validate() error

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

type RegisterDataLakeDelegatedAdministratorInput added in v1.44.272

type RegisterDataLakeDelegatedAdministratorInput struct {

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

func (RegisterDataLakeDelegatedAdministratorInput) GoString added in v1.44.272

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 (*RegisterDataLakeDelegatedAdministratorInput) SetAccountId added in v1.44.272

SetAccountId sets the AccountId field's value.

func (RegisterDataLakeDelegatedAdministratorInput) String added in v1.44.272

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 (*RegisterDataLakeDelegatedAdministratorInput) Validate added in v1.44.272

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

type RegisterDataLakeDelegatedAdministratorOutput added in v1.44.272

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

func (RegisterDataLakeDelegatedAdministratorOutput) GoString added in v1.44.272

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 (RegisterDataLakeDelegatedAdministratorOutput) String added in v1.44.272

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 name of the resource that could not be found.
	ResourceName *string `locationName:"resourceName" type:"string"`

	// The type of the resource that could not be found.
	ResourceType *string `locationName:"resourceType" type:"string"`
	// 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 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 Service as an Amazon Security Lake source. Enables source types for member accounts in required Amazon Web Services Regions, based on the parameters you specify. You can choose any source type in any Region for either accounts that are part of a trusted organization or standalone accounts. Once you add an Amazon Web Service as a source, Security Lake starts collecting logs and events from it,

You can use this API only to enable natively supported Amazon Web 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:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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 Amazon Web Services 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 IAM role to invoke Glue crawler, use this API to add a custom source name in Security Lake. This operation creates a partition in the Amazon S3 bucket for Security Lake as the target location for log files from the custom source. In addition, this operation also creates 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:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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 added in v1.44.272

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 Amazon Web Services Regions with customized settings before enabling log collection in Regions. By default, the CreateDataLake Security Lake in all Regions. To specify particular Regions, configure these Regions using the configurations parameter. If you have already enabled Security Lake in a Region when you call this command, the command will update the Region if you provide new configuration parameters. If you have not already enabled Security Lake in the Region when you call this API, it will set up the data lake in the Region with the specified configurations.

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 Amazon Web Services account in the current Region, including security log and event data. For more information, see the Amazon Security Lake User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/what-is-security-lake.html).

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:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) CreateDataLakeExceptionSubscription added in v1.44.272

CreateDataLakeExceptionSubscription API operation for Amazon Security Lake.

Creates the specified notification subscription in Amazon Security Lake for the organization you specify.

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 CreateDataLakeExceptionSubscription for usage and error information.

Returned Error Types:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) CreateDataLakeExceptionSubscriptionRequest added in v1.44.272

func (c *SecurityLake) CreateDataLakeExceptionSubscriptionRequest(input *CreateDataLakeExceptionSubscriptionInput) (req *request.Request, output *CreateDataLakeExceptionSubscriptionOutput)

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

func (*SecurityLake) CreateDataLakeExceptionSubscriptionWithContext added in v1.44.272

func (c *SecurityLake) CreateDataLakeExceptionSubscriptionWithContext(ctx aws.Context, input *CreateDataLakeExceptionSubscriptionInput, opts ...request.Option) (*CreateDataLakeExceptionSubscriptionOutput, error)

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

See CreateDataLakeExceptionSubscription 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) CreateDataLakeOrganizationConfiguration added in v1.44.272

CreateDataLakeOrganizationConfiguration API operation for Amazon Security Lake.

Automatically enables Amazon Security Lake for new member accounts in your organization. Security Lake is not automatically enabled for any existing member 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 CreateDataLakeOrganizationConfiguration for usage and error information.

Returned Error Types:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) CreateDataLakeOrganizationConfigurationRequest added in v1.44.272

func (c *SecurityLake) CreateDataLakeOrganizationConfigurationRequest(input *CreateDataLakeOrganizationConfigurationInput) (req *request.Request, output *CreateDataLakeOrganizationConfigurationOutput)

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

func (*SecurityLake) CreateDataLakeOrganizationConfigurationWithContext added in v1.44.272

func (c *SecurityLake) CreateDataLakeOrganizationConfigurationWithContext(ctx aws.Context, input *CreateDataLakeOrganizationConfigurationInput, opts ...request.Option) (*CreateDataLakeOrganizationConfigurationOutput, error)

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

See CreateDataLakeOrganizationConfiguration 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 added in v1.44.272

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 added in v1.44.272

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 Amazon Security Lake. You can create a subscriber with access to data in the current Amazon Web Services 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 CreateSubscriber for usage and error information.

Returned Error Types:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) CreateSubscriberNotification added in v1.44.272

func (c *SecurityLake) CreateSubscriberNotification(input *CreateSubscriberNotificationInput) (*CreateSubscriberNotificationOutput, error)

CreateSubscriberNotification API operation for Amazon Security Lake.

Notifies the subscriber when new data is written to the data lake for the sources that the subscriber consumes in Security Lake. You can create only one subscriber notification per subscriber.

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 CreateSubscriberNotification for usage and error information.

Returned Error Types:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) CreateSubscriberNotificationRequest added in v1.44.272

func (c *SecurityLake) CreateSubscriberNotificationRequest(input *CreateSubscriberNotificationInput) (req *request.Request, output *CreateSubscriberNotificationOutput)

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

func (*SecurityLake) CreateSubscriberNotificationWithContext added in v1.44.272

func (c *SecurityLake) CreateSubscriberNotificationWithContext(ctx aws.Context, input *CreateSubscriberNotificationInput, opts ...request.Option) (*CreateSubscriberNotificationOutput, error)

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

See CreateSubscriberNotification 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) 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) DeleteAwsLogSource

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

DeleteAwsLogSource API operation for Amazon Security Lake.

Removes a natively supported Amazon Web Service as an Amazon Security Lake source. You can remove a source for one or more Regions. When you remove the source, Security Lake stops collecting data from that source in the specified Regions and accounts, and subscribers can no longer consume new data from the source. However, subscribers can still consume data that Security Lake collected from the source before removal.

You can choose any source type in any Amazon Web Services Region for either accounts that are part of a trusted organization or standalone accounts.

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:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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 Amazon Security Lake, to stop sending data from the custom source to 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:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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 added in v1.44.272

func (c *SecurityLake) DeleteDataLake(input *DeleteDataLakeInput) (*DeleteDataLakeOutput, error)

DeleteDataLake API operation for Amazon Security Lake.

When you disable Amazon Security Lake from your account, Security Lake is disabled in all Amazon Web Services Regions and it stops collecting data from your sources. Also, this API automatically takes steps to remove the account from Security Lake. However, Security Lake retains all of your existing settings and the resources that it created in your Amazon Web Services account in the current Amazon Web Services Region.

The DeleteDataLake operation does not delete the data that is stored in your Amazon S3 bucket, which is owned by your Amazon Web Services account. For more information, see the Amazon Security Lake User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/disable-security-lake.html).

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:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) DeleteDataLakeExceptionSubscription added in v1.44.272

DeleteDataLakeExceptionSubscription API operation for Amazon Security Lake.

Deletes the specified notification subscription in Amazon Security Lake for the organization you specify.

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 DeleteDataLakeExceptionSubscription for usage and error information.

Returned Error Types:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) DeleteDataLakeExceptionSubscriptionRequest added in v1.44.272

func (c *SecurityLake) DeleteDataLakeExceptionSubscriptionRequest(input *DeleteDataLakeExceptionSubscriptionInput) (req *request.Request, output *DeleteDataLakeExceptionSubscriptionOutput)

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

func (*SecurityLake) DeleteDataLakeExceptionSubscriptionWithContext added in v1.44.272

func (c *SecurityLake) DeleteDataLakeExceptionSubscriptionWithContext(ctx aws.Context, input *DeleteDataLakeExceptionSubscriptionInput, opts ...request.Option) (*DeleteDataLakeExceptionSubscriptionOutput, error)

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

See DeleteDataLakeExceptionSubscription 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) DeleteDataLakeOrganizationConfiguration added in v1.44.272

DeleteDataLakeOrganizationConfiguration API operation for Amazon Security Lake.

Removes automatic the enablement of configuration settings for new member accounts (but retains the settings for the delegated administrator) from Amazon Security Lake. You must run this API using the credentials of the delegated administrator. When you run this API, new member accounts that are added after the organization enables Security Lake won't contribute to the data 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 DeleteDataLakeOrganizationConfiguration for usage and error information.

Returned Error Types:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) DeleteDataLakeOrganizationConfigurationRequest added in v1.44.272

func (c *SecurityLake) DeleteDataLakeOrganizationConfigurationRequest(input *DeleteDataLakeOrganizationConfigurationInput) (req *request.Request, output *DeleteDataLakeOrganizationConfigurationOutput)

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

func (*SecurityLake) DeleteDataLakeOrganizationConfigurationWithContext added in v1.44.272

func (c *SecurityLake) DeleteDataLakeOrganizationConfigurationWithContext(ctx aws.Context, input *DeleteDataLakeOrganizationConfigurationInput, opts ...request.Option) (*DeleteDataLakeOrganizationConfigurationOutput, error)

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

See DeleteDataLakeOrganizationConfiguration 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 added in v1.44.272

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 added in v1.44.272

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 subscription permission and all notification settings for accounts that are already enabled in Amazon Security Lake. When you run DeleteSubscriber, the subscriber will no longer consume data from Security Lake and the subscriber is removed. This operation deletes the subscriber and removes access to data in the current Amazon Web Services 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 DeleteSubscriber for usage and error information.

Returned Error Types:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) DeleteSubscriberNotification added in v1.44.272

func (c *SecurityLake) DeleteSubscriberNotification(input *DeleteSubscriberNotificationInput) (*DeleteSubscriberNotificationOutput, error)

DeleteSubscriberNotification API operation for Amazon Security Lake.

Deletes the specified notification subscription in Amazon Security Lake for the organization you specify.

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 DeleteSubscriberNotification for usage and error information.

Returned Error Types:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) DeleteSubscriberNotificationRequest added in v1.44.272

func (c *SecurityLake) DeleteSubscriberNotificationRequest(input *DeleteSubscriberNotificationInput) (req *request.Request, output *DeleteSubscriberNotificationOutput)

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

func (*SecurityLake) DeleteSubscriberNotificationWithContext added in v1.44.272

func (c *SecurityLake) DeleteSubscriberNotificationWithContext(ctx aws.Context, input *DeleteSubscriberNotificationInput, opts ...request.Option) (*DeleteSubscriberNotificationOutput, error)

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

See DeleteSubscriberNotification 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) 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) DeregisterDataLakeDelegatedAdministrator added in v1.44.272

DeregisterDataLakeDelegatedAdministrator API operation for Amazon Security Lake.

Deletes the Amazon Security Lake delegated 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 DeregisterDataLakeDelegatedAdministrator for usage and error information.

Returned Error Types:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) DeregisterDataLakeDelegatedAdministratorRequest added in v1.44.272

func (c *SecurityLake) DeregisterDataLakeDelegatedAdministratorRequest(input *DeregisterDataLakeDelegatedAdministratorInput) (req *request.Request, output *DeregisterDataLakeDelegatedAdministratorOutput)

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

func (*SecurityLake) DeregisterDataLakeDelegatedAdministratorWithContext added in v1.44.272

func (c *SecurityLake) DeregisterDataLakeDelegatedAdministratorWithContext(ctx aws.Context, input *DeregisterDataLakeDelegatedAdministratorInput, opts ...request.Option) (*DeregisterDataLakeDelegatedAdministratorOutput, error)

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

See DeregisterDataLakeDelegatedAdministrator 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) GetDataLakeExceptionSubscription added in v1.44.272

GetDataLakeExceptionSubscription 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 GetDataLakeExceptionSubscription for usage and error information.

Returned Error Types:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) GetDataLakeExceptionSubscriptionRequest added in v1.44.272

func (c *SecurityLake) GetDataLakeExceptionSubscriptionRequest(input *GetDataLakeExceptionSubscriptionInput) (req *request.Request, output *GetDataLakeExceptionSubscriptionOutput)

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

func (*SecurityLake) GetDataLakeExceptionSubscriptionWithContext added in v1.44.272

func (c *SecurityLake) GetDataLakeExceptionSubscriptionWithContext(ctx aws.Context, input *GetDataLakeExceptionSubscriptionInput, opts ...request.Option) (*GetDataLakeExceptionSubscriptionOutput, error)

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

See GetDataLakeExceptionSubscription 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) GetDataLakeOrganizationConfiguration added in v1.44.272

GetDataLakeOrganizationConfiguration 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 onboarded 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 GetDataLakeOrganizationConfiguration for usage and error information.

Returned Error Types:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) GetDataLakeOrganizationConfigurationRequest added in v1.44.272

func (c *SecurityLake) GetDataLakeOrganizationConfigurationRequest(input *GetDataLakeOrganizationConfigurationInput) (req *request.Request, output *GetDataLakeOrganizationConfigurationOutput)

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

func (*SecurityLake) GetDataLakeOrganizationConfigurationWithContext added in v1.44.272

func (c *SecurityLake) GetDataLakeOrganizationConfigurationWithContext(ctx aws.Context, input *GetDataLakeOrganizationConfigurationInput, opts ...request.Option) (*GetDataLakeOrganizationConfigurationOutput, error)

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

See GetDataLakeOrganizationConfiguration 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) GetDataLakeSources added in v1.44.272

func (c *SecurityLake) GetDataLakeSources(input *GetDataLakeSourcesInput) (*GetDataLakeSourcesOutput, error)

GetDataLakeSources API operation for Amazon Security Lake.

Retrieves a snapshot of the current Region, including whether Amazon Security Lake is enabled for those accounts and which sources Security Lake is collecting data from.

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 GetDataLakeSources for usage and error information.

Returned Error Types:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) GetDataLakeSourcesPages added in v1.44.272

func (c *SecurityLake) GetDataLakeSourcesPages(input *GetDataLakeSourcesInput, fn func(*GetDataLakeSourcesOutput, bool) bool) error

GetDataLakeSourcesPages iterates over the pages of a GetDataLakeSources operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See GetDataLakeSources 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 GetDataLakeSources operation.
pageNum := 0
err := client.GetDataLakeSourcesPages(params,
    func(page *securitylake.GetDataLakeSourcesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SecurityLake) GetDataLakeSourcesPagesWithContext added in v1.44.272

func (c *SecurityLake) GetDataLakeSourcesPagesWithContext(ctx aws.Context, input *GetDataLakeSourcesInput, fn func(*GetDataLakeSourcesOutput, bool) bool, opts ...request.Option) error

GetDataLakeSourcesPagesWithContext same as GetDataLakeSourcesPages 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) GetDataLakeSourcesRequest added in v1.44.272

func (c *SecurityLake) GetDataLakeSourcesRequest(input *GetDataLakeSourcesInput) (req *request.Request, output *GetDataLakeSourcesOutput)

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

func (*SecurityLake) GetDataLakeSourcesWithContext added in v1.44.272

func (c *SecurityLake) GetDataLakeSourcesWithContext(ctx aws.Context, input *GetDataLakeSourcesInput, opts ...request.Option) (*GetDataLakeSourcesOutput, error)

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

See GetDataLakeSources 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 the subscription information for the specified subscription ID. You can get information about a specific subscriber.

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:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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 added in v1.44.272

func (c *SecurityLake) ListDataLakeExceptions(input *ListDataLakeExceptionsInput) (*ListDataLakeExceptionsOutput, error)

ListDataLakeExceptions API operation for Amazon Security Lake.

Lists 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:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) ListDataLakeExceptionsPages added in v1.44.272

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 added in v1.44.272

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 added in v1.44.272

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 added in v1.44.272

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) ListDataLakes added in v1.44.272

func (c *SecurityLake) ListDataLakes(input *ListDataLakesInput) (*ListDataLakesOutput, error)

ListDataLakes API operation for Amazon Security Lake.

Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services account ID. You can use the ListDataLakes API to know whether Security Lake is enabled for any 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 ListDataLakes for usage and error information.

Returned Error Types:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) ListDataLakesRequest added in v1.44.272

func (c *SecurityLake) ListDataLakesRequest(input *ListDataLakesInput) (req *request.Request, output *ListDataLakesOutput)

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

func (*SecurityLake) ListDataLakesWithContext added in v1.44.272

func (c *SecurityLake) ListDataLakesWithContext(ctx aws.Context, input *ListDataLakesInput, opts ...request.Option) (*ListDataLakesOutput, error)

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

See ListDataLakes 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.

Retrieves the log sources in the current Amazon Web Services 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:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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 Amazon Security Lake account ID. You can retrieve a list of subscriptions associated with a specific organization or Amazon Web Services 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 ListSubscribers for usage and error information.

Returned Error Types:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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) RegisterDataLakeDelegatedAdministrator added in v1.44.272

RegisterDataLakeDelegatedAdministrator API operation for Amazon Security Lake.

Designates the Amazon Security Lake delegated 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 RegisterDataLakeDelegatedAdministrator for usage and error information.

Returned Error Types:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) RegisterDataLakeDelegatedAdministratorRequest added in v1.44.272

func (c *SecurityLake) RegisterDataLakeDelegatedAdministratorRequest(input *RegisterDataLakeDelegatedAdministratorInput) (req *request.Request, output *RegisterDataLakeDelegatedAdministratorOutput)

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

func (*SecurityLake) RegisterDataLakeDelegatedAdministratorWithContext added in v1.44.272

func (c *SecurityLake) RegisterDataLakeDelegatedAdministratorWithContext(ctx aws.Context, input *RegisterDataLakeDelegatedAdministratorInput, opts ...request.Option) (*RegisterDataLakeDelegatedAdministratorOutput, error)

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

See RegisterDataLakeDelegatedAdministrator 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 added in v1.44.272

func (c *SecurityLake) UpdateDataLake(input *UpdateDataLakeInput) (*UpdateDataLakeOutput, error)

UpdateDataLake API operation for Amazon Security Lake.

Specifies where to store your security data and for how long. You can add a rollup Region to consolidate data from multiple Amazon Web Services Regions.

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:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) UpdateDataLakeExceptionSubscription added in v1.44.272

UpdateDataLakeExceptionSubscription API operation for Amazon Security Lake.

Updates the specified notification subscription in Amazon Security Lake for the organization you specify.

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 UpdateDataLakeExceptionSubscription for usage and error information.

Returned Error Types:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) UpdateDataLakeExceptionSubscriptionRequest added in v1.44.272

func (c *SecurityLake) UpdateDataLakeExceptionSubscriptionRequest(input *UpdateDataLakeExceptionSubscriptionInput) (req *request.Request, output *UpdateDataLakeExceptionSubscriptionOutput)

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

func (*SecurityLake) UpdateDataLakeExceptionSubscriptionWithContext added in v1.44.272

func (c *SecurityLake) UpdateDataLakeExceptionSubscriptionWithContext(ctx aws.Context, input *UpdateDataLakeExceptionSubscriptionInput, opts ...request.Option) (*UpdateDataLakeExceptionSubscriptionOutput, error)

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

See UpdateDataLakeExceptionSubscription 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 added in v1.44.272

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 added in v1.44.272

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.

Updates an existing subscription for the given Amazon Security Lake account ID. You can update a subscriber by changing the sources that the subscriber consumes data from.

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:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) UpdateSubscriberNotification added in v1.44.272

func (c *SecurityLake) UpdateSubscriberNotification(input *UpdateSubscriberNotificationInput) (*UpdateSubscriberNotificationOutput, error)

UpdateSubscriberNotification API operation for Amazon Security Lake.

Updates an existing notification method for the subscription (SQS or HTTPs endpoint) or switches the notification subscription endpoint for a subscriber.

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 UpdateSubscriberNotification for usage and error information.

Returned Error Types:

  • BadRequestException The request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

  • ResourceNotFoundException The resource could not be found.

  • 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.

  • 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.

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

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

func (*SecurityLake) UpdateSubscriberNotificationRequest added in v1.44.272

func (c *SecurityLake) UpdateSubscriberNotificationRequest(input *UpdateSubscriberNotificationInput) (req *request.Request, output *UpdateSubscriberNotificationOutput)

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

func (*SecurityLake) UpdateSubscriberNotificationWithContext added in v1.44.272

func (c *SecurityLake) UpdateSubscriberNotificationWithContext(ctx aws.Context, input *UpdateSubscriberNotificationInput, opts ...request.Option) (*UpdateSubscriberNotificationOutput, error)

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

See UpdateSubscriberNotification 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) 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.

type SqsNotificationConfiguration added in v1.44.272

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

The configurations for SQS subscriber notification.

func (SqsNotificationConfiguration) GoString added in v1.44.272

func (s SqsNotificationConfiguration) 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 (SqsNotificationConfiguration) String added in v1.44.272

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 Amazon S3 bucket through services like Amazon Athena. This subscription
	// type is defined as LAKEFORMATION.
	AccessTypes []*string `locationName:"accessTypes" type:"list" enum:"AccessType"`

	// The date and time when the subscriber was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" timestampFormat:"iso8601"`

	// The Amazon Resource Name (ARN) which uniquely defines the AWS RAM resource
	// share. Before accepting the RAM resource share invitation, you can view details
	// related to the RAM resource share.
	//
	// This field is available only for Lake Formation subscribers created after
	// March 8, 2023.
	ResourceShareArn *string `locationName:"resourceShareArn" type:"string"`

	// The name of the resource share.
	ResourceShareName *string `locationName:"resourceShareName" type:"string"`

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

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

	// Amazon Security Lake supports log and event collection for natively supported
	// Amazon Web Services. For more information, see the Amazon Security Lake User
	// Guide.
	//
	// Sources is a required field
	Sources []*LogSourceResource `locationName:"sources" type:"list" required:"true"`

	// The subscriber ARN of the Amazon Security Lake subscriber account.
	//
	// SubscriberArn is a required field
	SubscriberArn *string `locationName:"subscriberArn" min:"1" type:"string" required:"true"`

	// The subscriber descriptions for a subscriber account. The description for
	// a subscriber includes subscriberName, accountID, externalID, and subscriberId.
	SubscriberDescription *string `locationName:"subscriberDescription" type:"string"`

	// The subscriber endpoint to which exception messages are posted.
	SubscriberEndpoint *string `locationName:"subscriberEndpoint" type:"string"`

	// The subscriber ID of the Amazon Security Lake subscriber account.
	//
	// SubscriberId is a required field
	SubscriberId *string `locationName:"subscriberId" type:"string" required:"true"`

	// The AWS identity used to access your data.
	//
	// SubscriberIdentity is a required field
	SubscriberIdentity *AwsIdentity `locationName:"subscriberIdentity" type:"structure" required:"true"`

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

	// The subscriber status of the Amazon Security Lake subscriber account.
	SubscriberStatus *string `locationName:"subscriberStatus" type:"string" enum:"SubscriberStatus"`

	// The date and time when the subscriber was last updated.
	UpdatedAt *time.Time `locationName:"updatedAt" type:"timestamp" timestampFormat:"iso8601"`
	// contains filtered or unexported fields
}

Provides details about the Amazon Security Lake account subscription. Subscribers are notified of new objects for a source as the data is written to your Amazon S3 bucket for Security Lake.

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) SetCreatedAt

func (s *SubscriberResource) SetCreatedAt(v time.Time) *SubscriberResource

SetCreatedAt sets the CreatedAt field's value.

func (*SubscriberResource) SetResourceShareArn added in v1.44.222

func (s *SubscriberResource) SetResourceShareArn(v string) *SubscriberResource

SetResourceShareArn sets the ResourceShareArn field's value.

func (*SubscriberResource) SetResourceShareName added in v1.44.222

func (s *SubscriberResource) SetResourceShareName(v string) *SubscriberResource

SetResourceShareName sets the ResourceShareName 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) SetSources added in v1.44.272

SetSources sets the Sources field's value.

func (*SubscriberResource) SetSubscriberArn added in v1.44.272

func (s *SubscriberResource) SetSubscriberArn(v string) *SubscriberResource

SetSubscriberArn sets the SubscriberArn field's value.

func (*SubscriberResource) SetSubscriberDescription

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

SetSubscriberDescription sets the SubscriberDescription field's value.

func (*SubscriberResource) SetSubscriberEndpoint added in v1.44.272

func (s *SubscriberResource) SetSubscriberEndpoint(v string) *SubscriberResource

SetSubscriberEndpoint sets the SubscriberEndpoint field's value.

func (*SubscriberResource) SetSubscriberId added in v1.44.272

func (s *SubscriberResource) SetSubscriberId(v string) *SubscriberResource

SetSubscriberId sets the SubscriberId field's value.

func (*SubscriberResource) SetSubscriberIdentity added in v1.44.272

func (s *SubscriberResource) SetSubscriberIdentity(v *AwsIdentity) *SubscriberResource

SetSubscriberIdentity sets the SubscriberIdentity field's value.

func (*SubscriberResource) SetSubscriberName

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

SetSubscriberName sets the SubscriberName field's value.

func (*SubscriberResource) SetSubscriberStatus added in v1.44.272

func (s *SubscriberResource) SetSubscriberStatus(v string) *SubscriberResource

SetSubscriberStatus sets the SubscriberStatus 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 UpdateDataLakeExceptionSubscriptionInput added in v1.44.272

type UpdateDataLakeExceptionSubscriptionInput struct {

	// The time-to-live (TTL) for the exception message to remain.
	ExceptionTimeToLive *int64 `locationName:"exceptionTimeToLive" min:"1" type:"long"`

	// The account that 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"`
	// contains filtered or unexported fields
}

func (UpdateDataLakeExceptionSubscriptionInput) GoString added in v1.44.272

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 (*UpdateDataLakeExceptionSubscriptionInput) SetExceptionTimeToLive added in v1.44.272

SetExceptionTimeToLive sets the ExceptionTimeToLive field's value.

func (*UpdateDataLakeExceptionSubscriptionInput) SetNotificationEndpoint added in v1.44.272

SetNotificationEndpoint sets the NotificationEndpoint field's value.

func (*UpdateDataLakeExceptionSubscriptionInput) SetSubscriptionProtocol added in v1.44.272

SetSubscriptionProtocol sets the SubscriptionProtocol field's value.

func (UpdateDataLakeExceptionSubscriptionInput) String added in v1.44.272

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 (*UpdateDataLakeExceptionSubscriptionInput) Validate added in v1.44.272

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

type UpdateDataLakeExceptionSubscriptionOutput added in v1.44.272

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

func (UpdateDataLakeExceptionSubscriptionOutput) GoString added in v1.44.272

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 (UpdateDataLakeExceptionSubscriptionOutput) String added in v1.44.272

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 added in v1.44.272

type UpdateDataLakeInput struct {

	// Specify the Region or Regions that will contribute data to the rollup region.
	//
	// Configurations is a required field
	Configurations []*DataLakeConfiguration `locationName:"configurations" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateDataLakeInput) GoString added in v1.44.272

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 added in v1.44.272

SetConfigurations sets the Configurations field's value.

func (UpdateDataLakeInput) String added in v1.44.272

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 added in v1.44.272

func (s *UpdateDataLakeInput) Validate() error

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

type UpdateDataLakeOutput added in v1.44.272

type UpdateDataLakeOutput struct {

	// The created Security Lake configuration object.
	DataLakes []*DataLakeResource `locationName:"dataLakes" type:"list"`
	// contains filtered or unexported fields
}

func (UpdateDataLakeOutput) GoString added in v1.44.272

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) SetDataLakes added in v1.44.272

SetDataLakes sets the DataLakes field's value.

func (UpdateDataLakeOutput) String added in v1.44.272

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 {

	// The supported Amazon Web Services from which logs and events are collected.
	// For the list of supported Amazon Web Services, see the Amazon Security Lake
	// User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html).
	Sources []*LogSourceResource `locationName:"sources" type:"list"`

	// The description of the Security Lake account subscriber.
	SubscriberDescription *string `locationName:"subscriberDescription" type:"string"`

	// A value created by Security Lake that uniquely identifies your subscription.
	//
	// SubscriberId is a required field
	SubscriberId *string `location:"uri" locationName:"subscriberId" type:"string" required:"true"`

	// The AWS identity used to access your data.
	SubscriberIdentity *AwsIdentity `locationName:"subscriberIdentity" type:"structure"`

	// The 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) SetSources added in v1.44.272

SetSources sets the Sources field's value.

func (*UpdateSubscriberInput) SetSubscriberDescription

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

SetSubscriberDescription sets the SubscriberDescription field's value.

func (*UpdateSubscriberInput) SetSubscriberId added in v1.44.272

func (s *UpdateSubscriberInput) SetSubscriberId(v string) *UpdateSubscriberInput

SetSubscriberId sets the SubscriberId field's value.

func (*UpdateSubscriberInput) SetSubscriberIdentity added in v1.44.272

func (s *UpdateSubscriberInput) SetSubscriberIdentity(v *AwsIdentity) *UpdateSubscriberInput

SetSubscriberIdentity sets the SubscriberIdentity 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 UpdateSubscriberNotificationInput added in v1.44.272

type UpdateSubscriberNotificationInput struct {

	// The configuration for subscriber notification.
	//
	// Configuration is a required field
	Configuration *NotificationConfiguration `locationName:"configuration" type:"structure" required:"true"`

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

func (UpdateSubscriberNotificationInput) GoString added in v1.44.272

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 (*UpdateSubscriberNotificationInput) SetConfiguration added in v1.44.272

SetConfiguration sets the Configuration field's value.

func (*UpdateSubscriberNotificationInput) SetSubscriberId added in v1.44.272

SetSubscriberId sets the SubscriberId field's value.

func (UpdateSubscriberNotificationInput) String added in v1.44.272

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 (*UpdateSubscriberNotificationInput) Validate added in v1.44.272

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

type UpdateSubscriberNotificationOutput added in v1.44.272

type UpdateSubscriberNotificationOutput struct {

	// The subscriber endpoint to which exception messages are posted.
	SubscriberEndpoint *string `locationName:"subscriberEndpoint" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateSubscriberNotificationOutput) GoString added in v1.44.272

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 (*UpdateSubscriberNotificationOutput) SetSubscriberEndpoint added in v1.44.272

SetSubscriberEndpoint sets the SubscriberEndpoint field's value.

func (UpdateSubscriberNotificationOutput) String added in v1.44.272

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 UpdateSubscriberOutput

type UpdateSubscriberOutput struct {

	// The updated subscriber information.
	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".

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