Skip to content

Commit 877b459

Browse files
committed
Update decode success tests
1 parent c0800f9 commit 877b459

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

gems/aws-sdk-core/spec/aws/rpc_v2/rpcv2-decode-success-tests.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,24 +1407,24 @@
14071407
},
14081408
{
14091409
"description": "tag - 0/min",
1410-
"input": "c001",
1410+
"input": "c074323030332D31322D31335431383A33303A30325A",
14111411
"expect": {
14121412
"tag": {
14131413
"id": 0,
14141414
"value": {
1415-
"uint": 1
1415+
"string": "2003-12-13T18:30:02Z"
14161416
}
14171417
}
14181418
}
14191419
},
14201420
{
14211421
"description": "tag - 1/min",
1422-
"input": "d80001",
1422+
"input": "d80074323030332D31322D31335431383A33303A30325A",
14231423
"expect": {
14241424
"tag": {
14251425
"id": 0,
14261426
"value": {
1427-
"uint": 1
1427+
"string": "2003-12-13T18:30:02Z"
14281428
}
14291429
}
14301430
}
@@ -1443,24 +1443,24 @@
14431443
},
14441444
{
14451445
"description": "tag - 4/min",
1446-
"input": "da0000000001",
1446+
"input": "da0000000074323030332D31322D31335431383A33303A30325A",
14471447
"expect": {
14481448
"tag": {
14491449
"id": 0,
14501450
"value": {
1451-
"uint": 1
1451+
"string": "2003-12-13T18:30:02Z"
14521452
}
14531453
}
14541454
}
14551455
},
14561456
{
14571457
"description": "tag - 8/min",
1458-
"input": "db000000000000000001",
1458+
"input": "db000000000000000074323030332D31322D31335431383A33303A30325A",
14591459
"expect": {
14601460
"tag": {
14611461
"id": 0,
14621462
"value": {
1463-
"uint": 1
1463+
"string": "2003-12-13T18:30:02Z"
14641464
}
14651465
}
14661466
}
@@ -1479,22 +1479,22 @@
14791479
},
14801480
{
14811481
"description": "tag - 2/min",
1482-
"input": "d9000001",
1482+
"input": "d9000074323030332D31322D31335431383A33303A30325A",
14831483
"expect": {
14841484
"tag": {
14851485
"id": 0,
14861486
"value": {
1487-
"uint": 1
1487+
"string": "2003-12-13T18:30:02Z"
14881488
}
14891489
}
14901490
}
14911491
},
14921492
{
14931493
"description": "tag - 2/max",
1494-
"input": "d9ffff01",
1494+
"input": "d9fffe01",
14951495
"expect": {
14961496
"tag": {
1497-
"id": 65535,
1497+
"id": 65534,
14981498
"value": {
14991499
"uint": 1
15001500
}
@@ -1503,10 +1503,10 @@
15031503
},
15041504
{
15051505
"description": "tag - 4/max",
1506-
"input": "daffffffff01",
1506+
"input": "dafffffffe01",
15071507
"expect": {
15081508
"tag": {
1509-
"id": 4294967295,
1509+
"id": 4294967294,
15101510
"value": {
15111511
"uint": 1
15121512
}
@@ -1515,14 +1515,14 @@
15151515
},
15161516
{
15171517
"description": "tag - 8/max",
1518-
"input": "dbffffffffffffffff01",
1518+
"input": "dbfffffffffffffffe01",
15191519
"expect": {
15201520
"tag": {
1521-
"id": 18446744073709551615,
1521+
"id": 18446744073709551614,
15221522
"value": {
15231523
"uint": 1
15241524
}
15251525
}
15261526
}
15271527
}
1528-
]
1528+
]

0 commit comments

Comments
 (0)