cdk-lambda-subminute 2.0.297 → 2.0.299

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 (47) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +22 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +222 -9
  6. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +15 -0
  7. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +133 -74
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +20 -10
  9. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +0 -3
  10. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +20 -2
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +349 -278
  12. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +4 -1
  14. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +1 -2
  15. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +538 -304
  16. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +5 -0
  17. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +193 -161
  18. package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +136 -53
  19. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +69 -5
  20. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +6 -0
  21. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1 -3
  22. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +108 -46
  23. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +100 -22
  24. package/node_modules/aws-sdk/clients/backup.d.ts +279 -0
  25. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +58 -10
  26. package/node_modules/aws-sdk/clients/connect.d.ts +13 -0
  27. package/node_modules/aws-sdk/clients/dataexchange.d.ts +1 -1
  28. package/node_modules/aws-sdk/clients/dms.d.ts +30 -6
  29. package/node_modules/aws-sdk/clients/ec2.d.ts +175 -97
  30. package/node_modules/aws-sdk/clients/ecs.d.ts +10 -6
  31. package/node_modules/aws-sdk/clients/emr.d.ts +1 -1
  32. package/node_modules/aws-sdk/clients/glue.d.ts +352 -2
  33. package/node_modules/aws-sdk/clients/iot.d.ts +46 -5
  34. package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
  35. package/node_modules/aws-sdk/clients/pipes.d.ts +143 -18
  36. package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +90 -9
  37. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  38. package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +91 -6
  39. package/node_modules/aws-sdk/clients/signer.d.ts +35 -35
  40. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +123 -18
  41. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  42. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +20 -20
  43. package/node_modules/aws-sdk/dist/aws-sdk.js +576 -455
  44. package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -79
  45. package/node_modules/aws-sdk/lib/core.js +1 -1
  46. package/node_modules/aws-sdk/package.json +1 -1
  47. package/package.json +2 -2
@@ -1224,7 +1224,7 @@ declare namespace DMS {
1224
1224
  */
1225
1225
  Description?: String;
1226
1226
  /**
1227
- * The type of database engine for the data provider. Valid values include "aurora", "aurora_postgresql", "mysql", "oracle", "postgres", and "sqlserver". A value of "aurora" represents Amazon Aurora MySQL-Compatible Edition.
1227
+ * The type of database engine for the data provider. Valid values include "aurora", "aurora-postgresql", "mysql", "oracle", "postgres", "sqlserver", redshift, mariadb, mongodb, and docdb. A value of "aurora" represents Amazon Aurora MySQL-Compatible Edition.
1228
1228
  */
1229
1229
  Engine: String;
1230
1230
  /**
@@ -1674,7 +1674,7 @@ declare namespace DMS {
1674
1674
  */
1675
1675
  ReplicationSubnetGroupDescription: String;
1676
1676
  /**
1677
- * One or more subnet IDs to be assigned to the subnet group.
1677
+ * Two or more subnet IDs to be assigned to the subnet group.
1678
1678
  */
1679
1679
  SubnetIds: SubnetIdentifierList;
1680
1680
  /**
@@ -1767,7 +1767,7 @@ declare namespace DMS {
1767
1767
  */
1768
1768
  Description?: String;
1769
1769
  /**
1770
- * The type of database engine for the data provider. Valid values include "aurora", "aurora_postgresql", "mysql", "oracle", "postgres", and "sqlserver". A value of "aurora" represents Amazon Aurora MySQL-Compatible Edition.
1770
+ * The type of database engine for the data provider. Valid values include "aurora", "aurora-postgresql", "mysql", "oracle", "postgres", "sqlserver", redshift, mariadb, mongodb, and docdb. A value of "aurora" represents Amazon Aurora MySQL-Compatible Edition.
1771
1771
  */
1772
1772
  Engine?: String;
1773
1773
  /**
@@ -2194,7 +2194,7 @@ declare namespace DMS {
2194
2194
  }
2195
2195
  export interface DescribeDataProvidersMessage {
2196
2196
  /**
2197
- * Filters applied to the data providers described in the form of key-value pairs.
2197
+ * Filters applied to the data providers described in the form of key-value pairs. Valid filter names: data-provider-identifier
2198
2198
  */
2199
2199
  Filters?: FilterList;
2200
2200
  /**
@@ -3284,7 +3284,7 @@ declare namespace DMS {
3284
3284
  */
3285
3285
  EndpointType?: ReplicationEndpointTypeValue;
3286
3286
  /**
3287
- * The database engine name. Valid values, depending on the EndpointType, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "redshift", "s3", "db2", "db2-zos", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "documentdb", "sqlserver", "neptune", and "babelfish".
3287
+ * The database engine name. Valid values, depending on the EndpointType, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "redshift", "redshift-serverless", "s3", "db2", "db2-zos", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "documentdb", "sqlserver", "neptune", and "babelfish".
3288
3288
  */
3289
3289
  EngineName?: String;
3290
3290
  /**
@@ -3769,6 +3769,22 @@ declare namespace DMS {
3769
3769
  * The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the Db2 LUW endpoint connection details.
3770
3770
  */
3771
3771
  SecretsManagerSecretId?: String;
3772
+ /**
3773
+ * The amount of time (in milliseconds) before DMS times out operations performed by DMS on the Db2 target. The default value is 1200 (20 minutes).
3774
+ */
3775
+ LoadTimeout?: IntegerOptional;
3776
+ /**
3777
+ * The size (in KB) of the in-memory file write buffer used when generating .csv files on the local disk on the DMS replication instance. The default value is 1024 (1 MB).
3778
+ */
3779
+ WriteBufferSize?: IntegerOptional;
3780
+ /**
3781
+ * Specifies the maximum size (in KB) of .csv files used to transfer data to Db2 LUW.
3782
+ */
3783
+ MaxFileSize?: IntegerOptional;
3784
+ /**
3785
+ * If true, DMS saves any .csv files to the Db2 LUW target that were used to replicate data. DMS uses these files for analysis and troubleshooting. The default value is false.
3786
+ */
3787
+ KeepCsvFiles?: BooleanOptional;
3772
3788
  }
3773
3789
  export interface ImportCertificateMessage {
3774
3790
  /**
@@ -4212,7 +4228,7 @@ declare namespace DMS {
4212
4228
  */
4213
4229
  Description?: String;
4214
4230
  /**
4215
- * The type of database engine for the data provider. Valid values include "aurora", "aurora_postgresql", "mysql", "oracle", "postgres", and "sqlserver". A value of "aurora" represents Amazon Aurora MySQL-Compatible Edition.
4231
+ * The type of database engine for the data provider. Valid values include "aurora", "aurora-postgresql", "mysql", "oracle", "postgres", "sqlserver", redshift, mariadb, mongodb, and docdb. A value of "aurora" represents Amazon Aurora MySQL-Compatible Edition.
4216
4232
  */
4217
4233
  Engine?: String;
4218
4234
  /**
@@ -4820,6 +4836,10 @@ declare namespace DMS {
4820
4836
  * The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the MySQL endpoint connection details.
4821
4837
  */
4822
4838
  SecretsManagerSecretId?: String;
4839
+ /**
4840
+ * Sets the client statement timeout (in seconds) for a MySQL source endpoint.
4841
+ */
4842
+ ExecuteTimeout?: IntegerOptional;
4823
4843
  }
4824
4844
  export interface MySqlDataProviderSettings {
4825
4845
  /**
@@ -5784,6 +5804,10 @@ declare namespace DMS {
5784
5804
  * The timestamp when replication was last stopped.
5785
5805
  */
5786
5806
  ReplicationLastStopTime?: TStamp;
5807
+ /**
5808
+ * The timestamp when DMS will deprovision the replication.
5809
+ */
5810
+ ReplicationDeprovisionTime?: TStamp;
5787
5811
  }
5788
5812
  export interface ReplicationConfig {
5789
5813
  /**