aws-sdk 2.1428.0 → 2.1430.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.examples.json +2 -2
- package/apis/connect-2017-08-08.min.json +263 -237
- package/apis/datasync-2018-11-09.min.json +6 -0
- package/apis/dms-2016-01-01.min.json +1079 -217
- package/apis/dms-2016-01-01.paginators.json +45 -0
- package/apis/ec2-2016-11-15.min.json +27 -0
- package/apis/sagemaker-2017-07-24.min.json +3 -0
- package/clients/acmpca.d.ts +1 -1
- package/clients/autoscaling.d.ts +1 -1
- package/clients/cloud9.d.ts +1 -1
- package/clients/connect.d.ts +31 -0
- package/clients/datasync.d.ts +26 -18
- package/clients/dms.d.ts +1224 -12
- package/clients/ec2.d.ts +33 -1
- package/clients/ecs.d.ts +20 -20
- package/clients/sagemaker.d.ts +2 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +7 -7
- package/dist/aws-sdk.js +293 -240
- package/dist/aws-sdk.min.js +80 -80
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -15,6 +15,11 @@
|
|
15
15
|
"output_token": "Marker",
|
16
16
|
"limit_key": "MaxRecords"
|
17
17
|
},
|
18
|
+
"DescribeDataProviders": {
|
19
|
+
"input_token": "Marker",
|
20
|
+
"output_token": "Marker",
|
21
|
+
"limit_key": "MaxRecords"
|
22
|
+
},
|
18
23
|
"DescribeEndpointSettings": {
|
19
24
|
"input_token": "Marker",
|
20
25
|
"output_token": "Marker",
|
@@ -45,6 +50,11 @@
|
|
45
50
|
"output_token": "Marker",
|
46
51
|
"limit_key": "MaxRecords"
|
47
52
|
},
|
53
|
+
"DescribeExtensionPackAssociations": {
|
54
|
+
"input_token": "Marker",
|
55
|
+
"output_token": "Marker",
|
56
|
+
"limit_key": "MaxRecords"
|
57
|
+
},
|
48
58
|
"DescribeFleetAdvisorCollectors": {
|
49
59
|
"input_token": "NextToken",
|
50
60
|
"output_token": "NextToken",
|
@@ -70,6 +80,41 @@
|
|
70
80
|
"output_token": "NextToken",
|
71
81
|
"limit_key": "MaxRecords"
|
72
82
|
},
|
83
|
+
"DescribeInstanceProfiles": {
|
84
|
+
"input_token": "Marker",
|
85
|
+
"output_token": "Marker",
|
86
|
+
"limit_key": "MaxRecords"
|
87
|
+
},
|
88
|
+
"DescribeMetadataModelAssessments": {
|
89
|
+
"input_token": "Marker",
|
90
|
+
"output_token": "Marker",
|
91
|
+
"limit_key": "MaxRecords"
|
92
|
+
},
|
93
|
+
"DescribeMetadataModelConversions": {
|
94
|
+
"input_token": "Marker",
|
95
|
+
"output_token": "Marker",
|
96
|
+
"limit_key": "MaxRecords"
|
97
|
+
},
|
98
|
+
"DescribeMetadataModelExportsAsScript": {
|
99
|
+
"input_token": "Marker",
|
100
|
+
"output_token": "Marker",
|
101
|
+
"limit_key": "MaxRecords"
|
102
|
+
},
|
103
|
+
"DescribeMetadataModelExportsToTarget": {
|
104
|
+
"input_token": "Marker",
|
105
|
+
"output_token": "Marker",
|
106
|
+
"limit_key": "MaxRecords"
|
107
|
+
},
|
108
|
+
"DescribeMetadataModelImports": {
|
109
|
+
"input_token": "Marker",
|
110
|
+
"output_token": "Marker",
|
111
|
+
"limit_key": "MaxRecords"
|
112
|
+
},
|
113
|
+
"DescribeMigrationProjects": {
|
114
|
+
"input_token": "Marker",
|
115
|
+
"output_token": "Marker",
|
116
|
+
"limit_key": "MaxRecords"
|
117
|
+
},
|
73
118
|
"DescribeOrderableReplicationInstances": {
|
74
119
|
"input_token": "Marker",
|
75
120
|
"output_token": "Marker",
|
@@ -3449,6 +3449,9 @@
|
|
3449
3449
|
},
|
3450
3450
|
"ClientToken": {
|
3451
3451
|
"idempotencyToken": true
|
3452
|
+
},
|
3453
|
+
"EnablePrimaryIpv6": {
|
3454
|
+
"type": "boolean"
|
3452
3455
|
}
|
3453
3456
|
}
|
3454
3457
|
},
|
@@ -20746,6 +20749,9 @@
|
|
20746
20749
|
},
|
20747
20750
|
"EnaSrdSpecification": {
|
20748
20751
|
"shape": "S5t"
|
20752
|
+
},
|
20753
|
+
"EnablePrimaryIpv6": {
|
20754
|
+
"type": "boolean"
|
20749
20755
|
}
|
20750
20756
|
}
|
20751
20757
|
}
|
@@ -23863,6 +23869,9 @@
|
|
23863
23869
|
},
|
23864
23870
|
"DisableApiStop": {
|
23865
23871
|
"type": "boolean"
|
23872
|
+
},
|
23873
|
+
"EnablePrimaryIpv6": {
|
23874
|
+
"type": "boolean"
|
23866
23875
|
}
|
23867
23876
|
}
|
23868
23877
|
},
|
@@ -27630,6 +27639,9 @@
|
|
27630
27639
|
},
|
27631
27640
|
"Ipv6PrefixCount": {
|
27632
27641
|
"type": "integer"
|
27642
|
+
},
|
27643
|
+
"PrimaryIpv6": {
|
27644
|
+
"type": "boolean"
|
27633
27645
|
}
|
27634
27646
|
}
|
27635
27647
|
}
|
@@ -28154,6 +28166,10 @@
|
|
28154
28166
|
"Ipv6PrefixCount": {
|
28155
28167
|
"locationName": "ipv6PrefixCount",
|
28156
28168
|
"type": "integer"
|
28169
|
+
},
|
28170
|
+
"PrimaryIpv6": {
|
28171
|
+
"locationName": "primaryIpv6",
|
28172
|
+
"type": "boolean"
|
28157
28173
|
}
|
28158
28174
|
}
|
28159
28175
|
}
|
@@ -28453,6 +28469,10 @@
|
|
28453
28469
|
"members": {
|
28454
28470
|
"Ipv6Address": {
|
28455
28471
|
"locationName": "ipv6Address"
|
28472
|
+
},
|
28473
|
+
"IsPrimaryIpv6": {
|
28474
|
+
"locationName": "isPrimaryIpv6",
|
28475
|
+
"type": "boolean"
|
28456
28476
|
}
|
28457
28477
|
}
|
28458
28478
|
}
|
@@ -29187,6 +29207,10 @@
|
|
29187
29207
|
"members": {
|
29188
29208
|
"Ipv6Address": {
|
29189
29209
|
"locationName": "ipv6Address"
|
29210
|
+
},
|
29211
|
+
"IsPrimaryIpv6": {
|
29212
|
+
"locationName": "isPrimaryIpv6",
|
29213
|
+
"type": "boolean"
|
29190
29214
|
}
|
29191
29215
|
}
|
29192
29216
|
}
|
@@ -33670,6 +33694,9 @@
|
|
33670
33694
|
},
|
33671
33695
|
"Ipv6PrefixCount": {
|
33672
33696
|
"type": "integer"
|
33697
|
+
},
|
33698
|
+
"PrimaryIpv6": {
|
33699
|
+
"type": "boolean"
|
33673
33700
|
}
|
33674
33701
|
}
|
33675
33702
|
}
|
@@ -17073,6 +17073,9 @@
|
|
17073
17073
|
},
|
17074
17074
|
"Tags": {
|
17075
17075
|
"shape": "S7"
|
17076
|
+
},
|
17077
|
+
"DataCaptureConfig": {
|
17078
|
+
"shape": "Sq4"
|
17076
17079
|
}
|
17077
17080
|
}
|
17078
17081
|
},
|
package/clients/acmpca.d.ts
CHANGED
@@ -804,7 +804,7 @@ declare namespace ACMPCA {
|
|
804
804
|
*/
|
805
805
|
ValidityNotBefore?: Validity;
|
806
806
|
/**
|
807
|
-
* Alphanumeric string that can be used to distinguish between calls to the IssueCertificate action. Idempotency tokens for IssueCertificate time out after
|
807
|
+
* Alphanumeric string that can be used to distinguish between calls to the IssueCertificate action. Idempotency tokens for IssueCertificate time out after five minutes. Therefore, if you call IssueCertificate multiple times with the same idempotency token within five minutes, Amazon Web Services Private CA recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, Amazon Web Services Private CA recognizes that you are requesting multiple certificates.
|
808
808
|
*/
|
809
809
|
IdempotencyToken?: IdempotencyToken;
|
810
810
|
}
|
package/clients/autoscaling.d.ts
CHANGED
@@ -619,7 +619,7 @@ declare namespace AutoScaling {
|
|
619
619
|
export type AlarmList = XmlStringMaxLen255[];
|
620
620
|
export interface AlarmSpecification {
|
621
621
|
/**
|
622
|
-
* The names of one or more CloudWatch alarms to monitor for the instance refresh.
|
622
|
+
* The names of one or more CloudWatch alarms to monitor for the instance refresh. You can specify up to 10 alarms.
|
623
623
|
*/
|
624
624
|
Alarms?: AlarmList;
|
625
625
|
}
|
package/clients/cloud9.d.ts
CHANGED
@@ -143,7 +143,7 @@ declare namespace Cloud9 {
|
|
143
143
|
*/
|
144
144
|
subnetId?: SubnetId;
|
145
145
|
/**
|
146
|
-
* The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path. The default Amazon Linux AMI is currently used if the parameter isn't explicitly assigned a value in the request.
|
146
|
+
* The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path. The default Amazon Linux AMI is currently used if the parameter isn't explicitly assigned a value in the request. Because Amazon Linux AMI has ended standard support as of December 31, 2020, we recommend you choose Amazon Linux 2, which includes long term support through 2023. From December 31, 2023, the parameter for Amazon Linux will no longer be available when you specify an AMI for your instance. Amazon Linux 2 will then become the default AMI, which is used to launch your instance if no parameter is explicitly defined. AMI aliases Amazon Linux (default): amazonlinux-1-x86_64 Amazon Linux 2: amazonlinux-2-x86_64 Ubuntu 18.04: ubuntu-18.04-x86_64 SSM paths Amazon Linux (default): resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64 Amazon Linux 2: resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64 Ubuntu 18.04: resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64
|
147
147
|
*/
|
148
148
|
imageId?: ImageId;
|
149
149
|
/**
|
package/clients/connect.d.ts
CHANGED
@@ -1459,6 +1459,14 @@ declare class Connect extends Service {
|
|
1459
1459
|
* Updates the name and description of a quick connect. The request accepts the following data in JSON format. At least Name or Description must be provided.
|
1460
1460
|
*/
|
1461
1461
|
updateQuickConnectName(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1462
|
+
/**
|
1463
|
+
* Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.
|
1464
|
+
*/
|
1465
|
+
updateRoutingProfileAgentAvailabilityTimer(params: Connect.Types.UpdateRoutingProfileAgentAvailabilityTimerRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1466
|
+
/**
|
1467
|
+
* Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.
|
1468
|
+
*/
|
1469
|
+
updateRoutingProfileAgentAvailabilityTimer(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1462
1470
|
/**
|
1463
1471
|
* Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile.
|
1464
1472
|
*/
|
@@ -1619,6 +1627,7 @@ declare namespace Connect {
|
|
1619
1627
|
EvaluationFormVersion: VersionNumber;
|
1620
1628
|
}
|
1621
1629
|
export type AfterContactWorkTimeLimit = number;
|
1630
|
+
export type AgentAvailabilityTimer = "TIME_SINCE_LAST_ACTIVITY"|"TIME_SINCE_LAST_INBOUND"|string;
|
1622
1631
|
export interface AgentContactReference {
|
1623
1632
|
/**
|
1624
1633
|
* The identifier of the contact in this instance of Amazon Connect.
|
@@ -2678,6 +2687,10 @@ declare namespace Connect {
|
|
2678
2687
|
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
2679
2688
|
*/
|
2680
2689
|
Tags?: TagMap;
|
2690
|
+
/**
|
2691
|
+
* Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.
|
2692
|
+
*/
|
2693
|
+
AgentAvailabilityTimer?: AgentAvailabilityTimer;
|
2681
2694
|
}
|
2682
2695
|
export interface CreateRoutingProfileResponse {
|
2683
2696
|
/**
|
@@ -6948,6 +6961,10 @@ declare namespace Connect {
|
|
6948
6961
|
* The number of associated users in routing profile.
|
6949
6962
|
*/
|
6950
6963
|
NumberOfAssociatedUsers?: Long;
|
6964
|
+
/**
|
6965
|
+
* Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.
|
6966
|
+
*/
|
6967
|
+
AgentAvailabilityTimer?: AgentAvailabilityTimer;
|
6951
6968
|
}
|
6952
6969
|
export type RoutingProfileDescription = string;
|
6953
6970
|
export type RoutingProfileId = string;
|
@@ -8871,6 +8888,20 @@ declare namespace Connect {
|
|
8871
8888
|
*/
|
8872
8889
|
Description?: UpdateQuickConnectDescription;
|
8873
8890
|
}
|
8891
|
+
export interface UpdateRoutingProfileAgentAvailabilityTimerRequest {
|
8892
|
+
/**
|
8893
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
8894
|
+
*/
|
8895
|
+
InstanceId: InstanceId;
|
8896
|
+
/**
|
8897
|
+
* The identifier of the routing profile.
|
8898
|
+
*/
|
8899
|
+
RoutingProfileId: RoutingProfileId;
|
8900
|
+
/**
|
8901
|
+
* Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.
|
8902
|
+
*/
|
8903
|
+
AgentAvailabilityTimer: AgentAvailabilityTimer;
|
8904
|
+
}
|
8874
8905
|
export interface UpdateRoutingProfileConcurrencyRequest {
|
8875
8906
|
/**
|
8876
8907
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
package/clients/datasync.d.ts
CHANGED
@@ -92,11 +92,11 @@ declare class DataSync extends Service {
|
|
92
92
|
*/
|
93
93
|
createLocationHdfs(callback?: (err: AWSError, data: DataSync.Types.CreateLocationHdfsResponse) => void): Request<DataSync.Types.CreateLocationHdfsResponse, AWSError>;
|
94
94
|
/**
|
95
|
-
* Creates an endpoint for
|
95
|
+
* Creates an endpoint for a Network File System (NFS) file server that DataSync can use for a data transfer. For more information, see Configuring transfers to or from an NFS file server. If you're copying data to or from an Snowcone device, you can also use CreateLocationNfs to create your transfer location. For more information, see Configuring transfers with Snowcone.
|
96
96
|
*/
|
97
97
|
createLocationNfs(params: DataSync.Types.CreateLocationNfsRequest, callback?: (err: AWSError, data: DataSync.Types.CreateLocationNfsResponse) => void): Request<DataSync.Types.CreateLocationNfsResponse, AWSError>;
|
98
98
|
/**
|
99
|
-
* Creates an endpoint for
|
99
|
+
* Creates an endpoint for a Network File System (NFS) file server that DataSync can use for a data transfer. For more information, see Configuring transfers to or from an NFS file server. If you're copying data to or from an Snowcone device, you can also use CreateLocationNfs to create your transfer location. For more information, see Configuring transfers with Snowcone.
|
100
100
|
*/
|
101
101
|
createLocationNfs(callback?: (err: AWSError, data: DataSync.Types.CreateLocationNfsResponse) => void): Request<DataSync.Types.CreateLocationNfsResponse, AWSError>;
|
102
102
|
/**
|
@@ -228,11 +228,11 @@ declare class DataSync extends Service {
|
|
228
228
|
*/
|
229
229
|
describeLocationHdfs(callback?: (err: AWSError, data: DataSync.Types.DescribeLocationHdfsResponse) => void): Request<DataSync.Types.DescribeLocationHdfsResponse, AWSError>;
|
230
230
|
/**
|
231
|
-
*
|
231
|
+
* Provides details about how an DataSync transfer location for a Network File System (NFS) file server is configured.
|
232
232
|
*/
|
233
233
|
describeLocationNfs(params: DataSync.Types.DescribeLocationNfsRequest, callback?: (err: AWSError, data: DataSync.Types.DescribeLocationNfsResponse) => void): Request<DataSync.Types.DescribeLocationNfsResponse, AWSError>;
|
234
234
|
/**
|
235
|
-
*
|
235
|
+
* Provides details about how an DataSync transfer location for a Network File System (NFS) file server is configured.
|
236
236
|
*/
|
237
237
|
describeLocationNfs(callback?: (err: AWSError, data: DataSync.Types.DescribeLocationNfsResponse) => void): Request<DataSync.Types.DescribeLocationNfsResponse, AWSError>;
|
238
238
|
/**
|
@@ -444,11 +444,11 @@ declare class DataSync extends Service {
|
|
444
444
|
*/
|
445
445
|
updateLocationHdfs(callback?: (err: AWSError, data: DataSync.Types.UpdateLocationHdfsResponse) => void): Request<DataSync.Types.UpdateLocationHdfsResponse, AWSError>;
|
446
446
|
/**
|
447
|
-
*
|
447
|
+
* Modifies some configurations of the Network File System (NFS) transfer location that you're using with DataSync. For more information, see Configuring transfers to or from an NFS file server.
|
448
448
|
*/
|
449
449
|
updateLocationNfs(params: DataSync.Types.UpdateLocationNfsRequest, callback?: (err: AWSError, data: DataSync.Types.UpdateLocationNfsResponse) => void): Request<DataSync.Types.UpdateLocationNfsResponse, AWSError>;
|
450
450
|
/**
|
451
|
-
*
|
451
|
+
* Modifies some configurations of the Network File System (NFS) transfer location that you're using with DataSync. For more information, see Configuring transfers to or from an NFS file server.
|
452
452
|
*/
|
453
453
|
updateLocationNfs(callback?: (err: AWSError, data: DataSync.Types.UpdateLocationNfsResponse) => void): Request<DataSync.Types.UpdateLocationNfsResponse, AWSError>;
|
454
454
|
/**
|
@@ -587,6 +587,10 @@ declare namespace DataSync {
|
|
587
587
|
* The amount of space that's being used in a storage system resource without accounting for compression or deduplication.
|
588
588
|
*/
|
589
589
|
LogicalUsed?: NonNegativeLong;
|
590
|
+
/**
|
591
|
+
* The amount of space in the cluster that's in cloud storage (for example, if you're using data tiering).
|
592
|
+
*/
|
593
|
+
ClusterCloudStorageUsed?: NonNegativeLong;
|
590
594
|
}
|
591
595
|
export type CollectionDurationMinutes = number;
|
592
596
|
export interface CreateAgentRequest {
|
@@ -872,19 +876,19 @@ declare namespace DataSync {
|
|
872
876
|
}
|
873
877
|
export interface CreateLocationNfsRequest {
|
874
878
|
/**
|
875
|
-
* Specifies the
|
879
|
+
* Specifies the export path in your NFS file server that you want DataSync to mount. This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see Accessing NFS file servers.
|
876
880
|
*/
|
877
881
|
Subdirectory: NfsSubdirectory;
|
878
882
|
/**
|
879
|
-
* Specifies the
|
883
|
+
* Specifies the Domain Name System (DNS) name or IP version 4 address of the NFS file server that your DataSync agent connects to.
|
880
884
|
*/
|
881
885
|
ServerHostname: ServerHostname;
|
882
886
|
/**
|
883
|
-
* Specifies the Amazon Resource
|
887
|
+
* Specifies the Amazon Resource Name (ARN) of the DataSync agent that want to connect to your NFS file server. You can specify more than one agent. For more information, see Using multiple agents for transfers.
|
884
888
|
*/
|
885
889
|
OnPremConfig: OnPremConfig;
|
886
890
|
/**
|
887
|
-
* Specifies the
|
891
|
+
* Specifies the options that DataSync can use to mount your NFS file server.
|
888
892
|
*/
|
889
893
|
MountOptions?: NfsMountOptions;
|
890
894
|
/**
|
@@ -1405,26 +1409,26 @@ declare namespace DataSync {
|
|
1405
1409
|
}
|
1406
1410
|
export interface DescribeLocationNfsRequest {
|
1407
1411
|
/**
|
1408
|
-
*
|
1412
|
+
* Specifies the Amazon Resource Name (ARN) of the NFS location that you want information about.
|
1409
1413
|
*/
|
1410
1414
|
LocationArn: LocationArn;
|
1411
1415
|
}
|
1412
1416
|
export interface DescribeLocationNfsResponse {
|
1413
1417
|
/**
|
1414
|
-
* The
|
1418
|
+
* The ARN of the NFS location.
|
1415
1419
|
*/
|
1416
1420
|
LocationArn?: LocationArn;
|
1417
1421
|
/**
|
1418
|
-
* The URL of the
|
1422
|
+
* The URL of the NFS location.
|
1419
1423
|
*/
|
1420
1424
|
LocationUri?: LocationUri;
|
1421
1425
|
OnPremConfig?: OnPremConfig;
|
1422
1426
|
/**
|
1423
|
-
* The mount options that DataSync uses to mount your NFS
|
1427
|
+
* The mount options that DataSync uses to mount your NFS file server.
|
1424
1428
|
*/
|
1425
1429
|
MountOptions?: NfsMountOptions;
|
1426
1430
|
/**
|
1427
|
-
* The time
|
1431
|
+
* The time when the NFS location was created.
|
1428
1432
|
*/
|
1429
1433
|
CreationTime?: Time;
|
1430
1434
|
}
|
@@ -2251,6 +2255,10 @@ declare namespace DataSync {
|
|
2251
2255
|
* The number of LUNs (logical unit numbers) in the cluster.
|
2252
2256
|
*/
|
2253
2257
|
LunCount?: NonNegativeLong;
|
2258
|
+
/**
|
2259
|
+
* The amount of space in the cluster that's in cloud storage (for example, if you're using data tiering).
|
2260
|
+
*/
|
2261
|
+
ClusterCloudStorageUsed?: NonNegativeLong;
|
2254
2262
|
}
|
2255
2263
|
export type NetAppONTAPClusters = NetAppONTAPCluster[];
|
2256
2264
|
export interface NetAppONTAPSVM {
|
@@ -2396,7 +2404,7 @@ declare namespace DataSync {
|
|
2396
2404
|
export type ObjectTags = "PRESERVE"|"NONE"|string;
|
2397
2405
|
export interface OnPremConfig {
|
2398
2406
|
/**
|
2399
|
-
* ARNs of the agents to
|
2407
|
+
* The Amazon Resource Names (ARNs) of the agents connecting to a transfer location.
|
2400
2408
|
*/
|
2401
2409
|
AgentArns: AgentArnList;
|
2402
2410
|
}
|
@@ -2943,11 +2951,11 @@ declare namespace DataSync {
|
|
2943
2951
|
}
|
2944
2952
|
export interface UpdateLocationNfsRequest {
|
2945
2953
|
/**
|
2946
|
-
* Specifies the Amazon Resource Name (ARN) of the NFS location that you want to update.
|
2954
|
+
* Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.
|
2947
2955
|
*/
|
2948
2956
|
LocationArn: LocationArn;
|
2949
2957
|
/**
|
2950
|
-
* Specifies the
|
2958
|
+
* Specifies the export path in your NFS file server that you want DataSync to mount. This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see Accessing NFS file servers.
|
2951
2959
|
*/
|
2952
2960
|
Subdirectory?: NfsSubdirectory;
|
2953
2961
|
OnPremConfig?: OnPremConfig;
|