@aws-sdk/client-fsx 3.1086.0 → 3.1088.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/FSx.d.ts +157 -169
- package/dist-types/ts3.4/FSxClient.d.ts +15 -28
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAndAttachS3AccessPointCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSharedVpcConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DetachAndDeleteS3AccessPointCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSharedVpcConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +22 -44
- package/dist-types/ts3.4/models/errors.d.ts +25 -84
- package/dist-types/ts3.4/models/models_0.d.ts +13 -39
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -44,10 +41,7 @@ import {
|
|
|
44
41
|
CancelDataRepositoryTaskCommandInput,
|
|
45
42
|
CancelDataRepositoryTaskCommandOutput,
|
|
46
43
|
} from "./commands/CancelDataRepositoryTaskCommand";
|
|
47
|
-
import {
|
|
48
|
-
CopyBackupCommandInput,
|
|
49
|
-
CopyBackupCommandOutput,
|
|
50
|
-
} from "./commands/CopyBackupCommand";
|
|
44
|
+
import { CopyBackupCommandInput, CopyBackupCommandOutput } from "./commands/CopyBackupCommand";
|
|
51
45
|
import {
|
|
52
46
|
CopySnapshotAndUpdateVolumeCommandInput,
|
|
53
47
|
CopySnapshotAndUpdateVolumeCommandOutput,
|
|
@@ -192,10 +186,7 @@ import {
|
|
|
192
186
|
StartMisconfiguredStateRecoveryCommandInput,
|
|
193
187
|
StartMisconfiguredStateRecoveryCommandOutput,
|
|
194
188
|
} from "./commands/StartMisconfiguredStateRecoveryCommand";
|
|
195
|
-
import {
|
|
196
|
-
TagResourceCommandInput,
|
|
197
|
-
TagResourceCommandOutput,
|
|
198
|
-
} from "./commands/TagResourceCommand";
|
|
189
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
199
190
|
import {
|
|
200
191
|
UntagResourceCommandInput,
|
|
201
192
|
UntagResourceCommandOutput,
|
|
@@ -333,8 +324,7 @@ export type ServiceOutputTypes =
|
|
|
333
324
|
| UpdateSnapshotCommandOutput
|
|
334
325
|
| UpdateStorageVirtualMachineCommandOutput
|
|
335
326
|
| UpdateVolumeCommandOutput;
|
|
336
|
-
export interface ClientDefaults
|
|
337
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
327
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
338
328
|
requestHandler?: __HttpHandlerUserInput;
|
|
339
329
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
340
330
|
urlParser?: __UrlParser;
|
|
@@ -359,9 +349,7 @@ export interface ClientDefaults
|
|
|
359
349
|
extensions?: RuntimeExtension[];
|
|
360
350
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
361
351
|
}
|
|
362
|
-
export type FSxClientConfigType = Partial<
|
|
363
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
364
|
-
> &
|
|
352
|
+
export type FSxClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
365
353
|
ClientDefaults &
|
|
366
354
|
UserAgentInputConfig &
|
|
367
355
|
RetryInputConfig &
|
|
@@ -371,17 +359,16 @@ export type FSxClientConfigType = Partial<
|
|
|
371
359
|
HttpAuthSchemeInputConfig &
|
|
372
360
|
ClientInputEndpointParameters;
|
|
373
361
|
export interface FSxClientConfig extends FSxClientConfigType {}
|
|
374
|
-
export type FSxClientResolvedConfigType =
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
ClientResolvedEndpointParameters;
|
|
362
|
+
export type FSxClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
363
|
+
Required<ClientDefaults> &
|
|
364
|
+
RuntimeExtensionsConfig &
|
|
365
|
+
UserAgentResolvedConfig &
|
|
366
|
+
RetryResolvedConfig &
|
|
367
|
+
RegionResolvedConfig &
|
|
368
|
+
HostHeaderResolvedConfig &
|
|
369
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
370
|
+
HttpAuthSchemeResolvedConfig &
|
|
371
|
+
ClientResolvedEndpointParameters;
|
|
385
372
|
export interface FSxClientResolvedConfig extends FSxClientResolvedConfigType {}
|
|
386
373
|
export declare class FSxClient extends __Client<
|
|
387
374
|
__HttpHandlerOptions,
|
|
@@ -7,17 +7,10 @@ import { FSxHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: FSxHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: FSxHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): FSxHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -15,32 +15,29 @@ import { FSxClientResolvedConfig } from "../FSxClient";
|
|
|
15
15
|
export interface FSxHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
16
16
|
region?: string;
|
|
17
17
|
}
|
|
18
|
-
export interface FSxHttpAuthSchemeParametersProvider
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {}
|
|
18
|
+
export interface FSxHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
FSxClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
FSxHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
25
24
|
export declare const defaultFSxHttpAuthSchemeParametersProvider: (
|
|
26
25
|
config: FSxClientResolvedConfig,
|
|
27
26
|
context: HandlerExecutionContext,
|
|
28
|
-
input: object
|
|
27
|
+
input: object,
|
|
29
28
|
) => Promise<FSxHttpAuthSchemeParameters>;
|
|
30
|
-
export interface FSxHttpAuthSchemeProvider
|
|
31
|
-
extends HttpAuthSchemeProvider<FSxHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface FSxHttpAuthSchemeProvider extends HttpAuthSchemeProvider<FSxHttpAuthSchemeParameters> {}
|
|
32
30
|
export declare const defaultFSxHttpAuthSchemeProvider: FSxHttpAuthSchemeProvider;
|
|
33
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
34
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
35
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
36
34
|
httpAuthSchemeProvider?: FSxHttpAuthSchemeProvider;
|
|
37
35
|
}
|
|
38
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
39
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
40
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
41
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
42
39
|
readonly httpAuthSchemeProvider: FSxHttpAuthSchemeProvider;
|
|
43
40
|
}
|
|
44
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
45
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
46
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -1,25 +1,20 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
ServiceInputTypes,
|
|
5
|
-
ServiceOutputTypes,
|
|
6
|
-
} from "./FSxClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
2
|
+
import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./FSxClient";
|
|
3
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
4
|
added: EndpointParameterInstructions,
|
|
12
5
|
plugins: (
|
|
13
6
|
CommandCtor: any,
|
|
14
7
|
clientStack: any,
|
|
15
8
|
config: any,
|
|
16
|
-
options: any
|
|
9
|
+
options: any,
|
|
17
10
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
11
|
op: string,
|
|
19
12
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
13
|
+
smithyContext?: Record<string, unknown>,
|
|
21
14
|
) => {
|
|
22
|
-
new (
|
|
15
|
+
new (
|
|
16
|
+
input: I,
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
18
|
I,
|
|
24
19
|
O,
|
|
25
20
|
FSxClientResolvedConfig,
|
|
@@ -38,9 +33,4 @@ export declare const command: <
|
|
|
38
33
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
34
|
};
|
|
40
35
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
36
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AssociateFileSystemAliasesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AssociateFileSystemAliasesCommandInput
|
|
8
|
-
extends AssociateFileSystemAliasesRequest {}
|
|
7
|
+
export interface AssociateFileSystemAliasesCommandInput extends AssociateFileSystemAliasesRequest {}
|
|
9
8
|
export interface AssociateFileSystemAliasesCommandOutput
|
|
10
|
-
extends AssociateFileSystemAliasesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AssociateFileSystemAliasesResponse, __MetadataBearer {}
|
|
12
10
|
declare const AssociateFileSystemAliasesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AssociateFileSystemAliasesCommandInput
|
|
12
|
+
input: AssociateFileSystemAliasesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AssociateFileSystemAliasesCommandInput,
|
|
17
15
|
AssociateFileSystemAliasesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AssociateFileSystemAliasesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AssociateFileSystemAliasesCommandInput
|
|
21
|
+
input: AssociateFileSystemAliasesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AssociateFileSystemAliasesCommandInput,
|
|
26
24
|
AssociateFileSystemAliasesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CancelDataRepositoryTaskResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CancelDataRepositoryTaskCommandInput
|
|
8
|
-
extends CancelDataRepositoryTaskRequest {}
|
|
7
|
+
export interface CancelDataRepositoryTaskCommandInput extends CancelDataRepositoryTaskRequest {}
|
|
9
8
|
export interface CancelDataRepositoryTaskCommandOutput
|
|
10
|
-
extends CancelDataRepositoryTaskResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CancelDataRepositoryTaskResponse, __MetadataBearer {}
|
|
12
10
|
declare const CancelDataRepositoryTaskCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CancelDataRepositoryTaskCommandInput
|
|
12
|
+
input: CancelDataRepositoryTaskCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CancelDataRepositoryTaskCommandInput,
|
|
17
15
|
CancelDataRepositoryTaskCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CancelDataRepositoryTaskCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CancelDataRepositoryTaskCommandInput
|
|
21
|
+
input: CancelDataRepositoryTaskCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CancelDataRepositoryTaskCommandInput,
|
|
26
24
|
CancelDataRepositoryTaskCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CopyBackupRequest, CopyBackupResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CopyBackupCommandInput extends CopyBackupRequest {}
|
|
5
|
-
export interface CopyBackupCommandOutput
|
|
6
|
-
extends CopyBackupResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CopyBackupCommandOutput extends CopyBackupResponse, __MetadataBearer {}
|
|
8
6
|
declare const CopyBackupCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CopyBackupCommandInput
|
|
8
|
+
input: CopyBackupCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CopyBackupCommandInput,
|
|
13
11
|
CopyBackupCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CopyBackupCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CopyBackupCommandInput
|
|
17
|
+
input: CopyBackupCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CopyBackupCommandInput,
|
|
22
20
|
CopyBackupCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CopySnapshotAndUpdateVolumeResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CopySnapshotAndUpdateVolumeCommandInput
|
|
8
|
-
extends CopySnapshotAndUpdateVolumeRequest {}
|
|
7
|
+
export interface CopySnapshotAndUpdateVolumeCommandInput extends CopySnapshotAndUpdateVolumeRequest {}
|
|
9
8
|
export interface CopySnapshotAndUpdateVolumeCommandOutput
|
|
10
|
-
extends CopySnapshotAndUpdateVolumeResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CopySnapshotAndUpdateVolumeResponse, __MetadataBearer {}
|
|
12
10
|
declare const CopySnapshotAndUpdateVolumeCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CopySnapshotAndUpdateVolumeCommandInput
|
|
12
|
+
input: CopySnapshotAndUpdateVolumeCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CopySnapshotAndUpdateVolumeCommandInput,
|
|
17
15
|
CopySnapshotAndUpdateVolumeCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CopySnapshotAndUpdateVolumeCommandInput
|
|
21
|
+
input: CopySnapshotAndUpdateVolumeCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CopySnapshotAndUpdateVolumeCommandInput,
|
|
26
24
|
CopySnapshotAndUpdateVolumeCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateAndAttachS3AccessPointResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateAndAttachS3AccessPointCommandInput
|
|
8
|
-
extends CreateAndAttachS3AccessPointRequest {}
|
|
7
|
+
export interface CreateAndAttachS3AccessPointCommandInput extends CreateAndAttachS3AccessPointRequest {}
|
|
9
8
|
export interface CreateAndAttachS3AccessPointCommandOutput
|
|
10
|
-
extends CreateAndAttachS3AccessPointResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateAndAttachS3AccessPointResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateAndAttachS3AccessPointCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateAndAttachS3AccessPointCommandInput
|
|
12
|
+
input: CreateAndAttachS3AccessPointCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateAndAttachS3AccessPointCommandInput,
|
|
17
15
|
CreateAndAttachS3AccessPointCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateAndAttachS3AccessPointCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateAndAttachS3AccessPointCommandInput
|
|
21
|
+
input: CreateAndAttachS3AccessPointCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateAndAttachS3AccessPointCommandInput,
|
|
26
24
|
CreateAndAttachS3AccessPointCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateBackupRequest, CreateBackupResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateBackupCommandInput extends CreateBackupRequest {}
|
|
5
|
-
export interface CreateBackupCommandOutput
|
|
6
|
-
extends CreateBackupResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateBackupCommandOutput extends CreateBackupResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateBackupCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateBackupCommandInput
|
|
8
|
+
input: CreateBackupCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateBackupCommandInput,
|
|
13
11
|
CreateBackupCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateDataRepositoryAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDataRepositoryAssociationCommandInput
|
|
8
|
-
extends CreateDataRepositoryAssociationRequest {}
|
|
7
|
+
export interface CreateDataRepositoryAssociationCommandInput extends CreateDataRepositoryAssociationRequest {}
|
|
9
8
|
export interface CreateDataRepositoryAssociationCommandOutput
|
|
10
|
-
extends CreateDataRepositoryAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateDataRepositoryAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateDataRepositoryAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateDataRepositoryAssociationCommandInput
|
|
12
|
+
input: CreateDataRepositoryAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateDataRepositoryAssociationCommandInput,
|
|
17
15
|
CreateDataRepositoryAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateDataRepositoryAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateDataRepositoryAssociationCommandInput
|
|
21
|
+
input: CreateDataRepositoryAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateDataRepositoryAssociationCommandInput,
|
|
26
24
|
CreateDataRepositoryAssociationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateDataRepositoryTaskResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDataRepositoryTaskCommandInput
|
|
8
|
-
extends CreateDataRepositoryTaskRequest {}
|
|
7
|
+
export interface CreateDataRepositoryTaskCommandInput extends CreateDataRepositoryTaskRequest {}
|
|
9
8
|
export interface CreateDataRepositoryTaskCommandOutput
|
|
10
|
-
extends CreateDataRepositoryTaskResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateDataRepositoryTaskResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateDataRepositoryTaskCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateDataRepositoryTaskCommandInput
|
|
12
|
+
input: CreateDataRepositoryTaskCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateDataRepositoryTaskCommandInput,
|
|
17
15
|
CreateDataRepositoryTaskCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateDataRepositoryTaskCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateDataRepositoryTaskCommandInput
|
|
21
|
+
input: CreateDataRepositoryTaskCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateDataRepositoryTaskCommandInput,
|
|
26
24
|
CreateDataRepositoryTaskCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateFileCacheRequest,
|
|
4
|
-
CreateFileCacheResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateFileCacheRequest, CreateFileCacheResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateFileCacheCommandInput extends CreateFileCacheRequest {}
|
|
8
|
-
export interface CreateFileCacheCommandOutput
|
|
9
|
-
extends CreateFileCacheResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateFileCacheCommandOutput extends CreateFileCacheResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateFileCacheCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateFileCacheCommandInput
|
|
8
|
+
input: CreateFileCacheCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateFileCacheCommandInput,
|
|
16
11
|
CreateFileCacheCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateFileCacheCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateFileCacheCommandInput
|
|
17
|
+
input: CreateFileCacheCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateFileCacheCommandInput,
|
|
25
20
|
CreateFileCacheCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateFileSystemRequest,
|
|
4
|
-
CreateFileSystemResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateFileSystemRequest, CreateFileSystemResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateFileSystemCommandInput extends CreateFileSystemRequest {}
|
|
8
|
-
export interface CreateFileSystemCommandOutput
|
|
9
|
-
extends CreateFileSystemResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateFileSystemCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateFileSystemCommandInput
|
|
8
|
+
input: CreateFileSystemCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateFileSystemCommandInput,
|
|
16
11
|
CreateFileSystemCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateFileSystemCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateFileSystemCommandInput
|
|
17
|
+
input: CreateFileSystemCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateFileSystemCommandInput,
|
|
25
20
|
CreateFileSystemCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateFileSystemFromBackupResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateFileSystemFromBackupCommandInput
|
|
8
|
-
extends CreateFileSystemFromBackupRequest {}
|
|
7
|
+
export interface CreateFileSystemFromBackupCommandInput extends CreateFileSystemFromBackupRequest {}
|
|
9
8
|
export interface CreateFileSystemFromBackupCommandOutput
|
|
10
|
-
extends CreateFileSystemFromBackupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateFileSystemFromBackupResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateFileSystemFromBackupCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateFileSystemFromBackupCommandInput
|
|
12
|
+
input: CreateFileSystemFromBackupCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateFileSystemFromBackupCommandInput,
|
|
17
15
|
CreateFileSystemFromBackupCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateFileSystemFromBackupCommandInput
|
|
21
|
+
input: CreateFileSystemFromBackupCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateFileSystemFromBackupCommandInput,
|
|
26
24
|
CreateFileSystemFromBackupCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateSnapshotRequest,
|
|
4
|
-
CreateSnapshotResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateSnapshotRequest, CreateSnapshotResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {}
|
|
8
|
-
export interface CreateSnapshotCommandOutput
|
|
9
|
-
extends CreateSnapshotResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateSnapshotCommandOutput extends CreateSnapshotResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateSnapshotCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateSnapshotCommandInput
|
|
8
|
+
input: CreateSnapshotCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateSnapshotCommandInput,
|
|
16
11
|
CreateSnapshotCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateSnapshotCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateSnapshotCommandInput
|
|
17
|
+
input: CreateSnapshotCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateSnapshotCommandInput,
|
|
25
20
|
CreateSnapshotCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateStorageVirtualMachineResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateStorageVirtualMachineCommandInput
|
|
8
|
-
extends CreateStorageVirtualMachineRequest {}
|
|
7
|
+
export interface CreateStorageVirtualMachineCommandInput extends CreateStorageVirtualMachineRequest {}
|
|
9
8
|
export interface CreateStorageVirtualMachineCommandOutput
|
|
10
|
-
extends CreateStorageVirtualMachineResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateStorageVirtualMachineResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateStorageVirtualMachineCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateStorageVirtualMachineCommandInput
|
|
12
|
+
input: CreateStorageVirtualMachineCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateStorageVirtualMachineCommandInput,
|
|
17
15
|
CreateStorageVirtualMachineCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateStorageVirtualMachineCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateStorageVirtualMachineCommandInput
|
|
21
|
+
input: CreateStorageVirtualMachineCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateStorageVirtualMachineCommandInput,
|
|
26
24
|
CreateStorageVirtualMachineCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateVolumeRequest, CreateVolumeResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateVolumeCommandInput extends CreateVolumeRequest {}
|
|
5
|
-
export interface CreateVolumeCommandOutput
|
|
6
|
-
extends CreateVolumeResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateVolumeCommandOutput extends CreateVolumeResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateVolumeCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateVolumeCommandInput
|
|
8
|
+
input: CreateVolumeCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateVolumeCommandInput,
|
|
13
11
|
CreateVolumeCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateVolumeCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateVolumeCommandInput
|
|
17
|
+
input: CreateVolumeCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateVolumeCommandInput,
|
|
22
20
|
CreateVolumeCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateVolumeFromBackupRequest,
|
|
4
|
-
CreateVolumeFromBackupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateVolumeFromBackupRequest, CreateVolumeFromBackupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateVolumeFromBackupCommandInput
|
|
8
|
-
extends CreateVolumeFromBackupRequest {}
|
|
4
|
+
export interface CreateVolumeFromBackupCommandInput extends CreateVolumeFromBackupRequest {}
|
|
9
5
|
export interface CreateVolumeFromBackupCommandOutput
|
|
10
|
-
extends CreateVolumeFromBackupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateVolumeFromBackupResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateVolumeFromBackupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateVolumeFromBackupCommandInput
|
|
9
|
+
input: CreateVolumeFromBackupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateVolumeFromBackupCommandInput,
|
|
17
12
|
CreateVolumeFromBackupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateVolumeFromBackupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateVolumeFromBackupCommandInput
|
|
18
|
+
input: CreateVolumeFromBackupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateVolumeFromBackupCommandInput,
|
|
26
21
|
CreateVolumeFromBackupCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteBackupRequest, DeleteBackupResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteBackupCommandInput extends DeleteBackupRequest {}
|
|
5
|
-
export interface DeleteBackupCommandOutput
|
|
6
|
-
extends DeleteBackupResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteBackupCommandOutput extends DeleteBackupResponse, __MetadataBearer {}
|
|
8
6
|
declare const DeleteBackupCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteBackupCommandInput
|
|
8
|
+
input: DeleteBackupCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteBackupCommandInput,
|
|
13
11
|
DeleteBackupCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteBackupCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteBackupCommandInput
|
|
17
|
+
input: DeleteBackupCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteBackupCommandInput,
|
|
22
20
|
DeleteBackupCommandOutput,
|