├── .dockerignore ├── .github ├── CODEOWNERS ├── PULL_REQUEST_TEMPLATE.md ├── renovate.json5 └── workflows │ ├── lint.yaml │ ├── publish_site.yaml │ └── test.yaml ├── .gitignore ├── .prettierignore ├── .prettierrc.yaml ├── ADOPTERS.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── GOVERNANCE.md ├── LICENSE.md ├── MAINTAINERS.md ├── Makefile ├── README.md ├── aep └── general │ ├── 0001 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0002 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0003 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0004 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0005 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0006 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0008 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0101 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0102 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0121 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0122 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0124 │ ├── aep.md.j2 │ ├── aep.yaml │ ├── embedded_resource.oas.yaml │ ├── embedded_resource.proto │ ├── many_to_many_repeated.oas.yaml │ ├── many_to_many_repeated.proto │ ├── many_to_many_subresource.oas.yaml │ ├── many_to_many_subresource.proto │ ├── multiple_many_to_one.oas.yaml │ └── multiple_many_to_one.proto │ ├── 0126 │ ├── aep.md.j2 │ ├── aep.yaml │ ├── enum.oas.yaml │ └── enum.proto │ ├── 0127 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0130 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0131 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0132 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0133 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0134 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0135 │ ├── aep.md.j2 │ ├── aep.yaml │ └── cascading_delete.oas.yaml │ ├── 0136 │ ├── aep.md.j2 │ ├── aep.yaml │ ├── library.oas.yaml │ ├── library.proto │ ├── translate.oas.yaml │ └── translate.proto │ ├── 0137 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0140 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0141 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0142 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0143 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0144 │ ├── add_remove.oas.yaml │ ├── add_remove.proto │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0145 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0146 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0148 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0151 │ ├── aep.md.j2 │ ├── aep.yaml │ ├── lro.oas.yaml │ └── lro.proto │ ├── 0154 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0155 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0156 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0157 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0158 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0159 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0160 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0161 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0162 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0164 │ ├── aep.md.j2 │ ├── aep.yaml │ ├── undelete.oas.yaml │ └── undelete.proto │ ├── 0180 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0191 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0192 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0193 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0200 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0203 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0210 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0211 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0213 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0214 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0216 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0217 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0231 │ ├── aep.md.j2 │ ├── aep.yaml │ └── batchget.oas.yaml │ ├── 0233 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0234 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0235 │ ├── aep.md.j2 │ └── aep.yaml │ ├── 0300 │ ├── aep.md.j2 │ └── aep.yaml │ ├── example.oas.yaml │ ├── example.proto │ └── scope.yaml ├── blog ├── 2024-in-review.md ├── 2025-roadmap.md ├── history-of-aeps.md ├── terraform-post.mdx └── terraform_image.png ├── config ├── header.yaml ├── hero.yaml ├── site.yaml └── urls.yaml ├── package.json ├── pages └── general │ ├── adopting.md │ ├── faq.md │ ├── licensing.md │ ├── licensing.yaml │ └── tooling-and-ecosystem.md ├── scripts ├── build.sh ├── fix.py ├── serve.sh └── validate_links.py └── test_data └── aep └── general └── 9999 └── aep.md.j2 /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/.dockerignore -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/renovate.json5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/.github/renovate.json5 -------------------------------------------------------------------------------- /.github/workflows/lint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/.github/workflows/lint.yaml -------------------------------------------------------------------------------- /.github/workflows/publish_site.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/.github/workflows/publish_site.yaml -------------------------------------------------------------------------------- /.github/workflows/test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/.github/workflows/test.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/.gitignore -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/.prettierignore -------------------------------------------------------------------------------- /.prettierrc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/.prettierrc.yaml -------------------------------------------------------------------------------- /ADOPTERS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/ADOPTERS.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /GOVERNANCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/GOVERNANCE.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/LICENSE.md -------------------------------------------------------------------------------- /MAINTAINERS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/MAINTAINERS.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/README.md -------------------------------------------------------------------------------- /aep/general/0001/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0001/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0001/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0001/aep.yaml -------------------------------------------------------------------------------- /aep/general/0002/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0002/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0002/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0002/aep.yaml -------------------------------------------------------------------------------- /aep/general/0003/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0003/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0003/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0003/aep.yaml -------------------------------------------------------------------------------- /aep/general/0004/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0004/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0004/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0004/aep.yaml -------------------------------------------------------------------------------- /aep/general/0005/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0005/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0005/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0005/aep.yaml -------------------------------------------------------------------------------- /aep/general/0006/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0006/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0006/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0006/aep.yaml -------------------------------------------------------------------------------- /aep/general/0008/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0008/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0008/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0008/aep.yaml -------------------------------------------------------------------------------- /aep/general/0101/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0101/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0101/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0101/aep.yaml -------------------------------------------------------------------------------- /aep/general/0102/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0102/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0102/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0102/aep.yaml -------------------------------------------------------------------------------- /aep/general/0121/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0121/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0121/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0121/aep.yaml -------------------------------------------------------------------------------- /aep/general/0122/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0122/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0122/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0122/aep.yaml -------------------------------------------------------------------------------- /aep/general/0124/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0124/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0124/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0124/aep.yaml -------------------------------------------------------------------------------- /aep/general/0124/embedded_resource.oas.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0124/embedded_resource.oas.yaml -------------------------------------------------------------------------------- /aep/general/0124/embedded_resource.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0124/embedded_resource.proto -------------------------------------------------------------------------------- /aep/general/0124/many_to_many_repeated.oas.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0124/many_to_many_repeated.oas.yaml -------------------------------------------------------------------------------- /aep/general/0124/many_to_many_repeated.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0124/many_to_many_repeated.proto -------------------------------------------------------------------------------- /aep/general/0124/many_to_many_subresource.oas.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0124/many_to_many_subresource.oas.yaml -------------------------------------------------------------------------------- /aep/general/0124/many_to_many_subresource.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0124/many_to_many_subresource.proto -------------------------------------------------------------------------------- /aep/general/0124/multiple_many_to_one.oas.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0124/multiple_many_to_one.oas.yaml -------------------------------------------------------------------------------- /aep/general/0124/multiple_many_to_one.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0124/multiple_many_to_one.proto -------------------------------------------------------------------------------- /aep/general/0126/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0126/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0126/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0126/aep.yaml -------------------------------------------------------------------------------- /aep/general/0126/enum.oas.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0126/enum.oas.yaml -------------------------------------------------------------------------------- /aep/general/0126/enum.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0126/enum.proto -------------------------------------------------------------------------------- /aep/general/0127/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0127/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0127/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0127/aep.yaml -------------------------------------------------------------------------------- /aep/general/0130/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0130/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0130/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0130/aep.yaml -------------------------------------------------------------------------------- /aep/general/0131/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0131/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0131/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0131/aep.yaml -------------------------------------------------------------------------------- /aep/general/0132/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0132/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0132/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0132/aep.yaml -------------------------------------------------------------------------------- /aep/general/0133/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0133/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0133/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0133/aep.yaml -------------------------------------------------------------------------------- /aep/general/0134/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0134/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0134/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0134/aep.yaml -------------------------------------------------------------------------------- /aep/general/0135/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0135/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0135/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0135/aep.yaml -------------------------------------------------------------------------------- /aep/general/0135/cascading_delete.oas.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0135/cascading_delete.oas.yaml -------------------------------------------------------------------------------- /aep/general/0136/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0136/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0136/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0136/aep.yaml -------------------------------------------------------------------------------- /aep/general/0136/library.oas.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0136/library.oas.yaml -------------------------------------------------------------------------------- /aep/general/0136/library.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0136/library.proto -------------------------------------------------------------------------------- /aep/general/0136/translate.oas.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0136/translate.oas.yaml -------------------------------------------------------------------------------- /aep/general/0136/translate.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0136/translate.proto -------------------------------------------------------------------------------- /aep/general/0137/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0137/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0137/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0137/aep.yaml -------------------------------------------------------------------------------- /aep/general/0140/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0140/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0140/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0140/aep.yaml -------------------------------------------------------------------------------- /aep/general/0141/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0141/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0141/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0141/aep.yaml -------------------------------------------------------------------------------- /aep/general/0142/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0142/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0142/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0142/aep.yaml -------------------------------------------------------------------------------- /aep/general/0143/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0143/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0143/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0143/aep.yaml -------------------------------------------------------------------------------- /aep/general/0144/add_remove.oas.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0144/add_remove.oas.yaml -------------------------------------------------------------------------------- /aep/general/0144/add_remove.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0144/add_remove.proto -------------------------------------------------------------------------------- /aep/general/0144/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0144/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0144/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0144/aep.yaml -------------------------------------------------------------------------------- /aep/general/0145/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0145/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0145/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0145/aep.yaml -------------------------------------------------------------------------------- /aep/general/0146/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0146/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0146/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0146/aep.yaml -------------------------------------------------------------------------------- /aep/general/0148/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0148/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0148/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0148/aep.yaml -------------------------------------------------------------------------------- /aep/general/0151/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0151/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0151/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0151/aep.yaml -------------------------------------------------------------------------------- /aep/general/0151/lro.oas.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0151/lro.oas.yaml -------------------------------------------------------------------------------- /aep/general/0151/lro.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0151/lro.proto -------------------------------------------------------------------------------- /aep/general/0154/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0154/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0154/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0154/aep.yaml -------------------------------------------------------------------------------- /aep/general/0155/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0155/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0155/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0155/aep.yaml -------------------------------------------------------------------------------- /aep/general/0156/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0156/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0156/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0156/aep.yaml -------------------------------------------------------------------------------- /aep/general/0157/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0157/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0157/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0157/aep.yaml -------------------------------------------------------------------------------- /aep/general/0158/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0158/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0158/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0158/aep.yaml -------------------------------------------------------------------------------- /aep/general/0159/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0159/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0159/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0159/aep.yaml -------------------------------------------------------------------------------- /aep/general/0160/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0160/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0160/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0160/aep.yaml -------------------------------------------------------------------------------- /aep/general/0161/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0161/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0161/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0161/aep.yaml -------------------------------------------------------------------------------- /aep/general/0162/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0162/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0162/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0162/aep.yaml -------------------------------------------------------------------------------- /aep/general/0164/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0164/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0164/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0164/aep.yaml -------------------------------------------------------------------------------- /aep/general/0164/undelete.oas.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0164/undelete.oas.yaml -------------------------------------------------------------------------------- /aep/general/0164/undelete.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0164/undelete.proto -------------------------------------------------------------------------------- /aep/general/0180/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0180/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0180/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0180/aep.yaml -------------------------------------------------------------------------------- /aep/general/0191/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0191/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0191/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0191/aep.yaml -------------------------------------------------------------------------------- /aep/general/0192/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0192/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0192/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0192/aep.yaml -------------------------------------------------------------------------------- /aep/general/0193/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0193/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0193/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0193/aep.yaml -------------------------------------------------------------------------------- /aep/general/0200/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0200/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0200/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0200/aep.yaml -------------------------------------------------------------------------------- /aep/general/0203/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0203/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0203/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0203/aep.yaml -------------------------------------------------------------------------------- /aep/general/0210/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0210/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0210/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0210/aep.yaml -------------------------------------------------------------------------------- /aep/general/0211/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0211/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0211/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0211/aep.yaml -------------------------------------------------------------------------------- /aep/general/0213/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0213/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0213/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0213/aep.yaml -------------------------------------------------------------------------------- /aep/general/0214/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0214/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0214/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0214/aep.yaml -------------------------------------------------------------------------------- /aep/general/0216/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0216/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0216/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0216/aep.yaml -------------------------------------------------------------------------------- /aep/general/0217/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0217/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0217/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0217/aep.yaml -------------------------------------------------------------------------------- /aep/general/0231/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0231/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0231/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0231/aep.yaml -------------------------------------------------------------------------------- /aep/general/0231/batchget.oas.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0231/batchget.oas.yaml -------------------------------------------------------------------------------- /aep/general/0233/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0233/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0233/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0233/aep.yaml -------------------------------------------------------------------------------- /aep/general/0234/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0234/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0234/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0234/aep.yaml -------------------------------------------------------------------------------- /aep/general/0235/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0235/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0235/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0235/aep.yaml -------------------------------------------------------------------------------- /aep/general/0300/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0300/aep.md.j2 -------------------------------------------------------------------------------- /aep/general/0300/aep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/0300/aep.yaml -------------------------------------------------------------------------------- /aep/general/example.oas.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/example.oas.yaml -------------------------------------------------------------------------------- /aep/general/example.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/example.proto -------------------------------------------------------------------------------- /aep/general/scope.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/aep/general/scope.yaml -------------------------------------------------------------------------------- /blog/2024-in-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/blog/2024-in-review.md -------------------------------------------------------------------------------- /blog/2025-roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/blog/2025-roadmap.md -------------------------------------------------------------------------------- /blog/history-of-aeps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/blog/history-of-aeps.md -------------------------------------------------------------------------------- /blog/terraform-post.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/blog/terraform-post.mdx -------------------------------------------------------------------------------- /blog/terraform_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/blog/terraform_image.png -------------------------------------------------------------------------------- /config/header.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/config/header.yaml -------------------------------------------------------------------------------- /config/hero.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/config/hero.yaml -------------------------------------------------------------------------------- /config/site.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | ga_tag: GTM-NSXMVSDN 3 | -------------------------------------------------------------------------------- /config/urls.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/config/urls.yaml -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/package.json -------------------------------------------------------------------------------- /pages/general/adopting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/pages/general/adopting.md -------------------------------------------------------------------------------- /pages/general/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/pages/general/faq.md -------------------------------------------------------------------------------- /pages/general/licensing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/pages/general/licensing.md -------------------------------------------------------------------------------- /pages/general/licensing.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/pages/general/licensing.yaml -------------------------------------------------------------------------------- /pages/general/tooling-and-ecosystem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/pages/general/tooling-and-ecosystem.md -------------------------------------------------------------------------------- /scripts/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/scripts/build.sh -------------------------------------------------------------------------------- /scripts/fix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/scripts/fix.py -------------------------------------------------------------------------------- /scripts/serve.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/scripts/serve.sh -------------------------------------------------------------------------------- /scripts/validate_links.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/scripts/validate_links.py -------------------------------------------------------------------------------- /test_data/aep/general/9999/aep.md.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aep-dev/aeps/HEAD/test_data/aep/general/9999/aep.md.j2 --------------------------------------------------------------------------------