Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Apr 16, 2024
1 parent 24f7e3a commit aa3c25a
Show file tree
Hide file tree
Showing 9 changed files with 3,906 additions and 323 deletions.
67 changes: 33 additions & 34 deletions codegen/sdk-codegen/aws-models/bedrock-agent.json

Large diffs are not rendered by default.

52 changes: 32 additions & 20 deletions codegen/sdk-codegen/aws-models/emr-serverless.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -524,7 +523,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -537,7 +537,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -551,7 +550,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -574,7 +572,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -609,7 +606,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -620,14 +616,16 @@
},
"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 @@ -641,14 +639,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -657,11 +653,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -672,14 +668,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -693,7 +691,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -713,7 +710,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -724,14 +720,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -742,9 +740,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down Expand Up @@ -1542,6 +1542,12 @@
"smithy.api#pattern": "^[1-9][0-9]*(\\s)?(GB|gb|gB|Gb)$"
}
},
"com.amazonaws.emrserverless#DiskType": {
"type": "string",
"traits": {
"smithy.api#pattern": "^(SHUFFLE_OPTIMIZED|[Ss]huffle_[Oo]ptimized|STANDARD|[Ss]tandard)$"
}
},
"com.amazonaws.emrserverless#Duration": {
"type": "long",
"traits": {
Expand Down Expand Up @@ -3525,6 +3531,12 @@
"traits": {
"smithy.api#documentation": "<p>The disk requirements for every worker instance of the worker type.</p>"
}
},
"diskType": {
"target": "com.amazonaws.emrserverless#DiskType",
"traits": {
"smithy.api#documentation": "<p>The disk type for every worker instance of the work type. Shuffle optimized disks have higher performance characteristics and are better for shuffle heavy workloads. Default is <code>STANDARD</code>.</p>"
}
}
},
"traits": {
Expand Down
Loading

0 comments on commit aa3c25a

Please sign in to comment.