We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.
Essential cookies are necessary to provide our site and services and cannot be deactivated. They are usually set in response to your actions on the site, such as setting your privacy preferences, signing in, or filling in forms.
Performance cookies provide anonymous statistics about how customers navigate our site so we can improve site experience and performance. Approved third parties may perform analytics on our behalf, but they cannot use the data for their own purposes.
Functional cookies help us provide useful site features, remember your preferences, and display relevant content. Approved third parties may set these cookies to provide certain site features. If you do not allow these cookies, then some or all of these services may not function properly.
Advertising cookies may be set through our site by us or our advertising partners and help us deliver relevant marketing content. If you do not allow these cookies, you will experience less relevant advertising.
Blocking some types of cookies may impact your experience of our sites. You may review and change your choices at any time by clicking Cookie preferences in the footer of this site. We and selected third-parties use cookies or similar technologies as specified in the AWS Cookie Notice.
update_assessment_framework_share
(**kwargs)¶Updates a share request for a custom framework in Audit Manager.
See also: AWS API Documentation
Request Syntax
response = client.update_assessment_framework_share(
requestId='string',
requestType='SENT'|'RECEIVED',
action='ACCEPT'|'DECLINE'|'REVOKE'
)
[REQUIRED]
The unique identifier for the share request.
[REQUIRED]
Specifies whether the share request is a sent request or a received request.
[REQUIRED]
Specifies the update action for the share request.
dict
Response Syntax
{
'assessmentFrameworkShareRequest': {
'id': 'string',
'frameworkId': 'string',
'frameworkName': 'string',
'frameworkDescription': 'string',
'status': 'ACTIVE'|'REPLICATING'|'SHARED'|'EXPIRING'|'FAILED'|'EXPIRED'|'DECLINED'|'REVOKED',
'sourceAccount': 'string',
'destinationAccount': 'string',
'destinationRegion': 'string',
'expirationTime': datetime(2015, 1, 1),
'creationTime': datetime(2015, 1, 1),
'lastUpdated': datetime(2015, 1, 1),
'comment': 'string',
'standardControlsCount': 123,
'customControlsCount': 123,
'complianceType': 'string'
}
}
Response Structure
(dict) --
assessmentFrameworkShareRequest (dict) --
The updated share request that's returned by the UpdateAssessmentFrameworkShare
operation.
id (string) --
The unique identifier for the share request.
frameworkId (string) --
The unique identifier for the shared custom framework.
frameworkName (string) --
The name of the custom framework that the share request is for.
frameworkDescription (string) --
The description of the shared custom framework.
status (string) --
The status of the share request.
sourceAccount (string) --
The Amazon Web Services account of the sender.
destinationAccount (string) --
The Amazon Web Services account of the recipient.
destinationRegion (string) --
The Amazon Web Services Region of the recipient.
expirationTime (datetime) --
The time when the share request expires.
creationTime (datetime) --
The time when the share request was created.
lastUpdated (datetime) --
Specifies when the share request was last updated.
comment (string) --
An optional comment from the sender about the share request.
standardControlsCount (integer) --
The number of standard controls that are part of the shared custom framework.
customControlsCount (integer) --
The number of custom controls that are part of the shared custom framework.
complianceType (string) --
The compliance type that the shared custom framework supports, such as CIS or HIPAA.
Exceptions
AuditManager.Client.exceptions.ResourceNotFoundException
AuditManager.Client.exceptions.ValidationException
AuditManager.Client.exceptions.AccessDeniedException
AuditManager.Client.exceptions.InternalServerException
AuditManager.Client.exceptions.ServiceQuotaExceededException