You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This releases adds support for Custom Prompt Router",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``cloudtrail``",
9
+
"description": "Doc-only update for CloudTrail.",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``ivs-realtime``",
14
+
"description": "IVS Real-Time now offers customers the ability to merge fragmented recordings in the event of a participant disconnect.",
15
+
"type": "api-change"
16
+
},
17
+
{
18
+
"category": "``networkflowmonitor``",
19
+
"description": "This release contains 2 changes. 1: DeleteScope/GetScope/UpdateScope operations now return 404 instead of 500 when the resource does not exist. 2: Expected string format for clientToken fields of CreateMonitorInput/CreateScopeInput/UpdateMonitorInput have been updated to be an UUID based string.",
20
+
"type": "api-change"
21
+
},
22
+
{
23
+
"category": "``redshift-data``",
24
+
"description": "This release adds support for ListStatements API to filter statements by ClusterIdentifier, WorkgroupName, and Database.",
25
+
"type": "api-change"
26
+
},
27
+
{
28
+
"category": "``wafv2``",
29
+
"description": "You can now perform an exact match or rate limit aggregation against the web request's JA4 fingerprint.",
30
+
"type": "api-change"
31
+
},
32
+
{
33
+
"category": "``workspaces``",
34
+
"description": "Added a new ModifyEndpointEncryptionMode API for managing endpoint encryption settings.",
Copy file name to clipboardexpand all lines: CHANGELOG.rst
+12
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.38.8
6
+
======
7
+
8
+
* api-change:``bedrock``: This releases adds support for Custom Prompt Router
9
+
* api-change:``cloudtrail``: Doc-only update for CloudTrail.
10
+
* api-change:``ivs-realtime``: IVS Real-Time now offers customers the ability to merge fragmented recordings in the event of a participant disconnect.
11
+
* api-change:``networkflowmonitor``: This release contains 2 changes. 1: DeleteScope/GetScope/UpdateScope operations now return 404 instead of 500 when the resource does not exist. 2: Expected string format for clientToken fields of CreateMonitorInput/CreateScopeInput/UpdateMonitorInput have been updated to be an UUID based string.
12
+
* api-change:``redshift-data``: This release adds support for ListStatements API to filter statements by ClusterIdentifier, WorkgroupName, and Database.
13
+
* api-change:``wafv2``: You can now perform an exact match or rate limit aggregation against the web request's JA4 fingerprint.
14
+
* api-change:``workspaces``: Added a new ModifyEndpointEncryptionMode API for managing endpoint encryption settings.
@@ -397,7 +397,7 @@ Contents of ``multiplefiles.json``::
397
397
"-input",
398
398
"s3://elasticmapreduce/samples/wordcount/input",
399
399
"-output",
400
-
"s3://mybucket/wordcount/output"
400
+
"s3://amzn-s3-demo-bucket/wordcount/output"
401
401
],
402
402
"ActionOnFailure": "CONTINUE",
403
403
"Type": "STREAMING"
@@ -409,7 +409,7 @@ Contents of ``multiplefiles.json``::
409
409
The following example add Hive steps when creating a cluster. Hive steps require parameters ``Type`` and ``Args``. Hive steps optional parameters are ``Name`` and ``ActionOnFailure``. ::
@@ -419,7 +419,7 @@ The following example add Hive steps when creating a cluster. Hive steps require
419
419
The following example adds Pig steps when creating a cluster. Pig steps required parameters are ``Type`` and ``Args``. Pig steps optional parameters are ``Name`` and ``ActionOnFailure``. ::
For more information, see `Canceling a snapshot export task <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html#USER_ExportSnapshot.Canceling>`__ in the *Amazon RDS User Guide* or `Canceling a snapshot export task <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_ExportSnapshot.html#USER_ExportSnapshot.Canceling>`__ in the *Amazon Aurora User Guide*.
For more information, see `Monitoring Snapshot Exports <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html#USER_ExportSnapshot.Monitoring>`__ in the *Amazon RDS User Guide*.
1
+
**To describe snapshot export tasks**
2
+
3
+
The following ``describe-export-tasks`` example returns information about snapshot exports to Amazon S3. ::
For more information, see `Monitoring Snapshot Exports <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html#USER_ExportSnapshot.Monitoring>`__ in the *Amazon RDS User Guide*.
0 commit comments