Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(schema): update #3430

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions samtranslator/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -214756,51 +214756,51 @@
"additionalProperties": false,
"properties": {
"DurationSeconds": {
"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.",
"markdownDescription": "The number of seconds vended session credentials will be valid for",
"title": "DurationSeconds",
"type": "number"
},
"Enabled": {
"markdownDescription": "Indicates whether the profile is enabled.",
"markdownDescription": "The enabled status of the resource.",
"title": "Enabled",
"type": "boolean"
},
"ManagedPolicyArns": {
"items": {
"type": "string"
},
"markdownDescription": "A list of managed policy ARNs that apply to the vended session credentials.",
"markdownDescription": "A list of managed policy ARNs. Managed policies identified by this list will be applied to the vended session credentials.",
"title": "ManagedPolicyArns",
"type": "array"
},
"Name": {
"markdownDescription": "The name of the profile.",
"markdownDescription": "The customer specified name of the resource.",
"title": "Name",
"type": "string"
},
"RequireInstanceProperties": {
"markdownDescription": "Specifies whether instance properties are required in temporary credential requests with this profile.",
"markdownDescription": "Specifies whether instance properties are required in CreateSession requests with this profile.",
"title": "RequireInstanceProperties",
"type": "boolean"
},
"RoleArns": {
"items": {
"type": "string"
},
"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.",
"markdownDescription": "A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.",
"title": "RoleArns",
"type": "array"
},
"SessionPolicy": {
"markdownDescription": "A session policy that applies to the trust boundary of the vended session credentials.",
"markdownDescription": "A session policy that will applied to the trust boundary of the vended session credentials.",
"title": "SessionPolicy",
"type": "string"
},
"Tags": {
"items": {
"$ref": "#/definitions/Tag"
},
"markdownDescription": "The tags to attach to the profile.",
"markdownDescription": "A list of Tags.",
"title": "Tags",
"type": "array"
}
Expand Down Expand Up @@ -214961,11 +214961,11 @@
"properties": {
"SourceData": {
"$ref": "#/definitions/AWS::RolesAnywhere::TrustAnchor.SourceData",
"markdownDescription": "The data field of the trust anchor depending on its type.",
"markdownDescription": "A union object representing the data field of the TrustAnchor depending on its type",
"title": "SourceData"
},
"SourceType": {
"markdownDescription": "The type of the TrustAnchor.\n\n> `AWS_ACM_PCA` is not an allowed value in your region.",
"markdownDescription": "The type of the TrustAnchor.",
"title": "SourceType",
"type": "string"
}
Expand Down Expand Up @@ -218156,7 +218156,7 @@
},
"ObjectLockConfiguration": {
"$ref": "#/definitions/AWS::S3::Bucket.ObjectLockConfiguration",
"markdownDescription": "Places an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see [Locking Objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) .\n\n> - The `DefaultRetention` settings require both a mode and a period.\n> - The `DefaultRetention` period can be either `Days` or `Years` but you must select one. You cannot specify `Days` and `Years` at the same time.\n> - You can only enable Object Lock for new buckets. If you want to turn on Object Lock for an existing bucket, contact AWS Support.",
"markdownDescription": "Places an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see [Locking Objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) .\n\n> - The `DefaultRetention` settings require both a mode and a period.\n> - The `DefaultRetention` period can be either `Days` or `Years` but you must select one. You cannot specify `Days` and `Years` at the same time.\n> - You can enable Object Lock for new or existing buckets. For more information, see [Configuring Object Lock](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-configure.html) .",
"title": "ObjectLockConfiguration"
},
"ObjectLockEnabled": {
Expand Down
22 changes: 11 additions & 11 deletions schema_source/cloudformation-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -35379,14 +35379,14 @@
"Value": "The tag value."
},
"AWS::RolesAnywhere::Profile": {
"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."
"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."
},
"AWS::RolesAnywhere::Profile Tag": {
"Key": "The tag key.",
Expand All @@ -35406,8 +35406,8 @@
"Threshold": "The number of days before a notification event. This value is required for a notification setting that is enabled."
},
"AWS::RolesAnywhere::TrustAnchor Source": {
"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."
"SourceData": "A union object representing the data field of the TrustAnchor depending on its type",
"SourceType": "The type of the TrustAnchor."
},
"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 Expand Up @@ -35806,7 +35806,7 @@
"LoggingConfiguration": "Settings that define where logs are stored.",
"MetricsConfigurations": "Specifies a metrics configuration for the CloudWatch request metrics (specified by the metrics configuration ID) from an Amazon S3 bucket. If you're updating an existing metrics configuration, note that this is a full replacement of the existing metrics configuration. If you don't include the elements you want to keep, they are erased. For more information, see [PutBucketMetricsConfiguration](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTMetricConfiguration.html) .",
"NotificationConfiguration": "Configuration that defines how Amazon S3 handles bucket notifications.",
"ObjectLockConfiguration": "Places an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see [Locking Objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) .\n\n> - The `DefaultRetention` settings require both a mode and a period.\n> - The `DefaultRetention` period can be either `Days` or `Years` but you must select one. You cannot specify `Days` and `Years` at the same time.\n> - You can only enable Object Lock for new buckets. If you want to turn on Object Lock for an existing bucket, contact AWS Support.",
"ObjectLockConfiguration": "Places an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see [Locking Objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) .\n\n> - The `DefaultRetention` settings require both a mode and a period.\n> - The `DefaultRetention` period can be either `Days` or `Years` but you must select one. You cannot specify `Days` and `Years` at the same time.\n> - You can enable Object Lock for new or existing buckets. For more information, see [Configuring Object Lock](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-configure.html) .",
"ObjectLockEnabled": "Indicates whether this bucket has an Object Lock configuration enabled. Enable `ObjectLockEnabled` when you apply `ObjectLockConfiguration` to a bucket.",
"OwnershipControls": "Configuration that defines how Amazon S3 handles Object Ownership rules.",
"PublicAccessBlockConfiguration": "Configuration that defines how Amazon S3 handles public access.",
Expand Down
22 changes: 11 additions & 11 deletions schema_source/cloudformation.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -214707,51 +214707,51 @@
"additionalProperties": false,
"properties": {
"DurationSeconds": {
"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.",
"markdownDescription": "The number of seconds vended session credentials will be valid for",
"title": "DurationSeconds",
"type": "number"
},
"Enabled": {
"markdownDescription": "Indicates whether the profile is enabled.",
"markdownDescription": "The enabled status of the resource.",
"title": "Enabled",
"type": "boolean"
},
"ManagedPolicyArns": {
"items": {
"type": "string"
},
"markdownDescription": "A list of managed policy ARNs that apply to the vended session credentials.",
"markdownDescription": "A list of managed policy ARNs. Managed policies identified by this list will be applied to the vended session credentials.",
"title": "ManagedPolicyArns",
"type": "array"
},
"Name": {
"markdownDescription": "The name of the profile.",
"markdownDescription": "The customer specified name of the resource.",
"title": "Name",
"type": "string"
},
"RequireInstanceProperties": {
"markdownDescription": "Specifies whether instance properties are required in temporary credential requests with this profile.",
"markdownDescription": "Specifies whether instance properties are required in CreateSession requests with this profile.",
"title": "RequireInstanceProperties",
"type": "boolean"
},
"RoleArns": {
"items": {
"type": "string"
},
"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.",
"markdownDescription": "A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.",
"title": "RoleArns",
"type": "array"
},
"SessionPolicy": {
"markdownDescription": "A session policy that applies to the trust boundary of the vended session credentials.",
"markdownDescription": "A session policy that will applied to the trust boundary of the vended session credentials.",
"title": "SessionPolicy",
"type": "string"
},
"Tags": {
"items": {
"$ref": "#/definitions/Tag"
},
"markdownDescription": "The tags to attach to the profile.",
"markdownDescription": "A list of Tags.",
"title": "Tags",
"type": "array"
}
Expand Down Expand Up @@ -214912,11 +214912,11 @@
"properties": {
"SourceData": {
"$ref": "#/definitions/AWS::RolesAnywhere::TrustAnchor.SourceData",
"markdownDescription": "The data field of the trust anchor depending on its type.",
"markdownDescription": "A union object representing the data field of the TrustAnchor depending on its type",
"title": "SourceData"
},
"SourceType": {
"markdownDescription": "The type of the TrustAnchor.\n\n> `AWS_ACM_PCA` is not an allowed value in your region.",
"markdownDescription": "The type of the TrustAnchor.",
"title": "SourceType",
"type": "string"
}
Expand Down Expand Up @@ -218100,7 +218100,7 @@
},
"ObjectLockConfiguration": {
"$ref": "#/definitions/AWS::S3::Bucket.ObjectLockConfiguration",
"markdownDescription": "Places an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see [Locking Objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) .\n\n> - The `DefaultRetention` settings require both a mode and a period.\n> - The `DefaultRetention` period can be either `Days` or `Years` but you must select one. You cannot specify `Days` and `Years` at the same time.\n> - You can only enable Object Lock for new buckets. If you want to turn on Object Lock for an existing bucket, contact AWS Support.",
"markdownDescription": "Places an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see [Locking Objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) .\n\n> - The `DefaultRetention` settings require both a mode and a period.\n> - The `DefaultRetention` period can be either `Days` or `Years` but you must select one. You cannot specify `Days` and `Years` at the same time.\n> - You can enable Object Lock for new or existing buckets. For more information, see [Configuring Object Lock](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-configure.html) .",
"title": "ObjectLockConfiguration"
},
"ObjectLockEnabled": {
Expand Down