Skip to content

Commit 8b1b143

Browse files
github-actions[bot]github-actions
andauthored
chore(schema): update (#3255)
Co-authored-by: github-actions <[email protected]>
1 parent ffb3140 commit 8b1b143

File tree

3 files changed

+42
-42
lines changed

3 files changed

+42
-42
lines changed

samtranslator/schema/schema.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -205001,25 +205001,25 @@
205001205001
"additionalProperties": false,
205002205002
"properties": {
205003205003
"CrlData": {
205004-
"markdownDescription": "x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations",
205004+
"markdownDescription": "The x509 v3 specified certificate revocation list (CRL).",
205005205005
"title": "CrlData",
205006205006
"type": "string"
205007205007
},
205008205008
"Enabled": {
205009-
"markdownDescription": "The enabled status of the resource.",
205009+
"markdownDescription": "Specifies whether the certificate revocation list (CRL) is enabled.",
205010205010
"title": "Enabled",
205011205011
"type": "boolean"
205012205012
},
205013205013
"Name": {
205014-
"markdownDescription": "The customer specified name of the resource.",
205014+
"markdownDescription": "The name of the certificate revocation list (CRL).",
205015205015
"title": "Name",
205016205016
"type": "string"
205017205017
},
205018205018
"Tags": {
205019205019
"items": {
205020205020
"$ref": "#/definitions/Tag"
205021205021
},
205022-
"markdownDescription": "A list of Tags.",
205022+
"markdownDescription": "A list of tags to attach to the certificate revocation list (CRL).",
205023205023
"title": "Tags",
205024205024
"type": "array"
205025205025
},
@@ -205092,51 +205092,51 @@
205092205092
"additionalProperties": false,
205093205093
"properties": {
205094205094
"DurationSeconds": {
205095-
"markdownDescription": "The number of seconds vended session credentials will be valid for",
205095+
"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.",
205096205096
"title": "DurationSeconds",
205097205097
"type": "number"
205098205098
},
205099205099
"Enabled": {
205100-
"markdownDescription": "The enabled status of the resource.",
205100+
"markdownDescription": "Indicates whether the profile is enabled.",
205101205101
"title": "Enabled",
205102205102
"type": "boolean"
205103205103
},
205104205104
"ManagedPolicyArns": {
205105205105
"items": {
205106205106
"type": "string"
205107205107
},
205108-
"markdownDescription": "A list of managed policy ARNs. Managed policies identified by this list will be applied to the vended session credentials.",
205108+
"markdownDescription": "A list of managed policy ARNs that apply to the vended session credentials.",
205109205109
"title": "ManagedPolicyArns",
205110205110
"type": "array"
205111205111
},
205112205112
"Name": {
205113-
"markdownDescription": "The customer specified name of the resource.",
205113+
"markdownDescription": "The name of the profile.",
205114205114
"title": "Name",
205115205115
"type": "string"
205116205116
},
205117205117
"RequireInstanceProperties": {
205118-
"markdownDescription": "Specifies whether instance properties are required in CreateSession requests with this profile.",
205118+
"markdownDescription": "Specifies whether instance properties are required in temporary credential requests with this profile.",
205119205119
"title": "RequireInstanceProperties",
205120205120
"type": "boolean"
205121205121
},
205122205122
"RoleArns": {
205123205123
"items": {
205124205124
"type": "string"
205125205125
},
205126-
"markdownDescription": "A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.",
205126+
"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.",
205127205127
"title": "RoleArns",
205128205128
"type": "array"
205129205129
},
205130205130
"SessionPolicy": {
205131-
"markdownDescription": "A session policy that will applied to the trust boundary of the vended session credentials.",
205131+
"markdownDescription": "A session policy that applies to the trust boundary of the vended session credentials.",
205132205132
"title": "SessionPolicy",
205133205133
"type": "string"
205134205134
},
205135205135
"Tags": {
205136205136
"items": {
205137205137
"$ref": "#/definitions/Tag"
205138205138
},
205139-
"markdownDescription": "A list of Tags.",
205139+
"markdownDescription": "The tags to attach to the profile.",
205140205140
"title": "Tags",
205141205141
"type": "array"
205142205142
}
@@ -205259,11 +205259,11 @@
205259205259
"properties": {
205260205260
"SourceData": {
205261205261
"$ref": "#/definitions/AWS::RolesAnywhere::TrustAnchor.SourceData",
205262-
"markdownDescription": "A union object representing the data field of the TrustAnchor depending on its type",
205262+
"markdownDescription": "The data field of the trust anchor depending on its type.",
205263205263
"title": "SourceData"
205264205264
},
205265205265
"SourceType": {
205266-
"markdownDescription": "The type of the TrustAnchor.",
205266+
"markdownDescription": "The type of the TrustAnchor.\n\n> `AWS_ACM_PCA` is not an allowed value in your region.",
205267205267
"title": "SourceType",
205268205268
"type": "string"
205269205269
}

schema_source/cloudformation-docs.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31888,21 +31888,21 @@
3188831888
"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."
3188931889
},
3189031890
"AWS::RolesAnywhere::CRL": {
31891-
"CrlData": "x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations",
31892-
"Enabled": "The enabled status of the resource.",
31893-
"Name": "The customer specified name of the resource.",
31894-
"Tags": "A list of Tags.",
31891+
"CrlData": "The x509 v3 specified certificate revocation list (CRL).",
31892+
"Enabled": "Specifies whether the certificate revocation list (CRL) is enabled.",
31893+
"Name": "The name of the certificate revocation list (CRL).",
31894+
"Tags": "A list of tags to attach to the certificate revocation list (CRL).",
3189531895
"TrustAnchorArn": "The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for."
3189631896
},
3189731897
"AWS::RolesAnywhere::Profile": {
31898-
"DurationSeconds": "The number of seconds vended session credentials will be valid for",
31899-
"Enabled": "The enabled status of the resource.",
31900-
"ManagedPolicyArns": "A list of managed policy ARNs. Managed policies identified by this list will be applied to the vended session credentials.",
31901-
"Name": "The customer specified name of the resource.",
31902-
"RequireInstanceProperties": "Specifies whether instance properties are required in CreateSession requests with this profile.",
31903-
"RoleArns": "A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.",
31904-
"SessionPolicy": "A session policy that will applied to the trust boundary of the vended session credentials.",
31905-
"Tags": "A list of Tags."
31898+
"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.",
31899+
"Enabled": "Indicates whether the profile is enabled.",
31900+
"ManagedPolicyArns": "A list of managed policy ARNs that apply to the vended session credentials.",
31901+
"Name": "The name of the profile.",
31902+
"RequireInstanceProperties": "Specifies whether instance properties are required in temporary credential requests with this profile.",
31903+
"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.",
31904+
"SessionPolicy": "A session policy that applies to the trust boundary of the vended session credentials.",
31905+
"Tags": "The tags to attach to the profile."
3190631906
},
3190731907
"AWS::RolesAnywhere::TrustAnchor": {
3190831908
"Enabled": "Indicates whether the trust anchor is enabled.",
@@ -31911,8 +31911,8 @@
3191131911
"Tags": "The tags to attach to the trust anchor."
3191231912
},
3191331913
"AWS::RolesAnywhere::TrustAnchor Source": {
31914-
"SourceData": "A union object representing the data field of the TrustAnchor depending on its type",
31915-
"SourceType": "The type of the TrustAnchor."
31914+
"SourceData": "The data field of the trust anchor depending on its type.",
31915+
"SourceType": "The type of the TrustAnchor.\n\n> `AWS_ACM_PCA` is not an allowed value in your region."
3191631916
},
3191731917
"AWS::RolesAnywhere::TrustAnchor SourceData": {
3191831918
"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.",

schema_source/cloudformation.schema.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -204952,25 +204952,25 @@
204952204952
"additionalProperties": false,
204953204953
"properties": {
204954204954
"CrlData": {
204955-
"markdownDescription": "x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations",
204955+
"markdownDescription": "The x509 v3 specified certificate revocation list (CRL).",
204956204956
"title": "CrlData",
204957204957
"type": "string"
204958204958
},
204959204959
"Enabled": {
204960-
"markdownDescription": "The enabled status of the resource.",
204960+
"markdownDescription": "Specifies whether the certificate revocation list (CRL) is enabled.",
204961204961
"title": "Enabled",
204962204962
"type": "boolean"
204963204963
},
204964204964
"Name": {
204965-
"markdownDescription": "The customer specified name of the resource.",
204965+
"markdownDescription": "The name of the certificate revocation list (CRL).",
204966204966
"title": "Name",
204967204967
"type": "string"
204968204968
},
204969204969
"Tags": {
204970204970
"items": {
204971204971
"$ref": "#/definitions/Tag"
204972204972
},
204973-
"markdownDescription": "A list of Tags.",
204973+
"markdownDescription": "A list of tags to attach to the certificate revocation list (CRL).",
204974204974
"title": "Tags",
204975204975
"type": "array"
204976204976
},
@@ -205043,51 +205043,51 @@
205043205043
"additionalProperties": false,
205044205044
"properties": {
205045205045
"DurationSeconds": {
205046-
"markdownDescription": "The number of seconds vended session credentials will be valid for",
205046+
"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.",
205047205047
"title": "DurationSeconds",
205048205048
"type": "number"
205049205049
},
205050205050
"Enabled": {
205051-
"markdownDescription": "The enabled status of the resource.",
205051+
"markdownDescription": "Indicates whether the profile is enabled.",
205052205052
"title": "Enabled",
205053205053
"type": "boolean"
205054205054
},
205055205055
"ManagedPolicyArns": {
205056205056
"items": {
205057205057
"type": "string"
205058205058
},
205059-
"markdownDescription": "A list of managed policy ARNs. Managed policies identified by this list will be applied to the vended session credentials.",
205059+
"markdownDescription": "A list of managed policy ARNs that apply to the vended session credentials.",
205060205060
"title": "ManagedPolicyArns",
205061205061
"type": "array"
205062205062
},
205063205063
"Name": {
205064-
"markdownDescription": "The customer specified name of the resource.",
205064+
"markdownDescription": "The name of the profile.",
205065205065
"title": "Name",
205066205066
"type": "string"
205067205067
},
205068205068
"RequireInstanceProperties": {
205069-
"markdownDescription": "Specifies whether instance properties are required in CreateSession requests with this profile.",
205069+
"markdownDescription": "Specifies whether instance properties are required in temporary credential requests with this profile.",
205070205070
"title": "RequireInstanceProperties",
205071205071
"type": "boolean"
205072205072
},
205073205073
"RoleArns": {
205074205074
"items": {
205075205075
"type": "string"
205076205076
},
205077-
"markdownDescription": "A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.",
205077+
"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.",
205078205078
"title": "RoleArns",
205079205079
"type": "array"
205080205080
},
205081205081
"SessionPolicy": {
205082-
"markdownDescription": "A session policy that will applied to the trust boundary of the vended session credentials.",
205082+
"markdownDescription": "A session policy that applies to the trust boundary of the vended session credentials.",
205083205083
"title": "SessionPolicy",
205084205084
"type": "string"
205085205085
},
205086205086
"Tags": {
205087205087
"items": {
205088205088
"$ref": "#/definitions/Tag"
205089205089
},
205090-
"markdownDescription": "A list of Tags.",
205090+
"markdownDescription": "The tags to attach to the profile.",
205091205091
"title": "Tags",
205092205092
"type": "array"
205093205093
}
@@ -205210,11 +205210,11 @@
205210205210
"properties": {
205211205211
"SourceData": {
205212205212
"$ref": "#/definitions/AWS::RolesAnywhere::TrustAnchor.SourceData",
205213-
"markdownDescription": "A union object representing the data field of the TrustAnchor depending on its type",
205213+
"markdownDescription": "The data field of the trust anchor depending on its type.",
205214205214
"title": "SourceData"
205215205215
},
205216205216
"SourceType": {
205217-
"markdownDescription": "The type of the TrustAnchor.",
205217+
"markdownDescription": "The type of the TrustAnchor.\n\n> `AWS_ACM_PCA` is not an allowed value in your region.",
205218205218
"title": "SourceType",
205219205219
"type": "string"
205220205220
}

0 commit comments

Comments
 (0)