aws-sdk 2.1064.0 → 2.1065.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,13 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1064.0-->
2
+ <!--LATEST=2.1065.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1065.0
6
+ * feature: Connect: This release adds support for configuring a custom chat duration when starting a new chat session via the StartChatContact API. The default value for chat duration is 25 hours, minimum configurable value is 1 hour (60 minutes) and maximum configurable value is 7 days (10,080 minutes).
7
+ * feature: EC2: X2ezn instances are powered by Intel Cascade Lake CPUs that deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of networking bandwidth
8
+ * feature: Kafka: Amazon MSK has updated the CreateCluster and UpdateBrokerStorage API that allows you to specify volume throughput during cluster creation and broker volume updates.
9
+ * feature: OpenSearch: Allows customers to get progress updates for blue/green deployments
10
+
5
11
  ## 2.1064.0
6
12
  * feature: CodeGuruReviewer: Added failure state and adjusted timeout in waiter
7
13
  * feature: FraudDetector: Added new APIs for viewing past predictions and obtaining prediction metadata including prediction explanations: ListEventPredictions and GetEventPredictionMetadata
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1064.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1065.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -3604,6 +3604,9 @@
3604
3604
  },
3605
3605
  "ClientToken": {
3606
3606
  "idempotencyToken": true
3607
+ },
3608
+ "ChatDurationInMinutes": {
3609
+ "type": "integer"
3607
3610
  }
3608
3611
  }
3609
3612
  },
@@ -3751,7 +3754,7 @@
3751
3754
  },
3752
3755
  "Name": {},
3753
3756
  "References": {
3754
- "shape": "Scl"
3757
+ "shape": "Scm"
3755
3758
  },
3756
3759
  "Description": {},
3757
3760
  "ClientToken": {
@@ -3954,7 +3957,7 @@
3954
3957
  "Name": {},
3955
3958
  "Description": {},
3956
3959
  "References": {
3957
- "shape": "Scl"
3960
+ "shape": "Scm"
3958
3961
  }
3959
3962
  }
3960
3963
  },
@@ -4585,19 +4588,19 @@
4585
4588
  "type": "structure",
4586
4589
  "members": {
4587
4590
  "LevelOne": {
4588
- "shape": "Sdz"
4591
+ "shape": "Se0"
4589
4592
  },
4590
4593
  "LevelTwo": {
4591
- "shape": "Sdz"
4594
+ "shape": "Se0"
4592
4595
  },
4593
4596
  "LevelThree": {
4594
- "shape": "Sdz"
4597
+ "shape": "Se0"
4595
4598
  },
4596
4599
  "LevelFour": {
4597
- "shape": "Sdz"
4600
+ "shape": "Se0"
4598
4601
  },
4599
4602
  "LevelFive": {
4600
- "shape": "Sdz"
4603
+ "shape": "Se0"
4601
4604
  }
4602
4605
  }
4603
4606
  },
@@ -5070,7 +5073,7 @@
5070
5073
  }
5071
5074
  }
5072
5075
  },
5073
- "Scl": {
5076
+ "Scm": {
5074
5077
  "type": "map",
5075
5078
  "key": {},
5076
5079
  "value": {
@@ -5085,7 +5088,7 @@
5085
5088
  }
5086
5089
  }
5087
5090
  },
5088
- "Sdz": {
5091
+ "Se0": {
5089
5092
  "type": "structure",
5090
5093
  "required": [
5091
5094
  "Name"