A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/aws/aws-sdk-js-v3/commit/0fc50afd1790d83e659d07c203dee46eea5d33ba below:

Removed incorrect endpoint tests · aws/aws-sdk-js-v3@0fc50af · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+0

-160

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+0

-160

lines changed Original file line number Diff line number Diff line change

@@ -452,166 +452,6 @@

452 452

"UseFIPS": false

453 453

}

454 454

},

455 -

{

456 -

"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",

457 -

"expect": {

458 -

"endpoint": {

459 -

"properties": {

460 -

"authSchemes": [

461 -

{

462 -

"name": "sigv4",

463 -

"signingRegion": "us-iso-east-1"

464 -

}

465 -

]

466 -

},

467 -

"url": "https://backup-search-fips.us-iso-east-1.c2s.ic.gov"

468 -

}

469 -

},

470 -

"params": {

471 -

"Region": "us-iso-east-1",

472 -

"UseFIPS": true

473 -

}

474 -

},

475 -

{

476 -

"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",

477 -

"expect": {

478 -

"endpoint": {

479 -

"properties": {

480 -

"authSchemes": [

481 -

{

482 -

"name": "sigv4",

483 -

"signingRegion": "us-iso-east-1"

484 -

}

485 -

]

486 -

},

487 -

"url": "https://backup-search.us-iso-east-1.c2s.ic.gov"

488 -

}

489 -

},

490 -

"params": {

491 -

"Region": "us-iso-east-1",

492 -

"UseFIPS": false

493 -

}

494 -

},

495 -

{

496 -

"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",

497 -

"expect": {

498 -

"endpoint": {

499 -

"properties": {

500 -

"authSchemes": [

501 -

{

502 -

"name": "sigv4",

503 -

"signingRegion": "us-isob-east-1"

504 -

}

505 -

]

506 -

},

507 -

"url": "https://backup-search-fips.us-isob-east-1.sc2s.sgov.gov"

508 -

}

509 -

},

510 -

"params": {

511 -

"Region": "us-isob-east-1",

512 -

"UseFIPS": true

513 -

}

514 -

},

515 -

{

516 -

"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",

517 -

"expect": {

518 -

"endpoint": {

519 -

"properties": {

520 -

"authSchemes": [

521 -

{

522 -

"name": "sigv4",

523 -

"signingRegion": "us-isob-east-1"

524 -

}

525 -

]

526 -

},

527 -

"url": "https://backup-search.us-isob-east-1.sc2s.sgov.gov"

528 -

}

529 -

},

530 -

"params": {

531 -

"Region": "us-isob-east-1",

532 -

"UseFIPS": false

533 -

}

534 -

},

535 -

{

536 -

"documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled",

537 -

"expect": {

538 -

"endpoint": {

539 -

"properties": {

540 -

"authSchemes": [

541 -

{

542 -

"name": "sigv4",

543 -

"signingRegion": "eu-isoe-west-1"

544 -

}

545 -

]

546 -

},

547 -

"url": "https://backup-search-fips.eu-isoe-west-1.cloud.adc-e.uk"

548 -

}

549 -

},

550 -

"params": {

551 -

"Region": "eu-isoe-west-1",

552 -

"UseFIPS": true

553 -

}

554 -

},

555 -

{

556 -

"documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled",

557 -

"expect": {

558 -

"endpoint": {

559 -

"properties": {

560 -

"authSchemes": [

561 -

{

562 -

"name": "sigv4",

563 -

"signingRegion": "eu-isoe-west-1"

564 -

}

565 -

]

566 -

},

567 -

"url": "https://backup-search.eu-isoe-west-1.cloud.adc-e.uk"

568 -

}

569 -

},

570 -

"params": {

571 -

"Region": "eu-isoe-west-1",

572 -

"UseFIPS": false

573 -

}

574 -

},

575 -

{

576 -

"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack enabled",

577 -

"expect": {

578 -

"endpoint": {

579 -

"properties": {

580 -

"authSchemes": [

581 -

{

582 -

"name": "sigv4",

583 -

"signingRegion": "us-isof-south-1"

584 -

}

585 -

]

586 -

},

587 -

"url": "https://backup-search-fips.us-isof-south-1.csp.hci.ic.gov"

588 -

}

589 -

},

590 -

"params": {

591 -

"Region": "us-isof-south-1",

592 -

"UseFIPS": true

593 -

}

594 -

},

595 -

{

596 -

"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack enabled",

597 -

"expect": {

598 -

"endpoint": {

599 -

"properties": {

600 -

"authSchemes": [

601 -

{

602 -

"name": "sigv4",

603 -

"signingRegion": "us-isof-south-1"

604 -

}

605 -

]

606 -

},

607 -

"url": "https://backup-search.us-isof-south-1.csp.hci.ic.gov"

608 -

}

609 -

},

610 -

"params": {

611 -

"Region": "us-isof-south-1",

612 -

"UseFIPS": false

613 -

}

614 -

},

615 455

{

616 456

"documentation": "Missing region",

617 457

"expect": {

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4