Skip to content

Commit 3121f23

Browse files
github-actions[bot]github-actions
andauthored
chore(schema): update (#3259)
Co-authored-by: github-actions <[email protected]>
1 parent 8b4a9cc commit 3121f23

File tree

3 files changed

+221
-54
lines changed

3 files changed

+221
-54
lines changed

samtranslator/schema/schema.json

Lines changed: 94 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10296,6 +10296,11 @@
1029610296
"title": "ClientNumber",
1029710297
"type": "string"
1029810298
},
10299+
"DisableSSO": {
10300+
"markdownDescription": "",
10301+
"title": "DisableSSO",
10302+
"type": "boolean"
10303+
},
1029910304
"LogonLanguage": {
1030010305
"markdownDescription": "The logon language of SAPOData instance.",
1030110306
"title": "LogonLanguage",
@@ -16469,7 +16474,7 @@
1646916474
},
1647016475
"PostSetupScriptDetails": {
1647116476
"$ref": "#/definitions/AWS::AppStream::AppBlock.ScriptDetails",
16472-
"markdownDescription": "The post setup script details of the app block.",
16477+
"markdownDescription": "The post setup script details of the app block.\n\nThis only applies to app blocks with PackagingType `APPSTREAM2` .",
1647316478
"title": "PostSetupScriptDetails"
1647416479
},
1647516480
"SetupScriptDetails": {
@@ -16607,15 +16612,15 @@
1660716612
"items": {
1660816613
"$ref": "#/definitions/AWS::AppStream::AppBlockBuilder.AccessEndpoint"
1660916614
},
16610-
"markdownDescription": "The access endpoints of the app block builder.",
16615+
"markdownDescription": "",
1661116616
"title": "AccessEndpoints",
1661216617
"type": "array"
1661316618
},
1661416619
"AppBlockArns": {
1661516620
"items": {
1661616621
"type": "string"
1661716622
},
16618-
"markdownDescription": "The ARN of the app block.\n\n*Maximum* : `1`",
16623+
"markdownDescription": "",
1661916624
"title": "AppBlockArns",
1662016625
"type": "array"
1662116626
},
@@ -16650,15 +16655,15 @@
1665016655
"type": "string"
1665116656
},
1665216657
"Platform": {
16653-
"markdownDescription": "The platform of the app block builder.\n\n*Allowed values* : `WINDOWS_SERVER_2019`",
16658+
"markdownDescription": "The platform of the app block builder.\n\n`WINDOWS_SERVER_2019` is the only valid value.",
1665416659
"title": "Platform",
1665516660
"type": "string"
1665616661
},
1665716662
"Tags": {
1665816663
"items": {
1665916664
"$ref": "#/definitions/Tag"
1666016665
},
16661-
"markdownDescription": "The tags of the app block builder.",
16666+
"markdownDescription": "",
1666216667
"title": "Tags",
1666316668
"type": "array"
1666416669
},
@@ -25113,7 +25118,7 @@
2511325118
},
2511425119
"Tags": {
2511525120
"additionalProperties": true,
25116-
"markdownDescription": "Key-value pair tags to be applied to EC2 resources that are launched in the compute environment. For AWS Batch , these take the form of `\"String1\": \"String2\"` , where `String1` is the tag key and `String2` is the tag value-for example, `{ \"Name\": \"Batch Instance - C4OnDemand\" }` . This is helpful for recognizing your AWS Batch instances in the Amazon EC2 console. These tags aren't seen when using the AWS Batch `ListTagsForResource` API operation.\n\nWhen updating a compute environment, changing this setting requires an infrastructure update of the compute environment. For more information, see [Updating compute environments](https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html) in the *AWS Batch User Guide* .\n\n> This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.",
25121+
"markdownDescription": "Key-value pair tags to be applied to EC2 resources that are launched in the compute environment. For AWS Batch , these take the form of `\"String1\": \"String2\"` , where `String1` is the tag key and `String2` is the tag value-for example, `{ \"Name\": \"Batch Instance - C4OnDemand\" }` . This is helpful for recognizing your Batch instances in the Amazon EC2 console. These tags aren't seen when using the AWS Batch `ListTagsForResource` API operation.\n\nWhen updating a compute environment, changing this setting requires an infrastructure update of the compute environment. For more information, see [Updating compute environments](https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html) in the *AWS Batch User Guide* .\n\n> This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.",
2511725122
"patternProperties": {
2511825123
"^[a-zA-Z0-9]+$": {
2511925124
"type": "string"
@@ -29205,6 +29210,14 @@
2920529210
"title": "AggregateColumns",
2920629211
"type": "array"
2920729212
},
29213+
"AllowedJoinOperators": {
29214+
"items": {
29215+
"type": "string"
29216+
},
29217+
"markdownDescription": "Which logical operators (if any) are to be used in an INNER JOIN match condition. Default is `AND` .",
29218+
"title": "AllowedJoinOperators",
29219+
"type": "array"
29220+
},
2920829221
"DimensionColumns": {
2920929222
"items": {
2921029223
"type": "string"
@@ -29255,6 +29268,14 @@
2925529268
"AWS::CleanRooms::ConfiguredTable.AnalysisRuleList": {
2925629269
"additionalProperties": false,
2925729270
"properties": {
29271+
"AllowedJoinOperators": {
29272+
"items": {
29273+
"type": "string"
29274+
},
29275+
"markdownDescription": "Which logical operators (if any) are to be used in an INNER JOIN match condition. Default is `AND` .",
29276+
"title": "AllowedJoinOperators",
29277+
"type": "array"
29278+
},
2925829279
"JoinColumns": {
2925929280
"items": {
2926029281
"type": "string"
@@ -44449,7 +44470,7 @@
4444944470
"type": "string"
4445044471
},
4445144472
"InstanceArn": {
44452-
"markdownDescription": "The Amazon Resource Name (ARN) for the instance.",
44473+
"markdownDescription": "The Amazon Resource Name (ARN) of the instance.",
4445344474
"title": "InstanceArn",
4445444475
"type": "string"
4445544476
},
@@ -45010,7 +45031,7 @@
4501045031
"type": "array"
4501145032
},
4501245033
"TargetArn": {
45013-
"markdownDescription": "The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution group that phone numbers are claimed to.",
45034+
"markdownDescription": "The Amazon Resource Name (ARN) of Amazon Connect instances or traffic distribution group that phone numbers are claimed to.",
4501445035
"title": "TargetArn",
4501545036
"type": "string"
4501645037
},
@@ -45525,7 +45546,7 @@
4552545546
"type": "string"
4552645547
},
4552745548
"IntegrationAssociationArn": {
45528-
"markdownDescription": "The Amazon Resource Name (ARN) for the integration association. `IntegrationAssociationArn` is required if `TriggerEventSource` is one of the following values: `OnZendeskTicketCreate` | `OnZendeskTicketStatusUpdate` | `OnSalesforceCaseCreate`",
45549+
"markdownDescription": "The Amazon Resource Name (ARN) of the integration association. `IntegrationAssociationArn` is required if `TriggerEventSource` is one of the following values: `OnZendeskTicketCreate` | `OnZendeskTicketStatusUpdate` | `OnSalesforceCaseCreate`",
4552945550
"title": "IntegrationAssociationArn",
4553045551
"type": "string"
4553145552
}
@@ -52937,7 +52958,7 @@
5293752958
"items": {
5293852959
"type": "string"
5293952960
},
52940-
"markdownDescription": "Specifies the ARN of the subnet where you want to run your DataSync task when using a VPC endpoint. This is the subnet where DataSync creates and manages the [network interfaces](https://docs.aws.amazon.com/datasync/latest/userguide/datasync-network.html#required-network-interfaces) for your transfer.",
52961+
"markdownDescription": "Specifies the ARN of the subnet where you want to run your DataSync task when using a VPC endpoint. This is the subnet where DataSync creates and manages the [network interfaces](https://docs.aws.amazon.com/datasync/latest/userguide/datasync-network.html#required-network-interfaces) for your transfer. You can only specify one ARN.",
5294152962
"title": "SubnetArns",
5294252963
"type": "array"
5294352964
},
@@ -54272,7 +54293,7 @@
5427254293
"items": {
5427354294
"type": "string"
5427454295
},
54275-
"markdownDescription": "Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads from your on-premises storage system's management interface.",
54296+
"markdownDescription": "Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads from your on-premises storage system's management interface. You can only specify one ARN.",
5427654297
"title": "AgentArns",
5427754298
"type": "array"
5427854299
},
@@ -60326,7 +60347,7 @@
6032660347
"type": "string"
6032760348
},
6032860349
"InstanceType": {
60329-
"markdownDescription": "The instance type. For more information, see [Instance types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the *Amazon EC2 User Guide* .\n\nWhen you change your EBS-backed instance type, instance restart or replacement behavior depends on the instance type compatibility between the old and new types. An instance that's backed by an instance store volume is always replaced. For more information, see [Change the instance type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html) in the *Amazon EC2 User Guide* .\n\nDefault: `m1.small`",
60350+
"markdownDescription": "The instance type. For more information, see [Instance types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the *Amazon EC2 User Guide* .\n\nWhen you change your EBS-backed instance type, instance restart or replacement behavior depends on the instance type compatibility between the old and new types. An instance with an instance store volume as the root volume is always replaced. For more information, see [Change the instance type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html) in the *Amazon EC2 User Guide* .",
6033060351
"title": "InstanceType",
6033160352
"type": "string"
6033260353
},
@@ -61642,7 +61663,7 @@
6164261663
},
6164361664
"InstanceRequirements": {
6164461665
"$ref": "#/definitions/AWS::EC2::LaunchTemplate.InstanceRequirements",
61645-
"markdownDescription": "The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes.\n\nIf you specify `InstanceRequirements` , you can't specify `InstanceType` .",
61666+
"markdownDescription": "The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes.\n\nYou must specify `VCpuCount` and `MemoryMiB` . All other attributes are optional. Any unspecified optional attribute is set to its default.\n\nWhen you specify multiple attributes, you get instance types that satisfy all of the specified attributes. If you specify multiple values for an attribute, you get instance types that satisfy any of the specified values.\n\nTo limit the list of instance types from which Amazon EC2 can identify matching instance types, you can use one of the following parameters, but not both in the same request:\n\n- `AllowedInstanceTypes` - The instance types to include in the list. All other instance types are ignored, even if they match your specified attributes.\n- `ExcludedInstanceTypes` - The instance types to exclude from the list, even if they match your specified attributes.\n\n> If you specify `InstanceRequirements` , you can't specify `InstanceType` .\n> \n> Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the [launch instance wizard](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html) or with the [RunInstances API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) , you can't specify `InstanceRequirements` . \n\nFor more information, see [Attribute-based instance type selection for EC2 Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html) , [Attribute-based instance type selection for Spot Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html) , and [Spot placement score](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html) in the *Amazon EC2 User Guide* .",
6164661667
"title": "InstanceRequirements"
6164761668
},
6164861669
"InstanceType": {
@@ -72122,7 +72143,7 @@
7212272143
"items": {
7212372144
"type": "string"
7212472145
},
72125-
"markdownDescription": "The task launch types the task definition was validated against. The valid values are `EC2` , `FARGATE` , and `git diff` . For more information, see [Amazon ECS launch types](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html) in the *Amazon Elastic Container Service Developer Guide* .",
72146+
"markdownDescription": "The task launch types the task definition was validated against. The valid values are `EC2` , `FARGATE` , and `EXTERNAL` . For more information, see [Amazon ECS launch types](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html) in the *Amazon Elastic Container Service Developer Guide* .",
7212672147
"title": "RequiresCompatibilities",
7212772148
"type": "array"
7212872149
},
@@ -85576,7 +85597,7 @@
8557685597
"additionalProperties": false,
8557785598
"properties": {
8557885599
"AuditLogDestination": {
85579-
"markdownDescription": "The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.\n\nThe name of the Amazon CloudWatch Logs log group must begin with the `/aws/fsx` prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the `aws-fsx` prefix.\n\nThe destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same AWS partition, AWS Region , and AWS account as your Amazon FSx file system.",
85600+
"markdownDescription": "The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.\n\nThe name of the Amazon CloudWatch Logs log group must begin with the `/aws/fsx` prefix. The name of the Amazon Kinesis Data Firehose delivery stream must begin with the `aws-fsx` prefix.\n\nThe destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same AWS partition, AWS Region , and AWS account as your Amazon FSx file system.",
8558085601
"title": "AuditLogDestination",
8558185602
"type": "string"
8558285603
},
@@ -86396,7 +86417,7 @@
8639686417
"type": "string"
8639786418
},
8639886419
"SizeInMegabytes": {
86399-
"markdownDescription": "Specifies the size of the volume, in megabytes (MB), that you are creating. Provide any whole number in the range of 20\u2013104857600 to specify the size of the volume.",
86420+
"markdownDescription": "Specifies the size of the volume, in megabytes (MB), that you are creating.",
8640086421
"title": "SizeInMegabytes",
8640186422
"type": "string"
8640286423
},
@@ -98294,6 +98315,11 @@
9829498315
"title": "DatastoreTypeVersion",
9829598316
"type": "string"
9829698317
},
98318+
"IdentityProviderConfiguration": {
98319+
"$ref": "#/definitions/AWS::HealthLake::FHIRDatastore.IdentityProviderConfiguration",
98320+
"markdownDescription": "",
98321+
"title": "IdentityProviderConfiguration"
98322+
},
9829798323
"PreloadDataConfig": {
9829898324
"$ref": "#/definitions/AWS::HealthLake::FHIRDatastore.PreloadDataConfig",
9829998325
"markdownDescription": "The preloaded data configuration for the Data Store. Only data preloaded from Synthea is supported.",
@@ -98359,6 +98385,35 @@
9835998385
],
9836098386
"type": "object"
9836198387
},
98388+
"AWS::HealthLake::FHIRDatastore.IdentityProviderConfiguration": {
98389+
"additionalProperties": false,
98390+
"properties": {
98391+
"AuthorizationStrategy": {
98392+
"markdownDescription": "",
98393+
"title": "AuthorizationStrategy",
98394+
"type": "string"
98395+
},
98396+
"FineGrainedAuthorizationEnabled": {
98397+
"markdownDescription": "",
98398+
"title": "FineGrainedAuthorizationEnabled",
98399+
"type": "boolean"
98400+
},
98401+
"IdpLambdaArn": {
98402+
"markdownDescription": "",
98403+
"title": "IdpLambdaArn",
98404+
"type": "string"
98405+
},
98406+
"Metadata": {
98407+
"markdownDescription": "",
98408+
"title": "Metadata",
98409+
"type": "string"
98410+
}
98411+
},
98412+
"required": [
98413+
"AuthorizationStrategy"
98414+
],
98415+
"type": "object"
98416+
},
9836298417
"AWS::HealthLake::FHIRDatastore.KmsEncryptionConfig": {
9836398418
"additionalProperties": false,
9836498419
"properties": {
@@ -104484,7 +104539,7 @@
104484104539
"items": {
104485104540
"$ref": "#/definitions/AWS::IoT::JobTemplate.RetryCriteria"
104486104541
},
104487-
"markdownDescription": "",
104542+
"markdownDescription": "The list of criteria that determines how many retries are allowed for each failure type for a job.",
104488104543
"title": "RetryCriteriaList",
104489104544
"type": "array"
104490104545
}
@@ -104496,7 +104551,7 @@
104496104551
"properties": {
104497104552
"ExponentialRolloutRate": {
104498104553
"$ref": "#/definitions/AWS::IoT::JobTemplate.ExponentialRolloutRate",
104499-
"markdownDescription": "",
104554+
"markdownDescription": "The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.",
104500104555
"title": "ExponentialRolloutRate"
104501104556
},
104502104557
"MaximumPerMinute": {
@@ -211163,6 +211218,11 @@
211163211218
"title": "CustomerOwnedIpv4Pool",
211164211219
"type": "string"
211165211220
},
211221+
"FailedReason": {
211222+
"$ref": "#/definitions/AWS::S3Outposts::Endpoint.FailedReason",
211223+
"markdownDescription": "",
211224+
"title": "FailedReason"
211225+
},
211166211226
"OutpostId": {
211167211227
"markdownDescription": "The ID of the Outpost.",
211168211228
"title": "OutpostId",
@@ -211207,6 +211267,22 @@
211207211267
],
211208211268
"type": "object"
211209211269
},
211270+
"AWS::S3Outposts::Endpoint.FailedReason": {
211271+
"additionalProperties": false,
211272+
"properties": {
211273+
"ErrorCode": {
211274+
"markdownDescription": "",
211275+
"title": "ErrorCode",
211276+
"type": "string"
211277+
},
211278+
"Message": {
211279+
"markdownDescription": "",
211280+
"title": "Message",
211281+
"type": "string"
211282+
}
211283+
},
211284+
"type": "object"
211285+
},
211210211286
"AWS::S3Outposts::Endpoint.NetworkInterface": {
211211211287
"additionalProperties": false,
211212211288
"properties": {

0 commit comments

Comments
 (0)