@goldstack/infra-aws
Advanced tools
Comparing version 0.3.46 to 0.3.47
@@ -8,8 +8,8 @@ import { AWSConfiguration, AWSUser, AWSProfileConfig, AWSAPIKeyUserConfig, AWSAccessKeyId, AWSSecretAccessKey, Name } from './types/awsAccount'; | ||
export type { AWSDeployment, AWSDeploymentRegion, AWSUserName, } from './types/awsDeployment'; | ||
export declare const readDeploymentFromPackageConfig: (deploymentName: string, path?: string | undefined) => AWSDeployment; | ||
export declare const assertTerraformConfig: (user: Name, path?: string | undefined) => AWSTerraformState; | ||
export declare const writeTerraformConfig: (config: AWSTerraformState, path?: string | undefined) => void; | ||
export declare const hasConfig: (path?: string | undefined) => boolean; | ||
export declare const readConfig: (path?: string | undefined) => AWSConfiguration; | ||
export declare const writeConfig: (config: AWSConfiguration, path?: string | undefined) => void; | ||
export declare const readDeploymentFromPackageConfig: (deploymentName: string, path?: string) => AWSDeployment; | ||
export declare const assertTerraformConfig: (user: Name, path?: string) => AWSTerraformState; | ||
export declare const writeTerraformConfig: (config: AWSTerraformState, path?: string) => void; | ||
export declare const hasConfig: (path?: string) => boolean; | ||
export declare const readConfig: (path?: string) => AWSConfiguration; | ||
export declare const writeConfig: (config: AWSConfiguration, path?: string) => void; | ||
export declare const createDefaultConfig: () => AWSConfiguration; | ||
@@ -19,3 +19,3 @@ /** | ||
*/ | ||
export declare const getAWSUser: (userName: string, configPath?: string | undefined) => Promise<AWS.Credentials>; | ||
export declare const getAWSUser: (userName: string, configPath?: string) => Promise<AWS.Credentials>; | ||
//# sourceMappingURL=infraAws.d.ts.map |
{ | ||
"name": "@goldstack/infra-aws", | ||
"version": "0.3.46", | ||
"version": "0.3.47", | ||
"description": "Utilities to work with AWS infrastructure via the cli.", | ||
@@ -42,7 +42,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@goldstack/infra": "0.3.37", | ||
"@goldstack/utils-config": "0.3.34", | ||
"@goldstack/utils-log": "0.2.15", | ||
"@goldstack/utils-package": "0.3.40", | ||
"@goldstack/utils-sh": "0.4.32", | ||
"@goldstack/infra": "0.3.38", | ||
"@goldstack/utils-config": "0.3.35", | ||
"@goldstack/utils-log": "0.2.16", | ||
"@goldstack/utils-package": "0.3.41", | ||
"@goldstack/utils-sh": "0.4.33", | ||
"aws-sdk": "2.1055.0", | ||
@@ -53,3 +53,3 @@ "axios": "0.21.2", | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.1.35", | ||
"@goldstack/utils-git": "0.1.36", | ||
"@types/jest": "^27.5.1", | ||
@@ -62,3 +62,3 @@ "@types/node": "^17.0.33", | ||
"ts-json-schema-generator": "^1.0.0", | ||
"typescript": "^4.6.4" | ||
"typescript": "^4.7.4" | ||
}, | ||
@@ -65,0 +65,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
48863
+ Added@goldstack/infra@0.3.38(transitive)
+ Added@goldstack/utils-config@0.3.35(transitive)
+ Added@goldstack/utils-log@0.2.16(transitive)
+ Added@goldstack/utils-package@0.3.41(transitive)
+ Added@goldstack/utils-sh@0.4.33(transitive)
- Removed@goldstack/infra@0.3.37(transitive)
- Removed@goldstack/utils-config@0.3.34(transitive)
- Removed@goldstack/utils-log@0.2.15(transitive)
- Removed@goldstack/utils-package@0.3.40(transitive)
- Removed@goldstack/utils-sh@0.4.32(transitive)
Updated@goldstack/infra@0.3.38
Updated@goldstack/utils-log@0.2.16
Updated@goldstack/utils-sh@0.4.33