Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Feb 7, 2024
1 parent bb95967 commit 647a1e2
Show file tree
Hide file tree
Showing 47 changed files with 3,602 additions and 619 deletions.
54 changes: 51 additions & 3 deletions apis/datasync/2018-11-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1246,6 +1246,7 @@
"Schedule":{"shape":"TaskSchedule"},
"Tags":{"shape":"InputTagList"},
"Includes":{"shape":"FilterList"},
"ManifestConfig":{"shape":"ManifestConfig"},
"TaskReportConfig":{"shape":"TaskReportConfig"}
}
},
Expand Down Expand Up @@ -1629,14 +1630,15 @@
"Options":{"shape":"Options"},
"Excludes":{"shape":"FilterList"},
"Includes":{"shape":"FilterList"},
"ManifestConfig":{"shape":"ManifestConfig"},
"StartTime":{"shape":"Time"},
"EstimatedFilesToTransfer":{"shape":"long"},
"EstimatedBytesToTransfer":{"shape":"long"},
"FilesTransferred":{"shape":"long"},
"BytesWritten":{"shape":"long"},
"BytesTransferred":{"shape":"long"},
"Result":{"shape":"TaskExecutionResultDetail"},
"BytesCompressed":{"shape":"long"},
"Result":{"shape":"TaskExecutionResultDetail"},
"TaskReportConfig":{"shape":"TaskReportConfig"},
"FilesDeleted":{"shape":"long"},
"FilesSkipped":{"shape":"long"},
Expand Down Expand Up @@ -1671,6 +1673,7 @@
"ErrorDetail":{"shape":"string"},
"CreationTime":{"shape":"Time"},
"Includes":{"shape":"FilterList"},
"ManifestConfig":{"shape":"ManifestConfig"},
"TaskReportConfig":{"shape":"TaskReportConfig"}
}
},
Expand Down Expand Up @@ -2255,6 +2258,22 @@
"TRANSFER"
]
},
"ManifestAction":{
"type":"string",
"enum":["TRANSFER"]
},
"ManifestConfig":{
"type":"structure",
"members":{
"Action":{"shape":"ManifestAction"},
"Format":{"shape":"ManifestFormat"},
"Source":{"shape":"SourceManifestConfig"}
}
},
"ManifestFormat":{
"type":"string",
"enum":["CSV"]
},
"MaxP95Performance":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2737,6 +2756,26 @@
"BucketAccessRoleArn":{"shape":"IamRoleArn"}
}
},
"S3ManifestConfig":{
"type":"structure",
"required":[
"ManifestObjectPath",
"BucketAccessRoleArn",
"S3BucketArn"
],
"members":{
"ManifestObjectPath":{"shape":"S3Subdirectory"},
"BucketAccessRoleArn":{"shape":"IamRoleArn"},
"S3BucketArn":{"shape":"S3BucketArn"},
"ManifestObjectVersionId":{"shape":"S3ObjectVersionId"}
}
},
"S3ObjectVersionId":{
"type":"string",
"max":100,
"min":1,
"pattern":"^.+$"
},
"S3StorageClass":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2815,6 +2854,13 @@
"SMB2_0"
]
},
"SourceManifestConfig":{
"type":"structure",
"required":["S3"],
"members":{
"S3":{"shape":"S3ManifestConfig"}
}
},
"SourceNetworkInterfaceArns":{
"type":"list",
"member":{"shape":"NetworkInterfaceArn"}
Expand Down Expand Up @@ -2850,8 +2896,9 @@
"OverrideOptions":{"shape":"Options"},
"Includes":{"shape":"FilterList"},
"Excludes":{"shape":"FilterList"},
"Tags":{"shape":"InputTagList"},
"TaskReportConfig":{"shape":"TaskReportConfig"}
"ManifestConfig":{"shape":"ManifestConfig"},
"TaskReportConfig":{"shape":"TaskReportConfig"},
"Tags":{"shape":"InputTagList"}
}
},
"StartTaskExecutionResponse":{
Expand Down Expand Up @@ -3275,6 +3322,7 @@
"Name":{"shape":"TagValue"},
"CloudWatchLogGroupArn":{"shape":"LogGroupArn"},
"Includes":{"shape":"FilterList"},
"ManifestConfig":{"shape":"ManifestConfig"},
"TaskReportConfig":{"shape":"TaskReportConfig"}
}
},
Expand Down
239 changes: 141 additions & 98 deletions apis/datasync/2018-11-09/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 647a1e2

Please sign in to comment.