File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
applesilicon/src/v1alpha1 Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 77export * from './content.gen'
88export * from './marshalling.gen'
99export type {
10+ BatchCreateServersRequest ,
11+ BatchCreateServersRequestBatchInnerCreateServerRequest ,
12+ BatchCreateServersResponse ,
1013 Commitment ,
1114 CommitmentType ,
1215 CommitmentTypeValue ,
Original file line number Diff line number Diff line change @@ -239,7 +239,6 @@ export const unmarshalEvent = (data: unknown): Event => {
239239 recordedAt : unmarshalDate ( data . recorded_at ) ,
240240 requestBody : data . request_body ,
241241 requestId : data . request_id ,
242- resource : data . resource ? unmarshalResource ( data . resource ) : undefined ,
243242 resources : unmarshalArrayOfObject ( data . resources , unmarshalResource ) ,
244243 serviceName : data . service_name ,
245244 sourceIp : data . source_ip ,
Original file line number Diff line number Diff line change @@ -194,10 +194,6 @@ export interface Event {
194194 * API method called to trigger the event.
195195 */
196196 methodName : string
197- /**
198- * @deprecated Resource attached to the event.
199- */
200- resource ?: Resource
201197 /**
202198 * Resources attached to the event.
203199 */
You can’t perform that action at this time.
0 commit comments