cdk-lambda-subminute 2.0.271 → 2.0.272

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.
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1475.0',
23
+ VERSION: '2.1476.0',
24
24
 
25
25
  /**
26
26
  * @api private
@@ -1272,7 +1272,7 @@ export namespace DocumentClient {
1272
1272
  */
1273
1273
  ItemCount?: ItemCount;
1274
1274
  /**
1275
- * Choice of whether to execute as a full export or incremental export. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT. If INCREMENTAL_EXPORT is provided, the IncrementalExportSpecification must also be used.
1275
+ * The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.
1276
1276
  */
1277
1277
  ExportType?: ExportType;
1278
1278
  /**
@@ -1298,7 +1298,7 @@ export namespace DocumentClient {
1298
1298
  */
1299
1299
  ExportStatus?: ExportStatus;
1300
1300
  /**
1301
- * Choice of whether to execute as a full export or incremental export. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT. If INCREMENTAL_EXPORT is provided, the IncrementalExportSpecification must also be used.
1301
+ * The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.
1302
1302
  */
1303
1303
  ExportType?: ExportType;
1304
1304
  }
@@ -1340,7 +1340,7 @@ export namespace DocumentClient {
1340
1340
  */
1341
1341
  ExportFormat?: ExportFormat;
1342
1342
  /**
1343
- * Choice of whether to execute as a full export or incremental export. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT. If INCREMENTAL_EXPORT is provided, the IncrementalExportSpecification must also be used.
1343
+ * Choice of whether to execute as a full export or incremental export. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT. The default value is FULL_EXPORT. If INCREMENTAL_EXPORT is provided, the IncrementalExportSpecification must also be used.
1344
1344
  */
1345
1345
  ExportType?: ExportType;
1346
1346
  /**
@@ -1741,7 +1741,7 @@ export namespace DocumentClient {
1741
1741
  */
1742
1742
  ExportToTime?: ExportToTime;
1743
1743
  /**
1744
- * Choice of whether to output the previous item image prior to the start time of the incremental export. Valid values are NEW_AND_OLD_IMAGES and NEW_IMAGES.
1744
+ * The view type that was chosen for the export. Valid values are NEW_AND_OLD_IMAGES and NEW_IMAGES. The default value is NEW_AND_OLD_IMAGES.
1745
1745
  */
1746
1746
  ExportViewType?: ExportViewType;
1747
1747
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1475.0",
4
+ "version": "2.1476.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
package/package.json CHANGED
@@ -58,7 +58,7 @@
58
58
  "jsii-pacmak": "^1.90.0",
59
59
  "jsii-rosetta": "1.x",
60
60
  "npm-check-updates": "^16",
61
- "projen": "^0.75.1",
61
+ "projen": "^0.75.2",
62
62
  "source-map-support": "^0.5.21",
63
63
  "standard-version": "^9",
64
64
  "ts-jest": "^27",
@@ -70,7 +70,7 @@
70
70
  },
71
71
  "dependencies": {
72
72
  "aws-cdk-lib": "^2.95.0",
73
- "aws-sdk": "^2.1475.0",
73
+ "aws-sdk": "^2.1476.0",
74
74
  "constructs": "^10.0.5"
75
75
  },
76
76
  "bundledDependencies": [
@@ -92,7 +92,7 @@
92
92
  ],
93
93
  "main": "lib/index.js",
94
94
  "license": "Apache-2.0",
95
- "version": "2.0.271",
95
+ "version": "2.0.272",
96
96
  "jest": {
97
97
  "testMatch": [
98
98
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",