cdk-lambda-subminute 2.0.409 → 2.0.411
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/accessanalyzer-2019-11-01.min.json +107 -95
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +561 -33
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +321 -258
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +8 -7
- package/node_modules/aws-sdk/apis/savingsplans-2019-06-28.min.json +25 -1
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +24 -2
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +564 -25
- package/node_modules/aws-sdk/clients/codebuild.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +154 -67
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +9 -1
- package/node_modules/aws-sdk/clients/savingsplans.d.ts +53 -25
- 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 +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +324 -261
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +78 -78
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +128 -65
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -200,11 +200,11 @@
|
|
200
200
|
"input": {
|
201
201
|
"type": "structure",
|
202
202
|
"required": [
|
203
|
-
"transactionHash",
|
204
203
|
"network"
|
205
204
|
],
|
206
205
|
"members": {
|
207
206
|
"transactionHash": {},
|
207
|
+
"transactionId": {},
|
208
208
|
"network": {}
|
209
209
|
}
|
210
210
|
},
|
@@ -364,7 +364,7 @@
|
|
364
364
|
}
|
365
365
|
},
|
366
366
|
"confirmationStatusFilter": {
|
367
|
-
"shape": "
|
367
|
+
"shape": "S1c"
|
368
368
|
},
|
369
369
|
"sort": {
|
370
370
|
"type": "structure",
|
@@ -386,7 +386,7 @@
|
|
386
386
|
],
|
387
387
|
"members": {
|
388
388
|
"events": {
|
389
|
-
"shape": "
|
389
|
+
"shape": "S1j"
|
390
390
|
},
|
391
391
|
"nextToken": {}
|
392
392
|
}
|
@@ -491,7 +491,7 @@
|
|
491
491
|
],
|
492
492
|
"members": {
|
493
493
|
"events": {
|
494
|
-
"shape": "
|
494
|
+
"shape": "S1j"
|
495
495
|
},
|
496
496
|
"nextToken": {}
|
497
497
|
}
|
@@ -529,7 +529,7 @@
|
|
529
529
|
"type": "integer"
|
530
530
|
},
|
531
531
|
"confirmationStatusFilter": {
|
532
|
-
"shape": "
|
532
|
+
"shape": "S1c"
|
533
533
|
}
|
534
534
|
}
|
535
535
|
},
|
@@ -550,6 +550,7 @@
|
|
550
550
|
],
|
551
551
|
"members": {
|
552
552
|
"transactionHash": {},
|
553
|
+
"transactionId": {},
|
553
554
|
"network": {},
|
554
555
|
"transactionTimestamp": {
|
555
556
|
"type": "timestamp"
|
@@ -603,7 +604,7 @@
|
|
603
604
|
"contractAddress": {}
|
604
605
|
}
|
605
606
|
},
|
606
|
-
"
|
607
|
+
"S1c": {
|
607
608
|
"type": "structure",
|
608
609
|
"required": [
|
609
610
|
"include"
|
@@ -615,7 +616,7 @@
|
|
615
616
|
}
|
616
617
|
}
|
617
618
|
},
|
618
|
-
"
|
619
|
+
"S1j": {
|
619
620
|
"type": "list",
|
620
621
|
"member": {
|
621
622
|
"type": "structure",
|
@@ -193,7 +193,8 @@
|
|
193
193
|
},
|
194
194
|
"tags": {
|
195
195
|
"shape": "S6"
|
196
|
-
}
|
196
|
+
},
|
197
|
+
"returnableUntil": {}
|
197
198
|
}
|
198
199
|
}
|
199
200
|
},
|
@@ -416,6 +417,29 @@
|
|
416
417
|
}
|
417
418
|
}
|
418
419
|
},
|
420
|
+
"ReturnSavingsPlan": {
|
421
|
+
"http": {
|
422
|
+
"requestUri": "/ReturnSavingsPlan"
|
423
|
+
},
|
424
|
+
"input": {
|
425
|
+
"type": "structure",
|
426
|
+
"required": [
|
427
|
+
"savingsPlanId"
|
428
|
+
],
|
429
|
+
"members": {
|
430
|
+
"savingsPlanId": {},
|
431
|
+
"clientToken": {
|
432
|
+
"idempotencyToken": true
|
433
|
+
}
|
434
|
+
}
|
435
|
+
},
|
436
|
+
"output": {
|
437
|
+
"type": "structure",
|
438
|
+
"members": {
|
439
|
+
"savingsPlanId": {}
|
440
|
+
}
|
441
|
+
}
|
442
|
+
},
|
419
443
|
"TagResource": {
|
420
444
|
"http": {
|
421
445
|
"requestUri": "/TagResource"
|
@@ -710,6 +710,14 @@ declare namespace AccessAnalyzer {
|
|
710
710
|
* The access control configuration is for an Amazon S3 directory bucket.
|
711
711
|
*/
|
712
712
|
s3ExpressDirectoryBucket?: S3ExpressDirectoryBucketConfiguration;
|
713
|
+
/**
|
714
|
+
* The access control configuration is for a DynamoDB stream.
|
715
|
+
*/
|
716
|
+
dynamodbStream?: DynamodbStreamConfiguration;
|
717
|
+
/**
|
718
|
+
* The access control configuration is for a DynamoDB table or index.
|
719
|
+
*/
|
720
|
+
dynamodbTable?: DynamodbTableConfiguration;
|
713
721
|
}
|
714
722
|
export type ConfigurationsMap = {[key: string]: Configuration};
|
715
723
|
export type ConfigurationsMapKey = string;
|
@@ -825,6 +833,20 @@ declare namespace AccessAnalyzer {
|
|
825
833
|
*/
|
826
834
|
clientToken?: String;
|
827
835
|
}
|
836
|
+
export interface DynamodbStreamConfiguration {
|
837
|
+
/**
|
838
|
+
* The proposed resource policy defining who can access or manage the DynamoDB stream.
|
839
|
+
*/
|
840
|
+
streamPolicy?: DynamodbStreamPolicy;
|
841
|
+
}
|
842
|
+
export type DynamodbStreamPolicy = string;
|
843
|
+
export interface DynamodbTableConfiguration {
|
844
|
+
/**
|
845
|
+
* The proposed resource policy defining who can access or manage the DynamoDB table.
|
846
|
+
*/
|
847
|
+
tablePolicy?: DynamodbTablePolicy;
|
848
|
+
}
|
849
|
+
export type DynamodbTablePolicy = string;
|
828
850
|
export type EbsGroup = string;
|
829
851
|
export type EbsGroupList = EbsGroup[];
|
830
852
|
export interface EbsSnapshotConfiguration {
|
@@ -1776,7 +1798,7 @@ declare namespace AccessAnalyzer {
|
|
1776
1798
|
export type ReasonSummaryList = ReasonSummary[];
|
1777
1799
|
export type RegionList = String[];
|
1778
1800
|
export type ResourceArn = string;
|
1779
|
-
export type ResourceType = "AWS::S3::Bucket"|"AWS::IAM::Role"|"AWS::SQS::Queue"|"AWS::Lambda::Function"|"AWS::Lambda::LayerVersion"|"AWS::KMS::Key"|"AWS::SecretsManager::Secret"|"AWS::EFS::FileSystem"|"AWS::EC2::Snapshot"|"AWS::ECR::Repository"|"AWS::RDS::DBSnapshot"|"AWS::RDS::DBClusterSnapshot"|"AWS::SNS::Topic"|"AWS::S3Express::DirectoryBucket"|string;
|
1801
|
+
export type ResourceType = "AWS::S3::Bucket"|"AWS::IAM::Role"|"AWS::SQS::Queue"|"AWS::Lambda::Function"|"AWS::Lambda::LayerVersion"|"AWS::KMS::Key"|"AWS::SecretsManager::Secret"|"AWS::EFS::FileSystem"|"AWS::EC2::Snapshot"|"AWS::ECR::Repository"|"AWS::RDS::DBSnapshot"|"AWS::RDS::DBClusterSnapshot"|"AWS::SNS::Topic"|"AWS::S3Express::DirectoryBucket"|"AWS::DynamoDB::Table"|"AWS::DynamoDB::Stream"|string;
|
1780
1802
|
export type RetiringPrincipal = string;
|
1781
1803
|
export type RoleArn = string;
|
1782
1804
|
export interface S3AccessPointConfiguration {
|
@@ -2141,7 +2163,7 @@ declare namespace AccessAnalyzer {
|
|
2141
2163
|
*/
|
2142
2164
|
validatePolicyResourceType?: ValidatePolicyResourceType;
|
2143
2165
|
}
|
2144
|
-
export type ValidatePolicyResourceType = "AWS::S3::Bucket"|"AWS::S3::AccessPoint"|"AWS::S3::MultiRegionAccessPoint"|"AWS::S3ObjectLambda::AccessPoint"|"AWS::IAM::AssumeRolePolicyDocument"|string;
|
2166
|
+
export type ValidatePolicyResourceType = "AWS::S3::Bucket"|"AWS::S3::AccessPoint"|"AWS::S3::MultiRegionAccessPoint"|"AWS::S3ObjectLambda::AccessPoint"|"AWS::IAM::AssumeRolePolicyDocument"|"AWS::DynamoDB::Table"|string;
|
2145
2167
|
export interface ValidatePolicyResponse {
|
2146
2168
|
/**
|
2147
2169
|
* The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.
|