Skip to content

Commit

Permalink
Update devops-runner model
Browse files Browse the repository at this point in the history
  • Loading branch information
SogoKato committed Aug 30, 2024
1 parent b1447f9 commit ef4ee40
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codegen/sdk-codegen/nifcloud-models/devops-runner.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,9 @@ structure UpdateRunnerRegistrationResult {
}

structure UnregisterRunnerRequest {
@httpQuery("disableTokenRevocation")
@jsonName("disableTokenRevocation")
DisableTokenRevocation: Boolean,
@required
@httpLabel
@jsonName("RegistrationId")
Expand Down
2 changes: 2 additions & 0 deletions service/devopsrunner/api_op_UnregisterRunner.go

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

4 changes: 4 additions & 0 deletions service/devopsrunner/serializers.go

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

0 comments on commit ef4ee40

Please sign in to comment.