Skip to content

Commit

Permalink
fix(schema): CloudFormation Updates (awslabs#569)
Browse files Browse the repository at this point in the history
Co-authored-by: Rúben Fonseca <fonseka@gmail.com>
  • Loading branch information
github-actions[bot] and rubenfonseca committed Mar 10, 2023
1 parent f9f87e8 commit 961063c
Show file tree
Hide file tree
Showing 9 changed files with 162 additions and 7 deletions.
5 changes: 5 additions & 0 deletions cloudformation/iot/aws-iot-jobtemplate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions cloudformation/iot/aws-iot-jobtemplate_maintenancewindow.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cloudformation/organizations/aws-organizations-policy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 19 additions & 1 deletion schema/cdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -80578,6 +80578,12 @@ var CdkSchema = `{
"JobTemplateId": {
"type": "string"
},
"MaintenanceWindows": {
"items": {
"$ref": "#/definitions/AWS::IoT::JobTemplate.MaintenanceWindow"
},
"type": "array"
},
"PresignedUrlConfig": {
"$ref": "#/definitions/AWS::IoT::JobTemplate.PresignedUrlConfig"
},
Expand Down Expand Up @@ -80701,6 +80707,18 @@ var CdkSchema = `{
},
"type": "object"
},
"AWS::IoT::JobTemplate.MaintenanceWindow": {
"additionalProperties": false,
"properties": {
"DurationInMinutes": {
"type": "number"
},
"StartTime": {
"type": "string"
}
},
"type": "object"
},
"AWS::IoT::JobTemplate.PresignedUrlConfig": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -117646,7 +117664,7 @@ var CdkSchema = `{
"additionalProperties": false,
"properties": {
"Content": {
"type": "string"
"type": "object"
},
"Description": {
"type": "string"
Expand Down
20 changes: 19 additions & 1 deletion schema/cdk.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -80573,6 +80573,12 @@
"JobTemplateId": {
"type": "string"
},
"MaintenanceWindows": {
"items": {
"$ref": "#/definitions/AWS::IoT::JobTemplate.MaintenanceWindow"
},
"type": "array"
},
"PresignedUrlConfig": {
"$ref": "#/definitions/AWS::IoT::JobTemplate.PresignedUrlConfig"
},
Expand Down Expand Up @@ -80696,6 +80702,18 @@
},
"type": "object"
},
"AWS::IoT::JobTemplate.MaintenanceWindow": {
"additionalProperties": false,
"properties": {
"DurationInMinutes": {
"type": "number"
},
"StartTime": {
"type": "string"
}
},
"type": "object"
},
"AWS::IoT::JobTemplate.PresignedUrlConfig": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -117641,7 +117659,7 @@
"additionalProperties": false,
"properties": {
"Content": {
"type": "string"
"type": "object"
},
"Description": {
"type": "string"
Expand Down
20 changes: 19 additions & 1 deletion schema/cloudformation.go
Original file line number Diff line number Diff line change
Expand Up @@ -80517,6 +80517,12 @@ var CloudformationSchema = `{
"JobTemplateId": {
"type": "string"
},
"MaintenanceWindows": {
"items": {
"$ref": "#/definitions/AWS::IoT::JobTemplate.MaintenanceWindow"
},
"type": "array"
},
"PresignedUrlConfig": {
"$ref": "#/definitions/AWS::IoT::JobTemplate.PresignedUrlConfig"
},
Expand Down Expand Up @@ -80640,6 +80646,18 @@ var CloudformationSchema = `{
},
"type": "object"
},
"AWS::IoT::JobTemplate.MaintenanceWindow": {
"additionalProperties": false,
"properties": {
"DurationInMinutes": {
"type": "number"
},
"StartTime": {
"type": "string"
}
},
"type": "object"
},
"AWS::IoT::JobTemplate.PresignedUrlConfig": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -117585,7 +117603,7 @@ var CloudformationSchema = `{
"additionalProperties": false,
"properties": {
"Content": {
"type": "string"
"type": "object"
},
"Description": {
"type": "string"
Expand Down
20 changes: 19 additions & 1 deletion schema/cloudformation.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -80512,6 +80512,12 @@
"JobTemplateId": {
"type": "string"
},
"MaintenanceWindows": {
"items": {
"$ref": "#/definitions/AWS::IoT::JobTemplate.MaintenanceWindow"
},
"type": "array"
},
"PresignedUrlConfig": {
"$ref": "#/definitions/AWS::IoT::JobTemplate.PresignedUrlConfig"
},
Expand Down Expand Up @@ -80635,6 +80641,18 @@
},
"type": "object"
},
"AWS::IoT::JobTemplate.MaintenanceWindow": {
"additionalProperties": false,
"properties": {
"DurationInMinutes": {
"type": "number"
},
"StartTime": {
"type": "string"
}
},
"type": "object"
},
"AWS::IoT::JobTemplate.PresignedUrlConfig": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -117580,7 +117598,7 @@
"additionalProperties": false,
"properties": {
"Content": {
"type": "string"
"type": "object"
},
"Description": {
"type": "string"
Expand Down
20 changes: 19 additions & 1 deletion schema/sam.go
Original file line number Diff line number Diff line change
Expand Up @@ -80517,6 +80517,12 @@ var SamSchema = `{
"JobTemplateId": {
"type": "string"
},
"MaintenanceWindows": {
"items": {
"$ref": "#/definitions/AWS::IoT::JobTemplate.MaintenanceWindow"
},
"type": "array"
},
"PresignedUrlConfig": {
"$ref": "#/definitions/AWS::IoT::JobTemplate.PresignedUrlConfig"
},
Expand Down Expand Up @@ -80640,6 +80646,18 @@ var SamSchema = `{
},
"type": "object"
},
"AWS::IoT::JobTemplate.MaintenanceWindow": {
"additionalProperties": false,
"properties": {
"DurationInMinutes": {
"type": "number"
},
"StartTime": {
"type": "string"
}
},
"type": "object"
},
"AWS::IoT::JobTemplate.PresignedUrlConfig": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -117585,7 +117603,7 @@ var SamSchema = `{
"additionalProperties": false,
"properties": {
"Content": {
"type": "string"
"type": "object"
},
"Description": {
"type": "string"
Expand Down
20 changes: 19 additions & 1 deletion schema/sam.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -80512,6 +80512,12 @@
"JobTemplateId": {
"type": "string"
},
"MaintenanceWindows": {
"items": {
"$ref": "#/definitions/AWS::IoT::JobTemplate.MaintenanceWindow"
},
"type": "array"
},
"PresignedUrlConfig": {
"$ref": "#/definitions/AWS::IoT::JobTemplate.PresignedUrlConfig"
},
Expand Down Expand Up @@ -80635,6 +80641,18 @@
},
"type": "object"
},
"AWS::IoT::JobTemplate.MaintenanceWindow": {
"additionalProperties": false,
"properties": {
"DurationInMinutes": {
"type": "number"
},
"StartTime": {
"type": "string"
}
},
"type": "object"
},
"AWS::IoT::JobTemplate.PresignedUrlConfig": {
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -117580,7 +117598,7 @@
"additionalProperties": false,
"properties": {
"Content": {
"type": "string"
"type": "object"
},
"Description": {
"type": "string"
Expand Down

0 comments on commit 961063c

Please sign in to comment.