@aws-sdk/client-datasync 3.1087.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.
Files changed (74) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DataSync.d.ts +173 -200
  3. package/dist-types/ts3.4/DataSyncClient.d.ts +24 -61
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +3 -8
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +4 -4
  43. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/UpdateLocationEfsCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/UpdateLocationFsxLustreCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/UpdateLocationFsxOntapCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/UpdateLocationFsxOpenZfsCommand.d.ts +4 -6
  52. package/dist-types/ts3.4/commands/UpdateLocationFsxWindowsCommand.d.ts +4 -6
  53. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +5 -10
  55. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/UpdateLocationS3Command.d.ts +4 -9
  57. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  61. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  62. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  63. package/dist-types/ts3.4/models/enums.d.ts +15 -30
  64. package/dist-types/ts3.4/models/errors.d.ts +1 -3
  65. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  66. package/dist-types/ts3.4/pagination/ListAgentsPaginator.d.ts +1 -4
  67. package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +1 -4
  68. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  69. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  70. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  71. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  72. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  73. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  74. package/package.json +38 -38
@@ -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 {
@@ -40,10 +37,7 @@ import {
40
37
  CancelTaskExecutionCommandInput,
41
38
  CancelTaskExecutionCommandOutput,
42
39
  } from "./commands/CancelTaskExecutionCommand";
43
- import {
44
- CreateAgentCommandInput,
45
- CreateAgentCommandOutput,
46
- } from "./commands/CreateAgentCommand";
40
+ import { CreateAgentCommandInput, CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
47
41
  import {
48
42
  CreateLocationAzureBlobCommandInput,
49
43
  CreateLocationAzureBlobCommandOutput,
@@ -88,22 +82,13 @@ import {
88
82
  CreateLocationSmbCommandInput,
89
83
  CreateLocationSmbCommandOutput,
90
84
  } from "./commands/CreateLocationSmbCommand";
91
- import {
92
- CreateTaskCommandInput,
93
- CreateTaskCommandOutput,
94
- } from "./commands/CreateTaskCommand";
95
- import {
96
- DeleteAgentCommandInput,
97
- DeleteAgentCommandOutput,
98
- } from "./commands/DeleteAgentCommand";
85
+ import { CreateTaskCommandInput, CreateTaskCommandOutput } from "./commands/CreateTaskCommand";
86
+ import { DeleteAgentCommandInput, DeleteAgentCommandOutput } from "./commands/DeleteAgentCommand";
99
87
  import {
100
88
  DeleteLocationCommandInput,
101
89
  DeleteLocationCommandOutput,
102
90
  } from "./commands/DeleteLocationCommand";
103
- import {
104
- DeleteTaskCommandInput,
105
- DeleteTaskCommandOutput,
106
- } from "./commands/DeleteTaskCommand";
91
+ import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "./commands/DeleteTaskCommand";
107
92
  import {
108
93
  DescribeAgentCommandInput,
109
94
  DescribeAgentCommandOutput,
@@ -160,10 +145,7 @@ import {
160
145
  DescribeTaskExecutionCommandInput,
161
146
  DescribeTaskExecutionCommandOutput,
162
147
  } from "./commands/DescribeTaskExecutionCommand";
163
- import {
164
- ListAgentsCommandInput,
165
- ListAgentsCommandOutput,
166
- } from "./commands/ListAgentsCommand";
148
+ import { ListAgentsCommandInput, ListAgentsCommandOutput } from "./commands/ListAgentsCommand";
167
149
  import {
168
150
  ListLocationsCommandInput,
169
151
  ListLocationsCommandOutput,
@@ -176,26 +158,17 @@ import {
176
158
  ListTaskExecutionsCommandInput,
177
159
  ListTaskExecutionsCommandOutput,
178
160
  } from "./commands/ListTaskExecutionsCommand";
179
- import {
180
- ListTasksCommandInput,
181
- ListTasksCommandOutput,
182
- } from "./commands/ListTasksCommand";
161
+ import { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
183
162
  import {
184
163
  StartTaskExecutionCommandInput,
185
164
  StartTaskExecutionCommandOutput,
186
165
  } from "./commands/StartTaskExecutionCommand";
187
- import {
188
- TagResourceCommandInput,
189
- TagResourceCommandOutput,
190
- } from "./commands/TagResourceCommand";
166
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
191
167
  import {
192
168
  UntagResourceCommandInput,
193
169
  UntagResourceCommandOutput,
194
170
  } from "./commands/UntagResourceCommand";
195
- import {
196
- UpdateAgentCommandInput,
197
- UpdateAgentCommandOutput,
198
- } from "./commands/UpdateAgentCommand";
171
+ import { UpdateAgentCommandInput, UpdateAgentCommandOutput } from "./commands/UpdateAgentCommand";
199
172
  import {
200
173
  UpdateLocationAzureBlobCommandInput,
201
174
  UpdateLocationAzureBlobCommandOutput,
@@ -240,10 +213,7 @@ import {
240
213
  UpdateLocationSmbCommandInput,
241
214
  UpdateLocationSmbCommandOutput,
242
215
  } from "./commands/UpdateLocationSmbCommand";
243
- import {
244
- UpdateTaskCommandInput,
245
- UpdateTaskCommandOutput,
246
- } from "./commands/UpdateTaskCommand";
216
+ import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
247
217
  import {
248
218
  UpdateTaskExecutionCommandInput,
249
219
  UpdateTaskExecutionCommandOutput,
@@ -363,8 +333,7 @@ export type ServiceOutputTypes =
363
333
  | UpdateLocationSmbCommandOutput
364
334
  | UpdateTaskCommandOutput
365
335
  | UpdateTaskExecutionCommandOutput;
366
- export interface ClientDefaults
367
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
336
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
368
337
  requestHandler?: __HttpHandlerUserInput;
369
338
  sha256?: __ChecksumConstructor | __HashConstructor;
370
339
  urlParser?: __UrlParser;
@@ -389,9 +358,7 @@ export interface ClientDefaults
389
358
  extensions?: RuntimeExtension[];
390
359
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
391
360
  }
392
- export type DataSyncClientConfigType = Partial<
393
- __SmithyConfiguration<__HttpHandlerOptions>
394
- > &
361
+ export type DataSyncClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
395
362
  ClientDefaults &
396
363
  UserAgentInputConfig &
397
364
  RetryInputConfig &
@@ -401,19 +368,17 @@ export type DataSyncClientConfigType = Partial<
401
368
  HttpAuthSchemeInputConfig &
402
369
  ClientInputEndpointParameters;
403
370
  export interface DataSyncClientConfig extends DataSyncClientConfigType {}
404
- export type DataSyncClientResolvedConfigType =
405
- __SmithyResolvedConfiguration<__HttpHandlerOptions> &
406
- Required<ClientDefaults> &
407
- RuntimeExtensionsConfig &
408
- UserAgentResolvedConfig &
409
- RetryResolvedConfig &
410
- RegionResolvedConfig &
411
- HostHeaderResolvedConfig &
412
- EndpointResolvedConfig<EndpointParameters> &
413
- HttpAuthSchemeResolvedConfig &
414
- ClientResolvedEndpointParameters;
415
- export interface DataSyncClientResolvedConfig
416
- extends DataSyncClientResolvedConfigType {}
371
+ export type DataSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
372
+ Required<ClientDefaults> &
373
+ RuntimeExtensionsConfig &
374
+ UserAgentResolvedConfig &
375
+ RetryResolvedConfig &
376
+ RegionResolvedConfig &
377
+ HostHeaderResolvedConfig &
378
+ EndpointResolvedConfig<EndpointParameters> &
379
+ HttpAuthSchemeResolvedConfig &
380
+ ClientResolvedEndpointParameters;
381
+ export interface DataSyncClientResolvedConfig extends DataSyncClientResolvedConfigType {}
417
382
  export declare class DataSyncClient extends __Client<
418
383
  __HttpHandlerOptions,
419
384
  ServiceInputTypes,
@@ -421,8 +386,6 @@ export declare class DataSyncClient extends __Client<
421
386
  DataSyncClientResolvedConfig
422
387
  > {
423
388
  readonly config: DataSyncClientResolvedConfig;
424
- constructor(
425
- ...[configuration]: __CheckOptionalClientConfig<DataSyncClientConfig>
426
- );
389
+ constructor(...[configuration]: __CheckOptionalClientConfig<DataSyncClientConfig>);
427
390
  destroy(): void;
428
391
  }
@@ -7,17 +7,10 @@ import { DataSyncHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: DataSyncHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: DataSyncHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): DataSyncHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
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;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { DataSyncClientResolvedConfig } from "../DataSyncClient";
15
- export interface DataSyncHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface DataSyncHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface DataSyncHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- DataSyncClientResolvedConfig,
22
- HandlerExecutionContext,
23
- DataSyncHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface DataSyncHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ DataSyncClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ DataSyncHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultDataSyncHttpAuthSchemeParametersProvider: (
27
25
  config: DataSyncClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<DataSyncHttpAuthSchemeParameters>;
31
- export interface DataSyncHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<DataSyncHttpAuthSchemeParameters> {}
29
+ export interface DataSyncHttpAuthSchemeProvider extends HttpAuthSchemeProvider<DataSyncHttpAuthSchemeParameters> {}
33
30
  export declare const defaultDataSyncHttpAuthSchemeProvider: DataSyncHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: DataSyncHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: DataSyncHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./DataSyncClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  DataSyncClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CancelTaskExecutionRequest,
4
- CancelTaskExecutionResponse,
5
- } from "../models/models_0";
2
+ import { CancelTaskExecutionRequest, CancelTaskExecutionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CancelTaskExecutionCommandInput
8
- extends CancelTaskExecutionRequest {}
4
+ export interface CancelTaskExecutionCommandInput extends CancelTaskExecutionRequest {}
9
5
  export interface CancelTaskExecutionCommandOutput
10
- extends CancelTaskExecutionResponse,
11
- __MetadataBearer {}
6
+ extends CancelTaskExecutionResponse, __MetadataBearer {}
12
7
  declare const CancelTaskExecutionCommand_base: {
13
8
  new (
14
- input: CancelTaskExecutionCommandInput
9
+ input: CancelTaskExecutionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CancelTaskExecutionCommandInput,
17
12
  CancelTaskExecutionCommandOutput,
@@ -20,7 +15,7 @@ declare const CancelTaskExecutionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CancelTaskExecutionCommandInput
18
+ input: CancelTaskExecutionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CancelTaskExecutionCommandInput,
26
21
  CancelTaskExecutionCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateAgentRequest, CreateAgentResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateAgentCommandInput extends CreateAgentRequest {}
5
- export interface CreateAgentCommandOutput
6
- extends CreateAgentResponse,
7
- __MetadataBearer {}
5
+ export interface CreateAgentCommandOutput extends CreateAgentResponse, __MetadataBearer {}
8
6
  declare const CreateAgentCommand_base: {
9
7
  new (
10
- input: CreateAgentCommandInput
8
+ input: CreateAgentCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateAgentCommandInput,
13
11
  CreateAgentCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateAgentCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateAgentCommandInput
17
+ input: CreateAgentCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateAgentCommandInput,
22
20
  CreateAgentCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateLocationAzureBlobResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateLocationAzureBlobCommandInput
8
- extends CreateLocationAzureBlobRequest {}
7
+ export interface CreateLocationAzureBlobCommandInput extends CreateLocationAzureBlobRequest {}
9
8
  export interface CreateLocationAzureBlobCommandOutput
10
- extends CreateLocationAzureBlobResponse,
11
- __MetadataBearer {}
9
+ extends CreateLocationAzureBlobResponse, __MetadataBearer {}
12
10
  declare const CreateLocationAzureBlobCommand_base: {
13
11
  new (
14
- input: CreateLocationAzureBlobCommandInput
12
+ input: CreateLocationAzureBlobCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateLocationAzureBlobCommandInput,
17
15
  CreateLocationAzureBlobCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateLocationAzureBlobCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateLocationAzureBlobCommandInput
21
+ input: CreateLocationAzureBlobCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateLocationAzureBlobCommandInput,
26
24
  CreateLocationAzureBlobCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateLocationEfsRequest,
4
- CreateLocationEfsResponse,
5
- } from "../models/models_0";
2
+ import { CreateLocationEfsRequest, CreateLocationEfsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateLocationEfsCommandInput
8
- extends CreateLocationEfsRequest {}
4
+ export interface CreateLocationEfsCommandInput extends CreateLocationEfsRequest {}
9
5
  export interface CreateLocationEfsCommandOutput
10
- extends CreateLocationEfsResponse,
11
- __MetadataBearer {}
6
+ extends CreateLocationEfsResponse, __MetadataBearer {}
12
7
  declare const CreateLocationEfsCommand_base: {
13
8
  new (
14
- input: CreateLocationEfsCommandInput
9
+ input: CreateLocationEfsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateLocationEfsCommandInput,
17
12
  CreateLocationEfsCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateLocationEfsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateLocationEfsCommandInput
18
+ input: CreateLocationEfsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateLocationEfsCommandInput,
26
21
  CreateLocationEfsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateLocationFsxLustreResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateLocationFsxLustreCommandInput
8
- extends CreateLocationFsxLustreRequest {}
7
+ export interface CreateLocationFsxLustreCommandInput extends CreateLocationFsxLustreRequest {}
9
8
  export interface CreateLocationFsxLustreCommandOutput
10
- extends CreateLocationFsxLustreResponse,
11
- __MetadataBearer {}
9
+ extends CreateLocationFsxLustreResponse, __MetadataBearer {}
12
10
  declare const CreateLocationFsxLustreCommand_base: {
13
11
  new (
14
- input: CreateLocationFsxLustreCommandInput
12
+ input: CreateLocationFsxLustreCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateLocationFsxLustreCommandInput,
17
15
  CreateLocationFsxLustreCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateLocationFsxLustreCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateLocationFsxLustreCommandInput
21
+ input: CreateLocationFsxLustreCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateLocationFsxLustreCommandInput,
26
24
  CreateLocationFsxLustreCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateLocationFsxOntapRequest,
4
- CreateLocationFsxOntapResponse,
5
- } from "../models/models_0";
2
+ import { CreateLocationFsxOntapRequest, CreateLocationFsxOntapResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateLocationFsxOntapCommandInput
8
- extends CreateLocationFsxOntapRequest {}
4
+ export interface CreateLocationFsxOntapCommandInput extends CreateLocationFsxOntapRequest {}
9
5
  export interface CreateLocationFsxOntapCommandOutput
10
- extends CreateLocationFsxOntapResponse,
11
- __MetadataBearer {}
6
+ extends CreateLocationFsxOntapResponse, __MetadataBearer {}
12
7
  declare const CreateLocationFsxOntapCommand_base: {
13
8
  new (
14
- input: CreateLocationFsxOntapCommandInput
9
+ input: CreateLocationFsxOntapCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateLocationFsxOntapCommandInput,
17
12
  CreateLocationFsxOntapCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateLocationFsxOntapCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateLocationFsxOntapCommandInput
18
+ input: CreateLocationFsxOntapCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateLocationFsxOntapCommandInput,
26
21
  CreateLocationFsxOntapCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateLocationFsxOpenZfsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateLocationFsxOpenZfsCommandInput
8
- extends CreateLocationFsxOpenZfsRequest {}
7
+ export interface CreateLocationFsxOpenZfsCommandInput extends CreateLocationFsxOpenZfsRequest {}
9
8
  export interface CreateLocationFsxOpenZfsCommandOutput
10
- extends CreateLocationFsxOpenZfsResponse,
11
- __MetadataBearer {}
9
+ extends CreateLocationFsxOpenZfsResponse, __MetadataBearer {}
12
10
  declare const CreateLocationFsxOpenZfsCommand_base: {
13
11
  new (
14
- input: CreateLocationFsxOpenZfsCommandInput
12
+ input: CreateLocationFsxOpenZfsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateLocationFsxOpenZfsCommandInput,
17
15
  CreateLocationFsxOpenZfsCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateLocationFsxOpenZfsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateLocationFsxOpenZfsCommandInput
21
+ input: CreateLocationFsxOpenZfsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateLocationFsxOpenZfsCommandInput,
26
24
  CreateLocationFsxOpenZfsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateLocationFsxWindowsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateLocationFsxWindowsCommandInput
8
- extends CreateLocationFsxWindowsRequest {}
7
+ export interface CreateLocationFsxWindowsCommandInput extends CreateLocationFsxWindowsRequest {}
9
8
  export interface CreateLocationFsxWindowsCommandOutput
10
- extends CreateLocationFsxWindowsResponse,
11
- __MetadataBearer {}
9
+ extends CreateLocationFsxWindowsResponse, __MetadataBearer {}
12
10
  declare const CreateLocationFsxWindowsCommand_base: {
13
11
  new (
14
- input: CreateLocationFsxWindowsCommandInput
12
+ input: CreateLocationFsxWindowsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateLocationFsxWindowsCommandInput,
17
15
  CreateLocationFsxWindowsCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateLocationFsxWindowsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateLocationFsxWindowsCommandInput
21
+ input: CreateLocationFsxWindowsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateLocationFsxWindowsCommandInput,
26
24
  CreateLocationFsxWindowsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateLocationHdfsRequest,
4
- CreateLocationHdfsResponse,
5
- } from "../models/models_0";
2
+ import { CreateLocationHdfsRequest, CreateLocationHdfsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateLocationHdfsCommandInput
8
- extends CreateLocationHdfsRequest {}
4
+ export interface CreateLocationHdfsCommandInput extends CreateLocationHdfsRequest {}
9
5
  export interface CreateLocationHdfsCommandOutput
10
- extends CreateLocationHdfsResponse,
11
- __MetadataBearer {}
6
+ extends CreateLocationHdfsResponse, __MetadataBearer {}
12
7
  declare const CreateLocationHdfsCommand_base: {
13
8
  new (
14
- input: CreateLocationHdfsCommandInput
9
+ input: CreateLocationHdfsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateLocationHdfsCommandInput,
17
12
  CreateLocationHdfsCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateLocationHdfsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateLocationHdfsCommandInput
18
+ input: CreateLocationHdfsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateLocationHdfsCommandInput,
26
21
  CreateLocationHdfsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateLocationNfsRequest,
4
- CreateLocationNfsResponse,
5
- } from "../models/models_0";
2
+ import { CreateLocationNfsRequest, CreateLocationNfsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateLocationNfsCommandInput
8
- extends CreateLocationNfsRequest {}
4
+ export interface CreateLocationNfsCommandInput extends CreateLocationNfsRequest {}
9
5
  export interface CreateLocationNfsCommandOutput
10
- extends CreateLocationNfsResponse,
11
- __MetadataBearer {}
6
+ extends CreateLocationNfsResponse, __MetadataBearer {}
12
7
  declare const CreateLocationNfsCommand_base: {
13
8
  new (
14
- input: CreateLocationNfsCommandInput
9
+ input: CreateLocationNfsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateLocationNfsCommandInput,
17
12
  CreateLocationNfsCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateLocationNfsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateLocationNfsCommandInput
18
+ input: CreateLocationNfsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateLocationNfsCommandInput,
26
21
  CreateLocationNfsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateLocationObjectStorageResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateLocationObjectStorageCommandInput
8
- extends CreateLocationObjectStorageRequest {}
7
+ export interface CreateLocationObjectStorageCommandInput extends CreateLocationObjectStorageRequest {}
9
8
  export interface CreateLocationObjectStorageCommandOutput
10
- extends CreateLocationObjectStorageResponse,
11
- __MetadataBearer {}
9
+ extends CreateLocationObjectStorageResponse, __MetadataBearer {}
12
10
  declare const CreateLocationObjectStorageCommand_base: {
13
11
  new (
14
- input: CreateLocationObjectStorageCommandInput
12
+ input: CreateLocationObjectStorageCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateLocationObjectStorageCommandInput,
17
15
  CreateLocationObjectStorageCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateLocationObjectStorageCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateLocationObjectStorageCommandInput
21
+ input: CreateLocationObjectStorageCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateLocationObjectStorageCommandInput,
26
24
  CreateLocationObjectStorageCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateLocationS3Request,
4
- CreateLocationS3Response,
5
- } from "../models/models_0";
2
+ import { CreateLocationS3Request, CreateLocationS3Response } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateLocationS3CommandInput extends CreateLocationS3Request {}
8
- export interface CreateLocationS3CommandOutput
9
- extends CreateLocationS3Response,
10
- __MetadataBearer {}
5
+ export interface CreateLocationS3CommandOutput extends CreateLocationS3Response, __MetadataBearer {}
11
6
  declare const CreateLocationS3Command_base: {
12
7
  new (
13
- input: CreateLocationS3CommandInput
8
+ input: CreateLocationS3CommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateLocationS3CommandInput,
16
11
  CreateLocationS3CommandOutput,
@@ -19,7 +14,7 @@ declare const CreateLocationS3Command_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateLocationS3CommandInput
17
+ input: CreateLocationS3CommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateLocationS3CommandInput,
25
20
  CreateLocationS3CommandOutput,