@jjrawlins/cdk-ami-builder 0.0.64 → 0.0.65

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 (202) hide show
  1. package/.jsii +12 -12
  2. package/cdk-ami-builder/jsii/jsii.go +2 -2
  3. package/cdk-ami-builder/version +1 -1
  4. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  5. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  6. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  7. package/node_modules/@aws/lambda-invoke-store/README.md +8 -0
  8. package/node_modules/@aws/lambda-invoke-store/{dist → dist-cjs}/invoke-store.js +12 -36
  9. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +64 -0
  10. package/node_modules/@aws/lambda-invoke-store/{dist → dist-types}/invoke-store.d.ts +5 -0
  11. package/node_modules/@aws/lambda-invoke-store/package.json +26 -8
  12. package/node_modules/@aws-sdk/client-ec2/README.md +8 -0
  13. package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +128 -0
  14. package/node_modules/@aws-sdk/client-ec2/dist-es/EC2.js +2 -0
  15. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeCapacityReservationTopologyCommand.js +22 -0
  16. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/index.js +1 -0
  17. package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +109 -0
  18. package/node_modules/@aws-sdk/client-ec2/dist-types/EC2.d.ts +8 -0
  19. package/node_modules/@aws-sdk/client-ec2/dist-types/EC2Client.d.ts +3 -2
  20. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationTopologyCommand.d.ts +122 -0
  21. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +7 -6
  22. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -2
  23. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +2 -1
  24. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -1
  25. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -2
  26. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +2 -1
  27. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  28. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/index.d.ts +1 -0
  29. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +152 -62
  30. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +56 -201
  31. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +201 -116
  32. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +116 -96
  33. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_8.d.ts +94 -0
  34. package/node_modules/@aws-sdk/client-ec2/dist-types/protocols/Aws_ec2.d.ts +9 -0
  35. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2.d.ts +24 -0
  36. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2Client.d.ts +6 -0
  37. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityReservationTopologyCommand.d.ts +51 -0
  38. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
  39. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +2 -4
  40. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +2 -4
  41. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +4 -2
  42. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +2 -4
  43. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  44. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/index.d.ts +1 -0
  45. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +21 -13
  46. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +13 -31
  47. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +31 -26
  48. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +27 -22
  49. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_8.d.ts +21 -0
  50. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
  51. package/node_modules/@aws-sdk/client-ec2/package.json +3 -3
  52. package/node_modules/@aws-sdk/client-ecs/dist-cjs/endpoint/ruleset.js +1 -1
  53. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +50 -2
  54. package/node_modules/@aws-sdk/client-ecs/dist-es/endpoint/ruleset.js +1 -1
  55. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +2 -0
  56. package/node_modules/@aws-sdk/client-ecs/dist-es/protocols/Aws_json1_1.js +48 -2
  57. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +56 -2
  58. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +9 -1
  59. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +13 -1
  60. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +9 -1
  61. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +18 -2
  64. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +85 -188
  65. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +196 -2
  66. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +14 -8
  68. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +8 -0
  69. package/node_modules/@aws-sdk/client-ecs/package.json +3 -3
  70. package/node_modules/@aws-sdk/client-kms/package.json +3 -3
  71. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +1 -1
  72. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +2 -0
  73. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +1 -1
  74. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +2 -0
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -0
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -0
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +10 -8
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +6 -13
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +3 -0
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -0
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +6 -6
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +3 -0
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -0
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +3 -0
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +3 -0
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +3 -0
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -0
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -0
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +3 -0
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +3 -0
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -0
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -0
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +3 -0
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +3 -0
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +3 -0
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +3 -0
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +6 -0
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +3 -0
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +3 -0
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +3 -0
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -0
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +4 -1
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -0
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +3 -0
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -0
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -0
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +19 -5
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +4 -1
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +3 -0
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +3 -0
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -0
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -0
  116. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +3 -0
  117. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +3 -0
  118. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +3 -0
  119. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +3 -0
  120. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +3 -0
  121. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +3 -0
  122. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -0
  123. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +3 -0
  124. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +11 -1
  125. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -0
  126. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +3 -0
  127. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +3 -0
  128. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -0
  129. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +3 -0
  130. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +3 -0
  131. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +3 -0
  132. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +3 -0
  133. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +12 -6
  134. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +3 -0
  135. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -0
  136. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -0
  137. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +4 -1
  138. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -0
  139. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +4 -1
  140. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -0
  141. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +4 -1
  142. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -1
  143. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +4 -1
  144. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +11 -1
  145. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +4 -1
  146. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -0
  147. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +6 -6
  148. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -0
  149. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +3 -0
  150. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -0
  151. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
  152. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -0
  153. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -0
  154. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +6 -6
  155. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -0
  156. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -0
  157. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -0
  158. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +3 -0
  159. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -0
  160. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +3 -0
  161. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +3 -0
  162. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -0
  163. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +3 -0
  164. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +9 -1
  165. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +6 -6
  166. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -0
  167. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -0
  168. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -0
  169. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +3 -0
  170. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -0
  171. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +3 -0
  172. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +3 -0
  173. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +3 -0
  174. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +3 -0
  175. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +3 -0
  176. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +3 -0
  177. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +3 -0
  178. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +3 -0
  179. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +57 -27
  180. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +10 -17
  181. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +2 -0
  182. package/node_modules/@aws-sdk/client-s3/package.json +4 -4
  183. package/node_modules/@aws-sdk/client-secrets-manager/package.json +3 -3
  184. package/node_modules/@aws-sdk/client-sfn/package.json +3 -3
  185. package/node_modules/@aws-sdk/client-sns/package.json +3 -3
  186. package/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js +1 -1
  187. package/node_modules/@aws-sdk/client-sqs/dist-es/endpoint/ruleset.js +1 -1
  188. package/node_modules/@aws-sdk/client-sqs/package.json +3 -3
  189. package/node_modules/@aws-sdk/client-ssm/package.json +3 -3
  190. package/node_modules/@aws-sdk/client-sso/package.json +2 -2
  191. package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
  192. package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
  193. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  194. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
  195. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +1 -1
  196. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  197. package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
  198. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  199. package/node_modules/@types/aws-lambda/README.md +1 -1
  200. package/node_modules/@types/aws-lambda/common/api-gateway.d.ts +2 -0
  201. package/node_modules/@types/aws-lambda/package.json +2 -2
  202. package/package.json +12 -12
@@ -54,6 +54,9 @@ declare const DeleteBucketInventoryConfigurationCommand_base: {
54
54
  * </p>
55
55
  * </li>
56
56
  * </ul>
57
+ * <important>
58
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
59
+ * </important>
57
60
  * @example
58
61
  * Use a bare-bones client and the command you need to make an API call.
59
62
  * ```javascript
@@ -92,6 +92,9 @@ declare const DeleteBucketLifecycleCommand_base: {
92
92
  * </p>
93
93
  * </li>
94
94
  * </ul>
95
+ * <important>
96
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
97
+ * </important>
95
98
  * @example
96
99
  * Use a bare-bones client and the command you need to make an API call.
97
100
  * ```javascript
@@ -71,6 +71,9 @@ declare const DeleteBucketMetadataConfigurationCommand_base: {
71
71
  * </p>
72
72
  * </li>
73
73
  * </ul>
74
+ * <important>
75
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
76
+ * </important>
74
77
  * @example
75
78
  * Use a bare-bones client and the command you need to make an API call.
76
79
  * ```javascript
@@ -71,6 +71,9 @@ declare const DeleteBucketMetadataTableConfigurationCommand_base: {
71
71
  * </p>
72
72
  * </li>
73
73
  * </ul>
74
+ * <important>
75
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
76
+ * </important>
74
77
  * @example
75
78
  * Use a bare-bones client and the command you need to make an API call.
76
79
  * ```javascript
@@ -61,6 +61,9 @@ declare const DeleteBucketMetricsConfigurationCommand_base: {
61
61
  * </p>
62
62
  * </li>
63
63
  * </ul>
64
+ * <important>
65
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
66
+ * </important>
64
67
  * @example
65
68
  * Use a bare-bones client and the command you need to make an API call.
66
69
  * ```javascript
@@ -48,6 +48,9 @@ declare const DeleteBucketOwnershipControlsCommand_base: {
48
48
  * </p>
49
49
  * </li>
50
50
  * </ul>
51
+ * <important>
52
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
53
+ * </important>
51
54
  * @example
52
55
  * Use a bare-bones client and the command you need to make an API call.
53
56
  * ```javascript
@@ -91,6 +91,9 @@ declare const DeleteBucketPolicyCommand_base: {
91
91
  * </p>
92
92
  * </li>
93
93
  * </ul>
94
+ * <important>
95
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
96
+ * </important>
94
97
  * @example
95
98
  * Use a bare-bones client and the command you need to make an API call.
96
99
  * ```javascript
@@ -53,6 +53,9 @@ declare const DeleteBucketReplicationCommand_base: {
53
53
  * </p>
54
54
  * </li>
55
55
  * </ul>
56
+ * <important>
57
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
58
+ * </important>
56
59
  * @example
57
60
  * Use a bare-bones client and the command you need to make an API call.
58
61
  * ```javascript
@@ -46,6 +46,9 @@ declare const DeleteBucketTaggingCommand_base: {
46
46
  * </p>
47
47
  * </li>
48
48
  * </ul>
49
+ * <important>
50
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
51
+ * </important>
49
52
  * @example
50
53
  * Use a bare-bones client and the command you need to make an API call.
51
54
  * ```javascript
@@ -53,6 +53,9 @@ declare const DeleteBucketWebsiteCommand_base: {
53
53
  * </p>
54
54
  * </li>
55
55
  * </ul>
56
+ * <important>
57
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
58
+ * </important>
56
59
  * @example
57
60
  * Use a bare-bones client and the command you need to make an API call.
58
61
  * ```javascript
@@ -141,6 +141,12 @@ declare const DeleteObjectCommand_base: {
141
141
  * </p>
142
142
  * </li>
143
143
  * </ul>
144
+ * <important>
145
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
146
+ * </important>
147
+ * <note>
148
+ * <p>The <code>If-Match</code> header is supported for both general purpose and directory buckets. <code>IfMatchLastModifiedTime</code> and <code>IfMatchSize</code> is only supported for directory buckets. </p>
149
+ * </note>
144
150
  * @example
145
151
  * Use a bare-bones client and the command you need to make an API call.
146
152
  * ```javascript
@@ -50,6 +50,9 @@ declare const DeleteObjectTaggingCommand_base: {
50
50
  * </p>
51
51
  * </li>
52
52
  * </ul>
53
+ * <important>
54
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
55
+ * </important>
53
56
  * @example
54
57
  * Use a bare-bones client and the command you need to make an API call.
55
58
  * ```javascript
@@ -157,6 +157,9 @@ declare const DeleteObjectsCommand_base: {
157
157
  * </p>
158
158
  * </li>
159
159
  * </ul>
160
+ * <important>
161
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
162
+ * </important>
160
163
  * @example
161
164
  * Use a bare-bones client and the command you need to make an API call.
162
165
  * ```javascript
@@ -58,6 +58,9 @@ declare const DeletePublicAccessBlockCommand_base: {
58
58
  * </p>
59
59
  * </li>
60
60
  * </ul>
61
+ * <important>
62
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
63
+ * </important>
61
64
  * @example
62
65
  * Use a bare-bones client and the command you need to make an API call.
63
66
  * ```javascript
@@ -53,6 +53,9 @@ declare const GetBucketAccelerateConfigurationCommand_base: {
53
53
  * </p>
54
54
  * </li>
55
55
  * </ul>
56
+ * <important>
57
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
58
+ * </important>
56
59
  * @example
57
60
  * Use a bare-bones client and the command you need to make an API call.
58
61
  * ```javascript
@@ -28,7 +28,7 @@ declare const GetBucketAclCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <important>
31
- * <p>End of support notice: Beginning October 1, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
31
+ * <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
32
32
  * Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
33
33
  * </p>
34
34
  * <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
@@ -53,6 +53,9 @@ declare const GetBucketAclCommand_base: {
53
53
  * being the account that created the bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html"> Controlling object ownership and
54
54
  * disabling ACLs</a> in the <i>Amazon S3 User Guide</i>.</p>
55
55
  * </note>
56
+ * <important>
57
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
58
+ * </important>
56
59
  * <p>The following operations are related to <code>GetBucketAcl</code>:</p>
57
60
  * <ul>
58
61
  * <li>
@@ -56,6 +56,9 @@ declare const GetBucketAnalyticsConfigurationCommand_base: {
56
56
  * </p>
57
57
  * </li>
58
58
  * </ul>
59
+ * <important>
60
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
61
+ * </important>
59
62
  * @example
60
63
  * Use a bare-bones client and the command you need to make an API call.
61
64
  * ```javascript
@@ -53,6 +53,9 @@ declare const GetBucketCorsCommand_base: {
53
53
  * </p>
54
54
  * </li>
55
55
  * </ul>
56
+ * <important>
57
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
58
+ * </important>
56
59
  * @example
57
60
  * Use a bare-bones client and the command you need to make an API call.
58
61
  * ```javascript
@@ -86,6 +86,9 @@ declare const GetBucketEncryptionCommand_base: {
86
86
  * </p>
87
87
  * </li>
88
88
  * </ul>
89
+ * <important>
90
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
91
+ * </important>
89
92
  * @example
90
93
  * Use a bare-bones client and the command you need to make an API call.
91
94
  * ```javascript
@@ -52,6 +52,9 @@ declare const GetBucketIntelligentTieringConfigurationCommand_base: {
52
52
  * </p>
53
53
  * </li>
54
54
  * </ul>
55
+ * <important>
56
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
57
+ * </important>
55
58
  * @example
56
59
  * Use a bare-bones client and the command you need to make an API call.
57
60
  * ```javascript
@@ -55,6 +55,9 @@ declare const GetBucketInventoryConfigurationCommand_base: {
55
55
  * </p>
56
56
  * </li>
57
57
  * </ul>
58
+ * <important>
59
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
60
+ * </important>
58
61
  * @example
59
62
  * Use a bare-bones client and the command you need to make an API call.
60
63
  * ```javascript
@@ -120,6 +120,9 @@ declare const GetBucketLifecycleConfigurationCommand_base: {
120
120
  * </p>
121
121
  * </li>
122
122
  * </ul>
123
+ * <important>
124
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
125
+ * </important>
123
126
  * @example
124
127
  * Use a bare-bones client and the command you need to make an API call.
125
128
  * ```javascript
@@ -27,20 +27,31 @@ declare const GetBucketLocationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <note>
31
- * <p>This operation is not supported for directory buckets.</p>
32
- * </note>
30
+ * <important>
31
+ * <p>Using the <code>GetBucketLocation</code> operation is no longer a best practice. To return the
32
+ * Region that a bucket resides in, we recommend that you use the
33
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadBucket.html">HeadBucket</a>
34
+ * operation instead. For backward compatibility, Amazon S3 continues to support the
35
+ * <code>GetBucketLocation</code> operation.</p>
36
+ * </important>
33
37
  * <p>Returns the Region the bucket resides in. You set the bucket's Region using the
34
38
  * <code>LocationConstraint</code> request parameter in a <code>CreateBucket</code> request. For more
35
39
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>.</p>
40
+ * <note>
41
+ * <p>In a bucket's home Region, calls to the <code>GetBucketLocation</code> operation are governed
42
+ * by the bucket's policy. In other Regions, the bucket policy doesn't apply, which means that
43
+ * cross-account access won't be authorized. However, calls to the <code>HeadBucket</code> operation
44
+ * always return the bucket’s location through an HTTP response header, whether access to the bucket
45
+ * is authorized or not. Therefore, we recommend using the <code>HeadBucket</code> operation for
46
+ * bucket Region discovery and to avoid using the <code>GetBucketLocation</code> operation.</p>
47
+ * </note>
36
48
  * <p>When you use this API operation with an access point, provide the alias of the access point in place of the bucket name.</p>
37
49
  * <p>When you use this API operation with an Object Lambda access point, provide the alias of the Object Lambda access point in place of the bucket name.
38
50
  * If the Object Lambda access point alias in a request is not valid, the error code <code>InvalidAccessPointAliasError</code> is returned.
39
51
  * For more information about <code>InvalidAccessPointAliasError</code>, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList">List of
40
52
  * Error Codes</a>.</p>
41
53
  * <note>
42
- * <p>We recommend that you use <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadBucket.html">HeadBucket</a> to return the Region that a bucket
43
- * resides in. For backward compatibility, Amazon S3 continues to support GetBucketLocation.</p>
54
+ * <p>This operation is not supported for directory buckets.</p>
44
55
  * </note>
45
56
  * <p>The following operations are related to <code>GetBucketLocation</code>:</p>
46
57
  * <ul>
@@ -55,6 +66,9 @@ declare const GetBucketLocationCommand_base: {
55
66
  * </p>
56
67
  * </li>
57
68
  * </ul>
69
+ * <important>
70
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
71
+ * </important>
58
72
  * @example
59
73
  * Use a bare-bones client and the command you need to make an API call.
60
74
  * ```javascript
@@ -28,7 +28,7 @@ declare const GetBucketLoggingCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <important>
31
- * <p>End of support notice: Beginning October 1, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
31
+ * <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
32
32
  * Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
33
33
  * </p>
34
34
  * <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
@@ -52,6 +52,9 @@ declare const GetBucketLoggingCommand_base: {
52
52
  * </p>
53
53
  * </li>
54
54
  * </ul>
55
+ * <important>
56
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
57
+ * </important>
55
58
  * @example
56
59
  * Use a bare-bones client and the command you need to make an API call.
57
60
  * ```javascript
@@ -70,6 +70,9 @@ declare const GetBucketMetadataConfigurationCommand_base: {
70
70
  * </p>
71
71
  * </li>
72
72
  * </ul>
73
+ * <important>
74
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
75
+ * </important>
73
76
  * @example
74
77
  * Use a bare-bones client and the command you need to make an API call.
75
78
  * ```javascript
@@ -70,6 +70,9 @@ declare const GetBucketMetadataTableConfigurationCommand_base: {
70
70
  * </p>
71
71
  * </li>
72
72
  * </ul>
73
+ * <important>
74
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
75
+ * </important>
73
76
  * @example
74
77
  * Use a bare-bones client and the command you need to make an API call.
75
78
  * ```javascript
@@ -62,6 +62,9 @@ declare const GetBucketMetricsConfigurationCommand_base: {
62
62
  * </p>
63
63
  * </li>
64
64
  * </ul>
65
+ * <important>
66
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
67
+ * </important>
65
68
  * @example
66
69
  * Use a bare-bones client and the command you need to make an API call.
67
70
  * ```javascript
@@ -52,6 +52,9 @@ declare const GetBucketNotificationConfigurationCommand_base: {
52
52
  * </p>
53
53
  * </li>
54
54
  * </ul>
55
+ * <important>
56
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
57
+ * </important>
55
58
  * @example
56
59
  * Use a bare-bones client and the command you need to make an API call.
57
60
  * ```javascript
@@ -62,6 +62,9 @@ declare const GetBucketOwnershipControlsCommand_base: {
62
62
  * </p>
63
63
  * </li>
64
64
  * </ul>
65
+ * <important>
66
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
67
+ * </important>
65
68
  * @example
66
69
  * Use a bare-bones client and the command you need to make an API call.
67
70
  * ```javascript
@@ -94,6 +94,9 @@ declare const GetBucketPolicyCommand_base: {
94
94
  * </p>
95
95
  * </li>
96
96
  * </ul>
97
+ * <important>
98
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
99
+ * </important>
97
100
  * @example
98
101
  * Use a bare-bones client and the command you need to make an API call.
99
102
  * ```javascript
@@ -58,6 +58,9 @@ declare const GetBucketPolicyStatusCommand_base: {
58
58
  * </p>
59
59
  * </li>
60
60
  * </ul>
61
+ * <important>
62
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
63
+ * </important>
61
64
  * @example
62
65
  * Use a bare-bones client and the command you need to make an API call.
63
66
  * ```javascript
@@ -59,6 +59,9 @@ declare const GetBucketReplicationCommand_base: {
59
59
  * </p>
60
60
  * </li>
61
61
  * </ul>
62
+ * <important>
63
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
64
+ * </important>
62
65
  * @example
63
66
  * Use a bare-bones client and the command you need to make an API call.
64
67
  * ```javascript
@@ -40,6 +40,9 @@ declare const GetBucketRequestPaymentCommand_base: {
40
40
  * </p>
41
41
  * </li>
42
42
  * </ul>
43
+ * <important>
44
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
45
+ * </important>
43
46
  * @example
44
47
  * Use a bare-bones client and the command you need to make an API call.
45
48
  * ```javascript
@@ -59,6 +59,9 @@ declare const GetBucketTaggingCommand_base: {
59
59
  * </p>
60
60
  * </li>
61
61
  * </ul>
62
+ * <important>
63
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
64
+ * </important>
62
65
  * @example
63
66
  * Use a bare-bones client and the command you need to make an API call.
64
67
  * ```javascript
@@ -53,6 +53,9 @@ declare const GetBucketVersioningCommand_base: {
53
53
  * </p>
54
54
  * </li>
55
55
  * </ul>
56
+ * <important>
57
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
58
+ * </important>
56
59
  * @example
57
60
  * Use a bare-bones client and the command you need to make an API call.
58
61
  * ```javascript
@@ -49,6 +49,9 @@ declare const GetBucketWebsiteCommand_base: {
49
49
  * </p>
50
50
  * </li>
51
51
  * </ul>
52
+ * <important>
53
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
54
+ * </important>
52
55
  * @example
53
56
  * Use a bare-bones client and the command you need to make an API call.
54
57
  * ```javascript
@@ -27,7 +27,14 @@ declare const GetObjectAclCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <note>
30
+ * <important>
31
+ * <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
32
+ * Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
33
+ * </p>
34
+ * <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
35
+ * Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
36
+ * </important>
37
+ * <note>
31
38
  * <p>This operation is not supported for directory buckets.</p>
32
39
  * </note>
33
40
  * <p>Returns the access control list (ACL) of an object. To use this operation, you must have
@@ -67,6 +74,9 @@ declare const GetObjectAclCommand_base: {
67
74
  * </p>
68
75
  * </li>
69
76
  * </ul>
77
+ * <important>
78
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
79
+ * </important>
70
80
  * @example
71
81
  * Use a bare-bones client and the command you need to make an API call.
72
82
  * ```javascript
@@ -232,6 +232,9 @@ declare const GetObjectAttributesCommand_base: {
232
232
  * </p>
233
233
  * </li>
234
234
  * </ul>
235
+ * <important>
236
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
237
+ * </important>
235
238
  * @example
236
239
  * Use a bare-bones client and the command you need to make an API call.
237
240
  * ```javascript
@@ -190,6 +190,9 @@ declare const GetObjectCommand_base: {
190
190
  * </p>
191
191
  * </li>
192
192
  * </ul>
193
+ * <important>
194
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
195
+ * </important>
193
196
  * @example
194
197
  * Use a bare-bones client and the command you need to make an API call.
195
198
  * ```javascript
@@ -40,6 +40,9 @@ declare const GetObjectLegalHoldCommand_base: {
40
40
  * </p>
41
41
  * </li>
42
42
  * </ul>
43
+ * <important>
44
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
45
+ * </important>
43
46
  * @example
44
47
  * Use a bare-bones client and the command you need to make an API call.
45
48
  * ```javascript
@@ -41,6 +41,9 @@ declare const GetObjectLockConfigurationCommand_base: {
41
41
  * </p>
42
42
  * </li>
43
43
  * </ul>
44
+ * <important>
45
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
46
+ * </important>
44
47
  * @example
45
48
  * Use a bare-bones client and the command you need to make an API call.
46
49
  * ```javascript
@@ -40,6 +40,9 @@ declare const GetObjectRetentionCommand_base: {
40
40
  * </p>
41
41
  * </li>
42
42
  * </ul>
43
+ * <important>
44
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
45
+ * </important>
43
46
  * @example
44
47
  * Use a bare-bones client and the command you need to make an API call.
45
48
  * ```javascript
@@ -57,6 +57,9 @@ declare const GetObjectTaggingCommand_base: {
57
57
  * </p>
58
58
  * </li>
59
59
  * </ul>
60
+ * <important>
61
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
62
+ * </important>
60
63
  * @example
61
64
  * Use a bare-bones client and the command you need to make an API call.
62
65
  * ```javascript
@@ -47,6 +47,9 @@ declare const GetObjectTorrentCommand_base: {
47
47
  * </p>
48
48
  * </li>
49
49
  * </ul>
50
+ * <important>
51
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
52
+ * </important>
50
53
  * @example
51
54
  * Use a bare-bones client and the command you need to make an API call.
52
55
  * ```javascript
@@ -65,6 +65,9 @@ declare const GetPublicAccessBlockCommand_base: {
65
65
  * </p>
66
66
  * </li>
67
67
  * </ul>
68
+ * <important>
69
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
70
+ * </important>
68
71
  * @example
69
72
  * Use a bare-bones client and the command you need to make an API call.
70
73
  * ```javascript