Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit dbc7b41

Browse files
Release v1.41.15 (2021-11-01) (#4153)
Release v1.41.15 (2021-11-01) === ### Service Client Updates * `service/lightsail`: Updates service API and documentation * This release adds support to enable access logging for buckets in the Lightsail object storage service. * `service/neptune`: Updates service API and documentation * Adds support for major version upgrades to ModifyDbCluster API * `service/networkmanager`: Updates service API, documentation, and paginators * `service/rekognition`: Updates service API, documentation, and paginators * This Amazon Rekognition Custom Labels release introduces the management of datasets with projects
1 parent e8e8489 commit dbc7b41

File tree

21 files changed

+10792
-2989
lines changed

21 files changed

+10792
-2989
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Release v1.41.15 (2021-11-01)
2+
===
3+
4+
### Service Client Updates
5+
* `service/lightsail`: Updates service API and documentation
6+
* This release adds support to enable access logging for buckets in the Lightsail object storage service.
7+
* `service/neptune`: Updates service API and documentation
8+
* Adds support for major version upgrades to ModifyDbCluster API
9+
* `service/networkmanager`: Updates service API, documentation, and paginators
10+
* `service/rekognition`: Updates service API, documentation, and paginators
11+
* This Amazon Rekognition Custom Labels release introduces the management of datasets with projects
12+
113
Release v1.41.14 (2021-10-29)
214
===
315

aws/endpoints/defaults.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.41.14"
8+
const SDKVersion = "1.41.15"

models/apis/lightsail/2016-11-28/api-2.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3030,9 +3030,25 @@
30303030
"ableToUpdateBundle":{"shape":"boolean"},
30313031
"readonlyAccessAccounts":{"shape":"PartnerIdList"},
30323032
"resourcesReceivingAccess":{"shape":"AccessReceiverList"},
3033-
"state":{"shape":"BucketState"}
3033+
"state":{"shape":"BucketState"},
3034+
"accessLogConfig":{"shape":"BucketAccessLogConfig"}
30343035
}
30353036
},
3037+
"BucketAccessLogConfig":{
3038+
"type":"structure",
3039+
"required":["enabled"],
3040+
"members":{
3041+
"enabled":{"shape":"boolean"},
3042+
"destination":{"shape":"BucketName"},
3043+
"prefix":{"shape":"BucketAccessLogPrefix"}
3044+
}
3045+
},
3046+
"BucketAccessLogPrefix":{
3047+
"type":"string",
3048+
"max":100,
3049+
"min":1,
3050+
"pattern":"^[\\w/!.*')(-]+$"
3051+
},
30363052
"BucketBundle":{
30373053
"type":"structure",
30383054
"members":{
@@ -7312,7 +7328,8 @@
73127328
"bucketName":{"shape":"BucketName"},
73137329
"accessRules":{"shape":"AccessRules"},
73147330
"versioning":{"shape":"NonEmptyString"},
7315-
"readonlyAccessAccounts":{"shape":"PartnerIdList"}
7331+
"readonlyAccessAccounts":{"shape":"PartnerIdList"},
7332+
"accessLogConfig":{"shape":"BucketAccessLogConfig"}
73167333
}
73177334
},
73187335
"UpdateBucketResult":{

models/apis/lightsail/2016-11-28/docs-2.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,19 @@
432432
"UpdateBucketResult$bucket": "<p>An object that describes the bucket that is updated.</p>"
433433
}
434434
},
435+
"BucketAccessLogConfig": {
436+
"base": "<p>Describes the access log configuration for a bucket in the Amazon Lightsail object storage service.</p> <p>For more information about bucket access logs, see <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-bucket-access-logs\">Logging bucket requests using access logging in Amazon Lightsail</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>",
437+
"refs": {
438+
"Bucket$accessLogConfig": "<p>An object that describes the access log configuration for the bucket.</p>",
439+
"UpdateBucketRequest$accessLogConfig": "<p>An object that describes the access log configuration for the bucket.</p>"
440+
}
441+
},
442+
"BucketAccessLogPrefix": {
443+
"base": null,
444+
"refs": {
445+
"BucketAccessLogConfig$prefix": "<p>The optional object prefix for the bucket access log.</p> <p>The prefix is an optional addition to the object key that organizes your access log files in the destination bucket. For example, if you specify a <code>logs/</code> prefix, then each log object will begin with the <code>logs/</code> prefix in its key (for example, <code>logs/2021-11-01-21-32-16-E568B2907131C0C0</code>).</p> <note> <p>This parameter can be optionally specified when enabling the access log for a bucket, and should be omitted when disabling the access log.</p> </note>"
446+
}
447+
},
435448
"BucketBundle": {
436449
"base": "<p>Describes the specifications of a bundle that can be applied to an Amazon Lightsail bucket.</p> <p>A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket.</p>",
437450
"refs": {
@@ -461,6 +474,7 @@
461474
"base": null,
462475
"refs": {
463476
"Bucket$name": "<p>The name of the bucket.</p>",
477+
"BucketAccessLogConfig$destination": "<p>The name of the bucket where the access is saved. The destination can be a Lightsail bucket in the same account, and in the same AWS Region as the source bucket.</p> <note> <p>This parameter is required when enabling the access log for a bucket, and should be omitted when disabling the access log.</p> </note>",
464478
"CreateBucketAccessKeyRequest$bucketName": "<p>The name of the bucket that the new access key will belong to, and grant access to.</p>",
465479
"CreateBucketRequest$bucketName": "<p>The name for the bucket.</p> <p>For more information about bucket names, see <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/bucket-naming-rules-in-amazon-lightsail\">Bucket naming rules in Amazon Lightsail</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>",
466480
"DeleteBucketAccessKeyRequest$bucketName": "<p>The name of the bucket that the access key belongs to.</p>",
@@ -3856,7 +3870,7 @@
38563870
"ContainerService$tags": "<p>The tag keys and optional values for the resource. For more information about tags in Lightsail, see the <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tags\">Amazon Lightsail Developer Guide</a>.</p>",
38573871
"CreateBucketRequest$tags": "<p>The tag keys and optional values to add to the bucket during creation.</p> <p>Use the <a>TagResource</a> action to tag the bucket after it's created.</p>",
38583872
"CreateCertificateRequest$tags": "<p>The tag keys and optional values to add to the certificate during create.</p> <p>Use the <code>TagResource</code> action to tag a resource after it's created.</p>",
3859-
"CreateContainerServiceRequest$tags": "<p>The tag keys and optional values to add to the certificate during create.</p> <p>Use the <code>TagResource</code> action to tag a resource after it's created.</p> <p>For more information about tags in Lightsail, see the <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tags\">Amazon Lightsail Developer Guide</a>.</p>",
3873+
"CreateContainerServiceRequest$tags": "<p>The tag keys and optional values to add to the container service during create.</p> <p>Use the <code>TagResource</code> action to tag a resource after it's created.</p> <p>For more information about tags in Lightsail, see the <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tags\">Amazon Lightsail Developer Guide</a>.</p>",
38603874
"CreateDiskFromSnapshotRequest$tags": "<p>The tag keys and optional values to add to the resource during create.</p> <p>Use the <code>TagResource</code> action to tag a resource after it's created.</p>",
38613875
"CreateDiskRequest$tags": "<p>The tag keys and optional values to add to the resource during create.</p> <p>Use the <code>TagResource</code> action to tag a resource after it's created.</p>",
38623876
"CreateDiskSnapshotRequest$tags": "<p>The tag keys and optional values to add to the resource during create.</p> <p>Use the <code>TagResource</code> action to tag a resource after it's created.</p>",
@@ -4048,6 +4062,7 @@
40484062
"Alarm$notificationEnabled": "<p>Indicates whether the alarm is enabled.</p>",
40494063
"Blueprint$isActive": "<p>A Boolean value indicating whether the blueprint is active. Inactive blueprints are listed to support customers with existing instances but are not necessarily available for launch of new instances. Blueprints are marked inactive when they become outdated due to operating system updates or new application releases.</p>",
40504064
"Bucket$ableToUpdateBundle": "<p>Indicates whether the bundle that is currently applied to a bucket can be changed to another bundle.</p> <p>You can update a bucket's bundle only one time within a monthly AWS billing cycle.</p> <p>Use the <a>UpdateBucketBundle</a> action to change a bucket's bundle.</p>",
4065+
"BucketAccessLogConfig$enabled": "<p>A Boolean value that indicates whether bucket access logging is enabled for the bucket.</p>",
40514066
"BucketBundle$isActive": "<p>Indicates whether the bundle is active. Use for a new or existing bucket.</p>",
40524067
"Bundle$isActive": "<p>A Boolean value indicating whether the bundle is active.</p>",
40534068
"ContainerService$isDisabled": "<p>A Boolean value indicating whether the container service is disabled.</p>",
@@ -4216,7 +4231,7 @@
42164231
"CacheBehaviorPerPath$path": "<p>The path to a directory or file to cached, or not cache. Use an asterisk symbol to specify wildcard directories (<code>path/to/assets/*</code>), and file types (<code>*.html, *jpg, *js</code>). Directories and file paths are case-sensitive.</p> <p>Examples:</p> <ul> <li> <p>Specify the following to cache all files in the document root of an Apache web server running on a Lightsail instance.</p> <p> <code>var/www/html/</code> </p> </li> <li> <p>Specify the following file to cache only the index page in the document root of an Apache web server.</p> <p> <code>var/www/html/index.html</code> </p> </li> <li> <p>Specify the following to cache only the .html files in the document root of an Apache web server.</p> <p> <code>var/www/html/*.html</code> </p> </li> <li> <p>Specify the following to cache only the .jpg, .png, and .gif files in the images sub-directory of the document root of an Apache web server.</p> <p> <code>var/www/html/images/*.jpg</code> </p> <p> <code>var/www/html/images/*.png</code> </p> <p> <code>var/www/html/images/*.gif</code> </p> <p>Specify the following to cache all files in the images sub-directory of the document root of an Apache web server.</p> <p> <code>var/www/html/images/</code> </p> </li> </ul>",
42174232
"Certificate$supportCode": "<p>The support code. Include this code in your email to support when you have questions about your Lightsail certificate. This code enables our support team to look up your Lightsail information more easily.</p>",
42184233
"ContactMethod$supportCode": "<p>The support code. Include this code in your email to support when you have questions about your Lightsail contact method. This code enables our support team to look up your Lightsail information more easily.</p>",
4219-
"Container$image": "<p>The name of the image used for the container.</p> <p>Container images sourced from your Lightsail container service, that are registered and stored on your service, start with a colon (<code>:</code>). For example, <code>:container-service-1.mystaticwebsite.1</code>. Container images sourced from a public registry like Docker Hub don't start with a colon. For example, <code>nginx:latest</code> or <code>nginx</code>.</p>",
4234+
"Container$image": "<p>The name of the image used for the container.</p> <p>Container images sourced from your Lightsail container service, that are registered and stored on your service, start with a colon (<code>:</code>). For example, if your container service name is <code>container-service-1</code>, the container image label is <code>mystaticsite</code>, and you want to use the third (<code>3</code>) version of the registered container image, then you should specify <code>:container-service-1.mystaticsite.3</code>. To use the latest version of a container image, specify <code>latest</code> instead of a version number (for example, <code>:container-service-1.mystaticsite.latest</code>). Lightsail will automatically use the highest numbered version of the registered container image.</p> <p>Container images sourced from a public registry like Docker Hub don't start with a colon. For example, <code>nginx:latest</code> or <code>nginx</code>.</p>",
42204235
"ContainerImage$image": "<p>The name of the container image.</p>",
42214236
"ContainerImage$digest": "<p>The digest of the container image.</p>",
42224237
"ContainerService$powerId": "<p>The ID of the power of the container service.</p>",

models/apis/neptune/2014-10-31/api-2.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3022,6 +3022,8 @@
30223022
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
30233023
"CloudwatchLogsExportConfiguration":{"shape":"CloudwatchLogsExportConfiguration"},
30243024
"EngineVersion":{"shape":"String"},
3025+
"AllowMajorVersionUpgrade":{"shape":"Boolean"},
3026+
"DBInstanceParameterGroupName":{"shape":"String"},
30253027
"DeletionProtection":{"shape":"BooleanOptional"},
30263028
"CopyTagsToSnapshot":{"shape":"BooleanOptional"}
30273029
}

0 commit comments

Comments
 (0)