Skip to content

Commit e503798

Browse files
github-actions[bot]github-actions
andauthored
chore(schema): update (#3497)
Co-authored-by: github-actions <[email protected]>
1 parent 08c6d80 commit e503798

File tree

3 files changed

+32
-16
lines changed

3 files changed

+32
-16
lines changed

samtranslator/schema/schema.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71324,6 +71324,8 @@
7132471324
"type": "boolean"
7132571325
},
7132671326
"Ipv4NetmaskLength": {
71327+
"markdownDescription": "An IPv4 netmask length for the subnet.",
71328+
"title": "Ipv4NetmaskLength",
7132771329
"type": "number"
7132871330
},
7132971331
"Ipv6CidrBlock": {
@@ -71337,6 +71339,8 @@
7133771339
"type": "boolean"
7133871340
},
7133971341
"Ipv6NetmaskLength": {
71342+
"markdownDescription": "An IPv6 netmask length for the subnet.",
71343+
"title": "Ipv6NetmaskLength",
7134071344
"type": "number"
7134171345
},
7134271346
"MapPublicIpOnLaunch": {
@@ -91151,7 +91155,7 @@
9115191155
"properties": {
9115291156
"CloudWatchLogsConfiguration": {
9115391157
"$ref": "#/definitions/AWS::FIS::ExperimentTemplate.CloudWatchLogsConfiguration",
91154-
"markdownDescription": "The configuration for experiment logging to CloudWatch Logs .",
91158+
"markdownDescription": "The configuration for experiment logging to Amazon CloudWatch Logs.",
9115591159
"title": "CloudWatchLogsConfiguration"
9115691160
},
9115791161
"LogSchemaVersion": {
@@ -91161,7 +91165,7 @@
9116191165
},
9116291166
"S3Configuration": {
9116391167
"$ref": "#/definitions/AWS::FIS::ExperimentTemplate.S3Configuration",
91164-
"markdownDescription": "The configuration for experiment logging to Amazon S3 .",
91168+
"markdownDescription": "The configuration for experiment logging to Amazon S3.",
9116591169
"title": "S3Configuration"
9116691170
}
9116791171
},
@@ -91202,7 +91206,7 @@
9120291206
},
9120391207
"Parameters": {
9120491208
"additionalProperties": true,
91205-
"markdownDescription": "The parameters for the resource type.",
91209+
"markdownDescription": "The resource type parameters.",
9120691210
"patternProperties": {
9120791211
"^[a-zA-Z0-9]+$": {
9120891212
"type": "string"
@@ -120731,7 +120735,7 @@
120731120735
},
120732120736
"GreengrassV2": {
120733120737
"$ref": "#/definitions/AWS::IoTSiteWise::Gateway.GreengrassV2",
120734-
"markdownDescription": "A gateway that runs on AWS IoT Greengrass V2.",
120738+
"markdownDescription": "A gateway that runs on AWS IoT Greengrass V2 .",
120735120739
"title": "GreengrassV2"
120736120740
}
120737120741
},
@@ -170675,7 +170679,7 @@
170675170679
"items": {
170676170680
"type": "string"
170677170681
},
170678-
"markdownDescription": "Whether the execution data (specifically, the `payload` , `awsRequest` , and `awsResponse` fields) is included in the log messages for this pipe.\n\nThis applies to all log destinations for the pipe.\n\nFor more information, see [Including execution data in logs](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-logs.html#eb-pipes-logs-execution-data) in the *Amazon EventBridge User Guide* .",
170682+
"markdownDescription": "Whether the execution data (specifically, the `payload` , `awsRequest` , and `awsResponse` fields) is included in the log messages for this pipe.\n\nThis applies to all log destinations for the pipe.\n\nFor more information, see [Including execution data in logs](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-logs.html#eb-pipes-logs-execution-data) in the *Amazon EventBridge User Guide* .\n\n*Allowed values:* `ALL`",
170679170683
"title": "IncludeExecutionData",
170680170684
"type": "array"
170681170685
},

schema_source/cloudformation-docs.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11173,9 +11173,13 @@
1117311173
"AvailabilityZoneId": "The AZ ID of the subnet.",
1117411174
"CidrBlock": "The IPv4 CIDR block assigned to the subnet.\n\nIf you update this property, we create a new subnet, and then delete the existing one.",
1117511175
"EnableDns64": "Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations. For more information, see [DNS64 and NAT64](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-nat64-dns64) in the *Amazon Virtual Private Cloud User Guide* .",
11176+
"Ipv4IpamPoolId": "An IPv4 IPAM pool ID for the subnet.",
11177+
"Ipv4NetmaskLength": "An IPv4 netmask length for the subnet.",
1117611178
"Ipv6CidrBlock": "The IPv6 CIDR block.\n\nIf you specify `AssignIpv6AddressOnCreation` , you must also specify `Ipv6CidrBlock` .",
1117711179
"Ipv6CidrBlocks": "",
11180+
"Ipv6IpamPoolId": "An IPv6 IPAM pool ID for the subnet.",
1117811181
"Ipv6Native": "Indicates whether this is an IPv6 only subnet. For more information, see [Subnet basics](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html#subnet-basics) in the *Amazon Virtual Private Cloud User Guide* .",
11182+
"Ipv6NetmaskLength": "An IPv6 netmask length for the subnet.",
1117911183
"MapPublicIpOnLaunch": "Indicates whether instances launched in this subnet receive a public IPv4 address. The default value is `false` .\n\nStarting on February 1, 2024, AWS will charge for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the *Public IPv4 Address* tab on the [VPC pricing page](https://docs.aws.amazon.com/vpc/pricing/) .",
1118011184
"OutpostArn": "The Amazon Resource Name (ARN) of the Outpost.",
1118111185
"PrivateDnsNameOptionsOnLaunch": "The hostname type for EC2 instances launched into this subnet and how DNS A and AAAA record queries to the instances should be handled. For more information, see [Amazon EC2 instance hostname types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-naming.html) in the *Amazon Elastic Compute Cloud User Guide* .\n\nAvailable options:\n\n- EnableResourceNameDnsAAAARecord (true | false)\n- EnableResourceNameDnsARecord (true | false)\n- HostnameType (ip-name | resource-name)",
@@ -14188,17 +14192,17 @@
1418814192
"EmptyTargetResolutionMode": "The empty target resolution mode for an experiment template."
1418914193
},
1419014194
"AWS::FIS::ExperimentTemplate ExperimentTemplateLogConfiguration": {
14191-
"CloudWatchLogsConfiguration": "The configuration for experiment logging to CloudWatch Logs .",
14195+
"CloudWatchLogsConfiguration": "The configuration for experiment logging to Amazon CloudWatch Logs.",
1419214196
"LogSchemaVersion": "The schema version.",
14193-
"S3Configuration": "The configuration for experiment logging to Amazon S3 ."
14197+
"S3Configuration": "The configuration for experiment logging to Amazon S3."
1419414198
},
1419514199
"AWS::FIS::ExperimentTemplate ExperimentTemplateStopCondition": {
1419614200
"Source": "The source for the stop condition.",
1419714201
"Value": "The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable."
1419814202
},
1419914203
"AWS::FIS::ExperimentTemplate ExperimentTemplateTarget": {
1420014204
"Filters": "The filters to apply to identify target resources using specific attributes.",
14201-
"Parameters": "The parameters for the resource type.",
14205+
"Parameters": "The resource type parameters.",
1420214206
"ResourceArns": "The Amazon Resource Names (ARNs) of the targets.",
1420314207
"ResourceTags": "The tags for the target resources.",
1420414208
"ResourceType": "The resource type.",
@@ -18710,7 +18714,7 @@
1871018714
},
1871118715
"AWS::IoTSiteWise::Gateway GatewayPlatform": {
1871218716
"Greengrass": "A gateway that runs on AWS IoT Greengrass .",
18713-
"GreengrassV2": "A gateway that runs on AWS IoT Greengrass V2."
18717+
"GreengrassV2": "A gateway that runs on AWS IoT Greengrass V2 ."
1871418718
},
1871518719
"AWS::IoTSiteWise::Gateway Greengrass": {
1871618720
"GroupArn": "The [ARN](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of the Greengrass group. For more information about how to find a group's ARN, see [ListGroups](https://docs.aws.amazon.com/greengrass/latest/apireference/listgroups-get.html) and [GetGroup](https://docs.aws.amazon.com/greengrass/latest/apireference/getgroup-get.html) in the *AWS IoT Greengrass API Reference* ."
@@ -24216,7 +24220,8 @@
2421624220
"Outputs": "The channel's output properties.",
2421724221
"PlaybackMode": "The type of playback mode for this channel.\n\n`LINEAR` - Programs play back-to-back only once.\n\n`LOOP` - Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.",
2421824222
"Tags": "The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see [Tagging AWS Elemental MediaTailor Resources](https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html) .",
24219-
"Tier": "The tier for this channel. STANDARD tier channels can contain live programs."
24223+
"Tier": "The tier for this channel. STANDARD tier channels can contain live programs.",
24224+
"TimeShiftConfiguration": "The configuration for time-shifted viewing."
2422024225
},
2422124226
"AWS::MediaTailor::Channel DashPlaylistSettings": {
2422224227
"ManifestWindowSeconds": "The total duration (in seconds) of each manifest. Minimum value: `30` seconds. Maximum value: `3600` seconds.",
@@ -24245,6 +24250,9 @@
2424524250
"Key": "",
2424624251
"Value": ""
2424724252
},
24253+
"AWS::MediaTailor::Channel TimeShiftConfiguration": {
24254+
"MaxTimeDelaySeconds": "The maximum time delay for time-shifted viewing. The minimum allowed maximum time delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6 hours)."
24255+
},
2424824256
"AWS::MediaTailor::ChannelPolicy": {
2424924257
"ChannelName": "The name of the channel associated with this Channel Policy.",
2425024258
"Policy": "The IAM policy for the channel. IAM policies are used to control access to your channel."
@@ -26669,7 +26677,7 @@
2666926677
"AWS::Pipes::Pipe PipeLogConfiguration": {
2667026678
"CloudwatchLogsLogDestination": "The logging configuration settings for the pipe.",
2667126679
"FirehoseLogDestination": "The Amazon Kinesis Data Firehose logging configuration settings for the pipe.",
26672-
"IncludeExecutionData": "Whether the execution data (specifically, the `payload` , `awsRequest` , and `awsResponse` fields) is included in the log messages for this pipe.\n\nThis applies to all log destinations for the pipe.\n\nFor more information, see [Including execution data in logs](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-logs.html#eb-pipes-logs-execution-data) in the *Amazon EventBridge User Guide* .",
26680+
"IncludeExecutionData": "Whether the execution data (specifically, the `payload` , `awsRequest` , and `awsResponse` fields) is included in the log messages for this pipe.\n\nThis applies to all log destinations for the pipe.\n\nFor more information, see [Including execution data in logs](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-logs.html#eb-pipes-logs-execution-data) in the *Amazon EventBridge User Guide* .\n\n*Allowed values:* `ALL`",
2667326681
"Level": "The level of logging detail to include. This applies to all log destinations for the pipe.",
2667426682
"S3LogDestination": "The Amazon S3 logging configuration settings for the pipe."
2667526683
},

schema_source/cloudformation.schema.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71289,6 +71289,8 @@
7128971289
"type": "boolean"
7129071290
},
7129171291
"Ipv4NetmaskLength": {
71292+
"markdownDescription": "An IPv4 netmask length for the subnet.",
71293+
"title": "Ipv4NetmaskLength",
7129271294
"type": "number"
7129371295
},
7129471296
"Ipv6CidrBlock": {
@@ -71302,6 +71304,8 @@
7130271304
"type": "boolean"
7130371305
},
7130471306
"Ipv6NetmaskLength": {
71307+
"markdownDescription": "An IPv6 netmask length for the subnet.",
71308+
"title": "Ipv6NetmaskLength",
7130571309
"type": "number"
7130671310
},
7130771311
"MapPublicIpOnLaunch": {
@@ -91109,7 +91113,7 @@
9110991113
"properties": {
9111091114
"CloudWatchLogsConfiguration": {
9111191115
"$ref": "#/definitions/AWS::FIS::ExperimentTemplate.CloudWatchLogsConfiguration",
91112-
"markdownDescription": "The configuration for experiment logging to CloudWatch Logs .",
91116+
"markdownDescription": "The configuration for experiment logging to Amazon CloudWatch Logs.",
9111391117
"title": "CloudWatchLogsConfiguration"
9111491118
},
9111591119
"LogSchemaVersion": {
@@ -91119,7 +91123,7 @@
9111991123
},
9112091124
"S3Configuration": {
9112191125
"$ref": "#/definitions/AWS::FIS::ExperimentTemplate.S3Configuration",
91122-
"markdownDescription": "The configuration for experiment logging to Amazon S3 .",
91126+
"markdownDescription": "The configuration for experiment logging to Amazon S3.",
9112391127
"title": "S3Configuration"
9112491128
}
9112591129
},
@@ -91160,7 +91164,7 @@
9116091164
},
9116191165
"Parameters": {
9116291166
"additionalProperties": true,
91163-
"markdownDescription": "The parameters for the resource type.",
91167+
"markdownDescription": "The resource type parameters.",
9116491168
"patternProperties": {
9116591169
"^[a-zA-Z0-9]+$": {
9116691170
"type": "string"
@@ -120689,7 +120693,7 @@
120689120693
},
120690120694
"GreengrassV2": {
120691120695
"$ref": "#/definitions/AWS::IoTSiteWise::Gateway.GreengrassV2",
120692-
"markdownDescription": "A gateway that runs on AWS IoT Greengrass V2.",
120696+
"markdownDescription": "A gateway that runs on AWS IoT Greengrass V2 .",
120693120697
"title": "GreengrassV2"
120694120698
}
120695120699
},
@@ -170626,7 +170630,7 @@
170626170630
"items": {
170627170631
"type": "string"
170628170632
},
170629-
"markdownDescription": "Whether the execution data (specifically, the `payload` , `awsRequest` , and `awsResponse` fields) is included in the log messages for this pipe.\n\nThis applies to all log destinations for the pipe.\n\nFor more information, see [Including execution data in logs](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-logs.html#eb-pipes-logs-execution-data) in the *Amazon EventBridge User Guide* .",
170633+
"markdownDescription": "Whether the execution data (specifically, the `payload` , `awsRequest` , and `awsResponse` fields) is included in the log messages for this pipe.\n\nThis applies to all log destinations for the pipe.\n\nFor more information, see [Including execution data in logs](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-logs.html#eb-pipes-logs-execution-data) in the *Amazon EventBridge User Guide* .\n\n*Allowed values:* `ALL`",
170630170634
"title": "IncludeExecutionData",
170631170635
"type": "array"
170632170636
},

0 commit comments

Comments
 (0)