Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Aug 7, 2019
1 parent 9cb7267 commit 8192a4e
Show file tree
Hide file tree
Showing 9 changed files with 125 additions and 9 deletions.
7 changes: 7 additions & 0 deletions .changes/3.108.6
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "api-change",
"category": "ApplicationInsights",
"description": "CloudWatch Application Insights for .NET and SQL Server now provides integration with AWS Systems Manager OpsCenter. This integration allows you to view and resolve problems and operational issues detected for selected applications."
}
]
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## next release

* `Aws\ApplicationInsights` - CloudWatch Application Insights for .NET and SQL Server now provides integration with AWS Systems Manager OpsCenter. This integration allows you to view and resolve problems and operational issues detected for selected applications.

## 3.108.5 - 2019-08-06

* `Aws\Batch` - Documentation updates for AWS Batch
Expand Down
2 changes: 2 additions & 0 deletions src/ApplicationInsights/ApplicationInsightsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
* @method \GuzzleHttp\Promise\Promise listComponentsAsync(array $args = [])
* @method \Aws\Result listProblems(array $args = [])
* @method \GuzzleHttp\Promise\Promise listProblemsAsync(array $args = [])
* @method \Aws\Result updateApplication(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
* @method \Aws\Result updateComponent(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateComponentAsync(array $args = [])
* @method \Aws\Result updateComponentConfiguration(array $args = [])
Expand Down
39 changes: 38 additions & 1 deletion src/data/application-insights/2018-11-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,20 @@
{"shape":"InternalServerException"}
]
},
"UpdateApplication":{
"name":"UpdateApplication",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateApplicationRequest"},
"output":{"shape":"UpdateApplicationResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
},
"UpdateComponent":{
"name":"UpdateComponent",
"http":{
Expand Down Expand Up @@ -262,6 +276,8 @@
"members":{
"ResourceGroupName":{"shape":"ResourceGroupName"},
"LifeCycle":{"shape":"LifeCycle"},
"OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"},
"OpsCenterEnabled":{"shape":"OpsCenterEnabled"},
"Remarks":{"shape":"Remarks"}
}
},
Expand All @@ -282,7 +298,9 @@
"type":"structure",
"required":["ResourceGroupName"],
"members":{
"ResourceGroupName":{"shape":"ResourceGroupName"}
"ResourceGroupName":{"shape":"ResourceGroupName"},
"OpsCenterEnabled":{"shape":"OpsCenterEnabled"},
"OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"}
}
},
"CreateApplicationResponse":{
Expand Down Expand Up @@ -564,6 +582,8 @@
"type":"list",
"member":{"shape":"Observation"}
},
"OpsCenterEnabled":{"type":"boolean"},
"OpsItemSNSTopicArn":{"type":"string"},
"PaginationToken":{"type":"string"},
"Problem":{
"type":"structure",
Expand Down Expand Up @@ -592,6 +612,7 @@
}
},
"Remarks":{"type":"string"},
"RemoveSNSTopic":{"type":"boolean"},
"ResourceARN":{"type":"string"},
"ResourceGroupName":{"type":"string"},
"ResourceInUseException":{
Expand Down Expand Up @@ -635,6 +656,22 @@
"Tier":{"type":"string"},
"Title":{"type":"string"},
"Unit":{"type":"string"},
"UpdateApplicationRequest":{
"type":"structure",
"required":["ResourceGroupName"],
"members":{
"ResourceGroupName":{"shape":"ResourceGroupName"},
"OpsCenterEnabled":{"shape":"OpsCenterEnabled"},
"OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"},
"RemoveSNSTopic":{"shape":"RemoveSNSTopic"}
}
},
"UpdateApplicationResponse":{
"type":"structure",
"members":{
"ApplicationInfo":{"shape":"ApplicationInfo"}
}
},
"UpdateComponentConfigurationRequest":{
"type":"structure",
"required":[
Expand Down
2 changes: 1 addition & 1 deletion src/data/application-insights/2018-11-25/api-2.json.php

Large diffs are not rendered by default.

45 changes: 40 additions & 5 deletions src/data/application-insights/2018-11-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"ListApplications": "<p>Lists the IDs of the applications that you are monitoring. </p>",
"ListComponents": "<p>Lists the auto-grouped, standalone, and custom components of the application.</p>",
"ListProblems": "<p>Lists the problems with your application.</p>",
"UpdateApplication": "<p>Updates the application.</p>",
"UpdateComponent": "<p>Updates the custom component name and/or the list of resources that make up the component.</p>",
"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>"
},
Expand Down Expand Up @@ -44,7 +45,8 @@
"refs": {
"ApplicationInfoList$member": null,
"CreateApplicationResponse$ApplicationInfo": "<p>Information about the application.</p>",
"DescribeApplicationResponse$ApplicationInfo": "<p>Information about the application.</p>"
"DescribeApplicationResponse$ApplicationInfo": "<p>Information about the application.</p>",
"UpdateApplicationResponse$ApplicationInfo": "<p>Information about the application. </p>"
}
},
"ApplicationInfoList": {
Expand Down Expand Up @@ -350,6 +352,22 @@
"RelatedObservations$ObservationList": "<p>The list of observations related to the problem.</p>"
}
},
"OpsCenterEnabled": {
"base": null,
"refs": {
"ApplicationInfo$OpsCenterEnabled": "<p> Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application. </p>",
"CreateApplicationRequest$OpsCenterEnabled": "<p> When set to <code>true</code>, creates opsItems for any problems detected on an application. </p>",
"UpdateApplicationRequest$OpsCenterEnabled": "<p> When set to <code>true</code>, creates opsItems for any problems detected on an application. </p>"
}
},
"OpsItemSNSTopicArn": {
"base": null,
"refs": {
"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>",
"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>",
"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>"
}
},
"PaginationToken": {
"base": null,
"refs": {
Expand Down Expand Up @@ -391,7 +409,13 @@
"Remarks": {
"base": null,
"refs": {
"ApplicationInfo$Remarks": "<p>The issues on the user side that are blocking Application Insights from fully monitoring the application.</p>"
"ApplicationInfo$Remarks": "<p>The issues on the user side that block Application Insights from successfully monitoring an application.</p>"
}
},
"RemoveSNSTopic": {
"base": null,
"refs": {
"UpdateApplicationRequest$RemoveSNSTopic": "<p> Disassociates the SNS topic from the opsItem created for detected problems.</p>"
}
},
"ResourceARN": {
Expand All @@ -415,6 +439,7 @@
"ListComponentsRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
"ListProblemsRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
"Problem$ResourceGroupName": "<p>The name of the resource group affected by the problem.</p>",
"UpdateApplicationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
"UpdateComponentConfigurationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
"UpdateComponentRequest$ResourceGroupName": "<p>The name of the resource group.</p>"
}
Expand Down Expand Up @@ -479,9 +504,9 @@
"base": null,
"refs": {
"ApplicationComponent$Tier": "<p>The stack tier of the application component.</p>",
"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>",
"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>",
"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>"
"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>",
"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>",
"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>"
}
},
"Title": {
Expand All @@ -496,6 +521,16 @@
"Observation$Unit": "<p>The unit of the source observation metric.</p>"
}
},
"UpdateApplicationRequest": {
"base": null,
"refs": {
}
},
"UpdateApplicationResponse": {
"base": null,
"refs": {
}
},
"UpdateComponentConfigurationRequest": {
"base": null,
"refs": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/application-insights/2018-11-25/docs-2.json.php

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -978,6 +978,30 @@
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "datasync-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "datasync-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "datasync-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "datasync-fips.us-west-2.amazonaws.com"
},
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
Expand Down Expand Up @@ -3413,6 +3437,7 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
Expand Down Expand Up @@ -4036,6 +4061,12 @@
},
"datasync" : {
"endpoints" : {
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "datasync-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-west-1" : { }
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

0 comments on commit 8192a4e

Please sign in to comment.