Skip to content

Commit 6cc5c53

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent dc9a47d commit 6cc5c53

File tree

4 files changed

+111
-6
lines changed

4 files changed

+111
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::ApplicationInsights - Updated the API, and documentation for Amazon CloudWatch Application Insights.
5+
46
2.11.327 (2019-08-06)
57
------------------
68

aws-sdk-core/apis/application-insights/2018-11-25/api-2.json

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,20 @@
212212
{"shape":"InternalServerException"}
213213
]
214214
},
215+
"UpdateApplication":{
216+
"name":"UpdateApplication",
217+
"http":{
218+
"method":"POST",
219+
"requestUri":"/"
220+
},
221+
"input":{"shape":"UpdateApplicationRequest"},
222+
"output":{"shape":"UpdateApplicationResponse"},
223+
"errors":[
224+
{"shape":"InternalServerException"},
225+
{"shape":"ResourceNotFoundException"},
226+
{"shape":"ValidationException"}
227+
]
228+
},
215229
"UpdateComponent":{
216230
"name":"UpdateComponent",
217231
"http":{
@@ -262,6 +276,8 @@
262276
"members":{
263277
"ResourceGroupName":{"shape":"ResourceGroupName"},
264278
"LifeCycle":{"shape":"LifeCycle"},
279+
"OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"},
280+
"OpsCenterEnabled":{"shape":"OpsCenterEnabled"},
265281
"Remarks":{"shape":"Remarks"}
266282
}
267283
},
@@ -282,7 +298,9 @@
282298
"type":"structure",
283299
"required":["ResourceGroupName"],
284300
"members":{
285-
"ResourceGroupName":{"shape":"ResourceGroupName"}
301+
"ResourceGroupName":{"shape":"ResourceGroupName"},
302+
"OpsCenterEnabled":{"shape":"OpsCenterEnabled"},
303+
"OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"}
286304
}
287305
},
288306
"CreateApplicationResponse":{
@@ -564,6 +582,8 @@
564582
"type":"list",
565583
"member":{"shape":"Observation"}
566584
},
585+
"OpsCenterEnabled":{"type":"boolean"},
586+
"OpsItemSNSTopicArn":{"type":"string"},
567587
"PaginationToken":{"type":"string"},
568588
"Problem":{
569589
"type":"structure",
@@ -592,6 +612,7 @@
592612
}
593613
},
594614
"Remarks":{"type":"string"},
615+
"RemoveSNSTopic":{"type":"boolean"},
595616
"ResourceARN":{"type":"string"},
596617
"ResourceGroupName":{"type":"string"},
597618
"ResourceInUseException":{
@@ -635,6 +656,22 @@
635656
"Tier":{"type":"string"},
636657
"Title":{"type":"string"},
637658
"Unit":{"type":"string"},
659+
"UpdateApplicationRequest":{
660+
"type":"structure",
661+
"required":["ResourceGroupName"],
662+
"members":{
663+
"ResourceGroupName":{"shape":"ResourceGroupName"},
664+
"OpsCenterEnabled":{"shape":"OpsCenterEnabled"},
665+
"OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"},
666+
"RemoveSNSTopic":{"shape":"RemoveSNSTopic"}
667+
}
668+
},
669+
"UpdateApplicationResponse":{
670+
"type":"structure",
671+
"members":{
672+
"ApplicationInfo":{"shape":"ApplicationInfo"}
673+
}
674+
},
638675
"UpdateComponentConfigurationRequest":{
639676
"type":"structure",
640677
"required":[

aws-sdk-core/apis/application-insights/2018-11-25/docs-2.json

Lines changed: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"ListApplications": "<p>Lists the IDs of the applications that you are monitoring. </p>",
1717
"ListComponents": "<p>Lists the auto-grouped, standalone, and custom components of the application.</p>",
1818
"ListProblems": "<p>Lists the problems with your application.</p>",
19+
"UpdateApplication": "<p>Updates the application.</p>",
1920
"UpdateComponent": "<p>Updates the custom component name and/or the list of resources that make up the component.</p>",
2021
"UpdateComponentConfiguration": "<p>Updates the monitoring configurations for the component. The configuration input parameter is an escaped JSON of the configuration and should match the schema of what is returned by <code>DescribeComponentConfigurationRecommendation</code>.</p>"
2122
},
@@ -44,7 +45,8 @@
4445
"refs": {
4546
"ApplicationInfoList$member": null,
4647
"CreateApplicationResponse$ApplicationInfo": "<p>Information about the application.</p>",
47-
"DescribeApplicationResponse$ApplicationInfo": "<p>Information about the application.</p>"
48+
"DescribeApplicationResponse$ApplicationInfo": "<p>Information about the application.</p>",
49+
"UpdateApplicationResponse$ApplicationInfo": "<p>Information about the application. </p>"
4850
}
4951
},
5052
"ApplicationInfoList": {
@@ -350,6 +352,22 @@
350352
"RelatedObservations$ObservationList": "<p>The list of observations related to the problem.</p>"
351353
}
352354
},
355+
"OpsCenterEnabled": {
356+
"base": null,
357+
"refs": {
358+
"ApplicationInfo$OpsCenterEnabled": "<p> Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application. </p>",
359+
"CreateApplicationRequest$OpsCenterEnabled": "<p> When set to <code>true</code>, creates opsItems for any problems detected on an application. </p>",
360+
"UpdateApplicationRequest$OpsCenterEnabled": "<p> When set to <code>true</code>, creates opsItems for any problems detected on an application. </p>"
361+
}
362+
},
363+
"OpsItemSNSTopicArn": {
364+
"base": null,
365+
"refs": {
366+
"ApplicationInfo$OpsItemSNSTopicArn": "<p> The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates. </p>",
367+
"CreateApplicationRequest$OpsItemSNSTopicArn": "<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>",
368+
"UpdateApplicationRequest$OpsItemSNSTopicArn": "<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>"
369+
}
370+
},
353371
"PaginationToken": {
354372
"base": null,
355373
"refs": {
@@ -391,7 +409,13 @@
391409
"Remarks": {
392410
"base": null,
393411
"refs": {
394-
"ApplicationInfo$Remarks": "<p>The issues on the user side that are blocking Application Insights from fully monitoring the application.</p>"
412+
"ApplicationInfo$Remarks": "<p>The issues on the user side that block Application Insights from successfully monitoring an application.</p>"
413+
}
414+
},
415+
"RemoveSNSTopic": {
416+
"base": null,
417+
"refs": {
418+
"UpdateApplicationRequest$RemoveSNSTopic": "<p> Disassociates the SNS topic from the opsItem created for detected problems.</p>"
395419
}
396420
},
397421
"ResourceARN": {
@@ -415,6 +439,7 @@
415439
"ListComponentsRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
416440
"ListProblemsRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
417441
"Problem$ResourceGroupName": "<p>The name of the resource group affected by the problem.</p>",
442+
"UpdateApplicationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
418443
"UpdateComponentConfigurationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
419444
"UpdateComponentRequest$ResourceGroupName": "<p>The name of the resource group.</p>"
420445
}
@@ -479,9 +504,9 @@
479504
"base": null,
480505
"refs": {
481506
"ApplicationComponent$Tier": "<p>The stack tier of the application component.</p>",
482-
"DescribeComponentConfigurationRecommendationRequest$Tier": "<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>",
483-
"DescribeComponentConfigurationResponse$Tier": "<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>",
484-
"UpdateComponentConfigurationRequest$Tier": "<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>"
507+
"DescribeComponentConfigurationRecommendationRequest$Tier": "<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>",
508+
"DescribeComponentConfigurationResponse$Tier": "<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>",
509+
"UpdateComponentConfigurationRequest$Tier": "<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>"
485510
}
486511
},
487512
"Title": {
@@ -496,6 +521,16 @@
496521
"Observation$Unit": "<p>The unit of the source observation metric.</p>"
497522
}
498523
},
524+
"UpdateApplicationRequest": {
525+
"base": null,
526+
"refs": {
527+
}
528+
},
529+
"UpdateApplicationResponse": {
530+
"base": null,
531+
"refs": {
532+
}
533+
},
499534
"UpdateComponentConfigurationRequest": {
500535
"base": null,
501536
"refs": {

aws-sdk-core/endpoints.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,30 @@
978978
"ap-southeast-2" : { },
979979
"eu-central-1" : { },
980980
"eu-west-1" : { },
981+
"fips-us-east-1" : {
982+
"credentialScope" : {
983+
"region" : "us-east-1"
984+
},
985+
"hostname" : "datasync-fips.us-east-1.amazonaws.com"
986+
},
987+
"fips-us-east-2" : {
988+
"credentialScope" : {
989+
"region" : "us-east-2"
990+
},
991+
"hostname" : "datasync-fips.us-east-2.amazonaws.com"
992+
},
993+
"fips-us-west-1" : {
994+
"credentialScope" : {
995+
"region" : "us-west-1"
996+
},
997+
"hostname" : "datasync-fips.us-west-1.amazonaws.com"
998+
},
999+
"fips-us-west-2" : {
1000+
"credentialScope" : {
1001+
"region" : "us-west-2"
1002+
},
1003+
"hostname" : "datasync-fips.us-west-2.amazonaws.com"
1004+
},
9811005
"us-east-1" : { },
9821006
"us-east-2" : { },
9831007
"us-west-1" : { },
@@ -3413,6 +3437,7 @@
34133437
"eu-west-1" : { },
34143438
"eu-west-2" : { },
34153439
"eu-west-3" : { },
3440+
"me-south-1" : { },
34163441
"sa-east-1" : { },
34173442
"us-east-1" : { },
34183443
"us-east-2" : { },
@@ -4036,6 +4061,12 @@
40364061
},
40374062
"datasync" : {
40384063
"endpoints" : {
4064+
"fips-us-gov-west-1" : {
4065+
"credentialScope" : {
4066+
"region" : "us-gov-west-1"
4067+
},
4068+
"hostname" : "datasync-fips.us-gov-west-1.amazonaws.com"
4069+
},
40394070
"us-gov-west-1" : { }
40404071
}
40414072
},

0 commit comments

Comments
 (0)