|
1536 | 1536 | "api.tunneling.iot" : {
|
1537 | 1537 | "defaults" : {
|
1538 | 1538 | "variants" : [ {
|
| 1539 | + "dnsSuffix" : "amazonaws.com", |
| 1540 | + "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}", |
| 1541 | + "tags" : [ "fips" ] |
| 1542 | + }, { |
| 1543 | + "dnsSuffix" : "api.aws", |
1539 | 1544 | "hostname" : "api.iot-tunneling-fips.{region}.{dnsSuffix}",
|
1540 | 1545 | "tags" : [ "dualstack", "fips" ]
|
1541 | 1546 | }, {
|
| 1547 | + "dnsSuffix" : "api.aws", |
1542 | 1548 | "hostname" : "api.iot-tunneling.{region}.{dnsSuffix}",
|
1543 | 1549 | "tags" : [ "dualstack" ]
|
1544 |
| - }, { |
1545 |
| - "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}", |
1546 |
| - "tags" : [ "fips" ] |
1547 | 1550 | } ]
|
1548 | 1551 | },
|
1549 | 1552 | "endpoints" : {
|
|
5734 | 5737 | "ap-northeast-2" : { },
|
5735 | 5738 | "ap-southeast-1" : { },
|
5736 | 5739 | "ap-southeast-2" : { },
|
5737 |
| - "ca-central-1" : { }, |
| 5740 | + "ca-central-1" : { |
| 5741 | + "variants" : [ { |
| 5742 | + "hostname" : "connect-fips.ca-central-1.amazonaws.com", |
| 5743 | + "tags" : [ "fips" ] |
| 5744 | + } ] |
| 5745 | + }, |
5738 | 5746 | "eu-central-1" : { },
|
5739 | 5747 | "eu-west-2" : { },
|
| 5748 | + "fips-ca-central-1" : { |
| 5749 | + "credentialScope" : { |
| 5750 | + "region" : "ca-central-1" |
| 5751 | + }, |
| 5752 | + "deprecated" : true, |
| 5753 | + "hostname" : "connect-fips.ca-central-1.amazonaws.com" |
| 5754 | + }, |
5740 | 5755 | "fips-us-east-1" : {
|
5741 | 5756 | "credentialScope" : {
|
5742 | 5757 | "region" : "us-east-1"
|
|
10558 | 10573 | "ap-south-1" : { },
|
10559 | 10574 | "ap-southeast-1" : { },
|
10560 | 10575 | "ap-southeast-2" : { },
|
| 10576 | + "ap-southeast-5" : { }, |
10561 | 10577 | "ca-central-1" : { },
|
10562 | 10578 | "eu-central-1" : { },
|
10563 | 10579 | "eu-north-1" : { },
|
@@ -22333,31 +22349,132 @@
|
22333 | 22349 | },
|
22334 | 22350 | "ssm-sap" : {
|
22335 | 22351 | "endpoints" : {
|
22336 |
| - "af-south-1" : { }, |
22337 |
| - "ap-east-1" : { }, |
22338 |
| - "ap-northeast-1" : { }, |
22339 |
| - "ap-northeast-2" : { }, |
22340 |
| - "ap-northeast-3" : { }, |
22341 |
| - "ap-south-1" : { }, |
22342 |
| - "ap-south-2" : { }, |
22343 |
| - "ap-southeast-1" : { }, |
22344 |
| - "ap-southeast-2" : { }, |
22345 |
| - "ap-southeast-3" : { }, |
22346 |
| - "ap-southeast-4" : { }, |
| 22352 | + "af-south-1" : { |
| 22353 | + "variants" : [ { |
| 22354 | + "hostname" : "ssm-sap.af-south-1.api.aws", |
| 22355 | + "tags" : [ "dualstack" ] |
| 22356 | + } ] |
| 22357 | + }, |
| 22358 | + "ap-east-1" : { |
| 22359 | + "variants" : [ { |
| 22360 | + "hostname" : "ssm-sap.ap-east-1.api.aws", |
| 22361 | + "tags" : [ "dualstack" ] |
| 22362 | + } ] |
| 22363 | + }, |
| 22364 | + "ap-northeast-1" : { |
| 22365 | + "variants" : [ { |
| 22366 | + "hostname" : "ssm-sap.ap-northeast-1.api.aws", |
| 22367 | + "tags" : [ "dualstack" ] |
| 22368 | + } ] |
| 22369 | + }, |
| 22370 | + "ap-northeast-2" : { |
| 22371 | + "variants" : [ { |
| 22372 | + "hostname" : "ssm-sap.ap-northeast-2.api.aws", |
| 22373 | + "tags" : [ "dualstack" ] |
| 22374 | + } ] |
| 22375 | + }, |
| 22376 | + "ap-northeast-3" : { |
| 22377 | + "variants" : [ { |
| 22378 | + "hostname" : "ssm-sap.ap-northeast-3.api.aws", |
| 22379 | + "tags" : [ "dualstack" ] |
| 22380 | + } ] |
| 22381 | + }, |
| 22382 | + "ap-south-1" : { |
| 22383 | + "variants" : [ { |
| 22384 | + "hostname" : "ssm-sap.ap-south-1.api.aws", |
| 22385 | + "tags" : [ "dualstack" ] |
| 22386 | + } ] |
| 22387 | + }, |
| 22388 | + "ap-south-2" : { |
| 22389 | + "variants" : [ { |
| 22390 | + "hostname" : "ssm-sap.ap-south-2.api.aws", |
| 22391 | + "tags" : [ "dualstack" ] |
| 22392 | + } ] |
| 22393 | + }, |
| 22394 | + "ap-southeast-1" : { |
| 22395 | + "variants" : [ { |
| 22396 | + "hostname" : "ssm-sap.ap-southeast-1.api.aws", |
| 22397 | + "tags" : [ "dualstack" ] |
| 22398 | + } ] |
| 22399 | + }, |
| 22400 | + "ap-southeast-2" : { |
| 22401 | + "variants" : [ { |
| 22402 | + "hostname" : "ssm-sap.ap-southeast-2.api.aws", |
| 22403 | + "tags" : [ "dualstack" ] |
| 22404 | + } ] |
| 22405 | + }, |
| 22406 | + "ap-southeast-3" : { |
| 22407 | + "variants" : [ { |
| 22408 | + "hostname" : "ssm-sap.ap-southeast-3.api.aws", |
| 22409 | + "tags" : [ "dualstack" ] |
| 22410 | + } ] |
| 22411 | + }, |
| 22412 | + "ap-southeast-4" : { |
| 22413 | + "variants" : [ { |
| 22414 | + "hostname" : "ssm-sap.ap-southeast-4.api.aws", |
| 22415 | + "tags" : [ "dualstack" ] |
| 22416 | + } ] |
| 22417 | + }, |
22347 | 22418 | "ca-central-1" : {
|
22348 | 22419 | "variants" : [ {
|
22349 | 22420 | "hostname" : "ssm-sap-fips.ca-central-1.amazonaws.com",
|
22350 | 22421 | "tags" : [ "fips" ]
|
| 22422 | + }, { |
| 22423 | + "hostname" : "ssm-sap-fips.ca-central-1.api.aws", |
| 22424 | + "tags" : [ "dualstack", "fips" ] |
| 22425 | + }, { |
| 22426 | + "hostname" : "ssm-sap.ca-central-1.api.aws", |
| 22427 | + "tags" : [ "dualstack" ] |
| 22428 | + } ] |
| 22429 | + }, |
| 22430 | + "eu-central-1" : { |
| 22431 | + "variants" : [ { |
| 22432 | + "hostname" : "ssm-sap.eu-central-1.api.aws", |
| 22433 | + "tags" : [ "dualstack" ] |
| 22434 | + } ] |
| 22435 | + }, |
| 22436 | + "eu-central-2" : { |
| 22437 | + "variants" : [ { |
| 22438 | + "hostname" : "ssm-sap.eu-central-2.api.aws", |
| 22439 | + "tags" : [ "dualstack" ] |
| 22440 | + } ] |
| 22441 | + }, |
| 22442 | + "eu-north-1" : { |
| 22443 | + "variants" : [ { |
| 22444 | + "hostname" : "ssm-sap.eu-north-1.api.aws", |
| 22445 | + "tags" : [ "dualstack" ] |
| 22446 | + } ] |
| 22447 | + }, |
| 22448 | + "eu-south-1" : { |
| 22449 | + "variants" : [ { |
| 22450 | + "hostname" : "ssm-sap.eu-south-1.api.aws", |
| 22451 | + "tags" : [ "dualstack" ] |
| 22452 | + } ] |
| 22453 | + }, |
| 22454 | + "eu-south-2" : { |
| 22455 | + "variants" : [ { |
| 22456 | + "hostname" : "ssm-sap.eu-south-2.api.aws", |
| 22457 | + "tags" : [ "dualstack" ] |
| 22458 | + } ] |
| 22459 | + }, |
| 22460 | + "eu-west-1" : { |
| 22461 | + "variants" : [ { |
| 22462 | + "hostname" : "ssm-sap.eu-west-1.api.aws", |
| 22463 | + "tags" : [ "dualstack" ] |
| 22464 | + } ] |
| 22465 | + }, |
| 22466 | + "eu-west-2" : { |
| 22467 | + "variants" : [ { |
| 22468 | + "hostname" : "ssm-sap.eu-west-2.api.aws", |
| 22469 | + "tags" : [ "dualstack" ] |
| 22470 | + } ] |
| 22471 | + }, |
| 22472 | + "eu-west-3" : { |
| 22473 | + "variants" : [ { |
| 22474 | + "hostname" : "ssm-sap.eu-west-3.api.aws", |
| 22475 | + "tags" : [ "dualstack" ] |
22351 | 22476 | } ]
|
22352 | 22477 | },
|
22353 |
| - "eu-central-1" : { }, |
22354 |
| - "eu-central-2" : { }, |
22355 |
| - "eu-north-1" : { }, |
22356 |
| - "eu-south-1" : { }, |
22357 |
| - "eu-south-2" : { }, |
22358 |
| - "eu-west-1" : { }, |
22359 |
| - "eu-west-2" : { }, |
22360 |
| - "eu-west-3" : { }, |
22361 | 22478 | "fips-ca-central-1" : {
|
22362 | 22479 | "credentialScope" : {
|
22363 | 22480 | "region" : "ca-central-1"
|
@@ -22393,32 +22510,76 @@
|
22393 | 22510 | "deprecated" : true,
|
22394 | 22511 | "hostname" : "ssm-sap-fips.us-west-2.amazonaws.com"
|
22395 | 22512 | },
|
22396 |
| - "il-central-1" : { }, |
22397 |
| - "me-central-1" : { }, |
22398 |
| - "me-south-1" : { }, |
22399 |
| - "sa-east-1" : { }, |
| 22513 | + "il-central-1" : { |
| 22514 | + "variants" : [ { |
| 22515 | + "hostname" : "ssm-sap.il-central-1.api.aws", |
| 22516 | + "tags" : [ "dualstack" ] |
| 22517 | + } ] |
| 22518 | + }, |
| 22519 | + "me-central-1" : { |
| 22520 | + "variants" : [ { |
| 22521 | + "hostname" : "ssm-sap.me-central-1.api.aws", |
| 22522 | + "tags" : [ "dualstack" ] |
| 22523 | + } ] |
| 22524 | + }, |
| 22525 | + "me-south-1" : { |
| 22526 | + "variants" : [ { |
| 22527 | + "hostname" : "ssm-sap.me-south-1.api.aws", |
| 22528 | + "tags" : [ "dualstack" ] |
| 22529 | + } ] |
| 22530 | + }, |
| 22531 | + "sa-east-1" : { |
| 22532 | + "variants" : [ { |
| 22533 | + "hostname" : "ssm-sap.sa-east-1.api.aws", |
| 22534 | + "tags" : [ "dualstack" ] |
| 22535 | + } ] |
| 22536 | + }, |
22400 | 22537 | "us-east-1" : {
|
22401 | 22538 | "variants" : [ {
|
22402 | 22539 | "hostname" : "ssm-sap-fips.us-east-1.amazonaws.com",
|
22403 | 22540 | "tags" : [ "fips" ]
|
| 22541 | + }, { |
| 22542 | + "hostname" : "ssm-sap-fips.us-east-1.api.aws", |
| 22543 | + "tags" : [ "dualstack", "fips" ] |
| 22544 | + }, { |
| 22545 | + "hostname" : "ssm-sap.us-east-1.api.aws", |
| 22546 | + "tags" : [ "dualstack" ] |
22404 | 22547 | } ]
|
22405 | 22548 | },
|
22406 | 22549 | "us-east-2" : {
|
22407 | 22550 | "variants" : [ {
|
22408 | 22551 | "hostname" : "ssm-sap-fips.us-east-2.amazonaws.com",
|
22409 | 22552 | "tags" : [ "fips" ]
|
| 22553 | + }, { |
| 22554 | + "hostname" : "ssm-sap-fips.us-east-2.api.aws", |
| 22555 | + "tags" : [ "dualstack", "fips" ] |
| 22556 | + }, { |
| 22557 | + "hostname" : "ssm-sap.us-east-2.api.aws", |
| 22558 | + "tags" : [ "dualstack" ] |
22410 | 22559 | } ]
|
22411 | 22560 | },
|
22412 | 22561 | "us-west-1" : {
|
22413 | 22562 | "variants" : [ {
|
22414 | 22563 | "hostname" : "ssm-sap-fips.us-west-1.amazonaws.com",
|
22415 | 22564 | "tags" : [ "fips" ]
|
| 22565 | + }, { |
| 22566 | + "hostname" : "ssm-sap-fips.us-west-1.api.aws", |
| 22567 | + "tags" : [ "dualstack", "fips" ] |
| 22568 | + }, { |
| 22569 | + "hostname" : "ssm-sap.us-west-1.api.aws", |
| 22570 | + "tags" : [ "dualstack" ] |
22416 | 22571 | } ]
|
22417 | 22572 | },
|
22418 | 22573 | "us-west-2" : {
|
22419 | 22574 | "variants" : [ {
|
22420 | 22575 | "hostname" : "ssm-sap-fips.us-west-2.amazonaws.com",
|
22421 | 22576 | "tags" : [ "fips" ]
|
| 22577 | + }, { |
| 22578 | + "hostname" : "ssm-sap-fips.us-west-2.api.aws", |
| 22579 | + "tags" : [ "dualstack", "fips" ] |
| 22580 | + }, { |
| 22581 | + "hostname" : "ssm-sap.us-west-2.api.aws", |
| 22582 | + "tags" : [ "dualstack" ] |
22422 | 22583 | } ]
|
22423 | 22584 | }
|
22424 | 22585 | }
|
@@ -25254,14 +25415,17 @@
|
25254 | 25415 | "api.tunneling.iot" : {
|
25255 | 25416 | "defaults" : {
|
25256 | 25417 | "variants" : [ {
|
| 25418 | + "dnsSuffix" : "amazonaws.com.cn", |
| 25419 | + "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}", |
| 25420 | + "tags" : [ "fips" ] |
| 25421 | + }, { |
| 25422 | + "dnsSuffix" : "api.amazonwebservices.com.cn", |
25257 | 25423 | "hostname" : "api.iot-tunneling-fips.{region}.{dnsSuffix}",
|
25258 | 25424 | "tags" : [ "dualstack", "fips" ]
|
25259 | 25425 | }, {
|
| 25426 | + "dnsSuffix" : "api.amazonwebservices.com.cn", |
25260 | 25427 | "hostname" : "api.iot-tunneling.{region}.{dnsSuffix}",
|
25261 | 25428 | "tags" : [ "dualstack" ]
|
25262 |
| - }, { |
25263 |
| - "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}", |
25264 |
| - "tags" : [ "fips" ] |
25265 | 25429 | } ]
|
25266 | 25430 | },
|
25267 | 25431 | "endpoints" : {
|
@@ -27106,14 +27270,17 @@
|
27106 | 27270 | "api.tunneling.iot" : {
|
27107 | 27271 | "defaults" : {
|
27108 | 27272 | "variants" : [ {
|
| 27273 | + "dnsSuffix" : "amazonaws.com", |
| 27274 | + "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}", |
| 27275 | + "tags" : [ "fips" ] |
| 27276 | + }, { |
| 27277 | + "dnsSuffix" : "api.aws", |
27109 | 27278 | "hostname" : "api.iot-tunneling-fips.{region}.{dnsSuffix}",
|
27110 | 27279 | "tags" : [ "dualstack", "fips" ]
|
27111 | 27280 | }, {
|
| 27281 | + "dnsSuffix" : "api.aws", |
27112 | 27282 | "hostname" : "api.iot-tunneling.{region}.{dnsSuffix}",
|
27113 | 27283 | "tags" : [ "dualstack" ]
|
27114 |
| - }, { |
27115 |
| - "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}", |
27116 |
| - "tags" : [ "fips" ] |
27117 | 27284 | } ]
|
27118 | 27285 | },
|
27119 | 27286 | "endpoints" : {
|
|
32322 | 32489 | "protocols" : [ "https" ]
|
32323 | 32490 | },
|
32324 | 32491 | "endpoints" : {
|
32325 |
| - "us-iso-east-1" : { } |
| 32492 | + "fips-us-iso-east-1" : { |
| 32493 | + "credentialScope" : { |
| 32494 | + "region" : "us-iso-east-1" |
| 32495 | + }, |
| 32496 | + "deprecated" : true, |
| 32497 | + "hostname" : "comprehend-fips.us-iso-east-1.c2s.ic.gov" |
| 32498 | + }, |
| 32499 | + "us-iso-east-1" : { |
| 32500 | + "variants" : [ { |
| 32501 | + "hostname" : "comprehend-fips.us-iso-east-1.c2s.ic.gov", |
| 32502 | + "tags" : [ "fips" ] |
| 32503 | + } ] |
| 32504 | + } |
32326 | 32505 | }
|
32327 | 32506 | },
|
32328 | 32507 | "config" : {
|
|
0 commit comments