AWS cli documentation change
Summary
Updated CLI version reference from 2.31.3 to 2.31.5. Modified command parameters (swapped --resource-configuration-identifier and --service-network-identifier positions), added --include-children flag. Updated parameter validation patterns, restructured output documentation with new status field and association details.
Security assessment
The changes primarily involve command syntax updates, parameter reordering, and documentation restructuring. There is no evidence of addressing vulnerabilities or security weaknesses. Validation pattern changes (e.g., removing ^/$ anchors in regex) appear to be documentation corrections rather than security fixes.
Diff
diff --git a/cli/latest/reference/vpc-lattice/list-service-network-resource-associations.md b/cli/latest/reference/vpc-lattice/list-service-network-resource-associations.md index 8162fc02c..ea29d6c44 100644 --- a//cli/latest/reference/vpc-lattice/list-service-network-resource-associations.md +++ b//cli/latest/reference/vpc-lattice/list-service-network-resource-associations.md @@ -15 +15 @@ - * [AWS CLI 2.31.3 Command Reference](../../index.html) » + * [AWS CLI 2.31.5 Command Reference](../../index.html) » @@ -69 +68,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/vpc-la - [--resource-configuration-identifier <value>] @@ -70,0 +70,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/vpc-la + [--resource-configuration-identifier <value>] + [--include-children | --no-include-children] @@ -98 +99 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/vpc-la -`--resource-configuration-identifier` (string) +`--service-network-identifier` (string) @@ -100 +101 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/vpc-la -> The ID of the resource configurationk. +> The ID of the service network. @@ -104 +105 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/vpc-la -> * min: `20` +> * min: `3` @@ -106 +107 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/vpc-la -> * pattern: `^((rcfg-[0-9a-z]{17})|(arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:resourceconfiguration/rcfg-[0-9a-z]{17}))$` +> * pattern: `((sn-[0-9a-z]{17})|(arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:servicenetwork/sn-[0-9a-z]{17}))` @@ -110 +111 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/vpc-la -`--service-network-identifier` (string) +`--resource-configuration-identifier` (string) @@ -112 +113 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/vpc-la -> The ID of the service network. +> The ID of the resource configuration. @@ -116 +117 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/vpc-la -> * min: `3` +> * min: `20` @@ -118 +119 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/vpc-la -> * pattern: `^((sn-[0-9a-z]{17})|(arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:servicenetwork/sn-[0-9a-z]{17}))$` +> * pattern: `((rcfg-[0-9a-z]{17})|(arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:resourceconfiguration/rcfg-[0-9a-z]{17}))` @@ -121,0 +123,6 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/vpc-la +`--include-children` | `--no-include-children` (boolean) + +> Include service network resource associations of the child resource configuration with the grouped resource configuration. +> +> The type is boolean and the default value is false. + @@ -245,0 +253,12 @@ items -> (list) +>> +>> id -> (string) +>> +>>> The ID of the association between the service network and resource configuration. +>>> +>>> Constraints: +>>> +>>> * min: `22` +>>> * max: `22` +>>> * pattern: `snra-[0-9a-f]{17}` +>>> + @@ -255 +274 @@ items -> (list) ->>> * pattern: `^arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:servicenetworkresourceassociation/snra-[0-9a-f]{17}$` +>>> * pattern: `arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:servicenetworkresourceassociation/snra-[0-9a-f]{17}` @@ -259 +278 @@ items -> (list) ->> createdAt -> (timestamp) +>> status -> (string) @@ -261 +280,12 @@ items -> (list) ->>> The date and time that the association was created, in ISO-8601 format. +>>> The status of the service network’s association with the resource configuration. If the deletion fails, try to delete again. +>>> +>>> Possible values: +>>> +>>> * `CREATE_IN_PROGRESS` +>>> * `ACTIVE` +>>> * `PARTIAL` +>>> * `DELETE_IN_PROGRESS` +>>> * `CREATE_FAILED` +>>> * `DELETE_FAILED` +>>> + @@ -271 +301 @@ items -> (list) ->>> * pattern: `^[0-9]{12}$` +>>> * pattern: `[0-9]{12}` @@ -275,13 +305 @@ items -> (list) ->> dnsEntry -> (structure) ->> ->>> The DNS entry for the service. ->>> ->>> domainName -> (string) ->>> ->>>> The domain name of the service. ->>> ->>> hostedZoneId -> (string) ->>> ->>>> The ID of the hosted zone. ->> ->> failureCode -> (string) +>> createdAt -> (timestamp) @@ -289 +307 @@ items -> (list) ->>> The failure code. +>>> The date and time that the association was created, in ISO-8601 format. @@ -291 +309 @@ items -> (list) ->> id -> (string) +>> resourceConfigurationId -> (string) @@ -293 +311 @@ items -> (list) ->>> The ID of the association between the service network and resource configuration. +>>> The ID of the resource configuration associated with the service network. @@ -299 +317 @@ items -> (list) ->>> * pattern: `^snra-[0-9a-f]{17}$` +>>> * pattern: `rcfg-[0-9a-z]{17}` @@ -302,16 +319,0 @@ items -> (list) ->> ->> isManagedAssociation -> (boolean) ->> ->>> Specifies whether the association is managed by Amazon. ->> ->> privateDnsEntry -> (structure) ->> ->>> The private DNS entry for the service. ->>> ->>> domainName -> (string) ->>> ->>>> The domain name of the service. ->>> ->>> hostedZoneId -> (string) ->>> ->>>> The ID of the hosted zone. @@ -327 +329 @@ items -> (list) ->>> * pattern: `^arn:[a-z0-9f\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:resourceconfiguration/rcfg-[0-9a-z]{17}$` +>>> * pattern: `arn:[a-z0-9f\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:resourceconfiguration/rcfg-[0-9a-z]{17}` @@ -331 +333 @@ items -> (list) ->> resourceConfigurationId -> (string) +>> resourceConfigurationName -> (string) @@ -333 +335 @@ items -> (list) ->>> The ID of the resource configuration associated with the service network. +>>> The name of the resource configuration associated with the service network. @@ -337,3 +339,3 @@ items -> (list) ->>> * min: `22` ->>> * max: `22` ->>> * pattern: `^rcfg-[0-9a-z]{17}$` +>>> * min: `3` +>>> * max: `40` +>>> * pattern: `(?!rcfg-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+` @@ -343 +345 @@ items -> (list) ->> resourceConfigurationName -> (string) +>> serviceNetworkId -> (string) @@ -345 +347 @@ items -> (list) ->>> The name of the resource configuration associated with the service network. +>>> The ID of the service network associated with the resource configuration. @@ -350,2 +352 @@ items -> (list) ->>> * max: `40` ->>> * pattern: `^(?!rcfg-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$` +>>> * max: `2048` @@ -366 +367 @@ items -> (list) ->> serviceNetworkId -> (string) +>> serviceNetworkName -> (string) @@ -368 +369 @@ items -> (list) ->>> The ID of the service network associated with the resource configuration. +>>> The name of the service network associated with the resource configuration. @@ -373 +374 @@ items -> (list) ->>> * max: `2048` +>>> * max: `100` @@ -377 +378 @@ items -> (list) ->> serviceNetworkName -> (string) +>> dnsEntry -> (structure) @@ -379 +380 @@ items -> (list) ->>> The name of the service network associated with the resource configuration. +>>> The DNS entry for the service. @@ -381 +382 @@ items -> (list) ->>> Constraints: +>>> domainName -> (string) @@ -383,2 +384 @@ items -> (list) ->>> * min: `3` ->>> * max: `100` +>>>> The domain name of the service. @@ -386 +386,3 @@ items -> (list) - +>>> hostedZoneId -> (string) +>>> +>>>> The ID of the hosted zone. @@ -388 +390 @@ items -> (list) ->> status -> (string) +>> privateDnsEntry -> (structure) @@ -390 +392 @@ items -> (list) ->>> The status of the service network associated with the resource configuration. +>>> The private DNS entry for the service. @@ -392 +394 @@ items -> (list) ->>> Possible values: +>>> domainName -> (string) @@ -394,6 +396 @@ items -> (list) ->>> * `CREATE_IN_PROGRESS` ->>> * `ACTIVE` ->>> * `PARTIAL` ->>> * `DELETE_IN_PROGRESS` ->>> * `CREATE_FAILED` ->>> * `DELETE_FAILED` +>>>> The domain name of the service. @@ -401 +398,11 @@ items -> (list) - +>>> hostedZoneId -> (string) +>>> +>>>> The ID of the hosted zone. +>> +>> isManagedAssociation -> (boolean)