cdk-lambda-subminute 2.0.283 → 2.0.285
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +53 -38
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +35 -25
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +8 -5
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +125 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +27 -15
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1297 -1181
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +47 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +36 -6
- package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +37 -10
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +222 -107
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +205 -76
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +136 -106
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +1 -0
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +23 -26
- package/node_modules/aws-sdk/clients/amplify.d.ts +239 -223
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +17 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +46 -22
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +153 -0
- package/node_modules/aws-sdk/clients/datasync.d.ts +45 -30
- package/node_modules/aws-sdk/clients/ec2.d.ts +138 -5
- package/node_modules/aws-sdk/clients/finspace.d.ts +46 -2
- package/node_modules/aws-sdk/clients/m2.d.ts +51 -6
- package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +24 -0
- package/node_modules/aws-sdk/clients/neptunedata.d.ts +11 -11
- package/node_modules/aws-sdk/clients/rds.d.ts +148 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +212 -2
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +136 -103
- package/node_modules/aws-sdk/clients/s3outposts.d.ts +5 -0
- package/node_modules/aws-sdk/clients/translate.d.ts +17 -9
- package/node_modules/aws-sdk/clients/wisdom.d.ts +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +19 -19
- package/node_modules/aws-sdk/dist/aws-sdk.js +1565 -1322
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -80
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -242,6 +242,10 @@ declare namespace S3Outposts {
|
|
242
242
|
* Specifies the unique Amazon Resource Name (ARN) for the outpost.
|
243
243
|
*/
|
244
244
|
OutpostArn?: OutpostArn;
|
245
|
+
/**
|
246
|
+
* Specifies the unique S3 on Outposts ARN for use with Resource Access Manager (RAM).
|
247
|
+
*/
|
248
|
+
S3OutpostArn?: S3OutpostArn;
|
245
249
|
/**
|
246
250
|
* Specifies the unique identifier for the outpost.
|
247
251
|
*/
|
@@ -258,6 +262,7 @@ declare namespace S3Outposts {
|
|
258
262
|
export type OutpostArn = string;
|
259
263
|
export type OutpostId = string;
|
260
264
|
export type Outposts = Outpost[];
|
265
|
+
export type S3OutpostArn = string;
|
261
266
|
export type SecurityGroupId = string;
|
262
267
|
export type SubnetId = string;
|
263
268
|
export type VpcId = string;
|
@@ -132,11 +132,11 @@ declare class Translate extends Service {
|
|
132
132
|
*/
|
133
133
|
tagResource(callback?: (err: AWSError, data: Translate.Types.TagResourceResponse) => void): Request<Translate.Types.TagResourceResponse, AWSError>;
|
134
134
|
/**
|
135
|
-
* Translates the input document from the source language to the target language. This synchronous operation supports
|
135
|
+
* Translates the input document from the source language to the target language. This synchronous operation supports text, HTML, or Word documents as the input document. TranslateDocument supports translations from English to any supported language, and from any supported language to English. Therefore, specify either the source language code or the target language code as “en” (English). If you set the Formality parameter, the request will fail if the target language does not support formality. For a list of target languages that support formality, see Setting formality.
|
136
136
|
*/
|
137
137
|
translateDocument(params: Translate.Types.TranslateDocumentRequest, callback?: (err: AWSError, data: Translate.Types.TranslateDocumentResponse) => void): Request<Translate.Types.TranslateDocumentResponse, AWSError>;
|
138
138
|
/**
|
139
|
-
* Translates the input document from the source language to the target language. This synchronous operation supports
|
139
|
+
* Translates the input document from the source language to the target language. This synchronous operation supports text, HTML, or Word documents as the input document. TranslateDocument supports translations from English to any supported language, and from any supported language to English. Therefore, specify either the source language code or the target language code as “en” (English). If you set the Formality parameter, the request will fail if the target language does not support formality. For a list of target languages that support formality, see Setting formality.
|
140
140
|
*/
|
141
141
|
translateDocument(callback?: (err: AWSError, data: Translate.Types.TranslateDocumentResponse) => void): Request<Translate.Types.TranslateDocumentResponse, AWSError>;
|
142
142
|
/**
|
@@ -177,6 +177,7 @@ declare namespace Translate {
|
|
177
177
|
}
|
178
178
|
export type AppliedTerminologyList = AppliedTerminology[];
|
179
179
|
export type BoundedLengthString = string;
|
180
|
+
export type Brevity = "ON"|string;
|
180
181
|
export type ClientTokenString = string;
|
181
182
|
export type ContentType = string;
|
182
183
|
export interface CreateParallelDataRequest {
|
@@ -520,11 +521,11 @@ declare namespace Translate {
|
|
520
521
|
/**
|
521
522
|
* The URI of the Amazon S3 folder that contains the parallel data input file. The folder must be in the same Region as the API endpoint you are calling.
|
522
523
|
*/
|
523
|
-
S3Uri
|
524
|
+
S3Uri?: S3Uri;
|
524
525
|
/**
|
525
526
|
* The format of the parallel data input file.
|
526
527
|
*/
|
527
|
-
Format
|
528
|
+
Format?: ParallelDataFormat;
|
528
529
|
}
|
529
530
|
export interface ParallelDataDataLocation {
|
530
531
|
/**
|
@@ -649,7 +650,7 @@ declare namespace Translate {
|
|
649
650
|
*/
|
650
651
|
ClientToken: ClientTokenString;
|
651
652
|
/**
|
652
|
-
* Settings to configure your translation output
|
653
|
+
* Settings to configure your translation output. You can configure the following options: Brevity: not supported. Formality: sets the formality level of the output text. Profanity: masks profane words and phrases in your translation output.
|
653
654
|
*/
|
654
655
|
Settings?: TranslationSettings;
|
655
656
|
}
|
@@ -896,13 +897,16 @@ declare namespace Translate {
|
|
896
897
|
*/
|
897
898
|
TerminologyNames?: ResourceNameList;
|
898
899
|
/**
|
899
|
-
* The language code for the language of the source text.
|
900
|
+
* The language code for the language of the source text. For a list of supported language codes, see Supported languages. To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language. If you specify auto, you must send the TranslateDocument request in a region that supports Amazon Comprehend. Otherwise, the request returns an error indicating that autodetect is not supported.
|
900
901
|
*/
|
901
902
|
SourceLanguageCode: LanguageCodeString;
|
902
903
|
/**
|
903
904
|
* The language code requested for the translated document. For a list of supported language codes, see Supported languages.
|
904
905
|
*/
|
905
906
|
TargetLanguageCode: LanguageCodeString;
|
907
|
+
/**
|
908
|
+
* Settings to configure your translation output. You can configure the following options: Brevity: not supported. Formality: sets the formality level of the output text. Profanity: masks profane words and phrases in your translation output.
|
909
|
+
*/
|
906
910
|
Settings?: TranslationSettings;
|
907
911
|
}
|
908
912
|
export interface TranslateDocumentResponse {
|
@@ -942,7 +946,7 @@ declare namespace Translate {
|
|
942
946
|
*/
|
943
947
|
TargetLanguageCode: LanguageCodeString;
|
944
948
|
/**
|
945
|
-
* Settings to configure your translation output
|
949
|
+
* Settings to configure your translation output. You can configure the following options: Brevity: reduces the length of the translated output for most translations. Formality: sets the formality level of the output text. Profanity: masks profane words and phrases in your translation output.
|
946
950
|
*/
|
947
951
|
Settings?: TranslationSettings;
|
948
952
|
}
|
@@ -978,13 +982,17 @@ declare namespace Translate {
|
|
978
982
|
export type TranslatedTextString = string;
|
979
983
|
export interface TranslationSettings {
|
980
984
|
/**
|
981
|
-
* You can
|
985
|
+
* You can specify the desired level of formality for translations to supported target languages. The formality setting controls the level of formal language usage (also known as register) in the translation output. You can set the value to informal or formal. If you don't specify a value for formality, or if the target language doesn't support formality, the translation will ignore the formality setting. If you specify multiple target languages for the job, translate ignores the formality setting for any unsupported target language. For a list of target languages that support formality, see Supported languages in the Amazon Translate Developer Guide.
|
982
986
|
*/
|
983
987
|
Formality?: Formality;
|
984
988
|
/**
|
985
|
-
*
|
989
|
+
* You can enable the profanity setting if you want to mask profane words and phrases in your translation output. To mask profane words and phrases, Amazon Translate replaces them with the grawlix string “?$#@$“. This 5-character sequence is used for each profane word or phrase, regardless of the length or number of words. Amazon Translate doesn't detect profanity in all of its supported languages. For languages that don't support profanity detection, see Unsupported languages in the Amazon Translate Developer Guide. If you specify multiple target languages for the job, all the target languages must support profanity masking. If any of the target languages don't support profanity masking, the translation job won't mask profanity for any target language.
|
986
990
|
*/
|
987
991
|
Profanity?: Profanity;
|
992
|
+
/**
|
993
|
+
* When you turn on brevity, Amazon Translate reduces the length of the translation output for most translations (when compared with the same translation with brevity turned off). By default, brevity is turned off. If you turn on brevity for a translation request with an unsupported language pair, the translation proceeds with the brevity setting turned off. For the language pairs that brevity supports, see Using brevity in the Amazon Translate Developer Guide.
|
994
|
+
*/
|
995
|
+
Brevity?: Brevity;
|
988
996
|
}
|
989
997
|
export type UnboundedLengthString = string;
|
990
998
|
export interface UntagResourceRequest {
|
@@ -263,7 +263,7 @@ declare class Wisdom extends Service {
|
|
263
263
|
declare namespace Wisdom {
|
264
264
|
export interface AppIntegrationsConfiguration {
|
265
265
|
/**
|
266
|
-
* The Amazon Resource Name (ARN) of the AppIntegrations DataIntegration to use for ingesting content. For Salesforce, your AppIntegrations DataIntegration must have an ObjectConfiguration if objectFields is not provided, including at least Id, ArticleNumber, VersionNumber, Title, PublishStatus, and IsDeleted as source fields. For ServiceNow, your AppIntegrations DataIntegration must have an ObjectConfiguration if objectFields is not provided, including at least number, short_description, sys_mod_count, workflow_state, and active as source fields. For Zendesk, your AppIntegrations DataIntegration must have an ObjectConfiguration if objectFields is not provided, including at least id, title, updated_at, and draft as source fields. For
|
266
|
+
* The Amazon Resource Name (ARN) of the AppIntegrations DataIntegration to use for ingesting content. For Salesforce, your AppIntegrations DataIntegration must have an ObjectConfiguration if objectFields is not provided, including at least Id, ArticleNumber, VersionNumber, Title, PublishStatus, and IsDeleted as source fields. For ServiceNow, your AppIntegrations DataIntegration must have an ObjectConfiguration if objectFields is not provided, including at least number, short_description, sys_mod_count, workflow_state, and active as source fields. For Zendesk, your AppIntegrations DataIntegration must have an ObjectConfiguration if objectFields is not provided, including at least id, title, updated_at, and draft as source fields. For SharePoint, your AppIntegrations DataIntegration must have a FileConfiguration, including only file extensions that are among docx, pdf, html, htm, and txt. For Amazon S3, the ObjectConfiguration and FileConfiguration of your AppIntegrations DataIntegration must be null. The SourceURI of your DataIntegration must use the following format: s3://your_s3_bucket_name. The bucket policy of the corresponding S3 bucket must allow the Amazon Web Services principal app-integrations.amazonaws.com to perform s3:ListBucket, s3:GetObject, and s3:GetBucketLocation against the bucket.
|
267
267
|
*/
|
268
268
|
appIntegrationArn: GenericArn;
|
269
269
|
/**
|
@@ -367,7 +367,7 @@ declare namespace Wisdom {
|
|
367
367
|
*/
|
368
368
|
name: Name;
|
369
369
|
/**
|
370
|
-
* The
|
370
|
+
* The configuration information for the customer managed key used for encryption. This KMS key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allow kms:Decrypt, kms:GenerateDataKey*, and kms:DescribeKey permissions to the connect.amazonaws.com service principal. For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance.
|
371
371
|
*/
|
372
372
|
serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
|
373
373
|
/**
|
@@ -413,7 +413,7 @@ declare namespace Wisdom {
|
|
413
413
|
*/
|
414
414
|
name: Name;
|
415
415
|
/**
|
416
|
-
* The
|
416
|
+
* The configuration information for the customer managed key used for encryption. This KMS key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allow kms:Decrypt, kms:GenerateDataKey*, and kms:DescribeKey permissions to the connect.amazonaws.com service principal. For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance.
|
417
417
|
*/
|
418
418
|
serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
|
419
419
|
/**
|
@@ -602,7 +602,7 @@ declare namespace Wisdom {
|
|
602
602
|
*/
|
603
603
|
name: Name;
|
604
604
|
/**
|
605
|
-
* The
|
605
|
+
* The configuration information for the customer managed key used for encryption. The customer managed key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. To use Wisdom with chat, the key policy must also allow kms:Decrypt, kms:GenerateDataKey*, and kms:DescribeKey permissions to the connect.amazonaws.com service principal. For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance.
|
606
606
|
*/
|
607
607
|
serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
|
608
608
|
/**
|
@@ -682,7 +682,7 @@ declare namespace Wisdom {
|
|
682
682
|
*/
|
683
683
|
renderingConfiguration?: RenderingConfiguration;
|
684
684
|
/**
|
685
|
-
* The
|
685
|
+
* The configuration information for the customer managed key used for encryption. This KMS key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance.
|
686
686
|
*/
|
687
687
|
serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
|
688
688
|
/**
|
@@ -980,7 +980,7 @@ declare namespace Wisdom {
|
|
980
980
|
*/
|
981
981
|
renderingConfiguration?: RenderingConfiguration;
|
982
982
|
/**
|
983
|
-
* The
|
983
|
+
* The configuration information for the customer managed key used for encryption. This KMS key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance.
|
984
984
|
*/
|
985
985
|
serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
|
986
986
|
/**
|
@@ -1024,7 +1024,7 @@ declare namespace Wisdom {
|
|
1024
1024
|
*/
|
1025
1025
|
renderingConfiguration?: RenderingConfiguration;
|
1026
1026
|
/**
|
1027
|
-
* The
|
1027
|
+
* The configuration information for the customer managed key used for encryption. This KMS key must have a policy that allows kms:CreateGrant and kms:DescribeKey permissions to the IAM identity using the key to invoke Wisdom. For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance.
|
1028
1028
|
*/
|
1029
1029
|
serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
|
1030
1030
|
/**
|
@@ -1369,7 +1369,7 @@ declare namespace Wisdom {
|
|
1369
1369
|
export type SensitiveString = string;
|
1370
1370
|
export interface ServerSideEncryptionConfiguration {
|
1371
1371
|
/**
|
1372
|
-
* The
|
1372
|
+
* The customer managed key used for encryption. For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance. For information about valid ID values, see Key identifiers (KeyId).
|
1373
1373
|
*/
|
1374
1374
|
kmsKeyId?: NonEmptyString;
|
1375
1375
|
}
|