Skip to content

Commit

Permalink
Merge pull request aws#8503 from cli-v2-merge/update-v2
Browse files Browse the repository at this point in the history
[v2] Merge model updates and develop branch to v2 branch
  • Loading branch information
hssyoo authored Jan 26, 2024
2 parents bd3538e + c1d3816 commit be8cda7
Show file tree
Hide file tree
Showing 23 changed files with 591 additions and 100 deletions.
27 changes: 27 additions & 0 deletions .changes/1.32.27.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``ec2``",
"description": "Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "Documentation updates for Amazon ECS.",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "DeviceSerialNumber parameter is now optional in StartConnection API",
"type": "api-change"
},
{
"category": "``rds``",
"description": "This release adds support for Aurora Limitless Database.",
"type": "api-change"
},
{
"category": "``storagegateway``",
"description": "Add DeprecationDate and SoftwareVersion to response of ListGateways.",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions .changes/1.32.28.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``acm-pca``",
"description": "AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled.",
"type": "api-change"
},
{
"category": "``lightsail``",
"description": "This release adds support for IPv6-only instance plans.",
"type": "api-change"
}
]
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-acmpca-41635.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``acm-pca``",
"description": "AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled.",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-ec2-68071.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``ec2``",
"description": "Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-ecs-65084.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``ecs``",
"description": "Documentation updates for Amazon ECS.",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-lightsail-81317.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``lightsail``",
"description": "This release adds support for IPv6-only instance plans.",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-outposts-79081.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``outposts``",
"description": "DeviceSerialNumber parameter is now optional in StartConnection API",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-rds-23447.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``rds``",
"description": "This release adds support for Aurora Limitless Database.",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-storagegateway-78897.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``storagegateway``",
"description": "Add DeprecationDate and SoftwareVersion to response of ListGateways.",
"type": "api-change"
}
5 changes: 2 additions & 3 deletions .github/workflows/closed-issue-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ jobs:
# These inputs are both required
repo-token: "${{ secrets.GITHUB_TOKEN }}"
message: |
### ⚠️COMMENT VISIBILITY WARNING⚠️
Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
4 changes: 2 additions & 2 deletions .github/workflows/stale_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
closed-for-staleness-label: closed-for-staleness

# Issue timing
days-before-stale: 5
days-before-close: 2
days-before-stale: 10
days-before-close: 4

# If you don't want to mark a issue as being ancient based on a
# threshold of "upvotes", you can set this here. An "upvote" is
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6856,6 +6856,23 @@ CHANGELOG
* feature:wizard: Added support for AWS CLI Wizards. See `#3752 <https://github.com/aws/aws-cli/issues/3752>`__.


1.32.28
=======

* api-change:``acm-pca``: AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled.
* api-change:``lightsail``: This release adds support for IPv6-only instance plans.


1.32.27
=======

* api-change:``ec2``: Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.
* api-change:``ecs``: Documentation updates for Amazon ECS.
* api-change:``outposts``: DeviceSerialNumber parameter is now optional in StartConnection API
* api-change:``rds``: This release adds support for Aurora Limitless Database.
* api-change:``storagegateway``: Add DeprecationDate and SoftwareVersion to response of ListGateways.


1.32.26
=======

Expand Down
44 changes: 22 additions & 22 deletions awscli/botocore/data/acm-pca/2017-08-22/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -83,7 +82,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -96,7 +96,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -110,7 +109,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -133,7 +131,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -168,7 +165,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -179,14 +175,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -200,14 +198,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -216,18 +212,17 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "stringEquals",
"argv": [
"aws-us-gov",
{
"fn": "getAttr",
"argv": [
Expand All @@ -236,7 +231,8 @@
},
"name"
]
}
},
"aws-us-gov"
]
}
],
Expand All @@ -256,14 +252,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -277,7 +275,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -297,7 +294,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -308,14 +304,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -326,9 +324,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
Loading

0 comments on commit be8cda7

Please sign in to comment.