Skip to content

Commit 0aefe29

Browse files
author
AWS
committed
Amazon Connect Service Update: Added support for "English - New Zealand" and "English - South African" to be used with Amazon Connect Custom Vocabulary APIs.
1 parent 4f136a3 commit 0aefe29

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed
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": "Added support for \"English - New Zealand\" and \"English - South African\" to be used with Amazon Connect Custom Vocabulary APIs."
6+
}

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

+14-12
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
{"shape":"ThrottlingException"},
244244
{"shape":"InternalServiceException"}
245245
],
246-
"documentation":"<p>Creates a flow for the specified Amazon Connect instance.</p> <p>You can also create and update flows using the <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html\">Amazon Connect Flow language</a>.</p>"
246+
"documentation":"<p>Creates a flow for the specified Amazon Connect instance.</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>"
247247
},
248248
"CreateContactFlowModule":{
249249
"name":"CreateContactFlowModule",
@@ -394,7 +394,7 @@
394394
{"shape":"ResourceConflictException"},
395395
{"shape":"ServiceQuotaExceededException"}
396396
],
397-
"documentation":"<p>Creates a rule for the specified Amazon Connect instance.</p>"
397+
"documentation":"<p>Creates a rule for the specified Amazon Connect instance.</p> <p>Use the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/connect-rules-language.html\">Rules Function language</a> to code conditions for the rule. </p>"
398398
},
399399
"CreateSecurityProfile":{
400400
"name":"CreateSecurityProfile",
@@ -807,7 +807,7 @@
807807
{"shape":"ThrottlingException"},
808808
{"shape":"InternalServiceException"}
809809
],
810-
"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/adminguide/flow-language.html\">Amazon Connect Flow language</a>.</p>"
810+
"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>"
811811
},
812812
"DescribeContactFlowModule":{
813813
"name":"DescribeContactFlowModule",
@@ -1442,7 +1442,7 @@
14421442
{"shape":"ThrottlingException"},
14431443
{"shape":"InternalServiceException"}
14441444
],
1445-
"documentation":"<p>Provides information about the flows for the specified Amazon Connect instance.</p> <p>You can also create and update flows using the <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html\">Amazon Connect Flow language</a>.</p> <p>For more information about flows, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/concepts-contact-flows.html\">Flows</a> in the <i>Amazon Connect Administrator Guide</i>.</p>"
1445+
"documentation":"<p>Provides information about the flows for the specified Amazon Connect instance.</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>For more information about flows, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/concepts-contact-flows.html\">Flows</a> in the <i>Amazon Connect Administrator Guide</i>.</p>"
14461446
},
14471447
"ListContactReferences":{
14481448
"name":"ListContactReferences",
@@ -2353,7 +2353,7 @@
23532353
{"shape":"ThrottlingException"},
23542354
{"shape":"InternalServiceException"}
23552355
],
2356-
"documentation":"<p>Updates the specified flow.</p> <p>You can also create and update flows using the <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html\">Amazon Connect Flow language</a>.</p>"
2356+
"documentation":"<p>Updates 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>"
23572357
},
23582358
"UpdateContactFlowMetadata":{
23592359
"name":"UpdateContactFlowMetadata",
@@ -2424,7 +2424,7 @@
24242424
{"shape":"ThrottlingException"},
24252425
{"shape":"InternalServiceException"}
24262426
],
2427-
"documentation":"<p>The name of the flow.</p> <p>You can also create and update flows using the <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html\">Amazon Connect Flow language</a>.</p>"
2427+
"documentation":"<p>The name of the 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>"
24282428
},
24292429
"UpdateContactSchedule":{
24302430
"name":"UpdateContactSchedule",
@@ -2705,7 +2705,7 @@
27052705
{"shape":"AccessDeniedException"},
27062706
{"shape":"ResourceConflictException"}
27072707
],
2708-
"documentation":"<p>Updates a rule for the specified Amazon Connect instance.</p>"
2708+
"documentation":"<p>Updates a rule for the specified Amazon Connect instance.</p> <p>Use the <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/connect-rules-language.html\">Rules Function language</a> to code conditions for the rule. </p>"
27092709
},
27102710
"UpdateSecurityProfile":{
27112711
"name":"UpdateSecurityProfile",
@@ -3904,7 +3904,7 @@
39043904
"documentation":"<p>The type of flow.</p>"
39053905
}
39063906
},
3907-
"documentation":"<p>Contains summary information about a flow.</p> <p>You can also create and update flows using the <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html\">Amazon Connect Flow language</a>.</p>"
3907+
"documentation":"<p>Contains summary information about a 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>"
39083908
},
39093909
"ContactFlowSummaryList":{
39103910
"type":"list",
@@ -4564,7 +4564,7 @@
45644564
},
45654565
"TagRestrictedResources":{
45664566
"shape":"TagRestrictedResourceList",
4567-
"documentation":"<p>The list of resources that a security profile applies tag restrictions to in Amazon Connect.</p>"
4567+
"documentation":"<p>The list of resources that a security profile applies tag restrictions to in Amazon Connect. Following are acceptable ResourceNames: <code>User</code> | <code>SecurityProfile</code> | <code>Queue</code> | <code>RoutingProfile</code> </p>"
45684568
}
45694569
}
45704570
},
@@ -12214,7 +12214,7 @@
1221412214
},
1221512215
"Content":{
1221612216
"shape":"ContactFlowContent",
12217-
"documentation":"<p>The JSON string that represents flow's content. For an example, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/flow-language-example.html\">Example contact flow in Amazon Connect Flow language</a> in the <i>Amazon Connect Administrator Guide</i>. </p>"
12217+
"documentation":"<p>The JSON string that represents flow's content. For an example, see <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html\">Example contact flow in Amazon Connect Flow language</a>. </p>"
1221812218
}
1221912219
}
1222012220
},
@@ -13676,7 +13676,9 @@
1367613676
"ko-KR",
1367713677
"pt-BR",
1367813678
"pt-PT",
13679-
"zh-CN"
13679+
"zh-CN",
13680+
"en-NZ",
13681+
"en-ZA"
1368013682
]
1368113683
},
1368213684
"VocabularyLastModifiedTime":{"type":"timestamp"},
@@ -13767,5 +13769,5 @@
1376713769
},
1376813770
"timestamp":{"type":"timestamp"}
1376913771
},
13770-
"documentation":"<p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.</p> <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing. You can also resolve customer issues more efficiently by getting customers in touch with the appropriate agents.</p> <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits to the number of requests that you can make per second. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html\">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <p>You can connect programmatically to an Amazon Web Services service by using an endpoint. For a list of Amazon Connect endpoints, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/connect_region.html\">Amazon Connect Endpoints</a>.</p> <note> <p>Working with flows? Check out the <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html\">Amazon Connect Flow language</a>.</p> </note>"
13772+
"documentation":"<p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.</p> <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing. You can also resolve customer issues more efficiently by getting customers in touch with the appropriate agents.</p> <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits to the number of requests that you can make per second. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html\">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p> <p>You can connect programmatically to an Amazon Web Services service by using an endpoint. For a list of Amazon Connect endpoints, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/connect_region.html\">Amazon Connect Endpoints</a>.</p>"
1377113773
}

0 commit comments

Comments
 (0)