AWS cli documentation change
Summary
Updated CLI version reference from 2.34.5 to 2.34.8
Security assessment
Version number update appears to be a routine maintenance change without any explicit security context or vulnerability references
Diff
diff --git a/cli/latest/reference/datasync/update-location-fsx-ontap.md b/cli/latest/reference/datasync/update-location-fsx-ontap.md index a74d55689..a1f339d7f 100644 --- a//cli/latest/reference/datasync/update-location-fsx-ontap.md +++ b//cli/latest/reference/datasync/update-location-fsx-ontap.md @@ -15 +15 @@ - * [AWS CLI 2.34.5 Command Reference](../../index.html) » + * [AWS CLI 2.34.8 Command Reference](../../index.html) » @@ -217,0 +218,52 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datasy +>> +>> CmkSecretConfig -> (structure) +>> +>>> Specifies configuration information for a DataSync-managed secret, such as a `Password` or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed KMS key. +>>> +>>> SecretArn -> (string) +>>> +>>>> Specifies the ARN for the DataSync-managed Secrets Manager secret that that is used to access a specific storage location. This property is generated by DataSync and is read-only. DataSync encrypts this secret with the KMS key that you specify for `KmsKeyArn` . +>>>> +>>>> Constraints: +>>>> +>>>> * max: `2048` +>>>> * pattern: `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z\-0-9]+:[0-9]{12}:secret:.*|)$` +>>>> + +>>> +>>> KmsKeyArn -> (string) +>>> +>>>> Specifies the ARN for the customer-managed KMS key that DataSync uses to encrypt the DataSync-managed secret stored for `SecretArn` . DataSync provides this key to Secrets Manager. +>>>> +>>>> Constraints: +>>>> +>>>> * max: `2048` +>>>> * pattern: `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):kms:[a-z\-0-9]+:[0-9]{12}:key/.*|)$` +>>>> + +>> +>> CustomSecretConfig -> (structure) +>> +>>> Specifies configuration information for a customer-managed secret, such as a `Password` or set of credentials that DataSync uses to access a specific transfer location. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret. +>>> +>>> SecretArn -> (string) +>>> +>>>> Specifies the ARN for an Secrets Manager secret. +>>>> +>>>> Constraints: +>>>> +>>>> * max: `2048` +>>>> * pattern: `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z\-0-9]+:[0-9]{12}:secret:.*|)$` +>>>> + +>>> +>>> SecretAccessRoleArn -> (string) +>>> +>>>> Specifies the ARN for the Identity and Access Management role that DataSync uses to access the secret specified for `SecretArn` . +>>>> +>>>> Constraints: +>>>> +>>>> * max: `2048` +>>>> * pattern: `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/[a-zA-Z0-9+=,.@_-]+|)$` +>>>> + @@ -222 +274 @@ Shorthand Syntax: - NFS={MountOptions={Version=string}},SMB={Domain=string,MountOptions={Version=string},Password=string,User=string} + NFS={MountOptions={Version=string}},SMB={Domain=string,MountOptions={Version=string},Password=string,User=string,CmkSecretConfig={SecretArn=string,KmsKeyArn=string},CustomSecretConfig={SecretArn=string,SecretAccessRoleArn=string}} @@ -240 +292,9 @@ JSON Syntax: - "User": "string" + "User": "string", + "CmkSecretConfig": { + "SecretArn": "string", + "KmsKeyArn": "string" + }, + "CustomSecretConfig": { + "SecretArn": "string", + "SecretAccessRoleArn": "string" + } @@ -387 +447 @@ None - * [AWS CLI 2.34.5 Command Reference](../../index.html) » + * [AWS CLI 2.34.8 Command Reference](../../index.html) »