AWS cli documentation change
Summary
Added documentation for new eventTriggerContext structure including sourceEvent and channelContext parameters with webNotificationContext containing sessionId and browserId fields including validation constraints
Security assessment
The change adds new API parameters for event triggers and notification contexts but contains no references to vulnerabilities, security fixes, or explicit security features. The added sessionId and browserId fields appear to be identifiers for tracking notifications, not security controls.
Diff
diff --git a/cli/latest/reference/connectcampaignsv2/put-profile-outbound-request-batch.md b/cli/latest/reference/connectcampaignsv2/put-profile-outbound-request-batch.md index 7709c3c58..2ce95dc28 100644 --- a//cli/latest/reference/connectcampaignsv2/put-profile-outbound-request-batch.md +++ b//cli/latest/reference/connectcampaignsv2/put-profile-outbound-request-batch.md @@ -15 +15 @@ - * [AWS CLI 2.35.11 Command Reference](../../index.html) » + * [AWS CLI 2.35.13 Command Reference](../../index.html) » @@ -145,0 +146,13 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/connec +>> +>> eventTriggerContext -> (structure) +>> +>>> Event trigger context data +>>> +>>> sourceEvent -> (string) +>>> +>>>> Source event object for event triggers +>>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> @@ -147,4 +160,29 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/connec -Shorthand Syntax: - - - clientToken=string,profileId=string,expirationTime=timestamp ... +>>> +>>> channelContext -> (structure) +>>> +>>>> Additional metadata related to the event trigger context +>>>> +>>>> webNotificationContext -> (structure) +>>>> +>>>>> Context metadata for the web notification type channel +>>>>> +>>>>> sessionId -> (string) +>>>>> +>>>>>> Session Id for web notification event trigger +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `1` +>>>>>> * max: `36` +>>>>>> + +>>>>> +>>>>> browserId -> (string) +>>>>> +>>>>>> Browser Id for web notification event trigger +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `1` +>>>>>> * max: `36` +>>>>>> @@ -160 +198,10 @@ JSON Syntax: - "expirationTime": timestamp + "expirationTime": timestamp, + "eventTriggerContext": { + "sourceEvent": "string", + "channelContext": { + "webNotificationContext": { + "sessionId": "string", + "browserId": "string" + } + } + } @@ -381 +428 @@ failedRequests -> (list) - * [AWS CLI 2.35.11 Command Reference](../../index.html) » + * [AWS CLI 2.35.13 Command Reference](../../index.html) »