|
155 | 155 | "EvaluationFormVersion": {
|
156 | 156 | "target": "com.amazonaws.connect#VersionNumber",
|
157 | 157 | "traits": {
|
158 |
| - "smithy.api#documentation": "<p>The version of the evaluation form to activate. If the version property is not provided, the\n latest version of the evaluation form is activated.</p>", |
| 158 | + "smithy.api#documentation": "<p>The version of the evaluation form to activate. If the version property is not provided, the latest version of the\n evaluation form is activated.</p>", |
159 | 159 | "smithy.api#required": {}
|
160 | 160 | }
|
161 | 161 | }
|
|
688 | 688 | {
|
689 | 689 | "target": "com.amazonaws.connect#DeletePrompt"
|
690 | 690 | },
|
| 691 | + { |
| 692 | + "target": "com.amazonaws.connect#DeleteQueue" |
| 693 | + }, |
691 | 694 | {
|
692 | 695 | "target": "com.amazonaws.connect#DeleteQuickConnect"
|
693 | 696 | },
|
| 697 | + { |
| 698 | + "target": "com.amazonaws.connect#DeleteRoutingProfile" |
| 699 | + }, |
694 | 700 | {
|
695 | 701 | "target": "com.amazonaws.connect#DeleteRule"
|
696 | 702 | },
|
|
4306 | 4312 | }
|
4307 | 4313 | ],
|
4308 | 4314 | "traits": {
|
4309 |
| - "smithy.api#documentation": "<p>Creates an evaluation form in the specified Amazon Connect instance. The form can be\n used to define questions related to agent performance, and create sections to organize such\n questions. Question and section identifiers cannot be duplicated within the same evaluation\n form.</p>", |
| 4315 | + "smithy.api#documentation": "<p>Creates an evaluation form in the specified Amazon Connect instance. The form can be used to define\n questions related to agent performance, and create sections to organize such questions. Question and section identifiers\n cannot be duplicated within the same evaluation form.</p>", |
4310 | 4316 | "smithy.api#http": {
|
4311 | 4317 | "method": "PUT",
|
4312 | 4318 | "uri": "/evaluation-forms/{InstanceId}",
|
|
4730 | 4736 | }
|
4731 | 4737 | ],
|
4732 | 4738 | "traits": {
|
4733 |
| - "smithy.api#documentation": "<p>Adds a new participant into an on-going chat contact. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat-customize-flow.html\">Customize chat\n flow experiences by integrating custom participants</a>.</p>", |
| 4739 | + "smithy.api#documentation": "<p>Adds a new participant into an on-going chat contact. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/chat-customize-flow.html\">Customize chat\n flow experiences by integrating custom participants</a>.</p>", |
4734 | 4740 | "smithy.api#http": {
|
4735 | 4741 | "method": "POST",
|
4736 | 4742 | "uri": "/contact/create-participant",
|
|
4780 | 4786 | "ParticipantCredentials": {
|
4781 | 4787 | "target": "com.amazonaws.connect#ParticipantTokenCredentials",
|
4782 | 4788 | "traits": {
|
4783 |
| - "smithy.api#documentation": "<p>The token used by the chat participant to call <code>CreateParticipantConnection</code>. The\n participant token is valid for the lifetime of a chat participant.</p>" |
| 4789 | + "smithy.api#documentation": "<p>The token used by the chat participant to call <code>CreateParticipantConnection</code>. The participant\n token is valid for the lifetime of a chat participant.</p>" |
4784 | 4790 | }
|
4785 | 4791 | },
|
4786 | 4792 | "ParticipantId": {
|
|
4823 | 4829 | }
|
4824 | 4830 | ],
|
4825 | 4831 | "traits": {
|
4826 |
| - "smithy.api#documentation": "<p>Creates a prompt. For more information about prompts, such as supported file types and\n maximum length, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/prompts.html\">Create prompts</a> in the <i>Amazon Connect Administrator's\n Guide</i>.</p>", |
| 4832 | + "smithy.api#documentation": "<p>Creates a prompt. For more information about prompts, such as supported file types and maximum length, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/prompts.html\">Create prompts</a> in the <i>Amazon Connect Administrator's Guide</i>.</p>", |
4827 | 4833 | "smithy.api#http": {
|
4828 | 4834 | "method": "PUT",
|
4829 | 4835 | "uri": "/prompts/{InstanceId}",
|
|
7026 | 7032 | "smithy.api#input": {}
|
7027 | 7033 | }
|
7028 | 7034 | },
|
| 7035 | + "com.amazonaws.connect#DeleteQueue": { |
| 7036 | + "type": "operation", |
| 7037 | + "input": { |
| 7038 | + "target": "com.amazonaws.connect#DeleteQueueRequest" |
| 7039 | + }, |
| 7040 | + "output": { |
| 7041 | + "target": "smithy.api#Unit" |
| 7042 | + }, |
| 7043 | + "errors": [ |
| 7044 | + { |
| 7045 | + "target": "com.amazonaws.connect#InternalServiceException" |
| 7046 | + }, |
| 7047 | + { |
| 7048 | + "target": "com.amazonaws.connect#InvalidParameterException" |
| 7049 | + }, |
| 7050 | + { |
| 7051 | + "target": "com.amazonaws.connect#InvalidRequestException" |
| 7052 | + }, |
| 7053 | + { |
| 7054 | + "target": "com.amazonaws.connect#ResourceInUseException" |
| 7055 | + }, |
| 7056 | + { |
| 7057 | + "target": "com.amazonaws.connect#ResourceNotFoundException" |
| 7058 | + }, |
| 7059 | + { |
| 7060 | + "target": "com.amazonaws.connect#ThrottlingException" |
| 7061 | + } |
| 7062 | + ], |
| 7063 | + "traits": { |
| 7064 | + "smithy.api#documentation": "<p>Deletes a queue.</p>", |
| 7065 | + "smithy.api#http": { |
| 7066 | + "method": "DELETE", |
| 7067 | + "uri": "/queues/{InstanceId}/{QueueId}", |
| 7068 | + "code": 200 |
| 7069 | + } |
| 7070 | + } |
| 7071 | + }, |
| 7072 | + "com.amazonaws.connect#DeleteQueueRequest": { |
| 7073 | + "type": "structure", |
| 7074 | + "members": { |
| 7075 | + "InstanceId": { |
| 7076 | + "target": "com.amazonaws.connect#InstanceId", |
| 7077 | + "traits": { |
| 7078 | + "smithy.api#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>", |
| 7079 | + "smithy.api#httpLabel": {}, |
| 7080 | + "smithy.api#required": {} |
| 7081 | + } |
| 7082 | + }, |
| 7083 | + "QueueId": { |
| 7084 | + "target": "com.amazonaws.connect#QueueId", |
| 7085 | + "traits": { |
| 7086 | + "smithy.api#documentation": "<p>The identifier for the queue.</p>", |
| 7087 | + "smithy.api#httpLabel": {}, |
| 7088 | + "smithy.api#required": {} |
| 7089 | + } |
| 7090 | + } |
| 7091 | + }, |
| 7092 | + "traits": { |
| 7093 | + "smithy.api#input": {} |
| 7094 | + } |
| 7095 | + }, |
7029 | 7096 | "com.amazonaws.connect#DeleteQuickConnect": {
|
7030 | 7097 | "type": "operation",
|
7031 | 7098 | "input": {
|
|
7084 | 7151 | "smithy.api#input": {}
|
7085 | 7152 | }
|
7086 | 7153 | },
|
| 7154 | + "com.amazonaws.connect#DeleteRoutingProfile": { |
| 7155 | + "type": "operation", |
| 7156 | + "input": { |
| 7157 | + "target": "com.amazonaws.connect#DeleteRoutingProfileRequest" |
| 7158 | + }, |
| 7159 | + "output": { |
| 7160 | + "target": "smithy.api#Unit" |
| 7161 | + }, |
| 7162 | + "errors": [ |
| 7163 | + { |
| 7164 | + "target": "com.amazonaws.connect#InternalServiceException" |
| 7165 | + }, |
| 7166 | + { |
| 7167 | + "target": "com.amazonaws.connect#InvalidParameterException" |
| 7168 | + }, |
| 7169 | + { |
| 7170 | + "target": "com.amazonaws.connect#InvalidRequestException" |
| 7171 | + }, |
| 7172 | + { |
| 7173 | + "target": "com.amazonaws.connect#ResourceInUseException" |
| 7174 | + }, |
| 7175 | + { |
| 7176 | + "target": "com.amazonaws.connect#ResourceNotFoundException" |
| 7177 | + }, |
| 7178 | + { |
| 7179 | + "target": "com.amazonaws.connect#ThrottlingException" |
| 7180 | + } |
| 7181 | + ], |
| 7182 | + "traits": { |
| 7183 | + "smithy.api#documentation": "<p>Deletes a routing profile.</p>", |
| 7184 | + "smithy.api#http": { |
| 7185 | + "method": "DELETE", |
| 7186 | + "uri": "/routing-profiles/{InstanceId}/{RoutingProfileId}", |
| 7187 | + "code": 200 |
| 7188 | + } |
| 7189 | + } |
| 7190 | + }, |
| 7191 | + "com.amazonaws.connect#DeleteRoutingProfileRequest": { |
| 7192 | + "type": "structure", |
| 7193 | + "members": { |
| 7194 | + "InstanceId": { |
| 7195 | + "target": "com.amazonaws.connect#InstanceId", |
| 7196 | + "traits": { |
| 7197 | + "smithy.api#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>", |
| 7198 | + "smithy.api#httpLabel": {}, |
| 7199 | + "smithy.api#required": {} |
| 7200 | + } |
| 7201 | + }, |
| 7202 | + "RoutingProfileId": { |
| 7203 | + "target": "com.amazonaws.connect#RoutingProfileId", |
| 7204 | + "traits": { |
| 7205 | + "smithy.api#documentation": "<p>The identifier of the routing profile.</p>", |
| 7206 | + "smithy.api#httpLabel": {}, |
| 7207 | + "smithy.api#required": {} |
| 7208 | + } |
| 7209 | + } |
| 7210 | + }, |
| 7211 | + "traits": { |
| 7212 | + "smithy.api#input": {} |
| 7213 | + } |
| 7214 | + }, |
7087 | 7215 | "com.amazonaws.connect#DeleteRule": {
|
7088 | 7216 | "type": "operation",
|
7089 | 7217 | "input": {
|
|
13395 | 13523 | "InstanceAccessUrl": {
|
13396 | 13524 | "target": "com.amazonaws.connect#Url",
|
13397 | 13525 | "traits": {
|
13398 |
| - "smithy.api#documentation": "<p>This URL allows contact center users to access Amazon Connect admin website.</p>" |
| 13526 | + "smithy.api#documentation": "<p>This URL allows contact center users to access the Amazon Connect admin website.</p>" |
13399 | 13527 | }
|
13400 | 13528 | }
|
13401 | 13529 | },
|
|
13715 | 13843 | "InstanceAccessUrl": {
|
13716 | 13844 | "target": "com.amazonaws.connect#Url",
|
13717 | 13845 | "traits": {
|
13718 |
| - "smithy.api#documentation": "<p>This URL allows contact center users to access Amazon Connect admin website.</p>" |
| 13846 | + "smithy.api#documentation": "<p>This URL allows contact center users to access the Amazon Connect admin website.</p>" |
13719 | 13847 | }
|
13720 | 13848 | }
|
13721 | 13849 | },
|
|
22259 | 22387 | }
|
22260 | 22388 | ],
|
22261 | 22389 | "traits": {
|
22262 |
| - "smithy.api#documentation": "<p>Searches the hours of operation in an Amazon Connect instance, with optional\n filtering.</p>", |
| 22390 | + "smithy.api#documentation": "<p>Searches the hours of operation in an Amazon Connect instance, with optional filtering.</p>", |
22263 | 22391 | "smithy.api#http": {
|
22264 | 22392 | "method": "POST",
|
22265 | 22393 | "uri": "/search-hours-of-operations",
|
|
26746 | 26874 | }
|
26747 | 26875 | ],
|
26748 | 26876 | "traits": {
|
26749 |
| - "smithy.api#documentation": "<p>Updates details about a specific evaluation form version in the specified Amazon Connect\n instance. Question and section identifiers cannot be duplicated within the same evaluation\n form.</p>\n <p>This operation does not support partial updates. Instead it does a full update of evaluation\n form content.</p>", |
| 26877 | + "smithy.api#documentation": "<p>Updates details about a specific evaluation form version in the specified Amazon Connect\n instance. Question and section\n identifiers cannot be duplicated within the same evaluation form.</p>\n <p>This operation does not support partial updates. Instead it does a full update of evaluation form content.</p>", |
26750 | 26878 | "smithy.api#http": {
|
26751 | 26879 | "method": "PUT",
|
26752 | 26880 | "uri": "/evaluation-forms/{InstanceId}/{EvaluationFormId}",
|
|
0 commit comments