You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"documentation": "The AWS region used to dispatch the request.",
8
8
"type": "String"
9
9
},
10
-
"UseFIPS": {
11
-
"builtIn": "AWS::UseFIPS",
10
+
"UseDualStack": {
11
+
"builtIn": "AWS::UseDualStack",
12
12
"required": true,
13
13
"default": false,
14
-
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
14
+
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
15
15
"type": "Boolean"
16
16
},
17
-
"UseDualStack": {
18
-
"builtIn": "AWS::UseDualStack",
17
+
"UseFIPS": {
18
+
"builtIn": "AWS::UseFIPS",
19
19
"required": true,
20
20
"default": false,
21
-
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
21
+
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
22
22
"type": "Boolean"
23
+
},
24
+
"Endpoint": {
25
+
"builtIn": "SDK::Endpoint",
26
+
"required": false,
27
+
"documentation": "Override the endpoint used to send this request",
28
+
"type": "String"
23
29
}
24
30
},
25
31
"rules": [
@@ -29,18 +35,9 @@
29
35
"fn": "isSet",
30
36
"argv": [
31
37
{
32
-
"ref": "Region"
38
+
"ref": "Endpoint"
33
39
}
34
40
]
35
-
},
36
-
{
37
-
"fn": "aws.partition",
38
-
"argv": [
39
-
{
40
-
"ref": "Region"
41
-
}
42
-
],
43
-
"assign": "PartitionResult"
44
41
}
45
42
],
46
43
"rules": [
@@ -56,7 +53,7 @@
56
53
]
57
54
}
58
55
],
59
-
"error": "ECR Public does not support FIPS",
56
+
"error": "Invalid Configuration: FIPS and custom endpoint are not supported",
60
57
"type": "error"
61
58
},
62
59
{
@@ -71,57 +68,247 @@
71
68
]
72
69
}
73
70
],
71
+
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported",
0 commit comments