Skip to content

Commit 6a3df97

Browse files
author
awstools
committed
Updates SDK to v2.1677.0
1 parent d466464 commit 6a3df97

22 files changed

+414
-273
lines changed

.changes/2.1677.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Batch",
5+
"description": "Improvements of integration between AWS Batch and EC2."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Inspector2",
10+
"description": "Update the correct format of key and values for resource tags"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "QuickSight",
15+
"description": "Amazon QuickSight launches Customer Managed Key (CMK) encryption for Data Source metadata"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SESV2",
20+
"description": "Marking use case description field of account details as deprecated."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SageMaker",
25+
"description": "Introduce Endpoint and EndpointConfig Arns in sagemaker:ListPipelineExecutionSteps API response"
26+
}
27+
]

CHANGELOG.md

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

5+
## 2.1677.0
6+
* feature: Batch: Improvements of integration between AWS Batch and EC2.
7+
* feature: Inspector2: Update the correct format of key and values for resource tags
8+
* feature: QuickSight: Amazon QuickSight launches Customer Managed Key (CMK) encryption for Data Source metadata
9+
* feature: SESV2: Marking use case description field of account details as deprecated.
10+
* feature: SageMaker: Introduce Endpoint and EndpointConfig Arns in sagemaker:ListPipelineExecutionSteps API response
11+
512
## 2.1676.0
613
* feature: DocDB: This release adds Global Cluster Failover capability which enables you to change your global cluster's primary AWS region, the region that serves writes, during a regional outage. Performing a failover action preserves your Global Cluster setup.
714
* feature: ECS: This release introduces a new ContainerDefinition configuration to support the customer-managed keys for ECS container restart feature.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1676.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1677.0.min.js"></script>
6868

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

apis/batch-2016-08-10.min.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
},
6565
"eksConfiguration": {
6666
"shape": "Sm"
67-
}
67+
},
68+
"context": {}
6869
}
6970
},
7071
"output": {
@@ -271,7 +272,8 @@
271272
"shape": "Sm"
272273
},
273274
"containerOrchestrationType": {},
274-
"uuid": {}
275+
"uuid": {},
276+
"context": {}
275277
}
276278
}
277279
},
@@ -1350,7 +1352,8 @@
13501352
"serviceRole": {},
13511353
"updatePolicy": {
13521354
"shape": "S1g"
1353-
}
1355+
},
1356+
"context": {}
13541357
}
13551358
},
13561359
"output": {

apis/batch-2016-08-10.normal.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"shape": "ServerException"
3939
}
4040
],
41-
"documentation": "<p>Cancels a job in an Batch job queue. Jobs that are in the <code>SUBMITTED</code> or <code>PENDING</code> are canceled. A job in<code>RUNNABLE</code> remains in <code>RUNNABLE</code> until it reaches the head of the job queue. Then the job status is updated to <code>FAILED</code>.</p> <note> <p>A <code>PENDING</code> job is canceled after all dependency jobs are completed. Therefore, it may take longer than expected to cancel a job in <code>PENDING</code> status.</p> <p>When you try to cancel an array parent job in <code>PENDING</code>, Batch attempts to cancel all child jobs. The array parent job is canceled when all child jobs are completed.</p> </note> <p>Jobs that progressed to the <code>STARTING</code> or <code>RUNNING</code> state aren't canceled. However, the API operation still succeeds, even if no job is canceled. These jobs must be terminated with the <a>TerminateJob</a> operation.</p>"
41+
"documentation": "<p>Cancels a job in an Batch job queue. Jobs that are in a <code>SUBMITTED</code>, <code>PENDING</code>, or <code>RUNNABLE</code> state are cancelled and the job status is updated to <code>FAILED</code>.</p> <note> <p>A <code>PENDING</code> job is canceled after all dependency jobs are completed. Therefore, it may take longer than expected to cancel a job in <code>PENDING</code> status.</p> <p>When you try to cancel an array parent job in <code>PENDING</code>, Batch attempts to cancel all child jobs. The array parent job is canceled when all child jobs are completed.</p> </note> <p>Jobs that progressed to the <code>STARTING</code> or <code>RUNNING</code> state aren't canceled. However, the API operation still succeeds, even if no job is canceled. These jobs must be terminated with the <a>TerminateJob</a> operation.</p>"
4242
},
4343
"CreateComputeEnvironment": {
4444
"name": "CreateComputeEnvironment",
@@ -883,6 +883,10 @@
883883
"uuid": {
884884
"shape": "String",
885885
"documentation": "<p>Unique identifier for the compute environment.</p>"
886+
},
887+
"context": {
888+
"shape": "String",
889+
"documentation": "<p>Reserved.</p>"
886890
}
887891
},
888892
"documentation": "<p>An object that represents an Batch compute environment.</p>"
@@ -1382,6 +1386,10 @@
13821386
"eksConfiguration": {
13831387
"shape": "EksConfiguration",
13841388
"documentation": "<p>The details for the Amazon EKS cluster that supports the compute environment.</p>"
1389+
},
1390+
"context": {
1391+
"shape": "String",
1392+
"documentation": "<p>Reserved.</p>"
13851393
}
13861394
},
13871395
"documentation": "<p>Contains the parameters for <code>CreateComputeEnvironment</code>.</p>"
@@ -4461,6 +4469,10 @@
44614469
"updatePolicy": {
44624470
"shape": "UpdatePolicy",
44634471
"documentation": "<p>Specifies the updated infrastructure update policy for the compute environment. For more information about infrastructure updates, see <a href=\"https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html\">Updating compute environments</a> in the <i>Batch User Guide</i>.</p>"
4472+
},
4473+
"context": {
4474+
"shape": "String",
4475+
"documentation": "<p>Reserved.</p>"
44644476
}
44654477
},
44664478
"documentation": "<p>Contains the parameters for <code>UpdateComputeEnvironment</code>.</p>"

0 commit comments

Comments
 (0)