/** *

A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

For more information, see ActiveTrustedSigners.

*/ export interface _KeyPairIds { /** *

The number of active CloudFront key pairs for AwsAccountNumber.

For more information, see ActiveTrustedSigners.

*/ Quantity: number; /** *

A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

For more information, see ActiveTrustedSigners.

*/ Items?: Array | Iterable; } export interface _UnmarshalledKeyPairIds extends _KeyPairIds { /** *

A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.

For more information, see ActiveTrustedSigners.

*/ Items?: Array; }