Skip to content

Commit

Permalink
Updates SDK to v2.717.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 21, 2020
1 parent 1648347 commit bc41e65
Show file tree
Hide file tree
Showing 12 changed files with 373 additions and 26 deletions.
7 changes: 7 additions & 0 deletions .changes/2.717.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "CodeGuruProfiler",
"description": "Amazon CodeGuru Profiler now supports resource tagging APIs, tags-on-create and tag-based access control features. You can now tag profiling groups for better resource and access control management."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.716.0-->
<!--LATEST=2.717.0-->
<!--ENTRYINSERT-->

## 2.717.0
* feature: CodeGuruProfiler: Amazon CodeGuru Profiler now supports resource tagging APIs, tags-on-create and tag-based access control features. You can now tag profiling groups for better resource and access control management.

## 2.716.0
* feature: CloudFront: CloudFront adds support for cache policies and origin request policies. With these new policies, you can now more granularly control the query string, header, and cookie values that are included in the cache key and in requests that CloudFront sends to your origin.
* feature: CodeBuild: AWS CodeBuild adds support for Session Manager and Windows 2019 Environment type
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.716.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.717.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
119 changes: 107 additions & 12 deletions apis/codeguruprofiler-2019-07-18.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,10 @@
"locationName": "clientToken"
},
"computePlatform": {},
"profilingGroupName": {}
"profilingGroupName": {},
"tags": {
"shape": "S16"
}
}
},
"output": {
Expand All @@ -219,7 +222,7 @@
],
"members": {
"profilingGroup": {
"shape": "S17"
"shape": "S18"
}
},
"payload": "profilingGroup"
Expand Down Expand Up @@ -275,7 +278,7 @@
],
"members": {
"profilingGroup": {
"shape": "S17"
"shape": "S18"
}
},
"payload": "profilingGroup"
Expand Down Expand Up @@ -314,7 +317,7 @@
"members": {
"nextToken": {},
"reportSummaries": {
"shape": "S1j"
"shape": "S1k"
}
}
}
Expand Down Expand Up @@ -534,7 +537,7 @@
"members": {
"frameName": {},
"threadStates": {
"shape": "S25"
"shape": "S26"
},
"type": {}
}
Expand Down Expand Up @@ -576,7 +579,7 @@
"type": "structure",
"members": {
"countersToAggregate": {
"shape": "S25"
"shape": "S26"
},
"description": {},
"id": {},
Expand Down Expand Up @@ -669,7 +672,7 @@
],
"members": {
"findingsReportSummaries": {
"shape": "S1j"
"shape": "S1k"
},
"nextToken": {}
}
Expand Down Expand Up @@ -783,12 +786,39 @@
"profilingGroups": {
"type": "list",
"member": {
"shape": "S17"
"shape": "S18"
}
}
}
}
},
"ListTagsForResource": {
"http": {
"method": "GET",
"requestUri": "/tags/{resourceArn}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"resourceArn"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
}
}
},
"output": {
"type": "structure",
"members": {
"tags": {
"shape": "S16"
}
}
}
},
"PostAgentProfile": {
"http": {
"requestUri": "/profilingGroups/{profilingGroupName}/agentProfile",
Expand Down Expand Up @@ -971,6 +1001,63 @@
"members": {}
}
},
"TagResource": {
"http": {
"requestUri": "/tags/{resourceArn}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"resourceArn",
"tags"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
},
"tags": {
"shape": "S16"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UntagResource": {
"http": {
"method": "DELETE",
"requestUri": "/tags/{resourceArn}",
"responseCode": 204
},
"input": {
"type": "structure",
"required": [
"resourceArn",
"tagKeys"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
},
"tagKeys": {
"location": "querystring",
"locationName": "tagKeys",
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {}
},
"idempotent": true
},
"UpdateProfilingGroup": {
"http": {
"method": "PUT",
Expand Down Expand Up @@ -1000,7 +1087,7 @@
],
"members": {
"profilingGroup": {
"shape": "S17"
"shape": "S18"
}
},
"payload": "profilingGroup"
Expand Down Expand Up @@ -1080,7 +1167,12 @@
}
}
},
"S17": {
"S16": {
"type": "map",
"key": {},
"value": {}
},
"S18": {
"type": "structure",
"members": {
"agentOrchestrationConfig": {
Expand Down Expand Up @@ -1112,12 +1204,15 @@
}
}
},
"tags": {
"shape": "S16"
},
"updatedAt": {
"shape": "Sc"
}
}
},
"S1j": {
"S1k": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1136,7 +1231,7 @@
}
}
},
"S25": {
"S26": {
"type": "list",
"member": {}
}
Expand Down
Loading

0 comments on commit bc41e65

Please sign in to comment.