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 Aug 24, 2023
1 parent efd4b30 commit cbe5aa5
Show file tree
Hide file tree
Showing 10 changed files with 3,925 additions and 2,923 deletions.
96 changes: 96 additions & 0 deletions codegen/sdk-codegen/aws-models/ec2.json
Original file line number Diff line number Diff line change
Expand Up @@ -63584,6 +63584,102 @@
"traits": {
"smithy.api#enumValue": "m7i-flex.8xlarge"
}
},
"m7a_medium": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "m7a.medium"
}
},
"m7a_large": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "m7a.large"
}
},
"m7a_xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "m7a.xlarge"
}
},
"m7a_2xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "m7a.2xlarge"
}
},
"m7a_4xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "m7a.4xlarge"
}
},
"m7a_8xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "m7a.8xlarge"
}
},
"m7a_12xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "m7a.12xlarge"
}
},
"m7a_16xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "m7a.16xlarge"
}
},
"m7a_24xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "m7a.24xlarge"
}
},
"m7a_32xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "m7a.32xlarge"
}
},
"m7a_48xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "m7a.48xlarge"
}
},
"m7a_metal_48xl": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "m7a.metal-48xl"
}
},
"hpc7a_12xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "hpc7a.12xlarge"
}
},
"hpc7a_24xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "hpc7a.24xlarge"
}
},
"hpc7a_48xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "hpc7a.48xlarge"
}
},
"hpc7a_96xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "hpc7a.96xlarge"
}
}
}
},
Expand Down
39 changes: 39 additions & 0 deletions codegen/sdk-codegen/aws-models/glue.json
Original file line number Diff line number Diff line change
Expand Up @@ -19969,6 +19969,9 @@
"smithy.api#error": "client"
}
},
"com.amazonaws.glue#IdleTimeout": {
"type": "integer"
},
"com.amazonaws.glue#IllegalBlueprintStateException": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -28840,6 +28843,42 @@
"traits": {
"smithy.api#documentation": "<p>The Glue version determines the versions of Apache Spark and Python that Glue supports. \n The GlueVersion must be greater than 2.0.</p>"
}
},
"NumberOfWorkers": {
"target": "com.amazonaws.glue#NullableInteger",
"traits": {
"smithy.api#documentation": "<p>The number of workers of a defined <code>WorkerType</code> to use for the session.</p>"
}
},
"WorkerType": {
"target": "com.amazonaws.glue#WorkerType",
"traits": {
"smithy.api#documentation": "<p>The type of predefined worker that is allocated when a session runs. Accepts a value of <code>G.1X</code>, <code>G.2X</code>, <code>G.4X</code>, or <code>G.8X</code> for Spark sessions. Accepts the value <code>Z.2X</code> for Ray sessions.</p>"
}
},
"CompletedOn": {
"target": "com.amazonaws.glue#TimestampValue",
"traits": {
"smithy.api#documentation": "<p>The date and time that this session is completed.</p>"
}
},
"ExecutionTime": {
"target": "com.amazonaws.glue#NullableDouble",
"traits": {
"smithy.api#documentation": "<p>The total time the session ran for.</p>"
}
},
"DPUSeconds": {
"target": "com.amazonaws.glue#NullableDouble",
"traits": {
"smithy.api#documentation": "<p>The DPUs consumed by the session (formula: ExecutionTime * MaxCapacity).</p>"
}
},
"IdleTimeout": {
"target": "com.amazonaws.glue#IdleTimeout",
"traits": {
"smithy.api#documentation": "<p>The number of minutes when idle before the session times out.</p>"
}
}
},
"traits": {
Expand Down
Loading

0 comments on commit cbe5aa5

Please sign in to comment.