Skip to content

Commit

Permalink
Updates SDK to v2.505.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 7, 2019
1 parent 9af5947 commit c8333c8
Show file tree
Hide file tree
Showing 14 changed files with 228 additions and 46 deletions.
7 changes: 7 additions & 0 deletions .changes/2.505.0.json
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"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."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.504.0-->
<!--LATEST=2.505.0-->
<!--ENTRYINSERT-->

## 2.505.0
* feature: 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.

## 2.504.0
* feature: DataSync: Support VPC endpoints.
* feature: EC2: Amazon EC2 now supports a new Spot allocation strategy "Capacity-optimized" that fulfills your request using Spot Instance pools that are optimally chosen based on the available Spot capacity.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.504.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.505.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
70 changes: 52 additions & 18 deletions apis/application-insights-2018-11-25.min.json
Expand Up @@ -21,14 +21,18 @@
"ResourceGroupName"
],
"members": {
"ResourceGroupName": {}
"ResourceGroupName": {},
"OpsCenterEnabled": {
"type": "boolean"
},
"OpsItemSNSTopicArn": {}
}
},
"output": {
"type": "structure",
"members": {
"ApplicationInfo": {
"shape": "S4"
"shape": "S6"
}
}
}
Expand All @@ -45,7 +49,7 @@
"ResourceGroupName": {},
"ComponentName": {},
"ResourceList": {
"shape": "S9"
"shape": "Sb"
}
}
},
Expand Down Expand Up @@ -100,7 +104,7 @@
"type": "structure",
"members": {
"ApplicationInfo": {
"shape": "S4"
"shape": "S6"
}
}
}
Expand All @@ -121,10 +125,10 @@
"type": "structure",
"members": {
"ApplicationComponent": {
"shape": "Sk"
"shape": "Sm"
},
"ResourceList": {
"shape": "S9"
"shape": "Sb"
}
}
}
Expand Down Expand Up @@ -187,7 +191,7 @@
"type": "structure",
"members": {
"Observation": {
"shape": "Sw"
"shape": "Sy"
}
}
}
Expand All @@ -206,7 +210,7 @@
"type": "structure",
"members": {
"Problem": {
"shape": "S1c"
"shape": "S1e"
}
}
}
Expand All @@ -230,7 +234,7 @@
"ObservationList": {
"type": "list",
"member": {
"shape": "Sw"
"shape": "Sy"
}
}
}
Expand All @@ -254,7 +258,7 @@
"ApplicationInfoList": {
"type": "list",
"member": {
"shape": "S4"
"shape": "S6"
}
},
"NextToken": {}
Expand All @@ -281,7 +285,7 @@
"ApplicationComponentList": {
"type": "list",
"member": {
"shape": "Sk"
"shape": "Sm"
}
},
"NextToken": {}
Expand Down Expand Up @@ -311,13 +315,39 @@
"ProblemList": {
"type": "list",
"member": {
"shape": "S1c"
"shape": "S1e"
}
},
"NextToken": {}
}
}
},
"UpdateApplication": {
"input": {
"type": "structure",
"required": [
"ResourceGroupName"
],
"members": {
"ResourceGroupName": {},
"OpsCenterEnabled": {
"type": "boolean"
},
"OpsItemSNSTopicArn": {},
"RemoveSNSTopic": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"ApplicationInfo": {
"shape": "S6"
}
}
}
},
"UpdateComponent": {
"input": {
"type": "structure",
Expand All @@ -330,7 +360,7 @@
"ComponentName": {},
"NewComponentName": {},
"ResourceList": {
"shape": "S9"
"shape": "Sb"
}
}
},
Expand Down Expand Up @@ -363,19 +393,23 @@
}
},
"shapes": {
"S4": {
"S6": {
"type": "structure",
"members": {
"ResourceGroupName": {},
"LifeCycle": {},
"OpsItemSNSTopicArn": {},
"OpsCenterEnabled": {
"type": "boolean"
},
"Remarks": {}
}
},
"S9": {
"Sb": {
"type": "list",
"member": {}
},
"Sk": {
"Sm": {
"type": "structure",
"members": {
"ComponentName": {},
Expand All @@ -386,7 +420,7 @@
}
}
},
"Sw": {
"Sy": {
"type": "structure",
"members": {
"Id": {},
Expand All @@ -412,7 +446,7 @@
}
}
},
"S1c": {
"S1e": {
"type": "structure",
"members": {
"Id": {},
Expand Down
91 changes: 87 additions & 4 deletions apis/application-insights-2018-11-25.normal.json
Expand Up @@ -370,6 +370,31 @@
],
"documentation": "<p>Lists the problems with your application.</p>"
},
"UpdateApplication": {
"name": "UpdateApplication",
"http": {
"method": "POST",
"requestUri": "/"
},
"input": {
"shape": "UpdateApplicationRequest"
},
"output": {
"shape": "UpdateApplicationResponse"
},
"errors": [
{
"shape": "InternalServerException"
},
{
"shape": "ResourceNotFoundException"
},
{
"shape": "ValidationException"
}
],
"documentation": "<p>Updates the application.</p>"
},
"UpdateComponent": {
"name": "UpdateComponent",
"http": {
Expand Down Expand Up @@ -467,9 +492,17 @@
"shape": "LifeCycle",
"documentation": "<p>The lifecycle of the application. </p>"
},
"OpsItemSNSTopicArn": {
"shape": "OpsItemSNSTopicArn",
"documentation": "<p> The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates. </p>"
},
"OpsCenterEnabled": {
"shape": "OpsCenterEnabled",
"documentation": "<p> Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application. </p>"
},
"Remarks": {
"shape": "Remarks",
"documentation": "<p>The issues on the user side that are blocking Application Insights from fully monitoring the application.</p>"
"documentation": "<p>The issues on the user side that block Application Insights from successfully monitoring an application.</p>"
}
},
"documentation": "<p>Describes the status of the application.</p>"
Expand All @@ -495,6 +528,14 @@
"ResourceGroupName": {
"shape": "ResourceGroupName",
"documentation": "<p>The name of the resource group.</p>"
},
"OpsCenterEnabled": {
"shape": "OpsCenterEnabled",
"documentation": "<p> When set to <code>true</code>, creates opsItems for any problems detected on an application. </p>"
},
"OpsItemSNSTopicArn": {
"shape": "OpsItemSNSTopicArn",
"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>"
}
}
},
Expand Down Expand Up @@ -609,7 +650,7 @@
},
"Tier": {
"shape": "Tier",
"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>"
"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>"
}
}
},
Expand Down Expand Up @@ -648,7 +689,7 @@
},
"Tier": {
"shape": "Tier",
"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>"
"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>"
},
"ComponentConfiguration": {
"shape": "ComponentConfiguration",
Expand Down Expand Up @@ -979,6 +1020,12 @@
"shape": "Observation"
}
},
"OpsCenterEnabled": {
"type": "boolean"
},
"OpsItemSNSTopicArn": {
"type": "string"
},
"PaginationToken": {
"type": "string"
},
Expand Down Expand Up @@ -1050,6 +1097,9 @@
"Remarks": {
"type": "string"
},
"RemoveSNSTopic": {
"type": "boolean"
},
"ResourceARN": {
"type": "string"
},
Expand Down Expand Up @@ -1099,6 +1149,39 @@
"Unit": {
"type": "string"
},
"UpdateApplicationRequest": {
"type": "structure",
"required": [
"ResourceGroupName"
],
"members": {
"ResourceGroupName": {
"shape": "ResourceGroupName",
"documentation": "<p>The name of the resource group.</p>"
},
"OpsCenterEnabled": {
"shape": "OpsCenterEnabled",
"documentation": "<p> When set to <code>true</code>, creates opsItems for any problems detected on an application. </p>"
},
"OpsItemSNSTopicArn": {
"shape": "OpsItemSNSTopicArn",
"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>"
},
"RemoveSNSTopic": {
"shape": "RemoveSNSTopic",
"documentation": "<p> Disassociates the SNS topic from the opsItem created for detected problems.</p>"
}
}
},
"UpdateApplicationResponse": {
"type": "structure",
"members": {
"ApplicationInfo": {
"shape": "ApplicationInfo",
"documentation": "<p>Information about the application. </p>"
}
}
},
"UpdateComponentConfigurationRequest": {
"type": "structure",
"required": [
Expand All @@ -1120,7 +1203,7 @@
},
"Tier": {
"shape": "Tier",
"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>"
"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>"
},
"ComponentConfiguration": {
"shape": "ComponentConfiguration",
Expand Down

0 comments on commit c8333c8

Please sign in to comment.