@aws-sdk/client-cognito-identity 3.478.0 → 3.481.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 (97) hide show
  1. package/dist-cjs/commands/CreateIdentityPoolCommand.js +19 -42
  2. package/dist-cjs/commands/DeleteIdentitiesCommand.js +19 -42
  3. package/dist-cjs/commands/DeleteIdentityPoolCommand.js +19 -42
  4. package/dist-cjs/commands/DescribeIdentityCommand.js +19 -42
  5. package/dist-cjs/commands/DescribeIdentityPoolCommand.js +19 -42
  6. package/dist-cjs/commands/GetCredentialsForIdentityCommand.js +18 -41
  7. package/dist-cjs/commands/GetIdCommand.js +18 -41
  8. package/dist-cjs/commands/GetIdentityPoolRolesCommand.js +19 -42
  9. package/dist-cjs/commands/GetOpenIdTokenCommand.js +18 -41
  10. package/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +19 -42
  11. package/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js +19 -42
  12. package/dist-cjs/commands/ListIdentitiesCommand.js +19 -42
  13. package/dist-cjs/commands/ListIdentityPoolsCommand.js +19 -42
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +19 -42
  15. package/dist-cjs/commands/LookupDeveloperIdentityCommand.js +19 -42
  16. package/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js +19 -42
  17. package/dist-cjs/commands/SetIdentityPoolRolesCommand.js +19 -42
  18. package/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js +19 -42
  19. package/dist-cjs/commands/TagResourceCommand.js +19 -42
  20. package/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js +19 -42
  21. package/dist-cjs/commands/UnlinkIdentityCommand.js +18 -41
  22. package/dist-cjs/commands/UntagResourceCommand.js +19 -42
  23. package/dist-cjs/commands/UpdateIdentityPoolCommand.js +19 -42
  24. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  25. package/dist-es/commands/CreateIdentityPoolCommand.js +19 -42
  26. package/dist-es/commands/DeleteIdentitiesCommand.js +19 -42
  27. package/dist-es/commands/DeleteIdentityPoolCommand.js +19 -42
  28. package/dist-es/commands/DescribeIdentityCommand.js +19 -42
  29. package/dist-es/commands/DescribeIdentityPoolCommand.js +19 -42
  30. package/dist-es/commands/GetCredentialsForIdentityCommand.js +18 -41
  31. package/dist-es/commands/GetIdCommand.js +18 -41
  32. package/dist-es/commands/GetIdentityPoolRolesCommand.js +19 -42
  33. package/dist-es/commands/GetOpenIdTokenCommand.js +18 -41
  34. package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +19 -42
  35. package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +19 -42
  36. package/dist-es/commands/ListIdentitiesCommand.js +19 -42
  37. package/dist-es/commands/ListIdentityPoolsCommand.js +19 -42
  38. package/dist-es/commands/ListTagsForResourceCommand.js +19 -42
  39. package/dist-es/commands/LookupDeveloperIdentityCommand.js +19 -42
  40. package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +19 -42
  41. package/dist-es/commands/SetIdentityPoolRolesCommand.js +19 -42
  42. package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +19 -42
  43. package/dist-es/commands/TagResourceCommand.js +19 -42
  44. package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +19 -42
  45. package/dist-es/commands/UnlinkIdentityCommand.js +18 -41
  46. package/dist-es/commands/UntagResourceCommand.js +19 -42
  47. package/dist-es/commands/UpdateIdentityPoolCommand.js +19 -42
  48. package/dist-es/endpoint/EndpointParameters.js +6 -0
  49. package/dist-types/commands/CreateIdentityPoolCommand.d.ts +6 -21
  50. package/dist-types/commands/DeleteIdentitiesCommand.d.ts +6 -21
  51. package/dist-types/commands/DeleteIdentityPoolCommand.d.ts +6 -21
  52. package/dist-types/commands/DescribeIdentityCommand.d.ts +6 -21
  53. package/dist-types/commands/DescribeIdentityPoolCommand.d.ts +6 -21
  54. package/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +6 -21
  55. package/dist-types/commands/GetIdCommand.d.ts +6 -21
  56. package/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +6 -21
  57. package/dist-types/commands/GetOpenIdTokenCommand.d.ts +6 -21
  58. package/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +6 -21
  59. package/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +6 -21
  60. package/dist-types/commands/ListIdentitiesCommand.d.ts +6 -21
  61. package/dist-types/commands/ListIdentityPoolsCommand.d.ts +6 -21
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  63. package/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +6 -21
  64. package/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +6 -21
  65. package/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +6 -21
  66. package/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +6 -21
  67. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  68. package/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +6 -21
  69. package/dist-types/commands/UnlinkIdentityCommand.d.ts +6 -21
  70. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  71. package/dist-types/commands/UpdateIdentityPoolCommand.d.ts +6 -21
  72. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  73. package/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +12 -24
  78. package/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +12 -24
  79. package/dist-types/ts3.4/commands/GetIdCommand.d.ts +12 -23
  80. package/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +12 -24
  88. package/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  97. package/package.json +10 -10
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoIdentityClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface SetPrincipalTagAttributeMapCommandInput
21
15
  export interface SetPrincipalTagAttributeMapCommandOutput
22
16
  extends SetPrincipalTagAttributeMapResponse,
23
17
  __MetadataBearer {}
24
- export declare class SetPrincipalTagAttributeMapCommand extends $Command<
25
- SetPrincipalTagAttributeMapCommandInput,
26
- SetPrincipalTagAttributeMapCommandOutput,
27
- CognitoIdentityClientResolvedConfig
28
- > {
29
- readonly input: SetPrincipalTagAttributeMapCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: SetPrincipalTagAttributeMapCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CognitoIdentityClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const SetPrincipalTagAttributeMapCommand_base: {
19
+ new (
20
+ input: SetPrincipalTagAttributeMapCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  SetPrincipalTagAttributeMapCommandInput,
38
- SetPrincipalTagAttributeMapCommandOutput
23
+ SetPrincipalTagAttributeMapCommandOutput,
24
+ CognitoIdentityClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class SetPrincipalTagAttributeMapCommand extends SetPrincipalTagAttributeMapCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoIdentityClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceInput {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceResponse,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- CognitoIdentityClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CognitoIdentityClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ CognitoIdentityClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoIdentityClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface UnlinkDeveloperIdentityCommandInput
17
11
  extends UnlinkDeveloperIdentityInput {}
18
12
  export interface UnlinkDeveloperIdentityCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class UnlinkDeveloperIdentityCommand extends $Command<
21
- UnlinkDeveloperIdentityCommandInput,
22
- UnlinkDeveloperIdentityCommandOutput,
23
- CognitoIdentityClientResolvedConfig
24
- > {
25
- readonly input: UnlinkDeveloperIdentityCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: UnlinkDeveloperIdentityCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CognitoIdentityClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const UnlinkDeveloperIdentityCommand_base: {
15
+ new (
16
+ input: UnlinkDeveloperIdentityCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  UnlinkDeveloperIdentityCommandInput,
34
- UnlinkDeveloperIdentityCommandOutput
19
+ UnlinkDeveloperIdentityCommandOutput,
20
+ CognitoIdentityClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class UnlinkDeveloperIdentityCommand extends UnlinkDeveloperIdentityCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoIdentityClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { UnlinkIdentityInput } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface UnlinkIdentityCommandInput extends UnlinkIdentityInput {}
17
11
  export interface UnlinkIdentityCommandOutput extends __MetadataBearer {}
18
- export declare class UnlinkIdentityCommand extends $Command<
19
- UnlinkIdentityCommandInput,
20
- UnlinkIdentityCommandOutput,
21
- CognitoIdentityClientResolvedConfig
22
- > {
23
- readonly input: UnlinkIdentityCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: UnlinkIdentityCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: CognitoIdentityClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<UnlinkIdentityCommandInput, UnlinkIdentityCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const UnlinkIdentityCommand_base: {
13
+ new (
14
+ input: UnlinkIdentityCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ UnlinkIdentityCommandInput,
17
+ UnlinkIdentityCommandOutput,
18
+ CognitoIdentityClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class UnlinkIdentityCommand extends UnlinkIdentityCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoIdentityClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface UntagResourceCommandInput extends UntagResourceInput {}
17
11
  export interface UntagResourceCommandOutput
18
12
  extends UntagResourceResponse,
19
13
  __MetadataBearer {}
20
- export declare class UntagResourceCommand extends $Command<
21
- UntagResourceCommandInput,
22
- UntagResourceCommandOutput,
23
- CognitoIdentityClientResolvedConfig
24
- > {
25
- readonly input: UntagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: UntagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CognitoIdentityClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const UntagResourceCommand_base: {
15
+ new (
16
+ input: UntagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ UntagResourceCommandInput,
19
+ UntagResourceCommandOutput,
20
+ CognitoIdentityClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CognitoIdentityClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface UpdateIdentityPoolCommandInput extends IdentityPool {}
17
11
  export interface UpdateIdentityPoolCommandOutput
18
12
  extends IdentityPool,
19
13
  __MetadataBearer {}
20
- export declare class UpdateIdentityPoolCommand extends $Command<
21
- UpdateIdentityPoolCommandInput,
22
- UpdateIdentityPoolCommandOutput,
23
- CognitoIdentityClientResolvedConfig
24
- > {
25
- readonly input: UpdateIdentityPoolCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: UpdateIdentityPoolCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CognitoIdentityClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<UpdateIdentityPoolCommandInput, UpdateIdentityPoolCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const UpdateIdentityPoolCommand_base: {
15
+ new (
16
+ input: UpdateIdentityPoolCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ UpdateIdentityPoolCommandInput,
19
+ UpdateIdentityPoolCommandOutput,
20
+ CognitoIdentityClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class UpdateIdentityPoolCommand extends UpdateIdentityPoolCommand_base {}
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
25
25
  ClientInputEndpointParameters & {
26
26
  defaultSigningName: string;
27
27
  };
28
+ export declare const commonParams: {
29
+ readonly UseFIPS: {
30
+ readonly type: "builtInParams";
31
+ readonly name: "useFipsEndpoint";
32
+ };
33
+ readonly Endpoint: {
34
+ readonly type: "builtInParams";
35
+ readonly name: "endpoint";
36
+ };
37
+ readonly Region: {
38
+ readonly type: "builtInParams";
39
+ readonly name: "region";
40
+ };
41
+ readonly UseDualStack: {
42
+ readonly type: "builtInParams";
43
+ readonly name: "useDualstackEndpoint";
44
+ };
45
+ };
28
46
  export interface EndpointParameters extends __EndpointParameters {
29
47
  Region?: string;
30
48
  UseDualStack?: boolean;
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.478.0",
4
+ "version": "3.481.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
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.478.0",
25
- "@aws-sdk/core": "3.477.0",
26
- "@aws-sdk/credential-provider-node": "3.478.0",
24
+ "@aws-sdk/client-sts": "3.481.0",
25
+ "@aws-sdk/core": "3.481.0",
26
+ "@aws-sdk/credential-provider-node": "3.481.0",
27
27
  "@aws-sdk/middleware-host-header": "3.468.0",
28
28
  "@aws-sdk/middleware-logger": "3.468.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.468.0",
@@ -35,33 +35,33 @@
35
35
  "@aws-sdk/util-user-agent-browser": "3.468.0",
36
36
  "@aws-sdk/util-user-agent-node": "3.470.0",
37
37
  "@smithy/config-resolver": "^2.0.21",
38
- "@smithy/core": "^1.2.0",
38
+ "@smithy/core": "^1.2.1",
39
39
  "@smithy/fetch-http-handler": "^2.3.1",
40
40
  "@smithy/hash-node": "^2.0.17",
41
41
  "@smithy/invalid-dependency": "^2.0.15",
42
42
  "@smithy/middleware-content-length": "^2.0.17",
43
43
  "@smithy/middleware-endpoint": "^2.2.3",
44
- "@smithy/middleware-retry": "^2.0.24",
44
+ "@smithy/middleware-retry": "^2.0.25",
45
45
  "@smithy/middleware-serde": "^2.0.15",
46
46
  "@smithy/middleware-stack": "^2.0.9",
47
47
  "@smithy/node-config-provider": "^2.1.8",
48
48
  "@smithy/node-http-handler": "^2.2.1",
49
49
  "@smithy/protocol-http": "^3.0.11",
50
- "@smithy/smithy-client": "^2.1.18",
50
+ "@smithy/smithy-client": "^2.2.0",
51
51
  "@smithy/types": "^2.7.0",
52
52
  "@smithy/url-parser": "^2.0.15",
53
53
  "@smithy/util-base64": "^2.0.1",
54
54
  "@smithy/util-body-length-browser": "^2.0.1",
55
55
  "@smithy/util-body-length-node": "^2.1.0",
56
- "@smithy/util-defaults-mode-browser": "^2.0.22",
57
- "@smithy/util-defaults-mode-node": "^2.0.29",
56
+ "@smithy/util-defaults-mode-browser": "^2.0.23",
57
+ "@smithy/util-defaults-mode-node": "^2.0.30",
58
58
  "@smithy/util-endpoints": "^1.0.7",
59
59
  "@smithy/util-retry": "^2.0.8",
60
60
  "@smithy/util-utf8": "^2.0.2",
61
61
  "tslib": "^2.5.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@aws-sdk/client-iam": "3.478.0",
64
+ "@aws-sdk/client-iam": "3.481.0",
65
65
  "@smithy/service-client-documentation-generator": "^2.0.0",
66
66
  "@tsconfig/node14": "1.0.3",
67
67
  "@types/chai": "^4.2.11",