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
* release-1.42.52:
Bumping version to 1.42.52
Update changelog based on model updates
Examples for ivs-realtime, lambda, securityhub (#9733)
Upgrade setuptools to 78.1.1 (#9773)
"description": "This release introduces support for Microsoft license included applications streaming.",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``backup``",
9
+
"description": "The AWS Backup job attribute extension enhancement helps customers better understand the plan that initiated each job, and the properties of the resource each job creates.",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``connect``",
14
+
"description": "SDK release for TaskTemplateInfo in Contact for DescribeContact response.",
15
+
"type": "api-change"
16
+
},
17
+
{
18
+
"category": "``datazone``",
19
+
"description": "Support creating scoped and trustedIdentityPropagation enabled connections.",
20
+
"type": "api-change"
21
+
},
22
+
{
23
+
"category": "``ec2``",
24
+
"description": "This release adds support for creating instant, point-in-time copies of EBS volumes within the same Availability Zone",
25
+
"type": "api-change"
26
+
},
27
+
{
28
+
"category": "``transcribe``",
29
+
"description": "Move UntagResource API body member to query parameter",
30
+
"type": "api-change"
31
+
},
32
+
{
33
+
"category": "``transfer``",
34
+
"description": "SFTP connectors now support routing connections via customers' VPC. This enables connections to remote servers that are only accessible in a customer's VPC environment, and to servers that are accessible over the internet but need connections coming from an IP address in a customer VPC's CIDR range.",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.42.52
6
+
=======
7
+
8
+
* api-change:``appstream``: This release introduces support for Microsoft license included applications streaming.
9
+
* api-change:``backup``: The AWS Backup job attribute extension enhancement helps customers better understand the plan that initiated each job, and the properties of the resource each job creates.
10
+
* api-change:``connect``: SDK release for TaskTemplateInfo in Contact for DescribeContact response.
11
+
* api-change:``datazone``: Support creating scoped and trustedIdentityPropagation enabled connections.
12
+
* api-change:``ec2``: This release adds support for creating instant, point-in-time copies of EBS volumes within the same Availability Zone
13
+
* api-change:``transcribe``: Move UntagResource API body member to query parameter
14
+
* api-change:``transfer``: SFTP connectors now support routing connections via customers' VPC. This enables connections to remote servers that are only accessible in a customer's VPC environment, and to servers that are accessible over the internet but need connections coming from an IP address in a customer VPC's CIDR range.
Copy file name to clipboardExpand all lines: awscli/examples/ivs-realtime/get-composition.rst
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,10 @@ Output::
51
51
],
52
52
"layout": {
53
53
"grid": {
54
-
"featuredParticipantAttribute": ""
54
+
"featuredParticipantAttribute": "",
55
55
"gridGap": 2,
56
56
"omitStoppedVideo": false,
57
+
"participantOrderAttribute": "",
57
58
"videoAspectRatio": "VIDEO",
58
59
"videoFillMode": ""
59
60
}
@@ -65,7 +66,7 @@ Output::
65
66
}
66
67
}
67
68
68
-
For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon IVS Real-Time Streaming User Guide*.
69
+
For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon Interactive Video Service User Guide*.
69
70
70
71
**Example 2: To get a composition with PiP layout**
71
72
@@ -123,6 +124,7 @@ Output::
123
124
"featuredParticipantAttribute": "abcdefg",
124
125
"gridGap": 0,
125
126
"omitStoppedVideo": false,
127
+
"participantOrderAttribute": "",
126
128
"pipBehavior": "STATIC",
127
129
"pipOffset": 0,
128
130
"pipParticipantAttribute": "",
@@ -137,7 +139,7 @@ Output::
137
139
}
138
140
}
139
141
140
-
For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon IVS Real-Time Streaming User Guide*.
142
+
For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon Interactive Video Service User Guide*.
141
143
142
144
**Example 3: To get a composition with thumbnail recording enabled**
143
145
@@ -203,6 +205,7 @@ Output::
203
205
"featuredParticipantAttribute": ""
204
206
"gridGap": 2,
205
207
"omitStoppedVideo": false,
208
+
"participantOrderAttribute": "",
206
209
"videoAspectRatio": "VIDEO",
207
210
"videoFillMode": "" }
208
211
},
@@ -213,4 +216,4 @@ Output::
213
216
}
214
217
}
215
218
216
-
For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon IVS Real-Time Streaming User Guide*.
219
+
For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon Interactive Video Service User Guide*.
Copy file name to clipboardExpand all lines: awscli/examples/ivs-realtime/start-composition.rst
+88-3Lines changed: 88 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ Output::
57
57
"featuredParticipantAttribute": ""
58
58
"gridGap": 2,
59
59
"omitStoppedVideo": false,
60
+
"participantOrderAttribute": "",
60
61
"videoAspectRatio": "VIDEO",
61
62
"videoFillMode": ""
62
63
}
@@ -68,7 +69,7 @@ Output::
68
69
}
69
70
}
70
71
71
-
For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon IVS Real-Time Streaming User Guide*.
72
+
For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon Interactive Video Service User Guide*.
72
73
73
74
**Example 2: To start a composition with PiP layout**
74
75
@@ -129,6 +130,7 @@ Output::
129
130
"featuredParticipantAttribute": "abcdefg",
130
131
"gridGap": 0,
131
132
"omitStoppedVideo": false,
133
+
"participantOrderAttribute": "",
132
134
"pipBehavior": "STATIC",
133
135
"pipOffset": 0,
134
136
"pipParticipantAttribute": "",
@@ -143,7 +145,7 @@ Output::
143
145
}
144
146
}
145
147
146
-
For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon IVS Real-Time Streaming User Guide*.
148
+
For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon Interactive Video Service User Guide*.
147
149
148
150
**Example 3: To start a composition with thumbnail recording enabled**
149
151
@@ -212,6 +214,7 @@ Output::
212
214
"featuredParticipantAttribute": ""
213
215
"gridGap": 2,
214
216
"omitStoppedVideo": false,
217
+
"participantOrderAttribute": "",
215
218
"videoAspectRatio": "VIDEO",
216
219
"videoFillMode": ""
217
220
}
@@ -223,4 +226,86 @@ Output::
223
226
}
224
227
}
225
228
226
-
For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon IVS Real-Time Streaming User Guide*.
229
+
For more information, see `Composite Recording (Real-Time Streaming) <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon Interactive Video Service User Guide*.
230
+
231
+
**Example 4: To start a composition using grid layout with custom participant ordering**
232
+
233
+
The following ``start-composition`` example starts a composition for the specified stage to be streamed to the specified locations using grid layout with custom participant ordering. ::
For more information, see `IVS Composite Recording | Real-Time Streaming <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-composite-recording.html>`__ in the *Amazon Interactive Video Service User Guide*.
For more information, see `AWS Lambda Function Configuration<https://docs.aws.amazon.com/lambda/latest/dg/resource-model.html>`__ in the *AWS Lambda Developer Guide*.
37
+
For more information, see `Configure Lambda function memory<https://docs.aws.amazon.com/lambda/latest/dg/configuration-memory.html>`__ in the *AWS Lambda Developer Guide*.
For more information, see `AWS Lambda Function Configuration<https://docs.aws.amazon.com/lambda/latest/dg/resource-model.html>`__ in the *AWS Lambda Developer Guide*.
43
+
For more information, see `Configure Lambda function memory<https://docs.aws.amazon.com/lambda/latest/dg/configuration-memory.html>`__ in the *AWS Lambda Developer Guide*.
For more information, see `AWS Lambda Function Configuration<https://docs.aws.amazon.com/lambda/latest/dg/resource-model.html>`__ in the *AWS Lambda Developer Guide*.
88
+
For more information, see `Configure Lambda function memory<https://docs.aws.amazon.com/lambda/latest/dg/configuration-memory.html>`__ in the *AWS Lambda Developer Guide*.
The following ``describe-hub`` example returns the subscription date for the specified hub resource. The hub resource is identified by its ARN. ::
3
+
The following ``describe-hub`` example returns the subscription date and other configuration settings for the specified hub resource. The hub resource is identified by its ARN. ::
For more information, see `AWS::SecurityHub::Hub <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html>`__ in the *AWS CloudFormation User Guide*.
17
+
For more information, see `AWS::SecurityHub::Hub <https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-securityhub-hub.html>`__ in the *AWS CloudFormation User Guide*.
0 commit comments