@aws-sdk/credential-provider-cognito-identity 3.213.0 → 3.216.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.
@@ -1,6 +1,6 @@
1
- import { Credentials, Provider } from "@aws-sdk/types";
1
+ import { AwsCredentialIdentity, Provider } from "@aws-sdk/types";
2
2
  import { CognitoProviderParameters } from "./CognitoProviderParameters";
3
- export interface CognitoIdentityCredentials extends Credentials {
3
+ export interface CognitoIdentityCredentials extends AwsCredentialIdentity {
4
4
  /**
5
5
  * The Cognito ID returned by the last call to AWS.CognitoIdentity.getOpenIdToken().
6
6
  */
@@ -1,6 +1,6 @@
1
- import { Credentials, Provider } from "@aws-sdk/types";
1
+ import { AwsCredentialIdentity, Provider } from "@aws-sdk/types";
2
2
  import { CognitoProviderParameters } from "./CognitoProviderParameters";
3
- export interface CognitoIdentityCredentials extends Credentials {
3
+ export interface CognitoIdentityCredentials extends AwsCredentialIdentity {
4
4
  identityId: string;
5
5
  }
6
6
  export declare type CognitoIdentityCredentialProvider =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-cognito-identity",
3
- "version": "3.213.0",
3
+ "version": "3.216.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/client-cognito-identity": "3.213.0",
25
- "@aws-sdk/property-provider": "3.212.0",
26
- "@aws-sdk/types": "3.212.0",
24
+ "@aws-sdk/client-cognito-identity": "3.216.0",
25
+ "@aws-sdk/property-provider": "3.215.0",
26
+ "@aws-sdk/types": "3.215.0",
27
27
  "tslib": "^2.3.1"
28
28
  },
29
29
  "engines": {