Skip to content

Commit 4e1ef91

Browse files
Merge branch 'release-1.41.4' into develop
* release-1.41.4: Bumping version to 1.41.4 Update endpoints model Update to latest models
2 parents 6bb255e + 46cee42 commit 4e1ef91

10 files changed

Lines changed: 2122 additions & 119 deletions

File tree

.changes/1.41.4.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``ec2``",
4+
"description": "This release adds support to view Network firewall proxy appliances attached to an existing NAT Gateway via DescribeNatGateways API NatGatewayAttachedAppliance structure.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``network-firewall``",
9+
"description": "Network Firewall release of the Proxy feature.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``organizations``",
14+
"description": "Add support for policy operations on the S3_POLICY and BEDROCK_POLICY policy type.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``route53``",
19+
"description": "Adds support for new route53 feature: accelerated recovery.",
20+
"type": "api-change"
21+
}
22+
]

CHANGELOG.rst

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

5+
1.41.4
6+
======
7+
8+
* api-change:``ec2``: This release adds support to view Network firewall proxy appliances attached to an existing NAT Gateway via DescribeNatGateways API NatGatewayAttachedAppliance structure.
9+
* api-change:``network-firewall``: Network Firewall release of the Proxy feature.
10+
* api-change:``organizations``: Add support for policy operations on the S3_POLICY and BEDROCK_POLICY policy type.
11+
* api-change:``route53``: Adds support for new route53 feature: accelerated recovery.
12+
13+
514
1.41.3
615
======
716

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.41.3'
20+
__version__ = '1.41.4'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/ec2/2016-11-15/service-2.json

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55707,6 +55707,11 @@
5570755707
"documentation":"<p>For regional NAT gateways only: Indicates whether Amazon Web Services automatically manages AZ coverage. When enabled, the NAT gateway associates EIPs in all AZs where your VPC has subnets to handle outbound NAT traffic, expands to new AZs when you create subnets there, and retracts from AZs where you've removed all subnets. When disabled, you must manually manage which AZs the NAT gateway supports and their corresponding EIPs.</p> <p>A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateways-regional.html\">Regional NAT gateways for automatic multi-AZ expansion</a> in the <i>Amazon VPC User Guide</i>.</p>",
5570855708
"locationName":"autoProvisionZones"
5570955709
},
55710+
"AttachedAppliances":{
55711+
"shape":"NatGatewayAttachedApplianceList",
55712+
"documentation":"<p>The proxy appliances attached to the NAT Gateway for filtering and inspecting traffic to prevent data exfiltration.</p>",
55713+
"locationName":"attachedApplianceSet"
55714+
},
5571055715
"RouteTableId":{
5571155716
"shape":"String",
5571255717
"documentation":"<p>For regional NAT gateways only, this is the ID of the NAT gateway.</p>",
@@ -55789,6 +55794,77 @@
5578955794
"failed"
5579055795
]
5579155796
},
55797+
"NatGatewayApplianceModifyState":{
55798+
"type":"string",
55799+
"enum":[
55800+
"modifying",
55801+
"completed",
55802+
"failed"
55803+
]
55804+
},
55805+
"NatGatewayApplianceState":{
55806+
"type":"string",
55807+
"enum":[
55808+
"attaching",
55809+
"attached",
55810+
"detaching",
55811+
"detached",
55812+
"attach-failed",
55813+
"detach-failed"
55814+
]
55815+
},
55816+
"NatGatewayApplianceType":{
55817+
"type":"string",
55818+
"enum":["network-firewall-proxy"]
55819+
},
55820+
"NatGatewayAttachedAppliance":{
55821+
"type":"structure",
55822+
"members":{
55823+
"Type":{
55824+
"shape":"NatGatewayApplianceType",
55825+
"documentation":"<p>The type of appliance attached to the NAT Gateway. For network firewall proxy functionality, this will be \"network-firewall-proxy\".</p>",
55826+
"locationName":"type"
55827+
},
55828+
"ApplianceArn":{
55829+
"shape":"String",
55830+
"documentation":"<p>The Amazon Resource Name (ARN) of the attached appliance, identifying the specific proxy or security appliance resource.</p>",
55831+
"locationName":"applianceArn"
55832+
},
55833+
"VpcEndpointId":{
55834+
"shape":"String",
55835+
"documentation":"<p>The VPC endpoint ID used to route traffic from application VPCs to the proxy for inspection and filtering.</p>",
55836+
"locationName":"vpcEndpointId"
55837+
},
55838+
"AttachmentState":{
55839+
"shape":"NatGatewayApplianceState",
55840+
"documentation":"<p>The current attachment state of the appliance.</p>",
55841+
"locationName":"attachmentState"
55842+
},
55843+
"ModificationState":{
55844+
"shape":"NatGatewayApplianceModifyState",
55845+
"documentation":"<p>The current modification state of the appliance.</p>",
55846+
"locationName":"modificationState"
55847+
},
55848+
"FailureCode":{
55849+
"shape":"String",
55850+
"documentation":"<p>The failure code if the appliance attachment or modification operation failed.</p>",
55851+
"locationName":"failureCode"
55852+
},
55853+
"FailureMessage":{
55854+
"shape":"String",
55855+
"documentation":"<p>A descriptive message explaining the failure if the appliance attachment or modification operation failed.</p>",
55856+
"locationName":"failureMessage"
55857+
}
55858+
},
55859+
"documentation":"<p>Information about an appliance attached to a NAT Gateway, providing managed security solutions for traffic filtering and inspection.</p>"
55860+
},
55861+
"NatGatewayAttachedApplianceList":{
55862+
"type":"list",
55863+
"member":{
55864+
"shape":"NatGatewayAttachedAppliance",
55865+
"locationName":"item"
55866+
}
55867+
},
5579255868
"NatGatewayId":{"type":"string"},
5579355869
"NatGatewayIdStringList":{
5579455870
"type":"list",

botocore/data/endpoints.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40170,6 +40170,14 @@
4017040170
"dnsSuffix" : "amazonaws.eu",
4017140171
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
4017240172
"tags" : [ "fips" ]
40173+
}, {
40174+
"dnsSuffix" : "api.amazonwebservices.eu",
40175+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
40176+
"tags" : [ "dualstack", "fips" ]
40177+
}, {
40178+
"dnsSuffix" : "api.amazonwebservices.eu",
40179+
"hostname" : "{service}.{region}.{dnsSuffix}",
40180+
"tags" : [ "dualstack" ]
4017340181
} ]
4017440182
},
4017540183
"dnsSuffix" : "amazonaws.eu",

botocore/data/network-firewall/2020-11-12/paginators-1.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,24 @@
5959
"output_token": "NextToken",
6060
"limit_key": "MaxResults",
6161
"result_key": "VpcEndpointAssociations"
62+
},
63+
"ListProxies": {
64+
"input_token": "NextToken",
65+
"output_token": "NextToken",
66+
"limit_key": "MaxResults",
67+
"result_key": "Proxies"
68+
},
69+
"ListProxyConfigurations": {
70+
"input_token": "NextToken",
71+
"output_token": "NextToken",
72+
"limit_key": "MaxResults",
73+
"result_key": "ProxyConfigurations"
74+
},
75+
"ListProxyRuleGroups": {
76+
"input_token": "NextToken",
77+
"output_token": "NextToken",
78+
"limit_key": "MaxResults",
79+
"result_key": "ProxyRuleGroups"
6280
}
6381
}
6482
}

0 commit comments

Comments
 (0)