@aws-sdk/rds-signer 3.1110.0 → 3.1111.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,12 +3,12 @@ import type { SignerConfig } from "./Signer";
3
3
  * @internal
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: SignerConfig) => {
6
- credentials: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | import("@smithy/types").Provider<any>;
7
- region: string | import("@smithy/types").Provider<any>;
8
6
  hostname: string;
9
7
  port: number;
10
8
  sha256?: import("@smithy/types").ChecksumConstructor | import("@smithy/types").HashConstructor;
11
9
  username: string;
12
10
  profile?: string;
13
11
  runtime: string;
12
+ credentials: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | import("@smithy/types").Provider<any>;
13
+ region: string | import("@smithy/types").Provider<any>;
14
14
  };
@@ -3,6 +3,7 @@ import type { SignerConfig } from "./Signer";
3
3
  * @internal
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: SignerConfig) => {
6
+ runtime: string;
6
7
  credentials: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider;
7
8
  region: string | import("@smithy/types").Provider<string>;
8
9
  hostname: string;
@@ -10,5 +11,4 @@ export declare const getRuntimeConfig: (config: SignerConfig) => {
10
11
  sha256?: import("@smithy/types").ChecksumConstructor | import("@smithy/types").HashConstructor;
11
12
  username: string;
12
13
  profile?: string;
13
- runtime: string;
14
14
  };
@@ -3,12 +3,12 @@ import type { SignerConfig } from "./Signer";
3
3
  * @internal
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: SignerConfig) => {
6
- credentials: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | import("@smithy/types").Provider<any>;
7
- region: string | import("@smithy/types").Provider<any>;
8
6
  hostname: string;
9
7
  port: number;
10
8
  sha256?: import("@smithy/types").ChecksumConstructor | import("@smithy/types").HashConstructor;
11
9
  username: string;
12
10
  profile?: string;
13
11
  runtime: string;
12
+ credentials: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | import("@smithy/types").Provider<any>;
13
+ region: string | import("@smithy/types").Provider<any>;
14
14
  };
@@ -1,14 +1,14 @@
1
1
  import { SignerConfig } from "./Signer";
2
2
  export declare const getRuntimeConfig: (config: SignerConfig) => {
3
- credentials:
4
- | import("@smithy/types").AwsCredentialIdentity
5
- | import("@smithy/types").AwsCredentialIdentityProvider
6
- | import("@smithy/types").Provider<any>;
7
- region: string | import("@smithy/types").Provider<any>;
8
3
  hostname: string;
9
4
  port: number;
10
5
  sha256?: import("@smithy/types").ChecksumConstructor | import("@smithy/types").HashConstructor;
11
6
  username: string;
12
7
  profile?: string;
13
8
  runtime: string;
9
+ credentials:
10
+ | import("@smithy/types").AwsCredentialIdentity
11
+ | import("@smithy/types").AwsCredentialIdentityProvider
12
+ | import("@smithy/types").Provider<any>;
13
+ region: string | import("@smithy/types").Provider<any>;
14
14
  };
@@ -1,5 +1,6 @@
1
1
  import { SignerConfig } from "./Signer";
2
2
  export declare const getRuntimeConfig: (config: SignerConfig) => {
3
+ runtime: string;
3
4
  credentials:
4
5
  | import("@smithy/types").AwsCredentialIdentity
5
6
  | import("@smithy/types").AwsCredentialIdentityProvider
@@ -10,5 +11,4 @@ export declare const getRuntimeConfig: (config: SignerConfig) => {
10
11
  sha256?: import("@smithy/types").ChecksumConstructor | import("@smithy/types").HashConstructor;
11
12
  username: string;
12
13
  profile?: string;
13
- runtime: string;
14
14
  };
@@ -1,14 +1,14 @@
1
1
  import { SignerConfig } from "./Signer";
2
2
  export declare const getRuntimeConfig: (config: SignerConfig) => {
3
- credentials:
4
- | import("@smithy/types").AwsCredentialIdentity
5
- | import("@smithy/types").AwsCredentialIdentityProvider
6
- | import("@smithy/types").Provider<any>;
7
- region: string | import("@smithy/types").Provider<any>;
8
3
  hostname: string;
9
4
  port: number;
10
5
  sha256?: import("@smithy/types").ChecksumConstructor | import("@smithy/types").HashConstructor;
11
6
  username: string;
12
7
  profile?: string;
13
8
  runtime: string;
9
+ credentials:
10
+ | import("@smithy/types").AwsCredentialIdentity
11
+ | import("@smithy/types").AwsCredentialIdentityProvider
12
+ | import("@smithy/types").Provider<any>;
13
+ region: string | import("@smithy/types").Provider<any>;
14
14
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/rds-signer",
3
- "version": "3.1110.0",
3
+ "version": "3.1111.0",
4
4
  "description": "RDS utility for generating a password that can be used for IAM authentication to an RDS DB.",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/rds-signer",
6
6
  "license": "Apache-2.0",
@@ -48,20 +48,20 @@
48
48
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
49
49
  },
50
50
  "dependencies": {
51
- "@aws-sdk/core": "^3.977.7",
52
- "@aws-sdk/credential-providers": "3.1110.0",
51
+ "@aws-sdk/core": "^3.977.8",
52
+ "@aws-sdk/credential-providers": "3.1111.0",
53
53
  "@smithy/core": "^3.31.1",
54
54
  "@smithy/signature-v4": "^5.6.12",
55
55
  "@smithy/types": "^4.16.1",
56
56
  "tslib": "^2.6.2"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/types": "^3.974.3",
59
+ "@aws-sdk/types": "^3.974.4",
60
60
  "@types/node": "^20.14.8",
61
61
  "concurrently": "7.0.0",
62
62
  "downlevel-dts": "0.10.1",
63
63
  "premove": "4.0.0",
64
- "typescript": "~6.0.3"
64
+ "typescript": "~7.0.2"
65
65
  },
66
66
  "engines": {
67
67
  "node": ">=20.0.0"