Skip to content

Commit

Permalink
Updates SDK to v2.1677.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 16, 2024
1 parent d466464 commit 6a3df97
Show file tree
Hide file tree
Showing 22 changed files with 414 additions and 273 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1677.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Batch",
"description": "Improvements of integration between AWS Batch and EC2."
},
{
"type": "feature",
"category": "Inspector2",
"description": "Update the correct format of key and values for resource tags"
},
{
"type": "feature",
"category": "QuickSight",
"description": "Amazon QuickSight launches Customer Managed Key (CMK) encryption for Data Source metadata"
},
{
"type": "feature",
"category": "SESV2",
"description": "Marking use case description field of account details as deprecated."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Introduce Endpoint and EndpointConfig Arns in sagemaker:ListPipelineExecutionSteps API response"
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1676.0-->
<!--LATEST=2.1677.0-->
<!--ENTRYINSERT-->

## 2.1677.0
* feature: Batch: Improvements of integration between AWS Batch and EC2.
* feature: Inspector2: Update the correct format of key and values for resource tags
* feature: QuickSight: Amazon QuickSight launches Customer Managed Key (CMK) encryption for Data Source metadata
* feature: SESV2: Marking use case description field of account details as deprecated.
* feature: SageMaker: Introduce Endpoint and EndpointConfig Arns in sagemaker:ListPipelineExecutionSteps API response

## 2.1676.0
* 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.
* feature: ECS: This release introduces a new ContainerDefinition configuration to support the customer-managed keys for ECS container restart feature.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1676.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1677.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
9 changes: 6 additions & 3 deletions apis/batch-2016-08-10.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
},
"eksConfiguration": {
"shape": "Sm"
}
},
"context": {}
}
},
"output": {
Expand Down Expand Up @@ -271,7 +272,8 @@
"shape": "Sm"
},
"containerOrchestrationType": {},
"uuid": {}
"uuid": {},
"context": {}
}
}
},
Expand Down Expand Up @@ -1350,7 +1352,8 @@
"serviceRole": {},
"updatePolicy": {
"shape": "S1g"
}
},
"context": {}
}
},
"output": {
Expand Down
14 changes: 13 additions & 1 deletion apis/batch-2016-08-10.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"shape": "ServerException"
}
],
"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>"
"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>"
},
"CreateComputeEnvironment": {
"name": "CreateComputeEnvironment",
Expand Down Expand Up @@ -883,6 +883,10 @@
"uuid": {
"shape": "String",
"documentation": "<p>Unique identifier for the compute environment.</p>"
},
"context": {
"shape": "String",
"documentation": "<p>Reserved.</p>"
}
},
"documentation": "<p>An object that represents an Batch compute environment.</p>"
Expand Down Expand Up @@ -1382,6 +1386,10 @@
"eksConfiguration": {
"shape": "EksConfiguration",
"documentation": "<p>The details for the Amazon EKS cluster that supports the compute environment.</p>"
},
"context": {
"shape": "String",
"documentation": "<p>Reserved.</p>"
}
},
"documentation": "<p>Contains the parameters for <code>CreateComputeEnvironment</code>.</p>"
Expand Down Expand Up @@ -4461,6 +4469,10 @@
"updatePolicy": {
"shape": "UpdatePolicy",
"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>"
},
"context": {
"shape": "String",
"documentation": "<p>Reserved.</p>"
}
},
"documentation": "<p>Contains the parameters for <code>UpdateComputeEnvironment</code>.</p>"
Expand Down
Loading

0 comments on commit 6a3df97

Please sign in to comment.