aws-sdk-datasync 1.102.0 → 1.104.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,8 +15,6 @@ module Aws::DataSync
15
15
  include Seahorse::Model
16
16
 
17
17
  ActivationKey = Shapes::StringShape.new(name: 'ActivationKey')
18
- AddStorageSystemRequest = Shapes::StructureShape.new(name: 'AddStorageSystemRequest')
19
- AddStorageSystemResponse = Shapes::StructureShape.new(name: 'AddStorageSystemResponse')
20
18
  AgentArn = Shapes::StringShape.new(name: 'AgentArn')
21
19
  AgentArnList = Shapes::ListShape.new(name: 'AgentArnList')
22
20
  AgentList = Shapes::ListShape.new(name: 'AgentList')
@@ -34,8 +32,7 @@ module Aws::DataSync
34
32
  BytesPerSecond = Shapes::IntegerShape.new(name: 'BytesPerSecond')
35
33
  CancelTaskExecutionRequest = Shapes::StructureShape.new(name: 'CancelTaskExecutionRequest')
36
34
  CancelTaskExecutionResponse = Shapes::StructureShape.new(name: 'CancelTaskExecutionResponse')
37
- Capacity = Shapes::StructureShape.new(name: 'Capacity')
38
- CollectionDurationMinutes = Shapes::IntegerShape.new(name: 'CollectionDurationMinutes')
35
+ CmkSecretConfig = Shapes::StructureShape.new(name: 'CmkSecretConfig')
39
36
  CreateAgentRequest = Shapes::StructureShape.new(name: 'CreateAgentRequest')
40
37
  CreateAgentResponse = Shapes::StructureShape.new(name: 'CreateAgentResponse')
41
38
  CreateLocationAzureBlobRequest = Shapes::StructureShape.new(name: 'CreateLocationAzureBlobRequest')
@@ -62,7 +59,7 @@ module Aws::DataSync
62
59
  CreateLocationSmbResponse = Shapes::StructureShape.new(name: 'CreateLocationSmbResponse')
63
60
  CreateTaskRequest = Shapes::StructureShape.new(name: 'CreateTaskRequest')
64
61
  CreateTaskResponse = Shapes::StructureShape.new(name: 'CreateTaskResponse')
65
- Credentials = Shapes::StructureShape.new(name: 'Credentials')
62
+ CustomSecretConfig = Shapes::StructureShape.new(name: 'CustomSecretConfig')
66
63
  DeleteAgentRequest = Shapes::StructureShape.new(name: 'DeleteAgentRequest')
67
64
  DeleteAgentResponse = Shapes::StructureShape.new(name: 'DeleteAgentResponse')
68
65
  DeleteLocationRequest = Shapes::StructureShape.new(name: 'DeleteLocationRequest')
@@ -71,8 +68,6 @@ module Aws::DataSync
71
68
  DeleteTaskResponse = Shapes::StructureShape.new(name: 'DeleteTaskResponse')
72
69
  DescribeAgentRequest = Shapes::StructureShape.new(name: 'DescribeAgentRequest')
73
70
  DescribeAgentResponse = Shapes::StructureShape.new(name: 'DescribeAgentResponse')
74
- DescribeDiscoveryJobRequest = Shapes::StructureShape.new(name: 'DescribeDiscoveryJobRequest')
75
- DescribeDiscoveryJobResponse = Shapes::StructureShape.new(name: 'DescribeDiscoveryJobResponse')
76
71
  DescribeLocationAzureBlobRequest = Shapes::StructureShape.new(name: 'DescribeLocationAzureBlobRequest')
77
72
  DescribeLocationAzureBlobResponse = Shapes::StructureShape.new(name: 'DescribeLocationAzureBlobResponse')
78
73
  DescribeLocationEfsRequest = Shapes::StructureShape.new(name: 'DescribeLocationEfsRequest')
@@ -95,31 +90,11 @@ module Aws::DataSync
95
90
  DescribeLocationS3Response = Shapes::StructureShape.new(name: 'DescribeLocationS3Response')
96
91
  DescribeLocationSmbRequest = Shapes::StructureShape.new(name: 'DescribeLocationSmbRequest')
97
92
  DescribeLocationSmbResponse = Shapes::StructureShape.new(name: 'DescribeLocationSmbResponse')
98
- DescribeStorageSystemRequest = Shapes::StructureShape.new(name: 'DescribeStorageSystemRequest')
99
- DescribeStorageSystemResourceMetricsRequest = Shapes::StructureShape.new(name: 'DescribeStorageSystemResourceMetricsRequest')
100
- DescribeStorageSystemResourceMetricsResponse = Shapes::StructureShape.new(name: 'DescribeStorageSystemResourceMetricsResponse')
101
- DescribeStorageSystemResourcesRequest = Shapes::StructureShape.new(name: 'DescribeStorageSystemResourcesRequest')
102
- DescribeStorageSystemResourcesResponse = Shapes::StructureShape.new(name: 'DescribeStorageSystemResourcesResponse')
103
- DescribeStorageSystemResponse = Shapes::StructureShape.new(name: 'DescribeStorageSystemResponse')
104
93
  DescribeTaskExecutionRequest = Shapes::StructureShape.new(name: 'DescribeTaskExecutionRequest')
105
94
  DescribeTaskExecutionResponse = Shapes::StructureShape.new(name: 'DescribeTaskExecutionResponse')
106
95
  DescribeTaskRequest = Shapes::StructureShape.new(name: 'DescribeTaskRequest')
107
96
  DescribeTaskResponse = Shapes::StructureShape.new(name: 'DescribeTaskResponse')
108
97
  DestinationNetworkInterfaceArns = Shapes::ListShape.new(name: 'DestinationNetworkInterfaceArns')
109
- DiscoveryAgentArnList = Shapes::ListShape.new(name: 'DiscoveryAgentArnList')
110
- DiscoveryJobArn = Shapes::StringShape.new(name: 'DiscoveryJobArn')
111
- DiscoveryJobList = Shapes::ListShape.new(name: 'DiscoveryJobList')
112
- DiscoveryJobListEntry = Shapes::StructureShape.new(name: 'DiscoveryJobListEntry')
113
- DiscoveryJobStatus = Shapes::StringShape.new(name: 'DiscoveryJobStatus')
114
- DiscoveryMaxResults = Shapes::IntegerShape.new(name: 'DiscoveryMaxResults')
115
- DiscoveryNextToken = Shapes::StringShape.new(name: 'DiscoveryNextToken')
116
- DiscoveryResourceFilter = Shapes::StringShape.new(name: 'DiscoveryResourceFilter')
117
- DiscoveryResourceType = Shapes::StringShape.new(name: 'DiscoveryResourceType')
118
- DiscoveryServerConfiguration = Shapes::StructureShape.new(name: 'DiscoveryServerConfiguration')
119
- DiscoveryServerHostname = Shapes::StringShape.new(name: 'DiscoveryServerHostname')
120
- DiscoveryServerPort = Shapes::IntegerShape.new(name: 'DiscoveryServerPort')
121
- DiscoverySystemType = Shapes::StringShape.new(name: 'DiscoverySystemType')
122
- DiscoveryTime = Shapes::TimestampShape.new(name: 'DiscoveryTime')
123
98
  DnsIpList = Shapes::ListShape.new(name: 'DnsIpList')
124
99
  Duration = Shapes::IntegerShape.new(name: 'Duration')
125
100
  Ec2Config = Shapes::StructureShape.new(name: 'Ec2Config')
@@ -130,13 +105,10 @@ module Aws::DataSync
130
105
  EfsFilesystemArn = Shapes::StringShape.new(name: 'EfsFilesystemArn')
131
106
  EfsInTransitEncryption = Shapes::StringShape.new(name: 'EfsInTransitEncryption')
132
107
  EfsSubdirectory = Shapes::StringShape.new(name: 'EfsSubdirectory')
133
- EnabledProtocols = Shapes::ListShape.new(name: 'EnabledProtocols')
134
108
  Endpoint = Shapes::StringShape.new(name: 'Endpoint')
135
109
  EndpointType = Shapes::StringShape.new(name: 'EndpointType')
136
- ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
137
110
  FilterAttributeValue = Shapes::StringShape.new(name: 'FilterAttributeValue')
138
111
  FilterList = Shapes::ListShape.new(name: 'FilterList')
139
- FilterMembers = Shapes::ListShape.new(name: 'FilterMembers')
140
112
  FilterRule = Shapes::StructureShape.new(name: 'FilterRule')
141
113
  FilterType = Shapes::StringShape.new(name: 'FilterType')
142
114
  FilterValue = Shapes::StringShape.new(name: 'FilterValue')
@@ -151,8 +123,6 @@ module Aws::DataSync
151
123
  FsxUpdateProtocol = Shapes::StructureShape.new(name: 'FsxUpdateProtocol')
152
124
  FsxUpdateProtocolSmb = Shapes::StructureShape.new(name: 'FsxUpdateProtocolSmb')
153
125
  FsxWindowsSubdirectory = Shapes::StringShape.new(name: 'FsxWindowsSubdirectory')
154
- GenerateRecommendationsRequest = Shapes::StructureShape.new(name: 'GenerateRecommendationsRequest')
155
- GenerateRecommendationsResponse = Shapes::StructureShape.new(name: 'GenerateRecommendationsResponse')
156
126
  Gid = Shapes::StringShape.new(name: 'Gid')
157
127
  HdfsAuthenticationType = Shapes::StringShape.new(name: 'HdfsAuthenticationType')
158
128
  HdfsBlockSize = Shapes::IntegerShape.new(name: 'HdfsBlockSize')
@@ -165,24 +135,20 @@ module Aws::DataSync
165
135
  HdfsServerPort = Shapes::IntegerShape.new(name: 'HdfsServerPort')
166
136
  HdfsSubdirectory = Shapes::StringShape.new(name: 'HdfsSubdirectory')
167
137
  HdfsUser = Shapes::StringShape.new(name: 'HdfsUser')
168
- IOPS = Shapes::StructureShape.new(name: 'IOPS')
169
138
  IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
139
+ IamRoleArnOrEmptyString = Shapes::StringShape.new(name: 'IamRoleArnOrEmptyString')
170
140
  InputTagList = Shapes::ListShape.new(name: 'InputTagList')
171
141
  InternalException = Shapes::StructureShape.new(name: 'InternalException')
172
142
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
173
143
  KerberosKeytabFile = Shapes::BlobShape.new(name: 'KerberosKeytabFile')
174
144
  KerberosKrb5ConfFile = Shapes::BlobShape.new(name: 'KerberosKrb5ConfFile')
175
145
  KerberosPrincipal = Shapes::StringShape.new(name: 'KerberosPrincipal')
146
+ KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
176
147
  KmsKeyProviderUri = Shapes::StringShape.new(name: 'KmsKeyProviderUri')
177
- Latency = Shapes::StructureShape.new(name: 'Latency')
178
148
  ListAgentsRequest = Shapes::StructureShape.new(name: 'ListAgentsRequest')
179
149
  ListAgentsResponse = Shapes::StructureShape.new(name: 'ListAgentsResponse')
180
- ListDiscoveryJobsRequest = Shapes::StructureShape.new(name: 'ListDiscoveryJobsRequest')
181
- ListDiscoveryJobsResponse = Shapes::StructureShape.new(name: 'ListDiscoveryJobsResponse')
182
150
  ListLocationsRequest = Shapes::StructureShape.new(name: 'ListLocationsRequest')
183
151
  ListLocationsResponse = Shapes::StructureShape.new(name: 'ListLocationsResponse')
184
- ListStorageSystemsRequest = Shapes::StructureShape.new(name: 'ListStorageSystemsRequest')
185
- ListStorageSystemsResponse = Shapes::StructureShape.new(name: 'ListStorageSystemsResponse')
186
152
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
187
153
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
188
154
  ListTaskExecutionsRequest = Shapes::StructureShape.new(name: 'ListTaskExecutionsRequest')
@@ -198,27 +164,17 @@ module Aws::DataSync
198
164
  LocationUri = Shapes::StringShape.new(name: 'LocationUri')
199
165
  LogGroupArn = Shapes::StringShape.new(name: 'LogGroupArn')
200
166
  LogLevel = Shapes::StringShape.new(name: 'LogLevel')
167
+ ManagedSecretConfig = Shapes::StructureShape.new(name: 'ManagedSecretConfig')
201
168
  ManifestAction = Shapes::StringShape.new(name: 'ManifestAction')
202
169
  ManifestConfig = Shapes::StructureShape.new(name: 'ManifestConfig')
203
170
  ManifestFormat = Shapes::StringShape.new(name: 'ManifestFormat')
204
- MaxP95Performance = Shapes::StructureShape.new(name: 'MaxP95Performance')
205
171
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
206
- Metrics = Shapes::ListShape.new(name: 'Metrics')
207
172
  Mtime = Shapes::StringShape.new(name: 'Mtime')
208
- Name = Shapes::StringShape.new(name: 'Name')
209
- NetAppONTAPCluster = Shapes::StructureShape.new(name: 'NetAppONTAPCluster')
210
- NetAppONTAPClusters = Shapes::ListShape.new(name: 'NetAppONTAPClusters')
211
- NetAppONTAPSVM = Shapes::StructureShape.new(name: 'NetAppONTAPSVM')
212
- NetAppONTAPSVMs = Shapes::ListShape.new(name: 'NetAppONTAPSVMs')
213
- NetAppONTAPVolume = Shapes::StructureShape.new(name: 'NetAppONTAPVolume')
214
- NetAppONTAPVolumes = Shapes::ListShape.new(name: 'NetAppONTAPVolumes')
215
173
  NetworkInterfaceArn = Shapes::StringShape.new(name: 'NetworkInterfaceArn')
216
174
  NextToken = Shapes::StringShape.new(name: 'NextToken')
217
175
  NfsMountOptions = Shapes::StructureShape.new(name: 'NfsMountOptions')
218
176
  NfsSubdirectory = Shapes::StringShape.new(name: 'NfsSubdirectory')
219
177
  NfsVersion = Shapes::StringShape.new(name: 'NfsVersion')
220
- NonNegativeDouble = Shapes::FloatShape.new(name: 'NonNegativeDouble')
221
- NonNegativeLong = Shapes::IntegerShape.new(name: 'NonNegativeLong')
222
178
  ObjectStorageAccessKey = Shapes::StringShape.new(name: 'ObjectStorageAccessKey')
223
179
  ObjectStorageBucketName = Shapes::StringShape.new(name: 'ObjectStorageBucketName')
224
180
  ObjectStorageCertificate = Shapes::BlobShape.new(name: 'ObjectStorageCertificate')
@@ -232,7 +188,6 @@ module Aws::DataSync
232
188
  Options = Shapes::StructureShape.new(name: 'Options')
233
189
  OutputTagList = Shapes::ListShape.new(name: 'OutputTagList')
234
190
  OverwriteMode = Shapes::StringShape.new(name: 'OverwriteMode')
235
- P95Metrics = Shapes::StructureShape.new(name: 'P95Metrics')
236
191
  PLSecurityGroupArnList = Shapes::ListShape.new(name: 'PLSecurityGroupArnList')
237
192
  PLSubnetArnList = Shapes::ListShape.new(name: 'PLSubnetArnList')
238
193
  PhaseStatus = Shapes::StringShape.new(name: 'PhaseStatus')
@@ -241,18 +196,7 @@ module Aws::DataSync
241
196
  PreserveDeletedFiles = Shapes::StringShape.new(name: 'PreserveDeletedFiles')
242
197
  PreserveDevices = Shapes::StringShape.new(name: 'PreserveDevices')
243
198
  PrivateLinkConfig = Shapes::StructureShape.new(name: 'PrivateLinkConfig')
244
- PtolemyBoolean = Shapes::BooleanShape.new(name: 'PtolemyBoolean')
245
- PtolemyPassword = Shapes::StringShape.new(name: 'PtolemyPassword')
246
- PtolemyString = Shapes::StringShape.new(name: 'PtolemyString')
247
- PtolemyUUID = Shapes::StringShape.new(name: 'PtolemyUUID')
248
- PtolemyUsername = Shapes::StringShape.new(name: 'PtolemyUsername')
249
199
  QopConfiguration = Shapes::StructureShape.new(name: 'QopConfiguration')
250
- Recommendation = Shapes::StructureShape.new(name: 'Recommendation')
251
- RecommendationStatus = Shapes::StringShape.new(name: 'RecommendationStatus')
252
- Recommendations = Shapes::ListShape.new(name: 'Recommendations')
253
- RecommendationsConfigMap = Shapes::MapShape.new(name: 'RecommendationsConfigMap')
254
- RemoveStorageSystemRequest = Shapes::StructureShape.new(name: 'RemoveStorageSystemRequest')
255
- RemoveStorageSystemResponse = Shapes::StructureShape.new(name: 'RemoveStorageSystemResponse')
256
200
  ReportDestination = Shapes::StructureShape.new(name: 'ReportDestination')
257
201
  ReportDestinationS3 = Shapes::StructureShape.new(name: 'ReportDestinationS3')
258
202
  ReportLevel = Shapes::StringShape.new(name: 'ReportLevel')
@@ -260,11 +204,6 @@ module Aws::DataSync
260
204
  ReportOverride = Shapes::StructureShape.new(name: 'ReportOverride')
261
205
  ReportOverrides = Shapes::StructureShape.new(name: 'ReportOverrides')
262
206
  ReportResult = Shapes::StructureShape.new(name: 'ReportResult')
263
- ResourceDetails = Shapes::StructureShape.new(name: 'ResourceDetails')
264
- ResourceFilters = Shapes::MapShape.new(name: 'ResourceFilters')
265
- ResourceId = Shapes::StringShape.new(name: 'ResourceId')
266
- ResourceIds = Shapes::ListShape.new(name: 'ResourceIds')
267
- ResourceMetrics = Shapes::StructureShape.new(name: 'ResourceMetrics')
268
207
  S3BucketArn = Shapes::StringShape.new(name: 'S3BucketArn')
269
208
  S3Config = Shapes::StructureShape.new(name: 'S3Config')
270
209
  S3ManifestConfig = Shapes::StructureShape.new(name: 'S3ManifestConfig')
@@ -275,7 +214,7 @@ module Aws::DataSync
275
214
  ScheduleDisabledReason = Shapes::StringShape.new(name: 'ScheduleDisabledReason')
276
215
  ScheduleExpressionCron = Shapes::StringShape.new(name: 'ScheduleExpressionCron')
277
216
  ScheduleStatus = Shapes::StringShape.new(name: 'ScheduleStatus')
278
- SecretsManagerArn = Shapes::StringShape.new(name: 'SecretsManagerArn')
217
+ SecretArn = Shapes::StringShape.new(name: 'SecretArn')
279
218
  ServerHostname = Shapes::StringShape.new(name: 'ServerHostname')
280
219
  ServerIpAddress = Shapes::StringShape.new(name: 'ServerIpAddress')
281
220
  SmbAuthenticationType = Shapes::StringShape.new(name: 'SmbAuthenticationType')
@@ -288,16 +227,8 @@ module Aws::DataSync
288
227
  SmbVersion = Shapes::StringShape.new(name: 'SmbVersion')
289
228
  SourceManifestConfig = Shapes::StructureShape.new(name: 'SourceManifestConfig')
290
229
  SourceNetworkInterfaceArns = Shapes::ListShape.new(name: 'SourceNetworkInterfaceArns')
291
- StartDiscoveryJobRequest = Shapes::StructureShape.new(name: 'StartDiscoveryJobRequest')
292
- StartDiscoveryJobResponse = Shapes::StructureShape.new(name: 'StartDiscoveryJobResponse')
293
230
  StartTaskExecutionRequest = Shapes::StructureShape.new(name: 'StartTaskExecutionRequest')
294
231
  StartTaskExecutionResponse = Shapes::StructureShape.new(name: 'StartTaskExecutionResponse')
295
- StopDiscoveryJobRequest = Shapes::StructureShape.new(name: 'StopDiscoveryJobRequest')
296
- StopDiscoveryJobResponse = Shapes::StructureShape.new(name: 'StopDiscoveryJobResponse')
297
- StorageSystemArn = Shapes::StringShape.new(name: 'StorageSystemArn')
298
- StorageSystemConnectivityStatus = Shapes::StringShape.new(name: 'StorageSystemConnectivityStatus')
299
- StorageSystemList = Shapes::ListShape.new(name: 'StorageSystemList')
300
- StorageSystemListEntry = Shapes::StructureShape.new(name: 'StorageSystemListEntry')
301
232
  StorageVirtualMachineArn = Shapes::StringShape.new(name: 'StorageVirtualMachineArn')
302
233
  TagKey = Shapes::StringShape.new(name: 'TagKey')
303
234
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -325,17 +256,13 @@ module Aws::DataSync
325
256
  TaskSchedule = Shapes::StructureShape.new(name: 'TaskSchedule')
326
257
  TaskScheduleDetails = Shapes::StructureShape.new(name: 'TaskScheduleDetails')
327
258
  TaskStatus = Shapes::StringShape.new(name: 'TaskStatus')
328
- Throughput = Shapes::StructureShape.new(name: 'Throughput')
329
259
  Time = Shapes::TimestampShape.new(name: 'Time')
330
- Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
331
260
  TransferMode = Shapes::StringShape.new(name: 'TransferMode')
332
261
  Uid = Shapes::StringShape.new(name: 'Uid')
333
262
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
334
263
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
335
264
  UpdateAgentRequest = Shapes::StructureShape.new(name: 'UpdateAgentRequest')
336
265
  UpdateAgentResponse = Shapes::StructureShape.new(name: 'UpdateAgentResponse')
337
- UpdateDiscoveryJobRequest = Shapes::StructureShape.new(name: 'UpdateDiscoveryJobRequest')
338
- UpdateDiscoveryJobResponse = Shapes::StructureShape.new(name: 'UpdateDiscoveryJobResponse')
339
266
  UpdateLocationAzureBlobRequest = Shapes::StructureShape.new(name: 'UpdateLocationAzureBlobRequest')
340
267
  UpdateLocationAzureBlobResponse = Shapes::StructureShape.new(name: 'UpdateLocationAzureBlobResponse')
341
268
  UpdateLocationEfsRequest = Shapes::StructureShape.new(name: 'UpdateLocationEfsRequest')
@@ -359,8 +286,6 @@ module Aws::DataSync
359
286
  UpdateLocationSmbRequest = Shapes::StructureShape.new(name: 'UpdateLocationSmbRequest')
360
287
  UpdateLocationSmbResponse = Shapes::StructureShape.new(name: 'UpdateLocationSmbResponse')
361
288
  UpdateSmbDomain = Shapes::StringShape.new(name: 'UpdateSmbDomain')
362
- UpdateStorageSystemRequest = Shapes::StructureShape.new(name: 'UpdateStorageSystemRequest')
363
- UpdateStorageSystemResponse = Shapes::StructureShape.new(name: 'UpdateStorageSystemResponse')
364
289
  UpdateTaskExecutionRequest = Shapes::StructureShape.new(name: 'UpdateTaskExecutionRequest')
365
290
  UpdateTaskExecutionResponse = Shapes::StructureShape.new(name: 'UpdateTaskExecutionResponse')
366
291
  UpdateTaskRequest = Shapes::StructureShape.new(name: 'UpdateTaskRequest')
@@ -372,19 +297,6 @@ module Aws::DataSync
372
297
  long = Shapes::IntegerShape.new(name: 'long')
373
298
  string = Shapes::StringShape.new(name: 'string')
374
299
 
375
- AddStorageSystemRequest.add_member(:server_configuration, Shapes::ShapeRef.new(shape: DiscoveryServerConfiguration, required: true, location_name: "ServerConfiguration"))
376
- AddStorageSystemRequest.add_member(:system_type, Shapes::ShapeRef.new(shape: DiscoverySystemType, required: true, location_name: "SystemType"))
377
- AddStorageSystemRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: DiscoveryAgentArnList, required: true, location_name: "AgentArns"))
378
- AddStorageSystemRequest.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: LogGroupArn, location_name: "CloudWatchLogGroupArn"))
379
- AddStorageSystemRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
380
- AddStorageSystemRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
381
- AddStorageSystemRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: PtolemyUUID, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
382
- AddStorageSystemRequest.add_member(:credentials, Shapes::ShapeRef.new(shape: Credentials, required: true, location_name: "Credentials"))
383
- AddStorageSystemRequest.struct_class = Types::AddStorageSystemRequest
384
-
385
- AddStorageSystemResponse.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, required: true, location_name: "StorageSystemArn"))
386
- AddStorageSystemResponse.struct_class = Types::AddStorageSystemResponse
387
-
388
300
  AgentArnList.member = Shapes::ShapeRef.new(shape: AgentArn)
389
301
 
390
302
  AgentList.member = Shapes::ShapeRef.new(shape: AgentListEntry)
@@ -403,11 +315,9 @@ module Aws::DataSync
403
315
 
404
316
  CancelTaskExecutionResponse.struct_class = Types::CancelTaskExecutionResponse
405
317
 
406
- Capacity.add_member(:used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "Used"))
407
- Capacity.add_member(:provisioned, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "Provisioned"))
408
- Capacity.add_member(:logical_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "LogicalUsed"))
409
- Capacity.add_member(:cluster_cloud_storage_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "ClusterCloudStorageUsed"))
410
- Capacity.struct_class = Types::Capacity
318
+ CmkSecretConfig.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
319
+ CmkSecretConfig.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
320
+ CmkSecretConfig.struct_class = Types::CmkSecretConfig
411
321
 
412
322
  CreateAgentRequest.add_member(:activation_key, Shapes::ShapeRef.new(shape: ActivationKey, required: true, location_name: "ActivationKey"))
413
323
  CreateAgentRequest.add_member(:agent_name, Shapes::ShapeRef.new(shape: TagValue, location_name: "AgentName"))
@@ -426,8 +336,10 @@ module Aws::DataSync
426
336
  CreateLocationAzureBlobRequest.add_member(:blob_type, Shapes::ShapeRef.new(shape: AzureBlobType, location_name: "BlobType"))
427
337
  CreateLocationAzureBlobRequest.add_member(:access_tier, Shapes::ShapeRef.new(shape: AzureAccessTier, location_name: "AccessTier"))
428
338
  CreateLocationAzureBlobRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: AzureBlobSubdirectory, location_name: "Subdirectory"))
429
- CreateLocationAzureBlobRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, required: true, location_name: "AgentArns"))
339
+ CreateLocationAzureBlobRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, location_name: "AgentArns"))
430
340
  CreateLocationAzureBlobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
341
+ CreateLocationAzureBlobRequest.add_member(:cmk_secret_config, Shapes::ShapeRef.new(shape: CmkSecretConfig, location_name: "CmkSecretConfig"))
342
+ CreateLocationAzureBlobRequest.add_member(:custom_secret_config, Shapes::ShapeRef.new(shape: CustomSecretConfig, location_name: "CustomSecretConfig"))
431
343
  CreateLocationAzureBlobRequest.struct_class = Types::CreateLocationAzureBlobRequest
432
344
 
433
345
  CreateLocationAzureBlobResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
@@ -521,9 +433,11 @@ module Aws::DataSync
521
433
  CreateLocationObjectStorageRequest.add_member(:bucket_name, Shapes::ShapeRef.new(shape: ObjectStorageBucketName, required: true, location_name: "BucketName"))
522
434
  CreateLocationObjectStorageRequest.add_member(:access_key, Shapes::ShapeRef.new(shape: ObjectStorageAccessKey, location_name: "AccessKey"))
523
435
  CreateLocationObjectStorageRequest.add_member(:secret_key, Shapes::ShapeRef.new(shape: ObjectStorageSecretKey, location_name: "SecretKey"))
524
- CreateLocationObjectStorageRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, required: true, location_name: "AgentArns"))
436
+ CreateLocationObjectStorageRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, location_name: "AgentArns"))
525
437
  CreateLocationObjectStorageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
526
438
  CreateLocationObjectStorageRequest.add_member(:server_certificate, Shapes::ShapeRef.new(shape: ObjectStorageCertificate, location_name: "ServerCertificate"))
439
+ CreateLocationObjectStorageRequest.add_member(:cmk_secret_config, Shapes::ShapeRef.new(shape: CmkSecretConfig, location_name: "CmkSecretConfig"))
440
+ CreateLocationObjectStorageRequest.add_member(:custom_secret_config, Shapes::ShapeRef.new(shape: CustomSecretConfig, location_name: "CustomSecretConfig"))
527
441
  CreateLocationObjectStorageRequest.struct_class = Types::CreateLocationObjectStorageRequest
528
442
 
529
443
  CreateLocationObjectStorageResponse.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, location_name: "LocationArn"))
@@ -575,9 +489,9 @@ module Aws::DataSync
575
489
  CreateTaskResponse.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, location_name: "TaskArn"))
576
490
  CreateTaskResponse.struct_class = Types::CreateTaskResponse
577
491
 
578
- Credentials.add_member(:username, Shapes::ShapeRef.new(shape: PtolemyUsername, required: true, location_name: "Username"))
579
- Credentials.add_member(:password, Shapes::ShapeRef.new(shape: PtolemyPassword, required: true, location_name: "Password"))
580
- Credentials.struct_class = Types::Credentials
492
+ CustomSecretConfig.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
493
+ CustomSecretConfig.add_member(:secret_access_role_arn, Shapes::ShapeRef.new(shape: IamRoleArnOrEmptyString, location_name: "SecretAccessRoleArn"))
494
+ CustomSecretConfig.struct_class = Types::CustomSecretConfig
581
495
 
582
496
  DeleteAgentRequest.add_member(:agent_arn, Shapes::ShapeRef.new(shape: AgentArn, required: true, location_name: "AgentArn"))
583
497
  DeleteAgentRequest.struct_class = Types::DeleteAgentRequest
@@ -607,17 +521,6 @@ module Aws::DataSync
607
521
  DescribeAgentResponse.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "Platform"))
608
522
  DescribeAgentResponse.struct_class = Types::DescribeAgentResponse
609
523
 
610
- DescribeDiscoveryJobRequest.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, required: true, location_name: "DiscoveryJobArn"))
611
- DescribeDiscoveryJobRequest.struct_class = Types::DescribeDiscoveryJobRequest
612
-
613
- DescribeDiscoveryJobResponse.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, location_name: "StorageSystemArn"))
614
- DescribeDiscoveryJobResponse.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, location_name: "DiscoveryJobArn"))
615
- DescribeDiscoveryJobResponse.add_member(:collection_duration_minutes, Shapes::ShapeRef.new(shape: CollectionDurationMinutes, location_name: "CollectionDurationMinutes"))
616
- DescribeDiscoveryJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: DiscoveryJobStatus, location_name: "Status"))
617
- DescribeDiscoveryJobResponse.add_member(:job_start_time, Shapes::ShapeRef.new(shape: DiscoveryTime, location_name: "JobStartTime"))
618
- DescribeDiscoveryJobResponse.add_member(:job_end_time, Shapes::ShapeRef.new(shape: DiscoveryTime, location_name: "JobEndTime"))
619
- DescribeDiscoveryJobResponse.struct_class = Types::DescribeDiscoveryJobResponse
620
-
621
524
  DescribeLocationAzureBlobRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
622
525
  DescribeLocationAzureBlobRequest.struct_class = Types::DescribeLocationAzureBlobRequest
623
526
 
@@ -628,6 +531,9 @@ module Aws::DataSync
628
531
  DescribeLocationAzureBlobResponse.add_member(:access_tier, Shapes::ShapeRef.new(shape: AzureAccessTier, location_name: "AccessTier"))
629
532
  DescribeLocationAzureBlobResponse.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, location_name: "AgentArns"))
630
533
  DescribeLocationAzureBlobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Time, location_name: "CreationTime"))
534
+ DescribeLocationAzureBlobResponse.add_member(:managed_secret_config, Shapes::ShapeRef.new(shape: ManagedSecretConfig, location_name: "ManagedSecretConfig"))
535
+ DescribeLocationAzureBlobResponse.add_member(:cmk_secret_config, Shapes::ShapeRef.new(shape: CmkSecretConfig, location_name: "CmkSecretConfig"))
536
+ DescribeLocationAzureBlobResponse.add_member(:custom_secret_config, Shapes::ShapeRef.new(shape: CustomSecretConfig, location_name: "CustomSecretConfig"))
631
537
  DescribeLocationAzureBlobResponse.struct_class = Types::DescribeLocationAzureBlobResponse
632
538
 
633
539
  DescribeLocationEfsRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
@@ -722,6 +628,9 @@ module Aws::DataSync
722
628
  DescribeLocationObjectStorageResponse.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, location_name: "AgentArns"))
723
629
  DescribeLocationObjectStorageResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Time, location_name: "CreationTime"))
724
630
  DescribeLocationObjectStorageResponse.add_member(:server_certificate, Shapes::ShapeRef.new(shape: ObjectStorageCertificate, location_name: "ServerCertificate"))
631
+ DescribeLocationObjectStorageResponse.add_member(:managed_secret_config, Shapes::ShapeRef.new(shape: ManagedSecretConfig, location_name: "ManagedSecretConfig"))
632
+ DescribeLocationObjectStorageResponse.add_member(:cmk_secret_config, Shapes::ShapeRef.new(shape: CmkSecretConfig, location_name: "CmkSecretConfig"))
633
+ DescribeLocationObjectStorageResponse.add_member(:custom_secret_config, Shapes::ShapeRef.new(shape: CustomSecretConfig, location_name: "CustomSecretConfig"))
725
634
  DescribeLocationObjectStorageResponse.struct_class = Types::DescribeLocationObjectStorageResponse
726
635
 
727
636
  DescribeLocationS3Request.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
@@ -750,46 +659,6 @@ module Aws::DataSync
750
659
  DescribeLocationSmbResponse.add_member(:authentication_type, Shapes::ShapeRef.new(shape: SmbAuthenticationType, location_name: "AuthenticationType"))
751
660
  DescribeLocationSmbResponse.struct_class = Types::DescribeLocationSmbResponse
752
661
 
753
- DescribeStorageSystemRequest.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, required: true, location_name: "StorageSystemArn"))
754
- DescribeStorageSystemRequest.struct_class = Types::DescribeStorageSystemRequest
755
-
756
- DescribeStorageSystemResourceMetricsRequest.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, required: true, location_name: "DiscoveryJobArn"))
757
- DescribeStorageSystemResourceMetricsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: DiscoveryResourceType, required: true, location_name: "ResourceType"))
758
- DescribeStorageSystemResourceMetricsRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
759
- DescribeStorageSystemResourceMetricsRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: DiscoveryTime, location_name: "StartTime"))
760
- DescribeStorageSystemResourceMetricsRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: DiscoveryTime, location_name: "EndTime"))
761
- DescribeStorageSystemResourceMetricsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DiscoveryMaxResults, location_name: "MaxResults"))
762
- DescribeStorageSystemResourceMetricsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
763
- DescribeStorageSystemResourceMetricsRequest.struct_class = Types::DescribeStorageSystemResourceMetricsRequest
764
-
765
- DescribeStorageSystemResourceMetricsResponse.add_member(:metrics, Shapes::ShapeRef.new(shape: Metrics, location_name: "Metrics"))
766
- DescribeStorageSystemResourceMetricsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
767
- DescribeStorageSystemResourceMetricsResponse.struct_class = Types::DescribeStorageSystemResourceMetricsResponse
768
-
769
- DescribeStorageSystemResourcesRequest.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, required: true, location_name: "DiscoveryJobArn"))
770
- DescribeStorageSystemResourcesRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: DiscoveryResourceType, required: true, location_name: "ResourceType"))
771
- DescribeStorageSystemResourcesRequest.add_member(:resource_ids, Shapes::ShapeRef.new(shape: ResourceIds, location_name: "ResourceIds"))
772
- DescribeStorageSystemResourcesRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ResourceFilters, location_name: "Filter"))
773
- DescribeStorageSystemResourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DiscoveryMaxResults, location_name: "MaxResults"))
774
- DescribeStorageSystemResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
775
- DescribeStorageSystemResourcesRequest.struct_class = Types::DescribeStorageSystemResourcesRequest
776
-
777
- DescribeStorageSystemResourcesResponse.add_member(:resource_details, Shapes::ShapeRef.new(shape: ResourceDetails, location_name: "ResourceDetails"))
778
- DescribeStorageSystemResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
779
- DescribeStorageSystemResourcesResponse.struct_class = Types::DescribeStorageSystemResourcesResponse
780
-
781
- DescribeStorageSystemResponse.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, location_name: "StorageSystemArn"))
782
- DescribeStorageSystemResponse.add_member(:server_configuration, Shapes::ShapeRef.new(shape: DiscoveryServerConfiguration, location_name: "ServerConfiguration"))
783
- DescribeStorageSystemResponse.add_member(:system_type, Shapes::ShapeRef.new(shape: DiscoverySystemType, location_name: "SystemType"))
784
- DescribeStorageSystemResponse.add_member(:agent_arns, Shapes::ShapeRef.new(shape: DiscoveryAgentArnList, location_name: "AgentArns"))
785
- DescribeStorageSystemResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
786
- DescribeStorageSystemResponse.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
787
- DescribeStorageSystemResponse.add_member(:connectivity_status, Shapes::ShapeRef.new(shape: StorageSystemConnectivityStatus, location_name: "ConnectivityStatus"))
788
- DescribeStorageSystemResponse.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: LogGroupArn, location_name: "CloudWatchLogGroupArn"))
789
- DescribeStorageSystemResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
790
- DescribeStorageSystemResponse.add_member(:secrets_manager_arn, Shapes::ShapeRef.new(shape: SecretsManagerArn, location_name: "SecretsManagerArn"))
791
- DescribeStorageSystemResponse.struct_class = Types::DescribeStorageSystemResponse
792
-
793
662
  DescribeTaskExecutionRequest.add_member(:task_execution_arn, Shapes::ShapeRef.new(shape: TaskExecutionArn, required: true, location_name: "TaskExecutionArn"))
794
663
  DescribeTaskExecutionRequest.struct_class = Types::DescribeTaskExecutionRequest
795
664
 
@@ -817,6 +686,8 @@ module Aws::DataSync
817
686
  DescribeTaskExecutionResponse.add_member(:files_prepared, Shapes::ShapeRef.new(shape: long, location_name: "FilesPrepared"))
818
687
  DescribeTaskExecutionResponse.add_member(:files_listed, Shapes::ShapeRef.new(shape: TaskExecutionFilesListedDetail, location_name: "FilesListed"))
819
688
  DescribeTaskExecutionResponse.add_member(:files_failed, Shapes::ShapeRef.new(shape: TaskExecutionFilesFailedDetail, location_name: "FilesFailed"))
689
+ DescribeTaskExecutionResponse.add_member(:launch_time, Shapes::ShapeRef.new(shape: Time, location_name: "LaunchTime"))
690
+ DescribeTaskExecutionResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "EndTime"))
820
691
  DescribeTaskExecutionResponse.struct_class = Types::DescribeTaskExecutionResponse
821
692
 
822
693
  DescribeTaskRequest.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, required: true, location_name: "TaskArn"))
@@ -846,18 +717,6 @@ module Aws::DataSync
846
717
 
847
718
  DestinationNetworkInterfaceArns.member = Shapes::ShapeRef.new(shape: NetworkInterfaceArn)
848
719
 
849
- DiscoveryAgentArnList.member = Shapes::ShapeRef.new(shape: AgentArn)
850
-
851
- DiscoveryJobList.member = Shapes::ShapeRef.new(shape: DiscoveryJobListEntry)
852
-
853
- DiscoveryJobListEntry.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, location_name: "DiscoveryJobArn"))
854
- DiscoveryJobListEntry.add_member(:status, Shapes::ShapeRef.new(shape: DiscoveryJobStatus, location_name: "Status"))
855
- DiscoveryJobListEntry.struct_class = Types::DiscoveryJobListEntry
856
-
857
- DiscoveryServerConfiguration.add_member(:server_hostname, Shapes::ShapeRef.new(shape: DiscoveryServerHostname, required: true, location_name: "ServerHostname"))
858
- DiscoveryServerConfiguration.add_member(:server_port, Shapes::ShapeRef.new(shape: DiscoveryServerPort, location_name: "ServerPort"))
859
- DiscoveryServerConfiguration.struct_class = Types::DiscoveryServerConfiguration
860
-
861
720
  DnsIpList.member = Shapes::ShapeRef.new(shape: ServerIpAddress)
862
721
 
863
722
  Ec2Config.add_member(:subnet_arn, Shapes::ShapeRef.new(shape: Ec2SubnetArn, required: true, location_name: "SubnetArn"))
@@ -866,12 +725,8 @@ module Aws::DataSync
866
725
 
867
726
  Ec2SecurityGroupArnList.member = Shapes::ShapeRef.new(shape: Ec2SecurityGroupArn)
868
727
 
869
- EnabledProtocols.member = Shapes::ShapeRef.new(shape: PtolemyString)
870
-
871
728
  FilterList.member = Shapes::ShapeRef.new(shape: FilterRule)
872
729
 
873
- FilterMembers.member = Shapes::ShapeRef.new(shape: PtolemyString)
874
-
875
730
  FilterRule.add_member(:filter_type, Shapes::ShapeRef.new(shape: FilterType, location_name: "FilterType"))
876
731
  FilterRule.add_member(:value, Shapes::ShapeRef.new(shape: FilterValue, location_name: "Value"))
877
732
  FilterRule.struct_class = Types::FilterRule
@@ -901,25 +756,12 @@ module Aws::DataSync
901
756
  FsxUpdateProtocolSmb.add_member(:user, Shapes::ShapeRef.new(shape: SmbUser, location_name: "User"))
902
757
  FsxUpdateProtocolSmb.struct_class = Types::FsxUpdateProtocolSmb
903
758
 
904
- GenerateRecommendationsRequest.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, required: true, location_name: "DiscoveryJobArn"))
905
- GenerateRecommendationsRequest.add_member(:resource_ids, Shapes::ShapeRef.new(shape: ResourceIds, required: true, location_name: "ResourceIds"))
906
- GenerateRecommendationsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: DiscoveryResourceType, required: true, location_name: "ResourceType"))
907
- GenerateRecommendationsRequest.struct_class = Types::GenerateRecommendationsRequest
908
-
909
- GenerateRecommendationsResponse.struct_class = Types::GenerateRecommendationsResponse
910
-
911
759
  HdfsNameNode.add_member(:hostname, Shapes::ShapeRef.new(shape: HdfsServerHostname, required: true, location_name: "Hostname"))
912
760
  HdfsNameNode.add_member(:port, Shapes::ShapeRef.new(shape: HdfsServerPort, required: true, location_name: "Port"))
913
761
  HdfsNameNode.struct_class = Types::HdfsNameNode
914
762
 
915
763
  HdfsNameNodeList.member = Shapes::ShapeRef.new(shape: HdfsNameNode)
916
764
 
917
- IOPS.add_member(:read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Read"))
918
- IOPS.add_member(:write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Write"))
919
- IOPS.add_member(:other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Other"))
920
- IOPS.add_member(:total, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Total"))
921
- IOPS.struct_class = Types::IOPS
922
-
923
765
  InputTagList.member = Shapes::ShapeRef.new(shape: TagListEntry)
924
766
 
925
767
  InternalException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
@@ -931,11 +773,6 @@ module Aws::DataSync
931
773
  InvalidRequestException.add_member(:datasync_error_code, Shapes::ShapeRef.new(shape: string, location_name: "datasyncErrorCode"))
932
774
  InvalidRequestException.struct_class = Types::InvalidRequestException
933
775
 
934
- Latency.add_member(:read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Read"))
935
- Latency.add_member(:write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Write"))
936
- Latency.add_member(:other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Other"))
937
- Latency.struct_class = Types::Latency
938
-
939
776
  ListAgentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
940
777
  ListAgentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
941
778
  ListAgentsRequest.struct_class = Types::ListAgentsRequest
@@ -944,15 +781,6 @@ module Aws::DataSync
944
781
  ListAgentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
945
782
  ListAgentsResponse.struct_class = Types::ListAgentsResponse
946
783
 
947
- ListDiscoveryJobsRequest.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, location_name: "StorageSystemArn"))
948
- ListDiscoveryJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DiscoveryMaxResults, location_name: "MaxResults"))
949
- ListDiscoveryJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
950
- ListDiscoveryJobsRequest.struct_class = Types::ListDiscoveryJobsRequest
951
-
952
- ListDiscoveryJobsResponse.add_member(:discovery_jobs, Shapes::ShapeRef.new(shape: DiscoveryJobList, location_name: "DiscoveryJobs"))
953
- ListDiscoveryJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
954
- ListDiscoveryJobsResponse.struct_class = Types::ListDiscoveryJobsResponse
955
-
956
784
  ListLocationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
957
785
  ListLocationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
958
786
  ListLocationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: LocationFilters, location_name: "Filters"))
@@ -962,14 +790,6 @@ module Aws::DataSync
962
790
  ListLocationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
963
791
  ListLocationsResponse.struct_class = Types::ListLocationsResponse
964
792
 
965
- ListStorageSystemsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DiscoveryMaxResults, location_name: "MaxResults"))
966
- ListStorageSystemsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
967
- ListStorageSystemsRequest.struct_class = Types::ListStorageSystemsRequest
968
-
969
- ListStorageSystemsResponse.add_member(:storage_systems, Shapes::ShapeRef.new(shape: StorageSystemList, location_name: "StorageSystems"))
970
- ListStorageSystemsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: DiscoveryNextToken, location_name: "NextToken"))
971
- ListStorageSystemsResponse.struct_class = Types::ListStorageSystemsResponse
972
-
973
793
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "ResourceArn"))
974
794
  ListTagsForResourceRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
975
795
  ListTagsForResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -1010,79 +830,14 @@ module Aws::DataSync
1010
830
  LocationListEntry.add_member(:location_uri, Shapes::ShapeRef.new(shape: LocationUri, location_name: "LocationUri"))
1011
831
  LocationListEntry.struct_class = Types::LocationListEntry
1012
832
 
833
+ ManagedSecretConfig.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
834
+ ManagedSecretConfig.struct_class = Types::ManagedSecretConfig
835
+
1013
836
  ManifestConfig.add_member(:action, Shapes::ShapeRef.new(shape: ManifestAction, location_name: "Action"))
1014
837
  ManifestConfig.add_member(:format, Shapes::ShapeRef.new(shape: ManifestFormat, location_name: "Format"))
1015
838
  ManifestConfig.add_member(:source, Shapes::ShapeRef.new(shape: SourceManifestConfig, location_name: "Source"))
1016
839
  ManifestConfig.struct_class = Types::ManifestConfig
1017
840
 
1018
- MaxP95Performance.add_member(:iops_read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "IopsRead"))
1019
- MaxP95Performance.add_member(:iops_write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "IopsWrite"))
1020
- MaxP95Performance.add_member(:iops_other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "IopsOther"))
1021
- MaxP95Performance.add_member(:iops_total, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "IopsTotal"))
1022
- MaxP95Performance.add_member(:throughput_read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "ThroughputRead"))
1023
- MaxP95Performance.add_member(:throughput_write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "ThroughputWrite"))
1024
- MaxP95Performance.add_member(:throughput_other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "ThroughputOther"))
1025
- MaxP95Performance.add_member(:throughput_total, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "ThroughputTotal"))
1026
- MaxP95Performance.add_member(:latency_read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "LatencyRead"))
1027
- MaxP95Performance.add_member(:latency_write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "LatencyWrite"))
1028
- MaxP95Performance.add_member(:latency_other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "LatencyOther"))
1029
- MaxP95Performance.struct_class = Types::MaxP95Performance
1030
-
1031
- Metrics.member = Shapes::ShapeRef.new(shape: ResourceMetrics)
1032
-
1033
- NetAppONTAPCluster.add_member(:cifs_share_count, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "CifsShareCount"))
1034
- NetAppONTAPCluster.add_member(:nfs_exported_volumes, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "NfsExportedVolumes"))
1035
- NetAppONTAPCluster.add_member(:resource_id, Shapes::ShapeRef.new(shape: PtolemyUUID, location_name: "ResourceId"))
1036
- NetAppONTAPCluster.add_member(:cluster_name, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "ClusterName"))
1037
- NetAppONTAPCluster.add_member(:max_p95_performance, Shapes::ShapeRef.new(shape: MaxP95Performance, location_name: "MaxP95Performance"))
1038
- NetAppONTAPCluster.add_member(:cluster_block_storage_size, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "ClusterBlockStorageSize"))
1039
- NetAppONTAPCluster.add_member(:cluster_block_storage_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "ClusterBlockStorageUsed"))
1040
- NetAppONTAPCluster.add_member(:cluster_block_storage_logical_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "ClusterBlockStorageLogicalUsed"))
1041
- NetAppONTAPCluster.add_member(:recommendations, Shapes::ShapeRef.new(shape: Recommendations, location_name: "Recommendations"))
1042
- NetAppONTAPCluster.add_member(:recommendation_status, Shapes::ShapeRef.new(shape: RecommendationStatus, location_name: "RecommendationStatus"))
1043
- NetAppONTAPCluster.add_member(:lun_count, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "LunCount"))
1044
- NetAppONTAPCluster.add_member(:cluster_cloud_storage_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "ClusterCloudStorageUsed"))
1045
- NetAppONTAPCluster.struct_class = Types::NetAppONTAPCluster
1046
-
1047
- NetAppONTAPClusters.member = Shapes::ShapeRef.new(shape: NetAppONTAPCluster)
1048
-
1049
- NetAppONTAPSVM.add_member(:cluster_uuid, Shapes::ShapeRef.new(shape: PtolemyUUID, location_name: "ClusterUuid"))
1050
- NetAppONTAPSVM.add_member(:resource_id, Shapes::ShapeRef.new(shape: PtolemyUUID, location_name: "ResourceId"))
1051
- NetAppONTAPSVM.add_member(:svm_name, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "SvmName"))
1052
- NetAppONTAPSVM.add_member(:cifs_share_count, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "CifsShareCount"))
1053
- NetAppONTAPSVM.add_member(:enabled_protocols, Shapes::ShapeRef.new(shape: EnabledProtocols, location_name: "EnabledProtocols"))
1054
- NetAppONTAPSVM.add_member(:total_capacity_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "TotalCapacityUsed"))
1055
- NetAppONTAPSVM.add_member(:total_capacity_provisioned, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "TotalCapacityProvisioned"))
1056
- NetAppONTAPSVM.add_member(:total_logical_capacity_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "TotalLogicalCapacityUsed"))
1057
- NetAppONTAPSVM.add_member(:max_p95_performance, Shapes::ShapeRef.new(shape: MaxP95Performance, location_name: "MaxP95Performance"))
1058
- NetAppONTAPSVM.add_member(:recommendations, Shapes::ShapeRef.new(shape: Recommendations, location_name: "Recommendations"))
1059
- NetAppONTAPSVM.add_member(:nfs_exported_volumes, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "NfsExportedVolumes"))
1060
- NetAppONTAPSVM.add_member(:recommendation_status, Shapes::ShapeRef.new(shape: RecommendationStatus, location_name: "RecommendationStatus"))
1061
- NetAppONTAPSVM.add_member(:total_snapshot_capacity_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "TotalSnapshotCapacityUsed"))
1062
- NetAppONTAPSVM.add_member(:lun_count, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "LunCount"))
1063
- NetAppONTAPSVM.struct_class = Types::NetAppONTAPSVM
1064
-
1065
- NetAppONTAPSVMs.member = Shapes::ShapeRef.new(shape: NetAppONTAPSVM)
1066
-
1067
- NetAppONTAPVolume.add_member(:volume_name, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "VolumeName"))
1068
- NetAppONTAPVolume.add_member(:resource_id, Shapes::ShapeRef.new(shape: PtolemyUUID, location_name: "ResourceId"))
1069
- NetAppONTAPVolume.add_member(:cifs_share_count, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "CifsShareCount"))
1070
- NetAppONTAPVolume.add_member(:security_style, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "SecurityStyle"))
1071
- NetAppONTAPVolume.add_member(:svm_uuid, Shapes::ShapeRef.new(shape: PtolemyUUID, location_name: "SvmUuid"))
1072
- NetAppONTAPVolume.add_member(:svm_name, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "SvmName"))
1073
- NetAppONTAPVolume.add_member(:capacity_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "CapacityUsed"))
1074
- NetAppONTAPVolume.add_member(:capacity_provisioned, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "CapacityProvisioned"))
1075
- NetAppONTAPVolume.add_member(:logical_capacity_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "LogicalCapacityUsed"))
1076
- NetAppONTAPVolume.add_member(:nfs_exported, Shapes::ShapeRef.new(shape: PtolemyBoolean, location_name: "NfsExported"))
1077
- NetAppONTAPVolume.add_member(:snapshot_capacity_used, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "SnapshotCapacityUsed"))
1078
- NetAppONTAPVolume.add_member(:max_p95_performance, Shapes::ShapeRef.new(shape: MaxP95Performance, location_name: "MaxP95Performance"))
1079
- NetAppONTAPVolume.add_member(:recommendations, Shapes::ShapeRef.new(shape: Recommendations, location_name: "Recommendations"))
1080
- NetAppONTAPVolume.add_member(:recommendation_status, Shapes::ShapeRef.new(shape: RecommendationStatus, location_name: "RecommendationStatus"))
1081
- NetAppONTAPVolume.add_member(:lun_count, Shapes::ShapeRef.new(shape: NonNegativeLong, location_name: "LunCount"))
1082
- NetAppONTAPVolume.struct_class = Types::NetAppONTAPVolume
1083
-
1084
- NetAppONTAPVolumes.member = Shapes::ShapeRef.new(shape: NetAppONTAPVolume)
1085
-
1086
841
  NfsMountOptions.add_member(:version, Shapes::ShapeRef.new(shape: NfsVersion, location_name: "Version"))
1087
842
  NfsMountOptions.struct_class = Types::NfsMountOptions
1088
843
 
@@ -1108,11 +863,6 @@ module Aws::DataSync
1108
863
 
1109
864
  OutputTagList.member = Shapes::ShapeRef.new(shape: TagListEntry)
1110
865
 
1111
- P95Metrics.add_member(:iops, Shapes::ShapeRef.new(shape: IOPS, location_name: "IOPS"))
1112
- P95Metrics.add_member(:throughput, Shapes::ShapeRef.new(shape: Throughput, location_name: "Throughput"))
1113
- P95Metrics.add_member(:latency, Shapes::ShapeRef.new(shape: Latency, location_name: "Latency"))
1114
- P95Metrics.struct_class = Types::P95Metrics
1115
-
1116
866
  PLSecurityGroupArnList.member = Shapes::ShapeRef.new(shape: Ec2SecurityGroupArn)
1117
867
 
1118
868
  PLSubnetArnList.member = Shapes::ShapeRef.new(shape: Ec2SubnetArn)
@@ -1130,21 +880,6 @@ module Aws::DataSync
1130
880
  QopConfiguration.add_member(:data_transfer_protection, Shapes::ShapeRef.new(shape: HdfsDataTransferProtection, location_name: "DataTransferProtection"))
1131
881
  QopConfiguration.struct_class = Types::QopConfiguration
1132
882
 
1133
- Recommendation.add_member(:storage_type, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "StorageType"))
1134
- Recommendation.add_member(:storage_configuration, Shapes::ShapeRef.new(shape: RecommendationsConfigMap, location_name: "StorageConfiguration"))
1135
- Recommendation.add_member(:estimated_monthly_storage_cost, Shapes::ShapeRef.new(shape: PtolemyString, location_name: "EstimatedMonthlyStorageCost"))
1136
- Recommendation.struct_class = Types::Recommendation
1137
-
1138
- Recommendations.member = Shapes::ShapeRef.new(shape: Recommendation)
1139
-
1140
- RecommendationsConfigMap.key = Shapes::ShapeRef.new(shape: PtolemyString)
1141
- RecommendationsConfigMap.value = Shapes::ShapeRef.new(shape: PtolemyString)
1142
-
1143
- RemoveStorageSystemRequest.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, required: true, location_name: "StorageSystemArn"))
1144
- RemoveStorageSystemRequest.struct_class = Types::RemoveStorageSystemRequest
1145
-
1146
- RemoveStorageSystemResponse.struct_class = Types::RemoveStorageSystemResponse
1147
-
1148
883
  ReportDestination.add_member(:s3, Shapes::ShapeRef.new(shape: ReportDestinationS3, location_name: "S3"))
1149
884
  ReportDestination.struct_class = Types::ReportDestination
1150
885
 
@@ -1167,23 +902,6 @@ module Aws::DataSync
1167
902
  ReportResult.add_member(:error_detail, Shapes::ShapeRef.new(shape: string, location_name: "ErrorDetail"))
1168
903
  ReportResult.struct_class = Types::ReportResult
1169
904
 
1170
- ResourceDetails.add_member(:net_app_ontapsv_ms, Shapes::ShapeRef.new(shape: NetAppONTAPSVMs, location_name: "NetAppONTAPSVMs"))
1171
- ResourceDetails.add_member(:net_app_ontap_volumes, Shapes::ShapeRef.new(shape: NetAppONTAPVolumes, location_name: "NetAppONTAPVolumes"))
1172
- ResourceDetails.add_member(:net_app_ontap_clusters, Shapes::ShapeRef.new(shape: NetAppONTAPClusters, location_name: "NetAppONTAPClusters"))
1173
- ResourceDetails.struct_class = Types::ResourceDetails
1174
-
1175
- ResourceFilters.key = Shapes::ShapeRef.new(shape: DiscoveryResourceFilter)
1176
- ResourceFilters.value = Shapes::ShapeRef.new(shape: FilterMembers)
1177
-
1178
- ResourceIds.member = Shapes::ShapeRef.new(shape: ResourceId)
1179
-
1180
- ResourceMetrics.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
1181
- ResourceMetrics.add_member(:p95_metrics, Shapes::ShapeRef.new(shape: P95Metrics, location_name: "P95Metrics"))
1182
- ResourceMetrics.add_member(:capacity, Shapes::ShapeRef.new(shape: Capacity, location_name: "Capacity"))
1183
- ResourceMetrics.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
1184
- ResourceMetrics.add_member(:resource_type, Shapes::ShapeRef.new(shape: DiscoveryResourceType, location_name: "ResourceType"))
1185
- ResourceMetrics.struct_class = Types::ResourceMetrics
1186
-
1187
905
  S3Config.add_member(:bucket_access_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "BucketAccessRoleArn"))
1188
906
  S3Config.struct_class = Types::S3Config
1189
907
 
@@ -1201,15 +919,6 @@ module Aws::DataSync
1201
919
 
1202
920
  SourceNetworkInterfaceArns.member = Shapes::ShapeRef.new(shape: NetworkInterfaceArn)
1203
921
 
1204
- StartDiscoveryJobRequest.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, required: true, location_name: "StorageSystemArn"))
1205
- StartDiscoveryJobRequest.add_member(:collection_duration_minutes, Shapes::ShapeRef.new(shape: CollectionDurationMinutes, required: true, location_name: "CollectionDurationMinutes"))
1206
- StartDiscoveryJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: PtolemyUUID, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
1207
- StartDiscoveryJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: InputTagList, location_name: "Tags"))
1208
- StartDiscoveryJobRequest.struct_class = Types::StartDiscoveryJobRequest
1209
-
1210
- StartDiscoveryJobResponse.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, location_name: "DiscoveryJobArn"))
1211
- StartDiscoveryJobResponse.struct_class = Types::StartDiscoveryJobResponse
1212
-
1213
922
  StartTaskExecutionRequest.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, required: true, location_name: "TaskArn"))
1214
923
  StartTaskExecutionRequest.add_member(:override_options, Shapes::ShapeRef.new(shape: Options, location_name: "OverrideOptions"))
1215
924
  StartTaskExecutionRequest.add_member(:includes, Shapes::ShapeRef.new(shape: FilterList, location_name: "Includes"))
@@ -1222,17 +931,6 @@ module Aws::DataSync
1222
931
  StartTaskExecutionResponse.add_member(:task_execution_arn, Shapes::ShapeRef.new(shape: TaskExecutionArn, location_name: "TaskExecutionArn"))
1223
932
  StartTaskExecutionResponse.struct_class = Types::StartTaskExecutionResponse
1224
933
 
1225
- StopDiscoveryJobRequest.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, required: true, location_name: "DiscoveryJobArn"))
1226
- StopDiscoveryJobRequest.struct_class = Types::StopDiscoveryJobRequest
1227
-
1228
- StopDiscoveryJobResponse.struct_class = Types::StopDiscoveryJobResponse
1229
-
1230
- StorageSystemList.member = Shapes::ShapeRef.new(shape: StorageSystemListEntry)
1231
-
1232
- StorageSystemListEntry.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, location_name: "StorageSystemArn"))
1233
- StorageSystemListEntry.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
1234
- StorageSystemListEntry.struct_class = Types::StorageSystemListEntry
1235
-
1236
934
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
1237
935
 
1238
936
  TagListEntry.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
@@ -1304,12 +1002,6 @@ module Aws::DataSync
1304
1002
  TaskScheduleDetails.add_member(:disabled_by, Shapes::ShapeRef.new(shape: ScheduleDisabledBy, location_name: "DisabledBy"))
1305
1003
  TaskScheduleDetails.struct_class = Types::TaskScheduleDetails
1306
1004
 
1307
- Throughput.add_member(:read, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Read"))
1308
- Throughput.add_member(:write, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Write"))
1309
- Throughput.add_member(:other, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Other"))
1310
- Throughput.add_member(:total, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "Total"))
1311
- Throughput.struct_class = Types::Throughput
1312
-
1313
1005
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "ResourceArn"))
1314
1006
  UntagResourceRequest.add_member(:keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "Keys"))
1315
1007
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -1322,12 +1014,6 @@ module Aws::DataSync
1322
1014
 
1323
1015
  UpdateAgentResponse.struct_class = Types::UpdateAgentResponse
1324
1016
 
1325
- UpdateDiscoveryJobRequest.add_member(:discovery_job_arn, Shapes::ShapeRef.new(shape: DiscoveryJobArn, required: true, location_name: "DiscoveryJobArn"))
1326
- UpdateDiscoveryJobRequest.add_member(:collection_duration_minutes, Shapes::ShapeRef.new(shape: CollectionDurationMinutes, required: true, location_name: "CollectionDurationMinutes"))
1327
- UpdateDiscoveryJobRequest.struct_class = Types::UpdateDiscoveryJobRequest
1328
-
1329
- UpdateDiscoveryJobResponse.struct_class = Types::UpdateDiscoveryJobResponse
1330
-
1331
1017
  UpdateLocationAzureBlobRequest.add_member(:location_arn, Shapes::ShapeRef.new(shape: LocationArn, required: true, location_name: "LocationArn"))
1332
1018
  UpdateLocationAzureBlobRequest.add_member(:subdirectory, Shapes::ShapeRef.new(shape: AzureBlobSubdirectory, location_name: "Subdirectory"))
1333
1019
  UpdateLocationAzureBlobRequest.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AzureBlobAuthenticationType, location_name: "AuthenticationType"))
@@ -1335,6 +1021,8 @@ module Aws::DataSync
1335
1021
  UpdateLocationAzureBlobRequest.add_member(:blob_type, Shapes::ShapeRef.new(shape: AzureBlobType, location_name: "BlobType"))
1336
1022
  UpdateLocationAzureBlobRequest.add_member(:access_tier, Shapes::ShapeRef.new(shape: AzureAccessTier, location_name: "AccessTier"))
1337
1023
  UpdateLocationAzureBlobRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, location_name: "AgentArns"))
1024
+ UpdateLocationAzureBlobRequest.add_member(:cmk_secret_config, Shapes::ShapeRef.new(shape: CmkSecretConfig, location_name: "CmkSecretConfig"))
1025
+ UpdateLocationAzureBlobRequest.add_member(:custom_secret_config, Shapes::ShapeRef.new(shape: CustomSecretConfig, location_name: "CustomSecretConfig"))
1338
1026
  UpdateLocationAzureBlobRequest.struct_class = Types::UpdateLocationAzureBlobRequest
1339
1027
 
1340
1028
  UpdateLocationAzureBlobResponse.struct_class = Types::UpdateLocationAzureBlobResponse
@@ -1412,6 +1100,8 @@ module Aws::DataSync
1412
1100
  UpdateLocationObjectStorageRequest.add_member(:secret_key, Shapes::ShapeRef.new(shape: ObjectStorageSecretKey, location_name: "SecretKey"))
1413
1101
  UpdateLocationObjectStorageRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: AgentArnList, location_name: "AgentArns"))
1414
1102
  UpdateLocationObjectStorageRequest.add_member(:server_certificate, Shapes::ShapeRef.new(shape: ObjectStorageCertificate, location_name: "ServerCertificate"))
1103
+ UpdateLocationObjectStorageRequest.add_member(:cmk_secret_config, Shapes::ShapeRef.new(shape: CmkSecretConfig, location_name: "CmkSecretConfig"))
1104
+ UpdateLocationObjectStorageRequest.add_member(:custom_secret_config, Shapes::ShapeRef.new(shape: CustomSecretConfig, location_name: "CustomSecretConfig"))
1415
1105
  UpdateLocationObjectStorageRequest.struct_class = Types::UpdateLocationObjectStorageRequest
1416
1106
 
1417
1107
  UpdateLocationObjectStorageResponse.struct_class = Types::UpdateLocationObjectStorageResponse
@@ -1441,16 +1131,6 @@ module Aws::DataSync
1441
1131
 
1442
1132
  UpdateLocationSmbResponse.struct_class = Types::UpdateLocationSmbResponse
1443
1133
 
1444
- UpdateStorageSystemRequest.add_member(:storage_system_arn, Shapes::ShapeRef.new(shape: StorageSystemArn, required: true, location_name: "StorageSystemArn"))
1445
- UpdateStorageSystemRequest.add_member(:server_configuration, Shapes::ShapeRef.new(shape: DiscoveryServerConfiguration, location_name: "ServerConfiguration"))
1446
- UpdateStorageSystemRequest.add_member(:agent_arns, Shapes::ShapeRef.new(shape: DiscoveryAgentArnList, location_name: "AgentArns"))
1447
- UpdateStorageSystemRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
1448
- UpdateStorageSystemRequest.add_member(:cloud_watch_log_group_arn, Shapes::ShapeRef.new(shape: LogGroupArn, location_name: "CloudWatchLogGroupArn"))
1449
- UpdateStorageSystemRequest.add_member(:credentials, Shapes::ShapeRef.new(shape: Credentials, location_name: "Credentials"))
1450
- UpdateStorageSystemRequest.struct_class = Types::UpdateStorageSystemRequest
1451
-
1452
- UpdateStorageSystemResponse.struct_class = Types::UpdateStorageSystemResponse
1453
-
1454
1134
  UpdateTaskExecutionRequest.add_member(:task_execution_arn, Shapes::ShapeRef.new(shape: TaskExecutionArn, required: true, location_name: "TaskExecutionArn"))
1455
1135
  UpdateTaskExecutionRequest.add_member(:options, Shapes::ShapeRef.new(shape: Options, required: true, location_name: "Options"))
1456
1136
  UpdateTaskExecutionRequest.struct_class = Types::UpdateTaskExecutionRequest
@@ -1492,19 +1172,6 @@ module Aws::DataSync
1492
1172
  "uid" => "datasync-2018-11-09",
1493
1173
  }
1494
1174
 
1495
- api.add_operation(:add_storage_system, Seahorse::Model::Operation.new.tap do |o|
1496
- o.name = "AddStorageSystem"
1497
- o.http_method = "POST"
1498
- o.http_request_uri = "/"
1499
- o.endpoint_pattern = {
1500
- "hostPrefix" => "discovery-",
1501
- }
1502
- o.input = Shapes::ShapeRef.new(shape: AddStorageSystemRequest)
1503
- o.output = Shapes::ShapeRef.new(shape: AddStorageSystemResponse)
1504
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1505
- o.errors << Shapes::ShapeRef.new(shape: InternalException)
1506
- end)
1507
-
1508
1175
  api.add_operation(:cancel_task_execution, Seahorse::Model::Operation.new.tap do |o|
1509
1176
  o.name = "CancelTaskExecution"
1510
1177
  o.http_method = "POST"
@@ -1685,19 +1352,6 @@ module Aws::DataSync
1685
1352
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
1686
1353
  end)
1687
1354
 
1688
- api.add_operation(:describe_discovery_job, Seahorse::Model::Operation.new.tap do |o|
1689
- o.name = "DescribeDiscoveryJob"
1690
- o.http_method = "POST"
1691
- o.http_request_uri = "/"
1692
- o.endpoint_pattern = {
1693
- "hostPrefix" => "discovery-",
1694
- }
1695
- o.input = Shapes::ShapeRef.new(shape: DescribeDiscoveryJobRequest)
1696
- o.output = Shapes::ShapeRef.new(shape: DescribeDiscoveryJobResponse)
1697
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1698
- o.errors << Shapes::ShapeRef.new(shape: InternalException)
1699
- end)
1700
-
1701
1355
  api.add_operation(:describe_location_azure_blob, Seahorse::Model::Operation.new.tap do |o|
1702
1356
  o.name = "DescribeLocationAzureBlob"
1703
1357
  o.http_method = "POST"
@@ -1808,57 +1462,6 @@ module Aws::DataSync
1808
1462
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
1809
1463
  end)
1810
1464
 
1811
- api.add_operation(:describe_storage_system, Seahorse::Model::Operation.new.tap do |o|
1812
- o.name = "DescribeStorageSystem"
1813
- o.http_method = "POST"
1814
- o.http_request_uri = "/"
1815
- o.endpoint_pattern = {
1816
- "hostPrefix" => "discovery-",
1817
- }
1818
- o.input = Shapes::ShapeRef.new(shape: DescribeStorageSystemRequest)
1819
- o.output = Shapes::ShapeRef.new(shape: DescribeStorageSystemResponse)
1820
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1821
- o.errors << Shapes::ShapeRef.new(shape: InternalException)
1822
- end)
1823
-
1824
- api.add_operation(:describe_storage_system_resource_metrics, Seahorse::Model::Operation.new.tap do |o|
1825
- o.name = "DescribeStorageSystemResourceMetrics"
1826
- o.http_method = "POST"
1827
- o.http_request_uri = "/"
1828
- o.endpoint_pattern = {
1829
- "hostPrefix" => "discovery-",
1830
- }
1831
- o.input = Shapes::ShapeRef.new(shape: DescribeStorageSystemResourceMetricsRequest)
1832
- o.output = Shapes::ShapeRef.new(shape: DescribeStorageSystemResourceMetricsResponse)
1833
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1834
- o.errors << Shapes::ShapeRef.new(shape: InternalException)
1835
- o[:pager] = Aws::Pager.new(
1836
- limit_key: "max_results",
1837
- tokens: {
1838
- "next_token" => "next_token"
1839
- }
1840
- )
1841
- end)
1842
-
1843
- api.add_operation(:describe_storage_system_resources, Seahorse::Model::Operation.new.tap do |o|
1844
- o.name = "DescribeStorageSystemResources"
1845
- o.http_method = "POST"
1846
- o.http_request_uri = "/"
1847
- o.endpoint_pattern = {
1848
- "hostPrefix" => "discovery-",
1849
- }
1850
- o.input = Shapes::ShapeRef.new(shape: DescribeStorageSystemResourcesRequest)
1851
- o.output = Shapes::ShapeRef.new(shape: DescribeStorageSystemResourcesResponse)
1852
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1853
- o.errors << Shapes::ShapeRef.new(shape: InternalException)
1854
- o[:pager] = Aws::Pager.new(
1855
- limit_key: "max_results",
1856
- tokens: {
1857
- "next_token" => "next_token"
1858
- }
1859
- )
1860
- end)
1861
-
1862
1465
  api.add_operation(:describe_task, Seahorse::Model::Operation.new.tap do |o|
1863
1466
  o.name = "DescribeTask"
1864
1467
  o.http_method = "POST"
@@ -1879,19 +1482,6 @@ module Aws::DataSync
1879
1482
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
1880
1483
  end)
1881
1484
 
1882
- api.add_operation(:generate_recommendations, Seahorse::Model::Operation.new.tap do |o|
1883
- o.name = "GenerateRecommendations"
1884
- o.http_method = "POST"
1885
- o.http_request_uri = "/"
1886
- o.endpoint_pattern = {
1887
- "hostPrefix" => "discovery-",
1888
- }
1889
- o.input = Shapes::ShapeRef.new(shape: GenerateRecommendationsRequest)
1890
- o.output = Shapes::ShapeRef.new(shape: GenerateRecommendationsResponse)
1891
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1892
- o.errors << Shapes::ShapeRef.new(shape: InternalException)
1893
- end)
1894
-
1895
1485
  api.add_operation(:list_agents, Seahorse::Model::Operation.new.tap do |o|
1896
1486
  o.name = "ListAgents"
1897
1487
  o.http_method = "POST"
@@ -1908,25 +1498,6 @@ module Aws::DataSync
1908
1498
  )
1909
1499
  end)
1910
1500
 
1911
- api.add_operation(:list_discovery_jobs, Seahorse::Model::Operation.new.tap do |o|
1912
- o.name = "ListDiscoveryJobs"
1913
- o.http_method = "POST"
1914
- o.http_request_uri = "/"
1915
- o.endpoint_pattern = {
1916
- "hostPrefix" => "discovery-",
1917
- }
1918
- o.input = Shapes::ShapeRef.new(shape: ListDiscoveryJobsRequest)
1919
- o.output = Shapes::ShapeRef.new(shape: ListDiscoveryJobsResponse)
1920
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1921
- o.errors << Shapes::ShapeRef.new(shape: InternalException)
1922
- o[:pager] = Aws::Pager.new(
1923
- limit_key: "max_results",
1924
- tokens: {
1925
- "next_token" => "next_token"
1926
- }
1927
- )
1928
- end)
1929
-
1930
1501
  api.add_operation(:list_locations, Seahorse::Model::Operation.new.tap do |o|
1931
1502
  o.name = "ListLocations"
1932
1503
  o.http_method = "POST"
@@ -1943,25 +1514,6 @@ module Aws::DataSync
1943
1514
  )
1944
1515
  end)
1945
1516
 
1946
- api.add_operation(:list_storage_systems, Seahorse::Model::Operation.new.tap do |o|
1947
- o.name = "ListStorageSystems"
1948
- o.http_method = "POST"
1949
- o.http_request_uri = "/"
1950
- o.endpoint_pattern = {
1951
- "hostPrefix" => "discovery-",
1952
- }
1953
- o.input = Shapes::ShapeRef.new(shape: ListStorageSystemsRequest)
1954
- o.output = Shapes::ShapeRef.new(shape: ListStorageSystemsResponse)
1955
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1956
- o.errors << Shapes::ShapeRef.new(shape: InternalException)
1957
- o[:pager] = Aws::Pager.new(
1958
- limit_key: "max_results",
1959
- tokens: {
1960
- "next_token" => "next_token"
1961
- }
1962
- )
1963
- end)
1964
-
1965
1517
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1966
1518
  o.name = "ListTagsForResource"
1967
1519
  o.http_method = "POST"
@@ -2010,32 +1562,6 @@ module Aws::DataSync
2010
1562
  )
2011
1563
  end)
2012
1564
 
2013
- api.add_operation(:remove_storage_system, Seahorse::Model::Operation.new.tap do |o|
2014
- o.name = "RemoveStorageSystem"
2015
- o.http_method = "POST"
2016
- o.http_request_uri = "/"
2017
- o.endpoint_pattern = {
2018
- "hostPrefix" => "discovery-",
2019
- }
2020
- o.input = Shapes::ShapeRef.new(shape: RemoveStorageSystemRequest)
2021
- o.output = Shapes::ShapeRef.new(shape: RemoveStorageSystemResponse)
2022
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2023
- o.errors << Shapes::ShapeRef.new(shape: InternalException)
2024
- end)
2025
-
2026
- api.add_operation(:start_discovery_job, Seahorse::Model::Operation.new.tap do |o|
2027
- o.name = "StartDiscoveryJob"
2028
- o.http_method = "POST"
2029
- o.http_request_uri = "/"
2030
- o.endpoint_pattern = {
2031
- "hostPrefix" => "discovery-",
2032
- }
2033
- o.input = Shapes::ShapeRef.new(shape: StartDiscoveryJobRequest)
2034
- o.output = Shapes::ShapeRef.new(shape: StartDiscoveryJobResponse)
2035
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2036
- o.errors << Shapes::ShapeRef.new(shape: InternalException)
2037
- end)
2038
-
2039
1565
  api.add_operation(:start_task_execution, Seahorse::Model::Operation.new.tap do |o|
2040
1566
  o.name = "StartTaskExecution"
2041
1567
  o.http_method = "POST"
@@ -2046,19 +1572,6 @@ module Aws::DataSync
2046
1572
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
2047
1573
  end)
2048
1574
 
2049
- api.add_operation(:stop_discovery_job, Seahorse::Model::Operation.new.tap do |o|
2050
- o.name = "StopDiscoveryJob"
2051
- o.http_method = "POST"
2052
- o.http_request_uri = "/"
2053
- o.endpoint_pattern = {
2054
- "hostPrefix" => "discovery-",
2055
- }
2056
- o.input = Shapes::ShapeRef.new(shape: StopDiscoveryJobRequest)
2057
- o.output = Shapes::ShapeRef.new(shape: StopDiscoveryJobResponse)
2058
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2059
- o.errors << Shapes::ShapeRef.new(shape: InternalException)
2060
- end)
2061
-
2062
1575
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
2063
1576
  o.name = "TagResource"
2064
1577
  o.http_method = "POST"
@@ -2089,19 +1602,6 @@ module Aws::DataSync
2089
1602
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
2090
1603
  end)
2091
1604
 
2092
- api.add_operation(:update_discovery_job, Seahorse::Model::Operation.new.tap do |o|
2093
- o.name = "UpdateDiscoveryJob"
2094
- o.http_method = "POST"
2095
- o.http_request_uri = "/"
2096
- o.endpoint_pattern = {
2097
- "hostPrefix" => "discovery-",
2098
- }
2099
- o.input = Shapes::ShapeRef.new(shape: UpdateDiscoveryJobRequest)
2100
- o.output = Shapes::ShapeRef.new(shape: UpdateDiscoveryJobResponse)
2101
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2102
- o.errors << Shapes::ShapeRef.new(shape: InternalException)
2103
- end)
2104
-
2105
1605
  api.add_operation(:update_location_azure_blob, Seahorse::Model::Operation.new.tap do |o|
2106
1606
  o.name = "UpdateLocationAzureBlob"
2107
1607
  o.http_method = "POST"
@@ -2212,19 +1712,6 @@ module Aws::DataSync
2212
1712
  o.errors << Shapes::ShapeRef.new(shape: InternalException)
2213
1713
  end)
2214
1714
 
2215
- api.add_operation(:update_storage_system, Seahorse::Model::Operation.new.tap do |o|
2216
- o.name = "UpdateStorageSystem"
2217
- o.http_method = "POST"
2218
- o.http_request_uri = "/"
2219
- o.endpoint_pattern = {
2220
- "hostPrefix" => "discovery-",
2221
- }
2222
- o.input = Shapes::ShapeRef.new(shape: UpdateStorageSystemRequest)
2223
- o.output = Shapes::ShapeRef.new(shape: UpdateStorageSystemResponse)
2224
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2225
- o.errors << Shapes::ShapeRef.new(shape: InternalException)
2226
- end)
2227
-
2228
1715
  api.add_operation(:update_task, Seahorse::Model::Operation.new.tap do |o|
2229
1716
  o.name = "UpdateTask"
2230
1717
  o.http_method = "POST"