Documentation ¶
Overview ¶
Package securitylake provides the client and types for making API requests to Amazon Security Lake.
Amazon Security Lake is in preview release. Your use of the Security Lake preview is subject to Section 2 of the Amazon Web Services Service Terms (http://aws.amazon.com/service-terms/)("Betas and Previews").
Amazon Security Lake is a fully managed security data lake service. You can use Security Lake to automatically centralize security data from cloud, on-premises, and custom sources into a data lake that's stored in your Amazon Web Servicesaccount. Amazon Web Services Organizations is an account management service that lets you consolidate multiple Amazon Web Services accounts into an organization that you create and centrally manage. With Organizations, you can create member accounts and invite existing accounts to join your organization. Security Lake helps you analyze security data for a more complete understanding of your security posture across the entire organization. It can also help you improve the protection of your workloads, applications, and data.
The data lake is backed by Amazon Simple Storage Service (Amazon S3) buckets, and you retain ownership over your data.
Amazon Security Lake integrates with CloudTrail, a service that provides a record of actions taken by a user, role, or an Amazon Web Services service in Security Lake CloudTrail captures API calls for Security Lake as events. The calls captured include calls from the Security Lake console and code calls to the Security Lake API operations. If you create a trail, you can enable continuous delivery of CloudTrail events to an Amazon S3 bucket, including events for Security Lake. If you don't configure a trail, you can still view the most recent events in the CloudTrail console in Event history. Using the information collected by CloudTrail you can determine the request that was made to Security Lake, the IP address from which the request was made, who made the request, when it was made, and additional details. To learn more about Security Lake information in CloudTrail, see the Amazon Security Lake User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/securitylake-cloudtrail.html).
Security Lake automates the collection of security-related log and event data from integrated Amazon Web Services and third-party services. It also helps you manage the lifecycle of data with customizable retention and replication settings. Security Lake converts ingested data into Apache Parquet format and a standard open-source schema called the Open Cybersecurity Schema Framework (OCSF).
Other Amazon Web Services and third-party services can subscribe to the data that's stored in Security Lake for incident response and security data analytics.
See https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10 for more information on this service.
See securitylake package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/securitylake/
Using the Client ¶
To contact Amazon Security Lake with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Amazon Security Lake client SecurityLake for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/securitylake/#New
Index ¶
- Constants
- func AccessType_Values() []string
- func AwsLogSourceType_Values() []string
- func Dimension_Values() []string
- func EndpointProtocol_Values() []string
- func HttpsMethod_Values() []string
- func OcsfEventClass_Values() []string
- func Region_Values() []string
- func SettingsStatus_Values() []string
- func SourceStatus_Values() []string
- func StorageClass_Values() []string
- func SubscriptionProtocolType_Values() []string
- func SubscriptionStatus_Values() []string
- func ValidationExceptionReason_Values() []string
- type AccessDeniedException
- func (s *AccessDeniedException) Code() string
- func (s *AccessDeniedException) Error() string
- func (s AccessDeniedException) GoString() string
- func (s *AccessDeniedException) Message() string
- func (s *AccessDeniedException) OrigErr() error
- func (s *AccessDeniedException) RequestID() string
- func (s *AccessDeniedException) StatusCode() int
- func (s AccessDeniedException) String() string
- type AccountNotFoundException
- func (s *AccountNotFoundException) Code() string
- func (s *AccountNotFoundException) Error() string
- func (s AccountNotFoundException) GoString() string
- func (s *AccountNotFoundException) Message() string
- func (s *AccountNotFoundException) OrigErr() error
- func (s *AccountNotFoundException) RequestID() string
- func (s *AccountNotFoundException) StatusCode() int
- func (s AccountNotFoundException) String() string
- type AccountSources
- func (s AccountSources) GoString() string
- func (s *AccountSources) SetAccount(v string) *AccountSources
- func (s *AccountSources) SetEventClass(v string) *AccountSources
- func (s *AccountSources) SetLogsStatus(v []*LogsStatus) *AccountSources
- func (s *AccountSources) SetSourceType(v string) *AccountSources
- func (s AccountSources) String() string
- type AutoEnableNewRegionConfiguration
- func (s AutoEnableNewRegionConfiguration) GoString() string
- func (s *AutoEnableNewRegionConfiguration) SetRegion(v string) *AutoEnableNewRegionConfiguration
- func (s *AutoEnableNewRegionConfiguration) SetSources(v []*string) *AutoEnableNewRegionConfiguration
- func (s AutoEnableNewRegionConfiguration) String() string
- func (s *AutoEnableNewRegionConfiguration) Validate() error
- type BucketNotFoundException
- func (s *BucketNotFoundException) Code() string
- func (s *BucketNotFoundException) Error() string
- func (s BucketNotFoundException) GoString() string
- func (s *BucketNotFoundException) Message() string
- func (s *BucketNotFoundException) OrigErr() error
- func (s *BucketNotFoundException) RequestID() string
- func (s *BucketNotFoundException) StatusCode() int
- func (s BucketNotFoundException) String() string
- type ConcurrentModificationException
- func (s *ConcurrentModificationException) Code() string
- func (s *ConcurrentModificationException) Error() string
- func (s ConcurrentModificationException) GoString() string
- func (s *ConcurrentModificationException) Message() string
- func (s *ConcurrentModificationException) OrigErr() error
- func (s *ConcurrentModificationException) RequestID() string
- func (s *ConcurrentModificationException) StatusCode() int
- func (s ConcurrentModificationException) String() string
- type ConflictException
- func (s *ConflictException) Code() string
- func (s *ConflictException) Error() string
- func (s ConflictException) GoString() string
- func (s *ConflictException) Message() string
- func (s *ConflictException) OrigErr() error
- func (s *ConflictException) RequestID() string
- func (s *ConflictException) StatusCode() int
- func (s ConflictException) String() string
- type ConflictSourceNamesException
- func (s *ConflictSourceNamesException) Code() string
- func (s *ConflictSourceNamesException) Error() string
- func (s ConflictSourceNamesException) GoString() string
- func (s *ConflictSourceNamesException) Message() string
- func (s *ConflictSourceNamesException) OrigErr() error
- func (s *ConflictSourceNamesException) RequestID() string
- func (s *ConflictSourceNamesException) StatusCode() int
- func (s ConflictSourceNamesException) String() string
- type ConflictSubscriptionException
- func (s *ConflictSubscriptionException) Code() string
- func (s *ConflictSubscriptionException) Error() string
- func (s ConflictSubscriptionException) GoString() string
- func (s *ConflictSubscriptionException) Message() string
- func (s *ConflictSubscriptionException) OrigErr() error
- func (s *ConflictSubscriptionException) RequestID() string
- func (s *ConflictSubscriptionException) StatusCode() int
- func (s ConflictSubscriptionException) String() string
- type CreateAwsLogSourceInput
- func (s CreateAwsLogSourceInput) GoString() string
- func (s *CreateAwsLogSourceInput) SetEnableAllDimensions(v map[string]map[string][]*string) *CreateAwsLogSourceInput
- func (s *CreateAwsLogSourceInput) SetEnableSingleDimension(v []*string) *CreateAwsLogSourceInput
- func (s *CreateAwsLogSourceInput) SetEnableTwoDimensions(v map[string][]*string) *CreateAwsLogSourceInput
- func (s *CreateAwsLogSourceInput) SetInputOrder(v []*string) *CreateAwsLogSourceInput
- func (s CreateAwsLogSourceInput) String() string
- func (s *CreateAwsLogSourceInput) Validate() error
- type CreateAwsLogSourceOutput
- type CreateCustomLogSourceInput
- func (s CreateCustomLogSourceInput) GoString() string
- func (s *CreateCustomLogSourceInput) SetCustomSourceName(v string) *CreateCustomLogSourceInput
- func (s *CreateCustomLogSourceInput) SetEventClass(v string) *CreateCustomLogSourceInput
- func (s *CreateCustomLogSourceInput) SetGlueInvocationRoleArn(v string) *CreateCustomLogSourceInput
- func (s *CreateCustomLogSourceInput) SetLogProviderAccountId(v string) *CreateCustomLogSourceInput
- func (s CreateCustomLogSourceInput) String() string
- func (s *CreateCustomLogSourceInput) Validate() error
- type CreateCustomLogSourceOutput
- func (s CreateCustomLogSourceOutput) GoString() string
- func (s *CreateCustomLogSourceOutput) SetCustomDataLocation(v string) *CreateCustomLogSourceOutput
- func (s *CreateCustomLogSourceOutput) SetGlueCrawlerName(v string) *CreateCustomLogSourceOutput
- func (s *CreateCustomLogSourceOutput) SetGlueDatabaseName(v string) *CreateCustomLogSourceOutput
- func (s *CreateCustomLogSourceOutput) SetGlueTableName(v string) *CreateCustomLogSourceOutput
- func (s *CreateCustomLogSourceOutput) SetLogProviderAccessRoleArn(v string) *CreateCustomLogSourceOutput
- func (s CreateCustomLogSourceOutput) String() string
- type CreateDatalakeAutoEnableInput
- func (s CreateDatalakeAutoEnableInput) GoString() string
- func (s *CreateDatalakeAutoEnableInput) SetConfigurationForNewAccounts(v []*AutoEnableNewRegionConfiguration) *CreateDatalakeAutoEnableInput
- func (s CreateDatalakeAutoEnableInput) String() string
- func (s *CreateDatalakeAutoEnableInput) Validate() error
- type CreateDatalakeAutoEnableOutput
- type CreateDatalakeDelegatedAdminInput
- type CreateDatalakeDelegatedAdminOutput
- type CreateDatalakeExceptionsSubscriptionInput
- func (s CreateDatalakeExceptionsSubscriptionInput) GoString() string
- func (s *CreateDatalakeExceptionsSubscriptionInput) SetNotificationEndpoint(v string) *CreateDatalakeExceptionsSubscriptionInput
- func (s *CreateDatalakeExceptionsSubscriptionInput) SetSubscriptionProtocol(v string) *CreateDatalakeExceptionsSubscriptionInput
- func (s CreateDatalakeExceptionsSubscriptionInput) String() string
- func (s *CreateDatalakeExceptionsSubscriptionInput) Validate() error
- type CreateDatalakeExceptionsSubscriptionOutput
- type CreateDatalakeInput
- func (s CreateDatalakeInput) GoString() string
- func (s *CreateDatalakeInput) SetConfigurations(v map[string]*LakeConfigurationRequest) *CreateDatalakeInput
- func (s *CreateDatalakeInput) SetEnableAll(v bool) *CreateDatalakeInput
- func (s *CreateDatalakeInput) SetMetaStoreManagerRoleArn(v string) *CreateDatalakeInput
- func (s *CreateDatalakeInput) SetRegions(v []*string) *CreateDatalakeInput
- func (s CreateDatalakeInput) String() string
- func (s *CreateDatalakeInput) Validate() error
- type CreateDatalakeOutput
- type CreateSubscriberInput
- func (s CreateSubscriberInput) GoString() string
- func (s *CreateSubscriberInput) SetAccessTypes(v []*string) *CreateSubscriberInput
- func (s *CreateSubscriberInput) SetAccountId(v string) *CreateSubscriberInput
- func (s *CreateSubscriberInput) SetExternalId(v string) *CreateSubscriberInput
- func (s *CreateSubscriberInput) SetSourceTypes(v []*SourceType) *CreateSubscriberInput
- func (s *CreateSubscriberInput) SetSubscriberDescription(v string) *CreateSubscriberInput
- func (s *CreateSubscriberInput) SetSubscriberName(v string) *CreateSubscriberInput
- func (s CreateSubscriberInput) String() string
- func (s *CreateSubscriberInput) Validate() error
- type CreateSubscriberOutput
- func (s CreateSubscriberOutput) GoString() string
- func (s *CreateSubscriberOutput) SetResourceShareArn(v string) *CreateSubscriberOutput
- func (s *CreateSubscriberOutput) SetResourceShareName(v string) *CreateSubscriberOutput
- func (s *CreateSubscriberOutput) SetRoleArn(v string) *CreateSubscriberOutput
- func (s *CreateSubscriberOutput) SetS3BucketArn(v string) *CreateSubscriberOutput
- func (s *CreateSubscriberOutput) SetSnsArn(v string) *CreateSubscriberOutput
- func (s *CreateSubscriberOutput) SetSubscriptionId(v string) *CreateSubscriberOutput
- func (s CreateSubscriberOutput) String() string
- type CreateSubscriptionNotificationConfigurationInput
- func (s CreateSubscriptionNotificationConfigurationInput) GoString() string
- func (s *CreateSubscriptionNotificationConfigurationInput) SetCreateSqs(v bool) *CreateSubscriptionNotificationConfigurationInput
- func (s *CreateSubscriptionNotificationConfigurationInput) SetHttpsApiKeyName(v string) *CreateSubscriptionNotificationConfigurationInput
- func (s *CreateSubscriptionNotificationConfigurationInput) SetHttpsApiKeyValue(v string) *CreateSubscriptionNotificationConfigurationInput
- func (s *CreateSubscriptionNotificationConfigurationInput) SetHttpsMethod(v string) *CreateSubscriptionNotificationConfigurationInput
- func (s *CreateSubscriptionNotificationConfigurationInput) SetRoleArn(v string) *CreateSubscriptionNotificationConfigurationInput
- func (s *CreateSubscriptionNotificationConfigurationInput) SetSubscriptionEndpoint(v string) *CreateSubscriptionNotificationConfigurationInput
- func (s *CreateSubscriptionNotificationConfigurationInput) SetSubscriptionId(v string) *CreateSubscriptionNotificationConfigurationInput
- func (s CreateSubscriptionNotificationConfigurationInput) String() string
- func (s *CreateSubscriptionNotificationConfigurationInput) Validate() error
- type CreateSubscriptionNotificationConfigurationOutput
- type DeleteAwsLogSourceInput
- func (s DeleteAwsLogSourceInput) GoString() string
- func (s *DeleteAwsLogSourceInput) SetDisableAllDimensions(v map[string]map[string][]*string) *DeleteAwsLogSourceInput
- func (s *DeleteAwsLogSourceInput) SetDisableSingleDimension(v []*string) *DeleteAwsLogSourceInput
- func (s *DeleteAwsLogSourceInput) SetDisableTwoDimensions(v map[string][]*string) *DeleteAwsLogSourceInput
- func (s *DeleteAwsLogSourceInput) SetInputOrder(v []*string) *DeleteAwsLogSourceInput
- func (s DeleteAwsLogSourceInput) String() string
- func (s *DeleteAwsLogSourceInput) Validate() error
- type DeleteAwsLogSourceOutput
- type DeleteCustomLogSourceInput
- type DeleteCustomLogSourceOutput
- type DeleteDatalakeAutoEnableInput
- func (s DeleteDatalakeAutoEnableInput) GoString() string
- func (s *DeleteDatalakeAutoEnableInput) SetRemoveFromConfigurationForNewAccounts(v []*AutoEnableNewRegionConfiguration) *DeleteDatalakeAutoEnableInput
- func (s DeleteDatalakeAutoEnableInput) String() string
- func (s *DeleteDatalakeAutoEnableInput) Validate() error
- type DeleteDatalakeAutoEnableOutput
- type DeleteDatalakeDelegatedAdminInput
- type DeleteDatalakeDelegatedAdminOutput
- type DeleteDatalakeExceptionsSubscriptionInput
- type DeleteDatalakeExceptionsSubscriptionOutput
- type DeleteDatalakeInput
- type DeleteDatalakeOutput
- type DeleteSubscriberInput
- type DeleteSubscriberOutput
- type DeleteSubscriptionNotificationConfigurationInput
- func (s DeleteSubscriptionNotificationConfigurationInput) GoString() string
- func (s *DeleteSubscriptionNotificationConfigurationInput) SetSubscriptionId(v string) *DeleteSubscriptionNotificationConfigurationInput
- func (s DeleteSubscriptionNotificationConfigurationInput) String() string
- func (s *DeleteSubscriptionNotificationConfigurationInput) Validate() error
- type DeleteSubscriptionNotificationConfigurationOutput
- type EventBridgeException
- func (s *EventBridgeException) Code() string
- func (s *EventBridgeException) Error() string
- func (s EventBridgeException) GoString() string
- func (s *EventBridgeException) Message() string
- func (s *EventBridgeException) OrigErr() error
- func (s *EventBridgeException) RequestID() string
- func (s *EventBridgeException) StatusCode() int
- func (s EventBridgeException) String() string
- type Failures
- type FailuresResponse
- type GetDatalakeAutoEnableInput
- type GetDatalakeAutoEnableOutput
- type GetDatalakeExceptionsExpiryInput
- type GetDatalakeExceptionsExpiryOutput
- type GetDatalakeExceptionsSubscriptionInput
- type GetDatalakeExceptionsSubscriptionOutput
- type GetDatalakeInput
- type GetDatalakeOutput
- type GetDatalakeStatusInput
- func (s GetDatalakeStatusInput) GoString() string
- func (s *GetDatalakeStatusInput) SetAccountSet(v []*string) *GetDatalakeStatusInput
- func (s *GetDatalakeStatusInput) SetMaxAccountResults(v int64) *GetDatalakeStatusInput
- func (s *GetDatalakeStatusInput) SetNextToken(v string) *GetDatalakeStatusInput
- func (s GetDatalakeStatusInput) String() string
- type GetDatalakeStatusOutput
- type GetSubscriberInput
- type GetSubscriberOutput
- type InternalServerException
- func (s *InternalServerException) Code() string
- func (s *InternalServerException) Error() string
- func (s InternalServerException) GoString() string
- func (s *InternalServerException) Message() string
- func (s *InternalServerException) OrigErr() error
- func (s *InternalServerException) RequestID() string
- func (s *InternalServerException) StatusCode() int
- func (s InternalServerException) String() string
- type InvalidInputException
- func (s *InvalidInputException) Code() string
- func (s *InvalidInputException) Error() string
- func (s InvalidInputException) GoString() string
- func (s *InvalidInputException) Message() string
- func (s *InvalidInputException) OrigErr() error
- func (s *InvalidInputException) RequestID() string
- func (s *InvalidInputException) StatusCode() int
- func (s InvalidInputException) String() string
- type LakeConfigurationRequest
- func (s LakeConfigurationRequest) GoString() string
- func (s *LakeConfigurationRequest) SetEncryptionKey(v string) *LakeConfigurationRequest
- func (s *LakeConfigurationRequest) SetReplicationDestinationRegions(v []*string) *LakeConfigurationRequest
- func (s *LakeConfigurationRequest) SetReplicationRoleArn(v string) *LakeConfigurationRequest
- func (s *LakeConfigurationRequest) SetRetentionSettings(v []*RetentionSetting) *LakeConfigurationRequest
- func (s *LakeConfigurationRequest) SetTagsMap(v map[string]*string) *LakeConfigurationRequest
- func (s LakeConfigurationRequest) String() string
- func (s *LakeConfigurationRequest) Validate() error
- type LakeConfigurationResponse
- func (s LakeConfigurationResponse) GoString() string
- func (s *LakeConfigurationResponse) SetEncryptionKey(v string) *LakeConfigurationResponse
- func (s *LakeConfigurationResponse) SetReplicationDestinationRegions(v []*string) *LakeConfigurationResponse
- func (s *LakeConfigurationResponse) SetReplicationRoleArn(v string) *LakeConfigurationResponse
- func (s *LakeConfigurationResponse) SetRetentionSettings(v []*RetentionSetting) *LakeConfigurationResponse
- func (s *LakeConfigurationResponse) SetS3BucketArn(v string) *LakeConfigurationResponse
- func (s *LakeConfigurationResponse) SetStatus(v string) *LakeConfigurationResponse
- func (s *LakeConfigurationResponse) SetTagsMap(v map[string]*string) *LakeConfigurationResponse
- func (s *LakeConfigurationResponse) SetUpdateStatus(v *UpdateStatus) *LakeConfigurationResponse
- func (s LakeConfigurationResponse) String() string
- type LastUpdateFailure
- type ListDatalakeExceptionsInput
- func (s ListDatalakeExceptionsInput) GoString() string
- func (s *ListDatalakeExceptionsInput) SetMaxFailures(v int64) *ListDatalakeExceptionsInput
- func (s *ListDatalakeExceptionsInput) SetNextToken(v string) *ListDatalakeExceptionsInput
- func (s *ListDatalakeExceptionsInput) SetRegionSet(v []*string) *ListDatalakeExceptionsInput
- func (s ListDatalakeExceptionsInput) String() string
- type ListDatalakeExceptionsOutput
- func (s ListDatalakeExceptionsOutput) GoString() string
- func (s *ListDatalakeExceptionsOutput) SetNextToken(v string) *ListDatalakeExceptionsOutput
- func (s *ListDatalakeExceptionsOutput) SetNonRetryableFailures(v []*FailuresResponse) *ListDatalakeExceptionsOutput
- func (s ListDatalakeExceptionsOutput) String() string
- type ListLogSourcesInput
- func (s ListLogSourcesInput) GoString() string
- func (s *ListLogSourcesInput) SetInputOrder(v []*string) *ListLogSourcesInput
- func (s *ListLogSourcesInput) SetListAllDimensions(v map[string]map[string][]*string) *ListLogSourcesInput
- func (s *ListLogSourcesInput) SetListSingleDimension(v []*string) *ListLogSourcesInput
- func (s *ListLogSourcesInput) SetListTwoDimensions(v map[string][]*string) *ListLogSourcesInput
- func (s *ListLogSourcesInput) SetMaxResults(v int64) *ListLogSourcesInput
- func (s *ListLogSourcesInput) SetNextToken(v string) *ListLogSourcesInput
- func (s ListLogSourcesInput) String() string
- type ListLogSourcesOutput
- type ListSubscribersInput
- type ListSubscribersOutput
- type LogsStatus
- type ProtocolAndNotificationEndpoint
- func (s ProtocolAndNotificationEndpoint) GoString() string
- func (s *ProtocolAndNotificationEndpoint) SetEndpoint(v string) *ProtocolAndNotificationEndpoint
- func (s *ProtocolAndNotificationEndpoint) SetProtocol(v string) *ProtocolAndNotificationEndpoint
- func (s ProtocolAndNotificationEndpoint) String() string
- type ResourceNotFoundException
- func (s *ResourceNotFoundException) Code() string
- func (s *ResourceNotFoundException) Error() string
- func (s ResourceNotFoundException) GoString() string
- func (s *ResourceNotFoundException) Message() string
- func (s *ResourceNotFoundException) OrigErr() error
- func (s *ResourceNotFoundException) RequestID() string
- func (s *ResourceNotFoundException) StatusCode() int
- func (s ResourceNotFoundException) String() string
- type RetentionSetting
- type S3Exception
- func (s *S3Exception) Code() string
- func (s *S3Exception) Error() string
- func (s S3Exception) GoString() string
- func (s *S3Exception) Message() string
- func (s *S3Exception) OrigErr() error
- func (s *S3Exception) RequestID() string
- func (s *S3Exception) StatusCode() int
- func (s S3Exception) String() string
- type 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) CreateDatalakeAutoEnable(input *CreateDatalakeAutoEnableInput) (*CreateDatalakeAutoEnableOutput, error)
- func (c *SecurityLake) CreateDatalakeAutoEnableRequest(input *CreateDatalakeAutoEnableInput) (req *request.Request, output *CreateDatalakeAutoEnableOutput)
- func (c *SecurityLake) CreateDatalakeAutoEnableWithContext(ctx aws.Context, input *CreateDatalakeAutoEnableInput, opts ...request.Option) (*CreateDatalakeAutoEnableOutput, error)
- func (c *SecurityLake) CreateDatalakeDelegatedAdmin(input *CreateDatalakeDelegatedAdminInput) (*CreateDatalakeDelegatedAdminOutput, error)
- func (c *SecurityLake) CreateDatalakeDelegatedAdminRequest(input *CreateDatalakeDelegatedAdminInput) (req *request.Request, output *CreateDatalakeDelegatedAdminOutput)
- func (c *SecurityLake) CreateDatalakeDelegatedAdminWithContext(ctx aws.Context, input *CreateDatalakeDelegatedAdminInput, ...) (*CreateDatalakeDelegatedAdminOutput, error)
- func (c *SecurityLake) CreateDatalakeExceptionsSubscription(input *CreateDatalakeExceptionsSubscriptionInput) (*CreateDatalakeExceptionsSubscriptionOutput, error)
- func (c *SecurityLake) CreateDatalakeExceptionsSubscriptionRequest(input *CreateDatalakeExceptionsSubscriptionInput) (req *request.Request, output *CreateDatalakeExceptionsSubscriptionOutput)
- func (c *SecurityLake) CreateDatalakeExceptionsSubscriptionWithContext(ctx aws.Context, input *CreateDatalakeExceptionsSubscriptionInput, ...) (*CreateDatalakeExceptionsSubscriptionOutput, 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) 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) CreateSubscriptionNotificationConfiguration(input *CreateSubscriptionNotificationConfigurationInput) (*CreateSubscriptionNotificationConfigurationOutput, error)
- func (c *SecurityLake) CreateSubscriptionNotificationConfigurationRequest(input *CreateSubscriptionNotificationConfigurationInput) (req *request.Request, ...)
- func (c *SecurityLake) CreateSubscriptionNotificationConfigurationWithContext(ctx aws.Context, input *CreateSubscriptionNotificationConfigurationInput, ...) (*CreateSubscriptionNotificationConfigurationOutput, 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) DeleteDatalakeAutoEnable(input *DeleteDatalakeAutoEnableInput) (*DeleteDatalakeAutoEnableOutput, error)
- func (c *SecurityLake) DeleteDatalakeAutoEnableRequest(input *DeleteDatalakeAutoEnableInput) (req *request.Request, output *DeleteDatalakeAutoEnableOutput)
- func (c *SecurityLake) DeleteDatalakeAutoEnableWithContext(ctx aws.Context, input *DeleteDatalakeAutoEnableInput, opts ...request.Option) (*DeleteDatalakeAutoEnableOutput, error)
- func (c *SecurityLake) DeleteDatalakeDelegatedAdmin(input *DeleteDatalakeDelegatedAdminInput) (*DeleteDatalakeDelegatedAdminOutput, error)
- func (c *SecurityLake) DeleteDatalakeDelegatedAdminRequest(input *DeleteDatalakeDelegatedAdminInput) (req *request.Request, output *DeleteDatalakeDelegatedAdminOutput)
- func (c *SecurityLake) DeleteDatalakeDelegatedAdminWithContext(ctx aws.Context, input *DeleteDatalakeDelegatedAdminInput, ...) (*DeleteDatalakeDelegatedAdminOutput, error)
- func (c *SecurityLake) DeleteDatalakeExceptionsSubscription(input *DeleteDatalakeExceptionsSubscriptionInput) (*DeleteDatalakeExceptionsSubscriptionOutput, error)
- func (c *SecurityLake) DeleteDatalakeExceptionsSubscriptionRequest(input *DeleteDatalakeExceptionsSubscriptionInput) (req *request.Request, output *DeleteDatalakeExceptionsSubscriptionOutput)
- func (c *SecurityLake) DeleteDatalakeExceptionsSubscriptionWithContext(ctx aws.Context, input *DeleteDatalakeExceptionsSubscriptionInput, ...) (*DeleteDatalakeExceptionsSubscriptionOutput, 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) 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) DeleteSubscriptionNotificationConfiguration(input *DeleteSubscriptionNotificationConfigurationInput) (*DeleteSubscriptionNotificationConfigurationOutput, error)
- func (c *SecurityLake) DeleteSubscriptionNotificationConfigurationRequest(input *DeleteSubscriptionNotificationConfigurationInput) (req *request.Request, ...)
- func (c *SecurityLake) DeleteSubscriptionNotificationConfigurationWithContext(ctx aws.Context, input *DeleteSubscriptionNotificationConfigurationInput, ...) (*DeleteSubscriptionNotificationConfigurationOutput, error)
- func (c *SecurityLake) GetDatalake(input *GetDatalakeInput) (*GetDatalakeOutput, error)
- func (c *SecurityLake) GetDatalakeAutoEnable(input *GetDatalakeAutoEnableInput) (*GetDatalakeAutoEnableOutput, error)
- func (c *SecurityLake) GetDatalakeAutoEnableRequest(input *GetDatalakeAutoEnableInput) (req *request.Request, output *GetDatalakeAutoEnableOutput)
- func (c *SecurityLake) GetDatalakeAutoEnableWithContext(ctx aws.Context, input *GetDatalakeAutoEnableInput, opts ...request.Option) (*GetDatalakeAutoEnableOutput, error)
- func (c *SecurityLake) GetDatalakeExceptionsExpiry(input *GetDatalakeExceptionsExpiryInput) (*GetDatalakeExceptionsExpiryOutput, error)
- func (c *SecurityLake) GetDatalakeExceptionsExpiryRequest(input *GetDatalakeExceptionsExpiryInput) (req *request.Request, output *GetDatalakeExceptionsExpiryOutput)
- func (c *SecurityLake) GetDatalakeExceptionsExpiryWithContext(ctx aws.Context, input *GetDatalakeExceptionsExpiryInput, ...) (*GetDatalakeExceptionsExpiryOutput, error)
- func (c *SecurityLake) GetDatalakeExceptionsSubscription(input *GetDatalakeExceptionsSubscriptionInput) (*GetDatalakeExceptionsSubscriptionOutput, error)
- func (c *SecurityLake) GetDatalakeExceptionsSubscriptionRequest(input *GetDatalakeExceptionsSubscriptionInput) (req *request.Request, output *GetDatalakeExceptionsSubscriptionOutput)
- func (c *SecurityLake) GetDatalakeExceptionsSubscriptionWithContext(ctx aws.Context, input *GetDatalakeExceptionsSubscriptionInput, ...) (*GetDatalakeExceptionsSubscriptionOutput, error)
- func (c *SecurityLake) GetDatalakeRequest(input *GetDatalakeInput) (req *request.Request, output *GetDatalakeOutput)
- func (c *SecurityLake) GetDatalakeStatus(input *GetDatalakeStatusInput) (*GetDatalakeStatusOutput, error)
- func (c *SecurityLake) GetDatalakeStatusPages(input *GetDatalakeStatusInput, fn func(*GetDatalakeStatusOutput, bool) bool) error
- func (c *SecurityLake) GetDatalakeStatusPagesWithContext(ctx aws.Context, input *GetDatalakeStatusInput, ...) error
- func (c *SecurityLake) GetDatalakeStatusRequest(input *GetDatalakeStatusInput) (req *request.Request, output *GetDatalakeStatusOutput)
- func (c *SecurityLake) GetDatalakeStatusWithContext(ctx aws.Context, input *GetDatalakeStatusInput, opts ...request.Option) (*GetDatalakeStatusOutput, error)
- func (c *SecurityLake) GetDatalakeWithContext(ctx aws.Context, input *GetDatalakeInput, opts ...request.Option) (*GetDatalakeOutput, 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, ...) error
- func (c *SecurityLake) ListDatalakeExceptionsPagesWithContext(ctx aws.Context, input *ListDatalakeExceptionsInput, ...) 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) 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, ...) 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, ...) 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) UpdateDatalake(input *UpdateDatalakeInput) (*UpdateDatalakeOutput, error)
- func (c *SecurityLake) UpdateDatalakeExceptionsExpiry(input *UpdateDatalakeExceptionsExpiryInput) (*UpdateDatalakeExceptionsExpiryOutput, error)
- func (c *SecurityLake) UpdateDatalakeExceptionsExpiryRequest(input *UpdateDatalakeExceptionsExpiryInput) (req *request.Request, output *UpdateDatalakeExceptionsExpiryOutput)
- func (c *SecurityLake) UpdateDatalakeExceptionsExpiryWithContext(ctx aws.Context, input *UpdateDatalakeExceptionsExpiryInput, ...) (*UpdateDatalakeExceptionsExpiryOutput, error)
- func (c *SecurityLake) UpdateDatalakeExceptionsSubscription(input *UpdateDatalakeExceptionsSubscriptionInput) (*UpdateDatalakeExceptionsSubscriptionOutput, error)
- func (c *SecurityLake) UpdateDatalakeExceptionsSubscriptionRequest(input *UpdateDatalakeExceptionsSubscriptionInput) (req *request.Request, output *UpdateDatalakeExceptionsSubscriptionOutput)
- func (c *SecurityLake) UpdateDatalakeExceptionsSubscriptionWithContext(ctx aws.Context, input *UpdateDatalakeExceptionsSubscriptionInput, ...) (*UpdateDatalakeExceptionsSubscriptionOutput, 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) UpdateSubscriberRequest(input *UpdateSubscriberInput) (req *request.Request, output *UpdateSubscriberOutput)
- func (c *SecurityLake) UpdateSubscriberWithContext(ctx aws.Context, input *UpdateSubscriberInput, opts ...request.Option) (*UpdateSubscriberOutput, error)
- func (c *SecurityLake) UpdateSubscriptionNotificationConfiguration(input *UpdateSubscriptionNotificationConfigurationInput) (*UpdateSubscriptionNotificationConfigurationOutput, error)
- func (c *SecurityLake) UpdateSubscriptionNotificationConfigurationRequest(input *UpdateSubscriptionNotificationConfigurationInput) (req *request.Request, ...)
- func (c *SecurityLake) UpdateSubscriptionNotificationConfigurationWithContext(ctx aws.Context, input *UpdateSubscriptionNotificationConfigurationInput, ...) (*UpdateSubscriptionNotificationConfigurationOutput, error)
- type ServiceQuotaExceededException
- func (s *ServiceQuotaExceededException) Code() string
- func (s *ServiceQuotaExceededException) Error() string
- func (s ServiceQuotaExceededException) GoString() string
- func (s *ServiceQuotaExceededException) Message() string
- func (s *ServiceQuotaExceededException) OrigErr() error
- func (s *ServiceQuotaExceededException) RequestID() string
- func (s *ServiceQuotaExceededException) StatusCode() int
- func (s ServiceQuotaExceededException) String() string
- type SourceType
- type SubscriberResource
- func (s SubscriberResource) GoString() string
- func (s *SubscriberResource) SetAccessTypes(v []*string) *SubscriberResource
- func (s *SubscriberResource) SetAccountId(v string) *SubscriberResource
- func (s *SubscriberResource) SetCreatedAt(v time.Time) *SubscriberResource
- func (s *SubscriberResource) SetExternalId(v string) *SubscriberResource
- func (s *SubscriberResource) SetResourceShareArn(v string) *SubscriberResource
- func (s *SubscriberResource) SetResourceShareName(v string) *SubscriberResource
- func (s *SubscriberResource) SetRoleArn(v string) *SubscriberResource
- func (s *SubscriberResource) SetS3BucketArn(v string) *SubscriberResource
- func (s *SubscriberResource) SetSnsArn(v string) *SubscriberResource
- func (s *SubscriberResource) SetSourceTypes(v []*SourceType) *SubscriberResource
- func (s *SubscriberResource) SetSubscriberDescription(v string) *SubscriberResource
- func (s *SubscriberResource) SetSubscriberName(v string) *SubscriberResource
- func (s *SubscriberResource) SetSubscriptionEndpoint(v string) *SubscriberResource
- func (s *SubscriberResource) SetSubscriptionId(v string) *SubscriberResource
- func (s *SubscriberResource) SetSubscriptionProtocol(v string) *SubscriberResource
- func (s *SubscriberResource) SetSubscriptionStatus(v string) *SubscriberResource
- func (s *SubscriberResource) SetUpdatedAt(v time.Time) *SubscriberResource
- func (s SubscriberResource) String() string
- type ThrottlingException
- func (s *ThrottlingException) Code() string
- func (s *ThrottlingException) Error() string
- func (s ThrottlingException) GoString() string
- func (s *ThrottlingException) Message() string
- func (s *ThrottlingException) OrigErr() error
- func (s *ThrottlingException) RequestID() string
- func (s *ThrottlingException) StatusCode() int
- func (s ThrottlingException) String() string
- type UpdateDatalakeExceptionsExpiryInput
- func (s UpdateDatalakeExceptionsExpiryInput) GoString() string
- func (s *UpdateDatalakeExceptionsExpiryInput) SetExceptionMessageExpiry(v int64) *UpdateDatalakeExceptionsExpiryInput
- func (s UpdateDatalakeExceptionsExpiryInput) String() string
- func (s *UpdateDatalakeExceptionsExpiryInput) Validate() error
- type UpdateDatalakeExceptionsExpiryOutput
- type UpdateDatalakeExceptionsSubscriptionInput
- func (s UpdateDatalakeExceptionsSubscriptionInput) GoString() string
- func (s *UpdateDatalakeExceptionsSubscriptionInput) SetNotificationEndpoint(v string) *UpdateDatalakeExceptionsSubscriptionInput
- func (s *UpdateDatalakeExceptionsSubscriptionInput) SetSubscriptionProtocol(v string) *UpdateDatalakeExceptionsSubscriptionInput
- func (s UpdateDatalakeExceptionsSubscriptionInput) String() string
- func (s *UpdateDatalakeExceptionsSubscriptionInput) Validate() error
- type UpdateDatalakeExceptionsSubscriptionOutput
- type UpdateDatalakeInput
- type UpdateDatalakeOutput
- type UpdateStatus
- type UpdateSubscriberInput
- func (s UpdateSubscriberInput) GoString() string
- func (s *UpdateSubscriberInput) SetExternalId(v string) *UpdateSubscriberInput
- func (s *UpdateSubscriberInput) SetId(v string) *UpdateSubscriberInput
- func (s *UpdateSubscriberInput) SetSourceTypes(v []*SourceType) *UpdateSubscriberInput
- func (s *UpdateSubscriberInput) SetSubscriberDescription(v string) *UpdateSubscriberInput
- func (s *UpdateSubscriberInput) SetSubscriberName(v string) *UpdateSubscriberInput
- func (s UpdateSubscriberInput) String() string
- func (s *UpdateSubscriberInput) Validate() error
- type UpdateSubscriberOutput
- type UpdateSubscriptionNotificationConfigurationInput
- func (s UpdateSubscriptionNotificationConfigurationInput) GoString() string
- func (s *UpdateSubscriptionNotificationConfigurationInput) SetCreateSqs(v bool) *UpdateSubscriptionNotificationConfigurationInput
- func (s *UpdateSubscriptionNotificationConfigurationInput) SetHttpsApiKeyName(v string) *UpdateSubscriptionNotificationConfigurationInput
- func (s *UpdateSubscriptionNotificationConfigurationInput) SetHttpsApiKeyValue(v string) *UpdateSubscriptionNotificationConfigurationInput
- func (s *UpdateSubscriptionNotificationConfigurationInput) SetHttpsMethod(v string) *UpdateSubscriptionNotificationConfigurationInput
- func (s *UpdateSubscriptionNotificationConfigurationInput) SetRoleArn(v string) *UpdateSubscriptionNotificationConfigurationInput
- func (s *UpdateSubscriptionNotificationConfigurationInput) SetSubscriptionEndpoint(v string) *UpdateSubscriptionNotificationConfigurationInput
- func (s *UpdateSubscriptionNotificationConfigurationInput) SetSubscriptionId(v string) *UpdateSubscriptionNotificationConfigurationInput
- func (s UpdateSubscriptionNotificationConfigurationInput) String() string
- func (s *UpdateSubscriptionNotificationConfigurationInput) Validate() error
- type UpdateSubscriptionNotificationConfigurationOutput
- type ValidationException
- func (s *ValidationException) Code() string
- func (s *ValidationException) Error() string
- func (s ValidationException) GoString() string
- func (s *ValidationException) Message() string
- func (s *ValidationException) OrigErr() error
- func (s *ValidationException) RequestID() string
- func (s *ValidationException) StatusCode() int
- func (s ValidationException) String() string
- type ValidationExceptionField
Constants ¶
const ( // AccessTypeLakeformation is a AccessType enum value AccessTypeLakeformation = "LAKEFORMATION" // AccessTypeS3 is a AccessType enum value AccessTypeS3 = "S3" )
const ( // AwsLogSourceTypeRoute53 is a AwsLogSourceType enum value AwsLogSourceTypeRoute53 = "ROUTE53" // AwsLogSourceTypeVpcFlow is a AwsLogSourceType enum value AwsLogSourceTypeVpcFlow = "VPC_FLOW" // AwsLogSourceTypeCloudTrail is a AwsLogSourceType enum value AwsLogSourceTypeCloudTrail = "CLOUD_TRAIL" // AwsLogSourceTypeShFindings is a AwsLogSourceType enum value AwsLogSourceTypeShFindings = "SH_FINDINGS" )
const ( // DimensionRegion is a Dimension enum value DimensionRegion = "REGION" // DimensionSourceType is a Dimension enum value DimensionSourceType = "SOURCE_TYPE" // DimensionMember is a Dimension enum value DimensionMember = "MEMBER" )
const ( // EndpointProtocolHttps is a EndpointProtocol enum value EndpointProtocolHttps = "HTTPS" // EndpointProtocolSqs is a EndpointProtocol enum value EndpointProtocolSqs = "SQS" )
const ( // HttpsMethodPost is a HttpsMethod enum value HttpsMethodPost = "POST" // HttpsMethodPut is a HttpsMethod enum value HttpsMethodPut = "PUT" )
const ( // OcsfEventClassAccessActivity is a OcsfEventClass enum value OcsfEventClassAccessActivity = "ACCESS_ACTIVITY" // OcsfEventClassFileActivity is a OcsfEventClass enum value OcsfEventClassFileActivity = "FILE_ACTIVITY" // OcsfEventClassKernelActivity is a OcsfEventClass enum value OcsfEventClassKernelActivity = "KERNEL_ACTIVITY" // OcsfEventClassKernelExtension is a OcsfEventClass enum value OcsfEventClassKernelExtension = "KERNEL_EXTENSION" // OcsfEventClassMemoryActivity is a OcsfEventClass enum value OcsfEventClassMemoryActivity = "MEMORY_ACTIVITY" // OcsfEventClassModuleActivity is a OcsfEventClass enum value OcsfEventClassModuleActivity = "MODULE_ACTIVITY" // OcsfEventClassProcessActivity is a OcsfEventClass enum value OcsfEventClassProcessActivity = "PROCESS_ACTIVITY" // OcsfEventClassRegistryKeyActivity is a OcsfEventClass enum value OcsfEventClassRegistryKeyActivity = "REGISTRY_KEY_ACTIVITY" // OcsfEventClassRegistryValueActivity is a OcsfEventClass enum value OcsfEventClassRegistryValueActivity = "REGISTRY_VALUE_ACTIVITY" // OcsfEventClassResourceActivity is a OcsfEventClass enum value OcsfEventClassResourceActivity = "RESOURCE_ACTIVITY" // OcsfEventClassScheduledJobActivity is a OcsfEventClass enum value OcsfEventClassScheduledJobActivity = "SCHEDULED_JOB_ACTIVITY" // OcsfEventClassSecurityFinding is a OcsfEventClass enum value OcsfEventClassSecurityFinding = "SECURITY_FINDING" // OcsfEventClassAccountChange is a OcsfEventClass enum value OcsfEventClassAccountChange = "ACCOUNT_CHANGE" // OcsfEventClassAuthentication is a OcsfEventClass enum value OcsfEventClassAuthentication = "AUTHENTICATION" // OcsfEventClassAuthorization is a OcsfEventClass enum value OcsfEventClassAuthorization = "AUTHORIZATION" // OcsfEventClassEntityManagementAudit is a OcsfEventClass enum value OcsfEventClassEntityManagementAudit = "ENTITY_MANAGEMENT_AUDIT" // OcsfEventClassDhcpActivity is a OcsfEventClass enum value OcsfEventClassDhcpActivity = "DHCP_ACTIVITY" // OcsfEventClassNetworkActivity is a OcsfEventClass enum value OcsfEventClassNetworkActivity = "NETWORK_ACTIVITY" // OcsfEventClassDnsActivity is a OcsfEventClass enum value OcsfEventClassDnsActivity = "DNS_ACTIVITY" // OcsfEventClassFtpActivity is a OcsfEventClass enum value OcsfEventClassFtpActivity = "FTP_ACTIVITY" // OcsfEventClassHttpActivity is a OcsfEventClass enum value OcsfEventClassHttpActivity = "HTTP_ACTIVITY" // OcsfEventClassRdpActivity is a OcsfEventClass enum value OcsfEventClassRdpActivity = "RDP_ACTIVITY" // OcsfEventClassSmbActivity is a OcsfEventClass enum value OcsfEventClassSmbActivity = "SMB_ACTIVITY" // OcsfEventClassSshActivity is a OcsfEventClass enum value OcsfEventClassSshActivity = "SSH_ACTIVITY" // OcsfEventClassCloudApi is a OcsfEventClass enum value OcsfEventClassCloudApi = "CLOUD_API" // OcsfEventClassContainerLifecycle is a OcsfEventClass enum value OcsfEventClassContainerLifecycle = "CONTAINER_LIFECYCLE" // OcsfEventClassDatabaseLifecycle is a OcsfEventClass enum value OcsfEventClassDatabaseLifecycle = "DATABASE_LIFECYCLE" // OcsfEventClassConfigState is a OcsfEventClass enum value OcsfEventClassConfigState = "CONFIG_STATE" // OcsfEventClassCloudStorage is a OcsfEventClass enum value OcsfEventClassCloudStorage = "CLOUD_STORAGE" // OcsfEventClassInventoryInfo is a OcsfEventClass enum value OcsfEventClassInventoryInfo = "INVENTORY_INFO" // OcsfEventClassRfbActivity is a OcsfEventClass enum value OcsfEventClassRfbActivity = "RFB_ACTIVITY" // OcsfEventClassSmtpActivity is a OcsfEventClass enum value OcsfEventClassSmtpActivity = "SMTP_ACTIVITY" // OcsfEventClassVirtualMachineActivity is a OcsfEventClass enum value OcsfEventClassVirtualMachineActivity = "VIRTUAL_MACHINE_ACTIVITY" )
const ( // RegionUsEast1 is a Region enum value RegionUsEast1 = "us-east-1" // RegionUsWest2 is a Region enum value RegionUsWest2 = "us-west-2" // RegionEuCentral1 is a Region enum value RegionEuCentral1 = "eu-central-1" // RegionUsEast2 is a Region enum value RegionUsEast2 = "us-east-2" // RegionEuWest1 is a Region enum value RegionEuWest1 = "eu-west-1" // RegionApNortheast1 is a Region enum value RegionApNortheast1 = "ap-northeast-1" // RegionApSoutheast2 is a Region enum value RegionApSoutheast2 = "ap-southeast-2" )
const ( // SettingsStatusInitialized is a SettingsStatus enum value SettingsStatusInitialized = "INITIALIZED" // SettingsStatusPending is a SettingsStatus enum value SettingsStatusPending = "PENDING" // SettingsStatusCompleted is a SettingsStatus enum value SettingsStatusCompleted = "COMPLETED" // SettingsStatusFailed is a SettingsStatus enum value SettingsStatusFailed = "FAILED" )
const ( // SourceStatusActive is a SourceStatus enum value SourceStatusActive = "ACTIVE" // SourceStatusDeactivated is a SourceStatus enum value SourceStatusDeactivated = "DEACTIVATED" // SourceStatusPending is a SourceStatus enum value SourceStatusPending = "PENDING" )
const ( // StorageClassStandardIa is a StorageClass enum value StorageClassStandardIa = "STANDARD_IA" // StorageClassOnezoneIa is a StorageClass enum value StorageClassOnezoneIa = "ONEZONE_IA" // StorageClassIntelligentTiering is a StorageClass enum value StorageClassIntelligentTiering = "INTELLIGENT_TIERING" // StorageClassGlacierIr is a StorageClass enum value StorageClassGlacierIr = "GLACIER_IR" // StorageClassGlacier is a StorageClass enum value StorageClassGlacier = "GLACIER" // StorageClassDeepArchive is a StorageClass enum value StorageClassDeepArchive = "DEEP_ARCHIVE" // StorageClassExpire is a StorageClass enum value StorageClassExpire = "EXPIRE" )
const ( // SubscriptionProtocolTypeHttp is a SubscriptionProtocolType enum value SubscriptionProtocolTypeHttp = "HTTP" // SubscriptionProtocolTypeHttps is a SubscriptionProtocolType enum value SubscriptionProtocolTypeHttps = "HTTPS" // SubscriptionProtocolTypeEmail is a SubscriptionProtocolType enum value SubscriptionProtocolTypeEmail = "EMAIL" // SubscriptionProtocolTypeEmailJson is a SubscriptionProtocolType enum value SubscriptionProtocolTypeEmailJson = "EMAIL_JSON" // SubscriptionProtocolTypeSms is a SubscriptionProtocolType enum value SubscriptionProtocolTypeSms = "SMS" // SubscriptionProtocolTypeSqs is a SubscriptionProtocolType enum value SubscriptionProtocolTypeSqs = "SQS" // SubscriptionProtocolTypeLambda is a SubscriptionProtocolType enum value SubscriptionProtocolTypeLambda = "LAMBDA" // SubscriptionProtocolTypeApp is a SubscriptionProtocolType enum value SubscriptionProtocolTypeApp = "APP" // SubscriptionProtocolTypeFirehose is a SubscriptionProtocolType enum value SubscriptionProtocolTypeFirehose = "FIREHOSE" )
const ( // SubscriptionStatusActive is a SubscriptionStatus enum value SubscriptionStatusActive = "ACTIVE" // SubscriptionStatusDeactivated is a SubscriptionStatus enum value SubscriptionStatusDeactivated = "DEACTIVATED" // SubscriptionStatusPending is a SubscriptionStatus enum value SubscriptionStatusPending = "PENDING" // SubscriptionStatusReady is a SubscriptionStatus enum value SubscriptionStatusReady = "READY" )
const ( // ValidationExceptionReasonUnknownOperation is a ValidationExceptionReason enum value ValidationExceptionReasonUnknownOperation = "unknownOperation" // ValidationExceptionReasonCannotParse is a ValidationExceptionReason enum value ValidationExceptionReasonCannotParse = "cannotParse" // ValidationExceptionReasonFieldValidationFailed is a ValidationExceptionReason enum value ValidationExceptionReasonFieldValidationFailed = "fieldValidationFailed" // ValidationExceptionReasonOther is a ValidationExceptionReason enum value ValidationExceptionReasonOther = "other" )
const ( // ErrCodeAccessDeniedException for service response error code // "AccessDeniedException". // // You do not have sufficient access to perform this action. Access denied errors // appear when Amazon Security Lake explicitly or implicitly denies an authorization // request. An explicit denial occurs when a policy contains a Deny statement // for the specific Amazon Web Services action. An implicit denial occurs when // there is no applicable Deny statement and also no applicable Allow statement. ErrCodeAccessDeniedException = "AccessDeniedException" // ErrCodeAccountNotFoundException for service response error code // "AccountNotFoundException". // // Amazon Security Lake cannot find an Amazon Web Services account with the // accountID that you specified, or the account whose credentials you used to // make this request isn't a member of an organization. ErrCodeAccountNotFoundException = "AccountNotFoundException" // ErrCodeBucketNotFoundException for service response error code // "BucketNotFoundException". // // Amazon Security Lake generally returns 404 errors if the requested object // is missing from the bucket. ErrCodeBucketNotFoundException = "BucketNotFoundException" // ErrCodeConcurrentModificationException for service response error code // "ConcurrentModificationException". // // More than one process tried to modify a resource at the same time. ErrCodeConcurrentModificationException = "ConcurrentModificationException" // ErrCodeConflictException for service response error code // "ConflictException". // // Occurs when a conflict with a previous successful write is detected. This // generally occurs when the previous write did not have time to propagate to // the host serving the current request. A retry (with appropriate backoff logic) // is the recommended response to this exception. ErrCodeConflictException = "ConflictException" // ErrCodeConflictSourceNamesException for service response error code // "ConflictSourceNamesException". // // There was a conflict when you attempted to modify a Security Lake source // name. ErrCodeConflictSourceNamesException = "ConflictSourceNamesException" // ErrCodeConflictSubscriptionException for service response error code // "ConflictSubscriptionException". // // A conflicting subscription exception operation is in progress. ErrCodeConflictSubscriptionException = "ConflictSubscriptionException" // ErrCodeEventBridgeException for service response error code // "EventBridgeException". // // Represents an error interacting with the Amazon EventBridge service. ErrCodeEventBridgeException = "EventBridgeException" // ErrCodeInternalServerException for service response error code // "InternalServerException". // // Internal service exceptions are sometimes caused by transient issues. Before // you start troubleshooting, perform the operation again. ErrCodeInternalServerException = "InternalServerException" // ErrCodeInvalidInputException for service response error code // "InvalidInputException". // // The request was rejected because a value that's not valid or is out of range // was supplied for an input parameter. ErrCodeInvalidInputException = "InvalidInputException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // The resource could not be found. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // ErrCodeS3Exception for service response error code // "S3Exception". // // Provides an extension of the AmazonServiceException for errors reported by // Amazon S3 while processing a request. In particular, this class provides // access to the Amazon S3 extended request ID. If Amazon S3 is incorrectly // handling a request and you need to contact Amazon, this extended request // ID may provide useful debugging information. ErrCodeS3Exception = "S3Exception" // ErrCodeServiceQuotaExceededException for service response error code // "ServiceQuotaExceededException". // // You have exceeded your service quota. To perform the requested action, remove // some of the relevant resources, or use Service Quotas to request a service // quota increase. ErrCodeServiceQuotaExceededException = "ServiceQuotaExceededException" // ErrCodeThrottlingException for service response error code // "ThrottlingException". // // The limit on the number of requests per second was exceeded. ErrCodeThrottlingException = "ThrottlingException" // ErrCodeValidationException for service response error code // "ValidationException". // // Your signing certificate could not be validated. ErrCodeValidationException = "ValidationException" )
const ( ServiceName = "SecurityLake" // Name of service. EndpointsID = "securitylake" // ID to lookup a service endpoint with. ServiceID = "SecurityLake" // ServiceID is a unique identifier of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
func AccessType_Values ¶
func AccessType_Values() []string
AccessType_Values returns all elements of the AccessType enum
func AwsLogSourceType_Values ¶
func AwsLogSourceType_Values() []string
AwsLogSourceType_Values returns all elements of the AwsLogSourceType enum
func Dimension_Values ¶
func Dimension_Values() []string
Dimension_Values returns all elements of the Dimension enum
func EndpointProtocol_Values ¶
func EndpointProtocol_Values() []string
EndpointProtocol_Values returns all elements of the EndpointProtocol enum
func HttpsMethod_Values ¶
func HttpsMethod_Values() []string
HttpsMethod_Values returns all elements of the HttpsMethod enum
func OcsfEventClass_Values ¶
func OcsfEventClass_Values() []string
OcsfEventClass_Values returns all elements of the OcsfEventClass enum
func Region_Values ¶
func Region_Values() []string
Region_Values returns all elements of the Region enum
func SettingsStatus_Values ¶
func SettingsStatus_Values() []string
SettingsStatus_Values returns all elements of the SettingsStatus enum
func SourceStatus_Values ¶
func SourceStatus_Values() []string
SourceStatus_Values returns all elements of the SourceStatus enum
func StorageClass_Values ¶
func StorageClass_Values() []string
StorageClass_Values returns all elements of the StorageClass enum
func SubscriptionProtocolType_Values ¶
func SubscriptionProtocolType_Values() []string
SubscriptionProtocolType_Values returns all elements of the SubscriptionProtocolType enum
func SubscriptionStatus_Values ¶
func SubscriptionStatus_Values() []string
SubscriptionStatus_Values returns all elements of the SubscriptionStatus enum
func ValidationExceptionReason_Values ¶
func ValidationExceptionReason_Values() []string
ValidationExceptionReason_Values returns all elements of the ValidationExceptionReason enum
Types ¶
type AccessDeniedException ¶
type AccessDeniedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // 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 AccountNotFoundException ¶
type AccountNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
func (*AccountNotFoundException) Code ¶
func (s *AccountNotFoundException) Code() string
Code returns the exception type name.
func (*AccountNotFoundException) Error ¶
func (s *AccountNotFoundException) Error() string
func (AccountNotFoundException) GoString ¶
func (s AccountNotFoundException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccountNotFoundException) Message ¶
func (s *AccountNotFoundException) Message() string
Message returns the exception's message.
func (*AccountNotFoundException) OrigErr ¶
func (s *AccountNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*AccountNotFoundException) RequestID ¶
func (s *AccountNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*AccountNotFoundException) StatusCode ¶
func (s *AccountNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (AccountNotFoundException) String ¶
func (s AccountNotFoundException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AccountSources ¶
type AccountSources struct { // The ID of the Security Lake account for which logs are collected. // // Account is a required field Account *string `locationName:"account" type:"string" required:"true"` // Initializes a new instance of the Event class. EventClass *string `locationName:"eventClass" type:"string" enum:"OcsfEventClass"` // The log status for the Security Lake account. LogsStatus []*LogsStatus `locationName:"logsStatus" 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. // // SourceType is a required field SourceType *string `locationName:"sourceType" type:"string" required:"true"` // 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 (AccountSources) GoString ¶
func (s AccountSources) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccountSources) SetAccount ¶
func (s *AccountSources) SetAccount(v string) *AccountSources
SetAccount sets the Account field's value.
func (*AccountSources) SetEventClass ¶
func (s *AccountSources) SetEventClass(v string) *AccountSources
SetEventClass sets the EventClass field's value.
func (*AccountSources) SetLogsStatus ¶
func (s *AccountSources) SetLogsStatus(v []*LogsStatus) *AccountSources
SetLogsStatus sets the LogsStatus field's value.
func (*AccountSources) SetSourceType ¶
func (s *AccountSources) SetSourceType(v string) *AccountSources
SetSourceType sets the SourceType field's value.
func (AccountSources) String ¶
func (s AccountSources) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AutoEnableNewRegionConfiguration ¶
type AutoEnableNewRegionConfiguration struct { // The Amazon Web Services Regions where Security Lake is automatically enabled. // // Region is a required field Region *string `locationName:"region" type:"string" required:"true" enum:"Region"` // The Amazon Web Services sources that are automatically enabled in Security // Lake. // // Sources is a required field Sources []*string `locationName:"sources" type:"list" required:"true" enum:"AwsLogSourceType"` // contains filtered or unexported fields }
Automatically enable new organization accounts as member accounts from an Amazon Security Lake administrator account.
func (AutoEnableNewRegionConfiguration) GoString ¶
func (s AutoEnableNewRegionConfiguration) 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 (*AutoEnableNewRegionConfiguration) SetRegion ¶
func (s *AutoEnableNewRegionConfiguration) SetRegion(v string) *AutoEnableNewRegionConfiguration
SetRegion sets the Region field's value.
func (*AutoEnableNewRegionConfiguration) SetSources ¶
func (s *AutoEnableNewRegionConfiguration) SetSources(v []*string) *AutoEnableNewRegionConfiguration
SetSources sets the Sources field's value.
func (AutoEnableNewRegionConfiguration) String ¶
func (s AutoEnableNewRegionConfiguration) 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 (*AutoEnableNewRegionConfiguration) Validate ¶
func (s *AutoEnableNewRegionConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BucketNotFoundException ¶
type BucketNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Amazon Security Lake generally returns 404 errors if the requested object is missing from the bucket.
func (*BucketNotFoundException) Code ¶
func (s *BucketNotFoundException) Code() string
Code returns the exception type name.
func (*BucketNotFoundException) Error ¶
func (s *BucketNotFoundException) Error() string
func (BucketNotFoundException) GoString ¶
func (s BucketNotFoundException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BucketNotFoundException) Message ¶
func (s *BucketNotFoundException) Message() string
Message returns the exception's message.
func (*BucketNotFoundException) OrigErr ¶
func (s *BucketNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*BucketNotFoundException) RequestID ¶
func (s *BucketNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*BucketNotFoundException) StatusCode ¶
func (s *BucketNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (BucketNotFoundException) String ¶
func (s BucketNotFoundException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ConcurrentModificationException ¶
type ConcurrentModificationException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
More than one process tried to modify a resource at the same time.
func (*ConcurrentModificationException) Code ¶
func (s *ConcurrentModificationException) Code() string
Code returns the exception type name.
func (*ConcurrentModificationException) Error ¶
func (s *ConcurrentModificationException) Error() string
func (ConcurrentModificationException) GoString ¶
func (s ConcurrentModificationException) 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 (*ConcurrentModificationException) Message ¶
func (s *ConcurrentModificationException) Message() string
Message returns the exception's message.
func (*ConcurrentModificationException) OrigErr ¶
func (s *ConcurrentModificationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ConcurrentModificationException) RequestID ¶
func (s *ConcurrentModificationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ConcurrentModificationException) StatusCode ¶
func (s *ConcurrentModificationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ConcurrentModificationException) String ¶
func (s ConcurrentModificationException) 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"` // A conflict occurred when prompting for the Resource ID. // // ResourceId is a required field ResourceId *string `locationName:"resourceId" type:"string" required:"true"` // The resource type. // // ResourceType is a required field ResourceType *string `locationName:"resourceType" type:"string" required:"true"` // contains filtered or unexported fields }
Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
func (*ConflictException) Code ¶
func (s *ConflictException) Code() string
Code returns the exception type name.
func (*ConflictException) Error ¶
func (s *ConflictException) Error() string
func (ConflictException) GoString ¶
func (s ConflictException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConflictException) Message ¶
func (s *ConflictException) Message() string
Message returns the exception's message.
func (*ConflictException) OrigErr ¶
func (s *ConflictException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ConflictException) RequestID ¶
func (s *ConflictException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ConflictException) StatusCode ¶
func (s *ConflictException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ConflictException) String ¶
func (s ConflictException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ConflictSourceNamesException ¶
type ConflictSourceNamesException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
There was a conflict when you attempted to modify a Security Lake source name.
func (*ConflictSourceNamesException) Code ¶
func (s *ConflictSourceNamesException) Code() string
Code returns the exception type name.
func (*ConflictSourceNamesException) Error ¶
func (s *ConflictSourceNamesException) Error() string
func (ConflictSourceNamesException) GoString ¶
func (s ConflictSourceNamesException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConflictSourceNamesException) Message ¶
func (s *ConflictSourceNamesException) Message() string
Message returns the exception's message.
func (*ConflictSourceNamesException) OrigErr ¶
func (s *ConflictSourceNamesException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ConflictSourceNamesException) RequestID ¶
func (s *ConflictSourceNamesException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ConflictSourceNamesException) StatusCode ¶
func (s *ConflictSourceNamesException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ConflictSourceNamesException) String ¶
func (s ConflictSourceNamesException) 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 ConflictSubscriptionException ¶
type ConflictSubscriptionException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
A conflicting subscription exception operation is in progress.
func (*ConflictSubscriptionException) Code ¶
func (s *ConflictSubscriptionException) Code() string
Code returns the exception type name.
func (*ConflictSubscriptionException) Error ¶
func (s *ConflictSubscriptionException) Error() string
func (ConflictSubscriptionException) GoString ¶
func (s ConflictSubscriptionException) 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 (*ConflictSubscriptionException) Message ¶
func (s *ConflictSubscriptionException) Message() string
Message returns the exception's message.
func (*ConflictSubscriptionException) OrigErr ¶
func (s *ConflictSubscriptionException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ConflictSubscriptionException) RequestID ¶
func (s *ConflictSubscriptionException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ConflictSubscriptionException) StatusCode ¶
func (s *ConflictSubscriptionException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ConflictSubscriptionException) String ¶
func (s ConflictSubscriptionException) 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 { // Enables data collection from specific Amazon Web Services sources in all // specific accounts and specific Regions. EnableAllDimensions map[string]map[string][]*string `locationName:"enableAllDimensions" type:"map"` // Enables data collection from all Amazon Web Services sources in specific // accounts or Regions. EnableSingleDimension []*string `locationName:"enableSingleDimension" type:"list"` // Enables data collection from specific Amazon Web Services sources in specific // accounts or Regions. EnableTwoDimensions map[string][]*string `locationName:"enableTwoDimensions" type:"map"` // Specifies the input order to enable dimensions in Security Lake, namely Region, // source type, and member account. // // InputOrder is a required field InputOrder []*string `locationName:"inputOrder" type:"list" required:"true" enum:"Dimension"` // contains filtered or unexported fields }
func (CreateAwsLogSourceInput) GoString ¶
func (s CreateAwsLogSourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAwsLogSourceInput) SetEnableAllDimensions ¶
func (s *CreateAwsLogSourceInput) SetEnableAllDimensions(v map[string]map[string][]*string) *CreateAwsLogSourceInput
SetEnableAllDimensions sets the EnableAllDimensions field's value.
func (*CreateAwsLogSourceInput) SetEnableSingleDimension ¶
func (s *CreateAwsLogSourceInput) SetEnableSingleDimension(v []*string) *CreateAwsLogSourceInput
SetEnableSingleDimension sets the EnableSingleDimension field's value.
func (*CreateAwsLogSourceInput) SetEnableTwoDimensions ¶
func (s *CreateAwsLogSourceInput) SetEnableTwoDimensions(v map[string][]*string) *CreateAwsLogSourceInput
SetEnableTwoDimensions sets the EnableTwoDimensions field's value.
func (*CreateAwsLogSourceInput) SetInputOrder ¶
func (s *CreateAwsLogSourceInput) SetInputOrder(v []*string) *CreateAwsLogSourceInput
SetInputOrder sets the InputOrder field's value.
func (CreateAwsLogSourceInput) String ¶
func (s CreateAwsLogSourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAwsLogSourceInput) Validate ¶
func (s *CreateAwsLogSourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAwsLogSourceOutput ¶
type CreateAwsLogSourceOutput struct { // 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"` // Lists the accounts that are in the process of enabling a natively supported // Amazon Web Service as a Security Lake source. Processing []*string `locationName:"processing" type:"list"` // contains filtered or unexported fields }
func (CreateAwsLogSourceOutput) GoString ¶
func (s CreateAwsLogSourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAwsLogSourceOutput) SetFailed ¶
func (s *CreateAwsLogSourceOutput) SetFailed(v []*string) *CreateAwsLogSourceOutput
SetFailed sets the Failed field's value.
func (*CreateAwsLogSourceOutput) SetProcessing ¶
func (s *CreateAwsLogSourceOutput) SetProcessing(v []*string) *CreateAwsLogSourceOutput
SetProcessing sets the Processing field's value.
func (CreateAwsLogSourceOutput) String ¶
func (s CreateAwsLogSourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateCustomLogSourceInput ¶
type CreateCustomLogSourceInput struct { // The name for a third-party custom source. This must be a Regionally unique // value. // // CustomSourceName is a required field CustomSourceName *string `locationName:"customSourceName" type:"string" required:"true"` // The Open Cybersecurity Schema Framework (OCSF) event class which describes // the type of data that the custom source will send to Security Lake. // // EventClass is a required field EventClass *string `locationName:"eventClass" type:"string" required:"true" enum:"OcsfEventClass"` // 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 // // GlueInvocationRoleArn is a required field GlueInvocationRoleArn *string `locationName:"glueInvocationRoleArn" type:"string" required:"true"` // The Amazon Web Services account ID of the custom source that will write logs // and events into the Amazon S3 Data Lake. // // LogProviderAccountId is a required field LogProviderAccountId *string `locationName:"logProviderAccountId" min:"12" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateCustomLogSourceInput) GoString ¶
func (s CreateCustomLogSourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateCustomLogSourceInput) SetCustomSourceName ¶
func (s *CreateCustomLogSourceInput) SetCustomSourceName(v string) *CreateCustomLogSourceInput
SetCustomSourceName sets the CustomSourceName field's value.
func (*CreateCustomLogSourceInput) SetEventClass ¶
func (s *CreateCustomLogSourceInput) SetEventClass(v string) *CreateCustomLogSourceInput
SetEventClass sets the EventClass field's value.
func (*CreateCustomLogSourceInput) SetGlueInvocationRoleArn ¶
func (s *CreateCustomLogSourceInput) SetGlueInvocationRoleArn(v string) *CreateCustomLogSourceInput
SetGlueInvocationRoleArn sets the GlueInvocationRoleArn field's value.
func (*CreateCustomLogSourceInput) SetLogProviderAccountId ¶
func (s *CreateCustomLogSourceInput) SetLogProviderAccountId(v string) *CreateCustomLogSourceInput
SetLogProviderAccountId sets the LogProviderAccountId field's value.
func (CreateCustomLogSourceInput) String ¶
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 location of the partition in the Amazon S3 bucket for Security Lake. // // CustomDataLocation is a required field CustomDataLocation *string `locationName:"customDataLocation" type:"string" required:"true"` // The name of the Glue crawler. // // GlueCrawlerName is a required field GlueCrawlerName *string `locationName:"glueCrawlerName" type:"string" required:"true"` // The Glue database where results are written, such as: arn:aws:daylight:us-east-1::database/sometable/*. // // GlueDatabaseName is a required field GlueDatabaseName *string `locationName:"glueDatabaseName" type:"string" required:"true"` // The table name of the Glue crawler. // // GlueTableName is a required field GlueTableName *string `locationName:"glueTableName" type:"string" required:"true"` // 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. // // LogProviderAccessRoleArn is a required field LogProviderAccessRoleArn *string `locationName:"logProviderAccessRoleArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateCustomLogSourceOutput) GoString ¶
func (s CreateCustomLogSourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateCustomLogSourceOutput) SetCustomDataLocation ¶
func (s *CreateCustomLogSourceOutput) SetCustomDataLocation(v string) *CreateCustomLogSourceOutput
SetCustomDataLocation sets the CustomDataLocation field's value.
func (*CreateCustomLogSourceOutput) SetGlueCrawlerName ¶
func (s *CreateCustomLogSourceOutput) SetGlueCrawlerName(v string) *CreateCustomLogSourceOutput
SetGlueCrawlerName sets the GlueCrawlerName field's value.
func (*CreateCustomLogSourceOutput) SetGlueDatabaseName ¶
func (s *CreateCustomLogSourceOutput) SetGlueDatabaseName(v string) *CreateCustomLogSourceOutput
SetGlueDatabaseName sets the GlueDatabaseName field's value.
func (*CreateCustomLogSourceOutput) SetGlueTableName ¶
func (s *CreateCustomLogSourceOutput) SetGlueTableName(v string) *CreateCustomLogSourceOutput
SetGlueTableName sets the GlueTableName field's value.
func (*CreateCustomLogSourceOutput) SetLogProviderAccessRoleArn ¶
func (s *CreateCustomLogSourceOutput) SetLogProviderAccessRoleArn(v string) *CreateCustomLogSourceOutput
SetLogProviderAccessRoleArn sets the LogProviderAccessRoleArn field's value.
func (CreateCustomLogSourceOutput) String ¶
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 CreateDatalakeAutoEnableInput ¶
type CreateDatalakeAutoEnableInput struct { // Enable Security Lake with the specified configuration settings to begin collecting // security data for new accounts in your organization. // // ConfigurationForNewAccounts is a required field ConfigurationForNewAccounts []*AutoEnableNewRegionConfiguration `locationName:"configurationForNewAccounts" type:"list" required:"true"` // contains filtered or unexported fields }
func (CreateDatalakeAutoEnableInput) GoString ¶
func (s CreateDatalakeAutoEnableInput) 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 (*CreateDatalakeAutoEnableInput) SetConfigurationForNewAccounts ¶
func (s *CreateDatalakeAutoEnableInput) SetConfigurationForNewAccounts(v []*AutoEnableNewRegionConfiguration) *CreateDatalakeAutoEnableInput
SetConfigurationForNewAccounts sets the ConfigurationForNewAccounts field's value.
func (CreateDatalakeAutoEnableInput) String ¶
func (s CreateDatalakeAutoEnableInput) 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 (*CreateDatalakeAutoEnableInput) Validate ¶
func (s *CreateDatalakeAutoEnableInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDatalakeAutoEnableOutput ¶
type CreateDatalakeAutoEnableOutput struct {
// contains filtered or unexported fields
}
func (CreateDatalakeAutoEnableOutput) GoString ¶
func (s CreateDatalakeAutoEnableOutput) 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 (CreateDatalakeAutoEnableOutput) String ¶
func (s CreateDatalakeAutoEnableOutput) 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 CreateDatalakeDelegatedAdminInput ¶
type CreateDatalakeDelegatedAdminInput struct { // The Amazon Web Services account ID of the Security Lake delegated administrator. // // Account is a required field Account *string `locationName:"account" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateDatalakeDelegatedAdminInput) GoString ¶
func (s CreateDatalakeDelegatedAdminInput) 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 (*CreateDatalakeDelegatedAdminInput) SetAccount ¶
func (s *CreateDatalakeDelegatedAdminInput) SetAccount(v string) *CreateDatalakeDelegatedAdminInput
SetAccount sets the Account field's value.
func (CreateDatalakeDelegatedAdminInput) String ¶
func (s CreateDatalakeDelegatedAdminInput) 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 (*CreateDatalakeDelegatedAdminInput) Validate ¶
func (s *CreateDatalakeDelegatedAdminInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDatalakeDelegatedAdminOutput ¶
type CreateDatalakeDelegatedAdminOutput struct {
// contains filtered or unexported fields
}
func (CreateDatalakeDelegatedAdminOutput) GoString ¶
func (s CreateDatalakeDelegatedAdminOutput) 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 (CreateDatalakeDelegatedAdminOutput) String ¶
func (s CreateDatalakeDelegatedAdminOutput) 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 CreateDatalakeExceptionsSubscriptionInput ¶
type CreateDatalakeExceptionsSubscriptionInput struct { // 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" enum:"SubscriptionProtocolType"` // contains filtered or unexported fields }
func (CreateDatalakeExceptionsSubscriptionInput) GoString ¶
func (s CreateDatalakeExceptionsSubscriptionInput) 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 (*CreateDatalakeExceptionsSubscriptionInput) SetNotificationEndpoint ¶
func (s *CreateDatalakeExceptionsSubscriptionInput) SetNotificationEndpoint(v string) *CreateDatalakeExceptionsSubscriptionInput
SetNotificationEndpoint sets the NotificationEndpoint field's value.
func (*CreateDatalakeExceptionsSubscriptionInput) SetSubscriptionProtocol ¶
func (s *CreateDatalakeExceptionsSubscriptionInput) SetSubscriptionProtocol(v string) *CreateDatalakeExceptionsSubscriptionInput
SetSubscriptionProtocol sets the SubscriptionProtocol field's value.
func (CreateDatalakeExceptionsSubscriptionInput) String ¶
func (s CreateDatalakeExceptionsSubscriptionInput) 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 (*CreateDatalakeExceptionsSubscriptionInput) Validate ¶
func (s *CreateDatalakeExceptionsSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDatalakeExceptionsSubscriptionOutput ¶
type CreateDatalakeExceptionsSubscriptionOutput struct {
// contains filtered or unexported fields
}
func (CreateDatalakeExceptionsSubscriptionOutput) GoString ¶
func (s CreateDatalakeExceptionsSubscriptionOutput) 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 (CreateDatalakeExceptionsSubscriptionOutput) String ¶
func (s CreateDatalakeExceptionsSubscriptionOutput) 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 map[string]*LakeConfigurationRequest `locationName:"configurations" type:"map"` // Enable Security Lake in all Regions. EnableAll *bool `locationName:"enableAll" type:"boolean"` // 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"` // Enable Security Lake in the specified Regions. To enable Security Lake in // specific Amazon Web Services Regions, such as us-east-1 or ap-northeast-3, // provide the Region codes. For a list of Region codes, see Amazon Security // Lake endpoints (https://docs.aws.amazon.com/general/latest/gr/securitylake.html) // in the Amazon Web Services General Reference. Regions []*string `locationName:"regions" type:"list" enum:"Region"` // contains filtered or unexported fields }
func (CreateDatalakeInput) GoString ¶
func (s CreateDatalakeInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDatalakeInput) SetConfigurations ¶
func (s *CreateDatalakeInput) SetConfigurations(v map[string]*LakeConfigurationRequest) *CreateDatalakeInput
SetConfigurations sets the Configurations field's value.
func (*CreateDatalakeInput) SetEnableAll ¶
func (s *CreateDatalakeInput) SetEnableAll(v bool) *CreateDatalakeInput
SetEnableAll sets the EnableAll field's value.
func (*CreateDatalakeInput) SetMetaStoreManagerRoleArn ¶
func (s *CreateDatalakeInput) SetMetaStoreManagerRoleArn(v string) *CreateDatalakeInput
SetMetaStoreManagerRoleArn sets the MetaStoreManagerRoleArn field's value.
func (*CreateDatalakeInput) SetRegions ¶
func (s *CreateDatalakeInput) SetRegions(v []*string) *CreateDatalakeInput
SetRegions sets the Regions field's value.
func (CreateDatalakeInput) String ¶
func (s CreateDatalakeInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDatalakeInput) Validate ¶
func (s *CreateDatalakeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDatalakeOutput ¶
type CreateDatalakeOutput struct {
// contains filtered or unexported fields
}
func (CreateDatalakeOutput) GoString ¶
func (s CreateDatalakeOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (CreateDatalakeOutput) String ¶
func (s CreateDatalakeOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateSubscriberInput ¶
type CreateSubscriberInput struct { // The Amazon S3 or Lake Formation access type. AccessTypes []*string `locationName:"accessTypes" type:"list" enum:"AccessType"` // The Amazon Web Services account ID used to access your data. // // AccountId is a required field AccountId *string `locationName:"accountId" min:"12" type:"string" required:"true"` // The external ID of the subscriber. This lets the user that is assuming the // role assert the circumstances in which they are operating. It also provides // a way for the account owner to permit the role to be assumed only under specific // circumstances. // // ExternalId is a required field ExternalId *string `locationName:"externalId" type:"string" required:"true"` // The supported Amazon Web Services from which logs and events are collected. // Security Lake supports log and event collection for natively supported Amazon // Web Services. // // SourceTypes is a required field SourceTypes []*SourceType `locationName:"sourceTypes" type:"list" required:"true"` // The description for your subscriber account in Security Lake. SubscriberDescription *string `locationName:"subscriberDescription" type:"string"` // The name of your Security Lake subscriber account. // // SubscriberName is a required field SubscriberName *string `locationName:"subscriberName" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateSubscriberInput) GoString ¶
func (s CreateSubscriberInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateSubscriberInput) SetAccessTypes ¶
func (s *CreateSubscriberInput) SetAccessTypes(v []*string) *CreateSubscriberInput
SetAccessTypes sets the AccessTypes field's value.
func (*CreateSubscriberInput) SetAccountId ¶
func (s *CreateSubscriberInput) SetAccountId(v string) *CreateSubscriberInput
SetAccountId sets the AccountId field's value.
func (*CreateSubscriberInput) SetExternalId ¶
func (s *CreateSubscriberInput) SetExternalId(v string) *CreateSubscriberInput
SetExternalId sets the ExternalId field's value.
func (*CreateSubscriberInput) SetSourceTypes ¶
func (s *CreateSubscriberInput) SetSourceTypes(v []*SourceType) *CreateSubscriberInput
SetSourceTypes sets the SourceTypes field's value.
func (*CreateSubscriberInput) SetSubscriberDescription ¶
func (s *CreateSubscriberInput) SetSubscriberDescription(v string) *CreateSubscriberInput
SetSubscriberDescription sets the SubscriberDescription field's value.
func (*CreateSubscriberInput) SetSubscriberName ¶
func (s *CreateSubscriberInput) SetSubscriberName(v string) *CreateSubscriberInput
SetSubscriberName sets the SubscriberName field's value.
func (CreateSubscriberInput) String ¶
func (s CreateSubscriberInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateSubscriberInput) Validate ¶
func (s *CreateSubscriberInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSubscriberOutput ¶
type CreateSubscriberOutput struct { // share. Before accepting the RAM resource share invitation, you can view details // related to the RAM resource share. ResourceShareArn *string `locationName:"resourceShareArn" type:"string"` ResourceShareName *string `locationName:"resourceShareName" type:"string"` // 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 Amazon // Security Lake User Guide (https://docs.aws.amazon.com/security-lake/latest/userguide/subscriber-management.html). RoleArn *string `locationName:"roleArn" type:"string"` // The ARN for the Amazon S3 bucket. S3BucketArn *string `locationName:"s3BucketArn" type:"string"` // The ARN for the Amazon Simple Notification Service. SnsArn *string `locationName:"snsArn" type:"string"` // The subscriptionId created by the CreateSubscriber API call. // // SubscriptionId is a required field SubscriptionId *string `locationName:"subscriptionId" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateSubscriberOutput) GoString ¶
func (s CreateSubscriberOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateSubscriberOutput) SetResourceShareArn ¶ added in v1.44.222
func (s *CreateSubscriberOutput) SetResourceShareArn(v string) *CreateSubscriberOutput
SetResourceShareArn sets the ResourceShareArn field's value.
func (*CreateSubscriberOutput) SetResourceShareName ¶ added in v1.44.222
func (s *CreateSubscriberOutput) SetResourceShareName(v string) *CreateSubscriberOutput
SetResourceShareName sets the ResourceShareName field's value.
func (*CreateSubscriberOutput) SetRoleArn ¶
func (s *CreateSubscriberOutput) SetRoleArn(v string) *CreateSubscriberOutput
SetRoleArn sets the RoleArn field's value.
func (*CreateSubscriberOutput) SetS3BucketArn ¶
func (s *CreateSubscriberOutput) SetS3BucketArn(v string) *CreateSubscriberOutput
SetS3BucketArn sets the S3BucketArn field's value.
func (*CreateSubscriberOutput) SetSnsArn ¶
func (s *CreateSubscriberOutput) SetSnsArn(v string) *CreateSubscriberOutput
SetSnsArn sets the SnsArn field's value.
func (*CreateSubscriberOutput) SetSubscriptionId ¶
func (s *CreateSubscriberOutput) SetSubscriptionId(v string) *CreateSubscriberOutput
SetSubscriptionId sets the SubscriptionId field's value.
func (CreateSubscriberOutput) String ¶
func (s CreateSubscriberOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateSubscriptionNotificationConfigurationInput ¶
type CreateSubscriptionNotificationConfigurationInput struct { // Create an Amazon Simple Queue Service queue. CreateSqs *bool `locationName:"createSqs" type:"boolean"` // The key name for the notification subscription. HttpsApiKeyName *string `locationName:"httpsApiKeyName" type:"string"` // The key value for the notification subscription. HttpsApiKeyValue *string `locationName:"httpsApiKeyValue" type:"string"` // The HTTPS method used for the notification subscription. HttpsMethod *string `locationName:"httpsMethod" type:"string" enum:"HttpsMethod"` // 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. RoleArn *string `locationName:"roleArn" type:"string"` // The subscription endpoint in Security Lake. If you prefer notification with // an HTTPs endpoint, populate this field. SubscriptionEndpoint *string `locationName:"subscriptionEndpoint" type:"string"` // The subscription ID for the notification subscription. // // SubscriptionId is a required field SubscriptionId *string `location:"uri" locationName:"subscriptionId" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateSubscriptionNotificationConfigurationInput) GoString ¶
func (s CreateSubscriptionNotificationConfigurationInput) 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 (*CreateSubscriptionNotificationConfigurationInput) SetCreateSqs ¶
func (s *CreateSubscriptionNotificationConfigurationInput) SetCreateSqs(v bool) *CreateSubscriptionNotificationConfigurationInput
SetCreateSqs sets the CreateSqs field's value.
func (*CreateSubscriptionNotificationConfigurationInput) SetHttpsApiKeyName ¶
func (s *CreateSubscriptionNotificationConfigurationInput) SetHttpsApiKeyName(v string) *CreateSubscriptionNotificationConfigurationInput
SetHttpsApiKeyName sets the HttpsApiKeyName field's value.
func (*CreateSubscriptionNotificationConfigurationInput) SetHttpsApiKeyValue ¶
func (s *CreateSubscriptionNotificationConfigurationInput) SetHttpsApiKeyValue(v string) *CreateSubscriptionNotificationConfigurationInput
SetHttpsApiKeyValue sets the HttpsApiKeyValue field's value.
func (*CreateSubscriptionNotificationConfigurationInput) SetHttpsMethod ¶
func (s *CreateSubscriptionNotificationConfigurationInput) SetHttpsMethod(v string) *CreateSubscriptionNotificationConfigurationInput
SetHttpsMethod sets the HttpsMethod field's value.
func (*CreateSubscriptionNotificationConfigurationInput) SetRoleArn ¶
func (s *CreateSubscriptionNotificationConfigurationInput) SetRoleArn(v string) *CreateSubscriptionNotificationConfigurationInput
SetRoleArn sets the RoleArn field's value.
func (*CreateSubscriptionNotificationConfigurationInput) SetSubscriptionEndpoint ¶
func (s *CreateSubscriptionNotificationConfigurationInput) SetSubscriptionEndpoint(v string) *CreateSubscriptionNotificationConfigurationInput
SetSubscriptionEndpoint sets the SubscriptionEndpoint field's value.
func (*CreateSubscriptionNotificationConfigurationInput) SetSubscriptionId ¶
func (s *CreateSubscriptionNotificationConfigurationInput) SetSubscriptionId(v string) *CreateSubscriptionNotificationConfigurationInput
SetSubscriptionId sets the SubscriptionId field's value.
func (CreateSubscriptionNotificationConfigurationInput) String ¶
func (s CreateSubscriptionNotificationConfigurationInput) 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 (*CreateSubscriptionNotificationConfigurationInput) Validate ¶
func (s *CreateSubscriptionNotificationConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSubscriptionNotificationConfigurationOutput ¶
type CreateSubscriptionNotificationConfigurationOutput struct { // Returns the Amazon Resource Name (ARN) of the queue. QueueArn *string `locationName:"queueArn" type:"string"` // contains filtered or unexported fields }
func (CreateSubscriptionNotificationConfigurationOutput) GoString ¶
func (s CreateSubscriptionNotificationConfigurationOutput) 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 (*CreateSubscriptionNotificationConfigurationOutput) SetQueueArn ¶
func (s *CreateSubscriptionNotificationConfigurationOutput) SetQueueArn(v string) *CreateSubscriptionNotificationConfigurationOutput
SetQueueArn sets the QueueArn field's value.
func (CreateSubscriptionNotificationConfigurationOutput) String ¶
func (s CreateSubscriptionNotificationConfigurationOutput) 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 { // Removes the specific Amazon Web Services sources from specific accounts and // specific Regions. DisableAllDimensions map[string]map[string][]*string `locationName:"disableAllDimensions" type:"map"` // Removes all Amazon Web Services sources from specific accounts or Regions. DisableSingleDimension []*string `locationName:"disableSingleDimension" type:"list"` // Remove a specific Amazon Web Services source from specific accounts or Regions. DisableTwoDimensions map[string][]*string `locationName:"disableTwoDimensions" type:"map"` // This is a mandatory input. Specify the input order to disable dimensions // in Security Lake, namely Region (Amazon Web Services Region code, source // type, and member (account ID of a specific Amazon Web Services account). // // InputOrder is a required field InputOrder []*string `locationName:"inputOrder" type:"list" required:"true" enum:"Dimension"` // contains filtered or unexported fields }
func (DeleteAwsLogSourceInput) GoString ¶
func (s DeleteAwsLogSourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAwsLogSourceInput) SetDisableAllDimensions ¶
func (s *DeleteAwsLogSourceInput) SetDisableAllDimensions(v map[string]map[string][]*string) *DeleteAwsLogSourceInput
SetDisableAllDimensions sets the DisableAllDimensions field's value.
func (*DeleteAwsLogSourceInput) SetDisableSingleDimension ¶
func (s *DeleteAwsLogSourceInput) SetDisableSingleDimension(v []*string) *DeleteAwsLogSourceInput
SetDisableSingleDimension sets the DisableSingleDimension field's value.
func (*DeleteAwsLogSourceInput) SetDisableTwoDimensions ¶
func (s *DeleteAwsLogSourceInput) SetDisableTwoDimensions(v map[string][]*string) *DeleteAwsLogSourceInput
SetDisableTwoDimensions sets the DisableTwoDimensions field's value.
func (*DeleteAwsLogSourceInput) SetInputOrder ¶
func (s *DeleteAwsLogSourceInput) SetInputOrder(v []*string) *DeleteAwsLogSourceInput
SetInputOrder sets the InputOrder field's value.
func (DeleteAwsLogSourceInput) String ¶
func (s DeleteAwsLogSourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAwsLogSourceInput) Validate ¶
func (s *DeleteAwsLogSourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAwsLogSourceOutput ¶
type DeleteAwsLogSourceOutput struct { // Deletion of the Amazon Web Services sources failed as the account is not // a part of the organization. Failed []*string `locationName:"failed" type:"list"` // Deletion of the Amazon Web Services sources is in progress. Processing []*string `locationName:"processing" type:"list"` // contains filtered or unexported fields }
func (DeleteAwsLogSourceOutput) GoString ¶
func (s DeleteAwsLogSourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAwsLogSourceOutput) SetFailed ¶
func (s *DeleteAwsLogSourceOutput) SetFailed(v []*string) *DeleteAwsLogSourceOutput
SetFailed sets the Failed field's value.
func (*DeleteAwsLogSourceOutput) SetProcessing ¶
func (s *DeleteAwsLogSourceOutput) SetProcessing(v []*string) *DeleteAwsLogSourceOutput
SetProcessing sets the Processing field's value.
func (DeleteAwsLogSourceOutput) String ¶
func (s DeleteAwsLogSourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteCustomLogSourceInput ¶
type DeleteCustomLogSourceInput struct { // The custom source name for the custom log source. // // CustomSourceName is a required field CustomSourceName *string `location:"querystring" locationName:"customSourceName" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteCustomLogSourceInput) GoString ¶
func (s DeleteCustomLogSourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteCustomLogSourceInput) SetCustomSourceName ¶
func (s *DeleteCustomLogSourceInput) SetCustomSourceName(v string) *DeleteCustomLogSourceInput
SetCustomSourceName sets the CustomSourceName 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 { // The location of the partition in the Amazon S3 bucket for Security Lake. // // CustomDataLocation is a required field CustomDataLocation *string `locationName:"customDataLocation" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteCustomLogSourceOutput) GoString ¶
func (s DeleteCustomLogSourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteCustomLogSourceOutput) SetCustomDataLocation ¶
func (s *DeleteCustomLogSourceOutput) SetCustomDataLocation(v string) *DeleteCustomLogSourceOutput
SetCustomDataLocation sets the CustomDataLocation field's value.
func (DeleteCustomLogSourceOutput) String ¶
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 DeleteDatalakeAutoEnableInput ¶
type DeleteDatalakeAutoEnableInput struct { // Remove automatic enablement of configuration settings for new member accounts // in Security Lake. // // RemoveFromConfigurationForNewAccounts is a required field RemoveFromConfigurationForNewAccounts []*AutoEnableNewRegionConfiguration `locationName:"removeFromConfigurationForNewAccounts" type:"list" required:"true"` // contains filtered or unexported fields }
func (DeleteDatalakeAutoEnableInput) GoString ¶
func (s DeleteDatalakeAutoEnableInput) 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 (*DeleteDatalakeAutoEnableInput) SetRemoveFromConfigurationForNewAccounts ¶
func (s *DeleteDatalakeAutoEnableInput) SetRemoveFromConfigurationForNewAccounts(v []*AutoEnableNewRegionConfiguration) *DeleteDatalakeAutoEnableInput
SetRemoveFromConfigurationForNewAccounts sets the RemoveFromConfigurationForNewAccounts field's value.
func (DeleteDatalakeAutoEnableInput) String ¶
func (s DeleteDatalakeAutoEnableInput) 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 (*DeleteDatalakeAutoEnableInput) Validate ¶
func (s *DeleteDatalakeAutoEnableInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDatalakeAutoEnableOutput ¶
type DeleteDatalakeAutoEnableOutput struct {
// contains filtered or unexported fields
}
func (DeleteDatalakeAutoEnableOutput) GoString ¶
func (s DeleteDatalakeAutoEnableOutput) 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 (DeleteDatalakeAutoEnableOutput) String ¶
func (s DeleteDatalakeAutoEnableOutput) 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 DeleteDatalakeDelegatedAdminInput ¶
type DeleteDatalakeDelegatedAdminInput struct { // The account ID the Security Lake delegated administrator. // // Account is a required field Account *string `location:"uri" locationName:"account" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteDatalakeDelegatedAdminInput) GoString ¶
func (s DeleteDatalakeDelegatedAdminInput) 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 (*DeleteDatalakeDelegatedAdminInput) SetAccount ¶
func (s *DeleteDatalakeDelegatedAdminInput) SetAccount(v string) *DeleteDatalakeDelegatedAdminInput
SetAccount sets the Account field's value.
func (DeleteDatalakeDelegatedAdminInput) String ¶
func (s DeleteDatalakeDelegatedAdminInput) 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 (*DeleteDatalakeDelegatedAdminInput) Validate ¶
func (s *DeleteDatalakeDelegatedAdminInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDatalakeDelegatedAdminOutput ¶
type DeleteDatalakeDelegatedAdminOutput struct {
// contains filtered or unexported fields
}
func (DeleteDatalakeDelegatedAdminOutput) GoString ¶
func (s DeleteDatalakeDelegatedAdminOutput) 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 (DeleteDatalakeDelegatedAdminOutput) String ¶
func (s DeleteDatalakeDelegatedAdminOutput) 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 DeleteDatalakeExceptionsSubscriptionInput ¶
type DeleteDatalakeExceptionsSubscriptionInput struct {
// contains filtered or unexported fields
}
func (DeleteDatalakeExceptionsSubscriptionInput) GoString ¶
func (s DeleteDatalakeExceptionsSubscriptionInput) 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 (DeleteDatalakeExceptionsSubscriptionInput) String ¶
func (s DeleteDatalakeExceptionsSubscriptionInput) 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 DeleteDatalakeExceptionsSubscriptionOutput ¶
type DeleteDatalakeExceptionsSubscriptionOutput struct { // Retrieves the status of the delete Security Lake operation for an account. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteDatalakeExceptionsSubscriptionOutput) GoString ¶
func (s DeleteDatalakeExceptionsSubscriptionOutput) 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 (*DeleteDatalakeExceptionsSubscriptionOutput) SetStatus ¶
func (s *DeleteDatalakeExceptionsSubscriptionOutput) SetStatus(v string) *DeleteDatalakeExceptionsSubscriptionOutput
SetStatus sets the Status field's value.
func (DeleteDatalakeExceptionsSubscriptionOutput) String ¶
func (s DeleteDatalakeExceptionsSubscriptionOutput) 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 {
// contains filtered or unexported fields
}
func (DeleteDatalakeInput) GoString ¶
func (s DeleteDatalakeInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteDatalakeInput) String ¶
func (s DeleteDatalakeInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteDatalakeOutput ¶
type DeleteDatalakeOutput struct {
// contains filtered or unexported fields
}
func (DeleteDatalakeOutput) GoString ¶
func (s DeleteDatalakeOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteDatalakeOutput) String ¶
func (s DeleteDatalakeOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteSubscriberInput ¶
type DeleteSubscriberInput struct { // A value created by Security Lake that uniquely identifies your DeleteSubscriber // API request. // // Id is a required field Id *string `location:"querystring" locationName:"id" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteSubscriberInput) GoString ¶
func (s DeleteSubscriberInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteSubscriberInput) SetId ¶
func (s *DeleteSubscriberInput) SetId(v string) *DeleteSubscriberInput
SetId sets the Id field's value.
func (DeleteSubscriberInput) String ¶
func (s DeleteSubscriberInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteSubscriberInput) Validate ¶
func (s *DeleteSubscriberInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSubscriberOutput ¶
type DeleteSubscriberOutput struct {
// contains filtered or unexported fields
}
func (DeleteSubscriberOutput) GoString ¶
func (s DeleteSubscriberOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteSubscriberOutput) String ¶
func (s DeleteSubscriberOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteSubscriptionNotificationConfigurationInput ¶
type DeleteSubscriptionNotificationConfigurationInput struct { // The ID of the Security Lake subscriber account. // // SubscriptionId is a required field SubscriptionId *string `location:"uri" locationName:"subscriptionId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteSubscriptionNotificationConfigurationInput) GoString ¶
func (s DeleteSubscriptionNotificationConfigurationInput) 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 (*DeleteSubscriptionNotificationConfigurationInput) SetSubscriptionId ¶
func (s *DeleteSubscriptionNotificationConfigurationInput) SetSubscriptionId(v string) *DeleteSubscriptionNotificationConfigurationInput
SetSubscriptionId sets the SubscriptionId field's value.
func (DeleteSubscriptionNotificationConfigurationInput) String ¶
func (s DeleteSubscriptionNotificationConfigurationInput) 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 (*DeleteSubscriptionNotificationConfigurationInput) Validate ¶
func (s *DeleteSubscriptionNotificationConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSubscriptionNotificationConfigurationOutput ¶
type DeleteSubscriptionNotificationConfigurationOutput struct {
// contains filtered or unexported fields
}
func (DeleteSubscriptionNotificationConfigurationOutput) GoString ¶
func (s DeleteSubscriptionNotificationConfigurationOutput) 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 (DeleteSubscriptionNotificationConfigurationOutput) String ¶
func (s DeleteSubscriptionNotificationConfigurationOutput) 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 EventBridgeException ¶
type EventBridgeException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Represents an error interacting with the Amazon EventBridge service.
func (*EventBridgeException) Code ¶
func (s *EventBridgeException) Code() string
Code returns the exception type name.
func (*EventBridgeException) Error ¶
func (s *EventBridgeException) Error() string
func (EventBridgeException) GoString ¶
func (s EventBridgeException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EventBridgeException) Message ¶
func (s *EventBridgeException) Message() string
Message returns the exception's message.
func (*EventBridgeException) OrigErr ¶
func (s *EventBridgeException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*EventBridgeException) RequestID ¶
func (s *EventBridgeException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*EventBridgeException) StatusCode ¶
func (s *EventBridgeException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (EventBridgeException) String ¶
func (s EventBridgeException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Failures ¶
type Failures struct { // List of all exception messages. // // ExceptionMessage is a required field ExceptionMessage *string `locationName:"exceptionMessage" type:"string" required:"true"` // List of all remediation steps for failures. // // Remediation is a required field Remediation *string `locationName:"remediation" type:"string" required:"true"` // This error can occur if you configure the wrong timestamp format, or if the // subset of entries used for validation had errors or missing values. // // Timestamp is a required field Timestamp *time.Time `locationName:"timestamp" type:"timestamp" timestampFormat:"iso8601" required:"true"` // contains filtered or unexported fields }
List of all failures.
func (Failures) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Failures) SetExceptionMessage ¶
SetExceptionMessage sets the ExceptionMessage field's value.
func (*Failures) SetRemediation ¶
SetRemediation sets the Remediation field's value.
func (*Failures) SetTimestamp ¶
SetTimestamp sets the Timestamp field's value.
type FailuresResponse ¶
type FailuresResponse struct { // List of all failures. Failures []*Failures `locationName:"failures" type:"list"` // List of Amazon Web Services Regions where the failure occurred. Region *string `locationName:"region" type:"string"` // contains filtered or unexported fields }
Response element for actions that make changes, namely create, update, or delete actions.
func (FailuresResponse) GoString ¶
func (s FailuresResponse) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FailuresResponse) SetFailures ¶
func (s *FailuresResponse) SetFailures(v []*Failures) *FailuresResponse
SetFailures sets the Failures field's value.
func (*FailuresResponse) SetRegion ¶
func (s *FailuresResponse) SetRegion(v string) *FailuresResponse
SetRegion sets the Region field's value.
func (FailuresResponse) String ¶
func (s FailuresResponse) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDatalakeAutoEnableInput ¶
type GetDatalakeAutoEnableInput struct {
// contains filtered or unexported fields
}
func (GetDatalakeAutoEnableInput) GoString ¶
func (s GetDatalakeAutoEnableInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (GetDatalakeAutoEnableInput) String ¶
func (s GetDatalakeAutoEnableInput) 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 GetDatalakeAutoEnableOutput ¶
type GetDatalakeAutoEnableOutput struct { // The configuration for new accounts. // // AutoEnableNewAccounts is a required field AutoEnableNewAccounts []*AutoEnableNewRegionConfiguration `locationName:"autoEnableNewAccounts" type:"list" required:"true"` // contains filtered or unexported fields }
func (GetDatalakeAutoEnableOutput) GoString ¶
func (s GetDatalakeAutoEnableOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDatalakeAutoEnableOutput) SetAutoEnableNewAccounts ¶
func (s *GetDatalakeAutoEnableOutput) SetAutoEnableNewAccounts(v []*AutoEnableNewRegionConfiguration) *GetDatalakeAutoEnableOutput
SetAutoEnableNewAccounts sets the AutoEnableNewAccounts field's value.
func (GetDatalakeAutoEnableOutput) String ¶
func (s GetDatalakeAutoEnableOutput) 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 GetDatalakeExceptionsExpiryInput ¶
type GetDatalakeExceptionsExpiryInput struct {
// contains filtered or unexported fields
}
func (GetDatalakeExceptionsExpiryInput) GoString ¶
func (s GetDatalakeExceptionsExpiryInput) 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 (GetDatalakeExceptionsExpiryInput) String ¶
func (s GetDatalakeExceptionsExpiryInput) 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 GetDatalakeExceptionsExpiryOutput ¶
type GetDatalakeExceptionsExpiryOutput struct { // The expiration period and time-to-live (TTL). // // ExceptionMessageExpiry is a required field ExceptionMessageExpiry *int64 `locationName:"exceptionMessageExpiry" type:"long" required:"true"` // contains filtered or unexported fields }
func (GetDatalakeExceptionsExpiryOutput) GoString ¶
func (s GetDatalakeExceptionsExpiryOutput) 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 (*GetDatalakeExceptionsExpiryOutput) SetExceptionMessageExpiry ¶
func (s *GetDatalakeExceptionsExpiryOutput) SetExceptionMessageExpiry(v int64) *GetDatalakeExceptionsExpiryOutput
SetExceptionMessageExpiry sets the ExceptionMessageExpiry field's value.
func (GetDatalakeExceptionsExpiryOutput) String ¶
func (s GetDatalakeExceptionsExpiryOutput) 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 GetDatalakeExceptionsSubscriptionInput ¶
type GetDatalakeExceptionsSubscriptionInput struct {
// contains filtered or unexported fields
}
func (GetDatalakeExceptionsSubscriptionInput) GoString ¶
func (s GetDatalakeExceptionsSubscriptionInput) 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 (GetDatalakeExceptionsSubscriptionInput) String ¶
func (s GetDatalakeExceptionsSubscriptionInput) 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 GetDatalakeExceptionsSubscriptionOutput ¶
type GetDatalakeExceptionsSubscriptionOutput struct { // Retrieves the exception notification subscription information. // // ProtocolAndNotificationEndpoint is a required field ProtocolAndNotificationEndpoint *ProtocolAndNotificationEndpoint `locationName:"protocolAndNotificationEndpoint" type:"structure" required:"true"` // contains filtered or unexported fields }
func (GetDatalakeExceptionsSubscriptionOutput) GoString ¶
func (s GetDatalakeExceptionsSubscriptionOutput) 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 (*GetDatalakeExceptionsSubscriptionOutput) SetProtocolAndNotificationEndpoint ¶
func (s *GetDatalakeExceptionsSubscriptionOutput) SetProtocolAndNotificationEndpoint(v *ProtocolAndNotificationEndpoint) *GetDatalakeExceptionsSubscriptionOutput
SetProtocolAndNotificationEndpoint sets the ProtocolAndNotificationEndpoint field's value.
func (GetDatalakeExceptionsSubscriptionOutput) String ¶
func (s GetDatalakeExceptionsSubscriptionOutput) 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 GetDatalakeInput ¶
type GetDatalakeInput struct {
// contains filtered or unexported fields
}
func (GetDatalakeInput) GoString ¶
func (s GetDatalakeInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (GetDatalakeInput) String ¶
func (s GetDatalakeInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDatalakeOutput ¶
type GetDatalakeOutput struct { // Retrieves the Security Lake configuration object. // // Configurations is a required field Configurations map[string]*LakeConfigurationResponse `locationName:"configurations" type:"map" required:"true"` // contains filtered or unexported fields }
func (GetDatalakeOutput) GoString ¶
func (s GetDatalakeOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDatalakeOutput) SetConfigurations ¶
func (s *GetDatalakeOutput) SetConfigurations(v map[string]*LakeConfigurationResponse) *GetDatalakeOutput
SetConfigurations sets the Configurations field's value.
func (GetDatalakeOutput) String ¶
func (s GetDatalakeOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDatalakeStatusInput ¶
type GetDatalakeStatusInput struct { // The 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. AccountSet []*string `locationName:"accountSet" type:"list"` // The maximum limit of accounts for which the static snapshot of the current // Region, including enabled accounts and log sources, is retrieved. MaxAccountResults *int64 `locationName:"maxAccountResults" type:"integer"` // 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 (GetDatalakeStatusInput) GoString ¶
func (s GetDatalakeStatusInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDatalakeStatusInput) SetAccountSet ¶
func (s *GetDatalakeStatusInput) SetAccountSet(v []*string) *GetDatalakeStatusInput
SetAccountSet sets the AccountSet field's value.
func (*GetDatalakeStatusInput) SetMaxAccountResults ¶
func (s *GetDatalakeStatusInput) SetMaxAccountResults(v int64) *GetDatalakeStatusInput
SetMaxAccountResults sets the MaxAccountResults field's value.
func (*GetDatalakeStatusInput) SetNextToken ¶
func (s *GetDatalakeStatusInput) SetNextToken(v string) *GetDatalakeStatusInput
SetNextToken sets the NextToken field's value.
func (GetDatalakeStatusInput) String ¶
func (s GetDatalakeStatusInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDatalakeStatusOutput ¶
type GetDatalakeStatusOutput struct { // The list of enabled accounts and enabled sources. // // AccountSourcesList is a required field AccountSourcesList []*AccountSources `locationName:"accountSourcesList" type:"list" required:"true"` // 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 (GetDatalakeStatusOutput) GoString ¶
func (s GetDatalakeStatusOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDatalakeStatusOutput) SetAccountSourcesList ¶
func (s *GetDatalakeStatusOutput) SetAccountSourcesList(v []*AccountSources) *GetDatalakeStatusOutput
SetAccountSourcesList sets the AccountSourcesList field's value.
func (*GetDatalakeStatusOutput) SetNextToken ¶
func (s *GetDatalakeStatusOutput) SetNextToken(v string) *GetDatalakeStatusOutput
SetNextToken sets the NextToken field's value.
func (GetDatalakeStatusOutput) String ¶
func (s GetDatalakeStatusOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetSubscriberInput ¶
type GetSubscriberInput struct { // A value created by Amazon Security Lake that uniquely identifies your GetSubscriber // API request. // // Id is a required field Id *string `location:"uri" locationName:"id" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetSubscriberInput) GoString ¶
func (s GetSubscriberInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSubscriberInput) SetId ¶
func (s *GetSubscriberInput) SetId(v string) *GetSubscriberInput
SetId sets the Id field's value.
func (GetSubscriberInput) String ¶
func (s GetSubscriberInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSubscriberInput) Validate ¶
func (s *GetSubscriberInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSubscriberOutput ¶
type GetSubscriberOutput struct { // The subscription information for the specified subscription ID. Subscriber *SubscriberResource `locationName:"subscriber" type:"structure"` // contains filtered or unexported fields }
func (GetSubscriberOutput) GoString ¶
func (s GetSubscriberOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSubscriberOutput) SetSubscriber ¶
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 InternalServerException ¶
type InternalServerException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // Retry the request after the specified time. RetryAfterSeconds *int64 `location:"header" locationName:"Retry-After" type:"integer"` // contains filtered or unexported fields }
Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
func (*InternalServerException) Code ¶
func (s *InternalServerException) Code() string
Code returns the exception type name.
func (*InternalServerException) Error ¶
func (s *InternalServerException) Error() string
func (InternalServerException) GoString ¶
func (s InternalServerException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InternalServerException) Message ¶
func (s *InternalServerException) Message() string
Message returns the exception's message.
func (*InternalServerException) OrigErr ¶
func (s *InternalServerException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InternalServerException) RequestID ¶
func (s *InternalServerException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InternalServerException) StatusCode ¶
func (s *InternalServerException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InternalServerException) String ¶
func (s InternalServerException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidInputException ¶
type InvalidInputException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The request was rejected because a value that's not valid or is out of range was supplied for an input parameter.
func (*InvalidInputException) Code ¶
func (s *InvalidInputException) Code() string
Code returns the exception type name.
func (*InvalidInputException) Error ¶
func (s *InvalidInputException) Error() string
func (InvalidInputException) GoString ¶
func (s InvalidInputException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidInputException) Message ¶
func (s *InvalidInputException) Message() string
Message returns the exception's message.
func (*InvalidInputException) OrigErr ¶
func (s *InvalidInputException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidInputException) RequestID ¶
func (s *InvalidInputException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidInputException) StatusCode ¶
func (s *InvalidInputException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidInputException) String ¶
func (s InvalidInputException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type LakeConfigurationRequest ¶
type LakeConfigurationRequest struct { // The type of encryption key used by Amazon Security Lake to encrypt the Security // Lake configuration object. EncryptionKey *string `locationName:"encryptionKey" type:"string"` // Replication enables automatic, asynchronous copying of objects across Amazon // S3 buckets. Amazon S3 buckets that are configured for object replication // can be owned by the same Amazon Web Services account or by different accounts. // You can replicate objects to a single destination bucket or to multiple destination // buckets. The destination buckets can be in different Amazon Web Services // Regions or within the same Region as the source bucket. // // Set up one or more rollup Regions by providing the Region or Regions that // should contribute to the central rollup Region. ReplicationDestinationRegions []*string `locationName:"replicationDestinationRegions" type:"list" enum:"Region"` // Replication settings for the Amazon S3 buckets. This parameter uses the Identity // and Access Management (IAM) role you created that is managed by Security // Lake, to ensure the replication setting is correct. ReplicationRoleArn *string `locationName:"replicationRoleArn" type:"string"` // Retention settings for the destination Amazon S3 buckets. RetentionSettings []*RetentionSetting `locationName:"retentionSettings" type:"list"` // A tag is a label that you assign to an Amazon Web Services resource. Each // tag consists of a key and an optional value, both of which you define. TagsMap map[string]*string `locationName:"tagsMap" type:"map"` // contains filtered or unexported fields }
Provides details of Amazon Security Lake configuration object.
func (LakeConfigurationRequest) GoString ¶
func (s LakeConfigurationRequest) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LakeConfigurationRequest) SetEncryptionKey ¶
func (s *LakeConfigurationRequest) SetEncryptionKey(v string) *LakeConfigurationRequest
SetEncryptionKey sets the EncryptionKey field's value.
func (*LakeConfigurationRequest) SetReplicationDestinationRegions ¶
func (s *LakeConfigurationRequest) SetReplicationDestinationRegions(v []*string) *LakeConfigurationRequest
SetReplicationDestinationRegions sets the ReplicationDestinationRegions field's value.
func (*LakeConfigurationRequest) SetReplicationRoleArn ¶
func (s *LakeConfigurationRequest) SetReplicationRoleArn(v string) *LakeConfigurationRequest
SetReplicationRoleArn sets the ReplicationRoleArn field's value.
func (*LakeConfigurationRequest) SetRetentionSettings ¶
func (s *LakeConfigurationRequest) SetRetentionSettings(v []*RetentionSetting) *LakeConfigurationRequest
SetRetentionSettings sets the RetentionSettings field's value.
func (*LakeConfigurationRequest) SetTagsMap ¶
func (s *LakeConfigurationRequest) SetTagsMap(v map[string]*string) *LakeConfigurationRequest
SetTagsMap sets the TagsMap field's value.
func (LakeConfigurationRequest) String ¶
func (s LakeConfigurationRequest) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LakeConfigurationRequest) Validate ¶
func (s *LakeConfigurationRequest) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LakeConfigurationResponse ¶
type LakeConfigurationResponse struct { // The type of encryption key used by secure the Security Lake configuration // object. EncryptionKey *string `locationName:"encryptionKey" type:"string"` // Replication enables automatic, asynchronous copying of objects across Amazon // S3 buckets. Amazon S3 buckets that are configured for object replication // can be owned by the same Amazon Web Services account or by different accounts. // You can replicate objects to a single destination bucket or to multiple destination // buckets. The destination buckets can be in different Amazon Web Services // Regions or within the same Region as the source bucket. // // Set up one or more rollup Regions by providing the Region or Regions that // should contribute to the central rollup Region. ReplicationDestinationRegions []*string `locationName:"replicationDestinationRegions" type:"list" enum:"Region"` // Replication settings for the Amazon S3 buckets. This parameter uses the IAM // role you created that is managed by Security Lake, to ensure the replication // setting is correct. ReplicationRoleArn *string `locationName:"replicationRoleArn" type:"string"` // Retention settings for the destination Amazon S3 buckets. RetentionSettings []*RetentionSetting `locationName:"retentionSettings" type:"list"` // Amazon Resource Names (ARNs) uniquely identify Amazon Web Services resources. // Security Lake requires an ARN when you need to specify a resource unambiguously // across all of Amazon Web Services, such as in IAM policies, Amazon Relational // Database Service (Amazon RDS) tags, and API calls. S3BucketArn *string `locationName:"s3BucketArn" type:"string"` // Retrieves the status of the configuration operation for an account in Amazon // Security Lake. Status *string `locationName:"status" type:"string" enum:"SettingsStatus"` // A tag is a label that you assign to an Amazon Web Services resource. Each // tag consists of a key and an optional value, both of which you define. TagsMap map[string]*string `locationName:"tagsMap" type:"map"` // The status of the last UpdateDatalake or DeleteDatalake API request. UpdateStatus *UpdateStatus `locationName:"updateStatus" type:"structure"` // contains filtered or unexported fields }
Provides details of Amazon Security Lake lake configuration object.
func (LakeConfigurationResponse) GoString ¶
func (s LakeConfigurationResponse) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LakeConfigurationResponse) SetEncryptionKey ¶
func (s *LakeConfigurationResponse) SetEncryptionKey(v string) *LakeConfigurationResponse
SetEncryptionKey sets the EncryptionKey field's value.
func (*LakeConfigurationResponse) SetReplicationDestinationRegions ¶
func (s *LakeConfigurationResponse) SetReplicationDestinationRegions(v []*string) *LakeConfigurationResponse
SetReplicationDestinationRegions sets the ReplicationDestinationRegions field's value.
func (*LakeConfigurationResponse) SetReplicationRoleArn ¶
func (s *LakeConfigurationResponse) SetReplicationRoleArn(v string) *LakeConfigurationResponse
SetReplicationRoleArn sets the ReplicationRoleArn field's value.
func (*LakeConfigurationResponse) SetRetentionSettings ¶
func (s *LakeConfigurationResponse) SetRetentionSettings(v []*RetentionSetting) *LakeConfigurationResponse
SetRetentionSettings sets the RetentionSettings field's value.
func (*LakeConfigurationResponse) SetS3BucketArn ¶
func (s *LakeConfigurationResponse) SetS3BucketArn(v string) *LakeConfigurationResponse
SetS3BucketArn sets the S3BucketArn field's value.
func (*LakeConfigurationResponse) SetStatus ¶
func (s *LakeConfigurationResponse) SetStatus(v string) *LakeConfigurationResponse
SetStatus sets the Status field's value.
func (*LakeConfigurationResponse) SetTagsMap ¶
func (s *LakeConfigurationResponse) SetTagsMap(v map[string]*string) *LakeConfigurationResponse
SetTagsMap sets the TagsMap field's value.
func (*LakeConfigurationResponse) SetUpdateStatus ¶ added in v1.44.222
func (s *LakeConfigurationResponse) SetUpdateStatus(v *UpdateStatus) *LakeConfigurationResponse
SetUpdateStatus sets the UpdateStatus field's value.
func (LakeConfigurationResponse) String ¶
func (s LakeConfigurationResponse) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type LastUpdateFailure ¶ added in v1.44.222
type LastUpdateFailure struct { // The reason code for the failure of the last UpdateDatalake or DeleteDatalake // API request. Code *string `locationName:"code" type:"string"` // The reason for the failure 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 (LastUpdateFailure) GoString ¶ added in v1.44.222
func (s LastUpdateFailure) 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 (*LastUpdateFailure) SetCode ¶ added in v1.44.222
func (s *LastUpdateFailure) SetCode(v string) *LastUpdateFailure
SetCode sets the Code field's value.
func (*LastUpdateFailure) SetReason ¶ added in v1.44.222
func (s *LastUpdateFailure) SetReason(v string) *LastUpdateFailure
SetReason sets the Reason field's value.
func (LastUpdateFailure) String ¶ added in v1.44.222
func (s LastUpdateFailure) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListDatalakeExceptionsInput ¶
type ListDatalakeExceptionsInput struct { // List the maximum number of failures in Security Lake. MaxFailures *int64 `locationName:"maxFailures" type:"integer"` // List if there are more results available. The value of nextToken is a unique // pagination token for each page. Repeat the call using the returned token // to retrieve the next page. Keep all other arguments unchanged. // // Each pagination token expires after 24 hours. Using an expired pagination // token will return an HTTP 400 InvalidToken error. NextToken *string `locationName:"nextToken" type:"string"` // List the Amazon Web Services Regions from which exceptions are retrieved. RegionSet []*string `locationName:"regionSet" type:"list" enum:"Region"` // contains filtered or unexported fields }
func (ListDatalakeExceptionsInput) GoString ¶
func (s ListDatalakeExceptionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDatalakeExceptionsInput) SetMaxFailures ¶
func (s *ListDatalakeExceptionsInput) SetMaxFailures(v int64) *ListDatalakeExceptionsInput
SetMaxFailures sets the MaxFailures field's value.
func (*ListDatalakeExceptionsInput) SetNextToken ¶
func (s *ListDatalakeExceptionsInput) SetNextToken(v string) *ListDatalakeExceptionsInput
SetNextToken sets the NextToken field's value.
func (*ListDatalakeExceptionsInput) SetRegionSet ¶
func (s *ListDatalakeExceptionsInput) SetRegionSet(v []*string) *ListDatalakeExceptionsInput
SetRegionSet sets the RegionSet 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".
type ListDatalakeExceptionsOutput ¶
type ListDatalakeExceptionsOutput struct { // 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"` // Lists the failures that cannot be retried in the current Region. // // NonRetryableFailures is a required field NonRetryableFailures []*FailuresResponse `locationName:"nonRetryableFailures" type:"list" required:"true"` // contains filtered or unexported fields }
func (ListDatalakeExceptionsOutput) GoString ¶
func (s ListDatalakeExceptionsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDatalakeExceptionsOutput) SetNextToken ¶
func (s *ListDatalakeExceptionsOutput) SetNextToken(v string) *ListDatalakeExceptionsOutput
SetNextToken sets the NextToken field's value.
func (*ListDatalakeExceptionsOutput) SetNonRetryableFailures ¶
func (s *ListDatalakeExceptionsOutput) SetNonRetryableFailures(v []*FailuresResponse) *ListDatalakeExceptionsOutput
SetNonRetryableFailures sets the NonRetryableFailures 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 ListLogSourcesInput ¶
type ListLogSourcesInput struct { // Lists the log sources in input order, namely Region, source type, and member // account. InputOrder []*string `locationName:"inputOrder" type:"list" enum:"Dimension"` // List the view of log sources for enabled Amazon Security Lake accounts for // specific Amazon Web Services sources from specific accounts and specific // Regions. ListAllDimensions map[string]map[string][]*string `locationName:"listAllDimensions" type:"map"` // List the view of log sources for enabled Security Lake accounts for all Amazon // Web Services sources from specific accounts or specific Regions. ListSingleDimension []*string `locationName:"listSingleDimension" type:"list"` // Lists the view of log sources for enabled Security Lake accounts for specific // Amazon Web Services sources from specific accounts or specific Regions. ListTwoDimensions map[string][]*string `locationName:"listTwoDimensions" type:"map"` // The maximum number of accounts for which the log sources are displayed. MaxResults *int64 `locationName:"maxResults" 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"` // contains filtered or unexported fields }
func (ListLogSourcesInput) GoString ¶
func (s ListLogSourcesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListLogSourcesInput) SetInputOrder ¶
func (s *ListLogSourcesInput) SetInputOrder(v []*string) *ListLogSourcesInput
SetInputOrder sets the InputOrder field's value.
func (*ListLogSourcesInput) SetListAllDimensions ¶
func (s *ListLogSourcesInput) SetListAllDimensions(v map[string]map[string][]*string) *ListLogSourcesInput
SetListAllDimensions sets the ListAllDimensions field's value.
func (*ListLogSourcesInput) SetListSingleDimension ¶
func (s *ListLogSourcesInput) SetListSingleDimension(v []*string) *ListLogSourcesInput
SetListSingleDimension sets the ListSingleDimension field's value.
func (*ListLogSourcesInput) SetListTwoDimensions ¶
func (s *ListLogSourcesInput) SetListTwoDimensions(v map[string][]*string) *ListLogSourcesInput
SetListTwoDimensions sets the ListTwoDimensions field's value.
func (*ListLogSourcesInput) SetMaxResults ¶
func (s *ListLogSourcesInput) SetMaxResults(v int64) *ListLogSourcesInput
SetMaxResults sets the MaxResults field's value.
func (*ListLogSourcesInput) SetNextToken ¶
func (s *ListLogSourcesInput) SetNextToken(v string) *ListLogSourcesInput
SetNextToken sets the NextToken field's value.
func (ListLogSourcesInput) String ¶
func (s ListLogSourcesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListLogSourcesOutput ¶
type ListLogSourcesOutput struct { // If nextToken is returned, there are more results available. You can repeat // the call using the returned token to retrieve the next page. NextToken *string `locationName:"nextToken" type:"string"` // Lists the log sources by Regions for enabled Security Lake accounts. // // RegionSourceTypesAccountsList is a required field RegionSourceTypesAccountsList []map[string]map[string][]*string `locationName:"regionSourceTypesAccountsList" type:"list" required:"true"` // contains filtered or unexported fields }
func (ListLogSourcesOutput) GoString ¶
func (s ListLogSourcesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListLogSourcesOutput) SetNextToken ¶
func (s *ListLogSourcesOutput) SetNextToken(v string) *ListLogSourcesOutput
SetNextToken sets the NextToken field's value.
func (*ListLogSourcesOutput) SetRegionSourceTypesAccountsList ¶
func (s *ListLogSourcesOutput) SetRegionSourceTypesAccountsList(v []map[string]map[string][]*string) *ListLogSourcesOutput
SetRegionSourceTypesAccountsList sets the RegionSourceTypesAccountsList field's value.
func (ListLogSourcesOutput) String ¶
func (s ListLogSourcesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListSubscribersInput ¶
type ListSubscribersInput struct { // The maximum number of accounts for which the configuration is displayed. MaxResults *int64 `location:"querystring" locationName:"maxResults" type:"integer"` // If nextToken is returned, there are more results available. You can 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".
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 is a required field Subscribers []*SubscriberResource `locationName:"subscribers" type:"list" required:"true"` // contains filtered or unexported fields }
func (ListSubscribersOutput) GoString ¶
func (s ListSubscribersOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListSubscribersOutput) SetNextToken ¶
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 LogsStatus ¶
type LogsStatus struct { // The health status of services, including error codes and patterns. // // HealthStatus is a required field HealthStatus *string `locationName:"healthStatus" type:"string" required:"true" enum:"SourceStatus"` // Defines path the stored logs are available which has information on your // systems, applications, and services. // // PathToLogs is a required field PathToLogs *string `locationName:"pathToLogs" type:"string" required:"true"` // contains filtered or unexported fields }
Retrieves the Logs status for the Amazon Security Lake account.
func (LogsStatus) GoString ¶
func (s LogsStatus) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LogsStatus) SetHealthStatus ¶
func (s *LogsStatus) SetHealthStatus(v string) *LogsStatus
SetHealthStatus sets the HealthStatus field's value.
func (*LogsStatus) SetPathToLogs ¶
func (s *LogsStatus) SetPathToLogs(v string) *LogsStatus
SetPathToLogs sets the PathToLogs field's value.
func (LogsStatus) String ¶
func (s LogsStatus) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ProtocolAndNotificationEndpoint ¶
type ProtocolAndNotificationEndpoint struct { // The account that is subscribed to receive exception notifications. Endpoint *string `locationName:"endpoint" type:"string"` // The protocol to which notification messages are posted. Protocol *string `locationName:"protocol" type:"string"` // contains filtered or unexported fields }
Protocol used in Amazon Security Lake that dictates how notifications are posted at the endpoint.
func (ProtocolAndNotificationEndpoint) GoString ¶
func (s ProtocolAndNotificationEndpoint) 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 (*ProtocolAndNotificationEndpoint) SetEndpoint ¶
func (s *ProtocolAndNotificationEndpoint) SetEndpoint(v string) *ProtocolAndNotificationEndpoint
SetEndpoint sets the Endpoint field's value.
func (*ProtocolAndNotificationEndpoint) SetProtocol ¶
func (s *ProtocolAndNotificationEndpoint) SetProtocol(v string) *ProtocolAndNotificationEndpoint
SetProtocol sets the Protocol field's value.
func (ProtocolAndNotificationEndpoint) String ¶
func (s ProtocolAndNotificationEndpoint) 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 ID of the resource for which the type of resource could not be found. // // ResourceId is a required field ResourceId *string `locationName:"resourceId" type:"string" required:"true"` // The type of the resource that could not be found. // // ResourceType is a required field ResourceType *string `locationName:"resourceType" type:"string" required:"true"` // contains filtered or unexported fields }
The resource could not be found.
func (*ResourceNotFoundException) Code ¶
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 RetentionSetting ¶
type RetentionSetting struct { // The retention period specifies a fixed period of time during which the Security // Lake object remains locked. You can specify the retention period in days // for one or more sources. RetentionPeriod *int64 `locationName:"retentionPeriod" min:"1" type:"integer"` // The range of storage classes that you can choose from based on the data access, // resiliency, and cost requirements of your workloads. StorageClass *string `locationName:"storageClass" type:"string" enum:"StorageClass"` // contains filtered or unexported fields }
Retention settings for the destination Amazon S3 buckets in Amazon Security Lake.
func (RetentionSetting) GoString ¶
func (s RetentionSetting) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RetentionSetting) SetRetentionPeriod ¶
func (s *RetentionSetting) SetRetentionPeriod(v int64) *RetentionSetting
SetRetentionPeriod sets the RetentionPeriod field's value.
func (*RetentionSetting) SetStorageClass ¶
func (s *RetentionSetting) SetStorageClass(v string) *RetentionSetting
SetStorageClass sets the StorageClass field's value.
func (RetentionSetting) String ¶
func (s RetentionSetting) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RetentionSetting) Validate ¶
func (s *RetentionSetting) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type S3Exception ¶
type S3Exception struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Provides an extension of the AmazonServiceException for errors reported by Amazon S3 while processing a request. In particular, this class provides access to the Amazon S3 extended request ID. If Amazon S3 is incorrectly handling a request and you need to contact Amazon, this extended request ID may provide useful debugging information.
func (*S3Exception) Code ¶
func (s *S3Exception) Code() string
Code returns the exception type name.
func (*S3Exception) Error ¶
func (s *S3Exception) Error() string
func (S3Exception) GoString ¶
func (s S3Exception) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*S3Exception) Message ¶
func (s *S3Exception) Message() string
Message returns the exception's message.
func (*S3Exception) OrigErr ¶
func (s *S3Exception) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*S3Exception) RequestID ¶
func (s *S3Exception) RequestID() string
RequestID returns the service's response RequestID for request.
func (*S3Exception) StatusCode ¶
func (s *S3Exception) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (S3Exception) String ¶
func (s S3Exception) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SecurityLake ¶
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. At least one of the three dimensions is a mandatory input to this API. However, you can supply any combination of the three dimensions to this API.
By default, a dimension refers to the entire set. When you don't provide a dimension, Security Lake assumes that the missing dimension refers to the entire set. This is overridden when you supply any one of the inputs. For instance, when you do not specify members, the API enables all Security Lake member accounts for all sources. Similarly, when you do not specify Regions, Security Lake is enabled for all the Regions where Security Lake is available as a service.
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:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
S3Exception Provides an extension of the AmazonServiceException for errors reported by Amazon S3 while processing a request. In particular, this class provides access to the Amazon S3 extended request ID. If Amazon S3 is incorrectly handling a request and you need to contact Amazon, this extended request ID may provide useful debugging information.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ResourceNotFoundException The resource could not be found.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateAwsLogSource
func (*SecurityLake) CreateAwsLogSourceRequest ¶
func (c *SecurityLake) CreateAwsLogSourceRequest(input *CreateAwsLogSourceInput) (req *request.Request, output *CreateAwsLogSourceOutput)
CreateAwsLogSourceRequest generates a "aws/request.Request" representing the client's request for the CreateAwsLogSource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateAwsLogSource for more information on using the CreateAwsLogSource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateAwsLogSourceRequest method. req, resp := client.CreateAwsLogSourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateAwsLogSource
func (*SecurityLake) CreateAwsLogSourceWithContext ¶
func (c *SecurityLake) CreateAwsLogSourceWithContext(ctx aws.Context, input *CreateAwsLogSourceInput, opts ...request.Option) (*CreateAwsLogSourceOutput, error)
CreateAwsLogSourceWithContext is the same as CreateAwsLogSource with the addition of the ability to pass a context and additional request options.
See CreateAwsLogSource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) CreateCustomLogSource ¶
func (c *SecurityLake) CreateCustomLogSource(input *CreateCustomLogSourceInput) (*CreateCustomLogSourceOutput, error)
CreateCustomLogSource API operation for Amazon Security Lake.
Adds a third-party custom source in Amazon Security Lake, from the 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 to an associated Glue table and an Glue crawler.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation CreateCustomLogSource for usage and error information.
Returned Error Types:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
ConflictSourceNamesException There was a conflict when you attempted to modify a Security Lake source name.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
BucketNotFoundException Amazon Security Lake generally returns 404 errors if the requested object is missing from the bucket.
ResourceNotFoundException The resource could not be found.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateCustomLogSource
func (*SecurityLake) CreateCustomLogSourceRequest ¶
func (c *SecurityLake) CreateCustomLogSourceRequest(input *CreateCustomLogSourceInput) (req *request.Request, output *CreateCustomLogSourceOutput)
CreateCustomLogSourceRequest generates a "aws/request.Request" representing the client's request for the CreateCustomLogSource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateCustomLogSource for more information on using the CreateCustomLogSource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateCustomLogSourceRequest method. req, resp := client.CreateCustomLogSourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateCustomLogSource
func (*SecurityLake) CreateCustomLogSourceWithContext ¶
func (c *SecurityLake) CreateCustomLogSourceWithContext(ctx aws.Context, input *CreateCustomLogSourceInput, opts ...request.Option) (*CreateCustomLogSourceOutput, error)
CreateCustomLogSourceWithContext is the same as CreateCustomLogSource with the addition of the ability to pass a context and additional request options.
See CreateCustomLogSource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) CreateDatalake ¶
func (c *SecurityLake) CreateDatalake(input *CreateDatalakeInput) (*CreateDatalakeOutput, error)
CreateDatalake API operation for Amazon Security Lake.
Initializes an Amazon Security Lake instance with the provided (or default) configuration. You can enable Security Lake in Amazon Web Services Regions with customized settings before enabling log collection in Regions. You can either use the enableAll parameter to specify all Regions or specify the Regions where you want to enable Security Lake. To specify particular Regions, use the Regions parameter and then 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:
ServiceQuotaExceededException You have exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use Service Quotas to request a service quota increase.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
ThrottlingException The limit on the number of requests per second was exceeded.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ResourceNotFoundException The resource could not be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDatalake
func (*SecurityLake) CreateDatalakeAutoEnable ¶
func (c *SecurityLake) CreateDatalakeAutoEnable(input *CreateDatalakeAutoEnableInput) (*CreateDatalakeAutoEnableOutput, error)
CreateDatalakeAutoEnable API operation for Amazon Security Lake.
Automatically 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 CreateDatalakeAutoEnable for usage and error information.
Returned Error Types:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDatalakeAutoEnable
func (*SecurityLake) CreateDatalakeAutoEnableRequest ¶
func (c *SecurityLake) CreateDatalakeAutoEnableRequest(input *CreateDatalakeAutoEnableInput) (req *request.Request, output *CreateDatalakeAutoEnableOutput)
CreateDatalakeAutoEnableRequest generates a "aws/request.Request" representing the client's request for the CreateDatalakeAutoEnable operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDatalakeAutoEnable for more information on using the CreateDatalakeAutoEnable API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDatalakeAutoEnableRequest method. req, resp := client.CreateDatalakeAutoEnableRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDatalakeAutoEnable
func (*SecurityLake) CreateDatalakeAutoEnableWithContext ¶
func (c *SecurityLake) CreateDatalakeAutoEnableWithContext(ctx aws.Context, input *CreateDatalakeAutoEnableInput, opts ...request.Option) (*CreateDatalakeAutoEnableOutput, error)
CreateDatalakeAutoEnableWithContext is the same as CreateDatalakeAutoEnable with the addition of the ability to pass a context and additional request options.
See CreateDatalakeAutoEnable for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) CreateDatalakeDelegatedAdmin ¶
func (c *SecurityLake) CreateDatalakeDelegatedAdmin(input *CreateDatalakeDelegatedAdminInput) (*CreateDatalakeDelegatedAdminOutput, error)
CreateDatalakeDelegatedAdmin API operation for Amazon Security Lake.
Designates the 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 CreateDatalakeDelegatedAdmin for usage and error information.
Returned Error Types:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
ThrottlingException The limit on the number of requests per second was exceeded.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDatalakeDelegatedAdmin
func (*SecurityLake) CreateDatalakeDelegatedAdminRequest ¶
func (c *SecurityLake) CreateDatalakeDelegatedAdminRequest(input *CreateDatalakeDelegatedAdminInput) (req *request.Request, output *CreateDatalakeDelegatedAdminOutput)
CreateDatalakeDelegatedAdminRequest generates a "aws/request.Request" representing the client's request for the CreateDatalakeDelegatedAdmin operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDatalakeDelegatedAdmin for more information on using the CreateDatalakeDelegatedAdmin API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDatalakeDelegatedAdminRequest method. req, resp := client.CreateDatalakeDelegatedAdminRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDatalakeDelegatedAdmin
func (*SecurityLake) CreateDatalakeDelegatedAdminWithContext ¶
func (c *SecurityLake) CreateDatalakeDelegatedAdminWithContext(ctx aws.Context, input *CreateDatalakeDelegatedAdminInput, opts ...request.Option) (*CreateDatalakeDelegatedAdminOutput, error)
CreateDatalakeDelegatedAdminWithContext is the same as CreateDatalakeDelegatedAdmin with the addition of the ability to pass a context and additional request options.
See CreateDatalakeDelegatedAdmin for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) CreateDatalakeExceptionsSubscription ¶
func (c *SecurityLake) CreateDatalakeExceptionsSubscription(input *CreateDatalakeExceptionsSubscriptionInput) (*CreateDatalakeExceptionsSubscriptionOutput, error)
CreateDatalakeExceptionsSubscription 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 CreateDatalakeExceptionsSubscription for usage and error information.
Returned Error Types:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDatalakeExceptionsSubscription
func (*SecurityLake) CreateDatalakeExceptionsSubscriptionRequest ¶
func (c *SecurityLake) CreateDatalakeExceptionsSubscriptionRequest(input *CreateDatalakeExceptionsSubscriptionInput) (req *request.Request, output *CreateDatalakeExceptionsSubscriptionOutput)
CreateDatalakeExceptionsSubscriptionRequest generates a "aws/request.Request" representing the client's request for the CreateDatalakeExceptionsSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDatalakeExceptionsSubscription for more information on using the CreateDatalakeExceptionsSubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDatalakeExceptionsSubscriptionRequest method. req, resp := client.CreateDatalakeExceptionsSubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDatalakeExceptionsSubscription
func (*SecurityLake) CreateDatalakeExceptionsSubscriptionWithContext ¶
func (c *SecurityLake) CreateDatalakeExceptionsSubscriptionWithContext(ctx aws.Context, input *CreateDatalakeExceptionsSubscriptionInput, opts ...request.Option) (*CreateDatalakeExceptionsSubscriptionOutput, error)
CreateDatalakeExceptionsSubscriptionWithContext is the same as CreateDatalakeExceptionsSubscription with the addition of the ability to pass a context and additional request options.
See CreateDatalakeExceptionsSubscription for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) CreateDatalakeRequest ¶
func (c *SecurityLake) CreateDatalakeRequest(input *CreateDatalakeInput) (req *request.Request, output *CreateDatalakeOutput)
CreateDatalakeRequest generates a "aws/request.Request" representing the client's request for the CreateDatalake operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDatalake for more information on using the CreateDatalake API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDatalakeRequest method. req, resp := client.CreateDatalakeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateDatalake
func (*SecurityLake) CreateDatalakeWithContext ¶
func (c *SecurityLake) CreateDatalakeWithContext(ctx aws.Context, input *CreateDatalakeInput, opts ...request.Option) (*CreateDatalakeOutput, error)
CreateDatalakeWithContext is the same as CreateDatalake with the addition of the ability to pass a context and additional request options.
See CreateDatalake for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) CreateSubscriber ¶
func (c *SecurityLake) CreateSubscriber(input *CreateSubscriberInput) (*CreateSubscriberOutput, error)
CreateSubscriber API operation for Amazon Security Lake.
Creates a subscription permission for accounts that are already enabled in 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:
ConflictSubscriptionException A conflicting subscription exception operation is in progress.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
BucketNotFoundException Amazon Security Lake generally returns 404 errors if the requested object is missing from the bucket.
ResourceNotFoundException The resource could not be found.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
InvalidInputException The request was rejected because a value that's not valid or is out of range was supplied for an input parameter.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateSubscriber
func (*SecurityLake) CreateSubscriberRequest ¶
func (c *SecurityLake) CreateSubscriberRequest(input *CreateSubscriberInput) (req *request.Request, output *CreateSubscriberOutput)
CreateSubscriberRequest generates a "aws/request.Request" representing the client's request for the CreateSubscriber operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateSubscriber for more information on using the CreateSubscriber API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateSubscriberRequest method. req, resp := client.CreateSubscriberRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/CreateSubscriber
func (*SecurityLake) CreateSubscriberWithContext ¶
func (c *SecurityLake) CreateSubscriberWithContext(ctx aws.Context, input *CreateSubscriberInput, opts ...request.Option) (*CreateSubscriberOutput, error)
CreateSubscriberWithContext is the same as CreateSubscriber with the addition of the ability to pass a context and additional request options.
See CreateSubscriber for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) CreateSubscriptionNotificationConfiguration ¶
func (c *SecurityLake) CreateSubscriptionNotificationConfiguration(input *CreateSubscriptionNotificationConfigurationInput) (*CreateSubscriptionNotificationConfigurationOutput, error)
CreateSubscriptionNotificationConfiguration 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 CreateSubscriptionNotificationConfiguration for usage and error information.
Returned Error Types:
ConcurrentModificationException More than one process tried to modify a resource at the same time.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ResourceNotFoundException The resource could not be found.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
InvalidInputException The request was rejected because a value that's not valid or is out of range was supplied for an input parameter.
func (*SecurityLake) CreateSubscriptionNotificationConfigurationRequest ¶
func (c *SecurityLake) CreateSubscriptionNotificationConfigurationRequest(input *CreateSubscriptionNotificationConfigurationInput) (req *request.Request, output *CreateSubscriptionNotificationConfigurationOutput)
CreateSubscriptionNotificationConfigurationRequest generates a "aws/request.Request" representing the client's request for the CreateSubscriptionNotificationConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateSubscriptionNotificationConfiguration for more information on using the CreateSubscriptionNotificationConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateSubscriptionNotificationConfigurationRequest method. req, resp := client.CreateSubscriptionNotificationConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*SecurityLake) CreateSubscriptionNotificationConfigurationWithContext ¶
func (c *SecurityLake) CreateSubscriptionNotificationConfigurationWithContext(ctx aws.Context, input *CreateSubscriptionNotificationConfigurationInput, opts ...request.Option) (*CreateSubscriptionNotificationConfigurationOutput, error)
CreateSubscriptionNotificationConfigurationWithContext is the same as CreateSubscriptionNotificationConfiguration with the addition of the ability to pass a context and additional request options.
See CreateSubscriptionNotificationConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) DeleteAwsLogSource ¶
func (c *SecurityLake) DeleteAwsLogSource(input *DeleteAwsLogSourceInput) (*DeleteAwsLogSourceOutput, error)
DeleteAwsLogSource API operation for Amazon Security Lake.
Removes a natively supported Amazon Web Service as an Amazon Security Lake source. When you remove the source, Security Lake stops collecting data from that source, and subscribers can no longer consume new data from the source. Subscribers can still consume data that Security Lake collected from the source before disablement.
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. At least one of the three dimensions is a mandatory input to this API. However, you can supply any combination of the three dimensions to this API.
By default, a dimension refers to the entire set. This is overridden when you supply any one of the inputs. For instance, when you do not specify members, the API disables all Security Lake member accounts for sources. Similarly, when you do not specify Regions, Security Lake is disabled for all the Regions where Security Lake is available as a service.
When you don't provide a dimension, Security Lake assumes that the missing dimension refers to the entire set. For example, if you don't provide specific accounts, the API applies to the entire set of accounts in your organization.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation DeleteAwsLogSource for usage and error information.
Returned Error Types:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteAwsLogSource
func (*SecurityLake) DeleteAwsLogSourceRequest ¶
func (c *SecurityLake) DeleteAwsLogSourceRequest(input *DeleteAwsLogSourceInput) (req *request.Request, output *DeleteAwsLogSourceOutput)
DeleteAwsLogSourceRequest generates a "aws/request.Request" representing the client's request for the DeleteAwsLogSource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteAwsLogSource for more information on using the DeleteAwsLogSource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteAwsLogSourceRequest method. req, resp := client.DeleteAwsLogSourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteAwsLogSource
func (*SecurityLake) DeleteAwsLogSourceWithContext ¶
func (c *SecurityLake) DeleteAwsLogSourceWithContext(ctx aws.Context, input *DeleteAwsLogSourceInput, opts ...request.Option) (*DeleteAwsLogSourceOutput, error)
DeleteAwsLogSourceWithContext is the same as DeleteAwsLogSource with the addition of the ability to pass a context and additional request options.
See DeleteAwsLogSource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) DeleteCustomLogSource ¶
func (c *SecurityLake) DeleteCustomLogSource(input *DeleteCustomLogSourceInput) (*DeleteCustomLogSourceOutput, error)
DeleteCustomLogSource API operation for Amazon Security Lake.
Removes a custom log source from 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 DeleteCustomLogSource for usage and error information.
Returned Error Types:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
ConflictSourceNamesException There was a conflict when you attempted to modify a Security Lake source name.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
BucketNotFoundException Amazon Security Lake generally returns 404 errors if the requested object is missing from the bucket.
ResourceNotFoundException The resource could not be found.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteCustomLogSource
func (*SecurityLake) DeleteCustomLogSourceRequest ¶
func (c *SecurityLake) DeleteCustomLogSourceRequest(input *DeleteCustomLogSourceInput) (req *request.Request, output *DeleteCustomLogSourceOutput)
DeleteCustomLogSourceRequest generates a "aws/request.Request" representing the client's request for the DeleteCustomLogSource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteCustomLogSource for more information on using the DeleteCustomLogSource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteCustomLogSourceRequest method. req, resp := client.DeleteCustomLogSourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteCustomLogSource
func (*SecurityLake) DeleteCustomLogSourceWithContext ¶
func (c *SecurityLake) DeleteCustomLogSourceWithContext(ctx aws.Context, input *DeleteCustomLogSourceInput, opts ...request.Option) (*DeleteCustomLogSourceOutput, error)
DeleteCustomLogSourceWithContext is the same as DeleteCustomLogSource with the addition of the ability to pass a context and additional request options.
See DeleteCustomLogSource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) DeleteDatalake ¶
func (c *SecurityLake) DeleteDatalake(input *DeleteDatalakeInput) (*DeleteDatalakeOutput, error)
DeleteDatalake API operation for Amazon Security Lake.
When you delete Amazon Security Lake from your account, Security Lake is disabled in all Amazon Web Services Regions. Also, this API automatically takes steps to remove the account from Security Lake .
This operation disables security data collection from sources, deletes data stored, and stops making data accessible to subscribers. Security Lake also deletes 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. The DeleteDatalake operation does not delete the 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:
ServiceQuotaExceededException You have exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use Service Quotas to request a service quota increase.
ConflictException Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
ThrottlingException The limit on the number of requests per second was exceeded.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ResourceNotFoundException The resource could not be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDatalake
func (*SecurityLake) DeleteDatalakeAutoEnable ¶
func (c *SecurityLake) DeleteDatalakeAutoEnable(input *DeleteDatalakeAutoEnableInput) (*DeleteDatalakeAutoEnableOutput, error)
DeleteDatalakeAutoEnable API operation for Amazon Security Lake.
DeleteDatalakeAutoEnable removes automatic enablement of configuration settings for new member accounts (but keeps settings for the delegated administrator) from Amazon Security Lake. You must run this API using credentials of the delegated administrator. When you run this API, new member accounts that are added after the organization enables Security Lake won't contribute to the data lake.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation DeleteDatalakeAutoEnable for usage and error information.
Returned Error Types:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDatalakeAutoEnable
func (*SecurityLake) DeleteDatalakeAutoEnableRequest ¶
func (c *SecurityLake) DeleteDatalakeAutoEnableRequest(input *DeleteDatalakeAutoEnableInput) (req *request.Request, output *DeleteDatalakeAutoEnableOutput)
DeleteDatalakeAutoEnableRequest generates a "aws/request.Request" representing the client's request for the DeleteDatalakeAutoEnable operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDatalakeAutoEnable for more information on using the DeleteDatalakeAutoEnable API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDatalakeAutoEnableRequest method. req, resp := client.DeleteDatalakeAutoEnableRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDatalakeAutoEnable
func (*SecurityLake) DeleteDatalakeAutoEnableWithContext ¶
func (c *SecurityLake) DeleteDatalakeAutoEnableWithContext(ctx aws.Context, input *DeleteDatalakeAutoEnableInput, opts ...request.Option) (*DeleteDatalakeAutoEnableOutput, error)
DeleteDatalakeAutoEnableWithContext is the same as DeleteDatalakeAutoEnable with the addition of the ability to pass a context and additional request options.
See DeleteDatalakeAutoEnable for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) DeleteDatalakeDelegatedAdmin ¶
func (c *SecurityLake) DeleteDatalakeDelegatedAdmin(input *DeleteDatalakeDelegatedAdminInput) (*DeleteDatalakeDelegatedAdminOutput, error)
DeleteDatalakeDelegatedAdmin API operation for Amazon Security Lake.
Deletes the 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 DeleteDatalakeDelegatedAdmin for usage and error information.
Returned Error Types:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
ThrottlingException The limit on the number of requests per second was exceeded.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDatalakeDelegatedAdmin
func (*SecurityLake) DeleteDatalakeDelegatedAdminRequest ¶
func (c *SecurityLake) DeleteDatalakeDelegatedAdminRequest(input *DeleteDatalakeDelegatedAdminInput) (req *request.Request, output *DeleteDatalakeDelegatedAdminOutput)
DeleteDatalakeDelegatedAdminRequest generates a "aws/request.Request" representing the client's request for the DeleteDatalakeDelegatedAdmin operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDatalakeDelegatedAdmin for more information on using the DeleteDatalakeDelegatedAdmin API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDatalakeDelegatedAdminRequest method. req, resp := client.DeleteDatalakeDelegatedAdminRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDatalakeDelegatedAdmin
func (*SecurityLake) DeleteDatalakeDelegatedAdminWithContext ¶
func (c *SecurityLake) DeleteDatalakeDelegatedAdminWithContext(ctx aws.Context, input *DeleteDatalakeDelegatedAdminInput, opts ...request.Option) (*DeleteDatalakeDelegatedAdminOutput, error)
DeleteDatalakeDelegatedAdminWithContext is the same as DeleteDatalakeDelegatedAdmin with the addition of the ability to pass a context and additional request options.
See DeleteDatalakeDelegatedAdmin for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) DeleteDatalakeExceptionsSubscription ¶
func (c *SecurityLake) DeleteDatalakeExceptionsSubscription(input *DeleteDatalakeExceptionsSubscriptionInput) (*DeleteDatalakeExceptionsSubscriptionOutput, error)
DeleteDatalakeExceptionsSubscription 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 DeleteDatalakeExceptionsSubscription for usage and error information.
Returned Error Types:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDatalakeExceptionsSubscription
func (*SecurityLake) DeleteDatalakeExceptionsSubscriptionRequest ¶
func (c *SecurityLake) DeleteDatalakeExceptionsSubscriptionRequest(input *DeleteDatalakeExceptionsSubscriptionInput) (req *request.Request, output *DeleteDatalakeExceptionsSubscriptionOutput)
DeleteDatalakeExceptionsSubscriptionRequest generates a "aws/request.Request" representing the client's request for the DeleteDatalakeExceptionsSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDatalakeExceptionsSubscription for more information on using the DeleteDatalakeExceptionsSubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDatalakeExceptionsSubscriptionRequest method. req, resp := client.DeleteDatalakeExceptionsSubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDatalakeExceptionsSubscription
func (*SecurityLake) DeleteDatalakeExceptionsSubscriptionWithContext ¶
func (c *SecurityLake) DeleteDatalakeExceptionsSubscriptionWithContext(ctx aws.Context, input *DeleteDatalakeExceptionsSubscriptionInput, opts ...request.Option) (*DeleteDatalakeExceptionsSubscriptionOutput, error)
DeleteDatalakeExceptionsSubscriptionWithContext is the same as DeleteDatalakeExceptionsSubscription with the addition of the ability to pass a context and additional request options.
See DeleteDatalakeExceptionsSubscription for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) DeleteDatalakeRequest ¶
func (c *SecurityLake) DeleteDatalakeRequest(input *DeleteDatalakeInput) (req *request.Request, output *DeleteDatalakeOutput)
DeleteDatalakeRequest generates a "aws/request.Request" representing the client's request for the DeleteDatalake operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDatalake for more information on using the DeleteDatalake API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDatalakeRequest method. req, resp := client.DeleteDatalakeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteDatalake
func (*SecurityLake) DeleteDatalakeWithContext ¶
func (c *SecurityLake) DeleteDatalakeWithContext(ctx aws.Context, input *DeleteDatalakeInput, opts ...request.Option) (*DeleteDatalakeOutput, error)
DeleteDatalakeWithContext is the same as DeleteDatalake with the addition of the ability to pass a context and additional request options.
See DeleteDatalake for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) DeleteSubscriber ¶
func (c *SecurityLake) DeleteSubscriber(input *DeleteSubscriberInput) (*DeleteSubscriberOutput, error)
DeleteSubscriber API operation for Amazon Security Lake.
Deletes the subscription permission for accounts that are already enabled in Amazon Security Lake. You can delete a subscriber and remove 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:
ConcurrentModificationException More than one process tried to modify a resource at the same time.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
BucketNotFoundException Amazon Security Lake generally returns 404 errors if the requested object is missing from the bucket.
ResourceNotFoundException The resource could not be found.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
InvalidInputException The request was rejected because a value that's not valid or is out of range was supplied for an input parameter.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteSubscriber
func (*SecurityLake) DeleteSubscriberRequest ¶
func (c *SecurityLake) DeleteSubscriberRequest(input *DeleteSubscriberInput) (req *request.Request, output *DeleteSubscriberOutput)
DeleteSubscriberRequest generates a "aws/request.Request" representing the client's request for the DeleteSubscriber operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteSubscriber for more information on using the DeleteSubscriber API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteSubscriberRequest method. req, resp := client.DeleteSubscriberRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/DeleteSubscriber
func (*SecurityLake) DeleteSubscriberWithContext ¶
func (c *SecurityLake) DeleteSubscriberWithContext(ctx aws.Context, input *DeleteSubscriberInput, opts ...request.Option) (*DeleteSubscriberOutput, error)
DeleteSubscriberWithContext is the same as DeleteSubscriber with the addition of the ability to pass a context and additional request options.
See DeleteSubscriber for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) DeleteSubscriptionNotificationConfiguration ¶
func (c *SecurityLake) DeleteSubscriptionNotificationConfiguration(input *DeleteSubscriptionNotificationConfigurationInput) (*DeleteSubscriptionNotificationConfigurationOutput, error)
DeleteSubscriptionNotificationConfiguration 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 DeleteSubscriptionNotificationConfiguration for usage and error information.
Returned Error Types:
ConcurrentModificationException More than one process tried to modify a resource at the same time.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ResourceNotFoundException The resource could not be found.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
InvalidInputException The request was rejected because a value that's not valid or is out of range was supplied for an input parameter.
func (*SecurityLake) DeleteSubscriptionNotificationConfigurationRequest ¶
func (c *SecurityLake) DeleteSubscriptionNotificationConfigurationRequest(input *DeleteSubscriptionNotificationConfigurationInput) (req *request.Request, output *DeleteSubscriptionNotificationConfigurationOutput)
DeleteSubscriptionNotificationConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteSubscriptionNotificationConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteSubscriptionNotificationConfiguration for more information on using the DeleteSubscriptionNotificationConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteSubscriptionNotificationConfigurationRequest method. req, resp := client.DeleteSubscriptionNotificationConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*SecurityLake) DeleteSubscriptionNotificationConfigurationWithContext ¶
func (c *SecurityLake) DeleteSubscriptionNotificationConfigurationWithContext(ctx aws.Context, input *DeleteSubscriptionNotificationConfigurationInput, opts ...request.Option) (*DeleteSubscriptionNotificationConfigurationOutput, error)
DeleteSubscriptionNotificationConfigurationWithContext is the same as DeleteSubscriptionNotificationConfiguration with the addition of the ability to pass a context and additional request options.
See DeleteSubscriptionNotificationConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) GetDatalake ¶
func (c *SecurityLake) GetDatalake(input *GetDatalakeInput) (*GetDatalakeOutput, error)
GetDatalake API operation for Amazon Security Lake.
Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services account ID. You can use the GetDatalake API to know whether Security Lake is enabled for the current Region. This API does not take input parameters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation GetDatalake for usage and error information.
Returned Error Types:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ResourceNotFoundException The resource could not be found.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalake
func (*SecurityLake) GetDatalakeAutoEnable ¶
func (c *SecurityLake) GetDatalakeAutoEnable(input *GetDatalakeAutoEnableInput) (*GetDatalakeAutoEnableOutput, error)
GetDatalakeAutoEnable API operation for Amazon Security Lake.
Retrieves the configuration that will be automatically set up for accounts added to the organization after the organization has 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 GetDatalakeAutoEnable for usage and error information.
Returned Error Types:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalakeAutoEnable
func (*SecurityLake) GetDatalakeAutoEnableRequest ¶
func (c *SecurityLake) GetDatalakeAutoEnableRequest(input *GetDatalakeAutoEnableInput) (req *request.Request, output *GetDatalakeAutoEnableOutput)
GetDatalakeAutoEnableRequest generates a "aws/request.Request" representing the client's request for the GetDatalakeAutoEnable operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDatalakeAutoEnable for more information on using the GetDatalakeAutoEnable API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDatalakeAutoEnableRequest method. req, resp := client.GetDatalakeAutoEnableRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalakeAutoEnable
func (*SecurityLake) GetDatalakeAutoEnableWithContext ¶
func (c *SecurityLake) GetDatalakeAutoEnableWithContext(ctx aws.Context, input *GetDatalakeAutoEnableInput, opts ...request.Option) (*GetDatalakeAutoEnableOutput, error)
GetDatalakeAutoEnableWithContext is the same as GetDatalakeAutoEnable with the addition of the ability to pass a context and additional request options.
See GetDatalakeAutoEnable for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) GetDatalakeExceptionsExpiry ¶
func (c *SecurityLake) GetDatalakeExceptionsExpiry(input *GetDatalakeExceptionsExpiryInput) (*GetDatalakeExceptionsExpiryOutput, error)
GetDatalakeExceptionsExpiry API operation for Amazon Security Lake.
Retrieves the expiration period and time-to-live (TTL) for which the exception message will remain. Exceptions are stored by default, for 2 weeks from when a record was created in 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 GetDatalakeExceptionsExpiry for usage and error information.
Returned Error Types:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalakeExceptionsExpiry
func (*SecurityLake) GetDatalakeExceptionsExpiryRequest ¶
func (c *SecurityLake) GetDatalakeExceptionsExpiryRequest(input *GetDatalakeExceptionsExpiryInput) (req *request.Request, output *GetDatalakeExceptionsExpiryOutput)
GetDatalakeExceptionsExpiryRequest generates a "aws/request.Request" representing the client's request for the GetDatalakeExceptionsExpiry operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDatalakeExceptionsExpiry for more information on using the GetDatalakeExceptionsExpiry API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDatalakeExceptionsExpiryRequest method. req, resp := client.GetDatalakeExceptionsExpiryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalakeExceptionsExpiry
func (*SecurityLake) GetDatalakeExceptionsExpiryWithContext ¶
func (c *SecurityLake) GetDatalakeExceptionsExpiryWithContext(ctx aws.Context, input *GetDatalakeExceptionsExpiryInput, opts ...request.Option) (*GetDatalakeExceptionsExpiryOutput, error)
GetDatalakeExceptionsExpiryWithContext is the same as GetDatalakeExceptionsExpiry with the addition of the ability to pass a context and additional request options.
See GetDatalakeExceptionsExpiry for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) GetDatalakeExceptionsSubscription ¶
func (c *SecurityLake) GetDatalakeExceptionsSubscription(input *GetDatalakeExceptionsSubscriptionInput) (*GetDatalakeExceptionsSubscriptionOutput, error)
GetDatalakeExceptionsSubscription API operation for Amazon Security Lake.
Retrieves the details of exception notifications for the account in Amazon Security Lake.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Security Lake's API operation GetDatalakeExceptionsSubscription for usage and error information.
Returned Error Types:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalakeExceptionsSubscription
func (*SecurityLake) GetDatalakeExceptionsSubscriptionRequest ¶
func (c *SecurityLake) GetDatalakeExceptionsSubscriptionRequest(input *GetDatalakeExceptionsSubscriptionInput) (req *request.Request, output *GetDatalakeExceptionsSubscriptionOutput)
GetDatalakeExceptionsSubscriptionRequest generates a "aws/request.Request" representing the client's request for the GetDatalakeExceptionsSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDatalakeExceptionsSubscription for more information on using the GetDatalakeExceptionsSubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDatalakeExceptionsSubscriptionRequest method. req, resp := client.GetDatalakeExceptionsSubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalakeExceptionsSubscription
func (*SecurityLake) GetDatalakeExceptionsSubscriptionWithContext ¶
func (c *SecurityLake) GetDatalakeExceptionsSubscriptionWithContext(ctx aws.Context, input *GetDatalakeExceptionsSubscriptionInput, opts ...request.Option) (*GetDatalakeExceptionsSubscriptionOutput, error)
GetDatalakeExceptionsSubscriptionWithContext is the same as GetDatalakeExceptionsSubscription with the addition of the ability to pass a context and additional request options.
See GetDatalakeExceptionsSubscription for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) GetDatalakeRequest ¶
func (c *SecurityLake) GetDatalakeRequest(input *GetDatalakeInput) (req *request.Request, output *GetDatalakeOutput)
GetDatalakeRequest generates a "aws/request.Request" representing the client's request for the GetDatalake operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDatalake for more information on using the GetDatalake API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDatalakeRequest method. req, resp := client.GetDatalakeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalake
func (*SecurityLake) GetDatalakeStatus ¶
func (c *SecurityLake) GetDatalakeStatus(input *GetDatalakeStatusInput) (*GetDatalakeStatusOutput, error)
GetDatalakeStatus API operation for Amazon Security Lake.
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 GetDatalakeStatus for usage and error information.
Returned Error Types:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalakeStatus
func (*SecurityLake) GetDatalakeStatusPages ¶
func (c *SecurityLake) GetDatalakeStatusPages(input *GetDatalakeStatusInput, fn func(*GetDatalakeStatusOutput, bool) bool) error
GetDatalakeStatusPages iterates over the pages of a GetDatalakeStatus operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetDatalakeStatus method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetDatalakeStatus operation. pageNum := 0 err := client.GetDatalakeStatusPages(params, func(page *securitylake.GetDatalakeStatusOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SecurityLake) GetDatalakeStatusPagesWithContext ¶
func (c *SecurityLake) GetDatalakeStatusPagesWithContext(ctx aws.Context, input *GetDatalakeStatusInput, fn func(*GetDatalakeStatusOutput, bool) bool, opts ...request.Option) error
GetDatalakeStatusPagesWithContext same as GetDatalakeStatusPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) GetDatalakeStatusRequest ¶
func (c *SecurityLake) GetDatalakeStatusRequest(input *GetDatalakeStatusInput) (req *request.Request, output *GetDatalakeStatusOutput)
GetDatalakeStatusRequest generates a "aws/request.Request" representing the client's request for the GetDatalakeStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDatalakeStatus for more information on using the GetDatalakeStatus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDatalakeStatusRequest method. req, resp := client.GetDatalakeStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDatalakeStatus
func (*SecurityLake) GetDatalakeStatusWithContext ¶
func (c *SecurityLake) GetDatalakeStatusWithContext(ctx aws.Context, input *GetDatalakeStatusInput, opts ...request.Option) (*GetDatalakeStatusOutput, error)
GetDatalakeStatusWithContext is the same as GetDatalakeStatus with the addition of the ability to pass a context and additional request options.
See GetDatalakeStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) GetDatalakeWithContext ¶
func (c *SecurityLake) GetDatalakeWithContext(ctx aws.Context, input *GetDatalakeInput, opts ...request.Option) (*GetDatalakeOutput, error)
GetDatalakeWithContext is the same as GetDatalake with the addition of the ability to pass a context and additional request options.
See GetDatalake for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) GetSubscriber ¶
func (c *SecurityLake) GetSubscriber(input *GetSubscriberInput) (*GetSubscriberOutput, error)
GetSubscriber API operation for Amazon Security Lake.
Retrieves 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:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ResourceNotFoundException The resource could not be found.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
InvalidInputException The request was rejected because a value that's not valid or is out of range was supplied for an input parameter.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetSubscriber
func (*SecurityLake) GetSubscriberRequest ¶
func (c *SecurityLake) GetSubscriberRequest(input *GetSubscriberInput) (req *request.Request, output *GetSubscriberOutput)
GetSubscriberRequest generates a "aws/request.Request" representing the client's request for the GetSubscriber operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetSubscriber for more information on using the GetSubscriber API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetSubscriberRequest method. req, resp := client.GetSubscriberRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetSubscriber
func (*SecurityLake) GetSubscriberWithContext ¶
func (c *SecurityLake) GetSubscriberWithContext(ctx aws.Context, input *GetSubscriberInput, opts ...request.Option) (*GetSubscriberOutput, error)
GetSubscriberWithContext is the same as GetSubscriber with the addition of the ability to pass a context and additional request options.
See GetSubscriber for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) ListDatalakeExceptions ¶
func (c *SecurityLake) ListDatalakeExceptions(input *ListDatalakeExceptionsInput) (*ListDatalakeExceptionsOutput, error)
ListDatalakeExceptions API operation for Amazon Security Lake.
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:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListDatalakeExceptions
func (*SecurityLake) ListDatalakeExceptionsPages ¶
func (c *SecurityLake) ListDatalakeExceptionsPages(input *ListDatalakeExceptionsInput, fn func(*ListDatalakeExceptionsOutput, bool) bool) error
ListDatalakeExceptionsPages iterates over the pages of a ListDatalakeExceptions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListDatalakeExceptions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListDatalakeExceptions operation. pageNum := 0 err := client.ListDatalakeExceptionsPages(params, func(page *securitylake.ListDatalakeExceptionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SecurityLake) ListDatalakeExceptionsPagesWithContext ¶
func (c *SecurityLake) ListDatalakeExceptionsPagesWithContext(ctx aws.Context, input *ListDatalakeExceptionsInput, fn func(*ListDatalakeExceptionsOutput, bool) bool, opts ...request.Option) error
ListDatalakeExceptionsPagesWithContext same as ListDatalakeExceptionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) ListDatalakeExceptionsRequest ¶
func (c *SecurityLake) ListDatalakeExceptionsRequest(input *ListDatalakeExceptionsInput) (req *request.Request, output *ListDatalakeExceptionsOutput)
ListDatalakeExceptionsRequest generates a "aws/request.Request" representing the client's request for the ListDatalakeExceptions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListDatalakeExceptions for more information on using the ListDatalakeExceptions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListDatalakeExceptionsRequest method. req, resp := client.ListDatalakeExceptionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListDatalakeExceptions
func (*SecurityLake) ListDatalakeExceptionsWithContext ¶
func (c *SecurityLake) ListDatalakeExceptionsWithContext(ctx aws.Context, input *ListDatalakeExceptionsInput, opts ...request.Option) (*ListDatalakeExceptionsOutput, error)
ListDatalakeExceptionsWithContext is the same as ListDatalakeExceptions with the addition of the ability to pass a context and additional request options.
See ListDatalakeExceptions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) ListLogSources ¶
func (c *SecurityLake) ListLogSources(input *ListLogSourcesInput) (*ListLogSourcesOutput, error)
ListLogSources API operation for Amazon Security Lake.
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:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ResourceNotFoundException The resource could not be found.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListLogSources
func (*SecurityLake) ListLogSourcesPages ¶
func (c *SecurityLake) ListLogSourcesPages(input *ListLogSourcesInput, fn func(*ListLogSourcesOutput, bool) bool) error
ListLogSourcesPages iterates over the pages of a ListLogSources operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListLogSources method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListLogSources operation. pageNum := 0 err := client.ListLogSourcesPages(params, func(page *securitylake.ListLogSourcesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SecurityLake) ListLogSourcesPagesWithContext ¶
func (c *SecurityLake) ListLogSourcesPagesWithContext(ctx aws.Context, input *ListLogSourcesInput, fn func(*ListLogSourcesOutput, bool) bool, opts ...request.Option) error
ListLogSourcesPagesWithContext same as ListLogSourcesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) ListLogSourcesRequest ¶
func (c *SecurityLake) ListLogSourcesRequest(input *ListLogSourcesInput) (req *request.Request, output *ListLogSourcesOutput)
ListLogSourcesRequest generates a "aws/request.Request" representing the client's request for the ListLogSources operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListLogSources for more information on using the ListLogSources API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListLogSourcesRequest method. req, resp := client.ListLogSourcesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListLogSources
func (*SecurityLake) ListLogSourcesWithContext ¶
func (c *SecurityLake) ListLogSourcesWithContext(ctx aws.Context, input *ListLogSourcesInput, opts ...request.Option) (*ListLogSourcesOutput, error)
ListLogSourcesWithContext is the same as ListLogSources with the addition of the ability to pass a context and additional request options.
See ListLogSources for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) ListSubscribers ¶
func (c *SecurityLake) ListSubscribers(input *ListSubscribersInput) (*ListSubscribersOutput, error)
ListSubscribers API operation for Amazon Security Lake.
List all subscribers for the specific 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:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ResourceNotFoundException The resource could not be found.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
InvalidInputException The request was rejected because a value that's not valid or is out of range was supplied for an input parameter.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListSubscribers
func (*SecurityLake) ListSubscribersPages ¶
func (c *SecurityLake) ListSubscribersPages(input *ListSubscribersInput, fn func(*ListSubscribersOutput, bool) bool) error
ListSubscribersPages iterates over the pages of a ListSubscribers operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListSubscribers method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListSubscribers operation. pageNum := 0 err := client.ListSubscribersPages(params, func(page *securitylake.ListSubscribersOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SecurityLake) ListSubscribersPagesWithContext ¶
func (c *SecurityLake) ListSubscribersPagesWithContext(ctx aws.Context, input *ListSubscribersInput, fn func(*ListSubscribersOutput, bool) bool, opts ...request.Option) error
ListSubscribersPagesWithContext same as ListSubscribersPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) ListSubscribersRequest ¶
func (c *SecurityLake) ListSubscribersRequest(input *ListSubscribersInput) (req *request.Request, output *ListSubscribersOutput)
ListSubscribersRequest generates a "aws/request.Request" representing the client's request for the ListSubscribers operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListSubscribers for more information on using the ListSubscribers API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListSubscribersRequest method. req, resp := client.ListSubscribersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListSubscribers
func (*SecurityLake) ListSubscribersWithContext ¶
func (c *SecurityLake) ListSubscribersWithContext(ctx aws.Context, input *ListSubscribersInput, opts ...request.Option) (*ListSubscribersOutput, error)
ListSubscribersWithContext is the same as ListSubscribers with the addition of the ability to pass a context and additional request options.
See ListSubscribers for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) UpdateDatalake ¶
func (c *SecurityLake) UpdateDatalake(input *UpdateDatalakeInput) (*UpdateDatalakeOutput, error)
UpdateDatalake API operation for Amazon Security Lake.
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:
EventBridgeException Represents an error interacting with the Amazon EventBridge service.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ResourceNotFoundException The resource could not be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateDatalake
func (*SecurityLake) UpdateDatalakeExceptionsExpiry ¶
func (c *SecurityLake) UpdateDatalakeExceptionsExpiry(input *UpdateDatalakeExceptionsExpiryInput) (*UpdateDatalakeExceptionsExpiryOutput, error)
UpdateDatalakeExceptionsExpiry API operation for Amazon Security Lake.
Update the expiration period for the exception message to your preferred time, and control the time-to-live (TTL) for the exception message to remain. Exceptions are stored by default for 2 weeks from when a record was created 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 UpdateDatalakeExceptionsExpiry for usage and error information.
Returned Error Types:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateDatalakeExceptionsExpiry
func (*SecurityLake) UpdateDatalakeExceptionsExpiryRequest ¶
func (c *SecurityLake) UpdateDatalakeExceptionsExpiryRequest(input *UpdateDatalakeExceptionsExpiryInput) (req *request.Request, output *UpdateDatalakeExceptionsExpiryOutput)
UpdateDatalakeExceptionsExpiryRequest generates a "aws/request.Request" representing the client's request for the UpdateDatalakeExceptionsExpiry operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateDatalakeExceptionsExpiry for more information on using the UpdateDatalakeExceptionsExpiry API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateDatalakeExceptionsExpiryRequest method. req, resp := client.UpdateDatalakeExceptionsExpiryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateDatalakeExceptionsExpiry
func (*SecurityLake) UpdateDatalakeExceptionsExpiryWithContext ¶
func (c *SecurityLake) UpdateDatalakeExceptionsExpiryWithContext(ctx aws.Context, input *UpdateDatalakeExceptionsExpiryInput, opts ...request.Option) (*UpdateDatalakeExceptionsExpiryOutput, error)
UpdateDatalakeExceptionsExpiryWithContext is the same as UpdateDatalakeExceptionsExpiry with the addition of the ability to pass a context and additional request options.
See UpdateDatalakeExceptionsExpiry for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) UpdateDatalakeExceptionsSubscription ¶
func (c *SecurityLake) UpdateDatalakeExceptionsSubscription(input *UpdateDatalakeExceptionsSubscriptionInput) (*UpdateDatalakeExceptionsSubscriptionOutput, error)
UpdateDatalakeExceptionsSubscription 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 UpdateDatalakeExceptionsSubscription for usage and error information.
Returned Error Types:
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateDatalakeExceptionsSubscription
func (*SecurityLake) UpdateDatalakeExceptionsSubscriptionRequest ¶
func (c *SecurityLake) UpdateDatalakeExceptionsSubscriptionRequest(input *UpdateDatalakeExceptionsSubscriptionInput) (req *request.Request, output *UpdateDatalakeExceptionsSubscriptionOutput)
UpdateDatalakeExceptionsSubscriptionRequest generates a "aws/request.Request" representing the client's request for the UpdateDatalakeExceptionsSubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateDatalakeExceptionsSubscription for more information on using the UpdateDatalakeExceptionsSubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateDatalakeExceptionsSubscriptionRequest method. req, resp := client.UpdateDatalakeExceptionsSubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateDatalakeExceptionsSubscription
func (*SecurityLake) UpdateDatalakeExceptionsSubscriptionWithContext ¶
func (c *SecurityLake) UpdateDatalakeExceptionsSubscriptionWithContext(ctx aws.Context, input *UpdateDatalakeExceptionsSubscriptionInput, opts ...request.Option) (*UpdateDatalakeExceptionsSubscriptionOutput, error)
UpdateDatalakeExceptionsSubscriptionWithContext is the same as UpdateDatalakeExceptionsSubscription with the addition of the ability to pass a context and additional request options.
See UpdateDatalakeExceptionsSubscription for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) UpdateDatalakeRequest ¶
func (c *SecurityLake) UpdateDatalakeRequest(input *UpdateDatalakeInput) (req *request.Request, output *UpdateDatalakeOutput)
UpdateDatalakeRequest generates a "aws/request.Request" representing the client's request for the UpdateDatalake operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateDatalake for more information on using the UpdateDatalake API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateDatalakeRequest method. req, resp := client.UpdateDatalakeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateDatalake
func (*SecurityLake) UpdateDatalakeWithContext ¶
func (c *SecurityLake) UpdateDatalakeWithContext(ctx aws.Context, input *UpdateDatalakeInput, opts ...request.Option) (*UpdateDatalakeOutput, error)
UpdateDatalakeWithContext is the same as UpdateDatalake with the addition of the ability to pass a context and additional request options.
See UpdateDatalake for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) UpdateSubscriber ¶
func (c *SecurityLake) UpdateSubscriber(input *UpdateSubscriberInput) (*UpdateSubscriberOutput, error)
UpdateSubscriber API operation for Amazon Security Lake.
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:
ConflictSubscriptionException A conflicting subscription exception operation is in progress.
ConcurrentModificationException More than one process tried to modify a resource at the same time.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
InvalidInputException The request was rejected because a value that's not valid or is out of range was supplied for an input parameter.
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateSubscriber
func (*SecurityLake) UpdateSubscriberRequest ¶
func (c *SecurityLake) UpdateSubscriberRequest(input *UpdateSubscriberInput) (req *request.Request, output *UpdateSubscriberOutput)
UpdateSubscriberRequest generates a "aws/request.Request" representing the client's request for the UpdateSubscriber operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateSubscriber for more information on using the UpdateSubscriber API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateSubscriberRequest method. req, resp := client.UpdateSubscriberRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateSubscriber
func (*SecurityLake) UpdateSubscriberWithContext ¶
func (c *SecurityLake) UpdateSubscriberWithContext(ctx aws.Context, input *UpdateSubscriberInput, opts ...request.Option) (*UpdateSubscriberOutput, error)
UpdateSubscriberWithContext is the same as UpdateSubscriber with the addition of the ability to pass a context and additional request options.
See UpdateSubscriber for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*SecurityLake) UpdateSubscriptionNotificationConfiguration ¶
func (c *SecurityLake) UpdateSubscriptionNotificationConfiguration(input *UpdateSubscriptionNotificationConfigurationInput) (*UpdateSubscriptionNotificationConfigurationOutput, error)
UpdateSubscriptionNotificationConfiguration 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 UpdateSubscriptionNotificationConfiguration for usage and error information.
Returned Error Types:
ConcurrentModificationException More than one process tried to modify a resource at the same time.
InternalServerException Internal service exceptions are sometimes caused by transient issues. Before you start troubleshooting, perform the operation again.
ValidationException Your signing certificate could not be validated.
AccessDeniedException You do not have sufficient access to perform this action. Access denied errors appear when Amazon Security Lake explicitly or implicitly denies an authorization request. An explicit denial occurs when a policy contains a Deny statement for the specific Amazon Web Services action. An implicit denial occurs when there is no applicable Deny statement and also no applicable Allow statement.
ResourceNotFoundException The resource could not be found.
AccountNotFoundException Amazon Security Lake cannot find an Amazon Web Services account with the accountID that you specified, or the account whose credentials you used to make this request isn't a member of an organization.
InvalidInputException The request was rejected because a value that's not valid or is out of range was supplied for an input parameter.
func (*SecurityLake) UpdateSubscriptionNotificationConfigurationRequest ¶
func (c *SecurityLake) UpdateSubscriptionNotificationConfigurationRequest(input *UpdateSubscriptionNotificationConfigurationInput) (req *request.Request, output *UpdateSubscriptionNotificationConfigurationOutput)
UpdateSubscriptionNotificationConfigurationRequest generates a "aws/request.Request" representing the client's request for the UpdateSubscriptionNotificationConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateSubscriptionNotificationConfiguration for more information on using the UpdateSubscriptionNotificationConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateSubscriptionNotificationConfigurationRequest method. req, resp := client.UpdateSubscriptionNotificationConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*SecurityLake) UpdateSubscriptionNotificationConfigurationWithContext ¶
func (c *SecurityLake) UpdateSubscriptionNotificationConfigurationWithContext(ctx aws.Context, input *UpdateSubscriptionNotificationConfigurationInput, opts ...request.Option) (*UpdateSubscriptionNotificationConfigurationOutput, error)
UpdateSubscriptionNotificationConfigurationWithContext is the same as UpdateSubscriptionNotificationConfiguration with the addition of the ability to pass a context and additional request options.
See UpdateSubscriptionNotificationConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type ServiceQuotaExceededException ¶
type ServiceQuotaExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // That the rate of requests to Security Lake is exceeding the request quotas // for your Amazon Web Services account. // // QuotaCode is a required field QuotaCode *string `locationName:"quotaCode" type:"string" required:"true"` // The ID of the resource that exceeds the service quota. // // ResourceId is a required field ResourceId *string `locationName:"resourceId" type:"string" required:"true"` // The type of the resource that exceeds the service quota. // // ResourceType is a required field ResourceType *string `locationName:"resourceType" type:"string" required:"true"` // The code for the service in Service Quotas. // // ServiceCode is a required field ServiceCode *string `locationName:"serviceCode" type:"string" required:"true"` // contains filtered or unexported fields }
You have exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use Service Quotas to request a service quota increase.
func (*ServiceQuotaExceededException) Code ¶
func (s *ServiceQuotaExceededException) Code() string
Code returns the exception type name.
func (*ServiceQuotaExceededException) Error ¶
func (s *ServiceQuotaExceededException) Error() string
func (ServiceQuotaExceededException) GoString ¶
func (s ServiceQuotaExceededException) 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 (*ServiceQuotaExceededException) Message ¶
func (s *ServiceQuotaExceededException) Message() string
Message returns the exception's message.
func (*ServiceQuotaExceededException) OrigErr ¶
func (s *ServiceQuotaExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ServiceQuotaExceededException) RequestID ¶
func (s *ServiceQuotaExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ServiceQuotaExceededException) StatusCode ¶
func (s *ServiceQuotaExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ServiceQuotaExceededException) String ¶
func (s ServiceQuotaExceededException) 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 SourceType ¶
type SourceType struct { // Amazon Security Lake supports log and event collection for natively supported // Amazon Web Services. AwsSourceType *string `locationName:"awsSourceType" type:"string" enum:"AwsLogSourceType"` // Amazon Security Lake supports custom source types. For a detailed list, see // the Amazon Security Lake User Guide. CustomSourceType *string `locationName:"customSourceType" type:"string"` // contains filtered or unexported fields }
The supported source types from which logs and events are collected in Amazon Security Lake. 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 (SourceType) GoString ¶
func (s SourceType) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SourceType) SetAwsSourceType ¶
func (s *SourceType) SetAwsSourceType(v string) *SourceType
SetAwsSourceType sets the AwsSourceType field's value.
func (*SourceType) SetCustomSourceType ¶
func (s *SourceType) SetCustomSourceType(v string) *SourceType
SetCustomSourceType sets the CustomSourceType field's value.
func (SourceType) String ¶
func (s SourceType) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SubscriberResource ¶
type SubscriberResource struct { // You can choose to notify subscribers of new objects with an Amazon Simple // Queue Service (Amazon SQS) queue or through messaging to an HTTPS endpoint // provided by the subscriber. // // Subscribers can consume data by directly querying Lake Formation tables in // your Amazon S3 bucket through services like Amazon Athena. This subscription // type is defined as LAKEFORMATION. AccessTypes []*string `locationName:"accessTypes" type:"list" enum:"AccessType"` // The Amazon Web Services account ID you are using to create your Amazon Security // Lake account. // // AccountId is a required field AccountId *string `locationName:"accountId" min:"12" type:"string" required:"true"` // The date and time when the subscription was created. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" timestampFormat:"iso8601"` // The external ID of the subscriber. The external ID lets the user that is // assuming the role assert the circumstances in which they are operating. It // also provides a way for the account owner to permit the role to be assumed // only under specific circumstances. ExternalId *string `locationName:"externalId" type:"string"` // 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"` 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"` // The ARN for the Amazon Simple Notification Service. SnsArn *string `locationName:"snsArn" 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. // // SourceTypes is a required field SourceTypes []*SourceType `locationName:"sourceTypes" type:"list" required:"true"` // The subscriber descriptions for a subscriber account. The description for // a subscriber includes subscriberName, accountID, externalID, and subscriptionId. SubscriberDescription *string `locationName:"subscriberDescription" type:"string"` // The name of your Amazon Security Lake subscriber account. SubscriberName *string `locationName:"subscriberName" type:"string"` // The subscription endpoint to which exception messages are posted. SubscriptionEndpoint *string `locationName:"subscriptionEndpoint" type:"string"` // The subscription ID of the Amazon Security Lake subscriber account. // // SubscriptionId is a required field SubscriptionId *string `locationName:"subscriptionId" type:"string" required:"true"` // The subscription protocol to which exception messages are posted. SubscriptionProtocol *string `locationName:"subscriptionProtocol" type:"string" enum:"EndpointProtocol"` // The subscription status of the Amazon Security Lake subscriber account. SubscriptionStatus *string `locationName:"subscriptionStatus" type:"string" enum:"SubscriptionStatus"` // The date and time when the subscription was created. UpdatedAt *time.Time `locationName:"updatedAt" type:"timestamp" timestampFormat:"iso8601"` // contains filtered or unexported fields }
Provides details 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) SetAccountId ¶
func (s *SubscriberResource) SetAccountId(v string) *SubscriberResource
SetAccountId sets the AccountId field's value.
func (*SubscriberResource) SetCreatedAt ¶
func (s *SubscriberResource) SetCreatedAt(v time.Time) *SubscriberResource
SetCreatedAt sets the CreatedAt field's value.
func (*SubscriberResource) SetExternalId ¶
func (s *SubscriberResource) SetExternalId(v string) *SubscriberResource
SetExternalId sets the ExternalId field's value.
func (*SubscriberResource) SetResourceShareArn ¶ added in v1.44.222
func (s *SubscriberResource) SetResourceShareArn(v string) *SubscriberResource
SetResourceShareArn sets the ResourceShareArn field's value.
func (*SubscriberResource) SetResourceShareName ¶ added in v1.44.222
func (s *SubscriberResource) SetResourceShareName(v string) *SubscriberResource
SetResourceShareName sets the ResourceShareName field's value.
func (*SubscriberResource) SetRoleArn ¶
func (s *SubscriberResource) SetRoleArn(v string) *SubscriberResource
SetRoleArn sets the RoleArn field's value.
func (*SubscriberResource) SetS3BucketArn ¶
func (s *SubscriberResource) SetS3BucketArn(v string) *SubscriberResource
SetS3BucketArn sets the S3BucketArn field's value.
func (*SubscriberResource) SetSnsArn ¶
func (s *SubscriberResource) SetSnsArn(v string) *SubscriberResource
SetSnsArn sets the SnsArn field's value.
func (*SubscriberResource) SetSourceTypes ¶
func (s *SubscriberResource) SetSourceTypes(v []*SourceType) *SubscriberResource
SetSourceTypes sets the SourceTypes field's value.
func (*SubscriberResource) SetSubscriberDescription ¶
func (s *SubscriberResource) SetSubscriberDescription(v string) *SubscriberResource
SetSubscriberDescription sets the SubscriberDescription field's value.
func (*SubscriberResource) SetSubscriberName ¶
func (s *SubscriberResource) SetSubscriberName(v string) *SubscriberResource
SetSubscriberName sets the SubscriberName field's value.
func (*SubscriberResource) SetSubscriptionEndpoint ¶
func (s *SubscriberResource) SetSubscriptionEndpoint(v string) *SubscriberResource
SetSubscriptionEndpoint sets the SubscriptionEndpoint field's value.
func (*SubscriberResource) SetSubscriptionId ¶
func (s *SubscriberResource) SetSubscriptionId(v string) *SubscriberResource
SetSubscriptionId sets the SubscriptionId field's value.
func (*SubscriberResource) SetSubscriptionProtocol ¶
func (s *SubscriberResource) SetSubscriptionProtocol(v string) *SubscriberResource
SetSubscriptionProtocol sets the SubscriptionProtocol field's value.
func (*SubscriberResource) SetSubscriptionStatus ¶
func (s *SubscriberResource) SetSubscriptionStatus(v string) *SubscriberResource
SetSubscriptionStatus sets the SubscriptionStatus field's value.
func (*SubscriberResource) SetUpdatedAt ¶
func (s *SubscriberResource) SetUpdatedAt(v time.Time) *SubscriberResource
SetUpdatedAt sets the UpdatedAt field's value.
func (SubscriberResource) String ¶
func (s SubscriberResource) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ThrottlingException ¶
type ThrottlingException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // That the rate of requests to Security Lake is exceeding the request quotas // for your Amazon Web Services account. QuotaCode *string `locationName:"quotaCode" type:"string"` // Retry the request after the specified time. RetryAfterSeconds *int64 `location:"header" locationName:"Retry-After" type:"integer"` // The code for the service in Service Quotas. ServiceCode *string `locationName:"serviceCode" type:"string"` // contains filtered or unexported fields }
The limit on the number of requests per second was exceeded.
func (*ThrottlingException) Code ¶
func (s *ThrottlingException) Code() string
Code returns the exception type name.
func (*ThrottlingException) Error ¶
func (s *ThrottlingException) Error() string
func (ThrottlingException) GoString ¶
func (s ThrottlingException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ThrottlingException) Message ¶
func (s *ThrottlingException) Message() string
Message returns the exception's message.
func (*ThrottlingException) OrigErr ¶
func (s *ThrottlingException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ThrottlingException) RequestID ¶
func (s *ThrottlingException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ThrottlingException) StatusCode ¶
func (s *ThrottlingException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ThrottlingException) String ¶
func (s ThrottlingException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateDatalakeExceptionsExpiryInput ¶
type UpdateDatalakeExceptionsExpiryInput struct { // The time-to-live (TTL) for the exception message to remain. // // ExceptionMessageExpiry is a required field ExceptionMessageExpiry *int64 `locationName:"exceptionMessageExpiry" min:"1" type:"long" required:"true"` // contains filtered or unexported fields }
func (UpdateDatalakeExceptionsExpiryInput) GoString ¶
func (s UpdateDatalakeExceptionsExpiryInput) 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 (*UpdateDatalakeExceptionsExpiryInput) SetExceptionMessageExpiry ¶
func (s *UpdateDatalakeExceptionsExpiryInput) SetExceptionMessageExpiry(v int64) *UpdateDatalakeExceptionsExpiryInput
SetExceptionMessageExpiry sets the ExceptionMessageExpiry field's value.
func (UpdateDatalakeExceptionsExpiryInput) String ¶
func (s UpdateDatalakeExceptionsExpiryInput) 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 (*UpdateDatalakeExceptionsExpiryInput) Validate ¶
func (s *UpdateDatalakeExceptionsExpiryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateDatalakeExceptionsExpiryOutput ¶
type UpdateDatalakeExceptionsExpiryOutput struct {
// contains filtered or unexported fields
}
func (UpdateDatalakeExceptionsExpiryOutput) GoString ¶
func (s UpdateDatalakeExceptionsExpiryOutput) 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 (UpdateDatalakeExceptionsExpiryOutput) String ¶
func (s UpdateDatalakeExceptionsExpiryOutput) 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 UpdateDatalakeExceptionsSubscriptionInput ¶
type UpdateDatalakeExceptionsSubscriptionInput struct { // 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" enum:"SubscriptionProtocolType"` // contains filtered or unexported fields }
func (UpdateDatalakeExceptionsSubscriptionInput) GoString ¶
func (s UpdateDatalakeExceptionsSubscriptionInput) 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 (*UpdateDatalakeExceptionsSubscriptionInput) SetNotificationEndpoint ¶
func (s *UpdateDatalakeExceptionsSubscriptionInput) SetNotificationEndpoint(v string) *UpdateDatalakeExceptionsSubscriptionInput
SetNotificationEndpoint sets the NotificationEndpoint field's value.
func (*UpdateDatalakeExceptionsSubscriptionInput) SetSubscriptionProtocol ¶
func (s *UpdateDatalakeExceptionsSubscriptionInput) SetSubscriptionProtocol(v string) *UpdateDatalakeExceptionsSubscriptionInput
SetSubscriptionProtocol sets the SubscriptionProtocol field's value.
func (UpdateDatalakeExceptionsSubscriptionInput) String ¶
func (s UpdateDatalakeExceptionsSubscriptionInput) 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 (*UpdateDatalakeExceptionsSubscriptionInput) Validate ¶
func (s *UpdateDatalakeExceptionsSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateDatalakeExceptionsSubscriptionOutput ¶
type UpdateDatalakeExceptionsSubscriptionOutput struct {
// contains filtered or unexported fields
}
func (UpdateDatalakeExceptionsSubscriptionOutput) GoString ¶
func (s UpdateDatalakeExceptionsSubscriptionOutput) 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 (UpdateDatalakeExceptionsSubscriptionOutput) String ¶
func (s UpdateDatalakeExceptionsSubscriptionOutput) 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 map[string]*LakeConfigurationRequest `locationName:"configurations" type:"map" required:"true"` // contains filtered or unexported fields }
func (UpdateDatalakeInput) GoString ¶
func (s UpdateDatalakeInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDatalakeInput) SetConfigurations ¶
func (s *UpdateDatalakeInput) SetConfigurations(v map[string]*LakeConfigurationRequest) *UpdateDatalakeInput
SetConfigurations sets the Configurations field's value.
func (UpdateDatalakeInput) String ¶
func (s UpdateDatalakeInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDatalakeInput) Validate ¶
func (s *UpdateDatalakeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateDatalakeOutput ¶
type UpdateDatalakeOutput struct {
// contains filtered or unexported fields
}
func (UpdateDatalakeOutput) GoString ¶
func (s UpdateDatalakeOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UpdateDatalakeOutput) String ¶
func (s UpdateDatalakeOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateStatus ¶ added in v1.44.222
type UpdateStatus struct { // The details of the last UpdateDatalakeor DeleteDatalake API request which // failed. LastUpdateFailure *LastUpdateFailure `locationName:"lastUpdateFailure" type:"structure"` // The unique ID for the UpdateDatalake or DeleteDatalake API request. LastUpdateRequestId *string `locationName:"lastUpdateRequestId" type:"string"` // The status of the last UpdateDatalake or DeleteDatalake API request that // was requested. LastUpdateStatus *string `locationName:"lastUpdateStatus" type:"string" enum:"SettingsStatus"` // 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 (UpdateStatus) GoString ¶ added in v1.44.222
func (s UpdateStatus) 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 (*UpdateStatus) SetLastUpdateFailure ¶ added in v1.44.222
func (s *UpdateStatus) SetLastUpdateFailure(v *LastUpdateFailure) *UpdateStatus
SetLastUpdateFailure sets the LastUpdateFailure field's value.
func (*UpdateStatus) SetLastUpdateRequestId ¶ added in v1.44.222
func (s *UpdateStatus) SetLastUpdateRequestId(v string) *UpdateStatus
SetLastUpdateRequestId sets the LastUpdateRequestId field's value.
func (*UpdateStatus) SetLastUpdateStatus ¶ added in v1.44.222
func (s *UpdateStatus) SetLastUpdateStatus(v string) *UpdateStatus
SetLastUpdateStatus sets the LastUpdateStatus field's value.
func (UpdateStatus) String ¶ added in v1.44.222
func (s UpdateStatus) 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 external ID of the Security Lake account. ExternalId *string `locationName:"externalId" type:"string"` // A value created by Security Lake that uniquely identifies your subscription. // // Id is a required field Id *string `location:"uri" locationName:"id" type:"string" required:"true"` // 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). // // SourceTypes is a required field SourceTypes []*SourceType `locationName:"sourceTypes" type:"list" required:"true"` // The description of the Security Lake account subscriber. SubscriberDescription *string `locationName:"subscriberDescription" type:"string"` // 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) SetExternalId ¶
func (s *UpdateSubscriberInput) SetExternalId(v string) *UpdateSubscriberInput
SetExternalId sets the ExternalId field's value.
func (*UpdateSubscriberInput) SetId ¶
func (s *UpdateSubscriberInput) SetId(v string) *UpdateSubscriberInput
SetId sets the Id field's value.
func (*UpdateSubscriberInput) SetSourceTypes ¶
func (s *UpdateSubscriberInput) SetSourceTypes(v []*SourceType) *UpdateSubscriberInput
SetSourceTypes sets the SourceTypes field's value.
func (*UpdateSubscriberInput) SetSubscriberDescription ¶
func (s *UpdateSubscriberInput) SetSubscriberDescription(v string) *UpdateSubscriberInput
SetSubscriberDescription sets the SubscriberDescription field's value.
func (*UpdateSubscriberInput) SetSubscriberName ¶
func (s *UpdateSubscriberInput) SetSubscriberName(v string) *UpdateSubscriberInput
SetSubscriberName sets the SubscriberName field's value.
func (UpdateSubscriberInput) String ¶
func (s UpdateSubscriberInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateSubscriberInput) Validate ¶
func (s *UpdateSubscriberInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateSubscriberOutput ¶
type UpdateSubscriberOutput struct { // The account of the subscriber. 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".
type UpdateSubscriptionNotificationConfigurationInput ¶
type UpdateSubscriptionNotificationConfigurationInput struct { // Create a new subscription notification for the specified subscription ID // in Amazon Security Lake. CreateSqs *bool `locationName:"createSqs" type:"boolean"` // The key name for the subscription notification. HttpsApiKeyName *string `locationName:"httpsApiKeyName" type:"string"` // The key value for the subscription notification. HttpsApiKeyValue *string `locationName:"httpsApiKeyValue" type:"string"` // The HTTPS method used for the subscription notification. HttpsMethod *string `locationName:"httpsMethod" type:"string" enum:"HttpsMethod"` // The Amazon Resource Name (ARN) specifying the role of the subscriber. For // more information about ARNs and how to use them in policies, see, see the // 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. RoleArn *string `locationName:"roleArn" type:"string"` // The subscription endpoint in Security Lake. SubscriptionEndpoint *string `locationName:"subscriptionEndpoint" type:"string"` // The subscription ID for which the subscription notification is specified. // // SubscriptionId is a required field SubscriptionId *string `location:"uri" locationName:"subscriptionId" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateSubscriptionNotificationConfigurationInput) GoString ¶
func (s UpdateSubscriptionNotificationConfigurationInput) 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 (*UpdateSubscriptionNotificationConfigurationInput) SetCreateSqs ¶
func (s *UpdateSubscriptionNotificationConfigurationInput) SetCreateSqs(v bool) *UpdateSubscriptionNotificationConfigurationInput
SetCreateSqs sets the CreateSqs field's value.
func (*UpdateSubscriptionNotificationConfigurationInput) SetHttpsApiKeyName ¶
func (s *UpdateSubscriptionNotificationConfigurationInput) SetHttpsApiKeyName(v string) *UpdateSubscriptionNotificationConfigurationInput
SetHttpsApiKeyName sets the HttpsApiKeyName field's value.
func (*UpdateSubscriptionNotificationConfigurationInput) SetHttpsApiKeyValue ¶
func (s *UpdateSubscriptionNotificationConfigurationInput) SetHttpsApiKeyValue(v string) *UpdateSubscriptionNotificationConfigurationInput
SetHttpsApiKeyValue sets the HttpsApiKeyValue field's value.
func (*UpdateSubscriptionNotificationConfigurationInput) SetHttpsMethod ¶
func (s *UpdateSubscriptionNotificationConfigurationInput) SetHttpsMethod(v string) *UpdateSubscriptionNotificationConfigurationInput
SetHttpsMethod sets the HttpsMethod field's value.
func (*UpdateSubscriptionNotificationConfigurationInput) SetRoleArn ¶
func (s *UpdateSubscriptionNotificationConfigurationInput) SetRoleArn(v string) *UpdateSubscriptionNotificationConfigurationInput
SetRoleArn sets the RoleArn field's value.
func (*UpdateSubscriptionNotificationConfigurationInput) SetSubscriptionEndpoint ¶
func (s *UpdateSubscriptionNotificationConfigurationInput) SetSubscriptionEndpoint(v string) *UpdateSubscriptionNotificationConfigurationInput
SetSubscriptionEndpoint sets the SubscriptionEndpoint field's value.
func (*UpdateSubscriptionNotificationConfigurationInput) SetSubscriptionId ¶
func (s *UpdateSubscriptionNotificationConfigurationInput) SetSubscriptionId(v string) *UpdateSubscriptionNotificationConfigurationInput
SetSubscriptionId sets the SubscriptionId field's value.
func (UpdateSubscriptionNotificationConfigurationInput) String ¶
func (s UpdateSubscriptionNotificationConfigurationInput) 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 (*UpdateSubscriptionNotificationConfigurationInput) Validate ¶
func (s *UpdateSubscriptionNotificationConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateSubscriptionNotificationConfigurationOutput ¶
type UpdateSubscriptionNotificationConfigurationOutput struct { // Returns the ARN of the queue. QueueArn *string `locationName:"queueArn" type:"string"` // contains filtered or unexported fields }
func (UpdateSubscriptionNotificationConfigurationOutput) GoString ¶
func (s UpdateSubscriptionNotificationConfigurationOutput) 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 (*UpdateSubscriptionNotificationConfigurationOutput) SetQueueArn ¶
func (s *UpdateSubscriptionNotificationConfigurationOutput) SetQueueArn(v string) *UpdateSubscriptionNotificationConfigurationOutput
SetQueueArn sets the QueueArn field's value.
func (UpdateSubscriptionNotificationConfigurationOutput) String ¶
func (s UpdateSubscriptionNotificationConfigurationOutput) 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 ValidationException ¶
type ValidationException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The list of parameters that failed to validate. FieldList []*ValidationExceptionField `locationName:"fieldList" type:"list"` Message_ *string `locationName:"message" type:"string"` // The reason for the validation exception. // // Reason is a required field Reason *string `locationName:"reason" type:"string" required:"true" enum:"ValidationExceptionReason"` // contains filtered or unexported fields }
Your signing certificate could not be validated.
func (*ValidationException) Code ¶
func (s *ValidationException) Code() string
Code returns the exception type name.
func (*ValidationException) Error ¶
func (s *ValidationException) Error() string
func (ValidationException) GoString ¶
func (s ValidationException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ValidationException) Message ¶
func (s *ValidationException) Message() string
Message returns the exception's message.
func (*ValidationException) OrigErr ¶
func (s *ValidationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ValidationException) RequestID ¶
func (s *ValidationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ValidationException) StatusCode ¶
func (s *ValidationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ValidationException) String ¶
func (s ValidationException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ValidationExceptionField ¶
type ValidationExceptionField struct { // Describes the error encountered. // // Message is a required field Message *string `locationName:"message" type:"string" required:"true"` // Name of the validation exception. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
The input fails to meet the constraints specified in Amazon Security Lake.
func (ValidationExceptionField) GoString ¶
func (s ValidationExceptionField) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ValidationExceptionField) SetMessage ¶
func (s *ValidationExceptionField) SetMessage(v string) *ValidationExceptionField
SetMessage sets the Message field's value.
func (*ValidationExceptionField) SetName ¶
func (s *ValidationExceptionField) SetName(v string) *ValidationExceptionField
SetName sets the Name field's value.
func (ValidationExceptionField) String ¶
func (s ValidationExceptionField) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
Directories ¶
Path | Synopsis |
---|---|
Package securitylakeiface provides an interface to enable mocking the Amazon Security Lake service client for testing your code.
|
Package securitylakeiface provides an interface to enable mocking the Amazon Security Lake service client for testing your code. |