'2.0', 'service' => '

Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers, containers, and applications that run outside of Amazon Web Services to obtain temporary Amazon Web Services credentials. Your workloads can use the same IAM policies and roles you have for native Amazon Web Services applications to access Amazon Web Services resources. Using IAM Roles Anywhere eliminates the need to manage long-term credentials for workloads running outside of Amazon Web Services.

To use IAM Roles Anywhere, your workloads must use X.509 certificates issued by their certificate authority (CA). You register the CA with IAM Roles Anywhere as a trust anchor to establish trust between your public key infrastructure (PKI) and IAM Roles Anywhere. If you don\'t manage your own PKI system, you can use Private Certificate Authority to create a CA and then use that to establish trust with IAM Roles Anywhere.

This guide describes the IAM Roles Anywhere operations that you can call programmatically. For more information about IAM Roles Anywhere, see the IAM Roles Anywhere User Guide.

', 'operations' => [ 'CreateProfile' => '

Creates a profile, a list of the roles that Roles Anywhere service is trusted to assume. You use profiles to intersect permissions with IAM managed policies.

Required permissions: rolesanywhere:CreateProfile.

', 'CreateTrustAnchor' => '

Creates a trust anchor to establish trust between IAM Roles Anywhere and your certificate authority (CA). You can define a trust anchor as a reference to an Private Certificate Authority (Private CA) or by uploading a CA certificate. Your Amazon Web Services workloads can authenticate with the trust anchor using certificates issued by the CA in exchange for temporary Amazon Web Services credentials.

Required permissions: rolesanywhere:CreateTrustAnchor.

', 'DeleteCrl' => '

Deletes a certificate revocation list (CRL).

Required permissions: rolesanywhere:DeleteCrl.

', 'DeleteProfile' => '

Deletes a profile.

Required permissions: rolesanywhere:DeleteProfile.

', 'DeleteTrustAnchor' => '

Deletes a trust anchor.

Required permissions: rolesanywhere:DeleteTrustAnchor.

', 'DisableCrl' => '

Disables a certificate revocation list (CRL).

Required permissions: rolesanywhere:DisableCrl.

', 'DisableProfile' => '

Disables a profile. When disabled, temporary credential requests with this profile fail.

Required permissions: rolesanywhere:DisableProfile.

', 'DisableTrustAnchor' => '

Disables a trust anchor. When disabled, temporary credential requests specifying this trust anchor are unauthorized.

Required permissions: rolesanywhere:DisableTrustAnchor.

', 'EnableCrl' => '

Enables a certificate revocation list (CRL). When enabled, certificates stored in the CRL are unauthorized to receive session credentials.

Required permissions: rolesanywhere:EnableCrl.

', 'EnableProfile' => '

Enables temporary credential requests for a profile.

Required permissions: rolesanywhere:EnableProfile.

', 'EnableTrustAnchor' => '

Enables a trust anchor. When enabled, certificates in the trust anchor chain are authorized for trust validation.

Required permissions: rolesanywhere:EnableTrustAnchor.

', 'GetCrl' => '

Gets a certificate revocation list (CRL).

Required permissions: rolesanywhere:GetCrl.

', 'GetProfile' => '

Gets a profile.

Required permissions: rolesanywhere:GetProfile.

', 'GetSubject' => '

Gets a subject, which associates a certificate identity with authentication attempts. The subject stores auditing information such as the status of the last authentication attempt, the certificate data used in the attempt, and the last time the associated identity attempted authentication.

Required permissions: rolesanywhere:GetSubject.

', 'GetTrustAnchor' => '

Gets a trust anchor.

Required permissions: rolesanywhere:GetTrustAnchor.

', 'ImportCrl' => '

Imports the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate Authority (CA). IAM Roles Anywhere validates against the CRL before issuing credentials.

Required permissions: rolesanywhere:ImportCrl.

', 'ListCrls' => '

Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region.

Required permissions: rolesanywhere:ListCrls.

', 'ListProfiles' => '

Lists all profiles in the authenticated account and Amazon Web Services Region.

Required permissions: rolesanywhere:ListProfiles.

', 'ListSubjects' => '

Lists the subjects in the authenticated account and Amazon Web Services Region.

Required permissions: rolesanywhere:ListSubjects.

', 'ListTagsForResource' => '

Lists the tags attached to the resource.

Required permissions: rolesanywhere:ListTagsForResource.

', 'ListTrustAnchors' => '

Lists the trust anchors in the authenticated account and Amazon Web Services Region.

Required permissions: rolesanywhere:ListTrustAnchors.

', 'PutNotificationSettings' => '

Attaches a list of notification settings to a trust anchor.

A notification setting includes information such as event name, threshold, status of the notification setting, and the channel to notify.

Required permissions: rolesanywhere:PutNotificationSettings.

', 'ResetNotificationSettings' => '

Resets the custom notification setting to IAM Roles Anywhere default setting.

Required permissions: rolesanywhere:ResetNotificationSettings.

', 'TagResource' => '

Attaches tags to a resource.

Required permissions: rolesanywhere:TagResource.

', 'UntagResource' => '

Removes tags from the resource.

Required permissions: rolesanywhere:UntagResource.

', 'UpdateCrl' => '

Updates the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate authority (CA). IAM Roles Anywhere validates against the CRL before issuing credentials.

Required permissions: rolesanywhere:UpdateCrl.

', 'UpdateProfile' => '

Updates a profile, a list of the roles that IAM Roles Anywhere service is trusted to assume. You use profiles to intersect permissions with IAM managed policies.

Required permissions: rolesanywhere:UpdateProfile.

', 'UpdateTrustAnchor' => '

Updates a trust anchor. You establish trust between IAM Roles Anywhere and your certificate authority (CA) by configuring a trust anchor. You can define a trust anchor as a reference to an Private Certificate Authority (Private CA) or by uploading a CA certificate. Your Amazon Web Services workloads can authenticate with the trust anchor using certificates issued by the CA in exchange for temporary Amazon Web Services credentials.

Required permissions: rolesanywhere:UpdateTrustAnchor.

', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => '

You do not have sufficient access to perform this action.

', 'refs' => [], ], 'AmazonResourceName' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceRequest$resourceArn' => '

The ARN of the resource.

', 'TagResourceRequest$resourceArn' => '

The ARN of the resource.

', 'UntagResourceRequest$resourceArn' => '

The ARN of the resource.

', ], ], 'Blob' => [ 'base' => NULL, 'refs' => [ 'CrlDetail$crlData' => '

The state of the certificate revocation list (CRL) after a read or write operation.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'CreateProfileRequest$enabled' => '

Specifies whether the profile is enabled.

', 'CreateProfileRequest$requireInstanceProperties' => '

Specifies whether instance properties are required in temporary credential requests with this profile.

', 'CreateTrustAnchorRequest$enabled' => '

Specifies whether the trust anchor is enabled.

', 'CredentialSummary$enabled' => '

Indicates whether the credential is enabled.

', 'CredentialSummary$failed' => '

Indicates whether the temporary credential request was successful.

', 'CrlDetail$enabled' => '

Indicates whether the certificate revocation list (CRL) is enabled.

', 'ImportCrlRequest$enabled' => '

Specifies whether the certificate revocation list (CRL) is enabled.

', 'InstanceProperty$failed' => '

Indicates whether the temporary credential request was successful.

', 'NotificationSetting$enabled' => '

Indicates whether the notification setting is enabled.

', 'NotificationSettingDetail$enabled' => '

Indicates whether the notification setting is enabled.

', 'ProfileDetail$enabled' => '

Indicates whether the profile is enabled.

', 'ProfileDetail$requireInstanceProperties' => '

Specifies whether instance properties are required in temporary credential requests with this profile.

', 'SubjectDetail$enabled' => '

The enabled status of the subject.

', 'SubjectSummary$enabled' => '

The enabled status of the subject.

', 'TrustAnchorDetail$enabled' => '

Indicates whether the trust anchor is enabled.

', ], ], 'CreateProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateProfileRequestDurationSecondsInteger' => [ 'base' => NULL, 'refs' => [ 'CreateProfileRequest$durationSeconds' => '

The number of seconds the vended session credentials are valid for.

', ], ], 'CreateTrustAnchorRequest' => [ 'base' => NULL, 'refs' => [], ], 'CredentialSummaries' => [ 'base' => NULL, 'refs' => [ 'SubjectDetail$credentials' => '

The temporary session credentials vended at the last authenticating call with this subject.

', ], ], 'CredentialSummary' => [ 'base' => '

A record of a presented X509 credential from a temporary credential request.

', 'refs' => [ 'CredentialSummaries$member' => NULL, ], ], 'CrlDetail' => [ 'base' => '

The state of the certificate revocation list (CRL) after a read or write operation.

', 'refs' => [ 'CrlDetailResponse$crl' => '

The state of the certificate revocation list (CRL) after a read or write operation.

', 'CrlDetails$member' => NULL, ], ], 'CrlDetailResponse' => [ 'base' => NULL, 'refs' => [], ], 'CrlDetails' => [ 'base' => NULL, 'refs' => [ 'ListCrlsResponse$crls' => '

A list of certificate revocation lists (CRL).

', ], ], 'ImportCrlRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportCrlRequestCrlDataBlob' => [ 'base' => NULL, 'refs' => [ 'ImportCrlRequest$crlData' => '

The x509 v3 specified certificate revocation list (CRL).

', ], ], 'InstanceProperties' => [ 'base' => NULL, 'refs' => [ 'SubjectDetail$instanceProperties' => '

The specified instance properties associated with the request.

', ], ], 'InstanceProperty' => [ 'base' => '

A key-value pair you set that identifies a property of the authenticating instance.

', 'refs' => [ 'InstanceProperties$member' => NULL, ], ], 'InstancePropertyMap' => [ 'base' => NULL, 'refs' => [ 'InstanceProperty$properties' => '

A list of instanceProperty objects.

', ], ], 'InstancePropertyMapKeyString' => [ 'base' => NULL, 'refs' => [ 'InstancePropertyMap$key' => NULL, ], ], 'InstancePropertyMapValueString' => [ 'base' => NULL, 'refs' => [ 'InstancePropertyMap$value' => NULL, ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'ListRequest$pageSize' => '

The number of resources in the paginated list.

', 'ProfileDetail$durationSeconds' => '

The number of seconds the vended session credentials are valid for.

', ], ], 'ListCrlsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListProfilesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListRequestNextTokenString' => [ 'base' => NULL, 'refs' => [ 'ListRequest$nextToken' => '

A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.

', ], ], 'ListSubjectsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTrustAnchorsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ManagedPolicyList' => [ 'base' => NULL, 'refs' => [ 'CreateProfileRequest$managedPolicyArns' => '

A list of managed policy ARNs that apply to the vended session credentials.

', 'ProfileDetail$managedPolicyArns' => '

A list of managed policy ARNs that apply to the vended session credentials.

', 'UpdateProfileRequest$managedPolicyArns' => '

A list of managed policy ARNs that apply to the vended session credentials.

', ], ], 'ManagedPolicyListMemberString' => [ 'base' => NULL, 'refs' => [ 'ManagedPolicyList$member' => NULL, ], ], 'NotificationChannel' => [ 'base' => NULL, 'refs' => [ 'NotificationSetting$channel' => '

The specified channel of notification. IAM Roles Anywhere uses CloudWatch metrics, EventBridge, and Health Dashboard to notify for an event.

In the absence of a specific channel, IAM Roles Anywhere applies this setting to \'ALL\' channels.

', 'NotificationSettingDetail$channel' => '

The specified channel of notification. IAM Roles Anywhere uses CloudWatch metrics, EventBridge, and Health Dashboard to notify for an event.

In the absence of a specific channel, IAM Roles Anywhere applies this setting to \'ALL\' channels.

', 'NotificationSettingKey$channel' => '

The specified channel of notification.

', ], ], 'NotificationEvent' => [ 'base' => NULL, 'refs' => [ 'NotificationSetting$event' => '

The event to which this notification setting is applied.

', 'NotificationSettingDetail$event' => '

The event to which this notification setting is applied.

', 'NotificationSettingKey$event' => '

The notification setting event to reset.

', ], ], 'NotificationSetting' => [ 'base' => '

Customizable notification settings that will be applied to notification events. IAM Roles Anywhere consumes these settings while notifying across multiple channels - CloudWatch metrics, EventBridge, and Health Dashboard.

', 'refs' => [ 'NotificationSettings$member' => NULL, ], ], 'NotificationSettingDetail' => [ 'base' => '

The state of a notification setting.

A notification setting includes information such as event name, threshold, status of the notification setting, and the channel to notify.

', 'refs' => [ 'NotificationSettingDetails$member' => NULL, ], ], 'NotificationSettingDetailConfiguredByString' => [ 'base' => NULL, 'refs' => [ 'NotificationSettingDetail$configuredBy' => '

The principal that configured the notification setting. For default settings configured by IAM Roles Anywhere, the value is rolesanywhere.amazonaws.com, and for customized notifications settings, it is the respective account ID.

', ], ], 'NotificationSettingDetailThresholdInteger' => [ 'base' => NULL, 'refs' => [ 'NotificationSettingDetail$threshold' => '

The number of days before a notification event.

', ], ], 'NotificationSettingDetails' => [ 'base' => NULL, 'refs' => [ 'TrustAnchorDetail$notificationSettings' => '

A list of notification settings to be associated to the trust anchor.

', ], ], 'NotificationSettingKey' => [ 'base' => '

A notification setting key to reset. A notification setting key includes the event and the channel.

', 'refs' => [ 'NotificationSettingKeys$member' => NULL, ], ], 'NotificationSettingKeys' => [ 'base' => NULL, 'refs' => [ 'ResetNotificationSettingsRequest$notificationSettingKeys' => '

A list of notification setting keys to reset. A notification setting key includes the event and the channel.

', ], ], 'NotificationSettingThresholdInteger' => [ 'base' => NULL, 'refs' => [ 'NotificationSetting$threshold' => '

The number of days before a notification event. This value is required for a notification setting that is enabled.

', ], ], 'NotificationSettings' => [ 'base' => NULL, 'refs' => [ 'CreateTrustAnchorRequest$notificationSettings' => '

A list of notification settings to be associated to the trust anchor.

', 'PutNotificationSettingsRequest$notificationSettings' => '

A list of notification settings to be associated to the trust anchor.

', ], ], 'ProfileArn' => [ 'base' => NULL, 'refs' => [ 'ProfileDetail$profileArn' => '

The ARN of the profile.

', ], ], 'ProfileDetail' => [ 'base' => '

The state of the profile after a read or write operation.

', 'refs' => [ 'ProfileDetailResponse$profile' => '

The state of the profile after a read or write operation.

', 'ProfileDetails$member' => NULL, ], ], 'ProfileDetailResponse' => [ 'base' => NULL, 'refs' => [], ], 'ProfileDetails' => [ 'base' => NULL, 'refs' => [ 'ListProfilesResponse$profiles' => '

A list of profiles.

', ], ], 'PutNotificationSettingsRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutNotificationSettingsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ResetNotificationSettingsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResetNotificationSettingsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ResourceName' => [ 'base' => NULL, 'refs' => [ 'CreateProfileRequest$name' => '

The name of the profile.

', 'CreateTrustAnchorRequest$name' => '

The name of the trust anchor.

', 'ImportCrlRequest$name' => '

The name of the certificate revocation list (CRL).

', 'ProfileDetail$name' => '

The name of the profile.

', 'TrustAnchorDetail$name' => '

The name of the trust anchor.

', 'UpdateCrlRequest$name' => '

The name of the Crl.

', 'UpdateProfileRequest$name' => '

The name of the profile.

', 'UpdateTrustAnchorRequest$name' => '

The name of the trust anchor.

', ], ], 'ResourceNotFoundException' => [ 'base' => '

The resource could not be found.

', 'refs' => [], ], 'RoleArn' => [ 'base' => NULL, 'refs' => [ 'RoleArnList$member' => NULL, ], ], 'RoleArnList' => [ 'base' => NULL, 'refs' => [ 'CreateProfileRequest$roleArns' => '

A list of IAM roles that this profile can assume in a temporary credential request.

', 'ProfileDetail$roleArns' => '

A list of IAM roles that this profile can assume in a temporary credential request.

', 'UpdateProfileRequest$roleArns' => '

A list of IAM roles that this profile can assume in a temporary credential request.

', ], ], 'ScalarCrlRequest' => [ 'base' => NULL, 'refs' => [], ], 'ScalarProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'ScalarSubjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'ScalarTrustAnchorRequest' => [ 'base' => NULL, 'refs' => [], ], 'Source' => [ 'base' => '

The trust anchor type and its related certificate data.

', 'refs' => [ 'CreateTrustAnchorRequest$source' => '

The trust anchor type and its related certificate data.

', 'TrustAnchorDetail$source' => '

The trust anchor type and its related certificate data.

', 'UpdateTrustAnchorRequest$source' => '

The trust anchor type and its related certificate data.

', ], ], 'SourceData' => [ 'base' => '

The data field of the trust anchor depending on its type.

', 'refs' => [ 'Source$sourceData' => '

The data field of the trust anchor depending on its type.

', ], ], 'SourceDataX509CertificateDataString' => [ 'base' => NULL, 'refs' => [ 'SourceData$x509CertificateData' => '

The PEM-encoded data for the certificate anchor. Included for trust anchors of type CERTIFICATE_BUNDLE.

', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$message' => NULL, 'CreateProfileRequest$sessionPolicy' => '

A session policy that applies to the trust boundary of the vended session credentials.

', 'CredentialSummary$issuer' => '

The fully qualified domain name of the issuing certificate for the presented end-entity certificate.

', 'CredentialSummary$serialNumber' => '

The serial number of the certificate.

', 'CredentialSummary$x509CertificateData' => '

The PEM-encoded data of the certificate.

', 'CrlDetail$crlArn' => '

The ARN of the certificate revocation list (CRL).

', 'CrlDetail$name' => '

The name of the certificate revocation list (CRL).

', 'CrlDetail$trustAnchorArn' => '

The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.

', 'ListCrlsResponse$nextToken' => '

A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.

', 'ListProfilesResponse$nextToken' => '

A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.

', 'ListSubjectsResponse$nextToken' => '

A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.

', 'ListTrustAnchorsResponse$nextToken' => '

A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.

', 'ProfileDetail$createdBy' => '

The Amazon Web Services account that created the profile.

', 'ProfileDetail$sessionPolicy' => '

A session policy that applies to the trust boundary of the vended session credentials.

', 'ResourceNotFoundException$message' => NULL, 'SourceData$acmPcaArn' => '

The root certificate of the Private Certificate Authority specified by this ARN is used in trust validation for temporary credential requests. Included for trust anchors of type AWS_ACM_PCA.

', 'SubjectDetail$subjectArn' => '

The ARN of the resource.

', 'SubjectDetail$x509Subject' => '

The x509 principal identifier of the authenticating certificate.

', 'SubjectSummary$subjectArn' => '

The ARN of the resource.

', 'SubjectSummary$x509Subject' => '

The x509 principal identifier of the authenticating certificate.

', 'TooManyTagsException$message' => NULL, 'TrustAnchorDetail$trustAnchorArn' => '

The ARN of the trust anchor.

', 'ValidationException$message' => NULL, ], ], 'SubjectDetail' => [ 'base' => '

The state of the subject after a read or write operation.

', 'refs' => [ 'SubjectDetailResponse$subject' => '

The state of the subject after a read or write operation.

', ], ], 'SubjectDetailResponse' => [ 'base' => NULL, 'refs' => [], ], 'SubjectSummaries' => [ 'base' => NULL, 'refs' => [ 'ListSubjectsResponse$subjects' => '

A list of subjects.

', ], ], 'SubjectSummary' => [ 'base' => '

A summary representation of subjects.

', 'refs' => [ 'SubjectSummaries$member' => NULL, ], ], 'SyntheticTimestamp_date_time' => [ 'base' => NULL, 'refs' => [ 'CredentialSummary$seenAt' => '

The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.

', 'CrlDetail$createdAt' => '

The ISO-8601 timestamp when the certificate revocation list (CRL) was created.

', 'CrlDetail$updatedAt' => '

The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.

', 'InstanceProperty$seenAt' => '

The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.

', 'ProfileDetail$createdAt' => '

The ISO-8601 timestamp when the profile was created.

', 'ProfileDetail$updatedAt' => '

The ISO-8601 timestamp when the profile was last updated.

', 'SubjectDetail$createdAt' => '

The ISO-8601 timestamp when the subject was created.

', 'SubjectDetail$lastSeenAt' => '

The ISO-8601 timestamp of the last time this subject requested temporary session credentials.

', 'SubjectDetail$updatedAt' => '

The ISO-8601 timestamp when the subject was last updated.

', 'SubjectSummary$createdAt' => '

The ISO-8601 time stamp of when the certificate was first used in a temporary credential request.

', 'SubjectSummary$lastSeenAt' => '

The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.

', 'SubjectSummary$updatedAt' => '

The ISO-8601 timestamp when the subject was last updated.

', 'TrustAnchorDetail$createdAt' => '

The ISO-8601 timestamp when the trust anchor was created.

', 'TrustAnchorDetail$updatedAt' => '

The ISO-8601 timestamp when the trust anchor was last updated.

', ], ], 'Tag' => [ 'base' => '

A label that consists of a key and value you define.

', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'Tag$key' => '

The tag key.

', 'TagKeyList$member' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$tagKeys' => '

A list of keys. Tag keys are the unique identifiers of tags.

', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'CreateProfileRequest$tags' => '

The tags to attach to the profile.

', 'CreateTrustAnchorRequest$tags' => '

The tags to attach to the trust anchor.

', 'ImportCrlRequest$tags' => '

A list of tags to attach to the certificate revocation list (CRL).

', 'ListTagsForResourceResponse$tags' => '

A list of tags attached to the resource.

', 'TagResourceRequest$tags' => '

The tags to attach to the resource.

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$value' => '

The tag value.

', ], ], 'TooManyTagsException' => [ 'base' => '

Too many tags.

', 'refs' => [], ], 'TrustAnchorArn' => [ 'base' => NULL, 'refs' => [ 'ImportCrlRequest$trustAnchorArn' => '

The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.

', ], ], 'TrustAnchorDetail' => [ 'base' => '

The state of the trust anchor after a read or write operation.

', 'refs' => [ 'PutNotificationSettingsResponse$trustAnchor' => NULL, 'ResetNotificationSettingsResponse$trustAnchor' => NULL, 'TrustAnchorDetailResponse$trustAnchor' => '

The state of the trust anchor after a read or write operation.

', 'TrustAnchorDetails$member' => NULL, ], ], 'TrustAnchorDetailResponse' => [ 'base' => NULL, 'refs' => [], ], 'TrustAnchorDetails' => [ 'base' => NULL, 'refs' => [ 'ListTrustAnchorsResponse$trustAnchors' => '

A list of trust anchors.

', ], ], 'TrustAnchorType' => [ 'base' => NULL, 'refs' => [ 'Source$sourceType' => '

The type of the trust anchor.

', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCrlRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCrlRequestCrlDataBlob' => [ 'base' => NULL, 'refs' => [ 'UpdateCrlRequest$crlData' => '

The x509 v3 specified certificate revocation list (CRL).

', ], ], 'UpdateProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateProfileRequestDurationSecondsInteger' => [ 'base' => NULL, 'refs' => [ 'UpdateProfileRequest$durationSeconds' => '

The number of seconds the vended session credentials are valid for.

', ], ], 'UpdateProfileRequestSessionPolicyString' => [ 'base' => NULL, 'refs' => [ 'UpdateProfileRequest$sessionPolicy' => '

A session policy that applies to the trust boundary of the vended session credentials.

', ], ], 'UpdateTrustAnchorRequest' => [ 'base' => NULL, 'refs' => [], ], 'Uuid' => [ 'base' => NULL, 'refs' => [ 'CrlDetail$crlId' => '

The unique identifier of the certificate revocation list (CRL).

', 'ProfileDetail$profileId' => '

The unique identifier of the profile.

', 'PutNotificationSettingsRequest$trustAnchorId' => '

The unique identifier of the trust anchor.

', 'ResetNotificationSettingsRequest$trustAnchorId' => '

The unique identifier of the trust anchor.

', 'ScalarCrlRequest$crlId' => '

The unique identifier of the certificate revocation list (CRL).

', 'ScalarProfileRequest$profileId' => '

The unique identifier of the profile.

', 'ScalarSubjectRequest$subjectId' => '

The unique identifier of the subject.

', 'ScalarTrustAnchorRequest$trustAnchorId' => '

The unique identifier of the trust anchor.

', 'SubjectDetail$subjectId' => '

The id of the resource

', 'SubjectSummary$subjectId' => '

The id of the resource.

', 'TrustAnchorDetail$trustAnchorId' => '

The unique identifier of the trust anchor.

', 'UpdateCrlRequest$crlId' => '

The unique identifier of the certificate revocation list (CRL).

', 'UpdateProfileRequest$profileId' => '

The unique identifier of the profile.

', 'UpdateTrustAnchorRequest$trustAnchorId' => '

The unique identifier of the trust anchor.

', ], ], 'ValidationException' => [ 'base' => '

Validation exception error.

', 'refs' => [], ], ],];