cdk-lambda-subminute 2.0.356 → 2.0.358
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/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +1 -1
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +335 -119
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +83 -36
- package/node_modules/aws-sdk/clients/athena.d.ts +9 -5
- package/node_modules/aws-sdk/clients/codebuild.d.ts +287 -2
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +68 -3
- 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 +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +427 -159
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +104 -104
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +60 -3
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -127,6 +127,7 @@ export namespace DocumentClient {
|
|
127
127
|
export namespace DocumentClient {
|
128
128
|
//<!--auto-generated start-->
|
129
129
|
interface Blob {}
|
130
|
+
export type ApproximateCreationDateTimePrecision = "MILLISECOND"|"MICROSECOND"|string;
|
130
131
|
export type ArchivalReason = string;
|
131
132
|
export interface ArchivalSummary {
|
132
133
|
/**
|
@@ -1092,8 +1093,14 @@ export namespace DocumentClient {
|
|
1092
1093
|
*/
|
1093
1094
|
TimeToLiveDescription?: TimeToLiveDescription;
|
1094
1095
|
}
|
1095
|
-
export type DestinationStatus = "ENABLING"|"ACTIVE"|"DISABLING"|"DISABLED"|"ENABLE_FAILED"|string;
|
1096
|
+
export type DestinationStatus = "ENABLING"|"ACTIVE"|"DISABLING"|"DISABLED"|"ENABLE_FAILED"|"UPDATING"|string;
|
1096
1097
|
export type DoubleObject = number;
|
1098
|
+
export interface EnableKinesisStreamingConfiguration {
|
1099
|
+
/**
|
1100
|
+
* Toggle for the precision of Kinesis data stream timestamp. The values are either MILLISECOND or MICROSECOND.
|
1101
|
+
*/
|
1102
|
+
ApproximateCreationDateTimePrecision?: ApproximateCreationDateTimePrecision;
|
1103
|
+
}
|
1097
1104
|
export interface Endpoint {
|
1098
1105
|
/**
|
1099
1106
|
* IP address of the endpoint.
|
@@ -1835,6 +1842,10 @@ export namespace DocumentClient {
|
|
1835
1842
|
* The human-readable string that corresponds to the replica status.
|
1836
1843
|
*/
|
1837
1844
|
DestinationStatusDescription?: String;
|
1845
|
+
/**
|
1846
|
+
* The precision of the Kinesis data stream timestamp. The values are either MILLISECOND or MICROSECOND.
|
1847
|
+
*/
|
1848
|
+
ApproximateCreationDateTimePrecision?: ApproximateCreationDateTimePrecision;
|
1838
1849
|
}
|
1839
1850
|
export type KinesisDataStreamDestinations = KinesisDataStreamDestination[];
|
1840
1851
|
export interface KinesisStreamingDestinationInput {
|
@@ -1846,6 +1857,10 @@ export namespace DocumentClient {
|
|
1846
1857
|
* The ARN for a Kinesis data stream.
|
1847
1858
|
*/
|
1848
1859
|
StreamArn: StreamArn;
|
1860
|
+
/**
|
1861
|
+
* The source for the Kinesis streaming information that is being enabled.
|
1862
|
+
*/
|
1863
|
+
EnableKinesisStreamingConfiguration?: EnableKinesisStreamingConfiguration;
|
1849
1864
|
}
|
1850
1865
|
export interface KinesisStreamingDestinationOutput {
|
1851
1866
|
/**
|
@@ -1860,6 +1875,10 @@ export namespace DocumentClient {
|
|
1860
1875
|
* The current status of the replication.
|
1861
1876
|
*/
|
1862
1877
|
DestinationStatus?: DestinationStatus;
|
1878
|
+
/**
|
1879
|
+
* The destination for the Kinesis streaming information that is being enabled.
|
1880
|
+
*/
|
1881
|
+
EnableKinesisStreamingConfiguration?: EnableKinesisStreamingConfiguration;
|
1863
1882
|
}
|
1864
1883
|
export type LastUpdateDateTime = Date;
|
1865
1884
|
export type ListAttributeValue = AttributeValue[];
|
@@ -2108,7 +2127,7 @@ export namespace DocumentClient {
|
|
2108
2127
|
export type NumberSetAttributeValue = NumberAttributeValue[];
|
2109
2128
|
export interface ParameterizedStatement {
|
2110
2129
|
/**
|
2111
|
-
* A PartiQL
|
2130
|
+
* A PartiQL statement that uses parameters.
|
2112
2131
|
*/
|
2113
2132
|
Statement: PartiQLStatement;
|
2114
2133
|
/**
|
@@ -3434,6 +3453,44 @@ export namespace DocumentClient {
|
|
3434
3453
|
*/
|
3435
3454
|
ItemCollectionMetrics?: ItemCollectionMetrics;
|
3436
3455
|
}
|
3456
|
+
export interface UpdateKinesisStreamingConfiguration {
|
3457
|
+
/**
|
3458
|
+
* Enables updating the precision of Kinesis data stream timestamp.
|
3459
|
+
*/
|
3460
|
+
ApproximateCreationDateTimePrecision?: ApproximateCreationDateTimePrecision;
|
3461
|
+
}
|
3462
|
+
export interface UpdateKinesisStreamingDestinationInput {
|
3463
|
+
/**
|
3464
|
+
* The table name for the Kinesis streaming destination input.
|
3465
|
+
*/
|
3466
|
+
TableName: TableName;
|
3467
|
+
/**
|
3468
|
+
* The ARN for the Kinesis stream input.
|
3469
|
+
*/
|
3470
|
+
StreamArn: StreamArn;
|
3471
|
+
/**
|
3472
|
+
* The command to update the Kinesis stream configuration.
|
3473
|
+
*/
|
3474
|
+
UpdateKinesisStreamingConfiguration?: UpdateKinesisStreamingConfiguration;
|
3475
|
+
}
|
3476
|
+
export interface UpdateKinesisStreamingDestinationOutput {
|
3477
|
+
/**
|
3478
|
+
* The table name for the Kinesis streaming destination output.
|
3479
|
+
*/
|
3480
|
+
TableName?: TableName;
|
3481
|
+
/**
|
3482
|
+
* The ARN for the Kinesis stream input.
|
3483
|
+
*/
|
3484
|
+
StreamArn?: StreamArn;
|
3485
|
+
/**
|
3486
|
+
* The status of the attempt to update the Kinesis streaming destination output.
|
3487
|
+
*/
|
3488
|
+
DestinationStatus?: DestinationStatus;
|
3489
|
+
/**
|
3490
|
+
* The command to update the Kinesis streaming destination configuration.
|
3491
|
+
*/
|
3492
|
+
UpdateKinesisStreamingConfiguration?: UpdateKinesisStreamingConfiguration;
|
3493
|
+
}
|
3437
3494
|
export interface UpdateReplicationGroupMemberAction {
|
3438
3495
|
/**
|
3439
3496
|
* The Region where the replica exists.
|
@@ -3478,7 +3535,7 @@ export namespace DocumentClient {
|
|
3478
3535
|
*/
|
3479
3536
|
GlobalSecondaryIndexUpdates?: GlobalSecondaryIndexUpdateList;
|
3480
3537
|
/**
|
3481
|
-
* Represents the DynamoDB Streams configuration for the table. You receive a
|
3538
|
+
* Represents the DynamoDB Streams configuration for the table. You receive a ResourceInUseException if you try to enable a stream on a table that already has a stream, or if you try to disable a stream on a table that doesn't have a stream.
|
3482
3539
|
*/
|
3483
3540
|
StreamSpecification?: StreamSpecification;
|
3484
3541
|
/**
|
package/package.json
CHANGED
@@ -55,7 +55,7 @@
|
|
55
55
|
"jsii-docgen": "^1.8.110",
|
56
56
|
"jsii-pacmak": "^1.94.0",
|
57
57
|
"jsii-rosetta": "1.x",
|
58
|
-
"projen": "^0.79.
|
58
|
+
"projen": "^0.79.3",
|
59
59
|
"source-map-support": "^0.5.21",
|
60
60
|
"standard-version": "^9",
|
61
61
|
"ts-jest": "^27",
|
@@ -67,7 +67,7 @@
|
|
67
67
|
},
|
68
68
|
"dependencies": {
|
69
69
|
"aws-cdk-lib": "^2.95.0",
|
70
|
-
"aws-sdk": "^2.
|
70
|
+
"aws-sdk": "^2.1540.0",
|
71
71
|
"constructs": "^10.0.5"
|
72
72
|
},
|
73
73
|
"bundledDependencies": [
|
@@ -89,7 +89,7 @@
|
|
89
89
|
],
|
90
90
|
"main": "lib/index.js",
|
91
91
|
"license": "Apache-2.0",
|
92
|
-
"version": "2.0.
|
92
|
+
"version": "2.0.358",
|
93
93
|
"jest": {
|
94
94
|
"testMatch": [
|
95
95
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|