Expand description
Data structures used by operation inputs/outputs.
Modules§
Structs§
- Destination
Points to an
S3Destinationobject that contains information about your S3 bucket.- Encryption
Algorithm Options The encryption algorithm options that are available to a code-signing job.
- Hash
Algorithm Options The hash algorithms that are available to a code-signing job.
- Permission
A cross-account permission for a signing profile.
- S3Destination
The name and prefix of the Amazon S3 bucket where AWS Signer saves your signed objects.
- S3Signed
Object The Amazon S3 bucket name and key where Signer saved your signed code image.
- S3Source
Information about the Amazon S3 bucket where you saved your unsigned code.
- Signature
Validity Period The validity period for a signing job.
- Signed
Object Points to an
S3SignedObjectobject that contains information about your signed code image.- Signing
Configuration The configuration of a signing operation.
- Signing
Configuration Overrides A signing configuration that overrides the default encryption or hash algorithm of a signing job.
- Signing
Image Format The image format of a AWS Signer platform or profile.
- Signing
Job Contains information about a signing job.
- Signing
JobRevocation Record Revocation information for a signing job.
- Signing
Material The ACM certificate that is used to sign your code.
- Signing
Platform Contains information about the signing configurations and parameters that are used to perform a code-signing job.
- Signing
Platform Overrides Any overrides that are applied to the signing configuration of a signing platform.
- Signing
Profile Contains information about the ACM certificates and signing configuration parameters that can be used by a given code signing user.
- Signing
Profile Revocation Record Revocation information for a signing profile.
- Source
An
S3Sourceobject that contains information about the S3 bucket where you saved your unsigned code.
Enums§
- Category
- When writing a match expression against
Category, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Encryption
Algorithm - When writing a match expression against
EncryptionAlgorithm, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Hash
Algorithm - When writing a match expression against
HashAlgorithm, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Image
Format - When writing a match expression against
ImageFormat, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Signing
Profile Status - When writing a match expression against
SigningProfileStatus, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Signing
Status - When writing a match expression against
SigningStatus, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Validity
Type - When writing a match expression against
ValidityType, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.