|
226 | 226 | ],
|
227 | 227 | "documentation":"<p>Lists the problems with your application.</p>"
|
228 | 228 | },
|
| 229 | + "UpdateApplication":{ |
| 230 | + "name":"UpdateApplication", |
| 231 | + "http":{ |
| 232 | + "method":"POST", |
| 233 | + "requestUri":"/" |
| 234 | + }, |
| 235 | + "input":{"shape":"UpdateApplicationRequest"}, |
| 236 | + "output":{"shape":"UpdateApplicationResponse"}, |
| 237 | + "errors":[ |
| 238 | + {"shape":"InternalServerException"}, |
| 239 | + {"shape":"ResourceNotFoundException"}, |
| 240 | + {"shape":"ValidationException"} |
| 241 | + ], |
| 242 | + "documentation":"<p>Updates the application.</p>" |
| 243 | + }, |
229 | 244 | "UpdateComponent":{
|
230 | 245 | "name":"UpdateComponent",
|
231 | 246 | "http":{
|
|
297 | 312 | "shape":"LifeCycle",
|
298 | 313 | "documentation":"<p>The lifecycle of the application. </p>"
|
299 | 314 | },
|
| 315 | + "OpsItemSNSTopicArn":{ |
| 316 | + "shape":"OpsItemSNSTopicArn", |
| 317 | + "documentation":"<p> The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates. </p>" |
| 318 | + }, |
| 319 | + "OpsCenterEnabled":{ |
| 320 | + "shape":"OpsCenterEnabled", |
| 321 | + "documentation":"<p> Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application. </p>" |
| 322 | + }, |
300 | 323 | "Remarks":{
|
301 | 324 | "shape":"Remarks",
|
302 |
| - "documentation":"<p>The issues on the user side that are blocking Application Insights from fully monitoring the application.</p>" |
| 325 | + "documentation":"<p>The issues on the user side that block Application Insights from successfully monitoring an application.</p>" |
303 | 326 | }
|
304 | 327 | },
|
305 | 328 | "documentation":"<p>Describes the status of the application.</p>"
|
|
325 | 348 | "ResourceGroupName":{
|
326 | 349 | "shape":"ResourceGroupName",
|
327 | 350 | "documentation":"<p>The name of the resource group.</p>"
|
| 351 | + }, |
| 352 | + "OpsCenterEnabled":{ |
| 353 | + "shape":"OpsCenterEnabled", |
| 354 | + "documentation":"<p> When set to <code>true</code>, creates opsItems for any problems detected on an application. </p>" |
| 355 | + }, |
| 356 | + "OpsItemSNSTopicArn":{ |
| 357 | + "shape":"OpsItemSNSTopicArn", |
| 358 | + "documentation":"<p> The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem. </p>" |
328 | 359 | }
|
329 | 360 | }
|
330 | 361 | },
|
|
438 | 469 | },
|
439 | 470 | "Tier":{
|
440 | 471 | "shape":"Tier",
|
441 |
| - "documentation":"<p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB_TIER</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code>.</p>" |
| 472 | + "documentation":"<p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code>.</p>" |
442 | 473 | }
|
443 | 474 | }
|
444 | 475 | },
|
|
477 | 508 | },
|
478 | 509 | "Tier":{
|
479 | 510 | "shape":"Tier",
|
480 |
| - "documentation":"<p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB_TIER</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code> </p>" |
| 511 | + "documentation":"<p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code> </p>" |
481 | 512 | },
|
482 | 513 | "ComponentConfiguration":{
|
483 | 514 | "shape":"ComponentConfiguration",
|
|
777 | 808 | "type":"list",
|
778 | 809 | "member":{"shape":"Observation"}
|
779 | 810 | },
|
| 811 | + "OpsCenterEnabled":{"type":"boolean"}, |
| 812 | + "OpsItemSNSTopicArn":{"type":"string"}, |
780 | 813 | "PaginationToken":{"type":"string"},
|
781 | 814 | "Problem":{
|
782 | 815 | "type":"structure",
|
|
840 | 873 | "documentation":"<p>Describes observations related to the problem.</p>"
|
841 | 874 | },
|
842 | 875 | "Remarks":{"type":"string"},
|
| 876 | + "RemoveSNSTopic":{"type":"boolean"}, |
843 | 877 | "ResourceARN":{"type":"string"},
|
844 | 878 | "ResourceGroupName":{"type":"string"},
|
845 | 879 | "ResourceInUseException":{
|
|
885 | 919 | "Tier":{"type":"string"},
|
886 | 920 | "Title":{"type":"string"},
|
887 | 921 | "Unit":{"type":"string"},
|
| 922 | + "UpdateApplicationRequest":{ |
| 923 | + "type":"structure", |
| 924 | + "required":["ResourceGroupName"], |
| 925 | + "members":{ |
| 926 | + "ResourceGroupName":{ |
| 927 | + "shape":"ResourceGroupName", |
| 928 | + "documentation":"<p>The name of the resource group.</p>" |
| 929 | + }, |
| 930 | + "OpsCenterEnabled":{ |
| 931 | + "shape":"OpsCenterEnabled", |
| 932 | + "documentation":"<p> When set to <code>true</code>, creates opsItems for any problems detected on an application. </p>" |
| 933 | + }, |
| 934 | + "OpsItemSNSTopicArn":{ |
| 935 | + "shape":"OpsItemSNSTopicArn", |
| 936 | + "documentation":"<p> The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.</p>" |
| 937 | + }, |
| 938 | + "RemoveSNSTopic":{ |
| 939 | + "shape":"RemoveSNSTopic", |
| 940 | + "documentation":"<p> Disassociates the SNS topic from the opsItem created for detected problems.</p>" |
| 941 | + } |
| 942 | + } |
| 943 | + }, |
| 944 | + "UpdateApplicationResponse":{ |
| 945 | + "type":"structure", |
| 946 | + "members":{ |
| 947 | + "ApplicationInfo":{ |
| 948 | + "shape":"ApplicationInfo", |
| 949 | + "documentation":"<p>Information about the application. </p>" |
| 950 | + } |
| 951 | + } |
| 952 | + }, |
888 | 953 | "UpdateComponentConfigurationRequest":{
|
889 | 954 | "type":"structure",
|
890 | 955 | "required":[
|
|
906 | 971 | },
|
907 | 972 | "Tier":{
|
908 | 973 | "shape":"Tier",
|
909 |
| - "documentation":"<p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB_TIER</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code>.</p>" |
| 974 | + "documentation":"<p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code>.</p>" |
910 | 975 | },
|
911 | 976 | "ComponentConfiguration":{
|
912 | 977 | "shape":"ComponentConfiguration",
|
|
0 commit comments