Skip to content

Commit 6cf1fea

Browse files
author
AWS
committed
Amazon Connect Service Update: Updates the *InstanceStorageConfig APIs to support a new ResourceType: SCREEN_RECORDINGS to enable screen recording and specify the storage configurations for publishing the recordings. Also updates DescribeInstance and ListInstances APIs to include InstanceAccessUrl attribute in the API response.
1 parent 48ea202 commit 6cf1fea

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Connect Service",
4+
"contributor": "",
5+
"description": "Updates the *InstanceStorageConfig APIs to support a new ResourceType: SCREEN_RECORDINGS to enable screen recording and specify the storage configurations for publishing the recordings. Also updates DescribeInstance and ListInstances APIs to include InstanceAccessUrl attribute in the API response."
6+
}

services/connect/src/main/resources/codegen-resources/service-2.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2254,7 +2254,7 @@
22542254
{"shape":"ResourceNotFoundException"},
22552255
{"shape":"InternalServiceException"}
22562256
],
2257-
"documentation":"<p>When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call.</p> <p>Only voice recordings are supported at this time.</p>"
2257+
"documentation":"<p>When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call or screen.</p> <p>Voice and screen recordings are supported.</p>"
22582258
},
22592259
"SearchAvailablePhoneNumbers":{
22602260
"name":"SearchAvailablePhoneNumbers",
@@ -2591,7 +2591,7 @@
25912591
{"shape":"ResourceNotFoundException"},
25922592
{"shape":"InternalServiceException"}
25932593
],
2594-
"documentation":"<p>When a contact is being recorded, this API suspends recording the call. For example, you might suspend the call recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording. </p> <p>The period of time that the recording is suspended is filled with silence in the final recording. </p> <p>Only voice recordings are supported at this time.</p>"
2594+
"documentation":"<p>When a contact is being recorded, this API suspends recording the call or screen. For example, you might suspend the call or screen recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording.</p> <p>The period of time that the recording is suspended is filled with silence in the final recording.</p> <p>Voice and screen recordings are supported.</p>"
25952595
},
25962596
"TagResource":{
25972597
"name":"TagResource",
@@ -9127,6 +9127,10 @@
91279127
"OutboundCallsEnabled":{
91289128
"shape":"OutboundCallsEnabled",
91299129
"documentation":"<p>Whether outbound calls are enabled.</p>"
9130+
},
9131+
"InstanceAccessUrl":{
9132+
"shape":"Url",
9133+
"documentation":"<p>This URL allows contact center users to access Amazon Connect admin website.</p>"
91309134
}
91319135
},
91329136
"documentation":"<p>The Amazon Connect instance.</p>"
@@ -9230,7 +9234,8 @@
92309234
"AGENT_EVENTS",
92319235
"REAL_TIME_CONTACT_ANALYSIS_SEGMENTS",
92329236
"ATTACHMENTS",
9233-
"CONTACT_EVALUATIONS"
9237+
"CONTACT_EVALUATIONS",
9238+
"SCREEN_RECORDINGS"
92349239
]
92359240
},
92369241
"InstanceSummary":{
@@ -9271,6 +9276,10 @@
92719276
"OutboundCallsEnabled":{
92729277
"shape":"OutboundCallsEnabled",
92739278
"documentation":"<p>Whether outbound calls are enabled.</p>"
9279+
},
9280+
"InstanceAccessUrl":{
9281+
"shape":"Url",
9282+
"documentation":"<p>This URL allows contact center users to access Amazon Connect admin website.</p>"
92749283
}
92759284
},
92769285
"documentation":"<p>Information about the instance.</p>"

0 commit comments

Comments
 (0)