@gemeentenijmegen/webapp 1.1.1 → 1.1.2

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 (394) hide show
  1. package/.jsii +10 -10
  2. package/assets/webapp/auth/auth.lambda/index.js +56 -35
  3. package/assets/webapp/login/login.lambda/index.js +56 -35
  4. package/assets/webapp/logout/logout.lambda/index.js +56 -209
  5. package/lib/webapp/Criticality.js +1 -1
  6. package/lib/webapp/Webapp.js +1 -1
  7. package/lib/webapp/Webpage.js +1 -1
  8. package/lib/webapp/util/Files.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +23 -20
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +15 -15
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +3 -0
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +10 -0
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +28 -0
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +20 -0
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +10 -0
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +4 -0
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +20 -0
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +8 -0
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +24 -0
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -0
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +10 -0
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +32 -0
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +758 -655
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +744 -641
  25. package/node_modules/@aws-sdk/client-dynamodb/package.json +37 -37
  26. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +152 -29
  27. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +0 -1
  28. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +0 -1
  29. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +0 -1
  30. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +0 -1
  31. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +0 -1
  32. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +0 -1
  33. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +0 -1
  34. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +0 -1
  35. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +0 -1
  36. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +0 -1
  37. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +0 -1
  38. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +0 -1
  39. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +0 -1
  40. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +0 -1
  41. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +0 -1
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +0 -1
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +0 -1
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +0 -1
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +0 -1
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +0 -1
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +0 -1
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +0 -1
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +0 -1
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +0 -1
  51. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +48 -0
  52. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +75 -4
  53. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +16 -13
  54. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -42
  55. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +77 -57
  56. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +60 -45
  57. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +92 -66
  58. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +30 -16
  59. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -3
  61. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +18 -10
  63. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +52 -9
  66. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
  68. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +25 -21
  69. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +3 -0
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +41 -27
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -1
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +18 -10
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +61 -17
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +30 -21
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +62 -44
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +98 -79
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +20 -20
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +32 -16
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +61 -39
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +10 -3
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +12 -3
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +82 -65
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +23 -14
  117. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +22 -17
  118. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  119. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
  120. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  121. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
  122. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +47 -32
  123. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  125. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +84 -45
  126. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
  127. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  128. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  129. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  130. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +30 -21
  131. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -4
  132. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  133. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  134. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -6
  135. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
  136. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
  137. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +126 -78
  138. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  139. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -3
  140. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -2
  141. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
  142. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  143. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
  144. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +52 -41
  146. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +66 -52
  147. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
  148. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +1720 -1409
  149. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +509 -414
  150. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +799 -780
  151. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +303 -279
  152. package/node_modules/@aws-sdk/client-s3/package.json +57 -57
  153. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +184 -184
  154. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +184 -184
  155. package/node_modules/@aws-sdk/client-secrets-manager/package.json +35 -35
  156. package/node_modules/@aws-sdk/client-ssm/README.md +39 -7
  157. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +834 -437
  158. package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +8 -0
  159. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +22 -0
  160. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +23 -0
  161. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +22 -0
  162. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -1
  163. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +22 -0
  164. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +4 -0
  165. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +99 -144
  166. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +167 -1
  167. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesPaginator.js +4 -0
  168. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
  169. package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +2 -0
  170. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +159 -3
  171. package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +29 -0
  172. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +6 -2
  173. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
  174. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
  175. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
  176. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
  177. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
  178. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -1
  179. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +98 -0
  180. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +3 -4
  181. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +3 -4
  182. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
  183. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
  184. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
  185. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +123 -0
  186. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +123 -0
  187. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
  188. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
  189. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
  190. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
  191. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -1
  192. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
  193. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
  194. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +141 -0
  195. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +4 -0
  196. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +711 -706
  197. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2303 -2337
  198. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +961 -196
  199. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
  200. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
  201. package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +2 -0
  202. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +36 -0
  203. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +69 -0
  204. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +24 -0
  205. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
  206. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
  207. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +48 -0
  208. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +2 -4
  209. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
  210. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
  211. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
  212. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
  213. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
  214. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
  215. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +4 -0
  216. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +706 -702
  217. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +1010 -1004
  218. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +436 -198
  219. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
  220. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
  221. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +2 -0
  222. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  223. package/node_modules/@aws-sdk/client-ssm/package.json +36 -36
  224. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
  225. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
  226. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  227. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
  228. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
  229. package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
  230. package/node_modules/@aws-sdk/client-sts/README.md +8 -0
  231. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +89 -12
  232. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
  233. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
  234. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
  235. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
  236. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +53 -0
  237. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
  238. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
  239. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +13 -13
  240. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +8 -8
  241. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +15 -30
  242. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
  243. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -2
  244. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -8
  245. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -6
  246. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
  247. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +202 -88
  248. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
  249. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
  250. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
  251. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
  252. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
  253. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +68 -56
  254. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  255. package/node_modules/@aws-sdk/client-sts/package.json +36 -36
  256. package/node_modules/@aws-sdk/core/package.json +14 -14
  257. package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
  258. package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -12
  259. package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
  260. package/node_modules/@aws-sdk/credential-provider-node/package.json +14 -14
  261. package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -8
  262. package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -10
  263. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
  264. package/node_modules/@aws-sdk/endpoint-cache/package.json +3 -3
  265. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +8 -8
  266. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +10 -10
  267. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +8 -8
  268. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +2 -2
  269. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +2 -2
  270. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +0 -3
  271. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +0 -1
  272. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +13 -13
  273. package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -8
  274. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +7 -7
  275. package/node_modules/@aws-sdk/middleware-logger/package.json +7 -7
  276. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -8
  277. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +19 -18
  278. package/node_modules/@aws-sdk/middleware-ssec/package.json +7 -7
  279. package/node_modules/@aws-sdk/middleware-user-agent/package.json +11 -11
  280. package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
  281. package/node_modules/@aws-sdk/s3-request-presigner/package.json +12 -12
  282. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -8
  283. package/node_modules/@aws-sdk/token-providers/package.json +8 -8
  284. package/node_modules/@aws-sdk/types/package.json +2 -2
  285. package/node_modules/@aws-sdk/util-arn-parser/package.json +3 -3
  286. package/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  287. package/node_modules/@aws-sdk/util-format-url/package.json +6 -6
  288. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
  289. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -5
  290. package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -7
  291. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  292. package/node_modules/@gemeentenijmegen/apiclient/package.json +7 -7
  293. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
  294. package/node_modules/@gemeentenijmegen/session/package.json +5 -5
  295. package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
  296. package/node_modules/@smithy/abort-controller/package.json +4 -3
  297. package/node_modules/@smithy/config-resolver/package.json +7 -6
  298. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +32 -7
  299. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +21 -20
  300. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +2 -2
  301. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +11 -1
  302. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +5 -0
  303. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +8 -2
  304. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +1 -0
  305. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
  306. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
  307. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +23 -0
  308. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +1 -0
  309. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +4 -2
  310. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +23 -0
  311. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +1 -0
  312. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +4 -2
  313. package/node_modules/@smithy/core/package.json +10 -9
  314. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  315. package/node_modules/@smithy/eventstream-codec/package.json +4 -3
  316. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  317. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -4
  318. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  319. package/node_modules/@smithy/eventstream-serde-universal/package.json +5 -4
  320. package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
  321. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +10 -3
  322. package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  323. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
  324. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
  325. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  326. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
  327. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  328. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
  329. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  330. package/node_modules/@smithy/hash-blob-browser/package.json +4 -3
  331. package/node_modules/@smithy/hash-node/package.json +4 -3
  332. package/node_modules/@smithy/hash-stream-node/package.json +4 -3
  333. package/node_modules/@smithy/invalid-dependency/package.json +4 -3
  334. package/node_modules/@smithy/md5-js/package.json +4 -3
  335. package/node_modules/@smithy/middleware-content-length/package.json +5 -4
  336. package/node_modules/@smithy/middleware-endpoint/package.json +11 -10
  337. package/node_modules/@smithy/middleware-retry/package.json +12 -10
  338. package/node_modules/@smithy/middleware-serde/package.json +6 -4
  339. package/node_modules/@smithy/middleware-stack/package.json +4 -3
  340. package/node_modules/@smithy/node-config-provider/package.json +6 -5
  341. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +20 -14
  342. package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
  343. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
  344. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  345. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
  346. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
  347. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
  348. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
  349. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  350. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -3
  351. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  352. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  353. package/node_modules/@smithy/node-http-handler/package.json +7 -6
  354. package/node_modules/@smithy/property-provider/package.json +4 -3
  355. package/node_modules/@smithy/protocol-http/package.json +4 -3
  356. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  357. package/node_modules/@smithy/querystring-parser/package.json +4 -3
  358. package/node_modules/@smithy/service-error-classification/package.json +4 -3
  359. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
  360. package/node_modules/@smithy/signature-v4/package.json +6 -5
  361. package/node_modules/@smithy/smithy-client/package.json +9 -8
  362. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  363. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
  364. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  365. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
  366. package/node_modules/@smithy/types/package.json +1 -1
  367. package/node_modules/@smithy/url-parser/package.json +5 -4
  368. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
  369. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
  370. package/node_modules/@smithy/util-endpoints/package.json +7 -5
  371. package/node_modules/@smithy/util-middleware/package.json +4 -3
  372. package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
  373. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  374. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
  375. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
  376. package/node_modules/@smithy/util-retry/package.json +5 -4
  377. package/node_modules/@smithy/util-stream/dist-cjs/index.js +1 -0
  378. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
  379. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
  380. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
  381. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
  382. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
  383. package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
  384. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
  385. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
  386. package/node_modules/@smithy/util-stream/package.json +10 -6
  387. package/node_modules/@smithy/util-waiter/package.json +5 -4
  388. package/package.json +13 -13
  389. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/HISTORY.md +0 -147
  390. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/LICENSE +0 -24
  391. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/README.md +0 -317
  392. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/SECURITY.md +0 -25
  393. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/index.js +0 -274
  394. package/node_modules/@gemeentenijmegen/session/node_modules/cookie/package.json +0 -44
@@ -23,13 +23,13 @@ export interface PutBucketNotificationConfigurationRequest {
23
23
  * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
24
24
  * @public
25
25
  */
26
- ExpectedBucketOwner?: string;
26
+ ExpectedBucketOwner?: string | undefined;
27
27
  /**
28
28
  * <p>Skips validation of Amazon SQS, Amazon SNS, and Lambda
29
29
  * destinations. True or false value.</p>
30
30
  * @public
31
31
  */
32
- SkipDestinationValidation?: boolean;
32
+ SkipDestinationValidation?: boolean | undefined;
33
33
  }
34
34
  /**
35
35
  * @public
@@ -47,12 +47,12 @@ export interface PutBucketOwnershipControlsRequest {
47
47
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
48
48
  * @public
49
49
  */
50
- ContentMD5?: string;
50
+ ContentMD5?: string | undefined;
51
51
  /**
52
52
  * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
53
53
  * @public
54
54
  */
55
- ExpectedBucketOwner?: string;
55
+ ExpectedBucketOwner?: string | undefined;
56
56
  /**
57
57
  * <p>The <code>OwnershipControls</code> (BucketOwnerEnforced, BucketOwnerPreferred, or
58
58
  * ObjectWriter) that you want to apply to this Amazon S3 bucket.</p>
@@ -85,7 +85,7 @@ export interface PutBucketPolicyRequest {
85
85
  * </note>
86
86
  * @public
87
87
  */
88
- ContentMD5?: string;
88
+ ContentMD5?: string | undefined;
89
89
  /**
90
90
  * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
91
91
  * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum-<i>algorithm</i>
@@ -129,7 +129,7 @@ export interface PutBucketPolicyRequest {
129
129
  * </note>
130
130
  * @public
131
131
  */
132
- ChecksumAlgorithm?: ChecksumAlgorithm;
132
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
133
133
  /**
134
134
  * <p>Set this parameter to true to confirm that you want to remove your permissions to change
135
135
  * this bucket policy in the future.</p>
@@ -138,10 +138,11 @@ export interface PutBucketPolicyRequest {
138
138
  * </note>
139
139
  * @public
140
140
  */
141
- ConfirmRemoveSelfBucketAccess?: boolean;
141
+ ConfirmRemoveSelfBucketAccess?: boolean | undefined;
142
142
  /**
143
143
  * <p>The bucket policy as a JSON document.</p>
144
- * <p>For directory buckets, the only IAM action supported in the bucket policy is <code>s3express:CreateSession</code>.</p>
144
+ * <p>For directory buckets, the only IAM action supported in the bucket policy is
145
+ * <code>s3express:CreateSession</code>.</p>
145
146
  * @public
146
147
  */
147
148
  Policy: string | undefined;
@@ -153,7 +154,7 @@ export interface PutBucketPolicyRequest {
153
154
  * </note>
154
155
  * @public
155
156
  */
156
- ExpectedBucketOwner?: string;
157
+ ExpectedBucketOwner?: string | undefined;
157
158
  }
158
159
  /**
159
160
  * @public
@@ -173,7 +174,7 @@ export interface PutBucketReplicationRequest {
173
174
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
174
175
  * @public
175
176
  */
176
- ContentMD5?: string;
177
+ ContentMD5?: string | undefined;
177
178
  /**
178
179
  * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
179
180
  * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
@@ -184,7 +185,7 @@ export interface PutBucketReplicationRequest {
184
185
  * <code>ChecksumAlgorithm</code> parameter.</p>
185
186
  * @public
186
187
  */
187
- ChecksumAlgorithm?: ChecksumAlgorithm;
188
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
188
189
  /**
189
190
  * <p>A container for replication rules. You can add up to 1,000 rules. The maximum size of a
190
191
  * replication configuration is 2 MB.</p>
@@ -195,12 +196,12 @@ export interface PutBucketReplicationRequest {
195
196
  * <p>A token to allow Object Lock to be enabled for an existing bucket.</p>
196
197
  * @public
197
198
  */
198
- Token?: string;
199
+ Token?: string | undefined;
199
200
  /**
200
201
  * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
201
202
  * @public
202
203
  */
203
- ExpectedBucketOwner?: string;
204
+ ExpectedBucketOwner?: string | undefined;
204
205
  }
205
206
  /**
206
207
  * <p>Container for Payer.</p>
@@ -231,7 +232,7 @@ export interface PutBucketRequestPaymentRequest {
231
232
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
232
233
  * @public
233
234
  */
234
- ContentMD5?: string;
235
+ ContentMD5?: string | undefined;
235
236
  /**
236
237
  * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
237
238
  * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
@@ -242,7 +243,7 @@ export interface PutBucketRequestPaymentRequest {
242
243
  * <code>ChecksumAlgorithm</code> parameter.</p>
243
244
  * @public
244
245
  */
245
- ChecksumAlgorithm?: ChecksumAlgorithm;
246
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
246
247
  /**
247
248
  * <p>Container for Payer.</p>
248
249
  * @public
@@ -252,7 +253,7 @@ export interface PutBucketRequestPaymentRequest {
252
253
  * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
253
254
  * @public
254
255
  */
255
- ExpectedBucketOwner?: string;
256
+ ExpectedBucketOwner?: string | undefined;
256
257
  }
257
258
  /**
258
259
  * <p>Container for <code>TagSet</code> elements.</p>
@@ -283,7 +284,7 @@ export interface PutBucketTaggingRequest {
283
284
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
284
285
  * @public
285
286
  */
286
- ContentMD5?: string;
287
+ ContentMD5?: string | undefined;
287
288
  /**
288
289
  * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
289
290
  * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
@@ -294,7 +295,7 @@ export interface PutBucketTaggingRequest {
294
295
  * <code>ChecksumAlgorithm</code> parameter.</p>
295
296
  * @public
296
297
  */
297
- ChecksumAlgorithm?: ChecksumAlgorithm;
298
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
298
299
  /**
299
300
  * <p>Container for the <code>TagSet</code> and <code>Tag</code> elements.</p>
300
301
  * @public
@@ -304,7 +305,7 @@ export interface PutBucketTaggingRequest {
304
305
  * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
305
306
  * @public
306
307
  */
307
- ExpectedBucketOwner?: string;
308
+ ExpectedBucketOwner?: string | undefined;
308
309
  }
309
310
  /**
310
311
  * @public
@@ -330,12 +331,12 @@ export interface VersioningConfiguration {
330
331
  * has never been so configured, this element is not returned.</p>
331
332
  * @public
332
333
  */
333
- MFADelete?: MFADelete;
334
+ MFADelete?: MFADelete | undefined;
334
335
  /**
335
336
  * <p>The versioning state of the bucket.</p>
336
337
  * @public
337
338
  */
338
- Status?: BucketVersioningStatus;
339
+ Status?: BucketVersioningStatus | undefined;
339
340
  }
340
341
  /**
341
342
  * @public
@@ -356,7 +357,7 @@ export interface PutBucketVersioningRequest {
356
357
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
357
358
  * @public
358
359
  */
359
- ContentMD5?: string;
360
+ ContentMD5?: string | undefined;
360
361
  /**
361
362
  * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
362
363
  * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
@@ -367,13 +368,13 @@ export interface PutBucketVersioningRequest {
367
368
  * <code>ChecksumAlgorithm</code> parameter.</p>
368
369
  * @public
369
370
  */
370
- ChecksumAlgorithm?: ChecksumAlgorithm;
371
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
371
372
  /**
372
373
  * <p>The concatenation of the authentication device's serial number, a space, and the value
373
374
  * that is displayed on your authentication device.</p>
374
375
  * @public
375
376
  */
376
- MFA?: string;
377
+ MFA?: string | undefined;
377
378
  /**
378
379
  * <p>Container for setting the versioning state.</p>
379
380
  * @public
@@ -383,7 +384,7 @@ export interface PutBucketVersioningRequest {
383
384
  * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
384
385
  * @public
385
386
  */
386
- ExpectedBucketOwner?: string;
387
+ ExpectedBucketOwner?: string | undefined;
387
388
  }
388
389
  /**
389
390
  * <p>Specifies website configuration parameters for an Amazon S3 bucket.</p>
@@ -394,12 +395,12 @@ export interface WebsiteConfiguration {
394
395
  * <p>The name of the error document for the website.</p>
395
396
  * @public
396
397
  */
397
- ErrorDocument?: ErrorDocument;
398
+ ErrorDocument?: ErrorDocument | undefined;
398
399
  /**
399
400
  * <p>The name of the index document for the website.</p>
400
401
  * @public
401
402
  */
402
- IndexDocument?: IndexDocument;
403
+ IndexDocument?: IndexDocument | undefined;
403
404
  /**
404
405
  * <p>The redirect behavior for every request to this bucket's website endpoint.</p>
405
406
  * <important>
@@ -407,12 +408,12 @@ export interface WebsiteConfiguration {
407
408
  * </important>
408
409
  * @public
409
410
  */
410
- RedirectAllRequestsTo?: RedirectAllRequestsTo;
411
+ RedirectAllRequestsTo?: RedirectAllRequestsTo | undefined;
411
412
  /**
412
413
  * <p>Rules that define when a redirect is applied and the redirect behavior.</p>
413
414
  * @public
414
415
  */
415
- RoutingRules?: RoutingRule[];
416
+ RoutingRules?: RoutingRule[] | undefined;
416
417
  }
417
418
  /**
418
419
  * @public
@@ -432,7 +433,7 @@ export interface PutBucketWebsiteRequest {
432
433
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
433
434
  * @public
434
435
  */
435
- ContentMD5?: string;
436
+ ContentMD5?: string | undefined;
436
437
  /**
437
438
  * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
438
439
  * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
@@ -443,7 +444,7 @@ export interface PutBucketWebsiteRequest {
443
444
  * <code>ChecksumAlgorithm</code> parameter.</p>
444
445
  * @public
445
446
  */
446
- ChecksumAlgorithm?: ChecksumAlgorithm;
447
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
447
448
  /**
448
449
  * <p>Container for the request.</p>
449
450
  * @public
@@ -453,35 +454,89 @@ export interface PutBucketWebsiteRequest {
453
454
  * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
454
455
  * @public
455
456
  */
456
- ExpectedBucketOwner?: string;
457
+ ExpectedBucketOwner?: string | undefined;
458
+ }
459
+ /**
460
+ * <p>
461
+ * The existing object was created with a different encryption type.
462
+ * Subsequent write requests must include the appropriate encryption
463
+ * parameters in the request or while creating the session.
464
+ * </p>
465
+ * @public
466
+ */
467
+ export declare class EncryptionTypeMismatch extends __BaseException {
468
+ readonly name: "EncryptionTypeMismatch";
469
+ readonly $fault: "client";
470
+ /**
471
+ * @internal
472
+ */
473
+ constructor(opts: __ExceptionOptionType<EncryptionTypeMismatch, __BaseException>);
474
+ }
475
+ /**
476
+ * <p>You may receive this error in multiple cases. Depending on the reason for the error, you may receive one of the messages below:</p>
477
+ * <ul>
478
+ * <li>
479
+ * <p>Cannot specify both a write offset value and user-defined object metadata for existing objects.</p>
480
+ * </li>
481
+ * <li>
482
+ * <p>Checksum Type mismatch occurred, expected checksum Type: sha1, actual checksum Type: crc32c.</p>
483
+ * </li>
484
+ * <li>
485
+ * <p>Request body cannot be empty when 'write offset' is specified.</p>
486
+ * </li>
487
+ * </ul>
488
+ * @public
489
+ */
490
+ export declare class InvalidRequest extends __BaseException {
491
+ readonly name: "InvalidRequest";
492
+ readonly $fault: "client";
493
+ /**
494
+ * @internal
495
+ */
496
+ constructor(opts: __ExceptionOptionType<InvalidRequest, __BaseException>);
497
+ }
498
+ /**
499
+ * <p>
500
+ * The write offset value that you specified does not match the current object size.
501
+ * </p>
502
+ * @public
503
+ */
504
+ export declare class InvalidWriteOffset extends __BaseException {
505
+ readonly name: "InvalidWriteOffset";
506
+ readonly $fault: "client";
507
+ /**
508
+ * @internal
509
+ */
510
+ constructor(opts: __ExceptionOptionType<InvalidWriteOffset, __BaseException>);
457
511
  }
458
512
  /**
459
513
  * @public
460
514
  */
461
515
  export interface PutObjectOutput {
462
516
  /**
463
- * <p>If the expiration is configured for the object (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a>) in the <i>Amazon S3 User Guide</i>, the response includes this header. It
464
- * includes the <code>expiry-date</code> and <code>rule-id</code> key-value pairs that provide
465
- * information about object expiration. The value of the <code>rule-id</code> is
466
- * URL-encoded.</p>
517
+ * <p>If the expiration is configured for the object (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a>) in the <i>Amazon S3 User Guide</i>,
518
+ * the response includes this header. It includes the <code>expiry-date</code> and
519
+ * <code>rule-id</code> key-value pairs that provide information about object expiration.
520
+ * The value of the <code>rule-id</code> is URL-encoded.</p>
467
521
  * <note>
468
522
  * <p>This functionality is not supported for directory buckets.</p>
469
523
  * </note>
470
524
  * @public
471
525
  */
472
- Expiration?: string;
526
+ Expiration?: string | undefined;
473
527
  /**
474
528
  * <p>Entity tag for the uploaded object.</p>
475
529
  * <p>
476
- * <b>General purpose buckets </b> - To ensure that data is not corrupted traversing the network,
477
- * for objects where the
478
- * ETag is the MD5 digest of the object, you can calculate the MD5 while putting an object to Amazon S3 and compare the returned ETag to
479
- * the calculated MD5 value.</p>
530
+ * <b>General purpose buckets </b> - To ensure that data is not
531
+ * corrupted traversing the network, for objects where the ETag is the MD5 digest of the
532
+ * object, you can calculate the MD5 while putting an object to Amazon S3 and compare the returned
533
+ * ETag to the calculated MD5 value.</p>
480
534
  * <p>
481
- * <b>Directory buckets </b> - The ETag for the object in a directory bucket isn't the MD5 digest of the object.</p>
535
+ * <b>Directory buckets </b> - The ETag for the object in
536
+ * a directory bucket isn't the MD5 digest of the object.</p>
482
537
  * @public
483
538
  */
484
- ETag?: string;
539
+ ETag?: string | undefined;
485
540
  /**
486
541
  * <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
487
542
  * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
@@ -489,7 +544,7 @@ export interface PutObjectOutput {
489
544
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
490
545
  * @public
491
546
  */
492
- ChecksumCRC32?: string;
547
+ ChecksumCRC32?: string | undefined;
493
548
  /**
494
549
  * <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
495
550
  * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
@@ -497,7 +552,7 @@ export interface PutObjectOutput {
497
552
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
498
553
  * @public
499
554
  */
500
- ChecksumCRC32C?: string;
555
+ ChecksumCRC32C?: string | undefined;
501
556
  /**
502
557
  * <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
503
558
  * with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
@@ -505,7 +560,7 @@ export interface PutObjectOutput {
505
560
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
506
561
  * @public
507
562
  */
508
- ChecksumSHA1?: string;
563
+ ChecksumSHA1?: string | undefined;
509
564
  /**
510
565
  * <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
511
566
  * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
@@ -513,28 +568,27 @@ export interface PutObjectOutput {
513
568
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
514
569
  * @public
515
570
  */
516
- ChecksumSHA256?: string;
571
+ ChecksumSHA256?: string | undefined;
517
572
  /**
518
573
  * <p>The server-side encryption algorithm used when you store this object in Amazon S3.</p>
519
574
  * @public
520
575
  */
521
- ServerSideEncryption?: ServerSideEncryption;
576
+ ServerSideEncryption?: ServerSideEncryption | undefined;
522
577
  /**
523
578
  * <p>Version ID of the object.</p>
524
579
  * <p>If you enable versioning for a bucket, Amazon S3 automatically generates a unique version ID
525
580
  * for the object being stored. Amazon S3 returns this ID in the response. When you enable
526
581
  * versioning for a bucket, if Amazon S3 receives multiple write requests for the same object
527
582
  * simultaneously, it stores all of the objects. For more information about versioning, see
528
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/AddingObjectstoVersioningEnabledBuckets.html">Adding Objects to
529
- * Versioning-Enabled Buckets</a> in the <i>Amazon S3
530
- * User Guide</i>. For information about returning the versioning state
531
- * of a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketVersioning.html">GetBucketVersioning</a>. </p>
583
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/AddingObjectstoVersioningEnabledBuckets.html">Adding Objects to
584
+ * Versioning-Enabled Buckets</a> in the <i>Amazon S3 User Guide</i>. For
585
+ * information about returning the versioning state of a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketVersioning.html">GetBucketVersioning</a>. </p>
532
586
  * <note>
533
587
  * <p>This functionality is not supported for directory buckets.</p>
534
588
  * </note>
535
589
  * @public
536
590
  */
537
- VersionId?: string;
591
+ VersionId?: string | undefined;
538
592
  /**
539
593
  * <p>If server-side encryption with a customer-provided encryption key was requested, the
540
594
  * response will include this header to confirm the encryption algorithm that's used.</p>
@@ -543,22 +597,22 @@ export interface PutObjectOutput {
543
597
  * </note>
544
598
  * @public
545
599
  */
546
- SSECustomerAlgorithm?: string;
600
+ SSECustomerAlgorithm?: string | undefined;
547
601
  /**
548
602
  * <p>If server-side encryption with a customer-provided encryption key was requested, the
549
- * response will include this header to provide the round-trip message integrity verification of
550
- * the customer-provided encryption key.</p>
603
+ * response will include this header to provide the round-trip message integrity verification
604
+ * of the customer-provided encryption key.</p>
551
605
  * <note>
552
606
  * <p>This functionality is not supported for directory buckets.</p>
553
607
  * </note>
554
608
  * @public
555
609
  */
556
- SSECustomerKeyMD5?: string;
610
+ SSECustomerKeyMD5?: string | undefined;
557
611
  /**
558
612
  * <p>If present, indicates the ID of the KMS key that was used for object encryption.</p>
559
613
  * @public
560
614
  */
561
- SSEKMSKeyId?: string;
615
+ SSEKMSKeyId?: string | undefined;
562
616
  /**
563
617
  * <p>If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption. The value of
564
618
  * this header is a Base64-encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
@@ -567,13 +621,23 @@ export interface PutObjectOutput {
567
621
  * operations on this object.</p>
568
622
  * @public
569
623
  */
570
- SSEKMSEncryptionContext?: string;
624
+ SSEKMSEncryptionContext?: string | undefined;
571
625
  /**
572
626
  * <p>Indicates whether the uploaded object uses an S3 Bucket Key for server-side encryption
573
627
  * with Key Management Service (KMS) keys (SSE-KMS).</p>
574
628
  * @public
575
629
  */
576
- BucketKeyEnabled?: boolean;
630
+ BucketKeyEnabled?: boolean | undefined;
631
+ /**
632
+ * <p>
633
+ * The size of the object in bytes. This will only be present if you append to an object.
634
+ * </p>
635
+ * <note>
636
+ * <p>This functionality is only supported for objects in the Amazon S3 Express One Zone storage class in directory buckets.</p>
637
+ * </note>
638
+ * @public
639
+ */
640
+ Size?: number | undefined;
577
641
  /**
578
642
  * <p>If present, indicates that the requester was successfully charged for the
579
643
  * request.</p>
@@ -582,7 +646,7 @@ export interface PutObjectOutput {
582
646
  * </note>
583
647
  * @public
584
648
  */
585
- RequestCharged?: RequestCharged;
649
+ RequestCharged?: RequestCharged | undefined;
586
650
  }
587
651
  /**
588
652
  * @public
@@ -590,7 +654,7 @@ export interface PutObjectOutput {
590
654
  export interface PutObjectRequest {
591
655
  /**
592
656
  * <p>The canned ACL to apply to the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned
593
- * ACL</a> in the <i>Amazon S3 User Guide</i>.</p>
657
+ * ACL</a> in the <i>Amazon S3 User Guide</i>.</p>
594
658
  * <p>When adding a new object, you can use headers to grant ACL-based permissions to
595
659
  * individual Amazon Web Services accounts or to predefined groups defined by Amazon S3. These permissions are
596
660
  * then added to the ACL on the object. By default, all objects are private. Only the owner
@@ -603,7 +667,7 @@ export interface PutObjectRequest {
603
667
  * specify bucket owner full control ACLs, such as the <code>bucket-owner-full-control</code>
604
668
  * canned ACL or an equivalent form of this ACL expressed in the XML format. PUT requests that
605
669
  * contain other ACLs (for example, custom grants to certain Amazon Web Services accounts) fail and return a
606
- * <code>400</code> error with the error code <code>AccessControlListNotSupported</code>.
670
+ * <code>400</code> error with the error code <code>AccessControlListNotSupported</code>.
607
671
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html"> Controlling ownership of
608
672
  * objects and disabling ACLs</a> in the <i>Amazon S3 User Guide</i>.</p>
609
673
  * <note>
@@ -618,16 +682,17 @@ export interface PutObjectRequest {
618
682
  * </note>
619
683
  * @public
620
684
  */
621
- ACL?: ObjectCannedACL;
685
+ ACL?: ObjectCannedACL | undefined;
622
686
  /**
623
687
  * <p>Object data.</p>
624
688
  * @public
625
689
  */
626
- Body?: StreamingBlobTypes;
690
+ Body?: StreamingBlobTypes | undefined;
627
691
  /**
628
692
  * <p>The bucket name to which the PUT action was initiated. </p>
629
693
  * <p>
630
- * <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
694
+ * <b>Directory buckets</b> -
695
+ * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
631
696
  * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
632
697
  * <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
633
698
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
@@ -651,30 +716,30 @@ export interface PutObjectRequest {
651
716
  * information, see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9</a>.</p>
652
717
  * @public
653
718
  */
654
- CacheControl?: string;
719
+ CacheControl?: string | undefined;
655
720
  /**
656
721
  * <p>Specifies presentational information for the object. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc6266#section-4">https://www.rfc-editor.org/rfc/rfc6266#section-4</a>.</p>
657
722
  * @public
658
723
  */
659
- ContentDisposition?: string;
724
+ ContentDisposition?: string | undefined;
660
725
  /**
661
726
  * <p>Specifies what content encodings have been applied to the object and thus what decoding
662
727
  * mechanisms must be applied to obtain the media-type referenced by the Content-Type header
663
728
  * field. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc9110.html#field.content-encoding">https://www.rfc-editor.org/rfc/rfc9110.html#field.content-encoding</a>.</p>
664
729
  * @public
665
730
  */
666
- ContentEncoding?: string;
731
+ ContentEncoding?: string | undefined;
667
732
  /**
668
733
  * <p>The language the content is in.</p>
669
734
  * @public
670
735
  */
671
- ContentLanguage?: string;
736
+ ContentLanguage?: string | undefined;
672
737
  /**
673
738
  * <p>Size of the body in bytes. This parameter is useful when the size of the body cannot be
674
739
  * determined automatically. For more information, see <a href="https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length">https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length</a>.</p>
675
740
  * @public
676
741
  */
677
- ContentLength?: number;
742
+ ContentLength?: number | undefined;
678
743
  /**
679
744
  * <p>The base64-encoded 128-bit MD5 digest of the message (without the headers) according to
680
745
  * RFC 1864. This header can be used as a message integrity check to verify that the data is
@@ -682,23 +747,23 @@ export interface PutObjectRequest {
682
747
  * Content-MD5 mechanism as an end-to-end integrity check. For more information about REST
683
748
  * request authentication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">REST Authentication</a>.</p>
684
749
  * <note>
685
- * <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is required for any request to upload an
686
- * object with a retention period configured using Amazon S3 Object Lock. For more
687
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-managing.html#object-lock-put-object">Uploading objects to an Object Lock enabled bucket
688
- * </a> in the <i>Amazon S3 User Guide</i>.</p>
750
+ * <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is
751
+ * required for any request to upload an object with a retention period configured using
752
+ * Amazon S3 Object Lock. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-managing.html#object-lock-put-object">Uploading objects to an Object Lock enabled bucket </a> in the
753
+ * <i>Amazon S3 User Guide</i>.</p>
689
754
  * </note>
690
755
  * <note>
691
756
  * <p>This functionality is not supported for directory buckets.</p>
692
757
  * </note>
693
758
  * @public
694
759
  */
695
- ContentMD5?: string;
760
+ ContentMD5?: string | undefined;
696
761
  /**
697
762
  * <p>A standard MIME type describing the format of the contents. For more information, see
698
763
  * <a href="https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type">https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type</a>.</p>
699
764
  * @public
700
765
  */
701
- ContentType?: string;
766
+ ContentType?: string | undefined;
702
767
  /**
703
768
  * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
704
769
  * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum-<i>algorithm</i>
@@ -738,15 +803,15 @@ export interface PutObjectRequest {
738
803
  * <code>ChecksumAlgorithm</code> parameter and uses the checksum algorithm that matches the provided value in <code>x-amz-checksum-<i>algorithm</i>
739
804
  * </code>.</p>
740
805
  * <note>
741
- * <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is required for any request to upload an
742
- * object with a retention period configured using Amazon S3 Object Lock. For more
743
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-managing.html#object-lock-put-object">Uploading objects to an Object Lock enabled bucket
744
- * </a> in the <i>Amazon S3 User Guide</i>.</p>
806
+ * <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is
807
+ * required for any request to upload an object with a retention period configured using
808
+ * Amazon S3 Object Lock. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-managing.html#object-lock-put-object">Uploading objects to an Object Lock enabled bucket </a> in the
809
+ * <i>Amazon S3 User Guide</i>.</p>
745
810
  * </note>
746
811
  * <p>For directory buckets, when you use Amazon Web Services SDKs, <code>CRC32</code> is the default checksum algorithm that's used for performance.</p>
747
812
  * @public
748
813
  */
749
- ChecksumAlgorithm?: ChecksumAlgorithm;
814
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
750
815
  /**
751
816
  * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
752
817
  * This header specifies the base64-encoded, 32-bit CRC-32 checksum of the object. For more information, see
@@ -754,7 +819,7 @@ export interface PutObjectRequest {
754
819
  * <i>Amazon S3 User Guide</i>.</p>
755
820
  * @public
756
821
  */
757
- ChecksumCRC32?: string;
822
+ ChecksumCRC32?: string | undefined;
758
823
  /**
759
824
  * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
760
825
  * This header specifies the base64-encoded, 32-bit CRC-32C checksum of the object. For more information, see
@@ -762,7 +827,7 @@ export interface PutObjectRequest {
762
827
  * <i>Amazon S3 User Guide</i>.</p>
763
828
  * @public
764
829
  */
765
- ChecksumCRC32C?: string;
830
+ ChecksumCRC32C?: string | undefined;
766
831
  /**
767
832
  * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
768
833
  * This header specifies the base64-encoded, 160-bit SHA-1 digest of the object. For more information, see
@@ -770,7 +835,7 @@ export interface PutObjectRequest {
770
835
  * <i>Amazon S3 User Guide</i>.</p>
771
836
  * @public
772
837
  */
773
- ChecksumSHA1?: string;
838
+ ChecksumSHA1?: string | undefined;
774
839
  /**
775
840
  * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
776
841
  * This header specifies the base64-encoded, 256-bit SHA-256 digest of the object. For more information, see
@@ -778,21 +843,24 @@ export interface PutObjectRequest {
778
843
  * <i>Amazon S3 User Guide</i>.</p>
779
844
  * @public
780
845
  */
781
- ChecksumSHA256?: string;
846
+ ChecksumSHA256?: string | undefined;
782
847
  /**
783
848
  * <p>The date and time at which the object is no longer cacheable. For more information, see
784
849
  * <a href="https://www.rfc-editor.org/rfc/rfc7234#section-5.3">https://www.rfc-editor.org/rfc/rfc7234#section-5.3</a>.</p>
785
850
  * @public
786
851
  */
787
- Expires?: Date;
852
+ Expires?: Date | undefined;
788
853
  /**
789
- * <p>Uploads the object only if the object key name does not already exist in the bucket specified. Otherwise, Amazon S3 returns a <code>412 Precondition Failed</code> error.</p>
790
- * <p>If a conflicting operation occurs during the upload S3 returns a <code>409 ConditionalRequestConflict</code> response. On a 409 failure you should retry the upload.</p>
854
+ * <p>Uploads the object only if the object key name does not already exist in the bucket
855
+ * specified. Otherwise, Amazon S3 returns a <code>412 Precondition Failed</code> error.</p>
856
+ * <p>If a conflicting operation occurs during the upload S3 returns a <code>409
857
+ * ConditionalRequestConflict</code> response. On a 409 failure you should retry the
858
+ * upload.</p>
791
859
  * <p>Expects the '*' (asterisk) character.</p>
792
860
  * <p>For more information about conditional requests, see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>, or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html">Conditional requests</a> in the <i>Amazon S3 User Guide</i>.</p>
793
861
  * @public
794
862
  */
795
- IfNoneMatch?: string;
863
+ IfNoneMatch?: string | undefined;
796
864
  /**
797
865
  * <p>Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.</p>
798
866
  * <note>
@@ -807,7 +875,7 @@ export interface PutObjectRequest {
807
875
  * </note>
808
876
  * @public
809
877
  */
810
- GrantFullControl?: string;
878
+ GrantFullControl?: string | undefined;
811
879
  /**
812
880
  * <p>Allows grantee to read the object data and its metadata.</p>
813
881
  * <note>
@@ -822,7 +890,7 @@ export interface PutObjectRequest {
822
890
  * </note>
823
891
  * @public
824
892
  */
825
- GrantRead?: string;
893
+ GrantRead?: string | undefined;
826
894
  /**
827
895
  * <p>Allows grantee to read the object ACL.</p>
828
896
  * <note>
@@ -837,7 +905,7 @@ export interface PutObjectRequest {
837
905
  * </note>
838
906
  * @public
839
907
  */
840
- GrantReadACP?: string;
908
+ GrantReadACP?: string | undefined;
841
909
  /**
842
910
  * <p>Allows grantee to write the ACL for the applicable object.</p>
843
911
  * <note>
@@ -852,39 +920,52 @@ export interface PutObjectRequest {
852
920
  * </note>
853
921
  * @public
854
922
  */
855
- GrantWriteACP?: string;
923
+ GrantWriteACP?: string | undefined;
856
924
  /**
857
925
  * <p>Object key for which the PUT action was initiated.</p>
858
926
  * @public
859
927
  */
860
928
  Key: string | undefined;
929
+ /**
930
+ * <p>
931
+ * Specifies the offset for appending data to existing objects in bytes.
932
+ * The offset must be equal to the size of the existing object being appended to.
933
+ * If no object exists, setting this header to 0 will create a new object.
934
+ * </p>
935
+ * <note>
936
+ * <p>This functionality is only supported for objects in the Amazon S3 Express One Zone storage class in directory buckets.</p>
937
+ * </note>
938
+ * @public
939
+ */
940
+ WriteOffsetBytes?: number | undefined;
861
941
  /**
862
942
  * <p>A map of metadata to store with the object in S3.</p>
863
943
  * @public
864
944
  */
865
- Metadata?: Record<string, string>;
945
+ Metadata?: Record<string, string> | undefined;
866
946
  /**
867
- * <p>The server-side encryption algorithm that was used when you store this object in Amazon S3 (for example,
868
- * <code>AES256</code>, <code>aws:kms</code>, <code>aws:kms:dsse</code>).</p>
947
+ * <p>The server-side encryption algorithm that was used when you store this object in Amazon S3
948
+ * (for example, <code>AES256</code>, <code>aws:kms</code>, <code>aws:kms:dsse</code>).</p>
869
949
  * <ul>
870
950
  * <li>
871
951
  * <p>
872
- * <b>General purpose buckets </b> - You have four mutually exclusive options to protect data using server-side encryption in
873
- * Amazon S3, depending on how you choose to manage the encryption keys. Specifically, the
874
- * encryption key options are Amazon S3 managed keys (SSE-S3), Amazon Web Services KMS keys (SSE-KMS or
875
- * DSSE-KMS), and customer-provided keys (SSE-C). Amazon S3 encrypts data with server-side
876
- * encryption by using Amazon S3 managed keys (SSE-S3) by default. You can optionally tell Amazon S3 to
877
- * encrypt data at rest by using server-side encryption with other key options. For more
878
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html">Using Server-Side
879
- * Encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
952
+ * <b>General purpose buckets </b> - You have four mutually
953
+ * exclusive options to protect data using server-side encryption in Amazon S3, depending on
954
+ * how you choose to manage the encryption keys. Specifically, the encryption key
955
+ * options are Amazon S3 managed keys (SSE-S3), Amazon Web Services KMS keys (SSE-KMS or DSSE-KMS), and
956
+ * customer-provided keys (SSE-C). Amazon S3 encrypts data with server-side encryption by
957
+ * using Amazon S3 managed keys (SSE-S3) by default. You can optionally tell Amazon S3 to encrypt
958
+ * data at rest by using server-side encryption with other key options. For more
959
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html">Using Server-Side
960
+ * Encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
880
961
  * </li>
881
962
  * <li>
882
963
  * <p>
883
- * <b>Directory buckets </b> - For directory buckets, there are only two supported options for server-side encryption: server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) and server-side encryption with KMS keys (SSE-KMS) (<code>aws:kms</code>). We recommend that the bucket's default encryption uses the desired encryption configuration and you don't override the bucket default encryption in your
964
+ * <b>Directory buckets </b> -
965
+ * For directory buckets, there are only two supported options for server-side encryption: server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) and server-side encryption with KMS keys (SSE-KMS) (<code>aws:kms</code>). We recommend that the bucket's default encryption uses the desired encryption configuration and you don't override the bucket default encryption in your
884
966
  * <code>CreateSession</code> requests or <code>PUT</code> object requests. Then, new objects
885
967
  * are automatically encrypted with the desired encryption settings. For more
886
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-serv-side-encryption.html">Protecting data with server-side encryption</a> in the <i>Amazon S3 User Guide</i>. For more information about the encryption overriding behaviors in directory buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-specifying-kms-encryption.html">Specifying server-side encryption with KMS for new object uploads</a>.
887
- * </p>
968
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-serv-side-encryption.html">Protecting data with server-side encryption</a> in the <i>Amazon S3 User Guide</i>. For more information about the encryption overriding behaviors in directory buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-specifying-kms-encryption.html">Specifying server-side encryption with KMS for new object uploads</a>. </p>
888
969
  * <p>In the Zonal endpoint API calls (except <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html">CopyObject</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html">UploadPartCopy</a>) using the REST API, the encryption request headers must match the encryption settings that are specified in the <code>CreateSession</code> request.
889
970
  * You can't override the values of the encryption settings (<code>x-amz-server-side-encryption</code>, <code>x-amz-server-side-encryption-aws-kms-key-id</code>, <code>x-amz-server-side-encryption-context</code>, and <code>x-amz-server-side-encryption-bucket-key-enabled</code>) that are specified in the <code>CreateSession</code> request.
890
971
  * You don't need to explicitly specify these encryption settings values in Zonal endpoint API calls, and
@@ -902,31 +983,32 @@ export interface PutObjectRequest {
902
983
  * </ul>
903
984
  * @public
904
985
  */
905
- ServerSideEncryption?: ServerSideEncryption;
986
+ ServerSideEncryption?: ServerSideEncryption | undefined;
906
987
  /**
907
988
  * <p>By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The
908
989
  * STANDARD storage class provides high durability and high availability. Depending on
909
- * performance needs, you can specify a different Storage Class. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a> in the
910
- * <i>Amazon S3 User Guide</i>.</p>
990
+ * performance needs, you can specify a different Storage Class. For more information, see
991
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage
992
+ * Classes</a> in the <i>Amazon S3 User Guide</i>.</p>
911
993
  * <note>
912
994
  * <ul>
913
995
  * <li>
914
- * <p>For directory buckets, only the S3 Express One Zone storage class is supported to store newly created objects.</p>
996
+ * <p>For directory buckets, only the S3 Express One Zone storage class is supported to store
997
+ * newly created objects.</p>
915
998
  * </li>
916
999
  * <li>
917
- * <p>Amazon S3 on Outposts only uses
918
- * the OUTPOSTS Storage Class.</p>
1000
+ * <p>Amazon S3 on Outposts only uses the OUTPOSTS Storage Class.</p>
919
1001
  * </li>
920
1002
  * </ul>
921
1003
  * </note>
922
1004
  * @public
923
1005
  */
924
- StorageClass?: StorageClass;
1006
+ StorageClass?: StorageClass | undefined;
925
1007
  /**
926
1008
  * <p>If the bucket is configured as a website, redirects requests for this object to another
927
1009
  * object in the same bucket or to an external URL. Amazon S3 stores the value of this header in
928
- * the object metadata. For information about object metadata, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html">Object Key and Metadata</a> in the <i>Amazon S3
929
- * User Guide</i>.</p>
1010
+ * the object metadata. For information about object metadata, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html">Object Key and Metadata</a> in the
1011
+ * <i>Amazon S3 User Guide</i>.</p>
930
1012
  * <p>In the following example, the request header sets the redirect to an object
931
1013
  * (anotherPage.html) in the same bucket:</p>
932
1014
  * <p>
@@ -939,23 +1021,22 @@ export interface PutObjectRequest {
939
1021
  * </p>
940
1022
  * <p>For more information about website hosting in Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html">Hosting Websites on Amazon S3</a> and
941
1023
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html">How to
942
- * Configure Website Page Redirects</a> in the <i>Amazon S3
943
- * User Guide</i>. </p>
1024
+ * Configure Website Page Redirects</a> in the <i>Amazon S3 User Guide</i>. </p>
944
1025
  * <note>
945
1026
  * <p>This functionality is not supported for directory buckets.</p>
946
1027
  * </note>
947
1028
  * @public
948
1029
  */
949
- WebsiteRedirectLocation?: string;
1030
+ WebsiteRedirectLocation?: string | undefined;
950
1031
  /**
951
1032
  * <p>Specifies the algorithm to use when encrypting the object (for example,
952
- * <code>AES256</code>).</p>
1033
+ * <code>AES256</code>).</p>
953
1034
  * <note>
954
1035
  * <p>This functionality is not supported for directory buckets.</p>
955
1036
  * </note>
956
1037
  * @public
957
1038
  */
958
- SSECustomerAlgorithm?: string;
1039
+ SSECustomerAlgorithm?: string | undefined;
959
1040
  /**
960
1041
  * <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
961
1042
  * value is used to store the object and then it is discarded; Amazon S3 does not store the
@@ -966,7 +1047,7 @@ export interface PutObjectRequest {
966
1047
  * </note>
967
1048
  * @public
968
1049
  */
969
- SSECustomerKey?: string;
1050
+ SSECustomerKey?: string | undefined;
970
1051
  /**
971
1052
  * <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
972
1053
  * this header for a message integrity check to ensure that the encryption key was transmitted
@@ -976,7 +1057,7 @@ export interface PutObjectRequest {
976
1057
  * </note>
977
1058
  * @public
978
1059
  */
979
- SSECustomerKeyMD5?: string;
1060
+ SSECustomerKeyMD5?: string | undefined;
980
1061
  /**
981
1062
  * <p>Specifies the KMS key ID (Key ID, Key ARN, or Key Alias) to use for object encryption. If the KMS key doesn't exist in the same
982
1063
  * account that's issuing the command, you must use the full Key ARN not the Key ID.</p>
@@ -997,7 +1078,7 @@ export interface PutObjectRequest {
997
1078
  * </p>
998
1079
  * @public
999
1080
  */
1000
- SSEKMSKeyId?: string;
1081
+ SSEKMSKeyId?: string | undefined;
1001
1082
  /**
1002
1083
  * <p>Specifies the Amazon Web Services KMS Encryption Context as an additional encryption context to use for object encryption. The value of
1003
1084
  * this header is a Base64-encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
@@ -1010,7 +1091,7 @@ export interface PutObjectRequest {
1010
1091
  * <b>Directory buckets</b> - You can optionally provide an explicit encryption context value. The value must match the default encryption context - the bucket Amazon Resource Name (ARN). An additional encryption context value is not supported. </p>
1011
1092
  * @public
1012
1093
  */
1013
- SSEKMSEncryptionContext?: string;
1094
+ SSEKMSEncryptionContext?: string | undefined;
1014
1095
  /**
1015
1096
  * <p>Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with
1016
1097
  * server-side encryption using Key Management Service (KMS) keys (SSE-KMS).</p>
@@ -1025,20 +1106,20 @@ export interface PutObjectRequest {
1025
1106
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-import-job">the import jobs</a>. In this case, Amazon S3 makes a call to KMS every time a copy request is made for a KMS-encrypted object.</p>
1026
1107
  * @public
1027
1108
  */
1028
- BucketKeyEnabled?: boolean;
1109
+ BucketKeyEnabled?: boolean | undefined;
1029
1110
  /**
1030
1111
  * <p>Confirms that the requester knows that they will be charged for the request. Bucket
1031
1112
  * owners need not specify this parameter in their requests. If either the source or
1032
- * destination S3 bucket has Requester Pays enabled, the requester will pay for
1033
- * corresponding charges to copy the object. For information about downloading objects from
1034
- * Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1113
+ * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
1114
+ * charges to copy the object. For information about downloading objects from Requester Pays
1115
+ * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1035
1116
  * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
1036
1117
  * <note>
1037
1118
  * <p>This functionality is not supported for directory buckets.</p>
1038
1119
  * </note>
1039
1120
  * @public
1040
1121
  */
1041
- RequestPayer?: RequestPayer;
1122
+ RequestPayer?: RequestPayer | undefined;
1042
1123
  /**
1043
1124
  * <p>The tag-set for the object. The tag-set must be encoded as URL Query parameters. (For
1044
1125
  * example, "Key1=Value1")</p>
@@ -1047,7 +1128,7 @@ export interface PutObjectRequest {
1047
1128
  * </note>
1048
1129
  * @public
1049
1130
  */
1050
- Tagging?: string;
1131
+ Tagging?: string | undefined;
1051
1132
  /**
1052
1133
  * <p>The Object Lock mode that you want to apply to this object.</p>
1053
1134
  * <note>
@@ -1055,7 +1136,7 @@ export interface PutObjectRequest {
1055
1136
  * </note>
1056
1137
  * @public
1057
1138
  */
1058
- ObjectLockMode?: ObjectLockMode;
1139
+ ObjectLockMode?: ObjectLockMode | undefined;
1059
1140
  /**
1060
1141
  * <p>The date and time when you want this object's Object Lock to expire. Must be formatted
1061
1142
  * as a timestamp parameter.</p>
@@ -1064,21 +1145,38 @@ export interface PutObjectRequest {
1064
1145
  * </note>
1065
1146
  * @public
1066
1147
  */
1067
- ObjectLockRetainUntilDate?: Date;
1148
+ ObjectLockRetainUntilDate?: Date | undefined;
1068
1149
  /**
1069
1150
  * <p>Specifies whether a legal hold will be applied to this object. For more information
1070
- * about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Object Lock</a> in the <i>Amazon S3 User Guide</i>.</p>
1151
+ * about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Object Lock</a> in the
1152
+ * <i>Amazon S3 User Guide</i>.</p>
1071
1153
  * <note>
1072
1154
  * <p>This functionality is not supported for directory buckets.</p>
1073
1155
  * </note>
1074
1156
  * @public
1075
1157
  */
1076
- ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
1158
+ ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
1077
1159
  /**
1078
1160
  * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
1079
1161
  * @public
1080
1162
  */
1081
- ExpectedBucketOwner?: string;
1163
+ ExpectedBucketOwner?: string | undefined;
1164
+ }
1165
+ /**
1166
+ * <p>
1167
+ * You have attempted to add more parts than the maximum of 10000
1168
+ * that are allowed for this object. You can use the CopyObject operation
1169
+ * to copy this object to another and then add more data to the newly copied object.
1170
+ * </p>
1171
+ * @public
1172
+ */
1173
+ export declare class TooManyParts extends __BaseException {
1174
+ readonly name: "TooManyParts";
1175
+ readonly $fault: "client";
1176
+ /**
1177
+ * @internal
1178
+ */
1179
+ constructor(opts: __ExceptionOptionType<TooManyParts, __BaseException>);
1082
1180
  }
1083
1181
  /**
1084
1182
  * @public
@@ -1092,7 +1190,7 @@ export interface PutObjectAclOutput {
1092
1190
  * </note>
1093
1191
  * @public
1094
1192
  */
1095
- RequestCharged?: RequestCharged;
1193
+ RequestCharged?: RequestCharged | undefined;
1096
1194
  }
1097
1195
  /**
1098
1196
  * @public
@@ -1103,12 +1201,12 @@ export interface PutObjectAclRequest {
1103
1201
  * ACL</a>.</p>
1104
1202
  * @public
1105
1203
  */
1106
- ACL?: ObjectCannedACL;
1204
+ ACL?: ObjectCannedACL | undefined;
1107
1205
  /**
1108
1206
  * <p>Contains the elements that set the ACL permissions for an object per grantee.</p>
1109
1207
  * @public
1110
1208
  */
1111
- AccessControlPolicy?: AccessControlPolicy;
1209
+ AccessControlPolicy?: AccessControlPolicy | undefined;
1112
1210
  /**
1113
1211
  * <p>The bucket name that contains the object to which you want to attach the ACL. </p>
1114
1212
  * <p>
@@ -1130,7 +1228,7 @@ export interface PutObjectAclRequest {
1130
1228
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
1131
1229
  * @public
1132
1230
  */
1133
- ContentMD5?: string;
1231
+ ContentMD5?: string | undefined;
1134
1232
  /**
1135
1233
  * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
1136
1234
  * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
@@ -1141,39 +1239,39 @@ export interface PutObjectAclRequest {
1141
1239
  * <code>ChecksumAlgorithm</code> parameter.</p>
1142
1240
  * @public
1143
1241
  */
1144
- ChecksumAlgorithm?: ChecksumAlgorithm;
1242
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1145
1243
  /**
1146
1244
  * <p>Allows grantee the read, write, read ACP, and write ACP permissions on the
1147
1245
  * bucket.</p>
1148
1246
  * <p>This functionality is not supported for Amazon S3 on Outposts.</p>
1149
1247
  * @public
1150
1248
  */
1151
- GrantFullControl?: string;
1249
+ GrantFullControl?: string | undefined;
1152
1250
  /**
1153
1251
  * <p>Allows grantee to list the objects in the bucket.</p>
1154
1252
  * <p>This functionality is not supported for Amazon S3 on Outposts.</p>
1155
1253
  * @public
1156
1254
  */
1157
- GrantRead?: string;
1255
+ GrantRead?: string | undefined;
1158
1256
  /**
1159
1257
  * <p>Allows grantee to read the bucket ACL.</p>
1160
1258
  * <p>This functionality is not supported for Amazon S3 on Outposts.</p>
1161
1259
  * @public
1162
1260
  */
1163
- GrantReadACP?: string;
1261
+ GrantReadACP?: string | undefined;
1164
1262
  /**
1165
1263
  * <p>Allows grantee to create new objects in the bucket.</p>
1166
1264
  * <p>For the bucket and object owners of existing objects, also allows deletions and
1167
1265
  * overwrites of those objects.</p>
1168
1266
  * @public
1169
1267
  */
1170
- GrantWrite?: string;
1268
+ GrantWrite?: string | undefined;
1171
1269
  /**
1172
1270
  * <p>Allows grantee to write the ACL for the applicable bucket.</p>
1173
1271
  * <p>This functionality is not supported for Amazon S3 on Outposts.</p>
1174
1272
  * @public
1175
1273
  */
1176
- GrantWriteACP?: string;
1274
+ GrantWriteACP?: string | undefined;
1177
1275
  /**
1178
1276
  * <p>Key for which the PUT action was initiated.</p>
1179
1277
  * @public
@@ -1182,16 +1280,16 @@ export interface PutObjectAclRequest {
1182
1280
  /**
1183
1281
  * <p>Confirms that the requester knows that they will be charged for the request. Bucket
1184
1282
  * owners need not specify this parameter in their requests. If either the source or
1185
- * destination S3 bucket has Requester Pays enabled, the requester will pay for
1186
- * corresponding charges to copy the object. For information about downloading objects from
1187
- * Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1283
+ * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
1284
+ * charges to copy the object. For information about downloading objects from Requester Pays
1285
+ * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1188
1286
  * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
1189
1287
  * <note>
1190
1288
  * <p>This functionality is not supported for directory buckets.</p>
1191
1289
  * </note>
1192
1290
  * @public
1193
1291
  */
1194
- RequestPayer?: RequestPayer;
1292
+ RequestPayer?: RequestPayer | undefined;
1195
1293
  /**
1196
1294
  * <p>Version ID used to reference a specific version of the object.</p>
1197
1295
  * <note>
@@ -1199,12 +1297,12 @@ export interface PutObjectAclRequest {
1199
1297
  * </note>
1200
1298
  * @public
1201
1299
  */
1202
- VersionId?: string;
1300
+ VersionId?: string | undefined;
1203
1301
  /**
1204
1302
  * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
1205
1303
  * @public
1206
1304
  */
1207
- ExpectedBucketOwner?: string;
1305
+ ExpectedBucketOwner?: string | undefined;
1208
1306
  }
1209
1307
  /**
1210
1308
  * @public
@@ -1218,7 +1316,7 @@ export interface PutObjectLegalHoldOutput {
1218
1316
  * </note>
1219
1317
  * @public
1220
1318
  */
1221
- RequestCharged?: RequestCharged;
1319
+ RequestCharged?: RequestCharged | undefined;
1222
1320
  }
1223
1321
  /**
1224
1322
  * @public
@@ -1243,31 +1341,31 @@ export interface PutObjectLegalHoldRequest {
1243
1341
  * object.</p>
1244
1342
  * @public
1245
1343
  */
1246
- LegalHold?: ObjectLockLegalHold;
1344
+ LegalHold?: ObjectLockLegalHold | undefined;
1247
1345
  /**
1248
1346
  * <p>Confirms that the requester knows that they will be charged for the request. Bucket
1249
1347
  * owners need not specify this parameter in their requests. If either the source or
1250
- * destination S3 bucket has Requester Pays enabled, the requester will pay for
1251
- * corresponding charges to copy the object. For information about downloading objects from
1252
- * Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1348
+ * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
1349
+ * charges to copy the object. For information about downloading objects from Requester Pays
1350
+ * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1253
1351
  * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
1254
1352
  * <note>
1255
1353
  * <p>This functionality is not supported for directory buckets.</p>
1256
1354
  * </note>
1257
1355
  * @public
1258
1356
  */
1259
- RequestPayer?: RequestPayer;
1357
+ RequestPayer?: RequestPayer | undefined;
1260
1358
  /**
1261
1359
  * <p>The version ID of the object that you want to place a legal hold on.</p>
1262
1360
  * @public
1263
1361
  */
1264
- VersionId?: string;
1362
+ VersionId?: string | undefined;
1265
1363
  /**
1266
1364
  * <p>The MD5 hash for the request body.</p>
1267
1365
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
1268
1366
  * @public
1269
1367
  */
1270
- ContentMD5?: string;
1368
+ ContentMD5?: string | undefined;
1271
1369
  /**
1272
1370
  * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
1273
1371
  * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
@@ -1278,12 +1376,12 @@ export interface PutObjectLegalHoldRequest {
1278
1376
  * <code>ChecksumAlgorithm</code> parameter.</p>
1279
1377
  * @public
1280
1378
  */
1281
- ChecksumAlgorithm?: ChecksumAlgorithm;
1379
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1282
1380
  /**
1283
1381
  * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
1284
1382
  * @public
1285
1383
  */
1286
- ExpectedBucketOwner?: string;
1384
+ ExpectedBucketOwner?: string | undefined;
1287
1385
  }
1288
1386
  /**
1289
1387
  * @public
@@ -1297,7 +1395,7 @@ export interface PutObjectLockConfigurationOutput {
1297
1395
  * </note>
1298
1396
  * @public
1299
1397
  */
1300
- RequestCharged?: RequestCharged;
1398
+ RequestCharged?: RequestCharged | undefined;
1301
1399
  }
1302
1400
  /**
1303
1401
  * @public
@@ -1314,31 +1412,31 @@ export interface PutObjectLockConfigurationRequest {
1314
1412
  * <p>The Object Lock configuration that you want to apply to the specified bucket.</p>
1315
1413
  * @public
1316
1414
  */
1317
- ObjectLockConfiguration?: ObjectLockConfiguration;
1415
+ ObjectLockConfiguration?: ObjectLockConfiguration | undefined;
1318
1416
  /**
1319
1417
  * <p>Confirms that the requester knows that they will be charged for the request. Bucket
1320
1418
  * owners need not specify this parameter in their requests. If either the source or
1321
- * destination S3 bucket has Requester Pays enabled, the requester will pay for
1322
- * corresponding charges to copy the object. For information about downloading objects from
1323
- * Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1419
+ * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
1420
+ * charges to copy the object. For information about downloading objects from Requester Pays
1421
+ * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1324
1422
  * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
1325
1423
  * <note>
1326
1424
  * <p>This functionality is not supported for directory buckets.</p>
1327
1425
  * </note>
1328
1426
  * @public
1329
1427
  */
1330
- RequestPayer?: RequestPayer;
1428
+ RequestPayer?: RequestPayer | undefined;
1331
1429
  /**
1332
1430
  * <p>A token to allow Object Lock to be enabled for an existing bucket.</p>
1333
1431
  * @public
1334
1432
  */
1335
- Token?: string;
1433
+ Token?: string | undefined;
1336
1434
  /**
1337
1435
  * <p>The MD5 hash for the request body.</p>
1338
1436
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
1339
1437
  * @public
1340
1438
  */
1341
- ContentMD5?: string;
1439
+ ContentMD5?: string | undefined;
1342
1440
  /**
1343
1441
  * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
1344
1442
  * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
@@ -1349,12 +1447,12 @@ export interface PutObjectLockConfigurationRequest {
1349
1447
  * <code>ChecksumAlgorithm</code> parameter.</p>
1350
1448
  * @public
1351
1449
  */
1352
- ChecksumAlgorithm?: ChecksumAlgorithm;
1450
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1353
1451
  /**
1354
1452
  * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
1355
1453
  * @public
1356
1454
  */
1357
- ExpectedBucketOwner?: string;
1455
+ ExpectedBucketOwner?: string | undefined;
1358
1456
  }
1359
1457
  /**
1360
1458
  * @public
@@ -1368,7 +1466,7 @@ export interface PutObjectRetentionOutput {
1368
1466
  * </note>
1369
1467
  * @public
1370
1468
  */
1371
- RequestCharged?: RequestCharged;
1469
+ RequestCharged?: RequestCharged | undefined;
1372
1470
  }
1373
1471
  /**
1374
1472
  * @public
@@ -1394,37 +1492,37 @@ export interface PutObjectRetentionRequest {
1394
1492
  * <p>The container element for the Object Retention configuration.</p>
1395
1493
  * @public
1396
1494
  */
1397
- Retention?: ObjectLockRetention;
1495
+ Retention?: ObjectLockRetention | undefined;
1398
1496
  /**
1399
1497
  * <p>Confirms that the requester knows that they will be charged for the request. Bucket
1400
1498
  * owners need not specify this parameter in their requests. If either the source or
1401
- * destination S3 bucket has Requester Pays enabled, the requester will pay for
1402
- * corresponding charges to copy the object. For information about downloading objects from
1403
- * Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1499
+ * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
1500
+ * charges to copy the object. For information about downloading objects from Requester Pays
1501
+ * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1404
1502
  * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
1405
1503
  * <note>
1406
1504
  * <p>This functionality is not supported for directory buckets.</p>
1407
1505
  * </note>
1408
1506
  * @public
1409
1507
  */
1410
- RequestPayer?: RequestPayer;
1508
+ RequestPayer?: RequestPayer | undefined;
1411
1509
  /**
1412
1510
  * <p>The version ID for the object that you want to apply this Object Retention configuration
1413
1511
  * to.</p>
1414
1512
  * @public
1415
1513
  */
1416
- VersionId?: string;
1514
+ VersionId?: string | undefined;
1417
1515
  /**
1418
1516
  * <p>Indicates whether this action should bypass Governance-mode restrictions.</p>
1419
1517
  * @public
1420
1518
  */
1421
- BypassGovernanceRetention?: boolean;
1519
+ BypassGovernanceRetention?: boolean | undefined;
1422
1520
  /**
1423
1521
  * <p>The MD5 hash for the request body.</p>
1424
1522
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
1425
1523
  * @public
1426
1524
  */
1427
- ContentMD5?: string;
1525
+ ContentMD5?: string | undefined;
1428
1526
  /**
1429
1527
  * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
1430
1528
  * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
@@ -1435,12 +1533,12 @@ export interface PutObjectRetentionRequest {
1435
1533
  * <code>ChecksumAlgorithm</code> parameter.</p>
1436
1534
  * @public
1437
1535
  */
1438
- ChecksumAlgorithm?: ChecksumAlgorithm;
1536
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1439
1537
  /**
1440
1538
  * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
1441
1539
  * @public
1442
1540
  */
1443
- ExpectedBucketOwner?: string;
1541
+ ExpectedBucketOwner?: string | undefined;
1444
1542
  }
1445
1543
  /**
1446
1544
  * @public
@@ -1450,7 +1548,7 @@ export interface PutObjectTaggingOutput {
1450
1548
  * <p>The versionId of the object the tag-set was added to.</p>
1451
1549
  * @public
1452
1550
  */
1453
- VersionId?: string;
1551
+ VersionId?: string | undefined;
1454
1552
  }
1455
1553
  /**
1456
1554
  * @public
@@ -1477,13 +1575,13 @@ export interface PutObjectTaggingRequest {
1477
1575
  * <p>The versionId of the object that the tag-set will be added to.</p>
1478
1576
  * @public
1479
1577
  */
1480
- VersionId?: string;
1578
+ VersionId?: string | undefined;
1481
1579
  /**
1482
1580
  * <p>The MD5 hash for the request body.</p>
1483
1581
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
1484
1582
  * @public
1485
1583
  */
1486
- ContentMD5?: string;
1584
+ ContentMD5?: string | undefined;
1487
1585
  /**
1488
1586
  * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
1489
1587
  * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
@@ -1494,7 +1592,7 @@ export interface PutObjectTaggingRequest {
1494
1592
  * <code>ChecksumAlgorithm</code> parameter.</p>
1495
1593
  * @public
1496
1594
  */
1497
- ChecksumAlgorithm?: ChecksumAlgorithm;
1595
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1498
1596
  /**
1499
1597
  * <p>Container for the <code>TagSet</code> and <code>Tag</code> elements</p>
1500
1598
  * @public
@@ -1504,20 +1602,20 @@ export interface PutObjectTaggingRequest {
1504
1602
  * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
1505
1603
  * @public
1506
1604
  */
1507
- ExpectedBucketOwner?: string;
1605
+ ExpectedBucketOwner?: string | undefined;
1508
1606
  /**
1509
1607
  * <p>Confirms that the requester knows that they will be charged for the request. Bucket
1510
1608
  * owners need not specify this parameter in their requests. If either the source or
1511
- * destination S3 bucket has Requester Pays enabled, the requester will pay for
1512
- * corresponding charges to copy the object. For information about downloading objects from
1513
- * Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1609
+ * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
1610
+ * charges to copy the object. For information about downloading objects from Requester Pays
1611
+ * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1514
1612
  * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
1515
1613
  * <note>
1516
1614
  * <p>This functionality is not supported for directory buckets.</p>
1517
1615
  * </note>
1518
1616
  * @public
1519
1617
  */
1520
- RequestPayer?: RequestPayer;
1618
+ RequestPayer?: RequestPayer | undefined;
1521
1619
  }
1522
1620
  /**
1523
1621
  * @public
@@ -1536,7 +1634,7 @@ export interface PutPublicAccessBlockRequest {
1536
1634
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
1537
1635
  * @public
1538
1636
  */
1539
- ContentMD5?: string;
1637
+ ContentMD5?: string | undefined;
1540
1638
  /**
1541
1639
  * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
1542
1640
  * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
@@ -1547,7 +1645,7 @@ export interface PutPublicAccessBlockRequest {
1547
1645
  * <code>ChecksumAlgorithm</code> parameter.</p>
1548
1646
  * @public
1549
1647
  */
1550
- ChecksumAlgorithm?: ChecksumAlgorithm;
1648
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1551
1649
  /**
1552
1650
  * <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
1553
1651
  * bucket. You can enable the configuration options in any combination. For more information
@@ -1559,7 +1657,7 @@ export interface PutPublicAccessBlockRequest {
1559
1657
  * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
1560
1658
  * @public
1561
1659
  */
1562
- ExpectedBucketOwner?: string;
1660
+ ExpectedBucketOwner?: string | undefined;
1563
1661
  }
1564
1662
  /**
1565
1663
  * <p>This action is not allowed against this storage tier.</p>
@@ -1585,13 +1683,13 @@ export interface RestoreObjectOutput {
1585
1683
  * </note>
1586
1684
  * @public
1587
1685
  */
1588
- RequestCharged?: RequestCharged;
1686
+ RequestCharged?: RequestCharged | undefined;
1589
1687
  /**
1590
1688
  * <p>Indicates the path in the provided S3 output location where Select results will be
1591
1689
  * restored to.</p>
1592
1690
  * @public
1593
1691
  */
1594
- RestoreOutputPath?: string;
1692
+ RestoreOutputPath?: string | undefined;
1595
1693
  }
1596
1694
  /**
1597
1695
  * @public
@@ -1635,13 +1733,13 @@ export interface Encryption {
1635
1733
  * Developer Guide</i>.</p>
1636
1734
  * @public
1637
1735
  */
1638
- KMSKeyId?: string;
1736
+ KMSKeyId?: string | undefined;
1639
1737
  /**
1640
1738
  * <p>If the encryption type is <code>aws:kms</code>, this optional value can be used to
1641
1739
  * specify the encryption context for the restore results.</p>
1642
1740
  * @public
1643
1741
  */
1644
- KMSContext?: string;
1742
+ KMSContext?: string | undefined;
1645
1743
  }
1646
1744
  /**
1647
1745
  * <p>A metadata key-value pair to store with an object.</p>
@@ -1652,12 +1750,12 @@ export interface MetadataEntry {
1652
1750
  * <p>Name of the object.</p>
1653
1751
  * @public
1654
1752
  */
1655
- Name?: string;
1753
+ Name?: string | undefined;
1656
1754
  /**
1657
1755
  * <p>Value of the object.</p>
1658
1756
  * @public
1659
1757
  */
1660
- Value?: string;
1758
+ Value?: string | undefined;
1661
1759
  }
1662
1760
  /**
1663
1761
  * <p>Describes an Amazon S3 location that will receive the results of the restore request.</p>
@@ -1678,32 +1776,32 @@ export interface S3Location {
1678
1776
  * <p>Contains the type of server-side encryption used.</p>
1679
1777
  * @public
1680
1778
  */
1681
- Encryption?: Encryption;
1779
+ Encryption?: Encryption | undefined;
1682
1780
  /**
1683
1781
  * <p>The canned ACL to apply to the restore results.</p>
1684
1782
  * @public
1685
1783
  */
1686
- CannedACL?: ObjectCannedACL;
1784
+ CannedACL?: ObjectCannedACL | undefined;
1687
1785
  /**
1688
1786
  * <p>A list of grants that control access to the staged results.</p>
1689
1787
  * @public
1690
1788
  */
1691
- AccessControlList?: Grant[];
1789
+ AccessControlList?: Grant[] | undefined;
1692
1790
  /**
1693
1791
  * <p>The tag-set that is applied to the restore results.</p>
1694
1792
  * @public
1695
1793
  */
1696
- Tagging?: Tagging;
1794
+ Tagging?: Tagging | undefined;
1697
1795
  /**
1698
1796
  * <p>A list of metadata to store with the restore results in S3.</p>
1699
1797
  * @public
1700
1798
  */
1701
- UserMetadata?: MetadataEntry[];
1799
+ UserMetadata?: MetadataEntry[] | undefined;
1702
1800
  /**
1703
1801
  * <p>The class of storage used to store the restore results.</p>
1704
1802
  * @public
1705
1803
  */
1706
- StorageClass?: StorageClass;
1804
+ StorageClass?: StorageClass | undefined;
1707
1805
  }
1708
1806
  /**
1709
1807
  * <p>Describes the location where the restore job's output is stored.</p>
@@ -1714,7 +1812,7 @@ export interface OutputLocation {
1714
1812
  * <p>Describes an S3 location that will receive the results of the restore request.</p>
1715
1813
  * @public
1716
1814
  */
1717
- S3?: S3Location;
1815
+ S3?: S3Location | undefined;
1718
1816
  }
1719
1817
  /**
1720
1818
  * @public
@@ -1780,7 +1878,7 @@ export interface CSVInput {
1780
1878
  * </ul>
1781
1879
  * @public
1782
1880
  */
1783
- FileHeaderInfo?: FileHeaderInfo;
1881
+ FileHeaderInfo?: FileHeaderInfo | undefined;
1784
1882
  /**
1785
1883
  * <p>A single character used to indicate that a row should be ignored when the character is
1786
1884
  * present at the start of that row. You can specify any character to indicate a comment line.
@@ -1789,26 +1887,26 @@ export interface CSVInput {
1789
1887
  * </p>
1790
1888
  * @public
1791
1889
  */
1792
- Comments?: string;
1890
+ Comments?: string | undefined;
1793
1891
  /**
1794
1892
  * <p>A single character used for escaping the quotation mark character inside an already
1795
1893
  * escaped value. For example, the value <code>""" a , b """</code> is parsed as <code>" a , b
1796
1894
  * "</code>.</p>
1797
1895
  * @public
1798
1896
  */
1799
- QuoteEscapeCharacter?: string;
1897
+ QuoteEscapeCharacter?: string | undefined;
1800
1898
  /**
1801
1899
  * <p>A single character used to separate individual records in the input. Instead of the
1802
1900
  * default value, you can specify an arbitrary delimiter.</p>
1803
1901
  * @public
1804
1902
  */
1805
- RecordDelimiter?: string;
1903
+ RecordDelimiter?: string | undefined;
1806
1904
  /**
1807
1905
  * <p>A single character used to separate individual fields in a record. You can specify an
1808
1906
  * arbitrary delimiter.</p>
1809
1907
  * @public
1810
1908
  */
1811
- FieldDelimiter?: string;
1909
+ FieldDelimiter?: string | undefined;
1812
1910
  /**
1813
1911
  * <p>A single character used for escaping when the field delimiter is part of the value. For
1814
1912
  * example, if the value is <code>a, b</code>, Amazon S3 wraps this field value in quotation marks,
@@ -1820,14 +1918,14 @@ export interface CSVInput {
1820
1918
  * </p>
1821
1919
  * @public
1822
1920
  */
1823
- QuoteCharacter?: string;
1921
+ QuoteCharacter?: string | undefined;
1824
1922
  /**
1825
1923
  * <p>Specifies that CSV field values may contain quoted record delimiters and such records
1826
1924
  * should be allowed. Default value is FALSE. Setting this value to TRUE may lower
1827
1925
  * performance.</p>
1828
1926
  * @public
1829
1927
  */
1830
- AllowQuotedRecordDelimiter?: boolean;
1928
+ AllowQuotedRecordDelimiter?: boolean | undefined;
1831
1929
  }
1832
1930
  /**
1833
1931
  * @public
@@ -1850,7 +1948,7 @@ export interface JSONInput {
1850
1948
  * <p>The type of JSON. Valid values: Document, Lines.</p>
1851
1949
  * @public
1852
1950
  */
1853
- Type?: JSONType;
1951
+ Type?: JSONType | undefined;
1854
1952
  }
1855
1953
  /**
1856
1954
  * <p>Container for Parquet.</p>
@@ -1867,23 +1965,23 @@ export interface InputSerialization {
1867
1965
  * <p>Describes the serialization of a CSV-encoded object.</p>
1868
1966
  * @public
1869
1967
  */
1870
- CSV?: CSVInput;
1968
+ CSV?: CSVInput | undefined;
1871
1969
  /**
1872
1970
  * <p>Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value:
1873
1971
  * NONE.</p>
1874
1972
  * @public
1875
1973
  */
1876
- CompressionType?: CompressionType;
1974
+ CompressionType?: CompressionType | undefined;
1877
1975
  /**
1878
1976
  * <p>Specifies JSON as object's input serialization format.</p>
1879
1977
  * @public
1880
1978
  */
1881
- JSON?: JSONInput;
1979
+ JSON?: JSONInput | undefined;
1882
1980
  /**
1883
1981
  * <p>Specifies Parquet as object's input serialization format.</p>
1884
1982
  * @public
1885
1983
  */
1886
- Parquet?: ParquetInput;
1984
+ Parquet?: ParquetInput | undefined;
1887
1985
  }
1888
1986
  /**
1889
1987
  * @public
@@ -1917,32 +2015,32 @@ export interface CSVOutput {
1917
2015
  * </ul>
1918
2016
  * @public
1919
2017
  */
1920
- QuoteFields?: QuoteFields;
2018
+ QuoteFields?: QuoteFields | undefined;
1921
2019
  /**
1922
2020
  * <p>The single character used for escaping the quote character inside an already escaped
1923
2021
  * value.</p>
1924
2022
  * @public
1925
2023
  */
1926
- QuoteEscapeCharacter?: string;
2024
+ QuoteEscapeCharacter?: string | undefined;
1927
2025
  /**
1928
2026
  * <p>A single character used to separate individual records in the output. Instead of the
1929
2027
  * default value, you can specify an arbitrary delimiter.</p>
1930
2028
  * @public
1931
2029
  */
1932
- RecordDelimiter?: string;
2030
+ RecordDelimiter?: string | undefined;
1933
2031
  /**
1934
2032
  * <p>The value used to separate individual fields in a record. You can specify an arbitrary
1935
2033
  * delimiter.</p>
1936
2034
  * @public
1937
2035
  */
1938
- FieldDelimiter?: string;
2036
+ FieldDelimiter?: string | undefined;
1939
2037
  /**
1940
2038
  * <p>A single character used for escaping when the field delimiter is part of the value. For
1941
2039
  * example, if the value is <code>a, b</code>, Amazon S3 wraps this field value in quotation marks,
1942
2040
  * as follows: <code>" a , b "</code>.</p>
1943
2041
  * @public
1944
2042
  */
1945
- QuoteCharacter?: string;
2043
+ QuoteCharacter?: string | undefined;
1946
2044
  }
1947
2045
  /**
1948
2046
  * <p>Specifies JSON as request's output serialization format.</p>
@@ -1954,7 +2052,7 @@ export interface JSONOutput {
1954
2052
  * Amazon S3 uses a newline character ('\n').</p>
1955
2053
  * @public
1956
2054
  */
1957
- RecordDelimiter?: string;
2055
+ RecordDelimiter?: string | undefined;
1958
2056
  }
1959
2057
  /**
1960
2058
  * <p>Describes how results of the Select job are serialized.</p>
@@ -1965,12 +2063,12 @@ export interface OutputSerialization {
1965
2063
  * <p>Describes the serialization of CSV-encoded Select results.</p>
1966
2064
  * @public
1967
2065
  */
1968
- CSV?: CSVOutput;
2066
+ CSV?: CSVOutput | undefined;
1969
2067
  /**
1970
2068
  * <p>Specifies JSON as request's output serialization format.</p>
1971
2069
  * @public
1972
2070
  */
1973
- JSON?: JSONOutput;
2071
+ JSON?: JSONOutput | undefined;
1974
2072
  }
1975
2073
  /**
1976
2074
  * <p>Describes the parameters for Select job types.</p>
@@ -2021,38 +2119,38 @@ export interface RestoreRequest {
2021
2119
  * requests.</p>
2022
2120
  * @public
2023
2121
  */
2024
- Days?: number;
2122
+ Days?: number | undefined;
2025
2123
  /**
2026
2124
  * <p>S3 Glacier related parameters pertaining to this job. Do not use with restores that
2027
2125
  * specify <code>OutputLocation</code>.</p>
2028
2126
  * @public
2029
2127
  */
2030
- GlacierJobParameters?: GlacierJobParameters;
2128
+ GlacierJobParameters?: GlacierJobParameters | undefined;
2031
2129
  /**
2032
2130
  * <p>Type of restore request.</p>
2033
2131
  * @public
2034
2132
  */
2035
- Type?: RestoreRequestType;
2133
+ Type?: RestoreRequestType | undefined;
2036
2134
  /**
2037
2135
  * <p>Retrieval tier at which the restore will be processed.</p>
2038
2136
  * @public
2039
2137
  */
2040
- Tier?: Tier;
2138
+ Tier?: Tier | undefined;
2041
2139
  /**
2042
2140
  * <p>The optional description for the job.</p>
2043
2141
  * @public
2044
2142
  */
2045
- Description?: string;
2143
+ Description?: string | undefined;
2046
2144
  /**
2047
2145
  * <p>Describes the parameters for Select job types.</p>
2048
2146
  * @public
2049
2147
  */
2050
- SelectParameters?: SelectParameters;
2148
+ SelectParameters?: SelectParameters | undefined;
2051
2149
  /**
2052
2150
  * <p>Describes the location where the restore job's output is stored.</p>
2053
2151
  * @public
2054
2152
  */
2055
- OutputLocation?: OutputLocation;
2153
+ OutputLocation?: OutputLocation | undefined;
2056
2154
  }
2057
2155
  /**
2058
2156
  * @public
@@ -2079,25 +2177,25 @@ export interface RestoreObjectRequest {
2079
2177
  * <p>VersionId used to reference a specific version of the object.</p>
2080
2178
  * @public
2081
2179
  */
2082
- VersionId?: string;
2180
+ VersionId?: string | undefined;
2083
2181
  /**
2084
2182
  * <p>Container for restore job parameters.</p>
2085
2183
  * @public
2086
2184
  */
2087
- RestoreRequest?: RestoreRequest;
2185
+ RestoreRequest?: RestoreRequest | undefined;
2088
2186
  /**
2089
2187
  * <p>Confirms that the requester knows that they will be charged for the request. Bucket
2090
2188
  * owners need not specify this parameter in their requests. If either the source or
2091
- * destination S3 bucket has Requester Pays enabled, the requester will pay for
2092
- * corresponding charges to copy the object. For information about downloading objects from
2093
- * Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
2189
+ * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
2190
+ * charges to copy the object. For information about downloading objects from Requester Pays
2191
+ * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
2094
2192
  * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
2095
2193
  * <note>
2096
2194
  * <p>This functionality is not supported for directory buckets.</p>
2097
2195
  * </note>
2098
2196
  * @public
2099
2197
  */
2100
- RequestPayer?: RequestPayer;
2198
+ RequestPayer?: RequestPayer | undefined;
2101
2199
  /**
2102
2200
  * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
2103
2201
  * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
@@ -2108,12 +2206,12 @@ export interface RestoreObjectRequest {
2108
2206
  * <code>ChecksumAlgorithm</code> parameter.</p>
2109
2207
  * @public
2110
2208
  */
2111
- ChecksumAlgorithm?: ChecksumAlgorithm;
2209
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
2112
2210
  /**
2113
2211
  * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
2114
2212
  * @public
2115
2213
  */
2116
- ExpectedBucketOwner?: string;
2214
+ ExpectedBucketOwner?: string | undefined;
2117
2215
  }
2118
2216
  /**
2119
2217
  * <p></p>
@@ -2138,17 +2236,17 @@ export interface Progress {
2138
2236
  * <p>The current number of object bytes scanned.</p>
2139
2237
  * @public
2140
2238
  */
2141
- BytesScanned?: number;
2239
+ BytesScanned?: number | undefined;
2142
2240
  /**
2143
2241
  * <p>The current number of uncompressed object bytes processed.</p>
2144
2242
  * @public
2145
2243
  */
2146
- BytesProcessed?: number;
2244
+ BytesProcessed?: number | undefined;
2147
2245
  /**
2148
2246
  * <p>The current number of bytes of records payload data returned.</p>
2149
2247
  * @public
2150
2248
  */
2151
- BytesReturned?: number;
2249
+ BytesReturned?: number | undefined;
2152
2250
  }
2153
2251
  /**
2154
2252
  * <p>This data type contains information about the progress event of an operation.</p>
@@ -2159,7 +2257,7 @@ export interface ProgressEvent {
2159
2257
  * <p>The Progress event details.</p>
2160
2258
  * @public
2161
2259
  */
2162
- Details?: Progress;
2260
+ Details?: Progress | undefined;
2163
2261
  }
2164
2262
  /**
2165
2263
  * <p>The container for the records event.</p>
@@ -2175,7 +2273,7 @@ export interface RecordsEvent {
2175
2273
  * aggregate the results on the client side and parse the response.</p>
2176
2274
  * @public
2177
2275
  */
2178
- Payload?: Uint8Array;
2276
+ Payload?: Uint8Array | undefined;
2179
2277
  }
2180
2278
  /**
2181
2279
  * <p>Container for the stats details.</p>
@@ -2186,17 +2284,17 @@ export interface Stats {
2186
2284
  * <p>The total number of object bytes scanned.</p>
2187
2285
  * @public
2188
2286
  */
2189
- BytesScanned?: number;
2287
+ BytesScanned?: number | undefined;
2190
2288
  /**
2191
2289
  * <p>The total number of uncompressed object bytes processed.</p>
2192
2290
  * @public
2193
2291
  */
2194
- BytesProcessed?: number;
2292
+ BytesProcessed?: number | undefined;
2195
2293
  /**
2196
2294
  * <p>The total number of bytes of records payload data returned.</p>
2197
2295
  * @public
2198
2296
  */
2199
- BytesReturned?: number;
2297
+ BytesReturned?: number | undefined;
2200
2298
  }
2201
2299
  /**
2202
2300
  * <p>Container for the Stats Event.</p>
@@ -2207,7 +2305,7 @@ export interface StatsEvent {
2207
2305
  * <p>The Stats event details.</p>
2208
2306
  * @public
2209
2307
  */
2210
- Details?: Stats;
2308
+ Details?: Stats | undefined;
2211
2309
  }
2212
2310
  /**
2213
2311
  * <p>The container for selecting objects from a content event stream.</p>
@@ -2307,7 +2405,7 @@ export interface SelectObjectContentOutput {
2307
2405
  * <p>The array of results.</p>
2308
2406
  * @public
2309
2407
  */
2310
- Payload?: AsyncIterable<SelectObjectContentEventStream>;
2408
+ Payload?: AsyncIterable<SelectObjectContentEventStream> | undefined;
2311
2409
  }
2312
2410
  /**
2313
2411
  * <p>Container for specifying if periodic <code>QueryProgress</code> messages should be
@@ -2320,7 +2418,7 @@ export interface RequestProgress {
2320
2418
  * FALSE. Default value: FALSE.</p>
2321
2419
  * @public
2322
2420
  */
2323
- Enabled?: boolean;
2421
+ Enabled?: boolean | undefined;
2324
2422
  }
2325
2423
  /**
2326
2424
  * <p>Specifies the byte range of the object to get the records from. A record is processed
@@ -2338,7 +2436,7 @@ export interface ScanRange {
2338
2436
  * from byte 50 until the end of the file.</p>
2339
2437
  * @public
2340
2438
  */
2341
- Start?: number;
2439
+ Start?: number | undefined;
2342
2440
  /**
2343
2441
  * <p>Specifies the end of the byte range. This parameter is optional. Valid values:
2344
2442
  * non-negative integers. The default value is one less than the size of the object being
@@ -2348,7 +2446,7 @@ export interface ScanRange {
2348
2446
  * last 50 bytes.</p>
2349
2447
  * @public
2350
2448
  */
2351
- End?: number;
2449
+ End?: number | undefined;
2352
2450
  }
2353
2451
  /**
2354
2452
  * <p>Request to filter the contents of an Amazon S3 object based on a simple Structured Query
@@ -2379,7 +2477,7 @@ export interface SelectObjectContentRequest {
2379
2477
  * <i>Amazon S3 User Guide</i>.</p>
2380
2478
  * @public
2381
2479
  */
2382
- SSECustomerAlgorithm?: string;
2480
+ SSECustomerAlgorithm?: string | undefined;
2383
2481
  /**
2384
2482
  * <p>The server-side encryption (SSE) customer managed key. This parameter is needed only when the object was created using a checksum algorithm.
2385
2483
  * For more information, see
@@ -2387,7 +2485,7 @@ export interface SelectObjectContentRequest {
2387
2485
  * <i>Amazon S3 User Guide</i>.</p>
2388
2486
  * @public
2389
2487
  */
2390
- SSECustomerKey?: string;
2488
+ SSECustomerKey?: string | undefined;
2391
2489
  /**
2392
2490
  * <p>The MD5 server-side encryption (SSE) customer managed key. This parameter is needed only when the object was created using a checksum
2393
2491
  * algorithm. For more information,
@@ -2395,7 +2493,7 @@ export interface SelectObjectContentRequest {
2395
2493
  * <i>Amazon S3 User Guide</i>.</p>
2396
2494
  * @public
2397
2495
  */
2398
- SSECustomerKeyMD5?: string;
2496
+ SSECustomerKeyMD5?: string | undefined;
2399
2497
  /**
2400
2498
  * <p>The expression that is used to query the object.</p>
2401
2499
  * @public
@@ -2410,7 +2508,7 @@ export interface SelectObjectContentRequest {
2410
2508
  * <p>Specifies if periodic request progress information should be enabled.</p>
2411
2509
  * @public
2412
2510
  */
2413
- RequestProgress?: RequestProgress;
2511
+ RequestProgress?: RequestProgress | undefined;
2414
2512
  /**
2415
2513
  * <p>Describes the format of the data in the object that is being queried.</p>
2416
2514
  * @public
@@ -2448,28 +2546,28 @@ export interface SelectObjectContentRequest {
2448
2546
  * </ul>
2449
2547
  * @public
2450
2548
  */
2451
- ScanRange?: ScanRange;
2549
+ ScanRange?: ScanRange | undefined;
2452
2550
  /**
2453
2551
  * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
2454
2552
  * @public
2455
2553
  */
2456
- ExpectedBucketOwner?: string;
2554
+ ExpectedBucketOwner?: string | undefined;
2457
2555
  }
2458
2556
  /**
2459
2557
  * @public
2460
2558
  */
2461
2559
  export interface UploadPartOutput {
2462
2560
  /**
2463
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for example,
2464
- * <code>AES256</code>, <code>aws:kms</code>).</p>
2561
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
2562
+ * example, <code>AES256</code>, <code>aws:kms</code>).</p>
2465
2563
  * @public
2466
2564
  */
2467
- ServerSideEncryption?: ServerSideEncryption;
2565
+ ServerSideEncryption?: ServerSideEncryption | undefined;
2468
2566
  /**
2469
2567
  * <p>Entity tag for the uploaded object.</p>
2470
2568
  * @public
2471
2569
  */
2472
- ETag?: string;
2570
+ ETag?: string | undefined;
2473
2571
  /**
2474
2572
  * <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
2475
2573
  * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
@@ -2477,7 +2575,7 @@ export interface UploadPartOutput {
2477
2575
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
2478
2576
  * @public
2479
2577
  */
2480
- ChecksumCRC32?: string;
2578
+ ChecksumCRC32?: string | undefined;
2481
2579
  /**
2482
2580
  * <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
2483
2581
  * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
@@ -2485,7 +2583,7 @@ export interface UploadPartOutput {
2485
2583
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
2486
2584
  * @public
2487
2585
  */
2488
- ChecksumCRC32C?: string;
2586
+ ChecksumCRC32C?: string | undefined;
2489
2587
  /**
2490
2588
  * <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
2491
2589
  * with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
@@ -2493,7 +2591,7 @@ export interface UploadPartOutput {
2493
2591
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
2494
2592
  * @public
2495
2593
  */
2496
- ChecksumSHA1?: string;
2594
+ ChecksumSHA1?: string | undefined;
2497
2595
  /**
2498
2596
  * <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
2499
2597
  * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
@@ -2501,7 +2599,7 @@ export interface UploadPartOutput {
2501
2599
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
2502
2600
  * @public
2503
2601
  */
2504
- ChecksumSHA256?: string;
2602
+ ChecksumSHA256?: string | undefined;
2505
2603
  /**
2506
2604
  * <p>If server-side encryption with a customer-provided encryption key was requested, the
2507
2605
  * response will include this header to confirm the encryption algorithm that's used.</p>
@@ -2510,28 +2608,28 @@ export interface UploadPartOutput {
2510
2608
  * </note>
2511
2609
  * @public
2512
2610
  */
2513
- SSECustomerAlgorithm?: string;
2611
+ SSECustomerAlgorithm?: string | undefined;
2514
2612
  /**
2515
2613
  * <p>If server-side encryption with a customer-provided encryption key was requested, the
2516
- * response will include this header to provide the round-trip message integrity verification of
2517
- * the customer-provided encryption key.</p>
2614
+ * response will include this header to provide the round-trip message integrity verification
2615
+ * of the customer-provided encryption key.</p>
2518
2616
  * <note>
2519
2617
  * <p>This functionality is not supported for directory buckets.</p>
2520
2618
  * </note>
2521
2619
  * @public
2522
2620
  */
2523
- SSECustomerKeyMD5?: string;
2621
+ SSECustomerKeyMD5?: string | undefined;
2524
2622
  /**
2525
2623
  * <p>If present, indicates the ID of the KMS key that was used for object encryption.</p>
2526
2624
  * @public
2527
2625
  */
2528
- SSEKMSKeyId?: string;
2626
+ SSEKMSKeyId?: string | undefined;
2529
2627
  /**
2530
2628
  * <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption
2531
2629
  * with Key Management Service (KMS) keys (SSE-KMS).</p>
2532
2630
  * @public
2533
2631
  */
2534
- BucketKeyEnabled?: boolean;
2632
+ BucketKeyEnabled?: boolean | undefined;
2535
2633
  /**
2536
2634
  * <p>If present, indicates that the requester was successfully charged for the
2537
2635
  * request.</p>
@@ -2540,7 +2638,7 @@ export interface UploadPartOutput {
2540
2638
  * </note>
2541
2639
  * @public
2542
2640
  */
2543
- RequestCharged?: RequestCharged;
2641
+ RequestCharged?: RequestCharged | undefined;
2544
2642
  }
2545
2643
  /**
2546
2644
  * @public
@@ -2550,11 +2648,12 @@ export interface UploadPartRequest {
2550
2648
  * <p>Object data.</p>
2551
2649
  * @public
2552
2650
  */
2553
- Body?: StreamingBlobTypes;
2651
+ Body?: StreamingBlobTypes | undefined;
2554
2652
  /**
2555
2653
  * <p>The name of the bucket to which the multipart upload was initiated.</p>
2556
2654
  * <p>
2557
- * <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
2655
+ * <b>Directory buckets</b> -
2656
+ * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
2558
2657
  * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
2559
2658
  * <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
2560
2659
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
@@ -2578,7 +2677,7 @@ export interface UploadPartRequest {
2578
2677
  * determined automatically.</p>
2579
2678
  * @public
2580
2679
  */
2581
- ContentLength?: number;
2680
+ ContentLength?: number | undefined;
2582
2681
  /**
2583
2682
  * <p>The base64-encoded 128-bit MD5 digest of the part data. This parameter is auto-populated
2584
2683
  * when using the command from the CLI. This parameter is required if object lock parameters
@@ -2588,7 +2687,7 @@ export interface UploadPartRequest {
2588
2687
  * </note>
2589
2688
  * @public
2590
2689
  */
2591
- ContentMD5?: string;
2690
+ ContentMD5?: string | undefined;
2592
2691
  /**
2593
2692
  * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
2594
2693
  * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
@@ -2601,7 +2700,7 @@ export interface UploadPartRequest {
2601
2700
  * supplied in the <code>CreateMultipartUpload</code> request.</p>
2602
2701
  * @public
2603
2702
  */
2604
- ChecksumAlgorithm?: ChecksumAlgorithm;
2703
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
2605
2704
  /**
2606
2705
  * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
2607
2706
  * This header specifies the base64-encoded, 32-bit CRC-32 checksum of the object. For more information, see
@@ -2609,7 +2708,7 @@ export interface UploadPartRequest {
2609
2708
  * <i>Amazon S3 User Guide</i>.</p>
2610
2709
  * @public
2611
2710
  */
2612
- ChecksumCRC32?: string;
2711
+ ChecksumCRC32?: string | undefined;
2613
2712
  /**
2614
2713
  * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
2615
2714
  * This header specifies the base64-encoded, 32-bit CRC-32C checksum of the object. For more information, see
@@ -2617,7 +2716,7 @@ export interface UploadPartRequest {
2617
2716
  * <i>Amazon S3 User Guide</i>.</p>
2618
2717
  * @public
2619
2718
  */
2620
- ChecksumCRC32C?: string;
2719
+ ChecksumCRC32C?: string | undefined;
2621
2720
  /**
2622
2721
  * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
2623
2722
  * This header specifies the base64-encoded, 160-bit SHA-1 digest of the object. For more information, see
@@ -2625,7 +2724,7 @@ export interface UploadPartRequest {
2625
2724
  * <i>Amazon S3 User Guide</i>.</p>
2626
2725
  * @public
2627
2726
  */
2628
- ChecksumSHA1?: string;
2727
+ ChecksumSHA1?: string | undefined;
2629
2728
  /**
2630
2729
  * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
2631
2730
  * This header specifies the base64-encoded, 256-bit SHA-256 digest of the object. For more information, see
@@ -2633,7 +2732,7 @@ export interface UploadPartRequest {
2633
2732
  * <i>Amazon S3 User Guide</i>.</p>
2634
2733
  * @public
2635
2734
  */
2636
- ChecksumSHA256?: string;
2735
+ ChecksumSHA256?: string | undefined;
2637
2736
  /**
2638
2737
  * <p>Object key for which the multipart upload was initiated.</p>
2639
2738
  * @public
@@ -2651,14 +2750,13 @@ export interface UploadPartRequest {
2651
2750
  */
2652
2751
  UploadId: string | undefined;
2653
2752
  /**
2654
- * <p>Specifies the algorithm to use when encrypting the object (for example,
2655
- * AES256).</p>
2753
+ * <p>Specifies the algorithm to use when encrypting the object (for example, AES256).</p>
2656
2754
  * <note>
2657
2755
  * <p>This functionality is not supported for directory buckets.</p>
2658
2756
  * </note>
2659
2757
  * @public
2660
2758
  */
2661
- SSECustomerAlgorithm?: string;
2759
+ SSECustomerAlgorithm?: string | undefined;
2662
2760
  /**
2663
2761
  * <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
2664
2762
  * value is used to store the object and then it is discarded; Amazon S3 does not store the
@@ -2670,7 +2768,7 @@ export interface UploadPartRequest {
2670
2768
  * </note>
2671
2769
  * @public
2672
2770
  */
2673
- SSECustomerKey?: string;
2771
+ SSECustomerKey?: string | undefined;
2674
2772
  /**
2675
2773
  * <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
2676
2774
  * this header for a message integrity check to ensure that the encryption key was transmitted
@@ -2680,25 +2778,25 @@ export interface UploadPartRequest {
2680
2778
  * </note>
2681
2779
  * @public
2682
2780
  */
2683
- SSECustomerKeyMD5?: string;
2781
+ SSECustomerKeyMD5?: string | undefined;
2684
2782
  /**
2685
2783
  * <p>Confirms that the requester knows that they will be charged for the request. Bucket
2686
2784
  * owners need not specify this parameter in their requests. If either the source or
2687
- * destination S3 bucket has Requester Pays enabled, the requester will pay for
2688
- * corresponding charges to copy the object. For information about downloading objects from
2689
- * Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
2785
+ * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
2786
+ * charges to copy the object. For information about downloading objects from Requester Pays
2787
+ * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
2690
2788
  * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
2691
2789
  * <note>
2692
2790
  * <p>This functionality is not supported for directory buckets.</p>
2693
2791
  * </note>
2694
2792
  * @public
2695
2793
  */
2696
- RequestPayer?: RequestPayer;
2794
+ RequestPayer?: RequestPayer | undefined;
2697
2795
  /**
2698
2796
  * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
2699
2797
  * @public
2700
2798
  */
2701
- ExpectedBucketOwner?: string;
2799
+ ExpectedBucketOwner?: string | undefined;
2702
2800
  }
2703
2801
  /**
2704
2802
  * <p>Container for all response elements.</p>
@@ -2709,12 +2807,12 @@ export interface CopyPartResult {
2709
2807
  * <p>Entity tag of the object.</p>
2710
2808
  * @public
2711
2809
  */
2712
- ETag?: string;
2810
+ ETag?: string | undefined;
2713
2811
  /**
2714
2812
  * <p>Date and time at which the object was uploaded.</p>
2715
2813
  * @public
2716
2814
  */
2717
- LastModified?: Date;
2815
+ LastModified?: Date | undefined;
2718
2816
  /**
2719
2817
  * <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
2720
2818
  * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
@@ -2722,7 +2820,7 @@ export interface CopyPartResult {
2722
2820
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
2723
2821
  * @public
2724
2822
  */
2725
- ChecksumCRC32?: string;
2823
+ ChecksumCRC32?: string | undefined;
2726
2824
  /**
2727
2825
  * <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
2728
2826
  * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
@@ -2730,7 +2828,7 @@ export interface CopyPartResult {
2730
2828
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
2731
2829
  * @public
2732
2830
  */
2733
- ChecksumCRC32C?: string;
2831
+ ChecksumCRC32C?: string | undefined;
2734
2832
  /**
2735
2833
  * <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
2736
2834
  * with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
@@ -2738,7 +2836,7 @@ export interface CopyPartResult {
2738
2836
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
2739
2837
  * @public
2740
2838
  */
2741
- ChecksumSHA1?: string;
2839
+ ChecksumSHA1?: string | undefined;
2742
2840
  /**
2743
2841
  * <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
2744
2842
  * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
@@ -2746,7 +2844,7 @@ export interface CopyPartResult {
2746
2844
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
2747
2845
  * @public
2748
2846
  */
2749
- ChecksumSHA256?: string;
2847
+ ChecksumSHA256?: string | undefined;
2750
2848
  }
2751
2849
  /**
2752
2850
  * @public
@@ -2760,18 +2858,18 @@ export interface UploadPartCopyOutput {
2760
2858
  * </note>
2761
2859
  * @public
2762
2860
  */
2763
- CopySourceVersionId?: string;
2861
+ CopySourceVersionId?: string | undefined;
2764
2862
  /**
2765
2863
  * <p>Container for all response elements.</p>
2766
2864
  * @public
2767
2865
  */
2768
- CopyPartResult?: CopyPartResult;
2866
+ CopyPartResult?: CopyPartResult | undefined;
2769
2867
  /**
2770
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for example,
2771
- * <code>AES256</code>, <code>aws:kms</code>).</p>
2868
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
2869
+ * example, <code>AES256</code>, <code>aws:kms</code>).</p>
2772
2870
  * @public
2773
2871
  */
2774
- ServerSideEncryption?: ServerSideEncryption;
2872
+ ServerSideEncryption?: ServerSideEncryption | undefined;
2775
2873
  /**
2776
2874
  * <p>If server-side encryption with a customer-provided encryption key was requested, the
2777
2875
  * response will include this header to confirm the encryption algorithm that's used.</p>
@@ -2780,28 +2878,28 @@ export interface UploadPartCopyOutput {
2780
2878
  * </note>
2781
2879
  * @public
2782
2880
  */
2783
- SSECustomerAlgorithm?: string;
2881
+ SSECustomerAlgorithm?: string | undefined;
2784
2882
  /**
2785
2883
  * <p>If server-side encryption with a customer-provided encryption key was requested, the
2786
- * response will include this header to provide the round-trip message integrity verification of
2787
- * the customer-provided encryption key.</p>
2884
+ * response will include this header to provide the round-trip message integrity verification
2885
+ * of the customer-provided encryption key.</p>
2788
2886
  * <note>
2789
2887
  * <p>This functionality is not supported for directory buckets.</p>
2790
2888
  * </note>
2791
2889
  * @public
2792
2890
  */
2793
- SSECustomerKeyMD5?: string;
2891
+ SSECustomerKeyMD5?: string | undefined;
2794
2892
  /**
2795
2893
  * <p>If present, indicates the ID of the KMS key that was used for object encryption.</p>
2796
2894
  * @public
2797
2895
  */
2798
- SSEKMSKeyId?: string;
2896
+ SSEKMSKeyId?: string | undefined;
2799
2897
  /**
2800
2898
  * <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption
2801
2899
  * with Key Management Service (KMS) keys (SSE-KMS).</p>
2802
2900
  * @public
2803
2901
  */
2804
- BucketKeyEnabled?: boolean;
2902
+ BucketKeyEnabled?: boolean | undefined;
2805
2903
  /**
2806
2904
  * <p>If present, indicates that the requester was successfully charged for the
2807
2905
  * request.</p>
@@ -2810,7 +2908,7 @@ export interface UploadPartCopyOutput {
2810
2908
  * </note>
2811
2909
  * @public
2812
2910
  */
2813
- RequestCharged?: RequestCharged;
2911
+ RequestCharged?: RequestCharged | undefined;
2814
2912
  }
2815
2913
  /**
2816
2914
  * @public
@@ -2819,7 +2917,8 @@ export interface UploadPartCopyRequest {
2819
2917
  /**
2820
2918
  * <p>The bucket name.</p>
2821
2919
  * <p>
2822
- * <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
2920
+ * <b>Directory buckets</b> -
2921
+ * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
2823
2922
  * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
2824
2923
  * <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
2825
2924
  * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
@@ -2864,94 +2963,90 @@ export interface UploadPartCopyRequest {
2864
2963
  * <p>Alternatively, for objects accessed through Amazon S3 on Outposts, specify the ARN of the object as accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/object/<key></code>. For example, to copy the object <code>reports/january.pdf</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/object/reports/january.pdf</code>. The value must be URL-encoded. </p>
2865
2964
  * </li>
2866
2965
  * </ul>
2867
- * <p>If your bucket has versioning enabled, you could have multiple versions of the
2868
- * same object. By default, <code>x-amz-copy-source</code> identifies the current
2869
- * version of the source object to copy.
2870
- * To copy a specific version of the source object to copy, append <code>?versionId=<version-id></code>
2871
- * to the <code>x-amz-copy-source</code> request header (for example,
2872
- * <code>x-amz-copy-source: /awsexamplebucket/reports/january.pdf?versionId=QUpfdndhfd8438MNFDN93jdnJFkdmqnh893</code>).
2873
- * </p>
2874
- * <p>If the current version is a delete marker and you
2875
- * don't specify a versionId in the <code>x-amz-copy-source</code> request header, Amazon S3 returns a
2876
- * <code>404 Not Found</code> error, because the object does not exist. If you specify versionId in the
2877
- * <code>x-amz-copy-source</code> and the versionId is a delete marker, Amazon S3
2878
- * returns an HTTP <code>400 Bad Request</code> error, because you are not allowed to specify a delete marker
2879
- * as a version for the <code>x-amz-copy-source</code>. </p>
2966
+ * <p>If your bucket has versioning enabled, you could have multiple versions of the same
2967
+ * object. By default, <code>x-amz-copy-source</code> identifies the current version of the
2968
+ * source object to copy. To copy a specific version of the source object to copy, append
2969
+ * <code>?versionId=<version-id></code> to the <code>x-amz-copy-source</code> request
2970
+ * header (for example, <code>x-amz-copy-source:
2971
+ * /awsexamplebucket/reports/january.pdf?versionId=QUpfdndhfd8438MNFDN93jdnJFkdmqnh893</code>). </p>
2972
+ * <p>If the current version is a delete marker and you don't specify a versionId in the
2973
+ * <code>x-amz-copy-source</code> request header, Amazon S3 returns a <code>404 Not Found</code>
2974
+ * error, because the object does not exist. If you specify versionId in the
2975
+ * <code>x-amz-copy-source</code> and the versionId is a delete marker, Amazon S3 returns an
2976
+ * HTTP <code>400 Bad Request</code> error, because you are not allowed to specify a delete
2977
+ * marker as a version for the <code>x-amz-copy-source</code>. </p>
2880
2978
  * <note>
2881
2979
  * <p>
2882
- * <b>Directory buckets</b> - S3 Versioning isn't enabled and supported for directory buckets.</p>
2980
+ * <b>Directory buckets</b> -
2981
+ * S3 Versioning isn't enabled and supported for directory buckets.</p>
2883
2982
  * </note>
2884
2983
  * @public
2885
2984
  */
2886
2985
  CopySource: string | undefined;
2887
2986
  /**
2888
2987
  * <p>Copies the object if its entity tag (ETag) matches the specified tag.</p>
2889
- * <p>If both of the
2890
- * <code>x-amz-copy-source-if-match</code> and
2891
- * <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the
2892
- * request as follows:</p>
2988
+ * <p>If both of the <code>x-amz-copy-source-if-match</code> and
2989
+ * <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the request as
2990
+ * follows:</p>
2893
2991
  * <p>
2894
2992
  * <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>,
2895
2993
  * and;</p>
2896
2994
  * <p>
2897
2995
  * <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to
2898
- * <code>false</code>;</p>
2996
+ * <code>false</code>;</p>
2899
2997
  * <p>Amazon S3 returns <code>200 OK</code> and copies the data.
2900
2998
  * </p>
2901
2999
  * @public
2902
3000
  */
2903
- CopySourceIfMatch?: string;
3001
+ CopySourceIfMatch?: string | undefined;
2904
3002
  /**
2905
3003
  * <p>Copies the object if it has been modified since the specified time.</p>
2906
- * <p>If both of the
2907
- * <code>x-amz-copy-source-if-none-match</code> and
2908
- * <code>x-amz-copy-source-if-modified-since</code> headers are present in the
2909
- * request as follows:</p>
3004
+ * <p>If both of the <code>x-amz-copy-source-if-none-match</code> and
3005
+ * <code>x-amz-copy-source-if-modified-since</code> headers are present in the request as
3006
+ * follows:</p>
2910
3007
  * <p>
2911
- * <code>x-amz-copy-source-if-none-match</code> condition evaluates to
2912
- * <code>false</code>, and;</p>
3008
+ * <code>x-amz-copy-source-if-none-match</code> condition evaluates to <code>false</code>,
3009
+ * and;</p>
2913
3010
  * <p>
2914
3011
  * <code>x-amz-copy-source-if-modified-since</code> condition evaluates to
2915
- * <code>true</code>;</p>
3012
+ * <code>true</code>;</p>
2916
3013
  * <p>Amazon S3 returns <code>412 Precondition Failed</code> response code.
2917
3014
  * </p>
2918
3015
  * @public
2919
3016
  */
2920
- CopySourceIfModifiedSince?: Date;
3017
+ CopySourceIfModifiedSince?: Date | undefined;
2921
3018
  /**
2922
3019
  * <p>Copies the object if its entity tag (ETag) is different than the specified ETag.</p>
2923
- * <p>If both of the
2924
- * <code>x-amz-copy-source-if-none-match</code> and
2925
- * <code>x-amz-copy-source-if-modified-since</code> headers are present in the
2926
- * request as follows:</p>
3020
+ * <p>If both of the <code>x-amz-copy-source-if-none-match</code> and
3021
+ * <code>x-amz-copy-source-if-modified-since</code> headers are present in the request as
3022
+ * follows:</p>
2927
3023
  * <p>
2928
- * <code>x-amz-copy-source-if-none-match</code> condition evaluates to
2929
- * <code>false</code>, and;</p>
3024
+ * <code>x-amz-copy-source-if-none-match</code> condition evaluates to <code>false</code>,
3025
+ * and;</p>
2930
3026
  * <p>
2931
3027
  * <code>x-amz-copy-source-if-modified-since</code> condition evaluates to
2932
- * <code>true</code>;</p>
3028
+ * <code>true</code>;</p>
2933
3029
  * <p>Amazon S3 returns <code>412 Precondition Failed</code> response code.
2934
3030
  * </p>
2935
3031
  * @public
2936
3032
  */
2937
- CopySourceIfNoneMatch?: string;
3033
+ CopySourceIfNoneMatch?: string | undefined;
2938
3034
  /**
2939
3035
  * <p>Copies the object if it hasn't been modified since the specified time.</p>
2940
- * <p>If both of the
2941
- * <code>x-amz-copy-source-if-match</code> and
2942
- * <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the
2943
- * request as follows:</p>
3036
+ * <p>If both of the <code>x-amz-copy-source-if-match</code> and
3037
+ * <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the request as
3038
+ * follows:</p>
2944
3039
  * <p>
2945
3040
  * <code>x-amz-copy-source-if-match</code> condition evaluates to <code>true</code>,
2946
3041
  * and;</p>
2947
3042
  * <p>
2948
3043
  * <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to
2949
- * <code>false</code>;</p>
3044
+ * <code>false</code>;</p>
2950
3045
  * <p>Amazon S3 returns <code>200 OK</code> and copies the data.
2951
3046
  * </p>
2952
3047
  * @public
2953
3048
  */
2954
- CopySourceIfUnmodifiedSince?: Date;
3049
+ CopySourceIfUnmodifiedSince?: Date | undefined;
2955
3050
  /**
2956
3051
  * <p>The range of bytes to copy from the source object. The range value must use the form
2957
3052
  * bytes=first-last, where the first and last are the zero-based byte offsets to copy. For
@@ -2959,7 +3054,7 @@ export interface UploadPartCopyRequest {
2959
3054
  * can copy a range only if the source object is greater than 5 MB.</p>
2960
3055
  * @public
2961
3056
  */
2962
- CopySourceRange?: string;
3057
+ CopySourceRange?: string | undefined;
2963
3058
  /**
2964
3059
  * <p>Object key for which the multipart upload was initiated.</p>
2965
3060
  * @public
@@ -2977,14 +3072,13 @@ export interface UploadPartCopyRequest {
2977
3072
  */
2978
3073
  UploadId: string | undefined;
2979
3074
  /**
2980
- * <p>Specifies the algorithm to use when encrypting the object (for example,
2981
- * AES256).</p>
3075
+ * <p>Specifies the algorithm to use when encrypting the object (for example, AES256).</p>
2982
3076
  * <note>
2983
3077
  * <p>This functionality is not supported when the destination bucket is a directory bucket.</p>
2984
3078
  * </note>
2985
3079
  * @public
2986
3080
  */
2987
- SSECustomerAlgorithm?: string;
3081
+ SSECustomerAlgorithm?: string | undefined;
2988
3082
  /**
2989
3083
  * <p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This
2990
3084
  * value is used to store the object and then it is discarded; Amazon S3 does not store the
@@ -2996,7 +3090,7 @@ export interface UploadPartCopyRequest {
2996
3090
  * </note>
2997
3091
  * @public
2998
3092
  */
2999
- SSECustomerKey?: string;
3093
+ SSECustomerKey?: string | undefined;
3000
3094
  /**
3001
3095
  * <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
3002
3096
  * this header for a message integrity check to ensure that the encryption key was transmitted
@@ -3006,16 +3100,16 @@ export interface UploadPartCopyRequest {
3006
3100
  * </note>
3007
3101
  * @public
3008
3102
  */
3009
- SSECustomerKeyMD5?: string;
3103
+ SSECustomerKeyMD5?: string | undefined;
3010
3104
  /**
3011
3105
  * <p>Specifies the algorithm to use when decrypting the source object (for example,
3012
- * <code>AES256</code>).</p>
3106
+ * <code>AES256</code>).</p>
3013
3107
  * <note>
3014
3108
  * <p>This functionality is not supported when the source object is in a directory bucket.</p>
3015
3109
  * </note>
3016
3110
  * @public
3017
3111
  */
3018
- CopySourceSSECustomerAlgorithm?: string;
3112
+ CopySourceSSECustomerAlgorithm?: string | undefined;
3019
3113
  /**
3020
3114
  * <p>Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source
3021
3115
  * object. The encryption key provided in this header must be one that was used when the
@@ -3025,7 +3119,7 @@ export interface UploadPartCopyRequest {
3025
3119
  * </note>
3026
3120
  * @public
3027
3121
  */
3028
- CopySourceSSECustomerKey?: string;
3122
+ CopySourceSSECustomerKey?: string | undefined;
3029
3123
  /**
3030
3124
  * <p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses
3031
3125
  * this header for a message integrity check to ensure that the encryption key was transmitted
@@ -3035,30 +3129,30 @@ export interface UploadPartCopyRequest {
3035
3129
  * </note>
3036
3130
  * @public
3037
3131
  */
3038
- CopySourceSSECustomerKeyMD5?: string;
3132
+ CopySourceSSECustomerKeyMD5?: string | undefined;
3039
3133
  /**
3040
3134
  * <p>Confirms that the requester knows that they will be charged for the request. Bucket
3041
3135
  * owners need not specify this parameter in their requests. If either the source or
3042
- * destination S3 bucket has Requester Pays enabled, the requester will pay for
3043
- * corresponding charges to copy the object. For information about downloading objects from
3044
- * Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
3136
+ * destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding
3137
+ * charges to copy the object. For information about downloading objects from Requester Pays
3138
+ * buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
3045
3139
  * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
3046
3140
  * <note>
3047
3141
  * <p>This functionality is not supported for directory buckets.</p>
3048
3142
  * </note>
3049
3143
  * @public
3050
3144
  */
3051
- RequestPayer?: RequestPayer;
3145
+ RequestPayer?: RequestPayer | undefined;
3052
3146
  /**
3053
3147
  * <p>The account ID of the expected destination bucket owner. If the account ID that you provide does not match the actual owner of the destination bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
3054
3148
  * @public
3055
3149
  */
3056
- ExpectedBucketOwner?: string;
3150
+ ExpectedBucketOwner?: string | undefined;
3057
3151
  /**
3058
3152
  * <p>The account ID of the expected source bucket owner. If the account ID that you provide does not match the actual owner of the source bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
3059
3153
  * @public
3060
3154
  */
3061
- ExpectedSourceBucketOwner?: string;
3155
+ ExpectedSourceBucketOwner?: string | undefined;
3062
3156
  }
3063
3157
  /**
3064
3158
  * @public
@@ -3079,7 +3173,7 @@ export interface WriteGetObjectResponseRequest {
3079
3173
  * <p>The object data.</p>
3080
3174
  * @public
3081
3175
  */
3082
- Body?: StreamingBlobTypes;
3176
+ Body?: StreamingBlobTypes | undefined;
3083
3177
  /**
3084
3178
  * <p>The integer status code for an HTTP response of a corresponding <code>GetObject</code>
3085
3179
  * request. The following is a list of status codes.</p>
@@ -3157,7 +3251,7 @@ export interface WriteGetObjectResponseRequest {
3157
3251
  * </ul>
3158
3252
  * @public
3159
3253
  */
3160
- StatusCode?: number;
3254
+ StatusCode?: number | undefined;
3161
3255
  /**
3162
3256
  * <p>A string that uniquely identifies an error condition. Returned in the <Code> tag
3163
3257
  * of the error XML response for a corresponding <code>GetObject</code> call. Cannot be used
@@ -3166,7 +3260,7 @@ export interface WriteGetObjectResponseRequest {
3166
3260
  * value is <code>"^[A-Z][a-zA-Z]+$"</code>.</p>
3167
3261
  * @public
3168
3262
  */
3169
- ErrorCode?: string;
3263
+ ErrorCode?: string | undefined;
3170
3264
  /**
3171
3265
  * <p>Contains a generic description of the error condition. Returned in the <Message>
3172
3266
  * tag of the error XML response for a corresponding <code>GetObject</code> call. Cannot be
@@ -3174,49 +3268,49 @@ export interface WriteGetObjectResponseRequest {
3174
3268
  * provided in body.</p>
3175
3269
  * @public
3176
3270
  */
3177
- ErrorMessage?: string;
3271
+ ErrorMessage?: string | undefined;
3178
3272
  /**
3179
3273
  * <p>Indicates that a range of bytes was specified.</p>
3180
3274
  * @public
3181
3275
  */
3182
- AcceptRanges?: string;
3276
+ AcceptRanges?: string | undefined;
3183
3277
  /**
3184
3278
  * <p>Specifies caching behavior along the request/reply chain.</p>
3185
3279
  * @public
3186
3280
  */
3187
- CacheControl?: string;
3281
+ CacheControl?: string | undefined;
3188
3282
  /**
3189
3283
  * <p>Specifies presentational information for the object.</p>
3190
3284
  * @public
3191
3285
  */
3192
- ContentDisposition?: string;
3286
+ ContentDisposition?: string | undefined;
3193
3287
  /**
3194
3288
  * <p>Specifies what content encodings have been applied to the object and thus what decoding
3195
3289
  * mechanisms must be applied to obtain the media-type referenced by the Content-Type header
3196
3290
  * field.</p>
3197
3291
  * @public
3198
3292
  */
3199
- ContentEncoding?: string;
3293
+ ContentEncoding?: string | undefined;
3200
3294
  /**
3201
3295
  * <p>The language the content is in.</p>
3202
3296
  * @public
3203
3297
  */
3204
- ContentLanguage?: string;
3298
+ ContentLanguage?: string | undefined;
3205
3299
  /**
3206
3300
  * <p>The size of the content body in bytes.</p>
3207
3301
  * @public
3208
3302
  */
3209
- ContentLength?: number;
3303
+ ContentLength?: number | undefined;
3210
3304
  /**
3211
3305
  * <p>The portion of the object returned in the response.</p>
3212
3306
  * @public
3213
3307
  */
3214
- ContentRange?: string;
3308
+ ContentRange?: string | undefined;
3215
3309
  /**
3216
3310
  * <p>A standard MIME type describing the format of the object data.</p>
3217
3311
  * @public
3218
3312
  */
3219
- ContentType?: string;
3313
+ ContentType?: string | undefined;
3220
3314
  /**
3221
3315
  * <p>This header can be used as a data integrity check to verify that the data received is
3222
3316
  * the same data that was originally sent. This specifies the base64-encoded, 32-bit CRC-32
@@ -3230,7 +3324,7 @@ export interface WriteGetObjectResponseRequest {
3230
3324
  * <p></p>
3231
3325
  * @public
3232
3326
  */
3233
- ChecksumCRC32?: string;
3327
+ ChecksumCRC32?: string | undefined;
3234
3328
  /**
3235
3329
  * <p>This header can be used as a data integrity check to verify that the data received is
3236
3330
  * the same data that was originally sent. This specifies the base64-encoded, 32-bit CRC-32C
@@ -3243,7 +3337,7 @@ export interface WriteGetObjectResponseRequest {
3243
3337
  * headers, this request will fail.</p>
3244
3338
  * @public
3245
3339
  */
3246
- ChecksumCRC32C?: string;
3340
+ ChecksumCRC32C?: string | undefined;
3247
3341
  /**
3248
3342
  * <p>This header can be used as a data integrity check to verify that the data received is
3249
3343
  * the same data that was originally sent. This specifies the base64-encoded, 160-bit SHA-1
@@ -3256,7 +3350,7 @@ export interface WriteGetObjectResponseRequest {
3256
3350
  * headers, this request will fail.</p>
3257
3351
  * @public
3258
3352
  */
3259
- ChecksumSHA1?: string;
3353
+ ChecksumSHA1?: string | undefined;
3260
3354
  /**
3261
3355
  * <p>This header can be used as a data integrity check to verify that the data received is
3262
3356
  * the same data that was originally sent. This specifies the base64-encoded, 256-bit SHA-256
@@ -3269,24 +3363,24 @@ export interface WriteGetObjectResponseRequest {
3269
3363
  * headers, this request will fail.</p>
3270
3364
  * @public
3271
3365
  */
3272
- ChecksumSHA256?: string;
3366
+ ChecksumSHA256?: string | undefined;
3273
3367
  /**
3274
3368
  * <p>Specifies whether an object stored in Amazon S3 is (<code>true</code>) or is not
3275
3369
  * (<code>false</code>) a delete marker. </p>
3276
3370
  * @public
3277
3371
  */
3278
- DeleteMarker?: boolean;
3372
+ DeleteMarker?: boolean | undefined;
3279
3373
  /**
3280
3374
  * <p>An opaque identifier assigned by a web server to a specific version of a resource found
3281
3375
  * at a URL. </p>
3282
3376
  * @public
3283
3377
  */
3284
- ETag?: string;
3378
+ ETag?: string | undefined;
3285
3379
  /**
3286
3380
  * <p>The date and time at which the object is no longer cacheable.</p>
3287
3381
  * @public
3288
3382
  */
3289
- Expires?: Date;
3383
+ Expires?: Date | undefined;
3290
3384
  /**
3291
3385
  * <p>If the object expiration is configured (see PUT Bucket lifecycle), the response includes
3292
3386
  * this header. It includes the <code>expiry-date</code> and <code>rule-id</code> key-value
@@ -3294,12 +3388,12 @@ export interface WriteGetObjectResponseRequest {
3294
3388
  * is URL-encoded. </p>
3295
3389
  * @public
3296
3390
  */
3297
- Expiration?: string;
3391
+ Expiration?: string | undefined;
3298
3392
  /**
3299
3393
  * <p>The date and time that the object was last modified.</p>
3300
3394
  * @public
3301
3395
  */
3302
- LastModified?: Date;
3396
+ LastModified?: Date | undefined;
3303
3397
  /**
3304
3398
  * <p>Set to the number of metadata entries not returned in <code>x-amz-meta</code> headers.
3305
3399
  * This can happen if you create metadata using an API like SOAP that supports more flexible
@@ -3307,39 +3401,39 @@ export interface WriteGetObjectResponseRequest {
3307
3401
  * are not legal HTTP headers.</p>
3308
3402
  * @public
3309
3403
  */
3310
- MissingMeta?: number;
3404
+ MissingMeta?: number | undefined;
3311
3405
  /**
3312
3406
  * <p>A map of metadata to store with the object in S3.</p>
3313
3407
  * @public
3314
3408
  */
3315
- Metadata?: Record<string, string>;
3409
+ Metadata?: Record<string, string> | undefined;
3316
3410
  /**
3317
3411
  * <p>Indicates whether an object stored in Amazon S3 has Object Lock enabled. For more information
3318
3412
  * about S3 Object Lock, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock.html">Object Lock</a>.</p>
3319
3413
  * @public
3320
3414
  */
3321
- ObjectLockMode?: ObjectLockMode;
3415
+ ObjectLockMode?: ObjectLockMode | undefined;
3322
3416
  /**
3323
3417
  * <p>Indicates whether an object stored in Amazon S3 has an active legal hold.</p>
3324
3418
  * @public
3325
3419
  */
3326
- ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
3420
+ ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
3327
3421
  /**
3328
3422
  * <p>The date and time when Object Lock is configured to expire.</p>
3329
3423
  * @public
3330
3424
  */
3331
- ObjectLockRetainUntilDate?: Date;
3425
+ ObjectLockRetainUntilDate?: Date | undefined;
3332
3426
  /**
3333
3427
  * <p>The count of parts this object has.</p>
3334
3428
  * @public
3335
3429
  */
3336
- PartsCount?: number;
3430
+ PartsCount?: number | undefined;
3337
3431
  /**
3338
3432
  * <p>Indicates if request involves bucket that is either a source or destination in a
3339
3433
  * Replication rule. For more information about S3 Replication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html">Replication</a>.</p>
3340
3434
  * @public
3341
3435
  */
3342
- ReplicationStatus?: ReplicationStatus;
3436
+ ReplicationStatus?: ReplicationStatus | undefined;
3343
3437
  /**
3344
3438
  * <p>If present, indicates that the requester was successfully charged for the
3345
3439
  * request.</p>
@@ -3348,31 +3442,32 @@ export interface WriteGetObjectResponseRequest {
3348
3442
  * </note>
3349
3443
  * @public
3350
3444
  */
3351
- RequestCharged?: RequestCharged;
3445
+ RequestCharged?: RequestCharged | undefined;
3352
3446
  /**
3353
3447
  * <p>Provides information about object restoration operation and expiration time of the
3354
3448
  * restored object copy.</p>
3355
3449
  * @public
3356
3450
  */
3357
- Restore?: string;
3451
+ Restore?: string | undefined;
3358
3452
  /**
3359
3453
  * <p> The server-side encryption algorithm used when storing requested object in Amazon S3 (for
3360
3454
  * example, AES256, <code>aws:kms</code>).</p>
3361
3455
  * @public
3362
3456
  */
3363
- ServerSideEncryption?: ServerSideEncryption;
3457
+ ServerSideEncryption?: ServerSideEncryption | undefined;
3364
3458
  /**
3365
3459
  * <p>Encryption algorithm used if server-side encryption with a customer-provided encryption
3366
3460
  * key was specified for object stored in Amazon S3.</p>
3367
3461
  * @public
3368
3462
  */
3369
- SSECustomerAlgorithm?: string;
3463
+ SSECustomerAlgorithm?: string | undefined;
3370
3464
  /**
3371
- * <p> If present, specifies the ID (Key ID, Key ARN, or Key Alias) of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric
3372
- * encryption customer managed key that was used for stored in Amazon S3 object. </p>
3465
+ * <p> If present, specifies the ID (Key ID, Key ARN, or Key Alias) of the Amazon Web Services Key
3466
+ * Management Service (Amazon Web Services KMS) symmetric encryption customer managed key that was used for stored in
3467
+ * Amazon S3 object. </p>
3373
3468
  * @public
3374
3469
  */
3375
- SSEKMSKeyId?: string;
3470
+ SSEKMSKeyId?: string | undefined;
3376
3471
  /**
3377
3472
  * <p> 128-bit MD5 digest of customer-provided encryption key used in Amazon S3 to encrypt data
3378
3473
  * stored in S3. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html">Protecting data
@@ -3380,30 +3475,30 @@ export interface WriteGetObjectResponseRequest {
3380
3475
  * (SSE-C)</a>.</p>
3381
3476
  * @public
3382
3477
  */
3383
- SSECustomerKeyMD5?: string;
3478
+ SSECustomerKeyMD5?: string | undefined;
3384
3479
  /**
3385
3480
  * <p>Provides storage class information of the object. Amazon S3 returns this header for all
3386
3481
  * objects except for S3 Standard storage class objects.</p>
3387
3482
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a>.</p>
3388
3483
  * @public
3389
3484
  */
3390
- StorageClass?: StorageClass;
3485
+ StorageClass?: StorageClass | undefined;
3391
3486
  /**
3392
3487
  * <p>The number of tags, if any, on the object.</p>
3393
3488
  * @public
3394
3489
  */
3395
- TagCount?: number;
3490
+ TagCount?: number | undefined;
3396
3491
  /**
3397
3492
  * <p>An ID used to reference a specific version of the object.</p>
3398
3493
  * @public
3399
3494
  */
3400
- VersionId?: string;
3495
+ VersionId?: string | undefined;
3401
3496
  /**
3402
3497
  * <p> Indicates whether the object stored in Amazon S3 uses an S3 bucket key for server-side
3403
3498
  * encryption with Amazon Web Services KMS (SSE-KMS).</p>
3404
3499
  * @public
3405
3500
  */
3406
- BucketKeyEnabled?: boolean;
3501
+ BucketKeyEnabled?: boolean | undefined;
3407
3502
  }
3408
3503
  /**
3409
3504
  * @internal