Skip to content

Commit

Permalink
Updates SDK to v2.93.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 31, 2017
1 parent 4e1e02c commit cd3cc54
Show file tree
Hide file tree
Showing 21 changed files with 2,481 additions and 2,304 deletions.
17 changes: 17 additions & 0 deletions .changes/2.93.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "DynamoDB",
"description": "Add a `wrapNumbers` option to the Document Client to direct the client not to convert number attributes to JavaScript numbers."
},
{
"type": "feature",
"category": "Inspector",
"description": "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."
},
{
"type": "feature",
"category": "SSM",
"description": "Adds a SendAutomationSignal API to SSM Service. This API is used to send a signal to an automation execution to change the current behavior or status of the execution."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-DynamoDB-9194166f.json

This file was deleted.

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.92.0-->
<!--LATEST=2.93.0-->
<!--ENTRYINSERT-->

## 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.
* feature: SSM: Adds a SendAutomationSignal API to SSM Service. This API is used to send a signal to an automation execution to change the current behavior or status of the execution.

## 2.92.0
* feature: EC2: The CreateDefaultVPC API enables you to create a new default VPC . You no longer need to contact AWS support, if your default VPC has been deleted.
* feature: KinesisAnalytics: Added additional exception types and clarified documentation.
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.92.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.93.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
28 changes: 22 additions & 6 deletions apis/codestar-2017-04-19.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@
"members": {
"userArn": {},
"displayName": {},
"emailAddress": {},
"emailAddress": {
"shape": "Sg"
},
"sshPublicKey": {}
}
},
Expand All @@ -92,7 +94,9 @@
"members": {
"userArn": {},
"displayName": {},
"emailAddress": {},
"emailAddress": {
"shape": "Sg"
},
"sshPublicKey": {},
"createdTimestamp": {
"type": "timestamp"
Expand Down Expand Up @@ -195,7 +199,9 @@
"members": {
"userArn": {},
"displayName": {},
"emailAddress": {},
"emailAddress": {
"shape": "Sg"
},
"sshPublicKey": {},
"createdTimestamp": {
"type": "timestamp"
Expand Down Expand Up @@ -350,7 +356,9 @@
"members": {
"userArn": {},
"displayName": {},
"emailAddress": {},
"emailAddress": {
"shape": "Sg"
},
"sshPublicKey": {}
}
}
Expand Down Expand Up @@ -416,7 +424,9 @@
"members": {
"userArn": {},
"displayName": {},
"emailAddress": {},
"emailAddress": {
"shape": "Sg"
},
"sshPublicKey": {}
}
},
Expand All @@ -428,7 +438,9 @@
"members": {
"userArn": {},
"displayName": {},
"emailAddress": {},
"emailAddress": {
"shape": "Sg"
},
"sshPublicKey": {},
"createdTimestamp": {
"type": "timestamp"
Expand All @@ -448,6 +460,10 @@
"Sa": {
"type": "string",
"sensitive": true
},
"Sg": {
"type": "string",
"sensitive": true
}
}
}
9 changes: 5 additions & 4 deletions apis/codestar-2017-04-19.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
},
"userArn":{
"shape":"UserArn",
"documentation":"<p>The Amazon Resource Name (ARN) for the IAM user you want to add to the DevHub project.</p>"
"documentation":"<p>The Amazon Resource Name (ARN) for the IAM user you want to add to the AWS CodeStar project.</p>"
},
"projectRole":{
"shape":"Role",
Expand Down Expand Up @@ -575,7 +575,8 @@
"type":"string",
"max":128,
"min":3,
"pattern":"^[\\w-.+]+@[\\w-.+]+$"
"pattern":"^[\\w-.+]+@[\\w-.+]+$",
"sensitive":true
},
"InvalidNextTokenException":{
"type":"structure",
Expand Down Expand Up @@ -727,7 +728,7 @@
},
"PaginationToken":{
"type":"string",
"max":256,
"max":512,
"min":1,
"pattern":"^[\\w/+=]+$"
},
Expand Down Expand Up @@ -1003,7 +1004,7 @@
"type":"string",
"max":95,
"min":32,
"pattern":"arn:aws:iam::\\d{12}:user\\/[\\w-]+"
"pattern":"^arn:aws:iam::\\d{12}:user(?:(\\u002F)|(\\u002F[\\u0021-\\u007E]+\\u002F))[\\w+=,.@-]+$"
},
"UserProfileAlreadyExistsException":{
"type":"structure",
Expand Down
3 changes: 2 additions & 1 deletion apis/inspector-2016-02-16.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,8 @@
"assessmentRunArn"
],
"members": {
"assessmentRunArn": {}
"assessmentRunArn": {},
"stopAction": {}
}
}
},
Expand Down
16 changes: 14 additions & 2 deletions apis/inspector-2016-02-16.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,8 @@
"FAILED",
"ERROR",
"COMPLETED",
"COMPLETED_WITH_ERRORS"
"COMPLETED_WITH_ERRORS",
"CANCELED"
]
},
"AssessmentRunStateChange":{
Expand Down Expand Up @@ -1330,7 +1331,7 @@
},
"userAttributesForFindings":{
"shape":"UserAttributeList",
"documentation":"<p>The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template.</p>"
"documentation":"<p>The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template. An attribute is a key and value pair (an <a>Attribute</a> object). Within an assessment template, each key must be unique.</p>"
}
}
},
Expand Down Expand Up @@ -2669,13 +2670,24 @@
}
}
},
"StopAction":{
"type":"string",
"enum":[
"START_EVALUATION",
"SKIP_EVALUATION"
]
},
"StopAssessmentRunRequest":{
"type":"structure",
"required":["assessmentRunArn"],
"members":{
"assessmentRunArn":{
"shape":"Arn",
"documentation":"<p>The ARN of the assessment run that you want to stop.</p>"
},
"stopAction":{
"shape":"StopAction",
"documentation":"<p>An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the default value), stops the AWS agent from collecting data and begins the results evaluation and the findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no findings are generated.</p>"
}
}
},
Expand Down
40 changes: 40 additions & 0 deletions apis/inspector-2016-02-16.paginators.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,44 @@
{
"pagination": {
"ListAssessmentRunAgents": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
},
"ListAssessmentRuns": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
},
"ListAssessmentTargets": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
},
"ListAssessmentTemplates": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
},
"ListEventSubscriptions": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
},
"ListFindings": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
},
"ListRulesPackages": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
},
"PreviewAgents": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
}
}
}
20 changes: 20 additions & 0 deletions apis/ssm-2014-11-06.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2564,6 +2564,26 @@
"members": {}
}
},
"SendAutomationSignal": {
"input": {
"type": "structure",
"required": [
"AutomationExecutionId",
"SignalType"
],
"members": {
"AutomationExecutionId": {},
"SignalType": {},
"Payload": {
"shape": "S4w"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"SendCommand": {
"input": {
"type": "structure",
Expand Down
Loading

0 comments on commit cd3cc54

Please sign in to comment.