cdk-lambda-subminute 2.0.283 → 2.0.284

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/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +12 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +8 -5
  6. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +125 -0
  7. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +27 -15
  8. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +47 -0
  9. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +37 -10
  10. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +222 -107
  11. package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +205 -76
  13. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +6 -0
  14. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +136 -106
  15. package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +1 -0
  16. package/node_modules/aws-sdk/clients/connect.d.ts +46 -22
  17. package/node_modules/aws-sdk/clients/dataexchange.d.ts +153 -0
  18. package/node_modules/aws-sdk/clients/datasync.d.ts +45 -30
  19. package/node_modules/aws-sdk/clients/finspace.d.ts +46 -2
  20. package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +24 -0
  21. package/node_modules/aws-sdk/clients/rds.d.ts +148 -0
  22. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +212 -2
  23. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +136 -103
  24. package/node_modules/aws-sdk/clients/s3outposts.d.ts +5 -0
  25. package/node_modules/aws-sdk/clients/wisdom.d.ts +8 -8
  26. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  27. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
  28. package/node_modules/aws-sdk/dist/aws-sdk.js +239 -115
  29. package/node_modules/aws-sdk/dist/aws-sdk.min.js +41 -41
  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 +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;
@@ -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 SharePoint, your AppIntegrations DataIntegration must have a FileConfiguration, including only file extensions that are among docx, pdf, html, htm, and txt.
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 KMS key used for encryption.
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 KMS key used for encryption.
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 KMS key used for encryption.
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 KMS key used for encryption.
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 KMS key used for encryption.
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 KMS key used for encryption.
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 KMS key. For information about valid ID values, see Key identifiers (KeyId).
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
  }
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1483.0',
86
+ VERSION: '2.1484.0',
87
87
 
88
88
  /**
89
89
  * @api private