Skip to content

Commit

Permalink
chore(schema): update (#3255)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Jul 12, 2023
1 parent ffb3140 commit 8b1b143
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
28 changes: 14 additions & 14 deletions samtranslator/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -205001,25 +205001,25 @@
"additionalProperties": false,
"properties": {
"CrlData": {
"markdownDescription": "x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations",
"markdownDescription": "The x509 v3 specified certificate revocation list (CRL).",
"title": "CrlData",
"type": "string"
},
"Enabled": {
"markdownDescription": "The enabled status of the resource.",
"markdownDescription": "Specifies whether the certificate revocation list (CRL) is enabled.",
"title": "Enabled",
"type": "boolean"
},
"Name": {
"markdownDescription": "The customer specified name of the resource.",
"markdownDescription": "The name of the certificate revocation list (CRL).",
"title": "Name",
"type": "string"
},
"Tags": {
"items": {
"$ref": "#/definitions/Tag"
},
"markdownDescription": "A list of Tags.",
"markdownDescription": "A list of tags to attach to the certificate revocation list (CRL).",
"title": "Tags",
"type": "array"
},
Expand Down Expand Up @@ -205092,51 +205092,51 @@
"additionalProperties": false,
"properties": {
"DurationSeconds": {
"markdownDescription": "The number of seconds vended session credentials will be valid for",
"markdownDescription": "Sets the maximum number of seconds that vended temporary credentials through [CreateSession](https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html) will be valid for, between 900 and 3600.",
"title": "DurationSeconds",
"type": "number"
},
"Enabled": {
"markdownDescription": "The enabled status of the resource.",
"markdownDescription": "Indicates whether the profile is enabled.",
"title": "Enabled",
"type": "boolean"
},
"ManagedPolicyArns": {
"items": {
"type": "string"
},
"markdownDescription": "A list of managed policy ARNs. Managed policies identified by this list will be applied to the vended session credentials.",
"markdownDescription": "A list of managed policy ARNs that apply to the vended session credentials.",
"title": "ManagedPolicyArns",
"type": "array"
},
"Name": {
"markdownDescription": "The customer specified name of the resource.",
"markdownDescription": "The name of the profile.",
"title": "Name",
"type": "string"
},
"RequireInstanceProperties": {
"markdownDescription": "Specifies whether instance properties are required in CreateSession requests with this profile.",
"markdownDescription": "Specifies whether instance properties are required in temporary credential requests with this profile.",
"title": "RequireInstanceProperties",
"type": "boolean"
},
"RoleArns": {
"items": {
"type": "string"
},
"markdownDescription": "A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.",
"markdownDescription": "A list of IAM role ARNs. During `CreateSession` , if a matching role ARN is provided, the properties in this profile will be applied to the intersection session policy.",
"title": "RoleArns",
"type": "array"
},
"SessionPolicy": {
"markdownDescription": "A session policy that will applied to the trust boundary of the vended session credentials.",
"markdownDescription": "A session policy that applies to the trust boundary of the vended session credentials.",
"title": "SessionPolicy",
"type": "string"
},
"Tags": {
"items": {
"$ref": "#/definitions/Tag"
},
"markdownDescription": "A list of Tags.",
"markdownDescription": "The tags to attach to the profile.",
"title": "Tags",
"type": "array"
}
Expand Down Expand Up @@ -205259,11 +205259,11 @@
"properties": {
"SourceData": {
"$ref": "#/definitions/AWS::RolesAnywhere::TrustAnchor.SourceData",
"markdownDescription": "A union object representing the data field of the TrustAnchor depending on its type",
"markdownDescription": "The data field of the trust anchor depending on its type.",
"title": "SourceData"
},
"SourceType": {
"markdownDescription": "The type of the TrustAnchor.",
"markdownDescription": "The type of the TrustAnchor.\n\n> `AWS_ACM_PCA` is not an allowed value in your region.",
"title": "SourceType",
"type": "string"
}
Expand Down
28 changes: 14 additions & 14 deletions schema_source/cloudformation-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -31888,21 +31888,21 @@
"CurrentRevisionId": "The current revision id for the simulation application. If you provide a value and it matches the latest revision ID, a new version will be created."
},
"AWS::RolesAnywhere::CRL": {
"CrlData": "x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations",
"Enabled": "The enabled status of the resource.",
"Name": "The customer specified name of the resource.",
"Tags": "A list of Tags.",
"CrlData": "The x509 v3 specified certificate revocation list (CRL).",
"Enabled": "Specifies whether the certificate revocation list (CRL) is enabled.",
"Name": "The name of the certificate revocation list (CRL).",
"Tags": "A list of tags to attach to the certificate revocation list (CRL).",
"TrustAnchorArn": "The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for."
},
"AWS::RolesAnywhere::Profile": {
"DurationSeconds": "The number of seconds vended session credentials will be valid for",
"Enabled": "The enabled status of the resource.",
"ManagedPolicyArns": "A list of managed policy ARNs. Managed policies identified by this list will be applied to the vended session credentials.",
"Name": "The customer specified name of the resource.",
"RequireInstanceProperties": "Specifies whether instance properties are required in CreateSession requests with this profile.",
"RoleArns": "A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.",
"SessionPolicy": "A session policy that will applied to the trust boundary of the vended session credentials.",
"Tags": "A list of Tags."
"DurationSeconds": "Sets the maximum number of seconds that vended temporary credentials through [CreateSession](https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html) will be valid for, between 900 and 3600.",
"Enabled": "Indicates whether the profile is enabled.",
"ManagedPolicyArns": "A list of managed policy ARNs that apply to the vended session credentials.",
"Name": "The name of the profile.",
"RequireInstanceProperties": "Specifies whether instance properties are required in temporary credential requests with this profile.",
"RoleArns": "A list of IAM role ARNs. During `CreateSession` , if a matching role ARN is provided, the properties in this profile will be applied to the intersection session policy.",
"SessionPolicy": "A session policy that applies to the trust boundary of the vended session credentials.",
"Tags": "The tags to attach to the profile."
},
"AWS::RolesAnywhere::TrustAnchor": {
"Enabled": "Indicates whether the trust anchor is enabled.",
Expand All @@ -31911,8 +31911,8 @@
"Tags": "The tags to attach to the trust anchor."
},
"AWS::RolesAnywhere::TrustAnchor Source": {
"SourceData": "A union object representing the data field of the TrustAnchor depending on its type",
"SourceType": "The type of the TrustAnchor."
"SourceData": "The data field of the trust anchor depending on its type.",
"SourceType": "The type of the TrustAnchor.\n\n> `AWS_ACM_PCA` is not an allowed value in your region."
},
"AWS::RolesAnywhere::TrustAnchor SourceData": {
"AcmPcaArn": "The root certificate of the AWS Private Certificate Authority specified by this ARN is used in trust validation for temporary credential requests. Included for trust anchors of type `AWS_ACM_PCA` .\n\n> This field is not supported in your region.",
Expand Down
28 changes: 14 additions & 14 deletions schema_source/cloudformation.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -204952,25 +204952,25 @@
"additionalProperties": false,
"properties": {
"CrlData": {
"markdownDescription": "x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations",
"markdownDescription": "The x509 v3 specified certificate revocation list (CRL).",
"title": "CrlData",
"type": "string"
},
"Enabled": {
"markdownDescription": "The enabled status of the resource.",
"markdownDescription": "Specifies whether the certificate revocation list (CRL) is enabled.",
"title": "Enabled",
"type": "boolean"
},
"Name": {
"markdownDescription": "The customer specified name of the resource.",
"markdownDescription": "The name of the certificate revocation list (CRL).",
"title": "Name",
"type": "string"
},
"Tags": {
"items": {
"$ref": "#/definitions/Tag"
},
"markdownDescription": "A list of Tags.",
"markdownDescription": "A list of tags to attach to the certificate revocation list (CRL).",
"title": "Tags",
"type": "array"
},
Expand Down Expand Up @@ -205043,51 +205043,51 @@
"additionalProperties": false,
"properties": {
"DurationSeconds": {
"markdownDescription": "The number of seconds vended session credentials will be valid for",
"markdownDescription": "Sets the maximum number of seconds that vended temporary credentials through [CreateSession](https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html) will be valid for, between 900 and 3600.",
"title": "DurationSeconds",
"type": "number"
},
"Enabled": {
"markdownDescription": "The enabled status of the resource.",
"markdownDescription": "Indicates whether the profile is enabled.",
"title": "Enabled",
"type": "boolean"
},
"ManagedPolicyArns": {
"items": {
"type": "string"
},
"markdownDescription": "A list of managed policy ARNs. Managed policies identified by this list will be applied to the vended session credentials.",
"markdownDescription": "A list of managed policy ARNs that apply to the vended session credentials.",
"title": "ManagedPolicyArns",
"type": "array"
},
"Name": {
"markdownDescription": "The customer specified name of the resource.",
"markdownDescription": "The name of the profile.",
"title": "Name",
"type": "string"
},
"RequireInstanceProperties": {
"markdownDescription": "Specifies whether instance properties are required in CreateSession requests with this profile.",
"markdownDescription": "Specifies whether instance properties are required in temporary credential requests with this profile.",
"title": "RequireInstanceProperties",
"type": "boolean"
},
"RoleArns": {
"items": {
"type": "string"
},
"markdownDescription": "A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.",
"markdownDescription": "A list of IAM role ARNs. During `CreateSession` , if a matching role ARN is provided, the properties in this profile will be applied to the intersection session policy.",
"title": "RoleArns",
"type": "array"
},
"SessionPolicy": {
"markdownDescription": "A session policy that will applied to the trust boundary of the vended session credentials.",
"markdownDescription": "A session policy that applies to the trust boundary of the vended session credentials.",
"title": "SessionPolicy",
"type": "string"
},
"Tags": {
"items": {
"$ref": "#/definitions/Tag"
},
"markdownDescription": "A list of Tags.",
"markdownDescription": "The tags to attach to the profile.",
"title": "Tags",
"type": "array"
}
Expand Down Expand Up @@ -205210,11 +205210,11 @@
"properties": {
"SourceData": {
"$ref": "#/definitions/AWS::RolesAnywhere::TrustAnchor.SourceData",
"markdownDescription": "A union object representing the data field of the TrustAnchor depending on its type",
"markdownDescription": "The data field of the trust anchor depending on its type.",
"title": "SourceData"
},
"SourceType": {
"markdownDescription": "The type of the TrustAnchor.",
"markdownDescription": "The type of the TrustAnchor.\n\n> `AWS_ACM_PCA` is not an allowed value in your region.",
"title": "SourceType",
"type": "string"
}
Expand Down

0 comments on commit 8b1b143

Please sign in to comment.