github_com-aws-aws-sdk-go-v2-service-s3.go 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  1. // Code generated by 'yaegi extract github.com/aws/aws-sdk-go-v2/service/s3'. DO NOT EDIT.
  2. package symbols
  3. import (
  4. "context"
  5. "github.com/aws/aws-sdk-go-v2/aws"
  6. "github.com/aws/aws-sdk-go-v2/aws/signer/v4"
  7. "github.com/aws/aws-sdk-go-v2/service/s3"
  8. "github.com/aws/aws-sdk-go-v2/service/s3/types"
  9. "github.com/aws/smithy-go/auth"
  10. "go/constant"
  11. "go/token"
  12. "net/http"
  13. "reflect"
  14. "time"
  15. )
  16. func init() {
  17. Symbols["github.com/aws/aws-sdk-go-v2/service/s3/s3"] = map[string]reflect.Value{
  18. // function, constant and variable definitions
  19. "GetChecksumValidationMetadata": reflect.ValueOf(s3.GetChecksumValidationMetadata),
  20. "GetComputedInputChecksumsMetadata": reflect.ValueOf(s3.GetComputedInputChecksumsMetadata),
  21. "GetHostIDMetadata": reflect.ValueOf(s3.GetHostIDMetadata),
  22. "New": reflect.ValueOf(s3.New),
  23. "NewBucketExistsWaiter": reflect.ValueOf(s3.NewBucketExistsWaiter),
  24. "NewBucketNotExistsWaiter": reflect.ValueOf(s3.NewBucketNotExistsWaiter),
  25. "NewFromConfig": reflect.ValueOf(s3.NewFromConfig),
  26. "NewListBucketsPaginator": reflect.ValueOf(s3.NewListBucketsPaginator),
  27. "NewListDirectoryBucketsPaginator": reflect.ValueOf(s3.NewListDirectoryBucketsPaginator),
  28. "NewListMultipartUploadsPaginator": reflect.ValueOf(s3.NewListMultipartUploadsPaginator),
  29. "NewListObjectVersionsPaginator": reflect.ValueOf(s3.NewListObjectVersionsPaginator),
  30. "NewListObjectsV2Paginator": reflect.ValueOf(s3.NewListObjectsV2Paginator),
  31. "NewListPartsPaginator": reflect.ValueOf(s3.NewListPartsPaginator),
  32. "NewObjectExistsWaiter": reflect.ValueOf(s3.NewObjectExistsWaiter),
  33. "NewObjectNotExistsWaiter": reflect.ValueOf(s3.NewObjectNotExistsWaiter),
  34. "NewPresignClient": reflect.ValueOf(s3.NewPresignClient),
  35. "NewSelectObjectContentEventStream": reflect.ValueOf(s3.NewSelectObjectContentEventStream),
  36. "ServiceAPIVersion": reflect.ValueOf(constant.MakeFromLiteral("\"2006-03-01\"", token.STRING, 0)),
  37. "ServiceID": reflect.ValueOf(constant.MakeFromLiteral("\"S3\"", token.STRING, 0)),
  38. "WithAPIOptions": reflect.ValueOf(s3.WithAPIOptions),
  39. "WithPresignClientFromClientOptions": reflect.ValueOf(s3.WithPresignClientFromClientOptions),
  40. "WithPresignExpires": reflect.ValueOf(s3.WithPresignExpires),
  41. "WithSigV4ASigningRegions": reflect.ValueOf(s3.WithSigV4ASigningRegions),
  42. "WithSigV4SigningName": reflect.ValueOf(s3.WithSigV4SigningName),
  43. "WithSigV4SigningRegion": reflect.ValueOf(s3.WithSigV4SigningRegion),
  44. // type definitions
  45. "AbortMultipartUploadInput": reflect.ValueOf((*s3.AbortMultipartUploadInput)(nil)),
  46. "AbortMultipartUploadOutput": reflect.ValueOf((*s3.AbortMultipartUploadOutput)(nil)),
  47. "AuthResolverParameters": reflect.ValueOf((*s3.AuthResolverParameters)(nil)),
  48. "AuthSchemeResolver": reflect.ValueOf((*s3.AuthSchemeResolver)(nil)),
  49. "BucketExistsWaiter": reflect.ValueOf((*s3.BucketExistsWaiter)(nil)),
  50. "BucketExistsWaiterOptions": reflect.ValueOf((*s3.BucketExistsWaiterOptions)(nil)),
  51. "BucketNotExistsWaiter": reflect.ValueOf((*s3.BucketNotExistsWaiter)(nil)),
  52. "BucketNotExistsWaiterOptions": reflect.ValueOf((*s3.BucketNotExistsWaiterOptions)(nil)),
  53. "ChecksumValidationMetadata": reflect.ValueOf((*s3.ChecksumValidationMetadata)(nil)),
  54. "Client": reflect.ValueOf((*s3.Client)(nil)),
  55. "CompleteMultipartUploadInput": reflect.ValueOf((*s3.CompleteMultipartUploadInput)(nil)),
  56. "CompleteMultipartUploadOutput": reflect.ValueOf((*s3.CompleteMultipartUploadOutput)(nil)),
  57. "ComputedInputChecksumsMetadata": reflect.ValueOf((*s3.ComputedInputChecksumsMetadata)(nil)),
  58. "CopyObjectInput": reflect.ValueOf((*s3.CopyObjectInput)(nil)),
  59. "CopyObjectOutput": reflect.ValueOf((*s3.CopyObjectOutput)(nil)),
  60. "CreateBucketInput": reflect.ValueOf((*s3.CreateBucketInput)(nil)),
  61. "CreateBucketMetadataConfigurationInput": reflect.ValueOf((*s3.CreateBucketMetadataConfigurationInput)(nil)),
  62. "CreateBucketMetadataConfigurationOutput": reflect.ValueOf((*s3.CreateBucketMetadataConfigurationOutput)(nil)),
  63. "CreateBucketMetadataTableConfigurationInput": reflect.ValueOf((*s3.CreateBucketMetadataTableConfigurationInput)(nil)),
  64. "CreateBucketMetadataTableConfigurationOutput": reflect.ValueOf((*s3.CreateBucketMetadataTableConfigurationOutput)(nil)),
  65. "CreateBucketOutput": reflect.ValueOf((*s3.CreateBucketOutput)(nil)),
  66. "CreateMultipartUploadInput": reflect.ValueOf((*s3.CreateMultipartUploadInput)(nil)),
  67. "CreateMultipartUploadOutput": reflect.ValueOf((*s3.CreateMultipartUploadOutput)(nil)),
  68. "CreateSessionInput": reflect.ValueOf((*s3.CreateSessionInput)(nil)),
  69. "CreateSessionOutput": reflect.ValueOf((*s3.CreateSessionOutput)(nil)),
  70. "DeleteBucketAnalyticsConfigurationInput": reflect.ValueOf((*s3.DeleteBucketAnalyticsConfigurationInput)(nil)),
  71. "DeleteBucketAnalyticsConfigurationOutput": reflect.ValueOf((*s3.DeleteBucketAnalyticsConfigurationOutput)(nil)),
  72. "DeleteBucketCorsInput": reflect.ValueOf((*s3.DeleteBucketCorsInput)(nil)),
  73. "DeleteBucketCorsOutput": reflect.ValueOf((*s3.DeleteBucketCorsOutput)(nil)),
  74. "DeleteBucketEncryptionInput": reflect.ValueOf((*s3.DeleteBucketEncryptionInput)(nil)),
  75. "DeleteBucketEncryptionOutput": reflect.ValueOf((*s3.DeleteBucketEncryptionOutput)(nil)),
  76. "DeleteBucketInput": reflect.ValueOf((*s3.DeleteBucketInput)(nil)),
  77. "DeleteBucketIntelligentTieringConfigurationInput": reflect.ValueOf((*s3.DeleteBucketIntelligentTieringConfigurationInput)(nil)),
  78. "DeleteBucketIntelligentTieringConfigurationOutput": reflect.ValueOf((*s3.DeleteBucketIntelligentTieringConfigurationOutput)(nil)),
  79. "DeleteBucketInventoryConfigurationInput": reflect.ValueOf((*s3.DeleteBucketInventoryConfigurationInput)(nil)),
  80. "DeleteBucketInventoryConfigurationOutput": reflect.ValueOf((*s3.DeleteBucketInventoryConfigurationOutput)(nil)),
  81. "DeleteBucketLifecycleInput": reflect.ValueOf((*s3.DeleteBucketLifecycleInput)(nil)),
  82. "DeleteBucketLifecycleOutput": reflect.ValueOf((*s3.DeleteBucketLifecycleOutput)(nil)),
  83. "DeleteBucketMetadataConfigurationInput": reflect.ValueOf((*s3.DeleteBucketMetadataConfigurationInput)(nil)),
  84. "DeleteBucketMetadataConfigurationOutput": reflect.ValueOf((*s3.DeleteBucketMetadataConfigurationOutput)(nil)),
  85. "DeleteBucketMetadataTableConfigurationInput": reflect.ValueOf((*s3.DeleteBucketMetadataTableConfigurationInput)(nil)),
  86. "DeleteBucketMetadataTableConfigurationOutput": reflect.ValueOf((*s3.DeleteBucketMetadataTableConfigurationOutput)(nil)),
  87. "DeleteBucketMetricsConfigurationInput": reflect.ValueOf((*s3.DeleteBucketMetricsConfigurationInput)(nil)),
  88. "DeleteBucketMetricsConfigurationOutput": reflect.ValueOf((*s3.DeleteBucketMetricsConfigurationOutput)(nil)),
  89. "DeleteBucketOutput": reflect.ValueOf((*s3.DeleteBucketOutput)(nil)),
  90. "DeleteBucketOwnershipControlsInput": reflect.ValueOf((*s3.DeleteBucketOwnershipControlsInput)(nil)),
  91. "DeleteBucketOwnershipControlsOutput": reflect.ValueOf((*s3.DeleteBucketOwnershipControlsOutput)(nil)),
  92. "DeleteBucketPolicyInput": reflect.ValueOf((*s3.DeleteBucketPolicyInput)(nil)),
  93. "DeleteBucketPolicyOutput": reflect.ValueOf((*s3.DeleteBucketPolicyOutput)(nil)),
  94. "DeleteBucketReplicationInput": reflect.ValueOf((*s3.DeleteBucketReplicationInput)(nil)),
  95. "DeleteBucketReplicationOutput": reflect.ValueOf((*s3.DeleteBucketReplicationOutput)(nil)),
  96. "DeleteBucketTaggingInput": reflect.ValueOf((*s3.DeleteBucketTaggingInput)(nil)),
  97. "DeleteBucketTaggingOutput": reflect.ValueOf((*s3.DeleteBucketTaggingOutput)(nil)),
  98. "DeleteBucketWebsiteInput": reflect.ValueOf((*s3.DeleteBucketWebsiteInput)(nil)),
  99. "DeleteBucketWebsiteOutput": reflect.ValueOf((*s3.DeleteBucketWebsiteOutput)(nil)),
  100. "DeleteObjectInput": reflect.ValueOf((*s3.DeleteObjectInput)(nil)),
  101. "DeleteObjectOutput": reflect.ValueOf((*s3.DeleteObjectOutput)(nil)),
  102. "DeleteObjectTaggingInput": reflect.ValueOf((*s3.DeleteObjectTaggingInput)(nil)),
  103. "DeleteObjectTaggingOutput": reflect.ValueOf((*s3.DeleteObjectTaggingOutput)(nil)),
  104. "DeleteObjectsInput": reflect.ValueOf((*s3.DeleteObjectsInput)(nil)),
  105. "DeleteObjectsOutput": reflect.ValueOf((*s3.DeleteObjectsOutput)(nil)),
  106. "DeletePublicAccessBlockInput": reflect.ValueOf((*s3.DeletePublicAccessBlockInput)(nil)),
  107. "DeletePublicAccessBlockOutput": reflect.ValueOf((*s3.DeletePublicAccessBlockOutput)(nil)),
  108. "EndpointParameters": reflect.ValueOf((*s3.EndpointParameters)(nil)),
  109. "ExpressCredentialsProvider": reflect.ValueOf((*s3.ExpressCredentialsProvider)(nil)),
  110. "GetBucketAbacInput": reflect.ValueOf((*s3.GetBucketAbacInput)(nil)),
  111. "GetBucketAbacOutput": reflect.ValueOf((*s3.GetBucketAbacOutput)(nil)),
  112. "GetBucketAccelerateConfigurationInput": reflect.ValueOf((*s3.GetBucketAccelerateConfigurationInput)(nil)),
  113. "GetBucketAccelerateConfigurationOutput": reflect.ValueOf((*s3.GetBucketAccelerateConfigurationOutput)(nil)),
  114. "GetBucketAclInput": reflect.ValueOf((*s3.GetBucketAclInput)(nil)),
  115. "GetBucketAclOutput": reflect.ValueOf((*s3.GetBucketAclOutput)(nil)),
  116. "GetBucketAnalyticsConfigurationInput": reflect.ValueOf((*s3.GetBucketAnalyticsConfigurationInput)(nil)),
  117. "GetBucketAnalyticsConfigurationOutput": reflect.ValueOf((*s3.GetBucketAnalyticsConfigurationOutput)(nil)),
  118. "GetBucketCorsInput": reflect.ValueOf((*s3.GetBucketCorsInput)(nil)),
  119. "GetBucketCorsOutput": reflect.ValueOf((*s3.GetBucketCorsOutput)(nil)),
  120. "GetBucketEncryptionInput": reflect.ValueOf((*s3.GetBucketEncryptionInput)(nil)),
  121. "GetBucketEncryptionOutput": reflect.ValueOf((*s3.GetBucketEncryptionOutput)(nil)),
  122. "GetBucketIntelligentTieringConfigurationInput": reflect.ValueOf((*s3.GetBucketIntelligentTieringConfigurationInput)(nil)),
  123. "GetBucketIntelligentTieringConfigurationOutput": reflect.ValueOf((*s3.GetBucketIntelligentTieringConfigurationOutput)(nil)),
  124. "GetBucketInventoryConfigurationInput": reflect.ValueOf((*s3.GetBucketInventoryConfigurationInput)(nil)),
  125. "GetBucketInventoryConfigurationOutput": reflect.ValueOf((*s3.GetBucketInventoryConfigurationOutput)(nil)),
  126. "GetBucketLifecycleConfigurationInput": reflect.ValueOf((*s3.GetBucketLifecycleConfigurationInput)(nil)),
  127. "GetBucketLifecycleConfigurationOutput": reflect.ValueOf((*s3.GetBucketLifecycleConfigurationOutput)(nil)),
  128. "GetBucketLocationInput": reflect.ValueOf((*s3.GetBucketLocationInput)(nil)),
  129. "GetBucketLocationOutput": reflect.ValueOf((*s3.GetBucketLocationOutput)(nil)),
  130. "GetBucketLoggingInput": reflect.ValueOf((*s3.GetBucketLoggingInput)(nil)),
  131. "GetBucketLoggingOutput": reflect.ValueOf((*s3.GetBucketLoggingOutput)(nil)),
  132. "GetBucketMetadataConfigurationInput": reflect.ValueOf((*s3.GetBucketMetadataConfigurationInput)(nil)),
  133. "GetBucketMetadataConfigurationOutput": reflect.ValueOf((*s3.GetBucketMetadataConfigurationOutput)(nil)),
  134. "GetBucketMetadataTableConfigurationInput": reflect.ValueOf((*s3.GetBucketMetadataTableConfigurationInput)(nil)),
  135. "GetBucketMetadataTableConfigurationOutput": reflect.ValueOf((*s3.GetBucketMetadataTableConfigurationOutput)(nil)),
  136. "GetBucketMetricsConfigurationInput": reflect.ValueOf((*s3.GetBucketMetricsConfigurationInput)(nil)),
  137. "GetBucketMetricsConfigurationOutput": reflect.ValueOf((*s3.GetBucketMetricsConfigurationOutput)(nil)),
  138. "GetBucketNotificationConfigurationInput": reflect.ValueOf((*s3.GetBucketNotificationConfigurationInput)(nil)),
  139. "GetBucketNotificationConfigurationOutput": reflect.ValueOf((*s3.GetBucketNotificationConfigurationOutput)(nil)),
  140. "GetBucketOwnershipControlsInput": reflect.ValueOf((*s3.GetBucketOwnershipControlsInput)(nil)),
  141. "GetBucketOwnershipControlsOutput": reflect.ValueOf((*s3.GetBucketOwnershipControlsOutput)(nil)),
  142. "GetBucketPolicyInput": reflect.ValueOf((*s3.GetBucketPolicyInput)(nil)),
  143. "GetBucketPolicyOutput": reflect.ValueOf((*s3.GetBucketPolicyOutput)(nil)),
  144. "GetBucketPolicyStatusInput": reflect.ValueOf((*s3.GetBucketPolicyStatusInput)(nil)),
  145. "GetBucketPolicyStatusOutput": reflect.ValueOf((*s3.GetBucketPolicyStatusOutput)(nil)),
  146. "GetBucketReplicationInput": reflect.ValueOf((*s3.GetBucketReplicationInput)(nil)),
  147. "GetBucketReplicationOutput": reflect.ValueOf((*s3.GetBucketReplicationOutput)(nil)),
  148. "GetBucketRequestPaymentInput": reflect.ValueOf((*s3.GetBucketRequestPaymentInput)(nil)),
  149. "GetBucketRequestPaymentOutput": reflect.ValueOf((*s3.GetBucketRequestPaymentOutput)(nil)),
  150. "GetBucketTaggingInput": reflect.ValueOf((*s3.GetBucketTaggingInput)(nil)),
  151. "GetBucketTaggingOutput": reflect.ValueOf((*s3.GetBucketTaggingOutput)(nil)),
  152. "GetBucketVersioningInput": reflect.ValueOf((*s3.GetBucketVersioningInput)(nil)),
  153. "GetBucketVersioningOutput": reflect.ValueOf((*s3.GetBucketVersioningOutput)(nil)),
  154. "GetBucketWebsiteInput": reflect.ValueOf((*s3.GetBucketWebsiteInput)(nil)),
  155. "GetBucketWebsiteOutput": reflect.ValueOf((*s3.GetBucketWebsiteOutput)(nil)),
  156. "GetObjectAclInput": reflect.ValueOf((*s3.GetObjectAclInput)(nil)),
  157. "GetObjectAclOutput": reflect.ValueOf((*s3.GetObjectAclOutput)(nil)),
  158. "GetObjectAttributesInput": reflect.ValueOf((*s3.GetObjectAttributesInput)(nil)),
  159. "GetObjectAttributesOutput": reflect.ValueOf((*s3.GetObjectAttributesOutput)(nil)),
  160. "GetObjectInput": reflect.ValueOf((*s3.GetObjectInput)(nil)),
  161. "GetObjectLegalHoldInput": reflect.ValueOf((*s3.GetObjectLegalHoldInput)(nil)),
  162. "GetObjectLegalHoldOutput": reflect.ValueOf((*s3.GetObjectLegalHoldOutput)(nil)),
  163. "GetObjectLockConfigurationInput": reflect.ValueOf((*s3.GetObjectLockConfigurationInput)(nil)),
  164. "GetObjectLockConfigurationOutput": reflect.ValueOf((*s3.GetObjectLockConfigurationOutput)(nil)),
  165. "GetObjectOutput": reflect.ValueOf((*s3.GetObjectOutput)(nil)),
  166. "GetObjectRetentionInput": reflect.ValueOf((*s3.GetObjectRetentionInput)(nil)),
  167. "GetObjectRetentionOutput": reflect.ValueOf((*s3.GetObjectRetentionOutput)(nil)),
  168. "GetObjectTaggingInput": reflect.ValueOf((*s3.GetObjectTaggingInput)(nil)),
  169. "GetObjectTaggingOutput": reflect.ValueOf((*s3.GetObjectTaggingOutput)(nil)),
  170. "GetObjectTorrentInput": reflect.ValueOf((*s3.GetObjectTorrentInput)(nil)),
  171. "GetObjectTorrentOutput": reflect.ValueOf((*s3.GetObjectTorrentOutput)(nil)),
  172. "GetPublicAccessBlockInput": reflect.ValueOf((*s3.GetPublicAccessBlockInput)(nil)),
  173. "GetPublicAccessBlockOutput": reflect.ValueOf((*s3.GetPublicAccessBlockOutput)(nil)),
  174. "HTTPClient": reflect.ValueOf((*s3.HTTPClient)(nil)),
  175. "HTTPPresignerV4": reflect.ValueOf((*s3.HTTPPresignerV4)(nil)),
  176. "HTTPSignerV4": reflect.ValueOf((*s3.HTTPSignerV4)(nil)),
  177. "HeadBucketAPIClient": reflect.ValueOf((*s3.HeadBucketAPIClient)(nil)),
  178. "HeadBucketInput": reflect.ValueOf((*s3.HeadBucketInput)(nil)),
  179. "HeadBucketOutput": reflect.ValueOf((*s3.HeadBucketOutput)(nil)),
  180. "HeadObjectAPIClient": reflect.ValueOf((*s3.HeadObjectAPIClient)(nil)),
  181. "HeadObjectInput": reflect.ValueOf((*s3.HeadObjectInput)(nil)),
  182. "HeadObjectOutput": reflect.ValueOf((*s3.HeadObjectOutput)(nil)),
  183. "IdempotencyTokenProvider": reflect.ValueOf((*s3.IdempotencyTokenProvider)(nil)),
  184. "ListBucketAnalyticsConfigurationsInput": reflect.ValueOf((*s3.ListBucketAnalyticsConfigurationsInput)(nil)),
  185. "ListBucketAnalyticsConfigurationsOutput": reflect.ValueOf((*s3.ListBucketAnalyticsConfigurationsOutput)(nil)),
  186. "ListBucketIntelligentTieringConfigurationsInput": reflect.ValueOf((*s3.ListBucketIntelligentTieringConfigurationsInput)(nil)),
  187. "ListBucketIntelligentTieringConfigurationsOutput": reflect.ValueOf((*s3.ListBucketIntelligentTieringConfigurationsOutput)(nil)),
  188. "ListBucketInventoryConfigurationsInput": reflect.ValueOf((*s3.ListBucketInventoryConfigurationsInput)(nil)),
  189. "ListBucketInventoryConfigurationsOutput": reflect.ValueOf((*s3.ListBucketInventoryConfigurationsOutput)(nil)),
  190. "ListBucketMetricsConfigurationsInput": reflect.ValueOf((*s3.ListBucketMetricsConfigurationsInput)(nil)),
  191. "ListBucketMetricsConfigurationsOutput": reflect.ValueOf((*s3.ListBucketMetricsConfigurationsOutput)(nil)),
  192. "ListBucketsAPIClient": reflect.ValueOf((*s3.ListBucketsAPIClient)(nil)),
  193. "ListBucketsInput": reflect.ValueOf((*s3.ListBucketsInput)(nil)),
  194. "ListBucketsOutput": reflect.ValueOf((*s3.ListBucketsOutput)(nil)),
  195. "ListBucketsPaginator": reflect.ValueOf((*s3.ListBucketsPaginator)(nil)),
  196. "ListBucketsPaginatorOptions": reflect.ValueOf((*s3.ListBucketsPaginatorOptions)(nil)),
  197. "ListDirectoryBucketsAPIClient": reflect.ValueOf((*s3.ListDirectoryBucketsAPIClient)(nil)),
  198. "ListDirectoryBucketsInput": reflect.ValueOf((*s3.ListDirectoryBucketsInput)(nil)),
  199. "ListDirectoryBucketsOutput": reflect.ValueOf((*s3.ListDirectoryBucketsOutput)(nil)),
  200. "ListDirectoryBucketsPaginator": reflect.ValueOf((*s3.ListDirectoryBucketsPaginator)(nil)),
  201. "ListDirectoryBucketsPaginatorOptions": reflect.ValueOf((*s3.ListDirectoryBucketsPaginatorOptions)(nil)),
  202. "ListMultipartUploadsAPIClient": reflect.ValueOf((*s3.ListMultipartUploadsAPIClient)(nil)),
  203. "ListMultipartUploadsInput": reflect.ValueOf((*s3.ListMultipartUploadsInput)(nil)),
  204. "ListMultipartUploadsOutput": reflect.ValueOf((*s3.ListMultipartUploadsOutput)(nil)),
  205. "ListMultipartUploadsPaginator": reflect.ValueOf((*s3.ListMultipartUploadsPaginator)(nil)),
  206. "ListMultipartUploadsPaginatorOptions": reflect.ValueOf((*s3.ListMultipartUploadsPaginatorOptions)(nil)),
  207. "ListObjectVersionsAPIClient": reflect.ValueOf((*s3.ListObjectVersionsAPIClient)(nil)),
  208. "ListObjectVersionsInput": reflect.ValueOf((*s3.ListObjectVersionsInput)(nil)),
  209. "ListObjectVersionsOutput": reflect.ValueOf((*s3.ListObjectVersionsOutput)(nil)),
  210. "ListObjectVersionsPaginator": reflect.ValueOf((*s3.ListObjectVersionsPaginator)(nil)),
  211. "ListObjectVersionsPaginatorOptions": reflect.ValueOf((*s3.ListObjectVersionsPaginatorOptions)(nil)),
  212. "ListObjectsInput": reflect.ValueOf((*s3.ListObjectsInput)(nil)),
  213. "ListObjectsOutput": reflect.ValueOf((*s3.ListObjectsOutput)(nil)),
  214. "ListObjectsV2APIClient": reflect.ValueOf((*s3.ListObjectsV2APIClient)(nil)),
  215. "ListObjectsV2Input": reflect.ValueOf((*s3.ListObjectsV2Input)(nil)),
  216. "ListObjectsV2Output": reflect.ValueOf((*s3.ListObjectsV2Output)(nil)),
  217. "ListObjectsV2Paginator": reflect.ValueOf((*s3.ListObjectsV2Paginator)(nil)),
  218. "ListObjectsV2PaginatorOptions": reflect.ValueOf((*s3.ListObjectsV2PaginatorOptions)(nil)),
  219. "ListPartsAPIClient": reflect.ValueOf((*s3.ListPartsAPIClient)(nil)),
  220. "ListPartsInput": reflect.ValueOf((*s3.ListPartsInput)(nil)),
  221. "ListPartsOutput": reflect.ValueOf((*s3.ListPartsOutput)(nil)),
  222. "ListPartsPaginator": reflect.ValueOf((*s3.ListPartsPaginator)(nil)),
  223. "ListPartsPaginatorOptions": reflect.ValueOf((*s3.ListPartsPaginatorOptions)(nil)),
  224. "ObjectExistsWaiter": reflect.ValueOf((*s3.ObjectExistsWaiter)(nil)),
  225. "ObjectExistsWaiterOptions": reflect.ValueOf((*s3.ObjectExistsWaiterOptions)(nil)),
  226. "ObjectNotExistsWaiter": reflect.ValueOf((*s3.ObjectNotExistsWaiter)(nil)),
  227. "ObjectNotExistsWaiterOptions": reflect.ValueOf((*s3.ObjectNotExistsWaiterOptions)(nil)),
  228. "Options": reflect.ValueOf((*s3.Options)(nil)),
  229. "PresignClient": reflect.ValueOf((*s3.PresignClient)(nil)),
  230. "PresignOptions": reflect.ValueOf((*s3.PresignOptions)(nil)),
  231. "PresignPost": reflect.ValueOf((*s3.PresignPost)(nil)),
  232. "PresignPostOptions": reflect.ValueOf((*s3.PresignPostOptions)(nil)),
  233. "PresignedPostRequest": reflect.ValueOf((*s3.PresignedPostRequest)(nil)),
  234. "PutBucketAbacInput": reflect.ValueOf((*s3.PutBucketAbacInput)(nil)),
  235. "PutBucketAbacOutput": reflect.ValueOf((*s3.PutBucketAbacOutput)(nil)),
  236. "PutBucketAccelerateConfigurationInput": reflect.ValueOf((*s3.PutBucketAccelerateConfigurationInput)(nil)),
  237. "PutBucketAccelerateConfigurationOutput": reflect.ValueOf((*s3.PutBucketAccelerateConfigurationOutput)(nil)),
  238. "PutBucketAclInput": reflect.ValueOf((*s3.PutBucketAclInput)(nil)),
  239. "PutBucketAclOutput": reflect.ValueOf((*s3.PutBucketAclOutput)(nil)),
  240. "PutBucketAnalyticsConfigurationInput": reflect.ValueOf((*s3.PutBucketAnalyticsConfigurationInput)(nil)),
  241. "PutBucketAnalyticsConfigurationOutput": reflect.ValueOf((*s3.PutBucketAnalyticsConfigurationOutput)(nil)),
  242. "PutBucketCorsInput": reflect.ValueOf((*s3.PutBucketCorsInput)(nil)),
  243. "PutBucketCorsOutput": reflect.ValueOf((*s3.PutBucketCorsOutput)(nil)),
  244. "PutBucketEncryptionInput": reflect.ValueOf((*s3.PutBucketEncryptionInput)(nil)),
  245. "PutBucketEncryptionOutput": reflect.ValueOf((*s3.PutBucketEncryptionOutput)(nil)),
  246. "PutBucketIntelligentTieringConfigurationInput": reflect.ValueOf((*s3.PutBucketIntelligentTieringConfigurationInput)(nil)),
  247. "PutBucketIntelligentTieringConfigurationOutput": reflect.ValueOf((*s3.PutBucketIntelligentTieringConfigurationOutput)(nil)),
  248. "PutBucketInventoryConfigurationInput": reflect.ValueOf((*s3.PutBucketInventoryConfigurationInput)(nil)),
  249. "PutBucketInventoryConfigurationOutput": reflect.ValueOf((*s3.PutBucketInventoryConfigurationOutput)(nil)),
  250. "PutBucketLifecycleConfigurationInput": reflect.ValueOf((*s3.PutBucketLifecycleConfigurationInput)(nil)),
  251. "PutBucketLifecycleConfigurationOutput": reflect.ValueOf((*s3.PutBucketLifecycleConfigurationOutput)(nil)),
  252. "PutBucketLoggingInput": reflect.ValueOf((*s3.PutBucketLoggingInput)(nil)),
  253. "PutBucketLoggingOutput": reflect.ValueOf((*s3.PutBucketLoggingOutput)(nil)),
  254. "PutBucketMetricsConfigurationInput": reflect.ValueOf((*s3.PutBucketMetricsConfigurationInput)(nil)),
  255. "PutBucketMetricsConfigurationOutput": reflect.ValueOf((*s3.PutBucketMetricsConfigurationOutput)(nil)),
  256. "PutBucketNotificationConfigurationInput": reflect.ValueOf((*s3.PutBucketNotificationConfigurationInput)(nil)),
  257. "PutBucketNotificationConfigurationOutput": reflect.ValueOf((*s3.PutBucketNotificationConfigurationOutput)(nil)),
  258. "PutBucketOwnershipControlsInput": reflect.ValueOf((*s3.PutBucketOwnershipControlsInput)(nil)),
  259. "PutBucketOwnershipControlsOutput": reflect.ValueOf((*s3.PutBucketOwnershipControlsOutput)(nil)),
  260. "PutBucketPolicyInput": reflect.ValueOf((*s3.PutBucketPolicyInput)(nil)),
  261. "PutBucketPolicyOutput": reflect.ValueOf((*s3.PutBucketPolicyOutput)(nil)),
  262. "PutBucketReplicationInput": reflect.ValueOf((*s3.PutBucketReplicationInput)(nil)),
  263. "PutBucketReplicationOutput": reflect.ValueOf((*s3.PutBucketReplicationOutput)(nil)),
  264. "PutBucketRequestPaymentInput": reflect.ValueOf((*s3.PutBucketRequestPaymentInput)(nil)),
  265. "PutBucketRequestPaymentOutput": reflect.ValueOf((*s3.PutBucketRequestPaymentOutput)(nil)),
  266. "PutBucketTaggingInput": reflect.ValueOf((*s3.PutBucketTaggingInput)(nil)),
  267. "PutBucketTaggingOutput": reflect.ValueOf((*s3.PutBucketTaggingOutput)(nil)),
  268. "PutBucketVersioningInput": reflect.ValueOf((*s3.PutBucketVersioningInput)(nil)),
  269. "PutBucketVersioningOutput": reflect.ValueOf((*s3.PutBucketVersioningOutput)(nil)),
  270. "PutBucketWebsiteInput": reflect.ValueOf((*s3.PutBucketWebsiteInput)(nil)),
  271. "PutBucketWebsiteOutput": reflect.ValueOf((*s3.PutBucketWebsiteOutput)(nil)),
  272. "PutObjectAclInput": reflect.ValueOf((*s3.PutObjectAclInput)(nil)),
  273. "PutObjectAclOutput": reflect.ValueOf((*s3.PutObjectAclOutput)(nil)),
  274. "PutObjectInput": reflect.ValueOf((*s3.PutObjectInput)(nil)),
  275. "PutObjectLegalHoldInput": reflect.ValueOf((*s3.PutObjectLegalHoldInput)(nil)),
  276. "PutObjectLegalHoldOutput": reflect.ValueOf((*s3.PutObjectLegalHoldOutput)(nil)),
  277. "PutObjectLockConfigurationInput": reflect.ValueOf((*s3.PutObjectLockConfigurationInput)(nil)),
  278. "PutObjectLockConfigurationOutput": reflect.ValueOf((*s3.PutObjectLockConfigurationOutput)(nil)),
  279. "PutObjectOutput": reflect.ValueOf((*s3.PutObjectOutput)(nil)),
  280. "PutObjectRetentionInput": reflect.ValueOf((*s3.PutObjectRetentionInput)(nil)),
  281. "PutObjectRetentionOutput": reflect.ValueOf((*s3.PutObjectRetentionOutput)(nil)),
  282. "PutObjectTaggingInput": reflect.ValueOf((*s3.PutObjectTaggingInput)(nil)),
  283. "PutObjectTaggingOutput": reflect.ValueOf((*s3.PutObjectTaggingOutput)(nil)),
  284. "PutPublicAccessBlockInput": reflect.ValueOf((*s3.PutPublicAccessBlockInput)(nil)),
  285. "PutPublicAccessBlockOutput": reflect.ValueOf((*s3.PutPublicAccessBlockOutput)(nil)),
  286. "RenameObjectInput": reflect.ValueOf((*s3.RenameObjectInput)(nil)),
  287. "RenameObjectOutput": reflect.ValueOf((*s3.RenameObjectOutput)(nil)),
  288. "ResponseError": reflect.ValueOf((*s3.ResponseError)(nil)),
  289. "RestoreObjectInput": reflect.ValueOf((*s3.RestoreObjectInput)(nil)),
  290. "RestoreObjectOutput": reflect.ValueOf((*s3.RestoreObjectOutput)(nil)),
  291. "SelectObjectContentEventStream": reflect.ValueOf((*s3.SelectObjectContentEventStream)(nil)),
  292. "SelectObjectContentEventStreamReader": reflect.ValueOf((*s3.SelectObjectContentEventStreamReader)(nil)),
  293. "SelectObjectContentInput": reflect.ValueOf((*s3.SelectObjectContentInput)(nil)),
  294. "SelectObjectContentOutput": reflect.ValueOf((*s3.SelectObjectContentOutput)(nil)),
  295. "UnknownEventMessageError": reflect.ValueOf((*s3.UnknownEventMessageError)(nil)),
  296. "UpdateBucketMetadataInventoryTableConfigurationInput": reflect.ValueOf((*s3.UpdateBucketMetadataInventoryTableConfigurationInput)(nil)),
  297. "UpdateBucketMetadataInventoryTableConfigurationOutput": reflect.ValueOf((*s3.UpdateBucketMetadataInventoryTableConfigurationOutput)(nil)),
  298. "UpdateBucketMetadataJournalTableConfigurationInput": reflect.ValueOf((*s3.UpdateBucketMetadataJournalTableConfigurationInput)(nil)),
  299. "UpdateBucketMetadataJournalTableConfigurationOutput": reflect.ValueOf((*s3.UpdateBucketMetadataJournalTableConfigurationOutput)(nil)),
  300. "UpdateObjectEncryptionInput": reflect.ValueOf((*s3.UpdateObjectEncryptionInput)(nil)),
  301. "UpdateObjectEncryptionOutput": reflect.ValueOf((*s3.UpdateObjectEncryptionOutput)(nil)),
  302. "UploadPartCopyInput": reflect.ValueOf((*s3.UploadPartCopyInput)(nil)),
  303. "UploadPartCopyOutput": reflect.ValueOf((*s3.UploadPartCopyOutput)(nil)),
  304. "UploadPartInput": reflect.ValueOf((*s3.UploadPartInput)(nil)),
  305. "UploadPartOutput": reflect.ValueOf((*s3.UploadPartOutput)(nil)),
  306. "WriteGetObjectResponseInput": reflect.ValueOf((*s3.WriteGetObjectResponseInput)(nil)),
  307. "WriteGetObjectResponseOutput": reflect.ValueOf((*s3.WriteGetObjectResponseOutput)(nil)),
  308. // interface wrapper definitions
  309. "_AuthSchemeResolver": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_service_s3_AuthSchemeResolver)(nil)),
  310. "_ExpressCredentialsProvider": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_service_s3_ExpressCredentialsProvider)(nil)),
  311. "_HTTPClient": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_service_s3_HTTPClient)(nil)),
  312. "_HTTPPresignerV4": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_service_s3_HTTPPresignerV4)(nil)),
  313. "_HTTPSignerV4": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_service_s3_HTTPSignerV4)(nil)),
  314. "_HeadBucketAPIClient": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_service_s3_HeadBucketAPIClient)(nil)),
  315. "_HeadObjectAPIClient": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_service_s3_HeadObjectAPIClient)(nil)),
  316. "_IdempotencyTokenProvider": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_service_s3_IdempotencyTokenProvider)(nil)),
  317. "_ListBucketsAPIClient": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_service_s3_ListBucketsAPIClient)(nil)),
  318. "_ListDirectoryBucketsAPIClient": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_service_s3_ListDirectoryBucketsAPIClient)(nil)),
  319. "_ListMultipartUploadsAPIClient": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_service_s3_ListMultipartUploadsAPIClient)(nil)),
  320. "_ListObjectVersionsAPIClient": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_service_s3_ListObjectVersionsAPIClient)(nil)),
  321. "_ListObjectsV2APIClient": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_service_s3_ListObjectsV2APIClient)(nil)),
  322. "_ListPartsAPIClient": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_service_s3_ListPartsAPIClient)(nil)),
  323. "_PresignPost": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_service_s3_PresignPost)(nil)),
  324. "_ResponseError": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_service_s3_ResponseError)(nil)),
  325. "_SelectObjectContentEventStreamReader": reflect.ValueOf((*_github_com_aws_aws_sdk_go_v2_service_s3_SelectObjectContentEventStreamReader)(nil)),
  326. }
  327. }
  328. // _github_com_aws_aws_sdk_go_v2_service_s3_AuthSchemeResolver is an interface wrapper for AuthSchemeResolver type
  329. type _github_com_aws_aws_sdk_go_v2_service_s3_AuthSchemeResolver struct {
  330. IValue interface{}
  331. WResolveAuthSchemes func(a0 context.Context, a1 *s3.AuthResolverParameters) ([]*auth.Option, error)
  332. }
  333. func (W _github_com_aws_aws_sdk_go_v2_service_s3_AuthSchemeResolver) ResolveAuthSchemes(a0 context.Context, a1 *s3.AuthResolverParameters) ([]*auth.Option, error) {
  334. return W.WResolveAuthSchemes(a0, a1)
  335. }
  336. // _github_com_aws_aws_sdk_go_v2_service_s3_ExpressCredentialsProvider is an interface wrapper for ExpressCredentialsProvider type
  337. type _github_com_aws_aws_sdk_go_v2_service_s3_ExpressCredentialsProvider struct {
  338. IValue interface{}
  339. WRetrieve func(ctx context.Context, bucket string) (aws.Credentials, error)
  340. }
  341. func (W _github_com_aws_aws_sdk_go_v2_service_s3_ExpressCredentialsProvider) Retrieve(ctx context.Context, bucket string) (aws.Credentials, error) {
  342. return W.WRetrieve(ctx, bucket)
  343. }
  344. // _github_com_aws_aws_sdk_go_v2_service_s3_HTTPClient is an interface wrapper for HTTPClient type
  345. type _github_com_aws_aws_sdk_go_v2_service_s3_HTTPClient struct {
  346. IValue interface{}
  347. WDo func(a0 *http.Request) (*http.Response, error)
  348. }
  349. func (W _github_com_aws_aws_sdk_go_v2_service_s3_HTTPClient) Do(a0 *http.Request) (*http.Response, error) {
  350. return W.WDo(a0)
  351. }
  352. // _github_com_aws_aws_sdk_go_v2_service_s3_HTTPPresignerV4 is an interface wrapper for HTTPPresignerV4 type
  353. type _github_com_aws_aws_sdk_go_v2_service_s3_HTTPPresignerV4 struct {
  354. IValue interface{}
  355. WPresignHTTP func(ctx context.Context, credentials aws.Credentials, r *http.Request, payloadHash string, service string, region string, signingTime time.Time, optFns ...func(*v4.SignerOptions)) (url string, signedHeader http.Header, err error)
  356. }
  357. func (W _github_com_aws_aws_sdk_go_v2_service_s3_HTTPPresignerV4) PresignHTTP(ctx context.Context, credentials aws.Credentials, r *http.Request, payloadHash string, service string, region string, signingTime time.Time, optFns ...func(*v4.SignerOptions)) (url string, signedHeader http.Header, err error) {
  358. return W.WPresignHTTP(ctx, credentials, r, payloadHash, service, region, signingTime, optFns...)
  359. }
  360. // _github_com_aws_aws_sdk_go_v2_service_s3_HTTPSignerV4 is an interface wrapper for HTTPSignerV4 type
  361. type _github_com_aws_aws_sdk_go_v2_service_s3_HTTPSignerV4 struct {
  362. IValue interface{}
  363. WSignHTTP func(ctx context.Context, credentials aws.Credentials, r *http.Request, payloadHash string, service string, region string, signingTime time.Time, optFns ...func(*v4.SignerOptions)) error
  364. }
  365. func (W _github_com_aws_aws_sdk_go_v2_service_s3_HTTPSignerV4) SignHTTP(ctx context.Context, credentials aws.Credentials, r *http.Request, payloadHash string, service string, region string, signingTime time.Time, optFns ...func(*v4.SignerOptions)) error {
  366. return W.WSignHTTP(ctx, credentials, r, payloadHash, service, region, signingTime, optFns...)
  367. }
  368. // _github_com_aws_aws_sdk_go_v2_service_s3_HeadBucketAPIClient is an interface wrapper for HeadBucketAPIClient type
  369. type _github_com_aws_aws_sdk_go_v2_service_s3_HeadBucketAPIClient struct {
  370. IValue interface{}
  371. WHeadBucket func(a0 context.Context, a1 *s3.HeadBucketInput, a2 ...func(*s3.Options)) (*s3.HeadBucketOutput, error)
  372. }
  373. func (W _github_com_aws_aws_sdk_go_v2_service_s3_HeadBucketAPIClient) HeadBucket(a0 context.Context, a1 *s3.HeadBucketInput, a2 ...func(*s3.Options)) (*s3.HeadBucketOutput, error) {
  374. return W.WHeadBucket(a0, a1, a2...)
  375. }
  376. // _github_com_aws_aws_sdk_go_v2_service_s3_HeadObjectAPIClient is an interface wrapper for HeadObjectAPIClient type
  377. type _github_com_aws_aws_sdk_go_v2_service_s3_HeadObjectAPIClient struct {
  378. IValue interface{}
  379. WHeadObject func(a0 context.Context, a1 *s3.HeadObjectInput, a2 ...func(*s3.Options)) (*s3.HeadObjectOutput, error)
  380. }
  381. func (W _github_com_aws_aws_sdk_go_v2_service_s3_HeadObjectAPIClient) HeadObject(a0 context.Context, a1 *s3.HeadObjectInput, a2 ...func(*s3.Options)) (*s3.HeadObjectOutput, error) {
  382. return W.WHeadObject(a0, a1, a2...)
  383. }
  384. // _github_com_aws_aws_sdk_go_v2_service_s3_IdempotencyTokenProvider is an interface wrapper for IdempotencyTokenProvider type
  385. type _github_com_aws_aws_sdk_go_v2_service_s3_IdempotencyTokenProvider struct {
  386. IValue interface{}
  387. WGetIdempotencyToken func() (string, error)
  388. }
  389. func (W _github_com_aws_aws_sdk_go_v2_service_s3_IdempotencyTokenProvider) GetIdempotencyToken() (string, error) {
  390. return W.WGetIdempotencyToken()
  391. }
  392. // _github_com_aws_aws_sdk_go_v2_service_s3_ListBucketsAPIClient is an interface wrapper for ListBucketsAPIClient type
  393. type _github_com_aws_aws_sdk_go_v2_service_s3_ListBucketsAPIClient struct {
  394. IValue interface{}
  395. WListBuckets func(a0 context.Context, a1 *s3.ListBucketsInput, a2 ...func(*s3.Options)) (*s3.ListBucketsOutput, error)
  396. }
  397. func (W _github_com_aws_aws_sdk_go_v2_service_s3_ListBucketsAPIClient) ListBuckets(a0 context.Context, a1 *s3.ListBucketsInput, a2 ...func(*s3.Options)) (*s3.ListBucketsOutput, error) {
  398. return W.WListBuckets(a0, a1, a2...)
  399. }
  400. // _github_com_aws_aws_sdk_go_v2_service_s3_ListDirectoryBucketsAPIClient is an interface wrapper for ListDirectoryBucketsAPIClient type
  401. type _github_com_aws_aws_sdk_go_v2_service_s3_ListDirectoryBucketsAPIClient struct {
  402. IValue interface{}
  403. WListDirectoryBuckets func(a0 context.Context, a1 *s3.ListDirectoryBucketsInput, a2 ...func(*s3.Options)) (*s3.ListDirectoryBucketsOutput, error)
  404. }
  405. func (W _github_com_aws_aws_sdk_go_v2_service_s3_ListDirectoryBucketsAPIClient) ListDirectoryBuckets(a0 context.Context, a1 *s3.ListDirectoryBucketsInput, a2 ...func(*s3.Options)) (*s3.ListDirectoryBucketsOutput, error) {
  406. return W.WListDirectoryBuckets(a0, a1, a2...)
  407. }
  408. // _github_com_aws_aws_sdk_go_v2_service_s3_ListMultipartUploadsAPIClient is an interface wrapper for ListMultipartUploadsAPIClient type
  409. type _github_com_aws_aws_sdk_go_v2_service_s3_ListMultipartUploadsAPIClient struct {
  410. IValue interface{}
  411. WListMultipartUploads func(a0 context.Context, a1 *s3.ListMultipartUploadsInput, a2 ...func(*s3.Options)) (*s3.ListMultipartUploadsOutput, error)
  412. }
  413. func (W _github_com_aws_aws_sdk_go_v2_service_s3_ListMultipartUploadsAPIClient) ListMultipartUploads(a0 context.Context, a1 *s3.ListMultipartUploadsInput, a2 ...func(*s3.Options)) (*s3.ListMultipartUploadsOutput, error) {
  414. return W.WListMultipartUploads(a0, a1, a2...)
  415. }
  416. // _github_com_aws_aws_sdk_go_v2_service_s3_ListObjectVersionsAPIClient is an interface wrapper for ListObjectVersionsAPIClient type
  417. type _github_com_aws_aws_sdk_go_v2_service_s3_ListObjectVersionsAPIClient struct {
  418. IValue interface{}
  419. WListObjectVersions func(a0 context.Context, a1 *s3.ListObjectVersionsInput, a2 ...func(*s3.Options)) (*s3.ListObjectVersionsOutput, error)
  420. }
  421. func (W _github_com_aws_aws_sdk_go_v2_service_s3_ListObjectVersionsAPIClient) ListObjectVersions(a0 context.Context, a1 *s3.ListObjectVersionsInput, a2 ...func(*s3.Options)) (*s3.ListObjectVersionsOutput, error) {
  422. return W.WListObjectVersions(a0, a1, a2...)
  423. }
  424. // _github_com_aws_aws_sdk_go_v2_service_s3_ListObjectsV2APIClient is an interface wrapper for ListObjectsV2APIClient type
  425. type _github_com_aws_aws_sdk_go_v2_service_s3_ListObjectsV2APIClient struct {
  426. IValue interface{}
  427. WListObjectsV2 func(a0 context.Context, a1 *s3.ListObjectsV2Input, a2 ...func(*s3.Options)) (*s3.ListObjectsV2Output, error)
  428. }
  429. func (W _github_com_aws_aws_sdk_go_v2_service_s3_ListObjectsV2APIClient) ListObjectsV2(a0 context.Context, a1 *s3.ListObjectsV2Input, a2 ...func(*s3.Options)) (*s3.ListObjectsV2Output, error) {
  430. return W.WListObjectsV2(a0, a1, a2...)
  431. }
  432. // _github_com_aws_aws_sdk_go_v2_service_s3_ListPartsAPIClient is an interface wrapper for ListPartsAPIClient type
  433. type _github_com_aws_aws_sdk_go_v2_service_s3_ListPartsAPIClient struct {
  434. IValue interface{}
  435. WListParts func(a0 context.Context, a1 *s3.ListPartsInput, a2 ...func(*s3.Options)) (*s3.ListPartsOutput, error)
  436. }
  437. func (W _github_com_aws_aws_sdk_go_v2_service_s3_ListPartsAPIClient) ListParts(a0 context.Context, a1 *s3.ListPartsInput, a2 ...func(*s3.Options)) (*s3.ListPartsOutput, error) {
  438. return W.WListParts(a0, a1, a2...)
  439. }
  440. // _github_com_aws_aws_sdk_go_v2_service_s3_PresignPost is an interface wrapper for PresignPost type
  441. type _github_com_aws_aws_sdk_go_v2_service_s3_PresignPost struct {
  442. IValue interface{}
  443. WPresignPost func(credentials aws.Credentials, bucket string, key string, region string, service string, signingTime time.Time, conditions []interface{}, expirationTime time.Time, optFns ...func(*v4.SignerOptions)) (fields map[string]string, err error)
  444. }
  445. func (W _github_com_aws_aws_sdk_go_v2_service_s3_PresignPost) PresignPost(credentials aws.Credentials, bucket string, key string, region string, service string, signingTime time.Time, conditions []interface{}, expirationTime time.Time, optFns ...func(*v4.SignerOptions)) (fields map[string]string, err error) {
  446. return W.WPresignPost(credentials, bucket, key, region, service, signingTime, conditions, expirationTime, optFns...)
  447. }
  448. // _github_com_aws_aws_sdk_go_v2_service_s3_ResponseError is an interface wrapper for ResponseError type
  449. type _github_com_aws_aws_sdk_go_v2_service_s3_ResponseError struct {
  450. IValue interface{}
  451. WError func() string
  452. WServiceHostID func() string
  453. WServiceRequestID func() string
  454. }
  455. func (W _github_com_aws_aws_sdk_go_v2_service_s3_ResponseError) Error() string { return W.WError() }
  456. func (W _github_com_aws_aws_sdk_go_v2_service_s3_ResponseError) ServiceHostID() string {
  457. return W.WServiceHostID()
  458. }
  459. func (W _github_com_aws_aws_sdk_go_v2_service_s3_ResponseError) ServiceRequestID() string {
  460. return W.WServiceRequestID()
  461. }
  462. // _github_com_aws_aws_sdk_go_v2_service_s3_SelectObjectContentEventStreamReader is an interface wrapper for SelectObjectContentEventStreamReader type
  463. type _github_com_aws_aws_sdk_go_v2_service_s3_SelectObjectContentEventStreamReader struct {
  464. IValue interface{}
  465. WClose func() error
  466. WErr func() error
  467. WEvents func() <-chan types.SelectObjectContentEventStream
  468. }
  469. func (W _github_com_aws_aws_sdk_go_v2_service_s3_SelectObjectContentEventStreamReader) Close() error {
  470. return W.WClose()
  471. }
  472. func (W _github_com_aws_aws_sdk_go_v2_service_s3_SelectObjectContentEventStreamReader) Err() error {
  473. return W.WErr()
  474. }
  475. func (W _github_com_aws_aws_sdk_go_v2_service_s3_SelectObjectContentEventStreamReader) Events() <-chan types.SelectObjectContentEventStream {
  476. return W.WEvents()
  477. }