cdk-docker-image-deployment 0.0.131 → 0.0.133

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.
Files changed (32) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +10 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1927 -0
  9. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +46 -0
  10. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.waiters2.json +5 -0
  11. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +131 -114
  12. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +0 -10
  13. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +131 -99
  14. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  15. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +1 -0
  16. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  17. package/node_modules/aws-sdk/clients/all.js +2 -1
  18. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1828 -0
  19. package/node_modules/aws-sdk/clients/cleanrooms.js +19 -0
  20. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +17 -17
  21. package/node_modules/aws-sdk/clients/kendra.d.ts +7 -7
  22. package/node_modules/aws-sdk/clients/lambda.d.ts +32 -13
  23. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +44 -5
  24. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +19 -10
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -7
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +137 -127
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +41 -41
  29. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  30. package/node_modules/aws-sdk/lib/core.js +1 -1
  31. package/node_modules/aws-sdk/package.json +1 -1
  32. package/package.json +8 -8
@@ -0,0 +1,19 @@
1
+ require('../lib/node_loader');
2
+ var AWS = require('../lib/core');
3
+ var Service = AWS.Service;
4
+ var apiLoader = AWS.apiLoader;
5
+
6
+ apiLoader.services['cleanrooms'] = {};
7
+ AWS.CleanRooms = Service.defineService('cleanrooms', ['2022-02-17']);
8
+ Object.defineProperty(apiLoader.services['cleanrooms'], '2022-02-17', {
9
+ get: function get() {
10
+ var model = require('../apis/cleanrooms-2022-02-17.min.json');
11
+ model.paginators = require('../apis/cleanrooms-2022-02-17.paginators.json').pagination;
12
+ model.waiters = require('../apis/cleanrooms-2022-02-17.waiters2.json').waiters;
13
+ return model;
14
+ },
15
+ enumerable: true,
16
+ configurable: true
17
+ });
18
+
19
+ module.exports = AWS.CleanRooms;
@@ -148,11 +148,11 @@ declare class CloudWatchLogs extends Service {
148
148
  */
149
149
  describeLogGroups(callback?: (err: AWSError, data: CloudWatchLogs.Types.DescribeLogGroupsResponse) => void): Request<CloudWatchLogs.Types.DescribeLogGroupsResponse, AWSError>;
150
150
  /**
151
- * Lists the log streams for the specified log group. You can list all the log streams or filter the results by prefix. You can also control how the results are ordered. This operation has a limit of five transactions per second, after which transactions are throttled. If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and view data from the linked source accounts. For more information, see CloudWatch cross-account observability.
151
+ * Lists the log streams for the specified log group. You can list all the log streams or filter the results by prefix. You can also control how the results are ordered. You can specify the log group to search by using either logGroupIdentifier or logGroupName. You must include one of these two parameters, but you can't include both. This operation has a limit of five transactions per second, after which transactions are throttled. If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and view data from the linked source accounts. For more information, see CloudWatch cross-account observability.
152
152
  */
153
153
  describeLogStreams(params: CloudWatchLogs.Types.DescribeLogStreamsRequest, callback?: (err: AWSError, data: CloudWatchLogs.Types.DescribeLogStreamsResponse) => void): Request<CloudWatchLogs.Types.DescribeLogStreamsResponse, AWSError>;
154
154
  /**
155
- * Lists the log streams for the specified log group. You can list all the log streams or filter the results by prefix. You can also control how the results are ordered. This operation has a limit of five transactions per second, after which transactions are throttled. If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and view data from the linked source accounts. For more information, see CloudWatch cross-account observability.
155
+ * Lists the log streams for the specified log group. You can list all the log streams or filter the results by prefix. You can also control how the results are ordered. You can specify the log group to search by using either logGroupIdentifier or logGroupName. You must include one of these two parameters, but you can't include both. This operation has a limit of five transactions per second, after which transactions are throttled. If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and view data from the linked source accounts. For more information, see CloudWatch cross-account observability.
156
156
  */
157
157
  describeLogStreams(callback?: (err: AWSError, data: CloudWatchLogs.Types.DescribeLogStreamsResponse) => void): Request<CloudWatchLogs.Types.DescribeLogStreamsResponse, AWSError>;
158
158
  /**
@@ -204,11 +204,11 @@ declare class CloudWatchLogs extends Service {
204
204
  */
205
205
  disassociateKmsKey(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
206
206
  /**
207
- * Lists log events from the specified log group. You can list all the log events or filter the results using a filter pattern, a time range, and the name of the log stream. You must have the logs;FilterLogEvents permission to perform this operation. By default, this operation returns as many log events as can fit in 1 MB (up to 10,000 log events) or all the events found within the specified time range. If the results include a token, that means there are more log events available. You can get additional results by specifying the token in a subsequent call. This operation can return empty results while there are more log events available through the token. The returned log events are sorted by event timestamp, the timestamp when the event was ingested by CloudWatch Logs, and the ID of the PutLogEvents request. If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and view data from the linked source accounts. For more information, see CloudWatch cross-account observability.
207
+ * Lists log events from the specified log group. You can list all the log events or filter the results using a filter pattern, a time range, and the name of the log stream. You must have the logs;FilterLogEvents permission to perform this operation. You can specify the log group to search by using either logGroupIdentifier or logGroupName. You must include one of these two parameters, but you can't include both. By default, this operation returns as many log events as can fit in 1 MB (up to 10,000 log events) or all the events found within the specified time range. If the results include a token, that means there are more log events available. You can get additional results by specifying the token in a subsequent call. This operation can return empty results while there are more log events available through the token. The returned log events are sorted by event timestamp, the timestamp when the event was ingested by CloudWatch Logs, and the ID of the PutLogEvents request. If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and view data from the linked source accounts. For more information, see CloudWatch cross-account observability.
208
208
  */
209
209
  filterLogEvents(params: CloudWatchLogs.Types.FilterLogEventsRequest, callback?: (err: AWSError, data: CloudWatchLogs.Types.FilterLogEventsResponse) => void): Request<CloudWatchLogs.Types.FilterLogEventsResponse, AWSError>;
210
210
  /**
211
- * Lists log events from the specified log group. You can list all the log events or filter the results using a filter pattern, a time range, and the name of the log stream. You must have the logs;FilterLogEvents permission to perform this operation. By default, this operation returns as many log events as can fit in 1 MB (up to 10,000 log events) or all the events found within the specified time range. If the results include a token, that means there are more log events available. You can get additional results by specifying the token in a subsequent call. This operation can return empty results while there are more log events available through the token. The returned log events are sorted by event timestamp, the timestamp when the event was ingested by CloudWatch Logs, and the ID of the PutLogEvents request. If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and view data from the linked source accounts. For more information, see CloudWatch cross-account observability.
211
+ * Lists log events from the specified log group. You can list all the log events or filter the results using a filter pattern, a time range, and the name of the log stream. You must have the logs;FilterLogEvents permission to perform this operation. You can specify the log group to search by using either logGroupIdentifier or logGroupName. You must include one of these two parameters, but you can't include both. By default, this operation returns as many log events as can fit in 1 MB (up to 10,000 log events) or all the events found within the specified time range. If the results include a token, that means there are more log events available. You can get additional results by specifying the token in a subsequent call. This operation can return empty results while there are more log events available through the token. The returned log events are sorted by event timestamp, the timestamp when the event was ingested by CloudWatch Logs, and the ID of the PutLogEvents request. If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and view data from the linked source accounts. For more information, see CloudWatch cross-account observability.
212
212
  */
213
213
  filterLogEvents(callback?: (err: AWSError, data: CloudWatchLogs.Types.FilterLogEventsResponse) => void): Request<CloudWatchLogs.Types.FilterLogEventsResponse, AWSError>;
214
214
  /**
@@ -220,19 +220,19 @@ declare class CloudWatchLogs extends Service {
220
220
  */
221
221
  getDataProtectionPolicy(callback?: (err: AWSError, data: CloudWatchLogs.Types.GetDataProtectionPolicyResponse) => void): Request<CloudWatchLogs.Types.GetDataProtectionPolicyResponse, AWSError>;
222
222
  /**
223
- * Lists log events from the specified log stream. You can list all of the log events or filter using a time range. By default, this operation returns as many log events as can fit in a response size of 1MB (up to 10,000 log events). You can get additional log events by specifying one of the tokens in a subsequent call. This operation can return empty results while there are more log events available through the token. If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and view data from the linked source accounts. For more information, see CloudWatch cross-account observability.
223
+ * Lists log events from the specified log stream. You can list all of the log events or filter using a time range. By default, this operation returns as many log events as can fit in a response size of 1MB (up to 10,000 log events). You can get additional log events by specifying one of the tokens in a subsequent call. This operation can return empty results while there are more log events available through the token. If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and view data from the linked source accounts. For more information, see CloudWatch cross-account observability. You can specify the log group to search by using either logGroupIdentifier or logGroupName. You must include one of these two parameters, but you can't include both.
224
224
  */
225
225
  getLogEvents(params: CloudWatchLogs.Types.GetLogEventsRequest, callback?: (err: AWSError, data: CloudWatchLogs.Types.GetLogEventsResponse) => void): Request<CloudWatchLogs.Types.GetLogEventsResponse, AWSError>;
226
226
  /**
227
- * Lists log events from the specified log stream. You can list all of the log events or filter using a time range. By default, this operation returns as many log events as can fit in a response size of 1MB (up to 10,000 log events). You can get additional log events by specifying one of the tokens in a subsequent call. This operation can return empty results while there are more log events available through the token. If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and view data from the linked source accounts. For more information, see CloudWatch cross-account observability.
227
+ * Lists log events from the specified log stream. You can list all of the log events or filter using a time range. By default, this operation returns as many log events as can fit in a response size of 1MB (up to 10,000 log events). You can get additional log events by specifying one of the tokens in a subsequent call. This operation can return empty results while there are more log events available through the token. If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and view data from the linked source accounts. For more information, see CloudWatch cross-account observability. You can specify the log group to search by using either logGroupIdentifier or logGroupName. You must include one of these two parameters, but you can't include both.
228
228
  */
229
229
  getLogEvents(callback?: (err: AWSError, data: CloudWatchLogs.Types.GetLogEventsResponse) => void): Request<CloudWatchLogs.Types.GetLogEventsResponse, AWSError>;
230
230
  /**
231
- * Returns a list of the fields that are included in log events in the specified log group. Includes the percentage of log events that contain each field. The search is limited to a time period that you specify. In the results, fields that start with @ are fields generated by CloudWatch Logs. For example, @timestamp is the timestamp of each log event. For more information about the fields that are generated by CloudWatch logs, see Supported Logs and Discovered Fields. The response results are sorted by the frequency percentage, starting with the highest percentage. If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and view data from the linked source accounts. For more information, see CloudWatch cross-account observability.
231
+ * Returns a list of the fields that are included in log events in the specified log group. Includes the percentage of log events that contain each field. The search is limited to a time period that you specify. You can specify the log group to search by using either logGroupIdentifier or logGroupName. You must specify one of these parameters, but you can't specify both. In the results, fields that start with @ are fields generated by CloudWatch Logs. For example, @timestamp is the timestamp of each log event. For more information about the fields that are generated by CloudWatch logs, see Supported Logs and Discovered Fields. The response results are sorted by the frequency percentage, starting with the highest percentage. If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and view data from the linked source accounts. For more information, see CloudWatch cross-account observability.
232
232
  */
233
233
  getLogGroupFields(params: CloudWatchLogs.Types.GetLogGroupFieldsRequest, callback?: (err: AWSError, data: CloudWatchLogs.Types.GetLogGroupFieldsResponse) => void): Request<CloudWatchLogs.Types.GetLogGroupFieldsResponse, AWSError>;
234
234
  /**
235
- * Returns a list of the fields that are included in log events in the specified log group. Includes the percentage of log events that contain each field. The search is limited to a time period that you specify. In the results, fields that start with @ are fields generated by CloudWatch Logs. For example, @timestamp is the timestamp of each log event. For more information about the fields that are generated by CloudWatch logs, see Supported Logs and Discovered Fields. The response results are sorted by the frequency percentage, starting with the highest percentage. If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and view data from the linked source accounts. For more information, see CloudWatch cross-account observability.
235
+ * Returns a list of the fields that are included in log events in the specified log group. Includes the percentage of log events that contain each field. The search is limited to a time period that you specify. You can specify the log group to search by using either logGroupIdentifier or logGroupName. You must specify one of these parameters, but you can't specify both. In the results, fields that start with @ are fields generated by CloudWatch Logs. For example, @timestamp is the timestamp of each log event. For more information about the fields that are generated by CloudWatch logs, see Supported Logs and Discovered Fields. The response results are sorted by the frequency percentage, starting with the highest percentage. If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account and view data from the linked source accounts. For more information, see CloudWatch cross-account observability.
236
236
  */
237
237
  getLogGroupFields(callback?: (err: AWSError, data: CloudWatchLogs.Types.GetLogGroupFieldsResponse) => void): Request<CloudWatchLogs.Types.GetLogGroupFieldsResponse, AWSError>;
238
238
  /**
@@ -639,9 +639,9 @@ declare namespace CloudWatchLogs {
639
639
  /**
640
640
  * The name of the log group. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
641
641
  */
642
- logGroupName: LogGroupName;
642
+ logGroupName?: LogGroupName;
643
643
  /**
644
- * Specify either the name or ARN of the log group to view. If the log group is in a source account and you are using a monitoring account, you must use the log group ARN. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
644
+ * Specify either the name or ARN of the log group to view. If the log group is in a source account and you are using a monitoring account, you must use the log group ARN. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
645
645
  */
646
646
  logGroupIdentifier?: LogGroupIdentifier;
647
647
  /**
@@ -900,9 +900,9 @@ declare namespace CloudWatchLogs {
900
900
  /**
901
901
  * The name of the log group to search. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
902
902
  */
903
- logGroupName: LogGroupName;
903
+ logGroupName?: LogGroupName;
904
904
  /**
905
- * Specify either the name or ARN of the log group to view log events from. If the log group is in a source account and you are using a monitoring account, you must use the log group ARN. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
905
+ * Specify either the name or ARN of the log group to view log events from. If the log group is in a source account and you are using a monitoring account, you must use the log group ARN. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
906
906
  */
907
907
  logGroupIdentifier?: LogGroupIdentifier;
908
908
  /**
@@ -1006,9 +1006,9 @@ declare namespace CloudWatchLogs {
1006
1006
  /**
1007
1007
  * The name of the log group. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
1008
1008
  */
1009
- logGroupName: LogGroupName;
1009
+ logGroupName?: LogGroupName;
1010
1010
  /**
1011
- * Specify either the name or ARN of the log group to view events from. If the log group is in a source account and you are using a monitoring account, you must use the log group ARN. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
1011
+ * Specify either the name or ARN of the log group to view events from. If the log group is in a source account and you are using a monitoring account, you must use the log group ARN. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
1012
1012
  */
1013
1013
  logGroupIdentifier?: LogGroupIdentifier;
1014
1014
  /**
@@ -1056,15 +1056,15 @@ declare namespace CloudWatchLogs {
1056
1056
  }
1057
1057
  export interface GetLogGroupFieldsRequest {
1058
1058
  /**
1059
- * The name of the log group to search. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
1059
+ * The name of the log group to search. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
1060
1060
  */
1061
- logGroupName: LogGroupName;
1061
+ logGroupName?: LogGroupName;
1062
1062
  /**
1063
1063
  * The time to set as the center of the query. If you specify time, the 15 minutes before this time are queries. If you omit time, the 8 minutes before and 8 minutes after this time are searched. The time value is specified as epoch time, which is the number of seconds since January 1, 1970, 00:00:00 UTC.
1064
1064
  */
1065
1065
  time?: Timestamp;
1066
1066
  /**
1067
- * Specify either the name or ARN of the log group to view. If the log group is in a source account and you are using a monitoring account, you must specify the ARN. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
1067
+ * Specify either the name or ARN of the log group to view. If the log group is in a source account and you are using a monitoring account, you must specify the ARN. If you specify values for both logGroupName and logGroupIdentifier, the action returns an InvalidParameterException error.
1068
1068
  */
1069
1069
  logGroupIdentifier?: LogGroupIdentifier;
1070
1070
  }
@@ -388,11 +388,11 @@ declare class Kendra extends Service {
388
388
  */
389
389
  putPrincipalMapping(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
390
390
  /**
391
- * Searches an active index. Use this API to search your documents using query. The Query API enables to do faceted search and to filter results based on document attributes. It also enables you to provide user context that Amazon Kendra uses to enforce document access control in the search results. Amazon Kendra searches your index for text content and question and answer (FAQ) content. By default the response contains three types of results. Relevant passages Matching FAQs Relevant documents You can specify that the query return only one type of result using the QueryResultTypeConfig parameter. Each query returns the 100 most relevant results.
391
+ * Searches an active index. Use this API to search your documents using query. The Query API enables to do faceted search and to filter results based on document attributes. It also enables you to provide user context that Amazon Kendra uses to enforce document access control in the search results. Amazon Kendra searches your index for text content and question and answer (FAQ) content. By default the response contains three types of results. Relevant passages Matching FAQs Relevant documents You can specify that the query return only one type of result using the QueryResultTypeFilter parameter. Each query returns the 100 most relevant results.
392
392
  */
393
393
  query(params: Kendra.Types.QueryRequest, callback?: (err: AWSError, data: Kendra.Types.QueryResult) => void): Request<Kendra.Types.QueryResult, AWSError>;
394
394
  /**
395
- * Searches an active index. Use this API to search your documents using query. The Query API enables to do faceted search and to filter results based on document attributes. It also enables you to provide user context that Amazon Kendra uses to enforce document access control in the search results. Amazon Kendra searches your index for text content and question and answer (FAQ) content. By default the response contains three types of results. Relevant passages Matching FAQs Relevant documents You can specify that the query return only one type of result using the QueryResultTypeConfig parameter. Each query returns the 100 most relevant results.
395
+ * Searches an active index. Use this API to search your documents using query. The Query API enables to do faceted search and to filter results based on document attributes. It also enables you to provide user context that Amazon Kendra uses to enforce document access control in the search results. Amazon Kendra searches your index for text content and question and answer (FAQ) content. By default the response contains three types of results. Relevant passages Matching FAQs Relevant documents You can specify that the query return only one type of result using the QueryResultTypeFilter parameter. Each query returns the 100 most relevant results.
396
396
  */
397
397
  query(callback?: (err: AWSError, data: Kendra.Types.QueryResult) => void): Request<Kendra.Types.QueryResult, AWSError>;
398
398
  /**
@@ -1112,7 +1112,7 @@ declare namespace Kendra {
1112
1112
  */
1113
1113
  DirectPutContent?: Boolean;
1114
1114
  }
1115
- export type ContentType = "PDF"|"HTML"|"MS_WORD"|"PLAIN_TEXT"|"PPT"|string;
1115
+ export type ContentType = "PDF"|"HTML"|"MS_WORD"|"PLAIN_TEXT"|"PPT"|"RTF"|"XML"|"XSLT"|"MS_EXCEL"|"CSV"|"JSON"|"MD"|string;
1116
1116
  export interface Correction {
1117
1117
  /**
1118
1118
  * The zero-based location in the response string or text where the corrected word starts.
@@ -3075,11 +3075,11 @@ declare namespace Kendra {
3075
3075
  export type JiraAccountUrl = string;
3076
3076
  export interface JiraConfiguration {
3077
3077
  /**
3078
- * The URL of the Jira account. For example, company.atlassian.net or https://jira.company.com. You can find your Jira account URL in the URL of your profile page for Jira desktop.
3078
+ * The URL of the Jira account. For example, company.atlassian.net.
3079
3079
  */
3080
3080
  JiraAccountUrl: JiraAccountUrl;
3081
3081
  /**
3082
- * The Amazon Resource Name (ARN) of a secret in Secrets Manager contains the key-value pairs required to connect to your Jira data source. The secret must contain a JSON structure with the following keys: jiraId—The Jira username. jiraCredentials—The Jira API token. For more information on creating an API token in Jira, see Using a Jira data source.
3082
+ * The Amazon Resource Name (ARN) of a secret in Secrets Manager contains the key-value pairs required to connect to your Jira data source. The secret must contain a JSON structure with the following keys: jiraId—The Jira user name or email. jiraCredentials—The Jira API token. For more information, see Using a Jira data source.
3083
3083
  */
3084
3084
  SecretArn: SecretArn;
3085
3085
  /**
@@ -3131,7 +3131,7 @@ declare namespace Kendra {
3131
3131
  */
3132
3132
  ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
3133
3133
  /**
3134
- * Configuration information for an Amazon Virtual Private Cloud to connect to your Jira. Your Jira account must reside inside your VPC.
3134
+ * Configuration information for an Amazon Virtual Private Cloud to connect to your Jira. For more information, see Configuring a VPC.
3135
3135
  */
3136
3136
  VpcConfiguration?: DataSourceVpcConfiguration;
3137
3137
  }
@@ -3539,7 +3539,7 @@ declare namespace Kendra {
3539
3539
  */
3540
3540
  TenantDomain: TenantDomain;
3541
3541
  /**
3542
- * The Amazon Resource Name (ARN) of an Secrets Managersecret that contains the user name and password to connect to OneDrive. The user namd should be the application ID for the OneDrive application, and the password is the application key for the OneDrive application.
3542
+ * The Amazon Resource Name (ARN) of an Secrets Managersecret that contains the user name and password to connect to OneDrive. The user name should be the application ID for the OneDrive application, and the password is the application key for the OneDrive application.
3543
3543
  */
3544
3544
  SecretArn: SecretArn;
3545
3545
  /**
@@ -46,11 +46,11 @@ declare class Lambda extends Service {
46
46
  */
47
47
  createCodeSigningConfig(callback?: (err: AWSError, data: Lambda.Types.CreateCodeSigningConfigResponse) => void): Request<Lambda.Types.CreateCodeSigningConfigResponse, AWSError>;
48
48
  /**
49
- * Creates a mapping between an event source and an Lambda function. Lambda reads items from the event source and invokes the function. For details about how to configure different event sources, see the following topics. Amazon DynamoDB Streams Amazon Kinesis Amazon SQS Amazon MQ and RabbitMQ Amazon MSK Apache Kafka The following error handling options are available only for stream sources (DynamoDB and Kinesis): BisectBatchOnFunctionError - If the function returns an error, split the batch in two and retry. DestinationConfig - Send discarded records to an Amazon SQS queue or Amazon SNS topic. MaximumRecordAgeInSeconds - Discard records older than the specified age. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires MaximumRetryAttempts - Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires. ParallelizationFactor - Process multiple batches from each shard concurrently. For information about which configuration parameters apply to each event source, see the following topics. Amazon DynamoDB Streams Amazon Kinesis Amazon SQS Amazon MQ and RabbitMQ Amazon MSK Apache Kafka
49
+ * Creates a mapping between an event source and an Lambda function. Lambda reads items from the event source and invokes the function. For details about how to configure different event sources, see the following topics. Amazon DynamoDB Streams Amazon Kinesis Amazon SQS Amazon MQ and RabbitMQ Amazon MSK Apache Kafka The following error handling options are available only for stream sources (DynamoDB and Kinesis): BisectBatchOnFunctionError If the function returns an error, split the batch in two and retry. DestinationConfig Send discarded records to an Amazon SQS queue or Amazon SNS topic. MaximumRecordAgeInSeconds Discard records older than the specified age. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires MaximumRetryAttempts Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires. ParallelizationFactor Process multiple batches from each shard concurrently. For information about which configuration parameters apply to each event source, see the following topics. Amazon DynamoDB Streams Amazon Kinesis Amazon SQS Amazon MQ and RabbitMQ Amazon MSK Apache Kafka
50
50
  */
51
51
  createEventSourceMapping(params: Lambda.Types.CreateEventSourceMappingRequest, callback?: (err: AWSError, data: Lambda.Types.EventSourceMappingConfiguration) => void): Request<Lambda.Types.EventSourceMappingConfiguration, AWSError>;
52
52
  /**
53
- * Creates a mapping between an event source and an Lambda function. Lambda reads items from the event source and invokes the function. For details about how to configure different event sources, see the following topics. Amazon DynamoDB Streams Amazon Kinesis Amazon SQS Amazon MQ and RabbitMQ Amazon MSK Apache Kafka The following error handling options are available only for stream sources (DynamoDB and Kinesis): BisectBatchOnFunctionError - If the function returns an error, split the batch in two and retry. DestinationConfig - Send discarded records to an Amazon SQS queue or Amazon SNS topic. MaximumRecordAgeInSeconds - Discard records older than the specified age. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires MaximumRetryAttempts - Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires. ParallelizationFactor - Process multiple batches from each shard concurrently. For information about which configuration parameters apply to each event source, see the following topics. Amazon DynamoDB Streams Amazon Kinesis Amazon SQS Amazon MQ and RabbitMQ Amazon MSK Apache Kafka
53
+ * Creates a mapping between an event source and an Lambda function. Lambda reads items from the event source and invokes the function. For details about how to configure different event sources, see the following topics. Amazon DynamoDB Streams Amazon Kinesis Amazon SQS Amazon MQ and RabbitMQ Amazon MSK Apache Kafka The following error handling options are available only for stream sources (DynamoDB and Kinesis): BisectBatchOnFunctionError If the function returns an error, split the batch in two and retry. DestinationConfig Send discarded records to an Amazon SQS queue or Amazon SNS topic. MaximumRecordAgeInSeconds Discard records older than the specified age. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires MaximumRetryAttempts Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires. ParallelizationFactor Process multiple batches from each shard concurrently. For information about which configuration parameters apply to each event source, see the following topics. Amazon DynamoDB Streams Amazon Kinesis Amazon SQS Amazon MQ and RabbitMQ Amazon MSK Apache Kafka
54
54
  */
55
55
  createEventSourceMapping(callback?: (err: AWSError, data: Lambda.Types.EventSourceMappingConfiguration) => void): Request<Lambda.Types.EventSourceMappingConfiguration, AWSError>;
56
56
  /**
@@ -478,11 +478,11 @@ declare class Lambda extends Service {
478
478
  */
479
479
  updateCodeSigningConfig(callback?: (err: AWSError, data: Lambda.Types.UpdateCodeSigningConfigResponse) => void): Request<Lambda.Types.UpdateCodeSigningConfigResponse, AWSError>;
480
480
  /**
481
- * Updates an event source mapping. You can change the function that Lambda invokes, or pause invocation and resume later from the same location. For details about how to configure different event sources, see the following topics. Amazon DynamoDB Streams Amazon Kinesis Amazon SQS Amazon MQ and RabbitMQ Amazon MSK Apache Kafka The following error handling options are available only for stream sources (DynamoDB and Kinesis): BisectBatchOnFunctionError - If the function returns an error, split the batch in two and retry. DestinationConfig - Send discarded records to an Amazon SQS queue or Amazon SNS topic. MaximumRecordAgeInSeconds - Discard records older than the specified age. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires MaximumRetryAttempts - Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires. ParallelizationFactor - Process multiple batches from each shard concurrently. For information about which configuration parameters apply to each event source, see the following topics. Amazon DynamoDB Streams Amazon Kinesis Amazon SQS Amazon MQ and RabbitMQ Amazon MSK Apache Kafka
481
+ * Updates an event source mapping. You can change the function that Lambda invokes, or pause invocation and resume later from the same location. For details about how to configure different event sources, see the following topics. Amazon DynamoDB Streams Amazon Kinesis Amazon SQS Amazon MQ and RabbitMQ Amazon MSK Apache Kafka The following error handling options are available only for stream sources (DynamoDB and Kinesis): BisectBatchOnFunctionError If the function returns an error, split the batch in two and retry. DestinationConfig Send discarded records to an Amazon SQS queue or Amazon SNS topic. MaximumRecordAgeInSeconds Discard records older than the specified age. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires MaximumRetryAttempts Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires. ParallelizationFactor Process multiple batches from each shard concurrently. For information about which configuration parameters apply to each event source, see the following topics. Amazon DynamoDB Streams Amazon Kinesis Amazon SQS Amazon MQ and RabbitMQ Amazon MSK Apache Kafka
482
482
  */
483
483
  updateEventSourceMapping(params: Lambda.Types.UpdateEventSourceMappingRequest, callback?: (err: AWSError, data: Lambda.Types.EventSourceMappingConfiguration) => void): Request<Lambda.Types.EventSourceMappingConfiguration, AWSError>;
484
484
  /**
485
- * Updates an event source mapping. You can change the function that Lambda invokes, or pause invocation and resume later from the same location. For details about how to configure different event sources, see the following topics. Amazon DynamoDB Streams Amazon Kinesis Amazon SQS Amazon MQ and RabbitMQ Amazon MSK Apache Kafka The following error handling options are available only for stream sources (DynamoDB and Kinesis): BisectBatchOnFunctionError - If the function returns an error, split the batch in two and retry. DestinationConfig - Send discarded records to an Amazon SQS queue or Amazon SNS topic. MaximumRecordAgeInSeconds - Discard records older than the specified age. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires MaximumRetryAttempts - Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires. ParallelizationFactor - Process multiple batches from each shard concurrently. For information about which configuration parameters apply to each event source, see the following topics. Amazon DynamoDB Streams Amazon Kinesis Amazon SQS Amazon MQ and RabbitMQ Amazon MSK Apache Kafka
485
+ * Updates an event source mapping. You can change the function that Lambda invokes, or pause invocation and resume later from the same location. For details about how to configure different event sources, see the following topics. Amazon DynamoDB Streams Amazon Kinesis Amazon SQS Amazon MQ and RabbitMQ Amazon MSK Apache Kafka The following error handling options are available only for stream sources (DynamoDB and Kinesis): BisectBatchOnFunctionError If the function returns an error, split the batch in two and retry. DestinationConfig Send discarded records to an Amazon SQS queue or Amazon SNS topic. MaximumRecordAgeInSeconds Discard records older than the specified age. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires MaximumRetryAttempts Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires. ParallelizationFactor Process multiple batches from each shard concurrently. For information about which configuration parameters apply to each event source, see the following topics. Amazon DynamoDB Streams Amazon Kinesis Amazon SQS Amazon MQ and RabbitMQ Amazon MSK Apache Kafka
486
486
  */
487
487
  updateEventSourceMapping(callback?: (err: AWSError, data: Lambda.Types.EventSourceMappingConfiguration) => void): Request<Lambda.Types.EventSourceMappingConfiguration, AWSError>;
488
488
  /**
@@ -865,11 +865,11 @@ declare namespace Lambda {
865
865
  }
866
866
  export interface CreateEventSourceMappingRequest {
867
867
  /**
868
- * The Amazon Resource Name (ARN) of the event source. Amazon Kinesis - The ARN of the data stream or a stream consumer. Amazon DynamoDB Streams - The ARN of the stream. Amazon Simple Queue Service - The ARN of the queue. Amazon Managed Streaming for Apache Kafka - The ARN of the cluster. Amazon MQ - The ARN of the broker.
868
+ * The Amazon Resource Name (ARN) of the event source. Amazon Kinesis The ARN of the data stream or a stream consumer. Amazon DynamoDB Streams The ARN of the stream. Amazon Simple Queue Service The ARN of the queue. Amazon Managed Streaming for Apache Kafka The ARN of the cluster. Amazon MQ The ARN of the broker.
869
869
  */
870
870
  EventSourceArn?: Arn;
871
871
  /**
872
- * The name of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Version or Alias ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.
872
+ * The name of the Lambda function. Name formats Function name MyFunction. Function ARN arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Version or Alias ARN arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD. Partial ARN 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.
873
873
  */
874
874
  FunctionName: FunctionName;
875
875
  /**
@@ -877,7 +877,7 @@ declare namespace Lambda {
877
877
  */
878
878
  Enabled?: Enabled;
879
879
  /**
880
- * The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function. Lambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation (6 MB). Amazon Kinesis - Default 100. Max 10,000. Amazon DynamoDB Streams - Default 100. Max 10,000. Amazon Simple Queue Service - Default 10. For standard queues the max is 10,000. For FIFO queues the max is 10. Amazon Managed Streaming for Apache Kafka - Default 100. Max 10,000. Self-managed Apache Kafka - Default 100. Max 10,000. Amazon MQ (ActiveMQ and RabbitMQ) - Default 100. Max 10,000.
880
+ * The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function. Lambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation (6 MB). Amazon Kinesis Default 100. Max 10,000. Amazon DynamoDB Streams Default 100. Max 10,000. Amazon Simple Queue Service Default 10. For standard queues the max is 10,000. For FIFO queues the max is 10. Amazon Managed Streaming for Apache Kafka Default 100. Max 10,000. Self-managed Apache Kafka Default 100. Max 10,000. Amazon MQ (ActiveMQ and RabbitMQ) Default 100. Max 10,000.
881
881
  */
882
882
  BatchSize?: BatchSize;
883
883
  /**
@@ -948,6 +948,10 @@ declare namespace Lambda {
948
948
  * Specific configuration settings for a self-managed Apache Kafka event source.
949
949
  */
950
950
  SelfManagedKafkaEventSourceConfig?: SelfManagedKafkaEventSourceConfig;
951
+ /**
952
+ * (Amazon SQS only) The scaling configuration for the event source. For more information, see Configuring maximum concurrency for Amazon SQS event sources.
953
+ */
954
+ ScalingConfig?: ScalingConfig;
951
955
  }
952
956
  export interface CreateFunctionRequest {
953
957
  /**
@@ -1330,6 +1334,10 @@ declare namespace Lambda {
1330
1334
  * Specific configuration settings for a self-managed Apache Kafka event source.
1331
1335
  */
1332
1336
  SelfManagedKafkaEventSourceConfig?: SelfManagedKafkaEventSourceConfig;
1337
+ /**
1338
+ * (Amazon SQS only) The scaling configuration for the event source. For more information, see Configuring maximum concurrency for Amazon SQS event sources.
1339
+ */
1340
+ ScalingConfig?: ScalingConfig;
1333
1341
  }
1334
1342
  export type EventSourceMappingsList = EventSourceMappingConfiguration[];
1335
1343
  export type EventSourcePosition = "TRIM_HORIZON"|"LATEST"|"AT_TIMESTAMP"|string;
@@ -1535,7 +1543,7 @@ declare namespace Lambda {
1535
1543
  */
1536
1544
  EphemeralStorage?: EphemeralStorage;
1537
1545
  /**
1538
- * Set ApplyOn to PublishedVersions to create a snapshot of the initialized execution environment when you publish a function version. For more information, see Reducing startup time with Lambda SnapStart.
1546
+ * Set ApplyOn to PublishedVersions to create a snapshot of the initialized execution environment when you publish a function version. For more information, see Improving startup performance with Lambda SnapStart.
1539
1547
  */
1540
1548
  SnapStart?: SnapStartResponse;
1541
1549
  }
@@ -2150,11 +2158,11 @@ declare namespace Lambda {
2150
2158
  }
2151
2159
  export interface ListEventSourceMappingsRequest {
2152
2160
  /**
2153
- * The Amazon Resource Name (ARN) of the event source. Amazon Kinesis - The ARN of the data stream or a stream consumer. Amazon DynamoDB Streams - The ARN of the stream. Amazon Simple Queue Service - The ARN of the queue. Amazon Managed Streaming for Apache Kafka - The ARN of the cluster. Amazon MQ - The ARN of the broker.
2161
+ * The Amazon Resource Name (ARN) of the event source. Amazon Kinesis The ARN of the data stream or a stream consumer. Amazon DynamoDB Streams The ARN of the stream. Amazon Simple Queue Service The ARN of the queue. Amazon Managed Streaming for Apache Kafka The ARN of the cluster. Amazon MQ The ARN of the broker.
2154
2162
  */
2155
2163
  EventSourceArn?: Arn;
2156
2164
  /**
2157
- * The name of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Version or Alias ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.
2165
+ * The name of the Lambda function. Name formats Function name MyFunction. Function ARN arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Version or Alias ARN arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD. Partial ARN 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.
2158
2166
  */
2159
2167
  FunctionName?: FunctionName;
2160
2168
  /**
@@ -2407,6 +2415,7 @@ declare namespace Lambda {
2407
2415
  export type MaxListItems = number;
2408
2416
  export type MaxProvisionedConcurrencyConfigListItems = number;
2409
2417
  export type MaximumBatchingWindowInSeconds = number;
2418
+ export type MaximumConcurrency = number;
2410
2419
  export type MaximumEventAgeInSeconds = number;
2411
2420
  export type MaximumRecordAgeInSeconds = number;
2412
2421
  export type MaximumRetryAttempts = number;
@@ -2689,6 +2698,12 @@ declare namespace Lambda {
2689
2698
  export type S3Bucket = string;
2690
2699
  export type S3Key = string;
2691
2700
  export type S3ObjectVersion = string;
2701
+ export interface ScalingConfig {
2702
+ /**
2703
+ * Limits the number of concurrent instances that the Amazon SQS event source can invoke.
2704
+ */
2705
+ MaximumConcurrency?: MaximumConcurrency;
2706
+ }
2692
2707
  export type SecurityGroupId = string;
2693
2708
  export type SecurityGroupIds = SecurityGroupId[];
2694
2709
  export interface SelfManagedEventSource {
@@ -2725,7 +2740,7 @@ declare namespace Lambda {
2725
2740
  }
2726
2741
  export interface SourceAccessConfiguration {
2727
2742
  /**
2728
- * The type of authentication protocol, VPC components, or virtual host for your event source. For example: "Type":"SASL_SCRAM_512_AUTH". BASIC_AUTH - (Amazon MQ) The Secrets Manager secret that stores your broker credentials. BASIC_AUTH - (Self-managed Apache Kafka) The Secrets Manager ARN of your secret key used for SASL/PLAIN authentication of your Apache Kafka brokers. VPC_SUBNET - (Self-managed Apache Kafka) The subnets associated with your VPC. Lambda connects to these subnets to fetch data from your self-managed Apache Kafka cluster. VPC_SECURITY_GROUP - (Self-managed Apache Kafka) The VPC security group used to manage access to your self-managed Apache Kafka brokers. SASL_SCRAM_256_AUTH - (Self-managed Apache Kafka) The Secrets Manager ARN of your secret key used for SASL SCRAM-256 authentication of your self-managed Apache Kafka brokers. SASL_SCRAM_512_AUTH - (Amazon MSK, Self-managed Apache Kafka) The Secrets Manager ARN of your secret key used for SASL SCRAM-512 authentication of your self-managed Apache Kafka brokers. VIRTUAL_HOST - (RabbitMQ) The name of the virtual host in your RabbitMQ broker. Lambda uses this RabbitMQ host as the event source. This property cannot be specified in an UpdateEventSourceMapping API call. CLIENT_CERTIFICATE_TLS_AUTH - (Amazon MSK, self-managed Apache Kafka) The Secrets Manager ARN of your secret key containing the certificate chain (X.509 PEM), private key (PKCS#8 PEM), and private key password (optional) used for mutual TLS authentication of your MSK/Apache Kafka brokers. SERVER_ROOT_CA_CERTIFICATE - (Self-managed Apache Kafka) The Secrets Manager ARN of your secret key containing the root CA certificate (X.509 PEM) used for TLS encryption of your Apache Kafka brokers.
2743
+ * The type of authentication protocol, VPC components, or virtual host for your event source. For example: "Type":"SASL_SCRAM_512_AUTH". BASIC_AUTH (Amazon MQ) The Secrets Manager secret that stores your broker credentials. BASIC_AUTH (Self-managed Apache Kafka) The Secrets Manager ARN of your secret key used for SASL/PLAIN authentication of your Apache Kafka brokers. VPC_SUBNET (Self-managed Apache Kafka) The subnets associated with your VPC. Lambda connects to these subnets to fetch data from your self-managed Apache Kafka cluster. VPC_SECURITY_GROUP (Self-managed Apache Kafka) The VPC security group used to manage access to your self-managed Apache Kafka brokers. SASL_SCRAM_256_AUTH (Self-managed Apache Kafka) The Secrets Manager ARN of your secret key used for SASL SCRAM-256 authentication of your self-managed Apache Kafka brokers. SASL_SCRAM_512_AUTH (Amazon MSK, Self-managed Apache Kafka) The Secrets Manager ARN of your secret key used for SASL SCRAM-512 authentication of your self-managed Apache Kafka brokers. VIRTUAL_HOST –- (RabbitMQ) The name of the virtual host in your RabbitMQ broker. Lambda uses this RabbitMQ host as the event source. This property cannot be specified in an UpdateEventSourceMapping API call. CLIENT_CERTIFICATE_TLS_AUTH (Amazon MSK, self-managed Apache Kafka) The Secrets Manager ARN of your secret key containing the certificate chain (X.509 PEM), private key (PKCS#8 PEM), and private key password (optional) used for mutual TLS authentication of your MSK/Apache Kafka brokers. SERVER_ROOT_CA_CERTIFICATE (Self-managed Apache Kafka) The Secrets Manager ARN of your secret key containing the root CA certificate (X.509 PEM) used for TLS encryption of your Apache Kafka brokers.
2729
2744
  */
2730
2745
  Type?: SourceAccessType;
2731
2746
  /**
@@ -2844,7 +2859,7 @@ declare namespace Lambda {
2844
2859
  */
2845
2860
  UUID: String;
2846
2861
  /**
2847
- * The name of the Lambda function. Name formats Function name - MyFunction. Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Version or Alias ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD. Partial ARN - 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.
2862
+ * The name of the Lambda function. Name formats Function name MyFunction. Function ARN arn:aws:lambda:us-west-2:123456789012:function:MyFunction. Version or Alias ARN arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD. Partial ARN 123456789012:function:MyFunction. The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.
2848
2863
  */
2849
2864
  FunctionName?: FunctionName;
2850
2865
  /**
@@ -2852,7 +2867,7 @@ declare namespace Lambda {
2852
2867
  */
2853
2868
  Enabled?: Enabled;
2854
2869
  /**
2855
- * The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function. Lambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation (6 MB). Amazon Kinesis - Default 100. Max 10,000. Amazon DynamoDB Streams - Default 100. Max 10,000. Amazon Simple Queue Service - Default 10. For standard queues the max is 10,000. For FIFO queues the max is 10. Amazon Managed Streaming for Apache Kafka - Default 100. Max 10,000. Self-managed Apache Kafka - Default 100. Max 10,000. Amazon MQ (ActiveMQ and RabbitMQ) - Default 100. Max 10,000.
2870
+ * The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function. Lambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation (6 MB). Amazon Kinesis Default 100. Max 10,000. Amazon DynamoDB Streams Default 100. Max 10,000. Amazon Simple Queue Service Default 10. For standard queues the max is 10,000. For FIFO queues the max is 10. Amazon Managed Streaming for Apache Kafka Default 100. Max 10,000. Self-managed Apache Kafka Default 100. Max 10,000. Amazon MQ (ActiveMQ and RabbitMQ) Default 100. Max 10,000.
2856
2871
  */
2857
2872
  BatchSize?: BatchSize;
2858
2873
  /**
@@ -2895,6 +2910,10 @@ declare namespace Lambda {
2895
2910
  * (Streams and Amazon SQS) A list of current response type enums applied to the event source mapping.
2896
2911
  */
2897
2912
  FunctionResponseTypes?: FunctionResponseTypeList;
2913
+ /**
2914
+ * (Amazon SQS only) The scaling configuration for the event source. For more information, see Configuring maximum concurrency for Amazon SQS event sources.
2915
+ */
2916
+ ScalingConfig?: ScalingConfig;
2898
2917
  }
2899
2918
  export interface UpdateFunctionCodeRequest {
2900
2919
  /**
@@ -526,6 +526,10 @@ declare namespace MediaConvert {
526
526
  * When you use Audio normalization (AudioNormalizationSettings), optionally use this setting to specify a target loudness. If you don't specify a value here, the encoder chooses a value for you, based on the algorithm that you choose for Algorithm (algorithm). If you choose algorithm 1770-1, the encoder will choose -24 LKFS; otherwise, the encoder will choose -23 LKFS.
527
527
  */
528
528
  TargetLkfs?: __doubleMinNegative59Max0;
529
+ /**
530
+ * Specify the True-peak limiter threshold in decibels relative to full scale (dBFS). The peak inter-audio sample loudness in your output will be limited to the value that you specify, without affecting the overall target LKFS. Enter a value from 0 to -20. Leave blank to use the default value 0.
531
+ */
532
+ TruePeakLimiterThreshold?: __doubleMinNegative20Max0;
529
533
  }
530
534
  export interface AudioSelector {
531
535
  /**
@@ -1015,6 +1019,24 @@ declare namespace MediaConvert {
1015
1019
  */
1016
1020
  OutputChannels?: __listOfOutputChannelMapping;
1017
1021
  }
1022
+ export interface ClipLimits {
1023
+ /**
1024
+ * Specify the Maximum RGB color sample range tolerance for your output. MediaConvert corrects any YUV values that, when converted to RGB, would be outside the upper tolerance that you specify. Enter an integer from 90 to 105 as an offset percentage to the maximum possible value. Leave blank to use the default value 100. When you specify a value for Maximum RGB tolerance, you must set Sample range conversion to Limited range clip.
1025
+ */
1026
+ MaximumRGBTolerance?: __integerMin90Max105;
1027
+ /**
1028
+ * Specify the Maximum YUV color sample limit. MediaConvert conforms any pixels in your input above the value that you specify to typical limited range bounds. Enter an integer from 920 to 1023. Leave blank to use the default value 940. The value that you enter applies to 10-bit ranges. For 8-bit ranges, MediaConvert automatically scales this value down. When you specify a value for Maximum YUV, you must set Sample range conversion to Limited range clip.
1029
+ */
1030
+ MaximumYUV?: __integerMin920Max1023;
1031
+ /**
1032
+ * Specify the Minimum RGB color sample range tolerance for your output. MediaConvert corrects any YUV values that, when converted to RGB, would be outside the lower tolerance that you specify. Enter an integer from -5 to 10 as an offset percentage to the minimum possible value. Leave blank to use the default value 0. When you specify a value for Minimum RGB tolerance, you must set Sample range conversion to Limited range clip.
1033
+ */
1034
+ MinimumRGBTolerance?: __integerMinNegative5Max10;
1035
+ /**
1036
+ * Specify the Minimum YUV color sample limit. MediaConvert conforms any pixels in your input below the value that you specify to typical limited range bounds. Enter an integer from 0 to 128. Leave blank to use the default value 64. The value that you enter applies to 10-bit ranges. For 8-bit ranges, MediaConvert automatically scales this value down. When you specify a value for Minumum YUV, you must set Sample range conversion to Limited range clip.
1037
+ */
1038
+ MinimumYUV?: __integerMin0Max128;
1039
+ }
1018
1040
  export interface CmafAdditionalManifest {
1019
1041
  /**
1020
1042
  * Specify a name modifier that the service adds to the name of this manifest to make it different from the file names of the other main manifests in the output group. For example, say that the default main manifest for your HLS group is film-name.m3u8. If you enter "-no-premium" for this setting, then the file name the service generates for this top-level manifest is film-name-no-premium.m3u8. For HLS output groups, specify a manifestNameModifier that is different from the nameModifier of the output. The service uses the output name modifier to create unique names for the individual variant manifests.
@@ -1071,6 +1093,10 @@ declare namespace MediaConvert {
1071
1093
  * Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.
1072
1094
  */
1073
1095
  CodecSpecification?: CmafCodecSpecification;
1096
+ /**
1097
+ * Specify how MediaConvert writes SegmentTimeline in your output DASH manifest. To write a SegmentTimeline in each video Representation: Keep the default value, Basic. To write a common SegmentTimeline in the video AdaptationSet: Choose Compact. Note that MediaConvert will still write a SegmentTimeline in any Representation that does not share a common timeline. To write a video AdaptationSet for each different output framerate, and a common SegmentTimeline in each AdaptationSet: Choose Distinct.
1098
+ */
1099
+ DashManifestStyle?: DashManifestStyle;
1074
1100
  /**
1075
1101
  * Use Destination (Destination) to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file.
1076
1102
  */
@@ -1241,7 +1267,7 @@ declare namespace MediaConvert {
1241
1267
  */
1242
1268
  KlvMetadata?: CmfcKlvMetadata;
1243
1269
  /**
1244
- * To add an InbandEventStream element in your output MPD manifest for each type of event message, set Manifest metadata signaling to Enabled. For ID3 event messages, the InbandEventStream element schemeIdUri will be same value that you specify for ID3 metadata scheme ID URI. For SCTE35 event messages, the InbandEventStream element schemeIdUri will be "urn:scte:scte35:2013:bin". To leave these elements out of your output MPD manifest, set Manifest metadata signaling to Disabled.
1270
+ * To add an InbandEventStream element in your output MPD manifest for each type of event message, set Manifest metadata signaling to Enabled. For ID3 event messages, the InbandEventStream element schemeIdUri will be same value that you specify for ID3 metadata scheme ID URI. For SCTE35 event messages, the InbandEventStream element schemeIdUri will be "urn:scte:scte35:2013:bin". To leave these elements out of your output MPD manifest, set Manifest metadata signaling to Disabled. To enable Manifest metadata signaling, you must also set SCTE-35 source to Passthrough, ESAM SCTE-35 to insert, or ID3 metadata (TimedMetadata) to Passthrough.
1245
1271
  */
1246
1272
  ManifestMetadataSignaling?: CmfcManifestMetadataSignaling;
1247
1273
  /**
@@ -1279,6 +1305,10 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa
1279
1305
  * Brightness level.
1280
1306
  */
1281
1307
  Brightness?: __integerMin1Max100;
1308
+ /**
1309
+ * Specify YUV limits and RGB tolerances when you set Sample range conversion to Limited range clip.
1310
+ */
1311
+ ClipLimits?: ClipLimits;
1282
1312
  /**
1283
1313
  * Specify the color space you want for this output. The service supports conversion between HDR formats, between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted output. HDR to SDR conversion uses Elemental tone mapping technology to approximate the outcome of manually regrading from HDR to SDR. Select Force P3D65 (SDR) to set the output color space metadata to the following: * Color primaries: Display P3 * Transfer characteristics: SMPTE 428M * Matrix coefficients: BT.709
1284
1314
  */
@@ -1296,7 +1326,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa
1296
1326
  */
1297
1327
  Hue?: __integerMinNegative180Max180;
1298
1328
  /**
1299
- * Specify the video color sample range for this output. To create a full range output, you must start with a full range YUV input and keep the default value, None (NONE). To create a limited range output from a full range input, choose Limited range (LIMITED_RANGE_SQUEEZE). With RGB inputs, your output is always limited range, regardless of your choice here. When you create a limited range output from a full range input, MediaConvert limits the active pixel values in a way that depends on the output's bit depth: 8-bit outputs contain only values from 16 through 235 and 10-bit outputs contain only values from 64 through 940. With this conversion, MediaConvert also changes the output metadata to note the limited range.
1329
+ * Specify how MediaConvert limits the color sample range for this output. To create a limited range output from a full range input: Choose Limited range squeeze. For full range inputs, MediaConvert performs a linear offset to color samples equally across all pixels and frames. Color samples in 10-bit outputs are limited to 64 through 940, and 8-bit outputs are limited to 16 through 235. Note: For limited range inputs, values for color samples are passed through to your output unchanged. MediaConvert does not limit the sample range. To correct pixels in your input that are out of range or out of gamut: Choose Limited range clip. Use for broadcast applications. MediaConvert conforms any pixels outside of the values that you specify under Minimum YUV and Maximum YUV to limited range bounds. MediaConvert also corrects any YUV values that, when converted to RGB, would be outside the bounds you specify under Minimum RGB tolerance and Maximum RGB tolerance. With either limited range conversion, MediaConvert writes the sample range metadata in the output.
1300
1330
  */
1301
1331
  SampleRangeConversion?: SampleRangeConversion;
1302
1332
  /**
@@ -1363,7 +1393,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa
1363
1393
  */
1364
1394
  BillingTagsSource?: BillingTagsSource;
1365
1395
  /**
1366
- * Optional. Idempotency token for CreateJob operation.
1396
+ * Prevent duplicate jobs from being created and ensure idempotency for your requests. A client request token can be any string that includes up to 64 ASCII characters. If you reuse a client request token within one minute of a successful request, the API returns the job details of the original request instead. For more information see https://docs.aws.amazon.com/mediaconvert/latest/apireference/idempotency.html.
1367
1397
  */
1368
1398
  ClientRequestToken?: __string;
1369
1399
  /**
@@ -1555,6 +1585,10 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa
1555
1585
  * A partial URI prefix that will be put in the manifest (.mpd) file at the top level BaseURL element. Can be used if streams are delivered from a different URL than the manifest file.
1556
1586
  */
1557
1587
  BaseUrl?: __string;
1588
+ /**
1589
+ * Specify how MediaConvert writes SegmentTimeline in your output DASH manifest. To write a SegmentTimeline in each video Representation: Keep the default value, Basic. To write a common SegmentTimeline in the video AdaptationSet: Choose Compact. Note that MediaConvert will still write a SegmentTimeline in any Representation that does not share a common timeline. To write a video AdaptationSet for each different output framerate, and a common SegmentTimeline in each AdaptationSet: Choose Distinct.
1590
+ */
1591
+ DashManifestStyle?: DashManifestStyle;
1558
1592
  /**
1559
1593
  * Use Destination (Destination) to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file.
1560
1594
  */
@@ -1661,6 +1695,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa
1661
1695
  export type DashIsoSegmentLengthControl = "EXACT"|"GOP_MULTIPLE"|string;
1662
1696
  export type DashIsoVideoCompositionOffsets = "SIGNED"|"UNSIGNED"|string;
1663
1697
  export type DashIsoWriteSegmentTimelineInRepresentation = "ENABLED"|"DISABLED"|string;
1698
+ export type DashManifestStyle = "BASIC"|"COMPACT"|"DISTINCT"|string;
1664
1699
  export type DecryptionMode = "AES_CTR"|"AES_CBC"|"AES_GCM"|string;
1665
1700
  export type DeinterlaceAlgorithm = "INTERPOLATE"|"INTERPOLATE_TICKER"|"BLEND"|"BLEND_TICKER"|string;
1666
1701
  export interface Deinterlacer {
@@ -4280,7 +4315,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
4280
4315
  */
4281
4316
  KlvMetadata?: MpdKlvMetadata;
4282
4317
  /**
4283
- * To add an InbandEventStream element in your output MPD manifest for each type of event message, set Manifest metadata signaling to Enabled. For ID3 event messages, the InbandEventStream element schemeIdUri will be same value that you specify for ID3 metadata scheme ID URI. For SCTE35 event messages, the InbandEventStream element schemeIdUri will be "urn:scte:scte35:2013:bin". To leave these elements out of your output MPD manifest, set Manifest metadata signaling to Disabled.
4318
+ * To add an InbandEventStream element in your output MPD manifest for each type of event message, set Manifest metadata signaling to Enabled. For ID3 event messages, the InbandEventStream element schemeIdUri will be same value that you specify for ID3 metadata scheme ID URI. For SCTE35 event messages, the InbandEventStream element schemeIdUri will be "urn:scte:scte35:2013:bin". To leave these elements out of your output MPD manifest, set Manifest metadata signaling to Disabled. To enable Manifest metadata signaling, you must also set SCTE-35 source to Passthrough, ESAM SCTE-35 to insert, or ID3 metadata (TimedMetadata) to Passthrough.
4284
4319
  */
4285
4320
  ManifestMetadataSignaling?: MpdManifestMetadataSignaling;
4286
4321
  /**
@@ -5148,7 +5183,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa
5148
5183
  }
5149
5184
  export type S3ObjectCannedAcl = "PUBLIC_READ"|"AUTHENTICATED_READ"|"BUCKET_OWNER_READ"|"BUCKET_OWNER_FULL_CONTROL"|string;
5150
5185
  export type S3ServerSideEncryptionType = "SERVER_SIDE_ENCRYPTION_S3"|"SERVER_SIDE_ENCRYPTION_KMS"|string;
5151
- export type SampleRangeConversion = "LIMITED_RANGE_SQUEEZE"|"NONE"|string;
5186
+ export type SampleRangeConversion = "LIMITED_RANGE_SQUEEZE"|"NONE"|"LIMITED_RANGE_CLIP"|string;
5152
5187
  export type ScalingBehavior = "DEFAULT"|"STRETCH_TO_OUTPUT"|string;
5153
5188
  export type SccDestinationFramerate = "FRAMERATE_23_97"|"FRAMERATE_24"|"FRAMERATE_25"|"FRAMERATE_29_97_DROPFRAME"|"FRAMERATE_29_97_NON_DROPFRAME"|string;
5154
5189
  export interface SccDestinationSettings {
@@ -6033,6 +6068,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa
6033
6068
  export type __doubleMin0 = number;
6034
6069
  export type __doubleMin0Max1 = number;
6035
6070
  export type __doubleMin0Max2147483647 = number;
6071
+ export type __doubleMinNegative20Max0 = number;
6036
6072
  export type __doubleMinNegative59Max0 = number;
6037
6073
  export type __doubleMinNegative60Max3 = number;
6038
6074
  export type __doubleMinNegative60Max6 = number;
@@ -6123,6 +6159,8 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa
6123
6159
  export type __integerMin8000Max96000 = number;
6124
6160
  export type __integerMin8Max12 = number;
6125
6161
  export type __integerMin8Max4096 = number;
6162
+ export type __integerMin90Max105 = number;
6163
+ export type __integerMin920Max1023 = number;
6126
6164
  export type __integerMin96Max600 = number;
6127
6165
  export type __integerMinNegative1000Max1000 = number;
6128
6166
  export type __integerMinNegative180Max180 = number;
@@ -6131,6 +6169,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa
6131
6169
  export type __integerMinNegative2147483648Max2147483647 = number;
6132
6170
  export type __integerMinNegative2Max3 = number;
6133
6171
  export type __integerMinNegative50Max50 = number;
6172
+ export type __integerMinNegative5Max10 = number;
6134
6173
  export type __integerMinNegative5Max5 = number;
6135
6174
  export type __integerMinNegative60Max6 = number;
6136
6175
  export type __integerMinNegative70Max0 = number;