aws-sdk-datasync 1.54.0 → 1.56.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datasync/client.rb +786 -20
- data/lib/aws-sdk-datasync/client_api.rb +541 -0
- data/lib/aws-sdk-datasync/endpoints.rb +182 -0
- data/lib/aws-sdk-datasync/plugins/endpoints.rb +26 -0
- data/lib/aws-sdk-datasync/types.rb +1354 -46
- data/lib/aws-sdk-datasync.rb +2 -2
- metadata +2 -2
@@ -14,6 +14,8 @@ module Aws::DataSync
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
16
|
ActivationKey = Shapes::StringShape.new(name: 'ActivationKey')
|
17
|
+
AddStorageSystemRequest = Shapes::StructureShape.new(name: 'AddStorageSystemRequest')
|
18
|
+
AddStorageSystemResponse = Shapes::StructureShape.new(name: 'AddStorageSystemResponse')
|
17
19
|
AgentArn = Shapes::StringShape.new(name: 'AgentArn')
|
18
20
|
AgentArnList = Shapes::ListShape.new(name: 'AgentArnList')
|
19
21
|
AgentList = Shapes::ListShape.new(name: 'AgentList')
|
@@ -23,6 +25,8 @@ module Aws::DataSync
|
|
23
25
|
BytesPerSecond = Shapes::IntegerShape.new(name: 'BytesPerSecond')
|
24
26
|
CancelTaskExecutionRequest = Shapes::StructureShape.new(name: 'CancelTaskExecutionRequest')
|
25
27
|
CancelTaskExecutionResponse = Shapes::StructureShape.new(name: 'CancelTaskExecutionResponse')
|
28
|
+
Capacity = Shapes::StructureShape.new(name: 'Capacity')
|
29
|
+
CollectionDurationMinutes = Shapes::IntegerShape.new(name: 'CollectionDurationMinutes')
|
26
30
|
CreateAgentRequest = Shapes::StructureShape.new(name: 'CreateAgentRequest')
|
27
31
|
CreateAgentResponse = Shapes::StructureShape.new(name: 'CreateAgentResponse')
|
28
32
|
CreateLocationEfsRequest = Shapes::StructureShape.new(name: 'CreateLocationEfsRequest')
|
@@ -47,6 +51,7 @@ module Aws::DataSync
|
|
47
51
|
CreateLocationSmbResponse = Shapes::StructureShape.new(name: 'CreateLocationSmbResponse')
|
48
52
|
CreateTaskRequest = Shapes::StructureShape.new(name: 'CreateTaskRequest')
|
49
53
|
CreateTaskResponse = Shapes::StructureShape.new(name: 'CreateTaskResponse')
|
54
|
+
Credentials = Shapes::StructureShape.new(name: 'Credentials')
|
50
55
|
DeleteAgentRequest = Shapes::StructureShape.new(name: 'DeleteAgentRequest')
|
51
56
|
DeleteAgentResponse = Shapes::StructureShape.new(name: 'DeleteAgentResponse')
|
52
57
|
DeleteLocationRequest = Shapes::StructureShape.new(name: 'DeleteLocationRequest')
|
@@ -55,6 +60,8 @@ module Aws::DataSync
|
|
55
60
|
DeleteTaskResponse = Shapes::StructureShape.new(name: 'DeleteTaskResponse')
|
56
61
|
DescribeAgentRequest = Shapes::StructureShape.new(name: 'DescribeAgentRequest')
|
57
62
|
DescribeAgentResponse = Shapes::StructureShape.new(name: 'DescribeAgentResponse')
|
63
|
+
DescribeDiscoveryJobRequest = Shapes::StructureShape.new(name: 'DescribeDiscoveryJobRequest')
|
64
|
+
DescribeDiscoveryJobResponse = Shapes::StructureShape.new(name: 'DescribeDiscoveryJobResponse')
|
58
65
|
DescribeLocationEfsRequest = Shapes::StructureShape.new(name: 'DescribeLocationEfsRequest')
|
59
66
|
DescribeLocationEfsResponse = Shapes::StructureShape.new(name: 'DescribeLocationEfsResponse')
|
60
67
|
DescribeLocationFsxLustreRequest = Shapes::StructureShape.new(name: 'DescribeLocationFsxLustreRequest')
|
@@ -75,11 +82,31 @@ module Aws::DataSync
|
|
75
82
|
DescribeLocationS3Response = Shapes::StructureShape.new(name: 'DescribeLocationS3Response')
|
76
83
|
DescribeLocationSmbRequest = Shapes::StructureShape.new(name: 'DescribeLocationSmbRequest')
|
77
84
|
DescribeLocationSmbResponse = Shapes::StructureShape.new(name: 'DescribeLocationSmbResponse')
|
85
|
+
DescribeStorageSystemRequest = Shapes::StructureShape.new(name: 'DescribeStorageSystemRequest')
|
86
|
+
DescribeStorageSystemResourceMetricsRequest = Shapes::StructureShape.new(name: 'DescribeStorageSystemResourceMetricsRequest')
|
87
|
+
DescribeStorageSystemResourceMetricsResponse = Shapes::StructureShape.new(name: 'DescribeStorageSystemResourceMetricsResponse')
|
88
|
+
DescribeStorageSystemResourcesRequest = Shapes::StructureShape.new(name: 'DescribeStorageSystemResourcesRequest')
|
89
|
+
DescribeStorageSystemResourcesResponse = Shapes::StructureShape.new(name: 'DescribeStorageSystemResourcesResponse')
|
90
|
+
DescribeStorageSystemResponse = Shapes::StructureShape.new(name: 'DescribeStorageSystemResponse')
|
78
91
|
DescribeTaskExecutionRequest = Shapes::StructureShape.new(name: 'DescribeTaskExecutionRequest')
|
79
92
|
DescribeTaskExecutionResponse = Shapes::StructureShape.new(name: 'DescribeTaskExecutionResponse')
|
80
93
|
DescribeTaskRequest = Shapes::StructureShape.new(name: 'DescribeTaskRequest')
|
81
94
|
DescribeTaskResponse = Shapes::StructureShape.new(name: 'DescribeTaskResponse')
|
82
95
|
DestinationNetworkInterfaceArns = Shapes::ListShape.new(name: 'DestinationNetworkInterfaceArns')
|
96
|
+
DiscoveryAgentArnList = Shapes::ListShape.new(name: 'DiscoveryAgentArnList')
|
97
|
+
DiscoveryJobArn = Shapes::StringShape.new(name: 'DiscoveryJobArn')
|
98
|
+
DiscoveryJobList = Shapes::ListShape.new(name: 'DiscoveryJobList')
|
99
|
+
DiscoveryJobListEntry = Shapes::StructureShape.new(name: 'DiscoveryJobListEntry')
|
100
|
+
DiscoveryJobStatus = Shapes::StringShape.new(name: 'DiscoveryJobStatus')
|
101
|
+
DiscoveryMaxResults = Shapes::IntegerShape.new(name: 'DiscoveryMaxResults')
|
102
|
+
DiscoveryNextToken = Shapes::StringShape.new(name: 'DiscoveryNextToken')
|
103
|
+
DiscoveryResourceFilter = Shapes::StringShape.new(name: 'DiscoveryResourceFilter')
|
104
|
+
DiscoveryResourceType = Shapes::StringShape.new(name: 'DiscoveryResourceType')
|
105
|
+
DiscoveryServerConfiguration = Shapes::StructureShape.new(name: 'DiscoveryServerConfiguration')
|
106
|
+
DiscoveryServerHostname = Shapes::StringShape.new(name: 'DiscoveryServerHostname')
|
107
|
+
DiscoveryServerPort = Shapes::IntegerShape.new(name: 'DiscoveryServerPort')
|
108
|
+
DiscoverySystemType = Shapes::StringShape.new(name: 'DiscoverySystemType')
|
109
|
+
DiscoveryTime = Shapes::TimestampShape.new(name: 'DiscoveryTime')
|
83
110
|
Duration = Shapes::IntegerShape.new(name: 'Duration')
|
84
111
|
Ec2Config = Shapes::StructureShape.new(name: 'Ec2Config')
|
85
112
|
Ec2SecurityGroupArn = Shapes::StringShape.new(name: 'Ec2SecurityGroupArn')
|
@@ -89,10 +116,13 @@ module Aws::DataSync
|
|
89
116
|
EfsFilesystemArn = Shapes::StringShape.new(name: 'EfsFilesystemArn')
|
90
117
|
EfsInTransitEncryption = Shapes::StringShape.new(name: 'EfsInTransitEncryption')
|
91
118
|
EfsSubdirectory = Shapes::StringShape.new(name: 'EfsSubdirectory')
|
119
|
+
EnabledProtocols = Shapes::ListShape.new(name: 'EnabledProtocols')
|
92
120
|
Endpoint = Shapes::StringShape.new(name: 'Endpoint')
|
93
121
|
EndpointType = Shapes::StringShape.new(name: 'EndpointType')
|
122
|
+
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
94
123
|
FilterAttributeValue = Shapes::StringShape.new(name: 'FilterAttributeValue')
|
95
124
|
FilterList = Shapes::ListShape.new(name: 'FilterList')
|
125
|
+
FilterMembers = Shapes::ListShape.new(name: 'FilterMembers')
|
96
126
|
FilterRule = Shapes::StructureShape.new(name: 'FilterRule')
|
97
127
|
FilterType = Shapes::StringShape.new(name: 'FilterType')
|
98
128
|
FilterValue = Shapes::StringShape.new(name: 'FilterValue')
|
@@ -105,6 +135,8 @@ module Aws::DataSync
|
|
105
135
|
FsxProtocolNfs = Shapes::StructureShape.new(name: 'FsxProtocolNfs')
|
106
136
|
FsxProtocolSmb = Shapes::StructureShape.new(name: 'FsxProtocolSmb')
|
107
137
|
FsxWindowsSubdirectory = Shapes::StringShape.new(name: 'FsxWindowsSubdirectory')
|
138
|
+
GenerateRecommendationsRequest = Shapes::StructureShape.new(name: 'GenerateRecommendationsRequest')
|
139
|
+
GenerateRecommendationsResponse = Shapes::StructureShape.new(name: 'GenerateRecommendationsResponse')
|
108
140
|
Gid = Shapes::StringShape.new(name: 'Gid')
|
109
141
|
HdfsAuthenticationType = Shapes::StringShape.new(name: 'HdfsAuthenticationType')
|
110
142
|
HdfsBlockSize = Shapes::IntegerShape.new(name: 'HdfsBlockSize')
|
@@ -117,6 +149,7 @@ module Aws::DataSync
|
|
117
149
|
HdfsServerPort = Shapes::IntegerShape.new(name: 'HdfsServerPort')
|
118
150
|
HdfsSubdirectory = Shapes::StringShape.new(name: 'HdfsSubdirectory')
|
119
151
|
HdfsUser = Shapes::StringShape.new(name: 'HdfsUser')
|
152
|
+
IOPS = Shapes::StructureShape.new(name: 'IOPS')
|
120
153
|
IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
|
121
154
|
InputTagList = Shapes::ListShape.new(name: 'InputTagList')
|
122
155
|
InternalException = Shapes::StructureShape.new(name: 'InternalException')
|
@@ -125,10 +158,15 @@ module Aws::DataSync
|
|
125
158
|
KerberosKrb5ConfFile = Shapes::BlobShape.new(name: 'KerberosKrb5ConfFile')
|
126
159
|
KerberosPrincipal = Shapes::StringShape.new(name: 'KerberosPrincipal')
|
127
160
|
KmsKeyProviderUri = Shapes::StringShape.new(name: 'KmsKeyProviderUri')
|
161
|
+
Latency = Shapes::StructureShape.new(name: 'Latency')
|
128
162
|
ListAgentsRequest = Shapes::StructureShape.new(name: 'ListAgentsRequest')
|
129
163
|
ListAgentsResponse = Shapes::StructureShape.new(name: 'ListAgentsResponse')
|
164
|
+
ListDiscoveryJobsRequest = Shapes::StructureShape.new(name: 'ListDiscoveryJobsRequest')
|
165
|
+
ListDiscoveryJobsResponse = Shapes::StructureShape.new(name: 'ListDiscoveryJobsResponse')
|
130
166
|
ListLocationsRequest = Shapes::StructureShape.new(name: 'ListLocationsRequest')
|
131
167
|
ListLocationsResponse = Shapes::StructureShape.new(name: 'ListLocationsResponse')
|
168
|
+
ListStorageSystemsRequest = Shapes::StructureShape.new(name: 'ListStorageSystemsRequest')
|
169
|
+
ListStorageSystemsResponse = Shapes::StructureShape.new(name: 'ListStorageSystemsResponse')
|
132
170
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
133
171
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
134
172
|
ListTaskExecutionsRequest = Shapes::StructureShape.new(name: 'ListTaskExecutionsRequest')
|
@@ -144,13 +182,24 @@ module Aws::DataSync
|
|
144
182
|
LocationUri = Shapes::StringShape.new(name: 'LocationUri')
|
145
183
|
LogGroupArn = Shapes::StringShape.new(name: 'LogGroupArn')
|
146
184
|
LogLevel = Shapes::StringShape.new(name: 'LogLevel')
|
185
|
+
MaxP95Performance = Shapes::StructureShape.new(name: 'MaxP95Performance')
|
147
186
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
187
|
+
Metrics = Shapes::ListShape.new(name: 'Metrics')
|
148
188
|
Mtime = Shapes::StringShape.new(name: 'Mtime')
|
189
|
+
Name = Shapes::StringShape.new(name: 'Name')
|
190
|
+
NetAppONTAPCluster = Shapes::StructureShape.new(name: 'NetAppONTAPCluster')
|
191
|
+
NetAppONTAPClusters = Shapes::ListShape.new(name: 'NetAppONTAPClusters')
|
192
|
+
NetAppONTAPSVM = Shapes::StructureShape.new(name: 'NetAppONTAPSVM')
|
193
|
+
NetAppONTAPSVMs = Shapes::ListShape.new(name: 'NetAppONTAPSVMs')
|
194
|
+
NetAppONTAPVolume = Shapes::StructureShape.new(name: 'NetAppONTAPVolume')
|
195
|
+
NetAppONTAPVolumes = Shapes::ListShape.new(name: 'NetAppONTAPVolumes')
|
149
196
|
NetworkInterfaceArn = Shapes::StringShape.new(name: 'NetworkInterfaceArn')
|
150
197
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
151
198
|
NfsMountOptions = Shapes::StructureShape.new(name: 'NfsMountOptions')
|
152
199
|
NfsSubdirectory = Shapes::StringShape.new(name: 'NfsSubdirectory')
|
153
200
|
NfsVersion = Shapes::StringShape.new(name: 'NfsVersion')
|
201
|
+
NonNegativeDouble = Shapes::FloatShape.new(name: 'NonNegativeDouble')
|
202
|
+
NonNegativeLong = Shapes::IntegerShape.new(name: 'NonNegativeLong')
|
154
203
|
ObjectStorageAccessKey = Shapes::StringShape.new(name: 'ObjectStorageAccessKey')
|
155
204
|
ObjectStorageBucketName = Shapes::StringShape.new(name: 'ObjectStorageBucketName')
|
156
205
|
ObjectStorageCertificate = Shapes::BlobShape.new(name: 'ObjectStorageCertificate')
|
@@ -163,6 +212,7 @@ module Aws::DataSync
|
|
163
212
|
Options = Shapes::StructureShape.new(name: 'Options')
|
164
213
|
OutputTagList = Shapes::ListShape.new(name: 'OutputTagList')
|
165
214
|
OverwriteMode = Shapes::StringShape.new(name: 'OverwriteMode')
|
215
|
+
P95Metrics = Shapes::StructureShape.new(name: 'P95Metrics')
|
166
216
|
PLSecurityGroupArnList = Shapes::ListShape.new(name: 'PLSecurityGroupArnList')
|
167
217
|
PLSubnetArnList = Shapes::ListShape.new(name: 'PLSubnetArnList')
|
168
218
|
PhaseStatus = Shapes::StringShape.new(name: 'PhaseStatus')
|
@@ -170,12 +220,29 @@ module Aws::DataSync
|
|
170
220
|
PreserveDeletedFiles = Shapes::StringShape.new(name: 'PreserveDeletedFiles')
|
171
221
|
PreserveDevices = Shapes::StringShape.new(name: 'PreserveDevices')
|
172
222
|
PrivateLinkConfig = Shapes::StructureShape.new(name: 'PrivateLinkConfig')
|
223
|
+
PtolemyBoolean = Shapes::BooleanShape.new(name: 'PtolemyBoolean')
|
224
|
+
PtolemyPassword = Shapes::StringShape.new(name: 'PtolemyPassword')
|
225
|
+
PtolemyString = Shapes::StringShape.new(name: 'PtolemyString')
|
226
|
+
PtolemyUUID = Shapes::StringShape.new(name: 'PtolemyUUID')
|
227
|
+
PtolemyUsername = Shapes::StringShape.new(name: 'PtolemyUsername')
|
173
228
|
QopConfiguration = Shapes::StructureShape.new(name: 'QopConfiguration')
|
229
|
+
Recommendation = Shapes::StructureShape.new(name: 'Recommendation')
|
230
|
+
RecommendationStatus = Shapes::StringShape.new(name: 'RecommendationStatus')
|
231
|
+
Recommendations = Shapes::ListShape.new(name: 'Recommendations')
|
232
|
+
RecommendationsConfigMap = Shapes::MapShape.new(name: 'RecommendationsConfigMap')
|
233
|
+
RemoveStorageSystemRequest = Shapes::StructureShape.new(name: 'RemoveStorageSystemRequest')
|
234
|
+
RemoveStorageSystemResponse = Shapes::StructureShape.new(name: 'RemoveStorageSystemResponse')
|
235
|
+
ResourceDetails = Shapes::StructureShape.new(name: 'ResourceDetails')
|
236
|
+
ResourceFilters = Shapes::MapShape.new(name: 'ResourceFilters')
|
237
|
+
ResourceId = Shapes::StringShape.new(name: 'ResourceId')
|
238
|
+
ResourceIds = Shapes::ListShape.new(name: 'ResourceIds')
|
239
|
+
ResourceMetrics = Shapes::StructureShape.new(name: 'ResourceMetrics')
|
174
240
|
S3BucketArn = Shapes::StringShape.new(name: 'S3BucketArn')
|
175
241
|
S3Config = Shapes::StructureShape.new(name: 'S3Config')
|
176
242
|
S3StorageClass = Shapes::StringShape.new(name: 'S3StorageClass')
|
177
243
|
S3Subdirectory = Shapes::StringShape.new(name: 'S3Subdirectory')
|
178
244
|
ScheduleExpressionCron = Shapes::StringShape.new(name: 'ScheduleExpressionCron')
|
245
|
+
SecretsManagerArn = Shapes::StringShape.new(name: 'SecretsManagerArn')
|
179
246
|
ServerHostname = Shapes::StringShape.new(name: 'ServerHostname')
|
180
247
|
SmbDomain = Shapes::StringShape.new(name: 'SmbDomain')
|
181
248
|
SmbMountOptions = Shapes::StructureShape.new(name: 'SmbMountOptions')
|
@@ -185,8 +252,16 @@ module Aws::DataSync
|
|
185
252
|
SmbUser = Shapes::StringShape.new(name: 'SmbUser')
|
186
253
|
SmbVersion = Shapes::StringShape.new(name: 'SmbVersion')
|
187
254
|
SourceNetworkInterfaceArns = Shapes::ListShape.new(name: 'SourceNetworkInterfaceArns')
|
255
|
+
StartDiscoveryJobRequest = Shapes::StructureShape.new(name: 'StartDiscoveryJobRequest')
|
256
|
+
StartDiscoveryJobResponse = Shapes::StructureShape.new(name: 'StartDiscoveryJobResponse')
|
188
257
|
StartTaskExecutionRequest = Shapes::StructureShape.new(name: 'StartTaskExecutionRequest')
|
189
258
|
StartTaskExecutionResponse = Shapes::StructureShape.new(name: 'StartTaskExecutionResponse')
|
259
|
+
StopDiscoveryJobRequest = Shapes::StructureShape.new(name: 'StopDiscoveryJobRequest')
|
260
|
+
StopDiscoveryJobResponse = Shapes::StructureShape.new(name: 'StopDiscoveryJobResponse')
|
261
|
+
StorageSystemArn = Shapes::StringShape.new(name: 'StorageSystemArn')
|
262
|
+
StorageSystemConnectivityStatus = Shapes::StringShape.new(name: 'StorageSystemConnectivityStatus')
|
263
|
+
StorageSystemList = Shapes::ListShape.new(name: 'StorageSystemList')
|
264
|
+
StorageSystemListEntry = Shapes::StructureShape.new(name: 'StorageSystemListEntry')
|
190
265
|
StorageVirtualMachineArn = Shapes::StringShape.new(name: 'StorageVirtualMachineArn')
|
191
266
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
192
267
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
@@ -209,13 +284,17 @@ module Aws::DataSync
|
|
209
284
|
TaskQueueing = Shapes::StringShape.new(name: 'TaskQueueing')
|
210
285
|
TaskSchedule = Shapes::StructureShape.new(name: 'TaskSchedule')
|
211
286
|
TaskStatus = Shapes::StringShape.new(name: 'TaskStatus')
|
287
|
+
Throughput = Shapes::StructureShape.new(name: 'Throughput')
|
212
288
|
Time = Shapes::TimestampShape.new(name: 'Time')
|
289
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
213
290
|
TransferMode = Shapes::StringShape.new(name: 'TransferMode')
|
214
291
|
Uid = Shapes::StringShape.new(name: 'Uid')
|
215
292
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
216
293
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
217
294
|
UpdateAgentRequest = Shapes::StructureShape.new(name: 'UpdateAgentRequest')
|
218
295
|
UpdateAgentResponse = Shapes::StructureShape.new(name: 'UpdateAgentResponse')
|
296
|
+
UpdateDiscoveryJobRequest = Shapes::StructureShape.new(name: 'UpdateDiscoveryJobRequest')
|
297
|
+
UpdateDiscoveryJobResponse = Shapes::StructureShape.new(name: 'UpdateDiscoveryJobResponse')
|
219
298
|
UpdateLocationHdfsRequest = Shapes::StructureShape.new(name: 'UpdateLocationHdfsRequest')
|
220
299
|
UpdateLocationHdfsResponse = Shapes::StructureShape.new(name: 'UpdateLocationHdfsResponse')
|
221
300
|
UpdateLocationNfsRequest = Shapes::StructureShape.new(name: 'UpdateLocationNfsRequest')
|
@@ -224,6 +303,8 @@ module Aws::DataSync
|
|
224
303
|
UpdateLocationObjectStorageResponse = Shapes::StructureShape.new(name: 'UpdateLocationObjectStorageResponse')
|
225
304
|
UpdateLocationSmbRequest = Shapes::StructureShape.new(name: 'UpdateLocationSmbRequest')
|
226
305
|
UpdateLocationSmbResponse = Shapes::StructureShape.new(name: 'UpdateLocationSmbResponse')
|
306
|
+
UpdateStorageSystemRequest = Shapes::StructureShape.new(name: 'UpdateStorageSystemRequest')
|
307
|
+
UpdateStorageSystemResponse = Shapes::StructureShape.new(name: 'UpdateStorageSystemResponse')
|
227
308
|
UpdateTaskExecutionRequest = Shapes::StructureShape.new(name: 'UpdateTaskExecutionRequest')
|
228
309
|
UpdateTaskExecutionResponse = Shapes::StructureShape.new(name: 'UpdateTaskExecutionResponse')
|
229
310
|
UpdateTaskRequest = Shapes::StructureShape.new(name: 'UpdateTaskRequest')
|
@@ -233,6 +314,19 @@ module Aws::DataSync
|
|
233
314
|
long = Shapes::IntegerShape.new(name: 'long')
|
234
315
|
string = Shapes::StringShape.new(name: 'string')
|
235
316
|
|
317
|
+
AddStorageSystemRequest.add_member(:server_configuration, Shapes::ShapeRef.new(shape: DiscoveryServerConfiguration, required: true, location_name: "ServerConfiguration"))
|
318
|
+
AddStorageSystemRequest.add_member(:system_type, Shapes::ShapeRef.new(shape: DiscoverySystemType, required: true, location_name: "SystemType"))
|
319
|
+
AddStorageSystemRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: DiscoveryAgentArnList, required: true, location_name: "AgentArns"))
|
320
|
+
AddStorageSystemRequest.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: LogGroupArn, location_name: "CloudWatchLogGroupArn"))
|
321
|
+
AddStorageSystemRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
|
322
|
+
AddStorageSystemRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
323
|
+
AddStorageSystemRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: PtolemyUUID, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
324
|
+
AddStorageSystemRequest.add_member(:credentials, Shapes::ShapeRef.new(shape: Credentials, required: true, location_name: "Credentials"))
|
325
|
+
AddStorageSystemRequest.struct_class = Types::AddStorageSystemRequest
|
326
|
+
|
327
|
+
AddStorageSystemResponse.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, required: true, location_name: "StorageSystemArn"))
|
328
|
+
AddStorageSystemResponse.struct_class = Types::AddStorageSystemResponse
|
329
|
+
|
236
330
|
AgentArnList.member = Shapes::ShapeRef.new(shape: AgentArn)
|
237
331
|
|
238
332
|
AgentList.member = Shapes::ShapeRef.new(shape: AgentListEntry)
|
@@ -247,6 +341,11 @@ module Aws::DataSync
|
|
247
341
|
|
248
342
|
CancelTaskExecutionResponse.struct_class = Types::CancelTaskExecutionResponse
|
249
343
|
|
344
|
+
Capacity.add_member(:used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "Used"))
|
345
|
+
Capacity.add_member(:provisioned, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "Provisioned"))
|
346
|
+
Capacity.add_member(:logical_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "LogicalUsed"))
|
347
|
+
Capacity.struct_class = Types::Capacity
|
348
|
+
|
250
349
|
CreateAgentRequest.add_member(:activation_key, Shapes::ShapeRef.new(shape: ActivationKey, required: true, location_name: "ActivationKey"))
|
251
350
|
CreateAgentRequest.add_member(:agent_name, Shapes::ShapeRef.new(shape: TagValue, location_name: "AgentName"))
|
252
351
|
CreateAgentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
|
@@ -392,6 +491,10 @@ module Aws::DataSync
|
|
392
491
|
CreateTaskResponse.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, location_name: "TaskArn"))
|
393
492
|
CreateTaskResponse.struct_class = Types::CreateTaskResponse
|
394
493
|
|
494
|
+
Credentials.add_member(:username, Shapes::ShapeRef.new(shape: PtolemyUsername, required: true, location_name: "Username"))
|
495
|
+
Credentials.add_member(:password, Shapes::ShapeRef.new(shape: PtolemyPassword, required: true, location_name: "Password"))
|
496
|
+
Credentials.struct_class = Types::Credentials
|
497
|
+
|
395
498
|
DeleteAgentRequest.add_member(:agent_arn, Shapes::ShapeRef.new(shape: AgentArn, required: true, location_name: "AgentArn"))
|
396
499
|
DeleteAgentRequest.struct_class = Types::DeleteAgentRequest
|
397
500
|
|
@@ -419,6 +522,17 @@ module Aws::DataSync
|
|
419
522
|
DescribeAgentResponse.add_member(:private_link_config, Shapes::ShapeRef.new(shape: PrivateLinkConfig, location_name: "PrivateLinkConfig"))
|
420
523
|
DescribeAgentResponse.struct_class = Types::DescribeAgentResponse
|
421
524
|
|
525
|
+
DescribeDiscoveryJobRequest.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, required: true, location_name: "DiscoveryJobArn"))
|
526
|
+
DescribeDiscoveryJobRequest.struct_class = Types::DescribeDiscoveryJobRequest
|
527
|
+
|
528
|
+
DescribeDiscoveryJobResponse.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, location_name: "StorageSystemArn"))
|
529
|
+
DescribeDiscoveryJobResponse.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, location_name: "DiscoveryJobArn"))
|
530
|
+
DescribeDiscoveryJobResponse.add_member(:collection_duration_minutes, Shapes::ShapeRef.new(shape: CollectionDurationMinutes, location_name: "CollectionDurationMinutes"))
|
531
|
+
DescribeDiscoveryJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: DiscoveryJobStatus, location_name: "Status"))
|
532
|
+
DescribeDiscoveryJobResponse.add_member(:job_start_time, Shapes::ShapeRef.new(shape: DiscoveryTime, location_name: "JobStartTime"))
|
533
|
+
DescribeDiscoveryJobResponse.add_member(:job_end_time, Shapes::ShapeRef.new(shape: DiscoveryTime, location_name: "JobEndTime"))
|
534
|
+
DescribeDiscoveryJobResponse.struct_class = Types::DescribeDiscoveryJobResponse
|
535
|
+
|
422
536
|
DescribeLocationEfsRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
|
423
537
|
DescribeLocationEfsRequest.struct_class = Types::DescribeLocationEfsRequest
|
424
538
|
|
@@ -536,6 +650,46 @@ module Aws::DataSync
|
|
536
650
|
DescribeLocationSmbResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Time, location_name: "CreationTime"))
|
537
651
|
DescribeLocationSmbResponse.struct_class = Types::DescribeLocationSmbResponse
|
538
652
|
|
653
|
+
DescribeStorageSystemRequest.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, required: true, location_name: "StorageSystemArn"))
|
654
|
+
DescribeStorageSystemRequest.struct_class = Types::DescribeStorageSystemRequest
|
655
|
+
|
656
|
+
DescribeStorageSystemResourceMetricsRequest.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, required: true, location_name: "DiscoveryJobArn"))
|
657
|
+
DescribeStorageSystemResourceMetricsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: DiscoveryResourceType, required: true, location_name: "ResourceType"))
|
658
|
+
DescribeStorageSystemResourceMetricsRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
|
659
|
+
DescribeStorageSystemResourceMetricsRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: DiscoveryTime, location_name: "StartTime"))
|
660
|
+
DescribeStorageSystemResourceMetricsRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: DiscoveryTime, location_name: "EndTime"))
|
661
|
+
DescribeStorageSystemResourceMetricsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DiscoveryMaxResults, location_name: "MaxResults"))
|
662
|
+
DescribeStorageSystemResourceMetricsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
|
663
|
+
DescribeStorageSystemResourceMetricsRequest.struct_class = Types::DescribeStorageSystemResourceMetricsRequest
|
664
|
+
|
665
|
+
DescribeStorageSystemResourceMetricsResponse.add_member(:metrics, Shapes::ShapeRef.new(shape: Metrics, location_name: "Metrics"))
|
666
|
+
DescribeStorageSystemResourceMetricsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
|
667
|
+
DescribeStorageSystemResourceMetricsResponse.struct_class = Types::DescribeStorageSystemResourceMetricsResponse
|
668
|
+
|
669
|
+
DescribeStorageSystemResourcesRequest.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, required: true, location_name: "DiscoveryJobArn"))
|
670
|
+
DescribeStorageSystemResourcesRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: DiscoveryResourceType, required: true, location_name: "ResourceType"))
|
671
|
+
DescribeStorageSystemResourcesRequest.add_member(:resource_ids, Shapes::ShapeRef.new(shape: ResourceIds, location_name: "ResourceIds"))
|
672
|
+
DescribeStorageSystemResourcesRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ResourceFilters, location_name: "Filter"))
|
673
|
+
DescribeStorageSystemResourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DiscoveryMaxResults, location_name: "MaxResults"))
|
674
|
+
DescribeStorageSystemResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
|
675
|
+
DescribeStorageSystemResourcesRequest.struct_class = Types::DescribeStorageSystemResourcesRequest
|
676
|
+
|
677
|
+
DescribeStorageSystemResourcesResponse.add_member(:resource_details, Shapes::ShapeRef.new(shape: ResourceDetails, location_name: "ResourceDetails"))
|
678
|
+
DescribeStorageSystemResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
|
679
|
+
DescribeStorageSystemResourcesResponse.struct_class = Types::DescribeStorageSystemResourcesResponse
|
680
|
+
|
681
|
+
DescribeStorageSystemResponse.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, location_name: "StorageSystemArn"))
|
682
|
+
DescribeStorageSystemResponse.add_member(:server_configuration, Shapes::ShapeRef.new(shape: DiscoveryServerConfiguration, location_name: "ServerConfiguration"))
|
683
|
+
DescribeStorageSystemResponse.add_member(:system_type, Shapes::ShapeRef.new(shape: DiscoverySystemType, location_name: "SystemType"))
|
684
|
+
DescribeStorageSystemResponse.add_member(:agent_arns, Shapes::ShapeRef.new(shape: DiscoveryAgentArnList, location_name: "AgentArns"))
|
685
|
+
DescribeStorageSystemResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
686
|
+
DescribeStorageSystemResponse.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
|
687
|
+
DescribeStorageSystemResponse.add_member(:connectivity_status, Shapes::ShapeRef.new(shape: StorageSystemConnectivityStatus, location_name: "ConnectivityStatus"))
|
688
|
+
DescribeStorageSystemResponse.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: LogGroupArn, location_name: "CloudWatchLogGroupArn"))
|
689
|
+
DescribeStorageSystemResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
690
|
+
DescribeStorageSystemResponse.add_member(:secrets_manager_arn, Shapes::ShapeRef.new(shape: SecretsManagerArn, location_name: "SecretsManagerArn"))
|
691
|
+
DescribeStorageSystemResponse.struct_class = Types::DescribeStorageSystemResponse
|
692
|
+
|
539
693
|
DescribeTaskExecutionRequest.add_member(:task_execution_arn, Shapes::ShapeRef.new(shape: TaskExecutionArn, required: true, location_name: "TaskExecutionArn"))
|
540
694
|
DescribeTaskExecutionRequest.struct_class = Types::DescribeTaskExecutionRequest
|
541
695
|
|
@@ -577,14 +731,30 @@ module Aws::DataSync
|
|
577
731
|
|
578
732
|
DestinationNetworkInterfaceArns.member = Shapes::ShapeRef.new(shape: NetworkInterfaceArn)
|
579
733
|
|
734
|
+
DiscoveryAgentArnList.member = Shapes::ShapeRef.new(shape: AgentArn)
|
735
|
+
|
736
|
+
DiscoveryJobList.member = Shapes::ShapeRef.new(shape: DiscoveryJobListEntry)
|
737
|
+
|
738
|
+
DiscoveryJobListEntry.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, location_name: "DiscoveryJobArn"))
|
739
|
+
DiscoveryJobListEntry.add_member(:status, Shapes::ShapeRef.new(shape: DiscoveryJobStatus, location_name: "Status"))
|
740
|
+
DiscoveryJobListEntry.struct_class = Types::DiscoveryJobListEntry
|
741
|
+
|
742
|
+
DiscoveryServerConfiguration.add_member(:server_hostname, Shapes::ShapeRef.new(shape: DiscoveryServerHostname, required: true, location_name: "ServerHostname"))
|
743
|
+
DiscoveryServerConfiguration.add_member(:server_port, Shapes::ShapeRef.new(shape: DiscoveryServerPort, location_name: "ServerPort"))
|
744
|
+
DiscoveryServerConfiguration.struct_class = Types::DiscoveryServerConfiguration
|
745
|
+
|
580
746
|
Ec2Config.add_member(:subnet_arn, Shapes::ShapeRef.new(shape: Ec2SubnetArn, required: true, location_name: "SubnetArn"))
|
581
747
|
Ec2Config.add_member(:security_group_arns, Shapes::ShapeRef.new(shape: Ec2SecurityGroupArnList, required: true, location_name: "SecurityGroupArns"))
|
582
748
|
Ec2Config.struct_class = Types::Ec2Config
|
583
749
|
|
584
750
|
Ec2SecurityGroupArnList.member = Shapes::ShapeRef.new(shape: Ec2SecurityGroupArn)
|
585
751
|
|
752
|
+
EnabledProtocols.member = Shapes::ShapeRef.new(shape: PtolemyString)
|
753
|
+
|
586
754
|
FilterList.member = Shapes::ShapeRef.new(shape: FilterRule)
|
587
755
|
|
756
|
+
FilterMembers.member = Shapes::ShapeRef.new(shape: PtolemyString)
|
757
|
+
|
588
758
|
FilterRule.add_member(:filter_type, Shapes::ShapeRef.new(shape: FilterType, location_name: "FilterType"))
|
589
759
|
FilterRule.add_member(:value, Shapes::ShapeRef.new(shape: FilterValue, location_name: "Value"))
|
590
760
|
FilterRule.struct_class = Types::FilterRule
|
@@ -604,12 +774,25 @@ module Aws::DataSync
|
|
604
774
|
FsxProtocolSmb.add_member(:user, Shapes::ShapeRef.new(shape: SmbUser, required: true, location_name: "User"))
|
605
775
|
FsxProtocolSmb.struct_class = Types::FsxProtocolSmb
|
606
776
|
|
777
|
+
GenerateRecommendationsRequest.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, required: true, location_name: "DiscoveryJobArn"))
|
778
|
+
GenerateRecommendationsRequest.add_member(:resource_ids, Shapes::ShapeRef.new(shape: ResourceIds, required: true, location_name: "ResourceIds"))
|
779
|
+
GenerateRecommendationsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: DiscoveryResourceType, required: true, location_name: "ResourceType"))
|
780
|
+
GenerateRecommendationsRequest.struct_class = Types::GenerateRecommendationsRequest
|
781
|
+
|
782
|
+
GenerateRecommendationsResponse.struct_class = Types::GenerateRecommendationsResponse
|
783
|
+
|
607
784
|
HdfsNameNode.add_member(:hostname, Shapes::ShapeRef.new(shape: HdfsServerHostname, required: true, location_name: "Hostname"))
|
608
785
|
HdfsNameNode.add_member(:port, Shapes::ShapeRef.new(shape: HdfsServerPort, required: true, location_name: "Port"))
|
609
786
|
HdfsNameNode.struct_class = Types::HdfsNameNode
|
610
787
|
|
611
788
|
HdfsNameNodeList.member = Shapes::ShapeRef.new(shape: HdfsNameNode)
|
612
789
|
|
790
|
+
IOPS.add_member(:read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Read"))
|
791
|
+
IOPS.add_member(:write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Write"))
|
792
|
+
IOPS.add_member(:other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Other"))
|
793
|
+
IOPS.add_member(:total, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Total"))
|
794
|
+
IOPS.struct_class = Types::IOPS
|
795
|
+
|
613
796
|
InputTagList.member = Shapes::ShapeRef.new(shape: TagListEntry)
|
614
797
|
|
615
798
|
InternalException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
|
@@ -621,6 +804,11 @@ module Aws::DataSync
|
|
621
804
|
InvalidRequestException.add_member(:datasync_error_code, Shapes::ShapeRef.new(shape: string, location_name: "datasyncErrorCode"))
|
622
805
|
InvalidRequestException.struct_class = Types::InvalidRequestException
|
623
806
|
|
807
|
+
Latency.add_member(:read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Read"))
|
808
|
+
Latency.add_member(:write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Write"))
|
809
|
+
Latency.add_member(:other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Other"))
|
810
|
+
Latency.struct_class = Types::Latency
|
811
|
+
|
624
812
|
ListAgentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
625
813
|
ListAgentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
626
814
|
ListAgentsRequest.struct_class = Types::ListAgentsRequest
|
@@ -629,6 +817,15 @@ module Aws::DataSync
|
|
629
817
|
ListAgentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
630
818
|
ListAgentsResponse.struct_class = Types::ListAgentsResponse
|
631
819
|
|
820
|
+
ListDiscoveryJobsRequest.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, location_name: "StorageSystemArn"))
|
821
|
+
ListDiscoveryJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DiscoveryMaxResults, location_name: "MaxResults"))
|
822
|
+
ListDiscoveryJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
|
823
|
+
ListDiscoveryJobsRequest.struct_class = Types::ListDiscoveryJobsRequest
|
824
|
+
|
825
|
+
ListDiscoveryJobsResponse.add_member(:discovery_jobs, Shapes::ShapeRef.new(shape: DiscoveryJobList, location_name: "DiscoveryJobs"))
|
826
|
+
ListDiscoveryJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
|
827
|
+
ListDiscoveryJobsResponse.struct_class = Types::ListDiscoveryJobsResponse
|
828
|
+
|
632
829
|
ListLocationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
633
830
|
ListLocationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
634
831
|
ListLocationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: LocationFilters, location_name: "Filters"))
|
@@ -638,6 +835,14 @@ module Aws::DataSync
|
|
638
835
|
ListLocationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
639
836
|
ListLocationsResponse.struct_class = Types::ListLocationsResponse
|
640
837
|
|
838
|
+
ListStorageSystemsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DiscoveryMaxResults, location_name: "MaxResults"))
|
839
|
+
ListStorageSystemsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
|
840
|
+
ListStorageSystemsRequest.struct_class = Types::ListStorageSystemsRequest
|
841
|
+
|
842
|
+
ListStorageSystemsResponse.add_member(:storage_systems, Shapes::ShapeRef.new(shape: StorageSystemList, location_name: "StorageSystems"))
|
843
|
+
ListStorageSystemsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
|
844
|
+
ListStorageSystemsResponse.struct_class = Types::ListStorageSystemsResponse
|
845
|
+
|
641
846
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "ResourceArn"))
|
642
847
|
ListTagsForResourceRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
643
848
|
ListTagsForResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -678,6 +883,70 @@ module Aws::DataSync
|
|
678
883
|
LocationListEntry.add_member(:location_uri, Shapes::ShapeRef.new(shape: LocationUri, location_name: "LocationUri"))
|
679
884
|
LocationListEntry.struct_class = Types::LocationListEntry
|
680
885
|
|
886
|
+
MaxP95Performance.add_member(:iops_read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "IopsRead"))
|
887
|
+
MaxP95Performance.add_member(:iops_write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "IopsWrite"))
|
888
|
+
MaxP95Performance.add_member(:iops_other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "IopsOther"))
|
889
|
+
MaxP95Performance.add_member(:iops_total, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "IopsTotal"))
|
890
|
+
MaxP95Performance.add_member(:throughput_read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "ThroughputRead"))
|
891
|
+
MaxP95Performance.add_member(:throughput_write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "ThroughputWrite"))
|
892
|
+
MaxP95Performance.add_member(:throughput_other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "ThroughputOther"))
|
893
|
+
MaxP95Performance.add_member(:throughput_total, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "ThroughputTotal"))
|
894
|
+
MaxP95Performance.add_member(:latency_read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "LatencyRead"))
|
895
|
+
MaxP95Performance.add_member(:latency_write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "LatencyWrite"))
|
896
|
+
MaxP95Performance.add_member(:latency_other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "LatencyOther"))
|
897
|
+
MaxP95Performance.struct_class = Types::MaxP95Performance
|
898
|
+
|
899
|
+
Metrics.member = Shapes::ShapeRef.new(shape: ResourceMetrics)
|
900
|
+
|
901
|
+
NetAppONTAPCluster.add_member(:cifs_share_count, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "CifsShareCount"))
|
902
|
+
NetAppONTAPCluster.add_member(:nfs_exported_volumes, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "NfsExportedVolumes"))
|
903
|
+
NetAppONTAPCluster.add_member(:resource_id, Shapes::ShapeRef.new(shape: PtolemyUUID, location_name: "ResourceId"))
|
904
|
+
NetAppONTAPCluster.add_member(:cluster_name, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "ClusterName"))
|
905
|
+
NetAppONTAPCluster.add_member(:max_p95_performance, Shapes::ShapeRef.new(shape: MaxP95Performance, location_name: "MaxP95Performance"))
|
906
|
+
NetAppONTAPCluster.add_member(:cluster_block_storage_size, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "ClusterBlockStorageSize"))
|
907
|
+
NetAppONTAPCluster.add_member(:cluster_block_storage_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "ClusterBlockStorageUsed"))
|
908
|
+
NetAppONTAPCluster.add_member(:cluster_block_storage_logical_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "ClusterBlockStorageLogicalUsed"))
|
909
|
+
NetAppONTAPCluster.add_member(:recommendations, Shapes::ShapeRef.new(shape: Recommendations, location_name: "Recommendations"))
|
910
|
+
NetAppONTAPCluster.add_member(:recommendation_status, Shapes::ShapeRef.new(shape: RecommendationStatus, location_name: "RecommendationStatus"))
|
911
|
+
NetAppONTAPCluster.struct_class = Types::NetAppONTAPCluster
|
912
|
+
|
913
|
+
NetAppONTAPClusters.member = Shapes::ShapeRef.new(shape: NetAppONTAPCluster)
|
914
|
+
|
915
|
+
NetAppONTAPSVM.add_member(:cluster_uuid, Shapes::ShapeRef.new(shape: PtolemyUUID, location_name: "ClusterUuid"))
|
916
|
+
NetAppONTAPSVM.add_member(:resource_id, Shapes::ShapeRef.new(shape: PtolemyUUID, location_name: "ResourceId"))
|
917
|
+
NetAppONTAPSVM.add_member(:svm_name, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "SvmName"))
|
918
|
+
NetAppONTAPSVM.add_member(:cifs_share_count, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "CifsShareCount"))
|
919
|
+
NetAppONTAPSVM.add_member(:enabled_protocols, Shapes::ShapeRef.new(shape: EnabledProtocols, location_name: "EnabledProtocols"))
|
920
|
+
NetAppONTAPSVM.add_member(:total_capacity_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "TotalCapacityUsed"))
|
921
|
+
NetAppONTAPSVM.add_member(:total_capacity_provisioned, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "TotalCapacityProvisioned"))
|
922
|
+
NetAppONTAPSVM.add_member(:total_logical_capacity_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "TotalLogicalCapacityUsed"))
|
923
|
+
NetAppONTAPSVM.add_member(:max_p95_performance, Shapes::ShapeRef.new(shape: MaxP95Performance, location_name: "MaxP95Performance"))
|
924
|
+
NetAppONTAPSVM.add_member(:recommendations, Shapes::ShapeRef.new(shape: Recommendations, location_name: "Recommendations"))
|
925
|
+
NetAppONTAPSVM.add_member(:nfs_exported_volumes, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "NfsExportedVolumes"))
|
926
|
+
NetAppONTAPSVM.add_member(:recommendation_status, Shapes::ShapeRef.new(shape: RecommendationStatus, location_name: "RecommendationStatus"))
|
927
|
+
NetAppONTAPSVM.add_member(:total_snapshot_capacity_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "TotalSnapshotCapacityUsed"))
|
928
|
+
NetAppONTAPSVM.struct_class = Types::NetAppONTAPSVM
|
929
|
+
|
930
|
+
NetAppONTAPSVMs.member = Shapes::ShapeRef.new(shape: NetAppONTAPSVM)
|
931
|
+
|
932
|
+
NetAppONTAPVolume.add_member(:volume_name, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "VolumeName"))
|
933
|
+
NetAppONTAPVolume.add_member(:resource_id, Shapes::ShapeRef.new(shape: PtolemyUUID, location_name: "ResourceId"))
|
934
|
+
NetAppONTAPVolume.add_member(:cifs_share_count, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "CifsShareCount"))
|
935
|
+
NetAppONTAPVolume.add_member(:security_style, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "SecurityStyle"))
|
936
|
+
NetAppONTAPVolume.add_member(:svm_uuid, Shapes::ShapeRef.new(shape: PtolemyUUID, location_name: "SvmUuid"))
|
937
|
+
NetAppONTAPVolume.add_member(:svm_name, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "SvmName"))
|
938
|
+
NetAppONTAPVolume.add_member(:capacity_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "CapacityUsed"))
|
939
|
+
NetAppONTAPVolume.add_member(:capacity_provisioned, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "CapacityProvisioned"))
|
940
|
+
NetAppONTAPVolume.add_member(:logical_capacity_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "LogicalCapacityUsed"))
|
941
|
+
NetAppONTAPVolume.add_member(:nfs_exported, Shapes::ShapeRef.new(shape: PtolemyBoolean, location_name: "NfsExported"))
|
942
|
+
NetAppONTAPVolume.add_member(:snapshot_capacity_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "SnapshotCapacityUsed"))
|
943
|
+
NetAppONTAPVolume.add_member(:max_p95_performance, Shapes::ShapeRef.new(shape: MaxP95Performance, location_name: "MaxP95Performance"))
|
944
|
+
NetAppONTAPVolume.add_member(:recommendations, Shapes::ShapeRef.new(shape: Recommendations, location_name: "Recommendations"))
|
945
|
+
NetAppONTAPVolume.add_member(:recommendation_status, Shapes::ShapeRef.new(shape: RecommendationStatus, location_name: "RecommendationStatus"))
|
946
|
+
NetAppONTAPVolume.struct_class = Types::NetAppONTAPVolume
|
947
|
+
|
948
|
+
NetAppONTAPVolumes.member = Shapes::ShapeRef.new(shape: NetAppONTAPVolume)
|
949
|
+
|
681
950
|
NfsMountOptions.add_member(:version, Shapes::ShapeRef.new(shape: NfsVersion, location_name: "Version"))
|
682
951
|
NfsMountOptions.struct_class = Types::NfsMountOptions
|
683
952
|
|
@@ -703,6 +972,11 @@ module Aws::DataSync
|
|
703
972
|
|
704
973
|
OutputTagList.member = Shapes::ShapeRef.new(shape: TagListEntry)
|
705
974
|
|
975
|
+
P95Metrics.add_member(:iops, Shapes::ShapeRef.new(shape: IOPS, location_name: "IOPS"))
|
976
|
+
P95Metrics.add_member(:throughput, Shapes::ShapeRef.new(shape: Throughput, location_name: "Throughput"))
|
977
|
+
P95Metrics.add_member(:latency, Shapes::ShapeRef.new(shape: Latency, location_name: "Latency"))
|
978
|
+
P95Metrics.struct_class = Types::P95Metrics
|
979
|
+
|
706
980
|
PLSecurityGroupArnList.member = Shapes::ShapeRef.new(shape: Ec2SecurityGroupArn)
|
707
981
|
|
708
982
|
PLSubnetArnList.member = Shapes::ShapeRef.new(shape: Ec2SubnetArn)
|
@@ -717,6 +991,38 @@ module Aws::DataSync
|
|
717
991
|
QopConfiguration.add_member(:data_transfer_protection, Shapes::ShapeRef.new(shape: HdfsDataTransferProtection, location_name: "DataTransferProtection"))
|
718
992
|
QopConfiguration.struct_class = Types::QopConfiguration
|
719
993
|
|
994
|
+
Recommendation.add_member(:storage_type, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "StorageType"))
|
995
|
+
Recommendation.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: RecommendationsConfigMap, location_name: "StorageConfiguration"))
|
996
|
+
Recommendation.add_member(:estimated_monthly_storage_cost, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "EstimatedMonthlyStorageCost"))
|
997
|
+
Recommendation.struct_class = Types::Recommendation
|
998
|
+
|
999
|
+
Recommendations.member = Shapes::ShapeRef.new(shape: Recommendation)
|
1000
|
+
|
1001
|
+
RecommendationsConfigMap.key = Shapes::ShapeRef.new(shape: PtolemyString)
|
1002
|
+
RecommendationsConfigMap.value = Shapes::ShapeRef.new(shape: PtolemyString)
|
1003
|
+
|
1004
|
+
RemoveStorageSystemRequest.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, required: true, location_name: "StorageSystemArn"))
|
1005
|
+
RemoveStorageSystemRequest.struct_class = Types::RemoveStorageSystemRequest
|
1006
|
+
|
1007
|
+
RemoveStorageSystemResponse.struct_class = Types::RemoveStorageSystemResponse
|
1008
|
+
|
1009
|
+
ResourceDetails.add_member(:net_app_ontapsv_ms, Shapes::ShapeRef.new(shape: NetAppONTAPSVMs, location_name: "NetAppONTAPSVMs"))
|
1010
|
+
ResourceDetails.add_member(:net_app_ontap_volumes, Shapes::ShapeRef.new(shape: NetAppONTAPVolumes, location_name: "NetAppONTAPVolumes"))
|
1011
|
+
ResourceDetails.add_member(:net_app_ontap_clusters, Shapes::ShapeRef.new(shape: NetAppONTAPClusters, location_name: "NetAppONTAPClusters"))
|
1012
|
+
ResourceDetails.struct_class = Types::ResourceDetails
|
1013
|
+
|
1014
|
+
ResourceFilters.key = Shapes::ShapeRef.new(shape: DiscoveryResourceFilter)
|
1015
|
+
ResourceFilters.value = Shapes::ShapeRef.new(shape: FilterMembers)
|
1016
|
+
|
1017
|
+
ResourceIds.member = Shapes::ShapeRef.new(shape: ResourceId)
|
1018
|
+
|
1019
|
+
ResourceMetrics.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
|
1020
|
+
ResourceMetrics.add_member(:p95_metrics, Shapes::ShapeRef.new(shape: P95Metrics, location_name: "P95Metrics"))
|
1021
|
+
ResourceMetrics.add_member(:capacity, Shapes::ShapeRef.new(shape: Capacity, location_name: "Capacity"))
|
1022
|
+
ResourceMetrics.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
|
1023
|
+
ResourceMetrics.add_member(:resource_type, Shapes::ShapeRef.new(shape: DiscoveryResourceType, location_name: "ResourceType"))
|
1024
|
+
ResourceMetrics.struct_class = Types::ResourceMetrics
|
1025
|
+
|
720
1026
|
S3Config.add_member(:bucket_access_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "BucketAccessRoleArn"))
|
721
1027
|
S3Config.struct_class = Types::S3Config
|
722
1028
|
|
@@ -725,6 +1031,15 @@ module Aws::DataSync
|
|
725
1031
|
|
726
1032
|
SourceNetworkInterfaceArns.member = Shapes::ShapeRef.new(shape: NetworkInterfaceArn)
|
727
1033
|
|
1034
|
+
StartDiscoveryJobRequest.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, required: true, location_name: "StorageSystemArn"))
|
1035
|
+
StartDiscoveryJobRequest.add_member(:collection_duration_minutes, Shapes::ShapeRef.new(shape: CollectionDurationMinutes, required: true, location_name: "CollectionDurationMinutes"))
|
1036
|
+
StartDiscoveryJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: PtolemyUUID, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1037
|
+
StartDiscoveryJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
|
1038
|
+
StartDiscoveryJobRequest.struct_class = Types::StartDiscoveryJobRequest
|
1039
|
+
|
1040
|
+
StartDiscoveryJobResponse.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, location_name: "DiscoveryJobArn"))
|
1041
|
+
StartDiscoveryJobResponse.struct_class = Types::StartDiscoveryJobResponse
|
1042
|
+
|
728
1043
|
StartTaskExecutionRequest.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, required: true, location_name: "TaskArn"))
|
729
1044
|
StartTaskExecutionRequest.add_member(:override_options, Shapes::ShapeRef.new(shape: Options, location_name: "OverrideOptions"))
|
730
1045
|
StartTaskExecutionRequest.add_member(:includes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Includes"))
|
@@ -735,6 +1050,17 @@ module Aws::DataSync
|
|
735
1050
|
StartTaskExecutionResponse.add_member(:task_execution_arn, Shapes::ShapeRef.new(shape: TaskExecutionArn, location_name: "TaskExecutionArn"))
|
736
1051
|
StartTaskExecutionResponse.struct_class = Types::StartTaskExecutionResponse
|
737
1052
|
|
1053
|
+
StopDiscoveryJobRequest.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, required: true, location_name: "DiscoveryJobArn"))
|
1054
|
+
StopDiscoveryJobRequest.struct_class = Types::StopDiscoveryJobRequest
|
1055
|
+
|
1056
|
+
StopDiscoveryJobResponse.struct_class = Types::StopDiscoveryJobResponse
|
1057
|
+
|
1058
|
+
StorageSystemList.member = Shapes::ShapeRef.new(shape: StorageSystemListEntry)
|
1059
|
+
|
1060
|
+
StorageSystemListEntry.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, location_name: "StorageSystemArn"))
|
1061
|
+
StorageSystemListEntry.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
1062
|
+
StorageSystemListEntry.struct_class = Types::StorageSystemListEntry
|
1063
|
+
|
738
1064
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
739
1065
|
|
740
1066
|
TagListEntry.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
@@ -781,6 +1107,12 @@ module Aws::DataSync
|
|
781
1107
|
TaskSchedule.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpressionCron, required: true, location_name: "ScheduleExpression"))
|
782
1108
|
TaskSchedule.struct_class = Types::TaskSchedule
|
783
1109
|
|
1110
|
+
Throughput.add_member(:read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Read"))
|
1111
|
+
Throughput.add_member(:write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Write"))
|
1112
|
+
Throughput.add_member(:other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Other"))
|
1113
|
+
Throughput.add_member(:total, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Total"))
|
1114
|
+
Throughput.struct_class = Types::Throughput
|
1115
|
+
|
784
1116
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "ResourceArn"))
|
785
1117
|
UntagResourceRequest.add_member(:keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "Keys"))
|
786
1118
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -793,6 +1125,12 @@ module Aws::DataSync
|
|
793
1125
|
|
794
1126
|
UpdateAgentResponse.struct_class = Types::UpdateAgentResponse
|
795
1127
|
|
1128
|
+
UpdateDiscoveryJobRequest.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, required: true, location_name: "DiscoveryJobArn"))
|
1129
|
+
UpdateDiscoveryJobRequest.add_member(:collection_duration_minutes, Shapes::ShapeRef.new(shape: CollectionDurationMinutes, required: true, location_name: "CollectionDurationMinutes"))
|
1130
|
+
UpdateDiscoveryJobRequest.struct_class = Types::UpdateDiscoveryJobRequest
|
1131
|
+
|
1132
|
+
UpdateDiscoveryJobResponse.struct_class = Types::UpdateDiscoveryJobResponse
|
1133
|
+
|
796
1134
|
UpdateLocationHdfsRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
|
797
1135
|
UpdateLocationHdfsRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: HdfsSubdirectory, location_name: "Subdirectory"))
|
798
1136
|
UpdateLocationHdfsRequest.add_member(:name_nodes, Shapes::ShapeRef.new(shape: HdfsNameNodeList, location_name: "NameNodes"))
|
@@ -841,6 +1179,16 @@ module Aws::DataSync
|
|
841
1179
|
|
842
1180
|
UpdateLocationSmbResponse.struct_class = Types::UpdateLocationSmbResponse
|
843
1181
|
|
1182
|
+
UpdateStorageSystemRequest.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, required: true, location_name: "StorageSystemArn"))
|
1183
|
+
UpdateStorageSystemRequest.add_member(:server_configuration, Shapes::ShapeRef.new(shape: DiscoveryServerConfiguration, location_name: "ServerConfiguration"))
|
1184
|
+
UpdateStorageSystemRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: DiscoveryAgentArnList, location_name: "AgentArns"))
|
1185
|
+
UpdateStorageSystemRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
1186
|
+
UpdateStorageSystemRequest.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: LogGroupArn, location_name: "CloudWatchLogGroupArn"))
|
1187
|
+
UpdateStorageSystemRequest.add_member(:credentials, Shapes::ShapeRef.new(shape: Credentials, location_name: "Credentials"))
|
1188
|
+
UpdateStorageSystemRequest.struct_class = Types::UpdateStorageSystemRequest
|
1189
|
+
|
1190
|
+
UpdateStorageSystemResponse.struct_class = Types::UpdateStorageSystemResponse
|
1191
|
+
|
844
1192
|
UpdateTaskExecutionRequest.add_member(:task_execution_arn, Shapes::ShapeRef.new(shape: TaskExecutionArn, required: true, location_name: "TaskExecutionArn"))
|
845
1193
|
UpdateTaskExecutionRequest.add_member(:options, Shapes::ShapeRef.new(shape: Options, required: true, location_name: "Options"))
|
846
1194
|
UpdateTaskExecutionRequest.struct_class = Types::UpdateTaskExecutionRequest
|
@@ -878,6 +1226,19 @@ module Aws::DataSync
|
|
878
1226
|
"uid" => "datasync-2018-11-09",
|
879
1227
|
}
|
880
1228
|
|
1229
|
+
api.add_operation(:add_storage_system, Seahorse::Model::Operation.new.tap do |o|
|
1230
|
+
o.name = "AddStorageSystem"
|
1231
|
+
o.http_method = "POST"
|
1232
|
+
o.http_request_uri = "/"
|
1233
|
+
o.endpoint_pattern = {
|
1234
|
+
"hostPrefix" => "discovery-",
|
1235
|
+
}
|
1236
|
+
o.input = Shapes::ShapeRef.new(shape: AddStorageSystemRequest)
|
1237
|
+
o.output = Shapes::ShapeRef.new(shape: AddStorageSystemResponse)
|
1238
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1239
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1240
|
+
end)
|
1241
|
+
|
881
1242
|
api.add_operation(:cancel_task_execution, Seahorse::Model::Operation.new.tap do |o|
|
882
1243
|
o.name = "CancelTaskExecution"
|
883
1244
|
o.http_method = "POST"
|
@@ -1048,6 +1409,19 @@ module Aws::DataSync
|
|
1048
1409
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1049
1410
|
end)
|
1050
1411
|
|
1412
|
+
api.add_operation(:describe_discovery_job, Seahorse::Model::Operation.new.tap do |o|
|
1413
|
+
o.name = "DescribeDiscoveryJob"
|
1414
|
+
o.http_method = "POST"
|
1415
|
+
o.http_request_uri = "/"
|
1416
|
+
o.endpoint_pattern = {
|
1417
|
+
"hostPrefix" => "discovery-",
|
1418
|
+
}
|
1419
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDiscoveryJobRequest)
|
1420
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDiscoveryJobResponse)
|
1421
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1422
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1423
|
+
end)
|
1424
|
+
|
1051
1425
|
api.add_operation(:describe_location_efs, Seahorse::Model::Operation.new.tap do |o|
|
1052
1426
|
o.name = "DescribeLocationEfs"
|
1053
1427
|
o.http_method = "POST"
|
@@ -1148,6 +1522,57 @@ module Aws::DataSync
|
|
1148
1522
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1149
1523
|
end)
|
1150
1524
|
|
1525
|
+
api.add_operation(:describe_storage_system, Seahorse::Model::Operation.new.tap do |o|
|
1526
|
+
o.name = "DescribeStorageSystem"
|
1527
|
+
o.http_method = "POST"
|
1528
|
+
o.http_request_uri = "/"
|
1529
|
+
o.endpoint_pattern = {
|
1530
|
+
"hostPrefix" => "discovery-",
|
1531
|
+
}
|
1532
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeStorageSystemRequest)
|
1533
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeStorageSystemResponse)
|
1534
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1535
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1536
|
+
end)
|
1537
|
+
|
1538
|
+
api.add_operation(:describe_storage_system_resource_metrics, Seahorse::Model::Operation.new.tap do |o|
|
1539
|
+
o.name = "DescribeStorageSystemResourceMetrics"
|
1540
|
+
o.http_method = "POST"
|
1541
|
+
o.http_request_uri = "/"
|
1542
|
+
o.endpoint_pattern = {
|
1543
|
+
"hostPrefix" => "discovery-",
|
1544
|
+
}
|
1545
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeStorageSystemResourceMetricsRequest)
|
1546
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeStorageSystemResourceMetricsResponse)
|
1547
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1548
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1549
|
+
o[:pager] = Aws::Pager.new(
|
1550
|
+
limit_key: "max_results",
|
1551
|
+
tokens: {
|
1552
|
+
"next_token" => "next_token"
|
1553
|
+
}
|
1554
|
+
)
|
1555
|
+
end)
|
1556
|
+
|
1557
|
+
api.add_operation(:describe_storage_system_resources, Seahorse::Model::Operation.new.tap do |o|
|
1558
|
+
o.name = "DescribeStorageSystemResources"
|
1559
|
+
o.http_method = "POST"
|
1560
|
+
o.http_request_uri = "/"
|
1561
|
+
o.endpoint_pattern = {
|
1562
|
+
"hostPrefix" => "discovery-",
|
1563
|
+
}
|
1564
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeStorageSystemResourcesRequest)
|
1565
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeStorageSystemResourcesResponse)
|
1566
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1567
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1568
|
+
o[:pager] = Aws::Pager.new(
|
1569
|
+
limit_key: "max_results",
|
1570
|
+
tokens: {
|
1571
|
+
"next_token" => "next_token"
|
1572
|
+
}
|
1573
|
+
)
|
1574
|
+
end)
|
1575
|
+
|
1151
1576
|
api.add_operation(:describe_task, Seahorse::Model::Operation.new.tap do |o|
|
1152
1577
|
o.name = "DescribeTask"
|
1153
1578
|
o.http_method = "POST"
|
@@ -1168,6 +1593,19 @@ module Aws::DataSync
|
|
1168
1593
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1169
1594
|
end)
|
1170
1595
|
|
1596
|
+
api.add_operation(:generate_recommendations, Seahorse::Model::Operation.new.tap do |o|
|
1597
|
+
o.name = "GenerateRecommendations"
|
1598
|
+
o.http_method = "POST"
|
1599
|
+
o.http_request_uri = "/"
|
1600
|
+
o.endpoint_pattern = {
|
1601
|
+
"hostPrefix" => "discovery-",
|
1602
|
+
}
|
1603
|
+
o.input = Shapes::ShapeRef.new(shape: GenerateRecommendationsRequest)
|
1604
|
+
o.output = Shapes::ShapeRef.new(shape: GenerateRecommendationsResponse)
|
1605
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1606
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1607
|
+
end)
|
1608
|
+
|
1171
1609
|
api.add_operation(:list_agents, Seahorse::Model::Operation.new.tap do |o|
|
1172
1610
|
o.name = "ListAgents"
|
1173
1611
|
o.http_method = "POST"
|
@@ -1184,6 +1622,25 @@ module Aws::DataSync
|
|
1184
1622
|
)
|
1185
1623
|
end)
|
1186
1624
|
|
1625
|
+
api.add_operation(:list_discovery_jobs, Seahorse::Model::Operation.new.tap do |o|
|
1626
|
+
o.name = "ListDiscoveryJobs"
|
1627
|
+
o.http_method = "POST"
|
1628
|
+
o.http_request_uri = "/"
|
1629
|
+
o.endpoint_pattern = {
|
1630
|
+
"hostPrefix" => "discovery-",
|
1631
|
+
}
|
1632
|
+
o.input = Shapes::ShapeRef.new(shape: ListDiscoveryJobsRequest)
|
1633
|
+
o.output = Shapes::ShapeRef.new(shape: ListDiscoveryJobsResponse)
|
1634
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1635
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1636
|
+
o[:pager] = Aws::Pager.new(
|
1637
|
+
limit_key: "max_results",
|
1638
|
+
tokens: {
|
1639
|
+
"next_token" => "next_token"
|
1640
|
+
}
|
1641
|
+
)
|
1642
|
+
end)
|
1643
|
+
|
1187
1644
|
api.add_operation(:list_locations, Seahorse::Model::Operation.new.tap do |o|
|
1188
1645
|
o.name = "ListLocations"
|
1189
1646
|
o.http_method = "POST"
|
@@ -1200,6 +1657,25 @@ module Aws::DataSync
|
|
1200
1657
|
)
|
1201
1658
|
end)
|
1202
1659
|
|
1660
|
+
api.add_operation(:list_storage_systems, Seahorse::Model::Operation.new.tap do |o|
|
1661
|
+
o.name = "ListStorageSystems"
|
1662
|
+
o.http_method = "POST"
|
1663
|
+
o.http_request_uri = "/"
|
1664
|
+
o.endpoint_pattern = {
|
1665
|
+
"hostPrefix" => "discovery-",
|
1666
|
+
}
|
1667
|
+
o.input = Shapes::ShapeRef.new(shape: ListStorageSystemsRequest)
|
1668
|
+
o.output = Shapes::ShapeRef.new(shape: ListStorageSystemsResponse)
|
1669
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1670
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1671
|
+
o[:pager] = Aws::Pager.new(
|
1672
|
+
limit_key: "max_results",
|
1673
|
+
tokens: {
|
1674
|
+
"next_token" => "next_token"
|
1675
|
+
}
|
1676
|
+
)
|
1677
|
+
end)
|
1678
|
+
|
1203
1679
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
1204
1680
|
o.name = "ListTagsForResource"
|
1205
1681
|
o.http_method = "POST"
|
@@ -1248,6 +1724,32 @@ module Aws::DataSync
|
|
1248
1724
|
)
|
1249
1725
|
end)
|
1250
1726
|
|
1727
|
+
api.add_operation(:remove_storage_system, Seahorse::Model::Operation.new.tap do |o|
|
1728
|
+
o.name = "RemoveStorageSystem"
|
1729
|
+
o.http_method = "POST"
|
1730
|
+
o.http_request_uri = "/"
|
1731
|
+
o.endpoint_pattern = {
|
1732
|
+
"hostPrefix" => "discovery-",
|
1733
|
+
}
|
1734
|
+
o.input = Shapes::ShapeRef.new(shape: RemoveStorageSystemRequest)
|
1735
|
+
o.output = Shapes::ShapeRef.new(shape: RemoveStorageSystemResponse)
|
1736
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1737
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1738
|
+
end)
|
1739
|
+
|
1740
|
+
api.add_operation(:start_discovery_job, Seahorse::Model::Operation.new.tap do |o|
|
1741
|
+
o.name = "StartDiscoveryJob"
|
1742
|
+
o.http_method = "POST"
|
1743
|
+
o.http_request_uri = "/"
|
1744
|
+
o.endpoint_pattern = {
|
1745
|
+
"hostPrefix" => "discovery-",
|
1746
|
+
}
|
1747
|
+
o.input = Shapes::ShapeRef.new(shape: StartDiscoveryJobRequest)
|
1748
|
+
o.output = Shapes::ShapeRef.new(shape: StartDiscoveryJobResponse)
|
1749
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1750
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1751
|
+
end)
|
1752
|
+
|
1251
1753
|
api.add_operation(:start_task_execution, Seahorse::Model::Operation.new.tap do |o|
|
1252
1754
|
o.name = "StartTaskExecution"
|
1253
1755
|
o.http_method = "POST"
|
@@ -1258,6 +1760,19 @@ module Aws::DataSync
|
|
1258
1760
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1259
1761
|
end)
|
1260
1762
|
|
1763
|
+
api.add_operation(:stop_discovery_job, Seahorse::Model::Operation.new.tap do |o|
|
1764
|
+
o.name = "StopDiscoveryJob"
|
1765
|
+
o.http_method = "POST"
|
1766
|
+
o.http_request_uri = "/"
|
1767
|
+
o.endpoint_pattern = {
|
1768
|
+
"hostPrefix" => "discovery-",
|
1769
|
+
}
|
1770
|
+
o.input = Shapes::ShapeRef.new(shape: StopDiscoveryJobRequest)
|
1771
|
+
o.output = Shapes::ShapeRef.new(shape: StopDiscoveryJobResponse)
|
1772
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1773
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1774
|
+
end)
|
1775
|
+
|
1261
1776
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1262
1777
|
o.name = "TagResource"
|
1263
1778
|
o.http_method = "POST"
|
@@ -1288,6 +1803,19 @@ module Aws::DataSync
|
|
1288
1803
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1289
1804
|
end)
|
1290
1805
|
|
1806
|
+
api.add_operation(:update_discovery_job, Seahorse::Model::Operation.new.tap do |o|
|
1807
|
+
o.name = "UpdateDiscoveryJob"
|
1808
|
+
o.http_method = "POST"
|
1809
|
+
o.http_request_uri = "/"
|
1810
|
+
o.endpoint_pattern = {
|
1811
|
+
"hostPrefix" => "discovery-",
|
1812
|
+
}
|
1813
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDiscoveryJobRequest)
|
1814
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDiscoveryJobResponse)
|
1815
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1816
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1817
|
+
end)
|
1818
|
+
|
1291
1819
|
api.add_operation(:update_location_hdfs, Seahorse::Model::Operation.new.tap do |o|
|
1292
1820
|
o.name = "UpdateLocationHdfs"
|
1293
1821
|
o.http_method = "POST"
|
@@ -1328,6 +1856,19 @@ module Aws::DataSync
|
|
1328
1856
|
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1329
1857
|
end)
|
1330
1858
|
|
1859
|
+
api.add_operation(:update_storage_system, Seahorse::Model::Operation.new.tap do |o|
|
1860
|
+
o.name = "UpdateStorageSystem"
|
1861
|
+
o.http_method = "POST"
|
1862
|
+
o.http_request_uri = "/"
|
1863
|
+
o.endpoint_pattern = {
|
1864
|
+
"hostPrefix" => "discovery-",
|
1865
|
+
}
|
1866
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateStorageSystemRequest)
|
1867
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateStorageSystemResponse)
|
1868
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1869
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalException)
|
1870
|
+
end)
|
1871
|
+
|
1331
1872
|
api.add_operation(:update_task, Seahorse::Model::Operation.new.tap do |o|
|
1332
1873
|
o.name = "UpdateTask"
|
1333
1874
|
o.http_method = "POST"
|