@aws-sdk/client-cognito-identity-provider 3.37.0 → 3.41.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.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/commands/index.js +104 -0
- package/dist-cjs/endpoints.js +134 -20
- package/dist-cjs/index.js +4 -113
- package/dist-cjs/pagination/index.js +13 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/commands/index.js +101 -0
- package/dist-es/endpoints.js +134 -20
- package/dist-es/index.js +4 -113
- package/dist-es/pagination/index.js +10 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/CognitoIdentityProviderClient.d.ts +8 -0
- package/dist-types/commands/AddCustomAttributesCommand.d.ts +1 -1
- package/dist-types/commands/AdminAddUserToGroupCommand.d.ts +1 -1
- package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +1 -1
- package/dist-types/commands/AdminCreateUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +1 -1
- package/dist-types/commands/AdminDeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminDisableUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminEnableUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminForgetDeviceCommand.d.ts +1 -1
- package/dist-types/commands/AdminGetDeviceCommand.d.ts +1 -1
- package/dist-types/commands/AdminGetUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminInitiateAuthCommand.d.ts +1 -1
- package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/AdminListGroupsForUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminListUserAuthEventsCommand.d.ts +1 -1
- package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +1 -1
- package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +1 -1
- package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +1 -1
- package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +1 -1
- package/dist-types/commands/AdminSetUserPasswordCommand.d.ts +1 -1
- package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +1 -1
- package/dist-types/commands/AdminUpdateDeviceStatusCommand.d.ts +1 -1
- package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +1 -1
- package/dist-types/commands/AdminUserGlobalSignOutCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +1 -1
- package/dist-types/commands/ChangePasswordCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmDeviceCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmForgotPasswordCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmSignUpCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourceServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserPoolClientCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourceServerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserPoolClientCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserPoolDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityProviderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeResourceServerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRiskConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserPoolCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +1 -1
- package/dist-types/commands/ForgetDeviceCommand.d.ts +1 -1
- package/dist-types/commands/ForgotPasswordCommand.d.ts +1 -1
- package/dist-types/commands/GetCSVHeaderCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityProviderByIdentifierCommand.d.ts +1 -1
- package/dist-types/commands/GetSigningCertificateCommand.d.ts +1 -1
- package/dist-types/commands/GetUICustomizationCommand.d.ts +1 -1
- package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +1 -1
- package/dist-types/commands/GetUserCommand.d.ts +1 -1
- package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +1 -1
- package/dist-types/commands/GlobalSignOutCommand.d.ts +1 -1
- package/dist-types/commands/InitiateAuthCommand.d.ts +1 -1
- package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceServersCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListUserImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserPoolClientsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserPoolsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersInGroupCommand.d.ts +1 -1
- package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +1 -1
- package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeTokenCommand.d.ts +1 -1
- package/dist-types/commands/SetRiskConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SetUICustomizationCommand.d.ts +1 -1
- package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +1 -1
- package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +1 -1
- package/dist-types/commands/SetUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/SignUpCommand.d.ts +1 -1
- package/dist-types/commands/StartUserImportJobCommand.d.ts +1 -1
- package/dist-types/commands/StopUserImportJobCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceServerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPoolCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +1 -1
- package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +1 -1
- package/dist-types/commands/VerifyUserAttributeCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +101 -0
- package/dist-types/index.d.ts +4 -113
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -3
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +101 -0
- package/dist-types/ts3.4/index.d.ts +4 -113
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +26 -26
|
@@ -1,114 +1,5 @@
|
|
|
1
|
-
export * from "./CognitoIdentityProviderClient";
|
|
2
1
|
export * from "./CognitoIdentityProvider";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/AdminDeleteUserCommand";
|
|
8
|
-
export * from "./commands/AdminDeleteUserAttributesCommand";
|
|
9
|
-
export * from "./commands/AdminDisableProviderForUserCommand";
|
|
10
|
-
export * from "./commands/AdminDisableUserCommand";
|
|
11
|
-
export * from "./commands/AdminEnableUserCommand";
|
|
12
|
-
export * from "./commands/AdminForgetDeviceCommand";
|
|
13
|
-
export * from "./commands/AdminGetDeviceCommand";
|
|
14
|
-
export * from "./commands/AdminGetUserCommand";
|
|
15
|
-
export * from "./commands/AdminInitiateAuthCommand";
|
|
16
|
-
export * from "./commands/AdminLinkProviderForUserCommand";
|
|
17
|
-
export * from "./commands/AdminListDevicesCommand";
|
|
18
|
-
export * from "./commands/AdminListGroupsForUserCommand";
|
|
19
|
-
export * from "./pagination/AdminListGroupsForUserPaginator";
|
|
20
|
-
export * from "./commands/AdminListUserAuthEventsCommand";
|
|
21
|
-
export * from "./pagination/AdminListUserAuthEventsPaginator";
|
|
22
|
-
export * from "./commands/AdminRemoveUserFromGroupCommand";
|
|
23
|
-
export * from "./commands/AdminResetUserPasswordCommand";
|
|
24
|
-
export * from "./commands/AdminRespondToAuthChallengeCommand";
|
|
25
|
-
export * from "./commands/AdminSetUserMFAPreferenceCommand";
|
|
26
|
-
export * from "./commands/AdminSetUserPasswordCommand";
|
|
27
|
-
export * from "./commands/AdminSetUserSettingsCommand";
|
|
28
|
-
export * from "./commands/AdminUpdateAuthEventFeedbackCommand";
|
|
29
|
-
export * from "./commands/AdminUpdateDeviceStatusCommand";
|
|
30
|
-
export * from "./commands/AdminUpdateUserAttributesCommand";
|
|
31
|
-
export * from "./commands/AdminUserGlobalSignOutCommand";
|
|
32
|
-
export * from "./commands/AssociateSoftwareTokenCommand";
|
|
33
|
-
export * from "./commands/ChangePasswordCommand";
|
|
34
|
-
export * from "./commands/ConfirmDeviceCommand";
|
|
35
|
-
export * from "./commands/ConfirmForgotPasswordCommand";
|
|
36
|
-
export * from "./commands/ConfirmSignUpCommand";
|
|
37
|
-
export * from "./commands/CreateGroupCommand";
|
|
38
|
-
export * from "./commands/CreateIdentityProviderCommand";
|
|
39
|
-
export * from "./commands/CreateResourceServerCommand";
|
|
40
|
-
export * from "./commands/CreateUserImportJobCommand";
|
|
41
|
-
export * from "./commands/CreateUserPoolCommand";
|
|
42
|
-
export * from "./commands/CreateUserPoolClientCommand";
|
|
43
|
-
export * from "./commands/CreateUserPoolDomainCommand";
|
|
44
|
-
export * from "./commands/DeleteGroupCommand";
|
|
45
|
-
export * from "./commands/DeleteIdentityProviderCommand";
|
|
46
|
-
export * from "./commands/DeleteResourceServerCommand";
|
|
47
|
-
export * from "./commands/DeleteUserCommand";
|
|
48
|
-
export * from "./commands/DeleteUserAttributesCommand";
|
|
49
|
-
export * from "./commands/DeleteUserPoolCommand";
|
|
50
|
-
export * from "./commands/DeleteUserPoolClientCommand";
|
|
51
|
-
export * from "./commands/DeleteUserPoolDomainCommand";
|
|
52
|
-
export * from "./commands/DescribeIdentityProviderCommand";
|
|
53
|
-
export * from "./commands/DescribeResourceServerCommand";
|
|
54
|
-
export * from "./commands/DescribeRiskConfigurationCommand";
|
|
55
|
-
export * from "./commands/DescribeUserImportJobCommand";
|
|
56
|
-
export * from "./commands/DescribeUserPoolCommand";
|
|
57
|
-
export * from "./commands/DescribeUserPoolClientCommand";
|
|
58
|
-
export * from "./commands/DescribeUserPoolDomainCommand";
|
|
59
|
-
export * from "./commands/ForgetDeviceCommand";
|
|
60
|
-
export * from "./commands/ForgotPasswordCommand";
|
|
61
|
-
export * from "./commands/GetCSVHeaderCommand";
|
|
62
|
-
export * from "./commands/GetDeviceCommand";
|
|
63
|
-
export * from "./commands/GetGroupCommand";
|
|
64
|
-
export * from "./commands/GetIdentityProviderByIdentifierCommand";
|
|
65
|
-
export * from "./commands/GetSigningCertificateCommand";
|
|
66
|
-
export * from "./commands/GetUICustomizationCommand";
|
|
67
|
-
export * from "./commands/GetUserCommand";
|
|
68
|
-
export * from "./commands/GetUserAttributeVerificationCodeCommand";
|
|
69
|
-
export * from "./commands/GetUserPoolMfaConfigCommand";
|
|
70
|
-
export * from "./commands/GlobalSignOutCommand";
|
|
71
|
-
export * from "./commands/InitiateAuthCommand";
|
|
72
|
-
export * from "./commands/ListDevicesCommand";
|
|
73
|
-
export * from "./commands/ListGroupsCommand";
|
|
74
|
-
export * from "./pagination/ListGroupsPaginator";
|
|
75
|
-
export * from "./commands/ListIdentityProvidersCommand";
|
|
76
|
-
export * from "./pagination/ListIdentityProvidersPaginator";
|
|
77
|
-
export * from "./commands/ListResourceServersCommand";
|
|
78
|
-
export * from "./pagination/ListResourceServersPaginator";
|
|
79
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
80
|
-
export * from "./commands/ListUserImportJobsCommand";
|
|
81
|
-
export * from "./commands/ListUserPoolClientsCommand";
|
|
82
|
-
export * from "./pagination/ListUserPoolClientsPaginator";
|
|
83
|
-
export * from "./commands/ListUserPoolsCommand";
|
|
84
|
-
export * from "./pagination/ListUserPoolsPaginator";
|
|
85
|
-
export * from "./commands/ListUsersCommand";
|
|
86
|
-
export * from "./pagination/ListUsersPaginator";
|
|
87
|
-
export * from "./commands/ListUsersInGroupCommand";
|
|
88
|
-
export * from "./pagination/ListUsersInGroupPaginator";
|
|
89
|
-
export * from "./commands/ResendConfirmationCodeCommand";
|
|
90
|
-
export * from "./commands/RespondToAuthChallengeCommand";
|
|
91
|
-
export * from "./commands/RevokeTokenCommand";
|
|
92
|
-
export * from "./commands/SetRiskConfigurationCommand";
|
|
93
|
-
export * from "./commands/SetUICustomizationCommand";
|
|
94
|
-
export * from "./commands/SetUserMFAPreferenceCommand";
|
|
95
|
-
export * from "./commands/SetUserPoolMfaConfigCommand";
|
|
96
|
-
export * from "./commands/SetUserSettingsCommand";
|
|
97
|
-
export * from "./commands/SignUpCommand";
|
|
98
|
-
export * from "./commands/StartUserImportJobCommand";
|
|
99
|
-
export * from "./commands/StopUserImportJobCommand";
|
|
100
|
-
export * from "./commands/TagResourceCommand";
|
|
101
|
-
export * from "./commands/UntagResourceCommand";
|
|
102
|
-
export * from "./commands/UpdateAuthEventFeedbackCommand";
|
|
103
|
-
export * from "./commands/UpdateDeviceStatusCommand";
|
|
104
|
-
export * from "./commands/UpdateGroupCommand";
|
|
105
|
-
export * from "./commands/UpdateIdentityProviderCommand";
|
|
106
|
-
export * from "./commands/UpdateResourceServerCommand";
|
|
107
|
-
export * from "./commands/UpdateUserAttributesCommand";
|
|
108
|
-
export * from "./commands/UpdateUserPoolCommand";
|
|
109
|
-
export * from "./commands/UpdateUserPoolClientCommand";
|
|
110
|
-
export * from "./commands/UpdateUserPoolDomainCommand";
|
|
111
|
-
export * from "./commands/VerifySoftwareTokenCommand";
|
|
112
|
-
export * from "./commands/VerifyUserAttributeCommand";
|
|
113
|
-
export * from "./pagination/Interfaces";
|
|
114
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./CognitoIdentityProviderClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./AdminListGroupsForUserPaginator";
|
|
2
|
+
export * from "./AdminListUserAuthEventsPaginator";
|
|
3
|
+
export * from "./Interfaces";
|
|
4
|
+
export * from "./ListGroupsPaginator";
|
|
5
|
+
export * from "./ListIdentityProvidersPaginator";
|
|
6
|
+
export * from "./ListResourceServersPaginator";
|
|
7
|
+
export * from "./ListUserPoolClientsPaginator";
|
|
8
|
+
export * from "./ListUserPoolsPaginator";
|
|
9
|
+
export * from "./ListUsersInGroupPaginator";
|
|
10
|
+
export * from "./ListUsersPaginator";
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -30,7 +32,6 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
|
|
|
30
32
|
signingEscapePath?: boolean | undefined;
|
|
31
33
|
systemClockOffset?: number | undefined;
|
|
32
34
|
signingRegion?: string | undefined;
|
|
33
|
-
|
|
34
35
|
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
36
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
37
|
};
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
|
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
18
|
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
serviceId: string;
|
|
20
22
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cognito-identity-provider",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.41.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -19,40 +19,40 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-crypto/sha256-browser": "
|
|
23
|
-
"@aws-crypto/sha256-js": "
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
|
+
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.41.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.40.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.40.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.40.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.40.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
|
+
"@aws-sdk/types": "3.40.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.40.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.40.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
56
56
|
"@types/node": "^12.7.5",
|
|
57
57
|
"downlevel-dts": "0.7.0",
|
|
58
58
|
"jest": "^26.1.0",
|