@aws-sdk/client-fsx 3.194.0 → 3.196.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/FSxClient.js +11 -8
- package/dist-cjs/commands/AssociateFileSystemAliasesCommand.js +10 -0
- package/dist-cjs/commands/CancelDataRepositoryTaskCommand.js +10 -0
- package/dist-cjs/commands/CopyBackupCommand.js +10 -0
- package/dist-cjs/commands/CreateBackupCommand.js +10 -0
- package/dist-cjs/commands/CreateDataRepositoryAssociationCommand.js +10 -0
- package/dist-cjs/commands/CreateDataRepositoryTaskCommand.js +10 -0
- package/dist-cjs/commands/CreateFileCacheCommand.js +10 -0
- package/dist-cjs/commands/CreateFileSystemCommand.js +10 -0
- package/dist-cjs/commands/CreateFileSystemFromBackupCommand.js +10 -0
- package/dist-cjs/commands/CreateSnapshotCommand.js +10 -0
- package/dist-cjs/commands/CreateStorageVirtualMachineCommand.js +10 -0
- package/dist-cjs/commands/CreateVolumeCommand.js +10 -0
- package/dist-cjs/commands/CreateVolumeFromBackupCommand.js +10 -0
- package/dist-cjs/commands/DeleteBackupCommand.js +10 -0
- package/dist-cjs/commands/DeleteDataRepositoryAssociationCommand.js +10 -0
- package/dist-cjs/commands/DeleteFileCacheCommand.js +10 -0
- package/dist-cjs/commands/DeleteFileSystemCommand.js +10 -0
- package/dist-cjs/commands/DeleteSnapshotCommand.js +10 -0
- package/dist-cjs/commands/DeleteStorageVirtualMachineCommand.js +10 -0
- package/dist-cjs/commands/DeleteVolumeCommand.js +10 -0
- package/dist-cjs/commands/DescribeBackupsCommand.js +10 -0
- package/dist-cjs/commands/DescribeDataRepositoryAssociationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeDataRepositoryTasksCommand.js +10 -0
- package/dist-cjs/commands/DescribeFileCachesCommand.js +10 -0
- package/dist-cjs/commands/DescribeFileSystemAliasesCommand.js +10 -0
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +10 -0
- package/dist-cjs/commands/DescribeSnapshotsCommand.js +10 -0
- package/dist-cjs/commands/DescribeStorageVirtualMachinesCommand.js +10 -0
- package/dist-cjs/commands/DescribeVolumesCommand.js +10 -0
- package/dist-cjs/commands/DisassociateFileSystemAliasesCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ReleaseFileSystemNfsV3LocksCommand.js +10 -0
- package/dist-cjs/commands/RestoreVolumeFromSnapshotCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateDataRepositoryAssociationCommand.js +10 -0
- package/dist-cjs/commands/UpdateFileCacheCommand.js +10 -0
- package/dist-cjs/commands/UpdateFileSystemCommand.js +10 -0
- package/dist-cjs/commands/UpdateSnapshotCommand.js +10 -0
- package/dist-cjs/commands/UpdateStorageVirtualMachineCommand.js +10 -0
- package/dist-cjs/commands/UpdateVolumeCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +451 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/FSxClient.js +12 -9
- package/dist-es/commands/AssociateFileSystemAliasesCommand.js +10 -0
- package/dist-es/commands/CancelDataRepositoryTaskCommand.js +10 -0
- package/dist-es/commands/CopyBackupCommand.js +10 -0
- package/dist-es/commands/CreateBackupCommand.js +10 -0
- package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +10 -0
- package/dist-es/commands/CreateDataRepositoryTaskCommand.js +10 -0
- package/dist-es/commands/CreateFileCacheCommand.js +10 -0
- package/dist-es/commands/CreateFileSystemCommand.js +10 -0
- package/dist-es/commands/CreateFileSystemFromBackupCommand.js +10 -0
- package/dist-es/commands/CreateSnapshotCommand.js +10 -0
- package/dist-es/commands/CreateStorageVirtualMachineCommand.js +10 -0
- package/dist-es/commands/CreateVolumeCommand.js +10 -0
- package/dist-es/commands/CreateVolumeFromBackupCommand.js +10 -0
- package/dist-es/commands/DeleteBackupCommand.js +10 -0
- package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +10 -0
- package/dist-es/commands/DeleteFileCacheCommand.js +10 -0
- package/dist-es/commands/DeleteFileSystemCommand.js +10 -0
- package/dist-es/commands/DeleteSnapshotCommand.js +10 -0
- package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +10 -0
- package/dist-es/commands/DeleteVolumeCommand.js +10 -0
- package/dist-es/commands/DescribeBackupsCommand.js +10 -0
- package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +10 -0
- package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +10 -0
- package/dist-es/commands/DescribeFileCachesCommand.js +10 -0
- package/dist-es/commands/DescribeFileSystemAliasesCommand.js +10 -0
- package/dist-es/commands/DescribeFileSystemsCommand.js +10 -0
- package/dist-es/commands/DescribeSnapshotsCommand.js +10 -0
- package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +10 -0
- package/dist-es/commands/DescribeVolumesCommand.js +10 -0
- package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +10 -0
- package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +10 -0
- package/dist-es/commands/UpdateFileCacheCommand.js +10 -0
- package/dist-es/commands/UpdateFileSystemCommand.js +10 -0
- package/dist-es/commands/UpdateSnapshotCommand.js +10 -0
- package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +10 -0
- package/dist-es/commands/UpdateVolumeCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +448 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/FSxClient.d.ts +6 -9
- package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +2 -0
- package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +2 -0
- package/dist-types/commands/CopyBackupCommand.d.ts +2 -0
- package/dist-types/commands/CreateBackupCommand.d.ts +2 -0
- package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +2 -0
- package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +2 -0
- package/dist-types/commands/CreateFileCacheCommand.d.ts +2 -0
- package/dist-types/commands/CreateFileSystemCommand.d.ts +2 -0
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +2 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +2 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +2 -0
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBackupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFileCacheCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeBackupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFileCachesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -0
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFileCacheCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +2 -0
- package/dist-types/commands/UpdateVolumeCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/FSxClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -213
- package/dist-es/endpoints.js +0 -209
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
4
|
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
5
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
6
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
7
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
8
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider,
|
|
9
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
10
|
import { AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput } from "./commands/AssociateFileSystemAliasesCommand";
|
|
10
11
|
import { CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput } from "./commands/CancelDataRepositoryTaskCommand";
|
|
11
12
|
import { CopyBackupCommandInput, CopyBackupCommandOutput } from "./commands/CopyBackupCommand";
|
|
@@ -47,6 +48,7 @@ import { UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput } from "./c
|
|
|
47
48
|
import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "./commands/UpdateSnapshotCommand";
|
|
48
49
|
import { UpdateStorageVirtualMachineCommandInput, UpdateStorageVirtualMachineCommandOutput } from "./commands/UpdateStorageVirtualMachineCommand";
|
|
49
50
|
import { UpdateVolumeCommandInput, UpdateVolumeCommandOutput } from "./commands/UpdateVolumeCommand";
|
|
51
|
+
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
50
52
|
export declare type ServiceInputTypes = AssociateFileSystemAliasesCommandInput | CancelDataRepositoryTaskCommandInput | CopyBackupCommandInput | CreateBackupCommandInput | CreateDataRepositoryAssociationCommandInput | CreateDataRepositoryTaskCommandInput | CreateFileCacheCommandInput | CreateFileSystemCommandInput | CreateFileSystemFromBackupCommandInput | CreateSnapshotCommandInput | CreateStorageVirtualMachineCommandInput | CreateVolumeCommandInput | CreateVolumeFromBackupCommandInput | DeleteBackupCommandInput | DeleteDataRepositoryAssociationCommandInput | DeleteFileCacheCommandInput | DeleteFileSystemCommandInput | DeleteSnapshotCommandInput | DeleteStorageVirtualMachineCommandInput | DeleteVolumeCommandInput | DescribeBackupsCommandInput | DescribeDataRepositoryAssociationsCommandInput | DescribeDataRepositoryTasksCommandInput | DescribeFileCachesCommandInput | DescribeFileSystemAliasesCommandInput | DescribeFileSystemsCommandInput | DescribeSnapshotsCommandInput | DescribeStorageVirtualMachinesCommandInput | DescribeVolumesCommandInput | DisassociateFileSystemAliasesCommandInput | ListTagsForResourceCommandInput | ReleaseFileSystemNfsV3LocksCommandInput | RestoreVolumeFromSnapshotCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDataRepositoryAssociationCommandInput | UpdateFileCacheCommandInput | UpdateFileSystemCommandInput | UpdateSnapshotCommandInput | UpdateStorageVirtualMachineCommandInput | UpdateVolumeCommandInput;
|
|
51
53
|
export declare type ServiceOutputTypes = AssociateFileSystemAliasesCommandOutput | CancelDataRepositoryTaskCommandOutput | CopyBackupCommandOutput | CreateBackupCommandOutput | CreateDataRepositoryAssociationCommandOutput | CreateDataRepositoryTaskCommandOutput | CreateFileCacheCommandOutput | CreateFileSystemCommandOutput | CreateFileSystemFromBackupCommandOutput | CreateSnapshotCommandOutput | CreateStorageVirtualMachineCommandOutput | CreateVolumeCommandOutput | CreateVolumeFromBackupCommandOutput | DeleteBackupCommandOutput | DeleteDataRepositoryAssociationCommandOutput | DeleteFileCacheCommandOutput | DeleteFileSystemCommandOutput | DeleteSnapshotCommandOutput | DeleteStorageVirtualMachineCommandOutput | DeleteVolumeCommandOutput | DescribeBackupsCommandOutput | DescribeDataRepositoryAssociationsCommandOutput | DescribeDataRepositoryTasksCommandOutput | DescribeFileCachesCommandOutput | DescribeFileSystemAliasesCommandOutput | DescribeFileSystemsCommandOutput | DescribeSnapshotsCommandOutput | DescribeStorageVirtualMachinesCommandOutput | DescribeVolumesCommandOutput | DisassociateFileSystemAliasesCommandOutput | ListTagsForResourceCommandOutput | ReleaseFileSystemNfsV3LocksCommandOutput | RestoreVolumeFromSnapshotCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDataRepositoryAssociationCommandOutput | UpdateFileCacheCommandOutput | UpdateFileSystemCommandOutput | UpdateSnapshotCommandOutput | UpdateStorageVirtualMachineCommandOutput | UpdateVolumeCommandOutput;
|
|
52
54
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -139,11 +141,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
139
141
|
* @internal
|
|
140
142
|
*/
|
|
141
143
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
142
|
-
/**
|
|
143
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
147
144
|
/**
|
|
148
145
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
149
146
|
* @internal
|
|
@@ -154,13 +151,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
154
151
|
*/
|
|
155
152
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
156
153
|
}
|
|
157
|
-
declare type FSxClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig &
|
|
154
|
+
declare type FSxClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
158
155
|
/**
|
|
159
156
|
* The configuration interface of FSxClient class constructor that set the region, credentials and other options.
|
|
160
157
|
*/
|
|
161
158
|
export interface FSxClientConfig extends FSxClientConfigType {
|
|
162
159
|
}
|
|
163
|
-
declare type FSxClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig &
|
|
160
|
+
declare type FSxClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
164
161
|
/**
|
|
165
162
|
* The resolved configuration interface of FSxClient class. This is resolved and normalized from the {@link FSxClientConfig | constructor configuration interface}.
|
|
166
163
|
*/
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -35,6 +36,7 @@ export interface AssociateFileSystemAliasesCommandOutput extends AssociateFileSy
|
|
|
35
36
|
*/
|
|
36
37
|
export declare class AssociateFileSystemAliasesCommand extends $Command<AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput, FSxClientResolvedConfig> {
|
|
37
38
|
readonly input: AssociateFileSystemAliasesCommandInput;
|
|
39
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
38
40
|
constructor(input: AssociateFileSystemAliasesCommandInput);
|
|
39
41
|
/**
|
|
40
42
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -37,6 +38,7 @@ export interface CancelDataRepositoryTaskCommandOutput extends CancelDataReposit
|
|
|
37
38
|
*/
|
|
38
39
|
export declare class CancelDataRepositoryTaskCommand extends $Command<CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput, FSxClientResolvedConfig> {
|
|
39
40
|
readonly input: CancelDataRepositoryTaskCommandInput;
|
|
41
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
40
42
|
constructor(input: CancelDataRepositoryTaskCommandInput);
|
|
41
43
|
/**
|
|
42
44
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -45,6 +46,7 @@ export interface CopyBackupCommandOutput extends CopyBackupResponse, __MetadataB
|
|
|
45
46
|
*/
|
|
46
47
|
export declare class CopyBackupCommand extends $Command<CopyBackupCommandInput, CopyBackupCommandOutput, FSxClientResolvedConfig> {
|
|
47
48
|
readonly input: CopyBackupCommandInput;
|
|
49
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
48
50
|
constructor(input: CopyBackupCommandInput);
|
|
49
51
|
/**
|
|
50
52
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -82,6 +83,7 @@ export interface CreateBackupCommandOutput extends CreateBackupResponse, __Metad
|
|
|
82
83
|
*/
|
|
83
84
|
export declare class CreateBackupCommand extends $Command<CreateBackupCommandInput, CreateBackupCommandOutput, FSxClientResolvedConfig> {
|
|
84
85
|
readonly input: CreateBackupCommandInput;
|
|
86
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
87
|
constructor(input: CreateBackupCommandInput);
|
|
86
88
|
/**
|
|
87
89
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -41,6 +42,7 @@ export interface CreateDataRepositoryAssociationCommandOutput extends CreateData
|
|
|
41
42
|
*/
|
|
42
43
|
export declare class CreateDataRepositoryAssociationCommand extends $Command<CreateDataRepositoryAssociationCommandInput, CreateDataRepositoryAssociationCommandOutput, FSxClientResolvedConfig> {
|
|
43
44
|
readonly input: CreateDataRepositoryAssociationCommandInput;
|
|
45
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
44
46
|
constructor(input: CreateDataRepositoryAssociationCommandInput);
|
|
45
47
|
/**
|
|
46
48
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -34,6 +35,7 @@ export interface CreateDataRepositoryTaskCommandOutput extends CreateDataReposit
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class CreateDataRepositoryTaskCommand extends $Command<CreateDataRepositoryTaskCommandInput, CreateDataRepositoryTaskCommandOutput, FSxClientResolvedConfig> {
|
|
36
37
|
readonly input: CreateDataRepositoryTaskCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: CreateDataRepositoryTaskCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -48,6 +49,7 @@ export interface CreateFileCacheCommandOutput extends CreateFileCacheResponse, _
|
|
|
48
49
|
*/
|
|
49
50
|
export declare class CreateFileCacheCommand extends $Command<CreateFileCacheCommandInput, CreateFileCacheCommandOutput, FSxClientResolvedConfig> {
|
|
50
51
|
readonly input: CreateFileCacheCommandInput;
|
|
52
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
53
|
constructor(input: CreateFileCacheCommandInput);
|
|
52
54
|
/**
|
|
53
55
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -70,6 +71,7 @@ export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse,
|
|
|
70
71
|
*/
|
|
71
72
|
export declare class CreateFileSystemCommand extends $Command<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, FSxClientResolvedConfig> {
|
|
72
73
|
readonly input: CreateFileSystemCommandInput;
|
|
74
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
75
|
constructor(input: CreateFileSystemCommandInput);
|
|
74
76
|
/**
|
|
75
77
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -61,6 +62,7 @@ export interface CreateFileSystemFromBackupCommandOutput extends CreateFileSyste
|
|
|
61
62
|
*/
|
|
62
63
|
export declare class CreateFileSystemFromBackupCommand extends $Command<CreateFileSystemFromBackupCommandInput, CreateFileSystemFromBackupCommandOutput, FSxClientResolvedConfig> {
|
|
63
64
|
readonly input: CreateFileSystemFromBackupCommandInput;
|
|
65
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
66
|
constructor(input: CreateFileSystemFromBackupCommandInput);
|
|
65
67
|
/**
|
|
66
68
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -52,6 +53,7 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotResponse, __M
|
|
|
52
53
|
*/
|
|
53
54
|
export declare class CreateSnapshotCommand extends $Command<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, FSxClientResolvedConfig> {
|
|
54
55
|
readonly input: CreateSnapshotCommandInput;
|
|
56
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
57
|
constructor(input: CreateSnapshotCommandInput);
|
|
56
58
|
/**
|
|
57
59
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateStorageVirtualMachineCommandOutput extends CreateStorageV
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateStorageVirtualMachineCommand extends $Command<CreateStorageVirtualMachineCommandInput, CreateStorageVirtualMachineCommandOutput, FSxClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateStorageVirtualMachineCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateStorageVirtualMachineCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateVolumeCommandOutput extends CreateVolumeResponse, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateVolumeCommand extends $Command<CreateVolumeCommandInput, CreateVolumeCommandOutput, FSxClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateVolumeCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateVolumeCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -26,6 +27,7 @@ export interface CreateVolumeFromBackupCommandOutput extends CreateVolumeFromBac
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class CreateVolumeFromBackupCommand extends $Command<CreateVolumeFromBackupCommandInput, CreateVolumeFromBackupCommandOutput, FSxClientResolvedConfig> {
|
|
28
29
|
readonly input: CreateVolumeFromBackupCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: CreateVolumeFromBackupCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -34,6 +35,7 @@ export interface DeleteBackupCommandOutput extends DeleteBackupResponse, __Metad
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class DeleteBackupCommand extends $Command<DeleteBackupCommandInput, DeleteBackupCommandOutput, FSxClientResolvedConfig> {
|
|
36
37
|
readonly input: DeleteBackupCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: DeleteBackupCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -31,6 +32,7 @@ export interface DeleteDataRepositoryAssociationCommandOutput extends DeleteData
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class DeleteDataRepositoryAssociationCommand extends $Command<DeleteDataRepositoryAssociationCommandInput, DeleteDataRepositoryAssociationCommandOutput, FSxClientResolvedConfig> {
|
|
33
34
|
readonly input: DeleteDataRepositoryAssociationCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: DeleteDataRepositoryAssociationCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -38,6 +39,7 @@ export interface DeleteFileCacheCommandOutput extends DeleteFileCacheResponse, _
|
|
|
38
39
|
*/
|
|
39
40
|
export declare class DeleteFileCacheCommand extends $Command<DeleteFileCacheCommandInput, DeleteFileCacheCommandOutput, FSxClientResolvedConfig> {
|
|
40
41
|
readonly input: DeleteFileCacheCommandInput;
|
|
42
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
41
43
|
constructor(input: DeleteFileCacheCommandInput);
|
|
42
44
|
/**
|
|
43
45
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -49,6 +50,7 @@ export interface DeleteFileSystemCommandOutput extends DeleteFileSystemResponse,
|
|
|
49
50
|
*/
|
|
50
51
|
export declare class DeleteFileSystemCommand extends $Command<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, FSxClientResolvedConfig> {
|
|
51
52
|
readonly input: DeleteFileSystemCommandInput;
|
|
53
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
54
|
constructor(input: DeleteFileSystemCommandInput);
|
|
53
55
|
/**
|
|
54
56
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -29,6 +30,7 @@ export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResponse, __M
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class DeleteSnapshotCommand extends $Command<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, FSxClientResolvedConfig> {
|
|
31
32
|
readonly input: DeleteSnapshotCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: DeleteSnapshotCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -26,6 +27,7 @@ export interface DeleteStorageVirtualMachineCommandOutput extends DeleteStorageV
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DeleteStorageVirtualMachineCommand extends $Command<DeleteStorageVirtualMachineCommandInput, DeleteStorageVirtualMachineCommandOutput, FSxClientResolvedConfig> {
|
|
28
29
|
readonly input: DeleteStorageVirtualMachineCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DeleteStorageVirtualMachineCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -26,6 +27,7 @@ export interface DeleteVolumeCommandOutput extends DeleteVolumeResponse, __Metad
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DeleteVolumeCommand extends $Command<DeleteVolumeCommandInput, DeleteVolumeCommandOutput, FSxClientResolvedConfig> {
|
|
28
29
|
readonly input: DeleteVolumeCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DeleteVolumeCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -53,6 +54,7 @@ export interface DescribeBackupsCommandOutput extends DescribeBackupsResponse, _
|
|
|
53
54
|
*/
|
|
54
55
|
export declare class DescribeBackupsCommand extends $Command<DescribeBackupsCommandInput, DescribeBackupsCommandOutput, FSxClientResolvedConfig> {
|
|
55
56
|
readonly input: DescribeBackupsCommandInput;
|
|
57
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
58
|
constructor(input: DescribeBackupsCommandInput);
|
|
57
59
|
/**
|
|
58
60
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -45,6 +46,7 @@ export interface DescribeDataRepositoryAssociationsCommandOutput extends Describ
|
|
|
45
46
|
*/
|
|
46
47
|
export declare class DescribeDataRepositoryAssociationsCommand extends $Command<DescribeDataRepositoryAssociationsCommandInput, DescribeDataRepositoryAssociationsCommandOutput, FSxClientResolvedConfig> {
|
|
47
48
|
readonly input: DescribeDataRepositoryAssociationsCommandInput;
|
|
49
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
48
50
|
constructor(input: DescribeDataRepositoryAssociationsCommandInput);
|
|
49
51
|
/**
|
|
50
52
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -35,6 +36,7 @@ export interface DescribeDataRepositoryTasksCommandOutput extends DescribeDataRe
|
|
|
35
36
|
*/
|
|
36
37
|
export declare class DescribeDataRepositoryTasksCommand extends $Command<DescribeDataRepositoryTasksCommandInput, DescribeDataRepositoryTasksCommandOutput, FSxClientResolvedConfig> {
|
|
37
38
|
readonly input: DescribeDataRepositoryTasksCommandInput;
|
|
39
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
38
40
|
constructor(input: DescribeDataRepositoryTasksCommandInput);
|
|
39
41
|
/**
|
|
40
42
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -55,6 +56,7 @@ export interface DescribeFileCachesCommandOutput extends DescribeFileCachesRespo
|
|
|
55
56
|
*/
|
|
56
57
|
export declare class DescribeFileCachesCommand extends $Command<DescribeFileCachesCommandInput, DescribeFileCachesCommandOutput, FSxClientResolvedConfig> {
|
|
57
58
|
readonly input: DescribeFileCachesCommandInput;
|
|
59
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
60
|
constructor(input: DescribeFileCachesCommandInput);
|
|
59
61
|
/**
|
|
60
62
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -27,6 +28,7 @@ export interface DescribeFileSystemAliasesCommandOutput extends DescribeFileSyst
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DescribeFileSystemAliasesCommand extends $Command<DescribeFileSystemAliasesCommandInput, DescribeFileSystemAliasesCommandOutput, FSxClientResolvedConfig> {
|
|
29
30
|
readonly input: DescribeFileSystemAliasesCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DescribeFileSystemAliasesCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -55,6 +56,7 @@ export interface DescribeFileSystemsCommandOutput extends DescribeFileSystemsRes
|
|
|
55
56
|
*/
|
|
56
57
|
export declare class DescribeFileSystemsCommand extends $Command<DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput, FSxClientResolvedConfig> {
|
|
57
58
|
readonly input: DescribeFileSystemsCommandInput;
|
|
59
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
60
|
constructor(input: DescribeFileSystemsCommandInput);
|
|
59
61
|
/**
|
|
60
62
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -51,6 +52,7 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsRespons
|
|
|
51
52
|
*/
|
|
52
53
|
export declare class DescribeSnapshotsCommand extends $Command<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, FSxClientResolvedConfig> {
|
|
53
54
|
readonly input: DescribeSnapshotsCommandInput;
|
|
55
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
56
|
constructor(input: DescribeSnapshotsCommandInput);
|
|
55
57
|
/**
|
|
56
58
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeStorageVirtualMachinesCommandOutput extends DescribeSto
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeStorageVirtualMachinesCommand extends $Command<DescribeStorageVirtualMachinesCommandInput, DescribeStorageVirtualMachinesCommandOutput, FSxClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeStorageVirtualMachinesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeStorageVirtualMachinesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -26,6 +27,7 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResponse, _
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DescribeVolumesCommand extends $Command<DescribeVolumesCommandInput, DescribeVolumesCommandOutput, FSxClientResolvedConfig> {
|
|
28
29
|
readonly input: DescribeVolumesCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DescribeVolumesCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -33,6 +34,7 @@ export interface DisassociateFileSystemAliasesCommandOutput extends Disassociate
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class DisassociateFileSystemAliasesCommand extends $Command<DisassociateFileSystemAliasesCommandInput, DisassociateFileSystemAliasesCommandOutput, FSxClientResolvedConfig> {
|
|
35
36
|
readonly input: DisassociateFileSystemAliasesCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: DisassociateFileSystemAliasesCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -52,6 +53,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
52
53
|
*/
|
|
53
54
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FSxClientResolvedConfig> {
|
|
54
55
|
readonly input: ListTagsForResourceCommandInput;
|
|
56
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
57
|
constructor(input: ListTagsForResourceCommandInput);
|
|
56
58
|
/**
|
|
57
59
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -26,6 +27,7 @@ export interface ReleaseFileSystemNfsV3LocksCommandOutput extends ReleaseFileSys
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ReleaseFileSystemNfsV3LocksCommand extends $Command<ReleaseFileSystemNfsV3LocksCommandInput, ReleaseFileSystemNfsV3LocksCommandOutput, FSxClientResolvedConfig> {
|
|
28
29
|
readonly input: ReleaseFileSystemNfsV3LocksCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ReleaseFileSystemNfsV3LocksCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -26,6 +27,7 @@ export interface RestoreVolumeFromSnapshotCommandOutput extends RestoreVolumeFro
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class RestoreVolumeFromSnapshotCommand extends $Command<RestoreVolumeFromSnapshotCommandInput, RestoreVolumeFromSnapshotCommandOutput, FSxClientResolvedConfig> {
|
|
28
29
|
readonly input: RestoreVolumeFromSnapshotCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: RestoreVolumeFromSnapshotCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -25,6 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, FSxClientResolvedConfig> {
|
|
27
28
|
readonly input: TagResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: TagResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -25,6 +26,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, FSxClientResolvedConfig> {
|
|
27
28
|
readonly input: UntagResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UntagResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -27,6 +28,7 @@ export interface UpdateDataRepositoryAssociationCommandOutput extends UpdateData
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class UpdateDataRepositoryAssociationCommand extends $Command<UpdateDataRepositoryAssociationCommandInput, UpdateDataRepositoryAssociationCommandOutput, FSxClientResolvedConfig> {
|
|
29
30
|
readonly input: UpdateDataRepositoryAssociationCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: UpdateDataRepositoryAssociationCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -26,6 +27,7 @@ export interface UpdateFileCacheCommandOutput extends UpdateFileCacheResponse, _
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class UpdateFileCacheCommand extends $Command<UpdateFileCacheCommandInput, UpdateFileCacheCommandOutput, FSxClientResolvedConfig> {
|
|
28
29
|
readonly input: UpdateFileCacheCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: UpdateFileCacheCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -177,6 +178,7 @@ export interface UpdateFileSystemCommandOutput extends UpdateFileSystemResponse,
|
|
|
177
178
|
*/
|
|
178
179
|
export declare class UpdateFileSystemCommand extends $Command<UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput, FSxClientResolvedConfig> {
|
|
179
180
|
readonly input: UpdateFileSystemCommandInput;
|
|
181
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
180
182
|
constructor(input: UpdateFileSystemCommandInput);
|
|
181
183
|
/**
|
|
182
184
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateSnapshotCommandOutput extends UpdateSnapshotResponse, __M
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateSnapshotCommand extends $Command<UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput, FSxClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateSnapshotCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateSnapshotCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|