aws-sdk 2.1364.0 → 2.1366.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,17 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1364.0-->
2
+ <!--LATEST=2.1366.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1366.0
6
+ * feature: OSIS: Initial release for OpenSearch Ingestion
7
+
8
+ ## 2.1365.0
9
+ * feature: ChimeSDKMessaging: Remove non actionable field from UpdateChannelReadMarker and DeleteChannelRequest. Add precise exceptions to DeleteChannel and DeleteStreamingConfigurations error cases.
10
+ * feature: Connect: Amazon Connect, Contact Lens Evaluation API release including ability to manage forms and to submit contact evaluations.
11
+ * feature: DataSync: This release adds 13 new APIs to support AWS DataSync Discovery GA.
12
+ * feature: DirectoryService: New field added in AWS Managed Microsoft AD DescribeSettings response and regex pattern update for UpdateSettings value. Added length validation to RemoteDomainName.
13
+ * feature: Pinpoint: Adds support for journey runs and querying journey execution metrics based on journey runs. Adds execution metrics to campaign activities. Updates docs for Advanced Quiet Time.
14
+
5
15
  ## 2.1364.0
6
16
  * feature: Appflow: Increased the max length for RefreshToken and AuthCode from 2048 to 4096.
7
17
  * feature: EC2: API changes to AWS Verified Access related to identity providers' information.
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.1364.0.min.js"></script>
75
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1366.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
@@ -278,7 +278,8 @@
278
278
  "shape": "S13"
279
279
  },
280
280
  "ClientRequestToken": {
281
- "shape": "S12"
281
+ "shape": "S12",
282
+ "idempotencyToken": true
282
283
  }
283
284
  }
284
285
  },
@@ -381,10 +382,6 @@
381
382
  "ChimeBearer": {
382
383
  "location": "header",
383
384
  "locationName": "x-amz-chime-bearer"
384
- },
385
- "SubChannelId": {
386
- "location": "querystring",
387
- "locationName": "sub-channel-id"
388
385
  }
389
386
  }
390
387
  }
@@ -2174,15 +2171,13 @@
2174
2171
  "ChimeBearer": {
2175
2172
  "location": "header",
2176
2173
  "locationName": "x-amz-chime-bearer"
2177
- },
2178
- "SubChannelId": {}
2174
+ }
2179
2175
  }
2180
2176
  },
2181
2177
  "output": {
2182
2178
  "type": "structure",
2183
2179
  "members": {
2184
- "ChannelArn": {},
2185
- "SubChannelId": {}
2180
+ "ChannelArn": {}
2186
2181
  }
2187
2182
  }
2188
2183
  }