Skip to content

Commit

Permalink
Revert SQS protocol changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRemis committed Nov 21, 2023
1 parent 6e0ec83 commit 9d07df9
Show file tree
Hide file tree
Showing 4 changed files with 322 additions and 409 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/bugfix-sqs-67962.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "bugfix",
"category": "sqs",
"description": "Rolled back recent change to wire format protocol"
}
44 changes: 22 additions & 22 deletions botocore/data/sqs/2012-11-05/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -82,8 +83,7 @@
},
"type": "endpoint"
}
],
"type": "tree"
]
},
{
"conditions": [
Expand All @@ -96,6 +96,7 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -109,6 +110,7 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -131,6 +133,7 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -165,6 +168,7 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -175,16 +179,14 @@
},
"type": "endpoint"
}
],
"type": "tree"
]
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
],
"type": "tree"
]
},
{
"conditions": [
Expand All @@ -198,12 +200,14 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -212,17 +216,18 @@
},
"supportsFIPS"
]
},
true
}
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "stringEquals",
"argv": [
"aws-us-gov",
{
"fn": "getAttr",
"argv": [
Expand All @@ -231,8 +236,7 @@
},
"name"
]
},
"aws-us-gov"
}
]
}
],
Expand All @@ -252,16 +256,14 @@
},
"type": "endpoint"
}
],
"type": "tree"
]
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
],
"type": "tree"
]
},
{
"conditions": [
Expand All @@ -275,6 +277,7 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -294,6 +297,7 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -304,16 +308,14 @@
},
"type": "endpoint"
}
],
"type": "tree"
]
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
],
"type": "tree"
]
},
{
"conditions": [],
Expand All @@ -324,11 +326,9 @@
},
"type": "endpoint"
}
],
"type": "tree"
]
}
],
"type": "tree"
]
},
{
"conditions": [],
Expand Down
Loading

0 comments on commit 9d07df9

Please sign in to comment.