|
275 | 275 | {"shape":"ThrottlingException"},
|
276 | 276 | {"shape":"InternalServiceException"}
|
277 | 277 | ],
|
278 |
| - "documentation":"<p>>Associates a set of proficiencies with a user.</p>" |
| 278 | + "documentation":"<p>Associates a set of proficiencies with a user.</p>" |
279 | 279 | },
|
280 | 280 | "BatchAssociateAnalyticsDataSet":{
|
281 | 281 | "name":"BatchAssociateAnalyticsDataSet",
|
|
499 | 499 | {"shape":"InvalidRequestException"},
|
500 | 500 | {"shape":"ThrottlingException"}
|
501 | 501 | ],
|
502 |
| - "documentation":"<p>Publishes a new version of the flow provided. Versions are immutable and monotonically increasing. If a version of the same flow content already exists, no new version is created and instead the existing version number is returned. If the <code>FlowContentSha256</code> provided is different from the <code>FlowContentSha256</code> of the <code>$LATEST</code> published flow content, then an error is returned. This API only supports creating versions for flows of type <code>Campaign</code>.</p>" |
| 502 | + "documentation":"<p>Publishes a new version of the flow provided. Versions are immutable and monotonically increasing. If the <code>FlowContentSha256</code> provided is different from the <code>FlowContentSha256</code> of the <code>$LATEST</code> published flow content, then an error is returned. This API only supports creating versions for flows of type <code>Campaign</code>.</p>" |
503 | 503 | },
|
504 | 504 | "CreateEmailAddress":{
|
505 | 505 | "name":"CreateEmailAddress",
|
|
1040 | 1040 | ],
|
1041 | 1041 | "documentation":"<p>Deletes the specified flow module.</p>"
|
1042 | 1042 | },
|
| 1043 | + "DeleteContactFlowVersion":{ |
| 1044 | + "name":"DeleteContactFlowVersion", |
| 1045 | + "http":{ |
| 1046 | + "method":"DELETE", |
| 1047 | + "requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/version/{ContactFlowVersion}" |
| 1048 | + }, |
| 1049 | + "input":{"shape":"DeleteContactFlowVersionRequest"}, |
| 1050 | + "output":{"shape":"DeleteContactFlowVersionResponse"}, |
| 1051 | + "errors":[ |
| 1052 | + {"shape":"AccessDeniedException"}, |
| 1053 | + {"shape":"InternalServiceException"}, |
| 1054 | + {"shape":"ResourceNotFoundException"}, |
| 1055 | + {"shape":"InvalidParameterException"}, |
| 1056 | + {"shape":"InvalidRequestException"}, |
| 1057 | + {"shape":"ThrottlingException"} |
| 1058 | + ], |
| 1059 | + "documentation":"<p>Deletes the particular version specified in flow version identifier.</p>" |
| 1060 | + }, |
1043 | 1061 | "DeleteEmailAddress":{
|
1044 | 1062 | "name":"DeleteEmailAddress",
|
1045 | 1063 | "http":{
|
|
1203 | 1221 | {"shape":"ThrottlingException"},
|
1204 | 1222 | {"shape":"InternalServiceException"}
|
1205 | 1223 | ],
|
1206 |
| - "documentation":"<p>Deletes a queue. It isn't possible to delete a queue by using the Amazon Connect admin website.</p>" |
| 1224 | + "documentation":"<p>Deletes a queue.</p>" |
1207 | 1225 | },
|
1208 | 1226 | "DeleteQuickConnect":{
|
1209 | 1227 | "name":"DeleteQuickConnect",
|
|
1493 | 1511 | {"shape":"ThrottlingException"},
|
1494 | 1512 | {"shape":"InternalServiceException"}
|
1495 | 1513 | ],
|
1496 |
| - "documentation":"<p>Describes the specified flow.</p> <p>You can also create and update flows using the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html\">Amazon Connect Flow language</a>.</p> <p>Use the <code>$SAVED</code> alias in the request to describe the <code>SAVED</code> content of a Flow. For example, <code>arn:aws:.../contact-flow/{id}:$SAVED</code>. After a flow is published, <code>$SAVED</code> needs to be supplied to view saved content that has not been published.</p> <p>In the response, <b>Status</b> indicates the flow status as either <code>SAVED</code> or <code>PUBLISHED</code>. The <code>PUBLISHED</code> status will initiate validation on the content. <code>SAVED</code> does not initiate validation of the content. <code>SAVED</code> | <code>PUBLISHED</code> </p>" |
| 1514 | + "documentation":"<p>Describes the specified flow.</p> <p>You can also create and update flows using the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/flow-language.html\">Amazon Connect Flow language</a>.</p> <p>Use the <code>$SAVED</code> alias in the request to describe the <code>SAVED</code> content of a Flow. For example, <code>arn:aws:.../contact-flow/{id}:$SAVED</code>. After a flow is published, <code>$SAVED</code> needs to be supplied to view saved content that has not been published.</p> <p>Use <code>arn:aws:.../contact-flow/{id}:{version}</code> to retrieve the content of a specific flow version.</p> <p>In the response, <b>Status</b> indicates the flow status as either <code>SAVED</code> or <code>PUBLISHED</code>. The <code>PUBLISHED</code> status will initiate validation on the content. <code>SAVED</code> does not initiate validation of the content. <code>SAVED</code> | <code>PUBLISHED</code> </p>" |
1497 | 1515 | },
|
1498 | 1516 | "DescribeContactFlowModule":{
|
1499 | 1517 | "name":"DescribeContactFlowModule",
|
|
7381 | 7399 | "AGENT_WHISPER",
|
7382 | 7400 | "OUTBOUND_WHISPER",
|
7383 | 7401 | "AGENT_TRANSFER",
|
7384 |
| - "QUEUE_TRANSFER" |
| 7402 | + "QUEUE_TRANSFER", |
| 7403 | + "CAMPAIGN" |
7385 | 7404 | ]
|
7386 | 7405 | },
|
7387 | 7406 | "ContactFlowTypes":{
|
|
7832 | 7851 | },
|
7833 | 7852 | "FlowContentSha256":{
|
7834 | 7853 | "shape":"FlowContentSha256",
|
7835 |
| - "documentation":"<p>Indicates the checksum value of the flow content.</p>" |
| 7854 | + "documentation":"<p>Indicates the checksum value of the latest published flow content.</p>" |
7836 | 7855 | }
|
7837 | 7856 | }
|
7838 | 7857 | },
|
|
7863 | 7882 | "shape":"FlowContentSha256",
|
7864 | 7883 | "documentation":"<p>Indicates the checksum value of the flow content.</p>"
|
7865 | 7884 | },
|
| 7885 | + "ContactFlowVersion":{ |
| 7886 | + "shape":"ResourceVersion", |
| 7887 | + "documentation":"<p>The identifier of the flow version.</p>" |
| 7888 | + }, |
7866 | 7889 | "LastModifiedTime":{
|
7867 | 7890 | "shape":"Timestamp",
|
7868 | 7891 | "documentation":"<p>The Amazon Web Services Region where this resource was last modified.</p>"
|
|
9617 | 9640 | "members":{
|
9618 | 9641 | }
|
9619 | 9642 | },
|
| 9643 | + "DeleteContactFlowVersionRequest":{ |
| 9644 | + "type":"structure", |
| 9645 | + "required":[ |
| 9646 | + "InstanceId", |
| 9647 | + "ContactFlowId", |
| 9648 | + "ContactFlowVersion" |
| 9649 | + ], |
| 9650 | + "members":{ |
| 9651 | + "InstanceId":{ |
| 9652 | + "shape":"InstanceId", |
| 9653 | + "documentation":"<p>The identifier of the Amazon Connect instance. You can <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html\">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>", |
| 9654 | + "location":"uri", |
| 9655 | + "locationName":"InstanceId" |
| 9656 | + }, |
| 9657 | + "ContactFlowId":{ |
| 9658 | + "shape":"ARN", |
| 9659 | + "documentation":"<p>The identifier of the flow.</p>", |
| 9660 | + "location":"uri", |
| 9661 | + "locationName":"ContactFlowId" |
| 9662 | + }, |
| 9663 | + "ContactFlowVersion":{ |
| 9664 | + "shape":"ResourceVersion", |
| 9665 | + "documentation":"<p>The identifier of the flow version.</p>", |
| 9666 | + "location":"uri", |
| 9667 | + "locationName":"ContactFlowVersion" |
| 9668 | + } |
| 9669 | + } |
| 9670 | + }, |
| 9671 | + "DeleteContactFlowVersionResponse":{ |
| 9672 | + "type":"structure", |
| 9673 | + "members":{ |
| 9674 | + } |
| 9675 | + }, |
9620 | 9676 | "DeleteEmailAddressRequest":{
|
9621 | 9677 | "type":"structure",
|
9622 | 9678 | "required":[
|
|
0 commit comments