AWS cli documentation change
Summary
Updated parameter names and descriptions for address list import job operations, changed CLI version reference from 2.27.51 to 2.27.54
Security assessment
Changes involve parameter renaming (e.g., AddressListId->JobId) and description updates for clarity, but no direct security vulnerabilities or security feature enhancements are mentioned. The version update appears to be routine documentation maintenance.
Diff
diff --git a/cli/latest/reference/mailmanager/get-address-list-import-job.md b/cli/latest/reference/mailmanager/get-address-list-import-job.md index 157b0242e..66bd434aa 100644 --- a//cli/latest/reference/mailmanager/get-address-list-import-job.md +++ b//cli/latest/reference/mailmanager/get-address-list-import-job.md @@ -15 +15 @@ - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) » @@ -195 +195 @@ Disable automatically prompt for CLI input parameters. -AddressListId -> (string) +JobId -> (string) @@ -197 +197 @@ AddressListId -> (string) -> The unique identifier of the address list the import job was created for. +> The identifier of the import job. @@ -199 +199 @@ AddressListId -> (string) -CompletedTimestamp -> (timestamp) +Name -> (string) @@ -201 +201 @@ CompletedTimestamp -> (timestamp) -> The timestamp of when the import job was completed. +> A user-friendly name for the import job. @@ -203 +203 @@ CompletedTimestamp -> (timestamp) -CreatedTimestamp -> (timestamp) +Status -> (string) @@ -205 +205 @@ CreatedTimestamp -> (timestamp) -> The timestamp of when the import job was created. +> The status of the import job. @@ -207 +207 @@ CreatedTimestamp -> (timestamp) -Error -> (string) +PreSignedUrl -> (string) @@ -209 +209,5 @@ Error -> (string) -> The reason for failure of an import job. +> The pre-signed URL target for uploading the input file. + +ImportedItemsCount -> (integer) + +> The number of input addresses successfully imported into the address list. @@ -223,9 +227 @@ ImportDataFormat -> (structure) -ImportedItemsCount -> (integer) - -> The number of input addresses successfully imported into the address list. - -JobId -> (string) - -> The identifier of the import job. - -Name -> (string) +AddressListId -> (string) @@ -233 +229 @@ Name -> (string) -> A user-friendly name for the import job. +> The unique identifier of the address list the import job was created for. @@ -235 +231 @@ Name -> (string) -PreSignedUrl -> (string) +CreatedTimestamp -> (timestamp) @@ -237 +233 @@ PreSignedUrl -> (string) -> The pre-signed URL target for uploading the input file. +> The timestamp of when the import job was created. @@ -243 +239 @@ StartTimestamp -> (timestamp) -Status -> (string) +CompletedTimestamp -> (timestamp) @@ -245 +241,5 @@ Status -> (string) -> 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. @@ -257 +257 @@ Status -> (string) - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) »