Skip to content

Commit

Permalink
feat: cloudformation registry update (#211)
Browse files Browse the repository at this point in the history
* feat: cloudformation registry update

* chore: self mutation

Signed-off-by: github-actions <github-actions@github.com>

---------

Signed-off-by: github-actions <github-actions@github.com>
Co-authored-by: mrgrain <mrgrain@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
3 people committed Mar 17, 2023
1 parent 33faf83 commit 0bf856d
Show file tree
Hide file tree
Showing 19 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions packages/@cdk-cloudformation/github-git-tag/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# github-git-tag

> AWS CDK [L1 construct] and data structures for the [AWS CloudFormation Registry] type `GitHub::Git::Tag` v1.0.0.
> AWS CDK [L1 construct] and data structures for the [AWS CloudFormation Registry] type `GitHub::Git::Tag` v1.1.0.
[L1 construct]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html
[AWS CloudFormation Registry]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html
Expand Down Expand Up @@ -40,7 +40,7 @@ You can find more information about activating this type in the [AWS CloudFormat

This library is auto-generated and published to all supported programming languages by the [cdklabs/cdk-cloudformation] project based on the API schema published for `GitHub::Git::Tag`.

* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Fgithub-git-tag+v1.0.0).
* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Fgithub-git-tag+v1.1.0).
* Issues related to `GitHub::Git::Tag` should be reported to the [publisher](https://github.com/aws-ia/cloudformation-github-resource-providers).

[cdklabs/cdk-cloudformation]: https://github.com/cdklabs/cdk-cloudformation
Expand Down
2 changes: 1 addition & 1 deletion packages/@cdk-cloudformation/github-git-tag/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cdk-cloudformation/github-git-tag",
"description": "Manage a git tag on GitHub",
"version": "1.0.0-alpha.7",
"version": "1.1.0-alpha.7",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# github-repositories-collaborator

> AWS CDK [L1 construct] and data structures for the [AWS CloudFormation Registry] type `GitHub::Repositories::Collaborator` v1.0.0.
> AWS CDK [L1 construct] and data structures for the [AWS CloudFormation Registry] type `GitHub::Repositories::Collaborator` v1.1.0.
[L1 construct]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html
[AWS CloudFormation Registry]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html
Expand Down Expand Up @@ -40,7 +40,7 @@ You can find more information about activating this type in the [AWS CloudFormat

This library is auto-generated and published to all supported programming languages by the [cdklabs/cdk-cloudformation] project based on the API schema published for `GitHub::Repositories::Collaborator`.

* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Fgithub-repositories-collaborator+v1.0.0).
* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Fgithub-repositories-collaborator+v1.1.0).
* Issues related to `GitHub::Repositories::Collaborator` should be reported to the [publisher](https://github.com/aws-ia/cloudformation-github-resource-providers).

[cdklabs/cdk-cloudformation]: https://github.com/cdklabs/cdk-cloudformation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cdk-cloudformation/github-repositories-collaborator",
"description": "The Collaborators resource allows you to add, invite, and remove collaborators from a repository.",
"version": "1.0.0-alpha.7",
"version": "1.1.0-alpha.7",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface CfnCollaboratorProps {
readonly repository: string;

/**
* The handle for the GitHub user account.
* The login name for the GitHub user account.
*
* @schema CfnCollaboratorProps#Username
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# github-repositories-repository

> AWS CDK [L1 construct] and data structures for the [AWS CloudFormation Registry] type `GitHub::Repositories::Repository` v1.0.0.
> AWS CDK [L1 construct] and data structures for the [AWS CloudFormation Registry] type `GitHub::Repositories::Repository` v1.1.0.
[L1 construct]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html
[AWS CloudFormation Registry]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html
Expand Down Expand Up @@ -40,7 +40,7 @@ You can find more information about activating this type in the [AWS CloudFormat

This library is auto-generated and published to all supported programming languages by the [cdklabs/cdk-cloudformation] project based on the API schema published for `GitHub::Repositories::Repository`.

* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Fgithub-repositories-repository+v1.0.0).
* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Fgithub-repositories-repository+v1.1.0).
* Issues related to `GitHub::Repositories::Repository` should be reported to the [publisher](https://github.com/aws-ia/cloudformation-github-resource-providers).

[cdklabs/cdk-cloudformation]: https://github.com/cdklabs/cdk-cloudformation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cdk-cloudformation/github-repositories-repository",
"description": "Manage a repository in GitHub.",
"version": "1.0.0-alpha.7",
"version": "1.1.0-alpha.7",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# github-repositories-webhook

> AWS CDK [L1 construct] and data structures for the [AWS CloudFormation Registry] type `GitHub::Repositories::Webhook` v1.0.0.
> AWS CDK [L1 construct] and data structures for the [AWS CloudFormation Registry] type `GitHub::Repositories::Webhook` v1.1.0.
[L1 construct]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html
[AWS CloudFormation Registry]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html
Expand Down Expand Up @@ -40,7 +40,7 @@ You can find more information about activating this type in the [AWS CloudFormat

This library is auto-generated and published to all supported programming languages by the [cdklabs/cdk-cloudformation] project based on the API schema published for `GitHub::Repositories::Webhook`.

* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Fgithub-repositories-webhook+v1.0.0).
* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Fgithub-repositories-webhook+v1.1.0).
* Issues related to `GitHub::Repositories::Webhook` should be reported to the [publisher](https://github.com/aws-ia/cloudformation-github-resource-providers).

[cdklabs/cdk-cloudformation]: https://github.com/cdklabs/cdk-cloudformation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cdk-cloudformation/github-repositories-webhook",
"description": "Repositories can have multiple webhooks installed. Each webhook should have a unique config. Multiple webhooks can share the same config as long as those webhooks do not have any events that overlap.",
"version": "1.0.0-alpha.7",
"version": "1.1.0-alpha.7",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# github-teams-membership

> AWS CDK [L1 construct] and data structures for the [AWS CloudFormation Registry] type `GitHub::Teams::Membership` v1.0.0.
> AWS CDK [L1 construct] and data structures for the [AWS CloudFormation Registry] type `GitHub::Teams::Membership` v1.1.0.
[L1 construct]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html
[AWS CloudFormation Registry]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html
Expand Down Expand Up @@ -40,7 +40,7 @@ You can find more information about activating this type in the [AWS CloudFormat

This library is auto-generated and published to all supported programming languages by the [cdklabs/cdk-cloudformation] project based on the API schema published for `GitHub::Teams::Membership`.

* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Fgithub-teams-membership+v1.0.0).
* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Fgithub-teams-membership+v1.1.0).
* Issues related to `GitHub::Teams::Membership` should be reported to the [publisher](https://github.com/aws-ia/cloudformation-github-resource-providers).

[cdklabs/cdk-cloudformation]: https://github.com/cdklabs/cdk-cloudformation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cdk-cloudformation/github-teams-membership",
"description": "Manages people's membership to GitHub teams",
"version": "1.0.0-alpha.7",
"version": "1.1.0-alpha.7",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
Expand Down
4 changes: 2 additions & 2 deletions packages/@cdk-cloudformation/github-teams-team/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# github-teams-team

> AWS CDK [L1 construct] and data structures for the [AWS CloudFormation Registry] type `GitHub::Teams::Team` v1.0.0.
> AWS CDK [L1 construct] and data structures for the [AWS CloudFormation Registry] type `GitHub::Teams::Team` v1.1.0.
[L1 construct]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html
[AWS CloudFormation Registry]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html
Expand Down Expand Up @@ -40,7 +40,7 @@ You can find more information about activating this type in the [AWS CloudFormat

This library is auto-generated and published to all supported programming languages by the [cdklabs/cdk-cloudformation] project based on the API schema published for `GitHub::Teams::Team`.

* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Fgithub-teams-team+v1.0.0).
* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Fgithub-teams-team+v1.1.0).
* Issues related to `GitHub::Teams::Team` should be reported to the [publisher](https://github.com/aws-ia/cloudformation-github-resource-providers).

[cdklabs/cdk-cloudformation]: https://github.com/cdklabs/cdk-cloudformation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cdk-cloudformation/github-teams-team",
"description": "Manage a team in Github",
"version": "1.0.0-alpha.7",
"version": "1.1.0-alpha.7",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
Expand Down
4 changes: 2 additions & 2 deletions registry/types/github-git-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"Visibility": "PUBLIC",
"SourceUrl": "https://github.com/aws-ia/cloudformation-github-resource-providers.git",
"DocumentationUrl": "https://github.com/aws-ia/cloudformation-github-resource-providers",
"TimeCreated": "2022-11-25T22:48:35.131Z",
"TimeCreated": "2023-03-13T19:17:34.864Z",
"ConfigurationSchema": "{\n \"properties\": {\n \"GitHubAccess\": {\n \"$ref\": \"#/definitions/GitHubAccess\"\n }\n },\n \"additionalProperties\": false,\n \"required\": [\n \"GitHubAccess\"\n ],\n \"definitions\": {\n \"GitHubAccess\": {\n \"type\": \"object\",\n \"properties\": {\n \"AccessToken\": {\n \"description\": \"Personal Access Token\",\n \"type\": \"string\"\n }\n },\n \"required\": [\n \"AccessToken\"\n ],\n \"additionalProperties\": false\n }\n },\n \"typeName\": \"GitHub::Git::Tag\"\n}",
"PublisherId": "c830e97710da0c9954d80ba8df021e5439e7134b",
"LatestPublicVersion": "1.0.0",
"LatestPublicVersion": "1.1.0",
"IsActivated": false
}
6 changes: 3 additions & 3 deletions registry/types/github-repositories-collaborator.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"Type": "RESOURCE",
"TypeName": "GitHub::Repositories::Collaborator",
"Description": "The Collaborators resource allows you to add, invite, and remove collaborators from a repository.",
"Schema": "{\n \"typeName\": \"GitHub::Repositories::Collaborator\",\n \"description\": \"The Collaborators resource allows you to add, invite, and remove collaborators from a repository.\",\n \"sourceUrl\": \"https://github.com/aws-ia/cloudformation-github-resource-providers.git\",\n \"documentationUrl\": \"https://github.com/aws-ia/cloudformation-github-resource-providers\",\n \"definitions\": {\n \"GitHubAccess\": {\n \"type\": \"object\",\n \"properties\": {\n \"AccessToken\": {\n \"description\": \"Personal Access Token\",\n \"type\": \"string\"\n }\n },\n \"required\": [\n \"AccessToken\"\n ],\n \"additionalProperties\": false\n }\n },\n \"typeConfiguration\": {\n \"properties\": {\n \"GitHubAccess\": {\n \"$ref\": \"#/definitions/GitHubAccess\"\n }\n },\n \"additionalProperties\": false,\n \"required\": [\n \"GitHubAccess\"\n ]\n },\n \"properties\": {\n \"Owner\": {\n \"description\": \"The account owner of the repository. The name is not case sensitive.\",\n \"type\": \"string\"\n },\n \"Repository\": {\n \"description\": \"The name of the repository. The name is not case sensitive.\",\n \"type\": \"string\"\n },\n \"Username\": {\n \"description\": \"The handle for the GitHub user account.\",\n \"type\": \"string\",\n \"pattern\": \"^(?=[a-zA-Z0-9._]{7,20}$)(?!.*[_.]{2})[^_.].*[^_.]$\"\n },\n \"Permission\": {\n \"description\": \"The permission to grant the collaborator. Only valid on organization-owned repositories. In addition to the enumerated values, you can also specify a custom repository role name, if the owning organization has defined any..\",\n \"type\": \"string\",\n \"default\": \"push\",\n \"enum\": [\n \"pull\",\n \"push\",\n \"admin\",\n \"maintain\",\n \"triage\"\n ]\n }\n },\n \"additionalProperties\": false,\n \"tagging\": {\n \"taggable\": false\n },\n \"required\": [\n \"Owner\",\n \"Repository\",\n \"Username\"\n ],\n \"primaryIdentifier\": [\n \"/properties/Owner\",\n \"/properties/Repository\",\n \"/properties/Username\"\n ],\n \"createOnlyProperties\": [\n \"/properties/Owner\",\n \"/properties/Repository\",\n \"/properties/Username\"\n ],\n \"handlers\": {\n \"create\": {\n \"permissions\": []\n },\n \"read\": {\n \"permissions\": []\n },\n \"update\": {\n \"permissions\": []\n },\n \"delete\": {\n \"permissions\": []\n },\n \"list\": {\n \"permissions\": []\n }\n }\n}\n",
"Schema": "{\n \"typeName\": \"GitHub::Repositories::Collaborator\",\n \"description\": \"The Collaborators resource allows you to add, invite, and remove collaborators from a repository.\",\n \"sourceUrl\": \"https://github.com/aws-ia/cloudformation-github-resource-providers.git\",\n \"documentationUrl\": \"https://github.com/aws-ia/cloudformation-github-resource-providers\",\n \"definitions\": {\n \"GitHubAccess\": {\n \"type\": \"object\",\n \"properties\": {\n \"AccessToken\": {\n \"description\": \"Personal Access Token\",\n \"type\": \"string\"\n }\n },\n \"required\": [\n \"AccessToken\"\n ],\n \"additionalProperties\": false\n }\n },\n \"typeConfiguration\": {\n \"properties\": {\n \"GitHubAccess\": {\n \"$ref\": \"#/definitions/GitHubAccess\"\n }\n },\n \"additionalProperties\": false,\n \"required\": [\n \"GitHubAccess\"\n ]\n },\n \"properties\": {\n \"Owner\": {\n \"description\": \"The account owner of the repository. The name is not case sensitive.\",\n \"type\": \"string\"\n },\n \"Repository\": {\n \"description\": \"The name of the repository. The name is not case sensitive.\",\n \"type\": \"string\"\n },\n \"Username\": {\n \"description\": \"The login name for the GitHub user account.\",\n \"type\": \"string\"\n },\n \"Permission\": {\n \"description\": \"The permission to grant the collaborator. Only valid on organization-owned repositories. In addition to the enumerated values, you can also specify a custom repository role name, if the owning organization has defined any..\",\n \"type\": \"string\",\n \"default\": \"push\",\n \"enum\": [\n \"pull\",\n \"push\",\n \"admin\",\n \"maintain\",\n \"triage\"\n ]\n }\n },\n \"additionalProperties\": false,\n \"tagging\": {\n \"taggable\": false\n },\n \"required\": [\n \"Owner\",\n \"Repository\",\n \"Username\"\n ],\n \"primaryIdentifier\": [\n \"/properties/Owner\",\n \"/properties/Repository\",\n \"/properties/Username\"\n ],\n \"createOnlyProperties\": [\n \"/properties/Owner\",\n \"/properties/Repository\",\n \"/properties/Username\"\n ],\n \"handlers\": {\n \"create\": {\n \"permissions\": []\n },\n \"read\": {\n \"permissions\": []\n },\n \"update\": {\n \"permissions\": []\n },\n \"delete\": {\n \"permissions\": []\n },\n \"list\": {\n \"permissions\": []\n }\n }\n}\n",
"ProvisioningType": "FULLY_MUTABLE",
"DeprecatedStatus": "LIVE",
"RequiredActivatedTypes": [],
"Visibility": "PUBLIC",
"SourceUrl": "https://github.com/aws-ia/cloudformation-github-resource-providers.git",
"DocumentationUrl": "https://github.com/aws-ia/cloudformation-github-resource-providers",
"TimeCreated": "2022-11-25T22:49:19.250Z",
"TimeCreated": "2023-03-13T19:17:42.144Z",
"ConfigurationSchema": "{\n \"properties\": {\n \"GitHubAccess\": {\n \"$ref\": \"#/definitions/GitHubAccess\"\n }\n },\n \"additionalProperties\": false,\n \"required\": [\n \"GitHubAccess\"\n ],\n \"definitions\": {\n \"GitHubAccess\": {\n \"type\": \"object\",\n \"properties\": {\n \"AccessToken\": {\n \"description\": \"Personal Access Token\",\n \"type\": \"string\"\n }\n },\n \"required\": [\n \"AccessToken\"\n ],\n \"additionalProperties\": false\n }\n },\n \"typeName\": \"GitHub::Repositories::Collaborator\"\n}",
"PublisherId": "c830e97710da0c9954d80ba8df021e5439e7134b",
"LatestPublicVersion": "1.0.0",
"LatestPublicVersion": "1.1.0",
"IsActivated": false
}

0 comments on commit 0bf856d

Please sign in to comment.