Skip to content

Commit

Permalink
fix(schema): CloudFormation Updates (awslabs#532)
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 Jan 6, 2023
1 parent a6f30f3 commit d94f3f2
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
10 changes: 5 additions & 5 deletions cloudformation/iotwireless/aws-iotwireless-partneraccount.go

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

6 changes: 3 additions & 3 deletions schema/cdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -87327,9 +87327,6 @@ var CdkSchema = `{
"AccountLinked": {
"type": "boolean"
},
"Fingerprint": {
"type": "string"
},
"PartnerAccountId": {
"type": "string"
},
Expand All @@ -87339,6 +87336,9 @@ var CdkSchema = `{
"Sidewalk": {
"$ref": "#/definitions/AWS::IoTWireless::PartnerAccount.SidewalkAccountInfo"
},
"SidewalkResponse": {
"$ref": "#/definitions/AWS::IoTWireless::PartnerAccount.SidewalkAccountInfoWithFingerprint"
},
"SidewalkUpdate": {
"$ref": "#/definitions/AWS::IoTWireless::PartnerAccount.SidewalkUpdateAccount"
},
Expand Down
6 changes: 3 additions & 3 deletions schema/cdk.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -87322,9 +87322,6 @@
"AccountLinked": {
"type": "boolean"
},
"Fingerprint": {
"type": "string"
},
"PartnerAccountId": {
"type": "string"
},
Expand All @@ -87334,6 +87331,9 @@
"Sidewalk": {
"$ref": "#/definitions/AWS::IoTWireless::PartnerAccount.SidewalkAccountInfo"
},
"SidewalkResponse": {
"$ref": "#/definitions/AWS::IoTWireless::PartnerAccount.SidewalkAccountInfoWithFingerprint"
},
"SidewalkUpdate": {
"$ref": "#/definitions/AWS::IoTWireless::PartnerAccount.SidewalkUpdateAccount"
},
Expand Down
6 changes: 3 additions & 3 deletions schema/cloudformation.go
Original file line number Diff line number Diff line change
Expand Up @@ -87266,9 +87266,6 @@ var CloudformationSchema = `{
"AccountLinked": {
"type": "boolean"
},
"Fingerprint": {
"type": "string"
},
"PartnerAccountId": {
"type": "string"
},
Expand All @@ -87278,6 +87275,9 @@ var CloudformationSchema = `{
"Sidewalk": {
"$ref": "#/definitions/AWS::IoTWireless::PartnerAccount.SidewalkAccountInfo"
},
"SidewalkResponse": {
"$ref": "#/definitions/AWS::IoTWireless::PartnerAccount.SidewalkAccountInfoWithFingerprint"
},
"SidewalkUpdate": {
"$ref": "#/definitions/AWS::IoTWireless::PartnerAccount.SidewalkUpdateAccount"
},
Expand Down
6 changes: 3 additions & 3 deletions schema/cloudformation.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -87261,9 +87261,6 @@
"AccountLinked": {
"type": "boolean"
},
"Fingerprint": {
"type": "string"
},
"PartnerAccountId": {
"type": "string"
},
Expand All @@ -87273,6 +87270,9 @@
"Sidewalk": {
"$ref": "#/definitions/AWS::IoTWireless::PartnerAccount.SidewalkAccountInfo"
},
"SidewalkResponse": {
"$ref": "#/definitions/AWS::IoTWireless::PartnerAccount.SidewalkAccountInfoWithFingerprint"
},
"SidewalkUpdate": {
"$ref": "#/definitions/AWS::IoTWireless::PartnerAccount.SidewalkUpdateAccount"
},
Expand Down
6 changes: 3 additions & 3 deletions schema/sam.go
Original file line number Diff line number Diff line change
Expand Up @@ -87266,9 +87266,6 @@ var SamSchema = `{
"AccountLinked": {
"type": "boolean"
},
"Fingerprint": {
"type": "string"
},
"PartnerAccountId": {
"type": "string"
},
Expand All @@ -87278,6 +87275,9 @@ var SamSchema = `{
"Sidewalk": {
"$ref": "#/definitions/AWS::IoTWireless::PartnerAccount.SidewalkAccountInfo"
},
"SidewalkResponse": {
"$ref": "#/definitions/AWS::IoTWireless::PartnerAccount.SidewalkAccountInfoWithFingerprint"
},
"SidewalkUpdate": {
"$ref": "#/definitions/AWS::IoTWireless::PartnerAccount.SidewalkUpdateAccount"
},
Expand Down
6 changes: 3 additions & 3 deletions schema/sam.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -87261,9 +87261,6 @@
"AccountLinked": {
"type": "boolean"
},
"Fingerprint": {
"type": "string"
},
"PartnerAccountId": {
"type": "string"
},
Expand All @@ -87273,6 +87270,9 @@
"Sidewalk": {
"$ref": "#/definitions/AWS::IoTWireless::PartnerAccount.SidewalkAccountInfo"
},
"SidewalkResponse": {
"$ref": "#/definitions/AWS::IoTWireless::PartnerAccount.SidewalkAccountInfoWithFingerprint"
},
"SidewalkUpdate": {
"$ref": "#/definitions/AWS::IoTWireless::PartnerAccount.SidewalkUpdateAccount"
},
Expand Down

0 comments on commit d94f3f2

Please sign in to comment.