aws-cloudformation / aws-cloudformation/cloudformation-cli
Set Type Default Version incorrect parameter description.
Open
documentation
- Dominant language
- Python
- Stars
- 336
- Forks
- 172
- Avg merge
- 3d 5m
- Merged PRs (30d)
- 3
Description
The description for the `Arn` parameter on [set-type-default-version](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudformation.html#CloudFormation.Client.set_type_default_version) appears to be a copy of another method's parameter.
Updating this to reflect that it accepts the `TypeVersionArn` from a `register-type` call would help users understand if/when they need to supply the `version` property as well.
```text
The Amazon Resource Name (ARN) of the type for which you want version summary information.
```
Contributor guide
Assessment
This issue has not been assessed yet.