Skip to content

Commit

Permalink
fix(schema): add DisableExecuteApiEndpoint to Serverless API (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan8902 authored Jan 18, 2023
1 parent 9351f7b commit 1ff11e8
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cloudformation/global/api.go

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

5 changes: 5 additions & 0 deletions cloudformation/serverless/aws-serverless-api.go

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

6 changes: 6 additions & 0 deletions generate/sam-2016-10-31.json
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,12 @@
"Required": false,
"Type": "DomainConfiguration",
"UpdateType": "Immutable"
},
"DisableExecuteApiEndpoint": {
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-api.html#sam-api-disableexecuteapiendpoint",
"Required": false,
"PrimitiveType": "Boolean",
"UpdateType": "Immutable"
}
}
},
Expand Down
6 changes: 6 additions & 0 deletions schema/sam.go
Original file line number Diff line number Diff line change
Expand Up @@ -143565,6 +143565,9 @@ var SamSchema = `{
"Description": {
"type": "string"
},
"DisableExecuteApiEndpoint": {
"type": "boolean"
},
"Domain": {
"$ref": "#/definitions/AWS::Serverless::Api.DomainConfiguration"
},
Expand Down Expand Up @@ -156237,6 +156240,9 @@ var SamSchema = `{
"Description": {
"type": "string"
},
"DisableExecuteApiEndpoint": {
"type": "boolean"
},
"Domain": {
"$ref": "#/definitions/AWS::Serverless::Api.DomainConfiguration"
},
Expand Down
6 changes: 6 additions & 0 deletions schema/sam.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -143560,6 +143560,9 @@
"Description": {
"type": "string"
},
"DisableExecuteApiEndpoint": {
"type": "boolean"
},
"Domain": {
"$ref": "#/definitions/AWS::Serverless::Api.DomainConfiguration"
},
Expand Down Expand Up @@ -156232,6 +156235,9 @@
"Description": {
"type": "string"
},
"DisableExecuteApiEndpoint": {
"type": "boolean"
},
"Domain": {
"$ref": "#/definitions/AWS::Serverless::Api.DomainConfiguration"
},
Expand Down

0 comments on commit 1ff11e8

Please sign in to comment.