AWS payment-cryptography documentation change
Summary
Updated endpoint table structure and added new regional API endpoints with '.api.aws' domains alongside existing '.amazonaws.com' endpoints
Security assessment
The changes primarily involve expanding the list of endpoints and formatting adjustments. No security-related context, vulnerabilities, or security feature documentation is introduced. The addition of new endpoints does not inherently indicate a security fix or weakness.
Diff
diff --git a/payment-cryptography/latest/userguide/endpoints.md b/payment-cryptography/latest/userguide/endpoints.md index 56a8f9c40..5b7583783 100644 --- a//payment-cryptography/latest/userguide/endpoints.md +++ b//payment-cryptography/latest/userguide/endpoints.md @@ -13 +13 @@ To connect programmatically to AWS Payment Cryptography, you use an endpoint, th -Region name | Region | Endpoint | Protocol +Region Name | Region | Endpoint | Protocol @@ -15,7 +15,7 @@ Region name | Region | Endpoint | Protocol -US East (N. Virginia) | `us-east-1` | controlplane.payment-cryptography.us-east-1.amazonaws.com | HTTPS -US East (Ohio) | `us-east-2` | controlplane.payment-cryptography.us-east-2.amazonaws.com | HTTPS -US West (Oregon) | `us-west-2` | controlplane.payment-cryptography.us-west-2.amazonaws.com | HTTPS -Asia Pacific (Singapore) | `ap-southeast-1` | controlplane.payment-cryptography.ap-southeast-1.amazonaws.com | HTTPS -Asia Pacific (Tokyo) | `ap-northeast-1` | controlplane.payment-cryptography.ap-northeast-1.amazonaws.com | HTTPS -Europe (Frankfurt) | `eu-central-1` | controlplane.payment-cryptography.eu-central-1.amazonaws.com | HTTPS -Europe (Ireland) | `eu-west-1` | controlplane.payment-cryptography.eu-west-1.amazonaws.com | HTTPS +US East (Ohio) | us-east-2 | controlplane.payment-cryptography.us-east-2.amazonaws.com controlplane.payment-cryptography.us-east-2.api.aws | HTTPS HTTPS +US East (N. Virginia) | us-east-1 | controlplane.payment-cryptography.us-east-1.amazonaws.com controlplane.payment-cryptography.us-east-1.api.aws | HTTPS HTTPS +US West (Oregon) | us-west-2 | controlplane.payment-cryptography.us-west-2.amazonaws.com controlplane.payment-cryptography.us-west-2.api.aws | HTTPS HTTPS +Asia Pacific (Singapore) | ap-southeast-1 | controlplane.payment-cryptography.ap-southeast-1.amazonaws.com controlplane.payment-cryptography.ap-southeast-1.api.aws | HTTPS HTTPS +Asia Pacific (Tokyo) | ap-northeast-1 | controlplane.payment-cryptography.ap-northeast-1.amazonaws.com controlplane.payment-cryptography.ap-northeast-1.api.aws | HTTPS HTTPS +Europe (Frankfurt) | eu-central-1 | controlplane.payment-cryptography.eu-central-1.amazonaws.com controlplane.payment-cryptography.eu-central-1.api.aws | HTTPS HTTPS +Europe (Ireland) | eu-west-1 | controlplane.payment-cryptography.eu-west-1.amazonaws.com controlplane.payment-cryptography.eu-west-1.api.aws | HTTPS HTTPS @@ -25 +25 @@ Europe (Ireland) | `eu-west-1` | controlplane.payment-cryptography.eu-west-1.am -Region name | Region | Endpoint | Protocol +Region Name | Region | Endpoint | Protocol @@ -27,7 +27,7 @@ Region name | Region | Endpoint | Protocol -US East (N. Virginia) | `us-east-1` | dataplane.payment-cryptography.us-east-1.amazonaws.com | HTTPS -US East (Ohio) | `us-east-2` | dataplane.payment-cryptography.us-east-2.amazonaws.com | HTTPS -US West (Oregon) | `us-west-2` | dataplane.payment-cryptography.us-west-2.amazonaws.com | HTTPS -Asia Pacific (Singapore) | `ap-southeast-1` | dataplane.payment-cryptography.ap-southeast-1.amazonaws.com | HTTPS -Asia Pacific (Tokyo) | `ap-northeast-1` | dataplane.payment-cryptography.ap-northeast-1.amazonaws.com | HTTPS -Europe (Frankfurt) | `eu-central-1` | dataplane.payment-cryptography.eu-central-1.amazonaws.com | HTTPS -Europe (Ireland) | `eu-west-1` | dataplane.payment-cryptography.eu-west-1.amazonaws.com | HTTPS +US East (Ohio) | us-east-2 | dataplane.payment-cryptography.us-east-2.amazonaws.com dataplane.payment-cryptography.us-east-2.api.aws | HTTPS HTTPS +US East (N. Virginia) | us-east-1 | dataplane.payment-cryptography.us-east-1.amazonaws.com dataplane.payment-cryptography.us-east-1.api.aws | HTTPS HTTPS +US West (Oregon) | us-west-2 | dataplane.payment-cryptography.us-west-2.amazonaws.com dataplane.payment-cryptography.us-west-2.api.aws | HTTPS HTTPS +Asia Pacific (Singapore) | ap-southeast-1 | dataplane.payment-cryptography.ap-southeast-1.amazonaws.com dataplane.payment-cryptography.ap-southeast-1.api.aws | HTTPS HTTPS +Asia Pacific (Tokyo) | ap-northeast-1 | dataplane.payment-cryptography.ap-northeast-1.amazonaws.com dataplane.payment-cryptography.ap-northeast-1.api.aws | HTTPS HTTPS +Europe (Frankfurt) | eu-central-1 | dataplane.payment-cryptography.eu-central-1.amazonaws.com dataplane.payment-cryptography.eu-central-1.api.aws | HTTPS HTTPS +Europe (Ireland) | eu-west-1 | dataplane.payment-cryptography.eu-west-1.amazonaws.com dataplane.payment-cryptography.eu-west-1.api.aws | HTTPS HTTPS