Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smoke Tests Codegen Working #3155

Merged
merged 51 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
feeaccd
v1 codegen
sbera87 Oct 15, 2024
76ef3f9
updates
sbera87 Oct 16, 2024
f877902
updates
sbera87 Oct 16, 2024
ae0b5b2
codegen fixes
sbera87 Oct 16, 2024
1bba920
add service filter in configuration
sbera87 Oct 16, 2024
4dec4b3
add deps
sbera87 Oct 16, 2024
fbfb5c6
deps
sbera87 Oct 16, 2024
18f0386
projections test
sbera87 Oct 17, 2024
4b5a7f0
working codegen from script
sbera87 Oct 17, 2024
0233376
codegen script updates
sbera87 Oct 18, 2024
346c1f0
working codegen with script
sbera87 Oct 18, 2024
dc6da8d
ignore temp files for smithy codegen
sbera87 Oct 18, 2024
fb8414b
cleanup + codegen fixes
sbera87 Oct 18, 2024
872c19b
tweaks
sbera87 Oct 18, 2024
049a36d
remove temp files
sbera87 Oct 18, 2024
320e03d
remove temp files
sbera87 Oct 18, 2024
5ca8987
This release launches the CreateIntegration, DeleteIntegration, Descr…
aws-sdk-cpp-automation Oct 15, 2024
6b97b8c
Add support for the new optional bucket-region and prefix query param…
aws-sdk-cpp-automation Oct 16, 2024
785f364
Update API model
aws-sdk-cpp-automation Oct 17, 2024
1273eb9
This is an Amazon ECS documentation only update to address tickets.
aws-sdk-cpp-automation Oct 17, 2024
97e4f61
Don't continue polling input stream in case it is closed or in a bad …
SergeyRyabinin Oct 17, 2024
cbad9dc
Revert "Don't continue polling input stream in case it is closed or i…
SergeyRyabinin Oct 18, 2024
b49ca3a
Update API model
aws-sdk-cpp-automation Oct 18, 2024
ac1b079
Added converse support for custom imported models
aws-sdk-cpp-automation Oct 18, 2024
9cb4e54
codegen script updates
sbera87 Oct 18, 2024
d44f0eb
This release launches the CreateIntegration, DeleteIntegration, Descr…
aws-sdk-cpp-automation Oct 15, 2024
7a3f507
Add support for the new optional bucket-region and prefix query param…
aws-sdk-cpp-automation Oct 16, 2024
f16a2c1
merge
sbera87 Oct 20, 2024
b8bc77f
codegen fixes with cas
sbera87 Oct 21, 2024
1cf31c7
remove stray lines
sbera87 Oct 21, 2024
d3100ca
changes to get all clients to compile
sbera87 Oct 21, 2024
f9852cb
handle legacy and new service code generation
sbera87 Oct 22, 2024
5ae8434
fixes
sbera87 Oct 22, 2024
03cf379
cleanup
sbera87 Oct 22, 2024
b27da0e
cleanup
sbera87 Oct 23, 2024
31c8317
utilize importer for dependencies
sbera87 Oct 23, 2024
0c96460
handle num
sbera87 Oct 23, 2024
3f9f29b
cleanup + resolve PR comments
sbera87 Oct 24, 2024
c75a2d7
restore
sbera87 Oct 24, 2024
efa5bb4
remove helper for case conversion
sbera87 Oct 24, 2024
1be4d61
cleanup unused functions
sbera87 Oct 24, 2024
b27e018
remove commented lines
sbera87 Oct 25, 2024
e1c9608
PR comments fix
sbera87 Oct 25, 2024
febfcaf
cleanup
sbera87 Oct 25, 2024
c1a3350
cleanup
sbera87 Oct 25, 2024
aec431a
cleanup
sbera87 Oct 25, 2024
d336778
cleanup
sbera87 Oct 25, 2024
d2c23a6
formatting fixes
sbera87 Oct 25, 2024
b599f31
remove exceptions
sbera87 Oct 25, 2024
90f1772
PR feedback changes
sbera87 Oct 28, 2024
69600c5
remove catch exceptions
sbera87 Oct 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add support for the new optional bucket-region and prefix query param…
…eters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response.
  • Loading branch information
aws-sdk-cpp-automation authored and sbera87 committed Oct 20, 2024
commit 6b97b8c1c990baaa4f9a0eb7a402cd06f232f463
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.427
1.11.428
148 changes: 54 additions & 94 deletions generated/src/aws-cpp-sdk-s3-crt/include/aws/s3-crt/S3CrtClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ namespace Aws
* and S3 Bucket Keys during the session.</p> <p> Only 1 <a
* href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer
* managed key</a> is supported per directory bucket for the lifetime of the
* bucket. <a
* bucket. The <a
* href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon
* Web Services managed key</a> (<code>aws/s3</code>) isn't supported. After you
* specify SSE-KMS as your bucket's default encryption configuration with a
Expand Down Expand Up @@ -1589,82 +1589,51 @@ namespace Aws

/**
* <p>Removes an object from a bucket. The behavior depends on the bucket's
* versioning state: </p> <ul> <li> <p>If bucket versioning is not enabled, the
* operation permanently deletes the object.</p> </li> <li> <p>If bucket versioning
* is enabled, the operation inserts a delete marker, which becomes the current
* version of the object. To permanently delete an object in a versioned bucket,
* you must include the object’s <code>versionId</code> in the request. For more
* information about versioning-enabled buckets, see <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeletingObjectVersions.html">Deleting
* object versions from a versioning-enabled bucket</a>.</p> </li> <li> <p>If
* bucket versioning is suspended, the operation removes the object that has a null
* <code>versionId</code>, if there is one, and inserts a delete marker that
* becomes the current version of the object. If there isn't an object with a null
* <code>versionId</code>, and all versions of the object have a
* <code>versionId</code>, Amazon S3 does not remove the object and only inserts a
* delete marker. To permanently delete an object that has a
* <code>versionId</code>, you must include the object’s <code>versionId</code> in
* the request. For more information about versioning-suspended buckets, see <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeletingObjectsfromVersioningSuspendedBuckets.html">Deleting
* objects from versioning-suspended buckets</a>.</p> </li> </ul> <ul> <li>
* <p> <b>Directory buckets</b> - S3 Versioning isn't enabled and supported for
* directory buckets. For this API operation, only the <code>null</code> value of
* the version ID is supported by directory buckets. You can only specify
* <code>null</code> to the <code>versionId</code> query parameter in the
* request.</p> </li> <li> <p> <b>Directory buckets</b> - For directory buckets,
* you must make requests for this API operation to the Zonal endpoint. These
* endpoints support virtual-hosted-style requests in the format
* versioning state. For more information, see <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeletingObjects.html#DeletingObjects-best-practices">Best
* practices to consider before deleting an object</a>.</p> <p>To remove a specific
* version, you must use the <code>versionId</code> query parameter. Using this
* query parameter permanently deletes the version. If the object deleted is a
* delete marker, Amazon S3 sets the response header
* <code>x-amz-delete-marker</code> to true. If the object you want to delete is in
* a bucket where the bucket versioning configuration is MFA delete enabled, you
* must include the <code>x-amz-mfa</code> request header in the DELETE
* <code>versionId</code> request. Requests that include <code>x-amz-mfa</code>
* must use HTTPS. For more information about MFA delete and to see example
* requests, see <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMFADelete.html">Using
* MFA delete</a> and <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectDELETE.html#ExampleVersionObjectDelete">Sample
* request</a> in the <i>Amazon S3 User Guide</i>.</p> <ul> <li> <p>S3
* Versioning isn't enabled and supported for directory buckets. For this API
* operation, only the <code>null</code> value of the version ID is supported by
* directory buckets. You can only specify <code>null</code> to the
* <code>versionId</code> query parameter in the request.</p> </li> <li> <p>For
* directory buckets, you must make requests for this API operation to the Zonal
* endpoint. These endpoints support virtual-hosted-style requests in the format
* <code>https://<i>bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com/<i>key-name</i>
* </code>. Path-style requests are not supported. For more information, see <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional
* and Zonal endpoints</a> in the <i>Amazon S3 User Guide</i>.</p> </li> </ul>
* <p>To remove a specific version, you must use the <code>versionId</code>
* query parameter. Using this query parameter permanently deletes the version. If
* the object deleted is a delete marker, Amazon S3 sets the response header
* <code>x-amz-delete-marker</code> to true. </p> <p>If the object you want to
* delete is in a bucket where the bucket versioning configuration is MFA Delete
* enabled, you must include the <code>x-amz-mfa</code> request header in the
* DELETE <code>versionId</code> request. Requests that include
* <code>x-amz-mfa</code> must use HTTPS. For more information about MFA Delete,
* see <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMFADelete.html">Using
* MFA Delete</a> in the <i>Amazon S3 User Guide</i>. To see sample requests that
* use versioning, see <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectDELETE.html#ExampleVersionObjectDelete">Sample
* Request</a>. </p> <p> <b>Directory buckets</b> - MFA delete is not
* supported by directory buckets.</p> <p>You can delete objects by
* explicitly calling DELETE Object or calling (<a
* href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycle.html">PutBucketLifecycle</a>)
* to enable Amazon S3 to remove them for you. If you want to block users or
* accounts from removing or deleting objects from your bucket, you must deny them
* the <code>s3:DeleteObject</code>, <code>s3:DeleteObjectVersion</code>, and
* <code>s3:PutLifeCycleConfiguration</code> actions. </p> <p> <b>Directory
* buckets</b> - S3 Lifecycle is not supported by directory buckets.</p>
* and Zonal endpoints</a> in the <i>Amazon S3 User Guide</i>.</p> </li> <li>
* <p>MFA delete is not supported by directory buckets.</p> </li> </ul>
* <dl> <dt>Permissions</dt> <dd> <ul> <li> <p> <b>General purpose bucket
* permissions</b> - The following permissions are required in your policies when
* your <code>DeleteObjects</code> request includes specific headers.</p> <ul> <li>
* <p> <b> <code>s3:DeleteObject</code> </b> - To delete an object from a bucket,
* you must always have the <code>s3:DeleteObject</code> permission.</p> </li> <li>
* <p> <b> <code>s3:DeleteObjectVersion</code> </b> - To delete a specific version
* of an object from a versioning-enabled bucket, you must have the
* <code>s3:DeleteObjectVersion</code> permission.</p> </li> </ul> </li> <li> <p>
* <b>Directory bucket permissions</b> - To grant access to this API operation on a
* directory bucket, we recommend that you use the <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateSession.html">
* <code>CreateSession</code> </a> API operation for session-based authorization.
* Specifically, you grant the <code>s3express:CreateSession</code> permission to
* the directory bucket in a bucket policy or an IAM identity-based policy. Then,
* you make the <code>CreateSession</code> API call on the bucket to obtain a
* session token. With the session token in your request header, you can make API
* requests to this operation. After the session token expires, you make another
* <code>CreateSession</code> API call to generate a new session token for use.
* Amazon Web Services CLI or SDKs create session and refresh the session token
* automatically to avoid service interruptions when a session expires. For more
* information about authorization, see <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateSession.html">
* <code>CreateSession</code> </a>.</p> </li> </ul> </dd> <dt>HTTP Host header
* syntax</dt> <dd> <p> <b>Directory buckets </b> - The HTTP Host header syntax is
* <code>
* you must always have the <code>s3:DeleteObject</code> permission.</p>
* <p>You can also use <a>PutBucketLifecycle</a> to delete objects in Amazon
* S3.</p> </li> <li> <p> <b> <code>s3:DeleteObjectVersion</code> </b> - To
* delete a specific version of an object from a versioning-enabled bucket, you
* must have the <code>s3:DeleteObjectVersion</code> permission.</p> </li> <li>
* <p>If you want to block users or accounts from removing or deleting objects from
* your bucket, you must deny them the <code>s3:DeleteObject</code>,
* <code>s3:DeleteObjectVersion</code>, and
* <code>s3:PutLifeCycleConfiguration</code> permissions.</p> </li> </ul> </li>
* <li> <p> <b>Directory buckets permissions</b> - To grant access to this API
* operation on a directory bucket, we recommend that you use the
* <a>CreateSession</a> API operation for session-based authorization.</p> </li>
* </ul> </dd> <dt>HTTP Host header syntax</dt> <dd> <p> <b>Directory buckets </b>
* - The HTTP Host header syntax is <code>
* <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>.</p>
* </dd> </dl> <p>The following action is related to <code>DeleteObject</code>:</p>
* <ul> <li> <p> <a
Expand Down Expand Up @@ -4556,7 +4525,7 @@ namespace Aws
* server-side encryption with KMS for new object uploads</a>.</p> </li> <li>
* <p>Your SSE-KMS configuration can only support 1 <a
* href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer
* managed key</a> per directory bucket for the lifetime of the bucket. <a
* managed key</a> per directory bucket for the lifetime of the bucket. The <a
* href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon
* Web Services managed key</a> (<code>aws/s3</code>) isn't supported. </p> </li>
* <li> <p>S3 Bucket Keys are always enabled for <code>GET</code> and
Expand Down Expand Up @@ -5899,16 +5868,12 @@ namespace Aws

/**
* <p>This operation is not supported by directory buckets.</p>
* <p>The <code>SELECT</code> job type for the RestoreObject operation
* is no longer available to new customers. Existing customers of Amazon S3 Select
* can continue to use the feature as usual. <a
* href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn
* more</a> </p> <p>Restores an archived copy of an object back into
* Amazon S3</p> <p>This functionality is not supported for Amazon S3 on
* Outposts.</p> <p>This action performs the following types of requests: </p> <ul>
* <li> <p> <code>restore an archive</code> - Restore an archived object</p> </li>
* </ul> <p>For more information about the <code>S3</code> structure in the request
* body, see the following:</p> <ul> <li> <p> <a
* <p>Restores an archived copy of an object back into Amazon S3</p> <p>This
* functionality is not supported for Amazon S3 on Outposts.</p> <p>This action
* performs the following types of requests: </p> <ul> <li> <p> <code>restore an
* archive</code> - Restore an archived object</p> </li> </ul> <p>For more
* information about the <code>S3</code> structure in the request body, see the
* following:</p> <ul> <li> <p> <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html">PutObject</a>
* </p> </li> <li> <p> <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3_ACLs_UsingACLs.html">Managing
Expand Down Expand Up @@ -6042,19 +6007,14 @@ namespace Aws

/**
* <p>This operation is not supported by directory buckets.</p>
* <p>The SelectObjectContent operation is no longer available to new
* customers. Existing customers of Amazon S3 Select can continue to use the
* operation as usual. <a
* href="http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/">Learn
* more</a> </p> <p>This action filters the contents of an Amazon S3
* object based on a simple structured query language (SQL) statement. In the
* request, along with the SQL expression, you must also specify a data
* serialization format (JSON, CSV, or Apache Parquet) of the object. Amazon S3
* uses this format to parse object data into records, and returns only records
* that match the specified SQL expression. You must also specify the data
* serialization format for the response.</p> <p>This functionality is not
* supported for Amazon S3 on Outposts.</p> <p>For more information about Amazon S3
* Select, see <a
* <p>This action filters the contents of an Amazon S3 object based on a simple
* structured query language (SQL) statement. In the request, along with the SQL
* expression, you must also specify a data serialization format (JSON, CSV, or
* Apache Parquet) of the object. Amazon S3 uses this format to parse object data
* into records, and returns only records that match the specified SQL expression.
* You must also specify the data serialization format for the response.</p>
* <p>This functionality is not supported for Amazon S3 on Outposts.</p> <p>For
* more information about Amazon S3 Select, see <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/selecting-content-from-objects.html">Selecting
* Content from Objects</a> and <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-glacier-select-sql-reference-select.html">SELECT
Expand Down
19 changes: 19 additions & 0 deletions generated/src/aws-cpp-sdk-s3-crt/include/aws/s3-crt/model/Bucket.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,32 @@ namespace Model
inline Bucket& WithCreationDate(const Aws::Utils::DateTime& value) { SetCreationDate(value); return *this;}
inline Bucket& WithCreationDate(Aws::Utils::DateTime&& value) { SetCreationDate(std::move(value)); return *this;}
///@}

///@{
/**
* <p> <code>BucketRegion</code> indicates the Amazon Web Services region where the
* bucket is located. If the request contains at least one valid parameter, it is
* included in the response.</p>
*/
inline const Aws::String& GetBucketRegion() const{ return m_bucketRegion; }
inline bool BucketRegionHasBeenSet() const { return m_bucketRegionHasBeenSet; }
inline void SetBucketRegion(const Aws::String& value) { m_bucketRegionHasBeenSet = true; m_bucketRegion = value; }
inline void SetBucketRegion(Aws::String&& value) { m_bucketRegionHasBeenSet = true; m_bucketRegion = std::move(value); }
inline void SetBucketRegion(const char* value) { m_bucketRegionHasBeenSet = true; m_bucketRegion.assign(value); }
inline Bucket& WithBucketRegion(const Aws::String& value) { SetBucketRegion(value); return *this;}
inline Bucket& WithBucketRegion(Aws::String&& value) { SetBucketRegion(std::move(value)); return *this;}
inline Bucket& WithBucketRegion(const char* value) { SetBucketRegion(value); return *this;}
///@}
private:

Aws::String m_name;
bool m_nameHasBeenSet = false;

Aws::Utils::DateTime m_creationDate;
bool m_creationDateHasBeenSet = false;

Aws::String m_bucketRegion;
bool m_bucketRegionHasBeenSet = false;
};

} // namespace Model
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ namespace Model
* specify SSE-KMS as the directory bucket's default encryption configuration with
* a KMS key (specifically, a <a
* href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer
* managed key</a>). <a
* managed key</a>). The <a
* href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon
* Web Services managed key</a> (<code>aws/s3</code>) isn't supported. Your SSE-KMS
* configuration can only support 1 <a
Expand Down Expand Up @@ -756,14 +756,18 @@ namespace Model
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version">Specifying
* the Signature Version in Request Authentication</a> in the <i>Amazon S3 User
* Guide</i>.</p> <p> <b>Directory buckets</b> - If you specify
* <code>x-amz-server-side-encryption</code> with <code>aws:kms</code>, you must
* specify the <code> x-amz-server-side-encryption-aws-kms-key-id</code> header
* with the ID (Key ID or Key ARN) of the KMS symmetric encryption customer managed
* key to use. Otherwise, you get an HTTP <code>400 Bad Request</code> error. Only
* use the key ID or key ARN. The key alias format of the KMS key isn't supported.
* Your SSE-KMS configuration can only support 1 <a
* <code>x-amz-server-side-encryption</code> with <code>aws:kms</code>, the <code>
* x-amz-server-side-encryption-aws-kms-key-id</code> header is implicitly assigned
* the ID of the KMS symmetric encryption customer managed key that's configured
* for your directory bucket's default encryption setting. If you want to specify
* the <code> x-amz-server-side-encryption-aws-kms-key-id</code> header explicitly,
* you can only specify it with the ID (Key ID or Key ARN) of the KMS customer
* managed key that's configured for your directory bucket's default encryption
* setting. Otherwise, you get an HTTP <code>400 Bad Request</code> error. Only use
* the key ID or key ARN. The key alias format of the KMS key isn't supported. Your
* SSE-KMS configuration can only support 1 <a
* href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer
* managed key</a> per directory bucket for the lifetime of the bucket. <a
* managed key</a> per directory bucket for the lifetime of the bucket. The <a
* href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon
* Web Services managed key</a> (<code>aws/s3</code>) isn't supported. </p>
*/
Expand Down
Loading