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 11, 2024
1 parent 7f0696c commit 9e43a67
Show file tree
Hide file tree
Showing 11 changed files with 17,256 additions and 11,912 deletions.
140 changes: 114 additions & 26 deletions codegen/sdk-codegen/aws-models/batch.json

Large diffs are not rendered by default.

169 changes: 98 additions & 71 deletions codegen/sdk-codegen/aws-models/cloudfront.json

Large diffs are not rendered by default.

31 changes: 30 additions & 1 deletion codegen/sdk-codegen/aws-models/cloudwatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,13 @@
"StateValue": {
"target": "com.amazonaws.cloudwatch#AnomalyDetectorStateValue",
"traits": {
"smithy.api#documentation": "<p>The current status of the anomaly detector's training. The possible values are <code>TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA</code>\n </p>"
"smithy.api#documentation": "<p>The current status of the anomaly detector's training.</p>"
}
},
"MetricCharacteristics": {
"target": "com.amazonaws.cloudwatch#MetricCharacteristics",
"traits": {
"smithy.api#documentation": "<p>This object includes parameters that you can use to provide information about your metric to \n\t\t\tCloudWatch to help it build more accurate anomaly detection models. Currently, it includes\n\t\t\tthe <code>PeriodicSpikes</code> parameter.</p>"
}
},
"SingleMetricAnomalyDetector": {
Expand Down Expand Up @@ -4838,6 +4844,20 @@
"target": "com.amazonaws.cloudwatch#MetricAlarm"
}
},
"com.amazonaws.cloudwatch#MetricCharacteristics": {
"type": "structure",
"members": {
"PeriodicSpikes": {
"target": "com.amazonaws.cloudwatch#PeriodicSpikes",
"traits": {
"smithy.api#documentation": "<p>Set this parameter to <code>true</code> if values for this metric consistently include spikes\n\t\t\tthat should not be considered to be anomalies. With this set to <code>true</code>, CloudWatch will expect \n\t\t\tto see spikes that occurred consistently during the model training period, and won't flag future similar spikes\n\t\t\tas anomalies.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>This object includes parameters that you can use to provide information to \n\t\t\tCloudWatch to help it build more accurate anomaly detection models.</p>"
}
},
"com.amazonaws.cloudwatch#MetricData": {
"type": "list",
"member": {
Expand Down Expand Up @@ -5402,6 +5422,9 @@
}
}
},
"com.amazonaws.cloudwatch#PeriodicSpikes": {
"type": "boolean"
},
"com.amazonaws.cloudwatch#PutAnomalyDetector": {
"type": "operation",
"input": {
Expand Down Expand Up @@ -5476,6 +5499,12 @@
"smithy.api#documentation": "<p>The configuration specifies details about how the \n\t\t\tanomaly detection model is to be trained, including \n\t\t\ttime ranges to exclude when training and updating the model.\n\t\t\tYou can specify as many as 10 time ranges.</p>\n <p>The configuration can also include the time zone to use for \n\t\t\tthe metric.</p>"
}
},
"MetricCharacteristics": {
"target": "com.amazonaws.cloudwatch#MetricCharacteristics",
"traits": {
"smithy.api#documentation": "<p>Use this object to include parameters to provide information about your metric to \n\t\t\tCloudWatch to help it build more accurate anomaly detection models. Currently, it includes\n\t\t\tthe <code>PeriodicSpikes</code> parameter.</p>"
}
},
"SingleMetricAnomalyDetector": {
"target": "com.amazonaws.cloudwatch#SingleMetricAnomalyDetector",
"traits": {
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/codebuild.json
Original file line number Diff line number Diff line change
Expand Up @@ -4521,7 +4521,7 @@
"token": {
"target": "com.amazonaws.codebuild#SensitiveNonEmptyString",
"traits": {
"smithy.api#documentation": "<p> For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket,\n this is the app password. </p>",
"smithy.api#documentation": "<p> For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket,\n this is either the access token or the app password. </p>",
"smithy.api#required": {}
}
},
Expand Down
42 changes: 32 additions & 10 deletions codegen/sdk-codegen/aws-models/iam.json

Large diffs are not rendered by default.

Loading

0 comments on commit 9e43a67

Please sign in to comment.