Skip to content

Commit

Permalink
Get value constraints from AWS registry types (aws-cloudformation#1867)
Browse files Browse the repository at this point in the history
* Get value constraints from registry types
* Eliminate unicode strings from being allowed for patterns
  • Loading branch information
kddejong authored and direvus committed Apr 12, 2021
1 parent 1c7fe21 commit eb21272
Show file tree
Hide file tree
Showing 64 changed files with 162,002 additions and 26,656 deletions.
2 changes: 1 addition & 1 deletion scripts/update_specs_from_pricing.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def main():

outputs = update_outputs('Ec2InstanceType', get_results('AmazonEC2', ['Compute Instance', 'Compute Instance (bare metal)']), outputs)
outputs = update_outputs('AWS::AmazonMQ::Broker.HostInstanceType', get_mq_pricing(), outputs)
outputs = update_outputs('RdsInstanceType', get_rds_pricing(), outputs)
outputs = update_outputs('AWS::RDS::DBInstance.DBInstanceClass', get_rds_pricing(), outputs)
outputs = update_outputs('RedshiftInstanceType', get_results('AmazonRedshift', ['Compute Instance']), outputs)
outputs = update_outputs('DAXInstanceType', get_dax_pricing(), outputs)
outputs = update_outputs('DocumentDBInstanceClass', get_results('AmazonDocDB', ['Database Instance']), outputs)
Expand Down
3,790 changes: 3,284 additions & 506 deletions src/cfnlint/data/CloudSpecs/af-south-1.json

Large diffs are not rendered by default.

5,320 changes: 4,649 additions & 671 deletions src/cfnlint/data/CloudSpecs/ap-east-1.json

Large diffs are not rendered by default.

9,980 changes: 8,592 additions & 1,388 deletions src/cfnlint/data/CloudSpecs/ap-northeast-1.json

Large diffs are not rendered by default.

9,111 changes: 7,826 additions & 1,285 deletions src/cfnlint/data/CloudSpecs/ap-northeast-2.json

Large diffs are not rendered by default.

829 changes: 606 additions & 223 deletions src/cfnlint/data/CloudSpecs/ap-northeast-3.json

Large diffs are not rendered by default.

9,281 changes: 7,972 additions & 1,309 deletions src/cfnlint/data/CloudSpecs/ap-south-1.json

Large diffs are not rendered by default.

10,271 changes: 8,854 additions & 1,417 deletions src/cfnlint/data/CloudSpecs/ap-southeast-1.json

Large diffs are not rendered by default.

11,866 changes: 10,299 additions & 1,567 deletions src/cfnlint/data/CloudSpecs/ap-southeast-2.json

Large diffs are not rendered by default.

8,542 changes: 7,310 additions & 1,232 deletions src/cfnlint/data/CloudSpecs/ca-central-1.json

Large diffs are not rendered by default.

2,276 changes: 1,915 additions & 361 deletions src/cfnlint/data/CloudSpecs/cn-north-1.json

Large diffs are not rendered by default.

2,193 changes: 1,844 additions & 349 deletions src/cfnlint/data/CloudSpecs/cn-northwest-1.json

Large diffs are not rendered by default.

10,366 changes: 8,942 additions & 1,424 deletions src/cfnlint/data/CloudSpecs/eu-central-1.json

Large diffs are not rendered by default.

7,093 changes: 5,998 additions & 1,095 deletions src/cfnlint/data/CloudSpecs/eu-north-1.json

Large diffs are not rendered by default.

3,731 changes: 3,220 additions & 511 deletions src/cfnlint/data/CloudSpecs/eu-south-1.json

Large diffs are not rendered by default.

12,282 changes: 10,668 additions & 1,614 deletions src/cfnlint/data/CloudSpecs/eu-west-1.json

Large diffs are not rendered by default.

9,531 changes: 8,204 additions & 1,327 deletions src/cfnlint/data/CloudSpecs/eu-west-2.json

Large diffs are not rendered by default.

8,134 changes: 6,949 additions & 1,185 deletions src/cfnlint/data/CloudSpecs/eu-west-3.json

Large diffs are not rendered by default.

5,727 changes: 4,764 additions & 963 deletions src/cfnlint/data/CloudSpecs/me-south-1.json

Large diffs are not rendered by default.

8,827 changes: 7,568 additions & 1,259 deletions src/cfnlint/data/CloudSpecs/sa-east-1.json

Large diffs are not rendered by default.

Loading

0 comments on commit eb21272

Please sign in to comment.