AWS cli documentation change
Summary
Updated CLI version reference from 2.27.51 to 2.27.54 and restructured field descriptions in address list import job responses. Changed field names (AddressListId->JobId), reordered parameters, and updated descriptions for improved clarity.
Security assessment
Changes appear to be documentation corrections and field reordering for accuracy. No security-related terminology or vulnerability references found. Modifications focus on API response structure clarification rather than security controls.
Diff
diff --git a/cli/latest/reference/mailmanager/list-address-list-import-jobs.md b/cli/latest/reference/mailmanager/list-address-list-import-jobs.md index 876a92f68..b6ee2fb87 100644 --- a//cli/latest/reference/mailmanager/list-address-list-import-jobs.md +++ b//cli/latest/reference/mailmanager/list-address-list-import-jobs.md @@ -15 +15 @@ - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) » @@ -226 +226 @@ ImportJobs -> (list) ->> AddressListId -> (string) +>> JobId -> (string) @@ -228 +228 @@ ImportJobs -> (list) ->>> The unique identifier of the address list the import job was created for. +>>> The identifier of the import job. @@ -230 +230 @@ ImportJobs -> (list) ->> CompletedTimestamp -> (timestamp) +>> Name -> (string) @@ -232 +232 @@ ImportJobs -> (list) ->>> The timestamp of when the import job was completed. +>>> A user-friendly name for the import job. @@ -234 +234 @@ ImportJobs -> (list) ->> CreatedTimestamp -> (timestamp) +>> Status -> (string) @@ -236 +236 @@ ImportJobs -> (list) ->>> The timestamp of when the import job was created. +>>> The status of the import job. @@ -238 +238 @@ ImportJobs -> (list) ->> Error -> (string) +>> PreSignedUrl -> (string) @@ -240 +240,5 @@ ImportJobs -> (list) ->>> The reason for failure of an import job. +>>> The pre-signed URL target for uploading the input file. +>> +>> ImportedItemsCount -> (integer) +>> +>>> The number of addresses in the input that were successfully imported into the address list. @@ -254,9 +258 @@ ImportJobs -> (list) ->> ImportedItemsCount -> (integer) ->> ->>> The number of addresses in the input that were successfully imported into the address list. ->> ->> JobId -> (string) ->> ->>> The identifier of the import job. ->> ->> Name -> (string) +>> AddressListId -> (string) @@ -264 +260 @@ ImportJobs -> (list) ->>> A user-friendly name for the import job. +>>> The unique identifier of the address list the import job was created for. @@ -266 +262 @@ ImportJobs -> (list) ->> PreSignedUrl -> (string) +>> CreatedTimestamp -> (timestamp) @@ -268 +264 @@ ImportJobs -> (list) ->>> The pre-signed URL target for uploading the input file. +>>> The timestamp of when the import job was created. @@ -274 +270 @@ ImportJobs -> (list) ->> Status -> (string) +>> CompletedTimestamp -> (timestamp) @@ -276 +272,5 @@ ImportJobs -> (list) ->>> The status of the import job. +>>> The timestamp of when the import job was completed. +>> +>> Error -> (string) +>> +>>> The reason for failure of an import job. @@ -292 +292 @@ NextToken -> (string) - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) »