...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/securitylake"
Overview
Constants

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

The stub package, securitylakeiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Types ▾

type SecurityLake
func New(p client.ConfigProvider, cfgs ...*aws.Config) *SecurityLake
func (c *SecurityLake) CreateAwsLogSource(input *CreateAwsLogSourceInput) (*CreateAwsLogSourceOutput, error)
func (c *SecurityLake) CreateAwsLogSourceRequest(input *CreateAwsLogSourceInput) (req *request.Request, output *CreateAwsLogSourceOutput)
func (c *SecurityLake) CreateAwsLogSourceWithContext(ctx aws.Context, input *CreateAwsLogSourceInput, opts ...request.Option) (*CreateAwsLogSourceOutput, error)
func (c *SecurityLake) CreateCustomLogSource(input *CreateCustomLogSourceInput) (*CreateCustomLogSourceOutput, error)
func (c *SecurityLake) CreateCustomLogSourceRequest(input *CreateCustomLogSourceInput) (req *request.Request, output *CreateCustomLogSourceOutput)
func (c *SecurityLake) CreateCustomLogSourceWithContext(ctx aws.Context, input *CreateCustomLogSourceInput, opts ...request.Option) (*CreateCustomLogSourceOutput, error)
func (c *SecurityLake) CreateDataLake(input *CreateDataLakeInput) (*CreateDataLakeOutput, error)
func (c *SecurityLake) CreateDataLakeExceptionSubscription(input *CreateDataLakeExceptionSubscriptionInput) (*CreateDataLakeExceptionSubscriptionOutput, error)
func (c *SecurityLake) CreateDataLakeExceptionSubscriptionRequest(input *CreateDataLakeExceptionSubscriptionInput) (req *request.Request, output *CreateDataLakeExceptionSubscriptionOutput)
func (c *SecurityLake) CreateDataLakeExceptionSubscriptionWithContext(ctx aws.Context, input *CreateDataLakeExceptionSubscriptionInput, opts ...request.Option) (*CreateDataLakeExceptionSubscriptionOutput, error)
func (c *SecurityLake) CreateDataLakeOrganizationConfiguration(input *CreateDataLakeOrganizationConfigurationInput) (*CreateDataLakeOrganizationConfigurationOutput, error)
func (c *SecurityLake) CreateDataLakeOrganizationConfigurationRequest(input *CreateDataLakeOrganizationConfigurationInput) (req *request.Request, output *CreateDataLakeOrganizationConfigurationOutput)
func (c *SecurityLake) CreateDataLakeOrganizationConfigurationWithContext(ctx aws.Context, input *CreateDataLakeOrganizationConfigurationInput, opts ...request.Option) (*CreateDataLakeOrganizationConfigurationOutput, error)
func (c *SecurityLake) CreateDataLakeRequest(input *CreateDataLakeInput) (req *request.Request, output *CreateDataLakeOutput)
func (c *SecurityLake) CreateDataLakeWithContext(ctx aws.Context, input *CreateDataLakeInput, opts ...request.Option) (*CreateDataLakeOutput, error)
func (c *SecurityLake) CreateSubscriber(input *CreateSubscriberInput) (*CreateSubscriberOutput, error)
func (c *SecurityLake) CreateSubscriberNotification(input *CreateSubscriberNotificationInput) (*CreateSubscriberNotificationOutput, error)
func (c *SecurityLake) CreateSubscriberNotificationRequest(input *CreateSubscriberNotificationInput) (req *request.Request, output *CreateSubscriberNotificationOutput)
func (c *SecurityLake) CreateSubscriberNotificationWithContext(ctx aws.Context, input *CreateSubscriberNotificationInput, opts ...request.Option) (*CreateSubscriberNotificationOutput, error)
func (c *SecurityLake) CreateSubscriberRequest(input *CreateSubscriberInput) (req *request.Request, output *CreateSubscriberOutput)
func (c *SecurityLake) CreateSubscriberWithContext(ctx aws.Context, input *CreateSubscriberInput, opts ...request.Option) (*CreateSubscriberOutput, error)
func (c *SecurityLake) DeleteAwsLogSource(input *DeleteAwsLogSourceInput) (*DeleteAwsLogSourceOutput, error)
func (c *SecurityLake) DeleteAwsLogSourceRequest(input *DeleteAwsLogSourceInput) (req *request.Request, output *DeleteAwsLogSourceOutput)
func (c *SecurityLake) DeleteAwsLogSourceWithContext(ctx aws.Context, input *DeleteAwsLogSourceInput, opts ...request.Option) (*DeleteAwsLogSourceOutput, error)
func (c *SecurityLake) DeleteCustomLogSource(input *DeleteCustomLogSourceInput) (*DeleteCustomLogSourceOutput, error)
func (c *SecurityLake) DeleteCustomLogSourceRequest(input *DeleteCustomLogSourceInput) (req *request.Request, output *DeleteCustomLogSourceOutput)
func (c *SecurityLake) DeleteCustomLogSourceWithContext(ctx aws.Context, input *DeleteCustomLogSourceInput, opts ...request.Option) (*DeleteCustomLogSourceOutput, error)
func (c *SecurityLake) DeleteDataLake(input *DeleteDataLakeInput) (*DeleteDataLakeOutput, error)
func (c *SecurityLake) DeleteDataLakeExceptionSubscription(input *DeleteDataLakeExceptionSubscriptionInput) (*DeleteDataLakeExceptionSubscriptionOutput, error)
func (c *SecurityLake) DeleteDataLakeExceptionSubscriptionRequest(input *DeleteDataLakeExceptionSubscriptionInput) (req *request.Request, output *DeleteDataLakeExceptionSubscriptionOutput)
func (c *SecurityLake) DeleteDataLakeExceptionSubscriptionWithContext(ctx aws.Context, input *DeleteDataLakeExceptionSubscriptionInput, opts ...request.Option) (*DeleteDataLakeExceptionSubscriptionOutput, error)
func (c *SecurityLake) DeleteDataLakeOrganizationConfiguration(input *DeleteDataLakeOrganizationConfigurationInput) (*DeleteDataLakeOrganizationConfigurationOutput, error)
func (c *SecurityLake) DeleteDataLakeOrganizationConfigurationRequest(input *DeleteDataLakeOrganizationConfigurationInput) (req *request.Request, output *DeleteDataLakeOrganizationConfigurationOutput)
func (c *SecurityLake) DeleteDataLakeOrganizationConfigurationWithContext(ctx aws.Context, input *DeleteDataLakeOrganizationConfigurationInput, opts ...request.Option) (*DeleteDataLakeOrganizationConfigurationOutput, error)
func (c *SecurityLake) DeleteDataLakeRequest(input *DeleteDataLakeInput) (req *request.Request, output *DeleteDataLakeOutput)
func (c *SecurityLake) DeleteDataLakeWithContext(ctx aws.Context, input *DeleteDataLakeInput, opts ...request.Option) (*DeleteDataLakeOutput, error)
func (c *SecurityLake) DeleteSubscriber(input *DeleteSubscriberInput) (*DeleteSubscriberOutput, error)
func (c *SecurityLake) DeleteSubscriberNotification(input *DeleteSubscriberNotificationInput) (*DeleteSubscriberNotificationOutput, error)
func (c *SecurityLake) DeleteSubscriberNotificationRequest(input *DeleteSubscriberNotificationInput) (req *request.Request, output *DeleteSubscriberNotificationOutput)
func (c *SecurityLake) DeleteSubscriberNotificationWithContext(ctx aws.Context, input *DeleteSubscriberNotificationInput, opts ...request.Option) (*DeleteSubscriberNotificationOutput, error)
func (c *SecurityLake) DeleteSubscriberRequest(input *DeleteSubscriberInput) (req *request.Request, output *DeleteSubscriberOutput)
func (c *SecurityLake) DeleteSubscriberWithContext(ctx aws.Context, input *DeleteSubscriberInput, opts ...request.Option) (*DeleteSubscriberOutput, error)
func (c *SecurityLake) DeregisterDataLakeDelegatedAdministrator(input *DeregisterDataLakeDelegatedAdministratorInput) (*DeregisterDataLakeDelegatedAdministratorOutput, error)
func (c *SecurityLake) DeregisterDataLakeDelegatedAdministratorRequest(input *DeregisterDataLakeDelegatedAdministratorInput) (req *request.Request, output *DeregisterDataLakeDelegatedAdministratorOutput)
func (c *SecurityLake) DeregisterDataLakeDelegatedAdministratorWithContext(ctx aws.Context, input *DeregisterDataLakeDelegatedAdministratorInput, opts ...request.Option) (*DeregisterDataLakeDelegatedAdministratorOutput, error)
func (c *SecurityLake) GetDataLakeExceptionSubscription(input *GetDataLakeExceptionSubscriptionInput) (*GetDataLakeExceptionSubscriptionOutput, error)
func (c *SecurityLake) GetDataLakeExceptionSubscriptionRequest(input *GetDataLakeExceptionSubscriptionInput) (req *request.Request, output *GetDataLakeExceptionSubscriptionOutput)
func (c *SecurityLake) GetDataLakeExceptionSubscriptionWithContext(ctx aws.Context, input *GetDataLakeExceptionSubscriptionInput, opts ...request.Option) (*GetDataLakeExceptionSubscriptionOutput, error)
func (c *SecurityLake) GetDataLakeOrganizationConfiguration(input *GetDataLakeOrganizationConfigurationInput) (*GetDataLakeOrganizationConfigurationOutput, error)
func (c *SecurityLake) GetDataLakeOrganizationConfigurationRequest(input *GetDataLakeOrganizationConfigurationInput) (req *request.Request, output *GetDataLakeOrganizationConfigurationOutput)
func (c *SecurityLake) GetDataLakeOrganizationConfigurationWithContext(ctx aws.Context, input *GetDataLakeOrganizationConfigurationInput, opts ...request.Option) (*GetDataLakeOrganizationConfigurationOutput, error)
func (c *SecurityLake) GetDataLakeSources(input *GetDataLakeSourcesInput) (*GetDataLakeSourcesOutput, error)
func (c *SecurityLake) GetDataLakeSourcesPages(input *GetDataLakeSourcesInput, fn func(*GetDataLakeSourcesOutput, bool) bool) error
func (c *SecurityLake) GetDataLakeSourcesPagesWithContext(ctx aws.Context, input *GetDataLakeSourcesInput, fn func(*GetDataLakeSourcesOutput, bool) bool, opts ...request.Option) error
func (c *SecurityLake) GetDataLakeSourcesRequest(input *GetDataLakeSourcesInput) (req *request.Request, output *GetDataLakeSourcesOutput)
func (c *SecurityLake) GetDataLakeSourcesWithContext(ctx aws.Context, input *GetDataLakeSourcesInput, opts ...request.Option) (*GetDataLakeSourcesOutput, error)
func (c *SecurityLake) GetSubscriber(input *GetSubscriberInput) (*GetSubscriberOutput, error)
func (c *SecurityLake) GetSubscriberRequest(input *GetSubscriberInput) (req *request.Request, output *GetSubscriberOutput)
func (c *SecurityLake) GetSubscriberWithContext(ctx aws.Context, input *GetSubscriberInput, opts ...request.Option) (*GetSubscriberOutput, error)
func (c *SecurityLake) ListDataLakeExceptions(input *ListDataLakeExceptionsInput) (*ListDataLakeExceptionsOutput, error)
func (c *SecurityLake) ListDataLakeExceptionsPages(input *ListDataLakeExceptionsInput, fn func(*ListDataLakeExceptionsOutput, bool) bool) error
func (c *SecurityLake) ListDataLakeExceptionsPagesWithContext(ctx aws.Context, input *ListDataLakeExceptionsInput, fn func(*ListDataLakeExceptionsOutput, bool) bool, opts ...request.Option) error
func (c *SecurityLake) ListDataLakeExceptionsRequest(input *ListDataLakeExceptionsInput) (req *request.Request, output *ListDataLakeExceptionsOutput)
func (c *SecurityLake) ListDataLakeExceptionsWithContext(ctx aws.Context, input *ListDataLakeExceptionsInput, opts ...request.Option) (*ListDataLakeExceptionsOutput, error)
func (c *SecurityLake) ListDataLakes(input *ListDataLakesInput) (*ListDataLakesOutput, error)
func (c *SecurityLake) ListDataLakesRequest(input *ListDataLakesInput) (req *request.Request, output *ListDataLakesOutput)
func (c *SecurityLake) ListDataLakesWithContext(ctx aws.Context, input *ListDataLakesInput, opts ...request.Option) (*ListDataLakesOutput, error)
func (c *SecurityLake) ListLogSources(input *ListLogSourcesInput) (*ListLogSourcesOutput, error)
func (c *SecurityLake) ListLogSourcesPages(input *ListLogSourcesInput, fn func(*ListLogSourcesOutput, bool) bool) error
func (c *SecurityLake) ListLogSourcesPagesWithContext(ctx aws.Context, input *ListLogSourcesInput, fn func(*ListLogSourcesOutput, bool) bool, opts ...request.Option) error
func (c *SecurityLake) ListLogSourcesRequest(input *ListLogSourcesInput) (req *request.Request, output *ListLogSourcesOutput)
func (c *SecurityLake) ListLogSourcesWithContext(ctx aws.Context, input *ListLogSourcesInput, opts ...request.Option) (*ListLogSourcesOutput, error)
func (c *SecurityLake) ListSubscribers(input *ListSubscribersInput) (*ListSubscribersOutput, error)
func (c *SecurityLake) ListSubscribersPages(input *ListSubscribersInput, fn func(*ListSubscribersOutput, bool) bool) error
func (c *SecurityLake) ListSubscribersPagesWithContext(ctx aws.Context, input *ListSubscribersInput, fn func(*ListSubscribersOutput, bool) bool, opts ...request.Option) error
func (c *SecurityLake) ListSubscribersRequest(input *ListSubscribersInput) (req *request.Request, output *ListSubscribersOutput)
func (c *SecurityLake) ListSubscribersWithContext(ctx aws.Context, input *ListSubscribersInput, opts ...request.Option) (*ListSubscribersOutput, error)
func (c *SecurityLake) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *SecurityLake) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *SecurityLake) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *SecurityLake) RegisterDataLakeDelegatedAdministrator(input *RegisterDataLakeDelegatedAdministratorInput) (*RegisterDataLakeDelegatedAdministratorOutput, error)
func (c *SecurityLake) RegisterDataLakeDelegatedAdministratorRequest(input *RegisterDataLakeDelegatedAdministratorInput) (req *request.Request, output *RegisterDataLakeDelegatedAdministratorOutput)
func (c *SecurityLake) RegisterDataLakeDelegatedAdministratorWithContext(ctx aws.Context, input *RegisterDataLakeDelegatedAdministratorInput, opts ...request.Option) (*RegisterDataLakeDelegatedAdministratorOutput, error)
func (c *SecurityLake) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
func (c *SecurityLake) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
func (c *SecurityLake) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
func (c *SecurityLake) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
func (c *SecurityLake) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
func (c *SecurityLake) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
func (c *SecurityLake) UpdateDataLake(input *UpdateDataLakeInput) (*UpdateDataLakeOutput, error)
func (c *SecurityLake) UpdateDataLakeExceptionSubscription(input *UpdateDataLakeExceptionSubscriptionInput) (*UpdateDataLakeExceptionSubscriptionOutput, error)
func (c *SecurityLake) UpdateDataLakeExceptionSubscriptionRequest(input *UpdateDataLakeExceptionSubscriptionInput) (req *request.Request, output *UpdateDataLakeExceptionSubscriptionOutput)
func (c *SecurityLake) UpdateDataLakeExceptionSubscriptionWithContext(ctx aws.Context, input *UpdateDataLakeExceptionSubscriptionInput, opts ...request.Option) (*UpdateDataLakeExceptionSubscriptionOutput, error)
func (c *SecurityLake) UpdateDataLakeRequest(input *UpdateDataLakeInput) (req *request.Request, output *UpdateDataLakeOutput)
func (c *SecurityLake) UpdateDataLakeWithContext(ctx aws.Context, input *UpdateDataLakeInput, opts ...request.Option) (*UpdateDataLakeOutput, error)
func (c *SecurityLake) UpdateSubscriber(input *UpdateSubscriberInput) (*UpdateSubscriberOutput, error)
func (c *SecurityLake) UpdateSubscriberNotification(input *UpdateSubscriberNotificationInput) (*UpdateSubscriberNotificationOutput, error)
func (c *SecurityLake) UpdateSubscriberNotificationRequest(input *UpdateSubscriberNotificationInput) (req *request.Request, output *UpdateSubscriberNotificationOutput)
func (c *SecurityLake) UpdateSubscriberNotificationWithContext(ctx aws.Context, input *UpdateSubscriberNotificationInput, opts ...request.Option) (*UpdateSubscriberNotificationOutput, error)
func (c *SecurityLake) UpdateSubscriberRequest(input *UpdateSubscriberInput) (req *request.Request, output *UpdateSubscriberOutput)
func (c *SecurityLake) UpdateSubscriberWithContext(ctx aws.Context, input *UpdateSubscriberInput, opts ...request.Option) (*UpdateSubscriberOutput, error)
func AccessType_Values() []string
func AwsLogSourceName_Values() []string
func DataLakeStatus_Values() []string
func HttpMethod_Values() []string
func SourceCollectionStatus_Values() []string
func SubscriberStatus_Values() []string
type AccessDeniedException
type AwsIdentity
type AwsLogSourceConfiguration
type AwsLogSourceResource
type BadRequestException
type ConflictException
type CreateAwsLogSourceInput
type CreateAwsLogSourceOutput
type CreateCustomLogSourceInput
type CreateCustomLogSourceOutput
type CreateDataLakeExceptionSubscriptionInput
type CreateDataLakeExceptionSubscriptionOutput
type CreateDataLakeInput
type CreateDataLakeOrganizationConfigurationInput
type CreateDataLakeOrganizationConfigurationOutput
type CreateDataLakeOutput
type CreateSubscriberInput
type CreateSubscriberNotificationInput
type CreateSubscriberNotificationOutput
type CreateSubscriberOutput
type CustomLogSourceAttributes
type CustomLogSourceConfiguration
type CustomLogSourceCrawlerConfiguration
type CustomLogSourceProvider
type CustomLogSourceResource
type DataLakeAutoEnableNewAccountConfiguration
type DataLakeConfiguration
type DataLakeEncryptionConfiguration
type DataLakeException
type DataLakeLifecycleConfiguration
type DataLakeLifecycleExpiration
type DataLakeLifecycleTransition
type DataLakeReplicationConfiguration
type DataLakeResource
type DataLakeSource
type DataLakeSourceStatus
type DataLakeUpdateException
type DataLakeUpdateStatus
type DeleteAwsLogSourceInput
type DeleteAwsLogSourceOutput
type DeleteCustomLogSourceInput
type DeleteCustomLogSourceOutput
type DeleteDataLakeExceptionSubscriptionInput
type DeleteDataLakeExceptionSubscriptionOutput
type DeleteDataLakeInput
type DeleteDataLakeOrganizationConfigurationInput
type DeleteDataLakeOrganizationConfigurationOutput
type DeleteDataLakeOutput
type DeleteSubscriberInput
type DeleteSubscriberNotificationInput
type DeleteSubscriberNotificationOutput
type DeleteSubscriberOutput
type DeregisterDataLakeDelegatedAdministratorInput
type DeregisterDataLakeDelegatedAdministratorOutput
type GetDataLakeExceptionSubscriptionInput
type GetDataLakeExceptionSubscriptionOutput
type GetDataLakeOrganizationConfigurationInput
type GetDataLakeOrganizationConfigurationOutput
type GetDataLakeSourcesInput
type GetDataLakeSourcesOutput
type GetSubscriberInput
type GetSubscriberOutput
type HttpsNotificationConfiguration
type InternalServerException
type ListDataLakeExceptionsInput
type ListDataLakeExceptionsOutput
type ListDataLakesInput
type ListDataLakesOutput
type ListLogSourcesInput
type ListLogSourcesOutput
type ListSubscribersInput
type ListSubscribersOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type LogSource
type LogSourceResource
type NotificationConfiguration
type RegisterDataLakeDelegatedAdministratorInput
type RegisterDataLakeDelegatedAdministratorOutput
type ResourceNotFoundException
type SqsNotificationConfiguration
type SubscriberResource
type Tag
type TagResourceInput
type TagResourceOutput
type ThrottlingException
type UntagResourceInput
type UntagResourceOutput
type UpdateDataLakeExceptionSubscriptionInput
type UpdateDataLakeExceptionSubscriptionOutput
type UpdateDataLakeInput
type UpdateDataLakeOutput
type UpdateSubscriberInput
type UpdateSubscriberNotificationInput
type UpdateSubscriberNotificationOutput
type UpdateSubscriberOutput

Constants ▾

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

    // AccessTypeS3 is a AccessType enum value
    AccessTypeS3 = "S3"
)
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"

    // AwsLogSourceNameEksAudit is a AwsLogSourceName enum value
    AwsLogSourceNameEksAudit = "EKS_AUDIT"

    // AwsLogSourceNameWaf is a AwsLogSourceName enum value
    AwsLogSourceNameWaf = "WAF"
)
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"
)
const (
    // HttpMethodPost is a HttpMethod enum value
    HttpMethodPost = "POST"

    // HttpMethodPut is a HttpMethod enum value
    HttpMethodPut = "PUT"
)
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"
)
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"
)
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"
)
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

func AccessType_Values

func AccessType_Values() []string

AccessType_Values returns all elements of the AccessType enum

func AwsLogSourceName_Values

func AwsLogSourceName_Values() []string

AwsLogSourceName_Values returns all elements of the AwsLogSourceName enum

func DataLakeStatus_Values

func DataLakeStatus_Values() []string

DataLakeStatus_Values returns all elements of the DataLakeStatus enum

func HttpMethod_Values

func HttpMethod_Values() []string

HttpMethod_Values returns all elements of the HttpMethod enum

func SourceCollectionStatus_Values

func SourceCollectionStatus_Values() []string

SourceCollectionStatus_Values returns all elements of the SourceCollectionStatus enum

func SubscriberStatus_Values

func SubscriberStatus_Values() []string

SubscriberStatus_Values returns all elements of the SubscriberStatus enum

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

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

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

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

SetExternalId sets the ExternalId field's value.

func (*AwsIdentity) SetPrincipal

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

SetPrincipal sets the Principal field's value.

func (AwsIdentity) String

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

func (s *AwsIdentity) Validate() error

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

type AwsLogSourceConfiguration

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

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

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

SetAccounts sets the Accounts field's value.

func (*AwsLogSourceConfiguration) SetRegions

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

SetRegions sets the Regions field's value.

func (*AwsLogSourceConfiguration) SetSourceName

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

SetSourceName sets the SourceName field's value.

func (*AwsLogSourceConfiguration) SetSourceVersion

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

SetSourceVersion sets the SourceVersion field's value.

func (AwsLogSourceConfiguration) String

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

func (s *AwsLogSourceConfiguration) Validate() error

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

type AwsLogSourceResource

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

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

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

SetSourceName sets the SourceName field's value.

func (*AwsLogSourceResource) SetSourceVersion

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

SetSourceVersion sets the SourceVersion field's value.

func (AwsLogSourceResource) String

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

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

func (s *BadRequestException) Code() string

Code returns the exception type name.

func (*BadRequestException) Error

func (s *BadRequestException) Error() string

func (BadRequestException) GoString

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

func (s *BadRequestException) Message() string

Message returns the exception's message.

func (*BadRequestException) OrigErr

func (s *BadRequestException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*BadRequestException) RequestID

func (s *BadRequestException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*BadRequestException) StatusCode

func (s *BadRequestException) StatusCode() int

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

func (BadRequestException) String

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" min:"1" 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

func (s *CreateAwsLogSourceInput) SetSources(v []*AwsLogSourceConfiguration) *CreateAwsLogSourceInput

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

func (s *CreateAwsLogSourceOutput) SetFailed(v []*string) *CreateAwsLogSourceOutput

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 is a required field
    Configuration *CustomLogSourceConfiguration `locationName:"configuration" type:"structure" required:"true"`

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

func (s *CreateCustomLogSourceInput) SetConfiguration(v *CustomLogSourceConfiguration) *CreateCustomLogSourceInput

SetConfiguration sets the Configuration field's value.

func (*CreateCustomLogSourceInput) SetEventClasses

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

SetEventClasses sets the EventClasses field's value.

func (*CreateCustomLogSourceInput) SetSourceName

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

SetSourceName sets the SourceName field's value.

func (*CreateCustomLogSourceInput) SetSourceVersion

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

SetSourceVersion sets the SourceVersion field's value.

func (CreateCustomLogSourceInput) String

func (s CreateCustomLogSourceInput) 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 (*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

func (s *CreateCustomLogSourceOutput) SetSource(v *CustomLogSourceResource) *CreateCustomLogSourceOutput

SetSource sets the Source field's value.

func (CreateCustomLogSourceOutput) String

func (s CreateCustomLogSourceOutput) 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 CreateDataLakeExceptionSubscriptionInput

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

func (s CreateDataLakeExceptionSubscriptionInput) 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 (*CreateDataLakeExceptionSubscriptionInput) SetExceptionTimeToLive

func (s *CreateDataLakeExceptionSubscriptionInput) SetExceptionTimeToLive(v int64) *CreateDataLakeExceptionSubscriptionInput

SetExceptionTimeToLive sets the ExceptionTimeToLive field's value.

func (*CreateDataLakeExceptionSubscriptionInput) SetNotificationEndpoint

func (s *CreateDataLakeExceptionSubscriptionInput) SetNotificationEndpoint(v string) *CreateDataLakeExceptionSubscriptionInput

SetNotificationEndpoint sets the NotificationEndpoint field's value.

func (*CreateDataLakeExceptionSubscriptionInput) SetSubscriptionProtocol

func (s *CreateDataLakeExceptionSubscriptionInput) SetSubscriptionProtocol(v string) *CreateDataLakeExceptionSubscriptionInput

SetSubscriptionProtocol sets the SubscriptionProtocol field's value.

func (CreateDataLakeExceptionSubscriptionInput) String

func (s CreateDataLakeExceptionSubscriptionInput) 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 (*CreateDataLakeExceptionSubscriptionInput) Validate

func (s *CreateDataLakeExceptionSubscriptionInput) Validate() error

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

type CreateDataLakeExceptionSubscriptionOutput

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

func (CreateDataLakeExceptionSubscriptionOutput) GoString

func (s CreateDataLakeExceptionSubscriptionOutput) 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 (CreateDataLakeExceptionSubscriptionOutput) String

func (s CreateDataLakeExceptionSubscriptionOutput) 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 CreateDataLakeInput

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" min:"1" 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"`

    // An array of objects, one for each tag to associate with the data lake configuration.
    // For each tag, you must specify both a tag key and a tag value. A tag value
    // cannot be null, but it can be an empty string.
    Tags []*Tag `locationName:"tags" type:"list"`
    // contains filtered or unexported fields
}

func (CreateDataLakeInput) GoString

func (s CreateDataLakeInput) GoString() string

GoString returns the string representation.

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

func (*CreateDataLakeInput) SetConfigurations

func (s *CreateDataLakeInput) SetConfigurations(v []*DataLakeConfiguration) *CreateDataLakeInput

SetConfigurations sets the Configurations field's value.

func (*CreateDataLakeInput) SetMetaStoreManagerRoleArn

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

SetMetaStoreManagerRoleArn sets the MetaStoreManagerRoleArn field's value.

func (*CreateDataLakeInput) SetTags

func (s *CreateDataLakeInput) SetTags(v []*Tag) *CreateDataLakeInput

SetTags sets the Tags field's value.

func (CreateDataLakeInput) String

func (s CreateDataLakeInput) String() string

String returns the string representation.

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

func (*CreateDataLakeInput) Validate

func (s *CreateDataLakeInput) Validate() error

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

type CreateDataLakeOrganizationConfigurationInput

type CreateDataLakeOrganizationConfigurationInput struct {

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

func (CreateDataLakeOrganizationConfigurationInput) GoString

func (s CreateDataLakeOrganizationConfigurationInput) 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 (*CreateDataLakeOrganizationConfigurationInput) SetAutoEnableNewAccount

func (s *CreateDataLakeOrganizationConfigurationInput) SetAutoEnableNewAccount(v []*DataLakeAutoEnableNewAccountConfiguration) *CreateDataLakeOrganizationConfigurationInput

SetAutoEnableNewAccount sets the AutoEnableNewAccount field's value.

func (CreateDataLakeOrganizationConfigurationInput) String

func (s CreateDataLakeOrganizationConfigurationInput) 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 (*CreateDataLakeOrganizationConfigurationInput) Validate

func (s *CreateDataLakeOrganizationConfigurationInput) Validate() error

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

type CreateDataLakeOrganizationConfigurationOutput

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

func (CreateDataLakeOrganizationConfigurationOutput) GoString

func (s CreateDataLakeOrganizationConfigurationOutput) 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 (CreateDataLakeOrganizationConfigurationOutput) String

func (s CreateDataLakeOrganizationConfigurationOutput) 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 CreateDataLakeOutput

type CreateDataLakeOutput struct {

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

func (CreateDataLakeOutput) GoString

func (s CreateDataLakeOutput) GoString() string

GoString returns the string representation.

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

func (*CreateDataLakeOutput) SetDataLakes

func (s *CreateDataLakeOutput) SetDataLakes(v []*DataLakeResource) *CreateDataLakeOutput

SetDataLakes sets the DataLakes field's value.

func (CreateDataLakeOutput) String

func (s CreateDataLakeOutput) String() string

String returns the string representation.

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

type CreateSubscriberInput

type CreateSubscriberInput struct {

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

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

    // An array of objects, one for each tag to associate with the subscriber. For
    // each tag, you must specify both a tag key and a tag value. A tag value cannot
    // be null, but it can be an empty string.
    Tags []*Tag `locationName:"tags" type:"list"`
    // 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

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

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

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

func (s *CreateSubscriberInput) SetTags(v []*Tag) *CreateSubscriberInput

SetTags sets the Tags 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

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

func (s CreateSubscriberNotificationInput) 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 (*CreateSubscriberNotificationInput) SetConfiguration

func (s *CreateSubscriberNotificationInput) SetConfiguration(v *NotificationConfiguration) *CreateSubscriberNotificationInput

SetConfiguration sets the Configuration field's value.

func (*CreateSubscriberNotificationInput) SetSubscriberId

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

SetSubscriberId sets the SubscriberId field's value.

func (CreateSubscriberNotificationInput) String

func (s CreateSubscriberNotificationInput) 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 (*CreateSubscriberNotificationInput) Validate

func (s *CreateSubscriberNotificationInput) Validate() error

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

type CreateSubscriberNotificationOutput

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

func (s CreateSubscriberNotificationOutput) 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 (*CreateSubscriberNotificationOutput) SetSubscriberEndpoint

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

SetSubscriberEndpoint sets the SubscriberEndpoint field's value.

func (CreateSubscriberNotificationOutput) String

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

func (s *CreateSubscriberOutput) SetSubscriber(v *SubscriberResource) *CreateSubscriberOutput

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

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

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

func (s *CustomLogSourceAttributes) SetCrawlerArn(v string) *CustomLogSourceAttributes

SetCrawlerArn sets the CrawlerArn field's value.

func (*CustomLogSourceAttributes) SetDatabaseArn

func (s *CustomLogSourceAttributes) SetDatabaseArn(v string) *CustomLogSourceAttributes

SetDatabaseArn sets the DatabaseArn field's value.

func (*CustomLogSourceAttributes) SetTableArn

func (s *CustomLogSourceAttributes) SetTableArn(v string) *CustomLogSourceAttributes

SetTableArn sets the TableArn field's value.

func (CustomLogSourceAttributes) String

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

func (s *CustomLogSourceAttributes) Validate() error

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

type CustomLogSourceConfiguration

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

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

func (s *CustomLogSourceConfiguration) SetCrawlerConfiguration(v *CustomLogSourceCrawlerConfiguration) *CustomLogSourceConfiguration

SetCrawlerConfiguration sets the CrawlerConfiguration field's value.

func (*CustomLogSourceConfiguration) SetProviderIdentity

func (s *CustomLogSourceConfiguration) SetProviderIdentity(v *AwsIdentity) *CustomLogSourceConfiguration

SetProviderIdentity sets the ProviderIdentity field's value.

func (CustomLogSourceConfiguration) String

func (s CustomLogSourceConfiguration) 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 (*CustomLogSourceConfiguration) Validate

func (s *CustomLogSourceConfiguration) Validate() error

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

type CustomLogSourceCrawlerConfiguration

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

func (s CustomLogSourceCrawlerConfiguration) 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 (*CustomLogSourceCrawlerConfiguration) SetRoleArn

func (s *CustomLogSourceCrawlerConfiguration) SetRoleArn(v string) *CustomLogSourceCrawlerConfiguration

SetRoleArn sets the RoleArn field's value.

func (CustomLogSourceCrawlerConfiguration) String

func (s CustomLogSourceCrawlerConfiguration) 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 (*CustomLogSourceCrawlerConfiguration) Validate

func (s *CustomLogSourceCrawlerConfiguration) Validate() error

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

type CustomLogSourceProvider

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

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

func (s *CustomLogSourceProvider) SetLocation(v string) *CustomLogSourceProvider

SetLocation sets the Location field's value.

func (*CustomLogSourceProvider) SetRoleArn

func (s *CustomLogSourceProvider) SetRoleArn(v string) *CustomLogSourceProvider

SetRoleArn sets the RoleArn field's value.

func (CustomLogSourceProvider) String

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

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

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

func (s *CustomLogSourceResource) SetAttributes(v *CustomLogSourceAttributes) *CustomLogSourceResource

SetAttributes sets the Attributes field's value.

func (*CustomLogSourceResource) SetProvider

func (s *CustomLogSourceResource) SetProvider(v *CustomLogSourceProvider) *CustomLogSourceResource

SetProvider sets the Provider field's value.

func (*CustomLogSourceResource) SetSourceName

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

SetSourceName sets the SourceName field's value.

func (*CustomLogSourceResource) SetSourceVersion

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

SetSourceVersion sets the SourceVersion field's value.

func (CustomLogSourceResource) String

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

func (s *CustomLogSourceResource) Validate() error

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

type DataLakeAutoEnableNewAccountConfiguration

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" min:"1" 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

func (s DataLakeAutoEnableNewAccountConfiguration) 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 (*DataLakeAutoEnableNewAccountConfiguration) SetRegion

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

SetRegion sets the Region field's value.

func (*DataLakeAutoEnableNewAccountConfiguration) SetSources

func (s *DataLakeAutoEnableNewAccountConfiguration) SetSources(v []*AwsLogSourceResource) *DataLakeAutoEnableNewAccountConfiguration

SetSources sets the Sources field's value.

func (DataLakeAutoEnableNewAccountConfiguration) String

func (s DataLakeAutoEnableNewAccountConfiguration) 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 (*DataLakeAutoEnableNewAccountConfiguration) Validate

func (s *DataLakeAutoEnableNewAccountConfiguration) Validate() error

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

type DataLakeConfiguration

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

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

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

SetEncryptionConfiguration sets the EncryptionConfiguration field's value.

func (*DataLakeConfiguration) SetLifecycleConfiguration

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

SetLifecycleConfiguration sets the LifecycleConfiguration field's value.

func (*DataLakeConfiguration) SetRegion

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

SetRegion sets the Region field's value.

func (*DataLakeConfiguration) SetReplicationConfiguration

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

SetReplicationConfiguration sets the ReplicationConfiguration field's value.

func (DataLakeConfiguration) String

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

func (s *DataLakeConfiguration) Validate() error

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

type DataLakeEncryptionConfiguration

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

func (s DataLakeEncryptionConfiguration) 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 (*DataLakeEncryptionConfiguration) SetKmsKeyId

func (s *DataLakeEncryptionConfiguration) SetKmsKeyId(v string) *DataLakeEncryptionConfiguration

SetKmsKeyId sets the KmsKeyId field's value.

func (DataLakeEncryptionConfiguration) String

func (s DataLakeEncryptionConfiguration) 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 DataLakeException

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 an Amazon Security Lake exception.

func (DataLakeException) GoString

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

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

SetException sets the Exception field's value.

func (*DataLakeException) SetRegion

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

SetRegion sets the Region field's value.

func (*DataLakeException) SetRemediation

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

SetRemediation sets the Remediation field's value.

func (*DataLakeException) SetTimestamp

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

SetTimestamp sets the Timestamp field's value.

func (DataLakeException) String

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

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

func (s DataLakeLifecycleConfiguration) 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 (*DataLakeLifecycleConfiguration) SetExpiration

func (s *DataLakeLifecycleConfiguration) SetExpiration(v *DataLakeLifecycleExpiration) *DataLakeLifecycleConfiguration

SetExpiration sets the Expiration field's value.

func (*DataLakeLifecycleConfiguration) SetTransitions

func (s *DataLakeLifecycleConfiguration) SetTransitions(v []*DataLakeLifecycleTransition) *DataLakeLifecycleConfiguration

SetTransitions sets the Transitions field's value.

func (DataLakeLifecycleConfiguration) String

func (s DataLakeLifecycleConfiguration) 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 (*DataLakeLifecycleConfiguration) Validate

func (s *DataLakeLifecycleConfiguration) Validate() error

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

type DataLakeLifecycleExpiration

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

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

func (s *DataLakeLifecycleExpiration) SetDays(v int64) *DataLakeLifecycleExpiration

SetDays sets the Days field's value.

func (DataLakeLifecycleExpiration) String

func (s DataLakeLifecycleExpiration) 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 (*DataLakeLifecycleExpiration) Validate

func (s *DataLakeLifecycleExpiration) Validate() error

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

type DataLakeLifecycleTransition

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

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

func (s *DataLakeLifecycleTransition) SetDays(v int64) *DataLakeLifecycleTransition

SetDays sets the Days field's value.

func (*DataLakeLifecycleTransition) SetStorageClass

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

SetStorageClass sets the StorageClass field's value.

func (DataLakeLifecycleTransition) String

func (s DataLakeLifecycleTransition) 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 (*DataLakeLifecycleTransition) Validate

func (s *DataLakeLifecycleTransition) Validate() error

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

type DataLakeReplicationConfiguration

type DataLakeReplicationConfiguration struct {

    // Specifies one or more centralized rollup Regions. The Amazon Web Services
    // Region specified in the region parameter of the CreateDataLake (https://docs.aws.amazon.com/security-lake/latest/APIReference/API_CreateDataLake.html)
    // or UpdateDataLake (https://docs.aws.amazon.com/security-lake/latest/APIReference/API_UpdateDataLake.html)
    // operations contributes data to the rollup Region or Regions specified in
    // this parameter.
    //
    // Replication enables automatic, asynchronous copying of objects across Amazon
    // S3 buckets. 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 Regions or within the
    // same Region as the source bucket.
    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 for objects stored in the Amazon Security Lake data lake.

func (DataLakeReplicationConfiguration) GoString

func (s DataLakeReplicationConfiguration) 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 (*DataLakeReplicationConfiguration) SetRegions

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

SetRegions sets the Regions field's value.

func (*DataLakeReplicationConfiguration) SetRoleArn

func (s *DataLakeReplicationConfiguration) SetRoleArn(v string) *DataLakeReplicationConfiguration

SetRoleArn sets the RoleArn field's value.

func (DataLakeReplicationConfiguration) String

func (s DataLakeReplicationConfiguration) 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 DataLakeResource

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

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

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

SetCreateStatus sets the CreateStatus field's value.

func (*DataLakeResource) SetDataLakeArn

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

SetDataLakeArn sets the DataLakeArn field's value.

func (*DataLakeResource) SetEncryptionConfiguration

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

SetEncryptionConfiguration sets the EncryptionConfiguration field's value.

func (*DataLakeResource) SetLifecycleConfiguration

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

SetLifecycleConfiguration sets the LifecycleConfiguration field's value.

func (*DataLakeResource) SetRegion

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

SetRegion sets the Region field's value.

func (*DataLakeResource) SetReplicationConfiguration

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

SetReplicationConfiguration sets the ReplicationConfiguration field's value.

func (*DataLakeResource) SetS3BucketArn

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

SetS3BucketArn sets the S3BucketArn field's value.

func (*DataLakeResource) SetUpdateStatus

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

SetUpdateStatus sets the UpdateStatus field's value.

func (DataLakeResource) String

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

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

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

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

SetAccount sets the Account field's value.

func (*DataLakeSource) SetEventClasses

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

SetEventClasses sets the EventClasses field's value.

func (*DataLakeSource) SetSourceName

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

SetSourceName sets the SourceName field's value.

func (*DataLakeSource) SetSourceStatuses

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

SetSourceStatuses sets the SourceStatuses field's value.

func (DataLakeSource) String

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

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

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

func (s *DataLakeSourceStatus) SetResource(v string) *DataLakeSourceStatus

SetResource sets the Resource field's value.

func (*DataLakeSourceStatus) SetStatus

func (s *DataLakeSourceStatus) SetStatus(v string) *DataLakeSourceStatus

SetStatus sets the Status field's value.

func (DataLakeSourceStatus) String

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

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

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

func (s *DataLakeUpdateException) SetCode(v string) *DataLakeUpdateException

SetCode sets the Code field's value.

func (*DataLakeUpdateException) SetReason

func (s *DataLakeUpdateException) SetReason(v string) *DataLakeUpdateException

SetReason sets the Reason field's value.

func (DataLakeUpdateException) String

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

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

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

func (s *DataLakeUpdateStatus) SetException(v *DataLakeUpdateException) *DataLakeUpdateStatus

SetException sets the Exception field's value.

func (*DataLakeUpdateStatus) SetRequestId

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

SetRequestId sets the RequestId field's value.

func (*DataLakeUpdateStatus) SetStatus

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

SetStatus sets the Status field's value.

func (DataLakeUpdateStatus) String

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" min:"1" 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

func (s *DeleteAwsLogSourceInput) SetSources(v []*AwsLogSourceConfiguration) *DeleteAwsLogSourceInput

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

func (s *DeleteAwsLogSourceOutput) SetFailed(v []*string) *DeleteAwsLogSourceOutput

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

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

SetSourceName sets the SourceName field's value.

func (*DeleteCustomLogSourceInput) SetSourceVersion

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

SetSourceVersion sets the SourceVersion field's value.

func (DeleteCustomLogSourceInput) String

func (s DeleteCustomLogSourceInput) 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 (*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

func (s DeleteCustomLogSourceOutput) 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 DeleteDataLakeExceptionSubscriptionInput

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

func (DeleteDataLakeExceptionSubscriptionInput) GoString

func (s DeleteDataLakeExceptionSubscriptionInput) 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 (DeleteDataLakeExceptionSubscriptionInput) String

func (s DeleteDataLakeExceptionSubscriptionInput) 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 DeleteDataLakeExceptionSubscriptionOutput

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

func (DeleteDataLakeExceptionSubscriptionOutput) GoString

func (s DeleteDataLakeExceptionSubscriptionOutput) 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 (DeleteDataLakeExceptionSubscriptionOutput) String

func (s DeleteDataLakeExceptionSubscriptionOutput) 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 DeleteDataLakeInput

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

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

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

SetRegions sets the Regions field's value.

func (DeleteDataLakeInput) String

func (s DeleteDataLakeInput) String() string

String returns the string representation.

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

func (*DeleteDataLakeInput) Validate

func (s *DeleteDataLakeInput) Validate() error

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

type DeleteDataLakeOrganizationConfigurationInput

type DeleteDataLakeOrganizationConfigurationInput struct {

    // Turns off automatic enablement of Security Lake for member accounts that
    // are added to an organization.
    AutoEnableNewAccount []*DataLakeAutoEnableNewAccountConfiguration `locationName:"autoEnableNewAccount" min:"1" type:"list"`
    // contains filtered or unexported fields
}

func (DeleteDataLakeOrganizationConfigurationInput) GoString

func (s DeleteDataLakeOrganizationConfigurationInput) 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 (*DeleteDataLakeOrganizationConfigurationInput) SetAutoEnableNewAccount

func (s *DeleteDataLakeOrganizationConfigurationInput) SetAutoEnableNewAccount(v []*DataLakeAutoEnableNewAccountConfiguration) *DeleteDataLakeOrganizationConfigurationInput

SetAutoEnableNewAccount sets the AutoEnableNewAccount field's value.

func (DeleteDataLakeOrganizationConfigurationInput) String

func (s DeleteDataLakeOrganizationConfigurationInput) 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 (*DeleteDataLakeOrganizationConfigurationInput) Validate

func (s *DeleteDataLakeOrganizationConfigurationInput) Validate() error

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

type DeleteDataLakeOrganizationConfigurationOutput

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

func (DeleteDataLakeOrganizationConfigurationOutput) GoString

func (s DeleteDataLakeOrganizationConfigurationOutput) 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 (DeleteDataLakeOrganizationConfigurationOutput) String

func (s DeleteDataLakeOrganizationConfigurationOutput) String() string

String returns the string representation.

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

type DeleteDataLakeOutput

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

func (DeleteDataLakeOutput) GoString

func (s DeleteDataLakeOutput) GoString() string

GoString returns the string representation.

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

func (DeleteDataLakeOutput) String

func (s DeleteDataLakeOutput) String() string

String returns the string representation.

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

type DeleteSubscriberInput

type DeleteSubscriberInput struct {

    // A value created by Security Lake that uniquely identifies your DeleteSubscriber
    // API request.
    //
    // 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

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

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

func (s DeleteSubscriberNotificationInput) 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 (*DeleteSubscriberNotificationInput) SetSubscriberId

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

SetSubscriberId sets the SubscriberId field's value.

func (DeleteSubscriberNotificationInput) String

func (s DeleteSubscriberNotificationInput) 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 (*DeleteSubscriberNotificationInput) Validate

func (s *DeleteSubscriberNotificationInput) Validate() error

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

type DeleteSubscriberNotificationOutput

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

func (DeleteSubscriberNotificationOutput) GoString

func (s DeleteSubscriberNotificationOutput) 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 (DeleteSubscriberNotificationOutput) String

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

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

func (DeregisterDataLakeDelegatedAdministratorInput) GoString

func (s DeregisterDataLakeDelegatedAdministratorInput) 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 (DeregisterDataLakeDelegatedAdministratorInput) String

func (s DeregisterDataLakeDelegatedAdministratorInput) 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 DeregisterDataLakeDelegatedAdministratorOutput

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

func (DeregisterDataLakeDelegatedAdministratorOutput) GoString

func (s DeregisterDataLakeDelegatedAdministratorOutput) 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 (DeregisterDataLakeDelegatedAdministratorOutput) String

func (s DeregisterDataLakeDelegatedAdministratorOutput) 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 GetDataLakeExceptionSubscriptionInput

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

func (GetDataLakeExceptionSubscriptionInput) GoString

func (s GetDataLakeExceptionSubscriptionInput) 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 (GetDataLakeExceptionSubscriptionInput) String

func (s GetDataLakeExceptionSubscriptionInput) 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 GetDataLakeExceptionSubscriptionOutput

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

func (s GetDataLakeExceptionSubscriptionOutput) 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 (*GetDataLakeExceptionSubscriptionOutput) SetExceptionTimeToLive

func (s *GetDataLakeExceptionSubscriptionOutput) SetExceptionTimeToLive(v int64) *GetDataLakeExceptionSubscriptionOutput

SetExceptionTimeToLive sets the ExceptionTimeToLive field's value.

func (*GetDataLakeExceptionSubscriptionOutput) SetNotificationEndpoint

func (s *GetDataLakeExceptionSubscriptionOutput) SetNotificationEndpoint(v string) *GetDataLakeExceptionSubscriptionOutput

SetNotificationEndpoint sets the NotificationEndpoint field's value.

func (*GetDataLakeExceptionSubscriptionOutput) SetSubscriptionProtocol

func (s *GetDataLakeExceptionSubscriptionOutput) SetSubscriptionProtocol(v string) *GetDataLakeExceptionSubscriptionOutput

SetSubscriptionProtocol sets the SubscriptionProtocol field's value.

func (GetDataLakeExceptionSubscriptionOutput) String

func (s GetDataLakeExceptionSubscriptionOutput) 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 GetDataLakeOrganizationConfigurationInput

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

func (GetDataLakeOrganizationConfigurationInput) GoString

func (s GetDataLakeOrganizationConfigurationInput) 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 (GetDataLakeOrganizationConfigurationInput) String

func (s GetDataLakeOrganizationConfigurationInput) 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 GetDataLakeOrganizationConfigurationOutput

type GetDataLakeOrganizationConfigurationOutput struct {

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

func (GetDataLakeOrganizationConfigurationOutput) GoString

func (s GetDataLakeOrganizationConfigurationOutput) 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 (*GetDataLakeOrganizationConfigurationOutput) SetAutoEnableNewAccount

func (s *GetDataLakeOrganizationConfigurationOutput) SetAutoEnableNewAccount(v []*DataLakeAutoEnableNewAccountConfiguration) *GetDataLakeOrganizationConfigurationOutput

SetAutoEnableNewAccount sets the AutoEnableNewAccount field's value.

func (GetDataLakeOrganizationConfigurationOutput) String

func (s GetDataLakeOrganizationConfigurationOutput) 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 GetDataLakeSourcesInput

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

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

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

SetAccounts sets the Accounts field's value.

func (*GetDataLakeSourcesInput) SetMaxResults

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

SetMaxResults sets the MaxResults field's value.

func (*GetDataLakeSourcesInput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (GetDataLakeSourcesInput) String

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

func (s *GetDataLakeSourcesInput) Validate() error

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

type GetDataLakeSourcesOutput

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

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

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

SetDataLakeArn sets the DataLakeArn field's value.

func (*GetDataLakeSourcesOutput) SetDataLakeSources

func (s *GetDataLakeSourcesOutput) SetDataLakeSources(v []*DataLakeSource) *GetDataLakeSourcesOutput

SetDataLakeSources sets the DataLakeSources field's value.

func (*GetDataLakeSourcesOutput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (GetDataLakeSourcesOutput) String

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

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

func (s *GetSubscriberOutput) SetSubscriber(v *SubscriberResource) *GetSubscriberOutput

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

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

func (s HttpsNotificationConfiguration) 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 (*HttpsNotificationConfiguration) SetAuthorizationApiKeyName

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

SetAuthorizationApiKeyName sets the AuthorizationApiKeyName field's value.

func (*HttpsNotificationConfiguration) SetAuthorizationApiKeyValue

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

SetAuthorizationApiKeyValue sets the AuthorizationApiKeyValue field's value.

func (*HttpsNotificationConfiguration) SetEndpoint

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

SetEndpoint sets the Endpoint field's value.

func (*HttpsNotificationConfiguration) SetHttpMethod

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

SetHttpMethod sets the HttpMethod field's value.

func (*HttpsNotificationConfiguration) SetTargetRoleArn

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

SetTargetRoleArn sets the TargetRoleArn field's value.

func (HttpsNotificationConfiguration) String

func (s HttpsNotificationConfiguration) 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 (*HttpsNotificationConfiguration) Validate

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

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

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

func (ListDataLakeExceptionsInput) GoString

func (s ListDataLakeExceptionsInput) GoString() string

GoString returns the string representation.

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

func (*ListDataLakeExceptionsInput) SetMaxResults

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

SetMaxResults sets the MaxResults field's value.

func (*ListDataLakeExceptionsInput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (*ListDataLakeExceptionsInput) SetRegions

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

SetRegions sets the Regions field's value.

func (ListDataLakeExceptionsInput) String

func (s ListDataLakeExceptionsInput) 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 (*ListDataLakeExceptionsInput) Validate

func (s *ListDataLakeExceptionsInput) Validate() error

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

type ListDataLakeExceptionsOutput

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

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

func (s *ListDataLakeExceptionsOutput) SetExceptions(v []*DataLakeException) *ListDataLakeExceptionsOutput

SetExceptions sets the Exceptions field's value.

func (*ListDataLakeExceptionsOutput) SetNextToken

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

SetNextToken sets the NextToken field's value.

func (ListDataLakeExceptionsOutput) String

func (s ListDataLakeExceptionsOutput) 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 ListDataLakesInput

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

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

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

SetRegions sets the Regions field's value.

func (ListDataLakesInput) String

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

type ListDataLakesOutput struct {

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

func (ListDataLakesOutput) GoString

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

func (s *ListDataLakesOutput) SetDataLakes(v []*DataLakeResource) *ListDataLakesOutput

SetDataLakes sets the DataLakes field's value.

func (ListDataLakesOutput) String

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

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

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

SetRegions sets the Regions field's value.

func (*ListLogSourcesInput) SetSources

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

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

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

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

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

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

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

SetNextToken sets the NextToken field's value.

func (*ListSubscribersOutput) SetSubscribers

func (s *ListSubscribersOutput) SetSubscribers(v []*SubscriberResource) *ListSubscribersOutput

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 ListTagsForResourceInput

type ListTagsForResourceInput struct {

    // The Amazon Resource Name (ARN) of the Amazon Security Lake resource for which
    // you want to retrieve the tags.
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resourceArn" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) 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 (*ListTagsForResourceInput) SetResourceArn

func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) 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 (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

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

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

    // An array of objects, one for each tag (key and value) that’s associated
    // with the Amazon Security Lake resource.
    Tags []*Tag `locationName:"tags" type:"list"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString

func (s ListTagsForResourceOutput) 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 (*ListTagsForResourceOutput) SetTags

func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String

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

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

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

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

SetAccount sets the Account field's value.

func (*LogSource) SetRegion

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

SetRegion sets the Region field's value.

func (*LogSource) SetSources

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

SetSources sets the Sources field's value.

func (LogSource) String

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

type LogSourceResource struct {

    // Amazon Security Lake supports log and event collection for natively supported
    // Amazon Web Services. For more information, see the Amazon Security Lake User
    // Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html).
    AwsLogSource *AwsLogSourceResource `locationName:"awsLogSource" type:"structure"`

    // Amazon Security Lake supports custom source types. For more information,
    // see the Amazon Security Lake User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/custom-sources.html).
    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 a 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

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

func (s *LogSourceResource) SetAwsLogSource(v *AwsLogSourceResource) *LogSourceResource

SetAwsLogSource sets the AwsLogSource field's value.

func (*LogSourceResource) SetCustomLogSource

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

SetCustomLogSource sets the CustomLogSource field's value.

func (LogSourceResource) String

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

func (s *LogSourceResource) Validate() error

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

type NotificationConfiguration

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

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

func (s *NotificationConfiguration) SetHttpsNotificationConfiguration(v *HttpsNotificationConfiguration) *NotificationConfiguration

SetHttpsNotificationConfiguration sets the HttpsNotificationConfiguration field's value.

func (*NotificationConfiguration) SetSqsNotificationConfiguration

func (s *NotificationConfiguration) SetSqsNotificationConfiguration(v *SqsNotificationConfiguration) *NotificationConfiguration

SetSqsNotificationConfiguration sets the SqsNotificationConfiguration field's value.

func (NotificationConfiguration) String

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

func (s *NotificationConfiguration) Validate() error

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

type RegisterDataLakeDelegatedAdministratorInput

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

func (s RegisterDataLakeDelegatedAdministratorInput) 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 (*RegisterDataLakeDelegatedAdministratorInput) SetAccountId

func (s *RegisterDataLakeDelegatedAdministratorInput) SetAccountId(v string) *RegisterDataLakeDelegatedAdministratorInput

SetAccountId sets the AccountId field's value.

func (RegisterDataLakeDelegatedAdministratorInput) String

func (s RegisterDataLakeDelegatedAdministratorInput) 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 (*RegisterDataLakeDelegatedAdministratorInput) Validate

func (s *RegisterDataLakeDelegatedAdministratorInput) Validate() error

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

type RegisterDataLakeDelegatedAdministratorOutput

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

func (RegisterDataLakeDelegatedAdministratorOutput) GoString

func (s RegisterDataLakeDelegatedAdministratorOutput) 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 (RegisterDataLakeDelegatedAdministratorOutput) String

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

func (s *ResourceNotFoundException) Code() string

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

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

func (c *SecurityLake) CreateDataLakeExceptionSubscription(input *CreateDataLakeExceptionSubscriptionInput) (*CreateDataLakeExceptionSubscriptionOutput, error)

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

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

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

func (c *SecurityLake) CreateDataLakeOrganizationConfiguration(input *CreateDataLakeOrganizationConfigurationInput) (*CreateDataLakeOrganizationConfigurationOutput, error)

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

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

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

func (c *SecurityLake) CreateDataLakeRequest(input *CreateDataLakeInput) (req *request.Request, output *CreateDataLakeOutput)

CreateDataLakeRequest generates a "aws/request.Request" representing the client's request for the CreateDataLake operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateDataLake for more information on using the CreateDataLake API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateDataLakeRequest method.
req, resp := client.CreateDataLakeRequest(params)

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

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

func (*SecurityLake) CreateDataLakeWithContext

func (c *SecurityLake) CreateDataLakeWithContext(ctx aws.Context, input *CreateDataLakeInput, opts ...request.Option) (*CreateDataLakeOutput, error)

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

See CreateDataLake for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SecurityLake) CreateSubscriber

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

CreateSubscriber API operation for Amazon Security Lake.

Creates a subscription permission for accounts that are already enabled in 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

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

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

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

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

func (c *SecurityLake) DeleteDataLakeExceptionSubscription(input *DeleteDataLakeExceptionSubscriptionInput) (*DeleteDataLakeExceptionSubscriptionOutput, error)

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

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

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

func (c *SecurityLake) DeleteDataLakeOrganizationConfiguration(input *DeleteDataLakeOrganizationConfigurationInput) (*DeleteDataLakeOrganizationConfigurationOutput, error)

DeleteDataLakeOrganizationConfiguration API operation for Amazon Security Lake.

Turns off automatic enablement of Amazon Security Lake for member accounts that are added to an organization in Organizations. Only the delegated Security Lake administrator for an organization can perform this operation. If the delegated Security Lake administrator performs this operation, new member accounts won't automatically contribute data 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

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

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

func (c *SecurityLake) DeleteDataLakeRequest(input *DeleteDataLakeInput) (req *request.Request, output *DeleteDataLakeOutput)

DeleteDataLakeRequest generates a "aws/request.Request" representing the client's request for the DeleteDataLake operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteDataLake for more information on using the DeleteDataLake API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteDataLakeRequest method.
req, resp := client.DeleteDataLakeRequest(params)

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

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

func (*SecurityLake) DeleteDataLakeWithContext

func (c *SecurityLake) DeleteDataLakeWithContext(ctx aws.Context, input *DeleteDataLakeInput, opts ...request.Option) (*DeleteDataLakeOutput, error)

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

See DeleteDataLake for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SecurityLake) DeleteSubscriber

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

DeleteSubscriber API operation for Amazon Security Lake.

Deletes the 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

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

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

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

func (c *SecurityLake) DeregisterDataLakeDelegatedAdministrator(input *DeregisterDataLakeDelegatedAdministratorInput) (*DeregisterDataLakeDelegatedAdministratorOutput, error)

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

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

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

func (c *SecurityLake) GetDataLakeExceptionSubscription(input *GetDataLakeExceptionSubscriptionInput) (*GetDataLakeExceptionSubscriptionOutput, error)

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

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

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

func (c *SecurityLake) GetDataLakeOrganizationConfiguration(input *GetDataLakeOrganizationConfigurationInput) (*GetDataLakeOrganizationConfigurationOutput, error)

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

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

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

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

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

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

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

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

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

func (c *SecurityLake) ListDataLakeExceptionsPages(input *ListDataLakeExceptionsInput, fn func(*ListDataLakeExceptionsOutput, bool) bool) error

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

See ListDataLakeExceptions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDataLakeExceptions operation.
pageNum := 0
err := client.ListDataLakeExceptionsPages(params,
    func(page *securitylake.ListDataLakeExceptionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SecurityLake) ListDataLakeExceptionsPagesWithContext

func (c *SecurityLake) ListDataLakeExceptionsPagesWithContext(ctx aws.Context, input *ListDataLakeExceptionsInput, fn func(*ListDataLakeExceptionsOutput, bool) bool, opts ...request.Option) error

ListDataLakeExceptionsPagesWithContext same as ListDataLakeExceptionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SecurityLake) ListDataLakeExceptionsRequest

func (c *SecurityLake) ListDataLakeExceptionsRequest(input *ListDataLakeExceptionsInput) (req *request.Request, output *ListDataLakeExceptionsOutput)

ListDataLakeExceptionsRequest generates a "aws/request.Request" representing the client's request for the ListDataLakeExceptions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDataLakeExceptions for more information on using the ListDataLakeExceptions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDataLakeExceptionsRequest method.
req, resp := client.ListDataLakeExceptionsRequest(params)

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

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

func (*SecurityLake) ListDataLakeExceptionsWithContext

func (c *SecurityLake) ListDataLakeExceptionsWithContext(ctx aws.Context, input *ListDataLakeExceptionsInput, opts ...request.Option) (*ListDataLakeExceptionsOutput, error)

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

See ListDataLakeExceptions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SecurityLake) ListDataLakes

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 Regions. You can use this operation to determine whether Security Lake is enabled for a 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

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

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

func (c *SecurityLake) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for Amazon Security Lake.

Retrieves the tags (keys and values) that are associated with an Amazon Security Lake resource: a subscriber, or the data lake configuration for your Amazon Web Services account in a particular 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 ListTagsForResource 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/ListTagsForResource

func (*SecurityLake) ListTagsForResourceRequest

func (c *SecurityLake) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

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

func (*SecurityLake) ListTagsForResourceWithContext

func (c *SecurityLake) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

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

See ListTagsForResource 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

func (c *SecurityLake) RegisterDataLakeDelegatedAdministrator(input *RegisterDataLakeDelegatedAdministratorInput) (*RegisterDataLakeDelegatedAdministratorOutput, error)

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

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

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

func (c *SecurityLake) TagResource(input *TagResourceInput) (*TagResourceOutput, error)

TagResource API operation for Amazon Security Lake.

Adds or updates one or more tags that are associated with an Amazon Security Lake resource: a subscriber, or the data lake configuration for your Amazon Web Services account in a particular Amazon Web Services Region. A tag is a label that you can define and associate with Amazon Web Services resources. Each tag consists of a required tag key and an associated tag value. A tag key is a general label that acts as a category for a more specific tag value. A tag value acts as a descriptor for a tag key. Tags can help you identify, categorize, and manage resources in different ways, such as by owner, environment, or other criteria. For more information, see Tagging Amazon Security Lake resources (https://docs.aws.amazon.com/security-lake/latest/userguide/tagging-resources.html) in the Amazon Security Lake User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Security Lake's API operation TagResource 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/TagResource

func (*SecurityLake) TagResourceRequest

func (c *SecurityLake) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)

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

func (*SecurityLake) TagResourceWithContext

func (c *SecurityLake) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)

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

See TagResource 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) UntagResource

func (c *SecurityLake) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)

UntagResource API operation for Amazon Security Lake.

Removes one or more tags (keys and values) from an Amazon Security Lake resource: a subscriber, or the data lake configuration for your Amazon Web Services account in a particular 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 UntagResource 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/UntagResource

func (*SecurityLake) UntagResourceRequest

func (c *SecurityLake) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)

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

func (*SecurityLake) UntagResourceWithContext

func (c *SecurityLake) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)

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

See UntagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SecurityLake) UpdateDataLake

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

UpdateDataLake API operation for Amazon Security Lake.

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

func (c *SecurityLake) UpdateDataLakeExceptionSubscription(input *UpdateDataLakeExceptionSubscriptionInput) (*UpdateDataLakeExceptionSubscriptionOutput, error)

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

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

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

func (c *SecurityLake) UpdateDataLakeRequest(input *UpdateDataLakeInput) (req *request.Request, output *UpdateDataLakeOutput)

UpdateDataLakeRequest generates a "aws/request.Request" representing the client's request for the UpdateDataLake operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDataLake for more information on using the UpdateDataLake API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDataLakeRequest method.
req, resp := client.UpdateDataLakeRequest(params)

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

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

func (*SecurityLake) UpdateDataLakeWithContext

func (c *SecurityLake) UpdateDataLakeWithContext(ctx aws.Context, input *UpdateDataLakeInput, opts ...request.Option) (*UpdateDataLakeOutput, error)

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

See UpdateDataLake for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SecurityLake) UpdateSubscriber

func (c *SecurityLake) UpdateSubscriber(input *UpdateSubscriberInput) (*UpdateSubscriberOutput, error)

UpdateSubscriber API operation for Amazon Security Lake.

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

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

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

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

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

The configurations for SQS subscriber notification.

func (SqsNotificationConfiguration) GoString

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

func (s SqsNotificationConfiguration) String() string

String returns the string representation.

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

type SubscriberResource

type SubscriberResource struct {

    // You can choose to notify subscribers of new objects with an Amazon Simple
    // Queue Service (Amazon SQS) queue or through messaging to an HTTPS endpoint
    // provided by the subscriber.
    //
    // Subscribers can consume data by directly querying Lake Formation tables in
    // your 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 (https://docs.aws.amazon.com/security-lake/latest/userguide/source-management.html).
    //
    // 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

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

SetResourceShareArn sets the ResourceShareArn field's value.

func (*SubscriberResource) SetResourceShareName

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

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

SetSources sets the Sources field's value.

func (*SubscriberResource) SetSubscriberArn

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

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

SetSubscriberEndpoint sets the SubscriberEndpoint field's value.

func (*SubscriberResource) SetSubscriberId

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

SetSubscriberId sets the SubscriberId field's value.

func (*SubscriberResource) SetSubscriberIdentity

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

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 Tag

type Tag struct {

    // The name of the tag. This is a general label that acts as a category for
    // a more specific tag value (value).
    //
    // Key is a required field
    Key *string `locationName:"key" min:"1" type:"string" required:"true"`

    // The value that’s associated with the specified tag key (key). This value
    // acts as a descriptor for the tag key. A tag value cannot be null, but it
    // can be an empty string.
    //
    // Value is a required field
    Value *string `locationName:"value" type:"string" required:"true"`
    // contains filtered or unexported fields
}

A tag is a label that you can define and associate with Amazon Web Services resources, including certain types of Amazon Security Lake resources. Tags can help you identify, categorize, and manage resources in different ways, such as by owner, environment, or other criteria. You can associate tags with the following types of Security Lake resources: subscribers, and the data lake configuration for your Amazon Web Services account in individual Amazon Web Services Regions.

A resource can have up to 50 tags. Each tag consists of a required tag key and an associated tag value. A tag key is a general label that acts as a category for a more specific tag value. Each tag key must be unique and it can have only one tag value. A tag value acts as a descriptor for a tag key. Tag keys and values are case sensitive. They can contain letters, numbers, spaces, or the following symbols: _ . : / = + @ -

For more information, see Tagging Amazon Security Lake resources (https://docs.aws.amazon.com/security-lake/latest/userguide/tagging-resources.html) in the Amazon Security Lake User Guide.

func (Tag) GoString

func (s Tag) 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 (*Tag) SetKey

func (s *Tag) SetKey(v string) *Tag

SetKey sets the Key field's value.

func (*Tag) SetValue

func (s *Tag) SetValue(v string) *Tag

SetValue sets the Value field's value.

func (Tag) String

func (s Tag) 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 (*Tag) Validate

func (s *Tag) Validate() error

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

type TagResourceInput

type TagResourceInput struct {

    // The Amazon Resource Name (ARN) of the Amazon Security Lake resource to add
    // or update the tags for.
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resourceArn" min:"1" type:"string" required:"true"`

    // An array of objects, one for each tag (key and value) to associate with the
    // Amazon Security Lake resource. For each tag, you must specify both a tag
    // key and a tag value. A tag value cannot be null, but it can be an empty string.
    //
    // Tags is a required field
    Tags []*Tag `locationName:"tags" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (TagResourceInput) GoString

func (s TagResourceInput) 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 (*TagResourceInput) SetResourceArn

func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*TagResourceInput) SetTags

func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput

SetTags sets the Tags field's value.

func (TagResourceInput) String

func (s TagResourceInput) 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 (*TagResourceInput) Validate

func (s *TagResourceInput) Validate() error

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

type TagResourceOutput

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

func (TagResourceOutput) GoString

func (s TagResourceOutput) 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 (TagResourceOutput) String

func (s TagResourceOutput) 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 UntagResourceInput

type UntagResourceInput struct {

    // The Amazon Resource Name (ARN) of the Amazon Security Lake resource to remove
    // one or more tags from.
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resourceArn" min:"1" type:"string" required:"true"`

    // A list of one or more tag keys. For each value in the list, specify the tag
    // key for a tag to remove from the Amazon Security Lake resource.
    //
    // TagKeys is a required field
    TagKeys []*string `location:"querystring" locationName:"tagKeys" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (UntagResourceInput) GoString

func (s UntagResourceInput) 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 (*UntagResourceInput) SetResourceArn

func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*UntagResourceInput) SetTagKeys

func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourceInput) String

func (s UntagResourceInput) 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 (*UntagResourceInput) Validate

func (s *UntagResourceInput) Validate() error

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

type UntagResourceOutput

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

func (UntagResourceOutput) GoString

func (s UntagResourceOutput) 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 (UntagResourceOutput) String

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

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

func (s UpdateDataLakeExceptionSubscriptionInput) 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 (*UpdateDataLakeExceptionSubscriptionInput) SetExceptionTimeToLive

func (s *UpdateDataLakeExceptionSubscriptionInput) SetExceptionTimeToLive(v int64) *UpdateDataLakeExceptionSubscriptionInput

SetExceptionTimeToLive sets the ExceptionTimeToLive field's value.

func (*UpdateDataLakeExceptionSubscriptionInput) SetNotificationEndpoint

func (s *UpdateDataLakeExceptionSubscriptionInput) SetNotificationEndpoint(v string) *UpdateDataLakeExceptionSubscriptionInput

SetNotificationEndpoint sets the NotificationEndpoint field's value.

func (*UpdateDataLakeExceptionSubscriptionInput) SetSubscriptionProtocol

func (s *UpdateDataLakeExceptionSubscriptionInput) SetSubscriptionProtocol(v string) *UpdateDataLakeExceptionSubscriptionInput

SetSubscriptionProtocol sets the SubscriptionProtocol field's value.

func (UpdateDataLakeExceptionSubscriptionInput) String

func (s UpdateDataLakeExceptionSubscriptionInput) 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 (*UpdateDataLakeExceptionSubscriptionInput) Validate

func (s *UpdateDataLakeExceptionSubscriptionInput) Validate() error

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

type UpdateDataLakeExceptionSubscriptionOutput

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

func (UpdateDataLakeExceptionSubscriptionOutput) GoString

func (s UpdateDataLakeExceptionSubscriptionOutput) 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 (UpdateDataLakeExceptionSubscriptionOutput) String

func (s UpdateDataLakeExceptionSubscriptionOutput) 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 UpdateDataLakeInput

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" min:"1" 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 *string `locationName:"metaStoreManagerRoleArn" type:"string"`
    // contains filtered or unexported fields
}

func (UpdateDataLakeInput) GoString

func (s UpdateDataLakeInput) GoString() string

GoString returns the string representation.

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

func (*UpdateDataLakeInput) SetConfigurations

func (s *UpdateDataLakeInput) SetConfigurations(v []*DataLakeConfiguration) *UpdateDataLakeInput

SetConfigurations sets the Configurations field's value.

func (*UpdateDataLakeInput) SetMetaStoreManagerRoleArn

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

SetMetaStoreManagerRoleArn sets the MetaStoreManagerRoleArn field's value.

func (UpdateDataLakeInput) String

func (s UpdateDataLakeInput) String() string

String returns the string representation.

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

func (*UpdateDataLakeInput) Validate

func (s *UpdateDataLakeInput) Validate() error

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

type UpdateDataLakeOutput

type UpdateDataLakeOutput struct {

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

func (UpdateDataLakeOutput) GoString

func (s UpdateDataLakeOutput) GoString() string

GoString returns the string representation.

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

func (*UpdateDataLakeOutput) SetDataLakes

func (s *UpdateDataLakeOutput) SetDataLakes(v []*DataLakeResource) *UpdateDataLakeOutput

SetDataLakes sets the DataLakes field's value.

func (UpdateDataLakeOutput) String

func (s UpdateDataLakeOutput) String() string

String returns the string representation.

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

type UpdateSubscriberInput

type UpdateSubscriberInput struct {

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

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

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

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

SetSubscriberId sets the SubscriberId field's value.

func (*UpdateSubscriberInput) SetSubscriberIdentity

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

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

func (s UpdateSubscriberNotificationInput) 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 (*UpdateSubscriberNotificationInput) SetConfiguration

func (s *UpdateSubscriberNotificationInput) SetConfiguration(v *NotificationConfiguration) *UpdateSubscriberNotificationInput

SetConfiguration sets the Configuration field's value.

func (*UpdateSubscriberNotificationInput) SetSubscriberId

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

SetSubscriberId sets the SubscriberId field's value.

func (UpdateSubscriberNotificationInput) String

func (s UpdateSubscriberNotificationInput) 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 (*UpdateSubscriberNotificationInput) Validate

func (s *UpdateSubscriberNotificationInput) Validate() error

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

type UpdateSubscriberNotificationOutput

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

func (s UpdateSubscriberNotificationOutput) 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 (*UpdateSubscriberNotificationOutput) SetSubscriberEndpoint

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

SetSubscriberEndpoint sets the SubscriberEndpoint field's value.

func (UpdateSubscriberNotificationOutput) String

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

func (s *UpdateSubscriberOutput) SetSubscriber(v *SubscriberResource) *UpdateSubscriberOutput

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