@aws-sdk/client-fsx 3.309.0 → 3.312.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.
@@ -8,410 +8,287 @@ const uuid_1 = require("uuid");
8
8
  const FSxServiceException_1 = require("../models/FSxServiceException");
9
9
  const models_0_1 = require("../models/models_0");
10
10
  const se_AssociateFileSystemAliasesCommand = async (input, context) => {
11
- const headers = {
12
- "content-type": "application/x-amz-json-1.1",
13
- "x-amz-target": "AWSSimbaAPIService_v20180301.AssociateFileSystemAliases",
14
- };
11
+ const headers = sharedHeaders("AssociateFileSystemAliases");
15
12
  let body;
16
13
  body = JSON.stringify(se_AssociateFileSystemAliasesRequest(input, context));
17
14
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
18
15
  };
19
16
  exports.se_AssociateFileSystemAliasesCommand = se_AssociateFileSystemAliasesCommand;
20
17
  const se_CancelDataRepositoryTaskCommand = async (input, context) => {
21
- const headers = {
22
- "content-type": "application/x-amz-json-1.1",
23
- "x-amz-target": "AWSSimbaAPIService_v20180301.CancelDataRepositoryTask",
24
- };
18
+ const headers = sharedHeaders("CancelDataRepositoryTask");
25
19
  let body;
26
20
  body = JSON.stringify(se_CancelDataRepositoryTaskRequest(input, context));
27
21
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
28
22
  };
29
23
  exports.se_CancelDataRepositoryTaskCommand = se_CancelDataRepositoryTaskCommand;
30
24
  const se_CopyBackupCommand = async (input, context) => {
31
- const headers = {
32
- "content-type": "application/x-amz-json-1.1",
33
- "x-amz-target": "AWSSimbaAPIService_v20180301.CopyBackup",
34
- };
25
+ const headers = sharedHeaders("CopyBackup");
35
26
  let body;
36
27
  body = JSON.stringify(se_CopyBackupRequest(input, context));
37
28
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
38
29
  };
39
30
  exports.se_CopyBackupCommand = se_CopyBackupCommand;
40
31
  const se_CreateBackupCommand = async (input, context) => {
41
- const headers = {
42
- "content-type": "application/x-amz-json-1.1",
43
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateBackup",
44
- };
32
+ const headers = sharedHeaders("CreateBackup");
45
33
  let body;
46
34
  body = JSON.stringify(se_CreateBackupRequest(input, context));
47
35
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
48
36
  };
49
37
  exports.se_CreateBackupCommand = se_CreateBackupCommand;
50
38
  const se_CreateDataRepositoryAssociationCommand = async (input, context) => {
51
- const headers = {
52
- "content-type": "application/x-amz-json-1.1",
53
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateDataRepositoryAssociation",
54
- };
39
+ const headers = sharedHeaders("CreateDataRepositoryAssociation");
55
40
  let body;
56
41
  body = JSON.stringify(se_CreateDataRepositoryAssociationRequest(input, context));
57
42
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
58
43
  };
59
44
  exports.se_CreateDataRepositoryAssociationCommand = se_CreateDataRepositoryAssociationCommand;
60
45
  const se_CreateDataRepositoryTaskCommand = async (input, context) => {
61
- const headers = {
62
- "content-type": "application/x-amz-json-1.1",
63
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateDataRepositoryTask",
64
- };
46
+ const headers = sharedHeaders("CreateDataRepositoryTask");
65
47
  let body;
66
48
  body = JSON.stringify(se_CreateDataRepositoryTaskRequest(input, context));
67
49
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
68
50
  };
69
51
  exports.se_CreateDataRepositoryTaskCommand = se_CreateDataRepositoryTaskCommand;
70
52
  const se_CreateFileCacheCommand = async (input, context) => {
71
- const headers = {
72
- "content-type": "application/x-amz-json-1.1",
73
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateFileCache",
74
- };
53
+ const headers = sharedHeaders("CreateFileCache");
75
54
  let body;
76
55
  body = JSON.stringify(se_CreateFileCacheRequest(input, context));
77
56
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
78
57
  };
79
58
  exports.se_CreateFileCacheCommand = se_CreateFileCacheCommand;
80
59
  const se_CreateFileSystemCommand = async (input, context) => {
81
- const headers = {
82
- "content-type": "application/x-amz-json-1.1",
83
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateFileSystem",
84
- };
60
+ const headers = sharedHeaders("CreateFileSystem");
85
61
  let body;
86
62
  body = JSON.stringify(se_CreateFileSystemRequest(input, context));
87
63
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
88
64
  };
89
65
  exports.se_CreateFileSystemCommand = se_CreateFileSystemCommand;
90
66
  const se_CreateFileSystemFromBackupCommand = async (input, context) => {
91
- const headers = {
92
- "content-type": "application/x-amz-json-1.1",
93
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateFileSystemFromBackup",
94
- };
67
+ const headers = sharedHeaders("CreateFileSystemFromBackup");
95
68
  let body;
96
69
  body = JSON.stringify(se_CreateFileSystemFromBackupRequest(input, context));
97
70
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
98
71
  };
99
72
  exports.se_CreateFileSystemFromBackupCommand = se_CreateFileSystemFromBackupCommand;
100
73
  const se_CreateSnapshotCommand = async (input, context) => {
101
- const headers = {
102
- "content-type": "application/x-amz-json-1.1",
103
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateSnapshot",
104
- };
74
+ const headers = sharedHeaders("CreateSnapshot");
105
75
  let body;
106
76
  body = JSON.stringify(se_CreateSnapshotRequest(input, context));
107
77
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
108
78
  };
109
79
  exports.se_CreateSnapshotCommand = se_CreateSnapshotCommand;
110
80
  const se_CreateStorageVirtualMachineCommand = async (input, context) => {
111
- const headers = {
112
- "content-type": "application/x-amz-json-1.1",
113
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateStorageVirtualMachine",
114
- };
81
+ const headers = sharedHeaders("CreateStorageVirtualMachine");
115
82
  let body;
116
83
  body = JSON.stringify(se_CreateStorageVirtualMachineRequest(input, context));
117
84
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
118
85
  };
119
86
  exports.se_CreateStorageVirtualMachineCommand = se_CreateStorageVirtualMachineCommand;
120
87
  const se_CreateVolumeCommand = async (input, context) => {
121
- const headers = {
122
- "content-type": "application/x-amz-json-1.1",
123
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateVolume",
124
- };
88
+ const headers = sharedHeaders("CreateVolume");
125
89
  let body;
126
90
  body = JSON.stringify(se_CreateVolumeRequest(input, context));
127
91
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
128
92
  };
129
93
  exports.se_CreateVolumeCommand = se_CreateVolumeCommand;
130
94
  const se_CreateVolumeFromBackupCommand = async (input, context) => {
131
- const headers = {
132
- "content-type": "application/x-amz-json-1.1",
133
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateVolumeFromBackup",
134
- };
95
+ const headers = sharedHeaders("CreateVolumeFromBackup");
135
96
  let body;
136
97
  body = JSON.stringify(se_CreateVolumeFromBackupRequest(input, context));
137
98
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
138
99
  };
139
100
  exports.se_CreateVolumeFromBackupCommand = se_CreateVolumeFromBackupCommand;
140
101
  const se_DeleteBackupCommand = async (input, context) => {
141
- const headers = {
142
- "content-type": "application/x-amz-json-1.1",
143
- "x-amz-target": "AWSSimbaAPIService_v20180301.DeleteBackup",
144
- };
102
+ const headers = sharedHeaders("DeleteBackup");
145
103
  let body;
146
104
  body = JSON.stringify(se_DeleteBackupRequest(input, context));
147
105
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
148
106
  };
149
107
  exports.se_DeleteBackupCommand = se_DeleteBackupCommand;
150
108
  const se_DeleteDataRepositoryAssociationCommand = async (input, context) => {
151
- const headers = {
152
- "content-type": "application/x-amz-json-1.1",
153
- "x-amz-target": "AWSSimbaAPIService_v20180301.DeleteDataRepositoryAssociation",
154
- };
109
+ const headers = sharedHeaders("DeleteDataRepositoryAssociation");
155
110
  let body;
156
111
  body = JSON.stringify(se_DeleteDataRepositoryAssociationRequest(input, context));
157
112
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
158
113
  };
159
114
  exports.se_DeleteDataRepositoryAssociationCommand = se_DeleteDataRepositoryAssociationCommand;
160
115
  const se_DeleteFileCacheCommand = async (input, context) => {
161
- const headers = {
162
- "content-type": "application/x-amz-json-1.1",
163
- "x-amz-target": "AWSSimbaAPIService_v20180301.DeleteFileCache",
164
- };
116
+ const headers = sharedHeaders("DeleteFileCache");
165
117
  let body;
166
118
  body = JSON.stringify(se_DeleteFileCacheRequest(input, context));
167
119
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
168
120
  };
169
121
  exports.se_DeleteFileCacheCommand = se_DeleteFileCacheCommand;
170
122
  const se_DeleteFileSystemCommand = async (input, context) => {
171
- const headers = {
172
- "content-type": "application/x-amz-json-1.1",
173
- "x-amz-target": "AWSSimbaAPIService_v20180301.DeleteFileSystem",
174
- };
123
+ const headers = sharedHeaders("DeleteFileSystem");
175
124
  let body;
176
125
  body = JSON.stringify(se_DeleteFileSystemRequest(input, context));
177
126
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
178
127
  };
179
128
  exports.se_DeleteFileSystemCommand = se_DeleteFileSystemCommand;
180
129
  const se_DeleteSnapshotCommand = async (input, context) => {
181
- const headers = {
182
- "content-type": "application/x-amz-json-1.1",
183
- "x-amz-target": "AWSSimbaAPIService_v20180301.DeleteSnapshot",
184
- };
130
+ const headers = sharedHeaders("DeleteSnapshot");
185
131
  let body;
186
132
  body = JSON.stringify(se_DeleteSnapshotRequest(input, context));
187
133
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
188
134
  };
189
135
  exports.se_DeleteSnapshotCommand = se_DeleteSnapshotCommand;
190
136
  const se_DeleteStorageVirtualMachineCommand = async (input, context) => {
191
- const headers = {
192
- "content-type": "application/x-amz-json-1.1",
193
- "x-amz-target": "AWSSimbaAPIService_v20180301.DeleteStorageVirtualMachine",
194
- };
137
+ const headers = sharedHeaders("DeleteStorageVirtualMachine");
195
138
  let body;
196
139
  body = JSON.stringify(se_DeleteStorageVirtualMachineRequest(input, context));
197
140
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
198
141
  };
199
142
  exports.se_DeleteStorageVirtualMachineCommand = se_DeleteStorageVirtualMachineCommand;
200
143
  const se_DeleteVolumeCommand = async (input, context) => {
201
- const headers = {
202
- "content-type": "application/x-amz-json-1.1",
203
- "x-amz-target": "AWSSimbaAPIService_v20180301.DeleteVolume",
204
- };
144
+ const headers = sharedHeaders("DeleteVolume");
205
145
  let body;
206
146
  body = JSON.stringify(se_DeleteVolumeRequest(input, context));
207
147
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
208
148
  };
209
149
  exports.se_DeleteVolumeCommand = se_DeleteVolumeCommand;
210
150
  const se_DescribeBackupsCommand = async (input, context) => {
211
- const headers = {
212
- "content-type": "application/x-amz-json-1.1",
213
- "x-amz-target": "AWSSimbaAPIService_v20180301.DescribeBackups",
214
- };
151
+ const headers = sharedHeaders("DescribeBackups");
215
152
  let body;
216
153
  body = JSON.stringify(se_DescribeBackupsRequest(input, context));
217
154
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
218
155
  };
219
156
  exports.se_DescribeBackupsCommand = se_DescribeBackupsCommand;
220
157
  const se_DescribeDataRepositoryAssociationsCommand = async (input, context) => {
221
- const headers = {
222
- "content-type": "application/x-amz-json-1.1",
223
- "x-amz-target": "AWSSimbaAPIService_v20180301.DescribeDataRepositoryAssociations",
224
- };
158
+ const headers = sharedHeaders("DescribeDataRepositoryAssociations");
225
159
  let body;
226
160
  body = JSON.stringify(se_DescribeDataRepositoryAssociationsRequest(input, context));
227
161
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
228
162
  };
229
163
  exports.se_DescribeDataRepositoryAssociationsCommand = se_DescribeDataRepositoryAssociationsCommand;
230
164
  const se_DescribeDataRepositoryTasksCommand = async (input, context) => {
231
- const headers = {
232
- "content-type": "application/x-amz-json-1.1",
233
- "x-amz-target": "AWSSimbaAPIService_v20180301.DescribeDataRepositoryTasks",
234
- };
165
+ const headers = sharedHeaders("DescribeDataRepositoryTasks");
235
166
  let body;
236
167
  body = JSON.stringify(se_DescribeDataRepositoryTasksRequest(input, context));
237
168
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
238
169
  };
239
170
  exports.se_DescribeDataRepositoryTasksCommand = se_DescribeDataRepositoryTasksCommand;
240
171
  const se_DescribeFileCachesCommand = async (input, context) => {
241
- const headers = {
242
- "content-type": "application/x-amz-json-1.1",
243
- "x-amz-target": "AWSSimbaAPIService_v20180301.DescribeFileCaches",
244
- };
172
+ const headers = sharedHeaders("DescribeFileCaches");
245
173
  let body;
246
174
  body = JSON.stringify(se_DescribeFileCachesRequest(input, context));
247
175
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
248
176
  };
249
177
  exports.se_DescribeFileCachesCommand = se_DescribeFileCachesCommand;
250
178
  const se_DescribeFileSystemAliasesCommand = async (input, context) => {
251
- const headers = {
252
- "content-type": "application/x-amz-json-1.1",
253
- "x-amz-target": "AWSSimbaAPIService_v20180301.DescribeFileSystemAliases",
254
- };
179
+ const headers = sharedHeaders("DescribeFileSystemAliases");
255
180
  let body;
256
181
  body = JSON.stringify(se_DescribeFileSystemAliasesRequest(input, context));
257
182
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
258
183
  };
259
184
  exports.se_DescribeFileSystemAliasesCommand = se_DescribeFileSystemAliasesCommand;
260
185
  const se_DescribeFileSystemsCommand = async (input, context) => {
261
- const headers = {
262
- "content-type": "application/x-amz-json-1.1",
263
- "x-amz-target": "AWSSimbaAPIService_v20180301.DescribeFileSystems",
264
- };
186
+ const headers = sharedHeaders("DescribeFileSystems");
265
187
  let body;
266
188
  body = JSON.stringify(se_DescribeFileSystemsRequest(input, context));
267
189
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
268
190
  };
269
191
  exports.se_DescribeFileSystemsCommand = se_DescribeFileSystemsCommand;
270
192
  const se_DescribeSnapshotsCommand = async (input, context) => {
271
- const headers = {
272
- "content-type": "application/x-amz-json-1.1",
273
- "x-amz-target": "AWSSimbaAPIService_v20180301.DescribeSnapshots",
274
- };
193
+ const headers = sharedHeaders("DescribeSnapshots");
275
194
  let body;
276
195
  body = JSON.stringify(se_DescribeSnapshotsRequest(input, context));
277
196
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
278
197
  };
279
198
  exports.se_DescribeSnapshotsCommand = se_DescribeSnapshotsCommand;
280
199
  const se_DescribeStorageVirtualMachinesCommand = async (input, context) => {
281
- const headers = {
282
- "content-type": "application/x-amz-json-1.1",
283
- "x-amz-target": "AWSSimbaAPIService_v20180301.DescribeStorageVirtualMachines",
284
- };
200
+ const headers = sharedHeaders("DescribeStorageVirtualMachines");
285
201
  let body;
286
202
  body = JSON.stringify(se_DescribeStorageVirtualMachinesRequest(input, context));
287
203
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
288
204
  };
289
205
  exports.se_DescribeStorageVirtualMachinesCommand = se_DescribeStorageVirtualMachinesCommand;
290
206
  const se_DescribeVolumesCommand = async (input, context) => {
291
- const headers = {
292
- "content-type": "application/x-amz-json-1.1",
293
- "x-amz-target": "AWSSimbaAPIService_v20180301.DescribeVolumes",
294
- };
207
+ const headers = sharedHeaders("DescribeVolumes");
295
208
  let body;
296
209
  body = JSON.stringify(se_DescribeVolumesRequest(input, context));
297
210
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
298
211
  };
299
212
  exports.se_DescribeVolumesCommand = se_DescribeVolumesCommand;
300
213
  const se_DisassociateFileSystemAliasesCommand = async (input, context) => {
301
- const headers = {
302
- "content-type": "application/x-amz-json-1.1",
303
- "x-amz-target": "AWSSimbaAPIService_v20180301.DisassociateFileSystemAliases",
304
- };
214
+ const headers = sharedHeaders("DisassociateFileSystemAliases");
305
215
  let body;
306
216
  body = JSON.stringify(se_DisassociateFileSystemAliasesRequest(input, context));
307
217
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
308
218
  };
309
219
  exports.se_DisassociateFileSystemAliasesCommand = se_DisassociateFileSystemAliasesCommand;
310
220
  const se_ListTagsForResourceCommand = async (input, context) => {
311
- const headers = {
312
- "content-type": "application/x-amz-json-1.1",
313
- "x-amz-target": "AWSSimbaAPIService_v20180301.ListTagsForResource",
314
- };
221
+ const headers = sharedHeaders("ListTagsForResource");
315
222
  let body;
316
223
  body = JSON.stringify(se_ListTagsForResourceRequest(input, context));
317
224
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
318
225
  };
319
226
  exports.se_ListTagsForResourceCommand = se_ListTagsForResourceCommand;
320
227
  const se_ReleaseFileSystemNfsV3LocksCommand = async (input, context) => {
321
- const headers = {
322
- "content-type": "application/x-amz-json-1.1",
323
- "x-amz-target": "AWSSimbaAPIService_v20180301.ReleaseFileSystemNfsV3Locks",
324
- };
228
+ const headers = sharedHeaders("ReleaseFileSystemNfsV3Locks");
325
229
  let body;
326
230
  body = JSON.stringify(se_ReleaseFileSystemNfsV3LocksRequest(input, context));
327
231
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
328
232
  };
329
233
  exports.se_ReleaseFileSystemNfsV3LocksCommand = se_ReleaseFileSystemNfsV3LocksCommand;
330
234
  const se_RestoreVolumeFromSnapshotCommand = async (input, context) => {
331
- const headers = {
332
- "content-type": "application/x-amz-json-1.1",
333
- "x-amz-target": "AWSSimbaAPIService_v20180301.RestoreVolumeFromSnapshot",
334
- };
235
+ const headers = sharedHeaders("RestoreVolumeFromSnapshot");
335
236
  let body;
336
237
  body = JSON.stringify(se_RestoreVolumeFromSnapshotRequest(input, context));
337
238
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
338
239
  };
339
240
  exports.se_RestoreVolumeFromSnapshotCommand = se_RestoreVolumeFromSnapshotCommand;
340
241
  const se_TagResourceCommand = async (input, context) => {
341
- const headers = {
342
- "content-type": "application/x-amz-json-1.1",
343
- "x-amz-target": "AWSSimbaAPIService_v20180301.TagResource",
344
- };
242
+ const headers = sharedHeaders("TagResource");
345
243
  let body;
346
244
  body = JSON.stringify(se_TagResourceRequest(input, context));
347
245
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
348
246
  };
349
247
  exports.se_TagResourceCommand = se_TagResourceCommand;
350
248
  const se_UntagResourceCommand = async (input, context) => {
351
- const headers = {
352
- "content-type": "application/x-amz-json-1.1",
353
- "x-amz-target": "AWSSimbaAPIService_v20180301.UntagResource",
354
- };
249
+ const headers = sharedHeaders("UntagResource");
355
250
  let body;
356
251
  body = JSON.stringify(se_UntagResourceRequest(input, context));
357
252
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
358
253
  };
359
254
  exports.se_UntagResourceCommand = se_UntagResourceCommand;
360
255
  const se_UpdateDataRepositoryAssociationCommand = async (input, context) => {
361
- const headers = {
362
- "content-type": "application/x-amz-json-1.1",
363
- "x-amz-target": "AWSSimbaAPIService_v20180301.UpdateDataRepositoryAssociation",
364
- };
256
+ const headers = sharedHeaders("UpdateDataRepositoryAssociation");
365
257
  let body;
366
258
  body = JSON.stringify(se_UpdateDataRepositoryAssociationRequest(input, context));
367
259
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
368
260
  };
369
261
  exports.se_UpdateDataRepositoryAssociationCommand = se_UpdateDataRepositoryAssociationCommand;
370
262
  const se_UpdateFileCacheCommand = async (input, context) => {
371
- const headers = {
372
- "content-type": "application/x-amz-json-1.1",
373
- "x-amz-target": "AWSSimbaAPIService_v20180301.UpdateFileCache",
374
- };
263
+ const headers = sharedHeaders("UpdateFileCache");
375
264
  let body;
376
265
  body = JSON.stringify(se_UpdateFileCacheRequest(input, context));
377
266
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
378
267
  };
379
268
  exports.se_UpdateFileCacheCommand = se_UpdateFileCacheCommand;
380
269
  const se_UpdateFileSystemCommand = async (input, context) => {
381
- const headers = {
382
- "content-type": "application/x-amz-json-1.1",
383
- "x-amz-target": "AWSSimbaAPIService_v20180301.UpdateFileSystem",
384
- };
270
+ const headers = sharedHeaders("UpdateFileSystem");
385
271
  let body;
386
272
  body = JSON.stringify(se_UpdateFileSystemRequest(input, context));
387
273
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
388
274
  };
389
275
  exports.se_UpdateFileSystemCommand = se_UpdateFileSystemCommand;
390
276
  const se_UpdateSnapshotCommand = async (input, context) => {
391
- const headers = {
392
- "content-type": "application/x-amz-json-1.1",
393
- "x-amz-target": "AWSSimbaAPIService_v20180301.UpdateSnapshot",
394
- };
277
+ const headers = sharedHeaders("UpdateSnapshot");
395
278
  let body;
396
279
  body = JSON.stringify(se_UpdateSnapshotRequest(input, context));
397
280
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
398
281
  };
399
282
  exports.se_UpdateSnapshotCommand = se_UpdateSnapshotCommand;
400
283
  const se_UpdateStorageVirtualMachineCommand = async (input, context) => {
401
- const headers = {
402
- "content-type": "application/x-amz-json-1.1",
403
- "x-amz-target": "AWSSimbaAPIService_v20180301.UpdateStorageVirtualMachine",
404
- };
284
+ const headers = sharedHeaders("UpdateStorageVirtualMachine");
405
285
  let body;
406
286
  body = JSON.stringify(se_UpdateStorageVirtualMachineRequest(input, context));
407
287
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
408
288
  };
409
289
  exports.se_UpdateStorageVirtualMachineCommand = se_UpdateStorageVirtualMachineCommand;
410
290
  const se_UpdateVolumeCommand = async (input, context) => {
411
- const headers = {
412
- "content-type": "application/x-amz-json-1.1",
413
- "x-amz-target": "AWSSimbaAPIService_v20180301.UpdateVolume",
414
- };
291
+ const headers = sharedHeaders("UpdateVolume");
415
292
  let body;
416
293
  body = JSON.stringify(se_UpdateVolumeRequest(input, context));
417
294
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
@@ -5129,6 +5006,12 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
5129
5006
  }
5130
5007
  return new protocol_http_1.HttpRequest(contents);
5131
5008
  };
5009
+ function sharedHeaders(operation) {
5010
+ return {
5011
+ "content-type": "application/x-amz-json-1.1",
5012
+ "x-amz-target": `AWSSimbaAPIService_v20180301.${operation}`,
5013
+ };
5014
+ }
5132
5015
  const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
5133
5016
  if (encoded.length) {
5134
5017
  return JSON.parse(encoded);
@@ -4,370 +4,247 @@ import { v4 as generateIdempotencyToken } from "uuid";
4
4
  import { FSxServiceException as __BaseException } from "../models/FSxServiceException";
5
5
  import { ActiveDirectoryError, BackupBeingCopied, BackupInProgress, BackupNotFound, BackupRestoring, BadRequest, DataRepositoryAssociationNotFound, DataRepositoryTaskEnded, DataRepositoryTaskExecuting, DataRepositoryTaskNotFound, FileCacheNotFound, FileSystemNotFound, IncompatibleParameterError, IncompatibleRegionForMultiAZ, InternalServerError, InvalidDataRepositoryType, InvalidDestinationKmsKey, InvalidExportPath, InvalidImportPath, InvalidNetworkSettings, InvalidPerUnitStorageThroughput, InvalidRegion, InvalidSourceKmsKey, MissingFileCacheConfiguration, MissingFileSystemConfiguration, MissingVolumeConfiguration, NotServiceResourceError, ResourceDoesNotSupportTagging, ResourceNotFound, ServiceLimitExceeded, SnapshotNotFound, SourceBackupUnavailable, StorageVirtualMachineNotFound, UnsupportedOperation, VolumeNotFound, } from "../models/models_0";
6
6
  export const se_AssociateFileSystemAliasesCommand = async (input, context) => {
7
- const headers = {
8
- "content-type": "application/x-amz-json-1.1",
9
- "x-amz-target": "AWSSimbaAPIService_v20180301.AssociateFileSystemAliases",
10
- };
7
+ const headers = sharedHeaders("AssociateFileSystemAliases");
11
8
  let body;
12
9
  body = JSON.stringify(se_AssociateFileSystemAliasesRequest(input, context));
13
10
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
14
11
  };
15
12
  export const se_CancelDataRepositoryTaskCommand = async (input, context) => {
16
- const headers = {
17
- "content-type": "application/x-amz-json-1.1",
18
- "x-amz-target": "AWSSimbaAPIService_v20180301.CancelDataRepositoryTask",
19
- };
13
+ const headers = sharedHeaders("CancelDataRepositoryTask");
20
14
  let body;
21
15
  body = JSON.stringify(se_CancelDataRepositoryTaskRequest(input, context));
22
16
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
23
17
  };
24
18
  export const se_CopyBackupCommand = async (input, context) => {
25
- const headers = {
26
- "content-type": "application/x-amz-json-1.1",
27
- "x-amz-target": "AWSSimbaAPIService_v20180301.CopyBackup",
28
- };
19
+ const headers = sharedHeaders("CopyBackup");
29
20
  let body;
30
21
  body = JSON.stringify(se_CopyBackupRequest(input, context));
31
22
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
32
23
  };
33
24
  export const se_CreateBackupCommand = async (input, context) => {
34
- const headers = {
35
- "content-type": "application/x-amz-json-1.1",
36
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateBackup",
37
- };
25
+ const headers = sharedHeaders("CreateBackup");
38
26
  let body;
39
27
  body = JSON.stringify(se_CreateBackupRequest(input, context));
40
28
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
41
29
  };
42
30
  export const se_CreateDataRepositoryAssociationCommand = async (input, context) => {
43
- const headers = {
44
- "content-type": "application/x-amz-json-1.1",
45
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateDataRepositoryAssociation",
46
- };
31
+ const headers = sharedHeaders("CreateDataRepositoryAssociation");
47
32
  let body;
48
33
  body = JSON.stringify(se_CreateDataRepositoryAssociationRequest(input, context));
49
34
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
50
35
  };
51
36
  export const se_CreateDataRepositoryTaskCommand = async (input, context) => {
52
- const headers = {
53
- "content-type": "application/x-amz-json-1.1",
54
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateDataRepositoryTask",
55
- };
37
+ const headers = sharedHeaders("CreateDataRepositoryTask");
56
38
  let body;
57
39
  body = JSON.stringify(se_CreateDataRepositoryTaskRequest(input, context));
58
40
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
59
41
  };
60
42
  export const se_CreateFileCacheCommand = async (input, context) => {
61
- const headers = {
62
- "content-type": "application/x-amz-json-1.1",
63
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateFileCache",
64
- };
43
+ const headers = sharedHeaders("CreateFileCache");
65
44
  let body;
66
45
  body = JSON.stringify(se_CreateFileCacheRequest(input, context));
67
46
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
68
47
  };
69
48
  export const se_CreateFileSystemCommand = async (input, context) => {
70
- const headers = {
71
- "content-type": "application/x-amz-json-1.1",
72
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateFileSystem",
73
- };
49
+ const headers = sharedHeaders("CreateFileSystem");
74
50
  let body;
75
51
  body = JSON.stringify(se_CreateFileSystemRequest(input, context));
76
52
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
77
53
  };
78
54
  export const se_CreateFileSystemFromBackupCommand = async (input, context) => {
79
- const headers = {
80
- "content-type": "application/x-amz-json-1.1",
81
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateFileSystemFromBackup",
82
- };
55
+ const headers = sharedHeaders("CreateFileSystemFromBackup");
83
56
  let body;
84
57
  body = JSON.stringify(se_CreateFileSystemFromBackupRequest(input, context));
85
58
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
86
59
  };
87
60
  export const se_CreateSnapshotCommand = async (input, context) => {
88
- const headers = {
89
- "content-type": "application/x-amz-json-1.1",
90
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateSnapshot",
91
- };
61
+ const headers = sharedHeaders("CreateSnapshot");
92
62
  let body;
93
63
  body = JSON.stringify(se_CreateSnapshotRequest(input, context));
94
64
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
95
65
  };
96
66
  export const se_CreateStorageVirtualMachineCommand = async (input, context) => {
97
- const headers = {
98
- "content-type": "application/x-amz-json-1.1",
99
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateStorageVirtualMachine",
100
- };
67
+ const headers = sharedHeaders("CreateStorageVirtualMachine");
101
68
  let body;
102
69
  body = JSON.stringify(se_CreateStorageVirtualMachineRequest(input, context));
103
70
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
104
71
  };
105
72
  export const se_CreateVolumeCommand = async (input, context) => {
106
- const headers = {
107
- "content-type": "application/x-amz-json-1.1",
108
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateVolume",
109
- };
73
+ const headers = sharedHeaders("CreateVolume");
110
74
  let body;
111
75
  body = JSON.stringify(se_CreateVolumeRequest(input, context));
112
76
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
113
77
  };
114
78
  export const se_CreateVolumeFromBackupCommand = async (input, context) => {
115
- const headers = {
116
- "content-type": "application/x-amz-json-1.1",
117
- "x-amz-target": "AWSSimbaAPIService_v20180301.CreateVolumeFromBackup",
118
- };
79
+ const headers = sharedHeaders("CreateVolumeFromBackup");
119
80
  let body;
120
81
  body = JSON.stringify(se_CreateVolumeFromBackupRequest(input, context));
121
82
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
122
83
  };
123
84
  export const se_DeleteBackupCommand = async (input, context) => {
124
- const headers = {
125
- "content-type": "application/x-amz-json-1.1",
126
- "x-amz-target": "AWSSimbaAPIService_v20180301.DeleteBackup",
127
- };
85
+ const headers = sharedHeaders("DeleteBackup");
128
86
  let body;
129
87
  body = JSON.stringify(se_DeleteBackupRequest(input, context));
130
88
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
131
89
  };
132
90
  export const se_DeleteDataRepositoryAssociationCommand = async (input, context) => {
133
- const headers = {
134
- "content-type": "application/x-amz-json-1.1",
135
- "x-amz-target": "AWSSimbaAPIService_v20180301.DeleteDataRepositoryAssociation",
136
- };
91
+ const headers = sharedHeaders("DeleteDataRepositoryAssociation");
137
92
  let body;
138
93
  body = JSON.stringify(se_DeleteDataRepositoryAssociationRequest(input, context));
139
94
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
140
95
  };
141
96
  export const se_DeleteFileCacheCommand = async (input, context) => {
142
- const headers = {
143
- "content-type": "application/x-amz-json-1.1",
144
- "x-amz-target": "AWSSimbaAPIService_v20180301.DeleteFileCache",
145
- };
97
+ const headers = sharedHeaders("DeleteFileCache");
146
98
  let body;
147
99
  body = JSON.stringify(se_DeleteFileCacheRequest(input, context));
148
100
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
149
101
  };
150
102
  export const se_DeleteFileSystemCommand = async (input, context) => {
151
- const headers = {
152
- "content-type": "application/x-amz-json-1.1",
153
- "x-amz-target": "AWSSimbaAPIService_v20180301.DeleteFileSystem",
154
- };
103
+ const headers = sharedHeaders("DeleteFileSystem");
155
104
  let body;
156
105
  body = JSON.stringify(se_DeleteFileSystemRequest(input, context));
157
106
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
158
107
  };
159
108
  export const se_DeleteSnapshotCommand = async (input, context) => {
160
- const headers = {
161
- "content-type": "application/x-amz-json-1.1",
162
- "x-amz-target": "AWSSimbaAPIService_v20180301.DeleteSnapshot",
163
- };
109
+ const headers = sharedHeaders("DeleteSnapshot");
164
110
  let body;
165
111
  body = JSON.stringify(se_DeleteSnapshotRequest(input, context));
166
112
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
167
113
  };
168
114
  export const se_DeleteStorageVirtualMachineCommand = async (input, context) => {
169
- const headers = {
170
- "content-type": "application/x-amz-json-1.1",
171
- "x-amz-target": "AWSSimbaAPIService_v20180301.DeleteStorageVirtualMachine",
172
- };
115
+ const headers = sharedHeaders("DeleteStorageVirtualMachine");
173
116
  let body;
174
117
  body = JSON.stringify(se_DeleteStorageVirtualMachineRequest(input, context));
175
118
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
176
119
  };
177
120
  export const se_DeleteVolumeCommand = async (input, context) => {
178
- const headers = {
179
- "content-type": "application/x-amz-json-1.1",
180
- "x-amz-target": "AWSSimbaAPIService_v20180301.DeleteVolume",
181
- };
121
+ const headers = sharedHeaders("DeleteVolume");
182
122
  let body;
183
123
  body = JSON.stringify(se_DeleteVolumeRequest(input, context));
184
124
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
185
125
  };
186
126
  export const se_DescribeBackupsCommand = async (input, context) => {
187
- const headers = {
188
- "content-type": "application/x-amz-json-1.1",
189
- "x-amz-target": "AWSSimbaAPIService_v20180301.DescribeBackups",
190
- };
127
+ const headers = sharedHeaders("DescribeBackups");
191
128
  let body;
192
129
  body = JSON.stringify(se_DescribeBackupsRequest(input, context));
193
130
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
194
131
  };
195
132
  export const se_DescribeDataRepositoryAssociationsCommand = async (input, context) => {
196
- const headers = {
197
- "content-type": "application/x-amz-json-1.1",
198
- "x-amz-target": "AWSSimbaAPIService_v20180301.DescribeDataRepositoryAssociations",
199
- };
133
+ const headers = sharedHeaders("DescribeDataRepositoryAssociations");
200
134
  let body;
201
135
  body = JSON.stringify(se_DescribeDataRepositoryAssociationsRequest(input, context));
202
136
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
203
137
  };
204
138
  export const se_DescribeDataRepositoryTasksCommand = async (input, context) => {
205
- const headers = {
206
- "content-type": "application/x-amz-json-1.1",
207
- "x-amz-target": "AWSSimbaAPIService_v20180301.DescribeDataRepositoryTasks",
208
- };
139
+ const headers = sharedHeaders("DescribeDataRepositoryTasks");
209
140
  let body;
210
141
  body = JSON.stringify(se_DescribeDataRepositoryTasksRequest(input, context));
211
142
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
212
143
  };
213
144
  export const se_DescribeFileCachesCommand = async (input, context) => {
214
- const headers = {
215
- "content-type": "application/x-amz-json-1.1",
216
- "x-amz-target": "AWSSimbaAPIService_v20180301.DescribeFileCaches",
217
- };
145
+ const headers = sharedHeaders("DescribeFileCaches");
218
146
  let body;
219
147
  body = JSON.stringify(se_DescribeFileCachesRequest(input, context));
220
148
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
221
149
  };
222
150
  export const se_DescribeFileSystemAliasesCommand = async (input, context) => {
223
- const headers = {
224
- "content-type": "application/x-amz-json-1.1",
225
- "x-amz-target": "AWSSimbaAPIService_v20180301.DescribeFileSystemAliases",
226
- };
151
+ const headers = sharedHeaders("DescribeFileSystemAliases");
227
152
  let body;
228
153
  body = JSON.stringify(se_DescribeFileSystemAliasesRequest(input, context));
229
154
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
230
155
  };
231
156
  export const se_DescribeFileSystemsCommand = async (input, context) => {
232
- const headers = {
233
- "content-type": "application/x-amz-json-1.1",
234
- "x-amz-target": "AWSSimbaAPIService_v20180301.DescribeFileSystems",
235
- };
157
+ const headers = sharedHeaders("DescribeFileSystems");
236
158
  let body;
237
159
  body = JSON.stringify(se_DescribeFileSystemsRequest(input, context));
238
160
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
239
161
  };
240
162
  export const se_DescribeSnapshotsCommand = async (input, context) => {
241
- const headers = {
242
- "content-type": "application/x-amz-json-1.1",
243
- "x-amz-target": "AWSSimbaAPIService_v20180301.DescribeSnapshots",
244
- };
163
+ const headers = sharedHeaders("DescribeSnapshots");
245
164
  let body;
246
165
  body = JSON.stringify(se_DescribeSnapshotsRequest(input, context));
247
166
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
248
167
  };
249
168
  export const se_DescribeStorageVirtualMachinesCommand = async (input, context) => {
250
- const headers = {
251
- "content-type": "application/x-amz-json-1.1",
252
- "x-amz-target": "AWSSimbaAPIService_v20180301.DescribeStorageVirtualMachines",
253
- };
169
+ const headers = sharedHeaders("DescribeStorageVirtualMachines");
254
170
  let body;
255
171
  body = JSON.stringify(se_DescribeStorageVirtualMachinesRequest(input, context));
256
172
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
257
173
  };
258
174
  export const se_DescribeVolumesCommand = async (input, context) => {
259
- const headers = {
260
- "content-type": "application/x-amz-json-1.1",
261
- "x-amz-target": "AWSSimbaAPIService_v20180301.DescribeVolumes",
262
- };
175
+ const headers = sharedHeaders("DescribeVolumes");
263
176
  let body;
264
177
  body = JSON.stringify(se_DescribeVolumesRequest(input, context));
265
178
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
266
179
  };
267
180
  export const se_DisassociateFileSystemAliasesCommand = async (input, context) => {
268
- const headers = {
269
- "content-type": "application/x-amz-json-1.1",
270
- "x-amz-target": "AWSSimbaAPIService_v20180301.DisassociateFileSystemAliases",
271
- };
181
+ const headers = sharedHeaders("DisassociateFileSystemAliases");
272
182
  let body;
273
183
  body = JSON.stringify(se_DisassociateFileSystemAliasesRequest(input, context));
274
184
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
275
185
  };
276
186
  export const se_ListTagsForResourceCommand = async (input, context) => {
277
- const headers = {
278
- "content-type": "application/x-amz-json-1.1",
279
- "x-amz-target": "AWSSimbaAPIService_v20180301.ListTagsForResource",
280
- };
187
+ const headers = sharedHeaders("ListTagsForResource");
281
188
  let body;
282
189
  body = JSON.stringify(se_ListTagsForResourceRequest(input, context));
283
190
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
284
191
  };
285
192
  export const se_ReleaseFileSystemNfsV3LocksCommand = async (input, context) => {
286
- const headers = {
287
- "content-type": "application/x-amz-json-1.1",
288
- "x-amz-target": "AWSSimbaAPIService_v20180301.ReleaseFileSystemNfsV3Locks",
289
- };
193
+ const headers = sharedHeaders("ReleaseFileSystemNfsV3Locks");
290
194
  let body;
291
195
  body = JSON.stringify(se_ReleaseFileSystemNfsV3LocksRequest(input, context));
292
196
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
293
197
  };
294
198
  export const se_RestoreVolumeFromSnapshotCommand = async (input, context) => {
295
- const headers = {
296
- "content-type": "application/x-amz-json-1.1",
297
- "x-amz-target": "AWSSimbaAPIService_v20180301.RestoreVolumeFromSnapshot",
298
- };
199
+ const headers = sharedHeaders("RestoreVolumeFromSnapshot");
299
200
  let body;
300
201
  body = JSON.stringify(se_RestoreVolumeFromSnapshotRequest(input, context));
301
202
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
302
203
  };
303
204
  export const se_TagResourceCommand = async (input, context) => {
304
- const headers = {
305
- "content-type": "application/x-amz-json-1.1",
306
- "x-amz-target": "AWSSimbaAPIService_v20180301.TagResource",
307
- };
205
+ const headers = sharedHeaders("TagResource");
308
206
  let body;
309
207
  body = JSON.stringify(se_TagResourceRequest(input, context));
310
208
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
311
209
  };
312
210
  export const se_UntagResourceCommand = async (input, context) => {
313
- const headers = {
314
- "content-type": "application/x-amz-json-1.1",
315
- "x-amz-target": "AWSSimbaAPIService_v20180301.UntagResource",
316
- };
211
+ const headers = sharedHeaders("UntagResource");
317
212
  let body;
318
213
  body = JSON.stringify(se_UntagResourceRequest(input, context));
319
214
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
320
215
  };
321
216
  export const se_UpdateDataRepositoryAssociationCommand = async (input, context) => {
322
- const headers = {
323
- "content-type": "application/x-amz-json-1.1",
324
- "x-amz-target": "AWSSimbaAPIService_v20180301.UpdateDataRepositoryAssociation",
325
- };
217
+ const headers = sharedHeaders("UpdateDataRepositoryAssociation");
326
218
  let body;
327
219
  body = JSON.stringify(se_UpdateDataRepositoryAssociationRequest(input, context));
328
220
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
329
221
  };
330
222
  export const se_UpdateFileCacheCommand = async (input, context) => {
331
- const headers = {
332
- "content-type": "application/x-amz-json-1.1",
333
- "x-amz-target": "AWSSimbaAPIService_v20180301.UpdateFileCache",
334
- };
223
+ const headers = sharedHeaders("UpdateFileCache");
335
224
  let body;
336
225
  body = JSON.stringify(se_UpdateFileCacheRequest(input, context));
337
226
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
338
227
  };
339
228
  export const se_UpdateFileSystemCommand = async (input, context) => {
340
- const headers = {
341
- "content-type": "application/x-amz-json-1.1",
342
- "x-amz-target": "AWSSimbaAPIService_v20180301.UpdateFileSystem",
343
- };
229
+ const headers = sharedHeaders("UpdateFileSystem");
344
230
  let body;
345
231
  body = JSON.stringify(se_UpdateFileSystemRequest(input, context));
346
232
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
347
233
  };
348
234
  export const se_UpdateSnapshotCommand = async (input, context) => {
349
- const headers = {
350
- "content-type": "application/x-amz-json-1.1",
351
- "x-amz-target": "AWSSimbaAPIService_v20180301.UpdateSnapshot",
352
- };
235
+ const headers = sharedHeaders("UpdateSnapshot");
353
236
  let body;
354
237
  body = JSON.stringify(se_UpdateSnapshotRequest(input, context));
355
238
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
356
239
  };
357
240
  export const se_UpdateStorageVirtualMachineCommand = async (input, context) => {
358
- const headers = {
359
- "content-type": "application/x-amz-json-1.1",
360
- "x-amz-target": "AWSSimbaAPIService_v20180301.UpdateStorageVirtualMachine",
361
- };
241
+ const headers = sharedHeaders("UpdateStorageVirtualMachine");
362
242
  let body;
363
243
  body = JSON.stringify(se_UpdateStorageVirtualMachineRequest(input, context));
364
244
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
365
245
  };
366
246
  export const se_UpdateVolumeCommand = async (input, context) => {
367
- const headers = {
368
- "content-type": "application/x-amz-json-1.1",
369
- "x-amz-target": "AWSSimbaAPIService_v20180301.UpdateVolume",
370
- };
247
+ const headers = sharedHeaders("UpdateVolume");
371
248
  let body;
372
249
  body = JSON.stringify(se_UpdateVolumeRequest(input, context));
373
250
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
@@ -5043,6 +4920,12 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
5043
4920
  }
5044
4921
  return new __HttpRequest(contents);
5045
4922
  };
4923
+ function sharedHeaders(operation) {
4924
+ return {
4925
+ "content-type": "application/x-amz-json-1.1",
4926
+ "x-amz-target": `AWSSimbaAPIService_v20180301.${operation}`,
4927
+ };
4928
+ }
5046
4929
  const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
5047
4930
  if (encoded.length) {
5048
4931
  return JSON.parse(encoded);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-fsx",
3
3
  "description": "AWS SDK for JavaScript Fsx Client for Node.js, Browser and React Native",
4
- "version": "3.309.0",
4
+ "version": "3.312.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,43 +21,43 @@
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.309.0",
25
- "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.309.0",
27
- "@aws-sdk/fetch-http-handler": "3.306.0",
28
- "@aws-sdk/hash-node": "3.306.0",
29
- "@aws-sdk/invalid-dependency": "3.306.0",
30
- "@aws-sdk/middleware-content-length": "3.306.0",
31
- "@aws-sdk/middleware-endpoint": "3.306.0",
32
- "@aws-sdk/middleware-host-header": "3.306.0",
33
- "@aws-sdk/middleware-logger": "3.306.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
- "@aws-sdk/middleware-retry": "3.306.0",
36
- "@aws-sdk/middleware-serde": "3.306.0",
37
- "@aws-sdk/middleware-signing": "3.306.0",
38
- "@aws-sdk/middleware-stack": "3.306.0",
39
- "@aws-sdk/middleware-user-agent": "3.306.0",
40
- "@aws-sdk/node-config-provider": "3.306.0",
41
- "@aws-sdk/node-http-handler": "3.306.0",
42
- "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.309.0",
44
- "@aws-sdk/types": "3.306.0",
45
- "@aws-sdk/url-parser": "3.306.0",
46
- "@aws-sdk/util-base64": "3.303.0",
47
- "@aws-sdk/util-body-length-browser": "3.303.0",
48
- "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
- "@aws-sdk/util-endpoints": "3.306.0",
52
- "@aws-sdk/util-retry": "3.306.0",
53
- "@aws-sdk/util-user-agent-browser": "3.306.0",
54
- "@aws-sdk/util-user-agent-node": "3.306.0",
55
- "@aws-sdk/util-utf8": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.312.0",
25
+ "@aws-sdk/config-resolver": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.310.0",
27
+ "@aws-sdk/fetch-http-handler": "3.310.0",
28
+ "@aws-sdk/hash-node": "3.310.0",
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.310.0",
40
+ "@aws-sdk/node-config-provider": "3.310.0",
41
+ "@aws-sdk/node-http-handler": "3.310.0",
42
+ "@aws-sdk/protocol-http": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.310.0",
44
+ "@aws-sdk/types": "3.310.0",
45
+ "@aws-sdk/url-parser": "3.310.0",
46
+ "@aws-sdk/util-base64": "3.310.0",
47
+ "@aws-sdk/util-body-length-browser": "3.310.0",
48
+ "@aws-sdk/util-body-length-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.310.0",
52
+ "@aws-sdk/util-retry": "3.310.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.310.0",
54
+ "@aws-sdk/util-user-agent-node": "3.310.0",
55
+ "@aws-sdk/util-utf8": "3.310.0",
56
56
  "tslib": "^2.5.0",
57
57
  "uuid": "^8.3.2"
58
58
  },
59
59
  "devDependencies": {
60
- "@aws-sdk/service-client-documentation-generator": "3.303.0",
60
+ "@aws-sdk/service-client-documentation-generator": "3.310.0",
61
61
  "@tsconfig/node14": "1.0.3",
62
62
  "@types/node": "^14.14.31",
63
63
  "@types/uuid": "^8.3.0",
@@ -78,7 +78,7 @@
78
78
  }
79
79
  },
80
80
  "files": [
81
- "dist-*"
81
+ "dist-*/**"
82
82
  ],
83
83
  "author": {
84
84
  "name": "AWS SDK for JavaScript Team",