Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Jan 13, 2025
1 parent 28d3a1b commit 115ea8f
Show file tree
Hide file tree
Showing 59 changed files with 1,976 additions and 351 deletions.
130 changes: 76 additions & 54 deletions apis/artifact/2018-05-10/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"version": "1.0",
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
"UseDualStack": {
"builtIn": "AWS::UseDualStack",
"required": true,
Expand All @@ -26,6 +20,12 @@
"required": false,
"documentation": "Override the endpoint used to send this request",
"type": "String"
},
"Region": {
"builtIn": "AWS::Region",
"required": false,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
}
},
"rules": [
Expand Down Expand Up @@ -177,18 +177,19 @@
"rules": [
{
"conditions": [],
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://artifact-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
"endpoint": {
"url": "https://artifact-fips.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dualStackDnsSuffix}",
"properties": {
"authSchemes": [
{
"name": "sigv4",
"signingRegion": "{PartitionResult#implicitGlobalRegion}"
}
]
},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
Expand All @@ -211,6 +212,15 @@
},
true
]
},
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseDualStack"
},
false
]
}
],
"rules": [
Expand All @@ -235,18 +245,19 @@
"rules": [
{
"conditions": [],
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://artifact-fips.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
"endpoint": {
"url": "https://artifact-fips.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dnsSuffix}",
"properties": {
"authSchemes": [
{
"name": "sigv4",
"signingRegion": "{PartitionResult#implicitGlobalRegion}"
}
]
},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
Expand All @@ -261,6 +272,15 @@
},
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseFIPS"
},
false
]
},
{
"fn": "booleanEquals",
"argv": [
Expand Down Expand Up @@ -293,18 +313,19 @@
"rules": [
{
"conditions": [],
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://artifact.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
"endpoint": {
"url": "https://artifact.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dualStackDnsSuffix}",
"properties": {
"authSchemes": [
{
"name": "sigv4",
"signingRegion": "{PartitionResult#implicitGlobalRegion}"
}
]
},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
Expand All @@ -319,18 +340,19 @@
},
{
"conditions": [],
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://artifact.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
"endpoint": {
"url": "https://artifact.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dnsSuffix}",
"properties": {
"authSchemes": [
{
"name": "sigv4",
"signingRegion": "{PartitionResult#implicitGlobalRegion}"
}
]
},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
Expand Down
Loading

0 comments on commit 115ea8f

Please sign in to comment.