Skip to content

Commit 9f3600e

Browse files
author
AWS
committed
AWS Config Update: Updates documentation for AWS Config
1 parent 181efa5 commit 9f3600e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Config",
4+
"contributor": "",
5+
"description": "Updates documentation for AWS Config"
6+
}

services/config/src/main/resources/codegen-resources/service-2.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,7 +1823,7 @@
18231823
},
18241824
"configurationItemDeliveryTime":{
18251825
"shape":"ConfigurationItemDeliveryTime",
1826-
"documentation":"<p>The time when configuration changes for the resource were delivered.</p>"
1826+
"documentation":"<p>The time when configuration changes for the resource were delivered.</p> <note> <p>This field is optional and is not guaranteed to be present in a configuration item (CI). If you are using daily recording, this field will be populated. However, if you are using continuous recording, this field will be omitted since the delivery time is instantaneous as the CI is available right away. For more information on daily recording and continuous recording, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency\">Recording Frequency</a> in the <i>Config Developer Guide</i>.</p> </note>"
18271827
}
18281828
},
18291829
"documentation":"<p>The detailed configurations of a specified resource.</p>"
@@ -2421,7 +2421,7 @@
24212421
},
24222422
"configurationItemDeliveryTime":{
24232423
"shape":"ConfigurationItemDeliveryTime",
2424-
"documentation":"<p>The time when configuration changes for the resource were delivered.</p>"
2424+
"documentation":"<p>The time when configuration changes for the resource were delivered.</p> <note> <p>This field is optional and is not guaranteed to be present in a configuration item (CI). If you are using daily recording, this field will be populated. However, if you are using continuous recording, this field will be omitted since the delivery time is instantaneous as the CI is available right away. For more information on daily recording and continuous recording, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency\">Recording Frequency</a> in the <i>Config Developer Guide</i>.</p> </note>"
24252425
}
24262426
},
24272427
"documentation":"<p>A list that contains detailed configurations of a specified resource.</p>"
@@ -3408,7 +3408,7 @@
34083408
},
34093409
"Limit":{
34103410
"shape":"RuleLimit",
3411-
"documentation":"<p>The number of rule evaluation results that you want returned.</p> <p>This parameter is required if the rule limit for your account is more than the default of 150 rules.</p> <p>For information about requesting a rule limit increase, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config\">Config Limits</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>"
3411+
"documentation":"<p>The number of rule evaluation results that you want returned.</p> <p>This parameter is required if the rule limit for your account is more than the default of 1000 rules.</p> <p>For information about requesting a rule limit increase, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config\">Config Limits</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>"
34123412
}
34133413
},
34143414
"documentation":"<p/>"
@@ -5353,7 +5353,7 @@
53535353
"type":"structure",
53545354
"members":{
53555355
},
5356-
"documentation":"<p>Failed to add the Config rule because the account already contains the maximum number of 150 rules. Consider deleting any deactivated rules before you add new rules.</p>",
5356+
"documentation":"<p>Failed to add the Config rule because the account already contains the maximum number of 1000 rules. Consider deleting any deactivated rules before you add new rules.</p>",
53575357
"exception":true
53585358
},
53595359
"MaxNumberOfConfigurationRecordersExceededException":{
@@ -7099,7 +7099,7 @@
70997099
"members":{
71007100
"EvaluationMode":{
71017101
"shape":"EvaluationMode",
7102-
"documentation":"<p>Filters all resource evaluations results based on an evaluation mode. the valid value for this API is <code>Proactive</code>.</p>"
7102+
"documentation":"<p>Filters all resource evaluations results based on an evaluation mode.</p> <important> <p>Currently, <code>DECTECTIVE</code> is not supported as a valid value. Ignore other documentation stating otherwise.</p> </important>"
71037103
},
71047104
"TimeWindow":{
71057105
"shape":"TimeWindow",

0 commit comments

Comments
 (0)