@aws-sdk/client-s3 3.297.0 → 3.298.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.
Files changed (177) hide show
  1. package/dist-cjs/commands/AbortMultipartUploadCommand.js +2 -3
  2. package/dist-cjs/commands/CreateBucketCommand.js +2 -3
  3. package/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteBucketCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteBucketCorsCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteBucketEncryptionCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteBucketLifecycleCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteBucketPolicyCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteBucketReplicationCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteBucketTaggingCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteBucketWebsiteCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteObjectCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteObjectTaggingCommand.js +2 -3
  18. package/dist-cjs/commands/DeleteObjectsCommand.js +2 -3
  19. package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +2 -3
  20. package/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +2 -3
  21. package/dist-cjs/commands/GetBucketAclCommand.js +2 -3
  22. package/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +2 -3
  23. package/dist-cjs/commands/GetBucketCorsCommand.js +2 -3
  24. package/dist-cjs/commands/GetBucketEncryptionCommand.js +1 -1
  25. package/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -3
  26. package/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +1 -1
  27. package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +2 -3
  28. package/dist-cjs/commands/GetBucketLocationCommand.js +2 -3
  29. package/dist-cjs/commands/GetBucketLoggingCommand.js +2 -3
  30. package/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +2 -3
  31. package/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +2 -3
  32. package/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +2 -3
  33. package/dist-cjs/commands/GetBucketPolicyCommand.js +2 -3
  34. package/dist-cjs/commands/GetBucketPolicyStatusCommand.js +2 -3
  35. package/dist-cjs/commands/GetBucketReplicationCommand.js +2 -3
  36. package/dist-cjs/commands/GetBucketRequestPaymentCommand.js +2 -3
  37. package/dist-cjs/commands/GetBucketTaggingCommand.js +2 -3
  38. package/dist-cjs/commands/GetBucketVersioningCommand.js +2 -3
  39. package/dist-cjs/commands/GetBucketWebsiteCommand.js +2 -3
  40. package/dist-cjs/commands/GetObjectAclCommand.js +2 -3
  41. package/dist-cjs/commands/GetObjectAttributesCommand.js +1 -1
  42. package/dist-cjs/commands/GetObjectLegalHoldCommand.js +2 -3
  43. package/dist-cjs/commands/GetObjectLockConfigurationCommand.js +2 -3
  44. package/dist-cjs/commands/GetObjectRetentionCommand.js +2 -3
  45. package/dist-cjs/commands/GetObjectTaggingCommand.js +2 -3
  46. package/dist-cjs/commands/GetObjectTorrentCommand.js +1 -1
  47. package/dist-cjs/commands/GetPublicAccessBlockCommand.js +2 -3
  48. package/dist-cjs/commands/HeadBucketCommand.js +2 -3
  49. package/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -3
  50. package/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -3
  51. package/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +1 -1
  52. package/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +2 -3
  53. package/dist-cjs/commands/ListBucketsCommand.js +2 -3
  54. package/dist-cjs/commands/ListMultipartUploadsCommand.js +2 -3
  55. package/dist-cjs/commands/ListObjectVersionsCommand.js +2 -3
  56. package/dist-cjs/commands/ListObjectsCommand.js +2 -3
  57. package/dist-cjs/commands/ListObjectsV2Command.js +2 -3
  58. package/dist-cjs/commands/ListPartsCommand.js +1 -1
  59. package/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +2 -3
  60. package/dist-cjs/commands/PutBucketAclCommand.js +2 -3
  61. package/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +2 -3
  62. package/dist-cjs/commands/PutBucketCorsCommand.js +2 -3
  63. package/dist-cjs/commands/PutBucketEncryptionCommand.js +1 -1
  64. package/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -3
  65. package/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +1 -1
  66. package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +2 -3
  67. package/dist-cjs/commands/PutBucketLoggingCommand.js +2 -3
  68. package/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +2 -3
  69. package/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +2 -3
  70. package/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +2 -3
  71. package/dist-cjs/commands/PutBucketPolicyCommand.js +2 -3
  72. package/dist-cjs/commands/PutBucketReplicationCommand.js +2 -3
  73. package/dist-cjs/commands/PutBucketRequestPaymentCommand.js +2 -3
  74. package/dist-cjs/commands/PutBucketTaggingCommand.js +2 -3
  75. package/dist-cjs/commands/PutBucketVersioningCommand.js +2 -3
  76. package/dist-cjs/commands/PutBucketWebsiteCommand.js +2 -3
  77. package/dist-cjs/commands/PutObjectAclCommand.js +2 -3
  78. package/dist-cjs/commands/PutObjectLegalHoldCommand.js +2 -3
  79. package/dist-cjs/commands/PutObjectLockConfigurationCommand.js +2 -3
  80. package/dist-cjs/commands/PutObjectRetentionCommand.js +2 -3
  81. package/dist-cjs/commands/PutObjectTaggingCommand.js +2 -3
  82. package/dist-cjs/commands/PutPublicAccessBlockCommand.js +2 -3
  83. package/dist-cjs/commands/RestoreObjectCommand.js +1 -1
  84. package/dist-cjs/commands/WriteGetObjectResponseCommand.js +1 -1
  85. package/dist-cjs/models/models_0.js +1 -926
  86. package/dist-cjs/models/models_1.js +6 -110
  87. package/dist-es/commands/AbortMultipartUploadCommand.js +2 -3
  88. package/dist-es/commands/CreateBucketCommand.js +2 -3
  89. package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -3
  90. package/dist-es/commands/DeleteBucketCommand.js +2 -3
  91. package/dist-es/commands/DeleteBucketCorsCommand.js +2 -3
  92. package/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -3
  93. package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -3
  94. package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -3
  95. package/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -3
  96. package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -3
  97. package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -3
  98. package/dist-es/commands/DeleteBucketPolicyCommand.js +2 -3
  99. package/dist-es/commands/DeleteBucketReplicationCommand.js +2 -3
  100. package/dist-es/commands/DeleteBucketTaggingCommand.js +2 -3
  101. package/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -3
  102. package/dist-es/commands/DeleteObjectCommand.js +2 -3
  103. package/dist-es/commands/DeleteObjectTaggingCommand.js +2 -3
  104. package/dist-es/commands/DeleteObjectsCommand.js +2 -3
  105. package/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -3
  106. package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -3
  107. package/dist-es/commands/GetBucketAclCommand.js +2 -3
  108. package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -3
  109. package/dist-es/commands/GetBucketCorsCommand.js +2 -3
  110. package/dist-es/commands/GetBucketEncryptionCommand.js +2 -2
  111. package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -3
  112. package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -2
  113. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -3
  114. package/dist-es/commands/GetBucketLocationCommand.js +2 -3
  115. package/dist-es/commands/GetBucketLoggingCommand.js +2 -3
  116. package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -3
  117. package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -3
  118. package/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -3
  119. package/dist-es/commands/GetBucketPolicyCommand.js +2 -3
  120. package/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -3
  121. package/dist-es/commands/GetBucketReplicationCommand.js +2 -3
  122. package/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -3
  123. package/dist-es/commands/GetBucketTaggingCommand.js +2 -3
  124. package/dist-es/commands/GetBucketVersioningCommand.js +2 -3
  125. package/dist-es/commands/GetBucketWebsiteCommand.js +2 -3
  126. package/dist-es/commands/GetObjectAclCommand.js +2 -3
  127. package/dist-es/commands/GetObjectAttributesCommand.js +2 -2
  128. package/dist-es/commands/GetObjectLegalHoldCommand.js +2 -3
  129. package/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -3
  130. package/dist-es/commands/GetObjectRetentionCommand.js +2 -3
  131. package/dist-es/commands/GetObjectTaggingCommand.js +2 -3
  132. package/dist-es/commands/GetObjectTorrentCommand.js +2 -2
  133. package/dist-es/commands/GetPublicAccessBlockCommand.js +2 -3
  134. package/dist-es/commands/HeadBucketCommand.js +2 -3
  135. package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -3
  136. package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -3
  137. package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -2
  138. package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +2 -3
  139. package/dist-es/commands/ListBucketsCommand.js +2 -3
  140. package/dist-es/commands/ListMultipartUploadsCommand.js +2 -3
  141. package/dist-es/commands/ListObjectVersionsCommand.js +2 -3
  142. package/dist-es/commands/ListObjectsCommand.js +2 -3
  143. package/dist-es/commands/ListObjectsV2Command.js +2 -3
  144. package/dist-es/commands/ListPartsCommand.js +2 -2
  145. package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -3
  146. package/dist-es/commands/PutBucketAclCommand.js +2 -3
  147. package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -3
  148. package/dist-es/commands/PutBucketCorsCommand.js +2 -3
  149. package/dist-es/commands/PutBucketEncryptionCommand.js +1 -1
  150. package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -3
  151. package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +1 -1
  152. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -3
  153. package/dist-es/commands/PutBucketLoggingCommand.js +2 -3
  154. package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -3
  155. package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -3
  156. package/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -3
  157. package/dist-es/commands/PutBucketPolicyCommand.js +2 -3
  158. package/dist-es/commands/PutBucketReplicationCommand.js +2 -3
  159. package/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -3
  160. package/dist-es/commands/PutBucketTaggingCommand.js +2 -3
  161. package/dist-es/commands/PutBucketVersioningCommand.js +2 -3
  162. package/dist-es/commands/PutBucketWebsiteCommand.js +2 -3
  163. package/dist-es/commands/PutObjectAclCommand.js +2 -3
  164. package/dist-es/commands/PutObjectLegalHoldCommand.js +2 -3
  165. package/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -3
  166. package/dist-es/commands/PutObjectRetentionCommand.js +2 -3
  167. package/dist-es/commands/PutObjectTaggingCommand.js +2 -3
  168. package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -3
  169. package/dist-es/commands/RestoreObjectCommand.js +2 -2
  170. package/dist-es/commands/WriteGetObjectResponseCommand.js +1 -1
  171. package/dist-es/models/models_0.js +0 -707
  172. package/dist-es/models/models_1.js +5 -83
  173. package/dist-types/models/models_0.d.ts +11 -863
  174. package/dist-types/models/models_1.d.ts +0 -104
  175. package/dist-types/ts3.4/models/models_0.d.ts +0 -585
  176. package/dist-types/ts3.4/models/models_1.d.ts +0 -56
  177. package/package.json +4 -3
@@ -2024,178 +2024,24 @@ export interface PutObjectLockConfigurationRequest {
2024
2024
  ChecksumAlgorithm?: ChecksumAlgorithm | string;
2025
2025
  ExpectedBucketOwner?: string;
2026
2026
  }
2027
- export declare const AbortIncompleteMultipartUploadFilterSensitiveLog: (
2028
- obj: AbortIncompleteMultipartUpload
2029
- ) => any;
2030
- export declare const AbortMultipartUploadOutputFilterSensitiveLog: (
2031
- obj: AbortMultipartUploadOutput
2032
- ) => any;
2033
- export declare const AbortMultipartUploadRequestFilterSensitiveLog: (
2034
- obj: AbortMultipartUploadRequest
2035
- ) => any;
2036
- export declare const AccelerateConfigurationFilterSensitiveLog: (
2037
- obj: AccelerateConfiguration
2038
- ) => any;
2039
- export declare const GranteeFilterSensitiveLog: (obj: Grantee) => any;
2040
- export declare const GrantFilterSensitiveLog: (obj: Grant) => any;
2041
- export declare const OwnerFilterSensitiveLog: (obj: Owner) => any;
2042
- export declare const AccessControlPolicyFilterSensitiveLog: (
2043
- obj: AccessControlPolicy
2044
- ) => any;
2045
- export declare const AccessControlTranslationFilterSensitiveLog: (
2046
- obj: AccessControlTranslation
2047
- ) => any;
2048
2027
  export declare const CompleteMultipartUploadOutputFilterSensitiveLog: (
2049
2028
  obj: CompleteMultipartUploadOutput
2050
2029
  ) => any;
2051
- export declare const CompletedPartFilterSensitiveLog: (
2052
- obj: CompletedPart
2053
- ) => any;
2054
- export declare const CompletedMultipartUploadFilterSensitiveLog: (
2055
- obj: CompletedMultipartUpload
2056
- ) => any;
2057
2030
  export declare const CompleteMultipartUploadRequestFilterSensitiveLog: (
2058
2031
  obj: CompleteMultipartUploadRequest
2059
2032
  ) => any;
2060
- export declare const CopyObjectResultFilterSensitiveLog: (
2061
- obj: CopyObjectResult
2062
- ) => any;
2063
2033
  export declare const CopyObjectOutputFilterSensitiveLog: (
2064
2034
  obj: CopyObjectOutput
2065
2035
  ) => any;
2066
2036
  export declare const CopyObjectRequestFilterSensitiveLog: (
2067
2037
  obj: CopyObjectRequest
2068
2038
  ) => any;
2069
- export declare const CreateBucketOutputFilterSensitiveLog: (
2070
- obj: CreateBucketOutput
2071
- ) => any;
2072
- export declare const CreateBucketConfigurationFilterSensitiveLog: (
2073
- obj: CreateBucketConfiguration
2074
- ) => any;
2075
- export declare const CreateBucketRequestFilterSensitiveLog: (
2076
- obj: CreateBucketRequest
2077
- ) => any;
2078
2039
  export declare const CreateMultipartUploadOutputFilterSensitiveLog: (
2079
2040
  obj: CreateMultipartUploadOutput
2080
2041
  ) => any;
2081
2042
  export declare const CreateMultipartUploadRequestFilterSensitiveLog: (
2082
2043
  obj: CreateMultipartUploadRequest
2083
2044
  ) => any;
2084
- export declare const DeleteBucketRequestFilterSensitiveLog: (
2085
- obj: DeleteBucketRequest
2086
- ) => any;
2087
- export declare const DeleteBucketAnalyticsConfigurationRequestFilterSensitiveLog: (
2088
- obj: DeleteBucketAnalyticsConfigurationRequest
2089
- ) => any;
2090
- export declare const DeleteBucketCorsRequestFilterSensitiveLog: (
2091
- obj: DeleteBucketCorsRequest
2092
- ) => any;
2093
- export declare const DeleteBucketEncryptionRequestFilterSensitiveLog: (
2094
- obj: DeleteBucketEncryptionRequest
2095
- ) => any;
2096
- export declare const DeleteBucketIntelligentTieringConfigurationRequestFilterSensitiveLog: (
2097
- obj: DeleteBucketIntelligentTieringConfigurationRequest
2098
- ) => any;
2099
- export declare const DeleteBucketInventoryConfigurationRequestFilterSensitiveLog: (
2100
- obj: DeleteBucketInventoryConfigurationRequest
2101
- ) => any;
2102
- export declare const DeleteBucketLifecycleRequestFilterSensitiveLog: (
2103
- obj: DeleteBucketLifecycleRequest
2104
- ) => any;
2105
- export declare const DeleteBucketMetricsConfigurationRequestFilterSensitiveLog: (
2106
- obj: DeleteBucketMetricsConfigurationRequest
2107
- ) => any;
2108
- export declare const DeleteBucketOwnershipControlsRequestFilterSensitiveLog: (
2109
- obj: DeleteBucketOwnershipControlsRequest
2110
- ) => any;
2111
- export declare const DeleteBucketPolicyRequestFilterSensitiveLog: (
2112
- obj: DeleteBucketPolicyRequest
2113
- ) => any;
2114
- export declare const DeleteBucketReplicationRequestFilterSensitiveLog: (
2115
- obj: DeleteBucketReplicationRequest
2116
- ) => any;
2117
- export declare const DeleteBucketTaggingRequestFilterSensitiveLog: (
2118
- obj: DeleteBucketTaggingRequest
2119
- ) => any;
2120
- export declare const DeleteBucketWebsiteRequestFilterSensitiveLog: (
2121
- obj: DeleteBucketWebsiteRequest
2122
- ) => any;
2123
- export declare const DeleteObjectOutputFilterSensitiveLog: (
2124
- obj: DeleteObjectOutput
2125
- ) => any;
2126
- export declare const DeleteObjectRequestFilterSensitiveLog: (
2127
- obj: DeleteObjectRequest
2128
- ) => any;
2129
- export declare const DeletedObjectFilterSensitiveLog: (
2130
- obj: DeletedObject
2131
- ) => any;
2132
- export declare const _ErrorFilterSensitiveLog: (obj: _Error) => any;
2133
- export declare const DeleteObjectsOutputFilterSensitiveLog: (
2134
- obj: DeleteObjectsOutput
2135
- ) => any;
2136
- export declare const ObjectIdentifierFilterSensitiveLog: (
2137
- obj: ObjectIdentifier
2138
- ) => any;
2139
- export declare const DeleteFilterSensitiveLog: (obj: Delete) => any;
2140
- export declare const DeleteObjectsRequestFilterSensitiveLog: (
2141
- obj: DeleteObjectsRequest
2142
- ) => any;
2143
- export declare const DeleteObjectTaggingOutputFilterSensitiveLog: (
2144
- obj: DeleteObjectTaggingOutput
2145
- ) => any;
2146
- export declare const DeleteObjectTaggingRequestFilterSensitiveLog: (
2147
- obj: DeleteObjectTaggingRequest
2148
- ) => any;
2149
- export declare const DeletePublicAccessBlockRequestFilterSensitiveLog: (
2150
- obj: DeletePublicAccessBlockRequest
2151
- ) => any;
2152
- export declare const GetBucketAccelerateConfigurationOutputFilterSensitiveLog: (
2153
- obj: GetBucketAccelerateConfigurationOutput
2154
- ) => any;
2155
- export declare const GetBucketAccelerateConfigurationRequestFilterSensitiveLog: (
2156
- obj: GetBucketAccelerateConfigurationRequest
2157
- ) => any;
2158
- export declare const GetBucketAclOutputFilterSensitiveLog: (
2159
- obj: GetBucketAclOutput
2160
- ) => any;
2161
- export declare const GetBucketAclRequestFilterSensitiveLog: (
2162
- obj: GetBucketAclRequest
2163
- ) => any;
2164
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2165
- export declare const AnalyticsAndOperatorFilterSensitiveLog: (
2166
- obj: AnalyticsAndOperator
2167
- ) => any;
2168
- export declare const AnalyticsFilterFilterSensitiveLog: (
2169
- obj: AnalyticsFilter
2170
- ) => any;
2171
- export declare const AnalyticsS3BucketDestinationFilterSensitiveLog: (
2172
- obj: AnalyticsS3BucketDestination
2173
- ) => any;
2174
- export declare const AnalyticsExportDestinationFilterSensitiveLog: (
2175
- obj: AnalyticsExportDestination
2176
- ) => any;
2177
- export declare const StorageClassAnalysisDataExportFilterSensitiveLog: (
2178
- obj: StorageClassAnalysisDataExport
2179
- ) => any;
2180
- export declare const StorageClassAnalysisFilterSensitiveLog: (
2181
- obj: StorageClassAnalysis
2182
- ) => any;
2183
- export declare const AnalyticsConfigurationFilterSensitiveLog: (
2184
- obj: AnalyticsConfiguration
2185
- ) => any;
2186
- export declare const GetBucketAnalyticsConfigurationOutputFilterSensitiveLog: (
2187
- obj: GetBucketAnalyticsConfigurationOutput
2188
- ) => any;
2189
- export declare const GetBucketAnalyticsConfigurationRequestFilterSensitiveLog: (
2190
- obj: GetBucketAnalyticsConfigurationRequest
2191
- ) => any;
2192
- export declare const CORSRuleFilterSensitiveLog: (obj: CORSRule) => any;
2193
- export declare const GetBucketCorsOutputFilterSensitiveLog: (
2194
- obj: GetBucketCorsOutput
2195
- ) => any;
2196
- export declare const GetBucketCorsRequestFilterSensitiveLog: (
2197
- obj: GetBucketCorsRequest
2198
- ) => any;
2199
2045
  export declare const ServerSideEncryptionByDefaultFilterSensitiveLog: (
2200
2046
  obj: ServerSideEncryptionByDefault
2201
2047
  ) => any;
@@ -2208,27 +2054,7 @@ export declare const ServerSideEncryptionConfigurationFilterSensitiveLog: (
2208
2054
  export declare const GetBucketEncryptionOutputFilterSensitiveLog: (
2209
2055
  obj: GetBucketEncryptionOutput
2210
2056
  ) => any;
2211
- export declare const GetBucketEncryptionRequestFilterSensitiveLog: (
2212
- obj: GetBucketEncryptionRequest
2213
- ) => any;
2214
- export declare const IntelligentTieringAndOperatorFilterSensitiveLog: (
2215
- obj: IntelligentTieringAndOperator
2216
- ) => any;
2217
- export declare const IntelligentTieringFilterFilterSensitiveLog: (
2218
- obj: IntelligentTieringFilter
2219
- ) => any;
2220
- export declare const TieringFilterSensitiveLog: (obj: Tiering) => any;
2221
- export declare const IntelligentTieringConfigurationFilterSensitiveLog: (
2222
- obj: IntelligentTieringConfiguration
2223
- ) => any;
2224
- export declare const GetBucketIntelligentTieringConfigurationOutputFilterSensitiveLog: (
2225
- obj: GetBucketIntelligentTieringConfigurationOutput
2226
- ) => any;
2227
- export declare const GetBucketIntelligentTieringConfigurationRequestFilterSensitiveLog: (
2228
- obj: GetBucketIntelligentTieringConfigurationRequest
2229
- ) => any;
2230
2057
  export declare const SSEKMSFilterSensitiveLog: (obj: SSEKMS) => any;
2231
- export declare const SSES3FilterSensitiveLog: (obj: SSES3) => any;
2232
2058
  export declare const InventoryEncryptionFilterSensitiveLog: (
2233
2059
  obj: InventoryEncryption
2234
2060
  ) => any;
@@ -2238,456 +2064,45 @@ export declare const InventoryS3BucketDestinationFilterSensitiveLog: (
2238
2064
  export declare const InventoryDestinationFilterSensitiveLog: (
2239
2065
  obj: InventoryDestination
2240
2066
  ) => any;
2241
- export declare const InventoryFilterFilterSensitiveLog: (
2242
- obj: InventoryFilter
2243
- ) => any;
2244
- export declare const InventoryScheduleFilterSensitiveLog: (
2245
- obj: InventorySchedule
2246
- ) => any;
2247
2067
  export declare const InventoryConfigurationFilterSensitiveLog: (
2248
2068
  obj: InventoryConfiguration
2249
2069
  ) => any;
2250
2070
  export declare const GetBucketInventoryConfigurationOutputFilterSensitiveLog: (
2251
2071
  obj: GetBucketInventoryConfigurationOutput
2252
2072
  ) => any;
2253
- export declare const GetBucketInventoryConfigurationRequestFilterSensitiveLog: (
2254
- obj: GetBucketInventoryConfigurationRequest
2255
- ) => any;
2256
- export declare const LifecycleExpirationFilterSensitiveLog: (
2257
- obj: LifecycleExpiration
2258
- ) => any;
2259
- export declare const LifecycleRuleAndOperatorFilterSensitiveLog: (
2260
- obj: LifecycleRuleAndOperator
2261
- ) => any;
2262
- export declare const LifecycleRuleFilterFilterSensitiveLog: (
2263
- obj: LifecycleRuleFilter
2264
- ) => any;
2265
- export declare const NoncurrentVersionExpirationFilterSensitiveLog: (
2266
- obj: NoncurrentVersionExpiration
2267
- ) => any;
2268
- export declare const NoncurrentVersionTransitionFilterSensitiveLog: (
2269
- obj: NoncurrentVersionTransition
2270
- ) => any;
2271
- export declare const TransitionFilterSensitiveLog: (obj: Transition) => any;
2272
- export declare const LifecycleRuleFilterSensitiveLog: (
2273
- obj: LifecycleRule
2274
- ) => any;
2275
- export declare const GetBucketLifecycleConfigurationOutputFilterSensitiveLog: (
2276
- obj: GetBucketLifecycleConfigurationOutput
2277
- ) => any;
2278
- export declare const GetBucketLifecycleConfigurationRequestFilterSensitiveLog: (
2279
- obj: GetBucketLifecycleConfigurationRequest
2280
- ) => any;
2281
- export declare const GetBucketLocationOutputFilterSensitiveLog: (
2282
- obj: GetBucketLocationOutput
2283
- ) => any;
2284
- export declare const GetBucketLocationRequestFilterSensitiveLog: (
2285
- obj: GetBucketLocationRequest
2286
- ) => any;
2287
- export declare const TargetGrantFilterSensitiveLog: (obj: TargetGrant) => any;
2288
- export declare const LoggingEnabledFilterSensitiveLog: (
2289
- obj: LoggingEnabled
2290
- ) => any;
2291
- export declare const GetBucketLoggingOutputFilterSensitiveLog: (
2292
- obj: GetBucketLoggingOutput
2293
- ) => any;
2294
- export declare const GetBucketLoggingRequestFilterSensitiveLog: (
2295
- obj: GetBucketLoggingRequest
2296
- ) => any;
2297
- export declare const MetricsAndOperatorFilterSensitiveLog: (
2298
- obj: MetricsAndOperator
2299
- ) => any;
2300
- export declare const MetricsFilterFilterSensitiveLog: (
2301
- obj: MetricsFilter
2302
- ) => any;
2303
- export declare const MetricsConfigurationFilterSensitiveLog: (
2304
- obj: MetricsConfiguration
2305
- ) => any;
2306
- export declare const GetBucketMetricsConfigurationOutputFilterSensitiveLog: (
2307
- obj: GetBucketMetricsConfigurationOutput
2308
- ) => any;
2309
- export declare const GetBucketMetricsConfigurationRequestFilterSensitiveLog: (
2310
- obj: GetBucketMetricsConfigurationRequest
2311
- ) => any;
2312
- export declare const GetBucketNotificationConfigurationRequestFilterSensitiveLog: (
2313
- obj: GetBucketNotificationConfigurationRequest
2314
- ) => any;
2315
- export declare const EventBridgeConfigurationFilterSensitiveLog: (
2316
- obj: EventBridgeConfiguration
2317
- ) => any;
2318
- export declare const FilterRuleFilterSensitiveLog: (obj: FilterRule) => any;
2319
- export declare const S3KeyFilterFilterSensitiveLog: (obj: S3KeyFilter) => any;
2320
- export declare const NotificationConfigurationFilterFilterSensitiveLog: (
2321
- obj: NotificationConfigurationFilter
2322
- ) => any;
2323
- export declare const LambdaFunctionConfigurationFilterSensitiveLog: (
2324
- obj: LambdaFunctionConfiguration
2325
- ) => any;
2326
- export declare const QueueConfigurationFilterSensitiveLog: (
2327
- obj: QueueConfiguration
2328
- ) => any;
2329
- export declare const TopicConfigurationFilterSensitiveLog: (
2330
- obj: TopicConfiguration
2331
- ) => any;
2332
- export declare const NotificationConfigurationFilterSensitiveLog: (
2333
- obj: NotificationConfiguration
2334
- ) => any;
2335
- export declare const OwnershipControlsRuleFilterSensitiveLog: (
2336
- obj: OwnershipControlsRule
2337
- ) => any;
2338
- export declare const OwnershipControlsFilterSensitiveLog: (
2339
- obj: OwnershipControls
2340
- ) => any;
2341
- export declare const GetBucketOwnershipControlsOutputFilterSensitiveLog: (
2342
- obj: GetBucketOwnershipControlsOutput
2343
- ) => any;
2344
- export declare const GetBucketOwnershipControlsRequestFilterSensitiveLog: (
2345
- obj: GetBucketOwnershipControlsRequest
2346
- ) => any;
2347
- export declare const GetBucketPolicyOutputFilterSensitiveLog: (
2348
- obj: GetBucketPolicyOutput
2349
- ) => any;
2350
- export declare const GetBucketPolicyRequestFilterSensitiveLog: (
2351
- obj: GetBucketPolicyRequest
2352
- ) => any;
2353
- export declare const PolicyStatusFilterSensitiveLog: (obj: PolicyStatus) => any;
2354
- export declare const GetBucketPolicyStatusOutputFilterSensitiveLog: (
2355
- obj: GetBucketPolicyStatusOutput
2356
- ) => any;
2357
- export declare const GetBucketPolicyStatusRequestFilterSensitiveLog: (
2358
- obj: GetBucketPolicyStatusRequest
2359
- ) => any;
2360
- export declare const DeleteMarkerReplicationFilterSensitiveLog: (
2361
- obj: DeleteMarkerReplication
2362
- ) => any;
2363
- export declare const EncryptionConfigurationFilterSensitiveLog: (
2364
- obj: EncryptionConfiguration
2365
- ) => any;
2366
- export declare const ReplicationTimeValueFilterSensitiveLog: (
2367
- obj: ReplicationTimeValue
2368
- ) => any;
2369
- export declare const MetricsFilterSensitiveLog: (obj: Metrics) => any;
2370
- export declare const ReplicationTimeFilterSensitiveLog: (
2371
- obj: ReplicationTime
2372
- ) => any;
2373
- export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
2374
- export declare const ExistingObjectReplicationFilterSensitiveLog: (
2375
- obj: ExistingObjectReplication
2376
- ) => any;
2377
- export declare const ReplicationRuleAndOperatorFilterSensitiveLog: (
2378
- obj: ReplicationRuleAndOperator
2379
- ) => any;
2380
- export declare const ReplicationRuleFilterFilterSensitiveLog: (
2381
- obj: ReplicationRuleFilter
2382
- ) => any;
2383
- export declare const ReplicaModificationsFilterSensitiveLog: (
2384
- obj: ReplicaModifications
2385
- ) => any;
2386
- export declare const SseKmsEncryptedObjectsFilterSensitiveLog: (
2387
- obj: SseKmsEncryptedObjects
2388
- ) => any;
2389
- export declare const SourceSelectionCriteriaFilterSensitiveLog: (
2390
- obj: SourceSelectionCriteria
2391
- ) => any;
2392
- export declare const ReplicationRuleFilterSensitiveLog: (
2393
- obj: ReplicationRule
2394
- ) => any;
2395
- export declare const ReplicationConfigurationFilterSensitiveLog: (
2396
- obj: ReplicationConfiguration
2397
- ) => any;
2398
- export declare const GetBucketReplicationOutputFilterSensitiveLog: (
2399
- obj: GetBucketReplicationOutput
2400
- ) => any;
2401
- export declare const GetBucketReplicationRequestFilterSensitiveLog: (
2402
- obj: GetBucketReplicationRequest
2403
- ) => any;
2404
- export declare const GetBucketRequestPaymentOutputFilterSensitiveLog: (
2405
- obj: GetBucketRequestPaymentOutput
2406
- ) => any;
2407
- export declare const GetBucketRequestPaymentRequestFilterSensitiveLog: (
2408
- obj: GetBucketRequestPaymentRequest
2409
- ) => any;
2410
- export declare const GetBucketTaggingOutputFilterSensitiveLog: (
2411
- obj: GetBucketTaggingOutput
2412
- ) => any;
2413
- export declare const GetBucketTaggingRequestFilterSensitiveLog: (
2414
- obj: GetBucketTaggingRequest
2415
- ) => any;
2416
- export declare const GetBucketVersioningOutputFilterSensitiveLog: (
2417
- obj: GetBucketVersioningOutput
2418
- ) => any;
2419
- export declare const GetBucketVersioningRequestFilterSensitiveLog: (
2420
- obj: GetBucketVersioningRequest
2421
- ) => any;
2422
- export declare const ErrorDocumentFilterSensitiveLog: (
2423
- obj: ErrorDocument
2424
- ) => any;
2425
- export declare const IndexDocumentFilterSensitiveLog: (
2426
- obj: IndexDocument
2427
- ) => any;
2428
- export declare const RedirectAllRequestsToFilterSensitiveLog: (
2429
- obj: RedirectAllRequestsTo
2430
- ) => any;
2431
- export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
2432
- export declare const RedirectFilterSensitiveLog: (obj: Redirect) => any;
2433
- export declare const RoutingRuleFilterSensitiveLog: (obj: RoutingRule) => any;
2434
- export declare const GetBucketWebsiteOutputFilterSensitiveLog: (
2435
- obj: GetBucketWebsiteOutput
2436
- ) => any;
2437
- export declare const GetBucketWebsiteRequestFilterSensitiveLog: (
2438
- obj: GetBucketWebsiteRequest
2439
- ) => any;
2440
2073
  export declare const GetObjectOutputFilterSensitiveLog: (
2441
2074
  obj: GetObjectOutput
2442
2075
  ) => any;
2443
2076
  export declare const GetObjectRequestFilterSensitiveLog: (
2444
2077
  obj: GetObjectRequest
2445
2078
  ) => any;
2446
- export declare const GetObjectAclOutputFilterSensitiveLog: (
2447
- obj: GetObjectAclOutput
2448
- ) => any;
2449
- export declare const GetObjectAclRequestFilterSensitiveLog: (
2450
- obj: GetObjectAclRequest
2451
- ) => any;
2452
- export declare const ChecksumFilterSensitiveLog: (obj: Checksum) => any;
2453
- export declare const ObjectPartFilterSensitiveLog: (obj: ObjectPart) => any;
2454
- export declare const GetObjectAttributesPartsFilterSensitiveLog: (
2455
- obj: GetObjectAttributesParts
2456
- ) => any;
2457
- export declare const GetObjectAttributesOutputFilterSensitiveLog: (
2458
- obj: GetObjectAttributesOutput
2459
- ) => any;
2460
2079
  export declare const GetObjectAttributesRequestFilterSensitiveLog: (
2461
2080
  obj: GetObjectAttributesRequest
2462
2081
  ) => any;
2463
- export declare const ObjectLockLegalHoldFilterSensitiveLog: (
2464
- obj: ObjectLockLegalHold
2465
- ) => any;
2466
- export declare const GetObjectLegalHoldOutputFilterSensitiveLog: (
2467
- obj: GetObjectLegalHoldOutput
2468
- ) => any;
2469
- export declare const GetObjectLegalHoldRequestFilterSensitiveLog: (
2470
- obj: GetObjectLegalHoldRequest
2471
- ) => any;
2472
- export declare const DefaultRetentionFilterSensitiveLog: (
2473
- obj: DefaultRetention
2474
- ) => any;
2475
- export declare const ObjectLockRuleFilterSensitiveLog: (
2476
- obj: ObjectLockRule
2477
- ) => any;
2478
- export declare const ObjectLockConfigurationFilterSensitiveLog: (
2479
- obj: ObjectLockConfiguration
2480
- ) => any;
2481
- export declare const GetObjectLockConfigurationOutputFilterSensitiveLog: (
2482
- obj: GetObjectLockConfigurationOutput
2483
- ) => any;
2484
- export declare const GetObjectLockConfigurationRequestFilterSensitiveLog: (
2485
- obj: GetObjectLockConfigurationRequest
2486
- ) => any;
2487
- export declare const ObjectLockRetentionFilterSensitiveLog: (
2488
- obj: ObjectLockRetention
2489
- ) => any;
2490
- export declare const GetObjectRetentionOutputFilterSensitiveLog: (
2491
- obj: GetObjectRetentionOutput
2492
- ) => any;
2493
- export declare const GetObjectRetentionRequestFilterSensitiveLog: (
2494
- obj: GetObjectRetentionRequest
2495
- ) => any;
2496
- export declare const GetObjectTaggingOutputFilterSensitiveLog: (
2497
- obj: GetObjectTaggingOutput
2498
- ) => any;
2499
- export declare const GetObjectTaggingRequestFilterSensitiveLog: (
2500
- obj: GetObjectTaggingRequest
2501
- ) => any;
2502
2082
  export declare const GetObjectTorrentOutputFilterSensitiveLog: (
2503
2083
  obj: GetObjectTorrentOutput
2504
2084
  ) => any;
2505
- export declare const GetObjectTorrentRequestFilterSensitiveLog: (
2506
- obj: GetObjectTorrentRequest
2507
- ) => any;
2508
- export declare const PublicAccessBlockConfigurationFilterSensitiveLog: (
2509
- obj: PublicAccessBlockConfiguration
2510
- ) => any;
2511
- export declare const GetPublicAccessBlockOutputFilterSensitiveLog: (
2512
- obj: GetPublicAccessBlockOutput
2513
- ) => any;
2514
- export declare const GetPublicAccessBlockRequestFilterSensitiveLog: (
2515
- obj: GetPublicAccessBlockRequest
2516
- ) => any;
2517
- export declare const HeadBucketRequestFilterSensitiveLog: (
2518
- obj: HeadBucketRequest
2519
- ) => any;
2520
2085
  export declare const HeadObjectOutputFilterSensitiveLog: (
2521
2086
  obj: HeadObjectOutput
2522
2087
  ) => any;
2523
2088
  export declare const HeadObjectRequestFilterSensitiveLog: (
2524
2089
  obj: HeadObjectRequest
2525
2090
  ) => any;
2526
- export declare const ListBucketAnalyticsConfigurationsOutputFilterSensitiveLog: (
2527
- obj: ListBucketAnalyticsConfigurationsOutput
2528
- ) => any;
2529
- export declare const ListBucketAnalyticsConfigurationsRequestFilterSensitiveLog: (
2530
- obj: ListBucketAnalyticsConfigurationsRequest
2531
- ) => any;
2532
- export declare const ListBucketIntelligentTieringConfigurationsOutputFilterSensitiveLog: (
2533
- obj: ListBucketIntelligentTieringConfigurationsOutput
2534
- ) => any;
2535
- export declare const ListBucketIntelligentTieringConfigurationsRequestFilterSensitiveLog: (
2536
- obj: ListBucketIntelligentTieringConfigurationsRequest
2537
- ) => any;
2538
2091
  export declare const ListBucketInventoryConfigurationsOutputFilterSensitiveLog: (
2539
2092
  obj: ListBucketInventoryConfigurationsOutput
2540
2093
  ) => any;
2541
- export declare const ListBucketInventoryConfigurationsRequestFilterSensitiveLog: (
2542
- obj: ListBucketInventoryConfigurationsRequest
2543
- ) => any;
2544
- export declare const ListBucketMetricsConfigurationsOutputFilterSensitiveLog: (
2545
- obj: ListBucketMetricsConfigurationsOutput
2546
- ) => any;
2547
- export declare const ListBucketMetricsConfigurationsRequestFilterSensitiveLog: (
2548
- obj: ListBucketMetricsConfigurationsRequest
2549
- ) => any;
2550
- export declare const BucketFilterSensitiveLog: (obj: Bucket) => any;
2551
- export declare const ListBucketsOutputFilterSensitiveLog: (
2552
- obj: ListBucketsOutput
2553
- ) => any;
2554
- export declare const CommonPrefixFilterSensitiveLog: (obj: CommonPrefix) => any;
2555
- export declare const InitiatorFilterSensitiveLog: (obj: Initiator) => any;
2556
- export declare const MultipartUploadFilterSensitiveLog: (
2557
- obj: MultipartUpload
2558
- ) => any;
2559
- export declare const ListMultipartUploadsOutputFilterSensitiveLog: (
2560
- obj: ListMultipartUploadsOutput
2561
- ) => any;
2562
- export declare const ListMultipartUploadsRequestFilterSensitiveLog: (
2563
- obj: ListMultipartUploadsRequest
2564
- ) => any;
2565
- export declare const _ObjectFilterSensitiveLog: (obj: _Object) => any;
2566
- export declare const ListObjectsOutputFilterSensitiveLog: (
2567
- obj: ListObjectsOutput
2568
- ) => any;
2569
- export declare const ListObjectsRequestFilterSensitiveLog: (
2570
- obj: ListObjectsRequest
2571
- ) => any;
2572
- export declare const ListObjectsV2OutputFilterSensitiveLog: (
2573
- obj: ListObjectsV2Output
2574
- ) => any;
2575
- export declare const ListObjectsV2RequestFilterSensitiveLog: (
2576
- obj: ListObjectsV2Request
2577
- ) => any;
2578
- export declare const DeleteMarkerEntryFilterSensitiveLog: (
2579
- obj: DeleteMarkerEntry
2580
- ) => any;
2581
- export declare const ObjectVersionFilterSensitiveLog: (
2582
- obj: ObjectVersion
2583
- ) => any;
2584
- export declare const ListObjectVersionsOutputFilterSensitiveLog: (
2585
- obj: ListObjectVersionsOutput
2586
- ) => any;
2587
- export declare const ListObjectVersionsRequestFilterSensitiveLog: (
2588
- obj: ListObjectVersionsRequest
2589
- ) => any;
2590
- export declare const PartFilterSensitiveLog: (obj: Part) => any;
2591
- export declare const ListPartsOutputFilterSensitiveLog: (
2592
- obj: ListPartsOutput
2593
- ) => any;
2594
2094
  export declare const ListPartsRequestFilterSensitiveLog: (
2595
2095
  obj: ListPartsRequest
2596
2096
  ) => any;
2597
- export declare const PutBucketAccelerateConfigurationRequestFilterSensitiveLog: (
2598
- obj: PutBucketAccelerateConfigurationRequest
2599
- ) => any;
2600
- export declare const PutBucketAclRequestFilterSensitiveLog: (
2601
- obj: PutBucketAclRequest
2602
- ) => any;
2603
- export declare const PutBucketAnalyticsConfigurationRequestFilterSensitiveLog: (
2604
- obj: PutBucketAnalyticsConfigurationRequest
2605
- ) => any;
2606
- export declare const CORSConfigurationFilterSensitiveLog: (
2607
- obj: CORSConfiguration
2608
- ) => any;
2609
- export declare const PutBucketCorsRequestFilterSensitiveLog: (
2610
- obj: PutBucketCorsRequest
2611
- ) => any;
2612
2097
  export declare const PutBucketEncryptionRequestFilterSensitiveLog: (
2613
2098
  obj: PutBucketEncryptionRequest
2614
2099
  ) => any;
2615
- export declare const PutBucketIntelligentTieringConfigurationRequestFilterSensitiveLog: (
2616
- obj: PutBucketIntelligentTieringConfigurationRequest
2617
- ) => any;
2618
2100
  export declare const PutBucketInventoryConfigurationRequestFilterSensitiveLog: (
2619
2101
  obj: PutBucketInventoryConfigurationRequest
2620
2102
  ) => any;
2621
- export declare const BucketLifecycleConfigurationFilterSensitiveLog: (
2622
- obj: BucketLifecycleConfiguration
2623
- ) => any;
2624
- export declare const PutBucketLifecycleConfigurationRequestFilterSensitiveLog: (
2625
- obj: PutBucketLifecycleConfigurationRequest
2626
- ) => any;
2627
- export declare const BucketLoggingStatusFilterSensitiveLog: (
2628
- obj: BucketLoggingStatus
2629
- ) => any;
2630
- export declare const PutBucketLoggingRequestFilterSensitiveLog: (
2631
- obj: PutBucketLoggingRequest
2632
- ) => any;
2633
- export declare const PutBucketMetricsConfigurationRequestFilterSensitiveLog: (
2634
- obj: PutBucketMetricsConfigurationRequest
2635
- ) => any;
2636
- export declare const PutBucketNotificationConfigurationRequestFilterSensitiveLog: (
2637
- obj: PutBucketNotificationConfigurationRequest
2638
- ) => any;
2639
- export declare const PutBucketOwnershipControlsRequestFilterSensitiveLog: (
2640
- obj: PutBucketOwnershipControlsRequest
2641
- ) => any;
2642
- export declare const PutBucketPolicyRequestFilterSensitiveLog: (
2643
- obj: PutBucketPolicyRequest
2644
- ) => any;
2645
- export declare const PutBucketReplicationRequestFilterSensitiveLog: (
2646
- obj: PutBucketReplicationRequest
2647
- ) => any;
2648
- export declare const RequestPaymentConfigurationFilterSensitiveLog: (
2649
- obj: RequestPaymentConfiguration
2650
- ) => any;
2651
- export declare const PutBucketRequestPaymentRequestFilterSensitiveLog: (
2652
- obj: PutBucketRequestPaymentRequest
2653
- ) => any;
2654
- export declare const TaggingFilterSensitiveLog: (obj: Tagging) => any;
2655
- export declare const PutBucketTaggingRequestFilterSensitiveLog: (
2656
- obj: PutBucketTaggingRequest
2657
- ) => any;
2658
- export declare const VersioningConfigurationFilterSensitiveLog: (
2659
- obj: VersioningConfiguration
2660
- ) => any;
2661
- export declare const PutBucketVersioningRequestFilterSensitiveLog: (
2662
- obj: PutBucketVersioningRequest
2663
- ) => any;
2664
- export declare const WebsiteConfigurationFilterSensitiveLog: (
2665
- obj: WebsiteConfiguration
2666
- ) => any;
2667
- export declare const PutBucketWebsiteRequestFilterSensitiveLog: (
2668
- obj: PutBucketWebsiteRequest
2669
- ) => any;
2670
2103
  export declare const PutObjectOutputFilterSensitiveLog: (
2671
2104
  obj: PutObjectOutput
2672
2105
  ) => any;
2673
2106
  export declare const PutObjectRequestFilterSensitiveLog: (
2674
2107
  obj: PutObjectRequest
2675
2108
  ) => any;
2676
- export declare const PutObjectAclOutputFilterSensitiveLog: (
2677
- obj: PutObjectAclOutput
2678
- ) => any;
2679
- export declare const PutObjectAclRequestFilterSensitiveLog: (
2680
- obj: PutObjectAclRequest
2681
- ) => any;
2682
- export declare const PutObjectLegalHoldOutputFilterSensitiveLog: (
2683
- obj: PutObjectLegalHoldOutput
2684
- ) => any;
2685
- export declare const PutObjectLegalHoldRequestFilterSensitiveLog: (
2686
- obj: PutObjectLegalHoldRequest
2687
- ) => any;
2688
- export declare const PutObjectLockConfigurationOutputFilterSensitiveLog: (
2689
- obj: PutObjectLockConfigurationOutput
2690
- ) => any;
2691
- export declare const PutObjectLockConfigurationRequestFilterSensitiveLog: (
2692
- obj: PutObjectLockConfigurationRequest
2693
- ) => any;