package signer

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

Type Members

  1. type BucketName = String
  2. trait CancelSigningProfileRequest extends Object
    Annotations
    @RawJSType() @native()
  3. type Category = String
  4. type CertificateArn = String
  5. type ClientRequestToken = String
  6. type CompletedAt = Date
  7. type CreatedAt = Date
  8. trait DescribeSigningJobRequest extends Object
    Annotations
    @RawJSType() @native()
  9. trait DescribeSigningJobResponse extends Object
    Annotations
    @RawJSType() @native()
  10. trait Destination extends Object

    Points to an S3Destination object that contains information about your S3 bucket.

    Points to an S3Destination object that contains information about your S3 bucket.

    Annotations
    @RawJSType() @native()
  11. type DisplayName = String
  12. type EncryptionAlgorithm = String
  13. trait EncryptionAlgorithmOptions extends Object

    The encryption algorithm options that are available to an AWS Signer job.

    The encryption algorithm options that are available to an AWS Signer job.

    Annotations
    @RawJSType() @native()
  14. type EncryptionAlgorithms = Array[EncryptionAlgorithm]
  15. trait GetSigningPlatformRequest extends Object
    Annotations
    @RawJSType() @native()
  16. trait GetSigningPlatformResponse extends Object
    Annotations
    @RawJSType() @native()
  17. trait GetSigningProfileRequest extends Object
    Annotations
    @RawJSType() @native()
  18. trait GetSigningProfileResponse extends Object
    Annotations
    @RawJSType() @native()
  19. type HashAlgorithm = String
  20. trait HashAlgorithmOptions extends Object

    The hash algorithms that are available to an AWS Signer job.

    The hash algorithms that are available to an AWS Signer job.

    Annotations
    @RawJSType() @native()
  21. type HashAlgorithms = Array[HashAlgorithm]
  22. type ImageFormat = String
  23. type ImageFormats = Array[ImageFormat]
  24. type JobId = String
  25. type Key = String
  26. trait ListSigningJobsRequest extends Object
    Annotations
    @RawJSType() @native()
  27. trait ListSigningJobsResponse extends Object
    Annotations
    @RawJSType() @native()
  28. trait ListSigningPlatformsRequest extends Object
    Annotations
    @RawJSType() @native()
  29. trait ListSigningPlatformsResponse extends Object
    Annotations
    @RawJSType() @native()
  30. trait ListSigningProfilesRequest extends Object
    Annotations
    @RawJSType() @native()
  31. trait ListSigningProfilesResponse extends Object
    Annotations
    @RawJSType() @native()
  32. type MaxResults = Int
  33. type MaxSizeInMB = Int
  34. type NextToken = String
  35. type PlatformId = String
  36. type Prefix = String
  37. type ProfileName = String
  38. trait PutSigningProfileRequest extends Object
    Annotations
    @RawJSType() @native()
  39. trait PutSigningProfileResponse extends Object
    Annotations
    @RawJSType() @native()
  40. type RequestedBy = String
  41. trait S3Destination extends Object

    The name and prefix of the S3 bucket where AWS Signer saves your signed objects.

    The name and prefix of the S3 bucket where AWS Signer saves your signed objects.

    Annotations
    @RawJSType() @native()
  42. trait S3SignedObject extends Object

    The S3 bucket name and key where AWS Signer saved your signed code image.

    The S3 bucket name and key where AWS Signer saved your signed code image.

    Annotations
    @RawJSType() @native()
  43. trait S3Source extends Object

    Information about the S3 bucket where you saved your unsigned code.

    Information about the S3 bucket where you saved your unsigned code.

    Annotations
    @RawJSType() @native()
  44. trait SignedObject extends Object

    Points to an S3SignedObject object that contains information about your signed code image.

    Points to an S3SignedObject object that contains information about your signed code image.

    Annotations
    @RawJSType() @native()
  45. class Signer extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "Signer" )
  46. implicit final class SignerOps extends AnyVal
  47. trait SigningConfiguration extends Object

    The configuration of an AWS Signer operation.

    The configuration of an AWS Signer operation.

    Annotations
    @RawJSType() @native()
  48. trait SigningConfigurationOverrides extends Object

    A signing configuration that overrides the default encryption or hash algorithm of a signing job.

    A signing configuration that overrides the default encryption or hash algorithm of a signing job.

    Annotations
    @RawJSType() @native()
  49. trait SigningImageFormat extends Object

    The image format of an AWS Signer platform or profile.

    The image format of an AWS Signer platform or profile.

    Annotations
    @RawJSType() @native()
  50. trait SigningJob extends Object

    Contains information about a signing job.

    Contains information about a signing job.

    Annotations
    @RawJSType() @native()
  51. type SigningJobs = Array[SigningJob]
  52. trait SigningMaterial extends Object

    The ACM certificate that is used to sign your code.

    The ACM certificate that is used to sign your code.

    Annotations
    @RawJSType() @native()
  53. type SigningParameterKey = String
  54. type SigningParameterValue = String
  55. type SigningParameters = Dictionary[SigningParameterValue]
  56. trait SigningPlatform extends Object

    Contains information about the signing configurations and parameters that is used to perform an AWS Signer job.

    Contains information about the signing configurations and parameters that is used to perform an AWS Signer job.

    Annotations
    @RawJSType() @native()
  57. trait SigningPlatformOverrides extends Object

    Any overrides that are applied to the signing configuration of an AWS Signer platform.

    Any overrides that are applied to the signing configuration of an AWS Signer platform.

    Annotations
    @RawJSType() @native()
  58. type SigningPlatforms = Array[SigningPlatform]
  59. trait SigningProfile extends Object

    Contains information about the ACM certificates and AWS Signer configuration parameters that can be used by a given AWS Signer user.

    Contains information about the ACM certificates and AWS Signer configuration parameters that can be used by a given AWS Signer user.

    Annotations
    @RawJSType() @native()
  60. type SigningProfileStatus = String
  61. type SigningProfiles = Array[SigningProfile]
  62. type SigningStatus = String
  63. trait Source extends Object

    An S3Source object that contains information about the S3 bucket where you saved your unsigned code.

    An S3Source object that contains information about the S3 bucket where you saved your unsigned code.

    Annotations
    @RawJSType() @native()
  64. trait StartSigningJobRequest extends Object
    Annotations
    @RawJSType() @native()
  65. trait StartSigningJobResponse extends Object
    Annotations
    @RawJSType() @native()
  66. type StatusReason = String
  67. type Version = String
  68. type key = String

Inherited from AnyRef

Inherited from Any

Ungrouped