Skip to content

Commit 8b9e24f

Browse files
github-actions[bot]github-actionsaaythapa
authored
chore(schema): update (#3266)
Co-authored-by: github-actions <[email protected]> Co-authored-by: Aayush thapa <[email protected]>
1 parent cdaf684 commit 8b9e24f

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
@@ -205056,25 +205056,25 @@
205056205056
"additionalProperties": false,
205057205057
"properties": {
205058205058
"CrlData": {
205059-
"markdownDescription": "The x509 v3 specified certificate revocation list (CRL).",
205059+
"markdownDescription": "x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations",
205060205060
"title": "CrlData",
205061205061
"type": "string"
205062205062
},
205063205063
"Enabled": {
205064-
"markdownDescription": "Specifies whether the certificate revocation list (CRL) is enabled.",
205064+
"markdownDescription": "The enabled status of the resource.",
205065205065
"title": "Enabled",
205066205066
"type": "boolean"
205067205067
},
205068205068
"Name": {
205069-
"markdownDescription": "The name of the certificate revocation list (CRL).",
205069+
"markdownDescription": "The customer specified name of the resource.",
205070205070
"title": "Name",
205071205071
"type": "string"
205072205072
},
205073205073
"Tags": {
205074205074
"items": {
205075205075
"$ref": "#/definitions/Tag"
205076205076
},
205077-
"markdownDescription": "A list of tags to attach to the certificate revocation list (CRL).",
205077+
"markdownDescription": "A list of Tags.",
205078205078
"title": "Tags",
205079205079
"type": "array"
205080205080
},
@@ -205147,51 +205147,51 @@
205147205147
"additionalProperties": false,
205148205148
"properties": {
205149205149
"DurationSeconds": {
205150-
"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.",
205150+
"markdownDescription": "The number of seconds vended session credentials will be valid for",
205151205151
"title": "DurationSeconds",
205152205152
"type": "number"
205153205153
},
205154205154
"Enabled": {
205155-
"markdownDescription": "Indicates whether the profile is enabled.",
205155+
"markdownDescription": "The enabled status of the resource.",
205156205156
"title": "Enabled",
205157205157
"type": "boolean"
205158205158
},
205159205159
"ManagedPolicyArns": {
205160205160
"items": {
205161205161
"type": "string"
205162205162
},
205163-
"markdownDescription": "A list of managed policy ARNs that apply to the vended session credentials.",
205163+
"markdownDescription": "A list of managed policy ARNs. Managed policies identified by this list will be applied to the vended session credentials.",
205164205164
"title": "ManagedPolicyArns",
205165205165
"type": "array"
205166205166
},
205167205167
"Name": {
205168-
"markdownDescription": "The name of the profile.",
205168+
"markdownDescription": "The customer specified name of the resource.",
205169205169
"title": "Name",
205170205170
"type": "string"
205171205171
},
205172205172
"RequireInstanceProperties": {
205173-
"markdownDescription": "Specifies whether instance properties are required in temporary credential requests with this profile.",
205173+
"markdownDescription": "Specifies whether instance properties are required in CreateSession requests with this profile.",
205174205174
"title": "RequireInstanceProperties",
205175205175
"type": "boolean"
205176205176
},
205177205177
"RoleArns": {
205178205178
"items": {
205179205179
"type": "string"
205180205180
},
205181-
"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.",
205181+
"markdownDescription": "A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.",
205182205182
"title": "RoleArns",
205183205183
"type": "array"
205184205184
},
205185205185
"SessionPolicy": {
205186-
"markdownDescription": "A session policy that applies to the trust boundary of the vended session credentials.",
205186+
"markdownDescription": "A session policy that will applied to the trust boundary of the vended session credentials.",
205187205187
"title": "SessionPolicy",
205188205188
"type": "string"
205189205189
},
205190205190
"Tags": {
205191205191
"items": {
205192205192
"$ref": "#/definitions/Tag"
205193205193
},
205194-
"markdownDescription": "The tags to attach to the profile.",
205194+
"markdownDescription": "A list of Tags.",
205195205195
"title": "Tags",
205196205196
"type": "array"
205197205197
}
@@ -205314,11 +205314,11 @@
205314205314
"properties": {
205315205315
"SourceData": {
205316205316
"$ref": "#/definitions/AWS::RolesAnywhere::TrustAnchor.SourceData",
205317-
"markdownDescription": "The data field of the trust anchor depending on its type.",
205317+
"markdownDescription": "A union object representing the data field of the TrustAnchor depending on its type",
205318205318
"title": "SourceData"
205319205319
},
205320205320
"SourceType": {
205321-
"markdownDescription": "The type of the TrustAnchor.\n\n> `AWS_ACM_PCA` is not an allowed value in your region.",
205321+
"markdownDescription": "The type of the TrustAnchor.",
205322205322
"title": "SourceType",
205323205323
"type": "string"
205324205324
}

schema_source/cloudformation-docs.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31898,21 +31898,21 @@
3189831898
"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."
3189931899
},
3190031900
"AWS::RolesAnywhere::CRL": {
31901-
"CrlData": "The x509 v3 specified certificate revocation list (CRL).",
31902-
"Enabled": "Specifies whether the certificate revocation list (CRL) is enabled.",
31903-
"Name": "The name of the certificate revocation list (CRL).",
31904-
"Tags": "A list of tags to attach to the certificate revocation list (CRL).",
31901+
"CrlData": "x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations",
31902+
"Enabled": "The enabled status of the resource.",
31903+
"Name": "The customer specified name of the resource.",
31904+
"Tags": "A list of Tags.",
3190531905
"TrustAnchorArn": "The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for."
3190631906
},
3190731907
"AWS::RolesAnywhere::Profile": {
31908-
"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.",
31909-
"Enabled": "Indicates whether the profile is enabled.",
31910-
"ManagedPolicyArns": "A list of managed policy ARNs that apply to the vended session credentials.",
31911-
"Name": "The name of the profile.",
31912-
"RequireInstanceProperties": "Specifies whether instance properties are required in temporary credential requests with this profile.",
31913-
"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.",
31914-
"SessionPolicy": "A session policy that applies to the trust boundary of the vended session credentials.",
31915-
"Tags": "The tags to attach to the profile."
31908+
"DurationSeconds": "The number of seconds vended session credentials will be valid for",
31909+
"Enabled": "The enabled status of the resource.",
31910+
"ManagedPolicyArns": "A list of managed policy ARNs. Managed policies identified by this list will be applied to the vended session credentials.",
31911+
"Name": "The customer specified name of the resource.",
31912+
"RequireInstanceProperties": "Specifies whether instance properties are required in CreateSession requests with this profile.",
31913+
"RoleArns": "A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.",
31914+
"SessionPolicy": "A session policy that will applied to the trust boundary of the vended session credentials.",
31915+
"Tags": "A list of Tags."
3191631916
},
3191731917
"AWS::RolesAnywhere::TrustAnchor": {
3191831918
"Enabled": "Indicates whether the trust anchor is enabled.",
@@ -31921,8 +31921,8 @@
3192131921
"Tags": "The tags to attach to the trust anchor."
3192231922
},
3192331923
"AWS::RolesAnywhere::TrustAnchor Source": {
31924-
"SourceData": "The data field of the trust anchor depending on its type.",
31925-
"SourceType": "The type of the TrustAnchor.\n\n> `AWS_ACM_PCA` is not an allowed value in your region."
31924+
"SourceData": "A union object representing the data field of the TrustAnchor depending on its type",
31925+
"SourceType": "The type of the TrustAnchor."
3192631926
},
3192731927
"AWS::RolesAnywhere::TrustAnchor SourceData": {
3192831928
"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
@@ -205007,25 +205007,25 @@
205007205007
"additionalProperties": false,
205008205008
"properties": {
205009205009
"CrlData": {
205010-
"markdownDescription": "The x509 v3 specified certificate revocation list (CRL).",
205010+
"markdownDescription": "x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations",
205011205011
"title": "CrlData",
205012205012
"type": "string"
205013205013
},
205014205014
"Enabled": {
205015-
"markdownDescription": "Specifies whether the certificate revocation list (CRL) is enabled.",
205015+
"markdownDescription": "The enabled status of the resource.",
205016205016
"title": "Enabled",
205017205017
"type": "boolean"
205018205018
},
205019205019
"Name": {
205020-
"markdownDescription": "The name of the certificate revocation list (CRL).",
205020+
"markdownDescription": "The customer specified name of the resource.",
205021205021
"title": "Name",
205022205022
"type": "string"
205023205023
},
205024205024
"Tags": {
205025205025
"items": {
205026205026
"$ref": "#/definitions/Tag"
205027205027
},
205028-
"markdownDescription": "A list of tags to attach to the certificate revocation list (CRL).",
205028+
"markdownDescription": "A list of Tags.",
205029205029
"title": "Tags",
205030205030
"type": "array"
205031205031
},
@@ -205098,51 +205098,51 @@
205098205098
"additionalProperties": false,
205099205099
"properties": {
205100205100
"DurationSeconds": {
205101-
"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.",
205101+
"markdownDescription": "The number of seconds vended session credentials will be valid for",
205102205102
"title": "DurationSeconds",
205103205103
"type": "number"
205104205104
},
205105205105
"Enabled": {
205106-
"markdownDescription": "Indicates whether the profile is enabled.",
205106+
"markdownDescription": "The enabled status of the resource.",
205107205107
"title": "Enabled",
205108205108
"type": "boolean"
205109205109
},
205110205110
"ManagedPolicyArns": {
205111205111
"items": {
205112205112
"type": "string"
205113205113
},
205114-
"markdownDescription": "A list of managed policy ARNs that apply to the vended session credentials.",
205114+
"markdownDescription": "A list of managed policy ARNs. Managed policies identified by this list will be applied to the vended session credentials.",
205115205115
"title": "ManagedPolicyArns",
205116205116
"type": "array"
205117205117
},
205118205118
"Name": {
205119-
"markdownDescription": "The name of the profile.",
205119+
"markdownDescription": "The customer specified name of the resource.",
205120205120
"title": "Name",
205121205121
"type": "string"
205122205122
},
205123205123
"RequireInstanceProperties": {
205124-
"markdownDescription": "Specifies whether instance properties are required in temporary credential requests with this profile.",
205124+
"markdownDescription": "Specifies whether instance properties are required in CreateSession requests with this profile.",
205125205125
"title": "RequireInstanceProperties",
205126205126
"type": "boolean"
205127205127
},
205128205128
"RoleArns": {
205129205129
"items": {
205130205130
"type": "string"
205131205131
},
205132-
"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.",
205132+
"markdownDescription": "A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.",
205133205133
"title": "RoleArns",
205134205134
"type": "array"
205135205135
},
205136205136
"SessionPolicy": {
205137-
"markdownDescription": "A session policy that applies to the trust boundary of the vended session credentials.",
205137+
"markdownDescription": "A session policy that will applied to the trust boundary of the vended session credentials.",
205138205138
"title": "SessionPolicy",
205139205139
"type": "string"
205140205140
},
205141205141
"Tags": {
205142205142
"items": {
205143205143
"$ref": "#/definitions/Tag"
205144205144
},
205145-
"markdownDescription": "The tags to attach to the profile.",
205145+
"markdownDescription": "A list of Tags.",
205146205146
"title": "Tags",
205147205147
"type": "array"
205148205148
}
@@ -205265,11 +205265,11 @@
205265205265
"properties": {
205266205266
"SourceData": {
205267205267
"$ref": "#/definitions/AWS::RolesAnywhere::TrustAnchor.SourceData",
205268-
"markdownDescription": "The data field of the trust anchor depending on its type.",
205268+
"markdownDescription": "A union object representing the data field of the TrustAnchor depending on its type",
205269205269
"title": "SourceData"
205270205270
},
205271205271
"SourceType": {
205272-
"markdownDescription": "The type of the TrustAnchor.\n\n> `AWS_ACM_PCA` is not an allowed value in your region.",
205272+
"markdownDescription": "The type of the TrustAnchor.",
205273205273
"title": "SourceType",
205274205274
"type": "string"
205275205275
}

0 commit comments

Comments
 (0)