Module types

Module types 

Source
Expand description

Data structures used by operation inputs/outputs.

Modules§

builders
Builders
error
Error types that Amazon Cognito Identity can respond with.

Structs§

CognitoIdentityProvider

A provider representing an Amazon Cognito user pool and its client ID.

Credentials

Credentials for the provided identity ID.

IdentityDescription

A description of the identity.

IdentityPoolShortDescription

A description of the identity pool.

MappingRule

A rule that maps a claim name, a claim value, and a match type to a role ARN.

RoleMapping

A role mapping.

RulesConfigurationType

A container for rules.

UnprocessedIdentityId

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.

Enums§

AmbiguousRoleResolutionType
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.
ErrorCode
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.
MappingRuleMatchType
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.
RoleMappingType
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.