Skip to content

Commit

Permalink
Updates SDK to v2.1380.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 18, 2023
1 parent 49f357b commit 2a68e2e
Show file tree
Hide file tree
Showing 36 changed files with 2,548 additions and 1,480 deletions.
52 changes: 52 additions & 0 deletions .changes/2.1380.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"type": "bugfix",
"category": "IAM",
"description": "Fix endpoint for IAM in aws-iso partition"
},
{
"type": "feature",
"category": "Athena",
"description": "Removing SparkProperties from EngineConfiguration object for StartSession API call"
},
{
"type": "feature",
"category": "CloudTrail",
"description": "Add ConflictException to PutEventSelectors, add (Channel/EDS)ARNInvalidException to Tag APIs. These exceptions provide customers with more specific error messages instead of internal errors."
},
{
"type": "feature",
"category": "ComputeOptimizer",
"description": "In this launch, we add support for showing integration status with external metric providers such as Instana, Datadog ...etc in GetEC2InstanceRecommendations and ExportEC2InstanceRecommendations apis"
},
{
"type": "feature",
"category": "Connect",
"description": "You can programmatically create and manage prompts using APIs, for example, to extract prompts stored within Amazon Connect and add them to your Amazon S3 bucket. AWS CloudTrail, AWS CloudFormation and tagging are supported."
},
{
"type": "feature",
"category": "EC2",
"description": "Add support for i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge and i4g.16xlarge instances powered by AWS Graviton2 processors that deliver up to 15% better compute performance than our other storage-optimized instances."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers."
},
{
"type": "feature",
"category": "STS",
"description": "API updates for the AWS Security Token Service"
},
{
"type": "feature",
"category": "SageMakerGeospatial",
"description": "This release makes ExecutionRoleArn a required field in the StartEarthObservationJob API."
},
{
"type": "feature",
"category": "errors",
"description": "add error.body hidden field with original error body for JSON protocols"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-IAM-c81b705c.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-errors-02c46955.json

This file was deleted.

14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1379.0-->
<!--LATEST=2.1380.0-->
<!--ENTRYINSERT-->

## 2.1380.0
* bugfix: IAM: Fix endpoint for IAM in aws-iso partition
* feature: Athena: Removing SparkProperties from EngineConfiguration object for StartSession API call
* feature: CloudTrail: Add ConflictException to PutEventSelectors, add (Channel/EDS)ARNInvalidException to Tag APIs. These exceptions provide customers with more specific error messages instead of internal errors.
* feature: ComputeOptimizer: In this launch, we add support for showing integration status with external metric providers such as Instana, Datadog ...etc in GetEC2InstanceRecommendations and ExportEC2InstanceRecommendations apis
* feature: Connect: You can programmatically create and manage prompts using APIs, for example, to extract prompts stored within Amazon Connect and add them to your Amazon S3 bucket. AWS CloudTrail, AWS CloudFormation and tagging are supported.
* feature: EC2: Add support for i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge and i4g.16xlarge instances powered by AWS Graviton2 processors that deliver up to 15% better compute performance than our other storage-optimized instances.
* feature: MediaConvert: This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers.
* feature: STS: API updates for the AWS Security Token Service
* feature: SageMakerGeospatial: This release makes ExecutionRoleArn a required field in the StartEarthObservationJob API.
* feature: errors: add error.body hidden field with original error body for JSON protocols

## 2.1379.0
* feature: Detective: Added and updated API operations in Detective to support the integration of ASFF Security Hub findings.
* feature: Glue: Add Support for Tags for Custom Entity Types
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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.1379.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1380.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
3 changes: 0 additions & 3 deletions apis/athena-2017-05-18.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2254,9 +2254,6 @@
},
"AdditionalConfigs": {
"shape": "S1z"
},
"SparkProperties": {
"shape": "S1z"
}
}
},
Expand Down
4 changes: 0 additions & 4 deletions apis/athena-2017-05-18.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2643,10 +2643,6 @@
"AdditionalConfigs": {
"shape": "ParametersMap",
"documentation": "<p>Contains additional notebook engine <code>MAP&lt;string, string&gt;</code> parameter mappings in the form of key-value pairs. To specify an Athena notebook that the Jupyter server will download and serve, specify a value for the <a>StartSessionRequest$NotebookVersion</a> field, and then add a key named <code>NotebookId</code> to <code>AdditionalConfigs</code> that has the value of the Athena notebook ID.</p>"
},
"SparkProperties": {
"shape": "ParametersMap",
"documentation": "<p>Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.</p>"
}
},
"documentation": "<p>Contains data processing unit (DPU) configuration settings and parameter mappings for a notebook engine.</p>"
Expand Down
41 changes: 31 additions & 10 deletions apis/cloudtrail-2013-11-01.normal.json

Large diffs are not rendered by default.

27 changes: 17 additions & 10 deletions apis/compute-optimizer-2019-11-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,13 @@
"instanceState": {},
"tags": {
"shape": "S3s"
},
"externalMetricStatus": {
"type": "structure",
"members": {
"statusCode": {},
"statusReason": {}
}
}
}
}
Expand Down Expand Up @@ -608,10 +615,10 @@
"members": {
"name": {},
"timestamps": {
"shape": "S4o"
"shape": "S4r"
},
"values": {
"shape": "S4p"
"shape": "S4s"
}
}
}
Expand Down Expand Up @@ -667,13 +674,13 @@
"members": {
"name": {},
"timestamps": {
"shape": "S4o"
"shape": "S4r"
},
"upperBoundValues": {
"shape": "S4p"
"shape": "S4s"
},
"lowerBoundValues": {
"shape": "S4p"
"shape": "S4s"
}
}
}
Expand Down Expand Up @@ -731,7 +738,7 @@
"members": {
"containerName": {},
"memorySizeConfiguration": {
"shape": "S5b"
"shape": "S5e"
},
"cpu": {
"type": "integer"
Expand Down Expand Up @@ -805,7 +812,7 @@
"members": {
"containerName": {},
"memorySizeConfiguration": {
"shape": "S5b"
"shape": "S5e"
},
"cpu": {
"type": "integer"
Expand Down Expand Up @@ -1406,19 +1413,19 @@
}
}
},
"S4o": {
"S4r": {
"type": "list",
"member": {
"type": "timestamp"
}
},
"S4p": {
"S4s": {
"type": "list",
"member": {
"type": "double"
}
},
"S5b": {
"S5e": {
"type": "structure",
"members": {
"memory": {
Expand Down
40 changes: 39 additions & 1 deletion apis/compute-optimizer-2019-11-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1988,7 +1988,9 @@
"RecommendationOptionsMigrationEffort",
"EffectiveRecommendationPreferencesExternalMetricsSource",
"InstanceState",
"Tags"
"Tags",
"ExternalMetricStatusCode",
"ExternalMetricStatusReason"
]
},
"ExportableInstanceFields": {
Expand Down Expand Up @@ -2076,6 +2078,38 @@
"shape": "ExportableVolumeField"
}
},
"ExternalMetricStatus": {
"type": "structure",
"members": {
"statusCode": {
"shape": "ExternalMetricStatusCode",
"documentation": "<p> The status code for Compute Optimizer's integration with an external metrics provider. </p>"
},
"statusReason": {
"shape": "ExternalMetricStatusReason",
"documentation": "<p> The reason for Compute Optimizer's integration status with your external metric provider. </p>"
}
},
"documentation": "<p> Describes Compute Optimizer's integration status with your chosen external metric provider. For example, Datadog. </p>"
},
"ExternalMetricStatusCode": {
"type": "string",
"enum": [
"NO_EXTERNAL_METRIC_SET",
"INTEGRATION_SUCCESS",
"DATADOG_INTEGRATION_ERROR",
"DYNATRACE_INTEGRATION_ERROR",
"NEWRELIC_INTEGRATION_ERROR",
"INSTANA_INTEGRATION_ERROR",
"INSUFFICIENT_DATADOG_METRICS",
"INSUFFICIENT_DYNATRACE_METRICS",
"INSUFFICIENT_NEWRELIC_METRICS",
"INSUFFICIENT_INSTANA_METRICS"
]
},
"ExternalMetricStatusReason": {
"type": "string"
},
"ExternalMetricsPreference": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2779,6 +2813,10 @@
"tags": {
"shape": "Tags",
"documentation": "<p> A list of tags assigned to your Amazon EC2 instance recommendations. </p>"
},
"externalMetricStatus": {
"shape": "ExternalMetricStatus",
"documentation": "<p> An object that describes Compute Optimizer's integration status with your external metrics provider. </p>"
}
},
"documentation": "<p>Describes an Amazon EC2 instance recommendation.</p>"
Expand Down

0 comments on commit 2a68e2e

Please sign in to comment.