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
AWS Systems Manager for SAP Update: AWS Systems Manager for SAP provides simplified operations and management of SAP applications such as SAP HANA. With this release, SAP customers and partners can automate and simplify their SAP system administration tasks such as backup/restore of SAP HANA.
"description": "AWS Systems Manager for SAP provides simplified operations and management of SAP applications such as SAP HANA. With this release, SAP customers and partners can automate and simplify their SAP system administration tasks such as backup/restore of SAP HANA."
"documentation": "The AWS region used to dispatch the request.",
8
+
"type": "String"
9
+
},
10
+
"UseDualStack": {
11
+
"builtIn": "AWS::UseDualStack",
12
+
"required": true,
13
+
"default": false,
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
+
"type": "Boolean"
16
+
},
17
+
"UseFIPS": {
18
+
"builtIn": "AWS::UseFIPS",
19
+
"required": true,
20
+
"default": false,
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
+
"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"
29
+
}
30
+
},
31
+
"rules": [
32
+
{
33
+
"conditions": [
34
+
{
35
+
"fn": "aws.partition",
36
+
"argv": [
37
+
{
38
+
"ref": "Region"
39
+
}
40
+
],
41
+
"assign": "PartitionResult"
42
+
}
43
+
],
44
+
"type": "tree",
45
+
"rules": [
46
+
{
47
+
"conditions": [
48
+
{
49
+
"fn": "isSet",
50
+
"argv": [
51
+
{
52
+
"ref": "Endpoint"
53
+
}
54
+
]
55
+
},
56
+
{
57
+
"fn": "parseURL",
58
+
"argv": [
59
+
{
60
+
"ref": "Endpoint"
61
+
}
62
+
],
63
+
"assign": "url"
64
+
}
65
+
],
66
+
"type": "tree",
67
+
"rules": [
68
+
{
69
+
"conditions": [
70
+
{
71
+
"fn": "booleanEquals",
72
+
"argv": [
73
+
{
74
+
"ref": "UseFIPS"
75
+
},
76
+
true
77
+
]
78
+
}
79
+
],
80
+
"error": "Invalid Configuration: FIPS and custom endpoint are not supported",
81
+
"type": "error"
82
+
},
83
+
{
84
+
"conditions": [],
85
+
"type": "tree",
86
+
"rules": [
87
+
{
88
+
"conditions": [
89
+
{
90
+
"fn": "booleanEquals",
91
+
"argv": [
92
+
{
93
+
"ref": "UseDualStack"
94
+
},
95
+
true
96
+
]
97
+
}
98
+
],
99
+
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported",
0 commit comments