diff --git a/clients/client-config-service/src/commands/PutConfigRuleCommand.ts b/clients/client-config-service/src/commands/PutConfigRuleCommand.ts index f809b1a219a7c..60fbcde982d9b 100644 --- a/clients/client-config-service/src/commands/PutConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/PutConfigRuleCommand.ts @@ -166,7 +166,7 @@ export interface PutConfigRuleCommandOutput extends __MetadataBearer {} * * @throws {@link MaxNumberOfConfigRulesExceededException} (client fault) *

Failed to add the Config rule because the account already - * contains the maximum number of 150 rules. Consider deleting any + * contains the maximum number of 1000 rules. Consider deleting any * deactivated rules before you add new rules.

* * @throws {@link NoAvailableConfigurationRecorderException} (client fault) diff --git a/clients/client-config-service/src/models/models_0.ts b/clients/client-config-service/src/models/models_0.ts index 97465bb07a4c5..b113371461be4 100644 --- a/clients/client-config-service/src/models/models_0.ts +++ b/clients/client-config-service/src/models/models_0.ts @@ -1235,6 +1235,12 @@ export interface BaseConfigurationItem { /** *

The time when configuration changes for the resource were delivered.

+ * + *

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 Recording Frequency in the Config + * Developer Guide.

+ *
* @public */ configurationItemDeliveryTime?: Date; @@ -2529,6 +2535,12 @@ export interface ConfigurationItem { /** *

The time when configuration changes for the resource were delivered.

+ * + *

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 Recording Frequency in the Config + * Developer Guide.

+ *
* @public */ configurationItemDeliveryTime?: Date; @@ -4722,7 +4734,7 @@ export interface DescribeConfigRuleEvaluationStatusRequest { *

The number of rule evaluation results that you want * returned.

*

This parameter is required if the rule limit for your account - * is more than the default of 150 rules.

+ * is more than the default of 1000 rules.

*

For information about requesting a rule limit increase, see * Config Limits in the Amazon Web Services General * Reference Guide.

@@ -8799,7 +8811,10 @@ export interface TimeWindow { */ export interface ResourceEvaluationFilters { /** - *

Filters all resource evaluations results based on an evaluation mode. the valid value for this API is Proactive.

+ *

Filters all resource evaluations results based on an evaluation mode.

+ * + *

Currently, DECTECTIVE is not supported as a valid value. Ignore other documentation stating otherwise.

+ *
* @public */ EvaluationMode?: EvaluationMode; diff --git a/clients/client-config-service/src/models/models_1.ts b/clients/client-config-service/src/models/models_1.ts index 1c024392134f1..b37411590127b 100644 --- a/clients/client-config-service/src/models/models_1.ts +++ b/clients/client-config-service/src/models/models_1.ts @@ -93,7 +93,7 @@ export class MaxActiveResourcesExceededException extends __BaseException { /** *

Failed to add the Config rule because the account already - * contains the maximum number of 150 rules. Consider deleting any + * contains the maximum number of 1000 rules. Consider deleting any * deactivated rules before you add new rules.

* @public */ diff --git a/codegen/sdk-codegen/aws-models/config-service.json b/codegen/sdk-codegen/aws-models/config-service.json index 3306a63405a60..5f394c7b6923c 100644 --- a/codegen/sdk-codegen/aws-models/config-service.json +++ b/codegen/sdk-codegen/aws-models/config-service.json @@ -747,7 +747,7 @@ "configurationItemDeliveryTime": { "target": "com.amazonaws.configservice#ConfigurationItemDeliveryTime", "traits": { - "smithy.api#documentation": "

The time when configuration changes for the resource were delivered.

" + "smithy.api#documentation": "

The time when configuration changes for the resource were delivered.

\n \n

This field is optional and is not guaranteed to be present in a configuration item (CI). If you are using daily recording,\n\t\t\tthis field will be populated. However, if you are using continuous recording,\n\t\t\tthis 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 Recording Frequency in the Config\n\t\t\t\t\tDeveloper Guide.

\n
" } } }, @@ -1739,7 +1739,7 @@ "configurationItemDeliveryTime": { "target": "com.amazonaws.configservice#ConfigurationItemDeliveryTime", "traits": { - "smithy.api#documentation": "

The time when configuration changes for the resource were delivered.

" + "smithy.api#documentation": "

The time when configuration changes for the resource were delivered.

\n \n

This field is optional and is not guaranteed to be present in a configuration item (CI). If you are using daily recording,\n\t\t\tthis field will be populated. However, if you are using continuous recording,\n\t\t\tthis 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 Recording Frequency in the Config\n\t\t\t\t\tDeveloper Guide.

\n
" } } }, @@ -3789,7 +3789,7 @@ "target": "com.amazonaws.configservice#RuleLimit", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

The number of rule evaluation results that you want\n\t\t\treturned.

\n

This parameter is required if the rule limit for your account\n\t\t\tis more than the default of 150 rules.

\n

For information about requesting a rule limit increase, see\n\t\t\t\tConfig Limits in the Amazon Web Services General\n\t\t\t\tReference Guide.

" + "smithy.api#documentation": "

The number of rule evaluation results that you want\n\t\t\treturned.

\n

This parameter is required if the rule limit for your account\n\t\t\tis more than the default of 1000 rules.

\n

For information about requesting a rule limit increase, see\n\t\t\t\tConfig Limits in the Amazon Web Services General\n\t\t\t\tReference Guide.

" } } }, @@ -8040,7 +8040,7 @@ } }, "traits": { - "smithy.api#documentation": "

Failed to add the Config rule because the account already\n\t\t\tcontains the maximum number of 150 rules. Consider deleting any\n\t\t\tdeactivated rules before you add new rules.

", + "smithy.api#documentation": "

Failed to add the Config rule because the account already\n\t\t\tcontains the maximum number of 1000 rules. Consider deleting any\n\t\t\tdeactivated rules before you add new rules.

", "smithy.api#error": "client" } }, @@ -11440,7 +11440,7 @@ "EvaluationMode": { "target": "com.amazonaws.configservice#EvaluationMode", "traits": { - "smithy.api#documentation": "

Filters all resource evaluations results based on an evaluation mode. the valid value for this API is Proactive.

" + "smithy.api#documentation": "

Filters all resource evaluations results based on an evaluation mode.

\n \n

Currently, DECTECTIVE is not supported as a valid value. Ignore other documentation stating otherwise.

\n
" } }, "TimeWindow": {