Skip to content

Commit

Permalink
Update services based on release-2024-12-26 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Dec 27, 2024
1 parent fda9d23 commit f9fb6f3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .latest-tag-aws-sdk-go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release-2024-12-23
release-2024-12-26
2 changes: 1 addition & 1 deletion lib/aws/generated/b_cm_pricing_calculator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,7 @@ defmodule AWS.BCMPricingCalculator do
@type create_workload_estimate_errors() ::
data_unavailable_exception() | service_quota_exceeded_exception() | conflict_exception()

@type delete_bill_estimate_errors() :: data_unavailable_exception()
@type delete_bill_estimate_errors() :: data_unavailable_exception() | conflict_exception()

@type delete_bill_scenario_errors() :: data_unavailable_exception()

Expand Down
20 changes: 13 additions & 7 deletions lib/aws/generated/network_firewall.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,30 @@ defmodule AWS.NetworkFirewall do
detailed information about the Network Firewall API actions, data types, and
errors.
*
The REST API requires you to handle connection details, such as calculating
signatures, handling request retries, and error handling. For general
information
about using the Amazon Web Services REST APIs, see [Amazon Web Services APIs](https://docs.aws.amazon.com/general/latest/gr/aws-apis.html).
To access Network Firewall using the REST API endpoint:
To view the complete list of Amazon Web Services Regions where Network Firewall
is available, see
[Service endpoints and
quotas](https://docs.aws.amazon.com/general/latest/gr/network-firewall.html) in
the *Amazon Web Services General
Reference*.
To access Network Firewall using the IPv4 REST API endpoint:
`https://network-firewall..amazonaws.com `
*
To access Network Firewall using the Dualstack (IPv4 and IPv6) REST API
endpoint:
`https://network-firewall..aws.api `
Alternatively, you can use one of the Amazon Web Services SDKs to access an API
that's tailored to
the programming language or platform that you're using. For more information,
see
[Amazon Web Services SDKs](http://aws.amazon.com/tools/#SDKs).
*
For descriptions of Network Firewall features, including and step-by-step
[Amazon Web Services SDKs](http://aws.amazon.com/tools/#SDKs). For descriptions of Network Firewall features, including and step-by-step
instructions on how to use them through the Network Firewall console, see the
[Network Firewall Developer
Guide](https://docs.aws.amazon.com/network-firewall/latest/developerguide/).
Expand Down

0 comments on commit f9fb6f3

Please sign in to comment.