Skip to content

Commit 57a3e04

Browse files
author
awstools
committed
Updates SDK to v2.43.0
1 parent 55a8f68 commit 57a3e04

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+10684
-1391
lines changed

.changes/2.43.0.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "APIGateway",
5+
"description": "Add support for \"embed\" property."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CodeStar",
10+
"description": "AWS CodeStar is a cloud-based service for creating, managing, and working with software development projects on AWS. An AWS CodeStar project creates and integrates AWS services for your project development toolchain. AWS CodeStar also manages the permissions required for project users."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "Adds support for creating an Amazon FPGA Image (AFI) from a specified design checkpoint (DCP)."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "IAM",
20+
"description": "This changes introduces a new IAM role type, Service Linked Role, which works like a normal role but must be managed via services' control. "
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Lambda",
25+
"description": "Lambda integration with CloudDebugger service to enable customers to enable tracing for the Lambda functions and send trace information to the CloudDebugger service."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "LexModelBuildingService",
30+
"description": "Amazon Lex is a service for building conversational interfaces into any application using voice and text."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Polly",
35+
"description": "API Update for Amazon Polly: Add support for speech marks"
36+
},
37+
{
38+
"type": "feature",
39+
"category": "Rekognition",
40+
"description": "Given an image, the API detects explicit or suggestive adult content in the image and returns a list of corresponding labels with confidence scores, as well as a taxonomy (parent-child relation) for each label."
41+
}
42+
]

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.42.0-->
2+
<!--LATEST=2.43.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.43.0
6+
* feature: APIGateway: Add support for "embed" property.
7+
* feature: CodeStar: AWS CodeStar is a cloud-based service for creating, managing, and working with software development projects on AWS. An AWS CodeStar project creates and integrates AWS services for your project development toolchain. AWS CodeStar also manages the permissions required for project users.
8+
* feature: EC2: Adds support for creating an Amazon FPGA Image (AFI) from a specified design checkpoint (DCP).
9+
* feature: IAM: This changes introduces a new IAM role type, Service Linked Role, which works like a normal role but must be managed via services' control.
10+
* feature: Lambda: Lambda integration with CloudDebugger service to enable customers to enable tracing for the Lambda functions and send trace information to the CloudDebugger service.
11+
* feature: LexModelBuildingService: Amazon Lex is a service for building conversational interfaces into any application using voice and text.
12+
* feature: Polly: API Update for Amazon Polly: Add support for speech marks
13+
* feature: Rekognition: Given an image, the API detects explicit or suggestive adult content in the image and returns a list of corresponding labels with confidence scores, as well as a taxonomy (parent-child relation) for each label.
14+
515
## 2.42.0
616
* bugfix: Parser: Makes casting payload blobs to strings an exceptional behavior rather than the default
717
* feature: Lambda: You can use tags to group and filter your Lambda functions, making it easier to analyze them for billing allocation purposes. For more information, see Tagging Lambda Functions. You can now write or upgrade your Lambda functions using Python version 3.6. For more information, see Programming Model for Authoring Lambda Functions in Python. Note: Features will be rolled out in the US regions on 4/19.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ to work with the new major version.
2424
To use the SDK in the browser, simply add the following script tag to your
2525
HTML pages:
2626

27-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.42.0.min.js"></script>
27+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.43.0.min.js"></script>
2828

2929
You can also build a custom browser SDK with your specified set of AWS services.
3030
This can allow you to reduce the SDK's size, specify different API versions of

apis/apigateway-2015-07-09.min.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,11 @@
12221222
"deploymentId": {
12231223
"location": "uri",
12241224
"locationName": "deployment_id"
1225+
},
1226+
"embed": {
1227+
"shape": "S8",
1228+
"location": "querystring",
1229+
"locationName": "embed"
12251230
}
12261231
}
12271232
},
@@ -1840,6 +1845,11 @@
18401845
"resourceId": {
18411846
"location": "uri",
18421847
"locationName": "resource_id"
1848+
},
1849+
"embed": {
1850+
"shape": "S8",
1851+
"location": "querystring",
1852+
"locationName": "embed"
18431853
}
18441854
}
18451855
},
@@ -1870,6 +1880,11 @@
18701880
"location": "querystring",
18711881
"locationName": "limit",
18721882
"type": "integer"
1883+
},
1884+
"embed": {
1885+
"shape": "S8",
1886+
"location": "querystring",
1887+
"locationName": "embed"
18731888
}
18741889
}
18751890
},

apis/apigateway-2015-07-09.normal.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3400,6 +3400,12 @@
34003400
"documentation":"<p>The identifier of the <a>Deployment</a> resource to get information about.</p>",
34013401
"location":"uri",
34023402
"locationName":"deployment_id"
3403+
},
3404+
"embed":{
3405+
"shape":"ListOfString",
3406+
"documentation":"<p>A query parameter to retrieve the specified embedded resources of the returned <a>Deployment</a> resource in the response. In a REST API call, this <code>embed</code> parameter value is a list of comma-separated strings, as in <code>GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=var1,var2</code>. The SDK and other platform-dependent libraries might use a different format for the list. Currently, this request supports only retrieval of the embedded API summary this way. Hence, the parameter value must be a single-valued list containing only the <code>\"apisummary\"</code> string. For example, <code>GET /restapis/{restapi_id}/deployments/{deployment_id}?embed=apisummary</code>.</p>",
3407+
"location":"querystring",
3408+
"locationName":"embed"
34033409
}
34043410
},
34053411
"documentation":"<p>Requests Amazon API Gateway to get information about a <a>Deployment</a> resource.</p>"
@@ -3882,6 +3888,12 @@
38823888
"documentation":"<p>The identifier for the <a>Resource</a> resource.</p>",
38833889
"location":"uri",
38843890
"locationName":"resource_id"
3891+
},
3892+
"embed":{
3893+
"shape":"ListOfString",
3894+
"documentation":"<p>A query parameter to retrieve the specified resources embedded in the returned <a>Resource</a> representation in the response. This <code>embed</code> parameter value is a list of comma-separated strings. Currently, the request supports only retrieval of the embedded <a>Method</a> resources this way. The query parameter value must be a single-valued list and contain the <code>\"methods\"</code> string. For example, <code>GET /restapis/{restapi_id}/resources/{resource_id}?embed=methods</code>.</p>",
3895+
"location":"querystring",
3896+
"locationName":"embed"
38853897
}
38863898
},
38873899
"documentation":"<p>Request to list information about a resource.</p>"
@@ -3907,6 +3919,12 @@
39073919
"documentation":"<p>The maximum number of returned results per page. The value is 25 by default and could be between 1 - 500.</p>",
39083920
"location":"querystring",
39093921
"locationName":"limit"
3922+
},
3923+
"embed":{
3924+
"shape":"ListOfString",
3925+
"documentation":"<p>A query parameter used to retrieve the specified resources embedded in the returned <a>Resources</a> resource in the response. This <code>embed</code> parameter value is a list of comma-separated strings. Currently, the request supports only retrieval of the embedded <a>Method</a> resources this way. The query parameter value must be a single-valued list and contain the <code>\"methods\"</code> string. For example, <code>GET /restapis/{restapi_id}/resources?embed=methods</code>.</p>",
3926+
"location":"querystring",
3927+
"locationName":"embed"
39103928
}
39113929
},
39123930
"documentation":"<p>Request to list information about a collection of resources.</p>"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)