FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708
This commit is contained in:
11
node_modules/svix/dist/models/amazonS3PatchConfig.d.ts
generated
vendored
Normal file
11
node_modules/svix/dist/models/amazonS3PatchConfig.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export interface AmazonS3PatchConfig {
|
||||
accessKeyId?: string;
|
||||
bucket?: string;
|
||||
endpointUrl?: string;
|
||||
region?: string;
|
||||
secretAccessKey?: string;
|
||||
}
|
||||
export declare const AmazonS3PatchConfigSerializer: {
|
||||
_fromJsonObject(object: any): AmazonS3PatchConfig;
|
||||
_toJsonObject(self: AmazonS3PatchConfig): any;
|
||||
};
|
||||
Reference in New Issue
Block a user