Skip to content

Commit 5a457e4

Browse files
author
AWS
committed
AWS Savings Plans Update: Introducing the Savings Plans Return feature enabling customers to return their Savings Plans within 7 days of purchase.
1 parent feda912 commit 5a457e4

File tree

3 files changed

+102
-50
lines changed

3 files changed

+102
-50
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": "AWS Savings Plans",
4+
"contributor": "",
5+
"description": "Introducing the Savings Plans Return feature enabling customers to return their Savings Plans within 7 days of purchase."
6+
}

services/savingsplans/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
]
4141
}
4242
],
43-
"type": "tree",
4443
"rules": [
4544
{
4645
"conditions": [
@@ -83,7 +82,8 @@
8382
},
8483
"type": "endpoint"
8584
}
86-
]
85+
],
86+
"type": "tree"
8787
},
8888
{
8989
"conditions": [
@@ -96,7 +96,6 @@
9696
]
9797
}
9898
],
99-
"type": "tree",
10099
"rules": [
101100
{
102101
"conditions": [
@@ -110,7 +109,6 @@
110109
"assign": "PartitionResult"
111110
}
112111
],
113-
"type": "tree",
114112
"rules": [
115113
{
116114
"conditions": [
@@ -184,7 +182,6 @@
184182
]
185183
}
186184
],
187-
"type": "tree",
188185
"rules": [
189186
{
190187
"conditions": [
@@ -219,7 +216,6 @@
219216
]
220217
}
221218
],
222-
"type": "tree",
223219
"rules": [
224220
{
225221
"conditions": [],
@@ -230,14 +226,16 @@
230226
},
231227
"type": "endpoint"
232228
}
233-
]
229+
],
230+
"type": "tree"
234231
},
235232
{
236233
"conditions": [],
237234
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
238235
"type": "error"
239236
}
240-
]
237+
],
238+
"type": "tree"
241239
},
242240
{
243241
"conditions": [
@@ -251,14 +249,12 @@
251249
]
252250
}
253251
],
254-
"type": "tree",
255252
"rules": [
256253
{
257254
"conditions": [
258255
{
259256
"fn": "booleanEquals",
260257
"argv": [
261-
true,
262258
{
263259
"fn": "getAttr",
264260
"argv": [
@@ -267,11 +263,11 @@
267263
},
268264
"supportsFIPS"
269265
]
270-
}
266+
},
267+
true
271268
]
272269
}
273270
],
274-
"type": "tree",
275271
"rules": [
276272
{
277273
"conditions": [],
@@ -282,14 +278,16 @@
282278
},
283279
"type": "endpoint"
284280
}
285-
]
281+
],
282+
"type": "tree"
286283
},
287284
{
288285
"conditions": [],
289286
"error": "FIPS is enabled but this partition does not support FIPS",
290287
"type": "error"
291288
}
292-
]
289+
],
290+
"type": "tree"
293291
},
294292
{
295293
"conditions": [
@@ -303,7 +301,6 @@
303301
]
304302
}
305303
],
306-
"type": "tree",
307304
"rules": [
308305
{
309306
"conditions": [
@@ -323,7 +320,6 @@
323320
]
324321
}
325322
],
326-
"type": "tree",
327323
"rules": [
328324
{
329325
"conditions": [],
@@ -334,14 +330,16 @@
334330
},
335331
"type": "endpoint"
336332
}
337-
]
333+
],
334+
"type": "tree"
338335
},
339336
{
340337
"conditions": [],
341338
"error": "DualStack is enabled but this partition does not support DualStack",
342339
"type": "error"
343340
}
344-
]
341+
],
342+
"type": "tree"
345343
},
346344
{
347345
"conditions": [],
@@ -352,9 +350,11 @@
352350
},
353351
"type": "endpoint"
354352
}
355-
]
353+
],
354+
"type": "tree"
356355
}
357-
]
356+
],
357+
"type": "tree"
358358
},
359359
{
360360
"conditions": [],

0 commit comments

Comments
 (0)