mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[serverless] Add getAccountId method (#42692)
This commit is contained in:
parent
cac7b95568
commit
411a2172a3
@ -8,6 +8,7 @@ declare class Aws {
|
||||
getRegion(): string;
|
||||
getServerlessDeploymentBucketName(): string;
|
||||
getStage(): string;
|
||||
getAccountId(): Promise<string>;
|
||||
request(
|
||||
service: string,
|
||||
method: string,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user