@@ -14,7 +14,11 @@ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@s
14
14
import { SerdeContext as __SerdeContext } from "@smithy/types" ;
15
15
16
16
import { FSxClientResolvedConfig , ServiceInputTypes , ServiceOutputTypes } from "../FSxClient" ;
17
- import { CreateVolumeFromBackupRequest , CreateVolumeFromBackupResponse } from "../models/models_0" ;
17
+ import {
18
+ CreateVolumeFromBackupRequest ,
19
+ CreateVolumeFromBackupResponse ,
20
+ CreateVolumeFromBackupResponseFilterSensitiveLog ,
21
+ } from "../models/models_0" ;
18
22
import { de_CreateVolumeFromBackupCommand , se_CreateVolumeFromBackupCommand } from "../protocols/Aws_json1_1" ;
19
23
20
24
/**
@@ -329,6 +333,7 @@ export interface CreateVolumeFromBackupCommandOutput extends CreateVolumeFromBac
329
333
* // ],
330
334
* // ThroughputCapacity: Number("int"),
331
335
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
336
+ * // FsxAdminPassword: "STRING_VALUE",
332
337
* // },
333
338
* // FileSystemTypeVersion: "STRING_VALUE",
334
339
* // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
@@ -460,6 +465,7 @@ export interface CreateVolumeFromBackupCommandOutput extends CreateVolumeFromBac
460
465
* // ],
461
466
* // ThroughputCapacity: Number("int"),
462
467
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
468
+ * // FsxAdminPassword: "STRING_VALUE",
463
469
* // },
464
470
* // FileSystemTypeVersion: "STRING_VALUE",
465
471
* // OpenZFSConfiguration: {
@@ -621,7 +627,7 @@ export class CreateVolumeFromBackupCommand extends $Command<
621
627
clientName,
622
628
commandName,
623
629
inputFilterSensitiveLog : ( _ : any ) => _ ,
624
- outputFilterSensitiveLog : ( _ : any ) => _ ,
630
+ outputFilterSensitiveLog : CreateVolumeFromBackupResponseFilterSensitiveLog ,
625
631
} ;
626
632
const { requestHandler } = configuration ;
627
633
return stack . resolve (
0 commit comments