Expand description
Data structures used by operation inputs/outputs.
Modules§
Structs§
- Cognito
Identity Provider A provider representing an Amazon Cognito user pool and its client ID.
- Credentials
Credentials for the provided identity ID.
- Identity
Description A description of the identity.
- Identity
Pool Short Description A description of the identity pool.
- Mapping
Rule A rule that maps a claim name, a claim value, and a match type to a role ARN.
- Role
Mapping A role mapping.
- Rules
Configuration Type A container for rules.
- Unprocessed
Identity Id An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
Enums§
- Ambiguous
Role Resolution Type - When writing a match expression against
AmbiguousRoleResolutionType, 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. - Error
Code - When writing a match expression against
ErrorCode, 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. - Mapping
Rule Match Type - When writing a match expression against
MappingRuleMatchType, 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. - Role
Mapping Type - When writing a match expression against
RoleMappingType, 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.