We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b14ab commit 93d2a0fCopy full SHA for 93d2a0f
src/index.ts
@@ -119,6 +119,9 @@ export {
119
GetNotificationsOptions,
120
GetNotificationsResponse,
121
Labels,
122
+ LifecycleAction,
123
+ LifecycleCondition,
124
+ LifecycleRule,
125
MakeBucketPrivateCallback,
126
MakeBucketPrivateOptions,
127
MakeBucketPrivateResponse,
@@ -232,6 +235,7 @@ export {
232
235
GetNotificationOptions,
233
236
GetNotificationResponse,
234
237
Notification,
238
+ NotificationMetadata,
239
} from './notification';
240
export {
241
BucketCallback,
0 commit comments