aws-sdk 2.1379.0 → 2.1380.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,19 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1379.0-->
2
+ <!--LATEST=2.1380.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1380.0
6
+ * bugfix: IAM: Fix endpoint for IAM in aws-iso partition
7
+ * feature: Athena: Removing SparkProperties from EngineConfiguration object for StartSession API call
8
+ * 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.
9
+ * 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
10
+ * 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.
11
+ * 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.
12
+ * 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.
13
+ * feature: STS: API updates for the AWS Security Token Service
14
+ * feature: SageMakerGeospatial: This release makes ExecutionRoleArn a required field in the StartEarthObservationJob API.
15
+ * feature: errors: add error.body hidden field with original error body for JSON protocols
16
+
5
17
  ## 2.1379.0
6
18
  * feature: Detective: Added and updated API operations in Detective to support the integration of ASFF Security Hub findings.
7
19
  * feature: Glue: Add Support for Tags for Custom Entity Types
package/README.md CHANGED
@@ -72,7 +72,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
72
72
  To use the SDK in the browser, simply add the following script tag to your
73
73
  HTML pages:
74
74
 
75
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1379.0.min.js"></script>
75
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1380.0.min.js"></script>
76
76
 
77
77
  You can also build a custom browser SDK with your specified set of AWS services.
78
78
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -2254,9 +2254,6 @@
2254
2254
  },
2255
2255
  "AdditionalConfigs": {
2256
2256
  "shape": "S1z"
2257
- },
2258
- "SparkProperties": {
2259
- "shape": "S1z"
2260
2257
  }
2261
2258
  }
2262
2259
  },
@@ -552,6 +552,13 @@
552
552
  "instanceState": {},
553
553
  "tags": {
554
554
  "shape": "S3s"
555
+ },
556
+ "externalMetricStatus": {
557
+ "type": "structure",
558
+ "members": {
559
+ "statusCode": {},
560
+ "statusReason": {}
561
+ }
555
562
  }
556
563
  }
557
564
  }
@@ -608,10 +615,10 @@
608
615
  "members": {
609
616
  "name": {},
610
617
  "timestamps": {
611
- "shape": "S4o"
618
+ "shape": "S4r"
612
619
  },
613
620
  "values": {
614
- "shape": "S4p"
621
+ "shape": "S4s"
615
622
  }
616
623
  }
617
624
  }
@@ -667,13 +674,13 @@
667
674
  "members": {
668
675
  "name": {},
669
676
  "timestamps": {
670
- "shape": "S4o"
677
+ "shape": "S4r"
671
678
  },
672
679
  "upperBoundValues": {
673
- "shape": "S4p"
680
+ "shape": "S4s"
674
681
  },
675
682
  "lowerBoundValues": {
676
- "shape": "S4p"
683
+ "shape": "S4s"
677
684
  }
678
685
  }
679
686
  }
@@ -731,7 +738,7 @@
731
738
  "members": {
732
739
  "containerName": {},
733
740
  "memorySizeConfiguration": {
734
- "shape": "S5b"
741
+ "shape": "S5e"
735
742
  },
736
743
  "cpu": {
737
744
  "type": "integer"
@@ -805,7 +812,7 @@
805
812
  "members": {
806
813
  "containerName": {},
807
814
  "memorySizeConfiguration": {
808
- "shape": "S5b"
815
+ "shape": "S5e"
809
816
  },
810
817
  "cpu": {
811
818
  "type": "integer"
@@ -1406,19 +1413,19 @@
1406
1413
  }
1407
1414
  }
1408
1415
  },
1409
- "S4o": {
1416
+ "S4r": {
1410
1417
  "type": "list",
1411
1418
  "member": {
1412
1419
  "type": "timestamp"
1413
1420
  }
1414
1421
  },
1415
- "S4p": {
1422
+ "S4s": {
1416
1423
  "type": "list",
1417
1424
  "member": {
1418
1425
  "type": "double"
1419
1426
  }
1420
1427
  },
1421
- "S5b": {
1428
+ "S5e": {
1422
1429
  "type": "structure",
1423
1430
  "members": {
1424
1431
  "memory": {