Skip to content

Commit 1fc05e5

Browse files
authored
fix(toolkit-lib): remove unused extraUserAgent option from WatchOptions (#314)
BREAKING CHANGE: The `extraUserAgent`option in `WatchOptions` interface was unused and had no effect on functionality. This change removes the unused parameter. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 567e998 commit 1fc05e5

File tree

1 file changed

+0
-7
lines changed
  • packages/@aws-cdk/toolkit-lib/lib/actions/watch

1 file changed

+0
-7
lines changed

Diff for: packages/@aws-cdk/toolkit-lib/lib/actions/watch/index.ts

-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
import type { BaseDeployOptions } from '../deploy/private';
22

33
export interface WatchOptions extends BaseDeployOptions {
4-
/**
5-
* The extra string to append to the User-Agent header when performing AWS SDK calls.
6-
*
7-
* @default - nothing extra is appended to the User-Agent header
8-
*/
9-
readonly extraUserAgent?: string;
10-
114
/**
125
* Watch the files in this list
136
*

0 commit comments

Comments
 (0)