Skip to content

Commit

Permalink
build schema and SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Jan 17, 2025
1 parent aa75673 commit 500fa75
Show file tree
Hide file tree
Showing 8 changed files with 189 additions and 3 deletions.
6 changes: 3 additions & 3 deletions provider/cmd/pulumi-resource-aws/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -351282,7 +351282,7 @@
"items": {
"$ref": "#/types/aws:s3/BucketReplicationConfigRule:BucketReplicationConfigRule"
},
"description": "List of configuration blocks describing the rules managing the replication. See below.\n"
"description": "List of configuration blocks describing the rules managing the replication. See below.\n\u003e **NOTE:** Replication to multiple destination buckets requires that `priority` is specified in the `rule` object. If the corresponding rule requires no filter, an empty configuration block `filter {}` must be specified.\n\n\u003e **NOTE:** Amazon S3's latest version of the replication configuration is V2, which includes the `filter` attribute for replication rules.\n\n\u003e **NOTE:** The `existing_object_replication` parameter is not supported by Amazon S3 at this time and should not be included in your `rule` configurations. Specifying this parameter will result in `MalformedXML` errors.\nTo replicate existing objects, please refer to the [Replicating existing objects with S3 Batch Replication](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-batch-replication-batch.html) documentation in the Amazon S3 User Guide.\n"
},
"token": {
"type": "string",
Expand Down Expand Up @@ -351310,7 +351310,7 @@
"items": {
"$ref": "#/types/aws:s3/BucketReplicationConfigRule:BucketReplicationConfigRule"
},
"description": "List of configuration blocks describing the rules managing the replication. See below.\n"
"description": "List of configuration blocks describing the rules managing the replication. See below.\n\u003e **NOTE:** Replication to multiple destination buckets requires that `priority` is specified in the `rule` object. If the corresponding rule requires no filter, an empty configuration block `filter {}` must be specified.\n\n\u003e **NOTE:** Amazon S3's latest version of the replication configuration is V2, which includes the `filter` attribute for replication rules.\n\n\u003e **NOTE:** The `existing_object_replication` parameter is not supported by Amazon S3 at this time and should not be included in your `rule` configurations. Specifying this parameter will result in `MalformedXML` errors.\nTo replicate existing objects, please refer to the [Replicating existing objects with S3 Batch Replication](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-batch-replication-batch.html) documentation in the Amazon S3 User Guide.\n"
},
"token": {
"type": "string",
Expand Down Expand Up @@ -351340,7 +351340,7 @@
"items": {
"$ref": "#/types/aws:s3/BucketReplicationConfigRule:BucketReplicationConfigRule"
},
"description": "List of configuration blocks describing the rules managing the replication. See below.\n"
"description": "List of configuration blocks describing the rules managing the replication. See below.\n\u003e **NOTE:** Replication to multiple destination buckets requires that `priority` is specified in the `rule` object. If the corresponding rule requires no filter, an empty configuration block `filter {}` must be specified.\n\n\u003e **NOTE:** Amazon S3's latest version of the replication configuration is V2, which includes the `filter` attribute for replication rules.\n\n\u003e **NOTE:** The `existing_object_replication` parameter is not supported by Amazon S3 at this time and should not be included in your `rule` configurations. Specifying this parameter will result in `MalformedXML` errors.\nTo replicate existing objects, please refer to the [Replicating existing objects with S3 Batch Replication](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-batch-replication-batch.html) documentation in the Amazon S3 User Guide.\n"
},
"token": {
"type": "string",
Expand Down
18 changes: 18 additions & 0 deletions sdk/dotnet/S3/BucketReplicationConfig.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions sdk/go/aws/s3/bucketReplicationConfig.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 500fa75

Please sign in to comment.