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
Copy file name to clipboardExpand all lines: generator/ServiceModels/elasticfilesystem/elasticfilesystem-2015-02-01.endpoint-rule-set.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,26 +6,26 @@
6
6
"required": true,
7
7
"default": false,
8
8
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
9
-
"type": "Boolean"
9
+
"type": "boolean"
10
10
},
11
11
"UseFIPS": {
12
12
"builtIn": "AWS::UseFIPS",
13
13
"required": true,
14
14
"default": false,
15
15
"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.",
16
-
"type": "Boolean"
16
+
"type": "boolean"
17
17
},
18
18
"Endpoint": {
19
19
"builtIn": "SDK::Endpoint",
20
20
"required": false,
21
21
"documentation": "Override the endpoint used to send this request",
22
-
"type": "String"
22
+
"type": "string"
23
23
},
24
24
"Region": {
25
25
"builtIn": "AWS::Region",
26
26
"required": false,
27
27
"documentation": "The AWS region used to dispatch the request.",
Copy file name to clipboardExpand all lines: sdk/test/Services/ElasticFileSystem/UnitTests/Generated/Endpoints/ElasticFileSystemEndpointProviderTests.cs
+46-46Lines changed: 46 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -195,60 +195,30 @@ public void For_region_cnnorthwest1_with_FIPS_disabled_and_DualStack_disabled_Te
195
195
[TestCategory("UnitTest")]
196
196
[TestCategory("Endpoints")]
197
197
[TestCategory("ElasticFileSystem")]
198
-
[Description("For region us-gov-west-1 with FIPS enabled and DualStack enabled")]
0 commit comments