aws-sdk-core 2.11.176 → 2.11.177
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/amplify/2017-07-25/api-2.json +1453 -0
- data/apis/amplify/2017-07-25/examples-1.json +5 -0
- data/apis/amplify/2017-07-25/paginators-1.json +4 -0
- data/apis/datasync/2018-11-09/api-2.json +1060 -0
- data/apis/datasync/2018-11-09/examples-1.json +5 -0
- data/apis/datasync/2018-11-09/paginators-1.json +29 -0
- data/apis/robomaker/2018-06-29/api-2.json +1775 -0
- data/apis/robomaker/2018-06-29/examples-1.json +5 -0
- data/apis/robomaker/2018-06-29/paginators-1.json +4 -0
- data/apis/s3/2006-03-01/api-2.json +6 -3
- data/apis/s3/2006-03-01/examples-1.json +72 -72
- data/apis/snowball/2016-06-30/api-2.json +4 -1
- data/apis/transfer/2018-11-05/api-2.json +818 -0
- data/apis/transfer/2018-11-05/examples-1.json +5 -0
- data/apis/transfer/2018-11-05/paginators-1.json +4 -0
- data/lib/aws-sdk-core.rb +4 -0
- data/lib/aws-sdk-core/amplify.rb +6 -0
- data/lib/aws-sdk-core/datasync.rb +6 -0
- data/lib/aws-sdk-core/robomaker.rb +6 -0
- data/lib/aws-sdk-core/transfer.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +16 -0
- metadata +18 -2
@@ -0,0 +1,1060 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2018-11-09",
|
5
|
+
"endpointPrefix":"datasync",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"json",
|
8
|
+
"serviceAbbreviation":"DataSync",
|
9
|
+
"serviceFullName":"AWS DataSync",
|
10
|
+
"serviceId":"DataSync",
|
11
|
+
"signatureVersion":"v4",
|
12
|
+
"signingName":"datasync",
|
13
|
+
"targetPrefix":"FmrsService",
|
14
|
+
"uid":"datasync-2018-11-09"
|
15
|
+
},
|
16
|
+
"operations":{
|
17
|
+
"CancelTaskExecution":{
|
18
|
+
"name":"CancelTaskExecution",
|
19
|
+
"http":{
|
20
|
+
"method":"POST",
|
21
|
+
"requestUri":"/"
|
22
|
+
},
|
23
|
+
"input":{"shape":"CancelTaskExecutionRequest"},
|
24
|
+
"output":{"shape":"CancelTaskExecutionResponse"},
|
25
|
+
"errors":[
|
26
|
+
{"shape":"InvalidRequestException"}
|
27
|
+
]
|
28
|
+
},
|
29
|
+
"CreateAgent":{
|
30
|
+
"name":"CreateAgent",
|
31
|
+
"http":{
|
32
|
+
"method":"POST",
|
33
|
+
"requestUri":"/"
|
34
|
+
},
|
35
|
+
"input":{"shape":"CreateAgentRequest"},
|
36
|
+
"output":{"shape":"CreateAgentResponse"},
|
37
|
+
"errors":[
|
38
|
+
{"shape":"InvalidRequestException"}
|
39
|
+
]
|
40
|
+
},
|
41
|
+
"CreateLocationEfs":{
|
42
|
+
"name":"CreateLocationEfs",
|
43
|
+
"http":{
|
44
|
+
"method":"POST",
|
45
|
+
"requestUri":"/"
|
46
|
+
},
|
47
|
+
"input":{"shape":"CreateLocationEfsRequest"},
|
48
|
+
"output":{"shape":"CreateLocationEfsResponse"},
|
49
|
+
"errors":[
|
50
|
+
{"shape":"InvalidRequestException"}
|
51
|
+
]
|
52
|
+
},
|
53
|
+
"CreateLocationNfs":{
|
54
|
+
"name":"CreateLocationNfs",
|
55
|
+
"http":{
|
56
|
+
"method":"POST",
|
57
|
+
"requestUri":"/"
|
58
|
+
},
|
59
|
+
"input":{"shape":"CreateLocationNfsRequest"},
|
60
|
+
"output":{"shape":"CreateLocationNfsResponse"},
|
61
|
+
"errors":[
|
62
|
+
{"shape":"InvalidRequestException"}
|
63
|
+
]
|
64
|
+
},
|
65
|
+
"CreateLocationS3":{
|
66
|
+
"name":"CreateLocationS3",
|
67
|
+
"http":{
|
68
|
+
"method":"POST",
|
69
|
+
"requestUri":"/"
|
70
|
+
},
|
71
|
+
"input":{"shape":"CreateLocationS3Request"},
|
72
|
+
"output":{"shape":"CreateLocationS3Response"},
|
73
|
+
"errors":[
|
74
|
+
{"shape":"InvalidRequestException"}
|
75
|
+
]
|
76
|
+
},
|
77
|
+
"CreateTask":{
|
78
|
+
"name":"CreateTask",
|
79
|
+
"http":{
|
80
|
+
"method":"POST",
|
81
|
+
"requestUri":"/"
|
82
|
+
},
|
83
|
+
"input":{"shape":"CreateTaskRequest"},
|
84
|
+
"output":{"shape":"CreateTaskResponse"},
|
85
|
+
"errors":[
|
86
|
+
{"shape":"InvalidRequestException"}
|
87
|
+
]
|
88
|
+
},
|
89
|
+
"DeleteAgent":{
|
90
|
+
"name":"DeleteAgent",
|
91
|
+
"http":{
|
92
|
+
"method":"POST",
|
93
|
+
"requestUri":"/"
|
94
|
+
},
|
95
|
+
"input":{"shape":"DeleteAgentRequest"},
|
96
|
+
"output":{"shape":"DeleteAgentResponse"},
|
97
|
+
"errors":[
|
98
|
+
{"shape":"InvalidRequestException"}
|
99
|
+
]
|
100
|
+
},
|
101
|
+
"DeleteLocation":{
|
102
|
+
"name":"DeleteLocation",
|
103
|
+
"http":{
|
104
|
+
"method":"POST",
|
105
|
+
"requestUri":"/"
|
106
|
+
},
|
107
|
+
"input":{"shape":"DeleteLocationRequest"},
|
108
|
+
"output":{"shape":"DeleteLocationResponse"},
|
109
|
+
"errors":[
|
110
|
+
{"shape":"InvalidRequestException"}
|
111
|
+
]
|
112
|
+
},
|
113
|
+
"DeleteTask":{
|
114
|
+
"name":"DeleteTask",
|
115
|
+
"http":{
|
116
|
+
"method":"POST",
|
117
|
+
"requestUri":"/"
|
118
|
+
},
|
119
|
+
"input":{"shape":"DeleteTaskRequest"},
|
120
|
+
"output":{"shape":"DeleteTaskResponse"},
|
121
|
+
"errors":[
|
122
|
+
{"shape":"InvalidRequestException"}
|
123
|
+
]
|
124
|
+
},
|
125
|
+
"DescribeAgent":{
|
126
|
+
"name":"DescribeAgent",
|
127
|
+
"http":{
|
128
|
+
"method":"POST",
|
129
|
+
"requestUri":"/"
|
130
|
+
},
|
131
|
+
"input":{"shape":"DescribeAgentRequest"},
|
132
|
+
"output":{"shape":"DescribeAgentResponse"},
|
133
|
+
"errors":[
|
134
|
+
{"shape":"InvalidRequestException"}
|
135
|
+
]
|
136
|
+
},
|
137
|
+
"DescribeLocationEfs":{
|
138
|
+
"name":"DescribeLocationEfs",
|
139
|
+
"http":{
|
140
|
+
"method":"POST",
|
141
|
+
"requestUri":"/"
|
142
|
+
},
|
143
|
+
"input":{"shape":"DescribeLocationEfsRequest"},
|
144
|
+
"output":{"shape":"DescribeLocationEfsResponse"},
|
145
|
+
"errors":[
|
146
|
+
{"shape":"InvalidRequestException"}
|
147
|
+
]
|
148
|
+
},
|
149
|
+
"DescribeLocationNfs":{
|
150
|
+
"name":"DescribeLocationNfs",
|
151
|
+
"http":{
|
152
|
+
"method":"POST",
|
153
|
+
"requestUri":"/"
|
154
|
+
},
|
155
|
+
"input":{"shape":"DescribeLocationNfsRequest"},
|
156
|
+
"output":{"shape":"DescribeLocationNfsResponse"},
|
157
|
+
"errors":[
|
158
|
+
{"shape":"InvalidRequestException"}
|
159
|
+
]
|
160
|
+
},
|
161
|
+
"DescribeLocationS3":{
|
162
|
+
"name":"DescribeLocationS3",
|
163
|
+
"http":{
|
164
|
+
"method":"POST",
|
165
|
+
"requestUri":"/"
|
166
|
+
},
|
167
|
+
"input":{"shape":"DescribeLocationS3Request"},
|
168
|
+
"output":{"shape":"DescribeLocationS3Response"},
|
169
|
+
"errors":[
|
170
|
+
{"shape":"InvalidRequestException"}
|
171
|
+
]
|
172
|
+
},
|
173
|
+
"DescribeTask":{
|
174
|
+
"name":"DescribeTask",
|
175
|
+
"http":{
|
176
|
+
"method":"POST",
|
177
|
+
"requestUri":"/"
|
178
|
+
},
|
179
|
+
"input":{"shape":"DescribeTaskRequest"},
|
180
|
+
"output":{"shape":"DescribeTaskResponse"},
|
181
|
+
"errors":[
|
182
|
+
{"shape":"InvalidRequestException"}
|
183
|
+
]
|
184
|
+
},
|
185
|
+
"DescribeTaskExecution":{
|
186
|
+
"name":"DescribeTaskExecution",
|
187
|
+
"http":{
|
188
|
+
"method":"POST",
|
189
|
+
"requestUri":"/"
|
190
|
+
},
|
191
|
+
"input":{"shape":"DescribeTaskExecutionRequest"},
|
192
|
+
"output":{"shape":"DescribeTaskExecutionResponse"},
|
193
|
+
"errors":[
|
194
|
+
{"shape":"InvalidRequestException"}
|
195
|
+
]
|
196
|
+
},
|
197
|
+
"ListAgents":{
|
198
|
+
"name":"ListAgents",
|
199
|
+
"http":{
|
200
|
+
"method":"POST",
|
201
|
+
"requestUri":"/"
|
202
|
+
},
|
203
|
+
"input":{"shape":"ListAgentsRequest"},
|
204
|
+
"output":{"shape":"ListAgentsResponse"},
|
205
|
+
"errors":[
|
206
|
+
{"shape":"InvalidRequestException"}
|
207
|
+
]
|
208
|
+
},
|
209
|
+
"ListLocations":{
|
210
|
+
"name":"ListLocations",
|
211
|
+
"http":{
|
212
|
+
"method":"POST",
|
213
|
+
"requestUri":"/"
|
214
|
+
},
|
215
|
+
"input":{"shape":"ListLocationsRequest"},
|
216
|
+
"output":{"shape":"ListLocationsResponse"},
|
217
|
+
"errors":[
|
218
|
+
{"shape":"InvalidRequestException"}
|
219
|
+
]
|
220
|
+
},
|
221
|
+
"ListTagsForResource":{
|
222
|
+
"name":"ListTagsForResource",
|
223
|
+
"http":{
|
224
|
+
"method":"POST",
|
225
|
+
"requestUri":"/"
|
226
|
+
},
|
227
|
+
"input":{"shape":"ListTagsForResourceRequest"},
|
228
|
+
"output":{"shape":"ListTagsForResourceResponse"},
|
229
|
+
"errors":[
|
230
|
+
{"shape":"InvalidRequestException"}
|
231
|
+
]
|
232
|
+
},
|
233
|
+
"ListTaskExecutions":{
|
234
|
+
"name":"ListTaskExecutions",
|
235
|
+
"http":{
|
236
|
+
"method":"POST",
|
237
|
+
"requestUri":"/"
|
238
|
+
},
|
239
|
+
"input":{"shape":"ListTaskExecutionsRequest"},
|
240
|
+
"output":{"shape":"ListTaskExecutionsResponse"},
|
241
|
+
"errors":[
|
242
|
+
{"shape":"InvalidRequestException"}
|
243
|
+
]
|
244
|
+
},
|
245
|
+
"ListTasks":{
|
246
|
+
"name":"ListTasks",
|
247
|
+
"http":{
|
248
|
+
"method":"POST",
|
249
|
+
"requestUri":"/"
|
250
|
+
},
|
251
|
+
"input":{"shape":"ListTasksRequest"},
|
252
|
+
"output":{"shape":"ListTasksResponse"},
|
253
|
+
"errors":[
|
254
|
+
{"shape":"InvalidRequestException"}
|
255
|
+
]
|
256
|
+
},
|
257
|
+
"StartTaskExecution":{
|
258
|
+
"name":"StartTaskExecution",
|
259
|
+
"http":{
|
260
|
+
"method":"POST",
|
261
|
+
"requestUri":"/"
|
262
|
+
},
|
263
|
+
"input":{"shape":"StartTaskExecutionRequest"},
|
264
|
+
"output":{"shape":"StartTaskExecutionResponse"},
|
265
|
+
"errors":[
|
266
|
+
{"shape":"InvalidRequestException"}
|
267
|
+
]
|
268
|
+
},
|
269
|
+
"TagResource":{
|
270
|
+
"name":"TagResource",
|
271
|
+
"http":{
|
272
|
+
"method":"POST",
|
273
|
+
"requestUri":"/"
|
274
|
+
},
|
275
|
+
"input":{"shape":"TagResourceRequest"},
|
276
|
+
"output":{"shape":"TagResourceResponse"},
|
277
|
+
"errors":[
|
278
|
+
{"shape":"InvalidRequestException"}
|
279
|
+
]
|
280
|
+
},
|
281
|
+
"UntagResource":{
|
282
|
+
"name":"UntagResource",
|
283
|
+
"http":{
|
284
|
+
"method":"POST",
|
285
|
+
"requestUri":"/"
|
286
|
+
},
|
287
|
+
"input":{"shape":"UntagResourceRequest"},
|
288
|
+
"output":{"shape":"UntagResourceResponse"},
|
289
|
+
"errors":[
|
290
|
+
{"shape":"InvalidRequestException"}
|
291
|
+
]
|
292
|
+
},
|
293
|
+
"UpdateAgent":{
|
294
|
+
"name":"UpdateAgent",
|
295
|
+
"http":{
|
296
|
+
"method":"POST",
|
297
|
+
"requestUri":"/"
|
298
|
+
},
|
299
|
+
"input":{"shape":"UpdateAgentRequest"},
|
300
|
+
"output":{"shape":"UpdateAgentResponse"},
|
301
|
+
"errors":[
|
302
|
+
{"shape":"InvalidRequestException"}
|
303
|
+
]
|
304
|
+
},
|
305
|
+
"UpdateTask":{
|
306
|
+
"name":"UpdateTask",
|
307
|
+
"http":{
|
308
|
+
"method":"POST",
|
309
|
+
"requestUri":"/"
|
310
|
+
},
|
311
|
+
"input":{"shape":"UpdateTaskRequest"},
|
312
|
+
"output":{"shape":"UpdateTaskResponse"},
|
313
|
+
"errors":[
|
314
|
+
{"shape":"InvalidRequestException"}
|
315
|
+
]
|
316
|
+
}
|
317
|
+
},
|
318
|
+
"shapes":{
|
319
|
+
"ActivationKey":{
|
320
|
+
"type":"string",
|
321
|
+
"max":29,
|
322
|
+
"pattern":"[A-Z0-9]{5}(-[A-Z0-9]{5}){4}"
|
323
|
+
},
|
324
|
+
"AgentArn":{
|
325
|
+
"type":"string",
|
326
|
+
"max":128,
|
327
|
+
"pattern":"^arn:(aws|aws-cn):datasync:[a-z\\-0-9]+:[0-9]{12}:agent/agent-[0-9a-z]{17}$"
|
328
|
+
},
|
329
|
+
"AgentArnList":{
|
330
|
+
"type":"list",
|
331
|
+
"member":{"shape":"AgentArn"},
|
332
|
+
"max":64,
|
333
|
+
"min":1
|
334
|
+
},
|
335
|
+
"AgentList":{
|
336
|
+
"type":"list",
|
337
|
+
"member":{"shape":"AgentListEntry"}
|
338
|
+
},
|
339
|
+
"AgentListEntry":{
|
340
|
+
"type":"structure",
|
341
|
+
"members":{
|
342
|
+
"AgentArn":{"shape":"AgentArn"},
|
343
|
+
"Name":{"shape":"TagValue"},
|
344
|
+
"Status":{"shape":"AgentStatus"}
|
345
|
+
}
|
346
|
+
},
|
347
|
+
"AgentStatus":{
|
348
|
+
"type":"string",
|
349
|
+
"enum":[
|
350
|
+
"ONLINE",
|
351
|
+
"OFFLINE"
|
352
|
+
]
|
353
|
+
},
|
354
|
+
"Atime":{
|
355
|
+
"type":"string",
|
356
|
+
"enum":[
|
357
|
+
"NONE",
|
358
|
+
"BEST_EFFORT"
|
359
|
+
]
|
360
|
+
},
|
361
|
+
"BytesPerSecond":{
|
362
|
+
"type":"long",
|
363
|
+
"min":-1
|
364
|
+
},
|
365
|
+
"CancelTaskExecutionRequest":{
|
366
|
+
"type":"structure",
|
367
|
+
"required":["TaskExecutionArn"],
|
368
|
+
"members":{
|
369
|
+
"TaskExecutionArn":{"shape":"TaskExecutionArn"}
|
370
|
+
}
|
371
|
+
},
|
372
|
+
"CancelTaskExecutionResponse":{
|
373
|
+
"type":"structure",
|
374
|
+
"members":{
|
375
|
+
}
|
376
|
+
},
|
377
|
+
"CreateAgentRequest":{
|
378
|
+
"type":"structure",
|
379
|
+
"required":["ActivationKey"],
|
380
|
+
"members":{
|
381
|
+
"ActivationKey":{"shape":"ActivationKey"},
|
382
|
+
"AgentName":{"shape":"TagValue"},
|
383
|
+
"Tags":{"shape":"TagList"}
|
384
|
+
}
|
385
|
+
},
|
386
|
+
"CreateAgentResponse":{
|
387
|
+
"type":"structure",
|
388
|
+
"members":{
|
389
|
+
"AgentArn":{"shape":"AgentArn"}
|
390
|
+
}
|
391
|
+
},
|
392
|
+
"CreateLocationEfsRequest":{
|
393
|
+
"type":"structure",
|
394
|
+
"required":[
|
395
|
+
"Subdirectory",
|
396
|
+
"EfsFilesystemArn",
|
397
|
+
"Ec2Config"
|
398
|
+
],
|
399
|
+
"members":{
|
400
|
+
"Subdirectory":{"shape":"Subdirectory"},
|
401
|
+
"EfsFilesystemArn":{"shape":"EfsFilesystemArn"},
|
402
|
+
"Ec2Config":{"shape":"Ec2Config"},
|
403
|
+
"Tags":{"shape":"TagList"}
|
404
|
+
}
|
405
|
+
},
|
406
|
+
"CreateLocationEfsResponse":{
|
407
|
+
"type":"structure",
|
408
|
+
"members":{
|
409
|
+
"LocationArn":{"shape":"LocationArn"}
|
410
|
+
}
|
411
|
+
},
|
412
|
+
"CreateLocationNfsRequest":{
|
413
|
+
"type":"structure",
|
414
|
+
"required":[
|
415
|
+
"Subdirectory",
|
416
|
+
"ServerHostname",
|
417
|
+
"OnPremConfig"
|
418
|
+
],
|
419
|
+
"members":{
|
420
|
+
"Subdirectory":{"shape":"Subdirectory"},
|
421
|
+
"ServerHostname":{"shape":"ServerHostname"},
|
422
|
+
"OnPremConfig":{"shape":"OnPremConfig"},
|
423
|
+
"Tags":{"shape":"TagList"}
|
424
|
+
}
|
425
|
+
},
|
426
|
+
"CreateLocationNfsResponse":{
|
427
|
+
"type":"structure",
|
428
|
+
"members":{
|
429
|
+
"LocationArn":{"shape":"LocationArn"}
|
430
|
+
}
|
431
|
+
},
|
432
|
+
"CreateLocationS3Request":{
|
433
|
+
"type":"structure",
|
434
|
+
"required":[
|
435
|
+
"Subdirectory",
|
436
|
+
"S3BucketArn",
|
437
|
+
"S3Config"
|
438
|
+
],
|
439
|
+
"members":{
|
440
|
+
"Subdirectory":{"shape":"Subdirectory"},
|
441
|
+
"S3BucketArn":{"shape":"S3BucketArn"},
|
442
|
+
"S3Config":{"shape":"S3Config"},
|
443
|
+
"Tags":{"shape":"TagList"}
|
444
|
+
}
|
445
|
+
},
|
446
|
+
"CreateLocationS3Response":{
|
447
|
+
"type":"structure",
|
448
|
+
"members":{
|
449
|
+
"LocationArn":{"shape":"LocationArn"}
|
450
|
+
}
|
451
|
+
},
|
452
|
+
"CreateTaskRequest":{
|
453
|
+
"type":"structure",
|
454
|
+
"required":[
|
455
|
+
"SourceLocationArn",
|
456
|
+
"DestinationLocationArn"
|
457
|
+
],
|
458
|
+
"members":{
|
459
|
+
"SourceLocationArn":{"shape":"LocationArn"},
|
460
|
+
"DestinationLocationArn":{"shape":"LocationArn"},
|
461
|
+
"CloudWatchLogGroupArn":{"shape":"LogGroupArn"},
|
462
|
+
"Name":{"shape":"TagValue"},
|
463
|
+
"Options":{"shape":"Options"},
|
464
|
+
"Tags":{"shape":"TagList"}
|
465
|
+
}
|
466
|
+
},
|
467
|
+
"CreateTaskResponse":{
|
468
|
+
"type":"structure",
|
469
|
+
"members":{
|
470
|
+
"TaskArn":{"shape":"TaskArn"}
|
471
|
+
}
|
472
|
+
},
|
473
|
+
"DeleteAgentRequest":{
|
474
|
+
"type":"structure",
|
475
|
+
"required":["AgentArn"],
|
476
|
+
"members":{
|
477
|
+
"AgentArn":{"shape":"AgentArn"}
|
478
|
+
}
|
479
|
+
},
|
480
|
+
"DeleteAgentResponse":{
|
481
|
+
"type":"structure",
|
482
|
+
"members":{
|
483
|
+
}
|
484
|
+
},
|
485
|
+
"DeleteLocationRequest":{
|
486
|
+
"type":"structure",
|
487
|
+
"required":["LocationArn"],
|
488
|
+
"members":{
|
489
|
+
"LocationArn":{"shape":"LocationArn"}
|
490
|
+
}
|
491
|
+
},
|
492
|
+
"DeleteLocationResponse":{
|
493
|
+
"type":"structure",
|
494
|
+
"members":{
|
495
|
+
}
|
496
|
+
},
|
497
|
+
"DeleteTaskRequest":{
|
498
|
+
"type":"structure",
|
499
|
+
"required":["TaskArn"],
|
500
|
+
"members":{
|
501
|
+
"TaskArn":{"shape":"TaskArn"}
|
502
|
+
}
|
503
|
+
},
|
504
|
+
"DeleteTaskResponse":{
|
505
|
+
"type":"structure",
|
506
|
+
"members":{
|
507
|
+
}
|
508
|
+
},
|
509
|
+
"DescribeAgentRequest":{
|
510
|
+
"type":"structure",
|
511
|
+
"required":["AgentArn"],
|
512
|
+
"members":{
|
513
|
+
"AgentArn":{"shape":"AgentArn"}
|
514
|
+
}
|
515
|
+
},
|
516
|
+
"DescribeAgentResponse":{
|
517
|
+
"type":"structure",
|
518
|
+
"members":{
|
519
|
+
"AgentArn":{"shape":"AgentArn"},
|
520
|
+
"Name":{"shape":"TagValue"},
|
521
|
+
"Status":{"shape":"AgentStatus"},
|
522
|
+
"LastConnectionTime":{"shape":"Time"},
|
523
|
+
"CreationTime":{"shape":"Time"}
|
524
|
+
}
|
525
|
+
},
|
526
|
+
"DescribeLocationEfsRequest":{
|
527
|
+
"type":"structure",
|
528
|
+
"required":["LocationArn"],
|
529
|
+
"members":{
|
530
|
+
"LocationArn":{"shape":"LocationArn"}
|
531
|
+
}
|
532
|
+
},
|
533
|
+
"DescribeLocationEfsResponse":{
|
534
|
+
"type":"structure",
|
535
|
+
"members":{
|
536
|
+
"LocationArn":{"shape":"LocationArn"},
|
537
|
+
"LocationUri":{"shape":"LocationUri"},
|
538
|
+
"Ec2Config":{"shape":"Ec2Config"},
|
539
|
+
"CreationTime":{"shape":"Time"}
|
540
|
+
}
|
541
|
+
},
|
542
|
+
"DescribeLocationNfsRequest":{
|
543
|
+
"type":"structure",
|
544
|
+
"required":["LocationArn"],
|
545
|
+
"members":{
|
546
|
+
"LocationArn":{"shape":"LocationArn"}
|
547
|
+
}
|
548
|
+
},
|
549
|
+
"DescribeLocationNfsResponse":{
|
550
|
+
"type":"structure",
|
551
|
+
"members":{
|
552
|
+
"LocationArn":{"shape":"LocationArn"},
|
553
|
+
"LocationUri":{"shape":"LocationUri"},
|
554
|
+
"OnPremConfig":{"shape":"OnPremConfig"},
|
555
|
+
"CreationTime":{"shape":"Time"}
|
556
|
+
}
|
557
|
+
},
|
558
|
+
"DescribeLocationS3Request":{
|
559
|
+
"type":"structure",
|
560
|
+
"required":["LocationArn"],
|
561
|
+
"members":{
|
562
|
+
"LocationArn":{"shape":"LocationArn"}
|
563
|
+
}
|
564
|
+
},
|
565
|
+
"DescribeLocationS3Response":{
|
566
|
+
"type":"structure",
|
567
|
+
"members":{
|
568
|
+
"LocationArn":{"shape":"LocationArn"},
|
569
|
+
"LocationUri":{"shape":"LocationUri"},
|
570
|
+
"S3Config":{"shape":"S3Config"},
|
571
|
+
"CreationTime":{"shape":"Time"}
|
572
|
+
}
|
573
|
+
},
|
574
|
+
"DescribeTaskExecutionRequest":{
|
575
|
+
"type":"structure",
|
576
|
+
"required":["TaskExecutionArn"],
|
577
|
+
"members":{
|
578
|
+
"TaskExecutionArn":{"shape":"TaskExecutionArn"}
|
579
|
+
}
|
580
|
+
},
|
581
|
+
"DescribeTaskExecutionResponse":{
|
582
|
+
"type":"structure",
|
583
|
+
"members":{
|
584
|
+
"TaskExecutionArn":{"shape":"TaskExecutionArn"},
|
585
|
+
"Status":{"shape":"TaskExecutionStatus"},
|
586
|
+
"Options":{"shape":"Options"},
|
587
|
+
"StartTime":{"shape":"Time"},
|
588
|
+
"EstimatedFilesToTransfer":{"shape":"long"},
|
589
|
+
"EstimatedBytesToTransfer":{"shape":"long"},
|
590
|
+
"FilesTransferred":{"shape":"long"},
|
591
|
+
"BytesWritten":{"shape":"long"},
|
592
|
+
"BytesTransferred":{"shape":"long"},
|
593
|
+
"Result":{"shape":"TaskExecutionResultDetail"}
|
594
|
+
}
|
595
|
+
},
|
596
|
+
"DescribeTaskRequest":{
|
597
|
+
"type":"structure",
|
598
|
+
"required":["TaskArn"],
|
599
|
+
"members":{
|
600
|
+
"TaskArn":{"shape":"TaskArn"}
|
601
|
+
}
|
602
|
+
},
|
603
|
+
"DescribeTaskResponse":{
|
604
|
+
"type":"structure",
|
605
|
+
"members":{
|
606
|
+
"TaskArn":{"shape":"TaskArn"},
|
607
|
+
"Status":{"shape":"TaskStatus"},
|
608
|
+
"Name":{"shape":"TagValue"},
|
609
|
+
"CurrentTaskExecutionArn":{"shape":"TaskExecutionArn"},
|
610
|
+
"SourceLocationArn":{"shape":"LocationArn"},
|
611
|
+
"DestinationLocationArn":{"shape":"LocationArn"},
|
612
|
+
"CloudWatchLogGroupArn":{"shape":"LogGroupArn"},
|
613
|
+
"Options":{"shape":"Options"},
|
614
|
+
"ErrorCode":{"shape":"string"},
|
615
|
+
"ErrorDetail":{"shape":"string"},
|
616
|
+
"CreationTime":{"shape":"Time"}
|
617
|
+
}
|
618
|
+
},
|
619
|
+
"Duration":{
|
620
|
+
"type":"long",
|
621
|
+
"min":0
|
622
|
+
},
|
623
|
+
"Ec2Config":{
|
624
|
+
"type":"structure",
|
625
|
+
"required":[
|
626
|
+
"SubnetArn",
|
627
|
+
"SecurityGroupArns"
|
628
|
+
],
|
629
|
+
"members":{
|
630
|
+
"SubnetArn":{"shape":"Ec2SubnetArn"},
|
631
|
+
"SecurityGroupArns":{"shape":"Ec2SecurityGroupArnList"}
|
632
|
+
}
|
633
|
+
},
|
634
|
+
"Ec2SecurityGroupArn":{
|
635
|
+
"type":"string",
|
636
|
+
"max":128,
|
637
|
+
"pattern":"^arn:(aws|aws-cn):ec2:[a-z\\-0-9]*:[0-9]{12}:security-group/.*$"
|
638
|
+
},
|
639
|
+
"Ec2SecurityGroupArnList":{
|
640
|
+
"type":"list",
|
641
|
+
"member":{"shape":"Ec2SecurityGroupArn"},
|
642
|
+
"max":5,
|
643
|
+
"min":1
|
644
|
+
},
|
645
|
+
"Ec2SubnetArn":{
|
646
|
+
"type":"string",
|
647
|
+
"max":128,
|
648
|
+
"pattern":"^arn:(aws|aws-cn):ec2:[a-z\\-0-9]*:[0-9]{12}:subnet/.*$"
|
649
|
+
},
|
650
|
+
"EfsFilesystemArn":{
|
651
|
+
"type":"string",
|
652
|
+
"max":128,
|
653
|
+
"pattern":"^arn:(aws|aws-cn):elasticfilesystem:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$"
|
654
|
+
},
|
655
|
+
"Gid":{
|
656
|
+
"type":"string",
|
657
|
+
"enum":[
|
658
|
+
"NONE",
|
659
|
+
"INT_VALUE",
|
660
|
+
"NAME",
|
661
|
+
"BOTH"
|
662
|
+
]
|
663
|
+
},
|
664
|
+
"IamRoleArn":{
|
665
|
+
"type":"string",
|
666
|
+
"max":2048,
|
667
|
+
"pattern":"^arn:(aws|aws-cn):iam::[0-9]{12}:role/.*$"
|
668
|
+
},
|
669
|
+
"InvalidRequestException":{
|
670
|
+
"type":"structure",
|
671
|
+
"members":{
|
672
|
+
"message":{"shape":"string"},
|
673
|
+
"errorCode":{"shape":"string"}
|
674
|
+
},
|
675
|
+
"exception":true
|
676
|
+
},
|
677
|
+
"ListAgentsRequest":{
|
678
|
+
"type":"structure",
|
679
|
+
"members":{
|
680
|
+
"MaxResults":{"shape":"MaxResults"},
|
681
|
+
"NextToken":{"shape":"NextToken"}
|
682
|
+
}
|
683
|
+
},
|
684
|
+
"ListAgentsResponse":{
|
685
|
+
"type":"structure",
|
686
|
+
"members":{
|
687
|
+
"Agents":{"shape":"AgentList"},
|
688
|
+
"NextToken":{"shape":"NextToken"}
|
689
|
+
}
|
690
|
+
},
|
691
|
+
"ListLocationsRequest":{
|
692
|
+
"type":"structure",
|
693
|
+
"members":{
|
694
|
+
"MaxResults":{"shape":"MaxResults"},
|
695
|
+
"NextToken":{"shape":"NextToken"}
|
696
|
+
}
|
697
|
+
},
|
698
|
+
"ListLocationsResponse":{
|
699
|
+
"type":"structure",
|
700
|
+
"members":{
|
701
|
+
"Locations":{"shape":"LocationList"},
|
702
|
+
"NextToken":{"shape":"NextToken"}
|
703
|
+
}
|
704
|
+
},
|
705
|
+
"ListTagsForResourceRequest":{
|
706
|
+
"type":"structure",
|
707
|
+
"required":["ResourceArn"],
|
708
|
+
"members":{
|
709
|
+
"ResourceArn":{"shape":"TaggableResourceArn"},
|
710
|
+
"MaxResults":{"shape":"MaxResults"},
|
711
|
+
"NextToken":{"shape":"NextToken"}
|
712
|
+
}
|
713
|
+
},
|
714
|
+
"ListTagsForResourceResponse":{
|
715
|
+
"type":"structure",
|
716
|
+
"members":{
|
717
|
+
"Tags":{"shape":"TagList"},
|
718
|
+
"NextToken":{"shape":"NextToken"}
|
719
|
+
}
|
720
|
+
},
|
721
|
+
"ListTaskExecutionsRequest":{
|
722
|
+
"type":"structure",
|
723
|
+
"members":{
|
724
|
+
"TaskArn":{"shape":"TaskArn"},
|
725
|
+
"MaxResults":{"shape":"MaxResults"},
|
726
|
+
"NextToken":{"shape":"NextToken"}
|
727
|
+
}
|
728
|
+
},
|
729
|
+
"ListTaskExecutionsResponse":{
|
730
|
+
"type":"structure",
|
731
|
+
"members":{
|
732
|
+
"TaskExecutions":{"shape":"TaskExecutionList"},
|
733
|
+
"NextToken":{"shape":"NextToken"}
|
734
|
+
}
|
735
|
+
},
|
736
|
+
"ListTasksRequest":{
|
737
|
+
"type":"structure",
|
738
|
+
"members":{
|
739
|
+
"MaxResults":{"shape":"MaxResults"},
|
740
|
+
"NextToken":{"shape":"NextToken"}
|
741
|
+
}
|
742
|
+
},
|
743
|
+
"ListTasksResponse":{
|
744
|
+
"type":"structure",
|
745
|
+
"members":{
|
746
|
+
"Tasks":{"shape":"TaskList"},
|
747
|
+
"NextToken":{"shape":"NextToken"}
|
748
|
+
}
|
749
|
+
},
|
750
|
+
"LocationArn":{
|
751
|
+
"type":"string",
|
752
|
+
"max":128,
|
753
|
+
"pattern":"^arn:(aws|aws-cn):datasync:[a-z\\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$"
|
754
|
+
},
|
755
|
+
"LocationList":{
|
756
|
+
"type":"list",
|
757
|
+
"member":{"shape":"LocationListEntry"}
|
758
|
+
},
|
759
|
+
"LocationListEntry":{
|
760
|
+
"type":"structure",
|
761
|
+
"members":{
|
762
|
+
"LocationArn":{"shape":"LocationArn"},
|
763
|
+
"LocationUri":{"shape":"LocationUri"}
|
764
|
+
}
|
765
|
+
},
|
766
|
+
"LocationUri":{
|
767
|
+
"type":"string",
|
768
|
+
"pattern":"(efs|nfs|s3)://[a-zA-Z0-9.\\-]+"
|
769
|
+
},
|
770
|
+
"LogGroupArn":{
|
771
|
+
"type":"string",
|
772
|
+
"max":562,
|
773
|
+
"pattern":"^arn:(aws|aws-cn):logs:[a-z\\-0-9]*:[0-9]{12}:log-group:([^:\\*]*)$"
|
774
|
+
},
|
775
|
+
"MaxResults":{
|
776
|
+
"type":"integer",
|
777
|
+
"max":100,
|
778
|
+
"min":0
|
779
|
+
},
|
780
|
+
"Mtime":{
|
781
|
+
"type":"string",
|
782
|
+
"enum":[
|
783
|
+
"NONE",
|
784
|
+
"PRESERVE"
|
785
|
+
]
|
786
|
+
},
|
787
|
+
"NextToken":{
|
788
|
+
"type":"string",
|
789
|
+
"max":93,
|
790
|
+
"pattern":"[a-zA-Z0-9=_-]+"
|
791
|
+
},
|
792
|
+
"OnPremConfig":{
|
793
|
+
"type":"structure",
|
794
|
+
"required":["AgentArns"],
|
795
|
+
"members":{
|
796
|
+
"AgentArns":{"shape":"AgentArnList"}
|
797
|
+
}
|
798
|
+
},
|
799
|
+
"Options":{
|
800
|
+
"type":"structure",
|
801
|
+
"members":{
|
802
|
+
"VerifyMode":{"shape":"VerifyMode"},
|
803
|
+
"Atime":{"shape":"Atime"},
|
804
|
+
"Mtime":{"shape":"Mtime"},
|
805
|
+
"Uid":{"shape":"Uid"},
|
806
|
+
"Gid":{"shape":"Gid"},
|
807
|
+
"PreserveDeletedFiles":{"shape":"PreserveDeletedFiles"},
|
808
|
+
"PreserveDevices":{"shape":"PreserveDevices"},
|
809
|
+
"PosixPermissions":{"shape":"PosixPermissions"},
|
810
|
+
"BytesPerSecond":{"shape":"BytesPerSecond"}
|
811
|
+
}
|
812
|
+
},
|
813
|
+
"PhaseStatus":{
|
814
|
+
"type":"string",
|
815
|
+
"enum":[
|
816
|
+
"PENDING",
|
817
|
+
"SUCCESS",
|
818
|
+
"ERROR"
|
819
|
+
]
|
820
|
+
},
|
821
|
+
"PosixPermissions":{
|
822
|
+
"type":"string",
|
823
|
+
"enum":[
|
824
|
+
"NONE",
|
825
|
+
"BEST_EFFORT",
|
826
|
+
"PRESERVE"
|
827
|
+
]
|
828
|
+
},
|
829
|
+
"PreserveDeletedFiles":{
|
830
|
+
"type":"string",
|
831
|
+
"enum":[
|
832
|
+
"PRESERVE",
|
833
|
+
"REMOVE"
|
834
|
+
]
|
835
|
+
},
|
836
|
+
"PreserveDevices":{
|
837
|
+
"type":"string",
|
838
|
+
"enum":[
|
839
|
+
"NONE",
|
840
|
+
"PRESERVE"
|
841
|
+
]
|
842
|
+
},
|
843
|
+
"S3BucketArn":{
|
844
|
+
"type":"string",
|
845
|
+
"max":76,
|
846
|
+
"pattern":"^arn:(aws|aws-cn):s3:::([^/]*)$"
|
847
|
+
},
|
848
|
+
"S3Config":{
|
849
|
+
"type":"structure",
|
850
|
+
"required":["BucketAccessRoleArn"],
|
851
|
+
"members":{
|
852
|
+
"BucketAccessRoleArn":{"shape":"IamRoleArn"}
|
853
|
+
}
|
854
|
+
},
|
855
|
+
"ServerHostname":{
|
856
|
+
"type":"string",
|
857
|
+
"max":255,
|
858
|
+
"pattern":"^(([a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9\\-]*[A-Za-z0-9])$"
|
859
|
+
},
|
860
|
+
"StartTaskExecutionRequest":{
|
861
|
+
"type":"structure",
|
862
|
+
"required":["TaskArn"],
|
863
|
+
"members":{
|
864
|
+
"TaskArn":{"shape":"TaskArn"},
|
865
|
+
"OverrideOptions":{"shape":"Options"}
|
866
|
+
}
|
867
|
+
},
|
868
|
+
"StartTaskExecutionResponse":{
|
869
|
+
"type":"structure",
|
870
|
+
"members":{
|
871
|
+
"TaskExecutionArn":{"shape":"TaskExecutionArn"}
|
872
|
+
}
|
873
|
+
},
|
874
|
+
"Subdirectory":{
|
875
|
+
"type":"string",
|
876
|
+
"max":4096,
|
877
|
+
"pattern":"^[a-zA-Z0-9_\\-\\./]+$"
|
878
|
+
},
|
879
|
+
"TagKey":{
|
880
|
+
"type":"string",
|
881
|
+
"max":256,
|
882
|
+
"min":1,
|
883
|
+
"pattern":"^[a-zA-Z0-9\\s+=._:/-]{1,128}$"
|
884
|
+
},
|
885
|
+
"TagKeyList":{
|
886
|
+
"type":"list",
|
887
|
+
"member":{"shape":"TagKey"},
|
888
|
+
"max":50,
|
889
|
+
"min":1
|
890
|
+
},
|
891
|
+
"TagList":{
|
892
|
+
"type":"list",
|
893
|
+
"member":{"shape":"TagListEntry"},
|
894
|
+
"max":55,
|
895
|
+
"min":0
|
896
|
+
},
|
897
|
+
"TagListEntry":{
|
898
|
+
"type":"structure",
|
899
|
+
"members":{
|
900
|
+
"Key":{"shape":"TagKey"},
|
901
|
+
"Value":{"shape":"TagValue"}
|
902
|
+
}
|
903
|
+
},
|
904
|
+
"TagResourceRequest":{
|
905
|
+
"type":"structure",
|
906
|
+
"required":[
|
907
|
+
"ResourceArn",
|
908
|
+
"Tags"
|
909
|
+
],
|
910
|
+
"members":{
|
911
|
+
"ResourceArn":{"shape":"TaggableResourceArn"},
|
912
|
+
"Tags":{"shape":"TagList"}
|
913
|
+
}
|
914
|
+
},
|
915
|
+
"TagResourceResponse":{
|
916
|
+
"type":"structure",
|
917
|
+
"members":{
|
918
|
+
}
|
919
|
+
},
|
920
|
+
"TagValue":{
|
921
|
+
"type":"string",
|
922
|
+
"max":256,
|
923
|
+
"min":1,
|
924
|
+
"pattern":"^[a-zA-Z0-9\\s+=._:/-]{1,256}$"
|
925
|
+
},
|
926
|
+
"TaggableResourceArn":{
|
927
|
+
"type":"string",
|
928
|
+
"max":128,
|
929
|
+
"pattern":"^arn:(aws|aws-cn):datasync:[a-z\\-0-9]+:[0-9]{12}:(agent|task|location)/(agent|task|loc)-[0-9a-z]{17}$"
|
930
|
+
},
|
931
|
+
"TaskArn":{
|
932
|
+
"type":"string",
|
933
|
+
"max":128,
|
934
|
+
"pattern":"^arn:(aws|aws-cn):datasync:[a-z\\-0-9]*:[0-9]{12}:task/task-[0-9a-f]{17}$"
|
935
|
+
},
|
936
|
+
"TaskExecutionArn":{
|
937
|
+
"type":"string",
|
938
|
+
"max":128,
|
939
|
+
"pattern":"^arn:(aws|aws-cn):datasync:[a-z\\-0-9]*:[0-9]{12}:task/task-[0-9a-f]{17}/execution/exec-[0-9a-f]{17}$"
|
940
|
+
},
|
941
|
+
"TaskExecutionList":{
|
942
|
+
"type":"list",
|
943
|
+
"member":{"shape":"TaskExecutionListEntry"}
|
944
|
+
},
|
945
|
+
"TaskExecutionListEntry":{
|
946
|
+
"type":"structure",
|
947
|
+
"members":{
|
948
|
+
"TaskExecutionArn":{"shape":"TaskExecutionArn"},
|
949
|
+
"Status":{"shape":"TaskExecutionStatus"}
|
950
|
+
}
|
951
|
+
},
|
952
|
+
"TaskExecutionResultDetail":{
|
953
|
+
"type":"structure",
|
954
|
+
"members":{
|
955
|
+
"PrepareDuration":{"shape":"Duration"},
|
956
|
+
"PrepareStatus":{"shape":"PhaseStatus"},
|
957
|
+
"TransferDuration":{"shape":"Duration"},
|
958
|
+
"TransferStatus":{"shape":"PhaseStatus"},
|
959
|
+
"VerifyDuration":{"shape":"Duration"},
|
960
|
+
"VerifyStatus":{"shape":"PhaseStatus"},
|
961
|
+
"ErrorCode":{"shape":"string"},
|
962
|
+
"ErrorDetail":{"shape":"string"}
|
963
|
+
}
|
964
|
+
},
|
965
|
+
"TaskExecutionStatus":{
|
966
|
+
"type":"string",
|
967
|
+
"enum":[
|
968
|
+
"LAUNCHING",
|
969
|
+
"PREPARING",
|
970
|
+
"TRANSFERRING",
|
971
|
+
"VERIFYING",
|
972
|
+
"SUCCESS",
|
973
|
+
"ERROR"
|
974
|
+
]
|
975
|
+
},
|
976
|
+
"TaskList":{
|
977
|
+
"type":"list",
|
978
|
+
"member":{"shape":"TaskListEntry"}
|
979
|
+
},
|
980
|
+
"TaskListEntry":{
|
981
|
+
"type":"structure",
|
982
|
+
"members":{
|
983
|
+
"TaskArn":{"shape":"TaskArn"},
|
984
|
+
"Status":{"shape":"TaskStatus"},
|
985
|
+
"Name":{"shape":"TagValue"}
|
986
|
+
}
|
987
|
+
},
|
988
|
+
"TaskStatus":{
|
989
|
+
"type":"string",
|
990
|
+
"enum":[
|
991
|
+
"AVAILABLE",
|
992
|
+
"CREATING",
|
993
|
+
"RUNNING",
|
994
|
+
"UNAVAILABLE"
|
995
|
+
]
|
996
|
+
},
|
997
|
+
"Time":{"type":"timestamp"},
|
998
|
+
"Uid":{
|
999
|
+
"type":"string",
|
1000
|
+
"enum":[
|
1001
|
+
"NONE",
|
1002
|
+
"INT_VALUE",
|
1003
|
+
"NAME",
|
1004
|
+
"BOTH"
|
1005
|
+
]
|
1006
|
+
},
|
1007
|
+
"UntagResourceRequest":{
|
1008
|
+
"type":"structure",
|
1009
|
+
"required":[
|
1010
|
+
"ResourceArn",
|
1011
|
+
"Keys"
|
1012
|
+
],
|
1013
|
+
"members":{
|
1014
|
+
"ResourceArn":{"shape":"TaggableResourceArn"},
|
1015
|
+
"Keys":{"shape":"TagKeyList"}
|
1016
|
+
}
|
1017
|
+
},
|
1018
|
+
"UntagResourceResponse":{
|
1019
|
+
"type":"structure",
|
1020
|
+
"members":{
|
1021
|
+
}
|
1022
|
+
},
|
1023
|
+
"UpdateAgentRequest":{
|
1024
|
+
"type":"structure",
|
1025
|
+
"required":["AgentArn"],
|
1026
|
+
"members":{
|
1027
|
+
"AgentArn":{"shape":"AgentArn"},
|
1028
|
+
"Name":{"shape":"TagValue"}
|
1029
|
+
}
|
1030
|
+
},
|
1031
|
+
"UpdateAgentResponse":{
|
1032
|
+
"type":"structure",
|
1033
|
+
"members":{
|
1034
|
+
}
|
1035
|
+
},
|
1036
|
+
"UpdateTaskRequest":{
|
1037
|
+
"type":"structure",
|
1038
|
+
"required":["TaskArn"],
|
1039
|
+
"members":{
|
1040
|
+
"TaskArn":{"shape":"TaskArn"},
|
1041
|
+
"Options":{"shape":"Options"},
|
1042
|
+
"Name":{"shape":"TagValue"}
|
1043
|
+
}
|
1044
|
+
},
|
1045
|
+
"UpdateTaskResponse":{
|
1046
|
+
"type":"structure",
|
1047
|
+
"members":{
|
1048
|
+
}
|
1049
|
+
},
|
1050
|
+
"VerifyMode":{
|
1051
|
+
"type":"string",
|
1052
|
+
"enum":[
|
1053
|
+
"POINT_IN_TIME_CONSISTENT",
|
1054
|
+
"NONE"
|
1055
|
+
]
|
1056
|
+
},
|
1057
|
+
"long":{"type":"long"},
|
1058
|
+
"string":{"type":"string"}
|
1059
|
+
}
|
1060
|
+
}
|