|
728 | 728 | "smithy.api#pattern": "^arn:([a-z\\d-]+):.*:.*:.*:.+$"
|
729 | 729 | }
|
730 | 730 | },
|
| 731 | + "com.amazonaws.lookoutmetrics#AthenaDataCatalog": { |
| 732 | + "type": "string", |
| 733 | + "traits": { |
| 734 | + "smithy.api#length": { |
| 735 | + "min": 1, |
| 736 | + "max": 256 |
| 737 | + }, |
| 738 | + "smithy.api#pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*$" |
| 739 | + } |
| 740 | + }, |
| 741 | + "com.amazonaws.lookoutmetrics#AthenaDatabaseName": { |
| 742 | + "type": "string", |
| 743 | + "traits": { |
| 744 | + "smithy.api#length": { |
| 745 | + "min": 1, |
| 746 | + "max": 255 |
| 747 | + }, |
| 748 | + "smithy.api#pattern": "^[a-zA-Z0-9_]+$" |
| 749 | + } |
| 750 | + }, |
| 751 | + "com.amazonaws.lookoutmetrics#AthenaS3ResultsPath": { |
| 752 | + "type": "string", |
| 753 | + "traits": { |
| 754 | + "smithy.api#length": { |
| 755 | + "min": 0, |
| 756 | + "max": 1024 |
| 757 | + }, |
| 758 | + "smithy.api#pattern": "^s3://[a-z0-9].+$" |
| 759 | + } |
| 760 | + }, |
| 761 | + "com.amazonaws.lookoutmetrics#AthenaSourceConfig": { |
| 762 | + "type": "structure", |
| 763 | + "members": { |
| 764 | + "RoleArn": { |
| 765 | + "target": "com.amazonaws.lookoutmetrics#Arn", |
| 766 | + "traits": { |
| 767 | + "smithy.api#documentation": "<p>An IAM role that gives Amazon Lookout for Metrics permission to access the data.</p>" |
| 768 | + } |
| 769 | + }, |
| 770 | + "DatabaseName": { |
| 771 | + "target": "com.amazonaws.lookoutmetrics#AthenaDatabaseName", |
| 772 | + "traits": { |
| 773 | + "smithy.api#documentation": "<p>The database's name.</p>" |
| 774 | + } |
| 775 | + }, |
| 776 | + "DataCatalog": { |
| 777 | + "target": "com.amazonaws.lookoutmetrics#AthenaDataCatalog", |
| 778 | + "traits": { |
| 779 | + "smithy.api#documentation": "<p>The database's data catalog.</p>" |
| 780 | + } |
| 781 | + }, |
| 782 | + "TableName": { |
| 783 | + "target": "com.amazonaws.lookoutmetrics#AthenaTableName", |
| 784 | + "traits": { |
| 785 | + "smithy.api#documentation": "<p>The database's table name.</p>" |
| 786 | + } |
| 787 | + }, |
| 788 | + "WorkGroupName": { |
| 789 | + "target": "com.amazonaws.lookoutmetrics#AthenaWorkGroupName", |
| 790 | + "traits": { |
| 791 | + "smithy.api#documentation": "<p>The database's work group name.</p>" |
| 792 | + } |
| 793 | + }, |
| 794 | + "S3ResultsPath": { |
| 795 | + "target": "com.amazonaws.lookoutmetrics#AthenaS3ResultsPath", |
| 796 | + "traits": { |
| 797 | + "smithy.api#documentation": "<p>The database's results path.</p>" |
| 798 | + } |
| 799 | + }, |
| 800 | + "BackTestConfiguration": { |
| 801 | + "target": "com.amazonaws.lookoutmetrics#BackTestConfiguration", |
| 802 | + "traits": { |
| 803 | + "smithy.api#documentation": "<p>Settings for backtest mode.</p>" |
| 804 | + } |
| 805 | + } |
| 806 | + }, |
| 807 | + "traits": { |
| 808 | + "smithy.api#documentation": "<p>Details about an Amazon Athena datasource.</p>" |
| 809 | + } |
| 810 | + }, |
| 811 | + "com.amazonaws.lookoutmetrics#AthenaTableName": { |
| 812 | + "type": "string", |
| 813 | + "traits": { |
| 814 | + "smithy.api#length": { |
| 815 | + "min": 1, |
| 816 | + "max": 128 |
| 817 | + }, |
| 818 | + "smithy.api#pattern": "^[a-zA-Z0-9_]+$" |
| 819 | + } |
| 820 | + }, |
| 821 | + "com.amazonaws.lookoutmetrics#AthenaWorkGroupName": { |
| 822 | + "type": "string", |
| 823 | + "traits": { |
| 824 | + "smithy.api#length": { |
| 825 | + "min": 1, |
| 826 | + "max": 128 |
| 827 | + }, |
| 828 | + "smithy.api#pattern": "^[a-zA-Z0-9._-]{1,128}$" |
| 829 | + } |
| 830 | + }, |
731 | 831 | "com.amazonaws.lookoutmetrics#AttributeValue": {
|
732 | 832 | "type": "structure",
|
733 | 833 | "members": {
|
|
856 | 956 | "type": "structure",
|
857 | 957 | "members": {}
|
858 | 958 | },
|
| 959 | + "com.amazonaws.lookoutmetrics#BackTestConfiguration": { |
| 960 | + "type": "structure", |
| 961 | + "members": { |
| 962 | + "RunBackTestMode": { |
| 963 | + "target": "com.amazonaws.lookoutmetrics#Boolean", |
| 964 | + "traits": { |
| 965 | + "smithy.api#documentation": "<p>Run a backtest instead of monitoring new data.</p>", |
| 966 | + "smithy.api#required": {} |
| 967 | + } |
| 968 | + } |
| 969 | + }, |
| 970 | + "traits": { |
| 971 | + "smithy.api#documentation": "<p>Settings for backtest mode.</p>" |
| 972 | + } |
| 973 | + }, |
859 | 974 | "com.amazonaws.lookoutmetrics#BinaryAttributeValue": {
|
860 | 975 | "type": "string"
|
861 | 976 | },
|
|
3618 | 3733 | "AppFlowConfig": {
|
3619 | 3734 | "target": "com.amazonaws.lookoutmetrics#AppFlowConfig",
|
3620 | 3735 | "traits": {
|
3621 |
| - "smithy.api#documentation": "<p>An object containing information about the AppFlow configuration.</p>" |
| 3736 | + "smithy.api#documentation": "<p>Details about an AppFlow datasource.</p>" |
3622 | 3737 | }
|
3623 | 3738 | },
|
3624 | 3739 | "CloudWatchConfig": {
|
3625 | 3740 | "target": "com.amazonaws.lookoutmetrics#CloudWatchConfig",
|
3626 | 3741 | "traits": {
|
3627 |
| - "smithy.api#documentation": "<p>An object containing information about the Amazon CloudWatch monitoring configuration.</p>" |
| 3742 | + "smithy.api#documentation": "<p>Details about an Amazon CloudWatch monitoring datasource.</p>" |
3628 | 3743 | }
|
3629 | 3744 | },
|
3630 | 3745 | "RDSSourceConfig": {
|
3631 | 3746 | "target": "com.amazonaws.lookoutmetrics#RDSSourceConfig",
|
3632 | 3747 | "traits": {
|
3633 |
| - "smithy.api#documentation": "<p>An object containing information about the Amazon Relational Database Service (RDS) configuration.</p>" |
| 3748 | + "smithy.api#documentation": "<p>Details about an Amazon Relational Database Service (RDS) datasource.</p>" |
3634 | 3749 | }
|
3635 | 3750 | },
|
3636 | 3751 | "RedshiftSourceConfig": {
|
3637 | 3752 | "target": "com.amazonaws.lookoutmetrics#RedshiftSourceConfig",
|
3638 | 3753 | "traits": {
|
3639 |
| - "smithy.api#documentation": "<p>An object containing information about the Amazon Redshift database configuration.</p>" |
| 3754 | + "smithy.api#documentation": "<p>Details about an Amazon Redshift database datasource.</p>" |
| 3755 | + } |
| 3756 | + }, |
| 3757 | + "AthenaSourceConfig": { |
| 3758 | + "target": "com.amazonaws.lookoutmetrics#AthenaSourceConfig", |
| 3759 | + "traits": { |
| 3760 | + "smithy.api#documentation": "<p>Details about an Amazon Athena datasource.</p>" |
3640 | 3761 | }
|
3641 | 3762 | }
|
3642 | 3763 | },
|
3643 | 3764 | "traits": {
|
3644 |
| - "smithy.api#documentation": "<p>Contains information about source data used to generate a metric.</p>" |
| 3765 | + "smithy.api#documentation": "<p>Contains information about source data used to generate metrics.</p>" |
3645 | 3766 | }
|
3646 | 3767 | },
|
3647 | 3768 | "com.amazonaws.lookoutmetrics#MetricValue": {
|
|
4029 | 4150 | "SnsFormat": {
|
4030 | 4151 | "target": "com.amazonaws.lookoutmetrics#SnsFormat",
|
4031 | 4152 | "traits": {
|
4032 |
| - "smithy.api#documentation": "<p>The text format for alerts.</p>" |
| 4153 | + "smithy.api#documentation": "<p>The format of the SNS topic.</p>" |
4033 | 4154 | }
|
4034 | 4155 | }
|
4035 | 4156 | },
|
|
0 commit comments