Skip to content

Commit f9fb6f3

Browse files
committed
Update services based on release-2024-12-26 of AWS Go SDK
Reference: https://github.com/aws/aws-sdk-go-v2/releases/tag/release-2024-12-26
1 parent fda9d23 commit f9fb6f3

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

.latest-tag-aws-sdk-go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
release-2024-12-23
1+
release-2024-12-26

lib/aws/generated/b_cm_pricing_calculator.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1826,7 +1826,7 @@ defmodule AWS.BCMPricingCalculator do
18261826
@type create_workload_estimate_errors() ::
18271827
data_unavailable_exception() | service_quota_exceeded_exception() | conflict_exception()
18281828

1829-
@type delete_bill_estimate_errors() :: data_unavailable_exception()
1829+
@type delete_bill_estimate_errors() :: data_unavailable_exception() | conflict_exception()
18301830

18311831
@type delete_bill_scenario_errors() :: data_unavailable_exception()
18321832

lib/aws/generated/network_firewall.ex

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,30 @@ defmodule AWS.NetworkFirewall do
99
detailed information about the Network Firewall API actions, data types, and
1010
errors.
1111
12-
*
1312
The REST API requires you to handle connection details, such as calculating
1413
signatures, handling request retries, and error handling. For general
1514
information
1615
about using the Amazon Web Services REST APIs, see [Amazon Web Services APIs](https://docs.aws.amazon.com/general/latest/gr/aws-apis.html).
1716
18-
To access Network Firewall using the REST API endpoint:
17+
To view the complete list of Amazon Web Services Regions where Network Firewall
18+
is available, see
19+
[Service endpoints and
20+
quotas](https://docs.aws.amazon.com/general/latest/gr/network-firewall.html) in
21+
the *Amazon Web Services General
22+
Reference*.
23+
24+
To access Network Firewall using the IPv4 REST API endpoint:
1925
`https://network-firewall..amazonaws.com `
2026
21-
*
27+
To access Network Firewall using the Dualstack (IPv4 and IPv6) REST API
28+
endpoint:
29+
`https://network-firewall..aws.api `
30+
2231
Alternatively, you can use one of the Amazon Web Services SDKs to access an API
2332
that's tailored to
2433
the programming language or platform that you're using. For more information,
2534
see
26-
[Amazon Web Services SDKs](http://aws.amazon.com/tools/#SDKs).
27-
28-
*
29-
For descriptions of Network Firewall features, including and step-by-step
35+
[Amazon Web Services SDKs](http://aws.amazon.com/tools/#SDKs). For descriptions of Network Firewall features, including and step-by-step
3036
instructions on how to use them through the Network Firewall console, see the
3137
[Network Firewall Developer
3238
Guide](https://docs.aws.amazon.com/network-firewall/latest/developerguide/).

0 commit comments

Comments
 (0)