|
917 | 917 | "smithy.api#output": {}
|
918 | 918 | }
|
919 | 919 | },
|
| 920 | + "com.amazonaws.applicationsignals#DependencyConfig": { |
| 921 | + "type": "structure", |
| 922 | + "members": { |
| 923 | + "DependencyKeyAttributes": { |
| 924 | + "target": "com.amazonaws.applicationsignals#Attributes", |
| 925 | + "traits": { |
| 926 | + "smithy.api#documentation": "<p>This is a string-to-string map. It can \n include the following fields.</p>\n <ul>\n <li>\n <p>\n <code>Type</code> designates the type of object this is.</p>\n </li>\n <li>\n <p>\n <code>ResourceType</code> specifies the type of the resource. This field is used only\n when the value of the <code>Type</code> field is <code>Resource</code> or <code>AWS::Resource</code>.</p>\n </li>\n <li>\n <p>\n <code>Name</code> specifies the name of the object. This is used only if the value of the <code>Type</code> field\n is <code>Service</code>, <code>RemoteService</code>, or <code>AWS::Service</code>.</p>\n </li>\n <li>\n <p>\n <code>Identifier</code> identifies the resource objects of this resource. \n This is used only if the value of the <code>Type</code> field\n is <code>Resource</code> or <code>AWS::Resource</code>.</p>\n </li>\n <li>\n <p>\n <code>Environment</code> specifies the location where this object is hosted, or what it belongs to.</p>\n </li>\n </ul>", |
| 927 | + "smithy.api#required": {} |
| 928 | + } |
| 929 | + }, |
| 930 | + "DependencyOperationName": { |
| 931 | + "target": "com.amazonaws.applicationsignals#OperationName", |
| 932 | + "traits": { |
| 933 | + "smithy.api#documentation": "<p>The name of the called operation in the dependency.</p>", |
| 934 | + "smithy.api#required": {} |
| 935 | + } |
| 936 | + } |
| 937 | + }, |
| 938 | + "traits": { |
| 939 | + "smithy.api#documentation": "<p>Identifies the dependency using the <code>DependencyKeyAttributes</code> and <code>DependencyOperationName</code>.</p>\n <p>When creating a service dependency SLO, you must specify the <code>KeyAttributes</code> of the service, and the <code>DependencyConfig</code> for the dependency. You can specify the <code>OperationName</code> of the service, from which it calls the dependency. Alternatively, \n you can exclude <code>OperationName</code> and the SLO will monitor all of the service's operations that call the dependency.</p>" |
| 940 | + } |
| 941 | + }, |
920 | 942 | "com.amazonaws.applicationsignals#Dimension": {
|
921 | 943 | "type": "structure",
|
922 | 944 | "members": {
|
|
1700 | 1722 | "smithy.api#httpQuery": "OperationName"
|
1701 | 1723 | }
|
1702 | 1724 | },
|
| 1725 | + "DependencyConfig": { |
| 1726 | + "target": "com.amazonaws.applicationsignals#DependencyConfig", |
| 1727 | + "traits": { |
| 1728 | + "smithy.api#documentation": "<p>Identifies the dependency using the <code>DependencyKeyAttributes</code> and <code>DependencyOperationName</code>. </p>" |
| 1729 | + } |
| 1730 | + }, |
1703 | 1731 | "MaxResults": {
|
1704 | 1732 | "target": "com.amazonaws.applicationsignals#ListServiceLevelObjectivesMaxResults",
|
1705 | 1733 | "traits": {
|
|
1715 | 1743 | "smithy.api#httpQuery": "NextToken"
|
1716 | 1744 | }
|
1717 | 1745 | },
|
| 1746 | + "MetricSourceTypes": { |
| 1747 | + "target": "com.amazonaws.applicationsignals#MetricSourceTypes", |
| 1748 | + "traits": { |
| 1749 | + "smithy.api#documentation": "<p>Use this optional field to only include SLOs with the specified metric source types in the output. Supported types are:</p>\n <ul>\n <li>\n <p>Service operation</p>\n </li>\n <li>\n <p>Service dependency</p>\n </li>\n <li>\n <p>CloudWatch metric</p>\n </li>\n </ul>" |
| 1750 | + } |
| 1751 | + }, |
1718 | 1752 | "IncludeLinkedAccounts": {
|
1719 | 1753 | "target": "smithy.api#Boolean",
|
1720 | 1754 | "traits": {
|
|
2240 | 2274 | "target": "com.amazonaws.applicationsignals#MetricReference"
|
2241 | 2275 | }
|
2242 | 2276 | },
|
| 2277 | + "com.amazonaws.applicationsignals#MetricSourceType": { |
| 2278 | + "type": "enum", |
| 2279 | + "members": { |
| 2280 | + "SERVICE_OPERATION": { |
| 2281 | + "target": "smithy.api#Unit", |
| 2282 | + "traits": { |
| 2283 | + "smithy.api#enumValue": "ServiceOperation" |
| 2284 | + } |
| 2285 | + }, |
| 2286 | + "CLOUDWATCH_METRIC": { |
| 2287 | + "target": "smithy.api#Unit", |
| 2288 | + "traits": { |
| 2289 | + "smithy.api#enumValue": "CloudWatchMetric" |
| 2290 | + } |
| 2291 | + }, |
| 2292 | + "SERVICE_DEPENDENCY": { |
| 2293 | + "target": "smithy.api#Unit", |
| 2294 | + "traits": { |
| 2295 | + "smithy.api#enumValue": "ServiceDependency" |
| 2296 | + } |
| 2297 | + } |
| 2298 | + } |
| 2299 | + }, |
| 2300 | + "com.amazonaws.applicationsignals#MetricSourceTypes": { |
| 2301 | + "type": "list", |
| 2302 | + "member": { |
| 2303 | + "target": "com.amazonaws.applicationsignals#MetricSourceType" |
| 2304 | + }, |
| 2305 | + "traits": { |
| 2306 | + "smithy.api#length": { |
| 2307 | + "min": 1, |
| 2308 | + "max": 3 |
| 2309 | + } |
| 2310 | + } |
| 2311 | + }, |
2243 | 2312 | "com.amazonaws.applicationsignals#MetricStat": {
|
2244 | 2313 | "type": "structure",
|
2245 | 2314 | "members": {
|
|
2434 | 2503 | "smithy.api#documentation": "<p>This structure defines the metric that is used as the \"good request\" or \"bad request\"\n value for a request-based SLO. \n This value observed for the metric defined in \n <code>TotalRequestCountMetric</code> is divided by the number found for \n <code>MonitoredRequestCountMetric</code> to determine the percentage of successful requests that \n this SLO tracks.</p>",
|
2435 | 2504 | "smithy.api#required": {}
|
2436 | 2505 | }
|
| 2506 | + }, |
| 2507 | + "DependencyConfig": { |
| 2508 | + "target": "com.amazonaws.applicationsignals#DependencyConfig", |
| 2509 | + "traits": { |
| 2510 | + "smithy.api#documentation": "<p>Identifies the dependency using the <code>DependencyKeyAttributes</code> and <code>DependencyOperationName</code>. </p>" |
| 2511 | + } |
2437 | 2512 | }
|
2438 | 2513 | },
|
2439 | 2514 | "traits": {
|
|
2472 | 2547 | "traits": {
|
2473 | 2548 | "smithy.api#documentation": "<p>Use this structure to define the metric that you want to use as the \"good request\" or \"bad request\"\n value for a request-based SLO. \n This value observed for the metric defined in \n <code>TotalRequestCountMetric</code> will be divided by the number found for \n <code>MonitoredRequestCountMetric</code> to determine the percentage of successful requests that \n this SLO tracks.</p>"
|
2474 | 2549 | }
|
| 2550 | + }, |
| 2551 | + "DependencyConfig": { |
| 2552 | + "target": "com.amazonaws.applicationsignals#DependencyConfig", |
| 2553 | + "traits": { |
| 2554 | + "smithy.api#documentation": "<p>Identifies the dependency using the <code>DependencyKeyAttributes</code> and <code>DependencyOperationName</code>. </p>" |
| 2555 | + } |
2475 | 2556 | }
|
2476 | 2557 | },
|
2477 | 2558 | "traits": {
|
|
2801 | 2882 | "smithy.api#documentation": "<p>If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, \n this structure includes the information about that metric or expression. </p>",
|
2802 | 2883 | "smithy.api#required": {}
|
2803 | 2884 | }
|
| 2885 | + }, |
| 2886 | + "DependencyConfig": { |
| 2887 | + "target": "com.amazonaws.applicationsignals#DependencyConfig", |
| 2888 | + "traits": { |
| 2889 | + "smithy.api#documentation": "<p>Identifies the dependency using the <code>DependencyKeyAttributes</code> and <code>DependencyOperationName</code>. </p>" |
| 2890 | + } |
2804 | 2891 | }
|
2805 | 2892 | },
|
2806 | 2893 | "traits": {
|
|
2845 | 2932 | "traits": {
|
2846 | 2933 | "smithy.api#documentation": "<p>If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, \n use this structure to specify that metric or expression. </p>"
|
2847 | 2934 | }
|
| 2935 | + }, |
| 2936 | + "DependencyConfig": { |
| 2937 | + "target": "com.amazonaws.applicationsignals#DependencyConfig", |
| 2938 | + "traits": { |
| 2939 | + "smithy.api#documentation": "<p>Identifies the dependency using the <code>DependencyKeyAttributes</code> and <code>DependencyOperationName</code>. </p>" |
| 2940 | + } |
2848 | 2941 | }
|
2849 | 2942 | },
|
2850 | 2943 | "traits": {
|
|
2947 | 3040 | "traits": {
|
2948 | 3041 | "smithy.api#documentation": "<p>Each object in this array defines the length of the look-back window used to calculate one burn rate metric\n for this SLO. The burn rate measures how fast the service is consuming the error budget, relative to the attainment goal of the SLO.</p>"
|
2949 | 3042 | }
|
| 3043 | + }, |
| 3044 | + "MetricSourceType": { |
| 3045 | + "target": "com.amazonaws.applicationsignals#MetricSourceType", |
| 3046 | + "traits": { |
| 3047 | + "smithy.api#documentation": "<p>Displays the SLI metric source type for this SLO. Supported types are:</p>\n <ul>\n <li>\n <p>Service operation</p>\n </li>\n <li>\n <p>Service dependency</p>\n </li>\n <li>\n <p>CloudWatch metric</p>\n </li>\n </ul>" |
| 3048 | + } |
2950 | 3049 | }
|
2951 | 3050 | },
|
2952 | 3051 | "traits": {
|
|
3230 | 3329 | "smithy.api#documentation": "<p>If this service level objective is specific to a single operation, this \n field displays the name of that operation.</p>"
|
3231 | 3330 | }
|
3232 | 3331 | },
|
| 3332 | + "DependencyConfig": { |
| 3333 | + "target": "com.amazonaws.applicationsignals#DependencyConfig", |
| 3334 | + "traits": { |
| 3335 | + "smithy.api#documentation": "<p>Identifies the dependency using the <code>DependencyKeyAttributes</code> and <code>DependencyOperationName</code>. </p>" |
| 3336 | + } |
| 3337 | + }, |
3233 | 3338 | "CreatedTime": {
|
3234 | 3339 | "target": "smithy.api#Timestamp",
|
3235 | 3340 | "traits": {
|
3236 | 3341 | "smithy.api#documentation": "<p>The date and time that this service level objective was created. It is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.</p>"
|
3237 | 3342 | }
|
| 3343 | + }, |
| 3344 | + "EvaluationType": { |
| 3345 | + "target": "com.amazonaws.applicationsignals#EvaluationType", |
| 3346 | + "traits": { |
| 3347 | + "smithy.api#documentation": "<p>Displays whether this is a period-based SLO or a request-based SLO.</p>" |
| 3348 | + } |
| 3349 | + }, |
| 3350 | + "MetricSourceType": { |
| 3351 | + "target": "com.amazonaws.applicationsignals#MetricSourceType", |
| 3352 | + "traits": { |
| 3353 | + "smithy.api#documentation": "<p>Displays the SLI metric source type for this SLO. Supported types are:</p>\n <ul>\n <li>\n <p>Service operation</p>\n </li>\n <li>\n <p>Service dependency</p>\n </li>\n <li>\n <p>CloudWatch metric</p>\n </li>\n </ul>" |
| 3354 | + } |
3238 | 3355 | }
|
3239 | 3356 | },
|
3240 | 3357 | "traits": {
|
|
0 commit comments