AWS cli documentation change
Summary
Updated CLI version reference, reordered parameters in syntax examples, added 'securityLevel' field, and restructured schedule configuration documentation
Security assessment
The addition of the 'securityLevel' field explicitly documents security-related configuration options for CIS scans, indicating enhanced security feature visibility. However, there is no evidence of addressing a specific security vulnerability. Parameter reordering and schedule structure changes are organizational improvements.
Diff
diff --git a/cli/latest/reference/inspector2/list-cis-scan-configurations.md b/cli/latest/reference/inspector2/list-cis-scan-configurations.md index 706e7c841..4f805e927 100644 --- a//cli/latest/reference/inspector2/list-cis-scan-configurations.md +++ b//cli/latest/reference/inspector2/list-cis-scan-configurations.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -103,16 +102,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec -> scanConfigurationArnFilters -> (list) -> ->> The list of scan configuration ARN filters. ->> ->> (structure) ->> ->>> The CIS string filter. ->>> ->>> comparison -> (string) ->>> ->>>> The comparison value of the CIS string filter. ->>> ->>> value -> (string) ->>> ->>>> The value of the CIS string filter. -> @@ -153,0 +138,16 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec +> +> scanConfigurationArnFilters -> (list) +> +>> The list of scan configuration ARN filters. +>> +>> (structure) +>> +>>> The CIS string filter. +>>> +>>> comparison -> (string) +>>> +>>>> The comparison value of the CIS string filter. +>>> +>>> value -> (string) +>>> +>>>> The value of the CIS string filter. @@ -158 +158 @@ Shorthand Syntax: - scanConfigurationArnFilters=[{comparison=string,value=string},{comparison=string,value=string}],scanNameFilters=[{comparison=string,value=string},{comparison=string,value=string}],targetResourceTagFilters=[{comparison=string,key=string,value=string},{comparison=string,key=string,value=string}] + scanNameFilters=[{comparison=string,value=string},{comparison=string,value=string}],targetResourceTagFilters=[{comparison=string,key=string,value=string},{comparison=string,key=string,value=string}],scanConfigurationArnFilters=[{comparison=string,value=string},{comparison=string,value=string}] @@ -165 +165 @@ JSON Syntax: - "scanConfigurationArnFilters": [ + "scanNameFilters": [ @@ -172 +172 @@ JSON Syntax: - "scanNameFilters": [ + "targetResourceTagFilters": [ @@ -174 +174,2 @@ JSON Syntax: - "comparison": "EQUALS"|"PREFIX"|"NOT_EQUALS", + "comparison": "EQUALS", + "key": "string", @@ -179 +180 @@ JSON Syntax: - "targetResourceTagFilters": [ + "scanConfigurationArnFilters": [ @@ -181,2 +182 @@ JSON Syntax: - "comparison": "EQUALS", - "key": "string", + "comparison": "EQUALS"|"PREFIX"|"NOT_EQUALS", @@ -329,4 +328,0 @@ Disable automatically prompt for CLI input parameters. -nextToken -> (string) - -> The pagination token from a previous request that’s used to retrieve the next page of results. - @@ -341,4 +336,0 @@ scanConfigurations -> (list) ->> ownerId -> (string) ->> ->>> The CIS scan configuration’s owner ID. ->> @@ -348,0 +341,4 @@ scanConfigurations -> (list) +>> ownerId -> (string) +>> +>>> The CIS scan configuration’s owner ID. +>> @@ -352,0 +349,4 @@ scanConfigurations -> (list) +>> securityLevel -> (string) +>> +>>> The CIS scan configuration’s security level. +>> @@ -359 +359,5 @@ scanConfigurations -> (list) ->>> This is a Tagged Union structure. Only one of the following top level keys can be set: `daily`, `monthly`, `oneTime`, `weekly`. +>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `oneTime`, `daily`, `weekly`, `monthly`. +>>> +>>> oneTime -> (structure) +>>> +>>>> The schedule’s one time. @@ -377 +381 @@ scanConfigurations -> (list) ->>> monthly -> (structure) +>>> weekly -> (structure) @@ -379,5 +383 @@ scanConfigurations -> (list) ->>>> The schedule’s monthly. ->>>> ->>>> day -> (string) ->>>> ->>>>> The monthly schedule’s day. +>>>> The schedule’s weekly. @@ -387 +387 @@ scanConfigurations -> (list) ->>>>> The monthly schedule’s start time. +>>>>> The weekly schedule’s start time. @@ -396,8 +395,0 @@ scanConfigurations -> (list) ->>> ->>> oneTime -> (structure) ->>> ->>>> The schedule’s one time. ->>> ->>> weekly -> (structure) ->>> ->>>> The schedule’s weekly. @@ -409,0 +402,4 @@ scanConfigurations -> (list) +>>> +>>> monthly -> (structure) +>>> +>>>> The schedule’s monthly. @@ -413 +409 @@ scanConfigurations -> (list) ->>>>> The weekly schedule’s start time. +>>>>> The monthly schedule’s start time. @@ -422,12 +418,4 @@ scanConfigurations -> (list) ->> ->> securityLevel -> (string) ->> ->>> The CIS scan configuration’s security level. ->> ->> tags -> (map) ->> ->>> The CIS scan configuration’s tags. ->>> ->>> key -> (string) ->>> ->>> value -> (string) +>>>> +>>>> day -> (string) +>>>> +>>>>> The monthly schedule’s day. @@ -453,0 +442,12 @@ scanConfigurations -> (list) +>> +>> tags -> (map) +>> +>>> The CIS scan configuration’s tags. +>>> +>>> key -> (string) +>>> +>>> value -> (string) + +nextToken -> (string) + +> The pagination token from a previous request that’s used to retrieve the next page of results. @@ -465 +465 @@ scanConfigurations -> (list) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »