Skip to content

Commit

Permalink
chore(schema): update (#3239)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions committed Jul 4, 2023
1 parent 00c3952 commit 80e8c0f
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 84 deletions.
56 changes: 28 additions & 28 deletions samtranslator/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -104278,7 +104278,7 @@
"type": "string"
},
"DocumentSource": {
"markdownDescription": "An S3 link to the job document to use in the template. Required if you don't specify a value for `document` .\n\n> If the job document resides in an S3 bucket, you must use a placeholder link when specifying the document.\n> \n> The placeholder link is of the following form:\n> \n> `${aws:iot:s3-presigned-url:https://s3.amazonaws.com/ *bucket* / *key* }`\n> \n> where *bucket* is your bucket name and *key* is the object in the bucket to which you are linking.",
"markdownDescription": "An S3 link, or S3 object URL, to the job document. The link is an Amazon S3 object URL and is required if you don't specify a value for `document` .\n\nFor example, `--document-source https://s3. *region-code* .amazonaws.com/example-firmware/device-firmware.1.0`\n\nFor more information, see [Methods for accessing a bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-bucket-intro.html) .",
"title": "DocumentSource",
"type": "string"
},
Expand Down Expand Up @@ -183136,7 +183136,7 @@
"properties": {
"RefreshConfiguration": {
"$ref": "#/definitions/AWS::QuickSight::DataSet.RefreshConfiguration",
"markdownDescription": "",
"markdownDescription": "The refresh configuration for a dataset.",
"title": "RefreshConfiguration"
}
},
Expand Down Expand Up @@ -183227,7 +183227,7 @@
"items": {
"type": "string"
},
"markdownDescription": "",
"markdownDescription": "A list of static default values for a given date time parameter. The valid format for this property is `yyyy-MM-dd\u2019T\u2019HH:mm:ss\u2019Z\u2019` .",
"title": "StaticValues",
"type": "array"
}
Expand Down Expand Up @@ -183345,7 +183345,7 @@
"properties": {
"LookbackWindow": {
"$ref": "#/definitions/AWS::QuickSight::DataSet.LookbackWindow",
"markdownDescription": "",
"markdownDescription": "The lookback window setup for an incremental refresh configuration.",
"title": "LookbackWindow"
}
},
Expand Down Expand Up @@ -183538,17 +183538,17 @@
"additionalProperties": false,
"properties": {
"ColumnName": {
"markdownDescription": "",
"markdownDescription": "The name of the lookback window column.",
"title": "ColumnName",
"type": "string"
},
"Size": {
"markdownDescription": "",
"markdownDescription": "The lookback window column size.",
"title": "Size",
"type": "number"
},
"SizeUnit": {
"markdownDescription": "",
"markdownDescription": "The size unit that is used for the lookback window column. Valid values for this structure are `HOUR` , `DAY` , and `WEEK` .",
"title": "SizeUnit",
"type": "string"
}
Expand All @@ -183562,7 +183562,7 @@
"items": {
"type": "string"
},
"markdownDescription": "",
"markdownDescription": "A list of static default values for a given date time parameter. The valid format for this property is `yyyy-MM-dd\u2019T\u2019HH:mm:ss\u2019Z\u2019` .",
"title": "DateTimeStaticValues",
"type": "array"
},
Expand Down Expand Up @@ -183619,11 +183619,11 @@
"properties": {
"NewDefaultValues": {
"$ref": "#/definitions/AWS::QuickSight::DataSet.NewDefaultValues",
"markdownDescription": "",
"markdownDescription": "The new default values for the parameter.",
"title": "NewDefaultValues"
},
"NewParameterName": {
"markdownDescription": "",
"markdownDescription": "The new name for the parameter.",
"title": "NewParameterName",
"type": "string"
},
Expand Down Expand Up @@ -183681,7 +183681,7 @@
"properties": {
"IncrementalRefresh": {
"$ref": "#/definitions/AWS::QuickSight::DataSet.IncrementalRefresh",
"markdownDescription": "",
"markdownDescription": "The incremental refresh for the dataset.",
"title": "IncrementalRefresh"
}
},
Expand Down Expand Up @@ -204955,25 +204955,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 @@ -205046,51 +205046,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 @@ -205213,11 +205213,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 Expand Up @@ -225887,7 +225887,7 @@
"type": "number"
},
"RuleStatus": {
"markdownDescription": "Whether the rule is active after it is created. If this parameter is equal to `ENABLED` , Security Hub will apply the rule to findings and finding updates after the rule is created.",
"markdownDescription": "Whether the rule is active after it is created. If this parameter is equal to `ENABLED` , Security Hub applies the rule to findings and finding updates after the rule is created.",
"title": "RuleStatus",
"type": "string"
},
Expand Down Expand Up @@ -226594,7 +226594,7 @@
"items": {
"$ref": "#/definitions/AWS::SecurityHub::Standard.StandardsControl"
},
"markdownDescription": "Specifies whether a control is enabled or disabled in a specified standard.",
"markdownDescription": "Specifies which controls are to be disabled in a standard.",
"title": "DisabledStandardsControls",
"type": "array"
},
Expand Down Expand Up @@ -226634,7 +226634,7 @@
"additionalProperties": false,
"properties": {
"Reason": {
"markdownDescription": "A user-defined reason for changing a control's enablement status in a specified standard.",
"markdownDescription": "A user-defined reason for changing a control's enablement status in a specified standard. If you are disabling a control, then this property is required.",
"title": "Reason",
"type": "string"
},
Expand Down
Loading

0 comments on commit 80e8c0f

Please sign in to comment.