package macie

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. macie
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AWSAccountId = String
  2. trait AccessDeniedExceptionException extends Object

    You do not have required permissions to access the requested resource.

    You do not have required permissions to access the requested resource.

    Annotations
    @RawJSType() @native()
  3. trait AssociateMemberAccountRequest extends Object
    Annotations
    @RawJSType() @native()
  4. trait AssociateS3ResourcesRequest extends Object
    Annotations
    @RawJSType() @native()
  5. trait AssociateS3ResourcesResult extends Object
    Annotations
    @RawJSType() @native()
  6. type BucketName = String
  7. trait ClassificationType extends Object

    The classification type that Amazon Macie applies to the associated S3 resources.

    The classification type that Amazon Macie applies to the associated S3 resources.

    Annotations
    @RawJSType() @native()
  8. trait ClassificationTypeUpdate extends Object

    The classification type that Amazon Macie applies to the associated S3 resources.

    The classification type that Amazon Macie applies to the associated S3 resources. At least one of the classification types (oneTime or continuous) must be specified.

    Annotations
    @RawJSType() @native()
  9. trait DisassociateMemberAccountRequest extends Object
    Annotations
    @RawJSType() @native()
  10. trait DisassociateS3ResourcesRequest extends Object
    Annotations
    @RawJSType() @native()
  11. trait DisassociateS3ResourcesResult extends Object
    Annotations
    @RawJSType() @native()
  12. type ErrorCode = String
  13. type ExceptionMessage = String
  14. trait FailedS3Resource extends Object

    Includes details about the failed S3 resources.

    Includes details about the failed S3 resources.

    Annotations
    @RawJSType() @native()
  15. type FailedS3Resources = Array[FailedS3Resource]
  16. type FieldName = String
  17. trait InternalExceptionException extends Object

    Internal server error.

    Internal server error.

    Annotations
    @RawJSType() @native()
  18. trait InvalidInputExceptionException extends Object

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

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

    Annotations
    @RawJSType() @native()
  19. trait LimitExceededExceptionException extends Object

    The request was rejected because it attempted to create resources beyond the current AWS account limits.

    The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.

    Annotations
    @RawJSType() @native()
  20. trait ListMemberAccountsRequest extends Object
    Annotations
    @RawJSType() @native()
  21. trait ListMemberAccountsResult extends Object
    Annotations
    @RawJSType() @native()
  22. trait ListS3ResourcesRequest extends Object
    Annotations
    @RawJSType() @native()
  23. trait ListS3ResourcesResult extends Object
    Annotations
    @RawJSType() @native()
  24. class Macie extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "Macie" )
  25. implicit final class MacieOps extends AnyVal
  26. type MaxResults = Int
  27. trait MemberAccount extends Object

    Contains information about the Amazon Macie member account.

    Contains information about the Amazon Macie member account.

    Annotations
    @RawJSType() @native()
  28. type MemberAccounts = Array[MemberAccount]
  29. type NextToken = String
  30. type Prefix = String
  31. type ResourceType = String
  32. type S3ContinuousClassificationType = String
  33. type S3OneTimeClassificationType = String
  34. trait S3Resource extends Object

    Contains information about the S3 resource.

    Contains information about the S3 resource. This data type is used as a request parameter in the DisassociateS3Resources action and can be used as a response parameter in the AssociateS3Resources and UpdateS3Resources actions.

    Annotations
    @RawJSType() @native()
  35. trait S3ResourceClassification extends Object

    The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.

    The S3 resources that you want to associate with Amazon Macie for monitoring and data classification. This data type is used as a request parameter in the AssociateS3Resources action and a response parameter in the ListS3Resources action.

    Annotations
    @RawJSType() @native()
  36. trait S3ResourceClassificationUpdate extends Object

    The S3 resources whose classification types you want to update.

    The S3 resources whose classification types you want to update. This data type is used as a request parameter in the UpdateS3Resources action.

    Annotations
    @RawJSType() @native()
  37. type S3Resources = Array[S3Resource]
  38. type S3ResourcesClassification = Array[S3ResourceClassification]
  39. type S3ResourcesClassificationUpdate = Array[S3ResourceClassificationUpdate]
  40. trait UpdateS3ResourcesRequest extends Object
    Annotations
    @RawJSType() @native()
  41. trait UpdateS3ResourcesResult extends Object
    Annotations
    @RawJSType() @native()

Inherited from AnyRef

Inherited from Any

Ungrouped