Skip to content

Commit 3e17a05

Browse files
Merge branch 'release-1.40.39' into develop
* release-1.40.39: Bumping version to 1.40.39 Update endpoints model Update to latest models
2 parents 07a38fd + ffb96fc commit 3e17a05

File tree

8 files changed

+109
-7
lines changed

8 files changed

+109
-7
lines changed

.changes/1.40.39.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"category": "``glue``",
4+
"description": "Update GetConnection(s) API to return KmsKeyArn & Add 63 missing connection types",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``lightsail``",
9+
"description": "Attribute HTTP binding update for Get/Delete operations",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``network-firewall``",
14+
"description": "Network Firewall now introduces Reject and Alert action support for stateful domain list rule groups, providing customers with more granular control over their network traffic.",
15+
"type": "api-change"
16+
}
17+
]

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
CHANGELOG
33
=========
44

5+
1.40.39
6+
=======
7+
8+
* api-change:``glue``: Update GetConnection(s) API to return KmsKeyArn & Add 63 missing connection types
9+
* api-change:``lightsail``: Attribute HTTP binding update for Get/Delete operations
10+
* api-change:``network-firewall``: Network Firewall now introduces Reject and Alert action support for stateful domain list rule groups, providing customers with more granular control over their network traffic.
11+
12+
513
1.40.38
614
=======
715

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.40.38'
20+
__version__ = '1.40.39'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/endpoints.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9557,6 +9557,7 @@
95579557
"tags" : [ "fips" ]
95589558
} ]
95599559
},
9560+
"ap-southeast-6" : { },
95609561
"ap-southeast-7" : {
95619562
"variants" : [ {
95629563
"hostname" : "elasticfilesystem-fips.ap-southeast-7.amazonaws.com",
@@ -11222,6 +11223,7 @@
1122211223
"tags" : [ "fips" ]
1122311224
} ]
1122411225
},
11226+
"ap-east-2" : { },
1122511227
"ap-northeast-1" : {
1122611228
"variants" : [ {
1122711229
"hostname" : "fms-fips.ap-northeast-1.amazonaws.com",
@@ -30998,6 +31000,12 @@
3099831000
"cn-northwest-1" : { }
3099931001
}
3100031002
},
31003+
"verifiedpermissions" : {
31004+
"endpoints" : {
31005+
"cn-north-1" : { },
31006+
"cn-northwest-1" : { }
31007+
}
31008+
},
3100131009
"waf-regional" : {
3100231010
"endpoints" : {
3100331011
"cn-north-1" : {

botocore/data/glue/2017-03-31/service-2.json

Lines changed: 69 additions & 2 deletions
Large diffs are not rendered by default.

botocore/data/lightsail/2016-11-28/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3232,7 +3232,7 @@
32323232
},
32333233
"message":{
32343234
"shape":"BPAStatusMessage",
3235-
"documentation":"<p>A message that provides a reason for a <code>Failed</code> or <code>Defaulted</code> synchronization status.</p> <p>The following messages are possible:</p> <ul> <li> <p> <code>SYNC_ON_HOLD</code> - The synchronization has not yet happened. This status message occurs immediately after you create your first Lightsail bucket. This status message should change after the first synchronization happens, approximately 1 hour after the first bucket is created.</p> </li> <li> <p> <code>DEFAULTED_FOR_SLR_MISSING</code> - The synchronization failed because the required service-linked role is missing from your Amazon Web Services account. The account-level BPA configuration for your Lightsail buckets is defaulted to <i>active</i> until the synchronization can occur. This means that all your buckets are private and not publicly accessible. For more information about how to create the required service-linked role to allow synchronization, see <a href=\"https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-using-service-linked-roles\">Using Service-Linked Roles for Amazon Lightsail</a> in the <i>Amazon Lightsail Developer Guide</i>.</p> </li> <li> <p> <code>DEFAULTED_FOR_SLR_MISSING_ON_HOLD</code> - The synchronization failed because the required service-linked role is missing from your Amazon Web Services account. Account-level BPA is not yet configured for your Lightsail buckets. Therefore, only the bucket access permissions and individual object access permissions apply to your Lightsail buckets. For more information about how to create the required service-linked role to allow synchronization, see <a href=\"https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-using-service-linked-roles\">Using Service-Linked Roles for Amazon Lightsail</a> in the <i>Amazon Lightsail Developer Guide</i>.</p> </li> <li> <p> <code>Unknown</code> - The reason that synchronization failed is unknown. Contact Amazon Web ServicesSupport for more information.</p> </li> </ul>"
3235+
"documentation":"<p>A message that provides a reason for a <code>Failed</code> or <code>Defaulted</code> synchronization status.</p> <p>The following messages are possible:</p> <ul> <li> <p> <code>SYNC_ON_HOLD</code> - The synchronization has not yet happened. This status message occurs immediately after you create your first Lightsail bucket. This status message should change after the first synchronization happens, approximately 1 hour after the first bucket is created.</p> </li> <li> <p> <code>DEFAULTED_FOR_SLR_MISSING</code> - The synchronization failed because the required service-linked role is missing from your Amazon Web Services account. The account-level BPA configuration for your Lightsail buckets is defaulted to <i>active</i> until the synchronization can occur. This means that all your buckets are private and not publicly accessible. For more information about how to create the required service-linked role to allow synchronization, see <a href=\"https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-using-service-linked-roles\">Using Service-Linked Roles for Amazon Lightsail</a> in the <i>Amazon Lightsail Developer Guide</i>.</p> </li> <li> <p> <code>DEFAULTED_FOR_SLR_MISSING_ON_HOLD</code> - The synchronization failed because the required service-linked role is missing from your Amazon Web Services account. Account-level BPA is not yet configured for your Lightsail buckets. Therefore, only the bucket access permissions and individual object access permissions apply to your Lightsail buckets. For more information about how to create the required service-linked role to allow synchronization, see <a href=\"https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-using-service-linked-roles\">Using Service-Linked Roles for Amazon Lightsail</a> in the <i>Amazon Lightsail Developer Guide</i>.</p> </li> <li> <p> <code>Unknown</code> - The reason that synchronization failed is unknown. Contact Amazon Web Services Support for more information.</p> </li> </ul>"
32363236
},
32373237
"bpaImpactsLightsail":{
32383238
"shape":"boolean",

botocore/data/network-firewall/2020-11-12/service-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2856,7 +2856,9 @@
28562856
"type":"string",
28572857
"enum":[
28582858
"ALLOWLIST",
2859-
"DENYLIST"
2859+
"DENYLIST",
2860+
"REJECTLIST",
2861+
"ALERTLIST"
28602862
]
28612863
},
28622864
"GetAnalysisReportResultsRequest":{
@@ -4082,7 +4084,7 @@
40824084
},
40834085
"GeneratedRulesType":{
40844086
"shape":"GeneratedRulesType",
4085-
"documentation":"<p>Whether you want to allow or deny access to the domains in your target list.</p>"
4087+
"documentation":"<p>Whether you want to apply allow, reject, alert, or drop behavior to the domains in your target list.</p> <note> <p>When logging is enabled and you choose Alert, traffic that matches the domain specifications generates an alert in the firewall's logs. Then, traffic either passes, is rejected, or drops based on other rules in the firewall policy.</p> </note>"
40864088
}
40874089
},
40884090
"documentation":"<p>Stateful inspection criteria for a domain list rule group. </p> <p>For HTTPS traffic, domain filtering is SNI-based. It uses the server name indicator extension of the TLS handshake.</p> <p>By default, Network Firewall domain list inspection only includes traffic coming from the VPC where you deploy the firewall. To inspect traffic from IP addresses outside of the deployment VPC, you set the <code>HOME_NET</code> rule variable to include the CIDR range of the deployment VPC plus the other CIDR ranges. For more information, see <a>RuleVariables</a> in this guide and <a href=\"https://docs.aws.amazon.com/network-firewall/latest/developerguide/stateful-rule-groups-domain-names.html\">Stateful domain list rule groups in Network Firewall</a> in the <i>Network Firewall Developer Guide</i>.</p>"

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.40.'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.40.38'
62+
release = '1.40.39'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

0 commit comments

Comments
 (0)