AWS cli documentation change
Summary
Updated CLI version reference, added link to resource selection documentation, simplified explanations about ConfigurationItems, added list of supported resource types including security-related services (SecurityHub, IAM), and modified field descriptions for configuration/supplementaryAttributes
Security assessment
While new resource types like AWS::SecurityHub::Standard and AWS::IAM::OIDCProvider are added, there is no evidence these changes address a specific security vulnerability. The changes primarily expand supported services and clarify documentation without explicit security context.
Diff
diff --git a/cli/latest/reference/configservice/get-resource-config-history.md b/cli/latest/reference/configservice/get-resource-config-history.md index 34cd97910..5d83f2992 100644 --- a//cli/latest/reference/configservice/get-resource-config-history.md +++ b//cli/latest/reference/configservice/get-resource-config-history.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -62 +62 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -For accurate reporting on the compliance status, you must record the `AWS::Config::ResourceCompliance` resource type. +For accurate reporting on the compliance status, you must record the `AWS::Config::ResourceCompliance` resource type. For more information, see [Selecting Which Resources Config Records](https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html) . @@ -64,9 +64 @@ For accurate reporting on the compliance status, you must record the `AWS::Confi -For more information, see [Recording Amazon Web Services Resources](https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html) in the _Config Resources Developer Guide_ . - -Returns a list of configurations items (CIs) for the specified resource. - -> **Contents** - -The list contains details about each state of the resource during the specified time interval. If you specified a retention period to retain your CIs between a minimum of 30 days and a maximum of 7 years (2557 days), Config returns the CIs for the specified retention period. - -> **Pagination** +Returns a list of `ConfigurationItems` for the specified resource. The list contains details about each state of the resource during the specified time interval. If you specified a retention period to retain your `ConfigurationItems` between a minimum of 30 days and a maximum of 7 years (2557 days), Config returns the `ConfigurationItems` for the specified retention period. @@ -532,0 +525,35 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/config +> * `AWS::AppConfig::ExtensionAssociation` +> * `AWS::AppIntegrations::Application` +> * `AWS::AppSync::ApiCache` +> * `AWS::Bedrock::Guardrail` +> * `AWS::Bedrock::KnowledgeBase` +> * `AWS::Cognito::IdentityPool` +> * `AWS::Connect::Rule` +> * `AWS::Connect::User` +> * `AWS::EC2::ClientVpnTargetNetworkAssociation` +> * `AWS::EC2::EIPAssociation` +> * `AWS::EC2::IPAMResourceDiscovery` +> * `AWS::EC2::IPAMResourceDiscoveryAssociation` +> * `AWS::EC2::InstanceConnectEndpoint` +> * `AWS::EC2::SnapshotBlockPublicAccess` +> * `AWS::EC2::VPCBlockPublicAccessExclusion` +> * `AWS::EC2::VPCBlockPublicAccessOptions` +> * `AWS::EC2::VPCEndpointConnectionNotification` +> * `AWS::EC2::VPNConnectionRoute` +> * `AWS::Evidently::Segment` +> * `AWS::IAM::OIDCProvider` +> * `AWS::InspectorV2::Activation` +> * `AWS::MSK::ClusterPolicy` +> * `AWS::MSK::VpcConnection` +> * `AWS::MediaConnect::Gateway` +> * `AWS::MemoryDB::SubnetGroup` +> * `AWS::OpenSearchServerless::Collection` +> * `AWS::OpenSearchServerless::VpcEndpoint` +> * `AWS::Redshift::EndpointAuthorization` +> * `AWS::Route53Profiles::Profile` +> * `AWS::S3::StorageLensGroup` +> * `AWS::S3Express::BucketPolicy` +> * `AWS::S3Express::DirectoryBucket` +> * `AWS::SageMaker::InferenceExperiment` +> * `AWS::SecurityHub::Standard` +> * `AWS::Transfer::Profile` @@ -694 +721 @@ configurationItems -> (list) -> An array of `ConfigurationItems` Objects. Contatins the configuration history for one or more resources. +> A list that contains the configuration history of one or more resources. @@ -806 +833 @@ configurationItems -> (list) ->>> A JSON-encoded string that contains the contents for the resource configuration. This string needs to be deserialized using `json.loads()` before you can access the contents. +>>> The description of the resource configuration. @@ -810,3 +837 @@ configurationItems -> (list) ->>> A string to string map that contains additional contents for the resource configuration.Config returns this field for certain resource types to supplement the information returned for the `configuration` field. ->>> ->>> This string to string map needs to be deserialized using `json.loads()` before you can accessing the contents. +>>> Configuration attributes that Config returns for certain resource types to supplement the information returned for the `configuration` parameter. @@ -821,4 +845,0 @@ configurationItems -> (list) ->>> ->>> ### Note ->>> ->>> This field only appears in the API response when `DAILY` recording is enabled for a resource type. If this field is not present, `CONTINUOUS` recording is enabled for that resource type. For more information on daily recording and continuous recording, see [Recording Frequency](https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency) in the _Config Developer Guide_ . @@ -832,3 +853 @@ configurationItems -> (list) ->>> 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](https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency) in the _Config Developer Guide_ . +>>> 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](https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency) in the _Config Developer Guide_ . @@ -850 +869 @@ nextToken -> (string) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »