Skip to content

Commit

Permalink
Amazon Connect Service Update: This release introduces support for Re…
Browse files Browse the repository at this point in the history
…latedContactId in the StartChatContact API. Interactive message and interactive message response have been added to the list of supported message content types for this API as well.
  • Loading branch information
AWS committed Mar 27, 2023
1 parent 4876a2a commit 229e140
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 33 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon Connect Service",
"contributor": "",
"description": "This release introduces support for RelatedContactId in the StartChatContact API. Interactive message and interactive message response have been added to the list of supported message content types for this API as well."
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
}
},
"params": {
"Region": "af-south-1",
"UseDualStack": false,
"Region": "af-south-1",
"UseFIPS": false
}
},
Expand All @@ -21,8 +21,8 @@
}
},
"params": {
"Region": "ap-northeast-1",
"UseDualStack": false,
"Region": "ap-northeast-1",
"UseFIPS": false
}
},
Expand All @@ -34,8 +34,8 @@
}
},
"params": {
"Region": "ap-northeast-2",
"UseDualStack": false,
"Region": "ap-northeast-2",
"UseFIPS": false
}
},
Expand All @@ -47,8 +47,8 @@
}
},
"params": {
"Region": "ap-southeast-1",
"UseDualStack": false,
"Region": "ap-southeast-1",
"UseFIPS": false
}
},
Expand All @@ -60,8 +60,8 @@
}
},
"params": {
"Region": "ap-southeast-2",
"UseDualStack": false,
"Region": "ap-southeast-2",
"UseFIPS": false
}
},
Expand All @@ -73,8 +73,8 @@
}
},
"params": {
"Region": "ca-central-1",
"UseDualStack": false,
"Region": "ca-central-1",
"UseFIPS": false
}
},
Expand All @@ -86,8 +86,8 @@
}
},
"params": {
"Region": "eu-central-1",
"UseDualStack": false,
"Region": "eu-central-1",
"UseFIPS": false
}
},
Expand All @@ -99,8 +99,8 @@
}
},
"params": {
"Region": "eu-west-2",
"UseDualStack": false,
"Region": "eu-west-2",
"UseFIPS": false
}
},
Expand All @@ -112,8 +112,8 @@
}
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"Region": "us-east-1",
"UseFIPS": false
}
},
Expand All @@ -125,8 +125,8 @@
}
},
"params": {
"Region": "us-west-2",
"UseDualStack": false,
"Region": "us-west-2",
"UseFIPS": false
}
},
Expand All @@ -138,8 +138,8 @@
}
},
"params": {
"Region": "us-east-1",
"UseDualStack": true,
"Region": "us-east-1",
"UseFIPS": true
}
},
Expand All @@ -151,8 +151,8 @@
}
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"Region": "us-east-1",
"UseFIPS": true
}
},
Expand All @@ -164,8 +164,8 @@
}
},
"params": {
"Region": "us-east-1",
"UseDualStack": true,
"Region": "us-east-1",
"UseFIPS": false
}
},
Expand All @@ -177,8 +177,8 @@
}
},
"params": {
"Region": "cn-north-1",
"UseDualStack": true,
"Region": "cn-north-1",
"UseFIPS": true
}
},
Expand All @@ -190,8 +190,8 @@
}
},
"params": {
"Region": "cn-north-1",
"UseDualStack": false,
"Region": "cn-north-1",
"UseFIPS": true
}
},
Expand All @@ -203,8 +203,8 @@
}
},
"params": {
"Region": "cn-north-1",
"UseDualStack": true,
"Region": "cn-north-1",
"UseFIPS": false
}
},
Expand All @@ -216,8 +216,8 @@
}
},
"params": {
"Region": "cn-north-1",
"UseDualStack": false,
"Region": "cn-north-1",
"UseFIPS": false
}
},
Expand All @@ -229,8 +229,8 @@
}
},
"params": {
"Region": "us-gov-west-1",
"UseDualStack": false,
"Region": "us-gov-west-1",
"UseFIPS": false
}
},
Expand All @@ -242,8 +242,8 @@
}
},
"params": {
"Region": "us-gov-west-1",
"UseDualStack": false,
"Region": "us-gov-west-1",
"UseFIPS": true
}
},
Expand All @@ -255,8 +255,8 @@
}
},
"params": {
"Region": "us-gov-east-1",
"UseDualStack": true,
"Region": "us-gov-east-1",
"UseFIPS": true
}
},
Expand All @@ -268,8 +268,8 @@
}
},
"params": {
"Region": "us-gov-east-1",
"UseDualStack": false,
"Region": "us-gov-east-1",
"UseFIPS": true
}
},
Expand All @@ -281,8 +281,8 @@
}
},
"params": {
"Region": "us-gov-east-1",
"UseDualStack": true,
"Region": "us-gov-east-1",
"UseFIPS": false
}
},
Expand All @@ -294,11 +294,22 @@
}
},
"params": {
"Region": "us-gov-east-1",
"UseDualStack": false,
"Region": "us-gov-east-1",
"UseFIPS": false
}
},
{
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
"expect": {
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
},
"params": {
"UseDualStack": true,
"Region": "us-iso-east-1",
"UseFIPS": true
}
},
{
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
"expect": {
Expand All @@ -307,11 +318,22 @@
}
},
"params": {
"Region": "us-iso-east-1",
"UseDualStack": false,
"Region": "us-iso-east-1",
"UseFIPS": true
}
},
{
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
"expect": {
"error": "DualStack is enabled but this partition does not support DualStack"
},
"params": {
"UseDualStack": true,
"Region": "us-iso-east-1",
"UseFIPS": false
}
},
{
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
"expect": {
Expand All @@ -320,11 +342,22 @@
}
},
"params": {
"Region": "us-iso-east-1",
"UseDualStack": false,
"Region": "us-iso-east-1",
"UseFIPS": false
}
},
{
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
"expect": {
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
},
"params": {
"UseDualStack": true,
"Region": "us-isob-east-1",
"UseFIPS": true
}
},
{
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
"expect": {
Expand All @@ -333,11 +366,22 @@
}
},
"params": {
"Region": "us-isob-east-1",
"UseDualStack": false,
"Region": "us-isob-east-1",
"UseFIPS": true
}
},
{
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
"expect": {
"error": "DualStack is enabled but this partition does not support DualStack"
},
"params": {
"UseDualStack": true,
"Region": "us-isob-east-1",
"UseFIPS": false
}
},
{
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
"expect": {
Expand All @@ -346,8 +390,8 @@
}
},
"params": {
"Region": "us-isob-east-1",
"UseDualStack": false,
"Region": "us-isob-east-1",
"UseFIPS": false
}
},
Expand All @@ -359,8 +403,8 @@
}
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"Region": "us-east-1",
"UseFIPS": false,
"Endpoint": "https://example.com"
}
Expand All @@ -384,8 +428,8 @@
"error": "Invalid Configuration: FIPS and custom endpoint are not supported"
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"Region": "us-east-1",
"UseFIPS": true,
"Endpoint": "https://example.com"
}
Expand All @@ -396,11 +440,17 @@
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported"
},
"params": {
"Region": "us-east-1",
"UseDualStack": true,
"Region": "us-east-1",
"UseFIPS": false,
"Endpoint": "https://example.com"
}
},
{
"documentation": "Missing region",
"expect": {
"error": "Invalid Configuration: Missing Region"
}
}
],
"version": "1.0"
Expand Down
Loading

0 comments on commit 229e140

Please sign in to comment.