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 May 18, 2023
1 parent d5a0f3c commit d3e086a
Show file tree
Hide file tree
Showing 10 changed files with 967 additions and 808 deletions.
6 changes: 0 additions & 6 deletions codegen/sdk-codegen/aws-models/athena.json
Original file line number Diff line number Diff line change
Expand Up @@ -3142,12 +3142,6 @@
"traits": {
"smithy.api#documentation": "<p>Contains additional notebook engine <code>MAP<string, string></code> parameter\n mappings in the form of key-value pairs. To specify an Athena notebook that\n the Jupyter server will download and serve, specify a value for the <a>StartSessionRequest$NotebookVersion</a> field, and then add a key named\n <code>NotebookId</code> to <code>AdditionalConfigs</code> that has the value of the\n Athena notebook ID.</p>"
}
},
"SparkProperties": {
"target": "com.amazonaws.athena#ParametersMap",
"traits": {
"smithy.api#documentation": "<p>Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.</p>"
}
}
},
"traits": {
Expand Down
281 changes: 176 additions & 105 deletions codegen/sdk-codegen/aws-models/cloudtrail.json

Large diffs are not rendered by default.

106 changes: 106 additions & 0 deletions codegen/sdk-codegen/aws-models/compute-optimizer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3626,6 +3626,18 @@
"traits": {
"smithy.api#enumValue": "Tags"
}
},
"EXTERNAL_METRIC_STATUS_CODE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ExternalMetricStatusCode"
}
},
"EXTERNAL_METRIC_STATUS_REASON": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ExternalMetricStatusReason"
}
}
}
},
Expand Down Expand Up @@ -3999,6 +4011,94 @@
"target": "com.amazonaws.computeoptimizer#ExportableVolumeField"
}
},
"com.amazonaws.computeoptimizer#ExternalMetricStatus": {
"type": "structure",
"members": {
"statusCode": {
"target": "com.amazonaws.computeoptimizer#ExternalMetricStatusCode",
"traits": {
"smithy.api#documentation": "<p>\n The status code for Compute Optimizer's integration with an external metrics provider.\n </p>"
}
},
"statusReason": {
"target": "com.amazonaws.computeoptimizer#ExternalMetricStatusReason",
"traits": {
"smithy.api#documentation": "<p>\n The reason for Compute Optimizer's integration status with your external metric provider.\n </p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>\n Describes Compute Optimizer's integration status with your chosen external metric provider. For example, Datadog.\n </p>"
}
},
"com.amazonaws.computeoptimizer#ExternalMetricStatusCode": {
"type": "enum",
"members": {
"NO_EXTERNAL_METRIC_SET": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "NO_EXTERNAL_METRIC_SET"
}
},
"INTEGRATION_SUCCESS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "INTEGRATION_SUCCESS"
}
},
"DATADOG_INTEGRATION_ERROR": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DATADOG_INTEGRATION_ERROR"
}
},
"DYNATRACE_INTEGRATION_ERROR": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DYNATRACE_INTEGRATION_ERROR"
}
},
"NEWRELIC_INTEGRATION_ERROR": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "NEWRELIC_INTEGRATION_ERROR"
}
},
"INSTANA_INTEGRATION_ERROR": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "INSTANA_INTEGRATION_ERROR"
}
},
"INSUFFICIENT_DATADOG_METRICS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "INSUFFICIENT_DATADOG_METRICS"
}
},
"INSUFFICIENT_DYNATRACE_METRICS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "INSUFFICIENT_DYNATRACE_METRICS"
}
},
"INSUFFICIENT_NEWRELIC_METRICS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "INSUFFICIENT_NEWRELIC_METRICS"
}
},
"INSUFFICIENT_INSTANA_METRICS": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "INSUFFICIENT_INSTANA_METRICS"
}
}
}
},
"com.amazonaws.computeoptimizer#ExternalMetricStatusReason": {
"type": "string"
},
"com.amazonaws.computeoptimizer#ExternalMetricsPreference": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -5583,6 +5683,12 @@
"traits": {
"smithy.api#documentation": "<p>\n A list of tags assigned to your Amazon EC2 instance recommendations.\n </p>"
}
},
"externalMetricStatus": {
"target": "com.amazonaws.computeoptimizer#ExternalMetricStatus",
"traits": {
"smithy.api#documentation": "<p>\n An object that describes Compute Optimizer's integration status with your external metrics provider.\n </p>"
}
}
},
"traits": {
Expand Down
Loading

0 comments on commit d3e086a

Please # to comment.