AWS cli documentation change
Summary
Updated CLI command reference version from 2.32.11 to 2.32.13, reordered --life-cycle and --account-id parameters, modified parameter descriptions/constraints for source-server-id and account-id, restructured data replication and lifecycle documentation with updated patterns and error codes
Security assessment
Changes primarily involve documentation structure improvements, parameter ordering, and pattern validation updates without explicit security vulnerability references. Modified error codes like FAILED_TO_CREATE_SECURITY_GROUP document existing failure modes but don't indicate new security fixes
Diff
diff --git a/cli/latest/reference/mgn/change-server-life-cycle-state.md b/cli/latest/reference/mgn/change-server-life-cycle-state.md index 819f58441..c3601384c 100644 --- a//cli/latest/reference/mgn/change-server-life-cycle-state.md +++ b//cli/latest/reference/mgn/change-server-life-cycle-state.md @@ -15 +15 @@ - * [AWS CLI 2.32.11 Command Reference](../../index.html) » + * [AWS CLI 2.32.13 Command Reference](../../index.html) » @@ -67,2 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 - [--account-id <value>] - --life-cycle <value> @@ -69,0 +68,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 + --life-cycle <value> + [--account-id <value>] @@ -94 +94 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -`--account-id` (string) +`--source-server-id` (string) [required] @@ -96 +96 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -> The request to change the source server migration account ID. +> The request to change the source server migration lifecycle state by source server ID. @@ -100,3 +100,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 -> * min: `12` -> * max: `12` -> * pattern: `[0-9]{12,}` +> * min: `19` +> * max: `19` +> * pattern: `s-[0-9a-zA-Z]{17}` @@ -136 +136 @@ JSON Syntax: -`--source-server-id` (string) [required] +`--account-id` (string) @@ -138 +138 @@ JSON Syntax: -> The request to change the source server migration lifecycle state by source server ID. +> The request to change the source server migration account ID. @@ -142,3 +142,3 @@ JSON Syntax: -> * min: `19` -> * max: `19` -> * pattern: `^s-[0-9a-zA-Z]{17}$` +> * min: `12` +> * max: `12` +> * pattern: `.*[0-9]{12,}.*` @@ -247 +247 @@ Disable automatically prompt for CLI input parameters. -applicationID -> (string) +sourceServerID -> (string) @@ -249 +249 @@ applicationID -> (string) -> Source server application ID. +> Source server ID. @@ -253,3 +253,3 @@ applicationID -> (string) -> * min: `21` -> * max: `21` -> * pattern: `^app-[0-9a-zA-Z]{17}$` +> * min: `19` +> * max: `19` +> * pattern: `s-[0-9a-zA-Z]{17}` @@ -270 +270 @@ arn -> (string) -connectorAction -> (structure) +isArchived -> (boolean) @@ -272 +272,5 @@ connectorAction -> (structure) -> Source Server connector action. +> Source server archived status. + +tags -> (map) + +> Source server Tags. @@ -274 +278,8 @@ connectorAction -> (structure) -> connectorArn -> (string) +> Constraints: +> +> * min: `0` +> * max: `50` +> + +> +> key -> (string) @@ -276,2 +286,0 @@ connectorAction -> (structure) ->> Source Server connector action connector arn. ->> @@ -280,3 +289,2 @@ connectorAction -> (structure) ->> * min: `27` ->> * max: `100` ->> * pattern: `^arn:[\w-]+:mgn:([a-z]{2}-(gov-)?[a-z]+-\d{1})?:(\d{12})?:connector\/(connector-[0-9a-zA-Z]{17})$` +>> * min: `0` +>> * max: `256` @@ -286 +294 @@ connectorAction -> (structure) -> credentialsSecretArn -> (string) +> value -> (string) @@ -288,2 +295,0 @@ connectorAction -> (structure) ->> Source Server connector action credentials secret arn. ->> @@ -292,3 +298,2 @@ connectorAction -> (structure) ->> * min: `20` ->> * max: `100` ->> * pattern: `^arn:[\w-]+:secretsmanager:([a-z]{2}-(gov-)?[a-z]+-\d{1})?:(\d{12})?:secret:(.+)$` +>> * min: `0` +>> * max: `256` @@ -298 +303 @@ connectorAction -> (structure) -dataReplicationInfo -> (structure) +launchedInstance -> (structure) @@ -300 +305 @@ dataReplicationInfo -> (structure) -> Source server data replication info. +> Source server launched instance. @@ -302 +307 @@ dataReplicationInfo -> (structure) -> dataReplicationError -> (structure) +> ec2InstanceID -> (string) @@ -304,3 +309 @@ dataReplicationInfo -> (structure) ->> Error in obtaining data replication info. ->> ->> error -> (string) +>> Launched instance EC2 ID. @@ -308,22 +311 @@ dataReplicationInfo -> (structure) ->>> Error in data replication. ->>> ->>> Possible values: ->>> ->>> * `AGENT_NOT_SEEN` ->>> * `SNAPSHOTS_FAILURE` ->>> * `NOT_CONVERGING` ->>> * `UNSTABLE_NETWORK` ->>> * `FAILED_TO_CREATE_SECURITY_GROUP` ->>> * `FAILED_TO_LAUNCH_REPLICATION_SERVER` ->>> * `FAILED_TO_BOOT_REPLICATION_SERVER` ->>> * `FAILED_TO_AUTHENTICATE_WITH_SERVICE` ->>> * `FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE` ->>> * `FAILED_TO_CREATE_STAGING_DISKS` ->>> * `FAILED_TO_ATTACH_STAGING_DISKS` ->>> * `FAILED_TO_PAIR_REPLICATION_SERVER_WITH_AGENT` ->>> * `FAILED_TO_CONNECT_AGENT_TO_REPLICATION_SERVER` ->>> * `FAILED_TO_START_DATA_TRANSFER` ->>> * `UNSUPPORTED_VM_CONFIGURATION` ->>> * `LAST_SNAPSHOT_JOB_FAILED` ->>> - +>> Constraints: @@ -331 +313,3 @@ dataReplicationInfo -> (structure) ->> rawError -> (string) +>> * min: `0` +>> * max: `255` +>> * pattern: `i-[0-9a-fA-F]{8,}` @@ -333,7 +316,0 @@ dataReplicationInfo -> (structure) ->>> Error in data replication. ->>> ->>> Constraints: ->>> ->>> * min: `0` ->>> * max: `65536` ->>> @@ -342 +319 @@ dataReplicationInfo -> (structure) -> dataReplicationInitiation -> (structure) +> jobID -> (string) @@ -344,15 +321 @@ dataReplicationInfo -> (structure) ->> Request to query whether data replication has been initiated. ->> ->> nextAttemptDateTime -> (string) ->> ->>> Request to query next data initiation date and time. ->>> ->>> Constraints: ->>> ->>> * min: `19` ->>> * max: `32` ->>> * pattern: `^[1-9][0-9]*-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?Z$` ->>> - ->> ->> startDateTime -> (string) +>> Launched instance Job ID. @@ -360,9 +323 @@ dataReplicationInfo -> (structure) ->>> Request to query data initiation start date and time. ->>> ->>> Constraints: ->>> ->>> * min: `19` ->>> * max: `32` ->>> * pattern: `^[1-9][0-9]*-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?Z$` ->>> - +>> Constraints: @@ -370 +325,3 @@ dataReplicationInfo -> (structure) ->> steps -> (list) +>> * min: `24` +>> * max: `24` +>> * pattern: `mgnjob-[0-9a-zA-Z]{17}` @@ -372,38 +328,0 @@ dataReplicationInfo -> (structure) ->>> Request to query data initiation steps. ->>> ->>> (structure) ->>> ->>>> Data replication initiation step. ->>>> ->>>> name -> (string) ->>>> ->>>>> Request to query data initiation step name. ->>>>> ->>>>> Possible values: ->>>>> ->>>>> * `WAIT` ->>>>> * `CREATE_SECURITY_GROUP` ->>>>> * `LAUNCH_REPLICATION_SERVER` ->>>>> * `BOOT_REPLICATION_SERVER` ->>>>> * `AUTHENTICATE_WITH_SERVICE` ->>>>> * `DOWNLOAD_REPLICATION_SOFTWARE` ->>>>> * `CREATE_STAGING_DISKS`