|
693 | 693 | "UseDualStack": false
|
694 | 694 | }
|
695 | 695 | },
|
696 |
| - { |
697 |
| - "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", |
698 |
| - "expect": { |
699 |
| - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" |
700 |
| - }, |
701 |
| - "params": { |
702 |
| - "Region": "us-iso-east-1", |
703 |
| - "UseFIPS": true, |
704 |
| - "UseDualStack": true |
705 |
| - } |
706 |
| - }, |
707 | 696 | {
|
708 | 697 | "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
|
709 | 698 | "expect": {
|
|
717 | 706 | "UseDualStack": false
|
718 | 707 | }
|
719 | 708 | },
|
720 |
| - { |
721 |
| - "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", |
722 |
| - "expect": { |
723 |
| - "error": "DualStack is enabled but this partition does not support DualStack" |
724 |
| - }, |
725 |
| - "params": { |
726 |
| - "Region": "us-iso-east-1", |
727 |
| - "UseFIPS": false, |
728 |
| - "UseDualStack": true |
729 |
| - } |
730 |
| - }, |
731 | 709 | {
|
732 | 710 | "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
|
733 | 711 | "expect": {
|
|
741 | 719 | "UseDualStack": false
|
742 | 720 | }
|
743 | 721 | },
|
744 |
| - { |
745 |
| - "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", |
746 |
| - "expect": { |
747 |
| - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" |
748 |
| - }, |
749 |
| - "params": { |
750 |
| - "Region": "us-isob-east-1", |
751 |
| - "UseFIPS": true, |
752 |
| - "UseDualStack": true |
753 |
| - } |
754 |
| - }, |
755 | 722 | {
|
756 | 723 | "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
|
757 | 724 | "expect": {
|
|
765 | 732 | "UseDualStack": false
|
766 | 733 | }
|
767 | 734 | },
|
768 |
| - { |
769 |
| - "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", |
770 |
| - "expect": { |
771 |
| - "error": "DualStack is enabled but this partition does not support DualStack" |
772 |
| - }, |
773 |
| - "params": { |
774 |
| - "Region": "us-isob-east-1", |
775 |
| - "UseFIPS": false, |
776 |
| - "UseDualStack": true |
777 |
| - } |
778 |
| - }, |
779 | 735 | {
|
780 | 736 | "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
|
781 | 737 | "expect": {
|
|
1655 | 1611 | "smithy.api#documentation": "<p>Creates a retraining scheduler on the specified model. </p>",
|
1656 | 1612 | "smithy.api#examples": [
|
1657 | 1613 | {
|
1658 |
| - "title": "Creates a retraining scheduler with manual promote mode", |
| 1614 | + "title": "Creates a retraining scheduler with a specific start date", |
1659 | 1615 | "documentation": "",
|
1660 | 1616 | "input": {
|
1661 | 1617 | "ModelName": "sample-model",
|
| 1618 | + "RetrainingStartDate": "2024-01-01T00:00:00Z", |
1662 | 1619 | "RetrainingFrequency": "P1M",
|
1663 | 1620 | "LookbackWindow": "P360D",
|
1664 |
| - "PromoteMode": "MANUAL", |
1665 | 1621 | "ClientToken": "sample-client-token"
|
1666 | 1622 | },
|
1667 | 1623 | "output": {
|
|
1671 | 1627 | }
|
1672 | 1628 | },
|
1673 | 1629 | {
|
1674 |
| - "title": "Creates a retraining scheduler with a specific start date", |
| 1630 | + "title": "Creates a retraining scheduler with manual promote mode", |
1675 | 1631 | "documentation": "",
|
1676 | 1632 | "input": {
|
1677 | 1633 | "ModelName": "sample-model",
|
1678 |
| - "RetrainingStartDate": "2024-01-01T00:00:00Z", |
1679 | 1634 | "RetrainingFrequency": "P1M",
|
1680 | 1635 | "LookbackWindow": "P360D",
|
| 1636 | + "PromoteMode": "MANUAL", |
1681 | 1637 | "ClientToken": "sample-client-token"
|
1682 | 1638 | },
|
1683 | 1639 | "output": {
|
|
0 commit comments