Socket
Socket
Sign inDemoInstall

@aws-sdk/client-cognito-identity

Package Overview
Dependencies
Maintainers
5
Versions
405
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-cognito-identity - npm Package Compare versions

Comparing version 3.651.1 to 3.654.0

11

dist-types/commands/CreateIdentityPoolCommand.d.ts

@@ -150,2 +150,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class CreateIdentityPoolCommand extends CreateIdentityPoolCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: CreateIdentityPoolInput;
output: IdentityPool;
};
sdk: {
input: CreateIdentityPoolCommandInput;
output: CreateIdentityPoolCommandOutput;
};
};
}

@@ -78,2 +78,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class DeleteIdentitiesCommand extends DeleteIdentitiesCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: DeleteIdentitiesInput;
output: DeleteIdentitiesResponse;
};
sdk: {
input: DeleteIdentitiesCommandInput;
output: DeleteIdentitiesCommandOutput;
};
};
}

@@ -76,2 +76,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class DeleteIdentityPoolCommand extends DeleteIdentityPoolCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: DeleteIdentityPoolInput;
output: {};
};
sdk: {
input: DeleteIdentityPoolCommandInput;
output: DeleteIdentityPoolCommandOutput;
};
};
}

@@ -83,2 +83,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class DescribeIdentityCommand extends DescribeIdentityCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: DescribeIdentityInput;
output: IdentityDescription;
};
sdk: {
input: DescribeIdentityCommandInput;
output: DescribeIdentityCommandOutput;
};
};
}

@@ -101,2 +101,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class DescribeIdentityPoolCommand extends DescribeIdentityPoolCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: DescribeIdentityPoolInput;
output: IdentityPool;
};
sdk: {
input: DescribeIdentityPoolCommandInput;
output: DescribeIdentityPoolCommandOutput;
};
};
}

@@ -102,2 +102,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class GetCredentialsForIdentityCommand extends GetCredentialsForIdentityCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: GetCredentialsForIdentityInput;
output: GetCredentialsForIdentityResponse;
};
sdk: {
input: GetCredentialsForIdentityCommandInput;
output: GetCredentialsForIdentityCommandOutput;
};
};
}

@@ -93,2 +93,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class GetIdCommand extends GetIdCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: GetIdInput;
output: GetIdResponse;
};
sdk: {
input: GetIdCommandInput;
output: GetIdCommandOutput;
};
};
}

@@ -100,2 +100,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class GetIdentityPoolRolesCommand extends GetIdentityPoolRolesCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: GetIdentityPoolRolesInput;
output: GetIdentityPoolRolesResponse;
};
sdk: {
input: GetIdentityPoolRolesCommandInput;
output: GetIdentityPoolRolesCommandOutput;
};
};
}

@@ -92,2 +92,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class GetOpenIdTokenCommand extends GetOpenIdTokenCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: GetOpenIdTokenInput;
output: GetOpenIdTokenResponse;
};
sdk: {
input: GetOpenIdTokenCommandInput;
output: GetOpenIdTokenCommandOutput;
};
};
}

@@ -105,2 +105,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class GetOpenIdTokenForDeveloperIdentityCommand extends GetOpenIdTokenForDeveloperIdentityCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: GetOpenIdTokenForDeveloperIdentityInput;
output: GetOpenIdTokenForDeveloperIdentityResponse;
};
sdk: {
input: GetOpenIdTokenForDeveloperIdentityCommandInput;
output: GetOpenIdTokenForDeveloperIdentityCommandOutput;
};
};
}

@@ -82,2 +82,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class GetPrincipalTagAttributeMapCommand extends GetPrincipalTagAttributeMapCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: GetPrincipalTagAttributeMapInput;
output: GetPrincipalTagAttributeMapResponse;
};
sdk: {
input: GetPrincipalTagAttributeMapCommandInput;
output: GetPrincipalTagAttributeMapCommandOutput;
};
};
}

@@ -91,2 +91,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class ListIdentitiesCommand extends ListIdentitiesCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: ListIdentitiesInput;
output: ListIdentitiesResponse;
};
sdk: {
input: ListIdentitiesCommandInput;
output: ListIdentitiesCommandOutput;
};
};
}

@@ -84,2 +84,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class ListIdentityPoolsCommand extends ListIdentityPoolsCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: ListIdentityPoolsInput;
output: ListIdentityPoolsResponse;
};
sdk: {
input: ListIdentityPoolsCommandInput;
output: ListIdentityPoolsCommandOutput;
};
};
}

@@ -81,2 +81,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: ListTagsForResourceInput;
output: ListTagsForResourceResponse;
};
sdk: {
input: ListTagsForResourceCommandInput;
output: ListTagsForResourceCommandOutput;
};
};
}

@@ -104,2 +104,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class LookupDeveloperIdentityCommand extends LookupDeveloperIdentityCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: LookupDeveloperIdentityInput;
output: LookupDeveloperIdentityResponse;
};
sdk: {
input: LookupDeveloperIdentityCommandInput;
output: LookupDeveloperIdentityCommandOutput;
};
};
}

@@ -95,2 +95,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class MergeDeveloperIdentitiesCommand extends MergeDeveloperIdentitiesCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: MergeDeveloperIdentitiesInput;
output: MergeDeveloperIdentitiesResponse;
};
sdk: {
input: MergeDeveloperIdentitiesCommandInput;
output: MergeDeveloperIdentitiesCommandOutput;
};
};
}

@@ -101,2 +101,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class SetIdentityPoolRolesCommand extends SetIdentityPoolRolesCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: SetIdentityPoolRolesInput;
output: {};
};
sdk: {
input: SetIdentityPoolRolesCommandInput;
output: SetIdentityPoolRolesCommandOutput;
};
};
}

@@ -86,2 +86,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class SetPrincipalTagAttributeMapCommand extends SetPrincipalTagAttributeMapCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: SetPrincipalTagAttributeMapInput;
output: SetPrincipalTagAttributeMapResponse;
};
sdk: {
input: SetPrincipalTagAttributeMapCommandInput;
output: SetPrincipalTagAttributeMapCommandOutput;
};
};
}

@@ -91,2 +91,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class TagResourceCommand extends TagResourceCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: TagResourceInput;
output: {};
};
sdk: {
input: TagResourceCommandInput;
output: TagResourceCommandOutput;
};
};
}

@@ -85,2 +85,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class UnlinkDeveloperIdentityCommand extends UnlinkDeveloperIdentityCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: UnlinkDeveloperIdentityInput;
output: {};
};
sdk: {
input: UnlinkDeveloperIdentityCommandInput;
output: UnlinkDeveloperIdentityCommandOutput;
};
};
}

@@ -91,2 +91,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class UnlinkIdentityCommand extends UnlinkIdentityCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: UnlinkIdentityInput;
output: {};
};
sdk: {
input: UnlinkIdentityCommandInput;
output: UnlinkIdentityCommandOutput;
};
};
}

@@ -78,2 +78,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class UntagResourceCommand extends UntagResourceCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: UntagResourceInput;
output: {};
};
sdk: {
input: UntagResourceCommandInput;
output: UntagResourceCommandOutput;
};
};
}

@@ -133,2 +133,13 @@ import { Command as $Command } from "@smithy/smithy-client";

export declare class UpdateIdentityPoolCommand extends UpdateIdentityPoolCommand_base {
/** @internal type navigation helper, not in runtime. */
protected static __types: {
api: {
input: IdentityPool;
output: IdentityPool;
};
sdk: {
input: UpdateIdentityPoolCommandInput;
output: UpdateIdentityPoolCommandOutput;
};
};
}

13

dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts

@@ -37,2 +37,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class CreateIdentityPoolCommand extends CreateIdentityPoolCommand_base {}
export declare class CreateIdentityPoolCommand extends CreateIdentityPoolCommand_base {
protected static __types: {
api: {
input: CreateIdentityPoolInput;
output: IdentityPool;
};
sdk: {
input: CreateIdentityPoolCommandInput;
output: CreateIdentityPoolCommandOutput;
};
};
}

@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class DeleteIdentitiesCommand extends DeleteIdentitiesCommand_base {}
export declare class DeleteIdentitiesCommand extends DeleteIdentitiesCommand_base {
protected static __types: {
api: {
input: DeleteIdentitiesInput;
output: DeleteIdentitiesResponse;
};
sdk: {
input: DeleteIdentitiesCommandInput;
output: DeleteIdentitiesCommandOutput;
};
};
}

@@ -35,2 +35,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class DeleteIdentityPoolCommand extends DeleteIdentityPoolCommand_base {}
export declare class DeleteIdentityPoolCommand extends DeleteIdentityPoolCommand_base {
protected static __types: {
api: {
input: DeleteIdentityPoolInput;
output: {};
};
sdk: {
input: DeleteIdentityPoolCommandInput;
output: DeleteIdentityPoolCommandOutput;
};
};
}

@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class DescribeIdentityCommand extends DescribeIdentityCommand_base {}
export declare class DescribeIdentityCommand extends DescribeIdentityCommand_base {
protected static __types: {
api: {
input: DescribeIdentityInput;
output: IdentityDescription;
};
sdk: {
input: DescribeIdentityCommandInput;
output: DescribeIdentityCommandOutput;
};
};
}

@@ -37,2 +37,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class DescribeIdentityPoolCommand extends DescribeIdentityPoolCommand_base {}
export declare class DescribeIdentityPoolCommand extends DescribeIdentityPoolCommand_base {
protected static __types: {
api: {
input: DescribeIdentityPoolInput;
output: IdentityPool;
};
sdk: {
input: DescribeIdentityPoolCommandInput;
output: DescribeIdentityPoolCommandOutput;
};
};
}

@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class GetCredentialsForIdentityCommand extends GetCredentialsForIdentityCommand_base {}
export declare class GetCredentialsForIdentityCommand extends GetCredentialsForIdentityCommand_base {
protected static __types: {
api: {
input: GetCredentialsForIdentityInput;
output: GetCredentialsForIdentityResponse;
};
sdk: {
input: GetCredentialsForIdentityCommandInput;
output: GetCredentialsForIdentityCommandOutput;
};
};
}

@@ -30,2 +30,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class GetIdCommand extends GetIdCommand_base {}
export declare class GetIdCommand extends GetIdCommand_base {
protected static __types: {
api: {
input: GetIdInput;
output: GetIdResponse;
};
sdk: {
input: GetIdCommandInput;
output: GetIdCommandOutput;
};
};
}

@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class GetIdentityPoolRolesCommand extends GetIdentityPoolRolesCommand_base {}
export declare class GetIdentityPoolRolesCommand extends GetIdentityPoolRolesCommand_base {
protected static __types: {
api: {
input: GetIdentityPoolRolesInput;
output: GetIdentityPoolRolesResponse;
};
sdk: {
input: GetIdentityPoolRolesCommandInput;
output: GetIdentityPoolRolesCommandOutput;
};
};
}

@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class GetOpenIdTokenCommand extends GetOpenIdTokenCommand_base {}
export declare class GetOpenIdTokenCommand extends GetOpenIdTokenCommand_base {
protected static __types: {
api: {
input: GetOpenIdTokenInput;
output: GetOpenIdTokenResponse;
};
sdk: {
input: GetOpenIdTokenCommandInput;
output: GetOpenIdTokenCommandOutput;
};
};
}

@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class GetOpenIdTokenForDeveloperIdentityCommand extends GetOpenIdTokenForDeveloperIdentityCommand_base {}
export declare class GetOpenIdTokenForDeveloperIdentityCommand extends GetOpenIdTokenForDeveloperIdentityCommand_base {
protected static __types: {
api: {
input: GetOpenIdTokenForDeveloperIdentityInput;
output: GetOpenIdTokenForDeveloperIdentityResponse;
};
sdk: {
input: GetOpenIdTokenForDeveloperIdentityCommandInput;
output: GetOpenIdTokenForDeveloperIdentityCommandOutput;
};
};
}

@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class GetPrincipalTagAttributeMapCommand extends GetPrincipalTagAttributeMapCommand_base {}
export declare class GetPrincipalTagAttributeMapCommand extends GetPrincipalTagAttributeMapCommand_base {
protected static __types: {
api: {
input: GetPrincipalTagAttributeMapInput;
output: GetPrincipalTagAttributeMapResponse;
};
sdk: {
input: GetPrincipalTagAttributeMapCommandInput;
output: GetPrincipalTagAttributeMapCommandOutput;
};
};
}

@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class ListIdentitiesCommand extends ListIdentitiesCommand_base {}
export declare class ListIdentitiesCommand extends ListIdentitiesCommand_base {
protected static __types: {
api: {
input: ListIdentitiesInput;
output: ListIdentitiesResponse;
};
sdk: {
input: ListIdentitiesCommandInput;
output: ListIdentitiesCommandOutput;
};
};
}

@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class ListIdentityPoolsCommand extends ListIdentityPoolsCommand_base {}
export declare class ListIdentityPoolsCommand extends ListIdentityPoolsCommand_base {
protected static __types: {
api: {
input: ListIdentityPoolsInput;
output: ListIdentityPoolsResponse;
};
sdk: {
input: ListIdentityPoolsCommandInput;
output: ListIdentityPoolsCommandOutput;
};
};
}

@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
protected static __types: {
api: {
input: ListTagsForResourceInput;
output: ListTagsForResourceResponse;
};
sdk: {
input: ListTagsForResourceCommandInput;
output: ListTagsForResourceCommandOutput;
};
};
}

@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class LookupDeveloperIdentityCommand extends LookupDeveloperIdentityCommand_base {}
export declare class LookupDeveloperIdentityCommand extends LookupDeveloperIdentityCommand_base {
protected static __types: {
api: {
input: LookupDeveloperIdentityInput;
output: LookupDeveloperIdentityResponse;
};
sdk: {
input: LookupDeveloperIdentityCommandInput;
output: LookupDeveloperIdentityCommandOutput;
};
};
}

@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class MergeDeveloperIdentitiesCommand extends MergeDeveloperIdentitiesCommand_base {}
export declare class MergeDeveloperIdentitiesCommand extends MergeDeveloperIdentitiesCommand_base {
protected static __types: {
api: {
input: MergeDeveloperIdentitiesInput;
output: MergeDeveloperIdentitiesResponse;
};
sdk: {
input: MergeDeveloperIdentitiesCommandInput;
output: MergeDeveloperIdentitiesCommandOutput;
};
};
}

@@ -35,2 +35,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class SetIdentityPoolRolesCommand extends SetIdentityPoolRolesCommand_base {}
export declare class SetIdentityPoolRolesCommand extends SetIdentityPoolRolesCommand_base {
protected static __types: {
api: {
input: SetIdentityPoolRolesInput;
output: {};
};
sdk: {
input: SetIdentityPoolRolesCommandInput;
output: SetIdentityPoolRolesCommandOutput;
};
};
}

@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class SetPrincipalTagAttributeMapCommand extends SetPrincipalTagAttributeMapCommand_base {}
export declare class SetPrincipalTagAttributeMapCommand extends SetPrincipalTagAttributeMapCommand_base {
protected static __types: {
api: {
input: SetPrincipalTagAttributeMapInput;
output: SetPrincipalTagAttributeMapResponse;
};
sdk: {
input: SetPrincipalTagAttributeMapCommandInput;
output: SetPrincipalTagAttributeMapCommandOutput;
};
};
}

@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class TagResourceCommand extends TagResourceCommand_base {}
export declare class TagResourceCommand extends TagResourceCommand_base {
protected static __types: {
api: {
input: TagResourceInput;
output: {};
};
sdk: {
input: TagResourceCommandInput;
output: TagResourceCommandOutput;
};
};
}

@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class UnlinkDeveloperIdentityCommand extends UnlinkDeveloperIdentityCommand_base {}
export declare class UnlinkDeveloperIdentityCommand extends UnlinkDeveloperIdentityCommand_base {
protected static __types: {
api: {
input: UnlinkDeveloperIdentityInput;
output: {};
};
sdk: {
input: UnlinkDeveloperIdentityCommandInput;
output: UnlinkDeveloperIdentityCommandOutput;
};
};
}

@@ -34,2 +34,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class UnlinkIdentityCommand extends UnlinkIdentityCommand_base {}
export declare class UnlinkIdentityCommand extends UnlinkIdentityCommand_base {
protected static __types: {
api: {
input: UnlinkIdentityInput;
output: {};
};
sdk: {
input: UnlinkIdentityCommandInput;
output: UnlinkIdentityCommandOutput;
};
};
}

@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
export declare class UntagResourceCommand extends UntagResourceCommand_base {
protected static __types: {
api: {
input: UntagResourceInput;
output: {};
};
sdk: {
input: UntagResourceCommandInput;
output: UntagResourceCommandOutput;
};
};
}

@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client";

};
export declare class UpdateIdentityPoolCommand extends UpdateIdentityPoolCommand_base {}
export declare class UpdateIdentityPoolCommand extends UpdateIdentityPoolCommand_base {
protected static __types: {
api: {
input: IdentityPool;
output: IdentityPool;
};
sdk: {
input: UpdateIdentityPoolCommandInput;
output: UpdateIdentityPoolCommandOutput;
};
};
}

72

package.json
{
"name": "@aws-sdk/client-cognito-identity",
"description": "AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native",
"version": "3.651.1",
"version": "3.654.0",
"scripts": {

@@ -24,39 +24,39 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/client-sso-oidc": "3.651.1",
"@aws-sdk/client-sts": "3.651.1",
"@aws-sdk/core": "3.651.1",
"@aws-sdk/credential-provider-node": "3.651.1",
"@aws-sdk/middleware-host-header": "3.649.0",
"@aws-sdk/middleware-logger": "3.649.0",
"@aws-sdk/middleware-recursion-detection": "3.649.0",
"@aws-sdk/middleware-user-agent": "3.649.0",
"@aws-sdk/region-config-resolver": "3.649.0",
"@aws-sdk/types": "3.649.0",
"@aws-sdk/util-endpoints": "3.649.0",
"@aws-sdk/util-user-agent-browser": "3.649.0",
"@aws-sdk/util-user-agent-node": "3.649.0",
"@smithy/config-resolver": "^3.0.6",
"@smithy/core": "^2.4.1",
"@smithy/fetch-http-handler": "^3.2.5",
"@smithy/hash-node": "^3.0.4",
"@smithy/invalid-dependency": "^3.0.4",
"@smithy/middleware-content-length": "^3.0.6",
"@smithy/middleware-endpoint": "^3.1.1",
"@smithy/middleware-retry": "^3.0.16",
"@smithy/middleware-serde": "^3.0.4",
"@smithy/middleware-stack": "^3.0.4",
"@smithy/node-config-provider": "^3.1.5",
"@smithy/node-http-handler": "^3.2.0",
"@smithy/protocol-http": "^4.1.1",
"@smithy/smithy-client": "^3.3.0",
"@smithy/types": "^3.4.0",
"@smithy/url-parser": "^3.0.4",
"@aws-sdk/client-sso-oidc": "3.654.0",
"@aws-sdk/client-sts": "3.654.0",
"@aws-sdk/core": "3.654.0",
"@aws-sdk/credential-provider-node": "3.654.0",
"@aws-sdk/middleware-host-header": "3.654.0",
"@aws-sdk/middleware-logger": "3.654.0",
"@aws-sdk/middleware-recursion-detection": "3.654.0",
"@aws-sdk/middleware-user-agent": "3.654.0",
"@aws-sdk/region-config-resolver": "3.654.0",
"@aws-sdk/types": "3.654.0",
"@aws-sdk/util-endpoints": "3.654.0",
"@aws-sdk/util-user-agent-browser": "3.654.0",
"@aws-sdk/util-user-agent-node": "3.654.0",
"@smithy/config-resolver": "^3.0.8",
"@smithy/core": "^2.4.3",
"@smithy/fetch-http-handler": "^3.2.7",
"@smithy/hash-node": "^3.0.6",
"@smithy/invalid-dependency": "^3.0.6",
"@smithy/middleware-content-length": "^3.0.8",
"@smithy/middleware-endpoint": "^3.1.3",
"@smithy/middleware-retry": "^3.0.18",
"@smithy/middleware-serde": "^3.0.6",
"@smithy/middleware-stack": "^3.0.6",
"@smithy/node-config-provider": "^3.1.7",
"@smithy/node-http-handler": "^3.2.2",
"@smithy/protocol-http": "^4.1.3",
"@smithy/smithy-client": "^3.3.2",
"@smithy/types": "^3.4.2",
"@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.16",
"@smithy/util-defaults-mode-node": "^3.0.16",
"@smithy/util-endpoints": "^2.1.0",
"@smithy/util-middleware": "^3.0.4",
"@smithy/util-retry": "^3.0.4",
"@smithy/util-defaults-mode-browser": "^3.0.18",
"@smithy/util-defaults-mode-node": "^3.0.18",
"@smithy/util-endpoints": "^2.1.2",
"@smithy/util-middleware": "^3.0.6",
"@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",

@@ -66,3 +66,3 @@ "tslib": "^2.6.2"

"devDependencies": {
"@aws-sdk/client-iam": "3.651.1",
"@aws-sdk/client-iam": "3.654.0",
"@tsconfig/node16": "16.1.3",

@@ -69,0 +69,0 @@ "@types/chai": "^4.2.11",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc