Skip to content

Commit

Permalink
Merge pull request #75 from nifcloud/feature/devops-runner-unregister…
Browse files Browse the repository at this point in the history
…-param

Update devops-runner model
  • Loading branch information
tunakyonn authored Aug 30, 2024
2 parents b1447f9 + ef4ee40 commit e9eca85
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 e9eca85

Please sign in to comment.