Expand description
Data structures used by operation inputs/outputs.
Modules§
Structs§
- ApiError
Type The error Secrets Manager encountered while retrieving an individual secret as part of
BatchGetSecretValue
.- Filter
Allows you to add filters when you use the search function in Secrets Manager. For more information, see Find secrets in Secrets Manager.
- Replica
Region Type A custom type that specifies a
Region
and theKmsKeyId
for a replica secret.- Replication
Status Type A replication object consisting of a
RegionReplicationStatus
object and includes a Region, KMSKeyId, status, and status message.- Rotation
Rules Type A structure that defines the rotation configuration for the secret.
- Secret
List Entry A structure that contains the details about a secret. It does not include the encrypted
SecretString
andSecretBinary
values. To get those values, use GetSecretValue .- Secret
Value Entry A structure that contains the secret value and other details for a secret.
- Secret
Versions List Entry A structure that contains information about one version of a secret.
- Tag
A structure that contains information about a tag.
- Validation
Errors Entry Displays errors that occurred during validation of the resource policy.
Enums§
- Filter
Name String Type - When writing a match expression against
FilterNameStringType
, 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. - Sort
Order Type - When writing a match expression against
SortOrderType
, 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. - Status
Type - When writing a match expression against
StatusType
, 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.