You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-devops-guru): This release adds filter feature on AddNotificationChannel API, enable customer to configure the SNS notification messages by Severity or MessageTypes
* The filter configurations for the Amazon SNS notification topic you use with DevOps Guru. You can choose to specify which events or message types to receive notifications for.
84
+
* You can also choose to specify which severity levels to receive notifications for.
85
+
* </p>
86
+
*/
87
+
export interface NotificationFilterConfig {
88
+
/**
89
+
* <p>
90
+
* The severity levels that you want to receive notifications for. For example, you can choose to receive notifications only for insights with <code>HIGH</code> and <code>MEDIUM</code> severity levels.
91
+
* For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding insight severities</a>.
92
+
* </p>
93
+
*/
94
+
Severities?: (InsightSeverity | string)[];
95
+
96
+
/**
97
+
* <p>
98
+
* The events that you want to receive notifications for. For example, you can choose to receive notifications only when the severity level is upgraded or a new insight is created.
* Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
102
139
*/
103
140
Sns: SnsChannelConfig | undefined;
141
+
142
+
/**
143
+
* <p>
144
+
* The filter configurations for the Amazon SNS notification topic you use with DevOps Guru.
145
+
* If you do not provide filter configurations, the default configurations are to receive notifications for all message types of <code>High</code> or <code>Medium</code> severity.
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
1229
1274
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
1230
-
* <code>Devops-guru-deployment-application</code> or
1231
-
* <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
1232
-
* case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
1275
+
* <code>DevOps-Guru-deployment-application</code> or
1276
+
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
1277
+
* For example, DevOps Guru works with a
1233
1278
* <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
1234
-
* <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
1279
+
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
1235
1280
* application might be <code>Devops-Guru-production-application/RDS</code> or
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
1246
1291
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
1247
-
* <code>Devops-guru-deployment-application</code> or
1248
-
* <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
1249
-
* case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
1292
+
* <code>DevOps-Guru-deployment-application</code> or
1293
+
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
1294
+
* For example, DevOps Guru works with a
1250
1295
* <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
1251
-
* <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
1296
+
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
1252
1297
* application might be <code>Devops-Guru-production-application/RDS</code> or
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
1309
1354
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
1310
-
* <code>Devops-guru-deployment-application</code> or
1311
-
* <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
1312
-
* case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
1355
+
* <code>DevOps-Guru-deployment-application</code> or
1356
+
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
1357
+
* For example, DevOps Guru works with a
1313
1358
* <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
1314
-
* <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
1359
+
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
1315
1360
* application might be <code>Devops-Guru-production-application/RDS</code> or
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
1962
2001
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
1963
-
* <code>Devops-guru-deployment-application</code> or
1964
-
* <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
1965
-
* case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
2002
+
* <code>DevOps-Guru-deployment-application</code> or
2003
+
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
2004
+
* For example, DevOps Guru works with a
1966
2005
* <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
1967
-
* <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
2006
+
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
1968
2007
* application might be <code>Devops-Guru-production-application/RDS</code> or
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
2043
2082
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
2044
-
* <code>Devops-guru-deployment-application</code> or
2045
-
* <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
2046
-
* case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
2083
+
* <code>DevOps-Guru-deployment-application</code> or
2084
+
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
2085
+
* For example, DevOps Guru works with a
2047
2086
* <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
2048
-
* <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
2087
+
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
2049
2088
* application might be <code>Devops-Guru-production-application/RDS</code> or
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
2124
2163
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
2125
-
* <code>Devops-guru-deployment-application</code> or
2126
-
* <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
2127
-
* case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
2164
+
* <code>DevOps-Guru-deployment-application</code> or
2165
+
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
2166
+
* For example, DevOps Guru works with a
2128
2167
* <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
2129
-
* <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
2168
+
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
2130
2169
* application might be <code>Devops-Guru-production-application/RDS</code> or
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
2280
2319
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
2281
-
* <code>Devops-guru-deployment-application</code> or
2282
-
* <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
2283
-
* case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
2320
+
* <code>DevOps-Guru-deployment-application</code> or
2321
+
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
2322
+
* For example, DevOps Guru works with a
2284
2323
* <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
2285
-
* <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
2324
+
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
2286
2325
* application might be <code>Devops-Guru-production-application/RDS</code> or
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
2345
2384
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
2346
-
* <code>Devops-guru-deployment-application</code> or
2347
-
* <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
2348
-
* case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
2385
+
* <code>DevOps-Guru-deployment-application</code> or
2386
+
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
2387
+
* For example, DevOps Guru works with a
2349
2388
* <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
2350
-
* <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
2389
+
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
2351
2390
* application might be <code>Devops-Guru-production-application/RDS</code> or
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
2455
2494
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
2456
-
* <code>Devops-guru-deployment-application</code> or
2457
-
* <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
2458
-
* case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
2495
+
* <code>DevOps-Guru-deployment-application</code> or
2496
+
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
2497
+
* For example, DevOps Guru works with a
2459
2498
* <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
2460
-
* <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
2499
+
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
2461
2500
* application might be <code>Devops-Guru-production-application/RDS</code> or
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
2518
2557
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
2519
-
* <code>Devops-guru-deployment-application</code> or
2520
-
* <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
2521
-
* case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
2558
+
* <code>DevOps-Guru-deployment-application</code> or
2559
+
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
2560
+
* For example, DevOps Guru works with a
2522
2561
* <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
2523
-
* <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
2562
+
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
2524
2563
* application might be <code>Devops-Guru-production-application/RDS</code> or
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
4018
4057
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
4019
-
* <code>Devops-guru-deployment-application</code> or
4020
-
* <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
4021
-
* case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
4058
+
* <code>DevOps-Guru-deployment-application</code> or
4059
+
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
4060
+
* For example, DevOps Guru works with a
4022
4061
* <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
4023
-
* <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
4062
+
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
4024
4063
* application might be <code>Devops-Guru-production-application/RDS</code> or
* <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
4077
4116
* prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
4078
-
* <code>Devops-guru-deployment-application</code> or
4079
-
* <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
4080
-
* case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
4117
+
* <code>DevOps-Guru-deployment-application</code> or
4118
+
* <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive.
4119
+
* For example, DevOps Guru works with a
4081
4120
* <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
4082
-
* <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
4121
+
* <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your
4083
4122
* application might be <code>Devops-Guru-production-application/RDS</code> or
0 commit comments