@aws-sdk/client-datasync 3.370.0 → 3.378.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 (36) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/DataSync.js +6 -0
  3. package/dist-cjs/commands/CreateLocationAzureBlobCommand.js +47 -0
  4. package/dist-cjs/commands/DescribeLocationAzureBlobCommand.js +46 -0
  5. package/dist-cjs/commands/UpdateLocationAzureBlobCommand.js +47 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_0.js +28 -2
  8. package/dist-cjs/protocols/Aws_json1_1.js +143 -3
  9. package/dist-es/DataSync.js +6 -0
  10. package/dist-es/commands/CreateLocationAzureBlobCommand.js +43 -0
  11. package/dist-es/commands/DescribeLocationAzureBlobCommand.js +42 -0
  12. package/dist-es/commands/UpdateLocationAzureBlobCommand.js +43 -0
  13. package/dist-es/commands/index.js +3 -0
  14. package/dist-es/models/models_0.js +23 -0
  15. package/dist-es/protocols/Aws_json1_1.js +134 -0
  16. package/dist-types/DataSync.d.ts +21 -0
  17. package/dist-types/DataSyncClient.d.ts +5 -2
  18. package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +98 -0
  19. package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -2
  20. package/dist-types/commands/CreateLocationSmbCommand.d.ts +3 -1
  21. package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +88 -0
  22. package/dist-types/commands/DescribeTaskCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +2 -1
  24. package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +88 -0
  25. package/dist-types/commands/index.d.ts +3 -0
  26. package/dist-types/models/models_0.d.ts +240 -45
  27. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  28. package/dist-types/ts3.4/DataSync.d.ts +51 -0
  29. package/dist-types/ts3.4/DataSyncClient.d.ts +18 -0
  30. package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +42 -0
  31. package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +42 -0
  32. package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +42 -0
  33. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  34. package/dist-types/ts3.4/models/models_0.d.ts +63 -0
  35. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
  36. package/package.json +35 -35
@@ -81,7 +81,8 @@ export interface AddStorageSystemRequest {
81
81
  SystemType: DiscoverySystemType | string | undefined;
82
82
  /**
83
83
  * <p>Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to
84
- * and reads from your on-premises storage system's management interface.</p>
84
+ * and reads from your on-premises storage system's management interface. You can only specify
85
+ * one ARN.</p>
85
86
  */
86
87
  AgentArns: string[] | undefined;
87
88
  /**
@@ -192,6 +193,58 @@ export declare const Atime: {
192
193
  * @public
193
194
  */
194
195
  export type Atime = (typeof Atime)[keyof typeof Atime];
196
+ /**
197
+ * @public
198
+ * @enum
199
+ */
200
+ export declare const AzureAccessTier: {
201
+ readonly ARCHIVE: "ARCHIVE";
202
+ readonly COOL: "COOL";
203
+ readonly HOT: "HOT";
204
+ };
205
+ /**
206
+ * @public
207
+ */
208
+ export type AzureAccessTier = (typeof AzureAccessTier)[keyof typeof AzureAccessTier];
209
+ /**
210
+ * @public
211
+ * @enum
212
+ */
213
+ export declare const AzureBlobAuthenticationType: {
214
+ readonly SAS: "SAS";
215
+ };
216
+ /**
217
+ * @public
218
+ */
219
+ export type AzureBlobAuthenticationType = (typeof AzureBlobAuthenticationType)[keyof typeof AzureBlobAuthenticationType];
220
+ /**
221
+ * @public
222
+ * <p>The shared access signature (SAS) configuration that allows DataSync to access your Microsoft Azure Blob Storage.</p>
223
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/creating-azure-blob-location.html#azure-blob-sas-tokens">SAS
224
+ * tokens</a> for accessing your Azure Blob Storage.</p>
225
+ */
226
+ export interface AzureBlobSasConfiguration {
227
+ /**
228
+ * <p>Specifies a SAS token that provides permissions at the Azure storage account, container,
229
+ * or folder level.</p>
230
+ * <p>The token is part of the SAS URI string that comes after the storage resource URI and a question mark. A token looks something like this:</p>
231
+ * <p>
232
+ * <code>sp=r&st=2023-12-20T14:54:52Z&se=2023-12-20T22:54:52Z&spr=https&sv=2021-06-08&sr=c&sig=aBBKDWQvyuVcTPH9EBp%2FXTI9E%2F%2Fmq171%2BZU178wcwqU%3D</code>
233
+ * </p>
234
+ */
235
+ Token: string | undefined;
236
+ }
237
+ /**
238
+ * @public
239
+ * @enum
240
+ */
241
+ export declare const AzureBlobType: {
242
+ readonly BLOCK: "BLOCK";
243
+ };
244
+ /**
245
+ * @public
246
+ */
247
+ export type AzureBlobType = (typeof AzureBlobType)[keyof typeof AzureBlobType];
195
248
  /**
196
249
  * @public
197
250
  * <p>CancelTaskExecutionRequest</p>
@@ -260,14 +313,13 @@ export interface CreateAgentRequest {
260
313
  * <p>Specifies the ARN of the subnet where you want to run your DataSync task when
261
314
  * using a VPC endpoint. This is the subnet where DataSync creates and manages the
262
315
  * <a href="https://docs.aws.amazon.com/datasync/latest/userguide/datasync-network.html#required-network-interfaces">network
263
- * interfaces</a> for your transfer.</p>
316
+ * interfaces</a> for your transfer. You can only specify one ARN.</p>
264
317
  */
265
318
  SubnetArns?: string[];
266
319
  /**
267
320
  * <p>Specifies the Amazon Resource Name (ARN) of the security group that protects your task's
268
321
  * <a href="https://docs.aws.amazon.com/datasync/latest/userguide/datasync-network.html#required-network-interfaces">network
269
- * interfaces</a> when <a href="https://docs.aws.amazon.com/datasync/latest/userguide/choose-service-endpoint.html#choose-service-endpoint-vpc">using a virtual private cloud (VPC)
270
- * endpoint</a>.</p>
322
+ * interfaces</a> when <a href="https://docs.aws.amazon.com/datasync/latest/userguide/choose-service-endpoint.html#choose-service-endpoint-vpc">using a virtual private cloud (VPC) endpoint</a>. You can only specify one ARN.</p>
271
323
  */
272
324
  SecurityGroupArns?: string[];
273
325
  }
@@ -282,6 +334,57 @@ export interface CreateAgentResponse {
282
334
  */
283
335
  AgentArn?: string;
284
336
  }
337
+ /**
338
+ * @public
339
+ */
340
+ export interface CreateLocationAzureBlobRequest {
341
+ /**
342
+ * <p>Specifies the URL of the Azure Blob Storage container involved in your transfer.</p>
343
+ */
344
+ ContainerUrl: string | undefined;
345
+ /**
346
+ * <p>Specifies the authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).</p>
347
+ */
348
+ AuthenticationType: AzureBlobAuthenticationType | string | undefined;
349
+ /**
350
+ * <p>Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.</p>
351
+ */
352
+ SasConfiguration?: AzureBlobSasConfiguration;
353
+ /**
354
+ * <p>Specifies the type of blob that you want your objects or files to be when transferring
355
+ * them into Azure Blob Storage. Currently, DataSync only supports moving data into
356
+ * Azure Blob Storage as block blobs. For more information on blob types, see the <a href="https://learn.microsoft.com/en-us/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs">Azure Blob Storage documentation</a>.</p>
357
+ */
358
+ BlobType?: AzureBlobType | string;
359
+ /**
360
+ * <p>Specifies the access tier that you want your objects or files transferred into. This only applies when using the location as a transfer destination. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/creating-azure-blob-location.html#azure-blob-access-tiers">Access tiers</a>.</p>
361
+ */
362
+ AccessTier?: AzureAccessTier | string;
363
+ /**
364
+ * <p>Specifies path segments if you want to limit your transfer to a virtual directory in your
365
+ * container (for example, <code>/my/images</code>).</p>
366
+ */
367
+ Subdirectory?: string;
368
+ /**
369
+ * <p>Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container.</p>
370
+ * <p>You can specify more than one agent. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/multiple-agents.html">Using multiple
371
+ * agents for your transfer</a>.</p>
372
+ */
373
+ AgentArns: string[] | undefined;
374
+ /**
375
+ * <p>Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your transfer location.</p>
376
+ */
377
+ Tags?: TagListEntry[];
378
+ }
379
+ /**
380
+ * @public
381
+ */
382
+ export interface CreateLocationAzureBlobResponse {
383
+ /**
384
+ * <p>The ARN of the Azure Blob Storage transfer location that you created.</p>
385
+ */
386
+ LocationArn?: string;
387
+ }
285
388
  /**
286
389
  * @public
287
390
  * <p>The subnet and security groups that DataSync uses to access your Amazon EFS file system.</p>
@@ -968,10 +1071,10 @@ export interface OnPremConfig {
968
1071
  */
969
1072
  export interface CreateLocationNfsRequest {
970
1073
  /**
971
- * <p>The subdirectory in the NFS file system that is used to read data from the NFS source
972
- * location or write data to the NFS destination. The NFS path should be a path that's
973
- * exported by the NFS server, or a subdirectory of that path. The path should be such that it
974
- * can be mounted by other NFS clients in your network. </p>
1074
+ * <p>Specifies the subdirectory in the NFS file server that DataSync transfers to
1075
+ * or from. The NFS path should be a path that's exported by the NFS server, or a
1076
+ * subdirectory of that path. The path should be such that it can be mounted by other NFS clients
1077
+ * in your network. </p>
975
1078
  * <p>To see all the paths exported by your NFS server, run "<code>showmount -e
976
1079
  * nfs-server-name</code>" from an NFS client that has access to your server. You can specify
977
1080
  * any directory that appears in the results, and any subdirectory of that directory. Ensure that
@@ -984,36 +1087,34 @@ export interface CreateLocationNfsRequest {
984
1087
  * access.</p>
985
1088
  * <p>If you are copying data to or from your Snowcone device, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#nfs-on-snowcone">NFS Server on
986
1089
  * Snowcone</a> for more information.</p>
987
- * <p>For information about NFS export configuration, see 18.7. The /etc/exports
988
- * Configuration File in the Red Hat Enterprise Linux documentation.</p>
989
1090
  */
990
1091
  Subdirectory: string | undefined;
991
1092
  /**
992
- * <p>The name of the NFS server. This value is the IP address or Domain Name Service (DNS)
993
- * name of the NFS server. An agent that is installed on-premises uses this hostname to mount the
994
- * NFS server in a network. </p>
1093
+ * <p>Specifies the IP address or domain name of your NFS file server. An agent that is
1094
+ * installed on-premises uses this hostname to mount the NFS server in a network. </p>
995
1095
  * <p>If you are copying data to or from your Snowcone device, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#nfs-on-snowcone">NFS Server on
996
1096
  * Snowcone</a> for more information.</p>
997
1097
  * <note>
998
- * <p>This name must either be DNS-compliant or must be an IP version 4 (IPv4)
999
- * address.</p>
1098
+ * <p>You must specify be an IP version 4 address or Domain Name System (DNS)-compliant
1099
+ * name.</p>
1000
1100
  * </note>
1001
1101
  */
1002
1102
  ServerHostname: string | undefined;
1003
1103
  /**
1004
- * <p>Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect to
1005
- * an NFS server. </p>
1104
+ * <p>Specifies the Amazon Resource Names (ARNs) of agents that DataSync uses to
1105
+ * connect to your NFS file server. </p>
1006
1106
  * <p>If you are copying data to or from your Snowcone device, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#nfs-on-snowcone">NFS Server on
1007
1107
  * Snowcone</a> for more information.</p>
1008
1108
  */
1009
1109
  OnPremConfig: OnPremConfig | undefined;
1010
1110
  /**
1011
- * <p>The NFS mount options that DataSync can use to mount your NFS share.</p>
1111
+ * <p>Specifies the mount options that DataSync can use to mount your NFS
1112
+ * share.</p>
1012
1113
  */
1013
1114
  MountOptions?: NfsMountOptions;
1014
1115
  /**
1015
- * <p>The key-value pair that represents the tag that you want to add to the location. The
1016
- * value can be an empty string. We recommend using tags to name your resources.</p>
1116
+ * <p>Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
1117
+ * We recommend creating at least a name tag for your location.</p>
1017
1118
  */
1018
1119
  Tags?: TagListEntry[];
1019
1120
  }
@@ -1023,8 +1124,7 @@ export interface CreateLocationNfsRequest {
1023
1124
  */
1024
1125
  export interface CreateLocationNfsResponse {
1025
1126
  /**
1026
- * <p>The Amazon Resource Name (ARN) of the source NFS file system location that is
1027
- * created.</p>
1127
+ * <p>The ARN of the transfer location that you created for your NFS file server.</p>
1028
1128
  */
1029
1129
  LocationArn?: string;
1030
1130
  }
@@ -1870,30 +1970,27 @@ export declare const EndpointType: {
1870
1970
  export type EndpointType = (typeof EndpointType)[keyof typeof EndpointType];
1871
1971
  /**
1872
1972
  * @public
1873
- * <p>The VPC endpoint, subnet, and security group that an agent uses to access IP addresses in
1874
- * a VPC (Virtual Private Cloud).</p>
1973
+ * <p>Specifies how your DataSync agent connects to Amazon Web Services using a
1974
+ * virtual private cloud (VPC) service endpoint. An agent that uses a VPC endpoint isn't
1975
+ * accessible over the public internet.</p>
1875
1976
  */
1876
1977
  export interface PrivateLinkConfig {
1877
1978
  /**
1878
- * <p>The ID of the VPC endpoint that is configured for an agent. An agent that is configured
1879
- * with a VPC endpoint will not be accessible over the public internet.</p>
1979
+ * <p>Specifies the ID of the VPC endpoint that your agent connects to.</p>
1880
1980
  */
1881
1981
  VpcEndpointId?: string;
1882
1982
  /**
1883
- * <p>The private endpoint that is configured for an agent that has access to IP addresses in a
1884
- * <a href="https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-service.html">PrivateLink</a>. An agent that is configured with this endpoint will not be accessible
1885
- * over the public internet.</p>
1983
+ * <p>Specifies the VPC endpoint provided by <a href="https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-service.html">Amazon Web Services PrivateLink</a> that
1984
+ * your agent connects to.</p>
1886
1985
  */
1887
1986
  PrivateLinkEndpoint?: string;
1888
1987
  /**
1889
- * <p>The Amazon Resource Names (ARNs) of the subnets that are configured for an agent activated
1890
- * in a VPC or an agent that has access to a VPC endpoint.</p>
1988
+ * <p>Specifies the ARN of the subnet where your VPC endpoint is located. You can only specify
1989
+ * one ARN.</p>
1891
1990
  */
1892
1991
  SubnetArns?: string[];
1893
1992
  /**
1894
- * <p>The Amazon Resource Names (ARNs) of the security groups that are configured for the EC2
1895
- * resource that hosts an agent activated in a VPC or an agent that has access to a VPC
1896
- * endpoint.</p>
1993
+ * <p>Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC endpoint. You can only specify one ARN.</p>
1897
1994
  */
1898
1995
  SecurityGroupArns?: string[];
1899
1996
  }
@@ -1992,6 +2089,50 @@ export interface DescribeDiscoveryJobResponse {
1992
2089
  */
1993
2090
  JobEndTime?: Date;
1994
2091
  }
2092
+ /**
2093
+ * @public
2094
+ */
2095
+ export interface DescribeLocationAzureBlobRequest {
2096
+ /**
2097
+ * <p>Specifies the Amazon Resource Name (ARN) of your Azure Blob Storage transfer location.</p>
2098
+ */
2099
+ LocationArn: string | undefined;
2100
+ }
2101
+ /**
2102
+ * @public
2103
+ */
2104
+ export interface DescribeLocationAzureBlobResponse {
2105
+ /**
2106
+ * <p>The ARN of your Azure Blob Storage transfer location.</p>
2107
+ */
2108
+ LocationArn?: string;
2109
+ /**
2110
+ * <p>The URL of the Azure Blob Storage container involved in your transfer.</p>
2111
+ */
2112
+ LocationUri?: string;
2113
+ /**
2114
+ * <p>The authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).</p>
2115
+ */
2116
+ AuthenticationType?: AzureBlobAuthenticationType | string;
2117
+ /**
2118
+ * <p>The type of blob that you want your objects or files to be when transferring them into
2119
+ * Azure Blob Storage. Currently, DataSync only supports moving data into Azure Blob
2120
+ * Storage as block blobs. For more information on blob types, see the <a href="https://learn.microsoft.com/en-us/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs">Azure Blob Storage documentation</a>.</p>
2121
+ */
2122
+ BlobType?: AzureBlobType | string;
2123
+ /**
2124
+ * <p>The access tier that you want your objects or files transferred into. This only applies when using the location as a transfer destination. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/creating-azure-blob-location.html#azure-blob-access-tiers">Access tiers</a>.</p>
2125
+ */
2126
+ AccessTier?: AzureAccessTier | string;
2127
+ /**
2128
+ * <p>The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.</p>
2129
+ */
2130
+ AgentArns?: string[];
2131
+ /**
2132
+ * <p>The time that your Azure Blob Storage transfer location was created.</p>
2133
+ */
2134
+ CreationTime?: Date;
2135
+ }
1995
2136
  /**
1996
2137
  * @public
1997
2138
  * <p>DescribeLocationEfsRequest</p>
@@ -2296,7 +2437,7 @@ export interface DescribeLocationNfsResponse {
2296
2437
  */
2297
2438
  OnPremConfig?: OnPremConfig;
2298
2439
  /**
2299
- * <p>The NFS mount options that DataSync used to mount your NFS share.</p>
2440
+ * <p>The mount options that DataSync uses to mount your NFS share.</p>
2300
2441
  */
2301
2442
  MountOptions?: NfsMountOptions;
2302
2443
  /**
@@ -3092,7 +3233,7 @@ export interface DescribeStorageSystemResourcesResponse {
3092
3233
  */
3093
3234
  export interface DescribeTaskRequest {
3094
3235
  /**
3095
- * <p>The Amazon Resource Name (ARN) of the task to describe.</p>
3236
+ * <p>Specifies the Amazon Resource Name (ARN) of the transfer task.</p>
3096
3237
  */
3097
3238
  TaskArn: string | undefined;
3098
3239
  }
@@ -3207,7 +3348,7 @@ export interface DescribeTaskResponse {
3207
3348
  */
3208
3349
  export interface DescribeTaskExecutionRequest {
3209
3350
  /**
3210
- * <p>The Amazon Resource Name (ARN) of the task that is being executed.</p>
3351
+ * <p>Specifies the Amazon Resource Name (ARN) of the transfer task that's running.</p>
3211
3352
  */
3212
3353
  TaskExecutionArn: string | undefined;
3213
3354
  }
@@ -4036,6 +4177,49 @@ export interface UpdateDiscoveryJobRequest {
4036
4177
  */
4037
4178
  export interface UpdateDiscoveryJobResponse {
4038
4179
  }
4180
+ /**
4181
+ * @public
4182
+ */
4183
+ export interface UpdateLocationAzureBlobRequest {
4184
+ /**
4185
+ * <p>Specifies the ARN of the Azure Blob Storage transfer location that you're updating.</p>
4186
+ */
4187
+ LocationArn: string | undefined;
4188
+ /**
4189
+ * <p>Specifies path segments if you want to limit your transfer to a virtual directory in your
4190
+ * container (for example, <code>/my/images</code>).</p>
4191
+ */
4192
+ Subdirectory?: string;
4193
+ /**
4194
+ * <p>Specifies the authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).</p>
4195
+ */
4196
+ AuthenticationType?: AzureBlobAuthenticationType | string;
4197
+ /**
4198
+ * <p>Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.</p>
4199
+ */
4200
+ SasConfiguration?: AzureBlobSasConfiguration;
4201
+ /**
4202
+ * <p>Specifies the type of blob that you want your objects or files to be when transferring
4203
+ * them into Azure Blob Storage. Currently, DataSync only supports moving data into
4204
+ * Azure Blob Storage as block blobs. For more information on blob types, see the <a href="https://learn.microsoft.com/en-us/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs">Azure Blob Storage documentation</a>.</p>
4205
+ */
4206
+ BlobType?: AzureBlobType | string;
4207
+ /**
4208
+ * <p>Specifies the access tier that you want your objects or files transferred into. This only applies when using the location as a transfer destination. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/creating-azure-blob-location.html#azure-blob-access-tiers">Access tiers</a>.</p>
4209
+ */
4210
+ AccessTier?: AzureAccessTier | string;
4211
+ /**
4212
+ * <p>Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container.</p>
4213
+ * <p>You can specify more than one agent. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/multiple-agents.html">Using multiple
4214
+ * agents for your transfer</a>.</p>
4215
+ */
4216
+ AgentArns?: string[];
4217
+ }
4218
+ /**
4219
+ * @public
4220
+ */
4221
+ export interface UpdateLocationAzureBlobResponse {
4222
+ }
4039
4223
  /**
4040
4224
  * @public
4041
4225
  */
@@ -4114,14 +4298,15 @@ export interface UpdateLocationHdfsResponse {
4114
4298
  */
4115
4299
  export interface UpdateLocationNfsRequest {
4116
4300
  /**
4117
- * <p>The Amazon Resource Name (ARN) of the NFS location to update.</p>
4301
+ * <p>Specifies the Amazon Resource Name (ARN) of the NFS location that you want to
4302
+ * update.</p>
4118
4303
  */
4119
4304
  LocationArn: string | undefined;
4120
4305
  /**
4121
- * <p>The subdirectory in the NFS file system that is used to read data from the NFS source
4122
- * location or write data to the NFS destination. The NFS path should be a path that's
4123
- * exported by the NFS server, or a subdirectory of that path. The path should be such that it
4124
- * can be mounted by other NFS clients in your network.</p>
4306
+ * <p>Specifies the subdirectory in your NFS file system that DataSync uses to read
4307
+ * from or write to during a transfer. The NFS path should be exported by the NFS server, or a
4308
+ * subdirectory of that path. The path should be such that it can be mounted by other NFS clients
4309
+ * in your network.</p>
4125
4310
  * <p>To see all the paths exported by your NFS server, run "<code>showmount -e
4126
4311
  * nfs-server-name</code>" from an NFS client that has access to your server. You can specify
4127
4312
  * any directory that appears in the results, and any subdirectory of that directory. Ensure that
@@ -4134,8 +4319,6 @@ export interface UpdateLocationNfsRequest {
4134
4319
  * execute access.</p>
4135
4320
  * <p>If you are copying data to or from your Snowcone device, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#nfs-on-snowcone">NFS Server on
4136
4321
  * Snowcone</a> for more information.</p>
4137
- * <p>For information about NFS export configuration, see 18.7. The /etc/exports
4138
- * Configuration File in the Red Hat Enterprise Linux documentation.</p>
4139
4322
  */
4140
4323
  Subdirectory?: string;
4141
4324
  /**
@@ -4285,7 +4468,7 @@ export interface UpdateStorageSystemRequest {
4285
4468
  ServerConfiguration?: DiscoveryServerConfiguration;
4286
4469
  /**
4287
4470
  * <p>Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads
4288
- * your on-premises storage system.</p>
4471
+ * your on-premises storage system. You can only specify one ARN.</p>
4289
4472
  */
4290
4473
  AgentArns?: string[];
4291
4474
  /**
@@ -4388,6 +4571,14 @@ export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
4388
4571
  * @internal
4389
4572
  */
4390
4573
  export declare const AddStorageSystemRequestFilterSensitiveLog: (obj: AddStorageSystemRequest) => any;
4574
+ /**
4575
+ * @internal
4576
+ */
4577
+ export declare const AzureBlobSasConfigurationFilterSensitiveLog: (obj: AzureBlobSasConfiguration) => any;
4578
+ /**
4579
+ * @internal
4580
+ */
4581
+ export declare const CreateLocationAzureBlobRequestFilterSensitiveLog: (obj: CreateLocationAzureBlobRequest) => any;
4391
4582
  /**
4392
4583
  * @internal
4393
4584
  */
@@ -4424,6 +4615,10 @@ export declare const DescribeLocationFsxOntapResponseFilterSensitiveLog: (obj: D
4424
4615
  * @internal
4425
4616
  */
4426
4617
  export declare const DescribeLocationFsxOpenZfsResponseFilterSensitiveLog: (obj: DescribeLocationFsxOpenZfsResponse) => any;
4618
+ /**
4619
+ * @internal
4620
+ */
4621
+ export declare const UpdateLocationAzureBlobRequestFilterSensitiveLog: (obj: UpdateLocationAzureBlobRequest) => any;
4427
4622
  /**
4428
4623
  * @internal
4429
4624
  */
@@ -3,6 +3,7 @@ import { SerdeContext as __SerdeContext } from "@smithy/types";
3
3
  import { AddStorageSystemCommandInput, AddStorageSystemCommandOutput } from "../commands/AddStorageSystemCommand";
4
4
  import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } from "../commands/CancelTaskExecutionCommand";
5
5
  import { CreateAgentCommandInput, CreateAgentCommandOutput } from "../commands/CreateAgentCommand";
6
+ import { CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput } from "../commands/CreateLocationAzureBlobCommand";
6
7
  import { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "../commands/CreateLocationEfsCommand";
7
8
  import { CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput } from "../commands/CreateLocationFsxLustreCommand";
8
9
  import { CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput } from "../commands/CreateLocationFsxOntapCommand";
@@ -19,6 +20,7 @@ import { DeleteLocationCommandInput, DeleteLocationCommandOutput } from "../comm
19
20
  import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "../commands/DeleteTaskCommand";
20
21
  import { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "../commands/DescribeAgentCommand";
21
22
  import { DescribeDiscoveryJobCommandInput, DescribeDiscoveryJobCommandOutput } from "../commands/DescribeDiscoveryJobCommand";
23
+ import { DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput } from "../commands/DescribeLocationAzureBlobCommand";
22
24
  import { DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput } from "../commands/DescribeLocationEfsCommand";
23
25
  import { DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput } from "../commands/DescribeLocationFsxLustreCommand";
24
26
  import { DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput } from "../commands/DescribeLocationFsxOntapCommand";
@@ -50,6 +52,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
50
52
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
51
53
  import { UpdateAgentCommandInput, UpdateAgentCommandOutput } from "../commands/UpdateAgentCommand";
52
54
  import { UpdateDiscoveryJobCommandInput, UpdateDiscoveryJobCommandOutput } from "../commands/UpdateDiscoveryJobCommand";
55
+ import { UpdateLocationAzureBlobCommandInput, UpdateLocationAzureBlobCommandOutput } from "../commands/UpdateLocationAzureBlobCommand";
53
56
  import { UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput } from "../commands/UpdateLocationHdfsCommand";
54
57
  import { UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput } from "../commands/UpdateLocationNfsCommand";
55
58
  import { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput } from "../commands/UpdateLocationObjectStorageCommand";
@@ -69,6 +72,10 @@ export declare const se_CancelTaskExecutionCommand: (input: CancelTaskExecutionC
69
72
  * serializeAws_json1_1CreateAgentCommand
70
73
  */
71
74
  export declare const se_CreateAgentCommand: (input: CreateAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ /**
76
+ * serializeAws_json1_1CreateLocationAzureBlobCommand
77
+ */
78
+ export declare const se_CreateLocationAzureBlobCommand: (input: CreateLocationAzureBlobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
79
  /**
73
80
  * serializeAws_json1_1CreateLocationEfsCommand
74
81
  */
@@ -133,6 +140,10 @@ export declare const se_DescribeAgentCommand: (input: DescribeAgentCommandInput,
133
140
  * serializeAws_json1_1DescribeDiscoveryJobCommand
134
141
  */
135
142
  export declare const se_DescribeDiscoveryJobCommand: (input: DescribeDiscoveryJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
+ /**
144
+ * serializeAws_json1_1DescribeLocationAzureBlobCommand
145
+ */
146
+ export declare const se_DescribeLocationAzureBlobCommand: (input: DescribeLocationAzureBlobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
147
  /**
137
148
  * serializeAws_json1_1DescribeLocationEfsCommand
138
149
  */
@@ -257,6 +268,10 @@ export declare const se_UpdateAgentCommand: (input: UpdateAgentCommandInput, con
257
268
  * serializeAws_json1_1UpdateDiscoveryJobCommand
258
269
  */
259
270
  export declare const se_UpdateDiscoveryJobCommand: (input: UpdateDiscoveryJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
+ /**
272
+ * serializeAws_json1_1UpdateLocationAzureBlobCommand
273
+ */
274
+ export declare const se_UpdateLocationAzureBlobCommand: (input: UpdateLocationAzureBlobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
275
  /**
261
276
  * serializeAws_json1_1UpdateLocationHdfsCommand
262
277
  */
@@ -297,6 +312,10 @@ export declare const de_CancelTaskExecutionCommand: (output: __HttpResponse, con
297
312
  * deserializeAws_json1_1CreateAgentCommand
298
313
  */
299
314
  export declare const de_CreateAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgentCommandOutput>;
315
+ /**
316
+ * deserializeAws_json1_1CreateLocationAzureBlobCommand
317
+ */
318
+ export declare const de_CreateLocationAzureBlobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationAzureBlobCommandOutput>;
300
319
  /**
301
320
  * deserializeAws_json1_1CreateLocationEfsCommand
302
321
  */
@@ -361,6 +380,10 @@ export declare const de_DescribeAgentCommand: (output: __HttpResponse, context:
361
380
  * deserializeAws_json1_1DescribeDiscoveryJobCommand
362
381
  */
363
382
  export declare const de_DescribeDiscoveryJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDiscoveryJobCommandOutput>;
383
+ /**
384
+ * deserializeAws_json1_1DescribeLocationAzureBlobCommand
385
+ */
386
+ export declare const de_DescribeLocationAzureBlobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationAzureBlobCommandOutput>;
364
387
  /**
365
388
  * deserializeAws_json1_1DescribeLocationEfsCommand
366
389
  */
@@ -485,6 +508,10 @@ export declare const de_UpdateAgentCommand: (output: __HttpResponse, context: __
485
508
  * deserializeAws_json1_1UpdateDiscoveryJobCommand
486
509
  */
487
510
  export declare const de_UpdateDiscoveryJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDiscoveryJobCommandOutput>;
511
+ /**
512
+ * deserializeAws_json1_1UpdateLocationAzureBlobCommand
513
+ */
514
+ export declare const de_UpdateLocationAzureBlobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLocationAzureBlobCommandOutput>;
488
515
  /**
489
516
  * deserializeAws_json1_1UpdateLocationHdfsCommand
490
517
  */
@@ -11,6 +11,10 @@ import {
11
11
  CreateAgentCommandInput,
12
12
  CreateAgentCommandOutput,
13
13
  } from "./commands/CreateAgentCommand";
14
+ import {
15
+ CreateLocationAzureBlobCommandInput,
16
+ CreateLocationAzureBlobCommandOutput,
17
+ } from "./commands/CreateLocationAzureBlobCommand";
14
18
  import {
15
19
  CreateLocationEfsCommandInput,
16
20
  CreateLocationEfsCommandOutput,
@@ -75,6 +79,10 @@ import {
75
79
  DescribeDiscoveryJobCommandInput,
76
80
  DescribeDiscoveryJobCommandOutput,
77
81
  } from "./commands/DescribeDiscoveryJobCommand";
82
+ import {
83
+ DescribeLocationAzureBlobCommandInput,
84
+ DescribeLocationAzureBlobCommandOutput,
85
+ } from "./commands/DescribeLocationAzureBlobCommand";
78
86
  import {
79
87
  DescribeLocationEfsCommandInput,
80
88
  DescribeLocationEfsCommandOutput,
@@ -199,6 +207,10 @@ import {
199
207
  UpdateDiscoveryJobCommandInput,
200
208
  UpdateDiscoveryJobCommandOutput,
201
209
  } from "./commands/UpdateDiscoveryJobCommand";
210
+ import {
211
+ UpdateLocationAzureBlobCommandInput,
212
+ UpdateLocationAzureBlobCommandOutput,
213
+ } from "./commands/UpdateLocationAzureBlobCommand";
202
214
  import {
203
215
  UpdateLocationHdfsCommandInput,
204
216
  UpdateLocationHdfsCommandOutput,
@@ -268,6 +280,19 @@ export interface DataSync {
268
280
  options: __HttpHandlerOptions,
269
281
  cb: (err: any, data?: CreateAgentCommandOutput) => void
270
282
  ): void;
283
+ createLocationAzureBlob(
284
+ args: CreateLocationAzureBlobCommandInput,
285
+ options?: __HttpHandlerOptions
286
+ ): Promise<CreateLocationAzureBlobCommandOutput>;
287
+ createLocationAzureBlob(
288
+ args: CreateLocationAzureBlobCommandInput,
289
+ cb: (err: any, data?: CreateLocationAzureBlobCommandOutput) => void
290
+ ): void;
291
+ createLocationAzureBlob(
292
+ args: CreateLocationAzureBlobCommandInput,
293
+ options: __HttpHandlerOptions,
294
+ cb: (err: any, data?: CreateLocationAzureBlobCommandOutput) => void
295
+ ): void;
271
296
  createLocationEfs(
272
297
  args: CreateLocationEfsCommandInput,
273
298
  options?: __HttpHandlerOptions
@@ -476,6 +501,19 @@ export interface DataSync {
476
501
  options: __HttpHandlerOptions,
477
502
  cb: (err: any, data?: DescribeDiscoveryJobCommandOutput) => void
478
503
  ): void;
504
+ describeLocationAzureBlob(
505
+ args: DescribeLocationAzureBlobCommandInput,
506
+ options?: __HttpHandlerOptions
507
+ ): Promise<DescribeLocationAzureBlobCommandOutput>;
508
+ describeLocationAzureBlob(
509
+ args: DescribeLocationAzureBlobCommandInput,
510
+ cb: (err: any, data?: DescribeLocationAzureBlobCommandOutput) => void
511
+ ): void;
512
+ describeLocationAzureBlob(
513
+ args: DescribeLocationAzureBlobCommandInput,
514
+ options: __HttpHandlerOptions,
515
+ cb: (err: any, data?: DescribeLocationAzureBlobCommandOutput) => void
516
+ ): void;
479
517
  describeLocationEfs(
480
518
  args: DescribeLocationEfsCommandInput,
481
519
  options?: __HttpHandlerOptions
@@ -885,6 +923,19 @@ export interface DataSync {
885
923
  options: __HttpHandlerOptions,
886
924
  cb: (err: any, data?: UpdateDiscoveryJobCommandOutput) => void
887
925
  ): void;
926
+ updateLocationAzureBlob(
927
+ args: UpdateLocationAzureBlobCommandInput,
928
+ options?: __HttpHandlerOptions
929
+ ): Promise<UpdateLocationAzureBlobCommandOutput>;
930
+ updateLocationAzureBlob(
931
+ args: UpdateLocationAzureBlobCommandInput,
932
+ cb: (err: any, data?: UpdateLocationAzureBlobCommandOutput) => void
933
+ ): void;
934
+ updateLocationAzureBlob(
935
+ args: UpdateLocationAzureBlobCommandInput,
936
+ options: __HttpHandlerOptions,
937
+ cb: (err: any, data?: UpdateLocationAzureBlobCommandOutput) => void
938
+ ): void;
888
939
  updateLocationHdfs(
889
940
  args: UpdateLocationHdfsCommandInput,
890
941
  options?: __HttpHandlerOptions