@aws-sdk/client-efs 3.323.0 → 3.326.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 (31) hide show
  1. package/dist-types/commands/CreateAccessPointCommand.d.ts +33 -0
  2. package/dist-types/commands/CreateFileSystemCommand.d.ts +32 -0
  3. package/dist-types/commands/CreateMountTargetCommand.d.ts +15 -0
  4. package/dist-types/commands/CreateReplicationConfigurationCommand.d.ts +18 -0
  5. package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
  6. package/dist-types/commands/DeleteAccessPointCommand.d.ts +4 -0
  7. package/dist-types/commands/DeleteFileSystemCommand.d.ts +4 -0
  8. package/dist-types/commands/DeleteFileSystemPolicyCommand.d.ts +4 -0
  9. package/dist-types/commands/DeleteMountTargetCommand.d.ts +4 -0
  10. package/dist-types/commands/DeleteReplicationConfigurationCommand.d.ts +4 -0
  11. package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
  12. package/dist-types/commands/DescribeAccessPointsCommand.d.ts +38 -0
  13. package/dist-types/commands/DescribeAccountPreferencesCommand.d.ts +12 -0
  14. package/dist-types/commands/DescribeBackupPolicyCommand.d.ts +8 -0
  15. package/dist-types/commands/DescribeFileSystemPolicyCommand.d.ts +7 -0
  16. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +38 -0
  17. package/dist-types/commands/DescribeLifecycleConfigurationCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +8 -0
  19. package/dist-types/commands/DescribeMountTargetsCommand.d.ts +21 -0
  20. package/dist-types/commands/DescribeReplicationConfigurationsCommand.d.ts +23 -0
  21. package/dist-types/commands/DescribeTagsCommand.d.ts +13 -0
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
  23. package/dist-types/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +4 -0
  24. package/dist-types/commands/PutAccountPreferencesCommand.d.ts +11 -0
  25. package/dist-types/commands/PutBackupPolicyCommand.d.ts +8 -0
  26. package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +7 -0
  27. package/dist-types/commands/PutLifecycleConfigurationCommand.d.ts +11 -0
  28. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  29. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  30. package/dist-types/commands/UpdateFileSystemCommand.d.ts +32 -0
  31. package/package.json +16 -16
@@ -66,6 +66,37 @@ export interface CreateAccessPointCommandOutput extends AccessPointDescription,
66
66
  * };
67
67
  * const command = new CreateAccessPointCommand(input);
68
68
  * const response = await client.send(command);
69
+ * // { // AccessPointDescription
70
+ * // ClientToken: "STRING_VALUE",
71
+ * // Name: "STRING_VALUE",
72
+ * // Tags: [ // Tags
73
+ * // { // Tag
74
+ * // Key: "STRING_VALUE", // required
75
+ * // Value: "STRING_VALUE", // required
76
+ * // },
77
+ * // ],
78
+ * // AccessPointId: "STRING_VALUE",
79
+ * // AccessPointArn: "STRING_VALUE",
80
+ * // FileSystemId: "STRING_VALUE",
81
+ * // PosixUser: { // PosixUser
82
+ * // Uid: Number("long"), // required
83
+ * // Gid: Number("long"), // required
84
+ * // SecondaryGids: [ // SecondaryGids
85
+ * // Number("long"),
86
+ * // ],
87
+ * // },
88
+ * // RootDirectory: { // RootDirectory
89
+ * // Path: "STRING_VALUE",
90
+ * // CreationInfo: { // CreationInfo
91
+ * // OwnerUid: Number("long"), // required
92
+ * // OwnerGid: Number("long"), // required
93
+ * // Permissions: "STRING_VALUE", // required
94
+ * // },
95
+ * // },
96
+ * // OwnerId: "STRING_VALUE",
97
+ * // LifeCycleState: "creating" || "available" || "updating" || "deleting" || "deleted" || "error",
98
+ * // };
99
+ *
69
100
  * ```
70
101
  *
71
102
  * @param CreateAccessPointCommandInput - {@link CreateAccessPointCommandInput}
@@ -101,6 +132,8 @@ export interface CreateAccessPointCommandOutput extends AccessPointDescription,
101
132
  * the number of Access Points on the file system is nearing the
102
133
  * <a href="https://docs.aws.amazon.com/efs/latest/ug/limits.html#limits-efs-resources-per-account-per-region">limit of 120</a>.</p>
103
134
  *
135
+ * @throws {@link EFSServiceException}
136
+ * <p>Base exception class for all service exceptions from EFS service.</p>
104
137
  *
105
138
  */
106
139
  export declare class CreateAccessPointCommand extends $Command<CreateAccessPointCommandInput, CreateAccessPointCommandOutput, EFSClientResolvedConfig> {
@@ -92,6 +92,36 @@ export interface CreateFileSystemCommandOutput extends FileSystemDescription, __
92
92
  * };
93
93
  * const command = new CreateFileSystemCommand(input);
94
94
  * const response = await client.send(command);
95
+ * // { // FileSystemDescription
96
+ * // OwnerId: "STRING_VALUE", // required
97
+ * // CreationToken: "STRING_VALUE", // required
98
+ * // FileSystemId: "STRING_VALUE", // required
99
+ * // FileSystemArn: "STRING_VALUE",
100
+ * // CreationTime: new Date("TIMESTAMP"), // required
101
+ * // LifeCycleState: "creating" || "available" || "updating" || "deleting" || "deleted" || "error", // required
102
+ * // Name: "STRING_VALUE",
103
+ * // NumberOfMountTargets: Number("int"), // required
104
+ * // SizeInBytes: { // FileSystemSize
105
+ * // Value: Number("long"), // required
106
+ * // Timestamp: new Date("TIMESTAMP"),
107
+ * // ValueInIA: Number("long"),
108
+ * // ValueInStandard: Number("long"),
109
+ * // },
110
+ * // PerformanceMode: "generalPurpose" || "maxIO", // required
111
+ * // Encrypted: true || false,
112
+ * // KmsKeyId: "STRING_VALUE",
113
+ * // ThroughputMode: "bursting" || "provisioned" || "elastic",
114
+ * // ProvisionedThroughputInMibps: Number("double"),
115
+ * // AvailabilityZoneName: "STRING_VALUE",
116
+ * // AvailabilityZoneId: "STRING_VALUE",
117
+ * // Tags: [ // Tags // required
118
+ * // { // Tag
119
+ * // Key: "STRING_VALUE", // required
120
+ * // Value: "STRING_VALUE", // required
121
+ * // },
122
+ * // ],
123
+ * // };
124
+ *
95
125
  * ```
96
126
  *
97
127
  * @param CreateFileSystemCommandInput - {@link CreateFileSystemCommandInput}
@@ -129,6 +159,8 @@ export interface CreateFileSystemCommandOutput extends FileSystemDescription, __
129
159
  * @throws {@link UnsupportedAvailabilityZone} (client fault)
130
160
  * <p>Returned if the requested Amazon EFS functionality is not available in the specified Availability Zone.</p>
131
161
  *
162
+ * @throws {@link EFSServiceException}
163
+ * <p>Base exception class for all service exceptions from EFS service.</p>
132
164
  *
133
165
  * @example To create a new file system
134
166
  * ```javascript
@@ -175,6 +175,19 @@ export interface CreateMountTargetCommandOutput extends MountTargetDescription,
175
175
  * };
176
176
  * const command = new CreateMountTargetCommand(input);
177
177
  * const response = await client.send(command);
178
+ * // { // MountTargetDescription
179
+ * // OwnerId: "STRING_VALUE",
180
+ * // MountTargetId: "STRING_VALUE", // required
181
+ * // FileSystemId: "STRING_VALUE", // required
182
+ * // SubnetId: "STRING_VALUE", // required
183
+ * // LifeCycleState: "creating" || "available" || "updating" || "deleting" || "deleted" || "error", // required
184
+ * // IpAddress: "STRING_VALUE",
185
+ * // NetworkInterfaceId: "STRING_VALUE",
186
+ * // AvailabilityZoneId: "STRING_VALUE",
187
+ * // AvailabilityZoneName: "STRING_VALUE",
188
+ * // VpcId: "STRING_VALUE",
189
+ * // };
190
+ *
178
191
  * ```
179
192
  *
180
193
  * @param CreateMountTargetCommandInput - {@link CreateMountTargetCommandInput}
@@ -237,6 +250,8 @@ export interface CreateMountTargetCommandOutput extends MountTargetDescription,
237
250
  * @throws {@link UnsupportedAvailabilityZone} (client fault)
238
251
  * <p>Returned if the requested Amazon EFS functionality is not available in the specified Availability Zone.</p>
239
252
  *
253
+ * @throws {@link EFSServiceException}
254
+ * <p>Base exception class for all service exceptions from EFS service.</p>
240
255
  *
241
256
  * @example To create a new mount target
242
257
  * ```javascript
@@ -119,6 +119,22 @@ export interface CreateReplicationConfigurationCommandOutput extends Replication
119
119
  * };
120
120
  * const command = new CreateReplicationConfigurationCommand(input);
121
121
  * const response = await client.send(command);
122
+ * // { // ReplicationConfigurationDescription
123
+ * // SourceFileSystemId: "STRING_VALUE", // required
124
+ * // SourceFileSystemRegion: "STRING_VALUE", // required
125
+ * // SourceFileSystemArn: "STRING_VALUE", // required
126
+ * // OriginalSourceFileSystemArn: "STRING_VALUE", // required
127
+ * // CreationTime: new Date("TIMESTAMP"), // required
128
+ * // Destinations: [ // Destinations // required
129
+ * // { // Destination
130
+ * // Status: "ENABLED" || "ENABLING" || "DELETING" || "ERROR" || "PAUSED" || "PAUSING", // required
131
+ * // FileSystemId: "STRING_VALUE", // required
132
+ * // Region: "STRING_VALUE", // required
133
+ * // LastReplicatedTimestamp: new Date("TIMESTAMP"),
134
+ * // },
135
+ * // ],
136
+ * // };
137
+ *
122
138
  * ```
123
139
  *
124
140
  * @param CreateReplicationConfigurationCommandInput - {@link CreateReplicationConfigurationCommandInput}
@@ -166,6 +182,8 @@ export interface CreateReplicationConfigurationCommandOutput extends Replication
166
182
  * @throws {@link ValidationException} (client fault)
167
183
  * <p>Returned if the Backup service is not available in the Amazon Web Services Region in which the request was made.</p>
168
184
  *
185
+ * @throws {@link EFSServiceException}
186
+ * <p>Base exception class for all service exceptions from EFS service.</p>
169
187
  *
170
188
  */
171
189
  export declare class CreateReplicationConfigurationCommand extends $Command<CreateReplicationConfigurationCommandInput, CreateReplicationConfigurationCommandOutput, EFSClientResolvedConfig> {
@@ -48,6 +48,8 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {
48
48
  * };
49
49
  * const command = new CreateTagsCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // {};
52
+ *
51
53
  * ```
52
54
  *
53
55
  * @param CreateTagsCommandInput - {@link CreateTagsCommandInput}
@@ -67,6 +69,8 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {
67
69
  * @throws {@link InternalServerError} (server fault)
68
70
  * <p>Returned if an error occurred on the server side.</p>
69
71
  *
72
+ * @throws {@link EFSServiceException}
73
+ * <p>Base exception class for all service exceptions from EFS service.</p>
70
74
  *
71
75
  * @example To create a new tag
72
76
  * ```javascript
@@ -34,6 +34,8 @@ export interface DeleteAccessPointCommandOutput extends __MetadataBearer {
34
34
  * };
35
35
  * const command = new DeleteAccessPointCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteAccessPointCommandInput - {@link DeleteAccessPointCommandInput}
@@ -53,6 +55,8 @@ export interface DeleteAccessPointCommandOutput extends __MetadataBearer {
53
55
  * @throws {@link InternalServerError} (server fault)
54
56
  * <p>Returned if an error occurred on the server side.</p>
55
57
  *
58
+ * @throws {@link EFSServiceException}
59
+ * <p>Base exception class for all service exceptions from EFS service.</p>
56
60
  *
57
61
  */
58
62
  export declare class DeleteAccessPointCommand extends $Command<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, EFSClientResolvedConfig> {
@@ -50,6 +50,8 @@ export interface DeleteFileSystemCommandOutput extends __MetadataBearer {
50
50
  * };
51
51
  * const command = new DeleteFileSystemCommand(input);
52
52
  * const response = await client.send(command);
53
+ * // {};
54
+ *
53
55
  * ```
54
56
  *
55
57
  * @param DeleteFileSystemCommandInput - {@link DeleteFileSystemCommandInput}
@@ -72,6 +74,8 @@ export interface DeleteFileSystemCommandOutput extends __MetadataBearer {
72
74
  * @throws {@link InternalServerError} (server fault)
73
75
  * <p>Returned if an error occurred on the server side.</p>
74
76
  *
77
+ * @throws {@link EFSServiceException}
78
+ * <p>Base exception class for all service exceptions from EFS service.</p>
75
79
  *
76
80
  * @example To delete a file system
77
81
  * ```javascript
@@ -34,6 +34,8 @@ export interface DeleteFileSystemPolicyCommandOutput extends __MetadataBearer {
34
34
  * };
35
35
  * const command = new DeleteFileSystemPolicyCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteFileSystemPolicyCommandInput - {@link DeleteFileSystemPolicyCommandInput}
@@ -56,6 +58,8 @@ export interface DeleteFileSystemPolicyCommandOutput extends __MetadataBearer {
56
58
  * @throws {@link InternalServerError} (server fault)
57
59
  * <p>Returned if an error occurred on the server side.</p>
58
60
  *
61
+ * @throws {@link EFSServiceException}
62
+ * <p>Base exception class for all service exceptions from EFS service.</p>
59
63
  *
60
64
  */
61
65
  export declare class DeleteFileSystemPolicyCommand extends $Command<DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput, EFSClientResolvedConfig> {
@@ -61,6 +61,8 @@ export interface DeleteMountTargetCommandOutput extends __MetadataBearer {
61
61
  * };
62
62
  * const command = new DeleteMountTargetCommand(input);
63
63
  * const response = await client.send(command);
64
+ * // {};
65
+ *
64
66
  * ```
65
67
  *
66
68
  * @param DeleteMountTargetCommandInput - {@link DeleteMountTargetCommandInput}
@@ -84,6 +86,8 @@ export interface DeleteMountTargetCommandOutput extends __MetadataBearer {
84
86
  * <p>Returned if there is no mount target with the specified ID found in the
85
87
  * caller's Amazon Web Services account.</p>
86
88
  *
89
+ * @throws {@link EFSServiceException}
90
+ * <p>Base exception class for all service exceptions from EFS service.</p>
87
91
  *
88
92
  * @example To delete a mount target
89
93
  * ```javascript
@@ -36,6 +36,8 @@ export interface DeleteReplicationConfigurationCommandOutput extends __MetadataB
36
36
  * };
37
37
  * const command = new DeleteReplicationConfigurationCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param DeleteReplicationConfigurationCommandInput - {@link DeleteReplicationConfigurationCommandInput}
@@ -59,6 +61,8 @@ export interface DeleteReplicationConfigurationCommandOutput extends __MetadataB
59
61
  * <p>Returned if the specified file system does not have a replication
60
62
  * configuration.</p>
61
63
  *
64
+ * @throws {@link EFSServiceException}
65
+ * <p>Base exception class for all service exceptions from EFS service.</p>
62
66
  *
63
67
  */
64
68
  export declare class DeleteReplicationConfigurationCommand extends $Command<DeleteReplicationConfigurationCommandInput, DeleteReplicationConfigurationCommandOutput, EFSClientResolvedConfig> {
@@ -45,6 +45,8 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
45
45
  * };
46
46
  * const command = new DeleteTagsCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // {};
49
+ *
48
50
  * ```
49
51
  *
50
52
  * @param DeleteTagsCommandInput - {@link DeleteTagsCommandInput}
@@ -64,6 +66,8 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
64
66
  * @throws {@link InternalServerError} (server fault)
65
67
  * <p>Returned if an error occurred on the server side.</p>
66
68
  *
69
+ * @throws {@link EFSServiceException}
70
+ * <p>Base exception class for all service exceptions from EFS service.</p>
67
71
  *
68
72
  * @example To delete tags for an EFS file system
69
73
  * ```javascript
@@ -37,6 +37,42 @@ export interface DescribeAccessPointsCommandOutput extends DescribeAccessPointsR
37
37
  * };
38
38
  * const command = new DescribeAccessPointsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // DescribeAccessPointsResponse
41
+ * // AccessPoints: [ // AccessPointDescriptions
42
+ * // { // AccessPointDescription
43
+ * // ClientToken: "STRING_VALUE",
44
+ * // Name: "STRING_VALUE",
45
+ * // Tags: [ // Tags
46
+ * // { // Tag
47
+ * // Key: "STRING_VALUE", // required
48
+ * // Value: "STRING_VALUE", // required
49
+ * // },
50
+ * // ],
51
+ * // AccessPointId: "STRING_VALUE",
52
+ * // AccessPointArn: "STRING_VALUE",
53
+ * // FileSystemId: "STRING_VALUE",
54
+ * // PosixUser: { // PosixUser
55
+ * // Uid: Number("long"), // required
56
+ * // Gid: Number("long"), // required
57
+ * // SecondaryGids: [ // SecondaryGids
58
+ * // Number("long"),
59
+ * // ],
60
+ * // },
61
+ * // RootDirectory: { // RootDirectory
62
+ * // Path: "STRING_VALUE",
63
+ * // CreationInfo: { // CreationInfo
64
+ * // OwnerUid: Number("long"), // required
65
+ * // OwnerGid: Number("long"), // required
66
+ * // Permissions: "STRING_VALUE", // required
67
+ * // },
68
+ * // },
69
+ * // OwnerId: "STRING_VALUE",
70
+ * // LifeCycleState: "creating" || "available" || "updating" || "deleting" || "deleted" || "error",
71
+ * // },
72
+ * // ],
73
+ * // NextToken: "STRING_VALUE",
74
+ * // };
75
+ *
40
76
  * ```
41
77
  *
42
78
  * @param DescribeAccessPointsCommandInput - {@link DescribeAccessPointsCommandInput}
@@ -60,6 +96,8 @@ export interface DescribeAccessPointsCommandOutput extends DescribeAccessPointsR
60
96
  * @throws {@link InternalServerError} (server fault)
61
97
  * <p>Returned if an error occurred on the server side.</p>
62
98
  *
99
+ * @throws {@link EFSServiceException}
100
+ * <p>Base exception class for all service exceptions from EFS service.</p>
63
101
  *
64
102
  */
65
103
  export declare class DescribeAccessPointsCommand extends $Command<DescribeAccessPointsCommandInput, DescribeAccessPointsCommandOutput, EFSClientResolvedConfig> {
@@ -33,6 +33,16 @@ export interface DescribeAccountPreferencesCommandOutput extends DescribeAccount
33
33
  * };
34
34
  * const command = new DescribeAccountPreferencesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeAccountPreferencesResponse
37
+ * // ResourceIdPreference: { // ResourceIdPreference
38
+ * // ResourceIdType: "LONG_ID" || "SHORT_ID",
39
+ * // Resources: [ // Resources
40
+ * // "FILE_SYSTEM" || "MOUNT_TARGET",
41
+ * // ],
42
+ * // },
43
+ * // NextToken: "STRING_VALUE",
44
+ * // };
45
+ *
36
46
  * ```
37
47
  *
38
48
  * @param DescribeAccountPreferencesCommandInput - {@link DescribeAccountPreferencesCommandInput}
@@ -44,6 +54,8 @@ export interface DescribeAccountPreferencesCommandOutput extends DescribeAccount
44
54
  * @throws {@link InternalServerError} (server fault)
45
55
  * <p>Returned if an error occurred on the server side.</p>
46
56
  *
57
+ * @throws {@link EFSServiceException}
58
+ * <p>Base exception class for all service exceptions from EFS service.</p>
47
59
  *
48
60
  */
49
61
  export declare class DescribeAccountPreferencesCommand extends $Command<DescribeAccountPreferencesCommandInput, DescribeAccountPreferencesCommandOutput, EFSClientResolvedConfig> {
@@ -31,6 +31,12 @@ export interface DescribeBackupPolicyCommandOutput extends BackupPolicyDescripti
31
31
  * };
32
32
  * const command = new DescribeBackupPolicyCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // BackupPolicyDescription
35
+ * // BackupPolicy: { // BackupPolicy
36
+ * // Status: "ENABLED" || "ENABLING" || "DISABLED" || "DISABLING", // required
37
+ * // },
38
+ * // };
39
+ *
34
40
  * ```
35
41
  *
36
42
  * @param DescribeBackupPolicyCommandInput - {@link DescribeBackupPolicyCommandInput}
@@ -56,6 +62,8 @@ export interface DescribeBackupPolicyCommandOutput extends BackupPolicyDescripti
56
62
  * @throws {@link ValidationException} (client fault)
57
63
  * <p>Returned if the Backup service is not available in the Amazon Web Services Region in which the request was made.</p>
58
64
  *
65
+ * @throws {@link EFSServiceException}
66
+ * <p>Base exception class for all service exceptions from EFS service.</p>
59
67
  *
60
68
  */
61
69
  export declare class DescribeBackupPolicyCommand extends $Command<DescribeBackupPolicyCommandInput, DescribeBackupPolicyCommandOutput, EFSClientResolvedConfig> {
@@ -32,6 +32,11 @@ export interface DescribeFileSystemPolicyCommandOutput extends FileSystemPolicyD
32
32
  * };
33
33
  * const command = new DescribeFileSystemPolicyCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // FileSystemPolicyDescription
36
+ * // FileSystemId: "STRING_VALUE",
37
+ * // Policy: "STRING_VALUE",
38
+ * // };
39
+ *
35
40
  * ```
36
41
  *
37
42
  * @param DescribeFileSystemPolicyCommandInput - {@link DescribeFileSystemPolicyCommandInput}
@@ -54,6 +59,8 @@ export interface DescribeFileSystemPolicyCommandOutput extends FileSystemPolicyD
54
59
  * @throws {@link PolicyNotFound} (client fault)
55
60
  * <p>Returned if the default file system policy is in effect for the EFS file system specified.</p>
56
61
  *
62
+ * @throws {@link EFSServiceException}
63
+ * <p>Base exception class for all service exceptions from EFS service.</p>
57
64
  *
58
65
  */
59
66
  export declare class DescribeFileSystemPolicyCommand extends $Command<DescribeFileSystemPolicyCommandInput, DescribeFileSystemPolicyCommandOutput, EFSClientResolvedConfig> {
@@ -53,6 +53,42 @@ export interface DescribeFileSystemsCommandOutput extends DescribeFileSystemsRes
53
53
  * };
54
54
  * const command = new DescribeFileSystemsCommand(input);
55
55
  * const response = await client.send(command);
56
+ * // { // DescribeFileSystemsResponse
57
+ * // Marker: "STRING_VALUE",
58
+ * // FileSystems: [ // FileSystemDescriptions
59
+ * // { // FileSystemDescription
60
+ * // OwnerId: "STRING_VALUE", // required
61
+ * // CreationToken: "STRING_VALUE", // required
62
+ * // FileSystemId: "STRING_VALUE", // required
63
+ * // FileSystemArn: "STRING_VALUE",
64
+ * // CreationTime: new Date("TIMESTAMP"), // required
65
+ * // LifeCycleState: "creating" || "available" || "updating" || "deleting" || "deleted" || "error", // required
66
+ * // Name: "STRING_VALUE",
67
+ * // NumberOfMountTargets: Number("int"), // required
68
+ * // SizeInBytes: { // FileSystemSize
69
+ * // Value: Number("long"), // required
70
+ * // Timestamp: new Date("TIMESTAMP"),
71
+ * // ValueInIA: Number("long"),
72
+ * // ValueInStandard: Number("long"),
73
+ * // },
74
+ * // PerformanceMode: "generalPurpose" || "maxIO", // required
75
+ * // Encrypted: true || false,
76
+ * // KmsKeyId: "STRING_VALUE",
77
+ * // ThroughputMode: "bursting" || "provisioned" || "elastic",
78
+ * // ProvisionedThroughputInMibps: Number("double"),
79
+ * // AvailabilityZoneName: "STRING_VALUE",
80
+ * // AvailabilityZoneId: "STRING_VALUE",
81
+ * // Tags: [ // Tags // required
82
+ * // { // Tag
83
+ * // Key: "STRING_VALUE", // required
84
+ * // Value: "STRING_VALUE", // required
85
+ * // },
86
+ * // ],
87
+ * // },
88
+ * // ],
89
+ * // NextMarker: "STRING_VALUE",
90
+ * // };
91
+ *
56
92
  * ```
57
93
  *
58
94
  * @param DescribeFileSystemsCommandInput - {@link DescribeFileSystemsCommandInput}
@@ -72,6 +108,8 @@ export interface DescribeFileSystemsCommandOutput extends DescribeFileSystemsRes
72
108
  * @throws {@link InternalServerError} (server fault)
73
109
  * <p>Returned if an error occurred on the server side.</p>
74
110
  *
111
+ * @throws {@link EFSServiceException}
112
+ * <p>Base exception class for all service exceptions from EFS service.</p>
75
113
  *
76
114
  * @example To describe an EFS file system
77
115
  * ```javascript
@@ -39,6 +39,15 @@ export interface DescribeLifecycleConfigurationCommandOutput extends LifecycleCo
39
39
  * };
40
40
  * const command = new DescribeLifecycleConfigurationCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // LifecycleConfigurationDescription
43
+ * // LifecyclePolicies: [ // LifecyclePolicies
44
+ * // { // LifecyclePolicy
45
+ * // TransitionToIA: "AFTER_7_DAYS" || "AFTER_14_DAYS" || "AFTER_30_DAYS" || "AFTER_60_DAYS" || "AFTER_90_DAYS" || "AFTER_1_DAY",
46
+ * // TransitionToPrimaryStorageClass: "AFTER_1_ACCESS",
47
+ * // },
48
+ * // ],
49
+ * // };
50
+ *
42
51
  * ```
43
52
  *
44
53
  * @param DescribeLifecycleConfigurationCommandInput - {@link DescribeLifecycleConfigurationCommandInput}
@@ -58,6 +67,8 @@ export interface DescribeLifecycleConfigurationCommandOutput extends LifecycleCo
58
67
  * @throws {@link InternalServerError} (server fault)
59
68
  * <p>Returned if an error occurred on the server side.</p>
60
69
  *
70
+ * @throws {@link EFSServiceException}
71
+ * <p>Base exception class for all service exceptions from EFS service.</p>
61
72
  *
62
73
  * @example To describe the lifecycle configuration for a file system
63
74
  * ```javascript
@@ -46,6 +46,12 @@ export interface DescribeMountTargetSecurityGroupsCommandOutput extends Describe
46
46
  * };
47
47
  * const command = new DescribeMountTargetSecurityGroupsCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // DescribeMountTargetSecurityGroupsResponse
50
+ * // SecurityGroups: [ // SecurityGroups // required
51
+ * // "STRING_VALUE",
52
+ * // ],
53
+ * // };
54
+ *
49
55
  * ```
50
56
  *
51
57
  * @param DescribeMountTargetSecurityGroupsCommandInput - {@link DescribeMountTargetSecurityGroupsCommandInput}
@@ -69,6 +75,8 @@ export interface DescribeMountTargetSecurityGroupsCommandOutput extends Describe
69
75
  * <p>Returned if there is no mount target with the specified ID found in the
70
76
  * caller's Amazon Web Services account.</p>
71
77
  *
78
+ * @throws {@link EFSServiceException}
79
+ * <p>Base exception class for all service exceptions from EFS service.</p>
72
80
  *
73
81
  * @example To describe the security groups for a mount target
74
82
  * ```javascript
@@ -41,6 +41,25 @@ export interface DescribeMountTargetsCommandOutput extends DescribeMountTargetsR
41
41
  * };
42
42
  * const command = new DescribeMountTargetsCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // DescribeMountTargetsResponse
45
+ * // Marker: "STRING_VALUE",
46
+ * // MountTargets: [ // MountTargetDescriptions
47
+ * // { // MountTargetDescription
48
+ * // OwnerId: "STRING_VALUE",
49
+ * // MountTargetId: "STRING_VALUE", // required
50
+ * // FileSystemId: "STRING_VALUE", // required
51
+ * // SubnetId: "STRING_VALUE", // required
52
+ * // LifeCycleState: "creating" || "available" || "updating" || "deleting" || "deleted" || "error", // required
53
+ * // IpAddress: "STRING_VALUE",
54
+ * // NetworkInterfaceId: "STRING_VALUE",
55
+ * // AvailabilityZoneId: "STRING_VALUE",
56
+ * // AvailabilityZoneName: "STRING_VALUE",
57
+ * // VpcId: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // NextMarker: "STRING_VALUE",
61
+ * // };
62
+ *
44
63
  * ```
45
64
  *
46
65
  * @param DescribeMountTargetsCommandInput - {@link DescribeMountTargetsCommandInput}
@@ -68,6 +87,8 @@ export interface DescribeMountTargetsCommandOutput extends DescribeMountTargetsR
68
87
  * <p>Returned if there is no mount target with the specified ID found in the
69
88
  * caller's Amazon Web Services account.</p>
70
89
  *
90
+ * @throws {@link EFSServiceException}
91
+ * <p>Base exception class for all service exceptions from EFS service.</p>
71
92
  *
72
93
  * @example To describe the mount targets for a file system
73
94
  * ```javascript
@@ -35,6 +35,27 @@ export interface DescribeReplicationConfigurationsCommandOutput extends Describe
35
35
  * };
36
36
  * const command = new DescribeReplicationConfigurationsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DescribeReplicationConfigurationsResponse
39
+ * // Replications: [ // ReplicationConfigurationDescriptions
40
+ * // { // ReplicationConfigurationDescription
41
+ * // SourceFileSystemId: "STRING_VALUE", // required
42
+ * // SourceFileSystemRegion: "STRING_VALUE", // required
43
+ * // SourceFileSystemArn: "STRING_VALUE", // required
44
+ * // OriginalSourceFileSystemArn: "STRING_VALUE", // required
45
+ * // CreationTime: new Date("TIMESTAMP"), // required
46
+ * // Destinations: [ // Destinations // required
47
+ * // { // Destination
48
+ * // Status: "ENABLED" || "ENABLING" || "DELETING" || "ERROR" || "PAUSED" || "PAUSING", // required
49
+ * // FileSystemId: "STRING_VALUE", // required
50
+ * // Region: "STRING_VALUE", // required
51
+ * // LastReplicatedTimestamp: new Date("TIMESTAMP"),
52
+ * // },
53
+ * // ],
54
+ * // },
55
+ * // ],
56
+ * // NextToken: "STRING_VALUE",
57
+ * // };
58
+ *
38
59
  * ```
39
60
  *
40
61
  * @param DescribeReplicationConfigurationsCommandInput - {@link DescribeReplicationConfigurationsCommandInput}
@@ -61,6 +82,8 @@ export interface DescribeReplicationConfigurationsCommandOutput extends Describe
61
82
  * @throws {@link ValidationException} (client fault)
62
83
  * <p>Returned if the Backup service is not available in the Amazon Web Services Region in which the request was made.</p>
63
84
  *
85
+ * @throws {@link EFSServiceException}
86
+ * <p>Base exception class for all service exceptions from EFS service.</p>
64
87
  *
65
88
  */
66
89
  export declare class DescribeReplicationConfigurationsCommand extends $Command<DescribeReplicationConfigurationsCommandInput, DescribeReplicationConfigurationsCommandOutput, EFSClientResolvedConfig> {
@@ -44,6 +44,17 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
44
44
  * };
45
45
  * const command = new DescribeTagsCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // DescribeTagsResponse
48
+ * // Marker: "STRING_VALUE",
49
+ * // Tags: [ // Tags // required
50
+ * // { // Tag
51
+ * // Key: "STRING_VALUE", // required
52
+ * // Value: "STRING_VALUE", // required
53
+ * // },
54
+ * // ],
55
+ * // NextMarker: "STRING_VALUE",
56
+ * // };
57
+ *
47
58
  * ```
48
59
  *
49
60
  * @param DescribeTagsCommandInput - {@link DescribeTagsCommandInput}
@@ -63,6 +74,8 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
63
74
  * @throws {@link InternalServerError} (server fault)
64
75
  * <p>Returned if an error occurred on the server side.</p>
65
76
  *
77
+ * @throws {@link EFSServiceException}
78
+ * <p>Base exception class for all service exceptions from EFS service.</p>
66
79
  *
67
80
  * @example To describe the tags for a file system
68
81
  * ```javascript
@@ -34,6 +34,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
34
34
  * };
35
35
  * const command = new ListTagsForResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListTagsForResourceResponse
38
+ * // Tags: [ // Tags
39
+ * // { // Tag
40
+ * // Key: "STRING_VALUE", // required
41
+ * // Value: "STRING_VALUE", // required
42
+ * // },
43
+ * // ],
44
+ * // NextToken: "STRING_VALUE",
45
+ * // };
46
+ *
37
47
  * ```
38
48
  *
39
49
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -57,6 +67,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
57
67
  * @throws {@link InternalServerError} (server fault)
58
68
  * <p>Returned if an error occurred on the server side.</p>
59
69
  *
70
+ * @throws {@link EFSServiceException}
71
+ * <p>Base exception class for all service exceptions from EFS service.</p>
60
72
  *
61
73
  */
62
74
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EFSClientResolvedConfig> {
@@ -53,6 +53,8 @@ export interface ModifyMountTargetSecurityGroupsCommandOutput extends __Metadata
53
53
  * };
54
54
  * const command = new ModifyMountTargetSecurityGroupsCommand(input);
55
55
  * const response = await client.send(command);
56
+ * // {};
57
+ *
56
58
  * ```
57
59
  *
58
60
  * @param ModifyMountTargetSecurityGroupsCommandInput - {@link ModifyMountTargetSecurityGroupsCommandInput}
@@ -84,6 +86,8 @@ export interface ModifyMountTargetSecurityGroupsCommandOutput extends __Metadata
84
86
  * <p>Returned if one of the specified security groups doesn't exist in the subnet's
85
87
  * virtual private cloud (VPC).</p>
86
88
  *
89
+ * @throws {@link EFSServiceException}
90
+ * <p>Base exception class for all service exceptions from EFS service.</p>
87
91
  *
88
92
  * @example To modify the security groups associated with a mount target for a file system
89
93
  * ```javascript
@@ -41,6 +41,15 @@ export interface PutAccountPreferencesCommandOutput extends PutAccountPreference
41
41
  * };
42
42
  * const command = new PutAccountPreferencesCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // PutAccountPreferencesResponse
45
+ * // ResourceIdPreference: { // ResourceIdPreference
46
+ * // ResourceIdType: "LONG_ID" || "SHORT_ID",
47
+ * // Resources: [ // Resources
48
+ * // "FILE_SYSTEM" || "MOUNT_TARGET",
49
+ * // ],
50
+ * // },
51
+ * // };
52
+ *
44
53
  * ```
45
54
  *
46
55
  * @param PutAccountPreferencesCommandInput - {@link PutAccountPreferencesCommandInput}
@@ -56,6 +65,8 @@ export interface PutAccountPreferencesCommandOutput extends PutAccountPreference
56
65
  * @throws {@link InternalServerError} (server fault)
57
66
  * <p>Returned if an error occurred on the server side.</p>
58
67
  *
68
+ * @throws {@link EFSServiceException}
69
+ * <p>Base exception class for all service exceptions from EFS service.</p>
59
70
  *
60
71
  */
61
72
  export declare class PutAccountPreferencesCommand extends $Command<PutAccountPreferencesCommandInput, PutAccountPreferencesCommandOutput, EFSClientResolvedConfig> {
@@ -34,6 +34,12 @@ export interface PutBackupPolicyCommandOutput extends BackupPolicyDescription, _
34
34
  * };
35
35
  * const command = new PutBackupPolicyCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // BackupPolicyDescription
38
+ * // BackupPolicy: { // BackupPolicy
39
+ * // Status: "ENABLED" || "ENABLING" || "DISABLED" || "DISABLING", // required
40
+ * // },
41
+ * // };
42
+ *
37
43
  * ```
38
44
  *
39
45
  * @param PutBackupPolicyCommandInput - {@link PutBackupPolicyCommandInput}
@@ -59,6 +65,8 @@ export interface PutBackupPolicyCommandOutput extends BackupPolicyDescription, _
59
65
  * @throws {@link ValidationException} (client fault)
60
66
  * <p>Returned if the Backup service is not available in the Amazon Web Services Region in which the request was made.</p>
61
67
  *
68
+ * @throws {@link EFSServiceException}
69
+ * <p>Base exception class for all service exceptions from EFS service.</p>
62
70
  *
63
71
  */
64
72
  export declare class PutBackupPolicyCommand extends $Command<PutBackupPolicyCommandInput, PutBackupPolicyCommandOutput, EFSClientResolvedConfig> {
@@ -44,6 +44,11 @@ export interface PutFileSystemPolicyCommandOutput extends FileSystemPolicyDescri
44
44
  * };
45
45
  * const command = new PutFileSystemPolicyCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // FileSystemPolicyDescription
48
+ * // FileSystemId: "STRING_VALUE",
49
+ * // Policy: "STRING_VALUE",
50
+ * // };
51
+ *
47
52
  * ```
48
53
  *
49
54
  * @param PutFileSystemPolicyCommandInput - {@link PutFileSystemPolicyCommandInput}
@@ -71,6 +76,8 @@ export interface PutFileSystemPolicyCommandOutput extends FileSystemPolicyDescri
71
76
  * as a parameter value that is not valid or a missing required parameter. Returned in the
72
77
  * case of a policy lockout safety check error.</p>
73
78
  *
79
+ * @throws {@link EFSServiceException}
80
+ * <p>Base exception class for all service exceptions from EFS service.</p>
74
81
  *
75
82
  */
76
83
  export declare class PutFileSystemPolicyCommand extends $Command<PutFileSystemPolicyCommandInput, PutFileSystemPolicyCommandOutput, EFSClientResolvedConfig> {
@@ -83,6 +83,15 @@ export interface PutLifecycleConfigurationCommandOutput extends LifecycleConfigu
83
83
  * };
84
84
  * const command = new PutLifecycleConfigurationCommand(input);
85
85
  * const response = await client.send(command);
86
+ * // { // LifecycleConfigurationDescription
87
+ * // LifecyclePolicies: [ // LifecyclePolicies
88
+ * // { // LifecyclePolicy
89
+ * // TransitionToIA: "AFTER_7_DAYS" || "AFTER_14_DAYS" || "AFTER_30_DAYS" || "AFTER_60_DAYS" || "AFTER_90_DAYS" || "AFTER_1_DAY",
90
+ * // TransitionToPrimaryStorageClass: "AFTER_1_ACCESS",
91
+ * // },
92
+ * // ],
93
+ * // };
94
+ *
86
95
  * ```
87
96
  *
88
97
  * @param PutLifecycleConfigurationCommandInput - {@link PutLifecycleConfigurationCommandInput}
@@ -105,6 +114,8 @@ export interface PutLifecycleConfigurationCommandOutput extends LifecycleConfigu
105
114
  * @throws {@link InternalServerError} (server fault)
106
115
  * <p>Returned if an error occurred on the server side.</p>
107
116
  *
117
+ * @throws {@link EFSServiceException}
118
+ * <p>Base exception class for all service exceptions from EFS service.</p>
108
119
  *
109
120
  * @example Creates a new lifecycleconfiguration object for a file system
110
121
  * ```javascript
@@ -38,6 +38,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
38
38
  * };
39
39
  * const command = new TagResourceCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param TagResourceCommandInput - {@link TagResourceCommandInput}
@@ -61,6 +63,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
61
63
  * @throws {@link InternalServerError} (server fault)
62
64
  * <p>Returned if an error occurred on the server side.</p>
63
65
  *
66
+ * @throws {@link EFSServiceException}
67
+ * <p>Base exception class for all service exceptions from EFS service.</p>
64
68
  *
65
69
  */
66
70
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, EFSClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
35
35
  * };
36
36
  * const command = new UntagResourceCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
@@ -58,6 +60,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
58
60
  * @throws {@link InternalServerError} (server fault)
59
61
  * <p>Returned if an error occurred on the server side.</p>
60
62
  *
63
+ * @throws {@link EFSServiceException}
64
+ * <p>Base exception class for all service exceptions from EFS service.</p>
61
65
  *
62
66
  */
63
67
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, EFSClientResolvedConfig> {
@@ -34,6 +34,36 @@ export interface UpdateFileSystemCommandOutput extends FileSystemDescription, __
34
34
  * };
35
35
  * const command = new UpdateFileSystemCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // FileSystemDescription
38
+ * // OwnerId: "STRING_VALUE", // required
39
+ * // CreationToken: "STRING_VALUE", // required
40
+ * // FileSystemId: "STRING_VALUE", // required
41
+ * // FileSystemArn: "STRING_VALUE",
42
+ * // CreationTime: new Date("TIMESTAMP"), // required
43
+ * // LifeCycleState: "creating" || "available" || "updating" || "deleting" || "deleted" || "error", // required
44
+ * // Name: "STRING_VALUE",
45
+ * // NumberOfMountTargets: Number("int"), // required
46
+ * // SizeInBytes: { // FileSystemSize
47
+ * // Value: Number("long"), // required
48
+ * // Timestamp: new Date("TIMESTAMP"),
49
+ * // ValueInIA: Number("long"),
50
+ * // ValueInStandard: Number("long"),
51
+ * // },
52
+ * // PerformanceMode: "generalPurpose" || "maxIO", // required
53
+ * // Encrypted: true || false,
54
+ * // KmsKeyId: "STRING_VALUE",
55
+ * // ThroughputMode: "bursting" || "provisioned" || "elastic",
56
+ * // ProvisionedThroughputInMibps: Number("double"),
57
+ * // AvailabilityZoneName: "STRING_VALUE",
58
+ * // AvailabilityZoneId: "STRING_VALUE",
59
+ * // Tags: [ // Tags // required
60
+ * // { // Tag
61
+ * // Key: "STRING_VALUE", // required
62
+ * // Value: "STRING_VALUE", // required
63
+ * // },
64
+ * // ],
65
+ * // };
66
+ *
37
67
  * ```
38
68
  *
39
69
  * @param UpdateFileSystemCommandInput - {@link UpdateFileSystemCommandInput}
@@ -71,6 +101,8 @@ export interface UpdateFileSystemCommandOutput extends FileSystemDescription, __
71
101
  * <p>Returned if you don’t wait at least 24 hours before either changing the throughput mode, or
72
102
  * decreasing the Provisioned Throughput value.</p>
73
103
  *
104
+ * @throws {@link EFSServiceException}
105
+ * <p>Base exception class for all service exceptions from EFS service.</p>
74
106
  *
75
107
  */
76
108
  export declare class UpdateFileSystemCommand extends $Command<UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput, EFSClientResolvedConfig> {
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.323.0",
4
+ "version": "3.326.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,33 +21,33 @@
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.321.1",
24
+ "@aws-sdk/client-sts": "3.326.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.321.1",
26
+ "@aws-sdk/credential-provider-node": "3.326.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
30
- "@aws-sdk/middleware-content-length": "3.310.0",
31
- "@aws-sdk/middleware-endpoint": "3.310.0",
32
- "@aws-sdk/middleware-host-header": "3.310.0",
33
- "@aws-sdk/middleware-logger": "3.310.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
- "@aws-sdk/middleware-retry": "3.310.0",
36
- "@aws-sdk/middleware-serde": "3.310.0",
37
- "@aws-sdk/middleware-signing": "3.310.0",
38
- "@aws-sdk/middleware-stack": "3.310.0",
39
- "@aws-sdk/middleware-user-agent": "3.319.0",
30
+ "@aws-sdk/middleware-content-length": "3.325.0",
31
+ "@aws-sdk/middleware-endpoint": "3.325.0",
32
+ "@aws-sdk/middleware-host-header": "3.325.0",
33
+ "@aws-sdk/middleware-logger": "3.325.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.325.0",
36
+ "@aws-sdk/middleware-serde": "3.325.0",
37
+ "@aws-sdk/middleware-signing": "3.325.0",
38
+ "@aws-sdk/middleware-stack": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.325.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.316.0",
43
+ "@aws-sdk/smithy-client": "3.325.0",
44
44
  "@aws-sdk/types": "3.310.0",
45
45
  "@aws-sdk/url-parser": "3.310.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.316.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
51
  "@aws-sdk/util-endpoints": "3.319.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",