-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(logs): API cleanups (#2909)
* CrossAccountDestination now extends `Resource` BREAKING CHANGE: `newStream` renamed to `addStream` and doesn't need a scope * **logs:** `newSubscriptionFilter` renamed to `addSubscriptionFilter` and doesn't need a scope * **logs:** `newMetricFilter` renamed to `addMetricFilter` and doesn't need a scope * **logs:** `NewSubscriptionFilterProps` renamed to `SubscriptionProps` * **logs:** `NewLogStreamProps` renamed to `LogStreamOptions` * **logs:** `NewMetricFilterProps` renamed to `MetricFilterOptions` * **logs:** `JSONPattern` renamed to `JsonPattern`
- Loading branch information
Elad Ben-Israel
authored
Jun 18, 2019
1 parent
53e1191
commit 06221ac
Showing
6 changed files
with
37 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters