AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.31.3 to 2.31.5, modified parameter patterns/constraints, restructured field order/descriptions (arn/id swap, status/failure fields reordered), and adjusted regex validations by removing start/end anchors
Security assessment
Changes involve documentation formatting, parameter description updates, and regex pattern adjustments (removing ^/$ anchors). No explicit security vulnerabilities, mitigations, or security feature additions are mentioned. Modifications appear focused on accuracy/clarity rather than addressing security risks.
Diff
diff --git a/cli/latest/reference/vpc-lattice/get-service-network-resource-association.md b/cli/latest/reference/vpc-lattice/get-service-network-resource-association.md index 5f21f3e9b..476395977 100644 --- a//cli/latest/reference/vpc-lattice/get-service-network-resource-association.md +++ b//cli/latest/reference/vpc-lattice/get-service-network-resource-association.md @@ -15 +15 @@ - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) » @@ -100 +100 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/vpc-la -> * pattern: `^((snra-[0-9a-z]{17})|(arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:servicenetworkresourceassociation/snra-[0-9a-f]{17}))$` +> * pattern: `((snra-[0-9a-z]{17})|(arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:servicenetworkresourceassociation/snra-[0-9a-f]{17}))` @@ -203 +203 @@ Disable automatically prompt for CLI input parameters. -arn -> (string) +id -> (string) @@ -205 +205 @@ arn -> (string) -> The Amazon Resource Name (ARN) of the association. +> The ID of the association. @@ -210,2 +210,2 @@ arn -> (string) -> * max: `2048` -> * pattern: `^arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:servicenetworkresourceassociation/snra-[0-9a-f]{17}$` +> * max: `22` +> * pattern: `snra-[0-9a-f]{17}` @@ -215,5 +215 @@ arn -> (string) -createdAt -> (timestamp) - -> The date and time that the association was created, in ISO-8601 format. - -createdBy -> (string) +arn -> (string) @@ -221 +217 @@ createdBy -> (string) -> The account that created the association. +> The Amazon Resource Name (ARN) of the association. @@ -225,3 +221,3 @@ createdBy -> (string) -> * min: `1` -> * max: `12` -> * pattern: `^[0-9]{12}$` +> * min: `22` +> * max: `2048` +> * pattern: `arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:servicenetworkresourceassociation/snra-[0-9a-f]{17}` @@ -231 +227 @@ createdBy -> (string) -dnsEntry -> (structure) +status -> (string) @@ -233,3 +229 @@ dnsEntry -> (structure) -> The DNS entry for the service. -> -> domainName -> (string) +> The status of the association. @@ -237 +231 @@ dnsEntry -> (structure) ->> The domain name of the service. +> Possible values: @@ -239 +233,6 @@ dnsEntry -> (structure) -> hostedZoneId -> (string) +> * `CREATE_IN_PROGRESS` +> * `ACTIVE` +> * `PARTIAL` +> * `DELETE_IN_PROGRESS` +> * `CREATE_FAILED` +> * `DELETE_FAILED` @@ -241 +239,0 @@ dnsEntry -> (structure) ->> The ID of the hosted zone. @@ -243 +240,0 @@ dnsEntry -> (structure) -failureCode -> (string) @@ -245,7 +242 @@ failureCode -> (string) -> The failure code. - -failureReason -> (string) - -> The reason the association request failed. - -id -> (string) +createdBy -> (string) @@ -253 +244 @@ id -> (string) -> The ID of the association. +> The account that created the association. @@ -257,3 +248,3 @@ id -> (string) -> * min: `22` -> * max: `22` -> * pattern: `^snra-[0-9a-f]{17}$` +> * min: `1` +> * max: `12` +> * pattern: `[0-9]{12}` @@ -263,5 +254 @@ id -> (string) -isManagedAssociation -> (boolean) - -> Indicates whether the association is managed by Amazon. - -lastUpdatedAt -> (timestamp) +createdAt -> (timestamp) @@ -269 +256 @@ lastUpdatedAt -> (timestamp) -> The most recent date and time that the association was updated, in ISO-8601 format. +> The date and time that the association was created, in ISO-8601 format. @@ -271 +258 @@ lastUpdatedAt -> (timestamp) -privateDnsEntry -> (structure) +resourceConfigurationId -> (string) @@ -273,3 +260 @@ privateDnsEntry -> (structure) -> The private DNS entry for the service. -> -> domainName -> (string) +> The ID of the resource configuration that is associated with the service network. @@ -277 +262 @@ privateDnsEntry -> (structure) ->> The domain name of the service. +> Constraints: @@ -279 +264,3 @@ privateDnsEntry -> (structure) -> hostedZoneId -> (string) +> * min: `22` +> * max: `22` +> * pattern: `rcfg-[0-9a-z]{17}` @@ -281 +268 @@ privateDnsEntry -> (structure) ->> The ID of the hosted zone. + @@ -291,13 +278 @@ resourceConfigurationArn -> (string) -> * pattern: `^arn:[a-z0-9f\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:resourceconfiguration/rcfg-[0-9a-z]{17}$` -> - - -resourceConfigurationId -> (string) - -> The ID of the resource configuration that is associated with the service network. -> -> Constraints: -> -> * min: `22` -> * max: `22` -> * pattern: `^rcfg-[0-9a-z]{17}$` +> * pattern: `arn:[a-z0-9f\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:resourceconfiguration/rcfg-[0-9a-z]{17}` @@ -315 +290 @@ resourceConfigurationName -> (string) -> * pattern: `^(?!rcfg-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$` +> * pattern: `(?!rcfg-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+` @@ -319 +294 @@ resourceConfigurationName -> (string) -serviceNetworkArn -> (string) +serviceNetworkId -> (string) @@ -321 +296 @@ serviceNetworkArn -> (string) -> The Amazon Resource Name (ARN) of the service network that is associated with the resource configuration. +> The ID of the service network that is associated with the resource configuration. @@ -330 +305 @@ serviceNetworkArn -> (string) -serviceNetworkId -> (string) +serviceNetworkArn -> (string) @@ -332 +307 @@ serviceNetworkId -> (string) -> The ID of the service network that is associated with the resource configuration. +> The Amazon Resource Name (ARN) of the service network that is associated with the resource configuration. @@ -352 +327 @@ serviceNetworkName -> (string) -status -> (string) +failureReason -> (string) @@ -354 +329,13 @@ status -> (string) -> The status of the association. +> The reason the association request failed. + +failureCode -> (string) + +> The failure code. + +lastUpdatedAt -> (timestamp) + +> The most recent date and time that the association was updated, in ISO-8601 format. + +privateDnsEntry -> (structure) + +> The private DNS entry for the service. @@ -356 +343 @@ status -> (string) -> Possible values: +> domainName -> (string) @@ -358,6 +345,3 @@ status -> (string) -> * `CREATE_IN_PROGRESS` -> * `ACTIVE` -> * `PARTIAL` -> * `DELETE_IN_PROGRESS` -> * `CREATE_FAILED` -> * `DELETE_FAILED` +>> The domain name of the service. +> +> hostedZoneId -> (string) @@ -364,0 +349,15 @@ status -> (string) +>> The ID of the hosted zone. + +dnsEntry -> (structure) + +> The DNS entry for the service. +> +> domainName -> (string) +> +>> The domain name of the service. +> +> hostedZoneId -> (string) +> +>> The ID of the hosted zone. + +isManagedAssociation -> (boolean) @@ -365,0 +365 @@ status -> (string) +> Indicates whether the association is managed by Amazon. @@ -377 +377 @@ status -> (string) - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) »