aws-sdk-datasync 1.40.0 → 1.69.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,19 +14,39 @@ 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')
20
22
  AgentListEntry = Shapes::StructureShape.new(name: 'AgentListEntry')
21
23
  AgentStatus = Shapes::StringShape.new(name: 'AgentStatus')
24
+ AgentVersion = Shapes::StringShape.new(name: 'AgentVersion')
22
25
  Atime = Shapes::StringShape.new(name: 'Atime')
26
+ AzureAccessTier = Shapes::StringShape.new(name: 'AzureAccessTier')
27
+ AzureBlobAuthenticationType = Shapes::StringShape.new(name: 'AzureBlobAuthenticationType')
28
+ AzureBlobContainerUrl = Shapes::StringShape.new(name: 'AzureBlobContainerUrl')
29
+ AzureBlobSasConfiguration = Shapes::StructureShape.new(name: 'AzureBlobSasConfiguration')
30
+ AzureBlobSasToken = Shapes::StringShape.new(name: 'AzureBlobSasToken')
31
+ AzureBlobSubdirectory = Shapes::StringShape.new(name: 'AzureBlobSubdirectory')
32
+ AzureBlobType = Shapes::StringShape.new(name: 'AzureBlobType')
23
33
  BytesPerSecond = Shapes::IntegerShape.new(name: 'BytesPerSecond')
24
34
  CancelTaskExecutionRequest = Shapes::StructureShape.new(name: 'CancelTaskExecutionRequest')
25
35
  CancelTaskExecutionResponse = Shapes::StructureShape.new(name: 'CancelTaskExecutionResponse')
36
+ Capacity = Shapes::StructureShape.new(name: 'Capacity')
37
+ CollectionDurationMinutes = Shapes::IntegerShape.new(name: 'CollectionDurationMinutes')
26
38
  CreateAgentRequest = Shapes::StructureShape.new(name: 'CreateAgentRequest')
27
39
  CreateAgentResponse = Shapes::StructureShape.new(name: 'CreateAgentResponse')
40
+ CreateLocationAzureBlobRequest = Shapes::StructureShape.new(name: 'CreateLocationAzureBlobRequest')
41
+ CreateLocationAzureBlobResponse = Shapes::StructureShape.new(name: 'CreateLocationAzureBlobResponse')
28
42
  CreateLocationEfsRequest = Shapes::StructureShape.new(name: 'CreateLocationEfsRequest')
29
43
  CreateLocationEfsResponse = Shapes::StructureShape.new(name: 'CreateLocationEfsResponse')
44
+ CreateLocationFsxLustreRequest = Shapes::StructureShape.new(name: 'CreateLocationFsxLustreRequest')
45
+ CreateLocationFsxLustreResponse = Shapes::StructureShape.new(name: 'CreateLocationFsxLustreResponse')
46
+ CreateLocationFsxOntapRequest = Shapes::StructureShape.new(name: 'CreateLocationFsxOntapRequest')
47
+ CreateLocationFsxOntapResponse = Shapes::StructureShape.new(name: 'CreateLocationFsxOntapResponse')
48
+ CreateLocationFsxOpenZfsRequest = Shapes::StructureShape.new(name: 'CreateLocationFsxOpenZfsRequest')
49
+ CreateLocationFsxOpenZfsResponse = Shapes::StructureShape.new(name: 'CreateLocationFsxOpenZfsResponse')
30
50
  CreateLocationFsxWindowsRequest = Shapes::StructureShape.new(name: 'CreateLocationFsxWindowsRequest')
31
51
  CreateLocationFsxWindowsResponse = Shapes::StructureShape.new(name: 'CreateLocationFsxWindowsResponse')
32
52
  CreateLocationHdfsRequest = Shapes::StructureShape.new(name: 'CreateLocationHdfsRequest')
@@ -41,6 +61,7 @@ module Aws::DataSync
41
61
  CreateLocationSmbResponse = Shapes::StructureShape.new(name: 'CreateLocationSmbResponse')
42
62
  CreateTaskRequest = Shapes::StructureShape.new(name: 'CreateTaskRequest')
43
63
  CreateTaskResponse = Shapes::StructureShape.new(name: 'CreateTaskResponse')
64
+ Credentials = Shapes::StructureShape.new(name: 'Credentials')
44
65
  DeleteAgentRequest = Shapes::StructureShape.new(name: 'DeleteAgentRequest')
45
66
  DeleteAgentResponse = Shapes::StructureShape.new(name: 'DeleteAgentResponse')
46
67
  DeleteLocationRequest = Shapes::StructureShape.new(name: 'DeleteLocationRequest')
@@ -49,8 +70,18 @@ module Aws::DataSync
49
70
  DeleteTaskResponse = Shapes::StructureShape.new(name: 'DeleteTaskResponse')
50
71
  DescribeAgentRequest = Shapes::StructureShape.new(name: 'DescribeAgentRequest')
51
72
  DescribeAgentResponse = Shapes::StructureShape.new(name: 'DescribeAgentResponse')
73
+ DescribeDiscoveryJobRequest = Shapes::StructureShape.new(name: 'DescribeDiscoveryJobRequest')
74
+ DescribeDiscoveryJobResponse = Shapes::StructureShape.new(name: 'DescribeDiscoveryJobResponse')
75
+ DescribeLocationAzureBlobRequest = Shapes::StructureShape.new(name: 'DescribeLocationAzureBlobRequest')
76
+ DescribeLocationAzureBlobResponse = Shapes::StructureShape.new(name: 'DescribeLocationAzureBlobResponse')
52
77
  DescribeLocationEfsRequest = Shapes::StructureShape.new(name: 'DescribeLocationEfsRequest')
53
78
  DescribeLocationEfsResponse = Shapes::StructureShape.new(name: 'DescribeLocationEfsResponse')
79
+ DescribeLocationFsxLustreRequest = Shapes::StructureShape.new(name: 'DescribeLocationFsxLustreRequest')
80
+ DescribeLocationFsxLustreResponse = Shapes::StructureShape.new(name: 'DescribeLocationFsxLustreResponse')
81
+ DescribeLocationFsxOntapRequest = Shapes::StructureShape.new(name: 'DescribeLocationFsxOntapRequest')
82
+ DescribeLocationFsxOntapResponse = Shapes::StructureShape.new(name: 'DescribeLocationFsxOntapResponse')
83
+ DescribeLocationFsxOpenZfsRequest = Shapes::StructureShape.new(name: 'DescribeLocationFsxOpenZfsRequest')
84
+ DescribeLocationFsxOpenZfsResponse = Shapes::StructureShape.new(name: 'DescribeLocationFsxOpenZfsResponse')
54
85
  DescribeLocationFsxWindowsRequest = Shapes::StructureShape.new(name: 'DescribeLocationFsxWindowsRequest')
55
86
  DescribeLocationFsxWindowsResponse = Shapes::StructureShape.new(name: 'DescribeLocationFsxWindowsResponse')
56
87
  DescribeLocationHdfsRequest = Shapes::StructureShape.new(name: 'DescribeLocationHdfsRequest')
@@ -63,28 +94,61 @@ module Aws::DataSync
63
94
  DescribeLocationS3Response = Shapes::StructureShape.new(name: 'DescribeLocationS3Response')
64
95
  DescribeLocationSmbRequest = Shapes::StructureShape.new(name: 'DescribeLocationSmbRequest')
65
96
  DescribeLocationSmbResponse = Shapes::StructureShape.new(name: 'DescribeLocationSmbResponse')
97
+ DescribeStorageSystemRequest = Shapes::StructureShape.new(name: 'DescribeStorageSystemRequest')
98
+ DescribeStorageSystemResourceMetricsRequest = Shapes::StructureShape.new(name: 'DescribeStorageSystemResourceMetricsRequest')
99
+ DescribeStorageSystemResourceMetricsResponse = Shapes::StructureShape.new(name: 'DescribeStorageSystemResourceMetricsResponse')
100
+ DescribeStorageSystemResourcesRequest = Shapes::StructureShape.new(name: 'DescribeStorageSystemResourcesRequest')
101
+ DescribeStorageSystemResourcesResponse = Shapes::StructureShape.new(name: 'DescribeStorageSystemResourcesResponse')
102
+ DescribeStorageSystemResponse = Shapes::StructureShape.new(name: 'DescribeStorageSystemResponse')
66
103
  DescribeTaskExecutionRequest = Shapes::StructureShape.new(name: 'DescribeTaskExecutionRequest')
67
104
  DescribeTaskExecutionResponse = Shapes::StructureShape.new(name: 'DescribeTaskExecutionResponse')
68
105
  DescribeTaskRequest = Shapes::StructureShape.new(name: 'DescribeTaskRequest')
69
106
  DescribeTaskResponse = Shapes::StructureShape.new(name: 'DescribeTaskResponse')
70
107
  DestinationNetworkInterfaceArns = Shapes::ListShape.new(name: 'DestinationNetworkInterfaceArns')
108
+ DiscoveryAgentArnList = Shapes::ListShape.new(name: 'DiscoveryAgentArnList')
109
+ DiscoveryJobArn = Shapes::StringShape.new(name: 'DiscoveryJobArn')
110
+ DiscoveryJobList = Shapes::ListShape.new(name: 'DiscoveryJobList')
111
+ DiscoveryJobListEntry = Shapes::StructureShape.new(name: 'DiscoveryJobListEntry')
112
+ DiscoveryJobStatus = Shapes::StringShape.new(name: 'DiscoveryJobStatus')
113
+ DiscoveryMaxResults = Shapes::IntegerShape.new(name: 'DiscoveryMaxResults')
114
+ DiscoveryNextToken = Shapes::StringShape.new(name: 'DiscoveryNextToken')
115
+ DiscoveryResourceFilter = Shapes::StringShape.new(name: 'DiscoveryResourceFilter')
116
+ DiscoveryResourceType = Shapes::StringShape.new(name: 'DiscoveryResourceType')
117
+ DiscoveryServerConfiguration = Shapes::StructureShape.new(name: 'DiscoveryServerConfiguration')
118
+ DiscoveryServerHostname = Shapes::StringShape.new(name: 'DiscoveryServerHostname')
119
+ DiscoveryServerPort = Shapes::IntegerShape.new(name: 'DiscoveryServerPort')
120
+ DiscoverySystemType = Shapes::StringShape.new(name: 'DiscoverySystemType')
121
+ DiscoveryTime = Shapes::TimestampShape.new(name: 'DiscoveryTime')
71
122
  Duration = Shapes::IntegerShape.new(name: 'Duration')
72
123
  Ec2Config = Shapes::StructureShape.new(name: 'Ec2Config')
73
124
  Ec2SecurityGroupArn = Shapes::StringShape.new(name: 'Ec2SecurityGroupArn')
74
125
  Ec2SecurityGroupArnList = Shapes::ListShape.new(name: 'Ec2SecurityGroupArnList')
75
126
  Ec2SubnetArn = Shapes::StringShape.new(name: 'Ec2SubnetArn')
127
+ EfsAccessPointArn = Shapes::StringShape.new(name: 'EfsAccessPointArn')
76
128
  EfsFilesystemArn = Shapes::StringShape.new(name: 'EfsFilesystemArn')
129
+ EfsInTransitEncryption = Shapes::StringShape.new(name: 'EfsInTransitEncryption')
77
130
  EfsSubdirectory = Shapes::StringShape.new(name: 'EfsSubdirectory')
131
+ EnabledProtocols = Shapes::ListShape.new(name: 'EnabledProtocols')
78
132
  Endpoint = Shapes::StringShape.new(name: 'Endpoint')
79
133
  EndpointType = Shapes::StringShape.new(name: 'EndpointType')
134
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
80
135
  FilterAttributeValue = Shapes::StringShape.new(name: 'FilterAttributeValue')
81
136
  FilterList = Shapes::ListShape.new(name: 'FilterList')
137
+ FilterMembers = Shapes::ListShape.new(name: 'FilterMembers')
82
138
  FilterRule = Shapes::StructureShape.new(name: 'FilterRule')
83
139
  FilterType = Shapes::StringShape.new(name: 'FilterType')
84
140
  FilterValue = Shapes::StringShape.new(name: 'FilterValue')
85
141
  FilterValues = Shapes::ListShape.new(name: 'FilterValues')
86
142
  FsxFilesystemArn = Shapes::StringShape.new(name: 'FsxFilesystemArn')
143
+ FsxLustreSubdirectory = Shapes::StringShape.new(name: 'FsxLustreSubdirectory')
144
+ FsxOntapSubdirectory = Shapes::StringShape.new(name: 'FsxOntapSubdirectory')
145
+ FsxOpenZfsSubdirectory = Shapes::StringShape.new(name: 'FsxOpenZfsSubdirectory')
146
+ FsxProtocol = Shapes::StructureShape.new(name: 'FsxProtocol')
147
+ FsxProtocolNfs = Shapes::StructureShape.new(name: 'FsxProtocolNfs')
148
+ FsxProtocolSmb = Shapes::StructureShape.new(name: 'FsxProtocolSmb')
87
149
  FsxWindowsSubdirectory = Shapes::StringShape.new(name: 'FsxWindowsSubdirectory')
150
+ GenerateRecommendationsRequest = Shapes::StructureShape.new(name: 'GenerateRecommendationsRequest')
151
+ GenerateRecommendationsResponse = Shapes::StructureShape.new(name: 'GenerateRecommendationsResponse')
88
152
  Gid = Shapes::StringShape.new(name: 'Gid')
89
153
  HdfsAuthenticationType = Shapes::StringShape.new(name: 'HdfsAuthenticationType')
90
154
  HdfsBlockSize = Shapes::IntegerShape.new(name: 'HdfsBlockSize')
@@ -97,6 +161,7 @@ module Aws::DataSync
97
161
  HdfsServerPort = Shapes::IntegerShape.new(name: 'HdfsServerPort')
98
162
  HdfsSubdirectory = Shapes::StringShape.new(name: 'HdfsSubdirectory')
99
163
  HdfsUser = Shapes::StringShape.new(name: 'HdfsUser')
164
+ IOPS = Shapes::StructureShape.new(name: 'IOPS')
100
165
  IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
101
166
  InputTagList = Shapes::ListShape.new(name: 'InputTagList')
102
167
  InternalException = Shapes::StructureShape.new(name: 'InternalException')
@@ -105,10 +170,15 @@ module Aws::DataSync
105
170
  KerberosKrb5ConfFile = Shapes::BlobShape.new(name: 'KerberosKrb5ConfFile')
106
171
  KerberosPrincipal = Shapes::StringShape.new(name: 'KerberosPrincipal')
107
172
  KmsKeyProviderUri = Shapes::StringShape.new(name: 'KmsKeyProviderUri')
173
+ Latency = Shapes::StructureShape.new(name: 'Latency')
108
174
  ListAgentsRequest = Shapes::StructureShape.new(name: 'ListAgentsRequest')
109
175
  ListAgentsResponse = Shapes::StructureShape.new(name: 'ListAgentsResponse')
176
+ ListDiscoveryJobsRequest = Shapes::StructureShape.new(name: 'ListDiscoveryJobsRequest')
177
+ ListDiscoveryJobsResponse = Shapes::StructureShape.new(name: 'ListDiscoveryJobsResponse')
110
178
  ListLocationsRequest = Shapes::StructureShape.new(name: 'ListLocationsRequest')
111
179
  ListLocationsResponse = Shapes::StructureShape.new(name: 'ListLocationsResponse')
180
+ ListStorageSystemsRequest = Shapes::StructureShape.new(name: 'ListStorageSystemsRequest')
181
+ ListStorageSystemsResponse = Shapes::StructureShape.new(name: 'ListStorageSystemsResponse')
112
182
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
113
183
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
114
184
  ListTaskExecutionsRequest = Shapes::StructureShape.new(name: 'ListTaskExecutionsRequest')
@@ -124,36 +194,76 @@ module Aws::DataSync
124
194
  LocationUri = Shapes::StringShape.new(name: 'LocationUri')
125
195
  LogGroupArn = Shapes::StringShape.new(name: 'LogGroupArn')
126
196
  LogLevel = Shapes::StringShape.new(name: 'LogLevel')
197
+ MaxP95Performance = Shapes::StructureShape.new(name: 'MaxP95Performance')
127
198
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
199
+ Metrics = Shapes::ListShape.new(name: 'Metrics')
128
200
  Mtime = Shapes::StringShape.new(name: 'Mtime')
201
+ Name = Shapes::StringShape.new(name: 'Name')
202
+ NetAppONTAPCluster = Shapes::StructureShape.new(name: 'NetAppONTAPCluster')
203
+ NetAppONTAPClusters = Shapes::ListShape.new(name: 'NetAppONTAPClusters')
204
+ NetAppONTAPSVM = Shapes::StructureShape.new(name: 'NetAppONTAPSVM')
205
+ NetAppONTAPSVMs = Shapes::ListShape.new(name: 'NetAppONTAPSVMs')
206
+ NetAppONTAPVolume = Shapes::StructureShape.new(name: 'NetAppONTAPVolume')
207
+ NetAppONTAPVolumes = Shapes::ListShape.new(name: 'NetAppONTAPVolumes')
129
208
  NetworkInterfaceArn = Shapes::StringShape.new(name: 'NetworkInterfaceArn')
130
209
  NextToken = Shapes::StringShape.new(name: 'NextToken')
131
210
  NfsMountOptions = Shapes::StructureShape.new(name: 'NfsMountOptions')
132
211
  NfsSubdirectory = Shapes::StringShape.new(name: 'NfsSubdirectory')
133
212
  NfsVersion = Shapes::StringShape.new(name: 'NfsVersion')
213
+ NonNegativeDouble = Shapes::FloatShape.new(name: 'NonNegativeDouble')
214
+ NonNegativeLong = Shapes::IntegerShape.new(name: 'NonNegativeLong')
134
215
  ObjectStorageAccessKey = Shapes::StringShape.new(name: 'ObjectStorageAccessKey')
135
216
  ObjectStorageBucketName = Shapes::StringShape.new(name: 'ObjectStorageBucketName')
217
+ ObjectStorageCertificate = Shapes::BlobShape.new(name: 'ObjectStorageCertificate')
136
218
  ObjectStorageSecretKey = Shapes::StringShape.new(name: 'ObjectStorageSecretKey')
137
219
  ObjectStorageServerPort = Shapes::IntegerShape.new(name: 'ObjectStorageServerPort')
138
220
  ObjectStorageServerProtocol = Shapes::StringShape.new(name: 'ObjectStorageServerProtocol')
221
+ ObjectTags = Shapes::StringShape.new(name: 'ObjectTags')
222
+ ObjectVersionIds = Shapes::StringShape.new(name: 'ObjectVersionIds')
139
223
  OnPremConfig = Shapes::StructureShape.new(name: 'OnPremConfig')
140
224
  Operator = Shapes::StringShape.new(name: 'Operator')
141
225
  Options = Shapes::StructureShape.new(name: 'Options')
142
226
  OutputTagList = Shapes::ListShape.new(name: 'OutputTagList')
143
227
  OverwriteMode = Shapes::StringShape.new(name: 'OverwriteMode')
228
+ P95Metrics = Shapes::StructureShape.new(name: 'P95Metrics')
144
229
  PLSecurityGroupArnList = Shapes::ListShape.new(name: 'PLSecurityGroupArnList')
145
230
  PLSubnetArnList = Shapes::ListShape.new(name: 'PLSubnetArnList')
146
231
  PhaseStatus = Shapes::StringShape.new(name: 'PhaseStatus')
232
+ Platform = Shapes::StructureShape.new(name: 'Platform')
147
233
  PosixPermissions = Shapes::StringShape.new(name: 'PosixPermissions')
148
234
  PreserveDeletedFiles = Shapes::StringShape.new(name: 'PreserveDeletedFiles')
149
235
  PreserveDevices = Shapes::StringShape.new(name: 'PreserveDevices')
150
236
  PrivateLinkConfig = Shapes::StructureShape.new(name: 'PrivateLinkConfig')
237
+ PtolemyBoolean = Shapes::BooleanShape.new(name: 'PtolemyBoolean')
238
+ PtolemyPassword = Shapes::StringShape.new(name: 'PtolemyPassword')
239
+ PtolemyString = Shapes::StringShape.new(name: 'PtolemyString')
240
+ PtolemyUUID = Shapes::StringShape.new(name: 'PtolemyUUID')
241
+ PtolemyUsername = Shapes::StringShape.new(name: 'PtolemyUsername')
151
242
  QopConfiguration = Shapes::StructureShape.new(name: 'QopConfiguration')
243
+ Recommendation = Shapes::StructureShape.new(name: 'Recommendation')
244
+ RecommendationStatus = Shapes::StringShape.new(name: 'RecommendationStatus')
245
+ Recommendations = Shapes::ListShape.new(name: 'Recommendations')
246
+ RecommendationsConfigMap = Shapes::MapShape.new(name: 'RecommendationsConfigMap')
247
+ RemoveStorageSystemRequest = Shapes::StructureShape.new(name: 'RemoveStorageSystemRequest')
248
+ RemoveStorageSystemResponse = Shapes::StructureShape.new(name: 'RemoveStorageSystemResponse')
249
+ ReportDestination = Shapes::StructureShape.new(name: 'ReportDestination')
250
+ ReportDestinationS3 = Shapes::StructureShape.new(name: 'ReportDestinationS3')
251
+ ReportLevel = Shapes::StringShape.new(name: 'ReportLevel')
252
+ ReportOutputType = Shapes::StringShape.new(name: 'ReportOutputType')
253
+ ReportOverride = Shapes::StructureShape.new(name: 'ReportOverride')
254
+ ReportOverrides = Shapes::StructureShape.new(name: 'ReportOverrides')
255
+ ReportResult = Shapes::StructureShape.new(name: 'ReportResult')
256
+ ResourceDetails = Shapes::StructureShape.new(name: 'ResourceDetails')
257
+ ResourceFilters = Shapes::MapShape.new(name: 'ResourceFilters')
258
+ ResourceId = Shapes::StringShape.new(name: 'ResourceId')
259
+ ResourceIds = Shapes::ListShape.new(name: 'ResourceIds')
260
+ ResourceMetrics = Shapes::StructureShape.new(name: 'ResourceMetrics')
152
261
  S3BucketArn = Shapes::StringShape.new(name: 'S3BucketArn')
153
262
  S3Config = Shapes::StructureShape.new(name: 'S3Config')
154
263
  S3StorageClass = Shapes::StringShape.new(name: 'S3StorageClass')
155
264
  S3Subdirectory = Shapes::StringShape.new(name: 'S3Subdirectory')
156
265
  ScheduleExpressionCron = Shapes::StringShape.new(name: 'ScheduleExpressionCron')
266
+ SecretsManagerArn = Shapes::StringShape.new(name: 'SecretsManagerArn')
157
267
  ServerHostname = Shapes::StringShape.new(name: 'ServerHostname')
158
268
  SmbDomain = Shapes::StringShape.new(name: 'SmbDomain')
159
269
  SmbMountOptions = Shapes::StructureShape.new(name: 'SmbMountOptions')
@@ -163,8 +273,17 @@ module Aws::DataSync
163
273
  SmbUser = Shapes::StringShape.new(name: 'SmbUser')
164
274
  SmbVersion = Shapes::StringShape.new(name: 'SmbVersion')
165
275
  SourceNetworkInterfaceArns = Shapes::ListShape.new(name: 'SourceNetworkInterfaceArns')
276
+ StartDiscoveryJobRequest = Shapes::StructureShape.new(name: 'StartDiscoveryJobRequest')
277
+ StartDiscoveryJobResponse = Shapes::StructureShape.new(name: 'StartDiscoveryJobResponse')
166
278
  StartTaskExecutionRequest = Shapes::StructureShape.new(name: 'StartTaskExecutionRequest')
167
279
  StartTaskExecutionResponse = Shapes::StructureShape.new(name: 'StartTaskExecutionResponse')
280
+ StopDiscoveryJobRequest = Shapes::StructureShape.new(name: 'StopDiscoveryJobRequest')
281
+ StopDiscoveryJobResponse = Shapes::StructureShape.new(name: 'StopDiscoveryJobResponse')
282
+ StorageSystemArn = Shapes::StringShape.new(name: 'StorageSystemArn')
283
+ StorageSystemConnectivityStatus = Shapes::StringShape.new(name: 'StorageSystemConnectivityStatus')
284
+ StorageSystemList = Shapes::ListShape.new(name: 'StorageSystemList')
285
+ StorageSystemListEntry = Shapes::StructureShape.new(name: 'StorageSystemListEntry')
286
+ StorageVirtualMachineArn = Shapes::StringShape.new(name: 'StorageVirtualMachineArn')
168
287
  TagKey = Shapes::StringShape.new(name: 'TagKey')
169
288
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
170
289
  TagListEntry = Shapes::StructureShape.new(name: 'TagListEntry')
@@ -184,15 +303,22 @@ module Aws::DataSync
184
303
  TaskList = Shapes::ListShape.new(name: 'TaskList')
185
304
  TaskListEntry = Shapes::StructureShape.new(name: 'TaskListEntry')
186
305
  TaskQueueing = Shapes::StringShape.new(name: 'TaskQueueing')
306
+ TaskReportConfig = Shapes::StructureShape.new(name: 'TaskReportConfig')
187
307
  TaskSchedule = Shapes::StructureShape.new(name: 'TaskSchedule')
188
308
  TaskStatus = Shapes::StringShape.new(name: 'TaskStatus')
309
+ Throughput = Shapes::StructureShape.new(name: 'Throughput')
189
310
  Time = Shapes::TimestampShape.new(name: 'Time')
311
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
190
312
  TransferMode = Shapes::StringShape.new(name: 'TransferMode')
191
313
  Uid = Shapes::StringShape.new(name: 'Uid')
192
314
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
193
315
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
194
316
  UpdateAgentRequest = Shapes::StructureShape.new(name: 'UpdateAgentRequest')
195
317
  UpdateAgentResponse = Shapes::StructureShape.new(name: 'UpdateAgentResponse')
318
+ UpdateDiscoveryJobRequest = Shapes::StructureShape.new(name: 'UpdateDiscoveryJobRequest')
319
+ UpdateDiscoveryJobResponse = Shapes::StructureShape.new(name: 'UpdateDiscoveryJobResponse')
320
+ UpdateLocationAzureBlobRequest = Shapes::StructureShape.new(name: 'UpdateLocationAzureBlobRequest')
321
+ UpdateLocationAzureBlobResponse = Shapes::StructureShape.new(name: 'UpdateLocationAzureBlobResponse')
196
322
  UpdateLocationHdfsRequest = Shapes::StructureShape.new(name: 'UpdateLocationHdfsRequest')
197
323
  UpdateLocationHdfsResponse = Shapes::StructureShape.new(name: 'UpdateLocationHdfsResponse')
198
324
  UpdateLocationNfsRequest = Shapes::StructureShape.new(name: 'UpdateLocationNfsRequest')
@@ -201,6 +327,8 @@ module Aws::DataSync
201
327
  UpdateLocationObjectStorageResponse = Shapes::StructureShape.new(name: 'UpdateLocationObjectStorageResponse')
202
328
  UpdateLocationSmbRequest = Shapes::StructureShape.new(name: 'UpdateLocationSmbRequest')
203
329
  UpdateLocationSmbResponse = Shapes::StructureShape.new(name: 'UpdateLocationSmbResponse')
330
+ UpdateStorageSystemRequest = Shapes::StructureShape.new(name: 'UpdateStorageSystemRequest')
331
+ UpdateStorageSystemResponse = Shapes::StructureShape.new(name: 'UpdateStorageSystemResponse')
204
332
  UpdateTaskExecutionRequest = Shapes::StructureShape.new(name: 'UpdateTaskExecutionRequest')
205
333
  UpdateTaskExecutionResponse = Shapes::StructureShape.new(name: 'UpdateTaskExecutionResponse')
206
334
  UpdateTaskRequest = Shapes::StructureShape.new(name: 'UpdateTaskRequest')
@@ -210,6 +338,19 @@ module Aws::DataSync
210
338
  long = Shapes::IntegerShape.new(name: 'long')
211
339
  string = Shapes::StringShape.new(name: 'string')
212
340
 
341
+ AddStorageSystemRequest.add_member(:server_configuration, Shapes::ShapeRef.new(shape: DiscoveryServerConfiguration, required: true, location_name: "ServerConfiguration"))
342
+ AddStorageSystemRequest.add_member(:system_type, Shapes::ShapeRef.new(shape: DiscoverySystemType, required: true, location_name: "SystemType"))
343
+ AddStorageSystemRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: DiscoveryAgentArnList, required: true, location_name: "AgentArns"))
344
+ AddStorageSystemRequest.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: LogGroupArn, location_name: "CloudWatchLogGroupArn"))
345
+ AddStorageSystemRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
346
+ AddStorageSystemRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
347
+ AddStorageSystemRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: PtolemyUUID, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
348
+ AddStorageSystemRequest.add_member(:credentials, Shapes::ShapeRef.new(shape: Credentials, required: true, location_name: "Credentials"))
349
+ AddStorageSystemRequest.struct_class = Types::AddStorageSystemRequest
350
+
351
+ AddStorageSystemResponse.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, required: true, location_name: "StorageSystemArn"))
352
+ AddStorageSystemResponse.struct_class = Types::AddStorageSystemResponse
353
+
213
354
  AgentArnList.member = Shapes::ShapeRef.new(shape: AgentArn)
214
355
 
215
356
  AgentList.member = Shapes::ShapeRef.new(shape: AgentListEntry)
@@ -217,13 +358,23 @@ module Aws::DataSync
217
358
  AgentListEntry.add_member(:agent_arn, Shapes::ShapeRef.new(shape: AgentArn, location_name: "AgentArn"))
218
359
  AgentListEntry.add_member(:name, Shapes::ShapeRef.new(shape: TagValue, location_name: "Name"))
219
360
  AgentListEntry.add_member(:status, Shapes::ShapeRef.new(shape: AgentStatus, location_name: "Status"))
361
+ AgentListEntry.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "Platform"))
220
362
  AgentListEntry.struct_class = Types::AgentListEntry
221
363
 
364
+ AzureBlobSasConfiguration.add_member(:token, Shapes::ShapeRef.new(shape: AzureBlobSasToken, required: true, location_name: "Token"))
365
+ AzureBlobSasConfiguration.struct_class = Types::AzureBlobSasConfiguration
366
+
222
367
  CancelTaskExecutionRequest.add_member(:task_execution_arn, Shapes::ShapeRef.new(shape: TaskExecutionArn, required: true, location_name: "TaskExecutionArn"))
223
368
  CancelTaskExecutionRequest.struct_class = Types::CancelTaskExecutionRequest
224
369
 
225
370
  CancelTaskExecutionResponse.struct_class = Types::CancelTaskExecutionResponse
226
371
 
372
+ Capacity.add_member(:used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "Used"))
373
+ Capacity.add_member(:provisioned, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "Provisioned"))
374
+ Capacity.add_member(:logical_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "LogicalUsed"))
375
+ Capacity.add_member(:cluster_cloud_storage_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "ClusterCloudStorageUsed"))
376
+ Capacity.struct_class = Types::Capacity
377
+
227
378
  CreateAgentRequest.add_member(:activation_key, Shapes::ShapeRef.new(shape: ActivationKey, required: true, location_name: "ActivationKey"))
228
379
  CreateAgentRequest.add_member(:agent_name, Shapes::ShapeRef.new(shape: TagValue, location_name: "AgentName"))
229
380
  CreateAgentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
@@ -235,15 +386,60 @@ module Aws::DataSync
235
386
  CreateAgentResponse.add_member(:agent_arn, Shapes::ShapeRef.new(shape: AgentArn, location_name: "AgentArn"))
236
387
  CreateAgentResponse.struct_class = Types::CreateAgentResponse
237
388
 
389
+ CreateLocationAzureBlobRequest.add_member(:container_url, Shapes::ShapeRef.new(shape: AzureBlobContainerUrl, required: true, location_name: "ContainerUrl"))
390
+ CreateLocationAzureBlobRequest.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AzureBlobAuthenticationType, required: true, location_name: "AuthenticationType"))
391
+ CreateLocationAzureBlobRequest.add_member(:sas_configuration, Shapes::ShapeRef.new(shape: AzureBlobSasConfiguration, location_name: "SasConfiguration"))
392
+ CreateLocationAzureBlobRequest.add_member(:blob_type, Shapes::ShapeRef.new(shape: AzureBlobType, location_name: "BlobType"))
393
+ CreateLocationAzureBlobRequest.add_member(:access_tier, Shapes::ShapeRef.new(shape: AzureAccessTier, location_name: "AccessTier"))
394
+ CreateLocationAzureBlobRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: AzureBlobSubdirectory, location_name: "Subdirectory"))
395
+ CreateLocationAzureBlobRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, required: true, location_name: "AgentArns"))
396
+ CreateLocationAzureBlobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
397
+ CreateLocationAzureBlobRequest.struct_class = Types::CreateLocationAzureBlobRequest
398
+
399
+ CreateLocationAzureBlobResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
400
+ CreateLocationAzureBlobResponse.struct_class = Types::CreateLocationAzureBlobResponse
401
+
238
402
  CreateLocationEfsRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: EfsSubdirectory, location_name: "Subdirectory"))
239
403
  CreateLocationEfsRequest.add_member(:efs_filesystem_arn, Shapes::ShapeRef.new(shape: EfsFilesystemArn, required: true, location_name: "EfsFilesystemArn"))
240
404
  CreateLocationEfsRequest.add_member(:ec2_config, Shapes::ShapeRef.new(shape: Ec2Config, required: true, location_name: "Ec2Config"))
241
405
  CreateLocationEfsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
406
+ CreateLocationEfsRequest.add_member(:access_point_arn, Shapes::ShapeRef.new(shape: EfsAccessPointArn, location_name: "AccessPointArn"))
407
+ CreateLocationEfsRequest.add_member(:file_system_access_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "FileSystemAccessRoleArn"))
408
+ CreateLocationEfsRequest.add_member(:in_transit_encryption, Shapes::ShapeRef.new(shape: EfsInTransitEncryption, location_name: "InTransitEncryption"))
242
409
  CreateLocationEfsRequest.struct_class = Types::CreateLocationEfsRequest
243
410
 
244
411
  CreateLocationEfsResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
245
412
  CreateLocationEfsResponse.struct_class = Types::CreateLocationEfsResponse
246
413
 
414
+ CreateLocationFsxLustreRequest.add_member(:fsx_filesystem_arn, Shapes::ShapeRef.new(shape: FsxFilesystemArn, required: true, location_name: "FsxFilesystemArn"))
415
+ CreateLocationFsxLustreRequest.add_member(:security_group_arns, Shapes::ShapeRef.new(shape: Ec2SecurityGroupArnList, required: true, location_name: "SecurityGroupArns"))
416
+ CreateLocationFsxLustreRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: FsxLustreSubdirectory, location_name: "Subdirectory"))
417
+ CreateLocationFsxLustreRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
418
+ CreateLocationFsxLustreRequest.struct_class = Types::CreateLocationFsxLustreRequest
419
+
420
+ CreateLocationFsxLustreResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
421
+ CreateLocationFsxLustreResponse.struct_class = Types::CreateLocationFsxLustreResponse
422
+
423
+ CreateLocationFsxOntapRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: FsxProtocol, required: true, location_name: "Protocol"))
424
+ CreateLocationFsxOntapRequest.add_member(:security_group_arns, Shapes::ShapeRef.new(shape: Ec2SecurityGroupArnList, required: true, location_name: "SecurityGroupArns"))
425
+ CreateLocationFsxOntapRequest.add_member(:storage_virtual_machine_arn, Shapes::ShapeRef.new(shape: StorageVirtualMachineArn, required: true, location_name: "StorageVirtualMachineArn"))
426
+ CreateLocationFsxOntapRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: FsxOntapSubdirectory, location_name: "Subdirectory"))
427
+ CreateLocationFsxOntapRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
428
+ CreateLocationFsxOntapRequest.struct_class = Types::CreateLocationFsxOntapRequest
429
+
430
+ CreateLocationFsxOntapResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
431
+ CreateLocationFsxOntapResponse.struct_class = Types::CreateLocationFsxOntapResponse
432
+
433
+ CreateLocationFsxOpenZfsRequest.add_member(:fsx_filesystem_arn, Shapes::ShapeRef.new(shape: FsxFilesystemArn, required: true, location_name: "FsxFilesystemArn"))
434
+ CreateLocationFsxOpenZfsRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: FsxProtocol, required: true, location_name: "Protocol"))
435
+ CreateLocationFsxOpenZfsRequest.add_member(:security_group_arns, Shapes::ShapeRef.new(shape: Ec2SecurityGroupArnList, required: true, location_name: "SecurityGroupArns"))
436
+ CreateLocationFsxOpenZfsRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: FsxOpenZfsSubdirectory, location_name: "Subdirectory"))
437
+ CreateLocationFsxOpenZfsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
438
+ CreateLocationFsxOpenZfsRequest.struct_class = Types::CreateLocationFsxOpenZfsRequest
439
+
440
+ CreateLocationFsxOpenZfsResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
441
+ CreateLocationFsxOpenZfsResponse.struct_class = Types::CreateLocationFsxOpenZfsResponse
442
+
247
443
  CreateLocationFsxWindowsRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: FsxWindowsSubdirectory, location_name: "Subdirectory"))
248
444
  CreateLocationFsxWindowsRequest.add_member(:fsx_filesystem_arn, Shapes::ShapeRef.new(shape: FsxFilesystemArn, required: true, location_name: "FsxFilesystemArn"))
249
445
  CreateLocationFsxWindowsRequest.add_member(:security_group_arns, Shapes::ShapeRef.new(shape: Ec2SecurityGroupArnList, required: true, location_name: "SecurityGroupArns"))
@@ -293,6 +489,7 @@ module Aws::DataSync
293
489
  CreateLocationObjectStorageRequest.add_member(:secret_key, Shapes::ShapeRef.new(shape: ObjectStorageSecretKey, location_name: "SecretKey"))
294
490
  CreateLocationObjectStorageRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, required: true, location_name: "AgentArns"))
295
491
  CreateLocationObjectStorageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
492
+ CreateLocationObjectStorageRequest.add_member(:server_certificate, Shapes::ShapeRef.new(shape: ObjectStorageCertificate, location_name: "ServerCertificate"))
296
493
  CreateLocationObjectStorageRequest.struct_class = Types::CreateLocationObjectStorageRequest
297
494
 
298
495
  CreateLocationObjectStorageResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
@@ -331,11 +528,16 @@ module Aws::DataSync
331
528
  CreateTaskRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: TaskSchedule, location_name: "Schedule"))
332
529
  CreateTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
333
530
  CreateTaskRequest.add_member(:includes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Includes"))
531
+ CreateTaskRequest.add_member(:task_report_config, Shapes::ShapeRef.new(shape: TaskReportConfig, location_name: "TaskReportConfig"))
334
532
  CreateTaskRequest.struct_class = Types::CreateTaskRequest
335
533
 
336
534
  CreateTaskResponse.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, location_name: "TaskArn"))
337
535
  CreateTaskResponse.struct_class = Types::CreateTaskResponse
338
536
 
537
+ Credentials.add_member(:username, Shapes::ShapeRef.new(shape: PtolemyUsername, required: true, location_name: "Username"))
538
+ Credentials.add_member(:password, Shapes::ShapeRef.new(shape: PtolemyPassword, required: true, location_name: "Password"))
539
+ Credentials.struct_class = Types::Credentials
540
+
339
541
  DeleteAgentRequest.add_member(:agent_arn, Shapes::ShapeRef.new(shape: AgentArn, required: true, location_name: "AgentArn"))
340
542
  DeleteAgentRequest.struct_class = Types::DeleteAgentRequest
341
543
 
@@ -361,8 +563,32 @@ module Aws::DataSync
361
563
  DescribeAgentResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Time, location_name: "CreationTime"))
362
564
  DescribeAgentResponse.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: EndpointType, location_name: "EndpointType"))
363
565
  DescribeAgentResponse.add_member(:private_link_config, Shapes::ShapeRef.new(shape: PrivateLinkConfig, location_name: "PrivateLinkConfig"))
566
+ DescribeAgentResponse.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "Platform"))
364
567
  DescribeAgentResponse.struct_class = Types::DescribeAgentResponse
365
568
 
569
+ DescribeDiscoveryJobRequest.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, required: true, location_name: "DiscoveryJobArn"))
570
+ DescribeDiscoveryJobRequest.struct_class = Types::DescribeDiscoveryJobRequest
571
+
572
+ DescribeDiscoveryJobResponse.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, location_name: "StorageSystemArn"))
573
+ DescribeDiscoveryJobResponse.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, location_name: "DiscoveryJobArn"))
574
+ DescribeDiscoveryJobResponse.add_member(:collection_duration_minutes, Shapes::ShapeRef.new(shape: CollectionDurationMinutes, location_name: "CollectionDurationMinutes"))
575
+ DescribeDiscoveryJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: DiscoveryJobStatus, location_name: "Status"))
576
+ DescribeDiscoveryJobResponse.add_member(:job_start_time, Shapes::ShapeRef.new(shape: DiscoveryTime, location_name: "JobStartTime"))
577
+ DescribeDiscoveryJobResponse.add_member(:job_end_time, Shapes::ShapeRef.new(shape: DiscoveryTime, location_name: "JobEndTime"))
578
+ DescribeDiscoveryJobResponse.struct_class = Types::DescribeDiscoveryJobResponse
579
+
580
+ DescribeLocationAzureBlobRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
581
+ DescribeLocationAzureBlobRequest.struct_class = Types::DescribeLocationAzureBlobRequest
582
+
583
+ DescribeLocationAzureBlobResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
584
+ DescribeLocationAzureBlobResponse.add_member(:location_uri, Shapes::ShapeRef.new(shape: LocationUri, location_name: "LocationUri"))
585
+ DescribeLocationAzureBlobResponse.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AzureBlobAuthenticationType, location_name: "AuthenticationType"))
586
+ DescribeLocationAzureBlobResponse.add_member(:blob_type, Shapes::ShapeRef.new(shape: AzureBlobType, location_name: "BlobType"))
587
+ DescribeLocationAzureBlobResponse.add_member(:access_tier, Shapes::ShapeRef.new(shape: AzureAccessTier, location_name: "AccessTier"))
588
+ DescribeLocationAzureBlobResponse.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, location_name: "AgentArns"))
589
+ DescribeLocationAzureBlobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Time, location_name: "CreationTime"))
590
+ DescribeLocationAzureBlobResponse.struct_class = Types::DescribeLocationAzureBlobResponse
591
+
366
592
  DescribeLocationEfsRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
367
593
  DescribeLocationEfsRequest.struct_class = Types::DescribeLocationEfsRequest
368
594
 
@@ -370,8 +596,42 @@ module Aws::DataSync
370
596
  DescribeLocationEfsResponse.add_member(:location_uri, Shapes::ShapeRef.new(shape: LocationUri, location_name: "LocationUri"))
371
597
  DescribeLocationEfsResponse.add_member(:ec2_config, Shapes::ShapeRef.new(shape: Ec2Config, location_name: "Ec2Config"))
372
598
  DescribeLocationEfsResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Time, location_name: "CreationTime"))
599
+ DescribeLocationEfsResponse.add_member(:access_point_arn, Shapes::ShapeRef.new(shape: EfsAccessPointArn, location_name: "AccessPointArn"))
600
+ DescribeLocationEfsResponse.add_member(:file_system_access_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "FileSystemAccessRoleArn"))
601
+ DescribeLocationEfsResponse.add_member(:in_transit_encryption, Shapes::ShapeRef.new(shape: EfsInTransitEncryption, location_name: "InTransitEncryption"))
373
602
  DescribeLocationEfsResponse.struct_class = Types::DescribeLocationEfsResponse
374
603
 
604
+ DescribeLocationFsxLustreRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
605
+ DescribeLocationFsxLustreRequest.struct_class = Types::DescribeLocationFsxLustreRequest
606
+
607
+ DescribeLocationFsxLustreResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
608
+ DescribeLocationFsxLustreResponse.add_member(:location_uri, Shapes::ShapeRef.new(shape: LocationUri, location_name: "LocationUri"))
609
+ DescribeLocationFsxLustreResponse.add_member(:security_group_arns, Shapes::ShapeRef.new(shape: Ec2SecurityGroupArnList, location_name: "SecurityGroupArns"))
610
+ DescribeLocationFsxLustreResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Time, location_name: "CreationTime"))
611
+ DescribeLocationFsxLustreResponse.struct_class = Types::DescribeLocationFsxLustreResponse
612
+
613
+ DescribeLocationFsxOntapRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
614
+ DescribeLocationFsxOntapRequest.struct_class = Types::DescribeLocationFsxOntapRequest
615
+
616
+ DescribeLocationFsxOntapResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Time, location_name: "CreationTime"))
617
+ DescribeLocationFsxOntapResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
618
+ DescribeLocationFsxOntapResponse.add_member(:location_uri, Shapes::ShapeRef.new(shape: LocationUri, location_name: "LocationUri"))
619
+ DescribeLocationFsxOntapResponse.add_member(:protocol, Shapes::ShapeRef.new(shape: FsxProtocol, location_name: "Protocol"))
620
+ DescribeLocationFsxOntapResponse.add_member(:security_group_arns, Shapes::ShapeRef.new(shape: Ec2SecurityGroupArnList, location_name: "SecurityGroupArns"))
621
+ DescribeLocationFsxOntapResponse.add_member(:storage_virtual_machine_arn, Shapes::ShapeRef.new(shape: StorageVirtualMachineArn, location_name: "StorageVirtualMachineArn"))
622
+ DescribeLocationFsxOntapResponse.add_member(:fsx_filesystem_arn, Shapes::ShapeRef.new(shape: FsxFilesystemArn, location_name: "FsxFilesystemArn"))
623
+ DescribeLocationFsxOntapResponse.struct_class = Types::DescribeLocationFsxOntapResponse
624
+
625
+ DescribeLocationFsxOpenZfsRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
626
+ DescribeLocationFsxOpenZfsRequest.struct_class = Types::DescribeLocationFsxOpenZfsRequest
627
+
628
+ DescribeLocationFsxOpenZfsResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
629
+ DescribeLocationFsxOpenZfsResponse.add_member(:location_uri, Shapes::ShapeRef.new(shape: LocationUri, location_name: "LocationUri"))
630
+ DescribeLocationFsxOpenZfsResponse.add_member(:security_group_arns, Shapes::ShapeRef.new(shape: Ec2SecurityGroupArnList, location_name: "SecurityGroupArns"))
631
+ DescribeLocationFsxOpenZfsResponse.add_member(:protocol, Shapes::ShapeRef.new(shape: FsxProtocol, location_name: "Protocol"))
632
+ DescribeLocationFsxOpenZfsResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Time, location_name: "CreationTime"))
633
+ DescribeLocationFsxOpenZfsResponse.struct_class = Types::DescribeLocationFsxOpenZfsResponse
634
+
375
635
  DescribeLocationFsxWindowsRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
376
636
  DescribeLocationFsxWindowsRequest.struct_class = Types::DescribeLocationFsxWindowsRequest
377
637
 
@@ -420,6 +680,7 @@ module Aws::DataSync
420
680
  DescribeLocationObjectStorageResponse.add_member(:server_protocol, Shapes::ShapeRef.new(shape: ObjectStorageServerProtocol, location_name: "ServerProtocol"))
421
681
  DescribeLocationObjectStorageResponse.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, location_name: "AgentArns"))
422
682
  DescribeLocationObjectStorageResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Time, location_name: "CreationTime"))
683
+ DescribeLocationObjectStorageResponse.add_member(:server_certificate, Shapes::ShapeRef.new(shape: ObjectStorageCertificate, location_name: "ServerCertificate"))
423
684
  DescribeLocationObjectStorageResponse.struct_class = Types::DescribeLocationObjectStorageResponse
424
685
 
425
686
  DescribeLocationS3Request.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
@@ -445,6 +706,46 @@ module Aws::DataSync
445
706
  DescribeLocationSmbResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Time, location_name: "CreationTime"))
446
707
  DescribeLocationSmbResponse.struct_class = Types::DescribeLocationSmbResponse
447
708
 
709
+ DescribeStorageSystemRequest.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, required: true, location_name: "StorageSystemArn"))
710
+ DescribeStorageSystemRequest.struct_class = Types::DescribeStorageSystemRequest
711
+
712
+ DescribeStorageSystemResourceMetricsRequest.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, required: true, location_name: "DiscoveryJobArn"))
713
+ DescribeStorageSystemResourceMetricsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: DiscoveryResourceType, required: true, location_name: "ResourceType"))
714
+ DescribeStorageSystemResourceMetricsRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
715
+ DescribeStorageSystemResourceMetricsRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: DiscoveryTime, location_name: "StartTime"))
716
+ DescribeStorageSystemResourceMetricsRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: DiscoveryTime, location_name: "EndTime"))
717
+ DescribeStorageSystemResourceMetricsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DiscoveryMaxResults, location_name: "MaxResults"))
718
+ DescribeStorageSystemResourceMetricsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
719
+ DescribeStorageSystemResourceMetricsRequest.struct_class = Types::DescribeStorageSystemResourceMetricsRequest
720
+
721
+ DescribeStorageSystemResourceMetricsResponse.add_member(:metrics, Shapes::ShapeRef.new(shape: Metrics, location_name: "Metrics"))
722
+ DescribeStorageSystemResourceMetricsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
723
+ DescribeStorageSystemResourceMetricsResponse.struct_class = Types::DescribeStorageSystemResourceMetricsResponse
724
+
725
+ DescribeStorageSystemResourcesRequest.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, required: true, location_name: "DiscoveryJobArn"))
726
+ DescribeStorageSystemResourcesRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: DiscoveryResourceType, required: true, location_name: "ResourceType"))
727
+ DescribeStorageSystemResourcesRequest.add_member(:resource_ids, Shapes::ShapeRef.new(shape: ResourceIds, location_name: "ResourceIds"))
728
+ DescribeStorageSystemResourcesRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ResourceFilters, location_name: "Filter"))
729
+ DescribeStorageSystemResourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DiscoveryMaxResults, location_name: "MaxResults"))
730
+ DescribeStorageSystemResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
731
+ DescribeStorageSystemResourcesRequest.struct_class = Types::DescribeStorageSystemResourcesRequest
732
+
733
+ DescribeStorageSystemResourcesResponse.add_member(:resource_details, Shapes::ShapeRef.new(shape: ResourceDetails, location_name: "ResourceDetails"))
734
+ DescribeStorageSystemResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
735
+ DescribeStorageSystemResourcesResponse.struct_class = Types::DescribeStorageSystemResourcesResponse
736
+
737
+ DescribeStorageSystemResponse.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, location_name: "StorageSystemArn"))
738
+ DescribeStorageSystemResponse.add_member(:server_configuration, Shapes::ShapeRef.new(shape: DiscoveryServerConfiguration, location_name: "ServerConfiguration"))
739
+ DescribeStorageSystemResponse.add_member(:system_type, Shapes::ShapeRef.new(shape: DiscoverySystemType, location_name: "SystemType"))
740
+ DescribeStorageSystemResponse.add_member(:agent_arns, Shapes::ShapeRef.new(shape: DiscoveryAgentArnList, location_name: "AgentArns"))
741
+ DescribeStorageSystemResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
742
+ DescribeStorageSystemResponse.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
743
+ DescribeStorageSystemResponse.add_member(:connectivity_status, Shapes::ShapeRef.new(shape: StorageSystemConnectivityStatus, location_name: "ConnectivityStatus"))
744
+ DescribeStorageSystemResponse.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: LogGroupArn, location_name: "CloudWatchLogGroupArn"))
745
+ DescribeStorageSystemResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
746
+ DescribeStorageSystemResponse.add_member(:secrets_manager_arn, Shapes::ShapeRef.new(shape: SecretsManagerArn, location_name: "SecretsManagerArn"))
747
+ DescribeStorageSystemResponse.struct_class = Types::DescribeStorageSystemResponse
748
+
448
749
  DescribeTaskExecutionRequest.add_member(:task_execution_arn, Shapes::ShapeRef.new(shape: TaskExecutionArn, required: true, location_name: "TaskExecutionArn"))
449
750
  DescribeTaskExecutionRequest.struct_class = Types::DescribeTaskExecutionRequest
450
751
 
@@ -460,6 +761,13 @@ module Aws::DataSync
460
761
  DescribeTaskExecutionResponse.add_member(:bytes_written, Shapes::ShapeRef.new(shape: long, location_name: "BytesWritten"))
461
762
  DescribeTaskExecutionResponse.add_member(:bytes_transferred, Shapes::ShapeRef.new(shape: long, location_name: "BytesTransferred"))
462
763
  DescribeTaskExecutionResponse.add_member(:result, Shapes::ShapeRef.new(shape: TaskExecutionResultDetail, location_name: "Result"))
764
+ DescribeTaskExecutionResponse.add_member(:bytes_compressed, Shapes::ShapeRef.new(shape: long, location_name: "BytesCompressed"))
765
+ DescribeTaskExecutionResponse.add_member(:task_report_config, Shapes::ShapeRef.new(shape: TaskReportConfig, location_name: "TaskReportConfig"))
766
+ DescribeTaskExecutionResponse.add_member(:files_deleted, Shapes::ShapeRef.new(shape: long, location_name: "FilesDeleted"))
767
+ DescribeTaskExecutionResponse.add_member(:files_skipped, Shapes::ShapeRef.new(shape: long, location_name: "FilesSkipped"))
768
+ DescribeTaskExecutionResponse.add_member(:files_verified, Shapes::ShapeRef.new(shape: long, location_name: "FilesVerified"))
769
+ DescribeTaskExecutionResponse.add_member(:report_result, Shapes::ShapeRef.new(shape: ReportResult, location_name: "ReportResult"))
770
+ DescribeTaskExecutionResponse.add_member(:estimated_files_to_delete, Shapes::ShapeRef.new(shape: long, location_name: "EstimatedFilesToDelete"))
463
771
  DescribeTaskExecutionResponse.struct_class = Types::DescribeTaskExecutionResponse
464
772
 
465
773
  DescribeTaskRequest.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, required: true, location_name: "TaskArn"))
@@ -481,30 +789,73 @@ module Aws::DataSync
481
789
  DescribeTaskResponse.add_member(:error_detail, Shapes::ShapeRef.new(shape: string, location_name: "ErrorDetail"))
482
790
  DescribeTaskResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Time, location_name: "CreationTime"))
483
791
  DescribeTaskResponse.add_member(:includes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Includes"))
792
+ DescribeTaskResponse.add_member(:task_report_config, Shapes::ShapeRef.new(shape: TaskReportConfig, location_name: "TaskReportConfig"))
484
793
  DescribeTaskResponse.struct_class = Types::DescribeTaskResponse
485
794
 
486
795
  DestinationNetworkInterfaceArns.member = Shapes::ShapeRef.new(shape: NetworkInterfaceArn)
487
796
 
797
+ DiscoveryAgentArnList.member = Shapes::ShapeRef.new(shape: AgentArn)
798
+
799
+ DiscoveryJobList.member = Shapes::ShapeRef.new(shape: DiscoveryJobListEntry)
800
+
801
+ DiscoveryJobListEntry.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, location_name: "DiscoveryJobArn"))
802
+ DiscoveryJobListEntry.add_member(:status, Shapes::ShapeRef.new(shape: DiscoveryJobStatus, location_name: "Status"))
803
+ DiscoveryJobListEntry.struct_class = Types::DiscoveryJobListEntry
804
+
805
+ DiscoveryServerConfiguration.add_member(:server_hostname, Shapes::ShapeRef.new(shape: DiscoveryServerHostname, required: true, location_name: "ServerHostname"))
806
+ DiscoveryServerConfiguration.add_member(:server_port, Shapes::ShapeRef.new(shape: DiscoveryServerPort, location_name: "ServerPort"))
807
+ DiscoveryServerConfiguration.struct_class = Types::DiscoveryServerConfiguration
808
+
488
809
  Ec2Config.add_member(:subnet_arn, Shapes::ShapeRef.new(shape: Ec2SubnetArn, required: true, location_name: "SubnetArn"))
489
810
  Ec2Config.add_member(:security_group_arns, Shapes::ShapeRef.new(shape: Ec2SecurityGroupArnList, required: true, location_name: "SecurityGroupArns"))
490
811
  Ec2Config.struct_class = Types::Ec2Config
491
812
 
492
813
  Ec2SecurityGroupArnList.member = Shapes::ShapeRef.new(shape: Ec2SecurityGroupArn)
493
814
 
815
+ EnabledProtocols.member = Shapes::ShapeRef.new(shape: PtolemyString)
816
+
494
817
  FilterList.member = Shapes::ShapeRef.new(shape: FilterRule)
495
818
 
819
+ FilterMembers.member = Shapes::ShapeRef.new(shape: PtolemyString)
820
+
496
821
  FilterRule.add_member(:filter_type, Shapes::ShapeRef.new(shape: FilterType, location_name: "FilterType"))
497
822
  FilterRule.add_member(:value, Shapes::ShapeRef.new(shape: FilterValue, location_name: "Value"))
498
823
  FilterRule.struct_class = Types::FilterRule
499
824
 
500
825
  FilterValues.member = Shapes::ShapeRef.new(shape: FilterAttributeValue)
501
826
 
827
+ FsxProtocol.add_member(:nfs, Shapes::ShapeRef.new(shape: FsxProtocolNfs, location_name: "NFS"))
828
+ FsxProtocol.add_member(:smb, Shapes::ShapeRef.new(shape: FsxProtocolSmb, location_name: "SMB"))
829
+ FsxProtocol.struct_class = Types::FsxProtocol
830
+
831
+ FsxProtocolNfs.add_member(:mount_options, Shapes::ShapeRef.new(shape: NfsMountOptions, location_name: "MountOptions"))
832
+ FsxProtocolNfs.struct_class = Types::FsxProtocolNfs
833
+
834
+ FsxProtocolSmb.add_member(:domain, Shapes::ShapeRef.new(shape: SmbDomain, location_name: "Domain"))
835
+ FsxProtocolSmb.add_member(:mount_options, Shapes::ShapeRef.new(shape: SmbMountOptions, location_name: "MountOptions"))
836
+ FsxProtocolSmb.add_member(:password, Shapes::ShapeRef.new(shape: SmbPassword, required: true, location_name: "Password"))
837
+ FsxProtocolSmb.add_member(:user, Shapes::ShapeRef.new(shape: SmbUser, required: true, location_name: "User"))
838
+ FsxProtocolSmb.struct_class = Types::FsxProtocolSmb
839
+
840
+ GenerateRecommendationsRequest.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, required: true, location_name: "DiscoveryJobArn"))
841
+ GenerateRecommendationsRequest.add_member(:resource_ids, Shapes::ShapeRef.new(shape: ResourceIds, required: true, location_name: "ResourceIds"))
842
+ GenerateRecommendationsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: DiscoveryResourceType, required: true, location_name: "ResourceType"))
843
+ GenerateRecommendationsRequest.struct_class = Types::GenerateRecommendationsRequest
844
+
845
+ GenerateRecommendationsResponse.struct_class = Types::GenerateRecommendationsResponse
846
+
502
847
  HdfsNameNode.add_member(:hostname, Shapes::ShapeRef.new(shape: HdfsServerHostname, required: true, location_name: "Hostname"))
503
848
  HdfsNameNode.add_member(:port, Shapes::ShapeRef.new(shape: HdfsServerPort, required: true, location_name: "Port"))
504
849
  HdfsNameNode.struct_class = Types::HdfsNameNode
505
850
 
506
851
  HdfsNameNodeList.member = Shapes::ShapeRef.new(shape: HdfsNameNode)
507
852
 
853
+ IOPS.add_member(:read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Read"))
854
+ IOPS.add_member(:write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Write"))
855
+ IOPS.add_member(:other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Other"))
856
+ IOPS.add_member(:total, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Total"))
857
+ IOPS.struct_class = Types::IOPS
858
+
508
859
  InputTagList.member = Shapes::ShapeRef.new(shape: TagListEntry)
509
860
 
510
861
  InternalException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
@@ -513,8 +864,14 @@ module Aws::DataSync
513
864
 
514
865
  InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
515
866
  InvalidRequestException.add_member(:error_code, Shapes::ShapeRef.new(shape: string, location_name: "errorCode"))
867
+ InvalidRequestException.add_member(:datasync_error_code, Shapes::ShapeRef.new(shape: string, location_name: "datasyncErrorCode"))
516
868
  InvalidRequestException.struct_class = Types::InvalidRequestException
517
869
 
870
+ Latency.add_member(:read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Read"))
871
+ Latency.add_member(:write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Write"))
872
+ Latency.add_member(:other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Other"))
873
+ Latency.struct_class = Types::Latency
874
+
518
875
  ListAgentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
519
876
  ListAgentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
520
877
  ListAgentsRequest.struct_class = Types::ListAgentsRequest
@@ -523,6 +880,15 @@ module Aws::DataSync
523
880
  ListAgentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
524
881
  ListAgentsResponse.struct_class = Types::ListAgentsResponse
525
882
 
883
+ ListDiscoveryJobsRequest.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, location_name: "StorageSystemArn"))
884
+ ListDiscoveryJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DiscoveryMaxResults, location_name: "MaxResults"))
885
+ ListDiscoveryJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
886
+ ListDiscoveryJobsRequest.struct_class = Types::ListDiscoveryJobsRequest
887
+
888
+ ListDiscoveryJobsResponse.add_member(:discovery_jobs, Shapes::ShapeRef.new(shape: DiscoveryJobList, location_name: "DiscoveryJobs"))
889
+ ListDiscoveryJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
890
+ ListDiscoveryJobsResponse.struct_class = Types::ListDiscoveryJobsResponse
891
+
526
892
  ListLocationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
527
893
  ListLocationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
528
894
  ListLocationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: LocationFilters, location_name: "Filters"))
@@ -532,6 +898,14 @@ module Aws::DataSync
532
898
  ListLocationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
533
899
  ListLocationsResponse.struct_class = Types::ListLocationsResponse
534
900
 
901
+ ListStorageSystemsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DiscoveryMaxResults, location_name: "MaxResults"))
902
+ ListStorageSystemsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
903
+ ListStorageSystemsRequest.struct_class = Types::ListStorageSystemsRequest
904
+
905
+ ListStorageSystemsResponse.add_member(:storage_systems, Shapes::ShapeRef.new(shape: StorageSystemList, location_name: "StorageSystems"))
906
+ ListStorageSystemsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
907
+ ListStorageSystemsResponse.struct_class = Types::ListStorageSystemsResponse
908
+
535
909
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "ResourceArn"))
536
910
  ListTagsForResourceRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
537
911
  ListTagsForResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -572,6 +946,74 @@ module Aws::DataSync
572
946
  LocationListEntry.add_member(:location_uri, Shapes::ShapeRef.new(shape: LocationUri, location_name: "LocationUri"))
573
947
  LocationListEntry.struct_class = Types::LocationListEntry
574
948
 
949
+ MaxP95Performance.add_member(:iops_read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "IopsRead"))
950
+ MaxP95Performance.add_member(:iops_write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "IopsWrite"))
951
+ MaxP95Performance.add_member(:iops_other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "IopsOther"))
952
+ MaxP95Performance.add_member(:iops_total, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "IopsTotal"))
953
+ MaxP95Performance.add_member(:throughput_read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "ThroughputRead"))
954
+ MaxP95Performance.add_member(:throughput_write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "ThroughputWrite"))
955
+ MaxP95Performance.add_member(:throughput_other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "ThroughputOther"))
956
+ MaxP95Performance.add_member(:throughput_total, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "ThroughputTotal"))
957
+ MaxP95Performance.add_member(:latency_read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "LatencyRead"))
958
+ MaxP95Performance.add_member(:latency_write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "LatencyWrite"))
959
+ MaxP95Performance.add_member(:latency_other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "LatencyOther"))
960
+ MaxP95Performance.struct_class = Types::MaxP95Performance
961
+
962
+ Metrics.member = Shapes::ShapeRef.new(shape: ResourceMetrics)
963
+
964
+ NetAppONTAPCluster.add_member(:cifs_share_count, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "CifsShareCount"))
965
+ NetAppONTAPCluster.add_member(:nfs_exported_volumes, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "NfsExportedVolumes"))
966
+ NetAppONTAPCluster.add_member(:resource_id, Shapes::ShapeRef.new(shape: PtolemyUUID, location_name: "ResourceId"))
967
+ NetAppONTAPCluster.add_member(:cluster_name, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "ClusterName"))
968
+ NetAppONTAPCluster.add_member(:max_p95_performance, Shapes::ShapeRef.new(shape: MaxP95Performance, location_name: "MaxP95Performance"))
969
+ NetAppONTAPCluster.add_member(:cluster_block_storage_size, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "ClusterBlockStorageSize"))
970
+ NetAppONTAPCluster.add_member(:cluster_block_storage_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "ClusterBlockStorageUsed"))
971
+ NetAppONTAPCluster.add_member(:cluster_block_storage_logical_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "ClusterBlockStorageLogicalUsed"))
972
+ NetAppONTAPCluster.add_member(:recommendations, Shapes::ShapeRef.new(shape: Recommendations, location_name: "Recommendations"))
973
+ NetAppONTAPCluster.add_member(:recommendation_status, Shapes::ShapeRef.new(shape: RecommendationStatus, location_name: "RecommendationStatus"))
974
+ NetAppONTAPCluster.add_member(:lun_count, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "LunCount"))
975
+ NetAppONTAPCluster.add_member(:cluster_cloud_storage_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "ClusterCloudStorageUsed"))
976
+ NetAppONTAPCluster.struct_class = Types::NetAppONTAPCluster
977
+
978
+ NetAppONTAPClusters.member = Shapes::ShapeRef.new(shape: NetAppONTAPCluster)
979
+
980
+ NetAppONTAPSVM.add_member(:cluster_uuid, Shapes::ShapeRef.new(shape: PtolemyUUID, location_name: "ClusterUuid"))
981
+ NetAppONTAPSVM.add_member(:resource_id, Shapes::ShapeRef.new(shape: PtolemyUUID, location_name: "ResourceId"))
982
+ NetAppONTAPSVM.add_member(:svm_name, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "SvmName"))
983
+ NetAppONTAPSVM.add_member(:cifs_share_count, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "CifsShareCount"))
984
+ NetAppONTAPSVM.add_member(:enabled_protocols, Shapes::ShapeRef.new(shape: EnabledProtocols, location_name: "EnabledProtocols"))
985
+ NetAppONTAPSVM.add_member(:total_capacity_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "TotalCapacityUsed"))
986
+ NetAppONTAPSVM.add_member(:total_capacity_provisioned, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "TotalCapacityProvisioned"))
987
+ NetAppONTAPSVM.add_member(:total_logical_capacity_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "TotalLogicalCapacityUsed"))
988
+ NetAppONTAPSVM.add_member(:max_p95_performance, Shapes::ShapeRef.new(shape: MaxP95Performance, location_name: "MaxP95Performance"))
989
+ NetAppONTAPSVM.add_member(:recommendations, Shapes::ShapeRef.new(shape: Recommendations, location_name: "Recommendations"))
990
+ NetAppONTAPSVM.add_member(:nfs_exported_volumes, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "NfsExportedVolumes"))
991
+ NetAppONTAPSVM.add_member(:recommendation_status, Shapes::ShapeRef.new(shape: RecommendationStatus, location_name: "RecommendationStatus"))
992
+ NetAppONTAPSVM.add_member(:total_snapshot_capacity_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "TotalSnapshotCapacityUsed"))
993
+ NetAppONTAPSVM.add_member(:lun_count, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "LunCount"))
994
+ NetAppONTAPSVM.struct_class = Types::NetAppONTAPSVM
995
+
996
+ NetAppONTAPSVMs.member = Shapes::ShapeRef.new(shape: NetAppONTAPSVM)
997
+
998
+ NetAppONTAPVolume.add_member(:volume_name, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "VolumeName"))
999
+ NetAppONTAPVolume.add_member(:resource_id, Shapes::ShapeRef.new(shape: PtolemyUUID, location_name: "ResourceId"))
1000
+ NetAppONTAPVolume.add_member(:cifs_share_count, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "CifsShareCount"))
1001
+ NetAppONTAPVolume.add_member(:security_style, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "SecurityStyle"))
1002
+ NetAppONTAPVolume.add_member(:svm_uuid, Shapes::ShapeRef.new(shape: PtolemyUUID, location_name: "SvmUuid"))
1003
+ NetAppONTAPVolume.add_member(:svm_name, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "SvmName"))
1004
+ NetAppONTAPVolume.add_member(:capacity_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "CapacityUsed"))
1005
+ NetAppONTAPVolume.add_member(:capacity_provisioned, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "CapacityProvisioned"))
1006
+ NetAppONTAPVolume.add_member(:logical_capacity_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "LogicalCapacityUsed"))
1007
+ NetAppONTAPVolume.add_member(:nfs_exported, Shapes::ShapeRef.new(shape: PtolemyBoolean, location_name: "NfsExported"))
1008
+ NetAppONTAPVolume.add_member(:snapshot_capacity_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "SnapshotCapacityUsed"))
1009
+ NetAppONTAPVolume.add_member(:max_p95_performance, Shapes::ShapeRef.new(shape: MaxP95Performance, location_name: "MaxP95Performance"))
1010
+ NetAppONTAPVolume.add_member(:recommendations, Shapes::ShapeRef.new(shape: Recommendations, location_name: "Recommendations"))
1011
+ NetAppONTAPVolume.add_member(:recommendation_status, Shapes::ShapeRef.new(shape: RecommendationStatus, location_name: "RecommendationStatus"))
1012
+ NetAppONTAPVolume.add_member(:lun_count, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "LunCount"))
1013
+ NetAppONTAPVolume.struct_class = Types::NetAppONTAPVolume
1014
+
1015
+ NetAppONTAPVolumes.member = Shapes::ShapeRef.new(shape: NetAppONTAPVolume)
1016
+
575
1017
  NfsMountOptions.add_member(:version, Shapes::ShapeRef.new(shape: NfsVersion, location_name: "Version"))
576
1018
  NfsMountOptions.struct_class = Types::NfsMountOptions
577
1019
 
@@ -592,14 +1034,23 @@ module Aws::DataSync
592
1034
  Options.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "LogLevel"))
593
1035
  Options.add_member(:transfer_mode, Shapes::ShapeRef.new(shape: TransferMode, location_name: "TransferMode"))
594
1036
  Options.add_member(:security_descriptor_copy_flags, Shapes::ShapeRef.new(shape: SmbSecurityDescriptorCopyFlags, location_name: "SecurityDescriptorCopyFlags"))
1037
+ Options.add_member(:object_tags, Shapes::ShapeRef.new(shape: ObjectTags, location_name: "ObjectTags"))
595
1038
  Options.struct_class = Types::Options
596
1039
 
597
1040
  OutputTagList.member = Shapes::ShapeRef.new(shape: TagListEntry)
598
1041
 
1042
+ P95Metrics.add_member(:iops, Shapes::ShapeRef.new(shape: IOPS, location_name: "IOPS"))
1043
+ P95Metrics.add_member(:throughput, Shapes::ShapeRef.new(shape: Throughput, location_name: "Throughput"))
1044
+ P95Metrics.add_member(:latency, Shapes::ShapeRef.new(shape: Latency, location_name: "Latency"))
1045
+ P95Metrics.struct_class = Types::P95Metrics
1046
+
599
1047
  PLSecurityGroupArnList.member = Shapes::ShapeRef.new(shape: Ec2SecurityGroupArn)
600
1048
 
601
1049
  PLSubnetArnList.member = Shapes::ShapeRef.new(shape: Ec2SubnetArn)
602
1050
 
1051
+ Platform.add_member(:version, Shapes::ShapeRef.new(shape: AgentVersion, location_name: "Version"))
1052
+ Platform.struct_class = Types::Platform
1053
+
603
1054
  PrivateLinkConfig.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "VpcEndpointId"))
604
1055
  PrivateLinkConfig.add_member(:private_link_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "PrivateLinkEndpoint"))
605
1056
  PrivateLinkConfig.add_member(:subnet_arns, Shapes::ShapeRef.new(shape: PLSubnetArnList, location_name: "SubnetArns"))
@@ -610,6 +1061,60 @@ module Aws::DataSync
610
1061
  QopConfiguration.add_member(:data_transfer_protection, Shapes::ShapeRef.new(shape: HdfsDataTransferProtection, location_name: "DataTransferProtection"))
611
1062
  QopConfiguration.struct_class = Types::QopConfiguration
612
1063
 
1064
+ Recommendation.add_member(:storage_type, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "StorageType"))
1065
+ Recommendation.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: RecommendationsConfigMap, location_name: "StorageConfiguration"))
1066
+ Recommendation.add_member(:estimated_monthly_storage_cost, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "EstimatedMonthlyStorageCost"))
1067
+ Recommendation.struct_class = Types::Recommendation
1068
+
1069
+ Recommendations.member = Shapes::ShapeRef.new(shape: Recommendation)
1070
+
1071
+ RecommendationsConfigMap.key = Shapes::ShapeRef.new(shape: PtolemyString)
1072
+ RecommendationsConfigMap.value = Shapes::ShapeRef.new(shape: PtolemyString)
1073
+
1074
+ RemoveStorageSystemRequest.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, required: true, location_name: "StorageSystemArn"))
1075
+ RemoveStorageSystemRequest.struct_class = Types::RemoveStorageSystemRequest
1076
+
1077
+ RemoveStorageSystemResponse.struct_class = Types::RemoveStorageSystemResponse
1078
+
1079
+ ReportDestination.add_member(:s3, Shapes::ShapeRef.new(shape: ReportDestinationS3, location_name: "S3"))
1080
+ ReportDestination.struct_class = Types::ReportDestination
1081
+
1082
+ ReportDestinationS3.add_member(:subdirectory, Shapes::ShapeRef.new(shape: S3Subdirectory, location_name: "Subdirectory"))
1083
+ ReportDestinationS3.add_member(:s3_bucket_arn, Shapes::ShapeRef.new(shape: S3BucketArn, required: true, location_name: "S3BucketArn"))
1084
+ ReportDestinationS3.add_member(:bucket_access_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "BucketAccessRoleArn"))
1085
+ ReportDestinationS3.struct_class = Types::ReportDestinationS3
1086
+
1087
+ ReportOverride.add_member(:report_level, Shapes::ShapeRef.new(shape: ReportLevel, location_name: "ReportLevel"))
1088
+ ReportOverride.struct_class = Types::ReportOverride
1089
+
1090
+ ReportOverrides.add_member(:transferred, Shapes::ShapeRef.new(shape: ReportOverride, location_name: "Transferred"))
1091
+ ReportOverrides.add_member(:verified, Shapes::ShapeRef.new(shape: ReportOverride, location_name: "Verified"))
1092
+ ReportOverrides.add_member(:deleted, Shapes::ShapeRef.new(shape: ReportOverride, location_name: "Deleted"))
1093
+ ReportOverrides.add_member(:skipped, Shapes::ShapeRef.new(shape: ReportOverride, location_name: "Skipped"))
1094
+ ReportOverrides.struct_class = Types::ReportOverrides
1095
+
1096
+ ReportResult.add_member(:status, Shapes::ShapeRef.new(shape: PhaseStatus, location_name: "Status"))
1097
+ ReportResult.add_member(:error_code, Shapes::ShapeRef.new(shape: string, location_name: "ErrorCode"))
1098
+ ReportResult.add_member(:error_detail, Shapes::ShapeRef.new(shape: string, location_name: "ErrorDetail"))
1099
+ ReportResult.struct_class = Types::ReportResult
1100
+
1101
+ ResourceDetails.add_member(:net_app_ontapsv_ms, Shapes::ShapeRef.new(shape: NetAppONTAPSVMs, location_name: "NetAppONTAPSVMs"))
1102
+ ResourceDetails.add_member(:net_app_ontap_volumes, Shapes::ShapeRef.new(shape: NetAppONTAPVolumes, location_name: "NetAppONTAPVolumes"))
1103
+ ResourceDetails.add_member(:net_app_ontap_clusters, Shapes::ShapeRef.new(shape: NetAppONTAPClusters, location_name: "NetAppONTAPClusters"))
1104
+ ResourceDetails.struct_class = Types::ResourceDetails
1105
+
1106
+ ResourceFilters.key = Shapes::ShapeRef.new(shape: DiscoveryResourceFilter)
1107
+ ResourceFilters.value = Shapes::ShapeRef.new(shape: FilterMembers)
1108
+
1109
+ ResourceIds.member = Shapes::ShapeRef.new(shape: ResourceId)
1110
+
1111
+ ResourceMetrics.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
1112
+ ResourceMetrics.add_member(:p95_metrics, Shapes::ShapeRef.new(shape: P95Metrics, location_name: "P95Metrics"))
1113
+ ResourceMetrics.add_member(:capacity, Shapes::ShapeRef.new(shape: Capacity, location_name: "Capacity"))
1114
+ ResourceMetrics.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
1115
+ ResourceMetrics.add_member(:resource_type, Shapes::ShapeRef.new(shape: DiscoveryResourceType, location_name: "ResourceType"))
1116
+ ResourceMetrics.struct_class = Types::ResourceMetrics
1117
+
613
1118
  S3Config.add_member(:bucket_access_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "BucketAccessRoleArn"))
614
1119
  S3Config.struct_class = Types::S3Config
615
1120
 
@@ -618,15 +1123,37 @@ module Aws::DataSync
618
1123
 
619
1124
  SourceNetworkInterfaceArns.member = Shapes::ShapeRef.new(shape: NetworkInterfaceArn)
620
1125
 
1126
+ StartDiscoveryJobRequest.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, required: true, location_name: "StorageSystemArn"))
1127
+ StartDiscoveryJobRequest.add_member(:collection_duration_minutes, Shapes::ShapeRef.new(shape: CollectionDurationMinutes, required: true, location_name: "CollectionDurationMinutes"))
1128
+ StartDiscoveryJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: PtolemyUUID, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
1129
+ StartDiscoveryJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
1130
+ StartDiscoveryJobRequest.struct_class = Types::StartDiscoveryJobRequest
1131
+
1132
+ StartDiscoveryJobResponse.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, location_name: "DiscoveryJobArn"))
1133
+ StartDiscoveryJobResponse.struct_class = Types::StartDiscoveryJobResponse
1134
+
621
1135
  StartTaskExecutionRequest.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, required: true, location_name: "TaskArn"))
622
1136
  StartTaskExecutionRequest.add_member(:override_options, Shapes::ShapeRef.new(shape: Options, location_name: "OverrideOptions"))
623
1137
  StartTaskExecutionRequest.add_member(:includes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Includes"))
624
1138
  StartTaskExecutionRequest.add_member(:excludes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Excludes"))
1139
+ StartTaskExecutionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
1140
+ StartTaskExecutionRequest.add_member(:task_report_config, Shapes::ShapeRef.new(shape: TaskReportConfig, location_name: "TaskReportConfig"))
625
1141
  StartTaskExecutionRequest.struct_class = Types::StartTaskExecutionRequest
626
1142
 
627
1143
  StartTaskExecutionResponse.add_member(:task_execution_arn, Shapes::ShapeRef.new(shape: TaskExecutionArn, location_name: "TaskExecutionArn"))
628
1144
  StartTaskExecutionResponse.struct_class = Types::StartTaskExecutionResponse
629
1145
 
1146
+ StopDiscoveryJobRequest.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, required: true, location_name: "DiscoveryJobArn"))
1147
+ StopDiscoveryJobRequest.struct_class = Types::StopDiscoveryJobRequest
1148
+
1149
+ StopDiscoveryJobResponse.struct_class = Types::StopDiscoveryJobResponse
1150
+
1151
+ StorageSystemList.member = Shapes::ShapeRef.new(shape: StorageSystemListEntry)
1152
+
1153
+ StorageSystemListEntry.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, location_name: "StorageSystemArn"))
1154
+ StorageSystemListEntry.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
1155
+ StorageSystemListEntry.struct_class = Types::StorageSystemListEntry
1156
+
630
1157
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
631
1158
 
632
1159
  TagListEntry.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
@@ -670,9 +1197,22 @@ module Aws::DataSync
670
1197
  TaskListEntry.add_member(:name, Shapes::ShapeRef.new(shape: TagValue, location_name: "Name"))
671
1198
  TaskListEntry.struct_class = Types::TaskListEntry
672
1199
 
1200
+ TaskReportConfig.add_member(:destination, Shapes::ShapeRef.new(shape: ReportDestination, location_name: "Destination"))
1201
+ TaskReportConfig.add_member(:output_type, Shapes::ShapeRef.new(shape: ReportOutputType, location_name: "OutputType"))
1202
+ TaskReportConfig.add_member(:report_level, Shapes::ShapeRef.new(shape: ReportLevel, location_name: "ReportLevel"))
1203
+ TaskReportConfig.add_member(:object_version_ids, Shapes::ShapeRef.new(shape: ObjectVersionIds, location_name: "ObjectVersionIds"))
1204
+ TaskReportConfig.add_member(:overrides, Shapes::ShapeRef.new(shape: ReportOverrides, location_name: "Overrides"))
1205
+ TaskReportConfig.struct_class = Types::TaskReportConfig
1206
+
673
1207
  TaskSchedule.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpressionCron, required: true, location_name: "ScheduleExpression"))
674
1208
  TaskSchedule.struct_class = Types::TaskSchedule
675
1209
 
1210
+ Throughput.add_member(:read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Read"))
1211
+ Throughput.add_member(:write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Write"))
1212
+ Throughput.add_member(:other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Other"))
1213
+ Throughput.add_member(:total, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Total"))
1214
+ Throughput.struct_class = Types::Throughput
1215
+
676
1216
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "ResourceArn"))
677
1217
  UntagResourceRequest.add_member(:keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "Keys"))
678
1218
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -685,6 +1225,23 @@ module Aws::DataSync
685
1225
 
686
1226
  UpdateAgentResponse.struct_class = Types::UpdateAgentResponse
687
1227
 
1228
+ UpdateDiscoveryJobRequest.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, required: true, location_name: "DiscoveryJobArn"))
1229
+ UpdateDiscoveryJobRequest.add_member(:collection_duration_minutes, Shapes::ShapeRef.new(shape: CollectionDurationMinutes, required: true, location_name: "CollectionDurationMinutes"))
1230
+ UpdateDiscoveryJobRequest.struct_class = Types::UpdateDiscoveryJobRequest
1231
+
1232
+ UpdateDiscoveryJobResponse.struct_class = Types::UpdateDiscoveryJobResponse
1233
+
1234
+ UpdateLocationAzureBlobRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
1235
+ UpdateLocationAzureBlobRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: AzureBlobSubdirectory, location_name: "Subdirectory"))
1236
+ UpdateLocationAzureBlobRequest.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AzureBlobAuthenticationType, location_name: "AuthenticationType"))
1237
+ UpdateLocationAzureBlobRequest.add_member(:sas_configuration, Shapes::ShapeRef.new(shape: AzureBlobSasConfiguration, location_name: "SasConfiguration"))
1238
+ UpdateLocationAzureBlobRequest.add_member(:blob_type, Shapes::ShapeRef.new(shape: AzureBlobType, location_name: "BlobType"))
1239
+ UpdateLocationAzureBlobRequest.add_member(:access_tier, Shapes::ShapeRef.new(shape: AzureAccessTier, location_name: "AccessTier"))
1240
+ UpdateLocationAzureBlobRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, location_name: "AgentArns"))
1241
+ UpdateLocationAzureBlobRequest.struct_class = Types::UpdateLocationAzureBlobRequest
1242
+
1243
+ UpdateLocationAzureBlobResponse.struct_class = Types::UpdateLocationAzureBlobResponse
1244
+
688
1245
  UpdateLocationHdfsRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
689
1246
  UpdateLocationHdfsRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: HdfsSubdirectory, location_name: "Subdirectory"))
690
1247
  UpdateLocationHdfsRequest.add_member(:name_nodes, Shapes::ShapeRef.new(shape: HdfsNameNodeList, location_name: "NameNodes"))
@@ -717,6 +1274,7 @@ module Aws::DataSync
717
1274
  UpdateLocationObjectStorageRequest.add_member(:access_key, Shapes::ShapeRef.new(shape: ObjectStorageAccessKey, location_name: "AccessKey"))
718
1275
  UpdateLocationObjectStorageRequest.add_member(:secret_key, Shapes::ShapeRef.new(shape: ObjectStorageSecretKey, location_name: "SecretKey"))
719
1276
  UpdateLocationObjectStorageRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, location_name: "AgentArns"))
1277
+ UpdateLocationObjectStorageRequest.add_member(:server_certificate, Shapes::ShapeRef.new(shape: ObjectStorageCertificate, location_name: "ServerCertificate"))
720
1278
  UpdateLocationObjectStorageRequest.struct_class = Types::UpdateLocationObjectStorageRequest
721
1279
 
722
1280
  UpdateLocationObjectStorageResponse.struct_class = Types::UpdateLocationObjectStorageResponse
@@ -732,6 +1290,16 @@ module Aws::DataSync
732
1290
 
733
1291
  UpdateLocationSmbResponse.struct_class = Types::UpdateLocationSmbResponse
734
1292
 
1293
+ UpdateStorageSystemRequest.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, required: true, location_name: "StorageSystemArn"))
1294
+ UpdateStorageSystemRequest.add_member(:server_configuration, Shapes::ShapeRef.new(shape: DiscoveryServerConfiguration, location_name: "ServerConfiguration"))
1295
+ UpdateStorageSystemRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: DiscoveryAgentArnList, location_name: "AgentArns"))
1296
+ UpdateStorageSystemRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
1297
+ UpdateStorageSystemRequest.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: LogGroupArn, location_name: "CloudWatchLogGroupArn"))
1298
+ UpdateStorageSystemRequest.add_member(:credentials, Shapes::ShapeRef.new(shape: Credentials, location_name: "Credentials"))
1299
+ UpdateStorageSystemRequest.struct_class = Types::UpdateStorageSystemRequest
1300
+
1301
+ UpdateStorageSystemResponse.struct_class = Types::UpdateStorageSystemResponse
1302
+
735
1303
  UpdateTaskExecutionRequest.add_member(:task_execution_arn, Shapes::ShapeRef.new(shape: TaskExecutionArn, required: true, location_name: "TaskExecutionArn"))
736
1304
  UpdateTaskExecutionRequest.add_member(:options, Shapes::ShapeRef.new(shape: Options, required: true, location_name: "Options"))
737
1305
  UpdateTaskExecutionRequest.struct_class = Types::UpdateTaskExecutionRequest
@@ -745,6 +1313,7 @@ module Aws::DataSync
745
1313
  UpdateTaskRequest.add_member(:name, Shapes::ShapeRef.new(shape: TagValue, location_name: "Name"))
746
1314
  UpdateTaskRequest.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: LogGroupArn, location_name: "CloudWatchLogGroupArn"))
747
1315
  UpdateTaskRequest.add_member(:includes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Includes"))
1316
+ UpdateTaskRequest.add_member(:task_report_config, Shapes::ShapeRef.new(shape: TaskReportConfig, location_name: "TaskReportConfig"))
748
1317
  UpdateTaskRequest.struct_class = Types::UpdateTaskRequest
749
1318
 
750
1319
  UpdateTaskResponse.struct_class = Types::UpdateTaskResponse
@@ -769,6 +1338,19 @@ module Aws::DataSync
769
1338
  "uid" => "datasync-2018-11-09",
770
1339
  }
771
1340
 
1341
+ api.add_operation(:add_storage_system, Seahorse::Model::Operation.new.tap do |o|
1342
+ o.name = "AddStorageSystem"
1343
+ o.http_method = "POST"
1344
+ o.http_request_uri = "/"
1345
+ o.endpoint_pattern = {
1346
+ "hostPrefix" => "discovery-",
1347
+ }
1348
+ o.input = Shapes::ShapeRef.new(shape: AddStorageSystemRequest)
1349
+ o.output = Shapes::ShapeRef.new(shape: AddStorageSystemResponse)
1350
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1351
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1352
+ end)
1353
+
772
1354
  api.add_operation(:cancel_task_execution, Seahorse::Model::Operation.new.tap do |o|
773
1355
  o.name = "CancelTaskExecution"
774
1356
  o.http_method = "POST"
@@ -789,6 +1371,16 @@ module Aws::DataSync
789
1371
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
790
1372
  end)
791
1373
 
1374
+ api.add_operation(:create_location_azure_blob, Seahorse::Model::Operation.new.tap do |o|
1375
+ o.name = "CreateLocationAzureBlob"
1376
+ o.http_method = "POST"
1377
+ o.http_request_uri = "/"
1378
+ o.input = Shapes::ShapeRef.new(shape: CreateLocationAzureBlobRequest)
1379
+ o.output = Shapes::ShapeRef.new(shape: CreateLocationAzureBlobResponse)
1380
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1381
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1382
+ end)
1383
+
792
1384
  api.add_operation(:create_location_efs, Seahorse::Model::Operation.new.tap do |o|
793
1385
  o.name = "CreateLocationEfs"
794
1386
  o.http_method = "POST"
@@ -799,6 +1391,36 @@ module Aws::DataSync
799
1391
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
800
1392
  end)
801
1393
 
1394
+ api.add_operation(:create_location_fsx_lustre, Seahorse::Model::Operation.new.tap do |o|
1395
+ o.name = "CreateLocationFsxLustre"
1396
+ o.http_method = "POST"
1397
+ o.http_request_uri = "/"
1398
+ o.input = Shapes::ShapeRef.new(shape: CreateLocationFsxLustreRequest)
1399
+ o.output = Shapes::ShapeRef.new(shape: CreateLocationFsxLustreResponse)
1400
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1401
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1402
+ end)
1403
+
1404
+ api.add_operation(:create_location_fsx_ontap, Seahorse::Model::Operation.new.tap do |o|
1405
+ o.name = "CreateLocationFsxOntap"
1406
+ o.http_method = "POST"
1407
+ o.http_request_uri = "/"
1408
+ o.input = Shapes::ShapeRef.new(shape: CreateLocationFsxOntapRequest)
1409
+ o.output = Shapes::ShapeRef.new(shape: CreateLocationFsxOntapResponse)
1410
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1411
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1412
+ end)
1413
+
1414
+ api.add_operation(:create_location_fsx_open_zfs, Seahorse::Model::Operation.new.tap do |o|
1415
+ o.name = "CreateLocationFsxOpenZfs"
1416
+ o.http_method = "POST"
1417
+ o.http_request_uri = "/"
1418
+ o.input = Shapes::ShapeRef.new(shape: CreateLocationFsxOpenZfsRequest)
1419
+ o.output = Shapes::ShapeRef.new(shape: CreateLocationFsxOpenZfsResponse)
1420
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1421
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1422
+ end)
1423
+
802
1424
  api.add_operation(:create_location_fsx_windows, Seahorse::Model::Operation.new.tap do |o|
803
1425
  o.name = "CreateLocationFsxWindows"
804
1426
  o.http_method = "POST"
@@ -909,6 +1531,29 @@ module Aws::DataSync
909
1531
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
910
1532
  end)
911
1533
 
1534
+ api.add_operation(:describe_discovery_job, Seahorse::Model::Operation.new.tap do |o|
1535
+ o.name = "DescribeDiscoveryJob"
1536
+ o.http_method = "POST"
1537
+ o.http_request_uri = "/"
1538
+ o.endpoint_pattern = {
1539
+ "hostPrefix" => "discovery-",
1540
+ }
1541
+ o.input = Shapes::ShapeRef.new(shape: DescribeDiscoveryJobRequest)
1542
+ o.output = Shapes::ShapeRef.new(shape: DescribeDiscoveryJobResponse)
1543
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1544
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1545
+ end)
1546
+
1547
+ api.add_operation(:describe_location_azure_blob, Seahorse::Model::Operation.new.tap do |o|
1548
+ o.name = "DescribeLocationAzureBlob"
1549
+ o.http_method = "POST"
1550
+ o.http_request_uri = "/"
1551
+ o.input = Shapes::ShapeRef.new(shape: DescribeLocationAzureBlobRequest)
1552
+ o.output = Shapes::ShapeRef.new(shape: DescribeLocationAzureBlobResponse)
1553
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1554
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1555
+ end)
1556
+
912
1557
  api.add_operation(:describe_location_efs, Seahorse::Model::Operation.new.tap do |o|
913
1558
  o.name = "DescribeLocationEfs"
914
1559
  o.http_method = "POST"
@@ -919,6 +1564,36 @@ module Aws::DataSync
919
1564
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
920
1565
  end)
921
1566
 
1567
+ api.add_operation(:describe_location_fsx_lustre, Seahorse::Model::Operation.new.tap do |o|
1568
+ o.name = "DescribeLocationFsxLustre"
1569
+ o.http_method = "POST"
1570
+ o.http_request_uri = "/"
1571
+ o.input = Shapes::ShapeRef.new(shape: DescribeLocationFsxLustreRequest)
1572
+ o.output = Shapes::ShapeRef.new(shape: DescribeLocationFsxLustreResponse)
1573
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1574
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1575
+ end)
1576
+
1577
+ api.add_operation(:describe_location_fsx_ontap, Seahorse::Model::Operation.new.tap do |o|
1578
+ o.name = "DescribeLocationFsxOntap"
1579
+ o.http_method = "POST"
1580
+ o.http_request_uri = "/"
1581
+ o.input = Shapes::ShapeRef.new(shape: DescribeLocationFsxOntapRequest)
1582
+ o.output = Shapes::ShapeRef.new(shape: DescribeLocationFsxOntapResponse)
1583
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1584
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1585
+ end)
1586
+
1587
+ api.add_operation(:describe_location_fsx_open_zfs, Seahorse::Model::Operation.new.tap do |o|
1588
+ o.name = "DescribeLocationFsxOpenZfs"
1589
+ o.http_method = "POST"
1590
+ o.http_request_uri = "/"
1591
+ o.input = Shapes::ShapeRef.new(shape: DescribeLocationFsxOpenZfsRequest)
1592
+ o.output = Shapes::ShapeRef.new(shape: DescribeLocationFsxOpenZfsResponse)
1593
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1594
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1595
+ end)
1596
+
922
1597
  api.add_operation(:describe_location_fsx_windows, Seahorse::Model::Operation.new.tap do |o|
923
1598
  o.name = "DescribeLocationFsxWindows"
924
1599
  o.http_method = "POST"
@@ -979,6 +1654,57 @@ module Aws::DataSync
979
1654
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
980
1655
  end)
981
1656
 
1657
+ api.add_operation(:describe_storage_system, Seahorse::Model::Operation.new.tap do |o|
1658
+ o.name = "DescribeStorageSystem"
1659
+ o.http_method = "POST"
1660
+ o.http_request_uri = "/"
1661
+ o.endpoint_pattern = {
1662
+ "hostPrefix" => "discovery-",
1663
+ }
1664
+ o.input = Shapes::ShapeRef.new(shape: DescribeStorageSystemRequest)
1665
+ o.output = Shapes::ShapeRef.new(shape: DescribeStorageSystemResponse)
1666
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1667
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1668
+ end)
1669
+
1670
+ api.add_operation(:describe_storage_system_resource_metrics, Seahorse::Model::Operation.new.tap do |o|
1671
+ o.name = "DescribeStorageSystemResourceMetrics"
1672
+ o.http_method = "POST"
1673
+ o.http_request_uri = "/"
1674
+ o.endpoint_pattern = {
1675
+ "hostPrefix" => "discovery-",
1676
+ }
1677
+ o.input = Shapes::ShapeRef.new(shape: DescribeStorageSystemResourceMetricsRequest)
1678
+ o.output = Shapes::ShapeRef.new(shape: DescribeStorageSystemResourceMetricsResponse)
1679
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1680
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1681
+ o[:pager] = Aws::Pager.new(
1682
+ limit_key: "max_results",
1683
+ tokens: {
1684
+ "next_token" => "next_token"
1685
+ }
1686
+ )
1687
+ end)
1688
+
1689
+ api.add_operation(:describe_storage_system_resources, Seahorse::Model::Operation.new.tap do |o|
1690
+ o.name = "DescribeStorageSystemResources"
1691
+ o.http_method = "POST"
1692
+ o.http_request_uri = "/"
1693
+ o.endpoint_pattern = {
1694
+ "hostPrefix" => "discovery-",
1695
+ }
1696
+ o.input = Shapes::ShapeRef.new(shape: DescribeStorageSystemResourcesRequest)
1697
+ o.output = Shapes::ShapeRef.new(shape: DescribeStorageSystemResourcesResponse)
1698
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1699
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1700
+ o[:pager] = Aws::Pager.new(
1701
+ limit_key: "max_results",
1702
+ tokens: {
1703
+ "next_token" => "next_token"
1704
+ }
1705
+ )
1706
+ end)
1707
+
982
1708
  api.add_operation(:describe_task, Seahorse::Model::Operation.new.tap do |o|
983
1709
  o.name = "DescribeTask"
984
1710
  o.http_method = "POST"
@@ -999,6 +1725,19 @@ module Aws::DataSync
999
1725
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
1000
1726
  end)
1001
1727
 
1728
+ api.add_operation(:generate_recommendations, Seahorse::Model::Operation.new.tap do |o|
1729
+ o.name = "GenerateRecommendations"
1730
+ o.http_method = "POST"
1731
+ o.http_request_uri = "/"
1732
+ o.endpoint_pattern = {
1733
+ "hostPrefix" => "discovery-",
1734
+ }
1735
+ o.input = Shapes::ShapeRef.new(shape: GenerateRecommendationsRequest)
1736
+ o.output = Shapes::ShapeRef.new(shape: GenerateRecommendationsResponse)
1737
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1738
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1739
+ end)
1740
+
1002
1741
  api.add_operation(:list_agents, Seahorse::Model::Operation.new.tap do |o|
1003
1742
  o.name = "ListAgents"
1004
1743
  o.http_method = "POST"
@@ -1015,6 +1754,25 @@ module Aws::DataSync
1015
1754
  )
1016
1755
  end)
1017
1756
 
1757
+ api.add_operation(:list_discovery_jobs, Seahorse::Model::Operation.new.tap do |o|
1758
+ o.name = "ListDiscoveryJobs"
1759
+ o.http_method = "POST"
1760
+ o.http_request_uri = "/"
1761
+ o.endpoint_pattern = {
1762
+ "hostPrefix" => "discovery-",
1763
+ }
1764
+ o.input = Shapes::ShapeRef.new(shape: ListDiscoveryJobsRequest)
1765
+ o.output = Shapes::ShapeRef.new(shape: ListDiscoveryJobsResponse)
1766
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1767
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1768
+ o[:pager] = Aws::Pager.new(
1769
+ limit_key: "max_results",
1770
+ tokens: {
1771
+ "next_token" => "next_token"
1772
+ }
1773
+ )
1774
+ end)
1775
+
1018
1776
  api.add_operation(:list_locations, Seahorse::Model::Operation.new.tap do |o|
1019
1777
  o.name = "ListLocations"
1020
1778
  o.http_method = "POST"
@@ -1031,6 +1789,25 @@ module Aws::DataSync
1031
1789
  )
1032
1790
  end)
1033
1791
 
1792
+ api.add_operation(:list_storage_systems, Seahorse::Model::Operation.new.tap do |o|
1793
+ o.name = "ListStorageSystems"
1794
+ o.http_method = "POST"
1795
+ o.http_request_uri = "/"
1796
+ o.endpoint_pattern = {
1797
+ "hostPrefix" => "discovery-",
1798
+ }
1799
+ o.input = Shapes::ShapeRef.new(shape: ListStorageSystemsRequest)
1800
+ o.output = Shapes::ShapeRef.new(shape: ListStorageSystemsResponse)
1801
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1802
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1803
+ o[:pager] = Aws::Pager.new(
1804
+ limit_key: "max_results",
1805
+ tokens: {
1806
+ "next_token" => "next_token"
1807
+ }
1808
+ )
1809
+ end)
1810
+
1034
1811
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1035
1812
  o.name = "ListTagsForResource"
1036
1813
  o.http_method = "POST"
@@ -1079,6 +1856,32 @@ module Aws::DataSync
1079
1856
  )
1080
1857
  end)
1081
1858
 
1859
+ api.add_operation(:remove_storage_system, Seahorse::Model::Operation.new.tap do |o|
1860
+ o.name = "RemoveStorageSystem"
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: RemoveStorageSystemRequest)
1867
+ o.output = Shapes::ShapeRef.new(shape: RemoveStorageSystemResponse)
1868
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1869
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1870
+ end)
1871
+
1872
+ api.add_operation(:start_discovery_job, Seahorse::Model::Operation.new.tap do |o|
1873
+ o.name = "StartDiscoveryJob"
1874
+ o.http_method = "POST"
1875
+ o.http_request_uri = "/"
1876
+ o.endpoint_pattern = {
1877
+ "hostPrefix" => "discovery-",
1878
+ }
1879
+ o.input = Shapes::ShapeRef.new(shape: StartDiscoveryJobRequest)
1880
+ o.output = Shapes::ShapeRef.new(shape: StartDiscoveryJobResponse)
1881
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1882
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1883
+ end)
1884
+
1082
1885
  api.add_operation(:start_task_execution, Seahorse::Model::Operation.new.tap do |o|
1083
1886
  o.name = "StartTaskExecution"
1084
1887
  o.http_method = "POST"
@@ -1089,6 +1892,19 @@ module Aws::DataSync
1089
1892
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
1090
1893
  end)
1091
1894
 
1895
+ api.add_operation(:stop_discovery_job, Seahorse::Model::Operation.new.tap do |o|
1896
+ o.name = "StopDiscoveryJob"
1897
+ o.http_method = "POST"
1898
+ o.http_request_uri = "/"
1899
+ o.endpoint_pattern = {
1900
+ "hostPrefix" => "discovery-",
1901
+ }
1902
+ o.input = Shapes::ShapeRef.new(shape: StopDiscoveryJobRequest)
1903
+ o.output = Shapes::ShapeRef.new(shape: StopDiscoveryJobResponse)
1904
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1905
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1906
+ end)
1907
+
1092
1908
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1093
1909
  o.name = "TagResource"
1094
1910
  o.http_method = "POST"
@@ -1119,6 +1935,29 @@ module Aws::DataSync
1119
1935
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
1120
1936
  end)
1121
1937
 
1938
+ api.add_operation(:update_discovery_job, Seahorse::Model::Operation.new.tap do |o|
1939
+ o.name = "UpdateDiscoveryJob"
1940
+ o.http_method = "POST"
1941
+ o.http_request_uri = "/"
1942
+ o.endpoint_pattern = {
1943
+ "hostPrefix" => "discovery-",
1944
+ }
1945
+ o.input = Shapes::ShapeRef.new(shape: UpdateDiscoveryJobRequest)
1946
+ o.output = Shapes::ShapeRef.new(shape: UpdateDiscoveryJobResponse)
1947
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1948
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1949
+ end)
1950
+
1951
+ api.add_operation(:update_location_azure_blob, Seahorse::Model::Operation.new.tap do |o|
1952
+ o.name = "UpdateLocationAzureBlob"
1953
+ o.http_method = "POST"
1954
+ o.http_request_uri = "/"
1955
+ o.input = Shapes::ShapeRef.new(shape: UpdateLocationAzureBlobRequest)
1956
+ o.output = Shapes::ShapeRef.new(shape: UpdateLocationAzureBlobResponse)
1957
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1958
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
1959
+ end)
1960
+
1122
1961
  api.add_operation(:update_location_hdfs, Seahorse::Model::Operation.new.tap do |o|
1123
1962
  o.name = "UpdateLocationHdfs"
1124
1963
  o.http_method = "POST"
@@ -1159,6 +1998,19 @@ module Aws::DataSync
1159
1998
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
1160
1999
  end)
1161
2000
 
2001
+ api.add_operation(:update_storage_system, Seahorse::Model::Operation.new.tap do |o|
2002
+ o.name = "UpdateStorageSystem"
2003
+ o.http_method = "POST"
2004
+ o.http_request_uri = "/"
2005
+ o.endpoint_pattern = {
2006
+ "hostPrefix" => "discovery-",
2007
+ }
2008
+ o.input = Shapes::ShapeRef.new(shape: UpdateStorageSystemRequest)
2009
+ o.output = Shapes::ShapeRef.new(shape: UpdateStorageSystemResponse)
2010
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2011
+ o.errors << Shapes::ShapeRef.new(shape: InternalException)
2012
+ end)
2013
+
1162
2014
  api.add_operation(:update_task, Seahorse::Model::Operation.new.tap do |o|
1163
2015
  o.name = "UpdateTask"
1164
2016
  o.http_method = "POST"