Skip to content

Commit

Permalink
Updates SDK to v2.94.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 1, 2017
1 parent cd3cc54 commit b1f2815
Show file tree
Hide file tree
Showing 26 changed files with 1,606 additions and 447 deletions.
32 changes: 32 additions & 0 deletions .changes/2.94.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "CodeDeploy",
"description": "AWS CodeDeploy now supports the use of multiple tag groups in a single deployment group (an intersection of tags) to identify the instances for a deployment. When you create or update a deployment group, use the new ec2TagSet and onPremisesTagSet structures to specify up to three groups of tags. Only instances that are identified by at least one tag in each of the tag groups are included in the deployment group."
},
{
"type": "feature",
"category": "ConfigService",
"description": "Added new API, GetDiscoveredResourceCounts, which returns the resource types, the number of each resource type, and the total number of resources that AWS Config is recording in the given region for your AWS account."
},
{
"type": "feature",
"category": "EC2",
"description": "Ec2 SpotInstanceRequestFulfilled waiter update"
},
{
"type": "feature",
"category": "ELBv2",
"description": "Add TargetInService and TargetDeregistered waiters "
},
{
"type": "feature",
"category": "Pinpoint",
"description": "This release of the Pinpoint SDK enables App management - create, delete, update operations, Raw Content delivery for APNs and GCM campaign messages and From Address override."
},
{
"type": "feature",
"category": "SES",
"description": "This update adds information about publishing email open and click events. This update also adds information about publishing email events to Amazon Simple Notification Service (Amazon SNS)."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.93.0-->
<!--LATEST=2.94.0-->
<!--ENTRYINSERT-->

## 2.94.0
* feature: CodeDeploy: AWS CodeDeploy now supports the use of multiple tag groups in a single deployment group (an intersection of tags) to identify the instances for a deployment. When you create or update a deployment group, use the new ec2TagSet and onPremisesTagSet structures to specify up to three groups of tags. Only instances that are identified by at least one tag in each of the tag groups are included in the deployment group.
* feature: ConfigService: Added new API, GetDiscoveredResourceCounts, which returns the resource types, the number of each resource type, and the total number of resources that AWS Config is recording in the given region for your AWS account.
* feature: EC2: Ec2 SpotInstanceRequestFulfilled waiter update
* feature: ELBv2: Add TargetInService and TargetDeregistered waiters
* feature: Pinpoint: This release of the Pinpoint SDK enables App management - create, delete, update operations, Raw Content delivery for APNs and GCM campaign messages and From Address override.
* feature: SES: This update adds information about publishing email open and click events. This update also adds information about publishing email events to Amazon Simple Notification Service (Amazon SNS).

## 2.93.0
* feature: DynamoDB: Add a `wrapNumbers` option to the Document Client to direct the client not to convert number attributes to JavaScript numbers.
* feature: Inspector: Inspector's StopAssessmentRun API has been updated with a new input option - stopAction. This request parameter can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the default value, and the previous behavior) stops the AWS agent data collection and begins the results evaluation for findings generation based on the data collected so far. SKIP_EVALUATION cancels the assessment run immediately, after which no findings are generated.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to work with the new major 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.93.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.94.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
93 changes: 68 additions & 25 deletions apis/codedeploy-2014-10-06.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"members": {
"deploymentId": {},
"instanceIds": {
"shape": "S2g"
"shape": "S2k"
}
}
},
Expand All @@ -134,7 +134,7 @@
"instancesSummary": {
"type": "list",
"member": {
"shape": "S2k"
"shape": "S2o"
}
},
"errorMessage": {}
Expand All @@ -146,7 +146,7 @@
"type": "structure",
"members": {
"deploymentIds": {
"shape": "S2x"
"shape": "S31"
}
}
},
Expand All @@ -156,7 +156,7 @@
"deploymentsInfo": {
"type": "list",
"member": {
"shape": "S30"
"shape": "S34"
}
}
}
Expand All @@ -177,7 +177,7 @@
"instanceInfos": {
"type": "list",
"member": {
"shape": "S3e"
"shape": "S3i"
}
}
}
Expand Down Expand Up @@ -226,7 +226,7 @@
"type": "boolean"
},
"targetInstances": {
"shape": "S37"
"shape": "S3b"
},
"autoRollbackConfiguration": {
"shape": "S1u"
Expand All @@ -253,7 +253,7 @@
"members": {
"deploymentConfigName": {},
"minimumHealthyHosts": {
"shape": "S3o"
"shape": "S3s"
}
}
},
Expand Down Expand Up @@ -283,7 +283,7 @@
"shape": "S1c"
},
"autoScalingGroups": {
"shape": "S38"
"shape": "S3c"
},
"serviceRoleArn": {},
"triggerConfigurations": {
Expand All @@ -303,6 +303,12 @@
},
"loadBalancerInfo": {
"shape": "S28"
},
"ec2TagSet": {
"shape": "S2f"
},
"onPremisesTagSet": {
"shape": "S2h"
}
}
},
Expand Down Expand Up @@ -427,7 +433,7 @@
"type": "structure",
"members": {
"deploymentInfo": {
"shape": "S30"
"shape": "S34"
}
}
}
Expand All @@ -451,7 +457,7 @@
"deploymentConfigId": {},
"deploymentConfigName": {},
"minimumHealthyHosts": {
"shape": "S3o"
"shape": "S3s"
},
"createTime": {
"type": "timestamp"
Expand Down Expand Up @@ -498,7 +504,7 @@
"type": "structure",
"members": {
"instanceSummary": {
"shape": "S2k"
"shape": "S2o"
}
}
}
Expand All @@ -517,7 +523,7 @@
"type": "structure",
"members": {
"instanceInfo": {
"shape": "S3e"
"shape": "S3i"
}
}
}
Expand Down Expand Up @@ -628,7 +634,7 @@
"type": "structure",
"members": {
"instancesList": {
"shape": "S2g"
"shape": "S2k"
},
"nextToken": {}
}
Expand Down Expand Up @@ -662,7 +668,7 @@
"type": "structure",
"members": {
"deployments": {
"shape": "S2x"
"shape": "S31"
},
"nextToken": {}
}
Expand Down Expand Up @@ -810,7 +816,7 @@
"shape": "S1c"
},
"autoScalingGroups": {
"shape": "S38"
"shape": "S3c"
},
"serviceRoleArn": {},
"triggerConfigurations": {
Expand All @@ -830,6 +836,12 @@
},
"loadBalancerInfo": {
"shape": "S28"
},
"ec2TagSet": {
"shape": "S2f"
},
"onPremisesTagSet": {
"shape": "S2h"
}
}
},
Expand Down Expand Up @@ -970,6 +982,12 @@
},
"lastAttemptedDeployment": {
"shape": "S2c"
},
"ec2TagSet": {
"shape": "S2f"
},
"onPremisesTagSet": {
"shape": "S2h"
}
}
},
Expand Down Expand Up @@ -1114,11 +1132,33 @@
}
}
},
"S2g": {
"S2f": {
"type": "structure",
"members": {
"ec2TagSetList": {
"type": "list",
"member": {
"shape": "S19"
}
}
}
},
"S2h": {
"type": "structure",
"members": {
"onPremisesTagSetList": {
"type": "list",
"member": {
"shape": "S1c"
}
}
}
},
"S2k": {
"type": "list",
"member": {}
},
"S2k": {
"S2o": {
"type": "structure",
"members": {
"deploymentId": {},
Expand Down Expand Up @@ -1155,11 +1195,11 @@
"instanceType": {}
}
},
"S2x": {
"S31": {
"type": "list",
"member": {}
},
"S30": {
"S34": {
"type": "structure",
"members": {
"applicationName": {},
Expand Down Expand Up @@ -1235,7 +1275,7 @@
"shape": "S1x"
},
"targetInstances": {
"shape": "S37"
"shape": "S3b"
},
"instanceTerminationWaitTimeStarted": {
"type": "boolean"
Expand All @@ -1250,22 +1290,25 @@
"fileExistsBehavior": {}
}
},
"S37": {
"S3b": {
"type": "structure",
"members": {
"tagFilters": {
"shape": "S19"
},
"autoScalingGroups": {
"shape": "S38"
"shape": "S3c"
},
"ec2TagSet": {
"shape": "S2f"
}
}
},
"S38": {
"S3c": {
"type": "list",
"member": {}
},
"S3e": {
"S3i": {
"type": "structure",
"members": {
"instanceName": {},
Expand All @@ -1283,7 +1326,7 @@
}
}
},
"S3o": {
"S3s": {
"type": "structure",
"members": {
"value": {
Expand Down
Loading

0 comments on commit b1f2815

Please sign in to comment.