Skip to content

Commit

Permalink
Merge branch 'main' into prlint-pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 3, 2024
2 parents 6aa7b60 + f3bc16c commit 5d99b88
Show file tree
Hide file tree
Showing 232 changed files with 38,789 additions and 1,723 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/request-cli-integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
persist-credentials: false
- name: Find changed cli files
id: changed-cli-files
uses: tj-actions/changed-files@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4
uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275
with:
base_sha: ${{ github.event.pull_request.base.sha }}
files_yaml: |
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Shout out to our top contributors!
- [otaviomacedo](https:/otaviomacedo)
- [mrgrain](https:/mrgrain)
- [pahud](https:/pahud)
- [TheRealAmazonKendra](https:/TheRealAmazonKendra)
- [madeline-k](https:/madeline-k)
- [comcalvi](https:/comcalvi)
- [TheRealAmazonKendra](https:/TheRealAmazonKendra)
- [NetaNir](https:/NetaNir)
- [robertd](https:/robertd)
- [MrArnoldPalmer](https:/MrArnoldPalmer)
Expand All @@ -24,9 +24,9 @@ Shout out to our top contributors!
- [peterwoodworth](https:/peterwoodworth)
- [colifran](https:/colifran)
- [msambol](https:/msambol)
- [mazyu36](https:/mazyu36)
- [watany-dev](https:/watany-dev)
- [nija-at](https:/nija-at)
- [hoegertn](https:/hoegertn)
- [badmintoncryer](https:/badmintoncryer)


_Last updated: Thu, 01 Aug 24 00:10:57 +0000_
_Last updated: Sun, 01 Sep 24 00:12:30 +0000_
6 changes: 3 additions & 3 deletions docs/DESIGN_GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ experience across the entire AWS surface area.
* [Dropped Mutations](#dropped-mutations)
* [Factories](#factories)
* [Imports](#imports)
* [“from” Methods](#-from--methods)
* [“from” Methods](#from-methods)
* [From-attributes](#from-attributes)
* [Roles](#roles)
* [Resource Policies](#resource-policies)
Expand All @@ -55,8 +55,8 @@ experience across the entire AWS surface area.
* [Error reporting mechanism](#error-reporting-mechanism)
* [Throwing exceptions](#throwing-exceptions)
* [Never Catch Exceptions](#never-catch-exceptions)
* [Attaching (lazy) Validators](#attaching--lazy--validators)
* [Attaching Errors/Warnings](#attaching-errors-warnings)
* [Attaching (lazy) Validators](#attaching-lazy-validators)
* [Attaching Errors/Warnings](#attaching-errorswarnings)
* [Error messages](#error-messages)
* [Tokens](#tokens)
* [Documentation](#documentation)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,7 @@
"myServiceLB168895E1": {
"Type": "AWS::ElasticLoadBalancingV2::LoadBalancer",
"Properties": {
"IpAddressType": "ipv4",
"LoadBalancerAttributes": [
{
"Key": "deletion_protection.enabled",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5d99b88

Please sign in to comment.