@distilled.cloud/aws 1.0.0-rc.6 → 1.0.0-rc.7

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.
@@ -5103,7 +5103,7 @@ export type DeleteBucketWebsiteError = RequestLimitExceeded | SlowDown | NoSuchB
5103
5103
  * You must URL encode any signed header values that contain spaces. For example, if your header value is `my file.txt`, containing two spaces after `my`, you must URL encode this value to `my%20%20file.txt`.
5104
5104
  */
5105
5105
  export declare const deleteBucketWebsite: API.OperationMethod<DeleteBucketWebsiteRequest, DeleteBucketWebsiteResponse, DeleteBucketWebsiteError, Credentials | HttpClient.HttpClient>;
5106
- export type DeleteObjectError = RequestLimitExceeded | SlowDown | NoSuchBucket | PermanentRedirect | NotFound | CommonErrors;
5106
+ export type DeleteObjectError = RequestLimitExceeded | SlowDown | NoSuchBucket | NoSuchKey | PermanentRedirect | CommonErrors;
5107
5107
  /**
5108
5108
  * Removes an object from a bucket. The behavior depends on the bucket's versioning state:
5109
5109
  *