Skip to content

Commit

Permalink
Updates SDK to v2.447.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 1, 2019
1 parent 9ed8252 commit 0a4e8ae
Show file tree
Hide file tree
Showing 19 changed files with 665 additions and 169 deletions.
17 changes: 17 additions & 0 deletions .changes/2.447.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release adds an API for the modification of a VPN Connection, enabling migration from a Virtual Private Gateway (VGW) to a Transit Gateway (TGW), while preserving the VPN endpoint IP addresses on the AWS side as well as the tunnel options."
},
{
"type": "feature",
"category": "ECS",
"description": "This release of Amazon Elastic Container Service (Amazon ECS) introduces additional task definition parameters that enable you to define secret options for Docker log configuration, a per-container list contains secrets stored in AWS Systems Manager Parameter Store or AWS Secrets Manager."
},
{
"type": "feature",
"category": "XRay",
"description": "AWS X-Ray now includes Analytics, an interactive approach to analyzing user request paths (i.e., traces). Analytics will allow you to easily understand how your application and its underlying services are performing. With X-Ray Analytics, you can quickly detect application issues, pinpoint the root cause of the issue, determine the severity of the issues, and identify which end users were impacted. With AWS X-Ray Analytics you can explore, analyze, and visualize traces, allowing you to find increases in response time to user requests or increases in error rates. Metadata around peak periods, including frequency and actual times of occurrence, can be investigated by applying filters with a few clicks. You can then drill down on specific errors, faults, and response time root causes and view the associated traces. "
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.446.0-->
<!--LATEST=2.447.0-->
<!--ENTRYINSERT-->

## 2.447.0
* feature: EC2: This release adds an API for the modification of a VPN Connection, enabling migration from a Virtual Private Gateway (VGW) to a Transit Gateway (TGW), while preserving the VPN endpoint IP addresses on the AWS side as well as the tunnel options.
* feature: ECS: This release of Amazon Elastic Container Service (Amazon ECS) introduces additional task definition parameters that enable you to define secret options for Docker log configuration, a per-container list contains secrets stored in AWS Systems Manager Parameter Store or AWS Secrets Manager.
* feature: XRay: AWS X-Ray now includes Analytics, an interactive approach to analyzing user request paths (i.e., traces). Analytics will allow you to easily understand how your application and its underlying services are performing. With X-Ray Analytics, you can quickly detect application issues, pinpoint the root cause of the issue, determine the severity of the issues, and identify which end users were impacted. With AWS X-Ray Analytics you can explore, analyze, and visualize traces, allowing you to find increases in response time to user requests or increases in error rates. Metadata around peak periods, including frequency and actual times of occurrence, can be investigated by applying filters with a few clicks. You can then drill down on specific errors, faults, and response time root causes and view the associated traces.

## 2.446.0
* bugfix: DocumentClient: Fixes issue stringifying sets by only including values.
* feature: CodePipeline: This release contains an update to the PipelineContext object that includes the Pipeline ARN, and the Pipeline Execution Id. The ActionContext object is also updated to include the Action Execution Id.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.446.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.447.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
45 changes: 35 additions & 10 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -11283,6 +11283,31 @@
}
}
},
"ModifyVpnConnection": {
"input": {
"type": "structure",
"required": [
"VpnConnectionId"
],
"members": {
"VpnConnectionId": {},
"TransitGatewayId": {},
"VpnGatewayId": {},
"DryRun": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"VpnConnection": {
"shape": "Sdf",
"locationName": "vpnConnection"
}
}
}
},
"MonitorInstances": {
"input": {
"type": "structure",
Expand All @@ -11304,7 +11329,7 @@
"type": "structure",
"members": {
"InstanceMonitorings": {
"shape": "S110",
"shape": "S112",
"locationName": "instancesSet"
}
}
Expand Down Expand Up @@ -12569,7 +12594,7 @@
"type": "integer"
},
"Groups": {
"shape": "S13c",
"shape": "S13e",
"locationName": "Group"
},
"Ipv6AddressCount": {
Expand Down Expand Up @@ -12618,7 +12643,7 @@
},
"RamdiskId": {},
"SecurityGroupIds": {
"shape": "S13c",
"shape": "S13e",
"locationName": "SecurityGroupId"
},
"SubnetId": {},
Expand Down Expand Up @@ -12704,7 +12729,7 @@
"type": "structure",
"members": {
"StartingInstances": {
"shape": "S13q",
"shape": "S13s",
"locationName": "instancesSet"
}
}
Expand Down Expand Up @@ -12738,7 +12763,7 @@
"type": "structure",
"members": {
"StoppingInstances": {
"shape": "S13q",
"shape": "S13s",
"locationName": "instancesSet"
}
}
Expand Down Expand Up @@ -12813,7 +12838,7 @@
"type": "structure",
"members": {
"TerminatingInstances": {
"shape": "S13q",
"shape": "S13s",
"locationName": "instancesSet"
}
}
Expand Down Expand Up @@ -12888,7 +12913,7 @@
"type": "structure",
"members": {
"InstanceMonitorings": {
"shape": "S110",
"shape": "S112",
"locationName": "instancesSet"
}
}
Expand Down Expand Up @@ -17764,7 +17789,7 @@
}
}
},
"S110": {
"S112": {
"type": "list",
"member": {
"locationName": "item",
Expand All @@ -17780,13 +17805,13 @@
}
}
},
"S13c": {
"S13e": {
"type": "list",
"member": {
"locationName": "SecurityGroupId"
}
},
"S13q": {
"S13s": {
"type": "list",
"member": {
"locationName": "item",
Expand Down
42 changes: 42 additions & 0 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3869,6 +3869,19 @@
},
"documentation": "<p>Modifies the instance tenancy attribute of the specified VPC. You can change the instance tenancy attribute of a VPC to <code>default</code> only. You cannot change the instance tenancy attribute to <code>dedicated</code>.</p> <p>After you modify the tenancy of the VPC, any new instances that you launch into the VPC have a tenancy of <code>default</code>, unless you specify otherwise during launch. The tenancy of any existing instances in the VPC is not affected.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-instance.html\">Dedicated Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
},
"ModifyVpnConnection": {
"name": "ModifyVpnConnection",
"http": {
"method": "POST",
"requestUri": "/"
},
"input": {
"shape": "ModifyVpnConnectionRequest"
},
"output": {
"shape": "ModifyVpnConnectionResult"
}
},
"MonitorInstances": {
"name": "MonitorInstances",
"http": {
Expand Down Expand Up @@ -22321,6 +22334,35 @@
}
}
},
"ModifyVpnConnectionRequest": {
"type": "structure",
"required": [
"VpnConnectionId"
],
"members": {
"VpnConnectionId": {
"shape": "String"
},
"TransitGatewayId": {
"shape": "String"
},
"VpnGatewayId": {
"shape": "String"
},
"DryRun": {
"shape": "Boolean"
}
}
},
"ModifyVpnConnectionResult": {
"type": "structure",
"members": {
"VpnConnection": {
"shape": "VpnConnection",
"locationName": "vpnConnection"
}
}
},
"MonitorInstancesRequest": {
"type": "structure",
"required": [
Expand Down
30 changes: 18 additions & 12 deletions apis/ecs-2014-11-13.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1811,18 +1811,7 @@
}
},
"secrets": {
"type": "list",
"member": {
"type": "structure",
"required": [
"name",
"valueFrom"
],
"members": {
"name": {},
"valueFrom": {}
}
}
"shape": "S2r"
},
"dependsOn": {
"type": "list",
Expand Down Expand Up @@ -1921,6 +1910,9 @@
"type": "map",
"key": {},
"value": {}
},
"secretOptions": {
"shape": "S2r"
}
}
},
Expand Down Expand Up @@ -1969,6 +1961,20 @@
"shape": "Sb"
}
},
"S2r": {
"type": "list",
"member": {
"type": "structure",
"required": [
"name",
"valueFrom"
],
"members": {
"name": {},
"valueFrom": {}
}
}
},
"S38": {
"type": "list",
"member": {
Expand Down
Loading

0 comments on commit 0a4e8ae

Please sign in to comment.