This repository was archived by the owner on Dec 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
This repository was archived by the owner on Dec 7, 2023. It is now read-only.
Several Docs Missing in Repo, but Referenced and Published on Live AWS User Guide? #428
Copy link
Copy link
Closed
Labels
Description
I've been auto-generating code from CFN Resource specification files, and part of the generation runs through and automatically builds help documentation. Though, many of the source files that I would be pulling from only exist on the live user guide and not in the GitHub source documentation. Is there some kind of release strategy where documentation becomes available in the official AWS documentation before hitting the source repo here?
| Existing Public Page | Missing from GitHub |
|---|---|
| AWS::CodeBuild::SourceCredential | aws-resource-codebuild-sourcecredential.md |
| AWS::CodeStar::GitHubRepository | aws-resource-codestar-githubrepository.md |
| AWS::Glue::MLTransform | aws-resource-glue-mltransform.md |
| AWS::LakeFormation::DataLakeSettings | aws-resource-lakeformation-datalakesettings.md |
| AWS::LakeFormation::Permissions | aws-resource-lakeformation-permissions.md |
| AWS::LakeFormation::Resource | aws-resource-lakeformation-resource.md |
| AWS::Batch::JobDefinition Device | aws-properties-batch-jobdefinition-device.md |
| AWS::Batch::JobDefinition LinuxParameters | aws-properties-batch-jobdefinition-containerproperties-linuxparameters.md |
| AWS::CodeStar::GitHubRepository Code | aws-properties-codestar-githubrepository-code.md |
| AWS::CodeStar::GitHubRepository S3 | aws-properties-codestar-githubrepository-s3.md |
| AWS::Cognito::UserPool UserPoolAddOns | aws-properties-cognito-userpool-userpooladdons.md |
| AWS::Cognito::UserPool VerificationMessageTemplate | aws-properties-cognito-userpool-verificationmessagetemplate.md |
| AWS::Cognito::UserPoolClient AnalyticsConfiguration | aws-properties-cognito-userpoolclient-analyticsconfiguration.md |
| AWS::DLM::LifecyclePolicy Parameters | aws-properties-dlm-lifecyclepolicy-parameters.md |
| AWS::EFS::FileSystem LifecyclePolicy | aws-properties-elasticfilesystem-filesystem-lifecyclepolicy.md |
| AWS::Glue::MLTransform FindMatchesParameters | aws-properties-glue-mltransform-transformparameters-findmatchesparameters.md |
| AWS::Glue::MLTransform GlueTables | aws-properties-glue-mltransform-inputrecordtables-gluetables.md |
| AWS::Glue::MLTransform InputRecordTables | aws-properties-glue-mltransform-inputrecordtables.md |
| AWS::Glue::MLTransform TransformParameters | aws-properties-glue-mltransform-transformparameters.md |
| AWS::LakeFormation::DataLakeSettings Admins | aws-properties-lakeformation-datalakesettings-admins.md |
| AWS::LakeFormation::DataLakeSettings DataLakePrincipal | aws-properties-lakeformation-datalakesettings-datalakeprincipal.md |
| AWS::LakeFormation::Permissions DatabaseResource | aws-properties-lakeformation-permissions-databaseresource.md |
| AWS::LakeFormation::Permissions DataLakePrincipal | aws-properties-lakeformation-permissions-datalakeprincipal.md |
| AWS::LakeFormation::Permissions Resource | aws-properties-lakeformation-permissions-resource.md |
| AWS::LakeFormation::Permissions TableResource | aws-properties-lakeformation-permissions-tableresource.md |
PatMyron