@aws-sdk/client-fsx 3.651.1 → 3.658.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 (91) hide show
  1. package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +11 -0
  2. package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +11 -0
  3. package/dist-types/commands/CopyBackupCommand.d.ts +11 -0
  4. package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateBackupCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateFileCacheCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateFileSystemCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +11 -0
  11. package/dist-types/commands/CreateSnapshotCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateVolumeCommand.d.ts +11 -0
  14. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteBackupCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteFileCacheCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteFileSystemCommand.d.ts +11 -0
  19. package/dist-types/commands/DeleteSnapshotCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +11 -0
  21. package/dist-types/commands/DeleteVolumeCommand.d.ts +11 -0
  22. package/dist-types/commands/DescribeBackupsCommand.d.ts +11 -0
  23. package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +11 -0
  24. package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +11 -0
  25. package/dist-types/commands/DescribeFileCachesCommand.d.ts +11 -0
  26. package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +11 -0
  27. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +11 -0
  28. package/dist-types/commands/DescribeSharedVpcConfigurationCommand.d.ts +11 -0
  29. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +11 -0
  30. package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +11 -0
  31. package/dist-types/commands/DescribeVolumesCommand.d.ts +11 -0
  32. package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +11 -0
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  34. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +11 -0
  35. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +11 -0
  36. package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +11 -0
  37. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  38. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  39. package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +11 -0
  40. package/dist-types/commands/UpdateFileCacheCommand.d.ts +11 -0
  41. package/dist-types/commands/UpdateFileSystemCommand.d.ts +11 -0
  42. package/dist-types/commands/UpdateSharedVpcConfigurationCommand.d.ts +11 -0
  43. package/dist-types/commands/UpdateSnapshotCommand.d.ts +11 -0
  44. package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +11 -0
  45. package/dist-types/commands/UpdateVolumeCommand.d.ts +11 -0
  46. package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DescribeSharedVpcConfigurationCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/UpdateSharedVpcConfigurationCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +12 -1
  91. package/package.json +35 -35
@@ -123,4 +123,15 @@ declare const UpdateFileCacheCommand_base: {
123
123
  * @public
124
124
  */
125
125
  export declare class UpdateFileCacheCommand extends UpdateFileCacheCommand_base {
126
+ /** @internal type navigation helper, not in runtime. */
127
+ protected static __types: {
128
+ api: {
129
+ input: UpdateFileCacheRequest;
130
+ output: UpdateFileCacheResponse;
131
+ };
132
+ sdk: {
133
+ input: UpdateFileCacheCommandInput;
134
+ output: UpdateFileCacheCommandOutput;
135
+ };
136
+ };
126
137
  }
@@ -998,4 +998,15 @@ declare const UpdateFileSystemCommand_base: {
998
998
  *
999
999
  */
1000
1000
  export declare class UpdateFileSystemCommand extends UpdateFileSystemCommand_base {
1001
+ /** @internal type navigation helper, not in runtime. */
1002
+ protected static __types: {
1003
+ api: {
1004
+ input: UpdateFileSystemRequest;
1005
+ output: UpdateFileSystemResponse;
1006
+ };
1007
+ sdk: {
1008
+ input: UpdateFileSystemCommandInput;
1009
+ output: UpdateFileSystemCommandOutput;
1010
+ };
1011
+ };
1001
1012
  }
@@ -78,4 +78,15 @@ declare const UpdateSharedVpcConfigurationCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class UpdateSharedVpcConfigurationCommand extends UpdateSharedVpcConfigurationCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: UpdateSharedVpcConfigurationRequest;
85
+ output: UpdateSharedVpcConfigurationResponse;
86
+ };
87
+ sdk: {
88
+ input: UpdateSharedVpcConfigurationCommandInput;
89
+ output: UpdateSharedVpcConfigurationCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -630,4 +630,15 @@ declare const UpdateSnapshotCommand_base: {
630
630
  * @public
631
631
  */
632
632
  export declare class UpdateSnapshotCommand extends UpdateSnapshotCommand_base {
633
+ /** @internal type navigation helper, not in runtime. */
634
+ protected static __types: {
635
+ api: {
636
+ input: UpdateSnapshotRequest;
637
+ output: UpdateSnapshotResponse;
638
+ };
639
+ sdk: {
640
+ input: UpdateSnapshotCommandInput;
641
+ output: UpdateSnapshotCommandOutput;
642
+ };
643
+ };
633
644
  }
@@ -146,4 +146,15 @@ declare const UpdateStorageVirtualMachineCommand_base: {
146
146
  * @public
147
147
  */
148
148
  export declare class UpdateStorageVirtualMachineCommand extends UpdateStorageVirtualMachineCommand_base {
149
+ /** @internal type navigation helper, not in runtime. */
150
+ protected static __types: {
151
+ api: {
152
+ input: UpdateStorageVirtualMachineRequest;
153
+ output: UpdateStorageVirtualMachineResponse;
154
+ };
155
+ sdk: {
156
+ input: UpdateStorageVirtualMachineCommandInput;
157
+ output: UpdateStorageVirtualMachineCommandOutput;
158
+ };
159
+ };
149
160
  }
@@ -700,4 +700,15 @@ declare const UpdateVolumeCommand_base: {
700
700
  * @public
701
701
  */
702
702
  export declare class UpdateVolumeCommand extends UpdateVolumeCommand_base {
703
+ /** @internal type navigation helper, not in runtime. */
704
+ protected static __types: {
705
+ api: {
706
+ input: UpdateVolumeRequest;
707
+ output: UpdateVolumeResponse;
708
+ };
709
+ sdk: {
710
+ input: UpdateVolumeCommandInput;
711
+ output: UpdateVolumeCommandOutput;
712
+ };
713
+ };
703
714
  }
@@ -37,4 +37,15 @@ declare const AssociateFileSystemAliasesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateFileSystemAliasesCommand extends AssociateFileSystemAliasesCommand_base {}
40
+ export declare class AssociateFileSystemAliasesCommand extends AssociateFileSystemAliasesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateFileSystemAliasesRequest;
44
+ output: AssociateFileSystemAliasesResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateFileSystemAliasesCommandInput;
48
+ output: AssociateFileSystemAliasesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CancelDataRepositoryTaskCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CancelDataRepositoryTaskCommand extends CancelDataRepositoryTaskCommand_base {}
40
+ export declare class CancelDataRepositoryTaskCommand extends CancelDataRepositoryTaskCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CancelDataRepositoryTaskRequest;
44
+ output: CancelDataRepositoryTaskResponse;
45
+ };
46
+ sdk: {
47
+ input: CancelDataRepositoryTaskCommandInput;
48
+ output: CancelDataRepositoryTaskCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CopyBackupCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CopyBackupCommand extends CopyBackupCommand_base {}
36
+ export declare class CopyBackupCommand extends CopyBackupCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CopyBackupRequest;
40
+ output: CopyBackupResponse;
41
+ };
42
+ sdk: {
43
+ input: CopyBackupCommandInput;
44
+ output: CopyBackupCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CopySnapshotAndUpdateVolumeCommand extends CopySnapshotAndUpdateVolumeCommand_base {}
40
+ export declare class CopySnapshotAndUpdateVolumeCommand extends CopySnapshotAndUpdateVolumeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CopySnapshotAndUpdateVolumeRequest;
44
+ output: CopySnapshotAndUpdateVolumeResponse;
45
+ };
46
+ sdk: {
47
+ input: CopySnapshotAndUpdateVolumeCommandInput;
48
+ output: CopySnapshotAndUpdateVolumeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateBackupCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateBackupCommand extends CreateBackupCommand_base {}
36
+ export declare class CreateBackupCommand extends CreateBackupCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateBackupRequest;
40
+ output: CreateBackupResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateBackupCommandInput;
44
+ output: CreateBackupCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreateDataRepositoryAssociationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateDataRepositoryAssociationCommand extends CreateDataRepositoryAssociationCommand_base {}
40
+ export declare class CreateDataRepositoryAssociationCommand extends CreateDataRepositoryAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateDataRepositoryAssociationRequest;
44
+ output: CreateDataRepositoryAssociationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateDataRepositoryAssociationCommandInput;
48
+ output: CreateDataRepositoryAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateDataRepositoryTaskCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateDataRepositoryTaskCommand extends CreateDataRepositoryTaskCommand_base {}
40
+ export declare class CreateDataRepositoryTaskCommand extends CreateDataRepositoryTaskCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateDataRepositoryTaskRequest;
44
+ output: CreateDataRepositoryTaskResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateDataRepositoryTaskCommandInput;
48
+ output: CreateDataRepositoryTaskCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateFileCacheCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateFileCacheCommand extends CreateFileCacheCommand_base {}
39
+ export declare class CreateFileCacheCommand extends CreateFileCacheCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateFileCacheRequest;
43
+ output: CreateFileCacheResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateFileCacheCommandInput;
47
+ output: CreateFileCacheCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const CreateFileSystemCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateFileSystemCommand extends CreateFileSystemCommand_base {}
39
+ export declare class CreateFileSystemCommand extends CreateFileSystemCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateFileSystemRequest;
43
+ output: CreateFileSystemResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateFileSystemCommandInput;
47
+ output: CreateFileSystemCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateFileSystemFromBackupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateFileSystemFromBackupCommand extends CreateFileSystemFromBackupCommand_base {}
40
+ export declare class CreateFileSystemFromBackupCommand extends CreateFileSystemFromBackupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateFileSystemFromBackupRequest;
44
+ output: CreateFileSystemFromBackupResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateFileSystemFromBackupCommandInput;
48
+ output: CreateFileSystemFromBackupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateSnapshotCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateSnapshotCommand extends CreateSnapshotCommand_base {}
39
+ export declare class CreateSnapshotCommand extends CreateSnapshotCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateSnapshotRequest;
43
+ output: CreateSnapshotResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateSnapshotCommandInput;
47
+ output: CreateSnapshotCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateStorageVirtualMachineCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateStorageVirtualMachineCommand extends CreateStorageVirtualMachineCommand_base {}
40
+ export declare class CreateStorageVirtualMachineCommand extends CreateStorageVirtualMachineCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateStorageVirtualMachineRequest;
44
+ output: CreateStorageVirtualMachineResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateStorageVirtualMachineCommandInput;
48
+ output: CreateStorageVirtualMachineCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateVolumeCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateVolumeCommand extends CreateVolumeCommand_base {}
36
+ export declare class CreateVolumeCommand extends CreateVolumeCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateVolumeRequest;
40
+ output: CreateVolumeResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateVolumeCommandInput;
44
+ output: CreateVolumeCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreateVolumeFromBackupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateVolumeFromBackupCommand extends CreateVolumeFromBackupCommand_base {}
40
+ export declare class CreateVolumeFromBackupCommand extends CreateVolumeFromBackupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateVolumeFromBackupRequest;
44
+ output: CreateVolumeFromBackupResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateVolumeFromBackupCommandInput;
48
+ output: CreateVolumeFromBackupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteBackupCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteBackupCommand extends DeleteBackupCommand_base {}
36
+ export declare class DeleteBackupCommand extends DeleteBackupCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteBackupRequest;
40
+ output: DeleteBackupResponse;
41
+ };
42
+ sdk: {
43
+ input: DeleteBackupCommandInput;
44
+ output: DeleteBackupCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeleteDataRepositoryAssociationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteDataRepositoryAssociationCommand extends DeleteDataRepositoryAssociationCommand_base {}
40
+ export declare class DeleteDataRepositoryAssociationCommand extends DeleteDataRepositoryAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteDataRepositoryAssociationRequest;
44
+ output: DeleteDataRepositoryAssociationResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteDataRepositoryAssociationCommandInput;
48
+ output: DeleteDataRepositoryAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteFileCacheCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteFileCacheCommand extends DeleteFileCacheCommand_base {}
39
+ export declare class DeleteFileCacheCommand extends DeleteFileCacheCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteFileCacheRequest;
43
+ output: DeleteFileCacheResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteFileCacheCommandInput;
47
+ output: DeleteFileCacheCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DeleteFileSystemCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteFileSystemCommand extends DeleteFileSystemCommand_base {}
39
+ export declare class DeleteFileSystemCommand extends DeleteFileSystemCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteFileSystemRequest;
43
+ output: DeleteFileSystemResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteFileSystemCommandInput;
47
+ output: DeleteFileSystemCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DeleteSnapshotCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteSnapshotCommand extends DeleteSnapshotCommand_base {}
39
+ export declare class DeleteSnapshotCommand extends DeleteSnapshotCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteSnapshotRequest;
43
+ output: DeleteSnapshotResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteSnapshotCommandInput;
47
+ output: DeleteSnapshotCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteStorageVirtualMachineCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteStorageVirtualMachineCommand extends DeleteStorageVirtualMachineCommand_base {}
40
+ export declare class DeleteStorageVirtualMachineCommand extends DeleteStorageVirtualMachineCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteStorageVirtualMachineRequest;
44
+ output: DeleteStorageVirtualMachineResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteStorageVirtualMachineCommandInput;
48
+ output: DeleteStorageVirtualMachineCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteVolumeCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteVolumeCommand extends DeleteVolumeCommand_base {}
36
+ export declare class DeleteVolumeCommand extends DeleteVolumeCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteVolumeRequest;
40
+ output: DeleteVolumeResponse;
41
+ };
42
+ sdk: {
43
+ input: DeleteVolumeCommandInput;
44
+ output: DeleteVolumeCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DescribeBackupsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeBackupsCommand extends DescribeBackupsCommand_base {}
39
+ export declare class DescribeBackupsCommand extends DescribeBackupsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeBackupsRequest;
43
+ output: DescribeBackupsResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeBackupsCommandInput;
47
+ output: DescribeBackupsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeDataRepositoryAssociationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeDataRepositoryAssociationsCommand extends DescribeDataRepositoryAssociationsCommand_base {}
40
+ export declare class DescribeDataRepositoryAssociationsCommand extends DescribeDataRepositoryAssociationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeDataRepositoryAssociationsRequest;
44
+ output: DescribeDataRepositoryAssociationsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeDataRepositoryAssociationsCommandInput;
48
+ output: DescribeDataRepositoryAssociationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeDataRepositoryTasksCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeDataRepositoryTasksCommand extends DescribeDataRepositoryTasksCommand_base {}
40
+ export declare class DescribeDataRepositoryTasksCommand extends DescribeDataRepositoryTasksCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeDataRepositoryTasksRequest;
44
+ output: DescribeDataRepositoryTasksResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeDataRepositoryTasksCommandInput;
48
+ output: DescribeDataRepositoryTasksCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeFileCachesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeFileCachesCommand extends DescribeFileCachesCommand_base {}
40
+ export declare class DescribeFileCachesCommand extends DescribeFileCachesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeFileCachesRequest;
44
+ output: DescribeFileCachesResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeFileCachesCommandInput;
48
+ output: DescribeFileCachesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeFileSystemAliasesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeFileSystemAliasesCommand extends DescribeFileSystemAliasesCommand_base {}
40
+ export declare class DescribeFileSystemAliasesCommand extends DescribeFileSystemAliasesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeFileSystemAliasesRequest;
44
+ output: DescribeFileSystemAliasesResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeFileSystemAliasesCommandInput;
48
+ output: DescribeFileSystemAliasesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeFileSystemsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeFileSystemsCommand extends DescribeFileSystemsCommand_base {}
40
+ export declare class DescribeFileSystemsCommand extends DescribeFileSystemsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeFileSystemsRequest;
44
+ output: DescribeFileSystemsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeFileSystemsCommandInput;
48
+ output: DescribeFileSystemsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeSharedVpcConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeSharedVpcConfigurationCommand extends DescribeSharedVpcConfigurationCommand_base {}
40
+ export declare class DescribeSharedVpcConfigurationCommand extends DescribeSharedVpcConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: DescribeSharedVpcConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeSharedVpcConfigurationCommandInput;
48
+ output: DescribeSharedVpcConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeSnapshotsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeSnapshotsCommand extends DescribeSnapshotsCommand_base {}
40
+ export declare class DescribeSnapshotsCommand extends DescribeSnapshotsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeSnapshotsRequest;
44
+ output: DescribeSnapshotsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeSnapshotsCommandInput;
48
+ output: DescribeSnapshotsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeStorageVirtualMachinesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeStorageVirtualMachinesCommand extends DescribeStorageVirtualMachinesCommand_base {}
40
+ export declare class DescribeStorageVirtualMachinesCommand extends DescribeStorageVirtualMachinesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeStorageVirtualMachinesRequest;
44
+ output: DescribeStorageVirtualMachinesResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeStorageVirtualMachinesCommandInput;
48
+ output: DescribeStorageVirtualMachinesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeVolumesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeVolumesCommand extends DescribeVolumesCommand_base {}
39
+ export declare class DescribeVolumesCommand extends DescribeVolumesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeVolumesRequest;
43
+ output: DescribeVolumesResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeVolumesCommandInput;
47
+ output: DescribeVolumesCommandOutput;
48
+ };
49
+ };
50
+ }