@aws-sdk/client-efs 3.39.0 → 3.43.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 +38 -0
- package/dist-cjs/endpoints.js +360 -83
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +360 -83
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/EFSClient.d.ts +8 -0
- package/dist-types/commands/CreateAccessPointCommand.d.ts +1 -1
- package/dist-types/commands/CreateFileSystemCommand.d.ts +1 -1
- package/dist-types/commands/CreateMountTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFileSystemPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMountTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccessPointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountPreferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBackupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFileSystemPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMountTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountPreferencesCommand.d.ts +1 -1
- package/dist-types/commands/PutBackupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutLifecycleConfigurationCommand.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/UpdateFileSystemCommand.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/EFSClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -23,7 +23,7 @@ export interface DescribeAccessPointsCommandOutput extends DescribeAccessPointsR
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeAccessPointsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeAccessPointsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link EFSClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeAccessPointsCommand extends $Command<DescribeAccessPointsCommandInput, DescribeAccessPointsCommandOutput, EFSClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeAccountPreferencesCommandOutput extends DescribeAccount
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeAccountPreferencesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeAccountPreferencesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link EFSClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeAccountPreferencesCommand extends $Command<DescribeAccountPreferencesCommandInput, DescribeAccountPreferencesCommandOutput, EFSClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeBackupPolicyCommandOutput extends BackupPolicyDescripti
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeBackupPolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeBackupPolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link EFSClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeBackupPolicyCommand extends $Command<DescribeBackupPolicyCommandInput, DescribeBackupPolicyCommandOutput, EFSClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeFileSystemPolicyCommandOutput extends FileSystemPolicyD
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeFileSystemPolicyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeFileSystemPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link EFSClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeFileSystemPolicyCommand extends $Command<DescribeFileSystemPolicyCommandInput, DescribeFileSystemPolicyCommandOutput, EFSClientResolvedConfig> {
|
|
@@ -42,7 +42,7 @@ export interface DescribeFileSystemsCommandOutput extends DescribeFileSystemsRes
|
|
|
42
42
|
*
|
|
43
43
|
* @see {@link DescribeFileSystemsCommandInput} for command's `input` shape.
|
|
44
44
|
* @see {@link DescribeFileSystemsCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link EFSClientResolvedConfig | config} for
|
|
45
|
+
* @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
export declare class DescribeFileSystemsCommand extends $Command<DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput, EFSClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DescribeLifecycleConfigurationCommandOutput extends LifecycleCo
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DescribeLifecycleConfigurationCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DescribeLifecycleConfigurationCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link EFSClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class DescribeLifecycleConfigurationCommand extends $Command<DescribeLifecycleConfigurationCommandInput, DescribeLifecycleConfigurationCommandOutput, EFSClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface DescribeMountTargetSecurityGroupsCommandOutput extends Describe
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link DescribeMountTargetSecurityGroupsCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link DescribeMountTargetSecurityGroupsCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link EFSClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class DescribeMountTargetSecurityGroupsCommand extends $Command<DescribeMountTargetSecurityGroupsCommandInput, DescribeMountTargetSecurityGroupsCommandOutput, EFSClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DescribeMountTargetsCommandOutput extends DescribeMountTargetsR
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DescribeMountTargetsCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DescribeMountTargetsCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link EFSClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class DescribeMountTargetsCommand extends $Command<DescribeMountTargetsCommandInput, DescribeMountTargetsCommandOutput, EFSClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link DescribeTagsCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link DescribeTagsCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link EFSClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, EFSClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link EFSClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EFSClientResolvedConfig> {
|
|
@@ -39,7 +39,7 @@ export interface ModifyMountTargetSecurityGroupsCommandOutput extends __Metadata
|
|
|
39
39
|
*
|
|
40
40
|
* @see {@link ModifyMountTargetSecurityGroupsCommandInput} for command's `input` shape.
|
|
41
41
|
* @see {@link ModifyMountTargetSecurityGroupsCommandOutput} for command's `response` shape.
|
|
42
|
-
* @see {@link EFSClientResolvedConfig | config} for
|
|
42
|
+
* @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
export declare class ModifyMountTargetSecurityGroupsCommand extends $Command<ModifyMountTargetSecurityGroupsCommandInput, ModifyMountTargetSecurityGroupsCommandOutput, EFSClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface PutAccountPreferencesCommandOutput extends PutAccountPreference
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link PutAccountPreferencesCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link PutAccountPreferencesCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link EFSClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class PutAccountPreferencesCommand extends $Command<PutAccountPreferencesCommandInput, PutAccountPreferencesCommandOutput, EFSClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutBackupPolicyCommandOutput extends BackupPolicyDescription, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutBackupPolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutBackupPolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link EFSClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutBackupPolicyCommand extends $Command<PutBackupPolicyCommandInput, PutBackupPolicyCommandOutput, EFSClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface PutFileSystemPolicyCommandOutput extends FileSystemPolicyDescri
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link PutFileSystemPolicyCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link PutFileSystemPolicyCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link EFSClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class PutFileSystemPolicyCommand extends $Command<PutFileSystemPolicyCommandInput, PutFileSystemPolicyCommandOutput, EFSClientResolvedConfig> {
|
|
@@ -51,7 +51,7 @@ export interface PutLifecycleConfigurationCommandOutput extends LifecycleConfigu
|
|
|
51
51
|
*
|
|
52
52
|
* @see {@link PutLifecycleConfigurationCommandInput} for command's `input` shape.
|
|
53
53
|
* @see {@link PutLifecycleConfigurationCommandOutput} for command's `response` shape.
|
|
54
|
-
* @see {@link EFSClientResolvedConfig | config} for
|
|
54
|
+
* @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
export declare class PutLifecycleConfigurationCommand extends $Command<PutLifecycleConfigurationCommandInput, PutLifecycleConfigurationCommandOutput, EFSClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link EFSClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, EFSClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link EFSClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, EFSClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateFileSystemCommandOutput extends FileSystemDescription, __
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateFileSystemCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateFileSystemCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link EFSClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link EFSClientResolvedConfig | config} for EFSClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateFileSystemCommand extends $Command<UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput, EFSClientResolvedConfig> {
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -65,6 +65,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
65
65
|
|
|
66
66
|
logger?: __Logger;
|
|
67
67
|
|
|
68
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
69
|
+
|
|
70
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
71
|
+
|
|
68
72
|
serviceId?: string;
|
|
69
73
|
|
|
70
74
|
region?: string | __Provider<string>;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
|
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;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
|
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: EFSClientConfig) => {
|
|
|
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-efs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Efs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.43.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,32 +21,32 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.43.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",
|