Skip to content

Commit 39be1de

Browse files
author
AWS
committed
Amazon Cognito Identity Provider Update: This release adds support for the new Terms APIs which allow displaying Terms of Use and Privacy Policy on the Managed Login user-registration page.
1 parent e9e6a4d commit 39be1de

File tree

3 files changed

+419
-69
lines changed

3 files changed

+419
-69
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 Cognito Identity Provider",
4+
"contributor": "",
5+
"description": "This release adds support for the new Terms APIs which allow displaying Terms of Use and Privacy Policy on the Managed Login user-registration page."
6+
}

services/cognitoidentityprovider/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -624,17 +624,6 @@
624624
"UseDualStack": false
625625
}
626626
},
627-
{
628-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
629-
"expect": {
630-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
631-
},
632-
"params": {
633-
"Region": "us-iso-east-1",
634-
"UseFIPS": true,
635-
"UseDualStack": true
636-
}
637-
},
638627
{
639628
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
640629
"expect": {
@@ -648,17 +637,6 @@
648637
"UseDualStack": false
649638
}
650639
},
651-
{
652-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
653-
"expect": {
654-
"error": "DualStack is enabled but this partition does not support DualStack"
655-
},
656-
"params": {
657-
"Region": "us-iso-east-1",
658-
"UseFIPS": false,
659-
"UseDualStack": true
660-
}
661-
},
662640
{
663641
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
664642
"expect": {
@@ -672,17 +650,6 @@
672650
"UseDualStack": false
673651
}
674652
},
675-
{
676-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
677-
"expect": {
678-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
679-
},
680-
"params": {
681-
"Region": "us-isob-east-1",
682-
"UseFIPS": true,
683-
"UseDualStack": true
684-
}
685-
},
686653
{
687654
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
688655
"expect": {
@@ -696,17 +663,6 @@
696663
"UseDualStack": false
697664
}
698665
},
699-
{
700-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
701-
"expect": {
702-
"error": "DualStack is enabled but this partition does not support DualStack"
703-
},
704-
"params": {
705-
"Region": "us-isob-east-1",
706-
"UseFIPS": false,
707-
"UseDualStack": true
708-
}
709-
},
710666
{
711667
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
712668
"expect": {

0 commit comments

Comments
 (0)