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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
# __1.12.73____2021-09-23__
2
+
## __AWS AppSync__
3
+
-### Features
4
+
- Documented the new OpenSearchServiceDataSourceConfig data type. Added deprecation notes to the ElasticsearchDataSourceConfig data type.
5
+
6
+
## __AWS Elemental MediaConvert__
7
+
-### Features
8
+
- This release adds style and positioning support for caption or subtitle burn-in from rich text sources such as TTML. This release also introduces configurable image-based trick play track generation.
9
+
10
+
## __Amazon Simple Systems Manager (SSM)__
11
+
-### Features
12
+
- Added cutoff behavior support for preventing new task invocations from starting when the maintenance window cutoff time is reached.
Copy file name to clipboardExpand all lines: aws-java-sdk-appsync/src/main/java/com/amazonaws/services/appsync/model/AdditionalAuthenticationProvider.java
+25-16
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ public class AdditionalAuthenticationProvider implements Serializable, Cloneable
30
30
31
31
/**
32
32
* <p>
33
-
* The authentication type: API key, Identity and Access Management, OIDC, or Amazon Cognito user pools.
33
+
* The authentication type: API key, Identity and Access Management, OIDC, Amazon Cognito user pools, or Amazon Web
34
+
* Services Lambda.
34
35
* </p>
35
36
*/
36
37
privateStringauthenticationType;
@@ -48,18 +49,20 @@ public class AdditionalAuthenticationProvider implements Serializable, Cloneable
48
49
privateCognitoUserPoolConfiguserPoolConfig;
49
50
/**
50
51
* <p>
51
-
* Configuration for AWS Lambda function authorization.
52
+
* Configuration for Amazon Web Services Lambda function authorization.
0 commit comments