Skip to content

Commit 358c93d

Browse files
feat: update AWS API models
1 parent e35b746 commit 358c93d

File tree

11 files changed

+17256
-11912
lines changed

11 files changed

+17256
-11912
lines changed

codegen/sdk/aws-models/batch.json

Lines changed: 114 additions & 26 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/cloudfront.json

Lines changed: 98 additions & 71 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/cloudwatch.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,13 @@
269269
"StateValue": {
270270
"target": "com.amazonaws.cloudwatch#AnomalyDetectorStateValue",
271271
"traits": {
272-
"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>"
272+
"smithy.api#documentation": "<p>The current status of the anomaly detector's training.</p>"
273+
}
274+
},
275+
"MetricCharacteristics": {
276+
"target": "com.amazonaws.cloudwatch#MetricCharacteristics",
277+
"traits": {
278+
"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>"
273279
}
274280
},
275281
"SingleMetricAnomalyDetector": {
@@ -4838,6 +4844,20 @@
48384844
"target": "com.amazonaws.cloudwatch#MetricAlarm"
48394845
}
48404846
},
4847+
"com.amazonaws.cloudwatch#MetricCharacteristics": {
4848+
"type": "structure",
4849+
"members": {
4850+
"PeriodicSpikes": {
4851+
"target": "com.amazonaws.cloudwatch#PeriodicSpikes",
4852+
"traits": {
4853+
"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>"
4854+
}
4855+
}
4856+
},
4857+
"traits": {
4858+
"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>"
4859+
}
4860+
},
48414861
"com.amazonaws.cloudwatch#MetricData": {
48424862
"type": "list",
48434863
"member": {
@@ -5402,6 +5422,9 @@
54025422
}
54035423
}
54045424
},
5425+
"com.amazonaws.cloudwatch#PeriodicSpikes": {
5426+
"type": "boolean"
5427+
},
54055428
"com.amazonaws.cloudwatch#PutAnomalyDetector": {
54065429
"type": "operation",
54075430
"input": {
@@ -5476,6 +5499,12 @@
54765499
"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>"
54775500
}
54785501
},
5502+
"MetricCharacteristics": {
5503+
"target": "com.amazonaws.cloudwatch#MetricCharacteristics",
5504+
"traits": {
5505+
"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>"
5506+
}
5507+
},
54795508
"SingleMetricAnomalyDetector": {
54805509
"target": "com.amazonaws.cloudwatch#SingleMetricAnomalyDetector",
54815510
"traits": {

codegen/sdk/aws-models/codebuild.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4521,7 +4521,7 @@
45214521
"token": {
45224522
"target": "com.amazonaws.codebuild#SensitiveNonEmptyString",
45234523
"traits": {
4524-
"smithy.api#documentation": "<p> For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket,\n this is the app password. </p>",
4524+
"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>",
45254525
"smithy.api#required": {}
45264526
}
45274527
},

codegen/sdk/aws-models/iam.json

Lines changed: 32 additions & 10 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)