@aws-sdk/client-cognito-identity 3.533.0 → 3.535.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.
Files changed (50) hide show
  1. package/dist-types/CognitoIdentity.d.ts +1 -1
  2. package/dist-types/CognitoIdentityClient.d.ts +1 -1
  3. package/dist-types/commands/CreateIdentityPoolCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteIdentitiesCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteIdentityPoolCommand.d.ts +2 -1
  6. package/dist-types/commands/DescribeIdentityCommand.d.ts +2 -1
  7. package/dist-types/commands/DescribeIdentityPoolCommand.d.ts +2 -1
  8. package/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +2 -1
  9. package/dist-types/commands/GetIdCommand.d.ts +2 -1
  10. package/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +2 -1
  11. package/dist-types/commands/GetOpenIdTokenCommand.d.ts +2 -1
  12. package/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +2 -1
  13. package/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +2 -1
  14. package/dist-types/commands/ListIdentitiesCommand.d.ts +2 -1
  15. package/dist-types/commands/ListIdentityPoolsCommand.d.ts +2 -1
  16. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  17. package/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +2 -1
  18. package/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +2 -1
  19. package/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +2 -1
  20. package/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +2 -1
  21. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  22. package/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +2 -1
  23. package/dist-types/commands/UnlinkIdentityCommand.d.ts +2 -1
  24. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdateIdentityPoolCommand.d.ts +2 -1
  26. package/dist-types/models/models_0.d.ts +172 -172
  27. package/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +9 -0
  28. package/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +9 -0
  29. package/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +9 -0
  30. package/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +9 -0
  31. package/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/GetIdCommand.d.ts +7 -0
  34. package/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +9 -0
  50. package/package.json +41 -41
@@ -22,6 +22,15 @@ declare const CreateIdentityPoolCommand_base: {
22
22
  ServiceInputTypes,
23
23
  ServiceOutputTypes
24
24
  >;
25
+ new (
26
+ __0_0: CreateIdentityPoolCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ CreateIdentityPoolCommandInput,
29
+ CreateIdentityPoolCommandOutput,
30
+ CognitoIdentityClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
25
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
35
  };
27
36
  export declare class CreateIdentityPoolCommand extends CreateIdentityPoolCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteIdentitiesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteIdentitiesCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteIdentitiesCommandInput,
31
+ DeleteIdentitiesCommandOutput,
32
+ CognitoIdentityClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteIdentitiesCommand extends DeleteIdentitiesCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteIdentityPoolCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteIdentityPoolCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteIdentityPoolCommandInput,
27
+ DeleteIdentityPoolCommandOutput,
28
+ CognitoIdentityClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteIdentityPoolCommand extends DeleteIdentityPoolCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeIdentityCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DescribeIdentityCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeIdentityCommandInput,
28
+ DescribeIdentityCommandOutput,
29
+ CognitoIdentityClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeIdentityCommand extends DescribeIdentityCommand_base {}
@@ -22,6 +22,15 @@ declare const DescribeIdentityPoolCommand_base: {
22
22
  ServiceInputTypes,
23
23
  ServiceOutputTypes
24
24
  >;
25
+ new (
26
+ __0_0: DescribeIdentityPoolCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DescribeIdentityPoolCommandInput,
29
+ DescribeIdentityPoolCommandOutput,
30
+ CognitoIdentityClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
25
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
35
  };
27
36
  export declare class DescribeIdentityPoolCommand extends DescribeIdentityPoolCommand_base {}
@@ -25,6 +25,15 @@ declare const GetCredentialsForIdentityCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetCredentialsForIdentityCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetCredentialsForIdentityCommandInput,
32
+ GetCredentialsForIdentityCommandOutput,
33
+ CognitoIdentityClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetCredentialsForIdentityCommand extends GetCredentialsForIdentityCommand_base {}
@@ -17,6 +17,13 @@ declare const GetIdCommand_base: {
17
17
  ServiceInputTypes,
18
18
  ServiceOutputTypes
19
19
  >;
20
+ new (__0_0: GetIdCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ GetIdCommandInput,
22
+ GetIdCommandOutput,
23
+ CognitoIdentityClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
20
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
21
28
  };
22
29
  export declare class GetIdCommand extends GetIdCommand_base {}
@@ -25,6 +25,15 @@ declare const GetIdentityPoolRolesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetIdentityPoolRolesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetIdentityPoolRolesCommandInput,
32
+ GetIdentityPoolRolesCommandOutput,
33
+ CognitoIdentityClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetIdentityPoolRolesCommand extends GetIdentityPoolRolesCommand_base {}
@@ -24,6 +24,15 @@ declare const GetOpenIdTokenCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetOpenIdTokenCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetOpenIdTokenCommandInput,
31
+ GetOpenIdTokenCommandOutput,
32
+ CognitoIdentityClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetOpenIdTokenCommand extends GetOpenIdTokenCommand_base {}
@@ -25,6 +25,15 @@ declare const GetOpenIdTokenForDeveloperIdentityCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetOpenIdTokenForDeveloperIdentityCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetOpenIdTokenForDeveloperIdentityCommandInput,
32
+ GetOpenIdTokenForDeveloperIdentityCommandOutput,
33
+ CognitoIdentityClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetOpenIdTokenForDeveloperIdentityCommand extends GetOpenIdTokenForDeveloperIdentityCommand_base {}
@@ -25,6 +25,15 @@ declare const GetPrincipalTagAttributeMapCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetPrincipalTagAttributeMapCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetPrincipalTagAttributeMapCommandInput,
32
+ GetPrincipalTagAttributeMapCommandOutput,
33
+ CognitoIdentityClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetPrincipalTagAttributeMapCommand extends GetPrincipalTagAttributeMapCommand_base {}
@@ -24,6 +24,15 @@ declare const ListIdentitiesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListIdentitiesCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListIdentitiesCommandInput,
31
+ ListIdentitiesCommandOutput,
32
+ CognitoIdentityClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListIdentitiesCommand extends ListIdentitiesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListIdentityPoolsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListIdentityPoolsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListIdentityPoolsCommandInput,
31
+ ListIdentityPoolsCommandOutput,
32
+ CognitoIdentityClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListIdentityPoolsCommand extends ListIdentityPoolsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ CognitoIdentityClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const LookupDeveloperIdentityCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: LookupDeveloperIdentityCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ LookupDeveloperIdentityCommandInput,
32
+ LookupDeveloperIdentityCommandOutput,
33
+ CognitoIdentityClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class LookupDeveloperIdentityCommand extends LookupDeveloperIdentityCommand_base {}
@@ -25,6 +25,15 @@ declare const MergeDeveloperIdentitiesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: MergeDeveloperIdentitiesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ MergeDeveloperIdentitiesCommandInput,
32
+ MergeDeveloperIdentitiesCommandOutput,
33
+ CognitoIdentityClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class MergeDeveloperIdentitiesCommand extends MergeDeveloperIdentitiesCommand_base {}
@@ -20,6 +20,15 @@ declare const SetIdentityPoolRolesCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: SetIdentityPoolRolesCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ SetIdentityPoolRolesCommandInput,
27
+ SetIdentityPoolRolesCommandOutput,
28
+ CognitoIdentityClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class SetIdentityPoolRolesCommand extends SetIdentityPoolRolesCommand_base {}
@@ -25,6 +25,15 @@ declare const SetPrincipalTagAttributeMapCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: SetPrincipalTagAttributeMapCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ SetPrincipalTagAttributeMapCommandInput,
32
+ SetPrincipalTagAttributeMapCommandOutput,
33
+ CognitoIdentityClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class SetPrincipalTagAttributeMapCommand extends SetPrincipalTagAttributeMapCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ CognitoIdentityClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const UnlinkDeveloperIdentityCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UnlinkDeveloperIdentityCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UnlinkDeveloperIdentityCommandInput,
28
+ UnlinkDeveloperIdentityCommandOutput,
29
+ CognitoIdentityClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UnlinkDeveloperIdentityCommand extends UnlinkDeveloperIdentityCommand_base {}
@@ -19,6 +19,15 @@ declare const UnlinkIdentityCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: UnlinkIdentityCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ UnlinkIdentityCommandInput,
26
+ UnlinkIdentityCommandOutput,
27
+ CognitoIdentityClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class UnlinkIdentityCommand extends UnlinkIdentityCommand_base {}
@@ -21,6 +21,15 @@ declare const UntagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UntagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UntagResourceCommandInput,
28
+ UntagResourceCommandOutput,
29
+ CognitoIdentityClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateIdentityPoolCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateIdentityPoolCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateIdentityPoolCommandInput,
28
+ UpdateIdentityPoolCommandOutput,
29
+ CognitoIdentityClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateIdentityPoolCommand extends UpdateIdentityPoolCommand_base {}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cognito-identity",
3
3
  "description": "AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native",
4
- "version": "3.533.0",
4
+ "version": "3.535.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cognito-identity",
@@ -21,48 +21,48 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.533.0",
25
- "@aws-sdk/core": "3.533.0",
26
- "@aws-sdk/credential-provider-node": "3.533.0",
27
- "@aws-sdk/middleware-host-header": "3.533.0",
28
- "@aws-sdk/middleware-logger": "3.533.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.533.0",
30
- "@aws-sdk/middleware-user-agent": "3.533.0",
31
- "@aws-sdk/region-config-resolver": "3.533.0",
32
- "@aws-sdk/types": "3.533.0",
33
- "@aws-sdk/util-endpoints": "3.533.0",
34
- "@aws-sdk/util-user-agent-browser": "3.533.0",
35
- "@aws-sdk/util-user-agent-node": "3.533.0",
36
- "@smithy/config-resolver": "^2.1.5",
37
- "@smithy/core": "^1.3.8",
38
- "@smithy/fetch-http-handler": "^2.4.5",
39
- "@smithy/hash-node": "^2.1.4",
40
- "@smithy/invalid-dependency": "^2.1.4",
41
- "@smithy/middleware-content-length": "^2.1.4",
42
- "@smithy/middleware-endpoint": "^2.4.6",
43
- "@smithy/middleware-retry": "^2.1.7",
44
- "@smithy/middleware-serde": "^2.2.1",
45
- "@smithy/middleware-stack": "^2.1.4",
46
- "@smithy/node-config-provider": "^2.2.5",
47
- "@smithy/node-http-handler": "^2.4.3",
48
- "@smithy/protocol-http": "^3.2.2",
49
- "@smithy/smithy-client": "^2.4.5",
50
- "@smithy/types": "^2.11.0",
51
- "@smithy/url-parser": "^2.1.4",
52
- "@smithy/util-base64": "^2.2.1",
53
- "@smithy/util-body-length-browser": "^2.1.1",
54
- "@smithy/util-body-length-node": "^2.2.2",
55
- "@smithy/util-defaults-mode-browser": "^2.1.7",
56
- "@smithy/util-defaults-mode-node": "^2.2.7",
57
- "@smithy/util-endpoints": "^1.1.5",
58
- "@smithy/util-middleware": "^2.1.4",
59
- "@smithy/util-retry": "^2.1.4",
60
- "@smithy/util-utf8": "^2.2.0",
61
- "tslib": "^2.5.0"
24
+ "@aws-sdk/client-sts": "3.535.0",
25
+ "@aws-sdk/core": "3.535.0",
26
+ "@aws-sdk/credential-provider-node": "3.535.0",
27
+ "@aws-sdk/middleware-host-header": "3.535.0",
28
+ "@aws-sdk/middleware-logger": "3.535.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.535.0",
30
+ "@aws-sdk/middleware-user-agent": "3.535.0",
31
+ "@aws-sdk/region-config-resolver": "3.535.0",
32
+ "@aws-sdk/types": "3.535.0",
33
+ "@aws-sdk/util-endpoints": "3.535.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.535.0",
35
+ "@aws-sdk/util-user-agent-node": "3.535.0",
36
+ "@smithy/config-resolver": "^2.2.0",
37
+ "@smithy/core": "^1.4.0",
38
+ "@smithy/fetch-http-handler": "^2.5.0",
39
+ "@smithy/hash-node": "^2.2.0",
40
+ "@smithy/invalid-dependency": "^2.2.0",
41
+ "@smithy/middleware-content-length": "^2.2.0",
42
+ "@smithy/middleware-endpoint": "^2.5.0",
43
+ "@smithy/middleware-retry": "^2.2.0",
44
+ "@smithy/middleware-serde": "^2.3.0",
45
+ "@smithy/middleware-stack": "^2.2.0",
46
+ "@smithy/node-config-provider": "^2.3.0",
47
+ "@smithy/node-http-handler": "^2.5.0",
48
+ "@smithy/protocol-http": "^3.3.0",
49
+ "@smithy/smithy-client": "^2.5.0",
50
+ "@smithy/types": "^2.12.0",
51
+ "@smithy/url-parser": "^2.2.0",
52
+ "@smithy/util-base64": "^2.3.0",
53
+ "@smithy/util-body-length-browser": "^2.2.0",
54
+ "@smithy/util-body-length-node": "^2.3.0",
55
+ "@smithy/util-defaults-mode-browser": "^2.2.0",
56
+ "@smithy/util-defaults-mode-node": "^2.3.0",
57
+ "@smithy/util-endpoints": "^1.2.0",
58
+ "@smithy/util-middleware": "^2.2.0",
59
+ "@smithy/util-retry": "^2.2.0",
60
+ "@smithy/util-utf8": "^2.3.0",
61
+ "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@aws-sdk/client-iam": "3.533.0",
65
- "@smithy/service-client-documentation-generator": "^2.1.1",
64
+ "@aws-sdk/client-iam": "3.535.0",
65
+ "@smithy/service-client-documentation-generator": "^2.2.0",
66
66
  "@tsconfig/node14": "1.0.3",
67
67
  "@types/chai": "^4.2.11",
68
68
  "@types/mocha": "^8.0.4",